Skip to content

chore(deps-dev): bump rollup from 4.41.1 to 4.59.0 in /packages/fetch#10841

Merged
RomneyDa merged 2 commits intomainfrom
dependabot/npm_and_yarn/packages/fetch/rollup-4.59.0
Mar 10, 2026
Merged

chore(deps-dev): bump rollup from 4.41.1 to 4.59.0 in /packages/fetch#10841
RomneyDa merged 2 commits intomainfrom
dependabot/npm_and_yarn/packages/fetch/rollup-4.59.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2026

Bumps rollup from 4.41.1 to 4.59.0.

Release notes

Sourced from rollup's releases.

v4.59.0

4.59.0

2026-02-22

Features

  • Throw when the generated bundle contains paths that would leave the output directory (#6276)

Pull Requests

v4.58.0

4.58.0

2026-02-20

Features

  • Also support __NO_SIDE_EFFECTS__ annotation before variable declarations declaring function expressions (#6272)

Pull Requests

v4.57.1

4.57.1

2026-01-30

Bug Fixes

  • Fix heap corruption issue in Windows (#6251)
  • Ensure exports of a dynamic import are fully included when called from a try...catch (#6254)

Pull Requests

... (truncated)

Changelog

Sourced from rollup's changelog.

4.59.0

2026-02-22

Features

  • Throw when the generated bundle contains paths that would leave the output directory (#6276)

Pull Requests

4.58.0

2026-02-20

Features

  • Also support __NO_SIDE_EFFECTS__ annotation before variable declarations declaring function expressions (#6272)

Pull Requests

4.57.1

2026-01-30

Bug Fixes

  • Fix heap corruption issue in Windows (#6251)
  • Ensure exports of a dynamic import are fully included when called from a try...catch (#6254)

Pull Requests

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for rollup since your current version.

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.

Continue Tasks: ❌ 7 failed — View all


Summary by cubic

Upgrade rollup in packages/fetch from 4.41.1 to 4.59.0 to pick up bug fixes and new output-directory safety checks. This affects build tooling only.

  • Dependencies

    • Bumped rollup to 4.59.0 and updated lockfile (adds new prebuilt binaries for linux-loong64 (gnu/musl), linux-ppc64 (gnu/musl), openbsd-x64, openharmony-arm64, win32-x64-gnu; updates @types/estree to 1.0.8).
  • Migration

    • Rollup now throws if outputs escape the configured output directory. Verify plugins/output paths stay within the build folder.

Written for commit 82a5e38. Summary will update on new commits.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 26, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 26, 2026 04:36
@dependabot dependabot bot requested review from sestinj and removed request for a team February 26, 2026 04:36
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 26, 2026
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Feb 26, 2026
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 1 file

@github-project-automation github-project-automation bot moved this from Todo to In Progress in Issues and PRs Mar 9, 2026
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Mar 9, 2026
@RomneyDa RomneyDa closed this Mar 9, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 9, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@github-project-automation github-project-automation bot moved this from In Progress to Done in Issues and PRs Mar 9, 2026
@RomneyDa RomneyDa reopened this Mar 9, 2026
@github-project-automation github-project-automation bot moved this from Done to In Progress in Issues and PRs Mar 9, 2026
@github-actions github-actions bot locked and limited conversation to collaborators Mar 9, 2026
Bumps [rollup](https://github.com/rollup/rollup) from 4.41.1 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.41.1...v4.59.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/packages/fetch/rollup-4.59.0 branch from 652dd7b to f0fd0c2 Compare March 9, 2026 19:11
…ependabot/npm_and_yarn/packages/fetch/rollup-4.59.0
@RomneyDa RomneyDa merged commit 3ac3202 into main Mar 10, 2026
54 of 61 checks passed
@RomneyDa RomneyDa deleted the dependabot/npm_and_yarn/packages/fetch/rollup-4.59.0 branch March 10, 2026 07:10
@github-project-automation github-project-automation bot moved this from In Progress to Done in Issues and PRs Mar 10, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code lgtm This PR has been approved by a maintainer size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant