Bump rollup from 4.52.5 to 4.60.4#167
Conversation
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>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default mode and found 1 potential issue.
❌ 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.
| dependencies: | ||
| '@aws-sdk/credential-providers': | ||
| specifier: ^3.592.0 | ||
| specifier: ^3.1048.0 |
There was a problem hiding this comment.
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)
Reviewed by Cursor Bugbot for commit 3dda62a. Configure here.
Bumps rollup from 4.52.5 to 4.60.4.
Release notes
Sourced from rollup's releases.
... (truncated)
Changelog
Sourced from rollup's changelog.
... (truncated)
Commits
d311a844.60.46aa3248fix: stabilize chunk assignment across parallel file reads (#6362)82a0fe7Resolve vulnerabilities (#6375)71f5ebcchore(deps): update dependency lru-cache to v11 (#6371)af91d77chore(deps): lock file maintenance (#6373)65e7b94chore(deps): update react monorepo to v19 (major) (#6372)642587ffix(deps): update minor/patch updates (#6370)b47bdab4.60.315c5f33Add again some unneeded dev dependencies, to make some builds succeed12195dcfix: do not rename nested "exports" bindings that do not conflict (#6360)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
Lockfile-only dependency upgrades (notably
rollup/vite/svelte-kitand 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.yamlis updated to bumprollupfrom4.52.5to4.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.