hardyscc / nestjs-cqrs-starter

NestJS CQRS Microservices Starter Project
403 stars 57 forks source link

fix(deps): update dependency graphql to v16.4.0 #940

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

graphql/graphql-js ### [`v16.4.0`](https://togithub.com/graphql/graphql-js/releases/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: "before 6am" in timezone Asia/Hong_Kong.

🚦 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 WhiteSource Renovate. View repository job log here.