chore(deps): bump axe to v4.13.0 - #34935
Open
EugeniyKiyashko wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the monorepo’s accessibility auditing dependency (axe-core) to v4.13.0 and adjusts styles/demos so the updated axe checks pass (or are explicitly suppressed where a widget-level fix is still required).
Changes:
- Bump
axe-corefrom 4.11.3 → 4.13.0 (workspace catalog + lockfile). - Update Fluent Tabs styling so tab text remains available as an accessible name while preserving layout behavior.
- Update demos/tests to address or suppress newly failing accessibility rules (icon-only stepper items labeled; demo-specific ignored rules updated; minor contrast tweak via opacity).
Reviewed changes
Copilot reviewed 13 out of 14 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
pnpm-workspace.yaml |
Updates the workspace catalog to use axe-core@4.13.0. |
pnpm-lock.yaml |
Refreshes lockfile entries to reflect axe-core@4.13.0 and dependent snapshot updates. |
packages/devextreme-scss/scss/widgets/fluent/tabs/layout/tab/_base.scss |
Adjusts Fluent Tabs text/pseudo-span behavior to keep an accessible name and stabilize font-weight width changes. |
apps/demos/testing/common.test.ts |
Adds demo-specific ignored axe rules for known issues introduced/flagged by the updated axe checks. |
apps/demos/Demos/TabPanel/Overview/Vue/TaskItem.vue |
Tweaks task info opacity (contrast-related adjustment). |
apps/demos/Demos/TabPanel/Overview/ReactJs/styles.css |
Tweaks task info opacity (contrast-related adjustment). |
apps/demos/Demos/TabPanel/Overview/React/styles.css |
Tweaks task info opacity (contrast-related adjustment). |
apps/demos/Demos/TabPanel/Overview/jQuery/styles.css |
Tweaks task info opacity (contrast-related adjustment). |
apps/demos/Demos/TabPanel/Overview/Angular/app/app.component.css |
Tweaks task info opacity (contrast-related adjustment). |
apps/demos/Demos/Stepper/StepTemplate/Vue/App.vue |
Adds role="img" + aria-label to icon-only step template. |
apps/demos/Demos/Stepper/StepTemplate/ReactJs/IconOnly.js |
Adds aria-label to icon-only step renderer and accepts label. |
apps/demos/Demos/Stepper/StepTemplate/React/IconOnly.tsx |
Adds aria-label to icon-only step renderer and requires label. |
apps/demos/Demos/Stepper/StepTemplate/jQuery/index.js |
Adds role="img" + aria-label to icon-only step template. |
apps/demos/Demos/Stepper/StepTemplate/Angular/app/app.component.html |
Adds role="img" + aria-label binding to icon-only step template. |
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
No description provided.