lage 1.5.2 → 1.6.2

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,7 +2,52 @@
2
2
  "name": "lage",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 25 May 2022 20:06:32 GMT",
5
+ "date": "Tue, 14 Jun 2022 20:51:14 GMT",
6
+ "tag": "lage_v1.6.2",
7
+ "version": "1.6.2",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "nobody@users.noreply.github.com",
12
+ "package": "lage",
13
+ "comment": "Dependabot bumps dependencies: workspace-tools",
14
+ "commit": "e8745eb4396c35a954d897346ac2c416125f214f"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Fri, 10 Jun 2022 19:39:32 GMT",
21
+ "tag": "lage_v1.6.1",
22
+ "version": "1.6.1",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "kchau@microsoft.com",
27
+ "package": "lage",
28
+ "comment": "Fast path on hash calculations for Windows as well",
29
+ "commit": "f6de97771dcd98ade351c7204aa3f742957886d8"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Fri, 10 Jun 2022 18:43:25 GMT",
36
+ "tag": "lage_v1.6.0",
37
+ "version": "1.6.0",
38
+ "comments": {
39
+ "minor": [
40
+ {
41
+ "author": "kchau@microsoft.com",
42
+ "package": "lage",
43
+ "comment": "Bumping backfill - minor lage bump because it is significant in its dep change behavior",
44
+ "commit": "6e4672a9a4e2f4aa6246792ef11ea99445ee1c62"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Wed, 25 May 2022 20:06:36 GMT",
6
51
  "tag": "lage_v1.5.2",
7
52
  "version": "1.5.2",
8
53
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,36 @@
1
1
  # Change Log - lage
2
2
 
3
- This log was last generated on Wed, 25 May 2022 20:06:32 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 14 Jun 2022 20:51:14 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.6.2
8
+
9
+ Tue, 14 Jun 2022 20:51:14 GMT
10
+
11
+ ### Patches
12
+
13
+ - Dependabot bumps dependencies: workspace-tools (nobody@users.noreply.github.com)
14
+
15
+ ## 1.6.1
16
+
17
+ Fri, 10 Jun 2022 19:39:32 GMT
18
+
19
+ ### Patches
20
+
21
+ - Fast path on hash calculations for Windows as well (kchau@microsoft.com)
22
+
23
+ ## 1.6.0
24
+
25
+ Fri, 10 Jun 2022 18:43:25 GMT
26
+
27
+ ### Minor changes
28
+
29
+ - Bumping backfill - minor lage bump because it is significant in its dep change behavior (kchau@microsoft.com)
30
+
7
31
  ## 1.5.2
8
32
 
9
- Wed, 25 May 2022 20:06:32 GMT
33
+ Wed, 25 May 2022 20:06:36 GMT
10
34
 
11
35
  ### Patches
12
36
 
package/jest.config.js CHANGED
@@ -1,8 +1,3 @@
1
- /*
2
- * For a detailed explanation regarding each configuration property, visit:
3
- * https://jestjs.io/docs/configuration
4
- */
5
-
6
1
  module.exports = {
7
2
  clearMocks: true,
8
3
  collectCoverage: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lage",
3
- "version": "1.5.2",
3
+ "version": "1.6.2",
4
4
  "description": "A monorepo task runner",
5
5
  "repository": {
6
6
  "url": "https://github.com/microsoft/lage"
@@ -32,9 +32,9 @@
32
32
  "dependencies": {
33
33
  "@xmldom/xmldom": "^0.8.0",
34
34
  "abort-controller": "^3.0.0",
35
- "backfill": "^6.1.13",
36
- "backfill-cache": "^5.3.0",
37
- "backfill-config": "^6.2.0",
35
+ "backfill": "^6.1.20",
36
+ "backfill-cache": "^5.6.1",
37
+ "backfill-config": "^6.3.0",
38
38
  "backfill-logger": "^5.1.3",
39
39
  "bullmq": "^1.50.2",
40
40
  "chalk": "^4.0.0",
@@ -47,7 +47,7 @@
47
47
  "p-graph": "^1.1.1",
48
48
  "p-limit": "^3.1.0",
49
49
  "p-profiler": "^0.2.1",
50
- "workspace-tools": "^0.18.2",
50
+ "workspace-tools": "^0.18.4",
51
51
  "yargs-parser": "^18.1.3"
52
52
  },
53
53
  "devDependencies": {