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

Polyfill headers in connect-node #462

Merged
merged 1 commit into from
Feb 15, 2023
Merged

Polyfill headers in connect-node #462

merged 1 commit into from
Feb 15, 2023

Conversation

smaye81
Copy link
Member

@smaye81 smaye81 commented Feb 15, 2023

This a few things regarding connect-node and the versions supported by the framework:

  • Moves the Headers polyfill logic to connect-node instead of the test package. This will automatically polyfill connect-node for users on versions less than 18.
  • Adds an engine definition to our package.json for Node versions.
  • Adds additional tests for Node 17

@smaye81 smaye81 marked this pull request as ready for review February 15, 2023 18:20
@smaye81 smaye81 requested a review from timostamm February 15, 2023 18:20
Copy link
Member

@timostamm timostamm left a comment

Choose a reason for hiding this comment

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

Nice! Does this replace #459 ?

@smaye81
Copy link
Member Author

smaye81 commented Feb 15, 2023

Nice! Does this replace #459 ?

Mostly yeah. I can merge in the versions you're using in 459 though if you'd like (including the use of a MIN_VERSION)

Copy link
Member

@timostamm timostamm left a comment

Choose a reason for hiding this comment

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

Nice! Does this replace #459 ?

Mostly yeah. I can merge in the versions you're using in 459 though if you'd like (including the use of a MIN_VERSION)

Don't have a strong opinion on the exact versions, as long as we test the lowest one we have in the engines field.

@smaye81 smaye81 merged commit b4acc99 into main Feb 15, 2023
@smaye81 smaye81 deleted the sayers/polyfill_headers branch February 15, 2023 18:38
@smaye81 smaye81 mentioned this pull request Feb 22, 2023
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

Successfully merging this pull request may close these issues.

2 participants