Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency discord-player to v6 #289

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 4, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
discord-player (source) ^5.4.0 -> ^6.6.0 age adoption passing confidence

Release Notes

Androz2091/discord-player (discord-player)

v6.6.0

Compare Source

What's Changed

New Contributors

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

Compare Source

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
// 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

Compare Source

What's Changed

Full Changelog: https://github.com/Androz2091/discord-player/compare/[email protected]@6.4.0

v6.3.1

Compare Source

What's Changed

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

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/Androz2091/discord-player/compare/[email protected]@6.3.0

v6.2.1

Compare Source

Changelog

  • fix esm build

Full Changelog: https://github.com/Androz2091/discord-player/compare/[email protected]@6.2.1

v6.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/Androz2091/discord-player/compare/[email protected]@6.2.0

v6.1.1

Compare Source

What's Changed

Full Changelog: https://github.com/Androz2091/discord-player/compare/[email protected]@6.1.1

v6.1.0

Compare Source

Changelog

New Contributors

Full Changelog: https://github.com/Androz2091/discord-player/compare/[email protected]

v6.0.0: 6.0.0

Compare Source

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

New Contributors

Full Changelog: Androz2091/discord-player@v5.4.0...v6.0.0


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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested review from JaronZ and mcpsbot as code owners March 4, 2023 13:01
Copy link
Member

@JaronZ JaronZ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI is failing

@renovate renovate bot force-pushed the renovate/major-discord-player-dependency branch 2 times, most recently from c3cc42f to 3b8220a Compare March 11, 2023 16:19
@renovate renovate bot force-pushed the renovate/major-discord-player-dependency branch 17 times, most recently from 3e28bf2 to 6a692c5 Compare March 15, 2023 19:15
mcpsbot
mcpsbot previously approved these changes Mar 15, 2023
@renovate renovate bot force-pushed the renovate/major-discord-player-dependency branch 4 times, most recently from 7e1f014 to 2cdd39c Compare March 18, 2023 22:09
@renovate renovate bot force-pushed the renovate/major-discord-player-dependency branch 2 times, most recently from 7ba670a to bc0317a Compare March 31, 2023 11:21
@renovate renovate bot force-pushed the renovate/major-discord-player-dependency branch 2 times, most recently from 56856e5 to 484ac2f Compare May 7, 2023 20:06
@renovate renovate bot force-pushed the renovate/major-discord-player-dependency branch 4 times, most recently from 08c3e9b to d56d8b7 Compare May 22, 2023 14:54
@renovate renovate bot force-pushed the renovate/major-discord-player-dependency branch from d56d8b7 to 990916f Compare May 27, 2023 09:03
@renovate renovate bot force-pushed the renovate/major-discord-player-dependency branch 4 times, most recently from 429a50a to 937276c Compare June 12, 2023 14:41
@renovate renovate bot force-pushed the renovate/major-discord-player-dependency branch 2 times, most recently from 05681c1 to e909e85 Compare June 20, 2023 15:25
@mcpsbot
Copy link
Contributor

mcpsbot commented Jun 20, 2023

@JaronZ it does not Queue in the mention

@renovate renovate bot force-pushed the renovate/major-discord-player-dependency branch from e909e85 to 785cade Compare June 20, 2023 15:57
mcpsbot
mcpsbot previously approved these changes Jun 20, 2023
@mcpsbot mcpsbot requested a review from JaronZ June 20, 2023 16:01
@renovate renovate bot force-pushed the renovate/major-discord-player-dependency branch from 785cade to 00b6c2c Compare June 20, 2023 16:10
@JaronZ
Copy link
Member

JaronZ commented Jun 20, 2023

@JaronZ it does not Queue in the mention

What do you mean?

@renovate renovate bot force-pushed the renovate/major-discord-player-dependency branch 4 times, most recently from 1c0bc49 to bda0a87 Compare June 25, 2023 18:51
@renovate renovate bot force-pushed the renovate/major-discord-player-dependency branch from bda0a87 to 160e2c0 Compare June 27, 2023 12:28
@mcpsbot mcpsbot closed this Jun 27, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Jun 27, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 6.x releases. But if you manually upgrade to 6.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.

@renovate renovate bot deleted the renovate/major-discord-player-dependency branch June 27, 2023 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants