Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
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

Signed-off-by: heavynimbus <hugo.wieder@gmail.com>
  • Loading branch information
codespearhead authored and heavynimbus committed Jun 20, 2025
commit c4894b44aec29b200276bd6948668e5b96fe8d2a
4 changes: 0 additions & 4 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
55 changes: 26 additions & 29 deletions e2e/spring-shell-e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions e2e/spring-shell-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"typescript": "^4.6.4"
},
"dependencies": {
"node-pty": "0.11.0-beta19",
"xterm-headless": "^4.18.0"
"node-pty": "^1.0.0",
"@xterm/headless": "^5.5.0"
}
}