Commit dba1005
authored
Bump fast-xml-parser, @aws-sdk/client-cloudformation, @aws-sdk/client-cloudfront and @aws-sdk/client-s3 in /samples/static-site (#64)
Bumps
[fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser)
to 5.3.6 and updates ancestor dependencies
[fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser),
[@aws-sdk/client-cloudformation](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-cloudformation),
[@aws-sdk/client-cloudfront](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-cloudfront)
and
[@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3).
These dependencies need to be updated together.
Updates `fast-xml-parser` from 4.4.1 to 5.3.6
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/NaturalIntelligence/fast-xml-parser/releases">fast-xml-parser's
releases</a>.</em></p>
<blockquote>
<h2>Entity security and performance</h2>
<ul>
<li>Improve security and performance of entity processing
<ul>
<li>new options <code>maxEntitySize</code>,
<code>maxExpansionDepth</code>, <code>maxTotalExpansions</code>,
<code>maxExpandedLength</code>,
<code>allowedTags</code>,<code>tagFilter</code></li>
<li>fast return when no edtity is present</li>
<li>improvement replacement logic to reduce number of calls</li>
<li></li>
</ul>
</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.5...v5.3.6">https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.5...v5.3.6</a></p>
<h2>v5.3.5</h2>
<h2>What's Changed</h2>
<ul>
<li>Add missing exports to fxp commonjs types by <a
href="https://github.com/jeremymeng"><code>@jeremymeng</code></a> in <a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/pull/782">NaturalIntelligence/fast-xml-parser#782</a></li>
<li>fix: Escape regex char in entity name</li>
<li>update strnum to 2.1.2</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/jeremymeng"><code>@jeremymeng</code></a> made
their first contribution in <a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/pull/782">NaturalIntelligence/fast-xml-parser#782</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.4...v5.3.5">https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.4...v5.3.5</a></p>
<h2>fix: handle HTML numeric and hex entities when out of range</h2>
<p>No release notes provided.</p>
<h2>bug fix and performance improvements</h2>
<ul>
<li>fix <a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/775">#775</a>:
transformTagName with allowBooleanAttributes adds an unnecessary
attribute</li>
<li>Performance improvement for stopNodes (By <a
href="https://github.com/macieklamberski">Maciek Lamberski</a>)</li>
</ul>
<h2>Replace <code>Buffer</code> with <code>Uint8Array</code></h2>
<ul>
<li>Launched Separate CLI module</li>
<li>Replace <code>Buffer</code> with <code>Uint8Array</code></li>
</ul>
<h2>Support EMPTY and ANY with ELEMENT in DOCTYPE</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.2.4...v5.2.4">https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.2.4...v5.2.4</a></p>
<h2>upgrade to ESM module and fixing value parsing issues</h2>
<ul>
<li>Support ESM modules</li>
<li>fix value parsing issues</li>
<li>a feature to access tag location is added (metadata)</li>
<li>fix to read DOCTYPE correctly</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md">https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md</a></p>
<h2>Summary update on all the previous releases from v4.2.4</h2>
<ul>
<li>Multiple minor fixes provided in the validator and parser</li>
<li>v6 is added for experimental use.</li>
<li>ignoreAttributes support function, and array of string or regex</li>
<li>Add support for parsing HTML numeric entities</li>
<li>v5 of the application is ESM module now. However, JS is also
supported</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md">fast-xml-parser's
changelog</a>.</em></p>
<blockquote>
<p><!-- raw HTML omitted -->Note: If you find missing information about
particular minor version, that version must have been changed without
any functional change in this library.<!-- raw HTML omitted --></p>
<p>5.3.7
<strong>5.3.7 / 2026-02-20</strong></p>
<ul>
<li>fix typings for CJS (By <a
href="https://github.com/Drarig29">Corentin Girard</a>)</li>
</ul>
<p><strong>5.3.6 / 2026-02-14</strong></p>
<ul>
<li>Improve security and performance of entity processing
<ul>
<li>new options <code>maxEntitySize</code>,
<code>maxExpansionDepth</code>, <code>maxTotalExpansions</code>,
<code>maxExpandedLength</code>,
<code>allowedTags</code>,<code>tagFilter</code></li>
<li>fast return when no edtity is present</li>
<li>improvement replacement logic to reduce number of calls</li>
</ul>
</li>
</ul>
<p><strong>5.3.5 / 2026-02-08</strong></p>
<ul>
<li>fix: Escape regex char in entity name</li>
<li>update strnum to 2.1.2</li>
<li>add missing exports in CJS typings</li>
</ul>
<p><strong>5.3.4 / 2026-01-30</strong></p>
<ul>
<li>fix: handle HTML numeric and hex entities when out of range</li>
</ul>
<p><strong>5.3.3 / 2025-12-12</strong></p>
<ul>
<li>fix <a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/775">#775</a>:
transformTagName with allowBooleanAttributes adds an unnecessary
attribute</li>
</ul>
<p><strong>5.3.2 / 2025-11-14</strong></p>
<ul>
<li>fix for import statement for v6</li>
</ul>
<p><strong>5.3.1 / 2025-11-03</strong></p>
<ul>
<li>Performance improvement for stopNodes (By <a
href="https://github.com/macieklamberski">Maciek Lamberski</a>)</li>
</ul>
<p><strong>5.3.0 / 2025-10-03</strong></p>
<ul>
<li>Use <code>Uint8Array</code> in place of <code>Buffer</code> in
Parser</li>
</ul>
<p><strong>5.2.5 / 2025-06-08</strong></p>
<ul>
<li>Inform user to use <a
href="https://github.com/NaturalIntelligence/fxp-cli">fxp-cli</a>
instead of in-built CLI feature</li>
<li>Export typings for direct use</li>
</ul>
<p><strong>5.2.4 / 2025-06-06</strong></p>
<ul>
<li>fix (<a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/747">#747</a>):
fix EMPTY and ANY with ELEMENT in DOCTYPE</li>
</ul>
<p><strong>5.2.3 / 2025-05-11</strong></p>
<ul>
<li>fix (<a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/747">#747</a>):
support EMPTY and ANY with ELEMENT in DOCTYPE</li>
</ul>
<p><strong>5.2.2 / 2025-05-05</strong></p>
<ul>
<li>fix (<a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/746">#746</a>):
update strnum to fix parsing issues related to enotations</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/ecb2ca118ad3d6c62f2cc90416b58da24db5d18b"><code>ecb2ca1</code></a>
update release info</li>
<li><a
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/910dae5be2de2955e968558fadf6e8f74f117a77"><code>910dae5</code></a>
fix entities performance & security issues</li>
<li><a
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/fe9a85270122036ae22637167ce38a5f71b73a5f"><code>fe9a852</code></a>
update strnum and release detail</li>
<li><a
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/943ef0eb1b2d3284e72dd74f44a042ee9f07026e"><code>943ef0e</code></a>
fix: Escape regex char in entity name</li>
<li><a
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/ddcd0acf26ddd682cb0dc15a2bd6aa3b96bb1e69"><code>ddcd0ac</code></a>
Escape regex char in entity name</li>
<li><a
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/341b582219b1eb57e4c34ca58881602cba6b8711"><code>341b582</code></a>
Add missing exports to fxp commonjs types (<a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/782">#782</a>)</li>
<li><a
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/753e770f69d0f30c95b0287f7b8c57e4a93bbc12"><code>753e770</code></a>
update release details</li>
<li><a
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/4e387f61c4a5cef792f6a2f42467013290bf95dc"><code>4e387f6</code></a>
handle html entities when out of range</li>
<li><a
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/088b47a660b13003644e4399c48f0d4593fb4e59"><code>088b47a</code></a>
correct typo (<a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/780">#780</a>)</li>
<li><a
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/f335cbf80462b821ec9ee2b1e864c0b762515397"><code>f335cbf</code></a>
update publish detail</li>
<li>Additional commits viewable in <a
href="https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.4.1...v5.3.6">compare
view</a></li>
</ul>
</details>
<br />
Updates `@aws-sdk/client-cloudformation` from 3.637.0 to 3.995.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/releases"><code>@aws-sdk/client-cloudformation</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.995.0</h2>
<h4>3.995.0(2026-02-20)</h4>
<h5>Chores</h5>
<ul>
<li><strong>codegen:</strong> bump codegen version to 0.45.0 (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7752">#7752</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/3c93f8ab7a5baa0ad56bc06767b38132490221de">3c93f8ab</a>)</li>
<li><strong>util-user-agent-node:</strong> populate metadata of
alternative JavaScript runtimes (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7754">#7754</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/79d2c235fc32a54fd088949cdb63afcd7fd8ed60">79d2c235</a>)</li>
<li>make PR template checklist easier to edit (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7753">#7753</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/be25ea35e3e48a216d20cd66beb3537d36d8a258">be25ea35</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong> update client endpoints as of 2026-02-20
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/aa23f1e0e151ac3e2ce430b8b847ee196d78f457">aa23f1e0</a>)</li>
<li><strong>client-appstream:</strong> Adding new attribute to disable
IMDS v1 APIs for fleet, Image Builder and AppBlockBuilder instances. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/720218892a2c5eae9c5157e383a253d02a5b3959">72021889</a>)</li>
<li><strong>client-sagemaker-runtime:</strong> Added support for
S3OutputPathExtension and Filename parameters to the InvokeEndpointAsync
API to allow users to customize the S3 output path and file name for
async inference response payloads. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/edac3d730ce23289651582209425f567912be4fd">edac3d73</a>)</li>
<li><strong>client-trustedadvisor:</strong> Adding a new enum
attribute(statusReason) to TrustedAdvisorAPI response. This attribute
explains reasoning behind check status for certain specific scenarios.
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/2d4a1eb4804aafa8b4581783e0db0dcb3eb61e8d">2d4a1eb4</a>)</li>
<li><strong>client-ecs:</strong> Migrated to Smithy. No functional
changes (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/20258a5ffedcaffdf80b85eeb66d5e00057de37d">20258a5f</a>)</li>
<li><strong>client-ssm:</strong> Add support for
AssociationDispatchAssumeRole in AWS SSM State Manager. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/83535fc82c40d5871dea60dc4374527d6a2ff5be">83535fc8</a>)</li>
<li><strong>client-signer-data:</strong> This release introduces AWS
Signer Data Plane SDK client supporting GetRevocationStatus API. The new
client enables AWS PrivateLink connectivity with both private DNS and
VPC endpoint URLs. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/b03b059db8d788eed82aa57f354adc89d06767c7">b03b059d</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.995.0.zip</strong></p>
<h2>v3.994.0</h2>
<h4>3.994.0(2026-02-19)</h4>
<h5>Chores</h5>
<ul>
<li><strong>codegen:</strong> bump Gradle to 9.3.1 (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7750">#7750</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/9db72de8815a925baaf710de2745c53dd5612ac2">9db72de8</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>client-pca-connector-scep:</strong> AWS Private CA Connector
for SCEP now supports AWS PrivateLink, allowing your clients to request
certificates from within your Amazon Virtual Private Cloud (VPC) without
traversing the public internet. With this launch, you can create VPC
endpoints to connect to your SCEP connector privately. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/6ffd8f08c3d0fc44ea0b4ce41f707411530d3bf4">6ffd8f08</a>)</li>
<li><strong>client-bcm-dashboards:</strong> The Billing and Cost
Management GetDashboard API now returns identifier for each widget,
enabling users to uniquely identify widgets within their dashboards. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/4d6e1de79c505a6806eb8c66d48bd278f60868f9">4d6e1de7</a>)</li>
<li><strong>client-ecr:</strong> Adds multiple artifact types filter
support in ListImageReferrers API. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/9335ea37587772acdb32fd218b0227b8ce2c14ac">9335ea37</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.994.0.zip</strong></p>
<h2>v3.993.0</h2>
<h4>3.993.0(2026-02-18)</h4>
<h5>Chores</h5>
<ul>
<li>bump fast-xml-parser to 5.3.6 (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7747">#7747</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/74d03faf12a9970b1510406afd30bab58de050e8">74d03faf</a>)</li>
<li><strong>codegen:</strong> fix undefined http binding top level
members (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7741">#7741</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/4b0264205571fb92738e0304838377aa8d98394c">4b026420</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-cloudformation/CHANGELOG.md"><code>@aws-sdk/client-cloudformation</code>'s
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.994.0...v3.995.0">3.995.0</a>
(2026-02-20)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/client-cloudformation</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.993.0...v3.994.0">3.994.0</a>
(2026-02-19)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/client-cloudformation</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.992.0...v3.993.0">3.993.0</a>
(2026-02-18)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/client-cloudformation</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.991.0...v3.992.0">3.992.0</a>
(2026-02-17)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/client-cloudformation</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.990.0...v3.991.0">3.991.0</a>
(2026-02-16)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/client-cloudformation</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.989.0...v3.990.0">3.990.0</a>
(2026-02-13)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/client-cloudformation</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.988.0...v3.989.0">3.989.0</a>
(2026-02-12)</h1>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/e8dc4f20e257561a97d7cdda37f4ef3578068e8c"><code>e8dc4f2</code></a>
Publish v3.995.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/62005a29357f34b10275ac0e7354bf25f0b49ae7"><code>62005a2</code></a>
Publish v3.994.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/1d8d8189357aa19f8cca82d37fbaf37e0e58e83a"><code>1d8d818</code></a>
Publish v3.993.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/4b0264205571fb92738e0304838377aa8d98394c"><code>4b02642</code></a>
chore(codegen): fix undefined http binding top level members (<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-cloudformation/issues/7741">#7741</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/c4fdbdb6a436f50160724a6cc6919475a4dbfc8d"><code>c4fdbdb</code></a>
Publish v3.992.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/d504da4cb5a18065a60caa6dd9609f4ef39cafd3"><code>d504da4</code></a>
Publish v3.991.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/b037203be0358d33f3c27fb994750dd2c0aa1b9b"><code>b037203</code></a>
Publish v3.990.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/92253a3a6463bf96a0729b1223c37b3336c0989a"><code>92253a3</code></a>
Publish v3.989.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/223d2fbb5cecd43edfe1a3fde2b5460974e325eb"><code>223d2fb</code></a>
Publish v3.988.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/d20ea16f8069517b7dc02c62f39afea11423f061"><code>d20ea16</code></a>
chore(codegen): update for compositeErrorRegistries (<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-cloudformation/issues/7728">#7728</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-sdk-js-v3/commits/v3.995.0/clients/client-cloudformation">compare
view</a></li>
</ul>
</details>
<br />
Updates `@aws-sdk/client-cloudfront` from 3.637.0 to 3.995.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/releases"><code>@aws-sdk/client-cloudfront</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.995.0</h2>
<h4>3.995.0(2026-02-20)</h4>
<h5>Chores</h5>
<ul>
<li><strong>codegen:</strong> bump codegen version to 0.45.0 (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7752">#7752</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/3c93f8ab7a5baa0ad56bc06767b38132490221de">3c93f8ab</a>)</li>
<li><strong>util-user-agent-node:</strong> populate metadata of
alternative JavaScript runtimes (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7754">#7754</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/79d2c235fc32a54fd088949cdb63afcd7fd8ed60">79d2c235</a>)</li>
<li>make PR template checklist easier to edit (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7753">#7753</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/be25ea35e3e48a216d20cd66beb3537d36d8a258">be25ea35</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong> update client endpoints as of 2026-02-20
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/aa23f1e0e151ac3e2ce430b8b847ee196d78f457">aa23f1e0</a>)</li>
<li><strong>client-appstream:</strong> Adding new attribute to disable
IMDS v1 APIs for fleet, Image Builder and AppBlockBuilder instances. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/720218892a2c5eae9c5157e383a253d02a5b3959">72021889</a>)</li>
<li><strong>client-sagemaker-runtime:</strong> Added support for
S3OutputPathExtension and Filename parameters to the InvokeEndpointAsync
API to allow users to customize the S3 output path and file name for
async inference response payloads. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/edac3d730ce23289651582209425f567912be4fd">edac3d73</a>)</li>
<li><strong>client-trustedadvisor:</strong> Adding a new enum
attribute(statusReason) to TrustedAdvisorAPI response. This attribute
explains reasoning behind check status for certain specific scenarios.
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/2d4a1eb4804aafa8b4581783e0db0dcb3eb61e8d">2d4a1eb4</a>)</li>
<li><strong>client-ecs:</strong> Migrated to Smithy. No functional
changes (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/20258a5ffedcaffdf80b85eeb66d5e00057de37d">20258a5f</a>)</li>
<li><strong>client-ssm:</strong> Add support for
AssociationDispatchAssumeRole in AWS SSM State Manager. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/83535fc82c40d5871dea60dc4374527d6a2ff5be">83535fc8</a>)</li>
<li><strong>client-signer-data:</strong> This release introduces AWS
Signer Data Plane SDK client supporting GetRevocationStatus API. The new
client enables AWS PrivateLink connectivity with both private DNS and
VPC endpoint URLs. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/b03b059db8d788eed82aa57f354adc89d06767c7">b03b059d</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.995.0.zip</strong></p>
<h2>v3.994.0</h2>
<h4>3.994.0(2026-02-19)</h4>
<h5>Chores</h5>
<ul>
<li><strong>codegen:</strong> bump Gradle to 9.3.1 (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7750">#7750</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/9db72de8815a925baaf710de2745c53dd5612ac2">9db72de8</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>client-pca-connector-scep:</strong> AWS Private CA Connector
for SCEP now supports AWS PrivateLink, allowing your clients to request
certificates from within your Amazon Virtual Private Cloud (VPC) without
traversing the public internet. With this launch, you can create VPC
endpoints to connect to your SCEP connector privately. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/6ffd8f08c3d0fc44ea0b4ce41f707411530d3bf4">6ffd8f08</a>)</li>
<li><strong>client-bcm-dashboards:</strong> The Billing and Cost
Management GetDashboard API now returns identifier for each widget,
enabling users to uniquely identify widgets within their dashboards. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/4d6e1de79c505a6806eb8c66d48bd278f60868f9">4d6e1de7</a>)</li>
<li><strong>client-ecr:</strong> Adds multiple artifact types filter
support in ListImageReferrers API. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/9335ea37587772acdb32fd218b0227b8ce2c14ac">9335ea37</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.994.0.zip</strong></p>
<h2>v3.993.0</h2>
<h4>3.993.0(2026-02-18)</h4>
<h5>Chores</h5>
<ul>
<li>bump fast-xml-parser to 5.3.6 (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7747">#7747</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/74d03faf12a9970b1510406afd30bab58de050e8">74d03faf</a>)</li>
<li><strong>codegen:</strong> fix undefined http binding top level
members (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7741">#7741</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/4b0264205571fb92738e0304838377aa8d98394c">4b026420</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-cloudfront/CHANGELOG.md"><code>@aws-sdk/client-cloudfront</code>'s
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.994.0...v3.995.0">3.995.0</a>
(2026-02-20)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/client-cloudfront</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.993.0...v3.994.0">3.994.0</a>
(2026-02-19)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/client-cloudfront</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.992.0...v3.993.0">3.993.0</a>
(2026-02-18)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/client-cloudfront</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.991.0...v3.992.0">3.992.0</a>
(2026-02-17)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/client-cloudfront</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.990.0...v3.991.0">3.991.0</a>
(2026-02-16)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/client-cloudfront</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.989.0...v3.990.0">3.990.0</a>
(2026-02-13)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/client-cloudfront</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.988.0...v3.989.0">3.989.0</a>
(2026-02-12)</h1>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/e8dc4f20e257561a97d7cdda37f4ef3578068e8c"><code>e8dc4f2</code></a>
Publish v3.995.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/62005a29357f34b10275ac0e7354bf25f0b49ae7"><code>62005a2</code></a>
Publish v3.994.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/1d8d8189357aa19f8cca82d37fbaf37e0e58e83a"><code>1d8d818</code></a>
Publish v3.993.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/4b0264205571fb92738e0304838377aa8d98394c"><code>4b02642</code></a>
chore(codegen): fix undefined http binding top level members (<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-cloudfront/issues/7741">#7741</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/c4fdbdb6a436f50160724a6cc6919475a4dbfc8d"><code>c4fdbdb</code></a>
Publish v3.992.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/d504da4cb5a18065a60caa6dd9609f4ef39cafd3"><code>d504da4</code></a>
Publish v3.991.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/b037203be0358d33f3c27fb994750dd2c0aa1b9b"><code>b037203</code></a>
Publish v3.990.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/92253a3a6463bf96a0729b1223c37b3336c0989a"><code>92253a3</code></a>
Publish v3.989.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/223d2fbb5cecd43edfe1a3fde2b5460974e325eb"><code>223d2fb</code></a>
Publish v3.988.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/d20ea16f8069517b7dc02c62f39afea11423f061"><code>d20ea16</code></a>
chore(codegen): update for compositeErrorRegistries (<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-cloudfront/issues/7728">#7728</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-sdk-js-v3/commits/v3.995.0/clients/client-cloudfront">compare
view</a></li>
</ul>
</details>
<br />
Updates `@aws-sdk/client-s3` from 3.637.0 to 3.995.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/releases"><code>@aws-sdk/client-s3</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.995.0</h2>
<h4>3.995.0(2026-02-20)</h4>
<h5>Chores</h5>
<ul>
<li><strong>codegen:</strong> bump codegen version to 0.45.0 (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7752">#7752</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/3c93f8ab7a5baa0ad56bc06767b38132490221de">3c93f8ab</a>)</li>
<li><strong>util-user-agent-node:</strong> populate metadata of
alternative JavaScript runtimes (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7754">#7754</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/79d2c235fc32a54fd088949cdb63afcd7fd8ed60">79d2c235</a>)</li>
<li>make PR template checklist easier to edit (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7753">#7753</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/be25ea35e3e48a216d20cd66beb3537d36d8a258">be25ea35</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong> update client endpoints as of 2026-02-20
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/aa23f1e0e151ac3e2ce430b8b847ee196d78f457">aa23f1e0</a>)</li>
<li><strong>client-appstream:</strong> Adding new attribute to disable
IMDS v1 APIs for fleet, Image Builder and AppBlockBuilder instances. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/720218892a2c5eae9c5157e383a253d02a5b3959">72021889</a>)</li>
<li><strong>client-sagemaker-runtime:</strong> Added support for
S3OutputPathExtension and Filename parameters to the InvokeEndpointAsync
API to allow users to customize the S3 output path and file name for
async inference response payloads. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/edac3d730ce23289651582209425f567912be4fd">edac3d73</a>)</li>
<li><strong>client-trustedadvisor:</strong> Adding a new enum
attribute(statusReason) to TrustedAdvisorAPI response. This attribute
explains reasoning behind check status for certain specific scenarios.
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/2d4a1eb4804aafa8b4581783e0db0dcb3eb61e8d">2d4a1eb4</a>)</li>
<li><strong>client-ecs:</strong> Migrated to Smithy. No functional
changes (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/20258a5ffedcaffdf80b85eeb66d5e00057de37d">20258a5f</a>)</li>
<li><strong>client-ssm:</strong> Add support for
AssociationDispatchAssumeRole in AWS SSM State Manager. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/83535fc82c40d5871dea60dc4374527d6a2ff5be">83535fc8</a>)</li>
<li><strong>client-signer-data:</strong> This release introduces AWS
Signer Data Plane SDK client supporting GetRevocationStatus API. The new
client enables AWS PrivateLink connectivity with both private DNS and
VPC endpoint URLs. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/b03b059db8d788eed82aa57f354adc89d06767c7">b03b059d</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.995.0.zip</strong></p>
<h2>v3.994.0</h2>
<h4>3.994.0(2026-02-19)</h4>
<h5>Chores</h5>
<ul>
<li><strong>codegen:</strong> bump Gradle to 9.3.1 (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7750">#7750</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/9db72de8815a925baaf710de2745c53dd5612ac2">9db72de8</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>client-pca-connector-scep:</strong> AWS Private CA Connector
for SCEP now supports AWS PrivateLink, allowing your clients to request
certificates from within your Amazon Virtual Private Cloud (VPC) without
traversing the public internet. With this launch, you can create VPC
endpoints to connect to your SCEP connector privately. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/6ffd8f08c3d0fc44ea0b4ce41f707411530d3bf4">6ffd8f08</a>)</li>
<li><strong>client-bcm-dashboards:</strong> The Billing and Cost
Management GetDashboard API now returns identifier for each widget,
enabling users to uniquely identify widgets within their dashboards. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/4d6e1de79c505a6806eb8c66d48bd278f60868f9">4d6e1de7</a>)</li>
<li><strong>client-ecr:</strong> Adds multiple artifact types filter
support in ListImageReferrers API. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/9335ea37587772acdb32fd218b0227b8ce2c14ac">9335ea37</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.994.0.zip</strong></p>
<h2>v3.993.0</h2>
<h4>3.993.0(2026-02-18)</h4>
<h5>Chores</h5>
<ul>
<li>bump fast-xml-parser to 5.3.6 (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7747">#7747</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/74d03faf12a9970b1510406afd30bab58de050e8">74d03faf</a>)</li>
<li><strong>codegen:</strong> fix undefined http binding top level
members (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7741">#7741</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/4b0264205571fb92738e0304838377aa8d98394c">4b026420</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md"><code>@aws-sdk/client-s3</code>'s
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.994.0...v3.995.0">3.995.0</a>
(2026-02-20)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/client-s3</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.993.0...v3.994.0">3.994.0</a>
(2026-02-19)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/client-s3</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.992.0...v3.993.0">3.993.0</a>
(2026-02-18)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/client-s3</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.991.0...v3.992.0">3.992.0</a>
(2026-02-17)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/client-s3</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.990.0...v3.991.0">3.991.0</a>
(2026-02-16)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/client-s3</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.989.0...v3.990.0">3.990.0</a>
(2026-02-13)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/client-s3</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.988.0...v3.989.0">3.989.0</a>
(2026-02-12)</h1>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/e8dc4f20e257561a97d7cdda37f4ef3578068e8c"><code>e8dc4f2</code></a>
Publish v3.995.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/62005a29357f34b10275ac0e7354bf25f0b49ae7"><code>62005a2</code></a>
Publish v3.994.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/1d8d8189357aa19f8cca82d37fbaf37e0e58e83a"><code>1d8d818</code></a>
Publish v3.993.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/4b0264205571fb92738e0304838377aa8d98394c"><code>4b02642</code></a>
chore(codegen): fix undefined http binding top level members (<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3/issues/7741">#7741</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/c4fdbdb6a436f50160724a6cc6919475a4dbfc8d"><code>c4fdbdb</code></a>
Publish v3.992.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/d504da4cb5a18065a60caa6dd9609f4ef39cafd3"><code>d504da4</code></a>
Publish v3.991.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/b037203be0358d33f3c27fb994750dd2c0aa1b9b"><code>b037203</code></a>
Publish v3.990.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/92253a3a6463bf96a0729b1223c37b3336c0989a"><code>92253a3</code></a>
Publish v3.989.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/223d2fbb5cecd43edfe1a3fde2b5460974e325eb"><code>223d2fb</code></a>
Publish v3.988.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/d20ea16f8069517b7dc02c62f39afea11423f061"><code>d20ea16</code></a>
chore(codegen): update for compositeErrorRegistries (<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3/issues/7728">#7728</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-sdk-js-v3/commits/v3.995.0/clients/client-s3">compare
view</a></li>
</ul>
</details>
<br />
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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](https://github.com/Idea-Pool/aws-testing/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 0781c4e commit dba1005
2 files changed
Lines changed: 1039 additions & 877 deletions
0 commit comments