Skip to content

Commit d2d5fd3

Browse files
Merge pull request #208 from technote-space/release/next-v0.7.1
release: v0.7.2
2 parents 17d3114 + 0ac4a25 commit d2d5fd3

File tree

3 files changed

+603
-598
lines changed

3 files changed

+603
-598
lines changed

__tests__/utils/issue.test.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
/* eslint-disable no-magic-numbers */
22
import {resolve} from 'path';
33
import nock from 'nock';
4-
import {testEnv, getOctokit, disableNetConnect, generateContext, getApiFixture} from '@technote-space/github-action-test-helper';
4+
import {
5+
testEnv,
6+
getOctokit,
7+
disableNetConnect,
8+
generateContext,
9+
getApiFixture
10+
} from '@technote-space/github-action-test-helper';
511
import {getIssues} from '../../src/utils/issue';
612

713
const rootDir = resolve(__dirname, '../..');

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/gh-actions-template",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "Template for GitHub actions.",
55
"author": {
66
"name": "Technote",
@@ -25,29 +25,29 @@
2525
"action.yml"
2626
],
2727
"dependencies": {
28-
"@actions/core": "^1.2.5",
28+
"@actions/core": "^1.2.6",
2929
"@actions/github": "^4.0.0",
3030
"@octokit/types": "^5.5.0",
31-
"@technote-space/filter-github-action": "^0.5.3",
32-
"@technote-space/github-action-helper": "^4.0.1",
33-
"@technote-space/github-action-log-helper": "^0.1.0"
31+
"@technote-space/filter-github-action": "^0.5.5",
32+
"@technote-space/github-action-helper": "^4.0.4",
33+
"@technote-space/github-action-log-helper": "^0.1.4"
3434
},
3535
"devDependencies": {
3636
"@commitlint/cli": "^11.0.0",
3737
"@commitlint/config-conventional": "^11.0.0",
38-
"@technote-space/github-action-test-helper": "^0.5.7",
38+
"@technote-space/github-action-test-helper": "^0.6.1",
3939
"@technote-space/release-github-actions-cli": "^1.7.1",
4040
"@types/jest": "^26.0.14",
41-
"@types/node": "^14.11.1",
42-
"@typescript-eslint/eslint-plugin": "^4.1.1",
43-
"@typescript-eslint/parser": "^4.1.1",
44-
"eslint": "^7.9.0",
41+
"@types/node": "^14.11.10",
42+
"@typescript-eslint/eslint-plugin": "^4.4.1",
43+
"@typescript-eslint/parser": "^4.4.1",
44+
"eslint": "^7.11.0",
4545
"husky": "^4.3.0",
46-
"jest": "^26.4.2",
47-
"jest-circus": "^26.4.2",
48-
"lint-staged": "^10.4.0",
46+
"jest": "^26.5.3",
47+
"jest-circus": "^26.5.3",
48+
"lint-staged": "^10.4.2",
4949
"nock": "^13.0.4",
50-
"ts-jest": "^26.4.0",
50+
"ts-jest": "^26.4.1",
5151
"typescript": "^4.0.3"
5252
},
5353
"publishConfig": {

0 commit comments

Comments
 (0)