axe-core 4.4.2 → 4.4.3-canary.60ec997
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 +1 -1
- package/axe.d.ts +2 -0
- package/axe.js +5137 -4690
- package/axe.min.js +2 -2
- package/locales/_template.json +1015 -0
- package/locales/no_NB.json +797 -0
- package/package.json +54 -57
- package/sri-history.json +317 -309
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "axe-core",
|
|
3
3
|
"description": "Accessibility engine for automated Web UI testing",
|
|
4
|
-
"version": "4.4.
|
|
4
|
+
"version": "4.4.3-canary.60ec997",
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
6
|
"engines": {
|
|
7
|
-
"node": ">=
|
|
7
|
+
"node": ">=4"
|
|
8
8
|
},
|
|
9
9
|
"contributors": [
|
|
10
10
|
{
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"integration:apg": "mocha test/aria-practices/*.spec.js",
|
|
87
87
|
"integration:chrome": "npm run integration -- browser=Chrome",
|
|
88
88
|
"integration:firefox": "npm run integration -- browser=Firefox",
|
|
89
|
-
"integration:ie": "npm run integration -- browser
|
|
89
|
+
"integration:ie": "npm run integration -- browser=\"Internet Explorer\"",
|
|
90
90
|
"test:integration": "npm run test:integration:chrome",
|
|
91
91
|
"test:integration:chrome": "start-server-and-test 9876 integration:chrome",
|
|
92
92
|
"test:integration:firefox": "start-server-and-test 9876 integration:firefox",
|
|
@@ -105,79 +105,76 @@
|
|
|
105
105
|
"next-release": "standard-version --scripts.prebump=./build/next-version.js --skip.commit=true --skip.tag=true",
|
|
106
106
|
"sri-update": "grunt build && node build/sri-update && git add sri-history.json",
|
|
107
107
|
"sri-validate": "node build/sri-update --validate",
|
|
108
|
-
"fmt": "prettier --write .*.json *.{json,md,js} **/*.ts './{.circleci,.github,build,doc,lib,locales,test,typings}/**/*.{json,md,js,ts,html}'"
|
|
108
|
+
"fmt": "prettier --write .*.json *.{json,md,js} **/*.ts './{.circleci,.github,build,doc,lib,locales,test,typings}/**/*.{json,md,js,ts,html}'",
|
|
109
|
+
"prepare": "husky install"
|
|
109
110
|
},
|
|
110
111
|
"devDependencies": {
|
|
111
|
-
"@axe-core/webdriverjs": "^4.3
|
|
112
|
-
"@babel/core": "^7.
|
|
113
|
-
"@babel/plugin-proposal-object-rest-spread": "^7.
|
|
114
|
-
"@babel/
|
|
115
|
-
"@babel/
|
|
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",
|
|
116
117
|
"@deque/dot": "^1.1.5",
|
|
117
|
-
"act-rules.github.io": "github:act-rules/act-rules.github.io#
|
|
118
|
-
"aria-practices": "github:w3c/aria-practices#
|
|
119
|
-
"aria-query": "^
|
|
120
|
-
"browser-driver-manager": "1.0.
|
|
121
|
-
"chai": "~4.
|
|
122
|
-
"chalk": "^4.
|
|
118
|
+
"act-rules.github.io": "github:act-rules/act-rules.github.io#a759e99f",
|
|
119
|
+
"aria-practices": "github:w3c/aria-practices#edbf534",
|
|
120
|
+
"aria-query": "^5.0.0",
|
|
121
|
+
"browser-driver-manager": "1.0.4",
|
|
122
|
+
"chai": "~4.3.6",
|
|
123
|
+
"chalk": "^4.x",
|
|
123
124
|
"chromedriver": "latest",
|
|
124
125
|
"clone": "^2.1.2",
|
|
125
|
-
"conventional-commits-parser": "^3.
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"eslint
|
|
126
|
+
"conventional-commits-parser": "^3.2.4",
|
|
127
|
+
"core-js": "^3.23.5",
|
|
128
|
+
"css-selector-parser": "^1.4.1",
|
|
129
|
+
"emoji-regex": "10.1.0",
|
|
130
|
+
"es6-promise": "^4.2.8",
|
|
131
|
+
"esbuild": "^0.14.7",
|
|
132
|
+
"eslint": "^8.19.0",
|
|
133
|
+
"eslint-config-prettier": "^8.5.0",
|
|
132
134
|
"eslint-plugin-mocha-no-only": "^1.1.1",
|
|
133
|
-
"execa": "
|
|
134
|
-
"globby": "
|
|
135
|
-
"grunt": "^1.
|
|
135
|
+
"execa": "5.x",
|
|
136
|
+
"globby": "11.x",
|
|
137
|
+
"grunt": "^1.5.3",
|
|
136
138
|
"grunt-babel": "^8.0.0",
|
|
137
139
|
"grunt-bytesize": "^0.2.0",
|
|
138
|
-
"grunt-contrib-clean": "^2.0.
|
|
139
|
-
"grunt-contrib-concat": "^1.0
|
|
140
|
-
"grunt-contrib-uglify": "^
|
|
140
|
+
"grunt-contrib-clean": "^2.0.1",
|
|
141
|
+
"grunt-contrib-concat": "^2.1.0",
|
|
142
|
+
"grunt-contrib-uglify": "^5.2.2",
|
|
141
143
|
"grunt-contrib-watch": "^1.1.0",
|
|
142
|
-
"html-entities": "
|
|
143
|
-
"http-server": "^14.1.
|
|
144
|
-
"husky": "^
|
|
145
|
-
"jquery": "^3.
|
|
146
|
-
"jsdoc": "^3.6.
|
|
147
|
-
"jsdom": "^
|
|
148
|
-
"karma": "^6.
|
|
144
|
+
"html-entities": "1.x",
|
|
145
|
+
"http-server": "^14.1.1",
|
|
146
|
+
"husky": "^8.0.1",
|
|
147
|
+
"jquery": "^3.6.0",
|
|
148
|
+
"jsdoc": "^3.6.11",
|
|
149
|
+
"jsdom": "^20.0.0",
|
|
150
|
+
"karma": "^6.4.0",
|
|
149
151
|
"karma-chai": "^0.1.0",
|
|
150
|
-
"karma-chrome-launcher": "^3.1.
|
|
151
|
-
"karma-firefox-launcher": "^2.1.
|
|
152
|
+
"karma-chrome-launcher": "^3.1.1",
|
|
153
|
+
"karma-firefox-launcher": "^2.1.2",
|
|
152
154
|
"karma-ie-launcher": "^1.0.0",
|
|
153
155
|
"karma-mocha": "^2.0.1",
|
|
154
156
|
"karma-sinon": "^1.0.5",
|
|
155
|
-
"karma-spec-reporter": "0.0.
|
|
156
|
-
"lint-staged": "^
|
|
157
|
-
"make-dir": "^3.
|
|
158
|
-
"markdown-table": "
|
|
159
|
-
"memoizee": "^0.4.
|
|
157
|
+
"karma-spec-reporter": "0.0.34",
|
|
158
|
+
"lint-staged": "^13.0.3",
|
|
159
|
+
"make-dir": "^3.1.0",
|
|
160
|
+
"markdown-table": "2.x",
|
|
161
|
+
"memoizee": "^0.4.15",
|
|
160
162
|
"minami": "^1.2.3",
|
|
161
|
-
"mocha": "
|
|
162
|
-
"node-notifier": "^
|
|
163
|
+
"mocha": "9.x",
|
|
164
|
+
"node-notifier": "^10.0.1",
|
|
163
165
|
"npm-run-all": "^4.1.5",
|
|
164
|
-
"prettier": "^
|
|
166
|
+
"prettier": "^2.7.1",
|
|
165
167
|
"proxyquire": "^2.1.3",
|
|
166
168
|
"revalidator": "~0.3.1",
|
|
167
|
-
"selenium-webdriver": "
|
|
168
|
-
"sinon": "
|
|
169
|
+
"selenium-webdriver": "4.3.0",
|
|
170
|
+
"sinon": "9.x",
|
|
169
171
|
"sri-toolbox": "^0.2.0",
|
|
170
|
-
"standard-version": "^9.
|
|
171
|
-
"start-server-and-test": "^1.
|
|
172
|
+
"standard-version": "^9.5.0",
|
|
173
|
+
"start-server-and-test": "^1.14.0",
|
|
172
174
|
"typedarray": "^0.0.6",
|
|
173
|
-
"typescript": "^
|
|
174
|
-
"uglify-js": "^3.
|
|
175
|
-
"weakmap-polyfill": "^2.0.
|
|
176
|
-
},
|
|
177
|
-
"husky": {
|
|
178
|
-
"hooks": {
|
|
179
|
-
"pre-commit": "grunt configure && lint-staged"
|
|
180
|
-
}
|
|
175
|
+
"typescript": "^4.7.4",
|
|
176
|
+
"uglify-js": "^3.16.2",
|
|
177
|
+
"weakmap-polyfill": "^2.0.4"
|
|
181
178
|
},
|
|
182
179
|
"lint-staged": {
|
|
183
180
|
"*.{md,json,ts,html}": [
|