-
-
Notifications
You must be signed in to change notification settings - Fork 38
build(deps): bump @sentry/browser from 10.27.0 to 10.33.0 #1078
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 10.27.0 to 10.33.0. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](getsentry/sentry-javascript@10.27.0...10.33.0) --- updated-dependencies: - dependency-name: "@sentry/browser" dependency-version: 10.33.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Semver Impact of This PR🟢 Patch (bug fixes) 📋 Changelog PreviewThis is how your changes will appear in the changelog. New Features ✨
Build / dependencies / internal 🔧
🤖 This preview updates automatically when you update the PR. |
| "@sentry/browser": "10.33.0", | ||
| "@sentry/core": "10.27.0", | ||
| "@sentry/types": "10.27.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: The update to @sentry/browser without also updating @sentry/core creates a dependency version conflict, as they are part of a monorepo and expect to be aligned.
Severity: CRITICAL
🔍 Detailed Analysis
This change updates @sentry/browser to version 10.33.0 while leaving @sentry/core at 10.27.0. Since @sentry/[email protected] has a dependency on @sentry/[email protected], this creates a version conflict. When this package is consumed, package managers may hoist the wrong version or install duplicates of @sentry/core. This can lead to runtime errors, such as "undefined is not a function", because the code from @sentry/browser might call functions from @sentry/core that have changed or do not exist in the older version. This type of version misalignment is a known issue for Sentry's monorepo packages.
💡 Suggested Fix
Update all related @sentry/ packages (@sentry/core, @sentry/types, etc.) to the same version as @sentry/browser (10.33.0). Packages from the Sentry monorepo should be kept in sync to avoid version conflicts.
🤖 Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.
Location: package.json#L61-L63
Potential issue: This change updates `@sentry/browser` to version `10.33.0` while
leaving `@sentry/core` at `10.27.0`. Since `@sentry/[email protected]` has a dependency on
`@sentry/[email protected]`, this creates a version conflict. When this package is consumed,
package managers may hoist the wrong version or install duplicates of `@sentry/core`.
This can lead to runtime errors, such as "undefined is not a function", because the code
from `@sentry/browser` might call functions from `@sentry/core` that have changed or do
not exist in the older version. This type of version misalignment is a known issue for
Sentry's monorepo packages.
Did we get this right? 👍 / 👎 to inform future reviews.
Reference ID: 8495538
Bumps @sentry/browser from 10.27.0 to 10.33.0.
Release notes
Sourced from
@sentry/browser's releases.... (truncated)
Changelog
Sourced from
@sentry/browser's changelog.... (truncated)
Commits
fb9dd1erelease: 10.33.0b7fe9bfMerge pull request #18770 from getsentry/prepare-release/10.33.01630389meta(changelog): Update changelog for 10.33.03ff89c6test(node-integration): Remove hardcoded SDK version assertions (#18775)03546d2test(node-core): Fix wrong import in node core IPv6 integration test (#18773)6f723e0fix(test): Remove hard-coded SDK version assertion (#18771)ac45e57feat(nextjs): Print Turbopack note for deprecated webpack options (#18769)cc93c68feat(cloudflare): SupportpropagateTraceparent(#18569)46225ebfeat(wasm): Add applicationKey option for third-party error filtering (#18762)fd42f3bfix(next): Wrap all Random APIs with a safe runner (#18700)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)