-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update some deps #1509
Update some deps #1509
Conversation
// Don't run axe on this story. The video seems to cause asset preloading to fail (even when | ||
// the video has preload="none"). |
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.
size-limit report 📦
|
Codecov Report
@@ Coverage Diff @@
## next #1509 +/- ##
=======================================
Coverage 91.91% 91.91%
=======================================
Files 277 277
Lines 4180 4180
Branches 755 755
=======================================
Hits 3842 3842
Misses 313 313
Partials 25 25 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@@ -127,22 +127,22 @@ | |||
"@types/react-beautiful-dnd": "^13.1.3", | |||
"@types/react-dom": "^18.0.11", | |||
"@types/react-portal": "^4.0.4", | |||
"axe-core": "4.4.3", | |||
"chromatic": "^6.17.0", | |||
"axe-core": "4.6.3", |
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.
^4.6.3
?
Iirc we kept it at 4.4.3 due to timeouts but it looks like we're just skipping that. Can we remove axe-core
from the ignore in the renovate config?
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.
👍
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.
Can we add the caret back (shoulda been more clear lol sorry)
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.
Sweet thanks!
This PR updates some deps.