[PR #1062] [MERGED] fix(deps): update dependency @sentry/vue to v9.34.0 #7246

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

📋 Pull Request Information

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

Base: mainHead: renovate/sentry-javascript-monorepo


📝 Commits (1)

  • 542f58f fix(deps): update dependency @sentry/vue to v9.34.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.33.0 -> 9.34.0 age adoption passing confidence

Release Notes

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

v9.34.0

Compare Source

Important Changes
  • feat(nuxt): Add Cloudflare Nitro plugin (#​15597)

    A Nitro plugin for @sentry/nuxt which initializes Sentry when deployed to Cloudflare (cloudflare-pages preset).

    1. Remove the previous server config file: sentry.server.config.ts

    2. Add a plugin in server/plugins (e.g. server/plugins/sentry-cloudflare-setup.ts)

    3. Add this code in your plugin file

      // server/plugins/sentry-cloudflare-setup.ts (filename does not matter)
      import { sentryCloudflareNitroPlugin } from '@​sentry/nuxt/module/plugins';
      
      export default defineNitroPlugin(
        sentryCloudflareNitroPlugin({
          dsn: 'https://dsn',
          tracesSampleRate: 1.0,
        }),
      );
      

      or with access to nitroApp:

      // server/plugins/sentry-cloudflare-setup.ts (filename does not matter)
      import { sentryCloudflareNitroPlugin } from '@​sentry/nuxt/module/plugins';
      
      export default defineNitroPlugin(sentryCloudflareNitroPlugin((nitroApp: NitroApp) => {
        // You can access nitroApp here if needed
        return  ({
          dsn: 'https://dsn',
          tracesSampleRate: 1.0,
        })
      }))
      
Other Changes
  • feat(browser): Record standalone LCP spans (#​16591)
  • fix(nuxt): Only add OTel alias in dev mode (#​16756)

Bundle size 📦

Path Size
@​sentry/browser 23.42 KB
@​sentry/browser - with treeshaking flags 23.2 KB
@​sentry/browser (incl. Tracing) 38.11 KB
@​sentry/browser (incl. Tracing, Replay) 75.35 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 68.61 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 80.01 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 91.81 KB
@​sentry/browser (incl. Feedback) 39.79 KB
@​sentry/browser (incl. sendFeedback) 28.02 KB
@​sentry/browser (incl. FeedbackAsync) 32.8 KB
@​sentry/react 25.16 KB
@​sentry/react (incl. Tracing) 40.04 KB
@​sentry/vue 27.69 KB
@​sentry/vue (incl. Tracing) 39.9 KB
@​sentry/svelte 23.45 KB
CDN Bundle 24.9 KB
CDN Bundle (incl. Tracing) 38.19 KB
CDN Bundle (incl. Tracing, Replay) 73.24 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 78.57 KB
CDN Bundle - uncompressed 72.75 KB
CDN Bundle (incl. Tracing) - uncompressed 113.89 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 225.27 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 237.8 KB
@​sentry/nextjs (client) 41.64 KB
@​sentry/sveltekit (client) 38.56 KB
@​sentry/node 150.68 KB
@​sentry/node - without tracing 96.32 KB
@​sentry/aws-serverless 121.48 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/1062 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 7/1/2025 **Status:** ✅ Merged **Merged:** 7/1/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/sentry-javascript-monorepo` --- ### 📝 Commits (1) - [`542f58f`](https://github.com/go-vikunja/vikunja/commit/542f58fd84e14f5cf60be30064c848dab8ddb630) fix(deps): update dependency @sentry/vue to v9.34.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.33.0` -> `9.34.0`](https://renovatebot.com/diffs/npm/@sentry%2fvue/9.33.0/9.34.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sentry%2fvue/9.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@sentry%2fvue/9.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@sentry%2fvue/9.33.0/9.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sentry%2fvue/9.33.0/9.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>getsentry/sentry-javascript (@&#8203;sentry/vue)</summary> ### [`v9.34.0`](https://redirect.github.com/getsentry/sentry-javascript/releases/tag/9.34.0) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/9.33.0...9.34.0) ##### Important Changes - **feat(nuxt): Add Cloudflare Nitro plugin ([#&#8203;15597](https://redirect.github.com/getsentry/sentry-javascript/pull/15597))** A Nitro plugin for `@sentry/nuxt` which initializes Sentry when deployed to Cloudflare (`cloudflare-pages` preset). 1. Remove the previous server config file: `sentry.server.config.ts` 2. Add a plugin in `server/plugins` (e.g. `server/plugins/sentry-cloudflare-setup.ts`) 3. Add this code in your plugin file ```javascript // server/plugins/sentry-cloudflare-setup.ts (filename does not matter) import { sentryCloudflareNitroPlugin } from '@&#8203;sentry/nuxt/module/plugins'; export default defineNitroPlugin( sentryCloudflareNitroPlugin({ dsn: 'https://dsn', tracesSampleRate: 1.0, }), ); ``` or with access to `nitroApp`: ```javascript // server/plugins/sentry-cloudflare-setup.ts (filename does not matter) import { sentryCloudflareNitroPlugin } from '@&#8203;sentry/nuxt/module/plugins'; export default defineNitroPlugin(sentryCloudflareNitroPlugin((nitroApp: NitroApp) => { // You can access nitroApp here if needed return ({ dsn: 'https://dsn', tracesSampleRate: 1.0, }) })) ``` ##### Other Changes - feat(browser): Record standalone LCP spans ([#&#8203;16591](https://redirect.github.com/getsentry/sentry-javascript/pull/16591)) - fix(nuxt): Only add OTel alias in dev mode ([#&#8203;16756](https://redirect.github.com/getsentry/sentry-javascript/pull/16756)) #### Bundle size 📦 | Path | Size | | ---------------------------------------------------------------- | ----------------- | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) | 23.42 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) - with treeshaking flags | 23.2 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing) | 38.11 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) | 75.35 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) - with treeshaking flags | 68.61 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay with Canvas) | 80.01 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay, Feedback) | 91.81 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Feedback) | 39.79 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. sendFeedback) | 28.02 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. FeedbackAsync) | 32.8 KB | | [@&#8203;sentry/react](https://redirect.github.com/sentry/react) | 25.16 KB | | [@&#8203;sentry/react](https://redirect.github.com/sentry/react) (incl. Tracing) | 40.04 KB | | [@&#8203;sentry/vue](https://redirect.github.com/sentry/vue) | 27.69 KB | | [@&#8203;sentry/vue](https://redirect.github.com/sentry/vue) (incl. Tracing) | 39.9 KB | | [@&#8203;sentry/svelte](https://redirect.github.com/sentry/svelte) | 23.45 KB | | CDN Bundle | 24.9 KB | | CDN Bundle (incl. Tracing) | 38.19 KB | | CDN Bundle (incl. Tracing, Replay) | 73.24 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) | 78.57 KB | | CDN Bundle - uncompressed | 72.75 KB | | CDN Bundle (incl. Tracing) - uncompressed | 113.89 KB | | CDN Bundle (incl. Tracing, Replay) - uncompressed | 225.27 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 237.8 KB | | [@&#8203;sentry/nextjs](https://redirect.github.com/sentry/nextjs) (client) | 41.64 KB | | [@&#8203;sentry/sveltekit](https://redirect.github.com/sentry/sveltekit) (client) | 38.56 KB | | [@&#8203;sentry/node](https://redirect.github.com/sentry/node) | 150.68 KB | | [@&#8203;sentry/node](https://redirect.github.com/sentry/node) - without tracing | 96.32 KB | | [@&#8203;sentry/aws-serverless](https://redirect.github.com/sentry/aws-serverless) | 121.48 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:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --- <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:36:26 -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#7246