Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Update dependency ts-graphql-plugin to v3 #848

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2023

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: Quramy/ts-graphql-plugin@v3.1.0...v3.1.1

v3.1.0

Compare Source

New Features

🎉 ts-graphql-plugin gets compat graphql-codegen 🎉
  • 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: Quramy/ts-graphql-plugin@v3.0.2...v3.1.0

v3.0.2

Compare Source

Misc changes

New Contributors

Full Changelog: Quramy/ts-graphql-plugin@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 renovate bot force-pushed the renovate/ts-graphql-plugin-3.x branch from 7c4fad1 to 122cfcf Compare March 30, 2023 02:05
@renovate renovate bot force-pushed the renovate/ts-graphql-plugin-3.x branch from 122cfcf to a79c6d9 Compare February 29, 2024 16:28
@renovate renovate bot force-pushed the renovate/ts-graphql-plugin-3.x branch from a79c6d9 to a077c2d Compare March 15, 2024 16:30
@renovate renovate bot force-pushed the renovate/ts-graphql-plugin-3.x branch from a077c2d to 8f2847c Compare March 16, 2024 07:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants