-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Upgrade Node.js to 22.13.1 #205983
base: main
Are you sure you want to change the base?
Upgrade Node.js to 22.13.1 #205983
Conversation
@elastic/kibana-reporting-services, cc @dokmic if you get a chance can you help with I made a pass but it's out of my expertise and don't want to cause a memory regression
Implemented at #136537 |
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.
Core changes LGTM. Code review only
@@ -1678,7 +1679,7 @@ | |||
"@types/webpack-sources": "^0.1.4", | |||
"@types/xml2js": "^0.4.11", | |||
"@types/yargs": "^15.0.0", | |||
"@types/yauzl": "^2.9.1", | |||
"@types/yauzl": "^2.10.3", |
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.
nit: seems odd that the types are v2 and the library v3. Maybe these are not needed anymore?
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.
Thanks for noting - they're still needed. The missing changes aren't too extensive fortunately, it looks like there are missing definitions for a few methods we aren't using.
https://github.com/DefinitelyTyped/DefinitelyTyped/tree/ffe46d9382e765fc0f54530b4653e57e6ef0921c/types/yauzl
https://github.com/thejoshwolfe/yauzl?tab=readme-ov-file#change-history
Pinging @elastic/fleet (Team:Fleet) |
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
Pinging @elastic/obs-ux-management-team (Team:obs-ux-management) |
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
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.
kibana management changes lgtm
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.
Obs UX infra and services changes LGTM (code review only)
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.
packages/kbn-es-archiver/src/lib/archives/parse.test.ts
changes LGTM
Ensure image buffers passed to the worker spun to generate a PDF request is transferrable
⏳ Build in-progress, with failures
Failed CI StepsTest Failures
History
|
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.
Fleet changes LGTM
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.
Automatic Import test changes LGTM
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.
looks good!
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.
Reporting changes LGTM
https://nodejs.org/en/blog/announcements/v22-release-announce
https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V22.md
Closes #198790