codeoverflow-org / nodecg-io

A NodeCG-bundle which implements Social Media API's in the NodeCG framework
https://nodecg.io
MIT License
108 stars 26 forks source link

chore(deps): bump @twurple/auth, @twurple/api, @twurple/chat and @twurple/pubsub #1131

Open dependabot[bot] opened 7 months ago

dependabot[bot] commented 7 months ago

Bumps @twurple/auth, @twurple/api, @twurple/chat and @twurple/pubsub. These dependencies needed to be updated together. Updates @twurple/auth from 5.3.4 to 7.1.0

Release notes

Sourced from @​twurple/auth's releases.

7.1.0

This is mainly a catch-up release for new additions by Twitch, together with a few EventSub fixes and some general updates to the libraries build infrastructure. Also, the Twitch CLI mock server is now supported for EventSub WS.

Features

  • [api, eventsub-ws] add mock server support (a0611ef)
  • [api] add Send Chat Message endpoint (3a503b1c, #541, #540)
  • [eventsub] add new chat related events (eac6d911, #535, #536)
  • [eventsub] support chat message & notification events (5cf14b58)
  • [api, eventsub] add ad break endpoints/events (7736fd14, #532, #533)
  • [easy-bot] add aliases option to createBotCommand (34666afe)
  • [eventsub] add status to onRevoke event (89c17dfb, #550)
  • [auth] pass caught error to onRefreshFailure (dd572c91, #527)
  • [api] add Get Moderated Channels (9b94eee0, #551, #556)
  • [eventsub-ws] add checks for duplicate and old payloads (28773dc7)

Fixes

  • [eventsub] remove some nulls from return types, fix copypasta method names from notification event types (e83ea875)
  • [eventsub] add missing fields to chat message parts (92edad1f)
  • [eventsub] fix chat topics not using context user (6517efd5, #545, #546)
  • [eventsub-ws] do not handle connect/disconnect when reconnecting (d22b5f5d)
  • [eventsub-ws] clear reconnect URL after welcome packet (c3089d20)
  • [all] update TS build infra (fixes an eventsub-ws TypeScript issue) (677c3399, #554)
  • [api] update scope for user extensions endpoints (21da5e47, #561)
  • [api] add missing HelixEventSubSubscriptionStatus values (d1c36d22, #563)

Improvements

  • [api] use page limit of 1000 for chatters endpoint (ade3c6e)
  • [api, chat] reduce bundle size by about 25% by removing outdated polyfill (a9f39e19)

7.1.0-pre.8

Features

  • [api] add Get Moderated Channels (9b94eee0, #551, #556)
  • [eventsub-ws] add checks for duplicate and old payloads (28773dc7)

Fixes

  • [all] update TS build infra (fixes an eventsub-ws TypeScript issue) (677c3399, #554)
  • [api] update scope for user extensions endpoints (21da5e47, #561)
  • [api] add missing HelixEventSubSubscriptionStatus values (d1c36d22, #563)

7.1.0-pre.7

Fixes

  • [eventsub-ws] clear reconnect URL after welcome packet (c3089d20)

7.1.0-pre.6

... (truncated)

Commits
  • 6814619 release version 7.1.0
  • 6323228 release version 7.1.0-pre.9
  • aea54d1 check scopes before passing to fetcher
  • 2b02bf2 release version 7.1.0-pre.8
  • 21da5e4 update scope for user extensions endpoints (#561)
  • 857b05f release version 7.1.0-pre.7
  • f856111 release version 7.1.0-pre.6
  • defdd46 release version 7.1.0-pre.5
  • dd572c9 pass caught error to onRefreshFailure
  • 3285b7b release version 7.1.0-pre.4
  • Additional commits viewable in compare view


Updates @twurple/api from 5.3.4 to 7.1.0

Release notes

Sourced from @​twurple/api's releases.

7.1.0

This is mainly a catch-up release for new additions by Twitch, together with a few EventSub fixes and some general updates to the libraries build infrastructure. Also, the Twitch CLI mock server is now supported for EventSub WS.

Features

  • [api, eventsub-ws] add mock server support (a0611ef)
  • [api] add Send Chat Message endpoint (3a503b1c, #541, #540)
  • [eventsub] add new chat related events (eac6d911, #535, #536)
  • [eventsub] support chat message & notification events (5cf14b58)
  • [api, eventsub] add ad break endpoints/events (7736fd14, #532, #533)
  • [easy-bot] add aliases option to createBotCommand (34666afe)
  • [eventsub] add status to onRevoke event (89c17dfb, #550)
  • [auth] pass caught error to onRefreshFailure (dd572c91, #527)
  • [api] add Get Moderated Channels (9b94eee0, #551, #556)
  • [eventsub-ws] add checks for duplicate and old payloads (28773dc7)

Fixes

  • [eventsub] remove some nulls from return types, fix copypasta method names from notification event types (e83ea875)
  • [eventsub] add missing fields to chat message parts (92edad1f)
  • [eventsub] fix chat topics not using context user (6517efd5, #545, #546)
  • [eventsub-ws] do not handle connect/disconnect when reconnecting (d22b5f5d)
  • [eventsub-ws] clear reconnect URL after welcome packet (c3089d20)
  • [all] update TS build infra (fixes an eventsub-ws TypeScript issue) (677c3399, #554)
  • [api] update scope for user extensions endpoints (21da5e47, #561)
  • [api] add missing HelixEventSubSubscriptionStatus values (d1c36d22, #563)

Improvements

  • [api] use page limit of 1000 for chatters endpoint (ade3c6e)
  • [api, chat] reduce bundle size by about 25% by removing outdated polyfill (a9f39e19)

7.1.0-pre.8

Features

  • [api] add Get Moderated Channels (9b94eee0, #551, #556)
  • [eventsub-ws] add checks for duplicate and old payloads (28773dc7)

Fixes

  • [all] update TS build infra (fixes an eventsub-ws TypeScript issue) (677c3399, #554)
  • [api] update scope for user extensions endpoints (21da5e47, #561)
  • [api] add missing HelixEventSubSubscriptionStatus values (d1c36d22, #563)

7.1.0-pre.7

Fixes

  • [eventsub-ws] clear reconnect URL after welcome packet (c3089d20)

7.1.0-pre.6

... (truncated)

Commits


Updates @twurple/chat from 5.3.4 to 7.1.0

Release notes

Sourced from @​twurple/chat's releases.

7.1.0

This is mainly a catch-up release for new additions by Twitch, together with a few EventSub fixes and some general updates to the libraries build infrastructure. Also, the Twitch CLI mock server is now supported for EventSub WS.

Features

  • [api, eventsub-ws] add mock server support (a0611ef)
  • [api] add Send Chat Message endpoint (3a503b1c, #541, #540)
  • [eventsub] add new chat related events (eac6d911, #535, #536)
  • [eventsub] support chat message & notification events (5cf14b58)
  • [api, eventsub] add ad break endpoints/events (7736fd14, #532, #533)
  • [easy-bot] add aliases option to createBotCommand (34666afe)
  • [eventsub] add status to onRevoke event (89c17dfb, #550)
  • [auth] pass caught error to onRefreshFailure (dd572c91, #527)
  • [api] add Get Moderated Channels (9b94eee0, #551, #556)
  • [eventsub-ws] add checks for duplicate and old payloads (28773dc7)

Fixes

  • [eventsub] remove some nulls from return types, fix copypasta method names from notification event types (e83ea875)
  • [eventsub] add missing fields to chat message parts (92edad1f)
  • [eventsub] fix chat topics not using context user (6517efd5, #545, #546)
  • [eventsub-ws] do not handle connect/disconnect when reconnecting (d22b5f5d)
  • [eventsub-ws] clear reconnect URL after welcome packet (c3089d20)
  • [all] update TS build infra (fixes an eventsub-ws TypeScript issue) (677c3399, #554)
  • [api] update scope for user extensions endpoints (21da5e47, #561)
  • [api] add missing HelixEventSubSubscriptionStatus values (d1c36d22, #563)

Improvements

  • [api] use page limit of 1000 for chatters endpoint (ade3c6e)
  • [api, chat] reduce bundle size by about 25% by removing outdated polyfill (a9f39e19)

7.1.0-pre.8

Features

  • [api] add Get Moderated Channels (9b94eee0, #551, #556)
  • [eventsub-ws] add checks for duplicate and old payloads (28773dc7)

Fixes

  • [all] update TS build infra (fixes an eventsub-ws TypeScript issue) (677c3399, #554)
  • [api] update scope for user extensions endpoints (21da5e47, #561)
  • [api] add missing HelixEventSubSubscriptionStatus values (d1c36d22, #563)

7.1.0-pre.7

Fixes

  • [eventsub-ws] clear reconnect URL after welcome packet (c3089d20)

7.1.0-pre.6

... (truncated)

Commits
  • 6814619 release version 7.1.0
  • 6323228 release version 7.1.0-pre.9
  • 2b02bf2 release version 7.1.0-pre.8
  • 857b05f release version 7.1.0-pre.7
  • f856111 release version 7.1.0-pre.6
  • defdd46 release version 7.1.0-pre.5
  • 6db55f1 update connection packages to fix socket reconnection issue
  • 3285b7b release version 7.1.0-pre.4
  • 13dca61 release version 7.1.0-pre.3
  • 42410bc release version 7.1.0-pre.2
  • Additional commits viewable in compare view


Updates @twurple/pubsub from 5.3.4 to 7.1.0

Release notes

Sourced from @​twurple/pubsub's releases.

7.1.0

This is mainly a catch-up release for new additions by Twitch, together with a few EventSub fixes and some general updates to the libraries build infrastructure. Also, the Twitch CLI mock server is now supported for EventSub WS.

Features

  • [api, eventsub-ws] add mock server support (a0611ef)
  • [api] add Send Chat Message endpoint (3a503b1c, #541, #540)
  • [eventsub] add new chat related events (eac6d911, #535, #536)
  • [eventsub] support chat message & notification events (5cf14b58)
  • [api, eventsub] add ad break endpoints/events (7736fd14, #532, #533)
  • [easy-bot] add aliases option to createBotCommand (34666afe)
  • [eventsub] add status to onRevoke event (89c17dfb, #550)
  • [auth] pass caught error to onRefreshFailure (dd572c91, #527)
  • [api] add Get Moderated Channels (9b94eee0, #551, #556)
  • [eventsub-ws] add checks for duplicate and old payloads (28773dc7)

Fixes

  • [eventsub] remove some nulls from return types, fix copypasta method names from notification event types (e83ea875)
  • [eventsub] add missing fields to chat message parts (92edad1f)
  • [eventsub] fix chat topics not using context user (6517efd5, #545, #546)
  • [eventsub-ws] do not handle connect/disconnect when reconnecting (d22b5f5d)
  • [eventsub-ws] clear reconnect URL after welcome packet (c3089d20)
  • [all] update TS build infra (fixes an eventsub-ws TypeScript issue) (677c3399, #554)
  • [api] update scope for user extensions endpoints (21da5e47, #561)
  • [api] add missing HelixEventSubSubscriptionStatus values (d1c36d22, #563)

Improvements

  • [api] use page limit of 1000 for chatters endpoint (ade3c6e)
  • [api, chat] reduce bundle size by about 25% by removing outdated polyfill (a9f39e19)

7.1.0-pre.8

Features

  • [api] add Get Moderated Channels (9b94eee0, #551, #556)
  • [eventsub-ws] add checks for duplicate and old payloads (28773dc7)

Fixes

  • [all] update TS build infra (fixes an eventsub-ws TypeScript issue) (677c3399, #554)
  • [api] update scope for user extensions endpoints (21da5e47, #561)
  • [api] add missing HelixEventSubSubscriptionStatus values (d1c36d22, #563)

7.1.0-pre.7

Fixes

  • [eventsub-ws] clear reconnect URL after welcome packet (c3089d20)

7.1.0-pre.6

... (truncated)

Commits
  • 6814619 release version 7.1.0
  • 6323228 release version 7.1.0-pre.9
  • 2b02bf2 release version 7.1.0-pre.8
  • 857b05f release version 7.1.0-pre.7
  • f856111 release version 7.1.0-pre.6
  • defdd46 release version 7.1.0-pre.5
  • 6db55f1 update connection packages to fix socket reconnection issue
  • 3285b7b release version 7.1.0-pre.4
  • 13dca61 release version 7.1.0-pre.3
  • 42410bc release version 7.1.0-pre.2
  • Additional commits viewable in compare view


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | @twurple/pubsub | [>= 6.a, < 7] | | @twurple/chat | [>= 6.a, < 7] | | @twurple/api | [>= 6.a, < 7] | | @twurple/auth | [>= 6.a, < 7] | | @twurple/api | [>= 7.a, < 8] | | @twurple/pubsub | [>= 7.a, < 8] | | @twurple/chat | [>= 7.a, < 8] |

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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)