Skip to content

Commit dd04fe3

Browse files
subhankarmaitidependabot[bot]snyk-bot
authored andcommitted
chore(deps): upgrade React Native to 0.82.0 and related dependencies (auth0#1348)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: snyk-bot <[email protected]>
1 parent 40ab50a commit dd04fe3

File tree

14 files changed

+1190
-1061
lines changed

14 files changed

+1190
-1061
lines changed

example/Gemfile.lock

Lines changed: 43 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,27 @@ GEM
55
base64
66
nkf
77
rexml
8-
activesupport (6.1.7.10)
9-
concurrent-ruby (~> 1.0, >= 1.0.2)
8+
activesupport (7.2.2.2)
9+
base64
10+
benchmark (>= 0.3)
11+
bigdecimal
12+
concurrent-ruby (~> 1.0, >= 1.3.1)
13+
connection_pool (>= 2.2.5)
14+
drb
1015
i18n (>= 1.6, < 2)
16+
logger (>= 1.4.2)
1117
minitest (>= 5.1)
12-
tzinfo (~> 2.0)
13-
zeitwerk (~> 2.3)
18+
securerandom (>= 0.3)
19+
tzinfo (~> 2.0, >= 2.0.5)
1420
addressable (2.8.7)
1521
public_suffix (>= 2.0.2, < 7.0)
1622
algoliasearch (1.27.5)
1723
httpclient (~> 2.8, >= 2.8.3)
1824
json (>= 1.5.1)
1925
atomos (0.1.3)
20-
base64 (0.2.0)
21-
benchmark (0.4.0)
22-
bigdecimal (3.1.9)
26+
base64 (0.3.0)
27+
benchmark (0.4.1)
28+
bigdecimal (3.3.1)
2329
claide (1.1.0)
2430
cocoapods (1.15.2)
2531
addressable (~> 2.8)
@@ -60,31 +66,44 @@ GEM
6066
cocoapods-try (1.2.0)
6167
colored2 (3.1.2)
6268
concurrent-ruby (1.3.3)
69+
connection_pool (2.5.4)
70+
drb (2.2.3)
6371
escape (0.0.4)
64-
ethon (0.16.0)
72+
ethon (0.15.0)
6573
ffi (>= 1.15.0)
6674
ffi (1.17.2)
75+
ffi (1.17.2-aarch64-linux-gnu)
76+
ffi (1.17.2-aarch64-linux-musl)
77+
ffi (1.17.2-arm-linux-gnu)
78+
ffi (1.17.2-arm-linux-musl)
79+
ffi (1.17.2-arm64-darwin)
80+
ffi (1.17.2-x86-linux-gnu)
81+
ffi (1.17.2-x86-linux-musl)
82+
ffi (1.17.2-x86_64-darwin)
83+
ffi (1.17.2-x86_64-linux-gnu)
84+
ffi (1.17.2-x86_64-linux-musl)
6785
fourflusher (2.3.1)
6886
fuzzy_match (2.0.4)
6987
gh_inspector (1.1.3)
7088
httpclient (2.9.0)
7189
mutex_m
7290
i18n (1.14.7)
7391
concurrent-ruby (~> 1.0)
74-
json (2.7.6)
92+
json (2.15.1)
7593
logger (1.7.0)
76-
minitest (5.25.4)
94+
minitest (5.26.0)
7795
molinillo (0.8.0)
7896
mutex_m (0.3.0)
7997
nanaimo (0.3.0)
8098
nap (1.1.0)
8199
netrc (0.11.0)
82100
nkf (0.2.0)
83101
public_suffix (4.0.7)
84-
rexml (3.4.1)
102+
rexml (3.4.4)
85103
ruby-macho (2.5.1)
86-
typhoeus (1.4.1)
87-
ethon (>= 0.9.0)
104+
securerandom (0.4.1)
105+
typhoeus (1.5.0)
106+
ethon (>= 0.9.0, < 0.16.0)
88107
tzinfo (2.0.6)
89108
concurrent-ruby (~> 1.0)
90109
xcodeproj (1.25.1)
@@ -94,10 +113,19 @@ GEM
94113
colored2 (~> 3.1)
95114
nanaimo (~> 0.3.0)
96115
rexml (>= 3.3.6, < 4.0)
97-
zeitwerk (2.6.18)
98116

99117
PLATFORMS
118+
aarch64-linux-gnu
119+
aarch64-linux-musl
120+
arm-linux-gnu
121+
arm-linux-musl
122+
arm64-darwin
100123
ruby
124+
x86-linux-gnu
125+
x86-linux-musl
126+
x86_64-darwin
127+
x86_64-linux-gnu
128+
x86_64-linux-musl
101129

102130
DEPENDENCIES
103131
activesupport (>= 6.1.7.5, != 7.1.0)
@@ -110,7 +138,7 @@ DEPENDENCIES
110138
xcodeproj (< 1.26.0)
111139

112140
RUBY VERSION
113-
ruby 2.6.10p210
141+
ruby 3.4.2p28
114142

115143
BUNDLED WITH
116144
2.6.9

example/android/app/src/debug/AndroidManifest.xml

Lines changed: 0 additions & 11 deletions
This file was deleted.

example/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
android:roundIcon="@mipmap/ic_launcher_round"
1010
android:allowBackup="false"
1111
android:theme="@style/AppTheme"
12+
android:usesCleartextTraffic="${usesCleartextTraffic}"
1213
android:supportsRtl="true">
1314
<activity
1415
android:name=".MainActivity"

example/android/app/src/main/java/com/auth0example/MainApplication.kt

Lines changed: 10 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,21 @@ import android.app.Application
44
import com.facebook.react.PackageList
55
import com.facebook.react.ReactApplication
66
import com.facebook.react.ReactHost
7-
import com.facebook.react.ReactNativeHost
8-
import com.facebook.react.ReactPackage
97
import com.facebook.react.ReactNativeApplicationEntryPoint.loadReactNative
108
import com.facebook.react.defaults.DefaultReactHost.getDefaultReactHost
11-
import com.facebook.react.defaults.DefaultReactNativeHost
129

1310
class MainApplication : Application(), ReactApplication {
1411

15-
override val reactNativeHost: ReactNativeHost =
16-
object : DefaultReactNativeHost(this) {
17-
override fun getPackages(): List<ReactPackage> =
18-
PackageList(this).packages.apply {
19-
// Packages that cannot be autolinked yet can be added manually here, for example:
20-
// add(MyReactNativePackage())
21-
}
22-
23-
override fun getJSMainModuleName(): String = "index"
24-
25-
override fun getUseDeveloperSupport(): Boolean = BuildConfig.DEBUG
26-
27-
override val isNewArchEnabled: Boolean = BuildConfig.IS_NEW_ARCHITECTURE_ENABLED
28-
override val isHermesEnabled: Boolean = BuildConfig.IS_HERMES_ENABLED
29-
}
30-
31-
override val reactHost: ReactHost
32-
get() = getDefaultReactHost(applicationContext, reactNativeHost)
12+
override val reactHost: ReactHost by lazy {
13+
getDefaultReactHost(
14+
context = applicationContext,
15+
packageList =
16+
PackageList(this).packages.apply {
17+
// Packages that cannot be autolinked yet can be added manually here, for example:
18+
// add(MyReactNativePackage())
19+
},
20+
)
21+
}
3322

3423
override fun onCreate() {
3524
super.onCreate()

example/android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
buildscript {
22
ext {
3-
buildToolsVersion = "35.0.0"
3+
buildToolsVersion = "36.0.0"
44
minSdkVersion = 24
5-
compileSdkVersion = 35
6-
targetSdkVersion = 35
5+
compileSdkVersion = 36
6+
targetSdkVersion = 36
77
ndkVersion = "27.1.12297006"
88
kotlinVersion = "2.1.20"
99
}

example/android/gradle.properties

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,8 @@ newArchEnabled=true
3737
# Use this property to enable or disable the Hermes JS engine.
3838
# If set to false, you will be using JSC instead.
3939
hermesEnabled=true
40+
41+
# Use this property to enable edge-to-edge display support.
42+
# This allows your app to draw behind system bars for an immersive UI.
43+
# Note: Only works with ReactActivity and should not be used with custom Activity.
44+
edgeToEdgeEnabled=false
1.65 KB
Binary file not shown.

example/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.14.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

example/android/gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
#
4-
# Copyright © 2015-2021 the original authors.
4+
# Copyright © 2015 the original authors.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

example/ios/Auth0Example/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<key>CADisableMinimumFrameDurationOnPhone</key>
6+
<true/>
57
<key>CFBundleDevelopmentRegion</key>
68
<string>en</string>
79
<key>CFBundleDisplayName</key>

0 commit comments

Comments
 (0)