Skip to content

Commit

Permalink
chore(deps): update dependency vapor/fluent-sqlite-driver to v4.5.0 (#…
Browse files Browse the repository at this point in the history
…543)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[vapor/fluent-sqlite-driver](https://togithub.com/vapor/fluent-sqlite-driver)
| minor | `4.3.0` -> `4.5.0` |

---

### Release Notes

<details>
<summary>vapor/fluent-sqlite-driver
(vapor/fluent-sqlite-driver)</summary>

###
[`v4.5.0`](https://togithub.com/vapor/fluent-sqlite-driver/releases/tag/4.5.0):
- Update for the nested subpath changes in FluentKit

[Compare
Source](https://togithub.com/vapor/fluent-sqlite-driver/compare/4.4.0...4.5.0)

###### *This patch was authored and released by
[@&#8203;gwynne](https://togithub.com/gwynne).*


[vapor/fluent-kit#572](https://togithub.com/vapor/fluent-kit/issues/572)
takes advantage of the new support added to SQLKit in
[vapor/sql-kit#169](https://togithub.com/vapor/sql-kit/issues/169), so
remove the obsolete legacy support here.

Also does some minor tidying.

(Note: Since we now depend on a version of FluentKit that is multiple
minor versions newer than before, this must also be semver-minor.)
[https://github.com/vapor/fluent-sqlite-driver/pull/87](https://togithub.com/vapor/fluent-sqlite-driver/pull/87)

###
[`v4.4.0`](https://togithub.com/vapor/fluent-sqlite-driver/releases/tag/4.4.0):
Update min Swift version to 5.6 and make platform versions consistent

[Compare
Source](https://togithub.com/vapor/fluent-sqlite-driver/compare/4.3.1...4.4.0)

###### *This patch was authored and released by
[@&#8203;gwynne](https://togithub.com/gwynne).*

###
[`v4.3.1`](https://togithub.com/vapor/fluent-sqlite-driver/releases/tag/4.3.1):
Add experimental support for watchOS

[Compare
Source](https://togithub.com/vapor/fluent-sqlite-driver/compare/4.3.0...4.3.1)

###### *This patch was authored by
[@&#8203;hyouuu](https://togithub.com/hyouuu) and released by
[@&#8203;0xTim](https://togithub.com/0xTim).*

Adds watchOS adds a target platform to enable it to be built for that
platform.

**Note:** watchOS support is very much experimental and not currently a
supported platform, though there is no reason why it shouldn't work

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41Ny4zIiwidXBkYXRlZEluVmVyIjoiMzYuNTcuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
  • Loading branch information
cgrindel-self-hosted-renovate[bot] and Self-hosted Renovate Bot authored Aug 25, 2023
1 parent cb54646 commit beba2b1
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
20 changes: 10 additions & 10 deletions examples/vapor_example/swift/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/vapor/async-kit.git",
"state" : {
"revision" : "9acea4c92f51a5885c149904f0d11db4712dda80",
"version" : "1.16.0"
"revision" : "eab9edff78e8ace20bd7cb6e792ab46d54f59ab9",
"version" : "1.18.0"
}
},
{
Expand All @@ -41,17 +41,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/vapor/fluent-kit.git",
"state" : {
"revision" : "2d7dce5cb04156eecdb17e7349f4eac4206e8a17",
"version" : "1.42.4"
"revision" : "ccea9820fe31076f994f7c1c1d584009cad6bdb2",
"version" : "1.44.1"
}
},
{
"identity" : "fluent-sqlite-driver",
"kind" : "remoteSourceControl",
"location" : "https://github.com/vapor/fluent-sqlite-driver.git",
"state" : {
"revision" : "7f2a0b105e9cd22141dee220848d8739da6b7232",
"version" : "4.3.0"
"revision" : "138a546e3b7e33efa5362e05da2a0dec3a30534f",
"version" : "4.5.0"
}
},
{
Expand Down Expand Up @@ -86,8 +86,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/vapor/sqlite-kit.git",
"state" : {
"revision" : "c07d53044727db7edf8550c2e8ccfe1fa40177d2",
"version" : "4.2.0"
"revision" : "2b20fc0f4f6574f59dae402ccf0ed050c6790b43",
"version" : "4.3.1"
}
},
{
Expand Down Expand Up @@ -149,8 +149,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-log.git",
"state" : {
"revision" : "3e3ef75109d6801b2c44504e73f55f0dce6662c9",
"version" : "1.5.1"
"revision" : "532d8b529501fb73a2455b179e0bbb6d49b652ed",
"version" : "1.5.3"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/vapor_example/swift/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/vapor/vapor.git", exact: "4.79.0"),
.package(url: "https://github.com/vapor/fluent.git", exact: "4.8.0"),
.package(url: "https://github.com/vapor/fluent-sqlite-driver.git", exact: "4.3.0"),
.package(url: "https://github.com/vapor/fluent-sqlite-driver.git", exact: "4.5.0"),
]
)
10 changes: 5 additions & 5 deletions examples/vapor_example/swift/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def swift_dependencies():
# version: 1.16.0
swift_package(
name = "swiftpkg_async_kit",
commit = "9acea4c92f51a5885c149904f0d11db4712dda80",
commit = "eab9edff78e8ace20bd7cb6e792ab46d54f59ab9",
dependencies_index = "@//swift:deps_index.json",
remote = "https://github.com/vapor/async-kit.git",
)
Expand All @@ -36,15 +36,15 @@ def swift_dependencies():
# version: 1.36.1
swift_package(
name = "swiftpkg_fluent_kit",
commit = "2d7dce5cb04156eecdb17e7349f4eac4206e8a17",
commit = "ccea9820fe31076f994f7c1c1d584009cad6bdb2",
dependencies_index = "@//swift:deps_index.json",
remote = "https://github.com/vapor/fluent-kit.git",
)

# version: 4.3.0
swift_package(
name = "swiftpkg_fluent_sqlite_driver",
commit = "7f2a0b105e9cd22141dee220848d8739da6b7232",
commit = "138a546e3b7e33efa5362e05da2a0dec3a30534f",
dependencies_index = "@//swift:deps_index.json",
remote = "https://github.com/vapor/fluent-sqlite-driver.git",
)
Expand Down Expand Up @@ -76,7 +76,7 @@ def swift_dependencies():
# version: 4.2.0
swift_package(
name = "swiftpkg_sqlite_kit",
commit = "c07d53044727db7edf8550c2e8ccfe1fa40177d2",
commit = "2b20fc0f4f6574f59dae402ccf0ed050c6790b43",
dependencies_index = "@//swift:deps_index.json",
remote = "https://github.com/vapor/sqlite-kit.git",
)
Expand Down Expand Up @@ -132,7 +132,7 @@ def swift_dependencies():
# version: 1.5.1
swift_package(
name = "swiftpkg_swift_log",
commit = "3e3ef75109d6801b2c44504e73f55f0dce6662c9",
commit = "532d8b529501fb73a2455b179e0bbb6d49b652ed",
dependencies_index = "@//swift:deps_index.json",
remote = "https://github.com/apple/swift-log.git",
)
Expand Down
20 changes: 10 additions & 10 deletions examples/vapor_example/swift/deps_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1284,9 +1284,9 @@
"name": "swiftpkg_async_kit",
"identity": "async-kit",
"remote": {
"commit": "9acea4c92f51a5885c149904f0d11db4712dda80",
"commit": "eab9edff78e8ace20bd7cb6e792ab46d54f59ab9",
"remote": "https://github.com/vapor/async-kit.git",
"version": "1.16.0"
"version": "1.18.0"
}
},
{
Expand All @@ -1311,18 +1311,18 @@
"name": "swiftpkg_fluent_kit",
"identity": "fluent-kit",
"remote": {
"commit": "2d7dce5cb04156eecdb17e7349f4eac4206e8a17",
"commit": "ccea9820fe31076f994f7c1c1d584009cad6bdb2",
"remote": "https://github.com/vapor/fluent-kit.git",
"version": "1.42.4"
"version": "1.44.1"
}
},
{
"name": "swiftpkg_fluent_sqlite_driver",
"identity": "fluent-sqlite-driver",
"remote": {
"commit": "7f2a0b105e9cd22141dee220848d8739da6b7232",
"commit": "138a546e3b7e33efa5362e05da2a0dec3a30534f",
"remote": "https://github.com/vapor/fluent-sqlite-driver.git",
"version": "4.3.0"
"version": "4.5.0"
}
},
{
Expand Down Expand Up @@ -1356,9 +1356,9 @@
"name": "swiftpkg_sqlite_kit",
"identity": "sqlite-kit",
"remote": {
"commit": "c07d53044727db7edf8550c2e8ccfe1fa40177d2",
"commit": "2b20fc0f4f6574f59dae402ccf0ed050c6790b43",
"remote": "https://github.com/vapor/sqlite-kit.git",
"version": "4.2.0"
"version": "4.3.1"
}
},
{
Expand Down Expand Up @@ -1419,9 +1419,9 @@
"name": "swiftpkg_swift_log",
"identity": "swift-log",
"remote": {
"commit": "3e3ef75109d6801b2c44504e73f55f0dce6662c9",
"commit": "532d8b529501fb73a2455b179e0bbb6d49b652ed",
"remote": "https://github.com/apple/swift-log.git",
"version": "1.5.1"
"version": "1.5.3"
}
},
{
Expand Down

0 comments on commit beba2b1

Please sign in to comment.