cloudflare / doca

A CLI tool that scaffolds API documentation based on JSON HyperSchemas.
BSD 3-Clause "New" or "Revised" License
228 stars 36 forks source link

Update of node_modules #24

Closed tajo closed 7 years ago

tajo commented 7 years ago

https://github.com/cloudflare/doca/issues/19

This PR doesn't add, remove or change any features. However, it updates most of the doca project dependencies. The biggest change is the migration to Webpack2 (released today!).

It was necessary to update and release new versions of

since the API for loaders is slightly different (this.inputValue was removed). It's a minor change but I bumped their major versions, so it's clear that the update of both is needed for doca v0.1.0 (this PR). Also, both loaders are still compatible with webpack1. The only requirement is to use a matching major version since they are chained.

There are also a lot of "typo fixes" since some new eslint rules were introduced. That applies for both doca CLI itself and doca/app.

Once this PR is merged, I will update our internal cf-api and publish this package.

handrews commented 7 years ago

I'm going to leave this for @toekneestuck as I don't know webpack and can't make heads or tails of this :-)