chore(deps-dev): bump rollup from 0.67.4 to 4.59.0 in /plugins/cloudinary#4314
chore(deps-dev): bump rollup from 0.67.4 to 4.59.0 in /plugins/cloudinary#4314dependabot[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.4", | ||
| "rollup": "^4.59.0", |
There was a problem hiding this comment.
Rollup 4.x incompatible with old deprecated plugins
High Severity
Bumping rollup from 0.67.4 to 4.59.0 without updating the companion plugins will break the build. The old deprecated plugins — rollup-plugin-commonjs, rollup-plugin-node-resolve, rollup-plugin-json, rollup-plugin-sourcemaps, and rollup-plugin-typescript2 — were designed for rollup 0.x/1.x and are incompatible with rollup 4.x's plugin API. These need to be replaced with their @rollup/plugin-* scoped equivalents.
|
View your CI Pipeline Execution ↗ for commit c254877
☁️ Nx Cloud last updated this comment at |


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 for the Cloudinary plugin build chain; main risk is build/runtime output differences and the new Node >=18 requirement for the bundler tooling impacting CI/developer environments.
Overview
Updates the Cloudinary plugin build dependency by bumping
rollupfrom0.67.4to4.59.0inplugins/cloudinary/package.json.Regenerates
plugins/cloudinary/package-lock.jsonto match Rollup v4, including updated@types/estree, Rollup’s new platform-specific optional packages, and the updated Rollup CLI entry + engine requirements (Node >=18 for Rollup).Written by Cursor Bugbot for commit c254877. This will update automatically on new commits. Configure here.