Skip to content

fix: make aria test utils helpers work with vitest-browser-react#9756

Open
LFDanLu wants to merge 2 commits intomainfrom
nightly_for_browser_test_fix
Open

fix: make aria test utils helpers work with vitest-browser-react#9756
LFDanLu wants to merge 2 commits intomainfrom
nightly_for_browser_test_fix

Conversation

@LFDanLu
Copy link
Member

@LFDanLu LFDanLu commented Mar 6, 2026

Related to #9684

✅ Pull Request Checklist:

  • Included link to corresponding React Spectrum GitHub Issue.
  • Added/updated unit tests and storybook for this change (for new code or code which already has tests).
  • Filled out test instructions.
  • Updated documentation (if it already exists for this component).
  • Looked at the Accessibility Practices for this feature - Aria Practices

📝 Test Instructions:

🧢 Your Project:

RSP

@github-actions github-actions bot added the RAC label Mar 6, 2026
@github-actions github-actions bot added the v3 label Mar 6, 2026
@rspbot
Copy link

rspbot commented Mar 7, 2026

},
"peerDependencies": {
"@testing-library/react": "^16.0.0",
"@testing-library/dom": "^10.1.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kind of technically a breaking change, people will get installation errors and depending on their peer dependency setup, the new dependency may not install automatically

"@swc/helpers": "^0.5.0"
},
"peerDependencies": {
"@testing-library/dom": "^10.1.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i imagine this one and the one above resulted in a lot of warnings when you run yarn install now about peers not being met?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants