зеркало из https://github.com/microsoft/lage.git
applying package updates
This commit is contained in:
Родитель
459d25088a
Коммит
206c102c8d
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "adding more exports to let consumers create targets and to use the simpler targetgraph builder",
|
||||
"packageName": "@lage-run/target-graph",
|
||||
"email": "kchau@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@lage-run/cache",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Fri, 11 Nov 2022 07:29:47 GMT",
|
||||
"tag": "@lage-run/cache_v0.2.2",
|
||||
"version": "0.2.2",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@lage-run/cache",
|
||||
"comment": "Bump @lage-run/target-graph to v0.6.1",
|
||||
"commit": "459d25088a3a391f8b7f02db4f21eb425795ca12"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 11 Nov 2022 06:00:56 GMT",
|
||||
"tag": "@lage-run/cache_v0.2.1",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @lage-run/cache
|
||||
|
||||
This log was last generated on Thu, 10 Nov 2022 20:20:45 GMT and should not be manually modified.
|
||||
This log was last generated on Fri, 11 Nov 2022 07:29:47 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.2.2
|
||||
|
||||
Fri, 11 Nov 2022 07:29:47 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @lage-run/target-graph to v0.6.1
|
||||
|
||||
## 0.2.1
|
||||
|
||||
Thu, 10 Nov 2022 20:20:45 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lage-run/cache",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"description": "Cache for Lage",
|
||||
"repository": {
|
||||
"url": "https://github.com/microsoft/lage"
|
||||
|
@ -16,7 +16,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@lage-run/hasher": "^0.1.1",
|
||||
"@lage-run/target-graph": "^0.6.0",
|
||||
"@lage-run/target-graph": "^0.6.1",
|
||||
"@lage-run/logger": "^1.2.2",
|
||||
"backfill-config": "^6.3.0",
|
||||
"backfill-cache": "^5.6.1",
|
||||
|
|
|
@ -1,6 +1,45 @@
|
|||
{
|
||||
"name": "@lage-run/cli",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Fri, 11 Nov 2022 07:29:47 GMT",
|
||||
"tag": "@lage-run/cli_v0.4.35",
|
||||
"version": "0.4.35",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@lage-run/cli",
|
||||
"comment": "Bump @lage-run/scheduler to v0.5.12",
|
||||
"commit": "459d25088a3a391f8b7f02db4f21eb425795ca12"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@lage-run/cli",
|
||||
"comment": "Bump @lage-run/scheduler-types to v0.2.8",
|
||||
"commit": "459d25088a3a391f8b7f02db4f21eb425795ca12"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@lage-run/cli",
|
||||
"comment": "Bump @lage-run/target-graph to v0.6.1",
|
||||
"commit": "459d25088a3a391f8b7f02db4f21eb425795ca12"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@lage-run/cli",
|
||||
"comment": "Bump @lage-run/cache to v0.2.2",
|
||||
"commit": "459d25088a3a391f8b7f02db4f21eb425795ca12"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@lage-run/cli",
|
||||
"comment": "Bump @lage-run/reporters to v0.2.39",
|
||||
"commit": "459d25088a3a391f8b7f02db4f21eb425795ca12"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Thu, 10 Nov 2022 22:52:47 GMT",
|
||||
"tag": "@lage-run/cli_v0.4.34",
|
||||
|
|
|
@ -1,9 +1,21 @@
|
|||
# Change Log - @lage-run/cli
|
||||
|
||||
This log was last generated on Thu, 10 Nov 2022 20:20:45 GMT and should not be manually modified.
|
||||
This log was last generated on Fri, 11 Nov 2022 07:29:47 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.4.35
|
||||
|
||||
Fri, 11 Nov 2022 07:29:47 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @lage-run/scheduler to v0.5.12
|
||||
- Bump @lage-run/scheduler-types to v0.2.8
|
||||
- Bump @lage-run/target-graph to v0.6.1
|
||||
- Bump @lage-run/cache to v0.2.2
|
||||
- Bump @lage-run/reporters to v0.2.39
|
||||
|
||||
## 0.4.34
|
||||
|
||||
Thu, 10 Nov 2022 20:20:45 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lage-run/cli",
|
||||
"version": "0.4.34",
|
||||
"version": "0.4.35",
|
||||
"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.11",
|
||||
"@lage-run/scheduler-types": "^0.2.7",
|
||||
"@lage-run/target-graph": "^0.6.0",
|
||||
"@lage-run/cache": "^0.2.1",
|
||||
"@lage-run/reporters": "^0.2.38",
|
||||
"@lage-run/scheduler": "^0.5.12",
|
||||
"@lage-run/scheduler-types": "^0.2.8",
|
||||
"@lage-run/target-graph": "^0.6.1",
|
||||
"@lage-run/cache": "^0.2.2",
|
||||
"@lage-run/reporters": "^0.2.39",
|
||||
"commander": "^9.4.0",
|
||||
"workspace-tools": "^0.29.0",
|
||||
"chokidar": "3.5.3",
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"monorepo-scripts": "*",
|
||||
"@lage-run/cli": "^0.4.34",
|
||||
"@lage-run/target-graph": "^0.6.0",
|
||||
"@lage-run/scheduler-types": "^0.2.7",
|
||||
"@lage-run/cli": "^0.4.35",
|
||||
"@lage-run/target-graph": "^0.6.1",
|
||||
"@lage-run/scheduler-types": "^0.2.8",
|
||||
"execa": "5.1.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,27 @@
|
|||
{
|
||||
"name": "@lage-run/lage",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Fri, 11 Nov 2022 07:29:47 GMT",
|
||||
"tag": "@lage-run/lage_v2.5.14",
|
||||
"version": "2.5.14",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@lage-run/lage",
|
||||
"comment": "Bump @lage-run/cli to v0.4.35",
|
||||
"commit": "459d25088a3a391f8b7f02db4f21eb425795ca12"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@lage-run/lage",
|
||||
"comment": "Bump @lage-run/scheduler to v0.5.12",
|
||||
"commit": "459d25088a3a391f8b7f02db4f21eb425795ca12"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Thu, 10 Nov 2022 20:20:45 GMT",
|
||||
"tag": "@lage-run/lage_v2.5.13",
|
||||
|
|
|
@ -1,9 +1,18 @@
|
|||
# Change Log - @lage-run/lage
|
||||
|
||||
This log was last generated on Thu, 10 Nov 2022 20:20:45 GMT and should not be manually modified.
|
||||
This log was last generated on Fri, 11 Nov 2022 07:29:47 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 2.5.14
|
||||
|
||||
Fri, 11 Nov 2022 07:29:47 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @lage-run/cli to v0.4.35
|
||||
- Bump @lage-run/scheduler to v0.5.12
|
||||
|
||||
## 2.5.13
|
||||
|
||||
Thu, 10 Nov 2022 20:20:45 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lage-run/lage",
|
||||
"version": "2.5.13",
|
||||
"version": "2.5.14",
|
||||
"main": "dist/main.js",
|
||||
"bin": {
|
||||
"lage": "dist/lage.js"
|
||||
|
@ -13,8 +13,8 @@
|
|||
"fsevents": "~2.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lage-run/cli": "^0.4.34",
|
||||
"@lage-run/scheduler": "^0.5.11",
|
||||
"@lage-run/cli": "^0.4.35",
|
||||
"@lage-run/scheduler": "^0.5.12",
|
||||
"rollup": "2.79.1",
|
||||
"@rollup/plugin-commonjs": "22.0.2",
|
||||
"@rollup/plugin-node-resolve": "14.1.0",
|
||||
|
|
|
@ -1,6 +1,27 @@
|
|||
{
|
||||
"name": "@lage-run/reporters",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Fri, 11 Nov 2022 07:29:47 GMT",
|
||||
"tag": "@lage-run/reporters_v0.2.39",
|
||||
"version": "0.2.39",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@lage-run/reporters",
|
||||
"comment": "Bump @lage-run/scheduler-types to v0.2.8",
|
||||
"commit": "459d25088a3a391f8b7f02db4f21eb425795ca12"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@lage-run/reporters",
|
||||
"comment": "Bump @lage-run/target-graph to v0.6.1",
|
||||
"commit": "459d25088a3a391f8b7f02db4f21eb425795ca12"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Thu, 10 Nov 2022 20:20:45 GMT",
|
||||
"tag": "@lage-run/reporters_v0.2.38",
|
||||
|
|
|
@ -1,9 +1,18 @@
|
|||
# Change Log - @lage-run/reporters
|
||||
|
||||
This log was last generated on Thu, 10 Nov 2022 20:20:45 GMT and should not be manually modified.
|
||||
This log was last generated on Fri, 11 Nov 2022 07:29:47 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.2.39
|
||||
|
||||
Fri, 11 Nov 2022 07:29:47 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @lage-run/scheduler-types to v0.2.8
|
||||
- Bump @lage-run/target-graph to v0.6.1
|
||||
|
||||
## 0.2.38
|
||||
|
||||
Thu, 10 Nov 2022 20:20:45 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lage-run/reporters",
|
||||
"version": "0.2.38",
|
||||
"version": "0.2.39",
|
||||
"description": "Log reporters for Lage",
|
||||
"repository": {
|
||||
"url": "https://github.com/microsoft/lage"
|
||||
|
@ -16,8 +16,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@lage-run/logger": "^1.2.2",
|
||||
"@lage-run/scheduler-types": "^0.2.7",
|
||||
"@lage-run/target-graph": "^0.6.0",
|
||||
"@lage-run/scheduler-types": "^0.2.8",
|
||||
"@lage-run/target-graph": "^0.6.1",
|
||||
"@lage-run/format-hrtime": "^0.1.3",
|
||||
"chalk": "^4.0.0",
|
||||
"ansi-regex": "^5.0.1",
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@lage-run/scheduler-types",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Fri, 11 Nov 2022 07:29:47 GMT",
|
||||
"tag": "@lage-run/scheduler-types_v0.2.8",
|
||||
"version": "0.2.8",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@lage-run/scheduler-types",
|
||||
"comment": "Bump @lage-run/target-graph to v0.6.1",
|
||||
"commit": "459d25088a3a391f8b7f02db4f21eb425795ca12"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Thu, 10 Nov 2022 20:20:45 GMT",
|
||||
"tag": "@lage-run/scheduler-types_v0.2.7",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @lage-run/scheduler-types
|
||||
|
||||
This log was last generated on Thu, 10 Nov 2022 20:20:45 GMT and should not be manually modified.
|
||||
This log was last generated on Fri, 11 Nov 2022 07:29:47 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.2.8
|
||||
|
||||
Fri, 11 Nov 2022 07:29:47 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @lage-run/target-graph to v0.6.1
|
||||
|
||||
## 0.2.7
|
||||
|
||||
Thu, 10 Nov 2022 20:20:45 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lage-run/scheduler-types",
|
||||
"version": "0.2.7",
|
||||
"version": "0.2.8",
|
||||
"description": "Scheduler types for Lage",
|
||||
"repository": {
|
||||
"url": "https://github.com/microsoft/lage"
|
||||
|
@ -14,7 +14,7 @@
|
|||
"lint": "monorepo-scripts lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lage-run/target-graph": "^0.6.0"
|
||||
"@lage-run/target-graph": "^0.6.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"monorepo-scripts": "*"
|
||||
|
|
|
@ -1,6 +1,33 @@
|
|||
{
|
||||
"name": "@lage-run/scheduler",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Fri, 11 Nov 2022 07:29:47 GMT",
|
||||
"tag": "@lage-run/scheduler_v0.5.12",
|
||||
"version": "0.5.12",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@lage-run/scheduler",
|
||||
"comment": "Bump @lage-run/target-graph to v0.6.1",
|
||||
"commit": "459d25088a3a391f8b7f02db4f21eb425795ca12"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@lage-run/scheduler",
|
||||
"comment": "Bump @lage-run/cache to v0.2.2",
|
||||
"commit": "459d25088a3a391f8b7f02db4f21eb425795ca12"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@lage-run/scheduler",
|
||||
"comment": "Bump @lage-run/scheduler-types to v0.2.8",
|
||||
"commit": "459d25088a3a391f8b7f02db4f21eb425795ca12"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Thu, 10 Nov 2022 20:20:45 GMT",
|
||||
"tag": "@lage-run/scheduler_v0.5.11",
|
||||
|
|
|
@ -1,9 +1,19 @@
|
|||
# Change Log - @lage-run/scheduler
|
||||
|
||||
This log was last generated on Thu, 10 Nov 2022 20:20:45 GMT and should not be manually modified.
|
||||
This log was last generated on Fri, 11 Nov 2022 07:29:47 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.5.12
|
||||
|
||||
Fri, 11 Nov 2022 07:29:47 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @lage-run/target-graph to v0.6.1
|
||||
- Bump @lage-run/cache to v0.2.2
|
||||
- Bump @lage-run/scheduler-types to v0.2.8
|
||||
|
||||
## 0.5.11
|
||||
|
||||
Thu, 10 Nov 2022 20:20:45 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lage-run/scheduler",
|
||||
"version": "0.5.11",
|
||||
"version": "0.5.12",
|
||||
"description": "Scheduler for Lage",
|
||||
"repository": {
|
||||
"url": "https://github.com/microsoft/lage"
|
||||
|
@ -15,13 +15,13 @@
|
|||
"lint": "monorepo-scripts lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lage-run/target-graph": "^0.6.0",
|
||||
"@lage-run/target-graph": "^0.6.1",
|
||||
"@lage-run/logger": "^1.2.2",
|
||||
"@lage-run/cache": "^0.2.1",
|
||||
"@lage-run/cache": "^0.2.2",
|
||||
"@lage-run/worker-threads-pool": "^0.4.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lage-run/scheduler-types": "^0.2.7",
|
||||
"@lage-run/scheduler-types": "^0.2.8",
|
||||
"monorepo-scripts": "*"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@lage-run/target-graph",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Fri, 11 Nov 2022 07:29:47 GMT",
|
||||
"tag": "@lage-run/target-graph_v0.6.1",
|
||||
"version": "0.6.1",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "kchau@microsoft.com",
|
||||
"package": "@lage-run/target-graph",
|
||||
"commit": "459d25088a3a391f8b7f02db4f21eb425795ca12",
|
||||
"comment": "adding more exports to let consumers create targets and to use the simpler targetgraph builder"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Thu, 10 Nov 2022 20:20:45 GMT",
|
||||
"tag": "@lage-run/target-graph_v0.6.0",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @lage-run/target-graph
|
||||
|
||||
This log was last generated on Thu, 10 Nov 2022 20:20:45 GMT and should not be manually modified.
|
||||
This log was last generated on Fri, 11 Nov 2022 07:29:47 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.6.1
|
||||
|
||||
Fri, 11 Nov 2022 07:29:47 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- adding more exports to let consumers create targets and to use the simpler targetgraph builder (kchau@microsoft.com)
|
||||
|
||||
## 0.6.0
|
||||
|
||||
Thu, 10 Nov 2022 20:20:45 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lage-run/target-graph",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.1",
|
||||
"description": "Target for Lage",
|
||||
"repository": {
|
||||
"url": "https://github.com/microsoft/lage"
|
||||
|
|
Загрузка…
Ссылка в новой задаче