axe-core 4.8.2 → 4.8.3-canary.b63cd83

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.8.2",
4
+ "version": "4.8.3-canary.b63cd83",
5
5
  "license": "MPL-2.0",
6
6
  "engines": {
7
7
  "node": ">=4"
@@ -95,7 +95,8 @@
95
95
  "test:locales": "mocha test/test-locales.js",
96
96
  "test:virtual-rules": "mocha test/test-virtual-rules.js",
97
97
  "test:rule-help-version": "mocha test/test-rule-help-version.js",
98
- "test:node": "mocha test/node/*.js",
98
+ "test:node": "node test/node/node.js",
99
+ "test:jsdom": "mocha test/node/jsdom.js",
99
100
  "version": "echo \"use 'npm run release' to bump axe-core version\" && exit 1",
100
101
  "release": "git fetch origin --tags --force && standard-version -a",
101
102
  "rule-gen": "node build/rule-generator",
@@ -123,17 +124,17 @@
123
124
  "chromedriver": "latest",
124
125
  "clone": "^2.1.2",
125
126
  "colorjs.io": "^0.4.3",
126
- "conventional-commits-parser": "^3.2.4",
127
+ "conventional-commits-parser": "^5.0.0",
127
128
  "core-js": "^3.27.1",
128
129
  "css-selector-parser": "^1.4.1",
129
130
  "emoji-regex": "^10.2.1",
130
131
  "es6-promise": "^4.2.8",
131
132
  "esbuild": "^0.10.x",
132
133
  "eslint": "^8.31.0",
133
- "eslint-config-prettier": "^8.6.0",
134
+ "eslint-config-prettier": "^9.0.0",
134
135
  "eslint-plugin-mocha-no-only": "^1.1.1",
135
136
  "execa": "5.x",
136
- "globby": "11.x",
137
+ "glob": "^10.3.10",
137
138
  "grunt": "^1.5.3",
138
139
  "grunt-babel": "^8.0.0",
139
140
  "grunt-bytesize": "^0.2.0",
@@ -141,13 +142,13 @@
141
142
  "grunt-contrib-concat": "^2.1.0",
142
143
  "grunt-contrib-uglify": "^5.2.2",
143
144
  "grunt-contrib-watch": "^1.1.0",
144
- "html-entities": "1.x",
145
+ "html-entities": "^2.4.0",
145
146
  "http-server": "^14.1.1",
146
147
  "husky": "^8.0.3",
147
148
  "inquirer": "^8.2.5",
148
149
  "jquery": "^3.6.3",
149
150
  "jsdoc": "^3.6.11",
150
- "jsdom": "^21.0.0",
151
+ "jsdom": "^22.1.0",
151
152
  "karma": "^6.4.1",
152
153
  "karma-chai": "^0.1.0",
153
154
  "karma-chrome-launcher": "^3.1.1",
@@ -156,28 +157,25 @@
156
157
  "karma-mocha": "^2.0.1",
157
158
  "karma-sinon": "^1.0.5",
158
159
  "karma-spec-reporter": "^0.0.36",
159
- "lint-staged": "^13.1.0",
160
- "make-dir": "^3.1.0",
161
- "markdown-table": "2.x",
160
+ "lint-staged": "^15.0.2",
162
161
  "memoizee": "^0.4.15",
163
162
  "minami": "^1.2.3",
164
163
  "mocha": "^10.2.0",
165
164
  "node-notifier": "^10.0.1",
166
165
  "npm-run-all": "^4.1.5",
167
166
  "outdent": "^0.8.0",
168
- "prettier": "^2.8.2",
169
- "proxyquire": "^2.1.3",
167
+ "prettier": "^3.0.3",
170
168
  "revalidator": "^0.3.1",
171
169
  "selenium-webdriver": "^4.7.1",
172
170
  "serve-handler": "^6.1.5",
173
- "sinon": "^15.0.1",
171
+ "sinon": "^17.0.0",
174
172
  "sri-toolbox": "^0.2.0",
175
173
  "standard-version": "^9.5.0",
176
- "start-server-and-test": "^1.15.2",
174
+ "start-server-and-test": "^2.0.1",
177
175
  "typedarray": "^0.0.7",
178
- "typescript": "^4.9.4",
176
+ "typescript": "^5.2.2",
179
177
  "uglify-js": "^3.17.4",
180
- "wcag-act-rules": "github:w3c/wcag-act-rules#2341a1b",
178
+ "wcag-act-rules": "github:w3c/wcag-act-rules#485104c",
181
179
  "weakmap-polyfill": "^2.0.4"
182
180
  },
183
181
  "lint-staged": {