chore: use node js native utils#2441
Conversation
|
@yslpn is attempting to deploy a commit to the Crowdin Team on Vercel. A member of the Team first needs to authorize it. |
|
@andrii-bodnar Hello. I'm getting an error in CI |
|
Hello @yslpn, I couldn't find a specific option in the repository settings that allows to control permissions for editing the title of a pull request. I think this is allowed by default for users with 'Write' permission and above. |
Have you changed any settings in the last few months? I remember encountering a PR title error before and changing the title without any problems. |
|
@yslpn no, I haven't changed anything recently, it's strange. Could you please rebase the current branch? I just retargeted it to the |
# Conflicts: # .github/workflows/main-suite.yml # .github/workflows/release.yml # .github/workflows/version-bump.yml # packages/cli/src/lingui-extract-experimental.ts
Codecov Report❌ Patch coverage is
❌ Your patch status has failed because the patch coverage (60.00%) is below the target coverage (70.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## next #2441 +/- ##
===========================================
+ Coverage 76.66% 88.66% +12.00%
===========================================
Files 81 116 +35
Lines 2083 3283 +1200
Branches 532 968 +436
===========================================
+ Hits 1597 2911 +1314
+ Misses 375 334 -41
+ Partials 111 38 -73 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
This PR includes two internal CLI maintenance updates to reduce dependencies and use native Node.js APIs:
globpackage usage with built-innode:fsglobes-mainchecks with nativeimport.meta.mainTypes of changes
Checklist