Skip to content

Commit e4aa779

Browse files
fix(deps): update all non-major dependencies (#8)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a40cda8 commit e4aa779

4 files changed

Lines changed: 908 additions & 568 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: pnpm/action-setup@v4
2222
- uses: actions/setup-node@v5
2323
with:
24-
node-version: 22.19.0
24+
node-version: 22.20.0
2525
cache: pnpm
2626
- run: pnpm install
2727
- run: pnpm lint:check
@@ -35,7 +35,7 @@ jobs:
3535
- uses: pnpm/action-setup@v4
3636
- uses: actions/setup-node@v5
3737
with:
38-
node-version: 22.19.0
38+
node-version: 22.20.0
3939
cache: pnpm
4040
- run: pnpm install
4141
- run: pnpm build
@@ -78,7 +78,7 @@ jobs:
7878
- name: Setup Node.js
7979
uses: actions/setup-node@v5
8080
with:
81-
node-version: 22.19.0
81+
node-version: 22.20.0
8282
registry-url: https://registry.npmjs.org/
8383
cache: pnpm
8484

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@zotero-plugin/eslint-config",
33
"type": "module",
44
"version": "0.6.7",
5-
"packageManager": "pnpm@10.15.1",
5+
"packageManager": "pnpm@10.17.1",
66
"description": "ESLint config for zotero plugin.",
77
"license": "AGPL-3.0-or-later",
88
"homepage": "https://github.com/zotero-plugin-dev/eslint-config#readme",
@@ -49,29 +49,29 @@
4949
"prepare": "husky"
5050
},
5151
"peerDependencies": {
52-
"eslint": "^9.34.0"
52+
"eslint": "^9.36.0"
5353
},
5454
"dependencies": {
55-
"@eslint/js": "^9.34.0",
55+
"@eslint/js": "^9.36.0",
5656
"eslint-config-flat-gitignore": "^2.1.0",
5757
"eslint-plugin-chai-friendly": "^1.1.0",
5858
"eslint-plugin-mocha": "^11.1.0",
59-
"typescript-eslint": "^8.41.0"
59+
"typescript-eslint": "^8.45.0"
6060
},
6161
"devDependencies": {
62-
"@antfu/eslint-config": "^5.2.1",
63-
"@eslint/config-inspector": "^1.2.0",
64-
"@types/node": "^22.18.0",
62+
"@antfu/eslint-config": "^5.4.1",
63+
"@eslint/config-inspector": "^1.3.0",
64+
"@types/node": "^22.18.8",
6565
"bumpp": "^10.2.3",
66-
"eslint": "^9.34.0",
67-
"eslint-plugin-format": "^1.0.1",
66+
"eslint": "^9.36.0",
67+
"eslint-plugin-format": "^1.0.2",
6868
"eslint-typegen": "^2.3.0",
6969
"husky": "^9.1.7",
70-
"lint-staged": "^16.1.6",
70+
"lint-staged": "^16.2.3",
7171
"prettier": "^3.6.2",
72-
"tsdown": "^0.14.2",
73-
"tsx": "^4.20.5",
74-
"typescript": "^5.9.2"
72+
"tsdown": "^0.15.6",
73+
"tsx": "^4.20.6",
74+
"typescript": "^5.9.3"
7575
},
7676
"lint-staged": {
7777
"*": [

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@types/chai": "^5.2.2",
77
"@types/mocha": "^10.0.10",
88
"@zotero-plugin/eslint-config": "workspace:^",
9-
"chai": "^6.0.1",
10-
"mocha": "^11.7.2"
9+
"chai": "^6.2.0",
10+
"mocha": "^11.7.3"
1111
}
1212
}

0 commit comments

Comments
 (0)