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

fix(deps): update dependency tmi.js to v1.8.5 #26

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 7, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tmi.js 1.7.2 -> 1.8.5 age adoption passing confidence

Release Notes

tmijs/tmi.js

v1.8.5: tmi.js v1.8.5

Compare Source

v1.8.5
  • d9a3d63 Fix emoteset update timer not using sets.

v1.8.4: tmi.js v1.8.4

Compare Source

v1.8.4
  • 4a21293 Removed union 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 to node-fetch (Node) at the option connection.fetchAgent. Feedback on this is very welcomed, please open an issue if it doesn't work.
  • 643b2c9 Allow passing an HTTP proxy agent instance to ws (Node) at the option connection.agent. #​209 #​380 See this example on https-proxy-agent for more detail and available options. Feedback on this is very welcomed, please open an issue if it doesn't work.
const HttpsProxyAgent = require('https-proxy-agent');
const agent = new HttpsProxyAgent(proxyOptions);
const client = new tmi.Client({ connection: { agent } });
client.connect();
  • a3343ec Fix for some channels returning empty mod/VIP lists, potentially because all accounts on the list are closed/banned. #​480
  • b477c6a Upgrade dependencies. (Notable: ws v7.4.3 -> v8.0.0)
  • 697c9d6 Update NOTICE msg-ids for ban/timeout anon/mod.

v1.8.3: tmi.js v1.8.3

Compare Source

v1.8.3

v1.8.2: tmi.js v1.8.2

Compare Source

v1.8.2 [Deprecated]
  • 826e105 Remove async/await code from client._updateEmoteset. #​463
v1.8.1
  • 28be1a7 Revert class and destructuring syntax.

v1.8.1

Compare Source

v1.8.0: tmi.js v1.8.0

Compare Source

v1.8.0
  • f9a5b3a The option connection.reconnect is now true by default.
  • 43900a9 Added option options.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.
const client = new tmi.Client({ options: { skipMembership: true } });
  • c74c2bb
    • Added option options.skipUpdatingEmotesets (false by default) to skip calling the emoticon_images API which can be a lot of data. The emotesets event will still be called but the second argument will just be an empty object.
    • Added option options.updateEmotesetsTimer (60000 (ms) by default) to change how often the emoticon_images API will be recalled. Set to 0 or a negative number (or false) to disable the timer entirely.
const client = new tmi.Client({ options: { skipUpdatingEmotesets: true, updateEmotesetsTimer: 0 } });
  • 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 use fetch/node-fetch, another request library, or a Twitch-specific library like twitch 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" event

v1.7.5

Compare Source

v1.7.4

Compare Source

v1.7.3: tmi.js v1.7.3

Compare 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 via client.globaluserstate after the command but hasn't been emitted.
client.on('globaluserstate', tags => {
    console.log('Hello, I am', tags['display-name']); // Hello, I am Alca
});
  • #​461 Fixed a rare issue when a tag that is to be IRC unescaped is not a string.
  • 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.


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

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

@guardrails
Copy link

guardrails bot commented Jun 7, 2021

All previously detected findings have been fixed. Good job! 👍🎉

We will keep this comment up-to-date as you go along and notify you of any security issues that we identify.


👉 Go to the dashboard for detailed results.

📥 Happy? Share your feedback with us.

@renovate renovate bot force-pushed the renovate/tmi.js-1.x branch from 5a21533 to a135bf2 Compare August 11, 2021 17:36
@renovate renovate bot changed the title fix(deps): update dependency tmi.js to v1.8.3 fix(deps): update dependency tmi.js to v1.8.4 Aug 11, 2021
@renovate renovate bot force-pushed the renovate/tmi.js-1.x branch from a135bf2 to 7d769f2 Compare August 18, 2021 23:33
@renovate renovate bot changed the title fix(deps): update dependency tmi.js to v1.8.4 fix(deps): update dependency tmi.js to v1.8.5 Aug 18, 2021
@renovate
Copy link
Contributor Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant