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

Bump node from 12 > 16 and bump incompatible packages (including webpack 2 > 3) #342

Closed
wants to merge 1 commit into from

Conversation

rhystmills
Copy link
Contributor

@rhystmills rhystmills commented Oct 20, 2023

What does this change?

Node 12 has been out of maintenance for a while - this PR bumps it to v16. This is just about out of LTS itself but is an improvement on the current situation.

The PR also bumps Webpack to v3 in order to be compatible with the new node version. I still get some error output on installing dependencies but the app seems to run fine afterwards. I'll be following up with a PR bumping to Webpack v5, which solved the unhappy output (separate PR because v3 to v5 Webpack bump is generally quite complicated).

On bumping to Node 18+ - I'm getting build warnings that seem to be related to webpack v3. Once Webpack is on v5 we may be able to bump Node further.

How to test

Run this branch according to the instructions in the readme. Does it build and run locally?

@rhystmills rhystmills changed the title Bump node from 12 > 16 and bump incompatible packages Bump node from 12 > 16 and bump incompatible packages (including webpack 2 > 3) Oct 23, 2023
@rhystmills rhystmills closed this Oct 23, 2023
@rhystmills
Copy link
Contributor Author

Closed in favour of #343

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.

None yet

1 participant