-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
revert: revert: "chore: upgrade to node 18" (#34496) #34503
revert: revert: "chore: upgrade to node 18" (#34496) #34503
Conversation
2a1f3da
to
cd5ecaa
Compare
Sandbox deployment failed 💥 |
d439f81
to
0352e51
Compare
Sandbox deployment failed 💥 |
Sandbox deployment failed 💥 |
@brian-smith-tcril
|
Sandbox deployment failed 💥 |
Sandbox deployment failed 💥 |
Sandbox deployment successful 🚀 |
This reverts commit eb26333.
this fixes the issue with xblocks not loading in studio. it also requires use of the deprecated "string as loader options" method for imports and exports loader config
0352e51
to
27d33d4
Compare
Sandbox deployment successful 🚀 |
{ | ||
// This file is used by both RequireJS and Webpack and depends on window globals | ||
// This is a dirty hack and shouldn't be replicated for other files. | ||
test: path.resolve(__dirname, 'cms/static/cms/js/main.js'), |
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.
Why is this section removed?
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.
Ah, I see this is not https://babel.pocoo.org/en/latest/ but https://babeljs.io/ and these pattern replacements are not necessary as the original patterns aren't in our codebase anymore and we don't want to add them back in.
2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production. |
This reverts commit b1ffba2, restoring the Node 16->18 upgrade. Upstream PR: openedx/edx-platform#34503
2U Release Notice: This PR has been deployed to the edX production environment. |
1 similar comment
2U Release Notice: This PR has been deployed to the edX production environment. |
auto
. For example, instead ofVideoBlockDisplay.js
we hadautoVideoBlockDisplay.js
string-replace-webpack-plugin
without replacing it by usingstring-replace-loader
imports-loader
webpack plugin and using string-based options configuration. Migrating to the new version can be done in a follow-up Upgrade webpackimports-loader
andexports-loader
plugins to v5 #34567Tutor requirements