danielgtaylor / aglio

An API Blueprint renderer with theme support that outputs static HTML
4.75k stars 480 forks source link

aglio-theme-olio@1.6.3 has outdated dependencies #318

Open jesperronn opened 7 years ago

jesperronn commented 7 years ago

Hi, during intstall of aglio I get the following deprecation warnings (shown here from yarn since it displays the best debugging info:

[1/4] 🔍  Resolving packages...
warning aglio > aglio-theme-olio > jade@1.11.0: Jade has been renamed to pug, please install the latest version of pug instead of jade
warning aglio > aglio-theme-olio > jade > transformers@2.1.0: Deprecated, use jstransformer
warning aglio > aglio-theme-olio > stylus > glob > minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue

Unfortunately, I am not able to find package.json for aglio-them-olio here, even though https://www.npmjs.com/package/aglio-theme-olio states this is the correct repository.

Could some of you please make a PR and perhaps merge it?

kadishmal commented 7 years ago

The package.json is here https://github.com/danielgtaylor/aglio/tree/olio-theme.

fricklerhandwerk commented 7 years ago

PR #320. It doesn't address the jade dep though.