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>
This commit was merged in pull request #95.
This commit is contained in:
2026-08-12 21:46:20 +02:00
committed by t.behrendt
parent 691f6247ed
commit 560cd541a2
3 changed files with 151 additions and 202 deletions
+5 -5
View File
File diff suppressed because one or more lines are too long