You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When installing wrangler@3.91.0, several warnings about deprecated dependencies are observed:
rollup-plugin-inject: Deprecated, no longer maintained. Recommendation: use @rollup/plugin-inject.
sourcemap-codec: Deprecated. Recommendation: use @jridgewell/sourcemap-codec.
These warnings indicate that wrangler relies on outdated packages, which could lead to long-term maintenance and compatibility issues.
Observed behavior
During the installation of wrangler@3.91.0 using npm install, the following warnings are generated:
npm WARN deprecated rollup-plugin-inject@3.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-inject.
npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead.
Expected behavior
The installation of wrangler should not produce warnings about deprecated dependencies. All dependencies should be actively maintained and supported.
Please provide a link to a minimal reproduction
No response
Please provide any relevant error logs
No response
The text was updated successfully, but these errors were encountered:
This is a duplicate of #6189, and will be resolved in #7334. To note, these dependencies are only used if you turn on the node_compat flag in your Wrangler config file
Which Cloudflare product(s) does this pertain to?
Workers for Platforms
What version(s) of the tool(s) are you using?
3.91.0
What version of Node are you using?
No response
What operating system and version are you using?
Windows 11
Describe the Bug
Describe the bug
When installing wrangler@3.91.0, several warnings about deprecated dependencies are observed:
These warnings indicate that wrangler relies on outdated packages, which could lead to long-term maintenance and compatibility issues.
Observed behavior
During the installation of wrangler@3.91.0 using npm install, the following warnings are generated:
npm WARN deprecated rollup-plugin-inject@3.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-inject.
npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead.
Expected behavior
The installation of wrangler should not produce warnings about deprecated dependencies. All dependencies should be actively maintained and supported.
Please provide a link to a minimal reproduction
No response
Please provide any relevant error logs
No response
The text was updated successfully, but these errors were encountered: