Skip to content

Commit 61585d2

Browse files
committed
build(deps): bump javascript versions and e2e react-native to 0.74.1
1 parent eded3c5 commit 61585d2

File tree

22 files changed

+1728
-874
lines changed

22 files changed

+1728
-874
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,30 +50,30 @@
5050
"format:markdown": "prettier --write \"docs/**/*.md\""
5151
},
5252
"devDependencies": {
53-
"@babel/core": "^7.24.4",
53+
"@babel/core": "^7.24.5",
5454
"@babel/plugin-proposal-class-properties": "^7.18.6",
5555
"@babel/plugin-proposal-private-methods": "^7.18.6",
5656
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
5757
"@babel/plugin-transform-class-properties": "^7.24.1",
58-
"@babel/preset-env": "^7.24.4",
58+
"@babel/preset-env": "^7.24.5",
5959
"@firebase/rules-unit-testing": "^3.0.2",
6060
"@octokit/core": "^5.2.0",
6161
"@tsconfig/node-lts": "^20.1.3",
62-
"@types/react": "^18.2.77",
62+
"@types/react": "^18.3.1",
6363
"@types/react-native": "^0.73.0",
64-
"@typescript-eslint/eslint-plugin": "^7.6.0",
65-
"@typescript-eslint/parser": "^7.6.0",
64+
"@typescript-eslint/eslint-plugin": "^7.8.0",
65+
"@typescript-eslint/parser": "^7.8.0",
6666
"babel-jest": "^29.7.0",
6767
"clang-format": "^1.8.0",
6868
"conventional-changelog-cli": "^4.1.0",
6969
"cross-env": "^7.0.3",
7070
"eslint": "^8.57.0",
7171
"eslint-config-prettier": "^9.1.0",
72-
"eslint-plugin-mocha": "^10.4.2",
72+
"eslint-plugin-mocha": "^10.4.3",
7373
"eslint-plugin-prettier": "^5.1.3",
7474
"eslint-plugin-react": "^7.34.1",
75-
"firebase": "^10.11.0",
76-
"firebase-tools": "^13.7.2",
75+
"firebase": "^10.11.1",
76+
"firebase-tools": "^13.8.0",
7777
"genversion": "^3.2.0",
7878
"google-java-format": "^1.3.2",
7979
"inquirer": "^8.2.6",

packages/app-check/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"expo": ">=47.0.0"
3030
},
3131
"devDependencies": {
32-
"expo": "^50.0.15"
32+
"expo": "^50.0.18"
3333
},
3434
"peerDependenciesMeta": {
3535
"expo": {

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"superstruct": "^0.6.2"
6262
},
6363
"devDependencies": {
64-
"expo": "^50.0.15"
64+
"expo": "^50.0.18"
6565
},
6666
"peerDependenciesMeta": {
6767
"expo": {

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@types/plist": "^3.0.5",
35-
"expo": "^50.0.15"
35+
"expo": "^50.0.18"
3636
},
3737
"peerDependenciesMeta": {
3838
"expo": {

packages/crashlytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"stacktrace-js": "^2.0.2"
3737
},
3838
"devDependencies": {
39-
"expo": "^50.0.15"
39+
"expo": "^50.0.18"
4040
},
4141
"peerDependenciesMeta": {
4242
"expo": {

packages/dynamic-links/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"expo": ">=47.0.0"
3030
},
3131
"devDependencies": {
32-
"expo": "^50.0.15"
32+
"expo": "^50.0.18"
3333
},
3434
"peerDependenciesMeta": {
3535
"expo": {

packages/messaging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"expo": ">=47.0.0"
2929
},
3030
"devDependencies": {
31-
"expo": "^50.0.15"
31+
"expo": "^50.0.18"
3232
},
3333
"peerDependenciesMeta": {
3434
"expo": {

packages/perf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"expo": ">=47.0.0"
3434
},
3535
"devDependencies": {
36-
"expo": "^50.0.15"
36+
"expo": "^50.0.18"
3737
},
3838
"peerDependenciesMeta": {
3939
"expo": {

tests/android/app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ dependencies {
145145

146146
// The version of react-native is set by the React Native Gradle Plugin
147147
implementation("com.facebook.react:react-android")
148-
implementation("com.facebook.react:flipper-integration")
149148

150149
implementation("androidx.annotation:annotation:${rootProject.ext.androidxAnnotationVersion}")
151150
implementation("androidx.appcompat:appcompat:${rootProject.ext.appCompatVersion}")

tests/android/app/src/main/java/com/invertase/testing/MainApplication.kt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import com.facebook.react.ReactPackage
1010
import com.facebook.react.defaults.DefaultNewArchitectureEntryPoint.load
1111
import com.facebook.react.defaults.DefaultReactHost.getDefaultReactHost
1212
import com.facebook.react.defaults.DefaultReactNativeHost
13-
import com.facebook.react.flipper.ReactNativeFlipper
1413
import com.facebook.soloader.SoLoader
1514
import io.invertase.firebase.app.ReactNativeFirebaseApp
1615
import io.invertase.jet.JetPackage
@@ -35,7 +34,7 @@ class MainApplication : Application(), ReactApplication {
3534
}
3635

3736
override val reactHost: ReactHost
38-
get() = getDefaultReactHost(this.applicationContext, reactNativeHost)
37+
get() = getDefaultReactHost(applicationContext, reactNativeHost)
3938

4039
override fun onCreate() {
4140
super.onCreate()
@@ -44,11 +43,6 @@ class MainApplication : Application(), ReactApplication {
4443
// If you opted-in for the New Architecture, we load the native entry point for this app.
4544
load()
4645
}
47-
48-
// Flipper only works on API >= 23
49-
if (Build.VERSION.SDK_INT > Build.VERSION_CODES.LOLLIPOP_MR1) {
50-
ReactNativeFlipper.initializeFlipper(this, reactNativeHost.reactInstanceManager)
51-
}
5246
ReactNativeFirebaseApp.initializeSecondaryApp("secondaryFromNative", this.applicationContext)
5347
}
5448
}

tests/android/app/src/main/res/drawable/rn_edit_text_material.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
android:insetLeft="@dimen/abc_edit_text_inset_horizontal_material"
1515
android:insetRight="@dimen/abc_edit_text_inset_horizontal_material"
1616
android:insetTop="@dimen/abc_edit_text_inset_top_material"
17-
android:insetBottom="@dimen/abc_edit_text_inset_bottom_material">
17+
android:insetBottom="@dimen/abc_edit_text_inset_bottom_material"
18+
>
1819
<selector>
1920
<!--
2021
This file is a copy of abc_edit_text_material (https://bit.ly/3k8fX7I).

tests/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
ext.compileSdkVersion = 34
55
ext.targetSdkVersion = 34
66

7-
ext.ndkVersion = "25.1.8937393"
7+
ext.ndkVersion = "26.1.10909125"
88

99
ext.kotlinVersion = '1.9.22' // https://kotlinlang.org/releases.html
1010
ext.supportLibVersion = '1.12.0' // this maps to androidx.core https://developer.android.com/jetpack/androidx/releases/core
-9 Bytes
Binary file not shown.

tests/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

tests/ios/Podfile

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,8 @@ require Pod::Executable.execute_command('node', ['-p',
3535
platform :ios, min_ios_version_supported
3636
prepare_react_native_project!
3737

38-
# If you are using a `react-native-flipper` your iOS build will fail when `NO_FLIPPER=1` is set.
39-
# because `react-native-flipper` depends on (FlipperKit,...) that will be excluded
40-
#
41-
# To fix this you can also exclude `react-native-flipper` using a `react-native.config.js`
42-
# ```js
43-
# module.exports = {
44-
# dependencies: {
45-
# ...(process.env.NO_FLIPPER ? { 'react-native-flipper': { platforms: { ios: null } } } : {}),
46-
# ```
47-
flipper_config = FlipperConfiguration.disabled # ENV['NO_FLIPPER'] == "1" ? FlipperConfiguration.disabled : FlipperConfiguration.enabled
48-
# set this to static and toggle '$RNFirebaseAsStaticFramework' above to test static frameworks)
49-
linkage = 'static' # ENV['USE_FRAMEWORKS']
38+
# set this to static and toggle '$RNFirebaseAsStaticFramework' above to test static frameworks)
39+
linkage = 'static' # ENV['USE_FRAMEWORKS']
5040
if linkage != nil
5141
Pod::UI.puts "Configuring Pod with #{linkage}ally linked Frameworks".green
5242
use_frameworks! :linkage => linkage.to_sym
@@ -60,11 +50,6 @@ target 'testing' do
6050

6151
use_react_native!(
6252
:path => config[:reactNativePath],
63-
# Enables Flipper.
64-
#
65-
# Note that if you have use_frameworks! enabled, Flipper will not work and
66-
# you should disable the next line.
67-
#:flipper_configuration => flipper_config,
6853
# An absolute path to your application root.
6954
:app_path => "#{Pod::Config.instance.installation_root}/.."
7055
)
@@ -80,7 +65,8 @@ target 'testing' do
8065
react_native_post_install(
8166
installer,
8267
config[:reactNativePath],
83-
:mac_catalyst_enabled => false
68+
:mac_catalyst_enabled => false,
69+
# :ccache_enabled => true
8470
)
8571

8672
installer.aggregate_targets.each do |aggregate_target|

0 commit comments

Comments
 (0)