Build(deps): bump @graphql-codegen/typescript from 4.0.0 to 4.0.1 #1274

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-graphql-codegen-typescript-4.0.1 into master 2023-06-20 05:49:57 +00:00
argoyle commented 2023-06-20 04:38:36 +00:00 (Migrated from gitlab.com)

Bumps @graphql-codegen/typescript from 4.0.0 to 4.0.1.

Changelog

Sourced from @​graphql-codegen/typescript's changelog.

4.0.1

Patch Changes

  • #9497 2276708d0 Thanks @​eddeee888! - Revert default ID scalar input type to string

    We changed the ID Scalar input type from string to string | number in the latest major version of typescript plugin. This causes issues for server plugins (e.g. typescript-resolvers) that depends on typescript plugin. This is because the scalar type needs to be manually inverted on setup which is confusing.

  • Updated dependencies [2276708d0]:

    • @​graphql-codegen/visitor-plugin-common@​4.0.1
Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR. Deprecated, use GitLab's native /rebase instead
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [@graphql-codegen/typescript](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typescript) from 4.0.0 to 4.0.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/typescript/CHANGELOG.md"><code>@​graphql-codegen/typescript</code>'s changelog</a>.</em></p> <blockquote> <h2>4.0.1</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://github.com/dotansimha/graphql-code-generator/pull/9497">#9497</a> <a href="https://github.com/dotansimha/graphql-code-generator/commit/2276708d0ea2aab4942136923651226de4aabe5a"><code>2276708d0</code></a> Thanks <a href="https://github.com/eddeee888"><code>@​eddeee888</code></a>! - Revert default ID scalar input type to string</p> <p>We changed the ID Scalar input type from <code>string</code> to <code>string | number</code> in the latest major version of <code>typescript</code> plugin. This causes issues for server plugins (e.g. typescript-resolvers) that depends on <code>typescript</code> plugin. This is because the scalar type needs to be manually inverted on setup which is confusing.</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/dotansimha/graphql-code-generator/commit/2276708d0ea2aab4942136923651226de4aabe5a"><code>2276708d0</code></a>]:</p> <ul> <li><code>@​graphql-codegen/visitor-plugin-common</code><a href="https://github.com/4"><code>@​4</code></a>.0.1</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/a509268237c4b4fbca1aa195d991ca11819586f8"><code>a509268</code></a> Upcoming Release Changes (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typescript/issues/9501">#9501</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/2276708d0ea2aab4942136923651226de4aabe5a"><code>2276708</code></a> Revert default ID scalar input type to string (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typescript/issues/9497">#9497</a>)</li> <li>See full diff in <a href="https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript@4.0.1/packages/plugins/typescript/typescript">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot rebase` will rebase this MR. Deprecated, use GitLab's native /rebase instead - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle (Migrated from gitlab.com) merged commit into master 2023-06-20 05:49:57 +00:00
Sign in to join this conversation.