code-intel-extensions icon indicating copy to clipboard operation
code-intel-extensions copied to clipboard

Update dependency ts-graphql-plugin to v3

Open renovate[bot] opened this issue 2 years ago • 0 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ts-graphql-plugin ^2.1.6 -> ^3.1.2 age adoption passing confidence

Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.


Release Notes

Quramy/ts-graphql-plugin (ts-graphql-plugin)

v3.1.2

Compare Source

v3.1.1

Compare Source

What's Changed

Full Changelog: https://github.com/Quramy/ts-graphql-plugin/compare/v3.1.0...v3.1.1

v3.1.0

Compare Source

New Features

:tada: ts-graphql-plugin gets compat graphql-codegen :tada:
  • The new enabledGlobalFragments option allows to analyze operation and fragments defined in different templates without interpolation(e.g. ${postFragment}).
  • Function call expression is available as GraphQL document via tag option .

In combination these, ts-graplql-plugin works with graphql-codegen compatible code such as:

import { graphql } from "./gql";

const postFragment = graphql(`
  fragment PostFragment on Post {
    title
    author {
      name
    }
  }
`);

const query = graphql(`
  query AppQuery {
    popularPosts {
      id
      ...PostFragment
    }
  }
`);

See example If you want more details,

What's Changed

Full Changelog: https://github.com/Quramy/ts-graphql-plugin/compare/v3.0.2...v3.1.0

v3.0.2

Compare Source

Misc changes

New Contributors

Full Changelog: https://github.com/Quramy/ts-graphql-plugin/compare/v3.0.1...v3.0.2

v3.0.1

Compare Source

Misc

  • Allow TypeScript v5 as peer dependency

v3.0.0

Compare Source

Breaking Changes

v2.1.8

Compare Source

Misc

  • Make compatible to TypeScript v4.7

v2.1.7

Compare Source

Misc

  • Update graphql peer dependencies version( allow graphql: "^16") (#​808)

Configuration

📅 Schedule: Branch creation - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, 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[bot] avatar Jan 01 '23 08:01 renovate[bot]