chore(deps): bump the dependencies group with 3 updates #1163
checks.yaml
on: pull_request
Run Checks
2m 29s
markdown-link-check-md
17s
markdown-link-check
44s
Annotations
9 errors
Run Checks:
src/components/Docs/AuthorizationModel/AuthzModelSnippetViewer.tsx#L33
Property 'id' is missing in type 'WriteAuthorizationModelRequest & Required<Pick<WriteAuthorizationModelRequest, "schema_version">>' but required in type 'AuthorizationModel'.
|
Run Checks:
src/components/Docs/AuthorizationModel/AuthzModelSnippetViewer.tsx#L42
Type 'WriteAuthorizationModelRequest & Required<Pick<WriteAuthorizationModelRequest, "schema_version">>' is not assignable to type 'AuthorizationModel'.
|
Run Checks:
src/components/Docs/AuthorizationModel/AuthzModelSnippetViewer.tsx#L49
Type 'WriteAuthorizationModelRequest & Required<Pick<WriteAuthorizationModelRequest, "schema_version">>' is not assignable to type 'AuthorizationModel'.
|
Run Checks:
src/components/Docs/AuthorizationModel/AuthzModelSnippetViewer.tsx#L64
Type 'WriteAuthorizationModelRequest & Required<Pick<WriteAuthorizationModelRequest, "schema_version">>' is not assignable to type 'AuthorizationModel'.
|
Run Checks:
src/components/Docs/AuthorizationModel/AuthzModelSnippetViewer.tsx#L71
Property 'id' is missing in type '{ schema_version: SchemaVersion.OneDotZero; type_definitions: TypeDefinition[]; conditions?: { [key: string]: Condition; }; }' but required in type 'AuthorizationModel'.
|
Run Checks:
src/components/Docs/AuthorizationModel/AuthzModelSnippetViewer.tsx#L78
Type 'WriteAuthorizationModelRequest & Required<Pick<WriteAuthorizationModelRequest, "schema_version">>' is not assignable to type 'AuthorizationModel'.
|
Run Checks:
src/components/Docs/AuthorizationModel/AuthzModelSnippetViewer.tsx#L115
Type 'WriteAuthorizationModelRequest & Required<Pick<WriteAuthorizationModelRequest, "schema_version">>' is not assignable to type 'AuthorizationModel'.
|
Run Checks:
src/components/Docs/AuthorizationModel/SyntaxTransformer.ts#L23
Property 'id' is missing in type '{ schema_version: SchemaVersion; type_definitions: TypeDefinition[]; }' but required in type 'AuthorizationModel'.
|
Run Checks
Process completed with exit code 2.
|