Skip to content

Commit d104759

Browse files
authored
chore: update TypeScript to 5.5 (#11906)
* chore: update TypeScript to 5.5 * adjust api report file path * Clean up Prettier, Size-limit, and Api-Extractor --------- Co-authored-by: phryneas <[email protected]>
1 parent d6da961 commit d104759

39 files changed

+661
-436
lines changed

.api-reports/api-report-core.md renamed to .api-reports/api-report-core.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1801,7 +1801,7 @@ class QueryManager<TStore> {
18011801
getQueryStore(): Record<string, QueryStoreValue>;
18021802
// (undocumented)
18031803
protected inFlightLinkObservables: Trie<{
1804-
observable?: Observable<FetchResult<any>> | undefined;
1804+
observable?: Observable<FetchResult<any>>;
18051805
}>;
18061806
// (undocumented)
18071807
link: ApolloLink;
File renamed without changes.

0 commit comments

Comments
 (0)