#github
1 messages · Page 7 of 1
0c79225 rest/v2: add support for youtube-only on emotes - AnatoleAM
0c79225 rest/v2: add support for youtube-only on emotes - AnatoleAM
Improves the accessibility of the main nav.
- Basic keyboard navigation
- Screen reader-friendly labeling
The Tooltip component now passes its generated unique label for use by any child element that needs to attach it (e.g., for aria-labelledby).
Ideally, the entire header nav needs to be restructured to make better use of semantic HTML and to standardize button structure, but I didn't want to interfere with any styling for this PR.
Made a quick example code for Fullscreen chat and Chat filter for Twitch that could be used with "User JS and CSS" extension:
https://gist.github.com/WebCrusader/cbc53e8764a9f0cd9de638896a751441
I hope this will give you some ideas for additional extended features to add in 7tv extension
d5703ab Optimize React tree searching to use loops. - Melonify
[SevenTV/ExtensionV3] New branch created: melonify/optimized\-react\-searching
028e9fd New Avatar Structure - AnatoleAM
[SevenTV/Common] New branch created: anatole/user\-avatar\-structure
Bumps actions/setup-node from 3.3.0 to 3.5.0.
Release notes
Sourced from actions/setup-node's releases.
Add support for engines.node and Volta
In scope of this release we add support for engines.node. The action will be able to grab the version form package.json#engines.node. actions/setup-node#485. Moreover, we added support for Volta
Besides, we updated @actions/core to 1.9.1 and @actions/cache to 3.0.4
Fix pnpm output and node-version output is...
3dc0776 fix(deps): bump actions/setup-node from 3.3.0 t... - dependabot[bot]
[SevenTV/Website] New branch created: dependabot/github\_actions/dev/actions/setup\-node\-3\.5\.0
05e4eb7 chore(deps-dev): bump vite from 3.0.9 to 3.1.4 - dependabot[bot]
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/vite\-3\.1\.4
Bumps vite from 3.0.9 to 3.1.4.
Release notes
Sourced from vite's releases.
create-vite@3.1.0
Please refer to CHANGELOG.md for details.
Changelog
Sourced from vite's changelog.
3.1.4 (2022-09-28)
fix(esbuild): transpile with esnext in dev (#10215) (4a0f210), closes #10215
3.1.3 (2022-09-19)
fix: esbuildOutputFromId for symlinked root (#10154) (fc5310f), closes #10154
fix(hmr): dedupe virtual modules in module graph (#10144) (7...
[Website] Branch ci/update\-locale was force-pushed to `90fe085`
545230d Optimize React tree searching to use loops. (#2) - Melonify
cb365dd formatting - AnatoleAM
warning: function 'chatterino::SeventvEventApiEmoteUpdateDispatch::SeventvEventApiEmoteUpdateDispatch' has a definition with different parameter names [readability-inconsistent-declaration-parameter-name]
SeventvEventApiEmoteUpdateDispatch(const SeventvEventApiDispatch &dispatch,
^
src/providers/seventv/eventapimessages/SeventvEventApiDispatch.cpp:34: the definition seen here
SeventvEventApiEmoteUpdateDispatch::SeventvEventApiEmoteUpdateDispatch(
...
warning: function 'chatterino::SeventvEventApiDispatch::SeventvEventApiDispatch' has a definition with different parameter names [readability-inconsistent-declaration-parameter-name]
SeventvEventApiDispatch(QJsonObject _data);
^
src/providers/seventv/eventapimessages/SeventvEventApiDispatch.cpp:3: the definition seen here
SeventvEventApiDispatch::SeventvEventApiDispatch(QJsonObject obj)
^
**src/providers/seventv/eventapimessages/Seven...
warning: 'boost/optional.hpp' file not found [clang-diagnostic-error]
#include <boost/optional.hpp>
^
warning: the parameter 'emoteSetId' is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param]
void TwitchChannel::updateSeventvData(QString userId, const QString& emoteSetId)
src/providers/twitch/TwitchChannel.hpp:126:
- void updateSeventvData(QString userId, QString emoteSetId);
+ void updateSeventvData(QString userId, const QString& emoteSetId);
clang-tidy made some suggestions
55a495a fix: ImageFile -> []ImageFile - AnatoleAM
cb7d7e7 rename EmoteFile -> ImageFile - AnatoleAM
[SevenTV/API] New branch created: anatole/update\-for\-cdn\-changes
abd106a update data models - AnatoleAM
6bf5dca avatar upload / process - AnatoleAM
030964a omit ExcludeFileExtension - AnatoleAM
304dcd6 rename emote input file - AnatoleAM
e9db897 remove pending_avatar_id from UserState - AnatoleAM
a22dd13 remove legacy events on set switch - AnatoleAM
[SevenTV/Common] New branch created: troy/test
9ba7acb try less properties - TroyKomodo
Looks like github.com/aws/aws-sdk-go is up-to-date now, so this is no longer needed.
Looks like go.uber.org/zap is up-to-date now, so this is no longer needed.
[SevenTV/image-processor] branch deleted: dependabot/go\_modules/go/dev/go\.uber\.org/zap\-1\.23\.0
[image-processor] Branch dependabot/go\_modules/go/dev/github\.com/aws/aws\-sdk\-go\-v2\-1\.16\.16 was force-pushed to `6885caa`
[image-processor] Branch dependabot/go\_modules/go/dev/github\.com/prometheus/client\_golang\-1\.13\.0 was force-pushed to `da949b5`
[image-processor] Branch dependabot/go\_modules/go/dev/github\.com/valyala/fasthttp\-1\.40\.0 was force-pushed to `c6068dc`
cce680a update to new image processor structures - AnatoleAM
ce744bd reactive channel state - AnatoleAM
[API] Branch anatole/update\-for\-cdn\-changes was force-pushed to `0d297d0`
[API] Branch anatole/update\-for\-cdn\-changes was force-pushed to `82df005`
06851db changes for common and image processor changes - TroyKomodo
588faae decouple from api - TroyKomodo
f90acfe update image processor - TroyKomodo
14e5614 Bump github.com/spf13/viper from 1.12.0 to 1.13... - dependabot[bot]
[SevenTV/image-processor] New branch created: dependabot/go\_modules/go/dev/github\.com/spf13/viper\-1\.13\.0
Bumps github.com/spf13/viper from 1.12.0 to 1.13.0.
Release notes
Sourced from github.com/spf13/viper's releases.
v1.13.0
Important: This is the last release supporting Go 1.15.
What's Changed
Exciting New Features 🎉
Add etcd3 to supported remote providers by @franklinkim in spf13/viper#1371
Enhancements 🚀
Fix go-staticcheck failures (ST1005) by @mjmaisey in spf13/viper#1373
Use jsonc in markdown codeblocks for better readability by @HurSungYun in spf...
[image-processor] Branch dependabot/go\_modules/go/dev/github\.com/prometheus/client\_golang\-1\.13\.0 was force-pushed to `badafbe`
[image-processor] Branch dependabot/go\_modules/go/dev/github\.com/valyala/fasthttp\-1\.40\.0 was force-pushed to `af9167f`
[image-processor] Branch dependabot/go\_modules/go/dev/github\.com/aws/aws\-sdk\-go\-v2\-1\.16\.16 was force-pushed to `9f70d79`
2c5ae84 add pending id - TroyKomodo
97a615a remove public read acl - TroyKomodo
100b5ff check if acl is set before adding to upload - TroyKomodo
7356f20 add delete file s3 - TroyKomodo
c4f6bd5 fix emote uploading + deleting - TroyKomodo
cd26b28 update api to return the profile pictures - TroyKomodo
[SevenTV/API] branch deleted: anatole/update\-for\-cdn\-changes
[SevenTV/Common] branch deleted: anatole/user\-avatar\-structure
100b5ff check if acl is set before adding to upload - TroyKomodo
Looks like github.com/aws/aws-sdk-go is up-to-date now, so this is no longer needed.
[SevenTV/API] branch deleted: dependabot/go\_modules/dev/github\.com/aws/aws\-sdk\-go\-1\.44\.106
[API] Branch dependabot/go\_modules/dev/github\.com/vektah/gqlparser/v2\-2\.5\.1 was force-pushed to `a5e9242`
5092a65 build(deps): bump github.com/valyala/fasthttp f... - dependabot[bot]
[SevenTV/API] New branch created: dependabot/go\_modules/dev/github\.com/valyala/fasthttp\-1\.40\.0
Bumps github.com/valyala/fasthttp from 1.39.0 to 1.40.0.
Release notes
Sourced from github.com/valyala/fasthttp's releases.
v1.40.0
2f1e949 Improve isTLSAlready check (Erik Dubbelboer)
404c8a8 Chore (#1365) (tyltr)
79ccfff Don't use tls ClientSessionCache (Erik Dubbelboer)
28bec71 Fix "use of closed network connection" error check (Erik Dubbelboer)
3b147b7 Fix(server): reset maxRequestBodySize to the server's config (#1360) (Geralt X Li)
af9...
[API] Branch dependabot/go\_modules/dev/github\.com/swaggo/swag\-1\.8\.6 was force-pushed to `235a993`
[API] Branch dependabot/go\_modules/dev/github\.com/99designs/gqlgen\-0\.17\.20 was force-pushed to `2432c2f`
[API] Branch dependabot/go\_modules/dev/github\.com/aws/aws\-sdk\-go\-v2\-1\.16\.16 was force-pushed to `3c845ad`
3cf7647 support multi variant profile picture uploads - TroyKomodo
fb9398a fix avatar trailing backslash on cosmetics - TroyKomodo
969aca5 fix loop variable polution on avatar cosmetics ... - TroyKomodo
969aca5 fix loop variable polution on avatar cosmetics ... - TroyKomodo
Unable to add a private owned emote to a set other than the first one
I am met with "Error 70403" "Insufficient Privilege" "emote is private" even though I own the set and the emote
Steps to reproduce the behavior:
- Go to any private owned emote that belongs to your channel
- Click on the option to add the emote to a set (the window for "Select Emote Set" pops up for this emote)
- Try to select any set that isn't the first set
- See error
It should be possible for ...
Update on a workaround:
- Go to the emotes properties and unprivate the emote (deselect private)
- Add the emote to the new set(s)
- Go to the emotes properties and private the emote (select private)
Looks like github.com/valyala/fasthttp is up-to-date now, so this is no longer needed.
Looks like github.com/spf13/viper is up-to-date now, so this is no longer needed.
[SevenTV/EventAPI] branch deleted: dependabot/go\_modules/dev/github\.com/valyala/fasthttp\-1\.40\.0
Looks like github.com/sirupsen/logrus is up-to-date now, so this is no longer needed.
[SevenTV/EventAPI] branch deleted: dependabot/go\_modules/dev/github\.com/spf13/viper\-1\.13\.0
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
7aa6f49 global state of emote cards - AnatoleAM
f184c0b fix seasonal theme variable in footer - AnatoleAM
Same issue, as already said regreshing the page fixes it.
f01b990 NetworkWorker: global state keeping - AnatoleAM
[SevenTV/ExtensionV3] branch deleted: melonify/optimized\-react\-searching
Fix for issue #291
Steps to reproduce issue:
-Enable FFZ and 7TV
-Refresh a channel page
-Attempt to use the emote autocomplete feature
-Occasionally the chat input will crash and disappear (%50 of the time for me)
Not sure if other issues arise under these conditions, but this PR prevents the chat input from crashing.
This issue has been bugging the heck out of me, so I've made a fix for it.
[Website] Branch ci/update\-locale was force-pushed to `db49b70`
To try to ease the contributor experience, I made fontawesome pro optional.
Sadly I can't get Vite to really accept that a dependency is not installed, the normal es6 syntax of dynamic importing still does not result in Vite accepting that it is not installed.
It will always ask:

(You can't actually answer)
So the only solution right now is to comment out a block of c...
00ebd2a fix(deps): bump @types/node from 18.7.14 to 18.8.0 - dependabot[bot]
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/types/node\-18\.8\.0
[SevenTV/Website] branch deleted: dependabot/npm\_and\_yarn/dev/types/node\-18\.7\.23
a0081de chore(deps-dev): bump @vitejs/plugin-vue from 3... - dependabot[bot]
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/vitejs/plugin\-vue\-3\.1\.2
Bumps @vitejs/plugin-vue from 3.0.3 to 3.1.2.
Release notes
Sourced from @vitejs/plugin-vue's releases.
v3.1.2
Please refer to CHANGELOG.md for details.
plugin-vue@3.1.2
Please refer to CHANGELOG.md for details.
v3.1.1
Please refer to CHANGELOG.md for details.
plugin-vue@3.1.1
Please refer to CHANGELOG.md for details.
create-vite@3.1.0
Please refer to CHANGELOG.md for details.
plugin-vue@3.1.0
Please refer to CHANGELOG.md for ...
[Website] Branch ci/update\-locale was force-pushed to `3e3b4f3`
6a76672 Bump github.com/aws/aws-sdk-go from 1.44.108 to... - dependabot[bot]
[SevenTV/image-processor] New branch created: dependabot/go\_modules/go/dev/github\.com/aws/aws\-sdk\-go\-1\.44\.109
Bumps github.com/aws/aws-sdk-go from 1.44.108 to 1.44.109.
Release notes
Sourced from github.com/aws/aws-sdk-go's releases.
Release v1.44.109 (2022-09-30)
Service Client Updates
service/codedeploy: Updates service API and documentation
This release allows you to override the alarm configurations when creating a deployment.
service/devops-guru: Updates service API and documentation
service/dlm: Updates service API and documentation
service/runtime.sag...
9fd00a9 docs: add CLion debugging info (#3954) - Nerixyz
7337e93 Remove comment suggesting Build Qt is a Linux... - Felanbird
5655a7d Include network response body in errors (#3987) - pajlada
be72d73 feat: add Go to message action in various pla... - Nerixyz
6a2c4fc fix: retain text from input when replying (#3989) - Nerixyz
[Website] Branch ci/update\-locale was force-pushed to `da9ae9b`
3224d31 chore(deps-dev): bump @typescript-eslint/eslint... - dependabot[bot]
Bumps @typescript-eslint/eslint-plugin from 5.36.1 to 5.39.0.
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v5.39.0
5.39.0 (2022-10-03)
Features
eslint-plugin: allow using void as a default type for a generic argument if allowInGenericTypeArguments is specified (#5671) (bb46ef0)
v5.38.1
5.38.1 (2022-09-26)
Note: Version bump only for package @typescript-eslint/typescript-...
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/typescript\-eslint/eslint\-plugin\-5\.39\.0
0a18440 fix(deps): bump @types/node from 18.7.14 to 18.8.1 - dependabot[bot]
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/types/node\-18\.8\.1
[SevenTV/Website] branch deleted: dependabot/npm\_and\_yarn/dev/types/node\-18\.8\.0
9324082 chore(deps-dev): bump @typescript-eslint/parser... - dependabot[bot]
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/typescript\-eslint/parser\-5\.39\.0
Bumps @typescript-eslint/parser from 5.36.1 to 5.39.0.
Release notes
Sourced from @typescript-eslint/parser's releases.
v5.39.0
5.39.0 (2022-10-03)
Features
eslint-plugin: allow using void as a default type for a generic argument if allowInGenericTypeArguments is specified (#5671) (bb46ef0)
v5.38.1
5.38.1 (2022-09-26)
Note: Version bump only for package @typescript-eslint/typescript-eslint
v5.38.0
5.38.0...
[SevenTV/Website] branch deleted: dependabot/npm\_and\_yarn/dev/typescript\-eslint/parser\-5\.38\.1
[Website] Branch ci/update\-locale was force-pushed to `4059f96`
2b606e6 more optimizations to memory usage - AnatoleAM
37e77eb Twitch Chat Hooks, Chat Rendering & Workers (#1) - AnatoleAM
[SevenTV/ExtensionV3] branch deleted: anatole/initial\-twitch\-boilerplate
[Website] Branch ci/update\-locale was force-pushed to `5819cd9`
29d7af0 fix(deps): bump @types/node from 18.7.14 to 18.8.2 - dependabot[bot]
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/types/node\-18\.8\.2
What would be the preferred way for now to get a list of emotes that are enabled on a channel given the channel name such as "xqc", "hasanabi", etc?
Wondering if there's anything better than just web scraping
You cannot, please utilize user IDs instead. You can pass a Twitch, YouTube or Discord ID and obtain user data via GET /v3/users/<platform>/<user id on platform>.
Thanks, exactly what I was looking for
395249d useTooltip() composable - AnatoleAM
[SevenTV/ExtensionV3] New branch created: anatole/emote\-tooltips
[SevenTV/EgVault] New branch created: anatole/redeem\-code
[SevenTV/Website] New branch created: anatole/store\-redeem\-page
✅
[SevenTV/EgVault] branch deleted: anatole/redeem\-code
68f5349 move chat-relevant components to chat module - AnatoleAM
[SevenTV/ExtensionV3] branch deleted: anatole/emote\-tooltips
f9a7270 fix(deps): bump @types/node from 18.7.14 to 18.8.3 - dependabot[bot]
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/types/node\-18\.8\.3
[SevenTV/Website] branch deleted: dependabot/npm\_and\_yarn/dev/types/node\-18\.8\.2
57e9b38 chore(deps-dev): bump vite from 3.0.9 to 3.1.6 - dependabot[bot]
Bumps vite from 3.0.9 to 3.1.6.
Release notes
Sourced from vite's releases.
create-vite@3.1.0
Please refer to CHANGELOG.md for details.
Changelog
Sourced from vite's changelog.
3.1.6 (2022-10-06)
fix(config): don't resolve by module field (#10347) (#10360) (f756e84), closes #10347 #10360 #10347
3.1.5 (2022-10-06)
fix(build): fix resolution algorithm when build.ssr is true (#9989) (f20d285), closes #9989
fix(config): resolve im...
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/vite\-3\.1\.6
[SevenTV/Website] branch deleted: dependabot/npm\_and\_yarn/dev/vite\-3\.1\.4
[Website] Branch ci/update\-locale was force-pushed to `95b7aaf`
18fe62f store/redeem: login hint, fix responsivity - AnatoleAM
Noticed while looking at an issue a user was having with their own channel emotes not loading, and making sure said issue was not chatterino7 related.
Discussed in chat that updating only en_US will notify crowdin translators that a string needs to be updated.
[SevenTV/ExtensionV3] New branch created: anatole/linting
Adding linting rules and ci to the project
All changes look good
Pull request checklist:
- [ ]
CHANGELOG.mdwas updated, if applicable
Description
bb8d8c1 added todo so i can work more tomorrow - TroyKomodo
Describe the bug
I am currently using Firefox on Windows 11 and 7tv does not seem to activate/function on YouTube when also using the 'Improve YouTube' extension. I disabled Improve YouTube and 7tv works just fine, re-enable the extension and none of the 7tv elements or emoji show up.
Expected behavior
The two extensions should be able to work hand in hand but don't
Screenshots
Nothing to really show screenshot wise. When 'Improve YouTube' is enabled the 7tv theater mode ...
:nerd_face: is that a grammer mistake i see?
bac8798 Pluralize no_channel_emotes for when a user d... - Felanbird
3488857 modules/chat: cpu optimizations - AnatoleAM
[SevenTV/ExtensionV3] New branch created: anatole/optimize\-load
Adding a couple optimizations to further reduce CPU load from the chat
- Pass the
Message[]reactive array as a root prop, so changes to the store don't affect rendering - Changed the message buffering logic so messages are removed in batches, rather than always removing the last message
[SevenTV/ExtensionV3] New branch created: melonify/autocomplete
Tab and colon complete for slate chat
70e6a20 Reflection: Always define function hooks, regar... - Melonify
PagBounce if you see this
f48000a modules/chat: cpu optimizations (#5) - AnatoleAM
[SevenTV/ExtensionV3] branch deleted: anatole/optimize\-load
Bro did in fact create it
7446611 themeing: remove fog due to bad performance - AnatoleAM
Checklist
- [X] I'm reporting a problem with Chatterino
- [X] I've verified that I'm running the most recent nightly build or stable release
- [X] I've looked for my problem on the wiki
- [X] I've searched the issues and pull requests for similar looking reports
Describe your issue
Previously, the chat client would display a message when the streamer raids/hosts someone along the lines o...
well hosting doesn't exist anymore. it was removed October 3rd. https://twitter.com/Dexerto/status/1567220585868005378/photo/1
7517212 Composable for registering modules & dependencies - AnatoleAM
[SevenTV/ExtensionV3] New branch created: anatole/module\-composable
7a7ae48 Composable for registering modules & dependenci... - AnatoleAM
[SevenTV/ExtensionV3] branch deleted: anatole/module\-composable
560900c Reflection Helpers & ChatController refactor (#7) - Melonify
[SevenTV/ExtensionV3] branch deleted: melonify/reflection\-helpers
[SevenTV/cloudflared-ingress] New branch created: dev
[SevenTV/cloudflared-ingress] branch deleted: master
[SevenTV/cloudflared-ingress] New branch created: master
2e6c0dd rename to cloudflare-operator - TroyKomodo
4f62503 youtube: update login button style, use old method - AnatoleAM
559d925 youtube: update login button style, use old method - AnatoleAM
13c8eb3 fix(deps): bump pinia from 2.0.21 to 2.0.23 - dependabot[bot]
Bumps pinia from 2.0.21 to 2.0.23.
Release notes
Sourced from pinia's releases.
pinia@2.0.23
Please refer to CHANGELOG.md for details.
pinia@2.0.22
Please refer to CHANGELOG.md for details.
Commits
9dfdb36 release: @pinia/nuxt@0.4.3 pinia@2.0.23
cfd41a2 refactor(nuxt): : use newer addImports
8c1dfce fix(store): init _customProperties for devtools (#1704)
050ede0 chore: up deps
6abf08f docs: add initial state value/reactivity section (#1675)
cb5030f Do...
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/pinia\-2\.0\.23
[SevenTV/Website] branch deleted: dependabot/npm\_and\_yarn/dev/pinia\-2\.0\.22
b929746 chore(deps-dev): bump vue-tsc from 0.40.5 to 1.0.3 - dependabot[bot]
Bumps vue-tsc from 0.40.5 to 1.0.3.
Changelog
Sourced from vue-tsc's changelog.
1.0.3 (2022/10/10)
feat: support as expressions in export assignment for script setup (#1882)
feat: support RFC 436 with new option vueCompilerOptions.experimentalRfc436 (#1964) (https://github.com/vuejs/rfcs/discussions/436)
1.0.2 (2022/10/9)
fix: TypeScript Vue Plugin (Volar) breaks VSCode tsserver (#1956)
fix: pug intellisense n...
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/vue\-tsc\-1\.0\.3
[SevenTV/Website] branch deleted: dependabot/npm\_and\_yarn/dev/vue\-tsc\-0\.40\.13
5d683ec Bump github.com/aws/aws-sdk-go from 1.44.108 to... - dependabot[bot]
Bumps github.com/aws/aws-sdk-go from 1.44.108 to 1.44.114.
Release notes
Sourced from github.com/aws/aws-sdk-go's releases.
Release v1.44.114 (2022-10-07)
Service Client Updates
service/codeguru-reviewer: Updates service documentation
service/elasticloadbalancingv2: Updates service documentation
service/greengrassv2: Updates service API and documentation
service/quicksight: Updates service API and documentation
Amazon QuickSight now supports SecretsMan...
[SevenTV/image-processor] New branch created: dependabot/go\_modules/go/dev/github\.com/aws/aws\-sdk\-go\-1\.44\.114
[SevenTV/image-processor] branch deleted: dependabot/go\_modules/go/dev/github\.com/aws/aws\-sdk\-go\-1\.44\.109
[Website] Branch ci/update\-locale was force-pushed to `c167561`
b0494f4 better thread & datagram handles - TroyKomodo
Bumps @typescript-eslint/parser from 5.36.1 to 5.40.0.
Release notes
Sourced from @typescript-eslint/parser's releases.
v5.40.0
5.40.0 (2022-10-10)
Bug Fixes
eslint-plugin: [consistent-indexed-object-style] handle interface generic (#5746) (7a8a0a3)
eslint-plugin: [no-unnecessary-condition] handle void (#5766) (ac8f06b)
Features
eslint-plugin: Check 'rest' parameters in no-misused-promises (#5731) (6477f...
73ceb13 chore(deps-dev): bump @typescript-eslint/parser... - dependabot[bot]
[SevenTV/Website] New branch created: dependabot/npm\_and\_yarn/dev/typescript\-eslint/parser\-5\.40\.0



