Skip to content
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

fix(deps): update all non-major dependencies #101

Merged
merged 2 commits into from
Mar 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.2.8",
"private": "true",
"packageManager": "pnpm@10.2.0",
"packageManager": "pnpm@10.5.2",
"scripts": {
"dev": "vitepress dev src",
"build": "vitepress build src",
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.2.8",
"private": true,
"packageManager": "pnpm@10.2.0",
"packageManager": "pnpm@10.5.2",
"author": "northword",
"scripts": {
"dev": "pnpm -r --filter=./packages/* --parallel run dev",
Expand All @@ -18,17 +18,17 @@
"prepare": "husky"
},
"devDependencies": {
"@antfu/eslint-config": "^4.1.1",
"@types/node": "^22.13.1",
"bumpp": "^10.0.1",
"eslint": "^9.19.0",
"@antfu/eslint-config": "^4.3.0",
"@types/node": "^22.13.7",
"bumpp": "^10.0.3",
"eslint": "^9.21.0",
"eslint-plugin-format": "^1.0.1",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"unbuild": "^3.3.1",
"vitest": "^3.0.5"
"tsx": "^4.19.3",
"typescript": "^5.8.2",
"unbuild": "^3.5.0",
"vitest": "^3.0.7"
},
"workspaces": [
"packages/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.2.8",
"private": "true",
"packageManager": "pnpm@10.2.0",
"packageManager": "pnpm@10.5.2",
"description": "A scaffold for Zotero plugin development.",
"author": "northword",
"license": "AGPL-3.0-or-later",
Expand Down
10 changes: 5 additions & 5 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@zotero-plugin/eslint-config",
"type": "module",
"version": "0.2.8",
"packageManager": "pnpm@10.2.0",
"packageManager": "pnpm@10.5.2",
"description": "ESLint config for zotero plugin.",
"license": "AGPL-3.0-or-later",
"homepage": "https://github.com/northword/zotero-plugin-scaffold#readme",
Expand Down Expand Up @@ -38,18 +38,18 @@
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"eslint": "^9.5.0"
"eslint": "^9.21.0"
},
"dependencies": {
"@eslint/js": "^9.17.0",
"@eslint/js": "^9.21.0",
"eslint-config-flat-gitignore": "^2.1.0",
"eslint-plugin-mocha": "^10.5.0",
"typescript-eslint": "^8.18.2"
"typescript-eslint": "^8.25.0"
},
"devDependencies": {
"@eslint/config-inspector": "^1.0.1",
"@types/eslint-plugin-mocha": "^10.4.0",
"eslint-typegen": "^2.0.0",
"importx": "^0.5.1"
"importx": "^0.5.2"
}
}
6 changes: 5 additions & 1 deletion packages/eslint-config/scripts/typegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ const dts = await flatConfigsToRulesDTS(
await zotero(
{
overrides: {
plugins: { "": { rules: Object.fromEntries(builtinRules) } },
plugins: {
"": {
rules: Object.fromEntries(builtinRules),
},
},
},
},
),
Expand Down
1 change: 1 addition & 0 deletions packages/eslint-config/src/configs/mocha.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import mochaPlugin from "eslint-plugin-mocha";
import { GLOB_TEST } from "../globs.js";

export const mocha: Linter.Config[] = [
// @ts-expect-error seems a bug to @types/eslint@9.6.0
{
files: [GLOB_TEST],
...mochaPlugin.configs.flat.recommended,
Expand Down
14 changes: 7 additions & 7 deletions packages/scaffold/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "zotero-plugin-scaffold",
"type": "module",
"version": "0.2.8",
"packageManager": "pnpm@10.2.0",
"packageManager": "pnpm@10.5.2",
"description": "A scaffold for Zotero plugin development.",
"author": "northword",
"license": "AGPL-3.0-or-later",
Expand Down Expand Up @@ -46,7 +46,7 @@
"dist"
],
"engines": {
"node": ">=18"
"node": ">=18.20.7"
},
"scripts": {
"dev": "unbuild --stub",
Expand All @@ -69,21 +69,21 @@
}
},
"dependencies": {
"@swc/core": "^1.10.14",
"@swc/core": "^1.11.5",
"adm-zip": "^0.5.16",
"bumpp": "^10.0.1",
"bumpp": "^10.0.3",
"c12": "^3.0.2",
"chalk": "^5.4.1",
"chokidar": "^4.0.3",
"commander": "^13.1.0",
"es-toolkit": "^1.32.0",
"esbuild": "^0.24.2",
"esbuild": "^0.25.0",
"fs-extra": "^11.3.0",
"hookable": "^5.5.3",
"octokit": "^4.1.0",
"octokit": "^4.1.2",
"std-env": "^3.8.0",
"tiny-update-notifier": "^2.0.0",
"tinyglobby": "^0.2.10",
"tinyglobby": "^0.2.12",
"xvfb-ts": "^1.1.0"
},
"devDependencies": {
Expand Down
Loading
Loading