fix(deps): update all minor dependencies#7311
Closed
renovate[bot] wants to merge 1 commit into
Closed
Conversation
6ce06cf to
e58ba89
Compare
Member
|
closing as this is out of date |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.1045.0→3.1057.03.1045.0→3.1057.03.1045.0→3.1057.03.1045.0→3.1057.03.1045.0→3.1057.03.1045.0→3.1057.03.1045.0→3.1057.03.1045.0→3.1057.03.1045.0→3.1057.07.28.5→7.29.72.10.2→2.12.02.1.0→2.2.01.0.0→1.1.11.0.0→1.4.01.14.0→1.17.41.1.0→1.2.01.6.3→1.7.01.6.3→1.7.0^0.39.0→^0.45.0^0.217.0→^0.218.0^0.72.0→^0.73.02.17.0→2.18.0^0.217.0→^0.218.01.40.0→1.41.124.10.4→24.12.44.1.0→4.4.07.0.1→7.1.125.6.2→25.10.105.10.0→5.11.06.1.2→6.2.3^0.39.0→^0.45.08.20.0→8.21.010.0.0→10.3.13.44.0→3.49.016.3.3→16.6.611.0.5→11.1.01.99.0→1.100.0^0.15.7→^0.22.0^0.15.0→^0.22.0^0.15.6→^0.22.04.20.6→4.22.41.3.1→1.4.14.10.3→4.15.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Review
Release Notes
aws/aws-sdk-js-v3 (@aws-sdk/client-cognito-identity-provider)
v3.1057.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity-provider
v3.1056.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity-provider
v3.1055.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity-provider
v3.1054.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity-provider
v3.1053.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity-provider
v3.1052.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity-provider
v3.1051.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity-provider
v3.1050.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity-provider
v3.1049.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity-provider
v3.1048.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity-provider
v3.1047.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity-provider
v3.1046.0Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity-provider
aws/aws-sdk-js-v3 (@aws-sdk/client-dynamodb)
v3.1057.0Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
v3.1056.0Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
v3.1055.0Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
v3.1054.0Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
v3.1053.0Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
v3.1052.0Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
v3.1051.0Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
v3.1050.0Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
v3.1049.0Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
v3.1048.0Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
v3.1047.0Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
v3.1046.0Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
aws/aws-sdk-js-v3 (@aws-sdk/client-iam)
v3.1057.0Compare Source
Note: Version bump only for package @aws-sdk/client-iam
v3.1056.0Compare Source
Note: Version bump only for package @aws-sdk/client-iam
v3.1055.0Compare Source
Note: Version bump only for package @aws-sdk/client-iam
v3.1054.0Compare Source
Note: Version bump only for package @aws-sdk/client-iam
v3.1053.0Compare Source
Note: Version bump only for package @aws-sdk/client-iam
v3.1052.0Compare Source
Note: Version bump only for package @aws-sdk/client-iam
v3.1051.0Compare Source
Note: Version bump only for package @aws-sdk/client-iam
v3.1050.0Compare Source
Note: Version bump only for package @aws-sdk/client-iam
v3.1049.0Compare Source
Note: Version bump only for package @aws-sdk/client-iam
v3.1048.0Compare Source
Note: Version bump only for package @aws-sdk/client-iam
v3.1047.0Compare Source
Note: Version bump only for package @aws-sdk/client-iam
v3.1046.0Compare Source
Note: Version bump only for package @aws-sdk/client-iam
aws/aws-sdk-js-v3 (@aws-sdk/client-lambda)
v3.1057.0Compare Source
3.1057.0(2026-05-29)
Bug Fixes
ArrayValuemember element types are now nullable:booleanValuesis
(boolean | null)[],longValuesanddoubleValuesare(number | null)[],stringValuesis(string | null)[], andarrayValuesis(ArrayValue | null)[]. This reflects that SQLarray responses can contain NULL elements. Existing TypeScript code
that reads elements as non-nullable values won't compile; migrate
by changing the target type to nullable, using the nullish coalescing
operator
??to supply a default, or using.filter(v => v !== null). (43e8abc9)Chores
New Features
Tests
For list of updated packages, view updated-packages.md in assets-3.1057.0.zip
v3.1056.0Compare Source
Note: Version bump only for package @aws-sdk/client-lambda
v3.1055.0Compare Source
Note: Version bump only for package @aws-sdk/client-lambda
v3.1054.0Compare Source
Note: Version bump only for package @aws-sdk/client-lambda
v3.1053.0Compare Source
Note: Version bump only for package @aws-sdk/client-lambda
v3.1052.0Compare Source
Note: Version bump only for package @aws-sdk/client-lambda
v3.1051.0Compare Source
Note: Version bump only for package @aws-sdk/client-lambda
v3.1050.0Compare Source
Note: Version bump only for package @aws-sdk/client-lambda
v3.1049.0Compare Source
Note: Version bump only for package @aws-sdk/client-lambda
v3.1048.0Compare Source
Note: Version bump only for package @aws-sdk/client-lambda
v3.1047.0Compare Source
Note: Version bump only for package @aws-sdk/client-lambda
v3.1046.0Compare Source
Note: Version bump only for package @aws-sdk/client-lambda
aws/aws-sdk-js-v3 (@aws-sdk/client-s3)
v3.1057.0Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.1056.0Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.1055.0Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.1054.0Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.1053.0Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.1052.0Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.1051.0Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.1050.0Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.1049.0Compare Source
Bug Fixes
v3.1048.0Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.1047.0Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.1046.0Compare Source
Note: Version bump only for package @aws-sdk/client-s3
aws/aws-sdk-js-v3 (@aws-sdk/client-secrets-manager)
v3.1057.0Compare Source
Note: Version bump only for package @aws-sdk/client-secrets-manager
v3.1056.0Compare Source
Note: Version bump only for package @aws-sdk/client-secrets-manager
v3.1055.0Compare Source
Note: Version bump only for package @aws-sdk/client-secrets-manager
v3.1054.0Compare Source
Note: Version bump only for package @aws-sdk/client-secrets-manager
v3.1053.0Compare Source
Note: Version bump only for package @aws-sdk/client-secrets-manager
v3.1052.0Compare Source
Note: Version bump only for package @aws-sdk/client-secrets-manager
v3.1051.0Compare Source
Note: Version bump only for package @aws-sdk/client-secrets-manager
v3.1050.0Compare Source
Note: Version bump only for package @aws-sdk/client-secrets-manager
v3.1049.0Compare Source
Note: Version bump only for package @aws-sdk/client-secrets-manager
v3.1048.0Compare Source
Note: Version bump only for package @aws-sdk/client-secrets-manager
v3.1047.0Compare Source
Note: Version bump only for package @aws-sdk/client-secrets-manager
v3.1046.0Compare Source
Note: Version bump only for package [@aws-sdk/client-secrets-manager](https://redirect.github.com/aws-sdk/client