Remove cf-requirements support from wrangler#11899
Conversation
🦋 Changeset detectedLatest commit: bb83491 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
create-cloudflare
@cloudflare/kv-asset-handler
miniflare
@cloudflare/pages-shared
@cloudflare/unenv-preset
@cloudflare/vite-plugin
@cloudflare/vitest-pool-workers
@cloudflare/workers-editor-shared
wrangler
commit: |
7ba4834 to
d350fba
Compare
|
Codeowners approval required for this PR:
Show detailed file reviewers
|
|
✅ All changesets look good |
There was a problem hiding this comment.
Devin Review found 1 potential issue.
🐛 1 issue in files not directly in the diff
🐛 defaultHashes.js not regenerated after removing cf-requirements.txt from Python worker (packages/workers-playground/src/QuickEditor/defaultHashes.js:6)
The generate-default-hashes.ts script was updated to remove cf-requirements.txt from the Python worker FormData, but the generated defaultHashes.js file was not regenerated. The committed defaultHashes.js at packages/workers-playground/src/QuickEditor/defaultHashes.js:6 still contains the old serialized FormData with cf-requirements.txt embedded in the worker string. This will cause the check:default-hashes CI step (packages/workers-playground/package.json:9) to fail, as assert.deepEqual in the check mode (packages/workers-playground/generate-default-hashes.ts:111) will detect the mismatch between the stale committed file and the freshly generated hashes. The developer needs to run pnpm run generate:default-hashes in the packages/workers-playground directory to update the file.
View 4 additional findings in Devin Review.
322bba0 to
5b538d0
Compare
|
Codeowners approval required for this PR:
Show detailed file reviewers |
Instead warn that it is deprecated. It hasn't worked for a while now.
5b538d0 to
e2f546c
Compare
e2f546c to
3c03370
Compare
Instead warn that it is deprecated. It hasn't worked for a while now.