chore(deps): bump @sentry/react from 9.47.1 to 10.39.0#22
chore(deps): bump @sentry/react from 9.47.1 to 10.39.0#22dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 32c4ec1fd0
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
apps/web-tanstack/package.json
Outdated
| @@ -51,7 +51,7 @@ | |||
| "@radix-ui/react-tooltip": "^1.2.7", | |||
| "@react-three/drei": "^10.7.7", | |||
| "@react-three/fiber": "^9.5.0", | |||
| "@sentry/react": "^9.41.0", | |||
| "@sentry/react": "^10.39.0", | |||
There was a problem hiding this comment.
Update bun.lock to match the Sentry version bump
This change updates @sentry/react in apps/web/package.json, but the lockfile still records @sentry/react as ^9.41.0 / 9.47.1 (bun.lock lines 40 and 794). Our CI workflows install with bun install --frozen-lockfile (for example .github/workflows/ci.yml lines 24, 38, 59, 75, 109), and bun install --help states --frozen-lockfile will "Disallow changes to lockfile"; that means this dependency bump cannot be installed in CI until bun.lock is regenerated and committed.
Useful? React with 👍 / 👎.
32c4ec1 to
37639b0
Compare
|
You have reached your Codex rate limits. Please try again later. |
37639b0 to
c54da63
Compare
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript) from 9.47.1 to 10.39.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@9.47.1...10.39.0) --- updated-dependencies: - dependency-name: "@sentry/react" dependency-version: 10.39.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
c54da63 to
8151f52
Compare
|
Superseded by #36. |
Bumps @sentry/react from 9.47.1 to 10.39.0.
Release notes
Sourced from
@sentry/react's releases.... (truncated)
Changelog
Sourced from
@sentry/react's changelog.... (truncated)
Commits
ab54c5cMake@sentry/opentelemetrynot a peer dep in node-coref822e69chore: Lint lerna.jsonc4708d2release: 10.39.0b5e3094chore: Revert to lerna v8 (#19294)9dea581Merge pull request #19281 from getsentry/prepare-release/10.39.012e467fmeta(changelog): Update changelog for 10.39.0d7df7d4ref(sveltekit): Useuntrackto read route id without invalidation (#19272)24b2ef2fix(sveltekit): Detect used adapter viasvelte.config.js(#19270)e051be4feat(node-core): Add outgoing fetch trace propagation to light mode (#19262)eaf297fref(core): Move shouldPropagateTraceForUrl from opentelemetry to core (#19258)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 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)