webtorrent / webtorrent-desktop

❤️ Streaming torrent app for Mac, Windows, and Linux
https://webtorrent.io/desktop
MIT License
9.69k stars 1k forks source link

fix(deps): update dependency music-metadata to v8 #2236

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
music-metadata 7.13.1 -> 8.1.3 age adoption passing confidence

Release Notes

borewit/music-metadata ### [`v8.1.3`](https://togithub.com/Borewit/music-metadata/releases/tag/v8.1.3) [Compare Source](https://togithub.com/borewit/music-metadata/compare/v8.1.2...v8.1.3) #### Changes #### :rocket: Enhancements - Ability to handle MP4 `meta` atom without 4 bytes padding [@​Borewit](https://togithub.com/Borewit) ([#​1484](https://togithub.com/borewit/music-metadata/issues/1484)) #### NPM release NPM release: [music-metadata@8.1.3](https://www.npmjs.com/package/music-metadata/v/8.1.3) ### [`v8.1.2`](https://togithub.com/Borewit/music-metadata/releases/tag/v8.1.2) [Compare Source](https://togithub.com/borewit/music-metadata/compare/v8.1.1...v8.1.2) #### Changes #### :bug: Bug Fixes - Fix bitrate (`format.bitrate`) for WAV files [@​avwie](https://togithub.com/avwie) ([#​1481](https://togithub.com/borewit/music-metadata/issues/1481)) #### NPM release NPM release: [music-metadata@8.1.2](https://www.npmjs.com/package/music-metadata/v/8.1.2) ### [`v8.1.1`](https://togithub.com/Borewit/music-metadata/releases/tag/v8.1.1) [Compare Source](https://togithub.com/borewit/music-metadata/compare/v8.1.0...v8.1.1) #### Changes - Added missing 'await' to docs for parseBuffer [@​motabass](https://togithub.com/motabass) ([#​1439](https://togithub.com/borewit/music-metadata/issues/1439)) #### :bug: Bug Fixes - Handle Matroska file without duration [@​Borewit](https://togithub.com/Borewit) ([#​1472](https://togithub.com/borewit/music-metadata/issues/1472)) #### NPM release NPM release: [music-metadata@8.1.1](https://www.npmjs.com/package/music-metadata/v/8.1.1) ### [`v8.1.0`](https://togithub.com/Borewit/music-metadata/releases/tag/v8.1.0) [Compare Source](https://togithub.com/borewit/music-metadata/compare/v8.0.1...v8.1.0) Changes: - Add AIFF text chunk support, resulting in AIFF metadata & mapping [#​1291](https://togithub.com/borewit/music-metadata/issues/1291) - Simplify handling FourCC [#​1292](https://togithub.com/borewit/music-metadata/issues/1292) NPM: [music-metadata@8.1.0](https://www.npmjs.com/package/music-metadata/v/8.1.0) ### [`v8.0.1`](https://togithub.com/Borewit/music-metadata/releases/tag/v8.0.1) [Compare Source](https://togithub.com/borewit/music-metadata/compare/v8.0.0...v8.0.1) Changes: - Include TypeScript declaration [#​1217](https://togithub.com/borewit/music-metadata/issues/1217) NPM: [music-metadata@8.0.1](https://www.npmjs.com/package/music-metadata/v/8.0.1) ### [`v8.0.0`](https://togithub.com/Borewit/music-metadata/releases/tag/v8.0.0) [Compare Source](https://togithub.com/borewit/music-metadata/compare/v7.13.3...v8.0.0) :warning: **Breaking change**: version 8 is now a [pure ECMAScript Module (ESM)](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). Changes: - Migrate from CommonJS to ES Modules [#​997](https://togithub.com/borewit/music-metadata/issues/997) NPM: [music-metadata@8.0.0](https://www.npmjs.com/package/music-metadata/v/8.0.0) ### [`v7.13.3`](https://togithub.com/Borewit/music-metadata/releases/tag/v7.13.3) [Compare Source](https://togithub.com/borewit/music-metadata/compare/v7.13.2...v7.13.3) #### Changes #### :rocket: Enhancements - Ability to handle MP4 `meta` atom without 4 bytes padding [@​Borewit](https://togithub.com/Borewit) ([#​1484](https://togithub.com/borewit/music-metadata/issues/1484)) #### NPM release NPM release: [music-metadata@7.13.3](https://www.npmjs.com/package/music-metadata/v/7.13.3) ### [`v7.13.2`](https://togithub.com/Borewit/music-metadata/releases/tag/v7.13.2) [Compare Source](https://togithub.com/borewit/music-metadata/compare/v7.13.1...v7.13.2) #### Changes #### :bug: Bug Fixes - Fix bitrate (`format.bitrate`) for WAV files [@​avwie](https://togithub.com/avwie) ([#​1481](https://togithub.com/borewit/music-metadata/issues/1481)) #### NPM release NPM release: [music-metadata@7.13.2](https://www.npmjs.com/package/music-metadata/v/7.13.2)

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

Borewit commented 2 years ago

music-metadata 8 switched from CJS to pure ESM, so no straight forward way to upgrade. For now, no difference between 7 and 8 other then that for the module architecture time being.

DiegoRBaquero commented 2 years ago

ESM is blocked by Electron not supporting it yet

renovate[bot] commented 1 year ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 8.x releases. But if you manually upgrade to 8.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.