octochangelog / octochangelog-webapp

Compare GitHub changelogs across multiple releases in a single view.
https://octochangelog.com
MIT License
52 stars 9 forks source link

Update dependency @sentry/nextjs to v7.109.0 #2342

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/nextjs (source) 7.107.0 -> 7.109.0 age adoption passing confidence

Release Notes

getsentry/sentry-javascript (@​sentry/nextjs) ### [`v7.109.0`](https://togithub.com/getsentry/sentry-javascript/releases/tag/7.109.0) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.108.0...7.109.0) This release deprecates some exports from the `@sentry/replay` package. These exports have been moved to the browser SDK (or related framework SDKs like `@sentry/react`). - feat(feedback): Make "required" text for input elements configurable ([#​11287](https://togithub.com/getsentry/sentry-javascript/issues/11287)) - feat(node): Add scope to ANR events ([#​11267](https://togithub.com/getsentry/sentry-javascript/issues/11267)) - feat(replay): Bump `rrweb` to 2.12.0 ([#​11317](https://togithub.com/getsentry/sentry-javascript/issues/11317)) - fix(node): Local variables skipped after Promise ([#​11248](https://togithub.com/getsentry/sentry-javascript/issues/11248)) - fix(node): Skip capturing Hapi Boom error responses ([#​11324](https://togithub.com/getsentry/sentry-javascript/issues/11324)) - fix(web-vitals): Check for undefined navigation entry ([#​11312](https://togithub.com/getsentry/sentry-javascript/issues/11312)) - ref(replay): Deprecate `@sentry/replay` exports ([#​11242](https://togithub.com/getsentry/sentry-javascript/issues/11242)) Work in this release contributed by [@​soerface](https://togithub.com/soerface). Thank you for your contribution! #### Bundle size 📦 | Path | Size | | ---------------------------------------------------------------------------------- | ----------------- | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay, Feedback) - Webpack (gzipped) | 80.48 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - Webpack (gzipped) | 71.47 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay with Canvas) - Webpack (gzipped) | 75.49 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) | 65.11 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - Webpack (gzipped) | 35.41 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. browserTracingIntegration) - Webpack (gzipped) | 35.29 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Feedback) - Webpack (gzipped) | 31.52 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. sendFeedback) - Webpack (gzipped) | 31.53 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - Webpack (gzipped) | 22.74 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) | 78.59 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) | 69.97 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (gzipped) | 35.77 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (gzipped) | 25.17 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) | 220.31 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) | 108.12 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (minified & uncompressed) | 75.48 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES5 CDN Bundle (gzipped) | 39 KB | | [@​sentry/react](https://togithub.com/sentry/react) (incl. Tracing, Replay) - Webpack (gzipped) | 71.97 KB | | [@​sentry/react](https://togithub.com/sentry/react) - Webpack (gzipped) | 22.77 KB | | [@​sentry/nextjs](https://togithub.com/sentry/nextjs) Client (incl. Tracing, Replay) - Webpack (gzipped) | 89.81 KB | | [@​sentry/nextjs](https://togithub.com/sentry/nextjs) Client - Webpack (gzipped) | 53.95 KB | | [@​sentry-internal/feedback](https://togithub.com/sentry-internal/feedback) - Webpack (gzipped) | 17.3 KB | ### [`v7.108.0`](https://togithub.com/getsentry/sentry-javascript/releases/tag/7.108.0) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.107.0...7.108.0) This release fixes issues with Time to First Byte (TTFB) calculation in the SDK that was introduced with `7.95.0`. It also fixes some bugs with Interaction to First Paint (INP) instrumentation. This may impact your Sentry Performance Score calculation. - feat(serverless): Add Node.js 20 to compatible runtimes ([#​11104](https://togithub.com/getsentry/sentry-javascript/issues/11104)) - feat(core): Backport `ResizeObserver` and `googletag` default filters ([#​11210](https://togithub.com/getsentry/sentry-javascript/issues/11210)) - feat(webvitals): Adds event entry names for INP handler. Also guard against empty metric value - fix(metrics): use correct statsd data category ([#​11187](https://togithub.com/getsentry/sentry-javascript/issues/11187)) - fix(node): Record local variables with falsy values (v7) ([#​11190](https://togithub.com/getsentry/sentry-javascript/issues/11190)) - fix(node): Use unique variable for ANR context transfer (v7) ([#​11162](https://togithub.com/getsentry/sentry-javascript/issues/11162)) - fix(node): Time zone handling for `cron` ([#​11225](https://togithub.com/getsentry/sentry-javascript/issues/11225)) - fix(tracing): use web-vitals ttfb calculation ([#​11231](https://togithub.com/getsentry/sentry-javascript/issues/11231)) - fix(types): Fix incorrect `sampled` type on `Transaction` ([#​11146](https://togithub.com/getsentry/sentry-javascript/issues/11146)) - fix(webvitals): Fix mapping not being maintained properly and sometimes not sending INP spans ([#​11183](https://togithub.com/getsentry/sentry-javascript/issues/11183)) Work in this release contributed by [@​quisido](https://togithub.com/quisido) and [@​joshkel](https://togithub.com/joshkel). Thank you for your contributions! #### Bundle size 📦 | Path | Size | | ---------------------------------------------------------------------------------- | ----------------- | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay, Feedback) - Webpack (gzipped) | 80.45 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - Webpack (gzipped) | 71.47 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay with Canvas) - Webpack (gzipped) | 75.47 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) | 65.1 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - Webpack (gzipped) | 35.4 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. browserTracingIntegration) - Webpack (gzipped) | 35.29 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Feedback) - Webpack (gzipped) | 31.49 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. sendFeedback) - Webpack (gzipped) | 31.5 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - Webpack (gzipped) | 22.74 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) | 78.55 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) | 69.97 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (gzipped) | 35.77 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (gzipped) | 25.17 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) | 220.29 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) | 108.1 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (minified & uncompressed) | 75.48 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES5 CDN Bundle (gzipped) | 38.99 KB | | [@​sentry/react](https://togithub.com/sentry/react) (incl. Tracing, Replay) - Webpack (gzipped) | 71.96 KB | | [@​sentry/react](https://togithub.com/sentry/react) - Webpack (gzipped) | 22.77 KB | | [@​sentry/nextjs](https://togithub.com/sentry/nextjs) Client (incl. Tracing, Replay) - Webpack (gzipped) | 89.81 KB | | [@​sentry/nextjs](https://togithub.com/sentry/nextjs) Client - Webpack (gzipped) | 53.95 KB | | [@​sentry-internal/feedback](https://togithub.com/sentry-internal/feedback) - Webpack (gzipped) | 17.28 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.



This PR has been generated by Mend Renovate. View repository job log here.

socket-security[bot] commented 3 months ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@sentry/nextjs@7.109.0 environment, filesystem, network Transitive: shell, unsafe +37 16.8 MB sentry-bot
npm/cypress@13.7.0 environment, filesystem, shell, unsafe Transitive: eval, network +71 13 MB cypress-npm-publisher
npm/downshift@8.5.0 environment +2 3.2 MB silviuaavram
npm/eslint-config-next@14.1.4 unsafe Transitive: environment, eval, filesystem, shell +101 14.7 MB vercel-release-bot
npm/eslint-config-prettier@9.1.0 None 0 20.8 kB lydell
npm/eslint-plugin-cypress@2.15.1 None +1 99.9 kB cypress-npm-publisher
npm/eslint-plugin-jest-formatting@3.1.0 None 0 75.6 kB dangreenleipciger
npm/eslint-plugin-jest@27.9.0 filesystem Transitive: environment +25 3.17 MB simenb
npm/eslint-plugin-unicorn@51.0.1 Transitive: environment, eval, filesystem, unsafe +30 8.3 MB sindresorhus
npm/eslint@8.57.0 environment, filesystem Transitive: eval, shell, unsafe +54 9.71 MB eslintbot
npm/express@4.19.2 environment, filesystem, network Transitive: eval +19 863 kB wesleytodd
npm/framer-motion@11.0.23 environment 0 2.43 MB popmotion
npm/happo-cypress@4.1.3 None 0 13.1 kB trotzig
npm/happo-e2e@2.4.1 Transitive: environment, filesystem, network +21 2.53 MB trotzig
npm/happo.io@9.1.2 environment, network Transitive: eval, filesystem, shell, unsafe +114 21.9 MB trotzig
npm/husky@9.0.11 environment, filesystem, shell 0 3.61 kB typicode
npm/jest-environment-jsdom@29.7.0 Transitive: environment, eval, filesystem, network, shell, unsafe +59 6.02 MB simenb
npm/jest@29.7.0 Transitive: environment, eval, filesystem, network, shell, unsafe +169 15.8 MB simenb
npm/js-cookie@3.0.5 None 0 26.2 kB carhartl
npm/lint-staged@15.2.2 Transitive: environment, filesystem, shell +16 962 kB okonet

🚮 Removed packages: npm/@sentry/nextjs@7.107.0, npm/react-dom@18.2.0, npm/react@18.2.0, npm/semver@7.6.0, npm/typescript@5.4.3

View full report↗︎

socket-security[bot] commented 3 months ago

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSource
Install scripts npm/cypress@13.7.0
  • Install script: postinstall
  • Source: node index.js --exec install

View full report↗︎

Next steps

What is an install script?

Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.

Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0 or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore npm/cypress@13.7.0
cypress[bot] commented 3 months ago

Passing run #7847 ↗︎

0 7 0 0 Flakiness 0

Details:

Update dependency @sentry/nextjs to v7.109.0
Project: Octochangelog Webapp Commit: e2e9e6f11f
Status: Passed Duration: 01:27 💡
Started: Apr 1, 2024 4:05 PM Ended: Apr 1, 2024 4:06 PM

Review all test suite changes for PR #2342 ↗︎