Skip to content

Commit abdf961

Browse files
committed
Deleting change files and updating change logs for package updates.
1 parent 34da0fc commit abdf961

17 files changed

Lines changed: 64 additions & 166 deletions

apps/rush/CHANGELOG.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,51 @@
11
{
22
"name": "@microsoft/rush",
33
"entries": [
4+
{
5+
"version": "4.3.0",
6+
"tag": "@microsoft/rush_v4.3.0",
7+
"date": "Fri, 02 Mar 2018 02:45:37 GMT",
8+
"comments": {
9+
"none": [
10+
{
11+
"comment": "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."
12+
},
13+
{
14+
"comment": "Fix an issue where the package manager installation could get corrupted if the Rush tool was accidentally invoked multiple times concurrently."
15+
},
16+
{
17+
"comment": "Fix issue with pnpm where store was not removed after an unsuccessful installation"
18+
},
19+
{
20+
"comment": "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."
21+
},
22+
{
23+
"comment": "Update Rush to consider the shrinkwrap file during incremental builds."
24+
},
25+
{
26+
"comment": "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."
27+
},
28+
{
29+
"comment": "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."
30+
},
31+
{
32+
"comment": "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."
33+
},
34+
{
35+
"comment": "Add a notice for unsupported versions of NodeJS runtime"
36+
},
37+
{
38+
"comment": "Add a new command-line flag \"--conservative\" which causes \"rush generate\" to perform a minimal upgrade"
39+
},
40+
{
41+
"comment": "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"
42+
},
43+
{
44+
"comment": "Fix Rush version increase logic to handle cyclic dependencies properly"
45+
}
46+
]
47+
}
48+
},
449
{
550
"version": "4.2.5",
651
"tag": "@microsoft/rush_v4.2.5",

apps/rush/CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# Change Log - @microsoft/rush
22

3-
This log was last generated on Fri, 26 Jan 2018 00:36:51 GMT and should not be manually modified.
3+
This log was last generated on Fri, 02 Mar 2018 02:45:37 GMT and should not be manually modified.
4+
5+
## 4.3.0
6+
Fri, 02 Mar 2018 02:45:37 GMT
7+
8+
### Updates
9+
10+
- 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.
11+
- Fix an issue where the package manager installation could get corrupted if the Rush tool was accidentally invoked multiple times concurrently.
12+
- Fix issue with pnpm where store was not removed after an unsuccessful installation
13+
- 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.
14+
- Update Rush to consider the shrinkwrap file during incremental builds.
15+
- 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.
16+
- 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.
17+
- 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.
18+
- Add a notice for unsupported versions of NodeJS runtime
19+
- Add a new command-line flag "--conservative" which causes "rush generate" to perform a minimal upgrade
20+
- 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
21+
- Fix Rush version increase logic to handle cyclic dependencies properly
422

523
## 4.2.5
624
Fri, 26 Jan 2018 00:36:51 GMT

common/changes/@microsoft/rush/nickpape-async-command-line_2018-02-15-23-22.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@microsoft/rush/nickpape-dont-delete-store_2018-02-14-02-42.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@microsoft/rush/nickpape-lock-home_2018-02-15-21-09.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@microsoft/rush/nickpape-pnpm-clean-folders_2018-02-01-22-36.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@microsoft/rush/nickpape-pnpm-symlink-perf_2018-01-26-19-49.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@microsoft/rush/nickpape-rush-build-consider-shrinkwrap.json_2018-02-07-00-48.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@microsoft/rush/nickpape-rush-fast-build_2018-01-26-20-36.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@microsoft/rush/nickpape-rush-lock_2018-02-02-00-07.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)