Skip to content

Update @top-gg/sdk requirement from ^3.0.9 to ^3.1.1

Wolf Yuan requested to merge dependabot/npm_and_yarn/top-gg/sdk-tw-3.1.1 into main

Created by: dependabot[bot]

Updates the requirements on @top-gg/sdk to permit the latest version.

Release notes

Sourced from @​top-gg/sdk's releases.

v3.1.1

Fixes express typings issue when using the package in a TypeScript build. #56

Changelog

Sourced from @​top-gg/sdk's changelog.

Change Log

3.1.0

  • Added Webhook.listener() to replace Webhook.middleware()

3.0.9

  • A change to how typings are used, properly exports via dist/typings

3.0.8

  • Change docs URL
  • Fix typos in a few method docs
  • Specified that .hasVoted() is last 12 hours
  • Auto-respond with status 200 as per docs

3.0.7

  • Add new BotInfo.bannerUrl to typings

3.0.6

  • Fix to webhook, where there were issues when using a body parser that also used raw-body

3.0.5

  • Fix to Api.isWeekend example

3.0.4

  • Released official documentation page
  • Added GitHub actions to publish to npm on release

3.0.3

  • Fixed some webhook bugs
  • Improved a few typings

3.0.2

Some day-one patches to README, 3.0.1 is a dud release

3.0.0

A full rewrite of the package, here's some of the major changes:

  • The webhook and API interaction have been full separated, into two different classes, Api and Webhook
  • Auto-Posting is no longer natively supported in the package, instead you can use the officially supported topgg-autoposter package.
  • The webhook class is no longer ran off of events, instead acting as a middleware function that defines req.vote
Commits

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