Quramy / ts-graphql-plugin

TypeScript Language Service Plugin for GraphQL developers
MIT License
726 stars 26 forks source link

chore(deps): update graphqlcodegenerator monorepo #1366

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 3 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-codegen/cli (source) 5.0.2 -> 5.0.3 age adoption passing confidence
@graphql-codegen/client-preset (source) 4.3.2 -> 4.4.0 age adoption passing confidence
@graphql-codegen/typescript (source) 4.0.9 -> 4.1.0 age adoption passing confidence
@graphql-codegen/typescript-document-nodes (source) 4.0.9 -> 4.0.10 age adoption passing confidence

Release Notes

dotansimha/graphql-code-generator (@​graphql-codegen/cli) ### [`v5.0.3`](https://redirect.github.com/dotansimha/graphql-code-generator/blob/HEAD/packages/graphql-codegen-cli/CHANGELOG.md#503) [Compare Source](https://redirect.github.com/dotansimha/graphql-code-generator/compare/@graphql-codegen/cli@5.0.2...@graphql-codegen/cli@5.0.3) ##### Patch Changes - [#​10069](https://redirect.github.com/dotansimha/graphql-code-generator/pull/10069) [`8bb34e7`](https://redirect.github.com/dotansimha/graphql-code-generator/commit/8bb34e7cd23a8891313828291c9f2edd6a3b67bc) Thanks [@​renovate](https://redirect.github.com/apps/renovate)! - dependencies updates: - Updated dependency [`@whatwg-node/fetch@^0.9.20` ↗︎](https://www.npmjs.com/package/@​whatwg-node/fetch/v/0.9.20) (from `^0.8.0`, in `dependencies`) - Updated dependency [`graphql-config@^5.1.1` ↗︎](https://www.npmjs.com/package/graphql-config/v/5.1.1) (from `^5.0.2`, in `dependencies`) - [`e0092b5`](https://redirect.github.com/dotansimha/graphql-code-generator/commit/e0092b548f51c95be19c232515cf9a72873e7b83) Thanks [@​ardatan](https://redirect.github.com/ardatan)! - Bump whatwg-node and graphql-config - Updated dependencies \[[`8471a18`](https://redirect.github.com/dotansimha/graphql-code-generator/commit/8471a180cd61dc03dedace87876c5973b09b35f8), [`67e7556`](https://redirect.github.com/dotansimha/graphql-code-generator/commit/67e75561a3e862f26cfbb40e8ec5a08f821f9ddf)]: - [@​graphql-codegen/client-preset](https://redirect.github.com/graphql-codegen/client-preset)[@​4](https://redirect.github.com/4).4.0
dotansimha/graphql-code-generator (@​graphql-codegen/client-preset) ### [`v4.4.0`](https://redirect.github.com/dotansimha/graphql-code-generator/blob/HEAD/packages/presets/client/CHANGELOG.md#440) [Compare Source](https://redirect.github.com/dotansimha/graphql-code-generator/compare/@graphql-codegen/client-preset@4.3.3...@graphql-codegen/client-preset@4.4.0) ##### Minor Changes - [#​10073](https://redirect.github.com/dotansimha/graphql-code-generator/pull/10073) [`8471a18`](https://redirect.github.com/dotansimha/graphql-code-generator/commit/8471a180cd61dc03dedace87876c5973b09b35f8) Thanks [@​n1ru4l](https://redirect.github.com/n1ru4l)! - Reduce noise of generated code by only generating code relevant to GraphQL operations. ##### Patch Changes - [#​10075](https://redirect.github.com/dotansimha/graphql-code-generator/pull/10075) [`67e7556`](https://redirect.github.com/dotansimha/graphql-code-generator/commit/67e75561a3e862f26cfbb40e8ec5a08f821f9ddf) Thanks [@​n1ru4l](https://redirect.github.com/n1ru4l)! - Add note about enabling bundle size reduction for the generated `graphql` tag file. - Updated dependencies \[[`67e7556`](https://redirect.github.com/dotansimha/graphql-code-generator/commit/67e75561a3e862f26cfbb40e8ec5a08f821f9ddf), [`3f4f546`](https://redirect.github.com/dotansimha/graphql-code-generator/commit/3f4f5466ff168ad822b9a00d83d3779078e6d8c4)]: - [@​graphql-codegen/gql-tag-operations](https://redirect.github.com/graphql-codegen/gql-tag-operations)[@​4](https://redirect.github.com/4).0.10 - [@​graphql-codegen/visitor-plugin-common](https://redirect.github.com/graphql-codegen/visitor-plugin-common)[@​5](https://redirect.github.com/5).4.0 - [@​graphql-codegen/typescript-operations](https://redirect.github.com/graphql-codegen/typescript-operations)[@​4](https://redirect.github.com/4).3.0 - [@​graphql-codegen/typescript](https://redirect.github.com/graphql-codegen/typescript)[@​4](https://redirect.github.com/4).1.0 - [@​graphql-codegen/typed-document-node](https://redirect.github.com/graphql-codegen/typed-document-node)[@​5](https://redirect.github.com/5).0.10 ### [`v4.3.3`](https://redirect.github.com/dotansimha/graphql-code-generator/blob/HEAD/packages/presets/client/CHANGELOG.md#433) [Compare Source](https://redirect.github.com/dotansimha/graphql-code-generator/compare/@graphql-codegen/client-preset@4.3.2...@graphql-codegen/client-preset@4.3.3) ##### Patch Changes - [#​9817](https://redirect.github.com/dotansimha/graphql-code-generator/pull/9817) [`7ac42a3`](https://redirect.github.com/dotansimha/graphql-code-generator/commit/7ac42a33915985b9504bc16f38a22e057bbcd1ab) Thanks [@​nikitalocalhost](https://redirect.github.com/nikitalocalhost)! - Resolve runtime error when using the babel plugin within an ESM environment.
dotansimha/graphql-code-generator (@​graphql-codegen/typescript) ### [`v4.1.0`](https://redirect.github.com/dotansimha/graphql-code-generator/blob/HEAD/packages/plugins/typescript/typescript/CHANGELOG.md#410) [Compare Source](https://redirect.github.com/dotansimha/graphql-code-generator/compare/@graphql-codegen/typescript@4.0.9...@graphql-codegen/typescript@4.1.0) ##### Minor Changes - [#​10077](https://redirect.github.com/dotansimha/graphql-code-generator/pull/10077) [`3f4f546`](https://redirect.github.com/dotansimha/graphql-code-generator/commit/3f4f5466ff168ad822b9a00d83d3779078e6d8c4) Thanks [@​eddeee888](https://redirect.github.com/eddeee888)! - Extend `config.avoidOptions` to support query, mutation and subscription Previously, `config.avoidOptions.resolvers` was being used to make query, mutation and subscription fields non-optional. Now, `config.avoidOptions.query`, `config.avoidOptions.mutation` and `config.avoidOptions.subscription` can be used to target the respective types. ##### Patch Changes - Updated dependencies \[[`3f4f546`](https://redirect.github.com/dotansimha/graphql-code-generator/commit/3f4f5466ff168ad822b9a00d83d3779078e6d8c4)]: - [@​graphql-codegen/visitor-plugin-common](https://redirect.github.com/graphql-codegen/visitor-plugin-common)[@​5](https://redirect.github.com/5).4.0
dotansimha/graphql-code-generator (@​graphql-codegen/typescript-document-nodes) ### [`v4.0.10`](https://redirect.github.com/dotansimha/graphql-code-generator/blob/HEAD/packages/plugins/typescript/document-nodes/CHANGELOG.md#4010) [Compare Source](https://redirect.github.com/dotansimha/graphql-code-generator/compare/@graphql-codegen/typescript-document-nodes@4.0.9...@graphql-codegen/typescript-document-nodes@4.0.10) ##### Patch Changes - Updated dependencies \[[`3f4f546`](https://redirect.github.com/dotansimha/graphql-code-generator/commit/3f4f5466ff168ad822b9a00d83d3779078e6d8c4)]: - [@​graphql-codegen/visitor-plugin-common](https://redirect.github.com/graphql-codegen/visitor-plugin-common)[@​5](https://redirect.github.com/5).4.0

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.23%. Comparing base (fc7af94) to head (c315a3d). Report is 2 commits behind head on main.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/Quramy/ts-graphql-plugin/pull/1366/graphs/tree.svg?width=650&height=150&src=pr&token=Kz1gKB5U03&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yosuke+Kurami)](https://app.codecov.io/gh/Quramy/ts-graphql-plugin/pull/1366?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yosuke+Kurami) ```diff @@ Coverage Diff @@ ## main #1366 +/- ## ========================================== + Coverage 96.03% 96.23% +0.20% ========================================== Files 80 80 Lines 5956 5956 Branches 1183 1187 +4 ========================================== + Hits 5720 5732 +12 + Misses 230 217 -13 - Partials 6 7 +1 ``` [see 5 files with indirect coverage changes](https://app.codecov.io/gh/Quramy/ts-graphql-plugin/pull/1366/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yosuke+Kurami)