Skip to content

Commit fe55d14

Browse files
chore(deps): update dependency quick/nimble to from: "13.4.0" (#1211)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [Quick/Nimble](https://togithub.com/Quick/Nimble) | minor | `from: "13.3.0"` -> `from: "13.4.0"` | --- ### Release Notes <details> <summary>Quick/Nimble (Quick/Nimble)</summary> ### [`v13.4.0`](https://togithub.com/Quick/Nimble/releases/tag/v13.4.0) [Compare Source](https://togithub.com/Quick/Nimble/compare/v13.3.0...v13.4.0) #### What's Changed - Bump rexml from 3.2.6 to 3.2.8 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/Quick/Nimble/pull/1143](https://togithub.com/Quick/Nimble/pull/1143) - BeLogical: fix retroactive conformance error. by [@&#8203;TomerHacohen](https://togithub.com/TomerHacohen) in [https://github.com/Quick/Nimble/pull/1149](https://togithub.com/Quick/Nimble/pull/1149) - Add a matcher to negate a passed in matcher by [@&#8203;younata](https://togithub.com/younata) in [https://github.com/Quick/Nimble/pull/1151](https://togithub.com/Quick/Nimble/pull/1151) #### New Contributors - [@&#8203;TomerHacohen](https://togithub.com/TomerHacohen) made their first contribution in [https://github.com/Quick/Nimble/pull/1149](https://togithub.com/Quick/Nimble/pull/1149) **Full Changelog**: Quick/Nimble@v13.3.0...v13.4.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:eyJjcmVhdGVkSW5WZXIiOiIzOC41NS4wIiwidXBkYXRlZEluVmVyIjoiMzguNTUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com>
1 parent 3047e91 commit fe55d14

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

0 commit comments

Comments
 (0)