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

[Dependencies] Update to resolve install warnings #3160

Closed
wants to merge 187 commits into from

Conversation

flx-sta
Copy link
Contributor

@flx-sta flx-sta commented Jul 26, 2024

f-fsantos and others added 30 commits June 19, 2024 17:31
feat: Add link to Discord in menu UI

feat: Add Discord and Google login functionality

Add container around discord and google icons

refactor: Update environment variable names for Discord and Google client IDs

feat: Add "Or use" translation for login options in multiple languages

feat: Update menu UI translations for multiple languages

Code review fixes

refactor: Update Discord and Google client IDs in environment variables
this also reduces output noise in tests
* Localization(pt): translated bgm-name.ts

* fix
…gging

[Feature][ENV] make i18n debugging an optional env setting
* Update TMs for more Indigo Disk changes

* Fix typo, more Stored Power
* Refactor challenges and add fresh start

* Add achievement for fresh start challenge
* Fix random damage roll to be 85-100% instead of 85-99%

* Update battle.test.ts to reflect the fix
* [Help] [Move/Bug] Patches Psychic Terrain applicability edge cases

Was cancelling moves even if targeted mons weren't on the terrain.

* [Bug `]Pokemon.isGrounded` does not exist

Replaced with `Pokemon.isGrounded()`, which does.

* [Bug] Psychic Terrain priority move cancel ignoring ungrounded

* [Bug] Semi-invulnerable should not be grounded
* Prevent sizing error

* Make reboot not necessary for show BGM

* Makes the BGM Bar active by default

  + It had originally been decided that this would not be active by default because it was to be displayed outside the pause menu, but since its behavior has changed between this decision and its integration, the default deactivation is no longer necessary
…s#2254 (pagefaultgames#2906)

* Translate forgotten sentences on phases

* Translate to de forgotten sentences on phases

* Translate to es forgotten sentences on phases

* Translate to fr forgotten sentences on phases

* Translate to it forgotten sentences on phases

* Translate to ko forgotten sentences on phases

* Translate to pt br forgotten sentences on phases

* Translate to zh cn forgotten sentences on phases

* Translate to zh tw forgotten sentences on phases

* remove duplicate message

* remove duplicate message

* Update src/locales/pt_BR/battle.ts

Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>

* Update src/locales/de/battle.ts

Co-authored-by: Jannik Tappert <[email protected]>

* Update src/locales/de/battle.ts

Co-authored-by: Jannik Tappert <[email protected]>

* Update battle.ts [Localization(it)]

* Update src/locales/zh_CN/battle.ts

Co-authored-by: Yonmaru40 <[email protected]>

---------

Co-authored-by: Alexis <[email protected]>
Co-authored-by: 송지원 <[email protected]>
Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>
Co-authored-by: Jannik Tappert <[email protected]>
Co-authored-by: Niccolò <[email protected]>
Co-authored-by: Yonmaru40 <[email protected]>
…ltgames#2907)

* Translate pokemon summary

* Translate pokemon summary to fr

* Translate pokemon summary to de

* Translate pokemon summary to es

* Translate pokemon summary to it

* Translate pokemon summary to ko

* Translate pokemon summary to pt br

* Translate pokemon summary to zh cn

* Translate pokemon summary to zh tw

* Fix import

* Update partially for en and ko

* Update interface name for en

* Merge trainerLabel&Text and calculate typeLabel width

* Update src/locales/es/pokemon-summary.ts

Co-authored-by: GoldTra <[email protected]>

* Apply translations key to all languages with interface TranslationEtries

* Update ko/translationKey of status

* Update ko/translationKey of pokemonInfo

* Update de/translationKeys of memostring and metFragment

* Update de/translationKeys of memostring and metFragment 2

* Update src/locales/ko/pokemon-summary.ts

Co-authored-by: Enoch <[email protected]>

* Update src/locales/ko/pokemon-summary.ts

Co-authored-by: returntoice <[email protected]>

* Update src/locales/pt_BR/pokemon-summary.ts

Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>

* Update src/locales/ko/pokemon-summary.ts

* Update src/locales/pt_BR/pokemon-summary.ts

Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>

* Update pokemon-summary.ts [Localization(it)]

* remove unused code

* Update src/locales/zh_CN/pokemon-summary.ts

Co-authored-by: Yonmaru40 <[email protected]>

* Update src/locales/zh_CN/pokemon-summary.ts

Co-authored-by: Yonmaru40 <[email protected]>

* Update src/locales/zh_CN/pokemon-summary.ts

Co-authored-by: Yonmaru40 <[email protected]>

* Update src/locales/es/pokemon-summary.ts

Co-authored-by: Arxxer <[email protected]>

* Update src/locales/es/pokemon-summary.ts

Co-authored-by: Arxxer <[email protected]>

---------

Co-authored-by: Alexis <[email protected]>
Co-authored-by: Mr.WaterT <[email protected]>
Co-authored-by: Alexis Faizeau <[email protected]>
Co-authored-by: GoldTra <[email protected]>
Co-authored-by: returntoice <[email protected]>
Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>
Co-authored-by: 송지원 <[email protected]>
Co-authored-by: Niccolò <[email protected]>
Co-authored-by: Yonmaru40 <[email protected]>
Co-authored-by: Arxxer <[email protected]>
Felix Staud added 3 commits July 26, 2024 11:54
- remove and disable `eslint-plugin-import` due to not supporting `eslint@9` yet (can be reactivated later)
- bump `eslint` to `9.7.0`.
  - bump `@typescript-eslint/eslint-plugin` to `8.0.0-alpha.54`
  - update `@typescript-eslint/parser` to `8.0.0-alpha.54`
  - update `typescript-eslint` to `8.0.0-alpha.54`
- update `vitest` to `2.0.4`
  - update `@vitest/coverage-istanbul` to `2.0.4`
- removed `api-generatort-script.ts` file (this was in consultations with devs https://discord.com/channels/1125469663833370665/1250836282926436413/1266469312609259550)
@flx-sta flx-sta added Enhancement New feature or request Miscellaneous Changes that don't fit under any other label labels Jul 26, 2024
@flx-sta flx-sta self-assigned this Jul 26, 2024
@flx-sta flx-sta changed the title WIP: [Dependencies] Update dependencies to resolve install warnings [Dependencies] Update dependencies to resolve install warnings Jul 26, 2024
@flx-sta flx-sta requested a review from Tempo-anon July 26, 2024 20:20
@flx-sta flx-sta marked this pull request as ready for review July 26, 2024 20:20
@torranx
Copy link
Contributor

torranx commented Jul 26, 2024

adding this here for consideration:
re version bumps #2433

@flx-sta flx-sta changed the title [Dependencies] Update dependencies to resolve install warnings [Dependencies] Update to resolve install warnings Jul 26, 2024
@flx-sta
Copy link
Contributor Author

flx-sta commented Jul 26, 2024

@torranx I've added an info to the PR description

@flx-sta
Copy link
Contributor Author

flx-sta commented Jul 29, 2024

Closed for the sake of #3213

@flx-sta flx-sta closed this Jul 29, 2024
@flx-sta flx-sta deleted the update-dependencies branch July 29, 2024 15:00
@flx-sta flx-sta removed their assignment Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Miscellaneous Changes that don't fit under any other label
Projects
None yet
Development

Successfully merging this pull request may close these issues.