gobblejs / gobble

The last build tool you'll ever need
333 stars 20 forks source link

Release a new version (with bumped graceful-fs dependency) #100

Closed ChALkeR closed 8 years ago

ChALkeR commented 8 years ago

graceful-fs versions lower than v4 reevaluate native fs module source, which is not supported. You should update your graceful-fs dependency to v4 or later.

It is already updated in the current master, but no new version has been released yet, so the current version still uses old graceful-fs.

Tracking issue: https://github.com/nodejs/node/issues/5213.

heavyk commented 8 years ago

master uses graceful-fs@4.x already (though it's probably not published).

however, one of the dependencies (sander) does not yet either: https://github.com/Rich-Harris/sander/pull/7

Rich-Harris commented 8 years ago

Just released 0.11.0 with all dependencies up to date – thanks, and sorry for the long wait