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

Update dependency tmi.js to v1.8.3 - autoclosed #6

Closed

Conversation

mend-for-github-com[bot]
Copy link

@mend-for-github-com mend-for-github-com bot commented Jun 2, 2022

This PR contains the following updates:

Package Type Update Change
tmi.js dependencies minor 1.7.1 -> 1.8.3

By merging this PR, the issue #2 will be automatically resolved and closed:

Severity CVSS Score CVE Reachability
Medium Medium 5.3 CVE-2021-32640

Release Notes

tmijs/tmi.js (tmi.js)

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)

v1.7.2: tmi.js v1.7.2

Compare Source

v1.7.2
  • #​456 Add Accept header to Kraken emoticon_images request.
  • #​458 Assume connection success on MOTD end, not MOTD line.
  • e85809b Upgrade dependencies.

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

@mend-for-github-com mend-for-github-com bot added the security fix Security fix generated by Mend label Jun 2, 2022
@mend-for-github-com mend-for-github-com bot changed the title Update dependency tmi.js to v1.8.3 Update dependency tmi.js to v1.8.5 Jun 19, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/tmi.js-1.x-lockfile branch from e167c53 to c157833 Compare June 19, 2022 08:42
@mend-for-github-com mend-for-github-com bot changed the title Update dependency tmi.js to v1.8.5 Update dependency tmi.js to v1.8.3 Jun 21, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/tmi.js-1.x-lockfile branch from c157833 to a6e0e5e Compare June 21, 2022 22:04
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/tmi.js-1.x-lockfile branch from a6e0e5e to 6123111 Compare December 2, 2022 09:36
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/tmi.js-1.x-lockfile branch 2 times, most recently from d70f595 to 41f8bed Compare December 13, 2022 22:30
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/tmi.js-1.x-lockfile branch 4 times, most recently from 59c437d to 39f878c Compare December 25, 2022 19:54
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/tmi.js-1.x-lockfile branch 5 times, most recently from 94e44bc to 4e5d4d3 Compare January 2, 2023 17:36
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/tmi.js-1.x-lockfile branch from 4e5d4d3 to bd88a86 Compare January 8, 2023 17:38
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/tmi.js-1.x-lockfile branch 2 times, most recently from ac9f512 to 57368b3 Compare January 21, 2023 04:13
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/tmi.js-1.x-lockfile branch 4 times, most recently from 88df600 to 3ca2f87 Compare February 1, 2023 12:04
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/tmi.js-1.x-lockfile branch 6 times, most recently from ff433a1 to decb799 Compare February 6, 2023 07:08
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/tmi.js-1.x-lockfile branch 11 times, most recently from 3a2bb47 to d7a85a1 Compare February 13, 2023 08:06
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/tmi.js-1.x-lockfile branch from d7a85a1 to c69369c Compare February 13, 2023 14:35
@mend-for-github-com mend-for-github-com bot changed the title Update dependency tmi.js to v1.8.3 Update dependency tmi.js to v1.8.3 - autoclosed Apr 30, 2024
@mend-for-github-com mend-for-github-com bot deleted the whitesource-remediate/tmi.js-1.x-lockfile branch April 30, 2024 04:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security fix Security fix generated by Mend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants