From dd559c3987ee39921be5ba3ca40f19b8fb214e33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 23:52:06 +0100 Subject: [PATCH] Update dependency element-hq/compound-design-tokens to v10.1.1 (#5526) * Update dependency element-hq/compound-design-tokens to v10.1.1 * Fix Compound workflow. --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Doug --- .github/workflows/compound-ios.yml | 2 +- .../project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- .../xcshareddata/swiftpm/Package.resolved | 4 ++-- compound-ios/Package.resolved | 4 ++-- compound-ios/Package.swift | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/compound-ios.yml b/.github/workflows/compound-ios.yml index 46090f58f..5d6f971ec 100644 --- a/.github/workflows/compound-ios.yml +++ b/.github/workflows/compound-ios.yml @@ -49,7 +49,7 @@ jobs: - name: Run tests working-directory: compound-ios - run: set -o pipefail && xcodebuild test -scheme 'Compound' -sdk iphonesimulator -destination 'platform=iOS Simulator,name=Snapshots,OS=26.4' -skipPackagePluginValidation -resultBundlePath Logs/CompoundTests.xcresult | xcbeautify --renderer github-actions + run: set -o pipefail && xcodebuild test -scheme 'Compound' -sdk iphonesimulator -destination 'platform=iOS Simulator,name=Snapshots,OS=26.4.1' -skipPackagePluginValidation -resultBundlePath Logs/CompoundTests.xcresult | xcbeautify --renderer github-actions - name: Zip artifacts if: failure() # We only care about artefacts if the tests fail diff --git a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 9de164580..979539159 100644 --- a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -6,8 +6,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/element-hq/compound-design-tokens", "state" : { - "revision" : "2fba988fe90b625a6cbdcac28b377ca1594d646a", - "version" : "10.1.0" + "revision" : "34b9ca65ac74394fedd6dc881673ae49214486e5", + "version" : "10.1.1" } }, { diff --git a/compound-ios/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved b/compound-ios/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved index 45d0a5210..81262dfb3 100644 --- a/compound-ios/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/compound-ios/Inspector/Inspector.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -6,8 +6,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/element-hq/compound-design-tokens.git", "state" : { - "revision" : "2fba988fe90b625a6cbdcac28b377ca1594d646a", - "version" : "10.1.0" + "revision" : "34b9ca65ac74394fedd6dc881673ae49214486e5", + "version" : "10.1.1" } }, { diff --git a/compound-ios/Package.resolved b/compound-ios/Package.resolved index 6682cb8a8..64ebeff63 100644 --- a/compound-ios/Package.resolved +++ b/compound-ios/Package.resolved @@ -6,8 +6,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/element-hq/compound-design-tokens", "state" : { - "revision" : "2fba988fe90b625a6cbdcac28b377ca1594d646a", - "version" : "10.1.0" + "revision" : "34b9ca65ac74394fedd6dc881673ae49214486e5", + "version" : "10.1.1" } }, { diff --git a/compound-ios/Package.swift b/compound-ios/Package.swift index 15291ffb2..2252cde12 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: "10.1.0"), + .package(url: "https://github.com/element-hq/compound-design-tokens", exact: "10.1.1"), // .package(path: "../compound-design-tokens"), .package(url: "https://github.com/siteline/SwiftUI-Introspect", from: "26.0.1"), .package(url: "https://github.com/SFSafeSymbols/SFSafeSymbols", from: "7.0.0"),