-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Breaking: Update dependencies & increase alpha version
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gulp", | ||
"description": "The streaming build system", | ||
"version": "4.0.0-alpha.2", | ||
"version": "4.0.0-alpha.3", | ||
"homepage": "http://gulpjs.com", | ||
"repository": "gulpjs/gulp", | ||
"author": "Fractal <[email protected]> (http://wearefractal.com/)", | ||
|
@@ -23,10 +23,10 @@ | |
}, | ||
"man": "gulp.1", | ||
"dependencies": { | ||
"glob-watcher": "^3.0.0", | ||
"gulp-cli": "^1.0.0", | ||
"glob-watcher": "^4.0.0", | ||
"gulp-cli": "^2.0.0", | ||
"undertaker": "^1.0.0", | ||
"vinyl-fs": "^2.0.0" | ||
"vinyl-fs": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"coveralls": "^2.7.0", | ||
|
99bdc9e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MylesBorins it looks like node 9 breaks us here. Any idea why? Failed node 9 build: https://travis-ci.org/gulpjs/gulp/jobs/319961359
99bdc9e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Error that I'm seeing on our end is
From line
72
in the testdest.js
edit: fwiw this fails all the way bay to 9.0... so it was a semver major change to stream that is causing this most likely. I'm going to dig into vinylfs
99bdc9e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Proposed Fix: gulpjs/vinyl-fs#296