Skip to content

Bump rollup from 4.40.1 to 4.41.1#236

Merged
ncalteen merged 1 commit intomainfrom
dependabot/npm_and_yarn/rollup-4.41.1
Jun 6, 2025
Merged

Bump rollup from 4.40.1 to 4.41.1#236
ncalteen merged 1 commit intomainfrom
dependabot/npm_and_yarn/rollup-4.41.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2025

Bumps rollup from 4.40.1 to 4.41.1.

Release notes

Sourced from rollup's releases.

v4.41.1

4.41.1

2025-05-24

Bug Fixes

  • If a plugin calls this.resolve with skipSelf: true, subsequent calls when handling this by the same plugin with same parameters will return null to avoid infinite recursions (#5945)

Pull Requests

v4.41.0

4.41.0

2025-05-18

Features

  • Detect named exports in more dynamic import scenarios (#5954)

Pull Requests

v4.40.2

4.40.2

2025-05-06

Bug Fixes

  • Create correct IIFE/AMD/UMD bundles when using a mutable default export (#5934)
  • Fix execution order when using top-level await for dynamic imports with inlineDynamicImports (#5937)
  • Throw when the output is watched in watch mode (#5939)

Pull Requests

  • #5934: fix(exports): avoid "exports is not defined" ReferenceError (@​dasa)

... (truncated)

Changelog

Sourced from rollup's changelog.

4.41.1

2025-05-24

Bug Fixes

  • If a plugin calls this.resolve with skipSelf: true, subsequent calls when handling this by the same plugin with same parameters will return null to avoid infinite recursions (#5945)

Pull Requests

4.41.0

2025-05-18

Features

  • Detect named exports in more dynamic import scenarios (#5954)

Pull Requests

4.40.2

2025-05-06

Bug Fixes

  • Create correct IIFE/AMD/UMD bundles when using a mutable default export (#5934)
  • Fix execution order when using top-level await for dynamic imports with inlineDynamicImports (#5937)
  • Throw when the output is watched in watch mode (#5939)

Pull Requests

  • #5934: fix(exports): avoid "exports is not defined" ReferenceError (@​dasa)
  • #5937: consider TLA imports have higher execution priority (@​TrickyPi)
  • #5939: fix: watch mode input should not be an output subpath (@​btea)
  • #5940: chore(deps): update dependency vite to v6.3.4 [security] (@​renovate[bot])

... (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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jun 1, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot bot requested a review from a team June 1, 2025 13:14
@dependabot dependabot bot added dependabot Dependabot issues and PRs npm Node.js issues and PRs labels Jun 1, 2025
@github-actions
Copy link
Copy Markdown

github-actions bot commented Jun 1, 2025

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ JSON jsonlint 7 0 0 0.25s
✅ JSON npm-package-json-lint yes no no 0.54s
✅ JSON prettier 7 0 0 1.07s
✅ JSON v8r 7 0 0 8.68s
✅ MARKDOWN markdownlint 1 0 0 0.84s
✅ MARKDOWN markdown-link-check 1 0 0 1.78s
✅ REPOSITORY checkov yes no no 21.0s
✅ REPOSITORY gitleaks yes no no 1.18s
✅ REPOSITORY git_diff yes no no 0.03s
✅ REPOSITORY grype yes no no 33.24s
✅ REPOSITORY secretlint yes no no 1.19s
✅ REPOSITORY syft yes no no 6.44s
✅ REPOSITORY trivy-sbom yes no no 1.62s
✅ REPOSITORY trufflehog yes no no 14.82s
✅ TYPESCRIPT prettier 10 0 0 0.95s
✅ YAML prettier 13 0 0 0.64s
✅ YAML v8r 13 0 0 7.15s
✅ YAML yamllint 13 0 0 0.34s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/rollup-4.41.1 branch 2 times, most recently from bc14319 to c836372 Compare June 6, 2025 14:53
Bumps [rollup](https://github.com/rollup/rollup) from 4.40.1 to 4.41.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.40.1...v4.41.1)

---
updated-dependencies:
- dependency-name: rollup
  dependency-version: 4.41.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/rollup-4.41.1 branch from c836372 to d152457 Compare June 6, 2025 14:58
@ncalteen ncalteen merged commit 325f339 into main Jun 6, 2025
5 checks passed
@ncalteen ncalteen deleted the dependabot/npm_and_yarn/rollup-4.41.1 branch June 6, 2025 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot Dependabot issues and PRs npm Node.js issues and PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant