Skip to content

feat(core): add tagsSplitDeduplication option for barrel + shared type extraction #1224

feat(core): add tagsSplitDeduplication option for barrel + shared type extraction

feat(core): add tagsSplitDeduplication option for barrel + shared type extraction #1224

Triggered via pull request June 21, 2026 21:44
Status Failure
Total duration 1m 8s
Artifacts

pr-checks.yaml

on: pull_request
Matrix: pr-checks
Fit to window
Zoom out
Zoom in

Annotations

12 errors
typescript(no-base-to-string): packages/query/src/index.ts#L68
'getQueryHeader(params)' may use Object's default stringification format ('[object Object]') when stringified.
typescript(TS2339): packages/query/src/frameworks/react.test.ts#L61
Property 'match' does not exist on type 'string | HeaderResult'.
typescript(TS2739): packages/solid-start/src/index.test.ts#L27
Type '{ target: string; namingConvention: "camelCase"; fileExtension: string; schemaFileExtension: string; mode: "single"; mock: { indexMockFiles: false; generators: never[]; }; client: "fetch"; httpClient: "fetch"; clean: false; ... 10 more ...; override: { ...; }; }' is missing the following properties from type 'NormalizedOutputOptions': tagsSplitDeduplication, commonTypesFileName
typescript(TS2322): packages/angular/src/http-resource.test.ts#L2636
Type 'string | HeaderResult' is not assignable to type 'string'.
typescript(TS2339): packages/angular/src/http-resource.test.ts#L956
Property 'match' does not exist on type 'string | HeaderResult'.
typescript(TS2339): packages/angular/src/http-resource.test.ts#L955
Property 'match' does not exist on type 'string | HeaderResult'.
typescript(TS2322): packages/angular/src/http-resource.test.ts#L169
Type '{ workspace?: string; tagsSplitDeduplication?: boolean | undefined; commonTypesFileName?: string | undefined; target: string; schemas: string | SchemaOptions; operationSchemas: string | undefined; ... 21 more ...; factoryMethods: NormalizedFactoryMethodsOptions; }' is not assignable to type 'NormalizedOutputOptions'.
typescript(TS1360): packages/angular/src/http-resource.test.ts#L167
Type '{ workspace?: string; tagsSplitDeduplication?: boolean | undefined; commonTypesFileName?: string | undefined; target: string; schemas: string | SchemaOptions; operationSchemas: string | undefined; ... 21 more ...; factoryMethods: NormalizedFactoryMethodsOptions; }' does not satisfy the expected type 'NormalizedOutputOptions'.
typescript(TS2322): packages/angular/src/http-client.test.ts#L159
Type '{ workspace?: string; tagsSplitDeduplication?: boolean | undefined; commonTypesFileName?: string | undefined; target: string; schemas: string | SchemaOptions; operationSchemas: string | undefined; ... 21 more ...; factoryMethods: NormalizedFactoryMethodsOptions; }' is not assignable to type 'NormalizedOutputOptions'.
typescript(TS1360): packages/angular/src/http-client.test.ts#L157
Type '{ workspace?: string; tagsSplitDeduplication?: boolean | undefined; commonTypesFileName?: string | undefined; target: string; schemas: string | SchemaOptions; operationSchemas: string | undefined; ... 21 more ...; factoryMethods: NormalizedFactoryMethodsOptions; }' does not satisfy the expected type 'NormalizedOutputOptions'.
pr-checks (windows-latest, 22.x)
The strategy configuration was canceled because "pr-checks.ubuntu-latest_22_x" failed
pr-checks (windows-latest, 22.x)
The operation was canceled.