aerogear / keycloak-connect-graphql

Add Keyloak Authentication and Authorization to your GraphQL server.
Apache License 2.0
155 stars 22 forks source link

chore(deps): update all (major) #91

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 4 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
graphql 14.6.0 -> 15.4.0 age adoption passing confidence
keycloak-connect (source) 11.0.1 -> 12.0.1 age adoption passing confidence
ts-node 8.10.2 -> 9.1.1 age adoption passing confidence
typescript (source) 3.9.3 -> 4.1.3 age adoption passing confidence

Release Notes

graphql/graphql-js ### [`v15.4.0`](https://togithub.com/graphql/graphql-js/releases/v15.4.0) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v15.3.0...v15.4.0) #### v15.4.0 (2020-10-26) ##### New Feature πŸš€ - [#​2731](https://togithub.com/graphql/graphql-js/pull/2731) execute/subscribe: simplify to improve debugging experience ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2733](https://togithub.com/graphql/graphql-js/pull/2733) Allow deprecating input fields and arguments ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2744](https://togithub.com/graphql/graphql-js/pull/2744) parser: Export `Parser` class as unstable API ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2749](https://togithub.com/graphql/graphql-js/pull/2749) Add 'TypedQueryDocumentNode' TS type ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2770](https://togithub.com/graphql/graphql-js/pull/2770) Adding experimental online parser ([@​hereisnaman](https://togithub.com/hereisnaman)) - [#​2797](https://togithub.com/graphql/graphql-js/pull/2797) Make print() break arguments over multiple lines ([@​draperunner](https://togithub.com/draperunner)) ##### Bug Fix 🐞 - [#​2696](https://togithub.com/graphql/graphql-js/pull/2696) GraphQLScalarType: default 'parseLiteral' should handle variables ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2706](https://togithub.com/graphql/graphql-js/pull/2706) buildASTSchema: should match order of default types and directives ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2784](https://togithub.com/graphql/graphql-js/pull/2784) Change `devAsserts` for checking `source` argument ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2786](https://togithub.com/graphql/graphql-js/pull/2786) fix: ensure variance of types matches how values are used ([@​ForbesLindesay](https://togithub.com/ForbesLindesay)) - [#​2788](https://togithub.com/graphql/graphql-js/pull/2788) Make specifiedByUrl in IntrospectionScalarType's flow type optional ([@​mjmahone](https://togithub.com/mjmahone)) - [#​2793](https://togithub.com/graphql/graphql-js/pull/2793) resolveType: add workaround for transformed schemas ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2795](https://togithub.com/graphql/graphql-js/pull/2795) subscribe: correct Flow definitions ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2804](https://togithub.com/graphql/graphql-js/pull/2804) Added check for specific symbols in polyfills/symbols ([@​dionisnote](https://togithub.com/dionisnote)) ##### Docs πŸ“
4 PRs were merged - [#​2693](https://togithub.com/graphql/graphql-js/pull/2693) docs: Changed how to import graphqlHTTP in graphql-express modules ([@​solidw](https://togithub.com/solidw)) - [#​2718](https://togithub.com/graphql/graphql-js/pull/2718) introspectionQuery -> getIntrospectionQuery ([@​dobesv](https://togithub.com/dobesv)) - [#​2747](https://togithub.com/graphql/graphql-js/pull/2747) Update CONTRIBUTING.md ([@​adithyaakrishna](https://togithub.com/adithyaakrishna)) - [#​2806](https://togithub.com/graphql/graphql-js/pull/2806) Update outdated documentation ([@​Tapped](https://togithub.com/Tapped))
##### Polish πŸ’…
40 PRs were merged - [#​2695](https://togithub.com/graphql/graphql-js/pull/2695) Merge all tests for standard scalars into one file ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2697](https://togithub.com/graphql/graphql-js/pull/2697) Cleanup valueFromAST & valueFromASTUntyped tests ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2698](https://togithub.com/graphql/graphql-js/pull/2698) list-test: Simplify utility function ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2700](https://togithub.com/graphql/graphql-js/pull/2700) Deprecate 'isDeprecated' ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2701](https://togithub.com/graphql/graphql-js/pull/2701) introspection: simpify 'includeDeprecated' logic ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2702](https://togithub.com/graphql/graphql-js/pull/2702) Improve readability of readToken function ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2703](https://togithub.com/graphql/graphql-js/pull/2703) lexer: inline positionAfterWhitespace function ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2704](https://togithub.com/graphql/graphql-js/pull/2704) readToken: improve readability by rearranging character groups ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2705](https://togithub.com/graphql/graphql-js/pull/2705) lexer: Fix formatting ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2707](https://togithub.com/graphql/graphql-js/pull/2707) introspection-test: convert schemas to SDL ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2708](https://togithub.com/graphql/graphql-js/pull/2708) introspection-test: simplify tests for description fields ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2709](https://togithub.com/graphql/graphql-js/pull/2709) introspection-test: improve testing of trivial resolvers ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2710](https://togithub.com/graphql/graphql-js/pull/2710) validation-test: Improve typings ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2720](https://togithub.com/graphql/graphql-js/pull/2720) NoDeprecatedCustomRule-test: simplify test cases ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2724](https://togithub.com/graphql/graphql-js/pull/2724) Remove Flow file annotations & add missing 3rd-party typings ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2729](https://togithub.com/graphql/graphql-js/pull/2729) execute: simplify check for promises inside collections ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2736](https://togithub.com/graphql/graphql-js/pull/2736) list-test: improve tests readability ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2737](https://togithub.com/graphql/graphql-js/pull/2737) list-test: improve test readability (part 2) ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2738](https://togithub.com/graphql/graphql-js/pull/2738) list-test: improve test readability (part 3) ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2745](https://togithub.com/graphql/graphql-js/pull/2745) blockString-test: add test for not escaping characters ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2748](https://togithub.com/graphql/graphql-js/pull/2748) getBlockStringIndentation: simplify implementation ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2755](https://togithub.com/graphql/graphql-js/pull/2755) lists-test: remove unneeded async ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2756](https://togithub.com/graphql/graphql-js/pull/2756) lists-test: simplify generator test ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2759](https://togithub.com/graphql/graphql-js/pull/2759) parser: improve formatting of the comments ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2760](https://togithub.com/graphql/graphql-js/pull/2760) parser: generalize parsing of lists with delimiters ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2761](https://togithub.com/graphql/graphql-js/pull/2761) Switch all code to create GraphQLList/GraphQLNonNull instances with new ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2762](https://togithub.com/graphql/graphql-js/pull/2762) Enable 'new-cap' ESLint rule ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2765](https://togithub.com/graphql/graphql-js/pull/2765) Flow: add more typings for function arguments and return values ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2766](https://togithub.com/graphql/graphql-js/pull/2766) printer: simplify a few utility functions ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2774](https://togithub.com/graphql/graphql-js/pull/2774) isCollection: add test that generator function is not iterable ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2775](https://togithub.com/graphql/graphql-js/pull/2775) Move 'isAsyncIterable' into 'jsutils' ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2776](https://togithub.com/graphql/graphql-js/pull/2776) Flow: add hack to support 'Symbol.asyncIterator' ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2777](https://togithub.com/graphql/graphql-js/pull/2777) Remove polyfill for 'flatMap' ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2778](https://togithub.com/graphql/graphql-js/pull/2778) Add 'resolveOnNextTick' to use in tests ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2780](https://togithub.com/graphql/graphql-js/pull/2780) buildASTSchema-test: expend SDL descriptions test ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2781](https://togithub.com/graphql/graphql-js/pull/2781) buildASTSchema-test: expend SDL descriptions test ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2790](https://togithub.com/graphql/graphql-js/pull/2790) abstract-test: unify sync and async tests ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2791](https://togithub.com/graphql/graphql-js/pull/2791) Move `__typename` type resolution tests into appropriate file ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2796](https://togithub.com/graphql/graphql-js/pull/2796) subscribe-test: remove dependency on Node's EventEmitter ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2816](https://togithub.com/graphql/graphql-js/pull/2816) Convert fixtures to be JS files ([@​IvanGoncharov](https://togithub.com/IvanGoncharov))
##### Internal 🏠
13 PRs were merged - [#​2689](https://togithub.com/graphql/graphql-js/pull/2689) Update ignore files to ignore only top-level files ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2690](https://togithub.com/graphql/graphql-js/pull/2690) Isolate integration tests from repository ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2742](https://togithub.com/graphql/graphql-js/pull/2742) integrationTests: add tests for supported Node versions ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2743](https://togithub.com/graphql/graphql-js/pull/2743) integrationTests: add tests for supported Node versions ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2752](https://togithub.com/graphql/graphql-js/pull/2752) integrationTests: add TS 4.0 ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2753](https://togithub.com/graphql/graphql-js/pull/2753) integrationTests: minimise test logs ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2773](https://togithub.com/graphql/graphql-js/pull/2773) npm: CJS files now require other files using using explicit extensions ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2783](https://togithub.com/graphql/graphql-js/pull/2783) LICENSE: Remove year from copyright ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2799](https://togithub.com/graphql/graphql-js/pull/2799) benchmark: switch to spawn intead of fork ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2802](https://togithub.com/graphql/graphql-js/pull/2802) integrationTests: remove shell command for copying files ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2813](https://togithub.com/graphql/graphql-js/pull/2813) benchmark: extract benchmarks into separate folder and run them on NPM package ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2818](https://togithub.com/graphql/graphql-js/pull/2818) Cleanup '**fixtures**' leftovers ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2819](https://togithub.com/graphql/graphql-js/pull/2819) integrationTests: add Flow test ([@​IvanGoncharov](https://togithub.com/IvanGoncharov))
##### Dependency πŸ“¦
17 PRs were merged - [#​2691](https://togithub.com/graphql/graphql-js/pull/2691) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2699](https://togithub.com/graphql/graphql-js/pull/2699) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2713](https://togithub.com/graphql/graphql-js/pull/2713) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2723](https://togithub.com/graphql/graphql-js/pull/2723) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2739](https://togithub.com/graphql/graphql-js/pull/2739) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2751](https://togithub.com/graphql/graphql-js/pull/2751) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2754](https://togithub.com/graphql/graphql-js/pull/2754) Update Flow ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2767](https://togithub.com/graphql/graphql-js/pull/2767) Update prettier ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2771](https://togithub.com/graphql/graphql-js/pull/2771) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2782](https://togithub.com/graphql/graphql-js/pull/2782) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2785](https://togithub.com/graphql/graphql-js/pull/2785) Update Flow ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2789](https://togithub.com/graphql/graphql-js/pull/2789) Update Flow ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2794](https://togithub.com/graphql/graphql-js/pull/2794) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2810](https://togithub.com/graphql/graphql-js/pull/2810) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2815](https://togithub.com/graphql/graphql-js/pull/2815) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2825](https://togithub.com/graphql/graphql-js/pull/2825) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2827](https://togithub.com/graphql/graphql-js/pull/2827) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov))
##### Committers: 10 - Adithya Krishna([@​adithyaakrishna](https://togithub.com/adithyaakrishna)) - null([@​dionisnote](https://togithub.com/dionisnote)) - Dobes Vandermeer([@​dobesv](https://togithub.com/dobesv)) - Emil SandstΓΈ([@​Tapped](https://togithub.com/Tapped)) - Forbes Lindesay([@​ForbesLindesay](https://togithub.com/ForbesLindesay)) - Ivan Goncharov([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - Mats Byrkjeland([@​draperunner](https://togithub.com/draperunner)) - Matt Mahoney([@​mjmahone](https://togithub.com/mjmahone)) - Naman Kumar([@​hereisnaman](https://togithub.com/hereisnaman)) - Taewan Go([@​solidw](https://togithub.com/solidw)) ### [`v15.3.0`](https://togithub.com/graphql/graphql-js/releases/v15.3.0) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v15.2.0...v15.3.0) #### v15.3.0 (2020-07-05) ##### New Feature πŸš€ - [#​2688](https://togithub.com/graphql/graphql-js/pull/2688) Added new 'FormattedExecutionResult' type ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Docs πŸ“
3 PRs were merged - [#​2680](https://togithub.com/graphql/graphql-js/pull/2680) Docs: some language cleanup in readme and API reference ([@​rmcteggart-r7](https://togithub.com/rmcteggart-r7)) - [#​2681](https://togithub.com/graphql/graphql-js/pull/2681) Sync JSDoc comments with docs changes ([@​danielrearden](https://togithub.com/danielrearden)) - [#​2687](https://togithub.com/graphql/graphql-js/pull/2687) Make documentation for 'getFieldDef' more accurate ([@​Cito](https://togithub.com/Cito))
##### Polish πŸ’…
2 PRs were merged - [#​2679](https://togithub.com/graphql/graphql-js/pull/2679) mapAsyncIterator-test: replace 'invariant' with expect chains ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2686](https://togithub.com/graphql/graphql-js/pull/2686) ESLint: remove 'ts-lint' commits ([@​IvanGoncharov](https://togithub.com/IvanGoncharov))
##### Internal 🏠 - [#​2685](https://togithub.com/graphql/graphql-js/pull/2685) workflows: check commit for ignored files ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Dependency πŸ“¦
2 PRs were merged - [#​2678](https://togithub.com/graphql/graphql-js/pull/2678) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2683](https://togithub.com/graphql/graphql-js/pull/2683) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov))
##### Committers: 4 - Christoph Zwerschke([@​Cito](https://togithub.com/Cito)) - Daniel Rearden([@​danielrearden](https://togithub.com/danielrearden)) - Ivan Goncharov([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [@​rmcteggart-r7](https://togithub.com/rmcteggart-r7) ### [`v15.2.0`](https://togithub.com/graphql/graphql-js/releases/v15.2.0) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v15.1.0...v15.2.0) #### v15.2.0 (2020-06-29) ##### New Feature πŸš€ - [#​2465](https://togithub.com/graphql/graphql-js/pull/2465) Change type of extensions from anonymous Record to named interfaces ([@​benjie](https://togithub.com/benjie)) - [#​2600](https://togithub.com/graphql/graphql-js/pull/2600) Add NoSchemaIntrospectionCustomRule ([@​danielrearden](https://togithub.com/danielrearden)) - [#​2605](https://togithub.com/graphql/graphql-js/pull/2605) Add NoDeprecatedCustomRule and deprecate findDeprecatedUsages ([@​danielrearden](https://togithub.com/danielrearden)) - [#​2644](https://togithub.com/graphql/graphql-js/pull/2644) ExecutionResult: add 'extensions' field ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2669](https://togithub.com/graphql/graphql-js/pull/2669) Add parentType to path to avoid path ambiguity ([@​benjie](https://togithub.com/benjie)) - [#​2671](https://togithub.com/graphql/graphql-js/pull/2671) Added 'executeSync': promise free version of `execute`. ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Bug Fix 🐞 - [#​2608](https://togithub.com/graphql/graphql-js/pull/2608) buildSchema: allow to reference introspection types ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Docs πŸ“ - [#​2677](https://togithub.com/graphql/graphql-js/pull/2677) README: use local references ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Polish πŸ’…
4 PRs were merged - [#​2655](https://togithub.com/graphql/graphql-js/pull/2655) tests: Improve type coverage ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2660](https://togithub.com/graphql/graphql-js/pull/2660) union-interface-test: Improve typings ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2668](https://togithub.com/graphql/graphql-js/pull/2668) Switch to alternative format for type imports ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2674](https://togithub.com/graphql/graphql-js/pull/2674) Switch unused imports to type imports ([@​IvanGoncharov](https://togithub.com/IvanGoncharov))
##### Internal 🏠
20 PRs were merged - [#​2630](https://togithub.com/graphql/graphql-js/pull/2630) Remove unintended 'console.log' ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2636](https://togithub.com/graphql/graphql-js/pull/2636) CI: add initial support of Deno build ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2637](https://togithub.com/graphql/graphql-js/pull/2637) CI: fix publishing of `npm` and `deno` branches ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2638](https://togithub.com/graphql/graphql-js/pull/2638) CI: fix execution of gitpublish script ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2639](https://togithub.com/graphql/graphql-js/pull/2639) CI: various fixes in 'gitpublish.sh' ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2640](https://togithub.com/graphql/graphql-js/pull/2640) CI: use bash to run 'gitpublish.sh' ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2641](https://togithub.com/graphql/graphql-js/pull/2641) ci: use '.js' extension for deno build ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2642](https://togithub.com/graphql/graphql-js/pull/2642) instanceOf: support Deno ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2647](https://togithub.com/graphql/graphql-js/pull/2647) Integration tests for TS ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2650](https://togithub.com/graphql/graphql-js/pull/2650) Remove dtslint check ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2651](https://togithub.com/graphql/graphql-js/pull/2651) Cleanup TS integration test ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2652](https://togithub.com/graphql/graphql-js/pull/2652) integrationTests: suppress warnings from 'npm install' ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2653](https://togithub.com/graphql/graphql-js/pull/2653) Revert "instanceOf: support Deno ([#​2642](https://togithub.com/graphql/graphql-js/issues/2642))" ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2654](https://togithub.com/graphql/graphql-js/pull/2654) Move prettier down in the order of tests ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2656](https://togithub.com/graphql/graphql-js/pull/2656) Simplify ESLint config ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2658](https://togithub.com/graphql/graphql-js/pull/2658) Update Flow ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2662](https://togithub.com/graphql/graphql-js/pull/2662) Simplify prettier config ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2665](https://togithub.com/graphql/graphql-js/pull/2665) Run cspell on entire project ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2667](https://togithub.com/graphql/graphql-js/pull/2667) Run ESLint on the entire repo ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2672](https://togithub.com/graphql/graphql-js/pull/2672) Remove swap file accidentally committed in [#​2560](https://togithub.com/graphql/graphql-js/issues/2560) ([@​IvanGoncharov](https://togithub.com/IvanGoncharov))
##### Dependency πŸ“¦
2 PRs were merged - [#​2627](https://togithub.com/graphql/graphql-js/pull/2627) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2659](https://togithub.com/graphql/graphql-js/pull/2659) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov))
##### Committers: 3 - Benjie Gillam([@​benjie](https://togithub.com/benjie)) - Daniel Rearden([@​danielrearden](https://togithub.com/danielrearden)) - Ivan Goncharov([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ### [`v15.1.0`](https://togithub.com/graphql/graphql-js/releases/v15.1.0) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v15.0.0...v15.1.0) #### v15.1.0 (2020-06-07) ##### New Feature πŸš€ - [#​2276](https://togithub.com/graphql/graphql-js/pull/2276) Add `@specifiedBy` directive ([@​m14t](https://togithub.com/m14t)) - [#​2626](https://togithub.com/graphql/graphql-js/pull/2626) TS: add TData template argument to ExecutionResult type ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Bug Fix 🐞 - [#​2513](https://togithub.com/graphql/graphql-js/pull/2513) Fix [#​2504](https://togithub.com/graphql/graphql-js/issues/2504) access field astNode's type by optional chaining ([@​josephktcheung](https://togithub.com/josephktcheung)) - [#​2547](https://togithub.com/graphql/graphql-js/pull/2547) ts: add missing `schemaDescription` option of `getIntrospectionQuery` ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2560](https://togithub.com/graphql/graphql-js/pull/2560) BlockString: print multi line for trailing backslash ([@​hereisnaman](https://togithub.com/hereisnaman)) - [#​2563](https://togithub.com/graphql/graphql-js/pull/2563) TS: Fix incorrect enum typing in findBreakingChanges ([@​mwinstanley](https://togithub.com/mwinstanley)) - [#​2571](https://togithub.com/graphql/graphql-js/pull/2571) Add missing exports for the new specifiedBy directive ([@​Cito](https://togithub.com/Cito)) - [#​2594](https://togithub.com/graphql/graphql-js/pull/2594) Exported `Token` and `Location` as ES6 classes ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2622](https://togithub.com/graphql/graphql-js/pull/2622) getOperationAST: make `operationName` optional ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2623](https://togithub.com/graphql/graphql-js/pull/2623) TS: sync TS typings with Flow typings ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2625](https://togithub.com/graphql/graphql-js/pull/2625) TS: made `GraphQLError` constructor's second argument optional ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Polish πŸ’…
19 PRs were merged - [#​2527](https://togithub.com/graphql/graphql-js/pull/2527) Enable '[@​typescript-eslint/method-signature-style](https://togithub.com/typescript-eslint/method-signature-style)' lint rule ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2528](https://togithub.com/graphql/graphql-js/pull/2528) Enable '[@​typescript-eslint/no-invalid-void-type](https://togithub.com/typescript-eslint/no-invalid-void-type)' lint rule ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2534](https://togithub.com/graphql/graphql-js/pull/2534) Simplify 'getOperationTypeNode' function ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2535](https://togithub.com/graphql/graphql-js/pull/2535) Make 'toJSON' definition explicit ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2537](https://togithub.com/graphql/graphql-js/pull/2537) extendSchema-test: improve test coverage ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2540](https://togithub.com/graphql/graphql-js/pull/2540) Switch to SDL for validation tests ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2543](https://togithub.com/graphql/graphql-js/pull/2543) printSchema-test: cleanup and simplify ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2574](https://togithub.com/graphql/graphql-js/pull/2574) blockString-test: add fuzzing test for 'printBlockString' ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2575](https://togithub.com/graphql/graphql-js/pull/2575) Move fuzzing tests into separate files ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2576](https://togithub.com/graphql/graphql-js/pull/2576) ESLint: Enable 'dot-notation' rule ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2583](https://togithub.com/graphql/graphql-js/pull/2583) ts: enable more tslint checks ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2584](https://togithub.com/graphql/graphql-js/pull/2584) ts: use `typeof` instead of private types ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2585](https://togithub.com/graphql/graphql-js/pull/2585) ts: switch more types to interfaces ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2586](https://togithub.com/graphql/graphql-js/pull/2586) ts: used named export for 'Maybe' type ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2587](https://togithub.com/graphql/graphql-js/pull/2587) ts: cleanup definition files ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2607](https://togithub.com/graphql/graphql-js/pull/2607) buildASTSchema: pass empty schema as literal ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2617](https://togithub.com/graphql/graphql-js/pull/2617) schema-parser-test: Fix order of properties in expect chain ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2619](https://togithub.com/graphql/graphql-js/pull/2619) Improve formatting of 'istanbul ignore' comments ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2621](https://togithub.com/graphql/graphql-js/pull/2621) Moved `Maybe` to `jsutils` folder and remove `tsutils` ([@​IvanGoncharov](https://togithub.com/IvanGoncharov))
##### Internal 🏠
28 PRs were merged - [#​2529](https://togithub.com/graphql/graphql-js/pull/2529) Add node v14 to the test matrix ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2530](https://togithub.com/graphql/graphql-js/pull/2530) Don't deploy on forks ([@​MichaelDeBoey](https://togithub.com/MichaelDeBoey)) - [#​2531](https://togithub.com/graphql/graphql-js/pull/2531) Remove single quotes from Node.js versions ([@​MichaelDeBoey](https://togithub.com/MichaelDeBoey)) - [#​2538](https://togithub.com/graphql/graphql-js/pull/2538) [cspell] migrate custom words to upstream dictionaries ([@​hereisnaman](https://togithub.com/hereisnaman)) - [#​2545](https://togithub.com/graphql/graphql-js/pull/2545) ESLint: replace deprecated rules with `eslint-plugin-node` ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2548](https://togithub.com/graphql/graphql-js/pull/2548) cspell: correctly check 'resources' folder ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2550](https://togithub.com/graphql/graphql-js/pull/2550) resources: cleanup scripts ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2551](https://togithub.com/graphql/graphql-js/pull/2551) package.json: change how 'eslint-plugin-graphql-internal' installed ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2552](https://togithub.com/graphql/graphql-js/pull/2552) Switch to 'package-lock.json' ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2553](https://togithub.com/graphql/graphql-js/pull/2553) Switch to GitHub Actions ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2556](https://togithub.com/graphql/graphql-js/pull/2556) flowconfig: remove iterall from ignored ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2557](https://togithub.com/graphql/graphql-js/pull/2557) Fix deployment to 'npm' branch ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2558](https://togithub.com/graphql/graphql-js/pull/2558) Create base temp dir for benchmarks if not existing ([@​Cito](https://togithub.com/Cito)) - [#​2564](https://togithub.com/graphql/graphql-js/pull/2564) package.json: use only exact versions ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2565](https://togithub.com/graphql/graphql-js/pull/2565) Enable linting for istanbul ignore comments ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2572](https://togithub.com/graphql/graphql-js/pull/2572) Move `dedent` into new `__testUtils__` folder ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2573](https://togithub.com/graphql/graphql-js/pull/2573) ESLint: Forbid usage of test utils inside production code ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2578](https://togithub.com/graphql/graphql-js/pull/2578) CI: Fix copy-paster errors in 'fuzz' flow ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2580](https://togithub.com/graphql/graphql-js/pull/2580) resources: correctly report errors in top level premisses ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2581](https://togithub.com/graphql/graphql-js/pull/2581) ci: add benchmark job ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2592](https://togithub.com/graphql/graphql-js/pull/2592) gitignore: remove unused entry ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2593](https://togithub.com/graphql/graphql-js/pull/2593) package.json: remove yarn from engines ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2596](https://togithub.com/graphql/graphql-js/pull/2596) ci: update 'cache' action ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2611](https://togithub.com/graphql/graphql-js/pull/2611) Rename `eslint-graphql-internal` to `eslint-internal-rules` ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2612](https://togithub.com/graphql/graphql-js/pull/2612) ESLint: fix updated paths inside comment ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2613](https://togithub.com/graphql/graphql-js/pull/2613) ci: remove Node v13 after it's end of life ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2620](https://togithub.com/graphql/graphql-js/pull/2620) inline-invariant: stop inserting `// istanbul ignore next` comments ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2624](https://togithub.com/graphql/graphql-js/pull/2624) ci: fail CI if coverage is not 100% but still upload to codecov ([@​IvanGoncharov](https://togithub.com/IvanGoncharov))
##### Dependency πŸ“¦
11 PRs were merged - [#​2526](https://togithub.com/graphql/graphql-js/pull/2526) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2536](https://togithub.com/graphql/graphql-js/pull/2536) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2544](https://togithub.com/graphql/graphql-js/pull/2544) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2549](https://togithub.com/graphql/graphql-js/pull/2549) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2555](https://togithub.com/graphql/graphql-js/pull/2555) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2561](https://togithub.com/graphql/graphql-js/pull/2561) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2579](https://togithub.com/graphql/graphql-js/pull/2579) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2590](https://togithub.com/graphql/graphql-js/pull/2590) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2595](https://togithub.com/graphql/graphql-js/pull/2595) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2602](https://togithub.com/graphql/graphql-js/pull/2602) Update dtslint ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2603](https://togithub.com/graphql/graphql-js/pull/2603) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov))
##### Committers: 7 - Christoph Zwerschke([@​Cito](https://togithub.com/Cito)) - Ivan Goncharov([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - Joseph Cheung([@​josephktcheung](https://togithub.com/josephktcheung)) - Matt Farmer([@​m14t](https://togithub.com/m14t)) - Melissa Winstanley([@​mwinstanley](https://togithub.com/mwinstanley)) - MichaΓ«l De Boey([@​MichaelDeBoey](https://togithub.com/MichaelDeBoey)) - Naman Kumar([@​hereisnaman](https://togithub.com/hereisnaman)) ### [`v15.0.0`](https://togithub.com/graphql/graphql-js/releases/v15.0.0) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v14.7.0...v15.0.0) ##### v15.0.0 (2020-04-02) ##### Breaking Change πŸ’₯ - [#​1827](https://togithub.com/graphql/graphql-js/pull/1827) Update built-in scalar's parseLiteral method to throw TypeError ([@​danielrearden](https://togithub.com/danielrearden)) - [#​2084](https://togithub.com/graphql/graphql-js/pull/2084) RFC: Allow interfaces to implement other interfaces ([@​mike-marcacci](https://togithub.com/mike-marcacci)) - [#​2117](https://togithub.com/graphql/graphql-js/pull/2117) Removes non-standard properties from field objects ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2121](https://togithub.com/graphql/graphql-js/pull/2121) Drop Support for Node 6 ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2124](https://togithub.com/graphql/graphql-js/pull/2124) Remove deprecated 'introspectionQuery' constant ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2126](https://togithub.com/graphql/graphql-js/pull/2126) Remove deprecated 'isValidJSValue' function ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2127](https://togithub.com/graphql/graphql-js/pull/2127) Remove deprecated 'isValidLiteralValue' function ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2128](https://togithub.com/graphql/graphql-js/pull/2128) Remove deprecated 'coerceValue' function ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2129](https://togithub.com/graphql/graphql-js/pull/2129) Remove deprecated 'allowedLegacyNames' property of 'GraphQLSchema' ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2130](https://togithub.com/graphql/graphql-js/pull/2130) ValidationContext: Remove deprecated 'getErrors' and make 'onError' r… ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2132](https://togithub.com/graphql/graphql-js/pull/2132) GraphQLArgument: make 'description' undefined by default ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2148](https://togithub.com/graphql/graphql-js/pull/2148) GraphQLEnumType: Drop support for 'undefined' custom value ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2149](https://togithub.com/graphql/graphql-js/pull/2149) Errors if empty string is provided as operationName ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2164](https://togithub.com/graphql/graphql-js/pull/2164) RFC: Number lexer lookahead restriction ([@​leebyron](https://togithub.com/leebyron)) - [#​2184](https://togithub.com/graphql/graphql-js/pull/2184) toConfig: allows 'extensionASTNodes' to be undefined ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2196](https://togithub.com/graphql/graphql-js/pull/2196) Change 'isSpecified\*' & 'isIntrospectionType' accept only correct types ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2209](https://togithub.com/graphql/graphql-js/pull/2209) Lexer: remove passthrough options ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2210](https://togithub.com/graphql/graphql-js/pull/2210) Switch Lexer to be a proper class, remove 'createLexer' ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2223](https://togithub.com/graphql/graphql-js/pull/2223) printSchema: don't break description lines ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2233](https://togithub.com/graphql/graphql-js/pull/2233) parser: convert Location to be an ES6 class ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2234](https://togithub.com/graphql/graphql-js/pull/2234) lexer: convert Token to be an ES6 class ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2248](https://togithub.com/graphql/graphql-js/pull/2248) buildSchema/extendSchema: add support for extensions ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2274](https://togithub.com/graphql/graphql-js/pull/2274) Resolve import cycle by moving 'visitWithTypeInfo' into 'TypeInfo.js' ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2284](https://togithub.com/graphql/graphql-js/pull/2284) Replace all instances of Flow existential type ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2290](https://togithub.com/graphql/graphql-js/pull/2290) Drop Support for Node 8 ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2328](https://togithub.com/graphql/graphql-js/pull/2328) Removes default values for required fields in GraphQL\*Config types ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2334](https://togithub.com/graphql/graphql-js/pull/2334) enum: 'parseLiteral/parseValue/serialize' now throw on invalid values ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2339](https://togithub.com/graphql/graphql-js/pull/2339) introspection: expose fields/values with empty deprecationReason ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2402](https://togithub.com/graphql/graphql-js/pull/2402) Add 'Rule' suffix to all validation rules ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2411](https://togithub.com/graphql/graphql-js/pull/2411) schemaPrinter: preserve order of types ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2424](https://togithub.com/graphql/graphql-js/pull/2424) isValidNameError: Remove node argument ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2438](https://togithub.com/graphql/graphql-js/pull/2438) NaN values should be checked inside scalar's `serialize` method ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2488](https://togithub.com/graphql/graphql-js/pull/2488) TS(definition): remove TS-specific TArgs ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2490](https://togithub.com/graphql/graphql-js/pull/2490) TS: remove TS-specific TData from ExecutionResult ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### New Feature πŸš€ - [#​2229](https://togithub.com/graphql/graphql-js/pull/2229) Convert AST nodes types to be exact objects ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2364](https://togithub.com/graphql/graphql-js/pull/2364) Remove 'iterall' as dependency. 'graphql' becomes zero dependency lib πŸŽ‰ ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2379](https://togithub.com/graphql/graphql-js/pull/2379) build: mjs files import other files using full paths with extensions ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2382](https://togithub.com/graphql/graphql-js/pull/2382) Change serialization for Int, Float and Boolean to work with objects ([@​alex-knyazev](https://togithub.com/alex-knyazev)) - [#​2394](https://togithub.com/graphql/graphql-js/pull/2394) suggestionList: lexicographically sort options with the same lexical distance ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2395](https://togithub.com/graphql/graphql-js/pull/2395) FieldsOnCorrectType: implement stable sort order for suggested types ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2399](https://togithub.com/graphql/graphql-js/pull/2399) validation: Add missing rule exports ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2408](https://togithub.com/graphql/graphql-js/pull/2408) schema: Always validate basic config structure ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2410](https://togithub.com/graphql/graphql-js/pull/2410) Schema: keep order of user provided types ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2413](https://togithub.com/graphql/graphql-js/pull/2413) validation: Export rules missing in <14.6.0 using legacy names ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2415](https://togithub.com/graphql/graphql-js/pull/2415) findBreakingChanges: add check for removing repeatable from directive ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2416](https://togithub.com/graphql/graphql-js/pull/2416) introspection: Add support for repeatable directives ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2419](https://togithub.com/graphql/graphql-js/pull/2419) Add support for adding description to schema ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2430](https://togithub.com/graphql/graphql-js/pull/2430) Change 'toConfig' to always return 'extensionASTNodes' as array ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Bug Fix 🐞 - [#​2160](https://togithub.com/graphql/graphql-js/pull/2160) Validation: unify error messages ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2161](https://togithub.com/graphql/graphql-js/pull/2161) Unify rest of error messages ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2167](https://togithub.com/graphql/graphql-js/pull/2167) Allow empty string as valid 'deprecationReason' ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2175](https://togithub.com/graphql/graphql-js/pull/2175) parser: Convert error messages to match common standard of this lib ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2176](https://togithub.com/graphql/graphql-js/pull/2176) parser: Show empty strings in error messages ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2177](https://togithub.com/graphql/graphql-js/pull/2177) printSchema: support empty descriptions ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2178](https://togithub.com/graphql/graphql-js/pull/2178) Fix bunch of edge cases with empty strings ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2187](https://togithub.com/graphql/graphql-js/pull/2187) Scalars: convert errors from 'TypeError' to 'GraphQLError' ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2192](https://togithub.com/graphql/graphql-js/pull/2192) Fixes variable values of non-null type with default value ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2202](https://togithub.com/graphql/graphql-js/pull/2202) tstypes: Synchronise TS typings for `GraphQL*` types ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2204](https://togithub.com/graphql/graphql-js/pull/2204) findBreakingChanges: better message for removing standard scalar ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2224](https://togithub.com/graphql/graphql-js/pull/2224) Fix typescript definition for getVariableValues ([@​ivome](https://togithub.com/ivome)) - [#​2231](https://togithub.com/graphql/graphql-js/pull/2231) Convert more types to be exact objects ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2232](https://togithub.com/graphql/graphql-js/pull/2232) execute: Convert ExecutionResult to be an exact object ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2261](https://togithub.com/graphql/graphql-js/pull/2261) TS: `introspectionTypes` should be array of `GraphQLNamedType` ([@​pcarrier](https://togithub.com/pcarrier)) - [#​2269](https://togithub.com/graphql/graphql-js/pull/2269) Flow: switch more types to be exact ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2286](https://togithub.com/graphql/graphql-js/pull/2286) Remove duplicate colon in coercion error message ([@​Cito](https://togithub.com/Cito)) - [#​2306](https://togithub.com/graphql/graphql-js/pull/2306) Remove unmatched opening parenthesis in description ([@​Cito](https://togithub.com/Cito)) - [#​2307](https://togithub.com/graphql/graphql-js/pull/2307) Add dots at the end of error messages ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2337](https://togithub.com/graphql/graphql-js/pull/2337) Flow: add missing typings on exports ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2348](https://togithub.com/graphql/graphql-js/pull/2348) valueFromAST: fixed coercing of null variables on non-nullable type ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2401](https://togithub.com/graphql/graphql-js/pull/2401) Add missing export for 'ExecutableDefinitionsRule' ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2407](https://togithub.com/graphql/graphql-js/pull/2407) Fixing double 'Rule' suffix that was accidentally introduced in [#​2402](https://togithub.com/graphql/graphql-js/issues/2402) ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2437](https://togithub.com/graphql/graphql-js/pull/2437) astFromValue: reject non-finite numbers ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2446](https://togithub.com/graphql/graphql-js/pull/2446) UniqueDirectivesPerLocation: check for directive uniqueness in extensions ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2457](https://togithub.com/graphql/graphql-js/pull/2457) TS: add missing export on 'BuildSchemaOptions' type ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2460](https://togithub.com/graphql/graphql-js/pull/2460) getNullableType: fix TS signature ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2469](https://togithub.com/graphql/graphql-js/pull/2469) isDeprecated: make required on GraphQLField/GraphQLEnumValue ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2474](https://togithub.com/graphql/graphql-js/pull/2474) TS: fix typing for GraphQLField::deprecationReason ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2475](https://togithub.com/graphql/graphql-js/pull/2475) schema: fix error message when provided type has no name ([@​Cito](https://togithub.com/Cito)) ##### Docs πŸ“
7 PRs were merged - [#​2182](https://togithub.com/graphql/graphql-js/pull/2182) Improve documentation for astFromValue ([@​wtrocki](https://togithub.com/wtrocki)) - [#​2239](https://togithub.com/graphql/graphql-js/pull/2239) chore: Spelling ([@​icirellik](https://togithub.com/icirellik)) - [#​2249](https://togithub.com/graphql/graphql-js/pull/2249) minor grammar fix ([@​Ardeshir81](https://togithub.com/Ardeshir81)) - [#​2252](https://togithub.com/graphql/graphql-js/pull/2252) docs: follow express' best practice ([@​Ardeshir81](https://togithub.com/Ardeshir81)) - [#​2256](https://togithub.com/graphql/graphql-js/pull/2256) docs: correctly tag code samples ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2435](https://togithub.com/graphql/graphql-js/pull/2435) docs: Add note about 'NODE_ENV=production' ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2463](https://togithub.com/graphql/graphql-js/pull/2463) Docs: fix spelling error in src/README.md ([@​Adn0s](https://togithub.com/Adn0s))
##### Polish πŸ’…
98 PRs were merged - [#​2125](https://togithub.com/graphql/graphql-js/pull/2125) Move 'introspectionQuery.js' to 'getIntrospectionQuery.js' ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2147](https://togithub.com/graphql/graphql-js/pull/2147) Use consistent naming for config arguments ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2158](https://togithub.com/graphql/graphql-js/pull/2158) validation: Simplify 'ValuesOfCorrectType' rule ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2159](https://togithub.com/graphql/graphql-js/pull/2159) Validation: Remove internal functions for error messages ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2165](https://togithub.com/graphql/graphql-js/pull/2165) didYouMean: quote suggested values ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2173](https://togithub.com/graphql/graphql-js/pull/2173) Use explicit comparisons instead of using `Boolean` constructor ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2174](https://togithub.com/graphql/graphql-js/pull/2174) Switch lexer and parser tests to exact match of error messages ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2186](https://togithub.com/graphql/graphql-js/pull/2186) Consistent error messages in buildClientSchema ([@​spawnia](https://togithub.com/spawnia)) - [#​2193](https://togithub.com/graphql/graphql-js/pull/2193) Remove unussed 'ABORT_VALIDATION' constant ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2198](https://togithub.com/graphql/graphql-js/pull/2198) Add two more tests to KnownArgumentNames validation rule ([@​Cito](https://togithub.com/Cito)) - [#​2200](https://togithub.com/graphql/graphql-js/p
--- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :ghost: **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/aerogear/keycloak-connect-graphql).