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

changed accept package to @hapi/accept in apollo-server-micro #3441

Closed
wants to merge 3 commits into from

Conversation

Himujjal
Copy link

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

@apollo-cla
Copy link

@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/

@abernix abernix added this to the Release 3.x milestone Apr 24, 2020
@abernix abernix closed this Jun 24, 2020
@abernix abernix reopened this Jun 25, 2020
@abernix abernix changed the base branch from master to main June 25, 2020 09:04
@Xetera
Copy link

Xetera commented Mar 30, 2021

Installing the micro server still throws a bunch of warnings related to the hapi migration. Is this going to be merged at any point?

@glasser
Copy link
Member

glasser commented Mar 30, 2021

It looks like @hapi/accept v4 doesn't support Node 8, which we are stuck on supporting in Apollo Server 2. That's why @abernix added this to the v3 milestone, which is actually going to get some attention really soon.

glasser added a commit that referenced this pull request Apr 30, 2021
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.
@glasser glasser mentioned this pull request Apr 30, 2021
@glasser
Copy link
Member

glasser commented Apr 30, 2021

This is now fixed on the release-3.0 branch via #5150. I incorporated parts of your PR into it. Thanks!

@glasser glasser closed this Apr 30, 2021
glasser added a commit that referenced this pull request Apr 30, 2021
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.
@glasser glasser removed this from the Release 3.x milestone Jun 10, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants