[PR #836] [MERGED] fix(deps): update dependency @sentry/vue to v9.23.0 #7037

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

📋 Pull Request Information

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

Base: mainHead: renovate/sentry-javascript-monorepo


📝 Commits (1)

  • f36df3e fix(deps): update dependency @sentry/vue to v9.23.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.22.0 -> 9.23.0 age adoption passing confidence

Release Notes

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

v9.23.0

Compare Source

Important changes
  • feat(browser): option to ignore certain resource types (#​16389)

Adds an option to opt out of certain resource.* spans via ignoreResourceSpans.

For example, to opt out of resource.script spans:

Sentry.browserTracingIntegration({
  ignoreResourceSpans: ['resource.script'],
}),
Other changes

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

Bundle size 📦

Path Size
@​sentry/browser 23.37 KB
@​sentry/browser - with treeshaking flags 23.14 KB
@​sentry/browser (incl. Tracing) 37.33 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.23 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 91.04 KB
@​sentry/browser (incl. Feedback) 39.73 KB
@​sentry/browser (incl. sendFeedback) 27.97 KB
@​sentry/browser (incl. FeedbackAsync) 32.75 KB
@​sentry/react 25.11 KB
@​sentry/react (incl. Tracing) 39.29 KB
@​sentry/vue 27.6 KB
@​sentry/vue (incl. Tracing) 39.11 KB
@​sentry/svelte 23.39 KB
CDN Bundle 24.66 KB
CDN Bundle (incl. Tracing) 37.51 KB
CDN Bundle (incl. Tracing, Replay) 72.52 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 77.83 KB
CDN Bundle - uncompressed 71.96 KB
CDN Bundle (incl. Tracing) - uncompressed 111 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 222.3 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 234.82 KB
@​sentry/nextjs (client) 40.93 KB
@​sentry/sveltekit (client) 37.83 KB
@​sentry/node 146.36 KB
@​sentry/node - without tracing 95.82 KB
@​sentry/aws-serverless 120.98 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/836 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 5/28/2025 **Status:** ✅ Merged **Merged:** 5/28/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/sentry-javascript-monorepo` --- ### 📝 Commits (1) - [`f36df3e`](https://github.com/go-vikunja/vikunja/commit/f36df3e4ca7610d1e640ba3b7a1dda3ae5f7c483) fix(deps): update dependency @sentry/vue to v9.23.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.22.0` -> `9.23.0`](https://renovatebot.com/diffs/npm/@sentry%2fvue/9.22.0/9.23.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sentry%2fvue/9.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@sentry%2fvue/9.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@sentry%2fvue/9.22.0/9.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sentry%2fvue/9.22.0/9.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>getsentry/sentry-javascript (@&#8203;sentry/vue)</summary> ### [`v9.23.0`](https://redirect.github.com/getsentry/sentry-javascript/releases/tag/9.23.0) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/9.22.0...9.23.0) ##### Important changes - **feat(browser): option to ignore certain resource types ([#&#8203;16389](https://redirect.github.com/getsentry/sentry-javascript/pull/16389))** Adds an option to opt out of certain `resource.*` spans via `ignoreResourceSpans`. For example, to opt out of `resource.script` spans: ```js Sentry.browserTracingIntegration({ ignoreResourceSpans: ['resource.script'], }), ``` ##### Other changes - feat: Export `isEnabled` from all SDKs ([#&#8203;16405](https://redirect.github.com/getsentry/sentry-javascript/pull/16405)) - feat(browser): Disable client when browser extension is detected in `init()` ([#&#8203;16354](https://redirect.github.com/getsentry/sentry-javascript/pull/16354)) - feat(core): Allow re-use of `captureLog` ([#&#8203;16352](https://redirect.github.com/getsentry/sentry-javascript/pull/16352)) - feat(core): Export `_INTERNAL_captureSerializedLog` ([#&#8203;16387](https://redirect.github.com/getsentry/sentry-javascript/pull/16387)) - feat(deps): bump [@&#8203;opentelemetry/semantic-conventions](https://redirect.github.com/opentelemetry/semantic-conventions) from 1.32.0 to 1.34.0 ([#&#8203;16393](https://redirect.github.com/getsentry/sentry-javascript/pull/16393)) - feat(deps): bump [@&#8203;prisma/instrumentation](https://redirect.github.com/prisma/instrumentation) from 6.7.0 to 6.8.2 ([#&#8203;16392](https://redirect.github.com/getsentry/sentry-javascript/pull/16392)) - feat(deps): bump [@&#8203;sentry/cli](https://redirect.github.com/sentry/cli) from 2.43.0 to 2.45.0 ([#&#8203;16395](https://redirect.github.com/getsentry/sentry-javascript/pull/16395)) - feat(deps): bump [@&#8203;sentry/webpack-plugin](https://redirect.github.com/sentry/webpack-plugin) from 3.3.1 to 3.5.0 ([#&#8203;16394](https://redirect.github.com/getsentry/sentry-javascript/pull/16394)) - feat(nextjs): Include `static/chunks/main-*` files for `widenClientFileUpload` ([#&#8203;16406](https://redirect.github.com/getsentry/sentry-javascript/pull/16406)) - feat(node): Do not add HTTP & fetch span instrumentation if tracing is disabled ([#&#8203;15730](https://redirect.github.com/getsentry/sentry-javascript/pull/15730)) - feat(nuxt): Added support for nuxt layers ([#&#8203;16372](https://redirect.github.com/getsentry/sentry-javascript/pull/16372)) - fix(browser): Ensure logs are flushed when sendClientReports=false ([#&#8203;16351](https://redirect.github.com/getsentry/sentry-javascript/pull/16351)) - fix(browser): Move `browserTracingIntegration` code to `setup` hook ([#&#8203;16386](https://redirect.github.com/getsentry/sentry-javascript/pull/16386)) - fix(cloudflare): Capture exceptions thrown in hono ([#&#8203;16355](https://redirect.github.com/getsentry/sentry-javascript/pull/16355)) - fix(node): Don't warn about Spotlight on empty NODE_ENV ([#&#8203;16381](https://redirect.github.com/getsentry/sentry-javascript/pull/16381)) - fix(node): Suppress Spotlight calls ([#&#8203;16380](https://redirect.github.com/getsentry/sentry-javascript/pull/16380)) - fix(nuxt): Add `@sentry/nuxt` as external in Rollup ([#&#8203;16407](https://redirect.github.com/getsentry/sentry-javascript/pull/16407)) - fix(opentelemetry): Ensure `withScope` keeps span active & `_getTraceInfoFromScope` works ([#&#8203;16385](https://redirect.github.com/getsentry/sentry-javascript/pull/16385)) Work in this release was contributed by [@&#8203;Xenossolitarius](https://redirect.github.com/Xenossolitarius). Thank you for your contribution! #### Bundle size 📦 | Path | Size | | ---------------------------------------------------------------- | ----------------- | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) | 23.37 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) - with treeshaking flags | 23.14 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing) | 37.33 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.23 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay, Feedback) | 91.04 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Feedback) | 39.73 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. sendFeedback) | 27.97 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. FeedbackAsync) | 32.75 KB | | [@&#8203;sentry/react](https://redirect.github.com/sentry/react) | 25.11 KB | | [@&#8203;sentry/react](https://redirect.github.com/sentry/react) (incl. Tracing) | 39.29 KB | | [@&#8203;sentry/vue](https://redirect.github.com/sentry/vue) | 27.6 KB | | [@&#8203;sentry/vue](https://redirect.github.com/sentry/vue) (incl. Tracing) | 39.11 KB | | [@&#8203;sentry/svelte](https://redirect.github.com/sentry/svelte) | 23.39 KB | | CDN Bundle | 24.66 KB | | CDN Bundle (incl. Tracing) | 37.51 KB | | CDN Bundle (incl. Tracing, Replay) | 72.52 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) | 77.83 KB | | CDN Bundle - uncompressed | 71.96 KB | | CDN Bundle (incl. Tracing) - uncompressed | 111 KB | | CDN Bundle (incl. Tracing, Replay) - uncompressed | 222.3 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 234.82 KB | | [@&#8203;sentry/nextjs](https://redirect.github.com/sentry/nextjs) (client) | 40.93 KB | | [@&#8203;sentry/sveltekit](https://redirect.github.com/sentry/sveltekit) (client) | 37.83 KB | | [@&#8203;sentry/node](https://redirect.github.com/sentry/node) | 146.36 KB | | [@&#8203;sentry/node](https://redirect.github.com/sentry/node) - without tracing | 95.82 KB | | [@&#8203;sentry/aws-serverless](https://redirect.github.com/sentry/aws-serverless) | 120.98 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:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDAuMzMuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --- <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:29:48 -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#7037