[a11y] Remove jext-axe and supporting code from kibana#180694
Merged
bhavyarm merged 9 commits intoelastic:mainfrom Apr 25, 2024
Merged
[a11y] Remove jext-axe and supporting code from kibana#180694bhavyarm merged 9 commits intoelastic:mainfrom
bhavyarm merged 9 commits intoelastic:mainfrom
Conversation
Contributor
Author
|
/ci |
1 similar comment
Contributor
Author
|
/ci |
021d7e6 to
76d2c13
Compare
Contributor
Author
|
/ci |
Contributor
Author
|
/ci |
jbudz
approved these changes
Apr 25, 2024
Contributor
|
Pinging @elastic/kibana-accessibility (Project:Accessibility) |
💚 Build Succeeded
Metrics [docs]Public APIs missing comments
History
To update your PR or re-run it, just comment with: cc @bhavyarm |
yuliacech
approved these changes
Apr 25, 2024
kibanamachine
added a commit
to kibanamachine/kibana
that referenced
this pull request
Apr 25, 2024
Removing jest-axe and supporting code from Kibana because this library (not regularly updated anymore and used only in one test file) is blocking me from updating axe-core. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit 3a65e17)
Contributor
💚 All backports created successfully
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
Apr 25, 2024
… (#181747) # Backport This will backport the following commits from `main` to `8.14`: - [[a11y] Remove jext-axe and supporting code from kibana (#180694)](#180694) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Bhavya RM","email":"bhavya@elastic.co"},"sourceCommit":{"committedDate":"2024-04-25T16:54:18Z","message":"[a11y] Remove jext-axe and supporting code from kibana (#180694)\n\nRemoving jest-axe and supporting code from Kibana because this library\r\n(not regularly updated anymore and used only in one test file) is\r\nblocking me from updating axe-core.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"3a65e17d78a8f5148adae6c6445230da55ce4869","branchLabelMapping":{"^v8.15.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Project:Accessibility","release_note:skip","backport:skip","v8.14.0","v8.15.0"],"title":"[a11y] Remove jext-axe and supporting code from kibana","number":180694,"url":"https://github.com/elastic/kibana/pull/180694","mergeCommit":{"message":"[a11y] Remove jext-axe and supporting code from kibana (#180694)\n\nRemoving jest-axe and supporting code from Kibana because this library\r\n(not regularly updated anymore and used only in one test file) is\r\nblocking me from updating axe-core.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"3a65e17d78a8f5148adae6c6445230da55ce4869"}},"sourceBranch":"main","suggestedTargetBranches":["8.14"],"targetPullRequestStates":[{"branch":"8.14","label":"v8.14.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.15.0","branchLabelMappingKey":"^v8.15.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/180694","number":180694,"mergeCommit":{"message":"[a11y] Remove jext-axe and supporting code from kibana (#180694)\n\nRemoving jest-axe and supporting code from Kibana because this library\r\n(not regularly updated anymore and used only in one test file) is\r\nblocking me from updating axe-core.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"3a65e17d78a8f5148adae6c6445230da55ce4869"}}]}] BACKPORT--> Co-authored-by: Bhavya RM <bhavya@elastic.co>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removing jest-axe and supporting code from Kibana because this library (not regularly updated anymore and used only in one test file) is blocking me from updating axe-core.