Skip to content

bumping dom-accessibility-api to 0.6x #1358

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
kkoo95 opened this issue May 12, 2025 · 0 comments
Open

bumping dom-accessibility-api to 0.6x #1358

kkoo95 opened this issue May 12, 2025 · 0 comments

Comments

@kkoo95
Copy link

kkoo95 commented May 12, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant