fix(deps): update minor dependencies#152
Conversation
acce2ba to
85adbb6
Compare
18619b2 to
d8fc440
Compare
604638d to
0374c83
Compare
797add5 to
2286143
Compare
c39a10d to
bdb8acc
Compare
bb408cd to
8174f99
Compare
8174f99 to
ae565fb
Compare
c36d7fe to
f603458
Compare
84433d3 to
1af291f
Compare
1af291f to
971dac3
Compare
d2e065c to
17aeb9f
Compare
0d01246 to
5bccfab
Compare
29d630d to
a598f33
Compare
aa6561f to
63907a0
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
WalkthroughThis update primarily focuses on upgrading various dependencies across multiple configuration files, including Docker images and Node packages. Key upgrades include the Changes
Possibly related issues
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
yarn.lockis excluded by!**/yarn.lock,!**/*.lock
Files selected for processing (5)
- cloudbuild.yaml (1 hunks)
- docker-compose.yaml (1 hunks)
- package.json (1 hunks)
- packages/backend/package.json (1 hunks)
- packages/frontend/package.json (1 hunks)
Files skipped from review due to trivial changes (2)
- cloudbuild.yaml
- package.json
Additional comments not posted (12)
packages/frontend/package.json (7)
20-21: Updatesemantic-uipackages to latest versions.Review the changes in
semantic-ui-cssandsemantic-ui-reactto ensure compatibility.
31-31: Update@types/reactto 17.0.80.Verify that the updated types do not introduce any compatibility issues.
24-24: Update@babel/coreto 7.25.2.Check for any breaking changes or new features introduced in this version.
14-15: Update@emotionpackages to latest versions.Verify that the changes in
@emotion/babel-preset-css-propand@emotion/reactdo not introduce breaking changes.
25-25: Update@emotion/babel-pluginto 11.12.0.Ensure compatibility with any breaking changes or new features introduced in this version.
16-16: Updategraphqlto 15.9.0.Ensure compatibility with any breaking changes or new features introduced in this version.
13-13: Update@apollo/clientto 3.11.4.Ensure compatibility with any breaking changes or new features introduced in this version.
Verification successful
Update
@apollo/clientto 3.11.4: No Breaking Changes DetectedThe changelog for version 3.11.4 of
@apollo/clientindicates patch changes that do not introduce breaking changes. These include updates to theModifierfunction type and a fix for a potential crash when callingclearStoreduring an active query. Ensure your codebase handles these scenarios if applicable.
- Patch Changes:
- Updated
Modifierfunction type forcache.modify.- Fixed a potential crash with
client.clearStore()during query execution.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Check for breaking changes in @apollo/client 3.11.4 # Test: Search for release notes or changelog. Expect: No breaking changes affecting current usage. gh repo view apollographql/apollo-client --webLength of output: 135
Script:
#!/bin/bash # Fetch the changelog or release notes for @apollo/client version 3.11.4 # Search for changelog or release notes files in the apollographql/apollo-client repository gh repo clone apollographql/apollo-client cd apollo-client # Look for changelog or release notes mentioning version 3.11.4 rg -i "3.11.4" CHANGELOG.md RELEASE_NOTES.mdLength of output: 281
Script:
#!/bin/bash # Extract details for version 3.11.4 from the CHANGELOG.md # Use ripgrep to print the section for version 3.11.4 rg -A 10 -i "## 3.11.4" CHANGELOG.mdLength of output: 91
Script:
#!/bin/bash # Search for any file that might contain changelog or release notes information # List all files in the repository to find potential changelog files find . -type f -iname '*changelog*' -o -iname '*release*'Length of output: 403
Script:
#!/bin/bash # Extract details for version 3.11.4 from the CHANGELOG.md using the correct path # Use ripgrep to print the section for version 3.11.4 rg -A 10 -i "## 3.11.4" ./apollo-client/CHANGELOG.mdLength of output: 867
docker-compose.yaml (1)
19-19: Update MySQL Docker image to 8.4.Ensure compatibility with any breaking changes or new features introduced in this version.
packages/backend/package.json (4)
25-31: Update@nestjspackages to latest versions.Verify that the changes in
@nestjs/cli,@nestjs/common,@nestjs/config,@nestjs/core,@nestjs/graphql,@nestjs/platform-express, and@nestjs/schematicsdo not introduce breaking changes.
33-34: Updateapollo-server-expressandgraphqlto latest versions.Ensure compatibility with any breaking changes or new features introduced in these versions.
38-40: Updatereflect-metadataandrxjsto latest versions.Verify that the updates do not introduce any compatibility issues.
43-51: Update testing and TypeScript tooling packages to latest versions.Ensure compatibility with any breaking changes or new features introduced in
@nestjs/testing,@types/express,@types/jest,@types/supertest,jest,supertest,ts-jest,ts-loader, andtsconfig-paths.
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
yarn.lockis excluded by!**/yarn.lock,!**/*.lock
Files selected for processing (5)
- cloudbuild.yaml (1 hunks)
- docker-compose.yaml (1 hunks)
- package.json (1 hunks)
- packages/backend/package.json (1 hunks)
- packages/frontend/package.json (1 hunks)
Files skipped from review due to trivial changes (1)
- package.json
Files skipped from review as they are similar to previous changes (4)
- cloudbuild.yaml
- docker-compose.yaml
- packages/backend/package.json
- packages/frontend/package.json
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
yarn.lockis excluded by!**/yarn.lock,!**/*.lock
Files selected for processing (5)
- cloudbuild.yaml (1 hunks)
- docker-compose.yaml (1 hunks)
- package.json (1 hunks)
- packages/backend/package.json (1 hunks)
- packages/frontend/package.json (1 hunks)
Files skipped from review due to trivial changes (1)
- package.json
Files skipped from review as they are similar to previous changes (4)
- cloudbuild.yaml
- docker-compose.yaml
- packages/backend/package.json
- packages/frontend/package.json
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
yarn.lockis excluded by!**/yarn.lock,!**/*.lock
Files selected for processing (5)
- cloudbuild.yaml (1 hunks)
- docker-compose.yaml (1 hunks)
- package.json (1 hunks)
- packages/backend/package.json (1 hunks)
- packages/frontend/package.json (1 hunks)
Files skipped from review due to trivial changes (2)
- cloudbuild.yaml
- package.json
Additional comments not posted (22)
packages/frontend/package.json (9)
13-13: LGTM!The update to
@apollo/clientfrom3.5.5to3.11.5is approved. Ensure compatibility with the rest of the codebase.
14-14: LGTM!The update to
@emotion/babel-preset-css-propfrom11.2.0to11.12.0is approved. Ensure compatibility with the rest of the codebase.
15-15: LGTM!The update to
@emotion/reactfrom11.7.0to11.13.3is approved. Ensure compatibility with the rest of the codebase.
16-16: LGTM!The update to
graphqlfrom15.7.2to15.9.0is approved. Ensure compatibility with the rest of the codebase.
20-20: LGTM!The update to
semantic-ui-cssfrom2.4.1to2.5.0is approved. Ensure compatibility with the rest of the codebase.
21-21: LGTM!The update to
semantic-ui-reactfrom2.0.4to2.1.5is approved. Ensure compatibility with the rest of the codebase.
24-24: LGTM!The update to
@babel/corefrom7.16.0to7.25.2is approved. Ensure compatibility with the rest of the codebase.
25-25: LGTM!The update to
@emotion/babel-pluginfrom11.3.0to11.12.0is approved. Ensure compatibility with the rest of the codebase.
31-31: LGTM!The update to
@types/reactfrom17.0.37to17.0.80is approved. Ensure compatibility with the rest of the codebase.docker-compose.yaml (1)
19-19: LGTM!The update to the MySQL image version from
8.0to8.4is approved. Ensure compatibility with the rest of the codebase.packages/backend/package.json (12)
25-25: LGTM!The update to
@nestjs/clifrom8.1.6to8.2.8is approved. Ensure compatibility with the rest of the codebase.
26-26: LGTM!The update to
@nestjs/commonfrom8.2.4to8.4.7is approved. Ensure compatibility with the rest of the codebase.
27-27: LGTM!The update to
@nestjs/configfrom1.1.5to1.2.1is approved. Ensure compatibility with the rest of the codebase.
30-30: LGTM!The update to
@nestjs/platform-expressfrom8.2.4to8.4.7is approved. Ensure compatibility with the rest of the codebase.
31-31: LGTM!The update to
@nestjs/schematicsfrom8.0.5to8.0.11is approved. Ensure compatibility with the rest of the codebase.
33-33: LGTM!The update to
apollo-server-expressfrom2.25.3to2.26.2is approved. Ensure compatibility with the rest of the codebase.
34-34: LGTM!The update to
graphqlfrom15.7.2to15.9.0is approved. Ensure compatibility with the rest of the codebase.
38-38: LGTM!The update to
reflect-metadatafrom0.1.13to0.2.2is approved. Ensure compatibility with the rest of the codebase.
40-40: LGTM!The update to
rxjsfrom7.4.0to7.8.1is approved. Ensure compatibility with the rest of the codebase.
43-43: LGTM!The update to
@nestjs/testingfrom8.2.4to8.4.7is approved. Ensure compatibility with the rest of the codebase.
44-44: LGTM!The update to
@types/expressfrom4.17.13to4.17.21is approved. Ensure compatibility with the rest of the codebase.
45-45: LGTM!The update to
@types/jestfrom27.0.3to27.5.2is approved. Ensure compatibility with the rest of the codebase
This PR contains the following updates:
3.5.5→3.14.17.16.0→7.29.011.3.0→11.13.511.2.0→11.12.011.7.0→11.12.011.7.0→11.14.08.1.6→8.2.88.2.4→8.4.71.1.5→1.2.18.2.4→8.4.78.0.5→8.0.118.2.4→8.4.74.17.13→4.17.2527.0.3→27.5.214.18.0→14.18.6317.0.37→17.0.912.0.11→2.0.162.25.3→2.26.28.3.0→8.10.22.5.0→2.7.10.13.2→0.13.112.25.3→2.32.04.0.0→4.2.57.27.1→7.37.54.3.0→4.6.21.17→1.3715.7.2→15.10.227.4.3→27.5.18.0→8.42.5.0→2.8.80.1.13→0.2.27.4.0→7.8.22.4.1→2.5.02.0.4→2.1.56.1.6→6.3.427.0.7→27.1.59.2.6→9.5.710.4.0→10.9.23.12.0→3.15.04.5.2→4.9.5Release Notes
apollographql/apollo-client (@apollo/client)
v3.14.1Compare Source
Patch Changes
#13168
6b84ec0Thanks @jerelmiller! - Fix issue where muting a deprecation from one entrypoint would not mute the warning when checked in a different entrypoint. This caused some rogue deprecation warnings to appear in the console even though the warnings should have been muted.#12970
f91fab5Thanks @acemir! - Add a deprecation message for thevariableMatcheroption inMockLink.#13168
6b84ec0Thanks @jerelmiller! - Ensure deprecation warnings are properly silenced in React hooks when globally disabled.v3.14.0Compare Source
Minor Changes
#12752
8b779b4Thanks @jerelmiller! - Add deprecations and warnings to remaining APIs changed in Apollo Client 4.0.#12746
0bcd2f4Thanks @jerelmiller! - Add warnings and deprecations for options and methods for all React APIs.#12751
567cad8Thanks @jerelmiller! - Add@deprecatedtags to all properties returned from any query API (e.g.client.query,observableQuery.refetch, etc.),client.mutate, andclient.subscribethat are no longer available in Apollo Client 4.0.#12746
0bcd2f4Thanks @jerelmiller! - AddpreloadQuery.toPromise(queryRef)as a replacement forqueryRef.toPromise().queryRef.toPromise()has been removed in Apollo Client 4.0 in favor ofpreloadQuery.toPromiseand is now considered deprecated.#12736
ea89440Thanks @jerelmiller! - Add deprecations and deprecation warnings forApolloClientoptions and methods.#12763
5de6a3dThanks @jerelmiller! - Version bump only to release latest asrc.#12459
1c5a031Thanks @jerelmiller! - ResetaddTypenameTransformandfragmentscaches when callingcache.gc()only whenresetResultCacheistrue.#12743
92ad409Thanks @jerelmiller! - Add deprecations and warnings foraddTypenameinInMemoryCacheandMockedProvider.#12743
92ad409Thanks @jerelmiller! - Add deprecations and warnings forcanonizeResults.#12751
567cad8Thanks @jerelmiller! - Warn when using astandbyfetch policy withclient.query.Patch Changes
ecf3de1Thanks @phryneas! - Prevent field policies from overwriting/merging into supertype field policies.v3.13.9Compare Source
Patch Changes
32c9aa9Thanks @phryneas! - Fix a possible race condition on queries that were reobserved before they were subscribed to the first time.v3.13.8Compare Source
Patch Changes
c19d415Thanks @thearchitector! - Fix in-flight multipart urql subscription cancellationv3.13.7Compare Source
Patch Changes
#12540
0098932Thanks @phryneas! - Refactor: Move notification scheduling logic fromQueryInfotoObservableQuery#12540
0098932Thanks @phryneas! - Refactored cache emit logic for ObservableQuery. This should be an invisible change.v3.13.6Compare Source
Patch Changes
cdc55ffThanks @phryneas! - keep ObservableQuery created by useQuery non-active before it is first subscribedv3.13.5Compare Source
Patch Changes
12c8d06Thanks @jerelmiller! - Fix an issue where acache-firstquery would return the result for previous variables when a cache update is issued after simultaneously changing variables and skipping the query.v3.13.4Compare Source
Patch Changes
fee9368Thanks @jorenbroekema! - Use import star fromrehacktto prevent issues with importing named exports from external CJS modules.v3.13.3Compare Source
Patch Changes
#12362
f6d387cThanks @jerelmiller! - Fixes an issue where callingobservableQuery.getCurrentResult()when theerrorPolicywas set toallwould return thenetworkStatusasNetworkStatus.readywhen there were errors returned in the result. This has been corrected to reportNetworkStatus.error.This bug also affected the
useQueryanduseLazyQueryhooks and may affect you if you check fornetworkStatusin your component.v3.13.2Compare Source
Patch Changes
#12409
6aa2f3eThanks @phryneas! - To mitigate problems when Apollo Client ends up more than once in the bundle, some unique symbols were converted intoSymbol.forcalls.#12392
644bb26Thanks @Joja81! - Fixes an issue where the DeepOmit type would turn optional properties into required properties. This should only affect you if you were using the omitDeep or stripTypename utilities exported by Apollo Client.#12404
4332b88Thanks @jerelmiller! - ShowNaNrather than converting tonullin debug messages fromMockLinkfor unmatchedvariablesvalues.v3.13.1Compare Source
Patch Changes
#12369
bdfc5b2Thanks @phryneas! -ObervableQuery.refetch: don't refetch withcache-and-network, swich tonetwork-onlyinstead#12375
d3f8f13Thanks @jerelmiller! - Export theUseSuspenseFragmentOptionstype.v3.13.0Compare Source
Minor Changes
#12066
c01da5dThanks @jerelmiller! - Adds a newuseSuspenseFragmenthook.useSuspenseFragmentsuspends untildatais complete. It is a drop-in replacement foruseFragmentwhen you prefer to use Suspense to control the loading state of a fragment. See the documentation for more details.#12174
ba5cc33Thanks @jerelmiller! - Ensure errors thrown in theonCompletedcallback fromuseMutationdon't callonError.#12340
716d02eThanks @phryneas! - Deprecate theonCompletedandonErrorcallbacks ofuseQueryanduseLazyQuery.For more context, please see the related issue on GitHub.
#12276
670f112Thanks @Cellule! - Provide a more type-safe option for the previous data value passed toobservableQuery.updateQuery. Using it could result in crashes at runtime as this callback could be called with partial data even though its type reported the value as a complete result.The
updateQuerycallback function is now called with a new type-safepreviousDataproperty and a newcompleteproperty in the 2nd argument that determines whetherpreviousDatais a complete or partial result.As a result of this change, it is recommended to use the
previousDataproperty passed to the 2nd argument of the callback rather than using the previous data value from the first argument since that value is not type-safe. The first argument is now deprecated and will be removed in a future version of Apollo Client.#12174
ba5cc33Thanks @jerelmiller! - Reject the mutation promise if errors are thrown in theonCompletedcallback ofuseMutation.Patch Changes
#12276
670f112Thanks @Cellule! - Fix the return type of theupdateQueryfunction to allow forundefined.updateQueryhad the ability to bail out of the update by returning a falsey value, but the return type enforced a query value.#12296
2422df2Thanks @Cellule! - Deprecate optionignoreResultsinuseMutation.Once this option is removed, existing code still using it might see increase in re-renders.
If you don't want to synchronize your component state with the mutation, please use
useApolloClientto get your ApolloClient instance and callclient.mutatedirectly.#12338
67c16c9Thanks @phryneas! - In case of a multipart response (e.g. with@defer), query deduplication willnow keep going until the final chunk has been received.
#12276
670f112Thanks @Cellule! - Fix the type of thevariablesproperty passed as the 2nd argument to thesubscribeToMorecallback. This was previously reported as thevariablestype for the subscription itself, but is now properly typed as the queryvariables.v3.12.11Compare Source
Patch Changes
#12351
3da908bThanks @jerelmiller! - Fixes an issue where the wrongnetworkStatusandloadingvalue was emitted fromobservableQuerywhen callingfetchMorewith ano-cachefetch policy. ThenetworkStatusnow properly reports asreadyandloadingasfalseafter the result is returned.#12354
a24ef94Thanks @phryneas! - Fix missingmain.d.ctsfilev3.12.10Compare Source
Patch Changes
#12341
f2bb0b9Thanks @phryneas! -useReadQuery/useQueryRefHandlers: Fix a "hook order" warning that might be emitted in React 19 dev mode.#12342
219b26bThanks @phryneas! - Addgraphql-ws^6.0.3as a validpeerDependencyv3.12.9Compare Source
Patch Changes
#12321
daa4f33Thanks @jerelmiller! - Fix type ofextensionsinprotocolErrorsforApolloErrorand theonErrorlink. According to the multipart HTTP subscription protocol, fatal tranport errors follow the GraphQL error format which requireextensionsto be a map as its value instead of an array.#12318
b17968bThanks @jerelmiller! - AllowRetryLinkto retry an operation when fatal transport-level errors are emitted from multipart subscriptions.v3.12.8Compare Source
Patch Changes
#12292
3abd944Thanks @phryneas! - Remove unused dependencyresponse-iterator#12287
bf313a3Thanks @phryneas! - Fixes an issue whereclient.watchFragment/useFragmentwith@includescrashes when a separate cache update writes to the conditionally included fields.v3.12.7Compare Source
Patch Changes
#12281
d638ec3Thanks @jerelmiller! - Make fatal tranport-level errors from multipart subscriptions available to the error link with theprotocolErrorsproperty.#12281
d638ec3Thanks @jerelmiller! - Fix the array type for theerrorsfield on theApolloPayloadResulttype. This type was always in the shape of the GraphQL error format, per the multipart subscriptions protocol and never a plain string or a JavaScript error object.v3.12.6Compare Source
Patch Changes
#12267
d57429dThanks @jerelmiller! - Maintain theTDatatype when used withUnmaskedwhenTDatais not a masked type generated from GraphQL Codegen.#12270
3601246Thanks @jerelmiller! - Fix handling of tagged/branded primitive types when used as scalar values withUnmasked.v3.12.5Compare Source
Patch Changes
#12252
cb9cd4eThanks @jerelmiller! - Changes the default behavior of theMaybeMaskedtype to preserve types unless otherwise specified. This change makes it easier to upgrade from older versions of the client where types could have unexpectedly changed in the application due to the default of trying to unwrap types into unmasked types. This change also fixes the compilation performance regression experienced when simply upgrading the client since types are now preserved by default.A new
modeoption has now been introduced to allow for the old behavior. See the next section on migrating if you wish to maintain the old default behavior after upgrading to this version.Migrating from <= v3.12.4
If you've adopted data masking and have opted in to using masked types by setting the
enabledproperty totrue, you can remove this configuration entirely:If you prefer to specify the behavior explicitly, change the property from
enabled: true, tomode: "preserveTypes":declare module "@​apollo/client" { interface DataMasking { - enabled: true + mode: "preserveTypes" } }If you rely on the default behavior in 3.12.4 or below and would like to continue to use unmasked types by default, set the
modetounmask:v3.12.4Compare Source
Patch Changes
4334d30Thanks @charpeni! - Fix an issue withrefetchQuerieswhere comparingDocumentNodes internally by references could lead to an unknown query, even though theDocumentNodewas indeed an active query—with a different reference.v3.12.3Compare Source
Patch Changes
#12214
8bfee88Thanks @phryneas! - Data masking: prevent infinite recursion ofContainsFragmentsRefstype#12204
851deb0Thanks @jerelmiller! - FixUnmaskedunwrapping tuple types into an array of their subtypes.#12204
851deb0Thanks @jerelmiller! - EnsureMaybeMaskeddoes not try and unwrap types that contain index signatures.#12204
851deb0Thanks @jerelmiller! - EnsureMaybeMaskeddoes not try to unwrap the type asUnmaskedif the type containsany.v3.12.2Compare Source
Patch Changes
84af347Thanks @jerelmiller! - Update peer deps to allow for React 19 stable release.v3.12.1Compare Source
Patch Changes
#12351
3da908bThanks @jerelmiller! - Fixes an issue where the wrongnetworkStatusandloadingvalue was emitted fromobservableQuerywhen callingfetchMorewith ano-cachefetch policy. ThenetworkStatusnow properly reports asreadyandloadingasfalseafter the result is returned.#12354
a24ef94Thanks @phryneas! - Fix missingmain.d.ctsfilev3.12.0Compare Source
Minor Changes
Data masking 🎭
#12042
1c0ecbfThanks @jerelmiller! - Introduces data masking in Apollo Client.Data masking enforces that only the fields requested by the query or fragment is available to that component. Data masking is best paired with colocated fragments.
To enable data masking in Apollo Client, set the
dataMaskingoption totrue.For detailed information on data masking, including how to incrementally adopt it in an existing applications, see the data masking documentation.
#12131
21c3f08Thanks @jerelmiller! - Allownullas a validfromvalue inuseFragment.More Patch Changes
#12126
d10d702Thanks @jerelmiller! - Maintain the existing document if its unchanged by the codemod and move to more naive whitespace formatting#12150
9ed1e1eThanks @jerelmiller! - Fix issue when usingUnmaskedwith older versions of TypeScript when used with array fields.#12116
8ae6e4eThanks @jerelmiller! - Prevent field accessor warnings when using@unmask(mode: "migrate")on objects that are passed intocache.identify.#12120
6a98e76Thanks @jerelmiller! - Provide a codemod that applies@unmaskto all named fragments for all operations and fragments.Learn how to use the codemod in the incremental adoption documentation.
#12134
cfaf4efThanks @jerelmiller! - Fix issue where data went missing when an unmasked fragment in migrate mode selected fields that the parent did not.#12154
d933defThanks @phryneas! - Data masking types: handle overlapping nested array types and fragments on interface types.#12139
5a53e15Thanks @phryneas! - Fix issue where masked data would sometimes get returned when the field was part of a child fragment from a fragment unmasked by the parent query.#12123
8422a30Thanks @jerelmiller! - Warn when using data masking with "no-cache" operations.#12139
5a53e15Thanks @phryneas! - Fix issue where the warning emitted by@unmask(mode: "migrate")would trigger unnecessarily when the fragment was used alongside a masked fragment inside an inline fragment.#12114
1d4ce00Thanks @jerelmiller! - Fix error when combining@unmaskand@deferdirectives on a fragment spread when data masking is enabled.#12130
1e7d009Thanks @jerelmiller! - Fix error thrown when applying unmask migrate mode warnings on interface types with selection sets that contain inline fragment conditions.#12152
78137ecThanks @phryneas! - Add a helper that will skip the TS unmasking alorithm when no fragments are present on type level#12126
d10d702Thanks @jerelmiller! - Ensure documents unchanged by the codemod are left untouched.#12133
a6ece37Thanks @jerelmiller! - Ensurenullis retained in nullable types when unmasking a type with theUnmaskedhelper type.#12139 [
5a53e15](https://redirect.github.com/apollographql/apollo-client/coConfiguration
📅 Schedule: (in timezone Asia/Tokyo)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.