fix(deps): update dependency graphql to v16.11.0 #2408

Merged
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 merged 1 commits from renovate/graphql-16.x into main 2025-04-29 05:30:51 +00:00
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-04-26 09:02:31 +00:00 (Migrated from gitlab.com)

This MR contains the following updates:

Package Type Update Change
graphql dependencies minor 16.10.0 -> 16.11.0

Release Notes

graphql/graphql-js (graphql)

v16.11.0: 16.11.0

Compare Source

v16.11.0 (2025-04-26)

New Feature 🚀
Bug Fix 🐞
Docs 📝
11 MRs were merged
Polish 💅
Internal 🏠
4 MRs were merged
Committers: 8

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

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


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

This MR has been generated by Renovate Bot.

This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [graphql](https://github.com/graphql/graphql-js) | dependencies | minor | [`16.10.0` -> `16.11.0`](https://renovatebot.com/diffs/npm/graphql/16.10.0/16.11.0) | --- ### Release Notes <details> <summary>graphql/graphql-js (graphql)</summary> ### [`v16.11.0`](https://github.com/graphql/graphql-js/releases/tag/v16.11.0): 16.11.0 [Compare Source](https://github.com/graphql/graphql-js/compare/v16.10.0...v16.11.0) #### v16.11.0 (2025-04-26) ##### New Feature 🚀 - [#&#8203;4363](https://github.com/graphql/graphql-js/pull/4363) Ensure we validate for using nullable variables in oneOf input fields ([@&#8203;JoviDeCroock](https://github.com/JoviDeCroock)) - [#&#8203;4366](https://github.com/graphql/graphql-js/pull/4366) feat(execution): add max coercion errors option to execution context ([@&#8203;cristunaranjo](https://github.com/cristunaranjo)) ##### Bug Fix 🐞 - [#&#8203;4367](https://github.com/graphql/graphql-js/pull/4367) fix(coerce-input-value): input object coercion rejects arrays ([@&#8203;cristunaranjo](https://github.com/cristunaranjo)) ##### Docs 📝 <details> <summary> 11 MRs were merged </summary> - [#&#8203;4310](https://github.com/graphql/graphql-js/pull/4310) First draft for upgrade guide to v17 ([@&#8203;JoviDeCroock](https://github.com/JoviDeCroock)) - [#&#8203;4331](https://github.com/graphql/graphql-js/pull/4331) fix sidebar for documentation and `/api-v16` ([@&#8203;dimaMachina](https://github.com/dimaMachina)) - [#&#8203;4335](https://github.com/graphql/graphql-js/pull/4335) Add cspell exception ([@&#8203;JoviDeCroock](https://github.com/JoviDeCroock)) - [#&#8203;4340](https://github.com/graphql/graphql-js/pull/4340) Improve flow of documentation around GraphiQL ([@&#8203;benjie](https://github.com/benjie)) - [#&#8203;4343](https://github.com/graphql/graphql-js/pull/4343) typofix: removes extra parenthesis from getting started code snippet ([@&#8203;rabahalishah](https://github.com/rabahalishah)) - [#&#8203;4351](https://github.com/graphql/graphql-js/pull/4351) fixed wrong variable name ([@&#8203;fto-dev](https://github.com/fto-dev)) - [#&#8203;4352](https://github.com/graphql/graphql-js/pull/4352) docs(getting-started): promises current links ([@&#8203;guspan-tanadi](https://github.com/guspan-tanadi)) - [#&#8203;4368](https://github.com/graphql/graphql-js/pull/4368) Update docs for execution options ([@&#8203;JoviDeCroock](https://github.com/JoviDeCroock)) - [#&#8203;4369](https://github.com/graphql/graphql-js/pull/4369) Correct some syntax ([@&#8203;JoviDeCroock](https://github.com/JoviDeCroock)) - [#&#8203;4372](https://github.com/graphql/graphql-js/pull/4372) Refactor every code-first example to leverage resolve ([@&#8203;JoviDeCroock](https://github.com/JoviDeCroock)) - [#&#8203;4373](https://github.com/graphql/graphql-js/pull/4373) docs: Update getting-started.mdx ([@&#8203;Shubhdeep12](https://github.com/Shubhdeep12)) </details> ##### Polish 💅 * [#&#8203;4312](https://github.com/graphql/graphql-js/pull/4312) Increase print/visit performance ([@&#8203;JoviDeCroock](https://github.com/JoviDeCroock)) ##### Internal 🏠 <details> <summary> 4 MRs were merged </summary> - [#&#8203;4327](https://github.com/graphql/graphql-js/pull/4327) Add redirect for /api ([@&#8203;JoviDeCroock](https://github.com/JoviDeCroock)) - [#&#8203;4377](https://github.com/graphql/graphql-js/pull/4377) Chore: bump setup-node ([@&#8203;JoviDeCroock](https://github.com/JoviDeCroock)) - [#&#8203;4378](https://github.com/graphql/graphql-js/pull/4378) Change to gqlConf 2025 ([@&#8203;JoviDeCroock](https://github.com/JoviDeCroock)) - [#&#8203;4379](https://github.com/graphql/graphql-js/pull/4379) Add missing parenthesis ([@&#8203;benjie](https://github.com/benjie)) </details> ##### Committers: 8 * Benjie([@&#8203;benjie](https://github.com/benjie)) * Cris Naranjo ([@&#8203;cristunaranjo](https://github.com/cristunaranjo)) * Dimitri POSTOLOV([@&#8203;dimaMachina](https://github.com/dimaMachina)) * Fatih Ozdemir([@&#8203;fto-dev](https://github.com/fto-dev)) * Guspan Tanadi([@&#8203;guspan-tanadi](https://github.com/guspan-tanadi)) * Jovi De Croock([@&#8203;JoviDeCroock](https://github.com/JoviDeCroock)) * Rabah Ali Shah([@&#8203;rabahalishah](https://github.com/rabahalishah)) * Shubhdeep Chhabra([@&#8203;Shubhdeep12](https://github.com/Shubhdeep12)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTguMiIsInVwZGF0ZWRJblZlciI6IjM5LjI1OC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-04-26 09:02:34 +00:00 (Migrated from gitlab.com)

mentioned in issue #49

mentioned in issue #49
argoyle (Migrated from gitlab.com) merged commit into main 2025-04-29 05:30:52 +00:00
Sign in to join this conversation.