Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: v0.11.18 #279

Open
wants to merge 57 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
bf56049
chore: update npm dependencies
technote-space Jun 1, 2023
ec8347d
feat: update package version
technote-space Jun 1, 2023
d541e4f
chore: update npm dependencies
technote-space Jun 5, 2023
adbc17d
chore: update npm dependencies
technote-space Jun 8, 2023
a3b026a
chore: update npm dependencies
technote-space Jun 12, 2023
97c5768
chore: update npm dependencies
technote-space Jun 15, 2023
ca916ed
chore: update npm dependencies
technote-space Jun 19, 2023
f68b081
chore: update npm dependencies
technote-space Jun 22, 2023
57b185f
chore: update npm dependencies
technote-space Jul 13, 2023
84cb729
chore: update npm dependencies
technote-space Jul 17, 2023
27c163c
chore: update npm dependencies
technote-space Jul 20, 2023
8756222
chore: update npm dependencies
technote-space Jul 24, 2023
a0475f2
chore: update npm dependencies
technote-space Jul 27, 2023
34a7807
chore: update npm dependencies
technote-space Jul 31, 2023
a35cdac
chore: update npm dependencies
technote-space Aug 3, 2023
3a4f582
chore: update npm dependencies
technote-space Aug 7, 2023
c6b1852
chore: update npm dependencies
technote-space Aug 10, 2023
dbd37e8
chore: update npm dependencies
technote-space Aug 14, 2023
4baedcf
chore: update npm dependencies
technote-space Aug 17, 2023
e99af4a
chore: update npm dependencies
technote-space Aug 21, 2023
c638a9e
chore: update npm dependencies
technote-space Aug 24, 2023
031fef2
chore: update npm dependencies
technote-space Aug 28, 2023
d616611
chore: update npm dependencies
technote-space Aug 31, 2023
3e5f939
chore: update npm dependencies
technote-space Sep 4, 2023
91796b5
chore: update npm dependencies
technote-space Sep 7, 2023
95569c7
chore: update npm dependencies
technote-space Sep 11, 2023
99d435e
chore: update npm dependencies
technote-space Sep 14, 2023
c991999
chore: update npm dependencies
technote-space Sep 18, 2023
fdebe8a
chore: update npm dependencies
technote-space Sep 21, 2023
c85efe8
chore: update npm dependencies
technote-space Sep 25, 2023
a773c68
chore: update npm dependencies
technote-space Sep 28, 2023
6c72151
chore: update npm dependencies
technote-space Oct 2, 2023
e8808ac
chore: update npm dependencies
technote-space Oct 5, 2023
7ca6bab
chore: update npm dependencies
technote-space Oct 9, 2023
1cdc8c4
chore: update npm dependencies
technote-space Oct 12, 2023
4d7c414
chore: update npm dependencies
technote-space Oct 16, 2023
aef2a90
chore: update npm dependencies
technote-space Oct 19, 2023
0c19775
chore: update npm dependencies
technote-space Oct 23, 2023
cae8f89
chore: update npm dependencies
technote-space Oct 26, 2023
b262ba3
chore: update npm dependencies
technote-space Oct 30, 2023
879985a
chore: update npm dependencies
technote-space Nov 2, 2023
94afc1d
chore: update npm dependencies
technote-space Nov 6, 2023
45dac62
chore: update npm dependencies
technote-space Nov 9, 2023
c1655f5
chore: update npm dependencies
technote-space Nov 13, 2023
0f18e5a
chore: update npm dependencies
technote-space Nov 16, 2023
a8e0ebb
chore: update npm dependencies
technote-space Nov 20, 2023
fe3c571
chore: update npm dependencies
technote-space Nov 23, 2023
1972979
chore: update npm dependencies
technote-space Nov 27, 2023
338f2a0
chore: update npm dependencies
technote-space Nov 30, 2023
f5ad835
chore: update npm dependencies
technote-space Dec 4, 2023
125cc8c
chore: update npm dependencies
technote-space Dec 7, 2023
789d6fb
chore: update npm dependencies
technote-space Dec 11, 2023
4234441
chore: update npm dependencies
technote-space Dec 14, 2023
2943a7b
chore: update npm dependencies
technote-space Dec 18, 2023
2acbb3e
chore: update npm dependencies
technote-space Dec 21, 2023
0ec4e63
chore: update npm dependencies
technote-space Dec 25, 2023
897f17c
chore: update npm dependencies
technote-space Dec 28, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@technote-space/github-action-test-helper",
"version": "0.11.17",
"version": "0.11.18",
"description": "Test helper for GitHub Actions.",
"keywords": [
"github",
Expand Down Expand Up @@ -40,23 +40,23 @@
"update": "npm_config_yes=true npx npm-check-updates -u --timeout 100000 && yarn install && yarn upgrade && yarn audit"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"js-yaml": "4.1.0",
"vitest": "^0.31.1"
"vitest": "^1.1.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.1",
"@sindresorhus/tsconfig": "^3.0.1",
"@types/js-yaml": "^4.0.5",
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"@vitest/coverage-c8": "^0.31.1",
"eslint": "^8.41.0",
"eslint-plugin-import": "^2.27.5",
"rollup": "^3.23.0",
"typescript": "^5.0.4"
"@rollup/plugin-typescript": "^11.1.5",
"@sindresorhus/tsconfig": "^5.0.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@vitest/coverage-c8": "^0.33.0",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"rollup": "^4.9.1",
"typescript": "^5.3.3"
},
"publishConfig": {
"access": "public"
Expand Down
Loading
Loading