fix(deps): update dependency @sentry/vue to v10.31.0 (#2009)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@sentry/vue](https://redirect.github.com/getsentry/sentry-javascript/tree/master/packages/vue) ([source](https://redirect.github.com/getsentry/sentry-javascript)) | [`10.30.0` -> `10.31.0`](https://renovatebot.com/diffs/npm/@sentry%2fvue/10.30.0/10.31.0) |  |  | --- ### Release Notes <details> <summary>getsentry/sentry-javascript (@​sentry/vue)</summary> ### [`v10.31.0`](https://redirect.github.com/getsentry/sentry-javascript/releases/tag/10.31.0) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/10.30.0...10.31.0) ##### Important Changes - **feat(browser): Add support for GraphQL persisted operations ([#​18505](https://redirect.github.com/getsentry/sentry-javascript/pull/18505))** The `graphqlClientIntegration` now supports GraphQL persisted operations (queries). When a persisted query is detected, the integration will capture the operation hash and version as span attributes: - `graphql.persisted_query.hash.sha256` - The SHA-256 hash of the persisted query - `graphql.persisted_query.version` - The version of the persisted query protocol Additionally, the `graphql.document` attribute format has changed to align with OpenTelemetry semantic conventions. It now contains only the GraphQL query string instead of the full JSON request payload. **Before:** ```javascript "graphql.document": "{\"query\":\"query Test { user { id } }\"}" ``` **After:** ```javascript "graphql.document": "query Test { user { id } }" ``` ##### Other Changes - feat(node): Support `propagateTraceparent` option ([#​18476](https://redirect.github.com/getsentry/sentry-javascript/pull/18476)) - feat(bun): Expose spotlight option in TypeScript ([#​18436](https://redirect.github.com/getsentry/sentry-javascript/pull/18436)) - feat(core): Add additional exports for `captureException` and `captureMessage` parameter types ([#​18521](https://redirect.github.com/getsentry/sentry-javascript/pull/18521)) - feat(core): Export `captureException` and `captureMessage` parameter types ([#​18509](https://redirect.github.com/getsentry/sentry-javascript/pull/18509)) - feat(core): Parse individual cookies from cookie header ([#​18325](https://redirect.github.com/getsentry/sentry-javascript/pull/18325)) - feat(node): Add instrument OpenAI export to node ([#​18461](https://redirect.github.com/getsentry/sentry-javascript/pull/18461)) - feat(nuxt): Bump `@sentry/vite-plugin` and `@sentry/rollup-plugin` to 4.6.1 ([#​18349](https://redirect.github.com/getsentry/sentry-javascript/pull/18349)) - feat(profiling): Add support for Node v24 in the prune script ([#​18447](https://redirect.github.com/getsentry/sentry-javascript/pull/18447)) - feat(tracing): strip inline media from messages ([#​18413](https://redirect.github.com/getsentry/sentry-javascript/pull/18413)) - feat(node): Add ESM support for postgres.js instrumentation ([#​17961](https://redirect.github.com/getsentry/sentry-javascript/pull/17961)) - fix(browser): Stringify span context in linked traces log statement ([#​18376](https://redirect.github.com/getsentry/sentry-javascript/pull/18376)) - fix(google-cloud-serverless): Move [@​types/express](https://redirect.github.com/types/express) to optional peerDeps ([#​18452](https://redirect.github.com/getsentry/sentry-javascript/pull/18452)) - fix(node-core): passthrough node-cron context ([#​17835](https://redirect.github.com/getsentry/sentry-javascript/pull/17835)) - fix(tanstack-router): Check for `fromLocation` existence before reporting pageload ([#​18463](https://redirect.github.com/getsentry/sentry-javascript/pull/18463)) - fix(tracing): add system prompt, model to google genai ([#​18424](https://redirect.github.com/getsentry/sentry-javascript/pull/18424)) - fix(tracing): Set span operations for AI spans with model ID only ([#​18471](https://redirect.github.com/getsentry/sentry-javascript/pull/18471)) - ref(browser): Improve profiling debug statement ([#​18507](https://redirect.github.com/getsentry/sentry-javascript/pull/18507)) <details> <summary> <strong>Internal Changes</strong> </summary> - chore: Add external contributor to CHANGELOG.md ([#​18473](https://redirect.github.com/getsentry/sentry-javascript/pull/18473)) - chore: upgrade Playwright to \~1.56.0 for WSL2 compatibility ([#​18468](https://redirect.github.com/getsentry/sentry-javascript/pull/18468)) - chore(bugbot): Add testing conventions code review rules ([#​18433](https://redirect.github.com/getsentry/sentry-javascript/pull/18433)) - chore(deps): bump next from 14.2.25 to 14.2.35 in /dev-packages/e2e-tests/test-applications/create-next-app ([#​18494](https://redirect.github.com/getsentry/sentry-javascript/pull/18494)) - chore(deps): bump next from 14.2.32 to 14.2.35 in /dev-packages/e2e-tests/test-applications/nextjs-orpc ([#​18520](https://redirect.github.com/getsentry/sentry-javascript/pull/18520)) - chore(deps): bump next from 14.2.32 to 14.2.35 in /dev-packages/e2e-tests/test-applications/nextjs-pages-dir ([#​18496](https://redirect.github.com/getsentry/sentry-javascript/pull/18496)) - chore(deps): bump next from 15.5.7 to 15.5.9 in /dev-packages/e2e-tests/test-applications/nextjs-15 ([#​18482](https://redirect.github.com/getsentry/sentry-javascript/pull/18482)) - chore(deps): bump next from 15.5.7 to 15.5.9 in /dev-packages/e2e-tests/test-applications/nextjs-15-intl ([#​18483](https://redirect.github.com/getsentry/sentry-javascript/pull/18483)) - chore(deps): bump next from 16.0.7 to 16.0.9 in /dev-packages/e2e-tests/test-applications/nextjs-16 ([#​18480](https://redirect.github.com/getsentry/sentry-javascript/pull/18480)) - chore(deps): bump next from 16.0.7 to 16.0.9 in /dev-packages/e2e-tests/test-applications/nextjs-16-cacheComponents ([#​18479](https://redirect.github.com/getsentry/sentry-javascript/pull/18479)) - chore(deps): bump next from 16.0.7 to 16.0.9 in /dev-packages/e2e-tests/test-applications/nextjs-16-tunnel ([#​18481](https://redirect.github.com/getsentry/sentry-javascript/pull/18481)) - chore(deps): bump next from 16.0.9 to 16.0.10 in /dev-packages/e2e-tests/test-applications/nextjs-16 ([#​18514](https://redirect.github.com/getsentry/sentry-javascript/pull/18514)) - chore(deps): bump next from 16.0.9 to 16.0.10 in /dev-packages/e2e-tests/test-applications/nextjs-16-tunnel ([#​18487](https://redirect.github.com/getsentry/sentry-javascript/pull/18487)) - chore(tests): Added test variant flag ([#​18458](https://redirect.github.com/getsentry/sentry-javascript/pull/18458)) - test(cloudflare-mcp): Pin mcp sdk to 1.24.0 ([#​18524](https://redirect.github.com/getsentry/sentry-javascript/pull/18524)) </details> Work in this release was contributed by [@​sebws](https://redirect.github.com/sebws) and [@​TBeeren](https://redirect.github.com/TBeeren). Thank you for your contributions! #### Bundle size 📦 | Path | Size | | ----------------------------------------------------------------------------------------------------- | --------- | | [@​sentry/browser](https://redirect.github.com/sentry/browser) | 24.23 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) - with treeshaking flags | 22.76 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing) | 40.58 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Profiling) | 45.08 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) | 78.1 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) - with treeshaking flags | 68.07 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay with Canvas) | 82.67 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay, Feedback) | 94.62 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. Feedback) | 40.54 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. sendFeedback) | 28.8 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. FeedbackAsync) | 33.68 KB | | [@​sentry/react](https://redirect.github.com/sentry/react) | 25.9 KB | | [@​sentry/react](https://redirect.github.com/sentry/react) (incl. Tracing) | 42.73 KB | | [@​sentry/vue](https://redirect.github.com/sentry/vue) | 28.58 KB | | [@​sentry/vue](https://redirect.github.com/sentry/vue) (incl. Tracing) | 42.35 KB | | [@​sentry/svelte](https://redirect.github.com/sentry/svelte) | 24.24 KB | | CDN Bundle | 26.59 KB | | CDN Bundle (incl. Tracing) | 41.23 KB | | CDN Bundle (incl. Tracing, Replay) | 76.9 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) | 82.23 KB | | CDN Bundle - uncompressed | 78.15 KB | | CDN Bundle (incl. Tracing) - uncompressed | 122.44 KB | | CDN Bundle (incl. Tracing, Replay) - uncompressed | 235.75 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 248.21 KB | | [@​sentry/nextjs](https://redirect.github.com/sentry/nextjs) (client) | 44.9 KB | | [@​sentry/sveltekit](https://redirect.github.com/sentry/sveltekit) (client) | 40.94 KB | | [@​sentry/node-core](https://redirect.github.com/sentry/node-core) | 50.39 KB | | [@​sentry/node](https://redirect.github.com/sentry/node) | 157.7 KB | | [@​sentry/node](https://redirect.github.com/sentry/node) - without tracing | 90.85 KB | | [@​sentry/aws-serverless](https://redirect.github.com/sentry/aws-serverless) | 106 KB | </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/go-vikunja/vikunja). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
74c3225c3a
commit
7d1655e9d7
|
|
@ -59,7 +59,7 @@
|
|||
"@github/hotkey": "3.1.1",
|
||||
"@intlify/unplugin-vue-i18n": "11.0.3",
|
||||
"@kyvg/vue3-notification": "3.4.2",
|
||||
"@sentry/vue": "10.30.0",
|
||||
"@sentry/vue": "10.31.0",
|
||||
"@tiptap/core": "3.8.0",
|
||||
"@tiptap/extension-code-block-lowlight": "3.8.0",
|
||||
"@tiptap/extension-hard-break": "3.8.0",
|
||||
|
|
|
|||
|
|
@ -41,8 +41,8 @@ importers:
|
|||
specifier: 3.4.2
|
||||
version: 3.4.2(vue@3.5.25(typescript@5.9.3))
|
||||
'@sentry/vue':
|
||||
specifier: 10.30.0
|
||||
version: 10.30.0(pinia@3.0.4(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))(vue@3.5.25(typescript@5.9.3))
|
||||
specifier: 10.31.0
|
||||
version: 10.31.0(pinia@3.0.4(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))(vue@3.5.25(typescript@5.9.3))
|
||||
'@tiptap/core':
|
||||
specifier: 3.8.0
|
||||
version: 3.8.0(@tiptap/pm@3.8.0)
|
||||
|
|
@ -2105,24 +2105,24 @@ packages:
|
|||
cpu: [x64]
|
||||
os: [win32]
|
||||
|
||||
'@sentry-internal/browser-utils@10.30.0':
|
||||
resolution: {integrity: sha512-dVsHTUbvgaLNetWAQC6yJFnmgD0xUbVgCkmzNB7S28wIP570GcZ4cxFGPOkXbPx6dEBUfoOREeXzLqjJLtJPfg==}
|
||||
'@sentry-internal/browser-utils@10.31.0':
|
||||
resolution: {integrity: sha512-2Pvk0aRA0M/wiUj2K00mhw8dhD/zRhGKK9xQVAPtSz9cbKO/0WIS5dMAX0bfNvYVVMQPrQM46BmEwxeMMuY6HQ==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
'@sentry-internal/feedback@10.30.0':
|
||||
resolution: {integrity: sha512-+bnQZ6SNF265nTXrRlXTmq5Ila1fRfraDOAahlOT/VM4j6zqCvNZzmeDD9J6IbxiAdhlp/YOkrG3zbr5vgYo0A==}
|
||||
'@sentry-internal/feedback@10.31.0':
|
||||
resolution: {integrity: sha512-uLmh6n0Ax/yjVO4FROpeVqzEJVMgIxDsnmKlAoQ4/HYmc2wQQbJmdIgjzZN2ruelaYEaQV7iouSYLZv4wdujOQ==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
'@sentry-internal/replay-canvas@10.30.0':
|
||||
resolution: {integrity: sha512-RIlIz+XQ4DUWaN60CjfmicJq2O2JRtDKM5lw0wB++M5ha0TBh6rv+Ojf6BDgiV3LOQ7lZvCM57xhmNUtrGmelg==}
|
||||
'@sentry-internal/replay-canvas@10.31.0':
|
||||
resolution: {integrity: sha512-mR6t6YNMLKndn1FvaDoOTWA15LfatcC/RMXkKYggULJWxMOs1/TCowjVidPXb/2JtfeHQvbJg5dH/hM+wW5c1Q==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
'@sentry-internal/replay@10.30.0':
|
||||
resolution: {integrity: sha512-Pj/fMIZQkXzIw6YWpxKWUE5+GXffKq6CgXwHszVB39al1wYz1gTIrTqJqt31IBLIihfCy8XxYddglR2EW0BVIQ==}
|
||||
'@sentry-internal/replay@10.31.0':
|
||||
resolution: {integrity: sha512-1rChhtgSSq83vef/ZID5vNRGgCVOdi3c239J3T0GWUSrmZAWHFWohqosT1jBYLIcBQia1jjJjl7j0QX0UNpSsg==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
'@sentry/browser@10.30.0':
|
||||
resolution: {integrity: sha512-7M/IJUMLo0iCMLNxDV/OHTPI0WKyluxhCcxXJn7nrCcolu8A1aq9R8XjKxm0oTCO8ht5pz8bhGXUnYJj4eoEBA==}
|
||||
'@sentry/browser@10.31.0':
|
||||
resolution: {integrity: sha512-r+unS+yzVn4lh+jRGtR1rhfcPFsSJXDzW9ngn8+VmgzuvBMLVNSVEwCO+HsghnFfWorrXYZ6GVhemsGHK8gsfg==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
'@sentry/cli-darwin@2.33.1':
|
||||
|
|
@ -2171,12 +2171,12 @@ packages:
|
|||
engines: {node: '>= 10'}
|
||||
hasBin: true
|
||||
|
||||
'@sentry/core@10.30.0':
|
||||
resolution: {integrity: sha512-IfNuqIoGVO9pwphwbOptAEJJI1SCAfewS5LBU1iL7hjPBHYAnE8tCVzyZN+pooEkQQ47Q4rGanaG1xY8mjTT1A==}
|
||||
'@sentry/core@10.31.0':
|
||||
resolution: {integrity: sha512-VTSXdyhnu3CNaSwhp/CchZRCKh1fa7byP+KClApthsppQ57w7OjXN8dDUf38K1ZCsfdTEvdEU4qCL/WnAEbd+g==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
'@sentry/vue@10.30.0':
|
||||
resolution: {integrity: sha512-bGGchq1iMgd5qK/Z4czgEHBMJpoATIkMHz5JTRg3NjfSvl2IthigJvk83CviLqN/6TZ21/ycnqUxvT/jNJLr+w==}
|
||||
'@sentry/vue@10.31.0':
|
||||
resolution: {integrity: sha512-3CbF1yd5dq46K2eX+mN7cAXJOchFL5x1tYtUDWQPGAkMxsMV7mqun/eXabZWBSlRzDbevl0s364dNjPNs+1btg==}
|
||||
engines: {node: '>=18'}
|
||||
peerDependencies:
|
||||
pinia: 2.x || 3.x
|
||||
|
|
@ -8550,31 +8550,31 @@ snapshots:
|
|||
'@rollup/rollup-win32-x64-msvc@4.53.5':
|
||||
optional: true
|
||||
|
||||
'@sentry-internal/browser-utils@10.30.0':
|
||||
'@sentry-internal/browser-utils@10.31.0':
|
||||
dependencies:
|
||||
'@sentry/core': 10.30.0
|
||||
'@sentry/core': 10.31.0
|
||||
|
||||
'@sentry-internal/feedback@10.30.0':
|
||||
'@sentry-internal/feedback@10.31.0':
|
||||
dependencies:
|
||||
'@sentry/core': 10.30.0
|
||||
'@sentry/core': 10.31.0
|
||||
|
||||
'@sentry-internal/replay-canvas@10.30.0':
|
||||
'@sentry-internal/replay-canvas@10.31.0':
|
||||
dependencies:
|
||||
'@sentry-internal/replay': 10.30.0
|
||||
'@sentry/core': 10.30.0
|
||||
'@sentry-internal/replay': 10.31.0
|
||||
'@sentry/core': 10.31.0
|
||||
|
||||
'@sentry-internal/replay@10.30.0':
|
||||
'@sentry-internal/replay@10.31.0':
|
||||
dependencies:
|
||||
'@sentry-internal/browser-utils': 10.30.0
|
||||
'@sentry/core': 10.30.0
|
||||
'@sentry-internal/browser-utils': 10.31.0
|
||||
'@sentry/core': 10.31.0
|
||||
|
||||
'@sentry/browser@10.30.0':
|
||||
'@sentry/browser@10.31.0':
|
||||
dependencies:
|
||||
'@sentry-internal/browser-utils': 10.30.0
|
||||
'@sentry-internal/feedback': 10.30.0
|
||||
'@sentry-internal/replay': 10.30.0
|
||||
'@sentry-internal/replay-canvas': 10.30.0
|
||||
'@sentry/core': 10.30.0
|
||||
'@sentry-internal/browser-utils': 10.31.0
|
||||
'@sentry-internal/feedback': 10.31.0
|
||||
'@sentry-internal/replay': 10.31.0
|
||||
'@sentry-internal/replay-canvas': 10.31.0
|
||||
'@sentry/core': 10.31.0
|
||||
|
||||
'@sentry/cli-darwin@2.33.1':
|
||||
optional: true
|
||||
|
|
@ -8616,12 +8616,12 @@ snapshots:
|
|||
- encoding
|
||||
- supports-color
|
||||
|
||||
'@sentry/core@10.30.0': {}
|
||||
'@sentry/core@10.31.0': {}
|
||||
|
||||
'@sentry/vue@10.30.0(pinia@3.0.4(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))(vue@3.5.25(typescript@5.9.3))':
|
||||
'@sentry/vue@10.31.0(pinia@3.0.4(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3)))(vue@3.5.25(typescript@5.9.3))':
|
||||
dependencies:
|
||||
'@sentry/browser': 10.30.0
|
||||
'@sentry/core': 10.30.0
|
||||
'@sentry/browser': 10.31.0
|
||||
'@sentry/core': 10.31.0
|
||||
vue: 3.5.25(typescript@5.9.3)
|
||||
optionalDependencies:
|
||||
pinia: 3.0.4(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))
|
||||
|
|
|
|||
Loading…
Reference in New Issue