Commit graph

29 commits

Author SHA1 Message Date
Jonathan Budzenski e1503d4658
[7.x] Bump node to 16.11.1 (#115298) 2021-10-16 16:22:17 -05:00
Kibana Machine 9a5c27002d
Bump Node.js from version 14.17.5 to 14.17.6 (#110654) (#110756)
Co-authored-by: Thomas Watson <w@tson.dk>
2021-09-01 05:18:05 -04:00
Kibana Machine 4272b03534
Bump Node.js from version 14.17.3 to 14.17.5. (#108324) (#108489)
Co-authored-by: Aleh Zasypkin <aleh.zasypkin@gmail.com>
2021-08-13 09:13:19 -04:00
Kibana Machine b5a2d7e5d5
Upgrade from Node.js v14.17.2 to v14.17.3 (#104417) (#104844)
Co-authored-by: Thomas Watson <w@tson.dk>
2021-07-08 13:33:46 +00:00
Thomas Watson f5e032a5c0
Bump Node.js from version 14.17.0 to 14.17.2 (#104148) (#104195) 2021-07-01 17:44:38 -04:00
Kibana Machine c48fd4ba03
Bump Node.js from version 14.16.1 to 14.17.0 (#100314) (#100336)
Co-authored-by: Thomas Watson <w@tson.dk>
2021-05-24 16:38:02 +00:00
Kibana Machine 67c6cadbc3
Bump Node.js from version 14.16.0 to 14.16.1 (#96382) (#96474)
Co-authored-by: Thomas Watson <w@tson.dk>
2021-04-07 16:39:32 -04:00
Thomas Watson 88cea0ad77
Bump Node.js from version 14.15.4 to 14.16.0 (#92421) (#92494) 2021-02-24 06:43:17 +01:00
Thomas Watson f569d20790
Bump Node.js from version 14.15.3 to 14.15.4 (#87207) (#87233) 2021-01-05 00:38:14 +01:00
Thomas Watson 5db8193600
Bump Node.js from version 14.15.2 to 14.15.3 (#86593) (#86603) 2020-12-20 18:07:22 +01:00
Thomas Watson cc3be64b4c
Bump Node.js from version 14.15.1 to 14.15.2 (#86087) (#86099) 2020-12-16 15:00:45 +01:00
Thomas Watson fdb71b6f44
Upgrade Node.js to version 14 (#83425) (#84846) 2020-12-03 09:35:10 +01:00
Thomas Watson 076b2cd9ff
Bump Node.js from 12.19.0 to 12.19.1 (#83452) (#83518) 2020-11-17 13:19:22 +01:00
Thomas Watson 3c82fde4f7
Upgrade Node.js to version 12 (#61587) (#83343) 2020-11-13 10:07:13 +01:00
Thomas Watson 216bade879
Update Node.js to version 10.22.1 (#77619) (#77641) 2020-09-16 21:45:41 +02:00
Thomas Watson 0fc1e0bfba
[7.x] Update Node.js to version 10.22.0 (#75254) (#75411) 2020-08-19 14:09:42 +02:00
Thomas Watson b86c7adac6
Update Node.js to version 10.21.0 (#68059) (#68345) 2020-06-05 13:13:03 +02:00
Tyler Smalley 9c46ce89eb
Update Node.js to version 10.19.0 (#56940) (#56941)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2020-02-06 07:33:19 -08:00
Thomas Watson ca01375ff4
Update Node.js to version 10.18.0 (#52865) (#53471) 2019-12-18 15:48:59 +01:00
Jonathan Budzenski 909ba06bfc
Bump node to 10.15.2 (#32200) 2019-02-28 10:49:28 -06:00
Jonathan Budzenski cfe374cb25
Bump node to 10.15.1 (#27918)
* Bump node to 10.15.0

* newline

* -1 newline

* bump max header size to 64kb

* fix quotes

* s

* space

* Bump node to 10.15.1

* fix flag arg
2019-02-05 16:06:59 -06:00
Tiago Costa 45a67701f2
Upgrade to NodeJS 10 (#25157)
* feat(NA): upgrade node js version on file configs.

* chore(NA): migrate configs and 3rd party dependencies to work on node js 10.x

* fix(NA): add missing async function declaration.

* chore(NA): updated elastic/good package to work with node10

* chore(NA): update lockfiles.

* fix(NA): add missing dep.

* fix(NA): types for node 10.

* test(NA): fix error return type for node10.

* fix(NA): kbn-pm webpack config to unlazy a require using lazy-cache. fix(NA): build to work with node 10.

* test(NA): jest integration test for kbn-pluin-helpers.

* test(NA): fix jest tests for kbn-es.

* fix(NA): use ostmpdir instead of a tmp folder inside the fixtures.

* fix(NA): change afterEach on kbn es decompress test.

* fix(NA): change afterEach on kbn es decompress test.

* fix(NA): readd mock-fs for the tests that still use it on kbn-es and that works on node10.

* fix(NA): readd mock-fs for the tests that still use it on kbn-es and that works on node10.

* refact(NA): rewrite tests using mock-fs and completely remove this dependency.

* fix(NA): failing test implementation using jest mock in order to replace mock-fs.

* fix(NA): update jest snapshots to match new ones generated one node 10.

* fix(NA): cli/cluster mock to spyOn off method instead off spyOn removeListener as this was changed on Node 10.

* fix(NA): tests for cluster_manager to also spyOn off and on instead of addListener and removeListener

* test(NA): fix management advance settings image field test flow.

* fix(NA): apply missing types for src/core/server/plugins/discovery/plugins_discovery.ts.

* test(NA): updated 2 missing snapshots for KuiCodeEditor on kbn-ui-framework.

* refact(NA): fix eslint errors.

* refact(NA): fix ts code with tslint fix. chore(NA): update jest snapshots.

* chore(NA): migrate kbn config schema peer dependency to last used joi version to avoid warning on bootstrap.

* fix(NA): tslint errors.

* chore(NA): upgrade types node to the last version.

* fix(NA): missing utf8 input format encoding when reading a file.

* chore(NA): upgrade to node 10.14.1

* fix(NA): Buffer api usage to avoid deprecation warnings.
2018-12-10 17:41:51 +00:00
Tyler Smalley 3909d8bed6
Bump node to 8.14.0 (#26313)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2018-11-27 19:03:52 -08:00
Jonathan Budzenski 5df22e531f
Bump node to 8.11.4 (#22048) 2018-08-16 13:05:17 -05:00
Jonathan Budzenski 7a2eb23831
Bump node to 8.11.3 (#19861) 2018-06-14 12:45:20 -05:00
Jonathan Budzenski 42168afca0
Bump node to 8.11.0 (#17437) 2018-03-28 16:53:37 -05:00
Søren Louv-Jansen f47cac6427
Add .nvmrc file (#17145)
* Add .nvmrc file

* Update contributing docs

* Fix typo in `nvm use`

* Update "install node" text

* Add test to ensure .nvmrc and .node-version are identical

* Use async/await instead of promise

* Feedback
2018-03-15 14:34:31 +01:00
Court Ewing 58d6137fdd Revert "Merge pull request #5999 from epixa/nvmrc"
This reverts commit 5227ab6b4c, reversing
changes made to 39f56d6bc6.
2016-01-25 14:42:22 -05:00
Court Ewing 7523b072c4 Specify node version via .nvmrc 2016-01-25 13:04:58 -05:00