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

chore(deps): update dependency graphql-http to v1.21.0 #7659

Merged
merged 2 commits into from Jul 24, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 22, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
graphql-http 1.20.0 -> 1.21.0 age adoption passing confidence

Release Notes

graphql/graphql-http (graphql-http)

v1.21.0

Compare Source

Bug Fixes
  • client: graphql module is not required for runtime (#​102) (9049f31)
Features

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the 🎄 dependencies Updates to dependencies, generally automatically managed by Renovate. label Jul 22, 2023
@netlify
Copy link

netlify bot commented Jul 22, 2023

Deploy Preview for apollo-server-docs ready!

Name Link
🔨 Latest commit 62602d2
🔍 Latest deploy log https://app.netlify.com/sites/apollo-server-docs/deploys/64bebc09ee22b50008898a08
😎 Deploy Preview https://deploy-preview-7659--apollo-server-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@codesandbox-ci
Copy link

codesandbox-ci bot commented Jul 22, 2023

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 62602d2:

Sandbox Source
Apollo Server Typescript Configuration
Apollo Server Configuration

@trevor-scheer trevor-scheer enabled auto-merge (squash) July 24, 2023 17:59
@trevor-scheer trevor-scheer merged commit 4784f46 into main Jul 24, 2023
18 of 19 checks passed
@trevor-scheer trevor-scheer deleted the renovate/graphql-http branch July 24, 2023 18:01
@github-actions github-actions bot mentioned this pull request Jul 24, 2023
trevor-scheer pushed a commit that referenced this pull request Jul 27, 2023
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @apollo/server@4.9.0

### Minor Changes

- [#7617](#7617)
[`4ff81ca50`](4ff81ca)
Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Introduce
new `ApolloServerPluginSubscriptionCallback` plugin. This plugin
implements the [subscription callback
protocol](https://github.com/apollographql/router/blob/dev/dev-docs/callback_protocol.md)
which is used by Apollo Router. This feature implements subscriptions
over HTTP via a callback URL which Apollo Router registers with Apollo
Server. This feature is currently in preview and is subject to change.

    You can enable callback subscriptions like so:

    ```ts
import { ApolloServerPluginSubscriptionCallback } from
'@apollo/server/plugin/subscriptionCallback';
    import { ApolloServer } from '@apollo/server';

    const server = new ApolloServer({
      // ...
      plugins: [ApolloServerPluginSubscriptionCallback()],
    });
    ```

Note that there is currently no tracing or metrics mechanism in place
for callback subscriptions. Additionally, this plugin "intercepts"
callback subscription requests and bypasses some of Apollo Server's
internals. The result of this is that certain plugin hooks (notably
`executionDidStart` and `willResolveField`) will not be called when
handling callback subscription requests or when sending subscription
events.

For more information on the subscription callback protocol, visit the
docs:

<https://www.apollographql.com/docs/router/executing-operations/subscription-callback-protocol/>

### Patch Changes

- [#7659](#7659)
[`4784f46fb`](4784f46)
Thanks [@renovate](https://github.com/apps/renovate)! - Update
graphql-http dependency

## @apollo/server-integration-testsuite@4.9.0

### Patch Changes

- [#7659](#7659)
[`4784f46fb`](4784f46)
Thanks [@renovate](https://github.com/apps/renovate)! - Update
graphql-http dependency

- Updated dependencies
\[[`4ff81ca50`](4ff81ca),
[`4784f46fb`](4784f46)]:
    -   @apollo/server@4.9.0

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🎄 dependencies Updates to dependencies, generally automatically managed by Renovate.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant