-
Notifications
You must be signed in to change notification settings - Fork 72
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
sync: release-22.x to release-23.x #3374
base: release-23.x
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release-23.x #3374 +/- ##
================================================
- Coverage 93.48% 93.44% -0.04%
================================================
Files 252 251 -1
Lines 4649 4519 -130
Branches 1088 1055 -33
================================================
- Hits 4346 4223 -123
+ Misses 300 293 -7
Partials 3 3 ☔ View full report in Codecov by Sentry. |
✅ Deploy Preview for paragon-openedx-v23 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for paragon-openedx-v22 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Includes: * misc gatsby GraphQL syntax updates * fix markdown syntax issues ('<' and '{' now require escaping) * convert gatsby-config to ESM * add 'rehype-mdx-code-props' plugin to get live code blocks working * fix: "Do not define components during render" warning caused by PropsTable component that's only used in one place (duplicate props tables from "data view" page). Fixed by removing the duplicate tables. * set Content-Security-Policy header so playground works again
* used sass-migrator to auto-fix use of deprecated global functions like mix(), map-merge() * used sass-migrator to auto-fix things like @media query syntax * suppress other SASS deprecation warnings that we cannot fix at this time * update stylelint rules
sync-branches: New code has just landed in release-22.x, so let's bring release-23.x up to speed!