-
Notifications
You must be signed in to change notification settings - Fork 40
feat: added support for v26 #2524
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
Changes from 14 commits
560658a
f4b3fb1
114005f
e684470
6abf6b8
43b02fd
308162f
c573ddc
f083aea
aca9e19
d6a82da
1aa813f
b8c62bd
bb6bf3a
fb8d94e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
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 |
|---|---|---|
|
|
@@ -142,7 +142,7 @@ | |
| "mocha-multi-reporters": "1.5.1", | ||
| "moment": "2.30.1", | ||
| "morgan": "1.10.0", | ||
| "nan": "2.22.2", | ||
| "nan": "2.27.0", | ||
|
Contributor
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. nan v2.27.0 added support for v26 |
||
| "node-gyp": "11.2.0", | ||
| "opentracing": "0.14.7", | ||
| "pino": "10.3.0", | ||
|
|
@@ -171,14 +171,17 @@ | |
| }, | ||
| "overrides": { | ||
| "prebuildify": { | ||
| "node-abi": "4.8.0" | ||
| "node-abi": "4.31.0" | ||
| }, | ||
| "stream-shift": "1.0.2", | ||
| "event-loop-stats": { | ||
| "nan": "2.22.2" | ||
| "nan": "2.27.0" | ||
| }, | ||
| "gcstats.js": { | ||
| "nan": "2.22.2" | ||
| "nan": "2.27.0" | ||
| }, | ||
| "mocha": { | ||
| "yargs": "18.0.0" | ||
|
Contributor
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. Yargs v18 currently not compatible with Node.js v18, we skip v18 build for now, until yargs resolves the compatibility issue. |
||
| } | ||
| }, | ||
| "config": { | ||
|
|
||
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.
Prisma currently failing for v26, skipped for now. card: https://jsw.ibm.com/browse/INSTA-89970
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.
Cool. Moved to blocked. Are they aware already?
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.
No I will create a git issue later
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.
Oki. I allow it.
👹