This commit is contained in:
Ken Chau 2022-11-16 17:12:24 +00:00
Родитель a7a4471aea
Коммит dd616335be
14 изменённых файлов: 112 добавлений и 20 удалений

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

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "adding a handling case for when lines are still being outputted but the worker is freed",
"packageName": "@lage-run/worker-threads-pool",
"email": "kchau@microsoft.com",
"dependentChangeType": "patch"
}

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

@ -1,6 +1,21 @@
{
"name": "@lage-run/cli",
"entries": [
{
"date": "Wed, 16 Nov 2022 17:12:24 GMT",
"tag": "@lage-run/cli_v0.4.36",
"version": "0.4.36",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/scheduler to v0.5.13",
"commit": "a7a4471aeaa018e40c718ec6bd6611a0ab040765"
}
]
}
},
{
"date": "Fri, 11 Nov 2022 07:29:47 GMT",
"tag": "@lage-run/cli_v0.4.35",

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

@ -1,9 +1,17 @@
# Change Log - @lage-run/cli
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 Wed, 16 Nov 2022 17:12:24 GMT and should not be manually modified.
<!-- Start content -->
## 0.4.36
Wed, 16 Nov 2022 17:12:24 GMT
### Patches
- Bump @lage-run/scheduler to v0.5.13
## 0.4.35
Fri, 11 Nov 2022 07:29:47 GMT

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

@ -1,6 +1,6 @@
{
"name": "@lage-run/cli",
"version": "0.4.35",
"version": "0.4.36",
"description": "Command Line Interface for Lage",
"repository": {
"url": "https://github.com/microsoft/lage"
@ -20,7 +20,7 @@
"dependencies": {
"@lage-run/find-npm-client": "^0.1.4",
"@lage-run/logger": "^1.2.2",
"@lage-run/scheduler": "^0.5.12",
"@lage-run/scheduler": "^0.5.13",
"@lage-run/scheduler-types": "^0.2.8",
"@lage-run/target-graph": "^0.6.1",
"@lage-run/cache": "^0.2.2",

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

@ -20,7 +20,7 @@
},
"dependencies": {
"monorepo-scripts": "*",
"@lage-run/cli": "^0.4.35",
"@lage-run/cli": "^0.4.36",
"@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": "Wed, 16 Nov 2022 17:12:24 GMT",
"tag": "@lage-run/lage_v2.5.15",
"version": "2.5.15",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@lage-run/lage",
"comment": "Bump @lage-run/cli to v0.4.36",
"commit": "a7a4471aeaa018e40c718ec6bd6611a0ab040765"
},
{
"author": "beachball",
"package": "@lage-run/lage",
"comment": "Bump @lage-run/scheduler to v0.5.13",
"commit": "a7a4471aeaa018e40c718ec6bd6611a0ab040765"
}
]
}
},
{
"date": "Fri, 11 Nov 2022 07:29:47 GMT",
"tag": "@lage-run/lage_v2.5.14",

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

@ -1,9 +1,18 @@
# Change Log - @lage-run/lage
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 Wed, 16 Nov 2022 17:12:24 GMT and should not be manually modified.
<!-- Start content -->
## 2.5.15
Wed, 16 Nov 2022 17:12:24 GMT
### Patches
- Bump @lage-run/cli to v0.4.36
- Bump @lage-run/scheduler to v0.5.13
## 2.5.14
Fri, 11 Nov 2022 07:29:47 GMT

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

@ -1,6 +1,6 @@
{
"name": "@lage-run/lage",
"version": "2.5.14",
"version": "2.5.15",
"main": "dist/main.js",
"bin": {
"lage": "dist/lage.js"
@ -13,8 +13,8 @@
"fsevents": "~2.3.2"
},
"devDependencies": {
"@lage-run/cli": "^0.4.35",
"@lage-run/scheduler": "^0.5.12",
"@lage-run/cli": "^0.4.36",
"@lage-run/scheduler": "^0.5.13",
"rollup": "2.79.1",
"@rollup/plugin-commonjs": "22.0.2",
"@rollup/plugin-node-resolve": "14.1.0",

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

@ -1,6 +1,21 @@
{
"name": "@lage-run/scheduler",
"entries": [
{
"date": "Wed, 16 Nov 2022 17:12:24 GMT",
"tag": "@lage-run/scheduler_v0.5.13",
"version": "0.5.13",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@lage-run/scheduler",
"comment": "Bump @lage-run/worker-threads-pool to v0.4.5",
"commit": "a7a4471aeaa018e40c718ec6bd6611a0ab040765"
}
]
}
},
{
"date": "Fri, 11 Nov 2022 07:29:47 GMT",
"tag": "@lage-run/scheduler_v0.5.12",

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

@ -1,9 +1,17 @@
# Change Log - @lage-run/scheduler
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 Wed, 16 Nov 2022 17:12:24 GMT and should not be manually modified.
<!-- Start content -->
## 0.5.13
Wed, 16 Nov 2022 17:12:24 GMT
### Patches
- Bump @lage-run/worker-threads-pool to v0.4.5
## 0.5.12
Fri, 11 Nov 2022 07:29:47 GMT

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

@ -1,6 +1,6 @@
{
"name": "@lage-run/scheduler",
"version": "0.5.12",
"version": "0.5.13",
"description": "Scheduler for Lage",
"repository": {
"url": "https://github.com/microsoft/lage"
@ -18,7 +18,7 @@
"@lage-run/target-graph": "^0.6.1",
"@lage-run/logger": "^1.2.2",
"@lage-run/cache": "^0.2.2",
"@lage-run/worker-threads-pool": "^0.4.4"
"@lage-run/worker-threads-pool": "^0.4.5"
},
"devDependencies": {
"@lage-run/scheduler-types": "^0.2.8",

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

@ -1,6 +1,21 @@
{
"name": "@lage-run/worker-threads-pool",
"entries": [
{
"date": "Wed, 16 Nov 2022 17:12:24 GMT",
"tag": "@lage-run/worker-threads-pool_v0.4.5",
"version": "0.4.5",
"comments": {
"patch": [
{
"author": "kchau@microsoft.com",
"package": "@lage-run/worker-threads-pool",
"commit": "a7a4471aeaa018e40c718ec6bd6611a0ab040765",
"comment": "adding a handling case for when lines are still being outputted but the worker is freed"
}
]
}
},
{
"date": "Tue, 01 Nov 2022 22:48:33 GMT",
"tag": "@lage-run/worker-threads-pool_v0.4.4",

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

@ -1,9 +1,17 @@
# Change Log - @lage-run/worker-threads-pool
This log was last generated on Tue, 01 Nov 2022 22:48:33 GMT and should not be manually modified.
This log was last generated on Wed, 16 Nov 2022 17:12:24 GMT and should not be manually modified.
<!-- Start content -->
## 0.4.5
Wed, 16 Nov 2022 17:12:24 GMT
### Patches
- adding a handling case for when lines are still being outputted but the worker is freed (kchau@microsoft.com)
## 0.4.4
Tue, 01 Nov 2022 22:48:33 GMT

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

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