This commit is contained in:
Ken Chau 2024-11-08 19:45:09 +00:00
Родитель 9b607e7123
Коммит 32e896ea11
33 изменённых файлов: 432 добавлений и 108 удалений

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

@ -1,25 +0,0 @@
{
"changes": [
{
"type": "minor",
"comment": "add \"shouldRun()\" config to the target config",
"packageName": "@lage-run/cli",
"email": "kchau@microsoft.com",
"dependentChangeType": "patch"
},
{
"type": "minor",
"comment": "add \"shouldRun()\" config to the target config",
"packageName": "@lage-run/runners",
"email": "kchau@microsoft.com",
"dependentChangeType": "patch"
},
{
"type": "minor",
"comment": "add \"shouldRun()\" config to the target config",
"packageName": "@lage-run/target-graph",
"email": "kchau@microsoft.com",
"dependentChangeType": "patch"
}
]
}

15
packages/cache/CHANGELOG.json поставляемый
Просмотреть файл

@ -1,6 +1,21 @@
{
"name": "@lage-run/cache",
"entries": [
{
"date": "Fri, 08 Nov 2024 19:45:09 GMT",
"version": "1.3.8",
"tag": "@lage-run/cache_v1.3.8",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@lage-run/cache",
"comment": "Bump @lage-run/target-graph to v0.10.0",
"commit": "not available"
}
]
}
},
{
"date": "Tue, 22 Oct 2024 15:19:29 GMT",
"version": "1.3.7",

10
packages/cache/CHANGELOG.md поставляемый
Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - @lage-run/cache
<!-- This log was last generated on Tue, 22 Oct 2024 15:19:29 GMT and should not be manually modified. -->
<!-- This log was last generated on Fri, 08 Nov 2024 19:45:09 GMT and should not be manually modified. -->
<!-- Start content -->
## 1.3.8
Fri, 08 Nov 2024 19:45:09 GMT
### Patches
- Bump @lage-run/target-graph to v0.10.0
## 1.3.7
Tue, 22 Oct 2024 15:19:29 GMT

4
packages/cache/package.json поставляемый
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@lage-run/cache",
"version": "1.3.7",
"version": "1.3.8",
"description": "Cache for Lage",
"repository": {
"type": "git",
@ -19,7 +19,7 @@
"dependencies": {
"@azure/identity": "^4.0.1",
"@lage-run/logger": "^1.3.1",
"@lage-run/target-graph": "^0.9.3",
"@lage-run/target-graph": "^0.10.0",
"backfill-cache": "5.8.0",
"backfill-config": "6.4.2",
"backfill-logger": "5.2.1",

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

@ -1,6 +1,69 @@
{
"name": "@lage-run/cli",
"entries": [
{
"date": "Fri, 08 Nov 2024 19:45:09 GMT",
"version": "0.24.0",
"tag": "@lage-run/cli_v0.24.0",
"comments": {
"minor": [
{
"author": "kchau@microsoft.com",
"package": "@lage-run/cli",
"commit": "9b607e71231095c06d49b69e9d5fecb72a542bdd",
"comment": "add \"shouldRun()\" config to the target config"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/cache to v1.3.8",
"commit": "not available"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/config to v0.4.8",
"commit": "not available"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/hasher to v1.6.4",
"commit": "not available"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/reporters to v1.2.16",
"commit": "not available"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/runners to v1.1.0",
"commit": "not available"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/scheduler to v1.3.9",
"commit": "not available"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/scheduler-types to v0.3.20",
"commit": "not available"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/target-graph to v0.10.0",
"commit": "not available"
}
]
}
},
{
"date": "Fri, 08 Nov 2024 19:27:44 GMT",
"version": "0.23.11",

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

@ -1,9 +1,25 @@
# Change Log - @lage-run/cli
<!-- This log was last generated on Fri, 08 Nov 2024 19:27:44 GMT and should not be manually modified. -->
<!-- This log was last generated on Fri, 08 Nov 2024 19:45:09 GMT and should not be manually modified. -->
<!-- Start content -->
## 0.24.0
Fri, 08 Nov 2024 19:45:09 GMT
### Minor changes
- add "shouldRun()" config to the target config (kchau@microsoft.com)
- Bump @lage-run/cache to v1.3.8
- Bump @lage-run/config to v0.4.8
- Bump @lage-run/hasher to v1.6.4
- Bump @lage-run/reporters to v1.2.16
- Bump @lage-run/runners to v1.1.0
- Bump @lage-run/scheduler to v1.3.9
- Bump @lage-run/scheduler-types to v0.3.20
- Bump @lage-run/target-graph to v0.10.0
## 0.23.11
Fri, 08 Nov 2024 19:27:44 GMT

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

@ -1,6 +1,6 @@
{
"name": "@lage-run/cli",
"version": "0.23.11",
"version": "0.24.0",
"description": "Command Line Interface for Lage",
"repository": {
"type": "git",
@ -21,17 +21,17 @@
"lint": "monorepo-scripts lint"
},
"dependencies": {
"@lage-run/cache": "^1.3.7",
"@lage-run/config": "^0.4.7",
"@lage-run/cache": "^1.3.8",
"@lage-run/config": "^0.4.8",
"@lage-run/globby": "^14.2.0",
"@lage-run/hasher": "^1.6.3",
"@lage-run/hasher": "^1.6.4",
"@lage-run/logger": "^1.3.1",
"@lage-run/reporters": "^1.2.15",
"@lage-run/reporters": "^1.2.16",
"@lage-run/rpc": "^1.2.3",
"@lage-run/runners": "^1.0.7",
"@lage-run/scheduler": "^1.3.8",
"@lage-run/scheduler-types": "^0.3.19",
"@lage-run/target-graph": "^0.9.3",
"@lage-run/runners": "^1.1.0",
"@lage-run/scheduler": "^1.3.9",
"@lage-run/scheduler-types": "^0.3.20",
"@lage-run/target-graph": "^0.10.0",
"@lage-run/worker-threads-pool": "^0.8.4",
"chokidar": "3.5.3",
"commander": "9.5.0",

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

@ -1,6 +1,27 @@
{
"name": "@lage-run/config",
"entries": [
{
"date": "Fri, 08 Nov 2024 19:45:09 GMT",
"version": "0.4.8",
"tag": "@lage-run/config_v0.4.8",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@lage-run/config",
"comment": "Bump @lage-run/runners to v1.1.0",
"commit": "not available"
},
{
"author": "beachball",
"package": "@lage-run/config",
"comment": "Bump @lage-run/target-graph to v0.10.0",
"commit": "not available"
}
]
}
},
{
"date": "Fri, 01 Nov 2024 08:07:38 GMT",
"version": "0.4.7",

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

@ -1,9 +1,18 @@
# Change Log - @lage-run/config
<!-- This log was last generated on Fri, 01 Nov 2024 08:07:38 GMT and should not be manually modified. -->
<!-- This log was last generated on Fri, 08 Nov 2024 19:45:09 GMT and should not be manually modified. -->
<!-- Start content -->
## 0.4.8
Fri, 08 Nov 2024 19:45:09 GMT
### Patches
- Bump @lage-run/runners to v1.1.0
- Bump @lage-run/target-graph to v0.10.0
## 0.4.7
Fri, 01 Nov 2024 08:07:38 GMT

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

@ -1,6 +1,6 @@
{
"name": "@lage-run/config",
"version": "0.4.7",
"version": "0.4.8",
"description": "Config management for Lage",
"repository": {
"type": "git",
@ -21,8 +21,8 @@
},
"dependencies": {
"@lage-run/logger": "^1.3.1",
"@lage-run/runners": "^1.0.7",
"@lage-run/target-graph": "^0.9.3",
"@lage-run/runners": "^1.1.0",
"@lage-run/target-graph": "^0.10.0",
"backfill-config": "6.4.2",
"cosmiconfig": "7.1.0",
"workspace-tools": "0.37.0"

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

@ -19,11 +19,11 @@
"lint": "monorepo-scripts lint"
},
"dependencies": {
"@lage-run/cli": "^0.23.11",
"@lage-run/cli": "^0.24.0",
"@lage-run/globby": "^14.2.0",
"@lage-run/monorepo-scripts": "*",
"@lage-run/scheduler-types": "^0.3.19",
"@lage-run/target-graph": "^0.9.3",
"@lage-run/scheduler-types": "^0.3.20",
"@lage-run/target-graph": "^0.10.0",
"execa": "5.1.1",
"glob-hasher": "^1.4.2"
}

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

@ -1,6 +1,21 @@
{
"name": "@lage-run/hasher",
"entries": [
{
"date": "Fri, 08 Nov 2024 19:45:09 GMT",
"version": "1.6.4",
"tag": "@lage-run/hasher_v1.6.4",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@lage-run/hasher",
"comment": "Bump @lage-run/target-graph to v0.10.0",
"commit": "not available"
}
]
}
},
{
"date": "Tue, 22 Oct 2024 15:19:29 GMT",
"version": "1.6.3",

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

@ -1,9 +1,17 @@
# Change Log - @lage-run/hasher
<!-- This log was last generated on Tue, 22 Oct 2024 15:19:29 GMT and should not be manually modified. -->
<!-- This log was last generated on Fri, 08 Nov 2024 19:45:09 GMT and should not be manually modified. -->
<!-- Start content -->
## 1.6.4
Fri, 08 Nov 2024 19:45:09 GMT
### Patches
- Bump @lage-run/target-graph to v0.10.0
## 1.6.3
Tue, 22 Oct 2024 15:19:29 GMT

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

@ -1,6 +1,6 @@
{
"name": "@lage-run/hasher",
"version": "1.6.3",
"version": "1.6.4",
"description": "Hasher for Lage Targets",
"repository": {
"url": "https://github.com/microsoft/lage"
@ -17,7 +17,7 @@
"dependencies": {
"@lage-run/globby": "^14.2.0",
"@lage-run/logger": "^1.3.1",
"@lage-run/target-graph": "^0.9.3",
"@lage-run/target-graph": "^0.10.0",
"execa": "5.1.1",
"glob-hasher": "^1.4.2",
"graceful-fs": "4.2.11",

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

@ -1,6 +1,27 @@
{
"name": "lage",
"entries": [
{
"date": "Fri, 08 Nov 2024 19:45:09 GMT",
"version": "2.11.12",
"tag": "lage_v2.11.12",
"comments": {
"patch": [
{
"author": "beachball",
"package": "lage",
"comment": "Bump @lage-run/cli to v0.24.0",
"commit": "not available"
},
{
"author": "beachball",
"package": "lage",
"comment": "Bump @lage-run/runners to v1.1.0",
"commit": "not available"
}
]
}
},
{
"date": "Fri, 08 Nov 2024 19:27:44 GMT",
"version": "2.11.11",

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

@ -1,9 +1,18 @@
# Change Log - lage
<!-- This log was last generated on Fri, 08 Nov 2024 19:27:44 GMT and should not be manually modified. -->
<!-- This log was last generated on Fri, 08 Nov 2024 19:45:09 GMT and should not be manually modified. -->
<!-- Start content -->
## 2.11.12
Fri, 08 Nov 2024 19:45:09 GMT
### Patches
- Bump @lage-run/cli to v0.24.0
- Bump @lage-run/runners to v1.1.0
## 2.11.11
Fri, 08 Nov 2024 19:27:44 GMT

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

@ -1,6 +1,6 @@
{
"name": "lage",
"version": "2.11.11",
"version": "2.11.12",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/lage"
@ -23,8 +23,8 @@
"fsevents": "~2.3.2"
},
"devDependencies": {
"@lage-run/cli": "^0.23.11",
"@lage-run/runners": "^1.0.7",
"@lage-run/cli": "^0.24.0",
"@lage-run/runners": "^1.1.0",
"backfill-config": "6.4.2",
"dts-bundle-generator": "^9.5.1",
"esbuild": "^0.21.5",

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

@ -1,6 +1,27 @@
{
"name": "@lage-run/reporters",
"entries": [
{
"date": "Fri, 08 Nov 2024 19:45:09 GMT",
"version": "1.2.16",
"tag": "@lage-run/reporters_v1.2.16",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@lage-run/reporters",
"comment": "Bump @lage-run/scheduler-types to v0.3.20",
"commit": "not available"
},
{
"author": "beachball",
"package": "@lage-run/reporters",
"comment": "Bump @lage-run/target-graph to v0.10.0",
"commit": "not available"
}
]
}
},
{
"date": "Tue, 22 Oct 2024 15:19:29 GMT",
"version": "1.2.15",

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

@ -1,9 +1,18 @@
# Change Log - @lage-run/reporters
<!-- This log was last generated on Tue, 22 Oct 2024 15:19:29 GMT and should not be manually modified. -->
<!-- This log was last generated on Fri, 08 Nov 2024 19:45:09 GMT and should not be manually modified. -->
<!-- Start content -->
## 1.2.16
Fri, 08 Nov 2024 19:45:09 GMT
### Patches
- Bump @lage-run/scheduler-types to v0.3.20
- Bump @lage-run/target-graph to v0.10.0
## 1.2.15
Tue, 22 Oct 2024 15:19:29 GMT

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

@ -1,6 +1,6 @@
{
"name": "@lage-run/reporters",
"version": "1.2.15",
"version": "1.2.16",
"description": "Log reporters for Lage",
"repository": {
"type": "git",
@ -19,8 +19,8 @@
"dependencies": {
"@lage-run/format-hrtime": "^0.1.6",
"@lage-run/logger": "^1.3.1",
"@lage-run/scheduler-types": "^0.3.19",
"@lage-run/target-graph": "^0.9.3",
"@lage-run/scheduler-types": "^0.3.20",
"@lage-run/target-graph": "^0.10.0",
"@ms-cloudpack/task-reporter": "0.5.3",
"ansi-regex": "5.0.1",
"chalk": "4.1.2",

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

@ -1,6 +1,27 @@
{
"name": "@lage-run/runners",
"entries": [
{
"date": "Fri, 08 Nov 2024 19:45:09 GMT",
"version": "1.1.0",
"tag": "@lage-run/runners_v1.1.0",
"comments": {
"minor": [
{
"author": "kchau@microsoft.com",
"package": "@lage-run/runners",
"commit": "9b607e71231095c06d49b69e9d5fecb72a542bdd",
"comment": "add \"shouldRun()\" config to the target config"
},
{
"author": "beachball",
"package": "@lage-run/runners",
"comment": "Bump @lage-run/target-graph to v0.10.0",
"commit": "not available"
}
]
}
},
{
"date": "Fri, 01 Nov 2024 08:07:38 GMT",
"version": "1.0.7",

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

@ -1,9 +1,18 @@
# Change Log - @lage-run/runners
<!-- This log was last generated on Fri, 01 Nov 2024 08:07:38 GMT and should not be manually modified. -->
<!-- This log was last generated on Fri, 08 Nov 2024 19:45:09 GMT and should not be manually modified. -->
<!-- Start content -->
## 1.1.0
Fri, 08 Nov 2024 19:45:09 GMT
### Minor changes
- add "shouldRun()" config to the target config (kchau@microsoft.com)
- Bump @lage-run/target-graph to v0.10.0
## 1.0.7
Fri, 01 Nov 2024 08:07:38 GMT

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

@ -1,6 +1,6 @@
{
"name": "@lage-run/runners",
"version": "1.0.7",
"version": "1.1.0",
"description": "Runners for Lage",
"repository": {
"type": "git",
@ -17,7 +17,7 @@
"lint": "monorepo-scripts lint"
},
"dependencies": {
"@lage-run/target-graph": "^0.9.3"
"@lage-run/target-graph": "^0.10.0"
},
"devDependencies": {
"@lage-run/monorepo-scripts": "*"

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

@ -1,6 +1,21 @@
{
"name": "@lage-run/scheduler-types",
"entries": [
{
"date": "Fri, 08 Nov 2024 19:45:09 GMT",
"version": "0.3.20",
"tag": "@lage-run/scheduler-types_v0.3.20",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@lage-run/scheduler-types",
"comment": "Bump @lage-run/target-graph to v0.10.0",
"commit": "not available"
}
]
}
},
{
"date": "Tue, 22 Oct 2024 15:19:29 GMT",
"version": "0.3.19",

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

@ -1,9 +1,17 @@
# Change Log - @lage-run/scheduler-types
<!-- This log was last generated on Tue, 22 Oct 2024 15:19:29 GMT and should not be manually modified. -->
<!-- This log was last generated on Fri, 08 Nov 2024 19:45:09 GMT and should not be manually modified. -->
<!-- Start content -->
## 0.3.20
Fri, 08 Nov 2024 19:45:09 GMT
### Patches
- Bump @lage-run/target-graph to v0.10.0
## 0.3.19
Tue, 22 Oct 2024 15:19:29 GMT

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

@ -1,6 +1,6 @@
{
"name": "@lage-run/scheduler-types",
"version": "0.3.19",
"version": "0.3.20",
"description": "Scheduler types for Lage",
"repository": {
"type": "git",
@ -16,7 +16,7 @@
"lint": "monorepo-scripts lint"
},
"dependencies": {
"@lage-run/target-graph": "^0.9.3"
"@lage-run/target-graph": "^0.10.0"
},
"devDependencies": {
"@lage-run/monorepo-scripts": "*"

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

@ -1,6 +1,51 @@
{
"name": "@lage-run/scheduler",
"entries": [
{
"date": "Fri, 08 Nov 2024 19:45:09 GMT",
"version": "1.3.9",
"tag": "@lage-run/scheduler_v1.3.9",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@lage-run/scheduler",
"comment": "Bump @lage-run/cache to v1.3.8",
"commit": "not available"
},
{
"author": "beachball",
"package": "@lage-run/scheduler",
"comment": "Bump @lage-run/config to v0.4.8",
"commit": "not available"
},
{
"author": "beachball",
"package": "@lage-run/scheduler",
"comment": "Bump @lage-run/hasher to v1.6.4",
"commit": "not available"
},
{
"author": "beachball",
"package": "@lage-run/scheduler",
"comment": "Bump @lage-run/runners to v1.1.0",
"commit": "not available"
},
{
"author": "beachball",
"package": "@lage-run/scheduler",
"comment": "Bump @lage-run/target-graph to v0.10.0",
"commit": "not available"
},
{
"author": "beachball",
"package": "@lage-run/scheduler",
"comment": "Bump @lage-run/scheduler-types to v0.3.20",
"commit": "not available"
}
]
}
},
{
"date": "Fri, 08 Nov 2024 19:27:44 GMT",
"version": "1.3.8",

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

@ -1,9 +1,22 @@
# Change Log - @lage-run/scheduler
<!-- This log was last generated on Fri, 08 Nov 2024 19:27:44 GMT and should not be manually modified. -->
<!-- This log was last generated on Fri, 08 Nov 2024 19:45:09 GMT and should not be manually modified. -->
<!-- Start content -->
## 1.3.9
Fri, 08 Nov 2024 19:45:09 GMT
### Patches
- Bump @lage-run/cache to v1.3.8
- Bump @lage-run/config to v0.4.8
- Bump @lage-run/hasher to v1.6.4
- Bump @lage-run/runners to v1.1.0
- Bump @lage-run/target-graph to v0.10.0
- Bump @lage-run/scheduler-types to v0.3.20
## 1.3.8
Fri, 08 Nov 2024 19:27:44 GMT

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

@ -1,6 +1,6 @@
{
"name": "@lage-run/scheduler",
"version": "1.3.8",
"version": "1.3.9",
"description": "Scheduler for Lage",
"repository": {
"type": "git",
@ -17,17 +17,17 @@
"lint": "monorepo-scripts lint"
},
"dependencies": {
"@lage-run/cache": "^1.3.7",
"@lage-run/config": "^0.4.7",
"@lage-run/hasher": "^1.6.3",
"@lage-run/cache": "^1.3.8",
"@lage-run/config": "^0.4.8",
"@lage-run/hasher": "^1.6.4",
"@lage-run/logger": "^1.3.1",
"@lage-run/runners": "^1.0.7",
"@lage-run/target-graph": "^0.9.3",
"@lage-run/runners": "^1.1.0",
"@lage-run/target-graph": "^0.10.0",
"@lage-run/worker-threads-pool": "^0.8.4"
},
"devDependencies": {
"@lage-run/monorepo-scripts": "*",
"@lage-run/scheduler-types": "^0.3.19"
"@lage-run/scheduler-types": "^0.3.20"
},
"publishConfig": {
"access": "public"

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

@ -1,6 +1,21 @@
{
"name": "@lage-run/target-graph",
"entries": [
{
"date": "Fri, 08 Nov 2024 19:45:09 GMT",
"version": "0.10.0",
"tag": "@lage-run/target-graph_v0.10.0",
"comments": {
"minor": [
{
"author": "kchau@microsoft.com",
"package": "@lage-run/target-graph",
"commit": "9b607e71231095c06d49b69e9d5fecb72a542bdd",
"comment": "add \"shouldRun()\" config to the target config"
}
]
}
},
{
"date": "Tue, 22 Oct 2024 15:19:29 GMT",
"version": "0.9.3",

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

@ -1,9 +1,17 @@
# Change Log - @lage-run/target-graph
<!-- This log was last generated on Tue, 22 Oct 2024 15:19:29 GMT and should not be manually modified. -->
<!-- This log was last generated on Fri, 08 Nov 2024 19:45:09 GMT and should not be manually modified. -->
<!-- Start content -->
## 0.10.0
Fri, 08 Nov 2024 19:45:09 GMT
### Minor changes
- add "shouldRun()" config to the target config (kchau@microsoft.com)
## 0.9.3
Tue, 22 Oct 2024 15:19:29 GMT

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

@ -1,6 +1,6 @@
{
"name": "@lage-run/target-graph",
"version": "0.9.3",
"version": "0.10.0",
"description": "Target for Lage",
"repository": {
"type": "git",

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

@ -1681,7 +1681,7 @@ __metadata:
languageName: unknown
linkType: soft
"@lage-run/cache@npm:^1.3.7, @lage-run/cache@workspace:packages/cache":
"@lage-run/cache@npm:^1.3.8, @lage-run/cache@workspace:packages/cache":
version: 0.0.0-use.local
resolution: "@lage-run/cache@workspace:packages/cache"
dependencies:
@ -1689,7 +1689,7 @@ __metadata:
"@lage-run/logger": "npm:^1.3.1"
"@lage-run/monorepo-fixture": "npm:*"
"@lage-run/monorepo-scripts": "npm:*"
"@lage-run/target-graph": "npm:^0.9.3"
"@lage-run/target-graph": "npm:^0.10.0"
backfill-cache: "npm:5.8.0"
backfill-config: "npm:6.4.2"
backfill-logger: "npm:5.2.1"
@ -1697,23 +1697,23 @@ __metadata:
languageName: unknown
linkType: soft
"@lage-run/cli@npm:^0.23.11, @lage-run/cli@workspace:packages/cli":
"@lage-run/cli@npm:^0.24.0, @lage-run/cli@workspace:packages/cli":
version: 0.0.0-use.local
resolution: "@lage-run/cli@workspace:packages/cli"
dependencies:
"@lage-run/cache": "npm:^1.3.7"
"@lage-run/config": "npm:^0.4.7"
"@lage-run/cache": "npm:^1.3.8"
"@lage-run/config": "npm:^0.4.8"
"@lage-run/globby": "npm:^14.2.0"
"@lage-run/hasher": "npm:^1.6.3"
"@lage-run/hasher": "npm:^1.6.4"
"@lage-run/logger": "npm:^1.3.1"
"@lage-run/monorepo-fixture": "npm:*"
"@lage-run/monorepo-scripts": "npm:*"
"@lage-run/reporters": "npm:^1.2.15"
"@lage-run/reporters": "npm:^1.2.16"
"@lage-run/rpc": "npm:^1.2.3"
"@lage-run/runners": "npm:^1.0.7"
"@lage-run/scheduler": "npm:^1.3.8"
"@lage-run/scheduler-types": "npm:^0.3.19"
"@lage-run/target-graph": "npm:^0.9.3"
"@lage-run/runners": "npm:^1.1.0"
"@lage-run/scheduler": "npm:^1.3.9"
"@lage-run/scheduler-types": "npm:^0.3.20"
"@lage-run/target-graph": "npm:^0.10.0"
"@lage-run/worker-threads-pool": "npm:^0.8.4"
"@types/proper-lockfile": "npm:^4.1.4"
"@types/shell-quote": "npm:^1.7.5"
@ -1730,14 +1730,14 @@ __metadata:
languageName: unknown
linkType: soft
"@lage-run/config@npm:^0.4.7, @lage-run/config@workspace:packages/config":
"@lage-run/config@npm:^0.4.8, @lage-run/config@workspace:packages/config":
version: 0.0.0-use.local
resolution: "@lage-run/config@workspace:packages/config"
dependencies:
"@lage-run/logger": "npm:^1.3.1"
"@lage-run/monorepo-scripts": "npm:*"
"@lage-run/runners": "npm:^1.0.7"
"@lage-run/target-graph": "npm:^0.9.3"
"@lage-run/runners": "npm:^1.1.0"
"@lage-run/target-graph": "npm:^0.10.0"
backfill-config: "npm:6.4.2"
cosmiconfig: "npm:7.1.0"
workspace-tools: "npm:0.37.0"
@ -1750,11 +1750,11 @@ __metadata:
version: 0.0.0-use.local
resolution: "@lage-run/e2e-tests@workspace:packages/e2e-tests"
dependencies:
"@lage-run/cli": "npm:^0.23.11"
"@lage-run/cli": "npm:^0.24.0"
"@lage-run/globby": "npm:^14.2.0"
"@lage-run/monorepo-scripts": "npm:*"
"@lage-run/scheduler-types": "npm:^0.3.19"
"@lage-run/target-graph": "npm:^0.9.3"
"@lage-run/scheduler-types": "npm:^0.3.20"
"@lage-run/target-graph": "npm:^0.10.0"
execa: "npm:5.1.1"
glob-hasher: "npm:^1.4.2"
bin:
@ -1779,7 +1779,7 @@ __metadata:
languageName: unknown
linkType: soft
"@lage-run/hasher@npm:^1.6.3, @lage-run/hasher@workspace:packages/hasher":
"@lage-run/hasher@npm:^1.6.4, @lage-run/hasher@workspace:packages/hasher":
version: 0.0.0-use.local
resolution: "@lage-run/hasher@workspace:packages/hasher"
dependencies:
@ -1787,7 +1787,7 @@ __metadata:
"@lage-run/logger": "npm:^1.3.1"
"@lage-run/monorepo-fixture": "npm:*"
"@lage-run/monorepo-scripts": "npm:*"
"@lage-run/target-graph": "npm:^0.9.3"
"@lage-run/target-graph": "npm:^0.10.0"
"@types/graceful-fs": "npm:^4.1.6"
execa: "npm:5.1.1"
glob-hasher: "npm:^1.4.2"
@ -1850,14 +1850,14 @@ __metadata:
languageName: unknown
linkType: soft
"@lage-run/reporters@npm:^1.2.15, @lage-run/reporters@workspace:packages/reporters":
"@lage-run/reporters@npm:^1.2.16, @lage-run/reporters@workspace:packages/reporters":
version: 0.0.0-use.local
resolution: "@lage-run/reporters@workspace:packages/reporters"
dependencies:
"@lage-run/format-hrtime": "npm:^0.1.6"
"@lage-run/logger": "npm:^1.3.1"
"@lage-run/scheduler-types": "npm:^0.3.19"
"@lage-run/target-graph": "npm:^0.9.3"
"@lage-run/scheduler-types": "npm:^0.3.20"
"@lage-run/target-graph": "npm:^0.10.0"
"@ms-cloudpack/task-reporter": "npm:0.5.3"
ansi-regex: "npm:5.0.1"
chalk: "npm:4.1.2"
@ -1882,41 +1882,41 @@ __metadata:
languageName: unknown
linkType: soft
"@lage-run/runners@npm:^1.0.7, @lage-run/runners@workspace:packages/runners":
"@lage-run/runners@npm:^1.1.0, @lage-run/runners@workspace:packages/runners":
version: 0.0.0-use.local
resolution: "@lage-run/runners@workspace:packages/runners"
dependencies:
"@lage-run/monorepo-scripts": "npm:*"
"@lage-run/target-graph": "npm:^0.9.3"
"@lage-run/target-graph": "npm:^0.10.0"
languageName: unknown
linkType: soft
"@lage-run/scheduler-types@npm:^0.3.19, @lage-run/scheduler-types@workspace:packages/scheduler-types":
"@lage-run/scheduler-types@npm:^0.3.20, @lage-run/scheduler-types@workspace:packages/scheduler-types":
version: 0.0.0-use.local
resolution: "@lage-run/scheduler-types@workspace:packages/scheduler-types"
dependencies:
"@lage-run/monorepo-scripts": "npm:*"
"@lage-run/target-graph": "npm:^0.9.3"
"@lage-run/target-graph": "npm:^0.10.0"
languageName: unknown
linkType: soft
"@lage-run/scheduler@npm:^1.3.8, @lage-run/scheduler@workspace:packages/scheduler":
"@lage-run/scheduler@npm:^1.3.9, @lage-run/scheduler@workspace:packages/scheduler":
version: 0.0.0-use.local
resolution: "@lage-run/scheduler@workspace:packages/scheduler"
dependencies:
"@lage-run/cache": "npm:^1.3.7"
"@lage-run/config": "npm:^0.4.7"
"@lage-run/hasher": "npm:^1.6.3"
"@lage-run/cache": "npm:^1.3.8"
"@lage-run/config": "npm:^0.4.8"
"@lage-run/hasher": "npm:^1.6.4"
"@lage-run/logger": "npm:^1.3.1"
"@lage-run/monorepo-scripts": "npm:*"
"@lage-run/runners": "npm:^1.0.7"
"@lage-run/scheduler-types": "npm:^0.3.19"
"@lage-run/target-graph": "npm:^0.9.3"
"@lage-run/runners": "npm:^1.1.0"
"@lage-run/scheduler-types": "npm:^0.3.20"
"@lage-run/target-graph": "npm:^0.10.0"
"@lage-run/worker-threads-pool": "npm:^0.8.4"
languageName: unknown
linkType: soft
"@lage-run/target-graph@npm:^0.9.3, @lage-run/target-graph@workspace:packages/target-graph":
"@lage-run/target-graph@npm:^0.10.0, @lage-run/target-graph@workspace:packages/target-graph":
version: 0.0.0-use.local
resolution: "@lage-run/target-graph@workspace:packages/target-graph"
dependencies:
@ -6107,8 +6107,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "lage@workspace:packages/lage"
dependencies:
"@lage-run/cli": "npm:^0.23.11"
"@lage-run/runners": "npm:^1.0.7"
"@lage-run/cli": "npm:^0.24.0"
"@lage-run/runners": "npm:^1.1.0"
backfill-config: "npm:6.4.2"
dts-bundle-generator: "npm:^9.5.1"
esbuild: "npm:^0.21.5"