Skip to content

Commit

Permalink
chore(deps): update dependency graphql-http to v1.17.1 (#7475)
Browse files Browse the repository at this point in the history
[![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.16.0`
->
`1.17.1`](https://renovatebot.com/diffs/npm/graphql-http/1.16.0/1.17.1)
|
[![age](https://badges.renovateapi.com/packages/npm/graphql-http/1.17.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/graphql-http/1.17.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/graphql-http/1.17.1/compatibility-slim/1.16.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/graphql-http/1.17.1/confidence-slim/1.16.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v1.17.1`](https://togithub.com/graphql/graphql-http/blob/HEAD/CHANGELOG.md#&#8203;1171-httpsgithubcomgraphqlgraphql-httpcomparev1170v1171-2023-03-31)

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

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

###
[`v1.17.0`](https://togithub.com/graphql/graphql-http/blob/HEAD/CHANGELOG.md#&#8203;1170-httpsgithubcomgraphqlgraphql-httpcomparev1160v1170-2023-03-28)

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

##### Features

- **use/express,use/fastify,use/koa:** Request context with the response
([665175e](https://togithub.com/graphql/graphql-http/commit/665175eb9cd3dcad6b80df0ace9f168de0cfc42d)),
closes [#&#8203;66](https://togithub.com/graphql/graphql-http/issues/66)
- **use/http,use/http2:** Request context with the response
([e2cc0cd](https://togithub.com/graphql/graphql-http/commit/e2cc0cd510383c1626ca2f6fe867a497cb682e52)),
closes [#&#8203;66](https://togithub.com/graphql/graphql-http/issues/66)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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:eyJjcmVhdGVkSW5WZXIiOiIzNS4yMi4xIiwidXBkYXRlZEluVmVyIjoiMzUuMjMuMyJ9-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Trevor Scheer <trevor.scheer@gmail.com>
  • Loading branch information
renovate[bot] and trevor-scheer committed Apr 3, 2023
1 parent b41e304 commit b9ac2d6
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .changeset/nice-stingrays-yell.md
@@ -0,0 +1,5 @@
---
'@apollo/server-integration-testsuite': patch
---

Update graphql-http dependency
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/integration-testsuite/package.json
Expand Up @@ -36,7 +36,7 @@
"@josephg/resolvable": "^1.0.1",
"body-parser": "^1.20.0",
"express": "^4.18.1",
"graphql-http": "1.16.0",
"graphql-http": "1.17.1",
"graphql-tag": "^2.12.6",
"loglevel": "^1.8.0",
"node-fetch": "^2.6.7",
Expand Down
1 change: 1 addition & 0 deletions packages/integration-testsuite/src/httpSpecTests.ts
Expand Up @@ -81,6 +81,7 @@ export function defineIntegrationTestSuiteHttpSpecTests(
'F5AF',
'572B',
'FDE2',
'7B9B', // SHOULD use a status code of 200 on variable coercion failure when accepting application/json
];

if (
Expand Down

0 comments on commit b9ac2d6

Please sign in to comment.