Skip to content

Commit 7e2874a

Browse files
fix(deps): update all non-major dependencies
1 parent 5824202 commit 7e2874a

File tree

16 files changed

+2259
-2671
lines changed

16 files changed

+2259
-2671
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.0
1+
3.4.8

apps/example-host/Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ ruby ">= 2.6.10"
66
# Exclude problematic versions of cocoapods and activesupport that causes build failures.
77
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
88
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
9-
gem 'xcodeproj', '< 1.26.0'
10-
gem 'concurrent-ruby', '< 1.3.4'
9+
gem 'xcodeproj', '< 1.27.1'
10+
gem 'concurrent-ruby', '< 1.3.7'
1111

1212
# Ruby 3.4.0 has removed some libraries from the standard library.
1313
gem 'bigdecimal'

apps/example-host/Gemfile.lock

Lines changed: 27 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.7)
5-
base64
6-
nkf
7-
rexml
8-
activesupport (7.2.2.1)
4+
CFPropertyList (3.0.8)
5+
activesupport (7.2.3)
96
base64
107
benchmark (>= 0.3)
118
bigdecimal
@@ -17,20 +14,20 @@ GEM
1714
minitest (>= 5.1)
1815
securerandom (>= 0.3)
1916
tzinfo (~> 2.0, >= 2.0.5)
20-
addressable (2.8.7)
21-
public_suffix (>= 2.0.2, < 7.0)
17+
addressable (2.8.8)
18+
public_suffix (>= 2.0.2, < 8.0)
2219
algoliasearch (1.27.5)
2320
httpclient (~> 2.8, >= 2.8.3)
2421
json (>= 1.5.1)
2522
atomos (0.1.3)
26-
base64 (0.2.0)
27-
benchmark (0.4.0)
28-
bigdecimal (3.1.9)
23+
base64 (0.3.0)
24+
benchmark (0.5.0)
25+
bigdecimal (3.3.1)
2926
claide (1.1.0)
30-
cocoapods (1.15.2)
27+
cocoapods (1.16.2)
3128
addressable (~> 2.8)
3229
claide (>= 1.0.2, < 2.0)
33-
cocoapods-core (= 1.15.2)
30+
cocoapods-core (= 1.16.2)
3431
cocoapods-deintegrate (>= 1.0.3, < 2.0)
3532
cocoapods-downloader (>= 2.1, < 3.0)
3633
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -44,8 +41,8 @@ GEM
4441
molinillo (~> 0.8.0)
4542
nap (~> 1.0)
4643
ruby-macho (>= 2.3.0, < 3.0)
47-
xcodeproj (>= 1.23.0, < 2.0)
48-
cocoapods-core (1.15.2)
44+
xcodeproj (>= 1.27.0, < 2.0)
45+
cocoapods-core (1.16.2)
4946
activesupport (>= 5.0, < 8)
5047
addressable (~> 2.8)
5148
algoliasearch (~> 1.0)
@@ -65,43 +62,42 @@ GEM
6562
netrc (~> 0.11)
6663
cocoapods-try (1.2.0)
6764
colored2 (3.1.2)
68-
concurrent-ruby (1.3.3)
69-
connection_pool (2.5.3)
70-
drb (2.2.1)
65+
concurrent-ruby (1.3.6)
66+
connection_pool (2.5.5)
67+
drb (2.2.3)
7168
escape (0.0.4)
72-
ethon (0.16.0)
69+
ethon (0.15.0)
7370
ffi (>= 1.15.0)
74-
ffi (1.17.2)
71+
ffi (1.17.3)
7572
fourflusher (2.3.1)
7673
fuzzy_match (2.0.4)
7774
gh_inspector (1.1.3)
7875
httpclient (2.9.0)
7976
mutex_m
80-
i18n (1.14.7)
77+
i18n (1.14.8)
8178
concurrent-ruby (~> 1.0)
82-
json (2.11.3)
79+
json (2.18.0)
8380
logger (1.7.0)
84-
minitest (5.25.5)
81+
minitest (5.27.0)
8582
molinillo (0.8.0)
8683
mutex_m (0.3.0)
87-
nanaimo (0.3.0)
84+
nanaimo (0.4.0)
8885
nap (1.1.0)
8986
netrc (0.11.0)
90-
nkf (0.2.0)
9187
public_suffix (4.0.7)
92-
rexml (3.4.2)
88+
rexml (3.4.4)
9389
ruby-macho (2.5.1)
9490
securerandom (0.4.1)
95-
typhoeus (1.4.1)
96-
ethon (>= 0.9.0)
91+
typhoeus (1.5.0)
92+
ethon (>= 0.9.0, < 0.16.0)
9793
tzinfo (2.0.6)
9894
concurrent-ruby (~> 1.0)
99-
xcodeproj (1.25.1)
95+
xcodeproj (1.27.0)
10096
CFPropertyList (>= 2.3.3, < 4.0)
10197
atomos (~> 0.1.3)
10298
claide (>= 1.0.2, < 2.0)
10399
colored2 (~> 3.1)
104-
nanaimo (~> 0.3.0)
100+
nanaimo (~> 0.4.0)
105101
rexml (>= 3.3.6, < 4.0)
106102

107103
PLATFORMS
@@ -112,10 +108,10 @@ DEPENDENCIES
112108
benchmark
113109
bigdecimal
114110
cocoapods (>= 1.13, != 1.15.1, != 1.15.0)
115-
concurrent-ruby (< 1.3.4)
111+
concurrent-ruby (< 1.3.7)
116112
logger
117113
mutex_m
118-
xcodeproj (< 1.26.0)
114+
xcodeproj (< 1.27.1)
119115

120116
RUBY VERSION
121117
ruby 3.1.0p0

apps/example-host/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-8.14.4-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

apps/example-host/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
},
2828
"dependencies": {
2929
"@react-native-async-storage/async-storage": "^2.2.0",
30-
"react": "19.1.0",
31-
"react-native": "0.80.0",
30+
"react": "19.2.4",
31+
"react-native": "0.83.1",
3232
"react-native-floating-action": "^1.22.0",
3333
"react-native-pell-rich-editor": "^1.10.0",
3434
"react-native-restart-app": "^1.0.7",
@@ -38,17 +38,17 @@
3838
"@babel/core": "^7.25.2",
3939
"@babel/preset-env": "^7.25.3",
4040
"@babel/runtime": "^7.25.0",
41-
"@module-federation/metro": "0.18.4",
42-
"@module-federation/metro-plugin-rnef": "0.18.4",
43-
"@module-federation/runtime": "^0.15.0",
44-
"@react-native/babel-preset": "0.80.0",
45-
"@react-native/eslint-config": "0.80.0",
46-
"@react-native/metro-config": "0.80.0",
47-
"@react-native/typescript-config": "0.80.0",
48-
"@rnef/cli": "^0.7.25",
49-
"@rnef/platform-android": "^0.7.25",
50-
"@rnef/platform-ios": "^0.7.25",
51-
"@rnef/plugin-metro": "^0.7.25",
41+
"@module-federation/metro": "0.23.0",
42+
"@module-federation/metro-plugin-rnef": "0.23.0",
43+
"@module-federation/runtime": "^0.23.0",
44+
"@react-native/babel-preset": "0.83.1",
45+
"@react-native/eslint-config": "0.83.1",
46+
"@react-native/metro-config": "0.83.1",
47+
"@react-native/typescript-config": "0.83.1",
48+
"@rnef/cli": "^0.8.0",
49+
"@rnef/platform-android": "^0.8.0",
50+
"@rnef/platform-ios": "^0.8.0",
51+
"@rnef/plugin-metro": "^0.8.0",
5252
"@types/jest": "^29.5.13",
5353
"@types/lodash": "^4",
5454
"@types/react": "^19.1.0",
@@ -57,9 +57,9 @@
5757
"jest": "^29.6.3",
5858
"nodemon": "^3.1.9",
5959
"prettier": "2.8.8",
60-
"react-test-renderer": "19.1.0",
61-
"typescript": "5.0.4",
62-
"zephyr-metro-plugin": "0.0.0-canary-20250813124421",
60+
"react-test-renderer": "19.2.4",
61+
"typescript": "5.9.3",
62+
"zephyr-metro-plugin": "0.1.10",
6363
"zephyr-metro-rnef-plugin": "workspace:*"
6464
},
6565
"engines": {

apps/notes-list/Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ ruby ">= 2.6.10"
66
# Exclude problematic versions of cocoapods and activesupport that causes build failures.
77
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
88
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
9-
gem 'xcodeproj', '< 1.26.0'
10-
gem 'concurrent-ruby', '< 1.3.4'
9+
gem 'xcodeproj', '< 1.27.1'
10+
gem 'concurrent-ruby', '< 1.3.7'
1111

1212
# Ruby 3.4.0 has removed some libraries from the standard library.
1313
gem 'bigdecimal'

apps/notes-list/Gemfile.lock

Lines changed: 25 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.7)
5-
base64
6-
nkf
7-
rexml
8-
activesupport (7.2.2.1)
4+
CFPropertyList (3.0.8)
5+
activesupport (7.2.3)
96
base64
107
benchmark (>= 0.3)
118
bigdecimal
@@ -17,20 +14,20 @@ GEM
1714
minitest (>= 5.1)
1815
securerandom (>= 0.3)
1916
tzinfo (~> 2.0, >= 2.0.5)
20-
addressable (2.8.7)
21-
public_suffix (>= 2.0.2, < 7.0)
17+
addressable (2.8.8)
18+
public_suffix (>= 2.0.2, < 8.0)
2219
algoliasearch (1.27.5)
2320
httpclient (~> 2.8, >= 2.8.3)
2421
json (>= 1.5.1)
2522
atomos (0.1.3)
2623
base64 (0.3.0)
27-
benchmark (0.4.1)
28-
bigdecimal (3.2.2)
24+
benchmark (0.5.0)
25+
bigdecimal (3.3.1)
2926
claide (1.1.0)
30-
cocoapods (1.15.2)
27+
cocoapods (1.16.2)
3128
addressable (~> 2.8)
3229
claide (>= 1.0.2, < 2.0)
33-
cocoapods-core (= 1.15.2)
30+
cocoapods-core (= 1.16.2)
3431
cocoapods-deintegrate (>= 1.0.3, < 2.0)
3532
cocoapods-downloader (>= 2.1, < 3.0)
3633
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -44,8 +41,8 @@ GEM
4441
molinillo (~> 0.8.0)
4542
nap (~> 1.0)
4643
ruby-macho (>= 2.3.0, < 3.0)
47-
xcodeproj (>= 1.23.0, < 2.0)
48-
cocoapods-core (1.15.2)
44+
xcodeproj (>= 1.27.0, < 2.0)
45+
cocoapods-core (1.16.2)
4946
activesupport (>= 5.0, < 8)
5047
addressable (~> 2.8)
5148
algoliasearch (~> 1.0)
@@ -65,43 +62,42 @@ GEM
6562
netrc (~> 0.11)
6663
cocoapods-try (1.2.0)
6764
colored2 (3.1.2)
68-
concurrent-ruby (1.3.3)
69-
connection_pool (2.5.3)
65+
concurrent-ruby (1.3.6)
66+
connection_pool (2.5.5)
7067
drb (2.2.3)
7168
escape (0.0.4)
72-
ethon (0.16.0)
69+
ethon (0.15.0)
7370
ffi (>= 1.15.0)
74-
ffi (1.17.2)
71+
ffi (1.17.3)
7572
fourflusher (2.3.1)
7673
fuzzy_match (2.0.4)
7774
gh_inspector (1.1.3)
7875
httpclient (2.9.0)
7976
mutex_m
80-
i18n (1.14.7)
77+
i18n (1.14.8)
8178
concurrent-ruby (~> 1.0)
82-
json (2.12.2)
79+
json (2.18.0)
8380
logger (1.7.0)
84-
minitest (5.25.5)
81+
minitest (5.27.0)
8582
molinillo (0.8.0)
8683
mutex_m (0.3.0)
87-
nanaimo (0.3.0)
84+
nanaimo (0.4.0)
8885
nap (1.1.0)
8986
netrc (0.11.0)
90-
nkf (0.2.0)
9187
public_suffix (4.0.7)
92-
rexml (3.4.2)
88+
rexml (3.4.4)
9389
ruby-macho (2.5.1)
9490
securerandom (0.4.1)
95-
typhoeus (1.4.1)
96-
ethon (>= 0.9.0)
91+
typhoeus (1.5.0)
92+
ethon (>= 0.9.0, < 0.16.0)
9793
tzinfo (2.0.6)
9894
concurrent-ruby (~> 1.0)
99-
xcodeproj (1.25.1)
95+
xcodeproj (1.27.0)
10096
CFPropertyList (>= 2.3.3, < 4.0)
10197
atomos (~> 0.1.3)
10298
claide (>= 1.0.2, < 2.0)
10399
colored2 (~> 3.1)
104-
nanaimo (~> 0.3.0)
100+
nanaimo (~> 0.4.0)
105101
rexml (>= 3.3.6, < 4.0)
106102

107103
PLATFORMS
@@ -112,10 +108,10 @@ DEPENDENCIES
112108
benchmark
113109
bigdecimal
114110
cocoapods (>= 1.13, != 1.15.1, != 1.15.0)
115-
concurrent-ruby (< 1.3.4)
111+
concurrent-ruby (< 1.3.7)
116112
logger
117113
mutex_m
118-
xcodeproj (< 1.26.0)
114+
xcodeproj (< 1.27.1)
119115

120116
RUBY VERSION
121117
ruby 3.1.0p0

apps/notes-list/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-8.14.4-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

apps/notes-list/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,27 +21,27 @@
2121
"adbreverse": "adb reverse tcp:8083 tcp:8083"
2222
},
2323
"dependencies": {
24-
"react": "19.1.0",
25-
"react-native": "0.80.0",
24+
"react": "19.2.4",
25+
"react-native": "0.83.1",
2626
"react-native-pell-rich-editor": "^1.10.0",
2727
"react-native-webview": "^13.15.0"
2828
},
2929
"devDependencies": {
3030
"@babel/core": "^7.25.2",
3131
"@babel/preset-env": "^7.25.3",
3232
"@babel/runtime": "^7.25.0",
33-
"@module-federation/metro": "0.18.4",
34-
"@module-federation/metro-plugin-rnef": "0.18.4",
35-
"@module-federation/runtime": "^0.15.0",
33+
"@module-federation/metro": "0.23.0",
34+
"@module-federation/metro-plugin-rnef": "0.23.0",
35+
"@module-federation/runtime": "^0.23.0",
3636
"@react-native-community/cli": "^19.1.0",
37-
"@react-native/babel-preset": "0.80.0",
38-
"@react-native/eslint-config": "0.80.0",
39-
"@react-native/metro-config": "0.80.0",
40-
"@react-native/typescript-config": "0.80.0",
41-
"@rnef/cli": "^0.7.25",
42-
"@rnef/platform-android": "^0.7.25",
43-
"@rnef/platform-ios": "^0.7.25",
44-
"@rnef/plugin-metro": "^0.7.25",
37+
"@react-native/babel-preset": "0.83.1",
38+
"@react-native/eslint-config": "0.83.1",
39+
"@react-native/metro-config": "0.83.1",
40+
"@react-native/typescript-config": "0.83.1",
41+
"@rnef/cli": "^0.8.0",
42+
"@rnef/platform-android": "^0.8.0",
43+
"@rnef/platform-ios": "^0.8.0",
44+
"@rnef/plugin-metro": "^0.8.0",
4545
"@types/jest": "^29.5.13",
4646
"@types/lodash": "^4",
4747
"@types/react": "^19.1.0",
@@ -50,10 +50,10 @@
5050
"jest": "^29.6.3",
5151
"nodemon": "^3.1.9",
5252
"prettier": "2.8.8",
53-
"react-test-renderer": "19.1.0",
53+
"react-test-renderer": "19.2.4",
5454
"serve": "^14.2.4",
55-
"typescript": "5.0.4",
56-
"zephyr-metro-plugin": "0.0.0-canary-20250813124421",
55+
"typescript": "5.9.3",
56+
"zephyr-metro-plugin": "0.1.10",
5757
"zephyr-metro-rnef-plugin": "workspace:*"
5858
},
5959
"engines": {

0 commit comments

Comments
 (0)