Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(app): update all non-major dependencies #1178

Merged
merged 1 commit into from
Mar 22, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 21, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/browser (source) 7.107.0 -> 7.108.0 age adoption passing confidence
@sentry/nextjs (source) 7.107.0 -> 7.108.0 age adoption passing confidence
@sentry/node (source) 7.107.0 -> 7.108.0 age adoption passing confidence
@sentry/opentelemetry (source) 7.107.0 -> 7.108.0 age adoption passing confidence
@sentry/opentelemetry-node (source) 7.107.0 -> 7.108.0 age adoption passing confidence
@sentry/profiling-node (source) 7.107.0 -> 7.108.0 age adoption passing confidence
@tanstack/react-table (source) 8.14.0 -> 8.15.0 age adoption passing confidence
@tanstack/react-table-devtools (source) 8.14.0 -> 8.15.0 age adoption passing confidence
eslint-plugin-codegen 0.27.0 -> 0.28.0 age adoption passing confidence
knip (source) 5.2.1 -> 5.2.2 age adoption passing confidence
msw (source) 2.2.9 -> 2.2.10 age adoption passing confidence

Release Notes

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

v7.108.0

Compare Source

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)
  • feat(core): Backport ResizeObserver and googletag default filters (#​11210)
  • feat(webvitals): Adds event entry names for INP handler. Also guard against empty metric value
  • fix(metrics): use correct statsd data category (#​11187)
  • fix(node): Record local variables with falsy values (v7) (#​11190)
  • fix(node): Use unique variable for ANR context transfer (v7) (#​11162)
  • fix(node): Time zone handling for cron (#​11225)
  • fix(tracing): use web-vitals ttfb calculation (#​11231)
  • fix(types): Fix incorrect sampled type on Transaction (#​11146)
  • fix(webvitals): Fix mapping not being maintained properly and sometimes not sending INP spans (#​11183)

Work in this release contributed by @​quisido and @​joshkel. Thank you for your contributions!

Bundle size 📦

Path Size
@​sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 80.45 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 71.47 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 75.47 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 65.1 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 35.4 KB
@​sentry/browser (incl. browserTracingIntegration) - Webpack (gzipped) 35.29 KB
@​sentry/browser (incl. Feedback) - Webpack (gzipped) 31.49 KB
@​sentry/browser (incl. sendFeedback) - Webpack (gzipped) 31.5 KB
@​sentry/browser - Webpack (gzipped) 22.74 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) 78.55 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 69.97 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 35.77 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 25.17 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 220.29 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 108.1 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 75.48 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 38.99 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 71.96 KB
@​sentry/react - Webpack (gzipped) 22.77 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 89.81 KB
@​sentry/nextjs Client - Webpack (gzipped) 53.95 KB
@​sentry-internal/feedback - Webpack (gzipped) 17.28 KB
TanStack/table (@​tanstack/react-table)

v8.15.0

Compare Source

Version 8.15.0 - 3/22/2024, 1:03 AM

Changes

Feat
Chore
Other
  • Update row.md (bf09ef9) by Kevin Van Cott
  • Update row.md (88ffd01) by Kevin Van Cott
  • Update custom-features.md example link (65af403) by Kevin Van Cott
  • Update custom-features.md (a6235c8) by Kevin Van Cott
  • Update custom-features.md (3e48418) by Kevin Van Cott

Packages

mmkal/eslint-plugin-codegen (eslint-plugin-codegen)

v0.28.0

Compare Source

  • only consider codegen/codegen rules 4aafe14
webpro/knip (knip)

v5.2.2

Compare Source

mswjs/msw (msw)

v2.2.10

Compare Source

v2.2.10 (2024-03-22)
Bug Fixes

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 is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot requested a review from JoeKarow as a code owner March 21, 2024 19:46
@renovate renovate bot added automerge Enable Kodiak auto-merge dependencies Change in project dependencies. kodiak: merge.method = 'squash' Kodiak will squash merge this PR. labels Mar 21, 2024
Copy link

vercel bot commented Mar 21, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
inreach-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 22, 2024 9:48am

Copy link
Contributor

github-actions bot commented Mar 21, 2024

📦 Next.js Bundle Analysis for @weareinreach/app

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

Copy link

alwaysmeticulous bot commented Mar 21, 2024

🤖 No test run has been triggered as your Meticulous project has been deactivated (since you haven't viewed any test results in a while). Click here to reactivate.

Last updated for commit f0ff654. This comment will update as new commits are pushed.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 71ee6fc to daf5f6b Compare March 22, 2024 05:25
@renovate renovate bot changed the title chore(): update dependency knip to v5.2.2 chore(ui): update all non-major dependencies Mar 22, 2024
Copy link

socket-security bot commented Mar 22, 2024

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

Package New capabilities Transitives Size Publisher
npm/@aws-lambda-powertools/[email protected] Transitive: environment +1 167 kB aws-powertools-bot
npm/@aws-sdk/[email protected] Transitive: environment, filesystem, network, shell +69 6.05 MB aws-sdk-bot
npm/@changesets/[email protected] environment, filesystem, shell +22 1.91 MB changesets-release-bot
npm/@crowdin/[email protected] network 0 426 kB andrii.bodnar
npm/@crowdin/[email protected] None 0 22.4 kB andrii.bodnar
npm/@emotion/[email protected] environment +15 3.87 MB emotion-release-bot
npm/@emotion/[email protected] environment +1 67 kB emotion-release-bot
npm/@faker-js/[email protected] None 0 10.2 MB shinigami92
npm/@geometricpanda/[email protected] Transitive: environment, eval, filesystem, network, unsafe +14 3.7 MB geometricpandadev
npm/@googlemaps/[email protected] Transitive: network +2 702 kB google-wombot
npm/@googlemaps/[email protected] None +1 200 kB google-wombot
npm/@hookform/[email protected] environment +15 5.52 MB bluebill1049
npm/@hookform/[email protected] None 0 21.3 kB bluebill1049
npm/@hookform/[email protected] None 0 554 kB bluebill1049
npm/@iconify-icon/[email protected] None 0 19.2 kB cyberalien
npm/@iconify-json/[email protected] None 0 1.01 MB cyberalien
npm/@iconify-json/[email protected] None 0 813 kB cyberalien
npm/@iconify-json/[email protected] None 0 3.49 MB cyberalien
npm/@iconify-json/[email protected] None 0 3.7 MB cyberalien
npm/@iconify-json/[email protected] None 0 4.79 MB cyberalien
npm/@iconify/[email protected] network 0 179 kB cyberalien
npm/@iconify/[email protected] None 0 25.7 kB cyberalien
npm/@iconify/[email protected] Transitive: filesystem +2 456 kB cyberalien
npm/@mantine/[email protected] None 0 144 kB rtivital
npm/@mantine/[email protected] Transitive: environment +19 8.32 MB rtivital
npm/@mantine/[email protected] environment 0 1.16 MB rtivital
npm/@mantine/[email protected] None 0 220 kB rtivital
npm/@mantine/[email protected] environment 0 563 kB rtivital
npm/@mantine/[email protected] None +2 391 kB rtivital
npm/@mantine/[email protected] None 0 102 kB rtivital
npm/@mantine/[email protected] None 0 45.8 kB rtivital
npm/@mantine/[email protected] None 0 86.4 kB rtivital
npm/@next-auth/[email protected] None 0 20.5 kB balazsorban
npm/@next/[email protected] None 0 3.33 kB vercel-release-bot
npm/@next/[email protected] filesystem 0 78.1 kB vercel-release-bot
npm/@next/[email protected] None 0 14.1 kB vercel-release-bot
npm/@octokit/[email protected] Transitive: network +7 5.04 MB octokitbot
npm/@opentelemetry/[email protected] None 0 1.21 MB pichlermarc
npm/@opentelemetry/[email protected] environment, unsafe 0 877 kB pichlermarc
npm/@opentelemetry/[email protected] Transitive: network +5 3.22 MB pichlermarc
npm/@opentelemetry/[email protected] None +2 559 kB pichlermarc
npm/@opentelemetry/[email protected] environment, filesystem, shell 0 503 kB pichlermarc
npm/@opentelemetry/[email protected] Transitive: environment, filesystem, network +13 14.3 MB pichlermarc
npm/@opentelemetry/[email protected] None 0 766 kB pichlermarc
npm/@opentelemetry/[email protected] Transitive: unsafe +3 314 kB pichlermarc
npm/@opentelemetry/[email protected] None 0 1.66 MB pichlermarc
npm/@playwright/[email protected] None 0 25.4 kB yurys
npm/@prisma/[email protected] environment, filesystem, shell 0 8.44 MB prismabot
npm/@prisma/[email protected] environment 0 35.7 kB prismabot
npm/@prisma/[email protected] filesystem 0 18.2 kB prismabot
npm/@snaplet/[email protected] None 0 1.89 MB justinvdm
npm/@snaplet/[email protected] filesystem Transitive: environment, unsafe +49 29.5 MB jgoux
npm/@storybook/[email protected] None +2 55.8 kB shilman
npm/@storybook/[email protected] environment, eval +2 375 kB shilman
npm/@storybook/[email protected] Transitive: environment, eval, filesystem, network, unsafe +59 20 MB yannbf
npm/@storybook/[email protected] Transitive: environment, eval, filesystem, network, unsafe +61 19.6 MB shilman
npm/@storybook/[email protected] None +1 2.15 MB shilman
npm/@storybook/[email protected] environment, eval +2 382 kB shilman
npm/@storybook/[email protected] None 0 16.5 kB shilman
npm/@storybook/[email protected] None 0 3.3 MB valentinpalkovic
npm/@storybook/[email protected] environment, eval +39 6.03 MB shilman
npm/@storybook/[email protected] None 0 73.1 kB shilman
npm/@storybook/[email protected] None +6 1.71 MB yannbf
npm/@storybook/[email protected] environment, network Transitive: eval +5 432 kB shilman
npm/@storybook/[email protected] Transitive: environment, eval, filesystem, network, unsafe +140 13.1 MB shilman
npm/@storybook/[email protected] network +5 895 kB shilman
npm/@storybook/[email protected] Transitive: environment, filesystem, network, unsafe +17 3.86 MB shilman
npm/@storybook/[email protected] environment, eval, filesystem, shell, unsafe Transitive: network +59 14 MB shilman
npm/@storybook/[email protected] Transitive: environment +8 4.03 MB yannbf
npm/@storybook/[email protected] environment +3 759 kB shilman
npm/@storybook/[email protected] Transitive: environment +22 4.84 MB shilman
npm/@swc/[email protected] environment, filesystem, shell +2 398 kB kdy1
npm/@swc/[email protected] None 0 229 kB kdy1
npm/@t3-oss/[email protected] None +1 27.6 kB juliusmarminge
npm/@tanstack/[email protected] environment 0 369 kB tannerlinsley
npm/@tanstack/[email protected] environment +1 1.86 MB tannerlinsley
npm/@tanstack/[email protected] environment +1 3.6 MB tannerlinsley
npm/@terraformer/[email protected] None 0 92.8 kB jgravois
npm/@textea/[email protected] environment +32 24.7 MB pionxzh
npm/@tomfreudenberg/[email protected] None 0 34 kB tom-freudenberg
npm/@total-typescript/[email protected] None 0 11.7 kB mpocock
npm/@trpc/[email protected] network 0 253 kB katt
npm/@trpc/[email protected] None 0 111 kB katt
npm/@trpc/[email protected] None 0 285 kB katt
npm/@trpc/[email protected] environment 0 713 kB katt
npm/@turbo/[email protected] None 0 494 kB turbobot
npm/@turf/[email protected] None 0 170 kB mdfedderly
npm/@tweenjs/[email protected] None 0 161 kB trusktr
npm/@types/[email protected] None 0 143 kB types
npm/@types/[email protected] None 0 2.77 kB types
npm/@types/[email protected] None +2 250 kB types
npm/@types/[email protected] None 0 583 kB types
npm/@types/[email protected] None 0 8.85 kB types
npm/@types/[email protected] None 0 6.31 kB types
npm/@types/[email protected] None +1 77 kB types
npm/@types/[email protected] None 0 3.58 kB types
npm/@types/[email protected] None 0 120 kB types
npm/@types/[email protected] None 0 2.01 MB types
npm/@types/[email protected] None 0 24.1 kB types
npm/@types/[email protected] None 0 14.4 kB types
npm/@types/[email protected] None +1 22.5 kB types
npm/@types/[email protected] None 0 34 kB types
npm/@types/[email protected] None +2 443 kB types
npm/@types/[email protected] None +1 11.1 kB types
npm/@types/[email protected] None 0 3.14 kB types
npm/@types/[email protected] None +1 68.8 kB types
npm/@typescript-eslint/[email protected] None +10 5.33 MB jameshenry
npm/@typescript-eslint/[email protected] None +4 1.38 MB jameshenry
npm/@vercel/[email protected] None 0 190 kB vercel-release-bot
npm/@vercel/[email protected] environment, network +1 165 kB vercel-release-bot
npm/@vercel/[email protected] environment Transitive: network +1 291 kB vercel-release-bot
npm/@vercel/[email protected] filesystem, unsafe 0 16.6 MB vercel-release-bot
npm/@vercel/[email protected] Transitive: environment, network +3 461 kB vercel-release-bot
npm/@vercel/[email protected] None 0 272 kB vercel-release-bot
npm/@welldone-software/[email protected] None 0 334 kB vzaidman
npm/[email protected] None +1 852 kB liuyib
npm/[email protected] None 0 53.2 kB esp
npm/[email protected] None +3 64.5 kB wooorm

🚮 Removed packages: npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

Copy link

socket-security bot commented Mar 22, 2024

🚨 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/@prisma/[email protected]
  • Install script: postinstall
  • Source: node scripts/postinstall.js
Install scripts npm/@prisma/[email protected]
  • Install script: postinstall
  • Source: node scripts/postinstall.js
Install scripts npm/@sentry/[email protected]
  • Install script: install
  • Source: node ./scripts/install.js
Install scripts npm/@vercel/[email protected]
  • Install script: postinstall
  • Source: node scripts/postinstall.mjs
Install scripts npm/@prisma/[email protected]
  • Install script: postinstall
  • Source: node scripts/postinstall.js
Install scripts npm/@prisma/[email protected]
  • Install script: postinstall
  • Source: node scripts/postinstall.js
Install scripts npm/@swc/[email protected]
  • Install script: postinstall
  • Source: node postinstall.js

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/[email protected] or ignore all packages with @SocketSecurity ignore-all

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from daf5f6b to f0ff654 Compare March 22, 2024 09:43
@renovate renovate bot changed the title chore(ui): update all non-major dependencies fix(app): update all non-major dependencies Mar 22, 2024
Copy link

sonarcloud bot commented Mar 22, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@kodiakhq kodiakhq bot merged commit 954421f into dev Mar 22, 2024
23 of 24 checks passed
@kodiakhq kodiakhq bot deleted the renovate/all-minor-patch branch March 22, 2024 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 api 📦 app automerge Enable Kodiak auto-merge dependencies Change in project dependencies. 📦 eslint-config kodiak: merge.method = 'squash' Kodiak will squash merge this PR. 📦 ui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant