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

[BUG] [DEP0170] DeprecationWarning for git+ssh:// dependencies#tag #7319

Closed
2 tasks done
DeepzUa opened this issue Mar 27, 2024 · 5 comments
Closed
2 tasks done

[BUG] [DEP0170] DeprecationWarning for git+ssh:// dependencies#tag #7319

DeepzUa opened this issue Mar 27, 2024 · 5 comments
Labels
Bug thing that needs fixing Needs Triage needs review for next steps Release 10.x

Comments

@DeepzUa
Copy link

DeepzUa commented Mar 27, 2024

Is there an existing issue for this?

  • I have searched the existing issues

This issue exists in the latest npm version

  • I am using the latest npm

Current Behavior

DEP0170 is active

I seen issue #6869, but instead of commit hash, i use #tag

{
  "dependencies": {
    "something-private": "git+ssh://[email protected]:group/project.git#tag"
  }
}

Environment

  • npm: 10.5.0
  • Node.js: 20.12.0
  • OS Name: Windows 10
  • System Model Name:
@DeepzUa DeepzUa added Bug thing that needs fixing Needs Triage needs review for next steps Release 10.x labels Mar 27, 2024
@lzsheng
Copy link

lzsheng commented Apr 11, 2024

the same error~~
npm: 10.5.0
Node.js: 20.12.1
OS Name: MacOS 12.6

@gokulb9993
Copy link

Same error for me as well.

@kyleclough
Copy link

Same error here:
npm: 10.5.0
Node.js: 20.12.2

@wraithgar
Copy link
Member

Where are you seeing this? What command are you running?

I can not reproduce this

~/D/n/s/triage $ npm i

added 1 package, and audited 2 packages in 2s

found 0 vulnerabilities
~/D/n/s/triage $ npm pkg get dependencies
{
  "@gar/promisify": "git+ssh://[email protected]:wraithgar/gar-promisify.git#main"
}

@wraithgar wraithgar closed this as not planned Won't fix, can't repro, duplicate, stale May 10, 2024
@wraithgar
Copy link
Member

Tags make no difference either

~/D/n/s/triage $ npm i

added 1 package, and audited 2 packages in 2s

found 0 vulnerabilities
~/D/n/s/triage $ npm pkg get dependencies
{
  "@gar/promisify": "git+ssh://[email protected]:wraithgar/gar-promisify.git#v1.1.3"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug thing that needs fixing Needs Triage needs review for next steps Release 10.x
Projects
None yet
Development

No branches or pull requests

5 participants