Skip to content

Commit 2ab2f29

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

4 files changed

Lines changed: 655 additions & 964 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@v6
2323
with:
24-
node-version: 24.11.0
24+
node-version: 24.11.1
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@v6
3737
with:
38-
node-version: 24.11.0
38+
node-version: 24.11.1
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@v6
8080
with:
81-
node-version: 24.11.0
81+
node-version: 24.11.1
8282
registry-url: https://registry.npmjs.org/
8383
cache: pnpm
8484

package.json

Lines changed: 12 additions & 12 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.20.0",
5+
"packageManager": "pnpm@10.24.0",
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,28 +49,28 @@
4949
"prepare": "husky"
5050
},
5151
"peerDependencies": {
52-
"eslint": "^9.39.0"
52+
"eslint": "^9.39.1"
5353
},
5454
"dependencies": {
55-
"@eslint/js": "^9.39.0",
55+
"@eslint/js": "^9.39.1",
5656
"eslint-config-flat-gitignore": "^2.1.0",
5757
"eslint-plugin-chai-friendly": "^1.1.0",
5858
"eslint-plugin-mocha": "^11.2.0",
59-
"typescript-eslint": "^8.46.2"
59+
"typescript-eslint": "^8.48.0"
6060
},
6161
"devDependencies": {
6262
"@antfu/eslint-config": "^6.2.0",
63-
"@eslint/config-inspector": "^1.3.0",
64-
"@types/node": "^24.9.2",
65-
"bumpp": "^10.3.1",
66-
"eslint": "^9.39.0",
63+
"@eslint/config-inspector": "^1.4.2",
64+
"@types/node": "^24.10.1",
65+
"bumpp": "^10.3.2",
66+
"eslint": "^9.39.1",
6767
"eslint-plugin-format": "^1.0.2",
6868
"eslint-typegen": "^2.3.0",
6969
"husky": "^9.1.7",
70-
"lint-staged": "^16.2.6",
71-
"prettier": "^3.6.2",
72-
"tsdown": "^0.15.12",
73-
"tsx": "^4.20.6",
70+
"lint-staged": "^16.2.7",
71+
"prettier": "^3.7.3",
72+
"tsdown": "^0.16.8",
73+
"tsx": "^4.21.0",
7474
"typescript": "^5.9.3"
7575
},
7676
"lint-staged": {

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.3",
77
"@types/mocha": "^10.0.10",
88
"@zotero-plugin/eslint-config": "workspace:^",
9-
"chai": "^6.2.0",
10-
"mocha": "^11.7.4"
9+
"chai": "^6.2.1",
10+
"mocha": "^11.7.5"
1111
}
1212
}

0 commit comments

Comments
 (0)