Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Release notes

Sourced from rolldown's releases.

v1.0.0-beta.55

[1.0.0-beta.55] - 2025-12-17

✨ Post-Minification Banner & Footer

  • New postBanner and postFooter options allow adding content to chunks after minification, ensuring your comments won't be stripped by the minifier:
export default {
  output: {
    minify: true,
    postBanner: '/* My Library v1.0.0 */', // Always preserved
  },
};

🚀 Features

  • add validation errors for incompatible inlineDynamicImports options (#7539) by @​Copilot
  • rolldown_plugin_vite_reporter: truncate long importer lists in ineffective dynamic import warnings (#7528) by @​Copilot
  • export memfs from rolldown/experimental for browser builds (#7490) by @​Copilot
  • implement postBanner and postFooter (#7487) by @​sevenc-nanashi
  • port getLogFilter helper from Rollup for advanced log filtering (#6890) by @​taearls
  • dev: initialize rolldown_plugin_lazy_compilation (#7488) by @​hyf0
  • enable experimental.transform_hires_sourcemap: 'boundary' by default (#7478) by @​sapphi-red
  • apply merge CJS namespace optimizations more generally (#7475) by @​sapphi-red

🐛 Bug Fixes

🚜 Refactor

📚 Documentation

... (truncated)

Changelog

Sourced from rolldown's changelog.

[1.0.0-beta.55] - 2025-12-17

🚀 Features

  • add validation errors for incompatible inlineDynamicImports options (#7539) by @​Copilot
  • rolldown_plugin_vite_reporter: truncate long importer lists in ineffective dynamic import warnings (#7528) by @​Copilot
  • export memfs from rolldown/experimental for browser builds (#7490) by @​Copilot
  • implement postBanner and postFooter (#7487) by @​sevenc-nanashi
  • port getLogFilter helper from Rollup for advanced log filtering (#6890) by @​taearls
  • dev: initialize rolldown_plugin_lazy_compilation (#7488) by @​hyf0
  • enable experimental.transform_hires_sourcemap: 'boundary' by default (#7478) by @​sapphi-red
  • apply merge CJS namespace optimizations more generally (#7475) by @​sapphi-red

🐛 Bug Fixes

🚜 Refactor

📚 Documentation

🧪 Testing

⚙️ Miscellaneous Tasks

  • mark feature that will not be supported as ignored in rollup test status (#7535) by @​sapphi-red

... (truncated)

Commits
  • b343bbe release: v1.0.0-beta.55 (#7543)
  • 53058fb feat: add validation errors for incompatible inlineDynamicImports options (...
  • 13c8c78 refactor(dev): rename experimental.hmr to experimental.devMode (#7527)
  • b974098 refactor: pass addon option to rust as it is (#7526)
  • efdb06c fix: disable syntax transform optimization for minify: 'dce-only' (#7520)
  • 3541543 test: add tests for static string postBanner and postFooter (#7516)
  • 8b55cec feat: export memfs from rolldown/experimental for browser builds (#7490)
  • ff41c26 feat: implement postBanner and postFooter (#7487)
  • 27d96ac feat: port getLogFilter helper from Rollup for advanced log filtering (#6890)
  • a4ca830 test: disable pluginTimings by default to avoid snapshot noise (#7471)
  • See full diff 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.54 to 1.0.0-beta.55.
- [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.55/packages/rolldown)

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant