graphql-code-generator-community icon indicating copy to clipboard operation
graphql-code-generator-community copied to clipboard

Update outdated packages in @graphql-codegen/near-operation-file-preset

Open kumimaru2002 opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe.

The packages used in the @graphql-codegen/near-operation-file-preset are outdated. This can cause issues with compatibility and prevent users from taking advantage of new features and improvements in the latest versions of these packages.

Specifically, the following packages are outdated:

@graphql-codegen/cli @graphql-codegen/add @graphql-codegen/plugin-helpers @graphql-codegen/visitor-plugin-common @graphql-tools/utils Describe the solution you'd like

I would like to update the above-mentioned packages to their latest versions to ensure compatibility and access to the latest features and improvements. This will also help in maintaining the overall stability and security of the project.

Describe alternatives you've considered

An alternative solution would be to manually update these packages in my local environment, but this would not benefit the wider community. Updating the packages in the main repository ensures that all users can benefit from the improvements.

Additional context

Updating these packages will also help in resolving any potential issues that arise due to incompatibilities with other dependencies. Additionally, it will make it easier for contributors to work with the latest tools and libraries.

kumimaru2002 avatar Jul 09 '24 12:07 kumimaru2002