kiwicom / orbit-swiftui

Kiwi.com Orbit design system library
MIT License
128 stars 21 forks source link

chore(deps): update dependency pointfreeco/swift-snapshot-testing to from: "1.17.2" #811

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
pointfreeco/swift-snapshot-testing minor from: "1.16.1" -> from: "1.17.2"

Release Notes

pointfreeco/swift-snapshot-testing (pointfreeco/swift-snapshot-testing) ### [`v1.17.2`](https://togithub.com/pointfreeco/swift-snapshot-testing/releases/tag/1.17.2) [Compare Source](https://togithub.com/pointfreeco/swift-snapshot-testing/compare/1.17.1...1.17.2) #### What's Changed - Fixed: SwiftSyntax dependency has been updated to point to the new swiftlang organization on GitHub, preventing warnings when used with other libraries targeting the same updated organization. **Full Changelog**: https://github.com/pointfreeco/swift-snapshot-testing/compare/1.17.1...1.17.2 ### [`v1.17.1`](https://togithub.com/pointfreeco/swift-snapshot-testing/releases/tag/1.17.1) [Compare Source](https://togithub.com/pointfreeco/swift-snapshot-testing/compare/1.17.0...1.17.1) #### What's Changed - Fixed: Xcode 16 beta 3 support for Swift Testing ([https://github.com/pointfreeco/swift-snapshot-testing/pull/869](https://togithub.com/pointfreeco/swift-snapshot-testing/pull/869)). **Full Changelog**: https://github.com/pointfreeco/swift-snapshot-testing/compare/1.17.0...1.17.1 ### [`v1.17.0`](https://togithub.com/pointfreeco/swift-snapshot-testing/releases/tag/1.17.0) [Compare Source](https://togithub.com/pointfreeco/swift-snapshot-testing/compare/1.16.2...1.17.0) #### What's Changed See [the migration guide](https://togithub.com/pointfreeco/swift-snapshot-testing/blob/main/Sources/SnapshotTesting/Documentation.docc/Articles/MigrationGuides/MigratingTo1.17.md) for more information. - Added: Beta support for Swift Testing, and other improvements. by [@​mbrandonw](https://togithub.com/mbrandonw) in [https://github.com/pointfreeco/swift-snapshot-testing/pull/867](https://togithub.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 the `isRecording` boolean (thanks [@​NachoSoto](https://togithub.com/NachoSoto), [https://github.com/pointfreeco/swift-snapshot-testing/pull/768](https://togithub.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://togithub.com/js), [https://github.com/pointfreeco/swift-snapshot-testing/pull/840](https://togithub.com/pointfreeco/swift-snapshot-testing/pull/840)). - Added: Allow `isRecording` default value to be configured using `SNAPSHOT_TESTING_RECORD` env var (thanks [@​tgrapperon](https://togithub.com/tgrapperon), [https://github.com/pointfreeco/swift-snapshot-testing/pull/862](https://togithub.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://togithub.com/Matejkob), [https://github.com/pointfreeco/swift-snapshot-testing/pull/864](https://togithub.com/pointfreeco/swift-snapshot-testing/pull/864)). #### New Contributors - [@​Matejkob](https://togithub.com/Matejkob) made their first contribution in [https://github.com/pointfreeco/swift-snapshot-testing/pull/864](https://togithub.com/pointfreeco/swift-snapshot-testing/pull/864) - [@​tgrapperon](https://togithub.com/tgrapperon) made their first contribution in [https://github.com/pointfreeco/swift-snapshot-testing/pull/862](https://togithub.com/pointfreeco/swift-snapshot-testing/pull/862) - [@​js](https://togithub.com/js) made their first contribution in [https://github.com/pointfreeco/swift-snapshot-testing/pull/840](https://togithub.com/pointfreeco/swift-snapshot-testing/pull/840) **Full Changelog**: https://github.com/pointfreeco/swift-snapshot-testing/compare/1.16.2...1.17.0 ### [`v1.16.2`](https://togithub.com/pointfreeco/swift-snapshot-testing/releases/tag/1.16.2) [Compare Source](https://togithub.com/pointfreeco/swift-snapshot-testing/compare/1.16.1...1.16.2) #### What's Changed - Fixed: Update Package.swift for SwiftSyntax 601-prerelease in [https://github.com/pointfreeco/swift-snapshot-testing/pull/861](https://togithub.com/pointfreeco/swift-snapshot-testing/pull/861) **Full Changelog**: https://github.com/pointfreeco/swift-snapshot-testing/compare/1.16.1...1.16.2

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 has been generated by Mend Renovate. View repository job log here.