-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bump NUnit.Analyzers from 4.3.0 to 4.4.0 in /src/backend in the nunit group #375
Merged
hwinther
merged 2 commits into
dev
from
dependabot/nuget/src/backend/dev/nunit-eeb49d52ce
Nov 14, 2024
Merged
Bump NUnit.Analyzers from 4.3.0 to 4.4.0 in /src/backend in the nunit group #375
hwinther
merged 2 commits into
dev
from
dependabot/nuget/src/backend/dev/nunit-eeb49d52ce
Nov 14, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependabot
bot
added
.NET
Pull requests that update .net code
dependencies
Pull requests that update a dependency file
labels
Nov 14, 2024
Bumps the nunit group in /src/backend with 1 update: [NUnit.Analyzers](https://github.com/nunit/nunit.analyzers). Updates `NUnit.Analyzers` from 4.3.0 to 4.4.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.3.0...4.4.0) --- updated-dependencies: - dependency-name: NUnit.Analyzers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nunit ... Signed-off-by: dependabot[bot] <[email protected]>
hwinther
force-pushed
the
dependabot/nuget/src/backend/dev/nunit-eeb49d52ce
branch
from
November 14, 2024 21:25
90d0c57
to
8eafe97
Compare
✅ Build successful |
SummarySummary
CoverageWebApi - 85.1%
|
hwinther
deleted the
dependabot/nuget/src/backend/dev/nunit-eeb49d52ce
branch
November 14, 2024 21:38
hwinther
added a commit
that referenced
this pull request
Nov 21, 2024
… group (#375) Bumps the nunit group in /src/backend with 1 update: [NUnit.Analyzers](https://github.com/nunit/nunit.analyzers). Updates `NUnit.Analyzers` from 4.3.0 to 4.4.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nunit/nunit.analyzers/releases">NUnit.Analyzers's releases</a>.</em></p> <blockquote> <p>NUnit Analyzers 4.4 - November 13, 2024</p> <p>This release of the NUnit Analyzers adds handling of <code>Assert.IsAssignableFrom</code>/<code>Assert.IsNotAssignableFrom</code> and <code>Assert.Positive</code>/<code>Assert.Negative</code>. Also insertion of trivia for code fixes for <code>NUnit2007</code> and <code>NUnit2046</code> have been improved.</p> <p>The release contains contributions from the following users (in alphabetical order):</p> <ul> <li><a href="https://github.com/manfred-brands"><code>@manfred-brands</code></a></li> <li><a href="https://github.com/MCPtz"><code>@MCPtz</code></a></li> <li><a href="https://github.com/mikkelbu"><code>@mikkelbu</code></a></li> <li><a href="https://github.com/verdie-g"><code>@verdie-g</code></a></li> </ul> <p>Issues Resolved</p> <p>Features and Enhancements</p> <ul> <li><a href="https://redirect.github.com/nunit/nunit.analyzers/issues/790">#790</a> NUnit.Analyzers 4.3.0 missed an Assert.IsAssignableFrom that caused a build error after upgrading to latest NUnit 4.2.2</li> <li><a href="https://redirect.github.com/nunit/nunit.analyzers/issues/789">#789</a> NUnit.Analyzers 4.3.0 missed an Assert.Positive that caused a build error after upgrading to latest NUnit 4.2.2</li> </ul> <p>Bugs</p> <ul> <li><a href="https://redirect.github.com/nunit/nunit.analyzers/issues/784">#784</a> Fix trivia for NUnit2046</li> <li><a href="https://redirect.github.com/nunit/nunit.analyzers/issues/783">#783</a> NUnit2007 doesn't apply trivia correctly</li> </ul> <p>Tooling, Process, and Documentation</p> <ul> <li><a href="https://redirect.github.com/nunit/nunit.analyzers/issues/788">#788</a> chore: Bump NUnit to version 4.2.2</li> <li><a href="https://redirect.github.com/nunit/nunit.analyzers/issues/785">#785</a> chore(deps): Bump NUnit3TestAdapter from 4.5.0 to 4.6.0</li> <li><a href="https://redirect.github.com/nunit/nunit.analyzers/issues/780">#780</a> chore(deps): Bump CSharpIsNullAnalyzer from 0.1.495 to 0.1.593</li> <li><a href="https://redirect.github.com/nunit/nunit.analyzers/issues/778">#778</a> chore(deps): Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.1</li> <li><a href="https://redirect.github.com/nunit/nunit.analyzers/issues/776">#776</a> chore: bump version</li> <li><a href="https://redirect.github.com/nunit/nunit.analyzers/issues/775">#775</a> chore: Update release notes</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nunit/nunit.analyzers/blob/master/CHANGES.md">NUnit.Analyzers's changelog</a>.</em></p> <blockquote> <p># NUnit Analyzers 4.4 - November 13, 2024</p> <p>This release of the NUnit Analyzers adds handling of <code>Assert.IsAssignableFrom</code>/<code>Assert.IsNotAssignableFrom</code> and <code>Assert.Positive</code>/<code>Assert.Negative</code>. Also insertion of trivia for code fixes for <code>NUnit2007</code> and <code>NUnit2046</code> have been improved.</p> <p>The release contains contributions from the following users (in alphabetical order):</p> <ul> <li><a href="https://github.com/manfred-brands"><code>@manfred-brands</code></a></li> <li><a href="https://github.com/MCPtz"><code>@MCPtz</code></a></li> <li><a href="https://github.com/mikkelbu"><code>@mikkelbu</code></a></li> <li><a href="https://github.com/verdie-g"><code>@verdie-g</code></a></li> </ul> <p>Issues Resolved</p> <p>Features and Enhancements</p> <ul> <li><a href="https://redirect.github.com/nunit/nunit.analyzers/issues/790">#790</a> NUnit.Analyzers 4.3.0 missed an Assert.IsAssignableFrom that caused a build error after upgrading to latest NUnit 4.2.2</li> <li><a href="https://redirect.github.com/nunit/nunit.analyzers/issues/789">#789</a> NUnit.Analyzers 4.3.0 missed an Assert.Positive that caused a build error after upgrading to latest NUnit 4.2.2</li> </ul> <p>Bugs</p> <ul> <li><a href="https://redirect.github.com/nunit/nunit.analyzers/issues/784">#784</a> Fix trivia for NUnit2046</li> <li><a href="https://redirect.github.com/nunit/nunit.analyzers/issues/783">#783</a> NUnit2007 doesn't apply trivia correctly</li> </ul> <p>Tooling, Process, and Documentation</p> <ul> <li><a href="https://redirect.github.com/nunit/nunit.analyzers/issues/788">#788</a> chore: Bump NUnit to version 4.2.2</li> <li><a href="https://redirect.github.com/nunit/nunit.analyzers/issues/785">#785</a> chore(deps): Bump NUnit3TestAdapter from 4.5.0 to 4.6.0</li> <li><a href="https://redirect.github.com/nunit/nunit.analyzers/issues/780">#780</a> chore(deps): Bump CSharpIsNullAnalyzer from 0.1.495 to 0.1.593</li> <li><a href="https://redirect.github.com/nunit/nunit.analyzers/issues/778">#778</a> chore(deps): Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.1</li> <li><a href="https://redirect.github.com/nunit/nunit.analyzers/issues/776">#776</a> chore: bump version</li> <li><a href="https://redirect.github.com/nunit/nunit.analyzers/issues/775">#775</a> chore: Update release notes</li> </ul> <h1>NUnit Analyzers 4.3 - August 9, 2024</h1> <p>This release of the NUnit Analyzers contains some bug fixes to existing analyzers and code fixes - among other improvements to trivia when using the code fix of NUnit2049.</p> <p>For new features we now warn against using <code>TestContext.Write</code> as this will be obsolete in NUnit at some point; NUnit1001 now recognises and check generic TestCase attributes; and we have added a new analyzer and code fix for simplifying usages of <code>ValuesAttribute</code>.</p> <p>The release contains contributions from the following users (in alphabetical order):</p> <ul> <li><a href="https://github.com/andrewimcclement"><code>@andrewimcclement</code></a></li> <li><a href="https://github.com/Bartleby2718"><code>@Bartleby2718</code></a></li> <li><a href="https://github.com/DrPepperBianco"><code>@DrPepperBianco</code></a></li> <li><a href="https://github.com/KaiBNET"><code>@KaiBNET</code></a></li> <li><a href="https://github.com/maettu-this"><code>@maettu-this</code></a></li> <li><a href="https://github.com/manfred-brands"><code>@manfred-brands</code></a></li> <li><a href="https://github.com/mikkelbu"><code>@mikkelbu</code></a></li> <li><a href="https://github.com/RenderMichael"><code>@RenderMichael</code></a></li> <li><a href="https://github.com/SeanKilleen"><code>@SeanKilleen</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nunit/nunit.analyzers/commit/a7963facf9c505bef350610444a4a4a3da92ac3b"><code>a7963fa</code></a> Merge pull request <a href="https://redirect.github.com/nunit/nunit.analyzers/issues/792">#792</a> from nunit/release4.4</li> <li><a href="https://github.com/nunit/nunit.analyzers/commit/1ed8bef0e8ec1a18b90dc55bcfb6c44d64eee66e"><code>1ed8bef</code></a> chore: Update release notes</li> <li><a href="https://github.com/nunit/nunit.analyzers/commit/b2f4e680137e078ae287ba88887bd9f50942a41e"><code>b2f4e68</code></a> Detect more Classic Assert (<a href="https://redirect.github.com/nunit/nunit.analyzers/issues/791">#791</a>)</li> <li><a href="https://github.com/nunit/nunit.analyzers/commit/405d2c4783d71cf8a446e92137ddb09065f12353"><code>405d2c4</code></a> Merge pull request <a href="https://redirect.github.com/nunit/nunit.analyzers/issues/788">#788</a> from nunit/chore/bump-nunit-version</li> <li><a href="https://github.com/nunit/nunit.analyzers/commit/b643c64cc02052819181d3527cf7b69a639ed8bd"><code>b643c64</code></a> chore: Remove temporary TestCaseAttribute(s)</li> <li><a href="https://github.com/nunit/nunit.analyzers/commit/d287eae64837459d792ca98acc9a265ab5c4da30"><code>d287eae</code></a> chore: Bump NUnit to version 4.2.2</li> <li><a href="https://github.com/nunit/nunit.analyzers/commit/e026ba5ccda583ecb991de0ba16614fcc57a6c1a"><code>e026ba5</code></a> Merge pull request <a href="https://redirect.github.com/nunit/nunit.analyzers/issues/785">#785</a> from nunit/dependabot/nuget/src/NUnit3TestAdapter-4.6.0</li> <li><a href="https://github.com/nunit/nunit.analyzers/commit/a3f5660282af0ae534b8ff114e533da50822011b"><code>a3f5660</code></a> chore(deps): Bump NUnit3TestAdapter from 4.5.0 to 4.6.0 in /src</li> <li><a href="https://github.com/nunit/nunit.analyzers/commit/5b98d8d5f5ae50c717e6cc20d6e4b70c581d0964"><code>5b98d8d</code></a> Merge pull request <a href="https://redirect.github.com/nunit/nunit.analyzers/issues/780">#780</a> from nunit/dependabot/nuget/src/CSharpIsNullAnalyzer-...</li> <li><a href="https://github.com/nunit/nunit.analyzers/commit/859c2f80cb14fe50426a0d03e314210c7572c90f"><code>859c2f8</code></a> Fix trivia for NUnit2046</li> <li>Additional commits viewable in <a href="https://github.com/nunit/nunit.analyzers/compare/4.3.0...4.4.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=NUnit.Analyzers&package-manager=nuget&previous-version=4.3.0&new-version=4.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hans Christian Winther-Sorensen <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backend
dependencies
Pull requests that update a dependency file
.NET
Pull requests that update .net code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the nunit group in /src/backend with 1 update: NUnit.Analyzers.
Updates
NUnit.Analyzers
from 4.3.0 to 4.4.0Release notes
Sourced from NUnit.Analyzers's releases.
Changelog
Sourced from NUnit.Analyzers's changelog.
... (truncated)
Commits
a7963fa
Merge pull request #792 from nunit/release4.41ed8bef
chore: Update release notesb2f4e68
Detect more Classic Assert (#791)405d2c4
Merge pull request #788 from nunit/chore/bump-nunit-versionb643c64
chore: Remove temporary TestCaseAttribute(s)d287eae
chore: Bump NUnit to version 4.2.2e026ba5
Merge pull request #785 from nunit/dependabot/nuget/src/NUnit3TestAdapter-4.6.0a3f5660
chore(deps): Bump NUnit3TestAdapter from 4.5.0 to 4.6.0 in /src5b98d8d
Merge pull request #780 from nunit/dependabot/nuget/src/CSharpIsNullAnalyzer-...859c2f8
Fix trivia for NUnit2046Dependabot 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