github cloudflare/workers-sdk create-cloudflare@2.2.0

Minor Changes

  • #3776 83e526b3 Thanks @dario-piotrowicz! - add final commit when generating Pages projects

    before after the user would have completed the creation of a Pages project
    they would find the Cloudflare added/modified files uncommitted, instead of
    leaving these uncommitted this change adds an extra commit (on top of the
    framework specific) which also contains some useful information about the
    project

  • #3803 9156994e Thanks @jculvey! - C3: Checks for a newer version of create-cloudflare and uses it if available. This behavior can be suppressed with the --no-auto-update flag.

Patch Changes

  • #3807 fac199ba Thanks @dario-piotrowicz! - adjusted arguments passing so that arguments following an extra -- are
    passed to the underlying cli (if any)

    For example:

    $ npm create cloudflare -- --framework=X -- -a -b
    

    now will run the framework X's cli with the -a and -b arguments
    (such arguments will be completely ignored by C3)

  • #3822 3db34519 Thanks @dario-piotrowicz! - update the frameworks' cli versions used in C3

    • @angular/cli from 16.1.x to 16.2.0
    • create-next-app from 13.4.2 to 13.4.19
    • create-remix from 1.16.0 to 1.19.3
    • gatsby from 5.10.0 to 5.11.0
    • nuxi from 3.4.2 to 3.6.5

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.