patdx / worker-experiments

Mini experiments with Cloudflare workers like HTMX, etc
https://cloudflare-pages-htmx.pages.dev/
11 stars 1 forks source link

Update dependency miniflare to v2.11.0 #20

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
miniflare (source) 2.10.0 -> 2.11.0 age adoption passing confidence

Release Notes

cloudflare/miniflare ### [`v2.11.0`](https://togithub.com/cloudflare/miniflare/releases/tag/v2.11.0) [Compare Source](https://togithub.com/cloudflare/miniflare/compare/v2.10.0...v2.11.0) ##### Features - Add support for dead-letter queues. Thanks [@​jbw1991](https://togithub.com/jbw1991) for [the PR](https://togithub.com/cloudflare/miniflare/pull/411). - Add `getMiniflareDurableObjectIds()` global function to Miniflare's Jest/Vitest environments for listing active Durable Objects. Calling `getMiniflareDurableObjectIds("TEST_OBJECT")` will return a `Promise` that resolves to an array of active `DurableObjectId`s for the `TEST_OBJECT` namespace. Closes [issue #​384](https://togithub.com/cloudflare/miniflare/issues/384), thanks [@​DaniFoldi](https://togithub.com/DaniFoldi) for [the PR](https://togithub.com/cloudflare/miniflare/pull/413). ##### Fixes - Strip quotes from R2 `onlyIf` header values. Closes [issue #​402](https://togithub.com/cloudflare/miniflare/issues/402), thanks [@​vincentbernat](https://togithub.com/vincentbernat) and [@​CraigglesO](https://togithub.com/CraigglesO) for [the PR](https://togithub.com/cloudflare/miniflare/pull/403). - Disable `r2Persist` option in Miniflare's Jest/Vitest environments. Thanks [@​hanford](https://togithub.com/hanford) for [the PR](https://togithub.com/cloudflare/miniflare/pull/414).

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» 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 has been generated by Mend Renovate. View repository job log here.