Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2025

Removes tmp. It's no longer used after updating ancestor dependency @graphql-codegen/cli. These dependencies need to be updated together.

Removes tmp

Updates @graphql-codegen/cli from 1.21.8 to 6.0.0

Release notes

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

@​graphql-codegen/cli@​2.11.3

Patch Changes

  • b75ca4b48: Prevent cli from early returning when run init command.
Changelog

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

6.0.0

Major Changes

Patch Changes

5.0.7

Patch Changes

  • #10150 e324382 Thanks @​ArminWiebigke! - Allow functions to be passed as valid values for UrlSchemaOptions.customFetch. This was already possible, but the type definitions did not reflect that correctly.

  • #10358 157c823 Thanks @​eddeee888! - Remove extraneous error stacktrace if fails to load @parcel/watcher

  • Updated dependencies [e324382, 98392fc]:

    • @​graphql-codegen/plugin-helpers@​5.1.1
    • @​graphql-codegen/client-preset@​4.8.2

5.0.6

Patch Changes

... (truncated)

Commits
  • c1a8fd4 chore(release): update monorepo packages versions (#10426)
  • 140298a Next major version feature branch (#10218)
  • 72e1d99 chore(release): update monorepo packages versions (#10364)
  • e324382 Allow function as valid type for UrlSchemaOptions.customFetch (#10150)
  • 157c823 CODEGEN-787 - Improve handling of missing @​parcel/watcher scenario (#10358)
  • d72bbac chore(release): update monorepo packages versions (#10334)
  • 5d1c4e1 CODEGEN-334 - Fix ignoreNoDocuments swallowing all errors, not just no docume...
  • 10ab58d CODEGEN-334 - Improve error logging (#10333)
  • 20164e0 chore(release): update monorepo packages versions (#10284)
  • 7d7760d fix: Don't treat schema URLs as relative file paths for the watcher (#10282)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by theguild-bot, a new releaser for @​graphql-codegen/cli since your current version.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [tmp](https://github.com/raszi/node-tmp). It's no longer used after updating ancestor dependency [@graphql-codegen/cli](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli). These dependencies need to be updated together.


Removes `tmp`

Updates `@graphql-codegen/cli` from 1.21.8 to 6.0.0
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/graphql-codegen-cli/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/[email protected]/packages/graphql-codegen-cli)

---
updated-dependencies:
- dependency-name: tmp
  dependency-version: 
  dependency-type: indirect
- dependency-name: "@graphql-codegen/cli"
  dependency-version: 6.0.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 8, 2025
Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Greptile Summary

This PR updates the GraphQL code generation tooling in the catalog component by upgrading @graphql-codegen/cli from version 1.21.8 to 6.0.0 and removing the now-unused tmp dependency. This represents a significant leap across multiple major versions that brings substantial improvements to the GraphQL code generation pipeline.

The update modernizes the GraphQL codegen CLI with several key enhancements including better error handling, improved syntax error messages, and a new allowPartialOutputs flag for more resilient code generation. The CLI has migrated from the legacy inquirer package to @inquirer/prompts and bumped core dependencies like cosmiconfig (v9), debounce (v2), and jiti (v2.3) to their latest major versions. Additionally, the removal of @graphql-tools/prisma-loader streamlines the dependency tree.

The tmp dependency removal is a cleanup change - this package was a transitive dependency that's no longer required after the CLI upgrade. The project's existing Node 20 requirement aligns perfectly with the new CLI's runtime requirements (which dropped Node 18 support), ensuring compatibility. The update integrates seamlessly with the existing GraphQL codegen setup in /catalog/internals/graphql-codegen, which handles TypeScript type generation and GraphQL operations management through custom plugins and presets.

Confidence score: 3/5

  • This PR requires careful testing due to the major version jump spanning multiple breaking changes in the GraphQL codegen ecosystem
  • Score reflects the significant scope of changes across multiple major versions, though the Node version compatibility is already satisfied
  • Pay close attention to the GraphQL code generation pipeline and ensure all existing codegen scripts and configurations continue working properly

1 file reviewed, no comments

Edit Code Review Bot Settings | Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants