-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Remove eslint-plugin-prefer-object-spread dependency #162439
Remove eslint-plugin-prefer-object-spread dependency #162439
Conversation
Pinging @elastic/kibana-operations (Team:Operations) |
💚 Build Succeeded
Metrics [docs]
To update your PR or re-run it, just comment with: cc @watson |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Visualizations team changes LGTM
Remove the `eslint-plugin-prefer-object-spread` dependency as the `prefer-object-spread` rule has been part of ESLint since v5 (cherry picked from commit a79e9c7)
💔 Some backports could not be created
Note: Successful backport PRs will be merged automatically after passing CI. Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
Remove the `eslint-plugin-prefer-object-spread` dependency as the `prefer-object-spread` rule has been part of ESLint since v5 (cherry picked from commit a79e9c7) # Conflicts: # packages/kbn-tinymath/src/index.js
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…162455) # Backport This will backport the following commits from `main` to `8.9`: - [Remove eslint-plugin-prefer-object-spread dependency (#162439)](#162439) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Thomas Watson","email":"watson@elastic.co"},"sourceCommit":{"committedDate":"2023-07-25T08:04:44Z","message":"Remove eslint-plugin-prefer-object-spread dependency (#162439)\n\nRemove the `eslint-plugin-prefer-object-spread` dependency as the\r\n`prefer-object-spread` rule has been part of ESLint since v5","sha":"a79e9c737498bc3f3bda3d82ef1b3387be88b9ed","branchLabelMapping":{"^v8.10.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","v7.17.10","v8.10.0","v7.17.12"],"number":162439,"url":"https://github.com/elastic/kibana/pull/162439","mergeCommit":{"message":"Remove eslint-plugin-prefer-object-spread dependency (#162439)\n\nRemove the `eslint-plugin-prefer-object-spread` dependency as the\r\n`prefer-object-spread` rule has been part of ESLint since v5","sha":"a79e9c737498bc3f3bda3d82ef1b3387be88b9ed"}},"sourceBranch":"main","suggestedTargetBranches":["7.17"],"targetPullRequestStates":[{"branch":"7.17","label":"v7.17.10","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.10.0","labelRegex":"^v8.10.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/162439","number":162439,"mergeCommit":{"message":"Remove eslint-plugin-prefer-object-spread dependency (#162439)\n\nRemove the `eslint-plugin-prefer-object-spread` dependency as the\r\n`prefer-object-spread` rule has been part of ESLint since v5","sha":"a79e9c737498bc3f3bda3d82ef1b3387be88b9ed"}}]}] BACKPORT--> Co-authored-by: Thomas Watson <watson@elastic.co>
…#162461) # Backport This will backport the following commits from `main` to `7.17`: - [Remove eslint-plugin-prefer-object-spread dependency (#162439)](#162439) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Thomas Watson","email":"watson@elastic.co"},"sourceCommit":{"committedDate":"2023-07-25T08:04:44Z","message":"Remove eslint-plugin-prefer-object-spread dependency (#162439)\n\nRemove the `eslint-plugin-prefer-object-spread` dependency as the\r\n`prefer-object-spread` rule has been part of ESLint since v5","sha":"a79e9c737498bc3f3bda3d82ef1b3387be88b9ed","branchLabelMapping":{"^v8.10.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","v8.10.0","v7.17.12"],"number":162439,"url":"https://github.com/elastic/kibana/pull/162439","mergeCommit":{"message":"Remove eslint-plugin-prefer-object-spread dependency (#162439)\n\nRemove the `eslint-plugin-prefer-object-spread` dependency as the\r\n`prefer-object-spread` rule has been part of ESLint since v5","sha":"a79e9c737498bc3f3bda3d82ef1b3387be88b9ed"}},"sourceBranch":"main","suggestedTargetBranches":["7.17"],"targetPullRequestStates":[{"branch":"main","label":"v8.10.0","labelRegex":"^v8.10.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/162439","number":162439,"mergeCommit":{"message":"Remove eslint-plugin-prefer-object-spread dependency (#162439)\n\nRemove the `eslint-plugin-prefer-object-spread` dependency as the\r\n`prefer-object-spread` rule has been part of ESLint since v5","sha":"a79e9c737498bc3f3bda3d82ef1b3387be88b9ed"}},{"branch":"7.17","label":"v7.17.12","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"url":"https://github.com/elastic/kibana/pull/162455","number":162455,"branch":"8.9","state":"OPEN"}]}] BACKPORT-->
This PR didn't make it into the latest BC of 8.9.0 and 7.17.12. Updating the labels. |
Remove the `eslint-plugin-prefer-object-spread` dependency as the `prefer-object-spread` rule has been part of ESLint since v5
Remove the
eslint-plugin-prefer-object-spread
dependency as theprefer-object-spread
rule has been part of ESLint since v5 (we currently run ESLint v7).