Skip to content

chore(deps): update dependency @types/chrome to v0.0.313 #2454

chore(deps): update dependency @types/chrome to v0.0.313

chore(deps): update dependency @types/chrome to v0.0.313 #2454

Triggered via pull request March 20, 2025 10:15
Status Failure
Total duration 20s
Artifacts

release.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
zip: src/infrastructure/fixtures/bookmarks.ts#L84
Property 'syncing' is missing in type '{ dateAdded: number; id: string; index: number; parentId: string; title: string; url: string; }' but required in type 'BookmarkTreeNode'.
zip: src/infrastructure/fixtures/bookmarks.ts#L66
Property 'syncing' is missing in type '{ dateAdded: number; id: string; index: number; parentId: string; title: string; url: string; }' but required in type 'BookmarkTreeNode'.
zip: src/infrastructure/fixtures/bookmarks.ts#L50
Property 'syncing' is missing in type '{ dateAdded: number; id: string; index: number; parentId: string; title: string; url: string; }' but required in type 'BookmarkTreeNode'.
zip: src/infrastructure/fixtures/bookmarks.ts#L32
Property 'syncing' is missing in type '{ dateAdded: number; id: string; index: number; parentId: string; title: string; url: string; }' but required in type 'BookmarkTreeNode'.
zip: src/infrastructure/fixtures/bookmarks.ts#L24
Property 'syncing' is missing in type '{ dateAdded: number; id: string; index: number; parentId: string; title: string; url: string; }' but required in type 'BookmarkTreeNode'.
zip: src/infrastructure/fixtures/bookmarks.ts#L16
Property 'syncing' is missing in type '{ dateAdded: number; id: string; index: number; parentId: string; title: string; url: string; }' but required in type 'BookmarkTreeNode'.
zip: src/infrastructure/fixtures/bookmarks.ts#L8
Property 'syncing' is missing in type '{ dateAdded: number; id: string; index: number; parentId: string; title: string; url: string; }' but required in type 'BookmarkTreeNode'.
zip: src/Bookmarks/repository.test.ts#L34
Property 'syncing' is missing in type '{ dateAdded: number; id: string; index: number; parentId: string; title: string; url: string; }' but required in type 'BookmarkTreeNode'.
zip: src/Bookmarks/repository.test.ts#L18
Property 'syncing' is missing in type '{ dateAdded: number; id: string; index: number; parentId: string; title: string; url: string; }' but required in type 'BookmarkTreeNode'.
zip: src/App/component.test.tsx#L7
Argument of type '{ id: string; title: string; children: { id: string; title: string; url: string; }[]; }[]' is not assignable to parameter of type 'void'.