Skip to content
This repository was archived by the owner on Aug 24, 2025. It is now read-only.

Bump the tests group across 1 directory with 2 updates#10

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/tests-276e63d976
Closed

Bump the tests group across 1 directory with 2 updates#10
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/tests-276e63d976

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 27, 2024

Bumps the tests group with 2 updates in the / directory: Meziantou.Analyzer and Roslynator.Analyzers.

Updates Meziantou.Analyzer from 2.0.179 to 2.0.184

Release notes

Sourced from Meziantou.Analyzer's releases.

2.0.184

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.183...2.0.184

2.0.183

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

Full Changelog: meziantou/Meziantou.Analyzer@2.0.182...2.0.183

2.0.182

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

Full Changelog: meziantou/Meziantou.Analyzer@2.0.181...2.0.182

2.0.181

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

What's Changed

New Contributors

Full Changelog: meziantou/Meziantou.Analyzer@2.0.180...2.0.181

2.0.180

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

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.179...2.0.180

Commits
  • 6ca45f8 Update global.json (#778)
  • 764a0a8 Fixer for MA0042 adds parentheses if needed
  • aa97561 Find token from Xunit.TestContext.Current.CancellationToken
  • 58436c3 Code fixer for MA0053 now supports records
  • 1b0e98c MA0042 skips MemoryStream when type is explicit
  • f255a66 Update MA0076.md (#772)
  • ac26787 Add an option to detect overloads with optional parameters (#771)
  • See full diff in compare view

Updates Roslynator.Analyzers from 4.12.9 to 4.12.10

Release notes

Sourced from Roslynator.Analyzers's releases.

v4.12.10

Fixed

Changed

  • Update whitespace formatting rules (PR)
  • Ensure that diagnostics are not reported with zero length (PR)
Changelog

Sourced from Roslynator.Analyzers's changelog.

[4.12.10] - 2024-12-17

Fixed

Changed

  • Update whitespace formatting rules (PR)
  • Ensure that diagnostics are not reported with zero length (PR)
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 tests group with 2 updates in the / directory: [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer) and [Roslynator.Analyzers](https://github.com/dotnet/roslynator).


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

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

---
updated-dependencies:
- dependency-name: Meziantou.Analyzer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: Roslynator.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 27, 2024
@what-the-diff
Copy link

what-the-diff bot commented Dec 27, 2024

PR Summary

  • Updated Meziantou.Analyzer Package
    The version of Meziantou.Analyzer, a tool which helps to maintain code quality and adhere to established coding standards, has been upgraded from 2.0.179 to 2.0.184. This update might include bug fixes or new features which can help improve code quality.

  • Updated Roslynator.Analyzers Package
    The version of Roslynator.Analyzers, an application used for static code analysis to detect common errors and potential issues, has been refreshed from 4.12.9 to 4.12.10. This update could deliver improved error detection capabilities.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 10, 2025

Superseded by #11.

@dependabot dependabot bot closed this Jan 10, 2025
@dependabot dependabot bot deleted the dependabot/nuget/tests-276e63d976 branch January 10, 2025 08:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants