Bump CommunityToolkit.Mvvm from 8.2.1 to 8.2.2 #12

Open
dependabot[bot] wants to merge 1 commits from dependabot/nuget/CommunityToolkit.Mvvm-8.2.2 into trunk
dependabot[bot] commented 2023-10-26 08:51:44 -05:00 (Migrated from github.com)

Bumps CommunityToolkit.Mvvm from 8.2.1 to 8.2.2.

Release notes

Sourced from CommunityToolkit.Mvvm's releases.

8.2.2

What's Changed 🆕

New Contributors

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

Commits
  • 4c21e02 Set version.json to 8.2.2
  • ecd1711 Fix minor typos in comments.
  • b0d6c4f Bump version to 8.2.2
  • e512411 Merge pull request #735 from CommunityToolkit/dev/field-targeted-observablepr...
  • 4c8f27b Add unit tests for new diagnostic analyzer
  • 28128a8 Add AutoPropertyWithFieldTargetedObservablePropertyAttributeAnalyzer
  • 1d98dba Merge pull request #736 from CommunityToolkit/dev/negative-forwarded-attributes
  • 9f7d0bd Update unit tests for negative forwarded enum values
  • 721c56f Fix forwarded attributes with negative values
  • See full diff 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 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)
Bumps [CommunityToolkit.Mvvm](https://github.com/CommunityToolkit/dotnet) from 8.2.1 to 8.2.2. <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.2</h2> <h2>What's Changed 🆕</h2> <ul> <li>Fix forwarding enum values with negative values in attributes by <a href="https://github.com/Sergio0694"><code>@​Sergio0694</code></a> in <a href="https://redirect.github.com/CommunityToolkit/dotnet/pull/736">CommunityToolkit/dotnet#736</a></li> <li>Add analyzer for [field: ObservableProperty] uses from auto-properties by <a href="https://github.com/Sergio0694"><code>@​Sergio0694</code></a> in <a href="https://redirect.github.com/CommunityToolkit/dotnet/pull/735">CommunityToolkit/dotnet#735</a></li> <li>Fix minor typos in comments. by <a href="https://github.com/Treit"><code>@​Treit</code></a> in <a href="https://redirect.github.com/CommunityToolkit/dotnet/pull/759">CommunityToolkit/dotnet#759</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Treit"><code>@​Treit</code></a> made their first contribution in <a href="https://redirect.github.com/CommunityToolkit/dotnet/pull/759">CommunityToolkit/dotnet#759</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/CommunityToolkit/dotnet/compare/v8.2.1...v8.2.2">https://github.com/CommunityToolkit/dotnet/compare/v8.2.1...v8.2.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/CommunityToolkit/dotnet/commit/4c21e0294bd39f307219259b830485f14f5086ce"><code>4c21e02</code></a> Set version.json to 8.2.2</li> <li><a href="https://github.com/CommunityToolkit/dotnet/commit/ecd1711b740f4f88d2bb943ce292ae4fc90df1bc"><code>ecd1711</code></a> Fix minor typos in comments.</li> <li><a href="https://github.com/CommunityToolkit/dotnet/commit/b0d6c4f9c0cfb5d860400abb00b0ca1b3e94dfa4"><code>b0d6c4f</code></a> Bump version to 8.2.2</li> <li><a href="https://github.com/CommunityToolkit/dotnet/commit/e5124119574bba4f558a2bfdfea7f2d4332a7616"><code>e512411</code></a> Merge pull request <a href="https://redirect.github.com/CommunityToolkit/dotnet/issues/735">#735</a> from CommunityToolkit/dev/field-targeted-observablepr...</li> <li><a href="https://github.com/CommunityToolkit/dotnet/commit/4c8f27b23586076ec3f81dac4ccb676e30c5a963"><code>4c8f27b</code></a> Add unit tests for new diagnostic analyzer</li> <li><a href="https://github.com/CommunityToolkit/dotnet/commit/28128a8bfe8e6d4938696596fdad1fedc06e0115"><code>28128a8</code></a> Add AutoPropertyWithFieldTargetedObservablePropertyAttributeAnalyzer</li> <li><a href="https://github.com/CommunityToolkit/dotnet/commit/1d98dba80237f40ac96836958a527acac9dcc476"><code>1d98dba</code></a> Merge pull request <a href="https://redirect.github.com/CommunityToolkit/dotnet/issues/736">#736</a> from CommunityToolkit/dev/negative-forwarded-attributes</li> <li><a href="https://github.com/CommunityToolkit/dotnet/commit/9f7d0bd34c5650c3b8d1b6eee28effa9390075de"><code>9f7d0bd</code></a> Update unit tests for negative forwarded enum values</li> <li><a href="https://github.com/CommunityToolkit/dotnet/commit/721c56fc6040e0ac88694cb619f519639f6b9d6c"><code>721c56f</code></a> Fix forwarded attributes with negative values</li> <li>See full diff in <a href="https://github.com/CommunityToolkit/dotnet/compare/v8.2.1...v8.2.2">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.2.1&new-version=8.2.2)](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>
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b dependabot/nuget/CommunityToolkit.Mvvm-8.2.2 trunk
git pull origin dependabot/nuget/CommunityToolkit.Mvvm-8.2.2

Step 2:

Merge the changes and update on Gitea.
git checkout trunk
git merge --no-ff dependabot/nuget/CommunityToolkit.Mvvm-8.2.2
git push origin trunk
Sign in to join this conversation.
No description provided.