Commit graph

12 commits

Author SHA1 Message Date
Kibana Machine
67f50e52d1
[8.7] Upgrade Node.js to 16.19.1 (#151527) (#151746)
# Backport

This will backport the following commits from `main` to `8.7`:
- [Upgrade Node.js to 16.19.1
(#151527)](https://github.com/elastic/kibana/pull/151527)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"Jon","email":"jon@elastic.co"},"sourceCommit":{"committedDate":"2023-02-21T16:40:59Z","message":"Upgrade
Node.js to 16.19.1
(#151527)\n\nhttps://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V16.md#16.19.1","sha":"d41bcb210a89d7056e470bcb705d6e0b74394f3f","branchLabelMapping":{"^v8.8.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","backport:all-open","v8.8.0"],"number":151527,"url":"https://github.com/elastic/kibana/pull/151527","mergeCommit":{"message":"Upgrade
Node.js to 16.19.1
(#151527)\n\nhttps://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V16.md#16.19.1","sha":"d41bcb210a89d7056e470bcb705d6e0b74394f3f"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.8.0","labelRegex":"^v8.8.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/151527","number":151527,"mergeCommit":{"message":"Upgrade
Node.js to 16.19.1
(#151527)\n\nhttps://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V16.md#16.19.1","sha":"d41bcb210a89d7056e470bcb705d6e0b74394f3f"}}]}]
BACKPORT-->

Co-authored-by: Jon <jon@elastic.co>
2023-02-21 10:54:24 -07:00
Thomas Watson
575c79ba4a
[docs] Document considerations around major Node.js upgrades (#150155) 2023-02-02 19:59:48 +01:00
Thomas Watson
6a0f7b9562
Downgrade Node.js to version 16 (#149531)
Closes #149438

We'll upgrade again once a suitable solution to the issue has been
found.
2023-01-26 11:53:52 +00:00
Thomas Watson
b345f75634
Upgrade Node.js from v16.18.1 to v18.13.0 (#144012)
Closes #134930

Breaking changes in Node.js majors:

- `17.0.0`:
https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V17.md#17.0.0
- `18.0.0`:
https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V18.md#18.0.0
2023-01-17 21:04:23 +01:00
Jonathan Budzenski
6672962d19
Bump node to 16.18.1 (#144751)
https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V16.md#16.18.1
2022-11-08 10:16:10 -06:00
Jonathan Budzenski
21bc8ba841
Bump node to 16.17.1 (#141702) 2022-09-23 15:02:48 -05:00
Jonathan Budzenski
369272efe1
Bump Node.js to 16.16.0 (#135926) 2022-07-07 17:05:09 -05:00
Thomas Watson
e0d667b266
[docs] bring the Node.js upgrade docs up to date (#128126) 2022-03-21 00:41:39 -07:00
garanews
58f6d9002a
Fix typos in docs & dev_docs (#113746) 2021-10-07 14:30:32 -04:00
Thomas Watson
5d54e2990b
Update developer docs for upgrading Node.js (#96422) 2021-04-08 08:50:23 -05:00
Thomas Watson
103e8f91c8
Fix doc styling for upgrading-nodejs.asciidoc (#87976)
This addresses review comments missed in #87450
2021-01-12 19:06:55 +01:00
Thomas Watson
5c719e9ad9
Document how Node.js should be upgraded (#87450)
* Document how Node.js should be upgraded

* Apply suggestions from code review

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* Don't show version numbers as code snippets

* Add information about .ci/Dockerfile edge-case

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
2021-01-11 16:32:33 +01:00