Skip to content

Conversation

ghost
Copy link

@ghost ghost commented Sep 19, 2018

Overview

The following dependencies have been updated by dependencies.io:

  • graphql in examples/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:

import { formatError as baseFormatError, /* ... */ } from 'graphql';

{
  // other options
  formatError(error) {
    const { extensions, ...rest } = baseFormatError(error);
    return { ...extensions, ...rest };
  },
}

New:

Fixed:

Deprecated:

These will be removed in v15

14.0.1

(Something went wrong during release, this version has been unpublished)

14.0.2

Fixes:

@ghost ghost requested a review from Hypnosphi as a code owner September 19, 2018 16:40
@ghost ghost assigned Hypnosphi Sep 19, 2018
@ghost ghost added the dependencies:update label Sep 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants