fix: export FeedbackProvider from ui package #2301
ci.yaml
on: push
build
1m 26s
lint
1m 30s
format
1m 13s
typecheck
1m 42s
Check Changeset
54s
Annotations
5 errors and 15 warnings
typecheck
Type '({ emailAddress, feedbackText, context, }: SendFeedbackFromUserOptions) => Promise<{ error: string; success?: undefined; } | { success: boolean; error?: undefined; }>' is not assignable to type '(options: SendFeedbackOptions) => Promise<void>'.
|
typecheck
Cannot find module 'next/navigation' or its corresponding type declarations.
|
typecheck
Type '{ location: string; category: "code" | "help" | "general"; emotion: ":heart_eyes:" | ":unicorn_face:" | ":sob:" | ":wave:"; url?: string | undefined; }' is not assignable to type '{ category: string; emotion: string; url: string; location: string; }'.
|
typecheck
go-local-first#typecheck: command (/home/runner/work/course-builder/course-builder/apps/go-local-first) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (1)
|
typecheck
Process completed with exit code 1.
|
Check Changeset
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint:
cli/src/cli/index.ts#L83
Comment is not formatted correctly
|
lint:
cli/template/extras/src/server/auth-app/base.ts#L51
Comment is not formatted correctly
|
lint:
cli/template/extras/src/server/auth-app/with-drizzle.ts#L55
Comment is not formatted correctly
|
lint:
cli/template/extras/src/server/auth-app/with-prisma.ts#L54
Comment is not formatted correctly
|
lint:
cli/template/extras/src/server/auth-pages/base.ts#L52
Comment is not formatted correctly
|
lint:
cli/template/extras/src/server/auth-pages/with-drizzle.ts#L56
Comment is not formatted correctly
|
lint:
cli/template/extras/src/server/auth-pages/with-prisma.ts#L55
Comment is not formatted correctly
|
lint:
cli/template/extras/src/trpc/server.ts#L39
Comment is not formatted correctly
|
lint:
cli/template/extras/src/utils/api.ts#L24
Comment is not formatted correctly
|
lint:
cli/template/extras/src/utils/api.ts#L31
Comment is not formatted correctly
|
typecheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|