lage 1.5.2 → 1.6.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,7 +2,22 @@
2
2
  "name": "lage",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 25 May 2022 20:06:32 GMT",
5
+ "date": "Fri, 10 Jun 2022 18:43:07 GMT",
6
+ "tag": "lage_v1.6.0",
7
+ "version": "1.6.0",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "author": "kchau@microsoft.com",
12
+ "package": "lage",
13
+ "comment": "Bumping backfill - minor lage bump because it is significant in its dep change behavior",
14
+ "commit": "6e4672a9a4e2f4aa6246792ef11ea99445ee1c62"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 25 May 2022 20:06:36 GMT",
6
21
  "tag": "lage_v1.5.2",
7
22
  "version": "1.5.2",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
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 Fri, 10 Jun 2022 18:43:07 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.6.0
8
+
9
+ Fri, 10 Jun 2022 18:43:07 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - Bumping backfill - minor lage bump because it is significant in its dep change behavior (kchau@microsoft.com)
14
+
7
15
  ## 1.5.2
8
16
 
9
- Wed, 25 May 2022 20:06:32 GMT
17
+ Wed, 25 May 2022 20:06:36 GMT
10
18
 
11
19
  ### Patches
12
20
 
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.0",
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.19",
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",