Skip to content

Commit e7f55ad

Browse files
Merge pull request #351 from technote-space/release/next-v4.4.9
release: v4.4.10
2 parents 8816ea0 + 99dbbfb commit e7f55ad

File tree

4 files changed

+380
-390
lines changed

4 files changed

+380
-390
lines changed

__tests__/api-helper1.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ const createCommitResponse: GitCreateCommitResponseData = {
6262
signature: '',
6363
verified: true,
6464
},
65+
'html_url': '',
6566
};
6667

6768
describe('ApiHelper', () => {

__tests__/api-helper2.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ const createCommitResponse: GitCreateCommitResponseData = {
6363
signature: '',
6464
verified: true,
6565
},
66+
'html_url': '',
6667
};
6768

6869
describe('ApiHelper with params', () => {

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/github-action-helper",
3-
"version": "4.4.9",
3+
"version": "4.4.10",
44
"description": "Helper for GitHub Action.",
55
"keywords": [
66
"github",
@@ -36,27 +36,27 @@
3636
"dependencies": {
3737
"@actions/core": "^1.2.6",
3838
"@actions/github": "^4.0.0",
39-
"@octokit/openapi-types": "^2.0.1",
40-
"@octokit/plugin-rest-endpoint-methods": "^4.4.1",
41-
"@technote-space/github-action-log-helper": "^0.1.14",
39+
"@octokit/openapi-types": "^4.0.1",
40+
"@octokit/plugin-rest-endpoint-methods": "^4.10.1",
41+
"@technote-space/github-action-log-helper": "^0.1.17",
4242
"shell-escape": "^0.2.0",
4343
"sprintf-js": "^1.1.2"
4444
},
4545
"devDependencies": {
4646
"@commitlint/cli": "^11.0.0",
4747
"@commitlint/config-conventional": "^11.0.0",
48-
"@technote-space/github-action-test-helper": "^0.6.12",
49-
"@types/jest": "^26.0.19",
50-
"@types/node": "^14.14.20",
51-
"@typescript-eslint/eslint-plugin": "^4.12.0",
52-
"@typescript-eslint/parser": "^4.12.0",
53-
"eslint": "^7.17.0",
54-
"husky": "^4.3.6",
48+
"@technote-space/github-action-test-helper": "^0.6.13",
49+
"@types/jest": "^26.0.20",
50+
"@types/node": "^14.14.25",
51+
"@typescript-eslint/eslint-plugin": "^4.14.2",
52+
"@typescript-eslint/parser": "^4.14.2",
53+
"eslint": "^7.19.0",
54+
"husky": "^4.3.8",
5555
"jest": "^26.6.3",
5656
"jest-circus": "^26.6.3",
5757
"lint-staged": "^10.5.3",
58-
"nock": "^13.0.5",
59-
"ts-jest": "^26.4.4",
58+
"nock": "^13.0.7",
59+
"ts-jest": "^26.5.0",
6060
"typescript": "^4.1.3"
6161
},
6262
"publishConfig": {

0 commit comments

Comments
 (0)