Bump React deps to v19 stable release #3505
Annotations
10 errors and 1 warning
Run size-limit:
src/react/components/Mutation.tsx#L1
Could not find a declaration file for module 'prop-types'. '/home/runner/work/apollo-client/apollo-client/node_modules/prop-types/index.js' implicitly has an 'any' type.
|
Run size-limit:
src/react/components/Query.tsx#L1
Could not find a declaration file for module 'prop-types'. '/home/runner/work/apollo-client/apollo-client/node_modules/prop-types/index.js' implicitly has an 'any' type.
|
Run size-limit:
src/react/components/Subscription.tsx#L1
Could not find a declaration file for module 'prop-types'. '/home/runner/work/apollo-client/apollo-client/node_modules/prop-types/index.js' implicitly has an 'any' type.
|
Run size-limit:
src/react/hoc/mutation-hoc.tsx#L94
Type '{ children: (mutate: MutationFunction<TData, TGraphQLVariables>, { data, ...r }: MutationResult<TData>) => Element; ... 16 more ...; context?: TContext | undefined; }' is not assignable to type 'MutationComponentOptions<TData, TGraphQLVariables, DefaultContext, ApolloCache<any>>'.
|
Run size-limit:
src/react/hoc/mutation-hoc.tsx#L95
Unused '@ts-expect-error' directive.
|
Run size-limit:
src/react/hooks/internal/useDeepMemo.ts#L9
Expected 1 arguments, but got 0.
|
Run size-limit:
src/react/hooks/useLazyQuery.ts#L85
Expected 1 arguments, but got 0.
|
Run size-limit:
src/react/hooks/useLazyQuery.ts#L86
Expected 1 arguments, but got 0.
|
Run size-limit:
src/react/hooks/useLazyQuery.ts#L87
Expected 1 arguments, but got 0.
|
Run size-limit:
src/react/hooks/useLazyQuery.ts#L95
Type 'LazyQueryHookOptions<NoInfer<TData>, NoInfer<TVariables>> | undefined' is not assignable to type 'LazyQueryHookOptions<TData, TVariables>'.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading