Skip to content

chore: update dependencies #108

chore: update dependencies

chore: update dependencies #108

Triggered via pull request June 10, 2026 02:57
Status Failure
Total duration 24s
Artifacts

validate-bun-library-pr.yml

on: pull_request
call-validate-bun-library-pr  /  check
13s
call-validate-bun-library-pr / check
Matrix: call-validate-bun-library-pr / test
Fit to window
Zoom out
Zoom in

Annotations

1 error, 10 warnings, and 1 notice
call-validate-bun-library-pr / check
Process completed with exit code 1.
unicorn(prefer-string-starts-ends-with): tests/lezer/sdl-parser-scenarios.test.ts#L11
Prefer String#endsWith over a regex with a dollar sign.
eslint(no-useless-escape): tests/lezer/sdl-parser-scenarios.test.ts#L15
Unnecessary escape character '.'
eslint(no-unused-vars): src/util/logger.ts#L36
Catch parameter '_e' is caught but never used.
typescript(no-non-null-asserted-optional-chain): src/analyser/checks/check-specification.ts#L46
Optional chain expressions can return undefined by design: using a non-null assertion is unsafe and wrong.
typescript(no-non-null-asserted-optional-chain): src/analyser/checks/check-specification.ts#L34
Optional chain expressions can return undefined by design: using a non-null assertion is unsafe and wrong.
typescript(no-non-null-asserted-optional-chain): src/analyser/checks/check-number-literal-float.ts#L21
Optional chain expressions can return undefined by design: using a non-null assertion is unsafe and wrong.
typescript(no-unnecessary-parameter-property-assignment): src/ast/node/number-literal.ts#L16
Assignment of parameter property is unnecessary
typescript(no-unnecessary-parameter-property-assignment): src/ast/node/number-literal.ts#L15
Assignment of parameter property is unnecessary
typescript(no-non-null-asserted-optional-chain): src/analyser/checks/check-identifier.ts#L65
Optional chain expressions can return undefined by design: using a non-null assertion is unsafe and wrong.
typescript(no-non-null-asserted-optional-chain): src/analyser/checks/check-expression-unary.ts#L137
Optional chain expressions can return undefined by design: using a non-null assertion is unsafe and wrong.
call-validate-bun-library-pr / test (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026