Update dependency gql2ts to ^1.10.1
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
gql2ts | devDependencies | minor | ^1.10.1 | source |
Release Notes
avantcredit/gql2ts
v1.10.1
v1.10.0
- Fix nullable arrays in
@gql2ts/from-schema
(thanks @mikfoo) Issue #197 PR #230
v1.9.0
- Support
graphql@^14
PR #222
v1.8.2
- Remove dependency on Typescript for
@gql2ts/language-typescript
PR #209
v1.8.1
-
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
-
Add specific
__typename
value for@gql2ts/from-query
Issue #165 PR #168
v1.7.2
- Fix fragment spread inside of inline fragment for
@gql2ts/from-query
Issue #76 PR #162
v1.7.1
- Run default fields (
IGraphQLRootResponse
, etc.) through provided formatters #159
v1.7.0
- Use native enums in Typescript instead of union type #116
v1.6.0
v1.5.2
- Add graphql as dependency for CLI
v1.5.1
- Move graphql to peer-dependency #156
v1.5.0
- 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
- Loosen
graphql
version restriction to< 1.0.0
#152
v1.4.3
- Fix 1.4.2 release
v1.4.2
-
#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
- Lock Typescript to <2.7.0 #132
v1.4.0
- Allow custom
TypeMap
in@gql2ts/from-schema
, similar to@gql2ts/from-query
#109
v1.3.0
- Allow GraphQL Schema Language input in CLI
v1.2.2
Renovate configuration
rebase!
".
-
If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot. View repository job log here.