video-dev / hls.js

HLS.js is a JavaScript library that plays HLS in browsers with support for MSE.
https://hlsjs.video-dev.org/demo
Other
14.72k stars 2.57k forks source link

chore(deps): update dependency wrangler to v3.73.0 #6678

Closed renovate[bot] closed 3 weeks ago

renovate[bot] commented 3 weeks ago

This PR contains the following updates:

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

Release Notes

cloudflare/workers-sdk (wrangler) ### [`v3.73.0`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3730) [Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.72.3...wrangler@3.73.0) ##### Minor Changes - [#​6571](https://redirect.github.com/cloudflare/workers-sdk/pull/6571) [`a7e1bfe`](https://redirect.github.com/cloudflare/workers-sdk/commit/a7e1bfea3e01413495e964c09ce74f209f408d32) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - feat: Add deployment http targets to wrangler deploy logs, and add url to pages deploy logs - [#​6497](https://redirect.github.com/cloudflare/workers-sdk/pull/6497) [`3bd833c`](https://redirect.github.com/cloudflare/workers-sdk/commit/3bd833cbe29b92edf512759833f0a0115e1799bc) Thanks [@​WalshyDev](https://redirect.github.com/WalshyDev)! - chore: move `wrangler versions ...`, `wrangler deployments ...`, `wrangler rollback` and `wrangler triggers ...` out of experimental and open beta. These are now available to use without the --x-versions flag, you can continue to pass this however without issue to keep compatibility with all the usage today. A few of the commands had an output that wasn't guarded by `--x-versions` those have been updated to use the newer output, we have tried to keep compatibility where possible (for example: `wrangler rollback` will continue to output "Worker Version ID:" so users can continue to grab the ID). If you wish to use the old versions of the commands you can pass the `--no-x-versions` flag. Note, these will be removed in the future so please work on migrating. - [#​6586](https://redirect.github.com/cloudflare/workers-sdk/pull/6586) [`72ea742`](https://redirect.github.com/cloudflare/workers-sdk/commit/72ea74214d8df3bcabf842249865edc9d13029f1) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - feat: Inject a 404 response for browser requested `favicon.ico` files when loading the `/__scheduled` page for scheduled-only Workers - [#​6497](https://redirect.github.com/cloudflare/workers-sdk/pull/6497) [`3bd833c`](https://redirect.github.com/cloudflare/workers-sdk/commit/3bd833cbe29b92edf512759833f0a0115e1799bc) Thanks [@​WalshyDev](https://redirect.github.com/WalshyDev)! - feat: update `wrangler deploy` to use the new versions and deployments API. This should have zero user-facing impact but sets up the most used command to deploy Workers to use the new recommended APIs and move away from the old ones. We will still call the old upload path where required (e.g. Durable Object migration or Service Worker format). ##### Patch Changes - [#​6563](https://redirect.github.com/cloudflare/workers-sdk/pull/6563) [`da48a70`](https://redirect.github.com/cloudflare/workers-sdk/commit/da48a7036911bbc5b23d7cd70e3260b3c3fa99bc) Thanks [@​threepointone](https://redirect.github.com/threepointone)! - chore: remove the warning about local mode flag being removed in the future - [#​6595](https://redirect.github.com/cloudflare/workers-sdk/pull/6595) [`0a76d7e`](https://redirect.github.com/cloudflare/workers-sdk/commit/0a76d7e550893eefb60ffe78236ef5fc3a6d3e2e) Thanks [@​vicb](https://redirect.github.com/vicb)! - feat: update unenv to the latest available version - [#​5738](https://redirect.github.com/cloudflare/workers-sdk/pull/5738) [`c2460c4`](https://redirect.github.com/cloudflare/workers-sdk/commit/c2460c4d89ecdf74f48bcd37466dce47d01c4f43) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - fix: Prevent spaces in names when validating - [#​6586](https://redirect.github.com/cloudflare/workers-sdk/pull/6586) [`72ea742`](https://redirect.github.com/cloudflare/workers-sdk/commit/72ea74214d8df3bcabf842249865edc9d13029f1) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - chore: Improve Miniflare CRON warning wording - [#​6593](https://redirect.github.com/cloudflare/workers-sdk/pull/6593) [`f097cb7`](https://redirect.github.com/cloudflare/workers-sdk/commit/f097cb73befbd317ce0c4ab4cd0203e9e8e9b811) Thanks [@​vicb](https://redirect.github.com/vicb)! - fix: remove `experimental:` prefix requirement for nodejs_compat_v2 See https://jira.cfdata.org/browse/DEVDASH-218 - [#​6572](https://redirect.github.com/cloudflare/workers-sdk/pull/6572) [`0d83428`](https://redirect.github.com/cloudflare/workers-sdk/commit/0d834284d00b43bd1da5d09404ff7a6b8409babe) Thanks [@​penalosa](https://redirect.github.com/penalosa)! - fix: Show a clearer user error when trying to use a python worker without the `python_workers` compatibility flag specified - [#​6589](https://redirect.github.com/cloudflare/workers-sdk/pull/6589) [`f4c8cea`](https://redirect.github.com/cloudflare/workers-sdk/commit/f4c8cea142b03629e0dfffc5acaf71da0a33d15c) Thanks [@​vicb](https://redirect.github.com/vicb)! - feat: update unenv to the latest available version - Updated dependencies \[[`45ad2e0`](https://redirect.github.com/cloudflare/workers-sdk/commit/45ad2e0c83f1382e1662aadc2b145969ed9a719b)]: - [@​cloudflare/workers-shared](https://redirect.github.com/cloudflare/workers-shared)[@​0](https://redirect.github.com/0).4.1

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.