Running a gulp task with gulp-rename in it leads to a fs.Stats deprecation warning message
Description
Whenever I run a gulp.series that includes gulp-rename, I receive a deprecation warning related to fs.Stats. The script executes correctly, and the file renaming works as expected. However, I noticed that this deprecation warning appears when using Node.js version 22.9.0. I tested it with versions 16.16.0 and 21.7.3, and the warning did not occur in those cases.
fs.Stats deprecation warning on Nodejs 22.9.0.
Running a gulp task with gulp-rename in it leads to a fs.Stats deprecation warning message
Description
Whenever I run a
gulp.series
that includesgulp-rename
, I receive a deprecation warning related tofs.Stats
. The script executes correctly, and the file renaming works as expected. However, I noticed that this deprecation warning appears when using Node.js version 22.9.0. I tested it with versions 16.16.0 and 21.7.3, and the warning did not occur in those cases.Steps to Reproduce
Expected Behavior
No warning messages.
Actual Behavior
fs.Stats deprecation warning message
Environment
Screenshot of this issue