-
Notifications
You must be signed in to change notification settings - Fork 115
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
The punycode
module is deprecated. Please use a userland alternative instead.
#3301
Comments
I can repro this with:
Modifying name: npunyk8s
runtime:
name: nodejs
options:
packagemanager: npm
nodeargs: --trace-warnings And running
Looking at my
Which is a dependency of pulumi-kubernetes/sdk/nodejs/package.json Line 21 in 8b45405
Transferring this issue to https://github.com/pulumi/pulumi-kubernetes |
Same, this message comes every time you run |
Looking at the repo, it seems like |
It is used pulumi-kubernetes/sdk/nodejs/yaml/yaml.ts Line 21 in 6865778
but should just be a matter of updating the dependency. |
### Changed - [nodejs] Resolves `punycode` deprecation warnings by using native `fetch` instead of `node-fetch`. (#3301) ### Fixed - `pulumi.com/waitFor` and other await annotations now correctly take precedence over default await logic. (#3329) - JSONPath expressions used with the `pulumi.com/waitFor` annotation will no longer hang indefinitely if they match non-primitive fields. (#3345) - [java] CRDs that contain any `x-kubernetes-*` fields can now be succesfully created and managed by Pulumi. (#3325)
What happened?
Every time
pulumi
is run, it outputs:Example
Run
pulumi up
Output of
pulumi about
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: