chore(@typegpu/cli): lower Node.js version requirement#2570
Merged
Conversation
|
pkg.pr.new packages benchmark commit |
📊 Bundle Size Comparison
👀 Notable resultsStatic test results:No major changes. Dynamic test results:No major changes. 📋 All resultsClick to reveal the results table (355 entries).
If you wish to run a comparison for other, slower bundlers, run the 'Tree-shake test' from the GitHub Actions menu. |
There was a problem hiding this comment.
Pull request overview
This PR adjusts the published Node.js engine requirement for the @typegpu/cli package to be less restrictive, improving compatibility for users on older Node versions.
Changes:
- Lower
@typegpu/cli’sengines.noderequirement from>=24.0.0to>=22.0.0.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Resolution Time Benchmark---
config:
themeVariables:
xyChart:
plotColorPalette: "#E63946, #3B82F6, #059669"
---
xychart
title "Random Branching (🔴 PR | 🔵 main | 🟢 release)"
x-axis "max depth" [1, 2, 3, 4, 5, 6, 7, 8]
y-axis "time (ms)"
line [0.96, 1.89, 4.24, 6.77, 7.40, 9.88, 21.14, 23.12]
line [0.95, 1.91, 4.01, 6.33, 7.01, 11.24, 20.65, 24.53]
line [0.98, 1.95, 4.47, 6.43, 7.36, 10.09, 20.59, 22.40]
---
config:
themeVariables:
xyChart:
plotColorPalette: "#E63946, #3B82F6, #059669"
---
xychart
title "Linear Recursion (🔴 PR | 🔵 main | 🟢 release)"
x-axis "max depth" [1, 2, 3, 4, 5, 6, 7, 8]
y-axis "time (ms)"
line [0.28, 0.54, 0.71, 0.86, 1.05, 1.13, 1.38, 1.50]
line [0.31, 0.51, 0.75, 0.85, 1.09, 1.19, 1.43, 1.61]
line [0.31, 0.55, 0.75, 0.84, 1.19, 1.33, 1.52, 1.63]
---
config:
themeVariables:
xyChart:
plotColorPalette: "#E63946, #3B82F6, #059669"
---
xychart
title "Full Tree (🔴 PR | 🔵 main | 🟢 release)"
x-axis "max depth" [1, 2, 3, 4, 5, 6, 7, 8]
y-axis "time (ms)"
line [0.79, 2.04, 3.88, 6.67, 11.84, 25.42, 53.46, 110.78]
line [0.98, 1.90, 3.94, 6.29, 12.31, 25.49, 53.49, 109.69]
line [0.97, 2.03, 4.07, 6.27, 12.51, 26.42, 56.83, 115.05]
|
aleksanderkatan
approved these changes
May 27, 2026
iwoplaza
approved these changes
May 28, 2026
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.
The most restrictive package is
@clack/promptswhich requires Node >= 20.12.0.