Skip to content

Bump @rolldown/binding-linux-x64-musl from 1.1.0 to 1.1.1#217

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/rolldown/binding-linux-x64-musl-1.1.1
Open

Bump @rolldown/binding-linux-x64-musl from 1.1.0 to 1.1.1#217
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/rolldown/binding-linux-x64-musl-1.1.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @rolldown/binding-linux-x64-musl from 1.1.0 to 1.1.1.

Release notes

Sourced from @​rolldown/binding-linux-x64-musl'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/binding-linux-x64-musl'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/binding-linux-x64-musl](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/binding-linux-x64-musl"
  dependency-version: 1.1.1
  dependency-type: direct:production
  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 npm npm ecosystem dependency updates labels Jun 17, 2026
@dependabot dependabot Bot requested a review from eviltester as a code owner June 17, 2026 03:56
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file npm npm ecosystem dependency updates labels Jun 17, 2026
@greptile-apps

greptile-apps Bot commented Jun 17, 2026

Copy link
Copy Markdown

Greptile Summary

This is a routine Dependabot patch bump of @rolldown/binding-linux-x64-musl from 1.1.0 to 1.1.1, updating both package.json and the corresponding pnpm-lock.yaml entries including the integrity hash.

  • package.json: Version specifier updated from 1.1.0 to 1.1.1 in optionalDependencies.
  • pnpm-lock.yaml: Specifier, resolved version, and SHA-512 integrity hash all updated to reflect 1.1.1.

Confidence Score: 5/5

Safe to merge — this is a narrow patch update to a platform-specific optional binary binding with no application logic changes.

The change touches only the version string and integrity hash for an optional platform-specific native binding used on Linux musl environments. The upstream 1.1.1 release contains bug fixes and refactors in the rolldown bundler internals (resolver, tree-shaking, HMR). No application source files are modified, and the lockfile integrity hash is consistent with the published package.

No files require special attention. The minor version gap between @rolldown/binding-linux-x64-gnu (1.0.3) and @rolldown/binding-linux-x64-musl (1.1.1) is worth noting, but since these are mutually exclusive optional dependencies for different Linux runtimes, they are never installed together.

Important Files Changed

Filename Overview
package.json Version of @rolldown/binding-linux-x64-musl bumped from 1.1.0 to 1.1.1 in optionalDependencies; no other changes.
pnpm-lock.yaml Lockfile updated to reflect the new 1.1.1 version and its SHA-512 integrity hash; snapshot entry updated accordingly.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[dependabot detects new version] --> B[package.json updated\n1.1.0 to 1.1.1]
    A --> C[pnpm-lock.yaml updated\nspecifier and integrity hash]
    B --> D{Platform at runtime}
    C --> D
    D -->|Linux glibc| E[binding-linux-x64-gnu\n1.0.3 installed]
    D -->|Linux musl| F[binding-linux-x64-musl\n1.1.1 installed]
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A[dependabot detects new version] --> B[package.json updated\n1.1.0 to 1.1.1]
    A --> C[pnpm-lock.yaml updated\nspecifier and integrity hash]
    B --> D{Platform at runtime}
    C --> D
    D -->|Linux glibc| E[binding-linux-x64-gnu\n1.0.3 installed]
    D -->|Linux musl| F[binding-linux-x64-musl\n1.1.1 installed]
Loading

Reviews (1): Last reviewed commit: "Bump @rolldown/binding-linux-x64-musl fr..." | Re-trigger Greptile

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 npm npm ecosystem dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants