graphql / vscode-graphql

MIGRATED: VSCode GraphQL extension (autocompletion, go-to definition, syntax highlighting)
https://marketplace.visualstudio.com/items?itemName=Prisma.vscode-graphql
MIT License
557 stars 71 forks source link

fix(deps): update dependency graphql to 0.13.x #156

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
graphql dependencies minor 0.12.x -> 0.13.x

Release Notes

graphql/graphql-js ### [`v0.13.2`](https://togithub.com/graphql/graphql-js/releases/v0.13.2) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v0.13.1...v0.13.2) **New:** - Allow buildSchema() to take options ([#​1249](https://togithub.com/graphql/graphql-js/issues/1249)) - Update to Flow v0.68 ([#​1290](https://togithub.com/graphql/graphql-js/issues/1290)) **Fixes:** - Update iterall ([#​1254](https://togithub.com/graphql/graphql-js/issues/1254)) - buildSchema: Make options optional ([#​1270](https://togithub.com/graphql/graphql-js/issues/1270)) ### [`v0.13.1`](https://togithub.com/graphql/graphql-js/releases/v0.13.1) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v0.13.0...v0.13.1) **New:** - Publish `.mjs` files for module code to support native esmodules ([#​1244](https://togithub.com/graphql/graphql-js/issues/1244)) - Interface type definitions may now be extended with `extendSchema` ([#​1222](https://togithub.com/graphql/graphql-js/issues/1222)) - `isValidNameError` utility is now exported as a non-throwing alternative to `assertValidName` ([#​1237](https://togithub.com/graphql/graphql-js/issues/1237)) - `ExectuableDefinitionNode` Flow type is now exported ([#​1241](https://togithub.com/graphql/graphql-js/issues/1241)) **Fixes:** - `extendSchema` now preserves (and allows extending) a list of legacy field names which would otherwise be considered invalid ([#​1235](https://togithub.com/graphql/graphql-js/issues/1235)) - Replaced a misplaced licensing header ([`7e68984`](https://togithub.com/graphql/graphql-js/commit/7e6898465131be522666bcbdf71d8c8f2d85e5d2)) ### [`v0.13.0`](https://togithub.com/graphql/graphql-js/releases/v0.13.0) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v0.12.3...v0.13.0) **Breaking:** - Updated to latest spec for SDL for multiple interface implementations ([#​1169](https://togithub.com/graphql/graphql-js/issues/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](https://togithub.com/graphql/graphql-js/issues/1221) > Not that you were relying on internal modules, were you :) **New:** - `getDescription` helper function is now exported ([#​1165](https://togithub.com/graphql/graphql-js/issues/1165)) - Allows parsing pre-spec object type SDL with `parse(text, {allowLegacySDLEmptyFields: true})` ([#​1171](https://togithub.com/graphql/graphql-js/issues/1171)) - Add `introspectionFromSchema` utility function ([#​1187](https://togithub.com/graphql/graphql-js/issues/1187)) - Add `lexicographicSortSchema` utility function ([#​1208](https://togithub.com/graphql/graphql-js/issues/1208)) ([#​1220](https://togithub.com/graphql/graphql-js/issues/1220)) - Allow use of legacy names during schema validation with `{allowedLegacyNames: ['__badName']}` ([#​1194](https://togithub.com/graphql/graphql-js/issues/1194)) **Fixed:** - Only trigger "one instance of graphql" error in DEV environments, removing false errors from minified bundles. ([#​1174](https://togithub.com/graphql/graphql-js/issues/1174)) - Fix 'astFromValue' to correctly handle integers and strings ([#​1181](https://togithub.com/graphql/graphql-js/issues/1181)) - Fix getTypeMap() not including input types used in directives ([#​1189](https://togithub.com/graphql/graphql-js/issues/1189)) - Support executeSync with mutations. ([#​1198](https://togithub.com/graphql/graphql-js/issues/1198)) - Fix block string printing edge cases ([#​1190](https://togithub.com/graphql/graphql-js/issues/1190), [#​1212](https://togithub.com/graphql/graphql-js/issues/1212)) - Fix SourceLocation incorrect export causing rollup bundling to fail ([#​1210](https://togithub.com/graphql/graphql-js/issues/1210)) - Preserve `allowedLegacyNames` when using `extendSchema` ([#​1226](https://togithub.com/graphql/graphql-js/issues/1226)) (added since v0.13.0-rc.1)

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Enabled.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.