chore(deps): Upgrade deps (#2175)

This commit is contained in:
Aaron
2026-03-05 10:00:41 -06:00
committed by GitHub
parent bfd4af5d69
commit e56ae23747
21 changed files with 1138 additions and 702 deletions
+9 -9
View File
@@ -16,28 +16,28 @@
"docs:preview": "pnpm -s docs:gen && vitepress preview docs"
},
"devDependencies": {
"@aklinker1/buildc": "^1.1.6",
"@aklinker1/buildc": "^1.1.7",
"@aklinker1/check": "^2.2.0",
"@commitlint/config-conventional": "^20.4.1",
"@commitlint/types": "^20.4.0",
"@commitlint/config-conventional": "^20.4.3",
"@commitlint/types": "^20.4.3",
"@types/fs-extra": "^11.0.4",
"@types/semver": "^7.7.1",
"@vitest/coverage-v8": "^4.0.18",
"changelogen": "^0.6.2",
"consola": "^3.4.2",
"tinyglobby": "^0.2.13",
"feed": "^5.2.0",
"fs-extra": "^11.3.3",
"lint-staged": "^16.2.7",
"fs-extra": "^11.3.4",
"lint-staged": "^16.3.2",
"markdown-it-footnote": "^4.0.0",
"markdownlint-cli": "^0.47.0",
"markdownlint-cli": "^0.48.0",
"nano-spawn": "^2.0.0",
"p-map": "^7.0.4",
"prettier": "^3.8.1",
"prettier-plugin-jsdoc": "^1.8.0",
"semver": "^7.7.4",
"simple-git-hooks": "^2.13.1",
"tsdown": "^0.20.3",
"tinyglobby": "^0.2.15",
"tsdown": "^0.21.0",
"tsx": "4.21.0",
"typedoc": "^0.25.4",
"typedoc-plugin-frontmatter": "^1.3.1",
@@ -49,7 +49,7 @@
"vitepress-plugin-group-icons": "^1.7.1",
"vitepress-plugin-llms": "^1.11.0",
"vitest-mock-extended": "^3.1.0",
"vue": "^3.5.27",
"vue": "^3.5.29",
"wxt": "workspace:*"
},
"simple-git-hooks": {
+1 -1
View File
@@ -21,7 +21,7 @@
},
"devDependencies": {
"@types/ua-parser-js": "^0.7.39",
"publint": "^0.3.17",
"publint": "^0.3.18",
"typescript": "^5.9.3",
"wxt": "workspace:*"
},
+3 -3
View File
@@ -47,12 +47,12 @@
},
"dependencies": {
"defu": "^6.1.4",
"fs-extra": "^11.3.3",
"fs-extra": "^11.3.4",
"sharp": "^0.34.5"
},
"devDependencies": {
"oxlint": "^1.43.0",
"publint": "^0.3.17",
"oxlint": "^1.51.0",
"publint": "^0.3.18",
"typescript": "^5.9.3",
"vitest": "^4.0.18",
"wxt": "workspace:*"
+1 -1
View File
@@ -24,7 +24,7 @@
],
"devDependencies": {
"@types/chrome": "0.1.37",
"fs-extra": "^11.3.3",
"fs-extra": "^11.3.4",
"nano-spawn": "^2.0.0",
"typescript": "^5.9.3",
"vitest": "^4.0.18"
+4 -4
View File
@@ -28,8 +28,8 @@
"dependencies": {
"@wxt-dev/browser": "workspace:^",
"chokidar": "^5.0.0",
"confbox": "^0.1.8 || ^0.2.2",
"tinyglobby": "^0.2.13"
"confbox": "^0.2.4",
"tinyglobby": "^0.2.15"
},
"peerDependencies": {
"wxt": ">=0.19.7"
@@ -41,8 +41,8 @@
},
"devDependencies": {
"@types/node": "^20.17.6",
"oxlint": "^1.43.0",
"publint": "^0.3.17",
"oxlint": "^1.51.0",
"publint": "^0.3.18",
"typescript": "^5.9.3",
"vitest": "^4.0.18",
"vitest-plugin-random-seed": "^1.1.2",
+2 -2
View File
@@ -15,8 +15,8 @@
"@wxt-dev/browser": "workspace:^"
},
"devDependencies": {
"oxlint": "^1.43.0",
"publint": "^0.3.17",
"oxlint": "^1.51.0",
"publint": "^0.3.18",
"typescript": "^5.9.3",
"vitest": "^4.0.18"
},
+3 -3
View File
@@ -52,11 +52,11 @@
"@vitejs/plugin-react": "^4.4.1 || ^5.0.0"
},
"devDependencies": {
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/react": "^19.2.13",
"publint": "^0.3.17",
"react-dom": "^19.2.4",
"publint": "^0.3.18",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"typescript": "^5.9.3",
"vite": "^7.0.0",
"wxt": "workspace:*"
+1 -1
View File
@@ -51,7 +51,7 @@
"vite-plugin-solid": "^2.11.10"
},
"devDependencies": {
"publint": "^0.3.17",
"publint": "^0.3.18",
"solid-js": "^1.9.11",
"typescript": "^5.9.3",
"wxt": "workspace:*"
+1 -1
View File
@@ -50,7 +50,7 @@
"@sveltejs/vite-plugin-svelte": "^4.0.0 || ^5.0.0 || ^6.0.0"
},
"devDependencies": {
"publint": "^0.3.17",
"publint": "^0.3.18",
"typescript": "^5.9.3",
"wxt": "workspace:*"
}
+1 -1
View File
@@ -49,7 +49,7 @@
"@vitejs/plugin-vue": "^5.2.3 || ^6.0.0"
},
"devDependencies": {
"publint": "^0.3.17",
"publint": "^0.3.18",
"typescript": "^5.9.3",
"wxt": "workspace:*"
}
+2 -2
View File
@@ -28,8 +28,8 @@
"prepublishOnly": "pnpm build"
},
"devDependencies": {
"oxlint": "^1.43.0",
"publint": "^0.3.17",
"oxlint": "^1.51.0",
"publint": "^0.3.18",
"typescript": "^5.9.3",
"vitest": "^4.0.18"
},
+2 -2
View File
@@ -36,8 +36,8 @@
},
"devDependencies": {
"@webext-core/fake-browser": "^1.3.4",
"oxlint": "^1.43.0",
"publint": "^0.3.17",
"oxlint": "^1.51.0",
"publint": "^0.3.18",
"typescript": "^5.9.3",
"vitest": "^4.0.18"
},
+3 -3
View File
@@ -40,14 +40,14 @@
"wxt": ">=0.19.0"
},
"devDependencies": {
"oxlint": "^1.43.0",
"publint": "^0.3.17",
"oxlint": "^1.51.0",
"publint": "^0.3.18",
"typescript": "^5.9.3",
"unocss": "^0.64.0 || ^0.65.0 || ^65.0.0 || ^66.0.0",
"wxt": "workspace:*"
},
"dependencies": {
"defu": "^6.1.4",
"tinyglobby": "^0.2.13"
"tinyglobby": "^0.2.15"
}
}
+2 -2
View File
@@ -45,8 +45,8 @@
"wxt": ">=0.20.0"
},
"devDependencies": {
"@types/webextension-polyfill": "^0.12.4",
"publint": "^0.3.17",
"@types/webextension-polyfill": "^0.12.5",
"publint": "^0.3.18",
"typescript": "^5.9.3",
"webextension-polyfill": "^0.12.0",
"wxt": "workspace:*"
+1 -1
View File
@@ -22,7 +22,7 @@
"react-dom": "^19.2.4"
},
"devDependencies": {
"@types/react": "^19.2.13",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@wxt-dev/auto-icons": "workspace:*",
"@wxt-dev/unocss": "workspace:*",
+1
View File
@@ -1,3 +1,4 @@
// oxlint-disable-next-line eslint(no-shadow-restricted-names)
declare namespace globalThis {
var __ENTRYPOINT__: string;
}
+13 -13
View File
@@ -25,39 +25,39 @@
"@wxt-dev/storage": "workspace:^1.0.0",
"async-mutex": "^0.5.0",
"c12": "^3.3.3",
"cac": "^6.7.14",
"cac": "^6.7.14 || ^7.0.0",
"chokidar": "^5.0.0",
"ci-info": "^4.4.0",
"consola": "^3.4.2",
"defu": "^6.1.4",
"dotenv": "^17.2.4",
"dotenv": "^17.3.1",
"dotenv-expand": "^12.0.3",
"esbuild": "^0.27.1",
"tinyglobby": "^0.2.13",
"filesize": "^11.0.13",
"fs-extra": "^11.3.3",
"fs-extra": "^11.3.4",
"get-port-please": "^3.2.0",
"giget": "^1.2.3 || ^2.0.0 || ^3.0.0",
"hookable": "^6.0.1",
"import-meta-resolve": "^4.2.0",
"is-wsl": "^3.1.0",
"is-wsl": "^3.1.1",
"json5": "^2.2.3",
"jszip": "^3.10.1",
"linkedom": "^0.18.12",
"magicast": "^0.5.2",
"minimatch": "^10.1.2",
"minimatch": "^10.2.4",
"nano-spawn": "^2.0.0",
"nanospinner": "^1.2.2",
"normalize-path": "^3.0.0",
"nypm": "^0.6.5",
"ohash": "^2.0.11",
"open": "^11.0.0",
"nanospinner": "^1.2.2",
"perfect-debounce": "^2.1.0",
"picocolors": "^1.1.1",
"prompts": "^2.4.2",
"publish-browser-extension": "^2.3.0 || ^3.0.2 || ^4.0.4",
"scule": "^1.3.0",
"unimport": "^3.13.1 || ^4.0.0 || ^5.0.0",
"tinyglobby": "^0.2.15",
"unimport": "^3.13.1 || ^4.0.0 || ^5.0.0 || ^6.0.0",
"vite": "^5.4.19 || ^6.3.4 || ^7.0.0 || ^8.0.0-0",
"vite-node": "^3.2.4 || ^5.0.0",
"web-ext-run": "^0.2.4"
@@ -71,18 +71,18 @@
}
},
"devDependencies": {
"@faker-js/faker": "^10.2.0",
"@faker-js/faker": "^10.3.0",
"@types/fs-extra": "^11.0.4",
"@types/lodash.merge": "^4.6.9",
"@types/node": "^20.17.6",
"@types/normalize-path": "^3.0.2",
"@types/prompts": "^2.4.9",
"eslint": "^9.38.0",
"eslint": "^9.39.3",
"extract-zip": "^2.0.1",
"happy-dom": "^20.5.0",
"happy-dom": "^20.8.3",
"lodash.merge": "^4.6.2",
"oxlint": "^1.43.0",
"publint": "^0.3.17",
"oxlint": "^1.51.0",
"publint": "^0.3.18",
"typescript": "^5.9.3",
"vitest": "^4.0.18",
"vitest-plugin-random-seed": "^1.1.2"
+1082 -647
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -19,7 +19,7 @@
"react-dom": "^19.2.4"
},
"devDependencies": {
"@types/react": "^19.2.13",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@wxt-dev/module-react": "^1.1.5",
"typescript": "^5.9.3",
+3 -3
View File
@@ -15,10 +15,10 @@
"postinstall": "wxt prepare"
},
"devDependencies": {
"@tsconfig/svelte": "^5.0.7",
"@tsconfig/svelte": "^5.0.8",
"@wxt-dev/module-svelte": "^2.0.4",
"svelte": "^5.49.2",
"svelte-check": "^4.3.6",
"svelte": "^5.53.7",
"svelte-check": "^4.4.4",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"wxt": "^0.20.18"
+2 -2
View File
@@ -15,12 +15,12 @@
"postinstall": "wxt prepare"
},
"dependencies": {
"vue": "^3.5.27"
"vue": "^3.5.29"
},
"devDependencies": {
"@wxt-dev/module-vue": "^1.0.3",
"typescript": "^5.9.3",
"vue-tsc": "^3.2.4",
"vue-tsc": "^3.2.5",
"wxt": "^0.20.18"
}
}