This repository was archived by the owner on Oct 23, 2018. It is now read-only.
fix(deps): update dependency graphql to v14 #142
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.13.1->14.0.2Release Notes
graphql/graphql-js
v14.0.2Compare Source
Fixes:
ValidationRuleflow type is now exported (#1505)v14.0.1Compare Source
(Something went wrong during release, this version has been unpublished)
v14.0.0Compare Source
Thanks to all contributors for the hard work put into this release, which complies with the latest June 2018 version of the GraphQL Spec
Breaking:
Drops support for node v4 and v9, makes sure node v10 is supported (#1338, #1445)
Reject invalid scalar value coercion (#1365, #1336)
Removes
VariablesDefaultValueAllowedvalidation rule, andProvidedNonNullArgumentsbecameProvidedRequiredArguments(#1274)Stricter coercion of Scalar Types (#1382)
Removes deprecated Introspection fields
onOperation,onFragment, andonField(#1385, #1429)GraphQL*Configare now exact types (#1391, #1443)"Schema Change" keys in
BreakingChangeTypeandDangerousChangeTypefor detecting adding args and input fields changed name (#1492)formatErrorAPI changed for error message extensions. To upgrade without changing existing server responses, wrapgraphql'sformatError:import { formatError as baseFormatError, /* ... */ } from 'graphql';
{
// other options
formatError(error) {
const { extensions, ...rest } = baseFormatError(error);
return { ...extensions, ...rest };
},
}
New:
extendSchemaextended with spec-compliant SDL extensions (#1373, #1392, #1441)symbol.toStringTagsupport (#1297)getOperationRootType(schema, operationAST)(#1345)validateSchemaworks with Schema extensions (#1410)validateworks on SDL definitions (#1438, #1383)experimentalVariableDefinitionDirectivesflag (#1437, #1454)isDefinitionNodeandisTypeSystemDefinitionNode(#1459)isRequiredArgumentandisRequiredInputFieldpredicates (#1463)Fixed:
introspectionFromSchemahas default options (#1408)buildSchemamemory leaks and infinite recursion fixed (#1417, #1427)watchcommand fixed (#1449)validation(#1471)Deprecated:
These will be removed in v15
introspectionQuery, usegetIntrospectionQuery(#1386)getDescription, use the schema AST node to get descriptions (#1396)isValidJSValue, usecoerceValue(#1386)isValidLiteralValue, use validation (#1386)v0.13.2Compare Source
New:
Fixes:
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.