react-native-platform-override 1.5.0 → 1.6.2

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