tgvashworth / fetch-engine

A smart request-making library
24 stars 6 forks source link

chore: upgrade and fix semantic-release #95

Closed tgvashworth closed 6 years ago

waltfy commented 6 years ago

@tgvashworth do we want to support Node v4? Depending on zuul: ^3.10.1 seems to cause a dependency on mime: 2.1.0.

❯ yarn why mime
yarn why v1.3.2
[1/4] 🤔  Why do we have the module "mime"...?
[2/4] 🚚  Initialising dependency graph...
[3/4] 🔍  Finding dependency...
[4/4] 🚡  Calculating file sizes...
info Has been hoisted to "mime"
info Reasons this module exists
   - "zuul#express#send" depends on it
   - "zuul#wd#request#form-data" depends on it
   - "zuul#zuul-localtunnel#localtunnel#request" depends on it
   - "zuul#zuul-localtunnel#localtunnel#request#form-data" depends on it
info Disk size without dependencies: "80kB"
info Disk size with unique dependencies: "80kB"
info Disk size with transitive dependencies: "80kB"
info Number of shared dependencies: 0
✨  Done in 0.79s.

Which is only compatible with Node >=6.0.0 😞

tgvashworth commented 6 years ago

:tada: This PR is included in version 4.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: