Skip to content

Commit

Permalink
chore(deps): Update dependency nunit.analyzers to 4.4.0 (#165)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v4.4.0`](https://redirect.github.com/nunit/nunit.analyzers/releases/tag/4.4.0):
NUnit Analyzers 4.4 - November 13, 2024

[Compare
Source](https://redirect.github.com/nunit/nunit.analyzers/compare/4.3.0...4.4.0)

NUnit Analyzers 4.4 - November 13, 2024

This release of the NUnit Analyzers adds handling of
`Assert.IsAssignableFrom`/`Assert.IsNotAssignableFrom` and
`Assert.Positive`/`Assert.Negative`. Also insertion of trivia for code
fixes for `NUnit2007` and `NUnit2046`
have been improved.

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

-   [@&#8203;manfred-brands](https://redirect.github.com/manfred-brands)
-   [@&#8203;MCPtz](https://redirect.github.com/MCPtz)
-   [@&#8203;mikkelbu](https://redirect.github.com/mikkelbu)
-   [@&#8203;verdie-g](https://redirect.github.com/verdie-g)

Issues Resolved

Features and Enhancements

-
[#&#8203;790](https://redirect.github.com/nunit/nunit.analyzers/issues/790)
NUnit.Analyzers 4.3.0 missed an Assert.IsAssignableFrom that caused a
build error after upgrading to latest NUnit 4.2.2
-
[#&#8203;789](https://redirect.github.com/nunit/nunit.analyzers/issues/789)
NUnit.Analyzers 4.3.0 missed an Assert.Positive that caused a build
error after upgrading to latest NUnit 4.2.2

Bugs

-
[#&#8203;784](https://redirect.github.com/nunit/nunit.analyzers/issues/784)
Fix trivia for NUnit2046
-
[#&#8203;783](https://redirect.github.com/nunit/nunit.analyzers/issues/783)
NUnit2007 doesn't apply trivia correctly

Tooling, Process, and Documentation

-
[#&#8203;788](https://redirect.github.com/nunit/nunit.analyzers/issues/788)
chore: Bump NUnit to version 4.2.2
-
[#&#8203;785](https://redirect.github.com/nunit/nunit.analyzers/issues/785)
chore(deps): Bump NUnit3TestAdapter from 4.5.0 to 4.6.0
-
[#&#8203;780](https://redirect.github.com/nunit/nunit.analyzers/issues/780)
chore(deps): Bump CSharpIsNullAnalyzer from 0.1.495 to 0.1.593
-
[#&#8203;778](https://redirect.github.com/nunit/nunit.analyzers/issues/778)
chore(deps): Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.1
-
[#&#8203;776](https://redirect.github.com/nunit/nunit.analyzers/issues/776)
chore: bump version
-
[#&#8203;775](https://redirect.github.com/nunit/nunit.analyzers/issues/775)
chore: Update release notes

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the
month" (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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/cerbos/cerbos-sdk-net).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXJlYS9jaSIsImJvdHMiLCJraW5kL2Nob3JlIl19-->

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Oğuzhan Durgun <oguzhandurgun95@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent f52d657 commit 4033ca0
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.11.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="NUnit.Analyzers" Version="4.3.0" />
<PackageReference Include="NUnit.Analyzers" Version="4.4.0" />
<PackageReference Include="coverlet.collector" Version="6.0.2" />
<PackageReference Include="Testcontainers" Version="4.0.0" />
</ItemGroup>
Expand Down

0 comments on commit 4033ca0

Please sign in to comment.