-
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
Feature/ADF-1417/Upgrade to Node 18 #16
Conversation
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.
Looks good, all related npm tasks run with no issue
Version🚨 Your pull request contains a BREAKING CHANGE, please be sure to communicate it.
There are 1 BREAKING CHANGE, 0 feature, 0 fix |
schedule: | ||
interval: "daily" | ||
ignore: | ||
- dependency-name: "eslint*" |
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.
shouldt you have a line at the end of this file? :)
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.
it could indeed but this is not a blocker
Related to: ADF-1417 and ADF-1419
Summary
Set Node 18 for the CI workflow.
Update the devDependencies accordingly.
BREAKING CHANGE:
minimatch
has been upgraded from3.0.4
to9.0.0
.Details
To properly support Node 18, the dev dependencies had to be updated and aligned.
Note: The lock file was generated with
npm@6
so it would also work seamlessly with Node 14.It also removes vulnerabilities 🎉
How to test
npm i
npm test
,npm run test:cov
,npm run coverage
npm run lint