From b20bd34b52065b61f74ff104e2a4b496573c698c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 11:30:20 +0000 Subject: [PATCH] Update dependency element-hq/compound-design-tokens to v6.8.0 (#4959) * Update dependency element-hq/compound-design-tokens to v6.8.0 * Update the Package.resolved files. --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Doug --- .../xcshareddata/swiftpm/Package.resolved | 4 ++-- .../xcshareddata/swiftpm/Package.resolved | 8 ++++---- compound-ios/Package.resolved | 4 ++-- compound-ios/Package.swift | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 0fed8b746..ad14ba5e3 100644 --- a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/element-hq/compound-design-tokens", "state" : { - "revision" : "18a711e61c6ac3413a5c1a7597c3647ccf6295c6", - "version" : "6.6.0" + "revision" : "9986a71f303de26b637f6e723cd7f83fabcb471a", + "version" : "6.8.0" } }, { diff --git a/compound-ios/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved b/compound-ios/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved index da21cd371..dbf00dac9 100644 --- a/compound-ios/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/compound-ios/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/element-hq/compound-design-tokens.git", "state" : { - "revision" : "18a711e61c6ac3413a5c1a7597c3647ccf6295c6", - "version" : "6.6.0" + "revision" : "9986a71f303de26b637f6e723cd7f83fabcb471a", + "version" : "6.8.0" } }, { @@ -32,8 +32,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-snapshot-testing", "state" : { - "revision" : "1be8144023c367c5de701a6313ed29a3a10bf59b", - "version" : "1.18.3" + "revision" : "a8b7c5e0ed33d8ab8887d1654d9b59f2cbad529b", + "version" : "1.18.7" } }, { diff --git a/compound-ios/Package.resolved b/compound-ios/Package.resolved index 1437e004a..75c5db072 100644 --- a/compound-ios/Package.resolved +++ b/compound-ios/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/element-hq/compound-design-tokens", "state" : { - "revision" : "18a711e61c6ac3413a5c1a7597c3647ccf6295c6", - "version" : "6.6.0" + "revision" : "9986a71f303de26b637f6e723cd7f83fabcb471a", + "version" : "6.8.0" } }, { diff --git a/compound-ios/Package.swift b/compound-ios/Package.swift index d3e020f37..dbce468fd 100644 --- a/compound-ios/Package.swift +++ b/compound-ios/Package.swift @@ -9,7 +9,7 @@ let package = Package( .library(name: "Compound", targets: ["Compound"]) ], dependencies: [ - .package(url: "https://github.com/element-hq/compound-design-tokens", exact: "6.6.0"), + .package(url: "https://github.com/element-hq/compound-design-tokens", exact: "6.8.0"), // .package(path: "../compound-design-tokens"), .package(url: "https://github.com/siteline/SwiftUI-Introspect", from: "26.0.0"), .package(url: "https://github.com/SFSafeSymbols/SFSafeSymbols", from: "7.0.0"),