Skip to content

Update dependency gql2ts to ^1.10.1

Administrator requested to merge renovate/gql2ts-1.x into master

Created by: renovate[bot]

This PR contains the following updates:

Package Type Update New value References Sourcegraph
gql2ts devDependencies minor ^1.10.1 source code search for "gql2ts"

Release Notes

avantcredit/gql2ts

v1.10.1

Compare Source

v1.10.0

Compare Source

v1.9.0

Compare Source

v1.8.2

Compare Source

  • Remove dependency on Typescript for @gql2ts/language-typescript PR #​209

v1.8.1

Compare Source

  • Export enums as consts in @gql2ts/from-schema so they are available to the Typescript compiler. Issue #​179 PR #​202

  • Only append a semicolon to 'enums' when they are declared as union types and not Typescript enum types. Issue #​179 PR #​202

v1.8.0

Compare Source

v1.7.2

Compare Source

v1.7.1

Compare Source

  • Run default fields (IGraphQLRootResponse, etc.) through provided formatters #​159

v1.7.0

Compare Source

  • Use native enums in Typescript instead of union type #​116

v1.6.0

Compare Source

  • Improve documentation generation #​154
  • Add new line in between Argument Interfaces #​157

v1.5.2

Compare Source

  • Add graphql as dependency for CLI

v1.5.1

Compare Source

  • Move graphql to peer-dependency #​156

v1.5.0

Compare Source

  • Generate Argument Interfaces in @gql2ts/from-schema #​148

For example:

type Query {
  test(arg1: String!, arg2: Boolean): String
}

will output

interface ITestOnQueryArguments {
  arg1: string;
  arg2?: boolean;
}
  • Only warn about prettier once in @gql2ts/language-typescript #​147

v1.4.4

Compare Source

  • Loosen graphql version restriction to < 1.0.0 #​152

v1.4.3

Compare Source

  • Fix 1.4.2 release

v1.4.2

Compare Source

  • #​137
    • Remove Typescript 2.7.0 lock
    • Add optional prettier integration to typescript package to pretty-print code
    • Remove custom Typescript formatter

v1.4.1

Compare Source

  • Lock Typescript to <2.7.0 #​132

v1.4.0

Compare Source

  • Allow custom TypeMap in @gql2ts/from-schema, similar to @gql2ts/from-query #​109

v1.3.0

Compare Source

  • Allow GraphQL Schema Language input in CLI

v1.2.2

Compare Source

  • Fix Default Export / CommonJS for -e flag on CLI #​99
  • Add description JSDoc to individual fields #​96
  • Update Some DevDependencies #​94

Renovate configuration

📅 Schedule: "on the 1st through 7th day of the month" in timezone America/Los_Angeles.

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

Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update 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.

Merge request reports

Loading