@microsoft/rush 5.130.2 → 5.130.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.json +6776 -0
  2. package/CHANGELOG.md +3439 -0
  3. package/package.json +8 -8
package/CHANGELOG.md ADDED
@@ -0,0 +1,3439 @@
1
+ # Change Log - @microsoft/rush
2
+
3
+ This log was last generated on Wed, 31 Jul 2024 23:30:13 GMT and should not be manually modified.
4
+
5
+ ## 5.130.3
6
+ Wed, 31 Jul 2024 23:30:13 GMT
7
+
8
+ ### Updates
9
+
10
+ - Fix an issue where Rush does not detect an outdated lockfile if the `dependenciesMeta` `package.json` field is edited.
11
+ - Include CHANGELOG.md in published releases again
12
+ - Fix a bug that caused the build cache to close its terminal writer before execution on error.
13
+
14
+ ## 5.130.2
15
+ Fri, 19 Jul 2024 03:41:44 GMT
16
+
17
+ ### Updates
18
+
19
+ - Fix an issue where `rush-pnpm patch-commit` did not work correctly when subspaces are enabled.
20
+
21
+ ## 5.130.1
22
+ Wed, 17 Jul 2024 07:37:13 GMT
23
+
24
+ ### Updates
25
+
26
+ - Fix a recent regression for `rush init`
27
+
28
+ ## 5.130.0
29
+ Wed, 17 Jul 2024 06:55:27 GMT
30
+
31
+ ### Updates
32
+
33
+ - (EXPERIMENTAL) Initial implementation of Rush alerts feature
34
+ - Adjusts how cobuilt operations are added and requeued to the operation graph. Removes the 'RemoteExecuting' status.
35
+
36
+ ## 5.129.7
37
+ Tue, 16 Jul 2024 04:16:56 GMT
38
+
39
+ ### Updates
40
+
41
+ - Upgrade pnpm-sync-lib to fix an edge case when handling node_modules folder
42
+ - Don't interrupt the installation process if the user hasn't enabled the inject dependencies feature.
43
+ - Improve `@rushtack/rush-sdk` and make it reuse `@microsoft/rush-lib` from rush global folder
44
+ - Remove the trailing slash in the `.DS_Store/` line in the `.gitignore` file generated by `rush init`. `.DS_Store` is a file, not a folder.
45
+ - Support deep references to internal Apis
46
+ - Fix an issue where `rush add` would ignore the `ensureConsistentVersions` option if that option was set in `rush.json` instead of in `common/config/rush/common-versions.json`.
47
+ - Fix an issue where running `rush add` in a project can generate a `package.json` file that uses JSON5 syntax. Package managers expect strict JSON.
48
+ - fix spelling of "committing" in rush.json init template and schema
49
+
50
+ ## 5.129.6
51
+ Thu, 27 Jun 2024 00:44:32 GMT
52
+
53
+ ### Updates
54
+
55
+ - Fix an edge case for workspace peer dependencies when calculating packageJsonInjectedDependenciesHash to improve its accuracy
56
+ - Update a URL in the `.pnpmfile.cjs` generated by `rush init`.
57
+
58
+ ## 5.129.5
59
+ Tue, 25 Jun 2024 20:13:29 GMT
60
+
61
+ ### Updates
62
+
63
+ - Don't include package.json version field when calculating packageJsonInjectedDependenciesHash
64
+
65
+ ## 5.129.4
66
+ Mon, 24 Jun 2024 23:49:10 GMT
67
+
68
+ ### Updates
69
+
70
+ - Normalize the file permissions (644) for Rush plugin files that are committed to Git
71
+
72
+ ## 5.129.3
73
+ Fri, 21 Jun 2024 00:15:54 GMT
74
+
75
+ ### Updates
76
+
77
+ - Fixed an issue where DependencyAnalyzer caches the same analysis for all subspaces
78
+
79
+ ## 5.129.2
80
+ Wed, 19 Jun 2024 23:59:09 GMT
81
+
82
+ ### Updates
83
+
84
+ - Fix an issue where the `rush pnpm ...` command always terminates with an exit code of 1.
85
+
86
+ ## 5.129.1
87
+ Wed, 19 Jun 2024 04:20:03 GMT
88
+
89
+ ### Updates
90
+
91
+ - Add logic to remove outdated .pnpm-sync.json files during rush install or update
92
+
93
+ ## 5.129.0
94
+ Wed, 19 Jun 2024 03:31:48 GMT
95
+
96
+ ### Updates
97
+
98
+ - Add a new `init-subspace` command to initialize a new subspace.
99
+ - Move the `ensureConsistentVersions` setting from `rush.json` to `common/config/rush/common-versions.json`, or to `common/config/rush/<subspace>/common-versions.json` if subspaces are enabled.
100
+
101
+ ## 5.128.5
102
+ Tue, 18 Jun 2024 04:02:54 GMT
103
+
104
+ ### Updates
105
+
106
+ - Fix a key collision for cobuild clustering for operations that share the same phase name.
107
+
108
+ ## 5.128.4
109
+ Mon, 17 Jun 2024 23:22:49 GMT
110
+
111
+ ### Updates
112
+
113
+ - Bump the `@azure/identity` package to `~4.2.1` to mitigate GHSA-m5vv-6r4h-3vj9.
114
+
115
+ ## 5.128.3
116
+ Mon, 17 Jun 2024 20:46:21 GMT
117
+
118
+ ### Updates
119
+
120
+ - Fixed an issue where the --make-consistent flag would affect projects outside the current subspace.
121
+
122
+ ## 5.128.2
123
+ Mon, 17 Jun 2024 17:08:00 GMT
124
+
125
+ ### Updates
126
+
127
+ - Fix an issue where rush-pnpm patch is not working for the subspace scenario
128
+ - Fix an issue where rush update can not detect package.json changes in other subspaces for the injected installation case
129
+
130
+ ## 5.128.1
131
+ Wed, 12 Jun 2024 20:07:44 GMT
132
+
133
+ ### Updates
134
+
135
+ - Fix an issue where running `rush install` in a subspace with only a `--from` selector is treated as selecting all projects.
136
+ - Fix an issue where not published packages are not correctly identified as not published when querying a package feed under certain versions of NPM.
137
+ - Fix an issue where selection syntax (like `--to` or `--from`) misses project dependencies declared using workspace alias syntax (i.e. - `workspace:alias@1.2.3`).
138
+ - Fix an issue where an error is thrown if a Git email address isn't configured and email validation isn't configured in `rush.json` via `allowedEmailRegExps`.
139
+ - Display the name of the subspace when an error is emitted because a dependency hash uses the SHA1 algorithm and the "disallowInsecureSha1" option is enabled.
140
+
141
+ ## 5.128.0
142
+ Fri, 07 Jun 2024 22:59:12 GMT
143
+
144
+ ### Updates
145
+
146
+ - Graduate the `phasedCommands` experiment to a standard feature.
147
+ - Improve `rush init` template for `.gitignore`
148
+ - Remove an unnecessary condition in the logic for skipping operations when build cache is disabled.
149
+
150
+ ## 5.127.1
151
+ Thu, 06 Jun 2024 03:05:21 GMT
152
+
153
+ ### Updates
154
+
155
+ - Remove the second instance of the project name from the project operation filenames in `<projectFolder>/rush-logs`. This restores the log filenames to their format before Rush 5.125.0.
156
+
157
+ ## 5.127.0
158
+ Tue, 04 Jun 2024 00:44:18 GMT
159
+
160
+ ### Updates
161
+
162
+ - Fixes build cache no-op and sharded operation clustering.
163
+ - Updated common-veresions.json schema with ensureConsistentVersions property
164
+
165
+ ## 5.126.0
166
+ Mon, 03 Jun 2024 02:49:05 GMT
167
+
168
+ ### Updates
169
+
170
+ - Fixes a string schema validation warning message when running `rush deploy`.
171
+ - Update the functionality that runs external lifecycle processes to be async.
172
+ - Move logs into the project `rush-logs` folder regardless of whether or not the `"phasedCommands"` experiment is enabled.
173
+ - Update the `nodeSupportedVersionRange` in the `rush init` template to the LTS and current Node versions.
174
+ - Update the `pnpmVersion` in the `rush init` template to the latest version of pnpm 8.
175
+ - Update the `.gitignore` in the `rush init` template to include some common toolchain output files and folders.
176
+ - Include missing `type` modifiers on type-only exports.
177
+
178
+ ## 5.125.1
179
+ Wed, 29 May 2024 05:39:54 GMT
180
+
181
+ ### Updates
182
+
183
+ - Fix an issue where if `missingScriptBehavior` is set to `"error"` and a script is present and empty, an error would be thrown.
184
+
185
+ ## 5.125.0
186
+ Sat, 25 May 2024 05:12:20 GMT
187
+
188
+ ### Updates
189
+
190
+ - Fixes a bug where no-op operations were treated as having build cache disabled.
191
+ - Adds support for sharding operations during task execution.
192
+ - Fix an issue where warnings and errors were not shown in the build summary for all cobuild agents.
193
+ - Add a `rush check --subspace` parameter to specify which subspace to analyze
194
+ - Rename the subspace level lockfile from `.pnpmfile-subspace.cjs` to `.pnpmfile.cjs`. This is a breaking change for the experimental feature.
195
+
196
+ ## 5.124.7
197
+ Thu, 23 May 2024 02:27:13 GMT
198
+
199
+ ### Updates
200
+
201
+ - Improve the `usePnpmSyncForInjectedDependencies` experiment to also include any dependency whose lockfile entry has the `file:` protocol, unless it is a tarball reference
202
+ - Fix an issue where the build cache analysis was incorrect in rare situations due to a race condition (GitHub #4711)
203
+
204
+ ## 5.124.6
205
+ Thu, 16 May 2024 01:12:22 GMT
206
+
207
+ ### Updates
208
+
209
+ - Fix an edge case for pnpm-sync when the .pnpm folder is absent but still a valid installation.
210
+
211
+ ## 5.124.5
212
+ Wed, 15 May 2024 23:43:15 GMT
213
+
214
+ ### Updates
215
+
216
+ - Fix count of completed operations when silent operations are blocked. Add explicit message for child processes terminated by signals. Ensure that errors show up in summarized view.
217
+ - Ensure that errors thrown in afterExecuteOperation show up in the summary at the end of the build.
218
+
219
+ ## 5.124.4
220
+ Wed, 15 May 2024 03:05:57 GMT
221
+
222
+ ### Updates
223
+
224
+ - Improve the detection of PNPM lockfile versions.
225
+ - Fix an issue where the `--subspace` CLI parameter would install for all subspaces in a monorepo when passed to the install or update action
226
+
227
+ ## 5.124.3
228
+ Wed, 15 May 2024 01:18:25 GMT
229
+
230
+ ### Patches
231
+
232
+ - Ensure async telemetry tasks are flushed by error reporter
233
+
234
+ ### Updates
235
+
236
+ - Fix an issue where `rush install` and `rush update` will fail with an `ENAMETOOLONG` error on Windows in repos with a large number of projects.
237
+ - Fix an issue where installing multiple subspaces consecutively can cause unexpected cross-contamination between pnpmfiles.
238
+
239
+ ## 5.124.2
240
+ Fri, 10 May 2024 06:35:26 GMT
241
+
242
+ ### Updates
243
+
244
+ - Fix a recent regression where `rush deploy` did not correctly apply the `additionalProjectsToInclude` setting (GitHub #4683)
245
+
246
+ ## 5.124.1
247
+ Fri, 10 May 2024 05:33:51 GMT
248
+
249
+ ### Updates
250
+
251
+ - Fix an issue where the `disallowInsecureSha1` policy failed to parse certain lockfile entries
252
+ - Fix some minor issues with the "rush init" template files
253
+ - Report an error if subspacesFeatureEnabled=true without useWorkspaces=true
254
+ - Fix an issue where operation weights were not respected.
255
+
256
+ ## 5.124.0
257
+ Wed, 08 May 2024 22:24:08 GMT
258
+
259
+ ### Updates
260
+
261
+ - Add a new setting `alwaysInjectDependenciesFromOtherSubspaces` in pnpm-config.json
262
+ - Fix a issue where rush install/update can not detect pnpm-sync.json is out of date
263
+ - Improve the error message when the pnpm-sync version is outdated
264
+ - Fixes a bug where cobuilds would cause a GC error when waiting for long periods of time.
265
+ - Fix an issue where tab competions did not suggest parameter values.
266
+
267
+ ## 5.123.1
268
+ Tue, 07 May 2024 22:38:00 GMT
269
+
270
+ ### Updates
271
+
272
+ - Fix a recent regression where "rush install" would sometimes incorrectly determine whether to skip the install
273
+
274
+ ## 5.123.0
275
+ Tue, 07 May 2024 18:32:36 GMT
276
+
277
+ ### Updates
278
+
279
+ - Provide the file path if there is an error parsing a `package.json` file.
280
+ - Timeline view will now only show terminal build statuses as cobuilt, all other statuses will reflect their original icons.
281
+ - Add a `"weight"` property to the `"operation"` object in the project `config/rush-project.json` file that defines an integer weight for how much of the allowed parallelism the operation uses.
282
+ - Optimize skipping of unnecessary installs when using filters such as "rush install --to x"
283
+
284
+ ## 5.122.1
285
+ Tue, 30 Apr 2024 23:36:50 GMT
286
+
287
+ ### Updates
288
+
289
+ - Make `disallowInsecureSha1` policy a subspace-level configuration.
290
+ - Fix an issue where `rush update` sometimes did not detect changes to pnpm-config.json
291
+
292
+ ## 5.122.0
293
+ Thu, 25 Apr 2024 07:33:18 GMT
294
+
295
+ ### Updates
296
+
297
+ - Support rush-pnpm for subspace feature
298
+ - Skip determining merge base if given git hash
299
+ - (BREAKING CHANGE) Improve the `disallowInsecureSha1` policy to support exemptions for certain package versions. This is a breaking change for the `disallowInsecureSha1` field in pnpm-config.json since Rush 5.119.0.
300
+
301
+ ## 5.121.0
302
+ Mon, 22 Apr 2024 19:11:26 GMT
303
+
304
+ ### Updates
305
+
306
+ - Add support for auth via microsoft/ado-codespaces-auth vscode extension in `@rushstack/rush-azure-storage-build-cache-plugin`
307
+
308
+ ## 5.120.6
309
+ Thu, 18 Apr 2024 23:20:02 GMT
310
+
311
+ ### Updates
312
+
313
+ - Fix an issue where "rush deploy" did not correctly deploy build outputs combining multiple Rush subspaces
314
+
315
+ ## 5.120.5
316
+ Wed, 17 Apr 2024 21:58:17 GMT
317
+
318
+ ### Updates
319
+
320
+ - Fix an issue where rush add affects all packages in a subspace
321
+
322
+ ## 5.120.4
323
+ Tue, 16 Apr 2024 20:04:25 GMT
324
+
325
+ ### Updates
326
+
327
+ - Fix an issue where `rush deploy` sometimes used an incorrect temp folder when the experimental subspaces feature is enabled
328
+
329
+ ## 5.120.3
330
+ Tue, 16 Apr 2024 02:59:48 GMT
331
+
332
+ ### Updates
333
+
334
+ - Fix an issue where `pnpm-sync copy` was skipped when a build is restored from build cache.
335
+ - Upgrade `tar` dependency to 6.2.1
336
+
337
+ ## 5.120.2
338
+ Mon, 15 Apr 2024 00:25:04 GMT
339
+
340
+ ### Updates
341
+
342
+ - Fixes an issue where rush install fails in monorepos with subspaces enabled
343
+
344
+ ## 5.120.1
345
+ Sat, 13 Apr 2024 18:31:00 GMT
346
+
347
+ ### Updates
348
+
349
+ - Fix an issue where install-run-rush.js sometimes incorrectly invoked .cmd files on Windows OS due to a recent Node.js behavior change.
350
+ - Fix an issue with the skip install logic when the experimental subspaces feature is enabled
351
+
352
+ ## 5.120.0
353
+ Wed, 10 Apr 2024 21:59:57 GMT
354
+
355
+ ### Updates
356
+
357
+ - Bump express.
358
+ - Add support for `optionalDependencies` in transitive injected install in the Subspaces feature.
359
+ - Update dependency: pnpm-sync-lib@0.2.2
360
+ - Remove a restriction where the repo root would not be found if the CWD is >10 directory levels deep.
361
+ - Improve the error message that is printed in a repo using PNPM workspaces when a non-`workspace:` version is used for a project inside the repo.
362
+ - Include a missing space in a logging message printed when running `rush add`.
363
+ - Clarify the copyright notice emitted in common/scripts/*.js
364
+ - Fix an issue with loading of implicitly preferred versions when the experimental subspaces feature is enabled
365
+
366
+ ## 5.119.0
367
+ Sat, 30 Mar 2024 04:32:31 GMT
368
+
369
+ ### Updates
370
+
371
+ - Add a policy to forbid sha1 hashes in pnpm-lock.yaml.
372
+ - (BREAKING API CHANGE) Refactor phased action execution to analyze the repo after the initial operations are created. This removes the `projectChangeAnalyzer` property from the context parameter passed to the `createOperations` hook.
373
+
374
+ ## 5.118.7
375
+ Thu, 28 Mar 2024 19:55:27 GMT
376
+
377
+ ### Updates
378
+
379
+ - Fix an issue where in the previous release, built-in plugins were not included.
380
+
381
+ ## 5.118.6
382
+ Wed, 27 Mar 2024 05:31:17 GMT
383
+
384
+ ### Updates
385
+
386
+ - Symlinks are now generated for workspace projects in the temp folder when subspaces and splitWorkspaceCompatibility is enabled.
387
+
388
+ ## 5.118.5
389
+ Tue, 26 Mar 2024 19:58:40 GMT
390
+
391
+ ### Updates
392
+
393
+ - Use pnpm-sync-lib logging APIs to customize the log message for pnpm-sync operations
394
+
395
+ ## 5.118.4
396
+ Tue, 26 Mar 2024 02:39:06 GMT
397
+
398
+ ### Updates
399
+
400
+ - Added warnings if there are .npmrc or .pnpmfile.cjs files in project folders after migrating to subspaces
401
+
402
+ ## 5.118.3
403
+ Sat, 23 Mar 2024 01:41:10 GMT
404
+
405
+ ### Updates
406
+
407
+ - Fix an edge case for computing the PNPM store path when the experimental subspaces feature is enabled
408
+
409
+ ## 5.118.2
410
+ Fri, 22 Mar 2024 17:30:47 GMT
411
+
412
+ ### Updates
413
+
414
+ - Fix bugs related to path operation in Windows OS for subspace feature
415
+
416
+ ## 5.118.1
417
+ Thu, 21 Mar 2024 16:39:32 GMT
418
+
419
+ ### Updates
420
+
421
+ - Support PNPM injected installation in Rush subspace feature
422
+
423
+ ## 5.118.0
424
+ Wed, 20 Mar 2024 20:45:18 GMT
425
+
426
+ ### Updates
427
+
428
+ - (BREAKING API CHANGE) Rename `AzureAuthenticationBase._getCredentialFromDeviceCodeAsync` to `AzureAuthenticationBase._getCredentialFromTokenAsync` in `@rushstack/rush-azure-storage-build-cache-plugin`. Adding support for InteractiveBrowserCredential.
429
+
430
+ ## 5.117.10
431
+ Wed, 20 Mar 2024 04:57:57 GMT
432
+
433
+ ### Updates
434
+
435
+ - Improve the "splitWorkspaceCompatibility" setting to simulate hoisted dependencies when the experimental Rush subspaces feature is enabled
436
+
437
+ ## 5.117.9
438
+ Tue, 12 Mar 2024 19:15:07 GMT
439
+
440
+ ### Updates
441
+
442
+ - Add functionality to disable filtered installs for specific subspaces
443
+
444
+ ## 5.117.8
445
+ Sat, 09 Mar 2024 01:11:16 GMT
446
+
447
+ ### Updates
448
+
449
+ - Fixes a bug where the syncNpmrc function incorrectly uses the folder instead of the path
450
+
451
+ ## 5.117.7
452
+ Fri, 08 Mar 2024 23:45:24 GMT
453
+
454
+ ### Updates
455
+
456
+ - Fix an issue where, when the experimental subspace feature is enabled, the subspace's ".npmrc" file did not take precedence over ".npmrc-global".
457
+
458
+ ## 5.117.6
459
+ Thu, 07 Mar 2024 19:35:20 GMT
460
+
461
+ ### Updates
462
+
463
+ - Fixes an issue where cobuilds would write success with warnings as successful cache entries.
464
+
465
+ ## 5.117.5
466
+ Wed, 06 Mar 2024 23:03:27 GMT
467
+
468
+ ### Updates
469
+
470
+ - Add filtered installs for subspaces
471
+
472
+ ## 5.117.4
473
+ Tue, 05 Mar 2024 21:15:26 GMT
474
+
475
+ ### Updates
476
+
477
+ - Add support for subspace level scoped pnpm-config.json e.g. `common/config/subspaces/default/pnpm-config.json`
478
+
479
+ ## 5.117.3
480
+ Tue, 05 Mar 2024 01:19:42 GMT
481
+
482
+ ### Updates
483
+
484
+ - Fix an issue where if a patch is removed from `common/pnpm-patches` after `rush install` had already been run with that patch present, pnpm would try to continue applying the patch.
485
+ - Intercept the output printed by `rush-pnpm patch` to update the next step's instructions to run `rush-pnpm patch-commit ...` instead of `pnpm patch-commit ...`.
486
+
487
+ ## 5.117.2
488
+ Fri, 01 Mar 2024 23:12:43 GMT
489
+
490
+ ### Updates
491
+
492
+ - Fix an issue with the experimental subspaces feature, where version checks incorrectly scanned irrelevant subspaces.
493
+
494
+ ## 5.117.1
495
+ Thu, 29 Feb 2024 07:34:31 GMT
496
+
497
+ ### Updates
498
+
499
+ - Update "rush init" template to document the new build-cache.json constants
500
+ - Remove trailing slashes from `node_modules` and `jspm_packages` paths in the `.gitignore` file generated by `rush init`.
501
+ - Introduce a `RushCommandLine` API that exposes an object representing the skeleton of the Rush command-line.
502
+ - Fix an issue where, when the experimental subspaces feature was enabled, the lockfile validation would check irrelevant subspaces
503
+
504
+ ## 5.117.0
505
+ Mon, 26 Feb 2024 21:39:36 GMT
506
+
507
+ ### Updates
508
+
509
+ - Include the ability to add `[os]` and `[arch]` tokens to cache entry name patterns.
510
+ - (BREAKING CHANGE) Remove the 'installation variants' feature and its related APIs, which have been superceded by the Subspaces feature.
511
+ - Extract the "rush.json" filename to a constant as `RushConstants.rushJsonFilename`.
512
+
513
+ ## 5.116.0
514
+ Mon, 26 Feb 2024 20:04:02 GMT
515
+
516
+ ### Updates
517
+
518
+ - Upgrade the `pnpm-sync-lib` dependency version.
519
+ - Handle `workspace:~` and `workspace:^` wildcard specifiers when publishing. They remain as-is in package.json but get converted to `~${current}` and `^${current}` in changelogs.
520
+ - Validate that the "projectFolder" and "publishFolder" fields in the "projects" list in "rush.json" are normalized POSIX relative paths that do not end in trailing "/" or contain "\\".
521
+
522
+ ## 5.115.0
523
+ Thu, 22 Feb 2024 01:36:27 GMT
524
+
525
+ ### Updates
526
+
527
+ - Add a "runWithTerminalAsync" resource lifetime helper to `IOperationRunnerContext` to manage the creation and cleanup of logging for operation execution.
528
+ - Adds a new experiment `useIPCScriptsInWatchMode`. When this flag is enabled and Rush is running in watch mode, it will check for npm scripts named `_phase:<phase-name>:ipc`, and if found, use them instead of the normal invocation of `_phase:<phase-name>`. When doing so, it will provide an IPC channel to the child process and expect the child to outlive the current build pass.
529
+
530
+ ## 5.114.3
531
+ Thu, 22 Feb 2024 00:10:32 GMT
532
+
533
+ ### Updates
534
+
535
+ - Replace deprecated function, and fix a path bug in Windows env
536
+
537
+ ## 5.114.2
538
+ Wed, 21 Feb 2024 21:45:46 GMT
539
+
540
+ ### Updates
541
+
542
+ - Replace the dependency on the `colors` package with `Colorize` from `@rushstack/terminal`.
543
+
544
+ ## 5.114.1
545
+ Wed, 21 Feb 2024 08:56:05 GMT
546
+
547
+ ### Updates
548
+
549
+ - Improve `rush scan` to analyze APIs such as `Import.lazy()` and `await import()`
550
+ - Fix a recent regression where `@rushstack/rush-sdk` did not declare its dependency on `@rushstack/terminal`
551
+
552
+ ## 5.114.0
553
+ Mon, 19 Feb 2024 21:54:44 GMT
554
+
555
+ ### Updates
556
+
557
+ - (EXPERIMENTAL) Add `enablePnpmSyncForInjectedDependenciesMeta` to experiments.json; it is part of an upcoming feature for managing PNPM "injected" dependencies: https://www.npmjs.com/package/pnpm-sync
558
+ - Include a `pnpmPatchesCommonFolderName` constant for the folder name "pnpm-patches" that gets placed under "common".
559
+ - Add a feature to generate a `project-impact-graph.yaml` file in the repo root. This feature is gated under the new `generateProjectImpactGraphDuringRushUpdate` experiment.
560
+ - Fix a formatting issue with the LICENSE.
561
+ - Fix an issue with filtered installs when the experimental subspaces feature is enabled
562
+
563
+ ## 5.113.4
564
+ Wed, 31 Jan 2024 22:49:17 GMT
565
+
566
+ ### Updates
567
+
568
+ - Introduce an explicit warning message during `rush install` or `rush update` about `dependenciesMeta` not being up-to-date.
569
+
570
+ ## 5.113.3
571
+ Wed, 31 Jan 2024 22:25:55 GMT
572
+
573
+ ### Updates
574
+
575
+ - Fix an issue where `rush update` would sometimes not correctly sync the `pnpm-lock.yaml` file back to `common/config/rush/` after a project's `package.json` has been updated.
576
+
577
+ ## 5.113.2
578
+ Wed, 31 Jan 2024 18:45:33 GMT
579
+
580
+ ### Updates
581
+
582
+ - Fix some minor issues when the experimental subspaces feature is enabled
583
+
584
+ ## 5.113.1
585
+ Wed, 31 Jan 2024 07:07:50 GMT
586
+
587
+ ### Updates
588
+
589
+ - (EXPERIMENTAL) Enable filtered installs of subspaces and add a "preventSelectingAllSubspaces" setting
590
+
591
+ ## 5.113.0
592
+ Tue, 30 Jan 2024 22:58:52 GMT
593
+
594
+ ### Updates
595
+
596
+ - Fix an issue where Rush does not detect changes to the `dependenciesMeta` field in project's `package.json` files, so may incorrectly skip updating/installation.
597
+ - Add ability to enable IPC channels in `Utilities#executeLifeCycleCommand`.
598
+ - Update `rush init` template to document the "buildSkipWithAllowWarningsInSuccessfulBuild" experiment
599
+ - (BREAKING CHANGE) Begin removal of APIs for the deprecated "installation variants" feature, since subspaces are a more robust solution for that problem
600
+ - (EXPERIMENTAL) Implement installation for the not-yet-released "subspaces" feature (GitHub #4230)
601
+
602
+ ## 5.112.2
603
+ Tue, 12 Dec 2023 00:20:51 GMT
604
+
605
+ ### Updates
606
+
607
+ - Bring back the erroneously removed `preminor` bump type for lockstepped packages.
608
+ - Fix an issue where the contents of a folder set in the `"folderToCopy"` field of the `deploy.json` config file would be copied into a subfolder instead of into the root of the deploy folder.
609
+ - (EXPERIMENTAL) Implemented config file loader for the not-yet-released "subspaces" feature (GitHub #4230)
610
+
611
+ ## 5.112.1
612
+ Wed, 29 Nov 2023 08:59:31 GMT
613
+
614
+ ### Updates
615
+
616
+ - Allow the device code credential options to be extended Azure authentication subclasses, used in advanced authentication scenarios.
617
+
618
+ ## 5.112.0
619
+ Mon, 27 Nov 2023 23:36:11 GMT
620
+
621
+ ### Updates
622
+
623
+ - Update the `@azure/identity` and `@azure/storage-blob` dependencies of `@rushstack/rush-azure-storage-build-cache-plugin` to eliminate an `EBADENGINE` error when installing Rush on Node 20.
624
+
625
+ ## 5.111.0
626
+ Sat, 18 Nov 2023 00:06:20 GMT
627
+
628
+ ### Updates
629
+
630
+ - Add experiment `buildSkipWithAllowWarningsInSuccessfulBuild` to allow skipping builds that succeeded with warnings in the previous run.
631
+
632
+ ## 5.110.2
633
+ Thu, 16 Nov 2023 01:36:10 GMT
634
+
635
+ _Version update only_
636
+
637
+ ## 5.110.1
638
+ Wed, 01 Nov 2023 23:29:47 GMT
639
+
640
+ ### Updates
641
+
642
+ - Fix line endings in published package.
643
+
644
+ ## 5.110.0
645
+ Mon, 30 Oct 2023 23:37:07 GMT
646
+
647
+ ### Updates
648
+
649
+ - Include the filename of the shrinkwrap file in logging messages for all package managers, not just Yarn.
650
+ - performance improvements by running asynchronous code concurrently using Promise.all
651
+
652
+ ## 5.109.2
653
+ Fri, 20 Oct 2023 01:54:21 GMT
654
+
655
+ ### Updates
656
+
657
+ - Allow the output preservation incremental strategy if the build cache is configured but disabled. When running in verbose mode, log the incremental strategy that is being used.
658
+ - Log the cache key in `--verbose` mode when the cache is successfully read from or written to.
659
+ - Fix an issue where console colors were sometimes not enabled correctly during `rush install`
660
+ - Fix an issue where running `rush update-cloud-credentials --interactive` sometimes used the wrong working directory when invoked in a repo configured to use the `http` build cache provider (GitHub #4396)
661
+
662
+ ## 5.109.1
663
+ Sat, 07 Oct 2023 01:20:56 GMT
664
+
665
+ ### Updates
666
+
667
+ - Fix incorrect capitalization in the "rush init" template
668
+
669
+ ## 5.109.0
670
+ Sat, 07 Oct 2023 00:25:27 GMT
671
+
672
+ ### Updates
673
+
674
+ - (IMPORTANT) Add a new setting `autoInstallPeers` in pnpm-config.json; be aware that Rush changes PNPM's default if you are using PNPM 8 or newer
675
+ - (IMPORTANT) After upgrading, if `rush install` fails with `ERR_PNPM_LOCKFILE_CONFIG_MISMATCH`, please run `rush update --recheck`
676
+ - Improve visual formatting of custom tips
677
+ - Add start `preRushx` and `postRushx` event hooks for monitoring the `rushx` command
678
+ - Update the oldest usable Node.js version to 14.18.0, since 14.17.0 fails to load
679
+
680
+ ## 5.108.0
681
+ Mon, 02 Oct 2023 20:23:27 GMT
682
+
683
+ ### Updates
684
+
685
+ - Fix an issue where `rush purge` fails on Linux and Mac if the `common/temp/rush-recycler` folder does not exist.
686
+ - Add "--offline" parameter for "rush install" and "rush update"
687
+ - Ignore pause/resume watcher actions when the process is not TTY mode
688
+
689
+ ## 5.107.4
690
+ Tue, 26 Sep 2023 21:02:52 GMT
691
+
692
+ ### Updates
693
+
694
+ - Update type-only imports to include the type modifier.
695
+ - Make the project watcher status and keyboard commands message more visible.
696
+
697
+ ## 5.107.3
698
+ Fri, 22 Sep 2023 09:01:38 GMT
699
+
700
+ ### Updates
701
+
702
+ - Fix filtered installs in pnpm@8.
703
+
704
+ ## 5.107.2
705
+ Fri, 22 Sep 2023 00:06:12 GMT
706
+
707
+ ### Updates
708
+
709
+ - Fix a bug in which an operation failing incorrectly does not block its consumers.
710
+ - Add `resolutionMode` to `rush init` template for pnpm-config.json
711
+
712
+ ## 5.107.1
713
+ Tue, 19 Sep 2023 21:13:23 GMT
714
+
715
+ ### Updates
716
+
717
+ - Fix pnpm's install status printing when pnpm custom tips are defined.
718
+
719
+ ## 5.107.0
720
+ Tue, 19 Sep 2023 00:36:50 GMT
721
+
722
+ ### Updates
723
+
724
+ - Update @types/node from 14 to 18
725
+ - Remove previously removed fields from the `custom-tips.json` schema.
726
+ - (BREAKING API CHANGE) Refactor the `CustomTipsConfiguration` by removing the `configuration` property and adding a `providedCustomTipsByTipId` map property.
727
+ - Fix an issue where pnpm would would not rewrite the current status line on a TTY console, and instead would print a series of separate status lines during installation. Note that this is only fixed when there are no custom PNPM tips provided.
728
+ - Add "Waiting" operation status for operations that have one or more dependencies still pending. Ensure that the `onOperationStatusChanged` hook fires for every status change.
729
+ - Add support for optional build status notifications over a web socket connection to `@rushstack/rush-serve-plugin`.
730
+ - Add pause/resume option to project watcher
731
+
732
+ ## 5.106.0
733
+ Thu, 14 Sep 2023 09:20:11 GMT
734
+
735
+ ### Updates
736
+
737
+ - (IMPORTANT) Add a new setting `resolutionMode` in pnpm-config.json; be aware that Rush now overrides the default behavior if you are using PNPM 8.0.0 through 8.6.12 (GitHub #4283)
738
+ - Support adding custom tips for pnpm-printed logs
739
+ - (BREAKING CHANGE) Remove the "defaultMessagePrefix" config in custom-tips.json
740
+ - Rename the `PnpmStoreOptions` type to `PnpmStoreLocation`.
741
+
742
+ ## 5.105.0
743
+ Fri, 08 Sep 2023 04:09:06 GMT
744
+
745
+ ### Updates
746
+
747
+ - Disable build cache writes in watch rebuilds.
748
+ - Fix the instance of "ICreateOperationsContext" passed to the "beforeExecuteOperations" hook in watch mode rebuilds to match the instance passed to the "createOperations" hook.
749
+ - Fix an issue where the error message printed when two phases have overlapping output folders did not mention both phases.
750
+ - Update the phase output folders validation to only check for overlapping folders for phases that actually execute an operation in a given project.
751
+ - Add the "disableBuildCache" option to the schema for phased commands (it is already present for bulk commands). Update the behavior of the "disableBuildCache" flag to also disable the legacy skip detection, in the event that the build cache is not configured.
752
+
753
+ ## 5.104.1
754
+ Tue, 05 Sep 2023 18:53:03 GMT
755
+
756
+ ### Updates
757
+
758
+ - Fix an issue where `rush init` generated a `cobuild.json` file that reported errors (GitHub #4307)
759
+
760
+ ## 5.104.0
761
+ Fri, 01 Sep 2023 04:54:16 GMT
762
+
763
+ ### Updates
764
+
765
+ - (EXPERIMENTAL) Initial release of the cobuild feature, a cheap way to distribute jobs Rush builds across multiple VMs. (GitHub #3485)
766
+
767
+ ## 5.103.0
768
+ Thu, 31 Aug 2023 23:28:28 GMT
769
+
770
+ ### Updates
771
+
772
+ - Add dependencySettings field to Rush deploy.json configurations. This will allow developers to customize how third party dependencies are processed when running `rush deploy`
773
+ - Fix an issue where `rush update-autoinstaller` sometimes did not fully upgrade the lockfile
774
+ - Fix an issue where "undefined" was sometimes printed instead of a blank line
775
+
776
+ ## 5.102.0
777
+ Tue, 15 Aug 2023 20:09:40 GMT
778
+
779
+ ### Updates
780
+
781
+ - Add a new config file "custom-tips.json" for customizing Rush messages (GitHub #4207)
782
+ - Improve "rush scan" to recognize module patterns such as "import get from 'lodash.get'"
783
+ - Update Node.js version checks to support the new LTS release
784
+ - Update "rush init" template to use PNPM 7.33.5
785
+ - Update the "rush init" template's .gitignore to avoid spurious diffs for files such as "autoinstaller.lock"
786
+ - Fix an issue where a pnpm-lock file would fail to parse if a project used a package alias in a repo using pnpm 8.
787
+ - Fix HTTP/1 backwards compatibility in rush-serve-plugin.
788
+ - Add experiment "usePnpmLockfileOnlyThenFrozenLockfileForRushUpdate" that, when running `rush update`, performs first a `--lockfile-only` update to the lockfile, then a `--frozen-lockfile` installation. This mitigates issues that may arise when using the `afterAllResolved` hook in `.pnpmfile.cjs`.
789
+
790
+ ## 5.101.1
791
+ Fri, 11 Aug 2023 17:57:55 GMT
792
+
793
+ ### Updates
794
+
795
+ - Fix a regression from 5.101.0 where publishing features did not detect changes properly when running on Windows OS (GitHub #4277)
796
+ - Add support in rush-serve-plugin for HTTP/2, gzip compression, and CORS preflight requests.
797
+
798
+ ## 5.101.0
799
+ Tue, 08 Aug 2023 07:11:02 GMT
800
+
801
+ ### Updates
802
+
803
+ - Enable the "http" option for build-cache providers
804
+ - Switch from glob to fast-glob.
805
+ - Reduce false positive detections of the pnpm shrinkwrap file being out of date in the presence of the `globalOverrides` setting in `pnpm-config.json`, or when a dependency is listed in both `dependencies` and `devDependencies` in the same package.
806
+ - @rushstack/rush-sdk now exposes a secondary API for manually loading the Rush engine and monitoring installation progress
807
+ - Add support for npm aliases in `PnpmShrinkwrapFile._getPackageId`.
808
+ - Improve version resolution logic in common/scripts/install-run.js (see https://github.com/microsoft/rushstack/issues/4256)
809
+ - Add `patternsToInclude` and `patternsToExclude` support to Rush deploy.json configurations. This will allow developers to include or exclude provided glob patterns within a local project when running `rush deploy`.
810
+
811
+ ## 5.100.2
812
+ Mon, 24 Jul 2023 18:54:49 GMT
813
+
814
+ ### Patches
815
+
816
+ - Fix an issue where the git pre-push hook would allow push to go through if the script exited with error.
817
+
818
+ ### Updates
819
+
820
+ - Updated semver dependency
821
+
822
+ ## 5.100.1
823
+ Wed, 14 Jun 2023 19:42:12 GMT
824
+
825
+ ### Updates
826
+
827
+ - Fix an issue where Rush would attempt to open a project's log file for writing twice.
828
+ - Fix an issue where arguments weren't passed to git hook scripts.
829
+
830
+ ## 5.100.0
831
+ Tue, 13 Jun 2023 01:49:21 GMT
832
+
833
+ ### Updates
834
+
835
+ - (BREAKING API CHANGE) Remove unused members of the `BumpType` API. See https://github.com/microsoft/rushstack/issues/1335 for details.
836
+ - Add `--peer` flag to `rush add` command to add peerDependencies
837
+ - Add support for PNPM 8.
838
+ - Remove the dependency on `lodash`.
839
+ - Add functionality for the Amazon S3 Build Cache Plugin to read credentials from common AWS_* environment variables.
840
+ - Write cache logs to their own file(s).
841
+ - Fix an issue where cache logging data was always written to stdout.
842
+ - Generate scripts in the Git hooks folder referring to the actual hook implementations in-place in the Rush `common/git-hooks/` folder instead of copying the scripts to the Git hooks folder.
843
+ - Bump webpack to v5.82.1
844
+
845
+ ## 5.99.0
846
+ Fri, 02 Jun 2023 22:08:28 GMT
847
+
848
+ ### Updates
849
+
850
+ - Use a separate temrinal for logging cache subsystem
851
+ - Expose beforeLog hook
852
+ - Convert to multi-phase Heft
853
+ - Use `JSON.parse` instead of `jju` to parse `package.json` files for faster performance.
854
+
855
+ ## 5.98.0
856
+ Sun, 21 May 2023 00:18:35 GMT
857
+
858
+ ### Updates
859
+
860
+ - Add a "forbidPhantomResolvableNodeModuleFolders" experiment that forbids node_modules folders in the repo root and in parent folders.
861
+ - Update the `RushSession.registerCloudBuildCacheProviderFactory` API to allow a cache provider's factory function to return a promise.
862
+ - Add built-in plugin rush-http-build-cache-plugin
863
+ - Fix an issue where the last character in a project's path is ignored when determining which files contribute to the project's cache ID.
864
+ - Fix a performance bug in `rush version` when using `workspace:` protocol.
865
+ - (BREAKING API CHANGE) Add a property `missingScriptBehavior` to phase definitions that can be used to silence missing scripts to reduce log noise. This replaces the `ignoreMissingScript` property visible to the plugin API, although the `ignoreMissingScript` property is still supported in the `common/config/rush/command-line.json` config file for backwards compatibility.
866
+ - Flatten watch status into a single line with TTY rewrites.
867
+
868
+ ## 5.97.1
869
+ Tue, 18 Apr 2023 16:39:03 GMT
870
+
871
+ ### Updates
872
+
873
+ - `rush version` will now respect the `ensureConsistentVersions` field in `rush.json`
874
+ - Bump webpack to 5.78.0
875
+ - Fix file watching on Windows in the presence of Git's fsmonitor by not watching the .git folder.
876
+
877
+ ## 5.97.0
878
+ Wed, 05 Apr 2023 21:46:37 GMT
879
+
880
+ ### Updates
881
+
882
+ - Convert the `EnvironmentVariableNames` from an enum to a const so that its values can be referred to by type.
883
+
884
+ ## 5.96.0
885
+ Fri, 31 Mar 2023 00:27:51 GMT
886
+
887
+ ### Updates
888
+
889
+ - Fix an issue where rush-sdk sometimes failed to load if the globally installed Rush version was older than rushVersion in rush.json (GitHub #4039)
890
+ - Modify the scheduling behavior of phased commands to schedule only the expressly enumerated phases in all selected projects, adding additional phases only where needed to satisfy dependencies.
891
+
892
+ ## 5.95.0
893
+ Fri, 24 Mar 2023 08:53:43 GMT
894
+
895
+ ### Updates
896
+
897
+ - Add experiment `printEventHooksOutputToConsole` to allow printing outputs from event hooks to the console.
898
+
899
+ ## 5.94.1
900
+ Wed, 22 Mar 2023 20:48:48 GMT
901
+
902
+ ### Updates
903
+
904
+ - Fix an issue where rush plugin autoinstallers would fail to install because the Rush global folder had not yet been initialized.
905
+ - Fix an issue with `rush update-autoinstaller` where it may fail with an `Cannot install with "frozen-lockfile" because pnpm-lock.yaml is not up to date with package.json` error.
906
+
907
+ ## 5.94.0
908
+ Mon, 20 Mar 2023 20:14:36 GMT
909
+
910
+ ### Updates
911
+
912
+ - Update the `nodeSupportedVersionRange` in `rush.json` generated by `rush init` to remove Node 12 as it is no longer supported and include Node 18 as it is the current LTS version.
913
+ - Extend LookupByPath to also be able to obtain the index of the remainder of the matched path.
914
+ - Include some more hooks to allow plugins to monitor phased command execution in real-time.
915
+ - Fix an issue where running `rush update-autoinstaller` without having run `rush install` or `rush update` first would cause a crash with an unhelpful error message.
916
+
917
+ ## 5.93.2
918
+ Mon, 06 Mar 2023 20:18:01 GMT
919
+
920
+ ### Updates
921
+
922
+ - Do not delete the local pnpm store after all install attempts has failed. `rush purge` will still delete a local store.
923
+
924
+ ## 5.93.1
925
+ Fri, 17 Feb 2023 14:46:59 GMT
926
+
927
+ ### Updates
928
+
929
+ - Fix a regression where "rush-sdk" failed to load older versions of "rush-lib" (GitHub #3979)
930
+
931
+ ## 5.93.0
932
+ Fri, 17 Feb 2023 02:14:43 GMT
933
+
934
+ ### Updates
935
+
936
+ - Add code path to @rushstack/rush-sdk for inheriting @microsoft/rush-lib location from a parent process via the _RUSH_LIB_PATH environment variable.
937
+
938
+ ## 5.92.0
939
+ Sun, 12 Feb 2023 02:50:42 GMT
940
+
941
+ ### Updates
942
+
943
+ - Enable @rushstack/rush-sdk to import internal APIs from the proxied @microsoft/rush-lib instance (GitHub #3895)
944
+
945
+ ## 5.91.0
946
+ Sat, 11 Feb 2023 02:04:14 GMT
947
+
948
+ ### Updates
949
+
950
+ - Remove runtime dependency on @rushstack/rush-sdk from the AzureStorageAuthentication class in @rushstack/rush-azure-storage-build-cache-plugin so that it can be used in isolation.
951
+ - Include operation log files in the cache, and restore them during cache hits.
952
+
953
+ ## 5.90.2
954
+ Wed, 08 Feb 2023 20:27:06 GMT
955
+
956
+ _Version update only_
957
+
958
+ ## 5.90.1
959
+ Wed, 08 Feb 2023 19:58:35 GMT
960
+
961
+ ### Patches
962
+
963
+ - Fix determination of the root of the current Git worktree when in a multi-worktree setup.
964
+
965
+ ### Updates
966
+
967
+ - Disable unused depcheck feature for upgrade-interactive.
968
+ - Fix an issue where deleting the `common/temp/node_modules` folder encounters an EPERM error and aborts.
969
+
970
+ ## 5.90.0
971
+ Sun, 29 Jan 2023 20:10:17 GMT
972
+
973
+ ### Updates
974
+
975
+ - Allow "shellCommand" to be optionally specified for bulk custom commands, so that a centralized script can be used instead of invoking package.json scripts (GitHub #3819)
976
+
977
+ ## 5.89.1
978
+ Thu, 26 Jan 2023 02:55:30 GMT
979
+
980
+ ### Updates
981
+
982
+ - Fix an issue with `rush add` where the approved packages files aren't updated.
983
+ - Revert generation of scripts in the Git hooks folder due to various git-related issues
984
+ - Upgrade to webpack 5.75.0
985
+
986
+ ## 5.89.0
987
+ Tue, 24 Jan 2023 22:30:06 GMT
988
+
989
+ ### Updates
990
+
991
+ - Fix linking error due to PNPM v7 local install path breaking change
992
+ - Introduce "dependsOnAdditionalFiles" configuration option to operations in rush-project.json. This option allows to pass glob (minimatch) patterns pointing to files outside of .git repository. If provided, the hash values of these files will become part of the final hash when reading and writing from cache.
993
+ - Use getRepoStateAsync to optimize performance of calculating repository state.
994
+ - Generate scripts in the Git hooks folder referring to the actual hook implementations in-place in the Rush `common/git-hooks/` folder instead of copying the scripts to the Git hooks folder.
995
+
996
+ ## 5.88.2
997
+ Sun, 22 Jan 2023 04:18:44 GMT
998
+
999
+ ### Updates
1000
+
1001
+ - Fix a regression where the 'dist/scripts' folder name was named 'dist/undefined'
1002
+
1003
+ ## 5.88.1
1004
+ Wed, 18 Jan 2023 22:44:31 GMT
1005
+
1006
+ ### Updates
1007
+
1008
+ - Fix an issue where `create-scripts.js` does not exist during `rush deploy`.
1009
+ - Add install-run-rush-pnpm.js script
1010
+ - Update JSZip to 3.8.0.
1011
+
1012
+ ## 5.88.0
1013
+ Thu, 22 Dec 2022 20:11:58 GMT
1014
+
1015
+ ### Updates
1016
+
1017
+ - Improve the experience during a rush operation when the cached credentials have expired. Now, a warning is printed instead of an error being thrown and the operation halted.
1018
+ - (BREAKING API CHANGE IN @rushstack/rush-azure-storage-build-cache-plugin) Change the signature of `AzureAuthenticationBase.tryGetCachedCredentialAsync` to optionally take an object describing the behavior when credentials have expired. The behavior of the function without an argument is unchanged.
1019
+
1020
+ ## 5.87.0
1021
+ Fri, 16 Dec 2022 19:34:26 GMT
1022
+
1023
+ ### Updates
1024
+
1025
+ - Fix a typo in the artifactory.json template
1026
+ - Writing local build cache is more robust on a network drive.
1027
+ - Document default value for the "watchDebounceMs" setting
1028
+ - Add "nodeSupportedVersionInstructions" property to rush.json, allowing maintainers to provide additional instructions if the user's node version is unsupported.
1029
+ - (IMPORTANT) Fix a regression where the "strictPeerDependencies" setting wasn't applied for some versions of PNPM 7 due to unexpected changes of PNPM's default value (GitHub #3828)
1030
+ - Fix an issue where if the package manager is PNPM 6.1.0 or newer, and `pnpmStore` is set to `"local"`, then a global cache was still used.
1031
+ - Write local telemetry for global script actions
1032
+ - Normalize all newlines in logging statements to LF. On Windows, some newlines were CRLF.
1033
+ - Upgrade `npm-check` dependency from `~5.9.2` to `~6.0.1`
1034
+ - Work towards bundling the files of "@rushstack/rush-lib" (Details in GitHub #3837)
1035
+
1036
+ ## 5.86.0
1037
+ Tue, 29 Nov 2022 00:10:20 GMT
1038
+
1039
+ ### Updates
1040
+
1041
+ - Add new commands "rush-pnpm patch" and "rush-pnpm patch-commit" for patching NPM packages when using the PNPM package manager (GitHub #3554)
1042
+
1043
+ ## 5.85.1
1044
+ Fri, 25 Nov 2022 21:51:32 GMT
1045
+
1046
+ ### Updates
1047
+
1048
+ - Fix an intermittent issue when writing tar log files
1049
+
1050
+ ## 5.85.0
1051
+ Thu, 24 Nov 2022 03:57:19 GMT
1052
+
1053
+ ### Updates
1054
+
1055
+ - Add support for a `credentialMetadata` property in the CredentialCache.
1056
+ - (BREAKING API CHANGE) Change the signature of `CredentialCache.setCacheEntry` to take the credential ID and an object describing the credential instead of a credential string and an expiration date. The second argument's type now matches the return value of `CredentialCache.tryGetCacheEntry`
1057
+ - (BREAKING API CHANGE) Change the return type of `AzureAuthenticationBase.tryGetCachedCredentialAsync` (and, therefore, `AzureStorageAuthentication.tryGetCachedCredentialAsync`) from `string | undefined` to `ICredentialCacheEntry | undefined` to include the credentialMetadata.
1058
+
1059
+ ## 5.84.0
1060
+ Tue, 22 Nov 2022 23:24:56 GMT
1061
+
1062
+ ### Updates
1063
+
1064
+ - Add a "dependsOnEnvVars" configuration option to operations in rush-project.json. The variables specified in this option are included in the cache key hash calculation.
1065
+ - The "rush setup" user prompts can now be customized.
1066
+ - Make autoinstaller logging respect the `--quiet` parameter.
1067
+ - Add project filtering to the upgrade-interactive UI prompt. Also increases the default page size for project lists in UI to 12.
1068
+ - Add a feature (behind the "cleanInstallAfterNpmrcChanges" experiment) that will cause a clean install to be performed if the common/temp/.npmrc file has changed since the last install.
1069
+
1070
+ ## 5.83.4
1071
+ Fri, 18 Nov 2022 04:02:43 GMT
1072
+
1073
+ ### Patches
1074
+
1075
+ - Fix performance regression from supporting git submodules
1076
+
1077
+ ### Updates
1078
+
1079
+ - Change files and change logs can store custom fields.
1080
+
1081
+ ## 5.83.3
1082
+ Tue, 15 Nov 2022 18:43:51 GMT
1083
+
1084
+ ### Patches
1085
+
1086
+ - Fix an issue where Git submodules were not handled correctly by the build cache (GitHub #1711)
1087
+
1088
+ ## 5.83.2
1089
+ Mon, 14 Nov 2022 05:15:22 GMT
1090
+
1091
+ ### Updates
1092
+
1093
+ - Ensure autoinstaller lockfiles are not leftover after an error
1094
+
1095
+ ## 5.83.1
1096
+ Sat, 12 Nov 2022 04:40:57 GMT
1097
+
1098
+ ### Updates
1099
+
1100
+ - Update the "rush init" template for command-line.json to add usage examples for integer, integer list, string list, choice list parameter kinds
1101
+
1102
+ ## 5.83.0
1103
+ Fri, 11 Nov 2022 03:51:49 GMT
1104
+
1105
+ ### Updates
1106
+
1107
+ - Add credentialType option for rush setup command
1108
+ - Rush "setup" command works even if plugins cannot be installed
1109
+ - Add support for integer, integer list, string list, and choice list parameters in plugins.
1110
+ - Introduce a `rush upgrade-interactive` action that provides an interactive way to upgrade outdated dependencies.
1111
+ - Fix a regression from Rush 5.79.0 where "rush init" did not create the pnpm-config.json file automatically
1112
+
1113
+ ## 5.82.1
1114
+ Wed, 19 Oct 2022 23:44:02 GMT
1115
+
1116
+ _Version update only_
1117
+
1118
+ ## 5.82.0
1119
+ Mon, 17 Oct 2022 22:14:39 GMT
1120
+
1121
+ ### Updates
1122
+
1123
+ - Replace Travis with GitHub Actions in the `rush init` template."
1124
+ - Handle case in ProjectWatcher where a project contains no git tracked files or status information is or was unavailable.
1125
+ - Refactor @rushstack/rush-azure-storage-build-cache-plugin to expose an API for generating and caching Azure credentials for other workloads, in addition to Storage.
1126
+ - Validate the change type in changefiles during publishing.
1127
+
1128
+ ## 5.81.0
1129
+ Sat, 08 Oct 2022 02:30:30 GMT
1130
+
1131
+ ### Updates
1132
+
1133
+ - Add a `rush remove` command that removes one or more dependencies from a project.
1134
+ - Support passing a lockfile to "install-run.js" and "install-run-rush.js" to ensure stable installation on CI.
1135
+ - Add missing "environmentVariables" property to "pnpm-config.json" schema to restore feature parity with "rush.json" "pnpmOptions" field.
1136
+
1137
+ ## 5.80.1
1138
+ Mon, 03 Oct 2022 23:11:35 GMT
1139
+
1140
+ ### Updates
1141
+
1142
+ - Add a more useful error message in cases when a merge base for `rush change` cannot be determined.
1143
+
1144
+ ## 5.80.0
1145
+ Thu, 29 Sep 2022 07:13:24 GMT
1146
+
1147
+ ### Updates
1148
+
1149
+ - Include the operation duration in the telemetry data that was recorded during the non-cached run when a cache hit occurs.
1150
+ - Fix an error message that always says to run "rush update --purge" even if the user only needs to run "rush install --purge."
1151
+ - Fix an issue where a "Current PNPM store path does not match the last one used." error will erroneously get thrown on Windows with an unchanged path, but with a forward slash instead of a backslash.
1152
+ - Remove fallback from tar binary to npm 'tar' package. The npm 'tar' package would sometimes produce invalid output if the cache entry was corrupt.
1153
+ - Remove gender from the git config example in rush.json
1154
+
1155
+ ## 5.79.0
1156
+ Sat, 24 Sep 2022 17:37:03 GMT
1157
+
1158
+ ### Minor changes
1159
+
1160
+ - Add a `common/config/pnpm-config.json`, which is used to specify fields like `overrides`, `packageExtensions`, and `neverBuiltDependencies` that would otherwise be placed in a PNPM workspace repo's root-level `package.json`'s `pnpm` field.
1161
+
1162
+ ### Updates
1163
+
1164
+ - Add a `--commit` and `--commit-message` flag to `rush change` that commits the change files automatically.
1165
+
1166
+ ## 5.78.1
1167
+ Fri, 23 Sep 2022 02:54:44 GMT
1168
+
1169
+ ### Updates
1170
+
1171
+ - Fix Git detection when the current working directory is unrelated to the Rush workspace.
1172
+ - Fix an error that ocurred if an autoinstaller's "node_modules" folder was manually deleted (GitHub #2987)
1173
+
1174
+ ## 5.78.0
1175
+ Sat, 17 Sep 2022 00:56:37 GMT
1176
+
1177
+ ### Updates
1178
+
1179
+ - Add a "beforeInstall" hook to the plugin API, for plugins to examine the environment immediately before "rush install" or "rush update" invoke the package manager.
1180
+ - Fix "--parallelism XX%" parsing to return a finite number of CPU cores.
1181
+ - Update the "rush init" template to include .gitignore patterns for IntellJ IDEA
1182
+ - Upgrade the @azure/identity and @azure/storage-blob packages to eliminate a deprecation message during installation.
1183
+ - Define an environment variable RUSH_PNPM_VERIFY_STORE_INTEGRITY that can be used to enable or disable PNPM's store integrity verification during installation for performance.
1184
+
1185
+ ## 5.77.3
1186
+ Fri, 02 Sep 2022 17:49:09 GMT
1187
+
1188
+ _Version update only_
1189
+
1190
+ ## 5.77.2
1191
+ Wed, 31 Aug 2022 00:43:07 GMT
1192
+
1193
+ ### Updates
1194
+
1195
+ - Fix an issue where "rush add" sometimes did not work correctly if a project is nested under another project's folder
1196
+
1197
+ ## 5.77.1
1198
+ Tue, 30 Aug 2022 17:26:42 GMT
1199
+
1200
+ ### Updates
1201
+
1202
+ - Fixed an issue where "rush add" was not updating common-versions.json when using "--make-consistent"
1203
+
1204
+ ## 5.77.0
1205
+ Mon, 29 Aug 2022 21:09:31 GMT
1206
+
1207
+ ### Updates
1208
+
1209
+ - Add machine architecture information, dependency graph information, and individual build times and statuses to the telemetry file.
1210
+ - Add schema validation for change files.
1211
+ - Fix a minor issue with the "--rush-example-repo" template
1212
+ - Update CLI docs for "rush add"
1213
+ - Improve some config file documentation
1214
+ - Make the project tag name syntax more strict to avoid error-prone names such as "tag:$PATH" or "tag://"
1215
+ - Add validation to ensure package.json files are strict JSON and the "version" field is strict SemVer
1216
+ - Add a new setting "watchOptions.debounceMs" in command-line.json
1217
+
1218
+ ## 5.76.1
1219
+ Mon, 08 Aug 2022 07:32:36 GMT
1220
+
1221
+ ### Updates
1222
+
1223
+ - Fix a recent regression where "rush install" would sometimes fail with "Unknown option: 'ignore-compatibility-db'"
1224
+
1225
+ ## 5.76.0
1226
+ Sat, 06 Aug 2022 05:35:19 GMT
1227
+
1228
+ ### Updates
1229
+
1230
+ - Validate that if shouldPublish is set, private is not set
1231
+ - "rush install/update" should always set "ignore-compatibility-db=true" and print warning if the rush.json pnpmVersion specifies a version affected by this problem.
1232
+ - Reorder some initialization logic so that Rush's change analysis is not counted as part of the build time for the first project
1233
+ - (BREAKING API CHANGE) Rename cyclicDependencyProjects to decoupledLocalDependencies
1234
+
1235
+ ## 5.75.0
1236
+ Tue, 28 Jun 2022 03:31:01 GMT
1237
+
1238
+ ### Updates
1239
+
1240
+ - Disable build cache for operations with no corresponding operationSettings entry in rush-project.json, and provide a clear message about why.
1241
+ - When the `projectName:normalize` token is used in a cache ID, remove the `@` character from the scope.
1242
+ - Reduce default maxInstallAttempts to 1
1243
+ - Improve logging of file locations when using the Heft build tool
1244
+
1245
+ ## 5.74.0
1246
+ Fri, 10 Jun 2022 22:17:51 GMT
1247
+
1248
+ _Version update only_
1249
+
1250
+ ## 5.73.0
1251
+ Fri, 10 Jun 2022 21:54:49 GMT
1252
+
1253
+ _Version update only_
1254
+
1255
+ ## 5.72.0
1256
+ Fri, 10 Jun 2022 20:01:47 GMT
1257
+
1258
+ ### Updates
1259
+
1260
+ - Introduce a "rush-pnpm" shell command for invoking native PNPM commands in a Rush workspace
1261
+
1262
+ ## 5.71.0
1263
+ Fri, 27 May 2022 00:50:06 GMT
1264
+
1265
+ ### Updates
1266
+
1267
+ - Write local telemetry for all phased commands, including partial runs when running in watch mode.
1268
+ - Export the list of workspace packages to the pnpmfile shim.
1269
+
1270
+ ## 5.70.0
1271
+ Wed, 11 May 2022 22:21:40 GMT
1272
+
1273
+ ### Updates
1274
+
1275
+ - Add a new `afterExecuteOperations` hook to phased command execution. This hook is used for the console timeline view and the standard result summary.
1276
+
1277
+ ## 5.69.0
1278
+ Tue, 10 May 2022 01:20:58 GMT
1279
+
1280
+ ### Updates
1281
+
1282
+ - Fix handling of erroneous undefined values when printing `rush list --detailed`
1283
+ - Update watcher to only schedule operations impacted by the detected change. A behavior difference will only be observed for repositories that define a phase with no dependencies.
1284
+ - Fix handing of the `strictPeerDependencies` option when using PNPM >= 7.0.0.
1285
+ - Update the `postRushInstall` hook to always run, and move its execution to after telemetry is written.
1286
+ - (BREAKING CHANGE) Remove the "xstitchPreferredVersions" property from common-versions.json and the CommonVersionsConfiguration API.
1287
+ - Correct a warning that is printed during "rush change" to only be concerned with unstaged changes.
1288
+ - Include tags in the `rush list` output.
1289
+
1290
+ ## 5.68.2
1291
+ Fri, 06 May 2022 18:54:55 GMT
1292
+
1293
+ ### Updates
1294
+
1295
+ - Provide ability for phased script commands to internally invoke "rush install" prior to execution.
1296
+
1297
+ ## 5.68.1
1298
+ Tue, 03 May 2022 21:52:56 GMT
1299
+
1300
+ ### Updates
1301
+
1302
+ - Fix an issue where "rush list --json" prints non-json output in a repo that uses rush plugins with autoinstallers.
1303
+
1304
+ ## 5.68.0
1305
+ Fri, 29 Apr 2022 05:22:05 GMT
1306
+
1307
+ ### Updates
1308
+
1309
+ - Disable legacy skip logic when build cache is enabled.
1310
+ - Report status of projects with an empty script as "did not define any work," instead of as "from cache."
1311
+ - Add a -- parameter to git command invocations that accept user input to prevent arbitrary arguments from being passed.
1312
+ - Remove the @deprecated label from `RushConfigurationProject.packageJson`.
1313
+
1314
+ ## 5.67.0
1315
+ Sat, 23 Apr 2022 02:13:20 GMT
1316
+
1317
+ ### Updates
1318
+
1319
+ - Upgrade "tar" dependency to eliminate spurious security vulnerability for "minimist" package
1320
+ - Remove requirement that custom parameters associated with a phased command must also be associated with one or more phases. This allows for custom parameters that will only be interpreted by plugins.
1321
+
1322
+ ## 5.66.2
1323
+ Tue, 12 Apr 2022 02:58:47 GMT
1324
+
1325
+ ### Updates
1326
+
1327
+ - Fix an issue where running the "install-run-rush" script with the "--help" parameter won't install Rush.
1328
+
1329
+ ## 5.66.1
1330
+ Tue, 12 Apr 2022 01:52:38 GMT
1331
+
1332
+ ### Updates
1333
+
1334
+ - Fix watch-mode phased commands when rush.json is not in the repository root. Fix watch-mode change detection on Linux.
1335
+
1336
+ ## 5.66.0
1337
+ Sat, 09 Apr 2022 02:24:40 GMT
1338
+
1339
+ ### Updates
1340
+
1341
+ - (BREAKING CHANGE) Update references to the default branch to reference "main" instead of "master".
1342
+
1343
+ ## 5.65.1
1344
+ Fri, 08 Apr 2022 23:10:18 GMT
1345
+
1346
+ _Version update only_
1347
+
1348
+ ## 5.65.0
1349
+ Fri, 08 Apr 2022 06:16:59 GMT
1350
+
1351
+ ### Updates
1352
+
1353
+ - Expose APIs for managing Azure credentials from @rushstack/rush-azure-storage-build-cache-plugin.
1354
+ - Add flushTelemetry hook
1355
+ - Fix an edge case where `rush update` fails in a PNPM workspaces repo with no dependencies.
1356
+ - Fix some issues with "rush add"'s ability to determine which version to use when adding a dependency that is already present in the repo.
1357
+ - Add support for percentage values for --parallelism flag, eg. "50%".
1358
+ - Improve retry logic in the Amazon S3 cloud cache plugin and improve reporting when the user is not authenticated.
1359
+ - Add an additional plugin to rush-azure-storage-build-cache-plugin that can be used to prompt for Azure authentication before a command runs.
1360
+ - Change the way "rush change" prints long lists of package names to include an "(and <count> more)" line after the first five listed by name.
1361
+ - Add a "tags" field to project definitions in rush.json. These may be used to select projects, for example, "rush list --only tag:my-custom-tag".
1362
+ - Fix a typo in output of `rush change -v`
1363
+
1364
+ ## 5.64.0
1365
+ Fri, 01 Apr 2022 04:51:31 GMT
1366
+
1367
+ ### Updates
1368
+
1369
+ - Add support for suppressing startup information to invocations of `rush`, `rushx`, and the `install-run-rush` scripts.
1370
+ - Add --timeline option for more detail generated at end of rush build
1371
+ - Expose plugin hooks for phased command execution: the "createOperations" hook allows customizing the set of operations to execute, and the "waitingForChanges" hook gives plugins an opportunity to display data to the console while output is paused.
1372
+
1373
+ ## 5.63.1
1374
+ Sat, 26 Mar 2022 00:47:39 GMT
1375
+
1376
+ ### Patches
1377
+
1378
+ - Fix an issue where the build cache is never written to.
1379
+
1380
+ ### Updates
1381
+
1382
+ - Fix broken README links for @microsoft/rush-lib documentation and API reference.
1383
+
1384
+ ## 5.63.0
1385
+ Tue, 15 Mar 2022 19:18:12 GMT
1386
+
1387
+ ### Updates
1388
+
1389
+ - Reinstall automatically if monorepo folder is moved
1390
+ - Fix resolution of change file paths when rush.json is not in the root of the Git repository.
1391
+ - Fix the "selected operations" logging for commands that skipped projects to only display the operations that will be executed.
1392
+ - For watch mode commands, allow the command to continue even if the initial build fails.
1393
+ - Allow adding of aliased child packages.
1394
+ - Add plugin hooks for global and phased commands and allow plugins to tap into command execution by command name, or into the execution of any command by command kind.
1395
+ - Fix a typo in the "rush add" command-line help.
1396
+
1397
+ ## 5.62.4
1398
+ Tue, 15 Feb 2022 01:40:57 GMT
1399
+
1400
+ ### Updates
1401
+
1402
+ - Remove the lib/index.mjs file from the @rushstack/rush-sdk package. This package must be CommonJS.
1403
+ - Do not load the PowerShell User Profile for running the AsyncRecycler task
1404
+
1405
+ ## 5.62.3
1406
+ Fri, 11 Feb 2022 02:18:05 GMT
1407
+
1408
+ ### Updates
1409
+
1410
+ - Fix an issue where the git tag would not include the prerelease portion of the version, which will cause subsequent publishes of the same version to not be tagged.
1411
+
1412
+ ## 5.62.2
1413
+ Thu, 10 Feb 2022 03:21:41 GMT
1414
+
1415
+ ### Updates
1416
+
1417
+ - Add the ability to forcibly replace bad cache entries generated by issues in a previous Rush release.
1418
+ - Fix an issue where the dependencies of lockstep-versioned projects aren't bumped when the lockstep-versioned projects' versions are bumped. This issue only arose in the scenario when the lockstep-versioned projects' version bumps are driven by the change type in the changefiles and not by the "nextBump" property in "common/config/rush/version-policies.json"
1419
+ - Fix an issue where "rush setup" reported a TypeError when invoked from Git Bash
1420
+ - Fix a bug where `rush change --verify` would not find the correct `common/changes` folder if the `rush.json` is not in the Git repo's root folder.
1421
+ - Add support for rush-sdk to be bundled with Webpack.
1422
+ - Add watch mode support to "phased" command definitions via the "watchOptions" property with a subfield "watchPhases". This separates the initial command phases from the phases run by the file watcher, e.g. so that the initial execution can pull from cache and the watch mode execution can use a separate incremental build phase.
1423
+
1424
+ ## 5.62.1
1425
+ Sun, 06 Feb 2022 04:59:08 GMT
1426
+
1427
+ ### Updates
1428
+
1429
+ - Fix an issue where cache entries in certain circumstances would be missing files in nested subfolders. For full details see https://github.com/microsoft/rushstack/pull/3211.
1430
+
1431
+ ## 5.62.0
1432
+ Sat, 05 Feb 2022 00:55:18 GMT
1433
+
1434
+ ### Updates
1435
+
1436
+ - Add support for directly invoking a script that depends on `rush-sdk` from inside a Rush repo.
1437
+ - Add support for a new URL-based version specifier in PNPM lockfiles.
1438
+ - Add support for specifying a custom S3 endpoint. This is useful for using a custom S3 provider.
1439
+ - Optimize invocation of tar to use stdin instead of a temporary file.
1440
+ - Revise architecture of symbolic link scan to use a queue and parallel file system calls.
1441
+ - Create separate tar logs per phase based on cache id.
1442
+ - Pack tar to a temp file, then move into the cache to ensure cache integrity.
1443
+ - Fix git-hooks folder check failing when compared paths have different drive letter casing
1444
+
1445
+ ## 5.61.4
1446
+ Wed, 02 Feb 2022 04:03:24 GMT
1447
+
1448
+ ### Updates
1449
+
1450
+ - Bump tar dependency to have a minimum version of 5.0.10.
1451
+
1452
+ ## 5.61.3
1453
+ Fri, 28 Jan 2022 21:03:58 GMT
1454
+
1455
+ ### Updates
1456
+
1457
+ - Update the built-in cache provider plugins (rush-amazon-s3-build-cache-plugin and rush-azure-storage-build-cache-plugin) to apply for all commands, enabling cloud caching for custom phased and bulk commands.
1458
+ - Allow build cache to be enabled for custom bulk commands.
1459
+
1460
+ ## 5.61.2
1461
+ Thu, 27 Jan 2022 02:30:10 GMT
1462
+
1463
+ ### Updates
1464
+
1465
+ - Update node-fetch dependency version to address CVE-2022-0235
1466
+
1467
+ ## 5.61.1
1468
+ Sat, 22 Jan 2022 04:22:52 GMT
1469
+
1470
+ ### Updates
1471
+
1472
+ - (EXPERIMENTAL) Allow common/config/rush/command-line.json to specify the build command as a phased command without specifying all of the options required by the schema. The remaining options will come from the default. This is already supported when a partially-specified build command has "commandKind" set to "bulk".
1473
+ - Fix an issue where Git Bash "tar" does not handle Windows paths correctly.
1474
+ - (EXPERIMENTAL) Improve the RUSH_BUILD_CACHE_WRITE_ALLOWED environment variable behavior so that it also affects the local build cache. This saves CPU cycles on CI machines that only run a single build. It also avoids cache writes for watch mode commands.
1475
+ - Refactoring to support upcoming watch mode improvements: Rework the task execution engine to interact with the task queue using the ECMAScript async iteration protocol (GitHub #3043)
1476
+ - Fix project change detection when a new project is added to a repo that uses PNPM with useWorkspaces=false (GitHub #3183)
1477
+
1478
+ ## 5.61.0
1479
+ Sat, 22 Jan 2022 03:17:59 GMT
1480
+
1481
+ ### Updates
1482
+
1483
+ - (EXPERIMENTAL) Fix a regression for the plugins feature, which caused an error message "command-line.json defines a command 'build' using a name that already exists" (GitHub #3155)
1484
+
1485
+ ## 5.60.0
1486
+ Thu, 20 Jan 2022 02:46:15 GMT
1487
+
1488
+ ### Updates
1489
+
1490
+ - Fix the "allowWarningsInSuccessfulBuild" option in bulk commands defined in common/config/command-line.json.
1491
+ - (BREAKING CHANGE) The experimental config file options "skipPhasesForCommand" and "addPhasesToCommand" have been temporarily removed until their design can be better formalized.
1492
+ - Include NodeJS 16 in the range of supported versions (`nodeSupportedVersionRange`) in the `rush.json` file generated by `rush init`.
1493
+ - (BREAKING CHANGE) Some experimental fields have been renamed in "config/rush-project.json". Please see UPGRADING.md for details.
1494
+
1495
+ ## 5.59.2
1496
+ Fri, 07 Jan 2022 02:34:59 GMT
1497
+
1498
+ ### Updates
1499
+
1500
+ - Fixes a regression that broke "rush build" completely when not using the "--only" parameter.
1501
+
1502
+ ## 5.59.1
1503
+ Fri, 07 Jan 2022 01:21:44 GMT
1504
+
1505
+ ### Patches
1506
+
1507
+ - Fixes a regression in bulk command execution when using "unsafe" selector parameters, e.g. "--only". Ensures that only the projects selected by the parameters get included in the build, rather that forcibly including all dependencies.
1508
+
1509
+ ## 5.59.0
1510
+ Thu, 06 Jan 2022 22:18:13 GMT
1511
+
1512
+ ### Minor changes
1513
+
1514
+ - Update the "rush init" template to enable pnpm workspaces and to merge the pnpm-lock.yaml file as text.
1515
+
1516
+ ### Updates
1517
+
1518
+ - Fix an issue that occurs when running a command with a selection argument with a Git ref (like `--from git:main`) in a repo with a pnpm lockfile larger than 1MB.
1519
+ - Fix an issue with installing Git hooks that occurs when the rush.json folder isn't at the repo's root.
1520
+ - (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.
1521
+ - Add support for phased commands behind the multiPhaseCommands experiment.
1522
+ - Update "rush init" to write files with OS-default line endings (CRLF on Windows, LF otherwise) instead of always writing CRLF line endings.
1523
+
1524
+ ## 5.58.0
1525
+ Thu, 16 Dec 2021 05:39:21 GMT
1526
+
1527
+ ### Updates
1528
+
1529
+ - Fix an issue where Rush's Git hooks were broken if another tool such as Husky had tampered with the `core.hooksPath` (GitHub #3004)
1530
+ - Provide a more useful error message if the git version is too old.
1531
+ - Allow "rush list" to be invoked while other rush processes are running in the same repo.
1532
+ - 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)
1533
+ - Allow multiple remote URLs to be specified in the rush.json in the new repository.urls field.
1534
+ - (BREAKING CHANGE) Replace the RushConfiguration repositoryUrl field with repositoryUrls to support multiple remote URLs specified in rush.json.
1535
+
1536
+ ## 5.57.1
1537
+ Thu, 09 Dec 2021 00:24:47 GMT
1538
+
1539
+ _Version update only_
1540
+
1541
+ ## 5.57.0
1542
+ Fri, 03 Dec 2021 02:16:10 GMT
1543
+
1544
+ ### Updates
1545
+
1546
+ - Add support for the "filterLog" hook in common/config/rush/.pnpmfile.cjs
1547
+ - (EXPERIMENTAL) Ability to load third-party plugin packages that customize the behavior of Rush
1548
+ - Fix an issue where parameter values containing spaces are incorrectly passed to global scripts.
1549
+ - 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)
1550
+ - Improved the change detection logic to work correctly when a second rush.json appears in a subfolder.
1551
+ - (EXPERIMENTAL) Add a new NPM package "@rushstack/rush-sdk" for use by Rush plugins
1552
+ - 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.
1553
+
1554
+ ## 5.56.0
1555
+ Thu, 28 Oct 2021 23:49:31 GMT
1556
+
1557
+ ### Updates
1558
+
1559
+ - Add CI skipping to default version & changelog commits
1560
+ - Update suggested version of NPM
1561
+ - Fix update-autoinstaller with NPM
1562
+ - Streamline rushx output and add quiet flag.
1563
+ - Include support for adding multiple packages with the "rush add" command.
1564
+ - Update the package.json repository field to include the directory property.
1565
+ - Fix the error message printed when `--interactive` is passed to `rush update-cloud-credentials` and the cloud cache provider is Amazon S3.
1566
+ - Mark Node 16 as the current latest LTS version.
1567
+ - support `--debug-package-manager` install options for yarn
1568
+
1569
+ ## 5.55.1
1570
+ Tue, 12 Oct 2021 22:26:25 GMT
1571
+
1572
+ ### Updates
1573
+
1574
+ - Fix an issue where a version field isn't parsed correctly when using NPM version 7 and newer.
1575
+
1576
+ ## 5.55.0
1577
+ Thu, 07 Oct 2021 23:44:52 GMT
1578
+
1579
+ ### Updates
1580
+
1581
+ - Fix typo when project dependencies do not match the current shrinkwrap
1582
+ - Use ITerminal in the rush-lib API instead of Terminal to allow for compatibility with other versions of @rushstack/node-core-library.
1583
+ - Add a new parameter "--detailed" for the "rush list" command
1584
+ - Print the full event hooks output if the --debug paramter is specified.
1585
+ - Upgrade the `@types/node` dependency to version to version 12.
1586
+
1587
+ ## 5.54.0
1588
+ Wed, 22 Sep 2021 22:54:17 GMT
1589
+
1590
+ ### Minor changes
1591
+
1592
+ - Add ability to customize tag separator
1593
+
1594
+ ### Patches
1595
+
1596
+ - Lock node-fetch dependency to 2.6.2 due to an incompatibility with 2.6.3 in the Azure Cloud Cache Provider.
1597
+
1598
+ ### Updates
1599
+
1600
+ - Add a "--check-only" parameter to "rush install" to check the validity of the shrinkwrap without performing a full install.
1601
+ - Fix an issue where `rush update-autoinstaller` does not use the repo's .npmrc
1602
+
1603
+ ## 5.53.0
1604
+ Fri, 10 Sep 2021 23:20:00 GMT
1605
+
1606
+ ### Updates
1607
+
1608
+ - Fix an issue where the incremental build should use caching or skipping, but not both (GitHub #2891)
1609
+ - Cache rush-project.json reads
1610
+ - Fix an issue where the build cache did not respect "allowWarningsInSuccessfulBuild" (GitHub #2803)
1611
+ - Add an experiment "buildCacheWithAllowWarningsInSuccessfulBuild" to allow caching for projects with warnings (GitHub #2803)
1612
+
1613
+ ## 5.52.0
1614
+ Mon, 23 Aug 2021 21:34:46 GMT
1615
+
1616
+ ### Updates
1617
+
1618
+ - Add properties to the extraData section of the telemetry file for parameter usage in the install commands
1619
+ - Add .heft to .gitignore file generated by rush init
1620
+
1621
+ ## 5.51.1
1622
+ Fri, 13 Aug 2021 22:45:36 GMT
1623
+
1624
+ ### Updates
1625
+
1626
+ - 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`.
1627
+
1628
+ ## 5.51.0
1629
+ Wed, 11 Aug 2021 23:16:09 GMT
1630
+
1631
+ ### Updates
1632
+
1633
+ - The --debug flag now also shows additional diagnostic information.
1634
+ - Update JSZip dependency.
1635
+ - 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.
1636
+ - Allow the tar binary path to be overridden via the RUSH_TAR_BINARY_PATH environment variable.
1637
+
1638
+ ## 5.50.0
1639
+ Sat, 17 Jul 2021 01:16:04 GMT
1640
+
1641
+ ### Minor changes
1642
+
1643
+ - (Breaking change) Remove the experimental "--disable-build-cache" command line parameter.
1644
+
1645
+ ### Patches
1646
+
1647
+ - When the experimental build cache is enabled, "rush rebuild" now forces cached projects to be rebuilt (GitHub #2802)
1648
+
1649
+ ## 5.49.2
1650
+ Thu, 15 Jul 2021 01:47:18 GMT
1651
+
1652
+ ### Updates
1653
+
1654
+ - Fix incremental build state calculation when using filtered installs
1655
+
1656
+ ## 5.49.1
1657
+ Tue, 13 Jul 2021 23:03:01 GMT
1658
+
1659
+ ### Updates
1660
+
1661
+ - Fix an issue where the "--no-fetch" "rush change" parameter would cause a "git fetch" and absence of that parameter wouldn't fetch.
1662
+
1663
+ ## 5.49.0
1664
+ Tue, 13 Jul 2021 06:22:09 GMT
1665
+
1666
+ ### Updates
1667
+
1668
+ - Expose APIs useful for determining which projects have changed on the current branch compared to another branch.
1669
+
1670
+ ## 5.48.0
1671
+ Fri, 09 Jul 2021 01:44:18 GMT
1672
+
1673
+ ### Updates
1674
+
1675
+ - Add RUSH_ALLOW_WARNINGS_IN_SUCCESSFUL_BUILD environment variable
1676
+ - 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
1677
+ - The "rushx" command now reports a warning when invoked in a project folder that is not registered in rush.json
1678
+ - Fix the build-cache.json cacheEntryNamePattern description of the [normalize] token.
1679
+ - When selection CLI parameters are specified and applying them does not select any projects, log that the selection is empty and immediately exit.
1680
+ - Fix an issue where files restored by the build cache did not have a current modification time
1681
+ - 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
1682
+ - Fix a JSON schema issue that prevented "disableBuildCache" from being specified in command-line.json
1683
+ - Removed dependency on chokidar from BulkScriptAction in watch mode, since it adds unnecessary overhead.
1684
+
1685
+ ## 5.47.0
1686
+ Sat, 15 May 2021 00:02:26 GMT
1687
+
1688
+ ### Updates
1689
+
1690
+ - 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
1691
+ - Take pnpm-workspace.yaml file into consideration during install skip checks for PNPM
1692
+ - 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)
1693
+ - Fix an issue where "rushx" CLI arguments were not escaped properly (GitHub #2695)
1694
+ - Allow rush-project.json to specify incrementalBuildIgnoredGlobs (GitHub issue #2618)
1695
+ - Remove support for PNPM < 5.0.0 and remove the "resolutionStrategy" option
1696
+ - 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
1697
+ - Transform package.json using pnpmfile before checking if a Rush project is up-to-date
1698
+ - Add support for the Yarn "resolutions" package.json feature.
1699
+
1700
+ ## 5.46.1
1701
+ Tue, 04 May 2021 20:26:15 GMT
1702
+
1703
+ ### Updates
1704
+
1705
+ - Fix an issue where the buildCacheEnabled setting was not applied correctly
1706
+
1707
+ ## 5.46.0
1708
+ Tue, 04 May 2021 02:45:20 GMT
1709
+
1710
+ ### Updates
1711
+
1712
+ - Remove "buildCache" setting from experiments.json; it is superseded by "buildCacheEnabled" in build-cache.json
1713
+ - Add a "rush init" template for build-cache.json
1714
+ - Temporarily downgrade the "@azure/identity" to eliminate the keytar native dependency (GitHub issue #2492)
1715
+
1716
+ ## 5.45.6
1717
+ Fri, 30 Apr 2021 00:32:16 GMT
1718
+
1719
+ ### Updates
1720
+
1721
+ - Fix a regression in the S3 cloud build cache provider
1722
+
1723
+ ## 5.45.5
1724
+ Wed, 28 Apr 2021 17:54:16 GMT
1725
+
1726
+ ### Updates
1727
+
1728
+ - Improve diagnostic messages printed by the rush build cache
1729
+ - Fix an issue where Rush fails to run on Windows when the repository absolute path contains a space
1730
+ - Use simpler and more accurate check before skipping installs
1731
+
1732
+ ## 5.45.4
1733
+ Fri, 23 Apr 2021 22:48:23 GMT
1734
+
1735
+ _Version update only_
1736
+
1737
+ ## 5.45.3
1738
+ Fri, 23 Apr 2021 22:03:08 GMT
1739
+
1740
+ ### Updates
1741
+
1742
+ - Allow prerelease versions of PNPM to be used in workspaces mode
1743
+
1744
+ ## 5.45.2
1745
+ Thu, 22 Apr 2021 23:07:51 GMT
1746
+
1747
+ ### Updates
1748
+
1749
+ - Fix bad installs with when using pnpmfile in PNPM 6
1750
+
1751
+ ## 5.45.1
1752
+ Wed, 21 Apr 2021 23:38:22 GMT
1753
+
1754
+ ### Updates
1755
+
1756
+ - Ensure that pnpm-workspace.yaml is always fully regenerated during "rush install" or "rush update"
1757
+ - Fix support for pnpmfile in PNPM 6.
1758
+
1759
+ ## 5.45.0
1760
+ Tue, 20 Apr 2021 19:04:04 GMT
1761
+
1762
+ ### Updates
1763
+
1764
+ - Print diagnostic information to a log file "<project-root>/.rush/build-cache-tar.log" when the native "tar" is invoked.
1765
+ - The Amazon S3 build cloud cache provider can now use buckets outside the default region
1766
+ - Add support for PNPM 6
1767
+
1768
+ ## 5.44.0
1769
+ Sat, 17 Apr 2021 00:17:51 GMT
1770
+
1771
+ ### Updates
1772
+
1773
+ - Add --json and --all param to rush scan
1774
+ - Fix "rush deploy" having "includeDevDependencies" turned on to deploy "devDependencies" for rush projects only
1775
+
1776
+ ## 5.43.0
1777
+ Thu, 08 Apr 2021 06:09:52 GMT
1778
+
1779
+ ### Updates
1780
+
1781
+ - Add "--ignore-git-hooks" flags to "publish" and "version" commands to prevent the execution of all git hooks
1782
+ - Fix parameter name typo.
1783
+ - Eliminate a spurious warning that was displayed on Azure DevOps build agents: A phantom "node_modules" folder was found.
1784
+ - Fix an issue where "rush change" reported "Unable to find a git remote matching the repository URL" when used with SSH auth
1785
+ - Fix an issue where "rush publish" reported 403 errors if the package version included a SemVer build metadata suffix
1786
+ - Partially deprecate RUSH_TEMP_FOLDER environment variable
1787
+ - Validate changefiles against a schema when running 'rush change --verify'
1788
+
1789
+ ## 5.42.4
1790
+ Mon, 29 Mar 2021 05:57:18 GMT
1791
+
1792
+ ### Updates
1793
+
1794
+ - Don't validate the shrinkwrap when running 'rush update'
1795
+ - Gracefully handle a simultaneous upload to Azure Storage.
1796
+ - Update rush publish -p flag description
1797
+
1798
+ ## 5.42.3
1799
+ Wed, 17 Mar 2021 05:07:02 GMT
1800
+
1801
+ ### Updates
1802
+
1803
+ - Fix installation-time behavior of "omitImportersFromPreventManualShrinkwrapChanges" experiment.
1804
+ - Don't upload build cache entries to Azure if the cache entry already exists.
1805
+ - Replace the AWS dependencies with use of the Amazon S3 REST API.
1806
+ - Add support for anonymous read from an Amazon S3-hosted cache.
1807
+
1808
+ ## 5.42.2
1809
+ Tue, 16 Mar 2021 00:30:38 GMT
1810
+
1811
+ ### Updates
1812
+
1813
+ - Add experiment to exclude the "importers" section of "pnpm-lock.yaml" from the "preventManualShrinkwrapChanges" feature.
1814
+
1815
+ ## 5.42.1
1816
+ Fri, 12 Mar 2021 02:11:24 GMT
1817
+
1818
+ ### Updates
1819
+
1820
+ - Temporarily disable the AWS S3 credential provider logic to mitigate a problematic peer dependency (GitHub #2547)
1821
+
1822
+ ## 5.42.0
1823
+ Wed, 10 Mar 2021 06:25:44 GMT
1824
+
1825
+ ### Updates
1826
+
1827
+ - Add AWS S3 support to the experimental build cache feature
1828
+
1829
+ ## 5.41.0
1830
+ Wed, 10 Mar 2021 05:12:41 GMT
1831
+
1832
+ ### Updates
1833
+
1834
+ - Fix an issue where "rush install" could stall indefinitely because a network request did not handle timeouts properly
1835
+ - Allow merge conflicts in repo-state.json to be automatically resolved.
1836
+ - Add a RUSH_INVOKED_FOLDER environment variable so that custom scripts can determine the folder path where Rush was invoked (GitHub #2497)
1837
+ - Add `preferFrozenLockfileForUpdate` option to minimize lockfile churn by passing --prefer-frozen-lockfile to pnpm during default `rush update`.
1838
+
1839
+ ## 5.40.7
1840
+ Tue, 02 Mar 2021 23:27:41 GMT
1841
+
1842
+ ### Updates
1843
+
1844
+ - Fix a regression where certain Rush operations reported a TypeError (GitHub #2526)
1845
+
1846
+ ## 5.40.6
1847
+ Tue, 02 Mar 2021 06:22:01 GMT
1848
+
1849
+ ### Updates
1850
+
1851
+ - Improve cache read/write perf by attempting to use the "tar" binary.
1852
+ - Fix default text in rush.json generated by "rush init."
1853
+ - Fix an issue where Rush would fail to restore from cache but report success when Git isn't present.
1854
+
1855
+ ## 5.40.5
1856
+ Tue, 23 Feb 2021 03:26:25 GMT
1857
+
1858
+ ### Updates
1859
+
1860
+ - Account for indirect dependencies when ordering projects in "rush build" if the intermediary dependencies are excluded by selection parameters.
1861
+
1862
+ ## 5.40.4
1863
+ Tue, 23 Feb 2021 00:01:20 GMT
1864
+
1865
+ ### Updates
1866
+
1867
+ - Make Rush per-project manifest generation more reliable and remove PNPM shrinkwrap validation
1868
+
1869
+ ## 5.40.3
1870
+ Sun, 21 Feb 2021 01:05:53 GMT
1871
+
1872
+ ### Updates
1873
+
1874
+ - Fix an issue where "rush setup" did not work correctly with NPM 7.x due to an NPM regression
1875
+
1876
+ ## 5.40.2
1877
+ Fri, 19 Feb 2021 06:28:28 GMT
1878
+
1879
+ ### Updates
1880
+
1881
+ - Allow usage of Node.js 8.x since we received feedback that some projects are still supporting it
1882
+
1883
+ ## 5.40.1
1884
+ Fri, 19 Feb 2021 01:45:27 GMT
1885
+
1886
+ ### Updates
1887
+
1888
+ - Fix a minor issue with the "rush init" template
1889
+
1890
+ ## 5.40.0
1891
+ Wed, 17 Feb 2021 01:35:11 GMT
1892
+
1893
+ _Version update only_
1894
+
1895
+ ## 5.39.2
1896
+ Wed, 17 Feb 2021 01:34:11 GMT
1897
+
1898
+ ### Updates
1899
+
1900
+ - (EXPERIMENTAL) Add a "--disable-cache" parameter for disabling the build cache.
1901
+ - (EXPERIMENTAL) Add a "disableBuildCache" setting in command-line.json for disabling the build cache.
1902
+ - (EXPERIMENTAL) Add options in rush-project.json for disabling the build cache for entire projects, or for individual commands for that project.
1903
+ - Normalize selection CLI parameters for "rush install"
1904
+ - Add experimental "rush setup" command
1905
+ - Add an experimental new config file common/config/artifactory.json for enabling Artifactory integration
1906
+
1907
+ ## 5.39.1
1908
+ Sat, 13 Feb 2021 03:14:52 GMT
1909
+
1910
+ ### Patches
1911
+
1912
+ - Convert the experimental "--watch" parameter into a "watchForChanges: true" setting in command-line.json, based on user feedback
1913
+
1914
+ ### Updates
1915
+
1916
+ - 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").
1917
+
1918
+ ## 5.39.0
1919
+ Thu, 11 Feb 2021 04:06:02 GMT
1920
+
1921
+ ### Minor changes
1922
+
1923
+ - 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)
1924
+
1925
+ ### Updates
1926
+
1927
+ - Improve the wording of some log messages
1928
+
1929
+ ## 5.38.0
1930
+ Mon, 01 Feb 2021 20:42:04 GMT
1931
+
1932
+ ### Updates
1933
+
1934
+ - Add new command-line parameters for bulk commands: "--to-except", "--from", "--only", "--impacted-by", "--impacted-by-except", and "--from-version-policy" (GitHub #2354)
1935
+ - Change the short name for "--changed-projects-only" to be "-c" (so that "-o" can be used for the new "--only" parameter)
1936
+ - 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)
1937
+
1938
+ ## 5.37.0
1939
+ Sat, 30 Jan 2021 01:50:27 GMT
1940
+
1941
+ ### Updates
1942
+
1943
+ - Improve performance of association of repo file states with projects to speed up build commands in large repos.
1944
+ - Add `publishFolder` property to the project configuration to allow publishing a sub-folder of the project
1945
+ - Add support for --from flag for filtered installs when using workspaces
1946
+ - 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.
1947
+ - Improve logging for the "rush write-build-cache" command
1948
+ - Correct some spelling mistakes in rush.json
1949
+ - Fix an error "Cannot get dependency key" sometimes reported by "rush install" (GitHub #2460)
1950
+ - Updade the "rush init" template to specify PNPM 5.15.2, which fixes a performance regression introduced in PNPM 5.13.7
1951
+
1952
+ ## 5.36.2
1953
+ Thu, 21 Jan 2021 04:51:19 GMT
1954
+
1955
+ ### Updates
1956
+
1957
+ - Update Node.js version checks to support the new LTS release
1958
+ - Update rush.json produced by rush init to use PNPM 5.14.3
1959
+ - Use forward slashes when creating deploy zip file for Unix compatibility
1960
+
1961
+ ## 5.36.1
1962
+ Fri, 08 Jan 2021 06:12:37 GMT
1963
+
1964
+ ### Updates
1965
+
1966
+ - Fix an issue where projects with empty scripts would still have arguments appended.
1967
+
1968
+ ## 5.36.0
1969
+ Fri, 08 Jan 2021 05:36:55 GMT
1970
+
1971
+ ### Updates
1972
+
1973
+ - Allow the git binary path to be overridden via the RUSH_GIT_BINARY_PATH environment variable.
1974
+ - Introduce an experimental build cache feature.
1975
+ - Add the ability to customize the commit message used when "rush version" is run.
1976
+ - Remove the "experimental" label from some Rush commands that are now stable.
1977
+
1978
+ ## 5.35.2
1979
+ Tue, 03 Nov 2020 23:34:30 GMT
1980
+
1981
+ ### Updates
1982
+
1983
+ - Fix bug where version process is using a wrong `git.addChanges` signature
1984
+
1985
+ ## 5.35.1
1986
+ Fri, 30 Oct 2020 05:17:42 GMT
1987
+
1988
+ ### Updates
1989
+
1990
+ - Fix a recent "rush scan" regression (which resulted from enabling "esModuleInterop")
1991
+
1992
+ ## 5.35.0
1993
+ Wed, 28 Oct 2020 21:44:10 GMT
1994
+
1995
+ ### Updates
1996
+
1997
+ - Adds an --ignore-hooks flag to every rush action that skips event hooks during execution of the action.
1998
+ - Fix bug where version process was not adding version-policy configuration file changes into the version commit
1999
+
2000
+ ## 5.34.4
2001
+ Sat, 17 Oct 2020 00:23:18 GMT
2002
+
2003
+ ### Updates
2004
+
2005
+ - When running `rush version --bump`, only include package.json updates in the generated commit
2006
+ - Fix Rush peer dependency validation when satisfied with a package alias
2007
+ - Prevent `rush unlink` from breaking installs for non-workspace projects
2008
+ - Add documentation for incremental option for buld custom commands
2009
+
2010
+ ## 5.34.3
2011
+ Wed, 30 Sep 2020 21:04:15 GMT
2012
+
2013
+ ### Updates
2014
+
2015
+ - Update to build with @rushstack/heft-node-rig
2016
+ - Update README.md
2017
+ - Upgrade compiler; the API now requires TypeScript 3.9 or newer
2018
+
2019
+ ## 5.34.2
2020
+ Mon, 21 Sep 2020 22:00:03 GMT
2021
+
2022
+ ### Updates
2023
+
2024
+ - Fix an issue where "rush build" output was lagged due to stream-collator not activating streams aggressively enough
2025
+ - Fix incorrect "successful" exit status code
2026
+
2027
+ ## 5.34.1
2028
+ Thu, 17 Sep 2020 07:13:04 GMT
2029
+
2030
+ ### Updates
2031
+
2032
+ - Fix a regression that reported an error "The EnvironmentConfiguration must be initialized before values can be accessed"
2033
+
2034
+ ## 5.34.0
2035
+ Thu, 17 Sep 2020 01:23:35 GMT
2036
+
2037
+ ### Updates
2038
+
2039
+ - Big redesign of "rush build" console reporting (fixes GitHub #2135)
2040
+ - Implement RUSH_GLOBAL_FOLDER environment variable (GitHub #2187)
2041
+ - Use underscores instead of asterisks for italic formatting in changelogs to match the way Prettier formats italics in markdown.
2042
+ - 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.
2043
+
2044
+ ## 5.33.2
2045
+ Fri, 21 Aug 2020 22:45:58 GMT
2046
+
2047
+ ### Updates
2048
+
2049
+ - Fix an issue where PNPM would sometimes prompt for input during "rush publish" (GitHub #1940)
2050
+ - Fix an issue that prevented Rush from logging in verbose mode
2051
+
2052
+ ## 5.33.1
2053
+ Thu, 20 Aug 2020 18:25:41 GMT
2054
+
2055
+ ### Updates
2056
+
2057
+ - Fix issues where installs could fail after running 'rush version' while the 'usePnpmFrozenLockfileForRushInstall' experiment is enabled. See PR #2116 for more details.
2058
+ - Fix an issue where "rush deploy" would sometimes report an "already exists" when using the "files" setting in package.json (GitHub #2121)
2059
+ - Allow multiple simultaneous invocations of "rush deploy" (GitHub #2125)
2060
+ - Load and validate local projects lazily to further improve Rush startup times.
2061
+
2062
+ ## 5.33.0
2063
+ Wed, 19 Aug 2020 00:17:48 GMT
2064
+
2065
+ ### Updates
2066
+
2067
+ - Add support for shell tab completion. See PR for details: https://github.com/microsoft/rushstack/pull/2060
2068
+ - Use Import.lazy() to optimize the startup time for Rush
2069
+
2070
+ ## 5.32.3
2071
+ Tue, 18 Aug 2020 03:48:56 GMT
2072
+
2073
+ ### Updates
2074
+
2075
+ - Fix an issue where install-run.js sometimes assigned the shell PATH incorrectly due to inconsistent character case
2076
+
2077
+ ## 5.32.2
2078
+ Fri, 14 Aug 2020 21:03:48 GMT
2079
+
2080
+ ### Updates
2081
+
2082
+ - Resolve issue with version --bump where the wrong hash would get written to the pnpm-lock file
2083
+
2084
+ ## 5.32.1
2085
+ Fri, 14 Aug 2020 04:06:30 GMT
2086
+
2087
+ ### Updates
2088
+
2089
+ - Change method used to calculate integrity of tarballs
2090
+
2091
+ ## 5.32.0
2092
+ Thu, 13 Aug 2020 00:53:43 GMT
2093
+
2094
+ ### Patches
2095
+
2096
+ - Update temp project tarball integrities during rush bump
2097
+
2098
+ ## 5.31.0
2099
+ Wed, 12 Aug 2020 19:33:44 GMT
2100
+
2101
+ ### Updates
2102
+
2103
+ - Updated project to build with Heft
2104
+ - Fix an issue where "rushx" did not pass additional command-line arguments to the package.json script (GitHub #1232)
2105
+
2106
+ ## 5.30.3
2107
+ Fri, 07 Aug 2020 21:09:05 GMT
2108
+
2109
+ ### Updates
2110
+
2111
+ - Fix an issue where Mac OS sometimes reported "An unrecognized file .DS_Store was found in the Rush config folder"
2112
+
2113
+ ## 5.30.2
2114
+ Wed, 05 Aug 2020 17:57:07 GMT
2115
+
2116
+ ### Updates
2117
+
2118
+ - Fix an issue where a package version bump would not bump downstream packages with a `workspace:*` dependency specifier.
2119
+
2120
+ ## 5.30.1
2121
+ Thu, 23 Jul 2020 23:47:59 GMT
2122
+
2123
+ ### Updates
2124
+
2125
+ - 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)
2126
+ - Prevent incorrect conversion to "workspace:" notation for peer dependencies when running "rush update --full"
2127
+
2128
+ ## 5.30.0
2129
+ Fri, 17 Jul 2020 05:32:38 GMT
2130
+
2131
+ ### Minor changes
2132
+
2133
+ - 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.
2134
+
2135
+ ## 5.29.1
2136
+ Thu, 16 Jul 2020 02:18:39 GMT
2137
+
2138
+ ### Patches
2139
+
2140
+ - Consider package.json when determining if install can be skipped for PNPM workspaces
2141
+
2142
+ ## 5.29.0
2143
+ Tue, 14 Jul 2020 05:20:56 GMT
2144
+
2145
+ ### Updates
2146
+
2147
+ - Give \"rush deploy\" the ability to select a subset of dependencies to copy over (#1978)
2148
+ - Fix an issue where package binaries where not created by "rush deploy" (#1982)
2149
+ - Add a new setting "folderToCopy" and new command-line parameter "--create-archive" for use with "rush deploy"
2150
+
2151
+ ## 5.28.0
2152
+ Wed, 08 Jul 2020 06:56:47 GMT
2153
+
2154
+ ### Minor changes
2155
+
2156
+ - Add preliminary workspaces support for PNPM
2157
+
2158
+ ### Updates
2159
+
2160
+ - Add new commands "rush init-autoinstaller" and "rush update-autoinstaller"
2161
+ - Add support for filtered installs when using workspaces
2162
+
2163
+ ## 5.27.3
2164
+ Fri, 03 Jul 2020 06:16:09 GMT
2165
+
2166
+ ### Updates
2167
+
2168
+ - Added support for new format used by pnpm for tarball URLs that now begin with an @ symbol
2169
+
2170
+ ## 5.27.2
2171
+ Thu, 02 Jul 2020 01:52:18 GMT
2172
+
2173
+ ### Updates
2174
+
2175
+ - Improve "rush deploy" to copy PNPM workaround links (fixes GitHub #1942 and 1943)
2176
+
2177
+ ## 5.27.1
2178
+ Mon, 29 Jun 2020 18:39:59 GMT
2179
+
2180
+ ### Updates
2181
+
2182
+ - Fix an issue where environment variable trimming for .npmrc was unnecessarily performed on comment lines
2183
+ - Add a "rush init" template for .npmrc-publish
2184
+ - Fix a regression affecting GitHub specifiers for package.json dependencies (issue #1749)
2185
+
2186
+ ## 5.27.0
2187
+ Sun, 21 Jun 2020 04:48:53 GMT
2188
+
2189
+ ### Updates
2190
+
2191
+ - Improve "rush deploy" to apply pnpmfile.js when calculating dependencies
2192
+
2193
+ ## 5.26.0
2194
+ Mon, 15 Jun 2020 01:26:24 GMT
2195
+
2196
+ ### Updates
2197
+
2198
+ - Breaking change for the experimental "rush deploy" feature: Simplify the config file design, based on the discussion from GitHub #1906
2199
+
2200
+ ## 5.25.2
2201
+ Thu, 11 Jun 2020 05:34:31 GMT
2202
+
2203
+ ### Updates
2204
+
2205
+ - Fix an issue where Git hook scripts failed in some environments due to CRLF newlines
2206
+
2207
+ ## 5.25.1
2208
+ Thu, 11 Jun 2020 05:05:30 GMT
2209
+
2210
+ ### Updates
2211
+
2212
+ - Fix some minor errors in the "rush init" template that occured when Prettier reformatted the template file macros
2213
+ - Add a sample Git hook file to the "rush init" template
2214
+ - Fix a minor issue where "rush link" failed if no projects were defined yet in rush.json
2215
+ - Add "--no-verify" for commits performed by "rush version", since Git hook scripts may fail on CI machines
2216
+
2217
+ ## 5.25.0
2218
+ Wed, 10 Jun 2020 23:53:27 GMT
2219
+
2220
+ ### Updates
2221
+
2222
+ - Add new command-line.json setting "autoinstallerName"
2223
+
2224
+ ## 5.24.4
2225
+ Mon, 08 Jun 2020 18:04:35 GMT
2226
+
2227
+ ### Updates
2228
+
2229
+ - Explicitly assigning the option value for --resolution-strategy. This fixes a crash with pnpm v5, which deprecated the option.
2230
+ - Fix an issue where install-run.js is not able to find its own .bin in PATH
2231
+ - Fix an issue where "rush install" sometimes skipped regenerating temporary packages, which is incompatible with PNPM's "--frozen-lockfile" feature
2232
+
2233
+ ## 5.24.3
2234
+ Thu, 04 Jun 2020 22:50:56 GMT
2235
+
2236
+ ### Updates
2237
+
2238
+ - Fix an issue where "rush deploy" generated incorrect symlinks on Mac OS if the target folder was symlinked (GitHub #1910)
2239
+
2240
+ ## 5.24.2
2241
+ Wed, 03 Jun 2020 05:35:19 GMT
2242
+
2243
+ ### Updates
2244
+
2245
+ - Expect error when trying to resolve optional dependency during deploy
2246
+
2247
+ ## 5.24.1
2248
+ Tue, 02 Jun 2020 03:11:32 GMT
2249
+
2250
+ ### Updates
2251
+
2252
+ - Fix an issue where the "linkCreation" defaulted to "none" instead of "default"
2253
+
2254
+ ## 5.24.0
2255
+ Mon, 01 Jun 2020 08:48:49 GMT
2256
+
2257
+ ### Updates
2258
+
2259
+ - Set next LTS node version to 14.
2260
+ - Add new "rush deploy" command that copies subsets of files/symlinks to a deployment folder
2261
+
2262
+ ## 5.23.5
2263
+ Thu, 28 May 2020 22:49:57 GMT
2264
+
2265
+ ### Updates
2266
+
2267
+ - Fix an issue where Rush cannot reinstall itself on Windows
2268
+
2269
+ ## 5.23.4
2270
+ Thu, 21 May 2020 15:41:59 GMT
2271
+
2272
+ ### Updates
2273
+
2274
+ - Add a new rush.json setting "allowMostlyStandardPackageNames"
2275
+ - Add RUSH_PARALLELISM environment variable for specifying the --parallelism default
2276
+
2277
+ ## 5.23.3
2278
+ Fri, 15 May 2020 08:10:59 GMT
2279
+
2280
+ ### Updates
2281
+
2282
+ - Fix a few instances of missing spaces in --help documentation.
2283
+ - Provide an option to pass --frozen-lockfile to pnpm for rush install
2284
+
2285
+ ## 5.23.2
2286
+ Wed, 22 Apr 2020 18:44:26 GMT
2287
+
2288
+ ### Updates
2289
+
2290
+ - Add common-versions.json to the set of files that, when changed, will trigger reinstallation of dependencies.
2291
+
2292
+ ## 5.23.1
2293
+ Wed, 15 Apr 2020 03:33:55 GMT
2294
+
2295
+ ### Updates
2296
+
2297
+ - Fix a regression in Rush 5.19.0 where customizing "rush rebuild" would call the "build" script instead of the "rebuild" script.
2298
+ - Fix an issue where, on some minimal systems, Rush used a missing shell command to detect an application path.
2299
+ - Fix an issue where the common/temp/*.tgz files resulted in different shrinkwrap files on different operating systems
2300
+
2301
+ ## 5.23.0
2302
+ Sat, 04 Apr 2020 00:38:29 GMT
2303
+
2304
+ ### Updates
2305
+
2306
+ - Add a new rush.json setting "preventManualShrinkwrapChanges" which prevents against accidental mistakes in pnpm-lock.yaml.
2307
+ - Upgrade node-tar
2308
+ - Remove some misleading log output for "rush build" (GitHub #1733)
2309
+
2310
+ ## 5.22.0
2311
+ Wed, 18 Mar 2020 01:23:22 GMT
2312
+
2313
+ ### Updates
2314
+
2315
+ - Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack`
2316
+ - Support setting environment variables for package manager install processes in rush.json and expose --max-install-attempts as a parameter for rush install/update.
2317
+
2318
+ ## 5.21.0
2319
+ Sat, 07 Mar 2020 05:36:08 GMT
2320
+
2321
+ ### Updates
2322
+
2323
+ - Make the event hook failure message print in yellow.
2324
+ - Improve phrasing of an error message.
2325
+ - Add a new command-line.json setting "required" for non-optional parameters
2326
+ - Implement `pnpmOptions.pnpmStore` and RUSH_PNPM_STORE_PATH, to allow the end-user to define where PNPM will place its store.
2327
+ - Add a --json flag for "rush check" to facilitate automation
2328
+
2329
+ ## 5.20.0
2330
+ Wed, 12 Feb 2020 21:51:19 GMT
2331
+
2332
+ ### Updates
2333
+
2334
+ - Support "." as a value for the --to and --from parameters to build to the current project.
2335
+ - Improve security by allowing the "rush publish" authentication token to be specified via an environment variable.
2336
+
2337
+ ## 5.19.4
2338
+ Tue, 28 Jan 2020 03:57:30 GMT
2339
+
2340
+ ### Updates
2341
+
2342
+ - Fix an issue where a missing "repository" property in rush.json would cause "rush change" to throw.
2343
+
2344
+ ## 5.19.3
2345
+ Tue, 28 Jan 2020 01:35:53 GMT
2346
+
2347
+ _Version update only_
2348
+
2349
+ ## 5.19.2
2350
+ Tue, 28 Jan 2020 01:08:26 GMT
2351
+
2352
+ ### Updates
2353
+
2354
+ - Fix an issue where the rushx command will always report error.
2355
+ - Fixes "too many params" and "unable to find ref v<version>" issues in git tagging while publishing.
2356
+
2357
+ ## 5.19.1
2358
+ Sat, 25 Jan 2020 05:15:10 GMT
2359
+
2360
+ ### Updates
2361
+
2362
+ - Fix an issue with install-run.js, where successful executions exit with a nonzero exit code.
2363
+
2364
+ ## 5.19.0
2365
+ Sat, 25 Jan 2020 04:19:23 GMT
2366
+
2367
+ ### Updates
2368
+
2369
+ - Make the default branch and default remote configurable.
2370
+ - 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)
2371
+ - Update package.json files without reformatting or reordering properties and fields during "rush add", "rush version" and "rush publish".
2372
+ - Upgrade Node typings to Node 10
2373
+ - Update the "rush init" .gitignore file to ignore .rush/temp and .DS_Store folders
2374
+ - 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)
2375
+ - Add a --json flag for "rush list" to facilitate automation
2376
+
2377
+ ## 5.18.0
2378
+ Sat, 11 Jan 2020 05:38:55 GMT
2379
+
2380
+ ### Updates
2381
+
2382
+ - Don't use the `build` verb when printing task failures
2383
+ - Add a --commit command-line argument to the publish command to allow the git commit to be explicitly provided for tagging.
2384
+ - Update GitHub project URL in some resource files
2385
+ - fix typo in version-policies.json
2386
+
2387
+ ## 5.17.2
2388
+ Tue, 26 Nov 2019 00:53:52 GMT
2389
+
2390
+ ### Updates
2391
+
2392
+ - Resolve an issue where git tags were not being applied when using pack or publish with --include-all
2393
+
2394
+ ## 5.17.1
2395
+ Thu, 21 Nov 2019 00:50:15 GMT
2396
+
2397
+ ### Patches
2398
+
2399
+ - Remove an error thrown when the --registry and --pack arguments are used on rush publish, because --registry might be required to check if a package has already been published against a custom registry.
2400
+ - Fix an issue with Rush add, where Rush was unable to add unpublished local projects as dependencies.
2401
+
2402
+ ## 5.17.0
2403
+ Thu, 14 Nov 2019 22:52:48 GMT
2404
+
2405
+ ### Updates
2406
+
2407
+ - Add a new setting "implicitlyPreferredVersions" in common-versions.json that can be used to solve some installation failures involving peer dependencies
2408
+ - Improve the generation of shrinkwrap-deps.json to consider optional peer dependencies and implicitlyPreferredVersions=false
2409
+ - Fix an issue where certain operations did not use a stable sort when executed on older versions of NodeJS
2410
+
2411
+ ## 5.16.1
2412
+ Fri, 25 Oct 2019 20:15:59 GMT
2413
+
2414
+ ### Updates
2415
+
2416
+ - Log to console instead of throwing when an unmet peer dependency is encountered during linking, and strictPeerDependencies is false
2417
+ - Refactor some code as part of migration from TSLint to ESLint
2418
+
2419
+ ## 5.16.0
2420
+ Thu, 17 Oct 2019 00:41:01 GMT
2421
+
2422
+ ### Updates
2423
+
2424
+ - Support PNPM 4 on Rush
2425
+ - Add support for "rush add" for repos using the Yarn package manager.
2426
+
2427
+ ## 5.15.1
2428
+ Thu, 10 Oct 2019 23:47:19 GMT
2429
+
2430
+ ### Updates
2431
+
2432
+ - Fix an issue where build commands can fail because git commands used to track changes can be too long.
2433
+ - Fix compatibility issue where PNPM 4 requires --no-prefer-frozen-lockfile instead of --no-prefer-frozen-shrinkwrap
2434
+
2435
+ ## 5.15.0
2436
+ Tue, 08 Oct 2019 22:58:33 GMT
2437
+
2438
+ ### Updates
2439
+
2440
+ - Improve 'rush build' to avoid rebuilding unnecessarily when the package-lock.json file has changed (pnpm only).
2441
+
2442
+ ## 5.14.0
2443
+ Wed, 02 Oct 2019 01:18:02 GMT
2444
+
2445
+ ### Updates
2446
+
2447
+ - Add an --all flag to "rush add" to add a dependency to all projects.
2448
+ - Add options to rush change to allow creating changefiles for all changed projects.
2449
+ - 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.
2450
+ - Include peerDependencies in the approved packages files.
2451
+ - Make detection of changefiles and changes in projects safer.
2452
+ - Update repository URL
2453
+
2454
+ ## 5.13.1
2455
+ Fri, 27 Sep 2019 22:34:50 GMT
2456
+
2457
+ ### Updates
2458
+
2459
+ - 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"
2460
+
2461
+ ## 5.13.0
2462
+ Wed, 11 Sep 2019 21:41:34 GMT
2463
+
2464
+ ### Updates
2465
+
2466
+ - 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/**`).
2467
+ - 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
2468
+ - Update documentation
2469
+ - 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.
2470
+
2471
+ ## 5.12.1
2472
+ Tue, 10 Sep 2019 19:45:15 GMT
2473
+
2474
+ ### Updates
2475
+
2476
+ - 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.
2477
+
2478
+ ## 5.12.0
2479
+ Wed, 04 Sep 2019 19:01:42 GMT
2480
+
2481
+ ### Updates
2482
+
2483
+ - Adding --apply-git-tags-on-pack flag to the publish command to apply git tags when using --pack
2484
+ - 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.
2485
+ - Add support for NPM package aliases (i.e. dependency versions such as "npm:example@^1.2.3")
2486
+ - Fix an issue with rush change that occurs when rush.json isn't in the repository root.
2487
+
2488
+ ## 5.11.4
2489
+ Fri, 23 Aug 2019 03:31:52 GMT
2490
+
2491
+ ### Updates
2492
+
2493
+ - Some optimizations for --to, --from, and cyclic dependency detection for repos with large numbers of projects.
2494
+ - Ensure install-run-rushx script is updated during "rush update"
2495
+
2496
+ ## 5.11.3
2497
+ Wed, 21 Aug 2019 22:13:26 GMT
2498
+
2499
+ ### Updates
2500
+
2501
+ - Add support for the RUSH_PREVIEW_VERSION environment variable to the install-run-rush script.
2502
+ - Add support for the RUSH_TEMP_FOLDER environment variable in the install-run-rush script.
2503
+ - Add install-run-rushx script to enable easy execution of the rushx command in CI
2504
+
2505
+ ## 5.11.2
2506
+ Fri, 16 Aug 2019 05:15:17 GMT
2507
+
2508
+ ### Updates
2509
+
2510
+ - Refactor build action to allow generating build graph statically
2511
+ - Security updates.
2512
+ - Fix validation of hotfix changes in a hotfix-enabled branch
2513
+ - Clarify that "rush update --full" should be run when changing certain settings
2514
+
2515
+ ## 5.11.1
2516
+ Fri, 26 Jul 2019 23:08:23 GMT
2517
+
2518
+ ### Updates
2519
+
2520
+ - Fix critical path computation for projects
2521
+ - Normalize the casing of a temp folder specified with RUSH_TEMP_FOLDER.
2522
+
2523
+ ## 5.11.0
2524
+ Fri, 26 Jul 2019 08:34:03 GMT
2525
+
2526
+ ### Updates
2527
+
2528
+ - Generate skeleton BuildXL script modules for each package
2529
+ - Allow building with newer versions of Node during development
2530
+ - Add experimental rush-buildxl package
2531
+ - Ensure the filesystem paths that Rush uses have the same character casing that exists on disk.
2532
+ - Tweak NodeJS version warning messages and add suppressNodeLtsWarning option to rush.json to suppress non-LTS version warning.
2533
+ - 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.
2534
+
2535
+ ## 5.10.3
2536
+ Thu, 18 Jul 2019 00:07:46 GMT
2537
+
2538
+ ### Updates
2539
+
2540
+ - Make event hooks run from the folder that contains the rush.json file.
2541
+ - 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.
2542
+
2543
+ ## 5.10.2
2544
+ Tue, 16 Jul 2019 19:36:08 GMT
2545
+
2546
+ ### Updates
2547
+
2548
+ - Prevent non-hotfix changes from being applied to hotfix branches
2549
+ - 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.
2550
+
2551
+ ## 5.10.1
2552
+ Thu, 11 Jul 2019 22:00:50 GMT
2553
+
2554
+ ### Updates
2555
+
2556
+ - 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
2557
+ - Fix an issue where "rush add" erroneously believes ensureConsistentVersions is unset.
2558
+ - Fix an issue that arises when "rush add" is run and the package manager isn't installed.
2559
+ - Fix an issue where rush add -m doesn't corretly update the common-versions.json file.
2560
+ - Fix an issue where rush change will detect unrelated changes.
2561
+ - 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'
2562
+ - 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.
2563
+
2564
+ ## 5.10.0
2565
+ Sat, 29 Jun 2019 02:47:42 GMT
2566
+
2567
+ ### Updates
2568
+
2569
+ - New action added to list package name for all projects
2570
+ - Add ability to opt out of changelog files for version policies.
2571
+ - 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".
2572
+
2573
+ ## 5.9.1
2574
+ Thu, 13 Jun 2019 04:46:18 GMT
2575
+
2576
+ ### Updates
2577
+
2578
+ - Fix an issue where custom command-line parameters weren't passed to projects' builds.
2579
+
2580
+ ## 5.9.0
2581
+ Tue, 11 Jun 2019 02:26:20 GMT
2582
+
2583
+ ### Updates
2584
+
2585
+ - (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
2586
+
2587
+ ## 5.8.0
2588
+ Tue, 11 Jun 2019 01:28:33 GMT
2589
+
2590
+ ### Updates
2591
+
2592
+ - Add a new setting "ignoreDependencyOrder" in command-line.json
2593
+ - Clarify "rush change" messages.
2594
+ - Improve 'rush version' to fetch before checkout, which avoids an error in cases where the branch wasn't fetched.
2595
+ - Fix typo in command-line help for "rush add"
2596
+ - Fix an issue where "rush build" ignored changes to a project with an empty build script (GitHub #1282)
2597
+
2598
+ ## 5.7.3
2599
+ Mon, 06 May 2019 21:03:32 GMT
2600
+
2601
+ ### Updates
2602
+
2603
+ - Allow colons in command line action names (add missing dependency from 5.7.2)
2604
+
2605
+ ## 5.7.2
2606
+ Mon, 06 May 2019 19:52:37 GMT
2607
+
2608
+ ### Updates
2609
+
2610
+ - Allow colons in command line action names
2611
+
2612
+ ## 5.7.1
2613
+ Wed, 24 Apr 2019 06:32:17 GMT
2614
+
2615
+ ### Updates
2616
+
2617
+ - Fix an issue where Rush sometimes failed to parse versions from PNPM 3.x's pnpm-lock.yaml
2618
+ - Update the .gitattributes file written by "rush init" to use a better syntax highlighter for JSON files
2619
+
2620
+ ## 5.7.0
2621
+ Tue, 23 Apr 2019 07:55:34 GMT
2622
+
2623
+ ### Updates
2624
+
2625
+ - Add support for PNPM version 3 (which changed the shrinkwrap file name to "pnpm-lock.yaml")
2626
+ - Add a new rush.json setting "pnpmOptions.resolutionStrategy"
2627
+
2628
+ ## 5.6.4
2629
+ Mon, 15 Apr 2019 06:40:00 GMT
2630
+
2631
+ ### Updates
2632
+
2633
+ - Add support for string parameter for custom commands.
2634
+ - Remove the obsolete "--release-type" option which only worked if you used a specific version of gulp-core-build-typescript
2635
+ - Adds --no-verify to git push during a rush publish
2636
+
2637
+ ## 5.6.3
2638
+ Mon, 25 Mar 2019 03:15:21 GMT
2639
+
2640
+ ### Updates
2641
+
2642
+ - Update the "rush init" template with a .gitattributes rule to allow comments in JSON files
2643
+ - Add ability to publish partial prereleases
2644
+
2645
+ ## 5.6.2
2646
+ Thu, 21 Mar 2019 23:09:56 GMT
2647
+
2648
+ ### Updates
2649
+
2650
+ - Publish: pass auth token through to npm view when checking if package exists
2651
+
2652
+ ## 5.6.1
2653
+ Mon, 18 Mar 2019 04:48:37 GMT
2654
+
2655
+ ### Updates
2656
+
2657
+ - Remove the "rush check" step from the travis.yml template, since this is now handled by "ensureConsistentVersions" from rush.json
2658
+ - Improve "rush change" to ignore the ".git" file extension when appended to the "repository.url" setting in rush.json
2659
+
2660
+ ## 5.6.0
2661
+ Fri, 15 Mar 2019 03:21:02 GMT
2662
+
2663
+ ### Minor changes
2664
+
2665
+ - Add "--set-access-level" parameter for "rush publish" to control whether NPM packages are published as "public" or "restricted"
2666
+ - Add a "dependencies" configuration property to version-policies.json to customize the way dependency versions are published and stored in source control
2667
+
2668
+ ### Updates
2669
+
2670
+ - Add support for the Yarn --ignore-engines, exposed as yarnOptions.ignoreEngines in rush.json
2671
+ - Add the ability to configure the version bump and publish git commit message, exposed as gitPolicy.versionBumpCommitMessage in rush.json
2672
+ - Fix an issue with "rush publish --pack" when using yarn.
2673
+ - Remove the "rush check" step from the travis.yml template, since this is now handled by "ensureConsistentVersions" from rush.json
2674
+ - Fix an issue where "rush change" sometimes could not detect changes correctly when invoked on a forked GitHub repo
2675
+ - 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)
2676
+ - The `--debug` parameter now automatically breaks in the debugger when an InternalError is thrown
2677
+ - Support overriding 'build' and 'rebuild' commands in command-line.json
2678
+ - Update README.md
2679
+ - Change "rush build" to print stdout if stderr is empty and a task fails. This improves Webpack support
2680
+
2681
+ ## 5.5.4
2682
+ Thu, 13 Dec 2018 02:58:10 GMT
2683
+
2684
+ ### Patches
2685
+
2686
+ - Remove unused jju dependency
2687
+
2688
+ ### Updates
2689
+
2690
+ - Properly handle Git worktrees
2691
+ - Updated to use the new InternalError class for reporting software defects
2692
+
2693
+ ## 5.5.3
2694
+ Wed, 05 Dec 2018 20:14:08 GMT
2695
+
2696
+ ### Updates
2697
+
2698
+ - Add user read permission to copied Git hooks
2699
+
2700
+ ## 5.5.2
2701
+ Fri, 09 Nov 2018 02:14:11 GMT
2702
+
2703
+ ### Updates
2704
+
2705
+ - Include an environment variable option to create symlinks with absolute paths.
2706
+
2707
+ ## 5.5.1
2708
+ Wed, 07 Nov 2018 21:04:35 GMT
2709
+
2710
+ ### Updates
2711
+
2712
+ - For NodeJS 10, require at least LTS (10.13.0)
2713
+ - Install rush and package managers in a node version-specific folder under the user's home directory
2714
+ - Added support for git hooks
2715
+ - Remove all dependencies on the "rimraf" library
2716
+ - Upgrade fs-extra to eliminate the annoying "ERROR: ENOTEMPTY: directory not empty, rmdir" error that occasionally occurred during "rush link"
2717
+
2718
+ ## 5.4.0
2719
+ Thu, 25 Oct 2018 23:20:40 GMT
2720
+
2721
+ ### Updates
2722
+
2723
+ - Remove use of a deprecated Buffer API.
2724
+ - Fix an issue with "rush change" on NodeJS 10.
2725
+ - Fix an issue where "rush install" sometimes would incorrectly ask for "rush update", when using the Yarn package manager
2726
+ - Improve sorting of @rush-temp projects, which may reduce churn of hashes in the shrinkwrap file
2727
+ - Expose safeForSimultaneousRushProcesses to custom commands
2728
+ - Add 'variants' feature and command-line parameter
2729
+
2730
+ ## 5.3.4
2731
+ Wed, 17 Oct 2018 03:19:43 GMT
2732
+
2733
+ ### Updates
2734
+
2735
+ - Make rush purge also call rush unlink
2736
+ - Fix an issue where "rush publish" invoked the wrong command when using Yarn
2737
+ - Install optional dependencies, except w/ npm<5.0.0
2738
+
2739
+ ## 5.3.3
2740
+ Thu, 11 Oct 2018 23:58:16 GMT
2741
+
2742
+ ### Updates
2743
+
2744
+ - Remove warning for NodeJS 10 now that it is stable (LTS)
2745
+
2746
+ ## 5.3.2
2747
+ Mon, 08 Oct 2018 23:19:51 GMT
2748
+
2749
+ ### Updates
2750
+
2751
+ - Change "rush check" so that it considers "cyclicDependencyProjects" and ensures they are consistent or listed in "allowedAlternateVersions"
2752
+ - Fix a recent regression where "rush link" was failing for NPM/Yarn because hard links don't support relative paths
2753
+ - Make sure npm package does not exist before publishing
2754
+
2755
+ ## 5.3.1
2756
+ Wed, 03 Oct 2018 00:01:18 GMT
2757
+
2758
+ ### Updates
2759
+
2760
+ - Fix an issue where after running "rush add" (after successfully running "rush install"), the new package was not being installed or linked.
2761
+ - Fix an incorrect default in the "rush init" template comments
2762
+
2763
+ ## 5.3.0
2764
+ Fri, 28 Sep 2018 20:36:48 GMT
2765
+
2766
+ ### Updates
2767
+
2768
+ - Add "ensureConsistentVersions" configuration which runs "rush check" before certain commands
2769
+ - Add a new command "rush add" for managing package.json dependencies
2770
+ - Rush now detects some package.json errors such as the same package name being listed in both "dependencies" and "optionalDependencies"
2771
+ - Update "rush link" to use relative paths when creating symlinks, to facilitate building Docker images
2772
+
2773
+ ## 5.2.1
2774
+ Thu, 13 Sep 2018 21:57:21 GMT
2775
+
2776
+ ### Updates
2777
+
2778
+ - Fix an issue where "rush init" failed because its ".gitignore" template was excluded from the package
2779
+
2780
+ ## 5.2.0
2781
+ Thu, 13 Sep 2018 19:34:37 GMT
2782
+
2783
+ ### Updates
2784
+
2785
+ - Add a "rush init" command for scaffolding new monorepo folders
2786
+ - Allow "rush scan" to be used without a rush.json configuration
2787
+
2788
+ ## 5.1.0
2789
+ Sat, 08 Sep 2018 20:57:32 GMT
2790
+
2791
+ ### Updates
2792
+
2793
+ - Update "repository" field in package.json
2794
+ - Add support for PNPM's --strict-peer-dependencies feature
2795
+ - Add support for the Yarn package manager (this is a "beta" feature; please report any issues you encounter!)
2796
+
2797
+ ## 5.0.6
2798
+ Fri, 31 Aug 2018 23:10:31 GMT
2799
+
2800
+ ### Updates
2801
+
2802
+ - Add "--prefer-frozen-shrinkwrap false" to the "pnpm install" command line as a workaround for https://github.com/pnpm/pnpm/issues/1342
2803
+ - 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
2804
+
2805
+ ## 5.0.5
2806
+ Wed, 29 Aug 2018 07:05:22 GMT
2807
+
2808
+ ### Updates
2809
+
2810
+ - Fix an issue where rush install will fail if git isn't installed.
2811
+ - Fix an issue where "rush -h" didn't print help for the "build" and "rebuild" commands, unless invoked under a Rush folder
2812
+ - Improve command-line help for "rush build"
2813
+ - Fix regression causing "ERROR: EEXIST: file already exists"
2814
+
2815
+ ## 5.0.4
2816
+ Thu, 23 Aug 2018 00:08:41 GMT
2817
+
2818
+ ### Updates
2819
+
2820
+ - Fix capitalization of new "filePath" API property
2821
+
2822
+ ## 5.0.3
2823
+ Wed, 22 Aug 2018 20:58:58 GMT
2824
+
2825
+ ### Updates
2826
+
2827
+ - git st
2828
+ - When saving config files, Rush should include the "$schema" directive
2829
+ - Fix a regression where "rush version" sometimes failed with "The value for entries[0].comments.dependency[0].author is undefined"
2830
+ - When updating common-versions.json and version-policies.json, preserve the existing comments and whitespace
2831
+
2832
+ ## 5.0.2
2833
+ Sat, 18 Aug 2018 01:27:39 GMT
2834
+
2835
+ _Version update only_
2836
+
2837
+ ## 5.0.1
2838
+ Sat, 18 Aug 2018 01:21:59 GMT
2839
+
2840
+ ### Updates
2841
+
2842
+ - Fix typo in rush error message
2843
+ - Add a flag to "rush install" which runs the package manager in a verbose logging mode.
2844
+ - Remove package.json from rush-lib constants. Add public API for creating changefiles.
2845
+ - Fix an issue where "rush version" would fail with a useless error message if the Git user email is not specified.
2846
+ - Update lodash.
2847
+ - 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 )
2848
+
2849
+ ## 5.0.0
2850
+ Sat, 30 Jun 2018 00:57:22 GMT
2851
+
2852
+ ### Updates
2853
+
2854
+ - Update peerDependencies when bumping package versions (issue #668)
2855
+ - Add allowedAlternativeVersions setting to common-versions.json config file
2856
+ - Fix an issue where PNPM shrinkwrap file parser did not handle relative/absolute version paths correctly
2857
+ - Print each project's build time during the summary
2858
+ - Fix an issue where the common/temp/.npmrc file could contain missing environment variable tokens
2859
+ - Rush now creates common/scripts/install-run.js and install-run-rush.js scripts to formalize how CI jobs bootstrap tooling dependencies
2860
+ - Enable the "rush rebuild" and "rush build" commands to work without a Git repository
2861
+ - Add support for RUSH_TEMP_FOLDER environment variable to customize the location of Rush's commonTempFolder
2862
+ - Fix an issue where if package-deps.json fails to parse, the build fails
2863
+ - Improve "rush link" to create node_modules/.bin launchers for local project dependencies (not just installed external dependencies)
2864
+ - Update rush.json schema to allow requested versions (e.g. Rush or the package manager) to be a prerelease SemVer pattern
2865
+ - Fix annoyance where "rush update" (formerly "rush generate") would always change the integrity hash for tarball entries in shrinkwrap.yaml
2866
+ - 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
2867
+ - Rush now warns when phantom node_modules folders are found
2868
+ - Relax the rush.json version check for rush-lib; future versions are now accepted as long as the major/minor parts match
2869
+ - Fix a regression where builds would sometimes fail with a zero exit code due to NodeJS's handling of uncaught Promise rejections
2870
+ - Improve "rush check" to ignore peer dependencies, since they don't need to be consistent with everything else (and generally won't be)
2871
+ - (Breaking change) Replace pinned-versions.json with a more general common-versions.json that can track other cross-project dependency versions
2872
+ - (Breaking change) In common-versions.json, rename the "pinned versions" concept to "preferred versions", and separate the XStitch versions into their own field
2873
+ - Report an error if the package manager version is too old
2874
+ - (Breaking change) Redesign command-line.json config file to support other command types
2875
+ - (Breaking change) Rename custom-commands.json to be command-line.json
2876
+ - Add support for "global" commands in custom-commands.json
2877
+ - When using PNPM, remove some NPM bug workarounds that probably caused problems for "pnpm install"
2878
+ - Add a lock file to avoid race conditions when the Rush version selector is installing rush-lib
2879
+ - Fix a problem where the "rush-recycler" folder was not getting cleaned on macOS
2880
+ - (Breaking change) Remove unused RushConfiguration.homeFolder API
2881
+ - Add RUSH_PREVIEW_VERSION environment variable for piloting new versions of Rush
2882
+ - Add new command "rush purge" for cleaning up temporary files
2883
+ - Fix an issue where rush-recycler wasn't emptied if a folder exceeded the Windows MAX_PATH
2884
+ - Minor improvements for logging
2885
+ - When installing tools, always copy the repo's .npmrc file to the target folder
2886
+ - (Breaking change) Replace the "rush generate" command with a new command "rush update"
2887
+ - (Breaking change) Replace "rush install --clean" and "--full-clean" with "rush install --purge"
2888
+ - Improve lifecycle script execution to support Unix slashes in the command name when running on Windows
2889
+ - Add "rushx" binary for single-project commands
2890
+ - (Breaking change) Eliminate extra letters from shortened command line options (renamed "-cpo" to "-o", and removed "-vp" and "-pn")
2891
+ - Add check for unpublished releases
2892
+ - Add a "--to-version-policy" option for "rush rebuild" to allow building only a particular version policy
2893
+ - Add --release-type parameter to "rush publish" to be able to create different tarballs based on release type
2894
+ - Add "--ensure-version-policy" option for "rush version" to support updating the versions directly
2895
+
2896
+ ## 4.3.3
2897
+ Thu, 31 May 2018 21:57:13 GMT
2898
+
2899
+ ### Updates
2900
+
2901
+ - Remove the old undocumented "rush purge" command, since it conflicts with Rush 5
2902
+
2903
+ ## 4.3.2
2904
+ Mon, 26 Mar 2018 19:12:42 GMT
2905
+
2906
+ ### Updates
2907
+
2908
+ - Change *.d.ts file path for rush-lib
2909
+ - Add "ignoreMissingScript" flag to custom command and fix other minor issues
2910
+ - Add --pack option to "rush publish" to support packing packages into tarballs instead of publishing to NPM registry
2911
+ - Upgrade colors to version ~1.2.1
2912
+
2913
+ ## 4.3.1
2914
+ Tue, 20 Mar 2018 20:02:56 GMT
2915
+
2916
+ ### Updates
2917
+
2918
+ - Add support for overriding the default windows parallelism with 'max'.
2919
+ - Remove IPackageJson API. Consumers should now use the equivalent definition from @microsoft/node-core-library instead.
2920
+ - Move the environment checks from rush-lib to rush
2921
+ - Fix an annoyance where common/temp/shrinkwrap.yaml was formatted in a way that made diffs less readable
2922
+
2923
+ ## 4.3.0
2924
+ Fri, 02 Mar 2018 02:45:37 GMT
2925
+
2926
+ ### Updates
2927
+
2928
+ - 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.
2929
+ - Fix an issue where the package manager installation could get corrupted if the Rush tool was accidentally invoked multiple times concurrently.
2930
+ - Fix issue with pnpm where store was not removed after an unsuccessful installation
2931
+ - 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.
2932
+ - Update Rush to consider the shrinkwrap file during incremental builds.
2933
+ - 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.
2934
+ - 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.
2935
+ - 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.
2936
+ - Add a notice for unsupported versions of NodeJS runtime
2937
+ - Add a new command-line flag "--conservative" which causes "rush generate" to perform a minimal upgrade
2938
+ - 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
2939
+ - Fix Rush version increase logic to handle cyclic dependencies properly
2940
+
2941
+ ## 4.2.5
2942
+ Fri, 26 Jan 2018 00:36:51 GMT
2943
+
2944
+ ### Updates
2945
+
2946
+ - Fix an issue when parsing scoped peer dependencies in the pnpm shrinkwrap file
2947
+
2948
+ ## 4.2.4
2949
+ Sun, 21 Jan 2018 06:33:59 GMT
2950
+
2951
+ ### Updates
2952
+
2953
+ - Improve the error message when loading rush.json from a newer release
2954
+
2955
+ ## 4.2.3
2956
+ Thu, 18 Jan 2018 19:02:07 GMT
2957
+
2958
+ ### Updates
2959
+
2960
+ - Avoid git errors when there are only empty change files
2961
+
2962
+ ## 4.2.2
2963
+ Wed, 17 Jan 2018 10:49:31 GMT
2964
+
2965
+ _Version update only_
2966
+
2967
+ ## 4.2.1
2968
+ Fri, 12 Jan 2018 23:35:48 GMT
2969
+
2970
+ ### Patches
2971
+
2972
+ - Fix a bug in "rush change" to allow skipping changes when empty change file exists.
2973
+ - Change the way Rush prints output, to make it more readable and easy to tell how far into a build you are.
2974
+
2975
+ ## 4.2.0
2976
+ Mon, 11 Jan 2018 22:14:30 GMT
2977
+
2978
+ ### Minor changes
2979
+
2980
+ - Introduce a new project-specific setting "skipRushCheck" to exempt certain projects from the "rush check" validation
2981
+ - 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.
2982
+
2983
+ ## 4.1.1
2984
+ Mon, 08 Jan 2018 20:34:30 GMT
2985
+
2986
+ ### Patches
2987
+
2988
+ - Fix an issue with checking the pnpm shrinkwrap file when there are peer dependency version specifiers
2989
+
2990
+ ## 4.1.0
2991
+ Thu, 30 Nov 2017 20:34:30 GMT
2992
+
2993
+ ### Minor changes
2994
+
2995
+ - Adding support for using PNPM with Rush
2996
+
2997
+ ### Patches
2998
+
2999
+ - Fix issue where 'rush publish' was failing when the only changefiles were 'none' type
3000
+ - Add support for hotfix changes
3001
+ - Fix an issue with file locks causing exceptions during 'rush install'
3002
+ - Fix issue where 'rush install' did not invalidate node_modules after bumping package manager version
3003
+
3004
+ ## 4.0.1
3005
+ Mon, 13 Nov 2017 18:34:30 GMT
3006
+
3007
+ ### Patches
3008
+
3009
+ - Fix the regression where "rush -h" didn't work outside a repo folder
3010
+ - Reduce the default parallelism on Windows platform
3011
+ - 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
3012
+
3013
+ ## 4.0.0
3014
+ Sat, 4 Nov 2017 03:22:28 GMT
3015
+
3016
+ ### Breaking changes
3017
+
3018
+ - Complete release notes are here: https://github.com/microsoft/web-build-tools/wiki#november-3-2017---rush-4-released
3019
+ - Adding custom commands and options.
3020
+ - Adding rush version selector.
3021
+ - Updating the semantics of rush change.
3022
+
3023
+ ## 3.0.20
3024
+ Thu, 19 Oct 2017 23:01:49 GMT
3025
+
3026
+ ### Patches
3027
+
3028
+ - Fix a stack overflow error that occurs when "rush rebuild" encounters a cyclic dependency
3029
+ - Fix a bug that "rush rebuild" fails if "from" parameter is provided
3030
+ - Validate versions before "rush version" commits version updates
3031
+
3032
+ ## 3.0.19
3033
+ Fri, 06 Oct 2017 22:44:31 GMT
3034
+
3035
+ ### Patches
3036
+
3037
+ - Enable strickNullChecks
3038
+ - Fix a bug in "rush version" that devdependency does not get bumped if there is no dependency.
3039
+ - Fix a bug in "rush change" so it handles rename properly.
3040
+ - Add npm tag support in "rush publish".
3041
+
3042
+ ## 3.0.18
3043
+ Tue, 26 Sep 2017 13:51:05 GMT
3044
+
3045
+ ### Patches
3046
+
3047
+ - Update various dependencies
3048
+
3049
+ ## 3.0.17
3050
+ Thu, 14 Sep 2017 18:51:05 GMT
3051
+
3052
+ ### Patches
3053
+
3054
+ - Fix some issues in rush telemetry collection
3055
+
3056
+ ## 3.0.16
3057
+ Wed, 6 Sep 2017 18:24:39 GMT
3058
+
3059
+ ### Patches
3060
+
3061
+ - Fix an issue running 'rush install' after adding a new project
3062
+
3063
+ ## 3.0.15
3064
+ Wed, 30 Aug 2017 18:24:39 GMT
3065
+
3066
+ ### Patches
3067
+
3068
+ - Replace the temp_modules/*/package.json files with TGZ files
3069
+ - Add repositoryUrl to RushConfiguration to track remote repository
3070
+ - Use the new Json API from node-core-library
3071
+ - Add two new methods to ChangeFile class
3072
+ - Introduce an experimental "rush version" action to manage project versions based on version policy
3073
+ - Make "rush generate" not throw if there is a problem reading the shrinkwrap file
3074
+
3075
+ ## 3.0.12
3076
+ Fri, Jul 21, 2017 22:30:12 PM
3077
+
3078
+ ### Patches
3079
+
3080
+ - Temporarily revert Rush incremental build checking files outside of the project's directory
3081
+ - Fix error message during build
3082
+ - Add a ChangeFile class to rush-lib
3083
+ - Fix an issue where rush would crash if it could not find the rush.json
3084
+ - If "rush generate" detects that all dependencies are present, it will do nothing. This is overridable with the "--force" flag.
3085
+ - Promote Changelog interfaces to an @alpha API in rush-lib
3086
+
3087
+ ## 3.0.11
3088
+ Mon, Jul 3, 2017 10:53:12 PM
3089
+
3090
+ ### Patches
3091
+
3092
+ - 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"
3093
+
3094
+ ## 3.0.10
3095
+ Tue, 27 Jun 2017 21:44:50 GMT
3096
+
3097
+ ### Patches
3098
+
3099
+ - Fix an issue with 'rush rebuild' where it fails on non-windows platforms
3100
+ - Fix an issue with 'rush -help' where it throws if rush.json is not available.
3101
+
3102
+ ## 3.0.9
3103
+ Thu, June 8, 2017 03:30:27 GMT
3104
+
3105
+ ### Patches
3106
+
3107
+ - Fix issue with 'rush check' where it sometimes threw exceptions.
3108
+
3109
+ ## 3.0.8
3110
+ Thu, June 8, 2017 03:00:27 GMT
3111
+
3112
+ ### Patches
3113
+
3114
+ - Fix issue with 'rush check' so it no longer considers cyclic dependencies as a mismatch.
3115
+
3116
+ ## 3.0.7
3117
+ Tue, May 23, 2017 00:55:27 GMT
3118
+
3119
+ ### Patches
3120
+
3121
+ - Fix a regression for packages with an empty script (no-op)
3122
+
3123
+ ## 3.0.6
3124
+ Sat, May 20, 2017 00:55:27 GMT
3125
+
3126
+ ### Patches
3127
+
3128
+ - Revert major break with rush build
3129
+
3130
+ ## 3.0.5
3131
+ Fri, May 19, 2017 10:55:27 GMT
3132
+
3133
+ ### Patches
3134
+
3135
+ - Fix the Rush build error due to 'SyntaxError: Unexpected token u in JSON at position 0'
3136
+ - Fix a minor bug where Rush complained about extra directories.
3137
+
3138
+ ## 3.0.4
3139
+ Tue, May 17, 2017 01:48:27 GMT
3140
+
3141
+ ### Patches
3142
+
3143
+ - Improved the "rush build" change detection: if any file outside a project folder has changed, rebuild all projects.
3144
+ - The "rush build" command now stores the command-line options used during a build, and forces a full rebuild if the options have changed.
3145
+ - Fix for a "rush publish" bug involving command line option quoting.
3146
+
3147
+ ## 3.0.3
3148
+ Tue, May 16, 2017 00:43:27 GMT
3149
+
3150
+ ### Patches
3151
+
3152
+ - Fix a regression where "rush install" sometimes failed to install the NPM tool
3153
+
3154
+ ## 3.0.2
3155
+ Sun, May 14, 2017 19:22:16 GMT
3156
+
3157
+ ### Patches
3158
+
3159
+ - Fix some minor documentation issues
3160
+
3161
+ ## 3.0.1
3162
+ Sun, May 14, 2017 18:30:35 GMT
3163
+
3164
+ ### Breaking changes
3165
+
3166
+ - THIS IS A BREAKING CHANGE - see the web-build-tools news page for migration instructions
3167
+ - 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!
3168
+ - Major restructing of common folder; the "temp_modules" folder is no longer tracked by Git
3169
+ - Greatly simplified .gitignore; all of Rush's temporary files are now under common/temp
3170
+ - The rush.json file format has been simplified, and auxiliary config files are now consolidated in common/config/rush
3171
+ - The "packageReviewFile" feature has been overhauled - see wiki documentation on GitHub
3172
+ - The "rush check" command was renamed to "rush scan", and "rush check-versions" was shortened to "rush check"
3173
+
3174
+ ### Minor changes
3175
+
3176
+ - The change log file format was expanded to support subset publishing (coming soon!)
3177
+ - More operations now use the AsyncRecycleBin feature
3178
+ - The "rush link" command now skips if nothing has changed
3179
+
3180
+ ### Patches
3181
+
3182
+ - Numerous small fixes and enhancments
3183
+
3184
+ ## 2.5.0
3185
+ Tue, 11 Apr 2017 21:20:58 GMT
3186
+
3187
+ ### Minor changes
3188
+
3189
+ - Deprecate the pinnedVersions field of rush.json in favor of a standalone pinnedVer sions.json
3190
+
3191
+ ### Patches
3192
+
3193
+ - Bump stream-collator to 2.0.0
3194
+ - Publish: Improve detection of already published package versions
3195
+ - Publish: Fix a bug where not all project versions get updated for prerelease
3196
+
3197
+ ## 2.4.0
3198
+ Thu, 30 Mar 2017 18:25:38 GMT
3199
+
3200
+ ### Minor changes
3201
+
3202
+ - The 'link' action will be automatically ran after 'install' or 'generate'.
3203
+ - Support adding a suffix during rush generate
3204
+
3205
+ ### Patches
3206
+
3207
+ - Fixing an issue where install was not detecting changes to the shrinkwrap
3208
+ - Registry should not be hardcoded when auth token is provided
3209
+
3210
+ ## 2.3.0
3211
+ Fri, 24 Feb 2017 22:54:16 GMT
3212
+
3213
+ ### Minor changes
3214
+
3215
+ - Minor version
3216
+
3217
+ ## 2.2.1
3218
+ Fri, 24 Feb 2017 22:53:18 GMT
3219
+
3220
+ _Version update only_
3221
+
3222
+ ## 2.2.0
3223
+ Fri, 24 Feb 2017 22:44:31 GMT
3224
+
3225
+ ### Minor changes
3226
+
3227
+ - 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.
3228
+ - Make --quiet builds the default. Deprecate the --quiet parameter. Add a --verbose parameter which displays the build logs.
3229
+
3230
+ ### Patches
3231
+
3232
+ - Rush install checks to ensure that generate has been run.
3233
+
3234
+ ## 1.8.2
3235
+ Wed, 15 Feb 2017 08:54:44 GMT
3236
+
3237
+ ### Patches
3238
+
3239
+ - Temporarily reverting the new temp_modules validation feature, because it is incompatible with some usage scenarios
3240
+
3241
+ ## 1.8.1
3242
+ Tue, 14 Feb 2017 23:40:44 GMT
3243
+
3244
+ ### Patches
3245
+
3246
+ - Fixing a bug with install where it preemptively returned before installing.
3247
+
3248
+ ## 1.8.0
3249
+ Tue, 14 Feb 2017 22:53:30 GMT
3250
+
3251
+ ### Minor changes
3252
+
3253
+ - Install will error if the temp_modules have drifted out of sync with the package's package.json files
3254
+
3255
+ ## 1.7.0
3256
+ Tue, 14 Feb 2017 02:31:40 GMT
3257
+
3258
+ ### Minor changes
3259
+
3260
+ - Adds an extra command (rush check-versions), which can find inconsistencies in package.json dependency versions across a repository.
3261
+
3262
+ ## 1.6.0
3263
+ Sun, 05 Feb 2017 01:21:30 GMT
3264
+
3265
+ ### Minor changes
3266
+
3267
+ - Add support for pre-release build
3268
+
3269
+ ### Patches
3270
+
3271
+ - When the git policy fails, rush should return a non-zero error code.
3272
+ - Lock version numbers for @types packages
3273
+ - Ensure world readiness
3274
+ - Update .npmignore
3275
+ - Cyclic dependency should not have version bumped when changes are applied.
3276
+
3277
+ ## 1.5.1
3278
+ Tue, 24 Jan 2017 03:26:05 GMT
3279
+
3280
+ ### Patches
3281
+
3282
+ - The 'link' command should display elapsed time when finished executing.
3283
+ - Minor fix so "allowedEmailRegExps" works on Mac/Linux
3284
+ - Fixed a small bug where "rush publish -a" was not deleting changelog files
3285
+
3286
+ ## 1.5.0
3287
+ Sun, 22 Jan 2017 02:04:57 GMT
3288
+
3289
+ ### Minor changes
3290
+
3291
+ - Implemented a new rush.json option "gitPolicy" to avoid incorrect commit e-mails
3292
+
3293
+ ### Patches
3294
+
3295
+ - Update temp_modules when versions are bumped.
3296
+
3297
+ ## 1.4.1
3298
+ Tue, 03 Jan 2017 21:52:49 GMT
3299
+
3300
+ ### Patches
3301
+
3302
+ - Fixing `rush publish` changelog code to reference projects correctly.
3303
+ - `rush publish` now only updates changelogs for projects that are marked as shouldPublish=true.
3304
+
3305
+ ## 1.4.0
3306
+ Tue, 06 Dec 2016 20:44:26 GMT
3307
+
3308
+ ### Minor changes
3309
+
3310
+ - Changes for RC0 release.
3311
+
3312
+ ## 1.3.0
3313
+ Sat, 03 Dec 2016 07:47:39 GMT
3314
+
3315
+ ### Minor changes
3316
+
3317
+ - Adding support for changelog generation to rush publish.
3318
+ - Refactoring "config" into "configuration."
3319
+
3320
+ ### Patches
3321
+
3322
+ - Converting node and webpack-env typings to use @types, and cleaning them up.
3323
+ - The cache should be cleaned unless we are using the global cache
3324
+ - Fixed a regression where "rush install" would sometimes corrupt the node_modules folder. Also, common/package.json is now sorted deterministically.
3325
+
3326
+ ## 1.2.4
3327
+
3328
+ ### Patches
3329
+
3330
+ - 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.
3331
+
3332
+ ## 1.2.3
3333
+
3334
+ ### Patches
3335
+
3336
+ - Make deletion of node_modules folder more cautious to improve failure rate on automated builds.
3337
+ - Updating Rush generate to more efficiently delete folders.
3338
+
3339
+ ## 1.2.2
3340
+
3341
+ ### Patches
3342
+
3343
+ - Updating the deps hash dependency, which includes a fix which resolves a bug where changes were not being recalculated when multiple files were changed.
3344
+
3345
+ ## 1.2.1
3346
+
3347
+ ### Patches
3348
+
3349
+ - Updating the rush `change` with better verification logic.
3350
+
3351
+ ## 1.2.0
3352
+
3353
+ ### Minor changes
3354
+
3355
+ - Adding the 'build' action, which support incremental build.
3356
+
3357
+ ## 1.1.3
3358
+
3359
+ ### Patches
3360
+
3361
+ - Partially reverting changes for treating success with warnings differently.
3362
+ - Making Rush install transactional.
3363
+
3364
+ ## 1.1.2
3365
+
3366
+ ### Patches
3367
+
3368
+ - Fix a bug in rush `change`
3369
+
3370
+ ## 1.1.1
3371
+
3372
+ ### Patches
3373
+
3374
+ - correcting casing of files and imports
3375
+
3376
+ ## 1.1.0
3377
+
3378
+ ### Minor changes
3379
+
3380
+ - The "packageReviewFile" feature now supports a setting "ignoredNpmScopes" that can be used e.g. to ignore the "@types" scope
3381
+
3382
+ ### Patches
3383
+
3384
+ - Fixing Rush to run on UNIX and Linux.
3385
+
3386
+ ## 1.0.10
3387
+
3388
+ ### Breaking changes
3389
+
3390
+ - Rename `shouldTrackChanges` to `shouldPublish` which indicates whether a package should be included for the `publish` workflow.
3391
+
3392
+ ### Minor changes
3393
+
3394
+ - Updating `rush install` to be transactional.
3395
+
3396
+ ### Patches
3397
+
3398
+ - Updating the `publish` workflow.
3399
+
3400
+ ## 1.0.9
3401
+
3402
+ ### Patches
3403
+
3404
+ - Updating the `publish` workflow.
3405
+
3406
+ ## 1.0.7
3407
+
3408
+ ### Patches
3409
+
3410
+ - Renaming the `local-npm` directory to `npm-local`.
3411
+ - Include NPM --cache and NPM --tmp options in the rush.json file.
3412
+ - Limit Rush Rebuild parallelism to 'number-of-cores' simultaneous builds, optionally overridable on command line
3413
+
3414
+ ## 1.0.5
3415
+
3416
+ ### Patches
3417
+
3418
+ - Fixed a bug in Rush Generate which showed: `ERROR: Input file not found: undefined` when packageReviewFile is omitted
3419
+
3420
+ ## 1.0.4
3421
+
3422
+ ### Minor changes
3423
+
3424
+ - Added optional support for a "packageReviewFile" that helps detect when new NPM package dependencies are introduced
3425
+
3426
+ ### Patches
3427
+
3428
+ - Replaced JSON.parse() with jju for improved error handling.
3429
+
3430
+ ## 1.0.3
3431
+
3432
+ ### Patches
3433
+
3434
+ - Fix Mac OS X compatibility issue
3435
+
3436
+ ## 1.0.0
3437
+
3438
+ _Initial release_
3439
+