Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/bump-undici.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/c3-frameworks-update-11639.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/c3-frameworks-update-12905.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/c3-frameworks-update-12907.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/c3-frameworks-update-12908.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/c3-frameworks-update-12909.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/dependabot-update-12875.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/dependabot-update-12935.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/kind-beers-occur.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/migrate-devtools-to-workers-assets.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/open-apples-heal.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/quick-items-shine.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/tunnel-commands.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/warm-mirrors-allow.md

This file was deleted.

11 changes: 10 additions & 1 deletion packages/chrome-devtools-patches/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @cloudflare/chrome-devtools-patches

## 0.1.5

### Patch Changes

- [#12928](https://github.com/cloudflare/workers-sdk/pull/12928) [`81ee98e`](https://github.com/cloudflare/workers-sdk/commit/81ee98e6a0c6be879757289ef6e34e1559d6ee2a) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - Migrate chrome-devtools-patches deployment from Cloudflare Pages to Workers + Assets

The DevTools frontend is now deployed as a Cloudflare Workers + Assets project instead of a Cloudflare Pages project. This uses `wrangler deploy` for production deployments and `wrangler versions upload` for PR preview deployments.

The inspector proxy origin allowlists in both wrangler and miniflare have been updated to accept connections from the new `workers.dev` domain patterns, while retaining the legacy `pages.dev` patterns for backward compatibility.

## 0.1.4

### Patch Changes
Expand Down Expand Up @@ -29,7 +39,6 @@
### Minor Changes

- [#7137](https://github.com/cloudflare/workers-sdk/pull/7137) [`1b195bd`](https://github.com/cloudflare/workers-sdk/commit/1b195bd09aef282a8a205d341579cdb7e3755d89) Thanks [@andyjessop](https://github.com/andyjessop)! - feat: update devtools patches for release

- rebases patches on top of latest devtools head
- removes CPU profiling tab
- adds performance tab
Expand Down
2 changes: 1 addition & 1 deletion packages/chrome-devtools-patches/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/chrome-devtools-patches",
"version": "0.1.4",
"version": "0.1.5",
"private": true,
"description": "Chrome Devtools hosted for easy use with Workers tooling and applications (Wrangler, Playground, Quick Editor).",
"homepage": "https://github.com/cloudflare/workers-sdk#readme",
Expand Down
55 changes: 44 additions & 11 deletions packages/create-cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,49 @@
# create-cloudflare

## 2.64.9

### Patch Changes

- [#11639](https://github.com/cloudflare/workers-sdk/pull/11639) [`e9f5f30`](https://github.com/cloudflare/workers-sdk/commit/e9f5f30d536e89d0f182e336a0abc0e246bdc615) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update dependencies of "create-cloudflare"

The following dependency versions have been updated:

| Dependency | From | To |
| --------------- | ------ | ------ |
| create-next-app | 15.5.6 | 16.1.6 |

- [#12905](https://github.com/cloudflare/workers-sdk/pull/12905) [`e7ef325`](https://github.com/cloudflare/workers-sdk/commit/e7ef325cd069e55116d35f1fea572a87cb919dab) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update dependencies of "create-cloudflare"

The following dependency versions have been updated:

| Dependency | From | To |
| ---------- | ------ | ------ |
| nuxi | 3.33.1 | 3.34.0 |

- [#12907](https://github.com/cloudflare/workers-sdk/pull/12907) [`92402f6`](https://github.com/cloudflare/workers-sdk/commit/92402f677a9640a08cd7bff4b0d1bb301c52b030) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update dependencies of "create-cloudflare"

The following dependency versions have been updated:

| Dependency | From | To |
| ------------ | ------ | ----- |
| create-astro | 4.13.2 | 5.0.0 |

- [#12908](https://github.com/cloudflare/workers-sdk/pull/12908) [`eadb0fd`](https://github.com/cloudflare/workers-sdk/commit/eadb0fdc56db7984253dd725c4178c83dd70d948) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update dependencies of "create-cloudflare"

The following dependency versions have been updated:

| Dependency | From | To |
| --------------- | ------ | ------ |
| @angular/create | 21.2.1 | 21.2.2 |

- [#12909](https://github.com/cloudflare/workers-sdk/pull/12909) [`75fa04b`](https://github.com/cloudflare/workers-sdk/commit/75fa04bf029a730513a58c1c1b26f33e93227137) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update dependencies of "create-cloudflare"

The following dependency versions have been updated:

| Dependency | From | To |
| ----------- | ------ | ------ |
| create-qwik | 1.19.1 | 1.19.2 |

## 2.64.8

### Patch Changes
Expand Down Expand Up @@ -261,7 +305,6 @@
New Workers projects created via `create-cloudflare` now include an `AGENTS.md` file that provides AI coding agents with retrieval-led guidance for Cloudflare APIs. This helps agents avoid using outdated knowledge from their training data and instead consult current documentation.

The file includes:

- Links to Cloudflare documentation and MCP servers
- Essential wrangler commands (`dev`, `deploy`, `types`)
- Pointers to product-specific documentation for limits and APIs
Expand Down Expand Up @@ -640,7 +683,6 @@
- [#11520](https://github.com/cloudflare/workers-sdk/pull/11520) [`85ec269`](https://github.com/cloudflare/workers-sdk/commit/85ec26985a05b2cc5e0dd3c4904f5b96b9e2de80) Thanks [@vicb](https://github.com/vicb)! - Add placeholder substitution in wrangler config files.

When c3 updates the config file:

- The value `"<WORKER_NAME>"` is replaced with the worker name.
- The value `"<COMPATIBILITY_DATE>"` is replaced with the latest worked compatibility date.

Expand Down Expand Up @@ -1115,7 +1157,6 @@
- [#10766](https://github.com/cloudflare/workers-sdk/pull/10766) [`bd5b720`](https://github.com/cloudflare/workers-sdk/commit/bd5b720c44f8bc04ac153154c1f8b8a291af7139) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - Do not override any `.env` settings in `.gitignore` files

Previously we only looked for `.env*` in the `gitignore` but now we cover more cases such as:

- `.env`
- `.env\*`
- `.env.<local|production|staging|...>`
Expand Down Expand Up @@ -2431,7 +2472,6 @@
| @angular/create | 19.1.5 | 19.1.6 |

- [#7854](https://github.com/cloudflare/workers-sdk/pull/7854) [`bff209d`](https://github.com/cloudflare/workers-sdk/commit/bff209d853ae081ec692c41a080071956bf4ae2d) Thanks [@beratbayram](https://github.com/beratbayram)! - Update the Next.js template

- Removed top-level `await` in `next.config.ts` as it is not allowed there and not required.
- Improved `setupDevPlatform()` comment

Expand Down Expand Up @@ -2564,7 +2604,6 @@
| nuxi | 3.17.2 | 3.20.0 |

- [#7743](https://github.com/cloudflare/workers-sdk/pull/7743) [`5955dac`](https://github.com/cloudflare/workers-sdk/commit/5955dac5ef2c6a0b6eea6dc28d11491966c07c2b) Thanks [@vicb](https://github.com/vicb)! - Update the Next.js experimental template

- Use create-next-app@^14.2.23
- Rename wrangler types output to cloudflare-env.d.ts

Expand Down Expand Up @@ -3786,7 +3825,6 @@
- [#5675](https://github.com/cloudflare/workers-sdk/pull/5675) [`235c439`](https://github.com/cloudflare/workers-sdk/commit/235c4398268322b6c0c13060bc3da91f52b4b066) Thanks [@jculvey](https://github.com/jculvey)! - feat: Improvements to `hono` template.

The `hono` template has been updated as follows:

- Bumps `create-hono` to `0.7.0`
- Automatically installs dependencies and specifies the detected package manager to avoid interactive prompts
- Adds a `wrangler.toml` file with commented out examples of all available bindings to match other templates.
Expand Down Expand Up @@ -3937,7 +3975,6 @@
### Patch Changes

- [#5218](https://github.com/cloudflare/workers-sdk/pull/5218) [`0c535e7`](https://github.com/cloudflare/workers-sdk/commit/0c535e7236cbfc4bf856889454298bb434e48650) Thanks [@jculvey](https://github.com/jculvey)! - refactor: Refactor C3 internal helpers. Includes a few small changes:

- Drops `--save` from internal `pnpm` and `npm` install invocations
- Switches to `git branch --show-current` for detecting current branch

Expand Down Expand Up @@ -4151,7 +4188,6 @@
- [#4754](https://github.com/cloudflare/workers-sdk/pull/4754) [`06f85613`](https://github.com/cloudflare/workers-sdk/commit/06f85613228066ccb323c2818b443e9460b02c94) Thanks [@jculvey](https://github.com/jculvey)! - Adds C3 support for external templates hosted in git repositories via the `--template <source>` option.

The source may be specified as any of the following:

- `user/repo`
- `git@github.com:user/repo`
- `https://github.com/user/repo`
Expand All @@ -4164,7 +4200,6 @@
See the `degit` [docs](https://github.com/Rich-Harris/degit) for more details.

At a minimum, templates must contain the following:

- `package.json`
- `wrangler.toml`
- `src/` containing a worker script referenced from `wrangler.toml`
Expand Down Expand Up @@ -4365,7 +4400,6 @@
* [#4530](https://github.com/cloudflare/workers-sdk/pull/4530) [`774b16c9`](https://github.com/cloudflare/workers-sdk/commit/774b16c9138bbe7e7d42a8a27048755191010167) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `@angular/create` from `17.0.3` to `17.0.5`

- [#4481](https://github.com/cloudflare/workers-sdk/pull/4481) [`18a4dd92`](https://github.com/cloudflare/workers-sdk/commit/18a4dd92456f955ccbb35567a88475beafda01c0) Thanks [@jculvey](https://github.com/jculvey)! - Minor improvements when using the `--existing-script scriptName` flag:

- Format the type as "Pre-existing Worker (from Dashboard)"
- Defaults the project name to `scriptName`

Expand Down Expand Up @@ -4634,7 +4668,6 @@
(such arguments will be completely ignored by C3)

* [#3822](https://github.com/cloudflare/workers-sdk/pull/3822) [`3db34519`](https://github.com/cloudflare/workers-sdk/commit/3db3451988988c0af82023cc53975bbaef14ac8a) Thanks [@dario-piotrowicz](https://github.com/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
Expand Down
2 changes: 1 addition & 1 deletion packages/create-cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-cloudflare",
"version": "2.64.8",
"version": "2.64.9",
"description": "A CLI for creating and deploying new applications to Cloudflare.",
"keywords": [
"cloudflare",
Expand Down
Loading
Loading