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 the verify group with 5 updates #506

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2024

Bumps the verify group with 5 updates:

Package From To
Verify.Xunit 28.1.0 28.1.2
Verify.MSTest 28.1.0 28.1.2
MSTest.TestFramework 3.6.1 3.6.2
Verify.Nunit 28.1.0 28.1.2
Verify.XunitV3 28.1.0 28.1.2

Updates Verify.Xunit from 28.1.0 to 28.1.2

Commits

Updates Verify.MSTest from 28.1.0 to 28.1.2

Commits

Updates MSTest.TestFramework from 3.6.1 to 3.6.2

Release notes

Sourced from MSTest.TestFramework's releases.

v3.6.2

See the release notes here

Changelog

Sourced from MSTest.TestFramework's changelog.

[3.6.2] - 2024-10-31

See full log here

Fixed

Artifacts

  • MSTest: 3.6.2
  • MSTest.TestFramework: 3.6.2
  • MSTest.TestAdapter: 3.6.2
  • MSTest.Analyzers: 3.6.2
  • MSTest.Sdk: 3.6.2
  • Microsoft.Testing.Extensions.CrashDump: 1.4.2
  • Microsoft.Testing.Extensions.HangDump: 1.4.2
  • Microsoft.Testing.Extensions.HotReload: 1.4.2
  • Microsoft.Testing.Extensions.Retry: 1.4.2
  • Microsoft.Testing.Extensions.TrxReport: 1.4.2
Commits
  • 60b76e9 [rel/3.6] Update dependencies from microsoft/testanywhere (#3980)
  • f588028 Fix MSTEST0018 FP with IEnumerable<SomeType[]> (#3978)
  • 9aaa6ee Backport fix displaying inner exceptions (#3965)
  • d0b9266 [rel/3.6] Fix MSTEST0030 to correctly handle all methods (#3974)
  • b170f00 [rel/3.6] Update dependencies from microsoft/testanywhere (#3975)
  • 3baf0cf [rel/3.6] Update dependencies from microsoft/testanywhere (#3966)
  • dcef130 Bump dependency (#3956)
  • 53c3c4e Fix concurrency issue with registering callback on TestRunCancellationToken (...
  • ac7fffb [rel/3.6] Update dependencies from microsoft/testanywhere (#3959)
  • a890600 Fix call to EqtTrace (#3952)
  • Additional commits viewable in compare view

Updates Verify.Nunit from 28.1.0 to 28.1.2

Commits

Updates Verify.XunitV3 from 28.1.0 to 28.1.2

Commits

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 will merge this PR once CI passes on it, as requested by @samtrion.


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

Bumps the verify group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [Verify.Xunit](https://github.com/VerifyTests/Verify) | `28.1.0` | `28.1.2` |
| [Verify.MSTest](https://github.com/VerifyTests/Verify) | `28.1.0` | `28.1.2` |
| [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.6.1` | `3.6.2` |
| [Verify.Nunit](https://github.com/VerifyTests/Verify) | `28.1.0` | `28.1.2` |
| [Verify.XunitV3](https://github.com/VerifyTests/Verify) | `28.1.0` | `28.1.2` |


Updates `Verify.Xunit` from 28.1.0 to 28.1.2
- [Release notes](https://github.com/VerifyTests/Verify/releases)
- [Commits](VerifyTests/Verify@28.1.0...28.1.2)

Updates `Verify.MSTest` from 28.1.0 to 28.1.2
- [Release notes](https://github.com/VerifyTests/Verify/releases)
- [Commits](VerifyTests/Verify@28.1.0...28.1.2)

Updates `MSTest.TestFramework` from 3.6.1 to 3.6.2
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.6.1...v3.6.2)

Updates `Verify.Nunit` from 28.1.0 to 28.1.2
- [Release notes](https://github.com/VerifyTests/Verify/releases)
- [Commits](VerifyTests/Verify@28.1.0...28.1.2)

Updates `Verify.XunitV3` from 28.1.0 to 28.1.2
- [Release notes](https://github.com/VerifyTests/Verify/releases)
- [Commits](VerifyTests/Verify@28.1.0...28.1.2)

---
updated-dependencies:
- dependency-name: Verify.Xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: verify
- dependency-name: Verify.MSTest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: verify
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: verify
- dependency-name: Verify.Nunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: verify
- dependency-name: Verify.XunitV3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: verify
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2024

The following labels could not be found: dependency-nuget.

@dependabot dependabot bot requested a review from a team as a code owner November 1, 2024 12:46
@dependabot dependabot bot requested review from Dakraid and removed request for a team November 1, 2024 12:46
Copy link

sonarqubecloud bot commented Nov 1, 2024

Copy link

codecov bot commented Nov 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.58%. Comparing base (0f3a5b5) to head (45934c6).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #506   +/-   ##
=======================================
  Coverage   89.58%   89.58%           
=======================================
  Files          79       79           
  Lines         240      240           
  Branches       19       19           
=======================================
  Hits          215      215           
  Misses         17       17           
  Partials        8        8           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@samtrion samtrion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@dependabot dependabot bot merged commit 9fbb0c4 into main Nov 1, 2024
15 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/verify-94b7274963 branch November 1, 2024 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant