chore(deps-dev): bump rollup from 0.67.4 to 4.59.0 in /packages/plugin-loader#4311
chore(deps-dev): bump rollup from 0.67.4 to 4.59.0 in /packages/plugin-loader#4311dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [rollup](https://github.com/rollup/rollup) from 0.67.4 to 4.59.0. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG-0.md) - [Commits](rollup/rollup@v0.67.4...v4.59.0) --- updated-dependencies: - dependency-name: rollup dependency-version: 4.59.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| "replace-in-file": "^3.4.2", | ||
| "rimraf": "^2.6.2", | ||
| "rollup": "^0.67.0", | ||
| "rollup": "^4.59.0", |
There was a problem hiding this comment.
Incompatible legacy rollup plugins with rollup 4.x
High Severity
Bumping rollup from 0.67 to 4.59 without updating companion plugins breaks the build. The config in rollup.config.ts uses deprecated, incompatible plugins: rollup-plugin-commonjs, rollup-plugin-json, rollup-plugin-node-resolve, rollup-plugin-replace, rollup-plugin-sourcemaps, and rollup-plugin-typescript2 (v0.18). These were designed for rollup 0.x and use old plugin hook APIs incompatible with rollup 4.x. They need to be replaced with their @rollup/plugin-* scoped equivalents.
Additional Locations (1)
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx test @snippet/react |
❌ Failed | 3m 39s | View ↗ |
nx test @e2e/qwik-city |
✅ Succeeded | 7m 38s | View ↗ |
nx test @e2e/nextjs-sdk-next-app |
✅ Succeeded | 6m 49s | View ↗ |
nx test @e2e/angular-17 |
✅ Succeeded | 6m 35s | View ↗ |
nx test @e2e/nuxt |
✅ Succeeded | 5m 41s | View ↗ |
nx test @e2e/react-sdk-next-15-app |
✅ Succeeded | 5m 22s | View ↗ |
nx test @e2e/angular-19-ssr |
✅ Succeeded | 5m 5s | View ↗ |
nx test @e2e/gen1-next15-app |
✅ Succeeded | 4m 54s | View ↗ |
Additional runs (37) |
✅ Succeeded | ... | View ↗ |
☁️ Nx Cloud last updated this comment at 2026-02-27 20:35:48 UTC



Bumps rollup from 0.67.4 to 4.59.0.
Release notes
Sourced from rollup's releases.
... (truncated)
Changelog
Sourced from rollup's changelog.
... (truncated)
Commits
ae846954.59.0b39616eUpdate audit-resolvec60770dValidate bundle stays within output dir (#6275)33f39c14.58.0b61c408forward NO_SIDE_EFFECTS annotations to function expressions in variable decla...7f00689Extend agent instructionse7b2b85chore(deps): lock file maintenance (#6270)2aa5da9fix(deps): update minor/patch updates (#6267)4319837chore(deps): update dependency lru-cache to v11 (#6269)c3b6b4bchore(deps): update dependency eslint-plugin-unicorn to v63 (#6268)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for rollup since your current version.
Install script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.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)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Medium Risk
Major Rollup upgrade (0.x → 4.x) can break the
packages/plugin-loaderbuild pipeline and requires Node >=18, which may conflict with the package's existingenginessetting and CI/runtime expectations.Overview
Updates
@builder.io/plugin-loaderdev tooling by bumpingrollupfrom0.67.xto4.59.0inpackage.jsonand regeneratingpackage-lock.json.The lockfile change pulls in Rollup v4's platform-specific optional binaries (many
@rollup/rollup-*packages) and updates related metadata (e.g.,@types/estree).Written by Cursor Bugbot for commit f13b64e. This will update automatically on new commits. Configure here.