Skip to content

Commit 8453c05

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

File tree

11 files changed

+38
-34
lines changed

11 files changed

+38
-34
lines changed

.changeset/blue-clubs-bake.md

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

.changeset/easy-bikes-cut.md

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

.changeset/gold-shirts-wash.md

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

.changeset/mean-schools-see.md

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

.changeset/thick-meals-cheat.md

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

packages/miniflare/CHANGELOG.md

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

3+
## 3.20250718.0
4+
5+
### Patch Changes
6+
7+
- [#10019](https://github.com/cloudflare/workers-sdk/pull/10019) [`cce7f6f`](https://github.com/cloudflare/workers-sdk/commit/cce7f6f6c966d43894d57e8adfe05779605b1f65) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - chore: update workerd dependency to latest
8+
9+
- [#10035](https://github.com/cloudflare/workers-sdk/pull/10035) [`028f689`](https://github.com/cloudflare/workers-sdk/commit/028f6896dca78901f5b5a36a938667241d501244) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - Fix D1 SQL dump generation: escape identifiers and handle SQLite's dynamic typing
10+
11+
Escape column and table names to prevent SQL syntax errors.
12+
Escape values based on their runtime type to support SQLite's flexible typing.
13+
314
## 3.20250408.2
415

516
### Patch 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.20250408.2",
3+
"version": "3.20250718.0",
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.13.19
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`cce7f6f`](https://github.com/cloudflare/workers-sdk/commit/cce7f6f6c966d43894d57e8adfe05779605b1f65), [`028f689`](https://github.com/cloudflare/workers-sdk/commit/028f6896dca78901f5b5a36a938667241d501244)]:
8+
9+
310
## 0.13.18
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.13.18",
3+
"version": "0.13.19",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/wrangler/CHANGELOG.md

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

3+
## 3.114.12
4+
5+
### Patch Changes
6+
7+
- [#10019](https://github.com/cloudflare/workers-sdk/pull/10019) [`cce7f6f`](https://github.com/cloudflare/workers-sdk/commit/cce7f6f6c966d43894d57e8adfe05779605b1f65) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - chore: update workerd dependency to latest
8+
9+
- [#10050](https://github.com/cloudflare/workers-sdk/pull/10050) [`ef003a2`](https://github.com/cloudflare/workers-sdk/commit/ef003a2b5dc057575651418e3805521d69251065) Thanks [@emily-shen](https://github.com/emily-shen)! - remove banner from r2 getobject in pipe mode
10+
11+
- [#10003](https://github.com/cloudflare/workers-sdk/pull/10003) [`6940d39`](https://github.com/cloudflare/workers-sdk/commit/6940d39464669e8635e6da710a0449e1204d71be) Thanks [@emily-shen](https://github.com/emily-shen)! - Include more (sanitised) user errors in telemetry.
12+
13+
We manually vet and sanitised error messages before including them in our telemetry collection - this PR just includes a couple more.
14+
15+
- [#9973](https://github.com/cloudflare/workers-sdk/pull/9973) [`58c09cf`](https://github.com/cloudflare/workers-sdk/commit/58c09cf06e96ebc78d0f5de1b3483285f6a5558c) Thanks [@penalosa](https://github.com/penalosa)! - Make Wrangler warn more loudly if you're missing auth scopes
16+
17+
- Updated dependencies [[`cce7f6f`](https://github.com/cloudflare/workers-sdk/commit/cce7f6f6c966d43894d57e8adfe05779605b1f65), [`028f689`](https://github.com/cloudflare/workers-sdk/commit/028f6896dca78901f5b5a36a938667241d501244)]:
18+
19+
320
## 3.114.11
421

522
### Patch Changes

0 commit comments

Comments
 (0)