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.18.0 #7509

Merged
merged 2 commits into from Apr 17, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 15, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
graphql-http 1.17.1 -> 1.18.0 age adoption passing confidence

Release Notes

graphql/graphql-http

v1.18.0

Compare Source

Bug Fixes
  • audits/server: Avoid auditing non well-formatted GraphQL-over-HTTP requests (#​62) (d72e344)
  • audits/server: Prefer using POST (#​77) (8cd7dfb)
  • handler: Stringify errors by exposing only the message (cabf8a9)
Features

1.17.1 (2023-03-31)

Bug Fixes
  • Add file extensions to imports/exports in ESM type definitions (d084a8d), closes #​70
  • audits/server: Better "must accept UTF-8" test with emoji (#​69) (a322d2c)

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 Apr 15, 2023
@netlify
Copy link

netlify bot commented Apr 15, 2023

Deploy Preview for apollo-server-docs ready!

Name Link
🔨 Latest commit 4555d63
🔍 Latest deploy log https://app.netlify.com/sites/apollo-server-docs/deploys/643db7b8eeebab0008572e74
😎 Deploy Preview https://deploy-preview-7509--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 settings.

@codesandbox-ci
Copy link

codesandbox-ci bot commented Apr 15, 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 4555d63:

Sandbox Source
Apollo Server Typescript Configuration
Apollo Server Configuration

@trevor-scheer trevor-scheer merged commit 5c20aa0 into main Apr 17, 2023
17 checks passed
@trevor-scheer trevor-scheer deleted the renovate/graphql-http branch April 17, 2023 21:26
@github-actions github-actions bot mentioned this pull request Apr 17, 2023
trevor-scheer added a commit that referenced this pull request Apr 17, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [graphql-http](https://togithub.com/graphql/graphql-http) | [`1.17.1`
->
`1.18.0`](https://renovatebot.com/diffs/npm/graphql-http/1.17.1/1.18.0)
|
[![age](https://badges.renovateapi.com/packages/npm/graphql-http/1.18.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/graphql-http/1.18.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/graphql-http/1.18.0/compatibility-slim/1.17.1)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/graphql-http/1.18.0/confidence-slim/1.17.1)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>graphql/graphql-http</summary>

###
[`v1.18.0`](https://togithub.com/graphql/graphql-http/blob/HEAD/CHANGELOG.md#&#8203;1180-httpsgithubcomgraphqlgraphql-httpcomparev1171v1180-2023-04-14)

[Compare
Source](https://togithub.com/graphql/graphql-http/compare/v1.17.1...v1.18.0)

##### Bug Fixes

- **audits/server:** Avoid auditing non well-formatted GraphQL-over-HTTP
requests
([#&#8203;62](https://togithub.com/graphql/graphql-http/issues/62))
([d72e344](https://togithub.com/graphql/graphql-http/commit/d72e3444a719c0a9710b8a96201f3cc3d9324ffb))
- **audits/server:** Prefer using POST
([#&#8203;77](https://togithub.com/graphql/graphql-http/issues/77))
([8cd7dfb](https://togithub.com/graphql/graphql-http/commit/8cd7dfb2e571e7660839681a796ab98fe82f652a))
- **handler:** Stringify errors by exposing only the message
([cabf8a9](https://togithub.com/graphql/graphql-http/commit/cabf8a98b7e266af15b3e6da1b5d874e8d43a238))

##### Features

- **audits:** Notices section for optional recommendations
([#&#8203;76](https://togithub.com/graphql/graphql-http/issues/76))
([b8bdc71](https://togithub.com/graphql/graphql-http/commit/b8bdc71811a5d21a3f8a60b61f61ddf5ee3445ce))
- **handler:** Error formatter function
([#&#8203;78](https://togithub.com/graphql/graphql-http/issues/78))
([c0eaeb4](https://togithub.com/graphql/graphql-http/commit/c0eaeb4595abc9d13b624d71a8b72ff22298b706))

####
[1.17.1](https://togithub.com/graphql/graphql-http/compare/v1.17.0...v1.17.1)
(2023-03-31)

##### Bug Fixes

- Add file extensions to imports/exports in ESM type definitions
([d084a8d](https://togithub.com/graphql/graphql-http/commit/d084a8d8e83ac65c8fbc07322ca37a2bea8ac372)),
closes [#&#8203;70](https://togithub.com/graphql/graphql-http/issues/70)
- **audits/server:** Better "must accept UTF-8" test with emoji
([#&#8203;69](https://togithub.com/graphql/graphql-http/issues/69))
([a322d2c](https://togithub.com/graphql/graphql-http/commit/a322d2c5f457e864ef303a08e8067d65b828f7d2))

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/apollographql/apollo-server).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40MC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDAuMCJ9-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Trevor Scheer <trevor.scheer@gmail.com>
trevor-scheer pushed a commit that referenced this pull request Apr 20, 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.7.0

### Minor Changes

- [#7504](#7504)
[`22a5be934`](22a5be9)
Thanks [@mayakoneval](https://github.com/mayakoneval)! - In the Apollo
Server Landing Page Local config, you can now opt out of the telemetry
that Apollo Studio runs in the
embedded Sandbox & Explorer landing pages. This telemetry includes
Google Analytics for event tracking and
    Sentry for error tracking.

    Example of the new config option:

        const server = new ApolloServer({
          typeDefs,
          resolvers,
          plugins: [
            process.env.NODE_ENV === 'production'
              ? ApolloServerPluginLandingPageProductionDefault({
                  graphRef: 'my-graph-id@my-graph-variant',
                  embed: {
                    runTelemetry: false
                  },
                })
              : ApolloServerPluginLandingPageLocalDefault({
                  embed: {
                    runTelemetry: false
                  },
                }),
          ],
        });

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

### Patch Changes

- [#7509](#7509)
[`5c20aa02e`](5c20aa0)
Thanks [@renovate](https://github.com/apps/renovate)! - Update
`graphql-http` dependency

- [#7475](#7475)
[`b9ac2d6b2`](b9ac2d6)
Thanks [@renovate](https://github.com/apps/renovate)! - Update
graphql-http dependency

- Updated dependencies
\[[`22a5be934`](22a5be9)]:
    -   @apollo/server@4.7.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 May 18, 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