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 14.6.0 to 15.5.3 #1820

Closed

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade graphql from 14.6.0 to 15.5.3.

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.


Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 15 versions ahead of your current version.
  • The recommended version was released 21 days ago, on 2021-09-06.
Release notes
Package name: graphql
  • 15.5.3 - 2021-09-06

    v15.5.3 (2021-09-06)

    Bug Fix 🐞

    • #3254 Parser: fix function definition of parseArguments and parseArgument (@ n1ru4l)
    • #3260 backport: Preserve deprecationReason on GraphQLInputFields (@ IvanGoncharov)

    Committers: 2

  • 15.5.2 - 2021-08-30

    v15.5.2 (2021-08-30)

    Bug Fix 🐞

    • #3251 backport parser typescript type-definitions for 15.x.x release (@ n1ru4l)

    Committers: 1

  • 15.5.1 - 2021-06-20

    v15.5.1 (2021-06-20)

    Bug Fix 🐞

    • #3186 Backport instanceOf Error Check Improvements (@ tubbo)

    Internal 🏠

    Committers: 2

  • 15.5.0 - 2021-01-26
  • 15.4.0 - 2020-10-26
  • 15.4.0-experimental-stream-defer.1 - 2020-10-28
  • 15.3.0 - 2020-07-05
  • 15.2.0 - 2020-06-29
  • 15.1.0 - 2020-06-07
  • 15.0.0 - 2020-04-02
  • 15.0.0-rc.2 - 2020-02-10
  • 15.0.0-rc.1 - 2020-01-06
  • 15.0.0-alpha.2 - 2019-12-29
  • 15.0.0-alpha.1 - 2019-10-14
  • 14.7.0 - 2020-07-06
  • 14.6.0 - 2020-01-26
from graphql GitHub release notes

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

@mtrezza
Copy link
Member

mtrezza commented Sep 27, 2021

Closing via #1807

@mtrezza mtrezza closed this Sep 27, 2021
@mtrezza mtrezza deleted the snyk-upgrade-67b639d7d0e305a6184e06020ee0b13d branch October 5, 2021 23:48
@FransGH
Copy link
Contributor

FransGH commented Oct 21, 2021

This breaks graphql playground support for parse-server@4.10.4 when both server and dashboard are installed in the same node modules tree. Parse-server uses graphql-relay@0.6.0 that has a dependency on graphql@14.7.0. Dashboard uses graphql@15.4.0. Playground now complains that multiple graphql versions are installed (14.7.0 and 15.4.0).

Best workaround for now seems to be downgrading to parse-dashboard@3.0.0 or lower until parse-server@5 is released (or have parse-server and parse-dashboard not share the same node_modules tree...).

Edit: I wrote "graphql playground" but meant GraphQL Console, sorry for the confusion..

@mtrezza
Copy link
Member

mtrezza commented Oct 21, 2021

@FransGH We have removed graphql playground in #1807. Why would that still occur in version 3.1.0? Or do you mean if you use graphql playground in your own app, outside of parse platform?

@mtrezza
Copy link
Member

mtrezza commented Oct 21, 2021

@FransGH I think you commented on the other thread by mistake. I suggest you open a new issue for a discussion, otherwise we are jumping between multiple threads which doesn't help.

@FransGH
Copy link
Contributor

FransGH commented Oct 21, 2021

Thanks for your quick response! Here is the new issue: #7650, hope this makes sense...

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.

3 participants