Fast and tiny JavaScript/TypeScript cron parser with timezone support
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps-dev): bump the dev-dependencies group across 1 directory with 6 updates (#32)

* chore(deps-dev): 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) | `25.5.0` | `25.6.0` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.1.0` | `4.1.5` |
| [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) | `0.46.0` | `0.47.0` |
| [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.56.0` | `1.62.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.3` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.0` | `4.1.5` |



Updates `@types/node` from 25.5.0 to 25.6.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@vitest/coverage-v8` from 4.1.0 to 4.1.5
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.5/packages/coverage-v8)

Updates `oxfmt` from 0.46.0 to 0.47.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.47.0/npm/oxfmt)

Updates `oxlint` from 1.56.0 to 1.62.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.62.0/npm/oxlint)

Updates `typescript` from 5.9.3 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3)

Updates `vitest` from 4.1.0 to 4.1.5
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.5/packages/vitest)

---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 25.6.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: "@vitest/coverage-v8"
dependency-version: 4.1.5
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: oxfmt
dependency-version: 0.47.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: oxlint
dependency-version: 1.62.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: typescript
dependency-version: 6.0.3
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-dependencies
- dependency-name: vitest
dependency-version: 4.1.5
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix tsconfig

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kasparas Bilkis <kasparas@bilkis.lt>

authored by

dependabot[bot]
dependabot[bot]
Kasparas Bilkis
and committed by
GitHub
928da5d0 1888840e

+269 -274
+3 -3
package.json
··· 89 89 "croner": "^10.0.1", 90 90 "esbuild": "^0.28.0", 91 91 "lint-staged": "^16.4.0", 92 - "oxfmt": "^0.46.0", 92 + "oxfmt": "^0.47.0", 93 93 "oxlint": "^1.56.0", 94 94 "simple-git-hooks": "^2.13.1", 95 95 "tsdown": "^0.21.4", 96 96 "tsx": "^4.21.0", 97 - "typescript": "^5.9.3", 98 - "vitest": "4.1.0" 97 + "typescript": "^6.0.3", 98 + "vitest": "4.1.5" 99 99 }, 100 100 "simple-git-hooks": { 101 101 "pre-commit": "pnpm lint-staged",
+264 -270
pnpm-lock.yaml
··· 10 10 devDependencies: 11 11 '@cloudflare/vitest-pool-workers': 12 12 specifier: ^0.15.0 13 - version: 0.15.0(@vitest/runner@4.1.0)(@vitest/snapshot@4.1.0)(vitest@4.1.0(@types/node@25.5.0)(vite@7.3.1(@types/node@25.5.0)(jiti@2.6.1)(tsx@4.21.0)(yaml@2.8.2))) 13 + version: 0.15.0(@vitest/runner@4.1.5)(@vitest/snapshot@4.1.5)(vitest@4.1.5) 14 14 '@types/node': 15 15 specifier: ^25.5.0 16 - version: 25.5.0 16 + version: 25.6.0 17 17 '@vitest/coverage-v8': 18 18 specifier: ^4.1.0 19 - version: 4.1.0(vitest@4.1.0(@types/node@25.5.0)(vite@7.3.1(@types/node@25.5.0)(jiti@2.6.1)(tsx@4.21.0)(yaml@2.8.2))) 19 + version: 4.1.5(vitest@4.1.5) 20 20 cron-parser: 21 21 specifier: ^5.5.0 22 22 version: 5.5.0 ··· 36 36 specifier: ^16.4.0 37 37 version: 16.4.0 38 38 oxfmt: 39 - specifier: ^0.46.0 40 - version: 0.46.0 39 + specifier: ^0.47.0 40 + version: 0.47.0 41 41 oxlint: 42 42 specifier: ^1.56.0 43 - version: 1.56.0 43 + version: 1.62.0 44 44 simple-git-hooks: 45 45 specifier: ^2.13.1 46 46 version: 2.13.1 47 47 tsdown: 48 48 specifier: ^0.21.4 49 - version: 0.21.10(oxc-resolver@11.17.1(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0))(typescript@5.9.3) 49 + version: 0.21.10(oxc-resolver@11.17.1(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0))(typescript@6.0.3) 50 50 tsx: 51 51 specifier: ^4.21.0 52 52 version: 4.21.0 53 53 typescript: 54 - specifier: ^5.9.3 55 - version: 5.9.3 54 + specifier: ^6.0.3 55 + version: 6.0.3 56 56 vitest: 57 - specifier: 4.1.0 58 - version: 4.1.0(@types/node@25.5.0)(vite@7.3.1(@types/node@25.5.0)(jiti@2.6.1)(tsx@4.21.0)(yaml@2.8.2)) 57 + specifier: 4.1.5 58 + version: 4.1.5(@types/node@25.6.0)(@vitest/coverage-v8@4.1.5)(vite@7.3.1(@types/node@25.6.0)(jiti@2.6.1)(tsx@4.21.0)(yaml@2.8.2)) 59 59 60 60 packages: 61 61 ··· 918 918 cpu: [x64] 919 919 os: [win32] 920 920 921 - '@oxfmt/binding-android-arm-eabi@0.46.0': 922 - resolution: {integrity: sha512-b1doV4WRcJU+BESSlCvCjV+5CEr/T6h0frArAdV26Nir+gGNFNaylvDiiMPfF1pxeV0txZEs38ojzJaxBYg+ng==} 921 + '@oxfmt/binding-android-arm-eabi@0.47.0': 922 + resolution: {integrity: sha512-KrMQRdMi/upr81qT4ijK6X6BNp6jqpMY7FwILQnwIy9QLc3qpnhUx5rsCLGzn4ewsCQ0CNAspN2ogmP1GXLyLw==} 923 923 engines: {node: ^20.19.0 || >=22.12.0} 924 924 cpu: [arm] 925 925 os: [android] 926 926 927 - '@oxfmt/binding-android-arm64@0.46.0': 928 - resolution: {integrity: sha512-v6+HhjsoV3GO0u2u9jLSAZrvWfTraDxKofUIQ7/ktS7tzS+epVsxdHmeM+XxuNcAY/nWxxU1Sg4JcGTNRXraBA==} 927 + '@oxfmt/binding-android-arm64@0.47.0': 928 + resolution: {integrity: sha512-r4ixS/PeUpAFKgrpDoZ5pSkthjZzVzKd95525Aazj+aOv9H4ulK5zYHGb7wFY5n5kZxHK8TbOJUZgoEb1ohddQ==} 929 929 engines: {node: ^20.19.0 || >=22.12.0} 930 930 cpu: [arm64] 931 931 os: [android] 932 932 933 - '@oxfmt/binding-darwin-arm64@0.46.0': 934 - resolution: {integrity: sha512-3eeooJGrqGIlI5MyryDZsAcKXSmKIgAD4yYtfRrRJzXZ0UTFZtiSveIur56YPrGMYZwT4XyVhHsMqrNwr1XeFA==} 933 + '@oxfmt/binding-darwin-arm64@0.47.0': 934 + resolution: {integrity: sha512-CLWxiKpMl+195cm09CuaWEhJK0CirRkoMa07aR9+9AFPat2LfIKtwx1JqxZM0MTvcMe6+adlJNdVL6jdInvq3g==} 935 935 engines: {node: ^20.19.0 || >=22.12.0} 936 936 cpu: [arm64] 937 937 os: [darwin] 938 938 939 - '@oxfmt/binding-darwin-x64@0.46.0': 940 - resolution: {integrity: sha512-QG8BDM0CXWbu84k2SKmCqfEddPQPFiBicwtYnLqHRWZZl57HbtOLRMac/KTq2NO4AEc4ICCBpFxJIV9zcqYfkQ==} 939 + '@oxfmt/binding-darwin-x64@0.47.0': 940 + resolution: {integrity: sha512-Xq5fjTYDC50faUeLSm0rZdBqoTgleXEdD7NpJdARtQIczkCJn3xNjMUSQQkUmh4CtxkKTNL68lytcOK3e/osgg==} 941 941 engines: {node: ^20.19.0 || >=22.12.0} 942 942 cpu: [x64] 943 943 os: [darwin] 944 944 945 - '@oxfmt/binding-freebsd-x64@0.46.0': 946 - resolution: {integrity: sha512-9DdCqS/n2ncu/Chazvt3cpgAjAmIGQDz7hFKSrNItMApyV/Ja9mz3hD4JakIE3nS8PW9smEbPWnb389QLBY4nw==} 945 + '@oxfmt/binding-freebsd-x64@0.47.0': 946 + resolution: {integrity: sha512-QOU9ZIJ52p5askcEC0QJvvr8trHAWoonul8bgISo6gYUL3s50zkqafBYcNAr9LJZQbsZtPfIWHk9+5+nUp1qJQ==} 947 947 engines: {node: ^20.19.0 || >=22.12.0} 948 948 cpu: [x64] 949 949 os: [freebsd] 950 950 951 - '@oxfmt/binding-linux-arm-gnueabihf@0.46.0': 952 - resolution: {integrity: sha512-Dgs7VeE2jT0LHMhw6tPEt0xQYe54kBqHEovmWsv4FVQlegCOvlIJNx0S8n4vj8WUtpT+Z6BD2HhKJPLglLxvZg==} 951 + '@oxfmt/binding-linux-arm-gnueabihf@0.47.0': 952 + resolution: {integrity: sha512-oJxDM1aBhPvz9gmElBv8UpxyiqhwfjcbrSxT5F0xtuUzY6dQI27/AQPIt3eu3Z5Yvn0kQl5R7MA3Z+MbnRvCBw==} 953 953 engines: {node: ^20.19.0 || >=22.12.0} 954 954 cpu: [arm] 955 955 os: [linux] 956 956 957 - '@oxfmt/binding-linux-arm-musleabihf@0.46.0': 958 - resolution: {integrity: sha512-Zxn3adhTH13JKnU4xXJj8FeEfF680XjXh3gSShKl57HCMBRde2tUJTgogV/1MSHA80PJEVrDa7r66TLVq3Ia7Q==} 957 + '@oxfmt/binding-linux-arm-musleabihf@0.47.0': 958 + resolution: {integrity: sha512-g8Lh50VS4ibGz2q6v7r9UZY4D0dM16SdrFYOMzhqIoCwGcai8VMIRUAcqn1/jlCsOOzUXJ741+kCeJt0cofakQ==} 959 959 engines: {node: ^20.19.0 || >=22.12.0} 960 960 cpu: [arm] 961 961 os: [linux] 962 962 963 - '@oxfmt/binding-linux-arm64-gnu@0.46.0': 964 - resolution: {integrity: sha512-+TWipjrgVM8D7aIdDD0tlr3teLTTvQTn7QTE5BpT10H1Fj82gfdn9X6nn2sDgx/MepuSCfSnzFNJq2paLL0OiA==} 963 + '@oxfmt/binding-linux-arm64-gnu@0.47.0': 964 + resolution: {integrity: sha512-YrNT1vQ0asaXoRbrvYENPqmBfOQ9Xr8enPNOULeYfg44VjCcrUowFy5QZr+WawE0zyP8cH9e9Gxxg0fDEFzhcg==} 965 965 engines: {node: ^20.19.0 || >=22.12.0} 966 966 cpu: [arm64] 967 967 os: [linux] 968 968 libc: [glibc] 969 969 970 - '@oxfmt/binding-linux-arm64-musl@0.46.0': 971 - resolution: {integrity: sha512-aAUPBWJ1lGwwnxZUEDLJ94+Iy6MuwJwPxUgO4sCA5mEEyDk7b+cDQ+JpX1VR150Zoyd+D49gsrUzpUK5h587Eg==} 970 + '@oxfmt/binding-linux-arm64-musl@0.47.0': 971 + resolution: {integrity: sha512-IxtQC/sbBi4ubbY+MdwdanRWrG9InQJVZqyMsBa5IUaQcnSg86gQme574HxXMC1p4bo4YhV99zQ+wNnGCvEgzw==} 972 972 engines: {node: ^20.19.0 || >=22.12.0} 973 973 cpu: [arm64] 974 974 os: [linux] 975 975 libc: [musl] 976 976 977 - '@oxfmt/binding-linux-ppc64-gnu@0.46.0': 978 - resolution: {integrity: sha512-ufBCJukyFX/UDrokP/r6BGDoTInnsDs7bxyzKAgMiZlt2Qu8GPJSJ6Zm6whIiJzKk0naxA8ilwmbO1LMw6Htxw==} 977 + '@oxfmt/binding-linux-ppc64-gnu@0.47.0': 978 + resolution: {integrity: sha512-EWXEhOMbWO0q6eJSbu0QLkU8cKi0ljlYLngeDs2Ocu/pm1rrLwyQiYzlFbdnMRURI4w9ndr1sI9rSbhlJ5o23Q==} 979 979 engines: {node: ^20.19.0 || >=22.12.0} 980 980 cpu: [ppc64] 981 981 os: [linux] 982 982 libc: [glibc] 983 983 984 - '@oxfmt/binding-linux-riscv64-gnu@0.46.0': 985 - resolution: {integrity: sha512-eqtlC2YmPqjun76R1gVfGLuKWx7NuEnLEAudZ7n6ipSKbCZTqIKSs1b5Y8K/JHZsRpLkeSmAAjig5HOIg8fQzQ==} 984 + '@oxfmt/binding-linux-riscv64-gnu@0.47.0': 985 + resolution: {integrity: sha512-tZrjS11TUiDuEpRaqdk8K9F9xETRyKXfuZKmdeW+Gj7coBnm7+8sBEfyt033EAFEQSlkniAXvBLh+Qja2ioGBQ==} 986 986 engines: {node: ^20.19.0 || >=22.12.0} 987 987 cpu: [riscv64] 988 988 os: [linux] 989 989 libc: [glibc] 990 990 991 - '@oxfmt/binding-linux-riscv64-musl@0.46.0': 992 - resolution: {integrity: sha512-yccVOO2nMXkQLGgy0He3EQEwKD7NF0zEk+/OWmroznkqXyJdN6bfK0LtNnr6/14Bh3FjpYq7bP33l/VloCnxpA==} 991 + '@oxfmt/binding-linux-riscv64-musl@0.47.0': 992 + resolution: {integrity: sha512-KBFy+2CFKUCZzYwX2ZOPQKck1vjQbz+hextuc19G4r0WRJwadfAeuQMQRQvB+Ivc8brlbOVg7et8K7E467440g==} 993 993 engines: {node: ^20.19.0 || >=22.12.0} 994 994 cpu: [riscv64] 995 995 os: [linux] 996 996 libc: [musl] 997 997 998 - '@oxfmt/binding-linux-s390x-gnu@0.46.0': 999 - resolution: {integrity: sha512-aAf7fG23OQCey6VRPj9IeCraoYtpgtx0ZyJ1CXkPyT1wjzBE7c3xtuxHe/AdHaJfVVb/SXpSk8Gl1LzyQupSqw==} 998 + '@oxfmt/binding-linux-s390x-gnu@0.47.0': 999 + resolution: {integrity: sha512-REUPFKVGSiK99B+9eaPhluEVglzaoj/SMykNC5SUiV2RSsBfV5lWN7Y0iCIc251Wz3GaeAGZsJ/zj3gjarxdFg==} 1000 1000 engines: {node: ^20.19.0 || >=22.12.0} 1001 1001 cpu: [s390x] 1002 1002 os: [linux] 1003 1003 libc: [glibc] 1004 1004 1005 - '@oxfmt/binding-linux-x64-gnu@0.46.0': 1006 - resolution: {integrity: sha512-q0JPsTMyJNjYrBvYFDz4WbVsafNZaPCZv4RnFypRotLqpKROtBZcEaXQW4eb9YmvLU3NckVemLJnzkSZSdmOxw==} 1005 + '@oxfmt/binding-linux-x64-gnu@0.47.0': 1006 + resolution: {integrity: sha512-KVftVSVEDeIfRW3TIeLe3aNI/iY4m1fu5mDwHcisKMZSCMKLkrhFsjowC7o9RoqNPxbbglm2+/6KAKBIts2t0Q==} 1007 1007 engines: {node: ^20.19.0 || >=22.12.0} 1008 1008 cpu: [x64] 1009 1009 os: [linux] 1010 1010 libc: [glibc] 1011 1011 1012 - '@oxfmt/binding-linux-x64-musl@0.46.0': 1013 - resolution: {integrity: sha512-7LsLY9Cw57GPkhSR+duI3mt9baRczK/DtHYSldQ4BEU92da9igBQNl4z7Vq5U9NNPsh1FmpKvv1q9WDtiUQR1A==} 1012 + '@oxfmt/binding-linux-x64-musl@0.47.0': 1013 + resolution: {integrity: sha512-DTsmGEaA2860Aq5VUyDO8/MT9NFxwVL93RnRYmpMwK6DsSkThmvEpqoUDDljziEpAedMRG19SCogrNbINSbLUQ==} 1014 1014 engines: {node: ^20.19.0 || >=22.12.0} 1015 1015 cpu: [x64] 1016 1016 os: [linux] 1017 1017 libc: [musl] 1018 1018 1019 - '@oxfmt/binding-openharmony-arm64@0.46.0': 1020 - resolution: {integrity: sha512-lHiBOz8Duaku7JtRNLlps3j++eOaICPZSd8FCVmTDM4DFOPT71Bjn7g6iar1z7StXlKRweUKxWUs4sA+zWGDXg==} 1019 + '@oxfmt/binding-openharmony-arm64@0.47.0': 1020 + resolution: {integrity: sha512-8r5BDro7fLOBoq1JXHLVSs55OlrxQhEso4HVo0TcY7OXJUPYfjPoOaYL5us+yIwqyP9rQwN+rxuiNFSmaxSuOQ==} 1021 1021 engines: {node: ^20.19.0 || >=22.12.0} 1022 1022 cpu: [arm64] 1023 1023 os: [openharmony] 1024 1024 1025 - '@oxfmt/binding-win32-arm64-msvc@0.46.0': 1026 - resolution: {integrity: sha512-/5ktYUliP89RhgC37DBH1x20U5zPSZMy3cMEcO0j3793rbHP9MWsknBwQB6eozRzWmYrh0IFM/p20EbPvDlYlg==} 1025 + '@oxfmt/binding-win32-arm64-msvc@0.47.0': 1026 + resolution: {integrity: sha512-qtz/gzm8IjSPUlseZ0ofW8zyHLoZsuP5HTfcGGkWkUblB89JT8GNYH3ICqjbDsqsGqXum0/ZndXTFplSdXFIcg==} 1027 1027 engines: {node: ^20.19.0 || >=22.12.0} 1028 1028 cpu: [arm64] 1029 1029 os: [win32] 1030 1030 1031 - '@oxfmt/binding-win32-ia32-msvc@0.46.0': 1032 - resolution: {integrity: sha512-3WTnoiuIr8XvV0DIY7SN+1uJSwKf4sPpcbHfobcRT9JutGcLaef/miyBB87jxd3aqH+mS0+G5lsgHuXLUwjjpQ==} 1031 + '@oxfmt/binding-win32-ia32-msvc@0.47.0': 1032 + resolution: {integrity: sha512-5vIcdcIDE7nCx+MXN6sm8kbC4zajDB31E86rez4i45iHNH/2NjdKlJ720xcHTr3eeiMcttCGPHPhE1TjtBDGZw==} 1033 1033 engines: {node: ^20.19.0 || >=22.12.0} 1034 1034 cpu: [ia32] 1035 1035 os: [win32] 1036 1036 1037 - '@oxfmt/binding-win32-x64-msvc@0.46.0': 1038 - resolution: {integrity: sha512-IXxiQpkYnOwNfP23vzwSfhdpxJzyiPTY7eTn6dn3DsriKddESzM8i6kfq9R7CD/PUJwCvQT22NgtygBeug3KoA==} 1037 + '@oxfmt/binding-win32-x64-msvc@0.47.0': 1038 + resolution: {integrity: sha512-Sr59Y5ms54ONBjxFeWhVlGyQcHXxcl9DxC23f6yXlRkcos7LXBLoO+KDfxexjHIOZh7cWqrWduzvUjJ+pHp8cQ==} 1039 1039 engines: {node: ^20.19.0 || >=22.12.0} 1040 1040 cpu: [x64] 1041 1041 os: [win32] 1042 1042 1043 - '@oxlint/binding-android-arm-eabi@1.56.0': 1044 - resolution: {integrity: sha512-IyfYPthZyiSKwAv/dLjeO18SaK8MxLI9Yss2JrRDyweQAkuL3LhEy7pwIwI7uA3KQc1Vdn20kdmj3q0oUIQL6A==} 1043 + '@oxlint/binding-android-arm-eabi@1.62.0': 1044 + resolution: {integrity: sha512-pKsthNECyvJh8lPTICz6VcwVy2jOqdhhsp1rlxCkhgZR47aKvXPmaRWQDv+zlXpRae4qm1MaaTnutkaOk5aofg==} 1045 1045 engines: {node: ^20.19.0 || >=22.12.0} 1046 1046 cpu: [arm] 1047 1047 os: [android] 1048 1048 1049 - '@oxlint/binding-android-arm64@1.56.0': 1050 - resolution: {integrity: sha512-Ga5zYrzH6vc/VFxhn6MmyUnYEfy9vRpwTIks99mY3j6Nz30yYpIkWryI0QKPCgvGUtDSXVLEaMum5nA+WrNOSg==} 1049 + '@oxlint/binding-android-arm64@1.62.0': 1050 + resolution: {integrity: sha512-b1AUNViByvgmR2xJDubvLIr+dSuu3uraG7bsAoKo+xrpspPvu6RIn6Fhr2JUhobfep3jwUTy18Huco6GkwdvGQ==} 1051 1051 engines: {node: ^20.19.0 || >=22.12.0} 1052 1052 cpu: [arm64] 1053 1053 os: [android] 1054 1054 1055 - '@oxlint/binding-darwin-arm64@1.56.0': 1056 - resolution: {integrity: sha512-ogmbdJysnw/D4bDcpf1sPLpFThZ48lYp4aKYm10Z/6Nh1SON6NtnNhTNOlhEY296tDFItsZUz+2tgcSYqh8Eyw==} 1055 + '@oxlint/binding-darwin-arm64@1.62.0': 1056 + resolution: {integrity: sha512-iG+Tvf70UJ6otfwFYIHk36Sjq9cpPP5YLxkoggANNRtzgi3Tj3g8q6Ybqi6AtkU3+yg9QwF7bDCkCS6bbL4PCg==} 1057 1057 engines: {node: ^20.19.0 || >=22.12.0} 1058 1058 cpu: [arm64] 1059 1059 os: [darwin] 1060 1060 1061 - '@oxlint/binding-darwin-x64@1.56.0': 1062 - resolution: {integrity: sha512-x8QE1h+RAtQ2g+3KPsP6Fk/tdz6zJQUv5c7fTrJxXV3GHOo+Ry5p/PsogU4U+iUZg0rj6hS+E4xi+mnwwlDCWQ==} 1061 + '@oxlint/binding-darwin-x64@1.62.0': 1062 + resolution: {integrity: sha512-oOWI6YPPr5AJUx+yIDlxmuUbQjS5gZX3OH3QisawYvsZgLiQVvZtR0rPBcJTxLWqt2ClrWg0DlSrlUiG5SQNHg==} 1063 1063 engines: {node: ^20.19.0 || >=22.12.0} 1064 1064 cpu: [x64] 1065 1065 os: [darwin] 1066 1066 1067 - '@oxlint/binding-freebsd-x64@1.56.0': 1068 - resolution: {integrity: sha512-6G+WMZvwJpMvY7my+/SHEjb7BTk/PFbePqLpmVmUJRIsJMy/UlyYqjpuh0RCgYYkPLcnXm1rUM04kbTk8yS1Yg==} 1067 + '@oxlint/binding-freebsd-x64@1.62.0': 1068 + resolution: {integrity: sha512-dLP33T7VLCmLVv4cvjkVX+rmkcwNk2UfxmsZPNur/7BQHoQR60zJ7XLiRvNUawlzn0u8ngCa3itjEG73MAMa/w==} 1069 1069 engines: {node: ^20.19.0 || >=22.12.0} 1070 1070 cpu: [x64] 1071 1071 os: [freebsd] 1072 1072 1073 - '@oxlint/binding-linux-arm-gnueabihf@1.56.0': 1074 - resolution: {integrity: sha512-YYHBsk/sl7fYwQOok+6W5lBPeUEvisznV/HZD2IfZmF3Bns6cPC3Z0vCtSEOaAWTjYWN3jVsdu55jMxKlsdlhg==} 1073 + '@oxlint/binding-linux-arm-gnueabihf@1.62.0': 1074 + resolution: {integrity: sha512-fl//LWNks6qo9chNY60UDYyIwtp7a5cEx4Y/rHPjaarhuwqx6jtbzEpD5V5AqmdL4a6Y5D8zeXg5HF2Cr0QmSQ==} 1075 1075 engines: {node: ^20.19.0 || >=22.12.0} 1076 1076 cpu: [arm] 1077 1077 os: [linux] 1078 1078 1079 - '@oxlint/binding-linux-arm-musleabihf@1.56.0': 1080 - resolution: {integrity: sha512-+AZK8rOUr78y8WT6XkDb04IbMRqauNV+vgT6f8ZLOH8wnpQ9i7Nol0XLxAu+Cq7Sb+J9wC0j6Km5hG8rj47/yQ==} 1079 + '@oxlint/binding-linux-arm-musleabihf@1.62.0': 1080 + resolution: {integrity: sha512-i5vkAuxvueTODV3J2dL61/TXewDHhMFKvtD156cIsk7GsdfiAu7zW7kY0NJXhKeFHeiMZIh7eFNjkPYH6J47HQ==} 1081 1081 engines: {node: ^20.19.0 || >=22.12.0} 1082 1082 cpu: [arm] 1083 1083 os: [linux] 1084 1084 1085 - '@oxlint/binding-linux-arm64-gnu@1.56.0': 1086 - resolution: {integrity: sha512-urse2SnugwJRojUkGSSeH2LPMaje5Q50yQtvtL9HFckiyeqXzoFwOAZqD5TR29R2lq7UHidfFDM9EGcchcbb8A==} 1085 + '@oxlint/binding-linux-arm64-gnu@1.62.0': 1086 + resolution: {integrity: sha512-QwN19LLuIGuOjEflSeJkZmOTfBdBMlTmW8xbMf8TZhjd//cxVNYQPq75q7oKZBJc6hRx3gY7sX0Egc8cEIFZYg==} 1087 1087 engines: {node: ^20.19.0 || >=22.12.0} 1088 1088 cpu: [arm64] 1089 1089 os: [linux] 1090 1090 libc: [glibc] 1091 1091 1092 - '@oxlint/binding-linux-arm64-musl@1.56.0': 1093 - resolution: {integrity: sha512-rkTZkBfJ4TYLjansjSzL6mgZOdN5IvUnSq3oNJSLwBcNvy3dlgQtpHPrRxrCEbbcp7oQ6If0tkNaqfOsphYZ9g==} 1092 + '@oxlint/binding-linux-arm64-musl@1.62.0': 1093 + resolution: {integrity: sha512-8eCy3FCDuWUM5hWujAv6heMvfZPbcCOU3SdQUAkixZLu5bSzOkNfirJiLGoQFO943xceOKkiQRMQNzH++jM3WA==} 1094 1094 engines: {node: ^20.19.0 || >=22.12.0} 1095 1095 cpu: [arm64] 1096 1096 os: [linux] 1097 1097 libc: [musl] 1098 1098 1099 - '@oxlint/binding-linux-ppc64-gnu@1.56.0': 1100 - resolution: {integrity: sha512-uqL1kMH3u69/e1CH2EJhP3CP28jw2ExLsku4o8RVAZ7fySo9zOyI2fy9pVlTAp4voBLVgzndXi3SgtdyCTa2aA==} 1099 + '@oxlint/binding-linux-ppc64-gnu@1.62.0': 1100 + resolution: {integrity: sha512-NjQ7K7tpTPDe9J+yq8p/s/J0E7lRCkK2uDBDqvT4XIT6f4Z0tlnr59OBg/WcrmVHER1AbrcfyxhGTXgcG8ytWg==} 1101 1101 engines: {node: ^20.19.0 || >=22.12.0} 1102 1102 cpu: [ppc64] 1103 1103 os: [linux] 1104 1104 libc: [glibc] 1105 1105 1106 - '@oxlint/binding-linux-riscv64-gnu@1.56.0': 1107 - resolution: {integrity: sha512-j0CcMBOgV6KsRaBdsebIeiy7hCjEvq2KdEsiULf2LZqAq0v1M1lWjelhCV57LxsqaIGChXFuFJ0RiFrSRHPhSg==} 1106 + '@oxlint/binding-linux-riscv64-gnu@1.62.0': 1107 + resolution: {integrity: sha512-oKZed9gmSwze29dEt3/Wnsv6l/Ygw/FUst+8Kfpv2SGeS/glEoTGZAMQw37SVyzFV76UTHJN2snGgxK2t2+8ow==} 1108 1108 engines: {node: ^20.19.0 || >=22.12.0} 1109 1109 cpu: [riscv64] 1110 1110 os: [linux] 1111 1111 libc: [glibc] 1112 1112 1113 - '@oxlint/binding-linux-riscv64-musl@1.56.0': 1114 - resolution: {integrity: sha512-7VDOiL8cDG3DQ/CY3yKjbV1c4YPvc4vH8qW09Vv+5ukq3l/Kcyr6XGCd5NvxUmxqDb2vjMpM+eW/4JrEEsUetA==} 1113 + '@oxlint/binding-linux-riscv64-musl@1.62.0': 1114 + resolution: {integrity: sha512-gBjBxQ+9lGpAYq+ELqw0w8QXsBnkZclFc7GRX2r0LnEVn3ZTEqeIKpKcGjucmp76Q53bvJD0i4qBWBhcfhSfGA==} 1115 1115 engines: {node: ^20.19.0 || >=22.12.0} 1116 1116 cpu: [riscv64] 1117 1117 os: [linux] 1118 1118 libc: [musl] 1119 1119 1120 - '@oxlint/binding-linux-s390x-gnu@1.56.0': 1121 - resolution: {integrity: sha512-JGRpX0M+ikD3WpwJ7vKcHKV6Kg0dT52BW2Eu2BupXotYeqGXBrbY+QPkAyKO6MNgKozyTNaRh3r7g+VWgyAQYQ==} 1120 + '@oxlint/binding-linux-s390x-gnu@1.62.0': 1121 + resolution: {integrity: sha512-Ew2Kxs9EQ9/mbAIJ2hvocMC0wsOu6YKzStI2eFBDt+Td5O8seVC/oxgRIHqCcl5sf5ratA1nozQBAuv7tphkHg==} 1122 1122 engines: {node: ^20.19.0 || >=22.12.0} 1123 1123 cpu: [s390x] 1124 1124 os: [linux] 1125 1125 libc: [glibc] 1126 1126 1127 - '@oxlint/binding-linux-x64-gnu@1.56.0': 1128 - resolution: {integrity: sha512-dNaICPvtmuxFP/VbqdofrLqdS3bM/AKJN3LMJD52si44ea7Be1cBk6NpfIahaysG9Uo+L98QKddU9CD5L8UHnQ==} 1127 + '@oxlint/binding-linux-x64-gnu@1.62.0': 1128 + resolution: {integrity: sha512-5z25jcAA0gfKyVwz71A0VXgaPlocPoTAxhlv/hgoK6tlCrfoNuw7haWbDHvGMfjXhdic4EqVXGRv5XsTqFnbRQ==} 1129 1129 engines: {node: ^20.19.0 || >=22.12.0} 1130 1130 cpu: [x64] 1131 1131 os: [linux] 1132 1132 libc: [glibc] 1133 1133 1134 - '@oxlint/binding-linux-x64-musl@1.56.0': 1135 - resolution: {integrity: sha512-pF1vOtM+GuXmbklM1hV8WMsn6tCNPvkUzklj/Ej98JhlanbmA2RB1BILgOpwSuCTRTIYx2MXssmEyQQ90QF5aA==} 1134 + '@oxlint/binding-linux-x64-musl@1.62.0': 1135 + resolution: {integrity: sha512-IWpHmMB6ZDllPvqWDkG6AmXrN7JF5e/c4g/0PuURsmlK+vHoYZPB70rr4u1bn3I4LsKCSpqqfveyx6UCOC8wdg==} 1136 1136 engines: {node: ^20.19.0 || >=22.12.0} 1137 1137 cpu: [x64] 1138 1138 os: [linux] 1139 1139 libc: [musl] 1140 1140 1141 - '@oxlint/binding-openharmony-arm64@1.56.0': 1142 - resolution: {integrity: sha512-bp8NQ4RE6fDIFLa4bdBiOA+TAvkNkg+rslR+AvvjlLTYXLy9/uKAYLQudaQouWihLD/hgkrXIKKzXi5IXOewwg==} 1141 + '@oxlint/binding-openharmony-arm64@1.62.0': 1142 + resolution: {integrity: sha512-fjlSxxrD5pA594vkyikCS9MnPRjQawW6/BLgyTYkO+73wwPlYjkcZ7LSd974l0Q2zkHQmu4DPvJFLYA7o8xrxQ==} 1143 1143 engines: {node: ^20.19.0 || >=22.12.0} 1144 1144 cpu: [arm64] 1145 1145 os: [openharmony] 1146 1146 1147 - '@oxlint/binding-win32-arm64-msvc@1.56.0': 1148 - resolution: {integrity: sha512-PxT4OJDfMOQBzo3OlzFb9gkoSD+n8qSBxyVq2wQSZIHFQYGEqIRTo9M0ZStvZm5fdhMqaVYpOnJvH2hUMEDk/g==} 1147 + '@oxlint/binding-win32-arm64-msvc@1.62.0': 1148 + resolution: {integrity: sha512-EiFXr8loNS0Ul3Gu80+9nr1T8jRmnKocqmHHg16tj5ZqTgUXyb97l2rrspVHdDluyFn9JfR4PoJFdNzw4paHww==} 1149 1149 engines: {node: ^20.19.0 || >=22.12.0} 1150 1150 cpu: [arm64] 1151 1151 os: [win32] 1152 1152 1153 - '@oxlint/binding-win32-ia32-msvc@1.56.0': 1154 - resolution: {integrity: sha512-PTRy6sIEPqy2x8PTP1baBNReN/BNEFmde0L+mYeHmjXE1Vlcc9+I5nsqENsB2yAm5wLkzPoTNCMY/7AnabT4/A==} 1153 + '@oxlint/binding-win32-ia32-msvc@1.62.0': 1154 + resolution: {integrity: sha512-IgOFvL73li1bFgab+hThXYA0N2Xms2kV2MvZN95cebV+fmrZ9AVui1JSxfeeqRLo3CpPxKZlzhyq4G0cnaAvIw==} 1155 1155 engines: {node: ^20.19.0 || >=22.12.0} 1156 1156 cpu: [ia32] 1157 1157 os: [win32] 1158 1158 1159 - '@oxlint/binding-win32-x64-msvc@1.56.0': 1160 - resolution: {integrity: sha512-ZHa0clocjLmIDr+1LwoWtxRcoYniAvERotvwKUYKhH41NVfl0Y4LNbyQkwMZzwDvKklKGvGZ5+DAG58/Ik47tQ==} 1159 + '@oxlint/binding-win32-x64-msvc@1.62.0': 1160 + resolution: {integrity: sha512-6hMpyDWQ2zGA1OXFKBrdYMUveUCO8UJhkO6JdwZPd78xIdHZNhjx+pib+4fC2Cljuhjyl0QwA2F3df/bs4Bp6A==} 1161 1161 engines: {node: ^20.19.0 || >=22.12.0} 1162 1162 cpu: [x64] 1163 1163 os: [win32] ··· 1435 1435 '@types/jsesc@2.5.1': 1436 1436 resolution: {integrity: sha512-9VN+6yxLOPLOav+7PwjZbxiID2bVaeq0ED4qSQmdQTdjnXJSaCVKTR58t15oqH1H5t8Ng2ZX1SabJVoN9Q34bw==} 1437 1437 1438 - '@types/node@25.5.0': 1439 - resolution: {integrity: sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw==} 1438 + '@types/node@25.6.0': 1439 + resolution: {integrity: sha512-+qIYRKdNYJwY3vRCZMdJbPLJAtGjQBudzZzdzwQYkEPQd+PJGixUL5QfvCLDaULoLv+RhT3LDkwEfKaAkgSmNQ==} 1440 1440 1441 - '@vitest/coverage-v8@4.1.0': 1442 - resolution: {integrity: sha512-nDWulKeik2bL2Va/Wl4x7DLuTKAXa906iRFooIRPR+huHkcvp9QDkPQ2RJdmjOFrqOqvNfoSQLF68deE3xC3CQ==} 1441 + '@vitest/coverage-v8@4.1.5': 1442 + resolution: {integrity: sha512-38C0/Ddb7HcRG0Z4/DUem8x57d2p9jYgp18mkaYswEOQBGsI1CG4f/hjm0ZCeaJfWhSZ4k7jgs29V1Zom7Ki9A==} 1443 1443 peerDependencies: 1444 - '@vitest/browser': 4.1.0 1445 - vitest: 4.1.0 1444 + '@vitest/browser': 4.1.5 1445 + vitest: 4.1.5 1446 1446 peerDependenciesMeta: 1447 1447 '@vitest/browser': 1448 1448 optional: true 1449 1449 1450 - '@vitest/expect@4.1.0': 1451 - resolution: {integrity: sha512-EIxG7k4wlWweuCLG9Y5InKFwpMEOyrMb6ZJ1ihYu02LVj/bzUwn2VMU+13PinsjRW75XnITeFrQBMH5+dLvCDA==} 1450 + '@vitest/expect@4.1.5': 1451 + resolution: {integrity: sha512-PWBaRY5JoKuRnHlUHfpV/KohFylaDZTupcXN1H9vYryNLOnitSw60Mw9IAE2r67NbwwzBw/Cc/8q9BK3kIX8Kw==} 1452 1452 1453 - '@vitest/mocker@4.1.0': 1454 - resolution: {integrity: sha512-evxREh+Hork43+Y4IOhTo+h5lGmVRyjqI739Rz4RlUPqwrkFFDF6EMvOOYjTx4E8Tl6gyCLRL8Mu7Ry12a13Tw==} 1453 + '@vitest/mocker@4.1.5': 1454 + resolution: {integrity: sha512-/x2EmFC4mT4NNzqvC3fmesuV97w5FC903KPmey4gsnJiMQ3Be1IlDKVaDaG8iqaLFHqJ2FVEkxZk5VmeLjIItw==} 1455 1455 peerDependencies: 1456 1456 msw: ^2.4.9 1457 - vite: ^6.0.0 || ^7.0.0 || ^8.0.0-0 1457 + vite: ^6.0.0 || ^7.0.0 || ^8.0.0 1458 1458 peerDependenciesMeta: 1459 1459 msw: 1460 1460 optional: true 1461 1461 vite: 1462 1462 optional: true 1463 1463 1464 - '@vitest/pretty-format@4.1.0': 1465 - resolution: {integrity: sha512-3RZLZlh88Ib0J7NQTRATfc/3ZPOnSUn2uDBUoGNn5T36+bALixmzphN26OUD3LRXWkJu4H0s5vvUeqBiw+kS0A==} 1464 + '@vitest/pretty-format@4.1.5': 1465 + resolution: {integrity: sha512-7I3q6l5qr03dVfMX2wCo9FxwSJbPdwKjy2uu/YPpU3wfHvIL4QHwVRp57OfGrDFeUJ8/8QdfBKIV12FTtLn00g==} 1466 1466 1467 - '@vitest/runner@4.1.0': 1468 - resolution: {integrity: sha512-Duvx2OzQ7d6OjchL+trw+aSrb9idh7pnNfxrklo14p3zmNL4qPCDeIJAK+eBKYjkIwG96Bc6vYuxhqDXQOWpoQ==} 1467 + '@vitest/runner@4.1.5': 1468 + resolution: {integrity: sha512-2D+o7Pr82IEO46YPpoA/YU0neeyr6FTerQb5Ro7BUnBuv6NQtT/kmVnczngiMEBhzgqz2UZYl5gArejsyERDSQ==} 1469 1469 1470 - '@vitest/snapshot@4.1.0': 1471 - resolution: {integrity: sha512-0Vy9euT1kgsnj1CHttwi9i9o+4rRLEaPRSOJ5gyv579GJkNpgJK+B4HSv/rAWixx2wdAFci1X4CEPjiu2bXIMg==} 1470 + '@vitest/snapshot@4.1.5': 1471 + resolution: {integrity: sha512-zypXEt4KH/XgKGPUz4eC2AvErYx0My5hfL8oDb1HzGFpEk1P62bxSohdyOmvz+d9UJwanI68MKwr2EquOaOgMQ==} 1472 1472 1473 - '@vitest/spy@4.1.0': 1474 - resolution: {integrity: sha512-pz77k+PgNpyMDv2FV6qmk5ZVau6c3R8HC8v342T2xlFxQKTrSeYw9waIJG8KgV9fFwAtTu4ceRzMivPTH6wSxw==} 1473 + '@vitest/spy@4.1.5': 1474 + resolution: {integrity: sha512-2lNOsh6+R2Idnf1TCZqSwYlKN2E/iDlD8sgU59kYVl+OMDmvldO1VDk39smRfpUNwYpNRVn3w4YfuC7KfbBnkQ==} 1475 1475 1476 - '@vitest/utils@4.1.0': 1477 - resolution: {integrity: sha512-XfPXT6a8TZY3dcGY8EdwsBulFCIw+BeeX0RZn2x/BtiY/75YGh8FeWGG8QISN/WhaqSrE2OrlDgtF8q5uhOTmw==} 1476 + '@vitest/utils@4.1.5': 1477 + resolution: {integrity: sha512-76wdkrmfXfqGjueGgnb45ITPyUi1ycZ4IHgC2bhPDUfWHklY/q3MdLOAB+TF1e6xfl8NxNY0ZYaPCFNWSsw3Ug==} 1478 1478 1479 1479 ansi-escapes@7.3.0: 1480 1480 resolution: {integrity: sha512-BvU8nYgGQBxcmMuEeUEmNTvrMVjJNSH7RgW24vXexN4Ven6qCvy4TntnvlnwnMLTVlcRQQdbRY8NKnaIoeWDNg==} ··· 1587 1587 error-stack-parser-es@1.0.5: 1588 1588 resolution: {integrity: sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==} 1589 1589 1590 - es-module-lexer@2.0.0: 1591 - resolution: {integrity: sha512-5POEcUuZybH7IdmGsD8wlf0AI55wMecM9rVBTI/qEAy2c1kTOm3DjFYjrBdI2K3BaJjJYfYFeRtM0t9ssnRuxw==} 1590 + es-module-lexer@2.1.0: 1591 + resolution: {integrity: sha512-n27zTYMjYu1aj4MjCWzSP7G9r75utsaoc8m61weK+W8JMBGGQybd43GstCXZ3WNmSFtGT9wi59qQTW6mhTR5LQ==} 1592 1592 1593 1593 esbuild@0.27.3: 1594 1594 resolution: {integrity: sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==} ··· 1736 1736 oxc-resolver@11.17.1: 1737 1737 resolution: {integrity: sha512-pyRXK9kH81zKlirHufkFhOFBZRks8iAMLwPH8gU7lvKFiuzUH9L8MxDEllazwOb8fjXMcWjY1PMDfMJ2/yh5cw==} 1738 1738 1739 - oxfmt@0.46.0: 1740 - resolution: {integrity: sha512-CopwJOwPAjZ9p76fCvz+mSOJTw9/NY3cSksZK3VO/bUQ8UoEcketNgUuYS0UB3p+R9XnXe7wGGXUmyFxc7QxJA==} 1739 + oxfmt@0.47.0: 1740 + resolution: {integrity: sha512-OFbkbzxKCpooQEnRmpTDnuwTX8KHXzZTQ4Df/hz85fpS67Pl+lxPEFvUtin56HIIS0B1k4X8oIzTXRZPufA2CA==} 1741 1741 engines: {node: ^20.19.0 || >=22.12.0} 1742 1742 hasBin: true 1743 1743 1744 - oxlint@1.56.0: 1745 - resolution: {integrity: sha512-Q+5Mj5PVaH/R6/fhMMFzw4dT+KPB+kQW4kaL8FOIq7tfhlnEVp6+3lcWqFruuTNlUo9srZUW3qH7Id4pskeR6g==} 1744 + oxlint@1.62.0: 1745 + resolution: {integrity: sha512-1uFkg6HakjsGIpW9wNdeW4/2LOHW9MEkoWjZUTUfQtIHyLIZPYt00w3Sg+H3lH+206FgBPHBbW5dVE5l2ExECQ==} 1746 1746 engines: {node: ^20.19.0 || >=22.12.0} 1747 1747 hasBin: true 1748 1748 peerDependencies: 1749 - oxlint-tsgolint: '>=0.15.0' 1749 + oxlint-tsgolint: '>=0.18.0' 1750 1750 peerDependenciesMeta: 1751 1751 oxlint-tsgolint: 1752 1752 optional: true ··· 1852 1852 stackback@0.0.2: 1853 1853 resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==} 1854 1854 1855 - std-env@4.0.0: 1856 - resolution: {integrity: sha512-zUMPtQ/HBY3/50VbpkupYHbRroTRZJPRLvreamgErJVys0ceuzMkD44J/QjqhHjOzK42GQ3QZIeFG1OYfOtKqQ==} 1855 + std-env@4.1.0: 1856 + resolution: {integrity: sha512-Rq7ybcX2RuC55r9oaPVEW7/xu3tj8u4GeBYHBWCychFtzMIr86A7e3PPEBPT37sHStKX3+TiX/Fr/ACmJLVlLQ==} 1857 1857 1858 1858 string-argv@0.3.2: 1859 1859 resolution: {integrity: sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==} ··· 1893 1893 resolution: {integrity: sha512-VKS/ZaQhhkKFMANmAOhhXVoIfBXblQxGX1myCQ2faQrfmobMftXeJPcZGp0gS07ocvGJWDLZGyOZDadDBqYIJg==} 1894 1894 engines: {node: '>=18'} 1895 1895 1896 - tinyglobby@0.2.15: 1897 - resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==} 1898 - engines: {node: '>=12.0.0'} 1899 - 1900 1896 tinyglobby@0.2.16: 1901 1897 resolution: {integrity: sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==} 1902 1898 engines: {node: '>=12.0.0'} ··· 1956 1952 resolution: {integrity: sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==} 1957 1953 engines: {node: '>=12.20'} 1958 1954 1959 - typescript@5.9.3: 1960 - resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==} 1955 + typescript@6.0.3: 1956 + resolution: {integrity: sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==} 1961 1957 engines: {node: '>=14.17'} 1962 1958 hasBin: true 1963 1959 1964 1960 unconfig-core@7.5.0: 1965 1961 resolution: {integrity: sha512-Su3FauozOGP44ZmKdHy2oE6LPjk51M/TRRjHv2HNCWiDvfvCoxC2lno6jevMA91MYAdCdwP05QnWdWpSbncX/w==} 1966 1962 1967 - undici-types@7.18.2: 1968 - resolution: {integrity: sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==} 1963 + undici-types@7.19.2: 1964 + resolution: {integrity: sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg==} 1969 1965 1970 1966 undici@7.24.8: 1971 1967 resolution: {integrity: sha512-6KQ/+QxK49Z/p3HO6E5ZCZWNnCasyZLa5ExaVYyvPxUwKtbCPMKELJOqh7EqOle0t9cH/7d2TaaTRRa6Nhs4YQ==} ··· 2024 2020 yaml: 2025 2021 optional: true 2026 2022 2027 - vitest@4.1.0: 2028 - resolution: {integrity: sha512-YbDrMF9jM2Lqc++2530UourxZHmkKLxrs4+mYhEwqWS97WJ7wOYEkcr+QfRgJ3PW9wz3odRijLZjHEaRLTNbqw==} 2023 + vitest@4.1.5: 2024 + resolution: {integrity: sha512-9Xx1v3/ih3m9hN+SbfkUyy0JAs72ap3r7joc87XL6jwF0jGg6mFBvQ1SrwaX+h8BlkX6Hz9shdd1uo6AF+ZGpg==} 2029 2025 engines: {node: ^20.0.0 || ^22.0.0 || >=24.0.0} 2030 2026 hasBin: true 2031 2027 peerDependencies: 2032 2028 '@edge-runtime/vm': '*' 2033 2029 '@opentelemetry/api': ^1.9.0 2034 2030 '@types/node': ^20.0.0 || ^22.0.0 || >=24.0.0 2035 - '@vitest/browser-playwright': 4.1.0 2036 - '@vitest/browser-preview': 4.1.0 2037 - '@vitest/browser-webdriverio': 4.1.0 2038 - '@vitest/ui': 4.1.0 2031 + '@vitest/browser-playwright': 4.1.5 2032 + '@vitest/browser-preview': 4.1.5 2033 + '@vitest/browser-webdriverio': 4.1.5 2034 + '@vitest/coverage-istanbul': 4.1.5 2035 + '@vitest/coverage-v8': 4.1.5 2036 + '@vitest/ui': 4.1.5 2039 2037 happy-dom: '*' 2040 2038 jsdom: '*' 2041 - vite: ^6.0.0 || ^7.0.0 || ^8.0.0-0 2039 + vite: ^6.0.0 || ^7.0.0 || ^8.0.0 2042 2040 peerDependenciesMeta: 2043 2041 '@edge-runtime/vm': 2044 2042 optional: true ··· 2051 2049 '@vitest/browser-preview': 2052 2050 optional: true 2053 2051 '@vitest/browser-webdriverio': 2052 + optional: true 2053 + '@vitest/coverage-istanbul': 2054 + optional: true 2055 + '@vitest/coverage-v8': 2054 2056 optional: true 2055 2057 '@vitest/ui': 2056 2058 optional: true ··· 2159 2161 optionalDependencies: 2160 2162 workerd: 1.20260424.1 2161 2163 2162 - '@cloudflare/vitest-pool-workers@0.15.0(@vitest/runner@4.1.0)(@vitest/snapshot@4.1.0)(vitest@4.1.0(@types/node@25.5.0)(vite@7.3.1(@types/node@25.5.0)(jiti@2.6.1)(tsx@4.21.0)(yaml@2.8.2)))': 2164 + '@cloudflare/vitest-pool-workers@0.15.0(@vitest/runner@4.1.5)(@vitest/snapshot@4.1.5)(vitest@4.1.5)': 2163 2165 dependencies: 2164 - '@vitest/runner': 4.1.0 2165 - '@vitest/snapshot': 4.1.0 2166 + '@vitest/runner': 4.1.5 2167 + '@vitest/snapshot': 4.1.5 2166 2168 cjs-module-lexer: 1.4.3 2167 2169 esbuild: 0.27.3 2168 2170 miniflare: 4.20260424.0 2169 - vitest: 4.1.0(@types/node@25.5.0)(vite@7.3.1(@types/node@25.5.0)(jiti@2.6.1)(tsx@4.21.0)(yaml@2.8.2)) 2171 + vitest: 4.1.5(@types/node@25.6.0)(@vitest/coverage-v8@4.1.5)(vite@7.3.1(@types/node@25.6.0)(jiti@2.6.1)(tsx@4.21.0)(yaml@2.8.2)) 2170 2172 wrangler: 4.85.0 2171 2173 zod: 3.25.76 2172 2174 transitivePeerDependencies: ··· 2632 2634 '@oxc-resolver/binding-win32-x64-msvc@11.17.1': 2633 2635 optional: true 2634 2636 2635 - '@oxfmt/binding-android-arm-eabi@0.46.0': 2637 + '@oxfmt/binding-android-arm-eabi@0.47.0': 2636 2638 optional: true 2637 2639 2638 - '@oxfmt/binding-android-arm64@0.46.0': 2640 + '@oxfmt/binding-android-arm64@0.47.0': 2639 2641 optional: true 2640 2642 2641 - '@oxfmt/binding-darwin-arm64@0.46.0': 2643 + '@oxfmt/binding-darwin-arm64@0.47.0': 2642 2644 optional: true 2643 2645 2644 - '@oxfmt/binding-darwin-x64@0.46.0': 2646 + '@oxfmt/binding-darwin-x64@0.47.0': 2645 2647 optional: true 2646 2648 2647 - '@oxfmt/binding-freebsd-x64@0.46.0': 2649 + '@oxfmt/binding-freebsd-x64@0.47.0': 2648 2650 optional: true 2649 2651 2650 - '@oxfmt/binding-linux-arm-gnueabihf@0.46.0': 2652 + '@oxfmt/binding-linux-arm-gnueabihf@0.47.0': 2651 2653 optional: true 2652 2654 2653 - '@oxfmt/binding-linux-arm-musleabihf@0.46.0': 2655 + '@oxfmt/binding-linux-arm-musleabihf@0.47.0': 2654 2656 optional: true 2655 2657 2656 - '@oxfmt/binding-linux-arm64-gnu@0.46.0': 2658 + '@oxfmt/binding-linux-arm64-gnu@0.47.0': 2657 2659 optional: true 2658 2660 2659 - '@oxfmt/binding-linux-arm64-musl@0.46.0': 2661 + '@oxfmt/binding-linux-arm64-musl@0.47.0': 2660 2662 optional: true 2661 2663 2662 - '@oxfmt/binding-linux-ppc64-gnu@0.46.0': 2664 + '@oxfmt/binding-linux-ppc64-gnu@0.47.0': 2663 2665 optional: true 2664 2666 2665 - '@oxfmt/binding-linux-riscv64-gnu@0.46.0': 2667 + '@oxfmt/binding-linux-riscv64-gnu@0.47.0': 2666 2668 optional: true 2667 2669 2668 - '@oxfmt/binding-linux-riscv64-musl@0.46.0': 2670 + '@oxfmt/binding-linux-riscv64-musl@0.47.0': 2669 2671 optional: true 2670 2672 2671 - '@oxfmt/binding-linux-s390x-gnu@0.46.0': 2673 + '@oxfmt/binding-linux-s390x-gnu@0.47.0': 2672 2674 optional: true 2673 2675 2674 - '@oxfmt/binding-linux-x64-gnu@0.46.0': 2676 + '@oxfmt/binding-linux-x64-gnu@0.47.0': 2675 2677 optional: true 2676 2678 2677 - '@oxfmt/binding-linux-x64-musl@0.46.0': 2679 + '@oxfmt/binding-linux-x64-musl@0.47.0': 2678 2680 optional: true 2679 2681 2680 - '@oxfmt/binding-openharmony-arm64@0.46.0': 2682 + '@oxfmt/binding-openharmony-arm64@0.47.0': 2681 2683 optional: true 2682 2684 2683 - '@oxfmt/binding-win32-arm64-msvc@0.46.0': 2685 + '@oxfmt/binding-win32-arm64-msvc@0.47.0': 2684 2686 optional: true 2685 2687 2686 - '@oxfmt/binding-win32-ia32-msvc@0.46.0': 2688 + '@oxfmt/binding-win32-ia32-msvc@0.47.0': 2687 2689 optional: true 2688 2690 2689 - '@oxfmt/binding-win32-x64-msvc@0.46.0': 2691 + '@oxfmt/binding-win32-x64-msvc@0.47.0': 2690 2692 optional: true 2691 2693 2692 - '@oxlint/binding-android-arm-eabi@1.56.0': 2694 + '@oxlint/binding-android-arm-eabi@1.62.0': 2693 2695 optional: true 2694 2696 2695 - '@oxlint/binding-android-arm64@1.56.0': 2697 + '@oxlint/binding-android-arm64@1.62.0': 2696 2698 optional: true 2697 2699 2698 - '@oxlint/binding-darwin-arm64@1.56.0': 2700 + '@oxlint/binding-darwin-arm64@1.62.0': 2699 2701 optional: true 2700 2702 2701 - '@oxlint/binding-darwin-x64@1.56.0': 2703 + '@oxlint/binding-darwin-x64@1.62.0': 2702 2704 optional: true 2703 2705 2704 - '@oxlint/binding-freebsd-x64@1.56.0': 2706 + '@oxlint/binding-freebsd-x64@1.62.0': 2705 2707 optional: true 2706 2708 2707 - '@oxlint/binding-linux-arm-gnueabihf@1.56.0': 2709 + '@oxlint/binding-linux-arm-gnueabihf@1.62.0': 2708 2710 optional: true 2709 2711 2710 - '@oxlint/binding-linux-arm-musleabihf@1.56.0': 2712 + '@oxlint/binding-linux-arm-musleabihf@1.62.0': 2711 2713 optional: true 2712 2714 2713 - '@oxlint/binding-linux-arm64-gnu@1.56.0': 2715 + '@oxlint/binding-linux-arm64-gnu@1.62.0': 2714 2716 optional: true 2715 2717 2716 - '@oxlint/binding-linux-arm64-musl@1.56.0': 2718 + '@oxlint/binding-linux-arm64-musl@1.62.0': 2717 2719 optional: true 2718 2720 2719 - '@oxlint/binding-linux-ppc64-gnu@1.56.0': 2721 + '@oxlint/binding-linux-ppc64-gnu@1.62.0': 2720 2722 optional: true 2721 2723 2722 - '@oxlint/binding-linux-riscv64-gnu@1.56.0': 2724 + '@oxlint/binding-linux-riscv64-gnu@1.62.0': 2723 2725 optional: true 2724 2726 2725 - '@oxlint/binding-linux-riscv64-musl@1.56.0': 2727 + '@oxlint/binding-linux-riscv64-musl@1.62.0': 2726 2728 optional: true 2727 2729 2728 - '@oxlint/binding-linux-s390x-gnu@1.56.0': 2730 + '@oxlint/binding-linux-s390x-gnu@1.62.0': 2729 2731 optional: true 2730 2732 2731 - '@oxlint/binding-linux-x64-gnu@1.56.0': 2733 + '@oxlint/binding-linux-x64-gnu@1.62.0': 2732 2734 optional: true 2733 2735 2734 - '@oxlint/binding-linux-x64-musl@1.56.0': 2736 + '@oxlint/binding-linux-x64-musl@1.62.0': 2735 2737 optional: true 2736 2738 2737 - '@oxlint/binding-openharmony-arm64@1.56.0': 2739 + '@oxlint/binding-openharmony-arm64@1.62.0': 2738 2740 optional: true 2739 2741 2740 - '@oxlint/binding-win32-arm64-msvc@1.56.0': 2742 + '@oxlint/binding-win32-arm64-msvc@1.62.0': 2741 2743 optional: true 2742 2744 2743 - '@oxlint/binding-win32-ia32-msvc@1.56.0': 2745 + '@oxlint/binding-win32-ia32-msvc@1.62.0': 2744 2746 optional: true 2745 2747 2746 - '@oxlint/binding-win32-x64-msvc@1.56.0': 2748 + '@oxlint/binding-win32-x64-msvc@1.62.0': 2747 2749 optional: true 2748 2750 2749 2751 '@poppinss/colors@4.1.6': ··· 2910 2912 2911 2913 '@types/jsesc@2.5.1': {} 2912 2914 2913 - '@types/node@25.5.0': 2915 + '@types/node@25.6.0': 2914 2916 dependencies: 2915 - undici-types: 7.18.2 2917 + undici-types: 7.19.2 2916 2918 2917 - '@vitest/coverage-v8@4.1.0(vitest@4.1.0(@types/node@25.5.0)(vite@7.3.1(@types/node@25.5.0)(jiti@2.6.1)(tsx@4.21.0)(yaml@2.8.2)))': 2919 + '@vitest/coverage-v8@4.1.5(vitest@4.1.5)': 2918 2920 dependencies: 2919 2921 '@bcoe/v8-coverage': 1.0.2 2920 - '@vitest/utils': 4.1.0 2922 + '@vitest/utils': 4.1.5 2921 2923 ast-v8-to-istanbul: 1.0.0 2922 2924 istanbul-lib-coverage: 3.2.2 2923 2925 istanbul-lib-report: 3.0.1 2924 2926 istanbul-reports: 3.2.0 2925 2927 magicast: 0.5.2 2926 2928 obug: 2.1.1 2927 - std-env: 4.0.0 2929 + std-env: 4.1.0 2928 2930 tinyrainbow: 3.1.0 2929 - vitest: 4.1.0(@types/node@25.5.0)(vite@7.3.1(@types/node@25.5.0)(jiti@2.6.1)(tsx@4.21.0)(yaml@2.8.2)) 2931 + vitest: 4.1.5(@types/node@25.6.0)(@vitest/coverage-v8@4.1.5)(vite@7.3.1(@types/node@25.6.0)(jiti@2.6.1)(tsx@4.21.0)(yaml@2.8.2)) 2930 2932 2931 - '@vitest/expect@4.1.0': 2933 + '@vitest/expect@4.1.5': 2932 2934 dependencies: 2933 2935 '@standard-schema/spec': 1.1.0 2934 2936 '@types/chai': 5.2.3 2935 - '@vitest/spy': 4.1.0 2936 - '@vitest/utils': 4.1.0 2937 + '@vitest/spy': 4.1.5 2938 + '@vitest/utils': 4.1.5 2937 2939 chai: 6.2.2 2938 2940 tinyrainbow: 3.1.0 2939 2941 2940 - '@vitest/mocker@4.1.0(vite@7.3.1(@types/node@25.5.0)(jiti@2.6.1)(tsx@4.21.0)(yaml@2.8.2))': 2942 + '@vitest/mocker@4.1.5(vite@7.3.1(@types/node@25.6.0)(jiti@2.6.1)(tsx@4.21.0)(yaml@2.8.2))': 2941 2943 dependencies: 2942 - '@vitest/spy': 4.1.0 2944 + '@vitest/spy': 4.1.5 2943 2945 estree-walker: 3.0.3 2944 2946 magic-string: 0.30.21 2945 2947 optionalDependencies: 2946 - vite: 7.3.1(@types/node@25.5.0)(jiti@2.6.1)(tsx@4.21.0)(yaml@2.8.2) 2948 + vite: 7.3.1(@types/node@25.6.0)(jiti@2.6.1)(tsx@4.21.0)(yaml@2.8.2) 2947 2949 2948 - '@vitest/pretty-format@4.1.0': 2950 + '@vitest/pretty-format@4.1.5': 2949 2951 dependencies: 2950 2952 tinyrainbow: 3.1.0 2951 2953 2952 - '@vitest/runner@4.1.0': 2954 + '@vitest/runner@4.1.5': 2953 2955 dependencies: 2954 - '@vitest/utils': 4.1.0 2956 + '@vitest/utils': 4.1.5 2955 2957 pathe: 2.0.3 2956 2958 2957 - '@vitest/snapshot@4.1.0': 2959 + '@vitest/snapshot@4.1.5': 2958 2960 dependencies: 2959 - '@vitest/pretty-format': 4.1.0 2960 - '@vitest/utils': 4.1.0 2961 + '@vitest/pretty-format': 4.1.5 2962 + '@vitest/utils': 4.1.5 2961 2963 magic-string: 0.30.21 2962 2964 pathe: 2.0.3 2963 2965 2964 - '@vitest/spy@4.1.0': {} 2966 + '@vitest/spy@4.1.5': {} 2965 2967 2966 - '@vitest/utils@4.1.0': 2968 + '@vitest/utils@4.1.5': 2967 2969 dependencies: 2968 - '@vitest/pretty-format': 4.1.0 2970 + '@vitest/pretty-format': 4.1.5 2969 2971 convert-source-map: 2.0.0 2970 2972 tinyrainbow: 3.1.0 2971 2973 ··· 3048 3050 3049 3051 error-stack-parser-es@1.0.5: {} 3050 3052 3051 - es-module-lexer@2.0.0: {} 3053 + es-module-lexer@2.1.0: {} 3052 3054 3053 3055 esbuild@0.27.3: 3054 3056 optionalDependencies: ··· 3144 3146 eventemitter3@5.0.4: {} 3145 3147 3146 3148 expect-type@1.3.0: {} 3147 - 3148 - fdir@6.5.0(picomatch@4.0.3): 3149 - optionalDependencies: 3150 - picomatch: 4.0.3 3151 3149 3152 3150 fdir@6.5.0(picomatch@4.0.4): 3153 3151 optionalDependencies: ··· 3291 3289 - '@emnapi/runtime' 3292 3290 optional: true 3293 3291 3294 - oxfmt@0.46.0: 3292 + oxfmt@0.47.0: 3295 3293 dependencies: 3296 3294 tinypool: 2.1.0 3297 3295 optionalDependencies: 3298 - '@oxfmt/binding-android-arm-eabi': 0.46.0 3299 - '@oxfmt/binding-android-arm64': 0.46.0 3300 - '@oxfmt/binding-darwin-arm64': 0.46.0 3301 - '@oxfmt/binding-darwin-x64': 0.46.0 3302 - '@oxfmt/binding-freebsd-x64': 0.46.0 3303 - '@oxfmt/binding-linux-arm-gnueabihf': 0.46.0 3304 - '@oxfmt/binding-linux-arm-musleabihf': 0.46.0 3305 - '@oxfmt/binding-linux-arm64-gnu': 0.46.0 3306 - '@oxfmt/binding-linux-arm64-musl': 0.46.0 3307 - '@oxfmt/binding-linux-ppc64-gnu': 0.46.0 3308 - '@oxfmt/binding-linux-riscv64-gnu': 0.46.0 3309 - '@oxfmt/binding-linux-riscv64-musl': 0.46.0 3310 - '@oxfmt/binding-linux-s390x-gnu': 0.46.0 3311 - '@oxfmt/binding-linux-x64-gnu': 0.46.0 3312 - '@oxfmt/binding-linux-x64-musl': 0.46.0 3313 - '@oxfmt/binding-openharmony-arm64': 0.46.0 3314 - '@oxfmt/binding-win32-arm64-msvc': 0.46.0 3315 - '@oxfmt/binding-win32-ia32-msvc': 0.46.0 3316 - '@oxfmt/binding-win32-x64-msvc': 0.46.0 3296 + '@oxfmt/binding-android-arm-eabi': 0.47.0 3297 + '@oxfmt/binding-android-arm64': 0.47.0 3298 + '@oxfmt/binding-darwin-arm64': 0.47.0 3299 + '@oxfmt/binding-darwin-x64': 0.47.0 3300 + '@oxfmt/binding-freebsd-x64': 0.47.0 3301 + '@oxfmt/binding-linux-arm-gnueabihf': 0.47.0 3302 + '@oxfmt/binding-linux-arm-musleabihf': 0.47.0 3303 + '@oxfmt/binding-linux-arm64-gnu': 0.47.0 3304 + '@oxfmt/binding-linux-arm64-musl': 0.47.0 3305 + '@oxfmt/binding-linux-ppc64-gnu': 0.47.0 3306 + '@oxfmt/binding-linux-riscv64-gnu': 0.47.0 3307 + '@oxfmt/binding-linux-riscv64-musl': 0.47.0 3308 + '@oxfmt/binding-linux-s390x-gnu': 0.47.0 3309 + '@oxfmt/binding-linux-x64-gnu': 0.47.0 3310 + '@oxfmt/binding-linux-x64-musl': 0.47.0 3311 + '@oxfmt/binding-openharmony-arm64': 0.47.0 3312 + '@oxfmt/binding-win32-arm64-msvc': 0.47.0 3313 + '@oxfmt/binding-win32-ia32-msvc': 0.47.0 3314 + '@oxfmt/binding-win32-x64-msvc': 0.47.0 3317 3315 3318 - oxlint@1.56.0: 3316 + oxlint@1.62.0: 3319 3317 optionalDependencies: 3320 - '@oxlint/binding-android-arm-eabi': 1.56.0 3321 - '@oxlint/binding-android-arm64': 1.56.0 3322 - '@oxlint/binding-darwin-arm64': 1.56.0 3323 - '@oxlint/binding-darwin-x64': 1.56.0 3324 - '@oxlint/binding-freebsd-x64': 1.56.0 3325 - '@oxlint/binding-linux-arm-gnueabihf': 1.56.0 3326 - '@oxlint/binding-linux-arm-musleabihf': 1.56.0 3327 - '@oxlint/binding-linux-arm64-gnu': 1.56.0 3328 - '@oxlint/binding-linux-arm64-musl': 1.56.0 3329 - '@oxlint/binding-linux-ppc64-gnu': 1.56.0 3330 - '@oxlint/binding-linux-riscv64-gnu': 1.56.0 3331 - '@oxlint/binding-linux-riscv64-musl': 1.56.0 3332 - '@oxlint/binding-linux-s390x-gnu': 1.56.0 3333 - '@oxlint/binding-linux-x64-gnu': 1.56.0 3334 - '@oxlint/binding-linux-x64-musl': 1.56.0 3335 - '@oxlint/binding-openharmony-arm64': 1.56.0 3336 - '@oxlint/binding-win32-arm64-msvc': 1.56.0 3337 - '@oxlint/binding-win32-ia32-msvc': 1.56.0 3338 - '@oxlint/binding-win32-x64-msvc': 1.56.0 3318 + '@oxlint/binding-android-arm-eabi': 1.62.0 3319 + '@oxlint/binding-android-arm64': 1.62.0 3320 + '@oxlint/binding-darwin-arm64': 1.62.0 3321 + '@oxlint/binding-darwin-x64': 1.62.0 3322 + '@oxlint/binding-freebsd-x64': 1.62.0 3323 + '@oxlint/binding-linux-arm-gnueabihf': 1.62.0 3324 + '@oxlint/binding-linux-arm-musleabihf': 1.62.0 3325 + '@oxlint/binding-linux-arm64-gnu': 1.62.0 3326 + '@oxlint/binding-linux-arm64-musl': 1.62.0 3327 + '@oxlint/binding-linux-ppc64-gnu': 1.62.0 3328 + '@oxlint/binding-linux-riscv64-gnu': 1.62.0 3329 + '@oxlint/binding-linux-riscv64-musl': 1.62.0 3330 + '@oxlint/binding-linux-s390x-gnu': 1.62.0 3331 + '@oxlint/binding-linux-x64-gnu': 1.62.0 3332 + '@oxlint/binding-linux-x64-musl': 1.62.0 3333 + '@oxlint/binding-openharmony-arm64': 1.62.0 3334 + '@oxlint/binding-win32-arm64-msvc': 1.62.0 3335 + '@oxlint/binding-win32-ia32-msvc': 1.62.0 3336 + '@oxlint/binding-win32-x64-msvc': 1.62.0 3339 3337 3340 3338 path-to-regexp@6.3.0: {} 3341 3339 ··· 3366 3364 3367 3365 rfdc@1.4.1: {} 3368 3366 3369 - rolldown-plugin-dts@0.23.2(oxc-resolver@11.17.1(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0))(rolldown@1.0.0-rc.17)(typescript@5.9.3): 3367 + rolldown-plugin-dts@0.23.2(oxc-resolver@11.17.1(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0))(rolldown@1.0.0-rc.17)(typescript@6.0.3): 3370 3368 dependencies: 3371 3369 '@babel/generator': 8.0.0-rc.3 3372 3370 '@babel/helper-validator-identifier': 8.0.0-rc.3 ··· 3380 3378 picomatch: 4.0.4 3381 3379 rolldown: 1.0.0-rc.17 3382 3380 optionalDependencies: 3383 - typescript: 5.9.3 3381 + typescript: 6.0.3 3384 3382 transitivePeerDependencies: 3385 3383 - oxc-resolver 3386 3384 ··· 3489 3487 3490 3488 stackback@0.0.2: {} 3491 3489 3492 - std-env@4.0.0: {} 3490 + std-env@4.1.0: {} 3493 3491 3494 3492 string-argv@0.3.2: {} 3495 3493 ··· 3522 3520 3523 3521 tinyexec@1.1.1: {} 3524 3522 3525 - tinyglobby@0.2.15: 3526 - dependencies: 3527 - fdir: 6.5.0(picomatch@4.0.3) 3528 - picomatch: 4.0.3 3529 - 3530 3523 tinyglobby@0.2.16: 3531 3524 dependencies: 3532 3525 fdir: 6.5.0(picomatch@4.0.4) ··· 3540 3533 3541 3534 tree-kill@1.2.2: {} 3542 3535 3543 - tsdown@0.21.10(oxc-resolver@11.17.1(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0))(typescript@5.9.3): 3536 + tsdown@0.21.10(oxc-resolver@11.17.1(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0))(typescript@6.0.3): 3544 3537 dependencies: 3545 3538 ansis: 4.2.0 3546 3539 cac: 7.0.0 ··· 3551 3544 obug: 2.1.1 3552 3545 picomatch: 4.0.4 3553 3546 rolldown: 1.0.0-rc.17 3554 - rolldown-plugin-dts: 0.23.2(oxc-resolver@11.17.1(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0))(rolldown@1.0.0-rc.17)(typescript@5.9.3) 3547 + rolldown-plugin-dts: 0.23.2(oxc-resolver@11.17.1(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0))(rolldown@1.0.0-rc.17)(typescript@6.0.3) 3555 3548 semver: 7.7.4 3556 3549 tinyexec: 1.1.1 3557 3550 tinyglobby: 0.2.16 ··· 3559 3552 unconfig-core: 7.5.0 3560 3553 unrun: 0.2.37 3561 3554 optionalDependencies: 3562 - typescript: 5.9.3 3555 + typescript: 6.0.3 3563 3556 transitivePeerDependencies: 3564 3557 - '@ts-macro/tsc' 3565 3558 - '@typescript/native-preview' ··· 3579 3572 3580 3573 type-fest@2.19.0: {} 3581 3574 3582 - typescript@5.9.3: {} 3575 + typescript@6.0.3: {} 3583 3576 3584 3577 unconfig-core@7.5.0: 3585 3578 dependencies: 3586 3579 '@quansync/fs': 1.0.0 3587 3580 quansync: 1.0.0 3588 3581 3589 - undici-types@7.18.2: {} 3582 + undici-types@7.19.2: {} 3590 3583 3591 3584 undici@7.24.8: {} 3592 3585 ··· 3598 3591 dependencies: 3599 3592 rolldown: 1.0.0-rc.17 3600 3593 3601 - vite@7.3.1(@types/node@25.5.0)(jiti@2.6.1)(tsx@4.21.0)(yaml@2.8.2): 3594 + vite@7.3.1(@types/node@25.6.0)(jiti@2.6.1)(tsx@4.21.0)(yaml@2.8.2): 3602 3595 dependencies: 3603 3596 esbuild: 0.27.7 3604 3597 fdir: 6.5.0(picomatch@4.0.4) ··· 3607 3600 rollup: 4.60.2 3608 3601 tinyglobby: 0.2.16 3609 3602 optionalDependencies: 3610 - '@types/node': 25.5.0 3603 + '@types/node': 25.6.0 3611 3604 fsevents: 2.3.3 3612 3605 jiti: 2.6.1 3613 3606 tsx: 4.21.0 3614 3607 yaml: 2.8.2 3615 3608 3616 - vitest@4.1.0(@types/node@25.5.0)(vite@7.3.1(@types/node@25.5.0)(jiti@2.6.1)(tsx@4.21.0)(yaml@2.8.2)): 3609 + vitest@4.1.5(@types/node@25.6.0)(@vitest/coverage-v8@4.1.5)(vite@7.3.1(@types/node@25.6.0)(jiti@2.6.1)(tsx@4.21.0)(yaml@2.8.2)): 3617 3610 dependencies: 3618 - '@vitest/expect': 4.1.0 3619 - '@vitest/mocker': 4.1.0(vite@7.3.1(@types/node@25.5.0)(jiti@2.6.1)(tsx@4.21.0)(yaml@2.8.2)) 3620 - '@vitest/pretty-format': 4.1.0 3621 - '@vitest/runner': 4.1.0 3622 - '@vitest/snapshot': 4.1.0 3623 - '@vitest/spy': 4.1.0 3624 - '@vitest/utils': 4.1.0 3625 - es-module-lexer: 2.0.0 3611 + '@vitest/expect': 4.1.5 3612 + '@vitest/mocker': 4.1.5(vite@7.3.1(@types/node@25.6.0)(jiti@2.6.1)(tsx@4.21.0)(yaml@2.8.2)) 3613 + '@vitest/pretty-format': 4.1.5 3614 + '@vitest/runner': 4.1.5 3615 + '@vitest/snapshot': 4.1.5 3616 + '@vitest/spy': 4.1.5 3617 + '@vitest/utils': 4.1.5 3618 + es-module-lexer: 2.1.0 3626 3619 expect-type: 1.3.0 3627 3620 magic-string: 0.30.21 3628 3621 obug: 2.1.1 3629 3622 pathe: 2.0.3 3630 - picomatch: 4.0.3 3631 - std-env: 4.0.0 3623 + picomatch: 4.0.4 3624 + std-env: 4.1.0 3632 3625 tinybench: 2.9.0 3633 - tinyexec: 1.0.4 3634 - tinyglobby: 0.2.15 3626 + tinyexec: 1.1.1 3627 + tinyglobby: 0.2.16 3635 3628 tinyrainbow: 3.1.0 3636 - vite: 7.3.1(@types/node@25.5.0)(jiti@2.6.1)(tsx@4.21.0)(yaml@2.8.2) 3629 + vite: 7.3.1(@types/node@25.6.0)(jiti@2.6.1)(tsx@4.21.0)(yaml@2.8.2) 3637 3630 why-is-node-running: 2.3.0 3638 3631 optionalDependencies: 3639 - '@types/node': 25.5.0 3632 + '@types/node': 25.6.0 3633 + '@vitest/coverage-v8': 4.1.5(vitest@4.1.5) 3640 3634 transitivePeerDependencies: 3641 3635 - msw 3642 3636
+2 -1
tsconfig.test.json
··· 2 2 "extends": "./tsconfig.json", 3 3 "compilerOptions": { 4 4 "rootDir": ".", 5 - "noEmit": true 5 + "noEmit": true, 6 + "types": ["node"] 6 7 }, 7 8 "include": ["src/**/*", "test/**/*"], 8 9 "exclude": ["node_modules", "dist"]