-
Notifications
You must be signed in to change notification settings - Fork 85
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
[ENG-11071][eas-json][eas-cli] bump dependencies and fix errors/warnings #2176
Conversation
3a0ea33
to
7feef3d
Compare
/changelog-entry chore Update |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2176 +/- ##
==========================================
- Coverage 54.24% 54.11% -0.13%
==========================================
Files 511 516 +5
Lines 18756 18815 +59
Branches 3758 3771 +13
==========================================
+ Hits 10173 10179 +6
- Misses 8562 8615 +53
Partials 21 21 ☔ View full report in Codecov by Sentry. |
Oh well... After the This is the commit that edited these files 2b0a99f I hope it isn't a big problem when it comes to reviewing this PR. |
https://github.com/expo/eas-cli/actions/runs/7501659185/job/20422721322?pr=2176 - it fails because it checkouts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Noice 🚀
@@ -62,7 +62,7 @@ describe(evaluateTemplateString, () => { | |||
// bare workflow | |||
describe(bumpVersionAsync, () => { | |||
beforeEach(() => { | |||
getPbxproj.mockImplementation(() => ({} as any)); | |||
getPbxproj.mockImplementation(() => ({}) as any); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
({})
is a bit weird
2b0a99f
to
ec4c49a
Compare
✅ Thank you for adding the changelog entry! |
Why
Bump dependencies
How
Bump dependencies. Fix errors caused by bumping. Fix
jest
warnings, makejest
configs use TS.Test Plan
Tests + run some commands manually