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