fix(deps): update dependency tmi.js to v1.8.5 #26
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.7.2
->1.8.5
Release Notes
tmijs/tmi.js
v1.8.5
: tmi.js v1.8.5Compare Source
v1.8.5
d9a3d63
Fix emoteset update timer not using sets.v1.8.4
: tmi.js v1.8.4Compare Source
v1.8.4
4a21293
Removedunion
from utils as it only had a single use in the library. These util functions shouldn't be used outside of the library but worth mentioning.b44286d
Allow passing an HTTP proxy agent instance tonode-fetch
(Node) at the optionconnection.fetchAgent
. Feedback on this is very welcomed, please open an issue if it doesn't work.643b2c9
Allow passing an HTTP proxy agent instance tows
(Node) at the optionconnection.agent
. #209 #380 See this example onhttps-proxy-agent
for more detail and available options. Feedback on this is very welcomed, please open an issue if it doesn't work.a3343ec
Fix for some channels returning empty mod/VIP lists, potentially because all accounts on the list are closed/banned. #480b477c6a
Upgrade dependencies. (Notable:ws
v7.4.3 -> v8.0.0)ca392a0
And tests to match697c9d6
Update NOTICEmsg-id
s for ban/timeout anon/mod.v1.8.3
: tmi.js v1.8.3Compare Source
v1.8.3
b9a9a70
Clear emotesets timerv1.8.2
: tmi.js v1.8.2Compare Source
v1.8.2 [Deprecated]
826e105
Remove async/await code fromclient._updateEmoteset
. #463v1.8.1
28be1a7
Revert class and destructuring syntax.v1.8.1
Compare Source
v1.8.0
: tmi.js v1.8.0Compare Source
v1.8.0
f9a5b3a
The optionconnection.reconnect
is nowtrue
by default.43900a9
Added optionoptions.skipMembership
(false
by default) to not receive JOIN/PART messages for other users. This can reduce a lot of the spammy data that's getting blasted at the client.c74c2bb
options.skipUpdatingEmotesets
(false
by default) to skip calling theemoticon_images
API which can be a lot of data. Theemotesets
event will still be called but the second argument will just be an empty object.options.updateEmotesetsTimer
(60000
(ms) by default) to change how often theemoticon_images
API will be recalled. Set to0
or a negative number (orfalse
) to disable the timer entirely.33c15c7
The Client has been converted to a class style.ff341d2
Client.prototype.api
will now warn on use as it's deprecated and will be removed by the next minor version, 1.9.0. It's not intended to be a great choice for API requests. Either directly usefetch
/node-fetch
, another request library, or a Twitch-specific library liketwitch
on npm.76edfc8
dea8eed
5ea712f
f689bc5
Remove various util functions.8f3a849
Fixed possible case fallthrough bug.efc6cdb
Add eslint (and many more commits related to facelifting the repo)v1.7.5
9d8ca1c
Add "sub" alias for "subscription" eventv1.7.5
Compare Source
v1.7.4
Compare Source
v1.7.3
: tmi.js v1.7.3Compare Source
v1.7.3
3e46332
Added the event "globaluserstate". See the Twitch docs on the tags for the GLOBALUSERSTATE IRC command. These tags have always been available viaclient.globaluserstate
after the command but hasn't been emitted.989bdad
Updated dependencies (package-lock)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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.