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
7 changes: 0 additions & 7 deletions .changeset/autoconfig-nuxt-preserve-modules.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/create-cloudflare-nuxt-preserve-modules.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/dependabot-update-14715.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/drop-provisioning-experimental-header.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/email-routing-deploy-apply.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/exclude-packages-instrumentation.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-nonascii-mf-vitest-worker-data-header.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-nonascii-vitest-pool-workers-redirect.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/fix-remote-bindings-preview.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/fix-sites-asset-key-error-message.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/fuzzy-dogs-listen.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/fuzzy-lions-provision.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-tails-listen.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/heavy-pugs-repeat.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/honest-crabs-raise.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/local-explorer-agent-hint.md

This file was deleted.

27 changes: 0 additions & 27 deletions .changeset/new-config-settings-export.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/nub-package-manager.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/observability-null-validation.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/olive-jokes-shave.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/quiet-lemons-patch.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/workflows-sensitive-step-output.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/wrangler-nodejs-compat-default.md

This file was deleted.

18 changes: 18 additions & 0 deletions packages/autoconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @cloudflare/autoconfig

## 0.2.0

### Minor Changes

- [#14595](https://github.com/cloudflare/workers-sdk/pull/14595) [`2b390d7`](https://github.com/cloudflare/workers-sdk/commit/2b390d7831ff27aa13cdf05aa8e11e4c0086f924) Thanks [@colinhacks](https://github.com/colinhacks)! - Recognise nub as a package manager

wrangler now detects nub — from its `npm_config_user_agent` and an installed `nub` binary — and autoconfig detects nub projects by their `nub.lock`, alongside npm, pnpm, yarn, and bun.

### Patch Changes

- [#14534](https://github.com/cloudflare/workers-sdk/pull/14534) [`a330170`](https://github.com/cloudflare/workers-sdk/commit/a330170e8dfbe481a99597b3e07c1438e20f5ebb) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - Preserve existing Nuxt `modules` when configuring a project for Cloudflare

Configuring an existing Nuxt project whose `nuxt.config.ts` already declares a `modules` array previously overwrote that array when adding `nitro-cloudflare-dev`, dropping modules such as `@nuxt/ui`. Existing entries are now retained and the Cloudflare module is appended instead.

- Updated dependencies [[`2b390d7`](https://github.com/cloudflare/workers-sdk/commit/2b390d7831ff27aa13cdf05aa8e11e4c0086f924), [`a6c214f`](https://github.com/cloudflare/workers-sdk/commit/a6c214fb311215b1ed09b273171b7995033fb7d7)]:
- @cloudflare/workers-utils@0.28.0
- @cloudflare/cli-shared-helpers@0.1.16

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/autoconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/autoconfig",
"version": "0.1.6",
"version": "0.2.0",
"description": "Framework autoconfig detection and configuration for Cloudflare Workers",
"license": "MIT OR Apache-2.0",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cloudflare/cli

## 0.1.16

### Patch Changes

- Updated dependencies [[`2b390d7`](https://github.com/cloudflare/workers-sdk/commit/2b390d7831ff27aa13cdf05aa8e11e4c0086f924), [`a6c214f`](https://github.com/cloudflare/workers-sdk/commit/a6c214fb311215b1ed09b273171b7995033fb7d7)]:
- @cloudflare/workers-utils@0.28.0

## 0.1.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/cli-shared-helpers",
"version": "0.1.15",
"version": "0.1.16",
"description": "Internal shared CLI helpers for workers-sdk. Not intended for external use — APIs may change without notice.",
"keywords": [
"cli",
Expand Down
26 changes: 26 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @cloudflare/config

## 0.3.0

### Minor Changes

- [#14724](https://github.com/cloudflare/workers-sdk/pull/14724) [`a50f73a`](https://github.com/cloudflare/workers-sdk/commit/a50f73a06bb7b078268ce9cebb4d1c16f79a3144) Thanks [@jamesopstad](https://github.com/jamesopstad)! - Add a `settings` export to the experimental `cloudflare.config.ts` config

Account-level settings (`accountId`, `complianceRegion`) now live in a dedicated, named `settings` export authored via `defineSettings`, rather than on the Worker config. A `cloudflare.config.ts` can export at most one `settings` object; the Worker itself is the `default` export.

```ts
// cloudflare.config.ts
import { defineSettings, defineWorker } from "wrangler/experimental-config";
import * as entrypoint from "./src/index.ts" with { type: "cf-worker" };

export const settings = defineSettings({
accountId: "<your-account-id>",
});

export default defineWorker({
name: "my-worker",
entrypoint,
compatibilityDate: "2026-05-18",
});
```

This is only used behind the experimental new-config path (`wrangler --experimental-new-config` and the `@cloudflare/vite-plugin` `experimental.newConfig` option).

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/config",
"version": "0.2.1",
"version": "0.3.0",
"description": "Definitions and utilities for configuring Cloudflare Workers and related products. This is not yet stable enough for external use — APIs may change without notice.",
"homepage": "https://github.com/cloudflare/workers-sdk/tree/main/packages/config#readme",
"bugs": {
Expand Down
40 changes: 40 additions & 0 deletions packages/create-cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# create-cloudflare

## 2.70.13

### Patch Changes

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

The following dependency versions have been updated:

| Dependency | From | To |
| ----------------- | ------ | ------ |
| create-docusaurus | 3.10.1 | 3.10.2 |

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

The following dependency versions have been updated:

| Dependency | From | To |
| --------------- | ------ | ------ |
| @angular/create | 22.0.6 | 22.0.7 |

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

The following dependency versions have been updated:

| Dependency | From | To |
| ---------- | ------ | ------ |
| sv | 0.16.2 | 0.16.3 |

- [#14534](https://github.com/cloudflare/workers-sdk/pull/14534) [`a330170`](https://github.com/cloudflare/workers-sdk/commit/a330170e8dfbe481a99597b3e07c1438e20f5ebb) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - Preserve existing Nuxt `modules` when adding Cloudflare configuration

Scaffolding a Nuxt application whose `nuxt.config.ts` already declares a `modules` array (for example the `ui` starter, which registers `@nuxt/ui` and `@nuxt/eslint`) previously overwrote that array when adding `nitro-cloudflare-dev`, dropping the existing modules and breaking the build. Existing entries are now retained and the Cloudflare module is appended instead.

- [#14790](https://github.com/cloudflare/workers-sdk/pull/14790) [`03ce063`](https://github.com/cloudflare/workers-sdk/commit/03ce063a66e11d14e06e0dba0863cccacad150a0) Thanks [@emily-shen](https://github.com/emily-shen)! - Update dependencies of "create-cloudflare"

The following dependency versions have been updated:

| Dependency | From | To |
| --------------- | ------- | ------- |
| create-next-app | 16.2.10 | 16.2.11 |

## 2.70.12

### Patch Changes
Expand Down
Loading
Loading