Skip to content

Commit 8e583a7

Browse files
Version Packages
1 parent 11cd30d commit 8e583a7

File tree

7 files changed

+35
-31
lines changed

7 files changed

+35
-31
lines changed

.changeset/chilled-mugs-fail.md

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

.changeset/long-houses-mate.md

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

.changeset/nice-pandas-wait.md

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

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.5.41
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`cac7fa6`](https://github.com/cloudflare/workers-sdk/commit/cac7fa6160ecc70d8f188de1f494a07c0e1e9626), [`6c2f173`](https://github.com/cloudflare/workers-sdk/commit/6c2f17341037962bdf675e7008a4d91059465e16), [`8abb43f`](https://github.com/cloudflare/workers-sdk/commit/8abb43fcdf0c506fa6268a7f07aa31b398b7daf2)]:
8+
9+
310
## 0.5.40
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.5.40",
3+
"version": "0.5.41",
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: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# wrangler
22

3+
## 3.100.0
4+
5+
### Minor Changes
6+
7+
- [#7604](https://github.com/cloudflare/workers-sdk/pull/7604) [`6c2f173`](https://github.com/cloudflare/workers-sdk/commit/6c2f17341037962bdf675e7008a4d91059465e16) Thanks [@CarmenPopoviciu](https://github.com/CarmenPopoviciu)! - feat: Capture Workers with static assets in the telemetry data
8+
9+
We want to measure accurately what this number of Workers + Assets projects running in remote mode is, as this number will be a very helpful data point down the road, when more decisions around remote mode will have to be taken.
10+
11+
These changes add this kind of insight to our telemetry data, by capturing whether the command running is in the context of a Workers + Assets project.
12+
13+
N.B. With these changes in place we will be capturing the Workers + Assets context for all commands, not just wrangler dev --remote.
14+
15+
### Patch Changes
16+
17+
- [#7581](https://github.com/cloudflare/workers-sdk/pull/7581) [`cac7fa6`](https://github.com/cloudflare/workers-sdk/commit/cac7fa6160ecc70d8f188de1f494a07c0e1e9626) Thanks [@vicb](https://github.com/vicb)! - chore(wrangler): update unenv dependency version
18+
19+
unenv now uses the workerd implementation on node:dns
20+
See the [unjs/unenv#376](https://github.com/unjs/unenv/pull/376)
21+
22+
- [#7614](https://github.com/cloudflare/workers-sdk/pull/7614) [`8abb43f`](https://github.com/cloudflare/workers-sdk/commit/8abb43fcdf0c506fa6268a7f07aa31b398b7daf2) Thanks [@vicb](https://github.com/vicb)! - chore(wrangler): update unenv dependency version
23+
24+
The updated unenv contains a fix for the module resolution,
25+
see <https://github.com/unjs/unenv/pull/378>.
26+
That bug prevented us from using unenv module resolution,
27+
see <https://github.com/cloudflare/workers-sdk/pull/7583>.
28+
329
## 3.99.0
430

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

0 commit comments

Comments
 (0)