This commit is contained in:
Rushbot 2024-08-21 16:25:07 +00:00
Родитель f5d33c799d
Коммит c13f56b40d
7 изменённых файлов: 28 добавлений и 53 удалений

Просмотреть файл

@ -1,6 +1,24 @@
{
"name": "@microsoft/rush",
"entries": [
{
"version": "5.132.0",
"tag": "@microsoft/rush_v5.132.0",
"date": "Wed, 21 Aug 2024 16:25:07 GMT",
"comments": {
"none": [
{
"comment": "Add a new `rush install-autoinstaller` command that ensures that the specified autoinstaller is installed."
},
{
"comment": "Emit an error if a `workspace:` specifier is used in a dependency that is listed in `decoupledLocalDependencies`."
},
{
"comment": "Add support for `--resolution-only` to `rush install` to enforce strict peer dependency resolution."
}
]
}
},
{
"version": "5.131.5",
"tag": "@microsoft/rush_v5.131.5",

Просмотреть файл

@ -1,6 +1,15 @@
# Change Log - @microsoft/rush
This log was last generated on Mon, 19 Aug 2024 20:03:03 GMT and should not be manually modified.
This log was last generated on Wed, 21 Aug 2024 16:25:07 GMT and should not be manually modified.
## 5.132.0
Wed, 21 Aug 2024 16:25:07 GMT
### Updates
- Add a new `rush install-autoinstaller` command that ensures that the specified autoinstaller is installed.
- Emit an error if a `workspace:` specifier is used in a dependency that is listed in `decoupledLocalDependencies`.
- Add support for `--resolution-only` to `rush install` to enforce strict peer dependency resolution.
## 5.131.5
Mon, 19 Aug 2024 20:03:03 GMT

Просмотреть файл

@ -1,10 +0,0 @@
{
"changes": [
{
"packageName": "@microsoft/rush",
"comment": "Add a new `rush install-autoinstaller` command that ensures that the specified autoinstaller is installed.",
"type": "none"
}
],
"packageName": "@microsoft/rush"
}

Просмотреть файл

@ -1,11 +0,0 @@
{
"changes": [
{
"comment": "",
"type": "none",
"packageName": "@microsoft/rush"
}
],
"packageName": "@microsoft/rush",
"email": "iclanton@users.noreply.github.com"
}

Просмотреть файл

@ -1,11 +0,0 @@
{
"changes": [
{
"comment": "Emit an error if a `workspace:` specifier is used in a dependency that is listed in `decoupledLocalDependencies`.",
"type": "none",
"packageName": "@microsoft/rush"
}
],
"packageName": "@microsoft/rush",
"email": "jamesmaher-dd@users.noreply.github.com"
}

Просмотреть файл

@ -1,10 +0,0 @@
{
"changes": [
{
"packageName": "@microsoft/rush",
"comment": "",
"type": "none"
}
],
"packageName": "@microsoft/rush"
}

Просмотреть файл

@ -1,10 +0,0 @@
{
"changes": [
{
"packageName": "@microsoft/rush",
"comment": "Add support for `--resolution-only` to `rush install` to enforce strict peer dependency resolution.",
"type": "none"
}
],
"packageName": "@microsoft/rush"
}