[PR #1416] [MERGED] fix(deps): update dependency @sentry/vue to v10.10.0 #9248

Closed
opened 2026-04-23 08:50:32 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1416
Author: @renovate[bot]
Created: 9/4/2025
Status: Merged
Merged: 9/4/2025
Merged by: @kolaente

Base: mainHead: renovate/sentry-javascript-monorepo


📝 Commits (1)

  • 5a920c2 fix(deps): update dependency @sentry/vue to v10.10.0

📊 Changes

2 files changed (+37 additions, -37 deletions)

View changed files

📝 frontend/package.json (+1 -1)
📝 frontend/pnpm-lock.yaml (+36 -36)

📄 Description

This PR contains the following updates:

Package Change Age Confidence
@sentry/vue (source) 10.9.0 -> 10.10.0 age confidence

Release Notes

getsentry/sentry-javascript (@​sentry/vue)

v10.10.0

Compare Source

Important Changes
  • feat(browser): Add support for propagateTraceparent SDK option (#​17509)

Adds support for a new browser SDK init option, propagateTraceparent for attaching a W3C compliant traceparent header to outgoing fetch and XHR requests, in addition to sentry-trace and baggage headers. More details can be found here.

  • feat(core): Add tool calls attributes for Anthropic AI (#​17478)

Adds missing tool call attributes, we add gen_ai.response.tool_calls attribute for Anthropic AI, supporting both streaming and non-streaming requests.

  • feat(nextjs): Use compiler hook for uploading turbopack sourcemaps (#​17352)

Adds a new experimental flag _experimental.useRunAfterProductionCompileHook to withSentryConfig for automatic source maps uploads when building a Next.js app with next build --turbopack.
When set we:

  • Automatically enable source map generation for turbopack client files (if not explicitly disabled)
  • Upload generated source maps to Sentry at the end of the build by leveraging a Next.js compiler hook.
Other Changes
  • feat(feedback): Add more labels so people can configure Highlight and Hide labels (#​17513)
  • fix(node): Add origin for OpenAI spans & test auto instrumentation (#​17519)

Bundle size 📦

Path Size
@​sentry/browser 23.59 KB
@​sentry/browser - with treeshaking flags 22.2 KB
@​sentry/browser (incl. Tracing) 39.19 KB
@​sentry/browser (incl. Tracing, Replay) 76.63 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.64 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 81.2 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 93.13 KB
@​sentry/browser (incl. Feedback) 39.93 KB
@​sentry/browser (incl. sendFeedback) 28.13 KB
@​sentry/browser (incl. FeedbackAsync) 32.96 KB
@​sentry/react 25.27 KB
@​sentry/react (incl. Tracing) 41.11 KB
@​sentry/vue 27.97 KB
@​sentry/vue (incl. Tracing) 40.95 KB
@​sentry/svelte 23.62 KB
CDN Bundle 25.14 KB
CDN Bundle (incl. Tracing) 39.05 KB
CDN Bundle (incl. Tracing, Replay) 74.48 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 79.82 KB
CDN Bundle - uncompressed 73.4 KB
CDN Bundle (incl. Tracing) - uncompressed 115.49 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 227.88 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 240.35 KB
@​sentry/nextjs (client) 43.08 KB
@​sentry/sveltekit (client) 39.62 KB
@​sentry/node-core 48.49 KB
@​sentry/node 147.1 KB
@​sentry/node - without tracing 90.07 KB
@​sentry/aws-serverless 103.06 KB

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-vikunja/vikunja/pull/1416 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 9/4/2025 **Status:** ✅ Merged **Merged:** 9/4/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/sentry-javascript-monorepo` --- ### 📝 Commits (1) - [`5a920c2`](https://github.com/go-vikunja/vikunja/commit/5a920c217dd55001a9d0b8efc82f263f8c5be58f) fix(deps): update dependency @sentry/vue to v10.10.0 ### 📊 Changes **2 files changed** (+37 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+1 -1) 📝 `frontend/pnpm-lock.yaml` (+36 -36) </details> ### 📄 Description This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@sentry/vue](https://redirect.github.com/getsentry/sentry-javascript/tree/master/packages/vue) ([source](https://redirect.github.com/getsentry/sentry-javascript)) | [`10.9.0` -> `10.10.0`](https://renovatebot.com/diffs/npm/@sentry%2fvue/10.9.0/10.10.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sentry%2fvue/10.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sentry%2fvue/10.9.0/10.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>getsentry/sentry-javascript (@&#8203;sentry/vue)</summary> ### [`v10.10.0`](https://redirect.github.com/getsentry/sentry-javascript/releases/tag/10.10.0) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/10.9.0...10.10.0) ##### Important Changes - **feat(browser): Add support for `propagateTraceparent` SDK option ([#&#8203;17509](https://redirect.github.com/getsentry/sentry-javascript/pull/17509))** Adds support for a new browser SDK init option, `propagateTraceparent` for attaching a W3C compliant traceparent header to outgoing fetch and XHR requests, in addition to sentry-trace and baggage headers. More details can be found [here](https://develop.sentry.dev/sdk/telemetry/traces/#propagatetraceparent). - **feat(core): Add tool calls attributes for Anthropic AI ([#&#8203;17478](https://redirect.github.com/getsentry/sentry-javascript/pull/17478))** Adds missing tool call attributes, we add gen\_ai.response.tool\_calls attribute for Anthropic AI, supporting both streaming and non-streaming requests. - **feat(nextjs): Use compiler hook for uploading turbopack sourcemaps ([#&#8203;17352](https://redirect.github.com/getsentry/sentry-javascript/pull/17352))** Adds a new *experimental* flag `_experimental.useRunAfterProductionCompileHook` to `withSentryConfig` for automatic source maps uploads when building a Next.js app with `next build --turbopack`. When set we: - Automatically enable source map generation for turbopack client files (if not explicitly disabled) - Upload generated source maps to Sentry at the end of the build by leveraging [a Next.js compiler hook](https://nextjs.org/docs/architecture/nextjs-compiler#runafterproductioncompile). ##### Other Changes - feat(feedback): Add more labels so people can configure Highlight and Hide labels ([#&#8203;17513](https://redirect.github.com/getsentry/sentry-javascript/pull/17513)) - fix(node): Add `origin` for OpenAI spans & test auto instrumentation ([#&#8203;17519](https://redirect.github.com/getsentry/sentry-javascript/pull/17519)) #### Bundle size 📦 | Path | Size | | ----------------------------------------------------------------------------------------------------- | --------- | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) | 23.59 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) - with treeshaking flags | 22.2 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing) | 39.19 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) | 76.63 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) - with treeshaking flags | 66.64 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay with Canvas) | 81.2 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay, Feedback) | 93.13 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Feedback) | 39.93 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. sendFeedback) | 28.13 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. FeedbackAsync) | 32.96 KB | | [@&#8203;sentry/react](https://redirect.github.com/sentry/react) | 25.27 KB | | [@&#8203;sentry/react](https://redirect.github.com/sentry/react) (incl. Tracing) | 41.11 KB | | [@&#8203;sentry/vue](https://redirect.github.com/sentry/vue) | 27.97 KB | | [@&#8203;sentry/vue](https://redirect.github.com/sentry/vue) (incl. Tracing) | 40.95 KB | | [@&#8203;sentry/svelte](https://redirect.github.com/sentry/svelte) | 23.62 KB | | CDN Bundle | 25.14 KB | | CDN Bundle (incl. Tracing) | 39.05 KB | | CDN Bundle (incl. Tracing, Replay) | 74.48 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) | 79.82 KB | | CDN Bundle - uncompressed | 73.4 KB | | CDN Bundle (incl. Tracing) - uncompressed | 115.49 KB | | CDN Bundle (incl. Tracing, Replay) - uncompressed | 227.88 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 240.35 KB | | [@&#8203;sentry/nextjs](https://redirect.github.com/sentry/nextjs) (client) | 43.08 KB | | [@&#8203;sentry/sveltekit](https://redirect.github.com/sentry/sveltekit) (client) | 39.62 KB | | [@&#8203;sentry/node-core](https://redirect.github.com/sentry/node-core) | 48.49 KB | | [@&#8203;sentry/node](https://redirect.github.com/sentry/node) | 147.1 KB | | [@&#8203;sentry/node](https://redirect.github.com/sentry/node) - without tracing | 90.07 KB | | [@&#8203;sentry/aws-serverless](https://redirect.github.com/sentry/aws-serverless) | 103.06 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:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-23 08:50:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#9248