From df4bcb613772173a7df690f065b50d98288a9162 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 15:27:14 +0000 Subject: [PATCH] chore(deps): update dependency graphql to v16.10.0 (#8001) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [graphql](https://redirect.github.com/graphql/graphql-js) | [`16.9.0` -> `16.10.0`](https://renovatebot.com/diffs/npm/graphql/16.9.0/16.10.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/graphql/16.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/graphql/16.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/graphql/16.9.0/16.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/graphql/16.9.0/16.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
graphql/graphql-js (graphql) ### [`v16.10.0`](https://redirect.github.com/graphql/graphql-js/releases/tag/v16.10.0): 16.10.0 [Compare Source](https://redirect.github.com/graphql/graphql-js/compare/v16.9.0...v16.10.0) #### v16.10.0 (2024-12-15) ##### New Feature 🚀 - [#​4286](https://redirect.github.com/graphql/graphql-js/pull/4286) fix: properly type `extensions` in GraphQLFormattedError ([@​tpoisseau](https://redirect.github.com/tpoisseau)) - [#​4292](https://redirect.github.com/graphql/graphql-js/pull/4292) Expose tokenCount on the DocumentNode ([@​JoviDeCroock](https://redirect.github.com/JoviDeCroock)) ##### Bug Fix 🐞 - [#​4137](https://redirect.github.com/graphql/graphql-js/pull/4137) backport(v16): Require non-empty directive locations ([#​4100](https://redirect.github.com/graphql/graphql-js/issues/4100)) ([@​benjie](https://redirect.github.com/benjie)) - [#​4168](https://redirect.github.com/graphql/graphql-js/pull/4168) fix(validation): catch OverlappingFieldsCanBeMergedRule violations with nested fragments ([@​sachindshinde](https://redirect.github.com/sachindshinde)) - [#​4226](https://redirect.github.com/graphql/graphql-js/pull/4226) Backport introspection type fix ([@​JoviDeCroock](https://redirect.github.com/JoviDeCroock)) - [#​4291](https://redirect.github.com/graphql/graphql-js/pull/4291) Address empty selection-set ([@​JoviDeCroock](https://redirect.github.com/JoviDeCroock)) ##### Docs 📝
10 PRs were merged - [#​4240](https://redirect.github.com/graphql/graphql-js/pull/4240) Convert from docusaurus to nextra ([@​JoviDeCroock](https://redirect.github.com/JoviDeCroock)) - [#​4248](https://redirect.github.com/graphql/graphql-js/pull/4248) Add content from [https://github.com/graphql/graphql.github.io/pull/1782](https://redirect.github.com/graphql/graphql.github.io/pull/1782) ([@​JoviDeCroock](https://redirect.github.com/JoviDeCroock)) - [#​4249](https://redirect.github.com/graphql/graphql-js/pull/4249) Styling fixes ([@​JoviDeCroock](https://redirect.github.com/JoviDeCroock)) - [#​4256](https://redirect.github.com/graphql/graphql-js/pull/4256) Various fixes to docs ([@​JoviDeCroock](https://redirect.github.com/JoviDeCroock)) - [#​4279](https://redirect.github.com/graphql/graphql-js/pull/4279) Solve some low hanging fruit in the documentation ([@​JoviDeCroock](https://redirect.github.com/JoviDeCroock)) - [#​4283](https://redirect.github.com/graphql/graphql-js/pull/4283) Add overview page and add stackblitz to tutorial ([@​JoviDeCroock](https://redirect.github.com/JoviDeCroock)) - [#​4284](https://redirect.github.com/graphql/graphql-js/pull/4284) Provide people with tabs so they can use classes as well ([@​JoviDeCroock](https://redirect.github.com/JoviDeCroock)) - [#​4289](https://redirect.github.com/graphql/graphql-js/pull/4289) Add note about defer/stream being v17 ([@​JoviDeCroock](https://redirect.github.com/JoviDeCroock)) - [#​4290](https://redirect.github.com/graphql/graphql-js/pull/4290) Write about `@oneOf` in the graphql-js documentation ([@​JoviDeCroock](https://redirect.github.com/JoviDeCroock)) - [#​4295](https://redirect.github.com/graphql/graphql-js/pull/4295) Split up in v16 API documentation ([@​JoviDeCroock](https://redirect.github.com/JoviDeCroock))
##### Internal 🏠
4 PRs were merged - [#​4138](https://redirect.github.com/graphql/graphql-js/pull/4138) Upgrade codecov action and pass token ([@​benjie](https://redirect.github.com/benjie)) - [#​4139](https://redirect.github.com/graphql/graphql-js/pull/4139) Fix codecov workflow ([@​benjie](https://redirect.github.com/benjie)) - [#​4157](https://redirect.github.com/graphql/graphql-js/pull/4157) Add GraphQLConf 2024 banner ([@​bignimbus](https://redirect.github.com/bignimbus)) - [#​4193](https://redirect.github.com/graphql/graphql-js/pull/4193) Upgrade deprecated actions ([@​JoviDeCroock](https://redirect.github.com/JoviDeCroock))
##### Committers: 5 * Benjie([@​benjie](https://redirect.github.com/benjie)) * Jeff Auriemma([@​bignimbus](https://redirect.github.com/bignimbus)) * Jovi De Croock([@​JoviDeCroock](https://redirect.github.com/JoviDeCroock)) * Sachin D. Shinde([@​sachindshinde](https://redirect.github.com/sachindshinde)) * tpoisseau([@​tpoisseau](https://redirect.github.com/tpoisseau))
--- ### 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 these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apollographql/apollo-server). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- smoke-test/package-lock.json | 8 ++++---- smoke-test/package.json | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8ce0d634613..12b72002ae4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "eslint": "8.57.1", "eslint-plugin-import": "2.31.0", "express": "4.21.2", - "graphql": "16.9.0", + "graphql": "16.10.0", "graphql-subscriptions": "2.0.0", "graphql-tag": "2.12.6", "jest": "29.7.0", @@ -8613,9 +8613,9 @@ "dev": true }, "node_modules/graphql": { - "version": "16.9.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz", - "integrity": "sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==", + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.10.0.tgz", + "integrity": "sha512-AjqGKbDGUFRKIRCP9tCKiIGHyriz2oHEbPIbEtcSLSs4YjReZOIPQQWek4+6hjw62H9QShXHyaGivGiYVLeYFQ==", "license": "MIT", "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" @@ -20967,9 +20967,9 @@ "dev": true }, "graphql": { - "version": "16.9.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz", - "integrity": "sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==" + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.10.0.tgz", + "integrity": "sha512-AjqGKbDGUFRKIRCP9tCKiIGHyriz2oHEbPIbEtcSLSs4YjReZOIPQQWek4+6hjw62H9QShXHyaGivGiYVLeYFQ==" }, "graphql-config": { "version": "4.5.0", diff --git a/package.json b/package.json index f20fcec9c26..7c2072d1584 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "eslint": "8.57.1", "eslint-plugin-import": "2.31.0", "express": "4.21.2", - "graphql": "16.9.0", + "graphql": "16.10.0", "graphql-subscriptions": "2.0.0", "graphql-tag": "2.12.6", "jest": "29.7.0", diff --git a/smoke-test/package-lock.json b/smoke-test/package-lock.json index 94f74b15e37..0a620f59dd4 100644 --- a/smoke-test/package-lock.json +++ b/smoke-test/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "graphql": "16.9.0", + "graphql": "16.10.0", "make-fetch-happen": "14.0.3" }, "devDependencies": { @@ -550,9 +550,9 @@ } }, "node_modules/graphql": { - "version": "16.9.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz", - "integrity": "sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==", + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.10.0.tgz", + "integrity": "sha512-AjqGKbDGUFRKIRCP9tCKiIGHyriz2oHEbPIbEtcSLSs4YjReZOIPQQWek4+6hjw62H9QShXHyaGivGiYVLeYFQ==", "license": "MIT", "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" diff --git a/smoke-test/package.json b/smoke-test/package.json index 2470c5781b8..0dea9e4203f 100644 --- a/smoke-test/package.json +++ b/smoke-test/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "graphql": "16.9.0", + "graphql": "16.10.0", "make-fetch-happen": "14.0.3" }, "devDependencies": {