* chore(NA): downgrade rules nodejs into v4.0.0
* chore(NA): include windows patch
* chore(NA): polish downgrade code
* chore(NA): include yarn.lock
(cherry picked from commit 0b2da10a7d)
Co-authored-by: Tiago Costa <tiago.costa@elastic.co>
* fix(NA): bazel remote cache traffic
* chore(NA): include local patch to fix the caches node_modules problem
(cherry picked from commit b84383e937)
Co-authored-by: Tiago Costa <tiago.costa@elastic.co>
* chore(NA): upgrades rules_node_js to v5.4.0
* chore(NA): include expunge on bootstrap --force-install
(cherry picked from commit fb761dca4c)
Co-authored-by: Tiago Costa <tiago.costa@elastic.co>
* chore(NA): upgrade bazel into v5
* chore(NA): initial work to upgrade to rules v5
* chore(NA): remove @elastic/datemath jest unit test for eslint plugin imports
* chore(NA): removed packager tsc_wrapped added my mistake
(cherry picked from commit eb0ef19583)
# Conflicts:
# .github/CODEOWNERS
# packages/kbn-eslint-plugin-imports/src/integration_tests/resolve_kibana_import.test.ts
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* 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>
* 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>