Skip to content

chore(deps): bump fast-xml-parser, @aws-sdk/client-api-gateway, @aws-sdk/client-cognito-identity-provider, @aws-sdk/client-eventbridge, @aws-sdk/client-iam, @aws-sdk/client-lambda, @aws-sdk/client-s3, @aws-sdk/client-cloudformation and @aws-sdk/client-sts#66

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-98ebb7889b
Closed

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 12, 2026

Bumps fast-xml-parser, @aws-sdk/client-api-gateway, @aws-sdk/client-cognito-identity-provider, @aws-sdk/client-eventbridge, @aws-sdk/client-iam, @aws-sdk/client-lambda, @aws-sdk/client-s3, @aws-sdk/client-cloudformation and @aws-sdk/client-sts. These dependencies needed to be updated together.
Updates fast-xml-parser from 5.2.5 to 5.4.1

Release notes

Sourced from fast-xml-parser's releases.

Separate Builder

XML Builder was the part of fast-xml-parser for years. But considering that any bug in builder may false-alarm the users who are only using parser and vice-versa, we have decided to split it into a separate package.

Migration

To migrate to fast-xml-builder;

From

import { XMLBuilder } from "fast-xml-parser";

To

import  XMLBuilder  from "fast-xml-builder";

XMLBuilder will be removed from current package in any next major version of this library. So better to migrate.

support strictReservedNames

Full Changelog: NaturalIntelligence/fast-xml-parser@v5.3.9...v5.3.9

handle non-array input for XML builder && support maxNestedTags

CJS typing fix

What's Changed

New Contributors

Full Changelog: NaturalIntelligence/fast-xml-parser@v5.3.6...v5.3.7

Entity security and performance

  • Improve security and performance of entity processing
    • new options maxEntitySize, maxExpansionDepth, maxTotalExpansions, maxExpandedLength, allowedTags,tagFilter
    • fast return when no edtity is present
    • improvement replacement logic to reduce number of calls

Full Changelog: NaturalIntelligence/fast-xml-parser@v5.3.5...v5.3.6

v5.3.5

What's Changed

... (truncated)

Changelog

Sourced from fast-xml-parser's changelog.

Note: If you find missing information about particular minor version, that version must have been changed without any functional change in this library.

Note: Due to some last quick changes on v4, detail of v4.5.3 & v4.5.4 are not updated here. v4.5.4x is the last tag of v4 in github repository. I'm extremely sorry for the confusion

5.5.3 / 2026-03-11

  • upgrade builder

5.5.2 / 2026-03-11

  • update dependency to fix typings

5.5.1 / 2026-03-10

  • fix dependency

5.5.0 / 2026-03-10

  • support path-expression-matcher
  • fix: stopNode should not be parsed
  • performance improvement for stopNode checking

5.4.2 / 2026-03-03

  • support maxEntityCount option

5.4.1 / 2026-02-25

  • fix (#785) unpairedTag node should not have tag content

5.4.0 / 2026-02-25

  • migrate to fast-xml-builder

5.3.9 / 2026-02-25

  • support strictReservedNames

5.3.8 / 2026-02-25

  • support maxNestedTags
  • handle non-array input for XML builder when preserveOrder is true (By Angelo Coetzee)
  • save use of js properies

5.3.7 / 2026-02-20

5.3.6 / 2026-02-14

  • Improve security and performance of entity processing
    • new options maxEntitySize, maxExpansionDepth, maxTotalExpansions, maxExpandedLength, allowedTags,tagFilter
    • fast return when no edtity is present
    • improvement replacement logic to reduce number of calls

5.3.5 / 2026-02-08

  • fix: Escape regex char in entity name
  • update strnum to 2.1.2

... (truncated)

Commits
  • 4e7ca80 update release info
  • 36023b4 fix (#785) unpairedTag node should not have tag content
  • b366026 separate builder
  • 6f333a8 update release info
  • c3ffbab support strictReservedNames
  • c692040 update release info
  • 107e34c avoid {} to create an empty object
  • 60835a4 support maxNestedTags
  • f55657c avoid direct call to hasOwnProperty
  • c13a961 handle non-array input for XML builder when preserveOrder is true
  • Additional commits viewable in compare view

Updates @aws-sdk/client-api-gateway from 3.928.0 to 3.1007.0

Release notes

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

v3.1007.0

3.1007.0(2026-03-11)

New Features
  • clients: update client endpoints as of 2026-03-11 (b7f094d3)
  • client-eks: Adds support for a new tier in controlPlaneScalingConfig on EKS Clusters. (289c5b71)
  • client-sagemaker: SageMaker training plans allow you to extend your existing training plans to avoid workload interruptions without workload reconfiguration. When a training plan is approaching expiration, you can extend it directly through the SageMaker AI console or programmatically using the API or AWS CLI. (85b667e0)
  • client-customer-profiles: Today, Amazon Connect is announcing the ability to filter (include or exclude) recommendations based on properties of items and interactions. (810cc7be)
  • client-polly: Added support for the new voices - Ambre (fr-FR), Beatrice (it-IT), Florian (fr-FR), Lennart (de-DE), Lorenzo (it-IT) and Tiffany (en-US). They are available as a Generative voices only. (44817c34)
  • client-simpledbv2: Introduced Amazon SimpleDB export functionality enabling domain data export to S3 in JSON format. Added three new APIs StartDomainExport, GetExport, and ListExports via SimpleDBv2 service. Supports cross-region exports and KMS encryption. (0de020c7)
  • client-workspaces: Added WINDOWS SERVER 2025 OperatingSystemName. (bf045be8)

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

v3.1006.0

3.1006.0(2026-03-10)

Documentation Changes
  • client-database-migration-service: Not need to include to any release notes. The only change is to correct LoadTimeout unit from milliseconds to seconds in RedshiftSettings (fbbd78b2)
New Features
  • client-lex-models-v2: This release introduces a new generative AI feature called Lex Bot Analyzer. This feature leverage AI to analyze the bot configuration against AWS Lex best practices to identify configuration issues and provides recommendations. (d670f6b3)
  • client-bedrock-agentcore-control: Adding first class support for AG-UI protocol in AgentCore Runtime. (c092730e)
  • client-connectcases: Added functionality for the Required and Hidden case rule types to be conditionally evaluated on up to 5 conditions. (40ed59fc)
  • client-kafka: Add dual stack endpoint to SDK (574d2c5b)
Tests

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

v3.1005.0

3.1005.0(2026-03-09)

Documentation Changes
  • client-iam: Added support for CloudWatch Logs long-term API keys, currently available in Preview (1bc94f42)
New Features

... (truncated)

Changelog

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

3.1007.0 (2026-03-11)

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

3.1006.0 (2026-03-10)

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

3.1005.0 (2026-03-09)

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

3.1004.0 (2026-03-06)

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

3.1003.0 (2026-03-05)

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

3.1002.0 (2026-03-04)

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

3.1001.0 (2026-03-03)

... (truncated)

Commits

Updates @aws-sdk/client-cognito-identity-provider from 3.928.0 to 3.1007.0

Release notes

Sourced from @​aws-sdk/client-cognito-identity-provider's releases.

v3.1007.0

3.1007.0(2026-03-11)

New Features
  • clients: update client endpoints as of 2026-03-11 (b7f094d3)
  • client-eks: Adds support for a new tier in controlPlaneScalingConfig on EKS Clusters. (289c5b71)
  • client-sagemaker: SageMaker training plans allow you to extend your existing training plans to avoid workload interruptions without workload reconfiguration. When a training plan is approaching expiration, you can extend it directly through the SageMaker AI console or programmatically using the API or AWS CLI. (85b667e0)
  • client-customer-profiles: Today, Amazon Connect is announcing the ability to filter (include or exclude) recommendations based on properties of items and interactions. (810cc7be)
  • client-polly: Added support for the new voices - Ambre (fr-FR), Beatrice (it-IT), Florian (fr-FR), Lennart (de-DE), Lorenzo (it-IT) and Tiffany (en-US). They are available as a Generative voices only. (44817c34)
  • client-simpledbv2: Introduced Amazon SimpleDB export functionality enabling domain data export to S3 in JSON format. Added three new APIs StartDomainExport, GetExport, and ListExports via SimpleDBv2 service. Supports cross-region exports and KMS encryption. (0de020c7)
  • client-workspaces: Added WINDOWS SERVER 2025 OperatingSystemName. (bf045be8)

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

v3.1006.0

3.1006.0(2026-03-10)

Documentation Changes
  • client-database-migration-service: Not need to include to any release notes. The only change is to correct LoadTimeout unit from milliseconds to seconds in RedshiftSettings (fbbd78b2)
New Features
  • client-lex-models-v2: This release introduces a new generative AI feature called Lex Bot Analyzer. This feature leverage AI to analyze the bot configuration against AWS Lex best practices to identify configuration issues and provides recommendations. (d670f6b3)
  • client-bedrock-agentcore-control: Adding first class support for AG-UI protocol in AgentCore Runtime. (c092730e)
  • client-connectcases: Added functionality for the Required and Hidden case rule types to be conditionally evaluated on up to 5 conditions. (40ed59fc)
  • client-kafka: Add dual stack endpoint to SDK (574d2c5b)
Tests

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

v3.1005.0

3.1005.0(2026-03-09)

Documentation Changes
  • client-iam: Added support for CloudWatch Logs long-term API keys, currently available in Preview (1bc94f42)
New Features

... (truncated)

Changelog

Sourced from @​aws-sdk/client-cognito-identity-provider's changelog.

3.1007.0 (2026-03-11)

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

3.1006.0 (2026-03-10)

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

3.1005.0 (2026-03-09)

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

3.1004.0 (2026-03-06)

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

3.1003.0 (2026-03-05)

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

3.1002.0 (2026-03-04)

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

3.1001.0 (2026-03-03)

... (truncated)

Commits
  • 7718940 Publish v3.1007.0
  • fa4dc50 Publish v3.1006.0
  • e692718 Publish v3.1005.0
  • 2b96330 test(snapshot-testing): implement response snapshots (#7803)
  • 7c08152 Publish v3.1004.0
  • 4c36ea3 Publish v3.1003.0
  • 8ddd544 chore: bump '@smithy/*' dependencies (#7822)
  • 6b5b50b chore(clients): strip trailing periods when the last character is non-alphanu...
  • 03dad66 chore: set downlevel types to be used in typescript@'<4.5' (#7817)
  • 17ecb20 chore(clients): include deprecated-since in generated tsdoc (#7815)
  • Additional commits viewable in compare view

Updates @aws-sdk/client-eventbridge from 3.928.0 to 3.1007.0

Release notes

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

v3.1007.0

3.1007.0(2026-03-11)

New Features
  • clients: update client endpoints as of 2026-03-11 (b7f094d3)
  • client-eks: Adds support for a new tier in controlPlaneScalingConfig on EKS Clusters. (289c5b71)
  • client-sagemaker: SageMaker training plans allow you to extend your existing training plans to avoid workload interruptions without workload reconfiguration. When a training plan is approaching expiration, you can extend it directly through the SageMaker AI console or programmatically using the API or AWS CLI. (85b667e0)
  • client-customer-profiles: Today, Amazon Connect is announcing the ability to filter (include or exclude) recommendations based on properties of items and interactions. (810cc7be)
  • client-polly: Added support for the new voices - Ambre (fr-FR), Beatrice (it-IT), Florian (fr-FR), Lennart (de-DE), Lorenzo (it-IT) and Tiffany (en-US). They are available as a Generative voices only. (44817c34)
  • client-simpledbv2: Introduced Amazon SimpleDB export functionality enabling domain data export to S3 in JSON format. Added three new APIs StartDomainExport, GetExport, and ListExports via SimpleDBv2 service. Supports cross-region exports and KMS encryption. (0de020c7)
  • client-workspaces: Added WINDOWS SERVER 2025 OperatingSystemName. (bf045be8)

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

v3.1006.0

3.1006.0(2026-03-10)

Documentation Changes
  • client-database-migration-service: Not need to include to any release notes. The only change is to correct LoadTimeout unit from milliseconds to seconds in RedshiftSettings (fbbd78b2)
New Features
  • client-lex-models-v2: This release introduces a new generative AI feature called Lex Bot Analyzer. This feature leverage AI to analyze the bot configuration against AWS Lex best practices to identify configuration issues and provides recommendations. (d670f6b3)
  • client-bedrock-agentcore-control: Adding first class support for AG-UI protocol in AgentCore Runtime. (c092730e)
  • client-connectcases: Added functionality for the Required and Hidden case rule types to be conditionally evaluated on up to 5 conditions. (40ed59fc)
  • client-kafka: Add dual stack endpoint to SDK (574d2c5b)
Tests

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

v3.1005.0

3.1005.0(2026-03-09)

Documentation Changes
  • client-iam: Added support for CloudWatch Logs long-term API keys, currently available in Preview (1bc94f42)
New Features

... (truncated)

Changelog

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

3.1007.0 (2026-03-11)

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

3.1006.0 (2026-03-10)

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

3.1005.0 (2026-03-09)

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

3.1004.0 (2026-03-06)

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

3.1003.0 (2026-03-05)

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

3.1002.0 (2026-03-04)

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

3.1001.0 (2026-03-03)

... (truncated)

Commits

Updates @aws-sdk/client-iam from 3.928.0 to 3.1007.0

Release notes

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

v3.1007.0

3.1007.0(2026-03-11)

New Features
  • clients: update client endpoints as of 2026-03-11 (b7f094d3)
  • client-eks: Adds support for a new tier in controlPlaneScalingConfig on EKS Clusters. (289c5b71)
  • client-sagemaker: SageMaker training plans allow you to extend your existing training plans to avoid workload interruptions without workload reconfiguration. When a training plan is approaching expiration, you can extend it directly through the SageMaker AI console or programmatically using the API or AWS CLI. (85b667e0)
  • client-customer-profiles: Today, Amazon Connect is announcing the ability to filter (include or exclude) recommendations based on properties of items and interactions. (810cc7be)
  • client-polly: Added support for the new voices - Ambre (fr-FR), Beatrice (it-IT), Florian (fr-FR), Lennart (de-DE), Lorenzo (it-IT) and Tiffany (en-US). They are available as a Generative voices only. (44817c34)
  • client-simpledbv2: Introduced Amazon SimpleDB export functionality enabling domain data export to S3 in JSON format. Added three new APIs StartDomainExport, GetExport, and ListExports via SimpleDBv2 service. Supports cross-region exports and KMS encryption. (0de020c7)
  • client-workspaces: Added WINDOWS SERVER 2025 OperatingSystemName. (bf045be8)

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

v3.1006.0

3.1006.0(2026-03-10)

Documentation Changes
  • client-database-migration-service: Not need to include to any release notes. The only change is to correct LoadTimeout unit from milliseconds to seconds in RedshiftSettings (fbbd78b2)
New Features
  • client-lex-models-v2: This release introduces a new generative AI feature called Lex Bot Analyzer. This feature leverage AI to analyze the bot configuration against AWS Lex best practices to identify configuration issues and provides recommendations. (d670f6b3)
  • client-bedrock-agentcore-control: Adding first class support for AG-UI protocol in AgentCore Runtime. (c092730e)
  • client-connectcases: Added functionality for the Required and Hidden case rule types to be conditionally evaluated on up to 5 conditions. (40ed59fc)
  • client-kafka: Add dual stack endpoint to SDK (574d2c5b)
Tests

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

v3.1005.0

3.1005.0(2026-03-09)

Documentation Changes
  • client-iam: Added support for CloudWatch Logs long-term API keys, currently available in Preview (1bc94f42)
New Features

... (truncated)

Changelog

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

3.1007.0 (2026-03-11)

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

3.1006.0 (2026-03-10)

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

3.1005.0 (2026-03-09)

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

3.1004.0 (2026-03-06)

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

3.1003.0 (2026-03-05)

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

3.1002.0 (2026-03-04)

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

3.1001.0 (2026-03-03)

... (truncated)

Commits
  • 7718940 Publish v3.1007.0
  • fa4dc50 Publish v3.1006.0
  • 0e58193 test(snapshot-testing): error response snapshots (#7836)
  • e692718 Publish v3.1005.0
  • 1bc94f4 docs(client-iam): Added support for CloudWatch Logs long-term API keys, curre...
  • 2b96330 test(snapshot-testing): implement response snapshots (#7803)
  • 7c08152 Publish v3.1004.0
  • 4c36ea3 Publish v3.1003.0
  • 8ddd544 chore: bump '@smithy/*' dependencies (#7822)
  • 03dad66 chore: set downlevel types to be used in typescript@'<4.5' (#7817)
  • Additional commits viewable in compare view

Updates @aws-sdk/client-lambda from 3.928.0 to 3.1007.0

Release notes

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

v3.1007.0

3.1007.0(2026-03-11)

New Features
  • clients: update client endpoints as of 2026-03-11 (b7f094d3)
  • client-eks: Adds support for a new tier in controlPlaneScalingConfig on EKS Clusters. (289c5b71)
  • client-sagemaker: SageMaker training plans allow you to extend your existing training plans to avoid workload interruptions without workload reconfiguration. When a training plan is approaching expiration, you can extend it directly through the SageMaker AI console or programmatically using the API or AWS CLI. (85b667e0)
  • client-customer-profiles: Today, Amazon Connect is announcing the ability to filter (include or exclude) recommendations based on properties of items and interactions. (810cc7be)
  • client-polly: Added support for the new voices - Ambre (fr-FR), Beatrice (it-IT), Florian (fr-FR), Lennart (de-DE), Lorenzo (it-IT) and Tiffany (en-US). They are available as a Generative voices only. (44817c34)
  • client-simpledbv2: Introduced Amazon SimpleDB export functionality enabling domain data export to S3 in JSON format. Added three new APIs StartDomainExport, GetExport, and ListExports via SimpleDBv2 service. Supports cross-region exports and KMS encryption. (0de020c7)
  • client-workspaces: Added WINDOWS SERVER 2025 OperatingSystemName. (bf045be8)

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

v3.1006.0

3.1006.0(2026-03-10)

Documentation Changes
  • client-database-migration-service: Not need to include to any release notes. The only change is to correct LoadTimeout unit from milliseconds to seconds in RedshiftSettings (fbbd78b2)
New Features
  • client-lex-models-v2: This release introduces a new generative AI feature called Lex Bot Analyzer. This feature leverage AI to analyze the bot configuration against AWS Lex best practices to identify configuration issues and provides recommendations. (d670f6b3)
  • client-bedrock-agentcore-control: Adding first class support for AG-UI protocol in AgentCore Runtime. (c092730e)
  • client-connectcases: Added functionality for the Required and Hidden case rule types to be conditionally evaluated on up to 5 conditions. (40ed59fc)
  • client-kafka: Add dual stack endpoint to SDK (574d2c5b)
Tests

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

v3.1005.0

3.1005.0(2026-03-09)

Documentation Changes
  • client-iam: Added support for CloudWatch Logs long-term API keys, currently available in Preview (1bc94f42)
New Features

... (truncated)

Changelog

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

3.1007.0 (2026-03-11)

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

3.1006.0 (2026-03-10)

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

3.1005.0 (2026-03-09)

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

3.1004.0 (2026-03-06)

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

3.1003.0 (2026-03-05)

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

3.1002.0 (2026-03-04)

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

3.1001.0 (2026-03-03)

... (truncated)

Commits
  • 7718940 Publish v3.1007.0
  • fa4dc50 Publish v3.1006.0
  • 0e58193 test(snapshot-testing): error response snapshots (#7836)
  • e692718 Publish v3.1005.0
  • 2b96330 test(snapshot-testing): implement response snapshots (#7803)
  • 7c08152 Publish v3.1004.0
  • 4c36ea3 Publish v3.1003.0
  • 8ddd544 chore: bump '@smithy/*' dependencies (#7822)
  • 6b5b50b chore(clients): strip trailing periods when the last character is non-alphanu...
  • 03dad66 chore: set downlevel types to be used in typescript@'<4.5' (#7817)
  • Additional commits viewable in compare view

Updates @aws-sdk/client-s3 from 3.928.0 to 3.1007.0

Release notes

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

v3.1007.0

3.1007.0(2026-03-11)

New Features
  • clients: update client endpoints as of 2026-03-11 (b7f094d3)
  • client-eks: Adds support for a new tier in controlPlaneScalingConfig on EKS Clusters. (289c5b71)
  • client-sagemaker: SageMaker training plans allow you to extend your existing training plans to avoid workload interruptions without workload reconfiguration. When a training plan is approaching expiration, you can extend it directly through the SageMaker AI console or programmatically using the API or AWS CLI. (85b667e0)
  • client-customer-profiles: Today, Amazon Connect is announcing the ability to filter (include or exclude) recommendations based on properties of items and interactions. (810cc7be)
  • client-polly: Added support for the new voices - Ambre (fr-FR), Beatrice (it-IT), Florian (fr-FR), Lennart (de-DE), Lorenzo (it-IT) and Tiffany (en-US). They are available as a Generative voices only. (44817c34)
  • client-simpledbv2: Introduced Amazon SimpleDB export functionality enabling domain data export to S3 in JSON format. Added three new APIs StartDomainExport, GetExport, and ListExports via SimpleDBv2 service. Supports cross-region exports and KMS encryption. (0de020c7)
  • client-workspaces: Added WINDOWS SERVER 2025 OperatingSystemName. (bf045be8)

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

v3.1006.0

3.1006.0(2026-03-10)

Documentation Changes
  • client-database-migration-service: Not need to include to any release notes. The only change is to correct LoadTimeout unit from milliseconds to seconds in RedshiftSettings (fbbd78b2)
New Features
  • client-lex-models-v2: This release introduces a new generative AI feature called Lex Bot Analyzer. This feature leverage AI to analyze the bot configuration against AWS Lex best practices to identify configuration issues and provides recommendations. (d670f6b3)
  • client-bedrock-agentcore-control: Adding first class support for AG-UI protocol in AgentCore Runtime. (c092730e)
  • client-connectcases: Added functionality for the Required and Hidden case rule types to be conditionally evaluated on up to 5 conditions. (40ed59fc)
  • client-kafka: Add dual stack endpoint to SDK (574d2c5b)
Tests

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

v3.1005.0

3.1005.0(2026-03-09)

Documentation Changes
  • client-iam: Added support for CloudWatch Logs long-term API keys, currently available in Preview (1bc94f42)
New Features

... (truncated)

Changelog

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

3.1007.0 (2026-03-11)

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

3.1006.0 (2026-03-10)

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

3.1005.0 (2026-03-09)

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

3.1004.0 (2026-03-06)

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

3.1003.0 (2026-03-05)

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

3.1002.0 (2026-03-04)

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

3.1001.0 (2026-03-03)

... (truncated)

Commits
  • 7718940 Publish v3.1007.0
  • fa4dc50 Publish v3.1006.0
  • 0e58193 test(snapshot-testing): error response snapshots (#7836)
  • e692718 Publish v3.1005.0
  • 2b96330 test(snapshot-testing): implement response snapshots (#7803)
  • 7c08152 Publish v3.1004.0
  • 4c36ea3 Publish v3.1003.0
  • 8ddd544 chore: bump '@smithy/*' dependencies (#7822)
  • 6b5b50b chore(clients): strip trailing periods when the last character is non-alphanu...
  • 03dad66 chore: set downlevel types to be used in typescript@'<4.5' (#7817)
  • Additional commits viewable in compare view

Updates @aws-sdk/client-cloudformation from 3.928.0 to 3.1007.0

Release notes

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

v3.1007.0

3.1007.0(2026-03-11)

New Features
  • clients: update client endpoints as of 2026-03-11 (b7f094d3)
  • client-eks: Adds support for a new tier in controlPlaneScalingConfig on EKS Clusters. (289c5b71)
  • client-sagemaker: SageMaker training plans allow you to extend your existing training plans to avoid workload interruptions without workload reconfiguration. When a training plan is approaching expiration, you can extend it directly through the SageMaker AI console or programmatically using the API or AWS CLI. (85b667e0)
  • client-customer-profiles: Today, Amazon Connect is announcing the ability to filter (include or exclude) recommendations based on properties of items and interactions. (810cc7be)
  • client-polly: Added support for the new voices - Ambre (fr-FR), Beatrice (it-IT), Florian (fr-FR), Lennart (de-DE), Lorenzo (it-IT) and Tiffany (en-US). They are available as a Generative voices only. (44817c34)
  • client-simpledbv2: Introduced Amazon SimpleDB export functionality enabling domain data export to S3 in JSON format. Added three new APIs StartDomainExport, GetExport, and ListExports via SimpleDBv2 service. Supports cross-region exports and KMS encryption. (0de020c7)
  • client-workspaces: Added WINDOWS SERVER 2025 OperatingSystemName. (bf045be8)

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

v3.1006.0

3.1006.0(2026-03-10)

Documentation Changes
  • client-database-migration-service: Not need to include to any release notes. The only change is to correct LoadTimeout unit from milliseconds to seconds in RedshiftSettings (fbbd78b2)
New Features
  • client-...

    Description has been truncated

…sdk/client-cognito-identity-provider, @aws-sdk/client-eventbridge, @aws-sdk/client-iam, @aws-sdk/client-lambda, @aws-sdk/client-s3, @aws-sdk/client-cloudformation and @aws-sdk/client-sts

Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser), [@aws-sdk/client-api-gateway](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-api-gateway), [@aws-sdk/client-cognito-identity-provider](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-cognito-identity-provider), [@aws-sdk/client-eventbridge](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-eventbridge), [@aws-sdk/client-iam](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-iam), [@aws-sdk/client-lambda](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-lambda), [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3), [@aws-sdk/client-cloudformation](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-cloudformation) and [@aws-sdk/client-sts](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sts). These dependencies needed to be updated together.

Updates `fast-xml-parser` from 5.2.5 to 5.4.1
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](NaturalIntelligence/fast-xml-parser@v5.2.5...v5.4.1)

Updates `@aws-sdk/client-api-gateway` from 3.928.0 to 3.1007.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-api-gateway/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1007.0/clients/client-api-gateway)

Updates `@aws-sdk/client-cognito-identity-provider` from 3.928.0 to 3.1007.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-cognito-identity-provider/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1007.0/clients/client-cognito-identity-provider)

Updates `@aws-sdk/client-eventbridge` from 3.928.0 to 3.1007.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-eventbridge/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1007.0/clients/client-eventbridge)

Updates `@aws-sdk/client-iam` from 3.928.0 to 3.1007.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-iam/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1007.0/clients/client-iam)

Updates `@aws-sdk/client-lambda` from 3.928.0 to 3.1007.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-lambda/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1007.0/clients/client-lambda)

Updates `@aws-sdk/client-s3` from 3.928.0 to 3.1007.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.1007.0/clients/client-s3)

Updates `@aws-sdk/client-cloudformation` from 3.928.0 to 3.1007.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-cloudformation/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1007.0/clients/client-cloudformation)

Updates `@aws-sdk/client-sts` from 3.928.0 to 3.1007.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-sts/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1007.0/clients/client-sts)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-version: 5.4.1
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-api-gateway"
  dependency-version: 3.1007.0
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-cognito-identity-provider"
  dependency-version: 3.1007.0
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-eventbridge"
  dependency-version: 3.1007.0
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-iam"
  dependency-version: 3.1007.0
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-lambda"
  dependency-version: 3.1007.0
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-s3"
  dependency-version: 3.1007.0
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-cloudformation"
  dependency-version: 3.1007.0
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-sts"
  dependency-version: 3.1007.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 12, 2026
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 25, 2026

Superseded by #69.

@dependabot dependabot bot closed this Mar 25, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multi-98ebb7889b branch March 25, 2026 14:47
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants