Skip to content

Bump rollup from 4.52.5 to 4.60.4#167

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/rollup-4.60.4
Open

Bump rollup from 4.52.5 to 4.60.4#167
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/rollup-4.60.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 16, 2026

Copy link
Copy Markdown
Contributor

Bumps rollup from 4.52.5 to 4.60.4.

Release notes

Sourced from rollup's releases.

v4.60.4

4.60.4

2026-05-14

Bug Fixes

  • Improve stability of chunk hashes (#6362)

Pull Requests

v4.60.2

4.60.2

2026-04-18

Bug Fixes

  • Resolve a variable rendering bug when generating different formats from the same build (#6350)

Pull Requests

v4.60.1

4.60.1

... (truncated)

Changelog

Sourced from rollup's changelog.

4.60.4

2026-05-14

Bug Fixes

  • Improve stability of chunk hashes (#6362)

Pull Requests

4.60.3

2026-05-04

Bug Fixes

  • Ensure nested "exports" variables are not renamed (#6360)

Pull Requests

4.60.2

2026-04-18

Bug Fixes

  • Resolve a variable rendering bug when generating different formats from the same build (#6350)

Pull Requests

... (truncated)

Commits
  • d311a84 4.60.4
  • 6aa3248 fix: stabilize chunk assignment across parallel file reads (#6362)
  • 82a0fe7 Resolve vulnerabilities (#6375)
  • 71f5ebc chore(deps): update dependency lru-cache to v11 (#6371)
  • af91d77 chore(deps): lock file maintenance (#6373)
  • 65e7b94 chore(deps): update react monorepo to v19 (major) (#6372)
  • 642587f fix(deps): update minor/patch updates (#6370)
  • b47bdab 4.60.3
  • 15c5f33 Add again some unneeded dev dependencies, to make some builds succeed
  • 12195dc fix: do not rename nested "exports" bindings that do not conflict (#6360)
  • Additional commits viewable in compare view
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
Lockfile-only dependency upgrades (notably rollup/vite/svelte-kit and related tooling) can change build output and bundling behavior, so CI/build verification is important. No application source or runtime logic changes are included.

Overview
Updates dependencies via lockfile refresh. pnpm-lock.yaml is updated to bump rollup from 4.52.5 to 4.60.4 (including all platform-specific Rollup binaries) and to re-resolve Rollup plugin references.

This refresh also advances several related packages to newer versions (e.g., vite, @sveltejs/kit/adapter/plugin, tailwindcss, typescript-eslint, mongodb, zod, CodeMirror packages), without changing any application source files.

Reviewed by Cursor Bugbot for commit 3dda62a. Bugbot is set up for automated code reviews on this repo. Configure here.

Bumps [rollup](https://github.com/rollup/rollup) from 4.52.5 to 4.60.4.
- [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.60.4)

---
updated-dependencies:
- dependency-name: rollup
  dependency-version: 4.60.4
  dependency-type: indirect
...

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 May 16, 2026

@cursor cursor Bot left a comment

Copy link
Copy Markdown

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 using default mode and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 3dda62a. Configure here.

Comment thread pnpm-lock.yaml
dependencies:
'@aws-sdk/credential-providers':
specifier: ^3.592.0
specifier: ^3.1048.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Lockfile specifiers mismatch package.json version ranges

High Severity

The specifier fields in pnpm-lock.yaml have been updated to new values that don't match the actual version ranges in package.json. For example, package.json declares "@aws-sdk/credential-providers": "^3.592.0" but the lockfile says specifier: ^3.1048.0. This mismatch exists across dozens of dependencies. pnpm will detect the lockfile is out of sync with the manifest, causing pnpm install --frozen-lockfile to fail in CI and regular installs to regenerate the lockfile entirely.

Additional Locations (2)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 3dda62a. Configure here.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants