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

Upgrade mocha to 10.3.0 #203500

Merged
merged 3 commits into from
Dec 11, 2024

Conversation

kc13greiner
Copy link
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
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 Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more! 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
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
14 checks passed
@kibanamachine
Copy link
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
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 <[email protected]>
(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 <[email protected]>
(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 <[email protected]>
(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 <[email protected]>
(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 <[email protected]>
(cherry picked from commit 751c86b)

# Conflicts:
#	package.json
#	yarn.lock
@kc13greiner
Copy link
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 <[email protected]>
@kibanamachine
Copy link
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":"[email protected]"},"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
<[email protected]>","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
<[email protected]>","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
<[email protected]>","sha":"751c86bc96bb598a3ad319b2723ef1dc661c4218"}}]}]
BACKPORT-->

---------

Co-authored-by: kibanamachine <[email protected]>
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":"[email protected]"},"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
<[email protected]>","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
<[email protected]>","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
<[email protected]>","sha":"751c86bc96bb598a3ad319b2723ef1dc661c4218"}}]}]
BACKPORT-->

---------

Co-authored-by: kibanamachine <[email protected]>
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":"[email protected]"},"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
<[email protected]>","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
<[email protected]>","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
<[email protected]>","sha":"751c86bc96bb598a3ad319b2723ef1dc661c4218"}}]}]
BACKPORT-->

---------

Co-authored-by: kibanamachine <[email protected]>
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":"[email protected]"},"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
<[email protected]>","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
<[email protected]>","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
<[email protected]>","sha":"751c86bc96bb598a3ad319b2723ef1dc661c4218"}}]}]
BACKPORT-->

---------

Co-authored-by: kibanamachine <[email protected]>
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":"[email protected]"},"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
<[email protected]>","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
<[email protected]>","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
<[email protected]>","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 Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more! 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