From 60ea46e77baac6a42905ecc50332f07595608b90 Mon Sep 17 00:00:00 2001 From: Brooooooklyn Date: Thu, 26 Mar 2026 02:43:33 +0000 Subject: [PATCH] feat(deps): upgrade upstream dependencies (#1147) Automated daily upgrade of upstream dependencies: - rolldown (latest tag) - vite (latest tag) - vitest (latest npm version) - tsdown (latest npm version) Build status: success --- > [!NOTE] > **Medium Risk** > Bumps several core build/tooling dependencies (e.g. `rolldown`, `tsdown`, `@oxc-project/runtime`), which can change bundling/build behavior despite being mostly version updates. > > **Overview** > Updates upstream toolchain versions across the repo, including `rolldown` (to `1.0.0-rc.12`), `tsdown` (to `0.21.5`), and `@oxc-project/runtime` (to `0.122.0`). > > Adjusts `packages/core` peer/bundled dependency versions accordingly (including widening the `typescript` peer range to allow `^6.0.0`), refreshes the tracked upstream commit hash in `packages/tools/.upstream-versions.json`, and regenerates lockfiles (pnpm + Cargo) to reflect transitive updates (e.g. `picomatch`, `oxlint-tsgolint`, new `acorn-import-phases`). > > Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 5c77291e1512934e93f1f15b2efb137dcd3e9bf3. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot). --- Cargo.lock | 1 - packages/core/package.json | 10 +- packages/tools/.upstream-versions.json | 2 +- pnpm-lock.yaml | 303 ++++++++++++++++--------- pnpm-workspace.yaml | 6 +- 5 files changed, 211 insertions(+), 111 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2669b4c44f..0a3ba93169 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5714,7 +5714,6 @@ dependencies = [ "nom 8.0.0", "oxc", "oxc_index", - "phf 0.13.1", "rayon", "regex", "regress", diff --git a/packages/core/package.json b/packages/core/package.json index 5cdfcd86a5..9daabc2818 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -136,8 +136,8 @@ }, "peerDependencies": { "@arethetypeswrong/core": "^0.18.1", - "@tsdown/css": "0.21.4", - "@tsdown/exe": "0.21.4", + "@tsdown/css": "0.21.5", + "@tsdown/exe": "0.21.5", "@types/node": "^20.19.0 || >=22.12.0", "@vitejs/devtools": "^0.1.0", "esbuild": "^0.27.0", @@ -150,7 +150,7 @@ "sugarss": "^5.0.0", "terser": "^5.16.0", "tsx": "^4.8.1", - "typescript": "^5.0.0", + "typescript": "^5.0.0 || ^6.0.0", "unplugin-unused": "^0.5.0", "yaml": "^2.4.2" }, @@ -218,7 +218,7 @@ }, "bundledVersions": { "vite": "8.0.2", - "rolldown": "1.0.0-rc.11", - "tsdown": "0.21.4" + "rolldown": "1.0.0-rc.12", + "tsdown": "0.21.5" } } diff --git a/packages/tools/.upstream-versions.json b/packages/tools/.upstream-versions.json index 8e36ab570a..64041905c4 100644 --- a/packages/tools/.upstream-versions.json +++ b/packages/tools/.upstream-versions.json @@ -2,7 +2,7 @@ "rolldown": { "repo": "https://github.com/rolldown/rolldown.git", "branch": "main", - "hash": "cbc94c4e97c19a4b2f4d739fdd054abaa038402c" + "hash": "917cc4282368c7036e8173bd0b6671536012e34d" }, "vite": { "repo": "https://github.com/vitejs/vite.git", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7842419d88..d72cdd2a64 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -31,8 +31,8 @@ catalogs: specifier: ^0.0.35 version: 0.0.35 '@oxc-project/runtime': - specifier: '=0.121.0' - version: 0.121.0 + specifier: '=0.122.0' + version: 0.122.0 '@oxc-project/types': specifier: '=0.122.0' version: 0.122.0 @@ -169,8 +169,8 @@ catalogs: specifier: '=1.57.0' version: 1.57.0 oxlint-tsgolint: - specifier: '=0.17.3' - version: 0.17.3 + specifier: '=0.17.4' + version: 0.17.4 pathe: specifier: ^2.0.3 version: 2.0.3 @@ -179,7 +179,7 @@ catalogs: version: 1.1.1 picomatch: specifier: ^4.0.2 - version: 4.0.3 + version: 4.0.4 playwright: specifier: ^1.57.0 version: 1.57.0 @@ -226,8 +226,8 @@ catalogs: specifier: ^1.0.1 version: 1.0.4 tsdown: - specifier: ^0.21.4 - version: 0.21.4 + specifier: ^0.21.5 + version: 0.21.5 typescript: specifier: ^5.9.3 version: 5.9.3 @@ -306,7 +306,7 @@ importers: version: 0.42.0 oxlint: specifier: 'catalog:' - version: 1.57.0(oxlint-tsgolint@0.17.3) + version: 1.57.0(oxlint-tsgolint@0.17.4) playwright: specifier: 'catalog:' version: 1.57.0 @@ -348,10 +348,10 @@ importers: version: 0.42.0 oxlint: specifier: 'catalog:' - version: 1.57.0(oxlint-tsgolint@0.17.3) + version: 1.57.0(oxlint-tsgolint@0.17.4) oxlint-tsgolint: specifier: 'catalog:' - version: 0.17.3 + version: 0.17.4 picocolors: specifier: 'catalog:' version: 1.1.1 @@ -412,7 +412,7 @@ importers: version: 7.7.4 tsdown: specifier: 'catalog:' - version: 0.21.4(@arethetypeswrong/core@0.18.2)(@tsdown/css@0.21.4)(@tsdown/exe@0.21.4)(@typescript/native-preview@7.0.0-dev.20260122.2)(@vitejs/devtools@0.1.11(@pnpm/logger@1001.0.1)(typescript@5.9.3)(vite@packages+core))(oxc-resolver@11.14.0)(publint@0.3.18)(typescript@5.9.3)(unplugin-unused@0.5.6) + version: 0.21.5(@arethetypeswrong/core@0.18.2)(@tsdown/css@0.21.5)(@tsdown/exe@0.21.5)(@typescript/native-preview@7.0.0-dev.20260122.2)(@vitejs/devtools@0.1.11(@pnpm/logger@1001.0.1)(typescript@5.9.3)(vite@packages+core))(oxc-resolver@11.14.0)(publint@0.3.18)(typescript@5.9.3)(unplugin-unused@0.5.6) validate-npm-package-name: specifier: 'catalog:' version: 7.0.2 @@ -430,16 +430,16 @@ importers: version: 0.18.2 '@oxc-project/runtime': specifier: 'catalog:' - version: 0.121.0 + version: 0.122.0 '@oxc-project/types': specifier: 'catalog:' version: 0.122.0 '@tsdown/css': - specifier: 0.21.4 - version: 0.21.4(jiti@2.6.1)(postcss-import@16.1.1(postcss@8.5.8))(postcss-modules@6.0.1(postcss@8.5.8))(postcss@8.5.8)(sass-embedded@1.98.0(source-map-js@1.2.1))(sass@1.98.0)(tsdown@0.21.4)(tsx@4.21.0)(yaml@2.8.2) + specifier: 0.21.5 + version: 0.21.5(jiti@2.6.1)(postcss-import@16.1.1(postcss@8.5.8))(postcss-modules@6.0.1(postcss@8.5.8))(postcss@8.5.8)(sass-embedded@1.98.0(source-map-js@1.2.1))(sass@1.98.0)(tsdown@0.21.5)(tsx@4.21.0)(yaml@2.8.2) '@tsdown/exe': - specifier: 0.21.4 - version: 0.21.4(tsdown@0.21.4) + specifier: 0.21.5 + version: 0.21.5(tsdown@0.21.5) '@types/node': specifier: ^20.19.0 || >=22.12.0 version: 24.12.0 @@ -480,7 +480,7 @@ importers: specifier: ^4.8.1 version: 4.21.0 typescript: - specifier: ^5.0.0 + specifier: ^5.0.0 || ^6.0.0 version: 5.9.3 unplugin-unused: specifier: ^0.5.0 @@ -530,7 +530,7 @@ importers: version: 1.1.1 picomatch: specifier: ^4.0.3 - version: 4.0.3 + version: 4.0.4 pkg-types: specifier: ^2.3.0 version: 2.3.0 @@ -545,7 +545,7 @@ importers: version: 4.59.0 rollup-plugin-license: specifier: ^3.6.0 - version: 3.7.0(picomatch@4.0.3)(rollup@4.59.0) + version: 3.7.0(picomatch@4.0.4)(rollup@4.59.0) semver: specifier: ^7.7.3 version: 7.7.4 @@ -557,7 +557,7 @@ importers: version: 1.2.2 tsdown: specifier: 'catalog:' - version: 0.21.4(@arethetypeswrong/core@0.18.2)(@tsdown/css@0.21.4)(@tsdown/exe@0.21.4)(@typescript/native-preview@7.0.0-dev.20260122.2)(@vitejs/devtools@0.1.11(@pnpm/logger@1001.0.1)(typescript@5.9.3)(vite@packages+core))(oxc-resolver@11.14.0)(publint@0.3.18)(typescript@5.9.3)(unplugin-unused@0.5.6) + version: 0.21.5(@arethetypeswrong/core@0.18.2)(@tsdown/css@0.21.5)(@tsdown/exe@0.21.5)(@typescript/native-preview@7.0.0-dev.20260122.2)(@vitejs/devtools@0.1.11(@pnpm/logger@1001.0.1)(typescript@5.9.3)(vite@packages+core))(oxc-resolver@11.14.0)(publint@0.3.18)(typescript@5.9.3)(unplugin-unused@0.5.6) vite: specifier: workspace:@voidzero-dev/vite-plus-core@* version: 'link:' @@ -589,7 +589,7 @@ importers: version: 1.3.0 tsdown: specifier: 'catalog:' - version: 0.21.4(@arethetypeswrong/core@0.18.2)(@tsdown/css@0.21.4)(@tsdown/exe@0.21.4)(@typescript/native-preview@7.0.0-dev.20260122.2)(@vitejs/devtools@0.1.11(@pnpm/logger@1001.0.1)(typescript@5.9.3)(vite@packages+core))(oxc-resolver@11.14.0)(publint@0.3.18)(typescript@5.9.3)(unplugin-unused@0.5.6) + version: 0.21.5(@arethetypeswrong/core@0.18.2)(@tsdown/css@0.21.5)(@tsdown/exe@0.21.5)(@typescript/native-preview@7.0.0-dev.20260122.2)(@vitejs/devtools@0.1.11(@pnpm/logger@1001.0.1)(typescript@5.9.3)(vite@packages+core))(oxc-resolver@11.14.0)(publint@0.3.18)(typescript@5.9.3)(unplugin-unused@0.5.6) packages/test: dependencies: @@ -722,7 +722,7 @@ importers: version: 2.0.3 picomatch: specifier: ^4.0.3 - version: 4.0.3 + version: 4.0.4 rolldown: specifier: workspace:rolldown@* version: link:../../rolldown/packages/rolldown @@ -777,7 +777,7 @@ importers: version: 0.0.35 '@oxc-project/runtime': specifier: 'catalog:' - version: 0.121.0 + version: 0.122.0 '@types/node': specifier: 'catalog:' version: 24.10.3 @@ -788,8 +788,8 @@ importers: specifier: ^5.61.3 version: 5.70.2(@types/node@24.10.3)(typescript@5.9.3) oxfmt: - specifier: ^0.41.0 - version: 0.41.0 + specifier: ^0.42.0 + version: 0.42.0 playwright-chromium: specifier: ^1.56.1 version: 1.58.2 @@ -886,7 +886,7 @@ importers: version: 4.0.2 picomatch: specifier: 'catalog:' - version: 4.0.3 + version: 4.0.4 typescript: specifier: 'catalog:' version: 5.9.3 @@ -966,6 +966,9 @@ importers: acorn-import-assertions: specifier: 'catalog:' version: 1.9.0(acorn@8.16.0) + acorn-import-phases: + specifier: ^1.0.4 + version: 1.0.4(acorn@8.16.0) fixturify: specifier: 'catalog:' version: 3.0.0 @@ -1150,7 +1153,7 @@ importers: version: 1.1.1 tsdown: specifier: ^0.21.4 - version: 0.21.4(@arethetypeswrong/core@0.18.2)(@tsdown/css@0.21.4)(@tsdown/exe@0.21.4)(@typescript/native-preview@7.0.0-dev.20260122.2)(@vitejs/devtools@0.1.11(@pnpm/logger@1001.0.1)(typescript@5.9.3)(vite@packages+core))(oxc-resolver@11.14.0)(publint@0.3.18)(typescript@5.9.3)(unplugin-unused@0.5.6) + version: 0.21.5(@arethetypeswrong/core@0.18.2)(@tsdown/css@0.21.5)(@tsdown/exe@0.21.5)(@typescript/native-preview@7.0.0-dev.20260122.2)(@vitejs/devtools@0.1.11(@pnpm/logger@1001.0.1)(typescript@5.9.3)(vite@packages+core))(oxc-resolver@11.14.0)(publint@0.3.18)(typescript@5.9.3)(unplugin-unused@0.5.6) vite/packages/plugin-legacy: dependencies: @@ -1202,7 +1205,7 @@ importers: version: 1.1.1 tsdown: specifier: ^0.21.4 - version: 0.21.4(@arethetypeswrong/core@0.18.2)(@tsdown/css@0.21.4)(@tsdown/exe@0.21.4)(@typescript/native-preview@7.0.0-dev.20260122.2)(@vitejs/devtools@0.1.11(@pnpm/logger@1001.0.1)(typescript@5.9.3)(vite@packages+core))(oxc-resolver@11.14.0)(publint@0.3.18)(typescript@5.9.3)(unplugin-unused@0.5.6) + version: 0.21.5(@arethetypeswrong/core@0.18.2)(@tsdown/css@0.21.5)(@tsdown/exe@0.21.5)(@typescript/native-preview@7.0.0-dev.20260122.2)(@vitejs/devtools@0.1.11(@pnpm/logger@1001.0.1)(typescript@5.9.3)(vite@packages+core))(oxc-resolver@11.14.0)(publint@0.3.18)(typescript@5.9.3)(unplugin-unused@0.5.6) vite: specifier: workspace:@voidzero-dev/vite-plus-core@* version: link:../../../packages/core @@ -1223,7 +1226,7 @@ importers: version: 1.32.0 picomatch: specifier: ^4.0.3 - version: 4.0.3 + version: 4.0.4 postcss: specifier: ^8.5.8 version: 8.5.8 @@ -1386,7 +1389,7 @@ importers: version: 4.59.0 rollup-plugin-license: specifier: ^3.7.0 - version: 3.7.0(picomatch@4.0.3)(rollup@4.59.0) + version: 3.7.0(picomatch@4.0.4)(rollup@4.59.0) sass: specifier: ^1.98.0 version: 1.98.0 @@ -3316,8 +3319,8 @@ packages: resolution: {integrity: sha512-7fvACzS46TkHuzA+Tag8ac40qfwURXRTdc4AtyItF59AoNPOO/QjPMqPyvJH8CaUdGu0ntWDX1CCUNyLMxxX5g==} engines: {node: ^20.19.0 || >=22.12.0} - '@oxc-project/runtime@0.121.0': - resolution: {integrity: sha512-p0bQukD8OEHxzY4T9OlANBbEFGnOnjo1CYi50HES7OD36UO2yPh6T+uOJKLtlg06eclxroipRCpQGMpeH8EJ/g==} + '@oxc-project/runtime@0.122.0': + resolution: {integrity: sha512-vevyz3bNjevQFCV2Yg5o6Sp9BSoiYiJVymMrzA3S1ZGj4J8ak4YiywhFyQMueQ3UNlJU6HZOZYDy70TUc99aHw==} engines: {node: ^20.19.0 || >=22.12.0} '@oxc-project/types@0.120.0': @@ -3808,8 +3811,8 @@ packages: cpu: [arm64] os: [darwin] - '@oxlint-tsgolint/darwin-arm64@0.17.3': - resolution: {integrity: sha512-5aDl4mxXWs+Bj02pNrX6YY6v9KMZjLIytXoqolLEo0dfBNVeZUonZgJAa/w0aUmijwIRrBhxEzb42oLuUtfkGw==} + '@oxlint-tsgolint/darwin-arm64@0.17.4': + resolution: {integrity: sha512-XEA7vl/T1+wiVnMq2MR6u5OYr2pwKHiAPgklxpK8tPrjQ1ci/amNmwI8ECn6TPXSCsC8SJsSN5xvzXm5H3dTfw==} cpu: [arm64] os: [darwin] @@ -3818,8 +3821,8 @@ packages: cpu: [x64] os: [darwin] - '@oxlint-tsgolint/darwin-x64@0.17.3': - resolution: {integrity: sha512-gPBy4DS5ueCgXzko20XsNZzDe/Cxde056B+QuPLGvz05CGEAtmRfpImwnyY2lAXXjPL+SmnC/OYexu8zI12yHQ==} + '@oxlint-tsgolint/darwin-x64@0.17.4': + resolution: {integrity: sha512-EY2wmHWqkz72B0/ddMiAM564ZXpEuN1i7JqJJhLmDUQfiHX0/X0EqK3xlSScMCFcVicitOxbKO9oqbde3658yg==} cpu: [x64] os: [darwin] @@ -3828,8 +3831,8 @@ packages: cpu: [arm64] os: [linux] - '@oxlint-tsgolint/linux-arm64@0.17.3': - resolution: {integrity: sha512-+pkunvCfB6pB0G9qHVVXUao3nqzXQPo4O3DReIi+5nGa+bOU3J3Srgy+Zb8VyOL+WDsSMJ+U7+r09cKHWhz3hg==} + '@oxlint-tsgolint/linux-arm64@0.17.4': + resolution: {integrity: sha512-XL2X8hgp3/TZWeHFLUnWrveTCBPxy1kNtpzfvVkLtBgyoaRyopPYL0Mnm+ypXKgGvUdcjDaiJhnRjFHWmqZkew==} cpu: [arm64] os: [linux] @@ -3838,8 +3841,8 @@ packages: cpu: [x64] os: [linux] - '@oxlint-tsgolint/linux-x64@0.17.3': - resolution: {integrity: sha512-/kW5oXtBThu4FjmgIBthdmMjWLzT3M1TEDQhxDu7hQU5xDeTd60CDXb2SSwKCbue9xu7MbiFoJu83LN0Z/d38g==} + '@oxlint-tsgolint/linux-x64@0.17.4': + resolution: {integrity: sha512-jT+aWtQuU8jefwfBLAZu16p4t8xUDjxL6KKlOeuwX3cS6NO60ITJ4Glm8eQYq5cGsOmYIKXNIe4ckPpL5LC+5g==} cpu: [x64] os: [linux] @@ -3848,8 +3851,8 @@ packages: cpu: [arm64] os: [win32] - '@oxlint-tsgolint/win32-arm64@0.17.3': - resolution: {integrity: sha512-NMELRvbz4Ed4dxg8WiqZxtu3k4OJEp2B9KInZW+BMfqEqbwZdEJY83tbqz2hD1EjKO2akrqBQ0GpRUJEkd8kKw==} + '@oxlint-tsgolint/win32-arm64@0.17.4': + resolution: {integrity: sha512-pnnkBaI5tHBFhx+EhmpUHccBT3VOAXTgWK2eQBVLE4a/ywhpHN+8D6/QQN+ZTaA4LTkKowvlGD6vDOVP5KRPvw==} cpu: [arm64] os: [win32] @@ -3858,8 +3861,8 @@ packages: cpu: [x64] os: [win32] - '@oxlint-tsgolint/win32-x64@0.17.3': - resolution: {integrity: sha512-+pJ7r8J3SLPws5uoidVplZc8R/lpKyKPE6LoPGv9BME00Y1VjT6jWGx/dtUN8PWvcu3iTC6k+8u3ojFSJNmWTg==} + '@oxlint-tsgolint/win32-x64@0.17.4': + resolution: {integrity: sha512-JxT81aEUBNA/s01Ql2OQ2DLAsuM0M+mK9iLHunukOdPMhjA6NvFE/GtTablBYJKScK21d/xTvnoSLgQU3l22Cw==} cpu: [x64] os: [win32] @@ -4522,12 +4525,40 @@ packages: sass-embedded: optional: true + '@tsdown/css@0.21.5': + resolution: {integrity: sha512-twACFs2WaFlz//7+ev68BLOtznSH9jUQXn58/gEknqsRqz+SChTD9RZ4wP3xsA6HSRNnoSCXW9uzHnUzJJA6ug==} + engines: {node: '>=20.19.0'} + peerDependencies: + postcss: ^8.4.0 + postcss-import: ^16.0.0 + postcss-modules: ^6.0.0 + sass: '*' + sass-embedded: '*' + tsdown: 0.21.5 + peerDependenciesMeta: + postcss: + optional: true + postcss-import: + optional: true + postcss-modules: + optional: true + sass: + optional: true + sass-embedded: + optional: true + '@tsdown/exe@0.21.4': resolution: {integrity: sha512-aTniFeV/OjKa5Dxie4dbXar2wr3U+jKoascd+0XcK5uGBcadpzLUisks48QKRq7wTW+BF9N7cI0UyGGmEzHysg==} engines: {node: '>=20.19.0'} peerDependencies: tsdown: 0.21.4 + '@tsdown/exe@0.21.5': + resolution: {integrity: sha512-eAq6+1MiaTd+D2t/Q9YSrO3Fu8K8DtrRGLWYHXlSFeW/jVfxJcF++Hiaj3aNlaT6lRMJYx/GH45DzQgsh2HR8A==} + engines: {node: '>=20.19.0'} + peerDependencies: + tsdown: 0.21.5 + '@tybys/wasm-util@0.10.1': resolution: {integrity: sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==} @@ -5189,6 +5220,12 @@ packages: peerDependencies: acorn: ^8 + acorn-import-phases@1.0.4: + resolution: {integrity: sha512-wKmbr/DDiIXzEOiWrTTUcDm24kQ2vGfZQvM2fwg2vXqR5uW6aapr7ObPtj1th32b9u90/Pf4AItvdTh42fBmVQ==} + engines: {node: '>=10.13.0'} + peerDependencies: + acorn: ^8.14.0 + acorn-jsx@5.3.2: resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} peerDependencies: @@ -7227,8 +7264,8 @@ packages: resolution: {integrity: sha512-gJc7hb1ZQFbWjRDYpu1XG+5IRdr1S/Jz/W2ohcpaqIXuDmHU0ujGiM0x05J0nIfwMF3HOEcANi/+j6T0Uecdpg==} hasBin: true - oxlint-tsgolint@0.17.3: - resolution: {integrity: sha512-1eh4bcpOMw0e7+YYVxmhFc2mo/V6hJ2+zfukqf+GprvVn3y94b69M/xNrYLmx5A+VdYe0i/bJ2xOs6Hp/jRmRA==} + oxlint-tsgolint@0.17.4: + resolution: {integrity: sha512-4F/NXJiK2KnK4LQiULUPXRzVq0LOfextGvwCVRW1VKQbF5epI3MDMEGVAl5XjAGL6IFc7xBc/eVA95wczPeEQg==} hasBin: true oxlint@1.56.0: @@ -7369,8 +7406,8 @@ packages: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} engines: {node: '>=8.6'} - picomatch@4.0.3: - resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==} + picomatch@4.0.4: + resolution: {integrity: sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==} engines: {node: '>=12'} pify@2.3.0: @@ -8299,17 +8336,17 @@ packages: peerDependencies: typescript: '>=4.0.0' - tsdown@0.21.4: - resolution: {integrity: sha512-Q/kBi8SXkr4X6JI/NAZKZY1UuiEcbuXtIskL4tZCsgpDiEPM/2W6lC+OonNA31S+V3KsWedFvbFDBs23hvt+Aw==} + tsdown@0.21.5: + resolution: {integrity: sha512-TlgNhfPioAD6ECCUnZsxcUsXXuPPR4Rrxz3az741kL/M3oGIET4a9GajSNRNRx+jIva73TYUKQybrEPkDYN+fQ==} engines: {node: '>=20.19.0'} hasBin: true peerDependencies: '@arethetypeswrong/core': ^0.18.1 - '@tsdown/css': 0.21.4 - '@tsdown/exe': 0.21.4 + '@tsdown/css': 0.21.5 + '@tsdown/exe': 0.21.5 '@vitejs/devtools': '*' publint: ^0.3.0 - typescript: ^5.0.0 + typescript: ^5.0.0 || ^6.0.0 unplugin-unused: ^0.5.0 peerDependenciesMeta: '@arethetypeswrong/core': @@ -8471,8 +8508,8 @@ packages: unrs-resolver@1.11.1: resolution: {integrity: sha512-bSjt9pjaEBnNiGgc9rUiHGKv5l4/TGzDmYw3RhnkJGtLhbnnA/5qJj7x3dNDCRx/PJxu774LlH8lCOlB4hEfKg==} - unrun@0.2.32: - resolution: {integrity: sha512-opd3z6791rf281JdByf0RdRQrpcc7WyzqittqIXodM/5meNWdTwrVxeyzbaCp4/Rgls/um14oUaif1gomO8YGg==} + unrun@0.2.33: + resolution: {integrity: sha512-urXTjZHOHS6lMnatQerLcBpcTsaKZYGuu9aSZ+HlNfCApkiINRbj7YecC9h9hdZroMT4WQ4KVyzHfBqHKuFX9Q==} engines: {node: '>=20.19.0'} hasBin: true peerDependencies: @@ -10827,7 +10864,7 @@ snapshots: '@oxc-project/runtime@0.120.0': {} - '@oxc-project/runtime@0.121.0': {} + '@oxc-project/runtime@0.122.0': {} '@oxc-project/types@0.120.0': {} @@ -11073,37 +11110,37 @@ snapshots: '@oxlint-tsgolint/darwin-arm64@0.17.1': optional: true - '@oxlint-tsgolint/darwin-arm64@0.17.3': + '@oxlint-tsgolint/darwin-arm64@0.17.4': optional: true '@oxlint-tsgolint/darwin-x64@0.17.1': optional: true - '@oxlint-tsgolint/darwin-x64@0.17.3': + '@oxlint-tsgolint/darwin-x64@0.17.4': optional: true '@oxlint-tsgolint/linux-arm64@0.17.1': optional: true - '@oxlint-tsgolint/linux-arm64@0.17.3': + '@oxlint-tsgolint/linux-arm64@0.17.4': optional: true '@oxlint-tsgolint/linux-x64@0.17.1': optional: true - '@oxlint-tsgolint/linux-x64@0.17.3': + '@oxlint-tsgolint/linux-x64@0.17.4': optional: true '@oxlint-tsgolint/win32-arm64@0.17.1': optional: true - '@oxlint-tsgolint/win32-arm64@0.17.3': + '@oxlint-tsgolint/win32-arm64@0.17.4': optional: true '@oxlint-tsgolint/win32-x64@0.17.1': optional: true - '@oxlint-tsgolint/win32-x64@0.17.3': + '@oxlint-tsgolint/win32-x64@0.17.4': optional: true '@oxlint/binding-android-arm-eabi@1.56.0': @@ -11390,10 +11427,10 @@ snapshots: '@rollup/pluginutils': 5.3.0(rollup@4.59.0) commondir: 1.0.1 estree-walker: 2.0.2 - fdir: 6.5.0(picomatch@4.0.3) + fdir: 6.5.0(picomatch@4.0.4) is-reference: 1.2.1 magic-string: 0.30.21 - picomatch: 4.0.3 + picomatch: 4.0.4 optionalDependencies: rollup: 4.59.0 @@ -11428,7 +11465,7 @@ snapshots: dependencies: '@types/estree': 1.0.8 estree-walker: 2.0.2 - picomatch: 4.0.3 + picomatch: 4.0.4 optionalDependencies: rollup: 4.59.0 @@ -11539,12 +11576,12 @@ snapshots: '@tootallnate/quickjs-emscripten@0.23.0': {} - '@tsdown/css@0.21.4(jiti@2.6.1)(postcss-import@16.1.1(postcss@8.5.8))(postcss-modules@6.0.1(postcss@8.5.8))(postcss@8.5.8)(sass-embedded@1.98.0(source-map-js@1.2.1))(sass@1.98.0)(tsdown@0.21.4)(tsx@4.21.0)(yaml@2.8.2)': + '@tsdown/css@0.21.4(jiti@2.6.1)(postcss-import@16.1.1(postcss@8.5.8))(postcss-modules@6.0.1(postcss@8.5.8))(postcss@8.5.8)(sass-embedded@1.98.0(source-map-js@1.2.1))(sass@1.98.0)(tsdown@0.21.5)(tsx@4.21.0)(yaml@2.8.2)': dependencies: lightningcss: 1.32.0 postcss-load-config: 6.0.1(jiti@2.6.1)(postcss@8.5.8)(tsx@4.21.0)(yaml@2.8.2) rolldown: link:rolldown/packages/rolldown - tsdown: 0.21.4(@arethetypeswrong/core@0.18.2)(@tsdown/css@0.21.4)(@tsdown/exe@0.21.4)(@typescript/native-preview@7.0.0-dev.20260122.2)(@vitejs/devtools@0.1.11(@pnpm/logger@1001.0.1)(typescript@5.9.3)(vite@packages+core))(oxc-resolver@11.14.0)(publint@0.3.18)(typescript@5.9.3)(unplugin-unused@0.5.6) + tsdown: 0.21.5(@arethetypeswrong/core@0.18.2)(@tsdown/css@0.21.4)(@tsdown/exe@0.21.4)(@typescript/native-preview@7.0.0-dev.20260122.2)(@vitejs/devtools@0.1.11(@pnpm/logger@1001.0.1)(typescript@5.9.3)(vite@packages+core))(publint@0.3.18)(typescript@5.9.3)(unplugin-unused@0.5.6) optionalDependencies: postcss: 8.5.8 postcss-import: 16.1.1(postcss@8.5.8) @@ -11555,13 +11592,39 @@ snapshots: - jiti - tsx - yaml + optional: true - '@tsdown/exe@0.21.4(tsdown@0.21.4)': + '@tsdown/css@0.21.5(jiti@2.6.1)(postcss-import@16.1.1(postcss@8.5.8))(postcss-modules@6.0.1(postcss@8.5.8))(postcss@8.5.8)(sass-embedded@1.98.0(source-map-js@1.2.1))(sass@1.98.0)(tsdown@0.21.5)(tsx@4.21.0)(yaml@2.8.2)': + dependencies: + lightningcss: 1.32.0 + postcss-load-config: 6.0.1(jiti@2.6.1)(postcss@8.5.8)(tsx@4.21.0)(yaml@2.8.2) + rolldown: link:rolldown/packages/rolldown + tsdown: 0.21.5(@arethetypeswrong/core@0.18.2)(@tsdown/css@0.21.5)(@tsdown/exe@0.21.5)(@typescript/native-preview@7.0.0-dev.20260122.2)(@vitejs/devtools@0.1.11(@pnpm/logger@1001.0.1)(typescript@5.9.3)(vite@packages+core))(oxc-resolver@11.14.0)(publint@0.3.18)(typescript@5.9.3)(unplugin-unused@0.5.6) + optionalDependencies: + postcss: 8.5.8 + postcss-import: 16.1.1(postcss@8.5.8) + postcss-modules: 6.0.1(postcss@8.5.8) + sass: 1.98.0 + sass-embedded: 1.98.0(source-map-js@1.2.1) + transitivePeerDependencies: + - jiti + - tsx + - yaml + + '@tsdown/exe@0.21.4(tsdown@0.21.5)': dependencies: obug: 2.1.1 semver: 7.7.4 tinyexec: 1.0.4 - tsdown: 0.21.4(@arethetypeswrong/core@0.18.2)(@tsdown/css@0.21.4)(@tsdown/exe@0.21.4)(@typescript/native-preview@7.0.0-dev.20260122.2)(@vitejs/devtools@0.1.11(@pnpm/logger@1001.0.1)(typescript@5.9.3)(vite@packages+core))(oxc-resolver@11.14.0)(publint@0.3.18)(typescript@5.9.3)(unplugin-unused@0.5.6) + tsdown: 0.21.5(@arethetypeswrong/core@0.18.2)(@tsdown/css@0.21.4)(@tsdown/exe@0.21.4)(@typescript/native-preview@7.0.0-dev.20260122.2)(@vitejs/devtools@0.1.11(@pnpm/logger@1001.0.1)(typescript@5.9.3)(vite@packages+core))(publint@0.3.18)(typescript@5.9.3)(unplugin-unused@0.5.6) + optional: true + + '@tsdown/exe@0.21.5(tsdown@0.21.5)': + dependencies: + obug: 2.1.1 + semver: 7.7.4 + tinyexec: 1.0.4 + tsdown: 0.21.5(@arethetypeswrong/core@0.18.2)(@tsdown/css@0.21.5)(@tsdown/exe@0.21.5)(@typescript/native-preview@7.0.0-dev.20260122.2)(@vitejs/devtools@0.1.11(@pnpm/logger@1001.0.1)(typescript@5.9.3)(vite@packages+core))(oxc-resolver@11.14.0)(publint@0.3.18)(typescript@5.9.3)(unplugin-unused@0.5.6) '@tybys/wasm-util@0.10.1': dependencies: @@ -12151,8 +12214,8 @@ snapshots: postcss: 8.5.8 optionalDependencies: '@arethetypeswrong/core': 0.18.2 - '@tsdown/css': 0.21.4(jiti@2.6.1)(postcss-import@16.1.1(postcss@8.5.8))(postcss-modules@6.0.1(postcss@8.5.8))(postcss@8.5.8)(sass-embedded@1.98.0(source-map-js@1.2.1))(sass@1.98.0)(tsdown@0.21.4)(tsx@4.21.0)(yaml@2.8.2) - '@tsdown/exe': 0.21.4(tsdown@0.21.4) + '@tsdown/css': 0.21.4(jiti@2.6.1)(postcss-import@16.1.1(postcss@8.5.8))(postcss-modules@6.0.1(postcss@8.5.8))(postcss@8.5.8)(sass-embedded@1.98.0(source-map-js@1.2.1))(sass@1.98.0)(tsdown@0.21.5)(tsx@4.21.0)(yaml@2.8.2) + '@tsdown/exe': 0.21.4(tsdown@0.21.5) '@types/node': 24.10.3 '@vitejs/devtools': 0.1.11(@pnpm/logger@1001.0.1)(typescript@5.9.3)(vite@packages+core) esbuild: 0.27.4 @@ -12403,6 +12466,10 @@ snapshots: dependencies: acorn: 8.16.0 + acorn-import-phases@1.0.4(acorn@8.16.0): + dependencies: + acorn: 8.16.0 + acorn-jsx@5.3.2(acorn@6.4.2): dependencies: acorn: 6.4.2 @@ -13444,9 +13511,9 @@ snapshots: dependencies: pend: 1.2.0 - fdir@6.5.0(picomatch@4.0.3): + fdir@6.5.0(picomatch@4.0.4): optionalDependencies: - picomatch: 4.0.3 + picomatch: 4.0.4 fetch-blob@3.2.0: dependencies: @@ -13978,7 +14045,7 @@ snapshots: minimist: 1.2.8 oxc-resolver: 11.14.0 picocolors: 1.1.1 - picomatch: 4.0.3 + picomatch: 4.0.4 smol-toml: 1.5.2 strip-json-comments: 5.0.3 typescript: 5.9.3 @@ -14077,7 +14144,7 @@ snapshots: dependencies: commander: 14.0.3 listr2: 9.0.5 - picomatch: 4.0.3 + picomatch: 4.0.4 string-argv: 0.3.2 tinyexec: 1.0.4 yaml: 2.8.2 @@ -14545,14 +14612,14 @@ snapshots: '@oxlint-tsgolint/win32-arm64': 0.17.1 '@oxlint-tsgolint/win32-x64': 0.17.1 - oxlint-tsgolint@0.17.3: + oxlint-tsgolint@0.17.4: optionalDependencies: - '@oxlint-tsgolint/darwin-arm64': 0.17.3 - '@oxlint-tsgolint/darwin-x64': 0.17.3 - '@oxlint-tsgolint/linux-arm64': 0.17.3 - '@oxlint-tsgolint/linux-x64': 0.17.3 - '@oxlint-tsgolint/win32-arm64': 0.17.3 - '@oxlint-tsgolint/win32-x64': 0.17.3 + '@oxlint-tsgolint/darwin-arm64': 0.17.4 + '@oxlint-tsgolint/darwin-x64': 0.17.4 + '@oxlint-tsgolint/linux-arm64': 0.17.4 + '@oxlint-tsgolint/linux-x64': 0.17.4 + '@oxlint-tsgolint/win32-arm64': 0.17.4 + '@oxlint-tsgolint/win32-x64': 0.17.4 oxlint@1.56.0(oxlint-tsgolint@0.17.1): optionalDependencies: @@ -14577,7 +14644,7 @@ snapshots: '@oxlint/binding-win32-x64-msvc': 1.56.0 oxlint-tsgolint: 0.17.1 - oxlint@1.57.0(oxlint-tsgolint@0.17.3): + oxlint@1.57.0(oxlint-tsgolint@0.17.4): optionalDependencies: '@oxlint/binding-android-arm-eabi': 1.57.0 '@oxlint/binding-android-arm64': 1.57.0 @@ -14598,7 +14665,7 @@ snapshots: '@oxlint/binding-win32-arm64-msvc': 1.57.0 '@oxlint/binding-win32-ia32-msvc': 1.57.0 '@oxlint/binding-win32-x64-msvc': 1.57.0 - oxlint-tsgolint: 0.17.3 + oxlint-tsgolint: 0.17.4 p-limit@3.1.0: dependencies: @@ -14721,7 +14788,7 @@ snapshots: picomatch@2.3.1: {} - picomatch@4.0.3: {} + picomatch@4.0.4: {} pify@2.3.0: {} @@ -15075,10 +15142,10 @@ snapshots: transitivePeerDependencies: - oxc-resolver - rollup-plugin-license@3.7.0(picomatch@4.0.3)(rollup@4.59.0): + rollup-plugin-license@3.7.0(picomatch@4.0.4)(rollup@4.59.0): dependencies: commenting: 1.1.0 - fdir: 6.5.0(picomatch@4.0.3) + fdir: 6.5.0(picomatch@4.0.4) lodash: 4.17.21 magic-string: 0.30.21 moment: 2.30.1 @@ -15577,8 +15644,8 @@ snapshots: tinyglobby@0.2.15: dependencies: - fdir: 6.5.0(picomatch@4.0.3) - picomatch: 4.0.3 + fdir: 6.5.0(picomatch@4.0.4) + picomatch: 4.0.4 tinypool@2.1.0: {} @@ -15616,10 +15683,44 @@ snapshots: ts-declaration-location@1.0.7(typescript@5.9.3): dependencies: - picomatch: 4.0.3 + picomatch: 4.0.4 + typescript: 5.9.3 + + tsdown@0.21.5(@arethetypeswrong/core@0.18.2)(@tsdown/css@0.21.4)(@tsdown/exe@0.21.4)(@typescript/native-preview@7.0.0-dev.20260122.2)(@vitejs/devtools@0.1.11(@pnpm/logger@1001.0.1)(typescript@5.9.3)(vite@packages+core))(publint@0.3.18)(typescript@5.9.3)(unplugin-unused@0.5.6): + dependencies: + ansis: 4.2.0 + cac: 7.0.0 + defu: 6.1.4 + empathic: 2.0.0 + hookable: 6.1.0 + import-without-cache: 0.2.5 + obug: 2.1.1 + picomatch: 4.0.4 + rolldown: link:rolldown/packages/rolldown + rolldown-plugin-dts: 0.22.5(@typescript/native-preview@7.0.0-dev.20260122.2)(oxc-resolver@11.14.0)(rolldown@rolldown+packages+rolldown)(typescript@5.9.3) + semver: 7.7.4 + tinyexec: 1.0.4 + tinyglobby: 0.2.15 + tree-kill: 1.2.2 + unconfig-core: 7.5.0 + unrun: 0.2.33 + optionalDependencies: + '@arethetypeswrong/core': 0.18.2 + '@tsdown/css': 0.21.4(jiti@2.6.1)(postcss-import@16.1.1(postcss@8.5.8))(postcss-modules@6.0.1(postcss@8.5.8))(postcss@8.5.8)(sass-embedded@1.98.0(source-map-js@1.2.1))(sass@1.98.0)(tsdown@0.21.5)(tsx@4.21.0)(yaml@2.8.2) + '@tsdown/exe': 0.21.4(tsdown@0.21.5) + '@vitejs/devtools': 0.1.11(@pnpm/logger@1001.0.1)(typescript@5.9.3)(vite@packages+core) + publint: 0.3.18 typescript: 5.9.3 + unplugin-unused: 0.5.6 + transitivePeerDependencies: + - '@ts-macro/tsc' + - '@typescript/native-preview' + - oxc-resolver + - synckit + - vue-tsc + optional: true - tsdown@0.21.4(@arethetypeswrong/core@0.18.2)(@tsdown/css@0.21.4)(@tsdown/exe@0.21.4)(@typescript/native-preview@7.0.0-dev.20260122.2)(@vitejs/devtools@0.1.11(@pnpm/logger@1001.0.1)(typescript@5.9.3)(vite@packages+core))(oxc-resolver@11.14.0)(publint@0.3.18)(typescript@5.9.3)(unplugin-unused@0.5.6): + tsdown@0.21.5(@arethetypeswrong/core@0.18.2)(@tsdown/css@0.21.5)(@tsdown/exe@0.21.5)(@typescript/native-preview@7.0.0-dev.20260122.2)(@vitejs/devtools@0.1.11(@pnpm/logger@1001.0.1)(typescript@5.9.3)(vite@packages+core))(oxc-resolver@11.14.0)(publint@0.3.18)(typescript@5.9.3)(unplugin-unused@0.5.6): dependencies: ansis: 4.2.0 cac: 7.0.0 @@ -15628,7 +15729,7 @@ snapshots: hookable: 6.1.0 import-without-cache: 0.2.5 obug: 2.1.1 - picomatch: 4.0.3 + picomatch: 4.0.4 rolldown: link:rolldown/packages/rolldown rolldown-plugin-dts: 0.22.5(@typescript/native-preview@7.0.0-dev.20260122.2)(oxc-resolver@11.14.0)(rolldown@rolldown+packages+rolldown)(typescript@5.9.3) semver: 7.7.4 @@ -15636,11 +15737,11 @@ snapshots: tinyglobby: 0.2.15 tree-kill: 1.2.2 unconfig-core: 7.5.0 - unrun: 0.2.32 + unrun: 0.2.33 optionalDependencies: '@arethetypeswrong/core': 0.18.2 - '@tsdown/css': 0.21.4(jiti@2.6.1)(postcss-import@16.1.1(postcss@8.5.8))(postcss-modules@6.0.1(postcss@8.5.8))(postcss@8.5.8)(sass-embedded@1.98.0(source-map-js@1.2.1))(sass@1.98.0)(tsdown@0.21.4)(tsx@4.21.0)(yaml@2.8.2) - '@tsdown/exe': 0.21.4(tsdown@0.21.4) + '@tsdown/css': 0.21.5(jiti@2.6.1)(postcss-import@16.1.1(postcss@8.5.8))(postcss-modules@6.0.1(postcss@8.5.8))(postcss@8.5.8)(sass-embedded@1.98.0(source-map-js@1.2.1))(sass@1.98.0)(tsdown@0.21.5)(tsx@4.21.0)(yaml@2.8.2) + '@tsdown/exe': 0.21.5(tsdown@0.21.5) '@vitejs/devtools': 0.1.11(@pnpm/logger@1001.0.1)(typescript@5.9.3)(vite@packages+core) publint: 0.3.18 typescript: 5.9.3 @@ -15760,19 +15861,19 @@ snapshots: unplugin-utils@0.3.1: dependencies: pathe: 2.0.3 - picomatch: 4.0.3 + picomatch: 4.0.4 unplugin@2.3.11: dependencies: '@jridgewell/remapping': 2.3.5 acorn: 8.16.0 - picomatch: 4.0.3 + picomatch: 4.0.4 webpack-virtual-modules: 0.6.2 unplugin@3.0.0: dependencies: '@jridgewell/remapping': 2.3.5 - picomatch: 4.0.3 + picomatch: 4.0.4 webpack-virtual-modules: 0.6.2 unrs-resolver@1.11.1: @@ -15799,7 +15900,7 @@ snapshots: '@unrs/resolver-binding-win32-ia32-msvc': 1.11.1 '@unrs/resolver-binding-win32-x64-msvc': 1.11.1 - unrun@0.2.32: + unrun@0.2.33: dependencies: rolldown: link:rolldown/packages/rolldown @@ -15909,7 +16010,7 @@ snapshots: magic-string: 0.30.21 obug: 2.1.1 pathe: 2.0.3 - picomatch: 4.0.3 + picomatch: 4.0.4 std-env: 4.0.0 tinybench: 2.9.0 tinyexec: 1.0.4 @@ -15943,7 +16044,7 @@ snapshots: mlly: 1.8.2 muggle-string: 0.4.1 pathe: 2.0.3 - picomatch: 4.0.3 + picomatch: 4.0.4 scule: 1.3.0 tinyglobby: 0.2.15 unplugin: 3.0.0 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 957894daeb..ba5bf6e82d 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -15,7 +15,7 @@ catalog: '@nkzw/safe-word-list': ^3.1.0 '@oxc-node/cli': ^0.0.35 '@oxc-node/core': ^0.0.35 - '@oxc-project/runtime': =0.121.0 + '@oxc-project/runtime': =0.122.0 '@oxc-project/types': =0.122.0 '@pnpm/find-workspace-packages': ^6.0.9 '@rollup/plugin-commonjs': ^29.0.0 @@ -82,7 +82,7 @@ catalog: oxc-transform: =0.121.0 oxfmt: =0.42.0 oxlint: =1.57.0 - oxlint-tsgolint: =0.17.3 + oxlint-tsgolint: =0.17.4 pathe: ^2.0.3 picocolors: ^1.1.1 picomatch: ^4.0.2 @@ -102,7 +102,7 @@ catalog: terser: ^5.44.1 tinybench: ^6.0.0 tinyexec: ^1.0.1 - tsdown: ^0.21.4 + tsdown: ^0.21.5 tsx: ^4.20.6 typescript: ^5.9.3 unified: ^11.0.5