Skip to content

@commitlint/cli still depends on core-js 2 #1531

@calvinl

Description

@calvinl

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    dependenciesPull requests that update a dependency file

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions