Bump @rolldown/binding-linux-x64-gnu from 1.0.0 to 1.0.3#174
Conversation
Bumps [@rolldown/binding-linux-x64-gnu](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) from 1.0.0 to 1.0.3. - [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.3/packages/rolldown) --- updated-dependencies: - dependency-name: "@rolldown/binding-linux-x64-gnu" dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Greptile SummaryThis PR bumps the optional
Confidence Score: 4/5Safe to merge; this is a routine optional native binding bump with no application logic changes. The change is limited to an optional platform-specific native binding used only on Linux glibc systems. The companion musl binding is left behind at 1.0.0, and the lockfile sweeps in an unrelated @babel/runtime transitive bump — both are minor points worth a follow-up but don't block merging. pnpm-lock.yaml warrants a quick scan to confirm the @babel/runtime transitive change is benign. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[package.json] -->|optionalDependencies| B[binding-linux-x64-gnu 1.0.0 to 1.0.3]
A -->|optionalDependencies| C[binding-linux-x64-musl stays at 1.0.0]
B --> D[pnpm-lock.yaml updated]
C --> D
D -->|side-effect resolution| E[babel-runtime 7.29.2 to 7.29.7]
E --> F[slorber-react-helmet-async snapshot]
E --> G[history snapshot]
|
| "optionalDependencies": { | ||
| "@rolldown/binding-linux-x64-gnu": "1.0.0", | ||
| "@rolldown/binding-linux-x64-gnu": "1.0.3", | ||
| "@rolldown/binding-linux-x64-musl": "1.0.0" |
There was a problem hiding this comment.
Platform binding version divergence —
@rolldown/binding-linux-x64-gnu is now at 1.0.3 while @rolldown/binding-linux-x64-musl stays at 1.0.0. These are native bindings for the same bundler targeting different Linux libc variants (glibc vs musl/Alpine). If CI or any contributor's environment uses a musl-based container, it will run the older binding and may not benefit from the 1.0.3 bug fixes (e.g., onOutput called twice, CJS require() routing fix). Consider opening or tracking a follow-up bump for the musl variant to keep parity.
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
Bumps @rolldown/binding-linux-x64-gnu from 1.0.0 to 1.0.3.
Release notes
Sourced from @rolldown/binding-linux-x64-gnu's releases.
... (truncated)
Changelog
Sourced from @rolldown/binding-linux-x64-gnu's changelog.
... (truncated)
Commits
a287faarelease: v1.0.3 (#9586)e3b7756feat(transform): respect decorator strictNullChecks option (#9580)8326121chore(deps): upgrade oxc to 0.133.0 (#9563)c7bbe2dfix(dev):onOutputcalled twice when initial build fails (#9552)95ed7cafix(dev): makeensureCurrentBuildFinishnot returning error when engine clo...f06c2a0fix(oxc-runtime): route require() to CJS helper variant (#9263) (#9526)1de499afeat: dropdeferkeyword (#9503)e412df1refactor: distinguishmap: nullvsmap: undefinedin transform hook outpu...47a0e3bdocs(lazy-barrel): expand reasoning behind LARGE_BARREL_MODULES advice (#9477)f2757edrelease: v1.0.2 (#9478)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)