[PR #1263] [MERGED] fix(deps): update dependency @sentry/vue to v10.3.0 #1377

Closed
opened 2025-11-01 21:16:58 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: renovate/sentry-javascript-monorepo


📝 Commits (1)

  • c6f0d99 fix(deps): update dependency @sentry/vue to v10.3.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.2.0 -> 10.3.0 age confidence

Release Notes

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

v10.3.0

Compare Source

  • feat(core): MCP Server - Capture prompt results from prompt function calls (#​17284)
  • feat(bun): Export skipOpenTelemetrySetup option (#​17349)
  • feat(sveltekit): Streamline build logs (#​17306)
  • fix(browser): Handle data urls in errors caught by globalHandlersIntegration (#​17216)
  • fix(browser): Improve navigation vs. redirect detection (#​17275)
  • fix(react-router): Ensure source map upload fails silently if Sentry CLI fails (#​17081)
  • fix(react): Add support for React Router sub-routes from handle (#​17277)

Bundle size 📦

Path Size
@​sentry/browser 23.55 KB
@​sentry/browser - with treeshaking flags 22.15 KB
@​sentry/browser (incl. Tracing) 38.89 KB
@​sentry/browser (incl. Tracing, Replay) 76.1 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.18 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 80.69 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 92.51 KB
@​sentry/browser (incl. Feedback) 39.81 KB
@​sentry/browser (incl. sendFeedback) 28.1 KB
@​sentry/browser (incl. FeedbackAsync) 32.87 KB
@​sentry/react 25.22 KB
@​sentry/react (incl. Tracing) 40.82 KB
@​sentry/vue 27.92 KB
@​sentry/vue (incl. Tracing) 40.67 KB
@​sentry/svelte 23.58 KB
CDN Bundle 25.02 KB
CDN Bundle (incl. Tracing) 38.79 KB
CDN Bundle (incl. Tracing, Replay) 73.99 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 79.28 KB
CDN Bundle - uncompressed 73.13 KB
CDN Bundle (incl. Tracing) - uncompressed 114.76 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 226.35 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 238.66 KB
@​sentry/nextjs (client) 42.81 KB
@​sentry/sveltekit (client) 39.33 KB
@​sentry/node-core 46.61 KB
@​sentry/node 143.18 KB
@​sentry/node - without tracing 89.68 KB
@​sentry/aws-serverless 100.85 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/1263 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 8/8/2025 **Status:** ✅ Merged **Merged:** 8/8/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/sentry-javascript-monorepo` --- ### 📝 Commits (1) - [`c6f0d99`](https://github.com/go-vikunja/vikunja/commit/c6f0d992d88bc755ad1a0134e04214571418f94d) fix(deps): update dependency @sentry/vue to v10.3.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.2.0` -> `10.3.0`](https://renovatebot.com/diffs/npm/@sentry%2fvue/10.2.0/10.3.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sentry%2fvue/10.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sentry%2fvue/10.2.0/10.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>getsentry/sentry-javascript (@&#8203;sentry/vue)</summary> ### [`v10.3.0`](https://redirect.github.com/getsentry/sentry-javascript/releases/tag/10.3.0) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/10.2.0...10.3.0) - feat(core): MCP Server - Capture prompt results from prompt function calls ([#&#8203;17284](https://redirect.github.com/getsentry/sentry-javascript/issues/17284)) - feat(bun): Export `skipOpenTelemetrySetup` option ([#&#8203;17349](https://redirect.github.com/getsentry/sentry-javascript/pull/17349)) - feat(sveltekit): Streamline build logs ([#&#8203;17306](https://redirect.github.com/getsentry/sentry-javascript/pull/17306)) - fix(browser): Handle data urls in errors caught by `globalHandlersIntegration` ([#&#8203;17216](https://redirect.github.com/getsentry/sentry-javascript/pull/17216)) - fix(browser): Improve navigation vs. redirect detection ([#&#8203;17275](https://redirect.github.com/getsentry/sentry-javascript/pull/17275)) - fix(react-router): Ensure source map upload fails silently if Sentry CLI fails ([#&#8203;17081](https://redirect.github.com/getsentry/sentry-javascript/pull/17081)) - fix(react): Add support for React Router sub-routes from `handle` ([#&#8203;17277](https://redirect.github.com/getsentry/sentry-javascript/pull/17277)) #### Bundle size 📦 | Path | Size | | ---------------------------------------------------------------- | ----------------- | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) | 23.55 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) - with treeshaking flags | 22.15 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing) | 38.89 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) | 76.1 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) - with treeshaking flags | 66.18 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay with Canvas) | 80.69 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay, Feedback) | 92.51 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Feedback) | 39.81 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. sendFeedback) | 28.1 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. FeedbackAsync) | 32.87 KB | | [@&#8203;sentry/react](https://redirect.github.com/sentry/react) | 25.22 KB | | [@&#8203;sentry/react](https://redirect.github.com/sentry/react) (incl. Tracing) | 40.82 KB | | [@&#8203;sentry/vue](https://redirect.github.com/sentry/vue) | 27.92 KB | | [@&#8203;sentry/vue](https://redirect.github.com/sentry/vue) (incl. Tracing) | 40.67 KB | | [@&#8203;sentry/svelte](https://redirect.github.com/sentry/svelte) | 23.58 KB | | CDN Bundle | 25.02 KB | | CDN Bundle (incl. Tracing) | 38.79 KB | | CDN Bundle (incl. Tracing, Replay) | 73.99 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) | 79.28 KB | | CDN Bundle - uncompressed | 73.13 KB | | CDN Bundle (incl. Tracing) - uncompressed | 114.76 KB | | CDN Bundle (incl. Tracing, Replay) - uncompressed | 226.35 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 238.66 KB | | [@&#8203;sentry/nextjs](https://redirect.github.com/sentry/nextjs) (client) | 42.81 KB | | [@&#8203;sentry/sveltekit](https://redirect.github.com/sentry/sveltekit) (client) | 39.33 KB | | [@&#8203;sentry/node-core](https://redirect.github.com/sentry/node-core) | 46.61 KB | | [@&#8203;sentry/node](https://redirect.github.com/sentry/node) | 143.18 KB | | [@&#8203;sentry/node](https://redirect.github.com/sentry/node) - without tracing | 89.68 KB | | [@&#8203;sentry/aws-serverless](https://redirect.github.com/sentry/aws-serverless) | 100.85 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:eyJjcmVhdGVkSW5WZXIiOiI0MS41MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --- <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 2025-11-01 21:16:58 -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#1377