-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Missing declarations in upgrade from v3 to v5 #33
Comments
Do you think I should take a runtime dependency on |
The worst part is that |
Hey Joe. Thanks for looking into this issue. As a user, I'd rather not have
a ***@***.***/*` package as a runtime dependency -- especially if I have to
install it manually, and also because I can't add a comment to package.json
to explain why we need it.
…On Mon, 13 Dec 2021, 19:24 Joe Hildebrand, ***@***.***> wrote:
Do you think I should take a runtime dependency on @types/dns-packet
instead of asking Typescript users to do so? I agree that at the very
least, I need to update the docs.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#33 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAC2JR4KHIOQAETROBXICWLUQZB7HANCNFSM5J6HN6ZQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
I'll see if I can work around needing it at all. But in a typescript project, I would be surprised if you didn't have any other |
Thanks. I'd imagine the issue is that dohdec typyings are leaking the
typings of dns-package, so I wonder if there's a way to hide them from the
public interface.
I do have some ***@***.***/*` in devPackages but I was thinking of runtime
`dependencies`... Which, as I'm writing this, I'm just realising that Jest
must be running the original TS files instead of the transpiled JS. So yes,
adding one more typings package wouldn't be the end of the world.
…On Mon, 13 Dec 2021, 19:34 Joe Hildebrand, ***@***.***> wrote:
I'll see if I can work around needing it at all. But in a typescript
project, I would be surprised if you didn't have any other @types/
dev-dependencies.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#33 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAC2JRZHIDVN3MEO2AC5TRDUQZDEHANCNFSM5J6HN6ZQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Fixed in v5.0.3 which I just published. |
Amazing. Thank you so much!
…On Mon, 13 Dec 2021, 21:32 Joe Hildebrand, ***@***.***> wrote:
Fixed in v5.0.3 which I just published.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#33 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAC2JRYGPWOCULRTQLANGBDUQZRADANCNFSM5J6HN6ZQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Dependabot created a PR to upgrade from v3 to v5.0.1, but the tests are breaking due to some missing types:
The text was updated successfully, but these errors were encountered: