Skip to content

npm deps(deps): bump marked from 3.0.8 to 9.1.3 #1426

npm deps(deps): bump marked from 3.0.8 to 9.1.3

npm deps(deps): bump marked from 3.0.8 to 9.1.3 #1426

Triggered via pull request October 31, 2023 00:26
Status Failure
Total duration 47s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

typecheck.yml

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

Annotations

5 errors and 1 warning
test (14.x): src/renderer/components/extensions/lsp-hover.tsx#L14
Argument of type '{ highlight: (code: any, lang: any, _: any) => any; }' is not assignable to parameter of type 'MarkedOptions'. Object literal may only specify known properties, and 'highlight' does not exist in type 'MarkedOptions'.
test (14.x): src/renderer/components/extensions/lsp-hover.tsx#L14
Parameter 'code' implicitly has an 'any' type.
test (14.x): src/renderer/components/extensions/lsp-hover.tsx#L14
Parameter 'lang' implicitly has an 'any' type.
test (14.x): src/renderer/components/extensions/lsp-hover.tsx#L14
Parameter '_' implicitly has an 'any' type.
test (14.x)
Found 4 errors!
test (14.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, gozala/typescript-error-reporter-action@v1.0.5. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/