#github

1 messages · Page 37 of 1

cloud quailBOT
cloud quailBOT
#

I use swagger.json for generating typescript definitions:

npx openapi-typescript https://github.com/SevenTV/API/raw/dev/internal/api/rest/v3/docs/swagger.json

And now it generates types where all fields in schemas are optional, because they are missing the required field.

export interface definitions {
  // ...
  "model.ActiveEmoteModel": {
    actor_id?: string;
    data?: definitions["model.EmotePartialModel"];
    flags?: definitions["model.ActiveEmot...
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
#

Bumps vite from 4.3.9 to 4.4.4.

Release notes
Sourced from vite's releases.

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

Changelog
Sourced from vite's changelog.

4.4.4 (2023-07-14)

chore: warning about ssr cjs format removal (#13827) (4646e9f), closes #13827
fix(esbuild): enable experimentalDecorators by default (#13805) (e8880f0), closes #13805
fix(scan): skip tsconfigRaw fallback if tsconfig is set (#13823) (b61...

#
[SevenTV/Extension] New branch created: dependabot-npm_and_yarn-master-vite-4.4.4
#
[SevenTV/Extension] branch deleted: dependabot-npm_and_yarn-master-vite-4.4.3
#
[SevenTV/Extension] New branch created: dependabot-npm_and_yarn-master-eslint-8.45.0
#

Bumps eslint from 8.43.0 to 8.45.0.

Release notes
Sourced from eslint's releases.

v8.45.0
Features

cdd063c feat: Expose LegacyESLint in unsupported API (#17341) (Nicholas C. Zakas)
d34abe5 feat: fix indent rule for else-if (#17318) (Milos Djermanovic)

Bug Fixes

b79b6fb fix: Fix suggestion message in no-useless-escape (#17339) (Francesco Trotta)
c667055 fix: provide unique fix and fix.range objects in lint messages (#17332) (Milos Djermanovic)

Document...

#
[SevenTV/Extension] branch deleted: dependabot-npm_and_yarn-master-eslint-8.44.0
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
#

Bumps terser from 5.18.1 to 5.19.1.

Changelog
Sourced from terser's changelog.

v5.19.1

Better avoid outputting </script> and HTML comments.
Fix unused variables in class static blocks not being dropped correctly.
Fix sourcemap names of methods that are async or static

v5.19.0

Allow /@MANGLE_PROP/ annotation in object.property, in addition to property declarations.

v5.18.2

Stop using recursion in hoisted defuns fix.

Commits

798135e 5....

#
[SevenTV/Extension] New branch created: dependabot-npm_and_yarn-master-terser-5.19.1
#
[SevenTV/Extension] branch deleted: dependabot-npm_and_yarn-master-terser-5.19.0
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
#

Just to clarify how I got it working in Brave (but might be applicable to other browsers using Chromium):

  1. Install the extension
  2. Go into the extension options and disable "Automatically allow access on the following sites"
  3. Run the onboarding setup by clicking "Extension options" from the extension settings page
  4. De-selecting Twtich from the options
  5. Finishing the onboarding setup
  6. Should now look like the screenshot below

<img width="686" alt="image" src="https://gith...

cloud quailBOT
#
[SevenTV/EventAPI] New branch created: chore/terraform
cloud quailBOT
#

Terraform Format and Style 🖌failure

Terraform Initialization ⚙️success

Terraform Validation 🤖success

<details><summary>Validation Output</summary>


Success! The configuration is valid.


</details>

Terraform Plan 📖failure

<details><summary>Show Plan</summary>


terraform

</details>

Pusher: @AnatoleAM, Action: pull_request, Working Directory: ``, Workflow: EventAPI CI

#

Terraform Format and Style 🖌failure

Terraform Initialization ⚙️success

Terraform Validation 🤖success

<details><summary>Validation Output</summary>


Success! The configuration is valid.


</details>

Terraform Plan 📖failure

<details><summary>Show Plan</summary>


terraform

</details>

Pusher: @AnatoleAM, Action: pull_request, Working Directory: ``, Workflow: EventAPI CI

cloud quailBOT
#

Bumps word-wrap from 1.2.3 to 1.2.4.

Release notes
Sourced from word-wrap's releases.

1.2.4
What's Changed

Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24
🔒fix: CVE 2023 26115 (2) by @​OlafConijn in jonschlinkert/word-wrap#41
:lock: fix: CVE-2023-26115 by @​aashutoshrathi in jonschlinkert/word-wrap#33
chore: publish workflow by @​OlafConijn in jonschlinkert/word-wrap#42

New Contributors

@​mohd-akram made their first contri...

#
[SevenTV/Extension] New branch created: dependabot/npm_and_yarn/word-wrap-1.2.4
cloud quailBOT
cloud quailBOT
#

Terraform Format and Style 🖌failure

Terraform Initialization ⚙️success

Terraform Validation 🤖success

<details><summary>Validation Output</summary>


Success! The configuration is valid.


</details>

Terraform Plan 📖failure

<details><summary>Show Plan</summary>


terraform

</details>

Pusher: @AnatoleAM, Action: pull_request, Working Directory: ``, Workflow: EventAPI CI

#

Terraform Format and Style 🖌failure

Terraform Initialization ⚙️success

Terraform Validation 🤖success

<details><summary>Validation Output</summary>


Success! The configuration is valid.


</details>

Terraform Plan 📖failure

<details><summary>Show Plan</summary>


terraform

</details>

Pusher: @AnatoleAM, Action: pull_request, Working Directory: ``, Workflow: EventAPI CI

cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
#

Bumps stylelint from 15.9.0 to 15.10.2.

Release notes
Sourced from stylelint's releases.

15.10.2

Fixed: declaration-property-value-no-unknown false negatives for nested declarations (#7079) (@​romainmenke).
Fixed: selector-pseudo-element-no-unknown false positives for view-transition pseudo-elements (#7070) (@​danielroe).

15.10.1

Security: fix for semver vulnerability (#7043) (@​romainmenke).
Fixed: invalid option regression on Windows 10 (#7043)...

#
[SevenTV/Extension] New branch created: dependabot-npm_and_yarn-master-stylelint-15.10.2
#
[SevenTV/Extension] branch deleted: dependabot-npm_and_yarn-master-stylelint-15.10.1
#

Terraform Format and Style 🖌success

Terraform Initialization ⚙️success

Terraform Validation 🤖success

<details><summary>Validation Output</summary>


Success! The configuration is valid.


</details>

Terraform Plan 📖success

<details><summary>Show Plan</summary>


terraform
Running plan in the remote backend. Output will stream here. Pressing Ctrl-C
will stop streaming the logs, but will not stop the plan running remotely.

Preparing the r...
cloud quailBOT
cloud quailBOT
cloud quailBOT
#
[SevenTV/infrastructure] Now open sourced!
cloud quailBOT
#

Bumps vite from 4.3.9 to 4.4.5.

Release notes
Sourced from vite's releases.

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

Changelog
Sourced from vite's changelog.

4.4.5 (2023-07-20)

fix: "EISDIR: illegal operation on a directory, realpath" error on RA… (#13655) (6bd5434), closes #13655
fix: transform error message add file info (#13687) (6dca41c)...

#
[SevenTV/Extension] New branch created: dependabot-npm_and_yarn-master-vite-4.4.5
#
[SevenTV/Extension] branch deleted: dependabot-npm_and_yarn-master-vite-4.4.4
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
#
[SevenTV/Extension] branch deleted: chore/upgrade-dependencies
#
[SevenTV/Extension] branch deleted: dependabot/npm_and_yarn/semver-5.7.2
#
[SevenTV/Extension] branch deleted: dependabot-npm_and_yarn-master-stylelint-config-standard-34.0.0
#
[SevenTV/Extension] branch deleted: dependabot-npm_and_yarn-master-stylelint-config-standard-scss-10.0.0
#
[SevenTV/Extension] branch deleted: dependabot-npm_and_yarn-master-types-node-20.4.2
#
[SevenTV/Extension] branch deleted: dependabot-npm_and_yarn-master-intlify-unplugin-vue-i18n-0.12.2
#
[SevenTV/Extension] branch deleted: dependabot/npm_and_yarn/word-wrap-1.2.4
#
[SevenTV/Extension] branch deleted: dependabot-npm_and_yarn-master-terser-5.19.1
#
[SevenTV/Extension] branch deleted: dependabot-npm_and_yarn-master-eslint-8.45.0
#
[SevenTV/Extension] branch deleted: dependabot-npm_and_yarn-master-vite-4.4.5
#

Bumps @typescript-eslint/eslint-plugin from 5.62.0 to 6.1.0.

Release notes
Sourced from @​typescript-eslint/eslint-plugin's releases.

v6.1.0
6.1.0 (2023-07-17)
Bug Fixes

eslint-plugin: [comma-dangle] fixed crash from undefined predicate.ignore (#7223) (d368164)
eslint-plugin: [no-floating-promises] false negative calling .then with second argument undefined (#6881) (606a52c), closes #6850
eslint-plug...

#
[SevenTV/Extension] New branch created: dependabot-npm_and_yarn-master-typescript-eslint-eslint-plugin-6.1.0
#
[SevenTV/Extension] branch deleted: dependabot-npm_and_yarn-master-typescript-eslint-eslint-plugin-5.62.0
#
[SevenTV/Extension] branch deleted: dependabot-npm_and_yarn-master-typescript-eslint-eslint-plugin-6.1.0
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
#

Bumps crowdin/github-action from 1.11.0 to 1.12.0.

Release notes
Sourced from crowdin/github-action's releases.

v1.12.0
What's Changed

feat: add support for team review requests by @​fernandogelin in crowdin/github-action#180

​- name: Crowdin Action
uses: crowdin/github-action@v1
with:
upload_sources: true
download_translations: true
localization_branch_name: l10n_crowdin_translations
create_pull_request: true
pull_reques...

#
[SevenTV/Extension] New branch created: dependabot-github_actions-master-crowdin-github-action-1.12.0
#

Bumps @typescript-eslint/parser from 6.1.0 to 6.2.0.

Release notes
Sourced from @​typescript-eslint/parser's releases.

v6.2.0
6.2.0 (2023-07-24)
Bug Fixes

eslint-plugin: [member-ordering] account for repeated names (#6864) (d207b59)
eslint-plugin: [no-unsafe-enum-comparison] exempt bit shift operators (#7074) (b3e0e75)
eslint-plugin: [prefer-nullish-coalescing] handle case when type of left side is null or ...

#
[SevenTV/Extension] New branch created: dependabot-npm_and_yarn-master-typescript-eslint-parser-6.2.0
#

If user does not have any emotes favorited, there is no indication on how to favorite an emote.
This PR adds a small display on the favorites menu to suggest Alt-clicking an emote to favorite one.

I honestly have no idea what I am doing and have never used vue before so I'm sure there's some terrible bug

Issues?

I'm noticing provider issues and can't tell if it's my own code. Certain emotes won't show up when changing between streams/refreshing but the same behavior occurs when run...

cloud quailBOT
cloud quailBOT
#
[SevenTV/API] New branch created: fix/personal-state-logs
cloud quailBOT
#
[SevenTV/Extension] New branch created: fix/late-providers
#

I think it's just being blocked by CORS. If this is just a localhost issue then hopefully everything is fine..

By default the developer environment points to localhost, expecting backend services to be present on certain ports. If you don't have these services on your PC, you can edit .env.dev with the values env.production. This is also something that should be added to the documentation

#
[SevenTV/Extension] branch deleted: fix/late-providers
#
[SevenTV/API] branch deleted: fix/personal-state-logs
cloud quailBOT
cloud quailBOT
cloud quailBOT
cloud quailBOT
#
[SevenTV/Extension] New branch created: revert-798-melonify/fix-739-unused-dep
#
[SevenTV/Extension] branch deleted: revert-798-melonify/fix-739-unused-dep
cloud quailBOT
cloud quailBOT
#

Bumps actionsx/prettier from e90ec5455552f0f640781bdd5f5d2415acb52f1a to 3d9f7c3fa44c9cb819e68292a328d7f4384be206.

Commits

3d9f7c3 Update to prettier 3.0 (#115)
See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot co...

#
[SevenTV/chatterino7] New branch created: dependabot/github_actions/actionsx/prettier-3d9f7c3fa44c9cb819e68292a328d7f4384be206
#

related feature https://github.com/SevenTV/Extension/issues/364

after creating this PR i noticed few problems:
lets say the mirror suffix is _M

  • if an emote already exist that has _M at the end it mirrors it. it shouldn't do that
  • if a user wants to upload an emote with _M letters at end 7tv shouldn't let them upload them or at least warn them and i think there might be more requests like this for examples :
    • invert colors
    • make it continuously rotate
    • turn ...
#
[SevenTV/chatterino7] branch deleted: dependabot/github_actions/actionsx/prettier-3d9f7c3fa44c9cb819e68292a328d7f4384be206
#

This is not gonna be the way we implement this. For one, with the modifier token attached to the emote, it means any third party client will now only see text, which is double the amount of text pollution from how other providers have done similar, and from seeing their rollout, those features are rarely used after the initial week.

This would have to be significantly refined and provided with much more thought, a specification for third party implementation, and most likely require API in...