Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation warning in Node 22 #161

Closed
jleider opened this issue Jun 27, 2024 · 1 comment
Closed

Deprecation warning in Node 22 #161

jleider opened this issue Jun 27, 2024 · 1 comment

Comments

@jleider
Copy link

jleider commented Jun 27, 2024

What were you expecting to happen?

There to be no deprecation warning.

What actually happened?

(node:22108) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated.
    at cloneStats (/Volumes/Sources/node_modules/clone-stats/index.js:6:21)
    at File.clone (/Volumes/Sources/node_modules/vinyl/index.js:135:23)
    at Transform.stream._transform (/Volumes/Sources/node_modules/gulp-rename/index.js:23:29)
    at Transform._write (node:internal/streams/transform:171:8)
    at writeOrBuffer (node:internal/streams/writable:564:12)
    at _write (node:internal/streams/writable:493:10)
    at Transform.Writable.write (node:internal/streams/writable:502:10)
    at Pumpify.ondata (/Volumes/Sources/node_modules/duplexify/node_modules/readable-stream/lib/_stream_readable.js:619:20)
    at Pumpify.emit (node:events:520:28)
    at Pumpify.emit (node:domain:551:15)

Please provide the following information:

  • OS & version [e.g. MacOS Catalina 10.15.4]: MacOS 13.6.7
  • node version (run node -v): v22.3.0
  • yarn version (run yarn -v): 4.1.0
  • gulp version (run gulp -v): CLI version: 2.3.0 -- Local version: 4.0.2
@phated
Copy link
Member

phated commented Jun 27, 2024

Duplicate of gulpjs/vinyl-fs#354

@phated phated marked this as a duplicate of gulpjs/vinyl-fs#354 Jun 27, 2024
@phated phated closed this as not planned Won't fix, can't repro, duplicate, stale Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants