Skip to content

Commit

Permalink
chore(deps): update dependency quick/nimble to from: "12.2.0" (#540)
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:
"12.1.0"` -> `from: "12.2.0"` |

---

### Release Notes

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

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

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

### Highlights

the `equal` matcher now supports arrays of tuples. For example:

```swift
expect([
    (1, 2),
    (3, 4)
]).to(equal([
    (1, 2),
    (3, 4)
]))
```

Thanks [@&#8203;faroman](https://togithub.com/faroman) for their
contribution!

### Automatically Generated Release Notes

#### What's Changed

- Fix typo in README.md by
[@&#8203;nemesis](https://togithub.com/nemesis) in
[https://github.com/Quick/Nimble/pull/1066](https://togithub.com/Quick/Nimble/pull/1066)
- Equal predicate for array of tuples by
[@&#8203;faroman](https://togithub.com/faroman) in
[https://github.com/Quick/Nimble/pull/1065](https://togithub.com/Quick/Nimble/pull/1065)

#### New Contributors

- [@&#8203;nemesis](https://togithub.com/nemesis) made their first
contribution in
[https://github.com/Quick/Nimble/pull/1066](https://togithub.com/Quick/Nimble/pull/1066)
- [@&#8203;faroman](https://togithub.com/faroman) made their first
contribution in
[https://github.com/Quick/Nimble/pull/1065](https://togithub.com/Quick/Nimble/pull/1065)

**Full Changelog**:
Quick/Nimble@v12.1.0...v12.2.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:eyJjcmVhdGVkSW5WZXIiOiIzNi41Ny4yIiwidXBkYXRlZEluVmVyIjoiMzYuNTcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

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 Aug 24, 2023
1 parent cb668b4 commit ed34a13
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 29 deletions.
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" : "831000dd1939bc2096df572c5fd156f41d858bfa",
"version" : "12.1.0"
"revision" : "f552a16f434eef1f18b62985172489f41d37a18e",
"version" : "12.2.0"
}
},
{
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: "12.1.0"
from: "12.2.0"
),
],
targets: [
Expand Down
1 change: 0 additions & 1 deletion examples/nimble_example/Sources/NimbleExample/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ swift_test(
module_name = "NimbleExample",
deps = [
"@swiftpkg_nimble//:Sources_Nimble",
"@swiftpkg_nimble//:Sources_NimbleObjectiveC",
"@swiftpkg_quick//:Sources_Quick",
],
)
2 changes: 1 addition & 1 deletion examples/nimble_example/swift_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def swift_dependencies():
# version: 10.0.0
swift_package(
name = "swiftpkg_nimble",
commit = "831000dd1939bc2096df572c5fd156f41d858bfa",
commit = "f552a16f434eef1f18b62985172489f41d37a18e",
dependencies_index = "@//:swift_deps_index.json",
remote = "https://github.com/Quick/Nimble",
)
Expand Down
27 changes: 3 additions & 24 deletions examples/nimble_example/swift_deps_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,6 @@
"Nimble"
]
},
{
"name": "NimbleObjectiveC",
"c99name": "NimbleObjectiveC",
"src_type": "objc",
"label": "@swiftpkg_nimble//:Sources_NimbleObjectiveC",
"package_identity": "nimble",
"product_memberships": [
"Nimble"
]
},
{
"name": "Quick",
"c99name": "Quick",
Expand All @@ -86,16 +76,6 @@
"product_memberships": [
"Quick"
]
},
{
"name": "QuickObjCRuntime",
"c99name": "QuickObjCRuntime",
"src_type": "objc",
"label": "@swiftpkg_quick//:Sources_QuickObjCRuntime",
"package_identity": "quick",
"product_memberships": [
"Quick"
]
}
],
"products": [
Expand Down Expand Up @@ -129,8 +109,7 @@
"name": "Nimble",
"type": "library",
"target_labels": [
"@swiftpkg_nimble//:Sources_Nimble",
"@swiftpkg_nimble//:Sources_NimbleObjectiveC"
"@swiftpkg_nimble//:Sources_Nimble"
]
},
{
Expand Down Expand Up @@ -165,9 +144,9 @@
"name": "swiftpkg_nimble",
"identity": "nimble",
"remote": {
"commit": "831000dd1939bc2096df572c5fd156f41d858bfa",
"commit": "f552a16f434eef1f18b62985172489f41d37a18e",
"remote": "https://github.com/Quick/Nimble",
"version": "12.1.0"
"version": "12.2.0"
}
},
{
Expand Down

0 comments on commit ed34a13

Please sign in to comment.