@microsoft/rush 5.62.0 → 5.62.4

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