Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Update dependency nunit.analyzers to v4 (#123)
[![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) | `3.10.0` -> `4.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/NUnit.Analyzers/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/NUnit.Analyzers/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/NUnit.Analyzers/3.10.0/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/NUnit.Analyzers/3.10.0/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>nunit/nunit.analyzers (NUnit.Analyzers)</summary> ### [`v4.0.0`](https://togithub.com/nunit/nunit.analyzers/releases/tag/4.0.0): NUnit Analyzers 4.0 [Compare Source](https://togithub.com/nunit/nunit.analyzers/compare/3.10.0...4.0.0) NUnit Analyzers 4.0 - January 27, 2024 Version 4 of the NUnit analyzers drops the support for older releases of Visual Studio. I.e. releases of Visual Studio that are older than Visual Studio 2019 16.3. In addition, this release contains various bug fixes to existing analyzers, support of the `CancelAfterAttribute` that was introduced in NUnit 4, and extends the codefix for NUnit2007 to also work when `.Within` is used. The release contains contributions from the following users (in alphabetical order): - [@​Abrynos](https://togithub.com/Abrynos) - [@​gfoidl](https://togithub.com/gfoidl) - [@​Laniusexcubitor](https://togithub.com/Laniusexcubitor) - [@​MaceWindu](https://togithub.com/MaceWindu) - [@​manfred-brands](https://togithub.com/manfred-brands) - [@​mikkelbu](https://togithub.com/mikkelbu) - [@​RenderMichael](https://togithub.com/RenderMichael) - [@​SeanKilleen](https://togithub.com/SeanKilleen) Issues Resolved Features and Enhancements - [#​669](https://togithub.com/nunit/nunit.analyzers/issues/669) NUnit2007 does not provide codefix when .Within is used - [#​609](https://togithub.com/nunit/nunit.analyzers/issues/609) Drop support for VS before 2019 Bugs - [#​663](https://togithub.com/nunit/nunit.analyzers/issues/663) NUnit1027 fired when CancellationToken and \[CancelAfter] is given - [#​659](https://togithub.com/nunit/nunit.analyzers/issues/659) NUnit1032 throws an exception in a specific configuration - [#​656](https://togithub.com/nunit/nunit.analyzers/issues/656) NUnit1028 warns about overridden methods - [#​635](https://togithub.com/nunit/nunit.analyzers/issues/635) ArgumentException in DisposeFieldsAndPropertiesInTearDownAnalyzer Tooling, Process, and Documentation - [#​676](https://togithub.com/nunit/nunit.analyzers/issues/676) chore: markdownlint-cli2-config is removed use flag instead - [#​668](https://togithub.com/nunit/nunit.analyzers/issues/668) chore(deps): Bump StyleCop.Analyzers.Unstable from 1.2.0.507 to 1.2.0.556 - [#​662](https://togithub.com/nunit/nunit.analyzers/issues/662) chore: Bump NUnit 4 to version 4.0.1 - [#​660](https://togithub.com/nunit/nunit.analyzers/issues/660) chore: Bump to NUnit 4 - [#​654](https://togithub.com/nunit/nunit.analyzers/issues/654) chore: Bump version - [#​630](https://togithub.com/nunit/nunit.analyzers/issues/630) Update NUnit Analyzer docs to respect 120-character docs rule documentation - [#​508](https://togithub.com/nunit/nunit.analyzers/issues/508) Restore "File version" and "Product version" in analyzer dlls </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> 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