Skip to content
This repository was archived by the owner on Apr 11, 2026. It is now read-only.

Commit d9f2cc3

Browse files
fix(deps): update all non-major dependencies
1 parent a5791f8 commit d9f2cc3

6 files changed

Lines changed: 531 additions & 438 deletions

File tree

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: pnpm/action-setup@v4
1818
- uses: actions/setup-node@v6
1919
with:
20-
node-version: 24.11.1
20+
node-version: 24.13.0
2121
cache: pnpm
2222
- run: pnpm install
2323
- run: pnpm run lint:fix

bot/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "0.0.0",
55
"private": "true",
6-
"packageManager": "pnpm@10.24.0",
6+
"packageManager": "pnpm@10.28.2",
77
"description": "Bot of Zotero Plugin Registry",
88
"author": "northword",
99
"license": "MIT",
@@ -22,12 +22,12 @@
2222
"dependencies": {
2323
"@types/semver": "^7.7.1",
2424
"adm-zip": "^0.5.16",
25-
"axios": "^1.13.2",
26-
"commander": "^14.0.2",
25+
"axios": "^1.13.4",
26+
"commander": "^14.0.3",
2727
"consola": "^3.4.2",
2828
"cross-env": "10.1.0",
29-
"es-toolkit": "^1.42.0",
30-
"fs-extra": "^11.3.2",
29+
"es-toolkit": "^1.44.0",
30+
"fs-extra": "^11.3.3",
3131
"globby": "^15.0.0",
3232
"jsonc": "^2.0.0",
3333
"octokit": "^5.0.5",
@@ -39,6 +39,6 @@
3939
"@types/adm-zip": "^0.5.7",
4040
"@types/fs-extra": "^11.0.4",
4141
"@zotero-plugin-registry/shared": "workspace:",
42-
"tsdown": "^0.19.0"
42+
"tsdown": "^0.20.1"
4343
}
4444
}

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "0.0.0",
55
"private": "true",
6-
"packageManager": "pnpm@10.24.0",
6+
"packageManager": "pnpm@10.28.2",
77
"description": "Zotero Plugin Registry",
88
"author": "northword",
99
"license": "MIT",

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "0.0.0",
55
"private": "true",
6-
"packageManager": "pnpm@10.24.0",
6+
"packageManager": "pnpm@10.28.2",
77
"description": "Zotero Plugin Registry",
88
"author": "northword",
99
"license": "MIT",
@@ -21,13 +21,13 @@
2121
"test": "echo \"Error: no test specified\" && exit 1"
2222
},
2323
"devDependencies": {
24-
"@antfu/eslint-config": "^6.2.0",
25-
"@types/node": "^24.10.1",
24+
"@antfu/eslint-config": "^6.7.3",
25+
"@types/node": "^24.10.9",
2626
"@zotero-plugin-registry/bot": "workspace:",
27-
"eslint": "^9.39.1",
27+
"eslint": "^9.39.2",
2828
"husky": "^9.1.7",
2929
"lint-staged": "^16.2.7",
30-
"prettier": "^3.7.3",
30+
"prettier": "^3.8.1",
3131
"tsx": "^4.21.0",
3232
"typescript": "^5.9.3"
3333
},

0 commit comments

Comments
 (0)