Skip to content

build: Logdogを0.5.0に更新#270

Merged
uhooi merged 2 commits into
mainfrom
feature/bump_logdog_0.5.0
May 2, 2026
Merged

build: Logdogを0.5.0に更新#270
uhooi merged 2 commits into
mainfrom
feature/bump_logdog_0.5.0

Conversation

@uhooi
Copy link
Copy Markdown
Owner

@uhooi uhooi commented May 2, 2026

概要

  • Logdogの依存バージョンを0.5.0へ更新
  • Package.resolvedのpinを最新化

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@uhooi uhooi self-assigned this May 2, 2026
@uhooi uhooi marked this pull request as ready for review May 2, 2026 13:33
Copilot AI review requested due to automatic review settings May 2, 2026 13:33
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Logdog の依存バージョンを 0.5.0 へ更新し、SPM の pin を最新化する変更です。

Changes:

  • LokiPackage/Package.swift の Logdog 依存を from: "0.3.0"from: "0.5.0" に更新
  • Loki.xcworkspace/xcshareddata/swiftpm/Package.resolved の Logdog pin(revision/version)を 0.5.0 に更新

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
LokiPackage/Package.swift Logdog の要求バージョンを 0.5.0 に更新
Loki.xcworkspace/xcshareddata/swiftpm/Package.resolved Xcode/workspace 側の SPM pin を 0.5.0 に更新

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread LokiPackage/Package.swift
Comment on lines 42 to 46
dependencies: [
// Libraries
.package(url: "https://github.com/apple/swift-algorithms.git", from: "1.2.0"),
.package(url: "https://github.com/uhooi/Logdog.git", from: "0.3.0"),
.package(url: "https://github.com/uhooi/Logdog.git", from: "0.5.0"),
.package(url: "https://github.com/playbook-ui/playbook-ios.git", from: "0.4.1"),
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot apply changes based on this feedback

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LokiPackage/Package.resolvedLoki.xcworkspace 側と同期しました(commit: 2402cb0)。Logdog 0.5.0 を含む全 pin が一致した状態になっています。

- Logdog 0.3.0 → 0.5.0
- licensesplugin 0.1.6 → 0.2.0
- playbook-ios 0.3.3 → 0.4.1
- swift-algorithms 1.0.0 → 1.2.0
- originHashを最新化

Agent-Logs-Url: https://github.com/uhooi/Loki/sessions/c105abfa-8acf-4191-8009-cce2cc708519

Co-authored-by: uhooi <21194714+uhooi@users.noreply.github.com>
Copilot finished work on behalf of uhooi May 2, 2026 13:36
@uhooi uhooi merged commit ce72c60 into main May 2, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants