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

Remove deprecated abab package #183383

Merged
merged 2 commits into from
May 16, 2024
Merged

Remove deprecated abab package #183383

merged 2 commits into from
May 16, 2024

Conversation

zyoshoka
Copy link
Contributor

@zyoshoka zyoshoka commented May 14, 2024

Summary

This PR removes deprecated abab package.

For maintainers

Copy link

cla-checker-service bot commented May 14, 2024

💚 CLA has been signed

@zyoshoka
Copy link
Contributor Author

Signed

@jeramysoucy jeramysoucy self-requested a review May 15, 2024 07:49
@jbudz jbudz added the release_note:skip Skip the PR/issue when compiling release notes label May 15, 2024
@jbudz
Copy link
Member

jbudz commented May 15, 2024

buildkite test this

@jeramysoucy
Copy link
Contributor

buildkite test this

@jeramysoucy jeramysoucy added chore backport:skip This commit does not require backporting backport:prev-minor Backport to the previous minor version (i.e. one version back from main) and removed backport:skip This commit does not require backporting labels May 16, 2024
@jeramysoucy
Copy link
Contributor

@zyoshoka Thanks for the PR! Just curious how you discovered this. Did you use a scanning tool, or where you looking for specific packages manually?

@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

@zyoshoka
Copy link
Contributor Author

Just curious how you discovered this.

I just searched \"abab\" package.json across GitHub and found a lot of Kibana forks, so I made this pull request.

@jeramysoucy jeramysoucy added v8.1.4 v8.15.0 backport:all-open Backport to all branches that could still receive a release and removed v8.1.4 backport:prev-minor Backport to the previous minor version (i.e. one version back from main) labels May 16, 2024
@jeramysoucy jeramysoucy self-assigned this May 16, 2024
@jeramysoucy jeramysoucy merged commit 1ead6b5 into elastic:main May 16, 2024
46 checks passed
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request May 16, 2024
## Summary

This PR removes deprecated [`abab`](https://www.npmjs.com/package/abab)
package.

### For maintainers

- [ ] This was checked for breaking API changes and was [labeled
appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)

Co-authored-by: Jeramy Soucy <jeramy.soucy@elastic.co>
(cherry picked from commit 1ead6b5)
@kibanamachine
Copy link
Contributor

💔 Some backports could not be created

Status Branch Result
7.17 Backport failed because of merge conflicts
8.14

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

Manual backport

To create the backport manually run:

node scripts/backport --pr 183383

Questions ?

Please refer to the Backport tool documentation

@jeramysoucy
Copy link
Contributor

@zyoshoka Could you try manually creating the 7.17 backport?

kibanamachine added a commit that referenced this pull request May 16, 2024
# Backport

This will backport the following commits from `main` to `8.14`:
- [Remove deprecated &#x60;abab&#x60; package
(#183383)](#183383)

<!--- Backport version: 9.4.3 -->

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

<!--BACKPORT
[{"author":{"name":"zyoshoka","email":"107108195+zyoshoka@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-05-16T10:48:26Z","message":"Remove
deprecated `abab` package (#183383)\n\n## Summary\r\n\r\nThis PR removes
deprecated
[`abab`](https://www.npmjs.com/package/abab)\r\npackage.\r\n\r\n### For
maintainers\r\n\r\n- [ ] This was checked for breaking API changes and
was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\nCo-authored-by:
Jeramy Soucy
<jeramy.soucy@elastic.co>","sha":"1ead6b533abbd90e8c022314ee0db1f9e4c84321","branchLabelMapping":{"^v8.15.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","release_note:skip","💝community","backport:all-open","v8.15.0"],"title":"Remove
deprecated `abab`
package","number":183383,"url":"#183383
deprecated `abab` package (#183383)\n\n## Summary\r\n\r\nThis PR removes
deprecated
[`abab`](https://www.npmjs.com/package/abab)\r\npackage.\r\n\r\n### For
maintainers\r\n\r\n- [ ] This was checked for breaking API changes and
was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\nCo-authored-by:
Jeramy Soucy
<jeramy.soucy@elastic.co>","sha":"1ead6b533abbd90e8c022314ee0db1f9e4c84321"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.15.0","branchLabelMappingKey":"^v8.15.0$","isSourceBranch":true,"state":"MERGED","url":"#183383
deprecated `abab` package (#183383)\n\n## Summary\r\n\r\nThis PR removes
deprecated
[`abab`](https://www.npmjs.com/package/abab)\r\npackage.\r\n\r\n### For
maintainers\r\n\r\n- [ ] This was checked for breaking API changes and
was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\nCo-authored-by:
Jeramy Soucy
<jeramy.soucy@elastic.co>","sha":"1ead6b533abbd90e8c022314ee0db1f9e4c84321"}}]}]
BACKPORT-->

Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
@zyoshoka
Copy link
Contributor Author

Sorry, but this task seems tough to me because the Backport throws an error when Git cloning.

jeramysoucy pushed a commit to jeramysoucy/kibana that referenced this pull request May 17, 2024
## Summary

This PR removes deprecated [`abab`](https://www.npmjs.com/package/abab)
package.

### For maintainers

- [ ] This was checked for breaking API changes and was [labeled
appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)

Co-authored-by: Jeramy Soucy <jeramy.soucy@elastic.co>
(cherry picked from commit 1ead6b5)

# Conflicts:
#	yarn.lock
@jeramysoucy
Copy link
Contributor

💚 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

@zyoshoka zyoshoka deleted the remove-abab branch May 17, 2024 12:01
jeramysoucy added a commit that referenced this pull request May 17, 2024
# Backport

This will backport the following commits from `main` to `7.17`:
- [Remove deprecated `abab` package
(#183383)](#183383)

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

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

<!--BACKPORT
[{"author":{"name":"zyoshoka","email":"107108195+zyoshoka@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-05-16T10:48:26Z","message":"Remove
deprecated `abab` package (#183383)\n\n## Summary\r\n\r\nThis PR removes
deprecated
[`abab`](https://www.npmjs.com/package/abab)\r\npackage.\r\n\r\n### For
maintainers\r\n\r\n- [ ] This was checked for breaking API changes and
was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\nCo-authored-by:
Jeramy Soucy
<jeramy.soucy@elastic.co>","sha":"1ead6b533abbd90e8c022314ee0db1f9e4c84321","branchLabelMapping":{"^v8.15.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","release_note:skip","💝community","backport:all-open","v8.14.0","v8.15.0"],"number":183383,"url":"#183383
deprecated `abab` package (#183383)\n\n## Summary\r\n\r\nThis PR removes
deprecated
[`abab`](https://www.npmjs.com/package/abab)\r\npackage.\r\n\r\n### For
maintainers\r\n\r\n- [ ] This was checked for breaking API changes and
was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\nCo-authored-by:
Jeramy Soucy
<jeramy.soucy@elastic.co>","sha":"1ead6b533abbd90e8c022314ee0db1f9e4c84321"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"8.14","label":"v8.14.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"#183618
Remove deprecated &#x60;abab&#x60; package (#183383) (#183618)\n\n#
Backport\n\nThis will backport the following commits from `main` to
`8.14`:\n- [Remove deprecated &#x60;abab&#x60;
package\n(#183383)](https://github.com/elastic/kibana/pull/183383)\n\n<!---
Backport version: 9.4.3 -->\n\n### Questions ?\nPlease refer to the
[Backport
tool\ndocumentation](https://github.com/sqren/backport)\n\n<!--BACKPORT\n[{\"author\":{\"name\":\"zyoshoka\",\"email\":\"107108195+zyoshoka@users.noreply.github.com\"},\"sourceCommit\":{\"committedDate\":\"2024-05-16T10:48:26Z\",\"message\":\"Remove\ndeprecated
`abab` package (#183383)\\n\\n## Summary\\r\\n\\r\\nThis PR
removes\ndeprecated\n[`abab`](https://www.npmjs.com/package/abab)\\r\\npackage.\\r\\n\\r\\n###
For\nmaintainers\\r\\n\\r\\n- [ ] This was checked for breaking API
changes
and\nwas\n[labeled\\r\\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\\r\\n\\r\\nCo-authored-by:\nJeramy
Soucy\n<jeramy.soucy@elastic.co>\",\"sha\":\"1ead6b533abbd90e8c022314ee0db1f9e4c84321\",\"branchLabelMapping\":{\"^v8.15.0$\":\"main\",\"^v(\\\\d+).(\\\\d+).\\\\d+$\":\"$1.$2\"}},\"sourcePullRequest\":{\"labels\":[\"chore\",\"release_note:skip\",\"💝community\",\"backport:all-open\",\"v8.15.0\"],\"title\":\"Remove\ndeprecated
`abab`\npackage\",\"number\":183383,\"url\":\"#183383
`abab` package (#183383)\\n\\n## Summary\\r\\n\\r\\nThis PR
removes\ndeprecated\n[`abab`](https://www.npmjs.com/package/abab)\\r\\npackage.\\r\\n\\r\\n###
For\nmaintainers\\r\\n\\r\\n- [ ] This was checked for breaking API
changes
and\nwas\n[labeled\\r\\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\\r\\n\\r\\nCo-authored-by:\nJeramy
Soucy\n<jeramy.soucy@elastic.co>\",\"sha\":\"1ead6b533abbd90e8c022314ee0db1f9e4c84321\"}},\"sourceBranch\":\"main\",\"suggestedTargetBranches\":[],\"targetPullRequestStates\":[{\"branch\":\"main\",\"label\":\"v8.15.0\",\"branchLabelMappingKey\":\"^v8.15.0$\",\"isSourceBranch\":true,\"state\":\"MERGED\",\"url\":\"#183383
`abab` package (#183383)\\n\\n## Summary\\r\\n\\r\\nThis PR
removes\ndeprecated\n[`abab`](https://www.npmjs.com/package/abab)\\r\\npackage.\\r\\n\\r\\n###
For\nmaintainers\\r\\n\\r\\n- [ ] This was checked for breaking API
changes
and\nwas\n[labeled\\r\\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\\r\\n\\r\\nCo-authored-by:\nJeramy
Soucy\n<jeramy.soucy@elastic.co>\",\"sha\":\"1ead6b533abbd90e8c022314ee0db1f9e4c84321\"}}]}]\nBACKPORT-->\n\nCo-authored-by:
zyoshoka
<107108195+zyoshoka@users.noreply.github.com>"}},{"branch":"main","label":"v8.15.0","labelRegex":"^v8.15.0$","isSourceBranch":true,"state":"MERGED","url":"#183383
deprecated `abab` package (#183383)\n\n## Summary\r\n\r\nThis PR removes
deprecated
[`abab`](https://www.npmjs.com/package/abab)\r\npackage.\r\n\r\n### For
maintainers\r\n\r\n- [ ] This was checked for breaking API changes and
was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\nCo-authored-by:
Jeramy Soucy
<jeramy.soucy@elastic.co>","sha":"1ead6b533abbd90e8c022314ee0db1f9e4c84321"}}]}]
BACKPORT-->

Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
adelisle pushed a commit to Makila-AI/kibana that referenced this pull request Aug 5, 2024
)

# Backport

This will backport the following commits from `main` to `7.17`:
- [Remove deprecated `abab` package
(elastic#183383)](elastic#183383)

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

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

<!--BACKPORT
[{"author":{"name":"zyoshoka","email":"107108195+zyoshoka@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-05-16T10:48:26Z","message":"Remove
deprecated `abab` package (elastic#183383)\n\n## Summary\r\n\r\nThis PR removes
deprecated
[`abab`](https://www.npmjs.com/package/abab)\r\npackage.\r\n\r\n### For
maintainers\r\n\r\n- [ ] This was checked for breaking API changes and
was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\nCo-authored-by:
Jeramy Soucy
<jeramy.soucy@elastic.co>","sha":"1ead6b533abbd90e8c022314ee0db1f9e4c84321","branchLabelMapping":{"^v8.15.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","release_note:skip","💝community","backport:all-open","v8.14.0","v8.15.0"],"number":183383,"url":"elastic#183383
deprecated `abab` package (elastic#183383)\n\n## Summary\r\n\r\nThis PR removes
deprecated
[`abab`](https://www.npmjs.com/package/abab)\r\npackage.\r\n\r\n### For
maintainers\r\n\r\n- [ ] This was checked for breaking API changes and
was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\nCo-authored-by:
Jeramy Soucy
<jeramy.soucy@elastic.co>","sha":"1ead6b533abbd90e8c022314ee0db1f9e4c84321"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"8.14","label":"v8.14.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"elastic#183618
Remove deprecated &#x60;abab&#x60; package (elastic#183383) (elastic#183618)\n\n#
Backport\n\nThis will backport the following commits from `main` to
`8.14`:\n- [Remove deprecated &#x60;abab&#x60;
package\n(elastic#183383)](https://github.com/elastic/kibana/pull/183383)\n\n<!---
Backport version: 9.4.3 -->\n\n### Questions ?\nPlease refer to the
[Backport
tool\ndocumentation](https://github.com/sqren/backport)\n\n<!--BACKPORT\n[{\"author\":{\"name\":\"zyoshoka\",\"email\":\"107108195+zyoshoka@users.noreply.github.com\"},\"sourceCommit\":{\"committedDate\":\"2024-05-16T10:48:26Z\",\"message\":\"Remove\ndeprecated
`abab` package (elastic#183383)\\n\\n## Summary\\r\\n\\r\\nThis PR
removes\ndeprecated\n[`abab`](https://www.npmjs.com/package/abab)\\r\\npackage.\\r\\n\\r\\n###
For\nmaintainers\\r\\n\\r\\n- [ ] This was checked for breaking API
changes
and\nwas\n[labeled\\r\\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\\r\\n\\r\\nCo-authored-by:\nJeramy
Soucy\n<jeramy.soucy@elastic.co>\",\"sha\":\"1ead6b533abbd90e8c022314ee0db1f9e4c84321\",\"branchLabelMapping\":{\"^v8.15.0$\":\"main\",\"^v(\\\\d+).(\\\\d+).\\\\d+$\":\"$1.$2\"}},\"sourcePullRequest\":{\"labels\":[\"chore\",\"release_note:skip\",\"💝community\",\"backport:all-open\",\"v8.15.0\"],\"title\":\"Remove\ndeprecated
`abab`\npackage\",\"number\":183383,\"url\":\"elastic#183383
`abab` package (elastic#183383)\\n\\n## Summary\\r\\n\\r\\nThis PR
removes\ndeprecated\n[`abab`](https://www.npmjs.com/package/abab)\\r\\npackage.\\r\\n\\r\\n###
For\nmaintainers\\r\\n\\r\\n- [ ] This was checked for breaking API
changes
and\nwas\n[labeled\\r\\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\\r\\n\\r\\nCo-authored-by:\nJeramy
Soucy\n<jeramy.soucy@elastic.co>\",\"sha\":\"1ead6b533abbd90e8c022314ee0db1f9e4c84321\"}},\"sourceBranch\":\"main\",\"suggestedTargetBranches\":[],\"targetPullRequestStates\":[{\"branch\":\"main\",\"label\":\"v8.15.0\",\"branchLabelMappingKey\":\"^v8.15.0$\",\"isSourceBranch\":true,\"state\":\"MERGED\",\"url\":\"elastic#183383
`abab` package (elastic#183383)\\n\\n## Summary\\r\\n\\r\\nThis PR
removes\ndeprecated\n[`abab`](https://www.npmjs.com/package/abab)\\r\\npackage.\\r\\n\\r\\n###
For\nmaintainers\\r\\n\\r\\n- [ ] This was checked for breaking API
changes
and\nwas\n[labeled\\r\\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\\r\\n\\r\\nCo-authored-by:\nJeramy
Soucy\n<jeramy.soucy@elastic.co>\",\"sha\":\"1ead6b533abbd90e8c022314ee0db1f9e4c84321\"}}]}]\nBACKPORT-->\n\nCo-authored-by:
zyoshoka
<107108195+zyoshoka@users.noreply.github.com>"}},{"branch":"main","label":"v8.15.0","labelRegex":"^v8.15.0$","isSourceBranch":true,"state":"MERGED","url":"elastic#183383
deprecated `abab` package (elastic#183383)\n\n## Summary\r\n\r\nThis PR removes
deprecated
[`abab`](https://www.npmjs.com/package/abab)\r\npackage.\r\n\r\n### For
maintainers\r\n\r\n- [ ] This was checked for breaking API changes and
was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\nCo-authored-by:
Jeramy Soucy
<jeramy.soucy@elastic.co>","sha":"1ead6b533abbd90e8c022314ee0db1f9e4c84321"}}]}]
BACKPORT-->

Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
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 chore 💝community release_note:skip Skip the PR/issue when compiling release notes v7.17.22 v8.14.0 v8.15.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants