Skip to content

@cloudflare/codemods@0.1.0

Choose a tag to compare

@workers-devprod workers-devprod released this 20 Aug 17:42
· 4 commits to main since this release
38b4623

Minor Changes

  • #14690 d81fae7 Thanks @penalosa! - Add a central CLI for Cloudflare codemods

    Run a codemod by name, e.g. npx @cloudflare/codemods vitest:v3-to-v4. The initial migrations cover Vitest v3 to v4 configuration (vitest:v3-to-v4) and the @cloudflare/vitest-pool-workers to @cloudflare/vitest-plugin v1 rename (vitest:pool-workers-to-vitest-plugin). The existing Vitest transform now lives in this dedicated package.