Skip to content

Commit dee91eb

Browse files
fix: generally bump dependencies to latest (#1639)
## Overview Pulls in a bunch of dependency updates. I'm primarily doing this to bring in https://github.com/JoshuaKGoldberg/all-contributors-auto-action/releases/tag/v0.5.0. There's a nice set of deduping in `pnpm-lock.yaml` too around Octokit deps. 💖
1 parent d1bd5a3 commit dee91eb

File tree

5 files changed

+341
-628
lines changed

5 files changed

+341
-628
lines changed

.github/workflows/contributors.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: ./.github/actions/prepare
99
- env:
1010
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
11-
uses: JoshuaKGoldberg/all-contributors-auto-action@v0.4.3
11+
uses: JoshuaKGoldberg/all-contributors-auto-action@v0.5.0
1212

1313
name: Contributors
1414

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
},
4343
"dependencies": {
4444
"@clack/prompts": "^0.7.0",
45-
"all-contributors-for-repository": "^0.2.2",
45+
"all-contributors-for-repository": "^0.3.0",
4646
"chalk": "^5.3.0",
47-
"execa": "^9.3.0",
47+
"execa": "^9.3.1",
4848
"get-github-auth-token": "^0.1.0",
4949
"git-remote-origin-url": "^4.0.0",
5050
"git-url-parse": "^14.1.0",
@@ -61,35 +61,35 @@
6161
"zod-validation-error": "^3.3.1"
6262
},
6363
"devDependencies": {
64-
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
65-
"@eslint/js": "^9.8.0",
64+
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
65+
"@eslint/js": "^9.9.0",
6666
"@octokit/request-error": "^6.1.4",
6767
"@release-it/conventional-changelog": "^8.0.1",
6868
"@types/eslint-plugin-markdown": "^2.0.2",
6969
"@types/eslint__js": "^8.42.3",
7070
"@types/git-url-parse": "^9.0.3",
7171
"@types/js-yaml": "^4.0.9",
72-
"@types/node": "^22.1.0",
72+
"@types/node": "^22.3.0",
7373
"@types/parse-author": "^2.0.3",
7474
"@vitest/coverage-v8": "^2.0.5",
75-
"@vitest/eslint-plugin": "^1.0.1",
75+
"@vitest/eslint-plugin": "^1.0.3",
7676
"c8": "^10.1.2",
77-
"console-fail-test": "^0.4.4",
78-
"cspell": "^8.13.1",
79-
"eslint": "^9.8.0",
80-
"eslint-plugin-jsdoc": "^50.2.1",
77+
"console-fail-test": "^0.5.0",
78+
"cspell": "^8.13.3",
79+
"eslint": "^9.9.0",
80+
"eslint-plugin-jsdoc": "^50.2.2",
8181
"eslint-plugin-jsonc": "^2.16.0",
8282
"eslint-plugin-markdown": "^5.1.0",
8383
"eslint-plugin-n": "^17.10.2",
8484
"eslint-plugin-package-json": "^0.15.2",
85-
"eslint-plugin-perfectionist": "^3.1.3",
85+
"eslint-plugin-perfectionist": "^3.2.0",
8686
"eslint-plugin-regexp": "^2.6.0",
8787
"eslint-plugin-yml": "^1.14.0",
8888
"globby": "^14.0.2",
8989
"husky": "^9.1.4",
9090
"jsonc-eslint-parser": "^2.4.0",
91-
"knip": "5.27.1",
92-
"lint-staged": "^15.2.8",
91+
"knip": "5.27.2",
92+
"lint-staged": "^15.2.9",
9393
"markdownlint": "^0.34.0",
9494
"markdownlint-cli": "^0.41.0",
9595
"prettier-plugin-curly": "^0.2.2",
@@ -100,7 +100,7 @@
100100
"tsup": "^8.2.4",
101101
"tsx": "^4.17.0",
102102
"typescript": "^5.5.4",
103-
"typescript-eslint": "^8.0.1",
103+
"typescript-eslint": "^8.1.0",
104104
"vitest": "^2.0.5"
105105
},
106106
"engines": {

0 commit comments

Comments
 (0)