[PR #1780] [MERGED] fix(deps): update dependency @sentry/vue to v10.25.0 #7801

Closed
opened 2026-04-20 17:53:19 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: renovate/sentry-javascript-monorepo


📝 Commits (1)

  • 3538001 fix(deps): update dependency @sentry/vue to v10.25.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.23.0 -> 10.25.0 age confidence

Release Notes

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

v10.25.0

Compare Source

v10.24.0

Compare Source

Important Changes
  • feat(metrics): Add top level option enableMetrics and beforeSendMetric (#​18088)

    This PR moves enableMetrics and beforeSendMetric out of the _experiments options.
    The metrics feature will now be enabled by default (none of our integrations will auto-emit metrics as of now), but you can disable sending metrics via enableMetrics: false.
    Metric options within _experiments got deprecated but will still work as of now, they will be removed with the next major version of our SDKs.

Other Changes
  • feat(aws): Add SENTRY_LAYER_EXTENSION to configure using the lambda layer extension via env variables (#​18101)
  • feat(core): Include all exception object keys instead of truncating (#​18044)
  • feat(metrics)!: Update types (#​17907)
  • feat(replay): ignore background-image when blockAllMedia is enabled (#​18019)
  • fix(nextjs): Delete css map files (#​18131)
  • fix(nextjs): Stop accessing sync props in template (#​18113)
Internal Changes
  • chore: X handle update (#​18117)
  • chore(eslint): Add eslint-plugin-regexp rule (dev-packages) (#​18063)
  • test(next): fix flakey tests (#​18100)
  • test(node-core): Proof that withMonitor doesn't create a new trace (#​18057)

Bundle size 📦

Path Size
@​sentry/browser 24.02 KB
@​sentry/browser - with treeshaking flags 22.54 KB
@​sentry/browser (incl. Tracing) 40.26 KB
@​sentry/browser (incl. Tracing, Profiling) 44.43 KB
@​sentry/browser (incl. Tracing, Replay) 77.83 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 67.75 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 82.42 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 94.3 KB
@​sentry/browser (incl. Feedback) 40.3 KB
@​sentry/browser (incl. sendFeedback) 28.58 KB
@​sentry/browser (incl. FeedbackAsync) 33.39 KB
@​sentry/react 25.68 KB
@​sentry/react (incl. Tracing) 42.2 KB
@​sentry/vue 28.39 KB
@​sentry/vue (incl. Tracing) 41.99 KB
@​sentry/svelte 24.03 KB
CDN Bundle 26.26 KB
CDN Bundle (incl. Tracing) 40.79 KB
CDN Bundle (incl. Tracing, Replay) 76.46 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 81.81 KB
CDN Bundle - uncompressed 77 KB
CDN Bundle (incl. Tracing) - uncompressed 121.06 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 234.37 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 246.83 KB
@​sentry/nextjs (client) 44.25 KB
@​sentry/sveltekit (client) 40.63 KB
@​sentry/node-core 49.57 KB
@​sentry/node 154.12 KB
@​sentry/node - without tracing 90.46 KB
@​sentry/aws-serverless 103.91 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/1780 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 11/11/2025 **Status:** ✅ Merged **Merged:** 11/12/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/sentry-javascript-monorepo` --- ### 📝 Commits (1) - [`3538001`](https://github.com/go-vikunja/vikunja/commit/3538001c0e00e671c9aa0547f4bd4b415d5c2b40) fix(deps): update dependency @sentry/vue to v10.25.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.23.0` -> `10.25.0`](https://renovatebot.com/diffs/npm/@sentry%2fvue/10.23.0/10.25.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sentry%2fvue/10.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sentry%2fvue/10.23.0/10.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>getsentry/sentry-javascript (@&#8203;sentry/vue)</summary> ### [`v10.25.0`](https://redirect.github.com/getsentry/sentry-javascript/compare/10.24.0...10.25.0) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/10.24.0...10.25.0) ### [`v10.24.0`](https://redirect.github.com/getsentry/sentry-javascript/releases/tag/10.24.0) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/10.23.0...10.24.0) ##### Important Changes - **feat(metrics): Add top level option `enableMetrics` and `beforeSendMetric` ([#&#8203;18088](https://redirect.github.com/getsentry/sentry-javascript/pull/18088))** This PR moves `enableMetrics` and `beforeSendMetric` out of the `_experiments` options. The metrics feature will now be **enabled by default** (none of our integrations will auto-emit metrics as of now), but you can disable sending metrics via `enableMetrics: false`. Metric options within `_experiments` got deprecated but will still work as of now, they will be removed with the next major version of our SDKs. ##### Other Changes - feat(aws): Add `SENTRY_LAYER_EXTENSION` to configure using the lambda layer extension via env variables ([#&#8203;18101](https://redirect.github.com/getsentry/sentry-javascript/pull/18101)) - feat(core): Include all exception object keys instead of truncating ([#&#8203;18044](https://redirect.github.com/getsentry/sentry-javascript/pull/18044)) - feat(metrics)!: Update types ([#&#8203;17907](https://redirect.github.com/getsentry/sentry-javascript/pull/17907)) - feat(replay): ignore `background-image` when `blockAllMedia` is enabled ([#&#8203;18019](https://redirect.github.com/getsentry/sentry-javascript/pull/18019)) - fix(nextjs): Delete css map files ([#&#8203;18131](https://redirect.github.com/getsentry/sentry-javascript/pull/18131)) - fix(nextjs): Stop accessing sync props in template ([#&#8203;18113](https://redirect.github.com/getsentry/sentry-javascript/pull/18113)) <details> <summary> <strong>Internal Changes</strong> </summary> - chore: X handle update ([#&#8203;18117](https://redirect.github.com/getsentry/sentry-javascript/pull/18117)) - chore(eslint): Add eslint-plugin-regexp rule (dev-packages) ([#&#8203;18063](https://redirect.github.com/getsentry/sentry-javascript/pull/18063)) - test(next): fix flakey tests ([#&#8203;18100](https://redirect.github.com/getsentry/sentry-javascript/pull/18100)) - test(node-core): Proof that withMonitor doesn't create a new trace ([#&#8203;18057](https://redirect.github.com/getsentry/sentry-javascript/pull/18057)) </details> #### Bundle size 📦 | Path | Size | | ----------------------------------------------------------------------------------------------------- | --------- | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) | 24.02 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) - with treeshaking flags | 22.54 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing) | 40.26 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Profiling) | 44.43 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) | 77.83 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) - with treeshaking flags | 67.75 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay with Canvas) | 82.42 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay, Feedback) | 94.3 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Feedback) | 40.3 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. sendFeedback) | 28.58 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. FeedbackAsync) | 33.39 KB | | [@&#8203;sentry/react](https://redirect.github.com/sentry/react) | 25.68 KB | | [@&#8203;sentry/react](https://redirect.github.com/sentry/react) (incl. Tracing) | 42.2 KB | | [@&#8203;sentry/vue](https://redirect.github.com/sentry/vue) | 28.39 KB | | [@&#8203;sentry/vue](https://redirect.github.com/sentry/vue) (incl. Tracing) | 41.99 KB | | [@&#8203;sentry/svelte](https://redirect.github.com/sentry/svelte) | 24.03 KB | | CDN Bundle | 26.26 KB | | CDN Bundle (incl. Tracing) | 40.79 KB | | CDN Bundle (incl. Tracing, Replay) | 76.46 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) | 81.81 KB | | CDN Bundle - uncompressed | 77 KB | | CDN Bundle (incl. Tracing) - uncompressed | 121.06 KB | | CDN Bundle (incl. Tracing, Replay) - uncompressed | 234.37 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 246.83 KB | | [@&#8203;sentry/nextjs](https://redirect.github.com/sentry/nextjs) (client) | 44.25 KB | | [@&#8203;sentry/sveltekit](https://redirect.github.com/sentry/sveltekit) (client) | 40.63 KB | | [@&#8203;sentry/node-core](https://redirect.github.com/sentry/node-core) | 49.57 KB | | [@&#8203;sentry/node](https://redirect.github.com/sentry/node) | 154.12 KB | | [@&#8203;sentry/node](https://redirect.github.com/sentry/node) - without tracing | 90.46 KB | | [@&#8203;sentry/aws-serverless](https://redirect.github.com/sentry/aws-serverless) | 103.91 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> --- <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-20 17:53:19 -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#7801