-
-
Notifications
You must be signed in to change notification settings - Fork 151
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 to newest Node LTS version #993
Open
munen
wants to merge
19
commits into
master
Choose a base branch
from
chore/upgrade-to-newest-node-lts
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3bb1b7c - Browse repository at this point
Copy the full SHA 3bb1b7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43cc088 - Browse repository at this point
Copy the full SHA 43cc088View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50c9723 - Browse repository at this point
Copy the full SHA 50c9723View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2634168 - Browse repository at this point
Copy the full SHA 2634168View commit details -
Configuration menu - View commit details
-
Copy full SHA for c298823 - Browse repository at this point
Copy the full SHA c298823View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4e0e99 - Browse repository at this point
Copy the full SHA c4e0e99View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba67516 - Browse repository at this point
Copy the full SHA ba67516View commit details -
Try to remove dotenv dependency
... because I don't understand how it's used. And node 20.6 has the option --env-file which might be a replacement.
Configuration menu - View commit details
-
Copy full SHA for f9d6f00 - Browse repository at this point
Copy the full SHA f9d6f00View commit details -
Configuration menu - View commit details
-
Copy full SHA for f32da67 - Browse repository at this point
Copy the full SHA f32da67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 577ccc8 - Browse repository at this point
Copy the full SHA 577ccc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d33c4a7 - Browse repository at this point
Copy the full SHA d33c4a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 390bcc4 - Browse repository at this point
Copy the full SHA 390bcc4View commit details -
Upgrade react* and eslint* dependencies and fix issue
To remove this error message I added the suggested dependency. It would probably better to get rid of the unmaintained create-react-app but it's not a dependency. The build error was: 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.
Configuration menu - View commit details
-
Copy full SHA for 1bcc23b - Browse repository at this point
Copy the full SHA 1bcc23bView commit details
Commits on Sep 27, 2024
-
Compress SVG files with SVGO to satisfy react/babel
See facebook/create-react-app#11770 Compressed and optimized SVGs using https://github.com/svg/svgo
Configuration menu - View commit details
-
Copy full SHA for 32f7ab0 - Browse repository at this point
Copy the full SHA 32f7ab0View commit details -
Downgrade react-router-dom to v5.2.0
... for now because newer versions have breaking changes
Configuration menu - View commit details
-
Copy full SHA for 0836212 - Browse repository at this point
Copy the full SHA 0836212View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e07b0a - Browse repository at this point
Copy the full SHA 1e07b0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c7529b - Browse repository at this point
Copy the full SHA 3c7529bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5178c05 - Browse repository at this point
Copy the full SHA 5178c05View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0e7a68 - Browse repository at this point
Copy the full SHA a0e7a68View commit details
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.