Skip to content

Upgrade mocha to 10.3.0#203500

Merged
kc13greiner merged 3 commits intoelastic:mainfrom
kc13greiner:feature/upgrade_mocha_to_10_3_0
Dec 11, 2024
Merged

Upgrade mocha to 10.3.0#203500
kc13greiner merged 3 commits intoelastic:mainfrom
kc13greiner:feature/upgrade_mocha_to_10_3_0

Conversation

@kc13greiner
Copy link
Copy Markdown
Contributor

@kc13greiner kc13greiner commented Dec 9, 2024

Summary

Upgrade mocha from 10.1.0 to 10.3.0

Changelog

@kc13greiner kc13greiner self-assigned this Dec 11, 2024
@elasticmachine
Copy link
Copy Markdown
Contributor

💚 Build Succeeded

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
cloudSecurityPosture 502.8KB 502.8KB +47.0B
discover 784.9KB 785.0KB +47.0B
esqlDataGrid 153.7KB 153.7KB +47.0B
securitySolution 14.7MB 14.7MB +94.0B
slo 855.9KB 856.0KB +47.0B
total +282.0B

History

cc @kc13greiner

@kc13greiner kc13greiner marked this pull request as ready for review December 11, 2024 03:48
@kc13greiner kc13greiner added Team:Security Platform Security: Auth, Users, Roles, Spaces, Audit Logging, etc t// release_note:skip Skip the PR/issue when compiling release notes backport:all-open Backport to all branches that could still receive a release labels Dec 11, 2024
@elasticmachine
Copy link
Copy Markdown
Contributor

Pinging @elastic/kibana-security (Team:Security)

@kc13greiner kc13greiner requested a review from a team December 11, 2024 03:49
@kc13greiner kc13greiner merged commit 751c86b into elastic:main Dec 11, 2024
@kibanamachine
Copy link
Copy Markdown
Contributor

Starting backport for target branches: 7.17, 8.15, 8.16, 8.17, 8.x

https://github.com/elastic/kibana/actions/runs/12276189508

@kibanamachine
Copy link
Copy Markdown
Contributor

💔 All backports failed

Status Branch Result
7.17 Backport failed because of merge conflicts
8.15 Backport failed because of merge conflicts

You might need to backport the following PRs to 8.15:
- chore(dep): bump cross-spawn from 6.0.5/7.0.5 to 6.0.6/7.0.6 (#203732)
8.16 Backport failed because of merge conflicts

You might need to backport the following PRs to 8.16:
- chore(dep): bump cross-spawn from 6.0.5/7.0.5 to 6.0.6/7.0.6 (#203732)
8.17 Backport failed because of merge conflicts

You might need to backport the following PRs to 8.17:
- chore(dep): bump cross-spawn from 6.0.5/7.0.5 to 6.0.6/7.0.6 (#203732)
- Update dependency @elastic/request-converter to ^8.17.0 (main) (#202954)
8.x Backport failed because of merge conflicts

You might need to backport the following PRs to 8.x:
- chore(dep): bump cross-spawn from 6.0.5/7.0.5 to 6.0.6/7.0.6 (#203732)
- [RCA] AI-assisted root cause analysis (#197200)
- Upgrade express 4.21.1→ 4.21.2 (#203504)
- Update dependency @elastic/request-converter to ^8.17.0 (main) (#202954)
- Upgrades cypress to 13.15.1 (#198715)

Manual backport

To create the backport manually run:

node scripts/backport --pr 203500

Questions ?

Please refer to the Backport tool documentation

kc13greiner added a commit to kc13greiner/kibana that referenced this pull request Dec 11, 2024
## Summary

Upgrade `mocha` from 10.1.0 to 10.3.0

[Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 751c86b)

# Conflicts:
#	yarn.lock
kc13greiner added a commit to kc13greiner/kibana that referenced this pull request Dec 11, 2024
## Summary

Upgrade `mocha` from 10.1.0 to 10.3.0

[Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 751c86b)

# Conflicts:
#	yarn.lock
kc13greiner added a commit to kc13greiner/kibana that referenced this pull request Dec 11, 2024
## Summary

Upgrade `mocha` from 10.1.0 to 10.3.0

[Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 751c86b)

# Conflicts:
#	yarn.lock
kc13greiner added a commit to kc13greiner/kibana that referenced this pull request Dec 11, 2024
## Summary

Upgrade `mocha` from 10.1.0 to 10.3.0

[Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 751c86b)

# Conflicts:
#	yarn.lock
kc13greiner added a commit to kc13greiner/kibana that referenced this pull request Dec 11, 2024
## Summary

Upgrade `mocha` from 10.1.0 to 10.3.0

[Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 751c86b)

# Conflicts:
#	package.json
#	yarn.lock
@kc13greiner
Copy link
Copy Markdown
Contributor Author

💚 All backports created successfully

Status Branch Result
8.x
8.17
8.16
8.15
7.17

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

CAWilson94 pushed a commit to CAWilson94/kibana that referenced this pull request Dec 12, 2024
## Summary

Upgrade `mocha` from 10.1.0 to 10.3.0

[Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
@kibanamachine
Copy link
Copy Markdown
Contributor

Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync.

@kibanamachine kibanamachine added the backport missing Added to PRs automatically when the are determined to be missing a backport. label Dec 12, 2024
kc13greiner added a commit that referenced this pull request Dec 12, 2024
# Backport

This will backport the following commits from `main` to `8.x`:
- [Upgrade mocha to 10.3.0
(#203500)](#203500)

<!--- Backport version: 8.9.8 -->

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

<!--BACKPORT
[{"author":{"name":"Kurt","email":"kc13greiner@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-12-11T12:17:46Z","message":"Upgrade
mocha to 10.3.0 (#203500)\n\n## Summary\r\n\r\nUpgrade `mocha` from
10.1.0 to
10.3.0\r\n\r\n[Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)\r\n\r\n---------\r\n\r\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"751c86bc96bb598a3ad319b2723ef1dc661c4218","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Security","release_note:skip","v9.0.0","backport:all-open"],"number":203500,"url":"https://github.com/elastic/kibana/pull/203500","mergeCommit":{"message":"Upgrade
mocha to 10.3.0 (#203500)\n\n## Summary\r\n\r\nUpgrade `mocha` from
10.1.0 to
10.3.0\r\n\r\n[Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)\r\n\r\n---------\r\n\r\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"751c86bc96bb598a3ad319b2723ef1dc661c4218"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/203500","number":203500,"mergeCommit":{"message":"Upgrade
mocha to 10.3.0 (#203500)\n\n## Summary\r\n\r\nUpgrade `mocha` from
10.1.0 to
10.3.0\r\n\r\n[Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)\r\n\r\n---------\r\n\r\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"751c86bc96bb598a3ad319b2723ef1dc661c4218"}}]}]
BACKPORT-->

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
kc13greiner added a commit that referenced this pull request Dec 12, 2024
# Backport

This will backport the following commits from `main` to `8.17`:
- [Upgrade mocha to 10.3.0
(#203500)](#203500)

<!--- Backport version: 8.9.8 -->

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

<!--BACKPORT
[{"author":{"name":"Kurt","email":"kc13greiner@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-12-11T12:17:46Z","message":"Upgrade
mocha to 10.3.0 (#203500)\n\n## Summary\r\n\r\nUpgrade `mocha` from
10.1.0 to
10.3.0\r\n\r\n[Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)\r\n\r\n---------\r\n\r\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"751c86bc96bb598a3ad319b2723ef1dc661c4218","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Security","release_note:skip","v9.0.0","backport:all-open"],"number":203500,"url":"https://github.com/elastic/kibana/pull/203500","mergeCommit":{"message":"Upgrade
mocha to 10.3.0 (#203500)\n\n## Summary\r\n\r\nUpgrade `mocha` from
10.1.0 to
10.3.0\r\n\r\n[Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)\r\n\r\n---------\r\n\r\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"751c86bc96bb598a3ad319b2723ef1dc661c4218"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/203500","number":203500,"mergeCommit":{"message":"Upgrade
mocha to 10.3.0 (#203500)\n\n## Summary\r\n\r\nUpgrade `mocha` from
10.1.0 to
10.3.0\r\n\r\n[Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)\r\n\r\n---------\r\n\r\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"751c86bc96bb598a3ad319b2723ef1dc661c4218"}}]}]
BACKPORT-->

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
kc13greiner added a commit that referenced this pull request Dec 12, 2024
# Backport

This will backport the following commits from `main` to `8.15`:
- [Upgrade mocha to 10.3.0
(#203500)](#203500)

<!--- Backport version: 8.9.8 -->

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

<!--BACKPORT
[{"author":{"name":"Kurt","email":"kc13greiner@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-12-11T12:17:46Z","message":"Upgrade
mocha to 10.3.0 (#203500)\n\n## Summary\r\n\r\nUpgrade `mocha` from
10.1.0 to
10.3.0\r\n\r\n[Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)\r\n\r\n---------\r\n\r\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"751c86bc96bb598a3ad319b2723ef1dc661c4218","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Security","release_note:skip","v9.0.0","backport:all-open"],"number":203500,"url":"https://github.com/elastic/kibana/pull/203500","mergeCommit":{"message":"Upgrade
mocha to 10.3.0 (#203500)\n\n## Summary\r\n\r\nUpgrade `mocha` from
10.1.0 to
10.3.0\r\n\r\n[Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)\r\n\r\n---------\r\n\r\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"751c86bc96bb598a3ad319b2723ef1dc661c4218"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/203500","number":203500,"mergeCommit":{"message":"Upgrade
mocha to 10.3.0 (#203500)\n\n## Summary\r\n\r\nUpgrade `mocha` from
10.1.0 to
10.3.0\r\n\r\n[Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)\r\n\r\n---------\r\n\r\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"751c86bc96bb598a3ad319b2723ef1dc661c4218"}}]}]
BACKPORT-->

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
kc13greiner added a commit that referenced this pull request Dec 12, 2024
# Backport

This will backport the following commits from `main` to `8.16`:
- [Upgrade mocha to 10.3.0
(#203500)](#203500)

<!--- Backport version: 8.9.8 -->

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

<!--BACKPORT
[{"author":{"name":"Kurt","email":"kc13greiner@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-12-11T12:17:46Z","message":"Upgrade
mocha to 10.3.0 (#203500)\n\n## Summary\r\n\r\nUpgrade `mocha` from
10.1.0 to
10.3.0\r\n\r\n[Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)\r\n\r\n---------\r\n\r\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"751c86bc96bb598a3ad319b2723ef1dc661c4218","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Security","release_note:skip","v9.0.0","backport:all-open"],"number":203500,"url":"https://github.com/elastic/kibana/pull/203500","mergeCommit":{"message":"Upgrade
mocha to 10.3.0 (#203500)\n\n## Summary\r\n\r\nUpgrade `mocha` from
10.1.0 to
10.3.0\r\n\r\n[Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)\r\n\r\n---------\r\n\r\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"751c86bc96bb598a3ad319b2723ef1dc661c4218"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/203500","number":203500,"mergeCommit":{"message":"Upgrade
mocha to 10.3.0 (#203500)\n\n## Summary\r\n\r\nUpgrade `mocha` from
10.1.0 to
10.3.0\r\n\r\n[Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)\r\n\r\n---------\r\n\r\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"751c86bc96bb598a3ad319b2723ef1dc661c4218"}}]}]
BACKPORT-->

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
kc13greiner added a commit that referenced this pull request Dec 13, 2024
# Backport

This will backport the following commits from `main` to `7.17`:
- [Upgrade mocha to 10.3.0
(#203500)](#203500)

<!--- Backport version: 8.9.8 -->

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

<!--BACKPORT
[{"author":{"name":"Kurt","email":"kc13greiner@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-12-11T12:17:46Z","message":"Upgrade
mocha to 10.3.0 (#203500)\n\n## Summary\r\n\r\nUpgrade `mocha` from
10.1.0 to
10.3.0\r\n\r\n[Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)\r\n\r\n---------\r\n\r\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"751c86bc96bb598a3ad319b2723ef1dc661c4218","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Security","release_note:skip","v9.0.0","backport:all-open"],"number":203500,"url":"https://github.com/elastic/kibana/pull/203500","mergeCommit":{"message":"Upgrade
mocha to 10.3.0 (#203500)\n\n## Summary\r\n\r\nUpgrade `mocha` from
10.1.0 to
10.3.0\r\n\r\n[Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)\r\n\r\n---------\r\n\r\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"751c86bc96bb598a3ad319b2723ef1dc661c4218"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/203500","number":203500,"mergeCommit":{"message":"Upgrade
mocha to 10.3.0 (#203500)\n\n## Summary\r\n\r\nUpgrade `mocha` from
10.1.0 to
10.3.0\r\n\r\n[Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)\r\n\r\n---------\r\n\r\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"751c86bc96bb598a3ad319b2723ef1dc661c4218"}}]}]
BACKPORT-->
@kibanamachine kibanamachine added v7.17.27 and removed backport missing Added to PRs automatically when the are determined to be missing a backport. labels Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:all-open Backport to all branches that could still receive a release release_note:skip Skip the PR/issue when compiling release notes Team:Security Platform Security: Auth, Users, Roles, Spaces, Audit Logging, etc t// v7.17.27 v8.15.6 v8.16.2 v8.17.0 v8.18.0 v9.0.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants