Skip to content
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

fix(ios, sdk): constrain transitive dependencies more tightly #8074

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

mikehardy
Copy link
Collaborator

Description

some were slipping out to 11.4.0 and causing compilation failures while the majority of the system was still on 11.3.0

we can't set exact versions because some pods don't version while others do (a previous issue) but we can set a max for compatibility reasons

Related issues

Fixes:

Release Summary

A single conventional commit

Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
    • Yes
  • My change supports the following platforms;
    • Android
    • iOS
  • My change includes tests;
    • e2e tests added or updated in packages/\*\*/e2e
    • jest tests added or updated in packages/\*\*/__tests__
  • I have updated TypeScript types that are affected by my change.
  • This is a breaking change;
    • Yes
    • No

Test Plan

Simply being able to build (and pass the build) in CI should be a proof there was no regression


Think react-native-firebase is great? Please consider supporting the project with any of the below:

some were slipping out to 11.4.0 and causing compilation failures
while the majority of the system was still on 11.3.0

we can't set exact versions because some pods don't version while others
do (a previous issue) but we *can* set a max for compatibility reasons
Copy link

vercel bot commented Oct 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-native-firebase ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 22, 2024 1:24am

@mikehardy mikehardy removed the Workflow: Pending Merge Waiting on CI or similar label Oct 22, 2024
@mikehardy mikehardy merged commit d03ab42 into main Oct 22, 2024
19 checks passed
@mikehardy mikehardy deleted the @mikehardy/11-4-0-interop branch October 22, 2024 03:42
elliottgorrell added a commit to elliottgorrell/sideproject-bootstrapper that referenced this pull request Oct 22, 2024
Due to the issue invertase/react-native-firebase#8074 transitive deps weren't being pinned correctly resulting in an incompatible transitive dep breaking expo compile for iOS. The PR included in 21.1.1 fixes this
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