axe-core 4.6.2 → 4.6.3-canary.04a4b5e

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -114,12 +114,12 @@
114
114
  "help": "Page must have means to bypass repeated blocks"
115
115
  },
116
116
  "color-contrast-enhanced": {
117
- "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA contrast ratio thresholds",
118
- "help": "Elements must have sufficient color contrast"
117
+ "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA enhanced contrast ratio thresholds",
118
+ "help": "Elements must meet enhanced color contrast ratio thresholds"
119
119
  },
120
120
  "color-contrast": {
121
- "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds",
122
- "help": "Elements must have sufficient color contrast"
121
+ "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
122
+ "help": "Elements must meet minimum color contrast ratio thresholds"
123
123
  },
124
124
  "css-orientation-lock": {
125
125
  "description": "Ensures content is not locked to any specific display orientation, and the content is operable in all display orientations",
@@ -477,7 +477,7 @@
477
477
  "fail": {
478
478
  "singular": "Required ARIA child role not present: ${data.values}",
479
479
  "plural": "Required ARIA children role not present: ${data.values}",
480
- "unallowed": "Element has children which are not allowed (see related nodes)"
480
+ "unallowed": "Element has children which are not allowed: ${data.values}"
481
481
  },
482
482
  "incomplete": {
483
483
  "singular": "Expecting ARIA child role to be added: ${data.values}",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "axe-core",
3
3
  "description": "Accessibility engine for automated Web UI testing",
4
- "version": "4.6.2",
4
+ "version": "4.6.3-canary.04a4b5e",
5
5
  "license": "MPL-2.0",
6
6
  "engines": {
7
7
  "node": ">=4"
@@ -83,14 +83,14 @@
83
83
  "test:unit:integration": "npm run test:unit -- testDirs=integration",
84
84
  "test:unit:virtual-rules": "npm run test:unit -- testDirs=virtual-rules",
85
85
  "integration": "node test/integration/full/test-webdriver.js",
86
- "integration:apg": "mocha test/aria-practices/*.spec.js",
86
+ "integration:apg": "mocha --fail-zero test/aria-practices/*.spec.js",
87
87
  "integration:chrome": "npm run integration -- browser=Chrome",
88
88
  "integration:firefox": "npm run integration -- browser=Firefox",
89
89
  "test:integration": "npm run test:integration:chrome",
90
90
  "test:integration:chrome": "start-server-and-test 9876 integration:chrome",
91
91
  "test:integration:firefox": "start-server-and-test 9876 integration:firefox",
92
92
  "test:examples": "node ./doc/examples/test-examples",
93
- "test:act": "mocha test/act-rules/*.spec.js",
93
+ "test:act": "mocha --fail-zero test/act-rules/*.spec.js",
94
94
  "test:apg": "start-server-and-test 9876 integration:apg",
95
95
  "test:locales": "mocha test/test-locales.js",
96
96
  "test:virtual-rules": "mocha test/test-virtual-rules.js",
@@ -109,27 +109,27 @@
109
109
  "postbuild": "prettier --write ./locales/_template.json ./doc/rule-descriptions.md"
110
110
  },
111
111
  "devDependencies": {
112
- "@axe-core/webdriverjs": "^4.4.3",
113
- "@babel/core": "^7.18.6",
114
- "@babel/plugin-proposal-object-rest-spread": "^7.18.6",
115
- "@babel/preset-env": "^7.18.6",
116
- "@babel/runtime-corejs3": "^7.18.6",
112
+ "@axe-core/webdriverjs": "^4.5.2",
113
+ "@babel/core": "^7.20.12",
114
+ "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
115
+ "@babel/preset-env": "^7.20.2",
116
+ "@babel/runtime-corejs3": "^7.20.7",
117
117
  "@deque/dot": "^1.1.5",
118
118
  "aria-practices": "github:w3c/aria-practices#edbf534",
119
- "aria-query": "^5.0.0",
119
+ "aria-query": "^5.1.3",
120
120
  "browser-driver-manager": "1.0.4",
121
- "chai": "~4.3.6",
121
+ "chai": "^4.3.7",
122
122
  "chalk": "^4.x",
123
123
  "chromedriver": "latest",
124
124
  "clone": "^2.1.2",
125
125
  "conventional-commits-parser": "^3.2.4",
126
- "core-js": "^3.23.5",
126
+ "core-js": "^3.27.1",
127
127
  "css-selector-parser": "^1.4.1",
128
128
  "emoji-regex": "^10.2.1",
129
129
  "es6-promise": "^4.2.8",
130
130
  "esbuild": "^0.10.x",
131
- "eslint": "^8.19.0",
132
- "eslint-config-prettier": "^8.5.0",
131
+ "eslint": "^8.31.0",
132
+ "eslint-config-prettier": "^8.6.0",
133
133
  "eslint-plugin-mocha-no-only": "^1.1.1",
134
134
  "execa": "5.x",
135
135
  "globby": "11.x",
@@ -142,38 +142,38 @@
142
142
  "grunt-contrib-watch": "^1.1.0",
143
143
  "html-entities": "1.x",
144
144
  "http-server": "^14.1.1",
145
- "husky": "^8.0.1",
146
- "jquery": "^3.6.0",
145
+ "husky": "^8.0.3",
146
+ "jquery": "^3.6.3",
147
147
  "jsdoc": "^3.6.11",
148
- "jsdom": "^20.0.0",
149
- "karma": "^6.4.0",
148
+ "jsdom": "^21.0.0",
149
+ "karma": "^6.4.1",
150
150
  "karma-chai": "^0.1.0",
151
151
  "karma-chrome-launcher": "^3.1.1",
152
152
  "karma-firefox-launcher": "^2.1.2",
153
153
  "karma-ie-launcher": "^1.0.0",
154
154
  "karma-mocha": "^2.0.1",
155
155
  "karma-sinon": "^1.0.5",
156
- "karma-spec-reporter": "0.0.34",
157
- "lint-staged": "^13.0.3",
156
+ "karma-spec-reporter": "^0.0.36",
157
+ "lint-staged": "^13.1.0",
158
158
  "make-dir": "^3.1.0",
159
159
  "markdown-table": "2.x",
160
160
  "memoizee": "^0.4.15",
161
161
  "minami": "^1.2.3",
162
- "mocha": "^10.0.0",
162
+ "mocha": "^10.2.0",
163
163
  "node-notifier": "^10.0.1",
164
164
  "npm-run-all": "^4.1.5",
165
- "prettier": "^2.7.1",
165
+ "prettier": "^2.8.2",
166
166
  "proxyquire": "^2.1.3",
167
- "revalidator": "~0.3.1",
168
- "selenium-webdriver": "^4.5.0",
169
- "serve-handler": "^6.1.3",
170
- "sinon": "^11.1.2",
167
+ "revalidator": "^0.3.1",
168
+ "selenium-webdriver": "^4.7.1",
169
+ "serve-handler": "^6.1.5",
170
+ "sinon": "^15.0.1",
171
171
  "sri-toolbox": "^0.2.0",
172
172
  "standard-version": "^9.5.0",
173
- "start-server-and-test": "^1.14.0",
174
- "typedarray": "^0.0.6",
175
- "typescript": "^4.7.4",
176
- "uglify-js": "^3.16.2",
173
+ "start-server-and-test": "^1.15.2",
174
+ "typedarray": "^0.0.7",
175
+ "typescript": "^4.9.4",
176
+ "uglify-js": "^3.17.4",
177
177
  "wcag-act-rules": "github:w3c/wcag-act-rules#9416ea6",
178
178
  "weakmap-polyfill": "^2.0.4"
179
179
  },