Problem/Motivation

It has now been several months since the release of gulp 5, to stay up to date with current packages we would need to update these packages:

"gulp": "^5.0.0"
"browser-sync": "^3.0.2"
"gulp-sourcemaps": "^2.6.5"

Issue fork prototype-3470712

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

jldust created an issue. See original summary.

jldust’s picture

Status: Active » Needs review

I've updated to Gulp 5 and quite a few dependant packages, this is ready for review. There were a few minor updates required due to changes related to SASS & CSS that can be viewed here: https://sass-lang.com/documentation/breaking-changes/mixed-decls/

In addition there is a notification for a deprecation related to fs.stats from vinyl-named that the team is aware of: https://github.com/gulpjs/vinyl-fs/issues/354

  • jldust committed bc067a6f on 5.x
    Issue #3470712 by jldust: Update to Gulp v5
    
jldust’s picture

Status: Needs review » Fixed

This has been merged and will be included in the next tagged release.

jldust’s picture

Status: Fixed » Closed (fixed)