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

Bump distube, @distube/deezer, @distube/soundcloud, @distube/spotify and @distube/yt-dlp #380

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 5, 2024

Bumps distube, @distube/deezer, @distube/soundcloud, @distube/spotify and @distube/yt-dlp. These dependencies needed to be updated together.
Updates distube from 4.1.1 to 5.0.1

Release notes

Sourced from distube's releases.

5.0.1

Feature

  • DisTubeStream: Support playing local files

Full Changelog: skick1234/DisTube@5.0.0...5.0.1

5.0.0

Features

  • New plugin types: InfoExtractorPlugin & PlayableExtractorPlugin
  • Add ExtractorPlugin#searchSong method
  • Support custom FFmpeg arguments per queue
  • Support play Song from another stream source
  • Add debug event
  • Optimize DisTubeStream memory usage

Refactor

  • Remove built-in YouTube integration
  • Remove built-in plugins
  • Remove DisTube#search
  • Remove CustomPlugin
  • Remove search* events
  • Remove empty event
  • Remove leaveOn* options
  • Remove SearchResult
  • Refactor error event
  • Refactor Song & Playlist constructor
  • Refactor DisTubeHandler, DisTubeStream & QueueManager

Full Changelog: skick1234/DisTube@4.2.2...5.0.0

4.2.2

Full Changelog: skick1234/DisTube@4.2.1...4.2.2

4.2.1

  • DisTubeOptions: add more ffmpeg options
  • Check ffmpeg status before playing the stream
  • Fix some bugs related to ffmpeg on windows

Full Changelog: skick1234/DisTube@4.2.0...4.2.1

4.2.0

  • Stream: Self-handling FFmpeg stream
  • Event: add ffmpegDebug event

Full Changelog: skick1234/DisTube@4.1.1...4.2.0

Commits
  • 6a87d2f chore(Release): 5.0.1
  • 8101244 feat(Stream): support playing local files
  • dcd8a45 chore(Release): 5.0.0
  • 535ef4b refactor!: rewrite DisTubeHandler, add debug event
  • eef39c6 test: remove old tests
  • f4d2a10 refactor!: remove streamType option
  • fc1dd42 refactor(Event)!: refactor error event
  • 429087d refactor!: rewrite plugin system
  • f95b97b refactor!: remove deprecated things
  • 6396f91 chore(Release): 4.2.2
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by skick, a new releaser for distube since your current version.


Updates @distube/deezer from 1.1.0 to 2.0.0

Release notes

Sourced from @​distube/deezer's releases.

@​distube/deezer@​2.0.0

Refactor

  • Upgrade to DisTube v5 InfoExtractorPlugin
Commits
Maintainer changes

This version was pushed to npm by skick, a new releaser for @​distube/deezer since your current version.


Updates @distube/soundcloud from 1.3.3 to 2.0.1

Release notes

Sourced from @​distube/soundcloud's releases.

@​distube/soundcloud@​2.0.1

  • Fix SoundCloud API doesn't use credentials options

@​distube/soundcloud@​2.0.0

Refactor

  • Upgrade to DisTube v5 ExtractorPlugin
Commits
Maintainer changes

This version was pushed to npm by skick, a new releaser for @​distube/soundcloud since your current version.


Updates @distube/spotify from 1.5.1 to 2.0.0

Release notes

Sourced from @​distube/spotify's releases.

@​distube/spotify@​2.0.0

Refactor

  • Upgrade to DisTube v5 InfoExtractorPlugin
Commits
Maintainer changes

This version was pushed to npm by skick, a new releaser for @​distube/spotify since your current version.


Updates @distube/yt-dlp from 1.1.3 to 2.0.0

Release notes

Sourced from @​distube/yt-dlp's releases.

@​distube/yt-dlp@​2.0.0

Refactor

  • Upgrade to DisTube v5 PlayableExtractorPlugin
Commits
Maintainer changes

This version was pushed to npm by skick, a new releaser for @​distube/yt-dlp since your current version.


You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

…and @distube/yt-dlp

Bumps [distube](https://github.com/skick1234/DisTube), [@distube/deezer](https://github.com/distubejs/extractor-plugins), [@distube/soundcloud](https://github.com/distubejs/extractor-plugins), [@distube/spotify](https://github.com/distubejs/extractor-plugins) and [@distube/yt-dlp](https://github.com/distubejs/extractor-plugins). These dependencies needed to be updated together.

Updates `distube` from 4.1.1 to 5.0.1
- [Release notes](https://github.com/skick1234/DisTube/releases)
- [Commits](skick1234/DisTube@4.1.1...5.0.1)

Updates `@distube/deezer` from 1.1.0 to 2.0.0
- [Release notes](https://github.com/distubejs/extractor-plugins/releases)
- [Commits](https://github.com/distubejs/extractor-plugins/commits/@distube/[email protected])

Updates `@distube/soundcloud` from 1.3.3 to 2.0.1
- [Release notes](https://github.com/distubejs/extractor-plugins/releases)
- [Commits](https://github.com/distubejs/extractor-plugins/commits/@distube/[email protected])

Updates `@distube/spotify` from 1.5.1 to 2.0.0
- [Release notes](https://github.com/distubejs/extractor-plugins/releases)
- [Commits](https://github.com/distubejs/extractor-plugins/commits/@distube/[email protected])

Updates `@distube/yt-dlp` from 1.1.3 to 2.0.0
- [Release notes](https://github.com/distubejs/extractor-plugins/releases)
- [Commits](https://github.com/distubejs/extractor-plugins/commits/@distube/[email protected])

---
updated-dependencies:
- dependency-name: distube
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@distube/deezer"
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@distube/soundcloud"
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@distube/spotify"
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@distube/yt-dlp"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 5, 2024
Copy link

vercel bot commented Jun 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ririko-bot ❌ Failed (Inspect) Jun 5, 2024 8:48pm

Copy link

codeclimate bot commented Jun 5, 2024

Code Climate has analyzed commit 95a5d1c and detected 0 issues on this pull request.

View more on Code Climate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants