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)
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
client-mgn: Adds support for new storeSnapshotOnLocalZone field in ReplicationConfiguration and updateReplicationConfiguration (c7d93e0d)
client-route53globalresolver: Adds support for dual stack Global Resolvers and Dictionary-based Domain Generation Firewall Advanced Protection. (8604ad97)
client-opensearch: This change enables cross-account and cross-region access for DataSources. Customers can now define access policies on their datasources to allow other AWS accounts to access and query their data. (ddb8f9d8)
[browser]startRegistration() and startAuthentication() will recognize punycode domains as valid domains when trying to identify why an error occurred (#750)
[server] A new verifyMDSBlob() helper method has been added to verify and extract metadata statements from FIDO MDS blobs. See the docs here for more info (#752)
v13.2.3
Changes
[server] Dependencies have been updated to fix a "Cannot get schema" error that may occur when verifying responses after upgrading to v13.2.0+ (#747)
[browser]startRegistration() and startAuthentication() will recognize punycode domains
when trying to identify why an error occurred
(#750)
[server] A new verifyMDSBlob() helper method has been added to verify and extract metadata
statements from FIDO MDS blobs. See
the docs here
for more info (#752)
v13.2.3
Changes
[server] Dependencies have been updated to fix a "Cannot get schema" error that may occur
when verifying responses after upgrading to v13.2.0+
(#747)
[browser]startRegistration() and startAuthentication() will recognize punycode domains as valid domains when trying to identify why an error occurred (#750)
[server] A new verifyMDSBlob() helper method has been added to verify and extract metadata statements from FIDO MDS blobs. See the docs here for more info (#752)
[browser]startRegistration() and startAuthentication() will recognize punycode domains
when trying to identify why an error occurred
(#750)
[server] A new verifyMDSBlob() helper method has been added to verify and extract metadata
statements from FIDO MDS blobs. See
the docs here
for more info (#752)
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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
@dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
@dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
@dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
@dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/fosrl/pangolin/pull/2629
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 3/10/2026
**Status:** ✅ Merged
**Merged:** 3/18/2026
**Merged by:** [@oschwartz10612](https://github.com/oschwartz10612)
**Base:** `main` ← **Head:** `dependabot/npm_and_yarn/prod-minor-updates-47a8475ba0`
---
### 📝 Commits (1)
- [`0908f0f`](https://github.com/fosrl/pangolin/commit/0908f0f057760afe922a7d6cc403f4b40c8113d4) Bump the prod-minor-updates group across 1 directory with 3 updates
### 📊 Changes
**2 files changed** (+566 additions, -593 deletions)
<details>
<summary>View changed files</summary>
📝 `package-lock.json` (+563 -590)
📝 `package.json` (+3 -3)
</details>
### 📄 Description
Bumps the prod-minor-updates group with 3 updates in the / directory: [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3), [@simplewebauthn/browser](https://github.com/MasterKale/SimpleWebAuthn/tree/HEAD/packages/browser) and [@simplewebauthn/server](https://github.com/MasterKale/SimpleWebAuthn/tree/HEAD/packages/server).
Updates `@aws-sdk/client-s3` from 3.1004.0 to 3.1006.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.1006.0</h2>
<h4>3.1006.0(2026-03-10)</h4>
<h5>Documentation Changes</h5>
<ul>
<li><strong>client-database-migration-service:</strong> Not need to include to any release notes. The only change is to correct LoadTimeout unit from milliseconds to seconds in RedshiftSettings (<a href="https://github.com/aws/aws-sdk-js-v3/commit/fbbd78b2777f4091f2fd86bca7a3b43dfca5a405">fbbd78b2</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>client-lex-models-v2:</strong> 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. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/d670f6b3be1ae3b6da9276da288f5aafb978c521">d670f6b3</a>)</li>
<li><strong>client-bedrock-agentcore-control:</strong> Adding first class support for AG-UI protocol in AgentCore Runtime. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/c092730e0cac85beff2d47c36bebb2cabac83dbc">c092730e</a>)</li>
<li><strong>client-connectcases:</strong> Added functionality for the Required and Hidden case rule types to be conditionally evaluated on up to 5 conditions. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/40ed59fc97a17ab7edd0d177592a68fe36cd9fcb">40ed59fc</a>)</li>
<li><strong>client-kafka:</strong> Add dual stack endpoint to SDK (<a href="https://github.com/aws/aws-sdk-js-v3/commit/574d2c5bc6df3aab480ae753f4f61900d81754e6">574d2c5b</a>)</li>
</ul>
<h5>Tests</h5>
<ul>
<li><strong>snapshot-testing:</strong> error response snapshots (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7836">#7836</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/0e58193f698c5b387bf04e03a4c8721f0d7a5ea7">0e58193f</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view <strong>updated-packages.md</strong> in <strong>assets-3.1006.0.zip</strong></p>
<h2>v3.1005.0</h2>
<h4>3.1005.0(2026-03-09)</h4>
<h5>Documentation Changes</h5>
<ul>
<li><strong>client-iam:</strong> Added support for CloudWatch Logs long-term API keys, currently available in Preview (<a href="https://github.com/aws/aws-sdk-js-v3/commit/1bc94f42e69977c96f391b3674a07eee775a52f6">1bc94f42</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>client-mgn:</strong> Adds support for new storeSnapshotOnLocalZone field in ReplicationConfiguration and updateReplicationConfiguration (<a href="https://github.com/aws/aws-sdk-js-v3/commit/c7d93e0dd4ecccafe22f9cc3af740e02aa049105">c7d93e0d</a>)</li>
<li><strong>client-route53globalresolver:</strong> Adds support for dual stack Global Resolvers and Dictionary-based Domain Generation Firewall Advanced Protection. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/8604ad97377ee5ed1d359d416639c5b9625942e1">8604ad97</a>)</li>
<li><strong>client-opensearch:</strong> This change enables cross-account and cross-region access for DataSources. Customers can now define access policies on their datasources to allow other AWS accounts to access and query their data. (<a href="https://github.com/aws/aws-sdk-js-v3/commit/ddb8f9d8c0623c13421f17c1ebf07ee93a3bda86">ddb8f9d8</a>)</li>
</ul>
<h5>Tests</h5>
<ul>
<li><strong>snapshot-testing:</strong> implement response snapshots (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7803">#7803</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/2b96330d9048ca3df807a4775da859f76d041554">2b96330d</a>)</li>
<li><strong>client-sqs:</strong> use unique queue prefix (<a href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7831">#7831</a>) (<a href="https://github.com/aws/aws-sdk-js-v3/commit/ef326d8d5a3beb7619bebe1807e85f9c720ea775">ef326d8d</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view <strong>updated-packages.md</strong> in <strong>assets-3.1005.0.zip</strong></p>
</blockquote>
</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.1005.0...v3.1006.0">3.1006.0</a> (2026-03-10)</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.1004.0...v3.1005.0">3.1005.0</a> (2026-03-09)</h1>
<p><strong>Note:</strong> Version bump only for package <code>@aws-sdk/client-s3</code></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/fa4dc507231931f6e60bb5a2ab3b8fe8e977f058"><code>fa4dc50</code></a> Publish v3.1006.0</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/0e58193f698c5b387bf04e03a4c8721f0d7a5ea7"><code>0e58193</code></a> test(snapshot-testing): error response snapshots (<a href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3/issues/7836">#7836</a>)</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/e6927188c4d035f6b2a2c0f35f61f7e0bf45d999"><code>e692718</code></a> Publish v3.1005.0</li>
<li><a href="https://github.com/aws/aws-sdk-js-v3/commit/2b96330d9048ca3df807a4775da859f76d041554"><code>2b96330</code></a> test(snapshot-testing): implement response snapshots (<a href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3/issues/7803">#7803</a>)</li>
<li>See full diff in <a href="https://github.com/aws/aws-sdk-js-v3/commits/v3.1006.0/clients/client-s3">compare view</a></li>
</ul>
</details>
<br />
Updates `@simplewebauthn/browser` from 13.2.2 to 13.3.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/MasterKale/SimpleWebAuthn/releases"><code>@simplewebauthn/browser</code>'s releases</a>.</em></p>
<blockquote>
<h2>v13.3.0</h2>
<ul>
<li><strong>[browser]</strong> <code>startRegistration()</code> and <code>startAuthentication()</code> will recognize punycode domains as valid domains when trying to identify why an error occurred (<a href="https://redirect.github.com/MasterKale/SimpleWebAuthn/pull/750">#750</a>)</li>
<li><strong>[server]</strong> A new <code>verifyMDSBlob()</code> helper method has been added to verify and extract metadata statements from FIDO MDS blobs. See <a href="https://simplewebauthn.dev/docs/advanced/server/metadata-service#verifymdsblob">the docs here</a> for more info (<a href="https://redirect.github.com/MasterKale/SimpleWebAuthn/pull/752">#752</a>)</li>
</ul>
<h2>v13.2.3</h2>
<p><strong>Changes</strong></p>
<ul>
<li><strong>[server]</strong> Dependencies have been updated to fix a <code>"Cannot get schema"</code> error that may occur when verifying responses after upgrading to v13.2.0+ (<a href="https://redirect.github.com/MasterKale/SimpleWebAuthn/pull/747">#747</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/MasterKale/SimpleWebAuthn/blob/master/CHANGELOG.md"><code>@simplewebauthn/browser</code>'s changelog</a>.</em></p>
<blockquote>
<h2>v13.3.0</h2>
<p><strong>Changes:</strong></p>
<ul>
<li><strong>[browser]</strong> <code>startRegistration()</code> and <code>startAuthentication()</code> will recognize punycode domains
when trying to identify why an error occurred
(<a href="https://redirect.github.com/MasterKale/SimpleWebAuthn/pull/750">#750</a>)</li>
<li><strong>[server]</strong> A new <code>verifyMDSBlob()</code> helper method has been added to verify and extract metadata
statements from FIDO MDS blobs. See
<a href="https://simplewebauthn.dev/docs/advanced/server/metadata-service#verifymdsblob">the docs here</a>
for more info (<a href="https://redirect.github.com/MasterKale/SimpleWebAuthn/pull/752">#752</a>)</li>
</ul>
<h2>v13.2.3</h2>
<p><strong>Changes</strong></p>
<ul>
<li><strong>[server]</strong> Dependencies have been updated to fix a <code>"Cannot get schema"</code> error that may occur
when verifying responses after upgrading to v13.2.0+
(<a href="https://redirect.github.com/MasterKale/SimpleWebAuthn/pull/747">#747</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/MasterKale/SimpleWebAuthn/commit/48e19abf3b1f5834fa721d0978754f1964404ed3"><code>48e19ab</code></a> Update version to 13.3.0</li>
<li><a href="https://github.com/MasterKale/SimpleWebAuthn/commit/fda6c5f8a4b5ac9365903b63c33d40457d318418"><code>fda6c5f</code></a> Tweak comment in tests</li>
<li><a href="https://github.com/MasterKale/SimpleWebAuthn/commit/4ccada71ecdc894890441e87d64f814b2ca3a5c5"><code>4ccada7</code></a> Add some tests</li>
<li><a href="https://github.com/MasterKale/SimpleWebAuthn/commit/dd1bccd4a3ce13dc0bdc41cdb98352b47c4b04dc"><code>dd1bccd</code></a> Tweak domain regex</li>
<li>See full diff in <a href="https://github.com/MasterKale/SimpleWebAuthn/commits/v13.3.0/packages/browser">compare view</a></li>
</ul>
</details>
<br />
Updates `@simplewebauthn/server` from 13.2.3 to 13.3.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/MasterKale/SimpleWebAuthn/releases"><code>@simplewebauthn/server</code>'s releases</a>.</em></p>
<blockquote>
<h2>v13.3.0</h2>
<ul>
<li><strong>[browser]</strong> <code>startRegistration()</code> and <code>startAuthentication()</code> will recognize punycode domains as valid domains when trying to identify why an error occurred (<a href="https://redirect.github.com/MasterKale/SimpleWebAuthn/pull/750">#750</a>)</li>
<li><strong>[server]</strong> A new <code>verifyMDSBlob()</code> helper method has been added to verify and extract metadata statements from FIDO MDS blobs. See <a href="https://simplewebauthn.dev/docs/advanced/server/metadata-service#verifymdsblob">the docs here</a> for more info (<a href="https://redirect.github.com/MasterKale/SimpleWebAuthn/pull/752">#752</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/MasterKale/SimpleWebAuthn/blob/master/CHANGELOG.md"><code>@simplewebauthn/server</code>'s changelog</a>.</em></p>
<blockquote>
<h2>v13.3.0</h2>
<p><strong>Changes:</strong></p>
<ul>
<li><strong>[browser]</strong> <code>startRegistration()</code> and <code>startAuthentication()</code> will recognize punycode domains
when trying to identify why an error occurred
(<a href="https://redirect.github.com/MasterKale/SimpleWebAuthn/pull/750">#750</a>)</li>
<li><strong>[server]</strong> A new <code>verifyMDSBlob()</code> helper method has been added to verify and extract metadata
statements from FIDO MDS blobs. See
<a href="https://simplewebauthn.dev/docs/advanced/server/metadata-service#verifymdsblob">the docs here</a>
for more info (<a href="https://redirect.github.com/MasterKale/SimpleWebAuthn/pull/752">#752</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/MasterKale/SimpleWebAuthn/commit/48e19abf3b1f5834fa721d0978754f1964404ed3"><code>48e19ab</code></a> Update version to 13.3.0</li>
<li><a href="https://github.com/MasterKale/SimpleWebAuthn/commit/6bf921e66e692df85222b0f787db91bafc99b8f4"><code>6bf921e</code></a> Export as a helper</li>
<li><a href="https://github.com/MasterKale/SimpleWebAuthn/commit/65e87a9a87bd24490bb2fae53880016a7d55dc8e"><code>65e87a9</code></a> Rename method to <code>verifyMDSBlob()</code></li>
<li><a href="https://github.com/MasterKale/SimpleWebAuthn/commit/31d8314c0b1d83798f33b09a2177dffe96ad3488"><code>31d8314</code></a> Clean up from mdsBlobs removal</li>
<li><a href="https://github.com/MasterKale/SimpleWebAuthn/commit/adf33d3e2c0dc4d0bd104f36698c7c1ef1e6b57e"><code>adf33d3</code></a> Remove mdsBlobs argument</li>
<li><a href="https://github.com/MasterKale/SimpleWebAuthn/commit/2a6b4f01badea91bcb50ff779155b442359c0457"><code>2a6b4f0</code></a> Extract blob verification into new exported helper</li>
<li><a href="https://github.com/MasterKale/SimpleWebAuthn/commit/972713b9a3049d7708fdeb23b015a2e9bb8ba9eb"><code>972713b</code></a> (Unrelated) Fix a docstring typo</li>
<li><a href="https://github.com/MasterKale/SimpleWebAuthn/commit/87980829fec89dbbcfc364ed3e14d569528c1f8e"><code>8798082</code></a> Tweak data staleness warning message</li>
<li><a href="https://github.com/MasterKale/SimpleWebAuthn/commit/08381fe27e007181ba4128dbee387868de3e0f33"><code>08381fe</code></a> Add test for loading offline MDS blob</li>
<li><a href="https://github.com/MasterKale/SimpleWebAuthn/commit/ab8566a57fac65acd5d9090c26709c22c91024d2"><code>ab8566a</code></a> Reset metadata cache on initialization</li>
<li>Additional commits viewable in <a href="https://github.com/MasterKale/SimpleWebAuthn/commits/v13.3.0/packages/server">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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions
</details>
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/2629
Author: @dependabot[bot]
Created: 3/10/2026
Status: ✅ Merged
Merged: 3/18/2026
Merged by: @oschwartz10612
Base:
main← Head:dependabot/npm_and_yarn/prod-minor-updates-47a8475ba0📝 Commits (1)
0908f0fBump the prod-minor-updates group across 1 directory with 3 updates📊 Changes
2 files changed (+566 additions, -593 deletions)
View changed files
📝
package-lock.json(+563 -590)📝
package.json(+3 -3)📄 Description
Bumps the prod-minor-updates group with 3 updates in the / directory: @aws-sdk/client-s3, @simplewebauthn/browser and @simplewebauthn/server.
Updates
@aws-sdk/client-s3from 3.1004.0 to 3.1006.0Release notes
Sourced from
@aws-sdk/client-s3's releases.Changelog
Sourced from
@aws-sdk/client-s3's changelog.Commits
fa4dc50Publish v3.1006.00e58193test(snapshot-testing): error response snapshots (#7836)e692718Publish v3.1005.02b96330test(snapshot-testing): implement response snapshots (#7803)Updates
@simplewebauthn/browserfrom 13.2.2 to 13.3.0Release notes
Sourced from
@simplewebauthn/browser's releases.Changelog
Sourced from
@simplewebauthn/browser's changelog.Commits
48e19abUpdate version to 13.3.0fda6c5fTweak comment in tests4ccada7Add some testsdd1bccdTweak domain regexUpdates
@simplewebauthn/serverfrom 13.2.3 to 13.3.0Release notes
Sourced from
@simplewebauthn/server's releases.Changelog
Sourced from
@simplewebauthn/server's changelog.Commits
48e19abUpdate version to 13.3.06bf921eExport as a helper65e87a9Rename method toverifyMDSBlob()31d8314Clean up from mdsBlobs removaladf33d3Remove mdsBlobs argument2a6b4f0Extract blob verification into new exported helper972713b(Unrelated) Fix a docstring typo8798082Tweak data staleness warning message08381feAdd test for loading offline MDS blobab8566aReset metadata cache on initializationDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.