Skip to content

Bump rolldown from 1.0.0-beta.53 to 1.0.1#18

Merged
hach-que merged 1 commit into
mainfrom
dependabot/npm_and_yarn/rolldown-1.0.0-rc.18
May 20, 2026
Merged

Bump rolldown from 1.0.0-beta.53 to 1.0.1#18
hach-que merged 1 commit into
mainfrom
dependabot/npm_and_yarn/rolldown-1.0.0-rc.18

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 6, 2026

Bumps rolldown from 1.0.0-beta.53 to 1.0.1.

Release notes

Sourced from rolldown's releases.

v1.0.1

[1.0.1] - 2026-05-13

🚀 Features

🐛 Bug Fixes

  • transform: enable enum_eval for transformSync and vite TS transform (#9325) by @​Dunqing
  • error: remove severity prefix from diagnostic messages (#9262) by @​Kyujenius
  • deps: pin pnpm to 10.23.0 to work around catalog mismatch on Netlify (#9364) by @​shulaoda
  • ci: pin mimalloc-safe to 0.1.58 (#9361) by @​shulaoda
  • dev/lazy: fix exports of lazy requests in lazy chunks (#9249) by @​h-a-n-a
  • rolldown_plugin_vite_resolve: handle errors in resolveSubpathImports callback (#9355) by @​sapphi-red
  • rolldown_plugin_lazy_compilation: use loadExports for fetched proxy to preserve original export names (#9132) by @​h-a-n-a
  • common: include offending index in HybridIndexVec panic message (#9296) by @​SAY-5

🚜 Refactor

📚 Documentation

⚡ Performance

🧪 Testing

⚙️ Miscellaneous Tasks

... (truncated)

Changelog

Sourced from rolldown's changelog.

[1.0.0-beta.58] - 2025-12-31

💥 BREAKING CHANGES

  • experimental/devtools: rename InputOptions#debug to InputOptions#devtools (#7686) by @​Copilot

🚀 Features

🐛 Bug Fixes

🚜 Refactor

  • rust: use StableModuleId as the map key if possible (#7718) by @​hyf0
  • rust: return StableModuleId instead of &str from Module#stable_id() (#7717) by @​hyf0
  • rust: return correct stable id of external module from Module#stable_id() (#7716) by @​hyf0
  • rust: introduce StableModuleId type (#7715) by @​hyf0
  • rust: reduce unnecessary id.as_arc_str().clone().into() (#7714) by @​hyf0
  • rust: remove ModuleId#resource_id and use as_arc_str directly (#7710) by @​hyf0
  • rust: remove unused Module#id_clone (#7709) by @​hyf0
  • rust: remove Module#id_as_str and use Module#id directly (#7708) by @​hyf0
  • consolidate namespace call analysis into import analyzer (#7657) by @​IWANABETHATGUY
  • rust: make ExternalModule#id have the type ModuleId (#7707) by @​hyf0
  • rust: rename Module#id to Module#id_as_str (#7706) by @​hyf0
  • rust: use ModuleId instead of raw ArcStr for ScanStageCache (#7701) by @​hyf0
  • simplify error propagation in cache merge (#7702) by @​shulaoda
  • use ModuleId as the type of ResolvedId#id (#7694) by @​hyf0
  • types: rename resolved_request_info.rs to resolved_id.rs and move its contents (#7687) by @​hyf0
  • devtools: emit data to <CWD>/node_modules/.rolldown (#7692) by @​hyf0
  • use InvalidOption for hash placeholder generation errors (#7674) by @​shulaoda
  • rolldown_error: remove dependency on rolldown_utils (#7672) by @​shulaoda
  • use nodejs-built-in-modules v1.0.0 directly in callsites (#7667) by @​Boshen

📚 Documentation

⚙️ Miscellaneous Tasks

... (truncated)

Commits
  • 2777945 release: v1.0.1 (#9384)
  • 4e35380 feat(experimental/lazy-barrel): advice on oversized barrel modules (#9236)
  • 83d2762 docs: clarify scope of topLevelVar (#9380)
  • 9ba2e73 chore: migrate @rolldown/pluginutils to rolldown/plugins (#9317)
  • ef5796f fix(transform): enable enum_eval for transformSync and vite TS transform ...
  • 1f5dce1 fix(error): remove severity prefix from diagnostic messages (#9262)
  • fd47919 chore(deps): upgrade oxc to 0.130.0 (#9360)
  • 4c121d3 chore(deps): update npm packages (#9343)
  • 024de36 fix(rolldown_plugin_vite_resolve): handle errors in resolveSubpathImports c...
  • 7e5855c feat(chunk-optimization): dedupe already-loaded dynamic deps (#9305)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 6, 2026
@dependabot dependabot Bot changed the title Bump rolldown from 1.0.0-beta.53 to 1.0.0-rc.18 Bump rolldown from 1.0.0-beta.53 to 1.0.0 May 12, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/rolldown-1.0.0-rc.18 branch from a17c476 to 4d01202 Compare May 12, 2026 06:03
@hach-que
Copy link
Copy Markdown
Member

@dependabot rebase

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump rolldown from 1.0.0-beta.53 to 1.0.0 Bump rolldown from 1.0.0-beta.53 to 1.0.1 May 20, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/rolldown-1.0.0-rc.18 branch from 4d01202 to f20ccdf Compare May 20, 2026 03:21
@hach-que hach-que merged commit e2eb441 into main May 20, 2026
3 checks passed
@hach-que hach-que deleted the dependabot/npm_and_yarn/rolldown-1.0.0-rc.18 branch May 20, 2026 03:22
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