@microsoft/rush 5.57.1 → 5.59.0-rc.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.
package/CHANGELOG.md CHANGED
@@ -1,1906 +1,1929 @@
1
- # Change Log - @microsoft/rush
2
-
3
- This log was last generated on Thu, 09 Dec 2021 00:24:47 GMT and should not be manually modified.
4
-
5
- ## 5.57.1
6
- Thu, 09 Dec 2021 00:24:47 GMT
7
-
8
- _Version update only_
9
-
10
- ## 5.57.0
11
- Fri, 03 Dec 2021 02:16:10 GMT
12
-
13
- ### Updates
14
-
15
- - Add support for the "filterLog" hook in common/config/rush/.pnpmfile.cjs
16
- - (EXPERIMENTAL) Ability to load third-party plugin packages that customize the behavior of Rush
17
- - Fix an issue where parameter values containing spaces are incorrectly passed to global scripts.
18
- - Added support for the "--changed-since REF" and "--changed-since-only REF" selection parameters, which select projects that have been modified since the specified Git revision. Updated state computation and change detection to operate at the root of the Git repository that contains rush.json, rather than from the immediate parent folder. This allows nesting rush.json in a subfolder.
19
- - (EXPERIMENTAL) Add a new NPM package "@rushstack/rush-sdk" for use by Rush plugins
20
- - Stop deleting the pnpm-store after failed workspace installs. Usually a multiple failure is due to a network error or a package that does not exist in the registry, not an issue with the pnpm-store.
21
-
22
- ## 5.56.0
23
- Thu, 28 Oct 2021 23:49:31 GMT
24
-
25
- ### Updates
26
-
27
- - Add CI skipping to default version & changelog commits
28
- - Update suggested version of NPM
29
- - Fix update-autoinstaller with NPM
30
- - Streamline rushx output and add quiet flag.
31
- - Include support for adding multiple packages with the "rush add" command.
32
- - Update the package.json repository field to include the directory property.
33
- - Fix the error message printed when `--interactive` is passed to `rush update-cloud-credentials` and the cloud cache provider is Amazon S3.
34
- - Mark Node 16 as the current latest LTS version.
35
- - support `--debug-package-manager` install options for yarn
36
-
37
- ## 5.55.1
38
- Tue, 12 Oct 2021 22:26:25 GMT
39
-
40
- ### Updates
41
-
42
- - Fix an issue where a version field isn't parsed correctly when using NPM version 7 and newer.
43
-
44
- ## 5.55.0
45
- Thu, 07 Oct 2021 23:44:52 GMT
46
-
47
- ### Updates
48
-
49
- - Fix typo when project dependencies do not match the current shrinkwrap
50
- - Use ITerminal in the rush-lib API instead of Terminal to allow for compatibility with other versions of @rushstack/node-core-library.
51
- - Add a new parameter "--detailed" for the "rush list" command
52
- - Print the full event hooks output if the --debug paramter is specified.
53
- - Upgrade the `@types/node` dependency to version to version 12.
54
-
55
- ## 5.54.0
56
- Wed, 22 Sep 2021 22:54:17 GMT
57
-
58
- ### Minor changes
59
-
60
- - Add ability to customize tag separator
61
-
62
- ### Patches
63
-
64
- - Lock node-fetch dependency to 2.6.2 due to an incompatibility with 2.6.3 in the Azure Cloud Cache Provider.
65
-
66
- ### Updates
67
-
68
- - Add a "--check-only" parameter to "rush install" to check the validity of the shrinkwrap without performing a full install.
69
- - Fix an issue where `rush update-autoinstaller` does not use the repo's .npmrc
70
-
71
- ## 5.53.0
72
- Fri, 10 Sep 2021 23:20:00 GMT
73
-
74
- ### Updates
75
-
76
- - Fix an issue where the incremental build should use caching or skipping, but not both (GitHub #2891)
77
- - Cache rush-project.json reads
78
- - Fix an issue where the build cache did not respect "allowWarningsInSuccessfulBuild" (GitHub #2803)
79
- - Add an experiment "buildCacheWithAllowWarningsInSuccessfulBuild" to allow caching for projects with warnings (GitHub #2803)
80
-
81
- ## 5.52.0
82
- Mon, 23 Aug 2021 21:34:46 GMT
83
-
84
- ### Updates
85
-
86
- - Add properties to the extraData section of the telemetry file for parameter usage in the install commands
87
- - Add .heft to .gitignore file generated by rush init
88
-
89
- ## 5.51.1
90
- Fri, 13 Aug 2021 22:45:36 GMT
91
-
92
- ### Updates
93
-
94
- - When build cache is enabled in `rush build`, allow projects downstream to be satisfied from the cache if applicable. Cache reads will still be disabled for `rush rebuild`.
95
-
96
- ## 5.51.0
97
- Wed, 11 Aug 2021 23:16:09 GMT
98
-
99
- ### Updates
100
-
101
- - The --debug flag now also shows additional diagnostic information.
102
- - Update JSZip dependency.
103
- - Adds support for the project subset selection parameters ("--to", "--from", etc., documented at https://rushjs.io/pages/developer/selecting_subsets/) to the "rush list" command.
104
- - Allow the tar binary path to be overridden via the RUSH_TAR_BINARY_PATH environment variable.
105
-
106
- ## 5.50.0
107
- Sat, 17 Jul 2021 01:16:04 GMT
108
-
109
- ### Minor changes
110
-
111
- - (Breaking change) Remove the experimental "--disable-build-cache" command line parameter.
112
-
113
- ### Patches
114
-
115
- - When the experimental build cache is enabled, "rush rebuild" now forces cached projects to be rebuilt (GitHub #2802)
116
-
117
- ## 5.49.2
118
- Thu, 15 Jul 2021 01:47:18 GMT
119
-
120
- ### Updates
121
-
122
- - Fix incremental build state calculation when using filtered installs
123
-
124
- ## 5.49.1
125
- Tue, 13 Jul 2021 23:03:01 GMT
126
-
127
- ### Updates
128
-
129
- - Fix an issue where the "--no-fetch" "rush change" parameter would cause a "git fetch" and absence of that parameter wouldn't fetch.
130
-
131
- ## 5.49.0
132
- Tue, 13 Jul 2021 06:22:09 GMT
133
-
134
- ### Updates
135
-
136
- - Expose APIs useful for determining which projects have changed on the current branch compared to another branch.
137
-
138
- ## 5.48.0
139
- Fri, 09 Jul 2021 01:44:18 GMT
140
-
141
- ### Updates
142
-
143
- - Add RUSH_ALLOW_WARNINGS_IN_SUCCESSFUL_BUILD environment variable
144
- - Prevent "rush change" from prompting for an email address, since this feature was rarely used. To restore the old behavior, enable the "includeEmailInChangeFile" setting in version-policies.json
145
- - The "rushx" command now reports a warning when invoked in a project folder that is not registered in rush.json
146
- - Fix the build-cache.json cacheEntryNamePattern description of the [normalize] token.
147
- - When selection CLI parameters are specified and applying them does not select any projects, log that the selection is empty and immediately exit.
148
- - Fix an issue where files restored by the build cache did not have a current modification time
149
- - Upgrade the "rush init" template to use PNPM version 6.7.1; this avoids an important regression in PNPM 6.3.0 where .pnpmfile.cjs did not work correctly: https://github.com/pnpm/pnpm/issues/3453
150
- - Fix a JSON schema issue that prevented "disableBuildCache" from being specified in command-line.json
151
- - Removed dependency on chokidar from BulkScriptAction in watch mode, since it adds unnecessary overhead.
152
-
153
- ## 5.47.0
154
- Sat, 15 May 2021 00:02:26 GMT
155
-
156
- ### Updates
157
-
158
- - For the experimental build cache feature, eliminate the RUSH_BUILD_CACHE_WRITE_CREDENTIAL environment variable; it is replaced by several new variables RUSH_BUILD_CACHE_CREDENTIAL, RUSH_BUILD_CACHE_WRITE_ALLOWED, and RUSH_BUILD_CACHE_ENABLED
159
- - Take pnpm-workspace.yaml file into consideration during install skip checks for PNPM
160
- - Fix a build cache warning that was sometimes displayed on Windows OS: "'tar' exited with code 1 while attempting to create the cache entry" (GitHub #2622)
161
- - Fix an issue where "rushx" CLI arguments were not escaped properly (GitHub #2695)
162
- - Allow rush-project.json to specify incrementalBuildIgnoredGlobs (GitHub issue #2618)
163
- - Remove support for PNPM < 5.0.0 and remove the "resolutionStrategy" option
164
- - Update "rush init" assets to use newer versions of Rush and PNPM. If you are looking to use PNPM < 6, you must rename the initialized ".pnpmfile.cjs" file to "pnpmfile.js". For more information, see: https://pnpm.io/5.x/pnpmfile
165
- - Transform package.json using pnpmfile before checking if a Rush project is up-to-date
166
- - Add support for the Yarn "resolutions" package.json feature.
167
-
168
- ## 5.46.1
169
- Tue, 04 May 2021 20:26:15 GMT
170
-
171
- ### Updates
172
-
173
- - Fix an issue where the buildCacheEnabled setting was not applied correctly
174
-
175
- ## 5.46.0
176
- Tue, 04 May 2021 02:45:20 GMT
177
-
178
- ### Updates
179
-
180
- - Remove "buildCache" setting from experiments.json; it is superseded by "buildCacheEnabled" in build-cache.json
181
- - Add a "rush init" template for build-cache.json
182
- - Temporarily downgrade the "@azure/identity" to eliminate the keytar native dependency (GitHub issue #2492)
183
-
184
- ## 5.45.6
185
- Fri, 30 Apr 2021 00:32:16 GMT
186
-
187
- ### Updates
188
-
189
- - Fix a regression in the S3 cloud build cache provider
190
-
191
- ## 5.45.5
192
- Wed, 28 Apr 2021 17:54:16 GMT
193
-
194
- ### Updates
195
-
196
- - Improve diagnostic messages printed by the rush build cache
197
- - Fix an issue where Rush fails to run on Windows when the repository absolute path contains a space
198
- - Use simpler and more accurate check before skipping installs
199
-
200
- ## 5.45.4
201
- Fri, 23 Apr 2021 22:48:23 GMT
202
-
203
- _Version update only_
204
-
205
- ## 5.45.3
206
- Fri, 23 Apr 2021 22:03:08 GMT
207
-
208
- ### Updates
209
-
210
- - Allow prerelease versions of PNPM to be used in workspaces mode
211
-
212
- ## 5.45.2
213
- Thu, 22 Apr 2021 23:07:51 GMT
214
-
215
- ### Updates
216
-
217
- - Fix bad installs with when using pnpmfile in PNPM 6
218
-
219
- ## 5.45.1
220
- Wed, 21 Apr 2021 23:38:22 GMT
221
-
222
- ### Updates
223
-
224
- - Ensure that pnpm-workspace.yaml is always fully regenerated during "rush install" or "rush update"
225
- - Fix support for pnpmfile in PNPM 6.
226
-
227
- ## 5.45.0
228
- Tue, 20 Apr 2021 19:04:04 GMT
229
-
230
- ### Updates
231
-
232
- - Print diagnostic information to a log file "<project-root>/.rush/build-cache-tar.log" when the native "tar" is invoked.
233
- - The Amazon S3 build cloud cache provider can now use buckets outside the default region
234
- - Add support for PNPM 6
235
-
236
- ## 5.44.0
237
- Sat, 17 Apr 2021 00:17:51 GMT
238
-
239
- ### Updates
240
-
241
- - Add --json and --all param to rush scan
242
- - Fix "rush deploy" having "includeDevDependencies" turned on to deploy "devDependencies" for rush projects only
243
-
244
- ## 5.43.0
245
- Thu, 08 Apr 2021 06:09:52 GMT
246
-
247
- ### Updates
248
-
249
- - Add "--ignore-git-hooks" flags to "publish" and "version" commands to prevent the execution of all git hooks
250
- - Fix parameter name typo.
251
- - Eliminate a spurious warning that was displayed on Azure DevOps build agents: A phantom "node_modules" folder was found.
252
- - Fix an issue where "rush change" reported "Unable to find a git remote matching the repository URL" when used with SSH auth
253
- - Fix an issue where "rush publish" reported 403 errors if the package version included a SemVer build metadata suffix
254
- - Partially deprecate RUSH_TEMP_FOLDER environment variable
255
- - Validate changefiles against a schema when running 'rush change --verify'
256
-
257
- ## 5.42.4
258
- Mon, 29 Mar 2021 05:57:18 GMT
259
-
260
- ### Updates
261
-
262
- - Don't validate the shrinkwrap when running 'rush update'
263
- - Gracefully handle a simultaneous upload to Azure Storage.
264
- - Update rush publish -p flag description
265
-
266
- ## 5.42.3
267
- Wed, 17 Mar 2021 05:07:02 GMT
268
-
269
- ### Updates
270
-
271
- - Fix installation-time behavior of "omitImportersFromPreventManualShrinkwrapChanges" experiment.
272
- - Don't upload build cache entries to Azure if the cache entry already exists.
273
- - Replace the AWS dependencies with use of the Amazon S3 REST API.
274
- - Add support for anonymous read from an Amazon S3-hosted cache.
275
-
276
- ## 5.42.2
277
- Tue, 16 Mar 2021 00:30:38 GMT
278
-
279
- ### Updates
280
-
281
- - Add experiment to exclude the "importers" section of "pnpm-lock.yaml" from the "preventManualShrinkwrapChanges" feature.
282
-
283
- ## 5.42.1
284
- Fri, 12 Mar 2021 02:11:24 GMT
285
-
286
- ### Updates
287
-
288
- - Temporarily disable the AWS S3 credential provider logic to mitigate a problematic peer dependency (GitHub #2547)
289
-
290
- ## 5.42.0
291
- Wed, 10 Mar 2021 06:25:44 GMT
292
-
293
- ### Updates
294
-
295
- - Add AWS S3 support to the experimental build cache feature
296
-
297
- ## 5.41.0
298
- Wed, 10 Mar 2021 05:12:41 GMT
299
-
300
- ### Updates
301
-
302
- - Fix an issue where "rush install" could stall indefinitely because a network request did not handle timeouts properly
303
- - Allow merge conflicts in repo-state.json to be automatically resolved.
304
- - Add a RUSH_INVOKED_FOLDER environment variable so that custom scripts can determine the folder path where Rush was invoked (GitHub #2497)
305
- - Add `preferFrozenLockfileForUpdate` option to minimize lockfile churn by passing --prefer-frozen-lockfile to pnpm during default `rush update`.
306
-
307
- ## 5.40.7
308
- Tue, 02 Mar 2021 23:27:41 GMT
309
-
310
- ### Updates
311
-
312
- - Fix a regression where certain Rush operations reported a TypeError (GitHub #2526)
313
-
314
- ## 5.40.6
315
- Tue, 02 Mar 2021 06:22:01 GMT
316
-
317
- ### Updates
318
-
319
- - Improve cache read/write perf by attempting to use the "tar" binary.
320
- - Fix default text in rush.json generated by "rush init."
321
- - Fix an issue where Rush would fail to restore from cache but report success when Git isn't present.
322
-
323
- ## 5.40.5
324
- Tue, 23 Feb 2021 03:26:25 GMT
325
-
326
- ### Updates
327
-
328
- - Account for indirect dependencies when ordering projects in "rush build" if the intermediary dependencies are excluded by selection parameters.
329
-
330
- ## 5.40.4
331
- Tue, 23 Feb 2021 00:01:20 GMT
332
-
333
- ### Updates
334
-
335
- - Make Rush per-project manifest generation more reliable and remove PNPM shrinkwrap validation
336
-
337
- ## 5.40.3
338
- Sun, 21 Feb 2021 01:05:53 GMT
339
-
340
- ### Updates
341
-
342
- - Fix an issue where "rush setup" did not work correctly with NPM 7.x due to an NPM regression
343
-
344
- ## 5.40.2
345
- Fri, 19 Feb 2021 06:28:28 GMT
346
-
347
- ### Updates
348
-
349
- - Allow usage of Node.js 8.x since we received feedback that some projects are still supporting it
350
-
351
- ## 5.40.1
352
- Fri, 19 Feb 2021 01:45:27 GMT
353
-
354
- ### Updates
355
-
356
- - Fix a minor issue with the "rush init" template
357
-
358
- ## 5.40.0
359
- Wed, 17 Feb 2021 01:35:11 GMT
360
-
361
- _Version update only_
362
-
363
- ## 5.39.2
364
- Wed, 17 Feb 2021 01:34:11 GMT
365
-
366
- ### Updates
367
-
368
- - (EXPERIMENTAL) Add a "--disable-cache" parameter for disabling the build cache.
369
- - (EXPERIMENTAL) Add a "disableBuildCache" setting in command-line.json for disabling the build cache.
370
- - (EXPERIMENTAL) Add options in rush-project.json for disabling the build cache for entire projects, or for individual commands for that project.
371
- - Normalize selection CLI parameters for "rush install"
372
- - Add experimental "rush setup" command
373
- - Add an experimental new config file common/config/artifactory.json for enabling Artifactory integration
374
-
375
- ## 5.39.1
376
- Sat, 13 Feb 2021 03:14:52 GMT
377
-
378
- ### Patches
379
-
380
- - Convert the experimental "--watch" parameter into a "watchForChanges: true" setting in command-line.json, based on user feedback
381
-
382
- ### Updates
383
-
384
- - Disable build cache after initial build when "--watch" is specified. This saves disk space, reduces CPU usage, and improves compatibility with downstream file watcher processes (e.g. "webpack --watch").
385
-
386
- ## 5.39.0
387
- Thu, 11 Feb 2021 04:06:02 GMT
388
-
389
- ### Minor changes
390
-
391
- - Add a new parameter "--watch" that watches for filesystem changes and rebuilds the affected Rush projects; this feature can also be used with custom bulk commands (GitHub #2458, #1122)
392
-
393
- ### Updates
394
-
395
- - Improve the wording of some log messages
396
-
397
- ## 5.38.0
398
- Mon, 01 Feb 2021 20:42:04 GMT
399
-
400
- ### Updates
401
-
402
- - Add new command-line parameters for bulk commands: "--to-except", "--from", "--only", "--impacted-by", "--impacted-by-except", and "--from-version-policy" (GitHub #2354)
403
- - Change the short name for "--changed-projects-only" to be "-c" (so that "-o" can be used for the new "--only" parameter)
404
- - Change the "--from" parameter so that it now includes all dependencies as people expected. To skip dependencies, use the new "--impacted-by" parameter. (GitHub issue #1447)
405
-
406
- ## 5.37.0
407
- Sat, 30 Jan 2021 01:50:27 GMT
408
-
409
- ### Updates
410
-
411
- - Improve performance of association of repo file states with projects to speed up build commands in large repos.
412
- - Add `publishFolder` property to the project configuration to allow publishing a sub-folder of the project
413
- - Add support for --from flag for filtered installs when using workspaces
414
- - Fix an issue where the Rush cache feature did not correctly detect files that were both tracked by git and were expected to be cached build output.
415
- - Improve logging for the "rush write-build-cache" command
416
- - Correct some spelling mistakes in rush.json
417
- - Fix an error "Cannot get dependency key" sometimes reported by "rush install" (GitHub #2460)
418
- - Updade the "rush init" template to specify PNPM 5.15.2, which fixes a performance regression introduced in PNPM 5.13.7
419
-
420
- ## 5.36.2
421
- Thu, 21 Jan 2021 04:51:19 GMT
422
-
423
- ### Updates
424
-
425
- - Update Node.js version checks to support the new LTS release
426
- - Update rush.json produced by rush init to use PNPM 5.14.3
427
- - Use forward slashes when creating deploy zip file for Unix compatibility
428
-
429
- ## 5.36.1
430
- Fri, 08 Jan 2021 06:12:37 GMT
431
-
432
- ### Updates
433
-
434
- - Fix an issue where projects with empty scripts would still have arguments appended.
435
-
436
- ## 5.36.0
437
- Fri, 08 Jan 2021 05:36:55 GMT
438
-
439
- ### Updates
440
-
441
- - Allow the git binary path to be overridden via the RUSH_GIT_BINARY_PATH environment variable.
442
- - Introduce an experimental build cache feature.
443
- - Add the ability to customize the commit message used when "rush version" is run.
444
- - Remove the "experimental" label from some Rush commands that are now stable.
445
-
446
- ## 5.35.2
447
- Tue, 03 Nov 2020 23:34:30 GMT
448
-
449
- ### Updates
450
-
451
- - Fix bug where version process is using a wrong `git.addChanges` signature
452
-
453
- ## 5.35.1
454
- Fri, 30 Oct 2020 05:17:42 GMT
455
-
456
- ### Updates
457
-
458
- - Fix a recent "rush scan" regression (which resulted from enabling "esModuleInterop")
459
-
460
- ## 5.35.0
461
- Wed, 28 Oct 2020 21:44:10 GMT
462
-
463
- ### Updates
464
-
465
- - Adds an --ignore-hooks flag to every rush action that skips event hooks during execution of the action.
466
- - Fix bug where version process was not adding version-policy configuration file changes into the version commit
467
-
468
- ## 5.34.4
469
- Sat, 17 Oct 2020 00:23:18 GMT
470
-
471
- ### Updates
472
-
473
- - When running `rush version --bump`, only include package.json updates in the generated commit
474
- - Fix Rush peer dependency validation when satisfied with a package alias
475
- - Prevent `rush unlink` from breaking installs for non-workspace projects
476
- - Add documentation for incremental option for buld custom commands
477
-
478
- ## 5.34.3
479
- Wed, 30 Sep 2020 21:04:15 GMT
480
-
481
- ### Updates
482
-
483
- - Update to build with @rushstack/heft-node-rig
484
- - Update README.md
485
- - Upgrade compiler; the API now requires TypeScript 3.9 or newer
486
-
487
- ## 5.34.2
488
- Mon, 21 Sep 2020 22:00:03 GMT
489
-
490
- ### Updates
491
-
492
- - Fix an issue where "rush build" output was lagged due to stream-collator not activating streams aggressively enough
493
- - Fix incorrect "successful" exit status code
494
-
495
- ## 5.34.1
496
- Thu, 17 Sep 2020 07:13:04 GMT
497
-
498
- ### Updates
499
-
500
- - Fix a regression that reported an error "The EnvironmentConfiguration must be initialized before values can be accessed"
501
-
502
- ## 5.34.0
503
- Thu, 17 Sep 2020 01:23:35 GMT
504
-
505
- ### Updates
506
-
507
- - Big redesign of "rush build" console reporting (fixes GitHub #2135)
508
- - Implement RUSH_GLOBAL_FOLDER environment variable (GitHub #2187)
509
- - Use underscores instead of asterisks for italic formatting in changelogs to match the way Prettier formats italics in markdown.
510
- - In PNPM 5, --no-lock and --resolution-strategy flags have been removed. Do not pass these flags if they are not supported by the PNPM version used in the repository.
511
-
512
- ## 5.33.2
513
- Fri, 21 Aug 2020 22:45:58 GMT
514
-
515
- ### Updates
516
-
517
- - Fix an issue where PNPM would sometimes prompt for input during "rush publish" (GitHub #1940)
518
- - Fix an issue that prevented Rush from logging in verbose mode
519
-
520
- ## 5.33.1
521
- Thu, 20 Aug 2020 18:25:41 GMT
522
-
523
- ### Updates
524
-
525
- - Fix issues where installs could fail after running 'rush version' while the 'usePnpmFrozenLockfileForRushInstall' experiment is enabled. See PR #2116 for more details.
526
- - Fix an issue where "rush deploy" would sometimes report an "already exists" when using the "files" setting in package.json (GitHub #2121)
527
- - Allow multiple simultaneous invocations of "rush deploy" (GitHub #2125)
528
- - Load and validate local projects lazily to further improve Rush startup times.
529
-
530
- ## 5.33.0
531
- Wed, 19 Aug 2020 00:17:48 GMT
532
-
533
- ### Updates
534
-
535
- - Add support for shell tab completion. See PR for details: https://github.com/microsoft/rushstack/pull/2060
536
- - Use Import.lazy() to optimize the startup time for Rush
537
-
538
- ## 5.32.3
539
- Tue, 18 Aug 2020 03:48:56 GMT
540
-
541
- ### Updates
542
-
543
- - Fix an issue where install-run.js sometimes assigned the shell PATH incorrectly due to inconsistent character case
544
-
545
- ## 5.32.2
546
- Fri, 14 Aug 2020 21:03:48 GMT
547
-
548
- ### Updates
549
-
550
- - Resolve issue with version --bump where the wrong hash would get written to the pnpm-lock file
551
-
552
- ## 5.32.1
553
- Fri, 14 Aug 2020 04:06:30 GMT
554
-
555
- ### Updates
556
-
557
- - Change method used to calculate integrity of tarballs
558
-
559
- ## 5.32.0
560
- Thu, 13 Aug 2020 00:53:43 GMT
561
-
562
- ### Patches
563
-
564
- - Update temp project tarball integrities during rush bump
565
-
566
- ## 5.31.0
567
- Wed, 12 Aug 2020 19:33:44 GMT
568
-
569
- ### Updates
570
-
571
- - Updated project to build with Heft
572
- - Fix an issue where "rushx" did not pass additional command-line arguments to the package.json script (GitHub #1232)
573
-
574
- ## 5.30.3
575
- Fri, 07 Aug 2020 21:09:05 GMT
576
-
577
- ### Updates
578
-
579
- - Fix an issue where Mac OS sometimes reported "An unrecognized file .DS_Store was found in the Rush config folder"
580
-
581
- ## 5.30.2
582
- Wed, 05 Aug 2020 17:57:07 GMT
583
-
584
- ### Updates
585
-
586
- - Fix an issue where a package version bump would not bump downstream packages with a `workspace:*` dependency specifier.
587
-
588
- ## 5.30.1
589
- Thu, 23 Jul 2020 23:47:59 GMT
590
-
591
- ### Updates
592
-
593
- - Fixed an isssue where the "rush build" incremental analysis sometimes reported a warning with large diffs (GitHub #501) or filenames that contain spaces, quotes, or other unusual characters (GitHub #2007)
594
- - Prevent incorrect conversion to "workspace:" notation for peer dependencies when running "rush update --full"
595
-
596
- ## 5.30.0
597
- Fri, 17 Jul 2020 05:32:38 GMT
598
-
599
- ### Minor changes
600
-
601
- - Prepare to deprecate 'rush link' and 'rush unlink' commands, as well as the '--no-link' install argument. As we move toward using package managers more directly in Rush, the package managers will perform the linking during install (if linking is even necessary). Additionally, these commands directly conflict with (and have different meanings than) their package manager counterparts. Lastly, similar goals can be accomplished by running 'rush install' and 'rush purge'. In addition to these changes, rush-link.json deprecated and is replaced with a new API which keeps the local dependency tree in memory.
602
-
603
- ## 5.29.1
604
- Thu, 16 Jul 2020 02:18:39 GMT
605
-
606
- ### Patches
607
-
608
- - Consider package.json when determining if install can be skipped for PNPM workspaces
609
-
610
- ## 5.29.0
611
- Tue, 14 Jul 2020 05:20:56 GMT
612
-
613
- ### Updates
614
-
615
- - Give \"rush deploy\" the ability to select a subset of dependencies to copy over (#1978)
616
- - Fix an issue where package binaries where not created by "rush deploy" (#1982)
617
- - Add a new setting "folderToCopy" and new command-line parameter "--create-archive" for use with "rush deploy"
618
-
619
- ## 5.28.0
620
- Wed, 08 Jul 2020 06:56:47 GMT
621
-
622
- ### Minor changes
623
-
624
- - Add preliminary workspaces support for PNPM
625
-
626
- ### Updates
627
-
628
- - Add new commands "rush init-autoinstaller" and "rush update-autoinstaller"
629
- - Add support for filtered installs when using workspaces
630
-
631
- ## 5.27.3
632
- Fri, 03 Jul 2020 06:16:09 GMT
633
-
634
- ### Updates
635
-
636
- - Added support for new format used by pnpm for tarball URLs that now begin with an @ symbol
637
-
638
- ## 5.27.2
639
- Thu, 02 Jul 2020 01:52:18 GMT
640
-
641
- ### Updates
642
-
643
- - Improve "rush deploy" to copy PNPM workaround links (fixes GitHub #1942 and 1943)
644
-
645
- ## 5.27.1
646
- Mon, 29 Jun 2020 18:39:59 GMT
647
-
648
- ### Updates
649
-
650
- - Fix an issue where environment variable trimming for .npmrc was unnecessarily performed on comment lines
651
- - Add a "rush init" template for .npmrc-publish
652
- - Fix a regression affecting GitHub specifiers for package.json dependencies (issue #1749)
653
-
654
- ## 5.27.0
655
- Sun, 21 Jun 2020 04:48:53 GMT
656
-
657
- ### Updates
658
-
659
- - Improve "rush deploy" to apply pnpmfile.js when calculating dependencies
660
-
661
- ## 5.26.0
662
- Mon, 15 Jun 2020 01:26:24 GMT
663
-
664
- ### Updates
665
-
666
- - Breaking change for the experimental "rush deploy" feature: Simplify the config file design, based on the discussion from GitHub #1906
667
-
668
- ## 5.25.2
669
- Thu, 11 Jun 2020 05:34:31 GMT
670
-
671
- ### Updates
672
-
673
- - Fix an issue where Git hook scripts failed in some environments due to CRLF newlines
674
-
675
- ## 5.25.1
676
- Thu, 11 Jun 2020 05:05:30 GMT
677
-
678
- ### Updates
679
-
680
- - Fix some minor errors in the "rush init" template that occured when Prettier reformatted the template file macros
681
- - Add a sample Git hook file to the "rush init" template
682
- - Fix a minor issue where "rush link" failed if no projects were defined yet in rush.json
683
- - Add "--no-verify" for commits performed by "rush version", since Git hook scripts may fail on CI machines
684
-
685
- ## 5.25.0
686
- Wed, 10 Jun 2020 23:53:27 GMT
687
-
688
- ### Updates
689
-
690
- - Add new command-line.json setting "autoinstallerName"
691
-
692
- ## 5.24.4
693
- Mon, 08 Jun 2020 18:04:35 GMT
694
-
695
- ### Updates
696
-
697
- - Explicitly assigning the option value for --resolution-strategy. This fixes a crash with pnpm v5, which deprecated the option.
698
- - Fix an issue where install-run.js is not able to find its own .bin in PATH
699
- - Fix an issue where "rush install" sometimes skipped regenerating temporary packages, which is incompatible with PNPM's "--frozen-lockfile" feature
700
-
701
- ## 5.24.3
702
- Thu, 04 Jun 2020 22:50:56 GMT
703
-
704
- ### Updates
705
-
706
- - Fix an issue where "rush deploy" generated incorrect symlinks on Mac OS if the target folder was symlinked (GitHub #1910)
707
-
708
- ## 5.24.2
709
- Wed, 03 Jun 2020 05:35:19 GMT
710
-
711
- ### Updates
712
-
713
- - Expect error when trying to resolve optional dependency during deploy
714
-
715
- ## 5.24.1
716
- Tue, 02 Jun 2020 03:11:32 GMT
717
-
718
- ### Updates
719
-
720
- - Fix an issue where the "linkCreation" defaulted to "none" instead of "default"
721
-
722
- ## 5.24.0
723
- Mon, 01 Jun 2020 08:48:49 GMT
724
-
725
- ### Updates
726
-
727
- - Set next LTS node version to 14.
728
- - Add new "rush deploy" command that copies subsets of files/symlinks to a deployment folder
729
-
730
- ## 5.23.5
731
- Thu, 28 May 2020 22:49:57 GMT
732
-
733
- ### Updates
734
-
735
- - Fix an issue where Rush cannot reinstall itself on Windows
736
-
737
- ## 5.23.4
738
- Thu, 21 May 2020 15:41:59 GMT
739
-
740
- ### Updates
741
-
742
- - Add a new rush.json setting "allowMostlyStandardPackageNames"
743
- - Add RUSH_PARALLELISM environment variable for specifying the --parallelism default
744
-
745
- ## 5.23.3
746
- Fri, 15 May 2020 08:10:59 GMT
747
-
748
- ### Updates
749
-
750
- - Fix a few instances of missing spaces in --help documentation.
751
- - Provide an option to pass --frozen-lockfile to pnpm for rush install
752
-
753
- ## 5.23.2
754
- Wed, 22 Apr 2020 18:44:26 GMT
755
-
756
- ### Updates
757
-
758
- - Add common-versions.json to the set of files that, when changed, will trigger reinstallation of dependencies.
759
-
760
- ## 5.23.1
761
- Wed, 15 Apr 2020 03:33:55 GMT
762
-
763
- ### Updates
764
-
765
- - Fix a regression in Rush 5.19.0 where customizing "rush rebuild" would call the "build" script instead of the "rebuild" script.
766
- - Fix an issue where, on some minimal systems, Rush used a missing shell command to detect an application path.
767
- - Fix an issue where the common/temp/*.tgz files resulted in different shrinkwrap files on different operating systems
768
-
769
- ## 5.23.0
770
- Sat, 04 Apr 2020 00:38:29 GMT
771
-
772
- ### Updates
773
-
774
- - Add a new rush.json setting "preventManualShrinkwrapChanges" which prevents against accidental mistakes in pnpm-lock.yaml.
775
- - Upgrade node-tar
776
- - Remove some misleading log output for "rush build" (GitHub #1733)
777
-
778
- ## 5.22.0
779
- Wed, 18 Mar 2020 01:23:22 GMT
780
-
781
- ### Updates
782
-
783
- - Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack`
784
- - Support setting environment variables for package manager install processes in rush.json and expose --max-install-attempts as a parameter for rush install/update.
785
-
786
- ## 5.21.0
787
- Sat, 07 Mar 2020 05:36:08 GMT
788
-
789
- ### Updates
790
-
791
- - Make the event hook failure message print in yellow.
792
- - Improve phrasing of an error message.
793
- - Add a new command-line.json setting "required" for non-optional parameters
794
- - Implement `pnpmOptions.pnpmStore` and RUSH_PNPM_STORE_PATH, to allow the end-user to define where PNPM will place its store.
795
- - Add a --json flag for "rush check" to facilitate automation
796
-
797
- ## 5.20.0
798
- Wed, 12 Feb 2020 21:51:19 GMT
799
-
800
- ### Updates
801
-
802
- - Support "." as a value for the --to and --from parameters to build to the current project.
803
- - Improve security by allowing the "rush publish" authentication token to be specified via an environment variable.
804
-
805
- ## 5.19.4
806
- Tue, 28 Jan 2020 03:57:30 GMT
807
-
808
- ### Updates
809
-
810
- - Fix an issue where a missing "repository" property in rush.json would cause "rush change" to throw.
811
-
812
- ## 5.19.3
813
- Tue, 28 Jan 2020 01:35:53 GMT
814
-
815
- _Version update only_
816
-
817
- ## 5.19.2
818
- Tue, 28 Jan 2020 01:08:26 GMT
819
-
820
- ### Updates
821
-
822
- - Fix an issue where the rushx command will always report error.
823
- - Fixes "too many params" and "unable to find ref v<version>" issues in git tagging while publishing.
824
-
825
- ## 5.19.1
826
- Sat, 25 Jan 2020 05:15:10 GMT
827
-
828
- ### Updates
829
-
830
- - Fix an issue with install-run.js, where successful executions exit with a nonzero exit code.
831
-
832
- ## 5.19.0
833
- Sat, 25 Jan 2020 04:19:23 GMT
834
-
835
- ### Updates
836
-
837
- - Make the default branch and default remote configurable.
838
- - Fix an issue where the Rush process terminates without any error message during installation/linking, due to a dependency package that broke its SemVer contract (GitHub #1713)
839
- - Update package.json files without reformatting or reordering properties and fields during "rush add", "rush version" and "rush publish".
840
- - Upgrade Node typings to Node 10
841
- - Update the "rush init" .gitignore file to ignore .rush/temp and .DS_Store folders
842
- - Improve command-line.json handling so that the "rush build" and "rush rebuild" commands can be extended without having to duplicate the built-in options (GitHub #1375)
843
- - Add a --json flag for "rush list" to facilitate automation
844
-
845
- ## 5.18.0
846
- Sat, 11 Jan 2020 05:38:55 GMT
847
-
848
- ### Updates
849
-
850
- - Don't use the `build` verb when printing task failures
851
- - Add a --commit command-line argument to the publish command to allow the git commit to be explicitly provided for tagging.
852
- - Update GitHub project URL in some resource files
853
- - fix typo in version-policies.json
854
-
855
- ## 5.17.2
856
- Tue, 26 Nov 2019 00:53:52 GMT
857
-
858
- ### Updates
859
-
860
- - Resolve an issue where git tags were not being applied when using pack or publish with --include-all
861
-
862
- ## 5.17.1
863
- Thu, 21 Nov 2019 00:50:15 GMT
864
-
865
- ### Updates
866
-
867
- - Fix an issue with Rush add, where Rush was unable to add unpublished local projects as dependencies.
868
-
869
- ## 5.17.0
870
- Thu, 14 Nov 2019 22:52:48 GMT
871
-
872
- ### Updates
873
-
874
- - Add a new setting "implicitlyPreferredVersions" in common-versions.json that can be used to solve some installation failures involving peer dependencies
875
- - Improve the generation of shrinkwrap-deps.json to consider optional peer dependencies and implicitlyPreferredVersions=false
876
- - Fix an issue where certain operations did not use a stable sort when executed on older versions of NodeJS
877
-
878
- ## 5.16.1
879
- Fri, 25 Oct 2019 20:15:59 GMT
880
-
881
- ### Updates
882
-
883
- - Log to console instead of throwing when an unmet peer dependency is encountered during linking, and strictPeerDependencies is false
884
- - Refactor some code as part of migration from TSLint to ESLint
885
-
886
- ## 5.16.0
887
- Thu, 17 Oct 2019 00:41:01 GMT
888
-
889
- ### Updates
890
-
891
- - Support PNPM 4 on Rush
892
- - Add support for "rush add" for repos using the Yarn package manager.
893
-
894
- ## 5.15.1
895
- Thu, 10 Oct 2019 23:47:19 GMT
896
-
897
- ### Updates
898
-
899
- - Fix an issue where build commands can fail because git commands used to track changes can be too long.
900
- - Fix compatibility issue where PNPM 4 requires --no-prefer-frozen-lockfile instead of --no-prefer-frozen-shrinkwrap
901
-
902
- ## 5.15.0
903
- Tue, 08 Oct 2019 22:58:33 GMT
904
-
905
- ### Updates
906
-
907
- - Improve 'rush build' to avoid rebuilding unnecessarily when the package-lock.json file has changed (pnpm only).
908
-
909
- ## 5.14.0
910
- Wed, 02 Oct 2019 01:18:02 GMT
911
-
912
- ### Updates
913
-
914
- - Add an --all flag to "rush add" to add a dependency to all projects.
915
- - Add options to rush change to allow creating changefiles for all changed projects.
916
- - Rush update now prints a message when the approved packages files are out-of-date, and rush install exits with an error if they are out-of-date.
917
- - Include peerDependencies in the approved packages files.
918
- - Make detection of changefiles and changes in projects safer.
919
- - Update repository URL
920
-
921
- ## 5.13.1
922
- Fri, 27 Sep 2019 22:34:50 GMT
923
-
924
- ### Updates
925
-
926
- - Improve support for pnpm lockfile version 5.1. Also fixes a regression in Rush 5.12.0 in which rush install can fail on pnpm 3.5+ with the error message "ERROR: Invalid Version"
927
-
928
- ## 5.13.0
929
- Wed, 11 Sep 2019 21:41:34 GMT
930
-
931
- ### Updates
932
-
933
- - Add support for incremental custom commands. This change also adds a per-project `.rush/temp` folder that should be included in `.gitignore` (i.e. - `.rush/temp/**`).
934
- - Add a --from-version-policy option for bulk commands to allow running the command (like build) from packages with a version policy and their direct and indirect dependent projects
935
- - Update documentation
936
- - Do not delete the pnpm store if an installation retry fails. Delete the pnpm store if and only if all the installation retry attempts fail.
937
-
938
- ## 5.12.1
939
- Tue, 10 Sep 2019 19:45:15 GMT
940
-
941
- ### Updates
942
-
943
- - Fix an issue where Rush attempted to add Git tags for packages that had already been published when the publish command is run with the --pack and --apply-git-tags-on-pack flags. This caused a fatal error when tags already existed.
944
-
945
- ## 5.12.0
946
- Wed, 04 Sep 2019 19:01:42 GMT
947
-
948
- ### Updates
949
-
950
- - Adding --apply-git-tags-on-pack flag to the publish command to apply git tags when using --pack
951
- - For rush publish and rush version, change the path spec for git add to include everything from the repo root directory. This addresses https://github.com/microsoft/web-build-tools/issues/669.
952
- - Add support for NPM package aliases (i.e. dependency versions such as "npm:example@^1.2.3")
953
- - Fix an issue with rush change that occurs when rush.json isn't in the repository root.
954
-
955
- ## 5.11.4
956
- Fri, 23 Aug 2019 03:31:52 GMT
957
-
958
- ### Updates
959
-
960
- - Some optimizations for --to, --from, and cyclic dependency detection for repos with large numbers of projects.
961
- - Ensure install-run-rushx script is updated during "rush update"
962
-
963
- ## 5.11.3
964
- Wed, 21 Aug 2019 22:13:26 GMT
965
-
966
- ### Updates
967
-
968
- - Add support for the RUSH_PREVIEW_VERSION environment variable to the install-run-rush script.
969
- - Add support for the RUSH_TEMP_FOLDER environment variable in the install-run-rush script.
970
- - Add install-run-rushx script to enable easy execution of the rushx command in CI
971
-
972
- ## 5.11.2
973
- Fri, 16 Aug 2019 05:15:17 GMT
974
-
975
- ### Updates
976
-
977
- - Refactor build action to allow generating build graph statically
978
- - Security updates.
979
- - Fix validation of hotfix changes in a hotfix-enabled branch
980
- - Clarify that "rush update --full" should be run when changing certain settings
981
-
982
- ## 5.11.1
983
- Fri, 26 Jul 2019 23:08:23 GMT
984
-
985
- ### Updates
986
-
987
- - Fix critical path computation for projects
988
- - Normalize the casing of a temp folder specified with RUSH_TEMP_FOLDER.
989
-
990
- ## 5.11.0
991
- Fri, 26 Jul 2019 08:34:03 GMT
992
-
993
- ### Updates
994
-
995
- - Generate skeleton BuildXL script modules for each package
996
- - Allow building with newer versions of Node during development
997
- - Add experimental rush-buildxl package
998
- - Ensure the filesystem paths that Rush uses have the same character casing that exists on disk.
999
- - Tweak NodeJS version warning messages and add suppressNodeLtsWarning option to rush.json to suppress non-LTS version warning.
1000
- - Do not terminate rush execution if a temp project lacks an entry in the PNPM shrinkwrap. Instead, allow the program to continue so that PNPM can update the outdated shrinkwrap. This fixes #1418 https://github.com/microsoft/web-build-tools/issues/1418.
1001
-
1002
- ## 5.10.3
1003
- Thu, 18 Jul 2019 00:07:46 GMT
1004
-
1005
- ### Updates
1006
-
1007
- - Make event hooks run from the folder that contains the rush.json file.
1008
- - Fix 1392 "rush install not working on pnpm 3.5" by getting the temporary project dependency key from the shrinkwrap file. See https://github.com/microsoft/web-build-tools/issues/1392.
1009
-
1010
- ## 5.10.2
1011
- Tue, 16 Jul 2019 19:36:08 GMT
1012
-
1013
- ### Updates
1014
-
1015
- - Prevent non-hotfix changes from being applied to hotfix branches
1016
- - Use the shrinkwrap from temp for "rush link" as the committed shrinkwrap may not always be up to date as a result of shrinkwrap churn optimization. See https://github.com/microsoft/web-build-tools/issues/1273#issuecomment-492779995 for more details about shrinkwrap churn optimization.
1017
-
1018
- ## 5.10.1
1019
- Thu, 11 Jul 2019 22:00:50 GMT
1020
-
1021
- ### Updates
1022
-
1023
- - Fix for issue https://github.com/microsoft/web-build-tools/issues/1349 rush install fails when there is a preferred version with a peer dependency. This was caused by file format changes in pnpm 3.x
1024
- - Fix an issue where "rush add" erroneously believes ensureConsistentVersions is unset.
1025
- - Fix an issue that arises when "rush add" is run and the package manager isn't installed.
1026
- - Fix an issue where rush add -m doesn't corretly update the common-versions.json file.
1027
- - Fix an issue where rush change will detect unrelated changes.
1028
- - When rush change detects no changes, clarify that no *relevant* changes were detected in the case that changes were in a package not versioned by rush'
1029
- - Fix https://github.com/microsoft/web-build-tools/issues/1347: rush link was failing on pnpm 3+ with the changes in shrinkwrap format with regard to peer dependencies. Rush now resolves the path to the local project accurately by referring to the shrinkwrap rather than figuring out the path on its own.
1030
-
1031
- ## 5.10.0
1032
- Sat, 29 Jun 2019 02:47:42 GMT
1033
-
1034
- ### Updates
1035
-
1036
- - New action added to list package name for all projects
1037
- - Add ability to opt out of changelog files for version policies.
1038
- - Workaround for pnpm issue 1890: https://github.com/pnpm/pnpm/issues/1890. Fixes the issue of "rush update --full" not working correctly if the internal copy of the pnpm shrinkwrap "common/temp/node_modules/.shrinkwrap.yaml" exists even though Rush deletes the formal copy in "common/temp/shrinkwrap.yaml".
1039
-
1040
- ## 5.9.1
1041
- Thu, 13 Jun 2019 04:46:18 GMT
1042
-
1043
- ### Updates
1044
-
1045
- - Fix an issue where custom command-line parameters weren't passed to projects' builds.
1046
-
1047
- ## 5.9.0
1048
- Tue, 11 Jun 2019 02:26:20 GMT
1049
-
1050
- ### Updates
1051
-
1052
- - (BEHAVIOR CHANGE) Fix an issue where CI jobs could succeed even if a task reported warnings to stderr; if your build fails due to warnings after upgrading, please see https://github.com/microsoft/web-build-tools/issues/1329
1053
-
1054
- ## 5.8.0
1055
- Tue, 11 Jun 2019 01:28:33 GMT
1056
-
1057
- ### Updates
1058
-
1059
- - Add a new setting "ignoreDependencyOrder" in command-line.json
1060
- - Clarify "rush change" messages.
1061
- - Improve 'rush version' to fetch before checkout, which avoids an error in cases where the branch wasn't fetched.
1062
- - Fix typo in command-line help for "rush add"
1063
- - Fix an issue where "rush build" ignored changes to a project with an empty build script (GitHub #1282)
1064
-
1065
- ## 5.7.3
1066
- Mon, 06 May 2019 21:03:32 GMT
1067
-
1068
- ### Updates
1069
-
1070
- - Allow colons in command line action names (add missing dependency from 5.7.2)
1071
-
1072
- ## 5.7.2
1073
- Mon, 06 May 2019 19:52:37 GMT
1074
-
1075
- ### Updates
1076
-
1077
- - Allow colons in command line action names
1078
-
1079
- ## 5.7.1
1080
- Wed, 24 Apr 2019 06:32:17 GMT
1081
-
1082
- ### Updates
1083
-
1084
- - Fix an issue where Rush sometimes failed to parse versions from PNPM 3.x's pnpm-lock.yaml
1085
- - Update the .gitattributes file written by "rush init" to use a better syntax highlighter for JSON files
1086
-
1087
- ## 5.7.0
1088
- Tue, 23 Apr 2019 07:55:34 GMT
1089
-
1090
- ### Updates
1091
-
1092
- - Add support for PNPM version 3 (which changed the shrinkwrap file name to "pnpm-lock.yaml")
1093
- - Add a new rush.json setting "pnpmOptions.resolutionStrategy"
1094
-
1095
- ## 5.6.4
1096
- Mon, 15 Apr 2019 06:40:00 GMT
1097
-
1098
- ### Updates
1099
-
1100
- - Add support for string parameter for custom commands.
1101
- - Remove the obsolete "--release-type" option which only worked if you used a specific version of gulp-core-build-typescript
1102
- - Adds --no-verify to git push during a rush publish
1103
-
1104
- ## 5.6.3
1105
- Mon, 25 Mar 2019 03:15:21 GMT
1106
-
1107
- ### Updates
1108
-
1109
- - Update the "rush init" template with a .gitattributes rule to allow comments in JSON files
1110
- - Add ability to publish partial prereleases
1111
-
1112
- ## 5.6.2
1113
- Thu, 21 Mar 2019 23:09:56 GMT
1114
-
1115
- ### Updates
1116
-
1117
- - Publish: pass auth token through to npm view when checking if package exists
1118
-
1119
- ## 5.6.1
1120
- Mon, 18 Mar 2019 04:48:37 GMT
1121
-
1122
- ### Updates
1123
-
1124
- - Remove the "rush check" step from the travis.yml template, since this is now handled by "ensureConsistentVersions" from rush.json
1125
- - Improve "rush change" to ignore the ".git" file extension when appended to the "repository.url" setting in rush.json
1126
-
1127
- ## 5.6.0
1128
- Fri, 15 Mar 2019 03:21:02 GMT
1129
-
1130
- ### Minor changes
1131
-
1132
- - Add "--set-access-level" parameter for "rush publish" to control whether NPM packages are published as "public" or "restricted"
1133
- - Add a "dependencies" configuration property to version-policies.json to customize the way dependency versions are published and stored in source control
1134
-
1135
- ### Updates
1136
-
1137
- - Add support for the Yarn --ignore-engines, exposed as yarnOptions.ignoreEngines in rush.json
1138
- - Add the ability to configure the version bump and publish git commit message, exposed as gitPolicy.versionBumpCommitMessage in rush.json
1139
- - Fix an issue with "rush publish --pack" when using yarn.
1140
- - Remove the "rush check" step from the travis.yml template, since this is now handled by "ensureConsistentVersions" from rush.json
1141
- - Fix an issue where "rush change" sometimes could not detect changes correctly when invoked on a forked GitHub repo
1142
- - Fix an issue where "rushx" and "rush build" did not search for commands in the current project's local node_modules/.bin folder (GitHub issue #706)
1143
- - The `--debug` parameter now automatically breaks in the debugger when an InternalError is thrown
1144
- - Support overriding 'build' and 'rebuild' commands in command-line.json
1145
- - Update README.md
1146
- - Change "rush build" to print stdout if stderr is empty and a task fails. This improves Webpack support
1147
-
1148
- ## 5.5.4
1149
- Thu, 13 Dec 2018 02:58:10 GMT
1150
-
1151
- ### Patches
1152
-
1153
- - Remove unused jju dependency
1154
-
1155
- ### Updates
1156
-
1157
- - Properly handle Git worktrees
1158
- - Updated to use the new InternalError class for reporting software defects
1159
-
1160
- ## 5.5.3
1161
- Wed, 05 Dec 2018 20:14:08 GMT
1162
-
1163
- ### Updates
1164
-
1165
- - Add user read permission to copied Git hooks
1166
-
1167
- ## 5.5.2
1168
- Fri, 09 Nov 2018 02:14:11 GMT
1169
-
1170
- ### Updates
1171
-
1172
- - Include an environment variable option to create symlinks with absolute paths.
1173
-
1174
- ## 5.5.1
1175
- Wed, 07 Nov 2018 21:04:35 GMT
1176
-
1177
- ### Updates
1178
-
1179
- - For NodeJS 10, require at least LTS (10.13.0)
1180
- - Install rush and package managers in a node version-specific folder under the user's home directory
1181
- - Added support for git hooks
1182
- - Remove all dependencies on the "rimraf" library
1183
- - Upgrade fs-extra to eliminate the annoying "ERROR: ENOTEMPTY: directory not empty, rmdir" error that occasionally occurred during "rush link"
1184
-
1185
- ## 5.4.0
1186
- Thu, 25 Oct 2018 23:20:40 GMT
1187
-
1188
- ### Updates
1189
-
1190
- - Remove use of a deprecated Buffer API.
1191
- - Fix an issue with "rush change" on NodeJS 10.
1192
- - Fix an issue where "rush install" sometimes would incorrectly ask for "rush update", when using the Yarn package manager
1193
- - Improve sorting of @rush-temp projects, which may reduce churn of hashes in the shrinkwrap file
1194
- - Expose safeForSimultaneousRushProcesses to custom commands
1195
- - Add 'variants' feature and command-line parameter
1196
-
1197
- ## 5.3.4
1198
- Wed, 17 Oct 2018 03:19:43 GMT
1199
-
1200
- ### Updates
1201
-
1202
- - Make rush purge also call rush unlink
1203
- - Fix an issue where "rush publish" invoked the wrong command when using Yarn
1204
- - Install optional dependencies, except w/ npm<5.0.0
1205
-
1206
- ## 5.3.3
1207
- Thu, 11 Oct 2018 23:58:16 GMT
1208
-
1209
- ### Updates
1210
-
1211
- - Remove warning for NodeJS 10 now that it is stable (LTS)
1212
-
1213
- ## 5.3.2
1214
- Mon, 08 Oct 2018 23:19:51 GMT
1215
-
1216
- ### Updates
1217
-
1218
- - Change "rush check" so that it considers "cyclicDependencyProjects" and ensures they are consistent or listed in "allowedAlternateVersions"
1219
- - Fix a recent regression where "rush link" was failing for NPM/Yarn because hard links don't support relative paths
1220
- - Make sure npm package does not exist before publishing
1221
-
1222
- ## 5.3.1
1223
- Wed, 03 Oct 2018 00:01:18 GMT
1224
-
1225
- ### Updates
1226
-
1227
- - Fix an issue where after running "rush add" (after successfully running "rush install"), the new package was not being installed or linked.
1228
- - Fix an incorrect default in the "rush init" template comments
1229
-
1230
- ## 5.3.0
1231
- Fri, 28 Sep 2018 20:36:48 GMT
1232
-
1233
- ### Updates
1234
-
1235
- - Add "ensureConsistentVersions" configuration which runs "rush check" before certain commands
1236
- - Add a new command "rush add" for managing package.json dependencies
1237
- - Rush now detects some package.json errors such as the same package name being listed in both "dependencies" and "optionalDependencies"
1238
- - Update "rush link" to use relative paths when creating symlinks, to facilitate building Docker images
1239
-
1240
- ## 5.2.1
1241
- Thu, 13 Sep 2018 21:57:21 GMT
1242
-
1243
- ### Updates
1244
-
1245
- - Fix an issue where "rush init" failed because its ".gitignore" template was excluded from the package
1246
-
1247
- ## 5.2.0
1248
- Thu, 13 Sep 2018 19:34:37 GMT
1249
-
1250
- ### Updates
1251
-
1252
- - Add a "rush init" command for scaffolding new monorepo folders
1253
- - Allow "rush scan" to be used without a rush.json configuration
1254
-
1255
- ## 5.1.0
1256
- Sat, 08 Sep 2018 20:57:32 GMT
1257
-
1258
- ### Updates
1259
-
1260
- - Update "repository" field in package.json
1261
- - Add support for PNPM's --strict-peer-dependencies feature
1262
- - Add support for the Yarn package manager (this is a "beta" feature; please report any issues you encounter!)
1263
-
1264
- ## 5.0.6
1265
- Fri, 31 Aug 2018 23:10:31 GMT
1266
-
1267
- ### Updates
1268
-
1269
- - Add "--prefer-frozen-shrinkwrap false" to the "pnpm install" command line as a workaround for https://github.com/pnpm/pnpm/issues/1342
1270
- - Skip validation of the Git email address if Git is not installed, or if rush.json isn't in a Git working directory, or if no policy was defined
1271
-
1272
- ## 5.0.5
1273
- Wed, 29 Aug 2018 07:05:22 GMT
1274
-
1275
- ### Updates
1276
-
1277
- - Fix an issue where rush install will fail if git isn't installed.
1278
- - Fix an issue where "rush -h" didn't print help for the "build" and "rebuild" commands, unless invoked under a Rush folder
1279
- - Improve command-line help for "rush build"
1280
- - Fix regression causing "ERROR: EEXIST: file already exists"
1281
-
1282
- ## 5.0.4
1283
- Thu, 23 Aug 2018 00:08:41 GMT
1284
-
1285
- ### Updates
1286
-
1287
- - Fix capitalization of new "filePath" API property
1288
-
1289
- ## 5.0.3
1290
- Wed, 22 Aug 2018 20:58:58 GMT
1291
-
1292
- ### Updates
1293
-
1294
- - git st
1295
- - When saving config files, Rush should include the "$schema" directive
1296
- - Fix a regression where "rush version" sometimes failed with "The value for entries[0].comments.dependency[0].author is undefined"
1297
- - When updating common-versions.json and version-policies.json, preserve the existing comments and whitespace
1298
-
1299
- ## 5.0.2
1300
- Sat, 18 Aug 2018 01:27:39 GMT
1301
-
1302
- _Version update only_
1303
-
1304
- ## 5.0.1
1305
- Sat, 18 Aug 2018 01:21:59 GMT
1306
-
1307
- ### Updates
1308
-
1309
- - Fix typo in rush error message
1310
- - Add a flag to "rush install" which runs the package manager in a verbose logging mode.
1311
- - Remove package.json from rush-lib constants. Add public API for creating changefiles.
1312
- - Fix an issue where "rush version" would fail with a useless error message if the Git user email is not specified.
1313
- - Update lodash.
1314
- - Add a "--network-concurrency" command-line option to help troubleshoot the ECONNRESET error that people occasionally have reported ( https://github.com/pnpm/pnpm/issues/1230 )
1315
-
1316
- ## 5.0.0
1317
- Sat, 30 Jun 2018 00:57:22 GMT
1318
-
1319
- ### Updates
1320
-
1321
- - Update peerDependencies when bumping package versions (issue #668)
1322
- - Add allowedAlternativeVersions setting to common-versions.json config file
1323
- - Fix an issue where PNPM shrinkwrap file parser did not handle relative/absolute version paths correctly
1324
- - Print each project's build time during the summary
1325
- - Fix an issue where the common/temp/.npmrc file could contain missing environment variable tokens
1326
- - Rush now creates common/scripts/install-run.js and install-run-rush.js scripts to formalize how CI jobs bootstrap tooling dependencies
1327
- - Enable the "rush rebuild" and "rush build" commands to work without a Git repository
1328
- - Add support for RUSH_TEMP_FOLDER environment variable to customize the location of Rush's commonTempFolder
1329
- - Fix an issue where if package-deps.json fails to parse, the build fails
1330
- - Improve "rush link" to create node_modules/.bin launchers for local project dependencies (not just installed external dependencies)
1331
- - Update rush.json schema to allow requested versions (e.g. Rush or the package manager) to be a prerelease SemVer pattern
1332
- - Fix annoyance where "rush update" (formerly "rush generate") would always change the integrity hash for tarball entries in shrinkwrap.yaml
1333
- - Fix an issue where Rush's .npmrc configuration was not honored when spawned via an NPM lifecycle script; in general the process environment is now more isolated
1334
- - Rush now warns when phantom node_modules folders are found
1335
- - Relax the rush.json version check for rush-lib; future versions are now accepted as long as the major/minor parts match
1336
- - Fix a regression where builds would sometimes fail with a zero exit code due to NodeJS's handling of uncaught Promise rejections
1337
- - Improve "rush check" to ignore peer dependencies, since they don't need to be consistent with everything else (and generally won't be)
1338
- - (Breaking change) Replace pinned-versions.json with a more general common-versions.json that can track other cross-project dependency versions
1339
- - (Breaking change) In common-versions.json, rename the "pinned versions" concept to "preferred versions", and separate the XStitch versions into their own field
1340
- - Report an error if the package manager version is too old
1341
- - (Breaking change) Redesign command-line.json config file to support other command types
1342
- - (Breaking change) Rename custom-commands.json to be command-line.json
1343
- - Add support for "global" commands in custom-commands.json
1344
- - When using PNPM, remove some NPM bug workarounds that probably caused problems for "pnpm install"
1345
- - Add a lock file to avoid race conditions when the Rush version selector is installing rush-lib
1346
- - Fix a problem where the "rush-recycler" folder was not getting cleaned on macOS
1347
- - (Breaking change) Remove unused RushConfiguration.homeFolder API
1348
- - Add RUSH_PREVIEW_VERSION environment variable for piloting new versions of Rush
1349
- - Add new command "rush purge" for cleaning up temporary files
1350
- - Fix an issue where rush-recycler wasn't emptied if a folder exceeded the Windows MAX_PATH
1351
- - Minor improvements for logging
1352
- - When installing tools, always copy the repo's .npmrc file to the target folder
1353
- - (Breaking change) Replace the "rush generate" command with a new command "rush update"
1354
- - (Breaking change) Replace "rush install --clean" and "--full-clean" with "rush install --purge"
1355
- - Improve lifecycle script execution to support Unix slashes in the command name when running on Windows
1356
- - Add "rushx" binary for single-project commands
1357
- - (Breaking change) Eliminate extra letters from shortened command line options (renamed "-cpo" to "-o", and removed "-vp" and "-pn")
1358
- - Add check for unpublished releases
1359
- - Add a "--to-version-policy" option for "rush rebuild" to allow building only a particular version policy
1360
- - Add --release-type parameter to "rush publish" to be able to create different tarballs based on release type
1361
- - Add "--ensure-version-policy" option for "rush version" to support updating the versions directly
1362
-
1363
- ## 4.3.3
1364
- Thu, 31 May 2018 21:57:13 GMT
1365
-
1366
- ### Updates
1367
-
1368
- - Remove the old undocumented "rush purge" command, since it conflicts with Rush 5
1369
-
1370
- ## 4.3.2
1371
- Mon, 26 Mar 2018 19:12:42 GMT
1372
-
1373
- ### Updates
1374
-
1375
- - Change *.d.ts file path for rush-lib
1376
- - Add "ignoreMissingScript" flag to custom command and fix other minor issues
1377
- - Add --pack option to "rush publish" to support packing packages into tarballs instead of publishing to NPM registry
1378
- - Upgrade colors to version ~1.2.1
1379
-
1380
- ## 4.3.1
1381
- Tue, 20 Mar 2018 20:02:56 GMT
1382
-
1383
- ### Updates
1384
-
1385
- - Add support for overriding the default windows parallelism with 'max'.
1386
- - Remove IPackageJson API. Consumers should now use the equivalent definition from @microsoft/node-core-library instead.
1387
- - Move the environment checks from rush-lib to rush
1388
- - Fix an annoyance where common/temp/shrinkwrap.yaml was formatted in a way that made diffs less readable
1389
-
1390
- ## 4.3.0
1391
- Fri, 02 Mar 2018 02:45:37 GMT
1392
-
1393
- ### Updates
1394
-
1395
- - Fix an issue where we always deleted the pnpm store. This is not necessary since the store is transactional. We should only delete the store if it is a --clean install.
1396
- - Fix an issue where the package manager installation could get corrupted if the Rush tool was accidentally invoked multiple times concurrently.
1397
- - Fix issue with pnpm where store was not removed after an unsuccessful installation
1398
- - When Rush links PNPM packages to their dependencies, it should link to the realpath, rather than linking to the symlink. This will improve performance of builds by reducing the number of file system reads that are needed.
1399
- - Update Rush to consider the shrinkwrap file during incremental builds.
1400
- - Add a --changed-projects-only flag to 'rush build', which will skip rebuilding of downstream packages. It will only rebuild projects that change, but not their dependents.
1401
- - Add a locking mechanism around certain rush commands so only one process can be working in a Rush repository at a single point in time. This is useful for commands that may corrupt each other, like generate, install, link, and rebuild.
1402
- - When using pnpm, Rush will check and see if other projects are using a dependency and will re-use it if possible. This way, a user will not have to run "rush generate" if they are adding a dependency that is already being used elsewhere in the monorepo.
1403
- - Add a notice for unsupported versions of NodeJS runtime
1404
- - Add a new command-line flag "--conservative" which causes "rush generate" to perform a minimal upgrade
1405
- - Improved "rush generate" so that if interrupted, it does not leave you with a deleted shrinkwrap.yaml; the new integrity checks eliminate the need for this, and it was annoying
1406
- - Fix Rush version increase logic to handle cyclic dependencies properly
1407
-
1408
- ## 4.2.5
1409
- Fri, 26 Jan 2018 00:36:51 GMT
1410
-
1411
- ### Updates
1412
-
1413
- - Fix an issue when parsing scoped peer dependencies in the pnpm shrinkwrap file
1414
-
1415
- ## 4.2.4
1416
- Sun, 21 Jan 2018 06:33:59 GMT
1417
-
1418
- ### Updates
1419
-
1420
- - Improve the error message when loading rush.json from a newer release
1421
-
1422
- ## 4.2.3
1423
- Thu, 18 Jan 2018 19:02:07 GMT
1424
-
1425
- ### Updates
1426
-
1427
- - Avoid git errors when there are only empty change files
1428
-
1429
- ## 4.2.2
1430
- Wed, 17 Jan 2018 10:49:31 GMT
1431
-
1432
- _Version update only_
1433
-
1434
- ## 4.2.1
1435
- Fri, 12 Jan 2018 23:35:48 GMT
1436
-
1437
- ### Patches
1438
-
1439
- - Fix a bug in "rush change" to allow skipping changes when empty change file exists.
1440
- - Change the way Rush prints output, to make it more readable and easy to tell how far into a build you are.
1441
-
1442
- ## 4.2.0
1443
- Mon, 11 Jan 2018 22:14:30 GMT
1444
-
1445
- ### Minor changes
1446
-
1447
- - Introduce a new project-specific setting "skipRushCheck" to exempt certain projects from the "rush check" validation
1448
- - Introduce a new setting "mainProject" for lockstep version policies. This enables a scenario where a group of packages share a common change log, which is associated with the main project.
1449
-
1450
- ## 4.1.1
1451
- Mon, 08 Jan 2018 20:34:30 GMT
1452
-
1453
- ### Patches
1454
-
1455
- - Fix an issue with checking the pnpm shrinkwrap file when there are peer dependency version specifiers
1456
-
1457
- ## 4.1.0
1458
- Thu, 30 Nov 2017 20:34:30 GMT
1459
-
1460
- ### Minor changes
1461
-
1462
- - Adding support for using PNPM with Rush
1463
-
1464
- ### Patches
1465
-
1466
- - Fix issue where 'rush publish' was failing when the only changefiles were 'none' type
1467
- - Add support for hotfix changes
1468
- - Fix an issue with file locks causing exceptions during 'rush install'
1469
- - Fix issue where 'rush install' did not invalidate node_modules after bumping package manager version
1470
-
1471
- ## 4.0.1
1472
- Mon, 13 Nov 2017 18:34:30 GMT
1473
-
1474
- ### Patches
1475
-
1476
- - Fix the regression where "rush -h" didn't work outside a repo folder
1477
- - Reduce the default parallelism on Windows platform
1478
- - Force change log name to be the same as package name to handle the error case when package is renamed but change log is not
1479
-
1480
- ## 4.0.0
1481
- Sat, 4 Nov 2017 03:22:28 GMT
1482
-
1483
- ### Breaking changes
1484
-
1485
- - Complete release notes are here: https://github.com/microsoft/web-build-tools/wiki#november-3-2017---rush-4-released
1486
- - Adding custom commands and options.
1487
- - Adding rush version selector.
1488
- - Updating the semantics of rush change.
1489
-
1490
- ## 3.0.20
1491
- Thu, 19 Oct 2017 23:01:49 GMT
1492
-
1493
- ### Patches
1494
-
1495
- - Fix a stack overflow error that occurs when "rush rebuild" encounters a cyclic dependency
1496
- - Fix a bug that "rush rebuild" fails if "from" parameter is provided
1497
- - Validate versions before "rush version" commits version updates
1498
-
1499
- ## 3.0.19
1500
- Fri, 06 Oct 2017 22:44:31 GMT
1501
-
1502
- ### Patches
1503
-
1504
- - Enable strickNullChecks
1505
- - Fix a bug in "rush version" that devdependency does not get bumped if there is no dependency.
1506
- - Fix a bug in "rush change" so it handles rename properly.
1507
- - Add npm tag support in "rush publish".
1508
-
1509
- ## 3.0.18
1510
- Tue, 26 Sep 2017 13:51:05 GMT
1511
-
1512
- ### Patches
1513
-
1514
- - Update various dependencies
1515
-
1516
- ## 3.0.17
1517
- Thu, 14 Sep 2017 18:51:05 GMT
1518
-
1519
- ### Patches
1520
-
1521
- - Fix some issues in rush telemetry collection
1522
-
1523
- ## 3.0.16
1524
- Wed, 6 Sep 2017 18:24:39 GMT
1525
-
1526
- ### Patches
1527
-
1528
- - Fix an issue running 'rush install' after adding a new project
1529
-
1530
- ## 3.0.15
1531
- Wed, 30 Aug 2017 18:24:39 GMT
1532
-
1533
- ### Patches
1534
-
1535
- - Replace the temp_modules/*/package.json files with TGZ files
1536
- - Add repositoryUrl to RushConfiguration to track remote repository
1537
- - Use the new Json API from node-core-library
1538
- - Add two new methods to ChangeFile class
1539
- - Introduce an experimental "rush version" action to manage project versions based on version policy
1540
- - Make "rush generate" not throw if there is a problem reading the shrinkwrap file
1541
-
1542
- ## 3.0.12
1543
- Fri, Jul 21, 2017 22:30:12 PM
1544
-
1545
- ### Patches
1546
-
1547
- - Temporarily revert Rush incremental build checking files outside of the project's directory
1548
- - Fix error message during build
1549
- - Add a ChangeFile class to rush-lib
1550
- - Fix an issue where rush would crash if it could not find the rush.json
1551
- - If "rush generate" detects that all dependencies are present, it will do nothing. This is overridable with the "--force" flag.
1552
- - Promote Changelog interfaces to an @alpha API in rush-lib
1553
-
1554
- ## 3.0.11
1555
- Mon, Jul 3, 2017 10:53:12 PM
1556
-
1557
- ### Patches
1558
-
1559
- - Add support for non-SemVer dependency specifiers in package.json; for example, "github:gulpjs/gulp#4.0" or "git://github.com/user/project.git#commit-ish"
1560
-
1561
- ## 3.0.10
1562
- Tue, 27 Jun 2017 21:44:50 GMT
1563
-
1564
- ### Patches
1565
-
1566
- - Fix an issue with 'rush rebuild' where it fails on non-windows platforms
1567
- - Fix an issue with 'rush -help' where it throws if rush.json is not available.
1568
-
1569
- ## 3.0.9
1570
- Thu, June 8, 2017 03:30:27 GMT
1571
-
1572
- ### Patches
1573
-
1574
- - Fix issue with 'rush check' where it sometimes threw exceptions.
1575
-
1576
- ## 3.0.8
1577
- Thu, June 8, 2017 03:00:27 GMT
1578
-
1579
- ### Patches
1580
-
1581
- - Fix issue with 'rush check' so it no longer considers cyclic dependencies as a mismatch.
1582
-
1583
- ## 3.0.7
1584
- Tue, May 23, 2017 00:55:27 GMT
1585
-
1586
- ### Patches
1587
-
1588
- - Fix a regression for packages with an empty script (no-op)
1589
-
1590
- ## 3.0.6
1591
- Sat, May 20, 2017 00:55:27 GMT
1592
-
1593
- ### Patches
1594
-
1595
- - Revert major break with rush build
1596
-
1597
- ## 3.0.5
1598
- Fri, May 19, 2017 10:55:27 GMT
1599
-
1600
- ### Patches
1601
-
1602
- - Fix the Rush build error due to 'SyntaxError: Unexpected token u in JSON at position 0'
1603
- - Fix a minor bug where Rush complained about extra directories.
1604
-
1605
- ## 3.0.4
1606
- Tue, May 17, 2017 01:48:27 GMT
1607
-
1608
- ### Patches
1609
-
1610
- - Improved the "rush build" change detection: if any file outside a project folder has changed, rebuild all projects.
1611
- - The "rush build" command now stores the command-line options used during a build, and forces a full rebuild if the options have changed.
1612
- - Fix for a "rush publish" bug involving command line option quoting.
1613
-
1614
- ## 3.0.3
1615
- Tue, May 16, 2017 00:43:27 GMT
1616
-
1617
- ### Patches
1618
-
1619
- - Fix a regression where "rush install" sometimes failed to install the NPM tool
1620
-
1621
- ## 3.0.2
1622
- Sun, May 14, 2017 19:22:16 GMT
1623
-
1624
- ### Patches
1625
-
1626
- - Fix some minor documentation issues
1627
-
1628
- ## 3.0.1
1629
- Sun, May 14, 2017 18:30:35 GMT
1630
-
1631
- ### Breaking changes
1632
-
1633
- - THIS IS A BREAKING CHANGE - see the web-build-tools news page for migration instructions
1634
- - The "rush install" now automatically detects when you need to run "rush generate", and the algorithm has been redesigned so that many package.json updates can skip "rush generate" entirely - hurray!
1635
- - Major restructing of common folder; the "temp_modules" folder is no longer tracked by Git
1636
- - Greatly simplified .gitignore; all of Rush's temporary files are now under common/temp
1637
- - The rush.json file format has been simplified, and auxiliary config files are now consolidated in common/config/rush
1638
- - The "packageReviewFile" feature has been overhauled - see wiki documentation on GitHub
1639
- - The "rush check" command was renamed to "rush scan", and "rush check-versions" was shortened to "rush check"
1640
-
1641
- ### Minor changes
1642
-
1643
- - The change log file format was expanded to support subset publishing (coming soon!)
1644
- - More operations now use the AsyncRecycleBin feature
1645
- - The "rush link" command now skips if nothing has changed
1646
-
1647
- ### Patches
1648
-
1649
- - Numerous small fixes and enhancments
1650
-
1651
- ## 2.5.0
1652
- Tue, 11 Apr 2017 21:20:58 GMT
1653
-
1654
- ### Minor changes
1655
-
1656
- - Deprecate the pinnedVersions field of rush.json in favor of a standalone pinnedVer sions.json
1657
-
1658
- ### Patches
1659
-
1660
- - Bump stream-collator to 2.0.0
1661
- - Publish: Improve detection of already published package versions
1662
- - Publish: Fix a bug where not all project versions get updated for prerelease
1663
-
1664
- ## 2.4.0
1665
- Thu, 30 Mar 2017 18:25:38 GMT
1666
-
1667
- ### Minor changes
1668
-
1669
- - The 'link' action will be automatically ran after 'install' or 'generate'.
1670
- - Support adding a suffix during rush generate
1671
-
1672
- ### Patches
1673
-
1674
- - Fixing an issue where install was not detecting changes to the shrinkwrap
1675
- - Registry should not be hardcoded when auth token is provided
1676
-
1677
- ## 2.3.0
1678
- Fri, 24 Feb 2017 22:54:16 GMT
1679
-
1680
- ### Minor changes
1681
-
1682
- - Minor version
1683
-
1684
- ## 2.2.1
1685
- Fri, 24 Feb 2017 22:53:18 GMT
1686
-
1687
- _Version update only_
1688
-
1689
- ## 2.2.0
1690
- Fri, 24 Feb 2017 22:44:31 GMT
1691
-
1692
- ### Minor changes
1693
-
1694
- - Add a "pinnedVersions" option to rush.json, which will add dependencies to the common package.json. Since these dependencies are installed first, this mechanism can be used to control versions of unconstrained second-level dependencies.
1695
- - Make --quiet builds the default. Deprecate the --quiet parameter. Add a --verbose parameter which displays the build logs.
1696
-
1697
- ### Patches
1698
-
1699
- - Rush install checks to ensure that generate has been run.
1700
-
1701
- ## 1.8.2
1702
- Wed, 15 Feb 2017 08:54:44 GMT
1703
-
1704
- ### Patches
1705
-
1706
- - Temporarily reverting the new temp_modules validation feature, because it is incompatible with some usage scenarios
1707
-
1708
- ## 1.8.1
1709
- Tue, 14 Feb 2017 23:40:44 GMT
1710
-
1711
- ### Patches
1712
-
1713
- - Fixing a bug with install where it preemptively returned before installing.
1714
-
1715
- ## 1.8.0
1716
- Tue, 14 Feb 2017 22:53:30 GMT
1717
-
1718
- ### Minor changes
1719
-
1720
- - Install will error if the temp_modules have drifted out of sync with the package's package.json files
1721
-
1722
- ## 1.7.0
1723
- Tue, 14 Feb 2017 02:31:40 GMT
1724
-
1725
- ### Minor changes
1726
-
1727
- - Adds an extra command (rush check-versions), which can find inconsistencies in package.json dependency versions across a repository.
1728
-
1729
- ## 1.6.0
1730
- Sun, 05 Feb 2017 01:21:30 GMT
1731
-
1732
- ### Minor changes
1733
-
1734
- - Add support for pre-release build
1735
-
1736
- ### Patches
1737
-
1738
- - When the git policy fails, rush should return a non-zero error code.
1739
- - Lock version numbers for @types packages
1740
- - Ensure world readiness
1741
- - Update .npmignore
1742
- - Cyclic dependency should not have version bumped when changes are applied.
1743
-
1744
- ## 1.5.1
1745
- Tue, 24 Jan 2017 03:26:05 GMT
1746
-
1747
- ### Patches
1748
-
1749
- - The 'link' command should display elapsed time when finished executing.
1750
- - Minor fix so "allowedEmailRegExps" works on Mac/Linux
1751
- - Fixed a small bug where "rush publish -a" was not deleting changelog files
1752
-
1753
- ## 1.5.0
1754
- Sun, 22 Jan 2017 02:04:57 GMT
1755
-
1756
- ### Minor changes
1757
-
1758
- - Implemented a new rush.json option "gitPolicy" to avoid incorrect commit e-mails
1759
-
1760
- ### Patches
1761
-
1762
- - Update temp_modules when versions are bumped.
1763
-
1764
- ## 1.4.1
1765
- Tue, 03 Jan 2017 21:52:49 GMT
1766
-
1767
- ### Patches
1768
-
1769
- - Fixing `rush publish` changelog code to reference projects correctly.
1770
- - `rush publish` now only updates changelogs for projects that are marked as shouldPublish=true.
1771
-
1772
- ## 1.4.0
1773
- Tue, 06 Dec 2016 20:44:26 GMT
1774
-
1775
- ### Minor changes
1776
-
1777
- - Changes for RC0 release.
1778
-
1779
- ## 1.3.0
1780
- Sat, 03 Dec 2016 07:47:39 GMT
1781
-
1782
- ### Minor changes
1783
-
1784
- - Adding support for changelog generation to rush publish.
1785
- - Refactoring "config" into "configuration."
1786
-
1787
- ### Patches
1788
-
1789
- - Converting node and webpack-env typings to use @types, and cleaning them up.
1790
- - The cache should be cleaned unless we are using the global cache
1791
- - Fixed a regression where "rush install" would sometimes corrupt the node_modules folder. Also, common/package.json is now sorted deterministically.
1792
-
1793
- ## 1.2.4
1794
-
1795
- ### Patches
1796
-
1797
- - If the `test`, `clean`, or `build` commands are defined in the package.json, but are empty strings, then do a no-op during the build.
1798
-
1799
- ## 1.2.3
1800
-
1801
- ### Patches
1802
-
1803
- - Make deletion of node_modules folder more cautious to improve failure rate on automated builds.
1804
- - Updating Rush generate to more efficiently delete folders.
1805
-
1806
- ## 1.2.2
1807
-
1808
- ### Patches
1809
-
1810
- - Updating the deps hash dependency, which includes a fix which resolves a bug where changes were not being recalculated when multiple files were changed.
1811
-
1812
- ## 1.2.1
1813
-
1814
- ### Patches
1815
-
1816
- - Updating the rush `change` with better verification logic.
1817
-
1818
- ## 1.2.0
1819
-
1820
- ### Minor changes
1821
-
1822
- - Adding the 'build' action, which support incremental build.
1823
-
1824
- ## 1.1.3
1825
-
1826
- ### Patches
1827
-
1828
- - Partially reverting changes for treating success with warnings differently.
1829
- - Making Rush install transactional.
1830
-
1831
- ## 1.1.2
1832
-
1833
- ### Patches
1834
-
1835
- - Fix a bug in rush `change`
1836
-
1837
- ## 1.1.1
1838
-
1839
- ### Patches
1840
-
1841
- - correcting casing of files and imports
1842
-
1843
- ## 1.1.0
1844
-
1845
- ### Minor changes
1846
-
1847
- - The "packageReviewFile" feature now supports a setting "ignoredNpmScopes" that can be used e.g. to ignore the "@types" scope
1848
-
1849
- ### Patches
1850
-
1851
- - Fixing Rush to run on UNIX and Linux.
1852
-
1853
- ## 1.0.10
1854
-
1855
- ### Breaking changes
1856
-
1857
- - Rename `shouldTrackChanges` to `shouldPublish` which indicates whether a package should be included for the `publish` workflow.
1858
-
1859
- ### Minor changes
1860
-
1861
- - Updating `rush install` to be transactional.
1862
-
1863
- ### Patches
1864
-
1865
- - Updating the `publish` workflow.
1866
-
1867
- ## 1.0.9
1868
-
1869
- ### Patches
1870
-
1871
- - Updating the `publish` workflow.
1872
-
1873
- ## 1.0.7
1874
-
1875
- ### Patches
1876
-
1877
- - Renaming the `local-npm` directory to `npm-local`.
1878
- - Include NPM --cache and NPM --tmp options in the rush.json file.
1879
- - Limit Rush Rebuild parallelism to 'number-of-cores' simultaneous builds, optionally overridable on command line
1880
-
1881
- ## 1.0.5
1882
-
1883
- ### Patches
1884
-
1885
- - Fixed a bug in Rush Generate which showed: `ERROR: Input file not found: undefined` when packageReviewFile is omitted
1886
-
1887
- ## 1.0.4
1888
-
1889
- ### Minor changes
1890
-
1891
- - Added optional support for a "packageReviewFile" that helps detect when new NPM package dependencies are introduced
1892
-
1893
- ### Patches
1894
-
1895
- - Replaced JSON.parse() with jju for improved error handling.
1896
-
1897
- ## 1.0.3
1898
-
1899
- ### Patches
1900
-
1901
- - Fix Mac OS X compatibility issue
1902
-
1903
- ## 1.0.0
1904
-
1905
- _Initial release_
1906
-
1
+ # Change Log - @microsoft/rush
2
+
3
+ This log was last generated on Tue, 04 Jan 2022 20:47:40 GMT and should not be manually modified.
4
+
5
+ ## 5.59.0-rc.2
6
+ Tue, 04 Jan 2022 20:47:40 GMT
7
+
8
+ ### Updates
9
+
10
+ - Fix an issue with installing Git hooks that occurs when the rush.json folder isn't at the repo's root.
11
+ - (BREAKING CHANGE) Remove the experimental command "rush write-build-cache", since it is no longer needed and would be incompatible with phased builds. If you need this command for some reason, please create a GitHub issue.
12
+ - Add support for phased commands behind the multiPhaseCommands experiment.
13
+ - Update "rush init" to write files with OS-default line endings (CRLF on Windows, LF otherwise) instead of always writing CRLF line endings.
14
+
15
+ ## 5.58.0
16
+ Thu, 16 Dec 2021 05:39:21 GMT
17
+
18
+ ### Updates
19
+
20
+ - Fix an issue where Rush's Git hooks were broken if another tool such as Husky had tampered with the `core.hooksPath` (GitHub #3004)
21
+ - Provide a more useful error message if the git version is too old.
22
+ - Allow "rush list" to be invoked while other rush processes are running in the same repo.
23
+ - For project selection parameters such as "rush build --to git:REF", improve the diff analysis to detect which individual projects are impacted by a modification of the PNPM lockfile (GitHub #3050)
24
+ - Allow multiple remote URLs to be specified in the rush.json in the new repository.urls field.
25
+ - (BREAKING CHANGE) Replace the RushConfiguration repositoryUrl field with repositoryUrls to support multiple remote URLs specified in rush.json.
26
+
27
+ ## 5.57.1
28
+ Thu, 09 Dec 2021 00:24:47 GMT
29
+
30
+ _Version update only_
31
+
32
+ ## 5.57.0
33
+ Fri, 03 Dec 2021 02:16:10 GMT
34
+
35
+ ### Updates
36
+
37
+ - Add support for the "filterLog" hook in common/config/rush/.pnpmfile.cjs
38
+ - (EXPERIMENTAL) Ability to load third-party plugin packages that customize the behavior of Rush
39
+ - Fix an issue where parameter values containing spaces are incorrectly passed to global scripts.
40
+ - Parameters such as "--to" and "--from" now accept selector expressions: "version-policy:NAME" indicates the set of projects belonging to a publishing version policy. "git:REF" detects the set of projects that have been modified since the specified Git revision; for example, this allows a Rush command to process only the projects modified by a PR branch. (GitHub #2968)
41
+ - Improved the change detection logic to work correctly when a second rush.json appears in a subfolder.
42
+ - (EXPERIMENTAL) Add a new NPM package "@rushstack/rush-sdk" for use by Rush plugins
43
+ - Stop deleting the pnpm-store after failed workspace installs. Usually a multiple failure is due to a network error or a package that does not exist in the registry, not an issue with the pnpm-store.
44
+
45
+ ## 5.56.0
46
+ Thu, 28 Oct 2021 23:49:31 GMT
47
+
48
+ ### Updates
49
+
50
+ - Add CI skipping to default version & changelog commits
51
+ - Update suggested version of NPM
52
+ - Fix update-autoinstaller with NPM
53
+ - Streamline rushx output and add quiet flag.
54
+ - Include support for adding multiple packages with the "rush add" command.
55
+ - Update the package.json repository field to include the directory property.
56
+ - Fix the error message printed when `--interactive` is passed to `rush update-cloud-credentials` and the cloud cache provider is Amazon S3.
57
+ - Mark Node 16 as the current latest LTS version.
58
+ - support `--debug-package-manager` install options for yarn
59
+
60
+ ## 5.55.1
61
+ Tue, 12 Oct 2021 22:26:25 GMT
62
+
63
+ ### Updates
64
+
65
+ - Fix an issue where a version field isn't parsed correctly when using NPM version 7 and newer.
66
+
67
+ ## 5.55.0
68
+ Thu, 07 Oct 2021 23:44:52 GMT
69
+
70
+ ### Updates
71
+
72
+ - Fix typo when project dependencies do not match the current shrinkwrap
73
+ - Use ITerminal in the rush-lib API instead of Terminal to allow for compatibility with other versions of @rushstack/node-core-library.
74
+ - Add a new parameter "--detailed" for the "rush list" command
75
+ - Print the full event hooks output if the --debug paramter is specified.
76
+ - Upgrade the `@types/node` dependency to version to version 12.
77
+
78
+ ## 5.54.0
79
+ Wed, 22 Sep 2021 22:54:17 GMT
80
+
81
+ ### Minor changes
82
+
83
+ - Add ability to customize tag separator
84
+
85
+ ### Patches
86
+
87
+ - Lock node-fetch dependency to 2.6.2 due to an incompatibility with 2.6.3 in the Azure Cloud Cache Provider.
88
+
89
+ ### Updates
90
+
91
+ - Add a "--check-only" parameter to "rush install" to check the validity of the shrinkwrap without performing a full install.
92
+ - Fix an issue where `rush update-autoinstaller` does not use the repo's .npmrc
93
+
94
+ ## 5.53.0
95
+ Fri, 10 Sep 2021 23:20:00 GMT
96
+
97
+ ### Updates
98
+
99
+ - Fix an issue where the incremental build should use caching or skipping, but not both (GitHub #2891)
100
+ - Cache rush-project.json reads
101
+ - Fix an issue where the build cache did not respect "allowWarningsInSuccessfulBuild" (GitHub #2803)
102
+ - Add an experiment "buildCacheWithAllowWarningsInSuccessfulBuild" to allow caching for projects with warnings (GitHub #2803)
103
+
104
+ ## 5.52.0
105
+ Mon, 23 Aug 2021 21:34:46 GMT
106
+
107
+ ### Updates
108
+
109
+ - Add properties to the extraData section of the telemetry file for parameter usage in the install commands
110
+ - Add .heft to .gitignore file generated by rush init
111
+
112
+ ## 5.51.1
113
+ Fri, 13 Aug 2021 22:45:36 GMT
114
+
115
+ ### Updates
116
+
117
+ - When build cache is enabled in `rush build`, allow projects downstream to be satisfied from the cache if applicable. Cache reads will still be disabled for `rush rebuild`.
118
+
119
+ ## 5.51.0
120
+ Wed, 11 Aug 2021 23:16:09 GMT
121
+
122
+ ### Updates
123
+
124
+ - The --debug flag now also shows additional diagnostic information.
125
+ - Update JSZip dependency.
126
+ - Adds support for the project subset selection parameters ("--to", "--from", etc., documented at https://rushjs.io/pages/developer/selecting_subsets/) to the "rush list" command.
127
+ - Allow the tar binary path to be overridden via the RUSH_TAR_BINARY_PATH environment variable.
128
+
129
+ ## 5.50.0
130
+ Sat, 17 Jul 2021 01:16:04 GMT
131
+
132
+ ### Minor changes
133
+
134
+ - (Breaking change) Remove the experimental "--disable-build-cache" command line parameter.
135
+
136
+ ### Patches
137
+
138
+ - When the experimental build cache is enabled, "rush rebuild" now forces cached projects to be rebuilt (GitHub #2802)
139
+
140
+ ## 5.49.2
141
+ Thu, 15 Jul 2021 01:47:18 GMT
142
+
143
+ ### Updates
144
+
145
+ - Fix incremental build state calculation when using filtered installs
146
+
147
+ ## 5.49.1
148
+ Tue, 13 Jul 2021 23:03:01 GMT
149
+
150
+ ### Updates
151
+
152
+ - Fix an issue where the "--no-fetch" "rush change" parameter would cause a "git fetch" and absence of that parameter wouldn't fetch.
153
+
154
+ ## 5.49.0
155
+ Tue, 13 Jul 2021 06:22:09 GMT
156
+
157
+ ### Updates
158
+
159
+ - Expose APIs useful for determining which projects have changed on the current branch compared to another branch.
160
+
161
+ ## 5.48.0
162
+ Fri, 09 Jul 2021 01:44:18 GMT
163
+
164
+ ### Updates
165
+
166
+ - Add RUSH_ALLOW_WARNINGS_IN_SUCCESSFUL_BUILD environment variable
167
+ - Prevent "rush change" from prompting for an email address, since this feature was rarely used. To restore the old behavior, enable the "includeEmailInChangeFile" setting in version-policies.json
168
+ - The "rushx" command now reports a warning when invoked in a project folder that is not registered in rush.json
169
+ - Fix the build-cache.json cacheEntryNamePattern description of the [normalize] token.
170
+ - When selection CLI parameters are specified and applying them does not select any projects, log that the selection is empty and immediately exit.
171
+ - Fix an issue where files restored by the build cache did not have a current modification time
172
+ - Upgrade the "rush init" template to use PNPM version 6.7.1; this avoids an important regression in PNPM 6.3.0 where .pnpmfile.cjs did not work correctly: https://github.com/pnpm/pnpm/issues/3453
173
+ - Fix a JSON schema issue that prevented "disableBuildCache" from being specified in command-line.json
174
+ - Removed dependency on chokidar from BulkScriptAction in watch mode, since it adds unnecessary overhead.
175
+
176
+ ## 5.47.0
177
+ Sat, 15 May 2021 00:02:26 GMT
178
+
179
+ ### Updates
180
+
181
+ - For the experimental build cache feature, eliminate the RUSH_BUILD_CACHE_WRITE_CREDENTIAL environment variable; it is replaced by several new variables RUSH_BUILD_CACHE_CREDENTIAL, RUSH_BUILD_CACHE_WRITE_ALLOWED, and RUSH_BUILD_CACHE_ENABLED
182
+ - Take pnpm-workspace.yaml file into consideration during install skip checks for PNPM
183
+ - Fix a build cache warning that was sometimes displayed on Windows OS: "'tar' exited with code 1 while attempting to create the cache entry" (GitHub #2622)
184
+ - Fix an issue where "rushx" CLI arguments were not escaped properly (GitHub #2695)
185
+ - Allow rush-project.json to specify incrementalBuildIgnoredGlobs (GitHub issue #2618)
186
+ - Remove support for PNPM < 5.0.0 and remove the "resolutionStrategy" option
187
+ - Update "rush init" assets to use newer versions of Rush and PNPM. If you are looking to use PNPM < 6, you must rename the initialized ".pnpmfile.cjs" file to "pnpmfile.js". For more information, see: https://pnpm.io/5.x/pnpmfile
188
+ - Transform package.json using pnpmfile before checking if a Rush project is up-to-date
189
+ - Add support for the Yarn "resolutions" package.json feature.
190
+
191
+ ## 5.46.1
192
+ Tue, 04 May 2021 20:26:15 GMT
193
+
194
+ ### Updates
195
+
196
+ - Fix an issue where the buildCacheEnabled setting was not applied correctly
197
+
198
+ ## 5.46.0
199
+ Tue, 04 May 2021 02:45:20 GMT
200
+
201
+ ### Updates
202
+
203
+ - Remove "buildCache" setting from experiments.json; it is superseded by "buildCacheEnabled" in build-cache.json
204
+ - Add a "rush init" template for build-cache.json
205
+ - Temporarily downgrade the "@azure/identity" to eliminate the keytar native dependency (GitHub issue #2492)
206
+
207
+ ## 5.45.6
208
+ Fri, 30 Apr 2021 00:32:16 GMT
209
+
210
+ ### Updates
211
+
212
+ - Fix a regression in the S3 cloud build cache provider
213
+
214
+ ## 5.45.5
215
+ Wed, 28 Apr 2021 17:54:16 GMT
216
+
217
+ ### Updates
218
+
219
+ - Improve diagnostic messages printed by the rush build cache
220
+ - Fix an issue where Rush fails to run on Windows when the repository absolute path contains a space
221
+ - Use simpler and more accurate check before skipping installs
222
+
223
+ ## 5.45.4
224
+ Fri, 23 Apr 2021 22:48:23 GMT
225
+
226
+ _Version update only_
227
+
228
+ ## 5.45.3
229
+ Fri, 23 Apr 2021 22:03:08 GMT
230
+
231
+ ### Updates
232
+
233
+ - Allow prerelease versions of PNPM to be used in workspaces mode
234
+
235
+ ## 5.45.2
236
+ Thu, 22 Apr 2021 23:07:51 GMT
237
+
238
+ ### Updates
239
+
240
+ - Fix bad installs with when using pnpmfile in PNPM 6
241
+
242
+ ## 5.45.1
243
+ Wed, 21 Apr 2021 23:38:22 GMT
244
+
245
+ ### Updates
246
+
247
+ - Ensure that pnpm-workspace.yaml is always fully regenerated during "rush install" or "rush update"
248
+ - Fix support for pnpmfile in PNPM 6.
249
+
250
+ ## 5.45.0
251
+ Tue, 20 Apr 2021 19:04:04 GMT
252
+
253
+ ### Updates
254
+
255
+ - Print diagnostic information to a log file "<project-root>/.rush/build-cache-tar.log" when the native "tar" is invoked.
256
+ - The Amazon S3 build cloud cache provider can now use buckets outside the default region
257
+ - Add support for PNPM 6
258
+
259
+ ## 5.44.0
260
+ Sat, 17 Apr 2021 00:17:51 GMT
261
+
262
+ ### Updates
263
+
264
+ - Add --json and --all param to rush scan
265
+ - Fix "rush deploy" having "includeDevDependencies" turned on to deploy "devDependencies" for rush projects only
266
+
267
+ ## 5.43.0
268
+ Thu, 08 Apr 2021 06:09:52 GMT
269
+
270
+ ### Updates
271
+
272
+ - Add "--ignore-git-hooks" flags to "publish" and "version" commands to prevent the execution of all git hooks
273
+ - Fix parameter name typo.
274
+ - Eliminate a spurious warning that was displayed on Azure DevOps build agents: A phantom "node_modules" folder was found.
275
+ - Fix an issue where "rush change" reported "Unable to find a git remote matching the repository URL" when used with SSH auth
276
+ - Fix an issue where "rush publish" reported 403 errors if the package version included a SemVer build metadata suffix
277
+ - Partially deprecate RUSH_TEMP_FOLDER environment variable
278
+ - Validate changefiles against a schema when running 'rush change --verify'
279
+
280
+ ## 5.42.4
281
+ Mon, 29 Mar 2021 05:57:18 GMT
282
+
283
+ ### Updates
284
+
285
+ - Don't validate the shrinkwrap when running 'rush update'
286
+ - Gracefully handle a simultaneous upload to Azure Storage.
287
+ - Update rush publish -p flag description
288
+
289
+ ## 5.42.3
290
+ Wed, 17 Mar 2021 05:07:02 GMT
291
+
292
+ ### Updates
293
+
294
+ - Fix installation-time behavior of "omitImportersFromPreventManualShrinkwrapChanges" experiment.
295
+ - Don't upload build cache entries to Azure if the cache entry already exists.
296
+ - Replace the AWS dependencies with use of the Amazon S3 REST API.
297
+ - Add support for anonymous read from an Amazon S3-hosted cache.
298
+
299
+ ## 5.42.2
300
+ Tue, 16 Mar 2021 00:30:38 GMT
301
+
302
+ ### Updates
303
+
304
+ - Add experiment to exclude the "importers" section of "pnpm-lock.yaml" from the "preventManualShrinkwrapChanges" feature.
305
+
306
+ ## 5.42.1
307
+ Fri, 12 Mar 2021 02:11:24 GMT
308
+
309
+ ### Updates
310
+
311
+ - Temporarily disable the AWS S3 credential provider logic to mitigate a problematic peer dependency (GitHub #2547)
312
+
313
+ ## 5.42.0
314
+ Wed, 10 Mar 2021 06:25:44 GMT
315
+
316
+ ### Updates
317
+
318
+ - Add AWS S3 support to the experimental build cache feature
319
+
320
+ ## 5.41.0
321
+ Wed, 10 Mar 2021 05:12:41 GMT
322
+
323
+ ### Updates
324
+
325
+ - Fix an issue where "rush install" could stall indefinitely because a network request did not handle timeouts properly
326
+ - Allow merge conflicts in repo-state.json to be automatically resolved.
327
+ - Add a RUSH_INVOKED_FOLDER environment variable so that custom scripts can determine the folder path where Rush was invoked (GitHub #2497)
328
+ - Add `preferFrozenLockfileForUpdate` option to minimize lockfile churn by passing --prefer-frozen-lockfile to pnpm during default `rush update`.
329
+
330
+ ## 5.40.7
331
+ Tue, 02 Mar 2021 23:27:41 GMT
332
+
333
+ ### Updates
334
+
335
+ - Fix a regression where certain Rush operations reported a TypeError (GitHub #2526)
336
+
337
+ ## 5.40.6
338
+ Tue, 02 Mar 2021 06:22:01 GMT
339
+
340
+ ### Updates
341
+
342
+ - Improve cache read/write perf by attempting to use the "tar" binary.
343
+ - Fix default text in rush.json generated by "rush init."
344
+ - Fix an issue where Rush would fail to restore from cache but report success when Git isn't present.
345
+
346
+ ## 5.40.5
347
+ Tue, 23 Feb 2021 03:26:25 GMT
348
+
349
+ ### Updates
350
+
351
+ - Account for indirect dependencies when ordering projects in "rush build" if the intermediary dependencies are excluded by selection parameters.
352
+
353
+ ## 5.40.4
354
+ Tue, 23 Feb 2021 00:01:20 GMT
355
+
356
+ ### Updates
357
+
358
+ - Make Rush per-project manifest generation more reliable and remove PNPM shrinkwrap validation
359
+
360
+ ## 5.40.3
361
+ Sun, 21 Feb 2021 01:05:53 GMT
362
+
363
+ ### Updates
364
+
365
+ - Fix an issue where "rush setup" did not work correctly with NPM 7.x due to an NPM regression
366
+
367
+ ## 5.40.2
368
+ Fri, 19 Feb 2021 06:28:28 GMT
369
+
370
+ ### Updates
371
+
372
+ - Allow usage of Node.js 8.x since we received feedback that some projects are still supporting it
373
+
374
+ ## 5.40.1
375
+ Fri, 19 Feb 2021 01:45:27 GMT
376
+
377
+ ### Updates
378
+
379
+ - Fix a minor issue with the "rush init" template
380
+
381
+ ## 5.40.0
382
+ Wed, 17 Feb 2021 01:35:11 GMT
383
+
384
+ _Version update only_
385
+
386
+ ## 5.39.2
387
+ Wed, 17 Feb 2021 01:34:11 GMT
388
+
389
+ ### Updates
390
+
391
+ - (EXPERIMENTAL) Add a "--disable-cache" parameter for disabling the build cache.
392
+ - (EXPERIMENTAL) Add a "disableBuildCache" setting in command-line.json for disabling the build cache.
393
+ - (EXPERIMENTAL) Add options in rush-project.json for disabling the build cache for entire projects, or for individual commands for that project.
394
+ - Normalize selection CLI parameters for "rush install"
395
+ - Add experimental "rush setup" command
396
+ - Add an experimental new config file common/config/artifactory.json for enabling Artifactory integration
397
+
398
+ ## 5.39.1
399
+ Sat, 13 Feb 2021 03:14:52 GMT
400
+
401
+ ### Patches
402
+
403
+ - Convert the experimental "--watch" parameter into a "watchForChanges: true" setting in command-line.json, based on user feedback
404
+
405
+ ### Updates
406
+
407
+ - Disable build cache after initial build when "--watch" is specified. This saves disk space, reduces CPU usage, and improves compatibility with downstream file watcher processes (e.g. "webpack --watch").
408
+
409
+ ## 5.39.0
410
+ Thu, 11 Feb 2021 04:06:02 GMT
411
+
412
+ ### Minor changes
413
+
414
+ - Add a new parameter "--watch" that watches for filesystem changes and rebuilds the affected Rush projects; this feature can also be used with custom bulk commands (GitHub #2458, #1122)
415
+
416
+ ### Updates
417
+
418
+ - Improve the wording of some log messages
419
+
420
+ ## 5.38.0
421
+ Mon, 01 Feb 2021 20:42:04 GMT
422
+
423
+ ### Updates
424
+
425
+ - Add new command-line parameters for bulk commands: "--to-except", "--from", "--only", "--impacted-by", "--impacted-by-except", and "--from-version-policy" (GitHub #2354)
426
+ - Change the short name for "--changed-projects-only" to be "-c" (so that "-o" can be used for the new "--only" parameter)
427
+ - Change the "--from" parameter so that it now includes all dependencies as people expected. To skip dependencies, use the new "--impacted-by" parameter. (GitHub issue #1447)
428
+
429
+ ## 5.37.0
430
+ Sat, 30 Jan 2021 01:50:27 GMT
431
+
432
+ ### Updates
433
+
434
+ - Improve performance of association of repo file states with projects to speed up build commands in large repos.
435
+ - Add `publishFolder` property to the project configuration to allow publishing a sub-folder of the project
436
+ - Add support for --from flag for filtered installs when using workspaces
437
+ - Fix an issue where the Rush cache feature did not correctly detect files that were both tracked by git and were expected to be cached build output.
438
+ - Improve logging for the "rush write-build-cache" command
439
+ - Correct some spelling mistakes in rush.json
440
+ - Fix an error "Cannot get dependency key" sometimes reported by "rush install" (GitHub #2460)
441
+ - Updade the "rush init" template to specify PNPM 5.15.2, which fixes a performance regression introduced in PNPM 5.13.7
442
+
443
+ ## 5.36.2
444
+ Thu, 21 Jan 2021 04:51:19 GMT
445
+
446
+ ### Updates
447
+
448
+ - Update Node.js version checks to support the new LTS release
449
+ - Update rush.json produced by rush init to use PNPM 5.14.3
450
+ - Use forward slashes when creating deploy zip file for Unix compatibility
451
+
452
+ ## 5.36.1
453
+ Fri, 08 Jan 2021 06:12:37 GMT
454
+
455
+ ### Updates
456
+
457
+ - Fix an issue where projects with empty scripts would still have arguments appended.
458
+
459
+ ## 5.36.0
460
+ Fri, 08 Jan 2021 05:36:55 GMT
461
+
462
+ ### Updates
463
+
464
+ - Allow the git binary path to be overridden via the RUSH_GIT_BINARY_PATH environment variable.
465
+ - Introduce an experimental build cache feature.
466
+ - Add the ability to customize the commit message used when "rush version" is run.
467
+ - Remove the "experimental" label from some Rush commands that are now stable.
468
+
469
+ ## 5.35.2
470
+ Tue, 03 Nov 2020 23:34:30 GMT
471
+
472
+ ### Updates
473
+
474
+ - Fix bug where version process is using a wrong `git.addChanges` signature
475
+
476
+ ## 5.35.1
477
+ Fri, 30 Oct 2020 05:17:42 GMT
478
+
479
+ ### Updates
480
+
481
+ - Fix a recent "rush scan" regression (which resulted from enabling "esModuleInterop")
482
+
483
+ ## 5.35.0
484
+ Wed, 28 Oct 2020 21:44:10 GMT
485
+
486
+ ### Updates
487
+
488
+ - Adds an --ignore-hooks flag to every rush action that skips event hooks during execution of the action.
489
+ - Fix bug where version process was not adding version-policy configuration file changes into the version commit
490
+
491
+ ## 5.34.4
492
+ Sat, 17 Oct 2020 00:23:18 GMT
493
+
494
+ ### Updates
495
+
496
+ - When running `rush version --bump`, only include package.json updates in the generated commit
497
+ - Fix Rush peer dependency validation when satisfied with a package alias
498
+ - Prevent `rush unlink` from breaking installs for non-workspace projects
499
+ - Add documentation for incremental option for buld custom commands
500
+
501
+ ## 5.34.3
502
+ Wed, 30 Sep 2020 21:04:15 GMT
503
+
504
+ ### Updates
505
+
506
+ - Update to build with @rushstack/heft-node-rig
507
+ - Update README.md
508
+ - Upgrade compiler; the API now requires TypeScript 3.9 or newer
509
+
510
+ ## 5.34.2
511
+ Mon, 21 Sep 2020 22:00:03 GMT
512
+
513
+ ### Updates
514
+
515
+ - Fix an issue where "rush build" output was lagged due to stream-collator not activating streams aggressively enough
516
+ - Fix incorrect "successful" exit status code
517
+
518
+ ## 5.34.1
519
+ Thu, 17 Sep 2020 07:13:04 GMT
520
+
521
+ ### Updates
522
+
523
+ - Fix a regression that reported an error "The EnvironmentConfiguration must be initialized before values can be accessed"
524
+
525
+ ## 5.34.0
526
+ Thu, 17 Sep 2020 01:23:35 GMT
527
+
528
+ ### Updates
529
+
530
+ - Big redesign of "rush build" console reporting (fixes GitHub #2135)
531
+ - Implement RUSH_GLOBAL_FOLDER environment variable (GitHub #2187)
532
+ - Use underscores instead of asterisks for italic formatting in changelogs to match the way Prettier formats italics in markdown.
533
+ - In PNPM 5, --no-lock and --resolution-strategy flags have been removed. Do not pass these flags if they are not supported by the PNPM version used in the repository.
534
+
535
+ ## 5.33.2
536
+ Fri, 21 Aug 2020 22:45:58 GMT
537
+
538
+ ### Updates
539
+
540
+ - Fix an issue where PNPM would sometimes prompt for input during "rush publish" (GitHub #1940)
541
+ - Fix an issue that prevented Rush from logging in verbose mode
542
+
543
+ ## 5.33.1
544
+ Thu, 20 Aug 2020 18:25:41 GMT
545
+
546
+ ### Updates
547
+
548
+ - Fix issues where installs could fail after running 'rush version' while the 'usePnpmFrozenLockfileForRushInstall' experiment is enabled. See PR #2116 for more details.
549
+ - Fix an issue where "rush deploy" would sometimes report an "already exists" when using the "files" setting in package.json (GitHub #2121)
550
+ - Allow multiple simultaneous invocations of "rush deploy" (GitHub #2125)
551
+ - Load and validate local projects lazily to further improve Rush startup times.
552
+
553
+ ## 5.33.0
554
+ Wed, 19 Aug 2020 00:17:48 GMT
555
+
556
+ ### Updates
557
+
558
+ - Add support for shell tab completion. See PR for details: https://github.com/microsoft/rushstack/pull/2060
559
+ - Use Import.lazy() to optimize the startup time for Rush
560
+
561
+ ## 5.32.3
562
+ Tue, 18 Aug 2020 03:48:56 GMT
563
+
564
+ ### Updates
565
+
566
+ - Fix an issue where install-run.js sometimes assigned the shell PATH incorrectly due to inconsistent character case
567
+
568
+ ## 5.32.2
569
+ Fri, 14 Aug 2020 21:03:48 GMT
570
+
571
+ ### Updates
572
+
573
+ - Resolve issue with version --bump where the wrong hash would get written to the pnpm-lock file
574
+
575
+ ## 5.32.1
576
+ Fri, 14 Aug 2020 04:06:30 GMT
577
+
578
+ ### Updates
579
+
580
+ - Change method used to calculate integrity of tarballs
581
+
582
+ ## 5.32.0
583
+ Thu, 13 Aug 2020 00:53:43 GMT
584
+
585
+ ### Patches
586
+
587
+ - Update temp project tarball integrities during rush bump
588
+
589
+ ## 5.31.0
590
+ Wed, 12 Aug 2020 19:33:44 GMT
591
+
592
+ ### Updates
593
+
594
+ - Updated project to build with Heft
595
+ - Fix an issue where "rushx" did not pass additional command-line arguments to the package.json script (GitHub #1232)
596
+
597
+ ## 5.30.3
598
+ Fri, 07 Aug 2020 21:09:05 GMT
599
+
600
+ ### Updates
601
+
602
+ - Fix an issue where Mac OS sometimes reported "An unrecognized file .DS_Store was found in the Rush config folder"
603
+
604
+ ## 5.30.2
605
+ Wed, 05 Aug 2020 17:57:07 GMT
606
+
607
+ ### Updates
608
+
609
+ - Fix an issue where a package version bump would not bump downstream packages with a `workspace:*` dependency specifier.
610
+
611
+ ## 5.30.1
612
+ Thu, 23 Jul 2020 23:47:59 GMT
613
+
614
+ ### Updates
615
+
616
+ - Fixed an isssue where the "rush build" incremental analysis sometimes reported a warning with large diffs (GitHub #501) or filenames that contain spaces, quotes, or other unusual characters (GitHub #2007)
617
+ - Prevent incorrect conversion to "workspace:" notation for peer dependencies when running "rush update --full"
618
+
619
+ ## 5.30.0
620
+ Fri, 17 Jul 2020 05:32:38 GMT
621
+
622
+ ### Minor changes
623
+
624
+ - Prepare to deprecate 'rush link' and 'rush unlink' commands, as well as the '--no-link' install argument. As we move toward using package managers more directly in Rush, the package managers will perform the linking during install (if linking is even necessary). Additionally, these commands directly conflict with (and have different meanings than) their package manager counterparts. Lastly, similar goals can be accomplished by running 'rush install' and 'rush purge'. In addition to these changes, rush-link.json deprecated and is replaced with a new API which keeps the local dependency tree in memory.
625
+
626
+ ## 5.29.1
627
+ Thu, 16 Jul 2020 02:18:39 GMT
628
+
629
+ ### Patches
630
+
631
+ - Consider package.json when determining if install can be skipped for PNPM workspaces
632
+
633
+ ## 5.29.0
634
+ Tue, 14 Jul 2020 05:20:56 GMT
635
+
636
+ ### Updates
637
+
638
+ - Give \"rush deploy\" the ability to select a subset of dependencies to copy over (#1978)
639
+ - Fix an issue where package binaries where not created by "rush deploy" (#1982)
640
+ - Add a new setting "folderToCopy" and new command-line parameter "--create-archive" for use with "rush deploy"
641
+
642
+ ## 5.28.0
643
+ Wed, 08 Jul 2020 06:56:47 GMT
644
+
645
+ ### Minor changes
646
+
647
+ - Add preliminary workspaces support for PNPM
648
+
649
+ ### Updates
650
+
651
+ - Add new commands "rush init-autoinstaller" and "rush update-autoinstaller"
652
+ - Add support for filtered installs when using workspaces
653
+
654
+ ## 5.27.3
655
+ Fri, 03 Jul 2020 06:16:09 GMT
656
+
657
+ ### Updates
658
+
659
+ - Added support for new format used by pnpm for tarball URLs that now begin with an @ symbol
660
+
661
+ ## 5.27.2
662
+ Thu, 02 Jul 2020 01:52:18 GMT
663
+
664
+ ### Updates
665
+
666
+ - Improve "rush deploy" to copy PNPM workaround links (fixes GitHub #1942 and 1943)
667
+
668
+ ## 5.27.1
669
+ Mon, 29 Jun 2020 18:39:59 GMT
670
+
671
+ ### Updates
672
+
673
+ - Fix an issue where environment variable trimming for .npmrc was unnecessarily performed on comment lines
674
+ - Add a "rush init" template for .npmrc-publish
675
+ - Fix a regression affecting GitHub specifiers for package.json dependencies (issue #1749)
676
+
677
+ ## 5.27.0
678
+ Sun, 21 Jun 2020 04:48:53 GMT
679
+
680
+ ### Updates
681
+
682
+ - Improve "rush deploy" to apply pnpmfile.js when calculating dependencies
683
+
684
+ ## 5.26.0
685
+ Mon, 15 Jun 2020 01:26:24 GMT
686
+
687
+ ### Updates
688
+
689
+ - Breaking change for the experimental "rush deploy" feature: Simplify the config file design, based on the discussion from GitHub #1906
690
+
691
+ ## 5.25.2
692
+ Thu, 11 Jun 2020 05:34:31 GMT
693
+
694
+ ### Updates
695
+
696
+ - Fix an issue where Git hook scripts failed in some environments due to CRLF newlines
697
+
698
+ ## 5.25.1
699
+ Thu, 11 Jun 2020 05:05:30 GMT
700
+
701
+ ### Updates
702
+
703
+ - Fix some minor errors in the "rush init" template that occured when Prettier reformatted the template file macros
704
+ - Add a sample Git hook file to the "rush init" template
705
+ - Fix a minor issue where "rush link" failed if no projects were defined yet in rush.json
706
+ - Add "--no-verify" for commits performed by "rush version", since Git hook scripts may fail on CI machines
707
+
708
+ ## 5.25.0
709
+ Wed, 10 Jun 2020 23:53:27 GMT
710
+
711
+ ### Updates
712
+
713
+ - Add new command-line.json setting "autoinstallerName"
714
+
715
+ ## 5.24.4
716
+ Mon, 08 Jun 2020 18:04:35 GMT
717
+
718
+ ### Updates
719
+
720
+ - Explicitly assigning the option value for --resolution-strategy. This fixes a crash with pnpm v5, which deprecated the option.
721
+ - Fix an issue where install-run.js is not able to find its own .bin in PATH
722
+ - Fix an issue where "rush install" sometimes skipped regenerating temporary packages, which is incompatible with PNPM's "--frozen-lockfile" feature
723
+
724
+ ## 5.24.3
725
+ Thu, 04 Jun 2020 22:50:56 GMT
726
+
727
+ ### Updates
728
+
729
+ - Fix an issue where "rush deploy" generated incorrect symlinks on Mac OS if the target folder was symlinked (GitHub #1910)
730
+
731
+ ## 5.24.2
732
+ Wed, 03 Jun 2020 05:35:19 GMT
733
+
734
+ ### Updates
735
+
736
+ - Expect error when trying to resolve optional dependency during deploy
737
+
738
+ ## 5.24.1
739
+ Tue, 02 Jun 2020 03:11:32 GMT
740
+
741
+ ### Updates
742
+
743
+ - Fix an issue where the "linkCreation" defaulted to "none" instead of "default"
744
+
745
+ ## 5.24.0
746
+ Mon, 01 Jun 2020 08:48:49 GMT
747
+
748
+ ### Updates
749
+
750
+ - Set next LTS node version to 14.
751
+ - Add new "rush deploy" command that copies subsets of files/symlinks to a deployment folder
752
+
753
+ ## 5.23.5
754
+ Thu, 28 May 2020 22:49:57 GMT
755
+
756
+ ### Updates
757
+
758
+ - Fix an issue where Rush cannot reinstall itself on Windows
759
+
760
+ ## 5.23.4
761
+ Thu, 21 May 2020 15:41:59 GMT
762
+
763
+ ### Updates
764
+
765
+ - Add a new rush.json setting "allowMostlyStandardPackageNames"
766
+ - Add RUSH_PARALLELISM environment variable for specifying the --parallelism default
767
+
768
+ ## 5.23.3
769
+ Fri, 15 May 2020 08:10:59 GMT
770
+
771
+ ### Updates
772
+
773
+ - Fix a few instances of missing spaces in --help documentation.
774
+ - Provide an option to pass --frozen-lockfile to pnpm for rush install
775
+
776
+ ## 5.23.2
777
+ Wed, 22 Apr 2020 18:44:26 GMT
778
+
779
+ ### Updates
780
+
781
+ - Add common-versions.json to the set of files that, when changed, will trigger reinstallation of dependencies.
782
+
783
+ ## 5.23.1
784
+ Wed, 15 Apr 2020 03:33:55 GMT
785
+
786
+ ### Updates
787
+
788
+ - Fix a regression in Rush 5.19.0 where customizing "rush rebuild" would call the "build" script instead of the "rebuild" script.
789
+ - Fix an issue where, on some minimal systems, Rush used a missing shell command to detect an application path.
790
+ - Fix an issue where the common/temp/*.tgz files resulted in different shrinkwrap files on different operating systems
791
+
792
+ ## 5.23.0
793
+ Sat, 04 Apr 2020 00:38:29 GMT
794
+
795
+ ### Updates
796
+
797
+ - Add a new rush.json setting "preventManualShrinkwrapChanges" which prevents against accidental mistakes in pnpm-lock.yaml.
798
+ - Upgrade node-tar
799
+ - Remove some misleading log output for "rush build" (GitHub #1733)
800
+
801
+ ## 5.22.0
802
+ Wed, 18 Mar 2020 01:23:22 GMT
803
+
804
+ ### Updates
805
+
806
+ - Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack`
807
+ - Support setting environment variables for package manager install processes in rush.json and expose --max-install-attempts as a parameter for rush install/update.
808
+
809
+ ## 5.21.0
810
+ Sat, 07 Mar 2020 05:36:08 GMT
811
+
812
+ ### Updates
813
+
814
+ - Make the event hook failure message print in yellow.
815
+ - Improve phrasing of an error message.
816
+ - Add a new command-line.json setting "required" for non-optional parameters
817
+ - Implement `pnpmOptions.pnpmStore` and RUSH_PNPM_STORE_PATH, to allow the end-user to define where PNPM will place its store.
818
+ - Add a --json flag for "rush check" to facilitate automation
819
+
820
+ ## 5.20.0
821
+ Wed, 12 Feb 2020 21:51:19 GMT
822
+
823
+ ### Updates
824
+
825
+ - Support "." as a value for the --to and --from parameters to build to the current project.
826
+ - Improve security by allowing the "rush publish" authentication token to be specified via an environment variable.
827
+
828
+ ## 5.19.4
829
+ Tue, 28 Jan 2020 03:57:30 GMT
830
+
831
+ ### Updates
832
+
833
+ - Fix an issue where a missing "repository" property in rush.json would cause "rush change" to throw.
834
+
835
+ ## 5.19.3
836
+ Tue, 28 Jan 2020 01:35:53 GMT
837
+
838
+ _Version update only_
839
+
840
+ ## 5.19.2
841
+ Tue, 28 Jan 2020 01:08:26 GMT
842
+
843
+ ### Updates
844
+
845
+ - Fix an issue where the rushx command will always report error.
846
+ - Fixes "too many params" and "unable to find ref v<version>" issues in git tagging while publishing.
847
+
848
+ ## 5.19.1
849
+ Sat, 25 Jan 2020 05:15:10 GMT
850
+
851
+ ### Updates
852
+
853
+ - Fix an issue with install-run.js, where successful executions exit with a nonzero exit code.
854
+
855
+ ## 5.19.0
856
+ Sat, 25 Jan 2020 04:19:23 GMT
857
+
858
+ ### Updates
859
+
860
+ - Make the default branch and default remote configurable.
861
+ - Fix an issue where the Rush process terminates without any error message during installation/linking, due to a dependency package that broke its SemVer contract (GitHub #1713)
862
+ - Update package.json files without reformatting or reordering properties and fields during "rush add", "rush version" and "rush publish".
863
+ - Upgrade Node typings to Node 10
864
+ - Update the "rush init" .gitignore file to ignore .rush/temp and .DS_Store folders
865
+ - Improve command-line.json handling so that the "rush build" and "rush rebuild" commands can be extended without having to duplicate the built-in options (GitHub #1375)
866
+ - Add a --json flag for "rush list" to facilitate automation
867
+
868
+ ## 5.18.0
869
+ Sat, 11 Jan 2020 05:38:55 GMT
870
+
871
+ ### Updates
872
+
873
+ - Don't use the `build` verb when printing task failures
874
+ - Add a --commit command-line argument to the publish command to allow the git commit to be explicitly provided for tagging.
875
+ - Update GitHub project URL in some resource files
876
+ - fix typo in version-policies.json
877
+
878
+ ## 5.17.2
879
+ Tue, 26 Nov 2019 00:53:52 GMT
880
+
881
+ ### Updates
882
+
883
+ - Resolve an issue where git tags were not being applied when using pack or publish with --include-all
884
+
885
+ ## 5.17.1
886
+ Thu, 21 Nov 2019 00:50:15 GMT
887
+
888
+ ### Updates
889
+
890
+ - Fix an issue with Rush add, where Rush was unable to add unpublished local projects as dependencies.
891
+
892
+ ## 5.17.0
893
+ Thu, 14 Nov 2019 22:52:48 GMT
894
+
895
+ ### Updates
896
+
897
+ - Add a new setting "implicitlyPreferredVersions" in common-versions.json that can be used to solve some installation failures involving peer dependencies
898
+ - Improve the generation of shrinkwrap-deps.json to consider optional peer dependencies and implicitlyPreferredVersions=false
899
+ - Fix an issue where certain operations did not use a stable sort when executed on older versions of NodeJS
900
+
901
+ ## 5.16.1
902
+ Fri, 25 Oct 2019 20:15:59 GMT
903
+
904
+ ### Updates
905
+
906
+ - Log to console instead of throwing when an unmet peer dependency is encountered during linking, and strictPeerDependencies is false
907
+ - Refactor some code as part of migration from TSLint to ESLint
908
+
909
+ ## 5.16.0
910
+ Thu, 17 Oct 2019 00:41:01 GMT
911
+
912
+ ### Updates
913
+
914
+ - Support PNPM 4 on Rush
915
+ - Add support for "rush add" for repos using the Yarn package manager.
916
+
917
+ ## 5.15.1
918
+ Thu, 10 Oct 2019 23:47:19 GMT
919
+
920
+ ### Updates
921
+
922
+ - Fix an issue where build commands can fail because git commands used to track changes can be too long.
923
+ - Fix compatibility issue where PNPM 4 requires --no-prefer-frozen-lockfile instead of --no-prefer-frozen-shrinkwrap
924
+
925
+ ## 5.15.0
926
+ Tue, 08 Oct 2019 22:58:33 GMT
927
+
928
+ ### Updates
929
+
930
+ - Improve 'rush build' to avoid rebuilding unnecessarily when the package-lock.json file has changed (pnpm only).
931
+
932
+ ## 5.14.0
933
+ Wed, 02 Oct 2019 01:18:02 GMT
934
+
935
+ ### Updates
936
+
937
+ - Add an --all flag to "rush add" to add a dependency to all projects.
938
+ - Add options to rush change to allow creating changefiles for all changed projects.
939
+ - Rush update now prints a message when the approved packages files are out-of-date, and rush install exits with an error if they are out-of-date.
940
+ - Include peerDependencies in the approved packages files.
941
+ - Make detection of changefiles and changes in projects safer.
942
+ - Update repository URL
943
+
944
+ ## 5.13.1
945
+ Fri, 27 Sep 2019 22:34:50 GMT
946
+
947
+ ### Updates
948
+
949
+ - Improve support for pnpm lockfile version 5.1. Also fixes a regression in Rush 5.12.0 in which rush install can fail on pnpm 3.5+ with the error message "ERROR: Invalid Version"
950
+
951
+ ## 5.13.0
952
+ Wed, 11 Sep 2019 21:41:34 GMT
953
+
954
+ ### Updates
955
+
956
+ - Add support for incremental custom commands. This change also adds a per-project `.rush/temp` folder that should be included in `.gitignore` (i.e. - `.rush/temp/**`).
957
+ - Add a --from-version-policy option for bulk commands to allow running the command (like build) from packages with a version policy and their direct and indirect dependent projects
958
+ - Update documentation
959
+ - Do not delete the pnpm store if an installation retry fails. Delete the pnpm store if and only if all the installation retry attempts fail.
960
+
961
+ ## 5.12.1
962
+ Tue, 10 Sep 2019 19:45:15 GMT
963
+
964
+ ### Updates
965
+
966
+ - Fix an issue where Rush attempted to add Git tags for packages that had already been published when the publish command is run with the --pack and --apply-git-tags-on-pack flags. This caused a fatal error when tags already existed.
967
+
968
+ ## 5.12.0
969
+ Wed, 04 Sep 2019 19:01:42 GMT
970
+
971
+ ### Updates
972
+
973
+ - Adding --apply-git-tags-on-pack flag to the publish command to apply git tags when using --pack
974
+ - For rush publish and rush version, change the path spec for git add to include everything from the repo root directory. This addresses https://github.com/microsoft/web-build-tools/issues/669.
975
+ - Add support for NPM package aliases (i.e. dependency versions such as "npm:example@^1.2.3")
976
+ - Fix an issue with rush change that occurs when rush.json isn't in the repository root.
977
+
978
+ ## 5.11.4
979
+ Fri, 23 Aug 2019 03:31:52 GMT
980
+
981
+ ### Updates
982
+
983
+ - Some optimizations for --to, --from, and cyclic dependency detection for repos with large numbers of projects.
984
+ - Ensure install-run-rushx script is updated during "rush update"
985
+
986
+ ## 5.11.3
987
+ Wed, 21 Aug 2019 22:13:26 GMT
988
+
989
+ ### Updates
990
+
991
+ - Add support for the RUSH_PREVIEW_VERSION environment variable to the install-run-rush script.
992
+ - Add support for the RUSH_TEMP_FOLDER environment variable in the install-run-rush script.
993
+ - Add install-run-rushx script to enable easy execution of the rushx command in CI
994
+
995
+ ## 5.11.2
996
+ Fri, 16 Aug 2019 05:15:17 GMT
997
+
998
+ ### Updates
999
+
1000
+ - Refactor build action to allow generating build graph statically
1001
+ - Security updates.
1002
+ - Fix validation of hotfix changes in a hotfix-enabled branch
1003
+ - Clarify that "rush update --full" should be run when changing certain settings
1004
+
1005
+ ## 5.11.1
1006
+ Fri, 26 Jul 2019 23:08:23 GMT
1007
+
1008
+ ### Updates
1009
+
1010
+ - Fix critical path computation for projects
1011
+ - Normalize the casing of a temp folder specified with RUSH_TEMP_FOLDER.
1012
+
1013
+ ## 5.11.0
1014
+ Fri, 26 Jul 2019 08:34:03 GMT
1015
+
1016
+ ### Updates
1017
+
1018
+ - Generate skeleton BuildXL script modules for each package
1019
+ - Allow building with newer versions of Node during development
1020
+ - Add experimental rush-buildxl package
1021
+ - Ensure the filesystem paths that Rush uses have the same character casing that exists on disk.
1022
+ - Tweak NodeJS version warning messages and add suppressNodeLtsWarning option to rush.json to suppress non-LTS version warning.
1023
+ - Do not terminate rush execution if a temp project lacks an entry in the PNPM shrinkwrap. Instead, allow the program to continue so that PNPM can update the outdated shrinkwrap. This fixes #1418 https://github.com/microsoft/web-build-tools/issues/1418.
1024
+
1025
+ ## 5.10.3
1026
+ Thu, 18 Jul 2019 00:07:46 GMT
1027
+
1028
+ ### Updates
1029
+
1030
+ - Make event hooks run from the folder that contains the rush.json file.
1031
+ - Fix 1392 "rush install not working on pnpm 3.5" by getting the temporary project dependency key from the shrinkwrap file. See https://github.com/microsoft/web-build-tools/issues/1392.
1032
+
1033
+ ## 5.10.2
1034
+ Tue, 16 Jul 2019 19:36:08 GMT
1035
+
1036
+ ### Updates
1037
+
1038
+ - Prevent non-hotfix changes from being applied to hotfix branches
1039
+ - Use the shrinkwrap from temp for "rush link" as the committed shrinkwrap may not always be up to date as a result of shrinkwrap churn optimization. See https://github.com/microsoft/web-build-tools/issues/1273#issuecomment-492779995 for more details about shrinkwrap churn optimization.
1040
+
1041
+ ## 5.10.1
1042
+ Thu, 11 Jul 2019 22:00:50 GMT
1043
+
1044
+ ### Updates
1045
+
1046
+ - Fix for issue https://github.com/microsoft/web-build-tools/issues/1349 rush install fails when there is a preferred version with a peer dependency. This was caused by file format changes in pnpm 3.x
1047
+ - Fix an issue where "rush add" erroneously believes ensureConsistentVersions is unset.
1048
+ - Fix an issue that arises when "rush add" is run and the package manager isn't installed.
1049
+ - Fix an issue where rush add -m doesn't corretly update the common-versions.json file.
1050
+ - Fix an issue where rush change will detect unrelated changes.
1051
+ - When rush change detects no changes, clarify that no *relevant* changes were detected in the case that changes were in a package not versioned by rush'
1052
+ - Fix https://github.com/microsoft/web-build-tools/issues/1347: rush link was failing on pnpm 3+ with the changes in shrinkwrap format with regard to peer dependencies. Rush now resolves the path to the local project accurately by referring to the shrinkwrap rather than figuring out the path on its own.
1053
+
1054
+ ## 5.10.0
1055
+ Sat, 29 Jun 2019 02:47:42 GMT
1056
+
1057
+ ### Updates
1058
+
1059
+ - New action added to list package name for all projects
1060
+ - Add ability to opt out of changelog files for version policies.
1061
+ - Workaround for pnpm issue 1890: https://github.com/pnpm/pnpm/issues/1890. Fixes the issue of "rush update --full" not working correctly if the internal copy of the pnpm shrinkwrap "common/temp/node_modules/.shrinkwrap.yaml" exists even though Rush deletes the formal copy in "common/temp/shrinkwrap.yaml".
1062
+
1063
+ ## 5.9.1
1064
+ Thu, 13 Jun 2019 04:46:18 GMT
1065
+
1066
+ ### Updates
1067
+
1068
+ - Fix an issue where custom command-line parameters weren't passed to projects' builds.
1069
+
1070
+ ## 5.9.0
1071
+ Tue, 11 Jun 2019 02:26:20 GMT
1072
+
1073
+ ### Updates
1074
+
1075
+ - (BEHAVIOR CHANGE) Fix an issue where CI jobs could succeed even if a task reported warnings to stderr; if your build fails due to warnings after upgrading, please see https://github.com/microsoft/web-build-tools/issues/1329
1076
+
1077
+ ## 5.8.0
1078
+ Tue, 11 Jun 2019 01:28:33 GMT
1079
+
1080
+ ### Updates
1081
+
1082
+ - Add a new setting "ignoreDependencyOrder" in command-line.json
1083
+ - Clarify "rush change" messages.
1084
+ - Improve 'rush version' to fetch before checkout, which avoids an error in cases where the branch wasn't fetched.
1085
+ - Fix typo in command-line help for "rush add"
1086
+ - Fix an issue where "rush build" ignored changes to a project with an empty build script (GitHub #1282)
1087
+
1088
+ ## 5.7.3
1089
+ Mon, 06 May 2019 21:03:32 GMT
1090
+
1091
+ ### Updates
1092
+
1093
+ - Allow colons in command line action names (add missing dependency from 5.7.2)
1094
+
1095
+ ## 5.7.2
1096
+ Mon, 06 May 2019 19:52:37 GMT
1097
+
1098
+ ### Updates
1099
+
1100
+ - Allow colons in command line action names
1101
+
1102
+ ## 5.7.1
1103
+ Wed, 24 Apr 2019 06:32:17 GMT
1104
+
1105
+ ### Updates
1106
+
1107
+ - Fix an issue where Rush sometimes failed to parse versions from PNPM 3.x's pnpm-lock.yaml
1108
+ - Update the .gitattributes file written by "rush init" to use a better syntax highlighter for JSON files
1109
+
1110
+ ## 5.7.0
1111
+ Tue, 23 Apr 2019 07:55:34 GMT
1112
+
1113
+ ### Updates
1114
+
1115
+ - Add support for PNPM version 3 (which changed the shrinkwrap file name to "pnpm-lock.yaml")
1116
+ - Add a new rush.json setting "pnpmOptions.resolutionStrategy"
1117
+
1118
+ ## 5.6.4
1119
+ Mon, 15 Apr 2019 06:40:00 GMT
1120
+
1121
+ ### Updates
1122
+
1123
+ - Add support for string parameter for custom commands.
1124
+ - Remove the obsolete "--release-type" option which only worked if you used a specific version of gulp-core-build-typescript
1125
+ - Adds --no-verify to git push during a rush publish
1126
+
1127
+ ## 5.6.3
1128
+ Mon, 25 Mar 2019 03:15:21 GMT
1129
+
1130
+ ### Updates
1131
+
1132
+ - Update the "rush init" template with a .gitattributes rule to allow comments in JSON files
1133
+ - Add ability to publish partial prereleases
1134
+
1135
+ ## 5.6.2
1136
+ Thu, 21 Mar 2019 23:09:56 GMT
1137
+
1138
+ ### Updates
1139
+
1140
+ - Publish: pass auth token through to npm view when checking if package exists
1141
+
1142
+ ## 5.6.1
1143
+ Mon, 18 Mar 2019 04:48:37 GMT
1144
+
1145
+ ### Updates
1146
+
1147
+ - Remove the "rush check" step from the travis.yml template, since this is now handled by "ensureConsistentVersions" from rush.json
1148
+ - Improve "rush change" to ignore the ".git" file extension when appended to the "repository.url" setting in rush.json
1149
+
1150
+ ## 5.6.0
1151
+ Fri, 15 Mar 2019 03:21:02 GMT
1152
+
1153
+ ### Minor changes
1154
+
1155
+ - Add "--set-access-level" parameter for "rush publish" to control whether NPM packages are published as "public" or "restricted"
1156
+ - Add a "dependencies" configuration property to version-policies.json to customize the way dependency versions are published and stored in source control
1157
+
1158
+ ### Updates
1159
+
1160
+ - Add support for the Yarn --ignore-engines, exposed as yarnOptions.ignoreEngines in rush.json
1161
+ - Add the ability to configure the version bump and publish git commit message, exposed as gitPolicy.versionBumpCommitMessage in rush.json
1162
+ - Fix an issue with "rush publish --pack" when using yarn.
1163
+ - Remove the "rush check" step from the travis.yml template, since this is now handled by "ensureConsistentVersions" from rush.json
1164
+ - Fix an issue where "rush change" sometimes could not detect changes correctly when invoked on a forked GitHub repo
1165
+ - Fix an issue where "rushx" and "rush build" did not search for commands in the current project's local node_modules/.bin folder (GitHub issue #706)
1166
+ - The `--debug` parameter now automatically breaks in the debugger when an InternalError is thrown
1167
+ - Support overriding 'build' and 'rebuild' commands in command-line.json
1168
+ - Update README.md
1169
+ - Change "rush build" to print stdout if stderr is empty and a task fails. This improves Webpack support
1170
+
1171
+ ## 5.5.4
1172
+ Thu, 13 Dec 2018 02:58:10 GMT
1173
+
1174
+ ### Patches
1175
+
1176
+ - Remove unused jju dependency
1177
+
1178
+ ### Updates
1179
+
1180
+ - Properly handle Git worktrees
1181
+ - Updated to use the new InternalError class for reporting software defects
1182
+
1183
+ ## 5.5.3
1184
+ Wed, 05 Dec 2018 20:14:08 GMT
1185
+
1186
+ ### Updates
1187
+
1188
+ - Add user read permission to copied Git hooks
1189
+
1190
+ ## 5.5.2
1191
+ Fri, 09 Nov 2018 02:14:11 GMT
1192
+
1193
+ ### Updates
1194
+
1195
+ - Include an environment variable option to create symlinks with absolute paths.
1196
+
1197
+ ## 5.5.1
1198
+ Wed, 07 Nov 2018 21:04:35 GMT
1199
+
1200
+ ### Updates
1201
+
1202
+ - For NodeJS 10, require at least LTS (10.13.0)
1203
+ - Install rush and package managers in a node version-specific folder under the user's home directory
1204
+ - Added support for git hooks
1205
+ - Remove all dependencies on the "rimraf" library
1206
+ - Upgrade fs-extra to eliminate the annoying "ERROR: ENOTEMPTY: directory not empty, rmdir" error that occasionally occurred during "rush link"
1207
+
1208
+ ## 5.4.0
1209
+ Thu, 25 Oct 2018 23:20:40 GMT
1210
+
1211
+ ### Updates
1212
+
1213
+ - Remove use of a deprecated Buffer API.
1214
+ - Fix an issue with "rush change" on NodeJS 10.
1215
+ - Fix an issue where "rush install" sometimes would incorrectly ask for "rush update", when using the Yarn package manager
1216
+ - Improve sorting of @rush-temp projects, which may reduce churn of hashes in the shrinkwrap file
1217
+ - Expose safeForSimultaneousRushProcesses to custom commands
1218
+ - Add 'variants' feature and command-line parameter
1219
+
1220
+ ## 5.3.4
1221
+ Wed, 17 Oct 2018 03:19:43 GMT
1222
+
1223
+ ### Updates
1224
+
1225
+ - Make rush purge also call rush unlink
1226
+ - Fix an issue where "rush publish" invoked the wrong command when using Yarn
1227
+ - Install optional dependencies, except w/ npm<5.0.0
1228
+
1229
+ ## 5.3.3
1230
+ Thu, 11 Oct 2018 23:58:16 GMT
1231
+
1232
+ ### Updates
1233
+
1234
+ - Remove warning for NodeJS 10 now that it is stable (LTS)
1235
+
1236
+ ## 5.3.2
1237
+ Mon, 08 Oct 2018 23:19:51 GMT
1238
+
1239
+ ### Updates
1240
+
1241
+ - Change "rush check" so that it considers "cyclicDependencyProjects" and ensures they are consistent or listed in "allowedAlternateVersions"
1242
+ - Fix a recent regression where "rush link" was failing for NPM/Yarn because hard links don't support relative paths
1243
+ - Make sure npm package does not exist before publishing
1244
+
1245
+ ## 5.3.1
1246
+ Wed, 03 Oct 2018 00:01:18 GMT
1247
+
1248
+ ### Updates
1249
+
1250
+ - Fix an issue where after running "rush add" (after successfully running "rush install"), the new package was not being installed or linked.
1251
+ - Fix an incorrect default in the "rush init" template comments
1252
+
1253
+ ## 5.3.0
1254
+ Fri, 28 Sep 2018 20:36:48 GMT
1255
+
1256
+ ### Updates
1257
+
1258
+ - Add "ensureConsistentVersions" configuration which runs "rush check" before certain commands
1259
+ - Add a new command "rush add" for managing package.json dependencies
1260
+ - Rush now detects some package.json errors such as the same package name being listed in both "dependencies" and "optionalDependencies"
1261
+ - Update "rush link" to use relative paths when creating symlinks, to facilitate building Docker images
1262
+
1263
+ ## 5.2.1
1264
+ Thu, 13 Sep 2018 21:57:21 GMT
1265
+
1266
+ ### Updates
1267
+
1268
+ - Fix an issue where "rush init" failed because its ".gitignore" template was excluded from the package
1269
+
1270
+ ## 5.2.0
1271
+ Thu, 13 Sep 2018 19:34:37 GMT
1272
+
1273
+ ### Updates
1274
+
1275
+ - Add a "rush init" command for scaffolding new monorepo folders
1276
+ - Allow "rush scan" to be used without a rush.json configuration
1277
+
1278
+ ## 5.1.0
1279
+ Sat, 08 Sep 2018 20:57:32 GMT
1280
+
1281
+ ### Updates
1282
+
1283
+ - Update "repository" field in package.json
1284
+ - Add support for PNPM's --strict-peer-dependencies feature
1285
+ - Add support for the Yarn package manager (this is a "beta" feature; please report any issues you encounter!)
1286
+
1287
+ ## 5.0.6
1288
+ Fri, 31 Aug 2018 23:10:31 GMT
1289
+
1290
+ ### Updates
1291
+
1292
+ - Add "--prefer-frozen-shrinkwrap false" to the "pnpm install" command line as a workaround for https://github.com/pnpm/pnpm/issues/1342
1293
+ - Skip validation of the Git email address if Git is not installed, or if rush.json isn't in a Git working directory, or if no policy was defined
1294
+
1295
+ ## 5.0.5
1296
+ Wed, 29 Aug 2018 07:05:22 GMT
1297
+
1298
+ ### Updates
1299
+
1300
+ - Fix an issue where rush install will fail if git isn't installed.
1301
+ - Fix an issue where "rush -h" didn't print help for the "build" and "rebuild" commands, unless invoked under a Rush folder
1302
+ - Improve command-line help for "rush build"
1303
+ - Fix regression causing "ERROR: EEXIST: file already exists"
1304
+
1305
+ ## 5.0.4
1306
+ Thu, 23 Aug 2018 00:08:41 GMT
1307
+
1308
+ ### Updates
1309
+
1310
+ - Fix capitalization of new "filePath" API property
1311
+
1312
+ ## 5.0.3
1313
+ Wed, 22 Aug 2018 20:58:58 GMT
1314
+
1315
+ ### Updates
1316
+
1317
+ - git st
1318
+ - When saving config files, Rush should include the "$schema" directive
1319
+ - Fix a regression where "rush version" sometimes failed with "The value for entries[0].comments.dependency[0].author is undefined"
1320
+ - When updating common-versions.json and version-policies.json, preserve the existing comments and whitespace
1321
+
1322
+ ## 5.0.2
1323
+ Sat, 18 Aug 2018 01:27:39 GMT
1324
+
1325
+ _Version update only_
1326
+
1327
+ ## 5.0.1
1328
+ Sat, 18 Aug 2018 01:21:59 GMT
1329
+
1330
+ ### Updates
1331
+
1332
+ - Fix typo in rush error message
1333
+ - Add a flag to "rush install" which runs the package manager in a verbose logging mode.
1334
+ - Remove package.json from rush-lib constants. Add public API for creating changefiles.
1335
+ - Fix an issue where "rush version" would fail with a useless error message if the Git user email is not specified.
1336
+ - Update lodash.
1337
+ - Add a "--network-concurrency" command-line option to help troubleshoot the ECONNRESET error that people occasionally have reported ( https://github.com/pnpm/pnpm/issues/1230 )
1338
+
1339
+ ## 5.0.0
1340
+ Sat, 30 Jun 2018 00:57:22 GMT
1341
+
1342
+ ### Updates
1343
+
1344
+ - Update peerDependencies when bumping package versions (issue #668)
1345
+ - Add allowedAlternativeVersions setting to common-versions.json config file
1346
+ - Fix an issue where PNPM shrinkwrap file parser did not handle relative/absolute version paths correctly
1347
+ - Print each project's build time during the summary
1348
+ - Fix an issue where the common/temp/.npmrc file could contain missing environment variable tokens
1349
+ - Rush now creates common/scripts/install-run.js and install-run-rush.js scripts to formalize how CI jobs bootstrap tooling dependencies
1350
+ - Enable the "rush rebuild" and "rush build" commands to work without a Git repository
1351
+ - Add support for RUSH_TEMP_FOLDER environment variable to customize the location of Rush's commonTempFolder
1352
+ - Fix an issue where if package-deps.json fails to parse, the build fails
1353
+ - Improve "rush link" to create node_modules/.bin launchers for local project dependencies (not just installed external dependencies)
1354
+ - Update rush.json schema to allow requested versions (e.g. Rush or the package manager) to be a prerelease SemVer pattern
1355
+ - Fix annoyance where "rush update" (formerly "rush generate") would always change the integrity hash for tarball entries in shrinkwrap.yaml
1356
+ - Fix an issue where Rush's .npmrc configuration was not honored when spawned via an NPM lifecycle script; in general the process environment is now more isolated
1357
+ - Rush now warns when phantom node_modules folders are found
1358
+ - Relax the rush.json version check for rush-lib; future versions are now accepted as long as the major/minor parts match
1359
+ - Fix a regression where builds would sometimes fail with a zero exit code due to NodeJS's handling of uncaught Promise rejections
1360
+ - Improve "rush check" to ignore peer dependencies, since they don't need to be consistent with everything else (and generally won't be)
1361
+ - (Breaking change) Replace pinned-versions.json with a more general common-versions.json that can track other cross-project dependency versions
1362
+ - (Breaking change) In common-versions.json, rename the "pinned versions" concept to "preferred versions", and separate the XStitch versions into their own field
1363
+ - Report an error if the package manager version is too old
1364
+ - (Breaking change) Redesign command-line.json config file to support other command types
1365
+ - (Breaking change) Rename custom-commands.json to be command-line.json
1366
+ - Add support for "global" commands in custom-commands.json
1367
+ - When using PNPM, remove some NPM bug workarounds that probably caused problems for "pnpm install"
1368
+ - Add a lock file to avoid race conditions when the Rush version selector is installing rush-lib
1369
+ - Fix a problem where the "rush-recycler" folder was not getting cleaned on macOS
1370
+ - (Breaking change) Remove unused RushConfiguration.homeFolder API
1371
+ - Add RUSH_PREVIEW_VERSION environment variable for piloting new versions of Rush
1372
+ - Add new command "rush purge" for cleaning up temporary files
1373
+ - Fix an issue where rush-recycler wasn't emptied if a folder exceeded the Windows MAX_PATH
1374
+ - Minor improvements for logging
1375
+ - When installing tools, always copy the repo's .npmrc file to the target folder
1376
+ - (Breaking change) Replace the "rush generate" command with a new command "rush update"
1377
+ - (Breaking change) Replace "rush install --clean" and "--full-clean" with "rush install --purge"
1378
+ - Improve lifecycle script execution to support Unix slashes in the command name when running on Windows
1379
+ - Add "rushx" binary for single-project commands
1380
+ - (Breaking change) Eliminate extra letters from shortened command line options (renamed "-cpo" to "-o", and removed "-vp" and "-pn")
1381
+ - Add check for unpublished releases
1382
+ - Add a "--to-version-policy" option for "rush rebuild" to allow building only a particular version policy
1383
+ - Add --release-type parameter to "rush publish" to be able to create different tarballs based on release type
1384
+ - Add "--ensure-version-policy" option for "rush version" to support updating the versions directly
1385
+
1386
+ ## 4.3.3
1387
+ Thu, 31 May 2018 21:57:13 GMT
1388
+
1389
+ ### Updates
1390
+
1391
+ - Remove the old undocumented "rush purge" command, since it conflicts with Rush 5
1392
+
1393
+ ## 4.3.2
1394
+ Mon, 26 Mar 2018 19:12:42 GMT
1395
+
1396
+ ### Updates
1397
+
1398
+ - Change *.d.ts file path for rush-lib
1399
+ - Add "ignoreMissingScript" flag to custom command and fix other minor issues
1400
+ - Add --pack option to "rush publish" to support packing packages into tarballs instead of publishing to NPM registry
1401
+ - Upgrade colors to version ~1.2.1
1402
+
1403
+ ## 4.3.1
1404
+ Tue, 20 Mar 2018 20:02:56 GMT
1405
+
1406
+ ### Updates
1407
+
1408
+ - Add support for overriding the default windows parallelism with 'max'.
1409
+ - Remove IPackageJson API. Consumers should now use the equivalent definition from @microsoft/node-core-library instead.
1410
+ - Move the environment checks from rush-lib to rush
1411
+ - Fix an annoyance where common/temp/shrinkwrap.yaml was formatted in a way that made diffs less readable
1412
+
1413
+ ## 4.3.0
1414
+ Fri, 02 Mar 2018 02:45:37 GMT
1415
+
1416
+ ### Updates
1417
+
1418
+ - Fix an issue where we always deleted the pnpm store. This is not necessary since the store is transactional. We should only delete the store if it is a --clean install.
1419
+ - Fix an issue where the package manager installation could get corrupted if the Rush tool was accidentally invoked multiple times concurrently.
1420
+ - Fix issue with pnpm where store was not removed after an unsuccessful installation
1421
+ - When Rush links PNPM packages to their dependencies, it should link to the realpath, rather than linking to the symlink. This will improve performance of builds by reducing the number of file system reads that are needed.
1422
+ - Update Rush to consider the shrinkwrap file during incremental builds.
1423
+ - Add a --changed-projects-only flag to 'rush build', which will skip rebuilding of downstream packages. It will only rebuild projects that change, but not their dependents.
1424
+ - Add a locking mechanism around certain rush commands so only one process can be working in a Rush repository at a single point in time. This is useful for commands that may corrupt each other, like generate, install, link, and rebuild.
1425
+ - When using pnpm, Rush will check and see if other projects are using a dependency and will re-use it if possible. This way, a user will not have to run "rush generate" if they are adding a dependency that is already being used elsewhere in the monorepo.
1426
+ - Add a notice for unsupported versions of NodeJS runtime
1427
+ - Add a new command-line flag "--conservative" which causes "rush generate" to perform a minimal upgrade
1428
+ - Improved "rush generate" so that if interrupted, it does not leave you with a deleted shrinkwrap.yaml; the new integrity checks eliminate the need for this, and it was annoying
1429
+ - Fix Rush version increase logic to handle cyclic dependencies properly
1430
+
1431
+ ## 4.2.5
1432
+ Fri, 26 Jan 2018 00:36:51 GMT
1433
+
1434
+ ### Updates
1435
+
1436
+ - Fix an issue when parsing scoped peer dependencies in the pnpm shrinkwrap file
1437
+
1438
+ ## 4.2.4
1439
+ Sun, 21 Jan 2018 06:33:59 GMT
1440
+
1441
+ ### Updates
1442
+
1443
+ - Improve the error message when loading rush.json from a newer release
1444
+
1445
+ ## 4.2.3
1446
+ Thu, 18 Jan 2018 19:02:07 GMT
1447
+
1448
+ ### Updates
1449
+
1450
+ - Avoid git errors when there are only empty change files
1451
+
1452
+ ## 4.2.2
1453
+ Wed, 17 Jan 2018 10:49:31 GMT
1454
+
1455
+ _Version update only_
1456
+
1457
+ ## 4.2.1
1458
+ Fri, 12 Jan 2018 23:35:48 GMT
1459
+
1460
+ ### Patches
1461
+
1462
+ - Fix a bug in "rush change" to allow skipping changes when empty change file exists.
1463
+ - Change the way Rush prints output, to make it more readable and easy to tell how far into a build you are.
1464
+
1465
+ ## 4.2.0
1466
+ Mon, 11 Jan 2018 22:14:30 GMT
1467
+
1468
+ ### Minor changes
1469
+
1470
+ - Introduce a new project-specific setting "skipRushCheck" to exempt certain projects from the "rush check" validation
1471
+ - Introduce a new setting "mainProject" for lockstep version policies. This enables a scenario where a group of packages share a common change log, which is associated with the main project.
1472
+
1473
+ ## 4.1.1
1474
+ Mon, 08 Jan 2018 20:34:30 GMT
1475
+
1476
+ ### Patches
1477
+
1478
+ - Fix an issue with checking the pnpm shrinkwrap file when there are peer dependency version specifiers
1479
+
1480
+ ## 4.1.0
1481
+ Thu, 30 Nov 2017 20:34:30 GMT
1482
+
1483
+ ### Minor changes
1484
+
1485
+ - Adding support for using PNPM with Rush
1486
+
1487
+ ### Patches
1488
+
1489
+ - Fix issue where 'rush publish' was failing when the only changefiles were 'none' type
1490
+ - Add support for hotfix changes
1491
+ - Fix an issue with file locks causing exceptions during 'rush install'
1492
+ - Fix issue where 'rush install' did not invalidate node_modules after bumping package manager version
1493
+
1494
+ ## 4.0.1
1495
+ Mon, 13 Nov 2017 18:34:30 GMT
1496
+
1497
+ ### Patches
1498
+
1499
+ - Fix the regression where "rush -h" didn't work outside a repo folder
1500
+ - Reduce the default parallelism on Windows platform
1501
+ - Force change log name to be the same as package name to handle the error case when package is renamed but change log is not
1502
+
1503
+ ## 4.0.0
1504
+ Sat, 4 Nov 2017 03:22:28 GMT
1505
+
1506
+ ### Breaking changes
1507
+
1508
+ - Complete release notes are here: https://github.com/microsoft/web-build-tools/wiki#november-3-2017---rush-4-released
1509
+ - Adding custom commands and options.
1510
+ - Adding rush version selector.
1511
+ - Updating the semantics of rush change.
1512
+
1513
+ ## 3.0.20
1514
+ Thu, 19 Oct 2017 23:01:49 GMT
1515
+
1516
+ ### Patches
1517
+
1518
+ - Fix a stack overflow error that occurs when "rush rebuild" encounters a cyclic dependency
1519
+ - Fix a bug that "rush rebuild" fails if "from" parameter is provided
1520
+ - Validate versions before "rush version" commits version updates
1521
+
1522
+ ## 3.0.19
1523
+ Fri, 06 Oct 2017 22:44:31 GMT
1524
+
1525
+ ### Patches
1526
+
1527
+ - Enable strickNullChecks
1528
+ - Fix a bug in "rush version" that devdependency does not get bumped if there is no dependency.
1529
+ - Fix a bug in "rush change" so it handles rename properly.
1530
+ - Add npm tag support in "rush publish".
1531
+
1532
+ ## 3.0.18
1533
+ Tue, 26 Sep 2017 13:51:05 GMT
1534
+
1535
+ ### Patches
1536
+
1537
+ - Update various dependencies
1538
+
1539
+ ## 3.0.17
1540
+ Thu, 14 Sep 2017 18:51:05 GMT
1541
+
1542
+ ### Patches
1543
+
1544
+ - Fix some issues in rush telemetry collection
1545
+
1546
+ ## 3.0.16
1547
+ Wed, 6 Sep 2017 18:24:39 GMT
1548
+
1549
+ ### Patches
1550
+
1551
+ - Fix an issue running 'rush install' after adding a new project
1552
+
1553
+ ## 3.0.15
1554
+ Wed, 30 Aug 2017 18:24:39 GMT
1555
+
1556
+ ### Patches
1557
+
1558
+ - Replace the temp_modules/*/package.json files with TGZ files
1559
+ - Add repositoryUrl to RushConfiguration to track remote repository
1560
+ - Use the new Json API from node-core-library
1561
+ - Add two new methods to ChangeFile class
1562
+ - Introduce an experimental "rush version" action to manage project versions based on version policy
1563
+ - Make "rush generate" not throw if there is a problem reading the shrinkwrap file
1564
+
1565
+ ## 3.0.12
1566
+ Fri, Jul 21, 2017 22:30:12 PM
1567
+
1568
+ ### Patches
1569
+
1570
+ - Temporarily revert Rush incremental build checking files outside of the project's directory
1571
+ - Fix error message during build
1572
+ - Add a ChangeFile class to rush-lib
1573
+ - Fix an issue where rush would crash if it could not find the rush.json
1574
+ - If "rush generate" detects that all dependencies are present, it will do nothing. This is overridable with the "--force" flag.
1575
+ - Promote Changelog interfaces to an @alpha API in rush-lib
1576
+
1577
+ ## 3.0.11
1578
+ Mon, Jul 3, 2017 10:53:12 PM
1579
+
1580
+ ### Patches
1581
+
1582
+ - Add support for non-SemVer dependency specifiers in package.json; for example, "github:gulpjs/gulp#4.0" or "git://github.com/user/project.git#commit-ish"
1583
+
1584
+ ## 3.0.10
1585
+ Tue, 27 Jun 2017 21:44:50 GMT
1586
+
1587
+ ### Patches
1588
+
1589
+ - Fix an issue with 'rush rebuild' where it fails on non-windows platforms
1590
+ - Fix an issue with 'rush -help' where it throws if rush.json is not available.
1591
+
1592
+ ## 3.0.9
1593
+ Thu, June 8, 2017 03:30:27 GMT
1594
+
1595
+ ### Patches
1596
+
1597
+ - Fix issue with 'rush check' where it sometimes threw exceptions.
1598
+
1599
+ ## 3.0.8
1600
+ Thu, June 8, 2017 03:00:27 GMT
1601
+
1602
+ ### Patches
1603
+
1604
+ - Fix issue with 'rush check' so it no longer considers cyclic dependencies as a mismatch.
1605
+
1606
+ ## 3.0.7
1607
+ Tue, May 23, 2017 00:55:27 GMT
1608
+
1609
+ ### Patches
1610
+
1611
+ - Fix a regression for packages with an empty script (no-op)
1612
+
1613
+ ## 3.0.6
1614
+ Sat, May 20, 2017 00:55:27 GMT
1615
+
1616
+ ### Patches
1617
+
1618
+ - Revert major break with rush build
1619
+
1620
+ ## 3.0.5
1621
+ Fri, May 19, 2017 10:55:27 GMT
1622
+
1623
+ ### Patches
1624
+
1625
+ - Fix the Rush build error due to 'SyntaxError: Unexpected token u in JSON at position 0'
1626
+ - Fix a minor bug where Rush complained about extra directories.
1627
+
1628
+ ## 3.0.4
1629
+ Tue, May 17, 2017 01:48:27 GMT
1630
+
1631
+ ### Patches
1632
+
1633
+ - Improved the "rush build" change detection: if any file outside a project folder has changed, rebuild all projects.
1634
+ - The "rush build" command now stores the command-line options used during a build, and forces a full rebuild if the options have changed.
1635
+ - Fix for a "rush publish" bug involving command line option quoting.
1636
+
1637
+ ## 3.0.3
1638
+ Tue, May 16, 2017 00:43:27 GMT
1639
+
1640
+ ### Patches
1641
+
1642
+ - Fix a regression where "rush install" sometimes failed to install the NPM tool
1643
+
1644
+ ## 3.0.2
1645
+ Sun, May 14, 2017 19:22:16 GMT
1646
+
1647
+ ### Patches
1648
+
1649
+ - Fix some minor documentation issues
1650
+
1651
+ ## 3.0.1
1652
+ Sun, May 14, 2017 18:30:35 GMT
1653
+
1654
+ ### Breaking changes
1655
+
1656
+ - THIS IS A BREAKING CHANGE - see the web-build-tools news page for migration instructions
1657
+ - The "rush install" now automatically detects when you need to run "rush generate", and the algorithm has been redesigned so that many package.json updates can skip "rush generate" entirely - hurray!
1658
+ - Major restructing of common folder; the "temp_modules" folder is no longer tracked by Git
1659
+ - Greatly simplified .gitignore; all of Rush's temporary files are now under common/temp
1660
+ - The rush.json file format has been simplified, and auxiliary config files are now consolidated in common/config/rush
1661
+ - The "packageReviewFile" feature has been overhauled - see wiki documentation on GitHub
1662
+ - The "rush check" command was renamed to "rush scan", and "rush check-versions" was shortened to "rush check"
1663
+
1664
+ ### Minor changes
1665
+
1666
+ - The change log file format was expanded to support subset publishing (coming soon!)
1667
+ - More operations now use the AsyncRecycleBin feature
1668
+ - The "rush link" command now skips if nothing has changed
1669
+
1670
+ ### Patches
1671
+
1672
+ - Numerous small fixes and enhancments
1673
+
1674
+ ## 2.5.0
1675
+ Tue, 11 Apr 2017 21:20:58 GMT
1676
+
1677
+ ### Minor changes
1678
+
1679
+ - Deprecate the pinnedVersions field of rush.json in favor of a standalone pinnedVer sions.json
1680
+
1681
+ ### Patches
1682
+
1683
+ - Bump stream-collator to 2.0.0
1684
+ - Publish: Improve detection of already published package versions
1685
+ - Publish: Fix a bug where not all project versions get updated for prerelease
1686
+
1687
+ ## 2.4.0
1688
+ Thu, 30 Mar 2017 18:25:38 GMT
1689
+
1690
+ ### Minor changes
1691
+
1692
+ - The 'link' action will be automatically ran after 'install' or 'generate'.
1693
+ - Support adding a suffix during rush generate
1694
+
1695
+ ### Patches
1696
+
1697
+ - Fixing an issue where install was not detecting changes to the shrinkwrap
1698
+ - Registry should not be hardcoded when auth token is provided
1699
+
1700
+ ## 2.3.0
1701
+ Fri, 24 Feb 2017 22:54:16 GMT
1702
+
1703
+ ### Minor changes
1704
+
1705
+ - Minor version
1706
+
1707
+ ## 2.2.1
1708
+ Fri, 24 Feb 2017 22:53:18 GMT
1709
+
1710
+ _Version update only_
1711
+
1712
+ ## 2.2.0
1713
+ Fri, 24 Feb 2017 22:44:31 GMT
1714
+
1715
+ ### Minor changes
1716
+
1717
+ - Add a "pinnedVersions" option to rush.json, which will add dependencies to the common package.json. Since these dependencies are installed first, this mechanism can be used to control versions of unconstrained second-level dependencies.
1718
+ - Make --quiet builds the default. Deprecate the --quiet parameter. Add a --verbose parameter which displays the build logs.
1719
+
1720
+ ### Patches
1721
+
1722
+ - Rush install checks to ensure that generate has been run.
1723
+
1724
+ ## 1.8.2
1725
+ Wed, 15 Feb 2017 08:54:44 GMT
1726
+
1727
+ ### Patches
1728
+
1729
+ - Temporarily reverting the new temp_modules validation feature, because it is incompatible with some usage scenarios
1730
+
1731
+ ## 1.8.1
1732
+ Tue, 14 Feb 2017 23:40:44 GMT
1733
+
1734
+ ### Patches
1735
+
1736
+ - Fixing a bug with install where it preemptively returned before installing.
1737
+
1738
+ ## 1.8.0
1739
+ Tue, 14 Feb 2017 22:53:30 GMT
1740
+
1741
+ ### Minor changes
1742
+
1743
+ - Install will error if the temp_modules have drifted out of sync with the package's package.json files
1744
+
1745
+ ## 1.7.0
1746
+ Tue, 14 Feb 2017 02:31:40 GMT
1747
+
1748
+ ### Minor changes
1749
+
1750
+ - Adds an extra command (rush check-versions), which can find inconsistencies in package.json dependency versions across a repository.
1751
+
1752
+ ## 1.6.0
1753
+ Sun, 05 Feb 2017 01:21:30 GMT
1754
+
1755
+ ### Minor changes
1756
+
1757
+ - Add support for pre-release build
1758
+
1759
+ ### Patches
1760
+
1761
+ - When the git policy fails, rush should return a non-zero error code.
1762
+ - Lock version numbers for @types packages
1763
+ - Ensure world readiness
1764
+ - Update .npmignore
1765
+ - Cyclic dependency should not have version bumped when changes are applied.
1766
+
1767
+ ## 1.5.1
1768
+ Tue, 24 Jan 2017 03:26:05 GMT
1769
+
1770
+ ### Patches
1771
+
1772
+ - The 'link' command should display elapsed time when finished executing.
1773
+ - Minor fix so "allowedEmailRegExps" works on Mac/Linux
1774
+ - Fixed a small bug where "rush publish -a" was not deleting changelog files
1775
+
1776
+ ## 1.5.0
1777
+ Sun, 22 Jan 2017 02:04:57 GMT
1778
+
1779
+ ### Minor changes
1780
+
1781
+ - Implemented a new rush.json option "gitPolicy" to avoid incorrect commit e-mails
1782
+
1783
+ ### Patches
1784
+
1785
+ - Update temp_modules when versions are bumped.
1786
+
1787
+ ## 1.4.1
1788
+ Tue, 03 Jan 2017 21:52:49 GMT
1789
+
1790
+ ### Patches
1791
+
1792
+ - Fixing `rush publish` changelog code to reference projects correctly.
1793
+ - `rush publish` now only updates changelogs for projects that are marked as shouldPublish=true.
1794
+
1795
+ ## 1.4.0
1796
+ Tue, 06 Dec 2016 20:44:26 GMT
1797
+
1798
+ ### Minor changes
1799
+
1800
+ - Changes for RC0 release.
1801
+
1802
+ ## 1.3.0
1803
+ Sat, 03 Dec 2016 07:47:39 GMT
1804
+
1805
+ ### Minor changes
1806
+
1807
+ - Adding support for changelog generation to rush publish.
1808
+ - Refactoring "config" into "configuration."
1809
+
1810
+ ### Patches
1811
+
1812
+ - Converting node and webpack-env typings to use @types, and cleaning them up.
1813
+ - The cache should be cleaned unless we are using the global cache
1814
+ - Fixed a regression where "rush install" would sometimes corrupt the node_modules folder. Also, common/package.json is now sorted deterministically.
1815
+
1816
+ ## 1.2.4
1817
+
1818
+ ### Patches
1819
+
1820
+ - If the `test`, `clean`, or `build` commands are defined in the package.json, but are empty strings, then do a no-op during the build.
1821
+
1822
+ ## 1.2.3
1823
+
1824
+ ### Patches
1825
+
1826
+ - Make deletion of node_modules folder more cautious to improve failure rate on automated builds.
1827
+ - Updating Rush generate to more efficiently delete folders.
1828
+
1829
+ ## 1.2.2
1830
+
1831
+ ### Patches
1832
+
1833
+ - Updating the deps hash dependency, which includes a fix which resolves a bug where changes were not being recalculated when multiple files were changed.
1834
+
1835
+ ## 1.2.1
1836
+
1837
+ ### Patches
1838
+
1839
+ - Updating the rush `change` with better verification logic.
1840
+
1841
+ ## 1.2.0
1842
+
1843
+ ### Minor changes
1844
+
1845
+ - Adding the 'build' action, which support incremental build.
1846
+
1847
+ ## 1.1.3
1848
+
1849
+ ### Patches
1850
+
1851
+ - Partially reverting changes for treating success with warnings differently.
1852
+ - Making Rush install transactional.
1853
+
1854
+ ## 1.1.2
1855
+
1856
+ ### Patches
1857
+
1858
+ - Fix a bug in rush `change`
1859
+
1860
+ ## 1.1.1
1861
+
1862
+ ### Patches
1863
+
1864
+ - correcting casing of files and imports
1865
+
1866
+ ## 1.1.0
1867
+
1868
+ ### Minor changes
1869
+
1870
+ - The "packageReviewFile" feature now supports a setting "ignoredNpmScopes" that can be used e.g. to ignore the "@types" scope
1871
+
1872
+ ### Patches
1873
+
1874
+ - Fixing Rush to run on UNIX and Linux.
1875
+
1876
+ ## 1.0.10
1877
+
1878
+ ### Breaking changes
1879
+
1880
+ - Rename `shouldTrackChanges` to `shouldPublish` which indicates whether a package should be included for the `publish` workflow.
1881
+
1882
+ ### Minor changes
1883
+
1884
+ - Updating `rush install` to be transactional.
1885
+
1886
+ ### Patches
1887
+
1888
+ - Updating the `publish` workflow.
1889
+
1890
+ ## 1.0.9
1891
+
1892
+ ### Patches
1893
+
1894
+ - Updating the `publish` workflow.
1895
+
1896
+ ## 1.0.7
1897
+
1898
+ ### Patches
1899
+
1900
+ - Renaming the `local-npm` directory to `npm-local`.
1901
+ - Include NPM --cache and NPM --tmp options in the rush.json file.
1902
+ - Limit Rush Rebuild parallelism to 'number-of-cores' simultaneous builds, optionally overridable on command line
1903
+
1904
+ ## 1.0.5
1905
+
1906
+ ### Patches
1907
+
1908
+ - Fixed a bug in Rush Generate which showed: `ERROR: Input file not found: undefined` when packageReviewFile is omitted
1909
+
1910
+ ## 1.0.4
1911
+
1912
+ ### Minor changes
1913
+
1914
+ - Added optional support for a "packageReviewFile" that helps detect when new NPM package dependencies are introduced
1915
+
1916
+ ### Patches
1917
+
1918
+ - Replaced JSON.parse() with jju for improved error handling.
1919
+
1920
+ ## 1.0.3
1921
+
1922
+ ### Patches
1923
+
1924
+ - Fix Mac OS X compatibility issue
1925
+
1926
+ ## 1.0.0
1927
+
1928
+ _Initial release_
1929
+