Uh oh!
There was an error while loading. Please reload this page.
Update Node.js version and dependencies, remove EOL versions - #428
Merged
Conversation
robgruen
commented
Aug 21, 2026
ContributorAuthor
Copilot resolve the merge conflicts in this pull request |
Co-authored-by: robgruen <25374553+robgruen@users.noreply.github.com>
Contributor
Resolved the merge conflicts with |
Tal Zaccai (TalZaccai)
approved these changes
Aug 21, 2026
… build Co-authored-by: robgruen <25374553+robgruen@users.noreply.github.com>
Co-authored-by: robgruen <25374553+robgruen@users.noreply.github.com>
Co-authored-by: robgruen <25374553+robgruen@users.noreply.github.com>
…sertions Co-authored-by: robgruen <25374553+robgruen@users.noreply.github.com>
Co-authored-by: robgruen <25374553+robgruen@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
This pull request updates the Node.js version requirements and dependencies across the project to ensure compatibility with the latest Node.js and TypeScript releases. It also bumps the package version to
0.1.4.Node.js version updates:
.github/workflows/ci.js.ymlto test against versions22.x,24.x, and26.xinstead of older versions..github/workflows/github-pages.ymlfrom18.xto24.x.engines.nodefield intypescript/package.jsonto require Node.js>=22.19.0.Dependency updates:
typescript/package.jsonto requiretypescript@^7.0.2andundici@^8.10.0, and updated dev dependencies to@types/node@^26.2.0andundici@^8.10.0. [1][2]Version bump:
typescript/package.jsonversion from0.1.3to0.1.4.