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(deps): Bump the all group with 4 updates #331

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2024

Bumps the all group with 4 updates: FluentAssertions.Analyzers, Meziantou.Analyzer, Polyfill and Roslynator.Analyzers.

Updates FluentAssertions.Analyzers from 0.33.0 to 0.34.1

Release notes

Sourced from FluentAssertions.Analyzers's releases.

v0.34.1

What's Changed

Full Changelog: fluentassertions/fluentassertions.analyzers@v0.33.0...v0.34.1

Commits

Updates Meziantou.Analyzer from 2.0.169 to 2.0.177

Release notes

Sourced from Meziantou.Analyzer's releases.

2.0.177

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.177

Full Changelog: meziantou/Meziantou.Analyzer@2.0.176...2.0.177

2.0.176

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.176

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.175...2.0.176

2.0.175

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.175

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.174...2.0.175

2.0.174

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.174

Full Changelog: meziantou/Meziantou.Analyzer@2.0.173...2.0.174

2.0.173

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.173

Full Changelog: meziantou/Meziantou.Analyzer@2.0.172...2.0.173

2.0.172

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.172

Full Changelog: meziantou/Meziantou.Analyzer@2.0.171...2.0.172

2.0.171

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.171

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.170...2.0.171

2.0.170

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.170

... (truncated)

Commits

Updates Polyfill from 6.12.0 to 7.2.0

Commits

Updates Roslynator.Analyzers from 4.12.6 to 4.12.9

Release notes

Sourced from Roslynator.Analyzers's releases.

v4.12.9

Fixed

Changed

  • Update analyzer RCS1077 (PR)
    • Do not suggest to change list.FirstOrDefault(predicate) to list.Find(predicate). Performance gain is negligible and actually FirstOrDefault can be even faster on .NET 9 (see related issue for more details).

v4.12.8

Fixed

v4.12.7

Fixed

Changed

Changelog

Sourced from Roslynator.Analyzers's changelog.

[4.12.9] - 2024-10-25

Fixed

Changed

  • Update analyzer RCS1077 (PR)
    • Do not suggest to change list.FirstOrDefault(predicate) to list.Find(predicate). Performance gain is negligible and actually FirstOrDefault can be even faster on .NET 9 (see related issue for more details).

[4.12.8] - 2024-10-11

Fixed

[4.12.7] - 2024-10-01

Fixed

Changed

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 4 updates: [FluentAssertions.Analyzers](https://github.com/fluentassertions/fluentassertions.analyzers), [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer), [Polyfill](https://github.com/SimonCropp/Polyfill) and [Roslynator.Analyzers](https://github.com/dotnet/roslynator).


Updates `FluentAssertions.Analyzers` from 0.33.0 to 0.34.1
- [Release notes](https://github.com/fluentassertions/fluentassertions.analyzers/releases)
- [Commits](fluentassertions/fluentassertions.analyzers@v0.33.0...v0.34.1)

Updates `Meziantou.Analyzer` from 2.0.169 to 2.0.177
- [Release notes](https://github.com/meziantou/Meziantou.Analyzer/releases)
- [Commits](meziantou/Meziantou.Analyzer@2.0.169...2.0.177)

Updates `Polyfill` from 6.12.0 to 7.2.0
- [Commits](SimonCropp/Polyfill@6.12.0...7.2.0)

Updates `Roslynator.Analyzers` from 4.12.6 to 4.12.9
- [Release notes](https://github.com/dotnet/roslynator/releases)
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md)
- [Commits](dotnet/roslynator@v4.12.6...v4.12.9)

---
updated-dependencies:
- dependency-name: FluentAssertions.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Meziantou.Analyzer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Polyfill
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: Roslynator.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from bmazzarol as a code owner November 1, 2024 03:20
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

0 participants