anvilco / spectaql

Autogenerate static GraphQL API documentation
https://useanvil.com/docs/api/graphql/reference/
MIT License
1.12k stars 117 forks source link

Replace Grunt with ??? #303

Open newhouse opened 2 years ago

newhouse commented 2 years ago

SpectaQL uses Grunt to perform a lot of the tasks of compiling, concatenating, minifying, etc.

But Grunt seems to be sorta dead? Or at least some of the plugins used by SpectaQL are? This leads to security alerts that are not easy to address, and other problems.

Any suggestions out there for what to use instead of Grunt? Keep in mind the specific tasks that SpectaQL needs to perform:

m3rad commented 2 years ago

We are really looking forward to this feature, as it causes so many Dependabot warnings regarding an old version of lodash being used in grunt packages. Thanks