-
Notifications
You must be signed in to change notification settings - Fork 0
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
Resolve: 15883 Node js upgrade #124
Conversation
@copelco Sorry for the big file diff! Most of these changes are either import path updates and eslint formatting. |
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.
@@ -1,4 +1,4 @@ | |||
FROM node:12.16-alpine as static_files |
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.
Oh interesting, I've been using v16 locally this whole time 😮
A couple of the warnings have been lingering before this upgrade, I'll see if I can tackle that last one, the Edit: @copelco Fixed! |
eslint
formatter onfrontend
filesAsyncRoute.js
->FJRoute.js
to remove async component import which broke in React 18Needs QA testing, more than usual (Just in case I caused a regression)
Closes #15883