Skip to content

Swift: Bump the swift-dependencies group with 3 updates #3022

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 2024

Bumps the swift-dependencies group with 3 updates: github.com/pointfreeco/swift-case-paths, github.com/vapor/fluent-kit and github.com/vapor/postgres-kit.

Updates github.com/pointfreeco/swift-case-paths from 1.3.2 to 1.3.3

Release notes

Sourced from github.com/pointfreeco/swift-case-paths's releases.

1.3.3

What's Changed

  • Fixed: Addressed an issue in which optionalValue.is(\Wrapped.Cases.case) would return true for non-matching cases due to an optional promotion bug (pointfreeco/swift-case-paths#157).

Full Changelog: pointfreeco/swift-case-paths@1.3.2...1.3.3

Commits

Updates github.com/vapor/fluent-kit from 1.47.3 to 1.48.1

Release notes

Sourced from github.com/vapor/fluent-kit's releases.

1.48.1 - Restore support for pre-Concurrency migrations

What's Changed

Restore support for pre-Concurrency migrations by @​gwynne in #603

Reverts and tweaks a few of the changes in the recent Sendable update in order to (hopefully) restore functionality for users still using legacy (pre-Concurrency) app entry points.

Fixes #602. (Hopefully.)

This patch was released by @​gwynne

Full Changelog: vapor/fluent-kit@1.48.0...1.48.1

1.48.0 - Primary Sendable support for Fluent

What's Changed

Primary Sendable support for Fluent by @​gwynne in #601

Adds as much Sendable correctness to FluentKit as it is possible to add.

[!IMPORTANT] It was not possible to make Model correctly Sendable due to limitations of how property wrappers work, even though the wrappers themselves are Sendable. Users can get around this by adding @unchecked Sendable to each individual Model class, but this of course does not confer actual safety; it just disables the compiler’s warnings.

Also adds some missing APIs to FluentSQL to allow encoding Fluent models to SQLKit queries. The existing APIs for decoding Fluent models from SQLKit queries have been renamed, and the old names deprecated.

Other changes:

  • The performance improvements for Mirror are now used in Swift 5.10
  • QueryHistory is no longer thread-unsafe for reading
  • The minimum supported Swift version is now 5.8
  • SomeCodingKey is now an alias for SQLKit’s version
This patch was released by @​gwynne

Full Changelog: vapor/fluent-kit@1.47.3...1.48.0

Commits

Updates github.com/vapor/postgres-kit from 2.13.1 to 2.13.2

Release notes

Sourced from github.com/vapor/postgres-kit's releases.

2.13.2 - Fix package manifest

What's Changed

Fix package manifest by @​gwynne in #262

The Package.swift for PostgresKit incorrectly specified the ExistentialAny feature with Swift 5.8. Add a 5.9 manifest to specify it for 5.9 and later.

This patch was released by @​gwynne

Full Changelog: vapor/postgres-kit@2.13.1...2.13.2

Commits

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the swift-dependencies group with 3 updates: [github.com/pointfreeco/swift-case-paths](https://github.com/pointfreeco/swift-case-paths), [github.com/vapor/fluent-kit](https://github.com/vapor/fluent-kit) and [github.com/vapor/postgres-kit](https://github.com/vapor/postgres-kit).


Updates `github.com/pointfreeco/swift-case-paths` from 1.3.2 to 1.3.3
- [Release notes](https://github.com/pointfreeco/swift-case-paths/releases)
- [Commits](pointfreeco/swift-case-paths@1.3.2...1.3.3)

Updates `github.com/vapor/fluent-kit` from 1.47.3 to 1.48.1
- [Release notes](https://github.com/vapor/fluent-kit/releases)
- [Commits](vapor/fluent-kit@1.47.3...1.48.1)

Updates `github.com/vapor/postgres-kit` from 2.13.1 to 2.13.2
- [Release notes](https://github.com/vapor/postgres-kit/releases)
- [Commits](vapor/postgres-kit@2.13.1...2.13.2)

---
updated-dependencies:
- dependency-name: github.com/pointfreeco/swift-case-paths
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: swift-dependencies
- dependency-name: github.com/vapor/fluent-kit
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: swift-dependencies
- dependency-name: github.com/vapor/postgres-kit
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: swift-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update Swift_package_manager code labels Apr 29, 2024
@cla-bot cla-bot bot added the cla-signed label Apr 29, 2024
@finestructure
Copy link
Member

This build failure needs fixing upstream, Gwynne is looking into it.

@finestructure
Copy link
Member

vapor/sql-kit#177

@finestructure
Copy link
Member

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 29, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 29, 2024
@dependabot dependabot bot deleted the dependabot/swift/swift-dependencies-d7961fdbad branch April 29, 2024 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update Swift_package_manager code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant