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(*): Update dependency MartinCostello.Logging.XUnit to 0.5.0 #3041

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
MartinCostello.Logging.XUnit 0.3.0 -> 0.5.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

martincostello/xunit-logging (MartinCostello.Logging.XUnit)

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

v0.4.0

What's Changed

New Contributors

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies ready-to-be-merged Allow Mergify to merge this PR labels Jul 23, 2024
Copy link

cypress bot commented Jul 23, 2024

acm-statistics    Run #7711

Run Properties:  status check passed Passed #7711  •  git commit 1161a54ab2: null
Project acm-statistics
Branch Review refs/heads/renovate/martincostello.logging.xunit-0.x
Run status status check passed Passed #7711
Run duration 06m 19s
Commit git commit 1161a54ab2: null
Committer null
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 1
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 54
View all changes introduced in this branch ↗︎

@renovate renovate bot changed the title chore(*): Update dependency MartinCostello.Logging.XUnit to v0.4.0 chore(*): Update dependency MartinCostello.Logging.XUnit to 0.4.0 Aug 28, 2024
@renovate renovate bot changed the title chore(*): Update dependency MartinCostello.Logging.XUnit to 0.4.0 chore(*): Update dependency MartinCostello.Logging.XUnit to 0.5.0 Dec 20, 2024
@renovate renovate bot force-pushed the renovate/martincostello.logging.xunit-0.x branch from 1d6fa75 to 1161a54 Compare December 20, 2024 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies ready-to-be-merged Allow Mergify to merge this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants