Upgrade Node.js to version 12#61587
Conversation
|
Pinging @elastic/kibana-app-arch (Team:AppArch) |
6880749 to
7b18da9
Compare
a8698ea to
9b80d5b
Compare
flash1293
left a comment
There was a problem hiding this comment.
Lens changes LGTM, it's about the change to stable Array#sort. Even makes it more correct!
mistic
left a comment
There was a problem hiding this comment.
Changes to files under operations team code owners LGTM
Bamieh
left a comment
There was a problem hiding this comment.
i18n changes look good. only a trival snapshot update.
ThomThomson
left a comment
There was a problem hiding this comment.
Kibana Presentation changes LGTM! Thanks for explaining the Promise / ticks change that happened in Node 11.
|
Pinging @elastic/ingest-management (Team:Ingest Management) |
nchaulet
left a comment
There was a problem hiding this comment.
Ingest Management change LGTM
💔 Build Failed
Failed CI StepsMetrics [docs]Async chunks
Distributable file count
Page load bundle
History
To update your PR or re-run it, just comment with: |
|
FYI: This PR was merged before CI was passing on purpose, knowing that there would be an issue with the TypeScript tests. This is being fixed in |
Depends on #80468This upgrades the Node.js runtime to a new major version.
For a complete list of changes in the Node.js runtime, see the Node.js CHANGELOG. For only the breaking changes, see the list of notable changes for v11 and v12 respectively.
Closes #47968
Closes #26379
Major changes to Node.js impacting this upgrade
Release note
Upgrades the major Node.js version used by and shipped with Kibana from v10 to v12. This includes support for TLSv1.3 and three new cipher suites: TLS_AES_256_GCM_SHA384, TLS_CHACHA20_POLY1305_SHA256, and TLS_AES_128_GCM_SHA256.