Skip to content

Bump the analyzers group across 1 directory with 2 updates #692

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

Merged
merged 1 commit into from
Apr 3, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2025

Bumps the analyzers group with 2 updates in the /src directory: Roslynator.Analyzers and NUnit.Analyzers.

Updates Roslynator.Analyzers from 4.13.0 to 4.13.1

Release notes

Sourced from Roslynator.Analyzers's releases.

v4.13.1

Added

  • Support custom path of a test file (PR)
    • It's possible to specify a directory path and/or a file name of a test file.
    • Applies to testing library (Roslynator.Testing.*).
Changelog

Sourced from Roslynator.Analyzers's changelog.

[4.13.1] - 2025-02-23

Added

  • Support custom path of a test file (PR)
    • It's possible to specify a directory path and/or a file name of a test file.
    • Applies to testing library (Roslynator.Testing.*).
Commits

Updates NUnit.Analyzers from 4.6.0 to 4.7.0

Release notes

Sourced from NUnit.Analyzers's releases.

NUnit Analyzers 4.7 - April 1, 2025

The release primarily add another diagnostic NUnit4002 - and associated codefix - to help simplify EqualTo constraints when the expected value is a simple constant - e.g. true, false, 0, or default. The release also removes some false positives for Nunit1029.

As tooling contributions the analyzers now build using .NET8.0 and also analyzers and codefixes are now split into separate projects as only editors should load codefixes.

The release contains contributions from the following users (in alphabetical order):

Issues Resolved

Features and Enhancements

  • #828 Replace Is.EqualTo(default) with Is.Default
  • #826 Suggest to use Is.Null instead of Is.EqualTo(null)
  • #824 Use Is.False / Is.True instead of Is.EqualTo

Bugs

  • #832 False positive for Nunit1029 when only a type argument is use

Tooling, Process, and Documentation

  • #853 chore: Add NUnit4002.md solution file
  • #846 chore: Bump NUnit3TestAdapter to version 5
  • #843 chore(deps): Bump Microsoft.NET.Test.Sdk and Microsoft.NETFramework.ReferenceAssemblies
  • #838 chore: bump version
  • #677 Build using .NET8.0 SDK
Commits
  • 7e0869a Merge pull request #854 from nunit/release4.7
  • 3d3c826 chore: Update release notes
  • 9a9ec96 Merge pull request #853 from nunit/chore/add-nunit4002-sln
  • a6e6386 chore: Add NUnit4002.md solution file
  • f15cbb5 Merge pull request #846 from nunit/chore/bump-nunit-adapter
  • 14baaa1 chore: Bump NUnit3TestAdapter to version 5
  • eb356c8 Merge pull request #843 from nunit/dependabot/nuget/src/multi-45dc7e4dae
  • 744b471 chore(deps): Bump Microsoft.NET.Test.Sdk and Microsoft.NETFramework.Reference...
  • ac3a370 Add rule to convert EqualTo(xxx) into Is.XXX
  • 60d45bf Split NUnitFrameworkConstants into separate classes.
  • Additional commits viewable in compare view

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

@dependabot dependabot bot added the Build label Apr 2, 2025
@gep13 gep13 added this to the 0.20.0 milestone Apr 3, 2025
@gep13
Copy link
Member

gep13 commented Apr 3, 2025

@dependabot rebase

Copy link
Member

@gep13 gep13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@gep13 gep13 added the dependencies Pull requests that update a dependency file label Apr 3, 2025
Bumps the analyzers group with 2 updates in the /src directory: [Roslynator.Analyzers](https://github.com/dotnet/roslynator) and [NUnit.Analyzers](https://github.com/nunit/nunit.analyzers).


Updates `Roslynator.Analyzers` from 4.13.0 to 4.13.1
- [Release notes](https://github.com/dotnet/roslynator/releases)
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md)
- [Commits](dotnet/roslynator@v4.13.0...v4.13.1)

Updates `NUnit.Analyzers` from 4.6.0 to 4.7.0
- [Release notes](https://github.com/nunit/nunit.analyzers/releases)
- [Changelog](https://github.com/nunit/nunit.analyzers/blob/master/CHANGES.md)
- [Commits](nunit/nunit.analyzers@4.6.0...4.7.0)

---
updated-dependencies:
- dependency-name: Roslynator.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: analyzers
- dependency-name: NUnit.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: analyzers
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/src/analyzers-34b3c2e2a1 branch from 2e0fbcf to 13cc34a Compare April 3, 2025 07:15
@gep13 gep13 enabled auto-merge April 3, 2025 07:16
@gep13 gep13 merged commit 794c093 into develop Apr 3, 2025
2 checks passed
@gep13 gep13 deleted the dependabot/nuget/src/analyzers-34b3c2e2a1 branch April 3, 2025 07:24
@gittools-bot
Copy link
Contributor

🎉 This issue has been resolved in version 0.20.0 🎉

The release is available on:

Your GitReleaseManager bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants