Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2025

Bumps @sentry/rollup-plugin from 4.3.0 to 4.6.0.

Release notes

Sourced from @​sentry/rollup-plugin's releases.

4.6.0

  • fix(core): Stop awaiting build start telemetry to avoid breaking module federation builds (#818)
  • feat(core): Bump @​sentry/cli from 2.51.0 to 2.57.0 (#819)

4.5.0

  • docs: added info on debug flag value precedence (#811)
  • feat: add debug statements after sourcemap uploads (#812)
  • feat(core): Allow multi-project sourcemaps upload (#813)
  • fix: propagate the debug option to the cli (#810)

4.4.0

  • feat(core): Explicitly allow undefined as value for authToken option (#805)
  • fix(core): Strip query strings from asset paths (#806)

Work in this release was contributed by @​aiktb. Thank you for your contribution!

Changelog

Sourced from @​sentry/rollup-plugin's changelog.

4.6.0

  • fix(core): Stop awaiting build start telemetry to avoid breaking module federation builds (#818)
  • feat(core): Bump @​sentry/cli from 2.51.0 to 2.57.0 (#819)

4.5.0

  • docs: added info on debug flag value precedence (#811)
  • feat: add debug statements after sourcemap uploads (#812)
  • feat(core): Allow multi-project sourcemaps upload (#813)
  • fix: propagate the debug option to the cli (#810)

4.4.0

  • feat(core): Explicitly allow undefined as value for authToken option (#805)
  • fix(core): Strip query strings from asset paths (#806)

Work in this release was contributed by @​aiktb. Thank you for your contribution!

Commits
  • 2ad20eb release: 4.6.0
  • d7fb379 meta(changelog): Update changelog for 4.6.0 (#820)
  • 20936b2 feat(core): Bump @​sentry/cli from 2.51.0 to 2.57.0 (#819)
  • 87c8e14 fix(core): Stop awaiting build start telemetry to avoid breaking module feder...
  • fb36641 Merge branch 'release/4.5.0'
  • 7c25536 release: 4.5.0
  • b61b086 meta(changelog): Update changelog for 4.5.0 (#814)
  • 76a9745 feat(core): Allow multi-project sourcemaps upload (#813)
  • 3ed5631 feat: add debug statements after sourcemap uploads (#812)
  • 995067b docs: added info on debug flag value precedence (#811)
  • Additional commits viewable in compare view

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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 10, 2025
"@sentry/core": "10.24.0",
"@sentry/node": "10.24.0",
"@sentry/rollup-plugin": "^4.3.0",
"@sentry/rollup-plugin": "^4.6.0",
Copy link

Choose a reason for hiding this comment

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

Bug: Sentry Plugin Version Mismatch Causes Build Instability

Bumping @sentry/rollup-plugin to ^4.6.0 while keeping @sentry/vite-plugin at ^4.3.0 creates a version mismatch in their shared dependency @sentry/bundler-plugin-core (4.6.0 vs 4.3.0). This results in two different versions of the core plugin and @sentry/cli (2.57.0 vs 2.51.0) being installed simultaneously, which could cause inconsistent sourcemap upload behavior or build issues between the two plugins.

Fix in Cursor Fix in Web

Bumps [@sentry/rollup-plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins) from 4.3.0 to 4.6.0.
- [Release notes](https://github.com/getsentry/sentry-javascript-bundler-plugins/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript-bundler-plugins@4.3.0...4.6.0)

---
updated-dependencies:
- dependency-name: "@sentry/rollup-plugin"
  dependency-version: 4.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sentry/rollup-plugin-4.6.0 branch from 2638086 to bfdf9fc Compare November 11, 2025 18:03
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