Skip to content

Bump micromatch from 4.0.4 to 4.0.8 #11

Bump micromatch from 4.0.4 to 4.0.8

Bump micromatch from 4.0.4 to 4.0.8 #11

Triggered via pull request August 25, 2024 05:24
Status Success
Total duration 1m 6s
Artifacts

test.yml

on: pull_request
test-node
58s
test-node
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
test-node
The following actions use a deprecated Node.js version and will be forced to run on node20: coverallsapp/github-action@09b709cf6a16e30b0808ba050c7a6e8a5ef13f8d. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-node: src/hammerjs/input/compute-input-data.ts#L19
Function 'computeInputData' has too many statements (32). Maximum allowed is 25
test-node: src/hammerjs/input/compute-input-data.ts#L19
Function 'computeInputData' has a complexity of 12. Maximum allowed is 11
test-node
Method 'recognize' has a complexity of 13. Maximum allowed is 11
test-node: src/hammerjs/recognizer/recognizer.ts#L92
'recognizerOrName' may evaluate to '[object Object]' when stringified
test-node: src/hammerjs/recognizer/recognizer.ts#L92
Invalid type "string | Recognizer<any>" of template literal expression
test-node: src/hammerjs/recognizer/recognizer.ts#L133
'recognizerOrName' may evaluate to '[object Object]' when stringified
test-node: src/hammerjs/recognizer/recognizer.ts#L133
Invalid type "string | Recognizer<any>" of template literal expression
test-node: src/hammerjs/recognizer/recognizer.ts#L295
Unexpected empty method 'reset'
test-node: src/hammerjs/recognizers/tap.ts#L81
Method 'process' has a complexity of 13. Maximum allowed is 11
test-node: test/browser.ts#L6
'tape' should be listed in the project's dependencies. Run 'npm i -S tape' to add it