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 FsUnit.xUnit from 6.0.1 to 7.0.0 in the test-lib group #277

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the test-lib group with 1 update: FsUnit.xUnit.

Updates FsUnit.xUnit from 6.0.1 to 7.0.0

Release notes

Sourced from FsUnit.xUnit's releases.

v7.0.0

What's Changed

  • [BREAKING] FsUnit.Xunit now consumes xunit.v3 as testing framework. - (fsprojects/FsUnit#297)
  • Update to NHamcrest v4.0.
  • Update to MsTest v3.6 in Fs30Unit.MsTest.
  • Update other dependencies.

Full Changelog: fsprojects/FsUnit@6.0.1...7.0.0

Changelog

Sourced from FsUnit.xUnit's changelog.

7.0.0.0 - Dec 23, 2024

  • [BREAKING] FsUnit.Xunit now consumes xunit.v3 as testing framework. - (fsprojects/FsUnit#297)
  • Update to NHamcrest v4.0.
  • Update to MsTest v3.6 in Fs30Unit.MsTest.

6.0.1.0 - Sep 13, 2024

6.0.0.0 - Jan 11, 2024

5.6.1.0 - Nov 29, 2023

5.6.0.0 - Nov 10, 2023

5.5.0.0 - Oct 27, 2023

5.4.0.0 - Jul 10, 2023

5.3.1.0 - Jun 7, 2023

  • Set FSharp.Core back to ~5.0.0 to support older projects. (fsprojects/FsUnit#236)
  • Update some dependencies.

5.3.0.0 - May 6, 2023

  • Remove .NET7 as framework because of incompatibilities.
  • Update dependencies.

5.2.0 - Jan 13, 2023

  • Align should & throw in xUnit and MsTest. -> (fsprojects/FsUnit#226)
  • Add .NET7 as TargetFramework.
  • Update dependencies.

5.1.0 - Oct 29, 2022

5.0.5 - Sep 27, 2022

5.0.4 - Sep 6, 2022

  • Fix actual messages in xUnit & MsTest in operators throw & throwWithMessage when exception will be thrown inside lambda. - fsprojects/FsUnit#216

... (truncated)

Commits
  • 76834e7 Release v7.0.0.
  • 74255e6 Merge pull request #297 from CaptnCodr/feature/xunit-v3
  • c7cc890 Update xunit to v3 and other dependencies.
  • c5f2386 Merge pull request #295 from fsprojects/dependabot/nuget/paket-9.0.2
  • b422a45 Bump paket from 8.0.3 to 9.0.2
  • a305c31 Merge pull request #292 from fsprojects/dependabot/nuget/fantomas-6.3.16
  • d121ff2 Bump fantomas from 6.3.15 to 6.3.16
  • 45c2c03 Merge pull request #291 from fsprojects/dependabot/nuget/fake-cli-6.1.3
  • f5ad41e Bump fake-cli from 6.1.2 to 6.1.3
  • a00b5ea Merge pull request #290 from fsprojects/dependabot/nuget/fake-cli-6.1.2
  • Additional commits viewable in compare view

Dependabot compatibility score

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

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Dec 26, 2024
@dependabot dependabot bot requested a review from krymtkts December 26, 2024 21:08
@dependabot dependabot bot force-pushed the dependabot/nuget/test-lib-959f5d2373 branch 3 times, most recently from c8ca49c to 1e54bee Compare December 27, 2024 06:52
@krymtkts krymtkts mentioned this pull request Dec 27, 2024
Bumps the test-lib group with 1 update: [FsUnit.xUnit](https://github.com/fsprojects/FsUnit).


Updates `FsUnit.xUnit` from 6.0.1 to 7.0.0
- [Release notes](https://github.com/fsprojects/FsUnit/releases)
- [Changelog](https://github.com/fsprojects/FsUnit/blob/master/RELEASE_NOTES.md)
- [Commits](fsprojects/FsUnit@6.0.1...7.0.0)

---
updated-dependencies:
- dependency-name: FsUnit.xUnit
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: test-lib
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/test-lib-959f5d2373 branch from 1e54bee to ea486f0 Compare December 30, 2024 04:16
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 31, 2024

Looks like FsUnit.xUnit is updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 31, 2024
@dependabot dependabot bot deleted the dependabot/nuget/test-lib-959f5d2373 branch December 31, 2024 01:47
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.

1 participant