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

feat: dependency update #11

Merged
merged 6 commits into from
Aug 9, 2023
Merged

feat: dependency update #11

merged 6 commits into from
Aug 9, 2023

Conversation

SlumberyDude
Copy link
Contributor

Обновил все кроме typescript и typeorm.

eslint обновил без ошибок максимум до 8.20.0, иначе валится с ошибками вида

Error: No matching configuration found for <имя файла>

Проблема возможно в кастомном билде ярна, который собирается в тулсете и содержит плагин для линта. Версия eslint, используемая там, 8.17.0.

В версии 8.21.0 которая начинает валиться была добавлена новая фича, которая нарушает совместимость и связана с конфигами eslint/eslint#16149

Также там в коммитах найдена заветная ошибка

  if (!config) {
      return [
          {
              ruleId: null,
              severity: 1,
              message: `No matching configuration found for ${filename}.`,
              line: 0,
              column: 0
          }
      ];
  }

@SlumberyDude SlumberyDude added the dependencies Pull requests that update a dependency file label Aug 9, 2023
@SlumberyDude SlumberyDude self-assigned this Aug 9, 2023
@SlumberyDude SlumberyDude linked an issue Aug 9, 2023 that may be closed by this pull request
@TorinAsakura TorinAsakura merged commit 7f73d60 into master Aug 9, 2023
6 checks passed
@TorinAsakura TorinAsakura deleted the feat/dependency-update branch August 9, 2023 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Обновление зависимостей
2 participants