Skip to content

Commit ca8f0da

Browse files
chore(deps): update dependency quick/nimble to from: "13.7.1" (#1402)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [Quick/Nimble](https://redirect.github.com/Quick/Nimble) | patch | `from: "13.7.0"` -> `from: "13.7.1"` | --- ### Release Notes <details> <summary>Quick/Nimble (Quick/Nimble)</summary> ### [`v13.7.1`](https://redirect.github.com/Quick/Nimble/releases/tag/v13.7.1) [Compare Source](https://redirect.github.com/Quick/Nimble/compare/v13.7.0...v13.7.1) #### What's Changed - done compatible with Sendable by [@&#8203;soranoba](https://redirect.github.com/soranoba) in [https://github.com/Quick/Nimble/pull/1159](https://redirect.github.com/Quick/Nimble/pull/1159) - add an explicit test that NSObject with custom equality works by [@&#8203;younata](https://redirect.github.com/younata) in [https://github.com/Quick/Nimble/pull/1181](https://redirect.github.com/Quick/Nimble/pull/1181) - Fix regression where be and beIdenticalTo matchers stopped matching against AnyObject protocols by [@&#8203;younata](https://redirect.github.com/younata) in [https://github.com/Quick/Nimble/pull/1183](https://redirect.github.com/Quick/Nimble/pull/1183) **Full Changelog**: Quick/Nimble@v13.7.0...v13.7.1 </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:eyJjcmVhdGVkSW5WZXIiOiIzOC45NC4xIiwidXBkYXRlZEluVmVyIjoiMzguOTQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com>
1 parent d71960a commit ca8f0da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.0"
14+
from: "13.7.1"
1515
),
1616
],
1717
targets: [

0 commit comments

Comments
 (0)