Skip to content

release: v1.6.3 #264

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

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
f8e4c2e
chore: update npm dependencies
technote-space May 30, 2023
7b04a45
feat: update package version
technote-space May 30, 2023
fffbbc5
chore: update npm dependencies
technote-space Jun 3, 2023
4420fec
chore: update npm dependencies
technote-space Jun 6, 2023
06c0380
chore: update npm dependencies
technote-space Jun 10, 2023
9114207
chore: update npm dependencies
technote-space Jun 13, 2023
1955dca
chore: update npm dependencies
technote-space Jun 17, 2023
066f7d9
chore: update npm dependencies
technote-space Jun 20, 2023
62f23e0
chore: update npm dependencies
technote-space Jul 11, 2023
172e7d2
chore: update npm dependencies
technote-space Jul 15, 2023
553b207
chore: update npm dependencies
technote-space Jul 18, 2023
4407fd6
chore: update npm dependencies
technote-space Jul 22, 2023
b88e10f
chore: update npm dependencies
technote-space Jul 25, 2023
4b251a1
chore: update npm dependencies
technote-space Jul 29, 2023
f844588
chore: update npm dependencies
technote-space Aug 1, 2023
53daf3d
chore: update npm dependencies
technote-space Aug 5, 2023
1618701
chore: update npm dependencies
technote-space Aug 8, 2023
d9d825f
chore: update npm dependencies
technote-space Aug 12, 2023
6395a01
chore: update npm dependencies
technote-space Aug 15, 2023
57a1447
chore: update npm dependencies
technote-space Aug 19, 2023
ed3189c
chore: update npm dependencies
technote-space Aug 22, 2023
c0e796c
chore: update npm dependencies
technote-space Aug 26, 2023
9280728
chore: update npm dependencies
technote-space Aug 29, 2023
b4842d9
chore: update npm dependencies
technote-space Sep 2, 2023
cc0dcf1
chore: update npm dependencies
technote-space Sep 5, 2023
5d23817
chore: update npm dependencies
technote-space Sep 9, 2023
78fc769
chore: update npm dependencies
technote-space Sep 12, 2023
e33ed38
chore: update npm dependencies
technote-space Sep 16, 2023
84cc68e
chore: update npm dependencies
technote-space Sep 19, 2023
2c4d800
chore: update npm dependencies
technote-space Sep 23, 2023
a229d72
chore: update npm dependencies
technote-space Sep 26, 2023
0556557
chore: update npm dependencies
technote-space Sep 30, 2023
52148f5
chore: update npm dependencies
technote-space Oct 3, 2023
7de9842
chore: update npm dependencies
technote-space Oct 7, 2023
03b4773
chore: update npm dependencies
technote-space Oct 10, 2023
f682326
chore: update npm dependencies
technote-space Oct 14, 2023
0c575be
chore: update npm dependencies
technote-space Oct 17, 2023
27c3e48
chore: update npm dependencies
technote-space Oct 21, 2023
850d40b
chore: update npm dependencies
technote-space Oct 24, 2023
eab0096
chore: update npm dependencies
technote-space Oct 28, 2023
cfcdf17
chore: update npm dependencies
technote-space Oct 31, 2023
44de55a
chore: update npm dependencies
technote-space Nov 4, 2023
c00bc8b
chore: update npm dependencies
technote-space Nov 7, 2023
d9c5da8
chore: update npm dependencies
technote-space Nov 11, 2023
ee14a66
chore: update npm dependencies
technote-space Nov 14, 2023
40a7693
chore: update npm dependencies
technote-space Nov 18, 2023
a4f764d
chore: update npm dependencies
technote-space Nov 21, 2023
4c15acd
chore: update npm dependencies
technote-space Nov 25, 2023
dee5d6c
chore: update npm dependencies
technote-space Nov 28, 2023
82655ff
chore: update npm dependencies
technote-space Dec 2, 2023
dabf165
chore: update npm dependencies
technote-space Dec 5, 2023
d48714a
chore: update npm dependencies
technote-space Dec 9, 2023
7f746ac
chore: update npm dependencies
technote-space Dec 12, 2023
e7e0d1f
chore: update npm dependencies
technote-space Dec 16, 2023
9b2f433
chore: update npm dependencies
technote-space Dec 19, 2023
04fb530
chore: update npm dependencies
technote-space Dec 23, 2023
401f39c
chore: update npm dependencies
technote-space Dec 26, 2023
454cef9
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
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@technote-space/assign-author",
"version": "1.6.2",
"version": "1.6.3",
"description": "GitHub actions to assign author to issue or PR.",
"keywords": [
"github",
Expand Down Expand Up @@ -37,32 +37,32 @@
"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/filter-github-action": "^0.6.13",
"@technote-space/github-action-helper": "^5.3.16",
"@technote-space/github-action-helper": "^5.3.17",
"@technote-space/github-action-log-helper": "^0.2.19",
"@technote-space/github-action-test-helper": "^0.11.16",
"@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",
"rollup": "^3.23.0",
"typescript": "^5.0.4",
"vitest": "^0.31.1"
"lint-staged": "^15.2.0",
"nock": "^13.4.0",
"rollup": "^4.9.1",
"typescript": "^5.3.3",
"vitest": "^1.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading