keystonejs / keystone-5

https://v5.keystonejs.com
MIT License
64 stars 33 forks source link

Update dependency graphql to ^15.8.0 #326

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 ^15.5.0 -> ^15.8.0 age adoption passing confidence

Release Notes

graphql/graphql-js ### [`v15.8.0`](https://togithub.com/graphql/graphql-js/releases/v15.8.0) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v15.7.2...v15.8.0) ##### v15.8.0 (2021-12-07) ##### New Feature πŸš€ - [#​3410](https://togithub.com/graphql/graphql-js/pull/3410) Refine getNamedType() for Input and Output types ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Internal 🏠
2 PRs were merged - [#​3411](https://togithub.com/graphql/graphql-js/pull/3411) publish 15.x.x packages only under '15.x.x' tag ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​3412](https://togithub.com/graphql/graphql-js/pull/3412) cspell: do not show progress ([@​IvanGoncharov](https://togithub.com/IvanGoncharov))
##### Committers: 1 * Ivan Goncharov([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ### [`v15.7.2`](https://togithub.com/graphql/graphql-js/releases/v15.7.2) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v15.7.1...v15.7.2) ##### v15.7.2 (2021-10-28) ##### Bug Fix 🐞 - [#​3343](https://togithub.com/graphql/graphql-js/pull/3343) GraphQLError: Fixed `originalError.extensions` overriding `extensions` argument to constructor ([@​klippx](https://togithub.com/klippx)) ##### Committers: 1 - Mathias Klippinge([@​klippx](https://togithub.com/klippx)) ### [`v15.7.1`](https://togithub.com/graphql/graphql-js/releases/v15.7.1) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v15.7.0...v15.7.1) ##### v15.7.1 (2021-10-27) ##### Bug Fix 🐞 - [#​3341](https://togithub.com/graphql/graphql-js/pull/3341) GraphQLError: revert `originalError` to be nullable ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Committers: 1 - Ivan Goncharov([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ### [`v15.7.0`](https://togithub.com/graphql/graphql-js/releases/v15.7.0) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v15.6.1...v15.7.0) ##### v15.7.0 (2021-10-26) ##### New Feature πŸš€ - [#​3327](https://togithub.com/graphql/graphql-js/pull/3327) Change type of error extensions from anonymous Record to named interfaces ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​3333](https://togithub.com/graphql/graphql-js/pull/3333) GraphQLError: major refactoring to be more in line with v16 ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​3334](https://togithub.com/graphql/graphql-js/pull/3334) GraphQLError: keep extensions always present ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Bug Fix 🐞 - [#​3332](https://togithub.com/graphql/graphql-js/pull/3332) GraphQLError: fix empty `locations` if error got nodes without locations ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​3335](https://togithub.com/graphql/graphql-js/pull/3335) GraphQLError: restore order of enumerable fields ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Committers: 1 - Ivan Goncharov([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ### [`v15.6.1`](https://togithub.com/graphql/graphql-js/releases/v15.6.1) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v15.6.0...v15.6.1) #### v15.6.1 (2021-10-05) ##### Bug Fix 🐞 - [#​3275](https://togithub.com/graphql/graphql-js/pull/3275) type/introspection: add missing `__Directive.args(includeDeprecated:)` ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Committers: 1 - Ivan Goncharov([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ### [`v15.6.0`](https://togithub.com/graphql/graphql-js/releases/v15.6.0) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v15.5.3...v15.6.0) #### v15.6.0 (2021-09-20) ##### New Feature πŸš€ - [#​3267](https://togithub.com/graphql/graphql-js/pull/3267) Depreacate 'VisitorKeyMap' and backported 'ASTVisitorKeyMap' type ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Committers: 1 - Ivan Goncharov([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ### [`v15.5.3`](https://togithub.com/graphql/graphql-js/releases/v15.5.3) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v15.5.2...v15.5.3) #### v15.5.3 (2021-09-06) ##### Bug Fix 🐞 - [#​3254](https://togithub.com/graphql/graphql-js/pull/3254) Parser: fix function definition of parseArguments and parseArgument ([@​n1ru4l](https://togithub.com/n1ru4l)) - [#​3260](https://togithub.com/graphql/graphql-js/pull/3260) backport: Preserve `deprecationReason` on `GraphQLInputField`s ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Committers: 2 - Ivan Goncharov([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - Laurin Quast([@​n1ru4l](https://togithub.com/n1ru4l)) ### [`v15.5.2`](https://togithub.com/graphql/graphql-js/releases/v15.5.2) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v15.5.1...v15.5.2) #### v15.5.2 (2021-08-30) ##### Bug Fix 🐞 - [#​3251](https://togithub.com/graphql/graphql-js/pull/3251) backport parser typescript type-definitions for 15.x.x release ([@​n1ru4l](https://togithub.com/n1ru4l)) ##### Committers: 1 - Laurin Quast([@​n1ru4l](https://togithub.com/n1ru4l)) ### [`v15.5.1`](https://togithub.com/graphql/graphql-js/releases/v15.5.1) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v15.5.0...v15.5.1) #### v15.5.1 (2021-06-20) ##### Bug Fix 🐞 - [#​3186](https://togithub.com/graphql/graphql-js/pull/3186) Backport instanceOf Error Check Improvements ([@​tubbo](https://togithub.com/tubbo)) ##### Internal 🏠 - [#​3191](https://togithub.com/graphql/graphql-js/pull/3191) Remove deprecated rmdirSync usage from internal scripts ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Committers: 2 - Ivan Goncharov([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - Tom Scott([@​tubbo](https://togithub.com/tubbo))

Configuration

πŸ“… Schedule: "before 7am on Tuesday" in timezone Australia/Sydney.

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

β™» 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.

changeset-bot[bot] commented 2 years ago

⚠️ No Changeset found

Latest commit: 548fb0d89f2db45e4632b5aa25a448db360d2afb

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

renovate[bot] commented 2 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (^15.8.0). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.