Skip to content

fix: use anchor elements for packages to allow cmd+click #87

fix: use anchor elements for packages to allow cmd+click

fix: use anchor elements for packages to allow cmd+click #87

Triggered via push May 18, 2024 07:14
Status Failure
Total duration 1m 14s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 3 warnings
Checks / typecheck: app/controllers/packages_controller.ts#L30
Argument of type '{ package: { firstReleaseAt: string | undefined; lastReleaseAt: string | undefined; stars: number | undefined; downloads: number | undefined; name: string; slug: string; description: string; ... 8 more ...; keywords?: string[] | undefined; }; readme: string; }' is not assignable to parameter of type 'GetPackageResponse'.
Checks / typecheck: app/services/packages_fetcher.ts#L143
Type 'PackageInfo[]' is not assignable to type '{ firstReleaseAt: string | undefined; lastReleaseAt: string | undefined; stars: number | undefined; downloads: number | undefined; name: string; slug: string; description: string; ... 8 more ...; keywords?: string[] | undefined; }[]'.
Checks / typecheck: app/services/packages_fetcher.ts#L143
Argument of type '{ firstReleaseAt: string | undefined; lastReleaseAt: string | undefined; stars: number | undefined; downloads: number | undefined; name: string; slug: string; description: string; ... 8 more ...; keywords?: string[] | undefined; }[]' is not assignable to parameter of type 'PackageInfo[]'.
Checks / typecheck: app/services/packages_fetcher.ts#L144
Type 'PackageInfo[]' is not assignable to type '{ firstReleaseAt: string | undefined; lastReleaseAt: string | undefined; stars: number | undefined; downloads: number | undefined; name: string; slug: string; description: string; ... 8 more ...; keywords?: string[] | undefined; }[]'.
Checks / typecheck: app/services/packages_fetcher.ts#L144
Argument of type '{ firstReleaseAt: string | undefined; lastReleaseAt: string | undefined; stars: number | undefined; downloads: number | undefined; name: string; slug: string; description: string; ... 8 more ...; keywords?: string[] | undefined; }[]' is not assignable to parameter of type 'PackageInfo[]'.
Checks / typecheck: app/services/packages_fetcher.ts#L152
Argument of type '{ firstReleaseAt: string | undefined; lastReleaseAt: string | undefined; stars: number | undefined; downloads: number | undefined; name: string; slug: string; description: string; ... 8 more ...; keywords?: string[] | undefined; }[]' is not assignable to parameter of type 'PackageInfo[]'.
Checks / typecheck
Process completed with exit code 2.
Checks / typecheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Checks / lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Checks / tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.