Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • G gulp
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 24
    • Issues 24
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gulp
  • gulp
  • Merge requests
  • !2015

Bump vinyl-fs version

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/shybovycha/update-vinyl-fs-version into master Sep 01, 2017
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: shybovycha

When running npm install whilst having gulp: '3.9.1' (latest version) referred in package.json I've seen the notice from NPM:

npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.

Then I've checked the vinyl-fs version on NPM registry and found out its latest version is 2.4.4, but Gulp requires ^0.3.0. The latest vinyl-fs version relies on the graceful-fs: '^4.0.0', which should prevent any sudden failures.

Given that, I'd like to see the newer version required by Gulp to prevent any accidental build failures on Node >= 7.0.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/shybovycha/update-vinyl-fs-version