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

All commands should work with package.{yaml,json5} #1803

Open
17 of 21 tasks
zkochan opened this issue May 1, 2019 · 6 comments
Open
17 of 21 tasks

All commands should work with package.{yaml,json5} #1803

zkochan opened this issue May 1, 2019 · 6 comments

Comments

@zkochan
Copy link
Member

zkochan commented May 1, 2019

  • install
  • update
  • uninstall
  • link
  • unlink
  • list
  • outdated
  • recursive
  • run
  • test
  • start
  • stop
  • restart
  • install-test
  • version
  • publish
  • unpublish
  • pack
  • dist-tag
  • init
  • rebuild

related #1100

@zkochan zkochan changed the title All pnpm commands should works with package.{yaml,json5} All commands should work with package.{yaml,json5} May 1, 2019
zkochan added a commit that referenced this issue May 2, 2019
@jcayzac
Copy link

jcayzac commented Aug 20, 2021

@zkochan I just found this issue in github search. Am I dreaming? Is it real? Is it Christmas already? 🎉
Was package.yaml support ever released?

@alexgorbatchev
Copy link

package.yaml is supported, however it appears that the YAML file get fully reformatted when using commands that modify it, all comments are also being lost.

@danielbayley
Copy link

danielbayley commented Apr 6, 2023

package.yaml is supported, however it appears that the YAML file get fully reformatted when using commands that modify it, all comments are also being lost.

@alexgorbatchev Yeah, see #2008 and #6273.

@danielbayley
Copy link

@danielbayley
Copy link

danielbayley commented Oct 2, 2023

  • install
  • update
  • uninstall
  • link
  • unlink
  • list
  • outdated
  • recursive
  • run
  • test
  • start
  • stop
  • restart
  • install-test
  • version
  • publish
  • unpublish
  • pack
  • dist-tag
  • init
  • rebuild

related #1100

Also FYI @zkochan,

  • pkg is missing from the list!

@danielbayley
Copy link

@zkochan For reference, my PR for package.yaml support in lint-staged was merged and released: https://github.com/lint-staged/lint-staged/releases/tag/v15.1.0. I will attempt to add support for other useful ecosystem tools in future…

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

No branches or pull requests

4 participants