From e424afda661e3523e325cfd781791d93d5d50b9d Mon Sep 17 00:00:00 2001 From: "cgrindel-self-hosted-renovate[bot]" <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 07:47:41 -0600 Subject: [PATCH] chore(deps): update dependency quick/nimble to from: "12.3.0" (#594) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [Quick/Nimble](https://togithub.com/Quick/Nimble) | minor | `from: "12.2.0"` -> `from: "12.3.0"` | --- ### Release Notes
Quick/Nimble (Quick/Nimble) ### [`v12.3.0`](https://togithub.com/Quick/Nimble/releases/tag/v12.3.0) [Compare Source](https://togithub.com/Quick/Nimble/compare/v12.2.0...v12.3.0) #### Highlights - the async variant of `toEventually` no longer kicks off unstructured background tasks to check that the matcher matches. This means that there will no longer be the possibility that the same value will be being checked by multiples of the same matcher. #### What's Changed - Bump activesupport from 7.0.4.3 to 7.0.7.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/Quick/Nimble/pull/1080](https://togithub.com/Quick/Nimble/pull/1080) - Bump actions/checkout from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/Quick/Nimble/pull/1081](https://togithub.com/Quick/Nimble/pull/1081) - Implement the async variant of toEventually using structured concurrency by [@​younata](https://togithub.com/younata) in [https://github.com/Quick/Nimble/pull/1079](https://togithub.com/Quick/Nimble/pull/1079) - Fix all swiftlint warnings by [@​younata](https://togithub.com/younata) in [https://github.com/Quick/Nimble/pull/1085](https://togithub.com/Quick/Nimble/pull/1085) **Full Changelog**: https://github.com/Quick/Nimble/compare/v12.2.0...v12.3.0
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com> --- examples/nimble_example/Package.resolved | 4 ++-- examples/nimble_example/Package.swift | 2 +- examples/nimble_example/swift_deps.bzl | 2 +- examples/nimble_example/swift_deps_index.json | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/nimble_example/Package.resolved b/examples/nimble_example/Package.resolved index 06778be8c..edbe22fae 100644 --- a/examples/nimble_example/Package.resolved +++ b/examples/nimble_example/Package.resolved @@ -23,8 +23,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/Quick/Nimble", "state" : { - "revision" : "f552a16f434eef1f18b62985172489f41d37a18e", - "version" : "12.2.0" + "revision" : "edaedc1ec86f14ac6e2ca495b94f0ff7150d98d0", + "version" : "12.3.0" } }, { diff --git a/examples/nimble_example/Package.swift b/examples/nimble_example/Package.swift index 23414b131..30335138b 100644 --- a/examples/nimble_example/Package.swift +++ b/examples/nimble_example/Package.swift @@ -11,7 +11,7 @@ let package = Package( ), .package( url: "https://github.com/Quick/Nimble", - from: "12.2.0" + from: "12.3.0" ), ], targets: [ diff --git a/examples/nimble_example/swift_deps.bzl b/examples/nimble_example/swift_deps.bzl index 40341e40a..c0d515621 100644 --- a/examples/nimble_example/swift_deps.bzl +++ b/examples/nimble_example/swift_deps.bzl @@ -20,7 +20,7 @@ def swift_dependencies(): # version: 10.0.0 swift_package( name = "swiftpkg_nimble", - commit = "f552a16f434eef1f18b62985172489f41d37a18e", + commit = "edaedc1ec86f14ac6e2ca495b94f0ff7150d98d0", dependencies_index = "@//:swift_deps_index.json", remote = "https://github.com/Quick/Nimble", ) diff --git a/examples/nimble_example/swift_deps_index.json b/examples/nimble_example/swift_deps_index.json index 934932380..b2c138b60 100644 --- a/examples/nimble_example/swift_deps_index.json +++ b/examples/nimble_example/swift_deps_index.json @@ -144,9 +144,9 @@ "name": "swiftpkg_nimble", "identity": "nimble", "remote": { - "commit": "f552a16f434eef1f18b62985172489f41d37a18e", + "commit": "edaedc1ec86f14ac6e2ca495b94f0ff7150d98d0", "remote": "https://github.com/Quick/Nimble", - "version": "12.2.0" + "version": "12.3.0" } }, {