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

[Snyk] Upgrade graphql from 0.12.3 to 0.13.2 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snyk-bot
Copy link

@snyk-bot snyk-bot commented Oct 8, 2021

Snyk has created this PR to upgrade graphql from 0.12.3 to 0.13.2.

merge advice
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 4 versions ahead of your current version.
  • The recommended version was released 4 years ago, on 2018-03-16.
Release notes
Package name: graphql
  • 0.13.2 - 2018-03-16

    New:

    • Allow buildSchema() to take options (#1249)
    • Update to Flow v0.68 (#1290)

    Fixes:

    • Update iterall (#1254)
    • buildSchema: Make options optional (#1270)
  • 0.13.1 - 2018-02-15

    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 (7e68984)
  • 0.13.0 - 2018-02-07

    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)
  • 0.13.0-rc.1 - 2018-01-29

    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 lexographicSortSchema utility function (#1208)
    • 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)
  • 0.12.3 - 2017-12-17

    Fixes:

    • Excluded lock files from deployed npm package
from graphql GitHub release notes
Commit messages
Package name: graphql

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant