Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 19, 2025

Bumps rolldown from 1.0.0-beta.50 to 1.0.0-beta.51.

Release notes

Sourced from rolldown's releases.

v1.0.0-beta.51

[1.0.0-beta.51] - 2025-11-19

🔄 Node.js ESM Compatibility

  • Support for Node.js module.exports export in ESM
// ESM file can now export module.exports
export const foo = 'foo'
export { foo as 'module.exports' }

⚙️ Toolchain Upgrade

💥 BREAKING CHANGES

🚀 Features

... (truncated)

Changelog

Sourced from rolldown's changelog.

[1.0.0-beta.51] - 2025-11-19

💥 BREAKING CHANGES

🚀 Features

🐛 Bug Fixes

  • content hash should be affected by the minify behavior (#7102) by @​hyf0
  • canonical name not found for "__toESM" error when only named imports are used from a CJS module (#7094) by @​sapphi-red
  • preserve directory structure in chunk names with preserveModules (#6872) by @​IWANABETHATGUY
  • rolldown_plugin_asset: correct bundle deletion index calculation (#7063) by @​shulaoda
  • rolldown_plugin_utils: correct string slicing in render_asset_url_in_js (#7061) by @​shulaoda
  • rolldown_plugin_vite_html: use transformed result in asset URL handling (#7060) by @​shulaoda
  • rolldown_plugin_vite_html: skip redundant path resolution for processed URLs (#7058) by @​shulaoda

... (truncated)

Commits
  • 525b77e release: v1.0.0-beta.51 (#7124)
  • 23983aa feat: export sync APIs to experimental (#7122)
  • 833e011 feat: add isPathFragment validation for filename patterns (rollup compat) (#7...
  • b1dbc91 feat(rolldown_plugin_vite_asset_import_meta_url): align filter logic (#7103)
  • a24abcc fix: content hash should be affected by the minify behavior (#7102)
  • 494f38d feat(rolldown): oxc v0.98.0 (#6961)
  • b3d1276 chore(rolldown): add aliases for renamed vite plugins (#7087)
  • 72c900a fix: preserve directory structure in chunk names with preserveModules (#6872)
  • 3983388 refactor(rolldown_plugin_vite_react_refresh_wrapper)!: add vite prefix (#7086)
  • cdabd0e refactor(rolldown_plugin_vite_web_worker_post)!: add vite prefix (#7085)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 19, 2025
Bumps [rolldown](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) from 1.0.0-beta.50 to 1.0.0-beta.51.
- [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.51/packages/rolldown)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/rolldown-1.0.0-beta.51 branch from 980ba34 to 1d96eed Compare November 29, 2025 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant