meteor / meteor-feature-requests

A tracker for Meteor issues that are requests for new functionality, not bugs.
Other
89 stars 3 forks source link

Tool: Implement packages list tree to json output using meteor list --json flag #406

Closed jankapunkt closed 3 years ago

jankapunkt commented 3 years ago

Currently I am writing a GitHub action, that resolves the current packages tree that results from the meteor list --tree command and checks for outdated package versions. However, this involves manually parsing the |-- symbols from the output to re-create the structure as a data model.

It would be much easier (and less error-prone) for this (and potential other actions / ci) to generate the packages tree directly as json file. From what I perceive,there would be the following changes

I would myself start a PR,if this would get a green light

filipenevola commented 3 years ago

@jankapunkt 🟢

jankapunkt commented 3 years ago

PR opened at https://github.com/meteor/meteor/pull/11165

filipenevola commented 3 years ago

Merged. It will be available on Meteor 1.12