Skip to content

build(deps): bump antd from 5.10.3 to 5.20.2 #1708

build(deps): bump antd from 5.10.3 to 5.20.2

build(deps): bump antd from 5.10.3 to 5.20.2 #1708

Triggered via pull request August 26, 2024 08:56
Status Failure
Total duration 38s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
Build: src/components/modals/add-remote-access-gateway-modal/AddRemoteAccessGatewayModal.tsx#L319
Argument of type '"gatewayId"' is not assignable to parameter of type '"metadata" | "is_internet_gw" | "extclientdns" | ["is_internet_gw"] | ["extclientdns"] | ["metadata"] | "node" | ["node"] | ["node", "defaultacl"] | ["node", "id"] | ["node", "address"] | ... 43 more ... | undefined'.
Build: src/components/modals/update-ingress-users-modal/UpdateIngressUsersModal.tsx#L171
Type 'RefObject<HTMLDivElement> | undefined' is not assignable to type 'LegacyRef<Reference> | undefined'.
Build: src/components/modals/update-remote-access-gateway-modal/UpdateRemoteAccessGatewayModal.tsx#L53
Argument of type '"isinternetgateway"' is not assignable to parameter of type '"ingressdns" | ["ingressdns"]'.
Build: src/components/modals/update-remote-access-gateway-modal/UpdateRemoteAccessGatewayModal.tsx#L54
Argument of type '"additional_rag_ips"' is not assignable to parameter of type '"ingressdns" | ["ingressdns"]'.
Build: src/components/modals/update-remote-access-gateway-modal/UpdateRemoteAccessGatewayModal.tsx#L55
Argument of type '"metadata"' is not assignable to parameter of type '"ingressdns" | ["ingressdns"]'.
Build: src/pages/networks/internet-gateways/InternetGatewaysPage.tsx#L385
Type 'RefObject<HTMLDivElement>' is not assignable to type 'LegacyRef<HTMLButtonElement | HTMLAnchorElement> | undefined'.
Build: src/pages/networks/internet-gateways/InternetGatewaysPage.tsx#L406
Type 'RefObject<HTMLDivElement>' is not assignable to type 'LegacyRef<Reference> | undefined'.
Build: src/pages/networks/internet-gateways/InternetGatewaysPage.tsx#L447
Type 'RefObject<HTMLDivElement>' is not assignable to type 'LegacyRef<HTMLButtonElement | HTMLAnchorElement> | undefined'.
Build: src/pages/networks/internet-gateways/InternetGatewaysPage.tsx#L463
Type 'RefObject<HTMLDivElement>' is not assignable to type 'LegacyRef<Reference> | undefined'.
Build
Process completed with exit code 2.
Lint: src/components/NetworkGraph.tsx#L39
'EGRESS_EDGE_SIZE' is assigned a value but never used
Lint: src/components/VirtualisedTable.tsx#L11
Forbidden non-null assertion
Lint: src/components/modals/add-network-modal/AddNetworkModal.tsx#L14
'generateCIDR' is defined but never used
Lint: src/components/modals/add-network-modal/AddNetworkModal.tsx#L15
'generateCIDR6' is defined but never used
Lint: src/components/modals/add-network-modal/AddNetworkModal.tsx#L16
'generateNetworkName' is defined but never used
Lint: src/components/modals/add-network-modal/AddNetworkModal.tsx#L110
React Hook useCallback has a missing dependency: 'autoFillCIDR'. Either include it or remove the dependency array
Lint: src/components/modals/add-relay-modal/AddRelayModal.tsx#L62
'relayedSearch' is assigned a value but never used
Lint: src/components/modals/client-config-modal/ClientConfigModal.tsx#L97
React Hook useEffect has missing dependencies: 'autoSelectEndpoint', 'loadClientConfig', and 'loadQrCode'. Either include them or remove the dependency array
Lint: src/components/modals/client-config-modal/ClientConfigModal.tsx#L163
Replace `gateway.additional_rag_ips?.map((ip)·=>·({·value:·ip,·label:·ip·}))·??·[]` with `(gateway.additional_rag_ips?.map((ip)·=>·({·value:·ip,·label:·ip·}))·??·[])`