ci: fix deps.json creation #160
Annotations
11 warnings
release / publish
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
release / publish:
src/commands/init/index.test.ts#L44
The type of 'stackVersions' is 'any'
|
release / publish:
src/commands/init/index.ts#L23
The 'version as 12 | 13 | 14 | 15' has unsafe 'as' type assertion
|
release / publish:
src/commands/init/index.ts#L25
The 'version as 2 | 3' has unsafe 'as' type assertion
|
release / publish:
src/commands/init/index.ts#L26
The 'version as 3 | 4' has unsafe 'as' type assertion
|
release / publish:
src/commands/init/index.ts#L27
The 'version as 3' has unsafe 'as' type assertion
|
release / publish:
src/commands/init/index.ts#L38
The 'name as App.AppStack' has unsafe 'as' type assertion
|
release / publish:
src/index.ts#L17
Unsafe argument of type `any` assigned to a parameter of type `string`
|
release / publish:
src/index.ts#L17
Unsafe member access .version on an `any` value
|
release / publish:
src/index.ts#L17
The type of 'version' is 'any'
|
release / publish:
src/index.ts#L26
Async arrow function has too many statements (27). Maximum allowed is 16
|