Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update twurple to 7.0.7 (major) - autoclosed #219

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 13, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@twurple/api (source) 6.2.1 -> 7.0.7 age adoption passing confidence
@twurple/auth (source) 6.2.1 -> 7.0.7 age adoption passing confidence

Release Notes

twurple/twurple (@​twurple/api)

v7.0.7

Compare Source

v7.0.6: 7.0.6

Compare Source

Features
  • [easy-bot] add CommunitySubEvent#count property (816f2b5)
Fixes

v7.0.5: 7.0.5

Compare Source

Fixes
  • [chat] fix ChatClient refreshing wrong token (93e407d)

v7.0.4: 7.0.4

Compare Source

Fixes
  • [eventsub-http] fix middleware chain continuing on already finished request (eb69e83)

v7.0.3: 7.0.3

Compare Source

Features
  • [api] add content classification labels & branded content flag to channel APIs (7517e96)
  • [api] add isFeatured to clips objects and filters (392ed3f)
  • [chat] add new thread & hype chat tags to ChatMessage (cefffa7)
Fixes
  • [chat] fix ChatUser#isVip always returning true for announcements (6558d64)

v7.0.2: 7.0.2

Compare Source

Features
Fixes

v7.0.1: 7.0.1

Compare Source

Fixes

v7.0.0: 7.0.0

Compare Source

This release mostly addresses the flaws, shortcomings and redundancies that came with the introduction of the new AuthProvider interface in version 6.0, the biggest change being that many of the "moderator ID" type parameters that were introduced in it have been removed again in favor of the 6.0 user context override system (ApiClient#asUser and similar).

It also brings some consistency between the packages (for example, RefreshingAuthProvider is now a proper event emitter like most other event-related classes) and updates to the new versions of some APIs that Twitch deprecated and replaced.

Breaking changes
  • [auth-electron] remove package (547e8af, #​503)
  • [api] remove all "moderator id" type parameters and make the user context overridable (f9d39af, #​487)
  • [api] invert subscription convenience method context logic (3705c18, #​488)
  • [api] remove deprecated follower methods & types (855721b)
  • [api] replace follower shortcuts in HelixUser (e5baf05, #​489)
  • [chat] remove params object from message types (properties of that moved directly to the message object), harmonize some param names (03e386b, #​495)
  • [chat] rename PrivateMessage to ChatMessage (44c0d65)
  • [auth] cache refresh failures (73fdb22, #​485)
  • [auth] use EventEmitter in RefreshingAuthProvider instead of onRefresh in config (d7a38c5, #​484)
  • [eventsub-http] remove legacy secrets (f4cdf98)
  • [chat] remove # prefix from all chat event channel names (3a2ca40, #​482)
  • [chat] remove all references to r9k (is now "unique chat") (6e587ff)
  • [chat] remove async from ChatClient (re)connect methods (f646fd6, #​486)
  • [chat] remove TwitchPrivateMessage#parseEmotes, TwitchPrivateMessage#parseEmotesAndBits (use the function parseChatMessage instead) (38083cc)
  • [api] remove dependency on dom or node-fetch types, offer interface to merge with instead (cd536e2, #​507)
  • [auth] add variable params to auth providers to request more scope sets (fef3545)
  • [api] switch HelixEventSubApi#subscribeToChannelFollowEvents to v2, remove HelixEventSubApi#subscribeToChannelFollowEventsV2 (38083cc)
  • [api] remove HelixCheermoteList#parseMessage, HelixCheermoteList#transformCheerMessage (38083cc)
  • [eventsub] remove clientId from eventsub listener methods (87cd4aa, #​490)
  • [eventsub] remove deprecated signature from onChannelFollow (38083cc)
  • [easy-bot] remove deprecated properties from BotCommandContext(38083cc)
  • [easy-bot] remove deprecated config, method and unused parameter from Bot class (0e6ca6b)
Features
  • [auth] add RefreshingAuthProvider#addUserForCode for easy authorization code flow implementation (741dbab)
  • [chat] expose some basic parsers for emotes & cheermotes (da20b3a)
  • [api, eventsub] add new channel goal types to type definitions (7dc554e, 0542424)
  • [eventsub] add EventSubChannelSubscriptionMessageEvent#emoteOffsets (da20b3a)
Fixes
  • [api] fix requestScopesForUser (fef3545, #​475)
  • [chat] fix auth error notice breaking auth handling (fb85471)
  • [api] add channel:manage:redemptions scope for all redemption related read operations (424bfe7, #​512)
Improvements
  • [chat] use VIP tag rather than (overridable) badge for isVip (92f8cf9)
  • [ebs-helper] replace jsonwebtoken for jose to improve compatibility (ef9e075, #​509, #​510)
  • [all] remove a lot of internal types from the shipped type definitions (92a68cb)
  • [eventsub-ws] disconnect ws socket when no subscriptions are active for the associated user (63ef4e3)
twurple/twurple (@​twurple/auth)

v7.0.7

Compare Source

v7.0.6: 7.0.6

Compare Source

Features
  • [easy-bot] add CommunitySubEvent#count property (816f2b5)
Fixes

v7.0.5: 7.0.5

Compare Source

Fixes
  • [chat] fix ChatClient refreshing wrong token (93e407d)

v7.0.4: 7.0.4

Compare Source

Fixes
  • [eventsub-http] fix middleware chain continuing on already finished request (eb69e83)

v7.0.3: 7.0.3

Compare Source

Features
  • [api] add content classification labels & branded content flag to channel APIs (7517e96)
  • [api] add isFeatured to clips objects and filters (392ed3f)
  • [chat] add new thread & hype chat tags to ChatMessage (cefffa7)
Fixes
  • [chat] fix ChatUser#isVip always returning true for announcements (6558d64)

v7.0.2: 7.0.2

Compare Source

Features
Fixes

v7.0.1: 7.0.1

Compare Source

Fixes

v7.0.0: 7.0.0

Compare Source

This release mostly addresses the flaws, shortcomings and redundancies that came with the introduction of the new AuthProvider interface in version 6.0, the biggest change being that many of the "moderator ID" type parameters that were introduced in it have been removed again in favor of the 6.0 user context override system (ApiClient#asUser and similar).

It also brings some consistency between the packages (for example, RefreshingAuthProvider is now a proper event emitter like most other event-related classes) and updates to the new versions of some APIs that Twitch deprecated and replaced.

Breaking changes
  • [auth-electron] remove package (547e8af, #​503)
  • [api] remove all "moderator id" type parameters and make the user context overridable (f9d39af, #​487)
  • [api] invert subscription convenience method context logic (3705c18, #​488)
  • [api] remove deprecated follower methods & types (855721b)
  • [api] replace follower shortcuts in HelixUser (e5baf05, #​489)
  • [chat] remove params object from message types (properties of that moved directly to the message object), harmonize some param names (03e386b, #​495)
  • [chat] rename PrivateMessage to ChatMessage (44c0d65)
  • [auth] cache refresh failures (73fdb22, #​485)
  • [auth] use EventEmitter in RefreshingAuthProvider instead of onRefresh in config (d7a38c5, #​484)
  • [eventsub-http] remove legacy secrets (f4cdf98)
  • [chat] remove # prefix from all chat event channel names (3a2ca40, #​482)
  • [chat] remove all references to r9k (is now "unique chat") (6e587ff)
  • [chat] remove async from ChatClient (re)connect methods (f646fd6, #​486)
  • [chat] remove TwitchPrivateMessage#parseEmotes, TwitchPrivateMessage#parseEmotesAndBits (use the function parseChatMessage instead) (38083cc)
  • [api] remove dependency on dom or node-fetch types, offer interface to merge with instead (cd536e2, #​507)
  • [auth] add variable params to auth providers to request more scope sets (fef3545)
  • [api] switch HelixEventSubApi#subscribeToChannelFollowEvents to v2, remove HelixEventSubApi#subscribeToChannelFollowEventsV2 (38083cc)
  • [api] remove HelixCheermoteList#parseMessage, HelixCheermoteList#transformCheerMessage (38083cc)
  • [eventsub] remove clientId from eventsub listener methods (87cd4aa, #​490)
  • [eventsub] remove deprecated signature from onChannelFollow (38083cc)
  • [easy-bot] remove deprecated properties from BotCommandContext(38083cc)
  • [easy-bot] remove deprecated config, method and unused parameter from Bot class (0e6ca6b)
Features
  • [auth] add RefreshingAuthProvider#addUserForCode for easy authorization code flow implementation (741dbab)
  • [chat] expose some basic parsers for emotes & cheermotes (da20b3a)
  • [api, eventsub] add new channel goal types to type definitions (7dc554e, 0542424)
  • [eventsub] add EventSubChannelSubscriptionMessageEvent#emoteOffsets (da20b3a)
Fixes
  • [api] fix requestScopesForUser (fef3545, #​475)
  • [chat] fix auth error notice breaking auth handling (fb85471)
  • [api] add channel:manage:redemptions scope for all redemption related read operations (424bfe7, #​512)
Improvements
  • [chat] use VIP tag rather than (overridable) badge for isVip (92f8cf9)
  • [ebs-helper] replace jsonwebtoken for jose to improve compatibility (ef9e075, #​509, #​510)
  • [all] remove a lot of internal types from the shipped type definitions (92a68cb)
  • [eventsub-ws] disconnect ws socket when no subscriptions are active for the associated user (63ef4e3)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from wopian July 13, 2023 22:04
@renovate renovate bot force-pushed the renovate/major-twurple branch 7 times, most recently from 5a30ea1 to dba5292 Compare July 19, 2023 00:42
@renovate renovate bot changed the title build(deps): update twurple to 7.0.0 (major) build(deps): update twurple to 7.0.1 (major) Jul 24, 2023
@renovate renovate bot force-pushed the renovate/major-twurple branch 6 times, most recently from 231a263 to b9af738 Compare July 31, 2023 18:49
@renovate renovate bot force-pushed the renovate/major-twurple branch 5 times, most recently from adbf07c to a5fba55 Compare August 17, 2023 22:40
@renovate renovate bot force-pushed the renovate/major-twurple branch 6 times, most recently from 7e0cd8e to 094f77e Compare August 27, 2023 00:21
@renovate renovate bot force-pushed the renovate/major-twurple branch 4 times, most recently from 5e7abdc to 6998be9 Compare December 4, 2023 05:32
@renovate renovate bot force-pushed the renovate/major-twurple branch 6 times, most recently from 9f63372 to f852ee7 Compare December 12, 2023 04:09
@renovate renovate bot force-pushed the renovate/major-twurple branch 6 times, most recently from c9a57d0 to 119d607 Compare December 20, 2023 00:12
@renovate renovate bot force-pushed the renovate/major-twurple branch 5 times, most recently from 4055cb1 to 1538b83 Compare December 26, 2023 18:52
@renovate renovate bot force-pushed the renovate/major-twurple branch 3 times, most recently from 2c69425 to d2578b0 Compare January 6, 2024 22:07
@renovate renovate bot changed the title build(deps): update twurple to 7.0.6 (major) build(deps): update twurple to 7.0.7 (major) Jan 6, 2024
@renovate renovate bot changed the title build(deps): update twurple to 7.0.7 (major) build(deps): update twurple to 7.0.7 (major) - autoclosed Jan 9, 2024
@renovate renovate bot closed this Jan 9, 2024
@renovate renovate bot deleted the renovate/major-twurple branch January 9, 2024 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant