From 1b54edf5993a988953d3404de3f344b292e7ede6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 00:04:42 +0000 Subject: [PATCH] chore(deps): bump the dev-dependencies group across 1 directory with 6 updates Bumps the dev-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.2.0` | `26.3.0` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.2.4` | `19.2.5` | | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.1.10` | `4.1.11` | | [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.77.0` | `1.80.0` | | [vite-plus](https://github.com/voidzero-dev/vite-plus/tree/HEAD/packages/cli) | `0.2.8` | `0.3.0` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.10` | `4.1.11` | Updates `@types/node` from 26.2.0 to 26.3.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/react-dom` from 19.2.4 to 19.2.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `@vitest/coverage-v8` from 4.1.10 to 4.1.11 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/coverage-v8) Updates `oxlint` from 1.77.0 to 1.80.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.80.0/npm/oxlint) Updates `vite-plus` from 0.2.8 to 0.3.0 - [Release notes](https://github.com/voidzero-dev/vite-plus/releases) - [Commits](https://github.com/voidzero-dev/vite-plus/commits/v0.3.0/packages/cli) Updates `vitest` from 4.1.10 to 4.1.11 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/vitest) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 26.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@types/react-dom" dependency-version: 19.2.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@vitest/coverage-v8" dependency-version: 4.1.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: oxlint dependency-version: 1.80.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: vite-plus dependency-version: 0.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: vitest dependency-version: 4.1.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 12 +- yarn.lock | 838 +++++++++++++++++++++++++-------------------------- 2 files changed, 425 insertions(+), 425 deletions(-) diff --git a/package.json b/package.json index adbba2fb..fc20d6ed 100644 --- a/package.json +++ b/package.json @@ -50,23 +50,23 @@ }, "devDependencies": { "@types/js-cookie": "^3.0.6", - "@types/node": "^26.2.0", + "@types/node": "^26.3.0", "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.4", + "@types/react-dom": "^19.2.5", "@ver0/oxlint-config": "^2.0.2", "@ver0/react-hooks-testing": "^1.0.3", - "@vitest/coverage-v8": "^4.1.10", + "@vitest/coverage-v8": "^4.1.11", "js-cookie": "^3.0.8", "jsdom": "^30.0.1", - "oxlint": "^1.77.0", + "oxlint": "^1.80.0", "oxlint-tsgolint": "^7.0.2001", "react": "^19.2.8", "react-dom": "^19.2.8", "rimraf": "^6.1.3", "semantic-release": "^25.0.9", "typescript": "^7.0.2", - "vite-plus": "^0.2.8", - "vitest": "^4.1.10" + "vite-plus": "^0.3.0", + "vitest": "^4.1.11" }, "peerDependencies": { "js-cookie": "^3.0.5", diff --git a/yarn.lock b/yarn.lock index 1f7998b6..34551d44 100644 --- a/yarn.lock +++ b/yarn.lock @@ -707,10 +707,10 @@ __metadata: languageName: node linkType: hard -"@oxc-project/runtime@npm:=0.142.0": - version: 0.142.0 - resolution: "@oxc-project/runtime@npm:0.142.0" - checksum: 10c0/67da5eae6943337dd7afb5496c66b58d082ede73964e2d7ee1ac7e2fedb31cb1a0e2125d4e533fb5ba2daa8aa8a593ff513369489731906930cafb097ef92739 +"@oxc-project/runtime@npm:=0.146.0": + version: 0.146.0 + resolution: "@oxc-project/runtime@npm:0.146.0" + checksum: 10c0/2c0a788fb7e34fe74a8c4874bd9a55aec02c24b26de99f3289cf97d974690a714a3f2083c55ce0ef01e4933ecaec192a23b045a40a63ce88fc504a25ed40d127 languageName: node linkType: hard @@ -721,142 +721,142 @@ __metadata: languageName: node linkType: hard -"@oxc-project/types@npm:=0.142.0": - version: 0.142.0 - resolution: "@oxc-project/types@npm:0.142.0" - checksum: 10c0/e4fa60b8fe1a77b0db6b9a2dcbc78d9a5a18ef64dffde01d909108f3ddbc562b876c568cb01e297ba71a256fc8aaafc928d4562475a9b2a25b276fee5bf635c3 +"@oxc-project/types@npm:=0.146.0": + version: 0.146.0 + resolution: "@oxc-project/types@npm:0.146.0" + checksum: 10c0/15e99d1d4d9233244262779b6e3bbaf7f11a4e62b57c21ef3755acbec469cb90cd468548103fec282af649096e9c6389fd5221c28b268579061352c49b29f4c8 languageName: node linkType: hard -"@oxfmt/binding-android-arm-eabi@npm:0.61.0": - version: 0.61.0 - resolution: "@oxfmt/binding-android-arm-eabi@npm:0.61.0" +"@oxfmt/binding-android-arm-eabi@npm:0.64.0": + version: 0.64.0 + resolution: "@oxfmt/binding-android-arm-eabi@npm:0.64.0" conditions: os=android & cpu=arm languageName: node linkType: hard -"@oxfmt/binding-android-arm64@npm:0.61.0": - version: 0.61.0 - resolution: "@oxfmt/binding-android-arm64@npm:0.61.0" +"@oxfmt/binding-android-arm64@npm:0.64.0": + version: 0.64.0 + resolution: "@oxfmt/binding-android-arm64@npm:0.64.0" conditions: os=android & cpu=arm64 languageName: node linkType: hard -"@oxfmt/binding-darwin-arm64@npm:0.61.0": - version: 0.61.0 - resolution: "@oxfmt/binding-darwin-arm64@npm:0.61.0" +"@oxfmt/binding-darwin-arm64@npm:0.64.0": + version: 0.64.0 + resolution: "@oxfmt/binding-darwin-arm64@npm:0.64.0" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@oxfmt/binding-darwin-x64@npm:0.61.0": - version: 0.61.0 - resolution: "@oxfmt/binding-darwin-x64@npm:0.61.0" +"@oxfmt/binding-darwin-x64@npm:0.64.0": + version: 0.64.0 + resolution: "@oxfmt/binding-darwin-x64@npm:0.64.0" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@oxfmt/binding-freebsd-x64@npm:0.61.0": - version: 0.61.0 - resolution: "@oxfmt/binding-freebsd-x64@npm:0.61.0" +"@oxfmt/binding-freebsd-x64@npm:0.64.0": + version: 0.64.0 + resolution: "@oxfmt/binding-freebsd-x64@npm:0.64.0" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard -"@oxfmt/binding-linux-arm-gnueabihf@npm:0.61.0": - version: 0.61.0 - resolution: "@oxfmt/binding-linux-arm-gnueabihf@npm:0.61.0" +"@oxfmt/binding-linux-arm-gnueabihf@npm:0.64.0": + version: 0.64.0 + resolution: "@oxfmt/binding-linux-arm-gnueabihf@npm:0.64.0" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@oxfmt/binding-linux-arm-musleabihf@npm:0.61.0": - version: 0.61.0 - resolution: "@oxfmt/binding-linux-arm-musleabihf@npm:0.61.0" +"@oxfmt/binding-linux-arm-musleabihf@npm:0.64.0": + version: 0.64.0 + resolution: "@oxfmt/binding-linux-arm-musleabihf@npm:0.64.0" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@oxfmt/binding-linux-arm64-gnu@npm:0.61.0": - version: 0.61.0 - resolution: "@oxfmt/binding-linux-arm64-gnu@npm:0.61.0" +"@oxfmt/binding-linux-arm64-gnu@npm:0.64.0": + version: 0.64.0 + resolution: "@oxfmt/binding-linux-arm64-gnu@npm:0.64.0" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@oxfmt/binding-linux-arm64-musl@npm:0.61.0": - version: 0.61.0 - resolution: "@oxfmt/binding-linux-arm64-musl@npm:0.61.0" +"@oxfmt/binding-linux-arm64-musl@npm:0.64.0": + version: 0.64.0 + resolution: "@oxfmt/binding-linux-arm64-musl@npm:0.64.0" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@oxfmt/binding-linux-ppc64-gnu@npm:0.61.0": - version: 0.61.0 - resolution: "@oxfmt/binding-linux-ppc64-gnu@npm:0.61.0" +"@oxfmt/binding-linux-ppc64-gnu@npm:0.64.0": + version: 0.64.0 + resolution: "@oxfmt/binding-linux-ppc64-gnu@npm:0.64.0" conditions: os=linux & cpu=ppc64 & libc=glibc languageName: node linkType: hard -"@oxfmt/binding-linux-riscv64-gnu@npm:0.61.0": - version: 0.61.0 - resolution: "@oxfmt/binding-linux-riscv64-gnu@npm:0.61.0" +"@oxfmt/binding-linux-riscv64-gnu@npm:0.64.0": + version: 0.64.0 + resolution: "@oxfmt/binding-linux-riscv64-gnu@npm:0.64.0" conditions: os=linux & cpu=riscv64 & libc=glibc languageName: node linkType: hard -"@oxfmt/binding-linux-riscv64-musl@npm:0.61.0": - version: 0.61.0 - resolution: "@oxfmt/binding-linux-riscv64-musl@npm:0.61.0" +"@oxfmt/binding-linux-riscv64-musl@npm:0.64.0": + version: 0.64.0 + resolution: "@oxfmt/binding-linux-riscv64-musl@npm:0.64.0" conditions: os=linux & cpu=riscv64 & libc=musl languageName: node linkType: hard -"@oxfmt/binding-linux-s390x-gnu@npm:0.61.0": - version: 0.61.0 - resolution: "@oxfmt/binding-linux-s390x-gnu@npm:0.61.0" +"@oxfmt/binding-linux-s390x-gnu@npm:0.64.0": + version: 0.64.0 + resolution: "@oxfmt/binding-linux-s390x-gnu@npm:0.64.0" conditions: os=linux & cpu=s390x & libc=glibc languageName: node linkType: hard -"@oxfmt/binding-linux-x64-gnu@npm:0.61.0": - version: 0.61.0 - resolution: "@oxfmt/binding-linux-x64-gnu@npm:0.61.0" +"@oxfmt/binding-linux-x64-gnu@npm:0.64.0": + version: 0.64.0 + resolution: "@oxfmt/binding-linux-x64-gnu@npm:0.64.0" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@oxfmt/binding-linux-x64-musl@npm:0.61.0": - version: 0.61.0 - resolution: "@oxfmt/binding-linux-x64-musl@npm:0.61.0" +"@oxfmt/binding-linux-x64-musl@npm:0.64.0": + version: 0.64.0 + resolution: "@oxfmt/binding-linux-x64-musl@npm:0.64.0" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@oxfmt/binding-openharmony-arm64@npm:0.61.0": - version: 0.61.0 - resolution: "@oxfmt/binding-openharmony-arm64@npm:0.61.0" +"@oxfmt/binding-openharmony-arm64@npm:0.64.0": + version: 0.64.0 + resolution: "@oxfmt/binding-openharmony-arm64@npm:0.64.0" conditions: os=openharmony & cpu=arm64 languageName: node linkType: hard -"@oxfmt/binding-win32-arm64-msvc@npm:0.61.0": - version: 0.61.0 - resolution: "@oxfmt/binding-win32-arm64-msvc@npm:0.61.0" +"@oxfmt/binding-win32-arm64-msvc@npm:0.64.0": + version: 0.64.0 + resolution: "@oxfmt/binding-win32-arm64-msvc@npm:0.64.0" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@oxfmt/binding-win32-ia32-msvc@npm:0.61.0": - version: 0.61.0 - resolution: "@oxfmt/binding-win32-ia32-msvc@npm:0.61.0" +"@oxfmt/binding-win32-ia32-msvc@npm:0.64.0": + version: 0.64.0 + resolution: "@oxfmt/binding-win32-ia32-msvc@npm:0.64.0" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@oxfmt/binding-win32-x64-msvc@npm:0.61.0": - version: 0.61.0 - resolution: "@oxfmt/binding-win32-x64-msvc@npm:0.61.0" +"@oxfmt/binding-win32-x64-msvc@npm:0.64.0": + version: 0.64.0 + resolution: "@oxfmt/binding-win32-x64-msvc@npm:0.64.0" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -903,276 +903,276 @@ __metadata: languageName: node linkType: hard -"@oxlint/binding-android-arm-eabi@npm:1.76.0": - version: 1.76.0 - resolution: "@oxlint/binding-android-arm-eabi@npm:1.76.0" +"@oxlint/binding-android-arm-eabi@npm:1.79.0": + version: 1.79.0 + resolution: "@oxlint/binding-android-arm-eabi@npm:1.79.0" conditions: os=android & cpu=arm languageName: node linkType: hard -"@oxlint/binding-android-arm-eabi@npm:1.77.0": - version: 1.77.0 - resolution: "@oxlint/binding-android-arm-eabi@npm:1.77.0" +"@oxlint/binding-android-arm-eabi@npm:1.80.0": + version: 1.80.0 + resolution: "@oxlint/binding-android-arm-eabi@npm:1.80.0" conditions: os=android & cpu=arm languageName: node linkType: hard -"@oxlint/binding-android-arm64@npm:1.76.0": - version: 1.76.0 - resolution: "@oxlint/binding-android-arm64@npm:1.76.0" +"@oxlint/binding-android-arm64@npm:1.79.0": + version: 1.79.0 + resolution: "@oxlint/binding-android-arm64@npm:1.79.0" conditions: os=android & cpu=arm64 languageName: node linkType: hard -"@oxlint/binding-android-arm64@npm:1.77.0": - version: 1.77.0 - resolution: "@oxlint/binding-android-arm64@npm:1.77.0" +"@oxlint/binding-android-arm64@npm:1.80.0": + version: 1.80.0 + resolution: "@oxlint/binding-android-arm64@npm:1.80.0" conditions: os=android & cpu=arm64 languageName: node linkType: hard -"@oxlint/binding-darwin-arm64@npm:1.76.0": - version: 1.76.0 - resolution: "@oxlint/binding-darwin-arm64@npm:1.76.0" +"@oxlint/binding-darwin-arm64@npm:1.79.0": + version: 1.79.0 + resolution: "@oxlint/binding-darwin-arm64@npm:1.79.0" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@oxlint/binding-darwin-arm64@npm:1.77.0": - version: 1.77.0 - resolution: "@oxlint/binding-darwin-arm64@npm:1.77.0" +"@oxlint/binding-darwin-arm64@npm:1.80.0": + version: 1.80.0 + resolution: "@oxlint/binding-darwin-arm64@npm:1.80.0" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@oxlint/binding-darwin-x64@npm:1.76.0": - version: 1.76.0 - resolution: "@oxlint/binding-darwin-x64@npm:1.76.0" +"@oxlint/binding-darwin-x64@npm:1.79.0": + version: 1.79.0 + resolution: "@oxlint/binding-darwin-x64@npm:1.79.0" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@oxlint/binding-darwin-x64@npm:1.77.0": - version: 1.77.0 - resolution: "@oxlint/binding-darwin-x64@npm:1.77.0" +"@oxlint/binding-darwin-x64@npm:1.80.0": + version: 1.80.0 + resolution: "@oxlint/binding-darwin-x64@npm:1.80.0" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@oxlint/binding-freebsd-x64@npm:1.76.0": - version: 1.76.0 - resolution: "@oxlint/binding-freebsd-x64@npm:1.76.0" +"@oxlint/binding-freebsd-x64@npm:1.79.0": + version: 1.79.0 + resolution: "@oxlint/binding-freebsd-x64@npm:1.79.0" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard -"@oxlint/binding-freebsd-x64@npm:1.77.0": - version: 1.77.0 - resolution: "@oxlint/binding-freebsd-x64@npm:1.77.0" +"@oxlint/binding-freebsd-x64@npm:1.80.0": + version: 1.80.0 + resolution: "@oxlint/binding-freebsd-x64@npm:1.80.0" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard -"@oxlint/binding-linux-arm-gnueabihf@npm:1.76.0": - version: 1.76.0 - resolution: "@oxlint/binding-linux-arm-gnueabihf@npm:1.76.0" +"@oxlint/binding-linux-arm-gnueabihf@npm:1.79.0": + version: 1.79.0 + resolution: "@oxlint/binding-linux-arm-gnueabihf@npm:1.79.0" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@oxlint/binding-linux-arm-gnueabihf@npm:1.77.0": - version: 1.77.0 - resolution: "@oxlint/binding-linux-arm-gnueabihf@npm:1.77.0" +"@oxlint/binding-linux-arm-gnueabihf@npm:1.80.0": + version: 1.80.0 + resolution: "@oxlint/binding-linux-arm-gnueabihf@npm:1.80.0" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@oxlint/binding-linux-arm-musleabihf@npm:1.76.0": - version: 1.76.0 - resolution: "@oxlint/binding-linux-arm-musleabihf@npm:1.76.0" +"@oxlint/binding-linux-arm-musleabihf@npm:1.79.0": + version: 1.79.0 + resolution: "@oxlint/binding-linux-arm-musleabihf@npm:1.79.0" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@oxlint/binding-linux-arm-musleabihf@npm:1.77.0": - version: 1.77.0 - resolution: "@oxlint/binding-linux-arm-musleabihf@npm:1.77.0" +"@oxlint/binding-linux-arm-musleabihf@npm:1.80.0": + version: 1.80.0 + resolution: "@oxlint/binding-linux-arm-musleabihf@npm:1.80.0" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@oxlint/binding-linux-arm64-gnu@npm:1.76.0": - version: 1.76.0 - resolution: "@oxlint/binding-linux-arm64-gnu@npm:1.76.0" +"@oxlint/binding-linux-arm64-gnu@npm:1.79.0": + version: 1.79.0 + resolution: "@oxlint/binding-linux-arm64-gnu@npm:1.79.0" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@oxlint/binding-linux-arm64-gnu@npm:1.77.0": - version: 1.77.0 - resolution: "@oxlint/binding-linux-arm64-gnu@npm:1.77.0" +"@oxlint/binding-linux-arm64-gnu@npm:1.80.0": + version: 1.80.0 + resolution: "@oxlint/binding-linux-arm64-gnu@npm:1.80.0" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@oxlint/binding-linux-arm64-musl@npm:1.76.0": - version: 1.76.0 - resolution: "@oxlint/binding-linux-arm64-musl@npm:1.76.0" +"@oxlint/binding-linux-arm64-musl@npm:1.79.0": + version: 1.79.0 + resolution: "@oxlint/binding-linux-arm64-musl@npm:1.79.0" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@oxlint/binding-linux-arm64-musl@npm:1.77.0": - version: 1.77.0 - resolution: "@oxlint/binding-linux-arm64-musl@npm:1.77.0" +"@oxlint/binding-linux-arm64-musl@npm:1.80.0": + version: 1.80.0 + resolution: "@oxlint/binding-linux-arm64-musl@npm:1.80.0" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@oxlint/binding-linux-ppc64-gnu@npm:1.76.0": - version: 1.76.0 - resolution: "@oxlint/binding-linux-ppc64-gnu@npm:1.76.0" +"@oxlint/binding-linux-ppc64-gnu@npm:1.79.0": + version: 1.79.0 + resolution: "@oxlint/binding-linux-ppc64-gnu@npm:1.79.0" conditions: os=linux & cpu=ppc64 & libc=glibc languageName: node linkType: hard -"@oxlint/binding-linux-ppc64-gnu@npm:1.77.0": - version: 1.77.0 - resolution: "@oxlint/binding-linux-ppc64-gnu@npm:1.77.0" +"@oxlint/binding-linux-ppc64-gnu@npm:1.80.0": + version: 1.80.0 + resolution: "@oxlint/binding-linux-ppc64-gnu@npm:1.80.0" conditions: os=linux & cpu=ppc64 & libc=glibc languageName: node linkType: hard -"@oxlint/binding-linux-riscv64-gnu@npm:1.76.0": - version: 1.76.0 - resolution: "@oxlint/binding-linux-riscv64-gnu@npm:1.76.0" +"@oxlint/binding-linux-riscv64-gnu@npm:1.79.0": + version: 1.79.0 + resolution: "@oxlint/binding-linux-riscv64-gnu@npm:1.79.0" conditions: os=linux & cpu=riscv64 & libc=glibc languageName: node linkType: hard -"@oxlint/binding-linux-riscv64-gnu@npm:1.77.0": - version: 1.77.0 - resolution: "@oxlint/binding-linux-riscv64-gnu@npm:1.77.0" +"@oxlint/binding-linux-riscv64-gnu@npm:1.80.0": + version: 1.80.0 + resolution: "@oxlint/binding-linux-riscv64-gnu@npm:1.80.0" conditions: os=linux & cpu=riscv64 & libc=glibc languageName: node linkType: hard -"@oxlint/binding-linux-riscv64-musl@npm:1.76.0": - version: 1.76.0 - resolution: "@oxlint/binding-linux-riscv64-musl@npm:1.76.0" +"@oxlint/binding-linux-riscv64-musl@npm:1.79.0": + version: 1.79.0 + resolution: "@oxlint/binding-linux-riscv64-musl@npm:1.79.0" conditions: os=linux & cpu=riscv64 & libc=musl languageName: node linkType: hard -"@oxlint/binding-linux-riscv64-musl@npm:1.77.0": - version: 1.77.0 - resolution: "@oxlint/binding-linux-riscv64-musl@npm:1.77.0" +"@oxlint/binding-linux-riscv64-musl@npm:1.80.0": + version: 1.80.0 + resolution: "@oxlint/binding-linux-riscv64-musl@npm:1.80.0" conditions: os=linux & cpu=riscv64 & libc=musl languageName: node linkType: hard -"@oxlint/binding-linux-s390x-gnu@npm:1.76.0": - version: 1.76.0 - resolution: "@oxlint/binding-linux-s390x-gnu@npm:1.76.0" +"@oxlint/binding-linux-s390x-gnu@npm:1.79.0": + version: 1.79.0 + resolution: "@oxlint/binding-linux-s390x-gnu@npm:1.79.0" conditions: os=linux & cpu=s390x & libc=glibc languageName: node linkType: hard -"@oxlint/binding-linux-s390x-gnu@npm:1.77.0": - version: 1.77.0 - resolution: "@oxlint/binding-linux-s390x-gnu@npm:1.77.0" +"@oxlint/binding-linux-s390x-gnu@npm:1.80.0": + version: 1.80.0 + resolution: "@oxlint/binding-linux-s390x-gnu@npm:1.80.0" conditions: os=linux & cpu=s390x & libc=glibc languageName: node linkType: hard -"@oxlint/binding-linux-x64-gnu@npm:1.76.0": - version: 1.76.0 - resolution: "@oxlint/binding-linux-x64-gnu@npm:1.76.0" +"@oxlint/binding-linux-x64-gnu@npm:1.79.0": + version: 1.79.0 + resolution: "@oxlint/binding-linux-x64-gnu@npm:1.79.0" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@oxlint/binding-linux-x64-gnu@npm:1.77.0": - version: 1.77.0 - resolution: "@oxlint/binding-linux-x64-gnu@npm:1.77.0" +"@oxlint/binding-linux-x64-gnu@npm:1.80.0": + version: 1.80.0 + resolution: "@oxlint/binding-linux-x64-gnu@npm:1.80.0" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@oxlint/binding-linux-x64-musl@npm:1.76.0": - version: 1.76.0 - resolution: "@oxlint/binding-linux-x64-musl@npm:1.76.0" +"@oxlint/binding-linux-x64-musl@npm:1.79.0": + version: 1.79.0 + resolution: "@oxlint/binding-linux-x64-musl@npm:1.79.0" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@oxlint/binding-linux-x64-musl@npm:1.77.0": - version: 1.77.0 - resolution: "@oxlint/binding-linux-x64-musl@npm:1.77.0" +"@oxlint/binding-linux-x64-musl@npm:1.80.0": + version: 1.80.0 + resolution: "@oxlint/binding-linux-x64-musl@npm:1.80.0" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@oxlint/binding-openharmony-arm64@npm:1.76.0": - version: 1.76.0 - resolution: "@oxlint/binding-openharmony-arm64@npm:1.76.0" +"@oxlint/binding-openharmony-arm64@npm:1.79.0": + version: 1.79.0 + resolution: "@oxlint/binding-openharmony-arm64@npm:1.79.0" conditions: os=openharmony & cpu=arm64 languageName: node linkType: hard -"@oxlint/binding-openharmony-arm64@npm:1.77.0": - version: 1.77.0 - resolution: "@oxlint/binding-openharmony-arm64@npm:1.77.0" +"@oxlint/binding-openharmony-arm64@npm:1.80.0": + version: 1.80.0 + resolution: "@oxlint/binding-openharmony-arm64@npm:1.80.0" conditions: os=openharmony & cpu=arm64 languageName: node linkType: hard -"@oxlint/binding-win32-arm64-msvc@npm:1.76.0": - version: 1.76.0 - resolution: "@oxlint/binding-win32-arm64-msvc@npm:1.76.0" +"@oxlint/binding-win32-arm64-msvc@npm:1.79.0": + version: 1.79.0 + resolution: "@oxlint/binding-win32-arm64-msvc@npm:1.79.0" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@oxlint/binding-win32-arm64-msvc@npm:1.77.0": - version: 1.77.0 - resolution: "@oxlint/binding-win32-arm64-msvc@npm:1.77.0" +"@oxlint/binding-win32-arm64-msvc@npm:1.80.0": + version: 1.80.0 + resolution: "@oxlint/binding-win32-arm64-msvc@npm:1.80.0" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@oxlint/binding-win32-ia32-msvc@npm:1.76.0": - version: 1.76.0 - resolution: "@oxlint/binding-win32-ia32-msvc@npm:1.76.0" +"@oxlint/binding-win32-ia32-msvc@npm:1.79.0": + version: 1.79.0 + resolution: "@oxlint/binding-win32-ia32-msvc@npm:1.79.0" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@oxlint/binding-win32-ia32-msvc@npm:1.77.0": - version: 1.77.0 - resolution: "@oxlint/binding-win32-ia32-msvc@npm:1.77.0" +"@oxlint/binding-win32-ia32-msvc@npm:1.80.0": + version: 1.80.0 + resolution: "@oxlint/binding-win32-ia32-msvc@npm:1.80.0" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@oxlint/binding-win32-x64-msvc@npm:1.76.0": - version: 1.76.0 - resolution: "@oxlint/binding-win32-x64-msvc@npm:1.76.0" +"@oxlint/binding-win32-x64-msvc@npm:1.79.0": + version: 1.79.0 + resolution: "@oxlint/binding-win32-x64-msvc@npm:1.79.0" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@oxlint/binding-win32-x64-msvc@npm:1.77.0": - version: 1.77.0 - resolution: "@oxlint/binding-win32-x64-msvc@npm:1.77.0" +"@oxlint/binding-win32-x64-msvc@npm:1.80.0": + version: 1.80.0 + resolution: "@oxlint/binding-win32-x64-msvc@npm:1.80.0" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@oxlint/plugins@npm:=1.73.0": - version: 1.73.0 - resolution: "@oxlint/plugins@npm:1.73.0" - checksum: 10c0/c6d29212f4237874c9efd6057803833f1ed464781eba696a84806bee706b676f70aef2e596d4e102b268d0c3d11143dd04930e57cd3eb5032b46b6e8f95362bf +"@oxlint/plugins@npm:=1.79.0": + version: 1.79.0 + resolution: "@oxlint/plugins@npm:1.79.0" + checksum: 10c0/ecd7a7a5c1b4acf7a8671a3e08acf317a843c445030880726c13509669cabe8d689a90a89f2c8c1f3a800e3a603f446b2f90bd2bb34854feaf76ccdece21c558 languageName: node linkType: hard @@ -1222,24 +1222,24 @@ __metadata: resolution: "@react-hookz/web@workspace:." dependencies: "@types/js-cookie": "npm:^3.0.6" - "@types/node": "npm:^26.2.0" + "@types/node": "npm:^26.3.0" "@types/react": "npm:^19.2.18" - "@types/react-dom": "npm:^19.2.4" + "@types/react-dom": "npm:^19.2.5" "@ver0/deep-equal": "npm:^2.0.1" "@ver0/oxlint-config": "npm:^2.0.2" "@ver0/react-hooks-testing": "npm:^1.0.3" - "@vitest/coverage-v8": "npm:^4.1.10" + "@vitest/coverage-v8": "npm:^4.1.11" js-cookie: "npm:^3.0.8" jsdom: "npm:^30.0.1" - oxlint: "npm:^1.77.0" + oxlint: "npm:^1.80.0" oxlint-tsgolint: "npm:^7.0.2001" react: "npm:^19.2.8" react-dom: "npm:^19.2.8" rimraf: "npm:^6.1.3" semantic-release: "npm:^25.0.9" typescript: "npm:^7.0.2" - vite-plus: "npm:^0.2.8" - vitest: "npm:^4.1.10" + vite-plus: "npm:^0.3.0" + vitest: "npm:^4.1.11" peerDependencies: js-cookie: ^3.0.5 react: ^16.8 || ^17 || ^18 || ^19 @@ -1635,12 +1635,12 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:^26.2.0": - version: 26.2.0 - resolution: "@types/node@npm:26.2.0" +"@types/node@npm:^26.3.0": + version: 26.3.0 + resolution: "@types/node@npm:26.3.0" dependencies: undici-types: "npm:~8.3.0" - checksum: 10c0/f8566d88162241eb55a46f7e4ea097188eab0aaafefea7a58e63adab8c4144eb98c08b7911452c846104c339a0f82282f5e1ed4b26b578d60709614fe2843f4d + checksum: 10c0/b1b71d722cea67807abde4993d71aa6e4e24ae3072635ff5fbca3e5fbe7f0d4adc20507ab3f1e14b13720d742fb5cae4b12c7326fbe706fcda24e2aab8306374 languageName: node linkType: hard @@ -1651,12 +1651,12 @@ __metadata: languageName: node linkType: hard -"@types/react-dom@npm:^19.2.4": - version: 19.2.4 - resolution: "@types/react-dom@npm:19.2.4" +"@types/react-dom@npm:^19.2.5": + version: 19.2.5 + resolution: "@types/react-dom@npm:19.2.5" peerDependencies: "@types/react": ^19.2.0 - checksum: 10c0/b7d854ce17bb51a3a067168268a90f0123d10dc490f63f1ff5409f07ac715febeb8f5b7b473404a9d437106571e0312fc2937a945634d590abfc9aa46a14b01b + checksum: 10c0/7a59467b043debf392d109daa1ba672e791f20ce6f24ae81fb54715f890f8119d24967e61e3644b6307428603b695b7d59e69eaf531bd1963a74a6cb462f5f49 languageName: node linkType: hard @@ -1841,43 +1841,43 @@ __metadata: languageName: node linkType: hard -"@vitest/browser-preview@npm:4.1.10": - version: 4.1.10 - resolution: "@vitest/browser-preview@npm:4.1.10" +"@vitest/browser-preview@npm:4.1.11": + version: 4.1.11 + resolution: "@vitest/browser-preview@npm:4.1.11" dependencies: "@testing-library/dom": "npm:^10.4.1" "@testing-library/user-event": "npm:^14.6.1" - "@vitest/browser": "npm:4.1.10" + "@vitest/browser": "npm:4.1.11" peerDependencies: - vitest: 4.1.10 - checksum: 10c0/5a326575a04afa73500a77d0854c143c859297fd646f91a3fe5448f4dd18fd124374c04a107388c49a09e619af5b438cc422462ad8a8f7c7f00eefeebaa21f12 + vitest: 4.1.11 + checksum: 10c0/830f3a173a12d379e4a525820d1139d7ba3ed9d0ab920dfb39aa3465a9f471eec9bd3540c63e52221193fc092a5c25bd2286ed9f5a734cd757cc8a7287f7b242 languageName: node linkType: hard -"@vitest/browser@npm:4.1.10": - version: 4.1.10 - resolution: "@vitest/browser@npm:4.1.10" +"@vitest/browser@npm:4.1.11": + version: 4.1.11 + resolution: "@vitest/browser@npm:4.1.11" dependencies: "@blazediff/core": "npm:1.9.1" - "@vitest/mocker": "npm:4.1.10" - "@vitest/utils": "npm:4.1.10" + "@vitest/mocker": "npm:4.1.11" + "@vitest/utils": "npm:4.1.11" magic-string: "npm:^0.30.21" pngjs: "npm:^7.0.0" sirv: "npm:^3.0.2" tinyrainbow: "npm:^3.1.0" ws: "npm:^8.19.0" peerDependencies: - vitest: 4.1.10 - checksum: 10c0/61c86b8c0fcc78bd01de559914525e768dc16d565ee8a40a41d51ef6d99595c3c5e976defe32d090b3dda5f77a980caa11a2072e9c4d279cfb8d55d31c565fc7 + vitest: 4.1.11 + checksum: 10c0/a16b95d043650e82e0706131454d259e660e11fca01d2ce9e336320a482626b2175051e12a93ea18efaf9a794f6cce221919fe59fe27fba04bd9f0e253e6957e languageName: node linkType: hard -"@vitest/coverage-v8@npm:^4.1.10": - version: 4.1.10 - resolution: "@vitest/coverage-v8@npm:4.1.10" +"@vitest/coverage-v8@npm:^4.1.11": + version: 4.1.11 + resolution: "@vitest/coverage-v8@npm:4.1.11" dependencies: "@bcoe/v8-coverage": "npm:^1.0.2" - "@vitest/utils": "npm:4.1.10" + "@vitest/utils": "npm:4.1.11" ast-v8-to-istanbul: "npm:^1.0.0" istanbul-lib-coverage: "npm:^3.2.2" istanbul-lib-report: "npm:^3.0.1" @@ -1887,34 +1887,34 @@ __metadata: std-env: "npm:^4.0.0-rc.1" tinyrainbow: "npm:^3.1.0" peerDependencies: - "@vitest/browser": 4.1.10 - vitest: 4.1.10 + "@vitest/browser": 4.1.11 + vitest: 4.1.11 peerDependenciesMeta: "@vitest/browser": optional: true - checksum: 10c0/f607ab5610ba93ff586d1680bc6d574ee42606ddafd33d5dca14d568e1ff110bf7aea0c82d87b69003b10604d78ccdb535948704e26bbdbfdda6b27edf524486 + checksum: 10c0/91127fd40f445b506cc661c54e26defd75d970fa1983cb83442856dd7f295542f0378e0bca847036a7a5be871b3b17c27167d21f277e47368cf7409eafaa1b40 languageName: node linkType: hard -"@vitest/expect@npm:4.1.10": - version: 4.1.10 - resolution: "@vitest/expect@npm:4.1.10" +"@vitest/expect@npm:4.1.11": + version: 4.1.11 + resolution: "@vitest/expect@npm:4.1.11" dependencies: "@standard-schema/spec": "npm:^1.1.0" "@types/chai": "npm:^5.2.2" - "@vitest/spy": "npm:4.1.10" - "@vitest/utils": "npm:4.1.10" + "@vitest/spy": "npm:4.1.11" + "@vitest/utils": "npm:4.1.11" chai: "npm:^6.2.2" tinyrainbow: "npm:^3.1.0" - checksum: 10c0/a817ad0d9bd6a039776a7228d54fb8319c17e4af15917407f5566ac61781a8511f591d302519d6999217399915bc3c0290028189fc73f5c38f80cb01b6f19c8d + checksum: 10c0/0aa5e0973aca93a58cbdc3041c6bfed5897e976124965203b96a23b811f4ca403590c7eb15802c8d8366ec27a1db0682451e8a91c4d06617636de262baf86e4b languageName: node linkType: hard -"@vitest/mocker@npm:4.1.10": - version: 4.1.10 - resolution: "@vitest/mocker@npm:4.1.10" +"@vitest/mocker@npm:4.1.11": + version: 4.1.11 + resolution: "@vitest/mocker@npm:4.1.11" dependencies: - "@vitest/spy": "npm:4.1.10" + "@vitest/spy": "npm:4.1.11" estree-walker: "npm:^3.0.3" magic-string: "npm:^0.30.21" peerDependencies: @@ -1925,73 +1925,73 @@ __metadata: optional: true vite: optional: true - checksum: 10c0/4aa70b0df58681652e2e28093437fb2e8f4d02a6d03f5619abc266ac1c5ae5f43326148061d13ae6e071e0f6cfcf7634659af63644de8ce098a7c98949a3d1ad + checksum: 10c0/3111ea34bd5046f6c70bbd67cf8b89608ee8c41cb27ab2bd61d42f4b68810e9ea16a9a757a71bc254c105f73b407d00ebb6bab1ab0f7f5cdcc9d7d16602a3933 languageName: node linkType: hard -"@vitest/pretty-format@npm:4.1.10": - version: 4.1.10 - resolution: "@vitest/pretty-format@npm:4.1.10" +"@vitest/pretty-format@npm:4.1.11": + version: 4.1.11 + resolution: "@vitest/pretty-format@npm:4.1.11" dependencies: tinyrainbow: "npm:^3.1.0" - checksum: 10c0/1a5daba730ffe23f2000bff484b4b2842f3b178d93663cb487b215516b8d3b62caa3e2bb2a3c63307b61a9fe58fb9bfff38559bc0c5e49d8aa403d6803a1d918 + checksum: 10c0/ad32525c73807c0b72f38dc29bc51fd5a17879dc650f37995a9c5adbb8526e15f787691f76aa8768448ec7ed5bf5ba2b12329eac8fda1428b4d6b8c036390f71 languageName: node linkType: hard -"@vitest/runner@npm:4.1.10": - version: 4.1.10 - resolution: "@vitest/runner@npm:4.1.10" +"@vitest/runner@npm:4.1.11": + version: 4.1.11 + resolution: "@vitest/runner@npm:4.1.11" dependencies: - "@vitest/utils": "npm:4.1.10" + "@vitest/utils": "npm:4.1.11" pathe: "npm:^2.0.3" - checksum: 10c0/554b72639de9694271b99be8ae273fe12ec793093ec91cce143816cd1187d40b7138a4d9d4de4f456cfca9567de986825bff97e107c05b9eb4abc130e854286d + checksum: 10c0/3c782b055e9e688e1785f7c8937bd1669bad1b0e5758cb8b844f918f30a324b1d21e174d46c941ce80ebf37f2b89b55b6d619a675025914a1ece6377b95909e2 languageName: node linkType: hard -"@vitest/snapshot@npm:4.1.10": - version: 4.1.10 - resolution: "@vitest/snapshot@npm:4.1.10" +"@vitest/snapshot@npm:4.1.11": + version: 4.1.11 + resolution: "@vitest/snapshot@npm:4.1.11" dependencies: - "@vitest/pretty-format": "npm:4.1.10" - "@vitest/utils": "npm:4.1.10" + "@vitest/pretty-format": "npm:4.1.11" + "@vitest/utils": "npm:4.1.11" magic-string: "npm:^0.30.21" pathe: "npm:^2.0.3" - checksum: 10c0/e71398725f51af5fd0c07bb4b957d0f987daf9b4c564ac24cb2a4d1afde1a6939f535ac17761a32dcc41b0a1e6d4088af66dc44df89fdebebb92aabed1a92b5f + checksum: 10c0/35d82a7c2a3e4b57529c30387d568d9106b6bf960189214e5d8cb1f5288cb042305c2e5c7b0b2f8cb56a2c814973de0310bc56d72deb79427bea272b6224190c languageName: node linkType: hard -"@vitest/spy@npm:4.1.10": - version: 4.1.10 - resolution: "@vitest/spy@npm:4.1.10" - checksum: 10c0/e5c08012560af6727fd66741c5cda25560d7c5442103d0c83e4276a9b0dd90b9da6cdf823a461195229a16c6ff87768ce788a68d0fa29dea73ee285618668178 +"@vitest/spy@npm:4.1.11": + version: 4.1.11 + resolution: "@vitest/spy@npm:4.1.11" + checksum: 10c0/06c68247a8efd21006abe7532fee17f30ba83c8cda3e0b952ef89e278d58058f4b1de69b6bbaa2ed614c568bf4f5769fcc76be42802dedf2bcdd9c0aae601740 languageName: node linkType: hard -"@vitest/utils@npm:4.1.10": - version: 4.1.10 - resolution: "@vitest/utils@npm:4.1.10" +"@vitest/utils@npm:4.1.11": + version: 4.1.11 + resolution: "@vitest/utils@npm:4.1.11" dependencies: - "@vitest/pretty-format": "npm:4.1.10" + "@vitest/pretty-format": "npm:4.1.11" convert-source-map: "npm:^2.0.0" tinyrainbow: "npm:^3.1.0" - checksum: 10c0/05b0ecec6997ec22fc08377e57dbd8fa37992e05961f3a7a916d98b1ab56d15c2a87dbd83d392b628242bdc156b1705e7fa60a3bf0c54bdb51158c153e05fc5d + checksum: 10c0/a2c1ddc64333458c3e031465c1ee0440a7660fd1b298c54ccbf865ef1e5cf3ebdd6c5c75a5ea235d8a672498b394e7121f992b096f021f45014ab25e9abd1b52 languageName: node linkType: hard -"@voidzero-dev/vite-plus-core@npm:0.2.8": - version: 0.2.8 - resolution: "@voidzero-dev/vite-plus-core@npm:0.2.8" - dependencies: - "@oxc-project/runtime": "npm:=0.142.0" - "@oxc-project/types": "npm:=0.142.0" - "@voidzero-dev/vite-plus-darwin-arm64": "npm:0.2.8" - "@voidzero-dev/vite-plus-darwin-x64": "npm:0.2.8" - "@voidzero-dev/vite-plus-linux-arm64-gnu": "npm:0.2.8" - "@voidzero-dev/vite-plus-linux-arm64-musl": "npm:0.2.8" - "@voidzero-dev/vite-plus-linux-x64-gnu": "npm:0.2.8" - "@voidzero-dev/vite-plus-linux-x64-musl": "npm:0.2.8" - "@voidzero-dev/vite-plus-win32-arm64-msvc": "npm:0.2.8" - "@voidzero-dev/vite-plus-win32-x64-msvc": "npm:0.2.8" +"@voidzero-dev/vite-plus-core@npm:0.3.0": + version: 0.3.0 + resolution: "@voidzero-dev/vite-plus-core@npm:0.3.0" + dependencies: + "@oxc-project/runtime": "npm:=0.146.0" + "@oxc-project/types": "npm:=0.146.0" + "@voidzero-dev/vite-plus-darwin-arm64": "npm:0.3.0" + "@voidzero-dev/vite-plus-darwin-x64": "npm:0.3.0" + "@voidzero-dev/vite-plus-linux-arm64-gnu": "npm:0.3.0" + "@voidzero-dev/vite-plus-linux-arm64-musl": "npm:0.3.0" + "@voidzero-dev/vite-plus-linux-x64-gnu": "npm:0.3.0" + "@voidzero-dev/vite-plus-linux-x64-musl": "npm:0.3.0" + "@voidzero-dev/vite-plus-win32-arm64-msvc": "npm:0.3.0" + "@voidzero-dev/vite-plus-win32-x64-msvc": "npm:0.3.0" fsevents: "npm:~2.3.3" lightningcss: "npm:^1.33.0" postcss: "npm:^8.5.6" @@ -2000,7 +2000,7 @@ __metadata: peerDependencies: "@arethetypeswrong/core": ^0.18.1 "@types/node": ^20.19.0 || >=22.12.0 - "@vitejs/devtools": ^0.4.0 + "@vitejs/devtools": ^0.4.0 || ^0.5.0 esbuild: ^0.27.0 || ^0.28.0 jiti: ">=1.21.0" less: ^4.0.0 @@ -2069,62 +2069,62 @@ __metadata: optional: true yaml: optional: true - checksum: 10c0/2bdb98baf7af61b684665bb5c36b27774768d3a3e7ee67386e38c059b1ffc45a4c5e01bb666fef9bcfbf47690be6ece8f2c6e515b083bf34679479b20326e226 + checksum: 10c0/ddc2683f3bf2a178b417a30457c557d73133286291c51592f2f557a733a6cdfe17d1432ae54e752f3c4861cc9ef1b6e4e85f28e4625fe2b2d92cba6a4c8142e1 languageName: node linkType: hard -"@voidzero-dev/vite-plus-darwin-arm64@npm:0.2.8": - version: 0.2.8 - resolution: "@voidzero-dev/vite-plus-darwin-arm64@npm:0.2.8" +"@voidzero-dev/vite-plus-darwin-arm64@npm:0.3.0": + version: 0.3.0 + resolution: "@voidzero-dev/vite-plus-darwin-arm64@npm:0.3.0" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@voidzero-dev/vite-plus-darwin-x64@npm:0.2.8": - version: 0.2.8 - resolution: "@voidzero-dev/vite-plus-darwin-x64@npm:0.2.8" +"@voidzero-dev/vite-plus-darwin-x64@npm:0.3.0": + version: 0.3.0 + resolution: "@voidzero-dev/vite-plus-darwin-x64@npm:0.3.0" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@voidzero-dev/vite-plus-linux-arm64-gnu@npm:0.2.8": - version: 0.2.8 - resolution: "@voidzero-dev/vite-plus-linux-arm64-gnu@npm:0.2.8" +"@voidzero-dev/vite-plus-linux-arm64-gnu@npm:0.3.0": + version: 0.3.0 + resolution: "@voidzero-dev/vite-plus-linux-arm64-gnu@npm:0.3.0" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@voidzero-dev/vite-plus-linux-arm64-musl@npm:0.2.8": - version: 0.2.8 - resolution: "@voidzero-dev/vite-plus-linux-arm64-musl@npm:0.2.8" +"@voidzero-dev/vite-plus-linux-arm64-musl@npm:0.3.0": + version: 0.3.0 + resolution: "@voidzero-dev/vite-plus-linux-arm64-musl@npm:0.3.0" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@voidzero-dev/vite-plus-linux-x64-gnu@npm:0.2.8": - version: 0.2.8 - resolution: "@voidzero-dev/vite-plus-linux-x64-gnu@npm:0.2.8" +"@voidzero-dev/vite-plus-linux-x64-gnu@npm:0.3.0": + version: 0.3.0 + resolution: "@voidzero-dev/vite-plus-linux-x64-gnu@npm:0.3.0" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@voidzero-dev/vite-plus-linux-x64-musl@npm:0.2.8": - version: 0.2.8 - resolution: "@voidzero-dev/vite-plus-linux-x64-musl@npm:0.2.8" +"@voidzero-dev/vite-plus-linux-x64-musl@npm:0.3.0": + version: 0.3.0 + resolution: "@voidzero-dev/vite-plus-linux-x64-musl@npm:0.3.0" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@voidzero-dev/vite-plus-win32-arm64-msvc@npm:0.2.8": - version: 0.2.8 - resolution: "@voidzero-dev/vite-plus-win32-arm64-msvc@npm:0.2.8" +"@voidzero-dev/vite-plus-win32-arm64-msvc@npm:0.3.0": + version: 0.3.0 + resolution: "@voidzero-dev/vite-plus-win32-arm64-msvc@npm:0.3.0" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@voidzero-dev/vite-plus-win32-x64-msvc@npm:0.2.8": - version: 0.2.8 - resolution: "@voidzero-dev/vite-plus-win32-x64-msvc@npm:0.2.8" +"@voidzero-dev/vite-plus-win32-x64-msvc@npm:0.3.0": + version: 0.3.0 + resolution: "@voidzero-dev/vite-plus-win32-x64-msvc@npm:0.3.0" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -4922,29 +4922,29 @@ __metadata: languageName: node linkType: hard -"oxfmt@npm:=0.61.0": - version: 0.61.0 - resolution: "oxfmt@npm:0.61.0" - dependencies: - "@oxfmt/binding-android-arm-eabi": "npm:0.61.0" - "@oxfmt/binding-android-arm64": "npm:0.61.0" - "@oxfmt/binding-darwin-arm64": "npm:0.61.0" - "@oxfmt/binding-darwin-x64": "npm:0.61.0" - "@oxfmt/binding-freebsd-x64": "npm:0.61.0" - "@oxfmt/binding-linux-arm-gnueabihf": "npm:0.61.0" - "@oxfmt/binding-linux-arm-musleabihf": "npm:0.61.0" - "@oxfmt/binding-linux-arm64-gnu": "npm:0.61.0" - "@oxfmt/binding-linux-arm64-musl": "npm:0.61.0" - "@oxfmt/binding-linux-ppc64-gnu": "npm:0.61.0" - "@oxfmt/binding-linux-riscv64-gnu": "npm:0.61.0" - "@oxfmt/binding-linux-riscv64-musl": "npm:0.61.0" - "@oxfmt/binding-linux-s390x-gnu": "npm:0.61.0" - "@oxfmt/binding-linux-x64-gnu": "npm:0.61.0" - "@oxfmt/binding-linux-x64-musl": "npm:0.61.0" - "@oxfmt/binding-openharmony-arm64": "npm:0.61.0" - "@oxfmt/binding-win32-arm64-msvc": "npm:0.61.0" - "@oxfmt/binding-win32-ia32-msvc": "npm:0.61.0" - "@oxfmt/binding-win32-x64-msvc": "npm:0.61.0" +"oxfmt@npm:=0.64.0": + version: 0.64.0 + resolution: "oxfmt@npm:0.64.0" + dependencies: + "@oxfmt/binding-android-arm-eabi": "npm:0.64.0" + "@oxfmt/binding-android-arm64": "npm:0.64.0" + "@oxfmt/binding-darwin-arm64": "npm:0.64.0" + "@oxfmt/binding-darwin-x64": "npm:0.64.0" + "@oxfmt/binding-freebsd-x64": "npm:0.64.0" + "@oxfmt/binding-linux-arm-gnueabihf": "npm:0.64.0" + "@oxfmt/binding-linux-arm-musleabihf": "npm:0.64.0" + "@oxfmt/binding-linux-arm64-gnu": "npm:0.64.0" + "@oxfmt/binding-linux-arm64-musl": "npm:0.64.0" + "@oxfmt/binding-linux-ppc64-gnu": "npm:0.64.0" + "@oxfmt/binding-linux-riscv64-gnu": "npm:0.64.0" + "@oxfmt/binding-linux-riscv64-musl": "npm:0.64.0" + "@oxfmt/binding-linux-s390x-gnu": "npm:0.64.0" + "@oxfmt/binding-linux-x64-gnu": "npm:0.64.0" + "@oxfmt/binding-linux-x64-musl": "npm:0.64.0" + "@oxfmt/binding-openharmony-arm64": "npm:0.64.0" + "@oxfmt/binding-win32-arm64-msvc": "npm:0.64.0" + "@oxfmt/binding-win32-ia32-msvc": "npm:0.64.0" + "@oxfmt/binding-win32-x64-msvc": "npm:0.64.0" tinypool: "npm:2.1.0" peerDependencies: svelte: ^5.0.0 @@ -4995,7 +4995,7 @@ __metadata: optional: true bin: oxfmt: bin/oxfmt - checksum: 10c0/619e28af6c63cd1c0dedfb2da1c27557507e67ebad32479d237036b6a278e801fccb48bcc9b388b8db40f7b5918834580573e0e1f1d268ef7c865b7f3a61a67e + checksum: 10c0/be3fd9739b731845afa888929ed15c7c0acc868008b55162e9d2d6a8f8ffb91dfca9ac75cd7caef0aea0ee0ca24eaffd95c3cfa0e324ed8cd3f1637178c2c532 languageName: node linkType: hard @@ -5028,29 +5028,29 @@ __metadata: languageName: node linkType: hard -"oxlint@npm:=1.76.0": - version: 1.76.0 - resolution: "oxlint@npm:1.76.0" - dependencies: - "@oxlint/binding-android-arm-eabi": "npm:1.76.0" - "@oxlint/binding-android-arm64": "npm:1.76.0" - "@oxlint/binding-darwin-arm64": "npm:1.76.0" - "@oxlint/binding-darwin-x64": "npm:1.76.0" - "@oxlint/binding-freebsd-x64": "npm:1.76.0" - "@oxlint/binding-linux-arm-gnueabihf": "npm:1.76.0" - "@oxlint/binding-linux-arm-musleabihf": "npm:1.76.0" - "@oxlint/binding-linux-arm64-gnu": "npm:1.76.0" - "@oxlint/binding-linux-arm64-musl": "npm:1.76.0" - "@oxlint/binding-linux-ppc64-gnu": "npm:1.76.0" - "@oxlint/binding-linux-riscv64-gnu": "npm:1.76.0" - "@oxlint/binding-linux-riscv64-musl": "npm:1.76.0" - "@oxlint/binding-linux-s390x-gnu": "npm:1.76.0" - "@oxlint/binding-linux-x64-gnu": "npm:1.76.0" - "@oxlint/binding-linux-x64-musl": "npm:1.76.0" - "@oxlint/binding-openharmony-arm64": "npm:1.76.0" - "@oxlint/binding-win32-arm64-msvc": "npm:1.76.0" - "@oxlint/binding-win32-ia32-msvc": "npm:1.76.0" - "@oxlint/binding-win32-x64-msvc": "npm:1.76.0" +"oxlint@npm:=1.79.0": + version: 1.79.0 + resolution: "oxlint@npm:1.79.0" + dependencies: + "@oxlint/binding-android-arm-eabi": "npm:1.79.0" + "@oxlint/binding-android-arm64": "npm:1.79.0" + "@oxlint/binding-darwin-arm64": "npm:1.79.0" + "@oxlint/binding-darwin-x64": "npm:1.79.0" + "@oxlint/binding-freebsd-x64": "npm:1.79.0" + "@oxlint/binding-linux-arm-gnueabihf": "npm:1.79.0" + "@oxlint/binding-linux-arm-musleabihf": "npm:1.79.0" + "@oxlint/binding-linux-arm64-gnu": "npm:1.79.0" + "@oxlint/binding-linux-arm64-musl": "npm:1.79.0" + "@oxlint/binding-linux-ppc64-gnu": "npm:1.79.0" + "@oxlint/binding-linux-riscv64-gnu": "npm:1.79.0" + "@oxlint/binding-linux-riscv64-musl": "npm:1.79.0" + "@oxlint/binding-linux-s390x-gnu": "npm:1.79.0" + "@oxlint/binding-linux-x64-gnu": "npm:1.79.0" + "@oxlint/binding-linux-x64-musl": "npm:1.79.0" + "@oxlint/binding-openharmony-arm64": "npm:1.79.0" + "@oxlint/binding-win32-arm64-msvc": "npm:1.79.0" + "@oxlint/binding-win32-ia32-msvc": "npm:1.79.0" + "@oxlint/binding-win32-x64-msvc": "npm:1.79.0" peerDependencies: oxlint-tsgolint: ">=7.0.2001" vite-plus: "*" @@ -5100,33 +5100,33 @@ __metadata: optional: true bin: oxlint: bin/oxlint - checksum: 10c0/1ac237eee14e7ff9fc8cfb5f506ed2da0171027e567031c117613e035d98390a8cbefc211f1e63400a24ecfa10ba8555ae3688ce08773bbeb6425a165f5c4120 - languageName: node - linkType: hard - -"oxlint@npm:^1.77.0": - version: 1.77.0 - resolution: "oxlint@npm:1.77.0" - dependencies: - "@oxlint/binding-android-arm-eabi": "npm:1.77.0" - "@oxlint/binding-android-arm64": "npm:1.77.0" - "@oxlint/binding-darwin-arm64": "npm:1.77.0" - "@oxlint/binding-darwin-x64": "npm:1.77.0" - "@oxlint/binding-freebsd-x64": "npm:1.77.0" - "@oxlint/binding-linux-arm-gnueabihf": "npm:1.77.0" - "@oxlint/binding-linux-arm-musleabihf": "npm:1.77.0" - "@oxlint/binding-linux-arm64-gnu": "npm:1.77.0" - "@oxlint/binding-linux-arm64-musl": "npm:1.77.0" - "@oxlint/binding-linux-ppc64-gnu": "npm:1.77.0" - "@oxlint/binding-linux-riscv64-gnu": "npm:1.77.0" - "@oxlint/binding-linux-riscv64-musl": "npm:1.77.0" - "@oxlint/binding-linux-s390x-gnu": "npm:1.77.0" - "@oxlint/binding-linux-x64-gnu": "npm:1.77.0" - "@oxlint/binding-linux-x64-musl": "npm:1.77.0" - "@oxlint/binding-openharmony-arm64": "npm:1.77.0" - "@oxlint/binding-win32-arm64-msvc": "npm:1.77.0" - "@oxlint/binding-win32-ia32-msvc": "npm:1.77.0" - "@oxlint/binding-win32-x64-msvc": "npm:1.77.0" + checksum: 10c0/8d7fa7c018c202d6528750518ab99b0b8ebd6ac94269cc270dd732bb841ea28f8f3404b32593a7a48c978a98b14795c1c5633926ee6c24e60f489935eab3f300 + languageName: node + linkType: hard + +"oxlint@npm:^1.80.0": + version: 1.80.0 + resolution: "oxlint@npm:1.80.0" + dependencies: + "@oxlint/binding-android-arm-eabi": "npm:1.80.0" + "@oxlint/binding-android-arm64": "npm:1.80.0" + "@oxlint/binding-darwin-arm64": "npm:1.80.0" + "@oxlint/binding-darwin-x64": "npm:1.80.0" + "@oxlint/binding-freebsd-x64": "npm:1.80.0" + "@oxlint/binding-linux-arm-gnueabihf": "npm:1.80.0" + "@oxlint/binding-linux-arm-musleabihf": "npm:1.80.0" + "@oxlint/binding-linux-arm64-gnu": "npm:1.80.0" + "@oxlint/binding-linux-arm64-musl": "npm:1.80.0" + "@oxlint/binding-linux-ppc64-gnu": "npm:1.80.0" + "@oxlint/binding-linux-riscv64-gnu": "npm:1.80.0" + "@oxlint/binding-linux-riscv64-musl": "npm:1.80.0" + "@oxlint/binding-linux-s390x-gnu": "npm:1.80.0" + "@oxlint/binding-linux-x64-gnu": "npm:1.80.0" + "@oxlint/binding-linux-x64-musl": "npm:1.80.0" + "@oxlint/binding-openharmony-arm64": "npm:1.80.0" + "@oxlint/binding-win32-arm64-msvc": "npm:1.80.0" + "@oxlint/binding-win32-ia32-msvc": "npm:1.80.0" + "@oxlint/binding-win32-x64-msvc": "npm:1.80.0" peerDependencies: oxlint-tsgolint: ">=7.0.2001" vite-plus: "*" @@ -5176,7 +5176,7 @@ __metadata: optional: true bin: oxlint: bin/oxlint - checksum: 10c0/b18813fe0480ed071f2f5931713b75103c30df140a6eb41c457de9481018d8b27ed76bea41024e6faefdc3f4e82e5c98a9cd9597c7c7ecb1ab1f639079d4f835 + checksum: 10c0/ea19aaa8d1ffa4a2ae3284b72b9b3ff71c582ec4067b2ed1c232788324cd165f7dcf1342b3047be0883af4339c683784ef10fba383a76729d825773c8f88d752 languageName: node linkType: hard @@ -6801,37 +6801,37 @@ __metadata: languageName: node linkType: hard -"vite-plus@npm:^0.2.8": - version: 0.2.8 - resolution: "vite-plus@npm:0.2.8" - dependencies: - "@oxc-project/types": "npm:=0.142.0" - "@oxlint/plugins": "npm:=1.73.0" - "@vitest/browser": "npm:4.1.10" - "@vitest/browser-preview": "npm:4.1.10" - "@vitest/expect": "npm:4.1.10" - "@vitest/mocker": "npm:4.1.10" - "@vitest/pretty-format": "npm:4.1.10" - "@vitest/runner": "npm:4.1.10" - "@vitest/snapshot": "npm:4.1.10" - "@vitest/spy": "npm:4.1.10" - "@vitest/utils": "npm:4.1.10" - "@voidzero-dev/vite-plus-core": "npm:0.2.8" - "@voidzero-dev/vite-plus-darwin-arm64": "npm:0.2.8" - "@voidzero-dev/vite-plus-darwin-x64": "npm:0.2.8" - "@voidzero-dev/vite-plus-linux-arm64-gnu": "npm:0.2.8" - "@voidzero-dev/vite-plus-linux-arm64-musl": "npm:0.2.8" - "@voidzero-dev/vite-plus-linux-x64-gnu": "npm:0.2.8" - "@voidzero-dev/vite-plus-linux-x64-musl": "npm:0.2.8" - "@voidzero-dev/vite-plus-win32-arm64-msvc": "npm:0.2.8" - "@voidzero-dev/vite-plus-win32-x64-msvc": "npm:0.2.8" - oxfmt: "npm:=0.61.0" - oxlint: "npm:=1.76.0" +"vite-plus@npm:^0.3.0": + version: 0.3.0 + resolution: "vite-plus@npm:0.3.0" + dependencies: + "@oxc-project/types": "npm:=0.146.0" + "@oxlint/plugins": "npm:=1.79.0" + "@vitest/browser": "npm:4.1.11" + "@vitest/browser-preview": "npm:4.1.11" + "@vitest/expect": "npm:4.1.11" + "@vitest/mocker": "npm:4.1.11" + "@vitest/pretty-format": "npm:4.1.11" + "@vitest/runner": "npm:4.1.11" + "@vitest/snapshot": "npm:4.1.11" + "@vitest/spy": "npm:4.1.11" + "@vitest/utils": "npm:4.1.11" + "@voidzero-dev/vite-plus-core": "npm:0.3.0" + "@voidzero-dev/vite-plus-darwin-arm64": "npm:0.3.0" + "@voidzero-dev/vite-plus-darwin-x64": "npm:0.3.0" + "@voidzero-dev/vite-plus-linux-arm64-gnu": "npm:0.3.0" + "@voidzero-dev/vite-plus-linux-arm64-musl": "npm:0.3.0" + "@voidzero-dev/vite-plus-linux-x64-gnu": "npm:0.3.0" + "@voidzero-dev/vite-plus-linux-x64-musl": "npm:0.3.0" + "@voidzero-dev/vite-plus-win32-arm64-msvc": "npm:0.3.0" + "@voidzero-dev/vite-plus-win32-x64-msvc": "npm:0.3.0" + oxfmt: "npm:=0.64.0" + oxlint: "npm:=1.79.0" oxlint-tsgolint: "npm:=7.0.2001" - vitest: "npm:4.1.10" + vitest: "npm:4.1.11" peerDependencies: - "@vitest/browser-playwright": 4.1.10 - "@vitest/browser-webdriverio": 4.1.10 + "@vitest/browser-playwright": 4.1.11 + "@vitest/browser-webdriverio": 4.1.11 dependenciesMeta: "@voidzero-dev/vite-plus-darwin-arm64": optional: true @@ -6855,11 +6855,11 @@ __metadata: "@vitest/browser-webdriverio": optional: true bin: - oxfmt: bin/oxfmt - oxlint: bin/oxlint - vp: bin/vp - vpr: bin/vpr - checksum: 10c0/5c5526cfdf47691da1f95693e18c22ad2115cfc7528e380401af31637b31b652a64923eb9f847d3ea8b0306f70c74485002c66a50f2d8ed9fca3f12680de5531 + oxfmt: ./bin/oxfmt + oxlint: ./bin/oxlint + vp: ./bin/vp + vpr: ./bin/vpr + checksum: 10c0/3d3af822f13d940a9e941c966d1580d24b4edac7be806acff33d0f9045ab1ba693d47ec46346ee0515c2de1d987accc4d769795cd70e294ca578f5fa93c13c56 languageName: node linkType: hard @@ -6920,17 +6920,17 @@ __metadata: languageName: node linkType: hard -"vitest@npm:4.1.10, vitest@npm:^4.1.10": - version: 4.1.10 - resolution: "vitest@npm:4.1.10" - dependencies: - "@vitest/expect": "npm:4.1.10" - "@vitest/mocker": "npm:4.1.10" - "@vitest/pretty-format": "npm:4.1.10" - "@vitest/runner": "npm:4.1.10" - "@vitest/snapshot": "npm:4.1.10" - "@vitest/spy": "npm:4.1.10" - "@vitest/utils": "npm:4.1.10" +"vitest@npm:4.1.11, vitest@npm:^4.1.11": + version: 4.1.11 + resolution: "vitest@npm:4.1.11" + dependencies: + "@vitest/expect": "npm:4.1.11" + "@vitest/mocker": "npm:4.1.11" + "@vitest/pretty-format": "npm:4.1.11" + "@vitest/runner": "npm:4.1.11" + "@vitest/snapshot": "npm:4.1.11" + "@vitest/spy": "npm:4.1.11" + "@vitest/utils": "npm:4.1.11" es-module-lexer: "npm:^2.0.0" expect-type: "npm:^1.3.0" magic-string: "npm:^0.30.21" @@ -6948,12 +6948,12 @@ __metadata: "@edge-runtime/vm": "*" "@opentelemetry/api": ^1.9.0 "@types/node": ^20.0.0 || ^22.0.0 || >=24.0.0 - "@vitest/browser-playwright": 4.1.10 - "@vitest/browser-preview": 4.1.10 - "@vitest/browser-webdriverio": 4.1.10 - "@vitest/coverage-istanbul": 4.1.10 - "@vitest/coverage-v8": 4.1.10 - "@vitest/ui": 4.1.10 + "@vitest/browser-playwright": 4.1.11 + "@vitest/browser-preview": 4.1.11 + "@vitest/browser-webdriverio": 4.1.11 + "@vitest/coverage-istanbul": 4.1.11 + "@vitest/coverage-v8": 4.1.11 + "@vitest/ui": 4.1.11 happy-dom: "*" jsdom: "*" vite: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -6984,7 +6984,7 @@ __metadata: optional: false bin: vitest: ./vitest.mjs - checksum: 10c0/ff07294a57f9c62f3b503f7cf88a52ee0753ed26389a49cda430387a3898f39d80af47180b0af19e27acab5bd11ae95706bd4b44ce8befc97d3ae49af6ca4fc1 + checksum: 10c0/3fa0948cf74adcccc8cbcdb4e6d30ada6933bdfb1816ff99200f3d3b689325b37dc483b22535b57b6d911f7a7b64eaa6a5f8da1606cfe7f2466f48000c21e296 languageName: node linkType: hard