Skip to content

chore(deps): update all non-major dependencies #8283

chore(deps): update all non-major dependencies

chore(deps): update all non-major dependencies #8283

Triggered via pull request August 30, 2026 06:02
Status Success
Total duration 40s
Artifacts

autofix.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
typescript(no-non-null-asserted-optional-chain): src/routing.ts#L216
src/routing.ts:216:35: Optional chain expressions can return undefined by design: using a non-null assertion is unsafe and wrong.
eslint(no-eval): test/unit/routing.test.ts#L14
test/unit/routing.test.ts:14:10: eval can be harmful.