Skip to content

Commit

Permalink
chore(deps): Update dependency nunit.analyzers to v4.2.0 (#132)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [NUnit.Analyzers](https://togithub.com/nunit/nunit.analyzers) |
`4.1.0` -> `4.2.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/NUnit.Analyzers/4.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/NUnit.Analyzers/4.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/NUnit.Analyzers/4.1.0/4.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/NUnit.Analyzers/4.1.0/4.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>nunit/nunit.analyzers (NUnit.Analyzers)</summary>

###
[`v4.2.0`](https://togithub.com/nunit/nunit.analyzers/releases/tag/4.2.0):
NUnit Analyzers 4.2 - April 24, 2024

[Compare
Source](https://togithub.com/nunit/nunit.analyzers/compare/4.1.0...4.2.0)

NUnit Analyzers 4.2 - April 24, 2024

This release of the Analyzers extends NUnit2050 to also cover `Assume`
and Nunit1032 to consider dispose of a type
having explicit interface implementation. Furthermore, named parameters
are now handled correctly codefixes for
classical asserts, and NUnit2010 improves the logic for determining
`Equals` methods.

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

-   [@&#8203;Bartleby2718](https://togithub.com/Bartleby2718)
-   [@&#8203;hazzik](https://togithub.com/hazzik)
-   [@&#8203;maettu-this](https://togithub.com/maettu-this)
-   [@&#8203;manfred-brands](https://togithub.com/manfred-brands)
-   [@&#8203;matode](https://togithub.com/matode)
-   [@&#8203;mikkelbu](https://togithub.com/mikkelbu)

Issues Resolved

Features and Enhancements

- [#&#8203;731](https://togithub.com/nunit/nunit.analyzers/issues/731)
Add test for wrapping conditional expression in parenthesis for
NUnit2050
- [#&#8203;720](https://togithub.com/nunit/nunit.analyzers/issues/720)
Replace UpdateStringFormatToFormattableString with String.Format
- [#&#8203;719](https://togithub.com/nunit/nunit.analyzers/issues/719)
NUnit2050 should cover Assume
- [#&#8203;710](https://togithub.com/nunit/nunit.analyzers/issues/710)
Nunit1032 - consider dispose of a type having explicit interface
implementation

Bugs

- [#&#8203;728](https://togithub.com/nunit/nunit.analyzers/issues/728)
NUnit2010 - do not consider Equals call if it doesn't override
Object.Equals
- [#&#8203;712](https://togithub.com/nunit/nunit.analyzers/issues/712)
\[bug] Code fix for NUnit2005 does not correctly fix Assert.AreEqual if
named parameters are used in unexpected order

Tooling, Process, and Documentation

- [#&#8203;733](https://togithub.com/nunit/nunit.analyzers/issues/733)
Missing full stops added to NUnit2050
- [#&#8203;722](https://togithub.com/nunit/nunit.analyzers/issues/722)
Use Markdown for CHANGES
- [#&#8203;708](https://togithub.com/nunit/nunit.analyzers/issues/708)
chore: bump-version

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/cerbos/cerbos-sdk-net).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJib3RzIiwiY2hvcmUiLCJjaSJdfQ==-->

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Oğuzhan Durgun <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 29, 2024
1 parent 99a3949 commit 919e33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sdk.UnitTests/Sdk.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="NUnit" Version="4.1.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="NUnit.Analyzers" Version="4.1.0" />
<PackageReference Include="NUnit.Analyzers" Version="4.2.0" />
<PackageReference Include="coverlet.collector" Version="6.0.2" />
<PackageReference Include="Testcontainers" Version="3.8.0" />
</ItemGroup>
Expand Down

0 comments on commit 919e33f

Please sign in to comment.