Skip to content

Bump @expo/config-plugins from 9.0.12 to 55.0.7#3522

Closed
qwertey6 wants to merge 2 commits intoexpo:mainfrom
qwertey6:chore/bump-config-plugins
Closed

Bump @expo/config-plugins from 9.0.12 to 55.0.7#3522
qwertey6 wants to merge 2 commits intoexpo:mainfrom
qwertey6:chore/bump-config-plugins

Conversation

@qwertey6
Copy link
Contributor

Summary

  • Bumps @expo/config-plugins from 9.0.12 to 55.0.7 in build-tools and eas-cli packages.
  • This picks up the new optional codeSignIdentity parameter in setProvisioningProfileForPbxproj (expo/expo#43986), needed by #3496 to set the correct CODE_SIGN_IDENTITY for iOS Development provisioning profiles.
  • The version jump looks large (9 → 55) but Expo aligned package versions with SDK numbers at v54, so it's effectively ~4 major versions (9 → 10 → 11 → 54 → 55). The setProvisioningProfileForPbxproj API is identical across all intermediate versions.

Test plan

  • yarn test in build-tools: 31 suites passed, 207 tests passed (14 suites fail with pre-existing UserError issue from eas-build-job, same as on main)
  • yarn typecheck in build-tools: only pre-existing UserError errors, no new errors from the bump

🤖 Generated with Claude Code

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>
@github-actions
Copy link

Subscribed to pull request

File Patterns Mentions
**/* @douglowder

Generated by CodeMention

@qwertey6
Copy link
Contributor Author

@quinlanj and/or @sjchmiela -- this diff is needed to unblock #3496 . Thanks!

@@ -36,7 +36,7 @@
},
"dependencies": {
"@expo/config": "10.0.6",
Copy link
Member

Choose a reason for hiding this comment

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

nit: probably a good idea to bump @expo/config and @expo/config-plugins together since they are closely related

precedence; 261f611

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good call — bumped @expo/config from 10.0.6 to 55.0.10 as well.

@@ -46,7 +46,7 @@
"@expo/apple-utils": "2.1.13",
"@expo/code-signing-certificates": "0.0.5",
"@expo/config": "10.0.6",
Copy link
Member

Choose a reason for hiding this comment

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

ditto

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@quinlanj
Copy link
Member

closing in favour of #3527 since it's more involved that i thought. thanks for your help so far!

@quinlanj quinlanj closed this Mar 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants