Skip to content

Commit

Permalink
chore(deps): update dependency quick/nimble to from: "13.4.0" (#1211)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
1 parent 3047e91 commit fe55d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nimble_example/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let package = Package(
),
.package(
url: "https://github.com/Quick/Nimble",
from: "13.3.0"
from: "13.4.0"
),
],
targets: [
Expand Down

0 comments on commit fe55d14

Please sign in to comment.