Skip to content

Bump dbots from 8.0.2 to 9.0.0

Wolf Yuan requested to merge dependabot/npm_and_yarn/dbots-9.0.0 into main

Created by: dependabot[bot]

Bumps dbots from 8.0.2 to 9.0.0.

Release notes

Sourced from dbots's releases.

v9.0.0

Global breaking changes:

  • serviceClasses: the serviceClasses property will no longer be exported as a member of the module. You can still get a record with every list using Service.getAll(). (#203)
  • We're dropping support for internal class names: that means that from now on, we could change the service class names without marking it as a breaking change. In order to avoid issues with your code, please use the Service.get() method to get service classes, instead of importing them directly. This version already contains some changes to class names, so make sure that you're importing them in the supported way. (#203)
  • Removed services: Arcane, BotsDataBase, DiscordAppsDev, DiscordBotsDirectory, ListMyBots, ParadiseBots (#204). These lists have been removed because they've been shut down.

More list-specific breaking changes are listed below

Fixed:

  • BREAKING InfinityBots: update list name, aliases and URL (#199)
  • The package file now has a proper typings field
  • Clients: the fillers now calculate the user count using each guild's member count, instead of relying on the user cache size (ref #182)
  • Clients: improved consistency in getters' return types
  • DiscordJS: fixed the way that the filler gets the shard ID for discord.js@v12 (#184)
  • BotListSpace: update list name and URL (#202)

Added:

  • New service: FatesList (#186)
Changelog

Sourced from dbots's changelog.

[9.0.0] - 2021-04-08

Global breaking changes:

  • serviceClasses: the serviceClasses property will no longer be exported as a member of the module. You can still get a record with every list using Service.getAll(). (#203)
  • We're dropping support for internal class names: that means that from now on, we could change the service class names without marking it as a breaking change. In order to avoid issues with your code, please use the Service.get() method to get service classes, instead of importing them directly. This version already contains some changes to class names, so make sure that you're importing them in the supported way. (#203)
  • Removed services: Arcane, BotsDataBase, DiscordAppsDev, DiscordBotsDirectory, ListMyBots, ParadiseBots (#204). These lists have been removed because they've been shut down.

More list-specific breaking changes are listed below

Fixed:

  • BREAKING InfinityBots: update list name, aliases and URL (#199)
  • The package file now has a proper typings field
  • Clients: the fillers now calculate the user count using each guild's member count, instead of relying on the user cache size (ref #182)
  • Clients: improved consistency in getters' return types
  • DiscordJS: fixed the way that the filler gets the shard ID for discord.js@v12 (#184)
  • BotListSpace: update list name and URL (#202)

Added:

  • New service: FatesList (#186)

Fixed:

Commits

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)

Merge request reports