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 FsCheckVersion from 2.16.0 to 2.16.3 #5255

Merged
merged 1 commit into from
Sep 6, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 6, 2021

Bumps FsCheckVersion from 2.16.0 to 2.16.3.
Updates FsCheck from 2.16.0 to 2.16.3

Release notes

Sourced from FsCheck's releases.

2.16.3

Allow configuration in FsCheck.Xunit.PropertiesAttribute to affect properties on nested types or modules. PropertiesAttribute on the closest enclosing type takes precedence. Add FsCheck.Xunit.TestOutputRunner - a simple runner which just redirects output to xUnit's TestOutputHelper.

2.16.2

Support generation and shrinking of System.Collections.Immutable types via reflection.

2.16.1

Include inherited methods when registering Arbitrary instances. (by Bennie Copeland)

Changelog

Sourced from FsCheck's changelog.

2.16.3 - 4 September 2021

  • Allow configuration in FsCheck.Xunit.PropertiesAttribute to affect properties on nested types or modules. PropertiesAttribute on the closest enclosing type takes precedence.

  • Add FsCheck.Xunit.TestOutputRunner - a simple runner which just redirects output to xUnit's TestOutputHelper.

2.16.2 - 30 August 2021

  • Support generation and shrinking of System.Collections.Immutable types via reflection.

2.16.1 - 28 August 2021

  • Include inherited methods when registering Arbitrary instances. (by Bennie Copeland)
Commits
  • 83d3f3e Update release notes.
  • d57ba75 Add FsCheck.Xunit.TestOutputRunner.
  • 1b82d77 Update release notes.
  • a69cb7a Allow PropertiesAttribute to affect properties on nested types/modules.
  • 6fc0fb0 Add new version to release notes.
  • c3809c3 Update release notes.
  • d37e733 Add type annotations to avoid inferred #seq causing problems during Release b...
  • 331fde8 Test using Release builds.
  • 67ccfe0 Generate and shrink System.Collections.Immutable types reflectively.
  • 8ab4772 Update fake, paket to latest stable.
  • Additional commits viewable in compare view

Updates FsCheck.Xunit from 2.16.0 to 2.16.3

Release notes

Sourced from FsCheck.Xunit's releases.

2.16.3

Allow configuration in FsCheck.Xunit.PropertiesAttribute to affect properties on nested types or modules. PropertiesAttribute on the closest enclosing type takes precedence. Add FsCheck.Xunit.TestOutputRunner - a simple runner which just redirects output to xUnit's TestOutputHelper.

2.16.2

Support generation and shrinking of System.Collections.Immutable types via reflection.

2.16.1

Include inherited methods when registering Arbitrary instances. (by Bennie Copeland)

Changelog

Sourced from FsCheck.Xunit's changelog.

2.16.3 - 4 September 2021

  • Allow configuration in FsCheck.Xunit.PropertiesAttribute to affect properties on nested types or modules. PropertiesAttribute on the closest enclosing type takes precedence.

  • Add FsCheck.Xunit.TestOutputRunner - a simple runner which just redirects output to xUnit's TestOutputHelper.

2.16.2 - 30 August 2021

  • Support generation and shrinking of System.Collections.Immutable types via reflection.

2.16.1 - 28 August 2021

  • Include inherited methods when registering Arbitrary instances. (by Bennie Copeland)
Commits
  • 83d3f3e Update release notes.
  • d57ba75 Add FsCheck.Xunit.TestOutputRunner.
  • 1b82d77 Update release notes.
  • a69cb7a Allow PropertiesAttribute to affect properties on nested types/modules.
  • 6fc0fb0 Add new version to release notes.
  • c3809c3 Update release notes.
  • d37e733 Add type annotations to avoid inferred #seq causing problems during Release b...
  • 331fde8 Test using Release builds.
  • 67ccfe0 Generate and shrink System.Collections.Immutable types reflectively.
  • 8ab4772 Update fake, paket to latest stable.
  • 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 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)

Bumps `FsCheckVersion` from 2.16.0 to 2.16.3.

Updates `FsCheck` from 2.16.0 to 2.16.3
- [Release notes](https://github.com/fsharp/FsCheck/releases)
- [Changelog](https://github.com/fscheck/FsCheck/blob/master/FsCheck%20Release%20Notes.md)
- [Commits](fscheck/FsCheck@2.16.0...2.16.3)

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

---
updated-dependencies:
- dependency-name: FsCheck
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: FsCheck.Xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 6, 2021
@Aaronontheweb Aaronontheweb merged commit f6e2ab9 into dev Sep 6, 2021
@Aaronontheweb Aaronontheweb deleted the dependabot/nuget/FsCheckVersion-2.16.3 branch September 6, 2021 18:52
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