From b9ac2d6b2ea19f7f838fa62b339dac2d3fefff62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 11:57:24 -0700 Subject: [PATCH] chore(deps): update dependency graphql-http to v1.17.1 (#7475) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
graphql/graphql-http ### [`v1.17.1`](https://togithub.com/graphql/graphql-http/blob/HEAD/CHANGELOG.md#​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 [#​70](https://togithub.com/graphql/graphql-http/issues/70) - **audits/server:** Better "must accept UTF-8" test with emoji ([#​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#​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 [#​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 [#​66](https://togithub.com/graphql/graphql-http/issues/66)
--- ### 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. --- - [ ] 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). --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Trevor Scheer --- .changeset/nice-stingrays-yell.md | 5 +++++ package-lock.json | 16 ++++++++-------- packages/integration-testsuite/package.json | 2 +- .../integration-testsuite/src/httpSpecTests.ts | 1 + 4 files changed, 15 insertions(+), 9 deletions(-) create mode 100644 .changeset/nice-stingrays-yell.md diff --git a/.changeset/nice-stingrays-yell.md b/.changeset/nice-stingrays-yell.md new file mode 100644 index 00000000000..7105d60d3cc --- /dev/null +++ b/.changeset/nice-stingrays-yell.md @@ -0,0 +1,5 @@ +--- +'@apollo/server-integration-testsuite': patch +--- + +Update graphql-http dependency diff --git a/package-lock.json b/package-lock.json index 833c06db555..249380689e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8626,9 +8626,9 @@ } }, "node_modules/graphql-http": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/graphql-http/-/graphql-http-1.16.0.tgz", - "integrity": "sha512-kgYFSCgTcvakPCobidCw5G4x9maDaOWmbSozt9g2nkqcUhf+FIDcLv+nL8asBDvas8rRJvoRoLkQYNC1AZfZDw==", + "version": "1.17.1", + "resolved": "https://registry.npmjs.org/graphql-http/-/graphql-http-1.17.1.tgz", + "integrity": "sha512-FZyZNd/3sz4n1smEa3A7d/OCPR9iYeqTPypsLjaYu6QbthKuMqZldxSSXVE2p+WwEHWx7EYfeVl4U7LQ7bFYNA==", "engines": { "node": ">=12" }, @@ -14488,7 +14488,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", @@ -14806,7 +14806,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", @@ -21239,9 +21239,9 @@ } }, "graphql-http": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/graphql-http/-/graphql-http-1.16.0.tgz", - "integrity": "sha512-kgYFSCgTcvakPCobidCw5G4x9maDaOWmbSozt9g2nkqcUhf+FIDcLv+nL8asBDvas8rRJvoRoLkQYNC1AZfZDw==", + "version": "1.17.1", + "resolved": "https://registry.npmjs.org/graphql-http/-/graphql-http-1.17.1.tgz", + "integrity": "sha512-FZyZNd/3sz4n1smEa3A7d/OCPR9iYeqTPypsLjaYu6QbthKuMqZldxSSXVE2p+WwEHWx7EYfeVl4U7LQ7bFYNA==", "requires": {} }, "graphql-request": { diff --git a/packages/integration-testsuite/package.json b/packages/integration-testsuite/package.json index b259da172a5..af169034ea4 100644 --- a/packages/integration-testsuite/package.json +++ b/packages/integration-testsuite/package.json @@ -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", diff --git a/packages/integration-testsuite/src/httpSpecTests.ts b/packages/integration-testsuite/src/httpSpecTests.ts index b230a37760d..a4a3b259214 100644 --- a/packages/integration-testsuite/src/httpSpecTests.ts +++ b/packages/integration-testsuite/src/httpSpecTests.ts @@ -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 (