axe-core 4.10.3 → 4.11.0-canary.4bc4fe7

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/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.10.3",
4
+ "version": "4.11.0-canary.4bc4fe7",
5
5
  "license": "MPL-2.0",
6
6
  "engines": {
7
7
  "node": ">=4"
@@ -119,7 +119,7 @@
119
119
  "postbuild": "prettier --write ./locales/_template.json ./doc/rule-descriptions.md"
120
120
  },
121
121
  "devDependencies": {
122
- "@axe-core/webdriverjs": "^4.9.0",
122
+ "@axe-core/webdriverjs": "^4.10.2",
123
123
  "@babel/core": "^7.20.12",
124
124
  "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
125
125
  "@babel/preset-env": "^7.20.2",
@@ -142,11 +142,11 @@
142
142
  "es6-promise": "^4.2.8",
143
143
  "esbuild": "^0.10.x",
144
144
  "eslint": "^9.2.0",
145
- "eslint-config-prettier": "^9.1.0",
145
+ "eslint-config-prettier": "^10.0.1",
146
146
  "eslint-plugin-mocha-no-only": "^1.2.0",
147
147
  "execa": "5.x",
148
148
  "glob": "^10.3.10",
149
- "globals": "^15.2.0",
149
+ "globals": "^16.0.0",
150
150
  "grunt": "^1.5.3",
151
151
  "grunt-babel": "^8.0.0",
152
152
  "grunt-bytesize": "^0.2.0",
@@ -160,7 +160,7 @@
160
160
  "inquirer": "^8.2.5",
161
161
  "jquery": "^3.6.3",
162
162
  "jsdoc": "^4.0.2",
163
- "jsdom": "^25.0.1",
163
+ "jsdom": "^27.0.0",
164
164
  "karma": "^6.4.1",
165
165
  "karma-chai": "^0.1.0",
166
166
  "karma-chrome-launcher": "^3.1.1",
@@ -169,9 +169,9 @@
169
169
  "karma-mocha": "^2.0.1",
170
170
  "karma-sinon": "^1.0.5",
171
171
  "karma-spec-reporter": "^0.0.36",
172
- "lint-staged": "^15.0.2",
172
+ "lint-staged": "^16.1.0",
173
173
  "memoizee": "^0.4.15",
174
- "mocha": "^10.2.0",
174
+ "mocha": "^11.1.0",
175
175
  "node-notifier": "^10.0.1",
176
176
  "npm-run-all": "^4.1.5",
177
177
  "outdent": "^0.8.0",
@@ -180,14 +180,14 @@
180
180
  "revalidator": "^0.3.1",
181
181
  "selenium-webdriver": "^4.7.1",
182
182
  "serve-handler": "^6.1.5",
183
- "sinon": "^19.0.2",
183
+ "sinon": "^21.0.0",
184
184
  "sri-toolbox": "^0.2.0",
185
185
  "standard-version": "^9.5.0",
186
186
  "start-server-and-test": "^2.0.1",
187
187
  "typedarray": "^0.0.7",
188
188
  "typescript": "^5.2.2",
189
189
  "uglify-js": "^3.17.4",
190
- "wcag-act-rules": "github:w3c/wcag-act-rules#dc90495a5533d326b300ee5a9487afdfc6d493c0",
190
+ "wcag-act-rules": "github:w3c/wcag-act-rules#5adb55d19eb2cd7fb23213b2d1acedf9004dc063",
191
191
  "weakmap-polyfill": "^2.0.4"
192
192
  },
193
193
  "lint-staged": {