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

Upgrade dependencies #14

Closed
sollidy opened this issue Aug 4, 2023 · 3 comments
Closed

Upgrade dependencies #14

sollidy opened this issue Aug 4, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@sollidy
Copy link

sollidy commented Aug 4, 2023

С чем связан запрос на фичу?

Обновление зависимостей в репозитории

Расскажите как вы это себе видите

После обновления должны корректно отрабатывать следующие команды:

  • yarn check
  • yarn workspace @atls/grpc-playground-app dev
  • yarn workspace @atls/grpc-playground-app build
  • собственно сам проект должен запускаться на 3000 порту

Приложите пример реализаций

@sollidy sollidy added the enhancement New feature or request label Aug 4, 2023
@sollidy sollidy assigned ghost Aug 4, 2023
@ghost
Copy link

ghost commented Aug 8, 2023

При апгрейде react-ace до версии 10.1 появляется следующая ошибка:

Error: Interface 'IRenderer' incorrectly extends interface 'VirtualRenderer'.
➤ YN0000: │ Types of property 'scroller' are incompatible.
➤ YN0000: │ Type 'HTMLDivElement | undefined' is not assignable to type 'HTMLElement'.
➤ YN0000: │ Type 'undefined' is not assignable to type 'HTMLElement'.

Собственно говоря, непонятно, что при этом делать. Лезть и исправлять все вручную? Гугля ошибку, нашла решение через добавление "skipLibCheck: true" в .tsconfig (не сработало), либо же лезть ручками в файлы, где возникает проблема

@sollidy
Copy link
Author

sollidy commented Aug 8, 2023

обнови пока что все пакеты, которые обновляются без ошибок, коммиться и пуш изменения. Не забывай что все нужно делать в новой ветке

@Nelfimov
Copy link
Member

Nelfimov commented Aug 8, 2023

react-ace ошибку можно поправить сделав Yarn patch и поправив интерфейс.

Описание тут:
securingsincity/react-ace#1547

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants