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 github.com/quick/nimble from 10.0.0 to 13.1.1 in /Packages/Shared #203

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 25, 2023

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: Quick/Nimble@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: Quick/Nimble@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 <dependency name> 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)

Bumps [github.com/quick/nimble](https://github.com/Quick/Nimble) from 10.0.0 to 13.1.1.
- [Release notes](https://github.com/Quick/Nimble/releases)
- [Commits](Quick/Nimble@v10.0.0...v13.1.1)

---
updated-dependencies:
- dependency-name: github.com/quick/nimble
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested review from a team as code owners December 25, 2023 07:36
@dependabot dependabot bot added dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update Swift_package_manager code labels Dec 25, 2023
@Rool Rool closed this Dec 26, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 26, 2023

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.

@dependabot dependabot bot deleted the dependabot/swift/Packages/Shared/github.com/quick/nimble-13.1.1 branch December 26, 2023 18:54
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 swift_package_manager Pull requests that update Swift_package_manager code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant