This repository was archived by the owner on May 10, 2018. It is now read-only.
fix(deps): update dependency graphql to v0.13.1 #54
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 Pull Request updates dependency graphql from
v0.12.3
tov0.13.1
This PR also includes an upgrade to the corresponding @types/graphql package.
Release Notes
v0.13.0
Breaking:
'graphql/language/kinds'
no longer directly exports enum values #1221New:
getDescription
helper function is now exported (#1165)parse(text, {allowLegacySDLEmptyFields: true})
(#1171)introspectionFromSchema
utility function (#1187)lexicographicSortSchema
utility function (#1208) (#1220){allowedLegacyNames: ['__badName']}
(#1194)Fixed:
allowedLegacyNames
when usingextendSchema
(#1226) (added since v0.13.0-rc.1)v0.13.1
New:
.mjs
files for module code to support native esmodules (#1244)extendSchema
(#1222)isValidNameError
utility is now exported as a non-throwing alternative toassertValidName
(#1237)ExectuableDefinitionNode
Flow type is now exported (#1241)Fixes:
extendSchema
now preserves (and allows extending) a list of legacy field names which would otherwise be considered invalid (#1235)Commits
v0.13.0
b39f728
0.13.0-rc.1f4e104d
Improve travis runs (#1219)360fa06
Travis job include condition tweakb333b30
Fix spelling, "lexographicSortSchema" => "lexicographicSortSchema" (#1220)312daa5
Switch introspection tests to graphqlSync (#1225)4b96a86
Maintain allowed legacy names when extending a schema. (#1226)5f50543
0.13.0v0.13.1
f0eced9
Bump to latest dev dependencies (#1231)974ebab
Add more 'buildASTSchema' tests + cleanup (#1228)2986c2d
Allow interface type extensions (#1222)7b92875
Remove special case in assertValidName (#1232)5fe3926
Update flow + "@flow strict" (#1229)98751e4
Strict const args (#1233)fdccce3
export assertValidName and isValidNameError8f81f0a
export isValidNameErroree93a91
export isValidNameError135619c
export isValidNameError0487302
Update index.jsf2534a1
Merge pull request #1237 from gdi2290/patch-13493edd
Export ExectuableDefinitionNode (#1241)81db410
Remove duplicate test (#1240)ebdac97
ISSUE_TEMPLATE: Fix 'facebook/graphql' link (#1243)14fde90
simplify extendSchema tests (#1242)b4f2955
More allowed legacy names (#1235)7e68984
Fix outdated reference to old licensed640f9f
Update to latest release of iterall65afbaf
Use .mjs for module code (#1244)2c58b26
Make 'ASTDefinitionBuilder' responsible only for build types from AST (#1230)31ae8a8
0.13.1This PR has been generated by Renovate Bot.