minvws / nl-covid19-coronacheck-app-ios

European Union Public License 1.2
25 stars 11 forks source link

Bump github.com/quick/nimble from 10.0.0 to 13.1.1 in /Packages/TestingShared #205

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 9 months ago

Bumps github.com/quick/nimble from 10.0.0 to 13.1.1.

Release notes

Sourced from github.com/quick/nimble's releases.

v13.1.1 - The Require DSL, but now with a fixed cocoapods build

Highlights

See the previous release for more on the require DSL.

BugFixes

  • Fix cocoapods release.

Automated Release Notes

What's Changed

  • Fix build on cocoapods by specifying the correct location for the CocoaWithLove exception helper libraries by @​younata in Quick/Nimble#1109

Full Changelog: https://github.com/Quick/Nimble/compare/v13.1.0...v13.1.1

v13.1.0 - The Require DSL

Highlights

New Features

  • Introduce the require dsl. This throws an error (a RequireError, or a custom one) if the matcher used with it fails. If the matcher doesn't fail, then the require dsl will return the result of the expression.
    • For example, try require([1, 2, 3]).to(haveCount(3)) will return [1, 2, 3]. However try require(2).toEqual(1)) will throw a RequireError.
    • When the matcher fails, require will still register the assertion failure with XCTest.
    • This also adds unwrap and pollUnwrap, which are work as try require(...).toNot(beNil()) and try require(...).toEventuallyNot(beNil()). With both sync and async variants. They either throw, or return non-optional versions of the expression.
    • See the documentation here for more.

Deprecations

  • Removes Expectation.onFailure, as the new require dsl entirely replaces that API. This deprecation will persist through Nimble 14, before being marked as removed in Nimble 15 and fully removed in Nimble 16.

Breaking Changes

  • The throwAssertion matcher no longer supports watchOS and tvOS in the cocoapods distribution of Nimble. This is because Nimble no longer directly embeds the CwlCatchException CwlPreconditionTesting libraries used in that matcher and instead Nimble pulls in those libraries transitively through the package manager used.

Automated Release Notes

What's Changed

Full Changelog: https://github.com/Quick/Nimble/compare/v13.0.0...v13.1.0

v13.0.0

Highlights

New Features

... (truncated)

Commits
  • f0b14e2 [v13.1.1] Update docs and podspec
  • 409a9ec Fix build on cocoapods by specifying the correct location for the CocoaWithLo...
  • bc03342 [v13.1.0] Update docs and podspec
  • 191031b Install jazzy in the bundle
  • ebe9d80 Pull in CwlCatchException and CwlPreconditionTesting transitively. (#1108)
  • c60d66d Introduce the require dsl. For when you need the assertion to pass before con...
  • ef552dc Bump cocoapods from 1.13.0 to 1.14.2 (#1094)
  • d616f15 [v13.0.0] Update docs and podspec
  • 207c9df [v13.0.0-rc.1] Update docs and podspec
  • 842ac18 Bump actions/checkout from 3 to 4 (#1091)
  • 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@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[bot] commented 8 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.