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 #338

Merged
merged 8 commits into from Jul 15, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 30, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

Androz2091/discord-player (discord-player)

v6.6.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/Androz2091/discord-player/compare/[@​discord-player/equalizer](https://togithub.com/discord-player/equalizer)[@​0](https://togithub.com/0).2.2...discord-player@6.6.1

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).3.1...discord-player@6.6.0

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).3.0...discord-player@6.5.0

v6.4.0

Compare Source

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 in https://github.com/Androz2091/discord-player/pull/1742

Full Changelog: https://github.com/Androz2091/discord-player/compare/discord-player@6.3.1...discord-player@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).2.2...discord-player@6.3.1

v6.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/Androz2091/discord-player/compare/discord-player@6.2.1...discord-player@6.3.0

v6.2.1

Compare Source

Changelog

  • fix esm build

Full Changelog: https://github.com/Androz2091/discord-player/compare/discord-player@6.2.0...discord-player@6.2.1

v6.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/Androz2091/discord-player/compare/discord-player@6.1.1...discord-player@6.2.0

v6.1.1

Compare Source

What's Changed

Full Changelog: https://github.com/Androz2091/discord-player/compare/discord-player@6.1.0...discord-player@6.1.1

v6.1.0

Compare Source

Changelog

New Contributors

Full Changelog: https://github.com/Androz2091/discord-player/compare/v6.0.0...discord-player@6.1.0

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 June 30, 2023 20:36
mcpsbot
mcpsbot previously approved these changes Jun 30, 2023
@renovate renovate bot force-pushed the renovate/major-discord-player-dependency branch from 3651dcc to 1f8137f Compare June 30, 2023 20:41
@renovate renovate bot force-pushed the renovate/major-discord-player-dependency branch 7 times, most recently from 557fabb to adcda9e Compare July 7, 2023 18:53
@renovate renovate bot force-pushed the renovate/major-discord-player-dependency branch 2 times, most recently from 36304fe to 6a87c00 Compare July 8, 2023 18:35
@renovate renovate bot force-pushed the renovate/major-discord-player-dependency branch from 6a87c00 to 919a71b Compare July 8, 2023 20:43
mcpsbot
mcpsbot previously approved these changes Jul 9, 2023
Don't forget to test before merging

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: mcpsbot <83839790+mcpsbot@users.noreply.github.com>
mcpsbot
mcpsbot previously approved these changes Jul 14, 2023
@mcpsbot mcpsbot enabled auto-merge July 14, 2023 20:50
@mcpsbot
Copy link
Contributor

mcpsbot commented Jul 14, 2023

@JaronZ all Set

JaronZ
JaronZ previously approved these changes Jul 14, 2023
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.

LGTM

@mcpsbot
Copy link
Contributor

mcpsbot commented Jul 14, 2023

@JaronZ you will have to merge it I can't

@mcpsbot
Copy link
Contributor

mcpsbot commented Jul 14, 2023

@renovate-bot merge

@JaronZ JaronZ dismissed stale reviews from mcpsbot and themself via 618cff2 July 14, 2023 21:16
mcpsbot
mcpsbot previously approved these changes Jul 14, 2023
@mcpsbot
Copy link
Contributor

mcpsbot commented Jul 14, 2023

Hmmmm Someone just Broken it again

@PixelPizza PixelPizza deleted a comment from renovate bot Jul 14, 2023
JaronZ
JaronZ previously approved these changes Jul 14, 2023
@JaronZ
Copy link
Member

JaronZ commented Jul 14, 2023

Hmmmm Someone just Broken it again

Happens every time another renovate PR gets merged

@JaronZ JaronZ disabled auto-merge July 14, 2023 22:08
mcpsbot
mcpsbot previously approved these changes Jul 14, 2023
@mcpsbot mcpsbot enabled auto-merge July 14, 2023 22:22
@mcpsbot mcpsbot disabled auto-merge July 15, 2023 09:16
@renovate
Copy link
Contributor Author

renovate bot commented Jul 15, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@JaronZ JaronZ enabled auto-merge July 15, 2023 09:52
@JaronZ JaronZ added this pull request to the merge queue Jul 15, 2023
Merged via the queue into main with commit b6e6d04 Jul 15, 2023
5 of 6 checks passed
@JaronZ JaronZ deleted the renovate/major-discord-player-dependency branch July 20, 2023 11:48
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.

None yet

2 participants