Skip to content

[build-tools] resolve repack version#3549

Open
Kudo wants to merge 2 commits intomainfrom
@kudo/repack-resolved-version
Open

[build-tools] resolve repack version#3549
Kudo wants to merge 2 commits intomainfrom
@kudo/repack-resolved-version

Conversation

@Kudo
Copy link
Contributor

@Kudo Kudo commented Mar 26, 2026

Why

nice to have feature requested by customers

How

showing the resolved repack version in build log, e.g. Using repack from: @expo/repack@latest (1.2.3)

Test Plan

add unit test for the resolvePackageVersionAsync

@Kudo Kudo added the no changelog PR that doesn't require a changelog entry label Mar 26, 2026
@github-actions
Copy link

Subscribed to pull request

File Patterns Mentions
**/* @douglowder

Generated by CodeMention

@codecov
Copy link

codecov bot commented Mar 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 53.80%. Comparing base (8115dc8) to head (a9bc6ba).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3549      +/-   ##
==========================================
- Coverage   53.85%   53.80%   -0.05%     
==========================================
  Files         819      820       +1     
  Lines       34889    34978      +89     
  Branches     7205     7280      +75     
==========================================
+ Hits        18786    18815      +29     
- Misses      16012    16072      +60     
  Partials       91       91              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link

⏩ The changelog entry check has been skipped since the "no changelog" label is present.

@Kudo Kudo requested a review from sjchmiela March 26, 2026 23:25
);
const repackApp = await installAndImportRepackAsync({
packageName: inputs.repack_package.value as string,
version: inputs.repack_version.value as string,
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's then use resolvedRepackVersion?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no changelog PR that doesn't require a changelog entry

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants