#github

1 messages ยท Page 79 of 1

cloud quailBOT
cloud quailBOT
cloud quailBOT
#
		const oldFragments = Array.from(line.element.querySelectorAll<HTMLSpanElement | HTMLImageElement>('span.text-fragment, span.mention-fragment, a.link-fragment, img.chat-line__message--emote, div.chat-image__container, [data-test-selector=emote-button]'));

I believe it's because of this line, the wildcard class selector on InjectLayout-sc- also omits badges because they have this class. Perhaps this may work better?

cloud quailBOT
cloud quailBOT
#
[SevenTV/SevenTV] New branch created: fix/send\-same\-message\-twice
cloud quailBOT
#
[SevenTV/SevenTV] branch deleted: fix/send\-same\-message\-twice
cloud quailBOT
#
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/vite\-2\.9\.4
#

Bumps vite from 2.9.0 to 2.9.4.

Release notes
Sourced from vite's releases.

create-vite@2.9.1
Please refer to CHANGELOG.md for details.

Changelog
Sourced from vite's changelog.

2.9.4 (2022-04-13)

fix: handle url imports with semicolon (fix #7717) (#7718) (a5c2a78), closes #7717 #7718

2.9.3 (2022-04-13)

fix: revert #7665 (#7716) (26862c4), closes #7665 #7716

2.9.2 (2022-04-13)

fix: $ vite preview 404 handling (#7665) (66b6dc5...

#
[SevenTV/Website] branch deleted: dependabot/npm\_and\_yarn/dev/vite\-2\.9\.1
cloud quailBOT
#
[SevenTV/SevenTV] New branch created: fix/ffz\-emotes\-randomly\-breaking
#
[SevenTV/SevenTV] branch deleted: fix/ffz\-emotes\-randomly\-breaking
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
#
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/vueuse/core\-8\.2\.6
#

Bumps @vueuse/core from 8.1.2 to 8.2.6.

Release notes
Sourced from @โ€‹vueuse/core's releases.

v8.2.6
Bug Fixes

nuxt: disable useHead and useTitle (903a14c)
useNProgress: allow partial options (#1487) (14ae0c9)
useRouteQuery: unset route query on default value (#1490) (c1459ed)

Features

useDateFormat: add format (#1491) (a9c800d)

v8.2.5
Bug Fixes

nuxt: use useHead and import from #app (#1481) (8febd8a)

v8.2.4
Bug Fixes

useStor...

#
[SevenTV/Website] branch deleted: dependabot/npm\_and\_yarn/dev/vueuse/core\-8\.2\.5
#
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/vite\-2\.9\.5
#

Bumps vite from 2.9.0 to 2.9.5.

Release notes
Sourced from vite's releases.

create-vite@2.9.1
Please refer to CHANGELOG.md for details.

Changelog
Sourced from vite's changelog.

2.9.5 (2022-04-14)

fix: revert #7582, fix #7721 and #7736 (#7737) (fa86d69), closes #7721 #7736 #7737
chore: format css minify esbuild error (#7731) (c445075), closes #7731

2.9.4 (2022-04-13)

fix: handle url imports with semicolon (fix #7717) (#7718) (a...

cloud quailBOT
#
[SevenTV/SevenTV] New branch created: feat/make\-spamming\-great\-again
#

Code cleanup of the spamming features such as duplicate message bypass and ctrl+enter.

Changed

  • Now inserts the invisible character when sending a PRIVMSG through IRC rather than modifying the input box.
  • Ctrl+Enter now hooks into the chat controller and overwrites the message send function to keep the message in the box. Also implements its own cooldown to avoid getting rejections as a pleb
cloud quailBOT
cloud quailBOT
wet rivet
cloud quailBOT
#
[SevenTV/SevenTV] branch deleted: feat/make\-spamming\-great\-again
wet rivet
#

๐Ÿง‘โ€๐ŸŒพ

cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
#
[SevenTV/SevenTV] New branch created: fix/twitch\-reply
#
[SevenTV/SevenTV] branch deleted: fix/twitch\-reply
cloud quailBOT
cloud quailBOT
#
[SevenTV/SevenTV] New branch created: fix/twitch\-reply
#
[SevenTV/SevenTV] branch deleted: fix/twitch\-reply
#
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/vue\-tsc\-0\.34\.7
#

Bumps vue-tsc from 0.32.0 to 0.34.7.

Changelog
Sourced from vue-tsc's changelog.

0.34.7

feat: add option experimentalShamefullySupportOptionsApi to vueCompilerOptions (#1202)
fix: use html renaming instead of ts renaming on tags (#1201)
fix: not support lowser node version (#1200)
fix: cannot update global components props completion list (#1196)
fix: svg attributes report false positive void type (#1184)
fix: css module ...

#
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/stylelint\-14\.7\.1
#

Bumps stylelint from 14.6.0 to 14.7.1.

Release notes
Sourced from stylelint's releases.

14.7.1

Fixed: a regression for /* stylelint-disable / comments (#6018).
Fixed: font-family-name-quotes false positives for ui-
generic system font keywords (#6017).

14.7.0

Added: ranges for warnings that can be used by formatters and integrations (#5725).
Added: selector-not-notation rule (#5975).
Fixed: font-weight-notation false positives for Sass function...

cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
#

Describe the bug
When the extension is enabled replying to a message sends the message as normal message

To Reproduce
Steps to reproduce the behavior:

  1. Go to any twitch channel
  2. Click on reply icon in any mesasge
  3. See your message as normal message instead of reply

Expected behavior
The message should be shown as a reply in twitch chat

Screenshots
Typing a message in reply box
![image](https://user-images.githubusercontent.com/204105/163755286-c5446002-8...

cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
#
[SevenTV/SevenTV] New branch created: fix/load\-in\-mod\-view
#
[SevenTV/SevenTV] branch deleted: fix/load\-in\-mod\-view
cloud quailBOT
#
[SevenTV/ServerGo] New branch created: dependabot/go\_modules/dev/github\.com/aws/aws\-sdk\-go\-1\.43\.41
#

Bumps github.com/aws/aws-sdk-go from 1.43.31 to 1.43.41.

Release notes
Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.43.41 (2022-04-15)
Service Client Updates

service/athena: Updates service API and documentation

This release adds subfields, ErrorMessage, Retryable, to the AthenaError response object in the GetQueryExecution API when a query fails.

service/lightsail: Updates service API and documentation

This release adds support to ...

#
[SevenTV/ServerGo] branch deleted: dependabot/go\_modules/dev/github\.com/aws/aws\-sdk\-go\-1\.43\.36
#
[SevenTV/ServerGo] New branch created: dependabot/go\_modules/dev/github\.com/spf13/viper\-1\.11\.0
#

Bumps github.com/spf13/viper from 1.10.1 to 1.11.0.

Release notes
Sourced from github.com/spf13/viper's releases.

v1.11.0

What's Changed
Exciting New Features ๐ŸŽ‰

Experimental yaml v3 library support by @โ€‹sagikazarmark in spf13/viper#1273
Experimental toml v2 support by @โ€‹sagikazarmark in spf13/viper#1274
Experimental logger by @โ€‹sagikazarmark in spf13/viper#1275

Enhancements ๐Ÿš€

Remove unnecessary operand by @โ€‹steviebps in spf13/viper#1213
Improve encoding...

#
[SevenTV/ServerGo] New branch created: dependabot/go\_modules/dev/github\.com/bwmarrin/discordgo\-0\.25\.0
#

Bumps github.com/bwmarrin/discordgo from 0.24.0 to 0.25.0.

Release notes
Sourced from github.com/bwmarrin/discordgo's releases.

DiscordGo v0.25.0

Hi all! This one is not so feature-rich, but is filled with lots of fixes and missing features.
What's Changed
Breaking changes

Removed omitempty from Embeds in InteractionResponseData, MessageSend and MessageEdit bwmarrin/discordgo#1106
RateLimitPerUser in ChannelEdit was made a pointer bwmarrin/discordg...

#
[SevenTV/ServerGo] New branch created: dependabot/go\_modules/dev/github\.com/gofiber/fiber/v2\-2\.32\.0
#

Bumps github.com/gofiber/fiber/v2 from 2.31.0 to 2.32.0.

Release notes
Sourced from github.com/gofiber/fiber/v2's releases.

v2.32.0
๐Ÿš€ New

Support adding queries to RedirectToRoute (#1858)
https://docs.gofiber.io/api/ctx#redirecttoroute
Add AllParams method (#1853)
https://docs.gofiber.io/api/ctx#allparams
Add context Writef feature function (#1841)
https://docs.gofiber.io/api/ctx#writef

๐Ÿงน Updates

Use encoding/json (#1851)
https://docs.gofiber.io/guide/...

cloud quailBOT
#
[SevenTV/EventAPI] New branch created: dependabot/go\_modules/dev/github\.com/spf13/viper\-1\.11\.0
#

Bumps github.com/spf13/viper from 1.10.1 to 1.11.0.

Release notes
Sourced from github.com/spf13/viper's releases.

v1.11.0

What's Changed
Exciting New Features ๐ŸŽ‰

Experimental yaml v3 library support by @โ€‹sagikazarmark in spf13/viper#1273
Experimental toml v2 support by @โ€‹sagikazarmark in spf13/viper#1274
Experimental logger by @โ€‹sagikazarmark in spf13/viper#1275

Enhancements ๐Ÿš€

Remove unnecessary operand by @โ€‹steviebps in spf13/viper#1213
Improve encoding...

cloud quailBOT
#
[SevenTV/ImageProcessor] New branch created: dependabot/go\_modules/dev/github\.com/spf13/viper\-1\.11\.0
#

Bumps github.com/spf13/viper from 1.10.1 to 1.11.0.

Release notes
Sourced from github.com/spf13/viper's releases.

v1.11.0

What's Changed
Exciting New Features ๐ŸŽ‰

Experimental yaml v3 library support by @โ€‹sagikazarmark in spf13/viper#1273
Experimental toml v2 support by @โ€‹sagikazarmark in spf13/viper#1274
Experimental logger by @โ€‹sagikazarmark in spf13/viper#1275

Enhancements ๐Ÿš€

Remove unnecessary operand by @โ€‹steviebps in spf13/viper#1213
Improve encoding...

#
[SevenTV/ImageProcessor] New branch created: dependabot/go\_modules/dev/github\.com/aws/aws\-sdk\-go\-1\.43\.41
#

Bumps github.com/aws/aws-sdk-go from 1.43.31 to 1.43.41.

Release notes
Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.43.41 (2022-04-15)
Service Client Updates

service/athena: Updates service API and documentation

This release adds subfields, ErrorMessage, Retryable, to the AthenaError response object in the GetQueryExecution API when a query fails.

service/lightsail: Updates service API and documentation

This release adds support to ...

#
[SevenTV/ImageProcessor] branch deleted: dependabot/go\_modules/dev/github\.com/aws/aws\-sdk\-go\-1\.43\.36
cloud quailBOT
cloud quailBOT
#
[SevenTV/Migrator] New branch created: dependabot/go\_modules/dev/github\.com/spf13/viper\-1\.11\.0
#

Bumps github.com/spf13/viper from 1.10.1 to 1.11.0.

Release notes
Sourced from github.com/spf13/viper's releases.

v1.11.0

What's Changed
Exciting New Features ๐ŸŽ‰

Experimental yaml v3 library support by @โ€‹sagikazarmark in spf13/viper#1273
Experimental toml v2 support by @โ€‹sagikazarmark in spf13/viper#1274
Experimental logger by @โ€‹sagikazarmark in spf13/viper#1275

Enhancements ๐Ÿš€

Remove unnecessary operand by @โ€‹steviebps in spf13/viper#1213
Improve encoding...

#
cloud quailBOT
#

Description

The "Allow sending the same message twice" is causing problems in chats where the streamer has Nightbot detection of repeated symbols. This causes users to be timed out and unsure of why. I believe there is a bug where it is appending multiple of the U+E0000 character even if the message is not a duplicate.

I was not able to see these characters in the DOM of the webpage after the message was sent. I believe you can copy them out of the chatbox, though. I also got a mod of ...

cloud quailBOT
#

That's the difference between new Boolean(value) and Boolean(). In these scenarios new Boolean(value) results in the Boolean object which is not a proper boolean. But the Boolean(value) function, without the new, returns a primitive type boolean. Looks like the code is using the correct form;

https://github.com/SevenTV/SevenTV/blob/e6079c313654c69e978388e085675e9a6daa6244/src/Global/Util.ts#L125

Oh yes, you are right. I missed that there was no new. Thanks for pointing out

cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
#

Bumps @typescript-eslint/parser from 5.16.0 to 5.20.0.

Release notes
Sourced from @โ€‹typescript-eslint/parser's releases.

v5.20.0
5.20.0 (2022-04-18)
Features

eslint-plugin: [no-magic-numbers] ignoreTypeIndexes option (#4789) (5e79451)

v5.19.0
5.19.0 (2022-04-11)
Bug Fixes

eslint-plugin: update code to use estree range instead of ts pos/end #4723 (#4790) (a1e9fc4)

Features

eslint-plugin: [unified-signatu...

#
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/typescript\-eslint/parser\-5\.20\.0
#
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/typescript\-eslint/eslint\-plugin\-5\.20\.0
#

Bumps @typescript-eslint/eslint-plugin from 5.16.0 to 5.20.0.

Release notes
Sourced from @โ€‹typescript-eslint/eslint-plugin's releases.

v5.20.0
5.20.0 (2022-04-18)
Features

eslint-plugin: [no-magic-numbers] ignoreTypeIndexes option (#4789) (5e79451)

v5.19.0
5.19.0 (2022-04-11)
Bug Fixes

eslint-plugin: update code to use estree range instead of ts pos/end #4723 (#4790) (a1e9fc4)

Features

eslint-plu...

cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
#
[SevenTV/Waterhose] branch deleted: troy/init
#
[SevenTV/Waterhose] New branch created: dependabot/github\_actions/dev/actions/checkout\-3\.0\.1
#

Bumps actions/checkout from 2.4.0 to 3.0.1.

Release notes
Sourced from actions/checkout's releases.

v3.0.1

Fixed an issue where checkout failed to run in container jobs due to the new git setting safe.directory
Bumped various npm package versions

v3.0.0

Updated to the node16 runtime by default

This requires a minimum Actions Runner version of v2.285.0 to run, which is by default available in GHES 3.4 or later.

v2.4.1

Fixed an issue where checko...

#
[SevenTV/Waterhose] branch deleted: dependabot/github\_actions/dev/actions/checkout\-3\.0\.1
#
[SevenTV/Waterhose] branch deleted: dependabot/github\_actions/dev/actions/setup\-node\-3
#
[SevenTV/Waterhose] branch deleted: dependabot/github\_actions/dev/azure/setup\-kubectl\-2\.1
cloud quailBOT
cloud quailBOT
#
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/sass\-1\.50\.1
#

Bumps sass from 1.49.10 to 1.50.1.

Release notes
Sourced from sass's releases.

Dart Sass 1.50.1
To install Sass 1.50.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Embedded Sass

The JS embedded host and the embedded compiler will now properly avoid resolving imports relative to the current working directory unless '.' is passed as a load path.

Fix a bug in the JS ...

#
[SevenTV/Website] branch deleted: dependabot/npm\_and\_yarn/dev/sass\-1\.50\.0
cloud quailBOT
cloud quailBOT
#
[SevenTV/REST] New branch created: feat/update\-common
#
[SevenTV/GQL] New branch created: feat/update\-common
cloud quailBOT
cloud quailBOT
cloud quailBOT
#

Describe the bug
Some emotes don't load and a broken image+emote name is shown instead.

To Reproduce
Look for similar behavior in twitch channels. It's a rare occurrence. Broken emotes are random per channel and most channels don't have any. Each channel's broken emotes always stay the same. Provided screenshots are from Gorgc's channel where the LOLW emote has been broken for almost 8 months so far.

Screenshots
![image](https://user-images....

cloud quailBOT
#
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/vueuse/core\-8\.3\.0
#

Bumps @vueuse/core from 8.1.2 to 8.3.0.

Release notes
Sourced from @โ€‹vueuse/core's releases.

v8.3.0
Bug Fixes

refAutoReset: clear timeout on scope dispose (#1507) (8843f8f)
useDraggable: update type (0ef8f8f)
useFetch: merge default options (#1500) (f62bf35), closes #1495
useRafFn: call cancelAnimationFrame on pause (#1502) (a21bd2b)
useScriptTag: enable setting arbitrary attrs (#1511) (f8cd7a7)

Features

nuxt: support nuxt3 rc (...

cloud quailBOT
cloud quailBOT
#

The 7TV emote menu and emotes don't show up on a particular youtube channel, the youtube is linked to https://7tv.app/users/6259e66985873c051292d6f9 and the youtube channel is https://www.youtube.com/channel/UCl63ZOm_bepvwoKjw24rogA, not sure what is the cause, some things to note is that the chat is in subscribers only mode.
image

Not sure how to reproduce other than wait till the c...

cloud quailBOT
#
[SevenTV/REST] branch deleted: feat/update\-common
#
[SevenTV/GQL] branch deleted: feat/update\-common
cloud quailBOT
#
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/vue\-tsc\-0\.34\.9
#

Bumps vue-tsc from 0.32.0 to 0.34.9.

Changelog
Sourced from vue-tsc's changelog.

0.34.9

fix: vue documents diagnostics cannot update when other drive ts file changed
fix: ts declaration diagnostics missing (#1222)

0.34.8

feat: support inlay hints (#452)

if you're not using VSCode, you should config new option languageFeatures.inlayHints = true in initializationOptions to enable it

feat: allow disable highlight dom el...

#
[SevenTV/Website] branch deleted: dependabot/npm\_and\_yarn/dev/vue\-tsc\-0\.34\.7
#

Bumps @vueuse/core from 8.1.2 to 8.3.1.

Release notes
Sourced from @โ€‹vueuse/core's releases.

v8.3.1
Bug Fixes

nuxt: transpile ssr plugin (dfcee11)

Features

og:image for each route (c514265)

v8.3.0
Bug Fixes

refAutoReset: clear timeout on scope dispose (#1507) (8843f8f)
useDraggable: update type (0ef8f8f)
useFetch: merge default options (#1500) (f62bf35), closes #1495
useRafFn: call cancelAnimationFrame on pause (#1502) (a21bd2...

#
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/vueuse/core\-8\.3\.1
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
#

opening the "4x" link will actually take you to 1x.

The 4x image is loaded as a larger image, but yes the quality is so low that it seems like the 1x image has been resized.

This could be fixed by filtering out non-existing scales.

Do I have to enable any settings, or this will be added later? I didn't find any options related to this.

cloud quailBOT
#

It's my first time looking at this codebase but I think I found the bug and the 1-line change needed to fix it.

Image URLs are retrieved by calling Emote.cdn. Emote.cdn actually already has handling for the case where a certain image resolution is missing on line 303:

https://github.com/SevenTV/SevenTV/blob/e6079c313654c69e978388e085675e9a6daa6244/src/Global/EmoteStore.tsx#L297-L317

It defaults to the last entry in the list, which I would guess is usually the highest available re...

cloud quailBOT
cloud quailBOT
#
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/vue\-tsc\-0\.34\.10
#

Bumps vue-tsc from 0.32.0 to 0.34.10.

Changelog
Sourced from vue-tsc's changelog.

0.34.10 (2022/4/24)

fix: template bindings error incomplete (#1205)
fix: avoid auto-import added on same line as <script> (#916)
fix: embedded html interpolations syntax highlight not working in markdown
fix: inlay hints not working in template
fix: preview broken on nuxt3 rc (#1225)
fix: cannot use import equals in script setup (#1223...

cloud quailBOT
#
[SevenTV/ServerGo] New branch created: dependabot/go\_modules/dev/github\.com/aws/aws\-sdk\-go\-1\.43\.45
#

Bumps github.com/aws/aws-sdk-go from 1.43.31 to 1.43.45.

Release notes
Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.43.45 (2022-04-22)
Service Client Updates

service/chime-sdk-meetings: Updates service API and documentation
service/ec2: Updates service API, documentation, and waiters

Adds support for waiters that automatically poll for a deleted NAT Gateway until it reaches the deleted state.

Release v1.43.44 (2022-04-21)
Service Cl...

#
[SevenTV/ServerGo] branch deleted: dependabot/go\_modules/dev/github\.com/aws/aws\-sdk\-go\-1\.43\.41
cloud quailBOT
#
[SevenTV/ImageProcessor] New branch created: dependabot/go\_modules/dev/github\.com/aws/aws\-sdk\-go\-1\.43\.45
#

Bumps github.com/aws/aws-sdk-go from 1.43.31 to 1.43.45.

Release notes
Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.43.45 (2022-04-22)
Service Client Updates

service/chime-sdk-meetings: Updates service API and documentation
service/ec2: Updates service API, documentation, and waiters

Adds support for waiters that automatically poll for a deleted NAT Gateway until it reaches the deleted state.

Release v1.43.44 (2022-04-21)
Service Cl...

#
[SevenTV/ImageProcessor] branch deleted: dependabot/go\_modules/dev/github\.com/aws/aws\-sdk\-go\-1\.43\.41
cloud quailBOT
#

Describe the bug
After being banned or timed-out, the 7TV emote icon, below the chat bar, disappears from Firefox/Windows and is never restored until the page is refreshed. Moreover, emote tab-completion stops working for all emotes, including Twitch native.

To Reproduce
Steps to reproduce the behavior:

  1. Get timed out
  2. Observe icon disappears

Expected behavior
Being timed out should not remove the emote menu or disable emote completion when the timeout expires.

*...

cloud quailBOT
#
[SevenTV/waterhose] New branch created: dependabot/github\_actions/dev/actions/checkout\-3\.0\.2
#

Bumps actions/checkout from 3.0.1 to 3.0.2.

Release notes
Sourced from actions/checkout's releases.

v3.0.2
What's Changed

Add set-safe-directory input to allow customers to take control. by @โ€‹TingluoHuang in actions/checkout#770
Prepare changelog for v3.0.2. by @โ€‹TingluoHuang in actions/checkout#777

Full Changelog: https://github.com/actions/checkout/compare/v3...v3.0.2

Changelog
Sourced from actions/checkout's changelog.

v3.0.2

Add input set-sa...

cloud quailBOT
#

Describe the bug
When I add a cheer before SevenTV I get lets say a purple 100 with the spinning bit icon in my chat, but directly after installing SevenTV they appear like empty icons, so it appears like my message is empty, which almost made me add multiple cheers accidentally.

To Reproduce
Steps to reproduce the behavior:

Before installing SevenTV

  1. Go to the cheer icon
  2. Click on 100
  3. See how your chat message now has an animated emote representing the "Cheer100"
    ...
cloud quailBOT
#
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/typescript\-eslint/eslint\-plugin\-5\.21\.0
#

Bumps @typescript-eslint/eslint-plugin from 5.16.0 to 5.21.0.

Release notes
Sourced from @โ€‹typescript-eslint/eslint-plugin's releases.

v5.21.0
5.21.0 (2022-04-25)
Bug Fixes

eslint-plugin: [no-misused-promises] prioritize false returns when checking whether a function returns only void (#4841) (ccadb60)
eslint-plugin: [no-namespace] fix false positive for exported namespaces when allowDeclarations=tru...

#
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/typescript\-eslint/parser\-5\.21\.0
#

Bumps @typescript-eslint/parser from 5.16.0 to 5.21.0.

Release notes
Sourced from @โ€‹typescript-eslint/parser's releases.

v5.21.0
5.21.0 (2022-04-25)
Bug Fixes

eslint-plugin: [no-misused-promises] prioritize false returns when checking whether a function returns only void (#4841) (ccadb60)
eslint-plugin: [no-namespace] fix false positive for exported namespaces when allowDeclarations=true (#4844) (4e7c9be)
e...

cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
#

After installing 7tv as soon as an emote and a nickname start with the same letters I can't tab to complete with the nickname.
For example, if someone in chat is called Kevin, I write K, tab and fill with KAPOW, KEKW, then KAPOW and KEKW again and again, without finding the nickname in the completion tab.

I disactivated 7tv and this issue got solved.

I even tried to swap between prioritizing emotes or nicks in the settings but nothing changed.

cloud quailBOT
#

Describe the bug
using 7tv extension alone does not Tab auto-complete the default available twitch emotes (The emotes provided without any extension, example: 4Head, BatChest)

To Reproduce
Steps to reproduce the behavior:

  1. with only 7tv installed on a browser (Im using FireFox), Go to a Twitch.tv channel, it can be your own account
  2. Click on the Input box in chat and try Auto-completing a default Twitch emote (try: 4Head, BatChest, Shush, TwitchUnity)
  3. See that the emote...
cloud quailBOT
cloud quailBOT
#

Bumps sass from 1.49.10 to 1.51.0.

Release notes
Sourced from sass's releases.

Dart Sass 1.51.0
To install Sass 1.51.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes

Potentially breaking change: Change the order of maps returned by map.deep-merge() to match those returned by map.merge(). All keys that appeared in the first map will now be listed first in the same orde...

#
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/sass\-1\.51\.0
#
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/stylelint\-14\.8\.0
#

Bumps stylelint from 14.6.0 to 14.8.0.

Release notes
Sourced from stylelint's releases.

14.8.0

Added: keyframe-block-no-duplicate-selectors rule (#6024).
Added: property--list support for vendor prefixes (#6025).
Fixed: at-rule-
-list end positions (#6032).
Fixed: at-rule-no-unknown end positions (#6026).
Fixed: function-no-unknown end positions (#6038).
Fixed: property-no-unknown end positions (#6039).
Fixed: function-linear-gradient-no-nonstanda...

#
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/vite\-2\.9\.6
#

Bumps vite from 2.9.0 to 2.9.6.

Release notes
Sourced from vite's releases.

create-vite@2.9.2
Please refer to CHANGELOG.md for details.
create-vite@2.9.1
Please refer to CHANGELOG.md for details.

Changelog
Sourced from vite's changelog.

2.9.6 (2022-04-26)

fix: apply condition skipped for nested plugins (#7741) (1f2ca53), closes #7741
fix: clean string regexp (#7871) (ecc78bc), closes #7871
fix: escape character in string regexp ...

cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
signal pelican
cloud quailBOT
cloud quailBOT
cloud quailBOT