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

Dependency update #9

Closed
wants to merge 3 commits into from
Closed

Dependency update #9

wants to merge 3 commits into from

Conversation

SlumberyDude
Copy link
Contributor

Сейчас обновил все кроме typescript и typeorm.

eslint обновил без ошибок максимум до 8.20.0 Убрал каретку в версии, с ней только ^8.7.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 enhancement New feature or request dependencies Pull requests that update a dependency file labels 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
@SlumberyDude SlumberyDude deleted the dependency-update branch August 9, 2023 12:31
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 enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant