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, Microsoft.Extensions.Logging and xunit.abstractions #684

Merged
merged 1 commit into from
Dec 27, 2024

Conversation

dependabot[bot]
Copy link

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

Bumps MartinCostello.Logging.XUnit, Microsoft.Extensions.Logging and xunit.abstractions. These dependencies needed to be updated together.
Updates MartinCostello.Logging.XUnit from 0.4.0 to 0.5.1

Release notes

Sourced from MartinCostello.Logging.XUnit's releases.

v0.5.1

What's Changed

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

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
  • 31a039c Downgrade xunit.extensibility.execution
  • a497677 Bump ReportGenerator from 5.4.1 to 5.4.2 (#808)
  • 2bbd266 Bump github/codeql-action from 3.27.9 to 3.28.0 (#807)
  • a26f060 Bump version (#806)
  • 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)
  • Additional commits viewable in compare view

Updates Microsoft.Extensions.Logging from 9.0.0 to 8.0.1

Commits
  • bf5e279 Merge in 'release/8.0' changes
  • a6e4834 [release/8.0] Free the tls memory on thread termination (#95439)
  • eddf880 Merge in 'release/8.0' changes
  • 89a2364 [release/8.0] Downgrade ServicingVersion for Microsoft.Extensions.Options to ...
  • d682195 Merge in 'release/8.0' changes
  • 8557ef2 Merge pull request #95148 from carlossanlop/release/8.0-staging
  • aaa4b27 Merge pull request #95082 from dotnet-maestro-bot/merge/release/8.0-to-releas...
  • 72e5ae9 X509Chain.Build should throw when an internal error occurs
  • a20ee6f [release/8.0-staging] Fix JsonArray.Add and ReplaceWith regressions. (#94882)
  • 4fc3df2 Fix incremental servicing condition (#95119)
  • Additional commits viewable in compare view

Updates xunit.abstractions from 2.0.3 to 2.0.3

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)

…unit.abstractions

Bumps [MartinCostello.Logging.XUnit](https://github.com/martincostello/xunit-logging), [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime) and [xunit.abstractions](https://github.com/xunit/xunit). These dependencies needed to be updated together.

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

Updates `Microsoft.Extensions.Logging` from 9.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v8.0.1)

Updates `xunit.abstractions` from 2.0.3 to 2.0.3
- [Commits](https://github.com/xunit/xunit/commits)

---
updated-dependencies:
- dependency-name: MartinCostello.Logging.XUnit
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.Extensions.Logging
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: xunit.abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 26, 2024
@JoeShook JoeShook merged commit 3e2ad10 into develop Dec 27, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/nuget/develop/multi-2e3d9778a1 branch December 27, 2024 19:59
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.

1 participant