bumping dom-accessibility-api to 0.6x
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 68/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Quiet
- Tech stack
- javascript
- Domain
- testing-qa
Research direction
Locate the package manifest and dependency metadata for @testing-library/dom, then inspect how dom-accessibility-api is currently constrained. Update the dependency to the requested 0.6.x release, refresh any lockfile if present, and run the repository's test suite to verify the change.
Written by the indexing model from the issue text.
Description
dom-accessibility-api has seen its description retrieval fixed a while ago but you guys still depends on ^0.5.9.
Describe alternatives you've considered:
for now I overrides the version in my package.json. But I have to explicitly depend on "@testing-library/dom"
{
"devDependencies": {
"@testing-library/user-event": "14.4.3",
"@testing-library/angular": "17.3.7",
"@testing-library/dom": "^10.4.0",
"dom-accessibility-api": "0.6.3",
},
"overrides": {
"@testing-library/dom": {
"dom-accessibility-api": "$dom-accessibility-api"
}
}
}
I think it would makes sense to bump directly into your package.json
Thanks
- Dominant language
- JavaScript
- Stars
- 3.3k
- Forks
- 474
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from testing-library/dom-testing-library
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
GetByRole does not pickup accessibility name correctly from aria-labelledby with hidden children Open
Difficulty 3/5 1-2 days Newbie friendliness 55/100
testing-library/dom-testing-library#1372 · 1 comment ·
-
Difficulty 5/5 Over a week Newbie friendliness 35/100
testing-library/dom-testing-library#1370 · 1 reaction ·
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
testing-library/dom-testing-library#1367 · 1 reaction ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 35/100
testing-library/dom-testing-library#1364 · 5 comments · 3 reactions ·
All issues in testing-library/dom-testing-library
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
HarperFast/skills#96 ·
-
[Block] Latest Posts [Type] Bug
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
Automattic/studio#4908 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
sugarlabs/musicblocks#8847 ·