Skip to content

chore(deps-dev): bump rollup from 4.18.0 to 4.22.4 #39

chore(deps-dev): bump rollup from 4.18.0 to 4.22.4

chore(deps-dev): bump rollup from 4.18.0 to 4.22.4 #39

Triggered via pull request September 24, 2024 01:51
Status Failure
Total duration 1m 11s
Artifacts

ci.yml

on: pull_request
Continuous Integration
1m 3s
Continuous Integration
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Continuous Integration: src/features/document.ts#L855
Type '{ id?: string | undefined; name?: string | undefined; path?: string | undefined; value?: string | undefined; color?: string | undefined; opacity?: number | undefined; modifiedAt?: string | undefined; refId?: string | undefined; refFile?: string | undefined; gradient?: Gradient | undefined; image?: ImageColor | undef...' is not assignable to type '{ id?: unknown; name?: string | undefined; path?: string | null | undefined; value?: string | null | undefined; color?: unknown; opacity?: unknown; modifiedAt?: unknown; refId?: unknown; refFile?: unknown; gradient?: appCommonTypesColor$gradient | null | undefined; image?: appCommonTypesColor$image_color | ... 1 mor...'.
Continuous Integration: src/features/document.ts#L882
Type '{ id?: string | undefined; name?: string | undefined; path?: string | undefined; value?: string | undefined; color?: string | undefined; opacity?: number | undefined; modifiedAt?: string | undefined; refId?: string | undefined; refFile?: string | undefined; gradient?: Gradient | undefined; image?: ImageColor | undef...' is not assignable to type '{ id?: unknown; name?: string | undefined; path?: string | null | undefined; value?: string | null | undefined; color?: unknown; opacity?: unknown; modifiedAt?: unknown; refId?: unknown; refFile?: unknown; gradient?: appCommonTypesColor$gradient | null | undefined; image?: appCommonTypesColor$image_color | ... 1 mor...'.
Continuous Integration
Process completed with exit code 2.
Continuous Integration
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/