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 11, 2024
1 parent 9ce7c7f commit df63c15
Show file tree
Hide file tree
Showing 16 changed files with 134 additions and 50 deletions.
11 changes: 0 additions & 11 deletions change/change-1d7b7606-03d2-40a2-a86f-d0b3f6c4068f.json

This file was deleted.

18 changes: 0 additions & 18 deletions change/change-8b360998-3810-40d2-9018-77313e1cfcb0.json

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": "Wed, 11 Sep 2024 20:52:15 GMT",
"version": "0.19.3",
"tag": "@lage-run/cli_v0.19.3",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@lage-run/cli",
"commit": "9ce7c7fcd8001c4c1ec3141097aa5b89f8bf7b37",
"comment": "Update dependency fast-glob to v3.3.2"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/hasher to v1.3.3",
"commit": "not available"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/scheduler to v1.2.13",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 11 Sep 2024 20:30:48 GMT",
"version": "0.19.2",
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 Wed, 11 Sep 2024 20:30:48 GMT and should not be manually modified.
<!-- This log was last generated on Wed, 11 Sep 2024 20:52:15 GMT and should not be manually modified. -->

<!-- Start content -->

## 0.19.3

Wed, 11 Sep 2024 20:52:15 GMT

### Patches

- Update dependency fast-glob to v3.3.2 ([email protected])
- Bump @lage-run/hasher to v1.3.3
- Bump @lage-run/scheduler to v1.2.13

## 0.19.2

Wed, 11 Sep 2024 20:30:48 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.19.2",
"version": "0.19.3",
"description": "Command Line Interface for Lage",
"repository": {
"type": "git",
Expand All @@ -22,12 +22,12 @@
"dependencies": {
"@lage-run/cache": "^1.3.2",
"@lage-run/config": "^0.4.1",
"@lage-run/hasher": "^1.3.2",
"@lage-run/hasher": "^1.3.3",
"@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.12",
"@lage-run/scheduler": "^1.2.13",
"@lage-run/scheduler-types": "^0.3.14",
"@lage-run/target-graph": "^0.8.9",
"@lage-run/worker-threads-pool": "^0.8.1",
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 @@ -19,7 +19,7 @@
"lint": "monorepo-scripts lint"
},
"dependencies": {
"@lage-run/cli": "^0.19.2",
"@lage-run/cli": "^0.19.3",
"@lage-run/monorepo-scripts": "*",
"@lage-run/scheduler-types": "^0.3.14",
"@lage-run/target-graph": "^0.8.9",
Expand Down
21 changes: 21 additions & 0 deletions packages/hasher/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@lage-run/hasher",
"entries": [
{
"date": "Wed, 11 Sep 2024 20:52:15 GMT",
"version": "1.3.3",
"tag": "@lage-run/hasher_v1.3.3",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@lage-run/hasher",
"commit": "9ce7c7fcd8001c4c1ec3141097aa5b89f8bf7b37",
"comment": "Update dependency micromatch to v4.0.8 [SECURITY]"
},
{
"author": "[email protected]",
"package": "@lage-run/hasher",
"commit": "9ce7c7fcd8001c4c1ec3141097aa5b89f8bf7b37",
"comment": "Update dependency fast-glob to v3.3.2"
}
]
}
},
{
"date": "Wed, 11 Sep 2024 20:30:48 GMT",
"version": "1.3.2",
Expand Down
11 changes: 10 additions & 1 deletion packages/hasher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @lage-run/hasher

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 Wed, 11 Sep 2024 20:52:15 GMT and should not be manually modified. -->

<!-- Start content -->

## 1.3.3

Wed, 11 Sep 2024 20:52:15 GMT

### Patches

- Update dependency micromatch to v4.0.8 [SECURITY] ([email protected])
- Update dependency fast-glob to v3.3.2 ([email protected])

## 1.3.2

Wed, 11 Sep 2024 20:30:48 GMT
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "1.3.3",
"description": "Hasher for Lage Targets",
"repository": {
"url": "https://github.com/microsoft/lage"
Expand Down
15 changes: 15 additions & 0 deletions packages/lage/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "lage",
"entries": [
{
"date": "Wed, 11 Sep 2024 20:52:15 GMT",
"version": "2.8.3",
"tag": "lage_v2.8.3",
"comments": {
"patch": [
{
"author": "beachball",
"package": "lage",
"comment": "Bump @lage-run/cli to v0.19.3",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 11 Sep 2024 20:30:48 GMT",
"version": "2.8.2",
Expand Down
10 changes: 9 additions & 1 deletion packages/lage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - lage

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 Wed, 11 Sep 2024 20:52:15 GMT and should not be manually modified. -->

<!-- Start content -->

## 2.8.3

Wed, 11 Sep 2024 20:52:15 GMT

### Patches

- Bump @lage-run/cli to v0.19.3

## 2.8.2

Wed, 11 Sep 2024 20:30:48 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/lage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lage",
"version": "2.8.2",
"version": "2.8.3",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/lage"
Expand All @@ -20,7 +20,7 @@
"fsevents": "~2.3.2"
},
"devDependencies": {
"@lage-run/cli": "^0.19.2",
"@lage-run/cli": "^0.19.3",
"@lage-run/runners": "^1.0.1",
"backfill-config": "6.4.2",
"dts-bundle-generator": "^9.5.1",
Expand Down
15 changes: 15 additions & 0 deletions packages/scheduler/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@lage-run/scheduler",
"entries": [
{
"date": "Wed, 11 Sep 2024 20:52:15 GMT",
"version": "1.2.13",
"tag": "@lage-run/scheduler_v1.2.13",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@lage-run/scheduler",
"comment": "Bump @lage-run/hasher to v1.3.3",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 11 Sep 2024 20:30:48 GMT",
"version": "1.2.12",
Expand Down
10 changes: 9 additions & 1 deletion packages/scheduler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @lage-run/scheduler

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 Wed, 11 Sep 2024 20:52:15 GMT and should not be manually modified. -->

<!-- Start content -->

## 1.2.13

Wed, 11 Sep 2024 20:52:15 GMT

### Patches

- Bump @lage-run/hasher to v1.3.3

## 1.2.12

Wed, 11 Sep 2024 20:30:48 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.2.12",
"version": "1.2.13",
"description": "Scheduler for Lage",
"repository": {
"type": "git",
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@lage-run/cache": "^1.3.2",
"@lage-run/config": "^0.4.1",
"@lage-run/hasher": "^1.3.2",
"@lage-run/hasher": "^1.3.3",
"@lage-run/logger": "^1.3.1",
"@lage-run/runners": "^1.0.1",
"@lage-run/target-graph": "^0.8.9",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1697,20 +1697,20 @@ __metadata:
languageName: unknown
linkType: soft

"@lage-run/cli@npm:^0.19.2, @lage-run/cli@workspace:packages/cli":
"@lage-run/cli@npm:^0.19.3, @lage-run/cli@workspace:packages/cli":
version: 0.0.0-use.local
resolution: "@lage-run/cli@workspace:packages/cli"
dependencies:
"@lage-run/cache": "npm:^1.3.2"
"@lage-run/config": "npm:^0.4.1"
"@lage-run/hasher": "npm:^1.3.2"
"@lage-run/hasher": "npm:^1.3.3"
"@lage-run/logger": "npm:^1.3.1"
"@lage-run/monorepo-fixture": "npm:*"
"@lage-run/monorepo-scripts": "npm:*"
"@lage-run/reporters": "npm:^1.2.9"
"@lage-run/rpc": "npm:^1.1.0"
"@lage-run/runners": "npm:^1.0.1"
"@lage-run/scheduler": "npm:^1.2.12"
"@lage-run/scheduler": "npm:^1.2.13"
"@lage-run/scheduler-types": "npm:^0.3.14"
"@lage-run/target-graph": "npm:^0.8.9"
"@lage-run/worker-threads-pool": "npm:^0.8.1"
Expand Down Expand Up @@ -1744,7 +1744,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@lage-run/e2e-tests@workspace:packages/e2e-tests"
dependencies:
"@lage-run/cli": "npm:^0.19.2"
"@lage-run/cli": "npm:^0.19.3"
"@lage-run/monorepo-scripts": "npm:*"
"@lage-run/scheduler-types": "npm:^0.3.14"
"@lage-run/target-graph": "npm:^0.8.9"
Expand All @@ -1770,7 +1770,7 @@ __metadata:
languageName: unknown
linkType: soft

"@lage-run/hasher@npm:^1.3.2, @lage-run/hasher@workspace:packages/hasher":
"@lage-run/hasher@npm:^1.3.3, @lage-run/hasher@workspace:packages/hasher":
version: 0.0.0-use.local
resolution: "@lage-run/hasher@workspace:packages/hasher"
dependencies:
Expand Down Expand Up @@ -1891,13 +1891,13 @@ __metadata:
languageName: unknown
linkType: soft

"@lage-run/scheduler@npm:^1.2.12, @lage-run/scheduler@workspace:packages/scheduler":
"@lage-run/scheduler@npm:^1.2.13, @lage-run/scheduler@workspace:packages/scheduler":
version: 0.0.0-use.local
resolution: "@lage-run/scheduler@workspace:packages/scheduler"
dependencies:
"@lage-run/cache": "npm:^1.3.2"
"@lage-run/config": "npm:^0.4.1"
"@lage-run/hasher": "npm:^1.3.2"
"@lage-run/hasher": "npm:^1.3.3"
"@lage-run/logger": "npm:^1.3.1"
"@lage-run/monorepo-scripts": "npm:*"
"@lage-run/runners": "npm:^1.0.1"
Expand Down Expand Up @@ -6055,7 +6055,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "lage@workspace:packages/lage"
dependencies:
"@lage-run/cli": "npm:^0.19.2"
"@lage-run/cli": "npm:^0.19.3"
"@lage-run/runners": "npm:^1.0.1"
backfill-config: "npm:6.4.2"
dts-bundle-generator: "npm:^9.5.1"
Expand Down

0 comments on commit df63c15

Please sign in to comment.