Compare commits

..

1 Commits

Author SHA1 Message Date
renovate-bot 560cd541a2 chore(deps): update devdependencies (non-major) (#95)
CD / Release (push) Successful in 17s
This PR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [oxfmt](https://oxc.rs/docs/guide/usage/formatter) ([source](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt)) | [`0.61.0` → `0.62.0`](https://renovatebot.com/diffs/npm/oxfmt/0.61.0/0.62.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/oxfmt/0.62.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/oxfmt/0.61.0/0.62.0?slim=true) |
| [rolldown](https://rolldown.rs/) ([source](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown)) | [`1.2.1` → `1.2.3`](https://renovatebot.com/diffs/npm/rolldown/1.2.1/1.2.3) | ![age](https://developer.mend.io/api/mc/badges/age/npm/rolldown/1.2.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rolldown/1.2.1/1.2.3?slim=true) |

---

### Release Notes

<details>
<summary>oxc-project/oxc (oxfmt)</summary>

### [`v0.62.0`](https://github.com/oxc-project/oxc/blob/HEAD/npm/oxfmt/CHANGELOG.md#0620---2026-08-03)

[Compare Source](https://github.com/oxc-project/oxc/compare/oxfmt_v0.61.0...oxfmt_v0.62.0)

##### 🐛 Bug Fixes

- [`e6e584b`](https://github.com/oxc-project/oxc/commit/e6e584b) oxfmt: Type jsdoc. enum options ([#&#8203;25008](https://github.com/oxc-project/oxc/issues/25008)) (leaysgur)

</details>

<details>
<summary>rolldown/rolldown (rolldown)</summary>

### [`v1.2.3`](https://github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#123---2026-08-05)

[Compare Source](https://github.com/rolldown/rolldown/compare/v1.2.2...v1.2.3)

##### 🐛 Bug Fixes

- dev: don't let a failed watch registration abort the batch ([#&#8203;10548](https://github.com/rolldown/rolldown/issues/10548)) by [@&#8203;shulaoda](https://github.com/shulaoda)

##### 🚜 Refactor

- remove deprecated `watch.notify` option ([#&#8203;10628](https://github.com/rolldown/rolldown/issues/10628)) by [@&#8203;sapphi-red](https://github.com/sapphi-red)

##### 📚 Documentation

- fix the dangling spec link on `generate_minified_names` ([#&#8203;10617](https://github.com/rolldown/rolldown/issues/10617)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY)

#####  Performance

- reduce finalization memory usage ([#&#8203;10554](https://github.com/rolldown/rolldown/issues/10554)) by [@&#8203;ericclemmons](https://github.com/ericclemmons)
- chunk-naming: build minified export names without allocating ([#&#8203;10618](https://github.com/rolldown/rolldown/issues/10618)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY)

##### 🧪 Testing

- resolve-file-url: allow a reference id to start with a digit ([#&#8203;10623](https://github.com/rolldown/rolldown/issues/10623)) by [@&#8203;jjb](https://github.com/jjb)
- code-splitting: pin the already-loaded namespace-extraction boundaries ([#&#8203;10593](https://github.com/rolldown/rolldown/issues/10593)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY)

##### ⚙️ Miscellaneous Tasks

- deps: upgrade oxc to 0.143.0  ([#&#8203;10603](https://github.com/rolldown/rolldown/issues/10603)) by [@&#8203;camc314](https://github.com/camc314)
- deps: update rollup submodule for tests to v4.62.4 ([#&#8203;10607](https://github.com/rolldown/rolldown/issues/10607)) by [@&#8203;rolldown-guard](https://github.com/rolldown-guard)\[bot]
- deps: update test262 submodule for tests ([#&#8203;10608](https://github.com/rolldown/rolldown/issues/10608)) by [@&#8203;rolldown-guard](https://github.com/rolldown-guard)\[bot]

##### ❤️ New Contributors

- [@&#8203;ericclemmons](https://github.com/ericclemmons) made their first contribution in [#&#8203;10554](https://github.com/rolldown/rolldown/pull/10554)
- [@&#8203;jjb](https://github.com/jjb) made their first contribution in [#&#8203;10623](https://github.com/rolldown/rolldown/pull/10623)

### [`v1.2.2`](https://github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#122---2026-08-03)

[Compare Source](https://github.com/rolldown/rolldown/compare/v1.2.1...v1.2.2)

##### 🚀 Features

- code-splitting: support inlining of shared deps in dynamic entries ([#&#8203;10526](https://github.com/rolldown/rolldown/issues/10526)) by [@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo)
- plugin: time the user callbacks configured on the options ([#&#8203;10509](https://github.com/rolldown/rolldown/issues/10509)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY)

##### 🐛 Bug Fixes

- dev: force `cleanDir` off in dev mode ([#&#8203;10579](https://github.com/rolldown/rolldown/issues/10579)) by [@&#8203;shulaoda](https://github.com/shulaoda)
- dev: keep `?rolldown-lazy` proxy ids out of user `resolveId` hooks ([#&#8203;10580](https://github.com/rolldown/rolldown/issues/10580)) by [@&#8203;btea](https://github.com/btea)
- initialize re-exported wrapped ESM modules at the entry chunk ([#&#8203;10567](https://github.com/rolldown/rolldown/issues/10567)) by [@&#8203;hyfdev](https://github.com/hyfdev)
- link: resolve circular star reexports as null ([#&#8203;10445](https://github.com/rolldown/rolldown/issues/10445)) by [@&#8203;Nic-Polumeyv](https://github.com/Nic-Polumeyv)
- transform: transformer gate skips newer syntax that oxc can lower ([#&#8203;10564](https://github.com/rolldown/rolldown/issues/10564)) by [@&#8203;sekyungk](https://github.com/sekyungk)
- code-splitting: materialize consumer-local barrel routing when the order-wrap plan is empty ([#&#8203;10544](https://github.com/rolldown/rolldown/issues/10544)) by [@&#8203;hyfdev](https://github.com/hyfdev)
- plugin: measure plugin hooks in JavaScript, report them from Rust ([#&#8203;10508](https://github.com/rolldown/rolldown/issues/10508)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY)
- plugin: include external dynamic imports in chunk metadata ([#&#8203;10557](https://github.com/rolldown/rolldown/issues/10557)) by [@&#8203;hyfdev](https://github.com/hyfdev)
- plugin: report plugin timings after closeBundle has run ([#&#8203;10521](https://github.com/rolldown/rolldown/issues/10521)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY)
- browser: avoid using node builtin modules ([#&#8203;10542](https://github.com/rolldown/rolldown/issues/10542)) by [@&#8203;sapphi-red](https://github.com/sapphi-red)

##### 🚜 Refactor

- plugin: give the build's own clocks their own type ([#&#8203;10520](https://github.com/rolldown/rolldown/issues/10520)) by [@&#8203;shulaoda](https://github.com/shulaoda)

##### 📚 Documentation

- correct stale `buildStart` comment in `ScanStageCache::merge` ([#&#8203;10577](https://github.com/rolldown/rolldown/issues/10577)) by [@&#8203;shulaoda](https://github.com/shulaoda)
- update outdated pluginutils references ([#&#8203;10574](https://github.com/rolldown/rolldown/issues/10574)) by [@&#8203;dogledogle](https://github.com/dogledogle)

#####  Performance

- external: drop the runtime import from chunks that never wrap ([#&#8203;10517](https://github.com/rolldown/rolldown/issues/10517)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY)
- plugin: clock the build only when it is being measured ([#&#8203;10558](https://github.com/rolldown/rolldown/issues/10558)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY)

##### 🧪 Testing

- vite-tests: drop the dead `@rolldown/pluginutils` pnpm override ([#&#8203;10575](https://github.com/rolldown/rolldown/issues/10575)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY)
- transform: group the transform-target fixtures and say why each exists ([#&#8203;10569](https://github.com/rolldown/rolldown/issues/10569)) by [@&#8203;IWANABETHATGUY](https://github.com/IWANABETHATGUY)
- dev: fix hmr-hot-update-hook-vite fixture on Windows ([#&#8203;10565](https://github.com/rolldown/rolldown/issues/10565)) by [@&#8203;h-a-n-a](https://github.com/h-a-n-a)
- dev: match Vite's renamed full-reload log ([#&#8203;10547](https://github.com/rolldown/rolldown/issues/10547)) by [@&#8203;shulaoda](https://github.com/shulaoda)

##### ⚙️ Miscellaneous Tasks

- deps: update napi ([#&#8203;10576](https://github.com/rolldown/rolldown/issues/10576)) by [@&#8203;renovate](https://github.com/renovate)\[bot]
- deps: bump `@napi-rs/wasm-runtime` to 1.2.2 ([#&#8203;10570](https://github.com/rolldown/rolldown/issues/10570)) by [@&#8203;shulaoda](https://github.com/shulaoda)
- deps: update npm packages ([#&#8203;10583](https://github.com/rolldown/rolldown/issues/10583)) by [@&#8203;renovate](https://github.com/renovate)\[bot]
- deps: update dependency rolldown-plugin-dts to ^0.28.0 ([#&#8203;10588](https://github.com/rolldown/rolldown/issues/10588)) by [@&#8203;renovate](https://github.com/renovate)\[bot]
- deps: update taiki-e/install-action action to v2.85.5 ([#&#8203;10587](https://github.com/rolldown/rolldown/issues/10587)) by [@&#8203;renovate](https://github.com/renovate)\[bot]
- deps: update codspeedhq/action action to v5 ([#&#8203;10584](https://github.com/rolldown/rolldown/issues/10584)) by [@&#8203;renovate](https://github.com/renovate)\[bot]
- deps: update github actions ([#&#8203;10582](https://github.com/rolldown/rolldown/issues/10582)) by [@&#8203;renovate](https://github.com/renovate)\[bot]
- deps: update rust crates ([#&#8203;10581](https://github.com/rolldown/rolldown/issues/10581)) by [@&#8203;renovate](https://github.com/renovate)\[bot]
- deps: update dependency vite-plus to v0.2.7 ([#&#8203;10568](https://github.com/rolldown/rolldown/issues/10568)) by [@&#8203;renovate](https://github.com/renovate)\[bot]
- deps: update dependency rolldown-plugin-dts to v0.27.14 ([#&#8203;10531](https://github.com/rolldown/rolldown/issues/10531)) by [@&#8203;renovate](https://github.com/renovate)\[bot]
- deps: update pnpm to v11.17.0 ([#&#8203;10571](https://github.com/rolldown/rolldown/issues/10571)) by [@&#8203;renovate](https://github.com/renovate)\[bot]
- deps: update [@&#8203;napi-rs/wasm-runtime](https://github.com/napi-rs/wasm-runtime) to 1.2.1 ([#&#8203;10545](https://github.com/rolldown/rolldown/issues/10545)) by [@&#8203;sapphi-red](https://github.com/sapphi-red)

##### ❤️ New Contributors

- [@&#8203;sekyungk](https://github.com/sekyungk) made their first contribution in [#&#8203;10564](https://github.com/rolldown/rolldown/pull/10564)
- [@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo) made their first contribution in [#&#8203;10526](https://github.com/rolldown/rolldown/pull/10526)

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- Branch creation
  - At any time (no schedule defined)
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNjMuOSIsInVwZGF0ZWRJblZlciI6IjQzLjI2My45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBzIiwibnBtIl19-->

Reviewed-on: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/pulls/95
Reviewed-by: t.behrendt <2+t.behrendt@noreply.localhost>
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2026-08-12 21:46:20 +02:00
3 changed files with 70 additions and 70 deletions
+5 -5
View File
File diff suppressed because one or more lines are too long
+64 -64
View File
@@ -15,7 +15,7 @@
"@types/node": "24.13.3",
"@vitest/coverage-v8": "4.1.10",
"oxfmt": "0.62.0",
"rolldown": "1.2.2",
"rolldown": "1.2.3",
"typescript": "7.0.2",
"vitest": "4.1.10"
}
@@ -200,9 +200,9 @@
}
},
"node_modules/@oxc-project/types": {
"version": "0.142.0",
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.142.0.tgz",
"integrity": "sha512-7W+2q5AKQVU36fkaryontrHn3YDt1RyUYXatw9i5H8ocYe2sPKSFB6eS8WNPeRKiN1qAWWZUPm7gwFzJGrccqQ==",
"version": "0.143.0",
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.143.0.tgz",
"integrity": "sha512-u6JZdLBTLotrNC9Vd6vPssINdzcCzleKAH6EJKImQb7GtYvX5keN2dxkoK44stCc4tffE6QQRtZTXVSzsLUlWA==",
"dev": true,
"license": "MIT",
"funding": {
@@ -557,9 +557,9 @@
}
},
"node_modules/@rolldown/binding-android-arm64": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.2.2.tgz",
"integrity": "sha512-l7x215OGvo1s52JWmR8U/DAVzEDWBCIbTm28aeJV/WDTSHgcKXaZTuBT0hJMs5NggilfJTW3clZVvd24yfKJxA==",
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.2.3.tgz",
"integrity": "sha512-zrJtHDcaZJ1Fp7xf4hNl+7seH9Cn/N5TwLYkhgXREtBwAd/jaqW3uqeHxpDugJLVICWg4eW44kOQEGJ1r6jCGw==",
"cpu": [
"arm64"
],
@@ -574,9 +574,9 @@
}
},
"node_modules/@rolldown/binding-darwin-arm64": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.2.2.tgz",
"integrity": "sha512-9u9Xv6c1AJZT0FfwH5vrMG5Jjcwhc1MlyrPu0XfTqkzsmqfks2M6W/o5XwAJgVVN/jHpqqngC1WevHKKTIUtIA==",
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.2.3.tgz",
"integrity": "sha512-ieIiibVCp0tX7TLu2cafoNPv8wJyYi01ekXpbf8q2j7F4rGAhhXb/eQh7ge9DRBY78GwmRQtvjZDux7EDbA8kA==",
"cpu": [
"arm64"
],
@@ -591,9 +591,9 @@
}
},
"node_modules/@rolldown/binding-darwin-x64": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.2.2.tgz",
"integrity": "sha512-9W1mbGZAfW3oqd85bhBkmpyHCCzL1TeG/zFFP3vg7b0rlly8cxOcre5nXwz+LHazCwac2MNWgPdPCHndABjpWQ==",
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.2.3.tgz",
"integrity": "sha512-Zh9tCon19eDXJoihx0rqKhMUlMYqzwj3aPsSuHmI4RWZh62dWUL+DJN4C5YQya5TcQBJU/Fe8+rY0jhXTQITqA==",
"cpu": [
"x64"
],
@@ -608,9 +608,9 @@
}
},
"node_modules/@rolldown/binding-freebsd-x64": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.2.2.tgz",
"integrity": "sha512-0p1lhiCSCyaerFwtrdZQUx7NqGk6LQnaRKWX7tFQqwQgvX0rjM15cIkm3pax1UpEakK14C4mOxx/jSqCBdBRqQ==",
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.2.3.tgz",
"integrity": "sha512-nGbJWewA1wrXXZiQhjAT5rhibGfns5ZNkDVqxsO6zJ3f3YvpoDNNmGMSbbhLuXKjNScaBJVOAboztAWVespQMg==",
"cpu": [
"x64"
],
@@ -625,9 +625,9 @@
}
},
"node_modules/@rolldown/binding-linux-arm-gnueabihf": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.2.2.tgz",
"integrity": "sha512-e+cOJXrJ2L3zx6YzqPg+f6Wbk3V1cKB8bOhbaYdVYN3DdquzNdRAmrbETz1qnt5yp/c7JNlNjmITiA2cVneQ7w==",
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.2.3.tgz",
"integrity": "sha512-QNniJr5Kml0kDEB98jiDOJjXNroxIIi0IXIbdYzY26Xt1pVbeP62+KnoIZLwirOymX/0jDk/2gI/bNUv7A7OIw==",
"cpu": [
"arm"
],
@@ -642,9 +642,9 @@
}
},
"node_modules/@rolldown/binding-linux-arm64-gnu": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.2.2.tgz",
"integrity": "sha512-JsSMsj6sNat/MuhG5fnBD7QgbtpHKVe30x5/bAVirDHdhoQRXJkF6xc0Jqk8O4fiCUQAzMOoH9wZi3m60c8wtg==",
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.2.3.tgz",
"integrity": "sha512-TkqEAcmmvH3I/q4114NB4RVt6241Dao48pF45uLcFGrwAaIn0iITgTAKP/dLjbN0R4buJjGb91+UHSoFmpgIWw==",
"cpu": [
"arm64"
],
@@ -662,9 +662,9 @@
}
},
"node_modules/@rolldown/binding-linux-arm64-musl": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.2.2.tgz",
"integrity": "sha512-B5G/zJdHaoJn9vD50eGHWkiWfmq8Uhi3IiLPJTzmZTrAalk1bztUikSXo0qga18ibE0IXboyeMUnhPjhAJ45wQ==",
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.2.3.tgz",
"integrity": "sha512-NHqjnxpsndf4MPymxteFAWHHfkTL8HjWh1KB7z23ofZ6QO2euONuxDXjat69dKZRALnGypg8k8SsK8vZJoXv1Q==",
"cpu": [
"arm64"
],
@@ -682,9 +682,9 @@
}
},
"node_modules/@rolldown/binding-linux-ppc64-gnu": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.2.2.tgz",
"integrity": "sha512-6mC/awzKka8W6EoekjegpfGkjz8jXWDX63pqu/HYVpyKtZfu65Jsh4QAH3Kej3CAv/c1oGX7psTmFEbr0mDxLA==",
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.2.3.tgz",
"integrity": "sha512-6tbrbwfz5GB9DQ4Jwo6hy9v+vR31xZlvzZ6n5Xut6Hhx5PvrA9q/HsK8KMaYQp063iqZGXwNvZtYNLD7EM/x0w==",
"cpu": [
"ppc64"
],
@@ -702,9 +702,9 @@
}
},
"node_modules/@rolldown/binding-linux-s390x-gnu": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.2.2.tgz",
"integrity": "sha512-412MX9fJLdA1IK28EZnc8jYv2HRTleOZgfLQumJ5zy7OeJLZlg/CETwFaXjNmGVxG51cFHpKLqb5LKvBC+HsHA==",
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.2.3.tgz",
"integrity": "sha512-oyuXxXmoZHjXC917IAPFAAv4wWAa0cM9afk8nx1+9/jNNOX1uPf8yDA6p7G0RypOfw/X0PQt5IfoquY1um+zSg==",
"cpu": [
"s390x"
],
@@ -722,9 +722,9 @@
}
},
"node_modules/@rolldown/binding-linux-x64-gnu": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.2.2.tgz",
"integrity": "sha512-Q/+HI/ToJafZ1iCqGgVQXUEkIjufHCTF0gBQ2a5o3cg7GJ2h0qyq3nvvSmU+bGda2/7ygXpTY4TM6gO9OhQ0ZA==",
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.2.3.tgz",
"integrity": "sha512-TytMwF2KVGqP2tgd0I1OY0PAv78dZRAYcF5ssDzjM34SUXCED3uXvSd5+lHoC0bTD6eEdFz7LdQNCO1y0oVk9w==",
"cpu": [
"x64"
],
@@ -742,9 +742,9 @@
}
},
"node_modules/@rolldown/binding-linux-x64-musl": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.2.2.tgz",
"integrity": "sha512-ZKp/w41n6wCvxzxQHtQSbuphfX3Y4cCvbjkKHusrLx4lh+JWLTU7StSltO/DKARISzbj368d+qUaCjI8K2wzXw==",
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.2.3.tgz",
"integrity": "sha512-/E9m3qstrJFVPoULV25mVQblSNExY2+kBsYe4sy0Tn0yOOgJ8wZbZt3KnRbF/XeU2Gl1STKUQnDNTqhIE5MD4A==",
"cpu": [
"x64"
],
@@ -762,9 +762,9 @@
}
},
"node_modules/@rolldown/binding-openharmony-arm64": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.2.2.tgz",
"integrity": "sha512-pxE6xD4KS3eAROkKK5yrhB9/3+vhlhVGMvlQLbdpzrBGDbKrnzx3RLwPaHvasLo6jgaiBLn7e04Df9C4tYhjmA==",
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.2.3.tgz",
"integrity": "sha512-Kr0OcsoQI816i6HOl3vFHpd1K0eZyh76zgfj4c1nTyaTsd5r2Mj1lwM4R90y/qaCfmTn9eHy0SKwi98eitRxug==",
"cpu": [
"arm64"
],
@@ -779,9 +779,9 @@
}
},
"node_modules/@rolldown/binding-win32-arm64-msvc": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.2.2.tgz",
"integrity": "sha512-4MqEue5re+xIZzAWsB8sj0P1kqZySWqIuN4t6QaIO/YA6SFwySOLruvWQFzfmqk8LBK2P30KCSJwf6mJCZZ5/A==",
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.2.3.tgz",
"integrity": "sha512-hOtMwTqnME+/gJcH/PCZ0wn0zPUjiWOgkHpxbSJpfGKMezHltx1S7/k1SitzVa7Ww2cqrDDaFbZEhcJZO8o+Jw==",
"cpu": [
"arm64"
],
@@ -796,9 +796,9 @@
}
},
"node_modules/@rolldown/binding-win32-x64-msvc": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.2.2.tgz",
"integrity": "sha512-NweNxxD0Nf9t8v7kodun45Ijp3EIwYY+uydPP6qBEYvfBqhIjN6dZMzlQja3tqX/aLs3F3Uz+AxDpKgRhpOZQg==",
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.2.3.tgz",
"integrity": "sha512-ekcqMMkI2PlhYnfzQnB/cEdYUVVJViWvoUyLrbzgDoi3Snfc1mVBwdnc306ufA5ejy8JSPjT2RlW1nQSjW7efg==",
"cpu": [
"x64"
],
@@ -2031,13 +2031,13 @@
}
},
"node_modules/rolldown": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.2.2.tgz",
"integrity": "sha512-opwpo1tQBAcpSUJDt94B7hhLNGOKjCdE//XXjeLrnx9b83bjnw45tXdg1b09yEw/VLFBJGZpwRULMmOZo7ol+A==",
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.2.3.tgz",
"integrity": "sha512-rn9wpmxplLf7NLNyCk9FyWh3FM43DbY8jOzCdEPzH7uflhTftRbCEpqi6Ly2osgoU8OwObtmavMbWLaWy4LX7A==",
"dev": true,
"license": "MIT",
"dependencies": {
"@oxc-project/types": "=0.142.0",
"@oxc-project/types": "=0.143.0",
"@rolldown/pluginutils": "^1.0.0"
},
"bin": {
@@ -2047,20 +2047,20 @@
"node": "^20.19.0 || >=22.12.0"
},
"optionalDependencies": {
"@rolldown/binding-android-arm64": "1.2.2",
"@rolldown/binding-darwin-arm64": "1.2.2",
"@rolldown/binding-darwin-x64": "1.2.2",
"@rolldown/binding-freebsd-x64": "1.2.2",
"@rolldown/binding-linux-arm-gnueabihf": "1.2.2",
"@rolldown/binding-linux-arm64-gnu": "1.2.2",
"@rolldown/binding-linux-arm64-musl": "1.2.2",
"@rolldown/binding-linux-ppc64-gnu": "1.2.2",
"@rolldown/binding-linux-s390x-gnu": "1.2.2",
"@rolldown/binding-linux-x64-gnu": "1.2.2",
"@rolldown/binding-linux-x64-musl": "1.2.2",
"@rolldown/binding-openharmony-arm64": "1.2.2",
"@rolldown/binding-win32-arm64-msvc": "1.2.2",
"@rolldown/binding-win32-x64-msvc": "1.2.2"
"@rolldown/binding-android-arm64": "1.2.3",
"@rolldown/binding-darwin-arm64": "1.2.3",
"@rolldown/binding-darwin-x64": "1.2.3",
"@rolldown/binding-freebsd-x64": "1.2.3",
"@rolldown/binding-linux-arm-gnueabihf": "1.2.3",
"@rolldown/binding-linux-arm64-gnu": "1.2.3",
"@rolldown/binding-linux-arm64-musl": "1.2.3",
"@rolldown/binding-linux-ppc64-gnu": "1.2.3",
"@rolldown/binding-linux-s390x-gnu": "1.2.3",
"@rolldown/binding-linux-x64-gnu": "1.2.3",
"@rolldown/binding-linux-x64-musl": "1.2.3",
"@rolldown/binding-openharmony-arm64": "1.2.3",
"@rolldown/binding-win32-arm64-msvc": "1.2.3",
"@rolldown/binding-win32-x64-msvc": "1.2.3"
}
},
"node_modules/semver": {
+1 -1
View File
@@ -20,7 +20,7 @@
"@types/node": "24.13.3",
"@vitest/coverage-v8": "4.1.10",
"oxfmt": "0.62.0",
"rolldown": "1.2.2",
"rolldown": "1.2.3",
"typescript": "7.0.2",
"vitest": "4.1.10"
}