Skip to content

Commit 8be6135

Browse files
committed
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 8097f1e because it's no longer necessary as explained in #909 (comment) - Fixes #909 - Fixes #921
1 parent a54eb09 commit 8be6135

File tree

3 files changed

+28
-35
lines changed

3 files changed

+28
-35
lines changed

.github/workflows/e2e.yml

-4
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,6 @@ jobs:
9595
distribution: adopt
9696
java-version: 21
9797
cache: gradle
98-
- name: Use Python 3.11
99-
uses: actions/setup-python@v4
100-
with:
101-
python-version: '3.11'
10298
- uses: actions/setup-node@v2
10399
with:
104100
node-version: '16'

e2e/spring-shell-e2e/package-lock.json

+26-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e/spring-shell-e2e/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"typescript": "^4.6.4"
3737
},
3838
"dependencies": {
39-
"node-pty": "0.11.0-beta19",
40-
"xterm-headless": "^4.18.0"
39+
"node-pty": "^1.0.0",
40+
"@xterm/headless": "^5.5.0"
4141
}
4242
}

0 commit comments

Comments
 (0)