Bump axios from 1.7.7 to 1.7.8 #544
test-and-release.yml
on: pull_request
Matrix: adapter-tests
check-and-lint
25s
deploy
0s
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
|