Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps @sentry/bundler-plugin-core from 4.3.0 to 4.6.1.

Release notes

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

4.6.1

  • chore(deps): Update glob to 10.5.0 (#823)
  • chore(core): Log release output (#821)

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/bundler-plugin-core's changelog.

4.6.1

  • chore(deps): Update glob to 10.5.0 (#823)
  • chore(core): Log release output (#821)

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
  • 467f987 release: 4.6.1
  • a6ef800 meta(changelog): Update changelog for 4.6.1 (#824)
  • c98c833 chore(deps): Update glob to 10.5.0 (#823)
  • 31d9b67 chore(core): Log release output (#821)
  • 70e8927 Merge branch 'release/4.6.0'
  • 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'
  • 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 20, 2025
"@rollup/plugin-commonjs": "28.0.1",
"@sentry-internal/browser-utils": "10.26.0",
"@sentry/bundler-plugin-core": "^4.3.0",
"@sentry/bundler-plugin-core": "^4.6.1",
Copy link

Choose a reason for hiding this comment

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

Bug: Version mismatch between bundler-plugin-core and webpack-plugin

The @sentry/bundler-plugin-core was bumped to ^4.6.1 but @sentry/webpack-plugin remains at ^4.3.0. Looking at the yarn.lock, @sentry/webpack-plugin@^4.3.0 depends on @sentry/[email protected], which creates a version conflict. This means two different versions of @sentry/bundler-plugin-core will be installed (4.3.0 as a transitive dependency and 4.6.1 as a direct dependency), potentially causing inconsistent behavior, duplicate code in the bundle, or runtime conflicts between the plugins.

Fix in Cursor Fix in Web

Copy link
Member

Choose a reason for hiding this comment

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

webpack is bumped in #18272

@Lms24
Copy link
Member

Lms24 commented Nov 20, 2025

@dependabot rebase

Bumps [@sentry/bundler-plugin-core](https://github.com/getsentry/sentry-javascript-bundler-plugins) from 4.3.0 to 4.6.1.
- [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.1)

---
updated-dependencies:
- dependency-name: "@sentry/bundler-plugin-core"
  dependency-version: 4.6.1
  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/bundler-plugin-core-4.6.1 branch from 4cde562 to 690dcbd Compare November 20, 2025 17:26
@chargome chargome merged commit 108b027 into develop Nov 21, 2025
177 checks passed
@chargome chargome deleted the dependabot/npm_and_yarn/sentry/bundler-plugin-core-4.6.1 branch November 21, 2025 11:57
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.

3 participants