Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kenotron committed Sep 13, 2024
1 parent 924b93e commit 804d116
Show file tree
Hide file tree
Showing 36 changed files with 467 additions and 120 deletions.
32 changes: 0 additions & 32 deletions change/change-09a889c5-6249-4586-b273-90c502cd25a7.json

This file was deleted.

15 changes: 15 additions & 0 deletions packages/cache/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@lage-run/cache",
"entries": [
{
"date": "Fri, 13 Sep 2024 18:05:04 GMT",
"version": "1.3.3",
"tag": "@lage-run/cache_v1.3.3",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@lage-run/cache",
"comment": "Bump @lage-run/target-graph to v0.8.10",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 11 Sep 2024 20:30:48 GMT",
"version": "1.3.2",
Expand Down
10 changes: 9 additions & 1 deletion packages/cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @lage-run/cache

This log was last generated on Wed, 11 Sep 2024 20:30:48 GMT and should not be manually modified.
<!-- This log was last generated on Fri, 13 Sep 2024 18:05:04 GMT and should not be manually modified. -->

<!-- Start content -->

## 1.3.3

Fri, 13 Sep 2024 18:05:04 GMT

### Patches

- Bump @lage-run/target-graph to v0.8.10

## 1.3.2

Wed, 11 Sep 2024 20:30:48 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lage-run/cache",
"version": "1.3.2",
"version": "1.3.3",
"description": "Cache for Lage",
"repository": {
"type": "git",
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@azure/identity": "^4.0.1",
"@lage-run/logger": "^1.3.1",
"@lage-run/target-graph": "^0.8.9",
"@lage-run/target-graph": "^0.8.10",
"backfill-cache": "5.8.0",
"backfill-config": "6.4.2",
"backfill-logger": "5.2.1",
Expand Down
69 changes: 69 additions & 0 deletions packages/cli/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,75 @@
{
"name": "@lage-run/cli",
"entries": [
{
"date": "Fri, 13 Sep 2024 18:05:04 GMT",
"version": "0.20.0",
"tag": "@lage-run/cli_v0.20.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@lage-run/cli",
"commit": "924b93e66ae3cc60effa7cfc1f5254e1e59e9969",
"comment": "adds a lage-server binary that listens and executes and auto shutsdown"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/cache to v1.3.3",
"commit": "not available"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/config to v0.4.2",
"commit": "not available"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/hasher to v1.3.4",
"commit": "not available"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/reporters to v1.2.10",
"commit": "not available"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/rpc to v1.2.0",
"commit": "not available"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/runners to v1.0.2",
"commit": "not available"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/scheduler to v1.2.14",
"commit": "not available"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/scheduler-types to v0.3.15",
"commit": "not available"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/target-graph to v0.8.10",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 11 Sep 2024 20:52:15 GMT",
"version": "0.19.3",
Expand Down
19 changes: 18 additions & 1 deletion packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,26 @@
# Change Log - @lage-run/cli

<!-- This log was last generated on Wed, 11 Sep 2024 20:52:15 GMT and should not be manually modified. -->
<!-- This log was last generated on Fri, 13 Sep 2024 18:05:04 GMT and should not be manually modified. -->

<!-- Start content -->

## 0.20.0

Fri, 13 Sep 2024 18:05:04 GMT

### Minor changes

- adds a lage-server binary that listens and executes and auto shutsdown ([email protected])
- Bump @lage-run/cache to v1.3.3
- Bump @lage-run/config to v0.4.2
- Bump @lage-run/hasher to v1.3.4
- Bump @lage-run/reporters to v1.2.10
- Bump @lage-run/rpc to v1.2.0
- Bump @lage-run/runners to v1.0.2
- Bump @lage-run/scheduler to v1.2.14
- Bump @lage-run/scheduler-types to v0.3.15
- Bump @lage-run/target-graph to v0.8.10

## 0.19.3

Wed, 11 Sep 2024 20:52:15 GMT
Expand Down
20 changes: 10 additions & 10 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.19.3",
"version": "0.20.0",
"description": "Command Line Interface for Lage",
"repository": {
"type": "git",
Expand All @@ -20,16 +20,16 @@
"lint": "monorepo-scripts lint"
},
"dependencies": {
"@lage-run/cache": "^1.3.2",
"@lage-run/config": "^0.4.1",
"@lage-run/hasher": "^1.3.3",
"@lage-run/cache": "^1.3.3",
"@lage-run/config": "^0.4.2",
"@lage-run/hasher": "^1.3.4",
"@lage-run/logger": "^1.3.1",
"@lage-run/reporters": "^1.2.9",
"@lage-run/rpc": "^1.1.0",
"@lage-run/runners": "^1.0.1",
"@lage-run/scheduler": "^1.2.13",
"@lage-run/scheduler-types": "^0.3.14",
"@lage-run/target-graph": "^0.8.9",
"@lage-run/reporters": "^1.2.10",
"@lage-run/rpc": "^1.2.0",
"@lage-run/runners": "^1.0.2",
"@lage-run/scheduler": "^1.2.14",
"@lage-run/scheduler-types": "^0.3.15",
"@lage-run/target-graph": "^0.8.10",
"@lage-run/worker-threads-pool": "^0.8.1",
"chokidar": "3.5.3",
"commander": "9.5.0",
Expand Down
21 changes: 21 additions & 0 deletions packages/config/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@lage-run/config",
"entries": [
{
"date": "Fri, 13 Sep 2024 18:05:04 GMT",
"version": "0.4.2",
"tag": "@lage-run/config_v0.4.2",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@lage-run/config",
"comment": "Bump @lage-run/runners to v1.0.2",
"commit": "not available"
},
{
"author": "beachball",
"package": "@lage-run/config",
"comment": "Bump @lage-run/target-graph to v0.8.10",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 11 Sep 2024 20:30:48 GMT",
"version": "0.4.1",
Expand Down
11 changes: 10 additions & 1 deletion packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @lage-run/config

This log was last generated on Wed, 11 Sep 2024 20:30:48 GMT and should not be manually modified.
<!-- This log was last generated on Fri, 13 Sep 2024 18:05:04 GMT and should not be manually modified. -->

<!-- Start content -->

## 0.4.2

Fri, 13 Sep 2024 18:05:04 GMT

### Patches

- Bump @lage-run/runners to v1.0.2
- Bump @lage-run/target-graph to v0.8.10

## 0.4.1

Wed, 11 Sep 2024 20:30:48 GMT
Expand Down
6 changes: 3 additions & 3 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lage-run/config",
"version": "0.4.1",
"version": "0.4.2",
"description": "Config management for Lage",
"repository": {
"type": "git",
Expand All @@ -21,8 +21,8 @@
},
"dependencies": {
"@lage-run/logger": "^1.3.1",
"@lage-run/runners": "^1.0.1",
"@lage-run/target-graph": "^0.8.9",
"@lage-run/runners": "^1.0.2",
"@lage-run/target-graph": "^0.8.10",
"backfill-config": "6.4.2",
"cosmiconfig": "7.1.0",
"workspace-tools": "0.36.4"
Expand Down
6 changes: 3 additions & 3 deletions packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"lint": "monorepo-scripts lint"
},
"dependencies": {
"@lage-run/cli": "^0.19.3",
"@lage-run/cli": "^0.20.0",
"@lage-run/monorepo-scripts": "*",
"@lage-run/scheduler-types": "^0.3.14",
"@lage-run/target-graph": "^0.8.9",
"@lage-run/scheduler-types": "^0.3.15",
"@lage-run/target-graph": "^0.8.10",
"execa": "5.1.1",
"glob-hasher": "^1.4.2"
}
Expand Down
15 changes: 15 additions & 0 deletions packages/hasher/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@lage-run/hasher",
"entries": [
{
"date": "Fri, 13 Sep 2024 18:05:04 GMT",
"version": "1.3.4",
"tag": "@lage-run/hasher_v1.3.4",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@lage-run/hasher",
"comment": "Bump @lage-run/target-graph to v0.8.10",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 11 Sep 2024 20:52:15 GMT",
"version": "1.3.3",
Expand Down
10 changes: 9 additions & 1 deletion packages/hasher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @lage-run/hasher

<!-- This log was last generated on Wed, 11 Sep 2024 20:52:15 GMT and should not be manually modified. -->
<!-- This log was last generated on Fri, 13 Sep 2024 18:05:04 GMT and should not be manually modified. -->

<!-- Start content -->

## 1.3.4

Fri, 13 Sep 2024 18:05:04 GMT

### Patches

- Bump @lage-run/target-graph to v0.8.10

## 1.3.3

Wed, 11 Sep 2024 20:52:15 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/hasher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lage-run/hasher",
"version": "1.3.3",
"version": "1.3.4",
"description": "Hasher for Lage Targets",
"repository": {
"url": "https://github.com/microsoft/lage"
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@lage-run/logger": "^1.3.1",
"@lage-run/target-graph": "^0.8.9",
"@lage-run/target-graph": "^0.8.10",
"execa": "5.1.1",
"fast-glob": "3.3.2",
"glob-hasher": "^1.4.2",
Expand Down
Loading

0 comments on commit 804d116

Please sign in to comment.