fix(deps): update dependency @ffmpeg.wasm/main to v0.13.1 #1416

Open
renovate[bot] wants to merge 1 commit from renovate/ffmpeg.wasm-main-0.x into master
renovate[bot] commented 2023-11-15 08:53:49 +00:00 (Migrated from github.com)

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
@ffmpeg.wasm/main 0.12.0 -> 0.13.1 age confidence

Release Notes

FFmpeg-wasm/FFmpeg.wasm (@​ffmpeg.wasm/main)

v0.13.1

Compare Source

Bug Fixes

v0.13.0

Compare Source

⚠ BREAKING CHANGES
  • refactor with TypeScript
Features
Bug Fixes
  • Cancel run promise if the exit() is called (78690d7)
  • fix a typo error in default options (6541a92)
  • fix access error of const promise (ff62d50)
  • fix an error of version parser (2de82fb)
  • fix some typo errors (922a346)
  • fix some typos (84b5b1f)
  • index.d.ts (3919333)
  • progress: better mp3 progress support (2df5dfe)
  • update node examples (8241144)

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.


  • If you want to rebase/retry this PR, check this box

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

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@ffmpeg.wasm/main](https://redirect.github.com/FFmpeg-wasm/FFmpeg.wasm) | [`0.12.0` -> `0.13.1`](https://renovatebot.com/diffs/npm/@ffmpeg.wasm%2fmain/0.12.0/0.13.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@ffmpeg.wasm%2fmain/0.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@ffmpeg.wasm%2fmain/0.12.0/0.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>FFmpeg-wasm/FFmpeg.wasm (@&#8203;ffmpeg.wasm/main)</summary> ### [`v0.13.1`](https://redirect.github.com/FFmpeg-wasm/FFmpeg.wasm/blob/HEAD/CHANGELOG.md#0131-2023-08-05) [Compare Source](https://redirect.github.com/FFmpeg-wasm/FFmpeg.wasm/compare/0.13.0...0.13.1) ##### Bug Fixes - fix logger ([0e6a3dc](https://redirect.github.com/FFmpeg-wasm/FFmpeg.wasm/commit/0e6a3dc251cc99c881a00ac31d70a88c856cb31c)) - fix type error in dist, close [#&#8203;5](https://redirect.github.com/FFmpeg-wasm/FFmpeg.wasm/issues/5) ([46a1452](https://redirect.github.com/FFmpeg-wasm/FFmpeg.wasm/commit/46a1452124ea15e934ed05230344469fe8a3ed57)) ### [`v0.13.0`](https://redirect.github.com/FFmpeg-wasm/FFmpeg.wasm/blob/HEAD/CHANGELOG.md#0130-2023-07-24) [Compare Source](https://redirect.github.com/FFmpeg-wasm/FFmpeg.wasm/compare/7ff4a0be6c0c1d49636bc9a63ad675b8a8a7c9a2...0.13.0) ##### ⚠ BREAKING CHANGES - refactor with TypeScript ##### Features - add log level `debug` ([0e6b5ea](https://redirect.github.com/FFmpeg-wasm/ffmpeg.wasm/commit/0e6b5ea83192396d0497561ca954ee71953eccb5)) - convert test ([4434a86](https://redirect.github.com/FFmpeg-wasm/ffmpeg.wasm/commit/4434a86ae298a3ffc5063a5c77e80dea89e7d10f)) - **exit:** [#&#8203;136](https://redirect.github.com/FFmpeg-wasm/ffmpeg.wasm/issues/136) provide a method to exit program ([5a3b493](https://redirect.github.com/FFmpeg-wasm/ffmpeg.wasm/commit/5a3b493a693cd955a1b4ac2c5f14a4be399465d4)) - export type and remove default export ([3da7644](https://redirect.github.com/FFmpeg-wasm/ffmpeg.wasm/commit/3da7644263e29d707f1663564bf1179f29d3b64b)) - export utils ([03fc1f0](https://redirect.github.com/FFmpeg-wasm/ffmpeg.wasm/commit/03fc1f0bf3ea3486fb28da8362e003257e2e0852)) - improving declaration and comment of exit() ([09e563f](https://redirect.github.com/FFmpeg-wasm/ffmpeg.wasm/commit/09e563fbe8325d7813d51dfd704d90683918bb32)) - migrate some examples ([aca5424](https://redirect.github.com/FFmpeg-wasm/ffmpeg.wasm/commit/aca542484ad5005e346d6ce978b78388654cd29f)) - migrate to vitest ([23b4933](https://redirect.github.com/FFmpeg-wasm/ffmpeg.wasm/commit/23b4933689fdd60bfc96e25d0e4eae2561b2b7fc)) - refactor with TypeScript ([1d25a75](https://redirect.github.com/FFmpeg-wasm/ffmpeg.wasm/commit/1d25a75fd6f4e860b646f836a96891ecdeee8965)) - remove running options ([38b2438](https://redirect.github.com/FFmpeg-wasm/ffmpeg.wasm/commit/38b24388e3ca6c087a407fcc02ca793015f37a6e)) - support custom wasm/worker url ([1d55199](https://redirect.github.com/FFmpeg-wasm/ffmpeg.wasm/commit/1d55199f399dea11333733eea8cc5bc3b12e4f0f)) - upgrade to emscripten 3.1.30 ([e483ef3](https://redirect.github.com/FFmpeg-wasm/ffmpeg.wasm/commit/e483ef380a3f6734977a46ea0afce8d5657bfd38)) - use rest arguments in logger ([e376ff7](https://redirect.github.com/FFmpeg-wasm/ffmpeg.wasm/commit/e376ff78207fe7712153efca8a48ef395e13fe80)) ##### Bug Fixes - Cancel run promise if the exit() is called ([78690d7](https://redirect.github.com/FFmpeg-wasm/ffmpeg.wasm/commit/78690d7b4d7e700b1acff05759d6b4cce6069031)) - fix a typo error in default options ([6541a92](https://redirect.github.com/FFmpeg-wasm/ffmpeg.wasm/commit/6541a921d0234c4c5fb7587dd05904d2f3329da9)) - fix access error of const promise ([ff62d50](https://redirect.github.com/FFmpeg-wasm/ffmpeg.wasm/commit/ff62d50ca165667724bf6a25d51ab7ff39052830)) - fix an error of version parser ([2de82fb](https://redirect.github.com/FFmpeg-wasm/ffmpeg.wasm/commit/2de82fbe6b6e60f23ce988e7ed1771e083abe936)) - fix some typo errors ([922a346](https://redirect.github.com/FFmpeg-wasm/ffmpeg.wasm/commit/922a34692ac4ba66cd45455d13ee779a2c00062b)) - fix some typos ([84b5b1f](https://redirect.github.com/FFmpeg-wasm/ffmpeg.wasm/commit/84b5b1ff9030edba2a150fca552144c1ece644e2)) - index.d.ts ([3919333](https://redirect.github.com/FFmpeg-wasm/ffmpeg.wasm/commit/3919333d93b0f59414dcc3f4b5eccbbad8b941b5)) - **progress:** better mp3 progress support ([2df5dfe](https://redirect.github.com/FFmpeg-wasm/ffmpeg.wasm/commit/2df5dfef549b175c61efd65bbadc4ba0b84512c0)) - update node examples ([8241144](https://redirect.github.com/FFmpeg-wasm/ffmpeg.wasm/commit/82411444dcaa51f304b54f096d7c284029d2e55f)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/th-ch/youtube-music). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40Ni4wIiwidXBkYXRlZEluVmVyIjoiNDEuOTcuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/ffmpeg.wasm-main-0.x:renovate/ffmpeg.wasm-main-0.x
git switch renovate/ffmpeg.wasm-main-0.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/ffmpeg.wasm-main-0.x
git switch renovate/ffmpeg.wasm-main-0.x
git rebase master
git switch master
git merge --ff-only renovate/ffmpeg.wasm-main-0.x
git switch renovate/ffmpeg.wasm-main-0.x
git rebase master
git switch master
git merge --no-ff renovate/ffmpeg.wasm-main-0.x
git switch master
git merge --squash renovate/ffmpeg.wasm-main-0.x
git switch master
git merge --ff-only renovate/ffmpeg.wasm-main-0.x
git switch master
git merge renovate/ffmpeg.wasm-main-0.x
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: YTMD/youtube-music#1416
No description provided.