@react-native-windows/cli 0.66.3 → 0.67.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 +333 -34
- package/CHANGELOG.md +136 -20
- package/lib-commonjs/config/configUtils.js.map +1 -1
- package/lib-commonjs/config/dependencyConfig.js +2 -2
- package/lib-commonjs/config/dependencyConfig.js.map +1 -1
- package/lib-commonjs/config/projectConfig.js +2 -2
- package/lib-commonjs/config/projectConfig.js.map +1 -1
- package/lib-commonjs/e2etest/autolink.test.d.ts +5 -0
- package/lib-commonjs/e2etest/autolink.test.js +93 -12
- package/lib-commonjs/e2etest/autolink.test.js.map +1 -1
- package/lib-commonjs/e2etest/dependencyConfig.test.js +15 -15
- package/lib-commonjs/e2etest/dependencyConfig.test.js.map +1 -1
- package/lib-commonjs/e2etest/projectConfig.test.js +16 -16
- package/lib-commonjs/e2etest/projectConfig.test.js.map +1 -1
- package/lib-commonjs/e2etest/projectConfig.utils.js +4 -4
- package/lib-commonjs/e2etest/projectConfig.utils.js.map +1 -1
- package/lib-commonjs/e2etest/runWindows.test.js +21 -3
- package/lib-commonjs/e2etest/runWindows.test.js.map +1 -1
- package/lib-commonjs/generator-common/index.js +1 -1
- package/lib-commonjs/generator-common/index.js.map +1 -1
- package/lib-commonjs/generator-windows/index.js +24 -51
- package/lib-commonjs/generator-windows/index.js.map +1 -1
- package/lib-commonjs/healthChecks.js +22 -4
- package/lib-commonjs/healthChecks.js.map +1 -1
- package/lib-commonjs/index.js +3 -3
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/runWindows/runWindows.js +29 -26
- package/lib-commonjs/runWindows/runWindows.js.map +1 -1
- package/lib-commonjs/runWindows/runWindowsOptions.d.ts +8 -8
- package/lib-commonjs/runWindows/runWindowsOptions.js +1 -10
- package/lib-commonjs/runWindows/runWindowsOptions.js.map +1 -1
- package/lib-commonjs/runWindows/utils/autolink.d.ts +8 -5
- package/lib-commonjs/runWindows/utils/autolink.js +38 -30
- package/lib-commonjs/runWindows/utils/autolink.js.map +1 -1
- package/lib-commonjs/runWindows/utils/build.js +3 -3
- package/lib-commonjs/runWindows/utils/build.js.map +1 -1
- package/lib-commonjs/runWindows/utils/checkRequirements.js +1 -1
- package/lib-commonjs/runWindows/utils/checkRequirements.js.map +1 -1
- package/lib-commonjs/runWindows/utils/commandWithProgress.d.ts +2 -1
- package/lib-commonjs/runWindows/utils/commandWithProgress.js +5 -4
- package/lib-commonjs/runWindows/utils/commandWithProgress.js.map +1 -1
- package/lib-commonjs/runWindows/utils/deploy.d.ts +1 -1
- package/lib-commonjs/runWindows/utils/deploy.js +80 -29
- package/lib-commonjs/runWindows/utils/deploy.js.map +1 -1
- package/lib-commonjs/runWindows/utils/msbuildtools.js +11 -11
- package/lib-commonjs/runWindows/utils/msbuildtools.js.map +1 -1
- package/lib-commonjs/runWindows/utils/vsInstalls.js +1 -1
- package/lib-commonjs/runWindows/utils/vsInstalls.js.map +1 -1
- package/lib-commonjs/runWindows/utils/winappdeploytool.js +4 -4
- package/lib-commonjs/runWindows/utils/winappdeploytool.js.map +1 -1
- package/package.json +13 -10
package/CHANGELOG.json
CHANGED
|
@@ -2,90 +2,389 @@
|
|
|
2
2
|
"name": "@react-native-windows/cli",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Mon, 21 Feb 2022 16:
|
|
6
|
-
"tag": "@react-native-windows/cli_v0.
|
|
7
|
-
"version": "0.
|
|
5
|
+
"date": "Mon, 21 Feb 2022 16:17:54 GMT",
|
|
6
|
+
"tag": "@react-native-windows/cli_v0.67.1",
|
|
7
|
+
"version": "0.67.1",
|
|
8
8
|
"comments": {
|
|
9
9
|
"patch": [
|
|
10
10
|
{
|
|
11
|
-
"comment": "[0.66] fix(cli): fix cache not being used when there are no dependencies",
|
|
12
11
|
"author": "jthysell@microsoft.com",
|
|
13
|
-
"
|
|
14
|
-
"
|
|
12
|
+
"package": "@react-native-windows/cli",
|
|
13
|
+
"commit": "e39dac4d04db1f1f8dd932b7348b37b48cca422b",
|
|
14
|
+
"comment": "[0.67] fix(cli): fix cache not being used when there are no dependencies"
|
|
15
15
|
}
|
|
16
16
|
]
|
|
17
17
|
}
|
|
18
18
|
},
|
|
19
19
|
{
|
|
20
|
-
"date": "Mon, 24 Jan 2022 16:
|
|
21
|
-
"tag": "@react-native-windows/cli_v0.
|
|
22
|
-
"version": "0.
|
|
20
|
+
"date": "Mon, 24 Jan 2022 16:13:22 GMT",
|
|
21
|
+
"tag": "@react-native-windows/cli_v0.67.0",
|
|
22
|
+
"version": "0.67.0",
|
|
23
23
|
"comments": {
|
|
24
24
|
"patch": [
|
|
25
25
|
{
|
|
26
|
-
"
|
|
26
|
+
"author": "jthysell@microsoft.com",
|
|
27
|
+
"package": "@react-native-windows/cli",
|
|
28
|
+
"commit": "not available",
|
|
29
|
+
"comment": "[0.67] Remove ADO NuGet feed from config for new projects"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
27
32
|
"author": "ngerlem@microsoft.com",
|
|
28
|
-
"
|
|
29
|
-
"
|
|
33
|
+
"package": "@react-native-windows/cli",
|
|
34
|
+
"commit": "not available",
|
|
35
|
+
"comment": "Promote 0.67 to latest"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"author": "beachball",
|
|
39
|
+
"package": "@react-native-windows/cli",
|
|
40
|
+
"comment": "Bump @react-native-windows/package-utils to v0.67.0",
|
|
41
|
+
"commit": "f3ec055a5554558b61b538fcb405719a00249bef"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"author": "beachball",
|
|
45
|
+
"package": "@react-native-windows/cli",
|
|
46
|
+
"comment": "Bump @react-native-windows/telemetry to v0.67.0",
|
|
47
|
+
"commit": "f3ec055a5554558b61b538fcb405719a00249bef"
|
|
30
48
|
}
|
|
31
49
|
]
|
|
32
50
|
}
|
|
33
51
|
},
|
|
34
52
|
{
|
|
35
|
-
"date": "Mon,
|
|
36
|
-
"tag": "@react-native-windows/cli_v0.
|
|
37
|
-
"version": "0.
|
|
53
|
+
"date": "Mon, 24 Jan 2022 16:12:31 GMT",
|
|
54
|
+
"tag": "@react-native-windows/cli_v0.67.0",
|
|
55
|
+
"version": "0.67.0",
|
|
38
56
|
"comments": {
|
|
39
57
|
"patch": [
|
|
40
58
|
{
|
|
41
|
-
"comment": "[0.66] Fix autolinking to support solution files using LF instead of CRLF",
|
|
42
59
|
"author": "jthysell@microsoft.com",
|
|
43
|
-
"
|
|
44
|
-
"
|
|
60
|
+
"package": "@react-native-windows/cli",
|
|
61
|
+
"commit": "a1a4439e47c2a98356d7b9b1af765d3907567e16",
|
|
62
|
+
"comment": "[0.67] Remove ADO NuGet feed from config for new projects"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"author": "ngerlem@microsoft.com",
|
|
66
|
+
"package": "@react-native-windows/cli",
|
|
67
|
+
"commit": "56818ebc599aa084aa9ffc949691f1be71da169a",
|
|
68
|
+
"comment": "Promote 0.67 to latest"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"author": "beachball",
|
|
72
|
+
"package": "@react-native-windows/cli",
|
|
73
|
+
"comment": "Bump @react-native-windows/package-utils to v0.67.0",
|
|
74
|
+
"commit": "56818ebc599aa084aa9ffc949691f1be71da169a"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"author": "beachball",
|
|
78
|
+
"package": "@react-native-windows/cli",
|
|
79
|
+
"comment": "Bump @react-native-windows/telemetry to v0.67.0",
|
|
80
|
+
"commit": "56818ebc599aa084aa9ffc949691f1be71da169a"
|
|
45
81
|
}
|
|
46
82
|
]
|
|
47
83
|
}
|
|
48
84
|
},
|
|
49
85
|
{
|
|
50
|
-
"date": "
|
|
51
|
-
"tag": "@react-native-windows/cli_v0.
|
|
52
|
-
"version": "0.
|
|
86
|
+
"date": "Tue, 09 Nov 2021 01:12:34 GMT",
|
|
87
|
+
"tag": "@react-native-windows/cli_v0.67.0-preview.2",
|
|
88
|
+
"version": "0.67.0-preview.2",
|
|
53
89
|
"comments": {
|
|
54
|
-
"
|
|
90
|
+
"prerelease": [
|
|
91
|
+
{
|
|
92
|
+
"author": "jthysell@microsoft.com",
|
|
93
|
+
"package": "@react-native-windows/cli",
|
|
94
|
+
"commit": "not available",
|
|
95
|
+
"comment": "Upgrade WinUI/MUX to 2.7"
|
|
96
|
+
}
|
|
97
|
+
]
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"date": "Tue, 09 Nov 2021 01:12:18 GMT",
|
|
102
|
+
"tag": "@react-native-windows/cli_v0.67.0-preview.2",
|
|
103
|
+
"version": "0.67.0-preview.2",
|
|
104
|
+
"comments": {
|
|
105
|
+
"prerelease": [
|
|
106
|
+
{
|
|
107
|
+
"author": "jthysell@microsoft.com",
|
|
108
|
+
"package": "@react-native-windows/cli",
|
|
109
|
+
"commit": "3436887f967daf3664d0b40dc273f5a873a1cc4d",
|
|
110
|
+
"comment": "Upgrade WinUI/MUX to 2.7"
|
|
111
|
+
}
|
|
112
|
+
]
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"date": "Mon, 25 Oct 2021 15:07:48 GMT",
|
|
117
|
+
"tag": "@react-native-windows/cli_v0.67.0-preview.1",
|
|
118
|
+
"version": "0.67.0-preview.1",
|
|
119
|
+
"comments": {
|
|
120
|
+
"prerelease": [
|
|
121
|
+
{
|
|
122
|
+
"author": "ngerlem@microsoft.com",
|
|
123
|
+
"package": "@react-native-windows/cli",
|
|
124
|
+
"commit": "not available",
|
|
125
|
+
"comment": "Promote 0.67 to preview"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"author": "beachball",
|
|
129
|
+
"package": "@react-native-windows/cli",
|
|
130
|
+
"comment": "Bump @react-native-windows/package-utils to v0.67.0-preview.1",
|
|
131
|
+
"commit": "666510e980ced292bffd23a44982e8a800f91444"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"author": "beachball",
|
|
135
|
+
"package": "@react-native-windows/cli",
|
|
136
|
+
"comment": "Bump @react-native-windows/telemetry to v0.67.0-preview.1",
|
|
137
|
+
"commit": "666510e980ced292bffd23a44982e8a800f91444"
|
|
138
|
+
}
|
|
139
|
+
]
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"date": "Mon, 25 Oct 2021 15:07:19 GMT",
|
|
144
|
+
"tag": "@react-native-windows/cli_v0.67.0-preview.1",
|
|
145
|
+
"version": "0.67.0-preview.1",
|
|
146
|
+
"comments": {
|
|
147
|
+
"prerelease": [
|
|
148
|
+
{
|
|
149
|
+
"author": "ngerlem@microsoft.com",
|
|
150
|
+
"package": "@react-native-windows/cli",
|
|
151
|
+
"commit": "5ca0feb9bccbf395aa8297f97a1a8832971d4f2e",
|
|
152
|
+
"comment": "Promote 0.67 to preview"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"author": "beachball",
|
|
156
|
+
"package": "@react-native-windows/cli",
|
|
157
|
+
"comment": "Bump @react-native-windows/package-utils to v0.67.0-preview.1",
|
|
158
|
+
"commit": "be5b1c696dc4bb50281f444713575830d3bf72e3"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"author": "beachball",
|
|
162
|
+
"package": "@react-native-windows/cli",
|
|
163
|
+
"comment": "Bump @react-native-windows/telemetry to v0.67.0-preview.1",
|
|
164
|
+
"commit": "be5b1c696dc4bb50281f444713575830d3bf72e3"
|
|
165
|
+
}
|
|
166
|
+
]
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"date": "Thu, 21 Oct 2021 05:08:01 GMT",
|
|
171
|
+
"tag": "@react-native-windows/cli_v0.0.0-canary.95",
|
|
172
|
+
"version": "0.0.0-canary.95",
|
|
173
|
+
"comments": {
|
|
174
|
+
"prerelease": [
|
|
175
|
+
{
|
|
176
|
+
"author": "30809111+acoates-ms@users.noreply.github.com",
|
|
177
|
+
"package": "@react-native-windows/cli",
|
|
178
|
+
"comment": "Update to typescript 4",
|
|
179
|
+
"commit": "8a0ffecdcf5e68d950f20380fdf62295edb352b6"
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"author": "beachball",
|
|
183
|
+
"package": "@react-native-windows/cli",
|
|
184
|
+
"comment": "Bump @react-native-windows/package-utils to v0.0.0-canary.22",
|
|
185
|
+
"commit": "8a0ffecdcf5e68d950f20380fdf62295edb352b6"
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"author": "beachball",
|
|
189
|
+
"package": "@react-native-windows/cli",
|
|
190
|
+
"comment": "Bump @react-native-windows/telemetry to v0.0.0-canary.24",
|
|
191
|
+
"commit": "8a0ffecdcf5e68d950f20380fdf62295edb352b6"
|
|
192
|
+
}
|
|
193
|
+
]
|
|
194
|
+
}
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"date": "Sat, 09 Oct 2021 05:06:48 GMT",
|
|
198
|
+
"tag": "@react-native-windows/cli_v0.0.0-canary.94",
|
|
199
|
+
"version": "0.0.0-canary.94",
|
|
200
|
+
"comments": {
|
|
201
|
+
"prerelease": [
|
|
55
202
|
{
|
|
56
|
-
"comment": "Promote 0.66 to latest",
|
|
57
203
|
"author": "ngerlem@microsoft.com",
|
|
58
|
-
"
|
|
204
|
+
"package": "@react-native-windows/cli",
|
|
205
|
+
"comment": "Integrate 10-8-21 Nightly Build",
|
|
206
|
+
"commit": "db9fd0f1192d6340c5e766ac2630fc182c99de4f"
|
|
207
|
+
}
|
|
208
|
+
]
|
|
209
|
+
}
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"date": "Wed, 06 Oct 2021 05:07:05 GMT",
|
|
213
|
+
"tag": "@react-native-windows/cli_v0.0.0-canary.93",
|
|
214
|
+
"version": "0.0.0-canary.93",
|
|
215
|
+
"comments": {
|
|
216
|
+
"prerelease": [
|
|
217
|
+
{
|
|
218
|
+
"comment": "Use full path to powershell.exe",
|
|
219
|
+
"author": "asklar@microsoft.com",
|
|
220
|
+
"commit": "f881f033a0d286a9c1df596c8ea3644c41ea9e8f",
|
|
221
|
+
"package": "@react-native-windows/cli"
|
|
222
|
+
}
|
|
223
|
+
]
|
|
224
|
+
}
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"date": "Tue, 05 Oct 2021 05:07:00 GMT",
|
|
228
|
+
"tag": "@react-native-windows/cli_v0.0.0-canary.92",
|
|
229
|
+
"version": "0.0.0-canary.92",
|
|
230
|
+
"comments": {
|
|
231
|
+
"prerelease": [
|
|
232
|
+
{
|
|
233
|
+
"comment": "CLI: Default to deploy by layout",
|
|
234
|
+
"author": "jthysell@microsoft.com",
|
|
235
|
+
"commit": "afb7054ff284e62884bcf987d8a494326aadb8c5",
|
|
59
236
|
"package": "@react-native-windows/cli"
|
|
60
237
|
}
|
|
61
238
|
]
|
|
62
239
|
}
|
|
63
240
|
},
|
|
64
241
|
{
|
|
65
|
-
"date": "
|
|
66
|
-
"tag": "@react-native-windows/cli_v0.
|
|
67
|
-
"version": "0.
|
|
242
|
+
"date": "Thu, 30 Sep 2021 05:06:48 GMT",
|
|
243
|
+
"tag": "@react-native-windows/cli_v0.0.0-canary.91",
|
|
244
|
+
"version": "0.0.0-canary.91",
|
|
68
245
|
"comments": {
|
|
69
246
|
"prerelease": [
|
|
70
247
|
{
|
|
71
|
-
"comment": "Bump
|
|
248
|
+
"comment": "Bump xmldom to 0.7.0 in @react-native-windows/cli.",
|
|
72
249
|
"author": "yicyao@microsoft.com",
|
|
73
|
-
"commit": "
|
|
250
|
+
"commit": "58c1fb59eaebbf496915921062540b963aff3685",
|
|
251
|
+
"package": "@react-native-windows/cli"
|
|
252
|
+
}
|
|
253
|
+
]
|
|
254
|
+
}
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"date": "Wed, 29 Sep 2021 05:06:54 GMT",
|
|
258
|
+
"tag": "@react-native-windows/cli_v0.0.0-canary.90",
|
|
259
|
+
"version": "0.0.0-canary.90",
|
|
260
|
+
"comments": {
|
|
261
|
+
"prerelease": [
|
|
262
|
+
{
|
|
263
|
+
"comment": "Make CLI Fail Gracefully on Dep Script Errors",
|
|
264
|
+
"author": "ngerlem@microsoft.com",
|
|
265
|
+
"commit": "3bac02eb67a31b7060cfa8541a013055f87eb7b4",
|
|
266
|
+
"package": "@react-native-windows/cli"
|
|
267
|
+
}
|
|
268
|
+
]
|
|
269
|
+
}
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"date": "Thu, 23 Sep 2021 05:06:48 GMT",
|
|
273
|
+
"tag": "@react-native-windows/cli_v0.0.0-canary.89",
|
|
274
|
+
"version": "0.0.0-canary.89",
|
|
275
|
+
"comments": {
|
|
276
|
+
"prerelease": [
|
|
277
|
+
{
|
|
278
|
+
"comment": "Remove Certificate From Template",
|
|
279
|
+
"author": "34109996+chiaramooney@users.noreply.github.com",
|
|
280
|
+
"commit": "3813907b2eaa6198f0a8b9dc570075f0c7117301",
|
|
281
|
+
"package": "@react-native-windows/cli"
|
|
282
|
+
}
|
|
283
|
+
]
|
|
284
|
+
}
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"date": "Wed, 22 Sep 2021 05:06:43 GMT",
|
|
288
|
+
"tag": "@react-native-windows/cli_v0.0.0-canary.88",
|
|
289
|
+
"version": "0.0.0-canary.88",
|
|
290
|
+
"comments": {
|
|
291
|
+
"none": [
|
|
292
|
+
{
|
|
293
|
+
"comment": "fix(deploy): broken projectName override for deployToDevice",
|
|
294
|
+
"author": "ali-hk@users.noreply.github.com",
|
|
295
|
+
"commit": "0bc36a30ab3cd5bb4cfd767e503b29c185cfcddd",
|
|
296
|
+
"package": "@react-native-windows/cli"
|
|
297
|
+
}
|
|
298
|
+
]
|
|
299
|
+
}
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"date": "Fri, 17 Sep 2021 05:06:53 GMT",
|
|
303
|
+
"tag": "@react-native-windows/cli_v0.0.0-canary.88",
|
|
304
|
+
"version": "0.0.0-canary.88",
|
|
305
|
+
"comments": {
|
|
306
|
+
"prerelease": [
|
|
307
|
+
{
|
|
308
|
+
"comment": "Fixed CLI options defaults",
|
|
309
|
+
"author": "jthysell@microsoft.com",
|
|
310
|
+
"commit": "5bdad2322e65162a67b8ffd85a514da733a07033",
|
|
311
|
+
"package": "@react-native-windows/cli"
|
|
312
|
+
}
|
|
313
|
+
]
|
|
314
|
+
}
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"date": "Wed, 15 Sep 2021 05:07:04 GMT",
|
|
318
|
+
"tag": "@react-native-windows/cli_v0.0.0-canary.87",
|
|
319
|
+
"version": "0.0.0-canary.87",
|
|
320
|
+
"comments": {
|
|
321
|
+
"prerelease": [
|
|
322
|
+
{
|
|
323
|
+
"comment": "Better handle spaces in project path",
|
|
324
|
+
"author": "30809111+acoates-ms@users.noreply.github.com",
|
|
325
|
+
"commit": "0ebefa655f7adbcc65f8f3136870094762acd3a9",
|
|
326
|
+
"package": "@react-native-windows/cli"
|
|
327
|
+
}
|
|
328
|
+
]
|
|
329
|
+
}
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"date": "Tue, 14 Sep 2021 05:07:02 GMT",
|
|
333
|
+
"tag": "@react-native-windows/cli_v0.0.0-canary.86",
|
|
334
|
+
"version": "0.0.0-canary.86",
|
|
335
|
+
"comments": {
|
|
336
|
+
"prerelease": [
|
|
337
|
+
{
|
|
338
|
+
"comment": "Fix autolinking to respect WinUI2xVersion or WinUI3Version set in ExperimentalFeatures.props",
|
|
339
|
+
"author": "jthysell@microsoft.com",
|
|
340
|
+
"commit": "d3de4a2b04415ff9004b7ba08ee21787b924d0d4",
|
|
74
341
|
"package": "@react-native-windows/cli"
|
|
75
342
|
}
|
|
76
343
|
]
|
|
77
344
|
}
|
|
78
345
|
},
|
|
79
346
|
{
|
|
80
|
-
"date": "
|
|
81
|
-
"tag": "@react-native-windows/cli_v0.
|
|
82
|
-
"version": "0.
|
|
347
|
+
"date": "Wed, 08 Sep 2021 05:08:53 GMT",
|
|
348
|
+
"tag": "@react-native-windows/cli_v0.0.0-canary.85",
|
|
349
|
+
"version": "0.0.0-canary.85",
|
|
83
350
|
"comments": {
|
|
84
351
|
"prerelease": [
|
|
85
352
|
{
|
|
86
|
-
"comment": "
|
|
353
|
+
"comment": "Set consistent node requirements on our packages",
|
|
354
|
+
"author": "ngerlem@microsoft.com",
|
|
355
|
+
"commit": "2974ea0ab58b546264b8d9a4a7c12ceeb0a02851",
|
|
356
|
+
"package": "@react-native-windows/cli"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"comment": "Fix autolinking to support solution files using LF instead of CRLF",
|
|
360
|
+
"author": "jthysell@microsoft.com",
|
|
361
|
+
"commit": "5cfeb6d32ff49f3462a8ee3ce5bc17abfa062752",
|
|
362
|
+
"package": "@react-native-windows/cli"
|
|
363
|
+
}
|
|
364
|
+
],
|
|
365
|
+
"patch": [
|
|
366
|
+
{
|
|
367
|
+
"comment": "Bump @rnw-scripts/jest-unittest-config to v1.2.4",
|
|
368
|
+
"author": "ngerlem@microsoft.com",
|
|
369
|
+
"commit": "2974ea0ab58b546264b8d9a4a7c12ceeb0a02851",
|
|
370
|
+
"package": "@react-native-windows/cli"
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"comment": "Bump @rnw-scripts/just-task to v2.2.1",
|
|
374
|
+
"author": "ngerlem@microsoft.com",
|
|
375
|
+
"commit": "2974ea0ab58b546264b8d9a4a7c12ceeb0a02851",
|
|
376
|
+
"package": "@react-native-windows/cli"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"comment": "Bump @rnw-scripts/ts-config to v2.0.1",
|
|
380
|
+
"author": "ngerlem@microsoft.com",
|
|
381
|
+
"commit": "2974ea0ab58b546264b8d9a4a7c12ceeb0a02851",
|
|
382
|
+
"package": "@react-native-windows/cli"
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"comment": "Bump @rnw-scripts/eslint-config to v1.1.8",
|
|
87
386
|
"author": "ngerlem@microsoft.com",
|
|
88
|
-
"commit": "
|
|
387
|
+
"commit": "2974ea0ab58b546264b8d9a4a7c12ceeb0a02851",
|
|
89
388
|
"package": "@react-native-windows/cli"
|
|
90
389
|
}
|
|
91
390
|
]
|
package/CHANGELOG.md
CHANGED
|
@@ -1,56 +1,172 @@
|
|
|
1
1
|
# Change Log - @react-native-windows/cli
|
|
2
2
|
|
|
3
|
-
This log was last generated on Mon, 21 Feb 2022 16:
|
|
3
|
+
This log was last generated on Mon, 21 Feb 2022 16:17:54 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.
|
|
7
|
+
## 0.67.1
|
|
8
8
|
|
|
9
|
-
Mon, 21 Feb 2022 16:
|
|
9
|
+
Mon, 21 Feb 2022 16:17:54 GMT
|
|
10
10
|
|
|
11
11
|
### Patches
|
|
12
12
|
|
|
13
|
-
- [0.
|
|
13
|
+
- [0.67] fix(cli): fix cache not being used when there are no dependencies (jthysell@microsoft.com)
|
|
14
14
|
|
|
15
|
-
## 0.
|
|
15
|
+
## 0.67.0
|
|
16
16
|
|
|
17
|
-
Mon, 24 Jan 2022 16:
|
|
17
|
+
Mon, 24 Jan 2022 16:13:22 GMT
|
|
18
18
|
|
|
19
19
|
### Patches
|
|
20
20
|
|
|
21
|
-
-
|
|
21
|
+
- [0.67] Remove ADO NuGet feed from config for new projects (jthysell@microsoft.com)
|
|
22
|
+
- Promote 0.67 to latest (ngerlem@microsoft.com)
|
|
23
|
+
- Bump @react-native-windows/package-utils to v0.67.0
|
|
24
|
+
- Bump @react-native-windows/telemetry to v0.67.0
|
|
22
25
|
|
|
23
|
-
## 0.
|
|
26
|
+
## 0.67.0
|
|
24
27
|
|
|
25
|
-
Mon,
|
|
28
|
+
Mon, 24 Jan 2022 16:12:31 GMT
|
|
26
29
|
|
|
27
30
|
### Patches
|
|
28
31
|
|
|
29
|
-
- [0.
|
|
32
|
+
- [0.67] Remove ADO NuGet feed from config for new projects (jthysell@microsoft.com)
|
|
33
|
+
- Promote 0.67 to latest (ngerlem@microsoft.com)
|
|
34
|
+
- Bump @react-native-windows/package-utils to v0.67.0
|
|
35
|
+
- Bump @react-native-windows/telemetry to v0.67.0
|
|
30
36
|
|
|
31
|
-
## 0.
|
|
37
|
+
## 0.67.0-preview.2
|
|
32
38
|
|
|
33
|
-
|
|
39
|
+
Tue, 09 Nov 2021 01:12:34 GMT
|
|
34
40
|
|
|
35
|
-
###
|
|
41
|
+
### Changes
|
|
42
|
+
|
|
43
|
+
- Upgrade WinUI/MUX to 2.7 (jthysell@microsoft.com)
|
|
44
|
+
|
|
45
|
+
## 0.67.0-preview.2
|
|
46
|
+
|
|
47
|
+
Tue, 09 Nov 2021 01:12:18 GMT
|
|
48
|
+
|
|
49
|
+
### Changes
|
|
50
|
+
|
|
51
|
+
- Upgrade WinUI/MUX to 2.7 (jthysell@microsoft.com)
|
|
52
|
+
|
|
53
|
+
## 0.67.0-preview.1
|
|
54
|
+
|
|
55
|
+
Mon, 25 Oct 2021 15:07:48 GMT
|
|
56
|
+
|
|
57
|
+
### Changes
|
|
58
|
+
|
|
59
|
+
- Promote 0.67 to preview (ngerlem@microsoft.com)
|
|
60
|
+
- Bump @react-native-windows/package-utils to v0.67.0-preview.1
|
|
61
|
+
- Bump @react-native-windows/telemetry to v0.67.0-preview.1
|
|
62
|
+
|
|
63
|
+
## 0.67.0-preview.1
|
|
64
|
+
|
|
65
|
+
Mon, 25 Oct 2021 15:07:19 GMT
|
|
66
|
+
|
|
67
|
+
### Changes
|
|
36
68
|
|
|
37
|
-
- Promote 0.
|
|
69
|
+
- Promote 0.67 to preview (ngerlem@microsoft.com)
|
|
70
|
+
- Bump @react-native-windows/package-utils to v0.67.0-preview.1
|
|
71
|
+
- Bump @react-native-windows/telemetry to v0.67.0-preview.1
|
|
38
72
|
|
|
39
|
-
## 0.
|
|
73
|
+
## 0.0.0-canary.95
|
|
40
74
|
|
|
41
|
-
|
|
75
|
+
Thu, 21 Oct 2021 05:08:01 GMT
|
|
42
76
|
|
|
43
77
|
### Changes
|
|
44
78
|
|
|
45
|
-
-
|
|
79
|
+
- Update to typescript 4 (30809111+acoates-ms@users.noreply.github.com)
|
|
80
|
+
- Bump @react-native-windows/package-utils to v0.0.0-canary.22
|
|
81
|
+
- Bump @react-native-windows/telemetry to v0.0.0-canary.24
|
|
82
|
+
|
|
83
|
+
## 0.0.0-canary.94
|
|
84
|
+
|
|
85
|
+
Sat, 09 Oct 2021 05:06:48 GMT
|
|
86
|
+
|
|
87
|
+
### Changes
|
|
88
|
+
|
|
89
|
+
- Integrate 10-8-21 Nightly Build (ngerlem@microsoft.com)
|
|
90
|
+
|
|
91
|
+
## 0.0.0-canary.93
|
|
92
|
+
|
|
93
|
+
Wed, 06 Oct 2021 05:07:05 GMT
|
|
94
|
+
|
|
95
|
+
### Changes
|
|
96
|
+
|
|
97
|
+
- Use full path to powershell.exe (asklar@microsoft.com)
|
|
98
|
+
|
|
99
|
+
## 0.0.0-canary.92
|
|
100
|
+
|
|
101
|
+
Tue, 05 Oct 2021 05:07:00 GMT
|
|
102
|
+
|
|
103
|
+
### Changes
|
|
104
|
+
|
|
105
|
+
- CLI: Default to deploy by layout (jthysell@microsoft.com)
|
|
106
|
+
|
|
107
|
+
## 0.0.0-canary.91
|
|
46
108
|
|
|
47
|
-
|
|
109
|
+
Thu, 30 Sep 2021 05:06:48 GMT
|
|
110
|
+
|
|
111
|
+
### Changes
|
|
112
|
+
|
|
113
|
+
- Bump xmldom to 0.7.0 in @react-native-windows/cli. (yicyao@microsoft.com)
|
|
114
|
+
|
|
115
|
+
## 0.0.0-canary.90
|
|
116
|
+
|
|
117
|
+
Wed, 29 Sep 2021 05:06:54 GMT
|
|
118
|
+
|
|
119
|
+
### Changes
|
|
120
|
+
|
|
121
|
+
- Make CLI Fail Gracefully on Dep Script Errors (ngerlem@microsoft.com)
|
|
122
|
+
|
|
123
|
+
## 0.0.0-canary.89
|
|
124
|
+
|
|
125
|
+
Thu, 23 Sep 2021 05:06:48 GMT
|
|
126
|
+
|
|
127
|
+
### Changes
|
|
128
|
+
|
|
129
|
+
- Remove Certificate From Template (34109996+chiaramooney@users.noreply.github.com)
|
|
130
|
+
|
|
131
|
+
## 0.0.0-canary.88
|
|
132
|
+
|
|
133
|
+
Fri, 17 Sep 2021 05:06:53 GMT
|
|
134
|
+
|
|
135
|
+
### Changes
|
|
136
|
+
|
|
137
|
+
- Fixed CLI options defaults (jthysell@microsoft.com)
|
|
138
|
+
|
|
139
|
+
## 0.0.0-canary.87
|
|
140
|
+
|
|
141
|
+
Wed, 15 Sep 2021 05:07:04 GMT
|
|
142
|
+
|
|
143
|
+
### Changes
|
|
144
|
+
|
|
145
|
+
- Better handle spaces in project path (30809111+acoates-ms@users.noreply.github.com)
|
|
146
|
+
|
|
147
|
+
## 0.0.0-canary.86
|
|
148
|
+
|
|
149
|
+
Tue, 14 Sep 2021 05:07:02 GMT
|
|
150
|
+
|
|
151
|
+
### Changes
|
|
152
|
+
|
|
153
|
+
- Fix autolinking to respect WinUI2xVersion or WinUI3Version set in ExperimentalFeatures.props (jthysell@microsoft.com)
|
|
154
|
+
|
|
155
|
+
## 0.0.0-canary.85
|
|
156
|
+
|
|
157
|
+
Wed, 08 Sep 2021 05:08:53 GMT
|
|
158
|
+
|
|
159
|
+
### Patches
|
|
48
160
|
|
|
49
|
-
|
|
161
|
+
- Bump @rnw-scripts/jest-unittest-config to v1.2.4 (ngerlem@microsoft.com)
|
|
162
|
+
- Bump @rnw-scripts/just-task to v2.2.1 (ngerlem@microsoft.com)
|
|
163
|
+
- Bump @rnw-scripts/ts-config to v2.0.1 (ngerlem@microsoft.com)
|
|
164
|
+
- Bump @rnw-scripts/eslint-config to v1.1.8 (ngerlem@microsoft.com)
|
|
50
165
|
|
|
51
166
|
### Changes
|
|
52
167
|
|
|
53
|
-
-
|
|
168
|
+
- Set consistent node requirements on our packages (ngerlem@microsoft.com)
|
|
169
|
+
- Fix autolinking to support solution files using LF instead of CRLF (jthysell@microsoft.com)
|
|
54
170
|
|
|
55
171
|
## 0.0.0-canary.84
|
|
56
172
|
|