hardyscc / nestjs-cqrs-starter

NestJS CQRS Microservices Starter Project
397 stars 55 forks source link

fix(deps): update apollo graphql packages to v3.6.3 #854

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
apollo-server-core 3.6.2 -> 3.6.3 age adoption passing confidence
apollo-server-express 3.6.2 -> 3.6.3 age adoption passing confidence

Release Notes

apollographql/apollo-server ### [`v3.6.3`](https://togithub.com/apollographql/apollo-server/blob/HEAD/CHANGELOG.md#v363) [Compare Source](https://togithub.com/apollographql/apollo-server/compare/022184a4d01d4452ebbcfeeef6e8ee1aae7a5db7...289acad0e3777bd0010506763c3fd6e4c0289813) - `apollo-server-core`: The inline trace plugin will now include the full query plan and subgraph traces if manually installed in an Apollo Gateway. (Previously, you technically could install this plugin in a Gateway but it would not have any real trace data.) This is recommended for development use only and not in production servers. [PR #​6017](https://togithub.com/apollographql/apollo-server/pull/6017) - `apollo-server-core`: The default landing page plugins now take an `includeCookies` option which allows you to specify that Explorer should send cookies to your server. [PR #​6014](https://togithub.com/apollographql/apollo-server/pull/6014) - `apollo-server-core`: Apollo Server has a heuristic added in v2.23.0 and improved in v3.1.0 which tries to detect execution errors that come from the `graphql-js` variable value validation phase and report them with an `extensions.code` of `BAD_USER_INPUT` rather than `INTERNAL_SERVER_ERROR`. In this release, the heuristic is improved to include some cases including variables that are non-null lists. [PR #​6066](https://togithub.com/apollographql/apollo-server/pull/6066)

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 these updates again.



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