Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps rolldown from 1.0.0-beta.53 to 1.0.0-beta.54.

Release notes

Sourced from rolldown's releases.

v1.0.0-beta.54

[1.0.0-beta.54] - 2025-12-11

⏱️ Plugin Timing Analysis

[!WARNING] For hooks using ctx.resolve() or ctx.load(), the reported time includes waiting for other plugins, which may overestimate that plugin's actual cost.

Additionally, since plugin hooks execute concurrently, the statistics represent accumulated time rather than wall-clock time. The measured duration also includes Rust-side processing overhead, Tokio async scheduling overhead, NAPI data conversion overhead, and JavaScript event loop overhead.

🚀 Features

  • rolldown_plugin_vite_reporter: add newline after build summary for better log separation (#7458) by @​shulaoda
  • plugin: collect plugin hook execution timings (#7364) by @​shulaoda
  • test-dev-server: reload page when detecting hmr reload message (#7422) by @​hyf0
  • rolldown_plugin_vite_dynamic_import_vars: add transform-based v2 implementation (#7400) by @​shulaoda
  • rolldown_plugin_vite_import_glob: add transform-based v2 implementation (#7394) by @​shulaoda
  • rolldown_plugin_vite_wasm_helper: add v2 implementation (#7402) by @​shulaoda
  • expose error location and context fields on JS API error objects (#7341) by @​Copilot
  • add CIRCULAR_REEXPORT error (#7337) by @​Copilot
  • support emit prebuilt chunk (#7277) by @​Copilot

🐛 Bug Fixes

🚜 Refactor

... (truncated)

Changelog

Sourced from rolldown's changelog.

[1.0.0-beta.54] - 2025-12-11

🚀 Features

  • rolldown_plugin_vite_reporter: add newline after build summary for better log separation (#7458) by @​shulaoda
  • plugin: collect plugin hook execution timings (#7364) by @​shulaoda
  • test-dev-server: reload page when detecting hmr reload message (#7422) by @​hyf0
  • rolldown_plugin_vite_dynamic_import_vars: add transform-based v2 implementation (#7400) by @​shulaoda
  • rolldown_plugin_vite_import_glob: add transform-based v2 implementation (#7394) by @​shulaoda
  • rolldown_plugin_vite_wasm_helper: add v2 implementation (#7402) by @​shulaoda
  • expose error location and context fields on JS API error objects (#7341) by @​Copilot
  • add CIRCULAR_REEXPORT error (#7337) by @​Copilot
  • support emit prebuilt chunk (#7277) by @​Copilot

🐛 Bug Fixes

🚜 Refactor

📚 Documentation

  • checks: clarify pluginTimings measures CPU time due to concurrent execution (#7448) by @​shulaoda
  • checks: add accuracy note to pluginTimings documentation (#7441) by @​shulaoda

... (truncated)

Commits
  • 5ab457a release: v1.0.0-beta.54 (#7461)
  • 6615b05 refactor(builtin-plugin): make config parameter required for vite plugins (#7...
  • b57c9a0 fix(rolldown_plugin_vite_transform,rolldown_plugin_vite_resolve): enable `yar...
  • 02cce7f feat(plugin): collect plugin hook execution timings (#7364)
  • 64b073f fix(rolldown_plugin_esm_external_require): run resolveId hook before other pl...
  • 97cf38f fix: avoid duplicate underscores in legitimized identifiers (#7418)
  • 127a02b test(rolldown_plugin_vite_dynamic_import_vars): add test cases for v2 impleme...
  • a61819b feat(rolldown_plugin_vite_dynamic_import_vars): add transform-based v2 implem...
  • 6710828 fix: use process.on('exit') instead of signal-exit on webcontainers (#7421)
  • 9e68d97 test(rolldown_plugin_vite_import_glob): add test cases for v2 implementation ...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rolldown](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) from 1.0.0-beta.53 to 1.0.0-beta.54.
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.0-beta.54/packages/rolldown)

---
updated-dependencies:
- dependency-name: rolldown
  dependency-version: 1.0.0-beta.54
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 15, 2025

Labels

The following labels could not be found: Dependency. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot requested a review from licitdev as a code owner December 15, 2025 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant