[PR #805] [MERGED] fix(deps): update dependency @sentry/vue to v9.22.0 #959

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

📋 Pull Request Information

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

Base: mainHead: renovate/sentry-javascript-monorepo


📝 Commits (1)

  • 4ef0b97 fix(deps): update dependency @sentry/vue to v9.22.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.21.0 -> 9.22.0 age adoption passing confidence

Release Notes

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

v9.22.0

Compare Source

Important changes
  • Revert "feat(browser): Track measure detail as span attributes" (#​16348)

This is a revert of a feature introduced in 9.20.0 with #​16240. This feature was causing crashes in firefox, so we are reverting it. We will re-enable this functionality in the future after fixing the crash.

Other changes
Bundle size 📦
Path Size
@​sentry/browser 23.39 KB
@​sentry/browser - with treeshaking flags 23.16 KB
@​sentry/browser (incl. Tracing) 37.37 KB
@​sentry/browser (incl. Tracing, Replay) 74.59 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 67.86 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 79.26 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 91.07 KB
@​sentry/browser (incl. Feedback) 39.76 KB
@​sentry/browser (incl. sendFeedback) 28 KB
@​sentry/browser (incl. FeedbackAsync) 32.77 KB
@​sentry/react 25.12 KB
@​sentry/react (incl. Tracing) 39.3 KB
@​sentry/vue 27.68 KB
@​sentry/vue (incl. Tracing) 39.15 KB
@​sentry/svelte 23.41 KB
CDN Bundle 24.64 KB
CDN Bundle (incl. Tracing) 37.47 KB
CDN Bundle (incl. Tracing, Replay) 72.5 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 77.8 KB
CDN Bundle - uncompressed 71.9 KB
CDN Bundle (incl. Tracing) - uncompressed 111 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 222.29 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 234.82 KB
@​sentry/nextjs (client) 40.92 KB
@​sentry/sveltekit (client) 37.83 KB
@​sentry/node 145.96 KB
@​sentry/node - without tracing 95.8 KB
@​sentry/aws-serverless 120.54 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/805 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 5/20/2025 **Status:** ✅ Merged **Merged:** 5/21/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/sentry-javascript-monorepo` --- ### 📝 Commits (1) - [`4ef0b97`](https://github.com/go-vikunja/vikunja/commit/4ef0b9799e9600960cc4e6d1f532e1089bc4139f) fix(deps): update dependency @sentry/vue to v9.22.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.21.0` -> `9.22.0`](https://renovatebot.com/diffs/npm/@sentry%2fvue/9.21.0/9.22.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sentry%2fvue/9.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@sentry%2fvue/9.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@sentry%2fvue/9.21.0/9.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sentry%2fvue/9.21.0/9.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>getsentry/sentry-javascript (@&#8203;sentry/vue)</summary> ### [`v9.22.0`](https://redirect.github.com/getsentry/sentry-javascript/releases/tag/9.22.0) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/9.21.0...9.22.0) ##### Important changes - **Revert "feat(browser): Track measure detail as span attributes" ([#&#8203;16348](https://redirect.github.com/getsentry/sentry-javascript/pull/16348))** This is a revert of a feature introduced in `9.20.0` with [#&#8203;16240](https://redirect.github.com/getsentry/sentry-javascript/pull/16240). This feature was causing crashes in firefox, so we are reverting it. We will re-enable this functionality in the future after fixing the crash. ##### Other changes - feat(deps): bump [@&#8203;sentry/rollup-plugin](https://redirect.github.com/sentry/rollup-plugin) from 3.1.2 to 3.2.1 ([#&#8203;15511](https://redirect.github.com/getsentry/sentry-javascript/pull/15511)) - fix(remix): Use generic types for `ServerBuild` argument and return ([#&#8203;16336](https://redirect.github.com/getsentry/sentry-javascript/pull/16336)) ##### Bundle size 📦 | Path | Size | | ---------------------------------------------------------------- | ----------------- | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) | 23.39 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) - with treeshaking flags | 23.16 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing) | 37.37 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) | 74.59 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) - with treeshaking flags | 67.86 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay with Canvas) | 79.26 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay, Feedback) | 91.07 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Feedback) | 39.76 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. sendFeedback) | 28 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. FeedbackAsync) | 32.77 KB | | [@&#8203;sentry/react](https://redirect.github.com/sentry/react) | 25.12 KB | | [@&#8203;sentry/react](https://redirect.github.com/sentry/react) (incl. Tracing) | 39.3 KB | | [@&#8203;sentry/vue](https://redirect.github.com/sentry/vue) | 27.68 KB | | [@&#8203;sentry/vue](https://redirect.github.com/sentry/vue) (incl. Tracing) | 39.15 KB | | [@&#8203;sentry/svelte](https://redirect.github.com/sentry/svelte) | 23.41 KB | | CDN Bundle | 24.64 KB | | CDN Bundle (incl. Tracing) | 37.47 KB | | CDN Bundle (incl. Tracing, Replay) | 72.5 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) | 77.8 KB | | CDN Bundle - uncompressed | 71.9 KB | | CDN Bundle (incl. Tracing) - uncompressed | 111 KB | | CDN Bundle (incl. Tracing, Replay) - uncompressed | 222.29 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 234.82 KB | | [@&#8203;sentry/nextjs](https://redirect.github.com/sentry/nextjs) (client) | 40.92 KB | | [@&#8203;sentry/sveltekit](https://redirect.github.com/sentry/sveltekit) (client) | 37.83 KB | | [@&#8203;sentry/node](https://redirect.github.com/sentry/node) | 145.96 KB | | [@&#8203;sentry/node](https://redirect.github.com/sentry/node) - without tracing | 95.8 KB | | [@&#8203;sentry/aws-serverless](https://redirect.github.com/sentry/aws-serverless) | 120.54 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:eyJjcmVhdGVkSW5WZXIiOiI0MC4xNi4wIiwidXBkYXRlZEluVmVyIjoiNDAuMTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --- <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:08:02 -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#959