chore(release): 1.1.0 #15
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/build/config-importer.ts#L3
Unsafe call of an `any` typed value
|
release / publish:
src/build/config-importer.ts#L4
Unsafe member access .default on an `any` value
|
release / publish:
src/build/config-importer.ts#L4
Unsafe member access .default on an `any` value
|
release / publish:
src/build/config-importer.ts#L10
Unsafe return of a value of type `any`
|
release / publish:
src/build/config-importer.ts#L10
Unsafe member access .default on an `any` value
|
release / publish:
src/build/config.ts#L25
This line has a length of 121. Maximum allowed is 120
|
release / publish:
src/build/config.ts#L117
Unsafe spread of an `any` value in an array
|
release / publish:
src/build/index.ts#L28
Returning a void expression from a function is forbidden. Please remove the `return` statement
|
release / publish:
src/build/package-json.ts#L7
This line has a length of 121. Maximum allowed is 120
|
release / publish:
src/build/types.ts#L10
Unexpected any. Specify a different type
|