@guidepup/virtual-screen-reader
Advanced tools
Comparing version 0.28.0 to 0.29.0
@@ -1111,6 +1111,4 @@ type AccessibleAttributeToLabelMap = Record<string, { | ||
* "article", | ||
* "banner", | ||
* "heading, Article Header Heading, level 1", | ||
* "Article Header Text", | ||
* "end of banner", | ||
* "Article Text", | ||
@@ -1696,6 +1694,4 @@ * "end of article", | ||
* "article", | ||
* "banner", | ||
* "heading, Article Header Heading, level 1", | ||
* "Article Header Text", | ||
* "end of banner", | ||
* "Article Text", | ||
@@ -1702,0 +1698,0 @@ * "end of article", |
{ | ||
"name": "@guidepup/virtual-screen-reader", | ||
"version": "0.28.0", | ||
"version": "0.29.0", | ||
"description": "Virtual Screen Reader driver for unit test automation.", | ||
@@ -22,2 +22,5 @@ "author": "Craig Morten <craig.morten@hotmail.co.uk>", | ||
], | ||
"engines": { | ||
"node": ">=20" | ||
}, | ||
"main": "./lib/cjs/index.js", | ||
@@ -65,18 +68,19 @@ "types": "./lib/cjs/index.d.ts", | ||
"@testing-library/dom": "^10.4.0", | ||
"@testing-library/user-event": "^14.5.2", | ||
"aria-query": "^5.3.0", | ||
"dom-accessibility-api": "^0.7.0" | ||
"@testing-library/user-event": "^14.6.1", | ||
"aria-query": "^5.3.2", | ||
"dom-accessibility-api": "^0.7.0", | ||
"html-aria": "^0.1.9" | ||
}, | ||
"devDependencies": { | ||
"@arethetypeswrong/cli": "^0.16.2", | ||
"@testing-library/jest-dom": "^6.4.8", | ||
"@testing-library/react": "^16.0.0", | ||
"@types/expect": "^24.3.0", | ||
"@types/jest": "^29.5.12", | ||
"@arethetypeswrong/cli": "^0.17.3", | ||
"@testing-library/jest-dom": "^6.6.3", | ||
"@testing-library/react": "^16.2.0", | ||
"@types/expect": "^24.3.2", | ||
"@types/jest": "^29.5.14", | ||
"@types/json-schema": "^7.0.15", | ||
"@types/mocha": "^10.0.7", | ||
"@types/node": "^22.5.5", | ||
"@types/prop-types": "^15.7.12", | ||
"@types/react": "^18.3.3", | ||
"@types/react-dom": "^18.3.0", | ||
"@types/mocha": "^10.0.10", | ||
"@types/node": "^22.10.10", | ||
"@types/prop-types": "^15.7.14", | ||
"@types/react": "^19.0.8", | ||
"@types/react-dom": "^19.0.3", | ||
"@types/scheduler": "^0.23.0", | ||
@@ -86,15 +90,15 @@ "@types/semver": "^7.5.8", | ||
"css.escape": "^1.5.1", | ||
"eslint": "^9.7.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"globals": "^15.8.0", | ||
"eslint": "^9.19.0", | ||
"eslint-config-prettier": "^10.0.1", | ||
"globals": "^15.14.0", | ||
"jest": "^29.7.0", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"js-yaml": "^4.1.0", | ||
"jsdom": "^25.0.0", | ||
"minimatch": "^9.0.5", | ||
"mocha": "^10.7.0", | ||
"jsdom": "^26.0.0", | ||
"minimatch": "^10.0.1", | ||
"mocha": "^11.1.0", | ||
"mocha-sugar-free": "^1.4.0", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"rimraf": "^5.0.7", | ||
"react": "^19.0.0", | ||
"react-dom": "^19.0.0", | ||
"rimraf": "^6.0.1", | ||
"ts-jest": "^29.2.3", | ||
@@ -104,6 +108,6 @@ "ts-jest-resolver": "^2.0.1", | ||
"ts-node": "^10.9.2", | ||
"tsup": "^8.2.2", | ||
"typescript": "^5.5.4", | ||
"typescript-eslint": "^8.5.0" | ||
"tsup": "^8.3.6", | ||
"typescript": "^5.7.3", | ||
"typescript-eslint": "^8.22.0" | ||
} | ||
} |
@@ -49,2 +49,3 @@ # Virtual Screen Reader | ||
- [accname](https://github.com/web-platform-tests/wpt/tree/master/accname) | ||
- [core-aam](https://github.com/web-platform-tests/wpt/tree/master/core-aam) | ||
- [dpub-aam](https://github.com/web-platform-tests/wpt/tree/master/dpub-aam) | ||
@@ -60,3 +61,3 @@ - [graphics-aria](https://github.com/web-platform-tests/wpt/tree/master/graphics-aria) | ||
| :-----: | :-----: | :-----: | | ||
| 402 | 129 | 340 | | ||
| 410 | 117 | 338 | | ||
@@ -136,3 +137,2 @@ The included tests, skipped tests, and expected failures can be found in the [WPT configuration file](./test/wpt-jsdom/to-run.yaml) with reasons as to skips and expected failures. | ||
"end of navigation", | ||
"region", | ||
"heading, Section Heading, level 1", | ||
@@ -143,3 +143,2 @@ "paragraph", | ||
"article", | ||
"banner", | ||
"heading, Article Header Heading, level 1", | ||
@@ -149,3 +148,2 @@ "paragraph", | ||
"end of paragraph", | ||
"end of banner", | ||
"paragraph", | ||
@@ -155,3 +153,2 @@ "Article Text", | ||
"end of article", | ||
"end of region", | ||
"contentinfo", | ||
@@ -209,2 +206,3 @@ "Footer", | ||
- [`@testing-library/dom`](https://github.com/testing-library/dom-testing-library/) | ||
- [`html-aria`](https://github.com/drwpow/html-aria) | ||
- [`aria-query`](https://github.com/A11yance/aria-query) | ||
@@ -211,0 +209,0 @@ - [`dom-accessibility-api`](https://github.com/eps1lon/dom-accessibility-api) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3523096
15793
5
212
+ Addedhtml-aria@^0.1.9
+ Addedhtml-aria@0.1.9(transitive)
Updatedaria-query@^5.3.2