-
Notifications
You must be signed in to change notification settings - Fork 666
punycode deprecation warning. #7719
Copy link
Copy link
Open
Labels
api: pubsubIssues related to the Pub/Sub API.Issues related to the Pub/Sub API.library: google-cloud-node-coreIssues transferred from another repositoryIssues transferred from another repositorypriority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.size: ltype: processA process-related concern. May include testing, release, or the like.A process-related concern. May include testing, release, or the like.
Metadata
Metadata
Assignees
Labels
api: pubsubIssues related to the Pub/Sub API.Issues related to the Pub/Sub API.library: google-cloud-node-coreIssues transferred from another repositoryIssues transferred from another repositorypriority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.size: ltype: processA process-related concern. May include testing, release, or the like.A process-related concern. May include testing, release, or the like.
Hello, I'm getting a deprecation warning when I use the @google-cloud/pubsub library.
Here is the warning:
I checked where it's comming from, and I can see that in
node_modules/whatwg-url/lib/url-state-machine.jsthere's arequire("punycode"), which I assume causes the warning. Checking why my app imports that version of thewhatwg-urlpacakge I get the following:Is there a newer version of something I'm supposed to be using so I don't get the warning?
Environment details
@google-cloud/pubsubversion: 4.3.3Steps to reproduce