Skip to content

Commit 68810df

Browse files
chore(deps): update dependency rolldown to v1.0.0-rc.4 (#12)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [rolldown](https://rolldown.rs/) ([source](https://redirect.github.com/rolldown/rolldown/tree/HEAD/packages/rolldown)) | [`1.0.0-rc.3` → `1.0.0-rc.4`](https://renovatebot.com/diffs/npm/rolldown/1.0.0-rc.3/1.0.0-rc.4) | ![age](https://developer.mend.io/api/mc/badges/age/npm/rolldown/1.0.0-rc.4?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/rolldown/1.0.0-rc.4?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/rolldown/1.0.0-rc.3/1.0.0-rc.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rolldown/1.0.0-rc.3/1.0.0-rc.4?slim=true) | --- ### Release Notes <details> <summary>rolldown/rolldown (rolldown)</summary> ### [`v1.0.0-rc.4`](https://redirect.github.com/rolldown/rolldown/blob/HEAD/CHANGELOG.md#100-rc4---2026-02-11) [Compare Source](https://redirect.github.com/rolldown/rolldown/compare/v1.0.0-rc.3...v1.0.0-rc.4) ##### 🚀 Features - rename error name to `RolldownError` from `RollupError` ([#&#8203;8262](https://redirect.github.com/rolldown/rolldown/issues/8262)) by [@&#8203;sapphi-red](https://redirect.github.com/sapphi-red) - add hidden `resolve_tsconfig` function for Vite ([#&#8203;8257](https://redirect.github.com/rolldown/rolldown/issues/8257)) by [@&#8203;sapphi-red](https://redirect.github.com/sapphi-red) - rust: introduce `rolldown_watcher` ([#&#8203;8161](https://redirect.github.com/rolldown/rolldown/issues/8161)) by [@&#8203;hyf0](https://redirect.github.com/hyf0) - unify `comments` and `legalComments` into a single granular `comments` option ([#&#8203;8229](https://redirect.github.com/rolldown/rolldown/issues/8229)) by [@&#8203;IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - add builtin plugin for visualizing chunk graph ([#&#8203;8162](https://redirect.github.com/rolldown/rolldown/issues/8162)) by [@&#8203;IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - show import declaration location in AssignToImport errors ([#&#8203;8222](https://redirect.github.com/rolldown/rolldown/issues/8222)) by [@&#8203;Copilot](https://redirect.github.com/Copilot) - show import declaration span in CannotCallNamespace error ([#&#8203;8223](https://redirect.github.com/rolldown/rolldown/issues/8223)) by [@&#8203;Copilot](https://redirect.github.com/Copilot) - emit error when plugin accidentally removes runtime module symbols ([#&#8203;8203](https://redirect.github.com/rolldown/rolldown/issues/8203)) by [@&#8203;IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - support tsconfig loading & inputMap for `transform` ([#&#8203;8180](https://redirect.github.com/rolldown/rolldown/issues/8180)) by [@&#8203;sapphi-red](https://redirect.github.com/sapphi-red) - rolldown\_plugin\_vite\_reporter: update warning message to link to Rolldown docs ([#&#8203;8205](https://redirect.github.com/rolldown/rolldown/issues/8205)) by [@&#8203;sapphi-red](https://redirect.github.com/sapphi-red) ##### 🐛 Bug Fixes - avoid panic on untranspiled JSX syntax by reporting a diagnostic error ([#&#8203;8226](https://redirect.github.com/rolldown/rolldown/issues/8226)) by [@&#8203;IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - rolldown\_plugin\_vite\_import\_glob: relax absolute path check and improve invalid glob warning ([#&#8203;8219](https://redirect.github.com/rolldown/rolldown/issues/8219)) by [@&#8203;shulaoda](https://redirect.github.com/shulaoda) - merge chunks after detect circular reference ([#&#8203;8154](https://redirect.github.com/rolldown/rolldown/issues/8154)) by [@&#8203;IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - rust: detect runtime module side effects based on its content ([#&#8203;8209](https://redirect.github.com/rolldown/rolldown/issues/8209)) by [@&#8203;hyf0](https://redirect.github.com/hyf0) ##### 🚜 Refactor - rename `other` to `jsdoc` in comments options ([#&#8203;8256](https://redirect.github.com/rolldown/rolldown/issues/8256)) by [@&#8203;IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - rename chunk-visualize plugin with bundle-analyzer plugin ([#&#8203;8255](https://redirect.github.com/rolldown/rolldown/issues/8255)) by [@&#8203;IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - remove EXPORT\_UNDEFINED\_VARIABLE error ([#&#8203;8228](https://redirect.github.com/rolldown/rolldown/issues/8228)) by [@&#8203;Copilot](https://redirect.github.com/Copilot) - consolidate missing runtime symbol errors into a single diagnostic ([#&#8203;8220](https://redirect.github.com/rolldown/rolldown/issues/8220)) by [@&#8203;IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) - stabilize `parse` and `parseSync` ([#&#8203;8215](https://redirect.github.com/rolldown/rolldown/issues/8215)) by [@&#8203;sapphi-red](https://redirect.github.com/sapphi-red) - return errors instead of panicking on builtin plugin conversion failure ([#&#8203;8217](https://redirect.github.com/rolldown/rolldown/issues/8217)) by [@&#8203;shulaoda](https://redirect.github.com/shulaoda) - expose `parse` / `minify` / `transform` from `rolldown/utils` ([#&#8203;8214](https://redirect.github.com/rolldown/rolldown/issues/8214)) by [@&#8203;sapphi-red](https://redirect.github.com/sapphi-red) - prepare defer chunk merging ([#&#8203;8153](https://redirect.github.com/rolldown/rolldown/issues/8153)) by [@&#8203;IWANABETHATGUY](https://redirect.github.com/IWANABETHATGUY) ##### 📚 Documentation - remove `<script>` escape behavior difference note from `platform` option ([#&#8203;8253](https://redirect.github.com/rolldown/rolldown/issues/8253)) by [@&#8203;sapphi-red](https://redirect.github.com/sapphi-red) - TypeScript & JSX support by plugins ([#&#8203;8183](https://redirect.github.com/rolldown/rolldown/issues/8183)) by [@&#8203;sapphi-red](https://redirect.github.com/sapphi-red) ##### 🧪 Testing - ensure runtime module is preserved even if it's not used but has side effects ([#&#8203;8213](https://redirect.github.com/rolldown/rolldown/issues/8213)) by [@&#8203;hyf0](https://redirect.github.com/hyf0) ##### ⚙️ Miscellaneous Tasks - deps: update oxc to v0.113.0 ([#&#8203;8267](https://redirect.github.com/rolldown/rolldown/issues/8267)) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - deps: update dependency oxlint-tsgolint to v0.12.0 ([#&#8203;8272](https://redirect.github.com/rolldown/rolldown/issues/8272)) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - deps: update oxc apps ([#&#8203;8269](https://redirect.github.com/rolldown/rolldown/issues/8269)) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - deps: update test262 submodule for tests ([#&#8203;8261](https://redirect.github.com/rolldown/rolldown/issues/8261)) by [@&#8203;sapphi-red](https://redirect.github.com/sapphi-red) - deps: update crate-ci/typos action to v1.43.4 ([#&#8203;8260](https://redirect.github.com/rolldown/rolldown/issues/8260)) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - deps: update dependency esbuild to v0.27.3 ([#&#8203;8250](https://redirect.github.com/rolldown/rolldown/issues/8250)) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - deps: update rust crates ([#&#8203;8244](https://redirect.github.com/rolldown/rolldown/issues/8244)) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - deps: update dependency semver to v7.7.4 ([#&#8203;8247](https://redirect.github.com/rolldown/rolldown/issues/8247)) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - deps: update github-actions ([#&#8203;8243](https://redirect.github.com/rolldown/rolldown/issues/8243)) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - deps: update npm packages ([#&#8203;8245](https://redirect.github.com/rolldown/rolldown/issues/8245)) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - deps: update oxc resolver to v11.17.1 ([#&#8203;8240](https://redirect.github.com/rolldown/rolldown/issues/8240)) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - deps: update rust crate oxc\_sourcemap to v6.0.2 ([#&#8203;8241](https://redirect.github.com/rolldown/rolldown/issues/8241)) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - rust: handle ignored `RUSTSEC-2025-0141` cargo check error ([#&#8203;8235](https://redirect.github.com/rolldown/rolldown/issues/8235)) by [@&#8203;hyf0](https://redirect.github.com/hyf0) - deps: update dependency oxlint-tsgolint to v0.11.5 ([#&#8203;8233](https://redirect.github.com/rolldown/rolldown/issues/8233)) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - deps: update dependency rolldown-plugin-dts to ^0.22.0 ([#&#8203;8232](https://redirect.github.com/rolldown/rolldown/issues/8232)) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - deps: update crate-ci/typos action to v1.43.3 ([#&#8203;8225](https://redirect.github.com/rolldown/rolldown/issues/8225)) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - deps: update dependency rolldown-plugin-dts to v0.21.9 ([#&#8203;8224](https://redirect.github.com/rolldown/rolldown/issues/8224)) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - deps: update crate-ci/typos action to v1.43.2 ([#&#8203;8212](https://redirect.github.com/rolldown/rolldown/issues/8212)) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - remove rolldown\_plugin\_vite\_wasm\_helper ([#&#8203;8207](https://redirect.github.com/rolldown/rolldown/issues/8207)) by [@&#8203;shulaoda](https://redirect.github.com/shulaoda) - build docs for production ([#&#8203;8206](https://redirect.github.com/rolldown/rolldown/issues/8206)) by [@&#8203;sapphi-red](https://redirect.github.com/sapphi-red) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/rolldown/rolldown-plugin-node-polyfills). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Ny4wIiwidXBkYXRlZEluVmVyIjoiNDIuOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e959ba5 commit 68810df

File tree

1 file changed

+64
-64
lines changed

1 file changed

+64
-64
lines changed

pnpm-lock.yaml

Lines changed: 64 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)