chore(deps): update dependency @graphql-codegen/plugin-helpers to v7#13218
chore(deps): update dependency @graphql-codegen/plugin-helpers to v7#13218renovate[bot] wants to merge 1 commit into
Conversation
✅ Docs preview has no changesThe preview was not built because there were no changes. Build ID: bc8136371c4f722ab89a7a77 ✅ AI Style Review — No Changes DetectedNo MDX files were changed in this pull request. Review Log: View detailed log
|
|
commit: |
e23c02a to
7d0bf42
Compare
7d0bf42 to
40a28fd
Compare
9d0ca02 to
167af64
Compare
41ae73f to
5d569c2
Compare
eab1524 to
7d04571
Compare
7d04571 to
a0b17ef
Compare
This PR contains the following updates:
^6.0.0→^6.0.0 || ^7.0.0Release Notes
dotansimha/graphql-code-generator (@graphql-codegen/plugin-helpers)
v7.0.0Compare Source
Major Changes
#10496
afaace6Thanks @eddeee888! - BREAKING CHANGE: Update deps to latest, some
only support ESM
Node 20 support is dropped in this release. Node 22 comes with
require()support for ESM, whichmeans it's easier to integrate ES modules into applications. Therefore, it is safe to start using
ESM-only packages.
If you are a user, please upgrade to Node 22. If you are a lib maintainer and see ESM vs CJS
issues when running Jest tests, try using Vitest.
#10496
afaace6Thanks @eddeee888! - BREAKING CHANGE: Drop Node 20 support
Patch Changes
#10496
afaace6Thanks @eddeee888! - dependencies updates:
change-case-all@^2.1.0↗︎ (from1.0.15, independencies)#10496
afaace6Thanks @eddeee888! - dependencies updates:
change-case-all@^2.1.0↗︎ (from1.0.15, independencies)v6.3.0Compare Source
Minor Changes
#10659
e65d303Thanks @ikusakov2! - Add support for
externalDocumentsexternalDocumentsdeclares GraphQL documents that will be read but will not have type filesgenerated for them. These documents are available to plugins for type resolution (e.g. fragment
types), but no output files will be generated based on them. Accepts the same formats as
documents.This config option is useful for monorepos where each project may want to generate types for its
own documents, but some may need to read shared fragments from across projects.
Patch Changes
9a66574Thanks @renovate! - dependencies updates:
tslib@^2.8.0↗︎ (from~2.6.0, independencies)v6.2.1Compare Source
Patch Changes
2041865Thanks @dargmuesli! - Remove lodash.
v6.2.0Compare Source
Minor Changes
8c4db2aThanks @ikusakov2! - Allow GraphQLSchema to be passed directly to
generate({schema: ...}) function
v6.1.1Compare Source
Patch Changes
cdf5dc5Thanks @ardatan! - dependencies updates:
@graphql-tools/utils@^11.0.0↗︎(from
^10.0.0, independencies)v6.1.0Compare Source
Minor Changes
9e70bcbThanks @nickmessing! - add importExtension configuration option
Configuration
📅 Schedule: (in timezone America/Los_Angeles)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.