fix(core): leave allOf-wrapped ref discriminator properties untouched #2028
Triggered via pull request
September 5, 2026 06:35
Status
Success
Total duration
10m 11s
Artifacts
–
pr-checks.yaml
on: pull_request
Matrix: pr-checks
publish-preview
59s
Annotations
40 warnings and 1 notice
|
typescript(consistent-type-imports):
tests/__snapshots__/hono/petstore-tags-split-with-handlers/src/handlers/deletePetById.ts#L9
tests/__snapshots__/hono/petstore-tags-split-with-handlers/src/handlers/deletePetById.ts:9:1: All imports in the declaration are only used as types. Use `import type`.
|
|
typescript(consistent-type-imports):
tests/__snapshots__/hono/petstore-split-with-handlers-kebab/src/handlers/health-check.ts#L8
tests/__snapshots__/hono/petstore-split-with-handlers-kebab/src/handlers/health-check.ts:8:1: All imports in the declaration are only used as types. Use `import type`.
|
|
typescript(consistent-type-imports):
tests/__snapshots__/hono/petstore-split-with-handlers-kebab/src/handlers/show-pet-by-id.ts#L9
tests/__snapshots__/hono/petstore-split-with-handlers-kebab/src/handlers/show-pet-by-id.ts:9:1: All imports in the declaration are only used as types. Use `import type`.
|
|
typescript(consistent-type-imports):
tests/__snapshots__/hono/petstore-tags-split-with-handlers/endpoints.validator.ts#L19
tests/__snapshots__/hono/petstore-tags-split-with-handlers/endpoints.validator.ts:19:1: All imports in the declaration are only used as types. Use `import type`.
|
|
typescript(consistent-type-imports):
tests/__snapshots__/hono/petstore-tags-split-with-handlers/endpoints.validator.ts#L17
tests/__snapshots__/hono/petstore-tags-split-with-handlers/endpoints.validator.ts:17:1: All imports in the declaration are only used as types. Use `import type`.
|
|
typescript(consistent-type-imports):
tests/__snapshots__/hono/petstore-tags-split-with-handlers/src/handlers/showPetWithOwner.ts#L9
tests/__snapshots__/hono/petstore-tags-split-with-handlers/src/handlers/showPetWithOwner.ts:9:1: All imports in the declaration are only used as types. Use `import type`.
|
|
typescript(consistent-type-imports):
tests/__snapshots__/hono/petstore-split-with-handlers-kebab/src/handlers/delete-pet-by-id.ts#L9
tests/__snapshots__/hono/petstore-split-with-handlers-kebab/src/handlers/delete-pet-by-id.ts:9:1: All imports in the declaration are only used as types. Use `import type`.
|
|
typescript(consistent-type-imports):
tests/__snapshots__/hono/petstore-split-with-handlers-kebab/endpoints.validator.ts#L19
tests/__snapshots__/hono/petstore-split-with-handlers-kebab/endpoints.validator.ts:19:1: All imports in the declaration are only used as types. Use `import type`.
|
|
typescript(consistent-type-imports):
tests/__snapshots__/hono/petstore-split-with-handlers-kebab/endpoints.validator.ts#L17
tests/__snapshots__/hono/petstore-split-with-handlers-kebab/endpoints.validator.ts:17:1: All imports in the declaration are only used as types. Use `import type`.
|
|
typescript(consistent-type-imports):
tests/__snapshots__/hono/petstore-split-with-handlers-kebab/src/handlers/show-pet-with-owner.ts#L9
tests/__snapshots__/hono/petstore-split-with-handlers-kebab/src/handlers/show-pet-with-owner.ts:9:1: All imports in the declaration are only used as types. Use `import type`.
|
|
typescript(consistent-type-imports):
samples/hono/hono-with-fetch-client/hono-app/src/petstore.validator.ts#L19
samples/hono/hono-with-fetch-client/hono-app/src/petstore.validator.ts:19:1: All imports in the declaration are only used as types. Use `import type`.
|
|
typescript(consistent-type-imports):
samples/hono/hono-with-fetch-client/hono-app/src/petstore.validator.ts#L17
samples/hono/hono-with-fetch-client/hono-app/src/petstore.validator.ts:17:1: All imports in the declaration are only used as types. Use `import type`.
|
|
typescript(consistent-type-imports):
samples/react-app/src/api/mutator/custom-instance.ts#L1
samples/react-app/src/api/mutator/custom-instance.ts:1:1: Imports AxiosRequestConfig are only used as type.
|
|
typescript(consistent-type-imports):
samples/hono/hono-with-fetch-client/hono-app/src/handlers/showPetById.ts#L9
samples/hono/hono-with-fetch-client/hono-app/src/handlers/showPetById.ts:9:1: All imports in the declaration are only used as types. Use `import type`.
|
|
typescript(consistent-type-imports):
samples/react-query/basic/src/api/mutator/custom-instance.ts#L1
samples/react-query/basic/src/api/mutator/custom-instance.ts:1:1: Imports AxiosError and AxiosRequestConfig are only used as type.
|
|
typescript(consistent-type-imports):
samples/hono/composite-routes-with-tags-split/src/endpoints/validator.ts#L19
samples/hono/composite-routes-with-tags-split/src/endpoints/validator.ts:19:1: All imports in the declaration are only used as types. Use `import type`.
|
|
typescript(consistent-type-imports):
samples/hono/composite-routes-with-tags-split/src/endpoints/validator.ts#L17
samples/hono/composite-routes-with-tags-split/src/endpoints/validator.ts:17:1: All imports in the declaration are only used as types. Use `import type`.
|
|
typescript(consistent-type-imports):
samples/hono/composite-routes-with-tags-split/src/endpoints/pets/pets.handlers.ts#L9
samples/hono/composite-routes-with-tags-split/src/endpoints/pets/pets.handlers.ts:9:1: All imports in the declaration are only used as types. Use `import type`.
|
|
typescript(consistent-type-imports):
samples/react-app-with-swr/basic/src/api/mutator/custom-instance.ts#L1
samples/react-app-with-swr/basic/src/api/mutator/custom-instance.ts:1:1: Imports AxiosRequestConfig are only used as type.
|
|
typescript(consistent-type-imports):
samples/vue-query/vue-query-basic/src/api/mutator/custom-instance.ts#L1
samples/vue-query/vue-query-basic/src/api/mutator/custom-instance.ts:1:1: Imports AxiosRequestConfig are only used as type.
|
|
typescript(consistent-type-imports):
tests/__snapshots__/hono/petstore-tags-split-with-handlers/src/handlers/deletePetById.ts#L9
tests/__snapshots__/hono/petstore-tags-split-with-handlers/src/handlers/deletePetById.ts:9:1: All imports in the declaration are only used as types. Use `import type`.
|
|
typescript(consistent-type-imports):
tests/__snapshots__/hono/petstore-split-with-handlers-kebab/src/handlers/health-check.ts#L8
tests/__snapshots__/hono/petstore-split-with-handlers-kebab/src/handlers/health-check.ts:8:1: All imports in the declaration are only used as types. Use `import type`.
|
|
typescript(consistent-type-imports):
tests/__snapshots__/hono/petstore-split-with-handlers-kebab/src/handlers/show-pet-by-id.ts#L9
tests/__snapshots__/hono/petstore-split-with-handlers-kebab/src/handlers/show-pet-by-id.ts:9:1: All imports in the declaration are only used as types. Use `import type`.
|
|
typescript(consistent-type-imports):
tests/__snapshots__/hono/petstore-tags-split-with-handlers/endpoints.validator.ts#L19
tests/__snapshots__/hono/petstore-tags-split-with-handlers/endpoints.validator.ts:19:1: All imports in the declaration are only used as types. Use `import type`.
|
|
typescript(consistent-type-imports):
tests/__snapshots__/hono/petstore-tags-split-with-handlers/endpoints.validator.ts#L17
tests/__snapshots__/hono/petstore-tags-split-with-handlers/endpoints.validator.ts:17:1: All imports in the declaration are only used as types. Use `import type`.
|
|
typescript(consistent-type-imports):
tests/__snapshots__/hono/petstore-tags-split-with-handlers/src/handlers/showPetWithOwner.ts#L9
tests/__snapshots__/hono/petstore-tags-split-with-handlers/src/handlers/showPetWithOwner.ts:9:1: All imports in the declaration are only used as types. Use `import type`.
|
|
typescript(consistent-type-imports):
tests/__snapshots__/hono/petstore-split-with-handlers-kebab/src/handlers/delete-pet-by-id.ts#L9
tests/__snapshots__/hono/petstore-split-with-handlers-kebab/src/handlers/delete-pet-by-id.ts:9:1: All imports in the declaration are only used as types. Use `import type`.
|
|
typescript(consistent-type-imports):
tests/__snapshots__/hono/petstore-split-with-handlers-kebab/endpoints.validator.ts#L19
tests/__snapshots__/hono/petstore-split-with-handlers-kebab/endpoints.validator.ts:19:1: All imports in the declaration are only used as types. Use `import type`.
|
|
typescript(consistent-type-imports):
tests/__snapshots__/hono/petstore-split-with-handlers-kebab/endpoints.validator.ts#L17
tests/__snapshots__/hono/petstore-split-with-handlers-kebab/endpoints.validator.ts:17:1: All imports in the declaration are only used as types. Use `import type`.
|
|
typescript(consistent-type-imports):
tests/__snapshots__/hono/petstore-split-with-handlers-kebab/src/handlers/show-pet-with-owner.ts#L9
tests/__snapshots__/hono/petstore-split-with-handlers-kebab/src/handlers/show-pet-with-owner.ts:9:1: All imports in the declaration are only used as types. Use `import type`.
|
|
typescript(consistent-type-imports):
samples/hono/hono-with-fetch-client/hono-app/src/petstore.validator.ts#L19
samples/hono/hono-with-fetch-client/hono-app/src/petstore.validator.ts:19:1: All imports in the declaration are only used as types. Use `import type`.
|
|
typescript(consistent-type-imports):
samples/hono/hono-with-fetch-client/hono-app/src/petstore.validator.ts#L17
samples/hono/hono-with-fetch-client/hono-app/src/petstore.validator.ts:17:1: All imports in the declaration are only used as types. Use `import type`.
|
|
typescript(consistent-type-imports):
samples/react-app/src/api/mutator/custom-instance.ts#L1
samples/react-app/src/api/mutator/custom-instance.ts:1:1: Imports AxiosRequestConfig are only used as type.
|
|
typescript(consistent-type-imports):
samples/hono/hono-with-fetch-client/hono-app/src/handlers/showPetById.ts#L9
samples/hono/hono-with-fetch-client/hono-app/src/handlers/showPetById.ts:9:1: All imports in the declaration are only used as types. Use `import type`.
|
|
typescript(consistent-type-imports):
samples/hono/composite-routes-with-tags-split/src/endpoints/validator.ts#L19
samples/hono/composite-routes-with-tags-split/src/endpoints/validator.ts:19:1: All imports in the declaration are only used as types. Use `import type`.
|
|
typescript(consistent-type-imports):
samples/hono/composite-routes-with-tags-split/src/endpoints/validator.ts#L17
samples/hono/composite-routes-with-tags-split/src/endpoints/validator.ts:17:1: All imports in the declaration are only used as types. Use `import type`.
|
|
typescript(consistent-type-imports):
samples/react-query/basic/src/api/mutator/custom-instance.ts#L1
samples/react-query/basic/src/api/mutator/custom-instance.ts:1:1: Imports AxiosError and AxiosRequestConfig are only used as type.
|
|
typescript(consistent-type-imports):
samples/hono/composite-routes-with-tags-split/src/endpoints/pets/pets.handlers.ts#L9
samples/hono/composite-routes-with-tags-split/src/endpoints/pets/pets.handlers.ts:9:1: All imports in the declaration are only used as types. Use `import type`.
|
|
typescript(consistent-type-imports):
samples/react-app-with-swr/basic/src/api/mutator/custom-instance.ts#L1
samples/react-app-with-swr/basic/src/api/mutator/custom-instance.ts:1:1: Imports AxiosRequestConfig are only used as type.
|
|
typescript(consistent-type-imports):
samples/vue-query/vue-query-basic/src/api/mutator/custom-instance.ts#L1
samples/vue-query/vue-query-basic/src/api/mutator/custom-instance.ts:1:1: Imports AxiosRequestConfig are only used as type.
|
|
publish-preview
{
"workflowData": {
"owner": "orval-labs",
"repo": "orval",
"sha": "a62e8af39bebaacee0532c102e58cf0c241dafce",
"ref": "3998",
"headBranch": null
},
"key": "mxMqxjCbPk",
"runId": 33950235082,
"webhookDebug": {
"action": "requested",
"head_branch": "fix/3991-allof-discriminator",
"head_repository_full_name": "ErfanBagheri404/orval",
"full_name": "orval-labs/orval",
"isPullRequest": true,
"prNumber": 3998,
"prNumberType": "number",
"isNewPullRequest": true,
"isOldPullRequest": false,
"prKey": "ErfanBagheri404/orval:fix/3991-allof-discriminator",
"oldPrDataHash": "FuBDhPBCCl",
"lookupKey": "ErfanBagheri404/orval:fix/3991-allof-discriminator",
"data": {
"owner": "orval-labs",
"repo": "orval",
"sha": "a62e8af39bebaacee0532c102e58cf0c241dafce",
"ref": "3998",
"headBranch": null
}
},
"currentCursor": null,
"pkgPrNewVersion": "0.0.86"
}
|