Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/ado-extension/e2e/ado-extension.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('Sample task tests', () => {
expect(testSubject.stdOutContained("##[debug][Telemetry] tracking a 'ScanCompleted' event"));

function filterStdOut(stdout: string) {
const logs = stdout.match(/-------------------(.|\n)*This scan used axe-core 4\.10\.2/);
const logs = stdout.match(/-------------------(.|\n)*This scan used axe-core 4\.11\.1/);
return logs ? logs[0] : '';
}
});
Expand Down
6 changes: 3 additions & 3 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"dependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"accessibility-insights-report": "6.0.0",
"accessibility-insights-scan": "^3.1.2",
"axe-core": "^4.10.2",
"accessibility-insights-report": "7.4.0",
"accessibility-insights-scan": "^3.4.0",
"axe-core": "^4.11.1",
"express": "^4.21.0",
"filenamify-url": "^3.1.0",
"get-port": "^7.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Failed instances
* 1 × frame-title-unique: Ensure <iframe> and <frame> elements contain a unique title attribute
* 1 × frame-title: Ensure <iframe> and <frame> elements have an accessible name
* 1 × heading-order: Ensure the order of headings is semantically correct
* 1 × hidden-content: Informs users about hidden content.
* 1 × hidden-content: Inform users about hidden content.
* 1 × html-has-lang: Ensure every HTML document has a lang attribute
* 1 × html-lang-valid: Ensure the lang attribute of the <html> element has a valid value
* 1 × html-xml-lang-mismatch: Ensure that HTML elements with both valid lang and xml:lang attributes agree on the base language of the page
Expand Down Expand Up @@ -88,7 +88,7 @@ Failed instances
* 1 × object-alt: Ensure <object> elements have alternative text
* 1 × p-as-heading: Ensure bold, italic text and font-size is not used to style <p> elements as a heading
* 1 × page-has-heading-one: Ensure that the page, or at least one of its frames contains a level-one heading
* 1 × presentation-role-conflict: Elements marked as presentational should not have global ARIA or tabindex to ensure all screen readers ignore them
* 1 × presentation-role-conflict: Ensure elements marked as presentational do not have global ARIA or tabindex so that all screen readers ignore them
* 1 × region: Ensure all page content is contained by landmarks
* 1 × role-img-alt: Ensure [role="img"] elements have alternative text
* 1 × scope-attr-valid: Ensure the scope attribute is used correctly on tables
Expand All @@ -97,13 +97,13 @@ Failed instances
* 1 × server-side-image-map: Ensure that server-side image maps are not used
* 1 × skip-link: Ensure all skip links have a focusable target
* 1 × summary-name: Ensure summary elements have discernible text
* 1 × svg-img-alt: Ensure <svg> elements with an img, graphics-document or graphics-symbol role have an accessible text
* 1 × svg-img-alt: Ensure <svg> elements with an img, graphics-document or graphics-symbol role have accessible text
* 1 × tabindex: Ensure tabindex attribute values are not greater than 0
* 1 × table-duplicate-name: Ensure the <caption> element does not contain the same text as the summary attribute
* 1 × table-fake-caption: Ensure that tables with a caption use the <caption> element.
* 1 × target-size: Ensure touch targets have sufficient size and space
* 1 × td-has-header: Ensure that each non-empty data cell in a <table> larger than 3 by 3 has one or more table headers
* 1 × td-headers-attr: Ensure that each cell in a table that uses the headers attribute refers only to other cells in that table
* 1 × td-headers-attr: Ensure that each cell in a table that uses the headers attribute refers only to other <th> elements in that table
* 1 × th-has-data-cells: Ensure that <th> elements and elements with role=columnheader/rowheader have data cells they describe
* 1 × valid-lang: Ensure lang attributes have valid values
* 1 × video-caption: Ensure <video> elements have captions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
* **1 × frame-title-unique**: Ensure \<iframe> and \<frame> elements contain a unique title attribute
* **1 × frame-title**: Ensure \<iframe> and \<frame> elements have an accessible name
* **1 × heading-order**: Ensure the order of headings is semantically correct
* **1 × hidden-content**: Informs users about hidden content.
* **1 × hidden-content**: Inform users about hidden content.
* **1 × html-has-lang**: Ensure every HTML document has a lang attribute
* **1 × html-lang-valid**: Ensure the lang attribute of the \<html> element has a valid value
* **1 × html-xml-lang-mismatch**: Ensure that HTML elements with both valid lang and xml:lang attributes agree on the base language of the page
Expand Down Expand Up @@ -88,7 +88,7 @@
* **1 × object-alt**: Ensure \<object> elements have alternative text
* **1 × p-as-heading**: Ensure bold, italic text and font-size is not used to style \<p> elements as a heading
* **1 × page-has-heading-one**: Ensure that the page, or at least one of its frames contains a level-one heading
* **1 × presentation-role-conflict**: Elements marked as presentational should not have global ARIA or tabindex to ensure all screen readers ignore them
* **1 × presentation-role-conflict**: Ensure elements marked as presentational do not have global ARIA or tabindex so that all screen readers ignore them
* **1 × region**: Ensure all page content is contained by landmarks
* **1 × role-img-alt**: Ensure [role="img"] elements have alternative text
* **1 × scope-attr-valid**: Ensure the scope attribute is used correctly on tables
Expand All @@ -97,13 +97,13 @@
* **1 × server-side-image-map**: Ensure that server-side image maps are not used
* **1 × skip-link**: Ensure all skip links have a focusable target
* **1 × summary-name**: Ensure summary elements have discernible text
* **1 × svg-img-alt**: Ensure \<svg> elements with an img, graphics-document or graphics-symbol role have an accessible text
* **1 × svg-img-alt**: Ensure \<svg> elements with an img, graphics-document or graphics-symbol role have accessible text
* **1 × tabindex**: Ensure tabindex attribute values are not greater than 0
* **1 × table-duplicate-name**: Ensure the \<caption> element does not contain the same text as the summary attribute
* **1 × table-fake-caption**: Ensure that tables with a caption use the \<caption> element.
* **1 × target-size**: Ensure touch targets have sufficient size and space
* **1 × td-has-header**: Ensure that each non-empty data cell in a \<table> larger than 3 by 3 has one or more table headers
* **1 × td-headers-attr**: Ensure that each cell in a table that uses the headers attribute refers only to other cells in that table
* **1 × td-headers-attr**: Ensure that each cell in a table that uses the headers attribute refers only to other \<th> elements in that table
* **1 × th-has-data-cells**: Ensure that \<th> elements and elements with role=columnheader/rowheader have data cells they describe
* **1 × valid-lang**: Ensure lang attributes have valid values
* **1 × video-caption**: Ensure \<video> elements have captions
Expand Down
11 changes: 9 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ __metadata:
"@typescript-eslint/parser": ^6.18.1
accessibility-insights-report: 6.0.0
accessibility-insights-scan: ^3.1.2
axe-core: ^4.10.2
axe-core: ^4.11.1
eslint: ^8.57.0
eslint-plugin-security: ^1.7.1
express: ^4.21.0
Expand Down Expand Up @@ -6976,7 +6976,7 @@ __metadata:
languageName: node
linkType: hard

"axe-core@npm:4.10.2, axe-core@npm:^4.10.2, axe-core@npm:~4.10.2":
"axe-core@npm:4.10.2, axe-core@npm:~4.10.2":
version: 4.10.2
resolution: "axe-core@npm:4.10.2"
checksum: 2b9b1c93ea73ea9f206604e4e17bd771d2d835f077bde54517d73028b8865c69b209460e73d5b109968cbdb39ab3d28943efa5695189bd79e16421ce1706719e
Expand All @@ -6990,6 +6990,13 @@ __metadata:
languageName: node
linkType: hard

"axe-core@npm:^4.11.1":
version: 4.11.1
resolution: "axe-core@npm:4.11.1"
checksum: 92b3c79af3695bcebac0e7f3f90f4bc11d2b39ccdc670937290e8dacbc943473713cc06b771dea0563c66d57d93d940ed89e082bfdecccf9dd70782d4bb243c0
languageName: node
linkType: hard

"axobject-query@npm:^3.2.1":
version: 3.2.1
resolution: "axobject-query@npm:3.2.1"
Expand Down
Loading