Skip to content

Bump @top-gg/sdk from 3.0.0 to 3.1.1#174

Closed
dependabot-preview[bot] wants to merge 4 commits into
devfrom
dependabot/npm_and_yarn/top-gg/sdk-3.1.1
Closed

Bump @top-gg/sdk from 3.0.0 to 3.1.1#174
dependabot-preview[bot] wants to merge 4 commits into
devfrom
dependabot/npm_and_yarn/top-gg/sdk-3.1.1

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps @top-gg/sdk from 3.0.0 to 3.1.1.

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

v3.1.0

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

Example

// ...
const webhook = new Webhook('auth')
const app = express()
app.post('/botvote', webhook.listener((vote) => {
console.log(vote.user) // 172075838806818817
}))
// ...

v3.0.9

Changed the way types are exported allowing for the following in TypeScript

import { BotStats /* other types */ } from '@top-gg/sdk/dist/typings'

Which was previously not possible for external packages.

v3.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

v3.0.7 | Add bannerUrl to typings

No release notes provided.

v3.0.6 | Fixed Webhook Parser

Fixed an issue where if a user was using a different body parser, e.g body-parser, that uses the raw-body package, the parser would fail. Now returns req.body content if one is available before parsing.

v3.0.5 | Fix to documentation

Fixes Api.isWeekend() JSDOC example.

v3.0.4 | Add documentation

  • Released official documentation page

  • Added GitHub actions to publish to npm on release

The new documentation can be found at https://topggjs.rtfd.io

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

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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:

  • 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)

Bumps [@top-gg/sdk](https://github.com/top-gg/node-sdk) from 3.0.0 to 3.1.1.
- [Release notes](https://github.com/top-gg/node-sdk/releases)
- [Changelog](https://github.com/top-gg/node-sdk/blob/master/docs/Changelog.md)
- [Commits](https://github.com/top-gg/node-sdk/commits/v3.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Apr 26, 2021
@dependabot-preview

Copy link
Copy Markdown
Contributor Author

This pull request will no longer be automatically closed when a new version is found as this pull request was created by Dependabot Preview and this repo is using a version: 2 config file. You can close this pull request and let Dependabot re-create it the next time it checks for updates.

@DanielaGC DanielaGC closed this May 14, 2021
@dependabot-preview

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@DanielaGC DanielaGC deleted the dependabot/npm_and_yarn/top-gg/sdk-3.1.1 branch May 14, 2021 21:31
@DanielaGC DanielaGC restored the dependabot/npm_and_yarn/top-gg/sdk-3.1.1 branch May 14, 2021 21:31
@DanielaGC DanielaGC reopened this May 14, 2021
@DanielaGC DanielaGC closed this May 14, 2021
@dependabot-preview dependabot-preview Bot deleted the dependabot/npm_and_yarn/top-gg/sdk-3.1.1 branch May 14, 2021 21:42
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 Do not merge until next patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant