Bump CommunityToolkit.Mvvm from 8.1.0 to 8.2.1 #3

Merged
dependabot[bot] merged 1 commits from dependabot/nuget/CommunityToolkit.Mvvm-8.2.1 into trunk 2023-07-11 17:25:34 -05:00
dependabot[bot] commented 2023-07-11 17:20:52 -05:00 (Migrated from github.com)

Bumps CommunityToolkit.Mvvm from 8.1.0 to 8.2.1.

Release notes

Sourced from CommunityToolkit.Mvvm's releases.

8.2.1

What's Changed 🆕

New Contributors 🙌

Full Changelog: https://github.com/CommunityToolkit/dotnet/compare/v8.2.0...v8.2.1

8.2.0

Release blog post: https://devblogs.microsoft.com/dotnet/announcing-the-dotnet-community-toolkit-820/.

What's Changed 🆕

... (truncated)

Commits
  • 2258fd3 Set version.json to 8.2.1
  • e071ed2 Merge pull request #720 from CommunityToolkit/dev/escape-observable-fields
  • 84476ce Add unit tests for new field escaping logic
  • 92185e0 Escape annotated fields using keyword identifiers
  • 34f82fe Merge pull request #719 from CommunityToolkit/dev/builder-enumerable
  • 9c607b0 Remove unnecessary array allocation
  • bcb327d Add ImmutableArrayBuilder<T>.AsEnumerable()
  • d6eb5cc Merge pull request #714 from CommunityToolkit/dev/async-void-command-analyzer
  • c6eedee Avoid passing properties to async void [RelayCommand] fixer
  • ce23265 Add AsyncVoidReturningRelayCommandMethodCodeFixer tests
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot 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)
Bumps [CommunityToolkit.Mvvm](https://github.com/CommunityToolkit/dotnet) from 8.1.0 to 8.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/CommunityToolkit/dotnet/releases">CommunityToolkit.Mvvm's releases</a>.</em></p> <blockquote> <h2>8.2.1</h2> <h2>What's Changed 🆕</h2> <ul> <li>Fix AV when indexing a sliced Memory2D<!-- raw HTML omitted --> backed by custom MemoryManager<!-- raw HTML omitted --> by <a href="https://github.com/Sergio0694"><code>@​Sergio0694</code></a> in <a href="https://redirect.github.com/CommunityToolkit/dotnet/pull/675">CommunityToolkit/dotnet#675</a></li> <li>Fix forwarding attributes with negative enum values by <a href="https://github.com/Sergio0694"><code>@​Sergio0694</code></a> in <a href="https://redirect.github.com/CommunityToolkit/dotnet/pull/682">CommunityToolkit/dotnet#682</a></li> <li>Update NuGet packages to latest stable by <a href="https://github.com/Sergio0694"><code>@​Sergio0694</code></a> in <a href="https://redirect.github.com/CommunityToolkit/dotnet/pull/687">CommunityToolkit/dotnet#687</a></li> <li>Use preinstalled .NET in CI runner by <a href="https://github.com/Sergio0694"><code>@​Sergio0694</code></a> in <a href="https://redirect.github.com/CommunityToolkit/dotnet/pull/688">CommunityToolkit/dotnet#688</a></li> <li>Dynamically resolve assembly version in generator tests by <a href="https://github.com/Sergio0694"><code>@​Sergio0694</code></a> in <a href="https://redirect.github.com/CommunityToolkit/dotnet/pull/689">CommunityToolkit/dotnet#689</a></li> <li>Bump version to 8.2.1 by <a href="https://github.com/Sergio0694"><code>@​Sergio0694</code></a> in <a href="https://redirect.github.com/CommunityToolkit/dotnet/pull/685">CommunityToolkit/dotnet#685</a></li> <li>Add diagnostics for invalid expressions for forwarded attributes by <a href="https://github.com/Sergio0694"><code>@​Sergio0694</code></a> in <a href="https://redirect.github.com/CommunityToolkit/dotnet/pull/684">CommunityToolkit/dotnet#684</a></li> <li>Fix ObservableValidator generator to detect inherited properties by <a href="https://github.com/Sergio0694"><code>@​Sergio0694</code></a> in <a href="https://redirect.github.com/CommunityToolkit/dotnet/pull/692">CommunityToolkit/dotnet#692</a></li> <li>Add warning when using packages.config for MVVM Toolkit by <a href="https://github.com/Sergio0694"><code>@​Sergio0694</code></a> in <a href="https://redirect.github.com/CommunityToolkit/dotnet/pull/698">CommunityToolkit/dotnet#698</a></li> <li>Improve XML docs for Span2D<!-- raw HTML omitted -->.Slice(int, int, int, int) by <a href="https://github.com/Sergio0694"><code>@​Sergio0694</code></a> in <a href="https://redirect.github.com/CommunityToolkit/dotnet/pull/700">CommunityToolkit/dotnet#700</a></li> <li>Improve ImmutableArrayBuilder<!-- raw HTML omitted --> type in MVVM Toolkit generators by <a href="https://github.com/Sergio0694"><code>@​Sergio0694</code></a> in <a href="https://redirect.github.com/CommunityToolkit/dotnet/pull/701">CommunityToolkit/dotnet#701</a></li> <li>Check for cancellation more often in generators by <a href="https://github.com/Sergio0694"><code>@​Sergio0694</code></a> in <a href="https://redirect.github.com/CommunityToolkit/dotnet/pull/704">CommunityToolkit/dotnet#704</a></li> <li>Update README.md by <a href="https://github.com/kmgallahan"><code>@​kmgallahan</code></a> in <a href="https://redirect.github.com/CommunityToolkit/dotnet/pull/697">CommunityToolkit/dotnet#697</a></li> <li>Set EnforceExtendedAnalyzerRules in analyzers by <a href="https://github.com/Sergio0694"><code>@​Sergio0694</code></a> in <a href="https://redirect.github.com/CommunityToolkit/dotnet/pull/712">CommunityToolkit/dotnet#712</a></li> <li>Add new analyzer/fixer for async void [RelayCommand] methods by <a href="https://github.com/Sergio0694"><code>@​Sergio0694</code></a> in <a href="https://redirect.github.com/CommunityToolkit/dotnet/pull/714">CommunityToolkit/dotnet#714</a></li> <li>Remove unnecessary temporary array allocation by <a href="https://github.com/Sergio0694"><code>@​Sergio0694</code></a> in <a href="https://redirect.github.com/CommunityToolkit/dotnet/pull/719">CommunityToolkit/dotnet#719</a></li> <li>Handle [ObservableProperty] fields with keyword identifiers by <a href="https://github.com/Sergio0694"><code>@​Sergio0694</code></a> in <a href="https://redirect.github.com/CommunityToolkit/dotnet/pull/720">CommunityToolkit/dotnet#720</a></li> </ul> <h2>New Contributors 🙌</h2> <ul> <li><a href="https://github.com/kmgallahan"><code>@​kmgallahan</code></a> made their first contribution in <a href="https://redirect.github.com/CommunityToolkit/dotnet/pull/697">CommunityToolkit/dotnet#697</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/CommunityToolkit/dotnet/compare/v8.2.0...v8.2.1">https://github.com/CommunityToolkit/dotnet/compare/v8.2.0...v8.2.1</a></p> <h2>8.2.0</h2> <p>Release blog post: <a href="https://devblogs.microsoft.com/dotnet/announcing-the-dotnet-community-toolkit-820/">https://devblogs.microsoft.com/dotnet/announcing-the-dotnet-community-toolkit-820/</a>.</p> <h2>What's Changed 🆕</h2> <ul> <li>Add fixers project and implement a fixer for FieldReferenceForObservablePropertyFieldAnalyzer by <a href="https://github.com/333fred"><code>@​333fred</code></a> in <a href="https://redirect.github.com/CommunityToolkit/dotnet/pull/578">CommunityToolkit/dotnet#578</a></li> <li>Move two more diagnostics to analyzers by <a href="https://github.com/Sergio0694"><code>@​Sergio0694</code></a> in <a href="https://redirect.github.com/CommunityToolkit/dotnet/pull/581">CommunityToolkit/dotnet#581</a></li> <li>Use SyntaxGenerator and leave trivia handling up to it by <a href="https://github.com/Youssef1313"><code>@​Youssef1313</code></a> in <a href="https://redirect.github.com/CommunityToolkit/dotnet/pull/590">CommunityToolkit/dotnet#590</a></li> <li>Add fixer for ClassUsingAttributeInsteadOfInheritanceAnalyzer by <a href="https://github.com/Sergio0694"><code>@​Sergio0694</code></a> in <a href="https://redirect.github.com/CommunityToolkit/dotnet/pull/588">CommunityToolkit/dotnet#588</a></li> <li>Fix build error from VB.NET projects by <a href="https://github.com/Sergio0694"><code>@​Sergio0694</code></a> in <a href="https://redirect.github.com/CommunityToolkit/dotnet/pull/592">CommunityToolkit/dotnet#592</a></li> <li>Add new OnPropertyNameChanging and Changed overloads by <a href="https://github.com/Sergio0694"><code>@​Sergio0694</code></a> in <a href="https://redirect.github.com/CommunityToolkit/dotnet/pull/582">CommunityToolkit/dotnet#582</a></li> <li>Resolve all needed symbols early in analyzers by <a href="https://github.com/Sergio0694"><code>@​Sergio0694</code></a> in <a href="https://redirect.github.com/CommunityToolkit/dotnet/pull/587">CommunityToolkit/dotnet#587</a></li> <li>Fix forwarded double attribute parameters by <a href="https://github.com/Sergio0694"><code>@​Sergio0694</code></a> in <a href="https://redirect.github.com/CommunityToolkit/dotnet/pull/603">CommunityToolkit/dotnet#603</a></li> <li>Fix source generators processing nested/generic types by <a href="https://github.com/Sergio0694"><code>@​Sergio0694</code></a> in <a href="https://redirect.github.com/CommunityToolkit/dotnet/pull/606">CommunityToolkit/dotnet#606</a></li> <li>Add ArrayPoolBufferWriter<!-- raw HTML omitted -->.DangerousGetArray() API by <a href="https://github.com/Sergio0694"><code>@​Sergio0694</code></a> in <a href="https://redirect.github.com/CommunityToolkit/dotnet/pull/616">CommunityToolkit/dotnet#616</a></li> <li>Drop System.Linq from CommunityToolkit.Diagnostics by <a href="https://github.com/Sergio0694"><code>@​Sergio0694</code></a> in <a href="https://redirect.github.com/CommunityToolkit/dotnet/pull/622">CommunityToolkit/dotnet#622</a></li> <li>Add [field:] and [property:] support for [RelayCommand] methods by <a href="https://github.com/Sergio0694"><code>@​Sergio0694</code></a> in <a href="https://redirect.github.com/CommunityToolkit/dotnet/pull/630">CommunityToolkit/dotnet#630</a></li> <li>fix: Added missing Dispose() call to HashCode.cs. by <a href="https://github.com/HavenDV"><code>@​HavenDV</code></a> in <a href="https://redirect.github.com/CommunityToolkit/dotnet/pull/631">CommunityToolkit/dotnet#631</a></li> <li>Support partial methods and forwarded attributes with [RelayCommand] by <a href="https://github.com/Sergio0694"><code>@​Sergio0694</code></a> in <a href="https://redirect.github.com/CommunityToolkit/dotnet/pull/633">CommunityToolkit/dotnet#633</a></li> <li>Bump version to 8.2.0 by <a href="https://github.com/Sergio0694"><code>@​Sergio0694</code></a> in <a href="https://redirect.github.com/CommunityToolkit/dotnet/pull/635">CommunityToolkit/dotnet#635</a></li> <li>Bump NuGet packages to latest stable by <a href="https://github.com/Sergio0694"><code>@​Sergio0694</code></a> in <a href="https://redirect.github.com/CommunityToolkit/dotnet/pull/636">CommunityToolkit/dotnet#636</a></li> <li>Fix TypeExtensions.ToTypeString method Exception. by <a href="https://github.com/GabrieleMessina"><code>@​GabrieleMessina</code></a> in <a href="https://redirect.github.com/CommunityToolkit/dotnet/pull/639">CommunityToolkit/dotnet#639</a></li> <li>Add [MemberNotNull] to [ObservableProperty] set accessors by <a href="https://github.com/Sergio0694"><code>@​Sergio0694</code></a> in <a href="https://redirect.github.com/CommunityToolkit/dotnet/pull/646">CommunityToolkit/dotnet#646</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/CommunityToolkit/dotnet/commit/2258fd310359fb7434d2040b34f04366efbacbf8"><code>2258fd3</code></a> Set version.json to 8.2.1</li> <li><a href="https://github.com/CommunityToolkit/dotnet/commit/e071ed22b379f904820475db827be3ad04d3e96e"><code>e071ed2</code></a> Merge pull request <a href="https://redirect.github.com/CommunityToolkit/dotnet/issues/720">#720</a> from CommunityToolkit/dev/escape-observable-fields</li> <li><a href="https://github.com/CommunityToolkit/dotnet/commit/84476ced1818252a0fa039765609a9db4cd08deb"><code>84476ce</code></a> Add unit tests for new field escaping logic</li> <li><a href="https://github.com/CommunityToolkit/dotnet/commit/92185e098a9234dce022929ebddb7e40550d0423"><code>92185e0</code></a> Escape annotated fields using keyword identifiers</li> <li><a href="https://github.com/CommunityToolkit/dotnet/commit/34f82fee7dc1bfdbe3d3a5cf7c4320bf0b9b68dc"><code>34f82fe</code></a> Merge pull request <a href="https://redirect.github.com/CommunityToolkit/dotnet/issues/719">#719</a> from CommunityToolkit/dev/builder-enumerable</li> <li><a href="https://github.com/CommunityToolkit/dotnet/commit/9c607b01af671af52fc0b87f28b51958f323e6b5"><code>9c607b0</code></a> Remove unnecessary array allocation</li> <li><a href="https://github.com/CommunityToolkit/dotnet/commit/bcb327db8efcba4e644b92b8794e713f70d325d6"><code>bcb327d</code></a> Add ImmutableArrayBuilder&lt;T&gt;.AsEnumerable()</li> <li><a href="https://github.com/CommunityToolkit/dotnet/commit/d6eb5ccd83bbf162f1cd6bf170f8f540e9f60d47"><code>d6eb5cc</code></a> Merge pull request <a href="https://redirect.github.com/CommunityToolkit/dotnet/issues/714">#714</a> from CommunityToolkit/dev/async-void-command-analyzer</li> <li><a href="https://github.com/CommunityToolkit/dotnet/commit/c6eedeea8621ddb6241ce458a09ee1b330f26fda"><code>c6eedee</code></a> Avoid passing properties to async void [RelayCommand] fixer</li> <li><a href="https://github.com/CommunityToolkit/dotnet/commit/ce23265ddc49303e5f9f45f5383c9860f33d81b5"><code>ce23265</code></a> Add AsyncVoidReturningRelayCommandMethodCodeFixer tests</li> <li>Additional commits viewable in <a href="https://github.com/CommunityToolkit/dotnet/compare/v8.1.0...v8.2.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=CommunityToolkit.Mvvm&package-manager=nuget&previous-version=8.1.0&new-version=8.2.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>
Sign in to join this conversation.
No description provided.