Skip to content

Commit a979d9e

Browse files
Version Packages (#4781)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f9de0c5 commit a979d9e

27 files changed

+122
-114
lines changed

.changeset/brave-moons-shop.md

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

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

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

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

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

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

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

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

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

.changeset/dull-jobs-deliver.md

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

.changeset/five-vans-compete.md

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

.changeset/old-panthers-yell.md

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

.changeset/slow-points-invent.md

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

fixtures/dev-env/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@types/ws": "^8.5.7",
1717
"@cloudflare/workers-tsconfig": "workspace:^",
1818
"get-port": "^7.0.0",
19-
"miniflare": "3.20231218.2",
19+
"miniflare": "3.20231218.3",
2020
"undici": "^5.28.2",
2121
"wrangler": "workspace:*",
2222
"ws": "^8.14.2"

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @cloudflare/cli
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- [#4768](https://github.com/cloudflare/workers-sdk/pull/4768) [`c3e410c2`](https://github.com/cloudflare/workers-sdk/commit/c3e410c2797f5c59b9ea0f63c20feef643366df2) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - ci: bump undici versions to 5.28.2
8+
39
## 1.1.0
410

511
### Minor Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/cli",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "An SDK to build workers-sdk CLIs",
55
"private": true,
66
"keywords": [

packages/create-cloudflare/CHANGELOG.md

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

3+
## 2.9.3
4+
5+
### Patch Changes
6+
7+
- [#4780](https://github.com/cloudflare/workers-sdk/pull/4780) [`a75ef752`](https://github.com/cloudflare/workers-sdk/commit/a75ef752fc444abff67efd77559cb0fa3c527a88) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `@angular/create` from `17.0.6` to `17.1.0`
8+
9+
* [#4786](https://github.com/cloudflare/workers-sdk/pull/4786) [`7273efca`](https://github.com/cloudflare/workers-sdk/commit/7273efca019900f0514ab111bf71fd8025c6daae) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `create-svelte` from `6.0.6` to `6.0.8`
10+
11+
- [#4788](https://github.com/cloudflare/workers-sdk/pull/4788) [`d4676266`](https://github.com/cloudflare/workers-sdk/commit/d46762667b08f398e7ce04c2a32e7628966f5086) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `create-remix` from `2.5.0` to `2.5.1`
12+
13+
* [#4789](https://github.com/cloudflare/workers-sdk/pull/4789) [`475da3a6`](https://github.com/cloudflare/workers-sdk/commit/475da3a60e2e396e56c9a3bd43290ac83c1bbef5) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `create-qwik` from `1.3.5` to `1.4.0`
14+
15+
- [#4803](https://github.com/cloudflare/workers-sdk/pull/4803) [`fa09f4a2`](https://github.com/cloudflare/workers-sdk/commit/fa09f4a2e421e402bf0f82f24b5c884c90c667ff) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - feat: add "Hello World" example for Durable Objects
16+
17+
This new starter corresponds to the getting started guide in the docs.
18+
19+
See #4747
20+
21+
* [#4768](https://github.com/cloudflare/workers-sdk/pull/4768) [`c3e410c2`](https://github.com/cloudflare/workers-sdk/commit/c3e410c2797f5c59b9ea0f63c20feef643366df2) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - ci: bump undici versions to 5.28.2
22+
323
## 2.9.2
424

525
### 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.9.2",
3+
"version": "2.9.3",
44
"description": "A CLI for creating and deploying new applications to Cloudflare.",
55
"keywords": [
66
"cloudflare",

packages/eslint-config-worker/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @cloudflare/eslint-config-worker
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#4139](https://github.com/cloudflare/workers-sdk/pull/4139) [`884e4188`](https://github.com/cloudflare/workers-sdk/commit/884e41881687c34957bf22f97fb12a127707aef9) Thanks [@1000hz](https://github.com/1000hz)! - `import/order` rule has been removed.
8+
39
## 1.0.0
410

511
### Major Changes

packages/eslint-config-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/eslint-config-worker",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"private": true,
55
"description": "ESLint config for workers-sdk",
66
"main": "index.js",

packages/miniflare/CHANGELOG.md

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

3+
## 3.20231218.3
4+
5+
### Patch Changes
6+
7+
- [#4768](https://github.com/cloudflare/workers-sdk/pull/4768) [`c3e410c2`](https://github.com/cloudflare/workers-sdk/commit/c3e410c2797f5c59b9ea0f63c20feef643366df2) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - ci: bump undici versions to 5.28.2
8+
39
## 3.20231218.2
410

511
### 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.20231218.2",
3+
"version": "3.20231218.3",
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.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c3e410c2`](https://github.com/cloudflare/workers-sdk/commit/c3e410c2797f5c59b9ea0f63c20feef643366df2)]:
8+
- miniflare@3.20231218.3
9+
310
## 0.11.7
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.7",
3+
"version": "0.11.8",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/cloudflare/workers-sdk.git",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# playground-preview-worker
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- [#4768](https://github.com/cloudflare/workers-sdk/pull/4768) [`c3e410c2`](https://github.com/cloudflare/workers-sdk/commit/c3e410c2797f5c59b9ea0f63c20feef643366df2) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - ci: bump undici versions to 5.28.2

packages/playground-preview-worker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playground-preview-worker",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"private": true,
55
"scripts": {
66
"build-middleware": "pnpm run build-middleware:common && pnpm run build-middleware:loader",
@@ -24,6 +24,6 @@
2424
"promjs": "^0.4.2",
2525
"toucan-js": "^3.2.2",
2626
"undici": "5.28.2",
27-
"wrangler": "^3.5.1"
27+
"wrangler": "^3.24.0"
2828
}
2929
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# workers-playground
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- [#4768](https://github.com/cloudflare/workers-sdk/pull/4768) [`c3e410c2`](https://github.com/cloudflare/workers-sdk/commit/c3e410c2797f5c59b9ea0f63c20feef643366df2) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - ci: bump undici versions to 5.28.2

packages/workers-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workers-playground",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/wrangler/CHANGELOG.md

Lines changed: 51 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,54 @@
11
# wrangler
22

3+
## 3.24.0
4+
5+
### Minor Changes
6+
7+
- [#4523](https://github.com/cloudflare/workers-sdk/pull/4523) [`9f96f28b`](https://github.com/cloudflare/workers-sdk/commit/9f96f28b88252dc62f1901f6533a69218f96c2dd) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - Add new `getBindingsProxy` utility to the wrangler package
8+
9+
The new utility is part of wrangler's JS API (it is not part of the wrangler CLI) and its use is to provide proxy objects to bindings, such objects can be used in Node.js code as if they were actual bindings
10+
11+
The utility reads the `wrangler.toml` file present in the current working directory in order to discern what bindings should be available (a `wrangler.json` file can be used too, as well as config files with custom paths).
12+
13+
## Example
14+
15+
Assuming that in the current working directory there is a `wrangler.toml` file with the following
16+
content:
17+
18+
```
19+
[[kv_namespaces]]
20+
binding = "MY_KV"
21+
id = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
22+
```
23+
24+
The utility could be used in a nodejs script in the following way:
25+
26+
```js
27+
import { getBindingsProxy } from "wrangler";
28+
29+
const { bindings, dispose } = await getBindingsProxy();
30+
31+
try {
32+
const myKv = bindings.MY_KV;
33+
const kvValue = await myKv.get("my-kv-key");
34+
35+
console.log(`KV Value = ${kvValue}`);
36+
} finally {
37+
await dispose();
38+
}
39+
```
40+
41+
### Patch Changes
42+
43+
- [#3427](https://github.com/cloudflare/workers-sdk/pull/3427) [`b79e93a3`](https://github.com/cloudflare/workers-sdk/commit/b79e93a37c4231e2406efde3b1ff390481828a18) Thanks [@ZakKemble](https://github.com/ZakKemble)! - fix: Use Windows SYSTEMROOT env var for finding netstat
44+
45+
Currently, the drive letter of os.homedir() (the user's home directory) is used to build the path to netstat.exe. However, user directories are not always on the same drive as the Windows installation, in which case the path to netstat will be incorrect. Now we use the %SYSTEMROOT% environment variable which correctly points to the installation path of Windows.
46+
47+
* [#4768](https://github.com/cloudflare/workers-sdk/pull/4768) [`c3e410c2`](https://github.com/cloudflare/workers-sdk/commit/c3e410c2797f5c59b9ea0f63c20feef643366df2) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - ci: bump undici versions to 5.28.2
48+
49+
* Updated dependencies [[`c3e410c2`](https://github.com/cloudflare/workers-sdk/commit/c3e410c2797f5c59b9ea0f63c20feef643366df2)]:
50+
- miniflare@3.20231218.3
51+
352
## 3.23.0
453

554
### Minor Changes
@@ -1271,7 +1320,6 @@
12711320
const worker = await unstable_dev("script.js");
12721321
const res = await worker.fetch("http://worker?name=Walshy");
12731322
const text = await res.text();
1274-
// Following fails, as returned text is 'Hello, null'
12751323
expect(text).toBe("Hello, Walshy");
12761324
```
12771325

@@ -2558,11 +2606,6 @@ rozenmd@cflaptop test1 % npx wrangler d1 execute test --command="select * from c
25582606
```js
25592607
import { unstable_dev } from "wrangler";
25602608

2561-
/**
2562-
* Note: if you shut down the first worker you spun up,
2563-
* the parent worker won't know the child worker exists
2564-
* and your tests will fail
2565-
*/
25662609
describe("multi-worker testing", () => {
25672610
let childWorker;
25682611
let parentWorker;
@@ -5052,9 +5095,8 @@ Fixes https://github.com/cloudflare/workers-sdk/issues/1026
50525095

50535096
```jsx
50545097
import SomeDependency from "some-dependency.js";
5055-
addEventListener("fetch", event => {
5056-
// ...
5057-
});
5098+
5099+
addEventListener("fetch", event => {});
50585100
```
50595101

50605102
`wrangler` 1.x would resolve `import SomeDependency from "some-dependency.js";` to the file `some-dependency.js`. This will work in `wrangler` v2, but it will log a deprecation warning. Instead, you should rewrite the import to specify that it's a relative path, like so:

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.23.0",
3+
"version": "3.24.0",
44
"description": "Command-line interface for all things Cloudflare Workers",
55
"keywords": [
66
"wrangler",

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)