Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency quick/nimble to from: "12.2.0" (#540)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [Quick/Nimble](https://togithub.com/Quick/Nimble) | minor | `from: "12.1.0"` -> `from: "12.2.0"` | --- ### Release Notes <details> <summary>Quick/Nimble (Quick/Nimble)</summary> ### [`v12.2.0`](https://togithub.com/Quick/Nimble/releases/tag/v12.2.0) [Compare Source](https://togithub.com/Quick/Nimble/compare/v12.1.0...v12.2.0) ### Highlights the `equal` matcher now supports arrays of tuples. For example: ```swift expect([ (1, 2), (3, 4) ]).to(equal([ (1, 2), (3, 4) ])) ``` Thanks [@​faroman](https://togithub.com/faroman) for their contribution! ### Automatically Generated Release Notes #### What's Changed - Fix typo in README.md by [@​nemesis](https://togithub.com/nemesis) in [https://github.com/Quick/Nimble/pull/1066](https://togithub.com/Quick/Nimble/pull/1066) - Equal predicate for array of tuples by [@​faroman](https://togithub.com/faroman) in [https://github.com/Quick/Nimble/pull/1065](https://togithub.com/Quick/Nimble/pull/1065) #### New Contributors - [@​nemesis](https://togithub.com/nemesis) made their first contribution in [https://github.com/Quick/Nimble/pull/1066](https://togithub.com/Quick/Nimble/pull/1066) - [@​faroman](https://togithub.com/faroman) made their first contribution in [https://github.com/Quick/Nimble/pull/1065](https://togithub.com/Quick/Nimble/pull/1065) **Full Changelog**: Quick/Nimble@v12.1.0...v12.2.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://togithub.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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41Ny4yIiwidXBkYXRlZEluVmVyIjoiMzYuNTcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
- Loading branch information