CorentinTh / enclosed

Minimalistic web app designed for sending private and secure notes.
https://enclosed.cc
Apache License 2.0
309 stars 13 forks source link

chore(deps): update dependency wrangler to v3.77.0 #124

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 2 weeks ago

This PR contains the following updates:

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

Release Notes

cloudflare/workers-sdk (wrangler) ### [`v3.77.0`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3770) [Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.76.0...wrangler@3.77.0) ##### Minor Changes - [#​6674](https://redirect.github.com/cloudflare/workers-sdk/pull/6674) [`831f892`](https://redirect.github.com/cloudflare/workers-sdk/commit/831f89217627554f4fc984dd8d51bf2a4409ec31) Thanks [@​andyjessop](https://redirect.github.com/andyjessop)! - feat: Added new \[\[pipelines]] bindings. This creates a new binding that allows sending events to the specified pipeline. Example: \[\[pipelines]] binding = "MY_PIPELINE" pipeline = "my-pipeline" - [#​6668](https://redirect.github.com/cloudflare/workers-sdk/pull/6668) [`88c40be`](https://redirect.github.com/cloudflare/workers-sdk/commit/88c40bec9b32ae1a6bcc2f41427ba5958cb3ae63) Thanks [@​zebp](https://redirect.github.com/zebp)! - feature: add observability setting to wrangler.toml Adds the `observability` setting which provides your Worker with automatic persistent logs that can be searched, filtered, and queried directly from the Workers dashboard. - [#​6679](https://redirect.github.com/cloudflare/workers-sdk/pull/6679) [`2174127`](https://redirect.github.com/cloudflare/workers-sdk/commit/21741277a5bcd6fe6a3f531c8cacc34df84d287e) Thanks [@​jkoe-cf](https://redirect.github.com/jkoe-cf)! - feat: adding option to specify a rule within the config to delete (if no rules are specified, all rules get deleted) - [#​6666](https://redirect.github.com/cloudflare/workers-sdk/pull/6666) [`4107f57`](https://redirect.github.com/cloudflare/workers-sdk/commit/4107f573b85eb86cc163c4acadf2b85138f76d97) Thanks [@​threepointone](https://redirect.github.com/threepointone)! - feat: support analytics engine in local/remote dev This adds "support" for analytics engine datasets for `wrangler dev`. Specifically, it simply mocks the AE bindings so that they exist while developing (and don't throw when accessed). This does NOT add support in Pages, though we very well could do so in a similar way in a followup. - [#​6640](https://redirect.github.com/cloudflare/workers-sdk/pull/6640) [`8527675`](https://redirect.github.com/cloudflare/workers-sdk/commit/8527675e1cf83519a211c8b4cc43161ac29757f1) Thanks [@​petebacondarwin](https://redirect.github.com/petebacondarwin)! - feat: experimental workers assets can be ignored by adding a .assetsignore file This file can be added to the root of the assets directory that is to be uploaded alongside the Worker when using `experimental_assets`. The file follows the `.gitignore` syntax, and any matching paths will not be included in the upload. - [#​6652](https://redirect.github.com/cloudflare/workers-sdk/pull/6652) [`648cfdd`](https://redirect.github.com/cloudflare/workers-sdk/commit/648cfdd32d8c1b60e037c3d453fcb1691fbf4b45) Thanks [@​bthwaites](https://redirect.github.com/bthwaites)! - feat: Update R2 Get Event Notification response, display, and actions - [#​6625](https://redirect.github.com/cloudflare/workers-sdk/pull/6625) [`8dcd456`](https://redirect.github.com/cloudflare/workers-sdk/commit/8dcd45665c0c420653f57cc7218269e05b2f9a25) Thanks [@​maxwellpeterson](https://redirect.github.com/maxwellpeterson)! - feature: Add support for placement hints Adds the `hint` field to smart placement configuration. When set, placement hints will be used to decide where smart-placement-enabled Workers are run. - [#​6631](https://redirect.github.com/cloudflare/workers-sdk/pull/6631) [`59a0072`](https://redirect.github.com/cloudflare/workers-sdk/commit/59a0072740aa19f8d2b7524b993a7be35ba67fce) Thanks [@​emily-shen](https://redirect.github.com/emily-shen)! - feat: Add config options 'html_handling' and 'not_found_handling' to experimental_asset field in wrangler.toml ##### Patch Changes - [#​6621](https://redirect.github.com/cloudflare/workers-sdk/pull/6621) [`6523db2`](https://redirect.github.com/cloudflare/workers-sdk/commit/6523db2695d70ad64da7cfe6f4731ac82181ac51) Thanks [@​emily-shen](https://redirect.github.com/emily-shen)! - fix: Validate `routes` in `wrangler dev` and `wrangler deploy` for Workers with assets We want wrangler to error if users are trying to deploy a Worker with assets, and routes with a path component. All Workers with assets must have either: - custom domain routes - pattern routes which have no path component (except for the wildcard splat) "some.domain.com/\*" - [#​6687](https://redirect.github.com/cloudflare/workers-sdk/pull/6687) [`7bbed63`](https://redirect.github.com/cloudflare/workers-sdk/commit/7bbed63fb592df9b5fd081eebad614a8a1a4c281) Thanks [@​GregBrimble](https://redirect.github.com/GregBrimble)! - fix: Fix asset upload count messaging - [#​6628](https://redirect.github.com/cloudflare/workers-sdk/pull/6628) [`33cc0ec`](https://redirect.github.com/cloudflare/workers-sdk/commit/33cc0ecce9062641649fc6ee2e1d68a15f20fc5c) Thanks [@​GregBrimble](https://redirect.github.com/GregBrimble)! - chore: Improves messaging when uploading assets - [#​6671](https://redirect.github.com/cloudflare/workers-sdk/pull/6671) [`48eeff4`](https://redirect.github.com/cloudflare/workers-sdk/commit/48eeff4674a47da4d1faffc93f44543e909fca01) Thanks [@​jkoe-cf](https://redirect.github.com/jkoe-cf)! - fix: Update R2 Create Event Notification response - [#​6618](https://redirect.github.com/cloudflare/workers-sdk/pull/6618) [`67711c2`](https://redirect.github.com/cloudflare/workers-sdk/commit/67711c2158d706ba2e6bafebf923013e0e0feec0) Thanks [@​GregBrimble](https://redirect.github.com/GregBrimble)! - fix: Switch to multipart/form-data upload format for Workers Assets This has proven to be much more reliable. - Updated dependencies \[[`3f5b934`](https://redirect.github.com/cloudflare/workers-sdk/commit/3f5b9343a46dedcb80c8e216eb3ca9d7f687f6cf), [`59a0072`](https://redirect.github.com/cloudflare/workers-sdk/commit/59a0072740aa19f8d2b7524b993a7be35ba67fce)]: - miniflare@3.20240909.0 - [@​cloudflare/workers-shared](https://redirect.github.com/cloudflare/workers-shared)[@​0](https://redirect.github.com/0).5.0

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.



This PR was generated by Mend Renovate. View the repository job log.

cloudflare-workers-and-pages[bot] commented 2 weeks ago

Deploying enclosed-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: ac0841f
Status: ✅  Deploy successful!
Preview URL: https://40f10b0e.enclosed-docs.pages.dev
Branch Preview URL: https://renovate-wrangler-3-x-lockfi.enclosed-docs.pages.dev

View logs

sonarcloud[bot] commented 2 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

cloudflare-workers-and-pages[bot] commented 2 weeks ago

Deploying enclosed with  Cloudflare Pages  Cloudflare Pages

Latest commit: ac0841f
Status: ✅  Deploy successful!
Preview URL: https://2c01464f.enclosed.pages.dev
Branch Preview URL: https://renovate-wrangler-3-x-lockfi.enclosed.pages.dev

View logs