You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
cli
core
prompt
config-angular
Possible Solution
Publish a new version.
The text was updated successfully, but these errors were encountered:
When installing from npm, version
8.3.5
of@commitlint/cli
has 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.
The text was updated successfully, but these errors were encountered: