Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): 1.88.0 #4250

Merged
merged 14 commits into from
Aug 25, 2023
Merged

chore(release): 1.88.0 #4250

merged 14 commits into from
Aug 25, 2023

Conversation

aws-cdk-automation
Copy link
Collaborator

@aws-cdk-automation aws-cdk-automation commented Aug 24, 2023

See CHANGELOG

mergify bot and others added 14 commits August 11, 2023 16:49
…ckages/@jsii/dotnet-runtime-test/test (#4230)

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.6.3 to 17.7.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/microsoft/vstest/releases">Microsoft.NET.Test.Sdk's releases</a>.</em></p>
<blockquote>
<h2>v17.7.0</h2>
<blockquote>
<p>⚠️ Microsoft.TestPlatform 17.7.0 nuget package is hidden from Nuget.org, we've encountered an unexpected issue with versioning which prevents it from being used in all AzDO clients. We are working on a fix.</p>
</blockquote>
<p>The most pressing issues were all backported to <a href="https://github.com/microsoft/vstest/releases/tag/v17.6.1">17.6.1</a>, <a href="https://github.com/microsoft/vstest/releases/tag/v17.6.2">17.6.2</a> and <a href="https://github.com/microsoft/vstest/releases/tag/v17.6.3">17.6.3</a>.</p>
<h2>Issues fixed (since 17.6.3)</h2>
<ul>
<li>
<p>Don't print socket transport error in console by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/issues/4493">#4493</a> which fixes <a href="https://redirect.github.com/microsoft/vstest/issues/4461">#4461</a>
When testhost crashes, we no longer print the transport error:</p>
<pre><code>---&gt; System.Exception: Unable to read data from the transport connection: 
		An existing connection was forcibly closed by the remote host..
</code></pre>
<p>This error is a side-effect or our architecture is almost never the culprit. Instead it leads developers away from the actual issue which is crash of testhost, or datacollector.</p>
</li>
<li>
<p>Pass workloads to proxy managers in <a href="https://redirect.github.com/microsoft/vstest/issues/4422">#4422</a> by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a>
Which allows datacollector users to only receive the sources that are currently running in the testhost associated to datacollector, instead of all the sources that have the same target framework.</p>
</li>
<li>
<p>Fix Newtonsoft versions in testhost.deps.json in <a href="https://redirect.github.com/microsoft/vstest/issues/4367">#4367</a> by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a>
testhost.runtimeconfig.json files that we ship with testhost contained an old version of Newtonsoft.Json. The version in this file does not have an effect on execution, but some compliance tools statically analyze it and report possible vulnerabilities.</p>
</li>
</ul>
<p>Other fixes:</p>
<ul>
<li>Replacing calls to BuildMultipleAssemblyPath when passing only one source in acceptance tests in <a href="https://redirect.github.com/microsoft/vstest/issues/4358">#4358</a> by <a href="https://github.com/daveMueller"><code>@​daveMueller</code></a></li>
<li>Check for null Path in <a href="https://redirect.github.com/microsoft/vstest/issues/4391">#4391</a> by <a href="https://github.com/lewing"><code>@​lewing</code></a></li>
<li>Remove unused variable in <a href="https://redirect.github.com/microsoft/vstest/issues/4425">#4425</a> by <a href="https://github.com/mthalman"><code>@​mthalman</code></a></li>
<li>Fix execution gets stucks on single netstandard source by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/issues/4497">#4497</a> which fixes <a href="https://redirect.github.com/microsoft/vstest/issues/4392">#4392</a></li>
<li>TestObject use ConcurrentDictionary instead of Dictionary in <a href="https://redirect.github.com/microsoft/vstest/issues/4450">#4450</a> by <a href="https://github.com/Evangelink"><code>@​Evangelink</code></a></li>
<li>Drop usage of Microsoft.Internal.TestPlatform.Remote in <a href="https://redirect.github.com/microsoft/vstest/issues/4456">#4456</a> by <a href="https://github.com/Evangelink"><code>@​Evangelink</code></a></li>
</ul>
<p>Special thanks to <a href="https://github.com/SimonCropp"><code>@​SimonCropp</code></a> for the many fixes regarding nullability spelling and code style in <a href="https://redirect.github.com/microsoft/vstest/issues/4518">#4518</a>, <a href="https://redirect.github.com/microsoft/vstest/issues/4520">#4520</a>, <a href="https://redirect.github.com/microsoft/vstest/issues/4525">#4525</a>, <a href="https://redirect.github.com/microsoft/vstest/issues/4526">#4526</a>, <a href="https://redirect.github.com/microsoft/vstest/issues/4521">#4521</a>, <a href="https://redirect.github.com/microsoft/vstest/issues/4519">#4519</a>, <a href="https://redirect.github.com/microsoft/vstest/issues/4522">#4522</a>, <a href="https://redirect.github.com/microsoft/vstest/issues/4529">#4529</a> 🙇</p>
<p><strong>Full Changelog</strong>: <a href="https://github.com/microsoft/vstest/compare/v17.6.3...v17.7.0">https://github.com/microsoft/vstest/compare/v17.6.3...v17.7.0</a></p>
<h3>Drops</h3>
<ul>
<li>Microsoft.TestPlatform.ObjectModel : <a href="https://www.nuget.org/packages/Microsoft.TestPlatform.ObjectModel/17.7.0">v17.7.0</a></li>
</ul>
<h2>v17.7.0-preview-23364-03</h2>
<h3>Issues Fixed</h3>
<ul>
<li>Trim away netframework targets in source-build <a href="https://redirect.github.com/microsoft/vstest/pull/4357">#4357</a></li>
<li>Re-enable publishing nugets, don't continue on error <a href="https://redirect.github.com/microsoft/vstest/pull/4356">#4356</a></li>
<li>Merged PR 30352: arcade into main</li>
<li>Merged PR 29591: Onboard to arcade</li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/microsoft/vstest/compare/before-arcade...v17.7.0-preview-23364-03">here</a></p>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/microsoft/vstest/commit/246832ceaa77ef978eebaeac5199bc56731747a1"><code>246832c</code></a> RTM build fix</li>
<li><a href="https://github.com/microsoft/vstest/commit/f6bfa29dc08ae44ab27a9cf2d98ad18c4e62dbe7"><code>f6bfa29</code></a> [rel/17.7] Fix branding on 17.7-release (<a href="https://redirect.github.com/microsoft/vstest/issues/4615">#4615</a>)</li>
<li><a href="https://github.com/microsoft/vstest/commit/bc17bb9693cfc4778ded51aa0ab7f1065433f989"><code>bc17bb9</code></a> [rel/17.7] Update dependencies from devdiv/DevDiv/vs-code-coverage (<a href="https://redirect.github.com/microsoft/vstest/issues/4602">#4602</a>)</li>
<li><a href="https://github.com/microsoft/vstest/commit/f0bc50efe4379126b49b24123f247cce0cf83f04"><code>f0bc50e</code></a> Revert &quot;Fix yml to generate RTM/stable version &amp; fix symbol check issues (<a href="https://redirect.github.com/microsoft/vstest/issues/46">#46</a>...</li>
<li><a href="https://github.com/microsoft/vstest/commit/fab9246e637e863a1c4311eff462035168ce7907"><code>fab9246</code></a> Fix yml to generate RTM/stable version &amp; fix symbol check issues (<a href="https://redirect.github.com/microsoft/vstest/issues/4600">#4600</a>)</li>
<li><a href="https://github.com/microsoft/vstest/commit/d7f4faa42b22ba20d697b530dd6809a0c02e6278"><code>d7f4faa</code></a> Update dependencies from <a href="https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov">https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov</a>...</li>
<li><a href="https://github.com/microsoft/vstest/commit/132324c9f65e0dc9e6b76fe0d34a13227e2d3b36"><code>132324c</code></a> Consume localized resources in source-build (<a href="https://redirect.github.com/microsoft/vstest/issues/4564">#4564</a>) (<a href="https://redirect.github.com/microsoft/vstest/issues/4567">#4567</a>)</li>
<li><a href="https://github.com/microsoft/vstest/commit/18e0eaa980b569c039332054d52d2f1f6ba70823"><code>18e0eaa</code></a> Externals final 17.7 upgrade (<a href="https://redirect.github.com/microsoft/vstest/issues/4565">#4565</a>)</li>
<li><a href="https://github.com/microsoft/vstest/commit/3d3375aaa35de7cf4ee7bf040501f931d5ff1d5f"><code>3d3375a</code></a> &quot;Snap&quot; main to rel/17.7 (<a href="https://redirect.github.com/microsoft/vstest/issues/4558">#4558</a>)</li>
<li><a href="https://github.com/microsoft/vstest/commit/b98693475c6da4ce648099eed3e77b61dcb3ca61"><code>b986934</code></a> Merge main in rel/17.7 (<a href="https://redirect.github.com/microsoft/vstest/issues/4540">#4540</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/microsoft/vstest/compare/v17.6.3...v17.7.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.NET.Test.Sdk&package-manager=nuget&previous-version=17.6.3&new-version=17.7.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 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)


</details>
…~=9.1.21 in /gh-pages (#4234)

Updates the requirements on [mkdocs-material](https://github.com/squidfunk/mkdocs-material) to permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/squidfunk/mkdocs-material/releases">mkdocs-material's releases</a>.</em></p>
<blockquote>
<h2>mkdocs-material-9.1.21</h2>
<ul>
<li>Fixed MkDocs 1.4 compat issue in social plugin (9.1.20 regression)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG">mkdocs-material's changelog</a>.</em></p>
<blockquote>
<p>mkdocs-material-9.1.21+insiders-4.39.0 (2023-08-01)</p>
<ul>
<li>Added support for hoisting theme media files when building projects</li>
<li>Added support for sorting pages on tags index for tags plugin</li>
<li>Added support for adding date of last update to blog posts</li>
<li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5797">#5797</a>: Parse error in typeset plugin (4.38.1 regression)</li>
</ul>
<p>mkdocs-material-9.1.21+insiders-4.38.1 (2023-08-01)</p>
<ul>
<li>Improved nested serve mode for projects plugin</li>
<li>Improved compat in privacy plugin with third-party plugins</li>
<li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5790">#5790</a>: Typeset plugin ignores data-toc-label attribute</li>
<li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5778">#5778</a>: Interplay of privacy plugin with git-revision-date-localized</li>
<li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5773">#5773</a>: Info plugin erroring when community edition is in beta</li>
</ul>
<p>mkdocs-material-9.1.21+insiders-4.38.0 (2023-07-29)</p>
<ul>
<li>Added projects plugin for building nested projects</li>
<li>Updated privacy plugin to new MkDocs API</li>
</ul>
<p>mkdocs-material-9.1.21+insiders-4.37.1 (2023-07-28)</p>
<ul>
<li>Updated MkDocs to 1.5.1</li>
<li>Fixed deprecation warning in social plugin due to MkDocs upgrade</li>
<li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5772">#5772</a>: Privacy plugin fails due to API change in MkDocs</li>
</ul>
<p>mkdocs-material-9.1.21 (2023-07-27)</p>
<ul>
<li>Fixed MkDocs 1.4 compat issue in social plugin (9.1.20 regression)</li>
</ul>
<p>mkdocs-material-9.1.20 (2023-07-27)</p>
<ul>
<li>Fixed deprecation warnings for social plugin</li>
</ul>
<p>mkdocs-material-9.1.19 (2023-07-18)</p>
<ul>
<li>Added support for MkDocs 1.5+</li>
<li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5699">#5699</a>: Improve error reporting in social plugin</li>
</ul>
<p>mkdocs-material-9.1.18+insiders-4.37.0 (2023-07-07)</p>
<ul>
<li>Added support for overriding social cards settings per page</li>
<li>Added new social card default/only/image layout</li>
<li>Improved resilience of optimize and social plugin</li>
<li>Fixed rendering bugs for pruned navigation items</li>
<li>Fixed jumping of content tabs anchor links when instant loading is enabled</li>
<li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5676">#5676</a>: Optimize plugin doesn't check for pngquant</li>
</ul>
<p>mkdocs-material-9.1.18 (2023-07-03)</p>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/squidfunk/mkdocs-material/commit/98a009b02a8c76cdf46ec4485260730ebb4a127c"><code>98a009b</code></a> Prepare 9.1.21 release</li>
<li><a href="https://github.com/squidfunk/mkdocs-material/commit/feef806a2dcc9dd1e73ca262ce52d48f05c2cc16"><code>feef806</code></a> Bumped MkDocs to 1.5.0 to mitigate error in social plugin</li>
<li><a href="https://github.com/squidfunk/mkdocs-material/commit/39580db0ac6d7006498c8c253d8e54b0354d23e4"><code>39580db</code></a> Updated changelog</li>
<li><a href="https://github.com/squidfunk/mkdocs-material/commit/08ab76fd0596c68bdc6ea0c7f0c1f8124435b40b"><code>08ab76f</code></a> Prepare 9.1.20 release</li>
<li><a href="https://github.com/squidfunk/mkdocs-material/commit/068472a6f7a78d7643aedff90884da1df3300082"><code>068472a</code></a> Documentation</li>
<li><a href="https://github.com/squidfunk/mkdocs-material/commit/772421d16dc636beb99740b2e682741ccda32249"><code>772421d</code></a> Merge pull request <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5759">#5759</a> from kamilkrzyskow/social-patch2</li>
<li><a href="https://github.com/squidfunk/mkdocs-material/commit/f548d799911fc63699d665c70f76f0c1479ed97b"><code>f548d79</code></a> Updated social plugin to use <code>theme.custom_dir</code></li>
<li><a href="https://github.com/squidfunk/mkdocs-material/commit/3e8faa0fdba72454f0297d06c21bbde75baa10a2"><code>3e8faa0</code></a> Updated dependencies</li>
<li><a href="https://github.com/squidfunk/mkdocs-material/commit/b72adf300b0ff71a7c41f36c746faf688956c3ea"><code>b72adf3</code></a> Updated documentation for custom cookies</li>
<li><a href="https://github.com/squidfunk/mkdocs-material/commit/ea9446e6cb181880eceef8e10fc8e75b76a703b7"><code>ea9446e</code></a> Merge branch 'master' of github.com:squidfunk/mkdocs-material</li>
<li>Additional commits viewable in <a href="https://github.com/squidfunk/mkdocs-material/compare/9.1.19...9.1.21">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 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 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)


</details>
… /packages/@jsii/dotnet-runtime-test/test (#4229)

Bumps [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime) from 5.0.0 to 7.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dotnet/runtime/releases">Microsoft.Extensions.Logging's releases</a>.</em></p>
<blockquote>
<h2>.NET 7.0.0</h2>
<p><a href="https://github.com/dotnet/core/tree/v7.0.0">Release</a></p>
<h2>.NET 7.0 RC 2</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v7.0.0-rc.2">Release</a></p>
<h2>.NET 7.0 RC 1</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v7.0.0-rc.1">Release</a></p>
<h2>.NET 7.0 Preview 7</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v7.0.0-preview.7">Release</a></p>
<h2>.NET 7.0 Preview 6</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v7.0.0-preview.6">Release</a></p>
<h2>.NET 7.0 Preview 5</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v7.0.0-preview.5">Release</a></p>
<h2>.NET 7.0 Preview 4</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v7.0.0-preview.4">Release</a></p>
<h2>.NET 7.0 Preview 3</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v7.0.0-preview.3">Release</a></p>
<h2>.NET 7.0 Preview 2</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v7.0.0-preview.2">Release</a></p>
<h2>.NET 6.0.21</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.21">Release</a></p>
<h2>.NET 6.0.20</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.20">Release</a></p>
<h2>.NET 6.0.16</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.16">Release</a></p>
<h2>.NET 6.0.15</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.15">Release</a></p>
<h2>.NET 6.0.12</h2>
<p><a href="https://github.com/dotnet/core/tree/v6.0.12">Release</a></p>
<h2>.NET 6.0.11</h2>
<p><a href="https://github.com/dotnet/core/tree/v6.0.11">Release</a></p>
<h2>.NET 6.0.9</h2>
<p><a href="https://github.com/dotnet/core/tree/v6.0.9">Release</a></p>
<h2>.NET 6.0.8</h2>
<p><a href="https://github.com/dotnet/core/tree/v6.0.8">Release</a></p>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dotnet/runtime/commit/d099f075e45d2aa6007a22b71b45a08758559f80"><code>d099f07</code></a> Merge in 'release/7.0' changes</li>
<li><a href="https://github.com/dotnet/runtime/commit/0cee4aaff9cde26bfb1c09b3266ff392e0ad2db3"><code>0cee4aa</code></a> [release/7.0] Fix loading app-local ICU (<a href="https://redirect.github.com/dotnet/runtime/issues/77118">#77118</a>)</li>
<li><a href="https://github.com/dotnet/runtime/commit/bebb59597c8f98828b4cf2ae7724b277b15c47ee"><code>bebb595</code></a> Merge in 'release/7.0' changes</li>
<li><a href="https://github.com/dotnet/runtime/commit/cd2d83798383716204eb580eb5c89ef5b73b8ec2"><code>cd2d837</code></a> Port stackoverflow fix from Roslyn to SourceGenerator PolyFill (<a href="https://redirect.github.com/dotnet/runtime/issues/76954">#76954</a>)</li>
<li><a href="https://github.com/dotnet/runtime/commit/db342505c2693b679c89c4088307705db0a59a44"><code>db34250</code></a> Merge in 'release/7.0' changes</li>
<li><a href="https://github.com/dotnet/runtime/commit/f252bc67540841b3e8f6ad074678e939236866ec"><code>f252bc6</code></a> Merged PR 26705: Empty to commit to diverge internal and public branches</li>
<li><a href="https://github.com/dotnet/runtime/commit/075e74ed1356f2e5bb978ac541633ab46e34bf99"><code>075e74e</code></a> [mono][s390x] Fix wrong implementation of OP_CHECK_THIS (<a href="https://redirect.github.com/dotnet/runtime/issues/76920">#76920</a>)</li>
<li><a href="https://github.com/dotnet/runtime/commit/aacc2437a2308230a7e8a81d54924e22224a3114"><code>aacc243</code></a> Update macos-11 vmImage to macos-12 for XCode 14. (<a href="https://redirect.github.com/dotnet/runtime/issues/76973">#76973</a>)</li>
<li><a href="https://github.com/dotnet/runtime/commit/c7b59fc93a6dd413236ab591912750119448bcde"><code>c7b59fc</code></a> [release/7.0] Reintroduce typo in ICorDebug public API names (<a href="https://redirect.github.com/dotnet/runtime/issues/76967">#76967</a>)</li>
<li><a href="https://github.com/dotnet/runtime/commit/156aa8a80c2fbdc2d75576d2c7c7aab54a85a39c"><code>156aa8a</code></a> Merge in 'release/7.0' changes</li>
<li>Additional commits viewable in <a href="https://github.com/dotnet/runtime/compare/v5.0.0...v7.0.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.Logging&package-manager=nuget&previous-version=5.0.0&new-version=7.0.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 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)


</details>
… /gh-pages (#4235)

Updates the requirements on [mkdocs](https://github.com/mkdocs/mkdocs) to permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mkdocs/mkdocs/releases">mkdocs's releases</a>.</em></p>
<blockquote>
<h2>1.5.2</h2>
<ul>
<li>
<p>Bugfix (regression in 1.5.0): Restore functionality of <code>--no-livereload</code>. (<a href="https://redirect.github.com/mkdocs/mkdocs/issues/3320">#3320</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.5.0): The new page title detection would sometimes be unable to drop anchorlinks - fix that. (<a href="https://redirect.github.com/mkdocs/mkdocs/issues/3325">#3325</a>)</p>
</li>
<li>
<p>Partly bring back pre-1.5 API: <code>extra_javascript</code> items will once again be mostly strings, and only sometimes <code>ExtraStringValue</code> (when the extra <code>script</code> functionality is used).</p>
<p>Plugins should be free to append strings to <code>config.extra_javascript</code>, but when reading the values, they must still make sure to read it as <code>str(value)</code> in case it is an <code>ExtraScriptValue</code> item. For querying the attributes such as <code>.type</code> you need to check <code>isinstance</code> first. Static type checking will guide you in that. (<a href="https://redirect.github.com/mkdocs/mkdocs/issues/3324">#3324</a>)</p>
</li>
</ul>
<p>See <a href="https://github.com/mkdocs/mkdocs/compare/1.5.1...1.5.2">commit log</a>.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/mkdocs/mkdocs/commit/79f17b4b71c73460c304e3281f6ff209788a76bf"><code>79f17b4</code></a> Release 1.5.2 (<a href="https://redirect.github.com/mkdocs/mkdocs/issues/3330">#3330</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/91e37aea5ee9e91142976bb99da1bcc3f199d0b9"><code>91e37ae</code></a> Change extra_javascript items to usually be strings again (<a href="https://redirect.github.com/mkdocs/mkdocs/issues/3324">#3324</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/4944c9fe354acfc39f3e782ed884c0194280136e"><code>4944c9f</code></a> Drop obsolete readthedocs config, we switched to gh-pages (<a href="https://redirect.github.com/mkdocs/mkdocs/issues/3326">#3326</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/63052bc1be0a06fee8578c7dc2b508f971589dca"><code>63052bc</code></a> Correct detection of dropping anchorlink from page title (<a href="https://redirect.github.com/mkdocs/mkdocs/issues/3325">#3325</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/fcb2da399f029bd569b708479a39a5f2c700b5a2"><code>fcb2da3</code></a> Restore functionality of --no-livereload (<a href="https://redirect.github.com/mkdocs/mkdocs/issues/3320">#3320</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/2865b0fcc4dd9b636963a8fd7e306725e1ac8ab2"><code>2865b0f</code></a> Release 1.5.1 (<a href="https://redirect.github.com/mkdocs/mkdocs/issues/3315">#3315</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/ea549e6177bdf2842facd09d0a81afd5de326296"><code>ea549e6</code></a> Make it possible to treat ExtraScriptValue as a path</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/86cde7b7beb18e8e8753d176b8c01f56cd479704"><code>86cde7b</code></a> Catch ValueErrors thrown when attempting to remove a file twice (<a href="https://redirect.github.com/mkdocs/mkdocs/issues/3314">#3314</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/0d9e3414e128b1fb1397c22ef60846f762b45a01"><code>0d9e341</code></a> Release 1.5.0 (<a href="https://redirect.github.com/mkdocs/mkdocs/issues/3296">#3296</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/0f8ab6bd6fbbf6d22517e1e63e79f0c62e7803a5"><code>0f8ab6b</code></a> Fix livereload shutdown sequence - crash on Windows</li>
<li>Additional commits viewable in <a href="https://github.com/mkdocs/mkdocs/compare/1.4.3...1.5.2">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 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 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)


</details>
…in /packages/@jsii/python-runtime (#4232)

Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/pypa/setuptools/blob/main/NEWS.rst">setuptools's changelog</a>.</em></p>
<blockquote>
<h1>v68.0.0</h1>
<h2>Breaking Changes</h2>
<ul>
<li><a href="https://redirect.github.com/pypa/setuptools/issues/3948">#3948</a>: Removed verification for existing <code>depends.txt</code> file (deprecated since v0.5a4).</li>
<li><a href="https://redirect.github.com/pypa/setuptools/issues/3948">#3948</a>: Remove autofixing of broken <code>.egg-info</code> directories containing the <code>-</code>
character in their base name (without suffix).
They should no longer be produced by sufficiently new versions of <code>setuptools</code>
(warning introduced in 2005).</li>
<li><a href="https://redirect.github.com/pypa/setuptools/issues/3948">#3948</a>: Remove deprecated APIs in <code>easy_install</code>: <code>get_script_args</code>,
<code>get_script_header</code> and <code>get_writer</code>.
The direct usage of <code>easy_install</code> has been deprecated since v58.3.0,
and the warnings regarding these APIs predate that version.</li>
<li><a href="https://redirect.github.com/pypa/setuptools/issues/3948">#3948</a>: Removed <code>egg_info.get_pkg_info_revision</code> (deprecated since 2015).</li>
<li><a href="https://redirect.github.com/pypa/setuptools/issues/3948">#3948</a>: Removed <code>setuptools.dist._get_unpatched</code> (deprecated since 2016)</li>
<li><a href="https://redirect.github.com/pypa/setuptools/issues/3948">#3948</a>: Removed support for SVN in <code>setuptools.package_index</code> (deprecated since 2018).</li>
<li><a href="https://redirect.github.com/pypa/setuptools/issues/3948">#3948</a>: Removed support for invalid <code>pyproject.toml</code> files.
During the implementation of PEP 621, it was identified that some users were
producing invalid files. As a transitional measure, the validation was relaxed
for a few use cases. The grace period, however, came to an end.</li>
</ul>
<h2>Changes</h2>
<ul>
<li><a href="https://redirect.github.com/pypa/setuptools/issues/3760">#3760</a>: Added symlink support to launcher for installed executables -- by :user:<code>eugene-sevostianov-sc</code></li>
<li><a href="https://redirect.github.com/pypa/setuptools/issues/3926">#3926</a>: Updated vendored <code>packaging</code> version from 23.0 to 23.1 -- by :user:<code>MetRonnie</code></li>
<li><a href="https://redirect.github.com/pypa/setuptools/issues/3950">#3950</a>: Implemented workaround for old versions of <code>vswhere</code>, which miss the
<code>-requiresAny</code> parameter, such as the ones distributed together with Visual Studio 2017 &lt; 15.6.</li>
<li><a href="https://redirect.github.com/pypa/setuptools/issues/3952">#3952</a>: Changed <code>DistutilsMetaFinder</code> to skip <code>spec_for_pip</code> on Python &gt;= 3.12.</li>
<li><a href="https://redirect.github.com/pypa/setuptools/issues/3952">#3952</a>: Removed <code>_distutils_hack.remove_shim</code> on Python &gt;= 3.12
(since <code>distutils</code> was removed from the standard library,
<code>DistutilsMetaFinder</code> cannot be disabled on Python &gt;= 3.12).</li>
</ul>
<h2>Misc</h2>
<ul>
<li><a href="https://redirect.github.com/pypa/setuptools/issues/3920">#3920</a>: Add a link to deprecation warning in <code>pkg_resources</code> and improve
<code>stacklevel</code> for better visibility.</li>
</ul>
<h1>v67.8.0</h1>
<h2>Changes</h2>
<ul>
<li><a href="https://redirect.github.com/pypa/setuptools/issues/3128">#3128</a>: In deprecated easy_install, reload and merge the pth file before saving.</li>
</ul>
<h2>Misc</h2>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pypa/setuptools/commit/49fec9fafb0e23e0dde52d3c4c410d23a2de9b0d"><code>49fec9f</code></a> Bump version: 67.8.0 → 68.0.0</li>
<li><a href="https://github.com/pypa/setuptools/commit/26231f4d99aeb71137ccc5c1776bc180140889aa"><code>26231f4</code></a> Implement workaround for missing -requiresAny (<a href="https://redirect.github.com/pypa/setuptools/issues/3950">#3950</a>)</li>
<li><a href="https://github.com/pypa/setuptools/commit/66cbd980aacce308441462be728bf347c7f5ec2e"><code>66cbd98</code></a> Remove some deprecated code (<a href="https://redirect.github.com/pypa/setuptools/issues/3948">#3948</a>)</li>
<li><a href="https://github.com/pypa/setuptools/commit/718493c700e467cd2bf1a37db663e49c60dda4c6"><code>718493c</code></a> Avoid _distutils_hack.remove_shim on Python &gt;= 3.12 (<a href="https://redirect.github.com/pypa/setuptools/issues/3952">#3952</a>)</li>
<li><a href="https://github.com/pypa/setuptools/commit/2d7bf2bd565e27a8f23c26975d891abfc5a64041"><code>2d7bf2b</code></a> Remove old py*compat modules (<a href="https://redirect.github.com/pypa/setuptools/issues/3951">#3951</a>)</li>
<li><a href="https://github.com/pypa/setuptools/commit/8f7c8ff7ba87c0634a006e2ca11f8c636eb40a6b"><code>8f7c8ff</code></a> Mention packaging on pkg_resources deprecation notes (<a href="https://redirect.github.com/pypa/setuptools/issues/3949">#3949</a>)</li>
<li><a href="https://github.com/pypa/setuptools/commit/63a4f856071fac44ef276a60db3f79b05506d1c2"><code>63a4f85</code></a> Show more info from pkg_resources deprecation (<a href="https://redirect.github.com/pypa/setuptools/issues/3920">#3920</a>)</li>
<li><a href="https://github.com/pypa/setuptools/commit/4a7c9c1dafd2866e530907678a91680175f0f1d1"><code>4a7c9c1</code></a> Update pyproject.toml doc (<a href="https://redirect.github.com/pypa/setuptools/issues/3957">#3957</a>)</li>
<li><a href="https://github.com/pypa/setuptools/commit/6ef81fef5e73cb07f1856fffd06299cf86ada302"><code>6ef81fe</code></a> Leave an empty 'egg_info.warn_depends_obsolete' to avoid erros when updating ...</li>
<li><a href="https://github.com/pypa/setuptools/commit/92382deb2a957ff29840a28d4f527f00fc6c84a5"><code>92382de</code></a> Re-enable SETUPTOOLS_ENFORCE_DEPRECATION</li>
<li>Additional commits viewable in <a href="https://github.com/pypa/setuptools/compare/v67.3.2...v68.0.0">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 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 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)


</details>
…7.0.0 in /packages/@jsii/dotnet-runtime-test/test (#4228)

Bumps [Microsoft.Extensions.Logging.Console](https://github.com/dotnet/runtime) from 5.0.0 to 7.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dotnet/runtime/releases">Microsoft.Extensions.Logging.Console's releases</a>.</em></p>
<blockquote>
<h2>.NET 7.0.0</h2>
<p><a href="https://github.com/dotnet/core/tree/v7.0.0">Release</a></p>
<h2>.NET 7.0 RC 2</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v7.0.0-rc.2">Release</a></p>
<h2>.NET 7.0 RC 1</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v7.0.0-rc.1">Release</a></p>
<h2>.NET 7.0 Preview 7</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v7.0.0-preview.7">Release</a></p>
<h2>.NET 7.0 Preview 6</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v7.0.0-preview.6">Release</a></p>
<h2>.NET 7.0 Preview 5</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v7.0.0-preview.5">Release</a></p>
<h2>.NET 7.0 Preview 4</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v7.0.0-preview.4">Release</a></p>
<h2>.NET 7.0 Preview 3</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v7.0.0-preview.3">Release</a></p>
<h2>.NET 7.0 Preview 2</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v7.0.0-preview.2">Release</a></p>
<h2>.NET 6.0.21</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.21">Release</a></p>
<h2>.NET 6.0.20</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.20">Release</a></p>
<h2>.NET 6.0.16</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.16">Release</a></p>
<h2>.NET 6.0.15</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.15">Release</a></p>
<h2>.NET 6.0.12</h2>
<p><a href="https://github.com/dotnet/core/tree/v6.0.12">Release</a></p>
<h2>.NET 6.0.11</h2>
<p><a href="https://github.com/dotnet/core/tree/v6.0.11">Release</a></p>
<h2>.NET 6.0.9</h2>
<p><a href="https://github.com/dotnet/core/tree/v6.0.9">Release</a></p>
<h2>.NET 6.0.8</h2>
<p><a href="https://github.com/dotnet/core/tree/v6.0.8">Release</a></p>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dotnet/runtime/commit/d099f075e45d2aa6007a22b71b45a08758559f80"><code>d099f07</code></a> Merge in 'release/7.0' changes</li>
<li><a href="https://github.com/dotnet/runtime/commit/0cee4aaff9cde26bfb1c09b3266ff392e0ad2db3"><code>0cee4aa</code></a> [release/7.0] Fix loading app-local ICU (<a href="https://redirect.github.com/dotnet/runtime/issues/77118">#77118</a>)</li>
<li><a href="https://github.com/dotnet/runtime/commit/bebb59597c8f98828b4cf2ae7724b277b15c47ee"><code>bebb595</code></a> Merge in 'release/7.0' changes</li>
<li><a href="https://github.com/dotnet/runtime/commit/cd2d83798383716204eb580eb5c89ef5b73b8ec2"><code>cd2d837</code></a> Port stackoverflow fix from Roslyn to SourceGenerator PolyFill (<a href="https://redirect.github.com/dotnet/runtime/issues/76954">#76954</a>)</li>
<li><a href="https://github.com/dotnet/runtime/commit/db342505c2693b679c89c4088307705db0a59a44"><code>db34250</code></a> Merge in 'release/7.0' changes</li>
<li><a href="https://github.com/dotnet/runtime/commit/f252bc67540841b3e8f6ad074678e939236866ec"><code>f252bc6</code></a> Merged PR 26705: Empty to commit to diverge internal and public branches</li>
<li><a href="https://github.com/dotnet/runtime/commit/075e74ed1356f2e5bb978ac541633ab46e34bf99"><code>075e74e</code></a> [mono][s390x] Fix wrong implementation of OP_CHECK_THIS (<a href="https://redirect.github.com/dotnet/runtime/issues/76920">#76920</a>)</li>
<li><a href="https://github.com/dotnet/runtime/commit/aacc2437a2308230a7e8a81d54924e22224a3114"><code>aacc243</code></a> Update macos-11 vmImage to macos-12 for XCode 14. (<a href="https://redirect.github.com/dotnet/runtime/issues/76973">#76973</a>)</li>
<li><a href="https://github.com/dotnet/runtime/commit/c7b59fc93a6dd413236ab591912750119448bcde"><code>c7b59fc</code></a> [release/7.0] Reintroduce typo in ICorDebug public API names (<a href="https://redirect.github.com/dotnet/runtime/issues/76967">#76967</a>)</li>
<li><a href="https://github.com/dotnet/runtime/commit/156aa8a80c2fbdc2d75576d2c7c7aab54a85a39c"><code>156aa8a</code></a> Merge in 'release/7.0' changes</li>
<li>Additional commits viewable in <a href="https://github.com/dotnet/runtime/compare/v5.0.0...v7.0.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.Logging.Console&package-manager=nuget&previous-version=5.0.0&new-version=7.0.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 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)


</details>
…ackages/jsii-pacmak/lib/targets/python (#4191)

Updates the requirements on [wheel](https://github.com/pypa/wheel) to permit the latest version.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/pypa/wheel/blob/main/docs/news.rst">wheel's changelog</a>.</em></p>
<blockquote>
<h1>Release Notes</h1>
<p><strong>0.41.0 (2023-07-22)</strong></p>
<ul>
<li>Added full support of the build tag syntax to <code>wheel tags</code> (you can now set a build
tag like <code>123mytag</code>)</li>
<li>Fixed warning on Python 3.12 about <code>onerror</code> deprecation. (PR by Henry Schreiner)</li>
<li>Support testing on Python 3.12 betas (PR by Ewout ter Hoeven)</li>
</ul>
<p><strong>0.40.0 (2023-03-14)</strong></p>
<ul>
<li>Added a <code>wheel tags</code> command to modify tags on an existing wheel
(PR by Henry Schreiner)</li>
<li>Updated vendored <code>packaging</code> to 23.0</li>
<li><code>wheel unpack</code> now preserves the executable attribute of extracted files</li>
<li>Fixed spaces in platform names not being converted to underscores (PR by David Tucker)</li>
<li>Fixed <code>RECORD</code> files in generated wheels missing the regular file attribute</li>
<li>Fixed <code>DeprecationWarning</code> about the use of the deprecated <code>pkg_resources</code> API
(PR by Thomas Grainger)</li>
<li>Wheel now uses flit-core as a build backend (PR by Henry Schreiner)</li>
</ul>
<p><strong>0.38.4 (2022-11-09)</strong></p>
<ul>
<li>Fixed <code>PKG-INFO</code> conversion in <code>bdist_wheel</code> mangling UTF-8 header values in
<code>METADATA</code> (PR by Anderson Bravalheri)</li>
</ul>
<p><strong>0.38.3 (2022-11-08)</strong></p>
<ul>
<li>Fixed install failure when used with <code>--no-binary</code>, reported on Ubuntu 20.04, by
removing <code>setup_requires</code> from <code>setup.cfg</code></li>
</ul>
<p><strong>0.38.2 (2022-11-05)</strong></p>
<ul>
<li>Fixed regression introduced in v0.38.1 which broke parsing of wheel file names with
multiple platform tags</li>
</ul>
<p><strong>0.38.1 (2022-11-04)</strong></p>
<ul>
<li>Removed install dependency on setuptools</li>
<li>The future-proof fix in 0.36.0 for converting PyPy's SOABI into a abi tag was
faulty. Fixed so that future changes in the SOABI will not change the tag.</li>
</ul>
<p><strong>0.38.0 (2022-10-21)</strong></p>
<ul>
<li>Dropped support for Python &lt; 3.7</li>
<li>Updated vendored <code>packaging</code> to 21.3</li>
<li>Replaced all uses of <code>distutils</code> with <code>setuptools</code></li>
<li>The handling of <code>license_files</code> (including glob patterns and default
values) is now delegated to <code>setuptools&gt;=57.0.0</code> (<a href="https://redirect.github.com/pypa/wheel/issues/466">#466</a>).</li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pypa/wheel/commit/95c2d83cde174ed3c34d5a5b53dc3b3a1ace91b6"><code>95c2d83</code></a> Created a new release</li>
<li><a href="https://github.com/pypa/wheel/commit/e8fc452cebb0ccf1a67f9b6eb18eb9d0526cf02b"><code>e8fc452</code></a> Updated FreeBSD image on Cirrus CI</li>
<li><a href="https://github.com/pypa/wheel/commit/fb7d837f79f78699c1c54426454b5413f217fad9"><code>fb7d837</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pypa/wheel/issues/546">#546</a>)</li>
<li><a href="https://github.com/pypa/wheel/commit/c0caf5547fc33ce58a48706c87adbe262bf6364d"><code>c0caf55</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pypa/wheel/issues/545">#545</a>)</li>
<li><a href="https://github.com/pypa/wheel/commit/9fd929f8b9c7b31d434b956650c024a29ce743ce"><code>9fd929f</code></a> chore: some touchups &amp; 3.12 classifier (<a href="https://redirect.github.com/pypa/wheel/issues/539">#539</a>)</li>
<li><a href="https://github.com/pypa/wheel/commit/f2af601091771ad56c63b7a760206960f8dfeb4c"><code>f2af601</code></a> fix: remove warning on 3.12a7+ (<a href="https://redirect.github.com/pypa/wheel/issues/529">#529</a>)</li>
<li><a href="https://github.com/pypa/wheel/commit/e18afcfb218a2b339655abe486bf089c20886686"><code>e18afcf</code></a> ci: make patch coverage informational only (<a href="https://redirect.github.com/pypa/wheel/issues/544">#544</a>)</li>
<li><a href="https://github.com/pypa/wheel/commit/a222afc26bda6ef94f5709e46688c23326e9a666"><code>a222afc</code></a> chore: both ruff and black read requires-python now (<a href="https://redirect.github.com/pypa/wheel/issues/542">#542</a>)</li>
<li><a href="https://github.com/pypa/wheel/commit/b6d61ba3dc904821019d0debed0a576e419eb553"><code>b6d61ba</code></a> chore: ruff moved to astral-sh (<a href="https://redirect.github.com/pypa/wheel/issues/543">#543</a>)</li>
<li><a href="https://github.com/pypa/wheel/commit/23075ad052619f103d6e9cb639b24623c9c424c3"><code>23075ad</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pypa/wheel/issues/541">#541</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/pypa/wheel/compare/0.40.0...0.41.0">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 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>
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
…~=2.9.1 to ~=2.9.2 in /gh-pages (#4243)

Updates the requirements on [mkdocs-awesome-pages-plugin](https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin) to permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin/releases">mkdocs-awesome-pages-plugin's releases</a>.</em></p>
<blockquote>
<h2>v2.9.2</h2>
<h3>Improvements</h3>
<ul>
<li>Support for <code>mkdocs-gen-files</code> <a href="https://redirect.github.com/lukasgeiter/mkdocs-awesome-pages-plugin/issues/78">#78</a></li>
</ul>
<h3>Bugfixes</h3>
<ul>
<li>Fix <code>.pages</code> in sections under virtual section <a href="https://redirect.github.com/lukasgeiter/mkdocs-awesome-pages-plugin/issues/77">#77</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin/commit/fb65c78bcf5b370efa2c35d6f546d9c2923eb1fd"><code>fb65c78</code></a> Bump version to 2.9.2</li>
<li><a href="https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin/commit/e679f2c0aafab6d1d1aee563f0d94e7d767adb2d"><code>e679f2c</code></a> Handle plugin generated content and config (<a href="https://redirect.github.com/lukasgeiter/mkdocs-awesome-pages-plugin/issues/79">#79</a>)</li>
<li><a href="https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin/commit/572c230f3dc5a4b5fdac8a14a2c7402986844fc4"><code>572c230</code></a> Remove pypy tests entirely</li>
<li><a href="https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin/commit/d75a476df021d9fa858d5c626472e19708c736ed"><code>d75a476</code></a> Fix .pages in sections under virtual section</li>
<li><a href="https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin/commit/95041677864e9590693335ffd068979fd6bb27bd"><code>9504167</code></a> Remove pypy-3.7 from test matrix</li>
<li>See full diff in <a href="https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin/compare/v2.9.1...v2.9.2">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 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 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)


</details>
… to 4.7.0 in /packages/@jsii/dotnet-runtime-test/test (#4245)

Bumps [Microsoft.CodeAnalysis.CSharp.Workspaces](https://github.com/dotnet/roslyn) from 4.6.0 to 4.7.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dotnet/roslyn/releases">Microsoft.CodeAnalysis.CSharp.Workspaces's releases</a>.</em></p>
<blockquote>
<h2>.NET 6.0.1</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v6.0.1">Release</a></p>
<h2>.NET 5.0.4</h2>
<p><a href="https://github.com/dotnet/core/releases/tag/v5.0.4">Release</a></p>
<h2>.NET 5.0.2</h2>
<p><a href="https://github.com/dotnet/core/blob/master/release-notes/5.0/5.0.2/5.0.2.md">Release Notes</a>
<a href="https://github.com/dotnet/core/blob/master/release-notes/5.0/5.0.2/5.0.2-install-instructions.md">Install Instructions</a></p>
<h1>Repos</h1>
<ul>
<li><a href="https://github.com/dotnet/core/releases/tag/v5.0.2">Core</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md">Microsoft.CodeAnalysis.CSharp.Workspaces's changelog</a>.</em></p>
<blockquote>
<h1>Version 4.7.0</h1>
<h3><code>SymbolDisplayFormat</code> includes parameter name when invoked on <code>IParameterSymbol</code></h3>
<p>All <code>SymbolDisplayFormat</code>s (predefined and user-created) now include parameter names by default if used on a standalone <code>IParameterSymbol</code> for consistency with predefined formats (see the breaking change for version 4.5.0 above).</p>
<h3>Changed <code>IncrementalStepRunReason</code> when a modified input produced a new output</h3>
<p><code>IncrementalGeneratorRunStep.Outputs</code> previously contained <code>IncrementalStepRunReason.Modified</code> as <code>Reason</code>
when the input to the step was modified in a way that produced a new output.
Now the reason will be reported more accurately as <code>IncrementalStepRunReason.New</code>.</p>
<h1>Version 4.8.0</h1>
<h3>Changed <code>Assembly.Location</code> behavior in non-Windows</h3>
<p>The value of <code>Assembly.Location</code> previously held the location on disk where an analyzer or source generator was loaded from. This could be either the original location or the shadow copy location. In 4.8 this will be <code>&quot;&quot;</code> in certain cases when running on non Windows platforms. This is due the compiler server loading assemblies using <code>AssemblyLoadContext.LoadFromStream</code> instead of loading from disk.</p>
<p>This could already happen in other load scenarios but this change moves it into mainline build scenarios.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/dotnet/roslyn/commits">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.CodeAnalysis.CSharp.Workspaces&package-manager=nuget&previous-version=4.6.0&new-version=4.7.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 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)


</details>
…ckages/@jsii/dotnet-runtime-test/test (#4244)

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.0 to 17.7.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/microsoft/vstest/releases">Microsoft.NET.Test.Sdk's releases</a>.</em></p>
<blockquote>
<h2>v17.7.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Take System dlls from testhost folder to fix running .NET Framework dlls on mono and under VS on Mac in <a href="https://redirect.github.com/microsoft/vstest/issues/4610">#4610</a> by <a href="https://github.com/Evangelink"><code>@​Evangelink</code></a></li>
<li>Fix hangs in parallel execution and discovery in <a href="https://redirect.github.com/microsoft/vstest/issues/4629">#4629</a> by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a></li>
<li>Fix executable bitness for testhost.x86 in <a href="https://redirect.github.com/microsoft/vstest/issues/4654">#4654</a> by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/microsoft/vstest/compare/v17.7.0...v17.7.1">https://github.com/microsoft/vstest/compare/v17.7.0...v17.7.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/microsoft/vstest/commit/76fea143ffe5e3883dcd04e0923b4b8e1e158145"><code>76fea14</code></a> Fix executable bitness for testhost.x86 (<a href="https://redirect.github.com/microsoft/vstest/issues/4652">#4652</a>) (<a href="https://redirect.github.com/microsoft/vstest/issues/4654">#4654</a>)</li>
<li><a href="https://github.com/microsoft/vstest/commit/c59bb292a6a72ca9268439f50931dd5d1cc4ded2"><code>c59bb29</code></a> RTM build fix (<a href="https://redirect.github.com/microsoft/vstest/issues/4643">#4643</a>)</li>
<li><a href="https://github.com/microsoft/vstest/commit/52b57f08f0c7860f087f2a02ba9fc360c52f8644"><code>52b57f0</code></a> Backport recent fixes (<a href="https://redirect.github.com/microsoft/vstest/issues/4632">#4632</a>)</li>
<li>See full diff in <a href="https://github.com/microsoft/vstest/compare/v17.7.0...v17.7.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.NET.Test.Sdk&package-manager=nuget&previous-version=17.7.0&new-version=17.7.1)](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 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)


</details>
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
@aws-cdk-automation aws-cdk-automation added the pr/no-squash This PR should be merged instead of squash-merging it label Aug 24, 2023
@mergify
Copy link
Contributor

mergify bot commented Aug 25, 2023

Thank you for contributing! ❤️ I will now look into making sure the PR is up-to-date, then proceed to try and merge it!

@mergify mergify bot added the pr/ready-to-merge This PR is ready to be merged. label Aug 25, 2023
@mergify
Copy link
Contributor

mergify bot commented Aug 25, 2023

Merging (no-squash)...

@mergify mergify bot merged commit eaabd08 into release Aug 25, 2023
34 checks passed
@mergify mergify bot deleted the bump/1.88.0 branch August 25, 2023 15:00
@mergify mergify bot removed the pr/ready-to-merge This PR is ready to be merged. label Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr/no-squash This PR should be merged instead of squash-merging it
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants