yjl9903 / vite-plugin-cloudflare-functions

Make Cloudflare Pages Functions works with Vite friendly
https://vite-plugin-cloudflare-functions.pages.dev/
MIT License
55 stars 7 forks source link

chore(deps): update dependency wrangler to ^3.82.0 #758

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 3 weeks ago

This PR contains the following updates:

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

Release Notes

cloudflare/workers-sdk (wrangler) ### [`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.