From 1c8e9612d585fb9ed19b55d8c5a8b4cfb66e012e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 22:14:56 +0000 Subject: [PATCH] fix(deps): update dependency @sentry/astro to v8.51.0 (#1187) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@sentry/astro](https://redirect.github.com/getsentry/sentry-javascript/tree/master/packages/astro) ([source](https://redirect.github.com/getsentry/sentry-javascript)) | [`8.50.0` -> `8.51.0`](https://renovatebot.com/diffs/npm/@sentry%2fastro/8.50.0/8.51.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sentry%2fastro/8.51.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@sentry%2fastro/8.51.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@sentry%2fastro/8.50.0/8.51.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sentry%2fastro/8.50.0/8.51.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
getsentry/sentry-javascript (@​sentry/astro) ### [`v8.51.0`](https://redirect.github.com/getsentry/sentry-javascript/releases/tag/8.51.0) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/8.50.0...8.51.0) ##### Important Changes - **feat(v8/node): Add `prismaInstrumentation` option to Prisma integration as escape hatch for all Prisma versions ([#​15128](https://redirect.github.com/getsentry/sentry-javascript/pull/15128))** This release adds a compatibility API to add support for Prisma version 6. To capture performance data for Prisma version 6: 1. Install the `@prisma/instrumentation` package on version 6. 2. Pass a `new PrismaInstrumentation()` instance as exported from `@prisma/instrumentation` to the `prismaInstrumentation` option: ```js import { PrismaInstrumentation } from '@​prisma/instrumentation'; Sentry.init({ integrations: [ prismaIntegration({ // Override the default instrumentation that Sentry uses prismaInstrumentation: new PrismaInstrumentation(), }), ], }); ``` The passed instrumentation instance will override the default instrumentation instance the integration would use, while the `prismaIntegration` will still ensure data compatibility for the various Prisma versions. 3. Remove the `previewFeatures = ["tracing"]` option from the client generator block of your Prisma schema. ##### Other Changes - feat(v8/browser): Add `multiplexedtransport.js` CDN bundle ([#​15046](https://redirect.github.com/getsentry/sentry-javascript/pull/15046)) - feat(v8/browser): Add Unleash integration ([#​14948](https://redirect.github.com/getsentry/sentry-javascript/pull/14948)) - feat(v8/deno): Deprecate Deno SDK as published on deno.land ([#​15121](https://redirect.github.com/getsentry/sentry-javascript/pull/15121)) - feat(v8/sveltekit): Deprecate `fetchProxyScriptNonce` option ([#​15011](https://redirect.github.com/getsentry/sentry-javascript/pull/15011)) - fix(v8/aws-lambda): Avoid overwriting root span name ([#​15054](https://redirect.github.com/getsentry/sentry-javascript/pull/15054)) - fix(v8/core): `fatal` events should set session as crashed ([#​15073](https://redirect.github.com/getsentry/sentry-javascript/pull/15073)) - fix(v8/node/nestjs): Use method on current fastify request ([#​15104](https://redirect.github.com/getsentry/sentry-javascript/pull/15104)) Work in this release was contributed by [@​tjhiggins](https://redirect.github.com/tjhiggins), and [@​nwalters512](https://redirect.github.com/nwalters512). Thank you for your contributions! #### Bundle size 📦 | Path | Size | | ---------------------------------------------------------------- | ----------------- | | [@​sentry/browser](https://redirect.github.com/sentry/browser) | 23.29 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) - with treeshaking flags | 23.17 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing) | 35.85 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) | 73.2 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) - with treeshaking flags | 66.66 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay with Canvas) | 77.51 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay, Feedback) | 89.44 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. Feedback) | 39.5 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. sendFeedback) | 27.9 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. FeedbackAsync) | 32.7 KB | | [@​sentry/react](https://redirect.github.com/sentry/react) | 25.97 KB | | [@​sentry/react](https://redirect.github.com/sentry/react) (incl. Tracing) | 38.68 KB | | [@​sentry/vue](https://redirect.github.com/sentry/vue) | 27.57 KB | | [@​sentry/vue](https://redirect.github.com/sentry/vue) (incl. Tracing) | 37.71 KB | | [@​sentry/svelte](https://redirect.github.com/sentry/svelte) | 23.46 KB | | CDN Bundle | 24.5 KB | | CDN Bundle (incl. Tracing) | 37.56 KB | | CDN Bundle (incl. Tracing, Replay) | 72.85 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) | 78.21 KB | | CDN Bundle - uncompressed | 71.94 KB | | CDN Bundle (incl. Tracing) - uncompressed | 111.44 KB | | CDN Bundle (incl. Tracing, Replay) - uncompressed | 225.69 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 238.79 KB | | [@​sentry/nextjs](https://redirect.github.com/sentry/nextjs) (client) | 38.93 KB | | [@​sentry/sveltekit](https://redirect.github.com/sentry/sveltekit) (client) | 36.36 KB | | [@​sentry/node](https://redirect.github.com/sentry/node) | 162.83 KB | | [@​sentry/node](https://redirect.github.com/sentry/node) - without tracing | 99.14 KB | | [@​sentry/aws-serverless](https://redirect.github.com/sentry/aws-serverless) | 126.65 KB |
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/creatorsgarten/creatorsgarten.org). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 90 +++++++++++++++++++++++++------------------------- 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6ffc38c0..dd09a71e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -38,7 +38,7 @@ importers: version: 0.8.4(nanostores@0.11.3)(react@19.0.0) '@sentry/astro': specifier: ^8.0.0 - version: 8.50.0(astro@5.1.8(@types/node@22.10.7)(jiti@2.4.2)(rollup@4.30.1)(typescript@5.4.5)(yaml@2.5.1)) + version: 8.51.0(astro@5.1.8(@types/node@22.10.7)(jiti@2.4.2)(rollup@4.30.1)(typescript@5.4.5)(yaml@2.5.1)) '@tanstack/react-query': specifier: ^5.0.0 version: 5.64.2(react@19.0.0) @@ -1274,24 +1274,24 @@ packages: cpu: [x64] os: [win32] - '@sentry-internal/browser-utils@8.50.0': - resolution: {integrity: sha512-hZm6ngWTEzZhaMHpLIKB4wWp0Od1MdCZdvR5FRdIThUMLa1P8rXeolovTRfOE81NE755EiwJHzj4O7rq3EjA+A==} + '@sentry-internal/browser-utils@8.51.0': + resolution: {integrity: sha512-r94yfRK17zNJER0hgQE4qOSy5pWzsnFcGTJQSqhSEKUcC4KK37qSfoPrPejFxtIqXhqlkd/dTWKvrMwXWcn0MQ==} engines: {node: '>=14.18'} - '@sentry-internal/feedback@8.50.0': - resolution: {integrity: sha512-79WlvSJYCXL/D0PBC8AIT4JbyS44AE3h6lP05IESXMqzTZl3KeSqCx317rwJw1KaxzeFd/JQwkFq95jaKAcLhg==} + '@sentry-internal/feedback@8.51.0': + resolution: {integrity: sha512-VgfxSZWLYUPKDnkt2zG+Oe5ccv8U3WPM6Mo4kfABIJT3Ai4VbZB7+vb2a4pm6lUCF9DeOPXHb5o9Tg17SHDAHw==} engines: {node: '>=14.18'} - '@sentry-internal/replay-canvas@8.50.0': - resolution: {integrity: sha512-Hv1bBaPpe62xFPLpuaUxVBUHd/Ed9bnGndeqN4hueeEGDT9T6NyVokgm35O5xE9/op6Yodm/3NfUkEg8oE++Aw==} + '@sentry-internal/replay-canvas@8.51.0': + resolution: {integrity: sha512-ERXIbwdULkdtIQnfkMLRVfpoGV2rClwySGRlTPepFKeLxlcXo9o09cPu+qbukiDnGK0cgEgRnrV961hMg21Bmw==} engines: {node: '>=14.18'} - '@sentry-internal/replay@8.50.0': - resolution: {integrity: sha512-mhRPujzO6n+mb6ZR+wQNkSpjqIqDriR0hZEvdzHQdyXu9zVdCHUJ3sINkzpT1XwiypQVCEfxB6Oh9y/NmcQfGg==} + '@sentry-internal/replay@8.51.0': + resolution: {integrity: sha512-lkm7id3a2n3yMZeF5socCVQUeEeShNOGr7Wtsmb5RORacEnld0z+NfbMTilo1mDwiWBzI5OYBjm62eglm1HFsQ==} engines: {node: '>=14.18'} - '@sentry/astro@8.50.0': - resolution: {integrity: sha512-VTcp84msCfPid7moWNHUAL6RHrkk+vQS6P7Jn0fKobUyRHOEfFxIBCiasfad7FY69lD2hnNkW3deXEtJLf0AwA==} + '@sentry/astro@8.51.0': + resolution: {integrity: sha512-L9GqWvx1aR+TAmEnPw68o4p8jp0wug+dk8qaEuQ4tiUX9//ugtzbOzCZjJVYcWsK1yi0nmiJDGNl4pI2NX8fyQ==} engines: {node: '>=18.14.1'} peerDependencies: astro: '>=3.x || >=4.0.0-beta || >=5.x' @@ -1300,8 +1300,8 @@ packages: resolution: {integrity: sha512-+uLqaCKeYmH/W2YUV1XHkFEtpHdx/aFjCQahPVsvXyqg13dfkR6jaygPL4DB5DJtUSmPFCUE3MEk9ZO5JlhJYg==} engines: {node: '>= 14'} - '@sentry/browser@8.50.0': - resolution: {integrity: sha512-aGJSpuKiHVKkLvd1VklJSZ2oCsl4wcKUVxKIa8dhJC8KjDY0vREQCywrlWuS5KYP0xFy4k28pg6PPR3HKkUlNw==} + '@sentry/browser@8.51.0': + resolution: {integrity: sha512-1kbbyVfBBAx5Xyynp+lC5lLnAHo0qJ2r4mtmdT6koPjesvoOocEK0QQnouQBmdUbm3L0L/bPI1SgXjbeJyhzHQ==} engines: {node: '>=14.18'} '@sentry/bundler-plugin-core@2.23.0': @@ -1354,16 +1354,16 @@ packages: engines: {node: '>= 10'} hasBin: true - '@sentry/core@8.50.0': - resolution: {integrity: sha512-q71m8Ha9YGwqn4Gd7sWvcFTRgbHXxEfU4QeIFtwMBpwHfq2Q+9koiF8DOoOHqIEOsnlvZWRQgGggIOdHzajnVw==} + '@sentry/core@8.51.0': + resolution: {integrity: sha512-Go0KxCYLw+OBIlLSv5YsYX+x9NW43fNVcyB6rhkSp2Q5Zme3tAE6KtZFvyu4SO7G/903wisW5Q6qV6UuK/ee4A==} engines: {node: '>=14.18'} - '@sentry/node@8.50.0': - resolution: {integrity: sha512-I9eGIdcoWKVy4O8a1f2t0jGVTdN1z9McxbGW8aWwDE5Vd9gpuNjFh9qGapmBEPzysWBX8rjsemDdSa3TcijJMw==} + '@sentry/node@8.51.0': + resolution: {integrity: sha512-KfXk3QaeNXmJgUUCDAwZW7cdZ+1GvRXNdTPLpWbAKGaNulAeimck5fGGL8FRMSF0sMz6BT6Ku7u6DUaZTtbB7w==} engines: {node: '>=14.18'} - '@sentry/opentelemetry@8.50.0': - resolution: {integrity: sha512-uAZjAMPAulFHL88ThK2k+XPx2QzvZ/I7e7sP1In28Tb/yLH0mi+51AUH+zcnLELIPC86m1aDYl8uwYcP6tV4dA==} + '@sentry/opentelemetry@8.51.0': + resolution: {integrity: sha512-SvH/rl/P+S7EKXIZA6kq2HzFYfXKQx8Ytgx4WZJV+katsdaDay24QtycYE+PaqbotAkV6MOMECEb8a9XXttQcg==} engines: {node: '>=14.18'} peerDependencies: '@opentelemetry/api': ^1.9.0 @@ -5746,29 +5746,29 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.30.1': optional: true - '@sentry-internal/browser-utils@8.50.0': + '@sentry-internal/browser-utils@8.51.0': dependencies: - '@sentry/core': 8.50.0 + '@sentry/core': 8.51.0 - '@sentry-internal/feedback@8.50.0': + '@sentry-internal/feedback@8.51.0': dependencies: - '@sentry/core': 8.50.0 + '@sentry/core': 8.51.0 - '@sentry-internal/replay-canvas@8.50.0': + '@sentry-internal/replay-canvas@8.51.0': dependencies: - '@sentry-internal/replay': 8.50.0 - '@sentry/core': 8.50.0 + '@sentry-internal/replay': 8.51.0 + '@sentry/core': 8.51.0 - '@sentry-internal/replay@8.50.0': + '@sentry-internal/replay@8.51.0': dependencies: - '@sentry-internal/browser-utils': 8.50.0 - '@sentry/core': 8.50.0 + '@sentry-internal/browser-utils': 8.51.0 + '@sentry/core': 8.51.0 - '@sentry/astro@8.50.0(astro@5.1.8(@types/node@22.10.7)(jiti@2.4.2)(rollup@4.30.1)(typescript@5.4.5)(yaml@2.5.1))': + '@sentry/astro@8.51.0(astro@5.1.8(@types/node@22.10.7)(jiti@2.4.2)(rollup@4.30.1)(typescript@5.4.5)(yaml@2.5.1))': dependencies: - '@sentry/browser': 8.50.0 - '@sentry/core': 8.50.0 - '@sentry/node': 8.50.0 + '@sentry/browser': 8.51.0 + '@sentry/core': 8.51.0 + '@sentry/node': 8.51.0 '@sentry/vite-plugin': 2.23.0 astro: 5.1.8(@types/node@22.10.7)(jiti@2.4.2)(rollup@4.30.1)(typescript@5.4.5)(yaml@2.5.1) transitivePeerDependencies: @@ -5777,13 +5777,13 @@ snapshots: '@sentry/babel-plugin-component-annotate@2.23.0': {} - '@sentry/browser@8.50.0': + '@sentry/browser@8.51.0': dependencies: - '@sentry-internal/browser-utils': 8.50.0 - '@sentry-internal/feedback': 8.50.0 - '@sentry-internal/replay': 8.50.0 - '@sentry-internal/replay-canvas': 8.50.0 - '@sentry/core': 8.50.0 + '@sentry-internal/browser-utils': 8.51.0 + '@sentry-internal/feedback': 8.51.0 + '@sentry-internal/replay': 8.51.0 + '@sentry-internal/replay-canvas': 8.51.0 + '@sentry/core': 8.51.0 '@sentry/bundler-plugin-core@2.23.0': dependencies: @@ -5839,9 +5839,9 @@ snapshots: - encoding - supports-color - '@sentry/core@8.50.0': {} + '@sentry/core@8.51.0': {} - '@sentry/node@8.50.0': + '@sentry/node@8.51.0': dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/context-async-hooks': 1.30.1(@opentelemetry/api@1.9.0) @@ -5875,20 +5875,20 @@ snapshots: '@opentelemetry/sdk-trace-base': 1.30.1(@opentelemetry/api@1.9.0) '@opentelemetry/semantic-conventions': 1.28.0 '@prisma/instrumentation': 5.22.0 - '@sentry/core': 8.50.0 - '@sentry/opentelemetry': 8.50.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.30.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.56.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.30.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.28.0) + '@sentry/core': 8.51.0 + '@sentry/opentelemetry': 8.51.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.30.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.56.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.30.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.28.0) import-in-the-middle: 1.12.0 transitivePeerDependencies: - supports-color - '@sentry/opentelemetry@8.50.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.30.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.56.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.30.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.28.0)': + '@sentry/opentelemetry@8.51.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.30.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.56.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.30.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.28.0)': dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0) '@opentelemetry/instrumentation': 0.56.0(@opentelemetry/api@1.9.0) '@opentelemetry/sdk-trace-base': 1.30.1(@opentelemetry/api@1.9.0) '@opentelemetry/semantic-conventions': 1.28.0 - '@sentry/core': 8.50.0 + '@sentry/core': 8.51.0 '@sentry/vite-plugin@2.23.0': dependencies: