Skip to content

Merge pull request #53 from retejs/fix-next-version #139

Merge pull request #53 from retejs/fix-next-version

Merge pull request #53 from retejs/fix-next-version #139

Triggered via push December 26, 2024 20:13
Status Success
Total duration 1m 8s
Artifacts

release.yml

on: push
release  /  publish
58s
release / publish
Fit to window
Zoom out
Zoom in

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