Skip to content
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

Merged
merged 1 commit into from
Feb 23, 2018

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 7, 2018

This Pull Request updates dependency graphql from v0.12.3 to v0.13.1

This PR also includes an upgrade to the corresponding @​types/graphql package.

Release Notes

v0.13.0

Breaking:

  • Updated to latest spec for SDL for multiple interface implementations (#​1169)

    To continue to support the pre-spec variation, use parse(text, {allowLegacySDLImplementsInterfaces: true})

  • Internal module 'graphql/language/kinds' no longer directly exports enum values #​1221

    Not that you were relying on internal modules, were you :)

New:

  • getDescription helper function is now exported (#​1165)
  • Allows parsing pre-spec object type SDL with parse(text, {allowLegacySDLEmptyFields: true}) (#​1171)
  • Add introspectionFromSchema utility function (#​1187)
  • Add lexicographicSortSchema utility function (#​1208) (#​1220)
  • Allow use of legacy names during schema validation with {allowedLegacyNames: ['__badName']} (#​1194)

Fixed:

  • Only trigger "one instance of graphql" error in DEV environments, removing false errors from minified bundles. (#​1174)
  • Fix 'astFromValue' to correctly handle integers and strings (#​1181)
  • Fix getTypeMap() not including input types used in directives (#​1189)
  • Support executeSync with mutations. (#​1198)
  • Fix block string printing edge cases (#​1190, #​1212)
  • Fix SourceLocation incorrect export causing rollup bundling to fail (#​1210)
  • Preserve allowedLegacyNames when using extendSchema (#​1226) (added since v0.13.0-rc.1)

v0.13.1

New:

  • Publish .mjs files for module code to support native esmodules (#​1244)
  • Interface type definitions may now be extended with extendSchema (#​1222)
  • isValidNameError utility is now exported as a non-throwing alternative to assertValidName (#​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)
  • Replaced a misplaced licensing header (7e6898465131be522666bcbdf71d8c8f2d85e5d2)

Commits

v0.13.0

  • b39f728 0.13.0-rc.1
  • f4e104d Improve travis runs (#​1219)
  • 360fa06 Travis job include condition tweak
  • b333b30 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.0

v0.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 isValidNameError
  • 8f81f0a export isValidNameError
  • ee93a91 export isValidNameError
  • 135619c export isValidNameError
  • 0487302 Update index.js
  • f2534a1 Merge pull request #​1237 from gdi2290/patch-1
  • 3493edd 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 license
  • d640f9f Update to latest release of iterall
  • 65afbaf Use .mjs for module code (#​1244)
  • 2c58b26 Make 'ASTDefinitionBuilder' responsible only for build types from AST (#​1230)
  • 31ae8a8 0.13.1

This PR has been generated by Renovate Bot.

@renovate renovate bot force-pushed the renovate/graphql-0.x branch 6 times, most recently from 667ec20 to 7a92045 Compare February 14, 2018 01:20
@renovate renovate bot force-pushed the renovate/graphql-0.x branch 2 times, most recently from 59bd3ba to 815a1ee Compare February 15, 2018 23:05
@renovate renovate bot changed the title fix(deps): update dependency graphql to v0.13.0 fix(deps): update dependency graphql to v0.13.1 Feb 15, 2018
@renovate renovate bot force-pushed the renovate/graphql-0.x branch from 815a1ee to d8423c6 Compare February 20, 2018 00:18
@schickling schickling merged commit 7b5a58b into master Feb 23, 2018
@renovate renovate bot deleted the renovate/graphql-0.x branch February 23, 2018 16:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants