Skip to content

chore(deps): bump rollup from 4.58.0 to 4.60.2#41

Merged
rubenmarcus merged 1 commit into
mainfrom
dependabot/npm_and_yarn/rollup-4.60.2
May 4, 2026
Merged

chore(deps): bump rollup from 4.58.0 to 4.60.2#41
rubenmarcus merged 1 commit into
mainfrom
dependabot/npm_and_yarn/rollup-4.60.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps rollup from 4.58.0 to 4.60.2.

Release notes

Sourced from rollup's releases.

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

2026-03-30

Bug Fixes

  • Resolve a situation where side effect imports could be dropped due to a caching issue (#6286)

Pull Requests

... (truncated)

Changelog

Sourced from rollup's changelog.

4.60.2

2026-04-18

Bug Fixes

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

Pull Requests

4.60.1

2026-03-30

Bug Fixes

  • Resolve a situation where side effect imports could be dropped due to a caching issue (#6286)

Pull Requests

4.60.0

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

Bumps [rollup](https://github.com/rollup/rollup) from 4.58.0 to 4.60.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.58.0...v4.60.2)

---
updated-dependencies:
- dependency-name: rollup
  dependency-version: 4.60.2
  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 4, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented May 4, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
aeo-js Ready Ready Preview, Comment May 4, 2026 10:22am

Request Review

Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

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

LGTM, straightforward dependabot patch bump for the rollup dev dependency.

Extended reasoning...

Overview

This PR bumps rollup from 4.58.0 to 4.60.2 in package-lock.json only. Rollup is a devDependency (devOptional: true in the lockfile), so the change affects the build toolchain rather than runtime code. The diff is purely the resolved versions, integrity hashes, and tarball URLs for rollup and its platform-specific optional deps.

Security risks

None apparent. Integrity hashes are updated alongside the version bumps, which is the standard npm lockfile pattern. The upstream releases (4.59.x and 4.60.x) are bug-fix releases according to the changelog (variable rendering bug, side-effect import caching).

Level of scrutiny

Low. Dependabot-generated lockfile-only patch bump on a dev-only build tool. Mechanical change with no application code modified.

Other factors

No bugs flagged by the bug hunting system, no outstanding reviewer comments, and package.json is not modified (so the declared semver range is unchanged).

@rubenmarcus rubenmarcus merged commit f546592 into main May 4, 2026
4 checks passed
@rubenmarcus rubenmarcus deleted the dependabot/npm_and_yarn/rollup-4.60.2 branch May 4, 2026 10:36
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.

1 participant