Skip to content

chore(deps-dev): bump rollup from 4.57.1 to 4.61.0#584

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/rollup-4.61.0
Open

chore(deps-dev): bump rollup from 4.57.1 to 4.61.0#584
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/rollup-4.61.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Bumps rollup from 4.57.1 to 4.61.0.

Release notes

Sourced from rollup's releases.

v4.61.0

4.61.0

2026-06-01

Features

  • Sort entry modules to make chunk hashes deterministic (#6391)

Pull Requests

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

... (truncated)

Changelog

Sourced from rollup's changelog.

4.61.0

2026-06-01

Features

  • Sort entry modules to make chunk hashes deterministic (#6391)

Pull Requests

4.60.4

2026-05-14

Bug Fixes

  • Improve stability of chunk hashes (#6362)

Pull Requests

4.60.3

2026-05-04

Bug Fixes

... (truncated)

Commits

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

Low Risk
Dev-only lockfile dependency bump with no application source changes; main effect is test/bundler tooling and reproducible chunk hashes.

Overview
Updates package-lock.json to pull Rollup 4.61.0 (from 4.57.1), including all platform-specific @rollup/rollup-* optional packages and @types/estree 1.0.9. Transitive packages tied to the removed @vitest/coverage-v8 dev dependency (e.g. Istanbul, magicast, related Babel/jridgewell entries) are dropped from the lockfile.

The lockfile root also records shipwright-cli 3.3.0, a new cct bin alias to scripts/sw, and no @vitest/coverage-v8 under the root package—verify those match intentional package.json changes on this branch, not only the Rollup bump.

Reviewer note: Upstream Rollup 4.60.x–4.61.x emphasizes more stable/deterministic chunk hashes; expect fewer flaky hash diffs in Vitest/Rollup-powered bundling, not runtime CLI behavior changes.

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

Bumps [rollup](https://github.com/rollup/rollup) from 4.57.1 to 4.61.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.57.1...v4.61.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-version: 4.61.0
  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 Jun 2, 2026
Copy link
Copy Markdown

@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.

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 102f3e6. Configure here.

Comment thread package-lock.json
},
"devDependencies": {
"@testing-library/dom": "^10.4.1",
"@vitest/coverage-v8": "^4.0.18",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Lock file drops coverage dependency, breaking CI coverage step

High Severity

This lock file regeneration removes @vitest/coverage-v8 and all its transitive dependencies (e.g. istanbul-lib-coverage, istanbul-reports, magicast, etc.). The CI workflow (.github/workflows/test.yml) has a dashboard-coverage job that runs npx vitest run --config dashboard/vitest.config.ts --coverage, and dashboard/vitest.config.ts explicitly sets coverage.provider: "v8". After merging, npm ci will no longer install @vitest/coverage-v8, causing the CI coverage job to fail.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 102f3e6. 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