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(auth): update all non-major dependencies #854

Merged
merged 1 commit into from
Oct 24, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@aws-sdk/client-cognito-identity-provider (source) 3.431.0 -> 3.433.0 age adoption passing confidence
@crowdin/crowdin-api-client 1.25.0 -> 1.25.1 age adoption passing confidence
@iconify-json/simple-icons 1.1.75 -> 1.1.76 age adoption passing confidence
@prisma/client (source) 5.4.2 -> 5.5.0 age adoption passing confidence
@prisma/instrumentation (source) 5.4.2 -> 5.5.0 age adoption passing confidence
@prisma/nextjs-monorepo-workaround-plugin (source) 5.4.2 -> 5.5.0 age adoption passing confidence
@sentry/nextjs (source) 7.74.1 -> 7.75.0 age adoption passing confidence
@sentry/node (source) 7.74.1 -> 7.75.0 age adoption passing confidence
@sentry/opentelemetry-node (source) 7.74.1 -> 7.75.0 age adoption passing confidence
@types/react (source) 18.2.30 -> 18.2.31 age adoption passing confidence
@typescript-eslint/eslint-plugin 6.8.0 -> 6.9.0 age adoption passing confidence
@typescript-eslint/parser 6.8.0 -> 6.9.0 age adoption passing confidence
chromatic (source) 7.4.0 -> 7.5.0 age adoption passing confidence
eslint (source) 8.51.0 -> 8.52.0 age adoption passing confidence
eslint-plugin-import 2.28.1 -> 2.29.0 age adoption passing confidence
prisma (source) 5.4.2 -> 5.5.0 age adoption passing confidence
react-hook-consent 3.4.0 -> 3.5.1 age adoption passing confidence
superjson 2.0.0 -> 2.2.0 age adoption passing confidence
zod-prisma-types 2.7.13 -> 2.8.1 age adoption passing confidence
zustand 4.4.3 -> 4.4.4 age adoption passing confidence

Release Notes

aws/aws-sdk-js-v3 (@​aws-sdk/client-cognito-identity-provider)

v3.433.0

Compare Source

Bug Fixes
crowdin/crowdin-api-client-js (@​crowdin/crowdin-api-client)

v1.25.1

Compare Source

What's Changed

New Contributors

Full Changelog: crowdin/crowdin-api-client-js@1.25.0...1.25.1

prisma/prisma (@​prisma/client)

v5.5.0

Compare Source

🌟 Help us spread the word about Prisma by starring the repo or tweeting about the release. 🌟

Highlights
Serverless database drivers improvements and request for feedback (Preview)

In version 5.4.0, we released driverAdapters into Preview. The driverAdapter feature enables Prisma Client to access your database using other JavaScript or Serverless database drivers such as Neon, PlanetScale, and Turso.

The driver adapters allow Prisma Client to connect to your database using protocols besides TCP, such as HTTP (PlanetScale and Turso) and WebSockets (Neon). You can learn more about the Preview feature from the announcement blog post.

In this release, we focused our efforts on fixing bugs and improving the stability of the Preview feature.

We encourage you to try it out and share your feedback to help us move it to General Availability in either of the following GitHub discussions:

New flags for the prisma init command

This release introduces 3 new flags you can provide when initializing Prisma in your project using the prisma init command:

  • --generator-provider: Defines the default generator to use
  • --preview-features: Specifies the default Preview features to use in your project
  • --output: Specifies the default output location for the generated client
Fixes and improvements
Prisma CLI
Prisma Client
Credits

Huge thanks to @​onichandame, @​fqazi, @​KhooHaoYit, @​alencardc, @​Oreilles, @​christianledgard, @​skyzh, @​alula, @​michaelpoellath, @​lukahartwig, @​steebchen, @​icanipa, @​jiashengguo, @​stephenwade for helping!

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

v7.75.0

Compare Source

Important Changes
  • feat(opentelemetry): Add new @sentry/opentelemetry package (#​9238)

This release publishes a new package, @sentry/opentelemetry. This is a runtime agnostic replacement for @sentry/opentelemetry-node and exports a couple of useful utilities which can be used to use Sentry together with OpenTelemetry.

You can read more about @​sentry/opentelemetry in the Readme.

  • feat(replay): Allow to treeshake rrweb features (#​9274)

Starting with this release, you can configure the following build-time flags in order to reduce the SDK bundle size:

  • __RRWEB_EXCLUDE_CANVAS__
  • __RRWEB_EXCLUDE_IFRAME__
  • __RRWEB_EXCLUDE_SHADOW_DOM__

You can read more about tree shaking in our docs.

Other Changes
  • build(deno): Prepare Deno SDK for release on npm (#​9281)
  • feat: Remove tslib (#​9299)
  • feat(node): Add abnormal session support for ANR (#​9268)
  • feat(node): Remove lru_map dependency (#​9300)
  • feat(node): Vendor cookie module (#​9308)
  • feat(replay): Share performance instrumentation with tracing (#​9296)
  • feat(types): Add missing Profiling types (macho debug image, profile measurements, stack frame properties) (#​9277)
  • feat(types): Add statsd envelope types (#​9304)
  • fix(astro): Add integration default export to types entry point (#​9337)
  • fix(astro): Convert SDK init file import paths to POSIX paths (#​9336)
  • fix(astro): Make Replay and BrowserTracing integrations tree-shakeable (#​9287)
  • fix(integrations): Fix transaction integration (#​9334)
  • fix(nextjs): Restore autoInstrumentMiddleware functionality (#​9323)
  • fix(nextjs): Guard for case where getInitialProps may return undefined (#​9342)
  • fix(node-experimental): Make node-fetch support optional (#​9321)
  • fix(node): Check buffer length when attempting to parse ANR frame (#​9314)
  • fix(replay): Fix xhr start timestamps (#​9341)
  • fix(tracing-internal): Remove query params from urls with a trailing slash (#​9328)
  • fix(types): Remove typo with CheckInEnvelope (#​9303)

Bundle size 📦

Path Size
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 82.66 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 71.77 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 30.94 KB
@​sentry/browser - Webpack (gzipped) 21.26 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 73.03 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 28.93 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 21.09 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 233.81 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 87.77 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 62.76 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 31.71 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 83.05 KB
@​sentry/react - Webpack (gzipped) 21.29 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 99.43 KB
@​sentry/nextjs Client - Webpack (gzipped) 47.83 KB
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.9.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-confusing-void-expression] handle unfixable cases (#​7674) (7e52f27)
  • eslint-plugin: [no-unsafe-return] allow returning anything if explicitly returning any (#​7708) (c6124b2)
Features
  • eslint-plugin: [max-params] don't count this: void parameter (#​7696) (6398d3f), closes #​7538
  • eslint-plugin: [naming-convention] add support for default and namespace imports (#​7269) (bb15aae)
  • eslint-plugin: [no-restricted-imports] support import = require (#​7709) (4c8edcf)
  • eslint-plugin: [no-unsafe-enum-comparison] add switch suggestion (#​7691) (53d5263), closes #​7643
  • eslint-plugin: [prefer-readonly] private fields support (#​7686) (0e875bf)

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v6.9.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

chromaui/chromatic-cli (chromatic)

v7.5.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Authors: 1

eslint/eslint (eslint)

v8.52.0

Compare Source

Features

  • 70648ee feat: report-unused-disable-directive to report unused eslint-enable (#​17611) (Yosuke Ota)

Bug Fixes

  • 5de9637 fix: Ensure shared references in rule configs are separated (#​17666) (Nicholas C. Zakas)
  • dcfe573 fix: add preceding semicolon in suggestions of no-object-constructor (#​17649) (Francesco Trotta)

Documentation

  • 476d58a docs: Add note about invalid CLI flags when using flat config. (#​17664) (Nicholas C. Zakas)
  • 660ed3a docs: Plugin flat config migration guide (#​17640) (Nicholas C. Zakas)
  • a58aa20 docs: fix examples for several rules (#​17645) (Milos Djermanovic)
  • 179929b docs: Remove trailing newline from the code of Playground links (#​17641) (Francesco Trotta)
  • f8e5c30 docs: Update README (GitHub Actions Bot)
  • b7ef2f3 docs: Enable pretty code formatter output (#​17635) (Nicholas C. Zakas)
  • 0bcb9a8 docs: Fix syntax errors in rule examples (#​17633) (Francesco Trotta)
  • 61b9083 docs: Make no-continue example code work (#​17643) (Zhongyuan Zhou)
  • 9fafe45 docs: upgrade to 11ty 2.0 (#​17632) (Percy Ma)
  • ff8e4bf docs: Update README (GitHub Actions Bot)
  • fab249a docs: Update README (GitHub Actions Bot)
  • 392305b docs: Update no-irregular-whitespace and fix examples (#​17626) (Francesco Trotta)
  • 6b8acfb docs: Add real whitespace to no-trailing-spaces examples (#​17630) (Francesco Trotta)
  • 1000187 docs: Fix examples in unicode-bom (#​17631) (Francesco Trotta)
  • 000290c docs: Update README (GitHub Actions Bot)

Chores

import-js/eslint-plugin-import (eslint-plugin-import)

v2.29.0

Compare Source

Added
lukaskupczyk/react-hook-consent (react-hook-consent)

v3.5.1

Compare Source

What's Changed

Full Changelog: lukaskupczyk/react-hook-consent@v3.5.0...v3.5.1

v3.5.0

Compare Source

What's Changed

Full Changelog: lukaskupczyk/react-hook-consent@v3.4.0...v3.5.0

blitz-js/superjson (superjson)

v2.2.0

Compare Source

What's Changed

Full Changelog: flightcontrolhq/superjson@v2.1.0...v2.2.0

v2.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: flightcontrolhq/superjson@v2.0.0...v2.1.0

chrishoermann/zod-prisma-types (zod-prisma-types)

v2.8.1: 2.8.1

Compare Source

What's changed

  • fixed problem with omit and comment as stated in #​185

Full Changelog: chrishoermann/zod-prisma-types@v2.8.0...v2.8.1

v2.8.0: 2.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: chrishoermann/zod-prisma-types@v2.7.13...v2.8.0

pmndrs/zustand (zustand)

v4.4.4

Compare Source

There was a tiny issue in v4.4.3, which broke with some bundlers, which this version fixes.

What's Changed

Full Changelog: pmndrs/zustand@v4.4.3...v4.4.4


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 October 20, 2023 16:33
@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 Oct 20, 2023
@vercel
Copy link

vercel bot commented Oct 20, 2023

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 Oct 24, 2023 1:09pm

@ghost
Copy link

ghost commented Oct 20, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

@github-actions
Copy link
Contributor

github-actions bot commented Oct 20, 2023

📦 Next.js Bundle Analysis for @weareinreach/app

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

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 405.76 KB (🟡 +295 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

Twenty-two Pages Changed Size

The following pages changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load % of Budget (575 KB)
/ 116.85 KB 522.61 KB 90.89% (+/- <0.01%)
/401 8.81 KB 414.57 KB 72.10% (+/- <0.01%)
/403 529 B 406.28 KB 70.66% (+/- <0.01%)
/404 21.51 KB 427.28 KB 74.31% (+/- <0.01%)
/500 21.8 KB 427.57 KB 74.36% (+/- <0.01%)
/_error 659 B 406.41 KB 70.68% (+/- <0.01%)
/account 1.25 KB 407.01 KB 70.78% (+/- <0.01%)
/account/reviews 1.26 KB 407.02 KB 70.79% (+/- <0.01%)
/admin 131.82 KB 537.58 KB 93.49% (+/- <0.01%)
/admin/quicklink 901 B 406.64 KB 70.72% (+/- <0.01%)
/admin/quicklink/email 38.63 KB 444.4 KB 77.29% (+/- <0.01%)
/admin/quicklink/phone 38.64 KB 444.4 KB 77.29% (+/- <0.01%)
/admin/quicklink/services 38.46 KB 444.22 KB 77.26% (+/- <0.01%)
/org/[slug] 124.81 KB 530.58 KB 92.27% (🟡 +0.01%)
/org/[slug]/[orgLocationId] 119.44 KB 525.21 KB 91.34% (+/- <0.01%)
/org/[slug]/[orgLocationId]/edit 118.94 KB 524.71 KB 91.25% (🟡 +0.01%)
/org/[slug]/edit 124.1 KB 529.86 KB 92.15% (+/- <0.01%)
/org/[slug]/remote 89.64 KB 495.41 KB 86.16% (+/- <0.01%)
/search/[...params] 105.21 KB 510.98 KB 88.87% (+/- <0.01%)
/search/intl/[country] 104.67 KB 510.44 KB 88.77% (🟡 +0.01%)
/suggest 187.12 KB 592.88 KB 103.11% (+/- <0.01%)
/support 5.63 KB 411.39 KB 71.55% (+/- <0.01%)
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.

@alwaysmeticulous
Copy link

alwaysmeticulous bot commented Oct 20, 2023

🤖 Meticulous spotted visual differences in 24 of 232 screens tested: view and approve differences detected.

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

@socket-security
Copy link

socket-security bot commented Oct 20, 2023

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

Packages Version New capabilities Transitives Size Publisher
chromatic 7.5.0 None +0 8.1 MB ghengeveld
prisma 5.4.2...5.5.0 None +0/-0 13.9 MB
zod-prisma-types 2.7.13...2.8.1 None +0/-0 536 kB chris_hoermann

🚮 Removed packages: [email protected]

@renovate renovate bot changed the title fix(crowdin): update all non-major dependencies fix(auth): update all non-major dependencies Oct 21, 2023
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@sonarcloud
Copy link

sonarcloud bot commented Oct 24, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@kodiakhq kodiakhq bot merged commit de81b55 into dev Oct 24, 2023
20 of 22 checks passed
@kodiakhq kodiakhq bot deleted the renovate/all-minor-patch branch October 24, 2023 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant