-
Notifications
You must be signed in to change notification settings - Fork 943
Closed
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency file
Description
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 > core-js@2.6.11: 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 > core-js@2.6.11: 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.
carmelid, JacobMa1996, akaustav, arniu, shirotech and 5 more
Metadata
Metadata
Assignees
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency file