Closed renovate[bot] closed 5 days ago
Latest commit: 0bbfe5dda60a0f9b9d72fbd890725f4f3314474c
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Name | Result |
---|---|
Last commit: | 65c9f02 |
Status: | ā Deploy successful! |
Preview URL: | https://90584570.cloudflare-turbo-cache-docs.pages.dev |
Totals | |
---|---|
Change from base Build 12037972684: | 0.0% |
Covered Lines: | 170 |
Relevant Lines: | 176 |
Name | Result |
---|---|
Last commit: | 0bbfe5d |
Status: | ā Deploy successful! |
Preview URL: | https://e4d9660d.cloudflare-turbo-cache-docs.pages.dev |
This PR contains the following updates:
^3.90.0
->^3.91.0
Release Notes
cloudflare/workers-sdk (wrangler)
### [`v3.91.0`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3910) [Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.90.0...wrangler@3.91.0) ##### Minor Changes - [#7230](https://redirect.github.com/cloudflare/workers-sdk/pull/7230) [`6fe9533`](https://redirect.github.com/cloudflare/workers-sdk/commit/6fe9533897b61ae9ef6566b5d2bdf09698566c24) Thanks [@penalosa](https://redirect.github.com/penalosa)! - Turn on `wrangler.json(c)` support by default Wrangler now supports both JSON (`wrangler.json`) and TOML (`wrangler.toml`) for it's configuration file. The format of Wrangler's configuration file is exactly the same across both languages, except that the syntax is `JSON` rather than `TOML`. e.g. ```toml name = "worker-ts" main = "src/index.ts" compatibility_date = "2023-05-04" ``` would be interpreted the same as the equivalent JSON ```json { "name": "worker-ts", "main": "src/index.ts", "compatibility_date": "2023-05-04" } ``` - [#7330](https://redirect.github.com/cloudflare/workers-sdk/pull/7330) [`219109a`](https://redirect.github.com/cloudflare/workers-sdk/commit/219109aec71bbb40dc92c18f69a2d473e455f216) Thanks [@jonesphillip](https://redirect.github.com/jonesphillip)! - Added Oceania (oc) location hint as acceptable choice when creating an R2 bucket. - [#7227](https://redirect.github.com/cloudflare/workers-sdk/pull/7227) [`02a0e1e`](https://redirect.github.com/cloudflare/workers-sdk/commit/02a0e1e186706eaec46048252068713f04698384) Thanks [@taylorlee](https://redirect.github.com/taylorlee)! - Add `preview_urls` toggle to `wrangler.toml` The current Preview URLs (beta) feature routes to version preview urls based on the status of the `workers_dev` config value. Beta users have requested the ability to enable deployment urls and preview urls separately on `workers.dev`, and the new `previews_enabled` field of the enable-subdomain API will allow that. This change separates the `workers_dev` and `preview_urls` behavior during `wrangler triggers deploy` and `wrangler versions upload`. `preview_urls` defaults to true, and does not implicitly depend on routes the way `workers_dev` does. - [#7308](https://redirect.github.com/cloudflare/workers-sdk/pull/7308) [`1b1d01a`](https://redirect.github.com/cloudflare/workers-sdk/commit/1b1d01a5492fda28e6cfb116f99b81057d840fc5) Thanks [@gpanders](https://redirect.github.com/gpanders)! - Add a default image for cloudchamber create and modify commands - [#7232](https://redirect.github.com/cloudflare/workers-sdk/pull/7232) [`7da76de`](https://redirect.github.com/cloudflare/workers-sdk/commit/7da76deec98360365dded46ba2bf90b14f27aacb) Thanks [@toddmantell](https://redirect.github.com/toddmantell)! - feat: implement queues info command This command allows users to get information on individual queues. To run this command use the queues info command with the name of a queue in the user's account. `wrangler queues info my-queue-name` ##### Patch Changes - [#7319](https://redirect.github.com/cloudflare/workers-sdk/pull/7319) [`5a2c93d`](https://redirect.github.com/cloudflare/workers-sdk/commit/5a2c93d111b4d18ced7001e6583d07384301907a) Thanks [@vicb](https://redirect.github.com/vicb)! - chore(wrangler): update unenv dependency version Pulls in the implementation of module.findSourceMap - Updated dependencies \[[`0d314ed`](https://redirect.github.com/cloudflare/workers-sdk/commit/0d314ed14145d50b8fd00fdae8b31fb043f4d31a), [`476e5df`](https://redirect.github.com/cloudflare/workers-sdk/commit/476e5df5d9f0a2aa3d713160994da3e2a752418e)]: - [@cloudflare/workers-shared](https://redirect.github.com/cloudflare/workers-shared)[@0](https://redirect.github.com/0).9.0 - miniflare@3.20241106.1Configuration
š Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
š¦ Automerge: Enabled.
ā» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
š Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.