Skip to content

v1.0.0-beta.25 The Second Derustening

Pre-release
Pre-release
Compare
Choose a tag to compare
@ominestre ominestre released this 13 Apr 15:01
· 23 commits to main since this release

1.0.0-beta.25

Enhancements

  • Adds "days allowed" to the report generator and CLI table which represents either the default config or one for the specific rule. This is to help visualize how a dependency was determined to be outdated. change
  • Refactored the report generator so that the requests for package details are now done in parallel instead of sequentially change
  • Upgraded to Yargs v17.x which drops support for Node v10.x. Node v10.x will no longer be tested
    and supported by this project change

Fixes

  • Fixed days outdated being calculated incorrectly change

Chores

  • Patches Lodash to address command injection in Lodash templates change
  • Patches developer dependencies change
  • Patches many many more dependencies after a hiatus from the project (didn't keep track of all the PRs)
  • Added testing support for Node 16.x
  • Dropped support for Node 10.x

Documentation

  • Added docs on contributing to the project change
  • Added docs on how the days outdated are determined change
  • Changed the format of CHANGELOG.md again change
  • Fixed typos and linting issues in all of the projects documentation change