mtennoe / swagger-typescript-codegen

A Swagger Codegenerator tailored for typescript.
Apache License 2.0
141 stars 52 forks source link

Package updates #49

Closed sbusch closed 5 years ago

sbusch commented 5 years ago

Fixes some security issues reports by "npm audit".

Major change is switch to superagent v4. According to my check, default templates do not use features with breaking changes in v4. Note: I would prefer to have superagent (and request) as peerDependencies, but that wont's work with grunt-based tests which let TypeScript compile the rendered results, requiring superagent and request to be installed.

Other change is removal of q which seems to be unused.

grunt-based tests still green. The fix for jest-based tests incoming, relying on these package updates (e.g. beautifier works slightly different)

mtennoe commented 5 years ago

Thanks! The packages definitely needed a bump

mtennoe commented 5 years ago

@sbusch 1.8.0 published