зеркало из https://github.com/microsoft/lage.git
applying package updates
This commit is contained in:
Родитель
aafe75c34b
Коммит
ff78843cfe
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Fixing the watch mode to use the newer simple scheduler",
|
||||
"packageName": "@lage-run/cli",
|
||||
"email": "kchau@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "minor",
|
||||
"comment": "adding provision for the run() to pay attention to previous and currently running targetRun's",
|
||||
"packageName": "@lage-run/scheduler",
|
||||
"email": "kchau@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "adding a \"rerun\" flag for \"run()\"",
|
||||
"packageName": "@lage-run/scheduler-types",
|
||||
"email": "kchau@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,6 +1,39 @@
|
|||
{
|
||||
"name": "@lage-run/cli",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Mon, 21 Nov 2022 06:32:03 GMT",
|
||||
"tag": "@lage-run/cli_v0.5.2",
|
||||
"version": "0.5.2",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "kchau@microsoft.com",
|
||||
"package": "@lage-run/cli",
|
||||
"commit": "aafe75c34b61ed10f11c829a7bb1f5ad86f0b810",
|
||||
"comment": "Fixing the watch mode to use the newer simple scheduler"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@lage-run/cli",
|
||||
"comment": "Bump @lage-run/scheduler to v0.6.0",
|
||||
"commit": "aafe75c34b61ed10f11c829a7bb1f5ad86f0b810"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@lage-run/cli",
|
||||
"comment": "Bump @lage-run/scheduler-types to v0.2.9",
|
||||
"commit": "aafe75c34b61ed10f11c829a7bb1f5ad86f0b810"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@lage-run/cli",
|
||||
"comment": "Bump @lage-run/reporters to v0.2.40",
|
||||
"commit": "aafe75c34b61ed10f11c829a7bb1f5ad86f0b810"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 18 Nov 2022 19:52:38 GMT",
|
||||
"tag": "@lage-run/cli_v0.5.1",
|
||||
|
|
|
@ -1,9 +1,20 @@
|
|||
# Change Log - @lage-run/cli
|
||||
|
||||
This log was last generated on Fri, 18 Nov 2022 19:52:38 GMT and should not be manually modified.
|
||||
This log was last generated on Mon, 21 Nov 2022 06:32:03 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.5.2
|
||||
|
||||
Mon, 21 Nov 2022 06:32:03 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Fixing the watch mode to use the newer simple scheduler (kchau@microsoft.com)
|
||||
- Bump @lage-run/scheduler to v0.6.0
|
||||
- Bump @lage-run/scheduler-types to v0.2.9
|
||||
- Bump @lage-run/reporters to v0.2.40
|
||||
|
||||
## 0.5.1
|
||||
|
||||
Fri, 18 Nov 2022 19:52:38 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lage-run/cli",
|
||||
"version": "0.5.1",
|
||||
"version": "0.5.2",
|
||||
"description": "Command Line Interface for Lage",
|
||||
"repository": {
|
||||
"url": "https://github.com/microsoft/lage"
|
||||
|
@ -20,11 +20,11 @@
|
|||
"dependencies": {
|
||||
"@lage-run/find-npm-client": "^0.1.4",
|
||||
"@lage-run/logger": "^1.2.2",
|
||||
"@lage-run/scheduler": "^0.5.15",
|
||||
"@lage-run/scheduler-types": "^0.2.8",
|
||||
"@lage-run/scheduler": "^0.6.0",
|
||||
"@lage-run/scheduler-types": "^0.2.9",
|
||||
"@lage-run/target-graph": "^0.6.1",
|
||||
"@lage-run/cache": "^0.2.3",
|
||||
"@lage-run/reporters": "^0.2.39",
|
||||
"@lage-run/reporters": "^0.2.40",
|
||||
"commander": "^9.4.0",
|
||||
"workspace-tools": "^0.29.0",
|
||||
"chokidar": "3.5.3",
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"monorepo-scripts": "*",
|
||||
"@lage-run/cli": "^0.5.1",
|
||||
"@lage-run/cli": "^0.5.2",
|
||||
"@lage-run/target-graph": "^0.6.1",
|
||||
"@lage-run/scheduler-types": "^0.2.8",
|
||||
"@lage-run/scheduler-types": "^0.2.9",
|
||||
"execa": "5.1.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,27 @@
|
|||
{
|
||||
"name": "@lage-run/lage",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Mon, 21 Nov 2022 06:32:03 GMT",
|
||||
"tag": "@lage-run/lage_v2.5.19",
|
||||
"version": "2.5.19",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@lage-run/lage",
|
||||
"comment": "Bump @lage-run/cli to v0.5.2",
|
||||
"commit": "aafe75c34b61ed10f11c829a7bb1f5ad86f0b810"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@lage-run/lage",
|
||||
"comment": "Bump @lage-run/scheduler to v0.6.0",
|
||||
"commit": "aafe75c34b61ed10f11c829a7bb1f5ad86f0b810"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 18 Nov 2022 19:52:38 GMT",
|
||||
"tag": "@lage-run/lage_v2.5.18",
|
||||
|
|
|
@ -1,9 +1,18 @@
|
|||
# Change Log - @lage-run/lage
|
||||
|
||||
This log was last generated on Fri, 18 Nov 2022 19:52:38 GMT and should not be manually modified.
|
||||
This log was last generated on Mon, 21 Nov 2022 06:32:03 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 2.5.19
|
||||
|
||||
Mon, 21 Nov 2022 06:32:03 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @lage-run/cli to v0.5.2
|
||||
- Bump @lage-run/scheduler to v0.6.0
|
||||
|
||||
## 2.5.18
|
||||
|
||||
Fri, 18 Nov 2022 19:52:38 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lage-run/lage",
|
||||
"version": "2.5.18",
|
||||
"version": "2.5.19",
|
||||
"main": "dist/main.js",
|
||||
"bin": {
|
||||
"lage": "dist/lage.js"
|
||||
|
@ -13,8 +13,8 @@
|
|||
"fsevents": "~2.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lage-run/cli": "^0.5.1",
|
||||
"@lage-run/scheduler": "^0.5.15",
|
||||
"@lage-run/cli": "^0.5.2",
|
||||
"@lage-run/scheduler": "^0.6.0",
|
||||
"rollup": "2.79.1",
|
||||
"@rollup/plugin-commonjs": "22.0.2",
|
||||
"@rollup/plugin-node-resolve": "14.1.0",
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@lage-run/reporters",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Mon, 21 Nov 2022 06:32:03 GMT",
|
||||
"tag": "@lage-run/reporters_v0.2.40",
|
||||
"version": "0.2.40",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@lage-run/reporters",
|
||||
"comment": "Bump @lage-run/scheduler-types to v0.2.9",
|
||||
"commit": "aafe75c34b61ed10f11c829a7bb1f5ad86f0b810"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 11 Nov 2022 07:29:47 GMT",
|
||||
"tag": "@lage-run/reporters_v0.2.39",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @lage-run/reporters
|
||||
|
||||
This log was last generated on Fri, 11 Nov 2022 07:29:47 GMT and should not be manually modified.
|
||||
This log was last generated on Mon, 21 Nov 2022 06:32:03 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.2.40
|
||||
|
||||
Mon, 21 Nov 2022 06:32:03 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @lage-run/scheduler-types to v0.2.9
|
||||
|
||||
## 0.2.39
|
||||
|
||||
Fri, 11 Nov 2022 07:29:47 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lage-run/reporters",
|
||||
"version": "0.2.39",
|
||||
"version": "0.2.40",
|
||||
"description": "Log reporters for Lage",
|
||||
"repository": {
|
||||
"url": "https://github.com/microsoft/lage"
|
||||
|
@ -16,7 +16,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@lage-run/logger": "^1.2.2",
|
||||
"@lage-run/scheduler-types": "^0.2.8",
|
||||
"@lage-run/scheduler-types": "^0.2.9",
|
||||
"@lage-run/target-graph": "^0.6.1",
|
||||
"@lage-run/format-hrtime": "^0.1.3",
|
||||
"chalk": "^4.0.0",
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@lage-run/scheduler-types",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Mon, 21 Nov 2022 06:32:03 GMT",
|
||||
"tag": "@lage-run/scheduler-types_v0.2.9",
|
||||
"version": "0.2.9",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "kchau@microsoft.com",
|
||||
"package": "@lage-run/scheduler-types",
|
||||
"commit": "aafe75c34b61ed10f11c829a7bb1f5ad86f0b810",
|
||||
"comment": "adding a \"rerun\" flag for \"run()\""
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 11 Nov 2022 07:29:47 GMT",
|
||||
"tag": "@lage-run/scheduler-types_v0.2.8",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @lage-run/scheduler-types
|
||||
|
||||
This log was last generated on Fri, 11 Nov 2022 07:29:47 GMT and should not be manually modified.
|
||||
This log was last generated on Mon, 21 Nov 2022 06:32:03 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.2.9
|
||||
|
||||
Mon, 21 Nov 2022 06:32:03 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- adding a "rerun" flag for "run()" (kchau@microsoft.com)
|
||||
|
||||
## 0.2.8
|
||||
|
||||
Fri, 11 Nov 2022 07:29:47 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lage-run/scheduler-types",
|
||||
"version": "0.2.8",
|
||||
"version": "0.2.9",
|
||||
"description": "Scheduler types for Lage",
|
||||
"repository": {
|
||||
"url": "https://github.com/microsoft/lage"
|
||||
|
|
|
@ -1,6 +1,27 @@
|
|||
{
|
||||
"name": "@lage-run/scheduler",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Mon, 21 Nov 2022 06:32:03 GMT",
|
||||
"tag": "@lage-run/scheduler_v0.6.0",
|
||||
"version": "0.6.0",
|
||||
"comments": {
|
||||
"minor": [
|
||||
{
|
||||
"author": "kchau@microsoft.com",
|
||||
"package": "@lage-run/scheduler",
|
||||
"commit": "aafe75c34b61ed10f11c829a7bb1f5ad86f0b810",
|
||||
"comment": "adding provision for the run() to pay attention to previous and currently running targetRun's"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@lage-run/scheduler",
|
||||
"comment": "Bump @lage-run/scheduler-types to v0.2.9",
|
||||
"commit": "aafe75c34b61ed10f11c829a7bb1f5ad86f0b810"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 18 Nov 2022 19:52:38 GMT",
|
||||
"tag": "@lage-run/scheduler_v0.5.15",
|
||||
|
|
|
@ -1,9 +1,18 @@
|
|||
# Change Log - @lage-run/scheduler
|
||||
|
||||
This log was last generated on Fri, 18 Nov 2022 19:52:38 GMT and should not be manually modified.
|
||||
This log was last generated on Mon, 21 Nov 2022 06:32:03 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.6.0
|
||||
|
||||
Mon, 21 Nov 2022 06:32:03 GMT
|
||||
|
||||
### Minor changes
|
||||
|
||||
- adding provision for the run() to pay attention to previous and currently running targetRun's (kchau@microsoft.com)
|
||||
- Bump @lage-run/scheduler-types to v0.2.9
|
||||
|
||||
## 0.5.15
|
||||
|
||||
Fri, 18 Nov 2022 19:52:38 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lage-run/scheduler",
|
||||
"version": "0.5.15",
|
||||
"version": "0.6.0",
|
||||
"description": "Scheduler for Lage",
|
||||
"repository": {
|
||||
"url": "https://github.com/microsoft/lage"
|
||||
|
@ -21,7 +21,7 @@
|
|||
"@lage-run/worker-threads-pool": "^0.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lage-run/scheduler-types": "^0.2.8",
|
||||
"@lage-run/scheduler-types": "^0.2.9",
|
||||
"monorepo-scripts": "*"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче