Skip to content

Commit

Permalink
chore(deps): update dependency quick/quick to from: "7.5.0" (#980)
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) | minor | `from:
"7.4.1"` -> `from: "7.5.0"` |

---

### Release Notes

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

### [`v7.5.0`](https://togithub.com/Quick/Quick/releases/tag/v7.5.0): -
Pending tests are now marked as Skipped in Xcode

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

#### Highlights

- Any tests which are pended-out (using `pending`, `xdescribe`,
`xcontext`, `xitBehavesLike`, or `xit`), OR tests which are skipped
because they are not focused (that is, the **other** tests when you use
`fdescribe`, `fcontext`, `fitBehavesLike` or `fit`) are now marked as
skipped in Xcode.

#### Automated Changelog

- Bump softprops/action-gh-release from 1 to 2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[Quick/Quick#1274
- Mark tested which are pended-out or not focused as skipped. by
[@&#8203;younata](https://togithub.com/younata) in
[Quick/Quick#1276

**Full Changelog**:
Quick/Quick@v7.4.1...v7.5.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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

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 committed Mar 25, 2024
1 parent 3a4b25f commit 967d516
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
Expand Up @@ -32,8 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Quick/Quick",
"state" : {
"revision" : "6d01974d236f598633cac58280372c0c8cfea5bc",
"version" : "7.4.1"
"revision" : "26529ff2209c40ae50fd642b031f930d9d68ea02",
"version" : "7.5.0"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion examples/nimble_example/Package.swift
Expand Up @@ -7,7 +7,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/Quick/Quick",
from: "7.4.1"
from: "7.5.0"
),
.package(
url: "https://github.com/Quick/Nimble",
Expand Down
4 changes: 2 additions & 2 deletions examples/nimble_example/swift_deps_index.json
Expand Up @@ -142,9 +142,9 @@
"name": "swiftpkg_quick",
"identity": "quick",
"remote": {
"commit": "6d01974d236f598633cac58280372c0c8cfea5bc",
"commit": "26529ff2209c40ae50fd642b031f930d9d68ea02",
"remote": "https://github.com/Quick/Quick",
"version": "7.4.1"
"version": "7.5.0"
}
}
]
Expand Down

0 comments on commit 967d516

Please sign in to comment.