@microsoft/rush 5.130.2 → 5.131.0

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