Skip to content

Commit d367761

Browse files
Upgrade react-native to 0.85.3 (#596)
1 parent 9a2ea25 commit d367761

31 files changed

Lines changed: 3429 additions & 11308 deletions

.github/workflows/dependabot-update-lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup Node
3535
uses: actions/setup-node@v6
3636
with:
37-
node-version: '22'
37+
node-version-file: '.nvmrc'
3838
cache: 'yarn'
3939

4040
- name: Get ruby version from Gemfile.lock

.github/workflows/pull-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Node
3131
uses: actions/setup-node@v6
3232
with:
33-
node-version: '22'
33+
node-version-file: '.nvmrc'
3434
cache: 'yarn'
3535

3636
- name: Install node modules

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Node
3131
uses: actions/setup-node@v6
3232
with:
33-
node-version: '22'
33+
node-version-file: '.nvmrc'
3434
cache: 'yarn'
3535

3636
- name: Install node modules

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node
2828
uses: actions/setup-node@v6
2929
with:
30-
node-version: '22'
30+
node-version-file: '.nvmrc'
3131
cache: 'yarn'
3232

3333
- name: Install node modules

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
22.11

.yarn/releases/yarn-4.13.0.cjs

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

.yarn/releases/yarn-4.17.0.cjs

Lines changed: 944 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1+
approvedGitRepositories:
2+
- "**"
3+
14
compressionLevel: mixed
25

36
enableGlobalCache: false
47

8+
enableScripts: true
9+
510
nodeLinker: node-modules
611

7-
yarnPath: .yarn/releases/yarn-4.13.0.cjs
12+
npmMinimalAgeGate: 0
13+
14+
yarnPath: .yarn/releases/yarn-4.17.0.cjs

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ gem 'bigdecimal'
1414
gem 'logger'
1515
gem 'benchmark'
1616
gem 'mutex_m'
17+
gem 'nkf'

Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ DEPENDENCIES
115115
concurrent-ruby (< 1.3.4)
116116
logger
117117
mutex_m
118+
nkf
118119
xcodeproj (< 1.26.0)
119120

120121
RUBY VERSION

0 commit comments

Comments
 (0)