Skip to content

Commit 74b4211

Browse files
Merge pull request #389 from technote-space/release/next-v5.2.20
release: v5.2.21
2 parents 60a489a + 79d7a58 commit 74b4211

File tree

2 files changed

+811
-753
lines changed

2 files changed

+811
-753
lines changed

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/github-action-helper",
3-
"version": "5.2.20",
3+
"version": "5.2.21",
44
"description": "Helper for GitHub Action.",
55
"keywords": [
66
"github",
@@ -28,39 +28,39 @@
2828
"scripts": {
2929
"build": "tsc",
3030
"cover": "jest --coverage",
31+
"postinstall": "[ -n \"$CI\" ] || [ ! -f node_modules/.bin/husky ] || husky install",
3132
"lint": "eslint 'src/**/*.ts' '__tests__/**/*.ts' --cache",
3233
"lint:fix": "eslint --fix 'src/**/*.ts' '__tests__/**/*.ts'",
33-
"test": "yarn lint && yarn cover",
34-
"update": "npm_config_yes=true npx npm-check-updates -u --timeout 100000 && yarn install && yarn upgrade && yarn audit",
35-
"postinstall": "[ -n \"$CI\" ] || [ ! -f node_modules/.bin/husky ] || husky install",
3634
"prepublishOnly": "[ -n \"$CI\" ] || [ ! -f node_modules/.bin/pinst ] || pinst --disable",
37-
"postpublish": "[ -n \"$CI\" ] || [ ! -f node_modules/.bin/pinst ] || pinst --enable"
35+
"postpublish": "[ -n \"$CI\" ] || [ ! -f node_modules/.bin/pinst ] || pinst --enable",
36+
"test": "yarn lint && yarn cover",
37+
"update": "npm_config_yes=true npx npm-check-updates -u --timeout 100000 && yarn install && yarn upgrade && yarn audit"
3838
},
3939
"dependencies": {
40-
"@actions/core": "^1.5.0",
40+
"@actions/core": "^1.6.0",
4141
"@actions/github": "^5.0.0",
42-
"@octokit/openapi-types": "^10.1.0",
43-
"@octokit/plugin-rest-endpoint-methods": "^5.10.0",
42+
"@octokit/openapi-types": "^11.1.0",
43+
"@octokit/plugin-rest-endpoint-methods": "^5.12.1",
4444
"@technote-space/github-action-log-helper": "^0.1.40",
4545
"shell-escape": "^0.2.0",
4646
"sprintf-js": "^1.1.2"
4747
},
4848
"devDependencies": {
49-
"@commitlint/cli": "^13.1.0",
50-
"@commitlint/config-conventional": "^13.1.0",
51-
"@technote-space/github-action-test-helper": "^0.7.26",
52-
"@types/jest": "^27.0.1",
53-
"@types/node": "^16.7.10",
54-
"@typescript-eslint/eslint-plugin": "^4.30.0",
55-
"@typescript-eslint/parser": "^4.30.0",
49+
"@commitlint/cli": "^13.2.1",
50+
"@commitlint/config-conventional": "^13.2.0",
51+
"@technote-space/github-action-test-helper": "^0.7.27",
52+
"@types/jest": "^27.0.2",
53+
"@types/node": "^16.10.3",
54+
"@typescript-eslint/eslint-plugin": "^4.33.0",
55+
"@typescript-eslint/parser": "^4.33.0",
5656
"eslint": "^7.32.0",
5757
"husky": "^7.0.2",
58-
"jest": "^27.1.0",
59-
"jest-circus": "^27.1.0",
60-
"lint-staged": "^11.1.2",
58+
"jest": "^27.2.5",
59+
"jest-circus": "^27.2.5",
60+
"lint-staged": "^11.2.1",
6161
"nock": "^13.1.3",
6262
"ts-jest": "^27.0.5",
63-
"typescript": "^4.4.2"
63+
"typescript": "^4.4.3"
6464
},
6565
"publishConfig": {
6666
"access": "public"

0 commit comments

Comments
 (0)