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

Upgrade to gulp v4, npm v8, node v16 #537

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

jruales
Copy link

@jruales jruales commented Nov 7, 2021

  • Upgraded gulp to version 4
    • gulp v3 has issues with recent versions of node, so I've upgraded to gulp v4 which supports the latest version of node.
    • Upgrading required using gulp.serial() and gulp.parallel()
    • I also had to move "build" task higher in the file because the new gulp version requires referenced tasks to be defined before they're referenced
    • I also had to upgrade gulp-cache to get it to work
    • Note that there are some style changes that were added automatically by husky (pretty-quick --staged") when I committed the change.
  • Generated the package-lock.json by using npm verson 8. The latest version of npm has a new, different format for the lockfile (lockfileVersion 2)
  • Upgraded husky, since npx husky install wasn't working
  • Ran npm audit fix to automatically fix any vulnerabilities that could be fixed without any breaking changes

@jruales jruales changed the title Upgrade to gulp v4, npm v8 Upgrade to gulp v4, npm v8, node v16 Nov 7, 2021
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.

1 participant