Skip to content

Bump uuid and @aws-sdk/client-s3 in /forms-flow-web/scripts#3304

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/forms-flow-web/scripts/multi-2fcede5354
Open

Bump uuid and @aws-sdk/client-s3 in /forms-flow-web/scripts#3304
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/forms-flow-web/scripts/multi-2fcede5354

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 21, 2026

User description

Removes uuid. It's no longer used after updating ancestor dependency @aws-sdk/client-s3. These dependencies need to be updated together.

Removes uuid

Updates @aws-sdk/client-s3 from 3.276.0 to 3.1051.0

Release notes

Sourced from @​aws-sdk/client-s3's releases.

v3.1051.0

3.1051.0(2026-05-20)

Chores
Documentation Changes
  • client-mwaa: Updated API documentation to describe the PublicAndPrivate webserver access mode. (d96c0a14)
New Features
  • clients: update client endpoints as of 2026-05-20 (1214aae4)
  • client-customer-profiles: Amazon Connect Customer Profiles adds support for item catalog columns in RecommenderSchema, ExcludedColumns in Create and Update Recommender to specify columns to exclude from training, and the ability to disable automatic retraining by setting TrainingFrequency to 0. (15e208ec)
  • client-bedrock-runtime: Supporting Request Metadata for Invoke Model and Invoke Model with Response Stream (d0633866)
  • client-payment-cryptography-data: GenerateAuthRequestCryptogram API launch. (bb91020a)
  • client-kms: AWS KMS now supports creating grants for AWS service principals using new GranteeServicePrincipal and RetiringServicePrincipal parameters. This release adds SourceArn grant constraint and three condition keys for controlling CreateGrant access. For more information, see Grants in AWS KMS. (be8a4113)

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

v3.1050.0

3.1050.0(2026-05-19)

New Features
  • clients: update client endpoints as of 2026-05-19 (9a5e6f03)
  • client-sagemaker: Add support for ml.p5.4xlarge and ml.p5en.48xlarge instances on SageMaker Notebook Instances Platform. (73a3e28f)
  • client-grafana: Introduce degraded workspace status as a possible Amazon Managed Grafana workspace status, and a new field named degraded workspace reason which informs customers why the workspace is degraded in the DescribeWorkspace API response. (af49cb81)
  • client-rtbfabric: This release is to deprecate 'inboundLinksCount' field in GetResponderGateway response and introduce the new field 'linksRequestedCount' to replace it. (3c9765e3)
  • client-devops-agent: Added a new serviceType mcpserversigv4 service and association. This provides feature to register MCP sigv4 authorization based MCPs (84e18e58)
  • client-guardduty: Adding support for exposure and vulnerability context from AWS Security Hub in GuardDuty Extended Threat Detection attack sequence findings. (de2356de)
  • client-bedrock-agentcore: Add RetryableConflictException (HTTP 409) to InvokeAgentRuntime and StopRuntimeSession to prevent orphaned VMs during concurrent session access. The SDK automatically retries this exception with backoff. Enforcement is not yet active and will be enabled in a future service update. (239af13e)
Tests
  • lib-storage: speed up lib-storage e2e tests by reducing permutations (#8028) (273afd4e)

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

v3.1049.0

3.1049.0(2026-05-18)

Documentation Changes

... (truncated)

Changelog

Sourced from @​aws-sdk/client-s3's changelog.

3.1051.0 (2026-05-20)

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

3.1050.0 (2026-05-19)

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

3.1049.0 (2026-05-18)

Bug Fixes

  • client-sts: update imports to new module locations (#8025) (be183b6)

3.1048.0 (2026-05-15)

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

3.1047.0 (2026-05-14)

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

3.1046.0 (2026-05-14)

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

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

PR Type

Enhancement


Description

  • Upgrade S3 SDK dependency

  • Keep scripts package dependencies current


Diagram Walkthrough

flowchart LR
  A["forms-flow-web scripts"] -- "uses" --> B["@aws-sdk/client-s3"]
  B -- "upgraded to" --> C["v3.1051.0"]
Loading

File Walkthrough

Relevant files
Dependencies
package.json
Upgrade AWS S3 client dependency                                                 

forms-flow-web/scripts/package.json

  • Updates @aws-sdk/client-s3 from ^3.256.0 to ^3.1051.0.
  • Leaves existing scripts, metadata, and other dependencies unchanged.
+1/-1     

Removes [uuid](https://github.com/uuidjs/uuid). It's no longer used after updating ancestor dependency [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3). These dependencies need to be updated together.


Removes `uuid`

Updates `@aws-sdk/client-s3` from 3.276.0 to 3.1051.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1051.0/clients/client-s3)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version:
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-s3"
  dependency-version: 3.1051.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from a team as a code owner May 21, 2026 20:38
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 21, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 21, 2026 20:38
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 21, 2026
@github-actions
Copy link
Copy Markdown

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ No major issues detected

@github-actions
Copy link
Copy Markdown

PR Code Suggestions ✨

No code suggestions found for the PR.

@sonarqubecloud
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code Review effort 1/5

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants