totolr / Le-Dictateur

BOT discord multi-serveur avec musique, mini-rpg, système d'expérience et plein d'autres commandes funs et de modération !
GNU Affero General Public License v3.0
2 stars 1 forks source link

Bump soundcloud-downloader from 0.2.4 to 1.0.0 #25

Open dependabot-preview[bot] opened 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps soundcloud-downloader from 0.2.4 to 1.0.0.

Release notes

Sourced from soundcloud-downloader's releases.

v1.0.0

Pagination Support for Likes

Pagination for likes was previously achieved with the limit and offset parameters, but it seems to be no longer working with SoundCloud's API. I've revamped the GetLikesOptions object used by scdl.getLikes() to accommodate these new changes.

Additionally, I've also automated the entire pagination process so that it can be executed with a single invocation of scdl.getLikes(). (In the past you had to change limit and offset and call it multiple times)

const likes = await scdl.getLikes({
  profileUrl: 'https://soundcloud.com/uiceheidd',
  limit: 200 // Will retrieve at most 200 liked tracks
})

const allLikes = await scdl.getLikes({ profileUrl: 'https://soundcloud.com/uiceheidd', limit: -1 // Will retrieve all liked tracks })

Commits
  • 4c47b30 v0.2.5 ~> v1.0.0
  • 4ec0006 Bump typedoc from 0.20.28 to 0.20.34
  • 9036a51 fetch likes up to limit if specified
  • f4ce9f1 update tests for v0.2.6
  • de7a078 update likes example
  • 99d2c5a remove broken link from test
  • 06fbd89 v0.2.6 (#69)
  • 5f14cef Merge pull request #63 from zackradisic/dependabot/npm_and_yarn/typedoc-0.20.28
  • a6287d7 Merge pull request #61 from smaznet/patch-1
  • a891528 Bump typedoc from 0.20.25 to 0.20.28
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)