Bumps [@rnx-kit/dep-check](https://github.com/microsoft/rnx-kit/tree/HEAD/packages/dep-check) from 1.11.0 to 1.12.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/microsoft/rnx-kit/releases"><code>@rnx-kit/dep-check</code>'s releases</a>.</em></p>
<blockquote>
<h2><code>@rnx-kit/dep-check</code><a href="https://github.com/1"><code>@1</code></a>.12.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>f385a26: Allow declaring common capabilities at the root level</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>868be32: Bump react-native-test-app to 0.11.4 to support react-native-macos 0.66</li>
<li>d10f4b0: Use react-native-test-app 1.0 from react-native 0.66+</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/microsoft/rnx-kit/blob/main/packages/dep-check/CHANGELOG.md"><code>@rnx-kit/dep-check</code>'s changelog</a>.</em></p>
<blockquote>
<h2>1.12.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>f385a26: Allow declaring common capabilities at the root level</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>868be32: Bump react-native-test-app to 0.11.4 to support react-native-macos 0.66</li>
<li>d10f4b0: Use react-native-test-app 1.0 from react-native 0.66+</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="72d7f8598b"><code>72d7f85</code></a> Version Packages (<a href="https://github.com/microsoft/rnx-kit/tree/HEAD/packages/dep-check/issues/1014">#1014</a>)</li>
<li><a href="d10f4b0faa"><code>d10f4b0</code></a> fix(dep-check): use react-native-test-app 1.0 from react-native 0.66+ (<a href="https://github.com/microsoft/rnx-kit/tree/HEAD/packages/dep-check/issues/1044">#1044</a>)</li>
<li><a href="f385a26f70"><code>f385a26</code></a> feat(dep-check): allow declaring capabilities at root level (<a href="https://github.com/microsoft/rnx-kit/tree/HEAD/packages/dep-check/issues/1017">#1017</a>)</li>
<li><a href="868be32426"><code>868be32</code></a> fix(dep-check): bump react-native-test-app to 0.11.4 (<a href="https://github.com/microsoft/rnx-kit/tree/HEAD/packages/dep-check/issues/1012">#1012</a>)</li>
<li>See full diff in <a href="https://github.com/microsoft/rnx-kit/commits/@rnx-kit/dep-check@1.12.0/packages/dep-check">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@rnx-kit/dep-check&package-manager=npm_and_yarn&previous-version=1.11.0&new-version=1.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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 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)
</details>
Bumps [react-native-windows](https://github.com/microsoft/react-native-windows/tree/HEAD/vnext) from 0.64.28 to 0.64.29.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/microsoft/react-native-windows/releases">react-native-windows's releases</a>.</em></p>
<blockquote>
<h2>React Native Windows 0.64.29</h2>
<p>This is patch release of react-native-windows, fixing bugs or adding non-breaking enhancements. To see a summary of changes in this major release, see <a href="https://github.com/microsoft/react-native-windows/releases/tag/react-native-windows_v0.64.0">release notes for React Native Windows 0.64.0</a>.</p>
<h3>New changes</h3>
<ul>
<li>73ce6623 [0.64] Avoid capturing raw this pointer in WebSocket module (<a href="mailto:julio.rocha@microsoft.com">julio.rocha@microsoft.com</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/microsoft/react-native-windows/blob/react-native-windows_v0.64.29/vnext/CHANGELOG.md">react-native-windows's changelog</a>.</em></p>
<blockquote>
<h2>0.64.29</h2>
<p>Mon, 31 Jan 2022 16:12:51 GMT</p>
<h3>Patches</h3>
<ul>
<li>[0.64] Avoid capturing raw this pointer in WebSocket module (<a href="mailto:julio.rocha@microsoft.com">julio.rocha@microsoft.com</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="f50e73f5e3"><code>f50e73f</code></a> applying package updates <em><strong>NO_CI</strong></em></li>
<li><a href="73ce66236d"><code>73ce662</code></a> [0.64] Avoid capturing raw this pointer in WebSocket module (<a href="https://github.com/microsoft/react-native-windows/tree/HEAD/vnext/issues/9297">#9297</a>)</li>
<li>See full diff in <a href="https://github.com/microsoft/react-native-windows/commits/react-native-windows_v0.64.29/vnext">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-native-windows&package-manager=npm_and_yarn&previous-version=0.64.28&new-version=0.64.29)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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 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)
</details>
Bumps @office-iss/react-native-win32 from 0.64.10 to 0.64.11.
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@office-iss/react-native-win32&package-manager=npm_and_yarn&previous-version=0.64.10&new-version=0.64.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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 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)
</details>
* Documentation additions
* Update some text
* Documentation of compose and customize
* Change files
* Fix links
* more details
* Fix slot documentation
* Add details for FAB and prerequesite for each button
* Fix typos
* Reword intro
* Fix typos
* More detailed examples
* More edits
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.16.10 to 7.16.12.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@babel/core</code>'s releases</a>.</em></p>
<blockquote>
<h2>v7.16.12 (2022-01-22)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-core</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14192">#14192</a> Avoid dynamic import when it's not needed (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14194">#14194</a> fix: incorrect <code>in</code> parsing in arrow ConciseBody (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 2</h4>
<ul>
<li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li>
<li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li>
</ul>
<h2>v7.16.11 (2022-01-20)</h2>
<p>This empty releases force-publishes a new version of <code>@babel/plugin-proposal-private-methods</code> (which was not published in v7.16.10 because it didn't have any actual change) and of <code>@babel/preset-env</code>.</p>
<p>This solves <a href="https://github-redirect.dependabot.com/babel/babel/pull/14169#issuecomment-1016948723">an incompatibility</a> between <code>@babel/preset-env@7.16.10</code> and <code>@babel/helper-create-class-features-plugin@7.16.7</code>, by making sure that <code>@babel/preset-env</code> transitively depends on <code>@babel/helper-create-class-features-plugin@^7.16.10</code>.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@babel/core</code>'s changelog</a>.</em></p>
<blockquote>
<h2>v7.16.12 (2022-01-22)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-core</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14192">#14192</a> Avoid dynamic import when it's not needed (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14194">#14194</a> fix: incorrect <code>in</code> parsing in arrow ConciseBody (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="5266605528"><code>5266605</code></a> v7.16.12</li>
<li><a href="2ea90542bc"><code>2ea9054</code></a> Avoid dynamic import when it's not needed (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14192">#14192</a>)</li>
<li>See full diff in <a href="https://github.com/babel/babel/commits/v7.16.12/packages/babel-core">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@babel/core&package-manager=npm_and_yarn&previous-version=7.16.10&new-version=7.16.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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 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)
</details>
* Yarn
* Merge
* Fixing repo
* Update package
* Merge
* Removing change file
* Added win32 nuget file - copied from macos, not working
* Attempting to publish Win32 FluentTester bundle to the react-native office feed for internal use so I can then pull the bundle into Devmain
* Change files
* Change name of Win32 Nuget Publish
* Adding publish to PR to test it
* Building repo
* Trying different NuGet command
* Only testing my NuGet push
* Assing assets to NuGet package
* Doing a full build in the CI
* Changing version number to build number
* Attempting to change the Version number to a cleaner number
* Changing publish path
* Trying new version number
* Fixing incorrect path for NuGet push
* Trying new approach
* Testing pipeline with directory
* Changing packagesToPublish path
* Push
* Revert
* Removing previous testing-only code
* Remove extra whitespace
* Adding <repository metadata to the .nuspec and ommitId property to the command-line to pack the NuGet
* Yarn
* Merge
* Fixing repo
* Update package
* Merge
* Removing change file
* Adding code that was added to usKeyProps.win32. I believe this was accidently left out of a previous PR and it broke our UWP app
* Change files
Bumps [@rnx-kit/dep-check](https://github.com/microsoft/rnx-kit/tree/HEAD/packages/dep-check) from 1.10.2 to 1.11.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/microsoft/rnx-kit/releases"><code>@rnx-kit/dep-check</code>'s releases</a>.</em></p>
<blockquote>
<h2><code>@rnx-kit/dep-check</code><a href="https://github.com/1"><code>@1</code></a>.11.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>ca8c634: dep-check should pick up <code>customProfiles</code> when running in <code>--vigilant</code> mode to allow individual packages to use different profiles without having to re-declare which React Native versions they support.</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>0f7793e: Bump react-native-test-app 0.11.2 to support react-native 0.67</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/microsoft/rnx-kit/blob/main/packages/dep-check/CHANGELOG.md"><code>@rnx-kit/dep-check</code>'s changelog</a>.</em></p>
<blockquote>
<h2>1.11.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>ca8c634: dep-check should pick up <code>customProfiles</code> when running in <code>--vigilant</code> mode to allow individual packages to use different profiles without having to re-declare which React Native versions they support.</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>0f7793e: Bump react-native-test-app 0.11.2 to support react-native 0.67</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="2e7d6fef86"><code>2e7d6fe</code></a> Version Packages (<a href="https://github.com/microsoft/rnx-kit/tree/HEAD/packages/dep-check/issues/1001">#1001</a>)</li>
<li><a href="ca8c6348b9"><code>ca8c634</code></a> feat(dep-check): allow setting <code>customProfiles</code> only (<a href="https://github.com/microsoft/rnx-kit/tree/HEAD/packages/dep-check/issues/999">#999</a>)</li>
<li><a href="0f7793e5d2"><code>0f7793e</code></a> fix(dep-check): bump react-native-test-app to 0.11.2 (<a href="https://github.com/microsoft/rnx-kit/tree/HEAD/packages/dep-check/issues/1000">#1000</a>)</li>
<li>See full diff in <a href="https://github.com/microsoft/rnx-kit/commits/@rnx-kit/dep-check@1.11.0/packages/dep-check">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@rnx-kit/dep-check&package-manager=npm_and_yarn&previous-version=1.10.2&new-version=1.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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 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)
</details>
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.16.10 to 7.16.11.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@babel/preset-env</code>'s releases</a>.</em></p>
<blockquote>
<h2>v7.16.11 (2022-01-20)</h2>
<p>This empty releases force-publishes a new version of <code>@babel/plugin-proposal-private-methods</code> (which was not published in v7.16.10 because it didn't have any actual change) and of <code>@babel/preset-env</code>.</p>
<p>This solves <a href="https://github-redirect.dependabot.com/babel/babel/pull/14169#issuecomment-1016948723">an incompatibility</a> between <code>@babel/preset-env@7.16.10</code> and <code>@babel/helper-create-class-features-plugin@7.16.7</code>, by making sure that <code>@babel/preset-env</code> transitively depends on <code>@babel/helper-create-class-features-plugin@^7.16.10</code>.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@babel/preset-env</code>'s changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<blockquote>
<p><strong>Tags:</strong></p>
<ul>
<li>💥 [Breaking Change]</li>
<li>👓 [Spec Compliance]</li>
<li>🚀 [New Feature]</li>
<li>🐛 [Bug Fix]</li>
<li>📝 [Documentation]</li>
<li>🏠 [Internal]</li>
<li>💅 [Polish]</li>
</ul>
</blockquote>
<p><em>Note: Gaps between patch versions are faulty, broken or test releases.</em></p>
<p>See <a href="https://github.com/babel/babel/blob/main/.github/CHANGELOG-v4.md">CHANGELOG - v4</a>, <a href="https://github.com/babel/babel/blob/main/.github/CHANGELOG-v5.md">CHANGELOG - v5</a>, and <a href="https://github.com/babel/babel/blob/main/.github/CHANGELOG-v6.md">CHANGELOG - v6</a> for v4.x-v6.x changes.
See <a href="https://github.com/babel/babel/blob/main/.github/CHANGELOG-6to5.md">CHANGELOG - 6to5</a> for the pre-4.0.0 version changelog.
See <a href="https://github.com/babel/babel/blob/main/packages/babel-parser/CHANGELOG.md">Babylon's CHANGELOG</a> for the Babylon pre-7.0.0-beta.29 version changelog.
See <a href="https://github.com/babel/babel-eslint/releases"><code>babel-eslint</code>'s releases</a> for the changelog before <code>@babel/eslint-parser</code> 7.8.0.
See <a href="https://github.com/babel/eslint-plugin-babel/releases"><code>eslint-plugin-babel</code>'s releases</a> for the changelog before <code>@babel/eslint-plugin</code> 7.8.0.</p>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="44c113f72d"><code>44c113f</code></a> v7.16.11</li>
<li>See full diff in <a href="https://github.com/babel/babel/commits/v7.16.11/packages/babel-preset-env">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@babel/preset-env&package-manager=npm_and_yarn&previous-version=7.16.10&new-version=7.16.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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 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)
</details>