deps(deps): bump the minor-and-patch group across 1 directory with 13 updates #676
Annotations
10 errors and 11 warnings
|
Run TypeScript type check:
src/lib/favorites/favorites.ts#L139
Argument of type '"profile_id"' is not assignable to parameter of type '"torrent_id" | "id" | "created_at" | "user_id"'.
|
|
Run TypeScript type check:
src/lib/favorites/favorites.ts#L99
Argument of type '"profile_id"' is not assignable to parameter of type '"torrent_id" | "id" | "created_at" | "user_id"'.
|
|
Run TypeScript type check:
src/lib/comments/repository.ts#L381
Argument of type '"profile_id"' is not assignable to parameter of type '"torrent_id" | "id" | "created_at" | "updated_at" | "user_id" | "vote_value"'.
|
|
Run TypeScript type check:
src/lib/comments/repository.ts#L331
Argument of type '"profile_id"' is not assignable to parameter of type '"torrent_id" | "id" | "created_at" | "updated_at" | "user_id" | "vote_value"'.
|
|
Run TypeScript type check:
src/lib/comments/repository.ts#L313
Argument of type '"profile_id"' is not assignable to parameter of type '"id" | "comment_id" | "created_at" | "updated_at" | "user_id" | "vote_value"'.
|
|
Run TypeScript type check:
src/lib/comments/repository.ts#L282
Argument of type '"profile_id"' is not assignable to parameter of type '"id" | "comment_id" | "created_at" | "updated_at" | "user_id" | "vote_value"'.
|
|
Run TypeScript type check:
src/lib/comments/repository.ts#L232
Argument of type '"profile_id"' is not assignable to parameter of type '"id" | "comment_id" | "created_at" | "updated_at" | "user_id" | "vote_value"'.
|
|
Run TypeScript type check:
src/app/api/torrents/[id]/progress/route.ts#L148
Argument of type '"profile_id"' is not assignable to parameter of type '"id" | "file_id" | "user_id" | "current_page" | "total_pages" | "percentage" | "last_read_at"'.
|
|
Run TypeScript type check:
src/app/api/torrents/[id]/progress/route.ts#L137
Argument of type '"profile_id"' is not assignable to parameter of type '"id" | "file_id" | "duration_seconds" | "user_id" | "percentage" | "current_time_seconds" | "last_watched_at"'.
|
|
Run TypeScript type check:
src/app/api/auth/signup/route.ts#L173
Argument of type '"signup_ip"' is not assignable to parameter of type '"id" | "status" | "created_at" | "updated_at" | "user_id" | "tier" | "trial_started_at" | "trial_expires_at" | "subscription_started_at" | "subscription_expires_at" | "renewal_reminder_sent_at" | "renewal_reminder_7d_sent" | "renewal_reminder_3d_sent" | "renewal_reminder_1d_sent"'.
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run ESLint:
src/app/dht/[infohash]/page.tsx#L168
Potential leaked value that might cause unintentionally rendered values or rendering crashes
|
|
Run ESLint:
src/app/dht/[infohash]/page.tsx#L163
Potential leaked value that might cause unintentionally rendered values or rendering crashes
|
|
Run ESLint:
src/app/dht/[infohash]/page.tsx#L158
Potential leaked value that might cause unintentionally rendered values or rendering crashes
|
|
Run ESLint:
src/app/dht/[infohash]/page.tsx#L153
Potential leaked value that might cause unintentionally rendered values or rendering crashes
|
|
Run ESLint:
src/app/dht/[infohash]/page.tsx#L147
Potential leaked value that might cause unintentionally rendered values or rendering crashes
|
|
Run ESLint:
src/app/dht/[infohash]/page.tsx#L107
Potential leaked value that might cause unintentionally rendered values or rendering crashes
|
|
Run ESLint:
src/app/api/torrents/[id]/progress/route.ts#L350
Unexpected any. Specify a different type
|
|
Run ESLint:
src/app/api/torrents/[id]/progress/route.ts#L280
Unexpected any. Specify a different type
|
|
Run ESLint:
src/app/api/search/torrents/route.ts#L248
Unexpected any. Specify a different type
|
|
Run ESLint:
src/app/api/podcasts/route.ts#L127
'getUserIdFromRequest' is defined but never used. Allowed unused vars must match /^_/u
|
Loading