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

Bump MartinCostello.Logging.XUnit and xunit.extensibility.execution #343

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps MartinCostello.Logging.XUnit and xunit.extensibility.execution. These dependencies needed to be updated together.
Updates MartinCostello.Logging.XUnit from 0.4.0 to 0.5.0

Release notes

Sourced from MartinCostello.Logging.XUnit's releases.

v0.5.0

Add support for xunit v3 🆕✨

Xunit v3 contains many major architectural changes which means the same package that supports logging for xunit v2 cannot be used with xunit v3.

The equivalent NuGet package to support logging for xunit v3 is the new MartinCostello.Logging.XUnit.v3 package.

To migrate usage of MartinCostello.Logging.XUnit to MartinCostello.Logging.XUnit.v3 for xunit v3:

  1. Follow the relevant steps to migrate any test projects from xunit v2 to v3. The most relevant change in xunit v3 for this library is that the ITestOutputHelper type has moved from the Xunit.Abstractions namespace to Xunit.

  2. Change any package references from MartinCostello.Logging.XUnit to MartinCostello.Logging.XUnit.v3.

    - <PackageReference Include="MartinCostello.Logging.XUnit" Version="0.5.0" />
    + <PackageReference Include="MartinCostello.Logging.XUnit.v3" Version="0.5.0" />

Support for xunit v2 continues with the existing MartinCostello.Logging.XUnit package.

What's Changed

Full Changelog: martincostello/xunit-logging@v0.4.0...v0.5.0

Commits
  • 4a5b9ad Add migration guide (#805)
  • e39e9bf Support xunit v3 (#804)
  • 8eae44c Bump codecov/codecov-action from 5.1.1 to 5.1.2
  • 08bc232 Bump actions/upload-artifact from 4.4.3 to 4.5.0 (#802)
  • e35256a Bump xunit.runner.visualstudio from 2.8.2 to 3.0.0 in the xunit group (#801)
  • 1d2097c Bump anchore/sbom-action from 0.17.8 to 0.17.9 (#800)
  • 1f8c75b Bump github/codeql-action from 3.27.7 to 3.27.9 (#799)
  • 2ee1d7d Bump github/codeql-action from 3.27.6 to 3.27.7 (#798)
  • 9c3824f Bump actions/attest-build-provenance from 2.0.1 to 2.1.0 (#797)
  • 0615532 Bump actions/attest-build-provenance from 2.0.0 to 2.0.1 (#796)
  • Additional commits viewable in compare view

Updates xunit.extensibility.execution from 2.9.2 to 2.9.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 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 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)

Bumps [MartinCostello.Logging.XUnit](https://github.com/martincostello/xunit-logging) and [xunit.extensibility.execution](https://github.com/xunit/xunit). These dependencies needed to be updated together.

Updates `MartinCostello.Logging.XUnit` from 0.4.0 to 0.5.0
- [Release notes](https://github.com/martincostello/xunit-logging/releases)
- [Commits](martincostello/xunit-logging@v0.4.0...v0.5.0)

Updates `xunit.extensibility.execution` from 2.9.2 to 2.9.2
- [Commits](xunit/xunit@v2-2.9.2...v2-2.9.2)

---
updated-dependencies:
- dependency-name: MartinCostello.Logging.XUnit
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: xunit.extensibility.execution
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Dec 23, 2024
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 .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants