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

Update node.js to v16. Minor and patch updates to dependencies #5485

Closed
wants to merge 5 commits into from

Conversation

brianpeiris
Copy link
Contributor

This PR updates our package-lock versions so that we can update to node.js v16. It updates the node.js version we use in our habitat build plan. It also updates several dependencies to newer patch and minor versions. Finally, it resolves some warnings from babel and SASS that resulted from newer versions of those libraries.
I've done some initial testing locally, and haven't spotted any regressions yet, but we might only be able to find some issues in a staging environment.

TODO:

  • There seems to be an issue with the habitat build, where it fails to resolve some npm dependencies. This requires further investigation.

@@ -70,5 +70,8 @@
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14",
"worker-loader": "^2.0.0"
},
"overrides": {
"three": "github:mozillareality/three.js#hubs/master"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should match what is in the main hubs package.json

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense. I think I just happen to open this PR when we were in the middle of a three.js update.

@netpro2k
Copy link
Contributor

netpro2k commented Aug 3, 2022

Closed in favor of #5619

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.

2 participants