Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 4, 2023

Bumps @twurple/api from 5.0.7 to 6.0.5.

Release notes

Sourced from @​twurple/api's releases.

6.0.4

Features

  • [api] add new follow endpoint (7374925e, #460)
  • [eventsub] add follows v2 (25983ab1)
  • [chat] log and re-emit token fetching errors (45e187c3)
  • [eventsub] add some logging for subscription failures and too short secrets (ecb376e3)

Fixes

  • [auth] fix adding user to provider from expired token (84e08de3)

6.0.3

Features

  • [auth-tmi] add authIntents configuration option (9ea827a2)

Fixes

  • [api] fix user context in createClip, getStreamMarkers* and createStreamMarker (d33753ef, #458)

6.0.2

Features

  • [pubsub] add mod/vip add/remove events to mod actions topic (8f29a2b1, #456)
  • [eventsub] add additional events: subscription create/delete success, WS user connect/disconnect (4f2b7fa7, #452)

Fixes

  • [all] make sure the logger works in all environments (1d66d358, #457)
  • [chat] re-trigger onAction from internals (708dd21f)

6.0.1

Features

  • [auth] add RefreshingAuthProvider#addUserForToken helper, document it as recommended way to add users (af32f6ac)
  • [api] add ApiClient#asIntent helper (0c12cd3e)

Fixes

  • [auth] add user existence check to RefreshingAuthProvider#addIntentsToUser (fed13143)
  • [chat, pubsub, eventsub-ws] update connection package to fix a websocket connection issue (925f6fc1, #455)

6.0.0

This release reworks the entirety of the AuthProvider interface and the basic authentication structure, which means that you can now use a single AuthProvider for your whole application (as well as one ApiClient and one EventSubWsListener and so on).

It also unifies a few interfaces to be more consistent (for example, in EventSub, listen -> start and unlisten -> stop) and does the usual major version deprecation cleanup. Most notably, all chat commands have been removed as they will be permanently removed from Twitch on 2022-02-24.

To make sure all your code still works after upgrading, follow our migration guide.

... (truncated)

Commits
  • 9d70514 release version 6.0.5
  • 57161bc add a way to ignore implicit API endpoint user context
  • 1ff8420 fix deleteVideosByIds, update migration documentation on renames and addition...
  • 7624f56 add paginated version of chatters endpoint
  • c34ce7d minor documentation wording adjustments
  • 89b4501 add paginated versions of new follow endpoints
  • 922bc35 release version 6.0.4
  • 7374925 New Helix follower endpoints (#460)
  • 25983ab add eventsub follows v2
  • 2d6b8d2 release version 6.0.3
  • 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)

Bumps [@twurple/api](https://github.com/twurple/twurple/tree/HEAD/packages/api) from 5.0.7 to 6.0.5.
- [Release notes](https://github.com/twurple/twurple/releases)
- [Commits](https://github.com/twurple/twurple/commits/v6.0.5/packages/api)

---
updated-dependencies:
- dependency-name: "@twurple/api"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 4, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 11, 2023

Superseded by #150.

@dependabot dependabot bot closed this Mar 11, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/twurple/api-6.0.5 branch March 11, 2023 10:08
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant