Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kenotron committed May 25, 2023
1 parent c2bf5ab commit 98b5974
Show file tree
Hide file tree
Showing 16 changed files with 134 additions and 35 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

27 changes: 27 additions & 0 deletions packages/cli/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
{
"name": "@lage-run/cli",
"entries": [
{
"date": "Thu, 25 May 2023 15:46:02 GMT",
"tag": "@lage-run/cli_v0.15.5",
"version": "0.15.5",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@lage-run/cli",
"commit": "c2bf5ab7a31c05a11e9488a92d58ef0f74bc3e9d",
"comment": "Do not read config in targetWorker, instead pass CacheOptions as part of workerdata"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/config to v0.3.0",
"commit": "c2bf5ab7a31c05a11e9488a92d58ef0f74bc3e9d"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/scheduler to v1.0.2",
"commit": "c2bf5ab7a31c05a11e9488a92d58ef0f74bc3e9d"
}
]
}
},
{
"date": "Fri, 19 May 2023 22:10:20 GMT",
"tag": "@lage-run/cli_v0.15.4",
Expand Down
12 changes: 11 additions & 1 deletion packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Change Log - @lage-run/cli

This log was last generated on Fri, 19 May 2023 22:10:20 GMT and should not be manually modified.
This log was last generated on Thu, 25 May 2023 15:46:02 GMT and should not be manually modified.

<!-- Start content -->

## 0.15.5

Thu, 25 May 2023 15:46:02 GMT

### Patches

- Do not read config in targetWorker, instead pass CacheOptions as part of workerdata ([email protected])
- Bump @lage-run/config to v0.3.0
- Bump @lage-run/scheduler to v1.0.2

## 0.15.4

Fri, 19 May 2023 22:10:20 GMT
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lage-run/cli",
"version": "0.15.4",
"version": "0.15.5",
"description": "Command Line Interface for Lage",
"repository": {
"type": "git",
Expand All @@ -21,12 +21,12 @@
},
"dependencies": {
"@lage-run/cache": "^1.1.1",
"@lage-run/config": "^0.2.1",
"@lage-run/config": "^0.3.0",
"@lage-run/find-npm-client": "^0.1.4",
"@lage-run/hasher": "^1.0.0",
"@lage-run/logger": "^1.3.0",
"@lage-run/reporters": "^1.2.3",
"@lage-run/scheduler": "^1.0.1",
"@lage-run/scheduler": "^1.0.2",
"@lage-run/scheduler-types": "^0.3.9",
"@lage-run/target-graph": "^0.8.6",
"chokidar": "3.5.3",
Expand Down
15 changes: 15 additions & 0 deletions packages/config/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@lage-run/config",
"entries": [
{
"date": "Thu, 25 May 2023 15:46:02 GMT",
"tag": "@lage-run/config_v0.3.0",
"version": "0.3.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@lage-run/config",
"commit": "c2bf5ab7a31c05a11e9488a92d58ef0f74bc3e9d",
"comment": "Do not read config in targetWorker, instead pass CacheOptions as part of workerdata"
}
]
}
},
{
"date": "Mon, 08 May 2023 22:27:16 GMT",
"tag": "@lage-run/config_v0.2.1",
Expand Down
10 changes: 9 additions & 1 deletion packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @lage-run/config

This log was last generated on Mon, 08 May 2023 22:27:16 GMT and should not be manually modified.
This log was last generated on Thu, 25 May 2023 15:46:02 GMT and should not be manually modified.

<!-- Start content -->

## 0.3.0

Thu, 25 May 2023 15:46:02 GMT

### Minor changes

- Do not read config in targetWorker, instead pass CacheOptions as part of workerdata ([email protected])

## 0.2.1

Mon, 08 May 2023 22:27:16 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lage-run/config",
"version": "0.2.1",
"version": "0.3.0",
"description": "Config management for Lage",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"monorepo-scripts": "*",
"@lage-run/cli": "^0.15.4",
"@lage-run/cli": "^0.15.5",
"@lage-run/target-graph": "^0.8.6",
"@lage-run/scheduler-types": "^0.3.9",
"execa": "5.1.1",
Expand Down
21 changes: 21 additions & 0 deletions packages/lage/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "lage",
"entries": [
{
"date": "Thu, 25 May 2023 15:46:02 GMT",
"tag": "lage_v2.6.4",
"version": "2.6.4",
"comments": {
"patch": [
{
"author": "beachball",
"package": "lage",
"comment": "Bump @lage-run/cli to v0.15.5",
"commit": "c2bf5ab7a31c05a11e9488a92d58ef0f74bc3e9d"
},
{
"author": "beachball",
"package": "lage",
"comment": "Bump @lage-run/scheduler to v1.0.2",
"commit": "c2bf5ab7a31c05a11e9488a92d58ef0f74bc3e9d"
}
]
}
},
{
"date": "Fri, 19 May 2023 22:10:20 GMT",
"tag": "lage_v2.6.3",
Expand Down
11 changes: 10 additions & 1 deletion packages/lage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - lage

This log was last generated on Fri, 19 May 2023 22:10:20 GMT and should not be manually modified.
This log was last generated on Thu, 25 May 2023 15:46:02 GMT and should not be manually modified.

<!-- Start content -->

## 2.6.4

Thu, 25 May 2023 15:46:02 GMT

### Patches

- Bump @lage-run/cli to v0.15.5
- Bump @lage-run/scheduler to v1.0.2

## 2.6.3

Fri, 19 May 2023 22:10:20 GMT
Expand Down
6 changes: 3 additions & 3 deletions packages/lage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lage",
"version": "2.6.3",
"version": "2.6.4",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/lage"
Expand All @@ -23,8 +23,8 @@
"fsevents": "~2.3.2"
},
"devDependencies": {
"@lage-run/cli": "^0.15.4",
"@lage-run/scheduler": "^1.0.1",
"@lage-run/cli": "^0.15.5",
"@lage-run/scheduler": "^1.0.2",
"backfill-config": "^6.3.1",
"dts-bundle-generator": "7.2.0",
"workspace-tools": "^0.34.0",
Expand Down
21 changes: 21 additions & 0 deletions packages/scheduler/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@lage-run/scheduler",
"entries": [
{
"date": "Thu, 25 May 2023 15:46:02 GMT",
"tag": "@lage-run/scheduler_v1.0.2",
"version": "1.0.2",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@lage-run/scheduler",
"commit": "c2bf5ab7a31c05a11e9488a92d58ef0f74bc3e9d",
"comment": "Do not read config in targetWorker, instead pass CacheOptions as part of workerdata"
},
{
"author": "beachball",
"package": "@lage-run/scheduler",
"comment": "Bump @lage-run/config to v0.3.0",
"commit": "c2bf5ab7a31c05a11e9488a92d58ef0f74bc3e9d"
}
]
}
},
{
"date": "Fri, 19 May 2023 22:10:20 GMT",
"tag": "@lage-run/scheduler_v1.0.1",
Expand Down
11 changes: 10 additions & 1 deletion packages/scheduler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @lage-run/scheduler

This log was last generated on Fri, 19 May 2023 22:10:20 GMT and should not be manually modified.
This log was last generated on Thu, 25 May 2023 15:46:02 GMT and should not be manually modified.

<!-- Start content -->

## 1.0.2

Thu, 25 May 2023 15:46:02 GMT

### Patches

- Do not read config in targetWorker, instead pass CacheOptions as part of workerdata ([email protected])
- Bump @lage-run/config to v0.3.0

## 1.0.1

Fri, 19 May 2023 22:10:20 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/scheduler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lage-run/scheduler",
"version": "1.0.1",
"version": "1.0.2",
"description": "Scheduler for Lage",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
"@lage-run/target-graph": "^0.8.6",
"@lage-run/logger": "^1.3.0",
"@lage-run/cache": "^1.1.1",
"@lage-run/config": "^0.2.1",
"@lage-run/config": "^0.3.0",
"@lage-run/hasher": "^1.0.0",
"@lage-run/worker-threads-pool": "^0.7.1"
},
Expand Down

0 comments on commit 98b5974

Please sign in to comment.