Update graphql in examples/official-storybook/package.json from ^0.13.2 to 14.0.2 #6
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.
Overview
The following dependencies have been updated by dependencies.io:
graphql
inexamples/official-storybook/package.json
from "^0.13.2" to "14.0.2"Details
graphql
This dependency is located in
examples/official-storybook/package.json
and was updated from "^0.13.2" to "14.0.2".14.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
(Feature: Add ability to display informational texts in Knobs addon storybookjs/storybook#1274)onOperation
,onFragment
, andonField
(Console error on expanding action details in action logger. storybookjs/storybook#1385, UI-issue with hierarchical view in release/3.2 storybookjs/storybook#1429)GraphQL*Config
are now exact types (show 'Expecting a valid React element from the story' when using a stateless component storybookjs/storybook#1391, React fiber support storybookjs/storybook#1443)BreakingChangeType
andDangerousChangeType
for detecting adding args and input fields changed name (React Native On-Device UI should show the first story on load storybookjs/storybook#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 (📝 Updated link to point to the correct place storybookjs/storybook#1373, Error on React Native: Unhandled JS Exception: TypeError: babelHelpers.typeof is not a function storybookjs/storybook#1392, avoid error "storyshots is intended only to be used with storybook" f… storybookjs/storybook#1441)symbol.toStringTag
support (Modify bug that show header when not use header storybookjs/storybook#1297)getOperationRootType(schema, operationAST)
(Fixed date/color knobs by forcing a single version of react storybookjs/storybook#1345)validateSchema
works with Schema extensions (Support webpack 3.0.0 storybookjs/storybook#1410)validate
works on SDL definitions (UPDATE prettier and remove unused dependencies storybookjs/storybook#1438, Release/3.2 storybookjs/storybook#1383)experimentalVariableDefinitionDirectives
flag (chore(package): update husky to version 0.14.3 storybookjs/storybook#1437, Massive conflicts after upgrading React-Native to 0.46 storybookjs/storybook#1454)isDefinitionNode
andisTypeSystemDefinitionNode
(Running storybooks on now.sh fails storybookjs/storybook#1459)isRequiredArgument
andisRequiredInputField
predicates (Feature: Extend setAddon API storybookjs/storybook#1463)Fixed:
cacheDirectory
option from babel config storybookjs/storybook#1350)introspectionFromSchema
has default options (fix(react-inspector): update react inspector to fix #1385 storybookjs/storybook#1408)buildSchema
memory leaks and infinite recursion fixed (HMR full reload storybookjs/storybook#1417, Story Hierarchy - keyboard accessibility storybookjs/storybook#1427)watch
command fixed (WIP: key and value for select knob match key/value of options storybookjs/storybook#1449)validation
(Knobs: fix label alignment storybookjs/storybook#1471)Deprecated:
These will be removed in v15
introspectionQuery
, usegetIntrospectionQuery
(Documented webpack customization example for typescript storybookjs/storybook#1386)getDescription
, use the schema AST node to get descriptions (Can't use storyshots command in terminal storybookjs/storybook#1396)isValidJSValue
, usecoerceValue
(Documented webpack customization example for typescript storybookjs/storybook#1386)isValidLiteralValue
, use validation (Documented webpack customization example for typescript storybookjs/storybook#1386)14.0.1
(Something went wrong during release, this version has been unpublished)
14.0.2
Fixes:
addon-info
into addons panel storybookjs/storybook#1501)ValidationRule
flow type is now exported (Add Docgen info to PropTable storybookjs/storybook#1505)