brave / brave-core-crx-packager

Mozilla Public License 2.0
41 stars 35 forks source link

fix(deps): update dependency @sentry/node to v7.119.2 #996

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/node (source) 7.119.1 -> 7.119.2 age adoption passing confidence

Release Notes

getsentry/sentry-javascript (@​sentry/node) ### [`v7.119.2`](https://redirect.github.com/getsentry/sentry-javascript/releases/tag/7.119.2) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/7.119.1...7.119.2) - chore(nextjs/v7): Bump rollup to 2.79.2 #### Bundle size 📦 | Path | Size | | ---------------------------------------------------------------------------------- | ----------------- | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay, Feedback) - Webpack (gzipped) | 80.96 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) - Webpack (gzipped) | 71.9 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay with Canvas) - Webpack (gzipped) | 76.15 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) | 65.53 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing) - Webpack (gzipped) | 35.78 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. browserTracingIntegration) - Webpack (gzipped) | 35.67 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. Feedback) - Webpack (gzipped) | 31.71 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. sendFeedback) - Webpack (gzipped) | 31.73 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) - Webpack (gzipped) | 22.92 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) | 79.18 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) | 70.5 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (gzipped) | 36.17 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) - ES6 CDN Bundle (gzipped) | 25.42 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) | 221.94 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) | 109.54 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) - ES6 CDN Bundle (minified & uncompressed) | 76.26 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing) - ES5 CDN Bundle (gzipped) | 39.45 KB | | [@​sentry/react](https://redirect.github.com/sentry/react) (incl. Tracing, Replay) - Webpack (gzipped) | 72.4 KB | | [@​sentry/react](https://redirect.github.com/sentry/react) - Webpack (gzipped) | 22.95 KB | | [@​sentry/nextjs](https://redirect.github.com/sentry/nextjs) Client (incl. Tracing, Replay) - Webpack (gzipped) | 90.16 KB | | [@​sentry/nextjs](https://redirect.github.com/sentry/nextjs) Client - Webpack (gzipped) | 54.28 KB | | [@​sentry-internal/feedback](https://redirect.github.com/sentry-internal/feedback) - Webpack (gzipped) | 17.34 KB |

Configuration

📅 Schedule: Branch creation - " 0-4 * 3" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» 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.



This PR was generated by Mend Renovate. View the repository job log.

github-actions[bot] commented 1 month ago

[puLL-Merge] - getsentry/sentry-javascript@7.119.1..7.119.2

Description

This pull request updates the version number from 7.119.1 to 7.119.2 across multiple packages in the Sentry JavaScript SDK. It also includes a minor change in the NextJS package, bumping the rollup version to 2.79.2.

Changes ### Changes 1. `CHANGELOG.md`: - Added an entry for version 7.119.2 - Noted the rollup version bump for NextJS 2. Package version updates: - Updated the version from 7.119.1 to 7.119.2 in the `package.json` files of numerous packages, including: - browser-integration-tests - e2e-tests - node-integration-tests - overhead-metrics - rollup-utils - angular-ivy - angular - astro - browser - bun - core - deno - ember - eslint-config-sdk - eslint-plugin-sdk - feedback - gatsby - hub - integration-shims - integrations - nextjs - node-experimental - node - opentelemetry-node - opentelemetry - profiling-node - react - remix - replay-canvas - replay-worker - replay - serverless - svelte - sveltekit - tracing-internal - tracing - types - typescript - utils - vercel-edge - vue - wasm 3. `packages/core/src/version.ts`: - Updated `SDK_VERSION` to '7.119.2' 4. `packages/nextjs/package.json`: - Updated rollup dependency from 2.78.0 to 2.79.2 This appears to be a routine version bump across the entire Sentry JavaScript SDK ecosystem, with a minor dependency update for the NextJS package.