-
Notifications
You must be signed in to change notification settings - Fork 29
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
Switch from yarn to npm #58
Conversation
# ATTENTION: Select only those with reasonable version numbers. | ||
# Be very careful if the MAJOR number would change | ||
yarn upgrade-interactive --latest | ||
Use `npm` for package management. |
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.
I've removed most of this section as npm has no interactive upgrade mechanism as far as I'm aware.
@@ -5,7 +5,6 @@ | |||
"dependencies": {}, | |||
"devDependencies": { | |||
"@fortawesome/fontawesome-free": "^5.13.0", | |||
"TYPO3CMS-Guide-HowToDocument": "github:TYPO3-Documentation/TYPO3CMS-Guide-HowToDocument", |
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.
Not sure what this was being used for. Removed it because it causes npm install
to fail.
No other Wagtail project uses yarn.
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.
Thank you @Stormheg :)
- also includes some npm package security fixes - also remove reference to yarn as this is no longer used since wagtail#58
- also includes some npm package security fixes - also remove reference to yarn as this is no longer used since wagtail#58
* update node version usage from v14 to v16 - also includes some npm package security fixes - also remove reference to yarn as this is no longer used since #58 * Add changelog entry for #132 Co-authored-by: LB Johnston <[email protected]> Co-authored-by: Storm Heg <[email protected]>
No other Wagtail project uses yarn. Partially address #56.