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 <douglase@element.io>
This commit is contained in:
renovate[bot]
2026-05-01 23:52:06 +01:00
committed by GitHub
parent c21ee62d87
commit dd559c3987
5 changed files with 8 additions and 8 deletions

View File

@@ -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

View File

@@ -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"
}
},
{

View File

@@ -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"
}
},
{

View File

@@ -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"
}
},
{

View File

@@ -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"),