From 3677904ba5bde00ce10be0918fc5bd400d9bc878 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 00:38:04 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- examples/emotion/package.json | 6 +- examples/jsx-remove-attributes/package.json | 6 +- examples/styled-jsx/package.json | 6 +- internal-packages/swc-output-gen/package.json | 2 +- package.json | 10 +- packages/babel/package.json | 10 +- packages/emotion/benchmark/package.json | 10 +- packages/emotion/package.json | 2 +- .../benchmark/package.json | 10 +- packages/jsx-remove-attributes/package.json | 2 +- packages/styled-jsx/benchmark/package.json | 10 +- packages/styled-jsx/package.json | 2 +- .../transform-imports/benchmark/package.json | 2 +- packages/transform-imports/package.json | 2 +- pnpm-lock.yaml | 1384 +++++++++-------- pnpm-workspace.yaml | 16 +- 16 files changed, 744 insertions(+), 736 deletions(-) diff --git a/examples/emotion/package.json b/examples/emotion/package.json index 5b124a6..45f2916 100644 --- a/examples/emotion/package.json +++ b/examples/emotion/package.json @@ -10,12 +10,12 @@ "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { "@rolldown/plugin-emotion": "workspace:*", - "@types/react": "^19.2.15", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.2", "vite": "catalog:" diff --git a/examples/jsx-remove-attributes/package.json b/examples/jsx-remove-attributes/package.json index d1a8f77..c48c762 100644 --- a/examples/jsx-remove-attributes/package.json +++ b/examples/jsx-remove-attributes/package.json @@ -8,12 +8,12 @@ "preview": "vite preview" }, "dependencies": { - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { "@rolldown/plugin-jsx-remove-attributes": "workspace:*", - "@types/react": "^19.2.15", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.2", "vite": "catalog:" diff --git a/examples/styled-jsx/package.json b/examples/styled-jsx/package.json index 022d1e0..ba442ca 100644 --- a/examples/styled-jsx/package.json +++ b/examples/styled-jsx/package.json @@ -8,13 +8,13 @@ "preview": "vite preview" }, "dependencies": { - "react": "^19.2.6", - "react-dom": "^19.2.6", + "react": "^19.2.7", + "react-dom": "^19.2.7", "styled-jsx": "^5.1.7" }, "devDependencies": { "@rolldown/plugin-styled-jsx": "workspace:*", - "@types/react": "^19.2.15", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.2", "vite": "catalog:" diff --git a/internal-packages/swc-output-gen/package.json b/internal-packages/swc-output-gen/package.json index 0bc3ec8..42ace4c 100644 --- a/internal-packages/swc-output-gen/package.json +++ b/internal-packages/swc-output-gen/package.json @@ -15,6 +15,6 @@ "@swc/plugin-styled-jsx": "catalog:", "@swc/plugin-transform-imports": "catalog:", "rolldown": "catalog:", - "tinyglobby": "^0.2.16" + "tinyglobby": "^0.2.17" } } diff --git a/package.json b/package.json index a7668b5..73a6160 100644 --- a/package.json +++ b/package.json @@ -16,12 +16,12 @@ "generate:swc-outputs": "pnpm run --filter=@rolldown/swc-output-gen generate" }, "devDependencies": { - "@typescript/native-preview": "7.0.0-dev.20260524.1", - "oxfmt": "^0.51.0", - "oxlint": "^1.66.0", + "@typescript/native-preview": "7.0.0-dev.20260607.1", + "oxfmt": "^0.53.0", + "oxlint": "^1.68.0", "oxlint-tsgolint": "^0.23.0", "tsdown": "^0.22.0", - "vitest": "^4.1.7" + "vitest": "^4.1.8" }, - "packageManager": "pnpm@10.33.4" + "packageManager": "pnpm@10.34.1" } diff --git a/packages/babel/package.json b/packages/babel/package.json index f8841c6..1fc6d37 100644 --- a/packages/babel/package.json +++ b/packages/babel/package.json @@ -33,11 +33,11 @@ "picomatch": "^4.0.4" }, "devDependencies": { - "@babel/core": "^8.0.0-rc.5", - "@babel/plugin-proposal-decorators": "^8.0.0-rc.5", - "@babel/plugin-transform-runtime": "^8.0.0-rc.5", - "@babel/runtime": "^8.0.0-rc.5", - "@types/node": "^24.12.4", + "@babel/core": "^8.0.0-rc.6", + "@babel/plugin-proposal-decorators": "^8.0.0-rc.6", + "@babel/plugin-transform-runtime": "^8.0.0-rc.6", + "@babel/runtime": "^8.0.0-rc.6", + "@types/node": "^24.13.1", "@types/picomatch": "^4.0.3", "rolldown": "catalog:", "vite": "catalog:" diff --git a/packages/emotion/benchmark/package.json b/packages/emotion/benchmark/package.json index fb92875..e0de33b 100644 --- a/packages/emotion/benchmark/package.json +++ b/packages/emotion/benchmark/package.json @@ -13,11 +13,11 @@ "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@babel/core": "^7.29.0", + "@babel/core": "^7.29.7", "@emotion/babel-plugin": "^11.13.5", "@oxc-node/cli": "catalog:", "@rolldown/benchmark-utils": "workspace:*", @@ -26,8 +26,8 @@ "@rollup/plugin-swc": "catalog:", "@swc/core": "catalog:", "@swc/plugin-emotion": "catalog:", - "@types/node": "^24.12.4", - "@types/react": "^19.2.15", + "@types/node": "^24.13.1", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "rolldown": "catalog:" } diff --git a/packages/emotion/package.json b/packages/emotion/package.json index e28a2e1..e6eaef4 100644 --- a/packages/emotion/package.json +++ b/packages/emotion/package.json @@ -38,7 +38,7 @@ "devDependencies": { "oxc-unshadowed-visitor": "workspace:*", "rolldown": "catalog:", - "tinyglobby": "^0.2.16", + "tinyglobby": "^0.2.17", "vite": "catalog:" }, "peerDependencies": { diff --git a/packages/jsx-remove-attributes/benchmark/package.json b/packages/jsx-remove-attributes/benchmark/package.json index 25626d6..1b60d63 100644 --- a/packages/jsx-remove-attributes/benchmark/package.json +++ b/packages/jsx-remove-attributes/benchmark/package.json @@ -11,11 +11,11 @@ "build:swc": "rolldown -c configs/swc.ts" }, "dependencies": { - "react": "^19.2.6", - "react-dom": "^19.2.6" + "react": "^19.2.7", + "react-dom": "^19.2.7" }, "devDependencies": { - "@babel/core": "^7.29.0", + "@babel/core": "^7.29.7", "@oxc-node/cli": "catalog:", "@rolldown/benchmark-utils": "workspace:*", "@rolldown/plugin-babel": "file:../../babel", @@ -23,8 +23,8 @@ "@rollup/plugin-swc": "catalog:", "@swc/core": "catalog:", "@swc/plugin-react-remove-properties": "catalog:", - "@types/node": "^24.12.4", - "@types/react": "^19.2.15", + "@types/node": "^24.13.1", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "babel-plugin-react-remove-properties": "^0.3.1", "rolldown": "catalog:" diff --git a/packages/jsx-remove-attributes/package.json b/packages/jsx-remove-attributes/package.json index 23f63cd..110fa93 100644 --- a/packages/jsx-remove-attributes/package.json +++ b/packages/jsx-remove-attributes/package.json @@ -35,7 +35,7 @@ }, "devDependencies": { "rolldown": "catalog:", - "tinyglobby": "^0.2.16", + "tinyglobby": "^0.2.17", "vite": "catalog:" }, "peerDependencies": { diff --git a/packages/styled-jsx/benchmark/package.json b/packages/styled-jsx/benchmark/package.json index ca87d75..5c271c7 100644 --- a/packages/styled-jsx/benchmark/package.json +++ b/packages/styled-jsx/benchmark/package.json @@ -11,12 +11,12 @@ "build:swc": "rolldown -c configs/swc.ts" }, "dependencies": { - "react": "^19.2.6", - "react-dom": "^19.2.6", + "react": "^19.2.7", + "react-dom": "^19.2.7", "styled-jsx": "^5.1.7" }, "devDependencies": { - "@babel/core": "^7.29.0", + "@babel/core": "^7.29.7", "@oxc-node/cli": "catalog:", "@rolldown/benchmark-utils": "workspace:*", "@rolldown/plugin-babel": "file:../../babel", @@ -24,8 +24,8 @@ "@rollup/plugin-swc": "catalog:", "@swc/core": "catalog:", "@swc/plugin-styled-jsx": "catalog:", - "@types/node": "^24.12.4", - "@types/react": "^19.2.15", + "@types/node": "^24.13.1", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "rolldown": "catalog:" } diff --git a/packages/styled-jsx/package.json b/packages/styled-jsx/package.json index 0a28d5a..dba2efd 100644 --- a/packages/styled-jsx/package.json +++ b/packages/styled-jsx/package.json @@ -39,7 +39,7 @@ }, "devDependencies": { "rolldown": "catalog:", - "tinyglobby": "^0.2.16", + "tinyglobby": "^0.2.17", "vite": "catalog:" }, "peerDependencies": { diff --git a/packages/transform-imports/benchmark/package.json b/packages/transform-imports/benchmark/package.json index af0e57c..2d98604 100644 --- a/packages/transform-imports/benchmark/package.json +++ b/packages/transform-imports/benchmark/package.json @@ -18,7 +18,7 @@ "@rollup/plugin-swc": "catalog:", "@swc/core": "catalog:", "@swc/plugin-transform-imports": "catalog:", - "@types/node": "^24.12.4", + "@types/node": "^24.13.1", "babel-plugin-transform-imports": "^2.0.0", "rolldown": "catalog:" } diff --git a/packages/transform-imports/package.json b/packages/transform-imports/package.json index d8bdd92..10e7a5a 100644 --- a/packages/transform-imports/package.json +++ b/packages/transform-imports/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "rolldown": "catalog:", - "tinyglobby": "^0.2.16" + "tinyglobby": "^0.2.17" }, "peerDependencies": { "rolldown": "^1.0.0-rc.13", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4691634..262281a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -13,23 +13,23 @@ catalogs: specifier: ^0.1.0 version: 0.1.0 '@rollup/plugin-swc': - specifier: ^0.4.0 - version: 0.4.0 + specifier: ^0.4.1 + version: 0.4.1 '@swc/core': specifier: ^1.15.40 version: 1.15.40 '@swc/plugin-emotion': - specifier: ^14.10.0 - version: 14.10.0 + specifier: ^14.12.0 + version: 14.12.0 '@swc/plugin-react-remove-properties': - specifier: ^12.10.0 - version: 12.10.0 + specifier: ^12.12.0 + version: 12.12.0 '@swc/plugin-styled-jsx': - specifier: ^13.10.0 - version: 13.10.0 + specifier: ^13.12.0 + version: 13.12.0 '@swc/plugin-transform-imports': - specifier: ^12.10.0 - version: 12.10.0 + specifier: ^12.12.0 + version: 12.12.0 rolldown: specifier: ^1.0.2 version: 1.0.2 @@ -42,23 +42,23 @@ importers: .: devDependencies: '@typescript/native-preview': - specifier: 7.0.0-dev.20260524.1 - version: 7.0.0-dev.20260524.1 + specifier: 7.0.0-dev.20260607.1 + version: 7.0.0-dev.20260607.1 oxfmt: - specifier: ^0.51.0 - version: 0.51.0 + specifier: ^0.53.0 + version: 0.53.0 oxlint: - specifier: ^1.66.0 - version: 1.66.0(oxlint-tsgolint@0.23.0) + specifier: ^1.68.0 + version: 1.68.0(oxlint-tsgolint@0.23.0) oxlint-tsgolint: specifier: ^0.23.0 version: 0.23.0 tsdown: specifier: ^0.22.0 - version: 0.22.0(@typescript/native-preview@7.0.0-dev.20260524.1)(publint@0.3.20)(typescript@6.0.3)(unrun@0.2.36) + version: 0.22.0(@typescript/native-preview@7.0.0-dev.20260607.1)(publint@0.3.20)(typescript@6.0.3)(unrun@0.2.36) vitest: - specifier: ^4.1.7 - version: 4.1.7(@types/node@24.12.4)(vite@8.0.14(@types/node@24.12.4)(esbuild@0.27.3)) + specifier: ^4.1.8 + version: 4.1.8(@types/node@24.13.1)(vite@8.0.14(@types/node@24.13.1)(esbuild@0.27.3)) examples: devDependencies: @@ -67,91 +67,91 @@ importers: version: 1.60.0 vite: specifier: 'catalog:' - version: 8.0.14(@types/node@24.12.4)(esbuild@0.27.3) + version: 8.0.14(@types/node@24.13.1)(esbuild@0.27.3) examples/emotion: dependencies: '@emotion/react': specifier: ^11.14.0 - version: 11.14.0(@types/react@19.2.15)(react@19.2.6) + version: 11.14.0(@types/react@19.2.17)(react@19.2.7) '@emotion/styled': specifier: ^11.14.1 - version: 11.14.1(@emotion/react@11.14.0(@types/react@19.2.15)(react@19.2.6))(@types/react@19.2.15)(react@19.2.6) + version: 11.14.1(@emotion/react@11.14.0(@types/react@19.2.17)(react@19.2.7))(@types/react@19.2.17)(react@19.2.7) react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@rolldown/plugin-emotion': specifier: workspace:* version: link:../../packages/emotion '@types/react': - specifier: ^19.2.15 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': specifier: ^6.0.2 - version: 6.0.2(@rolldown/plugin-babel@0.2.3(@babel/core@8.0.0-rc.5)(@babel/plugin-transform-runtime@8.0.0-rc.5(@babel/core@8.0.0-rc.5))(@babel/runtime@8.0.0-rc.5)(rolldown@1.0.2)(vite@8.0.14(@types/node@24.12.4)(esbuild@0.27.3)))(vite@8.0.14(@types/node@24.12.4)(esbuild@0.27.3)) + version: 6.0.2(@rolldown/plugin-babel@0.2.3(@babel/core@8.0.0-rc.6)(@babel/plugin-transform-runtime@8.0.0-rc.6(@babel/core@8.0.0-rc.6))(@babel/runtime@8.0.0-rc.6)(rolldown@1.0.2)(vite@8.0.14(@types/node@24.13.1)(esbuild@0.27.3)))(vite@8.0.14(@types/node@24.13.1)(esbuild@0.27.3)) vite: specifier: 'catalog:' - version: 8.0.14(@types/node@24.12.4)(esbuild@0.27.3) + version: 8.0.14(@types/node@24.13.1)(esbuild@0.27.3) examples/jsx-remove-attributes: dependencies: react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@rolldown/plugin-jsx-remove-attributes': specifier: workspace:* version: link:../../packages/jsx-remove-attributes '@types/react': - specifier: ^19.2.15 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': specifier: ^6.0.2 - version: 6.0.2(@rolldown/plugin-babel@0.2.3(@babel/core@8.0.0-rc.5)(@babel/plugin-transform-runtime@8.0.0-rc.5(@babel/core@8.0.0-rc.5))(@babel/runtime@8.0.0-rc.5)(rolldown@1.0.2)(vite@8.0.14(@types/node@24.12.4)(esbuild@0.27.3)))(vite@8.0.14(@types/node@24.12.4)(esbuild@0.27.3)) + version: 6.0.2(@rolldown/plugin-babel@0.2.3(@babel/core@8.0.0-rc.6)(@babel/plugin-transform-runtime@8.0.0-rc.6(@babel/core@8.0.0-rc.6))(@babel/runtime@8.0.0-rc.6)(rolldown@1.0.2)(vite@8.0.14(@types/node@24.13.1)(esbuild@0.27.3)))(vite@8.0.14(@types/node@24.13.1)(esbuild@0.27.3)) vite: specifier: 'catalog:' - version: 8.0.14(@types/node@24.12.4)(esbuild@0.27.3) + version: 8.0.14(@types/node@24.13.1)(esbuild@0.27.3) examples/styled-jsx: dependencies: react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) styled-jsx: specifier: ^5.1.7 - version: 5.1.7(@babel/core@8.0.0-rc.5)(react@19.2.6) + version: 5.1.7(@babel/core@8.0.0-rc.6)(react@19.2.7) devDependencies: '@rolldown/plugin-styled-jsx': specifier: workspace:* version: link:../../packages/styled-jsx '@types/react': - specifier: ^19.2.15 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) '@vitejs/plugin-react': specifier: ^6.0.2 - version: 6.0.2(@rolldown/plugin-babel@0.2.3(@babel/core@8.0.0-rc.5)(@babel/plugin-transform-runtime@8.0.0-rc.5(@babel/core@8.0.0-rc.5))(@babel/runtime@8.0.0-rc.5)(rolldown@1.0.2)(vite@8.0.14(@types/node@24.12.4)(esbuild@0.27.3)))(vite@8.0.14(@types/node@24.12.4)(esbuild@0.27.3)) + version: 6.0.2(@rolldown/plugin-babel@0.2.3(@babel/core@8.0.0-rc.6)(@babel/plugin-transform-runtime@8.0.0-rc.6(@babel/core@8.0.0-rc.6))(@babel/runtime@8.0.0-rc.6)(rolldown@1.0.2)(vite@8.0.14(@types/node@24.13.1)(esbuild@0.27.3)))(vite@8.0.14(@types/node@24.13.1)(esbuild@0.27.3)) vite: specifier: 'catalog:' - version: 8.0.14(@types/node@24.12.4)(esbuild@0.27.3) + version: 8.0.14(@types/node@24.13.1)(esbuild@0.27.3) examples/transform-imports: devDependencies: @@ -160,7 +160,7 @@ importers: version: link:../../packages/transform-imports vite: specifier: 'catalog:' - version: 8.0.14(@types/node@24.12.4)(esbuild@0.27.3) + version: 8.0.14(@types/node@24.13.1)(esbuild@0.27.3) internal-packages/benchmark-utils: devDependencies: @@ -175,28 +175,28 @@ importers: version: 0.1.0 '@rollup/plugin-swc': specifier: 'catalog:' - version: 0.4.0(@swc/core@1.15.40) + version: 0.4.1(@swc/core@1.15.40) '@swc/core': specifier: 'catalog:' version: 1.15.40 '@swc/plugin-emotion': specifier: 'catalog:' - version: 14.10.0 + version: 14.12.0 '@swc/plugin-react-remove-properties': specifier: 'catalog:' - version: 12.10.0 + version: 12.12.0 '@swc/plugin-styled-jsx': specifier: 'catalog:' - version: 13.10.0 + version: 13.12.0 '@swc/plugin-transform-imports': specifier: 'catalog:' - version: 12.10.0 + version: 12.12.0 rolldown: specifier: 'catalog:' version: 1.0.2 tinyglobby: - specifier: ^0.2.16 - version: 0.2.16 + specifier: ^0.2.17 + version: 0.2.17 packages/babel: dependencies: @@ -205,20 +205,20 @@ importers: version: 4.0.4 devDependencies: '@babel/core': - specifier: ^8.0.0-rc.5 - version: 8.0.0-rc.5 + specifier: ^8.0.0-rc.6 + version: 8.0.0-rc.6 '@babel/plugin-proposal-decorators': - specifier: ^8.0.0-rc.5 - version: 8.0.0-rc.5(@babel/core@8.0.0-rc.5) + specifier: ^8.0.0-rc.6 + version: 8.0.0-rc.6(@babel/core@8.0.0-rc.6) '@babel/plugin-transform-runtime': - specifier: ^8.0.0-rc.5 - version: 8.0.0-rc.5(@babel/core@8.0.0-rc.5) + specifier: ^8.0.0-rc.6 + version: 8.0.0-rc.6(@babel/core@8.0.0-rc.6) '@babel/runtime': - specifier: ^8.0.0-rc.5 - version: 8.0.0-rc.5 + specifier: ^8.0.0-rc.6 + version: 8.0.0-rc.6 '@types/node': - specifier: ^24.12.4 - version: 24.12.4 + specifier: ^24.13.1 + version: 24.13.1 '@types/picomatch': specifier: ^4.0.3 version: 4.0.3 @@ -227,7 +227,7 @@ importers: version: 1.0.2 vite: specifier: 'catalog:' - version: 8.0.14(@types/node@24.12.4)(esbuild@0.27.3) + version: 8.0.14(@types/node@24.13.1)(esbuild@0.27.3) packages/emotion: dependencies: @@ -248,30 +248,30 @@ importers: specifier: 'catalog:' version: 1.0.2 tinyglobby: - specifier: ^0.2.16 - version: 0.2.16 + specifier: ^0.2.17 + version: 0.2.17 vite: specifier: 'catalog:' - version: 8.0.14(@types/node@24.12.4)(esbuild@0.27.3) + version: 8.0.14(@types/node@24.13.1)(esbuild@0.27.3) packages/emotion/benchmark: dependencies: '@emotion/react': specifier: ^11.14.0 - version: 11.14.0(@types/react@19.2.15)(react@19.2.6) + version: 11.14.0(@types/react@19.2.17)(react@19.2.7) '@emotion/styled': specifier: ^11.14.1 - version: 11.14.1(@emotion/react@11.14.0(@types/react@19.2.15)(react@19.2.6))(@types/react@19.2.15)(react@19.2.6) + version: 11.14.1(@emotion/react@11.14.0(@types/react@19.2.17)(react@19.2.7))(@types/react@19.2.17)(react@19.2.7) react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@babel/core': - specifier: ^7.29.0 - version: 7.29.0 + specifier: ^7.29.7 + version: 7.29.7 '@emotion/babel-plugin': specifier: ^11.13.5 version: 11.13.5 @@ -283,28 +283,28 @@ importers: version: link:../../../internal-packages/benchmark-utils '@rolldown/plugin-babel': specifier: file:../../babel - version: file:packages/babel(@babel/core@7.29.0)(@babel/plugin-transform-runtime@8.0.0-rc.5(@babel/core@7.29.0))(@babel/runtime@8.0.0-rc.5)(rolldown@1.0.2)(vite@8.0.14(@types/node@24.12.4)(esbuild@0.27.3)) + version: file:packages/babel(@babel/core@7.29.7)(@babel/plugin-transform-runtime@8.0.0-rc.6(@babel/core@7.29.7))(@babel/runtime@8.0.0-rc.6)(rolldown@1.0.2)(vite@8.0.14(@types/node@24.13.1)(esbuild@0.27.3)) '@rolldown/plugin-emotion': specifier: workspace:* version: link:.. '@rollup/plugin-swc': specifier: 'catalog:' - version: 0.4.0(@swc/core@1.15.40) + version: 0.4.1(@swc/core@1.15.40) '@swc/core': specifier: 'catalog:' version: 1.15.40 '@swc/plugin-emotion': specifier: 'catalog:' - version: 14.10.0 + version: 14.12.0 '@types/node': - specifier: ^24.12.4 - version: 24.12.4 + specifier: ^24.13.1 + version: 24.13.1 '@types/react': - specifier: ^19.2.15 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) rolldown: specifier: 'catalog:' version: 1.0.2 @@ -319,24 +319,24 @@ importers: specifier: 'catalog:' version: 1.0.2 tinyglobby: - specifier: ^0.2.16 - version: 0.2.16 + specifier: ^0.2.17 + version: 0.2.17 vite: specifier: 'catalog:' - version: 8.0.14(@types/node@24.12.4)(esbuild@0.27.3) + version: 8.0.14(@types/node@24.13.1)(esbuild@0.27.3) packages/jsx-remove-attributes/benchmark: dependencies: react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) devDependencies: '@babel/core': - specifier: ^7.29.0 - version: 7.29.0 + specifier: ^7.29.7 + version: 7.29.7 '@oxc-node/cli': specifier: 'catalog:' version: 0.1.0 @@ -345,28 +345,28 @@ importers: version: link:../../../internal-packages/benchmark-utils '@rolldown/plugin-babel': specifier: file:../../babel - version: file:packages/babel(@babel/core@7.29.0)(@babel/plugin-transform-runtime@8.0.0-rc.5(@babel/core@7.29.0))(@babel/runtime@8.0.0-rc.5)(rolldown@1.0.2)(vite@8.0.14(@types/node@24.12.4)(esbuild@0.27.3)) + version: file:packages/babel(@babel/core@7.29.7)(@babel/plugin-transform-runtime@8.0.0-rc.6(@babel/core@7.29.7))(@babel/runtime@8.0.0-rc.6)(rolldown@1.0.2)(vite@8.0.14(@types/node@24.13.1)(esbuild@0.27.3)) '@rolldown/plugin-jsx-remove-attributes': specifier: workspace:* version: link:.. '@rollup/plugin-swc': specifier: 'catalog:' - version: 0.4.0(@swc/core@1.15.40) + version: 0.4.1(@swc/core@1.15.40) '@swc/core': specifier: 'catalog:' version: 1.15.40 '@swc/plugin-react-remove-properties': specifier: 'catalog:' - version: 12.10.0 + version: 12.12.0 '@types/node': - specifier: ^24.12.4 - version: 24.12.4 + specifier: ^24.13.1 + version: 24.13.1 '@types/react': - specifier: ^19.2.15 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) babel-plugin-react-remove-properties: specifier: ^0.3.1 version: 0.3.1 @@ -420,27 +420,27 @@ importers: specifier: 'catalog:' version: 1.0.2 tinyglobby: - specifier: ^0.2.16 - version: 0.2.16 + specifier: ^0.2.17 + version: 0.2.17 vite: specifier: 'catalog:' - version: 8.0.14(@types/node@24.12.4)(esbuild@0.27.3) + version: 8.0.14(@types/node@24.13.1)(esbuild@0.27.3) packages/styled-jsx/benchmark: dependencies: react: - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 react-dom: - specifier: ^19.2.6 - version: 19.2.6(react@19.2.6) + specifier: ^19.2.7 + version: 19.2.7(react@19.2.7) styled-jsx: specifier: ^5.1.7 - version: 5.1.7(@babel/core@7.29.0)(react@19.2.6) + version: 5.1.7(@babel/core@7.29.7)(react@19.2.7) devDependencies: '@babel/core': - specifier: ^7.29.0 - version: 7.29.0 + specifier: ^7.29.7 + version: 7.29.7 '@oxc-node/cli': specifier: 'catalog:' version: 0.1.0 @@ -449,28 +449,28 @@ importers: version: link:../../../internal-packages/benchmark-utils '@rolldown/plugin-babel': specifier: file:../../babel - version: file:packages/babel(@babel/core@7.29.0)(@babel/plugin-transform-runtime@8.0.0-rc.5(@babel/core@7.29.0))(@babel/runtime@8.0.0-rc.5)(rolldown@1.0.2)(vite@8.0.14(@types/node@24.12.4)(esbuild@0.27.3)) + version: file:packages/babel(@babel/core@7.29.7)(@babel/plugin-transform-runtime@8.0.0-rc.6(@babel/core@7.29.7))(@babel/runtime@8.0.0-rc.6)(rolldown@1.0.2)(vite@8.0.14(@types/node@24.13.1)(esbuild@0.27.3)) '@rolldown/plugin-styled-jsx': specifier: workspace:* version: link:.. '@rollup/plugin-swc': specifier: 'catalog:' - version: 0.4.0(@swc/core@1.15.40) + version: 0.4.1(@swc/core@1.15.40) '@swc/core': specifier: 'catalog:' version: 1.15.40 '@swc/plugin-styled-jsx': specifier: 'catalog:' - version: 13.10.0 + version: 13.12.0 '@types/node': - specifier: ^24.12.4 - version: 24.12.4 + specifier: ^24.13.1 + version: 24.13.1 '@types/react': - specifier: ^19.2.15 - version: 19.2.15 + specifier: ^19.2.17 + version: 19.2.17 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.15) + version: 19.2.3(@types/react@19.2.17) rolldown: specifier: 'catalog:' version: 1.0.2 @@ -482,14 +482,14 @@ importers: version: 0.3.0(rolldown@1.0.2) vite: specifier: ^8.0.0 - version: 8.0.14(@types/node@24.12.4)(esbuild@0.27.3) + version: 8.0.14(@types/node@24.13.1)(esbuild@0.27.3) devDependencies: rolldown: specifier: 'catalog:' version: 1.0.2 tinyglobby: - specifier: ^0.2.16 - version: 0.2.16 + specifier: ^0.2.17 + version: 0.2.17 packages/transform-imports/benchmark: devDependencies: @@ -507,16 +507,16 @@ importers: version: link:.. '@rollup/plugin-swc': specifier: 'catalog:' - version: 0.4.0(@swc/core@1.15.40) + version: 0.4.1(@swc/core@1.15.40) '@swc/core': specifier: 'catalog:' version: 1.15.40 '@swc/plugin-transform-imports': specifier: 'catalog:' - version: 12.10.0 + version: 12.12.0 '@types/node': - specifier: ^24.12.4 - version: 24.12.4 + specifier: ^24.13.1 + version: 24.13.1 babel-plugin-transform-imports: specifier: ^2.0.0 version: 2.0.0 @@ -538,149 +538,144 @@ importers: packages: - '@babel/code-frame@7.29.0': - resolution: {integrity: sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==} + '@babel/code-frame@7.29.7': + resolution: {integrity: sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==} engines: {node: '>=6.9.0'} - '@babel/code-frame@8.0.0-rc.5': - resolution: {integrity: sha512-+GQSHDNzO2ixYB1SkDr2nJZtpD60cGiijE4Oc6SO42zNijxizhcO2PEDs/83tKu6pb08Sy7Ri5EAYvDRtcBKAA==} + '@babel/code-frame@8.0.0-rc.6': + resolution: {integrity: sha512-Ru0EdYEptXbJGAGDMsenx+RcelHazuj8spqi7l0geXEPXv0X7qVisqWX+2pMaEZsWhS3Q6Um7oITwhnLe0cHJQ==} engines: {node: ^22.18.0 || >=24.11.0} - '@babel/compat-data@7.29.0': - resolution: {integrity: sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==} + '@babel/compat-data@7.29.7': + resolution: {integrity: sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==} engines: {node: '>=6.9.0'} - '@babel/compat-data@8.0.0-rc.5': - resolution: {integrity: sha512-9Hx303H/a0nNan4z0kEX0HGP7gzn3LsP7wVyn0PO7mByIoGG+/opvXG1k9bdo6wAOKrAmJwPWup51IvMfWeNvw==} + '@babel/compat-data@8.0.0-rc.6': + resolution: {integrity: sha512-9ikfbIp7PCtV/mo8NYrzag1TYInVJAKLwpSoA28+3Bl5z1KVYt5ZGvBZD57yJlf/0HsCntlTlHHodu+eMpUffQ==} engines: {node: ^22.18.0 || >=24.11.0} - '@babel/core@7.29.0': - resolution: {integrity: sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==} + '@babel/core@7.29.7': + resolution: {integrity: sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==} engines: {node: '>=6.9.0'} - '@babel/core@8.0.0-rc.5': - resolution: {integrity: sha512-/lVf0AAYFvdHFYm5nc1LsUCs/o2eDCRhHK/uuhTeyu3ZDPJBusxakSB5dMqfvrvXzQrohr0Bb2zlnDT2UJg5jg==} + '@babel/core@8.0.0-rc.6': + resolution: {integrity: sha512-89SVbTu7p+M/W052SFC7R5QuQYgypfuO6HmBBbhA/Kzl6gME8Ly2QrVpIegvTxmcQKOzAPIxiEIfNk+Jxd26mw==} engines: {node: ^22.18.0 || >=24.11.0} - peerDependencies: - '@babel/preset-typescript': ^8.0.0-0 - peerDependenciesMeta: - '@babel/preset-typescript': - optional: true - '@babel/generator@7.29.1': - resolution: {integrity: sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==} + '@babel/generator@7.29.7': + resolution: {integrity: sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==} engines: {node: '>=6.9.0'} '@babel/generator@8.0.0-rc.4': resolution: {integrity: sha512-YZ+FuIgkj7KrIb2a2X1XiY0QYgDxAbVbYP64SjwJzOK3euCsUerzenh2oqdsmKuPSlhzmFOOklnxzHAzXagvpw==} engines: {node: ^20.19.0 || >=22.12.0} - '@babel/generator@8.0.0-rc.5': - resolution: {integrity: sha512-nFZPWz3FHIS7y6rMIVoa/WBwjdutfIaRJIBQjzn+t3RnecZoRNlGmGcyR2wb0T/IgSd50Kz/6dG8/LvMCRunjg==} + '@babel/generator@8.0.0-rc.6': + resolution: {integrity: sha512-6mIzgVK8DgEzvIapoQwhXTMnnkuE4STQmVv9H03i/tZ2ml8oev3TRvZJgTenK2Bsq0YWNtzOrFdTyNzCMFtjJQ==} engines: {node: ^22.18.0 || >=24.11.0} - '@babel/helper-annotate-as-pure@8.0.0-rc.5': - resolution: {integrity: sha512-9jiYxeA+o1S/vTgJ3FMB6QNMjTNqqPahuI6fFaVtFq0+JYHwwUEUdA7v5g/4GWIXSbiVrOXr6pM4NnL1ON6Ejg==} + '@babel/helper-annotate-as-pure@8.0.0-rc.6': + resolution: {integrity: sha512-evJ/FV36Z8DEreKblYj/OawK8Sp61SHVpZudVz8kZ/Y6cZ7v9k/QoZVg3a8q6/FMNLh/72buVFydWkeYt68Vfg==} engines: {node: ^22.18.0 || >=24.11.0} - '@babel/helper-compilation-targets@7.28.6': - resolution: {integrity: sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==} + '@babel/helper-compilation-targets@7.29.7': + resolution: {integrity: sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==} engines: {node: '>=6.9.0'} - '@babel/helper-compilation-targets@8.0.0-rc.5': - resolution: {integrity: sha512-WIM+tX3uGm6fFVE6CW5ADAjavWEIqgeejRnPzmQJy5DZ7bealwKqDorIHhxqDYkd1rINgznBj7aXeBkyrOwyUQ==} + '@babel/helper-compilation-targets@8.0.0-rc.6': + resolution: {integrity: sha512-jqQD45/yUSy63U8zs9hE5FMXS8J1TLAI/NTMx76C6xWO021e13gJACQvuGmEF7syloC39LkkKwhqtAbMku1rwg==} engines: {node: ^22.18.0 || >=24.11.0} - '@babel/helper-create-class-features-plugin@8.0.0-rc.5': - resolution: {integrity: sha512-WdCpCSB++pvwOuz2rHlP3N0l4+wq/5+E5F3KQd22M/zorttbcvBl4IHQa8HnwLPUl0zG8BY9JzHGi/NJj0nl0Q==} + '@babel/helper-create-class-features-plugin@8.0.0-rc.6': + resolution: {integrity: sha512-3Ri04v7nJUQvL56ZrdFFInsMz1hQiLytkhtVd0OUeMl7SveUXxFRpBzkEsXmxb2Z3HUMjS/RgGPBoBMwAlPFlg==} engines: {node: ^22.18.0 || >=24.11.0} peerDependencies: - '@babel/core': ^8.0.0-rc.5 + '@babel/core': ^8.0.0-rc.6 - '@babel/helper-globals@7.28.0': - resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==} + '@babel/helper-globals@7.29.7': + resolution: {integrity: sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==} engines: {node: '>=6.9.0'} - '@babel/helper-globals@8.0.0-rc.5': - resolution: {integrity: sha512-pYK5TiJHATA2d/WHPJNUapiJ5klSPIvZKEep0cDIelRh+V0pt3RB7nbqzsgd1NiyvqGDLoAn12XbOalStBr0tQ==} + '@babel/helper-globals@8.0.0-rc.6': + resolution: {integrity: sha512-ZF5FsxE4y7Eb6DiEbsLW3Gz3e73U/Uq3/ZotWf/moxv0DnZziXSMnW/tcXJF8b1mQE8XJnwPNSQOksKcKTz8kQ==} engines: {node: ^22.18.0 || >=24.11.0} - '@babel/helper-member-expression-to-functions@8.0.0-rc.5': - resolution: {integrity: sha512-43IfenkMJlmTIkBrcJgeS1Of+LcHVbo9je0SXOtgEFmdOQOa8f0DoVoExhPV94p/0ZYZFbaW81/LsAlf9jZoyQ==} + '@babel/helper-member-expression-to-functions@8.0.0-rc.6': + resolution: {integrity: sha512-pU7UcXDsb6i/qqATnIWNfQphiqDTQIhTWTlUq/fOY8Tu3bfLi8bQ9yNFK207lKbpsAqsrPl8QJg1G9vGah3mkA==} engines: {node: ^22.18.0 || >=24.11.0} - '@babel/helper-module-imports@7.28.6': - resolution: {integrity: sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==} + '@babel/helper-module-imports@7.29.7': + resolution: {integrity: sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==} engines: {node: '>=6.9.0'} - '@babel/helper-module-imports@8.0.0-rc.5': - resolution: {integrity: sha512-JBkVMvnIMKpeY3EHQqDbqcaoyHoe+tjuLX2wXti5RIZD8MJofZANldpt9lFzek1ftKR00E5xBCUGHFO2H1581g==} + '@babel/helper-module-imports@8.0.0-rc.6': + resolution: {integrity: sha512-nG5VnyhH3SkrXVMTEIs6DsD6VKLGyiQlJwWki6T1sJRhkA1eX4tkuHUUqpASgDABSf57wGDZGZjGw5SPryVi+Q==} engines: {node: ^22.18.0 || >=24.11.0} - '@babel/helper-module-transforms@7.28.6': - resolution: {integrity: sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==} + '@babel/helper-module-transforms@7.29.7': + resolution: {integrity: sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-optimise-call-expression@8.0.0-rc.5': - resolution: {integrity: sha512-bAU16RRFI/ZQGoGKC+zn1Y3l58aCLSHOf9jR645UE1qeOq7t4iqz8whK+7obYpZS1B/PCOoOTrI0XpiHpdI2Eg==} + '@babel/helper-optimise-call-expression@8.0.0-rc.6': + resolution: {integrity: sha512-EYdwaJk7fd4EtMpOQuTI4630uLnPSpnJdooPW3vAuDrBE9E2VzZnQNhGsihe/9nlH2hjd2a5rP5WKkqBPpnjEw==} engines: {node: ^22.18.0 || >=24.11.0} - '@babel/helper-plugin-utils@8.0.0-rc.5': - resolution: {integrity: sha512-uo1L9waSqN2EI/nmjHp05Db3mGpiqiqVMeHIVHGoi0Cye1IPzwA6/4OsBf6+yfgJHoweh+0cE/IDUnbvVDc71w==} + '@babel/helper-plugin-utils@8.0.0-rc.6': + resolution: {integrity: sha512-sLAjvuIcjzUQJR+CoHwU0JA4i706o71bCJtF+W9sc4KuHK3LCIJCjbKRuzbVn1eubUc66uAEZdBNWSqhLpwp2g==} engines: {node: ^22.18.0 || >=24.11.0} peerDependencies: - '@babel/core': ^8.0.0-rc.5 + '@babel/core': ^8.0.0-rc.6 - '@babel/helper-replace-supers@8.0.0-rc.5': - resolution: {integrity: sha512-7aZZ/9WSCKm2ATy8OjBDGY9uNS8jZ6TN1Cp2fFn9qPUacxXF178MvHwl3/8PtJCkVnsFAiq1rEEUCNy7gcPvvw==} + '@babel/helper-replace-supers@8.0.0-rc.6': + resolution: {integrity: sha512-oYx90/DgHMICZkHksAfrmHzP6AMJ/3q524zL7lb1cMYdihV1SjaYMNUfvTIaSQjSp/WRLHBzbLYBM5fs8s4hVQ==} engines: {node: ^22.18.0 || >=24.11.0} peerDependencies: - '@babel/core': ^8.0.0-rc.5 + '@babel/core': ^8.0.0-rc.6 - '@babel/helper-skip-transparent-expression-wrappers@8.0.0-rc.5': - resolution: {integrity: sha512-bNp5MF/llOdatNixXbVrFcrgLpMxFjPH2AE4BQM6M5tYT1JSPIqAj8wsYaZ+0GdSByaVcy0lp5Za/STfBBJqMA==} + '@babel/helper-skip-transparent-expression-wrappers@8.0.0-rc.6': + resolution: {integrity: sha512-B7zgLUfULiQYgGsIQVYcEPN/lV4IM/QiaC9V3hV26ubV5Bl38bn2Ztrssj8tgE3BwijscurBmkh60teMsldXFQ==} engines: {node: ^22.18.0 || >=24.11.0} - '@babel/helper-string-parser@7.27.1': - resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==} + '@babel/helper-string-parser@7.29.7': + resolution: {integrity: sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==} engines: {node: '>=6.9.0'} - '@babel/helper-string-parser@8.0.0-rc.5': - resolution: {integrity: sha512-sN7R8rBvDurfaziNfDEIjIntlazmlkCDGO4SNl2RJ3wRCn+QxspLV7hzYAE8WWVd2joVuT8sUxeePdLp2idI1A==} + '@babel/helper-string-parser@8.0.0-rc.6': + resolution: {integrity: sha512-BCkFy+zN6kXQed3YOT7aJl93NfDSzQc3pBfsvTVPs9gU9X3V0aefEF5kwBT0E+mDWH9QgKaZstYUQN9VdQZT4g==} engines: {node: ^22.18.0 || >=24.11.0} - '@babel/helper-validator-identifier@7.28.5': - resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==} + '@babel/helper-validator-identifier@7.29.7': + resolution: {integrity: sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==} engines: {node: '>=6.9.0'} '@babel/helper-validator-identifier@8.0.0-rc.4': resolution: {integrity: sha512-HTD3bskipk5MSm08twTW6832jzIXUhxMddy4NPPzIMuyMEsrs0ZgwAaMj5ubB5+6hMlUjDu17vNconEmwsmpYg==} engines: {node: ^20.19.0 || >=22.12.0} - '@babel/helper-validator-identifier@8.0.0-rc.5': - resolution: {integrity: sha512-ehJDxHvtbZ85RtX/L2fi0h9AGsBNqB5Euv1EB8RMAvGYvD+2X+QbpzzOpbklnNXO+WSZJNOaetw2BBj27xsWVg==} + '@babel/helper-validator-identifier@8.0.0-rc.6': + resolution: {integrity: sha512-nVJ+1JcCgntv8d78rRo++o2wuODT0Irknx2BF8Np4Ft2CRgjLqIs4qzSZ8b66yGbBdMWGmZBO9WEZv1hhNiSpg==} engines: {node: ^22.18.0 || >=24.11.0} - '@babel/helper-validator-option@7.27.1': - resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==} + '@babel/helper-validator-option@7.29.7': + resolution: {integrity: sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==} engines: {node: '>=6.9.0'} - '@babel/helper-validator-option@8.0.0-rc.5': - resolution: {integrity: sha512-T9ZcmHby1W9r3F2l6BEvDibj8Lz7G279aIDZosOpSBYl8jO5RmtbJia35l6xus/fLj5AxefXlwbTCcXh2FYYvA==} + '@babel/helper-validator-option@8.0.0-rc.6': + resolution: {integrity: sha512-uonhzCIL2Vf0xA10g5C0zD5thR7a6XxOSwZAzYfyl8n2zEev5bAB9J4b2oZ7u5YkyqdONfkptl2DesvW2P56Kg==} engines: {node: ^22.18.0 || >=24.11.0} - '@babel/helpers@7.28.6': - resolution: {integrity: sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==} + '@babel/helpers@7.29.7': + resolution: {integrity: sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==} engines: {node: '>=6.9.0'} - '@babel/helpers@8.0.0-rc.5': - resolution: {integrity: sha512-8cBhvRAJsBMRVjKa1c6zWABrvMxK82Ex0EdYpF31Qk4cdjKkt/jZqRIqp4c9xPSFeWPnarr5z+UYEMTYzvPaww==} + '@babel/helpers@8.0.0-rc.6': + resolution: {integrity: sha512-kTTqnw+Ubp1/WGXiIpDcl+WYVGTUVGjrQKswGI9VOamk7eWVf5ZYOcCB+o1UxaaHjs/L+QK7IRPlyP7vg579OQ==} engines: {node: ^22.18.0 || >=24.11.0} - '@babel/parser@7.29.0': - resolution: {integrity: sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==} + '@babel/parser@7.29.7': + resolution: {integrity: sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==} engines: {node: '>=6.0.0'} hasBin: true @@ -689,58 +684,58 @@ packages: engines: {node: ^20.19.0 || >=22.12.0} hasBin: true - '@babel/parser@8.0.0-rc.5': - resolution: {integrity: sha512-/Mfg83rK3+jsRbl4Vbd0jqxc6M1A1/WNFtgrowRM1unEsD3XcNnrBdMM0JWakd0/RN9lseQKwPduW1TiEwKOlQ==} + '@babel/parser@8.0.0-rc.6': + resolution: {integrity: sha512-rOS8IpdO7mQELkTPlCsTgPejO0bFuZdEDCGQJouYbYf9e1FLTym7Fei2pEjq8q7MWbX0ravcd7QQYKs1TxOuog==} engines: {node: ^22.18.0 || >=24.11.0} hasBin: true - '@babel/plugin-proposal-decorators@8.0.0-rc.5': - resolution: {integrity: sha512-1un7JqEauyq3ixjvIPXYK89yc896aRBmwFxhnWAYAP1RwjBOPUThik87FCkqSBXVqPLiJkLPRcRFvIOux6FjkA==} + '@babel/plugin-proposal-decorators@8.0.0-rc.6': + resolution: {integrity: sha512-ZkAIHZwuSkQYCY3S1M8dO0doNSIRW55b5rKS7cB+bwN22ijmVAFvvvELnWonmgNA7JtltYODfTYfHjyn9lIE5Q==} engines: {node: ^22.18.0 || >=24.11.0} peerDependencies: - '@babel/core': ^8.0.0-rc.5 + '@babel/core': ^8.0.0-rc.6 - '@babel/plugin-syntax-decorators@8.0.0-rc.5': - resolution: {integrity: sha512-wOnQgZo+qCo3QHFLDH01WInfwqQu2X+1jl5Te8XeT2RD27LTzYXXCrkN6kXglFqJ6DzKRxzIBsYRCjpqCNz4Og==} + '@babel/plugin-syntax-decorators@8.0.0-rc.6': + resolution: {integrity: sha512-yBedfehpXeaDzd9rv6sX5G2N1lrs25wcPzOokEN4Y7isfxTRQXfkPRqeGtS/+2Ua+GgKuIPuanzlE4/uW9Ddrg==} engines: {node: ^22.18.0 || >=24.11.0} peerDependencies: - '@babel/core': ^8.0.0-rc.5 + '@babel/core': ^8.0.0-rc.6 - '@babel/plugin-transform-runtime@8.0.0-rc.5': - resolution: {integrity: sha512-mpA7xwNyT2rC3w90RRwxtLECi5Gu2T9CRbyrARecFhEEearPnqBr0Nn7l3kgZTL7wDOaYCH91u8W+fWAwb/uZw==} + '@babel/plugin-transform-runtime@8.0.0-rc.6': + resolution: {integrity: sha512-XOnK6dNsyKMa+XDierLfzGjq6+YW1XKhL+bj9/Tzro9FRvddnvmRMyCOAzl8ojVQTrkJoMUSLNilcbroZDSE4g==} engines: {node: ^22.18.0 || >=24.11.0} peerDependencies: - '@babel/core': ^8.0.0-rc.5 + '@babel/core': ^8.0.0-rc.6 '@babel/runtime@7.28.6': resolution: {integrity: sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==} engines: {node: '>=6.9.0'} - '@babel/runtime@8.0.0-rc.5': - resolution: {integrity: sha512-N1LOR5gZWCk1+lfV6Zhp1tss1SNc2hbKLbhOC41WGDv5wu8GLKXpU4LvEYYFanwDh7vGZHG0xfAONP/aSAWmew==} + '@babel/runtime@8.0.0-rc.6': + resolution: {integrity: sha512-Mp5T+uFgc47J6RQPDtOe1P5azEWo1VlYvtnWQmRcYq9omtZsqjYdnj24JNa+MDVtxQlv3nHhU0l5JcUqYSZ9UQ==} - '@babel/template@7.28.6': - resolution: {integrity: sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==} + '@babel/template@7.29.7': + resolution: {integrity: sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==} engines: {node: '>=6.9.0'} - '@babel/template@8.0.0-rc.5': - resolution: {integrity: sha512-HZR8YfmymiFnKHATCeMkysF7iweLxdgQ6OAjzfZMPJ7wMGGgwVZv7CoPa2exi9AmBXyjKeDP4t0G3tsox2Ya8w==} + '@babel/template@8.0.0-rc.6': + resolution: {integrity: sha512-CZFjZblLiIUEFghbB3sKs3rpYrwo65rLIklw/gNpwBm326cU6TH/xzvJZlZ+H9HpDi00eDXqNJR8CtEKW3oc/A==} engines: {node: ^22.18.0 || >=24.11.0} - '@babel/traverse@7.29.0': - resolution: {integrity: sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==} + '@babel/traverse@7.29.7': + resolution: {integrity: sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==} engines: {node: '>=6.9.0'} - '@babel/traverse@8.0.0-rc.5': - resolution: {integrity: sha512-nDYvsWPgyRWxwJSb9v57lSr6Z5r/IPlrHW6LYSkcRgzzcasq7JsDs2fFUBIGhoq3A6Cas1xH0Z2WQ/FNkbu10A==} + '@babel/traverse@8.0.0-rc.6': + resolution: {integrity: sha512-/txuBViGaE9gpM8MSGShru1O2Bzp3zb3m/XKZNUsNv2SyNn++lKDDIWkiIQ/345j2FBy7CHiYTZuKhewHWyefw==} engines: {node: ^22.18.0 || >=24.11.0} - '@babel/types@7.29.0': - resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==} + '@babel/types@7.29.7': + resolution: {integrity: sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==} engines: {node: '>=6.9.0'} - '@babel/types@8.0.0-rc.5': - resolution: {integrity: sha512-JeSVu/m8x/zpp4CLjYHVNXuhEyOkhPXuxM8YOXjh6L4LlvQNKuUNOTo5KdBuKAcTDHw8DquToTaEkhsBqPXOaA==} + '@babel/types@8.0.0-rc.6': + resolution: {integrity: sha512-p7/ABylAYlexb31wtRdIfH9L9A0Z2T/9H6zAqzqndkY2PLkvNNc580wGhp/gGKN4Sp9sQvSkhc6Oga8/O+wTyw==} engines: {node: ^22.18.0 || >=24.11.0} '@conventional-changelog/git-client@2.7.0': @@ -1242,124 +1237,124 @@ packages: '@oxc-project/types@0.132.0': resolution: {integrity: sha512-FESMOxil5Se014ui/Eq8fT5uHJo6nIRwH0PfJrZJXs6Gek3ZVFOrpUv3YIZT20m+extU98Hg1Ym72U58rlsxUQ==} - '@oxfmt/binding-android-arm-eabi@0.51.0': - resolution: {integrity: sha512-Ni0sCqg5CIHaLIYFGj+ncbcumylvNC6FE4rfD0KfdmnWHbPJ+zev0qZCXKxy2hFVa0fYRK0yPzf5nzPbkZou7g==} + '@oxfmt/binding-android-arm-eabi@0.53.0': + resolution: {integrity: sha512-XfVM8AmIovBTKXCt14Op5wbfcoM8418nttd+nhMgM3RAVaJg1MtJc73FyWfUt0oxLyBGVwfniNVUsbV/b3VmPg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [android] - '@oxfmt/binding-android-arm64@0.51.0': - resolution: {integrity: sha512-eu5lAZjuo0KAkp+M24EhDqfOwA8owQ8d7wyBlOUUGRbDLHpU3IRlDHp8Dif+YqGlxs6jra7yS6WQu/NkPhAxeg==} + '@oxfmt/binding-android-arm64@0.53.0': + resolution: {integrity: sha512-btHDfXckwdf9zgyAVznfZkf+GVyB0I1m1hlvaOMRx2xoyz3hphfPX97s89J3wfCN8QBETLtk4lQUaeOkrMuQOg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [android] - '@oxfmt/binding-darwin-arm64@0.51.0': - resolution: {integrity: sha512-6LsUNIdURhhcIfIn8+xsOb61mSTa9msAHTeSGx9Jf4rsP/gN8PGCF+SKWPAQZbND2w/WBkqQ6303jqEEIXzMdQ==} + '@oxfmt/binding-darwin-arm64@0.53.0': + resolution: {integrity: sha512-k2RjMcSTkHjoOlsVGbL35JVzXL+oQco3GHPl/5kjebVF4oHNfE24In8F5isqBh9LBJucycWHKDXdGrCchdWcHQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [darwin] - '@oxfmt/binding-darwin-x64@0.51.0': - resolution: {integrity: sha512-9aUMGmVxdHjYMsEAW1tNRoieTJXlVNDFkRvIR1J7LttJXWjVYCu2ekclLij2KJtxBxSQOYSHd12ME/adVGVbZg==} + '@oxfmt/binding-darwin-x64@0.53.0': + resolution: {integrity: sha512-65jIBE2H1l5SSs16fmv6/7b6sAx/WpvnsgDhVWK9qSjNFDUro7MPQ6q5UhpY7kl46yltfR046iAnxy/Bzqbiew==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [darwin] - '@oxfmt/binding-freebsd-x64@0.51.0': - resolution: {integrity: sha512-mkY1nhZTqYb+NHaAWxOCKISN6FwdrwMNsu17vTUA3wzUV2VJ+Paq15ZokRcsMU/2PUdHO73prxyeJpjXQ3MPpQ==} + '@oxfmt/binding-freebsd-x64@0.53.0': + resolution: {integrity: sha512-oYe1gkz7U49PCYrS9147d2fJZj8mDI4Di6AvlsU5fu9p+Tq8S7qqOMSZjUiVTLX8bXuSA9Lk/tIxuegVjkNYRA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [freebsd] - '@oxfmt/binding-linux-arm-gnueabihf@0.51.0': - resolution: {integrity: sha512-wtFwNwE4+YCNuPaWoGDZeGsKvD6D1YSUNBJNn/rJBh7CrDBThFE+TBI5kY7vRW9rIOQRsbW2IpyyL3Du4Zqwiw==} + '@oxfmt/binding-linux-arm-gnueabihf@0.53.0': + resolution: {integrity: sha512-ailB2vLzGi629tymdAb2VYJyEHref7oqGxP+tRBrtRBxQrb6NV55JMT7xtGZ8uTeG2+Y9zojqW4LhJYxQnz9Pg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] - '@oxfmt/binding-linux-arm-musleabihf@0.51.0': - resolution: {integrity: sha512-rnOaNx86G7iRKM6lsCIQMux0SMGNC/TEbFR+r7lpruJ12bnrIWgxd5w1PLqOvgR9r8ZJbpK/zfRKctJnh8/Jfg==} + '@oxfmt/binding-linux-arm-musleabihf@0.53.0': + resolution: {integrity: sha512-abh4mWBvOvD966sobqF7r103y2yYx7Rb4WGHLOS4+5igGqLbbPxS9aK5+45D6iUY7dWMsk3Muz9a8gUtufvqJA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] - '@oxfmt/binding-linux-arm64-gnu@0.51.0': - resolution: {integrity: sha512-jOgDzSqWcICGRjsp4mc08FxKMN8vzP2Kgs4E0d2HUP99F+nJDQKklRV4Zuj+0gcBgjrzx2CbpqaIdUVPepCojA==} + '@oxfmt/binding-linux-arm64-gnu@0.53.0': + resolution: {integrity: sha512-z73PvuhJ8qA+cDbaiqbtopHglA91U4+y5wn2sTJJrnpB957d5P33FEuyP3DQIFd7ofljmDmfVT4G0CVGHZaJWg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] libc: [glibc] - '@oxfmt/binding-linux-arm64-musl@0.51.0': - resolution: {integrity: sha512-KBUCdrH5bwVrAvI9gU/1S55oH6fzXjr++J/oVocdu7bYTks1l7DNNT+rLd/1TDdAEjObGwmfWamn7LC1m8A0DQ==} + '@oxfmt/binding-linux-arm64-musl@0.53.0': + resolution: {integrity: sha512-I6bhOTroqc3ThrwZ89l2k3ivKuELhdPLbAcJhRNyjWvlgwb0vjRgEnVL1XLx5Jud04/ypNRZBykAWrSk6l/D+g==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] libc: [musl] - '@oxfmt/binding-linux-ppc64-gnu@0.51.0': - resolution: {integrity: sha512-NapfjYsABFqTJ1Dn9Efq6sN5esaHconVKwVLbDGNQLrwpOx/g17mkwErHzU72PutL67nf3wNAkbq122H+zLxag==} + '@oxfmt/binding-linux-ppc64-gnu@0.53.0': + resolution: {integrity: sha512-w0p3JzB/PkkQjXALMJMqP9YfP3yq4w6zGsu5kezQmUnxRkN3b/Theg2l/nDgBsOcczxS3gL6Gam5XNAVrO6QJQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [ppc64] os: [linux] libc: [glibc] - '@oxfmt/binding-linux-riscv64-gnu@0.51.0': - resolution: {integrity: sha512-5dlDt1dUZCVi6elIhiK1PWg9wpTzTcIuj0IZnSurvIoMrhOWqqTcc1dSTxcSkNaBZhfsNqRZdINI1zAgbKkJNQ==} + '@oxfmt/binding-linux-riscv64-gnu@0.53.0': + resolution: {integrity: sha512-mzBhF6k1Yq1K/dqDmVe/AAafnlJfEpx7yfUiksyeWXJk5iSzZqBSxcsa02zIytYgQFRZ7h6WPZfwHg/DoOE1Kw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [riscv64] os: [linux] libc: [glibc] - '@oxfmt/binding-linux-riscv64-musl@0.51.0': - resolution: {integrity: sha512-pgdWUJn0S5nulyiVdlFV8DzCUnGXkU99W5PSkkmbaZW+LrZBPxpezun4G0DDHbQaVYuJeCuKsXsGKGo77CkUTQ==} + '@oxfmt/binding-linux-riscv64-musl@0.53.0': + resolution: {integrity: sha512-AlFCpnRQhogQFzZXWbO6xB6/Udy745L+eQNmDPGg7G/OeWsYmJc4jZYfUN5pQg0reOPWSED2mOQqKZOJM1U8cA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [riscv64] os: [linux] libc: [musl] - '@oxfmt/binding-linux-s390x-gnu@0.51.0': - resolution: {integrity: sha512-2XTFUe97CbDGAI8vjwDfZ1HdakO0XIADyJ24idEg64SC4/K4in/OisXVnrW4NMK7I6TgC7EqRhC0Ln/nKhAemA==} + '@oxfmt/binding-linux-s390x-gnu@0.53.0': + resolution: {integrity: sha512-XD4ulY4f1DWbuuZXAqxhVn+gdPmrhnmojWtFN78ctVoupmS845fGhsUrk1HZXKQI+iymbaiz9vAjPsghHNQ7Ag==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [s390x] os: [linux] libc: [glibc] - '@oxfmt/binding-linux-x64-gnu@0.51.0': - resolution: {integrity: sha512-kQ1OuCqqt/yyf0ZN9VFxW1/JnlgJgii3Dr7pWf9vNBvrX1hv6g39/+mc5oGRHRGJFZtl3zsGDWR9c5N2B/gwBw==} + '@oxfmt/binding-linux-x64-gnu@0.53.0': + resolution: {integrity: sha512-xg8KWX0QnxmYWRe60CgHYWXI0ZOtBbqTsXvWiWrcl2XUHJ3fht2QerOk2iWvylzX3zNT2GpvBRxGoR4d3sxPRQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] libc: [glibc] - '@oxfmt/binding-linux-x64-musl@0.51.0': - resolution: {integrity: sha512-ARTYqxHF475o96Gbn41hvSWSSRygPlRDXZZgZ9I2scU1y0qiWpCQyZCoefaQa0mwv+wwtZ+luS4YOzsRzM/izg==} + '@oxfmt/binding-linux-x64-musl@0.53.0': + resolution: {integrity: sha512-MWExpYBGvl+pIvVB/gj/CcWlN2al8AizT7rUbtaYaWNoQkhWARM6W3qpgoCr72CYSN9PborzPmM5MIRe2BrNdA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] libc: [musl] - '@oxfmt/binding-openharmony-arm64@0.51.0': - resolution: {integrity: sha512-QiC1XrCl6a6BmqMzduO8hdIRMf1m44hCkt2Q68KWkTvUB/E7fd2iomyNh6KnnRca5w6eBrRAAtLFqTh+xjsjJA==} + '@oxfmt/binding-openharmony-arm64@0.53.0': + resolution: {integrity: sha512-u4sajgO4nxgmJIgc/y2AqPhkdbOkQH8WugXpA1+pW0ESQhvGZ1oGq61Q4xMbJHJU1hFgtO18QNrcFYDPYH0gwQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [openharmony] - '@oxfmt/binding-win32-arm64-msvc@0.51.0': - resolution: {integrity: sha512-NC/hJb9dtU23Zf8L7IVK95xnFjiQ7AfcLO2l5pb69TDEr958qxrtnB2CveeeNSCBFNIkgaTCfd/vHNSoG78l9g==} + '@oxfmt/binding-win32-arm64-msvc@0.53.0': + resolution: {integrity: sha512-Yq9sOZoIOJ5xPjO0qOyHJS4CiPuTkB2en9auxZz7Ar2p5RaC7BzLyVVmAA7zz9/L9YnjjY1DwNxN+ivKXimN/A==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [win32] - '@oxfmt/binding-win32-ia32-msvc@0.51.0': - resolution: {integrity: sha512-2C45za4Rj36n8YIbhRL1PQbxmXJYf81WEcAgvj5I4ptRROG+A+81hREEN5bmCHADE1UfYaN312U6tkILoZZy6w==} + '@oxfmt/binding-win32-ia32-msvc@0.53.0': + resolution: {integrity: sha512-es1fVNZEkBqEcQtBpn19SYFgZF7FawlkCjkT/iImfEAus4gun8fBwB1E9hpV5LcR9B0DBNvRIXhW8BQk3JaE+Q==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [ia32] os: [win32] - '@oxfmt/binding-win32-x64-msvc@0.51.0': - resolution: {integrity: sha512-73RqdAuVKQTkjZIDw08JaDHUM4lav5Qu+CaPwg4QbbA7k8o7LEW0p3UsfZ/F8dsO/pwVYh3RzFcanwLRTTahbQ==} + '@oxfmt/binding-win32-x64-msvc@0.53.0': + resolution: {integrity: sha512-QFmJs2bEu9AO4O6qsmEaZNGi6dFq8N+rT8EHAAnZIq/B9SeJDUbc4DzVxQ48MfDsL7D3sCZzo37zuTuspcURgg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [win32] @@ -1394,124 +1389,124 @@ packages: cpu: [x64] os: [win32] - '@oxlint/binding-android-arm-eabi@1.66.0': - resolution: {integrity: sha512-f7kq8N51T4phpzqfBpA2qaVTI/KrkCmNwaj3t/97I/WLTDI+UhlP5GL9eER+zVxBhtlx5rKXWByJU1/zDAvyaw==} + '@oxlint/binding-android-arm-eabi@1.68.0': + resolution: {integrity: sha512-wEdsIspexXLLMCPAEOcCuFLMt6aE3AzTuA/nQKLPRnoJ+EQTturmGheDkhHuuVHx0GbutjQ3JKmEn+Gz6Ag28Q==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [android] - '@oxlint/binding-android-arm64@1.66.0': - resolution: {integrity: sha512-xu6QO71tdDS9mjmLZ3AqhtaVHBvdmsOKkYnReNNDgh+XiwnsipeQOIxbiYOOO0iAXycJ+GK0wdMSZP/2j/AmSg==} + '@oxlint/binding-android-arm64@1.68.0': + resolution: {integrity: sha512-6aZRNNXQTsYtgaus8HTb9nuCcsrQTlKXGnktwvwW0n/SooRWNxNb3925grDkC63aEYZuCIyOVLV16IdYIoC2aQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [android] - '@oxlint/binding-darwin-arm64@1.66.0': - resolution: {integrity: sha512-HZ24VimSOC7mxuEA99e0H2FS0C1yO3+iW13jPRAk+e2njsUs3QeAXsafCDyaIrV/MirdOVez+etQNQsJE43zNQ==} + '@oxlint/binding-darwin-arm64@1.68.0': + resolution: {integrity: sha512-lVTbsE3kO4bLpZELgjRZuAJc8kP98wb83yMXWH8gaPaFZ+cM2IDeZto4ByoUAYj0Mxv2rvw+A1ssZequSepVSg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [darwin] - '@oxlint/binding-darwin-x64@1.66.0': - resolution: {integrity: sha512-awhj8ZvJrrRSnXj7V++rpZvTmnl99L6mi0B7gg7Cp7BN6cKpzuI481bHNLvXGA9GB1/oEgA3ponuyoAc6Md12A==} + '@oxlint/binding-darwin-x64@1.68.0': + resolution: {integrity: sha512-nCmw2XrmQskjBUh/sfP5yKs93V68LijQgjd1cuuZ/q4SCARngLYs60/qqyzuMsg8QQ9KArDI98hxs/RDGE4KRQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [darwin] - '@oxlint/binding-freebsd-x64@1.66.0': - resolution: {integrity: sha512-KQF0oVV21/FjIqkRuL8Q1vh8ECsE5+ocdH5tcqTQ4ZnYuDVoYibQUNfqBjQaUsP6UIIda5Y75Wpm5p4RgQWiWw==} + '@oxlint/binding-freebsd-x64@1.68.0': + resolution: {integrity: sha512-TI4ovQJliYE9V6e06cEv+qEI9uj7Ao65fmif4er4HD+aouyYyh0P31q2jh3KtqsOHHcQqv2PZ61TjJFLpBDGWQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [freebsd] - '@oxlint/binding-linux-arm-gnueabihf@1.66.0': - resolution: {integrity: sha512-9u1rgwZSEXWb30vbFZzQ78HVXBo0WCKNwJ3a2InRUTNMRng+PUDIoSFmA+m4HdUfBaIqftShq8J8qHc+eE/Vig==} + '@oxlint/binding-linux-arm-gnueabihf@1.68.0': + resolution: {integrity: sha512-LcNnEi9g71Cmry5ZpLbKT+oVv+/zYG3hYVAbBBB5X85nOQZSk8l92CnDkxJMcxUg0NCnMCOFZuaVDlMyv4tYJw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] - '@oxlint/binding-linux-arm-musleabihf@1.66.0': - resolution: {integrity: sha512-Ynot2HR1bHxUaNWoC280MVTDfZuaWuP3XfSMRDhyuZrVjhzoaBCVFlw8h8qeZjWKVUBhPWFIxB7AQTlK8Z2WWg==} + '@oxlint/binding-linux-arm-musleabihf@1.68.0': + resolution: {integrity: sha512-OovHahL3FX4UaK+hgSf11llUx2vszqjSdQQ61Ck9InOEI/ptZoC4XSQJurITqItVvd53JSlmkLMeaNjM1PoQew==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] - '@oxlint/binding-linux-arm64-gnu@1.66.0': - resolution: {integrity: sha512-xCbgzciGgo+A4aQZEknsNrNiIwY7sU5SfRuMmRjPIvZAgdF34cIHiKvwOsS5XRLjlTVSFwitmq6YclTtHTfU+g==} + '@oxlint/binding-linux-arm64-gnu@1.68.0': + resolution: {integrity: sha512-YbzTglnHLzzi9zv5or8Ztz5fykAoZE8W9iM42/bOrF4HBSB6rJTqdLQWuoP76EHQw9DuKl76K1QmFlG29sPJXQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] libc: [glibc] - '@oxlint/binding-linux-arm64-musl@1.66.0': - resolution: {integrity: sha512-hmo+ZB/lHkR1HdDmnziNpzSLmulnUSu10VEqX2Yex7OwvoBAbjJQLvy4gIBRV3AAwWnCvAxKp5Nv1GE6LU1QMg==} + '@oxlint/binding-linux-arm64-musl@1.68.0': + resolution: {integrity: sha512-qVKtCZNic+OoNnOr/hCQAu22HSQzflI7Fsq/Blzkw02SnLuv163k3kfmrVpZjSBlUHgsRKj6WgQiw30d3SX02Q==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] libc: [musl] - '@oxlint/binding-linux-ppc64-gnu@1.66.0': - resolution: {integrity: sha512-2Invd4Uyy81mVooQC5FBtfxSNrvcX1OxbMlVQ6M2erRrNI2awFYF26YNW2yFxdVFZ4ffNOWKghtMjhnUPsXsVA==} + '@oxlint/binding-linux-ppc64-gnu@1.68.0': + resolution: {integrity: sha512-zExyZ8ZOUuAyQ0y9jpTcyjKUz62YY9JhKPyVxzvjTpXzZ3ujdqiVwfPWDdnA1SsIOrxdtxHn7KErDHLWskFjXg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [ppc64] os: [linux] libc: [glibc] - '@oxlint/binding-linux-riscv64-gnu@1.66.0': - resolution: {integrity: sha512-s0iXPDQVdgayE3RGa/N2DZF7tjgg0TwEtD1sGoDxqPDGrIXgo45H0yHknT0f9A0yteASsweYZtDyTuVlM4aSag==} + '@oxlint/binding-linux-riscv64-gnu@1.68.0': + resolution: {integrity: sha512-6C4MPuwewyDavA7sxM14wzgRi5GGL68HPIxRCdVyS75U4MDbpFVYzKO9WNR6KLKTMPq2pcz3THwo1sK2uiqngw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [riscv64] os: [linux] libc: [glibc] - '@oxlint/binding-linux-riscv64-musl@1.66.0': - resolution: {integrity: sha512-OekL4XFiu7RPK0JIZi8VeHgtIXPREf42t8Cy/rKEsC+P3gcqDgNAAGiyuUOpdbG4wwbfue1q4CHcCO7spSve6w==} + '@oxlint/binding-linux-riscv64-musl@1.68.0': + resolution: {integrity: sha512-bnZooVeHAcvA+dH0EDLgx+7HY/DRi6e0hFszg3P+OBatuUjV6EvfIyNIzWOusmqAVh4L6r21GGTZtiKE4iqM4Q==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [riscv64] os: [linux] libc: [musl] - '@oxlint/binding-linux-s390x-gnu@1.66.0': - resolution: {integrity: sha512-Ga1D0kj1SFslm34ThA/BdkUlyAYEnTsXyRC4pF0C5agZSwtGdHYWMTQWemUfBGp4RCG4QWXgdO+HmmmKqOtlBg==} + '@oxlint/binding-linux-s390x-gnu@1.68.0': + resolution: {integrity: sha512-dIqnZnJSmHCMOUpUcWQOiV14o3DDPVx1DSsMaSzvdhNjC1tB1iEPZbdiMSCIEYbkgbsYznHXWqFdKL8WUB3F8g==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [s390x] os: [linux] libc: [glibc] - '@oxlint/binding-linux-x64-gnu@1.66.0': - resolution: {integrity: sha512-p5jfP1wUZe/IC3qpQO84n9DRnf9g3lKRtLBlQq23ykyrDglHcVx7sWmVTlPuU6SBw8mNnPzyOn022G3XZHnlww==} + '@oxlint/binding-linux-x64-gnu@1.68.0': + resolution: {integrity: sha512-zc9lEnfV/HreDTY6gdMlZe+irkwHSxQ4/B1pS9GyK7RVaA5LxhoZY/w6/o2vIwLLEYiXQ5ujGxOM1ZazeFAAIA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] libc: [glibc] - '@oxlint/binding-linux-x64-musl@1.66.0': - resolution: {integrity: sha512-vUB/sYlYZorDL1ZD+o9mRv7zbsykrrFRtmgS6R8musZqLtrPRQn1gc1eGpuX+sfdccz42STl/AqldY6XRb2upQ==} + '@oxlint/binding-linux-x64-musl@1.68.0': + resolution: {integrity: sha512-Dl5QEX0TCo/40Cdh1o1JdPS//+YiWqjC+Hrrya5OQmStZZr4svAFtdlqcpCrU9yq2Mo3vRVyO9B3h0dzD8s36Q==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] libc: [musl] - '@oxlint/binding-openharmony-arm64@1.66.0': - resolution: {integrity: sha512-yde+6p/F59xRkGR9H1HfngWRif1QRJjynZK349l+UI0H6w9hL3G8/AVaTHFyTtLVQ56qtNbX2/5Dc77n1ovnOg==} + '@oxlint/binding-openharmony-arm64@1.68.0': + resolution: {integrity: sha512-/qy6dOvi4S3/LeXq0l5BT5pRKPYA7oj3uKwJOAZOr5HRLL+HK6jdBynvWuXIA2wwfE01RzNYmbBdM7vwYx00sA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [openharmony] - '@oxlint/binding-win32-arm64-msvc@1.66.0': - resolution: {integrity: sha512-O9GLucgoTdmOrbBX+EjzNe7o/Ze5TFOvXcib6bzUOtBOmj6cV+zw18NgB+cGKAkDw1Pdqs8vGkfHbbsLuDtXWg==} + '@oxlint/binding-win32-arm64-msvc@1.68.0': + resolution: {integrity: sha512-fHNtVqPHSYE7UFDSLVFUjxQjnSVXxseNJmRW+XuP4pXXDwePdPda43NL7/BBCFTxHjycOc44JNDaOPtFDNui9A==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [win32] - '@oxlint/binding-win32-ia32-msvc@1.66.0': - resolution: {integrity: sha512-m3Pjwc2MfTcom4E4gOv7DyuGyt7OfGNCbmqDHd+N7EzXmP+ppHuudm2NjcA3AjV5TSeGxaguVF4SbTKHe1USYA==} + '@oxlint/binding-win32-ia32-msvc@1.68.0': + resolution: {integrity: sha512-NnKXr4Wgo4nps3erhrE0f8shBvBPZMHg72nDsvX0JyrRvsNiP3f1JNvbCKh+A6VFvpF7ZoJxu904P3cKMhvZnA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [ia32] os: [win32] - '@oxlint/binding-win32-x64-msvc@1.66.0': - resolution: {integrity: sha512-/DbBvw8UFBhja6PqudUjV4UtfsJr0Oa7jUjWVKB0g86lj/VwnPrkngn0sFql3c9RDA0O16dh7ozsXb6GjNAzBQ==} + '@oxlint/binding-win32-x64-msvc@1.68.0': + resolution: {integrity: sha512-zg5pA+84AlU6XHJ3ruiRxziO71QTrz8nLsk6u01JGS5+tL9/bnlakFiklFrcy4R1/V7ktWtaNitN3JZWmKnf6g==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [win32] @@ -1753,8 +1748,8 @@ packages: '@rolldown/pluginutils@1.0.0-rc.16': resolution: {integrity: sha512-45+YtqxLYKDWQouLKCrpIZhke+nXxhsw+qAHVzHDVwttyBlHNBVs2K25rDXrZzhpTp9w1FlAlvweV1H++fdZoA==} - '@rollup/plugin-swc@0.4.0': - resolution: {integrity: sha512-oAtqXa8rOl7BOK1Rz3rRxI+LIL53S9SqO2KSq2UUUzWgOgXg6492Jh5mL2mv/f9cpit8zFWdwILuVeozZ0C8mg==} + '@rollup/plugin-swc@0.4.1': + resolution: {integrity: sha512-widfnT1TbDc4hsV37PQ61ZoLGPJ7STZE4lQzA3gWKbcMfzjOgiGsoTYfSsq21H4J2UY1y3MKwejXTMkwN2tEtQ==} engines: {node: '>=14.0.0'} peerDependencies: '@swc/core': ^1.3.0 @@ -1884,17 +1879,17 @@ packages: '@swc/counter@0.1.3': resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==} - '@swc/plugin-emotion@14.10.0': - resolution: {integrity: sha512-uhPq0oJHk2/W2Hn6vLaNmbUUgNPPj0FINHISxfs9hqS2Hpv/TVzQFsnbxul1FJEa+YQe1Qebou2esDphwzIuKg==} + '@swc/plugin-emotion@14.12.0': + resolution: {integrity: sha512-lyAQgTeDkowq/4+8JYaviVOL4jXSdObz+uuk84DjM0z4qoiMpI6xoDVp7/tjWeVjmLc2U6Qp3hDuwWMZ5xe88Q==} - '@swc/plugin-react-remove-properties@12.10.0': - resolution: {integrity: sha512-oH7OhW9qXJcHvD3iPELBcaa6p7up+oi3gqRbuh+S0x+Qi4LxjczhSrPZ70NdCH9Nl1u8cwDEu+Kp1FebcxGmkw==} + '@swc/plugin-react-remove-properties@12.12.0': + resolution: {integrity: sha512-uv2+Sp57uhJnS/VS77a9E/P2iLCR9Xvw1hAmOdPTISmO+xRxZA3PEQ1o1xE3uTnUZaFtlKhe7zYOx8qLboWhmA==} - '@swc/plugin-styled-jsx@13.10.0': - resolution: {integrity: sha512-43XjlorT5kooqdzoJr9l9kq683MjdCyJIuIlREYdK9VON6N9jOLo+lfsQHT4HxsQzQGeGMEHGjigdzi/nKQdyg==} + '@swc/plugin-styled-jsx@13.12.0': + resolution: {integrity: sha512-1miNCe6YTjzG1WaaS+sNNruC1M3xMfIM9rR77Iw/Sbuolm5zGRpm2cic+4z3bj+atNLhXyEdERyuRitTZBhQKQ==} - '@swc/plugin-transform-imports@12.10.0': - resolution: {integrity: sha512-nrJxQkGzXI3+IvRbuqqpxCHc2Jn9HxNRySO+NbZ7B05eHM9mVbF2UCz/GnI84nwP3GiPrVsdUJh365WJEsUFpA==} + '@swc/plugin-transform-imports@12.12.0': + resolution: {integrity: sha512-HblKH6MOf2l9zV+ijHBUBlslZDJ+YIq8Vt5TFXgY44lZZFC8AaF6aWU4nvvyoVQmXKaAPX5SF4D1abcq14PSfw==} '@swc/types@0.1.26': resolution: {integrity: sha512-lyMwd7WGgG79RS7EERZV3T8wMdmPq3xwyg+1nmAM64kIhx5yl+juO2PYIHb7vTiPgPCj8LYjsNV2T5wiQHUEaw==} @@ -1911,8 +1906,8 @@ packages: '@types/estree@1.0.8': resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} - '@types/gensync@1.0.4': - resolution: {integrity: sha512-C3YYeRQWp2fmq9OryX+FoDy8nXS6scQ7dPptD8LnFDAUNcKWJjXQKDNJD3HVm+kOUsXhTOkpi69vI4EuAr95bA==} + '@types/gensync@1.0.5': + resolution: {integrity: sha512-MbsRCT7mTikHwKZ0X+LVUTLRrZZRLipTuXEO9qOYO+zmjMVk81axyClMROf6uoPD9MRVu46bx8zoR0Ad9q3NAg==} '@types/jsesc@2.5.1': resolution: {integrity: sha512-9VN+6yxLOPLOav+7PwjZbxiID2bVaeq0ED4qSQmdQTdjnXJSaCVKTR58t15oqH1H5t8Ng2ZX1SabJVoN9Q34bw==} @@ -1920,8 +1915,8 @@ packages: '@types/node@22.19.15': resolution: {integrity: sha512-F0R/h2+dsy5wJAUe3tAU6oqa2qbWY5TpNfL/RGmo1y38hiyO1w3x2jPtt76wmuaJI4DQnOBu21cNXQ2STIUUWg==} - '@types/node@24.12.4': - resolution: {integrity: sha512-GUUEShf+PBCGW2KaXwcIt3Yk+e3pkKwWKb9GSyM9WQVE+ep2jzmHdGsHzu4wgcZy5fN9FBdVzjpBQsYlpfpgLA==} + '@types/node@24.13.1': + resolution: {integrity: sha512-RSpUJGmvsJ1ZeBehQZFhIdpsz+bIpES0nIQXko4Ybq+N+kX6XvOq3Jo+iJ82FWLdblFq85AsMikd3m35jgezYg==} '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -1937,53 +1932,53 @@ packages: peerDependencies: '@types/react': ^19.2.0 - '@types/react@19.2.15': - resolution: {integrity: sha512-eRwcGNHve+E8qtEQSSRl6urh+rFop4v8gm6O8rGv25CodbvFdLjA1vVQ1KkiFE0w0UPOnb8tDiFKL5lp0rtY5Q==} + '@types/react@19.2.17': + resolution: {integrity: sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw==} - '@typescript/native-preview-darwin-arm64@7.0.0-dev.20260524.1': - resolution: {integrity: sha512-dIaYmijy9/tdrxHTxlnfwzP+AC6iAycUYGChOowLR3bVSbKhz4DUJZGMaodzGCtBEWSRUwx0MK1Sa1zBpFbM5g==} + '@typescript/native-preview-darwin-arm64@7.0.0-dev.20260607.1': + resolution: {integrity: sha512-7t6tPrvxiHTCL8Ye8H/XZDceUB/UTXerghIEBiVjoEvPK6AYxxqOB0vEhKGRhlCkUd3kQAcKQuda/SK63hBkTQ==} engines: {node: '>=16.20.0'} cpu: [arm64] os: [darwin] - '@typescript/native-preview-darwin-x64@7.0.0-dev.20260524.1': - resolution: {integrity: sha512-HjfPFOSQCymn5Iu07xoySqfK5lwXthEWN1vltO5SDaFYVRasK6P3DBRe4QL0AiSGr8tRfA3x7BdRPjPVu94Epg==} + '@typescript/native-preview-darwin-x64@7.0.0-dev.20260607.1': + resolution: {integrity: sha512-pCzBIEDQTDaXdGdv6tQkPdnvnyLdIhSApeTjP86rvm3bfNpMbSi0DkDSQoJvEeZWYDw0ewe7TTDhbgtTSmqegQ==} engines: {node: '>=16.20.0'} cpu: [x64] os: [darwin] - '@typescript/native-preview-linux-arm64@7.0.0-dev.20260524.1': - resolution: {integrity: sha512-dH+zYjBs2ajcIRMmb8YkapY7TXzU/yX6HITrXhuoDov+mun7nCNfiRRmRBeqbGxl5JM8mUugBl/yyyhFWjIWdQ==} + '@typescript/native-preview-linux-arm64@7.0.0-dev.20260607.1': + resolution: {integrity: sha512-OAJi5GpueqRVGrtDn/N8uNRriD1OX1jvJf3GyYNMKdWw4ZAArYKAmLU0ZY4rEDj4oIV2RAHf1IGVQesCBcWqIw==} engines: {node: '>=16.20.0'} cpu: [arm64] os: [linux] - '@typescript/native-preview-linux-arm@7.0.0-dev.20260524.1': - resolution: {integrity: sha512-gXzD1BNpPUSAv12a9UvxLTX/+WdoC34skLw6hDLk1kv3VYbd5LecQzEIb7u+WHCsNuXVXffk79+BZP7IQNS1aw==} + '@typescript/native-preview-linux-arm@7.0.0-dev.20260607.1': + resolution: {integrity: sha512-8cFWEOlCcVh8pPiqkXkjgNqPJgOk3VLtYKijMh9KAPaDFu3EBfV9pp68uteTajljPmZdX5zYkfcMzQly2RjMzg==} engines: {node: '>=16.20.0'} cpu: [arm] os: [linux] - '@typescript/native-preview-linux-x64@7.0.0-dev.20260524.1': - resolution: {integrity: sha512-Fr0A8RPBMXco9IIXel598hC25LE1A5wpB33mBhwimlIQe58MMCAeW+wDHXsmLmF2NiFVT1vr1tjMGmEMMdYdsg==} + '@typescript/native-preview-linux-x64@7.0.0-dev.20260607.1': + resolution: {integrity: sha512-TGdfapfCFj4hl9M1/5oG6wjjhfoFviiMLru3a7ib63ozQwMDraJNqPrJuQ0tvVAoSMJb1wtVbvg7yYMml/KPLg==} engines: {node: '>=16.20.0'} cpu: [x64] os: [linux] - '@typescript/native-preview-win32-arm64@7.0.0-dev.20260524.1': - resolution: {integrity: sha512-AhFD6bct2RWeZxONLEvaKPlu+c+/TNejj7ntztHWREaq+lrjz8Qg3tXryah2K66EEmYY0TooapfWUWXWe8i+VQ==} + '@typescript/native-preview-win32-arm64@7.0.0-dev.20260607.1': + resolution: {integrity: sha512-tOEn/EC0nRnz7JHfDWwXmmBkU4dt8wdU/jYyJTOlkEhxfJtAJTjVmo4AUHwzLyV9KGIzvfymTKrQPTnD0p9ACA==} engines: {node: '>=16.20.0'} cpu: [arm64] os: [win32] - '@typescript/native-preview-win32-x64@7.0.0-dev.20260524.1': - resolution: {integrity: sha512-3VE5kBH2y7vYpj83X9iqGbNR8gwnlQlTjzLKJBzuyfTJPZ9R/vM4txvpuTDRJo18JGzEq4FUjKg7yqpf9ajb2g==} + '@typescript/native-preview-win32-x64@7.0.0-dev.20260607.1': + resolution: {integrity: sha512-SBWFFs+MglgDrx8lh37uFHVQcljN09Z/D8Z+YwykMVKtYEIGM/i5WzS8Xpiegm9Vcqu3HTkuAfjQfy6X5MsqnA==} engines: {node: '>=16.20.0'} cpu: [x64] os: [win32] - '@typescript/native-preview@7.0.0-dev.20260524.1': - resolution: {integrity: sha512-L4YviXl4FVYt4V9vkUKRCZW1DcsUbLRaKC4gxsYmBJQqB262mtUo8eqjKqElgZNIpKwYEAAYsBDrVmNhy6ze2w==} + '@typescript/native-preview@7.0.0-dev.20260607.1': + resolution: {integrity: sha512-+DBR9iyRZiUNhJI2CqFluJLxKl3xkBGFFCADiy63pCpLVCCNuffunRhcxQ2vhnLnM3dBDoqOHE4ekKg0GfaS/Q==} engines: {node: '>=16.20.0'} hasBin: true @@ -2003,11 +1998,11 @@ packages: '@vitejs/release-scripts@1.7.1': resolution: {integrity: sha512-8YpovUu73Yb+ZnXIsR9VoF/yhbd2wTMhvJKDOjlB0bbOdm+ATl1l7Z7rskdX4CGzN7UfdvLcE6vGaHDCsirdpw==} - '@vitest/expect@4.1.7': - resolution: {integrity: sha512-1R+tw0ortHEbZDGMymm+pN7/AFQ/RkFFdtd7EN+VBpynKmLbP8A3rpEXdshBJ7+8hQ9zBJh/i1s0yKNtxAnU7w==} + '@vitest/expect@4.1.8': + resolution: {integrity: sha512-h3nDO677RDLEGlBxyQ5CW8RlMThSKSRLUePLOx09gNIWRL40edgA1GCZSZgf1W55MFAG6/Sw14KeaAnqv0NKdQ==} - '@vitest/mocker@4.1.7': - resolution: {integrity: sha512-vY7nuamKgfvpA1Koa3oYIw/k7D6kZnpGyNMZW8loow2bsBYla1TFdqTaXncWdRn4pgwNs+90RhnXhJScDwQeJA==} + '@vitest/mocker@4.1.8': + resolution: {integrity: sha512-LEiN/xe4OSIbKe9HQIp5OC24agGD9J5CnmMgsLohVVoOPWL9a2sBoR6VBx43jQZb7Kr1l4RCuyCJzcAa0+dojw==} peerDependencies: msw: ^2.4.9 vite: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -2017,20 +2012,20 @@ packages: vite: optional: true - '@vitest/pretty-format@4.1.7': - resolution: {integrity: sha512-umgCarTOYQWIaDMvGDRZij+6b9oVeLIyJzfN+AS88e0ZOU3QTgNNSTtjQOpcvWr3np1N0j4WgZj+sb3oYBDscw==} + '@vitest/pretty-format@4.1.8': + resolution: {integrity: sha512-9GasEBxpZ1VYIpqHf/0+YGg121uSNwCKOJqIrTwWP/TB7DmFCiaBpNl3aPZzoLWfWkuqhbH8vJIVobZkvdo2cA==} - '@vitest/runner@4.1.7': - resolution: {integrity: sha512-BapjmAQ2aI78WdMEfeUWivnfVzB+VPGwWRQcJE0OUq7qEeEcBsCSf+0T5iREBNE5nBb4wA5Ya0W6IA+sghdEFw==} + '@vitest/runner@4.1.8': + resolution: {integrity: sha512-EmVxeBAfMJvycdjd6Hm+RbFBbA9fKvo0Kx37hNpBYoYeavH3RNsBXWDooR1mgD52dCrxIIuP7UotpfiwOikvcg==} - '@vitest/snapshot@4.1.7': - resolution: {integrity: sha512-ZacLzja+TmJeZ1h14xW2FB/WpeimUD3haBXQPyJqxvo8jQTmfeA8zv58mtjN2C7EHXZDYVcVYdYmAxjkWVvKCw==} + '@vitest/snapshot@4.1.8': + resolution: {integrity: sha512-acfZboRmAIf05DEKcBQy33VXojFJjtUdLyo7oOmV9kebb2xdU01UknNiPuPZoJZQyO7DF0gZdTGTpeAzET9QPQ==} - '@vitest/spy@4.1.7': - resolution: {integrity: sha512-kbkI5LMWakyuTIvs6fUJ5qdIVb1XVKsYJAT4OJ938cHMROYMSfmoQdZy0aaAnjbbc8F61vkoTqz/Az+/HiIu5Q==} + '@vitest/spy@4.1.8': + resolution: {integrity: sha512-6EevtBp6OZOPF7bmz36HrGMeP3txgVSrgebWxHOafDXGkhIzfXK14f8KF6MuFfgXXUeHxmpD3BQxkV00/3s5mA==} - '@vitest/utils@4.1.7': - resolution: {integrity: sha512-T532WBu791cBxJlCl6SO+J14l81DQx6uQHm1bQbmCDY7nqlEIgkza/UFnSBNaUtSf41unldDFjdOBYEQC4b5Hw==} + '@vitest/utils@4.1.8': + resolution: {integrity: sha512-uOJamYALNhfJ6iolExyQM40yIQwDqYnkKtQ5VCiSe17E33H0aQ/u+1GlRuz4LZBk6Mm3sg90G9hEbmEt37C1Zg==} ansis@4.2.0: resolution: {integrity: sha512-HqZ5rWlFjGiV0tDm3UxxgNRqsOTniqoKZu0pIAfh7TZQMGuZK+hH0drySty0si0QXj1ieop4+SkSfPZBPPkHig==} @@ -2223,6 +2218,10 @@ packages: find-root@1.1.0: resolution: {integrity: sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==} + find-up-simple@1.0.1: + resolution: {integrity: sha512-afd4O7zpqHeRyg4PfDQsXmlDe2PfdHtJt6Akt8jOWaApLOZk5JXs6VMR29lz03pRe9mpykrRCYIYxaJYcfpncQ==} + engines: {node: '>=18'} + fsevents@2.3.3: resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} @@ -2486,29 +2485,35 @@ packages: rolldown: optional: true - oxfmt@0.51.0: - resolution: {integrity: sha512-l/AoAnaEOV7Q5/Z9kHOMDehVJnCgYN7wRoooWCTUMBMi16BJhLZqd9cmCnwcVFfVlzkt53zK2KLPFNp8vSsoDg==} + oxfmt@0.53.0: + resolution: {integrity: sha512-9cB5glS3Ip6NMuZ+6NYTao9FCWkDhRtPYCtR3QBu/NxHoFbgzzTvi41N4jxz/GqGfuLKspui1qb/LlSu2IbMcw==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true peerDependencies: svelte: ^5.0.0 + vite-plus: '*' peerDependenciesMeta: svelte: optional: true + vite-plus: + optional: true oxlint-tsgolint@0.23.0: resolution: {integrity: sha512-3mBv3CoPbh8dFbzfDGIWa2ytZjn2v+3EX4aKRXjIhsoGFzG8GCjfRirz3rwZf1wYbZzsNLTSgpw8VjQuWdp/jA==} hasBin: true - oxlint@1.66.0: - resolution: {integrity: sha512-N4LLxYLd94KEBqXDMDM5f+2PUpItTjDLreXe2Gn5KhjhCK4Qp2YUXaBi8Yu325ryOgKwt22m45fpD7nPOn69Yw==} + oxlint@1.68.0: + resolution: {integrity: sha512-dXcbq+xsmLrMy6T8d0euf3IYUfLmjHIE11pOxiUSi5LHkFZaYPv568R6sEjcavVpUxoaQe66UBuK4HEi74NxpA==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true peerDependencies: oxlint-tsgolint: '>=0.22.1' + vite-plus: '*' peerDependenciesMeta: oxlint-tsgolint: optional: true + vite-plus: + optional: true package-manager-detector@1.6.0: resolution: {integrity: sha512-61A5ThoTiDG/C8s8UMZwSorAGwMJ0ERVGj2OjoW5pAalsNOg15+iQiPzrLJ4jhZ1HJzmC2PIHT2oEiH3R5fzNA==} @@ -2584,16 +2589,16 @@ packages: quansync@1.0.0: resolution: {integrity: sha512-5xZacEEufv3HSTPQuchrvV6soaiACMFnq1H8wkVioctoH3TRha9Sz66lOxRwPK/qZj7HPiSveih9yAyh98gvqA==} - react-dom@19.2.6: - resolution: {integrity: sha512-0prMI+hvBbPjsWnxDLxlCGyM8PN6UuWjEUCYmZhO67xIV9Xasa/r/vDnq+Xyq4Lo27g8QSbO5YzARu0D1Sps3g==} + react-dom@19.2.7: + resolution: {integrity: sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==} peerDependencies: - react: ^19.2.6 + react: ^19.2.7 react-is@16.13.1: resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} - react@19.2.6: - resolution: {integrity: sha512-sfWGGfavi0xr8Pg0sVsyHMAOziVYKgPLNrS7ig+ivMNb3wbCBw3KxtflsGBAwD3gYQlE/AEZsTLgToRrSCjb0Q==} + react@19.2.7: + resolution: {integrity: sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==} engines: {node: '>=0.10.0'} regexp-tree@0.1.27: @@ -2749,8 +2754,8 @@ packages: resolution: {integrity: sha512-dAqSqE/RabpBKI8+h26GfLq6Vb3JVXs30XYQjdMjaj/c2tS8IYYMbIzP599KtRj7c57/wYApb3QjgRgXmrCukA==} engines: {node: '>=18'} - tinyglobby@0.2.16: - resolution: {integrity: sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==} + tinyglobby@0.2.17: + resolution: {integrity: sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==} engines: {node: '>=12.0.0'} tinypool@2.1.0: @@ -2821,8 +2826,8 @@ packages: undici-types@6.21.0: resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} - undici-types@7.16.0: - resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==} + undici-types@7.18.2: + resolution: {integrity: sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==} unicorn-magic@0.3.0: resolution: {integrity: sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==} @@ -2894,20 +2899,20 @@ packages: yaml: optional: true - vitest@4.1.7: - resolution: {integrity: sha512-flYyaFd2CgoCoU+0UKt3pxksgC+S02iTDN0n3LtqaMeXsI9SBcdNujc2k0DeFLzUn/0k538yNjOSdwgCqcrwJA==} + vitest@4.1.8: + resolution: {integrity: sha512-flY6ScbCIt9HThs+C5HS7jvGOB560DJtk/Z15IQROTA6zEy49Nh8T/dofWTQL+n3vswqn87sbJNiuqw1SDp5Ig==} engines: {node: ^20.0.0 || ^22.0.0 || >=24.0.0} hasBin: true peerDependencies: '@edge-runtime/vm': '*' '@opentelemetry/api': ^1.9.0 '@types/node': ^20.0.0 || ^22.0.0 || >=24.0.0 - '@vitest/browser-playwright': 4.1.7 - '@vitest/browser-preview': 4.1.7 - '@vitest/browser-webdriverio': 4.1.7 - '@vitest/coverage-istanbul': 4.1.7 - '@vitest/coverage-v8': 4.1.7 - '@vitest/ui': 4.1.7 + '@vitest/browser-playwright': 4.1.8 + '@vitest/browser-preview': 4.1.8 + '@vitest/browser-webdriverio': 4.1.8 + '@vitest/coverage-istanbul': 4.1.8 + '@vitest/coverage-v8': 4.1.8 + '@vitest/ui': 4.1.8 happy-dom: '*' jsdom: '*' vite: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -2968,32 +2973,32 @@ packages: snapshots: - '@babel/code-frame@7.29.0': + '@babel/code-frame@7.29.7': dependencies: - '@babel/helper-validator-identifier': 7.28.5 + '@babel/helper-validator-identifier': 7.29.7 js-tokens: 4.0.0 picocolors: 1.1.1 - '@babel/code-frame@8.0.0-rc.5': + '@babel/code-frame@8.0.0-rc.6': dependencies: - '@babel/helper-validator-identifier': 8.0.0-rc.5 + '@babel/helper-validator-identifier': 8.0.0-rc.6 js-tokens: 10.0.0 - '@babel/compat-data@7.29.0': {} + '@babel/compat-data@7.29.7': {} - '@babel/compat-data@8.0.0-rc.5': {} + '@babel/compat-data@8.0.0-rc.6': {} - '@babel/core@7.29.0': + '@babel/core@7.29.7': dependencies: - '@babel/code-frame': 7.29.0 - '@babel/generator': 7.29.1 - '@babel/helper-compilation-targets': 7.28.6 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.29.0) - '@babel/helpers': 7.28.6 - '@babel/parser': 7.29.0 - '@babel/template': 7.28.6 - '@babel/traverse': 7.29.0 - '@babel/types': 7.29.0 + '@babel/code-frame': 7.29.7 + '@babel/generator': 7.29.7 + '@babel/helper-compilation-targets': 7.29.7 + '@babel/helper-module-transforms': 7.29.7(@babel/core@7.29.7) + '@babel/helpers': 7.29.7 + '@babel/parser': 7.29.7 + '@babel/template': 7.29.7 + '@babel/traverse': 7.29.7 + '@babel/types': 7.29.7 '@jridgewell/remapping': 2.3.5 convert-source-map: 2.0.0 debug: 4.4.3 @@ -3003,244 +3008,245 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/core@8.0.0-rc.5': - dependencies: - '@babel/code-frame': 8.0.0-rc.5 - '@babel/generator': 8.0.0-rc.5 - '@babel/helper-compilation-targets': 8.0.0-rc.5 - '@babel/helpers': 8.0.0-rc.5 - '@babel/parser': 8.0.0-rc.5 - '@babel/template': 8.0.0-rc.5 - '@babel/traverse': 8.0.0-rc.5 - '@babel/types': 8.0.0-rc.5 - '@types/gensync': 1.0.4 + '@babel/core@8.0.0-rc.6': + dependencies: + '@babel/code-frame': 8.0.0-rc.6 + '@babel/generator': 8.0.0-rc.6 + '@babel/helper-compilation-targets': 8.0.0-rc.6 + '@babel/helpers': 8.0.0-rc.6 + '@babel/parser': 8.0.0-rc.6 + '@babel/template': 8.0.0-rc.6 + '@babel/traverse': 8.0.0-rc.6 + '@babel/types': 8.0.0-rc.6 + '@types/gensync': 1.0.5 convert-source-map: 2.0.0 + find-up-simple: 1.0.1 gensync: 1.0.0-beta.2 import-meta-resolve: 4.2.0 json5: 2.2.3 obug: 2.1.1 semver: 7.8.0 - '@babel/generator@7.29.1': + '@babel/generator@7.29.7': dependencies: - '@babel/parser': 7.29.0 - '@babel/types': 7.29.0 + '@babel/parser': 7.29.7 + '@babel/types': 7.29.7 '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 jsesc: 3.1.0 '@babel/generator@8.0.0-rc.4': dependencies: - '@babel/parser': 8.0.0-rc.5 - '@babel/types': 8.0.0-rc.5 + '@babel/parser': 8.0.0-rc.6 + '@babel/types': 8.0.0-rc.6 '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 '@types/jsesc': 2.5.1 jsesc: 3.1.0 - '@babel/generator@8.0.0-rc.5': + '@babel/generator@8.0.0-rc.6': dependencies: - '@babel/parser': 8.0.0-rc.5 - '@babel/types': 8.0.0-rc.5 + '@babel/parser': 8.0.0-rc.6 + '@babel/types': 8.0.0-rc.6 '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 '@types/jsesc': 2.5.1 jsesc: 3.1.0 - '@babel/helper-annotate-as-pure@8.0.0-rc.5': + '@babel/helper-annotate-as-pure@8.0.0-rc.6': dependencies: - '@babel/types': 8.0.0-rc.5 + '@babel/types': 8.0.0-rc.6 - '@babel/helper-compilation-targets@7.28.6': + '@babel/helper-compilation-targets@7.29.7': dependencies: - '@babel/compat-data': 7.29.0 - '@babel/helper-validator-option': 7.27.1 + '@babel/compat-data': 7.29.7 + '@babel/helper-validator-option': 7.29.7 browserslist: 4.28.1 lru-cache: 5.1.1 semver: 6.3.1 - '@babel/helper-compilation-targets@8.0.0-rc.5': + '@babel/helper-compilation-targets@8.0.0-rc.6': dependencies: - '@babel/compat-data': 8.0.0-rc.5 - '@babel/helper-validator-option': 8.0.0-rc.5 + '@babel/compat-data': 8.0.0-rc.6 + '@babel/helper-validator-option': 8.0.0-rc.6 browserslist: 4.28.1 lru-cache: 7.18.3 semver: 7.8.0 - '@babel/helper-create-class-features-plugin@8.0.0-rc.5(@babel/core@8.0.0-rc.5)': + '@babel/helper-create-class-features-plugin@8.0.0-rc.6(@babel/core@8.0.0-rc.6)': dependencies: - '@babel/core': 8.0.0-rc.5 - '@babel/helper-annotate-as-pure': 8.0.0-rc.5 - '@babel/helper-member-expression-to-functions': 8.0.0-rc.5 - '@babel/helper-optimise-call-expression': 8.0.0-rc.5 - '@babel/helper-replace-supers': 8.0.0-rc.5(@babel/core@8.0.0-rc.5) - '@babel/helper-skip-transparent-expression-wrappers': 8.0.0-rc.5 - '@babel/traverse': 8.0.0-rc.5 + '@babel/core': 8.0.0-rc.6 + '@babel/helper-annotate-as-pure': 8.0.0-rc.6 + '@babel/helper-member-expression-to-functions': 8.0.0-rc.6 + '@babel/helper-optimise-call-expression': 8.0.0-rc.6 + '@babel/helper-replace-supers': 8.0.0-rc.6(@babel/core@8.0.0-rc.6) + '@babel/helper-skip-transparent-expression-wrappers': 8.0.0-rc.6 + '@babel/traverse': 8.0.0-rc.6 semver: 7.8.0 - '@babel/helper-globals@7.28.0': {} + '@babel/helper-globals@7.29.7': {} - '@babel/helper-globals@8.0.0-rc.5': {} + '@babel/helper-globals@8.0.0-rc.6': {} - '@babel/helper-member-expression-to-functions@8.0.0-rc.5': + '@babel/helper-member-expression-to-functions@8.0.0-rc.6': dependencies: - '@babel/traverse': 8.0.0-rc.5 - '@babel/types': 8.0.0-rc.5 + '@babel/traverse': 8.0.0-rc.6 + '@babel/types': 8.0.0-rc.6 - '@babel/helper-module-imports@7.28.6': + '@babel/helper-module-imports@7.29.7': dependencies: - '@babel/traverse': 7.29.0 - '@babel/types': 7.29.0 + '@babel/traverse': 7.29.7 + '@babel/types': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/helper-module-imports@8.0.0-rc.5': + '@babel/helper-module-imports@8.0.0-rc.6': dependencies: - '@babel/traverse': 8.0.0-rc.5 - '@babel/types': 8.0.0-rc.5 + '@babel/traverse': 8.0.0-rc.6 + '@babel/types': 8.0.0-rc.6 - '@babel/helper-module-transforms@7.28.6(@babel/core@7.29.0)': + '@babel/helper-module-transforms@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.29.0 - '@babel/helper-module-imports': 7.28.6 - '@babel/helper-validator-identifier': 7.28.5 - '@babel/traverse': 7.29.0 + '@babel/core': 7.29.7 + '@babel/helper-module-imports': 7.29.7 + '@babel/helper-validator-identifier': 7.29.7 + '@babel/traverse': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/helper-optimise-call-expression@8.0.0-rc.5': + '@babel/helper-optimise-call-expression@8.0.0-rc.6': dependencies: - '@babel/types': 8.0.0-rc.5 + '@babel/types': 8.0.0-rc.6 - '@babel/helper-plugin-utils@8.0.0-rc.5(@babel/core@7.29.0)': + '@babel/helper-plugin-utils@8.0.0-rc.6(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.7 optional: true - '@babel/helper-plugin-utils@8.0.0-rc.5(@babel/core@8.0.0-rc.5)': + '@babel/helper-plugin-utils@8.0.0-rc.6(@babel/core@8.0.0-rc.6)': dependencies: - '@babel/core': 8.0.0-rc.5 + '@babel/core': 8.0.0-rc.6 - '@babel/helper-replace-supers@8.0.0-rc.5(@babel/core@8.0.0-rc.5)': + '@babel/helper-replace-supers@8.0.0-rc.6(@babel/core@8.0.0-rc.6)': dependencies: - '@babel/core': 8.0.0-rc.5 - '@babel/helper-member-expression-to-functions': 8.0.0-rc.5 - '@babel/helper-optimise-call-expression': 8.0.0-rc.5 - '@babel/traverse': 8.0.0-rc.5 + '@babel/core': 8.0.0-rc.6 + '@babel/helper-member-expression-to-functions': 8.0.0-rc.6 + '@babel/helper-optimise-call-expression': 8.0.0-rc.6 + '@babel/traverse': 8.0.0-rc.6 - '@babel/helper-skip-transparent-expression-wrappers@8.0.0-rc.5': + '@babel/helper-skip-transparent-expression-wrappers@8.0.0-rc.6': dependencies: - '@babel/traverse': 8.0.0-rc.5 - '@babel/types': 8.0.0-rc.5 + '@babel/traverse': 8.0.0-rc.6 + '@babel/types': 8.0.0-rc.6 - '@babel/helper-string-parser@7.27.1': {} + '@babel/helper-string-parser@7.29.7': {} - '@babel/helper-string-parser@8.0.0-rc.5': {} + '@babel/helper-string-parser@8.0.0-rc.6': {} - '@babel/helper-validator-identifier@7.28.5': {} + '@babel/helper-validator-identifier@7.29.7': {} '@babel/helper-validator-identifier@8.0.0-rc.4': {} - '@babel/helper-validator-identifier@8.0.0-rc.5': {} + '@babel/helper-validator-identifier@8.0.0-rc.6': {} - '@babel/helper-validator-option@7.27.1': {} + '@babel/helper-validator-option@7.29.7': {} - '@babel/helper-validator-option@8.0.0-rc.5': {} + '@babel/helper-validator-option@8.0.0-rc.6': {} - '@babel/helpers@7.28.6': + '@babel/helpers@7.29.7': dependencies: - '@babel/template': 7.28.6 - '@babel/types': 7.29.0 + '@babel/template': 7.29.7 + '@babel/types': 7.29.7 - '@babel/helpers@8.0.0-rc.5': + '@babel/helpers@8.0.0-rc.6': dependencies: - '@babel/template': 8.0.0-rc.5 - '@babel/types': 8.0.0-rc.5 + '@babel/template': 8.0.0-rc.6 + '@babel/types': 8.0.0-rc.6 - '@babel/parser@7.29.0': + '@babel/parser@7.29.7': dependencies: - '@babel/types': 7.29.0 + '@babel/types': 7.29.7 '@babel/parser@8.0.0-rc.4': dependencies: - '@babel/types': 8.0.0-rc.5 + '@babel/types': 8.0.0-rc.6 - '@babel/parser@8.0.0-rc.5': + '@babel/parser@8.0.0-rc.6': dependencies: - '@babel/types': 8.0.0-rc.5 + '@babel/types': 8.0.0-rc.6 - '@babel/plugin-proposal-decorators@8.0.0-rc.5(@babel/core@8.0.0-rc.5)': + '@babel/plugin-proposal-decorators@8.0.0-rc.6(@babel/core@8.0.0-rc.6)': dependencies: - '@babel/core': 8.0.0-rc.5 - '@babel/helper-create-class-features-plugin': 8.0.0-rc.5(@babel/core@8.0.0-rc.5) - '@babel/helper-plugin-utils': 8.0.0-rc.5(@babel/core@8.0.0-rc.5) - '@babel/plugin-syntax-decorators': 8.0.0-rc.5(@babel/core@8.0.0-rc.5) + '@babel/core': 8.0.0-rc.6 + '@babel/helper-create-class-features-plugin': 8.0.0-rc.6(@babel/core@8.0.0-rc.6) + '@babel/helper-plugin-utils': 8.0.0-rc.6(@babel/core@8.0.0-rc.6) + '@babel/plugin-syntax-decorators': 8.0.0-rc.6(@babel/core@8.0.0-rc.6) - '@babel/plugin-syntax-decorators@8.0.0-rc.5(@babel/core@8.0.0-rc.5)': + '@babel/plugin-syntax-decorators@8.0.0-rc.6(@babel/core@8.0.0-rc.6)': dependencies: - '@babel/core': 8.0.0-rc.5 - '@babel/helper-plugin-utils': 8.0.0-rc.5(@babel/core@8.0.0-rc.5) + '@babel/core': 8.0.0-rc.6 + '@babel/helper-plugin-utils': 8.0.0-rc.6(@babel/core@8.0.0-rc.6) - '@babel/plugin-transform-runtime@8.0.0-rc.5(@babel/core@7.29.0)': + '@babel/plugin-transform-runtime@8.0.0-rc.6(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.29.0 - '@babel/helper-module-imports': 8.0.0-rc.5 - '@babel/helper-plugin-utils': 8.0.0-rc.5(@babel/core@7.29.0) + '@babel/core': 7.29.7 + '@babel/helper-module-imports': 8.0.0-rc.6 + '@babel/helper-plugin-utils': 8.0.0-rc.6(@babel/core@7.29.7) optional: true - '@babel/plugin-transform-runtime@8.0.0-rc.5(@babel/core@8.0.0-rc.5)': + '@babel/plugin-transform-runtime@8.0.0-rc.6(@babel/core@8.0.0-rc.6)': dependencies: - '@babel/core': 8.0.0-rc.5 - '@babel/helper-module-imports': 8.0.0-rc.5 - '@babel/helper-plugin-utils': 8.0.0-rc.5(@babel/core@8.0.0-rc.5) + '@babel/core': 8.0.0-rc.6 + '@babel/helper-module-imports': 8.0.0-rc.6 + '@babel/helper-plugin-utils': 8.0.0-rc.6(@babel/core@8.0.0-rc.6) '@babel/runtime@7.28.6': {} - '@babel/runtime@8.0.0-rc.5': {} + '@babel/runtime@8.0.0-rc.6': {} - '@babel/template@7.28.6': + '@babel/template@7.29.7': dependencies: - '@babel/code-frame': 7.29.0 - '@babel/parser': 7.29.0 - '@babel/types': 7.29.0 + '@babel/code-frame': 7.29.7 + '@babel/parser': 7.29.7 + '@babel/types': 7.29.7 - '@babel/template@8.0.0-rc.5': + '@babel/template@8.0.0-rc.6': dependencies: - '@babel/code-frame': 8.0.0-rc.5 - '@babel/parser': 8.0.0-rc.5 - '@babel/types': 8.0.0-rc.5 + '@babel/code-frame': 8.0.0-rc.6 + '@babel/parser': 8.0.0-rc.6 + '@babel/types': 8.0.0-rc.6 - '@babel/traverse@7.29.0': + '@babel/traverse@7.29.7': dependencies: - '@babel/code-frame': 7.29.0 - '@babel/generator': 7.29.1 - '@babel/helper-globals': 7.28.0 - '@babel/parser': 7.29.0 - '@babel/template': 7.28.6 - '@babel/types': 7.29.0 + '@babel/code-frame': 7.29.7 + '@babel/generator': 7.29.7 + '@babel/helper-globals': 7.29.7 + '@babel/parser': 7.29.7 + '@babel/template': 7.29.7 + '@babel/types': 7.29.7 debug: 4.4.3 transitivePeerDependencies: - supports-color - '@babel/traverse@8.0.0-rc.5': + '@babel/traverse@8.0.0-rc.6': dependencies: - '@babel/code-frame': 8.0.0-rc.5 - '@babel/generator': 8.0.0-rc.5 - '@babel/helper-globals': 8.0.0-rc.5 - '@babel/parser': 8.0.0-rc.5 - '@babel/template': 8.0.0-rc.5 - '@babel/types': 8.0.0-rc.5 + '@babel/code-frame': 8.0.0-rc.6 + '@babel/generator': 8.0.0-rc.6 + '@babel/helper-globals': 8.0.0-rc.6 + '@babel/parser': 8.0.0-rc.6 + '@babel/template': 8.0.0-rc.6 + '@babel/types': 8.0.0-rc.6 obug: 2.1.1 - '@babel/types@7.29.0': + '@babel/types@7.29.7': dependencies: - '@babel/helper-string-parser': 7.27.1 - '@babel/helper-validator-identifier': 7.28.5 + '@babel/helper-string-parser': 7.29.7 + '@babel/helper-validator-identifier': 7.29.7 - '@babel/types@8.0.0-rc.5': + '@babel/types@8.0.0-rc.6': dependencies: - '@babel/helper-string-parser': 8.0.0-rc.5 - '@babel/helper-validator-identifier': 8.0.0-rc.5 + '@babel/helper-string-parser': 8.0.0-rc.6 + '@babel/helper-validator-identifier': 8.0.0-rc.6 '@conventional-changelog/git-client@2.7.0(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.4.0)': dependencies: @@ -3296,7 +3302,7 @@ snapshots: '@emotion/babel-plugin@11.13.5': dependencies: - '@babel/helper-module-imports': 7.28.6 + '@babel/helper-module-imports': 7.29.7 '@babel/runtime': 7.28.6 '@emotion/hash': 0.9.2 '@emotion/memoize': 0.9.0 @@ -3326,19 +3332,19 @@ snapshots: '@emotion/memoize@0.9.0': {} - '@emotion/react@11.14.0(@types/react@19.2.15)(react@19.2.6)': + '@emotion/react@11.14.0(@types/react@19.2.17)(react@19.2.7)': dependencies: '@babel/runtime': 7.28.6 '@emotion/babel-plugin': 11.13.5 '@emotion/cache': 11.14.0 '@emotion/serialize': 1.3.3 - '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@19.2.6) + '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@19.2.7) '@emotion/utils': 1.4.2 '@emotion/weak-memoize': 0.4.0 hoist-non-react-statics: 3.3.2 - react: 19.2.6 + react: 19.2.7 optionalDependencies: - '@types/react': 19.2.15 + '@types/react': 19.2.17 transitivePeerDependencies: - supports-color @@ -3352,26 +3358,26 @@ snapshots: '@emotion/sheet@1.4.0': {} - '@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.15)(react@19.2.6))(@types/react@19.2.15)(react@19.2.6)': + '@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.17)(react@19.2.7))(@types/react@19.2.17)(react@19.2.7)': dependencies: '@babel/runtime': 7.28.6 '@emotion/babel-plugin': 11.13.5 '@emotion/is-prop-valid': 1.4.0 - '@emotion/react': 11.14.0(@types/react@19.2.15)(react@19.2.6) + '@emotion/react': 11.14.0(@types/react@19.2.17)(react@19.2.7) '@emotion/serialize': 1.3.3 - '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@19.2.6) + '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@19.2.7) '@emotion/utils': 1.4.2 - react: 19.2.6 + react: 19.2.7 optionalDependencies: - '@types/react': 19.2.15 + '@types/react': 19.2.17 transitivePeerDependencies: - supports-color '@emotion/unitless@0.10.0': {} - '@emotion/use-insertion-effect-with-fallbacks@1.2.0(react@19.2.6)': + '@emotion/use-insertion-effect-with-fallbacks@1.2.0(react@19.2.7)': dependencies: - react: 19.2.6 + react: 19.2.7 '@emotion/utils@1.4.2': {} @@ -3645,61 +3651,61 @@ snapshots: '@oxc-project/types@0.132.0': {} - '@oxfmt/binding-android-arm-eabi@0.51.0': + '@oxfmt/binding-android-arm-eabi@0.53.0': optional: true - '@oxfmt/binding-android-arm64@0.51.0': + '@oxfmt/binding-android-arm64@0.53.0': optional: true - '@oxfmt/binding-darwin-arm64@0.51.0': + '@oxfmt/binding-darwin-arm64@0.53.0': optional: true - '@oxfmt/binding-darwin-x64@0.51.0': + '@oxfmt/binding-darwin-x64@0.53.0': optional: true - '@oxfmt/binding-freebsd-x64@0.51.0': + '@oxfmt/binding-freebsd-x64@0.53.0': optional: true - '@oxfmt/binding-linux-arm-gnueabihf@0.51.0': + '@oxfmt/binding-linux-arm-gnueabihf@0.53.0': optional: true - '@oxfmt/binding-linux-arm-musleabihf@0.51.0': + '@oxfmt/binding-linux-arm-musleabihf@0.53.0': optional: true - '@oxfmt/binding-linux-arm64-gnu@0.51.0': + '@oxfmt/binding-linux-arm64-gnu@0.53.0': optional: true - '@oxfmt/binding-linux-arm64-musl@0.51.0': + '@oxfmt/binding-linux-arm64-musl@0.53.0': optional: true - '@oxfmt/binding-linux-ppc64-gnu@0.51.0': + '@oxfmt/binding-linux-ppc64-gnu@0.53.0': optional: true - '@oxfmt/binding-linux-riscv64-gnu@0.51.0': + '@oxfmt/binding-linux-riscv64-gnu@0.53.0': optional: true - '@oxfmt/binding-linux-riscv64-musl@0.51.0': + '@oxfmt/binding-linux-riscv64-musl@0.53.0': optional: true - '@oxfmt/binding-linux-s390x-gnu@0.51.0': + '@oxfmt/binding-linux-s390x-gnu@0.53.0': optional: true - '@oxfmt/binding-linux-x64-gnu@0.51.0': + '@oxfmt/binding-linux-x64-gnu@0.53.0': optional: true - '@oxfmt/binding-linux-x64-musl@0.51.0': + '@oxfmt/binding-linux-x64-musl@0.53.0': optional: true - '@oxfmt/binding-openharmony-arm64@0.51.0': + '@oxfmt/binding-openharmony-arm64@0.53.0': optional: true - '@oxfmt/binding-win32-arm64-msvc@0.51.0': + '@oxfmt/binding-win32-arm64-msvc@0.53.0': optional: true - '@oxfmt/binding-win32-ia32-msvc@0.51.0': + '@oxfmt/binding-win32-ia32-msvc@0.53.0': optional: true - '@oxfmt/binding-win32-x64-msvc@0.51.0': + '@oxfmt/binding-win32-x64-msvc@0.53.0': optional: true '@oxlint-tsgolint/darwin-arm64@0.23.0': @@ -3720,61 +3726,61 @@ snapshots: '@oxlint-tsgolint/win32-x64@0.23.0': optional: true - '@oxlint/binding-android-arm-eabi@1.66.0': + '@oxlint/binding-android-arm-eabi@1.68.0': optional: true - '@oxlint/binding-android-arm64@1.66.0': + '@oxlint/binding-android-arm64@1.68.0': optional: true - '@oxlint/binding-darwin-arm64@1.66.0': + '@oxlint/binding-darwin-arm64@1.68.0': optional: true - '@oxlint/binding-darwin-x64@1.66.0': + '@oxlint/binding-darwin-x64@1.68.0': optional: true - '@oxlint/binding-freebsd-x64@1.66.0': + '@oxlint/binding-freebsd-x64@1.68.0': optional: true - '@oxlint/binding-linux-arm-gnueabihf@1.66.0': + '@oxlint/binding-linux-arm-gnueabihf@1.68.0': optional: true - '@oxlint/binding-linux-arm-musleabihf@1.66.0': + '@oxlint/binding-linux-arm-musleabihf@1.68.0': optional: true - '@oxlint/binding-linux-arm64-gnu@1.66.0': + '@oxlint/binding-linux-arm64-gnu@1.68.0': optional: true - '@oxlint/binding-linux-arm64-musl@1.66.0': + '@oxlint/binding-linux-arm64-musl@1.68.0': optional: true - '@oxlint/binding-linux-ppc64-gnu@1.66.0': + '@oxlint/binding-linux-ppc64-gnu@1.68.0': optional: true - '@oxlint/binding-linux-riscv64-gnu@1.66.0': + '@oxlint/binding-linux-riscv64-gnu@1.68.0': optional: true - '@oxlint/binding-linux-riscv64-musl@1.66.0': + '@oxlint/binding-linux-riscv64-musl@1.68.0': optional: true - '@oxlint/binding-linux-s390x-gnu@1.66.0': + '@oxlint/binding-linux-s390x-gnu@1.68.0': optional: true - '@oxlint/binding-linux-x64-gnu@1.66.0': + '@oxlint/binding-linux-x64-gnu@1.68.0': optional: true - '@oxlint/binding-linux-x64-musl@1.66.0': + '@oxlint/binding-linux-x64-musl@1.68.0': optional: true - '@oxlint/binding-openharmony-arm64@1.66.0': + '@oxlint/binding-openharmony-arm64@1.68.0': optional: true - '@oxlint/binding-win32-arm64-msvc@1.66.0': + '@oxlint/binding-win32-arm64-msvc@1.68.0': optional: true - '@oxlint/binding-win32-ia32-msvc@1.66.0': + '@oxlint/binding-win32-ia32-msvc@1.68.0': optional: true - '@oxlint/binding-win32-x64-msvc@1.66.0': + '@oxlint/binding-win32-x64-msvc@1.68.0': optional: true '@publint/pack@0.1.4': {} @@ -3881,33 +3887,33 @@ snapshots: '@rolldown/binding-win32-x64-msvc@1.0.2': optional: true - '@rolldown/plugin-babel@0.2.3(@babel/core@8.0.0-rc.5)(@babel/plugin-transform-runtime@8.0.0-rc.5(@babel/core@8.0.0-rc.5))(@babel/runtime@8.0.0-rc.5)(rolldown@1.0.2)(vite@8.0.14(@types/node@24.12.4)(esbuild@0.27.3))': + '@rolldown/plugin-babel@0.2.3(@babel/core@8.0.0-rc.6)(@babel/plugin-transform-runtime@8.0.0-rc.6(@babel/core@8.0.0-rc.6))(@babel/runtime@8.0.0-rc.6)(rolldown@1.0.2)(vite@8.0.14(@types/node@24.13.1)(esbuild@0.27.3))': dependencies: - '@babel/core': 8.0.0-rc.5 + '@babel/core': 8.0.0-rc.6 picomatch: 4.0.4 rolldown: 1.0.2 optionalDependencies: - '@babel/plugin-transform-runtime': 8.0.0-rc.5(@babel/core@8.0.0-rc.5) - '@babel/runtime': 8.0.0-rc.5 - vite: 8.0.14(@types/node@24.12.4)(esbuild@0.27.3) + '@babel/plugin-transform-runtime': 8.0.0-rc.6(@babel/core@8.0.0-rc.6) + '@babel/runtime': 8.0.0-rc.6 + vite: 8.0.14(@types/node@24.13.1)(esbuild@0.27.3) optional: true - '@rolldown/plugin-babel@file:packages/babel(@babel/core@7.29.0)(@babel/plugin-transform-runtime@8.0.0-rc.5(@babel/core@7.29.0))(@babel/runtime@8.0.0-rc.5)(rolldown@1.0.2)(vite@8.0.14(@types/node@24.12.4)(esbuild@0.27.3))': + '@rolldown/plugin-babel@file:packages/babel(@babel/core@7.29.7)(@babel/plugin-transform-runtime@8.0.0-rc.6(@babel/core@7.29.7))(@babel/runtime@8.0.0-rc.6)(rolldown@1.0.2)(vite@8.0.14(@types/node@24.13.1)(esbuild@0.27.3))': dependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.7 picomatch: 4.0.4 rolldown: 1.0.2 optionalDependencies: - '@babel/plugin-transform-runtime': 8.0.0-rc.5(@babel/core@7.29.0) - '@babel/runtime': 8.0.0-rc.5 - vite: 8.0.14(@types/node@24.12.4)(esbuild@0.27.3) + '@babel/plugin-transform-runtime': 8.0.0-rc.6(@babel/core@7.29.7) + '@babel/runtime': 8.0.0-rc.6 + vite: 8.0.14(@types/node@24.13.1)(esbuild@0.27.3) '@rolldown/pluginutils@1.0.0': {} '@rolldown/pluginutils@1.0.0-rc.16': optional: true - '@rollup/plugin-swc@0.4.0(@swc/core@1.15.40)': + '@rollup/plugin-swc@0.4.1(@swc/core@1.15.40)': dependencies: '@rollup/pluginutils': 5.3.0 '@swc/core': 1.15.40 @@ -3990,19 +3996,19 @@ snapshots: '@swc/counter@0.1.3': {} - '@swc/plugin-emotion@14.10.0': + '@swc/plugin-emotion@14.12.0': dependencies: '@swc/counter': 0.1.3 - '@swc/plugin-react-remove-properties@12.10.0': + '@swc/plugin-react-remove-properties@12.12.0': dependencies: '@swc/counter': 0.1.3 - '@swc/plugin-styled-jsx@13.10.0': + '@swc/plugin-styled-jsx@13.12.0': dependencies: '@swc/counter': 0.1.3 - '@swc/plugin-transform-imports@12.10.0': + '@swc/plugin-transform-imports@12.12.0': dependencies: '@swc/counter': 0.1.3 @@ -4024,7 +4030,7 @@ snapshots: '@types/estree@1.0.8': {} - '@types/gensync@1.0.4': {} + '@types/gensync@1.0.5': {} '@types/jsesc@2.5.1': {} @@ -4032,9 +4038,9 @@ snapshots: dependencies: undici-types: 6.21.0 - '@types/node@24.12.4': + '@types/node@24.13.1': dependencies: - undici-types: 7.16.0 + undici-types: 7.18.2 '@types/normalize-package-data@2.4.4': {} @@ -4042,51 +4048,51 @@ snapshots: '@types/picomatch@4.0.3': {} - '@types/react-dom@19.2.3(@types/react@19.2.15)': + '@types/react-dom@19.2.3(@types/react@19.2.17)': dependencies: - '@types/react': 19.2.15 + '@types/react': 19.2.17 - '@types/react@19.2.15': + '@types/react@19.2.17': dependencies: csstype: 3.2.3 - '@typescript/native-preview-darwin-arm64@7.0.0-dev.20260524.1': + '@typescript/native-preview-darwin-arm64@7.0.0-dev.20260607.1': optional: true - '@typescript/native-preview-darwin-x64@7.0.0-dev.20260524.1': + '@typescript/native-preview-darwin-x64@7.0.0-dev.20260607.1': optional: true - '@typescript/native-preview-linux-arm64@7.0.0-dev.20260524.1': + '@typescript/native-preview-linux-arm64@7.0.0-dev.20260607.1': optional: true - '@typescript/native-preview-linux-arm@7.0.0-dev.20260524.1': + '@typescript/native-preview-linux-arm@7.0.0-dev.20260607.1': optional: true - '@typescript/native-preview-linux-x64@7.0.0-dev.20260524.1': + '@typescript/native-preview-linux-x64@7.0.0-dev.20260607.1': optional: true - '@typescript/native-preview-win32-arm64@7.0.0-dev.20260524.1': + '@typescript/native-preview-win32-arm64@7.0.0-dev.20260607.1': optional: true - '@typescript/native-preview-win32-x64@7.0.0-dev.20260524.1': + '@typescript/native-preview-win32-x64@7.0.0-dev.20260607.1': optional: true - '@typescript/native-preview@7.0.0-dev.20260524.1': + '@typescript/native-preview@7.0.0-dev.20260607.1': optionalDependencies: - '@typescript/native-preview-darwin-arm64': 7.0.0-dev.20260524.1 - '@typescript/native-preview-darwin-x64': 7.0.0-dev.20260524.1 - '@typescript/native-preview-linux-arm': 7.0.0-dev.20260524.1 - '@typescript/native-preview-linux-arm64': 7.0.0-dev.20260524.1 - '@typescript/native-preview-linux-x64': 7.0.0-dev.20260524.1 - '@typescript/native-preview-win32-arm64': 7.0.0-dev.20260524.1 - '@typescript/native-preview-win32-x64': 7.0.0-dev.20260524.1 + '@typescript/native-preview-darwin-arm64': 7.0.0-dev.20260607.1 + '@typescript/native-preview-darwin-x64': 7.0.0-dev.20260607.1 + '@typescript/native-preview-linux-arm': 7.0.0-dev.20260607.1 + '@typescript/native-preview-linux-arm64': 7.0.0-dev.20260607.1 + '@typescript/native-preview-linux-x64': 7.0.0-dev.20260607.1 + '@typescript/native-preview-win32-arm64': 7.0.0-dev.20260607.1 + '@typescript/native-preview-win32-x64': 7.0.0-dev.20260607.1 - '@vitejs/plugin-react@6.0.2(@rolldown/plugin-babel@0.2.3(@babel/core@8.0.0-rc.5)(@babel/plugin-transform-runtime@8.0.0-rc.5(@babel/core@8.0.0-rc.5))(@babel/runtime@8.0.0-rc.5)(rolldown@1.0.2)(vite@8.0.14(@types/node@24.12.4)(esbuild@0.27.3)))(vite@8.0.14(@types/node@24.12.4)(esbuild@0.27.3))': + '@vitejs/plugin-react@6.0.2(@rolldown/plugin-babel@0.2.3(@babel/core@8.0.0-rc.6)(@babel/plugin-transform-runtime@8.0.0-rc.6(@babel/core@8.0.0-rc.6))(@babel/runtime@8.0.0-rc.6)(rolldown@1.0.2)(vite@8.0.14(@types/node@24.13.1)(esbuild@0.27.3)))(vite@8.0.14(@types/node@24.13.1)(esbuild@0.27.3))': dependencies: '@rolldown/pluginutils': 1.0.0 - vite: 8.0.14(@types/node@24.12.4)(esbuild@0.27.3) + vite: 8.0.14(@types/node@24.13.1)(esbuild@0.27.3) optionalDependencies: - '@rolldown/plugin-babel': 0.2.3(@babel/core@8.0.0-rc.5)(@babel/plugin-transform-runtime@8.0.0-rc.5(@babel/core@8.0.0-rc.5))(@babel/runtime@8.0.0-rc.5)(rolldown@1.0.2)(vite@8.0.14(@types/node@24.12.4)(esbuild@0.27.3)) + '@rolldown/plugin-babel': 0.2.3(@babel/core@8.0.0-rc.6)(@babel/plugin-transform-runtime@8.0.0-rc.6(@babel/core@8.0.0-rc.6))(@babel/runtime@8.0.0-rc.6)(rolldown@1.0.2)(vite@8.0.14(@types/node@24.13.1)(esbuild@0.27.3)) '@vitejs/release-scripts@1.7.1(conventional-commits-filter@5.0.0)': dependencies: @@ -4101,44 +4107,44 @@ snapshots: transitivePeerDependencies: - conventional-commits-filter - '@vitest/expect@4.1.7': + '@vitest/expect@4.1.8': dependencies: '@standard-schema/spec': 1.1.0 '@types/chai': 5.2.3 - '@vitest/spy': 4.1.7 - '@vitest/utils': 4.1.7 + '@vitest/spy': 4.1.8 + '@vitest/utils': 4.1.8 chai: 6.2.2 tinyrainbow: 3.1.0 - '@vitest/mocker@4.1.7(vite@8.0.14(@types/node@24.12.4)(esbuild@0.27.3))': + '@vitest/mocker@4.1.8(vite@8.0.14(@types/node@24.13.1)(esbuild@0.27.3))': dependencies: - '@vitest/spy': 4.1.7 + '@vitest/spy': 4.1.8 estree-walker: 3.0.3 magic-string: 0.30.21 optionalDependencies: - vite: 8.0.14(@types/node@24.12.4)(esbuild@0.27.3) + vite: 8.0.14(@types/node@24.13.1)(esbuild@0.27.3) - '@vitest/pretty-format@4.1.7': + '@vitest/pretty-format@4.1.8': dependencies: tinyrainbow: 3.1.0 - '@vitest/runner@4.1.7': + '@vitest/runner@4.1.8': dependencies: - '@vitest/utils': 4.1.7 + '@vitest/utils': 4.1.8 pathe: 2.0.3 - '@vitest/snapshot@4.1.7': + '@vitest/snapshot@4.1.8': dependencies: - '@vitest/pretty-format': 4.1.7 - '@vitest/utils': 4.1.7 + '@vitest/pretty-format': 4.1.8 + '@vitest/utils': 4.1.8 magic-string: 0.30.21 pathe: 2.0.3 - '@vitest/spy@4.1.7': {} + '@vitest/spy@4.1.8': {} - '@vitest/utils@4.1.7': + '@vitest/utils@4.1.8': dependencies: - '@vitest/pretty-format': 4.1.7 + '@vitest/pretty-format': 4.1.8 convert-source-map: 2.0.0 tinyrainbow: 3.1.0 @@ -4150,7 +4156,7 @@ snapshots: ast-kit@3.0.0-beta.1: dependencies: - '@babel/parser': 8.0.0-rc.5 + '@babel/parser': 8.0.0-rc.6 estree-walker: 3.0.3 pathe: 2.0.3 @@ -4164,7 +4170,7 @@ snapshots: babel-plugin-transform-imports@2.0.0: dependencies: - '@babel/types': 7.29.0 + '@babel/types': 7.29.7 is-valid-path: 0.1.1 baseline-browser-mapping@2.10.0: {} @@ -4344,6 +4350,8 @@ snapshots: find-root@1.1.0: {} + find-up-simple@1.0.1: {} + fsevents@2.3.3: optional: true @@ -4565,29 +4573,29 @@ snapshots: oxc-parser: 0.132.0 rolldown: 1.0.2 - oxfmt@0.51.0: + oxfmt@0.53.0: dependencies: tinypool: 2.1.0 optionalDependencies: - '@oxfmt/binding-android-arm-eabi': 0.51.0 - '@oxfmt/binding-android-arm64': 0.51.0 - '@oxfmt/binding-darwin-arm64': 0.51.0 - '@oxfmt/binding-darwin-x64': 0.51.0 - '@oxfmt/binding-freebsd-x64': 0.51.0 - '@oxfmt/binding-linux-arm-gnueabihf': 0.51.0 - '@oxfmt/binding-linux-arm-musleabihf': 0.51.0 - '@oxfmt/binding-linux-arm64-gnu': 0.51.0 - '@oxfmt/binding-linux-arm64-musl': 0.51.0 - '@oxfmt/binding-linux-ppc64-gnu': 0.51.0 - '@oxfmt/binding-linux-riscv64-gnu': 0.51.0 - '@oxfmt/binding-linux-riscv64-musl': 0.51.0 - '@oxfmt/binding-linux-s390x-gnu': 0.51.0 - '@oxfmt/binding-linux-x64-gnu': 0.51.0 - '@oxfmt/binding-linux-x64-musl': 0.51.0 - '@oxfmt/binding-openharmony-arm64': 0.51.0 - '@oxfmt/binding-win32-arm64-msvc': 0.51.0 - '@oxfmt/binding-win32-ia32-msvc': 0.51.0 - '@oxfmt/binding-win32-x64-msvc': 0.51.0 + '@oxfmt/binding-android-arm-eabi': 0.53.0 + '@oxfmt/binding-android-arm64': 0.53.0 + '@oxfmt/binding-darwin-arm64': 0.53.0 + '@oxfmt/binding-darwin-x64': 0.53.0 + '@oxfmt/binding-freebsd-x64': 0.53.0 + '@oxfmt/binding-linux-arm-gnueabihf': 0.53.0 + '@oxfmt/binding-linux-arm-musleabihf': 0.53.0 + '@oxfmt/binding-linux-arm64-gnu': 0.53.0 + '@oxfmt/binding-linux-arm64-musl': 0.53.0 + '@oxfmt/binding-linux-ppc64-gnu': 0.53.0 + '@oxfmt/binding-linux-riscv64-gnu': 0.53.0 + '@oxfmt/binding-linux-riscv64-musl': 0.53.0 + '@oxfmt/binding-linux-s390x-gnu': 0.53.0 + '@oxfmt/binding-linux-x64-gnu': 0.53.0 + '@oxfmt/binding-linux-x64-musl': 0.53.0 + '@oxfmt/binding-openharmony-arm64': 0.53.0 + '@oxfmt/binding-win32-arm64-msvc': 0.53.0 + '@oxfmt/binding-win32-ia32-msvc': 0.53.0 + '@oxfmt/binding-win32-x64-msvc': 0.53.0 oxlint-tsgolint@0.23.0: optionalDependencies: @@ -4598,27 +4606,27 @@ snapshots: '@oxlint-tsgolint/win32-arm64': 0.23.0 '@oxlint-tsgolint/win32-x64': 0.23.0 - oxlint@1.66.0(oxlint-tsgolint@0.23.0): + oxlint@1.68.0(oxlint-tsgolint@0.23.0): optionalDependencies: - '@oxlint/binding-android-arm-eabi': 1.66.0 - '@oxlint/binding-android-arm64': 1.66.0 - '@oxlint/binding-darwin-arm64': 1.66.0 - '@oxlint/binding-darwin-x64': 1.66.0 - '@oxlint/binding-freebsd-x64': 1.66.0 - '@oxlint/binding-linux-arm-gnueabihf': 1.66.0 - '@oxlint/binding-linux-arm-musleabihf': 1.66.0 - '@oxlint/binding-linux-arm64-gnu': 1.66.0 - '@oxlint/binding-linux-arm64-musl': 1.66.0 - '@oxlint/binding-linux-ppc64-gnu': 1.66.0 - '@oxlint/binding-linux-riscv64-gnu': 1.66.0 - '@oxlint/binding-linux-riscv64-musl': 1.66.0 - '@oxlint/binding-linux-s390x-gnu': 1.66.0 - '@oxlint/binding-linux-x64-gnu': 1.66.0 - '@oxlint/binding-linux-x64-musl': 1.66.0 - '@oxlint/binding-openharmony-arm64': 1.66.0 - '@oxlint/binding-win32-arm64-msvc': 1.66.0 - '@oxlint/binding-win32-ia32-msvc': 1.66.0 - '@oxlint/binding-win32-x64-msvc': 1.66.0 + '@oxlint/binding-android-arm-eabi': 1.68.0 + '@oxlint/binding-android-arm64': 1.68.0 + '@oxlint/binding-darwin-arm64': 1.68.0 + '@oxlint/binding-darwin-x64': 1.68.0 + '@oxlint/binding-freebsd-x64': 1.68.0 + '@oxlint/binding-linux-arm-gnueabihf': 1.68.0 + '@oxlint/binding-linux-arm-musleabihf': 1.68.0 + '@oxlint/binding-linux-arm64-gnu': 1.68.0 + '@oxlint/binding-linux-arm64-musl': 1.68.0 + '@oxlint/binding-linux-ppc64-gnu': 1.68.0 + '@oxlint/binding-linux-riscv64-gnu': 1.68.0 + '@oxlint/binding-linux-riscv64-musl': 1.68.0 + '@oxlint/binding-linux-s390x-gnu': 1.68.0 + '@oxlint/binding-linux-x64-gnu': 1.68.0 + '@oxlint/binding-linux-x64-musl': 1.68.0 + '@oxlint/binding-openharmony-arm64': 1.68.0 + '@oxlint/binding-win32-arm64-msvc': 1.68.0 + '@oxlint/binding-win32-ia32-msvc': 1.68.0 + '@oxlint/binding-win32-x64-msvc': 1.68.0 oxlint-tsgolint: 0.23.0 package-manager-detector@1.6.0: {} @@ -4629,7 +4637,7 @@ snapshots: parse-json@5.2.0: dependencies: - '@babel/code-frame': 7.29.0 + '@babel/code-frame': 7.29.7 error-ex: 1.3.4 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -4682,14 +4690,14 @@ snapshots: quansync@1.0.0: {} - react-dom@19.2.6(react@19.2.6): + react-dom@19.2.7(react@19.2.7): dependencies: - react: 19.2.6 + react: 19.2.7 scheduler: 0.27.0 react-is@16.13.1: {} - react@19.2.6: {} + react@19.2.7: {} regexp-tree@0.1.27: {} @@ -4703,7 +4711,7 @@ snapshots: path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 - rolldown-plugin-dts@0.25.0(@typescript/native-preview@7.0.0-dev.20260524.1)(rolldown@1.0.2)(typescript@6.0.3): + rolldown-plugin-dts@0.25.0(@typescript/native-preview@7.0.0-dev.20260607.1)(rolldown@1.0.2)(typescript@6.0.3): dependencies: '@babel/generator': 8.0.0-rc.4 '@babel/helper-validator-identifier': 8.0.0-rc.4 @@ -4715,7 +4723,7 @@ snapshots: obug: 2.1.1 rolldown: 1.0.2 optionalDependencies: - '@typescript/native-preview': 7.0.0-dev.20260524.1 + '@typescript/native-preview': 7.0.0-dev.20260607.1 typescript: 6.0.3 transitivePeerDependencies: - oxc-resolver @@ -4819,19 +4827,19 @@ snapshots: strip-final-newline@4.0.0: {} - styled-jsx@5.1.7(@babel/core@7.29.0)(react@19.2.6): + styled-jsx@5.1.7(@babel/core@7.29.7)(react@19.2.7): dependencies: client-only: 0.0.1 - react: 19.2.6 + react: 19.2.7 optionalDependencies: - '@babel/core': 7.29.0 + '@babel/core': 7.29.7 - styled-jsx@5.1.7(@babel/core@8.0.0-rc.5)(react@19.2.6): + styled-jsx@5.1.7(@babel/core@8.0.0-rc.6)(react@19.2.7): dependencies: client-only: 0.0.1 - react: 19.2.6 + react: 19.2.7 optionalDependencies: - '@babel/core': 8.0.0-rc.5 + '@babel/core': 8.0.0-rc.6 stylis@4.2.0: {} @@ -4841,7 +4849,7 @@ snapshots: tinyexec@1.1.2: {} - tinyglobby@0.2.16: + tinyglobby@0.2.17: dependencies: fdir: 6.5.0(picomatch@4.0.4) picomatch: 4.0.4 @@ -4852,7 +4860,7 @@ snapshots: tree-kill@1.2.2: {} - tsdown@0.22.0(@typescript/native-preview@7.0.0-dev.20260524.1)(publint@0.3.20)(typescript@6.0.3)(unrun@0.2.36): + tsdown@0.22.0(@typescript/native-preview@7.0.0-dev.20260607.1)(publint@0.3.20)(typescript@6.0.3)(unrun@0.2.36): dependencies: ansis: 4.2.0 cac: 7.0.0 @@ -4863,10 +4871,10 @@ snapshots: obug: 2.1.1 picomatch: 4.0.4 rolldown: 1.0.2 - rolldown-plugin-dts: 0.25.0(@typescript/native-preview@7.0.0-dev.20260524.1)(rolldown@1.0.2)(typescript@6.0.3) + rolldown-plugin-dts: 0.25.0(@typescript/native-preview@7.0.0-dev.20260607.1)(rolldown@1.0.2)(typescript@6.0.3) semver: 7.8.0 tinyexec: 1.1.2 - tinyglobby: 0.2.16 + tinyglobby: 0.2.17 tree-kill: 1.2.2 unconfig-core: 7.5.0 optionalDependencies: @@ -4896,7 +4904,7 @@ snapshots: undici-types@6.21.0: {} - undici-types@7.16.0: {} + undici-types@7.18.2: {} unicorn-magic@0.3.0: {} @@ -4922,27 +4930,27 @@ snapshots: spdx-correct: 3.2.0 spdx-expression-parse: 3.0.1 - vite@8.0.14(@types/node@24.12.4)(esbuild@0.27.3): + vite@8.0.14(@types/node@24.13.1)(esbuild@0.27.3): dependencies: lightningcss: 1.32.0 picomatch: 4.0.4 postcss: 8.5.15 rolldown: 1.0.2 - tinyglobby: 0.2.16 + tinyglobby: 0.2.17 optionalDependencies: - '@types/node': 24.12.4 + '@types/node': 24.13.1 esbuild: 0.27.3 fsevents: 2.3.3 - vitest@4.1.7(@types/node@24.12.4)(vite@8.0.14(@types/node@24.12.4)(esbuild@0.27.3)): + vitest@4.1.8(@types/node@24.13.1)(vite@8.0.14(@types/node@24.13.1)(esbuild@0.27.3)): dependencies: - '@vitest/expect': 4.1.7 - '@vitest/mocker': 4.1.7(vite@8.0.14(@types/node@24.12.4)(esbuild@0.27.3)) - '@vitest/pretty-format': 4.1.7 - '@vitest/runner': 4.1.7 - '@vitest/snapshot': 4.1.7 - '@vitest/spy': 4.1.7 - '@vitest/utils': 4.1.7 + '@vitest/expect': 4.1.8 + '@vitest/mocker': 4.1.8(vite@8.0.14(@types/node@24.13.1)(esbuild@0.27.3)) + '@vitest/pretty-format': 4.1.8 + '@vitest/runner': 4.1.8 + '@vitest/snapshot': 4.1.8 + '@vitest/spy': 4.1.8 + '@vitest/utils': 4.1.8 es-module-lexer: 2.0.0 expect-type: 1.3.0 magic-string: 0.30.21 @@ -4952,12 +4960,12 @@ snapshots: std-env: 4.0.0 tinybench: 2.9.0 tinyexec: 1.1.2 - tinyglobby: 0.2.16 + tinyglobby: 0.2.17 tinyrainbow: 3.1.0 - vite: 8.0.14(@types/node@24.12.4)(esbuild@0.27.3) + vite: 8.0.14(@types/node@24.13.1)(esbuild@0.27.3) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 24.12.4 + '@types/node': 24.13.1 transitivePeerDependencies: - msw diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 7beaed9..2b495e9 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -10,15 +10,15 @@ catalogs: default: '@oxc-node/core': ^0.1.0 '@oxc-node/cli': ^0.1.0 - '@rollup/plugin-swc': ^0.4.0 + '@rollup/plugin-swc': ^0.4.1 '@swc/core': ^1.15.40 - '@swc/plugin-emotion': ^14.10.0 - '@swc/plugin-react-remove-properties': ^12.10.0 - '@swc/plugin-styled-jsx': ^13.10.0 - '@swc/plugin-transform-imports': ^12.10.0 + '@swc/plugin-emotion': ^14.12.0 + '@swc/plugin-react-remove-properties': ^12.12.0 + '@swc/plugin-styled-jsx': ^13.12.0 + '@swc/plugin-transform-imports': ^12.12.0 rolldown: ^1.0.2 vite: ^8.0.14 babel7: - '@babel/core': ^7.29.0 - '@babel/plugin-transform-runtime': ^7.29.0 - '@babel/runtime': ^7.29.2 + '@babel/core': ^7.29.7 + '@babel/plugin-transform-runtime': ^7.29.7 + '@babel/runtime': ^7.29.7