codedang icon indicating copy to clipboard operation
codedang copied to clipboard

fix(deps): update all non-major dependencies

Open renovate[bot] opened this issue 9 months ago • 1 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@apollo/client (source) ^3.10.3 -> ^3.10.4 age adoption passing confidence dependencies patch
@aws-sdk/client-s3 (source) ^3.572.0 -> ^3.577.0 age adoption passing confidence devDependencies minor
@aws-sdk/client-s3 (source) ^3.572.0 -> ^3.577.0 age adoption passing confidence dependencies minor
@aws-sdk/client-ses (source) ^3.572.0 -> ^3.577.0 age adoption passing confidence dependencies minor
@aws-sdk/credential-provider-node (source) ^3.572.0 -> ^3.577.0 age adoption passing confidence dependencies minor
@hookform/resolvers (source) ^3.3.4 -> ^3.4.0 age adoption passing confidence dependencies minor
@opentelemetry/instrumentation-express (source) ^0.38.0 -> ^0.39.0 age adoption passing confidence dependencies minor
@prisma/client (source) ^5.13.0 -> ^5.14.0 age adoption passing confidence dependencies minor
@prisma/instrumentation (source) ~5.13.0 -> ~5.14.0 age adoption passing confidence dependencies minor
@tanstack/react-query (source) ^5.35.1 -> ^5.36.2 age adoption passing confidence dependencies minor
@tanstack/react-table (source) ^8.16.0 -> ^8.17.3 age adoption passing confidence dependencies minor
@types/node (source) ^20.12.11 -> ^20.12.12 age adoption passing confidence devDependencies patch
@types/react (source) ^18.3.1 -> ^18.3.2 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) ^7.8.0 -> ^7.9.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) ^7.8.0 -> ^7.9.0 age adoption passing confidence devDependencies minor
aws (source) 5.48.0 -> 5.49.0 age adoption passing confidence required_provider minor
chai-as-promised ^7.1.1 -> ^7.1.2 age adoption passing confidence devDependencies patch
framer-motion ^11.1.9 -> ^11.2.2 age adoption passing confidence dependencies minor
github.com/aws/aws-sdk-go-v2 v1.26.1 -> v1.26.2 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/config v1.27.12 -> v1.27.14 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/credentials v1.17.12 -> v1.17.14 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.1 -> v1.16.2 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/s3 v1.53.2 -> v1.54.1 age adoption passing confidence require minor
isomorphic-dompurify ^2.9.0 -> ^2.10.0 age adoption passing confidence dependencies minor
knip (source) ^5.13.0 -> ^5.16.0 age adoption passing confidence devDependencies minor
lefthook ^1.6.10 -> ^1.6.11 age adoption passing confidence devDependencies patch
node 20.13.0-alpine -> 20.13.1-alpine age adoption passing confidence final patch
node 20.13.0-alpine -> 20.13.1-alpine age adoption passing confidence stage patch
pnpm (source) 9.1.0 -> 9.1.1 age adoption passing confidence packageManager patch
prisma (source) ^5.13.0 -> ^5.14.0 age adoption passing confidence devDependencies minor

Release Notes

apollographql/apollo-client (@​apollo/client)

v3.10.4

Compare Source

Patch Changes
  • #​11838 8475346 Thanks @​alex-kinokon! - Don’t prompt for DevTools installation for browser extension page

  • #​11839 6481fe1 Thanks @​jerelmiller! - Fix a regression in 3.9.5 where a merge function that returned an incomplete result would not allow the client to refetch in order to fulfill the query.

  • #​11844 86984f2 Thanks @​jerelmiller! - Honor the @nonreactive directive when using cache.watchFragment or the useFragment hook to avoid rerendering when using these directives.

  • #​11824 47ad806 Thanks @​phryneas! - Create branded QueryRef type without exposed properties.

    This change deprecates QueryReference in favor of a QueryRef type that doesn't expose any properties. This change also updates preloadQuery to return a new PreloadedQueryRef type, which exposes the toPromise function as it does today. This means that query refs produced by useBackgroundQuery and useLoadableQuery now return QueryRef types that do not have access to a toPromise function, which was never meant to be used in combination with these hooks.

    While we tend to avoid any types of breaking changes in patch releases as this, this change was necessary to support an upcoming version of the React Server Component integration, which needed to omit the toPromise function that would otherwise have broken at runtime. Note that this is a TypeScript-only change. At runtime, toPromise is still present on all queryRefs currently created by this package - but we strongly want to discourage you from accessing it in all cases except for the PreloadedQueryRef use case.

    Migration is as simple as replacing all references to QueryReference with QueryRef, so it should be possible to do this with a search & replace in most code bases:

    -import { QueryReference } from '@​apollo/client'
    +import { QueryRef } from '@​apollo/client'
    
    - function Component({ queryRef }: { queryRef: QueryReference<TData> }) {
    + function Component({ queryRef }: { queryRef: QueryRef<TData> }) {
      // ...
    }
    
  • #​11845 4c5c820 Thanks @​jerelmiller! - Remove @nonreactive directives from queries passed to MockLink to ensure they are properly matched.

  • #​11837 dff15b1 Thanks @​jerelmiller! - Fix an issue where a polled query created in React strict mode may not stop polling after the component unmounts while using the cache-and-network fetch policy.

aws/aws-sdk-js-v3 (@​aws-sdk/client-s3)

v3.577.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

v3.576.0

Compare Source

Features
  • client-s3: Updated a few x-id in the http uri traits (dcde25a)

v3.575.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

v3.574.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

aws/aws-sdk-js-v3 (@​aws-sdk/client-ses)

v3.577.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-ses

v3.576.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-ses

v3.575.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-ses

v3.574.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-ses

aws/aws-sdk-js-v3 (@​aws-sdk/credential-provider-node)

v3.577.0

Compare Source

Note: Version bump only for package @​aws-sdk/credential-provider-node

v3.576.0

Compare Source

Note: Version bump only for package @​aws-sdk/credential-provider-node

v3.575.0

Compare Source

Note: Version bump only for package @​aws-sdk/credential-provider-node

react-hook-form/resolvers (@​hookform/resolvers)

v3.4.0

Compare Source

open-telemetry/opentelemetry-js-contrib (@​opentelemetry/instrumentation-express)

v0.39.0

Compare Source

prisma/prisma (@​prisma/client)

v5.14.0

Compare Source

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

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

Highlights
Share your feedback about Prisma ORM

We want to know how you like working with Prisma ORM in your projects! Please take our 2min survey and let us know what you like or where we can improve 🙏

createManyAndReturn()

We’re happy to announce the availability of a new, top-level Prisma Client query: createManyAndReturn(). It works similarly to createMany() but uses a RETURNING clause in the SQL query to retrieve the records that were just created.

Here’s an example of creating multiple posts and then immediately returning those posts.

const postBodies = req.json()['posts']

const posts = prisma.post.createManyAndReturn({
	data: postBodies
});

return posts

Additionally,createManyAndReturn() supports the same options as findMany(), such as the ability to return only specific fields.

const postBodies = req.json()['posts']

const postTitles = prisma.post.createManyAndReturn({
	data: postBodies,
	select: {
	  title: true,
	},
});

return postTitles

Note: Because createManyAndReturn() uses the RETURNING clause, it is only supported by PostgreSQL, CockroachDB, and SQLite databases. At this time, relationLoadStrategy: join is not supported in createManyAndReturn() queries.

MongoDB performance improvements

Previously, Prisma ORM suffered from performance issues when using the in operator or when including related models in queries against a MongoDB database. These queries were translated by the Prisma query engine in such a way that indexes were skipped and collection scans were used, leading to slower queries especially on large datasets.

With 5.14.0, Prisma ORM now rewrites queries to use a combination of $or and $eq operators, leading to dramatic performance increases for queries that include in operators or relation loading.

Fixes and improvements
Prisma Client
Prisma Migrate
Language tools (e.g. VS Code)
Company news
Prisma Changelog

Curious about all things Prisma? Be sure to check out the Prisma Changelog for updates across Prisma's products, including ORM, Accelerate, and Pulse!

Credits

Huge thanks to @​pranayat, @​yubrot, @​skyzh, @​anuraaga, @​gutyerrez, @​avallete, @​ceddy4395, @​Kayoshi-dev for helping!

TanStack/query (@​tanstack/react-query)

v5.36.2

Compare Source

v5.36.1

Compare Source

Version 5.36.1 - 5/15/2024, 2:22 PM

Changes

Fix
  • types: make TVariables default to unknown on Mutation (#​7433) (c2861c4) by Dominik Dorfmeister
Docs
  • not using useState in creating queryClient when use ReactQueryStreamedHydration in suspense-example (#​7431) (3a9e046) by polee
Other
  • Update overview.md (10c7527) by Tanner Linsley

Packages

v5.36.0

Compare Source

v5.35.5

Compare Source

v5.35.4

Compare Source

Version 5.35.4 - 5/10/2024, 2:10 PM

Changes

Fix
  • deprecate direction passed to QueryFunctionContext (#​7410) (fbe3b44) by Dominik Dorfmeister
Docs

Packages

TanStack/table (@​tanstack/react-table)

v8.17.3

Compare Source

Version 8.17.3 - 5/14/2024, 2:44 PM

Changes
Fix
Packages

v8.17.0

Compare Source

Version 8.17.0 - 5/12/2024, 7:21 PM

Changes

Feat
Chore
Docs
Other

Packages

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

v7.9.0

Compare Source

🩹 Fixes
  • eslint-plugin: [explicit-function-return-types] fix false positive on default parameters
❤️ Thank You
  • Kirk Waiblinger
  • Sheetal Nandi
  • Vinccool96

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

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

v7.9.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

hashicorp/terraform-provider-aws (aws)

v5.49.0

Compare Source

FEATURES:

  • New Data Source: aws_datazone_environment_blueprint (#​36600)
  • New Resource: aws_bedrockagent_data_source (#​37158)
  • New Resource: aws_datazone_domain (#​36600)
  • New Resource: aws_datazone_environment_blueprint_configuration (#​36600)

ENHANCEMENTS:

  • data-source/aws_iam_policy_document: Add minified_json attribute (#​35677)
  • resource/aws_dynamodb_table_export: Add plan-time validation of table_arn (#​37288)
  • resource/aws_kms_key: Add rotation_period_in_days argument (#​37140)
  • resource/aws_securitylake_subscriber_notification: Better handles importing resource (#​37332)
  • resource/aws_securitylake_subscriber_notification: Deprecates endpoint_id in favor of subscriber_endpoint (#​37332)
  • resource/aws_securitylake_subscriber_notification: Handles configuration.https_notification_configuration.authorization_api_key_value as sensitive value (#​37332)

BUG FIXES:

  • data-source/aws_fsx_ontap_storage_virtual_machine: Correctly set tags on Read (#​37353)
  • data-source/aws_rds_orderable_db_instance: Fix InvalidParameterValue: Invalid value 3412 for MaxRecords. Must be between 20 and 1000 errors (#​37251)
  • data-source/aws_resourceexplorer2_search: Fix 401 unauthorized error due to missing view_arn in the AWS API request (#​36778)
  • data-source/aws_resourceexplorer2_search: Fix panic caused by bad mappping between Terraform and AWS schemas (#​36778)
  • data-source/aws_resourceexplorer2_search: Fix state persistence and data types (#​36778)
  • resource/aws_bedrockagent_agent: Fix to use the configured prepare_agent value (or default value of true when omitted) for all create and update operations (#​37405)
  • resource/aws_elasticsearch_domain: Fix handling of unset auto_tune_options.rollback_on_disable argument (#​37394)
  • resource/aws_fsx_ontap_storage_virtual_machine: Correctly set tags and tags_all on resource Read ([#​37353](https://togithub.com/hashicorp/terraform-provi

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.

👻 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[bot] avatar May 13 '24 00:05 renovate[bot]

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

Name Status Preview Updated (UTC)
codedang ✅ Ready (Inspect) Visit Preview May 27, 2024 0:10am

vercel[bot] avatar May 13 '24 00:05 vercel[bot]