From fe0e738f8c2df9bb9757154cd5c79e641f48d8a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 04:47:05 +0000 Subject: [PATCH] build(deps): bump the sentry group in /rust/gui-client with 2 updates (#10088) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the sentry group in /rust/gui-client with 2 updates: [@sentry/core](https://github.com/getsentry/sentry-javascript) and [@sentry/react](https://github.com/getsentry/sentry-javascript). Updates `@sentry/core` from 9.40.0 to 10.0.0
Release notes

Sourced from @​sentry/core's releases.

10.0.0

Version 10.0.0 marks a release of the Sentry JavaScript SDKs that contains breaking changes. The goal of this release is to primarily upgrade the underlying OpenTelemetry dependencies to v2 with minimal breaking changes.

How To Upgrade

Please carefully read through the migration guide in the Sentry docs on how to upgrade from version 9 to version 10. Make sure to select your specific platform/framework in the top left corner: https://docs.sentry.io/platforms/javascript/migration/v9-to-v10/

A comprehensive migration guide outlining all changes can be found within the Sentry JavaScript SDK Repository: https://github.com/getsentry/sentry-javascript/blob/develop/MIGRATION.md

Breaking Changes

Other Changes

... (truncated)

Changelog

Sourced from @​sentry/core's changelog.

10.0.0

Version 10.0.0 marks a release of the Sentry JavaScript SDKs that contains breaking changes. The goal of this release is to primarily upgrade the underlying OpenTelemetry dependencies to v2 with minimal breaking changes.

How To Upgrade

Please carefully read through the migration guide in the Sentry docs on how to upgrade from version 9 to version 10. Make sure to select your specific platform/framework in the top left corner: https://docs.sentry.io/platforms/javascript/migration/v9-to-v10/

A comprehensive migration guide outlining all changes can be found within the Sentry JavaScript SDK Repository: https://github.com/getsentry/sentry-javascript/blob/develop/MIGRATION.md

Breaking Changes

Other Changes

... (truncated)

Commits

Updates `@sentry/react` from 9.40.0 to 10.0.0
Release notes

Sourced from @​sentry/react's releases.

10.0.0

Version 10.0.0 marks a release of the Sentry JavaScript SDKs that contains breaking changes. The goal of this release is to primarily upgrade the underlying OpenTelemetry dependencies to v2 with minimal breaking changes.

How To Upgrade

Please carefully read through the migration guide in the Sentry docs on how to upgrade from version 9 to version 10. Make sure to select your specific platform/framework in the top left corner: https://docs.sentry.io/platforms/javascript/migration/v9-to-v10/

A comprehensive migration guide outlining all changes can be found within the Sentry JavaScript SDK Repository: https://github.com/getsentry/sentry-javascript/blob/develop/MIGRATION.md

Breaking Changes

Other Changes

... (truncated)

Changelog

Sourced from @​sentry/react's changelog.

10.0.0

Version 10.0.0 marks a release of the Sentry JavaScript SDKs that contains breaking changes. The goal of this release is to primarily upgrade the underlying OpenTelemetry dependencies to v2 with minimal breaking changes.

How To Upgrade

Please carefully read through the migration guide in the Sentry docs on how to upgrade from version 9 to version 10. Make sure to select your specific platform/framework in the top left corner: https://docs.sentry.io/platforms/javascript/migration/v9-to-v10/

A comprehensive migration guide outlining all changes can be found within the Sentry JavaScript SDK Repository: https://github.com/getsentry/sentry-javascript/blob/develop/MIGRATION.md

Breaking Changes

Other Changes

... (truncated)

Commits

You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- rust/gui-client/package.json | 4 +- rust/gui-client/pnpm-lock.yaml | 76 +++++++++++++++++----------------- 2 files changed, 40 insertions(+), 40 deletions(-) diff --git a/rust/gui-client/package.json b/rust/gui-client/package.json index 3a2c936e2..906646fcb 100644 --- a/rust/gui-client/package.json +++ b/rust/gui-client/package.json @@ -19,8 +19,8 @@ "@eslint/js": "^9.36.0", "@fontsource-variable/source-sans-3": "^5.2.9", "@heroicons/react": "^2.2.0", - "@sentry/core": "^9.40.0", - "@sentry/react": "^9.40.0", + "@sentry/core": "^10.22.0", + "@sentry/react": "^10.22.0", "@tailwindcss/cli": "^4.1.14", "@tailwindcss/vite": "^4.1.14", "@tauri-apps/api": "^2.8.0", diff --git a/rust/gui-client/pnpm-lock.yaml b/rust/gui-client/pnpm-lock.yaml index 9507dc452..bf7e0069b 100644 --- a/rust/gui-client/pnpm-lock.yaml +++ b/rust/gui-client/pnpm-lock.yaml @@ -18,11 +18,11 @@ importers: specifier: ^2.2.0 version: 2.2.0(react@19.2.0) '@sentry/core': - specifier: ^9.40.0 - version: 9.40.0 + specifier: ^10.22.0 + version: 10.22.0 '@sentry/react': - specifier: ^9.40.0 - version: 9.40.0(react@19.2.0) + specifier: ^10.22.0 + version: 10.22.0(react@19.2.0) '@tailwindcss/cli': specifier: ^4.1.14 version: 4.1.14 @@ -690,32 +690,32 @@ packages: cpu: [x64] os: [win32] - '@sentry-internal/browser-utils@9.40.0': - resolution: {integrity: sha512-Ajvz6jN+EEMKrOHcUv2+HlhbRUh69uXhhRoBjJw8sc61uqA2vv3QWyBSmTRoHdTnLGboT5bKEhHIkzVXb+YgEw==} + '@sentry-internal/browser-utils@10.22.0': + resolution: {integrity: sha512-BpJoLZEyJr7ORzkCrIjxRTnFWwO1mJNICVh3B9g5d9245niGT4OJvRozmLz89WgJkZFHWu84ls6Xfq5b/3tGFQ==} engines: {node: '>=18'} - '@sentry-internal/feedback@9.40.0': - resolution: {integrity: sha512-39UbLdGWGvSJ7bAzRnkv91cBdd6fLbdkLVVvqE2ZUfegm7+rH1mRPglmEhw4VE4mQfKZM1zWr/xus2+XPqJcYw==} + '@sentry-internal/feedback@10.22.0': + resolution: {integrity: sha512-zXySOin/gGHPV+yKaHqjN9YZ7psEJwzLn8PzCLeo+4REzF1eQwbYZIgOxJFD32z8s3nZiABSWFM/n1CvVfMEsQ==} engines: {node: '>=18'} - '@sentry-internal/replay-canvas@9.40.0': - resolution: {integrity: sha512-GLoJ4R4Uipd7Vb+0LzSJA2qCyN1J6YalQIoDuOJTfYyykHvKltds5D8a/5S3Q6d8PcL/nxTn93fynauGEZt2Ow==} + '@sentry-internal/replay-canvas@10.22.0': + resolution: {integrity: sha512-DE4JNUskJg+O+wFq42W5gAa/99aD5k7TfGOwABxvnzFv8vkKA7pqXwPbFFPzypdKIkln+df7RmbnDwQRNg6/lA==} engines: {node: '>=18'} - '@sentry-internal/replay@9.40.0': - resolution: {integrity: sha512-WrmCvqbLJQC45IFRVN3k0J5pU5NkdX0e9o6XxjcmDiATKk00RHnW4yajnCJ8J1cPR4918yqiJHPX5xpG08BZNA==} + '@sentry-internal/replay@10.22.0': + resolution: {integrity: sha512-JNE4kHAQSG4/V+J+Zog3vKBWgOe9H33ol/MEU1RuLM/4I+uLf4mTetwnS9ilpnnW/Z/gQYfA+R3CiMrZtqTivw==} engines: {node: '>=18'} - '@sentry/browser@9.40.0': - resolution: {integrity: sha512-qz/1Go817vcsbcIwgrz4/T34vi3oQ4UIqikosuaCTI9wjZvK0HyW3QmLvTbAnsE7G7h6+UZsVkpO5R16IQvQhQ==} + '@sentry/browser@10.22.0': + resolution: {integrity: sha512-wD2XqN+yeBpQFfdPo6+wlKDMyyuDctVGzZWE4qTPntICKQuwMdAfeq5Ma89ad0Dw+bzG9UijGeyuJQlswF87Mw==} engines: {node: '>=18'} - '@sentry/core@9.40.0': - resolution: {integrity: sha512-cZkuz6BDna6VXSqvlWnrRsaDx4QBKq1PcfQrqhVz8ljs0M7Gcl+Mtj8dCzUxx12fkYM62hQXG72DEGNlAQpH/Q==} + '@sentry/core@10.22.0': + resolution: {integrity: sha512-V1oeHbrOKzxadsCmgtPku3v3Emo/Bpb3VSuKmlLrQefiHX98MWtjJ3XDGfduzD5/dCdh0r/OOLwjcmrO/PZ2aw==} engines: {node: '>=18'} - '@sentry/react@9.40.0': - resolution: {integrity: sha512-y00d33qozmQAKroQ4Kk2jxhznprPBOb55SL4LOpNPRHGEomxZCUeM3geltczrf14JsGowCr5+xlT+cZQ2XcNlA==} + '@sentry/react@10.22.0': + resolution: {integrity: sha512-XByOjtW30LMNibmCPJF5LNYFmETNOUmWByECADox8GYV4BEX18WGXl4K1fpPDTSk+y4vUCHbltHa4GkyTRwG8Q==} engines: {node: '>=18'} peerDependencies: react: ^16.14.0 || 17.x || 18.x || 19.x @@ -2734,38 +2734,38 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.52.5': optional: true - '@sentry-internal/browser-utils@9.40.0': + '@sentry-internal/browser-utils@10.22.0': dependencies: - '@sentry/core': 9.40.0 + '@sentry/core': 10.22.0 - '@sentry-internal/feedback@9.40.0': + '@sentry-internal/feedback@10.22.0': dependencies: - '@sentry/core': 9.40.0 + '@sentry/core': 10.22.0 - '@sentry-internal/replay-canvas@9.40.0': + '@sentry-internal/replay-canvas@10.22.0': dependencies: - '@sentry-internal/replay': 9.40.0 - '@sentry/core': 9.40.0 + '@sentry-internal/replay': 10.22.0 + '@sentry/core': 10.22.0 - '@sentry-internal/replay@9.40.0': + '@sentry-internal/replay@10.22.0': dependencies: - '@sentry-internal/browser-utils': 9.40.0 - '@sentry/core': 9.40.0 + '@sentry-internal/browser-utils': 10.22.0 + '@sentry/core': 10.22.0 - '@sentry/browser@9.40.0': + '@sentry/browser@10.22.0': dependencies: - '@sentry-internal/browser-utils': 9.40.0 - '@sentry-internal/feedback': 9.40.0 - '@sentry-internal/replay': 9.40.0 - '@sentry-internal/replay-canvas': 9.40.0 - '@sentry/core': 9.40.0 + '@sentry-internal/browser-utils': 10.22.0 + '@sentry-internal/feedback': 10.22.0 + '@sentry-internal/replay': 10.22.0 + '@sentry-internal/replay-canvas': 10.22.0 + '@sentry/core': 10.22.0 - '@sentry/core@9.40.0': {} + '@sentry/core@10.22.0': {} - '@sentry/react@9.40.0(react@19.2.0)': + '@sentry/react@10.22.0(react@19.2.0)': dependencies: - '@sentry/browser': 9.40.0 - '@sentry/core': 9.40.0 + '@sentry/browser': 10.22.0 + '@sentry/core': 10.22.0 hoist-non-react-statics: 3.3.2 react: 19.2.0