Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update dependency discord-player to v6 (#338)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [discord-player](https://discord-player.js.org) ([source](https://togithub.com/Androz2091/discord-player)) | [`^5.4.0` -> `^6.6.1`](https://renovatebot.com/diffs/npm/discord-player/5.4.0/6.6.1) | [![age](https://badges.renovateapi.com/packages/npm/discord-player/6.6.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/discord-player/6.6.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/discord-player/6.6.1/compatibility-slim/5.4.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/discord-player/6.6.1/confidence-slim/5.4.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>Androz2091/discord-player (discord-player)</summary> ### [`v6.6.1`](https://togithub.com/Androz2091/discord-player/releases/tag/discord-player%406.6.1) [Compare Source](https://togithub.com/Androz2091/discord-player/compare/[email protected]@6.6.1) #### What's Changed - docs(resource): update flowease's discord-player version in showcase.ts by [@​Lutra-Fs](https://togithub.com/Lutra-Fs) in [https://github.com/Androz2091/discord-player/pull/1755](https://togithub.com/Androz2091/discord-player/pull/1755) - Fix typo for userVoiceChannel in the documention by [@​L0SER8228](https://togithub.com/L0SER8228) in [https://github.com/Androz2091/discord-player/pull/1756](https://togithub.com/Androz2091/discord-player/pull/1756) - createProgressBar options by [@​chimnayajith](https://togithub.com/chimnayajith) in [https://github.com/Androz2091/discord-player/pull/1757](https://togithub.com/Androz2091/discord-player/pull/1757) - feat: introduce BridgeSource by [@​skdhg](https://togithub.com/skdhg) in [https://github.com/Androz2091/discord-player/pull/1760](https://togithub.com/Androz2091/discord-player/pull/1760) #### New Contributors - [@​Lutra-Fs](https://togithub.com/Lutra-Fs) made their first contribution in [https://github.com/Androz2091/discord-player/pull/1755](https://togithub.com/Androz2091/discord-player/pull/1755) - [@​chimnayajith](https://togithub.com/chimnayajith) made their first contribution in [https://github.com/Androz2091/discord-player/pull/1757](https://togithub.com/Androz2091/discord-player/pull/1757) **Full Changelog**: https://github.com/Androz2091/discord-player/compare/[@​discord-player/equalizer](https://togithub.com/discord-player/equalizer)[@​0](https://togithub.com/0)[email protected] ### [`v6.6.0`](https://togithub.com/Androz2091/discord-player/releases/tag/discord-player%406.6.0) [Compare Source](https://togithub.com/Androz2091/discord-player/compare/[email protected]@6.6.0) #### What's Changed - docs(resources): add Mirasaki Music Bot by [@​Mirasaki](https://togithub.com/Mirasaki) in [https://github.com/Androz2091/discord-player/pull/1745](https://togithub.com/Androz2091/discord-player/pull/1745) - Bump community resource version by [@​Mirasaki](https://togithub.com/Mirasaki) in [https://github.com/Androz2091/discord-player/pull/1748](https://togithub.com/Androz2091/discord-player/pull/1748) - 📝 Fix broken URL in document by [@​GreenScreen410](https://togithub.com/GreenScreen410) in [https://github.com/Androz2091/discord-player/pull/1752](https://togithub.com/Androz2091/discord-player/pull/1752) - refactor: website rewrite by [@​skdhg](https://togithub.com/skdhg) in [https://github.com/Androz2091/discord-player/pull/1753](https://togithub.com/Androz2091/discord-player/pull/1753) - feat: `channelPopulate` and friends #### New Contributors - [@​Mirasaki](https://togithub.com/Mirasaki) made their first contribution in [https://github.com/Androz2091/discord-player/pull/1745](https://togithub.com/Androz2091/discord-player/pull/1745) **Full Changelog**: https://github.com/Androz2091/discord-player/compare/[@​discord-player/extractor](https://togithub.com/discord-player/extractor)[@​4](https://togithub.com/4)[email protected] ### [`v6.5.0`](https://togithub.com/Androz2091/discord-player/releases/tag/discord-player%406.5.0) [Compare Source](https://togithub.com/Androz2091/discord-player/compare/[email protected]@6.5.0) ### Changelog - fix(QueryResolver): spotify playlists were treated as youtube playlists - feat(GuildQueueEvents): add `willPlayTrack` event - types(GuildQueueEvent): make events constant usable in event listener - feat(GuildQueue): expose `maxSize` and `maxHistorySize` - feat(GuildQueue): add `options.preferBridgedMetadata` - fix(Track): resolve `null` upon metadata query failure - feat(GuildQueuePlayerNode): add `.totalDuration` getter - feat(GuildQueuePlayerNode): implement `StreamConfig` ##### Example of `willPlayTrack` event ```ts // listening to this event pauses discord-player's execution process until `done()` is invoked player.events.on(GuildQueueEvent.willPlayTrack, (queue, track, config, done) => { // set volume to 30% config.dispatcherConfig.volume = 30; // seek to 20 seconds before playing config.playerConfig.seek = 20; // tell discord-player to resume execution process return done(); }); ``` **Full Changelog**: https://github.com/Androz2091/discord-player/compare/[@​discord-player/extractor](https://togithub.com/discord-player/extractor)[@​4](https://togithub.com/4)[email protected] ### [`v6.4.0`](https://togithub.com/Androz2091/discord-player/releases/tag/discord-player%406.4.0) [Compare Source](https://togithub.com/Androz2091/discord-player/compare/[email protected]@6.4.0) #### What's Changed - feat: track metadata api - fix: spotify regex - feat: bridge query resolver - feat: track metadata api - feat: introduce play method on tracks and queues - feat: allow audio player options on play method - feat: error codes - Update my community bot version and description by [@​L0SER8228](https://togithub.com/L0SER8228) in [https://github.com/Androz2091/discord-player/pull/1742](https://togithub.com/Androz2091/discord-player/pull/1742) **Full Changelog**: https://github.com/Androz2091/discord-player/compare/[email protected]@6.4.0 ### [`v6.3.1`](https://togithub.com/Androz2091/discord-player/releases/tag/discord-player%406.3.1) [Compare Source](https://togithub.com/Androz2091/discord-player/compare/[email protected]@6.3.1) #### What's Changed - fix(FFmpeg): unexpected error from ffmpeg locator - feat(PlayerInitOptions): add `useFFmpegLegacy` option to utilize `prism-media`'s ffmpeg - Update community bot Music-Disc version by [@​hmes98318](https://togithub.com/hmes98318) in [https://github.com/Androz2091/discord-player/pull/1737](https://togithub.com/Androz2091/discord-player/pull/1737) - Added my bot by [@​L0SER8228](https://togithub.com/L0SER8228) in [https://github.com/Androz2091/discord-player/pull/1739](https://togithub.com/Androz2091/discord-player/pull/1739) **Full Changelog**: https://github.com/Androz2091/discord-player/compare/[@​discord-player/extractor](https://togithub.com/discord-player/extractor)[@​4](https://togithub.com/4)[email protected] ### [`v6.3.0`](https://togithub.com/Androz2091/discord-player/releases/tag/discord-player%406.3.0) [Compare Source](https://togithub.com/Androz2091/discord-player/compare/[email protected]@6.3.0) #### What's Changed - feat: add custom ffmpeg implementation (supporting more ffmpeg binaries) - fix: proper validation for leaveOnEnd - fix(Player): set query cache properly by [@​skdhg](https://togithub.com/skdhg) in [https://github.com/Androz2091/discord-player/pull/1721](https://togithub.com/Androz2091/discord-player/pull/1721) - Update Docs to reflect autoRegisterExtractor depreciation by [@​febkosq8](https://togithub.com/febkosq8) in [https://github.com/Androz2091/discord-player/pull/1722](https://togithub.com/Androz2091/discord-player/pull/1722) - feat: implement custom ffmpeg stream by [@​skdhg](https://togithub.com/skdhg) in [https://github.com/Androz2091/discord-player/pull/1723](https://togithub.com/Androz2091/discord-player/pull/1723) - \[DOCS-FIX] Update version of community bot by [@​Mittelblut9](https://togithub.com/Mittelblut9) in [https://github.com/Androz2091/discord-player/pull/1720](https://togithub.com/Androz2091/discord-player/pull/1720) - docs: update version botanique by [@​Mylloon](https://togithub.com/Mylloon) in [https://github.com/Androz2091/discord-player/pull/1724](https://togithub.com/Androz2091/discord-player/pull/1724) - docs: add wego overseer to community resources by [@​rickklaasboer](https://togithub.com/rickklaasboer) in [https://github.com/Androz2091/discord-player/pull/1727](https://togithub.com/Androz2091/discord-player/pull/1727) #### New Contributors - [@​Mittelblut9](https://togithub.com/Mittelblut9) made their first contribution in [https://github.com/Androz2091/discord-player/pull/1720](https://togithub.com/Androz2091/discord-player/pull/1720) - [@​Mylloon](https://togithub.com/Mylloon) made their first contribution in [https://github.com/Androz2091/discord-player/pull/1724](https://togithub.com/Androz2091/discord-player/pull/1724) - [@​rickklaasboer](https://togithub.com/rickklaasboer) made their first contribution in [https://github.com/Androz2091/discord-player/pull/1727](https://togithub.com/Androz2091/discord-player/pull/1727) **Full Changelog**: https://github.com/Androz2091/discord-player/compare/[email protected]@6.3.0 ### [`v6.2.1`](https://togithub.com/Androz2091/discord-player/releases/tag/discord-player%406.2.1) [Compare Source](https://togithub.com/Androz2091/discord-player/compare/[email protected]@6.2.1) ### Changelog - fix esm build **Full Changelog**: https://github.com/Androz2091/discord-player/compare/[email protected]@6.2.1 ### [`v6.2.0`](https://togithub.com/Androz2091/discord-player/releases/tag/discord-player%406.2.0) [Compare Source](https://togithub.com/Androz2091/discord-player/compare/[email protected]@6.2.0) #### What's Changed - Add `interaction.guild` for player.nodes.create by [@​TapsHTS](https://togithub.com/TapsHTS) in [https://github.com/Androz2091/discord-player/pull/1689](https://togithub.com/Androz2091/discord-player/pull/1689) - Add fullTitle property to LyricsExtractor by [@​Crocross](https://togithub.com/Crocross) in [https://github.com/Androz2091/discord-player/pull/1690](https://togithub.com/Androz2091/discord-player/pull/1690) - Add Beat-Bot to community bots by [@​IslandRhythms](https://togithub.com/IslandRhythms) in [https://github.com/Androz2091/discord-player/pull/1701](https://togithub.com/Androz2091/discord-player/pull/1701) - update references of 'karasu-music-bot' to 'auricle-music-bot' by [@​itsauric](https://togithub.com/itsauric) in [https://github.com/Androz2091/discord-player/pull/1703](https://togithub.com/Androz2091/discord-player/pull/1703) - Add Melody to community resources docs page by [@​NerdyTechy](https://togithub.com/NerdyTechy) in [https://github.com/Androz2091/discord-player/pull/1704](https://togithub.com/Androz2091/discord-player/pull/1704) - Update community bot Music-disc module version by [@​hmes98318](https://togithub.com/hmes98318) in [https://github.com/Androz2091/discord-player/pull/1711](https://togithub.com/Androz2091/discord-player/pull/1711) - added link to DumBot within community resources by [@​Mateo-Wallace](https://togithub.com/Mateo-Wallace) in [https://github.com/Androz2091/discord-player/pull/1714](https://togithub.com/Androz2091/discord-player/pull/1714) - docs: use yarn in installation examples by [@​skdhg](https://togithub.com/skdhg) in [https://github.com/Androz2091/discord-player/pull/1712](https://togithub.com/Androz2091/discord-player/pull/1712) - feat(ExtractorExecutionContext): infer ext initialization options by [@​skdhg](https://togithub.com/skdhg) in [https://github.com/Androz2091/discord-player/pull/1716](https://togithub.com/Androz2091/discord-player/pull/1716) - Remove extractors peer dependencies by [@​NotGhex](https://togithub.com/NotGhex) in [https://github.com/Androz2091/discord-player/pull/1718](https://togithub.com/Androz2091/discord-player/pull/1718) #### New Contributors - [@​TapsHTS](https://togithub.com/TapsHTS) made their first contribution in [https://github.com/Androz2091/discord-player/pull/1689](https://togithub.com/Androz2091/discord-player/pull/1689) - [@​IslandRhythms](https://togithub.com/IslandRhythms) made their first contribution in [https://github.com/Androz2091/discord-player/pull/1701](https://togithub.com/Androz2091/discord-player/pull/1701) - [@​hmes98318](https://togithub.com/hmes98318) made their first contribution in [https://github.com/Androz2091/discord-player/pull/1711](https://togithub.com/Androz2091/discord-player/pull/1711) - [@​Mateo-Wallace](https://togithub.com/Mateo-Wallace) made their first contribution in [https://github.com/Androz2091/discord-player/pull/1714](https://togithub.com/Androz2091/discord-player/pull/1714) **Full Changelog**: https://github.com/Androz2091/discord-player/compare/[email protected]@6.2.0 ### [`v6.1.1`](https://togithub.com/Androz2091/discord-player/releases/tag/discord-player%406.1.1) [Compare Source](https://togithub.com/Androz2091/discord-player/compare/[email protected]@6.1.1) #### What's Changed - Docs : Added new pages for actions, events & hooks by [@​febkosq8](https://togithub.com/febkosq8) in [https://github.com/Androz2091/discord-player/pull/1676](https://togithub.com/Androz2091/discord-player/pull/1676) - refactor(karasu): setup, commands and listeners by [@​itsauric](https://togithub.com/itsauric) in [https://github.com/Androz2091/discord-player/pull/1686](https://togithub.com/Androz2091/discord-player/pull/1686) - feat(GuildQueue): move, copy, swap - feat(QueryType): add AUTO_SEARCH type - refactor(QueryResolver): set fallback query to AUTO_SEARCH - refactor(ExtractorExecutionContext): unprioritize youtube extractor **Full Changelog**: https://github.com/Androz2091/discord-player/compare/[email protected]@6.1.1 ### [`v6.1.0`](https://togithub.com/Androz2091/discord-player/releases/tag/discord-player%406.1.0) [Compare Source](https://togithub.com/Androz2091/discord-player/compare/[email protected]) #### Changelog - fix: use appropriate source for autoplay - feat: add initialization options for extractors - fix: apply requestedBy on search results if available - feat: add extractor events - docs: update music bot status by [@​Nonolanlan1007](https://togithub.com/Nonolanlan1007) in [https://github.com/Androz2091/discord-player/pull/1646](https://togithub.com/Androz2091/discord-player/pull/1646) - fix(GuildQueuePlayerNode): patch seek method by [@​skdhg](https://togithub.com/skdhg) in [https://github.com/Androz2091/discord-player/pull/1652](https://togithub.com/Androz2091/discord-player/pull/1652) - Fix declaration file not found by [@​NotGhex](https://togithub.com/NotGhex) in [https://github.com/Androz2091/discord-player/pull/1647](https://togithub.com/Androz2091/discord-player/pull/1647) - fix(GuildQueuePlayerNode): fix stream error by [@​Abish-x-lethal](https://togithub.com/Abish-x-lethal) in [https://github.com/Androz2091/discord-player/pull/1654](https://togithub.com/Androz2091/discord-player/pull/1654) - Update docs for AutoComplete and minor changes by [@​febkosq8](https://togithub.com/febkosq8) in [https://github.com/Androz2091/discord-player/pull/1674](https://togithub.com/Androz2091/discord-player/pull/1674) #### New Contributors - [@​Nonolanlan1007](https://togithub.com/Nonolanlan1007) made their first contribution in [https://github.com/Androz2091/discord-player/pull/1646](https://togithub.com/Androz2091/discord-player/pull/1646) - [@​NotGhex](https://togithub.com/NotGhex) made their first contribution in [https://github.com/Androz2091/discord-player/pull/1647](https://togithub.com/Androz2091/discord-player/pull/1647) - [@​Abish-x-lethal](https://togithub.com/Abish-x-lethal) made their first contribution in [https://github.com/Androz2091/discord-player/pull/1654](https://togithub.com/Androz2091/discord-player/pull/1654) - [@​febkosq8](https://togithub.com/febkosq8) made their first contribution in [https://github.com/Androz2091/discord-player/pull/1674](https://togithub.com/Androz2091/discord-player/pull/1674) **Full Changelog**: https://github.com/Androz2091/discord-player/compare/[email protected] ### [`v6.0.0`](https://togithub.com/Androz2091/discord-player/releases/tag/v6.0.0): 6.0.0 [Compare Source](https://togithub.com/Androz2091/discord-player/compare/v5.4.0...v6.0.0) ### BREAKING CHANGES!! >⚠️ \[`semver:major`] This release contains breaking changes, making old codes unusable. Documentation: https://discord-player.js.org Migration Guide: https://discord-player.js.org/docs/guides/v6-migration #### What's Changed - chore: monorepo setup by [@​skdhg](https://togithub.com/skdhg) in [https://github.com/Androz2091/discord-player/pull/1510](https://togithub.com/Androz2091/discord-player/pull/1510) - fix(StreamDispatcher): make paused property a getter by [@​skdhg](https://togithub.com/skdhg) in [https://github.com/Androz2091/discord-player/pull/1517](https://togithub.com/Androz2091/discord-player/pull/1517) - feat: new docs website by [@​skdhg](https://togithub.com/skdhg) in [https://github.com/Androz2091/discord-player/pull/1530](https://togithub.com/Androz2091/discord-player/pull/1530) - Add 'karasu-music-bot' to examples in README.md by [@​itsauric](https://togithub.com/itsauric) in [https://github.com/Androz2091/discord-player/pull/1552](https://togithub.com/Androz2091/discord-player/pull/1552) - feat(QueryResolver): apple music user playlists by [@​BasboBibbins](https://togithub.com/BasboBibbins) in [https://github.com/Androz2091/discord-player/pull/1580](https://togithub.com/Androz2091/discord-player/pull/1580) - refactor: example commands by [@​itsauric](https://togithub.com/itsauric) in [https://github.com/Androz2091/discord-player/pull/1590](https://togithub.com/Androz2091/discord-player/pull/1590) - feat(GuildQueue): add size getter by [@​Crocross](https://togithub.com/Crocross) in [https://github.com/Androz2091/discord-player/pull/1606](https://togithub.com/Androz2091/discord-player/pull/1606) - refactor(karasu) by [@​itsauric](https://togithub.com/itsauric) in [https://github.com/Androz2091/discord-player/pull/1607](https://togithub.com/Androz2091/discord-player/pull/1607) - Update migrating.md by [@​Crocross](https://togithub.com/Crocross) in [https://github.com/Androz2091/discord-player/pull/1629](https://togithub.com/Androz2091/discord-player/pull/1629) - Update migrating.md by [@​Crocross](https://togithub.com/Crocross) in [https://github.com/Androz2091/discord-player/pull/1637](https://togithub.com/Androz2091/discord-player/pull/1637) - feat!: discord-player v6 by [@​skdhg](https://togithub.com/skdhg) in [https://github.com/Androz2091/discord-player/pull/1513](https://togithub.com/Androz2091/discord-player/pull/1513) - Rewrite of the entire queue system - Rewrite of extractors API - New audio filters API - New Query Cache API - New extractors limitation API - New global shortcuts (hooks, player methods) - Singleton by default - Better stream handling - 2 events dispatcher (Player & Player.events) - Improved debug logs - New lifecycle events - New stream hook (`onAfterCreateStream`) - Various bugfixes to `StreamDispatcher` - New voice receiving feature - Removal of internal extractors - Apple Music support (including search queries) - Addition of Biquad filters, 15 band equalizer (lavalink compatible) & its presets, DSP filters - Stability of audio player - Improved management of audioplayer lifecycle as well as voice connection - Removal of smooth volume - Ability to play raw audio resources - Dynamic duration estimation for tracks - New query resolver types - New documentation - New utils package #### New Contributors - [@​itsauric](https://togithub.com/itsauric) made their first contribution in [https://github.com/Androz2091/discord-player/pull/1552](https://togithub.com/Androz2091/discord-player/pull/1552) - [@​BasboBibbins](https://togithub.com/BasboBibbins) made their first contribution in [https://github.com/Androz2091/discord-player/pull/1580](https://togithub.com/Androz2091/discord-player/pull/1580) - [@​Crocross](https://togithub.com/Crocross) made their first contribution in [https://github.com/Androz2091/discord-player/pull/1606](https://togithub.com/Androz2091/discord-player/pull/1606) **Full Changelog**: Androz2091/discord-player@v5.4.0...v6.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" (UTC), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/PixelPizza/OurTube). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDQuMiIsInVwZGF0ZWRJblZlciI6IjM2LjUuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jaron <[email protected]> Co-authored-by: mcpsbot <[email protected]> Co-authored-by: Jaron <[email protected]>
- Loading branch information