chore(deps): update aws-sdk-js-v3 monorepo to v3.1063.0#2357
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update aws-sdk-js-v3 monorepo to v3.1063.0#2357renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
4470060 to
9bee7ee
Compare
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.1063.03.1045.0→3.1063.0Release Notes
aws/aws-sdk-js-v3 (@aws-sdk/client-cloudwatch-logs)
v3.1063.0Compare Source
Note: Version bump only for package @aws-sdk/client-cloudwatch-logs
v3.1062.0Compare Source
Note: Version bump only for package @aws-sdk/client-cloudwatch-logs
v3.1061.0Compare Source
Note: Version bump only for package @aws-sdk/client-cloudwatch-logs
v3.1060.0Compare Source
Note: Version bump only for package @aws-sdk/client-cloudwatch-logs
v3.1059.0Compare Source
Note: Version bump only for package @aws-sdk/client-cloudwatch-logs
v3.1058.0Compare Source
Note: Version bump only for package @aws-sdk/client-cloudwatch-logs
v3.1057.0Compare Source
Note: Version bump only for package @aws-sdk/client-cloudwatch-logs
v3.1056.0Compare Source
Note: Version bump only for package @aws-sdk/client-cloudwatch-logs
v3.1055.0Compare Source
Note: Version bump only for package @aws-sdk/client-cloudwatch-logs
v3.1054.0Compare Source
Note: Version bump only for package @aws-sdk/client-cloudwatch-logs
v3.1053.0Compare Source
Note: Version bump only for package @aws-sdk/client-cloudwatch-logs
v3.1052.0Compare Source
Note: Version bump only for package @aws-sdk/client-cloudwatch-logs
v3.1051.0Compare Source
Note: Version bump only for package @aws-sdk/client-cloudwatch-logs
v3.1050.0Compare Source
Note: Version bump only for package @aws-sdk/client-cloudwatch-logs
v3.1049.0Compare Source
Note: Version bump only for package @aws-sdk/client-cloudwatch-logs
v3.1048.0Compare Source
Features
v3.1047.0Compare Source
Note: Version bump only for package @aws-sdk/client-cloudwatch-logs
v3.1046.0Compare Source
Note: Version bump only for package @aws-sdk/client-cloudwatch-logs
aws/aws-sdk-js-v3 (@aws-sdk/client-lambda)
v3.1063.0Compare Source
Note: Version bump only for package @aws-sdk/client-lambda
v3.1062.0Compare Source
Note: Version bump only for package @aws-sdk/client-lambda
v3.1061.0Compare Source
Note: Version bump only for package @aws-sdk/client-lambda
v3.1060.0Compare Source
Note: Version bump only for package @aws-sdk/client-lambda
v3.1059.0Compare Source
Features
v3.1058.0Compare Source
Note: Version bump only for package @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
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.