-
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
chore(deps): update dependency accept to @hapi/accept and boom to @ha… #4254
chore(deps): update dependency accept to @hapi/accept and boom to @ha… #4254
Conversation
@campanagerald: 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/ |
hi @apollo-cla / @campanagerald, can you go ahead with this PR? |
We've started the upgrades to Hapi (core) in the However, I'm unsure how the changes in this PR (which just touch @campanagerald Would you be taking that on? |
hi @campanagerald, are you going to take care of this PR? I think it is an important change that must be included in the next release |
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.
This PR contains the following updates:
Package: accept
Change: accept: 3.0.2 -> @hapi/accept: 5.0.1
Package: boom
Change: boom: 7.1.0 -> @hapi/boom": 9.1.0