Skip to content

Commit 615b64b

Browse files
chore(deps): update dependency quick/nimble to from: "13.8.0" (#1845)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [Quick/Nimble](https://redirect.github.com/Quick/Nimble) | minor | `from: "13.7.1"` -> `from: "13.8.0"` | --- ### Release Notes <details> <summary>Quick/Nimble (Quick/Nimble)</summary> ### [`v13.8.0`](https://redirect.github.com/Quick/Nimble/releases/tag/v13.8.0) [Compare Source](https://redirect.github.com/Quick/Nimble/compare/v13.7.1...v13.8.0) ### Highlights - `requireFail` now returns Never, indicating the status that it will always throw an error. (Thanks [@&#8203;bnickel](https://redirect.github.com/bnickel)!) - `toAlways` and `toNever` will never fail on a main thread timeout. (Thanks [@&#8203;bnickel](https://redirect.github.com/bnickel)!) ### Auto-Generated Release Notes #### What's Changed - Update CI actions by [@&#8203;younata](https://redirect.github.com/younata) in [https://github.com/Quick/Nimble/pull/1184](https://redirect.github.com/Quick/Nimble/pull/1184) - Allow multiple async polling expectations by [@&#8203;younata](https://redirect.github.com/younata) in [https://github.com/Quick/Nimble/pull/1189](https://redirect.github.com/Quick/Nimble/pull/1189) - Bump Cwl dependencies to fix Xcode 16 issues by [@&#8203;balavor](https://redirect.github.com/balavor) in [https://github.com/Quick/Nimble/pull/1190](https://redirect.github.com/Quick/Nimble/pull/1190) - Return Never from requireFail by [@&#8203;bnickel](https://redirect.github.com/bnickel) in [https://github.com/Quick/Nimble/pull/1194](https://redirect.github.com/Quick/Nimble/pull/1194) - Bump rexml from 3.3.9 to 3.4.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/Quick/Nimble/pull/1198](https://redirect.github.com/Quick/Nimble/pull/1198)8 - Remove duplicated RunLoop code by [@&#8203;bnickel](https://redirect.github.com/bnickel) in [https://github.com/Quick/Nimble/pull/1193](https://redirect.github.com/Quick/Nimble/pull/1193) - Fix linux cfrunloop build by [@&#8203;younata](https://redirect.github.com/younata) in [https://github.com/Quick/Nimble/pull/1200](https://redirect.github.com/Quick/Nimble/pull/1200) - Do not fail on timeout for `toAlways` and `toNever` by [@&#8203;bnickel](https://redirect.github.com/bnickel) in [https://github.com/Quick/Nimble/pull/1192](https://redirect.github.com/Quick/Nimble/pull/1192) #### New Contributors - [@&#8203;balavor](https://redirect.github.com/balavor) made their first contribution in [https://github.com/Quick/Nimble/pull/1190](https://redirect.github.com/Quick/Nimble/pull/1190) **Full Changelog**: Quick/Nimble@v13.7.1...v13.8.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4wLjAiLCJ1cGRhdGVkSW5WZXIiOiI0MS4wLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Co-authored-by: Chuck Grindel <[email protected]>
1 parent cf58340 commit 615b64b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

examples/nimble_example/Package.resolved

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/nimble_example/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let package = Package(
1111
),
1212
.package(
1313
url: "https://github.com/Quick/Nimble",
14-
from: "13.7.1"
14+
from: "13.8.0"
1515
),
1616
],
1717
targets: [

0 commit comments

Comments
 (0)