Added: CasePathIterable and CasePathReflectable protocols for abstracting over all of a type's case paths, as well as an enum's given case path (pointfreeco/swift-case-paths#173).
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.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the swift-dependencies group with 2 updates: github.com/pointfreeco/swift-case-paths and github.com/pointfreeco/swift-snapshot-testing.
Updates
github.com/pointfreeco/swift-case-paths
from 1.4.2 to 1.5.0Release notes
Sourced from github.com/pointfreeco/swift-case-paths's releases.
Commits
b9ad266
AddCasePathIterable
andCasePathReflectable
protocols (#173)57580dd
Point toswiftlang/swift-syntax
(#177)cdef49d
Add .editorconfig for consistent code formatting (#176)2c6218b
Update Package.swift for SwiftSyntax 601-prerelease (#175)44506d0
Clean up old#if
conditions (#174)59ab7db
Drop support for Swift <5.9 (#172)b893b62
Run swift-formatefe0940
Swift 6 Language Mode (#168)a45dff3
Update .spi.yml65a41f6
MakeOptional
/Result
more consistent with macro-generated code (#166)Updates
github.com/pointfreeco/swift-snapshot-testing
from 1.17.1 to 1.17.2Release notes
Sourced from github.com/pointfreeco/swift-snapshot-testing's releases.
Commits
c097f95
Point updated packages to swiftlang organization (#873)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show