Skip to content

Commit abb4fcb

Browse files
chore: upgrade packages
fix: table roles
1 parent 47f9afe commit abb4fcb

File tree

6 files changed

+5211
-2635
lines changed

6 files changed

+5211
-2635
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The current status of the WPT coverage is:
5757

5858
| Passing Test Suites | Failing Tests | Skipped Tests |
5959
| :-----------------: | :-----------: | :-----------: |
60-
| 395 | 82 | 338 |
60+
| 396 | 81 | 338 |
6161

6262
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. "Tentative" tests are excluded as their behaviour is often not yet confirmed.
6363

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@guidepup/virtual-screen-reader",
3-
"version": "0.31.1",
3+
"version": "0.31.2",
44
"description": "Virtual Screen Reader driver for unit test automation.",
55
"author": "Craig Morten <[email protected]>",
66
"license": "MIT",
@@ -67,7 +67,7 @@
6767
"@testing-library/user-event": "^14.6.1",
6868
"aria-query": "^5.3.2",
6969
"dom-accessibility-api": "^0.7.0",
70-
"html-aria": "^0.5.0"
70+
"html-aria": "^0.5.1"
7171
},
7272
"devDependencies": {
7373
"@arethetypeswrong/cli": "^0.17.4",
@@ -77,15 +77,15 @@
7777
"@types/jest": "^29.5.14",
7878
"@types/json-schema": "^7.0.15",
7979
"@types/mocha": "^10.0.10",
80-
"@types/node": "^22.14.1",
80+
"@types/node": "^22.15.2",
8181
"@types/prop-types": "^15.7.14",
82-
"@types/react": "^19.1.1",
82+
"@types/react": "^19.1.2",
8383
"@types/react-dom": "^19.1.2",
8484
"@types/scheduler": "^0.26.0",
8585
"@types/semver": "^7.7.0",
8686
"chalk": "^4.0.0",
8787
"css.escape": "^1.5.1",
88-
"eslint": "^9.24.0",
88+
"eslint": "^9.25.1",
8989
"eslint-config-prettier": "^10.1.2",
9090
"globals": "^16.0.0",
9191
"jest": "^29.7.0",
@@ -104,6 +104,6 @@
104104
"ts-node": "^10.9.2",
105105
"tsup": "^8.4.0",
106106
"typescript": "^5.8.3",
107-
"typescript-eslint": "^8.29.1"
107+
"typescript-eslint": "^8.31.0"
108108
}
109109
}

test/wpt

Submodule wpt updated 691 files

test/wpt-jsdom/to-run.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,6 @@ roles-contextual.html:
373373
"el-section-aria-labelledby-whitespace":
374374
[fail, upstream issue with html-aria package]
375375
"el-section-title-whitespace": [fail, upstream issue with html-aria package]
376-
table-roles.html:
377-
"el-th-in-row": [fail, upstream issue with html-aria package]
378376

379377
---
380378
DIR: svg-aam

0 commit comments

Comments
 (0)