hygraph / reference-marketing-website

Next.js starter for creating a SaaS Marketing Website with Hygraph ⚡️
https://marketing-websites.withheadlesscms.com
MIT License
129 stars 52 forks source link

chore(deps): update dependency graphql to v16.8.1 #177

Open renovate[bot] opened 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
graphql 16.3.0 -> 16.8.1 age adoption passing confidence

Release Notes

graphql/graphql-js (graphql) ### [`v16.8.1`](https://togithub.com/graphql/graphql-js/releases/tag/v16.8.1) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v16.8.0...v16.8.1) ##### v16.8.1 (2023-09-19) ##### Bug Fix 🐞 - [#​3967](https://togithub.com/graphql/graphql-js/pull/3967) OverlappingFieldsCanBeMergedRule: Fix performance degradation ([@​AaronMoat](https://togithub.com/AaronMoat)) ##### Committers: 1 - Aaron Moat([@​AaronMoat](https://togithub.com/AaronMoat)) ### [`v16.8.0`](https://togithub.com/graphql/graphql-js/releases/tag/v16.8.0) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v16.7.1...v16.8.0) #### v16.8.0 (2023-08-14) ##### New Feature 🚀 - [#​3950](https://togithub.com/graphql/graphql-js/pull/3950) Support fourfold nested lists ([@​gschulze](https://togithub.com/gschulze)) ##### Committers: 1 - Gunnar Schulze([@​gschulze](https://togithub.com/gschulze)) ### [`v16.7.1`](https://togithub.com/graphql/graphql-js/releases/tag/v16.7.1) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v16.7.0...v16.7.1) #### v16.7.1 (2023-06-22) :loudspeaker: Big shout out to [@​phryneas](https://togithub.com/phryneas), who managed to reproduce this issue and come up with this fix. ##### Bug Fix 🐞 - [#​3923](https://togithub.com/graphql/graphql-js/pull/3923) instanceOf: workaround bundler issue with `process.env` ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Committers: 1 - Ivan Goncharov([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ### [`v16.7.0`](https://togithub.com/graphql/graphql-js/releases/tag/v16.7.0) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v16.6.0...v16.7.0) ##### v16.7.0 (2023-06-21) ##### New Feature 🚀 - [#​3887](https://togithub.com/graphql/graphql-js/pull/3887) check "globalThis.process" before accessing it ([@​kettanaito](https://togithub.com/kettanaito)) ##### Bug Fix 🐞 - [#​3707](https://togithub.com/graphql/graphql-js/pull/3707) Fix crash in node when mixing sync/async resolvers (backport of [#​3706](https://togithub.com/graphql/graphql-js/issues/3706)) ([@​chrskrchr](https://togithub.com/chrskrchr)) - [#​3838](https://togithub.com/graphql/graphql-js/pull/3838) Fix/invalid error propagation custom scalars (backport for 16.x.x) ([@​stenreijers](https://togithub.com/stenreijers)) ##### Committers: 3 - Artem Zakharchenko([@​kettanaito](https://togithub.com/kettanaito)) - Chris Karcher([@​chrskrchr](https://togithub.com/chrskrchr)) - Sten Reijers([@​stenreijers](https://togithub.com/stenreijers)) ### [`v16.6.0`](https://togithub.com/graphql/graphql-js/releases/tag/v16.6.0) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v16.5.0...v16.6.0) #### v16.6.0 (2022-08-16) ##### New Feature 🚀 - [#​3645](https://togithub.com/graphql/graphql-js/pull/3645) createSourceEventStream: introduce named arguments and deprecate positional arguments ([@​yaacovCR](https://togithub.com/yaacovCR)) - [#​3702](https://togithub.com/graphql/graphql-js/pull/3702) parser: limit maximum number of tokens ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Bug Fix 🐞 - [#​3686](https://togithub.com/graphql/graphql-js/pull/3686) Workaround for codesandbox having bug with TS enums ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​3701](https://togithub.com/graphql/graphql-js/pull/3701) Parser: allow 'options' to explicitly accept undefined ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Committers: 2 - Ivan Goncharov([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - Yaacov Rydzinski ([@​yaacovCR](https://togithub.com/yaacovCR)) ### [`v16.5.0`](https://togithub.com/graphql/graphql-js/releases/tag/v16.5.0) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v16.4.0...v16.5.0) #### v16.5.0 (2022-05-09) ##### New Feature 🚀 - [#​3565](https://togithub.com/graphql/graphql-js/pull/3565) Expose GraphQLErrorOptions type ([#​3554](https://togithub.com/graphql/graphql-js/issues/3554)) ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Committers: 1 - Ivan Goncharov([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ### [`v16.4.0`](https://togithub.com/graphql/graphql-js/releases/tag/v16.4.0) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v16.3.0...v16.4.0) #### v16.4.0 (2022-04-25) ##### New Feature 🚀 - [#​3465](https://togithub.com/graphql/graphql-js/pull/3465) refactor: use object for GraphQLError constructor ([@​n1ru4l](https://togithub.com/n1ru4l)) - [#​3487](https://togithub.com/graphql/graphql-js/pull/3487) feat: expose getArgumentValues ([@​saihaj](https://togithub.com/saihaj)) ##### Bug Fix 🐞 - [#​3514](https://togithub.com/graphql/graphql-js/pull/3514) GraphQLError: switch constructor overload order ([@​glasser](https://togithub.com/glasser)) ##### Docs 📝
2 PRs were merged - [#​3505](https://togithub.com/graphql/graphql-js/pull/3505) correct outdated documentation ([@​Ginhing](https://togithub.com/Ginhing)) - [#​3512](https://togithub.com/graphql/graphql-js/pull/3512) Update documentation on deprecated formatError(..) ([@​dwelch2344](https://togithub.com/dwelch2344))
##### Polish 💅
3 PRs were merged - [#​3522](https://togithub.com/graphql/graphql-js/pull/3522) tests(execution): add missing new lines ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​3524](https://togithub.com/graphql/graphql-js/pull/3524) tests(printSchema): test omitting schema of common names ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​3537](https://togithub.com/graphql/graphql-js/pull/3537) ESLint: disallow using node globals in src/tests ([@​IvanGoncharov](https://togithub.com/IvanGoncharov))
##### Internal 🏠
26 PRs were merged - [#​3468](https://togithub.com/graphql/graphql-js/pull/3468) ci: add stub action for canary releases on PRs ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​3470](https://togithub.com/graphql/graphql-js/pull/3470) ci: implement canary releases on PRs ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​3472](https://togithub.com/graphql/graphql-js/pull/3472) ci: remove NPM caching on canary release script ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​3473](https://togithub.com/graphql/graphql-js/pull/3473) ci: Pass 'GITHUB_TOKEN' to GitHub CLI ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​3475](https://togithub.com/graphql/graphql-js/pull/3475) ci: checkout repo in canary workflow ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​3477](https://togithub.com/graphql/graphql-js/pull/3477) ci: fix & cleanup script for modifying NPM package into canary ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​3479](https://togithub.com/graphql/graphql-js/pull/3479) ci: Add missing require to canary script ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​3481](https://togithub.com/graphql/graphql-js/pull/3481) ci: fix missing PR number in canary release workflow ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​3483](https://togithub.com/graphql/graphql-js/pull/3483) ci: fix missing PR number in canary release workflow ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​3484](https://togithub.com/graphql/graphql-js/pull/3484) ci: Moving GH Action template syntax to env variables ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​3486](https://togithub.com/graphql/graphql-js/pull/3486) ci: improve comment on canary releases ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​3488](https://togithub.com/graphql/graphql-js/pull/3488) ci: Extract branch publishing into separate workflow ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​3489](https://togithub.com/graphql/graphql-js/pull/3489) ci: use '.node-version' file to configure node version used for CI ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​3491](https://togithub.com/graphql/graphql-js/pull/3491) ci: use separate workflows for 'push' and 'pull_request' ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​3493](https://togithub.com/graphql/graphql-js/pull/3493) ci: remove unused 'workflow_id' input ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​3496](https://togithub.com/graphql/graphql-js/pull/3496) ci: fix deprecation of canary package ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​3497](https://togithub.com/graphql/graphql-js/pull/3497) ci: use environments to track deployments ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​3502](https://togithub.com/graphql/graphql-js/pull/3502) ci: fix deployments of npm & deno branches ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​3503](https://togithub.com/graphql/graphql-js/pull/3503) ci: Add '[@​github-actions](https://togithub.com/github-actions)' bot ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​3523](https://togithub.com/graphql/graphql-js/pull/3523) github-actions-bot: replace 'octokit/request-action' action ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​3525](https://togithub.com/graphql/graphql-js/pull/3525) github-actions-bot: Fix collapsing of unrelated comments ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​3530](https://togithub.com/graphql/graphql-js/pull/3530) integrationTests/node: fix crash on Mac with M1 by using docker ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​3534](https://togithub.com/graphql/graphql-js/pull/3534) github-actions-bot: fix publishing of canary releases ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​3536](https://togithub.com/graphql/graphql-js/pull/3536) github-actions-bot: fix usage of NPM_CANARY_PR_PUBLISH_TOKEN ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​3538](https://togithub.com/graphql/graphql-js/pull/3538) github-actions-bot: fix reply on commands ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​3543](https://togithub.com/graphql/graphql-js/pull/3543) pass valid value to codecov config ([@​is2ei](https://togithub.com/is2ei))
##### Dependency 📦
2 PRs were merged - [#​3485](https://togithub.com/graphql/graphql-js/pull/3485) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​3533](https://togithub.com/graphql/graphql-js/pull/3533) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov))
##### Committers: 7 * David Glasser([@​glasser](https://togithub.com/glasser)) * David Welch([@​dwelch2344](https://togithub.com/dwelch2344)) * Ginhing([@​Ginhing](https://togithub.com/Ginhing)) * Horie Issei([@​is2ei](https://togithub.com/is2ei)) * Ivan Goncharov([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) * Laurin Quast([@​n1ru4l](https://togithub.com/n1ru4l)) * Saihajpreet Singh([@​saihaj](https://togithub.com/saihaj))

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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



This PR has been generated by Mend Renovate. View repository job log here.

vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
reference-marketing-website ❌ Failed (Inspect) Sep 19, 2023 10:12am