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 the test-lib group across 1 directory with 3 updates #312

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 23, 2025

Bumps the test-lib group with 3 updates in the / directory: coverlet.collector, FsCheck.Xunit and FsUnit.xUnit.

Updates coverlet.collector from 6.0.3 to 6.0.4

Release notes

Sourced from coverlet.collector's releases.

v6.0.4

Fixed

  • Fix empty coverage report when using include and exclude filters #1726

Diff between 6.0.3 and 6.0.4

Commits

Updates FsCheck.Xunit from 3.0.0-rc3 to 3.0.1

Release notes

Sourced from FsCheck.Xunit's releases.

3.0.1

  • FsCheck.Xunit: target net462 explicitly, so xunit picks the right runner on .NET Framework.

3.0.0

  • Fix stamp missing for final test. (by Calum Sieppert)

  • FsCheck.NUnit: updated to NUnit 4. (with David Naylor)

  • FsCheck.NUnit: implement PropertiesAttribute. (by Oleksandr Bogomaz)

  • FsCheck.NUnit: handle NUnit's signalling exceptions. (by Oleksandr Bogomaz)

  • FsCheck.Xunit: fixed MissingMethodException caused by integration issue with xunit 2.9.x.

Changelog

Sourced from FsCheck.Xunit's changelog.

3.0.1 - 22 January 2025

  • FsCheck.Xunit: target net462 explicitly, so xunit picks the right runner on .NET Framework.

3.0.0 - 7 January 2025

  • Fix stamp missing for final test. (by Calum Sieppert)

  • FsCheck.NUnit: updated to NUnit 4. (with David Naylor)

  • FsCheck.NUnit: implement PropertiesAttribute. (by Oleksandr Bogomaz)

  • FsCheck.NUnit: handle NUnit's signalling exceptions. (by Oleksandr Bogomaz)

  • FsCheck.Xunit: fixed MissingMethodException caused by integration issue with xunit 2.9.x.

Commits
  • b4a0047 Bump version to 3.0.1
  • 73dfaf0 Update release notes.
  • 476328b Add net462 target to FsCheck.Xunit.
  • 80549a5 Bump version to 3.0.0
  • f2fbe94 Update release notes for 3.0!
  • 4df0c97 Zip shrinks both values independently.
  • 2eb1cf5 Update xunit and fix #682.
  • 00ab875 Update NUnit to 4.0.
  • 27689b8 FsCheck.NUnit: indicate compatibility with NUnit v4
  • 53e7224 FsCheck: add Directory.Build.targets, sort
  • Additional commits viewable in compare view

Updates FsUnit.xUnit from 6.0.1 to 7.0.1

Release notes

Sourced from FsUnit.xUnit's releases.

v7.0.1

What's Changed

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

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.1.0 - Dec 30, 2024

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

... (truncated)

Commits
  • 47a18d0 Release v7.0.1.
  • 8005665 Merge pull request #299 from CaptnCodr/bugfix/package-outputtype
  • accd7f8 Ensure have library as outputtype in nupkg.
  • 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
  • Additional commits viewable 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

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jan 23, 2025
@dependabot dependabot bot requested a review from krymtkts January 23, 2025 21:37
Bumps the test-lib group with 3 updates in the / directory: [coverlet.collector](https://github.com/coverlet-coverage/coverlet), [FsCheck.Xunit](https://github.com/Fscheck/fscheck) and [FsUnit.xUnit](https://github.com/fsprojects/FsUnit).


Updates `coverlet.collector` from 6.0.3 to 6.0.4
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](coverlet-coverage/coverlet@v6.0.3...v6.0.4)

Updates `FsCheck.Xunit` from 3.0.0-rc3 to 3.0.1
- [Release notes](https://github.com/Fscheck/fscheck/releases)
- [Changelog](https://github.com/fscheck/FsCheck/blob/master/FsCheck%20Release%20Notes.md)
- [Commits](fscheck/FsCheck@3.0.0-rc3...3.0.1)

Updates `FsUnit.xUnit` from 6.0.1 to 7.0.1
- [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.1)

---
updated-dependencies:
- dependency-name: coverlet.collector
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-lib
- dependency-name: FsCheck.Xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-lib
- 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-cde1189f9c branch from 57e758d to d903212 Compare January 24, 2025 11:57
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 24, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 24, 2025
@dependabot dependabot bot deleted the dependabot/nuget/test-lib-cde1189f9c branch January 24, 2025 13:46
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