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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: Remove request fallback, Update Docs, Update Types #107

Merged
merged 8 commits into from Oct 11, 2023

Conversation

danielbankhead
Copy link
Member

Encourages teeny-request over the long-deprecated request library.

Fixes #29 馃
Fixes #103 馃

@danielbankhead danielbankhead requested a review from a team as a code owner October 11, 2023 00:12
@product-auto-label product-auto-label bot added the size: m Pull request size is medium. label Oct 11, 2023
@@ -30,20 +30,20 @@
"node": ">=14"
},
"dependencies": {
"@types/request": "^2.48.8",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this still needed?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In case someone still wants to use requests (or similar custom interface) we still support its types in index.d.ts.

@danielbankhead danielbankhead merged commit ba8abb2 into main Oct 11, 2023
16 checks passed
@danielbankhead danielbankhead deleted the remove-request branch October 11, 2023 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace "request" as it is depreciated and contains vulnerabilities @types/request is required
2 participants