@depup/expo__cli 55.0.21-depup.0 → 55.0.22-depup.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -13,10 +13,10 @@ npm install @depup/expo__cli
13
13
 
14
14
  | Field | Value |
15
15
  |-------|-------|
16
- | Original | [@expo/cli](https://www.npmjs.com/package/@expo/cli) @ 55.0.21 |
17
- | Processed | 2026-04-02 |
16
+ | Original | [@expo/cli](https://www.npmjs.com/package/@expo/cli) @ 55.0.22 |
17
+ | Processed | 2026-04-07 |
18
18
  | Smoke test | failed |
19
- | Deps updated | 28 |
19
+ | Deps updated | 29 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
@@ -24,7 +24,7 @@ npm install @depup/expo__cli
24
24
  |------------|------|-----|
25
25
  | @expo/ws-tunnel | ^1.0.1 | ^1.0.6 |
26
26
  | @expo/xcpretty | ^4.4.0 | ^4.4.1 |
27
- | @react-native/dev-middleware | 0.83.4 | ^0.84.1 |
27
+ | @react-native/dev-middleware | 0.83.4 | ^0.85.0 |
28
28
  | bplist-creator | 0.1.0 | ^0.1.1 |
29
29
  | bplist-parser | ^0.3.1 | ^0.3.2 |
30
30
  | chalk | ^4.0.0 | ^5.6.2 |
@@ -34,6 +34,7 @@ npm install @depup/expo__cli
34
34
  | dnssd-advertise | ^1.1.3 | ^1.1.4 |
35
35
  | fetch-nodeshim | ^0.4.6 | ^0.4.10 |
36
36
  | glob | ^13.0.0 | ^13.0.6 |
37
+ | lan-network | ^0.2.0 | ^0.2.1 |
37
38
  | multitars | ^0.2.3 | ^0.2.4 |
38
39
  | node-forge | ^1.3.3 | ^1.4.0 |
39
40
  | npm-package-arg | ^11.0.0 | ^13.0.2 |
package/build/bin/cli CHANGED
@@ -139,7 +139,7 @@ const args = (0, _arg().default)({
139
139
  });
140
140
  if (args['--version']) {
141
141
  // Version is added in the build script.
142
- console.log("55.0.21");
142
+ console.log("55.0.22");
143
143
  process.exit(0);
144
144
  }
145
145
  if (args['--non-interactive']) {
@@ -70,7 +70,7 @@ function getInitMetadata() {
70
70
  return {
71
71
  format: 'v0-jsonl',
72
72
  // Version is added in the build script.
73
- version: "55.0.21" ?? 'UNVERSIONED'
73
+ version: "55.0.22" ?? 'UNVERSIONED'
74
74
  };
75
75
  }
76
76
  function installEventLogger(env = process.env.LOG_EVENTS) {
@@ -26,7 +26,7 @@ class FetchClient {
26
26
  this.headers = {
27
27
  accept: 'application/json',
28
28
  'content-type': 'application/json',
29
- 'user-agent': `expo-cli/${"55.0.21"}`,
29
+ 'user-agent': `expo-cli/${"55.0.22"}`,
30
30
  authorization: 'Basic ' + _nodebuffer().Buffer.from(`${target}:`).toString('base64')
31
31
  };
32
32
  }
@@ -83,7 +83,7 @@ function createContext() {
83
83
  cpu: summarizeCpuInfo(),
84
84
  app: {
85
85
  name: 'expo/cli',
86
- version: "55.0.21"
86
+ version: "55.0.22"
87
87
  },
88
88
  ci: _ciinfo().isCI ? {
89
89
  name: _ciinfo().name,
package/changes.json CHANGED
@@ -10,7 +10,7 @@
10
10
  },
11
11
  "@react-native/dev-middleware": {
12
12
  "from": "0.83.4",
13
- "to": "^0.84.1"
13
+ "to": "^0.85.0"
14
14
  },
15
15
  "bplist-creator": {
16
16
  "from": "0.1.0",
@@ -48,6 +48,10 @@
48
48
  "from": "^13.0.0",
49
49
  "to": "^13.0.6"
50
50
  },
51
+ "lan-network": {
52
+ "from": "^0.2.0",
53
+ "to": "^0.2.1"
54
+ },
51
55
  "multitars": {
52
56
  "from": "^0.2.3",
53
57
  "to": "^0.2.4"
@@ -113,6 +117,6 @@
113
117
  "to": "^4.3.6"
114
118
  }
115
119
  },
116
- "timestamp": "2026-04-02T20:15:14.710Z",
117
- "totalUpdated": 28
120
+ "timestamp": "2026-04-07T16:31:03.002Z",
121
+ "totalUpdated": 29
118
122
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/expo__cli",
3
- "version": "55.0.21-depup.0",
3
+ "version": "55.0.22-depup.1",
4
4
  "description": "The Expo CLI (with updated dependencies)",
5
5
  "main": "build/bin/cli",
6
6
  "bin": {
@@ -47,26 +47,26 @@
47
47
  "homepage": "https://github.com/expo/expo/tree/main/packages/@expo/cli",
48
48
  "dependencies": {
49
49
  "@expo/code-signing-certificates": "^0.0.6",
50
- "@expo/config": "~55.0.12",
51
- "@expo/config-plugins": "~55.0.7",
50
+ "@expo/config": "~55.0.13",
51
+ "@expo/config-plugins": "~55.0.8",
52
52
  "@expo/devcert": "^1.2.1",
53
53
  "@expo/env": "~2.1.1",
54
54
  "@expo/image-utils": "^0.8.12",
55
55
  "@expo/json-file": "^10.0.13",
56
56
  "@expo/log-box": "55.0.10",
57
57
  "@expo/metro": "~55.0.0",
58
- "@expo/metro-config": "~55.0.13",
58
+ "@expo/metro-config": "~55.0.14",
59
59
  "@expo/osascript": "^2.4.2",
60
- "@expo/package-manager": "^1.10.3",
60
+ "@expo/package-manager": "^1.10.4",
61
61
  "@expo/plist": "^0.5.2",
62
- "@expo/prebuild-config": "^55.0.12",
62
+ "@expo/prebuild-config": "^55.0.13",
63
63
  "@expo/require-utils": "^55.0.3",
64
64
  "@expo/router-server": "^55.0.13",
65
- "@expo/schema-utils": "^55.0.2",
65
+ "@expo/schema-utils": "^55.0.3",
66
66
  "@expo/spawn-async": "^1.7.2",
67
67
  "@expo/ws-tunnel": "^1.0.6",
68
68
  "@expo/xcpretty": "^4.4.1",
69
- "@react-native/dev-middleware": "^0.84.1",
69
+ "@react-native/dev-middleware": "^0.85.0",
70
70
  "accepts": "^1.3.8",
71
71
  "arg": "^5.0.2",
72
72
  "better-opn": "~3.0.2",
@@ -82,7 +82,7 @@
82
82
  "fetch-nodeshim": "^0.4.10",
83
83
  "getenv": "^2.0.0",
84
84
  "glob": "^13.0.6",
85
- "lan-network": "^0.2.0",
85
+ "lan-network": "^0.2.1",
86
86
  "multitars": "^0.2.4",
87
87
  "node-forge": "^1.4.0",
88
88
  "npm-package-arg": "^13.0.2",
@@ -125,7 +125,7 @@
125
125
  "devDependencies": {
126
126
  "@expo/mcp-tunnel": "~0.2.3",
127
127
  "@expo/ngrok": "4.1.3",
128
- "@playwright/test": "^1.53.1",
128
+ "@playwright/test": "^1.59.0",
129
129
  "@swc/core": "^1.11.11",
130
130
  "@taskr/clear": "^1.1.0",
131
131
  "@taskr/esnext": "^1.1.0",
@@ -159,12 +159,12 @@
159
159
  "memfs": "^3.2.0",
160
160
  "nock": "^14.0.10",
161
161
  "node-html-parser": "^6.1.5",
162
- "playwright": "^1.53.1",
162
+ "playwright": "^1.59.0",
163
163
  "taskr": "^1.1.0",
164
164
  "tree-kill": "^1.2.2",
165
165
  "tsd": "^0.28.1"
166
166
  },
167
- "gitHead": "20029879d2f953a428d70197fc7e25e4d791848a",
167
+ "gitHead": "f35977db4ffc6bbc2b295d65a8d74e9fd4f24ecb",
168
168
  "depup": {
169
169
  "changes": {
170
170
  "@expo/ws-tunnel": {
@@ -177,7 +177,7 @@
177
177
  },
178
178
  "@react-native/dev-middleware": {
179
179
  "from": "0.83.4",
180
- "to": "^0.84.1"
180
+ "to": "^0.85.0"
181
181
  },
182
182
  "bplist-creator": {
183
183
  "from": "0.1.0",
@@ -215,6 +215,10 @@
215
215
  "from": "^13.0.0",
216
216
  "to": "^13.0.6"
217
217
  },
218
+ "lan-network": {
219
+ "from": "^0.2.0",
220
+ "to": "^0.2.1"
221
+ },
218
222
  "multitars": {
219
223
  "from": "^0.2.3",
220
224
  "to": "^0.2.4"
@@ -280,10 +284,10 @@
280
284
  "to": "^4.3.6"
281
285
  }
282
286
  },
283
- "depsUpdated": 28,
287
+ "depsUpdated": 29,
284
288
  "originalPackage": "@expo/cli",
285
- "originalVersion": "55.0.21",
286
- "processedAt": "2026-04-02T20:16:34.910Z",
289
+ "originalVersion": "55.0.22",
290
+ "processedAt": "2026-04-07T16:32:17.338Z",
287
291
  "smokeTest": "failed"
288
292
  }
289
293
  }