Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 25, 2023

Bumps @twurple/api from 5.0.7 to 6.0.4.

Release notes

Sourced from @​twurple/api's releases.

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.

Breaking changes

  • [auth] rework AuthProvider (c0793d93, #344)
  • [chat] removed all chat action methods that are deprecated by Twitch (2a7c6db4)
  • [chat] hide IRC internals behind irc property - if you're doing lower level IRC stuff, use that, but also consider requesting your use case as a proper feature by opening an issue (30442c9f)
  • [api] remove unsupported chatters endpoint (35b35665)
  • [api] remove legacy tags endpoints & properties (3909e0c2)
  • [api] replace rate limiter stats properties with a single object (2c9700c4)
  • [eventsub] disable eventsub secret augmentation by default, add temporary flag to enable it again (33bab905)
  • [eventsub] change strictHostCheck default to true, remove warning (44d1409b)
  • [eventsub] redemption add: rename redeemedAt to redemptionDate (ae69826f)
  • [chat, pubsub, eventsub] make persistent connections more event based (47f6ccd8, #438)

... (truncated)

Commits
  • 922bc35 release version 6.0.4
  • 7374925 New Helix follower endpoints (#460)
  • 25983ab add eventsub follows v2
  • 2d6b8d2 release version 6.0.3
  • d33753e fix user context in createClip, getStreamMarkers* and createStreamMarker
  • 8cd6062 release version 6.0.2
  • 1d66d35 make sure the logger works in all environments
  • 599bc0b release version 6.0.1
  • 0c12cd3 add ApiClient#asIntent helper
  • bd81d65 release version 6.0.0
  • 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.4.
- [Release notes](https://github.com/twurple/twurple/releases)
- [Commits](https://github.com/twurple/twurple/commits/v6.0.4/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 Feb 25, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 4, 2023

Superseded by #149.

@dependabot dependabot bot closed this Mar 4, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/twurple/api-6.0.4 branch March 4, 2023 10:11
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