Conversation
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit b1c1dd0:
|
Codecov Report
@@ Coverage Diff @@
## main #1237 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 24 24
Lines 1038 1038
Branches 346 349 +3
=========================================
Hits 1038 1038
Flags with carried forward coverage won't be shown. Click here to find out more. 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
Please note that by pinning the package, an update to aria-query, replacing bloated deep-equal dependency with a much smaller alternative dequal, cannot be used. It would be beneficial for the project to fix the issues mentioned in the first comment in aria-query if possible. |
|
Hi @wojtekmaj :) We're working on upgrading aria-query in our next major, afair, it's already merged in the alpha branch. |
What: Temporarily pinning
aria-queryto version 5.1.3.Why: The new version of
aria-query(5.2.1) was released yesterday and caused a few issues on our end.Affected issues:
Fixes #1235
Fixes #1238
How: Pinning the version in package.json.
Checklist:
Documentation added to thedocs site
TypeScript definitions updated