-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency pointfreeco/swift-dependencies to from: "1.8.0" #87
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/pointfreeco-swift-dependencies-1.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7ec992b
to
e554434
Compare
e554434
to
5d0bf7a
Compare
5d0bf7a
to
ecc806e
Compare
b387206
to
f6ee9d6
Compare
f6ee9d6
to
aea178b
Compare
aea178b
to
92950ef
Compare
92950ef
to
06406ef
Compare
06406ef
to
f2607de
Compare
f2607de
to
dfa897c
Compare
dfa897c
to
00d5765
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
from: "1.3.9"
->from: "1.8.0"
Release Notes
pointfreeco/swift-dependencies (pointfreeco/swift-dependencies)
v1.8.0
Compare Source
What's Changed
Added: Test trait enhancements (https://github.com/pointfreeco/swift-dependencies/pull/342, https://github.com/pointfreeco/swift-dependencies/pull/344).
The
.dependencies
and.dependency
test traits now use Swift 6.1'sTestScoping
when available, leading to more reliable dependency injection.The
.dependencies
trait can also now be used in a "bare" fashion on a base test suite to ensure all tests are given a unique set of dependencies by default:Fixed: Avoid test data race in dependency cache (https://github.com/pointfreeco/swift-dependencies/pull/303).
Infrastructure: Update .spi.yml (thanks @finestructure, https://github.com/pointfreeco/swift-dependencies/pull/336).
Infrastructure: Add Swift 6.0 to Linux test matrix (thanks @finestructure, https://github.com/pointfreeco/swift-dependencies/pull/303).
Infrastructure: Added tests for
prepareDependencies
and updated docs (https://github.com/pointfreeco/swift-dependencies/pull/337)Full Changelog: pointfreeco/swift-dependencies@1.7.0...1.8.0
v1.7.0
Compare Source
What's Changed
prepareDependencies
now propagates its return value (https://github.com/pointfreeco/swift-dependencies/pull/332).Full Changelog: pointfreeco/swift-dependencies@1.6.4...1.7.0
v1.6.4
Compare Source
What's Changed
prepareDependencies
due to a quirk of Xcode previews that allows dependencies to bleed across previews when multiple are contained in the same file (https://github.com/pointfreeco/swift-dependencies/pull/323).prepareDependencies
to override the full dependency context (https://github.com/pointfreeco/swift-dependencies/pull/327). This can be useful for running an Xcode preview using live dependencies:New Contributors
Full Changelog: pointfreeco/swift-dependencies@1.6.3...1.6.4
v1.6.3
Compare Source
What's Changed
New Contributors
Full Changelog: pointfreeco/swift-dependencies@1.6.2...1.6.3
v1.6.2
Compare Source
What's Changed
Full Changelog: pointfreeco/swift-dependencies@1.6.1...1.6.2
v1.6.1
Compare Source
What's Changed
Full Changelog: pointfreeco/swift-dependencies@1.6.0...1.6.1
v1.6.0
Compare Source
What's Changed
.dependency(Value.self)
to test and preview traits (https://github.com/pointfreeco/swift-dependencies/pull/313).Full Changelog: pointfreeco/swift-dependencies@1.5.2...1.6.0
v1.5.2
Compare Source
What's Changed
Full Changelog: pointfreeco/swift-dependencies@1.5.1...1.5.2
v1.5.1
Compare Source
What's Changed
Full Changelog: pointfreeco/swift-dependencies@1.5.0...1.5.1
v1.5.0
Compare Source
What's Changed
prepareDependencies
(https://github.com/pointfreeco/swift-dependencies/pull/288). This API allows you to prepare dependencies globally at the entry point of your application. For Example:withDependencies
update closure are now cached eagerly (https://github.com/pointfreeco/swift-dependencies/pull/287).New Contributors
Full Changelog: pointfreeco/swift-dependencies@1.4.1...1.5.0
v1.4.1
Compare Source
What's Changed
IssueReportingTestSupport
inDependenciesTestSupport
to ensure a@Test
or@Suite
using the.dependency
trait is applying the given dependency in an Xcode app target's@Test
s (https://github.com/pointfreeco/swift-dependencies/pull/278).README
(thanks @mltbnz, https://github.com/pointfreeco/swift-dependencies/pull/275).Package.swift
(thanks @shimastripe, https://github.com/pointfreeco/swift-dependencies/pull/276).New Contributors
Full Changelog: pointfreeco/swift-dependencies@1.4.0...1.4.1
v1.4.0
Compare Source
What's Changed
#Preview
and@Test
traits for overriding dependencies (https://github.com/pointfreeco/swift-dependencies/pull/274).Full Changelog: pointfreeco/swift-dependencies@1.3.9...1.4.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.