build(deps): bump the production-dependencies group with 37 updates #899
Annotations
10 errors and 3 warnings
|
type-check:
src/app/components/video/AdvancedVideoPlayer.tsx#L71
Argument of type 'RefObject<HTMLVideoElement | null>' is not assignable to parameter of type 'RefObject<HTMLVideoElement>'.
|
|
type-check:
src/app/components/courses/EnrollmentCTA.tsx#L90
Cannot find namespace 'JSX'.
|
|
type-check:
src/app/api/user/profile/route.ts#L30
Parameter 'e' implicitly has an 'any' type.
|
|
type-check:
src/app/api/user/profile/route.ts#L30
Property 'errors' does not exist on type 'ZodError<{ firstName: string; lastName: string; email: string; bio: string; location?: string | undefined; website?: string | undefined; twitter?: string | undefined; github?: string | undefined; linkedin?: string | undefined; }>'.
|
|
type-check:
src/app/api/profile/[userId]/conferences/route.ts#L186
Property 'errors' does not exist on type 'ZodError<{ title: string; date: string; role: "speaker" | "attendee" | "organizer"; url?: string | null | undefined; location?: string | null | undefined; }>'.
|
|
type-check:
src/app/api/profile/[userId]/conferences/route.ts#L182
Property 'errors' does not exist on type 'ZodError<{ title: string; date: string; role: "speaker" | "attendee" | "organizer"; url?: string | null | undefined; location?: string | null | undefined; }>'.
|
|
type-check:
src/app/api/profile/[userId]/conferences/[conferenceId]/route.ts#L74
Property 'errors' does not exist on type 'ZodError<{ title: string; date: string; role: "speaker" | "attendee" | "organizer"; url?: string | null | undefined; location?: string | null | undefined; }>'.
|
|
type-check:
src/app/api/profile/[userId]/conferences/[conferenceId]/route.ts#L70
Property 'errors' does not exist on type 'ZodError<{ title: string; date: string; role: "speaker" | "attendee" | "organizer"; url?: string | null | undefined; location?: string | null | undefined; }>'.
|
|
type-check:
src/app/api/conference/meetings/route.ts#L52
Property 'errors' does not exist on type 'ZodError<{ roomId: string; hostId: string; title: string; }>'.
|
|
type-check:
src/app/api/conference/meetings/route.ts#L48
Property 'errors' does not exist on type 'ZodError<{ roomId: string; hostId: string; title: string; }>'.
|
|
validate
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
type-check
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|