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

fix(buffer): use node:buffer instead of safe-buffer #6071

Merged
merged 1 commit into from
Oct 27, 2024

Conversation

bhavya3024
Copy link
Contributor

@wesleytodd

Since express@5 will support minimum of nodejs version 18, I think it would be safe to use node:buffer .
Also I didn't see any new Buffer usage anywhere in their repo.

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.

The only thing I would say is this is not a "chore" commit. It is a fix or feat (honestly in this case I could see it going either way) and also the "scope" section here is not really necessary. Not a big deal since we don't really enforce the conventional commit conventions anyway, but just figured I would drop this note with the approval in case you wanted to edit it before we merge.

@bhavya3024 bhavya3024 changed the title chore(buffer): use node:buffer instead of safe-buffer fix(buffer): use node:buffer instead of safe-buffer Oct 17, 2024
Copy link
Member

@UlisesGascon UlisesGascon left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks @bhavya3024!

@UlisesGascon UlisesGascon merged commit c70197a into expressjs:master Oct 27, 2024
19 checks passed
@UlisesGascon UlisesGascon self-assigned this Oct 27, 2024
@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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants