Update dev dependency stack to move from eslint 8.x which is not officially supported for newer Typescript versions to Eslint 10 This probably requires updates and verifications in all repositories: - [x] glsp (https://github.com/eclipse-glsp/glsp/pull/1638) - [x] glsp-client (https://github.com/eclipse-glsp/glsp-client/pull/470) - [x] glsp-server-node (https://github.com/eclipse-glsp/glsp-server-node/pull/126) - [x] glsp-theia-integration(https://github.com/eclipse-glsp/glsp-theia-integration/pull/280) - [x] glsp-vscode-integration (https://github.com/eclipse-glsp/glsp-vscode-integration/pull/87) - [x] glsp-playwright (https://github.com/eclipse-glsp/glsp-playwright/pull/42) - [x] glsp-eclipse-integration (https://github.com/eclipse-glsp/glsp-eclipse-integration/pull/124) <!-- Is your feature request related to a problem? Please describe --> <!-- Describe the solution you'd like --> <!-- Describe alternatives you've considered -->
Update dev dependency stack to move from eslint 8.x which is not officially supported for newer Typescript versions to Eslint 10
This probably requires updates and verifications in all repositories: