[PR #694] [MERGED] fix(deps): update dependency @sentry/vue to v9.14.0 #4327

Closed
opened 2026-04-16 12:59:05 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: renovate/sentry-javascript-monorepo


📝 Commits (1)

  • 84f36d1 fix(deps): update dependency @sentry/vue to v9.14.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 Adoption Passing Confidence
@sentry/vue (source) 9.13.0 -> 9.14.0 age adoption passing confidence

Release Notes

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

v9.14.0

Compare Source

Important Changes

This PR adds Supabase integration to @sentry/core, allowing automatic instrumentation of Supabase client operations (database queries and authentication) for performance monitoring and error tracking.

  • feat(nestjs): Gracefully handle RPC scenarios in SentryGlobalFilter (#​16066)

This PR adds better RPC exception handling to @sentry/nestjs, preventing application crashes while still capturing errors and warning users when a dedicated filter is needed. The implementation gracefully handles the 'rpc' context type in SentryGlobalFilter to improve reliability in hybrid applications.

  • feat(react-router): Trace propagation (#​16070)

This PR adds trace propagation to @sentry/react-router by providing utilities to inject trace meta tags into HTML headers and offering a pre-built Sentry-instrumented request handler, improving distributed tracing capabilities across page loads.

Other Changes

Bundle size 📦

Path Size
@​sentry/browser 23.28 KB
@​sentry/browser - with treeshaking flags 23.12 KB
@​sentry/browser (incl. Tracing) 36.99 KB
@​sentry/browser (incl. Tracing, Replay) 74.17 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 67.55 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 78.83 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 90.65 KB
@​sentry/browser (incl. Feedback) 39.68 KB
@​sentry/browser (incl. sendFeedback) 27.9 KB
@​sentry/browser (incl. FeedbackAsync) 32.67 KB
@​sentry/react 25.09 KB
@​sentry/react (incl. Tracing) 38.91 KB
@​sentry/vue 27.51 KB
@​sentry/vue (incl. Tracing) 38.71 KB
@​sentry/svelte 23.32 KB
CDN Bundle 24.5 KB
CDN Bundle (incl. Tracing) 36.98 KB
CDN Bundle (incl. Tracing, Replay) 72 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 77.16 KB
CDN Bundle - uncompressed 71.49 KB
CDN Bundle (incl. Tracing) - uncompressed 109.34 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 220.63 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 233.16 KB
@​sentry/nextjs (client) 40.54 KB
@​sentry/sveltekit (client) 37.44 KB
@​sentry/node 143.37 KB
@​sentry/node - without tracing 96.51 KB
@​sentry/aws-serverless 120.83 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/694 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 4/23/2025 **Status:** ✅ Merged **Merged:** 4/23/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/sentry-javascript-monorepo` --- ### 📝 Commits (1) - [`84f36d1`](https://github.com/go-vikunja/vikunja/commit/84f36d1609350c388e4ffc44ed15bf9944285e08) fix(deps): update dependency @sentry/vue to v9.14.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 | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@sentry/vue](https://redirect.github.com/getsentry/sentry-javascript/tree/master/packages/vue) ([source](https://redirect.github.com/getsentry/sentry-javascript)) | [`9.13.0` -> `9.14.0`](https://renovatebot.com/diffs/npm/@sentry%2fvue/9.13.0/9.14.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sentry%2fvue/9.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@sentry%2fvue/9.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@sentry%2fvue/9.13.0/9.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sentry%2fvue/9.13.0/9.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>getsentry/sentry-javascript (@&#8203;sentry/vue)</summary> ### [`v9.14.0`](https://redirect.github.com/getsentry/sentry-javascript/releases/tag/9.14.0) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/9.13.0...9.14.0) ##### Important Changes - **feat: Add Supabase Integration ([#&#8203;15719](https://redirect.github.com/getsentry/sentry-javascript/pull/15719))** This PR adds Supabase integration to `@sentry/core`, allowing automatic instrumentation of Supabase client operations (database queries and authentication) for performance monitoring and error tracking. - **feat(nestjs): Gracefully handle RPC scenarios in `SentryGlobalFilter` ([#&#8203;16066](https://redirect.github.com/getsentry/sentry-javascript/pull/16066))** This PR adds better RPC exception handling to `@sentry/nestjs`, preventing application crashes while still capturing errors and warning users when a dedicated filter is needed. The implementation gracefully handles the 'rpc' context type in `SentryGlobalFilter` to improve reliability in hybrid applications. - **feat(react-router): Trace propagation ([#&#8203;16070](https://redirect.github.com/getsentry/sentry-javascript/pull/16070))** This PR adds trace propagation to `@sentry/react-router` by providing utilities to inject trace meta tags into HTML headers and offering a pre-built Sentry-instrumented request handler, improving distributed tracing capabilities across page loads. ##### Other Changes - feat(deps): Bump [@&#8203;prisma/instrumentation](https://redirect.github.com/prisma/instrumentation) from 6.5.0 to 6.6.0 ([#&#8203;16102](https://redirect.github.com/getsentry/sentry-javascript/pull/16102)) - feat(nextjs): Improve server component data ([#&#8203;15996](https://redirect.github.com/getsentry/sentry-javascript/pull/15996)) - feat(nuxt): Log when adding HTML trace meta tags ([#&#8203;16044](https://redirect.github.com/getsentry/sentry-javascript/pull/16044)) - fix(node): Make body capturing more robust ([#&#8203;16105](https://redirect.github.com/getsentry/sentry-javascript/pull/16105)) - ref(node): Log when incoming request bodies are being captured ([#&#8203;16104](https://redirect.github.com/getsentry/sentry-javascript/pull/16104)) #### Bundle size 📦 | Path | Size | | ---------------------------------------------------------------- | ----------------- | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) | 23.28 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) - with treeshaking flags | 23.12 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing) | 36.99 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) | 74.17 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) - with treeshaking flags | 67.55 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay with Canvas) | 78.83 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay, Feedback) | 90.65 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Feedback) | 39.68 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. sendFeedback) | 27.9 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. FeedbackAsync) | 32.67 KB | | [@&#8203;sentry/react](https://redirect.github.com/sentry/react) | 25.09 KB | | [@&#8203;sentry/react](https://redirect.github.com/sentry/react) (incl. Tracing) | 38.91 KB | | [@&#8203;sentry/vue](https://redirect.github.com/sentry/vue) | 27.51 KB | | [@&#8203;sentry/vue](https://redirect.github.com/sentry/vue) (incl. Tracing) | 38.71 KB | | [@&#8203;sentry/svelte](https://redirect.github.com/sentry/svelte) | 23.32 KB | | CDN Bundle | 24.5 KB | | CDN Bundle (incl. Tracing) | 36.98 KB | | CDN Bundle (incl. Tracing, Replay) | 72 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) | 77.16 KB | | CDN Bundle - uncompressed | 71.49 KB | | CDN Bundle (incl. Tracing) - uncompressed | 109.34 KB | | CDN Bundle (incl. Tracing, Replay) - uncompressed | 220.63 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 233.16 KB | | [@&#8203;sentry/nextjs](https://redirect.github.com/sentry/nextjs) (client) | 40.54 KB | | [@&#8203;sentry/sveltekit](https://redirect.github.com/sentry/sveltekit) (client) | 37.44 KB | | [@&#8203;sentry/node](https://redirect.github.com/sentry/node) | 143.37 KB | | [@&#8203;sentry/node](https://redirect.github.com/sentry/node) - without tracing | 96.51 KB | | [@&#8203;sentry/aws-serverless](https://redirect.github.com/sentry/aws-serverless) | 120.83 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDguNCIsInVwZGF0ZWRJblZlciI6IjM5LjI0OC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> --- <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-16 12:59:05 -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#4327