From 4c91181d849bfef62a0d6b92d982252adf9bf483 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 13:41:35 +0000 Subject: [PATCH 1/2] :arrow_up: (repo) [NO-ISSUE]: Bump xstate from 5.14.0 to 5.15.0 Bumps [xstate](https://github.com/statelyai/xstate) from 5.14.0 to 5.15.0. - [Release notes](https://github.com/statelyai/xstate/releases) - [Commits](https://github.com/statelyai/xstate/compare/xstate@5.14.0...xstate@5.15.0) --- updated-dependencies: - dependency-name: xstate dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/core/package.json | 2 +- pnpm-lock.yaml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index a64968b74..cfa3c98da 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -49,7 +49,7 @@ "rxjs": "^7.8.1", "semver": "^7.6.2", "uuid": "^10.0.0", - "xstate": "^5.13.2" + "xstate": "^5.15.0" }, "devDependencies": { "@ledgerhq/eslint-config-dsdk": "workspace:*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 722f47f02..19a14724b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -181,8 +181,8 @@ importers: specifier: ^10.0.0 version: 10.0.0 xstate: - specifier: ^5.13.2 - version: 5.14.0 + specifier: ^5.15.0 + version: 5.15.0 devDependencies: '@ledgerhq/eslint-config-dsdk': specifier: workspace:* @@ -198,7 +198,7 @@ importers: version: link:../config/typescript '@statelyai/inspect': specifier: ^0.3.1 - version: 0.3.1(ws@7.5.10)(xstate@5.14.0) + version: 0.3.1(ws@7.5.10)(xstate@5.15.0) '@types/semver': specifier: ^7.5.8 version: 7.5.8 @@ -6685,8 +6685,8 @@ packages: resolution: {integrity: sha512-GCPAHLvrIH13+c0SuacwvRYj2SxJXQ4kaVTT5xgL3kPrz56XxkF21IGhjSE1+W0aw7gpBWRGXLCPnPby6lSpmQ==} engines: {node: '>=12'} - xstate@5.14.0: - resolution: {integrity: sha512-3c1H8dzebSODUSY1vM86zIE3Eg+VFzElvhklaF/ZTN5K2i6HsLc4j38qn9+TF2mHPTUFXrOn4M0Cxw9m63upLA==} + xstate@5.15.0: + resolution: {integrity: sha512-0DGArbj+ych7PcCqHzhEvXH1qVG41lhenwdbEPBRJyxQP9TLooUsR7oiR4YWYHblLOVWvz/esiw8HUtHXp/kZA==} xtend@4.0.2: resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==} @@ -9707,7 +9707,7 @@ snapshots: dependencies: '@sinonjs/commons': 3.0.0 - '@statelyai/inspect@0.3.1(ws@7.5.10)(xstate@5.14.0)': + '@statelyai/inspect@0.3.1(ws@7.5.10)(xstate@5.15.0)': dependencies: fast-safe-stringify: 2.1.1 isomorphic-ws: 5.0.0(ws@7.5.10) @@ -9715,7 +9715,7 @@ snapshots: safe-stable-stringify: 2.4.3 superjson: 1.13.3 uuid: 9.0.1 - xstate: 5.14.0 + xstate: 5.15.0 transitivePeerDependencies: - ws @@ -14953,7 +14953,7 @@ snapshots: xdg-basedir@5.1.0: {} - xstate@5.14.0: {} + xstate@5.15.0: {} xtend@4.0.2: {} From 6b06b2eb05d4e1323bdd1cd12a91f97721e82d91 Mon Sep 17 00:00:00 2001 From: ofreyssinet-ledger Date: Mon, 15 Jul 2024 13:00:54 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=9A=A8=20(core):=20Fix=20typing=20err?= =?UTF-8?q?or=20with=20new=20version=20of=20XState?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/api/device-action/xstate-utils/XStateDeviceAction.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/core/src/api/device-action/xstate-utils/XStateDeviceAction.ts b/packages/core/src/api/device-action/xstate-utils/XStateDeviceAction.ts index 2a64d2385..50487c4f1 100644 --- a/packages/core/src/api/device-action/xstate-utils/XStateDeviceAction.ts +++ b/packages/core/src/api/device-action/xstate-utils/XStateDeviceAction.ts @@ -60,7 +60,6 @@ type DeviceActionStateMachine< >["output"], /* eslint-disable @typescript-eslint/no-explicit-any */ any, - any, any /* eslint-enable @typescript-eslint/no-explicit-any */ >;