From 5b54a6a4ed317759a1dd2860397656e9698a3ee8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 11:43:51 -0400 Subject: [PATCH] Update dependency pointfreeco/swift-snapshot-testing to from: "1.14.0" (#166) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pointfreeco/swift-snapshot-testing](https://togithub.com/pointfreeco/swift-snapshot-testing) | minor | `from: "1.13.0"` -> `from: "1.14.0"` | --- ### Release Notes
pointfreeco/swift-snapshot-testing (pointfreeco/swift-snapshot-testing) ### [`v1.14.0`](https://togithub.com/pointfreeco/swift-snapshot-testing/releases/tag/1.14.0) [Compare Source](https://togithub.com/pointfreeco/swift-snapshot-testing/compare/1.13.0...1.14.0) #### What's Changed - Added: Support for inline snapshot API migrations ([https://github.com/pointfreeco/swift-snapshot-testing/pull/779](https://togithub.com/pointfreeco/swift-snapshot-testing/pull/779)) - Updated: Pinned SwiftSyntax to 509.0.0 ([https://github.com/pointfreeco/swift-snapshot-testing/pull/774](https://togithub.com/pointfreeco/swift-snapshot-testing/pull/774)). - Fixed: Escape carriage returns explicitly in inline snapshots ([https://github.com/pointfreeco/swift-snapshot-testing/pull/772](https://togithub.com/pointfreeco/swift-snapshot-testing/pull/772)). - Infrastructure: CONTRIBUTING.md fixes (thanks [@​soo941226](https://togithub.com/soo941226), [https://github.com/pointfreeco/swift-snapshot-testing/pull/773](https://togithub.com/pointfreeco/swift-snapshot-testing/pull/773)). #### New Contributors - [@​soo941226](https://togithub.com/soo941226) made their first contribution in [https://github.com/pointfreeco/swift-snapshot-testing/pull/773](https://togithub.com/pointfreeco/swift-snapshot-testing/pull/773) **Full Changelog**: https://github.com/pointfreeco/swift-snapshot-testing/compare/1.13.0...1.14.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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/powerhome/PlaybookSwift). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index e81a084ad..ff530a247 100644 --- a/Package.swift +++ b/Package.swift @@ -20,7 +20,7 @@ let package = Package( .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.51.12"), .package( url: "https://github.com/pointfreeco/swift-snapshot-testing", - from: "1.13.0" + from: "1.14.0" ) ], targets: [