Skip to content

Bump http-cache-semantics from 4.1.0 to 4.1.1 #184

Bump http-cache-semantics from 4.1.0 to 4.1.1

Bump http-cache-semantics from 4.1.0 to 4.1.1 #184

Triggered via push September 26, 2024 14:37
Status Failure
Total duration 1m 57s
Artifacts

ci-monolib.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 22 warnings
test (18)
Process completed with exit code 1.
test (16)
The job was canceled because "_18" failed.
test (16)
The operation was canceled.
test (18)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (18)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (18): packages/prettier-bytes/src/prettierBytes.ts#L13
Assignment to function parameter 'num'
test (18): packages/prettier-bytes/src/prettierBytes.ts#L21
Assignment to function parameter 'num'
test (18): packages/prettier-bytes/src/prettierBytes.ts#L21
'Math.pow' is restricted from being used. Use the exponentiation operator (**) instead
test (18): packages/sort-assembly/src/sortAssembly.ts#L11
The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype
test (18): packages/sort-assembly/src/sortAssembly.ts#L11
for..in loops iterate over the entire prototype chain, which is virtually never what you want. Use Object.{keys,values,entries}, and iterate over the resulting array
test (18): packages/sort-assembly/src/sortAssembly.ts#L12
The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype
test (18): packages/sort-assembly/src/sortAssembly.ts#L12
for..in loops iterate over the entire prototype chain, which is virtually never what you want. Use Object.{keys,values,entries}, and iterate over the resulting array
test (18): packages/sort-assembly/src/sortAssembly.ts#L19
The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype
test (18): packages/sort-assembly/src/sortAssembly.ts#L19
for..in loops iterate over the entire prototype chain, which is virtually never what you want. Use Object.{keys,values,entries}, and iterate over the resulting array
test (16): packages/prettier-bytes/src/prettierBytes.ts#L13
Assignment to function parameter 'num'
test (16): packages/prettier-bytes/src/prettierBytes.ts#L21
Assignment to function parameter 'num'
test (16): packages/prettier-bytes/src/prettierBytes.ts#L21
'Math.pow' is restricted from being used. Use the exponentiation operator (**) instead
test (16): packages/sort-assembly/src/sortAssembly.ts#L11
The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype
test (16): packages/sort-assembly/src/sortAssembly.ts#L11
for..in loops iterate over the entire prototype chain, which is virtually never what you want. Use Object.{keys,values,entries}, and iterate over the resulting array
test (16): packages/sort-assembly/src/sortAssembly.ts#L12
The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype
test (16): packages/sort-assembly/src/sortAssembly.ts#L12
for..in loops iterate over the entire prototype chain, which is virtually never what you want. Use Object.{keys,values,entries}, and iterate over the resulting array
test (16): packages/sort-assembly/src/sortAssembly.ts#L19
The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype
test (16): packages/sort-assembly/src/sortAssembly.ts#L19
for..in loops iterate over the entire prototype chain, which is virtually never what you want. Use Object.{keys,values,entries}, and iterate over the resulting array