When installing from npm, version 8.3.5 of @commitlint/cli has different dependencies than the ones in this repo (still marked at 8.3.5).
The current package published on npm spits out a warning about core-js:
warning @commitlint/cli > babel-polyfill > [email protected]: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
warning @commitlint/cli > babel-polyfill > babel-runtime > [email protected]: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
Expected Behavior
A new version should be published on npm with the updated dependencies.
Current Behavior
The dependency mismatch causes warnings when installing.
Affected packages
Possible Solution
Publish a new version.
When installing from npm, version
8.3.5of@commitlint/clihas different dependencies than the ones in this repo (still marked at8.3.5).The current package published on npm spits out a warning about core-js:
Expected Behavior
A new version should be published on npm with the updated dependencies.
Current Behavior
The dependency mismatch causes warnings when installing.
Affected packages
Possible Solution
Publish a new version.