Skip to content

Commit e0106d0

Browse files
committed
chore: update dependencies and pin all versions
1 parent bdc263b commit e0106d0

8 files changed

Lines changed: 489 additions & 530 deletions

File tree

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
issues: write
1111
pull-requests: write
1212
steps:
13-
- uses: actions/stale@v10
13+
- uses: actions/stale@v10.2.0
1414
with:
1515
exempt-issue-labels: 'pinned,important'
1616
days-before-issue-stale: 7

example/.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.4
1+
4.0.2

example/Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
99
gem 'xcodeproj', '< 1.26.0'
1010
gem 'concurrent-ruby', '< 1.3.4'
1111

12-
# Ruby 3.4.0 has removed some libraries from the standard library.
12+
# Ruby 3.4.0+ has removed some libraries from the standard library.
1313
gem 'bigdecimal'
1414
gem 'logger'
1515
gem 'benchmark'
1616
gem 'mutex_m'
17+
gem 'nkf'
18+
gem 'tsort'

example/Gemfile.lock

Lines changed: 70 additions & 21 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.2)
4+
CFPropertyList (3.0.8)
5+
activesupport (7.2.3.1)
96
base64
107
benchmark (>= 0.3)
118
bigdecimal
@@ -14,18 +11,18 @@ GEM
1411
drb
1512
i18n (>= 1.6, < 2)
1613
logger (>= 1.4.2)
17-
minitest (>= 5.1)
14+
minitest (>= 5.1, < 6)
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.9)
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 (4.1.0)
2926
claide (1.1.0)
3027
cocoapods (1.15.2)
3128
addressable (~> 2.8)
@@ -66,34 +63,36 @@ GEM
6663
cocoapods-try (1.2.0)
6764
colored2 (3.1.2)
6865
concurrent-ruby (1.3.3)
69-
connection_pool (2.5.3)
66+
connection_pool (3.0.2)
7067
drb (2.2.3)
7168
escape (0.0.4)
72-
ethon (0.15.0)
69+
ethon (0.18.0)
7370
ffi (>= 1.15.0)
74-
ffi (1.17.2)
71+
logger
72+
ffi (1.17.4)
7573
fourflusher (2.3.1)
7674
fuzzy_match (2.0.4)
7775
gh_inspector (1.1.3)
7876
httpclient (2.9.0)
7977
mutex_m
80-
i18n (1.14.7)
78+
i18n (1.14.8)
8179
concurrent-ruby (~> 1.0)
82-
json (2.13.2)
80+
json (2.19.3)
8381
logger (1.7.0)
84-
minitest (5.25.5)
82+
minitest (5.27.0)
8583
molinillo (0.8.0)
8684
mutex_m (0.3.0)
8785
nanaimo (0.3.0)
8886
nap (1.1.0)
8987
netrc (0.11.0)
9088
nkf (0.2.0)
9189
public_suffix (4.0.7)
92-
rexml (3.4.2)
90+
rexml (3.4.4)
9391
ruby-macho (2.5.1)
9492
securerandom (0.4.1)
95-
typhoeus (1.5.0)
96-
ethon (>= 0.9.0, < 0.16.0)
93+
tsort (0.2.0)
94+
typhoeus (1.6.0)
95+
ethon (>= 0.18.0)
9796
tzinfo (2.0.6)
9897
concurrent-ruby (~> 1.0)
9998
xcodeproj (1.25.1)
@@ -115,10 +114,60 @@ DEPENDENCIES
115114
concurrent-ruby (< 1.3.4)
116115
logger
117116
mutex_m
117+
nkf
118+
tsort
118119
xcodeproj (< 1.26.0)
119120

121+
CHECKSUMS
122+
CFPropertyList (3.0.8) sha256=2c99d0d980536d3d7ab252f7bd59ac8be50fbdd1ff487c98c949bb66bb114261
123+
activesupport (7.2.3.1) sha256=11ebed516a43a0bb47346227a35ebae4d9427465a7c9eb197a03d5c8d283cb34
124+
addressable (2.8.9) sha256=cc154fcbe689711808a43601dee7b980238ce54368d23e127421753e46895485
125+
algoliasearch (1.27.5) sha256=26c1cddf3c2ec4bd60c148389e42702c98fdac862881dc6b07a4c0b89ffec853
126+
atomos (0.1.3) sha256=7d43b22f2454a36bace5532d30785b06de3711399cb1c6bf932573eda536789f
127+
base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
128+
benchmark (0.5.0) sha256=465df122341aedcb81a2a24b4d3bd19b6c67c1530713fd533f3ff034e419236c
129+
bigdecimal (4.1.0) sha256=6dc07767aa3dc456ccd48e7ae70a07b474e9afd7c5bc576f80bd6da5c8dd6cae
130+
claide (1.1.0) sha256=6d3c5c089dde904d96aa30e73306d0d4bd444b1accb9b3125ce14a3c0183f82e
131+
cocoapods (1.15.2) sha256=f0f5153de8d028d133b96f423e04f37fb97a1da0d11dda581a9f46c0cba4090a
132+
cocoapods-core (1.15.2) sha256=322650d97fe1ad4c0831a09669764b888bd91c6d79d0f6bb07281a17667a2136
133+
cocoapods-deintegrate (1.0.5) sha256=517c2a448ef563afe99b6e7668704c27f5de9e02715a88ee9de6974dc1b3f6a2
134+
cocoapods-downloader (2.1) sha256=bb6ebe1b3966dc4055de54f7a28b773485ac724fdf575d9bee2212d235e7b6d1
135+
cocoapods-plugins (1.0.0) sha256=725d17ce90b52f862e73476623fd91441b4430b742d8a071000831efb440ca9a
136+
cocoapods-search (1.0.1) sha256=1b133b0e6719ed439bd840e84a1828cca46425ab73a11eff5e096c3b2df05589
137+
cocoapods-trunk (1.6.0) sha256=5f5bda8c172afead48fa2d43a718cf534b1313c367ba1194cebdeb9bfee9ed31
138+
cocoapods-try (1.2.0) sha256=145b946c6e7747ed0301d975165157951153d27469e6b2763c83e25c84b9defe
139+
colored2 (3.1.2) sha256=b13c2bd7eeae2cf7356a62501d398e72fde78780bd26aec6a979578293c28b4a
140+
concurrent-ruby (1.3.3) sha256=4f9cd28965c4dcf83ffd3ea7304f9323277be8525819cb18a3b61edcb56a7c6a
141+
connection_pool (3.0.2) sha256=33fff5ba71a12d2aa26cb72b1db8bba2a1a01823559fb01d29eb74c286e62e0a
142+
drb (2.2.3) sha256=0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
143+
escape (0.0.4) sha256=e49f44ae2b4f47c6a3abd544ae77fe4157802794e32f19b8e773cbc4dcec4169
144+
ethon (0.18.0) sha256=b598afc9f30448cb068b850714b7d6948e941476095d04f90a4ac65b8d6efcb2
145+
ffi (1.17.4) sha256=bcd1642e06f0d16fc9e09ac6d49c3a7298b9789bcb58127302f934e437d60acf
146+
fourflusher (2.3.1) sha256=1b3de61c7c791b6a4e64f31e3719eb25203d151746bb519a0292bff1065ccaa9
147+
fuzzy_match (2.0.4) sha256=b5de4f95816589c5b5c3ad13770c0af539b75131c158135b3f3bbba75d0cfca5
148+
gh_inspector (1.1.3) sha256=04cca7171b87164e053aa43147971d3b7f500fcb58177698886b48a9fc4a1939
149+
httpclient (2.9.0) sha256=4b645958e494b2f86c2f8a2f304c959baa273a310e77a2931ddb986d83e498c8
150+
i18n (1.14.8) sha256=285778639134865c5e0f6269e0b818256017e8cde89993fdfcbfb64d088824a5
151+
json (2.19.3) sha256=289b0bb53052a1fa8c34ab33cc750b659ba14a5c45f3fcf4b18762dc67c78646
152+
logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
153+
minitest (5.27.0) sha256=2d3b17f8a36fe7801c1adcffdbc38233b938eb0b4966e97a6739055a45fa77d5
154+
molinillo (0.8.0) sha256=efbff2716324e2a30bccd3eba1ff3a735f4d5d53ffddbc6a2f32c0ca9433045d
155+
mutex_m (0.3.0) sha256=cfcb04ac16b69c4813777022fdceda24e9f798e48092a2b817eb4c0a782b0751
156+
nanaimo (0.3.0) sha256=aaaedc60497070b864a7e220f7c4b4cad3a0daddda2c30055ba8dae306342376
157+
nap (1.1.0) sha256=949691660f9d041d75be611bb2a8d2fd559c467537deac241f4097d9b5eea576
158+
netrc (0.11.0) sha256=de1ce33da8c99ab1d97871726cba75151113f117146becbe45aa85cb3dabee3f
159+
nkf (0.2.0) sha256=fbc151bda025451f627fafdfcb3f4f13d0b22ae11f58c6d3a2939c76c5f5f126
160+
public_suffix (4.0.7) sha256=8be161e2421f8d45b0098c042c06486789731ea93dc3a896d30554ee38b573b8
161+
rexml (3.4.4) sha256=19e0a2c3425dfbf2d4fc1189747bdb2f849b6c5e74180401b15734bc97b5d142
162+
ruby-macho (2.5.1) sha256=9075e52e0f9270b552a90b24fcc6219ad149b0d15eae1bc364ecd0ac8984f5c9
163+
securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
164+
tsort (0.2.0) sha256=9650a793f6859a43b6641671278f79cfead60ac714148aabe4e3f0060480089f
165+
typhoeus (1.6.0) sha256=bacc41c23e379547e29801dc235cd1699b70b955a1ba3d32b2b877aa844c331d
166+
tzinfo (2.0.6) sha256=8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b
167+
xcodeproj (1.25.1) sha256=9a2310dccf6d717076e86f602b17c640046b6f1dfe64480044596f6f2f13dc84
168+
120169
RUBY VERSION
121-
ruby 3.3.4p94
170+
ruby 4.0.2
122171

123172
BUNDLED WITH
124-
2.5.11
173+
4.0.6

example/ios/Podfile.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ PODS:
3535
- hermes-engine (250829098.0.9):
3636
- hermes-engine/Pre-built (= 250829098.0.9)
3737
- hermes-engine/Pre-built (250829098.0.9)
38-
- NitroModules (0.35.1):
38+
- NitroModules (0.35.2):
3939
- hermes-engine
4040
- RCTRequired
4141
- RCTTypeSafety
@@ -1909,7 +1909,7 @@ PODS:
19091909
- React-utils (= 0.84.1)
19101910
- ReactNativeDependencies
19111911
- ReactNativeDependencies (0.84.1)
1912-
- RNGestureHandler (2.30.0):
1912+
- RNGestureHandler (2.30.1):
19131913
- hermes-engine
19141914
- RCTRequired
19151915
- RCTTypeSafety
@@ -1959,7 +1959,7 @@ PODS:
19591959
- ReactNativeDependencies
19601960
- SVGKit (= 3.0.0)
19611961
- Yoga
1962-
- RNReanimated (4.2.2):
1962+
- RNReanimated (4.3.0):
19631963
- hermes-engine
19641964
- RCTRequired
19651965
- RCTTypeSafety
@@ -1981,10 +1981,11 @@ PODS:
19811981
- ReactCommon/turbomodule/bridging
19821982
- ReactCommon/turbomodule/core
19831983
- ReactNativeDependencies
1984-
- RNReanimated/reanimated (= 4.2.2)
1984+
- RNReanimated/apple (= 4.3.0)
1985+
- RNReanimated/common (= 4.3.0)
19851986
- RNWorklets
19861987
- Yoga
1987-
- RNReanimated/reanimated (4.2.2):
1988+
- RNReanimated/apple (4.3.0):
19881989
- hermes-engine
19891990
- RCTRequired
19901991
- RCTTypeSafety
@@ -2006,10 +2007,9 @@ PODS:
20062007
- ReactCommon/turbomodule/bridging
20072008
- ReactCommon/turbomodule/core
20082009
- ReactNativeDependencies
2009-
- RNReanimated/reanimated/apple (= 4.2.2)
20102010
- RNWorklets
20112011
- Yoga
2012-
- RNReanimated/reanimated/apple (4.2.2):
2012+
- RNReanimated/common (4.3.0):
20132013
- hermes-engine
20142014
- RCTRequired
20152015
- RCTTypeSafety
@@ -2080,7 +2080,7 @@ PODS:
20802080
- ReactCommon/turbomodule/core
20812081
- ReactNativeDependencies
20822082
- Yoga
2083-
- RNWorklets (0.7.4):
2083+
- RNWorklets (0.8.1):
20842084
- hermes-engine
20852085
- RCTRequired
20862086
- RCTTypeSafety
@@ -2102,9 +2102,10 @@ PODS:
21022102
- ReactCommon/turbomodule/bridging
21032103
- ReactCommon/turbomodule/core
21042104
- ReactNativeDependencies
2105-
- RNWorklets/worklets (= 0.7.4)
2105+
- RNWorklets/apple (= 0.8.1)
2106+
- RNWorklets/common (= 0.8.1)
21062107
- Yoga
2107-
- RNWorklets/worklets (0.7.4):
2108+
- RNWorklets/apple (0.8.1):
21082109
- hermes-engine
21092110
- RCTRequired
21102111
- RCTTypeSafety
@@ -2126,9 +2127,8 @@ PODS:
21262127
- ReactCommon/turbomodule/bridging
21272128
- ReactCommon/turbomodule/core
21282129
- ReactNativeDependencies
2129-
- RNWorklets/worklets/apple (= 0.7.4)
21302130
- Yoga
2131-
- RNWorklets/worklets/apple (0.7.4):
2131+
- RNWorklets/common (0.8.1):
21322132
- hermes-engine
21332133
- RCTRequired
21342134
- RCTTypeSafety
@@ -2418,7 +2418,7 @@ SPEC CHECKSUMS:
24182418
Google-Maps-iOS-Utils: cbaa0660586302c8d4149b43910a4973494ed64c
24192419
GoogleMaps: 133ba5beb4979592001a6cd0125a502243439ff9
24202420
hermes-engine: 0f49a842b975f3720533f9a7d353cd9e0f578f75
2421-
NitroModules: 3ccfac829344db72859f6ec0d07f58cfe39f4cd1
2421+
NitroModules: e9f827e79b3fac2d24e13d0e2c18e8d2848049e2
24222422
RCTDeprecation: af44b104091a34482596cd9bd7e8d90c4e9b4bd7
24232423
RCTRequired: bb77b070f75f53398ce43c0aaaa58337cebe2bf6
24242424
RCTSwiftUI: afc0a0a635860da1040a0b894bfd529da06d7810
@@ -2490,11 +2490,11 @@ SPEC CHECKSUMS:
24902490
ReactCodegen: 66522f37c7e4861aec1f6a574dee83917fad4397
24912491
ReactCommon: 07572bf9e687c8a52fbe4a3641e9e3a1a477c78e
24922492
ReactNativeDependencies: 17eb7fdb307db0b58324c7104907d5b0a2ff82e9
2493-
RNGestureHandler: d9e942967ed2a9a555c41591c4ee9dfeabee1f01
2493+
RNGestureHandler: 2d9fbac3450b0317d1d599a1db9c5f230221370e
24942494
RNGoogleMapsPlus: d664aacf5e1805ee943d82ead06da58b2c77a8fd
2495-
RNReanimated: e8365b1438aba0119ea2656b56e70b9a1708b930
2495+
RNReanimated: 46aa0432d0a44ce978333713d1db0cbe706d5c41
24962496
RNScreens: ca829379d20b0d1ff41a0b87bc37bdc50276cef5
2497-
RNWorklets: 30f9a363d681c776a5f9d74f6d21a6d1bb7bfe80
2497+
RNWorklets: bc32c788b41ef5f9ee519d6bf3f495b73fb7741b
24982498
SVGKit: 1ad7513f8c74d9652f94ed64ddecda1a23864dea
24992499
Yoga: 846fbe6f595136be802ad81d05688ff748839764
25002500

example/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,35 +11,35 @@
1111
"build:ios": "react-native build-ios --mode Debug --extra-params 'CODE_SIGNING_ALLOWED=NO CODE_SIGNING_REQUIRED=NO'"
1212
},
1313
"dependencies": {
14-
"@react-navigation/native": "7.1.33",
15-
"@react-navigation/native-stack": "7.14.5",
16-
"@react-navigation/stack": "7.8.5",
14+
"@react-navigation/native": "7.2.2",
15+
"@react-navigation/native-stack": "7.14.10",
16+
"@react-navigation/stack": "7.8.9",
1717
"react": "19.2.3",
18-
"react-hook-form": "7.71.2",
18+
"react-hook-form": "7.72.0",
1919
"react-native": "0.84.1",
2020
"react-native-clusterer": "5.0.2",
21-
"react-native-gesture-handler": "2.30.0",
21+
"react-native-gesture-handler": "2.30.1",
2222
"react-native-google-maps-plus": "workspace:*",
23-
"react-native-nitro-modules": "0.35.1",
24-
"react-native-reanimated": "4.2.2",
23+
"react-native-nitro-modules": "0.35.2",
24+
"react-native-reanimated": "4.3.0",
2525
"react-native-safe-area-context": "5.7.0",
2626
"react-native-screens": "4.24.0",
27-
"react-native-worklets": "0.7.4",
27+
"react-native-worklets": "0.8.1",
2828
"superstruct": "2.0.2"
2929
},
3030
"devDependencies": {
3131
"@babel/core": "7.29.0",
32-
"@babel/preset-env": "7.29.0",
33-
"@babel/runtime": "7.28.6",
34-
"@react-native-community/cli": "20.1.2",
35-
"@react-native-community/cli-platform-android": "20.1.2",
36-
"@react-native-community/cli-platform-ios": "20.1.2",
32+
"@babel/preset-env": "7.29.2",
33+
"@babel/runtime": "7.29.2",
34+
"@react-native-community/cli": "20.1.3",
35+
"@react-native-community/cli-platform-android": "20.1.3",
36+
"@react-native-community/cli-platform-ios": "20.1.3",
3737
"@react-native/babel-preset": "0.84.1",
3838
"@react-native/metro-config": "0.84.1",
3939
"@react-native/typescript-config": "0.84.1",
4040
"@types/react": "19.2.14",
41-
"babel-plugin-module-resolver": "5.0.2",
42-
"react-native-builder-bob": "0.40.18",
41+
"babel-plugin-module-resolver": "5.0.3",
42+
"react-native-builder-bob": "0.41.0",
4343
"react-native-monorepo-config": "0.3.3"
4444
},
4545
"engines": {

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@
7777
"provenance": true
7878
},
7979
"devDependencies": {
80-
"@commitlint/cli": "20.4.4",
81-
"@commitlint/config-conventional": "20.4.4",
80+
"@commitlint/cli": "20.5.0",
81+
"@commitlint/config-conventional": "20.5.0",
8282
"@eslint/compat": "2.0.3",
8383
"@eslint/eslintrc": "3.3.5",
8484
"@eslint/js": "9.39.4",
85-
"@expo/config-plugins": "55.0.6",
85+
"@expo/config-plugins": "55.0.7",
8686
"@react-native/babel-preset": "0.84.1",
8787
"@react-native/eslint-config": "0.84.1",
8888
"@semantic-release/changelog": "6.0.3",
@@ -91,26 +91,26 @@
9191
"@semantic-release/npm": "13.1.5",
9292
"@types/jest": "30.0.0",
9393
"@types/react": "19.2.14",
94-
"conventional-changelog-conventionalcommits": "9.3.0",
94+
"conventional-changelog-conventionalcommits": "9.3.1",
9595
"del-cli": "7.0.0",
9696
"eslint": "9.39.4",
9797
"eslint-config-prettier": "10.1.8",
9898
"eslint-import-resolver-typescript": "4.4.4",
9999
"eslint-plugin-import": "2.32.0",
100-
"eslint-plugin-jsdoc": "62.8.0",
100+
"eslint-plugin-jsdoc": "62.9.0",
101101
"eslint-plugin-prettier": "5.5.5",
102102
"eslint-plugin-tsdoc": "0.5.2",
103103
"eslint-plugin-unused-imports": "4.4.1",
104104
"jest": "30.3.0",
105105
"lefthook": "2.1.4",
106-
"nitrogen": "0.35.1",
106+
"nitrogen": "0.35.2",
107107
"prettier": "3.8.1",
108108
"react": "19.2.3",
109109
"react-native": "0.84.1",
110-
"react-native-builder-bob": "0.40.18",
111-
"react-native-nitro-modules": "0.35.1",
110+
"react-native-builder-bob": "0.41.0",
111+
"react-native-nitro-modules": "0.35.2",
112112
"semantic-release": "25.0.3",
113-
"typedoc": "0.28.17",
113+
"typedoc": "0.28.18",
114114
"typescript": "5.9.3"
115115
},
116116
"peerDependencies": {

0 commit comments

Comments
 (0)