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 xunit group with 3 updates #561

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the xunit group with 3 updates: xunit.v3.extensibility.core, xunit.runner.visualstudio and xunit.v3.

Updates xunit.v3.extensibility.core from 0.7.0-pre.15 to 1.0.0

Commits
  • 5b41c61 v1.0.0
  • dddd408 #3078: _XunitCopyRunnerDependencies Target has incorrect DestinationFolder wh...
  • d83a4c1 Need Facades path to dynamically compile acceptance tests on Mono when refere...
  • cbba87a #3064: Add support for serializing types which implement both IFormattable an...
  • 710c51d Ensure SerializationHelper.Serialize calls IXunitSerializer.IsSerializable first
  • f8c3643 Add failureReason out parameter to IXunitSerializer.IsSerializable for user m...
  • See full diff in compare view

Updates xunit.runner.visualstudio from 3.0.0-pre.49 to 3.0.0

Commits
  • e341b93 v3.0.0
  • 56f71f3 Second location where PreEnumerateTheories needs to be turned off for #426
  • d94ab88 #426: Can't filter by traits on ITheoryDataRow
  • 9154f3f Latest dependencies
  • feff8e2 Stick to .NET SDK 8
  • 62ae086 Conditional verbosity when packing packages based on the .NET SDK version
  • See full diff in compare view

Updates xunit.v3 from 0.7.0-pre.15 to 1.0.0

Commits
  • 5b41c61 v1.0.0
  • dddd408 #3078: _XunitCopyRunnerDependencies Target has incorrect DestinationFolder wh...
  • d83a4c1 Need Facades path to dynamically compile acceptance tests on Mono when refere...
  • cbba87a #3064: Add support for serializing types which implement both IFormattable an...
  • 710c51d Ensure SerializationHelper.Serialize calls IXunitSerializer.IsSerializable first
  • f8c3643 Add failureReason out parameter to IXunitSerializer.IsSerializable for user m...
  • See full diff in compare view

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 <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 xunit group with 3 updates: [xunit.v3.extensibility.core](https://github.com/xunit/xunit), [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) and [xunit.v3](https://github.com/xunit/xunit).


Updates `xunit.v3.extensibility.core` from 0.7.0-pre.15 to 1.0.0
- [Commits](xunit/xunit@v3-0.7.0-pre.15...v3-1.0.0)

Updates `xunit.runner.visualstudio` from 3.0.0-pre.49 to 3.0.0
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@3.0.0-pre.49...3.0.0)

Updates `xunit.v3` from 0.7.0-pre.15 to 1.0.0
- [Commits](xunit/xunit@v3-0.7.0-pre.15...v3-1.0.0)

---
updated-dependencies:
- dependency-name: xunit.v3.extensibility.core
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: xunit
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: xunit
- dependency-name: xunit.v3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: xunit
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner December 17, 2024 12:39
@dependabot dependabot bot added the dependency:nuget Indicates a pull request related to updating or managing NuGet package dependencies. label Dec 17, 2024
@dependabot dependabot bot requested review from samtrion and removed request for a team December 17, 2024 12:39
Copy link

codecov bot commented Dec 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.54%. Comparing base (f142731) to head (ae5d9d2).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #561   +/-   ##
=======================================
  Coverage   93.54%   93.54%           
=======================================
  Files          79       79           
  Lines         248      248           
  Branches       20       20           
=======================================
  Hits          232      232           
  Misses         16       16           

☔ 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 e147f00 into main Dec 17, 2024
16 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/xunit-983a93d4cd branch December 17, 2024 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency:nuget Indicates a pull request related to updating or managing NuGet package dependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant