Merge pull request #53 from retejs/fix-next-version #139
Annotations
11 warnings
release / publish
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
release / publish:
src/app/dependencies-installer.ts#L17
Unsafe return of a value of type `any`
|
release / publish:
src/app/dependencies-installer.ts#L20
This line has a length of 123. Maximum allowed is 120
|
release / publish:
src/app/dependencies-installer.ts#L22
Unsafe argument of type `any` assigned to a parameter of type `DependenciesAlias`
|
release / publish:
src/app/dependencies-installer.ts#L31
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
release / publish:
src/app/features.ts#L248
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
release / publish:
src/app/index.ts#L29
The 'Object.keys(builders) as AppStack[]' has unsafe 'as' type assertion
|
release / publish:
src/app/index.ts#L44
This line has a length of 125. Maximum allowed is 120
|
release / publish:
src/app/index.ts#L45
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
release / publish:
src/app/index.ts#L46
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
release / publish:
src/app/index.ts#L54
Unsafe assignment of an `any` value
|