-
Notifications
You must be signed in to change notification settings - Fork 2.7k
chore(deps): update dependency @graphql-codegen/plugin-helpers to v6 #12922
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
|
commit: |
size-limit report 📦
|
✅ Docs preview readyThe preview is ready to be viewed. View the preview File Changes 0 new, 1 changed, 0 removed
Build ID: 90c91b71b1da1329b717927a URL: https://www.apollographql.com/docs/deploy-preview/90c91b71b1da1329b717927a |
4b1323c
to
3b85530
Compare
3b85530
to
3555989
Compare
3555989
to
cc5865f
Compare
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot]
.This notice will be removed on 2025-10-07.
This PR contains the following updates:
^5.0.0
->^5.0.0 || ^6.0.0
Release Notes
dotansimha/graphql-code-generator (@graphql-codegen/plugin-helpers)
v6.0.0
Compare Source
Major Changes
#10218
140298a
Thanks @eddeee888! - BREAKING CHANGES: Do not generate __isTypeOf for non-implementing types or non-union members#10218
140298a
Thanks @eddeee888! - Remove deprecated optionwatchConfig
#10218
140298a
Thanks @eddeee888! - Ensure Federation Interfaces have__resolveReference
if they are resolvable entitiesBREAKING CHANGES: Deprecate
onlyResolveTypeForInterfaces
because majority of use cases cannot implement resolvers in Interfaces.BREAKING CHANGES: Deprecate
generateInternalResolversIfNeeded.__resolveReference
because types do not have__resolveReference
if they are not Federation entities or are not resolvable. Users should not have to manually set this option. This option was put in to wait for this major version.#10218
140298a
Thanks @eddeee888! - BREAKING CHANGE: Improve Federation Entity's resolvers' parent param type: These types were using reference types inline. This makes it hard to handle mappers. The Parent type now all comes from ParentResolverTypes to make handling mappers and parent types simpler.#10218
140298a
Thanks @eddeee888! - Fixmappers
usage with Federationmappers
was previously used as__resolveReference
's first param (usually called "reference"). However, this is incorrect becausereference
interface comes directly from@key
and@requires
directives. This patch fixes the issue by creating a newFederationTypes
type and use it as the base for federation entity types when being used to type entity references.BREAKING CHANGES: No longer generate
UnwrappedObject
utility type, as this was used to support the wrong previously generated type.#10218
140298a
Thanks @eddeee888! - Drop Node 18 supportMinor Changes
140298a
Thanks @eddeee888! - AddallowPartialOutputs
flag to partially write successful generation to filesPatch Changes
#10218
140298a
Thanks @eddeee888! - Update @requires type#10218
140298a
Thanks @eddeee888! - Fix fields or object types marked with @external being wrongly generatedConfiguration
📅 Schedule: Branch creation - "every weekend" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 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.