Skip to content

Commit

Permalink
chore(deps): update dependency quick/nimble to from: "13.2.1" (#935)
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) | patch | `from:
"13.2.0"` -> `from: "13.2.1"` |

---

### Release Notes

<details>
<summary>Quick/Nimble (Quick/Nimble)</summary>

### [`v13.2.1`](https://togithub.com/Quick/Nimble/releases/tag/v13.2.1)

[Compare
Source](https://togithub.com/Quick/Nimble/compare/v13.2.0...v13.2.1)

Note: This version is not yet available in Cocoapods.

#### What's Changed

- Bump cocoapods from 1.14.3 to 1.15.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/Quick/Nimble/pull/1116](https://togithub.com/Quick/Nimble/pull/1116)
- Bump cocoapods from 1.15.0 to 1.15.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/Quick/Nimble/pull/1119](https://togithub.com/Quick/Nimble/pull/1119)
- Fix bug where expect(nil).toAlways(equal(0)) would erroneously pass by
[@&#8203;younata](https://togithub.com/younata) in
[https://github.com/Quick/Nimble/pull/1121](https://togithub.com/Quick/Nimble/pull/1121)

**Full Changelog**:
Quick/Nimble@v13.2.0...v13.2.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://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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM2LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
  • Loading branch information
cgrindel-self-hosted-renovate[bot] and Self-hosted Renovate Bot authored Feb 26, 2024
1 parent 7cfefe4 commit dc44d59
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
42 changes: 21 additions & 21 deletions examples/nimble_example/MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/nimble_example/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Quick/Nimble",
"state" : {
"revision" : "c1f3dd66222d5e7a1a20afc237f7e7bc432c564f",
"version" : "13.2.0"
"revision" : "efe11bbca024b57115260709b5c05e01131470d0",
"version" : "13.2.1"
}
},
{
Expand Down
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.2.0"
from: "13.2.1"
),
],
targets: [
Expand Down
4 changes: 2 additions & 2 deletions examples/nimble_example/swift_deps_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@
"name": "swiftpkg_nimble",
"identity": "nimble",
"remote": {
"commit": "c1f3dd66222d5e7a1a20afc237f7e7bc432c564f",
"commit": "efe11bbca024b57115260709b5c05e01131470d0",
"remote": "https://github.com/Quick/Nimble",
"version": "13.2.0"
"version": "13.2.1"
}
},
{
Expand Down

0 comments on commit dc44d59

Please sign in to comment.