Bump Versions #30
Annotations
1 error and 1 warning
bump-version
Unexpected error: ╭──────────────────────────────────────╮
│ 🥊 lefthook v1.8.2 hook: pre-commit │
╰──────────────────────────────────────╯
┃ lint ❯
NX No explicit --base argument provided, but found environment variable NX_BASE so using its value as the affected base: 681a565b1e765d547eb7e2c1648a3eb2e6865e30
NX No explicit --head argument provided, but found environment variable NX_HEAD so using its value as the affected head: b56dacb3097d2ae94830c3383933df95fc2ffefb
NX Running target lint for 4 projects:
- @dynamic-labs-connectors/abstract-global-wallet-evm
- @dynamic-labs-connectors/safe-evm
- @dynamic-labs-connectors/sequence-cross-app-evm
- release
::group::✅ > nx run release:lint
> eslint .
/home/runner/work/public-wallet-connectors/public-wallet-connectors/scripts/release/src/commands/bump-version.ts
56:29 warning 'projectsVersionData' is assigned a value but never used @typescript-eslint/no-unused-vars
✖ 1 problem (0 errors, 1 warning)
::endgroup::
::group::✅ > nx run @dynamic-labs-connectors/safe-evm:lint
> eslint .
/home/runner/work/public-wallet-connectors/public-wallet-connectors/packages/@dynamic-labs-connectors/safe-evm/src/SafeSdkClient.spec.ts
19:42 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
20:43 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
122:54 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
122:65 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
✖ 4 problems (0 errors, 4 warnings)
::endgroup::
::group::✅ > nx run @dynamic-labs-connectors/abstract-global-wallet-evm:lint
> eslint .
::endgroup::
::group::❌ > nx run @dynamic-labs-connectors/sequence-cross-app-evm:lint
> eslint .
/home/runner/work/public-wallet-connectors/public-wallet-connectors/packages/@dynamic-labs-connectors/sequence-cross-app-evm/package.json
18:3 error The "@dynamic-labs-connectors/sequence-cross-app-evm" project uses the following packages, but they are missing from "dependencies":
- @dynamic-labs/utils @nx/dependency-checks
25:5 error The "@dynamic-labs/sdk-react-core" package is not used by "@dynamic-labs-connectors/sequence-cross-app-evm" project @nx/dependency-checks
/home/runner/work/public-wallet-connectors/public-wallet-connectors/packages/@dynamic-labs-connectors/sequence-cross-app-evm/src/helpers.spec.ts
119:26 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
✖ 3 problems (2 errors, 1 warning)
2 errors and 0 warnings potentially fixable with the `--fix` option.
::endgroup::
NX Running target lint for 4 projects failed
Failed tasks:
- @dynamic-labs-connectors/sequence-cross-app-evm:lint
exit status 1
────────────────────────────────────
summary: (done in 11.47 seconds)
🥊 lint
|
bump-version
The following actions use a deprecated Node.js version and will be forced to run on node20: peter-evans/create-pull-request@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|