Fixed: @CasePathable enums with associated values of Element no longer conflict with macro-generated case path iteration (pointfreeco/swift-case-paths#183).
Fixed: More warnings related to @CasePathable enums containing empty/uninhabited enums have been silenced (pointfreeco/swift-case-paths#184).
fixes the disambigutation link for ServiceContextKey.nameOverride - minor updates and tightening of grammar by @heckj in apple/swift-service-context#42
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/apple/swift-service-context.
Updates
github.com/pointfreeco/swift-case-paths
from 1.5.1 to 1.5.2Release notes
Sourced from github.com/pointfreeco/swift-case-paths's releases.
Commits
12bc5b9
Use Point-Free syntax to avoid uninhabited warnings (#184)a774223
Run swift-format0a0403b
Fix@CasePathable
when using Element generic. (#183)Updates
github.com/apple/swift-service-context
from 1.0.0 to 1.1.0Release notes
Sourced from github.com/apple/swift-service-context's releases.
Commits
0c62c5b
Update package to support Swift 6.0; Drop older than 5.7 (#44)89b1cd2
Update README.md927d195
Update supported versions9b31f49
Add CI for Swift 5.104d5b5ac
- fixes the disambigutation link for ServiceContextKey.nameOverride - minor u...e54f52e
Enable strict concurrency checking in CIDependabot 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