Skip to content
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

(deps): Bump NUnit.Analyzers from 3.6.0 to 3.6.1 #3440

Merged
merged 1 commit into from
Mar 13, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2023

Bumps NUnit.Analyzers from 3.6.0 to 3.6.1.

Changelog

Sourced from NUnit.Analyzers's changelog.

NUnit Analyzers 3.6.1 (and 2.6.1) - March 10, 2023

This release of the NUnit Analyzers contain a single bug fix and some updates of dependencies. The bug fix removes a false positive from NUnit1030 - "The type of parameter provided by the TestCaseSource does not match the type of the parameter in the Test method" - when using TestCaseParameters.

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

  • ehonda
  • manfred-brands
  • mikkelbu

Issues Resolved

Bugs

  • #523 False positive for NUnit1030 with TestCaseParameters bug

Tooling, Process, and Documentation

  • #528 chore(deps): Bump NUnit3TestAdapter from 4.4.0 to 4.4.2
  • #527 chore(deps): Bump NUnit3TestAdapter from 4.3.1 to 4.4.0
  • #522 chore(deps): Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0

NUnit Analyzers 3.6 (and 2.6) - February 21, 2023

This release of the NUnit Analyzers improves on the analysis of nullable reference types - in particular in case of null coalescing operator and tuple deconstruction assignments.

The release also adds two new diagnostics for the TestCaseSource attribute. The diagnostics examines the test data returned from the TestCaseSource:

  • NUnit1029 - The number of parameters provided by the TestCaseSource does not match the number of parameters in the Test method
  • NUnit1030 - The type of parameter provided by the TestCaseSource does not match the type of the parameter in the Test method

In addition, the release also contains some bug fixes to existing analyzers, and we have added a GitHub Actions workflow and status badge.

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

  • get-me-power
  • Hounsvad
  • JasonBock
  • manfred-brands
  • mikkelbu
  • nowsprinting
  • oskar
  • SeanKilleen
  • yaakov-h

The majority of the code contributions were provided by manfred-brands.

Issues Resolved

... (truncated)

Commits
  • e3a226e Merge pull request #530 from nunit/release3.6.1
  • 48f15d2 chore: Update release notes
  • 14e59a2 Merge pull request #528 from nunit/dependabot/nuget/src/NUnit3TestAdapter-4.4.2
  • c6ae0dc chore(deps): Bump NUnit3TestAdapter from 4.4.0 to 4.4.2 in /src
  • 3406f91 Merge pull request #527 from nunit/dependabot/nuget/src/NUnit3TestAdapter-4.4.0
  • b205c5f chore(deps): Bump NUnit3TestAdapter from 4.3.1 to 4.4.0 in /src
  • a3b4672 Merge pull request #524 from manfred-brands/issue523_TestCaseData
  • 58bfb8f TestCaseSource now ignore all classes derived from TestCaseParameters
  • da32943 Merge pull request #522 from nunit/dependabot/nuget/src/Microsoft.NET.Test.Sd...
  • 1c3b25d chore(deps): Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 in /src
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 13, 2023
@arturcic arturcic added this to the 6.x milestone Mar 13, 2023
Bumps [NUnit.Analyzers](https://github.com/nunit/nunit.analyzers) from 3.6.0 to 3.6.1.
- [Release notes](https://github.com/nunit/nunit.analyzers/releases)
- [Changelog](https://github.com/nunit/nunit.analyzers/blob/master/CHANGES.txt)
- [Commits](nunit/nunit.analyzers@3.6.0...3.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@arturcic arturcic force-pushed the dependabot/nuget/NUnit.Analyzers-3.6.1 branch from 226720b to 30e3e7e Compare March 13, 2023 16:26
@arturcic arturcic enabled auto-merge March 13, 2023 16:26
@arturcic arturcic merged commit 0d83d66 into main Mar 13, 2023
@arturcic arturcic deleted the dependabot/nuget/NUnit.Analyzers-3.6.1 branch March 13, 2023 16:52
@arturcic arturcic modified the milestones: 6.x, 6.0.0-beta.2 Apr 6, 2023
@arturcic
Copy link
Member

arturcic commented Apr 6, 2023

🎉 This issue has been resolved in version 6.0.0-beta.2 🎉
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
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant