Skip to content

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

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

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

Triggered via pull request June 21, 2026 22:10
Status Failure
Total duration 3m 8s
Artifacts

pr-checks.yaml

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

Annotations

4 errors
pr-checks (ubuntu-latest, 22.x)
Process completed with exit code 1.
[vue-query-custom-fetch] api-generation.spec.ts > API Generation Snapshots > samples/vue-query/custom-fetch/src/gen/pets/pets.ts: test-utils/snapshot-testing.ts#L75
Error: Snapshot `API Generation Snapshots > samples/vue-query/custom-fetch/src/gen/pets/pets.ts 1` mismatched - Expected + Received @@ -56,12 +56,10 @@ ? NonReadonly<NonNullable<T[P]>> : T[P]; } : DistributeReadOnlyOverUnions<T>; - type SecondParameter<T extends (...args: never) => unknown> = Parameters<T>[1]; - export type HTTPStatusCode1xx = 100 | 101 | 102 | 103; export type HTTPStatusCode2xx = 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207; export type HTTPStatusCode3xx = 300 | 301 | 302 | 303 | 304 | 305 | 307 | 308; export type HTTPStatusCode4xx = | 400 @@ -100,10 +98,12 @@ | HTTPStatusCode2xx | HTTPStatusCode3xx | HTTPStatusCode4xx | HTTPStatusCode5xx; + type SecondParameter<T extends (...args: never) => unknown> = Parameters<T>[1]; + export type listPetsResponse200 = { data: Pets; status: 200; }; ❯ ../../../test-utils/snapshot-testing.ts:75:9
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.