chore: bump spring-shell-e2e dependencies

- Bump node-pty from 0.11.0-beta19 to 1.0.0
- Bump xterm-headless from 4.18.0 to 5.5.0
- Rename xterm-headless to @xterm/headless as per https://www.npmjs.com/package/xterm-headless
- Unpin Python 3.11 in e2e test by reverting commit 8097f1eb91 because it's no longer necessary as explained in https://github.com/spring-projects/spring-shell/issues/909#issuecomment-2188962147

- Fixes https://github.com/spring-projects/spring-shell/issues/909
- Fixes https://github.com/spring-projects/spring-shell/issues/921
This commit is contained in:
Pedro Aguiar
2024-06-25 10:30:48 -04:00
committed by Mahmoud Ben Hassine
parent 99623965fb
commit 2f00d7329b
3 changed files with 28 additions and 35 deletions

View File

@@ -95,10 +95,6 @@ jobs:
distribution: adopt
java-version: 22
cache: gradle
- name: Use Python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.11'
- uses: actions/setup-node@v2
with:
node-version: '16'