Skip to content

chore(release): 1.84.0#4146

Merged
RomainMuller merged 17 commits intoreleasefrom
bump/1.84.0
Jun 14, 2023
Merged

chore(release): 1.84.0#4146
RomainMuller merged 17 commits intoreleasefrom
bump/1.84.0

Conversation

@aws-cdk-automation
Copy link
Collaborator

@aws-cdk-automation aws-cdk-automation commented Jun 13, 2023

See CHANGELOG

dependabot bot and others added 16 commits June 7, 2023 09:07
…/@jsii/go-runtime-test/project (#4128)

Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.9.2 to 0.9.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/golang/tools/releases">golang.org/x/tools's releases</a>.</em></p>
<blockquote>
<h2>gopls/v0.9.3</h2>
<p><em>Move fast and fix things...</em><code>golang/go#54395</code></p>
<p>As always, thank you for filing issues!</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/golang/tools/commit/0dda7d614e545bb93966bb1410269b3cd1e65e1d"><code>0dda7d6</code></a> go/pointer: remove replace directive</li>
<li><a href="https://github.com/golang/tools/commit/98f1b4dee82ca3ded542b3c37a62f58f0eb744b7"><code>98f1b4d</code></a> gopls/internal/lsp/cache: check number of orphaned files after filtering</li>
<li><a href="https://github.com/golang/tools/commit/a260315e300ac46cc74b461bb418e4a800ee55bf"><code>a260315</code></a> go/pointer: create submodule</li>
<li>See full diff in <a href="https://github.com/golang/tools/compare/v0.9.2...v0.9.3">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/tools&package-manager=go_modules&previous-version=0.9.2&new-version=0.9.3)](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>
…ckages/@jsii/dotnet-runtime-test/test (#4129)

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.6.0 to 17.6.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.6.1</h2>
<h3>Issues Fixed</h3>
<p>This is a tiny patch to fixup few latest issues,</p>
<ul>
<li>
<p>Fix no-suitable provider found by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4474">microsoft/vstest#4474</a> which fixes <a href="https://redirect.github.com/microsoft/vstest/issues/4467">#4467</a></p>
<p>When .NET Portable or .NET Standard dlls are provided to the run, the run crashes with &quot;No suitable test runtime provider was found&quot;, which is a regression introduced in 17.6.0.
<img src="https://user-images.githubusercontent.com/11354648/239257444-4199e185-4884-43c8-9f23-4f8181572191.png" alt="" /></p>
</li>
<li>
<p>Fix hangdump running into crashdump by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4480">microsoft/vstest#4480</a> which fixes <a href="https://redirect.github.com/microsoft/vstest/issues/4378">#4378</a></p>
<p>Running --blame-hang and --blame-crash at the same time, can result in --blame-hang cancelling --blame-crash, and killing the testhost in the process, resulting in no dumps being created. This fix waits for --blame-crash to finish dumping the process, and then it creates hang dump.</p>
</li>
<li>
<p>Update Nuget.Frameworks by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4500">microsoft/vstest#4500</a> which fixes <a href="https://redirect.github.com/microsoft/vstest/issues/4409">#4409</a></p>
</li>
</ul>
<h3>Internal updates:</h3>
<ul>
<li>Update dependencies from devdiv/DevDiv/vs-code-coverage by <a href="https://github.com/dotnet-maestro"><code>@​dotnet-maestro</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4479">microsoft/vstest#4479</a></li>
<li>Disable internal build on new pipeline by <a href="https://github.com/nohwnd"><code>@​nohwnd</code></a> in <a href="https://redirect.github.com/microsoft/vstest/pull/4476">microsoft/vstest#4476</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/microsoft/vstest/compare/v17.6.0...v17.6.1">https://github.com/microsoft/vstest/compare/v17.6.0...v17.6.1</a></p>
<h3>Artifacts</h3>
<ul>
<li>TestPlatform vsix: <a href="https://vsdrop.corp.microsoft.com/file/v1/Products/DevDiv/microsoft/vstest/17.6/v17.6.1;/TestPlatform.vsix">17.6.1</a></li>
<li>Microsoft.TestPlatform.ObjectModel : <a href="https://www.nuget.org/packages/Microsoft.TestPlatform.ObjectModel/17.6.1">17.6.1</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/microsoft/vstest/blob/main/docs/releases.md">Microsoft.NET.Test.Sdk's changelog</a>.</em></p>
<blockquote>
<h2>17.6.1 and newer</h2>
<p>Please see release notes directly in the release page: <a href="https://github.com/microsoft/vstest/releases">https://github.com/microsoft/vstest/releases</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/microsoft/vstest/commit/5121d9feaef6811adc92efb56e1cffc494c8dfb5"><code>5121d9f</code></a> [rel/17.6] Update Nuget.Frameworks (<a href="https://redirect.github.com/microsoft/vstest/issues/4500">#4500</a>)</li>
<li><a href="https://github.com/microsoft/vstest/commit/00967c5d2d42e9485fe1726376ded79491a4e973"><code>00967c5</code></a> [rel/17.6] Fix hangdump running into crashdump (<a href="https://redirect.github.com/microsoft/vstest/issues/4480">#4480</a>)</li>
<li><a href="https://github.com/microsoft/vstest/commit/90efc14193228735cd6849ed6641b6b5c6d9b5af"><code>90efc14</code></a> Disable internal build on new pipeline (<a href="https://redirect.github.com/microsoft/vstest/issues/4476">#4476</a>)</li>
<li><a href="https://github.com/microsoft/vstest/commit/0e34e21ef919eac5904a20b8862bc273350a0c46"><code>0e34e21</code></a> Merge branch 'rel/17.6' of <a href="https://github.com/microsoft/vstest">https://github.com/microsoft/vstest</a> into rel/17.6</li>
<li><a href="https://github.com/microsoft/vstest/commit/1db7dc07ac94db3648e1aafed49d810e534f3650"><code>1db7dc0</code></a> Bump to 17.6.1 in targets</li>
<li><a href="https://github.com/microsoft/vstest/commit/7f3dc2208ea3cd7d3aebe91b48090b063d110a5a"><code>7f3dc22</code></a> [rel/17.6] Update dependencies from devdiv/DevDiv/vs-code-coverage (<a href="https://redirect.github.com/microsoft/vstest/issues/4479">#4479</a>)</li>
<li><a href="https://github.com/microsoft/vstest/commit/a6e34a16ee0ecb4bdf010614c85d6fcc2253867e"><code>a6e34a1</code></a> Revert &quot;Bump Microsoft.VisualStudio.Telemetry to 16.6.13&quot;</li>
<li><a href="https://github.com/microsoft/vstest/commit/6115490c4925f60b008465205efd936756f7bd27"><code>6115490</code></a> Bump Microsoft.VisualStudio.Telemetry to 16.6.13</li>
<li><a href="https://github.com/microsoft/vstest/commit/68649f267286d46d05f21cdca91ae5374ac1beaa"><code>68649f2</code></a> Re-order sources to restore signed packages</li>
<li><a href="https://github.com/microsoft/vstest/commit/0d079b412745daad3edbdc1d4a359084525fdf13"><code>0d079b4</code></a> Update branding to 17.6.1</li>
<li>Additional commits viewable in <a href="https://github.com/microsoft/vstest/compare/v17.6.0...v17.6.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.6.0&new-version=17.6.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 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.15 in /gh-pages (#4131)

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.15</h2>
<ul>
<li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5566">#5566</a>: Indicate color scheme to operating system</li>
<li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5565">#5565</a>: Update <code>Dockerfile</code> to latest version of base image</li>
<li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5554">#5554</a>: Add additional version tags (<code>9</code>, <code>9.1</code>) to Docker image</li>
<li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5536">#5536</a>: Strip tags of ARIA labels in table of contents</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.15+insiders-4.35.3 (2023-06-01)</p>
<ul>
<li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5579">#5579</a>: Abbreviations in headlines filtered by typeset plugin</li>
</ul>
<p>mkdocs-material-9.1.15+insiders-4.35.2 (2023-05-29)</p>
<ul>
<li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5555">#5555</a>: Blog plugin crashes when computing readtime for emojis</li>
</ul>
<p>mkdocs-material-9.1.15 (2023-05-29)</p>
<ul>
<li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5566">#5566</a>: Indicate color scheme to operating system</li>
<li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5565">#5565</a>: Update Dockerfile to latest version of base image</li>
<li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5554">#5554</a>: Add additional version tags (9, 9.1) to Docker image</li>
<li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5536">#5536</a>: Strip tags of ARIA labels in table of contents</li>
</ul>
<p>mkdocs-material-9.1.14+insiders-4.35.1 (2023-05-20)</p>
<ul>
<li>Fixed internal handling of errors in social plugin</li>
</ul>
<p>mkdocs-material-9.1.14+insiders-4.35.0 (2023-05-20)</p>
<ul>
<li>Improve editing experience and stability of social plugin</li>
<li>Added support for custom layout syntax validation in social plugin</li>
<li>Added support for layer origin for easier placement in social plugin</li>
<li>Added support for in- and exclusion patterns in social plugin</li>
<li>Catch and print syntax errors in custom layouts</li>
</ul>
<p>mkdocs-material-9.1.14 (2023-05-20)</p>
<ul>
<li>Updated Armenian and Greek translations</li>
</ul>
<p>mkdocs-material-9.1.13+insiders-4.34.1 (2023-05-16)</p>
<ul>
<li>Disable social plugin debug mode by default on mkdocs build</li>
<li>Added warning in social plugin debug mode when font style couldn't be found</li>
<li>Set default concurrency of built-in multi-threaded plugins to CPUs - 1</li>
<li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5521">#5521</a>: Social plugin triggers race condition when downloading fonts</li>
<li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5515">#5515</a>: Social plugin crashes when concurrency is set to 1</li>
</ul>
<p>mkdocs-material-9.1.13 (2023-05-16)</p>
<ul>
<li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5517">#5517</a>: Social plugin crashes for some fonts (e.g. Open Sans)</li>
</ul>
<p>mkdocs-material-9.1.12+insiders-4.34.0 (2023-05-14)</p>
<ul>
<li>Added support for new overflow mode to auto-fit text in social plugin</li>
<li>Reduced subtle rendering bugs in (code) annotations due to subpixel rounding</li>
<li>Improved print styles for (code) annotation lists</li>
<li>Improved performance of social plugin, now 3x as fast</li>
<li>Improved interop of typeset plugin with MkDocstrings</li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/squidfunk/mkdocs-material/commit/06d1ba1337703bd6deed9b13b33516abc2e81b72"><code>06d1ba1</code></a> Prepare 9.1.15 release</li>
<li><a href="https://github.com/squidfunk/mkdocs-material/commit/3d706407d96fbc7d87b11f24da13d389e6879c36"><code>3d70640</code></a> Updated dependencies</li>
<li><a href="https://github.com/squidfunk/mkdocs-material/commit/0f1866b108d06eb18f9610f211439badb41cbca1"><code>0f1866b</code></a> Documentation</li>
<li><a href="https://github.com/squidfunk/mkdocs-material/commit/aa4befa429971e9e55af09c5021f9f9b2340a05d"><code>aa4befa</code></a> Merge branch 'master' of github.com:squidfunk/mkdocs-material</li>
<li><a href="https://github.com/squidfunk/mkdocs-material/commit/fe0c966a4da16861e3fbe9064afcae3cc3d7c6fa"><code>fe0c966</code></a> Added color-scheme property to indicate color scheme to OS</li>
<li><a href="https://github.com/squidfunk/mkdocs-material/commit/2fa92de28dd4f455f6206c958e79cbec1203bc98"><code>2fa92de</code></a> Merge pull request <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5565">#5565</a> from yubiuser/update_docker</li>
<li><a href="https://github.com/squidfunk/mkdocs-material/commit/7c19f464ad5b42bb2497785b3a12ecc0daa95206"><code>7c19f46</code></a> Only user major.minor for python version</li>
<li><a href="https://github.com/squidfunk/mkdocs-material/commit/f37702a8fbb62ee35e45f57a462d8be540856c44"><code>f37702a</code></a> Added major.minor and major tags to Docker image</li>
<li><a href="https://github.com/squidfunk/mkdocs-material/commit/e0b3022be64456442aa51a90c57a8530998d576e"><code>e0b3022</code></a> Update Dockerfile to latest alpine</li>
<li><a href="https://github.com/squidfunk/mkdocs-material/commit/f84725d4fcd8960090063d58f18fb01973b55370"><code>f84725d</code></a> Added tutorial on building custom social cards</li>
<li>Additional commits viewable in <a href="https://github.com/squidfunk/mkdocs-material/compare/9.1.14...9.1.15">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>
…2 in /packages/@jsii/python-runtime (#4130)

Updates the requirements on [cattrs](https://github.com/python-attrs/cattrs) to permit the latest version.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/python-attrs/cattrs/blob/main/HISTORY.md">cattrs's changelog</a>.</em></p>
<blockquote>
<h2>23.1.2 (2023-06-02)</h2>
<ul>
<li>Improve <code>typing_extensions</code> version bound. (<a href="https://redirect.github.com/python-attrs/cattrs/issues/372">#372</a>)</li>
</ul>
<h2>23.1.1 (2023-05-30)</h2>
<ul>
<li>Add <code>typing_extensions</code> as a direct dependency on 3.10. (<a href="https://redirect.github.com/python-attrs/cattrs/issues/369">#369</a> <a href="https://redirect.github.com/python-attrs/cattrs/pull/370">#370</a>)</li>
</ul>
<h2>23.1.0 (2023-05-30)</h2>
<ul>
<li>Introduce the <code>tagged_union</code> strategy. (<a href="https://redirect.github.com/python-attrs/cattrs/pull/318">#318</a> <a href="https://redirect.github.com/python-attrs/cattrs/issues/317">#317</a>)</li>
<li>Introduce the <code>cattrs.transform_error</code> helper function for formatting validation exceptions. (<a href="https://redirect.github.com/python-attrs/cattrs/issues/258">258</a> <a href="https://redirect.github.com/python-attrs/cattrs/pull/342">342</a>)</li>
<li>Add support for <a href="https://peps.python.org/pep-0589/"><code>typing.TypedDict</code> and <code>typing_extensions.TypedDict</code></a>.
(<a href="https://redirect.github.com/python-attrs/cattrs/issues/296">#296</a> <a href="https://redirect.github.com/python-attrs/cattrs/pull/364">#364</a>)</li>
<li>Add support for <code>typing.Final</code>.
(<a href="https://redirect.github.com/python-attrs/cattrs/issues/340">#340</a> <a href="https://redirect.github.com/python-attrs/cattrs/pull/349">#349</a>)</li>
<li>Introduce <code>override.struct_hook</code> and <code>override.unstruct_hook</code>. Learn more <a href="https://catt.rs/en/latest/customizing.html#struct-hook-and-unstruct-hook">here</a>.
(<a href="https://redirect.github.com/python-attrs/cattrs/pull/326">#326</a>)</li>
<li>Fix generating structuring functions for types with angle brackets (<code>&lt;&gt;</code>) and pipe symbols (<code>|</code>) in the name.
(<a href="https://redirect.github.com/python-attrs/cattrs/issues/319">#319</a> <a href="https://redirect.github.com/python-attrs/cattrs/pull/327%3E">#327</a>)</li>
<li><code>pathlib.Path</code> is now supported by default.
(<a href="https://redirect.github.com/python-attrs/cattrs/issues/81">#81</a>)</li>
<li>Add <code>cbor2</code> serialization library to the <code>cattr.preconf</code> package.</li>
<li>Add optional dependencies for <code>cattrs.preconf</code> third-party libraries. (<a href="https://redirect.github.com/python-attrs/cattrs/pull/337">#337</a>)</li>
<li>All preconf converters now allow overriding the default <code>unstruct_collection_overrides</code> in <code>make_converter</code>.
(<a href="https://redirect.github.com/python-attrs/cattrs/issues/350">#350</a> <a href="https://redirect.github.com/python-attrs/cattrs/pull/353">#353</a>)</li>
<li>Subclasses structuring and unstructuring is now supported via a custom <code>include_subclasses</code> strategy.
(<a href="https://redirect.github.com/python-attrs/cattrs/pull/312">#312</a>)</li>
<li>Add support for <code>typing_extensions.Annotated</code> when the python version is less than <code>3.9</code>. (<a href="https://redirect.github.com/python-attrs/cattrs/pull/366">#366</a>)</li>
<li>Add unstructuring and structuring support for the standard library <code>deque</code>.
(<a href="https://redirect.github.com/python-attrs/cattrs/pull/355">#355</a>)</li>
</ul>
<h2>22.2.0 (2022-10-03)</h2>
<ul>
<li><em>Potentially breaking</em>: <code>cattrs.Converter</code> has been renamed to <code>cattrs.BaseConverter</code>, and <code>cattrs.GenConverter</code> to <code>cattrs.Converter</code>.
The <code>GenConverter</code> name is still available for backwards compatibility, but is deprecated.
If you were depending on functionality specific to the old <code>Converter</code>, change your import to <code>from cattrs import BaseConverter</code>.</li>
<li><a href="https://docs.python.org/3/library/typing.html#newtype">NewTypes</a> are now supported by the <code>cattrs.Converter</code>.
(<a href="https://redirect.github.com/python-attrs/cattrs/pull/255">#255</a> <a href="https://redirect.github.com/python-attrs/cattrs/issues/94">#94</a> <a href="https://redirect.github.com/python-attrs/cattrs/issues/297">#297</a>)</li>
<li><code>cattrs.Converter</code> and <code>cattrs.BaseConverter</code> can now copy themselves using the <code>copy</code> method.
(<a href="https://redirect.github.com/python-attrs/cattrs/pull/284">#284</a>)</li>
<li>Python 3.11 support.</li>
<li>cattrs now supports un/structuring <code>kw_only</code> fields on attrs classes into/from dictionaries.
(<a href="https://redirect.github.com/python-attrs/cattrs/pull/247">#247</a>)</li>
<li>PyPy support (and tests, using a minimal Hypothesis profile) restored.
(<a href="https://redirect.github.com/python-attrs/cattrs/issues/253">#253</a>)</li>
<li>Fix propagating the <code>detailed_validation</code> flag to mapping and counter structuring generators.</li>
<li>Fix <code>typing.Set</code> applying too broadly when used with the <code>GenConverter.unstruct_collection_overrides</code> parameter on Python versions below 3.9. Switch to <code>typing.AbstractSet</code> on those versions to restore the old behavior.
(<a href="https://redirect.github.com/python-attrs/cattrs/issues/264">#264</a>)</li>
<li>Uncap the required Python version, to avoid problems detailed <a href="https://iscinumpy.dev/post/bound-version-constraints/#pinning-the-python-version-is-special">here</a>
(<a href="https://redirect.github.com/python-attrs/cattrs/issues/275">#275</a>)</li>
<li>Fix <code>Converter.register_structure_hook_factory</code> and <code>cattrs.gen.make_dict_unstructure_fn</code> type annotations.</li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/python-attrs/cattrs/commit/3cee857b51ed7c47bcfc72826ef70bd6de22a79f"><code>3cee857</code></a> 23.1.2</li>
<li><a href="https://github.com/python-attrs/cattrs/commit/147ad8a296bd3c910183cb92e2bde1390c15a040"><code>147ad8a</code></a> Fix typing_extensions version bound</li>
<li><a href="https://github.com/python-attrs/cattrs/commit/5e7cf335994f6c03924fa1bbb7862d7e68f65e87"><code>5e7cf33</code></a> 23.1.1</li>
<li><a href="https://github.com/python-attrs/cattrs/commit/30f24500da7e8b1a29599ddbb9a8c142e8a3760b"><code>30f2450</code></a> fix: missing dependency on Python 3.10 (<a href="https://redirect.github.com/python-attrs/cattrs/issues/370">#370</a>)</li>
<li><a href="https://github.com/python-attrs/cattrs/commit/00932450fb27d8c6a53697244ae033b13916489b"><code>0093245</code></a> Tentative theme fix</li>
<li><a href="https://github.com/python-attrs/cattrs/commit/4e54c1b5b4b60b6e0022c366ecf7c00a90c032bc"><code>4e54c1b</code></a> 23.2.0 open for business</li>
<li><a href="https://github.com/python-attrs/cattrs/commit/3570664986cd26e24fd4edf2325fb11478e53b95"><code>3570664</code></a> 23.1.0</li>
<li><a href="https://github.com/python-attrs/cattrs/commit/67bc98e20049009d20cd4744f554eda85498f2d3"><code>67bc98e</code></a> Allows use of <code>typing_extensions.Annotated</code> when python version is less than ...</li>
<li><a href="https://github.com/python-attrs/cattrs/commit/ba5ccb210065c20a7b938674228efbdc67f777f3"><code>ba5ccb2</code></a> Bump requests from 2.30.0 to 2.31.0 (<a href="https://redirect.github.com/python-attrs/cattrs/issues/367">#367</a>)</li>
<li><a href="https://github.com/python-attrs/cattrs/commit/dfa901ede4d3ee434d8f387dce7d6145ba2c1d1d"><code>dfa901e</code></a> Tweak docs</li>
<li>Additional commits viewable in <a href="https://github.com/python-attrs/cattrs/compare/v1.8.0...v23.1.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 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/go-runtime/jsii-runtime-go (#4113)

Bumps [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) from 0.0.18 to 0.0.19.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/mattn/go-isatty/commit/c067b4f3df49dfc0f376d884e16cfd784ea1874b"><code>c067b4f</code></a> Merge pull request <a href="https://redirect.github.com/mattn/go-isatty/issues/86">#86</a> from dolmen-go/testing-log-result</li>
<li><a href="https://github.com/mattn/go-isatty/commit/42997b38408801fc386b5a705a418b0c5b3a1fc1"><code>42997b3</code></a> tests: log value of IsTerminal</li>
<li>See full diff in <a href="https://github.com/mattn/go-isatty/compare/v0.0.18...v0.0.19">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/mattn/go-isatty&package-manager=go_modules&previous-version=0.0.18&new-version=0.0.19)](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>
…/@jsii/go-runtime/jsii-runtime-go (#4127)

Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.9.1 to 0.9.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/golang/tools/releases">golang.org/x/tools's releases</a>.</em></p>
<blockquote>
<h2>gopls/v0.9.3</h2>
<p><em>Move fast and fix things...</em><code>golang/go#54395</code></p>
<p>As always, thank you for filing issues!</p>
<h2>gopls/v0.9.2</h2>
<p>This release contains many bug fixes, particularly related to problems that would require restarting gopls.</p>
<p><strong>Note about network usage</strong>: among these fixes was a change to allow network usage when reloading the workspace. Reloading occurs when a <code>go.mod</code>, <code>go.sum</code>, or <code>go.work</code> file changes on disk. In the past, gopls would only allow network during the first workspace load. This resulted in confusing behavior when, for example, a new dependency is added to a <code>go.mod</code> file and gopls could not load it, but loading succeeded on restart.  See <a href="https://go.dev/issues/54069">#54069</a> for more details.</p>
<h2>Configuration changes</h2>
<h3>directoryFilters at arbitrary depth</h3>
<p>The <a href="https://github.com/golang/tools/blob/master/gopls/doc/settings.md#directoryfilters-string"><code>&quot;directoryFilters&quot;</code></a> setting now supports excluding directories at arbitrary depth, using the <code>**</code> operator. (note that for v0.9.2, the default value for this setting is still <code>[&quot;-node_modules]&quot;</code>. In the next release, this will change to <code>[&quot;-**/node_modules&quot;]</code>).</p>
<h2>Bug fixes and Performance improvements...</h2>
<p>This release contains the following notable bug fixes / performance improvements:</p>
<ul>
<li><strong>Additional change optimization</strong> - Following up on the work to optimize change processing from the <a href="https://github.com/golang/tools/releases/tag/gopls%2Fv0.9.0">v0.9.0 release</a>, this release contains additional optimizations that result in around 50% faster change processing (measured via edits in the Kubernetes repo).</li>
<li><strong>Fix for a long-standing memory leak</strong> - <a href="https://go.dev/issues/53780">#53780</a> fixed a long-standing bug that caused gopls to hold on to its initial state, gradually leaking memory as state changed during the editing session.</li>
<li><strong>Fewer restarts</strong> - This release contains many fixes for cache-invalidation bugs that would cause gopls to get confused and require restarting. Additionally, see the note at top about enabling the network when reloading the workspace.  We believe we are close to our goal that restarting gopls should never be required to fix workspace errors. If you encounter such a bug, please file an issue!</li>
</ul>
<p>A full list of all issues fixed can be found in the <a href="https://github.com/golang/go/milestone/274?closed=1">gopls/v0.9.2 milestone</a>.
To report a new problem, please file a new issue at <a href="https://go.dev/issues/new">https://go.dev/issues/new</a>.</p>
<h2>Thank you to our contributors!</h2>
<p>Thank you for your contribution, <a href="https://github.com/alandonovan"><code>@​alandonovan</code></a>, <a href="https://github.com/antoineco"><code>@​antoineco</code></a>, <a href="https://github.com/dle8"><code>@​dle8</code></a>, <a href="https://github.com/euroelessar"><code>@​euroelessar</code></a>, <a href="https://github.com/findleyr"><code>@​findleyr</code></a>, <a href="https://github.com/hyangah"><code>@​hyangah</code></a>, <a href="https://github.com/jamalc"><code>@​jamalc</code></a>, <a href="https://github.com/mssdvd"><code>@​mssdvd</code></a>, <a href="https://github.com/pjweinbgo"><code>@​pjweinbgo</code></a>, <a href="https://github.com/rentziass"><code>@​rentziass</code></a>, and <a href="https://github.com/suzmue"><code>@​suzmue</code></a>!</p>
<h2>What's next</h2>
<p>The next planned gopls release is <a href="https://github.com/golang/go/milestone/278">v0.10.0</a>. We’re excited about features and improvements on the horizon, for example:</p>
<ul>
<li>Package renaming (<a href="https://go.dev/issues/41567">#41567</a>)</li>
<li>More accurate static-analysis (<a href="https://go.dev/issues/48738">#48738</a>)</li>
<li>Improved support for the new 1.19 doc comment format (<a href="https://go.dev/issues/54260">#54260</a>)</li>
<li>Making it easier to work with <code>go.work</code> files (many issues, for example <a href="https://go.dev/issues/53880">#53880</a> or <a href="https://go.dev/issues/54261">#54261</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/golang/tools/commit/0dda7d614e545bb93966bb1410269b3cd1e65e1d"><code>0dda7d6</code></a> go/pointer: remove replace directive</li>
<li><a href="https://github.com/golang/tools/commit/98f1b4dee82ca3ded542b3c37a62f58f0eb744b7"><code>98f1b4d</code></a> gopls/internal/lsp/cache: check number of orphaned files after filtering</li>
<li><a href="https://github.com/golang/tools/commit/a260315e300ac46cc74b461bb418e4a800ee55bf"><code>a260315</code></a> go/pointer: create submodule</li>
<li><a href="https://github.com/golang/tools/commit/96844c3594b1a5b71b689f4d38697c012e093011"><code>96844c3</code></a> cmd/{guru,callgraph}: stop using go/pointer</li>
<li><a href="https://github.com/golang/tools/commit/cd694d8db4f10068e4fe38fe7aa1aa8bda65b88b"><code>cd694d8</code></a> go/packages: include &quot;unsafe&quot;.GoFiles=[&quot;unsafe.go&quot;]</li>
<li><a href="https://github.com/golang/tools/commit/33c741de78259c8c12df7103f7a6caf8dd9c6181"><code>33c741d</code></a> gopls/internal/lsp: add min/max builtin</li>
<li><a href="https://github.com/golang/tools/commit/933c7ccb15451459ca4fe53c041a4108f4859d91"><code>933c7cc</code></a> internal/lsp/source: use exact match in import highlighting</li>
<li><a href="https://github.com/golang/tools/commit/5974258e689a4f8a93448a0d181737afa4506e3f"><code>5974258</code></a> gopls/internal/lsp: clear vuln diagnostics on config changes</li>
<li><a href="https://github.com/golang/tools/commit/f3faea1982c3b87f69b407fc0add0e10c591b9dc"><code>f3faea1</code></a> go/packages: pass -pgo=off on go1.21 and later</li>
<li><a href="https://github.com/golang/tools/commit/5f74ec7da5f5b84a3d05750000a35e486c0edece"><code>5f74ec7</code></a> internal/lsp/debug: add links to profiles and GC</li>
<li>Additional commits viewable in <a href="https://github.com/golang/tools/compare/v0.9.1...v0.9.3">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/tools&package-manager=go_modules&previous-version=0.9.1&new-version=0.9.3)](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>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
These were generated incorrectly during the release because the previous release PR was accidentally squashed.

---

By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].

[Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
…ility (#4145)

Previously, `jsii` required the package's stability to be `deprecated` if there cas a `deprecated` message configured. This is however problematic when a `stable` package reaches End-of-Support and the maintainer wants to signal this in npmjs.com.

Instead of failing, only log a warning to possibly raise awareness on an unintended configuration.

Additionally - emit the `Development Status :: 7 - Inactive` trove classifier on packages with a `deprecated` message, even if their stability is not `deprecated`.
@aws-cdk-automation aws-cdk-automation added the pr/no-squash This PR should be merged instead of squash-merging it label Jun 13, 2023
@mergify
Copy link
Contributor

mergify bot commented Jun 13, 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 Jun 13, 2023
@mergify
Copy link
Contributor

mergify bot commented Jun 13, 2023

Merging (no-squash)...

@RomainMuller RomainMuller merged commit 5404dcf into release Jun 14, 2023
@RomainMuller RomainMuller deleted the bump/1.84.0 branch June 14, 2023 08:11
@mergify mergify bot removed the pr/ready-to-merge This PR is ready to be merged. label Jun 14, 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.

3 participants