[PR #1966] [CLOSED] chore(deps-dev): bump @graphql-codegen/typescript from 2.3.1 to 2.4.1 #3589

Closed
opened 2026-03-17 01:11:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1966
Author: @dependabot[bot]
Created: 11/22/2021
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/graphql-codegen/typescript-2.4.1


📝 Commits (1)

  • 68507b7 chore(deps-dev): bump @graphql-codegen/typescript from 2.3.1 to 2.4.1

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 packages/hoppscotch-app/package.json (+1 -1)

📄 Description

Bumps @graphql-codegen/typescript from 2.3.1 to 2.4.1.

Release notes

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

@​graphql-codegen/typescript-resolvers@​2.4.1

Patch Changes

  • 3d57ec666: loosen return type of SubscriptionSubscribeFn from PromiseOrValue<AsyncIterator> to PromiseOrValue<AsyncIterable>. This fixes type conflicts with libraries such as ix/asynciterable and is what graphql-js expects.

@​graphql-codegen/typescript@​2.4.1

Patch Changes

  • Updated dependencies [a9f1f1594]
  • Updated dependencies [9ea6621ec]
    • @​graphql-codegen/visitor-plugin-common@​2.5.1

@​graphql-codegen/typescript-resolvers@​2.4.0

Minor Changes

  • 97ddb487a: feat: GraphQL v16 compatibility

Patch Changes

  • Updated dependencies [97ddb487a]
    • @​graphql-codegen/visitor-plugin-common@​2.5.0
    • @​graphql-codegen/typescript@​2.3.0
    • @​graphql-codegen/plugin-helpers@​2.3.0

@​graphql-codegen/typescript@​2.4.0

Minor Changes

  • 4c5c84c1b: Added InputMaybe, a different type of Maybe type for input/arguments
Changelog

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

2.4.1

Patch Changes

  • Updated dependencies [a9f1f1594]
  • Updated dependencies [9ea6621ec]
    • @​graphql-codegen/visitor-plugin-common@​2.5.1

2.4.0

Minor Changes

  • 4c5c84c1b: Added InputMaybe, a different type of Maybe type for input/arguments
Commits
  • 3fb3dd4 chore(release): update monorepo packages versions (#7044)
  • 9fce797 Upcoming Release Changes (#7023)
  • 4c5c84c Introduce inputMaybeValue configuration for typescript-related plugins (#...
  • d823f08 Fix default of wrapFieldDefinitions (#6994)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/1966 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/22/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/graphql-codegen/typescript-2.4.1` --- ### 📝 Commits (1) - [`68507b7`](https://github.com/hoppscotch/hoppscotch/commit/68507b7142244cc8ac057ad5ee5bf873b690a37f) chore(deps-dev): bump @graphql-codegen/typescript from 2.3.1 to 2.4.1 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-app/package.json` (+1 -1) </details> ### 📄 Description Bumps [@graphql-codegen/typescript](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typescript) from 2.3.1 to 2.4.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dotansimha/graphql-code-generator/releases"><code>@​graphql-codegen/typescript</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​graphql-codegen/typescript-resolvers</code><a href="https://github.com/2"><code>@​2</code></a>.4.1</h2> <h3>Patch Changes</h3> <ul> <li>3d57ec666: loosen return type of SubscriptionSubscribeFn from <code>PromiseOrValue&lt;AsyncIterator&gt;</code> to <code>PromiseOrValue&lt;AsyncIterable&gt;</code>. This fixes type conflicts with libraries such as <code>ix/asynciterable</code> and is what <code>graphql-js</code> expects.</li> </ul> <h2><code>@​graphql-codegen/typescript</code><a href="https://github.com/2"><code>@​2</code></a>.4.1</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [a9f1f1594]</li> <li>Updated dependencies [9ea6621ec] <ul> <li><code>@​graphql-codegen/visitor-plugin-common</code><a href="https://github.com/2"><code>@​2</code></a>.5.1</li> </ul> </li> </ul> <h2><code>@​graphql-codegen/typescript-resolvers</code><a href="https://github.com/2"><code>@​2</code></a>.4.0</h2> <h3>Minor Changes</h3> <ul> <li>97ddb487a: feat: GraphQL v16 compatibility</li> </ul> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [97ddb487a] <ul> <li><code>@​graphql-codegen/visitor-plugin-common</code><a href="https://github.com/2"><code>@​2</code></a>.5.0</li> <li><code>@​graphql-codegen/typescript</code><a href="https://github.com/2"><code>@​2</code></a>.3.0</li> <li><code>@​graphql-codegen/plugin-helpers</code><a href="https://github.com/2"><code>@​2</code></a>.3.0</li> </ul> </li> </ul> <h2><code>@​graphql-codegen/typescript</code><a href="https://github.com/2"><code>@​2</code></a>.4.0</h2> <h3>Minor Changes</h3> <ul> <li>4c5c84c1b: Added InputMaybe, a different type of Maybe type for input/arguments</li> </ul> </blockquote> </details> <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>2.4.1</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [a9f1f1594]</li> <li>Updated dependencies [9ea6621ec] <ul> <li><code>@​graphql-codegen/visitor-plugin-common</code><a href="https://github.com/2"><code>@​2</code></a>.5.1</li> </ul> </li> </ul> <h2>2.4.0</h2> <h3>Minor Changes</h3> <ul> <li>4c5c84c1b: Added InputMaybe, a different type of Maybe type for input/arguments</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/3fb3dd4ddf145d007d89deead0610d26b38f2665"><code>3fb3dd4</code></a> chore(release): update monorepo packages versions (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typescript/issues/7044">#7044</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/9fce7976d1af894aabcfd9b779551ae3bcd10093"><code>9fce797</code></a> Upcoming Release Changes (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typescript/issues/7023">#7023</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/4c5c84c1b8d2e468a2277a7674513b99ade2a32d"><code>4c5c84c</code></a> Introduce <code>inputMaybeValue</code> configuration for <code>typescript</code>-related plugins (#...</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/d823f08443502ce8d1f74a58362c5b3be50b073e"><code>d823f08</code></a> Fix default of wrapFieldDefinitions (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typescript/issues/6994">#6994</a>)</li> <li>See full diff in <a href="https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript@2.4.1/packages/plugins/typescript/typescript">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@graphql-codegen/typescript&package-manager=npm_and_yarn&previous-version=2.3.1&new-version=2.4.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:11:23 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#3589
No description provided.