Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kenotron committed Oct 2, 2024
1 parent 6ecbd57 commit fe23d3e
Show file tree
Hide file tree
Showing 44 changed files with 562 additions and 163 deletions.
39 changes: 0 additions & 39 deletions change/change-82487442-ab6c-4773-9770-15dca576410d.json

This file was deleted.

11 changes: 0 additions & 11 deletions change/change-b6c0b713-1f3a-455e-a60c-ce4ab8b59f0a.json

This file was deleted.

11 changes: 0 additions & 11 deletions change/change-dcbd2f5c-b20e-448d-8579-a660a87102ad.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": "Wed, 02 Oct 2024 20:26:19 GMT",
"version": "1.3.4",
"tag": "@lage-run/cache_v1.3.4",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@lage-run/cache",
"comment": "Bump @lage-run/target-graph to v0.9.0",
"commit": "not available"
}
]
}
},
{
"date": "Fri, 13 Sep 2024 18:05:04 GMT",
"version": "1.3.3",
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 Fri, 13 Sep 2024 18:05:04 GMT and should not be manually modified. -->
<!-- This log was last generated on Wed, 02 Oct 2024 20:26:19 GMT and should not be manually modified. -->

<!-- Start content -->

## 1.3.4

Wed, 02 Oct 2024 20:26:19 GMT

### Patches

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

## 1.3.3

Fri, 13 Sep 2024 18:05:04 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.3",
"version": "1.3.4",
"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.10",
"@lage-run/target-graph": "^0.9.0",
"backfill-cache": "5.8.0",
"backfill-config": "6.4.2",
"backfill-logger": "5.2.1",
Expand Down
81 changes: 81 additions & 0 deletions packages/cli/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,87 @@
{
"name": "@lage-run/cli",
"entries": [
{
"date": "Wed, 02 Oct 2024 20:26:19 GMT",
"version": "0.23.0",
"tag": "@lage-run/cli_v0.23.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@lage-run/cli",
"commit": "6ecbd570669a07fa87429af5de13ec1adc58b864",
"comment": "Simulate file access for lage server"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/cache to v1.3.4",
"commit": "not available"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/config to v0.4.3",
"commit": "not available"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/globby to v14.2.0",
"commit": "not available"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/hasher to v1.6.0",
"commit": "not available"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/reporters to v1.2.11",
"commit": "not available"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/rpc to v1.2.2",
"commit": "not available"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/runners to v1.0.3",
"commit": "not available"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/scheduler to v1.3.2",
"commit": "not available"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/scheduler-types to v0.3.16",
"commit": "not available"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/target-graph to v0.9.0",
"commit": "not available"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/worker-threads-pool to v0.8.3",
"commit": "not available"
}
]
}
},
{
"date": "Fri, 27 Sep 2024 20:03:49 GMT",
"version": "0.22.0",
Expand Down
21 changes: 20 additions & 1 deletion packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,28 @@
# Change Log - @lage-run/cli

<!-- This log was last generated on Fri, 27 Sep 2024 20:03:49 GMT and should not be manually modified. -->
<!-- This log was last generated on Wed, 02 Oct 2024 20:26:19 GMT and should not be manually modified. -->

<!-- Start content -->

## 0.23.0

Wed, 02 Oct 2024 20:26:19 GMT

### Minor changes

- Simulate file access for lage server ([email protected])
- Bump @lage-run/cache to v1.3.4
- Bump @lage-run/config to v0.4.3
- Bump @lage-run/globby to v14.2.0
- Bump @lage-run/hasher to v1.6.0
- Bump @lage-run/reporters to v1.2.11
- Bump @lage-run/rpc to v1.2.2
- Bump @lage-run/runners to v1.0.3
- Bump @lage-run/scheduler to v1.3.2
- Bump @lage-run/scheduler-types to v0.3.16
- Bump @lage-run/target-graph to v0.9.0
- Bump @lage-run/worker-threads-pool to v0.8.3

## 0.22.0

Fri, 27 Sep 2024 20:03:49 GMT
Expand Down
24 changes: 12 additions & 12 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.22.0",
"version": "0.23.0",
"description": "Command Line Interface for Lage",
"repository": {
"type": "git",
Expand All @@ -21,18 +21,18 @@
"lint": "monorepo-scripts lint"
},
"dependencies": {
"@lage-run/cache": "^1.3.3",
"@lage-run/config": "^0.4.2",
"@lage-run/globby": "^14.1.0",
"@lage-run/hasher": "^1.5.0",
"@lage-run/cache": "^1.3.4",
"@lage-run/config": "^0.4.3",
"@lage-run/globby": "^14.2.0",
"@lage-run/hasher": "^1.6.0",
"@lage-run/logger": "^1.3.1",
"@lage-run/reporters": "^1.2.10",
"@lage-run/rpc": "^1.2.1",
"@lage-run/runners": "^1.0.2",
"@lage-run/scheduler": "^1.3.1",
"@lage-run/scheduler-types": "^0.3.15",
"@lage-run/target-graph": "^0.8.10",
"@lage-run/worker-threads-pool": "^0.8.2",
"@lage-run/reporters": "^1.2.11",
"@lage-run/rpc": "^1.2.2",
"@lage-run/runners": "^1.0.3",
"@lage-run/scheduler": "^1.3.2",
"@lage-run/scheduler-types": "^0.3.16",
"@lage-run/target-graph": "^0.9.0",
"@lage-run/worker-threads-pool": "^0.8.3",
"chokidar": "3.5.3",
"commander": "9.5.0",
"execa": "5.1.1",
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": "Wed, 02 Oct 2024 20:26:19 GMT",
"version": "0.4.3",
"tag": "@lage-run/config_v0.4.3",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@lage-run/config",
"comment": "Bump @lage-run/runners to v1.0.3",
"commit": "not available"
},
{
"author": "beachball",
"package": "@lage-run/config",
"comment": "Bump @lage-run/target-graph to v0.9.0",
"commit": "not available"
}
]
}
},
{
"date": "Fri, 13 Sep 2024 18:05:04 GMT",
"version": "0.4.2",
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 Fri, 13 Sep 2024 18:05:04 GMT and should not be manually modified. -->
<!-- This log was last generated on Wed, 02 Oct 2024 20:26:19 GMT and should not be manually modified. -->

<!-- Start content -->

## 0.4.3

Wed, 02 Oct 2024 20:26:19 GMT

### Patches

- Bump @lage-run/runners to v1.0.3
- Bump @lage-run/target-graph to v0.9.0

## 0.4.2

Fri, 13 Sep 2024 18:05:04 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.2",
"version": "0.4.3",
"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.2",
"@lage-run/target-graph": "^0.8.10",
"@lage-run/runners": "^1.0.3",
"@lage-run/target-graph": "^0.9.0",
"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.22.0",
"@lage-run/cli": "^0.23.0",
"@lage-run/monorepo-scripts": "*",
"@lage-run/scheduler-types": "^0.3.15",
"@lage-run/target-graph": "^0.8.10",
"@lage-run/scheduler-types": "^0.3.16",
"@lage-run/target-graph": "^0.9.0",
"execa": "5.1.1",
"glob-hasher": "^1.4.2"
}
Expand Down
15 changes: 15 additions & 0 deletions packages/globby/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@lage-run/globby",
"entries": [
{
"date": "Wed, 02 Oct 2024 20:26:19 GMT",
"version": "14.2.0",
"tag": "@lage-run/globby_v14.2.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@lage-run/globby",
"commit": "6ecbd570669a07fa87429af5de13ec1adc58b864",
"comment": "packages into a bundled globby types"
}
]
}
},
{
"date": "Fri, 27 Sep 2024 20:03:49 GMT",
"version": "14.1.0",
Expand Down
Loading

0 comments on commit fe23d3e

Please sign in to comment.