diff --git a/.yarn/cache/accessibility-checker-npm-3.1.78-ac0f96fd8d-04453a96b5.zip b/.yarn/cache/accessibility-checker-npm-3.1.79-68b82085d5-13dd352e68.zip similarity index 99% rename from .yarn/cache/accessibility-checker-npm-3.1.78-ac0f96fd8d-04453a96b5.zip rename to .yarn/cache/accessibility-checker-npm-3.1.79-68b82085d5-13dd352e68.zip index 5ab4d39ac2b2..23070fa0fe88 100644 Binary files a/.yarn/cache/accessibility-checker-npm-3.1.78-ac0f96fd8d-04453a96b5.zip and b/.yarn/cache/accessibility-checker-npm-3.1.79-68b82085d5-13dd352e68.zip differ diff --git a/config/jest-config-carbon/matchers/toHaveNoACViolations.js b/config/jest-config-carbon/matchers/toHaveNoACViolations.js index 903601f09b69..5ce44f952154 100644 --- a/config/jest-config-carbon/matchers/toHaveNoACViolations.js +++ b/config/jest-config-carbon/matchers/toHaveNoACViolations.js @@ -20,9 +20,6 @@ async function toHaveNoACViolations(node, label) { 'html_skipnav_exists', 'aria_content_in_landmark', 'aria_child_tabbable', - 'aria_attribute_conflict', - 'label_name_visible', - 'target_spacing_sufficient', ]); const ruleset = await aChecker.getRuleset('IBM_Accessibility'); const customRuleset = JSON.parse(JSON.stringify(ruleset)); diff --git a/config/jest-config-carbon/package.json b/config/jest-config-carbon/package.json index 455b944843bf..2873ec3f78fd 100644 --- a/config/jest-config-carbon/package.json +++ b/config/jest-config-carbon/package.json @@ -27,7 +27,7 @@ "@babel/preset-env": "^7.24.7", "@babel/preset-react": "^7.24.7", "@babel/runtime": "^7.24.7", - "accessibility-checker": "^3.1.78", + "accessibility-checker": "^4.0.0-rc.2", "axe-core": "^4.3.5", "babel-jest": "^28.1.0", "chalk": "^4.1.1", diff --git a/package.json b/package.json index 75c6865cd483..b1a8c59f3d40 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@testing-library/react": "^16.0.0", "@testing-library/user-event": "^14.4.3", "@types/react-is": "~18.3.0", - "accessibility-checker": "^3.1.78", + "accessibility-checker": "^4.0.0-rc.2", "all-contributors-cli": "^6.19.0", "cross-env": "^7.0.0", "cross-spawn": "^7.0.0", diff --git a/packages/styles/scss/components/text-area/_text-area.scss b/packages/styles/scss/components/text-area/_text-area.scss index 688b90ce4bbc..e0aeb5c9eb04 100644 --- a/packages/styles/scss/components/text-area/_text-area.scss +++ b/packages/styles/scss/components/text-area/_text-area.scss @@ -29,7 +29,7 @@ @include type-style('body-01'); @include focus-outline('reset'); - padding: convert.to-rem(11px) layout.density('padding-inline'); + padding: convert.to-rem(12px) layout.density('padding-inline'); border: none; background-color: $field; block-size: 100%; diff --git a/playwright.config.js b/playwright.config.js index c4c6a58eac01..d212bda53a04 100644 --- a/playwright.config.js +++ b/playwright.config.js @@ -88,8 +88,6 @@ expect.extend({ 'html_skipnav_exists', 'aria_content_in_landmark', 'aria_child_tabbable', - 'label_name_visible', - 'target_spacing_sufficient', ]); const ruleset = await aChecker.getRuleset('IBM_Accessibility'); diff --git a/yarn.lock b/yarn.lock index 5e933b30da5c..d6bfcee579c9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8094,9 +8094,9 @@ __metadata: languageName: node linkType: hard -"accessibility-checker@npm:^3.1.78": - version: 3.1.78 - resolution: "accessibility-checker@npm:3.1.78" +"accessibility-checker@npm:^3.1.79": + version: 3.1.79 + resolution: "accessibility-checker@npm:3.1.79" dependencies: axios: "npm:^1.4.0" chromedriver: "npm:*" @@ -8107,7 +8107,7 @@ __metadata: string-hash: "npm:^1.1.3" bin: achecker: bin/achecker.js - checksum: 10/04453a96b584cd101ba45f141b283b7eddc651a1be81525c5107161f43a98d3efde6dd0c2e1fc70663252ce6ada82eb9565c82a92cb9402c01a51a7683ccb099 + checksum: 10/13dd352e6829d582950565dda823f0a10ee89a0682cf261c74a97725c837a32c6eadeaeb3155f7ab567b7aa452d910e981de3893370781b76dcd91185009aae8 languageName: node linkType: hard @@ -9692,7 +9692,7 @@ __metadata: "@testing-library/react": "npm:^16.0.0" "@testing-library/user-event": "npm:^14.4.3" "@types/react-is": "npm:~18.3.0" - accessibility-checker: "npm:^3.1.78" + accessibility-checker: "npm:^3.1.79" all-contributors-cli: "npm:^6.19.0" cross-env: "npm:^7.0.0" cross-spawn: "npm:^7.0.0" @@ -17051,7 +17051,7 @@ __metadata: "@babel/preset-env": "npm:^7.24.7" "@babel/preset-react": "npm:^7.24.7" "@babel/runtime": "npm:^7.24.7" - accessibility-checker: "npm:^3.1.78" + accessibility-checker: "npm:^3.1.79" axe-core: "npm:^4.3.5" babel-jest: "npm:^28.1.0" chalk: "npm:^4.1.1"