[PR #1101] [MERGED] fix(deps): update dependency @sentry/vue to v9.36.0 #1232

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

📋 Pull Request Information

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

Base: mainHead: renovate/sentry-javascript-monorepo


📝 Commits (1)

  • d166309 fix(deps): update dependency @sentry/vue to v9.36.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) 9.35.0 -> 9.36.0 age confidence

Release Notes

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

v9.36.0

Compare Source

Important Changes
  • feat(node-core): Add node-core SDK (#​16745)

This release adds a new SDK @sentry/node-core which ships without any OpenTelemetry instrumententation out of the box. All OpenTelemetry dependencies are peer dependencies and OpenTelemetry has to be set up manually.

Use @sentry/node-core when:

  • You already have OpenTelemetry set up
  • You need custom OpenTelemetry configuration
  • You want minimal dependencies
  • You need fine-grained control over instrumentation

Use @sentry/node when:

  • You want an automatic setup
  • You're new to OpenTelemetry
  • You want sensible defaults
  • You prefer convenience over control
  • feat(node): Deprecate ANR integration (#​16832)

The ANR integration has been deprecated and will be removed in future versions. Use eventLoopBlockIntegration from @sentry/node-native instead.

  • feat(replay): Add _experiments.ignoreMutations option (#​16816)

This replay option allows to configure a selector list of elements to not capture mutations for.

Sentry.replayIntegration({
  _experiments: {
    ignoreMutations: ['.dragging'],
  },
});
Other changes
  • feat(deps): bump @​prisma/instrumentation from 6.10.1 to 6.11.1 (#​16833)
  • feat(nextjs): Add flag for suppressing router transition warning (#​16823)
  • feat(nextjs): Automatically skip middleware requests for tunnel route (#​16812)
  • feat(replay): Export compression worker from @sentry/replay-internal (#​16794)
  • fix(browser): Avoid 4xx response for succesful diagnoseSdkConnectivity request (#​16840)
  • fix(browser): Guard against undefined nextHopProtocol (#​16806)
  • fix(cloudflare): calculate retries not attempts (#​16834)
  • fix(nuxt): Parametrize routes on the server-side (#​16785)
  • fix(vue): Make pageload span handling more reliable (#​16799)

Work in this release was contributed by @​Spice-King and @​stayallive. Thank you for your contributions!

Bundle size 📦

Path Size
@​sentry/browser 23.42 KB
@​sentry/browser - with treeshaking flags 23.2 KB
@​sentry/browser (incl. Tracing) 38.69 KB
@​sentry/browser (incl. Tracing, Replay) 75.99 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 69.24 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 80.61 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 92.48 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.63 KB
@​sentry/vue 27.71 KB
@​sentry/vue (incl. Tracing) 40.44 KB
@​sentry/svelte 23.45 KB
CDN Bundle 24.9 KB
CDN Bundle (incl. Tracing) 38.7 KB
CDN Bundle (incl. Tracing, Replay) 73.84 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 79.17 KB
CDN Bundle - uncompressed 72.75 KB
CDN Bundle (incl. Tracing) - uncompressed 115.01 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 226.63 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 239.15 KB
@​sentry/nextjs (client) 42.24 KB
@​sentry/sveltekit (client) 39.14 KB
@​sentry/node 158.05 KB
@​sentry/node - without tracing 96.48 KB
@​sentry/aws-serverless 121.7 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/1101 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 7/9/2025 **Status:** ✅ Merged **Merged:** 7/9/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/sentry-javascript-monorepo` --- ### 📝 Commits (1) - [`d166309`](https://github.com/go-vikunja/vikunja/commit/d166309b52e3a394f8a09dca7a6614d3d5ddcabf) fix(deps): update dependency @sentry/vue to v9.36.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)) | [`9.35.0` -> `9.36.0`](https://renovatebot.com/diffs/npm/@sentry%2fvue/9.35.0/9.36.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sentry%2fvue/9.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sentry%2fvue/9.35.0/9.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>getsentry/sentry-javascript (@&#8203;sentry/vue)</summary> ### [`v9.36.0`](https://redirect.github.com/getsentry/sentry-javascript/releases/tag/9.36.0) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/9.35.0...9.36.0) ##### Important Changes - **feat(node-core): Add node-core SDK ([#&#8203;16745](https://redirect.github.com/getsentry/sentry-javascript/pull/16745))** This release adds a new SDK `@sentry/node-core` which ships without any OpenTelemetry instrumententation out of the box. All OpenTelemetry dependencies are peer dependencies and OpenTelemetry has to be set up manually. Use `@sentry/node-core` when: - You already have OpenTelemetry set up - You need custom OpenTelemetry configuration - You want minimal dependencies - You need fine-grained control over instrumentation Use `@sentry/node` when: - You want an automatic setup - You're new to OpenTelemetry - You want sensible defaults - You prefer convenience over control * **feat(node): Deprecate ANR integration ([#&#8203;16832](https://redirect.github.com/getsentry/sentry-javascript/pull/16832))** The ANR integration has been deprecated and will be removed in future versions. Use `eventLoopBlockIntegration` from `@sentry/node-native` instead. - **feat(replay): Add `_experiments.ignoreMutations` option ([#&#8203;16816](https://redirect.github.com/getsentry/sentry-javascript/pull/16816))** This replay option allows to configure a selector list of elements to not capture mutations for. ```js Sentry.replayIntegration({ _experiments: { ignoreMutations: ['.dragging'], }, }); ``` ##### Other changes - feat(deps): bump [@&#8203;prisma/instrumentation](https://redirect.github.com/prisma/instrumentation) from 6.10.1 to 6.11.1 ([#&#8203;16833](https://redirect.github.com/getsentry/sentry-javascript/pull/16833)) - feat(nextjs): Add flag for suppressing router transition warning ([#&#8203;16823](https://redirect.github.com/getsentry/sentry-javascript/pull/16823)) - feat(nextjs): Automatically skip middleware requests for tunnel route ([#&#8203;16812](https://redirect.github.com/getsentry/sentry-javascript/pull/16812)) - feat(replay): Export compression worker from `@sentry/replay-internal` ([#&#8203;16794](https://redirect.github.com/getsentry/sentry-javascript/pull/16794)) - fix(browser): Avoid 4xx response for succesful `diagnoseSdkConnectivity` request ([#&#8203;16840](https://redirect.github.com/getsentry/sentry-javascript/pull/16840)) - fix(browser): Guard against undefined nextHopProtocol ([#&#8203;16806](https://redirect.github.com/getsentry/sentry-javascript/pull/16806)) - fix(cloudflare): calculate retries not attempts ([#&#8203;16834](https://redirect.github.com/getsentry/sentry-javascript/pull/16834)) - fix(nuxt): Parametrize routes on the server-side ([#&#8203;16785](https://redirect.github.com/getsentry/sentry-javascript/pull/16785)) - fix(vue): Make pageload span handling more reliable ([#&#8203;16799](https://redirect.github.com/getsentry/sentry-javascript/pull/16799)) Work in this release was contributed by [@&#8203;Spice-King](https://redirect.github.com/Spice-King) and [@&#8203;stayallive](https://redirect.github.com/stayallive). Thank you for your contributions! #### 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.69 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) | 75.99 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) - with treeshaking flags | 69.24 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay with Canvas) | 80.61 KB | | [@&#8203;sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay, Feedback) | 92.48 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.63 KB | | [@&#8203;sentry/vue](https://redirect.github.com/sentry/vue) | 27.71 KB | | [@&#8203;sentry/vue](https://redirect.github.com/sentry/vue) (incl. Tracing) | 40.44 KB | | [@&#8203;sentry/svelte](https://redirect.github.com/sentry/svelte) | 23.45 KB | | CDN Bundle | 24.9 KB | | CDN Bundle (incl. Tracing) | 38.7 KB | | CDN Bundle (incl. Tracing, Replay) | 73.84 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) | 79.17 KB | | CDN Bundle - uncompressed | 72.75 KB | | CDN Bundle (incl. Tracing) - uncompressed | 115.01 KB | | CDN Bundle (incl. Tracing, Replay) - uncompressed | 226.63 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 239.15 KB | | [@&#8203;sentry/nextjs](https://redirect.github.com/sentry/nextjs) (client) | 42.24 KB | | [@&#8203;sentry/sveltekit](https://redirect.github.com/sentry/sveltekit) (client) | 39.14 KB | | [@&#8203;sentry/node](https://redirect.github.com/sentry/node) | 158.05 KB | | [@&#8203;sentry/node](https://redirect.github.com/sentry/node) - without tracing | 96.48 KB | | [@&#8203;sentry/aws-serverless](https://redirect.github.com/sentry/aws-serverless) | 121.7 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --- <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:13:47 -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#1232