Conversation
Bumps [rollup](https://github.com/rollup/rollup) from 4.52.5 to 4.59.0. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.52.5...v4.59.0) --- updated-dependencies: - dependency-name: rollup dependency-version: 4.59.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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, have a team admin enable autofix in the Cursor dashboard.
| "version": "0.27.0", | ||
| "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz", | ||
| "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==", | ||
| "dev": true, |
There was a problem hiding this comment.
React downgraded from 19.2.3 to 19.1.1 in workspaces
Medium Severity
The rollup bump caused npm to remove nested react@19.2.3 and react-dom@19.2.3 installations from packages/modal/node_modules/ and packages/no-modal/node_modules/. These workspace packages now fall back to the hoisted root node_modules/react at version 19.1.1 (peer-only), which doesn't satisfy the declared devDependency range ^19.2.3 nor the root override of 19.2.0. This is unintended lockfile drift from the dependency bump.


Bumps rollup from 4.52.5 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)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
Mostly a dependency/lockfile update, but it changes the build toolchain (
rollup) and adds/updates platform-specific Rollup binaries, which can affect bundling output and CI across environments.Overview
Updates the build tooling by bumping
rollupfrom4.52.5to4.59.0inpackage-lock.json, including updating all associated@rollup/rollup-*optional platform binaries.The lockfile is regenerated, adjusting dependency metadata (notably many
peerflags) and introducing an optionalencodingdependency; it also removes nestedreact/react-domentries under workspace packages that were previously captured in the lockfile.Written by Cursor Bugbot for commit f4a180e. This will update automatically on new commits. Configure here.