Idea-Pool / aws-testing

This repository contains guides on testing AWS services and in general about testing in AWS Cloud.
https://aws-testing.ideapool.community
Other
1 stars 2 forks source link

Bump fast-xml-parser, @aws-sdk/client-cloudformation, @aws-sdk/client-cloudfront and @aws-sdk/client-s3 in /samples/static-site #44

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps fast-xml-parser to 4.2.4 and updates ancestor dependencies fast-xml-parser, @aws-sdk/client-cloudformation, @aws-sdk/client-cloudfront and @aws-sdk/client-s3. These dependencies need to be updated together.

Updates fast-xml-parser from 4.1.2 to 4.2.4

Release notes

Sourced from fast-xml-parser's releases.

Security Fix

Update to this release if you use entity parsing in Fast XML Parser.

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.

4.2.4 / 2023-06-06

  • fix security bug

4.2.3 / 2023-06-05

  • fix security bug

4.2.2 / 2023-04-18

  • fix #562: fix unpaired tag when it comes in last of a nested tag. Also throw error when unpaired tag is used as closing tag

4.2.1 / 2023-04-18

  • fix: jpath after unpaired tags

4.2.0 / 2023-04-09

  • support updateTag parser property

4.1.4 / 2023-04-08

  • update typings to let user create XMLBuilder instance without options (#556) (By Patrick)
  • fix: IsArray option isn't parsing tags with 0 as value correctly #490 (#557) (By Aleksandr Murashkin)
  • feature: support oneListGroup to group repeated children tags udder single group

4.1.3 / 2023-02-26

  • fix #546: Support complex entity value

4.1.2 / 2023-02-12

  • Security Fix

4.1.1 / 2023-02-03

  • Fix #540: ignoreAttributes breaks unpairedTags
  • Refactor XML builder code

4.1.0 / 2023-02-02

  • Fix '' in DTD comment throwing an error. (#533) (By Adam Baker)
  • Set "eNotation" to 'true' as default

4.0.15 / 2023-01-25

  • make "eNotation" optional

4.0.14 / 2023-01-22

  • fixed: add missed typing "eNotation" to parse values

4.0.13 / 2023-01-07

4.0.12 / 2022-11-19

  • fix typescript

4.0.11 / 2022-10-05

... (truncated)

Commits


Updates @aws-sdk/client-cloudformation from 3.338.0 to 3.348.0

Release notes

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

v3.348.0

3.348.0(2023-06-07)

Documentation Changes
  • client-direct-connect: This update corrects the jumbo frames mtu values from 9100 to 8500 for transit virtual interfaces. (f96195ba)
New Features
  • client-customer-profiles: This release introduces event stream related APIs. (52630226)
  • client-cloudformation: AWS CloudFormation StackSets is updating the deployment experience for all stackset operations to skip suspended AWS accounts during deployments. StackSets will skip target AWS accounts that are suspended and set the Detailed Status of the corresponding stack instances as SKIPPED_SUSPENDED_ACCOUNT (83514dbf)
  • client-emr-containers: EMR on EKS adds support for log rotation of Spark container logs with EMR-6.11.0 onwards, to the StartJobRun API. (9a4e1431)
  • client-cloudwatch-logs: This change adds support for account level data protection policies using 3 new APIs, PutAccountPolicy, DeleteAccountPolicy and DescribeAccountPolicy. DescribeLogGroup API has been modified to indicate if account level policy is applied to the LogGroup via "inheritedProperties" list in the response. (d6b00582)
  • client-iotdeviceadvisor: AWS IoT Core Device Advisor now supports new Qualification Suite test case list. With this update, customers can more easily create new qualification test suite with an empty rootGroup input. (1f9abd0f)
Bug Fixes
  • node-http-handler: begin socket timeout countdown before socket event (#4804) (f5ce61a9)
  • middleware-websocket: update eventStreamHandler to use MessageSigner (#4803) (d8317fef)

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

v3.347.1

3.347.1(2023-06-07)

Chores

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

v3.347.0

3.347.0(2023-06-06)

Documentation Changes
  • client-connect: GetMetricDataV2 API is now available in AWS GovCloud(US) region. (6ebabec4)
New Features
  • clients: update client endpoints as of 2023-06-06 (eefb7164)
  • client-sqs: Amazon SQS adds three new APIs - StartMessageMoveTask, CancelMessageMoveTask, and ListMessageMoveTasks to automate redriving messages from dead-letter queues to source queues or a custom destination. (00f8d8af)
  • client-iot: Adding IoT Device Management Software Package Catalog APIs to register, store, and report system software packages, along with their versions and metadata in a centralized location. (7bf4fb1e)
  • client-quicksight: QuickSight support for pivot table field collapse state, radar chart range scale and multiple scope options in conditional formatting. (e89e93c1)

... (truncated)

Changelog

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

3.348.0 (2023-06-07)

Features

  • client-cloudformation: AWS CloudFormation StackSets is updating the deployment experience for all stackset operations to skip suspended AWS accounts during deployments. StackSets will skip target AWS accounts that are suspended and set the Detailed Status of the corresponding stack instances as SKIPPED_SUSPENDED_ACCOUNT (83514db)

3.347.1 (2023-06-07)

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

3.347.0 (2023-06-06)

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

3.346.0 (2023-06-05)

Features

  • client-cloudformation: AWS CloudFormation StackSets provides customers with three new APIs to activate, deactivate, and describe AWS Organizations trusted access which is needed to get started with service-managed StackSets. (074bc89)

3.345.0 (2023-06-02)

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

3.344.0 (2023-06-01)

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

... (truncated)

Commits
  • 4164757 Publish v3.348.0
  • 83514db feat(client-cloudformation): AWS CloudFormation StackSets is updating the dep...
  • 7529755 Publish v3.347.1
  • 602d7dd chore(deps): bump fast-xml-parser to 4.2.4 (#4796)
  • db169f4 Publish v3.347.0
  • 8e69678 Publish v3.346.0
  • 074bc89 feat(client-cloudformation): AWS CloudFormation StackSets provides customers ...
  • 5da2084 Publish v3.345.0
  • 4c2fd64 Publish v3.344.0
  • d78d640 Publish v3.342.0
  • Additional commits viewable in compare view


Updates @aws-sdk/client-cloudfront from 3.338.0 to 3.348.0

Release notes

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

v3.348.0

3.348.0(2023-06-07)

Documentation Changes
  • client-direct-connect: This update corrects the jumbo frames mtu values from 9100 to 8500 for transit virtual interfaces. (f96195ba)
New Features
  • client-customer-profiles: This release introduces event stream related APIs. (52630226)
  • client-cloudformation: AWS CloudFormation StackSets is updating the deployment experience for all stackset operations to skip suspended AWS accounts during deployments. StackSets will skip target AWS accounts that are suspended and set the Detailed Status of the corresponding stack instances as SKIPPED_SUSPENDED_ACCOUNT (83514dbf)
  • client-emr-containers: EMR on EKS adds support for log rotation of Spark container logs with EMR-6.11.0 onwards, to the StartJobRun API. (9a4e1431)
  • client-cloudwatch-logs: This change adds support for account level data protection policies using 3 new APIs, PutAccountPolicy, DeleteAccountPolicy and DescribeAccountPolicy. DescribeLogGroup API has been modified to indicate if account level policy is applied to the LogGroup via "inheritedProperties" list in the response. (d6b00582)
  • client-iotdeviceadvisor: AWS IoT Core Device Advisor now supports new Qualification Suite test case list. With this update, customers can more easily create new qualification test suite with an empty rootGroup input. (1f9abd0f)
Bug Fixes
  • node-http-handler: begin socket timeout countdown before socket event (#4804) (f5ce61a9)
  • middleware-websocket: update eventStreamHandler to use MessageSigner (#4803) (d8317fef)

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

v3.347.1

3.347.1(2023-06-07)

Chores

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

v3.347.0

3.347.0(2023-06-06)

Documentation Changes
  • client-connect: GetMetricDataV2 API is now available in AWS GovCloud(US) region. (6ebabec4)
New Features
  • clients: update client endpoints as of 2023-06-06 (eefb7164)
  • client-sqs: Amazon SQS adds three new APIs - StartMessageMoveTask, CancelMessageMoveTask, and ListMessageMoveTasks to automate redriving messages from dead-letter queues to source queues or a custom destination. (00f8d8af)
  • client-iot: Adding IoT Device Management Software Package Catalog APIs to register, store, and report system software packages, along with their versions and metadata in a centralized location. (7bf4fb1e)
  • client-quicksight: QuickSight support for pivot table field collapse state, radar chart range scale and multiple scope options in conditional formatting. (e89e93c1)

... (truncated)

Changelog

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

3.348.0 (2023-06-07)

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

3.347.1 (2023-06-07)

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

3.347.0 (2023-06-06)

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

3.345.0 (2023-06-02)

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

3.344.0 (2023-06-01)

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

3.342.0 (2023-05-30)

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

3.341.0 (2023-05-26)

... (truncated)

Commits


Updates @aws-sdk/client-s3 from 3.338.0 to 3.348.0

Release notes

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

v3.348.0

3.348.0(2023-06-07)

Documentation Changes
  • client-direct-connect: This update corrects the jumbo frames mtu values from 9100 to 8500 for transit virtual interfaces. (f96195ba)
New Features
  • client-customer-profiles: This release introduces event stream related APIs. (52630226)
  • client-cloudformation: AWS CloudFormation StackSets is updating the deployment experience for all stackset operations to skip suspended AWS accounts during deployments. StackSets will skip target AWS accounts that are suspended and set the Detailed Status of the corresponding stack instances as SKIPPED_SUSPENDED_ACCOUNT (83514dbf)
  • client-emr-containers: EMR on EKS adds support for log rotation of Spark container logs with EMR-6.11.0 onwards, to the StartJobRun API. (9a4e1431)
  • client-cloudwatch-logs: This change adds support for account level data protection policies using 3 new APIs, PutAccountPolicy, DeleteAccountPolicy and DescribeAccountPolicy. DescribeLogGroup API has been modified to indicate if account level policy is applied to the LogGroup via "inheritedProperties" list in the response. (d6b00582)
  • client-iotdeviceadvisor: AWS IoT Core Device Advisor now supports new Qualification Suite test case list. With this update, customers can more easily create new qualification test suite with an empty rootGroup input. (1f9abd0f)
Bug Fixes
  • node-http-handler: begin socket timeout countdown before socket event (#4804) (f5ce61a9)
  • middleware-websocket: update eventStreamHandler to use MessageSigner (#4803) (d8317fef)

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

v3.347.1

3.347.1(2023-06-07)

Chores

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

v3.347.0

3.347.0(2023-06-06)

Documentation Changes
  • client-connect: GetMetricDataV2 API is now available in AWS GovCloud(US) region. (6ebabec4)
New Features
  • clients: update client endpoints as of 2023-06-06 (eefb7164)
  • client-sqs: Amazon SQS adds three new APIs - StartMessageMoveTask, CancelMessageMoveTask, and ListMessageMoveTasks to automate redriving messages from dead-letter queues to source queues or a custom destination. (00f8d8af)
  • client-iot: Adding IoT Device Management Software Package Catalog APIs to register, store, and report system software packages, along with their versions and metadata in a centralized location. (7bf4fb1e)
  • client-quicksight: QuickSight support for pivot table field collapse state, radar chart range scale and multiple scope options in conditional formatting. (e89e93c1)

... (truncated)

Changelog

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

3.348.0 (2023-06-07)

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

3.347.1 (2023-06-07)

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

3.347.0 (2023-06-06)

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

3.345.0 (2023-06-02)

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

3.344.0 (2023-06-01)

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

3.342.0 (2023-05-30)

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

3.341.0 (2023-05-26)

... (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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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](https://github.com/Idea-Pool/aws-testing/network/alerts).