[chore] Upgrade dependencies #93
Annotations
10 warnings
build (20.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (20.x):
lib/array/join.ts#L45
Function 'join' has a complexity of 23. Maximum allowed is 20
|
build (20.x):
lib/array/mapPrimitive.ts#L44
Function 'mapPrimitive' has a complexity of 21. Maximum allowed is 20
|
build (20.x):
lib/array/sort.ts#L107
Function 'sort' has too many statements (36). Maximum allowed is 30
|
build (20.x):
lib/array/sort.ts#L107
Function 'sort' has a complexity of 24. Maximum allowed is 20
|
build (20.x):
lib/deep/get.ts#L55
Function 'deepGet' has too many statements (35). Maximum allowed is 30
|
build (20.x):
lib/deep/get.ts#L55
Function 'deepGet' has a complexity of 24. Maximum allowed is 20
|
build (20.x):
lib/string/humanizeNumber.ts#L55
Function 'humanizeNumber' has a complexity of 31. Maximum allowed is 20
|
build (20.x):
test/lib/date/addUTC.test.ts#L1160
File has too many lines (1545). Maximum allowed is 1000
|
build (20.x):
test/lib/date/diff.test.ts#L1102
File has too many lines (1065). Maximum allowed is 1000
|