Open renovate[bot] opened 6 years ago
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
β οΈ Warning: custom changes will be lost.
This PR contains the following updates:
0.11.7
->14.2.3
Release Notes
graphql/graphql-js
### [`v14.2.1`](https://togithub.com/graphql/graphql-js/releases/tag/v14.2.1) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v14.2.0...v14.2.1) #### 14.2.1 (2019-03-31) ##### Bug Fix π - [#1808](https://togithub.com/graphql/graphql-js/pull/1808) buildClientSchema: Revert breaking change introduced in [#1677](https://togithub.com/graphql/graphql-js/issues/1677) ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) ### [`v14.2.0`](https://togithub.com/graphql/graphql-js/releases/tag/v14.2.0) #### 14.2.0 (2019-03-26) **Note**: Updating to this release can cause new Flow errors since it adds Flow typing for `print` function that was missing in previous versions. ##### New Feature π - [#1331](https://togithub.com/graphql/graphql-js/pull/1331) Add 'toConfig' methods to all type system definitions objects ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1332](https://togithub.com/graphql/graphql-js/pull/1332) Allow to override default type resolver ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Bug Fix π - [#1792](https://togithub.com/graphql/graphql-js/pull/1792) Duplicate fields in deep inputs not validated properly ([#1791](https://togithub.com/graphql/graphql-js/issues/1791)) ([@Cito](https://togithub.com/Cito)) - [#1724](https://togithub.com/graphql/graphql-js/pull/1724) Add missing toStringTag to GraphQLList and GraphQLNonNull ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1554](https://togithub.com/graphql/graphql-js/pull/1554) Improve error message for missing required argument in field or directive ([@everdimension](https://togithub.com/everdimension)) - [#1707](https://togithub.com/graphql/graphql-js/pull/1707) printSchema: Fix printing of empty types ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1702](https://togithub.com/graphql/graphql-js/pull/1702) Add missing Flow typing for 'print' function ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1698](https://togithub.com/graphql/graphql-js/pull/1698) Fix missing schema's astNode when schema was defined inside extension ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1600](https://togithub.com/graphql/graphql-js/pull/1600) Inspect non-error types to produce helpful error messages for failing resolvers ([@kommander](https://togithub.com/kommander)) ##### Docs π - [#1679](https://togithub.com/graphql/graphql-js/pull/1679) Documentation for explicitly mentioning ObjectTypes ([@buoyantair](https://togithub.com/buoyantair)) ##### Polish π42 PRs were merged
- [#1798](https://togithub.com/graphql/graphql-js/pull/1798) Rename 'MaybePromise' to 'PromiseOrValue' ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1785](https://togithub.com/graphql/graphql-js/pull/1785) Fix test case description ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1670](https://togithub.com/graphql/graphql-js/pull/1670) Remove year from LICENSE headers ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1782](https://togithub.com/graphql/graphql-js/pull/1782) Fix grammar in error message ([@Cito](https://togithub.com/Cito)) - [#1781](https://togithub.com/graphql/graphql-js/pull/1781) Add directive predicates tests and fix test names ([@Cito](https://togithub.com/Cito)) - [#1778](https://togithub.com/graphql/graphql-js/pull/1778) Minor spelling errors in PossibleTpyeExtensions ([@Cito](https://togithub.com/Cito)) - [#1772](https://togithub.com/graphql/graphql-js/pull/1772) fix out of range return check for charCodeAt in lexer (NaN instead of null) ([@superhawk610](https://togithub.com/superhawk610)) - [#1767](https://togithub.com/graphql/graphql-js/pull/1767) Use non-capturing group inside RegExp ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1764](https://togithub.com/graphql/graphql-js/pull/1764) Minor code simplification in validation rules ([@Cito](https://togithub.com/Cito)) - [#1765](https://togithub.com/graphql/graphql-js/pull/1765) Fix validator test names ([@Cito](https://togithub.com/Cito)) - [#1763](https://togithub.com/graphql/graphql-js/pull/1763) Fix typos in UniqueOperationTypes test ([@Cito](https://togithub.com/Cito)) - [#1758](https://togithub.com/graphql/graphql-js/pull/1758) Tests: 'expect(...).to.eql' => 'expect(...).to.deep.equal' ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1757](https://togithub.com/graphql/graphql-js/pull/1757) GraphQLError: don't wrap single node in array ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1756](https://togithub.com/graphql/graphql-js/pull/1756) Speedup parser (~50%) by using 'slice' and 'charCodeAt' directly ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1736](https://togithub.com/graphql/graphql-js/pull/1736) Speedup visitor test on kitchenSinkQuery ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1735](https://togithub.com/graphql/graphql-js/pull/1735) Simplify checking of args inside visitor tests ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1734](https://togithub.com/graphql/graphql-js/pull/1734) Use AST abbreviation consistently ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1733](https://togithub.com/graphql/graphql-js/pull/1733) General cleanup of definition tests ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1730](https://togithub.com/graphql/graphql-js/pull/1730) Allow for long string literals inside tests ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1729](https://togithub.com/graphql/graphql-js/pull/1729) Remove useless positive isTypeOf tests, since this function is optional ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1728](https://togithub.com/graphql/graphql-js/pull/1728) Unwrap type definition tests ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1725](https://togithub.com/graphql/graphql-js/pull/1725) Group type definitions tests by type kind ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1723](https://togithub.com/graphql/graphql-js/pull/1723) Move 'Object.toString' tests to the appropriate files ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1722](https://togithub.com/graphql/graphql-js/pull/1722) Remove duplicating NonNull test ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1719](https://togithub.com/graphql/graphql-js/pull/1719) Move schema related test to "schema-test.js" + cleanup ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1718](https://togithub.com/graphql/graphql-js/pull/1718) Make all "not reachable" look and work the same ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1717](https://togithub.com/graphql/graphql-js/pull/1717) NonNull tests: Use SDL to create test schema ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1711](https://togithub.com/graphql/graphql-js/pull/1711) tests: remove useless parseLiteral & parseValue callbacks ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1710](https://togithub.com/graphql/graphql-js/pull/1710) Simplify "Type Map: includes input types only used in directives" test ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1709](https://togithub.com/graphql/graphql-js/pull/1709) Parser: use "any" util fn to parse object literal ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1708](https://togithub.com/graphql/graphql-js/pull/1708) buildASTSchema: test building of empty types ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1706](https://togithub.com/graphql/graphql-js/pull/1706) Cleanup unnecessary Query types from printSchema tests ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1705](https://togithub.com/graphql/graphql-js/pull/1705) Use isLeafType instead of isEnumType & isScalarType combo ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1697](https://togithub.com/graphql/graphql-js/pull/1697) Remove Flow workaround in buildASTSchema ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1673](https://togithub.com/graphql/graphql-js/pull/1673) Disable coverage on deprecated 'isValidJSValue' function ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1686](https://togithub.com/graphql/graphql-js/pull/1686) Add polyfill for 'flatMap' ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1684](https://togithub.com/graphql/graphql-js/pull/1684) extract flatMap function out of extendSchema implementation ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1681](https://togithub.com/graphql/graphql-js/pull/1681) Remove excessive cache inside lexicographicSortSchema ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1678](https://togithub.com/graphql/graphql-js/pull/1678) buildClientSchema: move inner functions to follow return ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1677](https://togithub.com/graphql/graphql-js/pull/1677) Remove excessive cache inside buildClientSchema ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1672](https://togithub.com/graphql/graphql-js/pull/1672) Remove useless if inside 'getAllSubNodes' function ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1547](https://togithub.com/graphql/graphql-js/pull/1547) Parser: Better names for parser util functions ([@IvanGoncharov](https://togithub.com/IvanGoncharov))17 PRs were merged
- [#1795](https://togithub.com/graphql/graphql-js/pull/1795) Switch 'check-cover' to use Flow's 'batch-coverage' cmd ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1777](https://togithub.com/graphql/graphql-js/pull/1777) Prettier: normalize line ending to git standard ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1766](https://togithub.com/graphql/graphql-js/pull/1766) Update ESLint to 5.15 ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1750](https://togithub.com/graphql/graphql-js/pull/1750) Simplify benchmark by using more low-level API from 'benchmark.js' ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1748](https://togithub.com/graphql/graphql-js/pull/1748) Inline 'beautify-benchmark' + heavy refactoring ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1747](https://togithub.com/graphql/graphql-js/pull/1747) Use ESLint cache for local development ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1746](https://togithub.com/graphql/graphql-js/pull/1746) Use ESLint cache to speedup watch ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1745](https://togithub.com/graphql/graphql-js/pull/1745) Do not run duplicating parser step on watch ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1744](https://togithub.com/graphql/graphql-js/pull/1744) Remove 'yarn t' in favor of 'yarn mocha' or 'npm run mocha' ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1743](https://togithub.com/graphql/graphql-js/pull/1743) Move Mocha config into .mocharc.yml ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1739](https://togithub.com/graphql/graphql-js/pull/1739) Move list of supported targets into separate file ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1737](https://togithub.com/graphql/graphql-js/pull/1737) Remove custom mocha timeout ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1694](https://togithub.com/graphql/graphql-js/pull/1694) Make codecov less spammy ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1693](https://togithub.com/graphql/graphql-js/pull/1693) Move coverage upload to .travis.yml ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1692](https://togithub.com/graphql/graphql-js/pull/1692) Run full CI only on node LTS ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1689](https://togithub.com/graphql/graphql-js/pull/1689) Improve code coverage reporting ([@IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#1690](https://togithub.com/graphql/graphql-js/pull/1690) Temporary migrate tests from node 11.7 to 11.6 to fix codecov ([@IvanGoncharov](https://togithub.com/IvanGoncharov))Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ 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 Mend Renovate. View repository job log here.