Skip to content
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

Feat: Upgrade Create-React-App to 4.0.3 #999

Merged
merged 7 commits into from
Nov 11, 2024
Merged

Conversation

munen
Copy link
Collaborator

@munen munen commented Nov 9, 2024

Works on: #992

Builds upon #998.

munen added 7 commits November 9, 2024 17:33
     We use sass only for the landing page. Versions >1.44.0 warn for
     an API change. But we only need to require one file. I didn't see
     how to use the new API without hitting the warning. We already
     just upgraded from node-sass to sass. So we can work with a
     slightly older new library, I'd say(;
     One of your dependencies, babel-preset-react-app, is importing
     the "@babel/plugin-proposal-private-property-in-object" package
     without declaring it in its dependencies. This is currently
     working because
     "@babel/plugin-proposal-private-property-in-object" is already in
     your node_modules folder for unrelated reasons, but it may break
     at any time.

     babel-preset-react-app is part of the create-react-app project,
     which is not maintianed anymore. It is thus unlikely that this
     bug will ever be fixed. Add
     "@babel/plugin-proposal-private-property-in-object" to your
     devDependencies to work around this error. This will make this
     message go away.
@munen munen mentioned this pull request Nov 9, 2024
13 tasks
@munen munen merged commit ded7951 into master Nov 11, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant