From b3ab2f7967aedded5ea7dcb29ac0f553098df6bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 03:00:22 +0000 Subject: [PATCH 1/2] chore(deps): update all non-major dependencies --- .github/workflows/ci.yml | 6 +- .github/workflows/preview-release.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/zizmor.yml | 2 +- examples/emotion/package.json | 2 +- examples/jsx-remove-attributes/package.json | 2 +- examples/package.json | 2 +- examples/styled-jsx/package.json | 2 +- package.json | 8 +- packages/babel/package.json | 10 +- packages/emotion/benchmark/package.json | 2 +- .../benchmark/package.json | 2 +- packages/styled-jsx/benchmark/package.json | 2 +- .../transform-imports/benchmark/package.json | 2 +- pnpm-lock.yaml | 1026 +++++++++-------- scripts/package.json | 2 +- 16 files changed, 551 insertions(+), 523 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3bca85..6b363d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: persist-credentials: false - name: Install pnpm - uses: pnpm/action-setup@91ab88e2619ed1f46221f0ba42d1492c02baf788 # v6.0.6 + uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8 - name: Set node version to ${{ matrix.node_version }} uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 @@ -73,7 +73,7 @@ jobs: persist-credentials: false - name: Install pnpm - uses: pnpm/action-setup@91ab88e2619ed1f46221f0ba42d1492c02baf788 # v6.0.6 + uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8 - name: Set node version to 24 uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 @@ -131,7 +131,7 @@ jobs: persist-credentials: false - name: Install pnpm - uses: pnpm/action-setup@91ab88e2619ed1f46221f0ba42d1492c02baf788 # v6.0.6 + uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8 - name: Set node version to 24 uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 diff --git a/.github/workflows/preview-release.yml b/.github/workflows/preview-release.yml index 4f0a6d1..6e1eddc 100644 --- a/.github/workflows/preview-release.yml +++ b/.github/workflows/preview-release.yml @@ -23,7 +23,7 @@ jobs: persist-credentials: false - name: Install pnpm - uses: pnpm/action-setup@91ab88e2619ed1f46221f0ba42d1492c02baf788 # v6.0.6 + uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8 - name: Set node version to LTS uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e224843..0a3f46b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,7 +23,7 @@ jobs: persist-credentials: false - name: Install pnpm - uses: pnpm/action-setup@91ab88e2619ed1f46221f0ba42d1492c02baf788 # v6.0.6 + uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8 - name: Set node version to LTS uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml index 28c35d1..67c4a15 100644 --- a/.github/workflows/zizmor.yml +++ b/.github/workflows/zizmor.yml @@ -27,4 +27,4 @@ jobs: persist-credentials: false - name: Run zizmor 🌈 - uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3 + uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6 diff --git a/examples/emotion/package.json b/examples/emotion/package.json index 5ccb0f1..d325b62 100644 --- a/examples/emotion/package.json +++ b/examples/emotion/package.json @@ -17,7 +17,7 @@ "@rolldown/plugin-emotion": "workspace:*", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", + "@vitejs/plugin-react": "^6.0.2", "vite": "^8.0.13" } } diff --git a/examples/jsx-remove-attributes/package.json b/examples/jsx-remove-attributes/package.json index 1593bcf..14a14f9 100644 --- a/examples/jsx-remove-attributes/package.json +++ b/examples/jsx-remove-attributes/package.json @@ -15,7 +15,7 @@ "@rolldown/plugin-jsx-remove-attributes": "workspace:*", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", + "@vitejs/plugin-react": "^6.0.2", "vite": "^8.0.13" } } diff --git a/examples/package.json b/examples/package.json index 21db2d0..bc4ea74 100644 --- a/examples/package.json +++ b/examples/package.json @@ -8,7 +8,7 @@ "test:build": "vitest --project=e2e:build" }, "devDependencies": { - "playwright-chromium": "^1.59.1", + "playwright-chromium": "^1.60.0", "vite": "^8.0.13" } } diff --git a/examples/styled-jsx/package.json b/examples/styled-jsx/package.json index 0f5b804..2eba6b4 100644 --- a/examples/styled-jsx/package.json +++ b/examples/styled-jsx/package.json @@ -16,7 +16,7 @@ "@rolldown/plugin-styled-jsx": "workspace:*", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", + "@vitejs/plugin-react": "^6.0.2", "vite": "^8.0.13" } } diff --git a/package.json b/package.json index 95930b2..8964112 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.20260510.1", - "oxfmt": "^0.48.0", - "oxlint": "^1.63.0", + "@typescript/native-preview": "7.0.0-dev.20260517.1", + "oxfmt": "^0.50.0", + "oxlint": "^1.65.0", "oxlint-tsgolint": "^0.22.1", "tsdown": "^0.22.0", - "vitest": "^4.1.5" + "vitest": "^4.1.6" }, "packageManager": "pnpm@10.33.4" } diff --git a/packages/babel/package.json b/packages/babel/package.json index 6f9ec90..4700858 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.4", - "@babel/plugin-proposal-decorators": "^8.0.0-rc.4", - "@babel/plugin-transform-runtime": "^8.0.0-rc.4", - "@babel/runtime": "^8.0.0-rc.4", - "@types/node": "^24.12.3", + "@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", "@types/picomatch": "^4.0.3", "rolldown": "1.0.1", "vite": "^8.0.13" diff --git a/packages/emotion/benchmark/package.json b/packages/emotion/benchmark/package.json index 0cfcf4f..3073254 100644 --- a/packages/emotion/benchmark/package.json +++ b/packages/emotion/benchmark/package.json @@ -26,7 +26,7 @@ "@rollup/plugin-swc": "^0.4.0", "@swc/core": "^1.15.33", "@swc/plugin-emotion": "^14.9.0", - "@types/node": "^24.12.3", + "@types/node": "^24.12.4", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "rolldown": "^1.0.1" diff --git a/packages/jsx-remove-attributes/benchmark/package.json b/packages/jsx-remove-attributes/benchmark/package.json index 5befc7b..51191fc 100644 --- a/packages/jsx-remove-attributes/benchmark/package.json +++ b/packages/jsx-remove-attributes/benchmark/package.json @@ -23,7 +23,7 @@ "@rollup/plugin-swc": "^0.4.0", "@swc/core": "^1.15.33", "@swc/plugin-react-remove-properties": "^12.9.0", - "@types/node": "^24.12.3", + "@types/node": "^24.12.4", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "babel-plugin-react-remove-properties": "^0.3.1", diff --git a/packages/styled-jsx/benchmark/package.json b/packages/styled-jsx/benchmark/package.json index 88286c8..0a22df1 100644 --- a/packages/styled-jsx/benchmark/package.json +++ b/packages/styled-jsx/benchmark/package.json @@ -24,7 +24,7 @@ "@rollup/plugin-swc": "^0.4.0", "@swc/core": "^1.15.33", "@swc/plugin-styled-jsx": "^13.9.0", - "@types/node": "^24.12.3", + "@types/node": "^24.12.4", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "rolldown": "^1.0.1" diff --git a/packages/transform-imports/benchmark/package.json b/packages/transform-imports/benchmark/package.json index 07db6df..e19bee7 100644 --- a/packages/transform-imports/benchmark/package.json +++ b/packages/transform-imports/benchmark/package.json @@ -18,7 +18,7 @@ "@rollup/plugin-swc": "^0.4.0", "@swc/core": "^1.15.33", "@swc/plugin-transform-imports": "^12.9.0", - "@types/node": "^24.12.3", + "@types/node": "^24.12.4", "babel-plugin-transform-imports": "^2.0.0", "rolldown": "^1.0.1" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c3e4753..e1dc47b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,32 +9,32 @@ importers: .: devDependencies: '@typescript/native-preview': - specifier: 7.0.0-dev.20260510.1 - version: 7.0.0-dev.20260510.1 + specifier: 7.0.0-dev.20260517.1 + version: 7.0.0-dev.20260517.1 oxfmt: - specifier: ^0.48.0 - version: 0.48.0 + specifier: ^0.50.0 + version: 0.50.0 oxlint: - specifier: ^1.63.0 - version: 1.63.0(oxlint-tsgolint@0.22.1) + specifier: ^1.65.0 + version: 1.65.0(oxlint-tsgolint@0.22.1) oxlint-tsgolint: specifier: ^0.22.1 version: 0.22.1 tsdown: specifier: ^0.22.0 - version: 0.22.0(@typescript/native-preview@7.0.0-dev.20260510.1)(publint@0.3.20)(unrun@0.2.36) + version: 0.22.0(@typescript/native-preview@7.0.0-dev.20260517.1)(publint@0.3.20)(unrun@0.2.36) vitest: - specifier: ^4.1.5 - version: 4.1.5(@types/node@24.12.3)(vite@8.0.13(@types/node@24.12.3)(esbuild@0.27.3)) + specifier: ^4.1.6 + version: 4.1.6(@types/node@24.12.4)(vite@8.0.13(@types/node@24.12.4)(esbuild@0.27.3)) examples: devDependencies: playwright-chromium: - specifier: ^1.59.1 - version: 1.59.1 + specifier: ^1.60.0 + version: 1.60.0 vite: specifier: ^8.0.13 - version: 8.0.13(@types/node@24.12.3)(esbuild@0.27.3) + version: 8.0.13(@types/node@24.12.4)(esbuild@0.27.3) examples/emotion: dependencies: @@ -61,11 +61,11 @@ importers: specifier: ^19.2.3 version: 19.2.3(@types/react@19.2.14) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.1(@rolldown/plugin-babel@0.2.3(@babel/core@8.0.0-rc.4)(@babel/plugin-transform-runtime@8.0.0-rc.4(@babel/core@8.0.0-rc.4))(@babel/runtime@8.0.0-rc.4)(rolldown@1.0.1)(vite@8.0.13(@types/node@24.12.3)(esbuild@0.27.3)))(vite@8.0.13(@types/node@24.12.3)(esbuild@0.27.3)) + 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.1)(vite@8.0.13(@types/node@24.12.4)(esbuild@0.27.3)))(vite@8.0.13(@types/node@24.12.4)(esbuild@0.27.3)) vite: specifier: ^8.0.13 - version: 8.0.13(@types/node@24.12.3)(esbuild@0.27.3) + version: 8.0.13(@types/node@24.12.4)(esbuild@0.27.3) examples/jsx-remove-attributes: dependencies: @@ -86,11 +86,11 @@ importers: specifier: ^19.2.3 version: 19.2.3(@types/react@19.2.14) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.1(@rolldown/plugin-babel@0.2.3(@babel/core@8.0.0-rc.4)(@babel/plugin-transform-runtime@8.0.0-rc.4(@babel/core@8.0.0-rc.4))(@babel/runtime@8.0.0-rc.4)(rolldown@1.0.1)(vite@8.0.13(@types/node@24.12.3)(esbuild@0.27.3)))(vite@8.0.13(@types/node@24.12.3)(esbuild@0.27.3)) + 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.1)(vite@8.0.13(@types/node@24.12.4)(esbuild@0.27.3)))(vite@8.0.13(@types/node@24.12.4)(esbuild@0.27.3)) vite: specifier: ^8.0.13 - version: 8.0.13(@types/node@24.12.3)(esbuild@0.27.3) + version: 8.0.13(@types/node@24.12.4)(esbuild@0.27.3) examples/styled-jsx: dependencies: @@ -102,7 +102,7 @@ importers: version: 19.2.6(react@19.2.6) styled-jsx: specifier: ^5.1.7 - version: 5.1.7(@babel/core@8.0.0-rc.4)(react@19.2.6) + version: 5.1.7(@babel/core@8.0.0-rc.5)(react@19.2.6) devDependencies: '@rolldown/plugin-styled-jsx': specifier: workspace:* @@ -114,11 +114,11 @@ importers: specifier: ^19.2.3 version: 19.2.3(@types/react@19.2.14) '@vitejs/plugin-react': - specifier: ^6.0.1 - version: 6.0.1(@rolldown/plugin-babel@0.2.3(@babel/core@8.0.0-rc.4)(@babel/plugin-transform-runtime@8.0.0-rc.4(@babel/core@8.0.0-rc.4))(@babel/runtime@8.0.0-rc.4)(rolldown@1.0.1)(vite@8.0.13(@types/node@24.12.3)(esbuild@0.27.3)))(vite@8.0.13(@types/node@24.12.3)(esbuild@0.27.3)) + 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.1)(vite@8.0.13(@types/node@24.12.4)(esbuild@0.27.3)))(vite@8.0.13(@types/node@24.12.4)(esbuild@0.27.3)) vite: specifier: ^8.0.13 - version: 8.0.13(@types/node@24.12.3)(esbuild@0.27.3) + version: 8.0.13(@types/node@24.12.4)(esbuild@0.27.3) examples/transform-imports: devDependencies: @@ -127,7 +127,7 @@ importers: version: link:../../packages/transform-imports vite: specifier: ^8.0.13 - version: 8.0.13(@types/node@24.12.3)(esbuild@0.27.3) + version: 8.0.13(@types/node@24.12.4)(esbuild@0.27.3) internal-packages/benchmark-utils: devDependencies: @@ -172,20 +172,20 @@ importers: version: 4.0.4 devDependencies: '@babel/core': - specifier: ^8.0.0-rc.4 - version: 8.0.0-rc.4 + specifier: ^8.0.0-rc.5 + version: 8.0.0-rc.5 '@babel/plugin-proposal-decorators': - specifier: ^8.0.0-rc.4 - version: 8.0.0-rc.4(@babel/core@8.0.0-rc.4) + specifier: ^8.0.0-rc.5 + version: 8.0.0-rc.5(@babel/core@8.0.0-rc.5) '@babel/plugin-transform-runtime': - specifier: ^8.0.0-rc.4 - version: 8.0.0-rc.4(@babel/core@8.0.0-rc.4) + specifier: ^8.0.0-rc.5 + version: 8.0.0-rc.5(@babel/core@8.0.0-rc.5) '@babel/runtime': - specifier: ^8.0.0-rc.4 - version: 8.0.0-rc.4 + specifier: ^8.0.0-rc.5 + version: 8.0.0-rc.5 '@types/node': - specifier: ^24.12.3 - version: 24.12.3 + specifier: ^24.12.4 + version: 24.12.4 '@types/picomatch': specifier: ^4.0.3 version: 4.0.3 @@ -194,7 +194,7 @@ importers: version: 1.0.1 vite: specifier: ^8.0.13 - version: 8.0.13(@types/node@24.12.3)(esbuild@0.27.3) + version: 8.0.13(@types/node@24.12.4)(esbuild@0.27.3) packages/emotion: dependencies: @@ -219,7 +219,7 @@ importers: version: 0.2.16 vite: specifier: ^8.0.13 - version: 8.0.13(@types/node@24.12.3)(esbuild@0.27.3) + version: 8.0.13(@types/node@24.12.4)(esbuild@0.27.3) packages/emotion/benchmark: dependencies: @@ -250,7 +250,7 @@ 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.4(@babel/core@7.29.0))(@babel/runtime@8.0.0-rc.4)(rolldown@1.0.1)(vite@8.0.13(@types/node@24.12.3)(esbuild@0.27.3)) + 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.1)(vite@8.0.13(@types/node@24.12.4)(esbuild@0.27.3)) '@rolldown/plugin-emotion': specifier: workspace:* version: link:.. @@ -264,8 +264,8 @@ importers: specifier: ^14.9.0 version: 14.9.0 '@types/node': - specifier: ^24.12.3 - version: 24.12.3 + specifier: ^24.12.4 + version: 24.12.4 '@types/react': specifier: ^19.2.14 version: 19.2.14 @@ -290,7 +290,7 @@ importers: version: 0.2.16 vite: specifier: ^8.0.13 - version: 8.0.13(@types/node@24.12.3)(esbuild@0.27.3) + version: 8.0.13(@types/node@24.12.4)(esbuild@0.27.3) packages/jsx-remove-attributes/benchmark: dependencies: @@ -312,7 +312,7 @@ 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.4(@babel/core@7.29.0))(@babel/runtime@8.0.0-rc.4)(rolldown@1.0.1)(vite@8.0.13(@types/node@24.12.3)(esbuild@0.27.3)) + 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.1)(vite@8.0.13(@types/node@24.12.4)(esbuild@0.27.3)) '@rolldown/plugin-jsx-remove-attributes': specifier: workspace:* version: link:.. @@ -326,8 +326,8 @@ importers: specifier: ^12.9.0 version: 12.9.0 '@types/node': - specifier: ^24.12.3 - version: 24.12.3 + specifier: ^24.12.4 + version: 24.12.4 '@types/react': specifier: ^19.2.14 version: 19.2.14 @@ -391,7 +391,7 @@ importers: version: 0.2.16 vite: specifier: ^8.0.13 - version: 8.0.13(@types/node@24.12.3)(esbuild@0.27.3) + version: 8.0.13(@types/node@24.12.4)(esbuild@0.27.3) packages/styled-jsx/benchmark: dependencies: @@ -416,7 +416,7 @@ 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.4(@babel/core@7.29.0))(@babel/runtime@8.0.0-rc.4)(rolldown@1.0.1)(vite@8.0.13(@types/node@24.12.3)(esbuild@0.27.3)) + 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.1)(vite@8.0.13(@types/node@24.12.4)(esbuild@0.27.3)) '@rolldown/plugin-styled-jsx': specifier: workspace:* version: link:.. @@ -430,8 +430,8 @@ importers: specifier: ^13.9.0 version: 13.9.0 '@types/node': - specifier: ^24.12.3 - version: 24.12.3 + specifier: ^24.12.4 + version: 24.12.4 '@types/react': specifier: ^19.2.14 version: 19.2.14 @@ -449,7 +449,7 @@ importers: version: 0.3.0(rolldown@1.0.1) vite: specifier: ^8.0.0 - version: 8.0.13(@types/node@24.12.3)(esbuild@0.27.3) + version: 8.0.13(@types/node@24.12.4)(esbuild@0.27.3) devDependencies: rolldown: specifier: ^1.0.1 @@ -482,8 +482,8 @@ importers: specifier: ^12.9.0 version: 12.9.0 '@types/node': - specifier: ^24.12.3 - version: 24.12.3 + specifier: ^24.12.4 + version: 24.12.4 babel-plugin-transform-imports: specifier: ^2.0.0 version: 2.0.0 @@ -494,8 +494,8 @@ importers: scripts: devDependencies: '@vitejs/release-scripts': - specifier: ^1.7.0 - version: 1.7.0(conventional-commits-filter@5.0.0) + specifier: ^1.7.1 + version: 1.7.1(conventional-commits-filter@5.0.0) execa: specifier: ^9.6.1 version: 9.6.1 @@ -509,25 +509,25 @@ packages: resolution: {integrity: sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==} engines: {node: '>=6.9.0'} - '@babel/code-frame@8.0.0-rc.4': - resolution: {integrity: sha512-IKAasu/lBZl6mw5HlYCabqi7jGe5cPr9LhnQNf1YH5PWpeWAgchzwzi+siTBbnKEfw4WeSn2OOmDzHklg/Pz9Q==} - engines: {node: ^20.19.0 || >=22.12.0} + '@babel/code-frame@8.0.0-rc.5': + resolution: {integrity: sha512-+GQSHDNzO2ixYB1SkDr2nJZtpD60cGiijE4Oc6SO42zNijxizhcO2PEDs/83tKu6pb08Sy7Ri5EAYvDRtcBKAA==} + engines: {node: ^22.18.0 || >=24.11.0} '@babel/compat-data@7.29.0': resolution: {integrity: sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==} engines: {node: '>=6.9.0'} - '@babel/compat-data@8.0.0-rc.4': - resolution: {integrity: sha512-0bCEZ+LmwXRVvkKuxYirgkFq2dMFAs3WyxVtDnOE1djnS6BnyIP0Gym4oC3JKMY8es8U3dgBdKKxAsA+pJJcYg==} - engines: {node: ^20.19.0 || >=22.12.0} + '@babel/compat-data@8.0.0-rc.5': + resolution: {integrity: sha512-9Hx303H/a0nNan4z0kEX0HGP7gzn3LsP7wVyn0PO7mByIoGG+/opvXG1k9bdo6wAOKrAmJwPWup51IvMfWeNvw==} + engines: {node: ^22.18.0 || >=24.11.0} '@babel/core@7.29.0': resolution: {integrity: sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==} engines: {node: '>=6.9.0'} - '@babel/core@8.0.0-rc.4': - resolution: {integrity: sha512-VhCk07qH2rgkEW6rdOI8nlRd359a+TdnxXqsl3cynjtvkxbdbHVaW+3NUt+BXv4IYy6tjjZihPo5PWg65c7EJQ==} - engines: {node: ^20.19.0 || >=22.12.0} + '@babel/core@8.0.0-rc.5': + resolution: {integrity: sha512-/lVf0AAYFvdHFYm5nc1LsUCs/o2eDCRhHK/uuhTeyu3ZDPJBusxakSB5dMqfvrvXzQrohr0Bb2zlnDT2UJg5jg==} + engines: {node: ^22.18.0 || >=24.11.0} peerDependencies: '@babel/preset-typescript': ^8.0.0-0 peerDependenciesMeta: @@ -542,43 +542,47 @@ packages: resolution: {integrity: sha512-YZ+FuIgkj7KrIb2a2X1XiY0QYgDxAbVbYP64SjwJzOK3euCsUerzenh2oqdsmKuPSlhzmFOOklnxzHAzXagvpw==} engines: {node: ^20.19.0 || >=22.12.0} - '@babel/helper-annotate-as-pure@8.0.0-rc.4': - resolution: {integrity: sha512-wOUThqqbvaXo3ai3yjfZrdcHyfespnrrpa4171YQXKg5V8eArIYs/7oAuTA4Zj4CK1tHpl+pw0NJ7Cp20ZpaJA==} - engines: {node: ^20.19.0 || >=22.12.0} + '@babel/generator@8.0.0-rc.5': + resolution: {integrity: sha512-nFZPWz3FHIS7y6rMIVoa/WBwjdutfIaRJIBQjzn+t3RnecZoRNlGmGcyR2wb0T/IgSd50Kz/6dG8/LvMCRunjg==} + 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==} + engines: {node: ^22.18.0 || >=24.11.0} '@babel/helper-compilation-targets@7.28.6': resolution: {integrity: sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==} engines: {node: '>=6.9.0'} - '@babel/helper-compilation-targets@8.0.0-rc.4': - resolution: {integrity: sha512-pGB7/0uJCdPwKVFd0t3w7S0lN63/V8b20tn5QgdiWYizyTb648hYTyotNYuoHU7HxrQl2FS1ItlJiThzHuE86Q==} - engines: {node: ^20.19.0 || >=22.12.0} + '@babel/helper-compilation-targets@8.0.0-rc.5': + resolution: {integrity: sha512-WIM+tX3uGm6fFVE6CW5ADAjavWEIqgeejRnPzmQJy5DZ7bealwKqDorIHhxqDYkd1rINgznBj7aXeBkyrOwyUQ==} + engines: {node: ^22.18.0 || >=24.11.0} - '@babel/helper-create-class-features-plugin@8.0.0-rc.4': - resolution: {integrity: sha512-jLfvOeFDSb656o/zOJmbbjidQe9OPukucVrhMnvLqyRY/seX0m+CO8R2cTIVGV1BInzi3DyAAQ2GEc7wAae4Jg==} - engines: {node: ^20.19.0 || >=22.12.0} + '@babel/helper-create-class-features-plugin@8.0.0-rc.5': + resolution: {integrity: sha512-WdCpCSB++pvwOuz2rHlP3N0l4+wq/5+E5F3KQd22M/zorttbcvBl4IHQa8HnwLPUl0zG8BY9JzHGi/NJj0nl0Q==} + engines: {node: ^22.18.0 || >=24.11.0} peerDependencies: - '@babel/core': ^8.0.0-rc.4 + '@babel/core': ^8.0.0-rc.5 '@babel/helper-globals@7.28.0': resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==} engines: {node: '>=6.9.0'} - '@babel/helper-globals@8.0.0-rc.4': - resolution: {integrity: sha512-gpEp45D4E60hUci5mWeQF9YNisMFaBg9lFsFzx/5qwRL3wbXv6z8/aOeaclec68RqxE9bv3SG7gP2wypyHBbSg==} - engines: {node: ^20.19.0 || >=22.12.0} + '@babel/helper-globals@8.0.0-rc.5': + resolution: {integrity: sha512-pYK5TiJHATA2d/WHPJNUapiJ5klSPIvZKEep0cDIelRh+V0pt3RB7nbqzsgd1NiyvqGDLoAn12XbOalStBr0tQ==} + engines: {node: ^22.18.0 || >=24.11.0} - '@babel/helper-member-expression-to-functions@8.0.0-rc.4': - resolution: {integrity: sha512-2OEA1zyg35j7elDf4Zuiw+6CgSDHLEHz3PJYHotIvJCeOdp9DNbJuDhI2x8EFzHEj6RDVmj/7UbBk7I0k3QTZQ==} - engines: {node: ^20.19.0 || >=22.12.0} + '@babel/helper-member-expression-to-functions@8.0.0-rc.5': + resolution: {integrity: sha512-43IfenkMJlmTIkBrcJgeS1Of+LcHVbo9je0SXOtgEFmdOQOa8f0DoVoExhPV94p/0ZYZFbaW81/LsAlf9jZoyQ==} + engines: {node: ^22.18.0 || >=24.11.0} '@babel/helper-module-imports@7.28.6': resolution: {integrity: sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==} engines: {node: '>=6.9.0'} - '@babel/helper-module-imports@8.0.0-rc.4': - resolution: {integrity: sha512-moARBhv7i7e1Xr2Gbg9XY2Bc0weAlm/ilvtgQ4KM1QMeacjY5IkKtd1LXN3Pk+jpb1dAMMXt/Oex+KsGtXj+bQ==} - engines: {node: ^20.19.0 || >=22.12.0} + '@babel/helper-module-imports@8.0.0-rc.5': + resolution: {integrity: sha512-JBkVMvnIMKpeY3EHQqDbqcaoyHoe+tjuLX2wXti5RIZD8MJofZANldpt9lFzek1ftKR00E5xBCUGHFO2H1581g==} + engines: {node: ^22.18.0 || >=24.11.0} '@babel/helper-module-transforms@7.28.6': resolution: {integrity: sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==} @@ -586,33 +590,33 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-optimise-call-expression@8.0.0-rc.4': - resolution: {integrity: sha512-vYiTAUdtuVtaUNr/1C899xHoKWK1y0A+Cu3z/hgq9cB3qn9GSBZXXxYTtjr2KM93aZr4v9S317Ka6UxOgiTw4A==} - engines: {node: ^20.19.0 || >=22.12.0} + '@babel/helper-optimise-call-expression@8.0.0-rc.5': + resolution: {integrity: sha512-bAU16RRFI/ZQGoGKC+zn1Y3l58aCLSHOf9jR645UE1qeOq7t4iqz8whK+7obYpZS1B/PCOoOTrI0XpiHpdI2Eg==} + engines: {node: ^22.18.0 || >=24.11.0} - '@babel/helper-plugin-utils@8.0.0-rc.4': - resolution: {integrity: sha512-yX9iDB1iC6ZQLiIW08DTNpzH6nxMuhdcP3PDsfNoBQbgE/ph3Rjhi6CyyFKFH5haeP15T7Bf/ZBIGjPHEMTlzQ==} - engines: {node: ^20.19.0 || >=22.12.0} + '@babel/helper-plugin-utils@8.0.0-rc.5': + resolution: {integrity: sha512-uo1L9waSqN2EI/nmjHp05Db3mGpiqiqVMeHIVHGoi0Cye1IPzwA6/4OsBf6+yfgJHoweh+0cE/IDUnbvVDc71w==} + engines: {node: ^22.18.0 || >=24.11.0} peerDependencies: - '@babel/core': ^8.0.0-rc.4 + '@babel/core': ^8.0.0-rc.5 - '@babel/helper-replace-supers@8.0.0-rc.4': - resolution: {integrity: sha512-tH4KStZ467FBESEhEUJGADGr/4PD48ISzkLlPzJ9+BKpC2NsmNZNwzbG18f9jDlhlVR4h6AxVNMzc/xPfMPodw==} - engines: {node: ^20.19.0 || >=22.12.0} + '@babel/helper-replace-supers@8.0.0-rc.5': + resolution: {integrity: sha512-7aZZ/9WSCKm2ATy8OjBDGY9uNS8jZ6TN1Cp2fFn9qPUacxXF178MvHwl3/8PtJCkVnsFAiq1rEEUCNy7gcPvvw==} + engines: {node: ^22.18.0 || >=24.11.0} peerDependencies: - '@babel/core': ^8.0.0-rc.4 + '@babel/core': ^8.0.0-rc.5 - '@babel/helper-skip-transparent-expression-wrappers@8.0.0-rc.4': - resolution: {integrity: sha512-aOyqNGAY2YOFGjdJ5SWBJyICeR9JUdHTUmQq6ZaVNOKP2/XWwUVyCkdB4bFmdJ5tQuVHEFB9p309Sj2Y5Wzgqw==} - engines: {node: ^20.19.0 || >=22.12.0} + '@babel/helper-skip-transparent-expression-wrappers@8.0.0-rc.5': + resolution: {integrity: sha512-bNp5MF/llOdatNixXbVrFcrgLpMxFjPH2AE4BQM6M5tYT1JSPIqAj8wsYaZ+0GdSByaVcy0lp5Za/STfBBJqMA==} + engines: {node: ^22.18.0 || >=24.11.0} '@babel/helper-string-parser@7.27.1': resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==} engines: {node: '>=6.9.0'} - '@babel/helper-string-parser@8.0.0-rc.4': - resolution: {integrity: sha512-dluR3v287dp6YPF57kyKKrHPKffUeuxH1zQcF1WD30TeFzWXhDiVi1U6PkqaDB0++H1PeCwRhmYl4DvoerlPIw==} - engines: {node: ^20.19.0 || >=22.12.0} + '@babel/helper-string-parser@8.0.0-rc.5': + resolution: {integrity: sha512-sN7R8rBvDurfaziNfDEIjIntlazmlkCDGO4SNl2RJ3wRCn+QxspLV7hzYAE8WWVd2joVuT8sUxeePdLp2idI1A==} + engines: {node: ^22.18.0 || >=24.11.0} '@babel/helper-validator-identifier@7.28.5': resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==} @@ -622,21 +626,25 @@ packages: 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==} + engines: {node: ^22.18.0 || >=24.11.0} + '@babel/helper-validator-option@7.27.1': resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==} engines: {node: '>=6.9.0'} - '@babel/helper-validator-option@8.0.0-rc.4': - resolution: {integrity: sha512-OFognYIXIr2hlubLRUohiFcj6c74CT4fL+j23v3tH/I2y/XA+jWN+v+V0jeFZ1dx0oG+CRfhgNjz75F9d6BFyw==} - engines: {node: ^20.19.0 || >=22.12.0} + '@babel/helper-validator-option@8.0.0-rc.5': + resolution: {integrity: sha512-T9ZcmHby1W9r3F2l6BEvDibj8Lz7G279aIDZosOpSBYl8jO5RmtbJia35l6xus/fLj5AxefXlwbTCcXh2FYYvA==} + engines: {node: ^22.18.0 || >=24.11.0} '@babel/helpers@7.28.6': resolution: {integrity: sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==} engines: {node: '>=6.9.0'} - '@babel/helpers@8.0.0-rc.4': - resolution: {integrity: sha512-4h9FSYm3mhyM72Lj7pUKygzqN/3/ptKY30ThccjQL7pi5VKSsgjDJMkoguhJJgI8fY+ZS37Jqd/iKtFHBoRIHg==} - engines: {node: ^20.19.0 || >=22.12.0} + '@babel/helpers@8.0.0-rc.5': + resolution: {integrity: sha512-8cBhvRAJsBMRVjKa1c6zWABrvMxK82Ex0EdYpF31Qk4cdjKkt/jZqRIqp4c9xPSFeWPnarr5z+UYEMTYzvPaww==} + engines: {node: ^22.18.0 || >=24.11.0} '@babel/parser@7.29.0': resolution: {integrity: sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==} @@ -648,54 +656,59 @@ packages: engines: {node: ^20.19.0 || >=22.12.0} hasBin: true - '@babel/plugin-proposal-decorators@8.0.0-rc.4': - resolution: {integrity: sha512-qR8yAApM77lD4dVcJKNEeFQBBs5ZSxD2JlLyTq9jlJiTgN8SOdnaqRqD9raz1wK3GffJMcxdehI9T+dGDCsK3Q==} - engines: {node: ^20.19.0 || >=22.12.0} + '@babel/parser@8.0.0-rc.5': + resolution: {integrity: sha512-/Mfg83rK3+jsRbl4Vbd0jqxc6M1A1/WNFtgrowRM1unEsD3XcNnrBdMM0JWakd0/RN9lseQKwPduW1TiEwKOlQ==} + engines: {node: ^22.18.0 || >=24.11.0} + hasBin: true + + '@babel/plugin-proposal-decorators@8.0.0-rc.5': + resolution: {integrity: sha512-1un7JqEauyq3ixjvIPXYK89yc896aRBmwFxhnWAYAP1RwjBOPUThik87FCkqSBXVqPLiJkLPRcRFvIOux6FjkA==} + engines: {node: ^22.18.0 || >=24.11.0} peerDependencies: - '@babel/core': ^8.0.0-rc.4 + '@babel/core': ^8.0.0-rc.5 - '@babel/plugin-syntax-decorators@8.0.0-rc.4': - resolution: {integrity: sha512-O5v/QyPkzaiukh436CkYlK0XpLYD2tfug7HG5936ToIZZdZK+pqrhJP58uK3a4rBWQZPIlkNMixv2DbpztxW1Q==} - engines: {node: ^20.19.0 || >=22.12.0} + '@babel/plugin-syntax-decorators@8.0.0-rc.5': + resolution: {integrity: sha512-wOnQgZo+qCo3QHFLDH01WInfwqQu2X+1jl5Te8XeT2RD27LTzYXXCrkN6kXglFqJ6DzKRxzIBsYRCjpqCNz4Og==} + engines: {node: ^22.18.0 || >=24.11.0} peerDependencies: - '@babel/core': ^8.0.0-rc.4 + '@babel/core': ^8.0.0-rc.5 - '@babel/plugin-transform-runtime@8.0.0-rc.4': - resolution: {integrity: sha512-u49KDUtvJQNHbUZHPdTYImR/5zArRbGBkDAviuhQhlc63Th3RHpps18WHuJrwR/IPzTrWQg1JAG4cU1jvFL5Wg==} - engines: {node: ^20.19.0 || >=22.12.0} + '@babel/plugin-transform-runtime@8.0.0-rc.5': + resolution: {integrity: sha512-mpA7xwNyT2rC3w90RRwxtLECi5Gu2T9CRbyrARecFhEEearPnqBr0Nn7l3kgZTL7wDOaYCH91u8W+fWAwb/uZw==} + engines: {node: ^22.18.0 || >=24.11.0} peerDependencies: - '@babel/core': ^8.0.0-rc.4 + '@babel/core': ^8.0.0-rc.5 '@babel/runtime@7.28.6': resolution: {integrity: sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==} engines: {node: '>=6.9.0'} - '@babel/runtime@8.0.0-rc.4': - resolution: {integrity: sha512-VD6VdUSHE/9MpyWXu/RL1Y6zwD9lyC7XdNB3sjfHlZURa/pZTzcJlqSDEZ/+XqDSuQMta2g4JQXndljBtURaJQ==} + '@babel/runtime@8.0.0-rc.5': + resolution: {integrity: sha512-N1LOR5gZWCk1+lfV6Zhp1tss1SNc2hbKLbhOC41WGDv5wu8GLKXpU4LvEYYFanwDh7vGZHG0xfAONP/aSAWmew==} '@babel/template@7.28.6': resolution: {integrity: sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==} engines: {node: '>=6.9.0'} - '@babel/template@8.0.0-rc.4': - resolution: {integrity: sha512-9DXoBFgYSIhNbzx0SxVrS2oWd19YNgFY3l0HN0kVMiJvg123CKSrvbX4TkN51yAn9B1BPo9JxzCX2BtR1LMsiA==} - engines: {node: ^20.19.0 || >=22.12.0} + '@babel/template@8.0.0-rc.5': + resolution: {integrity: sha512-HZR8YfmymiFnKHATCeMkysF7iweLxdgQ6OAjzfZMPJ7wMGGgwVZv7CoPa2exi9AmBXyjKeDP4t0G3tsox2Ya8w==} + engines: {node: ^22.18.0 || >=24.11.0} '@babel/traverse@7.29.0': resolution: {integrity: sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==} engines: {node: '>=6.9.0'} - '@babel/traverse@8.0.0-rc.4': - resolution: {integrity: sha512-IoC3txfExDHZf6YnDeTty4jXSorZI5zBZbPRXqJWtZOEdTDdC6RP5gWAasb6el8UBN7Y/Lp39UZcU05BopJ28Q==} - engines: {node: ^20.19.0 || >=22.12.0} + '@babel/traverse@8.0.0-rc.5': + resolution: {integrity: sha512-nDYvsWPgyRWxwJSb9v57lSr6Z5r/IPlrHW6LYSkcRgzzcasq7JsDs2fFUBIGhoq3A6Cas1xH0Z2WQ/FNkbu10A==} + engines: {node: ^22.18.0 || >=24.11.0} '@babel/types@7.29.0': resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==} engines: {node: '>=6.9.0'} - '@babel/types@8.0.0-rc.4': - resolution: {integrity: sha512-bw30DV880P/VYtsjWWdoWmJpb9S2Vn1/PqayyccTELzRQ/HslIO7+BD9rNoZ4AAFOAjC1vrNeBCkAsyh6Ibfww==} - engines: {node: ^20.19.0 || >=22.12.0} + '@babel/types@8.0.0-rc.5': + resolution: {integrity: sha512-JeSVu/m8x/zpp4CLjYHVNXuhEyOkhPXuxM8YOXjh6L4LlvQNKuUNOTo5KdBuKAcTDHw8DquToTaEkhsBqPXOaA==} + engines: {node: ^22.18.0 || >=24.11.0} '@conventional-changelog/git-client@2.7.0': resolution: {integrity: sha512-j7A8/LBEQ+3rugMzPXoKYzyUPpw/0CBQCyvtTR7Lmu4olG4yRC/Tfkq79Mr3yuPs0SUitlO2HwGP3gitMJnRFw==} @@ -1199,124 +1212,124 @@ packages: '@oxc-project/types@0.131.0': resolution: {integrity: sha512-PgnWDfV0h+b16XNKbXU7Daib/BFSt/J2mEzfYIBu6JB/wNdlU+kVYXCkGA1A9fWkTbOgbjh4e6NhPeQOYvFhEA==} - '@oxfmt/binding-android-arm-eabi@0.48.0': - resolution: {integrity: sha512-uwqk+/KhQvBIpULD8SMM/zAafMRC/+DV/xsEQjkkIsJ/kLmEI/2bxonVowcYTiXqqZ/a0FEW8DPkZY3VvwELDA==} + '@oxfmt/binding-android-arm-eabi@0.50.0': + resolution: {integrity: sha512-ICXQVKrDvsWUtfx6EiVJxfWrajKTwTfRV8vz2XiMkxZeuCKJLgD4YAj6dE3BWvpqDlkVkie4VSTAtMUWO9LDXg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [android] - '@oxfmt/binding-android-arm64@0.48.0': - resolution: {integrity: sha512-VUCiKuXK5+McVssgHEJdrcGK7hRJzrRb36zm9/jwzMholyYt4BgXhw5Nm1V1DX6Ce717Zi/1jk432b/tgmQgtQ==} + '@oxfmt/binding-android-arm64@0.50.0': + resolution: {integrity: sha512-quwjLQFkuW6OwLHeDeIXsTzOmipQFQbqsYN9HLk2B5I01IlAQZHP1UiLIg0O7pP+dUgPD2AD7SCYA3gs6NH5/g==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [android] - '@oxfmt/binding-darwin-arm64@0.48.0': - resolution: {integrity: sha512-IkKp8rnIyQLW6Jt+6jragCbUVYSayk55lapiprLjIVvt4NczLyO/nwX2GgefLQ5iaBdfS8UEAFgCs/pLO6Cl0w==} + '@oxfmt/binding-darwin-arm64@0.50.0': + resolution: {integrity: sha512-ikU5umElcMi78/TNI334wtjr5WZ5F4nWa1aIDseAKKGL0W3ygxeYKkrIJ0fggWa8MOon66BmG3xCqmX1m9YAOw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [darwin] - '@oxfmt/binding-darwin-x64@0.48.0': - resolution: {integrity: sha512-+aFuhsGIuvnoOjXyKVHMhPKJZR1kQkAl8QyrKoMlA7yJsSTC3N0Asl53La8TChSHhW8epToQ/Q0nvLmEmfNmLg==} + '@oxfmt/binding-darwin-x64@0.50.0': + resolution: {integrity: sha512-WT4MOYG4mv9IXrH0m60vHsJh+rRMPSOKTQmwDpwmgQ+DuW/i5dU4pqc0HDO5uclO5vjz5IFX5z/taW86LSVe/g==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [darwin] - '@oxfmt/binding-freebsd-x64@0.48.0': - resolution: {integrity: sha512-fbqzQL8FjI9gGnktI7RIo0dksDziTAYBy7xlI7jU7eID5fxLF/25fS4Xj6GydD8Y5oWHL83U4NK160QaOAxtyg==} + '@oxfmt/binding-freebsd-x64@0.50.0': + resolution: {integrity: sha512-gH0rycVXqV4juWkvLs2uPMtTyppDc7qEUVzXAxnQ7FpcSZNXqKowUgtjH8q67ngj416r8+4NnAlyR/D35zwwhQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [freebsd] - '@oxfmt/binding-linux-arm-gnueabihf@0.48.0': - resolution: {integrity: sha512-hn4i0zhAyTiB3ZHjQfYUZkDvrbVkohw1S7pySWxWUoZ87HnkDoTFThj7QTxk40hNPOTUP0vHbPRNamFIv1HBJQ==} + '@oxfmt/binding-linux-arm-gnueabihf@0.50.0': + resolution: {integrity: sha512-wL/k+o0hiTeRvi/gPzeC1L/yTHTXIeHDKWU09s2zTBmv7ma59wTm+fADNSGYxhJQDxyavQbwTf1QpW3Zj924tQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] - '@oxfmt/binding-linux-arm-musleabihf@0.48.0': - resolution: {integrity: sha512-R4WBD9qF3QM9hqgdAa+fBGXmquTvDUujrPQ36t2Sjk8RPOSKGHDeN7l/khr10hqbQaOq9KCgPHG9ubNET/X/RQ==} + '@oxfmt/binding-linux-arm-musleabihf@0.50.0': + resolution: {integrity: sha512-Y59FKqoUM3Gf00E395b4ixfWyJGwO2GzaZawF5MZoVWcb3f6CkWUXyao0jyOvoIxDMzMybcVRuXyG7ih/Nxweg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] - '@oxfmt/binding-linux-arm64-gnu@0.48.0': - resolution: {integrity: sha512-5bVdwSwlm1M8wbYCorLOxWxUBw/8tBvHYyQNIfwWVPwOJaj5vg1APSGJQVpwJfV5VNE9PSrR91UKEpoNwHhqUA==} + '@oxfmt/binding-linux-arm64-gnu@0.50.0': + resolution: {integrity: sha512-OvXbfTjMignXWyJXg/NOFsiy996vFe8wb9tkxJaUq8ylq0XrzJg3ttavC5Tcmm6F8/GUs2r3XFJWWu9q/27uYw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] libc: [glibc] - '@oxfmt/binding-linux-arm64-musl@0.48.0': - resolution: {integrity: sha512-vCS3Fk7gFslTqE1lUE2IlroyVV7u/9SmMA/uBqDoshuck2psGWcjW0ePyPZI3rM3+qtf2pDaMVIKMHozraifuw==} + '@oxfmt/binding-linux-arm64-musl@0.50.0': + resolution: {integrity: sha512-rqmvHZm7vMa3NLYa0khwkhReCmp9tqKnF23TFZ7S5cYJLvIE4b0k8famWE7kO897/DXznJe675n5SohFBggbxA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] libc: [musl] - '@oxfmt/binding-linux-ppc64-gnu@0.48.0': - resolution: {integrity: sha512-gKtfFfueUClXDumyoHUbymqRf7prHejOOyzJK0eIJn93GF9JBdFHdo60TM1ZBHxkEwZvjuOgHmKtneKbEOc/Eg==} + '@oxfmt/binding-linux-ppc64-gnu@0.50.0': + resolution: {integrity: sha512-49bAdYbMSde42tzPDtuHnBWzOgmoS0PT9THCjvMnDVYMQYiHzPc2Mv5rkpBHVQOXM+PHfafJlxgK0anXSWBVvw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [ppc64] os: [linux] libc: [glibc] - '@oxfmt/binding-linux-riscv64-gnu@0.48.0': - resolution: {integrity: sha512-SYt0UhOvZD/UwZz9sXq6J2uAw8o24f5VZpLB2DH01f6MevshmlgakQlZe2lwek2sZJkd07eLu7mZa0g7yeiw7Q==} + '@oxfmt/binding-linux-riscv64-gnu@0.50.0': + resolution: {integrity: sha512-VFT25/6kckkIM62KeWB2bi+xCEmC/zC+DcMaIpEfaio8ulkGDLSiTz11TyK0eqgTl3x5OklYEGDWohvAgOr8Bw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [riscv64] os: [linux] libc: [glibc] - '@oxfmt/binding-linux-riscv64-musl@0.48.0': - resolution: {integrity: sha512-JLbrwck2AopG4ud/XklZO5N+qxGC7cS7ROvXZVNfx0MCLDDL2kGOLvzuWORkVjnjAM0CMAfIMU2zNBtQbM+4dw==} + '@oxfmt/binding-linux-riscv64-musl@0.50.0': + resolution: {integrity: sha512-BBJMuNy6jjkXjUUINF5UTQqb/nvjmtJad43Gp7bab0AAURAdthhJvduR7rHpWInpWYiaMzYsdrmURNcrmpxdZA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [riscv64] os: [linux] libc: [musl] - '@oxfmt/binding-linux-s390x-gnu@0.48.0': - resolution: {integrity: sha512-mdxt5L8OQLxkQH+JVpdC/lknZNe0lX4hlO3d8+xvw2wToo+iDrid9tiGOd5bmHfUVd5wVhrUry0qlu5vq66NkQ==} + '@oxfmt/binding-linux-s390x-gnu@0.50.0': + resolution: {integrity: sha512-Xd4y+yjAYHKmryXhyUUwbyRD01iKfcvI74iE01L6p4F8SwjhZQXDshK+T8PcrPZLiFqH263P5xqJk94amjkjzQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [s390x] os: [linux] libc: [glibc] - '@oxfmt/binding-linux-x64-gnu@0.48.0': - resolution: {integrity: sha512-oEz1BQwMrV7OMEFx/3VPDU3n9TM0AnxpktDYXjEg5i6nTX87wo18wSfBvkl4tzAICdKtoAQAdBIl7Y7hsPlx5w==} + '@oxfmt/binding-linux-x64-gnu@0.50.0': + resolution: {integrity: sha512-Qp96rYJru7l++7mk4R+eh8qq9GFfFAMdmoN6VGoRHI8AA1XMnUIzH4u+zOcKZZwY+irHdsaBldDearwB4nOH7A==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] libc: [glibc] - '@oxfmt/binding-linux-x64-musl@0.48.0': - resolution: {integrity: sha512-g2SKTTurP5mWjd8Ecait0erYqmltL4IqW1EwttM25BxM6NiTt4ubobJYMR1uox1V2QgG4UfHH10CGRvWlUixjw==} + '@oxfmt/binding-linux-x64-musl@0.50.0': + resolution: {integrity: sha512-5XLGp+yd5w2Key5LMqJO+X3XVsJKgeeUKljy32+MBF/J/JZ5m8WHl6dI5eOQOr3ixopxPiXIyDAxn3slI3UXiQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] libc: [musl] - '@oxfmt/binding-openharmony-arm64@0.48.0': - resolution: {integrity: sha512-CIg24VgheEpvolHL2gQuax5qcQ602bRMHrJ9g8XsQr3iVj9aSPgopigBKuMqrXsupwkrU+RQCn5cG8PgFntR6w==} + '@oxfmt/binding-openharmony-arm64@0.50.0': + resolution: {integrity: sha512-QAxwzh7+GHugCD7WuERolVs8TKQwXNIAZXAHHTecbKVc9oWBkWzOiLauQuezXS57tVcof5zhi1IjZ8tOV0htTg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [openharmony] - '@oxfmt/binding-win32-arm64-msvc@0.48.0': - resolution: {integrity: sha512-zeaWkcxcEULwkGF3I/HgEvcDPN8buYDrxibBUa/IFh5Vmwyge+KpLO+hEwSovW349H0O/C0Z2kaFmEzEDm00/Q==} + '@oxfmt/binding-win32-arm64-msvc@0.50.0': + resolution: {integrity: sha512-3nKN/kqClm9iCFWTwtJ9UpR5SGyExp5l3nw6uIiBt+3XitQtszin+vjHrL7JHfDksZ7Svigdaow2zqz/IKCfqw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [win32] - '@oxfmt/binding-win32-ia32-msvc@0.48.0': - resolution: {integrity: sha512-yiEKnIAGvx5CyZQOlMaNlZkAbwT7/Quk0j3WLt+PR5hK+qYjPTRRJYDfD77wCBPLvEYAG41v4KG3iL0H+uxoxg==} + '@oxfmt/binding-win32-ia32-msvc@0.50.0': + resolution: {integrity: sha512-3r6XZ8+X6qlLbXaPW2NygfiAWSpKbkE36pAVzS83mY+cYY+pSMalJ+qnCgkr92tr+Iqv988XKQ1CpARTg9ITbQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [ia32] os: [win32] - '@oxfmt/binding-win32-x64-msvc@0.48.0': - resolution: {integrity: sha512-GSD2+7t2UoVMV2NgxXypa4bKewflPMAjYnF0Xw9/ht82ZfafAHhb8STwrEd7wlH2PFogt5zw3WVCxYJaHUdbeQ==} + '@oxfmt/binding-win32-x64-msvc@0.50.0': + resolution: {integrity: sha512-BSE8D8KsvquMG9vU+Qt4qGuoOcZ36rxU5S6ZkHNguj+MlWkXWCBETnno3yJ9CfWvfCrbmieaN9LK6hdcdHNZ/w==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [win32] @@ -1351,124 +1364,124 @@ packages: cpu: [x64] os: [win32] - '@oxlint/binding-android-arm-eabi@1.63.0': - resolution: {integrity: sha512-A9xLtQt7i0OA1PoB/meog6kikXI9CdwEp7ZwQqmgnpKn3G3b1orvTDy8CQ6T7w1HvDrgWGB78PkFKcWgibcTCg==} + '@oxlint/binding-android-arm-eabi@1.65.0': + resolution: {integrity: sha512-jDVaGNURT5pEA9qcabh6WusIoBNybOMMDPCx+EFt+gxo6rVvoUf0+73Xy5x81+ZrxU+ewk5uRBYifjy5pgkcnA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [android] - '@oxlint/binding-android-arm64@1.63.0': - resolution: {integrity: sha512-SQo+ZMvdR9l3CxZp5W5gFNxSiDxclY6lOzzNpKYLF8asESpm3Pwumx0gER5T7aHLF1/2BAAtLD3DiDkdgy4V1A==} + '@oxlint/binding-android-arm64@1.65.0': + resolution: {integrity: sha512-v0z80IWNA7c9RhUydq9YprBxCVZrQ6Ixls2tdxUC1F/1FFqSfa7xTX+EJf0mj6+BKRg2zWXqWfcbJUnETlLlIw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [android] - '@oxlint/binding-darwin-arm64@1.63.0': - resolution: {integrity: sha512-6W82XjJDTmMnjg30427l0dufpnyLoq7wEukKdM6/g2VIybRVuQiBVh43EA4b+UxZ3+tLcKm+Or/pXGNgLCEU8g==} + '@oxlint/binding-darwin-arm64@1.65.0': + resolution: {integrity: sha512-pL/mG/5gMzBwp1gdc5+Cwi87F9j3XRnPxHGyVj5Zd+dCEV5YkKt0L70PB3EGmEEHxgn4H+jnMS3xLuXs6mZW/Q==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [darwin] - '@oxlint/binding-darwin-x64@1.63.0': - resolution: {integrity: sha512-CnWd/YCuVG5W1BYkjJEVbJG11o526O9qAwBEQM+nh8K19CRFUkFdROXCyYkGmroHEYQe4vgQ6+lh3550Lp35Xw==} + '@oxlint/binding-darwin-x64@1.65.0': + resolution: {integrity: sha512-jVTneaeuHtqTrKYnhrdH1buhnSorinvpy1sv43ayclfWx/e/DfdRWv+h1fopJcHQbYr5WMcZMmDvnfEBkPZ+1A==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [darwin] - '@oxlint/binding-freebsd-x64@1.63.0': - resolution: {integrity: sha512-a4eZAqrmtajqcxfdAzC+l7g3PaE3V8hpAYqqeD3fTxLXOMFdK3eNTZrU80n4dDEVm0JXy1aL5PqvqWldBl6zYA==} + '@oxlint/binding-freebsd-x64@1.65.0': + resolution: {integrity: sha512-8lJQ7B6RloYDUhwVdbSpwT2eKsCN5KP1Scn18ly1tytCuhXhbs0nkfKHT4jWWZBJqmynWuzd+78bF7wILrj6pw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [freebsd] - '@oxlint/binding-linux-arm-gnueabihf@1.63.0': - resolution: {integrity: sha512-tYUtU9TdbU3uXF5D62g5zXJ13iniFGhXQx5vp9cyEjGdbSAY3VdFBSaldYvyoDmgMZ0ZYuwQP1Y4t2Fhejwa0w==} + '@oxlint/binding-linux-arm-gnueabihf@1.65.0': + resolution: {integrity: sha512-EgmZY+DeWhLLEnNl70/49j3ltA8I6X9kxMfexupWi2Vwfp6RonGsBaHtGoedLolaU37ne7eDUgoxa3CFB95GZA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] - '@oxlint/binding-linux-arm-musleabihf@1.63.0': - resolution: {integrity: sha512-I5r3twFf776UZg9dmRo2xbrKt00tTkORXEVe0ctg4vdTkQvJAjiCHxnbAU2HL1AiJ9cqADA76MAliuilsAWnvg==} + '@oxlint/binding-linux-arm-musleabihf@1.65.0': + resolution: {integrity: sha512-OJMWmAYRVBCPPxnYr3j5sXRwHPh1bAuMlTStGco1Z8q3HkvSH4h+A10E9MiRNYmLhUuli5a2P5wmfj8cagiF5Q==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] - '@oxlint/binding-linux-arm64-gnu@1.63.0': - resolution: {integrity: sha512-t7ltUkg6FFh4b564QyGir8xIj/QZbXu8FlcRkcyW9+ztr/mfRHlvUOFd95pJCXi9s/L5DrUeWWgpXRS+V+6igQ==} + '@oxlint/binding-linux-arm64-gnu@1.65.0': + resolution: {integrity: sha512-D8uNi50LsYKgS0vGARZDRx05TBZeSxAVdLGddSEqQLSU7xsiqdImHPEw55xq8sKA5rCc/4au/5uS7FQALWdLCg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] libc: [glibc] - '@oxlint/binding-linux-arm64-musl@1.63.0': - resolution: {integrity: sha512-Q5mmZy/XWjuYFUuQyYjOvZ5U/JkKEwnpir6hGxhh6HcdP0V/BKxLo8dqkfF/t7r7AguB17dfS/8+go5AQDRR6g==} + '@oxlint/binding-linux-arm64-musl@1.65.0': + resolution: {integrity: sha512-IpbA8QGbwFehQhO+YaHwmoI81f93xvywpspf8HrdPCWOIeKwYfM1dhVhO4YKfZewTRRQEPY/JFjTOXTgkwhKrA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] libc: [musl] - '@oxlint/binding-linux-ppc64-gnu@1.63.0': - resolution: {integrity: sha512-uBGtuZ0TzLB4x5wVa82HGNvYqY8buwDhyCnCP0R0gkk9szqVsP0MeTtD5HX7EsEuFIt+aYmYxuxeVxs3nTSwtQ==} + '@oxlint/binding-linux-ppc64-gnu@1.65.0': + resolution: {integrity: sha512-ZSe8HgaZdgyHSv2+/pTG68z10+OarB18CkFKQOhRs3lmmP/p2vuigedK2e9d0ztoG2DU/duJzhxXBSjy/492HQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [ppc64] os: [linux] libc: [glibc] - '@oxlint/binding-linux-riscv64-gnu@1.63.0': - resolution: {integrity: sha512-h4s6FwxE+9MeA181o0dnDwHP32Y/bG8EiB/vrD6Ib+AMt6haigDc/0bUtI/sLmQDBMJnUfaCmtSSrEAqjtEVrA==} + '@oxlint/binding-linux-riscv64-gnu@1.65.0': + resolution: {integrity: sha512-DcTERf++v6HyPHukKAr0JFTRqB+YeDEvqzRgNDMaz7jITPf+tlJIwRxodlAqoXMYhNVEZhXdQM5RAAYH8/oPuw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [riscv64] os: [linux] libc: [glibc] - '@oxlint/binding-linux-riscv64-musl@1.63.0': - resolution: {integrity: sha512-2EaNcCBR8Mcjl5ARtuN3BdEpVkX7KpjSjMGZ/mJMIeaXgTtdz5ytg2VwygMSStA/k0ixfvZFoZOfjDEcouV5vQ==} + '@oxlint/binding-linux-riscv64-musl@1.65.0': + resolution: {integrity: sha512-xjhMwuFJwRh40NOBzol4gM5gqAa0xPCJU+GQLM6BydV8TbfkIA7JeyCFNhyfbE9Q/5EWcKYTx62R0cRcjP7DAA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [riscv64] os: [linux] libc: [musl] - '@oxlint/binding-linux-s390x-gnu@1.63.0': - resolution: {integrity: sha512-p4hlf/fd7TrYYl3QrWWD0GocqJefwMu3cHQhmi2FvEB/YOvFb5DZN3SMBaPi7B1TM5DeypkEtrVib674q1KKPg==} + '@oxlint/binding-linux-s390x-gnu@1.65.0': + resolution: {integrity: sha512-lrWSXb8JzboPWYBG6Kunt/eemvjo2oCFXktShsm3yMToY7HjzKLjxh7CljSvGnnZH9oohNFHOKc9xYpGKCPm6w==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [s390x] os: [linux] libc: [glibc] - '@oxlint/binding-linux-x64-gnu@1.63.0': - resolution: {integrity: sha512-Vgq9rkRVcPcjbcH+ihYTfpeR7vCXfqpd+z5ItTGc0yYUV59L5ceHYN1iV4H9bKGV7Rn5hkVc7x3mSvHegduENA==} + '@oxlint/binding-linux-x64-gnu@1.65.0': + resolution: {integrity: sha512-A7xfghw250m4a1sPV+q44Mow2G5bhiC9FBvhAuIhJS6QovWnqzuL5AFQPEuwOB+PM4DhABkqxVa3Iwe3Y/nFlQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] libc: [glibc] - '@oxlint/binding-linux-x64-musl@1.63.0': - resolution: {integrity: sha512-3/Lkq/ncooA61rorrC+ZQed1Bc4VpGj+WnGsp58zmxKgvZ2vhreu+dcVyr3mX8NUpq7mfZ4gDDTou/yrF1Pd7A==} + '@oxlint/binding-linux-x64-musl@1.65.0': + resolution: {integrity: sha512-reqOun1+pWO3fW6cv7bsa8hHG0TN3t/82qPdaoJo90FwugXiMjKhZMChmH5Z01cFNRHmxN4+543Fy8478cM/iA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] libc: [musl] - '@oxlint/binding-openharmony-arm64@1.63.0': - resolution: {integrity: sha512-0/EdD/6hDkx5Mfd769PTjvEM8mZ/6Dfukp1dBCL/2PjlIVGEtYdNZyok6ChqYPsT9JcFnlQnUeQzO0/1L/oC9w==} + '@oxlint/binding-openharmony-arm64@1.65.0': + resolution: {integrity: sha512-KQpqOb/juDBO0xyloDkVDhOVxDUgAfZ2OAAVq99TJScJDzT319xry1QzB9LQohV9QGnA7p6m/XATZkMXc84lwA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [openharmony] - '@oxlint/binding-win32-arm64-msvc@1.63.0': - resolution: {integrity: sha512-wb0CUkN8ngwPiRQBjD1Cj0LsHeNvm+Xt6YBHDMtj2DVQVD6Oj8Ri7g6BD+KICf6LaBqZlmzOvy6nF9E/8yyGOg==} + '@oxlint/binding-win32-arm64-msvc@1.65.0': + resolution: {integrity: sha512-xfqcOc3nJFeAd1kDY4T9d3XeJIhr00twaaW0kOAzGPyUHkruXtNJv6zz1Ra9fRtSek5VpW2Yoj5AcwPIlT0ZiQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [win32] - '@oxlint/binding-win32-ia32-msvc@1.63.0': - resolution: {integrity: sha512-BX5iq+ovdNlVYhSn5qPMUIT0uwAwt2lmEnCnzK+Gkhw4DovIvhGb96OFhV8yzQNUnQxn/xGkOR+X+BLrLDNm8w==} + '@oxlint/binding-win32-ia32-msvc@1.65.0': + resolution: {integrity: sha512-JV+pXm45p8sdgs3c7LOPAohW23optCNZETFOXUcjn6cS4PYZhEU/RI54Z5dHdMudab3nw7T48PZILthM+Q0COQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [ia32] os: [win32] - '@oxlint/binding-win32-x64-msvc@1.63.0': - resolution: {integrity: sha512-QeN/WELOfsXMeYwxvfgQrl6CbVftYUCZsGXHjXQd5Trccm8+i4gmtxaOui4xbJQaiDlviF8F3yLSBloQUeFsfA==} + '@oxlint/binding-win32-x64-msvc@1.65.0': + resolution: {integrity: sha512-D7L/oBbskLss21bYrRbFuIs81AiSQV+wRzwck54dOkHIlq2qu1xjLz8u6jCqGH8Fltk8bB5DLBpVhE7v/fA8XQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [win32] @@ -1710,9 +1723,6 @@ packages: '@rolldown/pluginutils@1.0.0-rc.16': resolution: {integrity: sha512-45+YtqxLYKDWQouLKCrpIZhke+nXxhsw+qAHVzHDVwttyBlHNBVs2K25rDXrZzhpTp9w1FlAlvweV1H++fdZoA==} - '@rolldown/pluginutils@1.0.0-rc.7': - resolution: {integrity: sha512-qujRfC8sFVInYSPPMLQByRh7zhwkGFS4+tyMQ83srV1qrxL4g8E2tyxVVyxd0+8QeBM1mIk9KbWxkegRr76XzA==} - '@rollup/plugin-swc@0.4.0': resolution: {integrity: sha512-oAtqXa8rOl7BOK1Rz3rRxI+LIL53S9SqO2KSq2UUUzWgOgXg6492Jh5mL2mv/f9cpit8zFWdwILuVeozZ0C8mg==} engines: {node: '>=14.0.0'} @@ -1880,8 +1890,8 @@ packages: '@types/node@22.19.15': resolution: {integrity: sha512-F0R/h2+dsy5wJAUe3tAU6oqa2qbWY5TpNfL/RGmo1y38hiyO1w3x2jPtt76wmuaJI4DQnOBu21cNXQ2STIUUWg==} - '@types/node@24.12.3': - resolution: {integrity: sha512-8oljBDGun9cIsZRJR6fkihn0TSXJI0UDOOhncYaERq6M0JMDoPLxyscwruJcb4GKS6dvK/d8xebYBg27h/duaQ==} + '@types/node@24.12.4': + resolution: {integrity: sha512-GUUEShf+PBCGW2KaXwcIt3Yk+e3pkKwWKb9GSyM9WQVE+ep2jzmHdGsHzu4wgcZy5fN9FBdVzjpBQsYlpfpgLA==} '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -1900,55 +1910,55 @@ packages: '@types/react@19.2.14': resolution: {integrity: sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==} - '@typescript/native-preview-darwin-arm64@7.0.0-dev.20260510.1': - resolution: {integrity: sha512-YpG99bf/Va1aLGP8SUQy1ClUvi4c6uTFrEQ0B5KzZb9TsOwH1RIrc/2n8UO3IAuilvwEA0EU4q8fEO3otVP2Sw==} + '@typescript/native-preview-darwin-arm64@7.0.0-dev.20260517.1': + resolution: {integrity: sha512-YjoHUk4g7ayc8328Wt/JU9T+ChfOO1hNc5qGmkkygL4J4Q3/Wp+EqCNcFinYRSca0Yl5WdcVngd8xyGFeTlwUA==} engines: {node: '>=16.20.0'} cpu: [arm64] os: [darwin] - '@typescript/native-preview-darwin-x64@7.0.0-dev.20260510.1': - resolution: {integrity: sha512-NUwhwHpQn7aSX2GGBuY2bjec+hFnIz2DAna4ksVneexVE20h2U0MFzBvWrqH2C0PzPxVvGOMg4fGCvhTs93nlw==} + '@typescript/native-preview-darwin-x64@7.0.0-dev.20260517.1': + resolution: {integrity: sha512-E/xAkhVaWaoU/u5itoRc1WD8M+A/JPmNbb4SiBexTZDQ3h/5xWU0HRwq/drRiLjFlcm0e1i66MzB8tbc2icctQ==} engines: {node: '>=16.20.0'} cpu: [x64] os: [darwin] - '@typescript/native-preview-linux-arm64@7.0.0-dev.20260510.1': - resolution: {integrity: sha512-T7Zuy6h0sU+38w+N3A+YgW0XVqxIMjeHyu+945rJkiP9zk52Mwp663t1ndyeAE/N2zV+q0SWQmHNuFSXl99wJw==} + '@typescript/native-preview-linux-arm64@7.0.0-dev.20260517.1': + resolution: {integrity: sha512-u+xY12IarGGRFXh7hbN/cxW5aYNdwa84mG0pyXglvThXT0rzzPGUEJdxVkNBo6UHqnc4FJihdcaioWpXBxQe9w==} engines: {node: '>=16.20.0'} cpu: [arm64] os: [linux] - '@typescript/native-preview-linux-arm@7.0.0-dev.20260510.1': - resolution: {integrity: sha512-UE+PIWWg7vvszSU0gS9rzgIIHCWexz3hMZDHpHRSLAleAvULCNI3EzwTRFOA4BHyQ8eReD1KZ8e76BuStEPspw==} + '@typescript/native-preview-linux-arm@7.0.0-dev.20260517.1': + resolution: {integrity: sha512-CJZJ21rSBtBxmfebMh8K/kH+e3Z+s8hM2+4ud0ZesEBgkBjePBo6FR4/1IJl38i4OvYnpbZerANR0yCRytv/Pw==} engines: {node: '>=16.20.0'} cpu: [arm] os: [linux] - '@typescript/native-preview-linux-x64@7.0.0-dev.20260510.1': - resolution: {integrity: sha512-gJu4q4YREvjR2Lx1jUaCd/bRbTuyKf2r3rJ4tReuHyAvNse23HdGI0a9w4Z3wUbvRznxYt640IIItWsr/f3LEQ==} + '@typescript/native-preview-linux-x64@7.0.0-dev.20260517.1': + resolution: {integrity: sha512-yRnlMPugNitsW9lBBQVfy8NgeUrgenjspq2LKeYmaAlvw6uf1bkbSHw6hJeCpl1oh7kH+RAHUx0yzm/RlfFdKg==} engines: {node: '>=16.20.0'} cpu: [x64] os: [linux] - '@typescript/native-preview-win32-arm64@7.0.0-dev.20260510.1': - resolution: {integrity: sha512-00DtjrtkdAHOU/soYr8ncrjUvIsple8nvb29ZUATnLraNnzUgv5AS3yMve/pG/N7rVLlKy2FrXlVyVW7WAx29w==} + '@typescript/native-preview-win32-arm64@7.0.0-dev.20260517.1': + resolution: {integrity: sha512-fomiKzxtXrrasjJWbwaC8BGbzVQQv0VYVWijF0yKdXqxXjDRD01zT72Z1sjQGz0QJ19TVTVhJiNa7nI3wUaEsw==} engines: {node: '>=16.20.0'} cpu: [arm64] os: [win32] - '@typescript/native-preview-win32-x64@7.0.0-dev.20260510.1': - resolution: {integrity: sha512-27UeujQTEPFxhfkZL7aHnA1TlNol3nwDVFp5d6jFoP14yTXMe47kBnAJLEU2ta3REZE5PzLCs7HLV8H4VdxGgA==} + '@typescript/native-preview-win32-x64@7.0.0-dev.20260517.1': + resolution: {integrity: sha512-ekFca6XpdGIfLwqaRSm0GzYvI1COhoN+a62KeSwmaZN8EGWN/Rwrp/Tm9VjWGrdHSOLQFdEAGNibmp4bRB4HyA==} engines: {node: '>=16.20.0'} cpu: [x64] os: [win32] - '@typescript/native-preview@7.0.0-dev.20260510.1': - resolution: {integrity: sha512-05U6/Im+vmqGrFAVrHSeuoXBCwShhbiA+93VpSwEBYP4LMWk2JW9q87MydamL5g6ISEjIVlwQ4Dx35CauPAwpA==} + '@typescript/native-preview@7.0.0-dev.20260517.1': + resolution: {integrity: sha512-RSenvv0X4Uubpqyq9Z28xucCqpt5Gm/YaBs04b2Chps+qxYH+sRhYlLoiRkCx9x7Kxx6WLK3mjP+Xj6YNxHZjg==} engines: {node: '>=16.20.0'} hasBin: true - '@vitejs/plugin-react@6.0.1': - resolution: {integrity: sha512-l9X/E3cDb+xY3SWzlG1MOGt2usfEHGMNIaegaUGFsLkb3RCn/k8/TOXBcab+OndDI4TBtktT8/9BwwW8Vi9KUQ==} + '@vitejs/plugin-react@6.0.2': + resolution: {integrity: sha512-DlSMqo4WhThw4vB8Mpn0Woe9J+Jfq1geJ61AKW0QEgLzGMNwtIMdxbDUzLxcun8W7NbJO0e2Jg/Nxm3cCSVzzg==} engines: {node: ^20.19.0 || >=22.12.0} peerDependencies: '@rolldown/plugin-babel': ^0.1.7 || ^0.2.0 @@ -1960,14 +1970,14 @@ packages: babel-plugin-react-compiler: optional: true - '@vitejs/release-scripts@1.7.0': - resolution: {integrity: sha512-4C+eoDs6yp/6kmnfOtuOWK+Dq0W3ws0eCs9k7w50P4YD7z+gMRUIyDbs0sGsJ4GjxN1WsS3qNfTT7ZpimtgeyA==} + '@vitejs/release-scripts@1.7.1': + resolution: {integrity: sha512-8YpovUu73Yb+ZnXIsR9VoF/yhbd2wTMhvJKDOjlB0bbOdm+ATl1l7Z7rskdX4CGzN7UfdvLcE6vGaHDCsirdpw==} - '@vitest/expect@4.1.5': - resolution: {integrity: sha512-PWBaRY5JoKuRnHlUHfpV/KohFylaDZTupcXN1H9vYryNLOnitSw60Mw9IAE2r67NbwwzBw/Cc/8q9BK3kIX8Kw==} + '@vitest/expect@4.1.6': + resolution: {integrity: sha512-7EHDquPthALSV0jhhjgEW8FXaviMx7rSqu8W6oqCoAuOhKov814P99QDV1pxMA3QPv21YudvJngIhjrNI4opLg==} - '@vitest/mocker@4.1.5': - resolution: {integrity: sha512-/x2EmFC4mT4NNzqvC3fmesuV97w5FC903KPmey4gsnJiMQ3Be1IlDKVaDaG8iqaLFHqJ2FVEkxZk5VmeLjIItw==} + '@vitest/mocker@4.1.6': + resolution: {integrity: sha512-MCFc63czMjEInOlcY2cpQCvCN+KgbAn+60xu9cMgP4sKaLC5JNAKw7JH8QdAnoAC88hW1IiSNZ+GgVXlN1UcMQ==} peerDependencies: msw: ^2.4.9 vite: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -1977,20 +1987,20 @@ packages: vite: optional: true - '@vitest/pretty-format@4.1.5': - resolution: {integrity: sha512-7I3q6l5qr03dVfMX2wCo9FxwSJbPdwKjy2uu/YPpU3wfHvIL4QHwVRp57OfGrDFeUJ8/8QdfBKIV12FTtLn00g==} + '@vitest/pretty-format@4.1.6': + resolution: {integrity: sha512-h5SxD/IzNhZYnrSZRsUZQIC+vD0GY8cUvq0iwsmkFKixRCKLLWqCXa/FIQ4S1R+sI+PGoojkHsdNrbZiM9Qpgw==} - '@vitest/runner@4.1.5': - resolution: {integrity: sha512-2D+o7Pr82IEO46YPpoA/YU0neeyr6FTerQb5Ro7BUnBuv6NQtT/kmVnczngiMEBhzgqz2UZYl5gArejsyERDSQ==} + '@vitest/runner@4.1.6': + resolution: {integrity: sha512-nOPCmn2+yD0ZNmKdsXGv/UxMMWbMuKeD6GyYncNwdkYDxpQvrPSKYj2rWuDjC2Y4b6w6hjip5dBKFzEUuZe3vA==} - '@vitest/snapshot@4.1.5': - resolution: {integrity: sha512-zypXEt4KH/XgKGPUz4eC2AvErYx0My5hfL8oDb1HzGFpEk1P62bxSohdyOmvz+d9UJwanI68MKwr2EquOaOgMQ==} + '@vitest/snapshot@4.1.6': + resolution: {integrity: sha512-YhsdE6xAVfTDmzjxL2ZDUvjj+ZsgyOKe+TdQzqkD72wIOmHka8NuGQ6NpTNZv9D2Z63fbwWKJPeVpEw4EQgYxw==} - '@vitest/spy@4.1.5': - resolution: {integrity: sha512-2lNOsh6+R2Idnf1TCZqSwYlKN2E/iDlD8sgU59kYVl+OMDmvldO1VDk39smRfpUNwYpNRVn3w4YfuC7KfbBnkQ==} + '@vitest/spy@4.1.6': + resolution: {integrity: sha512-JFKxMx6udhwKh/Ldo270e17QX710vgunMkuPAvXjHSvC6oqLWAHhVhjg/I71q0u0CBSErIODV1Kjv0FQNSWjdg==} - '@vitest/utils@4.1.5': - resolution: {integrity: sha512-76wdkrmfXfqGjueGgnb45ITPyUi1ycZ4IHgC2bhPDUfWHklY/q3MdLOAB+TF1e6xfl8NxNY0ZYaPCFNWSsw3Ug==} + '@vitest/utils@4.1.6': + resolution: {integrity: sha512-FxIY+U81R3LGKCxaHHFRQ5+g6/iRgGLmeHWdp2Amj4ljQRrEIWHmZyDfDYBRZlpyqA7qKxtS9DD1dhk8RnRIVQ==} ansis@4.2.0: resolution: {integrity: sha512-HqZ5rWlFjGiV0tDm3UxxgNRqsOTniqoKZu0pIAfh7TZQMGuZK+hH0drySty0si0QXj1ieop4+SkSfPZBPPkHig==} @@ -2446,17 +2456,22 @@ packages: rolldown: optional: true - oxfmt@0.48.0: - resolution: {integrity: sha512-AVaLh+7XeGx+R1zfFV+f6VV61nT2MWVJXVUDhbTm5LBWGyNt64xAyh3NYYyjeY2WykNt9AvqSQLPHcbWquYF9g==} + oxfmt@0.50.0: + resolution: {integrity: sha512-owwjTnhfM5aCOJhYeqDvk7iM504OeYFZpdRU7cxx7xtZMo4uVpjlryTUon+Cf76CugsvnqA32e6rC73pr1hXaw==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true + peerDependencies: + svelte: ^5.0.0 + peerDependenciesMeta: + svelte: + optional: true oxlint-tsgolint@0.22.1: resolution: {integrity: sha512-YUSGSLUnoolsu8gxISEDio3q1rtsCozwfOzASUn3DT2mR2EeQ93uEEnen7s+6LpF+lyTQFln1pQfqwBh/fsVEg==} hasBin: true - oxlint@1.63.0: - resolution: {integrity: sha512-9TGXetdjgIHOJ9OiReomP7nnrMkV9HxC1xM2ramJSLQpzxjsAJtQwa4wqkJN2f/uCrqZuJseFuSlWDdvcruveg==} + oxlint@1.65.0: + resolution: {integrity: sha512-ChUuE3Q7XnAbscvT4XLMsH7HFJmLgLVv9lu+RRgFL5wSXnDqUOzTp5IS8qWDBGd/ZDSzQ2tbX8fjAmijlGLC7A==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true peerDependencies: @@ -2509,13 +2524,13 @@ packages: resolution: {integrity: sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==} engines: {node: '>= 6'} - playwright-chromium@1.59.1: - resolution: {integrity: sha512-aTsPenkxsr9np4vIHuMEND6comqepVvzbL0MwkozFNliwGZjTqrBUQ7TF6Ay1ZIU/e7rcUpGsCTUG+nqwxG2Xw==} + playwright-chromium@1.60.0: + resolution: {integrity: sha512-xxz9pc2HIxQW/Qg9ijG2fZOHRT//KhLo0KfvJRa45YYRrcA7ZONoilgJR40SW5pmecb6HkuROaeViXoCaXTZyQ==} engines: {node: '>=18'} hasBin: true - playwright-core@1.59.1: - resolution: {integrity: sha512-HBV/RJg81z5BiiZ9yPzIiClYV/QMsDCKUyogwH9p3MCP6IYjUFu/MActgYAvK0oWyV9NlwM3GLBjADyWgydVyg==} + playwright-core@1.60.0: + resolution: {integrity: sha512-9bW6zvX/m0lEbgTKJ6YppOKx8H3VOPBMOCFh2irXFOT4BbHgrx5hPjwJYLT40Lu+4qtD36qKc/Hn56StUW57IA==} engines: {node: '>=18'} hasBin: true @@ -2616,8 +2631,8 @@ packages: resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} hasBin: true - semver@7.7.4: - resolution: {integrity: sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==} + semver@7.8.0: + resolution: {integrity: sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==} engines: {node: '>=10'} hasBin: true @@ -2849,20 +2864,20 @@ packages: yaml: optional: true - vitest@4.1.5: - resolution: {integrity: sha512-9Xx1v3/ih3m9hN+SbfkUyy0JAs72ap3r7joc87XL6jwF0jGg6mFBvQ1SrwaX+h8BlkX6Hz9shdd1uo6AF+ZGpg==} + vitest@4.1.6: + resolution: {integrity: sha512-6lvjbS3p9b4CrdCmguzbh2/4uoXhGE2q71R4OX5sqF9R1bo9Xd6fGrMAfvp5wnCzlBnFVdCOp6onuTQVbo8iUQ==} 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.5 - '@vitest/browser-preview': 4.1.5 - '@vitest/browser-webdriverio': 4.1.5 - '@vitest/coverage-istanbul': 4.1.5 - '@vitest/coverage-v8': 4.1.5 - '@vitest/ui': 4.1.5 + '@vitest/browser-playwright': 4.1.6 + '@vitest/browser-preview': 4.1.6 + '@vitest/browser-webdriverio': 4.1.6 + '@vitest/coverage-istanbul': 4.1.6 + '@vitest/coverage-v8': 4.1.6 + '@vitest/ui': 4.1.6 happy-dom: '*' jsdom: '*' vite: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -2929,14 +2944,14 @@ snapshots: js-tokens: 4.0.0 picocolors: 1.1.1 - '@babel/code-frame@8.0.0-rc.4': + '@babel/code-frame@8.0.0-rc.5': dependencies: - '@babel/helper-validator-identifier': 8.0.0-rc.4 + '@babel/helper-validator-identifier': 8.0.0-rc.5 js-tokens: 10.0.0 '@babel/compat-data@7.29.0': {} - '@babel/compat-data@8.0.0-rc.4': {} + '@babel/compat-data@8.0.0-rc.5': {} '@babel/core@7.29.0': dependencies: @@ -2958,23 +2973,23 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/core@8.0.0-rc.4': + '@babel/core@8.0.0-rc.5': dependencies: - '@babel/code-frame': 8.0.0-rc.4 - '@babel/generator': 8.0.0-rc.4 - '@babel/helper-compilation-targets': 8.0.0-rc.4 - '@babel/helpers': 8.0.0-rc.4 - '@babel/parser': 8.0.0-rc.4 - '@babel/template': 8.0.0-rc.4 - '@babel/traverse': 8.0.0-rc.4 - '@babel/types': 8.0.0-rc.4 + '@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 convert-source-map: 2.0.0 gensync: 1.0.0-beta.2 import-meta-resolve: 4.2.0 json5: 2.2.3 obug: 2.1.1 - semver: 7.7.4 + semver: 7.8.0 '@babel/generator@7.29.1': dependencies: @@ -2986,16 +3001,25 @@ snapshots: '@babel/generator@8.0.0-rc.4': dependencies: - '@babel/parser': 8.0.0-rc.4 - '@babel/types': 8.0.0-rc.4 + '@babel/parser': 8.0.0-rc.5 + '@babel/types': 8.0.0-rc.5 + '@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': + dependencies: + '@babel/parser': 8.0.0-rc.5 + '@babel/types': 8.0.0-rc.5 '@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.4': + '@babel/helper-annotate-as-pure@8.0.0-rc.5': dependencies: - '@babel/types': 8.0.0-rc.4 + '@babel/types': 8.0.0-rc.5 '@babel/helper-compilation-targets@7.28.6': dependencies: @@ -3005,33 +3029,33 @@ snapshots: lru-cache: 5.1.1 semver: 6.3.1 - '@babel/helper-compilation-targets@8.0.0-rc.4': + '@babel/helper-compilation-targets@8.0.0-rc.5': dependencies: - '@babel/compat-data': 8.0.0-rc.4 - '@babel/helper-validator-option': 8.0.0-rc.4 + '@babel/compat-data': 8.0.0-rc.5 + '@babel/helper-validator-option': 8.0.0-rc.5 browserslist: 4.28.1 lru-cache: 7.18.3 - semver: 7.7.4 + semver: 7.8.0 - '@babel/helper-create-class-features-plugin@8.0.0-rc.4(@babel/core@8.0.0-rc.4)': + '@babel/helper-create-class-features-plugin@8.0.0-rc.5(@babel/core@8.0.0-rc.5)': dependencies: - '@babel/core': 8.0.0-rc.4 - '@babel/helper-annotate-as-pure': 8.0.0-rc.4 - '@babel/helper-member-expression-to-functions': 8.0.0-rc.4 - '@babel/helper-optimise-call-expression': 8.0.0-rc.4 - '@babel/helper-replace-supers': 8.0.0-rc.4(@babel/core@8.0.0-rc.4) - '@babel/helper-skip-transparent-expression-wrappers': 8.0.0-rc.4 - '@babel/traverse': 8.0.0-rc.4 - semver: 7.7.4 + '@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 + semver: 7.8.0 '@babel/helper-globals@7.28.0': {} - '@babel/helper-globals@8.0.0-rc.4': {} + '@babel/helper-globals@8.0.0-rc.5': {} - '@babel/helper-member-expression-to-functions@8.0.0-rc.4': + '@babel/helper-member-expression-to-functions@8.0.0-rc.5': dependencies: - '@babel/traverse': 8.0.0-rc.4 - '@babel/types': 8.0.0-rc.4 + '@babel/traverse': 8.0.0-rc.5 + '@babel/types': 8.0.0-rc.5 '@babel/helper-module-imports@7.28.6': dependencies: @@ -3040,10 +3064,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-module-imports@8.0.0-rc.4': + '@babel/helper-module-imports@8.0.0-rc.5': dependencies: - '@babel/traverse': 8.0.0-rc.4 - '@babel/types': 8.0.0-rc.4 + '@babel/traverse': 8.0.0-rc.5 + '@babel/types': 8.0.0-rc.5 '@babel/helper-module-transforms@7.28.6(@babel/core@7.29.0)': dependencies: @@ -3054,52 +3078,54 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-optimise-call-expression@8.0.0-rc.4': + '@babel/helper-optimise-call-expression@8.0.0-rc.5': dependencies: - '@babel/types': 8.0.0-rc.4 + '@babel/types': 8.0.0-rc.5 - '@babel/helper-plugin-utils@8.0.0-rc.4(@babel/core@7.29.0)': + '@babel/helper-plugin-utils@8.0.0-rc.5(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 optional: true - '@babel/helper-plugin-utils@8.0.0-rc.4(@babel/core@8.0.0-rc.4)': + '@babel/helper-plugin-utils@8.0.0-rc.5(@babel/core@8.0.0-rc.5)': dependencies: - '@babel/core': 8.0.0-rc.4 + '@babel/core': 8.0.0-rc.5 - '@babel/helper-replace-supers@8.0.0-rc.4(@babel/core@8.0.0-rc.4)': + '@babel/helper-replace-supers@8.0.0-rc.5(@babel/core@8.0.0-rc.5)': dependencies: - '@babel/core': 8.0.0-rc.4 - '@babel/helper-member-expression-to-functions': 8.0.0-rc.4 - '@babel/helper-optimise-call-expression': 8.0.0-rc.4 - '@babel/traverse': 8.0.0-rc.4 + '@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/helper-skip-transparent-expression-wrappers@8.0.0-rc.4': + '@babel/helper-skip-transparent-expression-wrappers@8.0.0-rc.5': dependencies: - '@babel/traverse': 8.0.0-rc.4 - '@babel/types': 8.0.0-rc.4 + '@babel/traverse': 8.0.0-rc.5 + '@babel/types': 8.0.0-rc.5 '@babel/helper-string-parser@7.27.1': {} - '@babel/helper-string-parser@8.0.0-rc.4': {} + '@babel/helper-string-parser@8.0.0-rc.5': {} '@babel/helper-validator-identifier@7.28.5': {} '@babel/helper-validator-identifier@8.0.0-rc.4': {} + '@babel/helper-validator-identifier@8.0.0-rc.5': {} + '@babel/helper-validator-option@7.27.1': {} - '@babel/helper-validator-option@8.0.0-rc.4': {} + '@babel/helper-validator-option@8.0.0-rc.5': {} '@babel/helpers@7.28.6': dependencies: '@babel/template': 7.28.6 '@babel/types': 7.29.0 - '@babel/helpers@8.0.0-rc.4': + '@babel/helpers@8.0.0-rc.5': dependencies: - '@babel/template': 8.0.0-rc.4 - '@babel/types': 8.0.0-rc.4 + '@babel/template': 8.0.0-rc.5 + '@babel/types': 8.0.0-rc.5 '@babel/parser@7.29.0': dependencies: @@ -3107,36 +3133,40 @@ snapshots: '@babel/parser@8.0.0-rc.4': dependencies: - '@babel/types': 8.0.0-rc.4 + '@babel/types': 8.0.0-rc.5 + + '@babel/parser@8.0.0-rc.5': + dependencies: + '@babel/types': 8.0.0-rc.5 - '@babel/plugin-proposal-decorators@8.0.0-rc.4(@babel/core@8.0.0-rc.4)': + '@babel/plugin-proposal-decorators@8.0.0-rc.5(@babel/core@8.0.0-rc.5)': dependencies: - '@babel/core': 8.0.0-rc.4 - '@babel/helper-create-class-features-plugin': 8.0.0-rc.4(@babel/core@8.0.0-rc.4) - '@babel/helper-plugin-utils': 8.0.0-rc.4(@babel/core@8.0.0-rc.4) - '@babel/plugin-syntax-decorators': 8.0.0-rc.4(@babel/core@8.0.0-rc.4) + '@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/plugin-syntax-decorators@8.0.0-rc.4(@babel/core@8.0.0-rc.4)': + '@babel/plugin-syntax-decorators@8.0.0-rc.5(@babel/core@8.0.0-rc.5)': dependencies: - '@babel/core': 8.0.0-rc.4 - '@babel/helper-plugin-utils': 8.0.0-rc.4(@babel/core@8.0.0-rc.4) + '@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-transform-runtime@8.0.0-rc.4(@babel/core@7.29.0)': + '@babel/plugin-transform-runtime@8.0.0-rc.5(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 - '@babel/helper-module-imports': 8.0.0-rc.4 - '@babel/helper-plugin-utils': 8.0.0-rc.4(@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) optional: true - '@babel/plugin-transform-runtime@8.0.0-rc.4(@babel/core@8.0.0-rc.4)': + '@babel/plugin-transform-runtime@8.0.0-rc.5(@babel/core@8.0.0-rc.5)': dependencies: - '@babel/core': 8.0.0-rc.4 - '@babel/helper-module-imports': 8.0.0-rc.4 - '@babel/helper-plugin-utils': 8.0.0-rc.4(@babel/core@8.0.0-rc.4) + '@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/runtime@7.28.6': {} - '@babel/runtime@8.0.0-rc.4': {} + '@babel/runtime@8.0.0-rc.5': {} '@babel/template@7.28.6': dependencies: @@ -3144,11 +3174,11 @@ snapshots: '@babel/parser': 7.29.0 '@babel/types': 7.29.0 - '@babel/template@8.0.0-rc.4': + '@babel/template@8.0.0-rc.5': dependencies: - '@babel/code-frame': 8.0.0-rc.4 - '@babel/parser': 8.0.0-rc.4 - '@babel/types': 8.0.0-rc.4 + '@babel/code-frame': 8.0.0-rc.5 + '@babel/parser': 8.0.0-rc.5 + '@babel/types': 8.0.0-rc.5 '@babel/traverse@7.29.0': dependencies: @@ -3162,14 +3192,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/traverse@8.0.0-rc.4': + '@babel/traverse@8.0.0-rc.5': dependencies: - '@babel/code-frame': 8.0.0-rc.4 - '@babel/generator': 8.0.0-rc.4 - '@babel/helper-globals': 8.0.0-rc.4 - '@babel/parser': 8.0.0-rc.4 - '@babel/template': 8.0.0-rc.4 - '@babel/types': 8.0.0-rc.4 + '@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 obug: 2.1.1 '@babel/types@7.29.0': @@ -3177,16 +3207,16 @@ snapshots: '@babel/helper-string-parser': 7.27.1 '@babel/helper-validator-identifier': 7.28.5 - '@babel/types@8.0.0-rc.4': + '@babel/types@8.0.0-rc.5': dependencies: - '@babel/helper-string-parser': 8.0.0-rc.4 - '@babel/helper-validator-identifier': 8.0.0-rc.4 + '@babel/helper-string-parser': 8.0.0-rc.5 + '@babel/helper-validator-identifier': 8.0.0-rc.5 '@conventional-changelog/git-client@2.7.0(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.4.0)': dependencies: '@simple-libs/child-process-utils': 1.0.1 '@simple-libs/stream-utils': 1.2.0 - semver: 7.7.4 + semver: 7.8.0 optionalDependencies: conventional-commits-filter: 5.0.0 conventional-commits-parser: 6.4.0 @@ -3587,61 +3617,61 @@ snapshots: '@oxc-project/types@0.131.0': {} - '@oxfmt/binding-android-arm-eabi@0.48.0': + '@oxfmt/binding-android-arm-eabi@0.50.0': optional: true - '@oxfmt/binding-android-arm64@0.48.0': + '@oxfmt/binding-android-arm64@0.50.0': optional: true - '@oxfmt/binding-darwin-arm64@0.48.0': + '@oxfmt/binding-darwin-arm64@0.50.0': optional: true - '@oxfmt/binding-darwin-x64@0.48.0': + '@oxfmt/binding-darwin-x64@0.50.0': optional: true - '@oxfmt/binding-freebsd-x64@0.48.0': + '@oxfmt/binding-freebsd-x64@0.50.0': optional: true - '@oxfmt/binding-linux-arm-gnueabihf@0.48.0': + '@oxfmt/binding-linux-arm-gnueabihf@0.50.0': optional: true - '@oxfmt/binding-linux-arm-musleabihf@0.48.0': + '@oxfmt/binding-linux-arm-musleabihf@0.50.0': optional: true - '@oxfmt/binding-linux-arm64-gnu@0.48.0': + '@oxfmt/binding-linux-arm64-gnu@0.50.0': optional: true - '@oxfmt/binding-linux-arm64-musl@0.48.0': + '@oxfmt/binding-linux-arm64-musl@0.50.0': optional: true - '@oxfmt/binding-linux-ppc64-gnu@0.48.0': + '@oxfmt/binding-linux-ppc64-gnu@0.50.0': optional: true - '@oxfmt/binding-linux-riscv64-gnu@0.48.0': + '@oxfmt/binding-linux-riscv64-gnu@0.50.0': optional: true - '@oxfmt/binding-linux-riscv64-musl@0.48.0': + '@oxfmt/binding-linux-riscv64-musl@0.50.0': optional: true - '@oxfmt/binding-linux-s390x-gnu@0.48.0': + '@oxfmt/binding-linux-s390x-gnu@0.50.0': optional: true - '@oxfmt/binding-linux-x64-gnu@0.48.0': + '@oxfmt/binding-linux-x64-gnu@0.50.0': optional: true - '@oxfmt/binding-linux-x64-musl@0.48.0': + '@oxfmt/binding-linux-x64-musl@0.50.0': optional: true - '@oxfmt/binding-openharmony-arm64@0.48.0': + '@oxfmt/binding-openharmony-arm64@0.50.0': optional: true - '@oxfmt/binding-win32-arm64-msvc@0.48.0': + '@oxfmt/binding-win32-arm64-msvc@0.50.0': optional: true - '@oxfmt/binding-win32-ia32-msvc@0.48.0': + '@oxfmt/binding-win32-ia32-msvc@0.50.0': optional: true - '@oxfmt/binding-win32-x64-msvc@0.48.0': + '@oxfmt/binding-win32-x64-msvc@0.50.0': optional: true '@oxlint-tsgolint/darwin-arm64@0.22.1': @@ -3662,61 +3692,61 @@ snapshots: '@oxlint-tsgolint/win32-x64@0.22.1': optional: true - '@oxlint/binding-android-arm-eabi@1.63.0': + '@oxlint/binding-android-arm-eabi@1.65.0': optional: true - '@oxlint/binding-android-arm64@1.63.0': + '@oxlint/binding-android-arm64@1.65.0': optional: true - '@oxlint/binding-darwin-arm64@1.63.0': + '@oxlint/binding-darwin-arm64@1.65.0': optional: true - '@oxlint/binding-darwin-x64@1.63.0': + '@oxlint/binding-darwin-x64@1.65.0': optional: true - '@oxlint/binding-freebsd-x64@1.63.0': + '@oxlint/binding-freebsd-x64@1.65.0': optional: true - '@oxlint/binding-linux-arm-gnueabihf@1.63.0': + '@oxlint/binding-linux-arm-gnueabihf@1.65.0': optional: true - '@oxlint/binding-linux-arm-musleabihf@1.63.0': + '@oxlint/binding-linux-arm-musleabihf@1.65.0': optional: true - '@oxlint/binding-linux-arm64-gnu@1.63.0': + '@oxlint/binding-linux-arm64-gnu@1.65.0': optional: true - '@oxlint/binding-linux-arm64-musl@1.63.0': + '@oxlint/binding-linux-arm64-musl@1.65.0': optional: true - '@oxlint/binding-linux-ppc64-gnu@1.63.0': + '@oxlint/binding-linux-ppc64-gnu@1.65.0': optional: true - '@oxlint/binding-linux-riscv64-gnu@1.63.0': + '@oxlint/binding-linux-riscv64-gnu@1.65.0': optional: true - '@oxlint/binding-linux-riscv64-musl@1.63.0': + '@oxlint/binding-linux-riscv64-musl@1.65.0': optional: true - '@oxlint/binding-linux-s390x-gnu@1.63.0': + '@oxlint/binding-linux-s390x-gnu@1.65.0': optional: true - '@oxlint/binding-linux-x64-gnu@1.63.0': + '@oxlint/binding-linux-x64-gnu@1.65.0': optional: true - '@oxlint/binding-linux-x64-musl@1.63.0': + '@oxlint/binding-linux-x64-musl@1.65.0': optional: true - '@oxlint/binding-openharmony-arm64@1.63.0': + '@oxlint/binding-openharmony-arm64@1.65.0': optional: true - '@oxlint/binding-win32-arm64-msvc@1.63.0': + '@oxlint/binding-win32-arm64-msvc@1.65.0': optional: true - '@oxlint/binding-win32-ia32-msvc@1.63.0': + '@oxlint/binding-win32-ia32-msvc@1.65.0': optional: true - '@oxlint/binding-win32-x64-msvc@1.63.0': + '@oxlint/binding-win32-x64-msvc@1.65.0': optional: true '@publint/pack@0.1.4': {} @@ -3823,34 +3853,32 @@ snapshots: '@rolldown/binding-win32-x64-msvc@1.0.1': optional: true - '@rolldown/plugin-babel@0.2.3(@babel/core@8.0.0-rc.4)(@babel/plugin-transform-runtime@8.0.0-rc.4(@babel/core@8.0.0-rc.4))(@babel/runtime@8.0.0-rc.4)(rolldown@1.0.1)(vite@8.0.13(@types/node@24.12.3)(esbuild@0.27.3))': + '@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.1)(vite@8.0.13(@types/node@24.12.4)(esbuild@0.27.3))': dependencies: - '@babel/core': 8.0.0-rc.4 + '@babel/core': 8.0.0-rc.5 picomatch: 4.0.4 rolldown: 1.0.1 optionalDependencies: - '@babel/plugin-transform-runtime': 8.0.0-rc.4(@babel/core@8.0.0-rc.4) - '@babel/runtime': 8.0.0-rc.4 - vite: 8.0.13(@types/node@24.12.3)(esbuild@0.27.3) + '@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.13(@types/node@24.12.4)(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.4(@babel/core@7.29.0))(@babel/runtime@8.0.0-rc.4)(rolldown@1.0.1)(vite@8.0.13(@types/node@24.12.3)(esbuild@0.27.3))': + '@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.1)(vite@8.0.13(@types/node@24.12.4)(esbuild@0.27.3))': dependencies: '@babel/core': 7.29.0 picomatch: 4.0.4 rolldown: 1.0.1 optionalDependencies: - '@babel/plugin-transform-runtime': 8.0.0-rc.4(@babel/core@7.29.0) - '@babel/runtime': 8.0.0-rc.4 - vite: 8.0.13(@types/node@24.12.3)(esbuild@0.27.3) + '@babel/plugin-transform-runtime': 8.0.0-rc.5(@babel/core@7.29.0) + '@babel/runtime': 8.0.0-rc.5 + vite: 8.0.13(@types/node@24.12.4)(esbuild@0.27.3) '@rolldown/pluginutils@1.0.0': {} '@rolldown/pluginutils@1.0.0-rc.16': optional: true - '@rolldown/pluginutils@1.0.0-rc.7': {} - '@rollup/plugin-swc@0.4.0(@swc/core@1.15.33)': dependencies: '@rollup/pluginutils': 5.3.0 @@ -3976,7 +4004,7 @@ snapshots: dependencies: undici-types: 6.21.0 - '@types/node@24.12.3': + '@types/node@24.12.4': dependencies: undici-types: 7.16.0 @@ -3994,45 +4022,45 @@ snapshots: dependencies: csstype: 3.2.3 - '@typescript/native-preview-darwin-arm64@7.0.0-dev.20260510.1': + '@typescript/native-preview-darwin-arm64@7.0.0-dev.20260517.1': optional: true - '@typescript/native-preview-darwin-x64@7.0.0-dev.20260510.1': + '@typescript/native-preview-darwin-x64@7.0.0-dev.20260517.1': optional: true - '@typescript/native-preview-linux-arm64@7.0.0-dev.20260510.1': + '@typescript/native-preview-linux-arm64@7.0.0-dev.20260517.1': optional: true - '@typescript/native-preview-linux-arm@7.0.0-dev.20260510.1': + '@typescript/native-preview-linux-arm@7.0.0-dev.20260517.1': optional: true - '@typescript/native-preview-linux-x64@7.0.0-dev.20260510.1': + '@typescript/native-preview-linux-x64@7.0.0-dev.20260517.1': optional: true - '@typescript/native-preview-win32-arm64@7.0.0-dev.20260510.1': + '@typescript/native-preview-win32-arm64@7.0.0-dev.20260517.1': optional: true - '@typescript/native-preview-win32-x64@7.0.0-dev.20260510.1': + '@typescript/native-preview-win32-x64@7.0.0-dev.20260517.1': optional: true - '@typescript/native-preview@7.0.0-dev.20260510.1': + '@typescript/native-preview@7.0.0-dev.20260517.1': optionalDependencies: - '@typescript/native-preview-darwin-arm64': 7.0.0-dev.20260510.1 - '@typescript/native-preview-darwin-x64': 7.0.0-dev.20260510.1 - '@typescript/native-preview-linux-arm': 7.0.0-dev.20260510.1 - '@typescript/native-preview-linux-arm64': 7.0.0-dev.20260510.1 - '@typescript/native-preview-linux-x64': 7.0.0-dev.20260510.1 - '@typescript/native-preview-win32-arm64': 7.0.0-dev.20260510.1 - '@typescript/native-preview-win32-x64': 7.0.0-dev.20260510.1 - - '@vitejs/plugin-react@6.0.1(@rolldown/plugin-babel@0.2.3(@babel/core@8.0.0-rc.4)(@babel/plugin-transform-runtime@8.0.0-rc.4(@babel/core@8.0.0-rc.4))(@babel/runtime@8.0.0-rc.4)(rolldown@1.0.1)(vite@8.0.13(@types/node@24.12.3)(esbuild@0.27.3)))(vite@8.0.13(@types/node@24.12.3)(esbuild@0.27.3))': - dependencies: - '@rolldown/pluginutils': 1.0.0-rc.7 - vite: 8.0.13(@types/node@24.12.3)(esbuild@0.27.3) + '@typescript/native-preview-darwin-arm64': 7.0.0-dev.20260517.1 + '@typescript/native-preview-darwin-x64': 7.0.0-dev.20260517.1 + '@typescript/native-preview-linux-arm': 7.0.0-dev.20260517.1 + '@typescript/native-preview-linux-arm64': 7.0.0-dev.20260517.1 + '@typescript/native-preview-linux-x64': 7.0.0-dev.20260517.1 + '@typescript/native-preview-win32-arm64': 7.0.0-dev.20260517.1 + '@typescript/native-preview-win32-x64': 7.0.0-dev.20260517.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.1)(vite@8.0.13(@types/node@24.12.4)(esbuild@0.27.3)))(vite@8.0.13(@types/node@24.12.4)(esbuild@0.27.3))': + dependencies: + '@rolldown/pluginutils': 1.0.0 + vite: 8.0.13(@types/node@24.12.4)(esbuild@0.27.3) optionalDependencies: - '@rolldown/plugin-babel': 0.2.3(@babel/core@8.0.0-rc.4)(@babel/plugin-transform-runtime@8.0.0-rc.4(@babel/core@8.0.0-rc.4))(@babel/runtime@8.0.0-rc.4)(rolldown@1.0.1)(vite@8.0.13(@types/node@24.12.3)(esbuild@0.27.3)) + '@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.1)(vite@8.0.13(@types/node@24.12.4)(esbuild@0.27.3)) - '@vitejs/release-scripts@1.7.0(conventional-commits-filter@5.0.0)': + '@vitejs/release-scripts@1.7.1(conventional-commits-filter@5.0.0)': dependencies: conventional-changelog: 7.2.0(conventional-commits-filter@5.0.0) conventional-changelog-conventionalcommits: 9.3.1 @@ -4040,49 +4068,49 @@ snapshots: picocolors: 1.1.1 prompts: 2.4.2 publint: 0.3.20 - semver: 7.7.4 + semver: 7.8.0 tinyexec: 1.1.2 transitivePeerDependencies: - conventional-commits-filter - '@vitest/expect@4.1.5': + '@vitest/expect@4.1.6': dependencies: '@standard-schema/spec': 1.1.0 '@types/chai': 5.2.3 - '@vitest/spy': 4.1.5 - '@vitest/utils': 4.1.5 + '@vitest/spy': 4.1.6 + '@vitest/utils': 4.1.6 chai: 6.2.2 tinyrainbow: 3.1.0 - '@vitest/mocker@4.1.5(vite@8.0.13(@types/node@24.12.3)(esbuild@0.27.3))': + '@vitest/mocker@4.1.6(vite@8.0.13(@types/node@24.12.4)(esbuild@0.27.3))': dependencies: - '@vitest/spy': 4.1.5 + '@vitest/spy': 4.1.6 estree-walker: 3.0.3 magic-string: 0.30.21 optionalDependencies: - vite: 8.0.13(@types/node@24.12.3)(esbuild@0.27.3) + vite: 8.0.13(@types/node@24.12.4)(esbuild@0.27.3) - '@vitest/pretty-format@4.1.5': + '@vitest/pretty-format@4.1.6': dependencies: tinyrainbow: 3.1.0 - '@vitest/runner@4.1.5': + '@vitest/runner@4.1.6': dependencies: - '@vitest/utils': 4.1.5 + '@vitest/utils': 4.1.6 pathe: 2.0.3 - '@vitest/snapshot@4.1.5': + '@vitest/snapshot@4.1.6': dependencies: - '@vitest/pretty-format': 4.1.5 - '@vitest/utils': 4.1.5 + '@vitest/pretty-format': 4.1.6 + '@vitest/utils': 4.1.6 magic-string: 0.30.21 pathe: 2.0.3 - '@vitest/spy@4.1.5': {} + '@vitest/spy@4.1.6': {} - '@vitest/utils@4.1.5': + '@vitest/utils@4.1.6': dependencies: - '@vitest/pretty-format': 4.1.5 + '@vitest/pretty-format': 4.1.6 convert-source-map: 2.0.0 tinyrainbow: 3.1.0 @@ -4094,7 +4122,7 @@ snapshots: ast-kit@3.0.0-beta.1: dependencies: - '@babel/parser': 8.0.0-rc.4 + '@babel/parser': 8.0.0-rc.5 estree-walker: 3.0.3 pathe: 2.0.3 @@ -4150,7 +4178,7 @@ snapshots: conventional-commits-filter: 5.0.0 handlebars: 4.7.8 meow: 13.2.0 - semver: 7.7.4 + semver: 7.8.0 conventional-changelog@7.2.0(conventional-commits-filter@5.0.0): dependencies: @@ -4467,7 +4495,7 @@ snapshots: normalize-package-data@7.0.1: dependencies: hosted-git-info: 8.1.0 - semver: 7.7.4 + semver: 7.8.0 validate-npm-package-license: 3.0.4 npm-run-path@6.0.0: @@ -4509,29 +4537,29 @@ snapshots: oxc-parser: 0.131.0 rolldown: 1.0.1 - oxfmt@0.48.0: + oxfmt@0.50.0: dependencies: tinypool: 2.1.0 optionalDependencies: - '@oxfmt/binding-android-arm-eabi': 0.48.0 - '@oxfmt/binding-android-arm64': 0.48.0 - '@oxfmt/binding-darwin-arm64': 0.48.0 - '@oxfmt/binding-darwin-x64': 0.48.0 - '@oxfmt/binding-freebsd-x64': 0.48.0 - '@oxfmt/binding-linux-arm-gnueabihf': 0.48.0 - '@oxfmt/binding-linux-arm-musleabihf': 0.48.0 - '@oxfmt/binding-linux-arm64-gnu': 0.48.0 - '@oxfmt/binding-linux-arm64-musl': 0.48.0 - '@oxfmt/binding-linux-ppc64-gnu': 0.48.0 - '@oxfmt/binding-linux-riscv64-gnu': 0.48.0 - '@oxfmt/binding-linux-riscv64-musl': 0.48.0 - '@oxfmt/binding-linux-s390x-gnu': 0.48.0 - '@oxfmt/binding-linux-x64-gnu': 0.48.0 - '@oxfmt/binding-linux-x64-musl': 0.48.0 - '@oxfmt/binding-openharmony-arm64': 0.48.0 - '@oxfmt/binding-win32-arm64-msvc': 0.48.0 - '@oxfmt/binding-win32-ia32-msvc': 0.48.0 - '@oxfmt/binding-win32-x64-msvc': 0.48.0 + '@oxfmt/binding-android-arm-eabi': 0.50.0 + '@oxfmt/binding-android-arm64': 0.50.0 + '@oxfmt/binding-darwin-arm64': 0.50.0 + '@oxfmt/binding-darwin-x64': 0.50.0 + '@oxfmt/binding-freebsd-x64': 0.50.0 + '@oxfmt/binding-linux-arm-gnueabihf': 0.50.0 + '@oxfmt/binding-linux-arm-musleabihf': 0.50.0 + '@oxfmt/binding-linux-arm64-gnu': 0.50.0 + '@oxfmt/binding-linux-arm64-musl': 0.50.0 + '@oxfmt/binding-linux-ppc64-gnu': 0.50.0 + '@oxfmt/binding-linux-riscv64-gnu': 0.50.0 + '@oxfmt/binding-linux-riscv64-musl': 0.50.0 + '@oxfmt/binding-linux-s390x-gnu': 0.50.0 + '@oxfmt/binding-linux-x64-gnu': 0.50.0 + '@oxfmt/binding-linux-x64-musl': 0.50.0 + '@oxfmt/binding-openharmony-arm64': 0.50.0 + '@oxfmt/binding-win32-arm64-msvc': 0.50.0 + '@oxfmt/binding-win32-ia32-msvc': 0.50.0 + '@oxfmt/binding-win32-x64-msvc': 0.50.0 oxlint-tsgolint@0.22.1: optionalDependencies: @@ -4542,27 +4570,27 @@ snapshots: '@oxlint-tsgolint/win32-arm64': 0.22.1 '@oxlint-tsgolint/win32-x64': 0.22.1 - oxlint@1.63.0(oxlint-tsgolint@0.22.1): + oxlint@1.65.0(oxlint-tsgolint@0.22.1): optionalDependencies: - '@oxlint/binding-android-arm-eabi': 1.63.0 - '@oxlint/binding-android-arm64': 1.63.0 - '@oxlint/binding-darwin-arm64': 1.63.0 - '@oxlint/binding-darwin-x64': 1.63.0 - '@oxlint/binding-freebsd-x64': 1.63.0 - '@oxlint/binding-linux-arm-gnueabihf': 1.63.0 - '@oxlint/binding-linux-arm-musleabihf': 1.63.0 - '@oxlint/binding-linux-arm64-gnu': 1.63.0 - '@oxlint/binding-linux-arm64-musl': 1.63.0 - '@oxlint/binding-linux-ppc64-gnu': 1.63.0 - '@oxlint/binding-linux-riscv64-gnu': 1.63.0 - '@oxlint/binding-linux-riscv64-musl': 1.63.0 - '@oxlint/binding-linux-s390x-gnu': 1.63.0 - '@oxlint/binding-linux-x64-gnu': 1.63.0 - '@oxlint/binding-linux-x64-musl': 1.63.0 - '@oxlint/binding-openharmony-arm64': 1.63.0 - '@oxlint/binding-win32-arm64-msvc': 1.63.0 - '@oxlint/binding-win32-ia32-msvc': 1.63.0 - '@oxlint/binding-win32-x64-msvc': 1.63.0 + '@oxlint/binding-android-arm-eabi': 1.65.0 + '@oxlint/binding-android-arm64': 1.65.0 + '@oxlint/binding-darwin-arm64': 1.65.0 + '@oxlint/binding-darwin-x64': 1.65.0 + '@oxlint/binding-freebsd-x64': 1.65.0 + '@oxlint/binding-linux-arm-gnueabihf': 1.65.0 + '@oxlint/binding-linux-arm-musleabihf': 1.65.0 + '@oxlint/binding-linux-arm64-gnu': 1.65.0 + '@oxlint/binding-linux-arm64-musl': 1.65.0 + '@oxlint/binding-linux-ppc64-gnu': 1.65.0 + '@oxlint/binding-linux-riscv64-gnu': 1.65.0 + '@oxlint/binding-linux-riscv64-musl': 1.65.0 + '@oxlint/binding-linux-s390x-gnu': 1.65.0 + '@oxlint/binding-linux-x64-gnu': 1.65.0 + '@oxlint/binding-linux-x64-musl': 1.65.0 + '@oxlint/binding-openharmony-arm64': 1.65.0 + '@oxlint/binding-win32-arm64-msvc': 1.65.0 + '@oxlint/binding-win32-ia32-msvc': 1.65.0 + '@oxlint/binding-win32-x64-msvc': 1.65.0 oxlint-tsgolint: 0.22.1 package-manager-detector@1.6.0: {} @@ -4596,11 +4624,11 @@ snapshots: pirates@4.0.7: {} - playwright-chromium@1.59.1: + playwright-chromium@1.60.0: dependencies: - playwright-core: 1.59.1 + playwright-core: 1.60.0 - playwright-core@1.59.1: {} + playwright-core@1.60.0: {} postcss@8.5.14: dependencies: @@ -4647,7 +4675,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.20260510.1)(rolldown@1.0.1): + rolldown-plugin-dts@0.25.0(@typescript/native-preview@7.0.0-dev.20260517.1)(rolldown@1.0.1): dependencies: '@babel/generator': 8.0.0-rc.4 '@babel/helper-validator-identifier': 8.0.0-rc.4 @@ -4659,7 +4687,7 @@ snapshots: obug: 2.1.1 rolldown: 1.0.1 optionalDependencies: - '@typescript/native-preview': 7.0.0-dev.20260510.1 + '@typescript/native-preview': 7.0.0-dev.20260517.1 transitivePeerDependencies: - oxc-resolver @@ -4720,7 +4748,7 @@ snapshots: semver@6.3.1: {} - semver@7.7.4: {} + semver@7.8.0: {} shebang-command@2.0.0: dependencies: @@ -4769,12 +4797,12 @@ snapshots: optionalDependencies: '@babel/core': 7.29.0 - styled-jsx@5.1.7(@babel/core@8.0.0-rc.4)(react@19.2.6): + styled-jsx@5.1.7(@babel/core@8.0.0-rc.5)(react@19.2.6): dependencies: client-only: 0.0.1 react: 19.2.6 optionalDependencies: - '@babel/core': 8.0.0-rc.4 + '@babel/core': 8.0.0-rc.5 stylis@4.2.0: {} @@ -4795,7 +4823,7 @@ snapshots: tree-kill@1.2.2: {} - tsdown@0.22.0(@typescript/native-preview@7.0.0-dev.20260510.1)(publint@0.3.20)(unrun@0.2.36): + tsdown@0.22.0(@typescript/native-preview@7.0.0-dev.20260517.1)(publint@0.3.20)(unrun@0.2.36): dependencies: ansis: 4.2.0 cac: 7.0.0 @@ -4806,8 +4834,8 @@ snapshots: obug: 2.1.1 picomatch: 4.0.4 rolldown: 1.0.1 - rolldown-plugin-dts: 0.25.0(@typescript/native-preview@7.0.0-dev.20260510.1)(rolldown@1.0.1) - semver: 7.7.4 + rolldown-plugin-dts: 0.25.0(@typescript/native-preview@7.0.0-dev.20260517.1)(rolldown@1.0.1) + semver: 7.8.0 tinyexec: 1.1.2 tinyglobby: 0.2.16 tree-kill: 1.2.2 @@ -4864,7 +4892,7 @@ snapshots: spdx-correct: 3.2.0 spdx-expression-parse: 3.0.1 - vite@8.0.13(@types/node@24.12.3)(esbuild@0.27.3): + vite@8.0.13(@types/node@24.12.4)(esbuild@0.27.3): dependencies: lightningcss: 1.32.0 picomatch: 4.0.4 @@ -4872,19 +4900,19 @@ snapshots: rolldown: 1.0.1 tinyglobby: 0.2.16 optionalDependencies: - '@types/node': 24.12.3 + '@types/node': 24.12.4 esbuild: 0.27.3 fsevents: 2.3.3 - vitest@4.1.5(@types/node@24.12.3)(vite@8.0.13(@types/node@24.12.3)(esbuild@0.27.3)): + vitest@4.1.6(@types/node@24.12.4)(vite@8.0.13(@types/node@24.12.4)(esbuild@0.27.3)): dependencies: - '@vitest/expect': 4.1.5 - '@vitest/mocker': 4.1.5(vite@8.0.13(@types/node@24.12.3)(esbuild@0.27.3)) - '@vitest/pretty-format': 4.1.5 - '@vitest/runner': 4.1.5 - '@vitest/snapshot': 4.1.5 - '@vitest/spy': 4.1.5 - '@vitest/utils': 4.1.5 + '@vitest/expect': 4.1.6 + '@vitest/mocker': 4.1.6(vite@8.0.13(@types/node@24.12.4)(esbuild@0.27.3)) + '@vitest/pretty-format': 4.1.6 + '@vitest/runner': 4.1.6 + '@vitest/snapshot': 4.1.6 + '@vitest/spy': 4.1.6 + '@vitest/utils': 4.1.6 es-module-lexer: 2.0.0 expect-type: 1.3.0 magic-string: 0.30.21 @@ -4896,10 +4924,10 @@ snapshots: tinyexec: 1.1.2 tinyglobby: 0.2.16 tinyrainbow: 3.1.0 - vite: 8.0.13(@types/node@24.12.3)(esbuild@0.27.3) + vite: 8.0.13(@types/node@24.12.4)(esbuild@0.27.3) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 24.12.3 + '@types/node': 24.12.4 transitivePeerDependencies: - msw diff --git a/scripts/package.json b/scripts/package.json index b18b616..67ced0d 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -7,7 +7,7 @@ "ci-publish": "node ./publishCI.ts" }, "devDependencies": { - "@vitejs/release-scripts": "^1.7.0", + "@vitejs/release-scripts": "^1.7.1", "execa": "^9.6.1", "picocolors": "^1.1.1" } From e717d3efdfee43ec3a357da56b91535769212877 Mon Sep 17 00:00:00 2001 From: sapphi-red <49056869+sapphi-red@users.noreply.github.com> Date: Mon, 18 May 2026 12:04:14 +0900 Subject: [PATCH 2/2] chore: lint --- packages/pluginutils/src/filter/simple-filters.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/pluginutils/src/filter/simple-filters.test.ts b/packages/pluginutils/src/filter/simple-filters.test.ts index 2dab81f..adabf91 100644 --- a/packages/pluginutils/src/filter/simple-filters.test.ts +++ b/packages/pluginutils/src/filter/simple-filters.test.ts @@ -65,6 +65,7 @@ describe('prefixRegex', () => { }) describe('makeIdFiltersToMatchWithQuery', () => { + // oxlint-disable-next-line unicorn/consistent-function-scoping function expectWithAnyQuery(matcher: (path: string) => boolean, path: string, expected: boolean) { expect(matcher(path), path).toBe(expected) expect(matcher(`${path}?foo`), `${path}?foo`).toBe(expected)