This commit is contained in:
Ken Chau 2022-11-01 22:48:33 +00:00
Родитель 97b306418a
Коммит dfb1bc1848
22 изменённых файлов: 195 добавлений и 43 удалений

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

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "get rid of third party abort-controller impl",
"packageName": "@lage-run/scheduler",
"email": "kchau@microsoft.com",
"dependentChangeType": "patch"
}

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

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "get rid of third party abort-controller impl",
"packageName": "@lage-run/scheduler-types",
"email": "kchau@microsoft.com",
"dependentChangeType": "patch"
}

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

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "get rid of third party abort-controller impl",
"packageName": "@lage-run/worker-threads-pool",
"email": "kchau@microsoft.com",
"dependentChangeType": "patch"
}

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

@ -1,6 +1,33 @@
{
"name": "@lage-run/cli",
"entries": [
{
"date": "Tue, 01 Nov 2022 22:48:33 GMT",
"tag": "@lage-run/cli_v0.4.30",
"version": "0.4.30",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/scheduler to v0.5.7",
"commit": "97b306418acd099a3ed6f3dfc062b513f5fe391c"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/scheduler-types to v0.2.6",
"commit": "97b306418acd099a3ed6f3dfc062b513f5fe391c"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/reporters to v0.2.37",
"commit": "97b306418acd099a3ed6f3dfc062b513f5fe391c"
}
]
}
},
{
"date": "Tue, 01 Nov 2022 22:25:59 GMT",
"tag": "@lage-run/cli_v0.4.29",

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

@ -1,9 +1,19 @@
# Change Log - @lage-run/cli
This log was last generated on Tue, 01 Nov 2022 22:25:59 GMT and should not be manually modified.
This log was last generated on Tue, 01 Nov 2022 22:48:33 GMT and should not be manually modified.
<!-- Start content -->
## 0.4.30
Tue, 01 Nov 2022 22:48:33 GMT
### Patches
- Bump @lage-run/scheduler to v0.5.7
- Bump @lage-run/scheduler-types to v0.2.6
- Bump @lage-run/reporters to v0.2.37
## 0.4.29
Tue, 01 Nov 2022 22:25:59 GMT

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

@ -1,6 +1,6 @@
{
"name": "@lage-run/cli",
"version": "0.4.29",
"version": "0.4.30",
"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.6",
"@lage-run/scheduler-types": "^0.2.5",
"@lage-run/scheduler": "^0.5.7",
"@lage-run/scheduler-types": "^0.2.6",
"@lage-run/target-graph": "^0.5.3",
"@lage-run/cache": "^0.1.28",
"@lage-run/reporters": "^0.2.36",
"@lage-run/reporters": "^0.2.37",
"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.29",
"@lage-run/cli": "^0.4.30",
"@lage-run/target-graph": "^0.5.3",
"@lage-run/scheduler-types": "^0.2.5",
"@lage-run/scheduler-types": "^0.2.6",
"execa": "5.1.1"
}
}

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

@ -1,6 +1,27 @@
{
"name": "@lage-run/lage",
"entries": [
{
"date": "Tue, 01 Nov 2022 22:48:33 GMT",
"tag": "@lage-run/lage_v2.5.9",
"version": "2.5.9",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@lage-run/lage",
"comment": "Bump @lage-run/cli to v0.4.30",
"commit": "97b306418acd099a3ed6f3dfc062b513f5fe391c"
},
{
"author": "beachball",
"package": "@lage-run/lage",
"comment": "Bump @lage-run/scheduler to v0.5.7",
"commit": "97b306418acd099a3ed6f3dfc062b513f5fe391c"
}
]
}
},
{
"date": "Tue, 01 Nov 2022 22:25:59 GMT",
"tag": "@lage-run/lage_v2.5.8",

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

@ -1,9 +1,18 @@
# Change Log - @lage-run/lage
This log was last generated on Tue, 01 Nov 2022 22:25:59 GMT and should not be manually modified.
This log was last generated on Tue, 01 Nov 2022 22:48:33 GMT and should not be manually modified.
<!-- Start content -->
## 2.5.9
Tue, 01 Nov 2022 22:48:33 GMT
### Patches
- Bump @lage-run/cli to v0.4.30
- Bump @lage-run/scheduler to v0.5.7
## 2.5.8
Tue, 01 Nov 2022 22:25:59 GMT

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

@ -1,6 +1,6 @@
{
"name": "@lage-run/lage",
"version": "2.5.8",
"version": "2.5.9",
"main": "dist/main.js",
"bin": {
"lage": "dist/lage.js"
@ -13,8 +13,8 @@
"fsevents": "~2.3.2"
},
"devDependencies": {
"@lage-run/cli": "^0.4.29",
"@lage-run/scheduler": "^0.5.6",
"@lage-run/cli": "^0.4.30",
"@lage-run/scheduler": "^0.5.7",
"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": "Tue, 01 Nov 2022 22:48:33 GMT",
"tag": "@lage-run/reporters_v0.2.37",
"version": "0.2.37",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@lage-run/reporters",
"comment": "Bump @lage-run/scheduler-types to v0.2.6",
"commit": "97b306418acd099a3ed6f3dfc062b513f5fe391c"
}
]
}
},
{
"date": "Tue, 01 Nov 2022 22:25:59 GMT",
"tag": "@lage-run/reporters_v0.2.36",

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

@ -1,9 +1,17 @@
# Change Log - @lage-run/reporters
This log was last generated on Tue, 01 Nov 2022 22:25:59 GMT and should not be manually modified.
This log was last generated on Tue, 01 Nov 2022 22:48:33 GMT and should not be manually modified.
<!-- Start content -->
## 0.2.37
Tue, 01 Nov 2022 22:48:33 GMT
### Patches
- Bump @lage-run/scheduler-types to v0.2.6
## 0.2.36
Tue, 01 Nov 2022 22:25:59 GMT

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

@ -1,6 +1,6 @@
{
"name": "@lage-run/reporters",
"version": "0.2.36",
"version": "0.2.37",
"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.5",
"@lage-run/scheduler-types": "^0.2.6",
"@lage-run/target-graph": "^0.5.3",
"@lage-run/format-hrtime": "^0.1.3",
"chalk": "^4.0.0",

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

@ -1,6 +1,21 @@
{
"name": "@lage-run/scheduler-types",
"entries": [
{
"date": "Tue, 01 Nov 2022 22:48:33 GMT",
"tag": "@lage-run/scheduler-types_v0.2.6",
"version": "0.2.6",
"comments": {
"patch": [
{
"author": "kchau@microsoft.com",
"package": "@lage-run/scheduler-types",
"commit": "97b306418acd099a3ed6f3dfc062b513f5fe391c",
"comment": "get rid of third party abort-controller impl"
}
]
}
},
{
"date": "Tue, 01 Nov 2022 22:25:59 GMT",
"tag": "@lage-run/scheduler-types_v0.2.5",

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

@ -1,9 +1,17 @@
# Change Log - @lage-run/scheduler-types
This log was last generated on Tue, 01 Nov 2022 22:25:59 GMT and should not be manually modified.
This log was last generated on Tue, 01 Nov 2022 22:48:33 GMT and should not be manually modified.
<!-- Start content -->
## 0.2.6
Tue, 01 Nov 2022 22:48:33 GMT
### Patches
- get rid of third party abort-controller impl (kchau@microsoft.com)
## 0.2.5
Tue, 01 Nov 2022 22:25:59 GMT

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

@ -1,6 +1,6 @@
{
"name": "@lage-run/scheduler-types",
"version": "0.2.5",
"version": "0.2.6",
"description": "Scheduler types for Lage",
"repository": {
"url": "https://github.com/microsoft/lage"

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

@ -1,6 +1,33 @@
{
"name": "@lage-run/scheduler",
"entries": [
{
"date": "Tue, 01 Nov 2022 22:48:33 GMT",
"tag": "@lage-run/scheduler_v0.5.7",
"version": "0.5.7",
"comments": {
"patch": [
{
"author": "kchau@microsoft.com",
"package": "@lage-run/scheduler",
"commit": "97b306418acd099a3ed6f3dfc062b513f5fe391c",
"comment": "get rid of third party abort-controller impl"
},
{
"author": "beachball",
"package": "@lage-run/scheduler",
"comment": "Bump @lage-run/worker-threads-pool to v0.4.4",
"commit": "97b306418acd099a3ed6f3dfc062b513f5fe391c"
},
{
"author": "beachball",
"package": "@lage-run/scheduler",
"comment": "Bump @lage-run/scheduler-types to v0.2.6",
"commit": "97b306418acd099a3ed6f3dfc062b513f5fe391c"
}
]
}
},
{
"date": "Tue, 01 Nov 2022 22:25:59 GMT",
"tag": "@lage-run/scheduler_v0.5.6",

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

@ -1,9 +1,19 @@
# Change Log - @lage-run/scheduler
This log was last generated on Tue, 01 Nov 2022 22:25:59 GMT and should not be manually modified.
This log was last generated on Tue, 01 Nov 2022 22:48:33 GMT and should not be manually modified.
<!-- Start content -->
## 0.5.7
Tue, 01 Nov 2022 22:48:33 GMT
### Patches
- get rid of third party abort-controller impl (kchau@microsoft.com)
- Bump @lage-run/worker-threads-pool to v0.4.4
- Bump @lage-run/scheduler-types to v0.2.6
## 0.5.6
Tue, 01 Nov 2022 22:25:59 GMT

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

@ -1,6 +1,6 @@
{
"name": "@lage-run/scheduler",
"version": "0.5.6",
"version": "0.5.7",
"description": "Scheduler for Lage",
"repository": {
"url": "https://github.com/microsoft/lage"
@ -18,10 +18,10 @@
"@lage-run/target-graph": "^0.5.3",
"@lage-run/logger": "^1.2.2",
"@lage-run/cache": "^0.1.28",
"@lage-run/worker-threads-pool": "^0.4.3"
"@lage-run/worker-threads-pool": "^0.4.4"
},
"devDependencies": {
"@lage-run/scheduler-types": "^0.2.5",
"@lage-run/scheduler-types": "^0.2.6",
"monorepo-scripts": "*"
},
"publishConfig": {

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

@ -1,6 +1,21 @@
{
"name": "@lage-run/worker-threads-pool",
"entries": [
{
"date": "Tue, 01 Nov 2022 22:48:33 GMT",
"tag": "@lage-run/worker-threads-pool_v0.4.4",
"version": "0.4.4",
"comments": {
"patch": [
{
"author": "kchau@microsoft.com",
"package": "@lage-run/worker-threads-pool",
"commit": "97b306418acd099a3ed6f3dfc062b513f5fe391c",
"comment": "get rid of third party abort-controller impl"
}
]
}
},
{
"date": "Tue, 01 Nov 2022 22:25:59 GMT",
"tag": "@lage-run/worker-threads-pool_v0.4.3",

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

@ -1,9 +1,17 @@
# Change Log - @lage-run/worker-threads-pool
This log was last generated on Tue, 01 Nov 2022 22:25:59 GMT and should not be manually modified.
This log was last generated on Tue, 01 Nov 2022 22:48:33 GMT and should not be manually modified.
<!-- Start content -->
## 0.4.4
Tue, 01 Nov 2022 22:48:33 GMT
### Patches
- get rid of third party abort-controller impl (kchau@microsoft.com)
## 0.4.3
Tue, 01 Nov 2022 22:25:59 GMT

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

@ -1,6 +1,6 @@
{
"name": "@lage-run/worker-threads-pool",
"version": "0.4.3",
"version": "0.4.4",
"description": "A worker_threads pool implementation based on the official Node.js async_hooks documentation",
"repository": {
"url": "https://github.com/microsoft/lage"