Tiago Costa
fa802559b0
chore(NA): redesign integration between bazel node_modules management and yarn kbn commands ( #114048 ) ( #128618 )
...
* chore(NA): redesign integration between bazel node_modules management and yarn kbn commands
* fix(NA): remove .yarn-integrity on force install
* fix(NA): include clean on force install
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 32eb83cfd2
)
# Conflicts:
# packages/kbn-pm/dist/index.js
# packages/kbn-pm/src/commands/bootstrap.ts
2022-03-28 15:42:57 +01:00
Thomas Watson
cdc71634f0
Upgrade Node.js from v16.13.2 to v16.14.2 ( #128123 ) ( #128150 )
...
(cherry picked from commit de02c2da65
)
# Conflicts:
# package.json
2022-03-21 15:12:59 +00:00
Spencer
1fc5a7d3fc
[8.1] [yarn] download prebuilt artifacts for re2 and node-sass from custom mirrors ( #126820 ) ( #126855 )
...
* [yarn] download prebuilt artifacts for re2 and node-sass from custom mirrors (#126820 )
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit c509fda3fb
)
# Conflicts:
# yarn.lock
* update kbn/pm dist
2022-03-03 16:24:55 -07:00
Thom Heymann
2a2fd7cbf0
Bump Node.js from version 16.13.0 to 16.13.2 ( #122723 )
2022-01-12 08:26:26 +00:00
Jonathan Budzenski
6908420a8b
Bump node to 16.13.0 ( #116519 )
...
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-11-02 21:56:47 -05:00
Jonathan Budzenski
fa1a233d23
Development and build support for ARM based Apple devices ( #114879 )
2021-10-19 23:01:52 +01:00
Jonathan Budzenski
7d66002da2
Bump node to 16.11.1 ( #110684 )
...
* Bump node to ^16
* fix comment
* use jest timers
* bump mock-fs
* Fix core type errors
* Unskipping tests that work on my machine
* skip new unhandled promise rejection
* Fix Nodejs v16 regression due to https://github.com/nodejs/node/issues/38924
* Fix failing concurrent connections collector test
* Fix types after merge from master
* update servicenow test
* Skip unhandledRejection tests
* Skip tests with unhandled promise rejection
* Fix discover jest failures
* bump node to 16.11.1
* revert timeout increase
* skip unhandled promise rejection
* rm jest import
* skip unhandled promise rejection
Co-authored-by: Rudolf Meijering <skaapgif@gmail.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Tim Roes <tim.roes@elastic.co>
2021-10-16 16:21:58 -05:00
Thomas Watson
29b45883be
Bump Node.js from version 14.17.5 to 14.17.6 ( #110654 )
2021-09-01 08:50:50 +02:00
Tiago Costa
7dc24e65d6
chore(NA): upgrades bazel rules nodejs into v3.8.0 ( #108471 )
2021-08-13 15:24:51 +01:00
Aleh Zasypkin
dc1ceefbfd
Bump Node.js from version 14.17.3 to 14.17.5. ( #108324 )
2021-08-13 09:26:42 +02:00
Tiago Costa
86225685c6
chore(NA): upgrades bazel rules nodejs into v3.7.0 ( #105764 )
...
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-15 22:35:56 +01:00
Thomas Watson
3a173656ab
Upgrade from Node.js v14.17.2 to v14.17.3 ( #104417 )
2021-07-08 07:26:37 -04:00
Tiago Costa
2b236b7fa6
chore(NA): enable exports_directories_only on rules nodejs to improve performance ( #104180 )
...
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-02 00:14:40 +01:00
Thomas Watson
23d900eb56
Bump Node.js from version 14.17.0 to 14.17.2 ( #104148 )
2021-07-01 21:27:49 +02:00
Tiago Costa
90db5fd4a4
chore(NA): upgrades bazel rules nodejs into v3.6.0 ( #103895 )
...
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-01 01:48:48 +01:00
Tiago Costa
e565b22ab3
chore(NA): upgrade bazel rules nodejs to v3.5.1 ( #101412 )
2021-06-04 19:56:52 +01:00
Thomas Watson
afaacae777
Bump Node.js from version 14.16.1 to 14.17.0 ( #100314 )
2021-05-19 07:36:43 -07:00
Tiago Costa
6f819638ba
chore(NA): upgrade bazel rules nodejs to v3.5.0 ( #99932 )
2021-05-12 12:50:03 -04:00
Tiago Costa
24374d9c4a
chore(NA): upgrades bazel rules nodejs into v3.4.2 ( #98701 )
...
* chore(NA): upgrade bazel rules nodejs to v3.4.1
* chore(NA): update rules nodejs into 3.4.2
* chore(NA): update yarn lock after updating rules
2021-04-29 15:18:14 +01:00
Tiago Costa
e3f5249c88
chore(NA): @kbn/pm new commands to support development on Bazel packages ( #96465 )
...
* chore(NA): add warnings both to run and watch commands about Bazel built packages
* chore(NA): add new commands to build and watch bazel packages
* docs(NA): add documentation about how to deal with bazel packages
* chore(NA): addressed majority of the feedback received except for improved error logging
* chore(NA): disable ibazel info notification.
* chore(NA): remove iBazel notification
* chore(NA): remove iBazel notification - kbn pm dist
* chore(NA): move show_results option to kbn-pm only
* chore(NA): patch build bazel command to include packages target list
* chore(NA): add pretty logging for elastic-datemath
* chore(NA): remove double error output from commands ran with Bazel
* fix(NA): include simple error message to preserve subprocess failure state
* docs(NA): missing docs about how to independentely watch non bazel packages
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-04-12 20:24:19 -04:00
Thomas Watson
88847b9845
Bump Node.js from version 14.16.0 to 14.16.1 ( #96382 )
2021-04-07 14:31:10 -04:00
Tiago Costa
c042968b33
chore(NA): upgrade bazel rules nodejs to v3.2.3 ( #95413 )
2021-03-25 12:08:34 -04:00
Tiago Costa
904d98ea59
chore(NA): upgrade bazel rules nodejs to v3.2.2 ( #94726 )
2021-03-16 14:32:43 -04:00
Tiago Costa
86f1684076
chore(NA): manage npm dependencies within bazel ( #92864 )
...
* chore(NA): full WORKSPACE.bazel logic plus manage yarn dependencies with Bazel
* chore(NA): update BUILD.bazel files comments on root and packages
* chore(NA): add workspace file with useful data
* chore(NA): install deps through bazel
* chore(NA): update workspace file
* chore(NA): update into last rules nodejs
* chore(NA): ensure bazel always run yarn install
* chore(NA): support offline mode
* chore(NA): remove elastic-datemath
* chore(NA): restore bazel 4.0.0
* chore(NA): update kbn pm dist
* chore(NA): introduce force-install command
* docs(NA): update docs with new yarn kbn bootstrap flags
* chore(NA): use path.resolve on kbn bootstrap integrity check verification
* chore(NA): update .yarnrc
Co-authored-by: Tyler Smalley <tylersmalley@me.com>
* chore(NA): change cli argument typo
* chore(NA): fix spacing on kbn pm cli
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Tyler Smalley <tylersmalley@me.com>
2021-03-03 12:37:20 -05:00
Tiago Costa
cf3c746eca
chore(NA): bazel machinery installation on kbn bootstrap ( #89469 )
...
* chore(NA): bazel machinery installation on kbn bootstrap
* refact(NA): simplify install logic
* chore(NA): update kbn pm with last changes
2021-01-28 00:51:01 +00:00