react-native-platform-override 1.5.1 → 1.6.3
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/bin.js +0 -0
- package/lib-commonjs/Api.d.ts +1 -0
- package/lib-commonjs/Api.js +8 -7
- package/lib-commonjs/Api.js.map +1 -1
- package/lib-commonjs/BatchingQueue.js.map +1 -1
- package/lib-commonjs/Cli.js +16 -16
- package/lib-commonjs/Cli.js.map +1 -1
- package/lib-commonjs/CrossProcessLock.js +3 -3
- package/lib-commonjs/CrossProcessLock.js.map +1 -1
- package/lib-commonjs/FileRepository.js +3 -3
- package/lib-commonjs/FileRepository.js.map +1 -1
- package/lib-commonjs/FileSearch.js +6 -23
- package/lib-commonjs/FileSearch.js.map +1 -1
- package/lib-commonjs/FileSystemRepository.js +6 -6
- package/lib-commonjs/FileSystemRepository.js.map +1 -1
- package/lib-commonjs/GitReactFileRepository.d.ts +0 -2
- package/lib-commonjs/GitReactFileRepository.js +8 -45
- package/lib-commonjs/GitReactFileRepository.js.map +1 -1
- package/lib-commonjs/Hash.js +1 -4
- package/lib-commonjs/Hash.js.map +1 -1
- package/lib-commonjs/Manifest.js +9 -9
- package/lib-commonjs/Manifest.js.map +1 -1
- package/lib-commonjs/OverridePrompt.js +4 -4
- package/lib-commonjs/OverridePrompt.js.map +1 -1
- package/lib-commonjs/PackageUtils.js +2 -3
- package/lib-commonjs/PackageUtils.js.map +1 -1
- package/lib-commonjs/Serialized.js +4 -4
- package/lib-commonjs/Serialized.js.map +1 -1
- package/lib-commonjs/UpgradeStrategy.js +3 -3
- package/lib-commonjs/UpgradeStrategy.js.map +1 -1
- package/lib-commonjs/ValidationStrategy.js.map +1 -1
- package/lib-commonjs/refFromVersion.d.ts +10 -0
- package/lib-commonjs/refFromVersion.js +92 -0
- package/lib-commonjs/refFromVersion.js.map +1 -0
- package/lib-commonjs/scripts/generateManifest.js +1 -1
- package/lib-commonjs/scripts/generateManifest.js.map +1 -1
- package/lib-commonjs/scripts/hashFile.js +2 -2
- package/lib-commonjs/scripts/hashFile.js.map +1 -1
- package/package.json +9 -8
- package/CHANGELOG.json +0 -916
- package/CHANGELOG.md +0 -380
package/CHANGELOG.md
DELETED
|
@@ -1,380 +0,0 @@
|
|
|
1
|
-
# Change Log - react-native-platform-override
|
|
2
|
-
|
|
3
|
-
This log was last generated on Thu, 21 Oct 2021 05:07:06 GMT and should not be manually modified.
|
|
4
|
-
|
|
5
|
-
<!-- Start content -->
|
|
6
|
-
|
|
7
|
-
## 1.5.1
|
|
8
|
-
|
|
9
|
-
Thu, 21 Oct 2021 05:07:06 GMT
|
|
10
|
-
|
|
11
|
-
### Patches
|
|
12
|
-
|
|
13
|
-
- Update to typescript 4 (30809111+acoates-ms@users.noreply.github.com)
|
|
14
|
-
- Bump @react-native-windows/package-utils to v0.0.0-canary.22
|
|
15
|
-
|
|
16
|
-
## 1.5.0
|
|
17
|
-
|
|
18
|
-
Wed, 06 Oct 2021 05:07:05 GMT
|
|
19
|
-
|
|
20
|
-
### Minor changes
|
|
21
|
-
|
|
22
|
-
- Teach integration tooling about new nightly pattern (ngerlem@microsoft.com)
|
|
23
|
-
|
|
24
|
-
## 1.4.18
|
|
25
|
-
|
|
26
|
-
Wed, 08 Sep 2021 05:08:53 GMT
|
|
27
|
-
|
|
28
|
-
### Patches
|
|
29
|
-
|
|
30
|
-
- Set consistent node requirements on our packages (ngerlem@microsoft.com)
|
|
31
|
-
|
|
32
|
-
### Changes
|
|
33
|
-
|
|
34
|
-
- Bump @react-native-windows/package-utils to v0.0.0-canary.21 (ngerlem@microsoft.com)
|
|
35
|
-
|
|
36
|
-
## 1.4.17
|
|
37
|
-
|
|
38
|
-
Fri, 11 Jun 2021 05:08:55 GMT
|
|
39
|
-
|
|
40
|
-
### Patches
|
|
41
|
-
|
|
42
|
-
- Bump @rnw-scripts/just-task to v2.2.0 (ngerlem@microsoft.com)
|
|
43
|
-
|
|
44
|
-
### Changes
|
|
45
|
-
|
|
46
|
-
- Bump @react-native-windows/package-utils to v0.0.0-canary.20 (ngerlem@microsoft.com)
|
|
47
|
-
|
|
48
|
-
## 1.4.16
|
|
49
|
-
|
|
50
|
-
Wed, 09 Jun 2021 05:10:07 GMT
|
|
51
|
-
|
|
52
|
-
### Patches
|
|
53
|
-
|
|
54
|
-
- Integrate May 19th (igklemen@microsoft.com)
|
|
55
|
-
|
|
56
|
-
### Changes
|
|
57
|
-
|
|
58
|
-
- Bump @react-native-windows/package-utils to v0.0.0-canary.19 (igklemen@microsoft.com)
|
|
59
|
-
|
|
60
|
-
## 1.4.15
|
|
61
|
-
|
|
62
|
-
Thu, 03 Jun 2021 05:09:47 GMT
|
|
63
|
-
|
|
64
|
-
### Patches
|
|
65
|
-
|
|
66
|
-
- Enable esModuleInterop Repo Wide (ngerlem@microsoft.com)
|
|
67
|
-
- Check for missing dependencies during lint (ngerlem@microsoft.com)
|
|
68
|
-
|
|
69
|
-
### Changes
|
|
70
|
-
|
|
71
|
-
- Bump @react-native-windows/package-utils to v0.0.0-canary.18 (ngerlem@microsoft.com)
|
|
72
|
-
|
|
73
|
-
## 1.4.14
|
|
74
|
-
|
|
75
|
-
Fri, 21 May 2021 05:17:18 GMT
|
|
76
|
-
|
|
77
|
-
### Patches
|
|
78
|
-
|
|
79
|
-
- Integrate Apr 28 (base of 0.65) Nightly RN Build (ngerlem@microsoft.com)
|
|
80
|
-
|
|
81
|
-
### Changes
|
|
82
|
-
|
|
83
|
-
- Bump @react-native-windows/package-utils to v0.0.0-canary.17 (ngerlem@microsoft.com)
|
|
84
|
-
|
|
85
|
-
## 1.4.13
|
|
86
|
-
|
|
87
|
-
Thu, 04 Mar 2021 05:05:53 GMT
|
|
88
|
-
|
|
89
|
-
### Patches
|
|
90
|
-
|
|
91
|
-
- Update yargs version used and patch y18n version 4.0.0 to 4.0.1 as used by detox of transitive dependencies to address https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7774 (dannyvv@microsoft.com)
|
|
92
|
-
|
|
93
|
-
## 1.4.12
|
|
94
|
-
|
|
95
|
-
Thu, 11 Feb 2021 05:08:29 GMT
|
|
96
|
-
|
|
97
|
-
### Patches
|
|
98
|
-
|
|
99
|
-
- Bump @rnw-scripts/just-task to v2.1.0 (ngerlem@microsoft.com)
|
|
100
|
-
|
|
101
|
-
### Changes
|
|
102
|
-
|
|
103
|
-
- Bump @react-native-windows/package-utils to v0.0.0-canary.16 (ngerlem@microsoft.com)
|
|
104
|
-
|
|
105
|
-
## 1.4.11
|
|
106
|
-
|
|
107
|
-
Tue, 09 Feb 2021 05:07:37 GMT
|
|
108
|
-
|
|
109
|
-
### Patches
|
|
110
|
-
|
|
111
|
-
- Bump just-scripts from 1.3.2 to 1.3.3 (dannyvv@microsoft.com)
|
|
112
|
-
|
|
113
|
-
### Changes
|
|
114
|
-
|
|
115
|
-
- Bump @react-native-windows/package-utils to v0.0.0-canary.15 (dannyvv@microsoft.com)
|
|
116
|
-
|
|
117
|
-
## 1.4.10
|
|
118
|
-
|
|
119
|
-
Thu, 28 Jan 2021 05:06:47 GMT
|
|
120
|
-
|
|
121
|
-
### Patches
|
|
122
|
-
|
|
123
|
-
- Leverage default config support in Just library and factor out common tasks (dannyvv@microsoft.com)
|
|
124
|
-
|
|
125
|
-
### Changes
|
|
126
|
-
|
|
127
|
-
- Bump @react-native-windows/package-utils to v0.0.0-canary.14 (dannyvv@microsoft.com)
|
|
128
|
-
|
|
129
|
-
## 1.4.9
|
|
130
|
-
|
|
131
|
-
Wed, 27 Jan 2021 05:06:36 GMT
|
|
132
|
-
|
|
133
|
-
### Patches
|
|
134
|
-
|
|
135
|
-
- Show TS Stack Traces on Uncaught CLI Exception (ngerlem@microsoft.com)
|
|
136
|
-
|
|
137
|
-
## 1.4.8
|
|
138
|
-
|
|
139
|
-
Tue, 26 Jan 2021 05:06:39 GMT
|
|
140
|
-
|
|
141
|
-
### Patches
|
|
142
|
-
|
|
143
|
-
- Update @types package versions in package.json from dependabot updates to yarn.lock (dannyvv@microsoft.com)
|
|
144
|
-
|
|
145
|
-
### Changes
|
|
146
|
-
|
|
147
|
-
- Bump @react-native-windows/package-utils to v0.0.0-canary.13 (dannyvv@microsoft.com)
|
|
148
|
-
|
|
149
|
-
## 0.4.7
|
|
150
|
-
|
|
151
|
-
Fri, 15 Jan 2021 05:07:01 GMT
|
|
152
|
-
|
|
153
|
-
### Patches
|
|
154
|
-
|
|
155
|
-
- Update code to new packages for isUtf8 and yargs (canli@microsoft.com)
|
|
156
|
-
|
|
157
|
-
## 0.4.6
|
|
158
|
-
|
|
159
|
-
Wed, 06 Jan 2021 05:06:51 GMT
|
|
160
|
-
|
|
161
|
-
### Patches
|
|
162
|
-
|
|
163
|
-
- Move some packages from @rnw-scripts to @react-native-windows (ngerlem@microsoft.com)
|
|
164
|
-
|
|
165
|
-
## 0.4.5
|
|
166
|
-
|
|
167
|
-
Fri, 18 Dec 2020 19:23:58 GMT
|
|
168
|
-
|
|
169
|
-
### Patches
|
|
170
|
-
|
|
171
|
-
- Fix missing dependency / race condition in package.json (dannyvv@microsoft.com)
|
|
172
|
-
|
|
173
|
-
## 0.4.4
|
|
174
|
-
|
|
175
|
-
Tue, 08 Dec 2020 03:20:37 GMT
|
|
176
|
-
|
|
177
|
-
### Patches
|
|
178
|
-
|
|
179
|
-
- Use whitespace insensitive compare for indentical override detection (ngerlem@microsoft.com)
|
|
180
|
-
- Bump yargs to 15.4.1 (ngerlem@microsoft.com)
|
|
181
|
-
|
|
182
|
-
## 0.4.3
|
|
183
|
-
|
|
184
|
-
Tue, 24 Nov 2020 05:08:17 GMT
|
|
185
|
-
|
|
186
|
-
### Patches
|
|
187
|
-
|
|
188
|
-
- Add more eslint rules (ngerlem@microsoft.com)
|
|
189
|
-
|
|
190
|
-
## 0.4.1
|
|
191
|
-
|
|
192
|
-
Thu, 29 Oct 2020 05:05:49 GMT
|
|
193
|
-
|
|
194
|
-
### Patches
|
|
195
|
-
|
|
196
|
-
- Better Override Validation Messages When Errors Exist in Multiple Packages (ngerlem@microsoft.com)
|
|
197
|
-
|
|
198
|
-
## 0.4.0
|
|
199
|
-
|
|
200
|
-
Wed, 21 Oct 2020 05:05:24 GMT
|
|
201
|
-
|
|
202
|
-
### Minor changes
|
|
203
|
-
|
|
204
|
-
- Allow Multiple Manifests in Monorepos (ngerlem@microsoft.com)
|
|
205
|
-
- Drop Issue Requirement from Override Manifest Schema Validation (ngerlem@microsoft.com)
|
|
206
|
-
|
|
207
|
-
## 0.3.3
|
|
208
|
-
|
|
209
|
-
Sat, 03 Oct 2020 05:04:45 GMT
|
|
210
|
-
|
|
211
|
-
### Patches
|
|
212
|
-
|
|
213
|
-
- Allow Default baseVersion in Override Manfests (ngerlem@microsoft.com)
|
|
214
|
-
- Add command to diff overrides (ngerlem@microsoft.com)
|
|
215
|
-
|
|
216
|
-
## 0.3.2
|
|
217
|
-
|
|
218
|
-
Fri, 02 Oct 2020 05:05:22 GMT
|
|
219
|
-
|
|
220
|
-
### Patches
|
|
221
|
-
|
|
222
|
-
- Add some extra error handling to GitReactFileRepository (ngerlem@microsoft.com)
|
|
223
|
-
|
|
224
|
-
## 0.3.1
|
|
225
|
-
|
|
226
|
-
Thu, 01 Oct 2020 05:08:11 GMT
|
|
227
|
-
|
|
228
|
-
### Patches
|
|
229
|
-
|
|
230
|
-
- ESLint Fixup (ngerlem@microsoft.com)
|
|
231
|
-
- Fix applying patches when case is mismatched (ngerlem@microsoft.com)
|
|
232
|
-
|
|
233
|
-
## 0.3.0
|
|
234
|
-
|
|
235
|
-
Wed, 30 Sep 2020 05:06:49 GMT
|
|
236
|
-
|
|
237
|
-
### Minor changes
|
|
238
|
-
|
|
239
|
-
- macOS Support (nick@nickgerleman.com)
|
|
240
|
-
|
|
241
|
-
## 0.2.8
|
|
242
|
-
|
|
243
|
-
Thu, 24 Sep 2020 05:06:21 GMT
|
|
244
|
-
|
|
245
|
-
### Patches
|
|
246
|
-
|
|
247
|
-
- Ignore filemode for Scratch Repository (ngerlem@microsoft.com)
|
|
248
|
-
|
|
249
|
-
## 0.2.7
|
|
250
|
-
|
|
251
|
-
Tue, 22 Sep 2020 04:46:10 GMT
|
|
252
|
-
|
|
253
|
-
### Patches
|
|
254
|
-
|
|
255
|
-
- Fix react-native-platform-override CLI (ngerlem@microsoft.com)
|
|
256
|
-
|
|
257
|
-
## 0.2.6
|
|
258
|
-
|
|
259
|
-
Mon, 21 Sep 2020 05:06:22 GMT
|
|
260
|
-
|
|
261
|
-
### Patches
|
|
262
|
-
|
|
263
|
-
- Fixup eslint config (ngerlem@microsoft.com)
|
|
264
|
-
|
|
265
|
-
## 0.2.5
|
|
266
|
-
|
|
267
|
-
Mon, 14 Sep 2020 22:03:37 GMT
|
|
268
|
-
|
|
269
|
-
### Patches
|
|
270
|
-
|
|
271
|
-
- Reconcile package versions (ngerlem@microsoft.com)
|
|
272
|
-
|
|
273
|
-
## 0.2.4
|
|
274
|
-
|
|
275
|
-
Sat, 12 Sep 2020 05:08:52 GMT
|
|
276
|
-
|
|
277
|
-
### Patches
|
|
278
|
-
|
|
279
|
-
- Start Sharing Test Configuration Between Node Projects (ngerlem@microsoft.com)
|
|
280
|
-
|
|
281
|
-
## 0.2.3
|
|
282
|
-
|
|
283
|
-
Wed, 09 Sep 2020 05:06:35 GMT
|
|
284
|
-
|
|
285
|
-
### Patches
|
|
286
|
-
|
|
287
|
-
- Enable @typescript-eslint/no-floating-promises (ngerlem@microsoft.com)
|
|
288
|
-
|
|
289
|
-
## 0.2.1
|
|
290
|
-
|
|
291
|
-
Tue, 14 Jul 2020 05:05:25 GMT
|
|
292
|
-
|
|
293
|
-
### Patches
|
|
294
|
-
|
|
295
|
-
- Add Validation That Patch/Derived Overrides Aren't Identical to Their Originals (ngerlem@microsoft.com)
|
|
296
|
-
|
|
297
|
-
## 0.2.0
|
|
298
|
-
|
|
299
|
-
Sat, 11 Jul 2020 05:09:38 GMT
|
|
300
|
-
|
|
301
|
-
### Minor changes
|
|
302
|
-
|
|
303
|
-
- Improve Override Upgrade Performance (ngerlem@microsoft.com)
|
|
304
|
-
- Support Directory Copy Overrides (ngerlem@microsoft.com)
|
|
305
|
-
|
|
306
|
-
## 0.1.1
|
|
307
|
-
|
|
308
|
-
Wed, 08 Jul 2020 01:27:37 GMT
|
|
309
|
-
|
|
310
|
-
### Patches
|
|
311
|
-
|
|
312
|
-
- Normalize override manifests to unix paths (ngerlem@microsoft.com)
|
|
313
|
-
|
|
314
|
-
## 0.1.0
|
|
315
|
-
|
|
316
|
-
Mon, 06 Jul 2020 23:11:46 GMT
|
|
317
|
-
|
|
318
|
-
### Minor changes
|
|
319
|
-
|
|
320
|
-
- Add Support for Binary Overrides to react-native-platform-override (ngerlem@microsoft.com)
|
|
321
|
-
|
|
322
|
-
### Patches
|
|
323
|
-
|
|
324
|
-
- Create a Programmatic API for react-native-platform-override (ngerlem@microsoft.com)
|
|
325
|
-
|
|
326
|
-
## 0.0.8
|
|
327
|
-
|
|
328
|
-
Wed, 01 Jul 2020 05:06:19 GMT
|
|
329
|
-
|
|
330
|
-
### Patches
|
|
331
|
-
|
|
332
|
-
- Share eslint and Typescript configs across packages (ngerlem@microsoft.com)
|
|
333
|
-
|
|
334
|
-
## 0.0.7
|
|
335
|
-
|
|
336
|
-
Sat, 27 Jun 2020 03:29:52 GMT
|
|
337
|
-
|
|
338
|
-
### Patches
|
|
339
|
-
|
|
340
|
-
- Convert Repo Scripts To Published TypeScript Packages (ngerlem@microsoft.com)
|
|
341
|
-
|
|
342
|
-
## 0.0.6
|
|
343
|
-
|
|
344
|
-
Fri, 26 Jun 2020 23:59:27 GMT
|
|
345
|
-
|
|
346
|
-
### Patches
|
|
347
|
-
|
|
348
|
-
- Upgrade React Native to 3/22 Nightly Build (ngerlem@microsoft.com)
|
|
349
|
-
|
|
350
|
-
## 0.0.5
|
|
351
|
-
|
|
352
|
-
Fri, 26 Jun 2020 20:17:03 GMT
|
|
353
|
-
|
|
354
|
-
### Patches
|
|
355
|
-
|
|
356
|
-
- Ensure lib-commonjs is packaged into react-native-platform-override (ngerlem@microsoft.com)
|
|
357
|
-
|
|
358
|
-
## 0.0.4
|
|
359
|
-
|
|
360
|
-
Sat, 06 Jun 2020 00:05:20 GMT
|
|
361
|
-
|
|
362
|
-
### Patches
|
|
363
|
-
|
|
364
|
-
- Revise Architecture of react-native-platform-override (ngerlem@microsoft.com)
|
|
365
|
-
|
|
366
|
-
## 0.0.3
|
|
367
|
-
|
|
368
|
-
Tue, 02 Jun 2020 00:07:29 GMT
|
|
369
|
-
|
|
370
|
-
### Patches
|
|
371
|
-
|
|
372
|
-
- Allow Override Tooling to Use Nightly Builds (ngerlem@microsoft.com)
|
|
373
|
-
|
|
374
|
-
## 0.0.2
|
|
375
|
-
|
|
376
|
-
Tue, 26 May 2020 00:06:43 GMT
|
|
377
|
-
|
|
378
|
-
### Patches
|
|
379
|
-
|
|
380
|
-
- Rename override-tools to react-native-platform-override (ngerlem@microsoft.com)
|