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 Node & webpacker (shakapacker) #1663

Merged
merged 7 commits into from
May 30, 2024
Merged

feat: upgrade Node & webpacker (shakapacker) #1663

merged 7 commits into from
May 30, 2024

Conversation

ahamelers
Copy link
Collaborator

@ahamelers ahamelers commented May 28, 2024

Closes datadryad/dryad-product-roadmap#3314
Closes datadryad/dryad-product-roadmap#3152

v20.13.1 of Node will need to be installed on the servers & used in the .bashrc file to deploy

@ahamelers ahamelers requested a review from ryscher May 28, 2024 16:26
@ahamelers
Copy link
Collaborator Author

This is deployed on dev. Once it's merged, I will begin the Ruby and Rails upgrade as well.

@ryscher
Copy link
Member

ryscher commented May 30, 2024

Looks good, and works fine for me. One note, I see the following warning:

" > shakapacker@6.6.0" has incorrect peer dependency "webpack-dev-server@^4.9.0".

Should we delete this dependency?

@ryscher ryscher merged commit 9de2e5e into main May 30, 2024
5 checks passed
@ahamelers
Copy link
Collaborator Author

Looks good, and works fine for me. One note, I see the following warning:

" > shakapacker@6.6.0" has incorrect peer dependency "webpack-dev-server@^4.9.0".

Should we delete this dependency?

This is because shakapacker is asking for webpack-dev-server v4.9.0, but we're actually using webpack-dev-server version 5(something). After testing showed no problems I decided to keep using the newer version against shakapacker's wishes.

@ahamelers ahamelers deleted the upgrade branch June 4, 2024 16:50
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.

Webpacker is deprecated in Rails 7 Upgrade Node
2 participants