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

Replace node-http2 with http2-wrapper #289

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

mhassan1
Copy link
Contributor

@mhassan1 mhassan1 commented Jun 18, 2024

This PR replaces the deprecated node-http2 dependency with http2-wrapper. It also removes checks related to 0.x versions of Node.js, since they are already unsupported.

Fixes #270.

@vavsab
Copy link

vavsab commented Jun 20, 2024

@vladikoff Could you please review this?
Waiting for it to resolve CVE in spectaql

@vavsab
Copy link

vavsab commented Jun 21, 2024

@Krinkle Could you please help with merging this PR?

@vavsab
Copy link

vavsab commented Jun 25, 2024

@XhmikosR Could you please help here?

@XhmikosR
Copy link
Member

XhmikosR commented Jul 2, 2024

/CC @vladikoff

@XhmikosR XhmikosR requested a review from vladikoff July 2, 2024 05:03
@XhmikosR
Copy link
Member

XhmikosR commented Jul 2, 2024

It seems this breaks CI tests FYI @vladikoff

@vavsab
Copy link

vavsab commented Jul 2, 2024

@XhmikosR Forked from here and fixed tests
Please review this PR #291

@mhassan1
Copy link
Contributor Author

mhassan1 commented Jul 2, 2024

@XhmikosR I've fixed the broken test.

@XhmikosR
Copy link
Member

XhmikosR commented Jul 3, 2024

LGTM now. But even if I merge it I don't have npm rights, so @vladikoff needs to take care of this.

@vladikoff vladikoff merged commit 372ca14 into gruntjs:main Jul 3, 2024
8 checks passed
@vladikoff
Copy link
Member

Sorry for the delay, I was sick and just getting back into the swing of things

@vavsab
Copy link

vavsab commented Jul 3, 2024

@vladikoff thanks for answering! could you please publish it to npm so we could use fixed package?

@vladikoff
Copy link
Member

@vavsab Hi, yeap done!

@vladikoff
Copy link
Member

@XhmikosR I added you to npm maintainers also 🎉

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.

node-http2 is deprecated. Use node's built in http2
4 participants