buape / carbon

A fully-featured HTTP library for Discord bots
https://carbon.buape.com/
MIT License
12 stars 6 forks source link

chore(deps): update dependency wrangler to v3.90.0 #175

Open renovate[bot] opened 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
wrangler (source) 3.81.0 -> 3.90.0 age adoption passing confidence

Release Notes

cloudflare/workers-sdk (wrangler) ### [`v3.90.0`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3900) [Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.89.0...wrangler@3.90.0) ##### Minor Changes - [#​7315](https://redirect.github.com/cloudflare/workers-sdk/pull/7315) [`31729ee`](https://redirect.github.com/cloudflare/workers-sdk/commit/31729ee63df0fbaf34787ab9e5a53f7180d0ec8c) Thanks [@​G4brym](https://redirect.github.com/G4brym)! - Update local AI fetcher to forward method and url to upstream ##### Patch Changes - Updated dependencies \[[`6ba5903`](https://redirect.github.com/cloudflare/workers-sdk/commit/6ba5903201de34cb3a8a5610fa11825279171a7e)]: - [@​cloudflare/workers-shared](https://redirect.github.com/cloudflare/workers-shared)[@​0](https://redirect.github.com/0).8.0 - miniflare@3.20241106.1 ### [`v3.89.0`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3890) [Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.88.0...wrangler@3.89.0) ##### Minor Changes - [#​7252](https://redirect.github.com/cloudflare/workers-sdk/pull/7252) [`97acf07`](https://redirect.github.com/cloudflare/workers-sdk/commit/97acf07b3e09192b71e81a722029d026a7198b8b) Thanks [@​Maximo-Guk](https://redirect.github.com/Maximo-Guk)! - feat: Add production_branch and deployment_trigger to pages deploy detailed artifact for wrangler-action pages parity - [#​7263](https://redirect.github.com/cloudflare/workers-sdk/pull/7263) [`1b80dec`](https://redirect.github.com/cloudflare/workers-sdk/commit/1b80decfaf56c8782e49dad685c344288629b668) Thanks [@​danielrs](https://redirect.github.com/danielrs)! - Fix wrangler pages deployment (list|tail) environment filtering. ##### Patch Changes - [#​7314](https://redirect.github.com/cloudflare/workers-sdk/pull/7314) [`a30c805`](https://redirect.github.com/cloudflare/workers-sdk/commit/a30c8056621f44063082a81d06f10e723844059f) Thanks [@​Ankcorn](https://redirect.github.com/Ankcorn)! - Fix observability.logs.enabled validation - [#​7285](https://redirect.github.com/cloudflare/workers-sdk/pull/7285) [`fa21312`](https://redirect.github.com/cloudflare/workers-sdk/commit/fa21312c6625680709e05547c13897bc1fa8c9d3) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - Rename `directory` to `projectRoot` and ensure it's relative to the `wrangler.toml`. This fixes a regression which meant that `.wrangler` temporary folders were inadvertently generated relative to `process.cwd()` rather than the location of the `wrangler.toml` file. It also renames `directory` to `projectRoot`, which affects the \`unstable_startWorker() interface. - Updated dependencies \[[`563439b`](https://redirect.github.com/cloudflare/workers-sdk/commit/563439bd02c450921b28d721d36be5a70897690d)]: - miniflare@3.20241106.1 ### [`v3.88.0`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3880) [Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.87.0...wrangler@3.88.0) ##### Minor Changes - [#​7173](https://redirect.github.com/cloudflare/workers-sdk/pull/7173) [`b6cbfbd`](https://redirect.github.com/cloudflare/workers-sdk/commit/b6cbfbdd10dfbb732ec12a5c69bd4a74b07de8a0) Thanks [@​Ankcorn](https://redirect.github.com/Ankcorn)! - Adds \[observability.logs] settings to wrangler. This setting lets developers control the settings for logs as an independent dataset enabling more dataset types in the future. The most specific setting will win if any of the datasets are not enabled. It also adds the following setting to the logs config - `invocation_logs` - set to false to disable invocation logs. Defaults to true. ```toml [observability.logs] enabled = true invocation_logs = false ``` - [#​7207](https://redirect.github.com/cloudflare/workers-sdk/pull/7207) [`edec415`](https://redirect.github.com/cloudflare/workers-sdk/commit/edec41591dcf37262d459568c0f454820b90dbaa) Thanks [@​jonesphillip](https://redirect.github.com/jonesphillip)! - Added r2 bucket lifecycle command to Wrangler including list, add, remove, set ##### Patch Changes - [#​7243](https://redirect.github.com/cloudflare/workers-sdk/pull/7243) [`941d411`](https://redirect.github.com/cloudflare/workers-sdk/commit/941d4110ca84510d235b72b3f98692e4188a7ad4) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - Include Version Preview URL in Wrangler's output file - [#​7038](https://redirect.github.com/cloudflare/workers-sdk/pull/7038) [`e2e6912`](https://redirect.github.com/cloudflare/workers-sdk/commit/e2e6912bcb7a1f6b7f8081b889a4e08be8a740a1) Thanks [@​petebacondarwin](https://redirect.github.com/petebacondarwin)! - fix: only show fetch warning if on old compatibility_date Now that we have the `allow_custom_ports` compatibility flag, we only need to show the fetch warnings when that flag is not enabled. Fixes [https://github.com/cloudflare/workerd/issues/2955](https://redirect.github.com/cloudflare/workerd/issues/2955) - [#​7216](https://redirect.github.com/cloudflare/workers-sdk/pull/7216) [`09e6e90`](https://redirect.github.com/cloudflare/workers-sdk/commit/09e6e905d9825d33b8e90acabb8ff7b962cc908b) Thanks [@​vicb](https://redirect.github.com/vicb)! - chore(wrangler): update unenv dependency version - [#​7081](https://redirect.github.com/cloudflare/workers-sdk/pull/7081) [`b4a0e74`](https://redirect.github.com/cloudflare/workers-sdk/commit/b4a0e74680440084342477fc9373f9f76ab91c0b) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - Default the file based registry (`--x-registry`) to on. This should improve stability of multi-worker development - Updated dependencies \[]: - miniflare@3.20241106.0 ### [`v3.87.0`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3870) [Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.86.1...wrangler@3.87.0) ##### Minor Changes - [#​7201](https://redirect.github.com/cloudflare/workers-sdk/pull/7201) [`beed72e`](https://redirect.github.com/cloudflare/workers-sdk/commit/beed72e7f3611c06ba777cd3a253a03a6eca2a17) Thanks [@​GregBrimble](https://redirect.github.com/GregBrimble)! - feat: Tail Consumers are now supported for Workers with assets. You can now configure `tail_consumers` in conjunction with `assets` in your `wrangler.toml` file. Read more about [Static Assets](https://developers.cloudflare.com/workers/static-assets/) and [Tail Consumers](https://developers.cloudflare.com/workers/observability/logs/tail-workers/) in the documentation. - [#​7212](https://redirect.github.com/cloudflare/workers-sdk/pull/7212) [`837f2f5`](https://redirect.github.com/cloudflare/workers-sdk/commit/837f2f569bb300b93acc6fd22d96f11e468fa552) Thanks [@​jonesphillip](https://redirect.github.com/jonesphillip)! - Added r2 bucket info command to Wrangler. Improved formatting of r2 bucket list output ##### Patch Changes - [#​7210](https://redirect.github.com/cloudflare/workers-sdk/pull/7210) [`c12c0fe`](https://redirect.github.com/cloudflare/workers-sdk/commit/c12c0fed888421215c15af9755f895bcfd635d8c) Thanks [@​taylorlee](https://redirect.github.com/taylorlee)! - Avoid an unnecessary GET request during `wrangler deploy`. - [#​7197](https://redirect.github.com/cloudflare/workers-sdk/pull/7197) [`4814455`](https://redirect.github.com/cloudflare/workers-sdk/commit/481445571735978b6af036254a82b3b9ca73f161) Thanks [@​michelheusschen](https://redirect.github.com/michelheusschen)! - fix console output for `wrangler d1 migrations create` - [#​6795](https://redirect.github.com/cloudflare/workers-sdk/pull/6795) [`94f07ee`](https://redirect.github.com/cloudflare/workers-sdk/commit/94f07eec15bf48ab4792b9b39e960c5c92fbf517) Thanks [@​benmccann](https://redirect.github.com/benmccann)! - chore: upgrade chokidar to v4 - [#​7133](https://redirect.github.com/cloudflare/workers-sdk/pull/7133) [`c46e02d`](https://redirect.github.com/cloudflare/workers-sdk/commit/c46e02dfd7e951ccd8d33db87c00c3772c085487) Thanks [@​gpanders](https://redirect.github.com/gpanders)! - Do not emit escape sequences when stdout is not a TTY ### [`v3.86.1`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3861) [Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.86.0...wrangler@3.86.1) ##### Patch Changes - [#​7069](https://redirect.github.com/cloudflare/workers-sdk/pull/7069) [`b499b74`](https://redirect.github.com/cloudflare/workers-sdk/commit/b499b743e2720ca57e9f156f3e945a7d7afe98ac) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - Internal refactor to remove the non `--x-dev-env` flow from `wrangler dev` ### [`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 - [#​7154](https://redirect.github.com/cloudflare/workers-sdk/pull/7154) [`ef7c0b3`](https://redirect.github.com/cloudflare/workers-sdk/commit/ef7c0b3641925e2deceb7e5323f86b769de54405) Thanks [@​jonesphillip](https://redirect.github.com/jonesphillip)! - Added the ability to enable, disable, and get r2.dev public access URLs for R2 buckets. ##### Patch Changes - [#​7169](https://redirect.github.com/cloudflare/workers-sdk/pull/7169) [`9098a3b`](https://redirect.github.com/cloudflare/workers-sdk/commit/9098a3b03f82bbfb1fb8c8c531fafbfe26a49e59) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - Ensure `workerd` processes are cleaned up after address-in-use errors - [#​7172](https://redirect.github.com/cloudflare/workers-sdk/pull/7172) [`3dce388`](https://redirect.github.com/cloudflare/workers-sdk/commit/3dce3881bdaf373aa9b2e52483e340ab8193151c) Thanks [@​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 - [#​7193](https://redirect.github.com/cloudflare/workers-sdk/pull/7193) [`ad51d1d`](https://redirect.github.com/cloudflare/workers-sdk/commit/ad51d1d77483bf0b4dc73fd392f5cdefe4ddf5d8) Thanks [@​sdnts](https://redirect.github.com/sdnts)! - Output suggested wrangler.toml changes after creating an R2 bucket - [#​7191](https://redirect.github.com/cloudflare/workers-sdk/pull/7191) [`1d5bc6d`](https://redirect.github.com/cloudflare/workers-sdk/commit/1d5bc6d3530e98db117af3f6b16b43ff6c069f94) Thanks [@​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 - [@​cloudflare/workers-shared](https://redirect.github.com/cloudflare/workers-shared)[@​0](https://redirect.github.com/0).7.1 ### [`v3.85.0`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3850) [Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.84.1...wrangler@3.85.0) ##### Minor Changes - [#​7105](https://redirect.github.com/cloudflare/workers-sdk/pull/7105) [`a5f1779`](https://redirect.github.com/cloudflare/workers-sdk/commit/a5f177945cc512e1e4dc889c09efa67e5af8ff2b) Thanks [@​jonesphillip](https://redirect.github.com/jonesphillip)! - Added the ability to list, add, remove, and update R2 bucket custom domains. - [#​7132](https://redirect.github.com/cloudflare/workers-sdk/pull/7132) [`89f6274`](https://redirect.github.com/cloudflare/workers-sdk/commit/89f627426bc30b5c76039c9e78a9aab14dcd40c9) Thanks [@​gabivlj](https://redirect.github.com/gabivlj)! - Event messages are capitalized, images of wrong architectures properly show the error in `cloudchamber create` When a new "health" enum is introduced, `wrangler cloudchamber list` won't crash anymore. Update Cloudchamber schemas. - [#​7121](https://redirect.github.com/cloudflare/workers-sdk/pull/7121) [`2278616`](https://redirect.github.com/cloudflare/workers-sdk/commit/2278616b517e17dede77a675d5d2dc6847489f50) Thanks [@​bruxodasilva](https://redirect.github.com/bruxodasilva)! - Added pause and resume commands to manage Workflows and hidded unimplemented delete command ##### Patch Changes - [#​7134](https://redirect.github.com/cloudflare/workers-sdk/pull/7134) [`3ee1353`](https://redirect.github.com/cloudflare/workers-sdk/commit/3ee1353d317c0e137a14f3091b32eecd575cc7a4) Thanks [@​cmackenzie1](https://redirect.github.com/cmackenzie1)! - Change Pipelines to use name instead of ID - [#​7020](https://redirect.github.com/cloudflare/workers-sdk/pull/7020) [`e1d2fd6`](https://redirect.github.com/cloudflare/workers-sdk/commit/e1d2fd668678dadcd46a1a9ca7da17e1627be807) Thanks [@​KianNH](https://redirect.github.com/KianNH)! - chore: move printWranglerBanner for secret delete into handler - [#​7150](https://redirect.github.com/cloudflare/workers-sdk/pull/7150) [`6380d86`](https://redirect.github.com/cloudflare/workers-sdk/commit/6380d864d6c771f3cc81d6a3cd00a8559a6d4839) Thanks [@​emily-shen](https://redirect.github.com/emily-shen)! - refactor: improve login/logout/whoami setup with the new internal registration utils - [#​6756](https://redirect.github.com/cloudflare/workers-sdk/pull/6756) [`49ef163`](https://redirect.github.com/cloudflare/workers-sdk/commit/49ef163e5d91ac5123cd6ccc29b5f98e0c92d7df) Thanks [@​WalshyDev](https://redirect.github.com/WalshyDev)! - chore: disable wrangler.toml warnings when doing `wrangler login` & `wrangler logout` - [#​7164](https://redirect.github.com/cloudflare/workers-sdk/pull/7164) [`1bd4885`](https://redirect.github.com/cloudflare/workers-sdk/commit/1bd4885b5dcba981c0ccf13aa1228262b9101783) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - Fix `--test-scheduled` with custom builds & `--x-dev-env` ### [`v3.84.1`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3841) [Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.84.0...wrangler@3.84.1) ##### Patch Changes - [#​7141](https://redirect.github.com/cloudflare/workers-sdk/pull/7141) [`d938bb3`](https://redirect.github.com/cloudflare/workers-sdk/commit/d938bb395d77e2be9ab708eb4ace722fc39153e8) Thanks [@​emily-shen](https://redirect.github.com/emily-shen)! - fix: throw a better error if there is an "ASSETS" user binding in a Pages projects - [#​7124](https://redirect.github.com/cloudflare/workers-sdk/pull/7124) [`f8ebdd1`](https://redirect.github.com/cloudflare/workers-sdk/commit/f8ebdd1b2ba7cdc30a17c19dc66aed064213b2a6) Thanks [@​skepticfx](https://redirect.github.com/skepticfx)! - fix: Modify Cloudchamber deployment labels in interactive mode ### [`v3.84.0`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3840) [Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.83.0...wrangler@3.84.0) ##### Minor Changes - [#​6999](https://redirect.github.com/cloudflare/workers-sdk/pull/6999) [`0111edb`](https://redirect.github.com/cloudflare/workers-sdk/commit/0111edb9da466184885085be5e755ceb4970a486) Thanks [@​garvit-gupta](https://redirect.github.com/garvit-gupta)! - docs: Vectorize GA Announcement Banner - [#​6916](https://redirect.github.com/cloudflare/workers-sdk/pull/6916) [`a33a133`](https://redirect.github.com/cloudflare/workers-sdk/commit/a33a133f884741d347f85f059631ae6461c46fdd) Thanks [@​garrettgu10](https://redirect.github.com/garrettgu10)! - Local development now supports Vectorize bindings - [#​7004](https://redirect.github.com/cloudflare/workers-sdk/pull/7004) [`15ef013`](https://redirect.github.com/cloudflare/workers-sdk/commit/15ef013f1bd006915d01477e9e65f8ac51e7dce9) Thanks [@​garvit-gupta](https://redirect.github.com/garvit-gupta)! - feat: Enable Vectorize query by id via Wrangler - [#​7092](https://redirect.github.com/cloudflare/workers-sdk/pull/7092) [`038fdd9`](https://redirect.github.com/cloudflare/workers-sdk/commit/038fdd97aaab9db3b6a76cd0e0d9cf7a786f9ac8) Thanks [@​jonesphillip](https://redirect.github.com/jonesphillip)! - Added location hint option for the Wrangler R2 bucket create command - [#​7024](https://redirect.github.com/cloudflare/workers-sdk/pull/7024) [`bd66d51`](https://redirect.github.com/cloudflare/workers-sdk/commit/bd66d511a90dd7a635ec94e95f806be7de569212) Thanks [@​xortive](https://redirect.github.com/xortive)! - feature: allow using a connection string when updating hyperdrive configs both `hyperdrive create` and `hyperdrive update` now support updating configs with connection strings. ##### Patch Changes - [#​7091](https://redirect.github.com/cloudflare/workers-sdk/pull/7091) [`68a2a84`](https://redirect.github.com/cloudflare/workers-sdk/commit/68a2a8460375cfa0fba8c7c7384b0168e5e4415d) Thanks [@​taylorlee](https://redirect.github.com/taylorlee)! - fix: synchronize observability settings during `wrangler versions deploy` When running `wrangler versions deploy`, Wrangler will now update `observability` settings in addition to `logpush` and `tail_consumers`. Unlike `wrangler deploy`, it will not disable observability when `observability` is undefined in `wrangler.toml`. - [#​7080](https://redirect.github.com/cloudflare/workers-sdk/pull/7080) [`924ec18`](https://redirect.github.com/cloudflare/workers-sdk/commit/924ec18c249f49700d070e725be675fd5f99259b) Thanks [@​vicb](https://redirect.github.com/vicb)! - chore(wrangler): update unenv dependency version - [#​7097](https://redirect.github.com/cloudflare/workers-sdk/pull/7097) [`8ca4b32`](https://redirect.github.com/cloudflare/workers-sdk/commit/8ca4b327443c38df55236509e2a782c6496ba89d) Thanks [@​emily-shen](https://redirect.github.com/emily-shen)! - fix: remove deprecation warnings for `wrangler init` We will not be removing `wrangler init` (it just delegates to create-cloudflare now). These warnings were causing confusion for users as it `wrangler init` is still recommended in many places. - [#​7073](https://redirect.github.com/cloudflare/workers-sdk/pull/7073) [`656a444`](https://redirect.github.com/cloudflare/workers-sdk/commit/656a444fc7d363c1b7154fdf73eed0a81b003882) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - Internal refactor to remove `es-module-lexer` and support `wrangler types` for Workers with Durable Objects & JSX - [#​7024](https://redirect.github.com/cloudflare/workers-sdk/pull/7024) [`bd66d51`](https://redirect.github.com/cloudflare/workers-sdk/commit/bd66d511a90dd7a635ec94e95f806be7de569212) Thanks [@​xortive](https://redirect.github.com/xortive)! - fix: make individual parameters work for `wrangler hyperdrive create` when not using HoA `wrangler hyperdrive create` individual parameters were not setting the database name correctly when calling the api. - [#​7024](https://redirect.github.com/cloudflare/workers-sdk/pull/7024) [`bd66d51`](https://redirect.github.com/cloudflare/workers-sdk/commit/bd66d511a90dd7a635ec94e95f806be7de569212) Thanks [@​xortive](https://redirect.github.com/xortive)! - refactor: use same param parsing code for `wrangler hyperdrive create` and `wrangler hyperdrive update` ensures that going forward, both commands support the same features and have the same names for config flags ### [`v3.83.0`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3830) [Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.82.0...wrangler@3.83.0) ##### Minor Changes - [#​7000](https://redirect.github.com/cloudflare/workers-sdk/pull/7000) [`1de309b`](https://redirect.github.com/cloudflare/workers-sdk/commit/1de309ba2222d7a73cefacef8d3eb60e8afdf5b4) Thanks [@​jkoe-cf](https://redirect.github.com/jkoe-cf)! - feature: allowing users to specify a description when creating an event notification rule ##### Patch Changes - [#​7011](https://redirect.github.com/cloudflare/workers-sdk/pull/7011) [`cef32c8`](https://redirect.github.com/cloudflare/workers-sdk/commit/cef32c88ee75a84267c1007608c042deb220a30b) Thanks [@​GregBrimble](https://redirect.github.com/GregBrimble)! - fix: Correctly apply Durable Object migrations for namespaced scripts - [#​7067](https://redirect.github.com/cloudflare/workers-sdk/pull/7067) [`4aa35c5`](https://redirect.github.com/cloudflare/workers-sdk/commit/4aa35c562f976e59016f395af208d05bbab3e408) Thanks [@​LuisDuarte1](https://redirect.github.com/LuisDuarte1)! - Change trigger command to comply with the current workflows endpoint. This also adds an id option to allow users to optionally customize the new instance id. - [#​7082](https://redirect.github.com/cloudflare/workers-sdk/pull/7082) [`3f1d79c`](https://redirect.github.com/cloudflare/workers-sdk/commit/3f1d79c690e123ffb23cc22db64c07030fb3eb46) Thanks [@​LuisDuarte1](https://redirect.github.com/LuisDuarte1)! - Change to new terminate instance workflow endpoint - [#​7036](https://redirect.github.com/cloudflare/workers-sdk/pull/7036) [`e7ea600`](https://redirect.github.com/cloudflare/workers-sdk/commit/e7ea6005c1f283bbdfe7a6803d41403e5ebc13e5) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - Reduce KV bulk upload bucket size to 1000 (from the previous 5000) - [#​7068](https://redirect.github.com/cloudflare/workers-sdk/pull/7068) [`a2afcf1`](https://redirect.github.com/cloudflare/workers-sdk/commit/a2afcf13ff4b6a9f72fdca108b3c7e493185adf6) Thanks [@​RamIdeas](https://redirect.github.com/RamIdeas)! - log warning of Workflows open-beta status when running deploying a Worker that contains a Workflow binding - [#​7065](https://redirect.github.com/cloudflare/workers-sdk/pull/7065) [`b219296`](https://redirect.github.com/cloudflare/workers-sdk/commit/b2192965e50602f8148c8bd9a6f10fdb059aefd3) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - Internal refactor to remove React/ink from all non-`wrangler dev` flows - [#​7064](https://redirect.github.com/cloudflare/workers-sdk/pull/7064) [`a90980c`](https://redirect.github.com/cloudflare/workers-sdk/commit/a90980cadafb51c3ff60404d832bd11fc2b4e18b) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - Fix `wrangler dev --remote --show-interactive-dev-session=false` by only enabling hotkeys after account selection if hotkeys were previously enabled - [#​7045](https://redirect.github.com/cloudflare/workers-sdk/pull/7045) [`5ef6231`](https://redirect.github.com/cloudflare/workers-sdk/commit/5ef6231a5cefbaaef123e6e8ee899fb81fc69e3e) Thanks [@​RamIdeas](https://redirect.github.com/RamIdeas)! - Add preliminary support for Workflows in wrangler dev - [#​7075](https://redirect.github.com/cloudflare/workers-sdk/pull/7075) [`80e5bc6`](https://redirect.github.com/cloudflare/workers-sdk/commit/80e5bc6887965a35ca1ab2794e4e4a96c0ef7a1e) Thanks [@​LuisDuarte1](https://redirect.github.com/LuisDuarte1)! - Fix params serialization when send the trigger workflow API Previously, wrangler did not parse the params sending it as a string to workflow's services. - Updated dependencies \[[`760e43f`](https://redirect.github.com/cloudflare/workers-sdk/commit/760e43ffa197597de5625b96bc91376161f5027a), [`8dc2b7d`](https://redirect.github.com/cloudflare/workers-sdk/commit/8dc2b7d739239411ac29e419c22d22c291777042), [`5ef6231`](https://redirect.github.com/cloudflare/workers-sdk/commit/5ef6231a5cefbaaef123e6e8ee899fb81fc69e3e)]: - miniflare@3.20241022.0 - [@​cloudflare/workers-shared](https://redirect.github.com/cloudflare/workers-shared)[@​0](https://redirect.github.com/0).7.0 ### [`v3.82.0`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3820) [Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.81.0...wrangler@3.82.0) ##### Minor Changes - [#​6945](https://redirect.github.com/cloudflare/workers-sdk/pull/6945) [`6b97353`](https://redirect.github.com/cloudflare/workers-sdk/commit/6b9735389fcb57dd8abb778439dd5e11f593b264) Thanks [@​bthwaites](https://redirect.github.com/bthwaites)! - Add jurisdiction option to R2 event notification wrangler actions ##### Patch Changes - [#​5737](https://redirect.github.com/cloudflare/workers-sdk/pull/5737) [`9bf51d6`](https://redirect.github.com/cloudflare/workers-sdk/commit/9bf51d656f5c7cd6ef744ebc1cebe85b29f05187) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - Validate duplicate bindings across all binding types - [#​7010](https://redirect.github.com/cloudflare/workers-sdk/pull/7010) [`1f6ff8b`](https://redirect.github.com/cloudflare/workers-sdk/commit/1f6ff8b696671cd1f7918c0549cc7e6660a71e5b) Thanks [@​vicb](https://redirect.github.com/vicb)! - chore: update unenv dependency version - [#​7012](https://redirect.github.com/cloudflare/workers-sdk/pull/7012) [`244aa57`](https://redirect.github.com/cloudflare/workers-sdk/commit/244aa57a9f38b9dedbae6d4bb3949dd63840c82c) Thanks [@​RamIdeas](https://redirect.github.com/RamIdeas)! - Add support for Workflow bindings (in deployments, not yet in local dev) To bind to a workflow, add a `workflows` section in your wrangler.toml: ```toml [[workflows]] binding = "WORKFLOW" name = "my-workflow" class_name = "MyDemoWorkflow" ``` and export an entrypoint (e.g. `MyDemoWorkflow`) in your script: ```typescript import { WorkflowEntrypoint } from "cloudflare:workers"; export class MyDemoWorkflow extends WorkflowEntrypoint {...} ``` - [#​7039](https://redirect.github.com/cloudflare/workers-sdk/pull/7039) [`e44f496`](https://redirect.github.com/cloudflare/workers-sdk/commit/e44f496a84ba1c4c87abd5ea6302735cf84d525f) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - Only show dev registry connection status in local dev - [#​7037](https://redirect.github.com/cloudflare/workers-sdk/pull/7037) [`e1b93dc`](https://redirect.github.com/cloudflare/workers-sdk/commit/e1b93dcf6fc8b707d2d12b9e1a76e20f7450f025) Thanks [@​emily-shen](https://redirect.github.com/emily-shen)! - fix: ask for confirmation before creating a new Worker when uploading secrets Previously, `wrangler secret put KEY --name non-existent-worker` would automatically create a new Worker with the name `non-existent-worker`. This fix asks for confirmation before doing so (if running in an interactive context). Behaviour in non-interactive/CI contexts should be unchanged. - [#​7015](https://redirect.github.com/cloudflare/workers-sdk/pull/7015) [`48152d6`](https://redirect.github.com/cloudflare/workers-sdk/commit/48152d69ee1440764b99e1d9b17656aaa1c1b20e) Thanks [@​RamIdeas](https://redirect.github.com/RamIdeas)! - add `wrangler workflows ...` commands - [#​7041](https://redirect.github.com/cloudflare/workers-sdk/pull/7041) [`045787b`](https://redirect.github.com/cloudflare/workers-sdk/commit/045787bc435dd84c3554adecc9ae8ddaf8a7a1ce) Thanks [@​CarmenPopoviciu](https://redirect.github.com/CarmenPopoviciu)! - Show `wrangler pages dev --proxy` warning On Node.js 17+, wrangler will default to fetching only the IPv6 address. With these changes we warn users that the process listening on the port specified via `--proxy` should be configured for IPv6. - [#​7018](https://redirect.github.com/cloudflare/workers-sdk/pull/7018) [`127615a`](https://redirect.github.com/cloudflare/workers-sdk/commit/127615afc29c95fa602d3ca63611fff2848556c1) Thanks [@​emily-shen](https://redirect.github.com/emily-shen)! - fix: log successful runs of `d1 execute` in local - [#​6970](https://redirect.github.com/cloudflare/workers-sdk/pull/6970) [`a8ca700`](https://redirect.github.com/cloudflare/workers-sdk/commit/a8ca7005d09533f76b67c571859aa4c19519bec4) Thanks [@​oliy](https://redirect.github.com/oliy)! - Add HTTP authentication options for Workers Pipelines - [#​7005](https://redirect.github.com/cloudflare/workers-sdk/pull/7005) [`6131ef5`](https://redirect.github.com/cloudflare/workers-sdk/commit/6131ef5a3d166176b98f2f2d4e8710c980ba6843) Thanks [@​edmundhung](https://redirect.github.com/edmundhung)! - fix: prevent users from passing multiple arguments to non array options - [#​7046](https://redirect.github.com/cloudflare/workers-sdk/pull/7046) [`f9d5fdb`](https://redirect.github.com/cloudflare/workers-sdk/commit/f9d5fdb0fdb4d0ed52264d64938d55eddd82ed8d) Thanks [@​oliy](https://redirect.github.com/oliy)! - Minor change to 3rd party API shape for Workers Pipelines - [#​6972](https://redirect.github.com/cloudflare/workers-sdk/pull/6972) [`c794935`](https://redirect.github.com/cloudflare/workers-sdk/commit/c794935143e98af1829682fb4f34dec6efa7077a) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - Add ` (local) ` indicator to bindings using local data - Updated dependencies \[[`809193e`](https://redirect.github.com/cloudflare/workers-sdk/commit/809193e05ad80c32086acf18646d0bd436cf2bfd)]: - miniflare@3.20241018.0

Configuration

📅 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.

changeset-bot[bot] commented 1 month ago

⚠️ No Changeset found

Latest commit: 04f2f63f377fc1aae2005f09f94652370da0abb2

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.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

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