Skip to content

Commit

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

| Package | Update | Change |
|---|---|---|
| [Quick/Quick](https://togithub.com/Quick/Quick) | patch | `from:
"7.4.0"` -> `from: "7.4.1"` |

---

### Release Notes

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

### [`v7.4.1`](https://togithub.com/Quick/Quick/releases/tag/v7.4.1)

[Compare
Source](https://togithub.com/Quick/Quick/compare/v7.4.0...v7.4.1)

#### 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/Quick/pull/1265](https://togithub.com/Quick/Quick/pull/1265)
- Corrected typo in document by
[@&#8203;regi93](https://togithub.com/regi93) in
[https://github.com/Quick/Quick/pull/1267](https://togithub.com/Quick/Quick/pull/1267)
- Bump cocoapods from 1.15.0 to 1.15.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/Quick/Quick/pull/1269](https://togithub.com/Quick/Quick/pull/1269)
- Respect XCTSkip and StopTest errors in beforeEach, afterEach and
aroundEach by [@&#8203;younata](https://togithub.com/younata) in
[https://github.com/Quick/Quick/pull/1273](https://togithub.com/Quick/Quick/pull/1273)

#### New Contributors

- [@&#8203;regi93](https://togithub.com/regi93) made their first
contribution in
[https://github.com/Quick/Quick/pull/1267](https://togithub.com/Quick/Quick/pull/1267)

**Full Changelog**:
Quick/Quick@v7.4.0...v7.4.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 Mar 7, 2024
1 parent 32d9eae commit 3ad39ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/nimble_example/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Quick/Quick",
"state" : {
"revision" : "a9e6c24033a25e158384d523a556c0b96c44a839",
"version" : "7.4.0"
"revision" : "6d01974d236f598633cac58280372c0c8cfea5bc",
"version" : "7.4.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 @@ -7,7 +7,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/Quick/Quick",
from: "7.4.0"
from: "7.4.1"
),
.package(
url: "https://github.com/Quick/Nimble",
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 @@ -142,9 +142,9 @@
"name": "swiftpkg_quick",
"identity": "quick",
"remote": {
"commit": "a9e6c24033a25e158384d523a556c0b96c44a839",
"commit": "6d01974d236f598633cac58280372c0c8cfea5bc",
"remote": "https://github.com/Quick/Quick",
"version": "7.4.0"
"version": "7.4.1"
}
}
]
Expand Down

0 comments on commit 3ad39ad

Please sign in to comment.