Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation warning #979

Open
matthieuLepetit opened this issue Dec 9, 2024 · 2 comments
Open

Deprecation warning #979

matthieuLepetit opened this issue Dec 9, 2024 · 2 comments
Labels

Comments

@matthieuLepetit
Copy link

Describe the bug

I have deprecation warning because I'm using standard version.

Standard version has in his dependencies deprecated version of packages.

npm warn deprecated [email protected]: You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other.

└─┬ [email protected]
├─┬ [email protected]
│ └── [email protected]
├─┬ [email protected]
│ ├─┬ [email protected]
│ │ └── [email protected] deduped
│ ├─┬ [email protected]
│ │ └── [email protected] deduped
│ ├─┬ [email protected]
│ │ └── [email protected] deduped
│ ├─┬ [email protected]
│ │ └── [email protected] deduped
│ ├─┬ [email protected]
│ │ └── [email protected] deduped
│ ├─┬ [email protected]
│ │ └── [email protected] deduped
│ ├─┬ [email protected]
│ │ └── [email protected] deduped
│ ├─┬ [email protected]
│ │ └── [email protected] deduped
│ └─┬ [email protected]
│ └── [email protected] deduped
└─┬ [email protected]
└── [email protected] deduped

Current behavior
when npm install I have this warning :

npm warn deprecated [email protected]: You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other.

Expected behavior
no warning

Environment

  • standard-version version(s): [email protected]
  • Node/npm version: Node v22.12.0 | npm v10.9.0
  • OS: Windows 10 pro under WSL2

Possible Solution
upgrade deprecated version of dependencies to an undeprecated version.
#978

@TimothyJones
Copy link
Contributor

Standard version is also deprecated, no?

@TimothyJones
Copy link
Contributor

There is a fork, which I maintain, linked in the readme of standard version.

The links are:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants