[Renovate] Update dependency pointfreeco/swift-snapshot-testing to v1.17.6 #380
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:
1.15.3
->1.17.6
Release Notes
pointfreeco/swift-snapshot-testing (pointfreeco/swift-snapshot-testing)
v1.17.6
Compare Source
What's Changed
Full Changelog: pointfreeco/swift-snapshot-testing@1.17.5...1.17.6
v1.17.5
Compare Source
What's Changed
New Contributors
Full Changelog: pointfreeco/swift-snapshot-testing@1.17.4...1.17.5
v1.17.4
Compare Source
What's Changed
Full Changelog: pointfreeco/swift-snapshot-testing@1.17.3...1.17.4
v1.17.3
Compare Source
What's Changed
failed
record mode now properly re-records inline snapshots (https://github.com/pointfreeco/swift-snapshot-testing/pull/874).assertSnapshot
from a Swift Testing test (https://github.com/pointfreeco/swift-snapshot-testing/pull/884).Full Changelog: pointfreeco/swift-snapshot-testing@1.17.2...1.17.3
v1.17.2
Compare Source
What's Changed
Full Changelog: pointfreeco/swift-snapshot-testing@1.17.1...1.17.2
v1.17.1
Compare Source
What's Changed
Full Changelog: pointfreeco/swift-snapshot-testing@1.17.0...1.17.1
v1.17.0
Compare Source
What's Changed
See the migration guide for more information.
Added: Beta support for Swift Testing, and other improvements. by @mbrandonw in https://github.com/pointfreeco/swift-snapshot-testing/pull/867
Added: A
Record
mode has been introduced that can be configured with one of four states (.all
,.failed
,.missing
,.never
) instead of just theisRecording
boolean (thanks @NachoSoto, https://github.com/pointfreeco/swift-snapshot-testing/pull/768).Added:
diffTool
can now be configured with a closure that is passed the old and new diff paths in order to output a custom format (thanks @js, https://github.com/pointfreeco/swift-snapshot-testing/pull/840).Added: Allow
isRecording
default value to be configured usingSNAPSHOT_TESTING_RECORD
env var (thanks @tgrapperon, https://github.com/pointfreeco/swift-snapshot-testing/pull/862).This can be configured with any of the record modes introduced in this version, e.g.
SNAPSHOT_TESTING_RECORD=failed
.Infrastructure: Add
.editorconfig
for consistent code formatting (thanks @Matejkob, https://github.com/pointfreeco/swift-snapshot-testing/pull/864).New Contributors
Full Changelog: pointfreeco/swift-snapshot-testing@1.16.2...1.17.0
v1.16.2
Compare Source
What's Changed
Full Changelog: pointfreeco/swift-snapshot-testing@1.16.1...1.16.2
v1.16.1
Compare Source
What's Changed
ViewImageConfig
sendable (thanks @Mika5652, https://github.com/pointfreeco/swift-snapshot-testing/pull/850).New Contributors
Full Changelog: pointfreeco/swift-snapshot-testing@1.16.0...1.16.1
v1.16.0
Compare Source
What's Changed
New Contributors
Full Changelog: pointfreeco/swift-snapshot-testing@1.15.4...1.16.0
v1.15.4
Compare Source
What's Changed
Full Changelog: pointfreeco/swift-snapshot-testing@1.15.3...1.15.4
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 is behind base branch, 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.