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 type-graphql from 0.16.0 to 0.17.6 #6

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

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade type-graphql from 0.16.0 to 0.17.6.

ℹ️ 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 16 versions ahead of your current version.
  • The recommended version was released 2 months ago, on 2019-12-21.

The recommended version fixes:

Severity Issue Exploit Maturity
Information Exposure
SNYK-JS-TYPEGRAPHQL-538910
Proof of Concept
Release notes
Package name: type-graphql
  • 0.17.6 - 2019-12-21

    Fixes

    • fix leaking resolver source code in MissingSubscriptionTopicsError error message (#489)
  • 0.17.5 - 2019-08-18

    Features

    • rename DepreciationOptions interface to DeprecationOptions and deprecate the old one
    • update deps to newest minor versions (tslib, semver, graphql-query-complexity and glob)
    • support nested array types (@Field(type => [[Int]])) (#393)
    • deprecate the direct array syntax for union types

    Fixes

    • fix errors on circular refs in union types (#364) by adding the function syntax (() => TClassTypes)
  • 0.17.4 - 2019-05-12

    Features

    • add support for creating custom parameter decorators (#329)
    • allow to provide custom subscribe function in @Subscription decorator (#328)
  • 0.17.3 - 2019-04-24

    Features

    • update packages semver to ^6.0.0 and graphql-subscriptions to ^1.1.0

    Fixes

    • fix broken compatibility with newer @types/graphql due to using removed private types (e.g. MaybePromise) (#320)
  • 0.17.2 - 2019-04-23

    Features

    • add support for defining resolveType function for interfaces and unions (#319)
    • add support for setting default nullability for fields and return types (#297)
    • add skipCheck option in buildSchema to disable checking the correctness of a schema
    • add postinstall script for printing info on console about supporting the project

    Fixes

    • fix generating plain resolvers for queries and mutations (compatibility with Apollo client state)
  • 0.17.1 - 2019-03-29

    Features

    • add support for emitting schema file in not existing directory (#269)
    • drop support for Node.js v6 (end of LTS in April 2019)

    Fixes

    • fix typings discovery support for WebStorm (#276)
    • allow for returning plain objects when using ObjectTypes that implements InterfaceTypes or extends other classes (#160)
  • 0.17.0 - 2019-03-04

    Features

    • Breaking Change: make graphql-js packages a peer dependencies, bump graphql to ^14.1.1 and @types/graphql to ^14.0.7 (#239)
    • Breaking Change: remove useContainer function and allow to register container by buildSchema options (#241)
    • Breaking Change: change the default PrintSchemaOptions option commentDescriptions to false (no more # comments in SDL)
    • add support for passing PrintSchemaOptions in buildSchema.emitSchemaFile (e.g. commentDescriptions: true to restore previous behavior)
    • add buildTypeDefsAndResolvers utils function for generating apollo-like typeDefs and resolvers pair (#233)
    • add support for generic types (#255)

    Fixes

    • Breaking Change: remove the formatArgumentValidationError helper as it's not compatible and not needed in new Apollo Server (#258)
    • fix calling return type getter function @Field(type => Foo) before finishing module evaluation (allow for extending circular classes using require)
    • fix nullifying other custom method decorators - call the method on target instance, not the stored reference to original function (#247)
    • fix throwing error when extending non args class in the @ArgsType() class
    • prevent unnecessary conversion of an object that is already an instance of the requested type (avoid constructor side-effects)
  • 0.17.0-beta.9 - 2019-02-23
  • 0.17.0-beta.8 - 2019-02-21
  • 0.17.0-beta.7 - 2019-02-10
  • 0.17.0-beta.6 - 2019-02-07
  • 0.17.0-beta.5 - 2019-02-01
  • 0.17.0-beta.4 - 2019-01-30
  • 0.17.0-beta.3 - 2019-01-27
  • 0.17.0-beta.2 - 2019-01-24
  • 0.17.0-beta.1 - 2019-01-24
  • 0.16.0 - 2018-12-22

    Features

    • add support for default values in schema (#203)
    • add support for lists with nullable items (#211)

    Fixes

    • fix browser shim (compatibility with polyfills for decorator support)
from type-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

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.

None yet

1 participant