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: v1.2.4 #99

Open
wants to merge 58 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
31b62d5
chore: update npm dependencies
technote-space May 31, 2023
589859a
feat: update package version
technote-space May 31, 2023
473b2c1
chore: update npm dependencies
technote-space Jun 3, 2023
3631b16
chore: update npm dependencies
technote-space Jun 7, 2023
0d82769
chore: update npm dependencies
technote-space Jun 10, 2023
fc991fb
chore: update npm dependencies
technote-space Jun 14, 2023
102637a
chore: update npm dependencies
technote-space Jun 17, 2023
6dc2c46
chore: update npm dependencies
technote-space Jun 21, 2023
c16713c
chore: update npm dependencies
technote-space Jul 12, 2023
8b8a336
chore: update npm dependencies
technote-space Jul 15, 2023
64baab1
chore: update npm dependencies
technote-space Jul 19, 2023
b1b4945
chore: update npm dependencies
technote-space Jul 22, 2023
2dcf72a
chore: update npm dependencies
technote-space Jul 26, 2023
43a6a59
chore: update npm dependencies
technote-space Jul 29, 2023
5f9e053
chore: update npm dependencies
technote-space Aug 2, 2023
7ac2986
chore: update npm dependencies
technote-space Aug 5, 2023
447d1f6
chore: update npm dependencies
technote-space Aug 9, 2023
a406064
chore: update npm dependencies
technote-space Aug 12, 2023
5fc6314
chore: update npm dependencies
technote-space Aug 16, 2023
8c361f6
chore: update npm dependencies
technote-space Aug 19, 2023
0450e76
chore: update npm dependencies
technote-space Aug 23, 2023
f138594
chore: update npm dependencies
technote-space Aug 26, 2023
a8412f0
chore: update npm dependencies
technote-space Aug 30, 2023
58917d9
chore: update npm dependencies
technote-space Sep 2, 2023
8fe1624
chore: update npm dependencies
technote-space Sep 6, 2023
92d60b8
chore: update npm dependencies
technote-space Sep 9, 2023
148540e
chore: update npm dependencies
technote-space Sep 13, 2023
c317443
chore: update npm dependencies
technote-space Sep 16, 2023
6a92c1a
chore: update npm dependencies
technote-space Sep 20, 2023
e65e970
chore: update npm dependencies
technote-space Sep 23, 2023
72cd451
chore: update npm dependencies
technote-space Sep 27, 2023
870a6c8
chore: update npm dependencies
technote-space Sep 30, 2023
c7065d6
chore: update npm dependencies
technote-space Oct 4, 2023
347a5e4
chore: update npm dependencies
technote-space Oct 7, 2023
9bee2bb
chore: update npm dependencies
technote-space Oct 11, 2023
9677916
chore: update npm dependencies
technote-space Oct 14, 2023
1f5101a
chore: update npm dependencies
technote-space Oct 18, 2023
0512c6d
chore: update npm dependencies
technote-space Oct 21, 2023
8faa6eb
chore: update npm dependencies
technote-space Oct 25, 2023
aee708e
chore: update npm dependencies
technote-space Oct 28, 2023
74fab88
chore: update npm dependencies
technote-space Nov 1, 2023
2848044
chore: update npm dependencies
technote-space Nov 4, 2023
706cd81
chore: update npm dependencies
technote-space Nov 8, 2023
df922a9
chore: update npm dependencies
technote-space Nov 11, 2023
0b3ccd3
chore: update npm dependencies
technote-space Nov 15, 2023
95e7f7f
chore: update npm dependencies
technote-space Nov 18, 2023
8ac15b1
chore: update npm dependencies
technote-space Nov 22, 2023
56d3d3d
chore: update npm dependencies
technote-space Nov 25, 2023
dbce05b
chore: update npm dependencies
technote-space Nov 29, 2023
96e2f25
chore: update npm dependencies
technote-space Dec 2, 2023
37a26bc
chore: update npm dependencies
technote-space Dec 6, 2023
dde5e6a
chore: update npm dependencies
technote-space Dec 9, 2023
d1124ad
chore: update npm dependencies
technote-space Dec 13, 2023
9f8fd61
chore: update npm dependencies
technote-space Dec 16, 2023
7f73ec0
chore: update npm dependencies
technote-space Dec 20, 2023
f554231
chore: update npm dependencies
technote-space Dec 23, 2023
60db178
chore: update npm dependencies
technote-space Dec 27, 2023
a33f8c8
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
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@technote-space/get-git-comment-action",
"version": "1.2.3",
"version": "1.2.4",
"description": "GitHub actions to get git comment.",
"keywords": [
"github",
Expand Down Expand Up @@ -38,31 +38,31 @@
"update": "npm_config_yes=true npx npm-check-updates -u --timeout 100000 && yarn install && yarn upgrade && yarn audit"
},
"devDependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-typescript": "^11.1.1",
"@sindresorhus/tsconfig": "^3.0.1",
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.5",
"@sindresorhus/tsconfig": "^5.0.0",
"@technote-space/github-action-helper": "^5.3.17",
"@technote-space/github-action-test-helper": "^0.11.17",
"@technote-space/release-github-actions-cli": "^1.9.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",
"@types/node": "^20.10.6",
"@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",
"lint-staged": "^15.2.0",
"nock": "^13.4.0",
"pinst": "^3.0.0",
"rollup": "^3.23.0",
"typescript": "^5.0.4",
"vitest": "^0.31.1"
"rollup": "^4.9.1",
"typescript": "^5.3.3",
"vitest": "^1.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading
Loading