Skip to content

Commit

Permalink
chore(deps): update dependency wrangler to v3.86.0 (#65)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [wrangler](https://redirect.github.com/cloudflare/workers-sdk)
([source](https://redirect.github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler))
| devDependencies | minor | [`3.85.0` ->
`3.86.0`](https://renovatebot.com/diffs/npm/wrangler/3.85.0/3.86.0) |

---

### Release Notes

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

###
[`v3.86.0`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3860)

[Compare
Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.85.0...wrangler@3.86.0)

##### Minor Changes

-
[#&#8203;7154](https://redirect.github.com/cloudflare/workers-sdk/pull/7154)
[`ef7c0b3`](https://redirect.github.com/cloudflare/workers-sdk/commit/ef7c0b3641925e2deceb7e5323f86b769de54405)
Thanks [@&#8203;jonesphillip](https://redirect.github.com/jonesphillip)!
- Added the ability to enable, disable, and get r2.dev public access
URLs for R2 buckets.

##### Patch Changes

-
[#&#8203;7169](https://redirect.github.com/cloudflare/workers-sdk/pull/7169)
[`9098a3b`](https://redirect.github.com/cloudflare/workers-sdk/commit/9098a3b03f82bbfb1fb8c8c531fafbfe26a49e59)
Thanks [@&#8203;penalosa](https://redirect.github.com/penalosa)! -
Ensure `workerd` processes are cleaned up after address-in-use errors

-
[#&#8203;7172](https://redirect.github.com/cloudflare/workers-sdk/pull/7172)
[`3dce388`](https://redirect.github.com/cloudflare/workers-sdk/commit/3dce3881bdaf373aa9b2e52483e340ab8193151c)
Thanks [@&#8203;penalosa](https://redirect.github.com/penalosa)! -
Clarify dev registry messaging around locally connected services. The
connection status of local service bindings & durable object bindings is
now indicated by `connected` or `not connected` next to their entry in
the bindings summary. For more details, refer to
https://developers.cloudflare.com/workers/runtime-apis/bindings/service-bindings/#local-development

-
[#&#8203;7193](https://redirect.github.com/cloudflare/workers-sdk/pull/7193)
[`ad51d1d`](https://redirect.github.com/cloudflare/workers-sdk/commit/ad51d1d77483bf0b4dc73fd392f5cdefe4ddf5d8)
Thanks [@&#8203;sdnts](https://redirect.github.com/sdnts)! - Output
suggested wrangler.toml changes after creating an R2 bucket

-
[#&#8203;7191](https://redirect.github.com/cloudflare/workers-sdk/pull/7191)
[`1d5bc6d`](https://redirect.github.com/cloudflare/workers-sdk/commit/1d5bc6d3530e98db117af3f6b16b43ff6c069f94)
Thanks [@&#8203;sdnts](https://redirect.github.com/sdnts)! - Output
suggested wrangler.toml changes after creating a Queue

- Updated dependencies
\[[`1db7846`](https://redirect.github.com/cloudflare/workers-sdk/commit/1db7846ec5c356f6b59cddf5f48b16b3e7c73d66),
[`08c6580`](https://redirect.github.com/cloudflare/workers-sdk/commit/08c6580494e702373d17ff7485988a8fae9af59e)]:
    -   miniflare@3.20241106.0
-
[@&#8203;cloudflare/workers-shared](https://redirect.github.com/cloudflare/workers-shared)[@&#8203;0](https://redirect.github.com/0).7.1

</details>

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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 [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

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

Co-authored-by: forever-on-call[bot] <183041887+forever-on-call[bot]@users.noreply.github.com>
  • Loading branch information
forever-on-call[bot] authored Nov 9, 2024
1 parent a54f1d1 commit e427bd8
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 deletions.
78 changes: 39 additions & 39 deletions external-landing/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 external-landing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"@tailwindcss/typography": "0.5.15",
"prettier": "3.3.3",
"tailwindcss": "3.4.14",
"wrangler": "3.85.0"
"wrangler": "3.86.0"
}
}

0 comments on commit e427bd8

Please sign in to comment.