Skip to content

Lerna@v9.0.7 : packages deprecated warnings #4331

@WaningJupiter

Description

@WaningJupiter

Current Behavior

New user, try to install Lerna@9.0.7. at first time.

Run :

npx lerna@latest init --dryRun 

Got in Terminal the warnings of deprecated packages of git-semver-tags@5.0.1, git-raw-commits@3.0.0, et glob@11.1.0 :

npm warn deprecated git-semver-tags@5.0.1: This package is no longer maintained. For the JavaScript API, please use @conventional-changelog/git-client instead.
npm warn deprecated git-raw-commits@3.0.0: This package is no longer maintained. For the JavaScript API, please use @conventional-changelog/git-client instead.
npm warn deprecated glob@11.1.0: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me

Expected Behavior

No warnings with --dryRun, then I can run npx lerna@latest init --independent

Failure Logs / Configuration

No configuration exists. Install Lerna inside an empty directory.

Environment

IDE : VS code
OS : MacOS

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions