Skip to content

Commit 97727de

Browse files
Version Packages (#4495)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 311ffbd commit 97727de

26 files changed

+126
-173
lines changed

.changeset/angry-walls-cheer.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

.changeset/c3-frameworks-update-4432.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/c3-frameworks-update-4465.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/c3-frameworks-update-4472.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/c3-frameworks-update-4491.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/c3-frameworks-update-4504.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/c3-frameworks-update-4506.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/c3-frameworks-update-4507.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/c3-frameworks-update-4508.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/c3-frameworks-update-4530.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/early-lizards-knock.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/itchy-days-greet.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/popular-dolls-enjoy.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changeset/real-students-poke.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/shiny-poets-smell.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/soft-chairs-share.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/tidy-planes-peel.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/create-cloudflare/CHANGELOG.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,69 @@
11
# create-cloudflare
22

3+
## 2.8.0
4+
5+
### Minor Changes
6+
7+
- [#4494](https://github.com/cloudflare/workers-sdk/pull/4494) [`9bea4e32`](https://github.com/cloudflare/workers-sdk/commit/9bea4e32c6da9217c9a50e498f15ba49446131e1) Thanks [@RamIdeas](https://github.com/RamIdeas)! - Change the default project type to the hello world worker script.
8+
9+
* [#4525](https://github.com/cloudflare/workers-sdk/pull/4525) [`294ca542`](https://github.com/cloudflare/workers-sdk/commit/294ca542c6ad57685b97fd787bfc3fe47c3cae74) Thanks [@jculvey](https://github.com/jculvey)! - C3: Use latest version of `wrangler` and `@cloudflare/workers-types`.
10+
11+
Also updates the `types` entry of the project's `tsconfig.json` to use type definitions corresponding to the latest compatibility date.
12+
13+
### Patch Changes
14+
15+
- [#4445](https://github.com/cloudflare/workers-sdk/pull/4445) [`652cc422`](https://github.com/cloudflare/workers-sdk/commit/652cc4222e28cb303c330c5264874b2ba2810dac) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - fix: ensure shell scripts work on Windows
16+
17+
Our use of `shell-quote` was causing problems on Windows where it was
18+
escaping character (such as `@`) by placing a backslash in front.
19+
This made Windows think that such path arguments, were at the root.
20+
21+
For example, `npm install -D @cloudflare/workers-types` was being converted to
22+
`npm install -D \@cloudflare/workers-types`, which resulted in errors like:
23+
24+
```
25+
npm ERR! enoent ENOENT: no such file or directory, open 'D:\@cloudflare\workers-types\package.json'
26+
```
27+
28+
Now we just rely directly on the Node.js `spawn` API to avoid any shell quoting
29+
concerns. This has resulted in a slightly less streamlined experience for people
30+
writing C3 plugins, but has the benefit that the developer doesn't have to worry
31+
about quoting spawn arguments.
32+
33+
Closes https://github.com/cloudflare/workers-sdk/issues/4282
34+
35+
* [#4432](https://github.com/cloudflare/workers-sdk/pull/4432) [`04a2d0ed`](https://github.com/cloudflare/workers-sdk/commit/04a2d0ed6fca1c366cd891b54026c34e1c1a5701) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `create-solid` from `0.3.9` to `0.3.10`
36+
37+
- [#4465](https://github.com/cloudflare/workers-sdk/pull/4465) [`d79a68fd`](https://github.com/cloudflare/workers-sdk/commit/d79a68fd463e9de973ee87b0ed9566a936f24220) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `create-svelte` from `5.2.0` to `5.3.1`
38+
39+
* [#4472](https://github.com/cloudflare/workers-sdk/pull/4472) [`beed1575`](https://github.com/cloudflare/workers-sdk/commit/beed157532301dfc637f354a8d2814bc0544e7a3) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `nuxi` from `3.9.1` to `3.10.0`
40+
41+
- [#4491](https://github.com/cloudflare/workers-sdk/pull/4491) [`e6ddf8a7`](https://github.com/cloudflare/workers-sdk/commit/e6ddf8a71b11419bc46dbdddda748ef9fe84116c) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `create-qwik` from `1.2.17` to `1.2.19`
42+
43+
* [#4504](https://github.com/cloudflare/workers-sdk/pull/4504) [`3b5407a9`](https://github.com/cloudflare/workers-sdk/commit/3b5407a968189e60974233c5db8615162db37fd2) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `@angular/create` from `17.0.1` to `17.0.3`
44+
45+
- [#4506](https://github.com/cloudflare/workers-sdk/pull/4506) [`d8b5a01e`](https://github.com/cloudflare/workers-sdk/commit/d8b5a01e2b7be4a52de22989aec35cad580f9fb2) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `gatsby` from `5.12.9` to `5.12.11`
46+
47+
* [#4507](https://github.com/cloudflare/workers-sdk/pull/4507) [`743d15fe`](https://github.com/cloudflare/workers-sdk/commit/743d15fe76b6330f439e74596a7cadecc0bf85d2) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `create-remix` from `2.2.0` to `2.3.1`
48+
49+
- [#4508](https://github.com/cloudflare/workers-sdk/pull/4508) [`743df0af`](https://github.com/cloudflare/workers-sdk/commit/743df0af21cf2f8763be9403f3f00e6ecd47cef6) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `create-svelte` from `5.3.1` to `5.3.2`
50+
51+
* [#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`
52+
53+
- [#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:
54+
55+
- Format the type as "Pre-existing Worker (from Dashboard)"
56+
- Defaults the project name to `scriptName`
57+
58+
* [#4445](https://github.com/cloudflare/workers-sdk/pull/4445) [`652cc422`](https://github.com/cloudflare/workers-sdk/commit/652cc4222e28cb303c330c5264874b2ba2810dac) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - fix: update Nuxt template to work on Windows
59+
60+
Rather than relying upon the non-Windows shell syntax to specify an environment variable,
61+
we now update the `nuxt.config.ts` files to include the cloudflare preset.
62+
63+
Fixes #4285
64+
65+
- [#4520](https://github.com/cloudflare/workers-sdk/pull/4520) [`1b945a07`](https://github.com/cloudflare/workers-sdk/commit/1b945a07bd5e7e299a955ea23e6c6e335bd8ba0a) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - fix: ensure Angular alter-polyfill script works on Windows
66+
367
## 2.7.1
468

569
### Patch Changes

packages/create-cloudflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-cloudflare",
3-
"version": "2.7.1",
3+
"version": "2.8.0",
44
"description": "A CLI for creating and deploying new applications to Cloudflare.",
55
"keywords": [
66
"cloudflare",

packages/miniflare/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# miniflare
22

3+
## 3.20231030.2
4+
5+
### Patch Changes
6+
7+
- [#4505](https://github.com/cloudflare/workers-sdk/pull/4505) [`1b348782`](https://github.com/cloudflare/workers-sdk/commit/1b34878287e3c98e8743e0a9c30b860107d4fcbe) Thanks [@mrbbot](https://github.com/mrbbot)! - fix: remove `__STATIC_CONTENT_MANIFEST` from module worker `env`
8+
9+
When using Workers Sites with a module worker, the asset manifest must be imported from the `__STATIC_CONTENT_MANIFEST` virtual module. Miniflare provided this module, but also erroneously added `__STATIC_CONTENT_MANIFEST` to the `env` object too. Whilst this didn't break anything locally, it could cause users to develop Workers that ran locally, but not when deployed. This change ensures `env` doesn't contain `__STATIC_CONTENT_MANIFEST`.
10+
311
## 3.20231030.1
412

513
### Minor Changes

packages/miniflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "miniflare",
3-
"version": "3.20231030.1",
3+
"version": "3.20231030.2",
44
"description": "Fun, full-featured, fully-local simulator for Cloudflare Workers",
55
"keywords": [
66
"cloudflare",

packages/pages-shared/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @cloudflare/pages-shared
22

3+
## 0.11.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1b348782`](https://github.com/cloudflare/workers-sdk/commit/1b34878287e3c98e8743e0a9c30b860107d4fcbe)]:
8+
9+
310
## 0.11.1
411

512
### Patch Changes

packages/pages-shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/pages-shared",
3-
"version": "0.11.1",
3+
"version": "0.11.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/cloudflare/workers-sdk.git",

packages/wrangler/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# wrangler
22

3+
## 3.18.0
4+
5+
### Minor Changes
6+
7+
- [#4532](https://github.com/cloudflare/workers-sdk/pull/4532) [`311ffbd5`](https://github.com/cloudflare/workers-sdk/commit/311ffbd5064f8301ac6f0311bbe5630897923b93) Thanks [@mrbbot](https://github.com/mrbbot)! - fix: change `wrangler (pages) dev` to listen on `localhost` by default
8+
9+
Previously, Wrangler listened on all interfaces (`*`) by default. This change switches `wrangler (pages) dev` to just listen on local interfaces. Whilst this is technically a breaking change, we've decided the security benefits outweigh the potential disruption caused. If you need to access your dev server from another device on your network, you can use `wrangler (pages) dev --ip *` to restore the previous behaviour.
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`1b348782`](https://github.com/cloudflare/workers-sdk/commit/1b34878287e3c98e8743e0a9c30b860107d4fcbe)]:
14+
15+
316
## 3.17.1
417

518
### Patch Changes

packages/wrangler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wrangler",
3-
"version": "3.17.1",
3+
"version": "3.18.0",
44
"description": "Command-line interface for all things Cloudflare Workers",
55
"keywords": [
66
"wrangler",

0 commit comments

Comments
 (0)