release: @weaverse/cli@5.5.3 #680
Annotations
14 warnings and 1 notice
|
ʦ TypeScript
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
ʦ TypeScript
The process '/usr/bin/git' failed with exit code 128
|
|
quality
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
quality
The process '/usr/bin/git' failed with exit code 128
|
|
lint/style/useConsistentTypeDefinitions:
packages/core/src/types.ts#L95
Use of the type detected.
|
|
lint/nursery/noUnnecessaryConditions:
packages/core/src/core.ts#L35
This condition is always truthy based on the type.
|
|
lint/style/noExportedImports:
packages/core/src/core.ts#L26
An import should not be exported. Use export from instead.
|
|
lint/suspicious/noExplicitAny:
packages/core/src/core.ts#L184
Unexpected any. Specify a different type.
|
|
lint/suspicious/noExplicitAny:
packages/core/src/core.ts#L96
Unexpected any. Specify a different type.
|
|
lint/performance/useTopLevelRegex:
packages/cli/src/utils/validation.js#L18
This regex literal is not defined in the top level scope. This can lead to performance issues if this function is called frequently.
|
|
lint/performance/useTopLevelRegex:
packages/cli/src/utils/validation.js#L94
This regex literal is not defined in the top level scope. This can lead to performance issues if this function is called frequently.
|
|
lint/style/noMagicNumbers:
packages/cli/src/utils/validation.js#L38
Magic number detected. Extract it to a constant with a meaningful name.
|
|
lint/style/noMagicNumbers:
packages/cli/src/utils/validation.js#L33
Magic number detected. Extract it to a constant with a meaningful name.
|
|
lint/style/useFilenamingConvention:
packages/cli/src/prompts/createPrompts.js#L1
The filename should be in kebab-case.
|
|
deserialize:
biome.json#L3
The configuration schema version does not match the CLI version 2.4.10
|