Skip to content

Commit 2016502

Browse files
Version Packages (#9167)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d0d62e6 commit 2016502

File tree

10 files changed

+53
-50
lines changed

10 files changed

+53
-50
lines changed

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

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

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

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

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

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

.changeset/metal-clubs-vanish.md

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

packages/create-cloudflare/CHANGELOG.md

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

3+
## 2.46.2
4+
5+
### Patch Changes
6+
7+
- [#9136](https://github.com/cloudflare/workers-sdk/pull/9136) [`5b0c9c9`](https://github.com/cloudflare/workers-sdk/commit/5b0c9c9485e6801241f4bedcf2bca026c8baa585) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore: update dependencies of "create-cloudflare" package
8+
9+
The following dependency versions have been updated:
10+
11+
| Dependency | From | To |
12+
| ------------ | ------ | ------ |
13+
| create-astro | 4.11.3 | 4.11.4 |
14+
15+
- [#9137](https://github.com/cloudflare/workers-sdk/pull/9137) [`81163a3`](https://github.com/cloudflare/workers-sdk/commit/81163a399f05260711a804a40fd1a022e315b391) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore: update dependencies of "create-cloudflare" package
16+
17+
The following dependency versions have been updated:
18+
19+
| Dependency | From | To |
20+
| --------------- | ------ | ------- |
21+
| @angular/create | 19.2.9 | 19.2.10 |
22+
23+
- [#9138](https://github.com/cloudflare/workers-sdk/pull/9138) [`c2d249d`](https://github.com/cloudflare/workers-sdk/commit/c2d249d698fabc6249d2b400d175f7549e2c4e92) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore: update dependencies of "create-cloudflare" package
24+
25+
The following dependency versions have been updated:
26+
27+
| Dependency | From | To |
28+
| ------------------- | ----- | ----- |
29+
| create-react-router | 7.5.2 | 7.5.3 |
30+
331
## 2.46.1
432

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

packages/vitest-pool-workers/CHANGELOG.md

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

3+
## 0.8.27
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d0d62e6`](https://github.com/cloudflare/workers-sdk/commit/d0d62e6e4bb3ac6e0b6d9a0140a2825249f32e89)]:
8+
- wrangler@4.14.4
9+
310
## 0.8.26
411

512
### Patch Changes

packages/vitest-pool-workers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/vitest-pool-workers",
3-
"version": "0.8.26",
3+
"version": "0.8.27",
44
"description": "Workers Vitest integration for writing Vitest unit and integration tests that run inside the Workers runtime",
55
"keywords": [
66
"cloudflare",

packages/wrangler/CHANGELOG.md

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

3+
## 4.14.4
4+
5+
### Patch Changes
6+
7+
- [#9124](https://github.com/cloudflare/workers-sdk/pull/9124) [`d0d62e6`](https://github.com/cloudflare/workers-sdk/commit/d0d62e6e4bb3ac6e0b6d9a0140a2825249f32e89) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - make that `unstable_startWorker` can correctly throw configuration errors
8+
9+
make sure that `unstable_startWorker` can throw configuration related errors when:
10+
11+
- the utility is called
12+
- the worker's `setConfig` is called with the `throwErrors` argument set to `true`
13+
14+
additionally when an error is thrown when `unstable_startWorker` is called make sure
15+
that the worker is properly disposed (since, given the fact that it is not returned
16+
by the utility the utility's caller wouldn't have any way to dispose it themselves)
17+
318
## 4.14.3
419

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

0 commit comments

Comments
 (0)