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 eslint-plugin-jest from v24.5.0 to v27.2.3 #162689

Merged
merged 3 commits into from
Jul 31, 2023

Conversation

watson
Copy link
Contributor

@watson watson commented Jul 28, 2023

This PR is in preparation for Upgrading ESLint to the next major version: #162309

Here are the list of braking changes in eslint-plugin-jest between v24.5.0 and v27.2.3:

As far as I can see, the only one affecting us is the rename of valid-describe to valid-describe-callback which I've included in this PR.

@watson watson added 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 Jul 28, 2023
@watson watson requested a review from a team July 28, 2023 09:07
@watson watson self-assigned this Jul 28, 2023
@watson watson requested a review from a team as a code owner July 28, 2023 09:07
@watson watson added the Team:Operations Team label for Operations Team label Jul 28, 2023
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-operations (Team:Operations)

@watson watson enabled auto-merge (squash) July 31, 2023 07:25
@kibana-ci
Copy link
Collaborator

💚 Build Succeeded

Metrics [docs]

✅ unchanged

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

cc @watson

@watson watson merged commit 0e081d8 into elastic:main Jul 31, 2023
@watson watson deleted the bump-eslint-jest branch July 31, 2023 08:35
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Jul 31, 2023
@kibanamachine
Copy link
Contributor

💔 Some backports could not be created

Status Branch Result
7.17 Backport failed because of merge conflicts

You might need to backport the following PRs to 7.17:
- Upgrade ESLint React plugins (#162464)
- [Ops] Bump Node.js to version 18 (#160289)
8.9

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

Manual backport

To create the backport manually run:

node scripts/backport --pr 162689

Questions ?

Please refer to the Backport tool documentation

watson pushed a commit to watson/kibana that referenced this pull request Jul 31, 2023
(cherry picked from commit 0e081d8)

# Conflicts:
#	yarn.lock
@watson
Copy link
Contributor Author

watson commented Jul 31, 2023

💚 All backports created successfully

Status Branch Result
7.17

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

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Jul 31, 2023
…162771)

# Backport

This will backport the following commits from `main` to `8.9`:
- [Upgrade eslint-plugin-jest from v24.5.0 to v27.2.3
(#162689)](#162689)

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

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

<!--BACKPORT [{"author":{"name":"Thomas
Watson","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-07-31T08:34:49Z","message":"Upgrade
eslint-plugin-jest from v24.5.0 to v27.2.3
(#162689)","sha":"0e081d84f27e462a01a6902345c453040b123d1a","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":162689,"url":"https://github.com/elastic/kibana/pull/162689","mergeCommit":{"message":"Upgrade
eslint-plugin-jest from v24.5.0 to v27.2.3
(#162689)","sha":"0e081d84f27e462a01a6902345c453040b123d1a"}},"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/162689","number":162689,"mergeCommit":{"message":"Upgrade
eslint-plugin-jest from v24.5.0 to v27.2.3
(#162689)","sha":"0e081d84f27e462a01a6902345c453040b123d1a"}}]}]
BACKPORT-->

Co-authored-by: Thomas Watson <[email protected]>
watson pushed a commit that referenced this pull request Jul 31, 2023
…162778)

# Backport

This will backport the following commits from `main` to `7.17`:
- [Upgrade eslint-plugin-jest from v24.5.0 to v27.2.3
(#162689)](#162689)

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

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

<!--BACKPORT [{"author":{"name":"Thomas
Watson","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-07-31T08:34:49Z","message":"Upgrade
eslint-plugin-jest from v24.5.0 to v27.2.3
(#162689)","sha":"0e081d84f27e462a01a6902345c453040b123d1a","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":162689,"url":"https://github.com/elastic/kibana/pull/162689","mergeCommit":{"message":"Upgrade
eslint-plugin-jest from v24.5.0 to v27.2.3
(#162689)","sha":"0e081d84f27e462a01a6902345c453040b123d1a"}},"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/162689","number":162689,"mergeCommit":{"message":"Upgrade
eslint-plugin-jest from v24.5.0 to v27.2.3
(#162689)","sha":"0e081d84f27e462a01a6902345c453040b123d1a"}},{"url":"https://github.com/elastic/kibana/pull/162771","number":162771,"branch":"8.9","state":"OPEN"}]}]
BACKPORT-->

---------

Co-authored-by: kibanamachine <[email protected]>
ThomThomson pushed a commit to ThomThomson/kibana that referenced this pull request Aug 1, 2023
@watson watson mentioned this pull request Aug 10, 2023
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:Operations Team label for Operations Team v7.17.13 v8.9.1 v8.10.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants