chore(deps): update dependency @types/graphql to v14 #9
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.0
Release Notes
graphql/graphql-js (@types/graphql)
v14.5.0
v14.5.0 (2019-08-22)
New Feature 🚀
@TonyPythoneer @calebmer @intellix @firede @kepennar @freiksenet @IvanGoncharov @DxCx @rportugal @tgriesser @dyst5422 @adnsio @divyenduz @bradzacher @clayne11 @JCMais @langpavel @mc0 @martijnwalraven @jedmao
Bug Fix 🐞
Docs 📝
Polish 💅
42 PRs were merged
getPossibleTypes
&isPossibleType
(@IvanGoncharov)Internal 🏠
14 PRs were merged
Dependency 📦
7 PRs were merged
Committers: 4
v14.2.1
Compare Source
14.2.1 (2019-03-31)
Bug Fix 🐞
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 🚀
Bug Fix 🐞
Docs 📝
Polish 💅
42 PRs were merged
Internal 🏠
17 PRs were merged
Committers: 7
v14.0.2
Compare Source
Fixes:
ValidationRule
flow type is now exported (#1505)v14.0.1
Compare Source
(Something went wrong during release, this version has been unpublished)
v14.0.0
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:
VariablesDefaultValueAllowed
validation rule, andProvidedNonNullArguments
becameProvidedRequiredArguments
(#1274)onOperation
,onFragment
, andonField
(#1385, #1429)GraphQL*Config
are now exact types (#1391, #1443)BreakingChangeType
andDangerousChangeType
for detecting adding args and input fields changed name (#1492)formatError
API changed for error message extensions. To upgrade without changing existing server responses, wrapgraphql
'sformatError
:New:
extendSchema
extended with spec-compliant SDL extensions (#1373, #1392, #1441)symbol.toStringTag
support (#1297)getOperationRootType(schema, operationAST)
(#1345)validateSchema
works with Schema extensions (#1410)validate
works on SDL definitions (#1438, #1383)experimentalVariableDefinitionDirectives
flag (#1437, #1454)isDefinitionNode
andisTypeSystemDefinitionNode
(#1459)isRequiredArgument
andisRequiredInputField
predicates (#1463)Fixed:
introspectionFromSchema
has default options (#1408)buildSchema
memory leaks and infinite recursion fixed (#1417, #1427)watch
command 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.2
Compare Source
New:
Fixes:
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 was generated by Mend Renovate. View the repository job log.