-
-
Notifications
You must be signed in to change notification settings - Fork 37
feat: Supporting Node 26 #3323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
feat: Supporting Node 26 #3323
Changes from 4 commits
3faebc5
915df74
4f2d191
6ae7a36
37ee3b1
4b21748
4d6c906
7176153
90e3fa2
70108fa
1ca1cc8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -39,7 +39,7 @@ | |||||
| "*.md" | ||||||
| ], | ||||||
| "engines": { | ||||||
| "node": "^20.19.0 || ^22.12.0 || ^24.0.0" | ||||||
| "node": "^20.19.0 || ^22.12.0 || ^24.0.0 || ^26.0.0-rc.1" | ||||||
|
Owner
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| }, | ||||||
| "dependencies": { | ||||||
| "@express-zod-api/zod-plugin": "workspace:^", | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -35,7 +35,7 @@ | |||||
| "*.md" | ||||||
| ], | ||||||
| "engines": { | ||||||
| "node": "^20.19.0 || ^22.12.0 || ^24.0.0" | ||||||
| "node": "^20.19.0 || ^22.12.0 || ^24.0.0 || ^26.0.0-rc.1" | ||||||
|
Owner
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| }, | ||||||
| "peerDependencies": { | ||||||
| "eslint": "^9.0.0", | ||||||
|
|
||||||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -36,7 +36,7 @@ | |||||
| "*.md" | ||||||
| ], | ||||||
| "engines": { | ||||||
| "node": "^20.19.0 || ^22.12.0 || ^24.0.0" | ||||||
| "node": "^20.19.0 || ^22.12.0 || ^24.0.0 || ^26.0.0-rc.1" | ||||||
|
Owner
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| }, | ||||||
| "dependencies": { | ||||||
| "ramda": "catalog:prod" | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change when ready (April 23rd)