From 435af1abc5b8dd8742e266bae9b72ce55d0b9022 Mon Sep 17 00:00:00 2001 From: Aaron Date: Mon, 3 Mar 2025 14:53:26 -0600 Subject: [PATCH] chore: More catelog changes --- package.json | 50 +- packages/auto-icons/package.json | 6 +- packages/i18n/package.json | 6 +- packages/module-react/package.json | 2 +- packages/module-solid/package.json | 2 +- packages/module-svelte/package.json | 2 +- packages/module-vue/package.json | 2 +- packages/storage/package.json | 4 +- packages/unocss/package.json | 4 +- packages/wxt-demo/package.json | 4 +- packages/wxt/package.json | 94 +-- pnpm-lock.yaml | 902 +++++++++++----------------- pnpm-workspace.yaml | 74 ++- 13 files changed, 509 insertions(+), 643 deletions(-) diff --git a/package.json b/package.json index 5db3cfcc9..0fe877820 100644 --- a/package.json +++ b/package.json @@ -17,31 +17,31 @@ "docs:preview": "pnpm -s docs:gen && vitepress preview docs" }, "devDependencies": { - "@aklinker1/buildc": "^1.1.4", - "@aklinker1/check": "^1.4.5", - "@commitlint/config-conventional": "^19.7.1", - "@commitlint/types": "^19.5.0", - "@types/fs-extra": "^11.0.4", - "@vitest/coverage-v8": "^2.1.4", - "changelogen": "^0.5.7", - "consola": "^3.2.3", - "fast-glob": "^3.3.2", - "fs-extra": "^11.2.0", - "lint-staged": "^15.2.10", - "markdown-it-footnote": "^4.0.0", - "nano-spawn": "^0.2.0", - "prettier": "^3.3.3", - "simple-git-hooks": "^2.11.1", - "tsx": "4.15.7", - "typedoc": "^0.25.4", - "typedoc-plugin-frontmatter": "^1.1.0", - "typedoc-plugin-markdown": "4.0.0-next.23", - "typedoc-vitepress-theme": "1.0.0-next.3", - "typescript": "^5.6.3", - "vitepress": "^1.5.0", - "vitepress-knowledge": "^0.4.0", - "vitest-mock-extended": "^2.0.2", - "vue": "^3.5.12", + "@aklinker1/buildc": "catalog:", + "@aklinker1/check": "catalog:", + "@commitlint/config-conventional": "catalog:", + "@commitlint/types": "catalog:", + "@types/fs-extra": "catalog:", + "@vitest/coverage-v8": "catalog:", + "changelogen": "catalog:", + "consola": "catalog:", + "fast-glob": "catalog:", + "fs-extra": "catalog:", + "lint-staged": "catalog:", + "markdown-it-footnote": "catalog:", + "nano-spawn": "catalog:", + "prettier": "catalog:", + "simple-git-hooks": "catalog:", + "tsx": "catalog:", + "typedoc": "catalog:", + "typedoc-plugin-frontmatter": "catalog:", + "typedoc-plugin-markdown": "catalog:", + "typedoc-vitepress-theme": "catalog:", + "typescript": "catalog:", + "vitepress": "catalog:", + "vitepress-knowledge": "catalog:", + "vitest-mock-extended": "catalog:", + "vue": "catalog:", "wxt": "workspace:*" }, "simple-git-hooks": { diff --git a/packages/auto-icons/package.json b/packages/auto-icons/package.json index 3db5b6957..cc2bf2020 100644 --- a/packages/auto-icons/package.json +++ b/packages/auto-icons/package.json @@ -45,9 +45,9 @@ "wxt": ">=0.19.0" }, "dependencies": { - "defu": "^6.1.4", - "fs-extra": "^11.2.0", - "sharp": "^0.33.5" + "defu": "catalog:", + "fs-extra": "catalog:", + "sharp": "catalog:" }, "devDependencies": { "@aklinker1/check": "catalog:", diff --git a/packages/i18n/package.json b/packages/i18n/package.json index c3c0ec209..5291bd5da 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -26,9 +26,9 @@ "test": "buildc --deps-only -- vitest" }, "dependencies": { - "chokidar": "^3.6.0", - "confbox": "^0.1.8", - "fast-glob": "^3.3.2" + "chokidar": "catalog:", + "confbox": "catalog:", + "fast-glob": "catalog:" }, "peerDependencies": { "wxt": ">=0.19.7" diff --git a/packages/module-react/package.json b/packages/module-react/package.json index d89dc8d1a..8bf66ac2b 100644 --- a/packages/module-react/package.json +++ b/packages/module-react/package.json @@ -48,7 +48,7 @@ "wxt": ">=0.19.16" }, "dependencies": { - "@vitejs/plugin-react": "^4.3.4" + "@vitejs/plugin-react": "catalog:" }, "devDependencies": { "@aklinker1/check": "catalog:", diff --git a/packages/module-solid/package.json b/packages/module-solid/package.json index d9a424a2a..8e314db3c 100644 --- a/packages/module-solid/package.json +++ b/packages/module-solid/package.json @@ -48,7 +48,7 @@ "wxt": ">=0.19.16" }, "dependencies": { - "vite-plugin-solid": "^2.11.6" + "vite-plugin-solid": "catalog:" }, "devDependencies": { "@aklinker1/check": "catalog:", diff --git a/packages/module-svelte/package.json b/packages/module-svelte/package.json index 54607db2b..478428a7d 100644 --- a/packages/module-svelte/package.json +++ b/packages/module-svelte/package.json @@ -47,7 +47,7 @@ "svelte": ">=5" }, "dependencies": { - "@sveltejs/vite-plugin-svelte": "^4.0.0 || ^5.0.0" + "@sveltejs/vite-plugin-svelte": "catalog:" }, "devDependencies": { "@aklinker1/check": "catalog:", diff --git a/packages/module-vue/package.json b/packages/module-vue/package.json index ce91c6898..fa3c4b7bb 100644 --- a/packages/module-vue/package.json +++ b/packages/module-vue/package.json @@ -46,7 +46,7 @@ "wxt": ">=0.19.16" }, "dependencies": { - "@vitejs/plugin-vue": "^5.2.0" + "@vitejs/plugin-vue": "catalog:" }, "devDependencies": { "@aklinker1/check": "catalog:", diff --git a/packages/storage/package.json b/packages/storage/package.json index 76c304ffc..81e531894 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -30,8 +30,8 @@ "test": "buildc --deps-only -- vitest" }, "dependencies": { - "async-mutex": "^0.5.0", - "dequal": "^2.0.3" + "async-mutex": "catalog:", + "dequal": "catalog:" }, "devDependencies": { "@aklinker1/check": "catalog:", diff --git a/packages/unocss/package.json b/packages/unocss/package.json index a8f2a301b..c24de8337 100644 --- a/packages/unocss/package.json +++ b/packages/unocss/package.json @@ -49,7 +49,7 @@ "wxt": "workspace:*" }, "dependencies": { - "defu": "^6.1.4", - "fast-glob": "^3.3.2" + "defu": "catalog:", + "fast-glob": "catalog:" } } diff --git a/packages/wxt-demo/package.json b/packages/wxt-demo/package.json index 2be2b20c0..773c148d1 100644 --- a/packages/wxt-demo/package.json +++ b/packages/wxt-demo/package.json @@ -18,8 +18,8 @@ }, "dependencies": { "@wxt-dev/i18n": "workspace:*", - "react": "^19.0.0", - "react-dom": "^19.0.0" + "react": "catalog:", + "react-dom": "catalog:" }, "devDependencies": { "@types/chrome": "catalog:", diff --git a/packages/wxt/package.json b/packages/wxt/package.json index 59ce548e8..f35a7db56 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -82,54 +82,54 @@ "prepack": "pnpm build" }, "dependencies": { - "@1natsu/wait-element": "^4.1.2", - "@aklinker1/rollup-plugin-visualizer": "5.12.0", - "@types/chrome": "^0.0.280", - "@types/webextension-polyfill": "^0.12.1", - "@webext-core/fake-browser": "^1.3.1", - "@webext-core/isolated-element": "^1.1.2", - "@webext-core/match-patterns": "^1.0.3", + "@1natsu/wait-element": "catalog:", + "@aklinker1/rollup-plugin-visualizer": "catalog:", + "@types/chrome": "catalog:", + "@types/webextension-polyfill": "catalog:", + "@webext-core/fake-browser": "catalog:", + "@webext-core/isolated-element": "catalog:", + "@webext-core/match-patterns": "catalog:", "@wxt-dev/storage": "workspace:^1.0.0", - "async-mutex": "^0.5.0", - "c12": "^1.11.2", - "cac": "^6.7.14", - "chokidar": "^3.6.0", - "ci-info": "^4.1.0", - "consola": "^3.2.3", - "defu": "^6.1.4", - "dotenv": "^16.4.5", - "dotenv-expand": "^12.0.1", - "esbuild": "^0.21.5", - "fast-glob": "^3.3.2", - "filesize": "^10.1.6", - "fs-extra": "^11.2.0", - "get-port-please": "^3.1.2", - "giget": "^1.2.3", - "hookable": "^5.5.3", - "import-meta-resolve": "^4.1.0", - "is-wsl": "^3.1.0", - "jiti": "^1.21.6", - "json5": "^2.2.3", - "jszip": "^3.10.1", - "linkedom": "^0.18.5", - "magicast": "^0.3.5", - "minimatch": "^10.0.1", - "nano-spawn": "^0.2.0", - "normalize-path": "^3.0.0", - "nypm": "^0.3.12", - "ohash": "^1.1.4", - "open": "^10.1.0", - "ora": "^8.1.1", - "perfect-debounce": "^1.0.0", - "picocolors": "^1.1.1", - "prompts": "^2.4.2", - "publish-browser-extension": "^2.3.0 || ^3.0.0", - "scule": "^1.3.0", - "unimport": "^3.13.1", - "vite": "^5.0.0 || <=6.0.8", - "vite-node": "^2.1.4 || ^3.0.0", - "web-ext-run": "^0.2.1", - "webextension-polyfill": "^0.12.0" + "async-mutex": "catalog:", + "c12": "catalog:", + "cac": "catalog:", + "chokidar": "catalog:", + "ci-info": "catalog:", + "consola": "catalog:", + "defu": "catalog:", + "dotenv": "catalog:", + "dotenv-expand": "catalog:", + "esbuild": "catalog:", + "fast-glob": "catalog:", + "filesize": "catalog:", + "fs-extra": "catalog:", + "get-port-please": "catalog:", + "giget": "catalog:", + "hookable": "catalog:", + "import-meta-resolve": "catalog:", + "is-wsl": "catalog:", + "jiti": "catalog:", + "json5": "catalog:", + "jszip": "catalog:", + "linkedom": "catalog:", + "magicast": "catalog:", + "minimatch": "catalog:", + "nano-spawn": "catalog:", + "normalize-path": "catalog:", + "nypm": "catalog:", + "ohash": "catalog:", + "open": "catalog:", + "ora": "catalog:", + "perfect-debounce": "catalog:", + "picocolors": "catalog:", + "prompts": "catalog:", + "publish-browser-extension": "catalog:", + "scule": "catalog:", + "unimport": "catalog:", + "vite": "catalog:", + "vite-node": "catalog:", + "web-ext-run": "catalog:", + "webextension-polyfill": "catalog:" }, "devDependencies": { "@aklinker1/check": "catalog:", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 064ded43c..5b4048fea 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,12 +6,30 @@ settings: catalogs: default: + '@1natsu/wait-element': + specifier: ^4.1.2 + version: 4.1.2 + '@aklinker1/buildc': + specifier: ^1.1.4 + version: 1.1.4 '@aklinker1/check': specifier: ^1.4.5 version: 1.4.5 + '@aklinker1/rollup-plugin-visualizer': + specifier: 5.12.0 + version: 5.12.0 + '@commitlint/config-conventional': + specifier: ^19.7.1 + version: 19.7.1 + '@commitlint/types': + specifier: ^19.5.0 + version: 19.5.0 '@faker-js/faker': specifier: ^9.2.0 version: 9.2.0 + '@sveltejs/vite-plugin-svelte': + specifier: ^4.0.0 || ^5.0.0 + version: 4.0.0 '@types/chrome': specifier: ^0.0.280 version: 0.0.280 @@ -36,24 +54,162 @@ catalogs: '@types/react-dom': specifier: ^19.0.2 version: 19.0.2 + '@types/webextension-polyfill': + specifier: ^0.12.1 + version: 0.12.1 + '@vitejs/plugin-react': + specifier: ^4.3.4 + version: 4.3.4 + '@vitejs/plugin-vue': + specifier: ^5.2.0 + version: 5.2.0 + '@vitest/coverage-v8': + specifier: ^2.1.4 + version: 2.1.4 '@webext-core/fake-browser': specifier: ^1.3.1 version: 1.3.1 + '@webext-core/isolated-element': + specifier: ^1.1.2 + version: 1.1.2 + '@webext-core/match-patterns': + specifier: ^1.0.3 + version: 1.0.3 + async-mutex: + specifier: ^0.5.0 + version: 0.5.0 + c12: + specifier: ^1.11.2 + version: 1.11.2 + cac: + specifier: ^6.7.14 + version: 6.7.14 + changelogen: + specifier: ^0.5.7 + version: 0.5.7 + chokidar: + specifier: ^3.6.0 + version: 3.6.0 + ci-info: + specifier: ^4.1.0 + version: 4.1.0 + confbox: + specifier: ^0.1.8 + version: 0.1.8 + consola: + specifier: ^3.2.3 + version: 3.2.3 + defu: + specifier: ^6.1.4 + version: 6.1.4 + dequal: + specifier: ^2.0.3 + version: 2.0.3 + dotenv: + specifier: ^16.4.5 + version: 16.4.5 + dotenv-expand: + specifier: ^12.0.1 + version: 12.0.1 + esbuild: + specifier: ^0.21.5 + version: 0.21.5 extract-zip: specifier: ^2.0.1 version: 2.0.1 + fast-glob: + specifier: ^3.3.2 + version: 3.3.2 + filesize: + specifier: ^10.1.6 + version: 10.1.6 + fs-extra: + specifier: ^11.2.0 + version: 11.2.0 + get-port-please: + specifier: ^3.1.2 + version: 3.1.2 + giget: + specifier: ^1.2.3 + version: 1.2.3 happy-dom: specifier: ^15.11.4 version: 15.11.4 + hookable: + specifier: ^5.5.3 + version: 5.5.3 + import-meta-resolve: + specifier: ^4.1.0 + version: 4.1.0 + is-wsl: + specifier: ^3.1.0 + version: 3.1.0 + jiti: + specifier: ^1.21.6 + version: 1.21.7 + json5: + specifier: ^2.2.3 + version: 2.2.3 + jszip: + specifier: ^3.10.1 + version: 3.10.1 + linkedom: + specifier: ^0.18.5 + version: 0.18.6 + lint-staged: + specifier: ^15.2.10 + version: 15.2.10 lodash.merge: specifier: ^4.6.2 version: 4.6.2 + magicast: + specifier: ^0.3.5 + version: 0.3.5 + markdown-it-footnote: + specifier: ^4.0.0 + version: 4.0.0 + minimatch: + specifier: ^10.0.1 + version: 10.0.1 + nano-spawn: + specifier: ^0.2.0 + version: 0.2.0 + normalize-path: + specifier: ^3.0.0 + version: 3.0.0 + nypm: + specifier: ^0.3.12 + version: 0.3.12 + ohash: + specifier: ^1.1.4 + version: 1.1.4 + open: + specifier: ^10.1.0 + version: 10.1.0 + ora: + specifier: ^8.1.1 + version: 8.1.1 oxlint: specifier: ^0.11.1 version: 0.11.1 + perfect-debounce: + specifier: ^1.0.0 + version: 1.0.0 + picocolors: + specifier: ^1.1.1 + version: 1.1.1 + prettier: + specifier: ^3.3.3 + version: 3.3.3 + prompts: + specifier: ^2.4.2 + version: 2.4.2 publint: specifier: ^0.2.12 version: 0.2.12 + publish-browser-extension: + specifier: ^2.3.0 || ^3.0.0 + version: 3.0.0 react: specifier: ^19.0.0 version: 19.0.0 @@ -63,27 +219,78 @@ catalogs: sass: specifier: ^1.80.7 version: 1.80.7 + scule: + specifier: ^1.3.0 + version: 1.3.0 + sharp: + specifier: ^0.33.5 + version: 0.33.5 + simple-git-hooks: + specifier: ^2.11.1 + version: 2.11.1 solid-js: specifier: ^1.9.4 version: 1.9.4 tsx: specifier: 4.15.7 version: 4.15.7 + typedoc: + specifier: ^0.25.4 + version: 0.25.4 + typedoc-plugin-frontmatter: + specifier: ^1.1.0 + version: 1.1.0 + typedoc-plugin-markdown: + specifier: 4.0.0-next.23 + version: 4.0.0-next.23 + typedoc-vitepress-theme: + specifier: 1.0.0-next.3 + version: 1.0.0-next.3 typescript: specifier: ^5.6.3 version: 5.6.3 unbuild: specifier: ^2.0.0 version: 2.0.0 + unimport: + specifier: ^3.13.1 + version: 3.13.1 unocss: specifier: ^0.64.0 version: 0.64.0 + vite: + specifier: ^5.0.0 || <=6.0.8 + version: 5.4.11 + vite-node: + specifier: ^2.1.4 || ^3.0.0 + version: 2.1.4 + vite-plugin-solid: + specifier: ^2.11.6 + version: 2.11.6 + vitepress: + specifier: ^1.5.0 + version: 1.5.0 + vitepress-knowledge: + specifier: ^0.4.0 + version: 0.4.0 vitest: specifier: ^2.1.4 version: 2.1.4 + vitest-mock-extended: + specifier: ^2.0.2 + version: 2.0.2 vitest-plugin-random-seed: specifier: ^1.1.0 version: 1.1.0 + vue: + specifier: ^3.5.12 + version: 3.5.12 + web-ext-run: + specifier: ^0.2.1 + version: 0.2.1 + webextension-polyfill: + specifier: ^0.12.0 + version: 0.12.0 patchedDependencies: markdown-it-footnote: @@ -95,79 +302,79 @@ importers: .: devDependencies: '@aklinker1/buildc': - specifier: ^1.1.4 + specifier: 'catalog:' version: 1.1.4 '@aklinker1/check': - specifier: ^1.4.5 + specifier: 'catalog:' version: 1.4.5(typescript@5.6.3) '@commitlint/config-conventional': - specifier: ^19.7.1 + specifier: 'catalog:' version: 19.7.1 '@commitlint/types': - specifier: ^19.5.0 + specifier: 'catalog:' version: 19.5.0 '@types/fs-extra': - specifier: ^11.0.4 + specifier: 'catalog:' version: 11.0.4 '@vitest/coverage-v8': - specifier: ^2.1.4 + specifier: 'catalog:' version: 2.1.4(vitest@2.1.4(@types/node@20.17.6)(happy-dom@16.6.0)(sass@1.80.7)) changelogen: - specifier: ^0.5.7 + specifier: 'catalog:' version: 0.5.7(magicast@0.3.5) consola: - specifier: ^3.2.3 + specifier: 'catalog:' version: 3.2.3 fast-glob: - specifier: ^3.3.2 + specifier: 'catalog:' version: 3.3.2 fs-extra: - specifier: ^11.2.0 + specifier: 'catalog:' version: 11.2.0 lint-staged: - specifier: ^15.2.10 + specifier: 'catalog:' version: 15.2.10 markdown-it-footnote: - specifier: ^4.0.0 + specifier: 'catalog:' version: 4.0.0(patch_hash=5b74a0001a771ff5df790dd36b6883c4794e1f666b231499edb2d65eae8f4930) nano-spawn: - specifier: ^0.2.0 + specifier: 'catalog:' version: 0.2.0 prettier: - specifier: ^3.3.3 + specifier: 'catalog:' version: 3.3.3 simple-git-hooks: - specifier: ^2.11.1 + specifier: 'catalog:' version: 2.11.1 tsx: - specifier: 4.15.7 + specifier: 'catalog:' version: 4.15.7 typedoc: - specifier: ^0.25.4 + specifier: 'catalog:' version: 0.25.4(typescript@5.6.3) typedoc-plugin-frontmatter: - specifier: ^1.1.0 + specifier: 'catalog:' version: 1.1.0(typedoc-plugin-markdown@4.0.0-next.23(typedoc@0.25.4(typescript@5.6.3))) typedoc-plugin-markdown: - specifier: 4.0.0-next.23 + specifier: 'catalog:' version: 4.0.0-next.23(typedoc@0.25.4(typescript@5.6.3)) typedoc-vitepress-theme: - specifier: 1.0.0-next.3 + specifier: 'catalog:' version: 1.0.0-next.3(typedoc-plugin-markdown@4.0.0-next.23(typedoc@0.25.4(typescript@5.6.3))) typescript: - specifier: ^5.6.3 + specifier: 'catalog:' version: 5.6.3 vitepress: - specifier: ^1.5.0 + specifier: 'catalog:' version: 1.5.0(@algolia/client-search@4.20.0)(@types/node@20.17.6)(@types/react@18.3.12)(postcss@8.4.47)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.80.7)(search-insights@2.15.0)(typescript@5.6.3) vitepress-knowledge: - specifier: ^0.4.0 + specifier: 'catalog:' version: 0.4.0(vitepress@1.5.0(@algolia/client-search@4.20.0)(@types/node@20.17.6)(@types/react@18.3.12)(postcss@8.4.47)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.80.7)(search-insights@2.15.0)(typescript@5.6.3)) vitest-mock-extended: - specifier: ^2.0.2 + specifier: 'catalog:' version: 2.0.2(typescript@5.6.3)(vitest@2.1.4(@types/node@20.17.6)(happy-dom@16.6.0)(sass@1.80.7)) vue: - specifier: ^3.5.12 + specifier: 'catalog:' version: 3.5.12(typescript@5.6.3) wxt: specifier: workspace:* @@ -176,13 +383,13 @@ importers: packages/auto-icons: dependencies: defu: - specifier: ^6.1.4 + specifier: 'catalog:' version: 6.1.4 fs-extra: - specifier: ^11.2.0 + specifier: 'catalog:' version: 11.2.0 sharp: - specifier: ^0.33.5 + specifier: 'catalog:' version: 0.33.5 devDependencies: '@aklinker1/check': @@ -207,13 +414,13 @@ importers: packages/i18n: dependencies: chokidar: - specifier: ^3.6.0 + specifier: 'catalog:' version: 3.6.0 confbox: - specifier: ^0.1.8 + specifier: 'catalog:' version: 0.1.8 fast-glob: - specifier: ^3.3.2 + specifier: 'catalog:' version: 3.3.2 devDependencies: '@aklinker1/check': @@ -250,7 +457,7 @@ importers: packages/module-react: dependencies: '@vitejs/plugin-react': - specifier: ^4.3.4 + specifier: 'catalog:' version: 4.3.4(vite@5.4.11(@types/node@20.17.6)(sass@1.80.7)) devDependencies: '@aklinker1/check': @@ -284,7 +491,7 @@ importers: packages/module-solid: dependencies: vite-plugin-solid: - specifier: ^2.11.6 + specifier: 'catalog:' version: 2.11.6(solid-js@1.9.4)(vite@5.4.11(@types/node@20.17.6)(sass@1.80.7)) devDependencies: '@aklinker1/check': @@ -309,7 +516,7 @@ importers: packages/module-svelte: dependencies: '@sveltejs/vite-plugin-svelte': - specifier: ^4.0.0 || ^5.0.0 + specifier: 'catalog:' version: 4.0.0(svelte@5.1.6)(vite@5.4.11(@types/node@20.17.6)(sass@1.80.7)) svelte: specifier: '>=5' @@ -334,7 +541,7 @@ importers: packages/module-vue: dependencies: '@vitejs/plugin-vue': - specifier: ^5.2.0 + specifier: 'catalog:' version: 5.2.0(vite@5.4.11(@types/node@20.17.6)(sass@1.80.7))(vue@3.5.12(typescript@5.6.3)) devDependencies: '@aklinker1/check': @@ -356,10 +563,10 @@ importers: packages/storage: dependencies: async-mutex: - specifier: ^0.5.0 + specifier: 'catalog:' version: 0.5.0 dequal: - specifier: ^2.0.3 + specifier: 'catalog:' version: 2.0.3 devDependencies: '@aklinker1/check': @@ -390,10 +597,10 @@ importers: packages/unocss: dependencies: defu: - specifier: ^6.1.4 + specifier: 'catalog:' version: 6.1.4 fast-glob: - specifier: ^3.3.2 + specifier: 'catalog:' version: 3.3.2 devDependencies: '@aklinker1/check': @@ -421,148 +628,148 @@ importers: packages/wxt: dependencies: '@1natsu/wait-element': - specifier: ^4.1.2 + specifier: 'catalog:' version: 4.1.2 '@aklinker1/rollup-plugin-visualizer': - specifier: 5.12.0 + specifier: 'catalog:' version: 5.12.0(rollup@4.24.0) '@types/chrome': - specifier: ^0.0.280 + specifier: 'catalog:' version: 0.0.280 '@types/webextension-polyfill': - specifier: ^0.12.1 + specifier: 'catalog:' version: 0.12.1 '@webext-core/fake-browser': - specifier: ^1.3.1 + specifier: 'catalog:' version: 1.3.1 '@webext-core/isolated-element': - specifier: ^1.1.2 + specifier: 'catalog:' version: 1.1.2 '@webext-core/match-patterns': - specifier: ^1.0.3 + specifier: 'catalog:' version: 1.0.3 '@wxt-dev/storage': specifier: workspace:^1.0.0 version: link:../storage async-mutex: - specifier: ^0.5.0 + specifier: 'catalog:' version: 0.5.0 c12: - specifier: ^1.11.2 + specifier: 'catalog:' version: 1.11.2(magicast@0.3.5) cac: - specifier: ^6.7.14 + specifier: 'catalog:' version: 6.7.14 chokidar: - specifier: ^3.6.0 + specifier: 'catalog:' version: 3.6.0 ci-info: - specifier: ^4.1.0 + specifier: 'catalog:' version: 4.1.0 consola: - specifier: ^3.2.3 + specifier: 'catalog:' version: 3.2.3 defu: - specifier: ^6.1.4 + specifier: 'catalog:' version: 6.1.4 dotenv: - specifier: ^16.4.5 + specifier: 'catalog:' version: 16.4.5 dotenv-expand: - specifier: ^12.0.1 + specifier: 'catalog:' version: 12.0.1 esbuild: - specifier: ^0.21.5 + specifier: 'catalog:' version: 0.21.5 fast-glob: - specifier: ^3.3.2 + specifier: 'catalog:' version: 3.3.2 filesize: - specifier: ^10.1.6 + specifier: 'catalog:' version: 10.1.6 fs-extra: - specifier: ^11.2.0 + specifier: 'catalog:' version: 11.2.0 get-port-please: - specifier: ^3.1.2 + specifier: 'catalog:' version: 3.1.2 giget: - specifier: ^1.2.3 + specifier: 'catalog:' version: 1.2.3 hookable: - specifier: ^5.5.3 + specifier: 'catalog:' version: 5.5.3 import-meta-resolve: - specifier: ^4.1.0 + specifier: 'catalog:' version: 4.1.0 is-wsl: - specifier: ^3.1.0 + specifier: 'catalog:' version: 3.1.0 jiti: - specifier: ^1.21.6 - version: 1.21.6 + specifier: 'catalog:' + version: 1.21.7 json5: - specifier: ^2.2.3 + specifier: 'catalog:' version: 2.2.3 jszip: - specifier: ^3.10.1 + specifier: 'catalog:' version: 3.10.1 linkedom: - specifier: ^0.18.5 - version: 0.18.5 + specifier: 'catalog:' + version: 0.18.6 magicast: - specifier: ^0.3.5 + specifier: 'catalog:' version: 0.3.5 minimatch: - specifier: ^10.0.1 + specifier: 'catalog:' version: 10.0.1 nano-spawn: - specifier: ^0.2.0 + specifier: 'catalog:' version: 0.2.0 normalize-path: - specifier: ^3.0.0 + specifier: 'catalog:' version: 3.0.0 nypm: - specifier: ^0.3.12 + specifier: 'catalog:' version: 0.3.12 ohash: - specifier: ^1.1.4 + specifier: 'catalog:' version: 1.1.4 open: - specifier: ^10.1.0 + specifier: 'catalog:' version: 10.1.0 ora: - specifier: ^8.1.1 + specifier: 'catalog:' version: 8.1.1 perfect-debounce: - specifier: ^1.0.0 + specifier: 'catalog:' version: 1.0.0 picocolors: - specifier: ^1.1.1 + specifier: 'catalog:' version: 1.1.1 prompts: - specifier: ^2.4.2 + specifier: 'catalog:' version: 2.4.2 publish-browser-extension: - specifier: ^2.3.0 || ^3.0.0 + specifier: 'catalog:' version: 3.0.0 scule: - specifier: ^1.3.0 + specifier: 'catalog:' version: 1.3.0 unimport: - specifier: ^3.13.1 + specifier: 'catalog:' version: 3.13.1(rollup@4.24.0)(webpack-sources@3.2.3) vite: - specifier: ^5.0.0 || <=6.0.8 + specifier: 'catalog:' version: 5.4.11(@types/node@20.17.6)(sass@1.80.7) vite-node: - specifier: ^2.1.4 || ^3.0.0 + specifier: 'catalog:' version: 2.1.4(@types/node@20.17.6)(sass@1.80.7) web-ext-run: - specifier: ^0.2.1 + specifier: 'catalog:' version: 0.2.1 webextension-polyfill: - specifier: ^0.12.0 + specifier: 'catalog:' version: 0.12.0 devDependencies: '@aklinker1/check': @@ -623,10 +830,10 @@ importers: specifier: workspace:* version: link:../i18n react: - specifier: ^19.0.0 + specifier: 'catalog:' version: 19.0.0 react-dom: - specifier: ^19.0.0 + specifier: 'catalog:' version: 19.0.0(react@19.0.0) devDependencies: '@types/chrome': @@ -760,45 +967,22 @@ packages: '@antfu/utils@0.7.10': resolution: {integrity: sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==} - '@antfu/utils@0.7.7': - resolution: {integrity: sha512-gFPqTG7otEJ8uP6wrhDv6mqwGWYZKNvAcCq6u9hOj0c+IKCEsY4L1oC9trPq2SaWIzAfHvqfBDxF591JkMf+kg==} - - '@babel/code-frame@7.24.7': - resolution: {integrity: sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==} - engines: {node: '>=6.9.0'} - '@babel/code-frame@7.26.2': resolution: {integrity: sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==} engines: {node: '>=6.9.0'} - '@babel/compat-data@7.26.3': - resolution: {integrity: sha512-nHIxvKPniQXpmQLb0vhY3VaFb3S0YrTAwpOWJZh1wn3oJPjJk9Asva204PsBdmAE8vpzfHudT8DB0scYvy9q0g==} - engines: {node: '>=6.9.0'} - '@babel/compat-data@7.26.8': resolution: {integrity: sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==} engines: {node: '>=6.9.0'} - '@babel/core@7.26.0': - resolution: {integrity: sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==} - engines: {node: '>=6.9.0'} - '@babel/core@7.26.9': resolution: {integrity: sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==} engines: {node: '>=6.9.0'} - '@babel/generator@7.26.3': - resolution: {integrity: sha512-6FF/urZvD0sTeO7k6/B15pMLC4CHUv1426lzr3N01aHJTl046uCAh9LXW/fzeXXjPNCJ6iABW5XaWOsIZB93aQ==} - engines: {node: '>=6.9.0'} - '@babel/generator@7.26.9': resolution: {integrity: sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg==} engines: {node: '>=6.9.0'} - '@babel/helper-compilation-targets@7.25.9': - resolution: {integrity: sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==} - engines: {node: '>=6.9.0'} - '@babel/helper-compilation-targets@7.26.5': resolution: {integrity: sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==} engines: {node: '>=6.9.0'} @@ -817,30 +1001,14 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-plugin-utils@7.25.9': - resolution: {integrity: sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==} - engines: {node: '>=6.9.0'} - '@babel/helper-plugin-utils@7.26.5': resolution: {integrity: sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==} engines: {node: '>=6.9.0'} - '@babel/helper-string-parser@7.24.7': - resolution: {integrity: sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==} - engines: {node: '>=6.9.0'} - - '@babel/helper-string-parser@7.24.8': - resolution: {integrity: sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==} - engines: {node: '>=6.9.0'} - '@babel/helper-string-parser@7.25.9': resolution: {integrity: sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==} engines: {node: '>=6.9.0'} - '@babel/helper-validator-identifier@7.24.7': - resolution: {integrity: sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==} - engines: {node: '>=6.9.0'} - '@babel/helper-validator-identifier@7.25.9': resolution: {integrity: sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==} engines: {node: '>=6.9.0'} @@ -849,38 +1017,10 @@ packages: resolution: {integrity: sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==} engines: {node: '>=6.9.0'} - '@babel/helpers@7.26.0': - resolution: {integrity: sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==} - engines: {node: '>=6.9.0'} - '@babel/helpers@7.26.9': resolution: {integrity: sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA==} engines: {node: '>=6.9.0'} - '@babel/highlight@7.24.7': - resolution: {integrity: sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==} - engines: {node: '>=6.9.0'} - - '@babel/parser@7.24.7': - resolution: {integrity: sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==} - engines: {node: '>=6.0.0'} - hasBin: true - - '@babel/parser@7.25.6': - resolution: {integrity: sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==} - engines: {node: '>=6.0.0'} - hasBin: true - - '@babel/parser@7.25.7': - resolution: {integrity: sha512-aZn7ETtQsjjGG5HruveUK06cU3Hljuhd9Iojm4M8WWv3wLE6OkE5PWbDUkItmMgegmccaITudyuW5RPYrYlgWw==} - engines: {node: '>=6.0.0'} - hasBin: true - - '@babel/parser@7.26.3': - resolution: {integrity: sha512-WJ/CvmY8Mea8iDXo6a7RK2wbmJITT5fN3BEkRuFlxVyNx8jOKIIhmC4fSkTcPcf8JyavbBwIe6OpiCOBXt/IcA==} - engines: {node: '>=6.0.0'} - hasBin: true - '@babel/parser@7.26.9': resolution: {integrity: sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A==} engines: {node: '>=6.0.0'} @@ -928,18 +1068,6 @@ packages: resolution: {integrity: sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg==} engines: {node: '>=6.9.0'} - '@babel/types@7.24.7': - resolution: {integrity: sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==} - engines: {node: '>=6.9.0'} - - '@babel/types@7.25.6': - resolution: {integrity: sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==} - engines: {node: '>=6.9.0'} - - '@babel/types@7.26.3': - resolution: {integrity: sha512-vN5p+1kl59GVKMvTHt55NzzmYVxprfJD+ql7U9NFIfKCBkYE55LYtS+WtPlaYOyzydrKI8Nezd+aZextrd+FMA==} - engines: {node: '>=6.9.0'} - '@babel/types@7.26.9': resolution: {integrity: sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw==} engines: {node: '>=6.9.0'} @@ -1763,15 +1891,6 @@ packages: rollup: optional: true - '@rollup/pluginutils@5.1.2': - resolution: {integrity: sha512-/FIdS3PyZ39bjZlwqFnWqCOVnW7o963LtKMwQOD0NhQqw22gSr2YY1afu3FxRip4ZCZNsD5jq6Aaz6QV3D/Njw==} - engines: {node: '>=14.0.0'} - peerDependencies: - rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 - peerDependenciesMeta: - rollup: - optional: true - '@rollup/pluginutils@5.1.3': resolution: {integrity: sha512-Pnsb6f32CD2W3uCaLZIzDmeFyQ2b8UWMFI7xtwUezpcGBDVDW6y9XgAWIlARiGAo6eNF5FK5aQTr0LFyNyqq5A==} engines: {node: '>=14.0.0'} @@ -1924,9 +2043,6 @@ packages: '@types/conventional-commits-parser@5.0.1': resolution: {integrity: sha512-7uz5EHdzz2TqoMfV7ee61Egf5y6NkcO4FB/1iCCQnbeiI1F3xzv3vK5dBCXUCLQgGYS+mUeigK1iKQzvED+QnQ==} - '@types/estree@1.0.5': - resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} - '@types/estree@1.0.6': resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} @@ -1972,9 +2088,6 @@ packages: '@types/minimatch@3.0.5': resolution: {integrity: sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==} - '@types/node@20.10.3': - resolution: {integrity: sha512-XJavIpZqiXID5Yxnxv3RUDKTN5b81ddNC3ecsA0SoFXz/QU8OGBwZGMomiq0zw+uuqbL/krztv/DINAQ/EV4gg==} - '@types/node@20.17.6': resolution: {integrity: sha512-VEI7OdvK2wP7XHnsuXbAJnEpEkF6NjSN45QJlL4VGqZSXsnicpesdTWsg9RISeSdYd3yeRj/y3k5KGjUXYnFwQ==} @@ -2279,10 +2392,6 @@ packages: ansi-sequence-parser@1.1.1: resolution: {integrity: sha512-vJXt3yiaUL4UU546s3rPXlsry/RnM730G1+HkpKE012AN0sx1eOrxSu95oKDIonskeLTijMgqWZ3uDEe3NFvyg==} - ansi-styles@3.2.1: - resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} - engines: {node: '>=4'} - ansi-styles@4.3.0: resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} engines: {node: '>=8'} @@ -2392,11 +2501,6 @@ packages: resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} engines: {node: '>=8'} - browserslist@4.24.0: - resolution: {integrity: sha512-Rmb62sR1Zpjql25eSanFGEhAxcFwfA1K0GuQcLoaJBAcENegrQut3hYdhXFF1obQfiDyqIW/cLM5HSJ/9k884A==} - engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} - hasBin: true - browserslist@4.24.4: resolution: {integrity: sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} @@ -2461,9 +2565,6 @@ packages: caniuse-api@3.0.0: resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} - caniuse-lite@1.0.30001666: - resolution: {integrity: sha512-gD14ICmoV5ZZM1OdzPWmpx+q4GyefaK06zi8hmfHV5xe4/2nOQX3+Dw5o+fSqOws2xVwL9j+anOPFwHzdEdV4g==} - caniuse-lite@1.0.30001701: resolution: {integrity: sha512-faRs/AW3jA9nTwmJBSO1PQ6L/EOgsB5HMQQq4iCu5zhPgVVgO/pZRHlmatwijZKetFw8/Pr4q6dEN8sJuq8qTw==} @@ -2474,10 +2575,6 @@ packages: resolution: {integrity: sha512-aGtmf24DW6MLHHG5gCx4zaI3uBq3KRtxeVs0DjFH6Z0rDNbsvTxFASFvdj79pxjxZ8/5u3PIiN3IwEIQkiiuPw==} engines: {node: '>=12'} - chalk@2.4.2: - resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} - engines: {node: '>=4'} - chalk@4.1.2: resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} engines: {node: '>=10'} @@ -2521,10 +2618,6 @@ packages: resolution: {integrity: sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==} engines: {node: '>=8'} - ci-info@4.0.0: - resolution: {integrity: sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg==} - engines: {node: '>=8'} - ci-info@4.1.0: resolution: {integrity: sha512-HutrvTNsF48wnxkzERIXOe5/mlcfFcbfCmwcg6CJnizbSue78AbDt+1cgl26zwn61WFxhcPykPfZrbqjGmBb4A==} engines: {node: '>=8'} @@ -2568,16 +2661,10 @@ packages: resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==} engines: {node: '>=0.8'} - color-convert@1.9.3: - resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} - color-convert@2.0.1: resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} engines: {node: '>=7.0.0'} - color-name@1.1.3: - resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==} - color-name@1.1.4: resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} @@ -2871,9 +2958,6 @@ packages: electron-to-chromium@1.5.110: resolution: {integrity: sha512-/p/OvOm6AfLtQteAHTUWwf+Vhh76PlluagzQlSnxMoOJ4R6SmAScWBrVev6rExJoUhP9zudN9+lBxoYUEmC1HQ==} - electron-to-chromium@1.5.32: - resolution: {integrity: sha512-M+7ph0VGBQqqpTT2YrabjNKSQ2fEl9PVx6AK3N558gDH9NO8O6XN9SXXFWRo9u9PbEg/bWq+tjXQr+eXmxubCw==} - emoji-regex@10.3.0: resolution: {integrity: sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==} @@ -2915,10 +2999,6 @@ packages: engines: {node: '>=18'} hasBin: true - escalade@3.1.1: - resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} - engines: {node: '>=6'} - escalade@3.2.0: resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==} engines: {node: '>=6'} @@ -2927,10 +3007,6 @@ packages: resolution: {integrity: sha512-2Sd4ShcWxbx6OY1IHyla/CVNwvg7XwZVoXZHcSu9w9SReNP1EzzD5T8NWKIR38fIqEns9kDWKUQTXXAmlDrdPg==} engines: {node: '>=12'} - escape-string-regexp@1.0.5: - resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==} - engines: {node: '>=0.8.0'} - escape-string-regexp@4.0.0: resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} engines: {node: '>=10'} @@ -3144,10 +3220,6 @@ packages: resolution: {integrity: sha512-Zz5S9sog8a3p8XYZbO+eI1QMOAvCNnIoyrH8A8MLX+X2mJrzADTy+kdETmc4q+uD9AGAvQYGn96qBAn2RAciKw==} engines: {node: '>=18.0.0'} - has-flag@3.0.0: - resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} - engines: {node: '>=4'} - has-flag@4.0.0: resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} engines: {node: '>=8'} @@ -3430,10 +3502,6 @@ packages: jackspeak@3.4.3: resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==} - jiti@1.21.6: - resolution: {integrity: sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==} - hasBin: true - jiti@1.21.7: resolution: {integrity: sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==} hasBin: true @@ -3448,11 +3516,6 @@ packages: js-tokens@9.0.0: resolution: {integrity: sha512-WriZw1luRMlmV3LGJaR6QOJjWwgLUTf89OwT2lUOyjX2dJGBwgmIkbcz+7WFZjrZM635JOIR517++e/67CP9dQ==} - jsesc@3.0.2: - resolution: {integrity: sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==} - engines: {node: '>=6'} - hasBin: true - jsesc@3.1.0: resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==} engines: {node: '>=6'} @@ -3511,9 +3574,6 @@ packages: resolution: {integrity: sha512-cNOjgCnLB+FnvWWtyRTzmB3POJ+cXxTA81LoW7u8JdmhfXzriropYwpjShnz1QLLWsQwY7nIxoDmcPTwphDK9w==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - linkedom@0.18.5: - resolution: {integrity: sha512-JGLaGGtqtu+eOhYrC1wkWYTBcpVWL4AsnwAtMtgO1Q0gI0PuPJKI0zBBE+a/1BrhOE3Uw8JI/ycByAv5cLrAuQ==} - linkedom@0.18.6: resolution: {integrity: sha512-6G8euAJ84s7MTXTli5JIOO5tzEpyoUBw2/zcqAunSurbCtC83YcgrK+VTcO8HZ/rdR3eaaZM573FP9rNo1uXIA==} @@ -3587,9 +3647,6 @@ packages: lunr@2.3.9: resolution: {integrity: sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==} - magic-string@0.30.11: - resolution: {integrity: sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==} - magic-string@0.30.12: resolution: {integrity: sha512-Ea8I3sQMVXr8JhN4z+H/d8zwo+tYDgHE9+5G4Wnrwhs0gaK9fXTKx0Tw5Xwsd/bCPTTZNRAdpyzvoeORe9LYpw==} @@ -3658,10 +3715,6 @@ packages: micromark-util-types@2.0.0: resolution: {integrity: sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w==} - micromatch@4.0.5: - resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==} - engines: {node: '>=8.6'} - micromatch@4.0.8: resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==} engines: {node: '>=8.6'} @@ -3697,10 +3750,6 @@ packages: resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==} engines: {node: '>=10'} - minimatch@9.0.3: - resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==} - engines: {node: '>=16 || 14 >=14.17'} - minimatch@9.0.5: resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==} engines: {node: '>=16 || 14 >=14.17'} @@ -3826,9 +3875,6 @@ packages: node-notifier@10.0.1: resolution: {integrity: sha512-YX7TSyDukOZ0g+gmzjB6abKu+hTGvO8+8+gIFDsRCU2t8fLV/P2unmt+LGFaIa4y64aX98Qksa97rgz4vMNeLQ==} - node-releases@2.0.18: - resolution: {integrity: sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==} - node-releases@2.0.19: resolution: {integrity: sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==} @@ -3877,9 +3923,6 @@ packages: resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} engines: {node: '>=0.10.0'} - ofetch@1.4.0: - resolution: {integrity: sha512-MuHgsEhU6zGeX+EMh+8mSMrYTnsqJQQrpM00Q6QHMKNqQ0bKy0B43tk8tL1wg+CnsSTy1kg4Ir2T5Ig6rD+dfQ==} - ofetch@1.4.1: resolution: {integrity: sha512-QZj2DfGplQAr2oj9KzceK9Hwz6Whxazmn85yYeVuS3u9XTMOGMRx0kO95MQ+vLsj/S/NwBDMMLU5hpxvI6Tklw==} @@ -4422,11 +4465,6 @@ packages: resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} hasBin: true - semver@7.6.3: - resolution: {integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==} - engines: {node: '>=10'} - hasBin: true - semver@7.7.1: resolution: {integrity: sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==} engines: {node: '>=10'} @@ -4517,10 +4555,6 @@ packages: peerDependencies: solid-js: ^1.3 - source-map-js@1.2.0: - resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==} - engines: {node: '>=0.10.0'} - source-map-js@1.2.1: resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==} engines: {node: '>=0.10.0'} @@ -4626,10 +4660,6 @@ packages: resolution: {integrity: sha512-8iGv75BYOa0xRJHK5vRLEjE2H/i4lulTjzpUXic3Eg8akftYjkmQDa8JARQ42rlczXyFR3IeRoeFCc7RxHsYZA==} engines: {node: '>=16'} - supports-color@5.5.0: - resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} - engines: {node: '>=4'} - supports-color@7.2.0: resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} engines: {node: '>=8'} @@ -4698,10 +4728,6 @@ packages: resolution: {integrity: sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==} engines: {node: '>=14.14'} - to-fast-properties@2.0.0: - resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==} - engines: {node: '>=4'} - to-regex-range@5.0.1: resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} engines: {node: '>=8.0'} @@ -4800,9 +4826,6 @@ packages: unconfig@0.5.5: resolution: {integrity: sha512-VQZ5PT9HDX+qag0XdgQi8tJepPhXiR/yVOkn707gJDKo31lGjRilPREiQJ9Z6zd/Ugpv6ZvO5VxVIcatldYcNQ==} - undici-types@5.26.5: - resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} - undici-types@6.19.8: resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} @@ -4865,12 +4888,6 @@ packages: resolution: {integrity: sha512-nC5q0DnPEPVURPhfPQLahhSTnemVtPzdx7ofiRxXpOB2SYnb3MfdU3DVGyJdS8Lx+tBWeAePO8BfU/3EgksM7Q==} hasBin: true - update-browserslist-db@1.1.1: - resolution: {integrity: sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==} - hasBin: true - peerDependencies: - browserslist: '>= 4.21.0' - update-browserslist-db@1.1.3: resolution: {integrity: sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==} hasBin: true @@ -4943,14 +4960,6 @@ packages: terser: optional: true - vitefu@1.0.3: - resolution: {integrity: sha512-iKKfOMBHob2WxEJbqbJjHAkmYgvFDPhuqrO82om83S8RLk+17FtyMBfcyeH8GqD0ihShtkMW/zzJgiA51hCNCQ==} - peerDependencies: - vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0-beta.0 - peerDependenciesMeta: - vite: - optional: true - vitefu@1.0.6: resolution: {integrity: sha512-+Rex1GlappUyNN6UfwbVZne/9cYC4+R2XDk9xkNXBKMw6HQagdX9PgZ8V2v1WUSK1wfBLp7qbI1+XSNIlB1xmA==} peerDependencies: @@ -5205,12 +5214,12 @@ snapshots: ohash: 1.1.4 pathe: 1.1.2 proper-lockfile: 4.1.2 - yaml: 2.5.1 + yaml: 2.7.0 '@aklinker1/check@1.4.5(typescript@5.6.3)': dependencies: - '@antfu/utils': 0.7.7 - ci-info: 4.0.0 + '@antfu/utils': 0.7.10 + ci-info: 4.1.0 citty: 0.1.6 typescript: 5.6.3 @@ -5325,43 +5334,14 @@ snapshots: '@antfu/utils@0.7.10': {} - '@antfu/utils@0.7.7': {} - - '@babel/code-frame@7.24.7': - dependencies: - '@babel/highlight': 7.24.7 - picocolors: 1.1.1 - '@babel/code-frame@7.26.2': dependencies: '@babel/helper-validator-identifier': 7.25.9 js-tokens: 4.0.0 picocolors: 1.1.1 - '@babel/compat-data@7.26.3': {} - '@babel/compat-data@7.26.8': {} - '@babel/core@7.26.0': - dependencies: - '@ampproject/remapping': 2.3.0 - '@babel/code-frame': 7.26.2 - '@babel/generator': 7.26.3 - '@babel/helper-compilation-targets': 7.25.9 - '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.0) - '@babel/helpers': 7.26.0 - '@babel/parser': 7.26.3 - '@babel/template': 7.25.9 - '@babel/traverse': 7.26.4 - '@babel/types': 7.26.3 - convert-source-map: 2.0.0 - debug: 4.3.7 - gensync: 1.0.0-beta.2 - json5: 2.2.3 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - '@babel/core@7.26.9': dependencies: '@ampproject/remapping': 2.3.0 @@ -5382,14 +5362,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/generator@7.26.3': - dependencies: - '@babel/parser': 7.26.3 - '@babel/types': 7.26.3 - '@jridgewell/gen-mapping': 0.3.5 - '@jridgewell/trace-mapping': 0.3.25 - jsesc: 3.0.2 - '@babel/generator@7.26.9': dependencies: '@babel/parser': 7.26.9 @@ -5398,14 +5370,6 @@ snapshots: '@jridgewell/trace-mapping': 0.3.25 jsesc: 3.1.0 - '@babel/helper-compilation-targets@7.25.9': - dependencies: - '@babel/compat-data': 7.26.3 - '@babel/helper-validator-option': 7.25.9 - browserslist: 4.24.0 - lru-cache: 5.1.1 - semver: 6.3.1 - '@babel/helper-compilation-targets@7.26.5': dependencies: '@babel/compat-data': 7.26.8 @@ -5425,15 +5389,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-module-transforms@7.26.0(@babel/core@7.26.0)': - dependencies: - '@babel/core': 7.26.0 - '@babel/helper-module-imports': 7.25.9 - '@babel/helper-validator-identifier': 7.25.9 - '@babel/traverse': 7.26.4 - transitivePeerDependencies: - - supports-color - '@babel/helper-module-transforms@7.26.0(@babel/core@7.26.9)': dependencies: '@babel/core': 7.26.9 @@ -5443,55 +5398,19 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-plugin-utils@7.25.9': {} - '@babel/helper-plugin-utils@7.26.5': {} - '@babel/helper-string-parser@7.24.7': {} - - '@babel/helper-string-parser@7.24.8': {} - '@babel/helper-string-parser@7.25.9': {} - '@babel/helper-validator-identifier@7.24.7': {} - '@babel/helper-validator-identifier@7.25.9': {} '@babel/helper-validator-option@7.25.9': {} - '@babel/helpers@7.26.0': - dependencies: - '@babel/template': 7.25.9 - '@babel/types': 7.26.3 - '@babel/helpers@7.26.9': dependencies: '@babel/template': 7.26.9 '@babel/types': 7.26.9 - '@babel/highlight@7.24.7': - dependencies: - '@babel/helper-validator-identifier': 7.24.7 - chalk: 2.4.2 - js-tokens: 4.0.0 - picocolors: 1.1.1 - - '@babel/parser@7.24.7': - dependencies: - '@babel/types': 7.25.6 - - '@babel/parser@7.25.6': - dependencies: - '@babel/types': 7.25.6 - - '@babel/parser@7.25.7': - dependencies: - '@babel/types': 7.26.9 - - '@babel/parser@7.26.3': - dependencies: - '@babel/types': 7.26.3 - '@babel/parser@7.26.9': dependencies: '@babel/types': 7.26.9 @@ -5501,15 +5420,15 @@ snapshots: '@babel/core': 7.26.9 '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-transform-react-jsx-self@7.25.9(@babel/core@7.26.0)': + '@babel/plugin-transform-react-jsx-self@7.25.9(@babel/core@7.26.9)': dependencies: - '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.25.9 + '@babel/core': 7.26.9 + '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-transform-react-jsx-source@7.25.9(@babel/core@7.26.0)': + '@babel/plugin-transform-react-jsx-source@7.25.9(@babel/core@7.26.9)': dependencies: - '@babel/core': 7.26.0 - '@babel/helper-plugin-utils': 7.25.9 + '@babel/core': 7.26.9 + '@babel/helper-plugin-utils': 7.26.5 '@babel/runtime@7.24.7': dependencies: @@ -5520,8 +5439,8 @@ snapshots: '@babel/template@7.25.9': dependencies: '@babel/code-frame': 7.26.2 - '@babel/parser': 7.26.3 - '@babel/types': 7.26.3 + '@babel/parser': 7.26.9 + '@babel/types': 7.26.9 '@babel/template@7.26.9': dependencies: @@ -5532,11 +5451,11 @@ snapshots: '@babel/traverse@7.26.4': dependencies: '@babel/code-frame': 7.26.2 - '@babel/generator': 7.26.3 - '@babel/parser': 7.26.3 + '@babel/generator': 7.26.9 + '@babel/parser': 7.26.9 '@babel/template': 7.25.9 - '@babel/types': 7.26.3 - debug: 4.3.7 + '@babel/types': 7.26.9 + debug: 4.4.0 globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -5553,23 +5472,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/types@7.24.7': - dependencies: - '@babel/helper-string-parser': 7.24.7 - '@babel/helper-validator-identifier': 7.24.7 - to-fast-properties: 2.0.0 - - '@babel/types@7.25.6': - dependencies: - '@babel/helper-string-parser': 7.24.8 - '@babel/helper-validator-identifier': 7.24.7 - to-fast-properties: 2.0.0 - - '@babel/types@7.26.3': - dependencies: - '@babel/helper-string-parser': 7.25.9 - '@babel/helper-validator-identifier': 7.25.9 - '@babel/types@7.26.9': dependencies: '@babel/helper-string-parser': 7.25.9 @@ -6131,14 +6033,6 @@ snapshots: optionalDependencies: rollup: 3.29.4 - '@rollup/pluginutils@5.1.2(rollup@4.24.0)': - dependencies: - '@types/estree': 1.0.5 - estree-walker: 2.0.2 - picomatch: 2.3.1 - optionalDependencies: - rollup: 4.24.0 - '@rollup/pluginutils@5.1.3(rollup@3.29.4)': dependencies: '@types/estree': 1.0.6 @@ -6239,7 +6133,7 @@ snapshots: '@sveltejs/vite-plugin-svelte-inspector@3.0.1(@sveltejs/vite-plugin-svelte@4.0.0(svelte@5.1.6)(vite@5.4.11(@types/node@20.17.6)(sass@1.80.7)))(svelte@5.1.6)(vite@5.4.11(@types/node@20.17.6)(sass@1.80.7))': dependencies: '@sveltejs/vite-plugin-svelte': 4.0.0(svelte@5.1.6)(vite@5.4.11(@types/node@20.17.6)(sass@1.80.7)) - debug: 4.3.7 + debug: 4.4.0 svelte: 5.1.6 vite: 5.4.11(@types/node@20.17.6)(sass@1.80.7) transitivePeerDependencies: @@ -6248,13 +6142,13 @@ snapshots: '@sveltejs/vite-plugin-svelte@4.0.0(svelte@5.1.6)(vite@5.4.11(@types/node@20.17.6)(sass@1.80.7))': dependencies: '@sveltejs/vite-plugin-svelte-inspector': 3.0.1(@sveltejs/vite-plugin-svelte@4.0.0(svelte@5.1.6)(vite@5.4.11(@types/node@20.17.6)(sass@1.80.7)))(svelte@5.1.6)(vite@5.4.11(@types/node@20.17.6)(sass@1.80.7)) - debug: 4.3.7 + debug: 4.4.0 deepmerge: 4.3.1 kleur: 4.1.5 magic-string: 0.30.12 svelte: 5.1.6 vite: 5.4.11(@types/node@20.17.6)(sass@1.80.7) - vitefu: 1.0.3(vite@5.4.11(@types/node@20.17.6)(sass@1.80.7)) + vitefu: 1.0.6(vite@5.4.11(@types/node@20.17.6)(sass@1.80.7)) transitivePeerDependencies: - supports-color @@ -6266,24 +6160,24 @@ snapshots: '@types/babel__core@7.20.5': dependencies: - '@babel/parser': 7.24.7 - '@babel/types': 7.24.7 + '@babel/parser': 7.26.9 + '@babel/types': 7.26.9 '@types/babel__generator': 7.6.8 '@types/babel__template': 7.4.4 '@types/babel__traverse': 7.20.6 '@types/babel__generator@7.6.8': dependencies: - '@babel/types': 7.25.6 + '@babel/types': 7.26.9 '@types/babel__template@7.4.4': dependencies: - '@babel/parser': 7.25.6 - '@babel/types': 7.25.6 + '@babel/parser': 7.26.9 + '@babel/types': 7.26.9 '@types/babel__traverse@7.20.6': dependencies: - '@babel/types': 7.25.6 + '@babel/types': 7.26.9 '@types/chrome@0.0.280': dependencies: @@ -6294,8 +6188,6 @@ snapshots: dependencies: '@types/node': 20.17.6 - '@types/estree@1.0.5': {} - '@types/estree@1.0.6': {} '@types/filesystem@0.0.36': @@ -6307,7 +6199,7 @@ snapshots: '@types/fs-extra@11.0.4': dependencies: '@types/jsonfile': 6.1.3 - '@types/node': 20.10.3 + '@types/node': 20.17.6 '@types/har-format@1.2.15': {} @@ -6342,10 +6234,6 @@ snapshots: '@types/minimatch@3.0.5': {} - '@types/node@20.10.3': - dependencies: - undici-types: 5.26.5 - '@types/node@20.17.6': dependencies: undici-types: 6.19.8 @@ -6542,9 +6430,9 @@ snapshots: '@vitejs/plugin-react@4.3.4(vite@5.4.11(@types/node@20.17.6)(sass@1.80.7))': dependencies: - '@babel/core': 7.26.0 - '@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.26.0) - '@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.26.0) + '@babel/core': 7.26.9 + '@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.26.9) + '@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.26.9) '@types/babel__core': 7.20.5 react-refresh: 0.14.2 vite: 5.4.11(@types/node@20.17.6)(sass@1.80.7) @@ -6560,7 +6448,7 @@ snapshots: dependencies: '@ampproject/remapping': 2.3.0 '@bcoe/v8-coverage': 0.2.3 - debug: 4.3.7 + debug: 4.4.0 istanbul-lib-coverage: 3.2.2 istanbul-lib-report: 3.0.1 istanbul-lib-source-maps: 5.0.6 @@ -6629,7 +6517,7 @@ snapshots: '@vue/compiler-sfc@3.5.12': dependencies: - '@babel/parser': 7.25.7 + '@babel/parser': 7.26.9 '@vue/compiler-core': 3.5.12 '@vue/compiler-dom': 3.5.12 '@vue/compiler-ssr': 3.5.12 @@ -6765,10 +6653,6 @@ snapshots: ansi-sequence-parser@1.1.1: {} - ansi-styles@3.2.1: - dependencies: - color-convert: 1.9.3 - ansi-styles@4.3.0: dependencies: color-convert: 2.0.1 @@ -6875,13 +6759,6 @@ snapshots: dependencies: fill-range: 7.1.1 - browserslist@4.24.0: - dependencies: - caniuse-lite: 1.0.30001666 - electron-to-chromium: 1.5.32 - node-releases: 2.0.18 - update-browserslist-db: 1.1.1(browserslist@4.24.0) - browserslist@4.24.4: dependencies: caniuse-lite: 1.0.30001701 @@ -6908,9 +6785,9 @@ snapshots: dependencies: run-applescript: 7.0.0 - bundle-require@5.0.0(esbuild@0.21.5): + bundle-require@5.0.0(esbuild@0.23.0): dependencies: - esbuild: 0.21.5 + esbuild: 0.23.0 load-tsconfig: 0.2.5 bunyan@1.8.15: @@ -6927,7 +6804,7 @@ snapshots: defu: 6.1.4 dotenv: 16.4.5 giget: 1.2.3 - jiti: 1.21.6 + jiti: 1.21.7 mlly: 1.7.1 ohash: 1.1.4 pathe: 1.1.2 @@ -6960,8 +6837,6 @@ snapshots: lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 - caniuse-lite@1.0.30001666: {} - caniuse-lite@1.0.30001701: {} ccount@2.0.1: {} @@ -6974,12 +6849,6 @@ snapshots: loupe: 3.1.2 pathval: 2.0.0 - chalk@2.4.2: - dependencies: - ansi-styles: 3.2.1 - escape-string-regexp: 1.0.5 - supports-color: 5.5.0 - chalk@4.1.2: dependencies: ansi-styles: 4.3.0 @@ -6995,14 +6864,14 @@ snapshots: convert-gitmoji: 0.1.5 mri: 1.2.0 node-fetch-native: 1.6.4 - ofetch: 1.4.0 + ofetch: 1.4.1 open: 10.1.0 pathe: 1.1.2 pkg-types: 1.2.0 scule: 1.3.0 - semver: 7.6.3 + semver: 7.7.1 std-env: 3.7.0 - yaml: 2.5.1 + yaml: 2.7.0 transitivePeerDependencies: - magicast @@ -7041,8 +6910,6 @@ snapshots: ci-info@3.8.0: {} - ci-info@4.0.0: {} - ci-info@4.1.0: {} citty@0.1.6: @@ -7089,16 +6956,10 @@ snapshots: clone@1.0.4: {} - color-convert@1.9.3: - dependencies: - color-name: 1.1.3 - color-convert@2.0.1: dependencies: color-name: 1.1.4 - color-name@1.1.3: {} - color-name@1.1.4: {} color-string@1.9.1: @@ -7384,8 +7245,6 @@ snapshots: electron-to-chromium@1.5.110: {} - electron-to-chromium@1.5.32: {} - emoji-regex@10.3.0: {} emoji-regex@8.0.0: {} @@ -7485,14 +7344,10 @@ snapshots: '@esbuild/win32-ia32': 0.23.0 '@esbuild/win32-x64': 0.23.0 - escalade@3.1.1: {} - escalade@3.2.0: {} escape-goat@4.0.0: {} - escape-string-regexp@1.0.5: {} - escape-string-regexp@4.0.0: {} escape-string-regexp@5.0.0: {} @@ -7566,7 +7421,7 @@ snapshots: '@nodelib/fs.walk': 1.2.8 glob-parent: 5.1.2 merge2: 1.4.1 - micromatch: 4.0.5 + micromatch: 4.0.8 fastq@1.15.0: dependencies: @@ -7757,8 +7612,6 @@ snapshots: whatwg-mimetype: 3.0.0 optional: true - has-flag@3.0.0: {} - has-flag@4.0.0: {} has-yarn@3.0.0: {} @@ -7837,9 +7690,9 @@ snapshots: importx@0.4.4: dependencies: - bundle-require: 5.0.0(esbuild@0.21.5) + bundle-require: 5.0.0(esbuild@0.23.0) debug: 4.4.0 - esbuild: 0.21.5 + esbuild: 0.23.0 jiti: 2.0.0-beta.3 jiti-v1: jiti@1.21.7 pathe: 1.1.2 @@ -7982,7 +7835,7 @@ snapshots: istanbul-lib-source-maps@5.0.6: dependencies: '@jridgewell/trace-mapping': 0.3.25 - debug: 4.3.7 + debug: 4.4.0 istanbul-lib-coverage: 3.2.2 transitivePeerDependencies: - supports-color @@ -7998,8 +7851,6 @@ snapshots: optionalDependencies: '@pkgjs/parseargs': 0.11.0 - jiti@1.21.6: {} - jiti@1.21.7: {} jiti@2.0.0-beta.3: {} @@ -8008,8 +7859,6 @@ snapshots: js-tokens@9.0.0: {} - jsesc@3.0.2: {} - jsesc@3.1.0: {} json-buffer@3.0.1: {} @@ -8062,14 +7911,6 @@ snapshots: lines-and-columns@2.0.3: {} - linkedom@0.18.5: - dependencies: - css-select: 5.1.0 - cssom: 0.5.0 - html-escaper: 3.0.3 - htmlparser2: 9.1.0 - uhyphen: 0.2.0 - linkedom@0.18.6: dependencies: css-select: 5.1.0 @@ -8158,19 +7999,15 @@ snapshots: lunr@2.3.9: {} - magic-string@0.30.11: - dependencies: - '@jridgewell/sourcemap-codec': 1.5.0 - magic-string@0.30.12: dependencies: '@jridgewell/sourcemap-codec': 1.5.0 magicast@0.3.5: dependencies: - '@babel/parser': 7.25.6 - '@babel/types': 7.25.6 - source-map-js: 1.2.0 + '@babel/parser': 7.26.9 + '@babel/types': 7.26.9 + source-map-js: 1.2.1 make-dir@4.0.0: dependencies: @@ -8231,11 +8068,6 @@ snapshots: micromark-util-types@2.0.0: {} - micromatch@4.0.5: - dependencies: - braces: 3.0.3 - picomatch: 2.3.1 - micromatch@4.0.8: dependencies: braces: 3.0.3 @@ -8263,10 +8095,6 @@ snapshots: dependencies: brace-expansion: 2.0.1 - minimatch@9.0.3: - dependencies: - brace-expansion: 2.0.1 - minimatch@9.0.5: dependencies: brace-expansion: 2.0.1 @@ -8386,13 +8214,11 @@ snapshots: dependencies: growly: 1.3.0 is-wsl: 2.2.0 - semver: 7.6.3 + semver: 7.7.1 shellwords: 0.1.1 uuid: 8.3.2 which: 2.0.2 - node-releases@2.0.18: {} - node-releases@2.0.19: {} normalize-path@3.0.0: {} @@ -8437,12 +8263,6 @@ snapshots: object-assign@4.1.1: {} - ofetch@1.4.0: - dependencies: - destr: 2.0.3 - node-fetch-native: 1.6.4 - ufo: 1.5.4 - ofetch@1.4.1: dependencies: destr: 2.0.3 @@ -8545,7 +8365,7 @@ snapshots: parse-json@7.1.1: dependencies: - '@babel/code-frame': 7.24.7 + '@babel/code-frame': 7.26.2 error-ex: 1.3.2 json-parse-even-better-errors: 3.0.0 lines-and-columns: 2.0.3 @@ -9018,8 +8838,6 @@ snapshots: semver@6.3.1: {} - semver@7.6.3: {} - semver@7.7.1: {} seroval-plugins@1.2.1(seroval@1.2.1): @@ -9039,7 +8857,7 @@ snapshots: dependencies: color: 4.2.3 detect-libc: 2.0.3 - semver: 7.6.3 + semver: 7.7.1 optionalDependencies: '@img/sharp-darwin-arm64': 0.33.5 '@img/sharp-darwin-x64': 0.33.5 @@ -9134,8 +8952,6 @@ snapshots: transitivePeerDependencies: - supports-color - source-map-js@1.2.0: {} - source-map-js@1.2.1: {} source-map-support@0.5.21: @@ -9231,10 +9047,6 @@ snapshots: dependencies: copy-anything: 3.0.5 - supports-color@5.5.0: - dependencies: - has-flag: 3.0.0 - supports-color@7.2.0: dependencies: has-flag: 4.0.0 @@ -9313,8 +9125,6 @@ snapshots: tmp@0.2.3: {} - to-fast-properties@2.0.0: {} - to-regex-range@5.0.1: dependencies: is-number: 7.0.0 @@ -9358,7 +9168,7 @@ snapshots: typedoc-plugin-frontmatter@1.1.0(typedoc-plugin-markdown@4.0.0-next.23(typedoc@0.25.4(typescript@5.6.3))): dependencies: typedoc-plugin-markdown: 4.0.0-next.23(typedoc@0.25.4(typescript@5.6.3)) - yaml: 2.5.1 + yaml: 2.7.0 typedoc-plugin-markdown@4.0.0-next.23(typedoc@0.25.4(typescript@5.6.3)): dependencies: @@ -9372,7 +9182,7 @@ snapshots: dependencies: lunr: 2.3.9 marked: 4.3.0 - minimatch: 9.0.3 + minimatch: 9.0.5 shiki: 0.14.5 typescript: 5.6.3 @@ -9425,19 +9235,17 @@ snapshots: transitivePeerDependencies: - supports-color - undici-types@5.26.5: {} - undici-types@6.19.8: {} unimport@3.13.1(rollup@4.24.0)(webpack-sources@3.2.3): dependencies: - '@rollup/pluginutils': 5.1.2(rollup@4.24.0) + '@rollup/pluginutils': 5.1.3(rollup@4.24.0) acorn: 8.12.1 escape-string-regexp: 5.0.0 estree-walker: 3.0.3 fast-glob: 3.3.2 local-pkg: 0.5.0 - magic-string: 0.30.11 + magic-string: 0.30.12 mlly: 1.7.1 pathe: 1.1.2 pkg-types: 1.2.0 @@ -9527,12 +9335,6 @@ snapshots: transitivePeerDependencies: - supports-color - update-browserslist-db@1.1.1(browserslist@4.24.0): - dependencies: - browserslist: 4.24.0 - escalade: 3.2.0 - picocolors: 1.1.1 - update-browserslist-db@1.1.3(browserslist@4.24.4): dependencies: browserslist: 4.24.4 @@ -9552,7 +9354,7 @@ snapshots: is-yarn-global: 0.4.1 latest-version: 7.0.0 pupa: 3.1.0 - semver: 7.6.3 + semver: 7.7.1 semver-diff: 4.0.0 xdg-basedir: 5.1.0 @@ -9575,7 +9377,7 @@ snapshots: vite-node@2.1.4(@types/node@20.17.6)(sass@1.80.7): dependencies: cac: 6.7.14 - debug: 4.3.7 + debug: 4.4.0 pathe: 1.1.2 vite: 5.4.11(@types/node@20.17.6)(sass@1.80.7) transitivePeerDependencies: @@ -9612,10 +9414,6 @@ snapshots: fsevents: 2.3.3 sass: 1.80.7 - vitefu@1.0.3(vite@5.4.11(@types/node@20.17.6)(sass@1.80.7)): - optionalDependencies: - vite: 5.4.11(@types/node@20.17.6)(sass@1.80.7) - vitefu@1.0.6(vite@5.4.11(@types/node@20.17.6)(sass@1.80.7)): optionalDependencies: vite: 5.4.11(@types/node@20.17.6)(sass@1.80.7) @@ -9920,7 +9718,7 @@ snapshots: yargs@17.7.2: dependencies: cliui: 8.0.1 - escalade: 3.1.1 + escalade: 3.2.0 get-caller-file: 2.0.5 require-directory: 2.1.1 string-width: 4.2.3 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index e417c60d0..ee9b55810 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,10 +1,15 @@ packages: - docs - packages/* - catalog: + '@1natsu/wait-element': ^4.1.2 + '@aklinker1/buildc': ^1.1.4 '@aklinker1/check': ^1.4.5 + '@aklinker1/rollup-plugin-visualizer': 5.12.0 + '@commitlint/config-conventional': ^19.7.1 + '@commitlint/types': ^19.5.0 '@faker-js/faker': ^9.2.0 + '@sveltejs/vite-plugin-svelte': ^4.0.0 || ^5.0.0 '@types/chrome': ^0.0.280 '@types/fs-extra': ^11.0.4 '@types/lodash.merge': ^4.6.9 @@ -13,19 +18,82 @@ catalog: '@types/prompts': ^2.4.9 '@types/react': ^19.0.1 '@types/react-dom': ^19.0.2 + '@types/webextension-polyfill': ^0.12.1 + '@vitejs/plugin-react': ^4.3.4 + '@vitejs/plugin-vue': ^5.2.0 + '@vitest/coverage-v8': ^2.1.4 '@webext-core/fake-browser': ^1.3.1 + '@webext-core/isolated-element': ^1.1.2 + '@webext-core/match-patterns': ^1.0.3 + async-mutex: ^0.5.0 + c12: ^1.11.2 + cac: ^6.7.14 + changelogen: ^0.5.7 + chokidar: ^3.6.0 + ci-info: ^4.1.0 + confbox: ^0.1.8 + consola: ^3.2.3 + defu: ^6.1.4 + dequal: ^2.0.3 + dotenv: ^16.4.5 + dotenv-expand: ^12.0.1 + esbuild: ^0.21.5 extract-zip: ^2.0.1 + fast-glob: ^3.3.2 + filesize: ^10.1.6 + fs-extra: ^11.2.0 + get-port-please: ^3.1.2 + giget: ^1.2.3 happy-dom: ^15.11.4 + hookable: ^5.5.3 + import-meta-resolve: ^4.1.0 + is-wsl: ^3.1.0 + jiti: ^1.21.6 + json5: ^2.2.3 + jszip: ^3.10.1 + linkedom: ^0.18.5 + lint-staged: ^15.2.10 lodash.merge: ^4.6.2 + magicast: ^0.3.5 + markdown-it-footnote: ^4.0.0 + minimatch: ^10.0.1 + nano-spawn: ^0.2.0 + normalize-path: ^3.0.0 + nypm: ^0.3.12 + ohash: ^1.1.4 + open: ^10.1.0 + ora: ^8.1.1 oxlint: ^0.11.1 + perfect-debounce: ^1.0.0 + picocolors: ^1.1.1 + prettier: ^3.3.3 + prompts: ^2.4.2 publint: ^0.2.12 - react-dom: ^19.0.0 + publish-browser-extension: ^2.3.0 || ^3.0.0 react: ^19.0.0 + react-dom: ^19.0.0 sass: ^1.80.7 + scule: ^1.3.0 + sharp: ^0.33.5 + simple-git-hooks: ^2.11.1 solid-js: ^1.9.4 tsx: 4.15.7 + typedoc: ^0.25.4 + typedoc-plugin-frontmatter: ^1.1.0 + typedoc-plugin-markdown: 4.0.0-next.23 + typedoc-vitepress-theme: 1.0.0-next.3 typescript: ^5.6.3 unbuild: ^2.0.0 + unimport: ^3.13.1 unocss: ^0.64.0 - vitest-plugin-random-seed: ^1.1.0 + vite: ^5.0.0 || <=6.0.8 + vite-node: ^2.1.4 || ^3.0.0 + vite-plugin-solid: ^2.11.6 + vitepress: ^1.5.0 + vitepress-knowledge: ^0.4.0 vitest: ^2.1.4 + vitest-mock-extended: ^2.0.2 + vitest-plugin-random-seed: ^1.1.0 + vue: ^3.5.12 + web-ext-run: ^0.2.1 + webextension-polyfill: ^0.12.0