feat: node 22, telnet rewrite and new force connect options - #49
Merged
Conversation
- Require Node >=22 and npm >=10 (update .nvmrc and engines in package.json) - Rewrite test-results-fetcher: replace telnet-client with raw TCP socket, fix UTC timestamp bug that caused infinite hangs on all timezones, add TCP line-buffer for chunked data, SIGINT/SIGTERM cleanup - Add --forceConnect flag: kills any local process on port 8085 before deploying; default behaviour fails immediately if port is occupied - Replace glob-promise/uuid/telnet-client with glob v10 and crypto.randomUUID() - Upgrade dependencies: fs-extra 10→11, @babel/* to latest 7.x, eslint 8.10→8.57, add semantic-release + changelog/git/github plugins - Update .eslintrc: ecmaVersion latest, es2022, add Node 18+ Web API globals - Update release workflow: Node 22, OIDC provenance publish, checkout@v6, setup-node@v6, npx semantic-release with changelog and git plugins - Update peerDependency to kopytko-packager ^1.3.1 - Document --forceConnect and port 8085 behaviour in README
bchelkowski
requested review from
praveenKumarCH534 and
vlad-seleznev
and removed request for
a team
March 24, 2026 21:56
github-actions Bot
pushed a commit
that referenced
this pull request
Mar 24, 2026
# [2.5.0](v2.4.1...v2.5.0) (2026-03-24) ### Features * node 22, telnet rewrite and new force connect options ([#49](#49)) ([a09db61](a09db61))
|
🎉 This PR is included in version 2.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.