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

punycode dependency in [email protected] #412

Open
scubachristopher opened this issue Nov 8, 2024 · 4 comments
Open

punycode dependency in [email protected] #412

scubachristopher opened this issue Nov 8, 2024 · 4 comments

Comments

@scubachristopher
Copy link

I get punycode warnings when running my application:

(node:324843) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)

So:

chris@localhost gravity]$ npm ls [email protected] /home/chris/gravity
└─┬ [email protected]
└─┬ [email protected]
└── [email protected]

Seems whatwg-url uses url, which has been deprecated. Please remove the import to url and publish a new version.

@chrisjansky
Copy link

Having the same exact issue. Please fix the deprecated dependency.

@dandv
Copy link

dandv commented Dec 10, 2024

This repo hasn't been significantly updated in more than a year and seems to receive litle attention... I'd use regular HTTPS calls instead.

@chrisjansky
Copy link

@dandv Fair point, yet it is, I quote the first line of repo: The official Airtable JavaScript library. so I’d assume some level of support is to be had 🤷

@scubachristopher
Copy link
Author

scubachristopher commented Dec 11, 2024

I've put a ticket into Airtable. This is their official API. We pay A LOT for this platform. Custom integrations are an important feature. And @dandv -- sure, we can always use https calls instead. But it's kinda not the point.

Perhaps if others complain about it, it might get on their radar.

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

3 participants