Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @types/graphql to v14 #3875

Closed
wants to merge 2 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 2, 2018

This PR contains the following updates:

Package Type Update Change References
@​types/graphql devDependencies major 0.12.7 -> 14.0.3 source
graphql devDependencies major 0.13.2 -> 14.0.2 source

Release Notes

graphql/graphql-js

v14.0.2

Compare Source

Fixes:

  • No longer presents warnings when used with node v7 and v9 (#​1508)
  • Added keywords to the NPM package (#​1501)
  • ValidationRule flow type is now exported (#​1505)
  • Improved schema validation reports directives without locations (#​1507)
  • Fixed potential infinite loop during introspection of some schema (#​1509)

v14.0.1

Compare Source

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

v14.0.0

Compare Source

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:

  • Drops support for node v4 and v9, makes sure node v10 is supported (#​1338, #​1445)

  • Reject invalid scalar value coercion (#​1365, #​1336)

  • Removes VariablesDefaultValueAllowed validation rule, and ProvidedNonNullArguments became ProvidedRequiredArguments (#​1274)

  • Stricter coercion of Scalar Types (#​1382)

  • Removes deprecated Introspection fields onOperation, onFragment, and onField (#​1385, #​1429)

  • GraphQL*Config are now exact types (#​1391, #​1443)

  • "Schema Change" keys in BreakingChangeType and DangerousChangeType for detecting adding args and input fields changed name (#​1492)

  • formatError API changed for error message extensions. To upgrade without changing existing server responses, wrap graphql's formatError:

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

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

New:

  • Parse new schema extensions (#​1314, #​1323)
  • Export SDL AST types (#​1315)
  • extendSchema extended with spec-compliant SDL extensions (#​1373, #​1392, #​1441)
  • symbol.toStringTag support (#​1297)
  • Expose getOperationRootType(schema, operationAST) (#​1345)
  • Package is marked as side-effect free (#​1312)
  • validateSchema works with Schema extensions (#​1410)
  • validate works on SDL definitions (#​1438, #​1383)
  • directives can be added to variable definitions, behind experimentalVariableDefinitionDirectives flag (#​1437, #​1454)
  • ASTNode predicates, like isDefinitionNode and isTypeSystemDefinitionNode (#​1459)
  • isRequiredArgument and isRequiredInputField predicates (#​1463)

Fixed:

Deprecated:

These will be removed in v15

  • introspectionQuery, use getIntrospectionQuery (#​1386)
  • getDescription, use the schema AST node to get descriptions (#​1396)
  • isValidJSValue, use coerceValue (#​1386)
  • isValidLiteralValue, use validation (#​1386)

Renovate configuration

📅 Schedule: "after 10pm every weekday,before 5am every weekday" in timezone America/Los_Angeles.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot force-pushed the renovate/graphql-14.x branch 5 times, most recently from ba06d84 to eb12f4d Compare September 5, 2018 14:57
@renovate renovate bot changed the title chore(deps): update dependency graphql to v14 chore(deps): update dependency @types/graphql to v14 Sep 5, 2018
@renovate renovate bot force-pushed the renovate/graphql-14.x branch 14 times, most recently from 67ae088 to 2c09d61 Compare September 12, 2018 10:32
@renovate renovate bot force-pushed the renovate/graphql-14.x branch 5 times, most recently from c792a60 to fc94eaf Compare September 18, 2018 18:28
@renovate renovate bot requested a review from benjamn as a code owner November 27, 2018 17:18
@renovate renovate bot force-pushed the renovate/graphql-14.x branch 10 times, most recently from d3e8814 to 5310b2a Compare December 5, 2018 13:51
@renovate renovate bot force-pushed the renovate/graphql-14.x branch 4 times, most recently from ae725c5 to faaefd7 Compare December 12, 2018 09:46
@renovate
Copy link
Contributor Author

renovate bot commented Dec 12, 2018

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over then you can add the label rebase to this PR and Renovate will reset/recreate it.

@hwillson
Copy link
Member

This work is going to be tracked in #4233.

@hwillson hwillson closed this Dec 12, 2018
@hwillson hwillson deleted the renovate/graphql-14.x branch December 12, 2018 20:06
@renovate
Copy link
Contributor Author

renovate bot commented Dec 12, 2018

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 14.x releases. However, if you upgrade to 14.x manually then Renovate will then reenable updates for minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants