Skip to content

chore(deps-dev): bump rolldown from 1.1.0 to 1.1.1#220

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/rolldown-1.1.1
Open

chore(deps-dev): bump rolldown from 1.1.0 to 1.1.1#220
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/rolldown-1.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 24, 2026

Copy link
Copy Markdown
Contributor

Bumps rolldown from 1.1.0 to 1.1.1.

Release notes

Sourced from rolldown's releases.

v1.1.1

[1.1.1] - 2026-06-11

🚀 Features

🐛 Bug Fixes

🚜 Refactor

  • precompute wrapped-ESM init metadata in generate stage (#9712) by @​IWANABETHATGUY
  • ecmascript_utils: fold construction ext traits onto AstFactory and delete AstSnippet (#9702) by @​hyf0
  • finalizer: finish ScopeHoistingFinalizer migration to AstFactory (#9701) by @​hyf0
  • finalizer: migrate module_finalizers/mod.rs to AstFactory (#9700) by @​hyf0
  • hmr: migrate hmr finalizer to AstFactory (#9695) by @​hyf0
  • plugin: migrate vite_build_import_analysis to AstFactory (#9693) by @​hyf0
  • scanner: migrate tweak_ast_for_scanning to AstFactory (#9683) by @​hyf0
  • always split runtime module first (#9419) by @​IWANABETHATGUY

📚 Documentation

  • tsconfig: correct auto-discovery resolution to match TypeScript (#9714) by @​shulaoda
  • design: plan to unify all internal AST construction (#9673) by @​hyf0
  • tsconfig: align reference resolution docs with TypeScript behavior (#9641) by @​shulaoda

⚡ Performance

  • avoid per-module join Strings in scope-hoisting concatenation (#9645) by @​Boshen
  • avoid intermediate Strings in the ESM export clause (#9644) by @​Boshen
  • reuse a scratch buffer for facade namespace names in the scanner (#9642) by @​Boshen
  • reuse the import-matching tracker stack across named imports (#9643) by @​Boshen
  • avoid cloning the per-chunk export-items map in render_chunk_exports (#9639) by @​Boshen
  • avoid CompactStr allocation in sorted-exports membership check (#9640) by @​Boshen

🧪 Testing

... (truncated)

Changelog

Sourced from rolldown's changelog.

[1.1.1] - 2026-06-11

🚀 Features

🐛 Bug Fixes

🚜 Refactor

  • precompute wrapped-ESM init metadata in generate stage (#9712) by @​IWANABETHATGUY
  • ecmascript_utils: fold construction ext traits onto AstFactory and delete AstSnippet (#9702) by @​hyf0
  • finalizer: finish ScopeHoistingFinalizer migration to AstFactory (#9701) by @​hyf0
  • finalizer: migrate module_finalizers/mod.rs to AstFactory (#9700) by @​hyf0
  • hmr: migrate hmr finalizer to AstFactory (#9695) by @​hyf0
  • plugin: migrate vite_build_import_analysis to AstFactory (#9693) by @​hyf0
  • scanner: migrate tweak_ast_for_scanning to AstFactory (#9683) by @​hyf0
  • always split runtime module first (#9419) by @​IWANABETHATGUY

📚 Documentation

  • tsconfig: correct auto-discovery resolution to match TypeScript (#9714) by @​shulaoda
  • design: plan to unify all internal AST construction (#9673) by @​hyf0
  • tsconfig: align reference resolution docs with TypeScript behavior (#9641) by @​shulaoda

⚡ Performance

  • avoid per-module join Strings in scope-hoisting concatenation (#9645) by @​Boshen
  • avoid intermediate Strings in the ESM export clause (#9644) by @​Boshen
  • reuse a scratch buffer for facade namespace names in the scanner (#9642) by @​Boshen
  • reuse the import-matching tracker stack across named imports (#9643) by @​Boshen
  • avoid cloning the per-chunk export-items map in render_chunk_exports (#9639) by @​Boshen
  • avoid CompactStr allocation in sorted-exports membership check (#9640) by @​Boshen

🧪 Testing

... (truncated)

Commits
  • d7f919c release: v1.1.1 (#9718)
  • d8044a6 docs(tsconfig): correct auto-discovery resolution to match TypeScript (#9714)
  • 492951f test: add more moduleSideEffects precedence tests (#9689)
  • 3b0b5ad fix: explicit moduleSideEffects from a hook must take priority over the `pa...
  • 924620a fix: keep the rolldown-runtime name for the standalone runtime chunk (#9685)
  • 811b2f9 fix(lazy-barrel): request all exports for entry barrels on first encounter (#...
  • 5cfff49 chore(deps): update oxc to 0.135.0 (#9670)
  • a04e9bf fix: order chunk.imports by execution order (#9654)
  • 8739a75 docs(tsconfig): align reference resolution docs with TypeScript behavior (#9641)
  • 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 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.1.0 to 1.1.1.
- [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.1.1/packages/rolldown)

---
updated-dependencies:
- dependency-name: rolldown
  dependency-version: 1.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 24, 2026
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.

0 participants