Update dependency pointfreeco/swift-dependencies to from: "1.6.4" #87
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.6.4"
Release Notes
pointfreeco/swift-dependencies (pointfreeco/swift-dependencies)
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.