Bump @expo/config-plugins from 9.0.12 to 55.0.7#3522
Closed
Bump @expo/config-plugins from 9.0.12 to 55.0.7#3522
Conversation
This bump is needed to pick up the new optional codeSignIdentity parameter in setProvisioningProfileForPbxproj (expo/expo#43986), which allows setting the correct CODE_SIGN_IDENTITY for iOS Development provisioning profiles instead of always hardcoding "iPhone Distribution". The version numbering jumped from 11.x to 54.x when Expo aligned package versions with SDK numbers, so this is effectively ~4 major versions (9 → 10 → 11 → 54 → 55), not 46. The setProvisioningProfileForPbxproj API is identical across all intermediate versions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Subscribed to pull request
Generated by CodeMention |
Contributor
Author
|
@quinlanj and/or @sjchmiela -- this diff is needed to unblock #3496 . Thanks! |
quinlanj
reviewed
Mar 20, 2026
packages/build-tools/package.json
Outdated
| @@ -36,7 +36,7 @@ | |||
| }, | |||
| "dependencies": { | |||
| "@expo/config": "10.0.6", | |||
Member
There was a problem hiding this comment.
nit: probably a good idea to bump @expo/config and @expo/config-plugins together since they are closely related
precedence; 261f611
Contributor
Author
There was a problem hiding this comment.
Good call — bumped @expo/config from 10.0.6 to 55.0.10 as well.
packages/eas-cli/package.json
Outdated
| @@ -46,7 +46,7 @@ | |||
| "@expo/apple-utils": "2.1.13", | |||
| "@expo/code-signing-certificates": "0.0.5", | |||
| "@expo/config": "10.0.6", | |||
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Member
|
closing in favour of #3527 since it's more involved that i thought. thanks for your help so far! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@expo/config-pluginsfrom9.0.12to55.0.7inbuild-toolsandeas-clipackages.codeSignIdentityparameter insetProvisioningProfileForPbxproj(expo/expo#43986), needed by #3496 to set the correctCODE_SIGN_IDENTITYfor iOS Development provisioning profiles.setProvisioningProfileForPbxprojAPI is identical across all intermediate versions.Test plan
yarn testinbuild-tools: 31 suites passed, 207 tests passed (14 suites fail with pre-existingUserErrorissue fromeas-build-job, same as onmain)yarn typecheckinbuild-tools: only pre-existingUserErrorerrors, no new errors from the bump🤖 Generated with Claude Code