Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update babel 7.21 #161079

Closed
wants to merge 10,000 commits into from
Closed

Update babel 7.21 #161079

wants to merge 10,000 commits into from

Conversation

delanni
Copy link
Contributor

@delanni delanni commented Jul 3, 2023

Summary

Updates babel to 7.21+, as it's on other open branches.

Closes #160010

Checklist

Delete any items that are not applicable to this PR.

kibanamachine and others added 30 commits September 28, 2022 07:05
(cherry picked from commit 27483d5)

Co-authored-by: Nick Peihl <[email protected]>
…elastic#142057)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit b854cd8)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
elastic#142071)

* Adding link to ES docs

* Adding link to ES docs

* Apply suggestions from code review

Co-authored-by: Lisa Cawley <[email protected]>

Co-authored-by: Lisa Cawley <[email protected]>
(cherry picked from commit 0fbbd4f)

Co-authored-by: Ying Mao <[email protected]>
)

* new test for importing saved objects pre-upgrade

* revery change to existing skipped test

* remove unused log
* Fix SO export sorting algorithm (elastic#142078)

* Fix SO export sorting algorithm

* improve var name

* adapt another unit  test

Co-authored-by: Kibana Machine <[email protected]>
(cherry picked from commit 4cdd74d)

* fix import for 7.x

Co-authored-by: Pierre Gayvallet <[email protected]>
…bar (elastic#137606) (elastic#141947)

* use search bar language in place of hard coded kuery

* update tests

* update snapshot

* add cypress

(cherry picked from commit fb13643)

# Conflicts:
#	x-pack/plugins/security_solution/cypress/e2e/timelines/search_or_filter.cy.ts
#	x-pack/plugins/security_solution/cypress/tasks/timeline.ts
* Re-enable Bazel cache on CI

* remove exit test

(cherry picked from commit 30e482b)

Co-authored-by: Jonathan Budzenski <[email protected]>
…c#143029) (elastic#143105)

This PR re-enables some data frame analytics test suites.

(cherry picked from commit d3db6e7)

# Conflicts:
#	x-pack/test/functional/apps/ml/data_frame_analytics/outlier_detection_creation.ts
#	x-pack/test/functional/apps/ml/data_frame_analytics/regression_creation.ts
#	x-pack/test/functional/apps/ml/data_frame_analytics/results_view_content.ts

Co-authored-by: Kibana Machine <[email protected]>
…Saved Objects integration tests (elastic#140998) (elastic#142670)

* Removing esArchiver in favor of testDataLoader for `bulk_get` Saved Objects integration tests (elastic#140998)

* Removing esArchiver in favor of testDataLoader

* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'

* Adding test data for loader

* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'

* Adding generic TestDataLoader

* Importing just the type per PR feedback

* Changing testDataLoader function names to be more descriptive

Co-authored-by: kibanamachine <[email protected]>
Co-authored-by: Larry Gregory <[email protected]>
Co-authored-by: Thomas Watson <[email protected]>

* Changing SecurityOnly to use the context when calling the bulkGet tests

* Updating versions of saved objects

* Missing SO for the SecurityOnly tests

* Remove prefix from ID

* Permitting SecurityOnly tests to use esArchiver because objects cant be created with namespaces and spaces disabled through kibana

* Moving async calls out of map and awaiting

Co-authored-by: kibanamachine <[email protected]>
Co-authored-by: Larry Gregory <[email protected]>
Co-authored-by: Thomas Watson <[email protected]>
(cherry picked from commit f60e22b)

# Conflicts:
#	package.json
#	yarn.lock

Co-authored-by: Kibana Machine <[email protected]>
…143249)

* Removing esArchiver from bulkCreate (elastic#142676)

(cherry picked from commit 035a433)

# Conflicts:
#	x-pack/test/saved_object_api_integration/common/suites/bulk_create.ts

* Updating Security Only to still use EsArchiver

* Fixing the clean up of saved objects after tests
* [DOCS] Adds 7.17.7 release notes

* Update docs/CHANGELOG.asciidoc

Co-authored-by: Luke Elmers <[email protected]>

Co-authored-by: Kibana Machine <[email protected]>
Co-authored-by: Luke Elmers <[email protected]>
This PR clarifies which settings must be unique across each {kib} instance.
…lastic#143588)

In DevTools, if you go to run `kbn:/s/foo/api/MY_REQUEST` then IF default space you effectively run `KIBANA/s/foo/api/MY_REQUEST` BUT IF non-default space e.g. `admin` you end up running `KIBANA/s/admin/s/foo/api/MY_REQUEST` which is invalid.

This is not pointed out in Dev Tools and since this page updated to the emphasize the DevTools example, this is tripping up more users who think it should work via this page.

Co-authored-by: gchaps <[email protected]>
Co-authored-by: Kibana Machine <[email protected]>
(cherry picked from commit 75f2d0c)

Co-authored-by: Stef Nestor <[email protected]>
* Feature/upgrade mocha 10.1 (elastic#143468)

* upgrade mocha to 10.1

(cherry picked from commit c365988)

# Conflicts:
#	package.json
#	yarn.lock

* Removing merge conflict lines

* re running yarn

* yarn reset for lockfile

Co-authored-by: Kibana Machine <[email protected]>
* Removing docs about multi-tenancy

* Removing link to multi tenancy

(cherry picked from commit 7d10edc)

Co-authored-by: Kurt <[email protected]>
…c#143983)

* resolve merge conflict

* revert change to upgrade/../discover_smoke_test
* Puppeteer v18.1

* fix types & remove any

* remove referencing puppeteer types

* fix unwanted diff

* fix unused translations

* fix pretty

* fix wait_for_elements implementation

* remove more puppeteer references
mistic and others added 21 commits June 22, 2023 16:29
Brings `7.17` Storybook version in sync with `main`. Closes
[elastic#159508](elastic#159508). Refer to
issue for PRs which were backported.

---------

Co-authored-by: Patryk Kopyciński <[email protected]>
Co-authored-by: kibanamachine <[email protected]>
Co-authored-by: Clint Andrew Hall <[email protected]>
Co-authored-by: spalger <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jon <[email protected]>
…lid (elastic#138345) (elastic#160660)

# Backport

This will backport the following commits from `main` to `7.17`:
- [[build] Remove default timestamp fix, assert timestamps are valid
(elastic#138345)](elastic#138345)

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

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

<!--BACKPORT [{"author":{"name":"Jonathan
Budzenski","email":"[email protected]"},"sourceCommit":{"committedDate":"2022-08-09T19:24:36Z","message":"[build]
Remove default timestamp fix, assert timestamps are valid (elastic#138345)\n\n*
[build] Remove default timestamp fix, assert timestamps are
valid\r\n\r\n* text\r\n\r\n* fix date\r\n\r\n* remove
test","sha":"ddc89841a38d945138706415c20b31753e400a21","branchLabelMapping":{"^v8.5.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","backport:skip","v8.5.0"],"number":138345,"url":"https://github.com/elastic/kibana/pull/138345","mergeCommit":{"message":"[build]
Remove default timestamp fix, assert timestamps are valid (elastic#138345)\n\n*
[build] Remove default timestamp fix, assert timestamps are
valid\r\n\r\n* text\r\n\r\n* fix date\r\n\r\n* remove
test","sha":"ddc89841a38d945138706415c20b31753e400a21"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.5.0","labelRegex":"^v8.5.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/138345","number":138345,"mergeCommit":{"message":"[build]
Remove default timestamp fix, assert timestamps are valid (elastic#138345)\n\n*
[build] Remove default timestamp fix, assert timestamps are
valid\r\n\r\n* text\r\n\r\n* fix date\r\n\r\n* remove
test","sha":"ddc89841a38d945138706415c20b31753e400a21"}}]}] BACKPORT-->

Co-authored-by: Jonathan Budzenski <[email protected]>
…c#160648)

# Backport

This will backport the following commits from `main` to `7.17`:
- [[build] Update copyAll implementation
(elastic#138692)](elastic#138692)

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

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

<!--BACKPORT [{"author":{"name":"Jonathan
Budzenski","email":"[email protected]"},"sourceCommit":{"committedDate":"2022-08-12T11:38:22Z","message":"[build]
Update copyAll implementation (elastic#138692)\n\n* [build] Update copyAll
implementation\r\n\r\n* remove unused
copy","sha":"339f9068fc068ee0f7312206ace5acd7426a3478","branchLabelMapping":{"^v8.5.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","backport:skip","v8.5.0"],"number":138692,"url":"https://github.com/elastic/kibana/pull/138692","mergeCommit":{"message":"[build]
Update copyAll implementation (elastic#138692)\n\n* [build] Update copyAll
implementation\r\n\r\n* remove unused
copy","sha":"339f9068fc068ee0f7312206ace5acd7426a3478"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.5.0","labelRegex":"^v8.5.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/138692","number":138692,"mergeCommit":{"message":"[build]
Update copyAll implementation (elastic#138692)\n\n* [build] Update copyAll
implementation\r\n\r\n* remove unused
copy","sha":"339f9068fc068ee0f7312206ace5acd7426a3478"}}]}] BACKPORT-->

---------

Co-authored-by: Jonathan Budzenski <[email protected]>
…) (elastic#160707)

# Backport

This will backport the following commits from `main` to `7.17`:
- [Upgrade `semver` dependency (`7.3.2` → `7.5.3`).
(elastic#160589)](elastic#160589)

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

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

<!--BACKPORT [{"author":{"name":"Aleh
Zasypkin","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-06-27T18:26:49Z","message":"Upgrade
`semver` dependency (`7.3.2` → `7.5.3`). (elastic#160589)\n\n##
Summary\r\nUpgrade `semver` dependency (`7.3.2` →
`7.5.3`).\r\n\r\nChange log:
https://github.com/npm/node-semver/blob/main/CHANGELOG.md\r\n\r\nThere
are no breaking or notable changes in the release,
mostly\r\nbugfixes.","sha":"b15ea1ed7ae2fc9d75255715e7db73511671c936","branchLabelMapping":{"^v8.10.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","release_note:skip","backport:all-open","v8.9.0","v8.10.0"],"number":160589,"url":"https://github.com/elastic/kibana/pull/160589","mergeCommit":{"message":"Upgrade
`semver` dependency (`7.3.2` → `7.5.3`). (elastic#160589)\n\n##
Summary\r\nUpgrade `semver` dependency (`7.3.2` →
`7.5.3`).\r\n\r\nChange log:
https://github.com/npm/node-semver/blob/main/CHANGELOG.md\r\n\r\nThere
are no breaking or notable changes in the release,
mostly\r\nbugfixes.","sha":"b15ea1ed7ae2fc9d75255715e7db73511671c936"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"8.9","label":"v8.9.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/160676","number":160676,"state":"MERGED","mergeCommit":{"sha":"31c790d9e91ab0ceaaa8346e802e3f9b3f90f281","message":"[8.9]
Upgrade `semver` dependency (`7.3.2` → `7.5.3`). (elastic#160589)
(elastic#160676)\n\n# Backport\n\nThis will backport the following commits from
`main` to `8.9`:\n- [Upgrade `semver` dependency (`7.3.2` →
`7.5.3`).\n(elastic#160589)](https://github.com/elastic/kibana/pull/160589)\n\n<!---
Backport version: 8.9.7 -->\n\n### Questions ?\nPlease refer to the
[Backport
tool\ndocumentation](https://github.com/sqren/backport)\n\n<!--BACKPORT
[{\"author\":{\"name\":\"Aleh\nZasypkin\",\"email\":\"[email protected]\"},\"sourceCommit\":{\"committedDate\":\"2023-06-27T18:26:49Z\",\"message\":\"Upgrade\n`semver`
dependency (`7.3.2` → `7.5.3`). (elastic#160589)\\n\\n##\nSummary\\r\\nUpgrade
`semver` dependency (`7.3.2` →\n`7.5.3`).\\r\\n\\r\\nChange
log:\nhttps://github.com/npm/node-semver/blob/main/CHANGELOG.md\\r\\n\\r\\nThere\nare
no breaking or notable changes in the
release,\nmostly\\r\\nbugfixes.\",\"sha\":\"b15ea1ed7ae2fc9d75255715e7db73511671c936\",\"branchLabelMapping\":{\"^v8.10.0$\":\"main\",\"^v(\\\\d+).(\\\\d+).\\\\d+$\":\"$1.$2\"}},\"sourcePullRequest\":{\"labels\":[\"chore\",\"release_note:skip\",\"backport:all-open\",\"v8.10.0\"],\"number\":160589,\"url\":\"https://github.com/elastic/kibana/pull/160589\",\"mergeCommit\":{\"message\":\"Upgrade\n`semver`
dependency (`7.3.2` → `7.5.3`). (elastic#160589)\\n\\n##\nSummary\\r\\nUpgrade
`semver` dependency (`7.3.2` →\n`7.5.3`).\\r\\n\\r\\nChange
log:\nhttps://github.com/npm/node-semver/blob/main/CHANGELOG.md\\r\\n\\r\\nThere\nare
no breaking or notable changes in the
release,\nmostly\\r\\nbugfixes.\",\"sha\":\"b15ea1ed7ae2fc9d75255715e7db73511671c936\"}},\"sourceBranch\":\"main\",\"suggestedTargetBranches\":[],\"targetPullRequestStates\":[{\"branch\":\"main\",\"label\":\"v8.10.0\",\"labelRegex\":\"^v8.10.0$\",\"isSourceBranch\":true,\"state\":\"MERGED\",\"url\":\"https://github.com/elastic/kibana/pull/160589\",\"number\":160589,\"mergeCommit\":{\"message\":\"Upgrade\n`semver`
dependency (`7.3.2` → `7.5.3`). (elastic#160589)\\n\\n##\nSummary\\r\\nUpgrade
`semver` dependency (`7.3.2` →\n`7.5.3`).\\r\\n\\r\\nChange
log:\nhttps://github.com/npm/node-semver/blob/main/CHANGELOG.md\\r\\n\\r\\nThere\nare
no breaking or notable changes in the
release,\nmostly\\r\\nbugfixes.\",\"sha\":\"b15ea1ed7ae2fc9d75255715e7db73511671c936\"}}]}]\nBACKPORT-->\n\nCo-authored-by:
Aleh Zasypkin
<[email protected]>"}},{"branch":"main","label":"v8.10.0","labelRegex":"^v8.10.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/160589","number":160589,"mergeCommit":{"message":"Upgrade
`semver` dependency (`7.3.2` → `7.5.3`). (elastic#160589)\n\n##
Summary\r\nUpgrade `semver` dependency (`7.3.2` →
`7.5.3`).\r\n\r\nChange log:
https://github.com/npm/node-semver/blob/main/CHANGELOG.md\r\n\r\nThere
are no breaking or notable changes in the release,
mostly\r\nbugfixes.","sha":"b15ea1ed7ae2fc9d75255715e7db73511671c936"}}]}]
BACKPORT-->
…ine (elastic#160641) (elastic#160792)

# Backport

This will backport the following commits from `main` to `7.17`:
- [[Ops] Add github action for auto-approving PRs from kibanamachine
(elastic#160641)](elastic#160641)

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

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

<!--BACKPORT [{"author":{"name":"Alex
Szabo","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-06-28T15:55:30Z","message":"[Ops]
Add github action for auto-approving PRs from kibanamachine
(elastic#160641)\n\n## Summary\r\nAdds a GitHub workflow/action for
auto-approving backport PRs incoming\r\nfrom kibanamachine.\r\n\r\nThese
changes are already reviewed by an owner when it was merged to\r\n`main`
- afterward the `kibanamachine` creates the PR to the
non-main\r\nbranches, these can be auto-approved when created, so that
the backport\r\nautomation is working without
assistance.","sha":"d7e8eaa1a254a0df9b920fa0e398eae2e48c0479","branchLabelMapping":{"^v8.10.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","backport:all-open","v8.10.0"],"number":160641,"url":"https://github.com/elastic/kibana/pull/160641","mergeCommit":{"message":"[Ops]
Add github action for auto-approving PRs from kibanamachine
(elastic#160641)\n\n## Summary\r\nAdds a GitHub workflow/action for
auto-approving backport PRs incoming\r\nfrom kibanamachine.\r\n\r\nThese
changes are already reviewed by an owner when it was merged to\r\n`main`
- afterward the `kibanamachine` creates the PR to the
non-main\r\nbranches, these can be auto-approved when created, so that
the backport\r\nautomation is working without
assistance.","sha":"d7e8eaa1a254a0df9b920fa0e398eae2e48c0479"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.10.0","labelRegex":"^v8.10.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/160641","number":160641,"mergeCommit":{"message":"[Ops]
Add github action for auto-approving PRs from kibanamachine
(elastic#160641)\n\n## Summary\r\nAdds a GitHub workflow/action for
auto-approving backport PRs incoming\r\nfrom kibanamachine.\r\n\r\nThese
changes are already reviewed by an owner when it was merged to\r\n`main`
- afterward the `kibanamachine` creates the PR to the
non-main\r\nbranches, these can be auto-approved when created, so that
the backport\r\nautomation is working without
assistance.","sha":"d7e8eaa1a254a0df9b920fa0e398eae2e48c0479"}}]}]
BACKPORT-->

Co-authored-by: Alex Szabo <[email protected]>
… pull_request event on auto backport approve ghaction (elastic#160807) (elastic#160808)

# Backport

This will backport the following commits from `main` to `7.17`:
- [fix(NA): checking pr author through github.head_ref instead of
pull_request event on auto backport approve ghaction
(elastic#160807)](elastic#160807)

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

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

<!--BACKPORT [{"author":{"name":"Tiago
Costa","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-06-28T19:56:11Z","message":"fix(NA):
checking pr author through github.head_ref instead of pull_request event
on auto backport approve ghaction (elastic#160807)\n\nThe action is getting
skipped on backports and I suspect we were not\r\nchecking correctly for
the pr author. I changed it a little to make sure\r\nwe are getting the
pr author through the head ref so we can validate is\r\nbeing created by
kibanamachine.","sha":"c7b2d2be8a558b906b3924ec947bd14cd3a963e6","branchLabelMapping":{"^v8.10.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","Team:Operations","release_note:skip","backport:all-open","v8.10.0"],"number":160807,"url":"https://github.com/elastic/kibana/pull/160807","mergeCommit":{"message":"fix(NA):
checking pr author through github.head_ref instead of pull_request event
on auto backport approve ghaction (elastic#160807)\n\nThe action is getting
skipped on backports and I suspect we were not\r\nchecking correctly for
the pr author. I changed it a little to make sure\r\nwe are getting the
pr author through the head ref so we can validate is\r\nbeing created by
kibanamachine.","sha":"c7b2d2be8a558b906b3924ec947bd14cd3a963e6"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.10.0","labelRegex":"^v8.10.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/160807","number":160807,"mergeCommit":{"message":"fix(NA):
checking pr author through github.head_ref instead of pull_request event
on auto backport approve ghaction (elastic#160807)\n\nThe action is getting
skipped on backports and I suspect we were not\r\nchecking correctly for
the pr author. I changed it a little to make sure\r\nwe are getting the
pr author through the head ref so we can validate is\r\nbeing created by
kibanamachine.","sha":"c7b2d2be8a558b906b3924ec947bd14cd3a963e6"}}]}]
BACKPORT-->

Co-authored-by: Tiago Costa <[email protected]>
…ction (elastic#160814) (elastic#160819)

# Backport

This will backport the following commits from `main` to `7.17`:
- [chore(NA): adds debug action to audit auto approve backports action
(elastic#160814)](elastic#160814)

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

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

<!--BACKPORT [{"author":{"name":"Tiago
Costa","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-06-28T21:07:53Z","message":"chore(NA):
adds debug action to audit auto approve backports action
(elastic#160814)\n\nThis PR adds a separate debug step to the auto approve
backport action\r\nso we can understand whats going on with the event
payload.","sha":"0a14a2103844b57032514ca81968b28febf4b9cf","branchLabelMapping":{"^v8.10.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","Team:Operations","release_note:skip","backport:all-open","v8.10.0"],"number":160814,"url":"https://github.com/elastic/kibana/pull/160814","mergeCommit":{"message":"chore(NA):
adds debug action to audit auto approve backports action
(elastic#160814)\n\nThis PR adds a separate debug step to the auto approve
backport action\r\nso we can understand whats going on with the event
payload.","sha":"0a14a2103844b57032514ca81968b28febf4b9cf"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.10.0","labelRegex":"^v8.10.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/160814","number":160814,"mergeCommit":{"message":"chore(NA):
adds debug action to audit auto approve backports action
(elastic#160814)\n\nThis PR adds a separate debug step to the auto approve
backport action\r\nso we can understand whats going on with the event
payload.","sha":"0a14a2103844b57032514ca81968b28febf4b9cf"}}]}]
BACKPORT-->

Co-authored-by: Tiago Costa <[email protected]>
…lastic#160826) (elastic#160828)

# Backport

This will backport the following commits from `main` to `7.17`:
- [chore(NA): remove debug step on auto approve backport action
(elastic#160826)](elastic#160826)

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

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

<!--BACKPORT [{"author":{"name":"Tiago
Costa","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-06-28T23:09:20Z","message":"chore(NA):
remove debug step on auto approve backport action (elastic#160826)\n\nI believe
I found out what was wrong with the previous implementation of\r\nthe
action.\r\nWe were trying to check for the existence of the backport
label when the\r\nPR is created which is never there (as it gets added
afterwards).\r\n\r\nThis PR is replacing the checking of the label by
the assert that the\r\nbranch name on a backport starts with `backport`
and the creator of the\r\nPR is
kibanamachine.","sha":"5ac939091605a115420fa6e47307e70c2a157d9d","branchLabelMapping":{"^v8.10.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","Team:Operations","release_note:skip","backport:all-open","v8.10.0"],"number":160826,"url":"https://github.com/elastic/kibana/pull/160826","mergeCommit":{"message":"chore(NA):
remove debug step on auto approve backport action (elastic#160826)\n\nI believe
I found out what was wrong with the previous implementation of\r\nthe
action.\r\nWe were trying to check for the existence of the backport
label when the\r\nPR is created which is never there (as it gets added
afterwards).\r\n\r\nThis PR is replacing the checking of the label by
the assert that the\r\nbranch name on a backport starts with `backport`
and the creator of the\r\nPR is
kibanamachine.","sha":"5ac939091605a115420fa6e47307e70c2a157d9d"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.10.0","labelRegex":"^v8.10.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/160826","number":160826,"mergeCommit":{"message":"chore(NA):
remove debug step on auto approve backport action (elastic#160826)\n\nI believe
I found out what was wrong with the previous implementation of\r\nthe
action.\r\nWe were trying to check for the existence of the backport
label when the\r\nPR is created which is never there (as it gets added
afterwards).\r\n\r\nThis PR is replacing the checking of the label by
the assert that the\r\nbranch name on a backport starts with `backport`
and the creator of the\r\nPR is
kibanamachine.","sha":"5ac939091605a115420fa6e47307e70c2a157d9d"}}]}]
BACKPORT-->

Co-authored-by: Tiago Costa <[email protected]>
# Backport

This will backport the following commits from `main` to `7.17`:
- [[Ops] Fix auto-approve script
(elastic#160856)](elastic#160856)

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

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

<!--BACKPORT [{"author":{"name":"Alex
Szabo","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-06-29T10:04:55Z","message":"[Ops]
Fix auto-approve script (elastic#160856)\n\n## Summary\r\nOur original intent
of kibanamachine approving their own PRs didn't\r\nwork, we switch to
the default github-actions as an approver for\r\nkibanamachine's
PRs.","sha":"e3a35b9515f6b2e91226edc7392288f943a0ba3e","branchLabelMapping":{"^v8.10.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","Team:Operations","release_note:skip","backport:all-open","v8.10.0"],"number":160856,"url":"https://github.com/elastic/kibana/pull/160856","mergeCommit":{"message":"[Ops]
Fix auto-approve script (elastic#160856)\n\n## Summary\r\nOur original intent
of kibanamachine approving their own PRs didn't\r\nwork, we switch to
the default github-actions as an approver for\r\nkibanamachine's
PRs.","sha":"e3a35b9515f6b2e91226edc7392288f943a0ba3e"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.10.0","labelRegex":"^v8.10.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/160856","number":160856,"mergeCommit":{"message":"[Ops]
Fix auto-approve script (elastic#160856)\n\n## Summary\r\nOur original intent
of kibanamachine approving their own PRs didn't\r\nwork, we switch to
the default github-actions as an approver for\r\nkibanamachine's
PRs.","sha":"e3a35b9515f6b2e91226edc7392288f943a0ba3e"}}]}] BACKPORT-->

Co-authored-by: Alex Szabo <[email protected]>
Usually bump from 7.17.11 to 7.17.12
## Summary

Closes elastic#160281

Un-skipping the flaky test as it no more fails on 7.17
## Summary

Closes elastic#160283

Backports the changes elastic#160283 in
7.17

These were skipped because their is a pipeline that tests kibana with
the latest ES.
…ic#161014)

## Summary
Upgrade transitive `webpack` dependency (`5.74.0` → `5.76.1`).
@delanni delanni requested review from a team as code owners July 3, 2023 10:56
@delanni delanni marked this pull request as draft July 3, 2023 10:57
@github-actions
Copy link
Contributor

github-actions bot commented Jul 3, 2023

Documentation preview:

@delanni delanni closed this Jul 3, 2023
@delanni delanni deleted the update-babel-7.21 branch July 3, 2023 10:57
@delanni delanni restored the update-babel-7.21 branch July 3, 2023 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sync Babel to v7.21.0 across open branches