[PR #1092] [MERGED] fix(deps): update dependency @sentry/vue to v9.35.0 #1224

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

📋 Pull Request Information

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

Base: mainHead: renovate/sentry-javascript-monorepo


📝 Commits (1)

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

Release Notes

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

v9.35.0

Compare Source

  • feat(browser): Add ElementTiming instrumentation and spans (#​16589)
  • feat(browser): Export Context and Contexts types (#​16763)
  • feat(cloudflare): Add user agent to cloudflare spans (#​16793)
  • feat(node): Add eventLoopBlockIntegration (#​16709)
  • feat(node): Export server-side feature flag integration shims (#​16735)
  • feat(node): Update vercel ai integration attributes (#​16721)
  • fix(astro): Handle errors in middlewares better (#​16693)
  • fix(browser): Ensure explicit parentSpan is considered (#​16776)
  • fix(node): Avoid using dynamic require for fastify integration (#​16789)
  • fix(nuxt): Add @sentry/cloudflare as optional peerDependency (#​16782)
  • fix(nuxt): Ensure order of plugins is consistent (#​16798)
  • fix(nestjs): Fix exception handling in @Cron decorated tasks (#​16792)

Work in this release was contributed by @​0xbad0c0d3 and @​alSergey. Thank you for your contributions!


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/1092 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 7/4/2025 **Status:** ✅ Merged **Merged:** 7/8/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/sentry-javascript-monorepo` --- ### 📝 Commits (1) - [`6178120`](https://github.com/go-vikunja/vikunja/commit/61781207963ae25198748573760899dd6ec2ae10) fix(deps): update dependency @sentry/vue to v9.35.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.34.0` -> `9.35.0`](https://renovatebot.com/diffs/npm/@sentry%2fvue/9.34.0/9.35.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sentry%2fvue/9.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sentry%2fvue/9.34.0/9.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>getsentry/sentry-javascript (@&#8203;sentry/vue)</summary> ### [`v9.35.0`](https://redirect.github.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#9350) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/9.34.0...9.35.0) - feat(browser): Add ElementTiming instrumentation and spans ([#&#8203;16589](https://redirect.github.com/getsentry/sentry-javascript/pull/16589)) - feat(browser): Export `Context` and `Contexts` types ([#&#8203;16763](https://redirect.github.com/getsentry/sentry-javascript/pull/16763)) - feat(cloudflare): Add user agent to cloudflare spans ([#&#8203;16793](https://redirect.github.com/getsentry/sentry-javascript/pull/16793)) - feat(node): Add `eventLoopBlockIntegration` ([#&#8203;16709](https://redirect.github.com/getsentry/sentry-javascript/pull/16709)) - feat(node): Export server-side feature flag integration shims ([#&#8203;16735](https://redirect.github.com/getsentry/sentry-javascript/pull/16735)) - feat(node): Update vercel ai integration attributes ([#&#8203;16721](https://redirect.github.com/getsentry/sentry-javascript/pull/16721)) - fix(astro): Handle errors in middlewares better ([#&#8203;16693](https://redirect.github.com/getsentry/sentry-javascript/pull/16693)) - fix(browser): Ensure explicit `parentSpan` is considered ([#&#8203;16776](https://redirect.github.com/getsentry/sentry-javascript/pull/16776)) - fix(node): Avoid using dynamic `require` for fastify integration ([#&#8203;16789](https://redirect.github.com/getsentry/sentry-javascript/pull/16789)) - fix(nuxt): Add `@sentry/cloudflare` as optional peerDependency ([#&#8203;16782](https://redirect.github.com/getsentry/sentry-javascript/pull/16782)) - fix(nuxt): Ensure order of plugins is consistent ([#&#8203;16798](https://redirect.github.com/getsentry/sentry-javascript/pull/16798)) - fix(nestjs): Fix exception handling in `@Cron` decorated tasks ([#&#8203;16792](https://redirect.github.com/getsentry/sentry-javascript/pull/16792)) Work in this release was contributed by [@&#8203;0xbad0c0d3](https://redirect.github.com/0xbad0c0d3) and [@&#8203;alSergey](https://redirect.github.com/alSergey). Thank you for your contributions! </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMTcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --- <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:38 -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#1224