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 #1146

Merged
merged 2 commits into from
Mar 12, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 7, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@aws-sdk/client-cognito-identity-provider (source) 3.525.0 -> 3.530.0 age adoption passing confidence
@iconify-json/simple-icons 1.1.94 -> 1.1.95 age adoption passing confidence
@prisma/client (source) 5.10.2 -> 5.11.0 age adoption passing confidence
@prisma/instrumentation (source) 5.10.2 -> 5.11.0 age adoption passing confidence
@prisma/nextjs-monorepo-workaround-plugin (source) 5.10.2 -> 5.11.0 age adoption passing confidence
@sentry/browser (source) 7.105.0 -> 7.106.1 age adoption passing confidence
@sentry/nextjs (source) 7.105.0 -> 7.106.1 age adoption passing confidence
@sentry/node (source) 7.105.0 -> 7.106.1 age adoption passing confidence
@sentry/opentelemetry (source) 7.105.0 -> 7.106.1 age adoption passing confidence
@sentry/opentelemetry-node (source) 7.105.0 -> 7.106.1 age adoption passing confidence
@sentry/profiling-node (source) 7.105.0 -> 7.106.1 age adoption passing confidence
@storybook/addon-webpack5-compiler-swc 1.0.1 -> 1.0.2 age adoption passing confidence
@storybook/test-runner 0.16.0 -> 0.17.0 age adoption passing confidence
@swc/core (source) 1.4.5 -> 1.4.6 age adoption passing confidence
@trpc/client (source) 10.45.1 -> 10.45.2 age adoption passing confidence
@trpc/next (source) 10.45.1 -> 10.45.2 age adoption passing confidence
@trpc/react-query (source) 10.45.1 -> 10.45.2 age adoption passing confidence
@trpc/server (source) 10.45.1 -> 10.45.2 age adoption passing confidence
@turf/helpers 7.0.0-alpha.113 -> 7.0.0-alpha.114 age adoption passing confidence
@types/node (source) 20.11.25 -> 20.11.26 age adoption passing confidence
@types/react (source) 18.2.64 -> 18.2.65 age adoption passing confidence
@types/terraformer__wkt (source) 2.0.2 -> 2.0.3 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.1.1 -> 7.2.0 age adoption passing confidence
@typescript-eslint/parser (source) 7.1.1 -> 7.2.0 age adoption passing confidence
chromatic (source) 11.0.4 -> 11.0.8 age adoption passing confidence
dotenv-cli 7.4.0 -> 7.4.1 age adoption passing confidence
eslint-plugin-codegen 0.25.0 -> 0.26.0 age adoption passing confidence
i18next (source) 23.10.0 -> 23.10.1 age adoption passing confidence
knip (source) 5.0.3 -> 5.0.4 age adoption passing confidence
kysely 0.27.2 -> 0.27.3 age adoption passing confidence
kysely-codegen 0.13.0 -> 0.13.1 age adoption passing confidence
libphonenumber-js 1.10.57 -> 1.10.58 age adoption passing confidence
msw (source) 2.2.2 -> 2.2.3 age adoption passing confidence
prisma (source) 5.10.2 -> 5.11.0 age adoption passing confidence
type-fest 4.11.1 -> 4.12.0 age adoption passing confidence

Release Notes

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

v3.530.0

Compare Source

Features
  • client-cognito-identity-provider: Add ConcurrentModificationException to SetUserPoolMfaConfig (8c9c39b)

3.529.1 (2024-03-08)

Note: Version bump only for package @​aws-sdk/client-cognito-identity-provider

v3.529.1

Compare Source

Note: Version bump only for package @​aws-sdk/client-cognito-identity-provider

v3.529.0

Compare Source

3.529.0(2024-03-07)
Chores
Documentation Changes
  • client-rds: Updates Amazon RDS documentation for io2 storage for Multi-AZ DB clusters (2864eaac)
  • client-workspaces: Added note for user decoupling (c7a2f3f9)
  • client-lambda: Documentation updates for AWS Lambda (2536630e)
  • client-snowball: Doc-only update for change to EKS-Anywhere ordering. (1fef8cbf)
New Features
  • client-grafana: Adds support for the new GrafanaToken as part of the Amazon Managed Grafana Enterprise plugins upgrade to associate your AWS account with a Grafana Labs account. (00943f4c)
  • client-payment-cryptography-data: AWS Payment Cryptography EMV Decrypt Feature Release (9cbbebad)
  • client-ec2: This release adds an optional parameter to RegisterImage and CopyImage APIs to support tagging AMIs at the time of creation. (b6f2e1d5)
  • client-appconfig: AWS AppConfig now supports dynamic parameters, which enhance the functionality of AppConfig Extensions by allowing you to provide parameter values to your Extensions at the time you deploy your configuration. (9159ba22)
  • client-wafv2: You can increase the max request body inspection size for some regional resources. The size setting is in the web ACL association config. Also, the AWSManagedRulesBotControlRuleSet EnableMachineLearning setting now takes a Boolean instead of a primitive boolean type, for languages like Java. (e9ce4e89)

For list of updated packages, view updated-packages.md in assets-3.529.0.zip

prisma/prisma (@​prisma/client)

v5.11.0

Compare Source

Today, we are excited to share the 5.11.0 stable release 🎉

🌟 Help us spread the word about Prisma by starring the repo ☝️ or posting on X about the release.

Highlights
Edge function support for Cloudflare and Vercel (Preview)

We’re thrilled to announce that support for edge function deployments with Prisma ORM is now in Preview 🥳 As of this release, you can deploy your apps that are using Prisma ORM to:

  • Vercel Edge Functions and Vercel Edge Middleware
  • Cloudflare Workers and Cloudflare Pages

In order to deploy to an edge function, you’ll need to use a compatible database driver (along with its Prisma driver adapter):

  • Neon Serverless Driver (for PostgreSQL databases hosted via Neon)
  • PlanetScale Serverless Driver (for MySQL databases hosted via PlanetScale)
  • pg driver (for traditional PostgreSQL databases)
  • @libsql/client driver (for SQLite databases hosted via Turso)

Check out our documentation to learn how you can deploy an edge function using any combination of supported edge function provider and database.

Performance improvements in nested create operations

With Prisma ORM, you can create multiple new records in nested queries, for example:

const user = await prisma.user.update({
  where: { id: 9 },
  data: {
    name: 'Elliott',
    posts: {
      create: {
        data: [{ title: 'My first post' }, { title: 'My second post' }],
      },
    },
  },
})

In previous versions, Prisma ORM would translate this into multiple SQL INSERT queries, each requiring its own roundtrip to the database. As of this release, these nested create queries are optimized and the INSERT queries are sent to the database in bulk in a single roundtrip. These optimizations apply to one-to-many as well as many-to-many relations.

With this change, using the nested create option to create multiple records effectively becomes equivalent to using a nested createMany operation (except that createMany only works with one-to-many relations, whereas create works both with one-to-many and many-to-many).

Note: Only the deepest nested operation is optimized. If a user specified create (1) -> create (2) -> create (3) in their query, only create (3) will be optimized.

Fixes and improvements
Prisma Client
Prisma Migrate
Prisma Engines
getsentry/sentry-javascript (@​sentry/browser)

v7.106.1

Compare Source

  • fix(nextjs/v7): Use passthrough createReduxEnhancer on server (#​11010)

Bundle size 📦

Path Size
@​sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 78.71 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 69.87 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 73.83 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 63.48 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 33.84 KB
@​sentry/browser (incl. browserTracingIntegration) - Webpack (gzipped) 34.88 KB
@​sentry/browser (incl. Feedback) - Webpack (gzipped) 31.44 KB
@​sentry/browser (incl. sendFeedback) - Webpack (gzipped) 31.45 KB
@​sentry/browser - Webpack (gzipped) 22.68 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) 76.98 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 68.4 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 34.2 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 25.11 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 215.54 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 103.35 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 75.38 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 37.38 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 70.25 KB
@​sentry/react - Webpack (gzipped) 22.71 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 89.13 KB
@​sentry/nextjs Client - Webpack (gzipped) 53.3 KB
@​sentry-internal/feedback - Webpack (gzipped) 17.28 KB

v7.106.0

Compare Source

  • feat(nextjs): Support Hybrid Cloud DSNs with tunnelRoute option (#​10958)
  • feat(remix): Add Vite dev-mode support to Express instrumentation (#​10811)
  • fix(core): Undeprecate setTransactionName
  • fix(browser): Don't use chrome variable name (#​10874)
  • fix(nextjs): Client code should not use Node global (#​10925)
  • fix(node): support undici headers as strings or arrays (#​10938)
  • fix(types): Add AttachmentType and use for envelope attachment_type property (#​10946)
  • ref(ember): Avoid namespace import to hopefully resolve minification issue (#​10885)
  • chore(sveltekit): Fix punctuation in a console.log (#​10895)

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

Bundle size 📦
Path Size
@​sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 78.71 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 69.87 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 73.83 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 63.48 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 33.84 KB
@​sentry/browser (incl. browserTracingIntegration) - Webpack (gzipped) 34.88 KB
@​sentry/browser (incl. Feedback) - Webpack (gzipped) 31.44 KB
@​sentry/browser (incl. sendFeedback) - Webpack (gzipped) 31.45 KB
@​sentry/browser - Webpack (gzipped) 22.68 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) 76.98 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 68.4 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 34.2 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 25.11 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 215.54 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 103.35 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 75.38 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 37.38 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 70.25 KB
@​sentry/react - Webpack (gzipped) 22.71 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 89.13 KB
@​sentry/nextjs Client - Webpack (gzipped) 53.3 KB
@​sentry-internal/feedback - Webpack (gzipped) 17.28 KB
storybookjs/addon-webpack5-compiler-swc (@​storybook/addon-webpack5-compiler-swc)

v1.0.2

Compare Source

🐛 Bug Fix
Authors: 1

storybookjs/test-runner (@​storybook/test-runner)

v0.17.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
📝 Documentation
Authors: 6
swc-project/swc (@​swc/core)

v1.4.6

Compare Source

Bug Fixes
Performance
trpc/trpc (@​trpc/client)

v10.45.2

Compare Source

trpc/trpc (@​trpc/next)

v10.45.2

Compare Source

What's Changed

Full Changelog: trpc/trpc@v10.45.1...v10.45.2

trpc/trpc (@​trpc/react-query)

v10.45.2

Compare Source

trpc/trpc (@​trpc/server)

v10.45.2

Compare Source

Turfjs/turf (@​turf/helpers)

v7.0.0-alpha.114

Compare Source

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

v7.2.0

Compare Source

🚀 Features
  • support TS 5.4

  • eslint-plugin: [prefer-string-starts-ends-with] add allowSingleElementEquality option

🩹 Fixes
  • eslint-plugin: expose *-type-checked-only configs for extension

  • eslint-plugin: [member-ordering] report alphabetical sorting for all groups instead of just the first failing group

  • eslint-plugin: [no-var-requires, no-require-imports] support template literal

  • eslint-plugin: [no-useless-template-literals] detect TemplateLiteral

  • eslint-plugin: [no-unnecessary-condition] handle union array and tuple type

  • eslint-plugin: [prefer-find] support ternary branches in prefer-find

❤️ Thank You
  • Arka Pratim Chaudhuri
  • auvred
  • Chris Plummer
  • Fotis Papadogeorgopoulos
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Wayne Zhang
  • YeonJuan

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

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

v7.2.0

Compare Source

🚀 Features
  • support TS 5.4
❤️ Thank You
  • Arka Pratim Chaudhuri
  • auvred
  • Chris Plummer
  • Fotis Papadogeorgopoulos
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Wayne Zhang
  • YeonJuan

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

chromaui/chromatic-cli (chromatic)

v11.0.8

Compare Source

🐛 Bug Fix
Authors: 1

[v11.0.7](https://togithub.com/chromaui/chromatic-cli/blob/HEAD


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 7, 2024 23:28
@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 7, 2024
Copy link

vercel bot commented Mar 7, 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 12, 2024 9:14pm

Copy link

socket-security bot commented Mar 7, 2024

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

Package New capabilities Transitives Size Publisher
npm/@aws-sdk/[email protected] Transitive: environment, filesystem, network, shell +69 5.98 MB aws-sdk-bot
npm/@iconify-json/[email protected] None +1 4.79 MB cyberalien
npm/@sentry/[email protected] network +7 10.1 MB sentry-bot
npm/@sentry/[email protected] Transitive: environment, filesystem, network, shell, unsafe +17 13.3 MB
npm/@sentry/[email protected] environment, filesystem, network, shell, unsafe +4 6.77 MB sentry-bot
npm/@sentry/[email protected] Transitive: environment, filesystem, network, shell, unsafe +8 8.71 MB sentry-bot
npm/@sentry/[email protected] Transitive: environment, filesystem, network, shell, unsafe +8 9.02 MB sentry-bot
npm/@sentry/[email protected] environment, filesystem, shell 0 2.58 MB sentry-bot
npm/@storybook/[email protected] Transitive: environment, filesystem, shell +4 3.92 MB valentinpalkovic
npm/@storybook/[email protected] environment, eval, filesystem, shell, unsafe Transitive: network +65 16.7 MB shilman
npm/@swc/[email protected] environment, filesystem, shell +3 627 kB kdy1
npm/@trpc/[email protected] network Transitive: environment +1 967 kB katt
npm/@trpc/[email protected] Transitive: environment, network +5 4.97 MB katt
npm/@trpc/[email protected] Transitive: environment, network +4 4.86 MB katt
npm/@trpc/[email protected] environment 0 713 kB katt
npm/@turf/[email protected] None 0 170 kB mdfedderly
npm/@types/[email protected] None 0 2.01 MB types
npm/@types/[email protected] None +2 443 kB types
npm/@types/[email protected] None +1 11.1 kB types
npm/@typescript-eslint/[email protected] None +11 5.28 MB jameshenry
npm/@typescript-eslint/[email protected] None +4 1.38 MB jameshenry

🚮 Removed packages: npm/@aws-sdk/[email protected], npm/@iconify-json/[email protected], npm/@prisma/[email protected], npm/@prisma/[email protected], npm/@prisma/[email protected], npm/@sentry/[email protected], npm/@sentry/[email protected], npm/@sentry/[email protected], npm/@sentry/[email protected], npm/@sentry/[email protected], npm/@sentry/[email protected], npm/@storybook/[email protected], npm/@storybook/[email protected], npm/@swc/[email protected], npm/@trpc/[email protected], npm/@trpc/[email protected], npm/@trpc/[email protected], npm/@trpc/[email protected], npm/@turf/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@typescript-eslint/[email protected], npm/@typescript-eslint/[email protected]

View full report↗︎

Copy link
Contributor

github-actions bot commented Mar 8, 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 8, 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 eb3999a. This comment will update as new commits are pushed.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8bb0340 to d51353b Compare March 11, 2024 19:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d51353b to 516d7a3 Compare March 11, 2024 23:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 516d7a3 to d281240 Compare March 12, 2024 02:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d281240 to d9f5837 Compare March 12, 2024 12:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d9f5837 to c13538c Compare March 12, 2024 17:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c13538c to 4c3d5ed Compare March 12, 2024 18:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4b93423 to 6397f49 Compare March 12, 2024 18:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6397f49 to bc40f68 Compare March 12, 2024 18:59
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Copy link

sonarcloud bot commented Mar 12, 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 0fe37d6 into dev Mar 12, 2024
18 checks passed
@kodiakhq kodiakhq bot deleted the renovate/all-minor-patch branch March 12, 2024 21:14
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