Bump wrangler, @cloudflare/vite-plugin and @cloudflare/vitest-pool-workers #1558
Annotations
9 errors
|
Run npm run check
Process completed with exit code 1.
|
|
Run npm run check:
packages/agents/src/tests/email-routing.test.ts#L29
Type '() => Promise<void>' is not assignable to type '(message: EmailMessage) => Promise<EmailSendResult>'.
|
|
Run npm run check:
packages/agents/src/tests/email-routing.test.ts#L28
Type '() => Promise<void>' is not assignable to type '(rcptTo: string, headers?: Headers | undefined) => Promise<EmailSendResult>'.
|
|
Run npm run check:
packages/agents/src/index.ts#L1924
Type '(options: { from: string; to: string; raw: string; }) => Promise<EmailSendResult>' is not assignable to type '(options: { from: string; to: string; raw: string; }) => Promise<void>'.
|
|
Run npm run check:
packages/agents/src/index.ts#L1921
Type '(rcptTo: string, headers?: Headers) => Promise<EmailSendResult>' is not assignable to type '(rcptTo: string, headers?: Headers | undefined) => Promise<void>'.
|
|
Run npm run check:
packages/agents/src/index.ts#L1924
Type '(options: { from: string; to: string; raw: string; }) => Promise<EmailSendResult>' is not assignable to type '(options: { from: string; to: string; raw: string; }) => Promise<void>'.
|
|
Run npm run check:
packages/agents/src/index.ts#L1921
Type '(rcptTo: string, headers?: Headers) => Promise<EmailSendResult>' is not assignable to type '(rcptTo: string, headers?: Headers | undefined) => Promise<void>'.
|
|
Run npm run check:
examples/email-agent/src/index.ts#L171
Type '(rcptTo: string, headers?: Headers) => Promise<void>' is not assignable to type '(rcptTo: string, headers?: Headers | undefined) => Promise<EmailSendResult>'.
|
|
Run npm run check:
examples/email-agent/src/index.ts#L168
Type '(message: EmailMessage) => Promise<void>' is not assignable to type '(message: EmailMessage) => Promise<EmailSendResult>'.
|
Loading