Skip to content

Conversation

@elizabit-b
Copy link
Contributor

  • Updated iOS to use 18.6.2 of the iOS SDK

@socket-security
Copy link

socket-security bot commented Mar 3, 2025

New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@react-native/assets-registry@0.73.10.74.81 None 0 4.45 kB react-native-bot
npm/@react-native/babel-plugin-codegen@0.73.4, 0.76.50.74.81 None 0 7.03 kB react-native-bot
npm/@react-native/babel-preset@0.73.21, 0.76.50.74.81 None 0 15 kB react-native-bot
npm/@react-native/codegen@0.73.3, 0.76.50.74.81 None 0 1.61 MB react-native-bot
npm/@react-native/community-cli-plugin@0.73.17, 0.73.180.74.81 None 0 63 kB react-native-bot
npm/@react-native/debugger-frontend@0.73.3, 0.76.50.74.81 None 0 12.1 MB react-native-bot
npm/@react-native/dev-middleware@0.73.8, 0.76.50.74.81 None 0 105 kB react-native-bot
npm/@react-native/gradle-plugin@0.73.4, 0.73.50.74.81 None 0 149 kB react-native-bot
npm/@react-native/js-polyfills@0.73.10.74.81 None 0 22.9 kB react-native-bot
npm/@react-native/metro-babel-transformer@0.73.150.74.81 None 0 7.92 kB react-native-bot
npm/@react-native/normalize-colors@0.73.2, 0.76.50.74.81 None 0 14.3 kB react-native-bot
npm/@react-native/virtualized-lists@0.73.40.74.81 None 0 167 kB react-native-bot
npm/chromedriver@122.0.6132.0.0 None 0 45.4 kB giggio
npm/expo-build-properties@0.11.10.12.5 None +2 301 kB brentvatne
npm/expo-status-bar@1.11.11.12.1 None 0 43.7 kB brentvatne
npm/expo-system-ui@2.9.43.0.7 None +1 59.4 kB brentvatne
npm/expo@52.0.2351.0.39 environment Transitive: eval, filesystem, network, shell, unsafe +301 129 MB brentvatne
npm/react-native@0.73.11, 0.73.60.74.0 Transitive: filesystem, shell +17 73.1 MB react-native-bot

🚮 Removed packages: npm/@intercom/intercom-react-native@7.0.1

View full report↗︎

Have feedback? Participate in our User Experience Survey 📊

@elizabit-b elizabit-b force-pushed the bump-to-8.4.0 branch 2 times, most recently from d385787 to e197436 Compare March 3, 2025 12:23
@elizabit-b elizabit-b marked this pull request as ready for review March 3, 2025 14:13
@@ -1,55 +0,0 @@
{
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this meant to be deleted?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, I accidentally pushed it with my own App ID and Key from testing 🤦‍♀️

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oooh wait I didn't have those in there.

I think I added that when I was setting up Expo and forgot to remove it.

@elizabit-b
Copy link
Contributor Author

It turns out we don't need this release.

@elizabit-b elizabit-b closed this Mar 3, 2025
@elizabit-b
Copy link
Contributor Author

elizabit-b commented Mar 7, 2025

Versioning in React Native Dependencies

We define the iOS and Android versions used in React Native with optimistic operators
i.e. ~> for iOS and + for Android, ensuring compatibility while allowing for non-breaking updates:

  • iOS (~> in CocoaPods):
    We use a version constraint e.g. ~> 18.6.1 which allows updates from 18.6.1 to 18.6.x (up to but not including 18.7.0).

  • Android (+ in Gradle):
    We use a version constraint e.g. 18.6.+ which allows updates to any patch version within 18.6.x

This means that by removing and reinstalling dependencies, you’ll automatically get the latest compatible patch version, which includes any fixes while avoiding breaking changes from a major version.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants