Skip to content

Commit 55a7d42

Browse files
renovate[bot]renovate-botcalebeby
authored
Update dependency dom-accessibility-api to v0.5.11 (#391)
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Caleb Eby <caleb.eby01@gmail.com>
1 parent 56d524d commit 55a7d42

3 files changed

Lines changed: 17 additions & 8 deletions

File tree

.changeset/eleven-goats-arrive.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
'pleasantest': patch
3+
---
4+
5+
Update `dom-accessibility-api` to 0.5.11
6+
7+
`<input type="number" />` now maps to role `spinbutton` (was `textbox` before).
8+
9+
This is technically a breaking change for users which depended on the incorrect behavior of `getAccessibilityTree` with `input[type="number"]` previously mapping to `textbox`.

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"ansi-regex": "6.0.1",
3030
"aria-query": "*",
3131
"babel-plugin-un-cjs": "2.5.0",
32-
"dom-accessibility-api": "0.5.10",
32+
"dom-accessibility-api": "0.5.11",
3333
"errorstacks": "2.3.2",
3434
"esbuild-jest": "0.5.0",
3535
"eslint": "7.32.0",

0 commit comments

Comments
 (0)