Skip to content

Commit

Permalink
chore(deps): update dependency wrangler to v3.52.0 (#537)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [wrangler](https://togithub.com/cloudflare/workers-sdk)
([source](https://togithub.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler))
| [`3.51.2` ->
`3.52.0`](https://renovatebot.com/diffs/npm/wrangler/3.51.2/3.52.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/wrangler/3.52.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/wrangler/3.52.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/wrangler/3.51.2/3.52.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/wrangler/3.51.2/3.52.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>cloudflare/workers-sdk (wrangler)</summary>

###
[`v3.52.0`](https://togithub.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3520)

[Compare
Source](https://togithub.com/cloudflare/workers-sdk/compare/wrangler@3.51.2...wrangler@3.52.0)

##### Minor Changes

- [#&#8203;5666](https://togithub.com/cloudflare/workers-sdk/pull/5666)
[`81d9615`](https://togithub.com/cloudflare/workers-sdk/commit/81d961582da2db2b020305c63a9f1f1573ff873d)
Thanks [@&#8203;CarmenPopoviciu](https://togithub.com/CarmenPopoviciu)!
- fix: Fix Pages config validation around Durable Objects

Today Pages cannot deploy Durable Objects itself. For this reason it is
mandatory that when declaring Durable Objects bindings in the config
file, the `script_name` is specified. We are currently not failing
validation if
`script_name` is not specified but we should. These changes fix that.

##### Patch Changes

- [#&#8203;5610](https://togithub.com/cloudflare/workers-sdk/pull/5610)
[`24840f6`](https://togithub.com/cloudflare/workers-sdk/commit/24840f67b6495a664f5463697aa49fa9478435b9)
Thanks [@&#8203;SuperchupuDev](https://togithub.com/SuperchupuDev)! -
Mark `ts-json-schema-generator` as a dev dependency

- [#&#8203;5669](https://togithub.com/cloudflare/workers-sdk/pull/5669)
[`a7e36d5`](https://togithub.com/cloudflare/workers-sdk/commit/a7e36d503f442a8225ffdedef30b569a8a396663)
Thanks
[@&#8203;dario-piotrowicz](https://togithub.com/dario-piotrowicz)! -
fix: fix broken Durable Object local proxying (when no `cf` property is
present)

A regression was introduced in wrangler 3.46.0
([cloudflare/workers-sdk#5215)
which made it so that missing `Request#cf` properties are serialized as
`"undefined"`, this in turn
throws a syntax parse error when such values are parsed via `JSON.parse`
breaking the communication
with Durable Object local proxies. Fix such issue by serializing missing
`Request#cf` properties as
    `"{}"` instead.

- [#&#8203;5616](https://togithub.com/cloudflare/workers-sdk/pull/5616)
[`c6312b5`](https://togithub.com/cloudflare/workers-sdk/commit/c6312b5017279b31ce99c761e2063973f7d948bf)
Thanks [@&#8203;webbertakken](https://togithub.com/webbertakken)! - fix:
broken link to durable object migrations docs

- [#&#8203;5482](https://togithub.com/cloudflare/workers-sdk/pull/5482)
[`1b7739e`](https://togithub.com/cloudflare/workers-sdk/commit/1b7739e0af99860aa063f01c0a6e7712ac072fdb)
Thanks [@&#8203;DaniFoldi](https://togithub.com/DaniFoldi)! - docs: show
new Discord url everywhere for consistency. The old URL still works, but
https://discord.cloudflare.com is preferred.

- Updated dependencies
\[[`3a0d735`](https://togithub.com/cloudflare/workers-sdk/commit/3a0d7356bd8bc6fe614a3ef3f9c1278659555568),
[`1b7739e`](https://togithub.com/cloudflare/workers-sdk/commit/1b7739e0af99860aa063f01c0a6e7712ac072fdb)]:
    -   miniflare@3.20240419.0
-
[@&#8203;cloudflare/kv-asset-handler](https://togithub.com/cloudflare/kv-asset-handler)[@&#8203;0](https://togithub.com/0).3.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Johannes-Andersen/Johannes).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 24, 2024
1 parent 1d8efd6 commit 55d1136
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 115 deletions.
154 changes: 40 additions & 114 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"stylelint-config-html": "1.1.0",
"stylelint-config-standard": "36.0.0",
"vitest": "1.5.1",
"wrangler": "3.51.2"
"wrangler": "3.52.0"
}
}

0 comments on commit 55d1136

Please sign in to comment.