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

Feature/ADF-1417/Upgrade to Node 18 #16

Merged
merged 6 commits into from
May 11, 2023

Conversation

jsconan
Copy link
Contributor

@jsconan jsconan commented Apr 26, 2023

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 from 3.0.4 to 9.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 🎉

audited 295 packages in 1.421s

found 0 vulnerabilities

How to test

  • check the report on GitHub
  • make sure to have Node 18 installed (you can use nvm.sh for managing multiple versions)
  • install the package: npm i
  • run the unit tests: npm test, npm run test:cov, npm run coverage
  • test the linter: npm run lint

@jsconan jsconan requested review from shaveko and rgomeztao April 26, 2023 09:48
@github-actions
Copy link

github-actions bot commented Apr 26, 2023

Coverage Report 🎉

Totals Coverage
Statements: 100% ( 5 / 5 )
Methods: 100% ( 3 / 3 )

Copy link

@shaveko shaveko left a 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

@github-actions
Copy link

github-actions bot commented May 2, 2023

Version

🚨 Your pull request contains a BREAKING CHANGE, please be sure to communicate it.

Target Version 1.0.0
Last version 0.1.0

There are 1 BREAKING CHANGE, 0 feature, 0 fix

schedule:
interval: "daily"
ignore:
- dependency-name: "eslint*"

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? :)

Copy link
Contributor Author

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

@jsconan jsconan merged commit beef221 into develop May 11, 2023
@jsconan jsconan deleted the feature/ADF-1417/upgrade-to-node18 branch May 11, 2023 09:00
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.

3 participants