Skip to content

Commit 6dc44b3

Browse files
chore(deps): update dependency pointfreeco/sqlite-data to v1.1.1 (#1859)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pointfreeco/sqlite-data](https://redirect.github.com/pointfreeco/sqlite-data) | patch | `1.1.0` -> `1.1.1` | --- ### Release Notes <details> <summary>pointfreeco/sqlite-data (pointfreeco/sqlite-data)</summary> ### [`v1.1.1`](https://redirect.github.com/pointfreeco/sqlite-data/releases/tag/1.1.1) [Compare Source](https://redirect.github.com/pointfreeco/sqlite-data/compare/1.1.0...1.1.1) #### What's Changed - Fixed: Address platform-specific errors on tvOS, Linux ([https://github.com/pointfreeco/sqlite-data/pull/240](https://redirect.github.com/pointfreeco/sqlite-data/pull/240)). - Fixed: Address a `@FetchOne` regression introduced by 1.1.0 ([https://github.com/pointfreeco/sqlite-data/pull/246](https://redirect.github.com/pointfreeco/sqlite-data/pull/246)) - Fixed: Address a `@FetchAll` regression introduced by 1.1.0 ([https://github.com/pointfreeco/sqlite-data/pull/247](https://redirect.github.com/pointfreeco/sqlite-data/pull/247)). - Fixed: Compute statement hashability from underlying query fragment ([https://github.com/pointfreeco/sqlite-data/pull/245](https://redirect.github.com/pointfreeco/sqlite-data/pull/245)). - Infrastructure: Add test to confirm behavior when forgetting to add table to sync engine ([https://github.com/pointfreeco/sqlite-data/pull/235](https://redirect.github.com/pointfreeco/sqlite-data/pull/235)). - Infrastructure: Preserve more sync table type information ([https://github.com/pointfreeco/sqlite-data/pull/239](https://redirect.github.com/pointfreeco/sqlite-data/pull/239)). **Full Changelog**: pointfreeco/sqlite-data@1.1.0...1.1.1 </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://redirect.github.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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4wLjAiLCJ1cGRhdGVkSW5WZXIiOiI0MS4wLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 19a772c commit 6dc44b3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

examples/sqlite_data_example/Package.resolved

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/sqlite_data_example/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55
let package = Package(
66
name: "sqlite_data_example",
77
dependencies: [
8-
.package(url: "https://github.com/pointfreeco/sqlite-data", exact: "1.1.0"),
8+
.package(url: "https://github.com/pointfreeco/sqlite-data", exact: "1.1.1"),
99
.package(url: "https://github.com/pointfreeco/swift-tagged", from: "0.10.0"),
1010
]
1111
)

0 commit comments

Comments
 (0)