Skip to content

Commit

Permalink
chore(deps): update dependency quick/nimble to from: "13.1.2" (#840)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [Quick/Nimble](https://github.com/Quick/Nimble) | patch | `from:
"13.1.1"` -> `from: "13.1.2"` |

---

### Release Notes

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

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

[Compare
Source](https://github.com/Quick/Nimble/compare/v13.1.1...v13.1.2)

#### What's Changed

- Fix cocoapods dependencies by
[@&#8203;svenmuennich](https://github.com/svenmuennich) in
[https://github.com/Quick/Nimble/pull/1111](https://github.com/Quick/Nimble/pull/1111)

**Full Changelog**:
Quick/Nimble@v13.1.1...v13.1.2

</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://github.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://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM2LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
Co-authored-by: Chuck Grindel <chuck.grindel@gmail.com>
  • Loading branch information
3 people authored Jan 6, 2024
1 parent 93d318f commit 5380962
Show file tree
Hide file tree
Showing 4 changed files with 175 additions and 5 deletions.
170 changes: 170 additions & 0 deletions 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" : "f0b14e200e39921d1df720e305f11ca6acb72a17",
"version" : "13.1.1"
"revision" : "437d2a6d35b835adaae2a0cac49efe02ef4e0f35",
"version" : "13.1.2"
}
},
{
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.1.1"
from: "13.1.2"
),
],
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 @@ -165,9 +165,9 @@
"name": "swiftpkg_nimble",
"identity": "nimble",
"remote": {
"commit": "f0b14e200e39921d1df720e305f11ca6acb72a17",
"commit": "437d2a6d35b835adaae2a0cac49efe02ef4e0f35",
"remote": "https://github.com/Quick/Nimble",
"version": "13.1.1"
"version": "13.1.2"
}
},
{
Expand Down

0 comments on commit 5380962

Please sign in to comment.