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
11 changes: 0 additions & 11 deletions .changeset/c3-frameworks-update-11861.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/cli-macos-user-error.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-clowns-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dark-ads-appear.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-tools-happen.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/file-not-found-errors.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/fix-infinite-loop-detection.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/fix-jsonc-config-filename.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/fix-version-tracking-command-events.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/friendly-kv-namespace-error.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/gold-forks-build.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/green-bears-wave.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/happy-clubs-kiss.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/large-cooks-cough.md

This file was deleted.

29 changes: 0 additions & 29 deletions .changeset/miniflare-email-messagebuilder.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/purple-lemons-sip.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/vite-config-error-handling.md

This file was deleted.

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

## 1.2.1

### Patch Changes

- [#11940](https://github.com/cloudflare/workers-sdk/pull/11940) [`69ff962`](https://github.com/cloudflare/workers-sdk/commit/69ff9620487a6ae979f369eb1dbac887ce46e246) Thanks [@penalosa](https://github.com/penalosa)! - Mark macOS version compatibility errors as user errors

When checking macOS version compatibility, the CLI now throws `UserError` instead of generic `Error`. This ensures that version incompatibility issues are properly classified as user-facing errors that shouldn't be reported to Sentry.

- [#11967](https://github.com/cloudflare/workers-sdk/pull/11967) [`202c59e`](https://github.com/cloudflare/workers-sdk/commit/202c59e4f4f28419fb6ac0aa8c7dc3960a0c8d3e) Thanks [@emily-shen](https://github.com/emily-shen)! - chore: update undici

The following dependency versions have been updated:

| Dependency | From | To |
| ---------- | ------ | ------ |
| undici | 7.14.0 | 7.18.2 |

## 1.2.0

### Minor 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",
"version": "1.2.0",
"version": "1.2.1",
"private": true,
"description": "An SDK to build workers-sdk CLIs",
"keywords": [
Expand Down
64 changes: 64 additions & 0 deletions packages/create-cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,69 @@
# create-cloudflare

## 2.62.3

### Patch Changes

- [#11861](https://github.com/cloudflare/workers-sdk/pull/11861) [`27ea230`](https://github.com/cloudflare/workers-sdk/commit/27ea230b036e262c692c438405c477afb50e02a6) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore: update dependencies of "create-cloudflare"

The following dependency versions have been updated:

| Dependency | From | To |
| ----------- | ------- | ------- |
| create-vike | 0.0.558 | 0.0.564 |

- [#11862](https://github.com/cloudflare/workers-sdk/pull/11862) [`6bd2ab4`](https://github.com/cloudflare/workers-sdk/commit/6bd2ab491cda9e18c2315bbf0564658692ab36fe) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore: update dependencies of "create-cloudflare"

The following dependency versions have been updated:

| Dependency | From | To |
| ------------- | ----- | ----- |
| create-analog | 2.1.3 | 2.2.1 |

- [#11864](https://github.com/cloudflare/workers-sdk/pull/11864) [`283a9e4`](https://github.com/cloudflare/workers-sdk/commit/283a9e4671020ad5db3a943d943d576efdb87450) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore: update dependencies of "create-cloudflare"

The following dependency versions have been updated:

| Dependency | From | To |
| ------------ | ----- | ----- |
| create-rwsdk | 3.1.2 | 3.1.3 |

- [#11865](https://github.com/cloudflare/workers-sdk/pull/11865) [`8522a8b`](https://github.com/cloudflare/workers-sdk/commit/8522a8b48ccff3da14a42c3413b6adcdacca79dc) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore: update dependencies of "create-cloudflare"

The following dependency versions have been updated:

| Dependency | From | To |
| ------------------- | ------ | ------ |
| create-react-router | 7.11.0 | 7.12.0 |

- [#11915](https://github.com/cloudflare/workers-sdk/pull/11915) [`20467fd`](https://github.com/cloudflare/workers-sdk/commit/20467fda188c70237805b00dafcb5e2acc9dc259) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore: update dependencies of "create-cloudflare"

The following dependency versions have been updated:

| Dependency | From | To |
| ----------- | ---------------------- | ---------------------- |
| create-waku | 0.12.5-1.0.0-alpha.1-0 | 0.12.5-1.0.0-alpha.2-0 |

- [#11961](https://github.com/cloudflare/workers-sdk/pull/11961) [`844975f`](https://github.com/cloudflare/workers-sdk/commit/844975fac1d46fabd2573f209fbb029f21097b8f) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore: update dependencies of "create-cloudflare"

The following dependency versions have been updated:

| Dependency | From | To |
| ------------- | ----- | ----- |
| create-analog | 2.2.1 | 2.2.2 |

- [#11952](https://github.com/cloudflare/workers-sdk/pull/11952) [`c09dbd7`](https://github.com/cloudflare/workers-sdk/commit/c09dbd7e43d934c19a5daafa62936603f2e3bfec) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - Bump the version of `@cloudflare/vitest-pool-workers` in the hello-world templates from `^0.8.19` to `^0.12.4`

The version of the `@cloudflare/vitest-pool-workers` in the hello-world templates is currently `^0.8.19`, since the package is pre v1, the Caret syntax only installs the latest `0.8.x` version of the package, which is a bit outdated. So the changes here manually keep the package more up to date.

- [#11967](https://github.com/cloudflare/workers-sdk/pull/11967) [`202c59e`](https://github.com/cloudflare/workers-sdk/commit/202c59e4f4f28419fb6ac0aa8c7dc3960a0c8d3e) Thanks [@emily-shen](https://github.com/emily-shen)! - chore: update undici

The following dependency versions have been updated:

| Dependency | From | To |
| ---------- | ------ | ------ |
| undici | 7.14.0 | 7.18.2 |

## 2.62.2

### Patch Changes
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.62.2",
"version": "2.62.3",
"description": "A CLI for creating and deploying new applications to Cloudflare.",
"keywords": [
"cloudflare",
Expand Down
6 changes: 6 additions & 0 deletions packages/devprod-status-bot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# devprod-status-bot

## 1.3.0

### Minor Changes

- [#11916](https://github.com/cloudflare/workers-sdk/pull/11916) [`0b249a1`](https://github.com/cloudflare/workers-sdk/commit/0b249a103e981b6f3f92290dbb65448ecd65739a) Thanks [@emily-shen](https://github.com/emily-shen)! - Notify when security advisories are submitted to workers-sdk

## 1.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/devprod-status-bot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/devprod-status-bot",
"version": "1.2.3",
"version": "1.3.0",
"private": true,
"scripts": {
"check:lint": "eslint . --max-warnings=0",
Expand Down
Loading
Loading