[PR #450] [MERGED] fix(deps): update dependency @sentry/vue to v9.13.0 #753

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

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/450
Author: @renovate[bot]
Created: 3/31/2025
Status: Merged
Merged: 4/17/2025
Merged by: @kolaente

Base: mainHead: renovate/sentry-javascript-monorepo


📝 Commits (1)

  • fe8c1c2 fix(deps): update dependency @sentry/vue to v9.13.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.12.0 -> 9.13.0 age adoption passing confidence

Release Notes

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

v9.13.0

Compare Source

Important Changes
  • feat(node): Add support for winston logger (#​15983)

    Sentry is adding support for structured logging. In this release we've added support for sending logs to Sentry via the winston logger to the Sentry Node SDK (and SDKs that use the Node SDK under the hood like @sentry/nestjs). The Logging APIs in the Sentry SDK are still experimental and subject to change.

    const winston = require('winston');
    const Transport = require('winston-transport');
    
    const transport = Sentry.createSentryWinstonTransport(Transport);
    
    const logger = winston.createLogger({
      transports: [transport],
    });
    
  • feat(core): Add wrapMcpServerWithSentry to instrument MCP servers from @modelcontextprotocol/sdk (#​16032)

    The Sentry SDK now supports instrumenting MCP servers from the @modelcontextprotocol/sdk package. Compatible with versions ^1.9.0 of the @modelcontextprotocol/sdk package.

    import { McpServer } from '@​modelcontextprotocol/sdk/server/mcp.js';
    
    // Create an MCP server
    const server = new McpServer({
      name: 'Demo',
      version: '1.0.0',
    });
    
    // Use the instrumented server in your application
    const instrumentedServer = Sentry.wrapMcpServerWithSentry(server);
    
  • feat(core): Move console integration into core and add to cloudflare/vercel-edge (#​16024)

    Console instrumentation has been added to @sentry/cloudflare and @sentry/nextjs Edge Runtime and is enabled by default. Now calls to the console object will be captured as breadcrumbs for those SDKs.

  • feat(bun): Support new Bun.serve APIs (#​16035)

    Bun 1.2.6 and above have a new Bun.serve API, which the Bun SDK now supports. The SDK instruments the new routes object that can be used to define routes for the server.

    Thanks to @​Jarred-Sumner for helping us get this supported!

Other Changes
  • feat(browser): Warn on duplicate browserTracingIntegration (#​16042)
  • feat(core): Allow delayed sending with offline transport (#​15937)
  • feat(deps): Bump @​sentry/webpack-plugin from 3.2.4 to 3.3.1 (#​16057)
  • feat(vue): Apply stateTransformer to attachments in Pinia Plugin (#​16034)
  • fix(core): Run beforeSendLog after we process log (#​16019)
  • fix(nextjs): Don't show turbopack warning for newer Next.js canaries (#​16065)
  • fix(nextjs): Include patch version 0 for min supported 15.3.0 (#​16026)
  • fix(node): Ensure late init works with all integrations (#​16016)
  • fix(react-router): Pass unstable_sentryVitePluginOptions to cli instance (#​16033)
  • fix(serverless-aws): Overwrite root span name with GraphQL if set (#​16010)

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/450 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 3/31/2025 **Status:** ✅ Merged **Merged:** 4/17/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/sentry-javascript-monorepo` --- ### 📝 Commits (1) - [`fe8c1c2`](https://github.com/go-vikunja/vikunja/commit/fe8c1c27e8b866259768c9047445cadd8266dffc) fix(deps): update dependency @sentry/vue to v9.13.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.12.0` -> `9.13.0`](https://renovatebot.com/diffs/npm/@sentry%2fvue/9.12.0/9.13.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sentry%2fvue/9.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@sentry%2fvue/9.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@sentry%2fvue/9.12.0/9.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sentry%2fvue/9.12.0/9.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>getsentry/sentry-javascript (@&#8203;sentry/vue)</summary> ### [`v9.13.0`](https://redirect.github.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#9130) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/9.12.0...9.13.0) ##### Important Changes - **feat(node): Add support for winston logger ([#&#8203;15983](https://redirect.github.com/getsentry/sentry-javascript/pull/15983))** Sentry is adding support for [structured logging](https://redirect.github.com/getsentry/sentry-javascript/discussions/15916). In this release we've added support for sending logs to Sentry via the [winston](https://redirect.github.com/winstonjs/winston) logger to the Sentry Node SDK (and SDKs that use the Node SDK under the hood like `@sentry/nestjs`). The Logging APIs in the Sentry SDK are still experimental and subject to change. ```js const winston = require('winston'); const Transport = require('winston-transport'); const transport = Sentry.createSentryWinstonTransport(Transport); const logger = winston.createLogger({ transports: [transport], }); ``` - **feat(core): Add `wrapMcpServerWithSentry` to instrument MCP servers from `@modelcontextprotocol/sdk` ([#&#8203;16032](https://redirect.github.com/getsentry/sentry-javascript/pull/16032))** The Sentry SDK now supports instrumenting MCP servers from the `@modelcontextprotocol/sdk` package. Compatible with versions `^1.9.0` of the `@modelcontextprotocol/sdk` package. ```js import { McpServer } from '@&#8203;modelcontextprotocol/sdk/server/mcp.js'; // Create an MCP server const server = new McpServer({ name: 'Demo', version: '1.0.0', }); // Use the instrumented server in your application const instrumentedServer = Sentry.wrapMcpServerWithSentry(server); ``` - **feat(core): Move console integration into core and add to cloudflare/vercel-edge ([#&#8203;16024](https://redirect.github.com/getsentry/sentry-javascript/pull/16024))** Console instrumentation has been added to `@sentry/cloudflare` and `@sentry/nextjs` Edge Runtime and is enabled by default. Now calls to the console object will be captured as breadcrumbs for those SDKs. - **feat(bun): Support new `Bun.serve` APIs ([#&#8203;16035](https://redirect.github.com/getsentry/sentry-javascript/pull/16035))** Bun `1.2.6` and above have a new `Bun.serve` API, which the Bun SDK now supports. The SDK instruments the new routes object that can be used to define routes for the server. Thanks to [@&#8203;Jarred-Sumner](https://redirect.github.com/Jarred-Sumner) for helping us get this supported! ##### Other Changes - feat(browser): Warn on duplicate `browserTracingIntegration` ([#&#8203;16042](https://redirect.github.com/getsentry/sentry-javascript/pull/16042)) - feat(core): Allow delayed sending with offline transport ([#&#8203;15937](https://redirect.github.com/getsentry/sentry-javascript/pull/15937)) - feat(deps): Bump [@&#8203;sentry/webpack-plugin](https://redirect.github.com/sentry/webpack-plugin) from 3.2.4 to 3.3.1 ([#&#8203;16057](https://redirect.github.com/getsentry/sentry-javascript/pull/16057)) - feat(vue): Apply stateTransformer to attachments in Pinia Plugin ([#&#8203;16034](https://redirect.github.com/getsentry/sentry-javascript/pull/16034)) - fix(core): Run `beforeSendLog` after we process log ([#&#8203;16019](https://redirect.github.com/getsentry/sentry-javascript/pull/16019)) - fix(nextjs): Don't show turbopack warning for newer Next.js canaries ([#&#8203;16065](https://redirect.github.com/getsentry/sentry-javascript/pull/16065)) - fix(nextjs): Include patch version 0 for min supported 15.3.0 ([#&#8203;16026](https://redirect.github.com/getsentry/sentry-javascript/pull/16026)) - fix(node): Ensure late init works with all integrations ([#&#8203;16016](https://redirect.github.com/getsentry/sentry-javascript/pull/16016)) - fix(react-router): Pass `unstable_sentryVitePluginOptions` to cli instance ([#&#8203;16033](https://redirect.github.com/getsentry/sentry-javascript/pull/16033)) - fix(serverless-aws): Overwrite root span name with GraphQL if set ([#&#8203;16010](https://redirect.github.com/getsentry/sentry-javascript/pull/16010)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> --- <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:03:27 -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#753