skwasjer / IbanNet

C# .NET IBAN validator, parser, builder and generator
Apache License 2.0
119 stars 31 forks source link

chore(deps): Bump xunit from 2.4.2 to 2.6.0 #174

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps xunit from 2.4.2 to 2.6.0.

Commits
  • 6a07b95 v2.6.0
  • 5a7297e #2806: Performance improvements in Assert.Equal (v2)
  • a6b5cc4 Add net6.0 binary to xunit.assert
  • abc1dd3 Update Microsoft.NETCore.App.Ref to 6.0
  • 52b6638 Move CA1304 and CA1305 enablement to production code only (not test code)
  • e139d77 Ensure all throws of NotImplementedException contain messages
  • 8a84fdb Ensure all GetHashCode functions are implemented (#2804) (v2)
  • c853205 Unit tests for #2803 (v2)
  • 8ffe56a Unit tests for #2800 (v2)
  • b2e660e Replace (most) concatenation and interpolation (in shipped code) with String....
  • Additional commits viewable in compare view


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | xunit | [>= 2.5.a, < 2.6] |

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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
codecov[bot] commented 8 months ago

Codecov Report

Merging #174 (a618fad) into main (4dc7b12) will decrease coverage by 0.16%. The diff coverage is n/a.

Additional details and impacted files [see 1 file with indirect coverage changes](https://app.codecov.io/gh/skwasjer/IbanNet/pull/174/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Martijn+Bodeman)
sonarcloud[bot] commented 8 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

dependabot[bot] commented 8 months ago

Superseded by #176.