Skip to content

chore(deps-dev): bump rollup from 0.67.4 to 4.59.0 in /plugins/cloudinary#4314

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/plugins/cloudinary/rollup-4.59.0
Open

chore(deps-dev): bump rollup from 0.67.4 to 4.59.0 in /plugins/cloudinary#4314
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/plugins/cloudinary/rollup-4.59.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2026

Bumps rollup from 0.67.4 to 4.59.0.

Release notes

Sourced from rollup's releases.

v4.59.0

4.59.0

2026-02-22

Features

  • Throw when the generated bundle contains paths that would leave the output directory (#6276)

Pull Requests

v4.58.0

4.58.0

2026-02-20

Features

  • Also support __NO_SIDE_EFFECTS__ annotation before variable declarations declaring function expressions (#6272)

Pull Requests

v4.57.1

4.57.1

2026-01-30

Bug Fixes

  • Fix heap corruption issue in Windows (#6251)
  • Ensure exports of a dynamic import are fully included when called from a try...catch (#6254)

Pull Requests

... (truncated)

Changelog

Sourced from rollup's changelog.

rollup changelog

0.68.2

2018-12-23

Bug Fixes

  • Do not assume hoisted variables to have been initialized (#2607)

Pull Requests

  • #2607: Fix an issues where hoisted variables were assumed to have been initialized (@​lye)

0.68.1

2018-12-19

Bug Fixes

  • Fix an issue with UMD wrappers where a variable is used without being defined (#2600)

Pull Requests

  • #2600: Fix UMD and IIFE wrapper issues and add comprehensive functional wrapper tests (@​lukastaegert)

0.68.0

2018-12-16

Breaking Changes

  • optimizeChunks is renamed to experimentalOptimizeChunks to reflect this feature is not production-ready yet ( #2575)

Features

  • Plugins can iterate all module ids via this.moduleIds (#2565)
  • Plugins can get graph information about a module via this.getModuleInfo(id) (#2565)
  • Plugins and JS API users get more information about the generated chunks: dynamicImports, facadeModuleId, isDynamicEntry, name (#2575)
  • Tree-shaken dynamic imports will no longer create chunks or influence chunking in any way (#2575)
  • Dynamic imports will no longer follow the entryFileNames but the chunkFileNames property reflecting those are solely internally used (#2575)
  • If there are chunk naming conflicts, entry chunks will always take precedence (#2575)
  • If an entry facade is created, only the facade chunk is marked as isEntry (#2575)
  • Dynamic chunks will only be marked as isEntry if they are actually entry chunks as well; thus there is now a 1-to-1 correspondence between modules listed in input and chunks marked as isEntry (#2575)
  • Chunks no longer contain imports for variables that are tree-shaken in the chunk but used in other chunks (#2584)
  • Chunks will always import re-exported variables directly from the chunk where they are originally exported from ( #2584)
  • Null characters will be pruned from chunk ids to allow for virtually created chunks and make rollup-plugin-multi-entry compatible with code-splitting and thus the upcoming 1.0 version (#2590)
  • Simplify the UMD wrapper code as much as possible, especially if there are no exports (#2594)
  • The UMD wrapper will now work in strict mode by checking for self before this when determining the global variable (#2594)

... (truncated)

Commits
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 prepare script that runs during installation. Review the package contents before updating.


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)
    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 rollup from 0.67.4 to 4.59.0 in plugins/cloudinary/package.json.

Regenerates plugins/cloudinary/package-lock.json to 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.

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>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 27, 2026
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

@nx-cloud
Copy link

nx-cloud bot commented Feb 27, 2026

View your CI Pipeline Execution ↗ for commit c254877

Command Status Duration Result
nx test @e2e/qwik-city ✅ Succeeded 7m 43s View ↗
nx test @e2e/nextjs-sdk-next-app ✅ Succeeded 6m 59s View ↗
nx test @e2e/angular-17 ✅ Succeeded 6m 36s View ↗
nx test @e2e/nuxt ✅ Succeeded 5m 24s View ↗
nx test @e2e/react-sdk-next-15-app ✅ Succeeded 5m 3s View ↗
nx test @e2e/gen1-remix ✅ Succeeded 4m 56s View ↗
nx test @e2e/gen1-react ✅ Succeeded 4m 45s View ↗
nx test @e2e/hydrogen ✅ Succeeded 4m 54s View ↗
Additional runs (37) ✅ Succeeded ... View ↗

☁️ Nx Cloud last updated this comment at 2026-02-27 23:22:14 UTC

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 javascript Pull requests that update javascript code

0 participants