@lage-run/cli 0.29.0 → 0.30.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.json CHANGED
@@ -2,41 +2,31 @@
2
2
  "name": "@lage-run/cli",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 08 Mar 2025 02:33:56 GMT",
6
- "version": "0.29.0",
7
- "tag": "@lage-run/cli_v0.29.0",
5
+ "date": "Sat, 29 Mar 2025 02:16:19 GMT",
6
+ "version": "0.30.0",
7
+ "tag": "@lage-run/cli_v0.30.0",
8
8
  "comments": {
9
9
  "minor": [
10
10
  {
11
11
  "author": "kchau@microsoft.com",
12
12
  "package": "@lage-run/cli",
13
- "commit": "10cda62c08de4bd604d80b7d0ebb9aefbb865d70",
13
+ "commit": "a680ab60dcddd84808f223a1b5f38a16e868b66f",
14
14
  "comment": "cheat on optimization by leverage the fact that 'info' command is called before anything else ALWAYS in BXL"
15
- },
16
- {
17
- "author": "beachball",
18
- "package": "@lage-run/cli",
19
- "comment": "Bump @lage-run/hasher to v1.7.0",
20
- "commit": "not available"
21
- },
22
- {
23
- "author": "beachball",
24
- "package": "@lage-run/cli",
25
- "comment": "Bump @lage-run/rpc to v1.3.0",
26
- "commit": "not available"
27
- },
15
+ }
16
+ ],
17
+ "none": [
28
18
  {
29
- "author": "beachball",
19
+ "author": "elcraig@microsoft.com",
30
20
  "package": "@lage-run/cli",
31
- "comment": "Bump @lage-run/scheduler to v1.5.2",
32
- "commit": "not available"
21
+ "commit": "a680ab60dcddd84808f223a1b5f38a16e868b66f",
22
+ "comment": "Sync versions, and use workspace:^ versions for local deps"
33
23
  }
34
24
  ],
35
25
  "patch": [
36
26
  {
37
27
  "author": "kchau@microsoft.com",
38
28
  "package": "@lage-run/cli",
39
- "commit": "10cda62c08de4bd604d80b7d0ebb9aefbb865d70",
29
+ "commit": "a680ab60dcddd84808f223a1b5f38a16e868b66f",
40
30
  "comment": "fixes the lage-server to respect gitignored files for env globs"
41
31
  }
42
32
  ]
package/CHANGELOG.md CHANGED
@@ -1,19 +1,16 @@
1
1
  # Change Log - @lage-run/cli
2
2
 
3
- <!-- This log was last generated on Sat, 08 Mar 2025 02:33:56 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Sat, 29 Mar 2025 02:16:19 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.29.0
7
+ ## 0.30.0
8
8
 
9
- Sat, 08 Mar 2025 02:33:56 GMT
9
+ Sat, 29 Mar 2025 02:16:19 GMT
10
10
 
11
11
  ### Minor changes
12
12
 
13
13
  - cheat on optimization by leverage the fact that 'info' command is called before anything else ALWAYS in BXL (kchau@microsoft.com)
14
- - Bump @lage-run/hasher to v1.7.0
15
- - Bump @lage-run/rpc to v1.3.0
16
- - Bump @lage-run/scheduler to v1.5.2
17
14
 
18
15
  ### Patches
19
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/cli",
3
- "version": "0.29.0",
3
+ "version": "0.30.0",
4
4
  "description": "Command Line Interface for Lage",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,12 +25,12 @@
25
25
  "@lage-run/config": "^0.4.12",
26
26
  "@lage-run/format-hrtime": "^0.1.6",
27
27
  "@lage-run/globby": "^14.2.0",
28
- "@lage-run/hasher": "^1.7.0",
28
+ "@lage-run/hasher": "^1.8.0",
29
29
  "@lage-run/logger": "^1.3.1",
30
30
  "@lage-run/reporters": "^1.3.0",
31
- "@lage-run/rpc": "^1.3.0",
31
+ "@lage-run/rpc": "^1.4.0",
32
32
  "@lage-run/runners": "^1.2.1",
33
- "@lage-run/scheduler": "^1.5.2",
33
+ "@lage-run/scheduler": "^1.5.3",
34
34
  "@lage-run/scheduler-types": "^0.3.23",
35
35
  "@lage-run/target-graph": "^0.11.1",
36
36
  "@lage-run/worker-threads-pool": "^0.9.0",
@@ -43,8 +43,8 @@
43
43
  "workspace-tools": "0.38.1"
44
44
  },
45
45
  "devDependencies": {
46
- "@lage-run/monorepo-fixture": "*",
47
- "@lage-run/monorepo-scripts": "*",
46
+ "@lage-run/monorepo-fixture": "^0.1.0",
47
+ "@lage-run/monorepo-scripts": "^1.0.0",
48
48
  "@types/proper-lockfile": "^4.1.4",
49
49
  "@types/shell-quote": "^1.7.5"
50
50
  },