Open grishy opened 11 months ago
See https://github.com/vercel/serve-handler/issues/204 So punycode is used by a transitive dependency.
Maybe we should fork vercel/serve-handler, since it seems unmaintained.
Without some kind of fork this is unlikely to get resolved. Thus, is the idea to add it to the monorepo as a package (or just private?), in which case a pull request is possible, or to setup a separate fork git repo and publish that to npm, which would seem to preclude any community assistance?
(Not offering here atm but am hoping to unstall this as I begin my first project using parcel.)
Separately, is the desire to take in the fast-url-parser dependency also, unconditionally, swap to url unconditionally, or make a performance test after moving over server-handler to see if fast-url-parser is still an improvement after all this time?
For others who find this issue that I ended up with this problem when upgrading to Node v22.6.0, but when I went back to v20.12.0 the error went away.
🐛 bug report
🎛 Configuration (.babelrc, package.json, cli command)
Default one and
parcel pages/index.pug
🤔 Expected Behavior
Without DeprecationWarning.
😯 Current Behavior
💁 Possible Solution
Update or change import path.
Related:
🔦 Context
Each time we have msg at the beginning.
💻 Code Sample
Any cfg, I suppose.
🌍 Your Environment