[PR #1361] [MERGED] fix(deps): update dependency @sentry/vue to v10.8.0 #9211

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

📋 Pull Request Information

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

Base: mainHead: renovate/sentry-javascript-monorepo


📝 Commits (1)

  • ace8826 fix(deps): update dependency @sentry/vue to v10.8.0

📊 Changes

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

View changed files

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

📄 Description

This PR contains the following updates:

Package Change Age Confidence
@sentry/vue (source) 10.5.0 -> 10.8.0 age confidence

Release Notes

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

v10.8.0

Compare Source

Important Changes
  • feat(sveltekit): Add Compatibility for builtin SvelteKit Tracing (#​17423)

    This release makes the @sentry/sveltekit SDK compatible with SvelteKit's native observability support introduced in SvelteKit version 2.31.0.
    If you enable both, instrumentation and tracing, the SDK will now initialize early enough to set up additional instrumentation like database queries and it will pick up spans emitted from SvelteKit.

    We will follow up with docs how to set up the SDK soon.
    For now, If you're on SvelteKit version 2.31.0 or newer, you can easily opt into the new feature:

    1. Enable experimental tracing and instrumentation support in svelte.config.js:

    2. Move your Sentry.init() call from src/hooks.server.(js|ts) to the new instrumentation.server.(js|ts) file:

      // instrumentation.server.ts
      import * as Sentry from '@​sentry/sveltekit';
      
      Sentry.init({
        dsn: '...',
        // rest of your config
      });
      

      The rest of your Sentry config in hooks.server.ts (sentryHandle and handleErrorWithSentry) should stay the same.

    If you prefer to stay on the hooks-file based config for now, the SDK will continue to work as previously.

    Thanks to the Svelte team and @​elliott-with-the-longest-name-on-github for implementing observability support and for reviewing our PR!

Other Changes
  • fix(react): Avoid multiple name updates on navigation spans (#​17438)
Internal Changes
  • test(profiling): Add tests for current state of profiling (#​17470)
Bundle size 📦
Path Size
@​sentry/browser 23.59 KB
@​sentry/browser - with treeshaking flags 22.2 KB
@​sentry/browser (incl. Tracing) 38.94 KB
@​sentry/browser (incl. Tracing, Replay) 76.4 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.43 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 80.97 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 92.8 KB
@​sentry/browser (incl. Feedback) 39.88 KB
@​sentry/browser (incl. sendFeedback) 28.13 KB
@​sentry/browser (incl. FeedbackAsync) 32.92 KB
@​sentry/react 25.27 KB
@​sentry/react (incl. Tracing) 40.91 KB
@​sentry/vue 27.97 KB
@​sentry/vue (incl. Tracing) 40.72 KB
@​sentry/svelte 23.62 KB
CDN Bundle 25.06 KB
CDN Bundle (incl. Tracing) 38.82 KB
CDN Bundle (incl. Tracing, Replay) 74.24 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 79.55 KB
CDN Bundle - uncompressed 73.2 KB
CDN Bundle (incl. Tracing) - uncompressed 114.83 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 227.23 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 239.53 KB
@​sentry/nextjs (client) 42.86 KB
@​sentry/sveltekit (client) 39.38 KB
@​sentry/node-core 46.87 KB
@​sentry/node 145.75 KB
@​sentry/node - without tracing 90.08 KB
@​sentry/aws-serverless 102.45 KB

v10.7.0

Compare Source

v10.6.0

Compare Source

Important Changes
  • feat(node): Add Anthropic AI integration (#​17348)

This release adds support for automatically tracing Anthropic AI SDK requests, providing better observability for AI-powered applications.

  • fix(core): Instrument invoke_agent root span, and support Vercel ai v5 (#​17395)

This release makes the Sentry vercelAiIntegration compatible with version 5 of Vercel ai.

The Sentry Nuxt SDK is now considered stable and no longer in beta!

Other Changes
  • feat(astro): Align options with shared build time options type (#​17396)
  • feat(aws): Add support for automatic wrapping in ESM (#​17407)
  • feat(node): Add an instrumentation interface for Hono (#​17366)
  • fix(browser): Use DedicatedWorkerGlobalScope global object type in registerWebWorker (#​17447)
  • fix(core): Only consider ingest endpoint requests when checking isSentryRequestUrl (#​17393)
  • fix(node): Fix preloading of instrumentation (#​17403)
Internal Changes
  • chore: Add external contributor to CHANGELOG.md (#​17449)
  • chore(deps): bump astro from 4.16.18 to 4.16.19 in /dev-packages/e2e-tests/test-applications/astro-4 (#​17434)
  • test(e2e/firebase): Fix firebase e2e test failing due to outdated rules file (#​17448)
  • test(nextjs): Fix canary tests (#​17416)
  • test(nuxt): Don't rely on flushing for lowQualityTransactionFilter (#​17406)
  • test(solidstart): Don't rely on flushing for lowQualityTransactionFilter (#​17408)

Work in this release was contributed by @​Karibash. Thank you for your contribution!

Bundle size 📦

Path Size
@​sentry/browser 23.59 KB
@​sentry/browser - with treeshaking flags 22.2 KB
@​sentry/browser (incl. Tracing) 38.94 KB
@​sentry/browser (incl. Tracing, Replay) 76.21 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.28 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 80.79 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 92.62 KB
@​sentry/browser (incl. Feedback) 39.88 KB
@​sentry/browser (incl. sendFeedback) 28.13 KB
@​sentry/browser (incl. FeedbackAsync) 32.92 KB
@​sentry/react 25.27 KB
@​sentry/react (incl. Tracing) 40.88 KB
@​sentry/vue 27.97 KB
@​sentry/vue (incl. Tracing) 40.72 KB
@​sentry/svelte 23.62 KB
CDN Bundle 25.06 KB
CDN Bundle (incl. Tracing) 38.82 KB
CDN Bundle (incl. Tracing, Replay) 74.09 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 79.41 KB
CDN Bundle - uncompressed 73.2 KB
CDN Bundle (incl. Tracing) - uncompressed 114.83 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 226.51 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 238.82 KB
@​sentry/nextjs (client) 42.86 KB
@​sentry/sveltekit (client) 39.38 KB
@​sentry/node-core 46.86 KB
@​sentry/node 144.94 KB
@​sentry/node - without tracing 90.08 KB
@​sentry/aws-serverless 102.01 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/1361 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 8/30/2025 **Status:** ✅ Merged **Merged:** 8/30/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/sentry-javascript-monorepo` --- ### 📝 Commits (1) - [`ace8826`](https://github.com/go-vikunja/vikunja/commit/ace88263f721143b43a5e0cc7ea15bdeab4947a6) fix(deps): update dependency @sentry/vue to v10.8.0 ### 📊 Changes **2 files changed** (+38 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+1 -1) 📝 `frontend/pnpm-lock.yaml` (+37 -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.5.0` -> `10.8.0`](https://renovatebot.com/diffs/npm/@sentry%2fvue/10.5.0/10.8.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sentry%2fvue/10.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sentry%2fvue/10.5.0/10.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>getsentry/sentry-javascript (@&#8203;sentry/vue)</summary> ### [`v10.8.0`](https://redirect.github.com/getsentry/sentry-javascript/releases/tag/10.8.0) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/10.7.0...10.8.0) ##### Important Changes - **feat(sveltekit): Add Compatibility for builtin SvelteKit Tracing ([#&#8203;17423](https://redirect.github.com/getsentry/sentry-javascript/pull/17423))** This release makes the `@sentry/sveltekit` SDK compatible with SvelteKit's native [observability support](https://svelte.dev/docs/kit/observability) introduced in SvelteKit version `2.31.0`. If you enable both, instrumentation and tracing, the SDK will now initialize early enough to set up additional instrumentation like database queries and it will pick up spans emitted from SvelteKit. We will follow up with docs how to set up the SDK soon. For now, If you're on SvelteKit version `2.31.0` or newer, you can easily opt into the new feature: 1. Enable [experimental tracing and instrumentation support](https://svelte.dev/docs/kit/observability) in `svelte.config.js`: 2. Move your `Sentry.init()` call from `src/hooks.server.(js|ts)` to the new `instrumentation.server.(js|ts)` file: ```ts // instrumentation.server.ts import * as Sentry from '@&#8203;sentry/sveltekit'; Sentry.init({ dsn: '...', // rest of your config }); ``` The rest of your Sentry config in `hooks.server.ts` (`sentryHandle` and `handleErrorWithSentry`) should stay the same. If you prefer to stay on the hooks-file based config for now, the SDK will continue to work as previously. Thanks to the Svelte team and [@&#8203;elliott-with-the-longest-name-on-github](https://redirect.github.com/elliott-with-the-longest-name-on-github) for implementing observability support and for reviewing our PR! ##### Other Changes - fix(react): Avoid multiple name updates on navigation spans ([#&#8203;17438](https://redirect.github.com/getsentry/sentry-javascript/pull/17438)) <details> <summary> <strong>Internal Changes</strong> </summary> - test(profiling): Add tests for current state of profiling ([#&#8203;17470](https://redirect.github.com/getsentry/sentry-javascript/pull/17470)) </details> ##### 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) | 38.94 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) | 76.4 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) - with treeshaking flags | 66.43 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay with Canvas) | 80.97 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay, Feedback) | 92.8 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Feedback) | 39.88 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.92 KB | | [@&#8203;sentry/react](https://redirect.github.com/sentry/react) | 25.27 KB | | [@&#8203;sentry/react](https://redirect.github.com/sentry/react) (incl. Tracing) | 40.91 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.72 KB | | [@&#8203;sentry/svelte](https://redirect.github.com/sentry/svelte) | 23.62 KB | | CDN Bundle | 25.06 KB | | CDN Bundle (incl. Tracing) | 38.82 KB | | CDN Bundle (incl. Tracing, Replay) | 74.24 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) | 79.55 KB | | CDN Bundle - uncompressed | 73.2 KB | | CDN Bundle (incl. Tracing) - uncompressed | 114.83 KB | | CDN Bundle (incl. Tracing, Replay) - uncompressed | 227.23 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 239.53 KB | | [@&#8203;sentry/nextjs](https://redirect.github.com/sentry/nextjs) (client) | 42.86 KB | | [@&#8203;sentry/sveltekit](https://redirect.github.com/sentry/sveltekit) (client) | 39.38 KB | | [@&#8203;sentry/node-core](https://redirect.github.com/sentry/node-core) | 46.87 KB | | [@&#8203;sentry/node](https://redirect.github.com/sentry/node) | 145.75 KB | | [@&#8203;sentry/node](https://redirect.github.com/sentry/node) - without tracing | 90.08 KB | | [@&#8203;sentry/aws-serverless](https://redirect.github.com/sentry/aws-serverless) | 102.45 KB | ### [`v10.7.0`](https://redirect.github.com/getsentry/sentry-javascript/compare/10.6.0...10.7.0) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/10.6.0...10.7.0) ### [`v10.6.0`](https://redirect.github.com/getsentry/sentry-javascript/releases/tag/10.6.0) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/10.5.0...10.6.0) ##### Important Changes - **feat(node): Add Anthropic AI integration ([#&#8203;17348](https://redirect.github.com/getsentry/sentry-javascript/pull/17348))** This release adds support for automatically tracing Anthropic AI SDK requests, providing better observability for AI-powered applications. - **fix(core): Instrument invoke\_agent root span, and support Vercel `ai` v5 ([#&#8203;17395](https://redirect.github.com/getsentry/sentry-javascript/pull/17395))** This release makes the Sentry `vercelAiIntegration` compatible with version 5 of Vercel `ai`. - **docs(nuxt): Remove beta notice ([#&#8203;17400](https://redirect.github.com/getsentry/sentry-javascript/pull/17400))** The Sentry Nuxt SDK is now considered stable and no longer in beta! ##### Other Changes - feat(astro): Align options with shared build time options type ([#&#8203;17396](https://redirect.github.com/getsentry/sentry-javascript/pull/17396)) - feat(aws): Add support for automatic wrapping in ESM ([#&#8203;17407](https://redirect.github.com/getsentry/sentry-javascript/pull/17407)) - feat(node): Add an instrumentation interface for Hono ([#&#8203;17366](https://redirect.github.com/getsentry/sentry-javascript/pull/17366)) - fix(browser): Use `DedicatedWorkerGlobalScope` global object type in `registerWebWorker` ([#&#8203;17447](https://redirect.github.com/getsentry/sentry-javascript/pull/17447)) - fix(core): Only consider ingest endpoint requests when checking `isSentryRequestUrl` ([#&#8203;17393](https://redirect.github.com/getsentry/sentry-javascript/pull/17393)) - fix(node): Fix preloading of instrumentation ([#&#8203;17403](https://redirect.github.com/getsentry/sentry-javascript/pull/17403)) <details> <summary> <strong>Internal Changes</strong> </summary> - chore: Add external contributor to CHANGELOG.md ([#&#8203;17449](https://redirect.github.com/getsentry/sentry-javascript/pull/17449)) - chore(deps): bump astro from 4.16.18 to 4.16.19 in /dev-packages/e2e-tests/test-applications/astro-4 ([#&#8203;17434](https://redirect.github.com/getsentry/sentry-javascript/pull/17434)) - test(e2e/firebase): Fix firebase e2e test failing due to outdated rules file ([#&#8203;17448](https://redirect.github.com/getsentry/sentry-javascript/pull/17448)) - test(nextjs): Fix canary tests ([#&#8203;17416](https://redirect.github.com/getsentry/sentry-javascript/pull/17416)) - test(nuxt): Don't rely on flushing for lowQualityTransactionFilter ([#&#8203;17406](https://redirect.github.com/getsentry/sentry-javascript/pull/17406)) - test(solidstart): Don't rely on flushing for lowQualityTransactionFilter ([#&#8203;17408](https://redirect.github.com/getsentry/sentry-javascript/pull/17408)) </details> Work in this release was contributed by [@&#8203;Karibash](https://redirect.github.com/Karibash). Thank you for your contribution! #### 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) | 38.94 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) | 76.21 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) - with treeshaking flags | 66.28 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay with Canvas) | 80.79 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay, Feedback) | 92.62 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Feedback) | 39.88 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.92 KB | | [@&#8203;sentry/react](https://redirect.github.com/sentry/react) | 25.27 KB | | [@&#8203;sentry/react](https://redirect.github.com/sentry/react) (incl. Tracing) | 40.88 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.72 KB | | [@&#8203;sentry/svelte](https://redirect.github.com/sentry/svelte) | 23.62 KB | | CDN Bundle | 25.06 KB | | CDN Bundle (incl. Tracing) | 38.82 KB | | CDN Bundle (incl. Tracing, Replay) | 74.09 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) | 79.41 KB | | CDN Bundle - uncompressed | 73.2 KB | | CDN Bundle (incl. Tracing) - uncompressed | 114.83 KB | | CDN Bundle (incl. Tracing, Replay) - uncompressed | 226.51 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 238.82 KB | | [@&#8203;sentry/nextjs](https://redirect.github.com/sentry/nextjs) (client) | 42.86 KB | | [@&#8203;sentry/sveltekit](https://redirect.github.com/sentry/sveltekit) (client) | 39.38 KB | | [@&#8203;sentry/node-core](https://redirect.github.com/sentry/node-core) | 46.86 KB | | [@&#8203;sentry/node](https://redirect.github.com/sentry/node) | 144.94 KB | | [@&#8203;sentry/node](https://redirect.github.com/sentry/node) - without tracing | 90.08 KB | | [@&#8203;sentry/aws-serverless](https://redirect.github.com/sentry/aws-serverless) | 102.01 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi43IiwidXBkYXRlZEluVmVyIjoiNDEuODIuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --- <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:48: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#9211