Skip to content

Commit a4c1909

Browse files
cgrindel-self-hosted-renovate[bot]Self-hosted Renovate Bot
andauthored
chore(deps): update dependency snapkit/snapkit to from: "5.7.0" (#835)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [SnapKit/SnapKit](https://togithub.com/SnapKit/SnapKit) | minor | `from: "5.6.0"` -> `from: "5.7.0"` | --- ### Release Notes <details> <summary>SnapKit/SnapKit (SnapKit/SnapKit)</summary> ### [`v5.7.0`](https://togithub.com/SnapKit/SnapKit/releases/tag/5.7.0) [Compare Source](https://togithub.com/SnapKit/SnapKit/compare/5.6.0...5.7.0) Minor release: - Update minimum deployment targets (iOS 12.0, macOS 10.13) - Add `PrivacyInfo.xcprivacy` for Swift PM targets, Cocoapods unsupported due to [#&#8203;10325](https://togithub.com/CocoaPods/CocoaPods/issues/10325) Happy New Year! </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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM2LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
1 parent eba808a commit a4c1909

File tree

4 files changed

+179
-9
lines changed

4 files changed

+179
-9
lines changed

examples/snapkit_example/MODULE.bazel.lock

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

examples/snapkit_example/Package.resolved

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

examples/snapkit_example/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ import PackageDescription
55
let package = Package(
66
name: "snapkit_example",
77
dependencies: [
8-
.package(url: "https://github.com/SnapKit/SnapKit.git", .upToNextMajor(from: "5.6.0")),
8+
.package(url: "https://github.com/SnapKit/SnapKit.git", .upToNextMajor(from: "5.7.0")),
99
]
1010
)

examples/snapkit_example/swift_deps_index.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
"name": "swiftpkg_snapkit",
3939
"identity": "snapkit",
4040
"remote": {
41-
"commit": "f222cbdf325885926566172f6f5f06af95473158",
41+
"commit": "e74fe2a978d1216c3602b129447c7301573cc2d8",
4242
"remote": "https://github.com/SnapKit/SnapKit.git",
43-
"version": "5.6.0"
43+
"version": "5.7.0"
4444
}
4545
}
4646
]

0 commit comments

Comments
 (0)