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

chore(deps): bump NUnit.Analyzers from 0.2.0 to 3.1.0 #152

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Apr 9, 2021

⚠️ Dependabot Preview has been deactivated ⚠️

This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.

If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.


Bumps NUnit.Analyzers from 0.2.0 to 3.1.0.

Release notes

Sourced from NUnit.Analyzers's releases.

NUnit Analyzers 3.1 (and 2.1) - April 4, 2021

This release of the NUnit Analyzers primarily contains improvements to the analysis of nullable reference types to handle even more cases.

The release also contain improvements when passing a non-lambda to Throws assertions and when non-delegate actual value is used with DelayedConstraint.

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

Issues Resolved

Features and Enhancements

  • #368 Extend NonNullableFieldIsUninitialized to also work for properties
  • #363 NonNullableFieldIsUninitializedSuppressor fails when there is a constructor
  • #360 NonNullableFieldIsUnintializedSuppressor doesn't recognize ExpressionBody
  • #357 Warns about passing a non-lambda to Throws assertions
  • #353 Replace deprecated FxCopAnalyzer with NetAnalyzer
  • #345 Nullable warnings should be suppressed for Assert.Catch()
  • #342 Nullable suppression for Assert.Throws does not work in presence of a Assert.Multiple block
  • #149 Warning when non-delegate actual value is used with DelayedConstraint

Tooling, Process, and Documentation

  • #371 chore(deps): Bump Microsoft.NET.Test.Sdk from 16.9.1 to 16.9.4 in /src
  • #370 chore(deps): Bump StyleCop.Analyzers.Unstable from 1.2.0.321 to 1.2.0.333 in /src
  • #365 chore(deps): Bump Microsoft.NET.Test.Sdk from 16.8.3 to 16.9.1 in /src
  • #358 Bump Gu.Roslyn.Asserts from 3.3.1 to 3.3.2 in /src
  • #356 chore: Bump cake bootstrap to latest to make it compatible with Cake 1.0
  • #352 Bump NUnit3TestAdapter from 3.15.1 to 3.17.0 in /src
  • #351 Bump NUnit from 3.13 to 3.13.1 in /src
  • #350 Bump StyleCop.Analyzers.Unstable from 1.2.0.261 to 1.2.0.321 in /src
  • #349 Bump Microsoft.NET.Test.Sdk from 16.8.0 to 16.8.3 in /src
  • #348 Bump Nullable from 1.2.1 to 1.3.0 in /src
  • #347 Update dependabot.yml
  • #346 Create dependabot.yml
  • #341 chore: Bump version to 3.1 (2.1)

NUnit Analyzers 3.0 (and 2.0) - January 18, 2021

This release of the NUnit Analyzers adds the possibility to suppress compiler errors based on context. Initially, we support the suppression of errors arising from nullable reference types (many thanks to Manfred Brands for this major contribution). This functionality depends on a newer version of Roslyn which is not supported in Visual Studio 2017 (only in Visual Studio 2019).

So we have decided to release two versions of the analyzers: versions starting with 2.x can be used in Visual Studio 2017 and versions starting with 3.x can be used in Visual Studio 2019 (the major version number matches the major version number of Roslyn). Most features will be available in both the 2.x versions and the 3.x versions, unless they require Roslyn functionality that is only available in the 3.x versions.

... (truncated)

Commits
  • 3700ba0 Merge pull request #372 from mikkelbu/release3.1
  • bd00b8e chore: Update release notes
  • 090b182 Merge pull request #371 from nunit/dependabot/nuget/src/Microsoft.NET.Test.Sd...
  • 35f7069 chore(deps): Bump Microsoft.NET.Test.Sdk from 16.9.1 to 16.9.4 in /src
  • a12fef4 Merge pull request #370 from nunit/dependabot/nuget/src/StyleCop.Analyzers.Un...
  • 592a928 chore(deps): Bump StyleCop.Analyzers.Unstable in /src
  • 1d9a3fe Merge pull request #369 from manfred-brands/nonnullableproperty
  • 706c8a9 Also detect NonNullableProperties being initialized in SetUp methods.
  • f4a2185 Merge pull request #365 from nunit/dependabot/nuget/src/Microsoft.NET.Test.Sd...
  • 32e580c chore(deps): Bump Microsoft.NET.Test.Sdk from 16.8.3 to 16.9.1 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 badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 9, 2021
@commit-lint
Copy link

commit-lint bot commented Apr 9, 2021

Chore

  • deps: bump NUnit.Analyzers from 0.2.0 to 3.1.0 (7e4dc18)

Contributors

dependabot-preview[bot]

Commit-Lint commands

You can trigger Commit-Lint actions by commenting on this PR:

  • @Commit-Lint merge patch will merge dependabot PR on "patch" versions (X.X.Y - Y change)
  • @Commit-Lint merge minor will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
  • @Commit-Lint merge major will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
  • @Commit-Lint merge disable will desactivate merge dependabot PR
  • @Commit-Lint review will approve dependabot PR
  • @Commit-Lint stop review will stop approve dependabot PR

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.

0 participants