-
Notifications
You must be signed in to change notification settings - Fork 2k
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
changed accept package to @hapi/accept in apollo-server-micro #3441
Conversation
@Himujjal: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Apollo Contributor License Agreement here: https://contribute.apollographql.com/ |
Installing the micro server still throws a bunch of warnings related to the hapi migration. Is this going to be merged at any point? |
It looks like |
This is the latest release, and the only release that supports Node 16, so it will be the minimum version that we test again. Also: - Update `@types/hapi__hapi` to latest version. Note that you can import from `@hapi/hapi` successfully so adjust an import. - Update `accept` and `boom` to their latest versions, which now have `@hapi/` prefix; this includes in apollo-server-micro for some reason. - release-3.0 couldn't run tests after the last merge from main until this change was made; this revealed a failing test of a newly merged feature due to a change in a graphql-js error message. Fix that. This incorporates suggestions from #3273, #3441, and #4254.
This is now fixed on the |
This is the latest release, and the only release that supports Node 16, so it will be the minimum version that we test again. Also: - Update `@types/hapi__hapi` to latest version. Note that you can import from `@hapi/hapi` successfully so adjust an import. - Update `accept` and `boom` to their latest versions, which now have `@hapi/` prefix; this includes in apollo-server-micro for some reason. - release-3.0 couldn't run tests after the last merge from main until this change was made; this revealed a failing test of a newly merged feature due to a change in a graphql-js error message. Fix that. This incorporates suggestions from #3273, #3441, and #4254.
Simply updated the accept@3.0.x package to @hapi/accept@4.0.0 which was being shown in the warning messages. No major change whatsoever