Skip to content

build(deps): bump vscode-languageserver from 4.4.2 to 9.0.1 in /kusto-language-server/server #107

build(deps): bump vscode-languageserver from 4.4.2 to 9.0.1 in /kusto-language-server/server

build(deps): bump vscode-languageserver from 4.4.2 to 9.0.1 in /kusto-language-server/server #107

Status Failure
Total duration 22s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
validate
Cannot find name 'require'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
validate
Cannot find name 'require'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
validate
Property 'trimLeft' does not exist on type 'string'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2019' or later.
validate
Property 'trimLeft' does not exist on type 'string'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2019' or later.
validate
Property 'trimRight' does not exist on type 'string'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2019' or later.
validate
Expected 2-3 arguments, but got 1.
validate
Generic type 'TextDocuments<T>' requires 1 type argument(s).
validate
Expected 1 arguments, but got 0.
validate
Parameter 'e' implicitly has an 'any' type.
validate
Parameter 'change' implicitly has an 'any' type.
validate
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
validate
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/