This commit is contained in:
Ken Chau 2024-11-20 02:43:43 +00:00
Родитель d2ddec2c03
Коммит 089fedf9a5
18 изменённых файлов: 182 добавлений и 50 удалений

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

@ -1,18 +0,0 @@
{
"changes": [
{
"type": "patch",
"comment": "adding exit code support for executeInProcess",
"packageName": "@lage-run/cli",
"email": "kchau@microsoft.com",
"dependentChangeType": "patch"
},
{
"type": "patch",
"comment": "adding exit code support for executeInProcess",
"packageName": "@lage-run/runners",
"email": "kchau@microsoft.com",
"dependentChangeType": "patch"
}
]
}

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

@ -1,6 +1,39 @@
{
"name": "@lage-run/cli",
"entries": [
{
"date": "Wed, 20 Nov 2024 02:43:43 GMT",
"version": "0.24.2",
"tag": "@lage-run/cli_v0.24.2",
"comments": {
"patch": [
{
"author": "kchau@microsoft.com",
"package": "@lage-run/cli",
"commit": "d2ddec2c03ec7dd371d2f3300fb44061ac966cbc",
"comment": "adding exit code support for executeInProcess"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/config to v0.4.9",
"commit": "not available"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/runners to v1.1.1",
"commit": "not available"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/scheduler to v1.3.11",
"commit": "not available"
}
]
}
},
{
"date": "Mon, 18 Nov 2024 23:22:30 GMT",
"version": "0.24.1",

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

@ -1,9 +1,20 @@
# Change Log - @lage-run/cli
<!-- This log was last generated on Mon, 18 Nov 2024 23:22:30 GMT and should not be manually modified. -->
<!-- This log was last generated on Wed, 20 Nov 2024 02:43:43 GMT and should not be manually modified. -->
<!-- Start content -->
## 0.24.2
Wed, 20 Nov 2024 02:43:43 GMT
### Patches
- adding exit code support for executeInProcess (kchau@microsoft.com)
- Bump @lage-run/config to v0.4.9
- Bump @lage-run/runners to v1.1.1
- Bump @lage-run/scheduler to v1.3.11
## 0.24.1
Mon, 18 Nov 2024 23:22:30 GMT

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

@ -1,6 +1,6 @@
{
"name": "@lage-run/cli",
"version": "0.24.1",
"version": "0.24.2",
"description": "Command Line Interface for Lage",
"repository": {
"type": "git",
@ -22,14 +22,14 @@
},
"dependencies": {
"@lage-run/cache": "^1.3.8",
"@lage-run/config": "^0.4.8",
"@lage-run/config": "^0.4.9",
"@lage-run/globby": "^14.2.0",
"@lage-run/hasher": "^1.6.5",
"@lage-run/logger": "^1.3.1",
"@lage-run/reporters": "^1.2.16",
"@lage-run/rpc": "^1.2.3",
"@lage-run/runners": "^1.1.0",
"@lage-run/scheduler": "^1.3.10",
"@lage-run/runners": "^1.1.1",
"@lage-run/scheduler": "^1.3.11",
"@lage-run/scheduler-types": "^0.3.20",
"@lage-run/target-graph": "^0.10.0",
"@lage-run/worker-threads-pool": "^0.8.4",

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

@ -1,6 +1,21 @@
{
"name": "@lage-run/config",
"entries": [
{
"date": "Wed, 20 Nov 2024 02:43:43 GMT",
"version": "0.4.9",
"tag": "@lage-run/config_v0.4.9",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@lage-run/config",
"comment": "Bump @lage-run/runners to v1.1.1",
"commit": "not available"
}
]
}
},
{
"date": "Fri, 08 Nov 2024 19:45:09 GMT",
"version": "0.4.8",

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

@ -1,9 +1,17 @@
# Change Log - @lage-run/config
<!-- This log was last generated on Fri, 08 Nov 2024 19:45:09 GMT and should not be manually modified. -->
<!-- This log was last generated on Wed, 20 Nov 2024 02:43:43 GMT and should not be manually modified. -->
<!-- Start content -->
## 0.4.9
Wed, 20 Nov 2024 02:43:43 GMT
### Patches
- Bump @lage-run/runners to v1.1.1
## 0.4.8
Fri, 08 Nov 2024 19:45:09 GMT

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

@ -1,6 +1,6 @@
{
"name": "@lage-run/config",
"version": "0.4.8",
"version": "0.4.9",
"description": "Config management for Lage",
"repository": {
"type": "git",
@ -21,7 +21,7 @@
},
"dependencies": {
"@lage-run/logger": "^1.3.1",
"@lage-run/runners": "^1.1.0",
"@lage-run/runners": "^1.1.1",
"@lage-run/target-graph": "^0.10.0",
"backfill-config": "6.4.2",
"cosmiconfig": "7.1.0",

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

@ -19,7 +19,7 @@
"lint": "monorepo-scripts lint"
},
"dependencies": {
"@lage-run/cli": "^0.24.1",
"@lage-run/cli": "^0.24.2",
"@lage-run/globby": "^14.2.0",
"@lage-run/monorepo-scripts": "*",
"@lage-run/scheduler-types": "^0.3.20",

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

@ -1,6 +1,27 @@
{
"name": "lage",
"entries": [
{
"date": "Wed, 20 Nov 2024 02:43:43 GMT",
"version": "2.11.14",
"tag": "lage_v2.11.14",
"comments": {
"patch": [
{
"author": "beachball",
"package": "lage",
"comment": "Bump @lage-run/cli to v0.24.2",
"commit": "not available"
},
{
"author": "beachball",
"package": "lage",
"comment": "Bump @lage-run/runners to v1.1.1",
"commit": "not available"
}
]
}
},
{
"date": "Mon, 18 Nov 2024 23:22:30 GMT",
"version": "2.11.13",

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

@ -1,9 +1,18 @@
# Change Log - lage
<!-- This log was last generated on Mon, 18 Nov 2024 23:22:30 GMT and should not be manually modified. -->
<!-- This log was last generated on Wed, 20 Nov 2024 02:43:43 GMT and should not be manually modified. -->
<!-- Start content -->
## 2.11.14
Wed, 20 Nov 2024 02:43:43 GMT
### Patches
- Bump @lage-run/cli to v0.24.2
- Bump @lage-run/runners to v1.1.1
## 2.11.13
Mon, 18 Nov 2024 23:22:30 GMT

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

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

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

@ -1,6 +1,21 @@
{
"name": "@lage-run/runners",
"entries": [
{
"date": "Wed, 20 Nov 2024 02:43:43 GMT",
"version": "1.1.1",
"tag": "@lage-run/runners_v1.1.1",
"comments": {
"patch": [
{
"author": "kchau@microsoft.com",
"package": "@lage-run/runners",
"commit": "d2ddec2c03ec7dd371d2f3300fb44061ac966cbc",
"comment": "adding exit code support for executeInProcess"
}
]
}
},
{
"date": "Fri, 08 Nov 2024 19:45:09 GMT",
"version": "1.1.0",

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

@ -1,9 +1,17 @@
# Change Log - @lage-run/runners
<!-- This log was last generated on Fri, 08 Nov 2024 19:45:09 GMT and should not be manually modified. -->
<!-- This log was last generated on Wed, 20 Nov 2024 02:43:43 GMT and should not be manually modified. -->
<!-- Start content -->
## 1.1.1
Wed, 20 Nov 2024 02:43:43 GMT
### Patches
- adding exit code support for executeInProcess (kchau@microsoft.com)
## 1.1.0
Fri, 08 Nov 2024 19:45:09 GMT

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

@ -1,6 +1,6 @@
{
"name": "@lage-run/runners",
"version": "1.1.0",
"version": "1.1.1",
"description": "Runners for Lage",
"repository": {
"type": "git",

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

@ -1,6 +1,27 @@
{
"name": "@lage-run/scheduler",
"entries": [
{
"date": "Wed, 20 Nov 2024 02:43:43 GMT",
"version": "1.3.11",
"tag": "@lage-run/scheduler_v1.3.11",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@lage-run/scheduler",
"comment": "Bump @lage-run/config to v0.4.9",
"commit": "not available"
},
{
"author": "beachball",
"package": "@lage-run/scheduler",
"comment": "Bump @lage-run/runners to v1.1.1",
"commit": "not available"
}
]
}
},
{
"date": "Mon, 18 Nov 2024 23:22:30 GMT",
"version": "1.3.10",

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

@ -1,9 +1,18 @@
# Change Log - @lage-run/scheduler
<!-- This log was last generated on Mon, 18 Nov 2024 23:22:30 GMT and should not be manually modified. -->
<!-- This log was last generated on Wed, 20 Nov 2024 02:43:43 GMT and should not be manually modified. -->
<!-- Start content -->
## 1.3.11
Wed, 20 Nov 2024 02:43:43 GMT
### Patches
- Bump @lage-run/config to v0.4.9
- Bump @lage-run/runners to v1.1.1
## 1.3.10
Mon, 18 Nov 2024 23:22:30 GMT

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

@ -1,6 +1,6 @@
{
"name": "@lage-run/scheduler",
"version": "1.3.10",
"version": "1.3.11",
"description": "Scheduler for Lage",
"repository": {
"type": "git",
@ -18,10 +18,10 @@
},
"dependencies": {
"@lage-run/cache": "^1.3.8",
"@lage-run/config": "^0.4.8",
"@lage-run/config": "^0.4.9",
"@lage-run/hasher": "^1.6.5",
"@lage-run/logger": "^1.3.1",
"@lage-run/runners": "^1.1.0",
"@lage-run/runners": "^1.1.1",
"@lage-run/target-graph": "^0.10.0",
"@lage-run/worker-threads-pool": "^0.8.4"
},

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

@ -1697,12 +1697,12 @@ __metadata:
languageName: unknown
linkType: soft
"@lage-run/cli@npm:^0.24.1, @lage-run/cli@workspace:packages/cli":
"@lage-run/cli@npm:^0.24.2, @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.8"
"@lage-run/config": "npm:^0.4.8"
"@lage-run/config": "npm:^0.4.9"
"@lage-run/globby": "npm:^14.2.0"
"@lage-run/hasher": "npm:^1.6.5"
"@lage-run/logger": "npm:^1.3.1"
@ -1710,8 +1710,8 @@ __metadata:
"@lage-run/monorepo-scripts": "npm:*"
"@lage-run/reporters": "npm:^1.2.16"
"@lage-run/rpc": "npm:^1.2.3"
"@lage-run/runners": "npm:^1.1.0"
"@lage-run/scheduler": "npm:^1.3.10"
"@lage-run/runners": "npm:^1.1.1"
"@lage-run/scheduler": "npm:^1.3.11"
"@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"
@ -1730,13 +1730,13 @@ __metadata:
languageName: unknown
linkType: soft
"@lage-run/config@npm:^0.4.8, @lage-run/config@workspace:packages/config":
"@lage-run/config@npm:^0.4.9, @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.1.0"
"@lage-run/runners": "npm:^1.1.1"
"@lage-run/target-graph": "npm:^0.10.0"
backfill-config: "npm:6.4.2"
cosmiconfig: "npm:7.1.0"
@ -1750,7 +1750,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@lage-run/e2e-tests@workspace:packages/e2e-tests"
dependencies:
"@lage-run/cli": "npm:^0.24.1"
"@lage-run/cli": "npm:^0.24.2"
"@lage-run/globby": "npm:^14.2.0"
"@lage-run/monorepo-scripts": "npm:*"
"@lage-run/scheduler-types": "npm:^0.3.20"
@ -1882,7 +1882,7 @@ __metadata:
languageName: unknown
linkType: soft
"@lage-run/runners@npm:^1.1.0, @lage-run/runners@workspace:packages/runners":
"@lage-run/runners@npm:^1.1.1, @lage-run/runners@workspace:packages/runners":
version: 0.0.0-use.local
resolution: "@lage-run/runners@workspace:packages/runners"
dependencies:
@ -1900,16 +1900,16 @@ __metadata:
languageName: unknown
linkType: soft
"@lage-run/scheduler@npm:^1.3.10, @lage-run/scheduler@workspace:packages/scheduler":
"@lage-run/scheduler@npm:^1.3.11, @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.8"
"@lage-run/config": "npm:^0.4.8"
"@lage-run/config": "npm:^0.4.9"
"@lage-run/hasher": "npm:^1.6.5"
"@lage-run/logger": "npm:^1.3.1"
"@lage-run/monorepo-scripts": "npm:*"
"@lage-run/runners": "npm:^1.1.0"
"@lage-run/runners": "npm:^1.1.1"
"@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"
@ -6107,8 +6107,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "lage@workspace:packages/lage"
dependencies:
"@lage-run/cli": "npm:^0.24.1"
"@lage-run/runners": "npm:^1.1.0"
"@lage-run/cli": "npm:^0.24.2"
"@lage-run/runners": "npm:^1.1.1"
backfill-config: "npm:6.4.2"
dts-bundle-generator: "npm:^9.5.1"
esbuild: "npm:^0.21.5"