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: v5.3.18 #437

Open
wants to merge 29 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
568edb4
chore: update npm dependencies
technote-space Jun 3, 2023
49daa7d
feat: update package version
technote-space Jun 3, 2023
b94dcd6
chore: update npm dependencies
technote-space Jun 10, 2023
e3c22a1
chore: update npm dependencies
technote-space Jun 17, 2023
bf16626
chore: update npm dependencies
technote-space Jul 15, 2023
8bbfe6b
chore: update npm dependencies
technote-space Jul 22, 2023
a2d66c2
chore: update npm dependencies
technote-space Jul 29, 2023
9260798
chore: update npm dependencies
technote-space Aug 5, 2023
a12864c
chore: update npm dependencies
technote-space Aug 12, 2023
f37e265
chore: update npm dependencies
technote-space Aug 19, 2023
aebe1ef
chore: update npm dependencies
technote-space Aug 26, 2023
b1c6445
chore: update npm dependencies
technote-space Sep 2, 2023
12f788f
chore: update npm dependencies
technote-space Sep 9, 2023
0df1e9f
chore: update npm dependencies
technote-space Sep 16, 2023
9219bec
chore: update npm dependencies
technote-space Sep 23, 2023
dcf74c0
chore: update npm dependencies
technote-space Sep 30, 2023
1cf93c8
chore: update npm dependencies
technote-space Oct 7, 2023
bf9912b
chore: update npm dependencies
technote-space Oct 14, 2023
e64defe
chore: update npm dependencies
technote-space Oct 21, 2023
9523828
chore: update npm dependencies
technote-space Oct 28, 2023
a5b800f
chore: update npm dependencies
technote-space Nov 4, 2023
f2a8765
chore: update npm dependencies
technote-space Nov 11, 2023
7b70f13
chore: update npm dependencies
technote-space Nov 18, 2023
f29407f
chore: update npm dependencies
technote-space Nov 25, 2023
9020176
chore: update npm dependencies
technote-space Dec 2, 2023
aba7963
chore: update npm dependencies
technote-space Dec 9, 2023
da84700
chore: update npm dependencies
technote-space Dec 16, 2023
d4f5557
chore: update npm dependencies
technote-space Dec 23, 2023
a70612a
chore: update npm dependencies
technote-space Dec 30, 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
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@technote-space/github-action-helper",
"version": "5.3.17",
"version": "5.3.18",
"description": "Helper for GitHub Action.",
"keywords": [
"github",
Expand Down Expand Up @@ -43,31 +43,31 @@
"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",
"@technote-space/github-action-log-helper": "^0.2.19",
"shell-escape": "^0.2.0",
"sprintf-js": "^1.1.2"
"sprintf-js": "^1.1.3"
},
"devDependencies": {
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@rollup/plugin-typescript": "^11.1.1",
"@sindresorhus/tsconfig": "^3.0.1",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@rollup/plugin-typescript": "^11.1.5",
"@sindresorhus/tsconfig": "^5.0.0",
"@technote-space/github-action-test-helper": "^0.11.17",
"@types/node": "^20.2.5",
"@types/shell-escape": "^0.2.1",
"@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",
"@types/node": "^20.10.6",
"@types/shell-escape": "^0.2.3",
"@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",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"nock": "^13.3.1",
"rollup": "^3.23.0",
"typescript": "^5.0.4",
"vitest": "^0.31.1"
"lint-staged": "^15.2.0",
"nock": "^13.4.0",
"rollup": "^4.9.2",
"typescript": "^5.3.3",
"vitest": "^1.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading
Loading