Skip to content

Commit 3f9d430

Browse files
chore(deps): update dependency apple/swift-log to from: "1.6.2" (#1359)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [apple/swift-log](https://redirect.github.com/apple/swift-log) | patch | `from: "1.6.1"` -> `from: "1.6.2"` | --- ### Release Notes <details> <summary>apple/swift-log (apple/swift-log)</summary> ### [`v1.6.2`](https://redirect.github.com/apple/swift-log/releases/tag/1.6.2) [Compare Source](https://redirect.github.com/apple/swift-log/compare/1.6.1...1.6.2) <!-- Release notes generated using configuration in .github/release.yml at main --> ##### What's Changed ##### SemVer Patch - Fix Windows warnings by [@&#8203;FranzBusch](https://redirect.github.com/FranzBusch) in [https://github.com/apple/swift-log/pull/331](https://redirect.github.com/apple/swift-log/pull/331) ##### Other Changes - \[CI] Migrate to GHA by [@&#8203;FranzBusch](https://redirect.github.com/FranzBusch) in [https://github.com/apple/swift-log/pull/328](https://redirect.github.com/apple/swift-log/pull/328) - Enhance swift code-block at README.md by [@&#8203;lamtrinhdev](https://redirect.github.com/lamtrinhdev) in [https://github.com/apple/swift-log/pull/327](https://redirect.github.com/apple/swift-log/pull/327) - add .editorconfig file by [@&#8203;rnro](https://redirect.github.com/rnro) in [https://github.com/apple/swift-log/pull/338](https://redirect.github.com/apple/swift-log/pull/338) - Add Scout to the list of available backends by [@&#8203;kasianov-mikhail](https://redirect.github.com/kasianov-mikhail) in [https://github.com/apple/swift-log/pull/337](https://redirect.github.com/apple/swift-log/pull/337) ##### New Contributors - [@&#8203;lamtrinhdev](https://redirect.github.com/lamtrinhdev) made their first contribution in [https://github.com/apple/swift-log/pull/318](https://redirect.github.com/apple/swift-log/pull/318) - [@&#8203;hyp](https://redirect.github.com/hyp) made their first contribution in [https://github.com/apple/swift-log/pull/325](https://redirect.github.com/apple/swift-log/pull/325) - [@&#8203;rnro](https://redirect.github.com/rnro) made their first contribution in [https://github.com/apple/swift-log/pull/338](https://redirect.github.com/apple/swift-log/pull/338) - [@&#8203;kasianov-mikhail](https://redirect.github.com/kasianov-mikhail) made their first contribution in [https://github.com/apple/swift-log/pull/337](https://redirect.github.com/apple/swift-log/pull/337) **Full Changelog**: apple/swift-log@1.6.1...1.6.2 </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:eyJjcmVhdGVkSW5WZXIiOiIzOC45NC4xIiwidXBkYXRlZEluVmVyIjoiMzguOTQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com>
1 parent e5c73a4 commit 3f9d430

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bzlmod/workspace/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let package = Package(
99
],
1010
dependencies: [
1111
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0"),
12-
.package(url: "https://github.com/apple/swift-log", from: "1.6.1"),
12+
.package(url: "https://github.com/apple/swift-log", from: "1.6.2"),
1313
],
1414
targets: [
1515
.executableTarget(

examples/interesting_deps/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ let package = Package(
99
.package(url: "https://github.com/GEOSwift/GEOSwift", from: "11.0.0"),
1010
.package(url: "https://github.com/OpenCombine/OpenCombine", from: "0.14.0"),
1111
.package(url: "https://github.com/SDWebImage/libwebp-Xcode.git", from: "1.3.2"),
12-
.package(url: "https://github.com/apple/swift-log", from: "1.6.1"),
12+
.package(url: "https://github.com/apple/swift-log", from: "1.6.2"),
1313
]
1414
)

examples/pkg_manifest_minimal/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ let package = Package(
66
name: "MySwiftPackage",
77
dependencies: [
88
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0"),
9-
.package(url: "https://github.com/apple/swift-log", from: "1.6.1"),
9+
.package(url: "https://github.com/apple/swift-log", from: "1.6.2"),
1010
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.55.2"),
1111
.package(path: "third_party/my_local_package"),
1212
.package(path: "third_party/NotThatAmazingModule"),

0 commit comments

Comments
 (0)