axe-core 4.10.3 → 4.11.0-canary.23bd160
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.
- package/README.md +4 -4
- package/axe.d.ts +74 -10
- package/axe.js +17306 -17044
- package/axe.min.js +2 -2
- package/locales/_template.json +18 -10
- package/locales/de.json +5 -1
- package/locales/ja.json +127 -118
- package/locales/pt_PT.json +1123 -0
- package/locales/ru.json +1127 -0
- package/package.json +11 -12
- package/sri-history.json +4 -0
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.
|
|
4
|
+
"version": "4.11.0-canary.23bd160",
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": ">=4"
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"build": "grunt",
|
|
79
79
|
"patch": "npx patch-package",
|
|
80
80
|
"unpatch": "npx patch-package --reverse",
|
|
81
|
-
"eslint": "eslint --color --format stylish '{lib,test,build,doc}/**/*.js' 'Gruntfile.js'",
|
|
81
|
+
"eslint": "eslint --color --format stylish '{lib,test,build,doc}/**/*.js' 'Gruntfile.js' '.github/bin/*.mjs'",
|
|
82
82
|
"test": "npm run test:tsc && run-s \"test:unit:* -- {@}\" --",
|
|
83
83
|
"test:tsc": "tsc",
|
|
84
84
|
"test:unit": "karma start test/karma.conf.js",
|
|
@@ -108,7 +108,6 @@
|
|
|
108
108
|
"version": "echo \"use 'npm run release' to bump axe-core version\" && exit 1",
|
|
109
109
|
"release": "git fetch origin --tags --force && standard-version -a",
|
|
110
110
|
"rule-gen": "node build/rule-generator",
|
|
111
|
-
"next-release": "standard-version --scripts.prebump=./build/next-version.js --skip.commit=true --skip.tag=true",
|
|
112
111
|
"sri-update": "grunt build && node build/sri-update && git add sri-history.json",
|
|
113
112
|
"sri-validate": "node build/sri-update --validate",
|
|
114
113
|
"fmt": "prettier --write .",
|
|
@@ -119,7 +118,7 @@
|
|
|
119
118
|
"postbuild": "prettier --write ./locales/_template.json ./doc/rule-descriptions.md"
|
|
120
119
|
},
|
|
121
120
|
"devDependencies": {
|
|
122
|
-
"@axe-core/webdriverjs": "^4.
|
|
121
|
+
"@axe-core/webdriverjs": "^4.10.2",
|
|
123
122
|
"@babel/core": "^7.20.12",
|
|
124
123
|
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
|
|
125
124
|
"@babel/preset-env": "^7.20.2",
|
|
@@ -142,11 +141,11 @@
|
|
|
142
141
|
"es6-promise": "^4.2.8",
|
|
143
142
|
"esbuild": "^0.10.x",
|
|
144
143
|
"eslint": "^9.2.0",
|
|
145
|
-
"eslint-config-prettier": "^
|
|
144
|
+
"eslint-config-prettier": "^10.0.1",
|
|
146
145
|
"eslint-plugin-mocha-no-only": "^1.2.0",
|
|
147
146
|
"execa": "5.x",
|
|
148
147
|
"glob": "^10.3.10",
|
|
149
|
-
"globals": "^
|
|
148
|
+
"globals": "^16.0.0",
|
|
150
149
|
"grunt": "^1.5.3",
|
|
151
150
|
"grunt-babel": "^8.0.0",
|
|
152
151
|
"grunt-bytesize": "^0.2.0",
|
|
@@ -160,7 +159,7 @@
|
|
|
160
159
|
"inquirer": "^8.2.5",
|
|
161
160
|
"jquery": "^3.6.3",
|
|
162
161
|
"jsdoc": "^4.0.2",
|
|
163
|
-
"jsdom": "^
|
|
162
|
+
"jsdom": "^27.0.0",
|
|
164
163
|
"karma": "^6.4.1",
|
|
165
164
|
"karma-chai": "^0.1.0",
|
|
166
165
|
"karma-chrome-launcher": "^3.1.1",
|
|
@@ -169,9 +168,9 @@
|
|
|
169
168
|
"karma-mocha": "^2.0.1",
|
|
170
169
|
"karma-sinon": "^1.0.5",
|
|
171
170
|
"karma-spec-reporter": "^0.0.36",
|
|
172
|
-
"lint-staged": "^
|
|
171
|
+
"lint-staged": "^16.1.0",
|
|
173
172
|
"memoizee": "^0.4.15",
|
|
174
|
-
"mocha": "^
|
|
173
|
+
"mocha": "^11.1.0",
|
|
175
174
|
"node-notifier": "^10.0.1",
|
|
176
175
|
"npm-run-all": "^4.1.5",
|
|
177
176
|
"outdent": "^0.8.0",
|
|
@@ -180,21 +179,21 @@
|
|
|
180
179
|
"revalidator": "^0.3.1",
|
|
181
180
|
"selenium-webdriver": "^4.7.1",
|
|
182
181
|
"serve-handler": "^6.1.5",
|
|
183
|
-
"sinon": "^
|
|
182
|
+
"sinon": "^21.0.0",
|
|
184
183
|
"sri-toolbox": "^0.2.0",
|
|
185
184
|
"standard-version": "^9.5.0",
|
|
186
185
|
"start-server-and-test": "^2.0.1",
|
|
187
186
|
"typedarray": "^0.0.7",
|
|
188
187
|
"typescript": "^5.2.2",
|
|
189
188
|
"uglify-js": "^3.17.4",
|
|
190
|
-
"wcag-act-rules": "github:w3c/wcag-act-rules#
|
|
189
|
+
"wcag-act-rules": "github:w3c/wcag-act-rules#5adb55d19eb2cd7fb23213b2d1acedf9004dc063",
|
|
191
190
|
"weakmap-polyfill": "^2.0.4"
|
|
192
191
|
},
|
|
193
192
|
"lint-staged": {
|
|
194
193
|
"*.{md,json,ts,html}": [
|
|
195
194
|
"prettier --write"
|
|
196
195
|
],
|
|
197
|
-
"*.js": [
|
|
196
|
+
"*.{js,mjs}": [
|
|
198
197
|
"prettier --write",
|
|
199
198
|
"eslint --fix"
|
|
200
199
|
]
|
package/sri-history.json
CHANGED
|
@@ -394,5 +394,9 @@
|
|
|
394
394
|
"4.10.3": {
|
|
395
395
|
"axe.js": "sha256-vurbjUBDRYSCqEMt0ievkm0brzeP+81jiI6R7AyoU10=",
|
|
396
396
|
"axe.min.js": "sha256-iAlwwIFwc2DmTzTOol/5GJL1vJVnWwd2kluXCd2KaLs="
|
|
397
|
+
},
|
|
398
|
+
"4.11.0": {
|
|
399
|
+
"axe.js": "sha256-RKE4K0g6QAePcUi+Tcnr567YKVEwnoToqe+Qd7w1mzo=",
|
|
400
|
+
"axe.min.js": "sha256-6eWGPDOodPCbwBrNkjS348hxR59e74gC+lglREZebQE="
|
|
397
401
|
}
|
|
398
402
|
}
|