feat(wrangler): makes resource identifier optional #16299
Annotations
10 errors and 1 warning
Build, pack, and upload packages
wrangler#build: command (/home/runner/work/workers-sdk/workers-sdk/packages/wrangler) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (1)
|
Build, pack, and upload packages
Type '({ type: "kv_namespace"; } & BindingOmit<CfKvNamespace> & { binding: string; name: string; })[]' is not assignable to type '{ binding: string; id: string; preview_id?: string | undefined; }[]'.
|
Build, pack, and upload packages
Type '({ type: "r2_bucket"; } & BindingOmit<CfR2Bucket> & { binding: string; name: string; })[]' is not assignable to type '{ binding: string; bucket_name: string; preview_bucket_name?: string | undefined; jurisdiction?: string | undefined; }[]'.
|
Build, pack, and upload packages
Type '({ type: "d1"; } & Omit<CfD1Database, "binding"> & { binding: string; name: string; })[]' is not assignable to type '{ binding: string; database_name: string; database_id: string; preview_database_id?: string | undefined; migrations_table?: string | undefined; migrations_dir?: string | undefined; database_internal_env?: string | undefined; }[]'.
|
Build, pack, and upload packages
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
Build, pack, and upload packages
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
Build, pack, and upload packages
Type 'string | undefined' is not assignable to type 'string'.
|
Build, pack, and upload packages
Type 'string | undefined' is not assignable to type 'string'.
|
Build, pack, and upload packages
Type 'string | undefined' is not assignable to type 'string'.
|
Build, pack, and upload packages
Process completed with exit code 1.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "runtime-versions.md".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading