chore(deps): bump the dependencies group with 7 updates #1683
Annotations
10 errors
|
test:
src/components/marker-3d.tsx#L229
Argument of type 'string | null | undefined' is not assignable to parameter of type 'string | null'.
|
|
test:
src/components/marker-3d.tsx#L228
Argument of type 'boolean | null | undefined' is not assignable to parameter of type 'boolean'.
|
|
test:
src/components/marker-3d.tsx#L227
Argument of type 'boolean | null | undefined' is not assignable to parameter of type 'boolean'.
|
|
test:
src/components/marker-3d.tsx#L226
Argument of type 'CollisionBehavior | undefined' is not assignable to parameter of type '"REQUIRED" | "REQUIRED_AND_HIDES_OPTIONAL" | "OPTIONAL_AND_HIDES_LOWER_PRIORITY"'.
|
|
test:
src/components/marker-3d.tsx#L220
Argument of type 'LatLngAltitude | LatLngLiteral | LatLngAltitudeLiteral | null | undefined' is not assignable to parameter of type 'LatLngAltitude | null'.
|
|
test:
src/components/api-provider.tsx#L378
Type 'null' is not assignable to type '() => Promise<MapsAppCheckTokenResult>'.
|
|
test:
src/components/__tests__/marker.test.tsx#L28
Argument of type 'MarkerOptions | null | undefined' is not assignable to parameter of type 'MarkerOptions | undefined'.
|
|
test:
src/components/__tests__/api-provider.test.tsx#L78
Conversion of type '{ fetchAppCheckToken: null; }' to type 'Settings' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
|
test:
src/components/__tests__/advanced-marker.test.tsx#L216
Cannot assign to 'version' because it is a read-only property.
|
|
test:
src/components/__tests__/advanced-marker.test.tsx#L169
Cannot assign to 'version' because it is a read-only property.
|