Skip to content

chore(deps): bump @terrestris/react-geo from 27.0.0 to 30.0.1 #2982

chore(deps): bump @terrestris/react-geo from 27.0.0 to 30.0.1

chore(deps): bump @terrestris/react-geo from 27.0.0 to 30.0.1 #2982

Triggered via pull request March 31, 2025 04:29
Status Failure
Total duration 1m 22s
Artifacts

on-pull-request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: src/components/WmsTimeSlider/index.tsx#L118
Type 'Record<string | number, string>' is missing the following properties from type 'TimeSliderMark[]': length, pop, push, concat, and 35 more.
build: src/components/WmsTimeSlider/index.tsx#L117
Type 'string' is not assignable to type 'Dayjs'.
build: src/components/WmsTimeSlider/index.tsx#L116
Type 'string' is not assignable to type 'Dayjs'.
build: src/components/WmsTimeSlider/index.tsx#L115
Type 'string' is not assignable to type 'Dayjs | [Dayjs, Dayjs] | undefined'.
build: src/components/WmsTimeSlider/index.spec.tsx#L66
Type 'string' is not assignable to type 'Dayjs | [Dayjs, Dayjs] | undefined'.
build: src/components/WmsTimeSlider/index.spec.tsx#L64
Type 'string' is not assignable to type 'Dayjs | [Dayjs, Dayjs] | undefined'.
build: src/components/WmsTimeSlider/index.spec.tsx#L63
Type '{}' is missing the following properties from type 'TimeSliderMark[]': length, pop, push, concat, and 35 more.
build: src/components/WmsTimeSlider/index.spec.tsx#L62
Type 'string' is not assignable to type 'Dayjs'.
build: src/components/WmsTimeSlider/index.spec.tsx#L61
Type 'string' is not assignable to type 'Dayjs'.
build: src/components/ToolMenu/FeatureInfo/index.tsx#L301
Type '{ prefixCls?: string | undefined; colon?: boolean | undefined; name?: string | undefined; layout?: FormLayout | undefined; labelAlign?: FormLabelAlign | undefined; ... 305 more ...; queryLayers: WmsLayer[]; }' is not assignable to type 'IntrinsicAttributes & { resultRenderer?: ((childrenProps: CoordinateInfoResult) => ReactNode) | undefined; } & UseCoordinateInfoArgs'.