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

refactor: replace methods dependency with standard library #127

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

jonkoops
Copy link
Contributor

Replaces the methods dependency with calls to the standard library of Node.js. Since methods is mostly a polyfill for require('node:http').METHODS in older versions of Node.js that are no longer supported this can be removed.

@bjohansebas bjohansebas added the dependencies Pull requests that update a dependency file label Oct 21, 2024
Copy link
Member

@wesleytodd wesleytodd left a comment

Choose a reason for hiding this comment

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

And another one bites the dust!

@UlisesGascon UlisesGascon changed the title Replace methods dependency with standard library refactor: replace methods dependency with standard library Oct 23, 2024
@UlisesGascon UlisesGascon merged commit 878b0e0 into pillarjs:master Oct 23, 2024
8 checks passed
@jonkoops jonkoops deleted the replace-methods branch October 24, 2024 09:44
@UlisesGascon UlisesGascon mentioned this pull request Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants