-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
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: upgrade dependencies #8534
Conversation
Size Change: +185 B (0%) Total Size: 890 kB
ℹ️ View Unchanged
|
@@ -31,6 +31,7 @@ const EXPECTED_CSS_MARKERS = [ | |||
// See https://github.com/facebook/docusaurus/pull/6222 | |||
'.markdown>h2', | |||
'.button--outline.button--active', | |||
'.DocSearch-Hit-content-wrapper', |
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.
For some mysterious reason, this has reverted to pre-#8064 behavior
✅ [V2]
To edit notification comments on pull requests, go to your Netlify site settings. |
⚡️ Lighthouse report for the deploy preview of this PR
|
cc @shortcuts We are getting these type checking failures:
Does that look like a bug in the Algolia code base? |
oops it seems to be an upstream update that wasn't detected on the DocSearch side by renovate 🤔 releasing the update in 3.3.2 |
update: fixed in 3.3.2 |
Thank you—that was really helpful! |
Pre-flight checklist
Motivation
Due to the shear number of dependencies needing update, this PR only does minor/patch updates. All major updates go into a separate PR to avoid breaks as much as possible.
Test Plan
Test links
Deploy preview: https://deploy-preview-_____--docusaurus-2.netlify.app/
Related issues/PRs