diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 83afa1e65db895..35ebb181235308 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -36,6 +36,9 @@ // breaking changes "kill-port", // `kill-port:^2.0.0 has perf issues (#8392) + + // v1 is a drop-in replacement for debug, while v2 introduces breaking changes + "obug", ], "github-actions": { "managerFilePatterns": [ diff --git a/package.json b/package.json index 8aecd329cdb953..ca935a4a0593e6 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,6 @@ "@types/babel__preset-env": "^7.10.0", "@types/convert-source-map": "^2.0.3", "@types/cross-spawn": "^6.0.6", - "@types/debug": "^4.1.12", "@types/estree": "^1.0.8", "@types/etag": "^1.8.4", "@types/less": "^3.0.8", @@ -65,7 +64,7 @@ "picocolors": "^1.1.1", "playwright-chromium": "^1.56.1", "prettier": "3.6.2", - "rolldown": "^1.0.0-beta.50", + "rolldown": "^1.0.0-beta.51", "rollup": "^4.43.0", "simple-git-hooks": "^2.13.1", "tsx": "^4.20.6", diff --git a/packages/vite/LICENSE.md b/packages/vite/LICENSE.md index a1a072f5edd918..c0f6ed8846e407 100644 --- a/packages/vite/LICENSE.md +++ b/packages/vite/LICENSE.md @@ -534,33 +534,6 @@ Repository: https://github.com/mathiasbynens/cssesc --------------------------------------- -## debug -License: MIT -By: Josh Junon, TJ Holowaychuk, Nathan Rajlich, Andrew Rhyne -Repository: https://github.com/debug-js/debug - -> (The MIT License) -> -> Copyright (c) 2014-2017 TJ Holowaychuk -> Copyright (c) 2018-2021 Josh Junon -> -> Permission is hereby granted, free of charge, to any person obtaining a copy of this software -> and associated documentation files (the 'Software'), to deal in the Software without restriction, -> including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, -> and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, -> subject to the following conditions: -> -> The above copyright notice and this permission notice shall be included in all copies or substantial -> portions of the Software. -> -> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT -> LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - ---------------------------------------- - ## dotenv License: BSD-2-Clause Repository: https://github.com/motdotla/dotenv @@ -1322,13 +1295,14 @@ Repository: https://github.com/lukeed/mrmime --------------------------------------- -## ms +## normalize-path License: MIT -Repository: https://github.com/vercel/ms +By: Jon Schlinkert, Blaine Bublitz +Repository: https://github.com/jonschlinkert/normalize-path > The MIT License (MIT) > -> Copyright (c) 2020 Vercel, Inc. +> Copyright (c) 2014-2018, Jon Schlinkert. > > Permission is hereby granted, free of charge, to any person obtaining a copy > of this software and associated documentation files (the "Software"), to deal @@ -1337,27 +1311,27 @@ Repository: https://github.com/vercel/ms > copies of the Software, and to permit persons to whom the Software is > furnished to do so, subject to the following conditions: > -> The above copyright notice and this permission notice shall be included in all -> copies or substantial portions of the Software. +> The above copyright notice and this permission notice shall be included in +> all copies or substantial portions of the Software. > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -> SOFTWARE. +> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +> THE SOFTWARE. --------------------------------------- -## normalize-path +## object-assign License: MIT -By: Jon Schlinkert, Blaine Bublitz -Repository: https://github.com/jonschlinkert/normalize-path +By: Sindre Sorhus +Repository: https://github.com/sindresorhus/object-assign > The MIT License (MIT) > -> Copyright (c) 2014-2018, Jon Schlinkert. +> Copyright (c) Sindre Sorhus (sindresorhus.com) > > Permission is hereby granted, free of charge, to any person obtaining a copy > of this software and associated documentation files (the "Software"), to deal @@ -1379,14 +1353,16 @@ Repository: https://github.com/jonschlinkert/normalize-path --------------------------------------- -## object-assign +## obug License: MIT -By: Sindre Sorhus -Repository: https://github.com/sindresorhus/object-assign +By: Kevin Deng +Repository: https://github.com/sxzz/obug > The MIT License (MIT) > -> Copyright (c) Sindre Sorhus (sindresorhus.com) +> Copyright © 2025-PRESENT Kevin Deng (https://github.com/sxzz) +> Copyright (c) 2014-2017 TJ Holowaychuk +> Copyright (c) 2018-2021 Josh Junon > > Permission is hereby granted, free of charge, to any person obtaining a copy > of this software and associated documentation files (the "Software"), to deal @@ -1395,16 +1371,16 @@ Repository: https://github.com/sindresorhus/object-assign > copies of the Software, and to permit persons to whom the Software is > furnished to do so, subject to the following conditions: > -> The above copyright notice and this permission notice shall be included in -> all copies or substantial portions of the Software. +> The above copyright notice and this permission notice shall be included in all +> copies or substantial portions of the Software. > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -> THE SOFTWARE. +> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +> SOFTWARE. --------------------------------------- diff --git a/packages/vite/package.json b/packages/vite/package.json index 64160233341d7b..0a6ddb7b73fb72 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -112,7 +112,7 @@ "convert-source-map": "^2.0.0", "cors": "^2.8.5", "cross-spawn": "^7.0.6", - "debug": "^4.4.3", + "obug": "^1.0.2", "dotenv": "^17.2.3", "dotenv-expand": "^12.0.3", "es-module-lexer": "^1.7.0", @@ -137,8 +137,8 @@ "postcss-modules": "^6.0.1", "premove": "^4.0.0", "resolve.exports": "^2.0.3", - "rolldown": "^1.0.0-beta.50", - "rolldown-plugin-dts": "^0.17.8", + "rolldown": "^1.0.0-beta.51", + "rolldown-plugin-dts": "^0.18.0", "rollup-plugin-license": "^3.6.0", "sass": "^1.94.0", "sass-embedded": "^1.93.3", diff --git a/packages/vite/rolldown.config.ts b/packages/vite/rolldown.config.ts index 6e27ab127eaecd..4aa8bf05ea8e9e 100644 --- a/packages/vite/rolldown.config.ts +++ b/packages/vite/rolldown.config.ts @@ -75,12 +75,6 @@ const nodeConfig = defineConfig({ index: path.resolve(__dirname, 'src/node/index.ts'), cli: path.resolve(__dirname, 'src/node/cli.ts'), }, - resolve: { - alias: { - // we can always use node version (the default entry point has browser support) - debug: 'debug/src/node.js', - }, - }, external: [ /^vite\//, 'fsevents', diff --git a/packages/vite/src/node/utils.ts b/packages/vite/src/node/utils.ts index 6cda4b7afc4f36..420ab5f01a55b3 100644 --- a/packages/vite/src/node/utils.ts +++ b/packages/vite/src/node/utils.ts @@ -14,7 +14,8 @@ import fsp from 'node:fs/promises' import remapping from '@jridgewell/remapping' import type { DecodedSourceMap, RawSourceMap } from '@jridgewell/remapping' import colors from 'picocolors' -import debug from 'debug' +import type { Debugger } from 'obug' +import debug from 'obug' import type MagicString from 'magic-string' import type { Equal } from '@type-challenges/utils' @@ -183,13 +184,11 @@ export type ViteDebugScope = `vite:${string}` export function createDebugger( namespace: ViteDebugScope, options: DebuggerOptions = {}, -): debug.Debugger['log'] | undefined { +): Debugger['log'] | undefined { const log = debug(namespace) const { onlyWhenFocused, depth } = options - // @ts-expect-error - The log function is bound to inspectOpts, but the type is not reflected if (depth && log.inspectOpts && log.inspectOpts.depth == null) { - // @ts-expect-error - The log function is bound to inspectOpts, but the type is not reflected log.inspectOpts.depth = options.depth } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4d451cc336dcdb..1b4f0e89dec180 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5,8 +5,9 @@ settings: excludeLinksFromLockfile: false overrides: - rolldown: ^1.0.0-beta.50 + rolldown: ^1.0.0-beta.51 vite: workspace:* + debug: npm:obug@^1.0.2 packageExtensionsChecksum: sha256-BLDZCgUIohvBXMHo3XFOlGLzGXRyK3sDU0nMBRk9APY= @@ -43,9 +44,6 @@ importers: '@types/cross-spawn': specifier: ^6.0.6 version: 6.0.6 - '@types/debug': - specifier: ^4.1.12 - version: 4.1.12 '@types/estree': specifier: ^1.0.8 version: 1.0.8 @@ -72,16 +70,16 @@ importers: version: 1.6.0(conventional-commits-filter@5.0.0) eslint: specifier: ^9.39.1 - version: 9.39.1(jiti@2.6.1) + version: 9.39.1(jiti@2.6.1)(ms@2.1.3) eslint-plugin-import-x: specifier: ^4.16.1 - version: 4.16.1(@typescript-eslint/utils@8.46.4(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.2))(eslint@9.39.1(jiti@2.6.1)) + version: 4.16.1(@typescript-eslint/utils@8.46.4(eslint@9.39.1(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.2))(eslint@9.39.1(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3) eslint-plugin-n: specifier: ^17.23.1 - version: 17.23.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.2) + version: 17.23.1(eslint@9.39.1(jiti@2.6.1)(ms@2.1.3))(typescript@5.9.2) eslint-plugin-regexp: specifier: ^2.10.0 - version: 2.10.0(eslint@9.39.1(jiti@2.6.1)) + version: 2.10.0(eslint@9.39.1(jiti@2.6.1)(ms@2.1.3)) execa: specifier: ^9.6.0 version: 9.6.0 @@ -101,8 +99,8 @@ importers: specifier: 3.6.2 version: 3.6.2 rolldown: - specifier: ^1.0.0-beta.50 - version: 1.0.0-beta.50 + specifier: ^1.0.0-beta.51 + version: 1.0.0-beta.51 rollup: specifier: ^4.43.0 version: 4.43.0 @@ -117,19 +115,19 @@ importers: version: 5.9.2 typescript-eslint: specifier: ^8.46.4 - version: 8.46.4(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.2) + version: 8.46.4(eslint@9.39.1(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.2) vite: specifier: workspace:* version: link:packages/vite vitest: specifier: ^4.0.9 - version: 4.0.9(@types/debug@4.1.12)(@types/node@22.19.1) + version: 4.0.9(@types/debug@4.1.12)(@types/node@22.19.1)(ms@2.1.3) docs: devDependencies: '@shikijs/vitepress-twoslash': specifier: ^3.15.0 - version: 3.15.0(typescript@5.9.2) + version: 3.15.0(ms@2.1.3)(typescript@5.9.2) '@types/express': specifier: ^5.0.5 version: 5.0.5 @@ -147,10 +145,10 @@ importers: version: 2.0.0-alpha.13(axios@1.13.2)(postcss@8.5.6)(typescript@5.9.2) vitepress-plugin-group-icons: specifier: ^1.6.5 - version: 1.6.5(vite@packages+vite) + version: 1.6.5(ms@2.1.3)(vite@packages+vite) vitepress-plugin-llms: specifier: ^1.9.2 - version: 1.9.2 + version: 1.9.2(ms@2.1.3) vue: specifier: ^3.5.24 version: 3.5.24(typescript@5.9.2) @@ -180,22 +178,22 @@ importers: dependencies: '@babel/core': specifier: ^7.28.5 - version: 7.28.5 + version: 7.28.5(ms@2.1.3) '@babel/plugin-transform-dynamic-import': specifier: ^7.27.1 - version: 7.27.1(@babel/core@7.28.5) + version: 7.27.1(@babel/core@7.28.5(ms@2.1.3)) '@babel/plugin-transform-modules-systemjs': specifier: ^7.28.5 - version: 7.28.5(@babel/core@7.28.5) + version: 7.28.5(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) '@babel/preset-env': specifier: ^7.28.5 - version: 7.28.5(@babel/core@7.28.5) + version: 7.28.5(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) babel-plugin-polyfill-corejs3: specifier: ^0.13.0 - version: 0.13.0(@babel/core@7.28.5) + version: 0.13.0(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) babel-plugin-polyfill-regenerator: specifier: ^0.6.5 - version: 0.6.5(@babel/core@7.28.5) + version: 0.6.5(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) browserslist: specifier: ^4.28.0 version: 4.28.0 @@ -217,7 +215,7 @@ importers: devDependencies: '@vitejs/plugin-legacy-for-rolldown-vite': specifier: https://pkg.pr.new/vitejs/rolldown-vite/@vitejs/plugin-legacy@a2594ec - version: '@vitejs/plugin-legacy@https://pkg.pr.new/vitejs/rolldown-vite/@vitejs/plugin-legacy@a2594ec(terser@5.44.1)(vite@packages+vite)' + version: '@vitejs/plugin-legacy@https://pkg.pr.new/vitejs/rolldown-vite/@vitejs/plugin-legacy@a2594ec(ms@2.1.3)(terser@5.44.1)(vite@packages+vite)' acorn: specifier: ^8.15.0 version: 8.15.0 @@ -305,7 +303,7 @@ importers: version: 3.6.0(patch_hash=8a4f9e2b397e6034b91a0508faae3cecb97f222313faa129d7cb0eb71e9d0e84) connect: specifier: ^3.7.0 - version: 3.7.0 + version: 3.7.0(ms@2.1.3) convert-source-map: specifier: ^2.0.0 version: 2.0.0 @@ -315,9 +313,6 @@ importers: cross-spawn: specifier: ^7.0.6 version: 7.0.6 - debug: - specifier: ^4.4.3 - version: 4.4.3 dotenv: specifier: ^17.2.3 version: 17.2.3 @@ -341,7 +336,7 @@ importers: version: 0.1.2 http-proxy-3: specifier: ^1.22.0 - version: 1.22.0 + version: 1.22.0(ms@2.1.3) launch-editor-middleware: specifier: ^2.12.0 version: 2.12.0 @@ -360,6 +355,9 @@ importers: nanoid: specifier: ^5.1.6 version: 5.1.6 + obug: + specifier: ^1.0.2 + version: 1.0.2(ms@2.1.3) open: specifier: ^10.2.0 version: 10.2.0 @@ -391,11 +389,11 @@ importers: specifier: ^2.0.3 version: 2.0.3 rolldown: - specifier: ^1.0.0-beta.50 - version: 1.0.0-beta.50 + specifier: ^1.0.0-beta.51 + version: 1.0.0-beta.51 rolldown-plugin-dts: - specifier: ^0.17.8 - version: 0.17.8(ms@2.1.3)(rolldown@1.0.0-beta.50)(typescript@5.9.2)(vue-tsc@3.1.4(typescript@5.9.2)) + specifier: ^0.18.0 + version: 0.18.0(ms@2.1.3)(rolldown@1.0.0-beta.51)(typescript@5.9.2)(vue-tsc@3.1.4(typescript@5.9.2)) rollup-plugin-license: specifier: ^3.6.0 version: 3.6.0(picomatch@4.0.3)(rollup@4.43.0) @@ -642,7 +640,7 @@ importers: version: 1.94.0 stylus: specifier: ^0.64.0 - version: 0.64.0 + version: 0.64.0(ms@2.1.3) sugarss: specifier: ^5.0.1 version: 5.0.1(postcss@8.5.6) @@ -666,7 +664,7 @@ importers: devDependencies: express: specifier: ^5.1.0 - version: 5.1.0 + version: 5.1.0(ms@2.1.3) lightningcss: specifier: ^1.30.2 version: 1.30.2 @@ -695,7 +693,7 @@ importers: version: 1.94.0 stylus: specifier: ^0.64.0 - version: 0.64.0 + version: 0.64.0(ms@2.1.3) sugarss: specifier: ^5.0.1 version: 5.0.1(postcss@8.5.6) @@ -892,7 +890,7 @@ importers: version: link:../../packages/plugin-legacy express: specifier: ^5.1.0 - version: 5.1.0 + version: 5.1.0(ms@2.1.3) terser: specifier: ^5.44.1 version: 5.44.1 @@ -1232,7 +1230,7 @@ importers: devDependencies: express: specifier: ^5.1.0 - version: 5.1.0 + version: 5.1.0(ms@2.1.3) playground/optimize-missing-deps/missing-dep: dependencies: @@ -1430,7 +1428,7 @@ importers: devDependencies: express: specifier: ^5.1.0 - version: 5.1.0 + version: 5.1.0(ms@2.1.3) playground/ssr-alias: dependencies: @@ -1451,7 +1449,7 @@ importers: devDependencies: express: specifier: ^5.1.0 - version: 5.1.0 + version: 5.1.0(ms@2.1.3) sirv: specifier: ^3.0.2 version: 3.0.2(patch_hash=c07c56eb72faea34341d465cde2314e89db472106ed378181e3447893af6bf95) @@ -1534,7 +1532,7 @@ importers: devDependencies: express: specifier: ^5.1.0 - version: 5.1.0 + version: 5.1.0(ms@2.1.3) playground/ssr-deps/css-lib: {} @@ -1617,7 +1615,7 @@ importers: devDependencies: express: specifier: ^5.1.0 - version: 5.1.0 + version: 5.1.0(ms@2.1.3) playground/ssr-noexternal: dependencies: @@ -1629,7 +1627,7 @@ importers: version: file:playground/ssr-noexternal/require-external-cjs express: specifier: ^5.1.0 - version: 5.1.0 + version: 5.1.0(ms@2.1.3) playground/ssr-noexternal/external-cjs: {} @@ -1643,7 +1641,7 @@ importers: devDependencies: express: specifier: ^5.1.0 - version: 5.1.0 + version: 5.1.0(ms@2.1.3) pug: specifier: ^3.0.3 version: 3.0.3 @@ -2854,8 +2852,8 @@ packages: '@oxc-project/types@0.95.0': resolution: {integrity: sha512-vACy7vhpMPhjEJhULNxrdR0D943TkA/MigMpJCHmBHvMXxRStRi/dPtTlfQ3uDwWSzRpT8z+7ImjZVf8JWBocQ==} - '@oxc-project/types@0.97.0': - resolution: {integrity: sha512-lxmZK4xFrdvU0yZiDwgVQTCvh2gHWBJCBk5ALsrtsBWhs0uDIi+FTOnXRQeQfs304imdvTdaakT/lqwQ8hkOXQ==} + '@oxc-project/types@0.98.0': + resolution: {integrity: sha512-Vzmd6FsqVuz5HQVcRC/hrx7Ujo3WEVeQP7C2UNP5uy1hUY4SQvMB+93jxkI1KRHz9a/6cni3glPOtvteN+zpsw==} '@parcel/watcher-android-arm64@2.5.1': resolution: {integrity: sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==} @@ -2972,89 +2970,89 @@ packages: '@quansync/fs@0.1.5': resolution: {integrity: sha512-lNS9hL2aS2NZgNW7BBj+6EBl4rOf8l+tQ0eRY6JWCI8jI2kc53gSoqbjojU0OnAWhzoXiOjFyGsHcDGePB3lhA==} - '@rolldown/binding-android-arm64@1.0.0-beta.50': - resolution: {integrity: sha512-XlEkrOIHLyGT3avOgzfTFSjG+f+dZMw+/qd+Y3HLN86wlndrB/gSimrJCk4gOhr1XtRtEKfszpadI3Md4Z4/Ag==} + '@rolldown/binding-android-arm64@1.0.0-beta.51': + resolution: {integrity: sha512-Ctn8FUXKWWQI9pWC61P1yumS9WjQtelNS9riHwV7oCkknPGaAry4o7eFx2KgoLMnI2BgFJYpW7Im8/zX3BuONg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [android] - '@rolldown/binding-darwin-arm64@1.0.0-beta.50': - resolution: {integrity: sha512-+JRqKJhoFlt5r9q+DecAGPLZ5PxeLva+wCMtAuoFMWPoZzgcYrr599KQ+Ix0jwll4B4HGP43avu9My8KtSOR+w==} + '@rolldown/binding-darwin-arm64@1.0.0-beta.51': + resolution: {integrity: sha512-EL1aRW2Oq15ShUEkBPsDtLMO8GTqfb/ktM/dFaVzXKQiEE96Ss6nexMgfgQrg8dGnNpndFyffVDb5IdSibsu1g==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [darwin] - '@rolldown/binding-darwin-x64@1.0.0-beta.50': - resolution: {integrity: sha512-fFXDjXnuX7/gQZQm/1FoivVtRcyAzdjSik7Eo+9iwPQ9EgtA5/nB2+jmbzaKtMGG3q+BnZbdKHCtOacmNrkIDA==} + '@rolldown/binding-darwin-x64@1.0.0-beta.51': + resolution: {integrity: sha512-uGtYKlFen9pMIPvkHPWZVDtmYhMQi5g5Ddsndg1gf3atScKYKYgs5aDP4DhHeTwGXQglhfBG7lEaOIZ4UAIWww==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [darwin] - '@rolldown/binding-freebsd-x64@1.0.0-beta.50': - resolution: {integrity: sha512-F1b6vARy49tjmT/hbloplzgJS7GIvwWZqt+tAHEstCh0JIh9sa8FAMVqEmYxDviqKBaAI8iVvUREm/Kh/PD26Q==} + '@rolldown/binding-freebsd-x64@1.0.0-beta.51': + resolution: {integrity: sha512-JRoVTQtHYbZj1P07JLiuTuXjiBtIa7ag7/qgKA6CIIXnAcdl4LrOf7nfDuHPJcuRKaP5dzecMgY99itvWfmUFQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [freebsd] - '@rolldown/binding-linux-arm-gnueabihf@1.0.0-beta.50': - resolution: {integrity: sha512-U6cR76N8T8M6lHj7EZrQ3xunLPxSvYYxA8vJsBKZiFZkT8YV4kjgCO3KwMJL0NOjQCPGKyiXO07U+KmJzdPGRw==} + '@rolldown/binding-linux-arm-gnueabihf@1.0.0-beta.51': + resolution: {integrity: sha512-BKATVnpPZ0TYBW9XfDwyd4kPGgvf964HiotIwUgpMrFOFYWqpZ+9ONNzMV4UFAYC7Hb5C2qgYQk/qj2OnAd4RQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] - '@rolldown/binding-linux-arm64-gnu@1.0.0-beta.50': - resolution: {integrity: sha512-ONgyjofCrrE3bnh5GZb8EINSFyR/hmwTzZ7oVuyUB170lboza1VMCnb8jgE6MsyyRgHYmN8Lb59i3NKGrxrYjw==} + '@rolldown/binding-linux-arm64-gnu@1.0.0-beta.51': + resolution: {integrity: sha512-xLd7da5jkfbVsBCm1buIRdWtuXY8+hU3+6ESXY/Tk5X5DPHaifrUblhYDgmA34dQt6WyNC2kfXGgrduPEvDI6Q==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] libc: [glibc] - '@rolldown/binding-linux-arm64-musl@1.0.0-beta.50': - resolution: {integrity: sha512-L0zRdH2oDPkmB+wvuTl+dJbXCsx62SkqcEqdM+79LOcB+PxbAxxjzHU14BuZIQdXcAVDzfpMfaHWzZuwhhBTcw==} + '@rolldown/binding-linux-arm64-musl@1.0.0-beta.51': + resolution: {integrity: sha512-EQFXTgHxxTzv3t5EmjUP/DfxzFYx9sMndfLsYaAY4DWF6KsK1fXGYsiupif6qPTViPC9eVmRm78q0pZU/kuIPg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] libc: [musl] - '@rolldown/binding-linux-x64-gnu@1.0.0-beta.50': - resolution: {integrity: sha512-gyoI8o/TGpQd3OzkJnh1M2kxy1Bisg8qJ5Gci0sXm9yLFzEXIFdtc4EAzepxGvrT2ri99ar5rdsmNG0zP0SbIg==} + '@rolldown/binding-linux-x64-gnu@1.0.0-beta.51': + resolution: {integrity: sha512-p5P6Xpa68w3yFaAdSzIZJbj+AfuDnMDqNSeglBXM7UlJT14Q4zwK+rV+8Mhp9MiUb4XFISZtbI/seBprhkQbiQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] libc: [glibc] - '@rolldown/binding-linux-x64-musl@1.0.0-beta.50': - resolution: {integrity: sha512-zti8A7M+xFDpKlghpcCAzyOi+e5nfUl3QhU023ce5NCgUxRG5zGP2GR9LTydQ1rnIPwZUVBWd4o7NjZDaQxaXA==} + '@rolldown/binding-linux-x64-musl@1.0.0-beta.51': + resolution: {integrity: sha512-sNVVyLa8HB8wkFipdfz1s6i0YWinwpbMWk5hO5S+XAYH2UH67YzUT13gs6wZTKg2x/3gtgXzYnHyF5wMIqoDAw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] libc: [musl] - '@rolldown/binding-openharmony-arm64@1.0.0-beta.50': - resolution: {integrity: sha512-eZUssog7qljrrRU9Mi0eqYEPm3Ch0UwB+qlWPMKSUXHNqhm3TvDZarJQdTevGEfu3EHAXJvBIe0YFYr0TPVaMA==} + '@rolldown/binding-openharmony-arm64@1.0.0-beta.51': + resolution: {integrity: sha512-e/JMTz9Q8+T3g/deEi8DK44sFWZWGKr9AOCW5e8C8SCVWzAXqYXAG7FXBWBNzWEZK0Rcwo9TQHTQ9Q0gXgdCaA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [openharmony] - '@rolldown/binding-wasm32-wasi@1.0.0-beta.50': - resolution: {integrity: sha512-nmCN0nIdeUnmgeDXiQ+2HU6FT162o+rxnF7WMkBm4M5Ds8qTU7Dzv2Wrf22bo4ftnlrb2hKK6FSwAJSAe2FWLg==} + '@rolldown/binding-wasm32-wasi@1.0.0-beta.51': + resolution: {integrity: sha512-We3LWqSu6J9s5Y0MK+N7fUiiu37aBGPG3Pc347EoaROuAwkCS2u9xJ5dpIyLW4B49CIbS3KaPmn4kTgPb3EyPw==} engines: {node: '>=14.0.0'} cpu: [wasm32] - '@rolldown/binding-win32-arm64-msvc@1.0.0-beta.50': - resolution: {integrity: sha512-7kcNLi7Ua59JTTLvbe1dYb028QEPaJPJQHqkmSZ5q3tJueUeb6yjRtx8mw4uIqgWZcnQHAR3PrLN4XRJxvgIkA==} + '@rolldown/binding-win32-arm64-msvc@1.0.0-beta.51': + resolution: {integrity: sha512-fj56buHRuMM+r/cb6ZYfNjNvO/0xeFybI6cTkTROJatdP4fvmQ1NS8D/Lm10FCSDEOkqIz8hK3TGpbAThbPHsA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [win32] - '@rolldown/binding-win32-ia32-msvc@1.0.0-beta.50': - resolution: {integrity: sha512-lL70VTNvSCdSZkDPPVMwWn/M2yQiYvSoXw9hTLgdIWdUfC3g72UaruezusR6ceRuwHCY1Ayu2LtKqXkBO5LIwg==} + '@rolldown/binding-win32-ia32-msvc@1.0.0-beta.51': + resolution: {integrity: sha512-fkqEqaeEx8AySXiDm54b/RdINb3C0VovzJA3osMhZsbn6FoD73H0AOIiaVAtGr6x63hefruVKTX8irAm4Jkt2w==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [ia32] os: [win32] - '@rolldown/binding-win32-x64-msvc@1.0.0-beta.50': - resolution: {integrity: sha512-4qU4x5DXWB4JPjyTne/wBNPqkbQU8J45bl21geERBKtEittleonioACBL1R0PsBu0Aq21SwMK5a9zdBkWSlQtQ==} + '@rolldown/binding-win32-x64-msvc@1.0.0-beta.51': + resolution: {integrity: sha512-CWuLG/HMtrVcjKGa0C4GnuxONrku89g0+CsH8nT0SNhOtREXuzwgjIXNJImpE/A/DMf9JF+1Xkrq/YRr+F/rCg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [win32] @@ -3065,6 +3063,9 @@ packages: '@rolldown/pluginutils@1.0.0-beta.50': resolution: {integrity: sha512-5e76wQiQVeL1ICOZVUg4LSOVYg9jyhGCin+icYozhsUzM+fHE7kddi1bdiE0jwVqTfkjba3jUFbEkoC9WkdvyA==} + '@rolldown/pluginutils@1.0.0-beta.51': + resolution: {integrity: sha512-51/8cNXMrqWqX3o8DZidhwz1uYq0BhHDDSfVygAND1Skx5s1TDw3APSSxCMcFFedwgqGcx34gRouwY+m404BBQ==} + '@rollup/plugin-alias@5.1.1': resolution: {integrity: sha512-PR9zDb+rOzkRb2VD+EuKB7UC41vU5DIwZ5qqCpk0KJudcWAyi8rvYOhS7+L5aZCspw1stTViLgN5v6FF1p5cgQ==} engines: {node: '>=14.0.0'} @@ -4578,23 +4579,6 @@ packages: resolution: {integrity: sha512-MOqHvMWF9/9MX6nza0KgvFH4HpMU0EF5uUDXqX/BtxtU8NfB0QzRtJ8Oe/6SuS4kbhyzVJwjd97EA4PKrzJ8bw==} engines: {node: '>=0.12'} - debug@2.6.9: - resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true - - debug@4.4.3: - resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==} - engines: {node: '>=6.0'} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true - decode-named-character-reference@1.0.2: resolution: {integrity: sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==} @@ -5826,9 +5810,6 @@ packages: resolution: {integrity: sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==} engines: {node: '>=10'} - ms@2.0.0: - resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==} - ms@2.1.3: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} @@ -5925,6 +5906,14 @@ packages: resolution: {integrity: sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==} engines: {node: '>= 0.4'} + obug@1.0.2: + resolution: {integrity: sha512-Q3KPMFHLmJ4KENpj3HNkzU7nngmrgXrr7h19DHx/8+hNAD2St6zzb8Mamfj3VzrVTbjnIyu94WwPBO5yAB+kCQ==} + peerDependencies: + ms: ^2.0.0 + peerDependenciesMeta: + ms: + optional: true + obug@2.0.0: resolution: {integrity: sha512-dpSQuPXoKUjulinHmXjZV1YIRhOLEqBl1J6PYi9mRQR2dYcSK+OULRr+GuT1vufk2f40mtIOqmSL/aTikjmq5Q==} peerDependencies: @@ -6403,7 +6392,26 @@ packages: peerDependencies: '@ts-macro/tsc': ^0.3.6 '@typescript/native-preview': '>=7.0.0-dev.20250601.1' - rolldown: ^1.0.0-beta.50 + rolldown: ^1.0.0-beta.51 + typescript: ^5.0.0 + vue-tsc: ~3.1.0 + peerDependenciesMeta: + '@ts-macro/tsc': + optional: true + '@typescript/native-preview': + optional: true + typescript: + optional: true + vue-tsc: + optional: true + + rolldown-plugin-dts@0.18.0: + resolution: {integrity: sha512-2CJtKYa9WPClZxkJeCt4bGUegQvQKQ1VJp9jFJzG0h8I/80XI6qDgoWfVJUOEhT2swbsRQh/42N1RIWvbXT4rA==} + engines: {node: '>=20.19.0'} + peerDependencies: + '@ts-macro/tsc': ^0.3.6 + '@typescript/native-preview': '>=7.0.0-dev.20250601.1' + rolldown: ^1.0.0-beta.51 typescript: ^5.0.0 vue-tsc: ~3.1.0 peerDependenciesMeta: @@ -6416,8 +6424,8 @@ packages: vue-tsc: optional: true - rolldown@1.0.0-beta.50: - resolution: {integrity: sha512-JFULvCNl/anKn99eKjOSEubi0lLmNqQDAjyEMME2T4CwezUDL0i6t1O9xZsu2OMehPnV2caNefWpGF+8TnzB6A==} + rolldown@1.0.0-beta.51: + resolution: {integrity: sha512-ZRLgPlS91l4JztLYEZnmMcd3Umcla1hkXJgiEiR4HloRJBBoeaX8qogTu5Jfu36rRMVLndzqYv0h+M5gJAkUfg==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true @@ -7411,25 +7419,25 @@ snapshots: '@babel/compat-data@7.28.5': {} - '@babel/core@7.28.5': + '@babel/core@7.28.5(ms@2.1.3)': dependencies: '@babel/code-frame': 7.27.1 '@babel/generator': 7.28.5 '@babel/helper-compilation-targets': 7.27.2 - '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.5) + '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) '@babel/helpers': 7.28.4 '@babel/parser': 7.28.5 '@babel/template': 7.27.2 - '@babel/traverse': 7.28.5 + '@babel/traverse': 7.28.5(ms@2.1.3) '@babel/types': 7.28.5 '@jridgewell/remapping': 2.3.5 convert-source-map: 2.0.0 - debug: 4.4.3 + debug: obug@1.0.2(ms@2.1.3) gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.1 transitivePeerDependencies: - - supports-color + - ms '@babel/generator@7.28.5': dependencies: @@ -7451,61 +7459,61 @@ snapshots: lru-cache: 5.1.1 semver: 6.3.1 - '@babel/helper-create-class-features-plugin@7.28.3(@babel/core@7.28.5)': + '@babel/helper-create-class-features-plugin@7.28.3(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3)': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-member-expression-to-functions': 7.27.1 + '@babel/helper-member-expression-to-functions': 7.27.1(ms@2.1.3) '@babel/helper-optimise-call-expression': 7.27.1 - '@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.5) - '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/traverse': 7.28.5 + '@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) + '@babel/helper-skip-transparent-expression-wrappers': 7.27.1(ms@2.1.3) + '@babel/traverse': 7.28.5(ms@2.1.3) semver: 6.3.1 transitivePeerDependencies: - - supports-color + - ms - '@babel/helper-create-regexp-features-plugin@7.27.1(@babel/core@7.28.5)': + '@babel/helper-create-regexp-features-plugin@7.27.1(@babel/core@7.28.5(ms@2.1.3))': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-annotate-as-pure': 7.27.3 regexpu-core: 6.2.0 semver: 6.3.1 - '@babel/helper-define-polyfill-provider@0.6.5(@babel/core@7.28.5)': + '@babel/helper-define-polyfill-provider@0.6.5(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3)': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-compilation-targets': 7.27.2 '@babel/helper-plugin-utils': 7.27.1 - debug: 4.4.3 + debug: obug@1.0.2(ms@2.1.3) lodash.debounce: 4.0.8 resolve: 1.22.10 transitivePeerDependencies: - - supports-color + - ms '@babel/helper-globals@7.28.0': {} - '@babel/helper-member-expression-to-functions@7.27.1': + '@babel/helper-member-expression-to-functions@7.27.1(ms@2.1.3)': dependencies: - '@babel/traverse': 7.28.5 + '@babel/traverse': 7.28.5(ms@2.1.3) '@babel/types': 7.28.5 transitivePeerDependencies: - - supports-color + - ms - '@babel/helper-module-imports@7.27.1': + '@babel/helper-module-imports@7.27.1(ms@2.1.3)': dependencies: - '@babel/traverse': 7.28.5 + '@babel/traverse': 7.28.5(ms@2.1.3) '@babel/types': 7.28.5 transitivePeerDependencies: - - supports-color + - ms - '@babel/helper-module-transforms@7.28.3(@babel/core@7.28.5)': + '@babel/helper-module-transforms@7.28.3(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3)': dependencies: - '@babel/core': 7.28.5 - '@babel/helper-module-imports': 7.27.1 + '@babel/core': 7.28.5(ms@2.1.3) + '@babel/helper-module-imports': 7.27.1(ms@2.1.3) '@babel/helper-validator-identifier': 7.28.5 - '@babel/traverse': 7.28.5 + '@babel/traverse': 7.28.5(ms@2.1.3) transitivePeerDependencies: - - supports-color + - ms '@babel/helper-optimise-call-expression@7.27.1': dependencies: @@ -7513,30 +7521,30 @@ snapshots: '@babel/helper-plugin-utils@7.27.1': {} - '@babel/helper-remap-async-to-generator@7.27.1(@babel/core@7.28.5)': + '@babel/helper-remap-async-to-generator@7.27.1(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3)': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-wrap-function': 7.27.1 - '@babel/traverse': 7.28.5 + '@babel/helper-wrap-function': 7.27.1(ms@2.1.3) + '@babel/traverse': 7.28.5(ms@2.1.3) transitivePeerDependencies: - - supports-color + - ms - '@babel/helper-replace-supers@7.27.1(@babel/core@7.28.5)': + '@babel/helper-replace-supers@7.27.1(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3)': dependencies: - '@babel/core': 7.28.5 - '@babel/helper-member-expression-to-functions': 7.27.1 + '@babel/core': 7.28.5(ms@2.1.3) + '@babel/helper-member-expression-to-functions': 7.27.1(ms@2.1.3) '@babel/helper-optimise-call-expression': 7.27.1 - '@babel/traverse': 7.28.5 + '@babel/traverse': 7.28.5(ms@2.1.3) transitivePeerDependencies: - - supports-color + - ms - '@babel/helper-skip-transparent-expression-wrappers@7.27.1': + '@babel/helper-skip-transparent-expression-wrappers@7.27.1(ms@2.1.3)': dependencies: - '@babel/traverse': 7.28.5 + '@babel/traverse': 7.28.5(ms@2.1.3) '@babel/types': 7.28.5 transitivePeerDependencies: - - supports-color + - ms '@babel/helper-string-parser@7.27.1': {} @@ -7544,13 +7552,13 @@ snapshots: '@babel/helper-validator-option@7.27.1': {} - '@babel/helper-wrap-function@7.27.1': + '@babel/helper-wrap-function@7.27.1(ms@2.1.3)': dependencies: '@babel/template': 7.27.2 - '@babel/traverse': 7.28.5 + '@babel/traverse': 7.28.5(ms@2.1.3) '@babel/types': 7.28.5 transitivePeerDependencies: - - supports-color + - ms '@babel/helpers@7.28.4': dependencies: @@ -7561,473 +7569,473 @@ snapshots: dependencies: '@babel/types': 7.28.5 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.28.5(@babel/core@7.28.5)': + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.28.5(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3)': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 - '@babel/traverse': 7.28.5 + '@babel/traverse': 7.28.5(ms@2.1.3) transitivePeerDependencies: - - supports-color + - ms - '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@7.28.5(ms@2.1.3))': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@7.28.5(ms@2.1.3))': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.27.1(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3)': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 - '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/plugin-transform-optional-chaining': 7.28.5(@babel/core@7.28.5) + '@babel/helper-skip-transparent-expression-wrappers': 7.27.1(ms@2.1.3) + '@babel/plugin-transform-optional-chaining': 7.28.5(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) transitivePeerDependencies: - - supports-color + - ms - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.28.3(@babel/core@7.28.5)': + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.28.3(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3)': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 - '@babel/traverse': 7.28.5 + '@babel/traverse': 7.28.5(ms@2.1.3) transitivePeerDependencies: - - supports-color + - ms - '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.5)': + '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.5(ms@2.1.3))': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) - '@babel/plugin-syntax-import-assertions@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-syntax-import-assertions@7.27.1(@babel/core@7.28.5(ms@2.1.3))': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-syntax-import-attributes@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-syntax-import-attributes@7.27.1(@babel/core@7.28.5(ms@2.1.3))': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.28.5)': + '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.28.5(ms@2.1.3))': dependencies: - '@babel/core': 7.28.5 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.5) + '@babel/core': 7.28.5(ms@2.1.3) + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.5(ms@2.1.3)) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.28.5(ms@2.1.3))': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-async-generator-functions@7.28.0(@babel/core@7.28.5)': + '@babel/plugin-transform-async-generator-functions@7.28.0(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3)': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.5) - '@babel/traverse': 7.28.5 + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) + '@babel/traverse': 7.28.5(ms@2.1.3) transitivePeerDependencies: - - supports-color + - ms - '@babel/plugin-transform-async-to-generator@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-transform-async-to-generator@7.27.1(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3)': dependencies: - '@babel/core': 7.28.5 - '@babel/helper-module-imports': 7.27.1 + '@babel/core': 7.28.5(ms@2.1.3) + '@babel/helper-module-imports': 7.27.1(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.5) + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) transitivePeerDependencies: - - supports-color + - ms - '@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.28.5(ms@2.1.3))': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-block-scoping@7.28.5(@babel/core@7.28.5)': + '@babel/plugin-transform-block-scoping@7.28.5(@babel/core@7.28.5(ms@2.1.3))': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-class-properties@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-transform-class-properties@7.27.1(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3)': dependencies: - '@babel/core': 7.28.5 - '@babel/helper-create-class-features-plugin': 7.28.3(@babel/core@7.28.5) + '@babel/core': 7.28.5(ms@2.1.3) + '@babel/helper-create-class-features-plugin': 7.28.3(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 transitivePeerDependencies: - - supports-color + - ms - '@babel/plugin-transform-class-static-block@7.28.3(@babel/core@7.28.5)': + '@babel/plugin-transform-class-static-block@7.28.3(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3)': dependencies: - '@babel/core': 7.28.5 - '@babel/helper-create-class-features-plugin': 7.28.3(@babel/core@7.28.5) + '@babel/core': 7.28.5(ms@2.1.3) + '@babel/helper-create-class-features-plugin': 7.28.3(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 transitivePeerDependencies: - - supports-color + - ms - '@babel/plugin-transform-classes@7.28.4(@babel/core@7.28.5)': + '@babel/plugin-transform-classes@7.28.4(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3)': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-compilation-targets': 7.27.2 '@babel/helper-globals': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 - '@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.5) - '@babel/traverse': 7.28.5 + '@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) + '@babel/traverse': 7.28.5(ms@2.1.3) transitivePeerDependencies: - - supports-color + - ms - '@babel/plugin-transform-computed-properties@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-transform-computed-properties@7.27.1(@babel/core@7.28.5(ms@2.1.3))': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 '@babel/template': 7.27.2 - '@babel/plugin-transform-destructuring@7.28.5(@babel/core@7.28.5)': + '@babel/plugin-transform-destructuring@7.28.5(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3)': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 - '@babel/traverse': 7.28.5 + '@babel/traverse': 7.28.5(ms@2.1.3) transitivePeerDependencies: - - supports-color + - ms - '@babel/plugin-transform-dotall-regex@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-transform-dotall-regex@7.27.1(@babel/core@7.28.5(ms@2.1.3))': dependencies: - '@babel/core': 7.28.5 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.5) + '@babel/core': 7.28.5(ms@2.1.3) + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.5(ms@2.1.3)) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-duplicate-keys@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-transform-duplicate-keys@7.27.1(@babel/core@7.28.5(ms@2.1.3))': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.27.1(@babel/core@7.28.5(ms@2.1.3))': dependencies: - '@babel/core': 7.28.5 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.5) + '@babel/core': 7.28.5(ms@2.1.3) + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.5(ms@2.1.3)) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-dynamic-import@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-transform-dynamic-import@7.27.1(@babel/core@7.28.5(ms@2.1.3))': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-explicit-resource-management@7.28.0(@babel/core@7.28.5)': + '@babel/plugin-transform-explicit-resource-management@7.28.0(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3)': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.5) + '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) transitivePeerDependencies: - - supports-color + - ms - '@babel/plugin-transform-exponentiation-operator@7.28.5(@babel/core@7.28.5)': + '@babel/plugin-transform-exponentiation-operator@7.28.5(@babel/core@7.28.5(ms@2.1.3))': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.28.5(ms@2.1.3))': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-for-of@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-transform-for-of@7.27.1(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3)': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 - '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 + '@babel/helper-skip-transparent-expression-wrappers': 7.27.1(ms@2.1.3) transitivePeerDependencies: - - supports-color + - ms - '@babel/plugin-transform-function-name@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-transform-function-name@7.27.1(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3)': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-compilation-targets': 7.27.2 '@babel/helper-plugin-utils': 7.27.1 - '@babel/traverse': 7.28.5 + '@babel/traverse': 7.28.5(ms@2.1.3) transitivePeerDependencies: - - supports-color + - ms - '@babel/plugin-transform-json-strings@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-transform-json-strings@7.27.1(@babel/core@7.28.5(ms@2.1.3))': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-literals@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-transform-literals@7.27.1(@babel/core@7.28.5(ms@2.1.3))': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-logical-assignment-operators@7.28.5(@babel/core@7.28.5)': + '@babel/plugin-transform-logical-assignment-operators@7.28.5(@babel/core@7.28.5(ms@2.1.3))': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.28.5(ms@2.1.3))': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-modules-amd@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-transform-modules-amd@7.27.1(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3)': dependencies: - '@babel/core': 7.28.5 - '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.5) + '@babel/core': 7.28.5(ms@2.1.3) + '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 transitivePeerDependencies: - - supports-color + - ms - '@babel/plugin-transform-modules-commonjs@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-transform-modules-commonjs@7.27.1(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3)': dependencies: - '@babel/core': 7.28.5 - '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.5) + '@babel/core': 7.28.5(ms@2.1.3) + '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 transitivePeerDependencies: - - supports-color + - ms - '@babel/plugin-transform-modules-systemjs@7.28.5(@babel/core@7.28.5)': + '@babel/plugin-transform-modules-systemjs@7.28.5(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3)': dependencies: - '@babel/core': 7.28.5 - '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.5) + '@babel/core': 7.28.5(ms@2.1.3) + '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 '@babel/helper-validator-identifier': 7.28.5 - '@babel/traverse': 7.28.5 + '@babel/traverse': 7.28.5(ms@2.1.3) transitivePeerDependencies: - - supports-color + - ms - '@babel/plugin-transform-modules-umd@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-transform-modules-umd@7.27.1(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3)': dependencies: - '@babel/core': 7.28.5 - '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.5) + '@babel/core': 7.28.5(ms@2.1.3) + '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 transitivePeerDependencies: - - supports-color + - ms - '@babel/plugin-transform-named-capturing-groups-regex@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-transform-named-capturing-groups-regex@7.27.1(@babel/core@7.28.5(ms@2.1.3))': dependencies: - '@babel/core': 7.28.5 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.5) + '@babel/core': 7.28.5(ms@2.1.3) + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.5(ms@2.1.3)) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-new-target@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-transform-new-target@7.27.1(@babel/core@7.28.5(ms@2.1.3))': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-nullish-coalescing-operator@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-transform-nullish-coalescing-operator@7.27.1(@babel/core@7.28.5(ms@2.1.3))': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-numeric-separator@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-transform-numeric-separator@7.27.1(@babel/core@7.28.5(ms@2.1.3))': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-object-rest-spread@7.28.4(@babel/core@7.28.5)': + '@babel/plugin-transform-object-rest-spread@7.28.4(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3)': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-compilation-targets': 7.27.2 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.5) - '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.5) - '@babel/traverse': 7.28.5 + '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) + '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.5(ms@2.1.3)) + '@babel/traverse': 7.28.5(ms@2.1.3) transitivePeerDependencies: - - supports-color + - ms - '@babel/plugin-transform-object-super@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-transform-object-super@7.27.1(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3)': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 - '@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.5) + '@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) transitivePeerDependencies: - - supports-color + - ms - '@babel/plugin-transform-optional-catch-binding@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-transform-optional-catch-binding@7.27.1(@babel/core@7.28.5(ms@2.1.3))': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-optional-chaining@7.28.5(@babel/core@7.28.5)': + '@babel/plugin-transform-optional-chaining@7.28.5(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3)': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 - '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 + '@babel/helper-skip-transparent-expression-wrappers': 7.27.1(ms@2.1.3) transitivePeerDependencies: - - supports-color + - ms - '@babel/plugin-transform-parameters@7.27.7(@babel/core@7.28.5)': + '@babel/plugin-transform-parameters@7.27.7(@babel/core@7.28.5(ms@2.1.3))': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-private-methods@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-transform-private-methods@7.27.1(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3)': dependencies: - '@babel/core': 7.28.5 - '@babel/helper-create-class-features-plugin': 7.28.3(@babel/core@7.28.5) + '@babel/core': 7.28.5(ms@2.1.3) + '@babel/helper-create-class-features-plugin': 7.28.3(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 transitivePeerDependencies: - - supports-color + - ms - '@babel/plugin-transform-private-property-in-object@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-transform-private-property-in-object@7.27.1(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3)': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-create-class-features-plugin': 7.28.3(@babel/core@7.28.5) + '@babel/helper-create-class-features-plugin': 7.28.3(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 transitivePeerDependencies: - - supports-color + - ms - '@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.28.5(ms@2.1.3))': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-regenerator@7.28.4(@babel/core@7.28.5)': + '@babel/plugin-transform-regenerator@7.28.4(@babel/core@7.28.5(ms@2.1.3))': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-regexp-modifiers@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-transform-regexp-modifiers@7.27.1(@babel/core@7.28.5(ms@2.1.3))': dependencies: - '@babel/core': 7.28.5 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.5) + '@babel/core': 7.28.5(ms@2.1.3) + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.5(ms@2.1.3)) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-reserved-words@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-transform-reserved-words@7.27.1(@babel/core@7.28.5(ms@2.1.3))': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.28.5(ms@2.1.3))': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-spread@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-transform-spread@7.27.1(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3)': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 - '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 + '@babel/helper-skip-transparent-expression-wrappers': 7.27.1(ms@2.1.3) transitivePeerDependencies: - - supports-color + - ms - '@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.28.5(ms@2.1.3))': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.28.5(ms@2.1.3))': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@7.28.5(ms@2.1.3))': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@7.28.5(ms@2.1.3))': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-unicode-property-regex@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-transform-unicode-property-regex@7.27.1(@babel/core@7.28.5(ms@2.1.3))': dependencies: - '@babel/core': 7.28.5 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.5) + '@babel/core': 7.28.5(ms@2.1.3) + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.5(ms@2.1.3)) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.28.5(ms@2.1.3))': dependencies: - '@babel/core': 7.28.5 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.5) + '@babel/core': 7.28.5(ms@2.1.3) + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.5(ms@2.1.3)) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-unicode-sets-regex@7.27.1(@babel/core@7.28.5)': + '@babel/plugin-transform-unicode-sets-regex@7.27.1(@babel/core@7.28.5(ms@2.1.3))': dependencies: - '@babel/core': 7.28.5 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.5) + '@babel/core': 7.28.5(ms@2.1.3) + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.5(ms@2.1.3)) '@babel/helper-plugin-utils': 7.27.1 - '@babel/preset-env@7.28.5(@babel/core@7.28.5)': + '@babel/preset-env@7.28.5(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3)': dependencies: '@babel/compat-data': 7.28.5 - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-compilation-targets': 7.27.2 '@babel/helper-plugin-utils': 7.27.1 '@babel/helper-validator-option': 7.27.1 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.28.5(@babel/core@7.28.5) - '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.28.3(@babel/core@7.28.5) - '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.5) - '@babel/plugin-syntax-import-assertions': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-syntax-import-attributes': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.28.5) - '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-async-generator-functions': 7.28.0(@babel/core@7.28.5) - '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-block-scoping': 7.28.5(@babel/core@7.28.5) - '@babel/plugin-transform-class-properties': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-class-static-block': 7.28.3(@babel/core@7.28.5) - '@babel/plugin-transform-classes': 7.28.4(@babel/core@7.28.5) - '@babel/plugin-transform-computed-properties': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.5) - '@babel/plugin-transform-dotall-regex': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-duplicate-keys': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-explicit-resource-management': 7.28.0(@babel/core@7.28.5) - '@babel/plugin-transform-exponentiation-operator': 7.28.5(@babel/core@7.28.5) - '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-function-name': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-json-strings': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-literals': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-logical-assignment-operators': 7.28.5(@babel/core@7.28.5) - '@babel/plugin-transform-member-expression-literals': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-modules-amd': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-modules-commonjs': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-modules-systemjs': 7.28.5(@babel/core@7.28.5) - '@babel/plugin-transform-modules-umd': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-named-capturing-groups-regex': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-new-target': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-nullish-coalescing-operator': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-numeric-separator': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-object-rest-spread': 7.28.4(@babel/core@7.28.5) - '@babel/plugin-transform-object-super': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-optional-catch-binding': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-optional-chaining': 7.28.5(@babel/core@7.28.5) - '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.5) - '@babel/plugin-transform-private-methods': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-private-property-in-object': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-property-literals': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-regenerator': 7.28.4(@babel/core@7.28.5) - '@babel/plugin-transform-regexp-modifiers': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-reserved-words': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-spread': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-sticky-regex': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-template-literals': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-typeof-symbol': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-unicode-escapes': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-unicode-property-regex': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-unicode-sets-regex': 7.27.1(@babel/core@7.28.5) - '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.28.5) - babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.28.5) - babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.28.5) - babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.28.5) + '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.28.5(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) + '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.27.1(@babel/core@7.28.5(ms@2.1.3)) + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.27.1(@babel/core@7.28.5(ms@2.1.3)) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.27.1(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.28.3(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.5(ms@2.1.3)) + '@babel/plugin-syntax-import-assertions': 7.27.1(@babel/core@7.28.5(ms@2.1.3)) + '@babel/plugin-syntax-import-attributes': 7.27.1(@babel/core@7.28.5(ms@2.1.3)) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.28.5(ms@2.1.3)) + '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.28.5(ms@2.1.3)) + '@babel/plugin-transform-async-generator-functions': 7.28.0(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) + '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) + '@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.28.5(ms@2.1.3)) + '@babel/plugin-transform-block-scoping': 7.28.5(@babel/core@7.28.5(ms@2.1.3)) + '@babel/plugin-transform-class-properties': 7.27.1(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) + '@babel/plugin-transform-class-static-block': 7.28.3(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) + '@babel/plugin-transform-classes': 7.28.4(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) + '@babel/plugin-transform-computed-properties': 7.27.1(@babel/core@7.28.5(ms@2.1.3)) + '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) + '@babel/plugin-transform-dotall-regex': 7.27.1(@babel/core@7.28.5(ms@2.1.3)) + '@babel/plugin-transform-duplicate-keys': 7.27.1(@babel/core@7.28.5(ms@2.1.3)) + '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.27.1(@babel/core@7.28.5(ms@2.1.3)) + '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.28.5(ms@2.1.3)) + '@babel/plugin-transform-explicit-resource-management': 7.28.0(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) + '@babel/plugin-transform-exponentiation-operator': 7.28.5(@babel/core@7.28.5(ms@2.1.3)) + '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.28.5(ms@2.1.3)) + '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) + '@babel/plugin-transform-function-name': 7.27.1(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) + '@babel/plugin-transform-json-strings': 7.27.1(@babel/core@7.28.5(ms@2.1.3)) + '@babel/plugin-transform-literals': 7.27.1(@babel/core@7.28.5(ms@2.1.3)) + '@babel/plugin-transform-logical-assignment-operators': 7.28.5(@babel/core@7.28.5(ms@2.1.3)) + '@babel/plugin-transform-member-expression-literals': 7.27.1(@babel/core@7.28.5(ms@2.1.3)) + '@babel/plugin-transform-modules-amd': 7.27.1(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) + '@babel/plugin-transform-modules-commonjs': 7.27.1(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) + '@babel/plugin-transform-modules-systemjs': 7.28.5(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) + '@babel/plugin-transform-modules-umd': 7.27.1(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) + '@babel/plugin-transform-named-capturing-groups-regex': 7.27.1(@babel/core@7.28.5(ms@2.1.3)) + '@babel/plugin-transform-new-target': 7.27.1(@babel/core@7.28.5(ms@2.1.3)) + '@babel/plugin-transform-nullish-coalescing-operator': 7.27.1(@babel/core@7.28.5(ms@2.1.3)) + '@babel/plugin-transform-numeric-separator': 7.27.1(@babel/core@7.28.5(ms@2.1.3)) + '@babel/plugin-transform-object-rest-spread': 7.28.4(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) + '@babel/plugin-transform-object-super': 7.27.1(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) + '@babel/plugin-transform-optional-catch-binding': 7.27.1(@babel/core@7.28.5(ms@2.1.3)) + '@babel/plugin-transform-optional-chaining': 7.28.5(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) + '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.5(ms@2.1.3)) + '@babel/plugin-transform-private-methods': 7.27.1(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) + '@babel/plugin-transform-private-property-in-object': 7.27.1(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) + '@babel/plugin-transform-property-literals': 7.27.1(@babel/core@7.28.5(ms@2.1.3)) + '@babel/plugin-transform-regenerator': 7.28.4(@babel/core@7.28.5(ms@2.1.3)) + '@babel/plugin-transform-regexp-modifiers': 7.27.1(@babel/core@7.28.5(ms@2.1.3)) + '@babel/plugin-transform-reserved-words': 7.27.1(@babel/core@7.28.5(ms@2.1.3)) + '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.28.5(ms@2.1.3)) + '@babel/plugin-transform-spread': 7.27.1(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) + '@babel/plugin-transform-sticky-regex': 7.27.1(@babel/core@7.28.5(ms@2.1.3)) + '@babel/plugin-transform-template-literals': 7.27.1(@babel/core@7.28.5(ms@2.1.3)) + '@babel/plugin-transform-typeof-symbol': 7.27.1(@babel/core@7.28.5(ms@2.1.3)) + '@babel/plugin-transform-unicode-escapes': 7.27.1(@babel/core@7.28.5(ms@2.1.3)) + '@babel/plugin-transform-unicode-property-regex': 7.27.1(@babel/core@7.28.5(ms@2.1.3)) + '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.28.5(ms@2.1.3)) + '@babel/plugin-transform-unicode-sets-regex': 7.27.1(@babel/core@7.28.5(ms@2.1.3)) + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.28.5(ms@2.1.3)) + babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) + babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) + babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) core-js-compat: 3.44.0 semver: 6.3.1 transitivePeerDependencies: - - supports-color + - ms - '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.28.5)': + '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.28.5(ms@2.1.3))': dependencies: - '@babel/core': 7.28.5 + '@babel/core': 7.28.5(ms@2.1.3) '@babel/helper-plugin-utils': 7.27.1 '@babel/types': 7.28.5 esutils: 2.0.3 @@ -8040,7 +8048,7 @@ snapshots: '@babel/parser': 7.28.5 '@babel/types': 7.28.5 - '@babel/traverse@7.28.5': + '@babel/traverse@7.28.5(ms@2.1.3)': dependencies: '@babel/code-frame': 7.27.1 '@babel/generator': 7.28.5 @@ -8048,9 +8056,9 @@ snapshots: '@babel/parser': 7.28.5 '@babel/template': 7.27.2 '@babel/types': 7.28.5 - debug: 4.4.3 + debug: obug@1.0.2(ms@2.1.3) transitivePeerDependencies: - - supports-color + - ms '@babel/types@7.28.5': dependencies: @@ -8209,20 +8217,20 @@ snapshots: '@esbuild/win32-x64@0.25.0': optional: true - '@eslint-community/eslint-utils@4.8.0(eslint@9.39.1(jiti@2.6.1))': + '@eslint-community/eslint-utils@4.8.0(eslint@9.39.1(jiti@2.6.1)(ms@2.1.3))': dependencies: - eslint: 9.39.1(jiti@2.6.1) + eslint: 9.39.1(jiti@2.6.1)(ms@2.1.3) eslint-visitor-keys: 3.4.3 '@eslint-community/regexpp@4.12.1': {} - '@eslint/config-array@0.21.1': + '@eslint/config-array@0.21.1(ms@2.1.3)': dependencies: '@eslint/object-schema': 2.1.7 - debug: 4.4.3 + debug: obug@1.0.2(ms@2.1.3) minimatch: 3.1.2 transitivePeerDependencies: - - supports-color + - ms '@eslint/config-helpers@0.4.2': dependencies: @@ -8232,10 +8240,10 @@ snapshots: dependencies: '@types/json-schema': 7.0.15 - '@eslint/eslintrc@3.3.1': + '@eslint/eslintrc@3.3.1(ms@2.1.3)': dependencies: ajv: 6.12.6 - debug: 4.4.3 + debug: obug@1.0.2(ms@2.1.3) espree: 10.4.0 globals: 14.0.0 ignore: 5.3.2 @@ -8244,7 +8252,7 @@ snapshots: minimatch: 3.1.2 strip-json-comments: 3.1.1 transitivePeerDependencies: - - supports-color + - ms '@eslint/js@9.39.1': {} @@ -8292,18 +8300,18 @@ snapshots: '@iconify/types@2.0.0': {} - '@iconify/utils@3.0.2': + '@iconify/utils@3.0.2(ms@2.1.3)': dependencies: '@antfu/install-pkg': 1.1.0 '@antfu/utils': 9.2.0 '@iconify/types': 2.0.0 - debug: 4.4.3 + debug: obug@1.0.2(ms@2.1.3) globals: 15.15.0 kolorist: 1.8.0 local-pkg: 1.1.1 mlly: 1.8.0 transitivePeerDependencies: - - supports-color + - ms '@img/sharp-darwin-arm64@0.33.5': optionalDependencies: @@ -8521,7 +8529,7 @@ snapshots: '@oxc-project/types@0.95.0': {} - '@oxc-project/types@0.97.0': {} + '@oxc-project/types@0.98.0': {} '@parcel/watcher-android-arm64@2.5.1': optional: true @@ -8609,54 +8617,56 @@ snapshots: dependencies: quansync: 0.2.11 - '@rolldown/binding-android-arm64@1.0.0-beta.50': + '@rolldown/binding-android-arm64@1.0.0-beta.51': optional: true - '@rolldown/binding-darwin-arm64@1.0.0-beta.50': + '@rolldown/binding-darwin-arm64@1.0.0-beta.51': optional: true - '@rolldown/binding-darwin-x64@1.0.0-beta.50': + '@rolldown/binding-darwin-x64@1.0.0-beta.51': optional: true - '@rolldown/binding-freebsd-x64@1.0.0-beta.50': + '@rolldown/binding-freebsd-x64@1.0.0-beta.51': optional: true - '@rolldown/binding-linux-arm-gnueabihf@1.0.0-beta.50': + '@rolldown/binding-linux-arm-gnueabihf@1.0.0-beta.51': optional: true - '@rolldown/binding-linux-arm64-gnu@1.0.0-beta.50': + '@rolldown/binding-linux-arm64-gnu@1.0.0-beta.51': optional: true - '@rolldown/binding-linux-arm64-musl@1.0.0-beta.50': + '@rolldown/binding-linux-arm64-musl@1.0.0-beta.51': optional: true - '@rolldown/binding-linux-x64-gnu@1.0.0-beta.50': + '@rolldown/binding-linux-x64-gnu@1.0.0-beta.51': optional: true - '@rolldown/binding-linux-x64-musl@1.0.0-beta.50': + '@rolldown/binding-linux-x64-musl@1.0.0-beta.51': optional: true - '@rolldown/binding-openharmony-arm64@1.0.0-beta.50': + '@rolldown/binding-openharmony-arm64@1.0.0-beta.51': optional: true - '@rolldown/binding-wasm32-wasi@1.0.0-beta.50': + '@rolldown/binding-wasm32-wasi@1.0.0-beta.51': dependencies: '@napi-rs/wasm-runtime': 1.0.7 optional: true - '@rolldown/binding-win32-arm64-msvc@1.0.0-beta.50': + '@rolldown/binding-win32-arm64-msvc@1.0.0-beta.51': optional: true - '@rolldown/binding-win32-ia32-msvc@1.0.0-beta.50': + '@rolldown/binding-win32-ia32-msvc@1.0.0-beta.51': optional: true - '@rolldown/binding-win32-x64-msvc@1.0.0-beta.50': + '@rolldown/binding-win32-x64-msvc@1.0.0-beta.51': optional: true '@rolldown/pluginutils@1.0.0-beta.29': {} '@rolldown/pluginutils@1.0.0-beta.50': {} + '@rolldown/pluginutils@1.0.0-beta.51': {} + '@rollup/plugin-alias@5.1.1(rollup@4.43.0)': optionalDependencies: rollup: 4.43.0 @@ -8784,38 +8794,38 @@ snapshots: '@shikijs/core': 3.15.0 '@shikijs/types': 3.15.0 - '@shikijs/twoslash@3.15.0(typescript@5.9.2)': + '@shikijs/twoslash@3.15.0(ms@2.1.3)(typescript@5.9.2)': dependencies: '@shikijs/core': 3.15.0 '@shikijs/types': 3.15.0 - twoslash: 0.3.4(typescript@5.9.2) + twoslash: 0.3.4(ms@2.1.3)(typescript@5.9.2) typescript: 5.9.2 transitivePeerDependencies: - - supports-color + - ms '@shikijs/types@3.15.0': dependencies: '@shikijs/vscode-textmate': 10.0.2 '@types/hast': 3.0.4 - '@shikijs/vitepress-twoslash@3.15.0(typescript@5.9.2)': + '@shikijs/vitepress-twoslash@3.15.0(ms@2.1.3)(typescript@5.9.2)': dependencies: - '@shikijs/twoslash': 3.15.0(typescript@5.9.2) + '@shikijs/twoslash': 3.15.0(ms@2.1.3)(typescript@5.9.2) floating-vue: 5.2.2(vue@3.5.24(typescript@5.9.2)) lz-string: 1.5.0 magic-string: 0.30.21 markdown-it: 14.1.0 - mdast-util-from-markdown: 2.0.2 - mdast-util-gfm: 3.1.0 + mdast-util-from-markdown: 2.0.2(ms@2.1.3) + mdast-util-gfm: 3.1.0(ms@2.1.3) mdast-util-to-hast: 13.2.0 ohash: 2.0.11 shiki: 3.15.0 - twoslash: 0.3.4(typescript@5.9.2) - twoslash-vue: 0.3.4(typescript@5.9.2) + twoslash: 0.3.4(ms@2.1.3)(typescript@5.9.2) + twoslash-vue: 0.3.4(ms@2.1.3)(typescript@5.9.2) vue: 3.5.24(typescript@5.9.2) transitivePeerDependencies: - '@nuxt/kit' - - supports-color + - ms - typescript '@shikijs/vscode-textmate@10.0.2': {} @@ -9070,43 +9080,43 @@ snapshots: dependencies: '@types/node': 22.19.1 - '@typescript-eslint/eslint-plugin@8.46.4(@typescript-eslint/parser@8.46.4(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.2))(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.2)': + '@typescript-eslint/eslint-plugin@8.46.4(@typescript-eslint/parser@8.46.4(eslint@9.39.1(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.2))(eslint@9.39.1(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.2)': dependencies: '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.46.4(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.2) + '@typescript-eslint/parser': 8.46.4(eslint@9.39.1(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.2) '@typescript-eslint/scope-manager': 8.46.4 - '@typescript-eslint/type-utils': 8.46.4(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.2) - '@typescript-eslint/utils': 8.46.4(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.2) + '@typescript-eslint/type-utils': 8.46.4(eslint@9.39.1(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.2) + '@typescript-eslint/utils': 8.46.4(eslint@9.39.1(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.2) '@typescript-eslint/visitor-keys': 8.46.4 - eslint: 9.39.1(jiti@2.6.1) + eslint: 9.39.1(jiti@2.6.1)(ms@2.1.3) graphemer: 1.4.0 ignore: 7.0.4 natural-compare: 1.4.0 ts-api-utils: 2.1.0(typescript@5.9.2) typescript: 5.9.2 transitivePeerDependencies: - - supports-color + - ms - '@typescript-eslint/parser@8.46.4(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.2)': + '@typescript-eslint/parser@8.46.4(eslint@9.39.1(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.2)': dependencies: '@typescript-eslint/scope-manager': 8.46.4 '@typescript-eslint/types': 8.46.4 - '@typescript-eslint/typescript-estree': 8.46.4(typescript@5.9.2) + '@typescript-eslint/typescript-estree': 8.46.4(ms@2.1.3)(typescript@5.9.2) '@typescript-eslint/visitor-keys': 8.46.4 - debug: 4.4.3 - eslint: 9.39.1(jiti@2.6.1) + debug: obug@1.0.2(ms@2.1.3) + eslint: 9.39.1(jiti@2.6.1)(ms@2.1.3) typescript: 5.9.2 transitivePeerDependencies: - - supports-color + - ms - '@typescript-eslint/project-service@8.46.4(typescript@5.9.2)': + '@typescript-eslint/project-service@8.46.4(ms@2.1.3)(typescript@5.9.2)': dependencies: '@typescript-eslint/tsconfig-utils': 8.46.4(typescript@5.9.2) '@typescript-eslint/types': 8.46.4 - debug: 4.4.3 + debug: obug@1.0.2(ms@2.1.3) typescript: 5.9.2 transitivePeerDependencies: - - supports-color + - ms '@typescript-eslint/scope-manager@8.46.4': dependencies: @@ -9117,27 +9127,27 @@ snapshots: dependencies: typescript: 5.9.2 - '@typescript-eslint/type-utils@8.46.4(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.2)': + '@typescript-eslint/type-utils@8.46.4(eslint@9.39.1(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.2)': dependencies: '@typescript-eslint/types': 8.46.4 - '@typescript-eslint/typescript-estree': 8.46.4(typescript@5.9.2) - '@typescript-eslint/utils': 8.46.4(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.2) - debug: 4.4.3 - eslint: 9.39.1(jiti@2.6.1) + '@typescript-eslint/typescript-estree': 8.46.4(ms@2.1.3)(typescript@5.9.2) + '@typescript-eslint/utils': 8.46.4(eslint@9.39.1(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.2) + debug: obug@1.0.2(ms@2.1.3) + eslint: 9.39.1(jiti@2.6.1)(ms@2.1.3) ts-api-utils: 2.1.0(typescript@5.9.2) typescript: 5.9.2 transitivePeerDependencies: - - supports-color + - ms '@typescript-eslint/types@8.46.4': {} - '@typescript-eslint/typescript-estree@8.46.4(typescript@5.9.2)': + '@typescript-eslint/typescript-estree@8.46.4(ms@2.1.3)(typescript@5.9.2)': dependencies: - '@typescript-eslint/project-service': 8.46.4(typescript@5.9.2) + '@typescript-eslint/project-service': 8.46.4(ms@2.1.3)(typescript@5.9.2) '@typescript-eslint/tsconfig-utils': 8.46.4(typescript@5.9.2) '@typescript-eslint/types': 8.46.4 '@typescript-eslint/visitor-keys': 8.46.4 - debug: 4.4.3 + debug: obug@1.0.2(ms@2.1.3) fast-glob: 3.3.3 is-glob: 4.0.3 minimatch: 9.0.5 @@ -9145,30 +9155,30 @@ snapshots: ts-api-utils: 2.1.0(typescript@5.9.2) typescript: 5.9.2 transitivePeerDependencies: - - supports-color + - ms - '@typescript-eslint/utils@8.46.4(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.2)': + '@typescript-eslint/utils@8.46.4(eslint@9.39.1(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.2)': dependencies: - '@eslint-community/eslint-utils': 4.8.0(eslint@9.39.1(jiti@2.6.1)) + '@eslint-community/eslint-utils': 4.8.0(eslint@9.39.1(jiti@2.6.1)(ms@2.1.3)) '@typescript-eslint/scope-manager': 8.46.4 '@typescript-eslint/types': 8.46.4 - '@typescript-eslint/typescript-estree': 8.46.4(typescript@5.9.2) - eslint: 9.39.1(jiti@2.6.1) + '@typescript-eslint/typescript-estree': 8.46.4(ms@2.1.3)(typescript@5.9.2) + eslint: 9.39.1(jiti@2.6.1)(ms@2.1.3) typescript: 5.9.2 transitivePeerDependencies: - - supports-color + - ms '@typescript-eslint/visitor-keys@8.46.4': dependencies: '@typescript-eslint/types': 8.46.4 eslint-visitor-keys: 4.2.1 - '@typescript/vfs@1.6.1(typescript@5.9.2)': + '@typescript/vfs@1.6.1(ms@2.1.3)(typescript@5.9.2)': dependencies: - debug: 4.4.3 + debug: obug@1.0.2(ms@2.1.3) typescript: 5.9.2 transitivePeerDependencies: - - supports-color + - ms '@ungap/structured-clone@1.3.0': {} @@ -9233,14 +9243,14 @@ snapshots: '@vitejs/longfilename-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa@file:playground/optimize-deps/longfilename': {} - '@vitejs/plugin-legacy@https://pkg.pr.new/vitejs/rolldown-vite/@vitejs/plugin-legacy@a2594ec(terser@5.44.1)(vite@packages+vite)': + '@vitejs/plugin-legacy@https://pkg.pr.new/vitejs/rolldown-vite/@vitejs/plugin-legacy@a2594ec(ms@2.1.3)(terser@5.44.1)(vite@packages+vite)': dependencies: - '@babel/core': 7.28.5 - '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.28.5) - '@babel/plugin-transform-modules-systemjs': 7.28.5(@babel/core@7.28.5) - '@babel/preset-env': 7.28.5(@babel/core@7.28.5) - babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.28.5) - babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.28.5) + '@babel/core': 7.28.5(ms@2.1.3) + '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.28.5(ms@2.1.3)) + '@babel/plugin-transform-modules-systemjs': 7.28.5(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) + '@babel/preset-env': 7.28.5(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) + babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) + babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) browserslist: 4.28.0 browserslist-to-esbuild: 2.1.1(browserslist@4.28.0) core-js: 3.46.0 @@ -9250,7 +9260,7 @@ snapshots: terser: 5.44.1 vite: link:packages/vite transitivePeerDependencies: - - supports-color + - ms '@vitejs/plugin-vue@6.0.1(vite@packages+vite)(vue@3.5.24(typescript@5.9.2))': dependencies: @@ -9797,35 +9807,35 @@ snapshots: axios@1.13.2: dependencies: - follow-redirects: 1.15.11(debug@4.4.3) + follow-redirects: 1.15.11(obug@1.0.2(ms@2.1.3)) form-data: 4.0.4 proxy-from-env: 1.1.0 transitivePeerDependencies: - debug - babel-plugin-polyfill-corejs2@0.4.14(@babel/core@7.28.5): + babel-plugin-polyfill-corejs2@0.4.14(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3): dependencies: '@babel/compat-data': 7.28.5 - '@babel/core': 7.28.5 - '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.5) + '@babel/core': 7.28.5(ms@2.1.3) + '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) semver: 6.3.1 transitivePeerDependencies: - - supports-color + - ms - babel-plugin-polyfill-corejs3@0.13.0(@babel/core@7.28.5): + babel-plugin-polyfill-corejs3@0.13.0(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3): dependencies: - '@babel/core': 7.28.5 - '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.5) + '@babel/core': 7.28.5(ms@2.1.3) + '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) core-js-compat: 3.44.0 transitivePeerDependencies: - - supports-color + - ms - babel-plugin-polyfill-regenerator@0.6.5(@babel/core@7.28.5): + babel-plugin-polyfill-regenerator@0.6.5(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3): dependencies: - '@babel/core': 7.28.5 - '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.5) + '@babel/core': 7.28.5(ms@2.1.3) + '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.5(ms@2.1.3))(ms@2.1.3) transitivePeerDependencies: - - supports-color + - ms babel-walk@3.0.0-canary-5: dependencies: @@ -9845,11 +9855,11 @@ snapshots: birpc@2.8.0: {} - body-parser@2.2.0: + body-parser@2.2.0(ms@2.1.3): dependencies: bytes: 3.1.2 content-type: 1.0.5 - debug: 4.4.3 + debug: obug@1.0.2(ms@2.1.3) http-errors: 2.0.0 iconv-lite: 0.6.3 on-finished: 2.4.1 @@ -9857,7 +9867,7 @@ snapshots: raw-body: 3.0.0 type-is: 2.0.1 transitivePeerDependencies: - - supports-color + - ms brace-expansion@1.1.12: dependencies: @@ -10026,14 +10036,14 @@ snapshots: confbox@0.2.2: {} - connect@3.7.0: + connect@3.7.0(ms@2.1.3): dependencies: - debug: 2.6.9 - finalhandler: 1.1.2 + debug: obug@1.0.2(ms@2.1.3) + finalhandler: 1.1.2(ms@2.1.3) parseurl: 1.3.3 utils-merge: 1.0.1 transitivePeerDependencies: - - supports-color + - ms constantinople@4.0.1: dependencies: @@ -10122,14 +10132,6 @@ snapshots: es5-ext: 0.10.64 type: 2.7.3 - debug@2.6.9: - dependencies: - ms: 2.0.0 - - debug@4.4.3: - dependencies: - ms: 2.1.3 - decode-named-character-reference@1.0.2: dependencies: character-entities: 2.0.2 @@ -10297,9 +10299,9 @@ snapshots: escape-string-regexp@5.0.0: {} - eslint-compat-utils@0.5.1(eslint@9.39.1(jiti@2.6.1)): + eslint-compat-utils@0.5.1(eslint@9.39.1(jiti@2.6.1)(ms@2.1.3)): dependencies: - eslint: 9.39.1(jiti@2.6.1) + eslint: 9.39.1(jiti@2.6.1)(ms@2.1.3) semver: 7.7.3 eslint-import-context@0.1.9(unrs-resolver@1.9.2): @@ -10309,19 +10311,19 @@ snapshots: optionalDependencies: unrs-resolver: 1.9.2 - eslint-plugin-es-x@7.8.0(eslint@9.39.1(jiti@2.6.1)): + eslint-plugin-es-x@7.8.0(eslint@9.39.1(jiti@2.6.1)(ms@2.1.3)): dependencies: - '@eslint-community/eslint-utils': 4.8.0(eslint@9.39.1(jiti@2.6.1)) + '@eslint-community/eslint-utils': 4.8.0(eslint@9.39.1(jiti@2.6.1)(ms@2.1.3)) '@eslint-community/regexpp': 4.12.1 - eslint: 9.39.1(jiti@2.6.1) - eslint-compat-utils: 0.5.1(eslint@9.39.1(jiti@2.6.1)) + eslint: 9.39.1(jiti@2.6.1)(ms@2.1.3) + eslint-compat-utils: 0.5.1(eslint@9.39.1(jiti@2.6.1)(ms@2.1.3)) - eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.46.4(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.2))(eslint@9.39.1(jiti@2.6.1)): + eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.46.4(eslint@9.39.1(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.2))(eslint@9.39.1(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3): dependencies: '@typescript-eslint/types': 8.46.4 comment-parser: 1.4.1 - debug: 4.4.3 - eslint: 9.39.1(jiti@2.6.1) + debug: obug@1.0.2(ms@2.1.3) + eslint: 9.39.1(jiti@2.6.1)(ms@2.1.3) eslint-import-context: 0.1.9(unrs-resolver@1.9.2) is-glob: 4.0.3 minimatch: 10.0.3 @@ -10329,16 +10331,16 @@ snapshots: stable-hash-x: 0.2.0 unrs-resolver: 1.9.2 optionalDependencies: - '@typescript-eslint/utils': 8.46.4(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.2) + '@typescript-eslint/utils': 8.46.4(eslint@9.39.1(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.2) transitivePeerDependencies: - - supports-color + - ms - eslint-plugin-n@17.23.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.2): + eslint-plugin-n@17.23.1(eslint@9.39.1(jiti@2.6.1)(ms@2.1.3))(typescript@5.9.2): dependencies: - '@eslint-community/eslint-utils': 4.8.0(eslint@9.39.1(jiti@2.6.1)) + '@eslint-community/eslint-utils': 4.8.0(eslint@9.39.1(jiti@2.6.1)(ms@2.1.3)) enhanced-resolve: 5.18.3 - eslint: 9.39.1(jiti@2.6.1) - eslint-plugin-es-x: 7.8.0(eslint@9.39.1(jiti@2.6.1)) + eslint: 9.39.1(jiti@2.6.1)(ms@2.1.3) + eslint-plugin-es-x: 7.8.0(eslint@9.39.1(jiti@2.6.1)(ms@2.1.3)) get-tsconfig: 4.13.0 globals: 15.15.0 globrex: 0.1.2 @@ -10348,12 +10350,12 @@ snapshots: transitivePeerDependencies: - typescript - eslint-plugin-regexp@2.10.0(eslint@9.39.1(jiti@2.6.1)): + eslint-plugin-regexp@2.10.0(eslint@9.39.1(jiti@2.6.1)(ms@2.1.3)): dependencies: - '@eslint-community/eslint-utils': 4.8.0(eslint@9.39.1(jiti@2.6.1)) + '@eslint-community/eslint-utils': 4.8.0(eslint@9.39.1(jiti@2.6.1)(ms@2.1.3)) '@eslint-community/regexpp': 4.12.1 comment-parser: 1.4.1 - eslint: 9.39.1(jiti@2.6.1) + eslint: 9.39.1(jiti@2.6.1)(ms@2.1.3) jsdoc-type-pratt-parser: 4.1.0 refa: 0.12.1 regexp-ast-analysis: 0.7.1 @@ -10368,14 +10370,14 @@ snapshots: eslint-visitor-keys@4.2.1: {} - eslint@9.39.1(jiti@2.6.1): + eslint@9.39.1(jiti@2.6.1)(ms@2.1.3): dependencies: - '@eslint-community/eslint-utils': 4.8.0(eslint@9.39.1(jiti@2.6.1)) + '@eslint-community/eslint-utils': 4.8.0(eslint@9.39.1(jiti@2.6.1)(ms@2.1.3)) '@eslint-community/regexpp': 4.12.1 - '@eslint/config-array': 0.21.1 + '@eslint/config-array': 0.21.1(ms@2.1.3) '@eslint/config-helpers': 0.4.2 '@eslint/core': 0.17.0 - '@eslint/eslintrc': 3.3.1 + '@eslint/eslintrc': 3.3.1(ms@2.1.3) '@eslint/js': 9.39.1 '@eslint/plugin-kit': 0.4.1 '@humanfs/node': 0.16.6 @@ -10385,7 +10387,7 @@ snapshots: ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.6 - debug: 4.4.3 + debug: obug@1.0.2(ms@2.1.3) escape-string-regexp: 4.0.0 eslint-scope: 8.4.0 eslint-visitor-keys: 4.2.1 @@ -10407,7 +10409,7 @@ snapshots: optionalDependencies: jiti: 2.6.1 transitivePeerDependencies: - - supports-color + - ms esniff@2.0.1: dependencies: @@ -10482,19 +10484,19 @@ snapshots: expect-type@1.2.2: {} - express@5.1.0: + express@5.1.0(ms@2.1.3): dependencies: accepts: 2.0.0 - body-parser: 2.2.0 + body-parser: 2.2.0(ms@2.1.3) content-disposition: 1.0.0 content-type: 1.0.5 cookie: 0.7.1 cookie-signature: 1.2.2 - debug: 4.4.3 + debug: obug@1.0.2(ms@2.1.3) encodeurl: 2.0.0 escape-html: 1.0.3 etag: 1.8.1 - finalhandler: 2.1.0 + finalhandler: 2.1.0(ms@2.1.3) fresh: 2.0.0 http-errors: 2.0.0 merge-descriptors: 2.0.0 @@ -10505,14 +10507,14 @@ snapshots: proxy-addr: 2.0.7 qs: 6.14.0 range-parser: 1.2.1 - router: 2.2.0 + router: 2.2.0(ms@2.1.3) send: 1.2.0 serve-static: 2.2.0 statuses: 2.0.1 type-is: 2.0.1 vary: 1.1.2 transitivePeerDependencies: - - supports-color + - ms exsolve@1.0.7: {} @@ -10572,9 +10574,9 @@ snapshots: dependencies: to-regex-range: 5.0.1 - finalhandler@1.1.2: + finalhandler@1.1.2(ms@2.1.3): dependencies: - debug: 2.6.9 + debug: obug@1.0.2(ms@2.1.3) encodeurl: 1.0.2 escape-html: 1.0.3 on-finished: 2.3.0 @@ -10582,18 +10584,18 @@ snapshots: statuses: 1.5.0 unpipe: 1.0.0 transitivePeerDependencies: - - supports-color + - ms - finalhandler@2.1.0: + finalhandler@2.1.0(ms@2.1.3): dependencies: - debug: 4.4.3 + debug: obug@1.0.2(ms@2.1.3) encodeurl: 2.0.0 escape-html: 1.0.3 on-finished: 2.4.1 parseurl: 1.3.3 statuses: 2.0.1 transitivePeerDependencies: - - supports-color + - ms find-up@5.0.0: dependencies: @@ -10623,9 +10625,9 @@ snapshots: dependencies: tabbable: 6.3.0 - follow-redirects@1.15.11(debug@4.4.3): + follow-redirects@1.15.11(obug@1.0.2(ms@2.1.3)): optionalDependencies: - debug: 4.4.3 + debug: obug@1.0.2(ms@2.1.3) foreground-child@3.3.0: dependencies: @@ -10801,12 +10803,12 @@ snapshots: statuses: 2.0.1 toidentifier: 1.0.1 - http-proxy-3@1.22.0: + http-proxy-3@1.22.0(ms@2.1.3): dependencies: - debug: 4.4.3 - follow-redirects: 1.15.11(debug@4.4.3) + debug: obug@1.0.2(ms@2.1.3) + follow-redirects: 1.15.11(obug@1.0.2(ms@2.1.3)) transitivePeerDependencies: - - supports-color + - ms human-signals@5.0.0: {} @@ -11174,14 +11176,14 @@ snapshots: unist-util-is: 6.0.0 unist-util-visit-parents: 6.0.1 - mdast-util-from-markdown@2.0.2: + mdast-util-from-markdown@2.0.2(ms@2.1.3): dependencies: '@types/mdast': 4.0.4 '@types/unist': 3.0.3 decode-named-character-reference: 1.0.2 devlop: 1.1.0 mdast-util-to-string: 4.0.0 - micromark: 4.0.1 + micromark: 4.0.1(ms@2.1.3) micromark-util-decode-numeric-character-reference: 2.0.2 micromark-util-decode-string: 2.0.1 micromark-util-normalize-identifier: 2.0.1 @@ -11189,18 +11191,18 @@ snapshots: micromark-util-types: 2.0.2 unist-util-stringify-position: 4.0.0 transitivePeerDependencies: - - supports-color + - ms - mdast-util-frontmatter@2.0.1: + mdast-util-frontmatter@2.0.1(ms@2.1.3): dependencies: '@types/mdast': 4.0.4 devlop: 1.1.0 escape-string-regexp: 5.0.0 - mdast-util-from-markdown: 2.0.2 + mdast-util-from-markdown: 2.0.2(ms@2.1.3) mdast-util-to-markdown: 2.1.2 micromark-extension-frontmatter: 2.0.0 transitivePeerDependencies: - - supports-color + - ms mdast-util-gfm-autolink-literal@2.0.1: dependencies: @@ -11210,54 +11212,54 @@ snapshots: mdast-util-find-and-replace: 3.0.2 micromark-util-character: 2.1.1 - mdast-util-gfm-footnote@2.1.0: + mdast-util-gfm-footnote@2.1.0(ms@2.1.3): dependencies: '@types/mdast': 4.0.4 devlop: 1.1.0 - mdast-util-from-markdown: 2.0.2 + mdast-util-from-markdown: 2.0.2(ms@2.1.3) mdast-util-to-markdown: 2.1.2 micromark-util-normalize-identifier: 2.0.1 transitivePeerDependencies: - - supports-color + - ms - mdast-util-gfm-strikethrough@2.0.0: + mdast-util-gfm-strikethrough@2.0.0(ms@2.1.3): dependencies: '@types/mdast': 4.0.4 - mdast-util-from-markdown: 2.0.2 + mdast-util-from-markdown: 2.0.2(ms@2.1.3) mdast-util-to-markdown: 2.1.2 transitivePeerDependencies: - - supports-color + - ms - mdast-util-gfm-table@2.0.0: + mdast-util-gfm-table@2.0.0(ms@2.1.3): dependencies: '@types/mdast': 4.0.4 devlop: 1.1.0 markdown-table: 3.0.4 - mdast-util-from-markdown: 2.0.2 + mdast-util-from-markdown: 2.0.2(ms@2.1.3) mdast-util-to-markdown: 2.1.2 transitivePeerDependencies: - - supports-color + - ms - mdast-util-gfm-task-list-item@2.0.0: + mdast-util-gfm-task-list-item@2.0.0(ms@2.1.3): dependencies: '@types/mdast': 4.0.4 devlop: 1.1.0 - mdast-util-from-markdown: 2.0.2 + mdast-util-from-markdown: 2.0.2(ms@2.1.3) mdast-util-to-markdown: 2.1.2 transitivePeerDependencies: - - supports-color + - ms - mdast-util-gfm@3.1.0: + mdast-util-gfm@3.1.0(ms@2.1.3): dependencies: - mdast-util-from-markdown: 2.0.2 + mdast-util-from-markdown: 2.0.2(ms@2.1.3) mdast-util-gfm-autolink-literal: 2.0.1 - mdast-util-gfm-footnote: 2.1.0 - mdast-util-gfm-strikethrough: 2.0.0 - mdast-util-gfm-table: 2.0.0 - mdast-util-gfm-task-list-item: 2.0.0 + mdast-util-gfm-footnote: 2.1.0(ms@2.1.3) + mdast-util-gfm-strikethrough: 2.0.0(ms@2.1.3) + mdast-util-gfm-table: 2.0.0(ms@2.1.3) + mdast-util-gfm-task-list-item: 2.0.0(ms@2.1.3) mdast-util-to-markdown: 2.1.2 transitivePeerDependencies: - - supports-color + - ms mdast-util-phrasing@4.1.0: dependencies: @@ -11422,10 +11424,10 @@ snapshots: micromark-util-types@2.0.2: {} - micromark@4.0.1: + micromark@4.0.1(ms@2.1.3): dependencies: '@types/debug': 4.1.12 - debug: 4.4.3 + debug: obug@1.0.2(ms@2.1.3) decode-named-character-reference: 1.0.2 devlop: 1.1.0 micromark-core-commonmark: 2.0.2 @@ -11442,7 +11444,7 @@ snapshots: micromark-util-symbol: 2.0.1 micromark-util-types: 2.0.2 transitivePeerDependencies: - - supports-color + - ms micromatch@4.0.8: dependencies: @@ -11523,8 +11525,6 @@ snapshots: mrmime@2.0.1: {} - ms@2.0.0: {} - ms@2.1.3: {} muggle-string@0.4.1: {} @@ -11593,6 +11593,10 @@ snapshots: object-inspect@1.13.4: {} + obug@1.0.2(ms@2.1.3): + optionalDependencies: + ms: 2.1.3 + obug@2.0.0(ms@2.1.3): optionalDependencies: ms: 2.1.3 @@ -12020,23 +12024,23 @@ snapshots: dependencies: jsesc: 3.0.2 - remark-frontmatter@5.0.0: + remark-frontmatter@5.0.0(ms@2.1.3): dependencies: '@types/mdast': 4.0.4 - mdast-util-frontmatter: 2.0.1 + mdast-util-frontmatter: 2.0.1(ms@2.1.3) micromark-extension-frontmatter: 2.0.0 unified: 11.0.5 transitivePeerDependencies: - - supports-color + - ms - remark-parse@11.0.0: + remark-parse@11.0.0(ms@2.1.3): dependencies: '@types/mdast': 4.0.4 - mdast-util-from-markdown: 2.0.2 + mdast-util-from-markdown: 2.0.2(ms@2.1.3) micromark-util-types: 2.0.2 unified: 11.0.5 transitivePeerDependencies: - - supports-color + - ms remark-stringify@11.0.0: dependencies: @@ -12044,14 +12048,14 @@ snapshots: mdast-util-to-markdown: 2.1.2 unified: 11.0.5 - remark@15.0.1: + remark@15.0.1(ms@2.1.3): dependencies: '@types/mdast': 4.0.4 - remark-parse: 11.0.0 + remark-parse: 11.0.0(ms@2.1.3) remark-stringify: 11.0.0 unified: 11.0.5 transitivePeerDependencies: - - supports-color + - ms require-directory@2.1.1: {} @@ -12078,7 +12082,26 @@ snapshots: rfdc@1.4.1: {} - rolldown-plugin-dts@0.17.8(ms@2.1.3)(rolldown@1.0.0-beta.50)(typescript@5.9.2)(vue-tsc@3.1.4(typescript@5.9.2)): + rolldown-plugin-dts@0.17.8(ms@2.1.3)(rolldown@1.0.0-beta.51)(typescript@5.9.2)(vue-tsc@3.1.4(typescript@5.9.2)): + dependencies: + '@babel/generator': 7.28.5 + '@babel/parser': 7.28.5 + '@babel/types': 7.28.5 + ast-kit: 2.2.0 + birpc: 2.8.0 + dts-resolver: 2.1.3 + get-tsconfig: 4.13.0 + magic-string: 0.30.21 + obug: 2.0.0(ms@2.1.3) + rolldown: 1.0.0-beta.51 + optionalDependencies: + typescript: 5.9.2 + vue-tsc: 3.1.4(typescript@5.9.2) + transitivePeerDependencies: + - ms + - oxc-resolver + + rolldown-plugin-dts@0.18.0(ms@2.1.3)(rolldown@1.0.0-beta.51)(typescript@5.9.2)(vue-tsc@3.1.4(typescript@5.9.2)): dependencies: '@babel/generator': 7.28.5 '@babel/parser': 7.28.5 @@ -12089,7 +12112,7 @@ snapshots: get-tsconfig: 4.13.0 magic-string: 0.30.21 obug: 2.0.0(ms@2.1.3) - rolldown: 1.0.0-beta.50 + rolldown: 1.0.0-beta.51 optionalDependencies: typescript: 5.9.2 vue-tsc: 3.1.4(typescript@5.9.2) @@ -12097,25 +12120,25 @@ snapshots: - ms - oxc-resolver - rolldown@1.0.0-beta.50: + rolldown@1.0.0-beta.51: dependencies: - '@oxc-project/types': 0.97.0 - '@rolldown/pluginutils': 1.0.0-beta.50 + '@oxc-project/types': 0.98.0 + '@rolldown/pluginutils': 1.0.0-beta.51 optionalDependencies: - '@rolldown/binding-android-arm64': 1.0.0-beta.50 - '@rolldown/binding-darwin-arm64': 1.0.0-beta.50 - '@rolldown/binding-darwin-x64': 1.0.0-beta.50 - '@rolldown/binding-freebsd-x64': 1.0.0-beta.50 - '@rolldown/binding-linux-arm-gnueabihf': 1.0.0-beta.50 - '@rolldown/binding-linux-arm64-gnu': 1.0.0-beta.50 - '@rolldown/binding-linux-arm64-musl': 1.0.0-beta.50 - '@rolldown/binding-linux-x64-gnu': 1.0.0-beta.50 - '@rolldown/binding-linux-x64-musl': 1.0.0-beta.50 - '@rolldown/binding-openharmony-arm64': 1.0.0-beta.50 - '@rolldown/binding-wasm32-wasi': 1.0.0-beta.50 - '@rolldown/binding-win32-arm64-msvc': 1.0.0-beta.50 - '@rolldown/binding-win32-ia32-msvc': 1.0.0-beta.50 - '@rolldown/binding-win32-x64-msvc': 1.0.0-beta.50 + '@rolldown/binding-android-arm64': 1.0.0-beta.51 + '@rolldown/binding-darwin-arm64': 1.0.0-beta.51 + '@rolldown/binding-darwin-x64': 1.0.0-beta.51 + '@rolldown/binding-freebsd-x64': 1.0.0-beta.51 + '@rolldown/binding-linux-arm-gnueabihf': 1.0.0-beta.51 + '@rolldown/binding-linux-arm64-gnu': 1.0.0-beta.51 + '@rolldown/binding-linux-arm64-musl': 1.0.0-beta.51 + '@rolldown/binding-linux-x64-gnu': 1.0.0-beta.51 + '@rolldown/binding-linux-x64-musl': 1.0.0-beta.51 + '@rolldown/binding-openharmony-arm64': 1.0.0-beta.51 + '@rolldown/binding-wasm32-wasi': 1.0.0-beta.51 + '@rolldown/binding-win32-arm64-msvc': 1.0.0-beta.51 + '@rolldown/binding-win32-ia32-msvc': 1.0.0-beta.51 + '@rolldown/binding-win32-x64-msvc': 1.0.0-beta.51 rollup-plugin-license@3.6.0(picomatch@4.0.3)(rollup@4.43.0): dependencies: @@ -12157,15 +12180,15 @@ snapshots: '@rollup/rollup-win32-x64-msvc': 4.43.0 fsevents: 2.3.3 - router@2.2.0: + router@2.2.0(ms@2.1.3): dependencies: - debug: 4.4.3 + debug: obug@1.0.2(ms@2.1.3) depd: 2.0.0 is-promise: 4.0.0 parseurl: 1.3.3 path-to-regexp: 8.3.0 transitivePeerDependencies: - - supports-color + - ms run-applescript@7.0.0: {} @@ -12317,7 +12340,7 @@ snapshots: send@1.2.0: dependencies: - debug: 4.4.3 + debug: obug@1.0.2(ms@2.1.3) encodeurl: 2.0.0 escape-html: 1.0.3 etag: 1.8.1 @@ -12328,8 +12351,6 @@ snapshots: on-finished: 2.4.1 range-parser: 1.2.1 statuses: 2.0.1 - transitivePeerDependencies: - - supports-color serve-static@2.2.0: dependencies: @@ -12337,8 +12358,6 @@ snapshots: escape-html: 1.0.3 parseurl: 1.3.3 send: 1.2.0 - transitivePeerDependencies: - - supports-color setprototypeof@1.2.0: {} @@ -12557,15 +12576,15 @@ snapshots: dependencies: js-tokens: 9.0.1 - stylus@0.64.0: + stylus@0.64.0(ms@2.1.3): dependencies: '@adobe/css-tools': 4.3.3 - debug: 4.4.3 + debug: obug@1.0.2(ms@2.1.3) glob: 10.4.5 sax: 1.4.1 source-map: 0.7.4 transitivePeerDependencies: - - supports-color + - ms sucrase@3.35.0: dependencies: @@ -12721,8 +12740,8 @@ snapshots: empathic: 2.0.0 hookable: 5.5.3 obug: 2.0.0(ms@2.1.3) - rolldown: 1.0.0-beta.50 - rolldown-plugin-dts: 0.17.8(ms@2.1.3)(rolldown@1.0.0-beta.50)(typescript@5.9.2)(vue-tsc@3.1.4(typescript@5.9.2)) + rolldown: 1.0.0-beta.51 + rolldown-plugin-dts: 0.17.8(ms@2.1.3)(rolldown@1.0.0-beta.51)(typescript@5.9.2)(vue-tsc@3.1.4(typescript@5.9.2)) semver: 7.7.3 tinyexec: 1.0.2 tinyglobby: 0.2.15 @@ -12751,22 +12770,22 @@ snapshots: twoslash-protocol@0.3.4: {} - twoslash-vue@0.3.4(typescript@5.9.2): + twoslash-vue@0.3.4(ms@2.1.3)(typescript@5.9.2): dependencies: '@vue/language-core': 3.1.4(typescript@5.9.2) - twoslash: 0.3.4(typescript@5.9.2) + twoslash: 0.3.4(ms@2.1.3)(typescript@5.9.2) twoslash-protocol: 0.3.4 typescript: 5.9.2 transitivePeerDependencies: - - supports-color + - ms - twoslash@0.3.4(typescript@5.9.2): + twoslash@0.3.4(ms@2.1.3)(typescript@5.9.2): dependencies: - '@typescript/vfs': 1.6.1(typescript@5.9.2) + '@typescript/vfs': 1.6.1(ms@2.1.3)(typescript@5.9.2) twoslash-protocol: 0.3.4 typescript: 5.9.2 transitivePeerDependencies: - - supports-color + - ms type-check@0.4.0: dependencies: @@ -12780,16 +12799,16 @@ snapshots: type@2.7.3: {} - typescript-eslint@8.46.4(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.2): + typescript-eslint@8.46.4(eslint@9.39.1(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.2): dependencies: - '@typescript-eslint/eslint-plugin': 8.46.4(@typescript-eslint/parser@8.46.4(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.2))(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.2) - '@typescript-eslint/parser': 8.46.4(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.2) - '@typescript-eslint/typescript-estree': 8.46.4(typescript@5.9.2) - '@typescript-eslint/utils': 8.46.4(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.2) - eslint: 9.39.1(jiti@2.6.1) + '@typescript-eslint/eslint-plugin': 8.46.4(@typescript-eslint/parser@8.46.4(eslint@9.39.1(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.2))(eslint@9.39.1(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.2) + '@typescript-eslint/parser': 8.46.4(eslint@9.39.1(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.2) + '@typescript-eslint/typescript-estree': 8.46.4(ms@2.1.3)(typescript@5.9.2) + '@typescript-eslint/utils': 8.46.4(eslint@9.39.1(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.2) + eslint: 9.39.1(jiti@2.6.1)(ms@2.1.3) typescript: 5.9.2 transitivePeerDependencies: - - supports-color + - ms typescript@5.9.2: {} @@ -12890,7 +12909,7 @@ snapshots: unrun@0.2.10: dependencies: '@oxc-project/runtime': 0.97.0 - rolldown: 1.0.0-beta.50 + rolldown: 1.0.0-beta.51 update-browserslist-db@1.1.4(browserslist@4.28.0): dependencies: @@ -12930,34 +12949,34 @@ snapshots: '@types/unist': 3.0.3 vfile-message: 4.0.2 - vitepress-plugin-group-icons@1.6.5(vite@packages+vite): + vitepress-plugin-group-icons@1.6.5(ms@2.1.3)(vite@packages+vite): dependencies: '@iconify-json/logos': 1.2.9 '@iconify-json/vscode-icons': 1.2.32 - '@iconify/utils': 3.0.2 + '@iconify/utils': 3.0.2(ms@2.1.3) optionalDependencies: vite: link:packages/vite transitivePeerDependencies: - - supports-color + - ms - vitepress-plugin-llms@1.9.2: + vitepress-plugin-llms@1.9.2(ms@2.1.3): dependencies: gray-matter: 4.0.3 markdown-it: 14.1.0 markdown-title: 1.0.2 - mdast-util-from-markdown: 2.0.2 + mdast-util-from-markdown: 2.0.2(ms@2.1.3) millify: 6.1.0 minimatch: 10.0.3 path-to-regexp: 8.3.0 picocolors: 1.1.1 pretty-bytes: 7.0.1 - remark: 15.0.1 - remark-frontmatter: 5.0.0 + remark: 15.0.1(ms@2.1.3) + remark-frontmatter: 5.0.0(ms@2.1.3) tokenx: 1.1.0 unist-util-remove: 4.0.0 unist-util-visit: 5.0.0 transitivePeerDependencies: - - supports-color + - ms vitepress@2.0.0-alpha.13(axios@1.13.2)(postcss@8.5.6)(typescript@5.9.2): dependencies: @@ -12995,7 +13014,7 @@ snapshots: - typescript - universal-cookie - vitest@4.0.9(@types/debug@4.1.12)(@types/node@22.19.1): + vitest@4.0.9(@types/debug@4.1.12)(@types/node@22.19.1)(ms@2.1.3): dependencies: '@vitest/expect': 4.0.9 '@vitest/mocker': 4.0.9(vite@packages+vite) @@ -13004,7 +13023,7 @@ snapshots: '@vitest/snapshot': 4.0.9 '@vitest/spy': 4.0.9 '@vitest/utils': 4.0.9 - debug: 4.4.3 + debug: obug@1.0.2(ms@2.1.3) es-module-lexer: 1.7.0 expect-type: 1.2.2 magic-string: 0.30.21 @@ -13021,8 +13040,8 @@ snapshots: '@types/debug': 4.1.12 '@types/node': 22.19.1 transitivePeerDependencies: + - ms - msw - - supports-color void-elements@3.1.0: {} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index e44eb2c9e4b4d1..e5db2e3405b5a3 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -14,6 +14,7 @@ dedupeInjectedDeps: false overrides: rolldown: $rolldown vite: 'workspace:*' + debug: 'npm:obug@^1.0.2' patchedDependencies: "sirv@3.0.2": "patches/sirv@3.0.2.patch" "chokidar@3.6.0": "patches/chokidar@3.6.0.patch"