@react-native-windows/cli 0.65.3 → 0.66.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/CHANGELOG.json +264 -38
- package/CHANGELOG.md +116 -23
- package/lib-commonjs/config/configUtils.d.ts +22 -0
- package/lib-commonjs/config/configUtils.js +99 -18
- package/lib-commonjs/config/configUtils.js.map +1 -1
- package/lib-commonjs/config/dependencyConfig.js +81 -37
- package/lib-commonjs/config/dependencyConfig.js.map +1 -1
- package/lib-commonjs/config/projectConfig.d.ts +1 -0
- package/lib-commonjs/config/projectConfig.js +58 -9
- package/lib-commonjs/config/projectConfig.js.map +1 -1
- package/lib-commonjs/e2etest/autolink.test.js +13 -10
- package/lib-commonjs/e2etest/autolink.test.js.map +1 -1
- package/lib-commonjs/e2etest/dependencyConfig.test.js +73 -19
- package/lib-commonjs/e2etest/dependencyConfig.test.js.map +1 -1
- package/lib-commonjs/e2etest/projectConfig.test.js +25 -19
- package/lib-commonjs/e2etest/projectConfig.test.js.map +1 -1
- package/lib-commonjs/e2etest/projectConfig.utils.js +16 -12
- package/lib-commonjs/e2etest/projectConfig.utils.js.map +1 -1
- package/lib-commonjs/e2etest/runWindows.test.js.map +1 -1
- package/lib-commonjs/generator-common/index.js +35 -32
- package/lib-commonjs/generator-common/index.js.map +1 -1
- package/lib-commonjs/generator-windows/index.js +101 -83
- package/lib-commonjs/generator-windows/index.js.map +1 -1
- package/lib-commonjs/healthChecks.js +7 -3
- package/lib-commonjs/healthChecks.js.map +1 -1
- package/lib-commonjs/index.js +16 -8
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/runWindows/runWindows.js +45 -18
- package/lib-commonjs/runWindows/runWindows.js.map +1 -1
- package/lib-commonjs/runWindows/runWindowsOptions.js +0 -1
- package/lib-commonjs/runWindows/runWindowsOptions.js.map +1 -1
- package/lib-commonjs/runWindows/utils/autolink.js +77 -50
- package/lib-commonjs/runWindows/utils/autolink.js.map +1 -1
- package/lib-commonjs/runWindows/utils/build.js +12 -9
- package/lib-commonjs/runWindows/utils/build.js.map +1 -1
- package/lib-commonjs/runWindows/utils/checkRequirements.js +7 -4
- package/lib-commonjs/runWindows/utils/checkRequirements.js.map +1 -1
- package/lib-commonjs/runWindows/utils/commandWithProgress.d.ts +1 -1
- package/lib-commonjs/runWindows/utils/commandWithProgress.js +16 -7
- package/lib-commonjs/runWindows/utils/commandWithProgress.js.map +1 -1
- package/lib-commonjs/runWindows/utils/deploy.js +54 -37
- package/lib-commonjs/runWindows/utils/deploy.js.map +1 -1
- package/lib-commonjs/runWindows/utils/info.js +5 -2
- package/lib-commonjs/runWindows/utils/info.js.map +1 -1
- package/lib-commonjs/runWindows/utils/msbuildtools.js +49 -27
- package/lib-commonjs/runWindows/utils/msbuildtools.js.map +1 -1
- package/lib-commonjs/runWindows/utils/version.js.map +1 -1
- package/lib-commonjs/runWindows/utils/vsInstalls.js +8 -5
- package/lib-commonjs/runWindows/utils/vsInstalls.js.map +1 -1
- package/lib-commonjs/runWindows/utils/vstools.js +16 -13
- package/lib-commonjs/runWindows/utils/vstools.js.map +1 -1
- package/lib-commonjs/runWindows/utils/winappdeploytool.js +7 -4
- package/lib-commonjs/runWindows/utils/winappdeploytool.js.map +1 -1
- package/package.json +13 -10
package/CHANGELOG.json
CHANGED
|
@@ -2,111 +2,337 @@
|
|
|
2
2
|
"name": "@react-native-windows/cli",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Mon, 15 Nov 2021 16:09:
|
|
6
|
-
"tag": "@react-native-windows/cli_v0.
|
|
7
|
-
"version": "0.
|
|
5
|
+
"date": "Mon, 15 Nov 2021 16:09:26 GMT",
|
|
6
|
+
"tag": "@react-native-windows/cli_v0.66.1",
|
|
7
|
+
"version": "0.66.1",
|
|
8
8
|
"comments": {
|
|
9
9
|
"patch": [
|
|
10
10
|
{
|
|
11
|
-
"comment": "[0.
|
|
11
|
+
"comment": "[0.66] Fix autolinking to support solution files using LF instead of CRLF",
|
|
12
12
|
"author": "jthysell@microsoft.com",
|
|
13
|
-
"commit": "
|
|
13
|
+
"commit": "b05dda932a79521caca4d581eaf66526ab5d6051",
|
|
14
14
|
"package": "@react-native-windows/cli"
|
|
15
15
|
}
|
|
16
16
|
]
|
|
17
17
|
}
|
|
18
18
|
},
|
|
19
19
|
{
|
|
20
|
-
"date": "Mon, 11 Oct 2021 15:
|
|
21
|
-
"tag": "@react-native-windows/cli_v0.
|
|
22
|
-
"version": "0.
|
|
20
|
+
"date": "Mon, 11 Oct 2021 15:07:19 GMT",
|
|
21
|
+
"tag": "@react-native-windows/cli_v0.66.0",
|
|
22
|
+
"version": "0.66.0",
|
|
23
23
|
"comments": {
|
|
24
24
|
"patch": [
|
|
25
25
|
{
|
|
26
|
-
"comment": "Promote 0.
|
|
26
|
+
"comment": "Promote 0.66 to latest",
|
|
27
27
|
"author": "ngerlem@microsoft.com",
|
|
28
|
-
"commit": "
|
|
28
|
+
"commit": "5d1e5ae98139204e02f0ac5d8c06ae7ee1157395",
|
|
29
29
|
"package": "@react-native-windows/cli"
|
|
30
30
|
}
|
|
31
31
|
]
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
|
-
"date": "Mon, 04 Oct 2021 15:07:
|
|
36
|
-
"tag": "@react-native-windows/cli_v0.
|
|
37
|
-
"version": "0.
|
|
35
|
+
"date": "Mon, 04 Oct 2021 15:07:37 GMT",
|
|
36
|
+
"tag": "@react-native-windows/cli_v0.66.0-preview.2",
|
|
37
|
+
"version": "0.66.0-preview.2",
|
|
38
38
|
"comments": {
|
|
39
|
-
"
|
|
39
|
+
"prerelease": [
|
|
40
40
|
{
|
|
41
41
|
"comment": "Bump the version of xmldom used by @react-native-windows/cli to 0.7.0.",
|
|
42
42
|
"author": "yicyao@microsoft.com",
|
|
43
|
-
"commit": "
|
|
43
|
+
"commit": "01a6593618fced097e73847c519f7f9585fac76a",
|
|
44
44
|
"package": "@react-native-windows/cli"
|
|
45
45
|
}
|
|
46
46
|
]
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
49
|
{
|
|
50
|
-
"date": "
|
|
51
|
-
"tag": "@react-native-windows/cli_v0.
|
|
52
|
-
"version": "0.
|
|
50
|
+
"date": "Fri, 03 Sep 2021 18:48:19 GMT",
|
|
51
|
+
"tag": "@react-native-windows/cli_v0.66.0-preview.1",
|
|
52
|
+
"version": "0.66.0-preview.1",
|
|
53
53
|
"comments": {
|
|
54
|
-
"
|
|
54
|
+
"prerelease": [
|
|
55
55
|
{
|
|
56
|
-
"comment": "Promote 0.
|
|
56
|
+
"comment": "Promote 0.66 to preview",
|
|
57
57
|
"author": "ngerlem@microsoft.com",
|
|
58
|
-
"commit": "
|
|
58
|
+
"commit": "cf1dcfbe108028869e326bb2bdab370949f7dac8",
|
|
59
|
+
"package": "@react-native-windows/cli"
|
|
60
|
+
}
|
|
61
|
+
]
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"date": "Fri, 03 Sep 2021 05:06:04 GMT",
|
|
66
|
+
"tag": "@react-native-windows/cli_v0.0.0-canary.84",
|
|
67
|
+
"version": "0.0.0-canary.84",
|
|
68
|
+
"comments": {
|
|
69
|
+
"prerelease": [
|
|
70
|
+
{
|
|
71
|
+
"comment": "Fix logic to avoid launching packager",
|
|
72
|
+
"author": "ngerlem@microsoft.com",
|
|
73
|
+
"commit": "0f733d52fe4f4e6810b10933ba3e7b9b06900168",
|
|
74
|
+
"package": "@react-native-windows/cli"
|
|
75
|
+
}
|
|
76
|
+
]
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"date": "Tue, 17 Aug 2021 05:09:46 GMT",
|
|
81
|
+
"tag": "@react-native-windows/cli_v0.0.0-canary.83",
|
|
82
|
+
"version": "0.0.0-canary.83",
|
|
83
|
+
"comments": {
|
|
84
|
+
"prerelease": [
|
|
85
|
+
{
|
|
86
|
+
"comment": "Add experimentalFeatures to projectConfig result",
|
|
87
|
+
"author": "jthysell@microsoft.com",
|
|
88
|
+
"commit": "ee2d00806005714827795846179d1026754f48a8",
|
|
59
89
|
"package": "@react-native-windows/cli"
|
|
60
90
|
}
|
|
61
91
|
]
|
|
62
92
|
}
|
|
63
93
|
},
|
|
64
94
|
{
|
|
65
|
-
"date": "
|
|
66
|
-
"tag": "@react-native-windows/cli_v0.
|
|
67
|
-
"version": "0.
|
|
95
|
+
"date": "Sat, 24 Jul 2021 05:05:52 GMT",
|
|
96
|
+
"tag": "@react-native-windows/cli_v0.0.0-canary.82",
|
|
97
|
+
"version": "0.0.0-canary.82",
|
|
98
|
+
"comments": {
|
|
99
|
+
"none": [
|
|
100
|
+
{
|
|
101
|
+
"comment": "Bump @rnw-scripts/just-task to v2.2.0",
|
|
102
|
+
"author": "4123478+tido64@users.noreply.github.com",
|
|
103
|
+
"commit": "a311022ebc0c1d8070d7e54312197f486c470d33",
|
|
104
|
+
"package": "@react-native-windows/cli"
|
|
105
|
+
}
|
|
106
|
+
]
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"date": "Thu, 22 Jul 2021 05:05:25 GMT",
|
|
111
|
+
"tag": "@react-native-windows/cli_v0.0.0-canary.82",
|
|
112
|
+
"version": "0.0.0-canary.82",
|
|
68
113
|
"comments": {
|
|
69
114
|
"prerelease": [
|
|
70
115
|
{
|
|
71
|
-
"comment": "
|
|
116
|
+
"comment": "Do not start packager for run-windows release builds",
|
|
72
117
|
"author": "ngerlem@microsoft.com",
|
|
73
|
-
"commit": "
|
|
118
|
+
"commit": "1dc68b4b9c9fa0c8730ce49c43f6a96d71c27f3f",
|
|
74
119
|
"package": "@react-native-windows/cli"
|
|
75
120
|
}
|
|
76
121
|
]
|
|
77
122
|
}
|
|
78
123
|
},
|
|
79
124
|
{
|
|
80
|
-
"date": "
|
|
81
|
-
"tag": "@react-native-windows/cli_v0.
|
|
82
|
-
"version": "0.
|
|
125
|
+
"date": "Tue, 13 Jul 2021 05:06:16 GMT",
|
|
126
|
+
"tag": "@react-native-windows/cli_v0.0.0-canary.81",
|
|
127
|
+
"version": "0.0.0-canary.81",
|
|
83
128
|
"comments": {
|
|
84
129
|
"prerelease": [
|
|
85
130
|
{
|
|
86
|
-
"comment": "Consuming
|
|
131
|
+
"comment": "Consuming C# friendly hermes nuget package",
|
|
87
132
|
"author": "email not defined",
|
|
88
|
-
"commit": "
|
|
133
|
+
"commit": "89f210e075f5b3be09e17aed4208bfda6c632438",
|
|
89
134
|
"package": "@react-native-windows/cli"
|
|
90
135
|
}
|
|
91
136
|
]
|
|
92
137
|
}
|
|
93
138
|
},
|
|
94
139
|
{
|
|
95
|
-
"date": "
|
|
96
|
-
"tag": "@react-native-windows/cli_v0.
|
|
97
|
-
"version": "0.
|
|
140
|
+
"date": "Tue, 29 Jun 2021 05:06:48 GMT",
|
|
141
|
+
"tag": "@react-native-windows/cli_v0.0.0-canary.80",
|
|
142
|
+
"version": "0.0.0-canary.80",
|
|
143
|
+
"comments": {
|
|
144
|
+
"none": [
|
|
145
|
+
{
|
|
146
|
+
"comment": "Bump @react-native-windows/telemetry to v0.0.0-canary.22",
|
|
147
|
+
"author": "ngerlem@microsoft.com",
|
|
148
|
+
"commit": "2646cb69f4e031799d04ecd5453aa9d44b48b261",
|
|
149
|
+
"package": "@react-native-windows/cli"
|
|
150
|
+
}
|
|
151
|
+
]
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"date": "Sun, 27 Jun 2021 05:08:11 GMT",
|
|
156
|
+
"tag": "@react-native-windows/cli_v0.0.0-canary.80",
|
|
157
|
+
"version": "0.0.0-canary.80",
|
|
98
158
|
"comments": {
|
|
99
159
|
"prerelease": [
|
|
100
160
|
{
|
|
101
|
-
"comment": "
|
|
161
|
+
"comment": "Detect whether a project file is a dynamic library",
|
|
162
|
+
"author": "4123478+tido64@users.noreply.github.com",
|
|
163
|
+
"commit": "c1d6b97065bf35b758b43ae17b9d87b274fbf50d",
|
|
164
|
+
"package": "@react-native-windows/cli"
|
|
165
|
+
}
|
|
166
|
+
]
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"date": "Sat, 26 Jun 2021 05:06:48 GMT",
|
|
171
|
+
"tag": "@react-native-windows/cli_v0.0.0-canary.79",
|
|
172
|
+
"version": "0.0.0-canary.79",
|
|
173
|
+
"comments": {
|
|
174
|
+
"prerelease": [
|
|
175
|
+
{
|
|
176
|
+
"comment": "Bump @react-native-windows/telemetry to v0.0.0-canary.22",
|
|
177
|
+
"author": "julio.rocha@microsoft.com",
|
|
178
|
+
"commit": "50e13c8cc7938d38bb19ca96225b5a85955c5ae5",
|
|
179
|
+
"package": "@react-native-windows/cli"
|
|
180
|
+
}
|
|
181
|
+
]
|
|
182
|
+
}
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"date": "Fri, 25 Jun 2021 05:09:48 GMT",
|
|
186
|
+
"tag": "@react-native-windows/cli_v0.0.0-canary.78",
|
|
187
|
+
"version": "0.0.0-canary.78",
|
|
188
|
+
"comments": {
|
|
189
|
+
"prerelease": [
|
|
190
|
+
{
|
|
191
|
+
"comment": "Normalize paths provided by react-native.config.js",
|
|
192
|
+
"author": "jthysell@microsoft.com",
|
|
193
|
+
"commit": "04f9cad0161295fafc8ff6e40ec535dbc923ea8f",
|
|
194
|
+
"package": "@react-native-windows/cli"
|
|
195
|
+
}
|
|
196
|
+
]
|
|
197
|
+
}
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"date": "Fri, 18 Jun 2021 05:06:48 GMT",
|
|
201
|
+
"tag": "@react-native-windows/cli_v0.0.0-canary.77",
|
|
202
|
+
"version": "0.0.0-canary.77",
|
|
203
|
+
"comments": {
|
|
204
|
+
"prerelease": [
|
|
205
|
+
{
|
|
206
|
+
"comment": "Best-effort autolinking - if a module was built without the standard module project template, use it for autolinking anyway",
|
|
207
|
+
"author": "asklar@microsoft.com",
|
|
208
|
+
"commit": "11a322b373c28d0e73dde83550dc42cee1352457",
|
|
209
|
+
"package": "@react-native-windows/cli"
|
|
210
|
+
}
|
|
211
|
+
]
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"date": "Fri, 11 Jun 2021 05:08:55 GMT",
|
|
216
|
+
"tag": "@react-native-windows/cli_v0.0.0-canary.76",
|
|
217
|
+
"version": "0.0.0-canary.76",
|
|
218
|
+
"comments": {
|
|
219
|
+
"prerelease": [
|
|
220
|
+
{
|
|
221
|
+
"comment": "Mark windowsOnly",
|
|
222
|
+
"author": "ngerlem@microsoft.com",
|
|
223
|
+
"commit": "3d7c8d8fcf14a3cbda83a93c85b0bcf1e4e4f829",
|
|
224
|
+
"package": "@react-native-windows/cli"
|
|
225
|
+
}
|
|
226
|
+
],
|
|
227
|
+
"patch": [
|
|
228
|
+
{
|
|
229
|
+
"comment": "Bump @rnw-scripts/just-task to v2.2.0",
|
|
230
|
+
"author": "ngerlem@microsoft.com",
|
|
231
|
+
"commit": "3d7c8d8fcf14a3cbda83a93c85b0bcf1e4e4f829",
|
|
232
|
+
"package": "@react-native-windows/cli"
|
|
233
|
+
}
|
|
234
|
+
]
|
|
235
|
+
}
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"date": "Thu, 10 Jun 2021 05:10:10 GMT",
|
|
239
|
+
"tag": "@react-native-windows/cli_v0.0.0-canary.75",
|
|
240
|
+
"version": "0.0.0-canary.75",
|
|
241
|
+
"comments": {
|
|
242
|
+
"prerelease": [
|
|
243
|
+
{
|
|
244
|
+
"comment": "Disable project/dependency config when not running on windows",
|
|
245
|
+
"author": "jthysell@microsoft.com",
|
|
246
|
+
"commit": "80c434c8c820d3f41598ae959cb0213a8c6632a7",
|
|
247
|
+
"package": "@react-native-windows/cli"
|
|
248
|
+
}
|
|
249
|
+
]
|
|
250
|
+
}
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"date": "Wed, 09 Jun 2021 05:10:07 GMT",
|
|
254
|
+
"tag": "@react-native-windows/cli_v0.0.0-canary.74",
|
|
255
|
+
"version": "0.0.0-canary.74",
|
|
256
|
+
"comments": {
|
|
257
|
+
"patch": [
|
|
258
|
+
{
|
|
259
|
+
"comment": "Bump @rnw-scripts/just-task to v2.1.3",
|
|
260
|
+
"author": "igklemen@microsoft.com",
|
|
261
|
+
"commit": "2ba41a4f087cc3bf16cbe799575923fc7a626009",
|
|
262
|
+
"package": "@react-native-windows/cli"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"comment": "Bump @rnw-scripts/jest-unittest-config to v1.2.3",
|
|
266
|
+
"author": "igklemen@microsoft.com",
|
|
267
|
+
"commit": "2ba41a4f087cc3bf16cbe799575923fc7a626009",
|
|
268
|
+
"package": "@react-native-windows/cli"
|
|
269
|
+
}
|
|
270
|
+
]
|
|
271
|
+
}
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"date": "Sat, 05 Jun 2021 05:09:53 GMT",
|
|
275
|
+
"tag": "@react-native-windows/cli_v0.0.0-canary.73",
|
|
276
|
+
"version": "0.0.0-canary.73",
|
|
277
|
+
"comments": {
|
|
278
|
+
"prerelease": [
|
|
279
|
+
{
|
|
280
|
+
"comment": "Integrate May 12th RN nightly build.",
|
|
281
|
+
"author": "igklemen@microsoft.com",
|
|
282
|
+
"commit": "6643b43171289acba50ae3b55cdc7bbe4c6fea4b",
|
|
283
|
+
"package": "@react-native-windows/cli"
|
|
284
|
+
}
|
|
285
|
+
]
|
|
286
|
+
}
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"date": "Thu, 03 Jun 2021 05:09:47 GMT",
|
|
290
|
+
"tag": "@react-native-windows/cli_v0.0.0-canary.72",
|
|
291
|
+
"version": "0.0.0-canary.72",
|
|
292
|
+
"comments": {
|
|
293
|
+
"prerelease": [
|
|
294
|
+
{
|
|
295
|
+
"comment": "Upgrade Windows SDK to 10.0.19041.0",
|
|
296
|
+
"author": "julio.rocha@microsoft.com",
|
|
297
|
+
"commit": "933eee37877a1c50abb523b8ce90c44e77ee496b",
|
|
298
|
+
"package": "@react-native-windows/cli"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"comment": "Check for missing dependencies during lint",
|
|
302
|
+
"author": "ngerlem@microsoft.com",
|
|
303
|
+
"commit": "b481f0a4ea68a8100860eb061902b715fca6652e",
|
|
304
|
+
"package": "@react-native-windows/cli"
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"comment": "Enable esModuleInterop Repo Wide",
|
|
308
|
+
"author": "ngerlem@microsoft.com",
|
|
309
|
+
"commit": "6c871e6ba27888804c776e5deeefbc7064e181d0",
|
|
310
|
+
"package": "@react-native-windows/cli"
|
|
311
|
+
}
|
|
312
|
+
],
|
|
313
|
+
"patch": [
|
|
314
|
+
{
|
|
315
|
+
"comment": "Bump @rnw-scripts/just-task to v2.1.2",
|
|
316
|
+
"author": "ngerlem@microsoft.com",
|
|
317
|
+
"commit": "b481f0a4ea68a8100860eb061902b715fca6652e",
|
|
318
|
+
"package": "@react-native-windows/cli"
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"comment": "Bump @rnw-scripts/ts-config to v2.0.0",
|
|
322
|
+
"author": "ngerlem@microsoft.com",
|
|
323
|
+
"commit": "6c871e6ba27888804c776e5deeefbc7064e181d0",
|
|
324
|
+
"package": "@react-native-windows/cli"
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"comment": "Bump @rnw-scripts/eslint-config to v1.1.7",
|
|
102
328
|
"author": "ngerlem@microsoft.com",
|
|
103
|
-
"commit": "
|
|
329
|
+
"commit": "b481f0a4ea68a8100860eb061902b715fca6652e",
|
|
104
330
|
"package": "@react-native-windows/cli"
|
|
105
331
|
},
|
|
106
332
|
{
|
|
107
|
-
"comment": "
|
|
333
|
+
"comment": "Bump @rnw-scripts/jest-unittest-config to v1.2.2",
|
|
108
334
|
"author": "ngerlem@microsoft.com",
|
|
109
|
-
"commit": "
|
|
335
|
+
"commit": "b481f0a4ea68a8100860eb061902b715fca6652e",
|
|
110
336
|
"package": "@react-native-windows/cli"
|
|
111
337
|
}
|
|
112
338
|
]
|
package/CHANGELOG.md
CHANGED
|
@@ -1,65 +1,158 @@
|
|
|
1
1
|
# Change Log - @react-native-windows/cli
|
|
2
2
|
|
|
3
|
-
This log was last generated on Mon, 15 Nov 2021 16:09:
|
|
3
|
+
This log was last generated on Mon, 15 Nov 2021 16:09:26 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.
|
|
7
|
+
## 0.66.1
|
|
8
8
|
|
|
9
|
-
Mon, 15 Nov 2021 16:09:
|
|
9
|
+
Mon, 15 Nov 2021 16:09:26 GMT
|
|
10
10
|
|
|
11
11
|
### Patches
|
|
12
12
|
|
|
13
|
-
- [0.
|
|
13
|
+
- [0.66] Fix autolinking to support solution files using LF instead of CRLF (jthysell@microsoft.com)
|
|
14
14
|
|
|
15
|
-
## 0.
|
|
15
|
+
## 0.66.0
|
|
16
16
|
|
|
17
|
-
Mon, 11 Oct 2021 15:
|
|
17
|
+
Mon, 11 Oct 2021 15:07:19 GMT
|
|
18
18
|
|
|
19
19
|
### Patches
|
|
20
20
|
|
|
21
|
-
- Promote 0.
|
|
21
|
+
- Promote 0.66 to latest (ngerlem@microsoft.com)
|
|
22
22
|
|
|
23
|
-
## 0.
|
|
23
|
+
## 0.66.0-preview.2
|
|
24
24
|
|
|
25
|
-
Mon, 04 Oct 2021 15:07:
|
|
25
|
+
Mon, 04 Oct 2021 15:07:37 GMT
|
|
26
26
|
|
|
27
|
-
###
|
|
27
|
+
### Changes
|
|
28
28
|
|
|
29
29
|
- Bump the version of xmldom used by @react-native-windows/cli to 0.7.0. (yicyao@microsoft.com)
|
|
30
30
|
|
|
31
|
-
## 0.
|
|
31
|
+
## 0.66.0-preview.1
|
|
32
|
+
|
|
33
|
+
Fri, 03 Sep 2021 18:48:19 GMT
|
|
34
|
+
|
|
35
|
+
### Changes
|
|
36
|
+
|
|
37
|
+
- Promote 0.66 to preview (ngerlem@microsoft.com)
|
|
38
|
+
|
|
39
|
+
## 0.0.0-canary.84
|
|
40
|
+
|
|
41
|
+
Fri, 03 Sep 2021 05:06:04 GMT
|
|
42
|
+
|
|
43
|
+
### Changes
|
|
44
|
+
|
|
45
|
+
- Fix logic to avoid launching packager (ngerlem@microsoft.com)
|
|
46
|
+
|
|
47
|
+
## 0.0.0-canary.83
|
|
48
|
+
|
|
49
|
+
Tue, 17 Aug 2021 05:09:46 GMT
|
|
50
|
+
|
|
51
|
+
### Changes
|
|
52
|
+
|
|
53
|
+
- Add experimentalFeatures to projectConfig result (jthysell@microsoft.com)
|
|
54
|
+
|
|
55
|
+
## 0.0.0-canary.82
|
|
56
|
+
|
|
57
|
+
Thu, 22 Jul 2021 05:05:25 GMT
|
|
58
|
+
|
|
59
|
+
### Changes
|
|
60
|
+
|
|
61
|
+
- Do not start packager for run-windows release builds (ngerlem@microsoft.com)
|
|
62
|
+
|
|
63
|
+
## 0.0.0-canary.81
|
|
64
|
+
|
|
65
|
+
Tue, 13 Jul 2021 05:06:16 GMT
|
|
66
|
+
|
|
67
|
+
### Changes
|
|
68
|
+
|
|
69
|
+
- Consuming C# friendly hermes nuget package (email not defined)
|
|
70
|
+
|
|
71
|
+
## 0.0.0-canary.80
|
|
72
|
+
|
|
73
|
+
Sun, 27 Jun 2021 05:08:11 GMT
|
|
74
|
+
|
|
75
|
+
### Changes
|
|
76
|
+
|
|
77
|
+
- Detect whether a project file is a dynamic library (4123478+tido64@users.noreply.github.com)
|
|
78
|
+
|
|
79
|
+
## 0.0.0-canary.79
|
|
80
|
+
|
|
81
|
+
Sat, 26 Jun 2021 05:06:48 GMT
|
|
82
|
+
|
|
83
|
+
### Changes
|
|
84
|
+
|
|
85
|
+
- Bump @react-native-windows/telemetry to v0.0.0-canary.22 (julio.rocha@microsoft.com)
|
|
86
|
+
|
|
87
|
+
## 0.0.0-canary.78
|
|
32
88
|
|
|
33
|
-
|
|
89
|
+
Fri, 25 Jun 2021 05:09:48 GMT
|
|
90
|
+
|
|
91
|
+
### Changes
|
|
92
|
+
|
|
93
|
+
- Normalize paths provided by react-native.config.js (jthysell@microsoft.com)
|
|
94
|
+
|
|
95
|
+
## 0.0.0-canary.77
|
|
96
|
+
|
|
97
|
+
Fri, 18 Jun 2021 05:06:48 GMT
|
|
98
|
+
|
|
99
|
+
### Changes
|
|
100
|
+
|
|
101
|
+
- Best-effort autolinking - if a module was built without the standard module project template, use it for autolinking anyway (asklar@microsoft.com)
|
|
102
|
+
|
|
103
|
+
## 0.0.0-canary.76
|
|
104
|
+
|
|
105
|
+
Fri, 11 Jun 2021 05:08:55 GMT
|
|
34
106
|
|
|
35
107
|
### Patches
|
|
36
108
|
|
|
37
|
-
-
|
|
109
|
+
- Bump @rnw-scripts/just-task to v2.2.0 (ngerlem@microsoft.com)
|
|
38
110
|
|
|
39
|
-
|
|
111
|
+
### Changes
|
|
40
112
|
|
|
41
|
-
|
|
113
|
+
- Mark windowsOnly (ngerlem@microsoft.com)
|
|
114
|
+
|
|
115
|
+
## 0.0.0-canary.75
|
|
116
|
+
|
|
117
|
+
Thu, 10 Jun 2021 05:10:10 GMT
|
|
42
118
|
|
|
43
119
|
### Changes
|
|
44
120
|
|
|
45
|
-
-
|
|
121
|
+
- Disable project/dependency config when not running on windows (jthysell@microsoft.com)
|
|
122
|
+
|
|
123
|
+
## 0.0.0-canary.74
|
|
46
124
|
|
|
47
|
-
|
|
125
|
+
Wed, 09 Jun 2021 05:10:07 GMT
|
|
48
126
|
|
|
49
|
-
|
|
127
|
+
### Patches
|
|
128
|
+
|
|
129
|
+
- Bump @rnw-scripts/just-task to v2.1.3 (igklemen@microsoft.com)
|
|
130
|
+
- Bump @rnw-scripts/jest-unittest-config to v1.2.3 (igklemen@microsoft.com)
|
|
131
|
+
|
|
132
|
+
## 0.0.0-canary.73
|
|
133
|
+
|
|
134
|
+
Sat, 05 Jun 2021 05:09:53 GMT
|
|
50
135
|
|
|
51
136
|
### Changes
|
|
52
137
|
|
|
53
|
-
-
|
|
138
|
+
- Integrate May 12th RN nightly build. (igklemen@microsoft.com)
|
|
54
139
|
|
|
55
|
-
## 0.
|
|
140
|
+
## 0.0.0-canary.72
|
|
141
|
+
|
|
142
|
+
Thu, 03 Jun 2021 05:09:47 GMT
|
|
143
|
+
|
|
144
|
+
### Patches
|
|
56
145
|
|
|
57
|
-
|
|
146
|
+
- Bump @rnw-scripts/just-task to v2.1.2 (ngerlem@microsoft.com)
|
|
147
|
+
- Bump @rnw-scripts/ts-config to v2.0.0 (ngerlem@microsoft.com)
|
|
148
|
+
- Bump @rnw-scripts/eslint-config to v1.1.7 (ngerlem@microsoft.com)
|
|
149
|
+
- Bump @rnw-scripts/jest-unittest-config to v1.2.2 (ngerlem@microsoft.com)
|
|
58
150
|
|
|
59
151
|
### Changes
|
|
60
152
|
|
|
61
|
-
-
|
|
62
|
-
-
|
|
153
|
+
- Upgrade Windows SDK to 10.0.19041.0 (julio.rocha@microsoft.com)
|
|
154
|
+
- Check for missing dependencies during lint (ngerlem@microsoft.com)
|
|
155
|
+
- Enable esModuleInterop Repo Wide (ngerlem@microsoft.com)
|
|
63
156
|
|
|
64
157
|
## 0.0.0-canary.71
|
|
65
158
|
|
|
@@ -73,6 +73,27 @@ export declare function findPropertyValue(projectContents: Node, propertyName: s
|
|
|
73
73
|
* @return If the target exists.
|
|
74
74
|
*/
|
|
75
75
|
export declare function importProjectExists(projectContents: Node, projectName: string): boolean;
|
|
76
|
+
export declare type ConfigurationType = 'application' | 'dynamiclibrary' | 'generic' | 'staticlibrary' | 'unknown';
|
|
77
|
+
/**
|
|
78
|
+
* Gets the configuration type of the project from the project contents.
|
|
79
|
+
* @param projectContents The XML project contents.
|
|
80
|
+
* @return The project configuration type.
|
|
81
|
+
*/
|
|
82
|
+
export declare function getConfigurationType(projectContents: Node): ConfigurationType;
|
|
83
|
+
export declare type OutputType = 'appcontainerexe' | 'exe' | 'library' | 'module' | 'unknown' | 'winexe' | 'winmdobj';
|
|
84
|
+
/**
|
|
85
|
+
* Gets the output type of the project from the project contents.
|
|
86
|
+
* @param projectContents The XML project contents.
|
|
87
|
+
* @return The project output type.
|
|
88
|
+
*/
|
|
89
|
+
export declare function getOutputType(projectContents: Node): OutputType;
|
|
90
|
+
/**
|
|
91
|
+
* Gets the type of the project from the project contents.
|
|
92
|
+
* @param projectPath The project file path to check.
|
|
93
|
+
* @param projectContents The XML project contents.
|
|
94
|
+
* @return The project type.
|
|
95
|
+
*/
|
|
96
|
+
export declare function getProjectType(projectPath: string, projectContents: Node): ConfigurationType | OutputType;
|
|
76
97
|
/**
|
|
77
98
|
* Gets the name of the project from the project contents.
|
|
78
99
|
* @param projectPath The project file path to check.
|
|
@@ -92,3 +113,4 @@ export declare function getProjectNamespace(projectContents: Node): string | nul
|
|
|
92
113
|
* @return The project guid.
|
|
93
114
|
*/
|
|
94
115
|
export declare function getProjectGuid(projectContents: Node): string | null;
|
|
116
|
+
export declare function getExperimentalFeatures(solutionDir: string): Record<string, string> | undefined;
|