Bump @rolldown/binding-linux-x64-gnu from 1.0.3 to 1.1.0#223
Bump @rolldown/binding-linux-x64-gnu from 1.0.3 to 1.1.0#223dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@rolldown/binding-linux-x64-gnu](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) from 1.0.3 to 1.1.0. - [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.0/packages/rolldown) --- updated-dependencies: - dependency-name: "@rolldown/binding-linux-x64-gnu" dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Greptile SummaryThis PR bumps
Confidence Score: 5/5Safe to merge — only updates a native optional binding to match its sibling variant's version, with no application code changes. The change is a single optional-dependency version bump in package.json and its corresponding lockfile entry. It corrects a version skew between the two Linux x64 rolldown binding flavors (gnu was behind musl). The 1.1.0 release's behavior changes (lazyBarrel default, tsconfig walk-up) are upstream rolldown internals; the project's vite config uses direct regex aliases rather than tsconfig paths, and there are no barrel-file side-effect patterns that would be affected by lazyBarrel. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Vite 8.0.16] --> B[rolldown bundler]
B --> C{Platform binding}
C -->|Linux x64 glibc| D["@rolldown/binding-linux-x64-gnu\n1.0.3 → 1.1.0"]
C -->|Linux x64 musl| E["@rolldown/binding-linux-x64-musl\n1.1.0 (unchanged)"]
D & E --> F[Native Rust build core]
%%{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[Vite 8.0.16] --> B[rolldown bundler]
B --> C{Platform binding}
C -->|Linux x64 glibc| D["@rolldown/binding-linux-x64-gnu\n1.0.3 → 1.1.0"]
C -->|Linux x64 musl| E["@rolldown/binding-linux-x64-musl\n1.1.0 (unchanged)"]
D & E --> F[Native Rust build core]
Reviews (1): Last reviewed commit: "Bump @rolldown/binding-linux-x64-gnu fro..." | Re-trigger Greptile |
Bumps @rolldown/binding-linux-x64-gnu from 1.0.3 to 1.1.0.
Release notes
Sourced from @rolldown/binding-linux-x64-gnu's releases.
... (truncated)
Changelog
Sourced from @rolldown/binding-linux-x64-gnu's changelog.
... (truncated)
Commits
c462c7crelease: v1.1.0 (#9637)432bac8feat: enableexperimental.lazyBarrelby default (#9632)239ca4cfeat:import.meta.globsupportcaseSensitiveoption (#9594)be8eaccfix(browser): add missing exports and ensure consistency withrolldownpack...93632abchore(deps): update dependency vite-plus to v0.1.24 (#9470)b403112feat: addSOURCEMAP_BROKENwarning for renderChunk hook (#9601)84b7ed1feat: addSOURCEMAP_BROKENwarning for transform hook (#9600)31ad110perf: avoid unnecessary intermediate sourcemaps (#9599)5e05ebafeat(code-splitting): support group-localincludeDependenciesRecursively(#...4265367fix(dev): handle the remaining errors in dev (#9570)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)