@depup/expo__cli 55.0.17-depup.0 → 55.0.18-depup.0

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,8 +13,8 @@ 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.17 |
17
- | Processed | 2026-03-17 |
16
+ | Original | [@expo/cli](https://www.npmjs.com/package/@expo/cli) @ 55.0.18 |
17
+ | Processed | 2026-03-19 |
18
18
  | Smoke test | failed |
19
19
  | Deps updated | 25 |
20
20
 
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.17");
142
+ console.log("55.0.18");
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.17" ?? 'UNVERSIONED'
73
+ version: "55.0.18" ?? '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.17"}`,
29
+ 'user-agent': `expo-cli/${"55.0.18"}`,
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.17"
86
+ version: "55.0.18"
87
87
  },
88
88
  ci: _ciinfo().isCI ? {
89
89
  name: _ciinfo().name,
package/changes.json CHANGED
@@ -101,6 +101,6 @@
101
101
  "to": "^4.3.6"
102
102
  }
103
103
  },
104
- "timestamp": "2026-03-17T18:40:14.939Z",
104
+ "timestamp": "2026-03-19T00:36:26.823Z",
105
105
  "totalUpdated": 25
106
106
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@depup/expo__cli",
3
- "version": "55.0.17-depup.0",
4
- "description": "[DepUp] The Expo CLI",
3
+ "version": "55.0.18-depup.0",
4
+ "description": "The Expo CLI (with updated dependencies)",
5
5
  "main": "build/bin/cli",
6
6
  "bin": {
7
7
  "expo-internal": "build/bin/cli"
@@ -30,10 +30,12 @@
30
30
  "directory": "packages/@expo/cli"
31
31
  },
32
32
  "keywords": [
33
- "depup",
34
- "dependency-bumped",
35
- "updated-deps",
36
33
  "@expo/cli",
34
+ "depup",
35
+ "updated-dependencies",
36
+ "security",
37
+ "latest",
38
+ "patched",
37
39
  "expo",
38
40
  "cli"
39
41
  ],
@@ -45,21 +47,21 @@
45
47
  "homepage": "https://github.com/expo/expo/tree/main/packages/@expo/cli",
46
48
  "dependencies": {
47
49
  "@expo/code-signing-certificates": "^0.0.6",
48
- "@expo/config": "~55.0.9",
49
- "@expo/config-plugins": "~55.0.6",
50
+ "@expo/config": "~55.0.10",
51
+ "@expo/config-plugins": "~55.0.7",
50
52
  "@expo/devcert": "^1.2.1",
51
53
  "@expo/env": "~2.1.1",
52
54
  "@expo/image-utils": "^0.8.12",
53
55
  "@expo/json-file": "^10.0.12",
54
56
  "@expo/log-box": "55.0.7",
55
57
  "@expo/metro": "~54.2.0",
56
- "@expo/metro-config": "~55.0.10",
58
+ "@expo/metro-config": "~55.0.11",
57
59
  "@expo/osascript": "^2.4.2",
58
60
  "@expo/package-manager": "^1.10.3",
59
61
  "@expo/plist": "^0.5.2",
60
- "@expo/prebuild-config": "^55.0.9",
62
+ "@expo/prebuild-config": "^55.0.10",
61
63
  "@expo/require-utils": "^55.0.3",
62
- "@expo/router-server": "^55.0.10",
64
+ "@expo/router-server": "^55.0.11",
63
65
  "@expo/schema-utils": "^55.0.2",
64
66
  "@expo/spawn-async": "^1.7.2",
65
67
  "@expo/ws-tunnel": "^1.0.6",
@@ -162,7 +164,7 @@
162
164
  "tree-kill": "^1.2.2",
163
165
  "tsd": "^0.28.1"
164
166
  },
165
- "gitHead": "9260ae10a08271027d85792b7128e0d4883dca4d",
167
+ "gitHead": "a6f3e8c977474f3f8a3aad658d2b3cc23d5c43b4",
166
168
  "depup": {
167
169
  "changes": {
168
170
  "@expo/ws-tunnel": {
@@ -268,8 +270,8 @@
268
270
  },
269
271
  "depsUpdated": 25,
270
272
  "originalPackage": "@expo/cli",
271
- "originalVersion": "55.0.17",
272
- "processedAt": "2026-03-17T18:41:29.411Z",
273
+ "originalVersion": "55.0.18",
274
+ "processedAt": "2026-03-19T00:37:45.405Z",
273
275
  "smokeTest": "failed"
274
276
  }
275
277
  }