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

Bump jscodeshift to fix ast error with TS satisfies operator #6986

Merged
merged 5 commits into from
Jun 17, 2024

Conversation

mendrew
Copy link
Contributor

@mendrew mendrew commented Jun 3, 2024


  • Unit-тесты
  • Документация фичи

Описание

Старая версия jscodeshift не могла переварить TS-файлы с новым синтаксисом, поэтому смирились с некоторыми нежелательными моментами + ап версии позволит порешать security alert

Изменения

Сделали ап версии jscodeshift, обновили снепшоты + порешали старую TODO (вместо удаления файла просто выбросили ненужные части кода)

Copy link
Contributor

github-actions bot commented Jun 3, 2024

size-limit report 📦

Path Size
JS 363.45 KB (0%)
JS (gzip) 111.37 KB (0%)
JS (brotli) 91.68 KB (0%)
JS import Div (tree shaking) 1.42 KB (0%)
CSS 275.91 KB (0%)
CSS (gzip) 35.98 KB (0%)
CSS (brotli) 29.13 KB (0%)

Copy link

codesandbox-ci bot commented Jun 3, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Copy link
Contributor

github-actions bot commented Jun 3, 2024

e2e tests

Playwright Report

Copy link
Contributor

github-actions bot commented Jun 3, 2024

👀 Docs deployed

Commit f452bb8

Copy link

codecov bot commented Jun 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.41%. Comparing base (fcd27a0) to head (f452bb8).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6986   +/-   ##
=======================================
  Coverage   83.41%   83.41%           
=======================================
  Files         352      352           
  Lines       10538    10538           
  Branches     3498     3498           
=======================================
  Hits         8790     8790           
  Misses       1748     1748           
Flag Coverage Δ
unittests 83.41% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@vkcom-publisher vkcom-publisher added the pr-needs-work Автоматизация: PR автоматически закроется через 14 дней при отсутствии активности label Jun 12, 2024
@BlackySoul BlackySoul marked this pull request as ready for review June 13, 2024 09:32
@BlackySoul BlackySoul requested a review from a team as a code owner June 13, 2024 09:32
@BlackySoul BlackySoul removed the pr-needs-work Автоматизация: PR автоматически закроется через 14 дней при отсутствии активности label Jun 13, 2024
Copy link
Contributor Author

@mendrew mendrew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Класс, @BlackySoul, спасибо, что обновила README по поводу появления лишних круглих скобочек.
Если б мог, то поставил бы 👍

@mendrew mendrew merged commit 5227999 into master Jun 17, 2024
28 of 39 checks passed
@mendrew mendrew deleted the mendrew/bump-jscodeshift branch June 17, 2024 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

6 participants