Closed (fixed)
Project:
Prototype
Version:
5.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
28 Aug 2024 at 13:02 UTC
Updated:
5 Sep 2024 at 16:50 UTC
Jump to comment: Most recent
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"
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
Comment #3
jldust commentedI'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
Comment #5
jldust commentedThis has been merged and will be included in the next tagged release.
Comment #6
jldust commented