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 Expecto from 9.0.4 to 10.0.0 in /src #917

Merged
merged 1 commit into from
Jun 19, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 13, 2023

Bumps Expecto from 9.0.4 to 10.0.0.

Release notes

Sourced from Expecto's releases.

v5.0.0-beta2 – More .Net Core

No release notes provided.

v5.0.0-beta1 – .Net Core support

This release marks the start of .Net Core support in Expecto. A big thanks to @​cloudRoutine for starting the port, and to @​adamchester for going that extra mile and finishing it off!

Also since last release, here's a Roman's photo of Expecto being used for testing hardware chips.

Hardware testing

Here's the nuget.org version – enjoy!

v4.2.0 – target F# v4.1

No release notes provided.

v4.1.1 – Expect.isMatch, .Net 4.6.1, bump BenchmarkDotNet

This release makes it easier to reference BenchmarkDotnet and to write expectations of matching regexes:

Expect.isMatch "{function:45}" "{function:(\\d+)}" "string matches passed pattern"
Expect.isNotMatch "{function:45d}" "{function:(\\d+)}" "string not matches passed pattern"
let regex = Regex("{function:(\\d+)}")
Expect.isRegexMatch "{function:45}" regex "string matches passed regex"
let regex = Regex("{function:(\\d+)}")
Expect.isRegexMatch "{function:45d}" regex "Deliberately failing"

I've also fixed the names of the nuget, from this:

to this:

v1.1.0 – Expecto.BenchmarkDotNet

This release marks the initial support for benchmark dot net.

Sample usage:

module Expecto.BenchmarkDotNetTests
open System
open System.Security.Cryptography
open Expecto
open BenchmarkDotNet
</tr></table>

... (truncated)

Changelog

Sourced from Expecto's changelog.

10.0.0 - 2023-04-20

  • New Expecto package with FsCheck3 support #450
  • Make Expect.isNotEmpty accept whitespace strings #452
  • Removed deprecated code #449
  • Bumped minimum framework to .NET 6 #447
  • Add testFixtureAsync and testFixtureTask #444

9.0.3 - 2021-08-17

9.0.3 - 2020-07-27

  • List focused tests if failed using --fail-on-focused-tests, #392, thanks @​vilinski
  • Add an option to specify test states in --list-tests, thanks @​vilinski

9.0.2 - 2020-06-25

  • An eta-expansion caused ABI compatibility for dependents, #388, thanks @​haf

9.0.1 - 2020-06-24

  • Ensure filtered tests are properly filtered #378 #380, thanks @​MNie
  • Update BenchmarkDotNet to 0.12.1 fixing #381 #384, thanks @​MNie
  • Add support for while-expressions inside regular test cases #386, thanks @​teo-tsirpanis
  • Add Expect.wantError, which returns the value inside the Result wrapper if successful, thanks @​yreynhout

9.0.0 - 2020-04-04

  • Change the default test separator to . (dot). Override back, using --join-with / Big thanks @​MNie
  • Add Expect.wantSome and Expect.wantOk, which returns the value inside the Option/Result wrapper if successful, thanks @​teo-tsirpanis
  • Remove deprecated PackageIconUrl from the build props, replace with PackageIcon, thanks @​teo-tsirpanis
  • Add cmd file for building on Windows, thanks @​teo-tsirpanis
  • Port Expecto's own tests to .net core app 3.1, but target netstandard2.0 for the main lib, thanks @​teo-tsirpanis
  • Rename parallel to runInParallel in config record to avoid warning, thanks @​teo-tsirpanis
  • Inline the XML/NUnit/JUnit test result printer in the main assembly. Thanks @​teo-tsirpanis
  • Split Expecto monofile into separate per surface area, thanks @​teo-tsirpanis

8.13.1 - 2019-11-24

  • Include Expecto.Diff in build, thanks @​haf

8.13.0 - 2019-11-23

... (truncated)

Commits

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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 13, 2023
@dependabot dependabot bot force-pushed the dependabot/nuget/src/Expecto-10.0.0 branch from 4fb39a2 to e4283b6 Compare June 19, 2023 11:53
Bumps [Expecto](https://github.com/haf/expecto) from 9.0.4 to 10.0.0.
- [Release notes](https://github.com/haf/expecto/releases)
- [Changelog](https://github.com/haf/expecto/blob/main/RELEASE_NOTES.md)
- [Commits](https://github.com/haf/expecto/commits/10.0.0)

---
updated-dependencies:
- dependency-name: Expecto
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/src/Expecto-10.0.0 branch from e4283b6 to 59b8396 Compare June 19, 2023 19:30
@SimonCropp SimonCropp merged commit 66aed7f into main Jun 19, 2023
3 of 5 checks passed
@SimonCropp SimonCropp deleted the dependabot/nuget/src/Expecto-10.0.0 branch June 19, 2023 22: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
Development

Successfully merging this pull request may close these issues.

None yet

1 participant