Skip to content

Bump ordo-one/equatable from 1.0.10 to 1.4.1 - #159

Merged
Jun Yan (junyan72) merged 1 commit into
mainfrom
bump-equatable-1.4.1
Jul 25, 2026
Merged

Bump ordo-one/equatable from 1.0.10 to 1.4.1#159
Jun Yan (junyan72) merged 1 commit into
mainfrom
bump-equatable-1.4.1

Conversation

@junyan72

Copy link
Copy Markdown
Contributor

Summary

Bump the ordo-one/equatable dependency from exact: "1.0.10" to exact: "1.4.1".

equatable 1.0.10 constrains swift-syntax to 600.0.0 ..< 602.0.0. Consumers that also depend on packages requiring swift-syntax 602+ (e.g. mlx-swift-lm 3.31.4) hit a hard SwiftPM resolution conflict. equatable 1.4.1 widens the range to 600.0.0 ..< 604.0.0, which overlaps both sides and unblocks resolution.

  • Package.swift: exact: "1.0.10"exact: "1.4.1"
  • Package.resolved: regenerated (equatable pinned at 1.4.1)

Closes #151

Validation

  • swift package resolve — resolves cleanly; equatable at 1.4.1, swift-syntax at 600.0.1
  • swift build — build complete, no new warnings from the bump

OSS readiness

  • No secrets, internal URLs, private identifiers, or product-only service names were added.
  • Public docs, fixtures, or notices were updated if behavior or dependencies changed. (no public API/behavior change)
  • Third-party dependency changes (adds, removes, version bumps) are intentional and reviewed.
  • Streaming/incomplete markdown behavior remains covered by fixtures or tests. (no behavior change)

equatable 1.0.10 constrains swift-syntax to 600.0.0..<602.0.0, which
conflicts with consumer packages that require swift-syntax 602+.
equatable 1.4.1 widens the range to 600.0.0..<604.0.0, unblocking
resolution in shared dependency graphs.

Closes #151

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the Swift Package dependency graph by bumping ordo-one/equatable to a newer pinned release in order to widen its swift-syntax compatibility range and avoid SwiftPM resolution conflicts for downstream consumers.

Changes:

  • Bumped ordo-one/equatable from exact: "1.0.10" to exact: "1.4.1" in Package.swift.
  • Regenerated Package.resolved to reflect the updated equatable pin (and resulting resolution).

Reviewed changes

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

File Description
Package.swift Updates the pinned equatable dependency version to widen swift-syntax compatibility for consumers.
Package.resolved Regenerated lockfile reflecting equatable at 1.4.1 (with swift-syntax resolving to 600.0.1).

@junyan72
Jun Yan (junyan72) merged commit 81d9343 into main Jul 25, 2026
7 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.

Bump ordo-one/equatable from 1.0.10 to 1.4.1 to unblock swift-syntax 602+

2 participants