Set resolution for eslint-plugin-deprecation plugin #191
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What it does
The recent update of
eslint-plugin-deprecation
pulls in a newer version of@typescript-eslint/experimental-utils
.This version is not compatible with the node versions available on the shared windows and mac build nodes.
(For Linux we could update the docker image):
error @typescript-eslint/[email protected]: The engine "node" is incompatible with this module. Expected version "^12.22.0 || ^14.17.0 || >=16.0.0". Got "12.20.0"
https://ci.eclipse.org/theia/job/Theia2/job/master/16/consoleText
For now set a resolution for
eslint-plugin-deprecation
to the version known to work.How to test
Build with a node version lower than 12.22 and check whether the build succeeds
Review checklist
Reminder for reviewers