-
Notifications
You must be signed in to change notification settings - Fork 791
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
chore(release): 4.8.4 #4328
chore(release): 4.8.4 #4328
Conversation
Axe-core needs to include the copyright and licenses of third-party software. I also looked at preserving the copyright statements from third-party libraries where they are embedded. Unfortunately that will require us addressing the webpack issue due to which we pinned our ESBuild version. #4305 --------- Co-authored-by: Dan Bjorge <dan.bjorge@deque.com>
…de types (#4317) Updates VirtualNode's `props` initialization path to avoid reading properties that we know based on `nodeType` won't be present anyway. This should mitigate #4316 by avoiding reading the problematic `value` prop present on certain text nodes. I also cleaned up some missing test coverage in the impacted code. Closes: #4316
* fix(d.ts): RawNodesResult issues * Type tests * More * empty * Fixed feedback
Co-authored-by: Steven Lambert <2433219+straker@users.noreply.github.com>
d5e27c4
to
b8839aa
Compare
@@ -13,6 +13,7 @@ | |||
}, | |||
"devDependencies": { | |||
"axe-core": "^4.6.2", | |||
"chai": "^4.3.7", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We needed to get the test/examples passing but trying to cherry-pick #4296 failed with conflicts so we'll make the change manually and deal with the merge conflict when it merges back into develop
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reviewed |
No description provided.