chore(deps): bump the everything-else group across 1 directory with 10 updates - #6415
chore(deps): bump the everything-else group across 1 directory with 10 updates#6415dependabot[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: dad580cad8
ℹ️ 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".
| "@reduxjs/toolkit": "^2.12.0", | ||
| "@sentry/electron": "^7.16.0", | ||
| "@sentry/react": "^10.69.0", | ||
| "@sentry/react": "^10.70.0", |
There was a problem hiding this comment.
Align the Sentry core override with the React SDK bump
When the renderer imports @sentry/react, this bump installs the 10.70 React/browser packages while the existing root override still forces every @sentry/core edge to 10.69.0 (confirmed with npm ls --package-lock-only @sentry/core --all against the changed lockfile). Because these Sentry packages declare exact same-version dependencies on @sentry/core, web/electron renderer Sentry now runs a mixed SDK version; keep @sentry/react on 10.69.0 or move the override/Sentry stack together and regenerate the lockfile.
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit dad580c. Configure here.
…0 updates Bumps the everything-else group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@sentry/react](https://github.com/getsentry/sentry-javascript) | `10.69.0` | `10.70.0` | | [@types/detect-port](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/detect-port) | `1.3.2` | `1.3.5` | | [@types/file-saver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/file-saver) | `2.0.5` | `2.0.7` | | [@types/is-glob](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/is-glob) | `4.0.2` | `4.0.4` | | [@types/json-bigint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/json-bigint) | `1.0.1` | `1.0.4` | | [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.14.194` | `4.17.25` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `14.14.10` | `14.18.63` | | [@types/segment-analytics](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/segment-analytics) | `0.0.34` | `0.0.38` | | [@types/webpack-env](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/webpack-env) | `1.18.4` | `1.18.8` | | [tsx](https://github.com/privatenumber/tsx) | `4.23.11` | `4.23.12` | Updates `@sentry/react` from 10.69.0 to 10.70.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/10.70.0/CHANGELOG.md) - [Commits](getsentry/sentry-javascript@10.69.0...10.70.0) Updates `@types/detect-port` from 1.3.2 to 1.3.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/detect-port) Updates `@types/file-saver` from 2.0.5 to 2.0.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/file-saver) Updates `@types/is-glob` from 4.0.2 to 4.0.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/is-glob) Updates `@types/json-bigint` from 1.0.1 to 1.0.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/json-bigint) Updates `@types/lodash` from 4.14.194 to 4.17.25 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `@types/node` from 14.14.10 to 14.18.63 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/segment-analytics` from 0.0.34 to 0.0.38 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/segment-analytics) Updates `@types/webpack-env` from 1.18.4 to 1.18.8 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/webpack-env) Updates `tsx` from 4.23.11 to 4.23.12 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.23.11...v4.23.12) --- updated-dependencies: - dependency-name: "@sentry/react" dependency-version: 10.70.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything-else - dependency-name: "@types/detect-port" dependency-version: 1.3.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: everything-else - dependency-name: "@types/file-saver" dependency-version: 2.0.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: everything-else - dependency-name: "@types/is-glob" dependency-version: 4.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: everything-else - dependency-name: "@types/json-bigint" dependency-version: 1.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: everything-else - dependency-name: "@types/lodash" dependency-version: 4.17.25 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: everything-else - dependency-name: "@types/node" dependency-version: 14.18.63 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: everything-else - dependency-name: "@types/segment-analytics" dependency-version: 0.0.38 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: everything-else - dependency-name: "@types/webpack-env" dependency-version: 1.18.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: everything-else - dependency-name: tsx dependency-version: 4.23.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: everything-else ... Signed-off-by: dependabot[bot] <support@github.com>
dad580c to
1f7d360
Compare

Bumps the everything-else group with 10 updates in the / directory:
10.69.010.70.01.3.21.3.52.0.52.0.74.0.24.0.41.0.11.0.44.14.1944.17.2514.14.1014.18.630.0.340.0.381.18.41.18.84.23.114.23.12Updates
@sentry/reactfrom 10.69.0 to 10.70.0Release notes
Sourced from @sentry/react's releases.
... (truncated)
Changelog
Sourced from @sentry/react's changelog.
Commits
0356ffdrelease: 10.70.0c2ac1bemeta(changelog): Update changelog for 10.70.0 (#23217)9c2f31dfix(v10/core,browser): Handle errors from other realms (#23201)8ad6cd1fix(v10/cloudflare): Try/catch on non-configurable prototypes (#23191)4b5e80afix(v10/cloudflare): Instrument DO RPC methods on the prototype, not a Proxy ...91af62cfix(v10/cloudflare): Set conversation id independent of session name (#23193)2096839fix(v10/cloudflare): Get original waituntil in workflows (#23192)0062819fix(v10/cloudflare): Fork the isolation scope for Durable Object methods (#23...390b05afeat(v10/core): Support stable MCP SDK v2 (#22986)3b56ecbfeat(v10/solid,solidstart): Support@solidjs/routerv1 (#23163)Updates
@types/detect-portfrom 1.3.2 to 1.3.5Commits
Updates
@types/file-saverfrom 2.0.5 to 2.0.7Commits
Updates
@types/is-globfrom 4.0.2 to 4.0.4Commits
Updates
@types/json-bigintfrom 1.0.1 to 1.0.4Commits
Updates
@types/lodashfrom 4.14.194 to 4.17.25Commits
Updates
@types/nodefrom 14.14.10 to 14.18.63Commits
Updates
@types/segment-analyticsfrom 0.0.34 to 0.0.38Commits
Updates
@types/webpack-envfrom 1.18.4 to 1.18.8Commits
Updates
tsxfrom 4.23.11 to 4.23.12Release notes
Sourced from tsx's releases.
Commits
ed9d330fix: shimimport.metawhen tokens are split by comments or newlines (#829)651f5betest: cover CommonJS TypeScript import.meta pathsNote
Low Risk
Dependency-only changes with no application logic edits; minor Sentry core/react version skew via overrides is the main thing to sanity-check.
Overview
Routine dependency maintenance in
package.jsonandpackage-lock.json: bumps@sentry/reactfrom10.69.0to10.70.0(used for UI error reporting in web/Electron), refreshes several@types/*dev dependencies (including@types/nodewithin the14.xline to14.18.63,@types/lodash, and smaller DefinitelyTyped patches), and updates devtsxto4.23.12.The lockfile also drops many nested
@types/node@24.13.0entries under Jest/webpack tooling, so resolution now leans on the root@types/nodeversion instead of duplicate nested copies.Note for reviewers:
package.jsonstilloverrides@sentry/coreat10.69.0while@sentry/reactis10.70.0; worth confirming that mixed Sentry minor versions are intentional.Reviewed by Cursor Bugbot for commit 1f7d360. Bugbot is set up for automated code reviews on this repo. Configure here.