Upgrade to Node 24 LTS, webpack 5, and bump to v1.5.0#176
Open
jpmartinezeff wants to merge 3 commits into
Open
Upgrade to Node 24 LTS, webpack 5, and bump to v1.5.0#176jpmartinezeff wants to merge 3 commits into
jpmartinezeff wants to merge 3 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Upgrades all dependencies to be compatible with Node.js 24 LTS and releases v1.5.0. The project was broken on Node 20+ due to two issues: webpack 4's OpenSSL incompatibility (
ERR_OSSL_EVP_UNSUPPORTED) and react-scripts 4's postcss incompatibility (ERR_PACKAGE_PATH_NOT_EXPORTED).Changes
.nvmrc(v24 LTS) andengines: ">=24"inpackage.jsonurl-loader)Wheel/styles.jstostyles.tswith explicit prop types using$prefix transient propspackage.jsonto.husky/pre-commitTo Test
nvm use 24yarn install(root)yarn build— should compile without--openssl-legacy-providercd example && yarn install && yarn start— should open at http://localhost:3000 without errors