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

Bump CommunityToolkit.Mvvm from 8.2.2 to 8.3.0 #2950

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2024

Bumps CommunityToolkit.Mvvm from 8.2.2 to 8.3.0.

Release notes

Sourced from CommunityToolkit.Mvvm's releases.

8.3.0

What's Changed 🆕

New Contributors

Full Changelog: CommunityToolkit/dotnet@v8.2.2...v8.3.0

Commits
  • a51c5ca Set version.json to 8.3.0
  • af626a6 Merge pull request #918 from CommunityToolkit/dev/observable-validator-trim-g...
  • 2e3ca71 Add unit tests for generated trim annotations
  • 095ac53 Generate [RequiresUnreferencedCode] when needed
  • b4bc12b Update assembly version in outdated unit tests
  • 9859a1d Update 'version.json' for 8.3.0 release
  • cc2aa2d Merge pull request #915 from CommunityToolkit/dev/trim-generated-code
  • 761a22c Forward generator options to FAWMN
  • 603e81c Add new FAWMN variant with global options
  • 2c2a1c3 Merge pull request #916 from CommunityToolkit/dev/update-sdk-package
  • 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 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.2 to 8.3.0.
- [Release notes](https://github.com/CommunityToolkit/dotnet/releases)
- [Commits](CommunityToolkit/dotnet@v8.2.2...v8.3.0)

---
updated-dependencies:
- dependency-name: CommunityToolkit.Mvvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Sep 2, 2024
@prlabeler prlabeler bot added bug Something isn't working enhancement New feature or request labels Sep 2, 2024
Copy link

github-actions bot commented Sep 2, 2024

@check-spelling-bot Report

🔴 Please review

See the 📂 files view, the 📜action log, or 📝 job summary for details.

❌ Errors Count
❌ ignored-expect-variant 1
⚠️ non-alpha-in-dictionary 13

See ❌ Event descriptions for more information.

If the flagged items are 🤯 false positives

If items relate to a ...

  • binary file (or some other file you wouldn't want to check at all).

    Please add a file path to the excludes.txt file matching the containing file.

    File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files.

    ^ refers to the file's path from the root of the repository, so ^README\.md$ would exclude README.md (on whichever branch you're using).

  • well-formed pattern.

    If you can write a pattern that would match it,
    try adding it to the patterns.txt file.

    Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines.

    Note that patterns can't match multiline strings.

Copy link

gitstream-cm bot commented Sep 2, 2024

🥷 Code experts: onesounds

onesounds has most 👩‍💻 activity in the files.
onesounds, jjw24 have most 🧠 knowledge in the files.

See details

Flow.Launcher/Flow.Launcher.csproj

Activity based on git-commit:

onesounds
SEP
AUG
JUL
JUN 1 additions & 1 deletions
MAY 6 additions & 0 deletions
APR

Knowledge based on git-blame:
onesounds: 18%
jjw24: 13%

To learn more about /:\ gitStream - Visit our Docs

Copy link

gitstream-cm bot commented Sep 2, 2024

Be a legend 🏆 by adding a before and after screenshot of the changes you made, especially if they are around UI/UX.

@jjw24 jjw24 enabled auto-merge September 4, 2024 10:55
@jjw24 jjw24 removed the enhancement New feature or request label Sep 4, 2024
@jjw24 jjw24 added this to the 1.19.1 milestone Sep 4, 2024
@jjw24 jjw24 merged commit 6017e3c into dev Sep 4, 2024
8 of 11 checks passed
@jjw24 jjw24 deleted the dependabot/nuget/CommunityToolkit.Mvvm-8.3.0 branch September 4, 2024 10:55
@jjw24 jjw24 removed the 1 min review label Sep 4, 2024
@taooceros
Copy link
Member

I remember there are some problems with this version. Has that been fixed?

@jjw24
Copy link
Member

jjw24 commented Sep 5, 2024

We upgraded from 8 to 8.2.1 since last year so based on that I merged this in, unless I missed something?

@jjw24 jjw24 mentioned this pull request Sep 5, 2024
@taooceros
Copy link
Member

@jjw24 CommunityToolkit/dotnet#923

I found this when I do the dotnet 8 testing. Maybe it's already fixed

@taooceros
Copy link
Member

from their release note 8.3.1 seems to fix the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants