Skip to content

fix(changelog): dependencies #362

fix(changelog): dependencies

fix(changelog): dependencies #362

Triggered via pull request January 5, 2025 18:47
Status Failure
Total duration 3m 23s
Artifacts

checks.yaml

on: pull_request
Lint, type check
3m 14s
Lint, type check
Fit to window
Zoom out
Zoom in

Annotations

51 errors and 7 warnings
(@typescript-eslint/naming-convention): Variable name `tag_name` must match one of the following formats: camelCase, PascalCase, UPPER_CASE: code/code-github/src/release.ts#L30
Variable name `tag_name` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
(@typescript-eslint/naming-convention): Variable name `make_latest` must match one of the following formats: camelCase, PascalCase, UPPER_CASE: code/code-github/src/release.ts#L30
Variable name `make_latest` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
(n/no-sync): Unexpected sync method: 'readFileSync'.: code/code-pack/src/pack.ts#L74
Unexpected sync method: 'readFileSync'.
(@typescript-eslint/no-deprecated): `toPromise` is deprecated. Replaced with {@link firstValueFrom } and {@link lastValueFrom }. Will be removed in v8. Details: https://rxjs.dev/deprecations/to-promise: code/code-schematics/src/schematics.ts#L57
`toPromise` is deprecated. Replaced with {@link firstValueFrom } and {@link lastValueFrom }. Will be removed in v8. Details: https://rxjs.dev/deprecations/to-promise
Lint, type check
Process completed with exit code 1.