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

Update dependency @gql2ts/from-schema to v1.10.1 #97

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 9, 2018

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@gql2ts/from-schema 1.4.3 -> 1.10.1 age adoption passing confidence

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.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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 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 Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/gql2ts-from-schema-1.x branch from 20de39a to eee0721 Compare March 9, 2018 02:50
@renovate renovate bot changed the title Update dependency @gql2ts/from-schema to v1.4.4 Update dependency @gql2ts/from-schema to v1.5.0 Mar 9, 2018
@renovate renovate bot force-pushed the renovate/gql2ts-from-schema-1.x branch 3 times, most recently from 14e2f86 to 6c51d30 Compare March 12, 2018 16:43
@renovate renovate bot changed the title Update dependency @gql2ts/from-schema to v1.5.0 Update dependency @gql2ts/from-schema to v1.5.1 Mar 12, 2018
@renovate renovate bot force-pushed the renovate/gql2ts-from-schema-1.x branch 2 times, most recently from 10e6347 to 1d1e7c8 Compare March 12, 2018 20:47
@renovate renovate bot changed the title Update dependency @gql2ts/from-schema to v1.5.1 Update dependency @gql2ts/from-schema to v1.6.0 Mar 12, 2018
@renovate renovate bot force-pushed the renovate/gql2ts-from-schema-1.x branch from 1d1e7c8 to 050ae80 Compare March 12, 2018 22:36
@renovate renovate bot changed the title Update dependency @gql2ts/from-schema to v1.6.0 Update dependency @gql2ts/from-schema to v1.7.0 Mar 12, 2018
@renovate renovate bot force-pushed the renovate/gql2ts-from-schema-1.x branch from 050ae80 to f649832 Compare March 15, 2018 17:22
@renovate renovate bot changed the title Update dependency @gql2ts/from-schema to v1.7.0 Update dependency @gql2ts/from-schema to v1.7.1 Mar 15, 2018
@renovate renovate bot force-pushed the renovate/gql2ts-from-schema-1.x branch from f649832 to 45650ba Compare March 22, 2018 18:13
@renovate renovate bot changed the title Update dependency @gql2ts/from-schema to v1.7.1 Update dependency @gql2ts/from-schema to v1.7.2 Mar 22, 2018
@renovate renovate bot force-pushed the renovate/gql2ts-from-schema-1.x branch from 45650ba to 122fc03 Compare April 30, 2018 18:12
@renovate renovate bot changed the title Update dependency @gql2ts/from-schema to v1.7.2 Update dependency @gql2ts/from-schema to v1.8.0 Apr 30, 2018
@renovate renovate bot force-pushed the renovate/gql2ts-from-schema-1.x branch from 122fc03 to a895ea6 Compare July 23, 2018 14:32
@renovate renovate bot changed the title Update dependency @gql2ts/from-schema to v1.8.0 Update dependency @gql2ts/from-schema to v1.8.1 Jul 23, 2018
@renovate renovate bot force-pushed the renovate/gql2ts-from-schema-1.x branch from a895ea6 to d3674e2 Compare August 2, 2018 00:29
@renovate renovate bot changed the title Update dependency @gql2ts/from-schema to v1.8.1 Update dependency @gql2ts/from-schema to v1.8.2 Aug 2, 2018
@renovate renovate bot force-pushed the renovate/gql2ts-from-schema-1.x branch from d3674e2 to cae04f0 Compare September 10, 2018 15:29
@renovate renovate bot changed the title Update dependency @gql2ts/from-schema to v1.8.2 Update dependency @gql2ts/from-schema to v1.9.0 Sep 10, 2018
@renovate renovate bot force-pushed the renovate/gql2ts-from-schema-1.x branch from cae04f0 to e4ce7b4 Compare September 24, 2018 13:58
@renovate renovate bot changed the title Update dependency @gql2ts/from-schema to v1.9.0 Update dependency @gql2ts/from-schema to v1.10.0 Sep 24, 2018
@renovate renovate bot force-pushed the renovate/gql2ts-from-schema-1.x branch from e4ce7b4 to 7958476 Compare September 25, 2018 19:55
@renovate renovate bot changed the title Update dependency @gql2ts/from-schema to v1.10.0 Update dependency @gql2ts/from-schema to v1.10.1 Sep 25, 2018
@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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