Skip to content

Bump axios from 1.7.7 to 1.7.8 #544

Bump axios from 1.7.7 to 1.7.8

Bump axios from 1.7.7 to 1.7.8 #544

Triggered via pull request December 1, 2024 03:39
Status Success
Total duration 9m 11s
Artifacts

test-and-release.yml

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

Annotations

10 warnings
check-and-lint: src/lib/library.ts#L131
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#L141
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
check-and-lint: src/lib/library.ts#L204
Expected @param names to be "definition". Got "def, definition"
check-and-lint: src/lib/library.ts#L205
Missing JSDoc @param "definition" description
check-and-lint: src/lib/library.ts#L293
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#L326
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#L337
Missing JSDoc @param "removePoints" description
check-and-lint: src/lib/messages.ts#L818
Missing JSDoc @param "filter" description
check-and-lint: src/lib/messages.ts#L1254
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
check-and-lint: src/lib/messages.ts#L1264
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator