Skip to content

chore(deps): bump level from 8.0.1 to 9.0.0 #211

chore(deps): bump level from 8.0.1 to 9.0.0

chore(deps): bump level from 8.0.1 to 9.0.0 #211

Triggered via pull request February 1, 2025 04:00
Status Success
Total duration 8m 11s
Artifacts

test-and-release.yml

on: pull_request
Matrix: adapter-tests
check-and-lint
21s
check-and-lint
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
check-and-lint: src/lib/library.ts#L134
For-in loops over arrays skips holes, returns indices as strings, and may visit the prototype chain or other enumerable properties. Use a more robust iteration method such as for-of or array.forEach instead
check-and-lint: src/lib/library.ts#L173
Missing JSDoc @param "def" description
check-and-lint: src/lib/library.ts#L241
Expected @param names to be "definition". Got "def, definition"
check-and-lint: src/lib/library.ts#L242
Missing JSDoc @param "definition" description
check-and-lint: src/lib/library.ts#L338
For-in loops over arrays skips holes, returns indices as strings, and may visit the prototype chain or other enumerable properties. Use a more robust iteration method such as for-of or array.forEach instead
check-and-lint: src/lib/library.ts#L371
For-in loops over arrays skips holes, returns indices as strings, and may visit the prototype chain or other enumerable properties. Use a more robust iteration method such as for-of or array.forEach instead
check-and-lint: src/lib/library.ts#L554
Missing JSDoc @param "del" description
check-and-lint: src/main.ts#L358
Missing JSDoc @param "callback" description
check-and-lint: src/main.ts#L400
Missing JSDoc @param "id" description
check-and-lint: src/main.ts#L401
Missing JSDoc @param "state" description