just-task 1.6.0 → 1.7.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,43 @@
2
2
  "name": "just-task",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 10 Sep 2022 08:02:37 GMT",
5
+ "date": "Fri, 18 Nov 2022 22:40:03 GMT",
6
+ "tag": "just-task_v1.7.0",
7
+ "version": "1.7.0",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "author": "elcraig@microsoft.com",
12
+ "package": "just-task",
13
+ "commit": "85d42c8a7e89413ee51b4fe9f731ad0e869addcd",
14
+ "comment": "Require Node 14"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "just-task",
19
+ "comment": "Bump just-task-logger to v1.2.0",
20
+ "commit": "cccdde9738e63849969dc75300ff98d8f3fa9ffc"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Fri, 16 Sep 2022 08:02:22 GMT",
27
+ "tag": "just-task_v1.6.1",
28
+ "version": "1.6.1",
29
+ "comments": {
30
+ "patch": [
31
+ {
32
+ "author": "email not defined",
33
+ "package": "just-task",
34
+ "commit": "635ab3e96b3724eed7d7fd35177d3ca1bf4a2fbf",
35
+ "comment": "Update dependency bach to v2"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "date": "Sat, 10 Sep 2022 08:02:45 GMT",
6
42
  "tag": "just-task_v1.6.0",
7
43
  "version": "1.6.0",
8
44
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,29 @@
1
1
  # Change Log - just-task
2
2
 
3
- This log was last generated on Sat, 10 Sep 2022 08:02:37 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 18 Nov 2022 22:40:03 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.7.0
8
+
9
+ Fri, 18 Nov 2022 22:40:03 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - Require Node 14 (elcraig@microsoft.com)
14
+ - Bump just-task-logger to v1.2.0
15
+
16
+ ## 1.6.1
17
+
18
+ Fri, 16 Sep 2022 08:02:22 GMT
19
+
20
+ ### Patches
21
+
22
+ - Update dependency bach to v2 (email not defined)
23
+
7
24
  ## 1.6.0
8
25
 
9
- Sat, 10 Sep 2022 08:02:37 GMT
26
+ Sat, 10 Sep 2022 08:02:45 GMT
10
27
 
11
28
  ### Minor changes
12
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "just-task",
3
- "version": "1.6.0",
3
+ "version": "1.7.0",
4
4
  "description": "Build task definition library",
5
5
  "keywords": [],
6
6
  "repository": {
@@ -20,14 +20,14 @@
20
20
  "test": "jest"
21
21
  },
22
22
  "engines": {
23
- "node": ">=12"
23
+ "node": ">=14"
24
24
  },
25
25
  "dependencies": {
26
26
  "@rushstack/package-deps-hash": "^3.2.5",
27
- "bach": "^1.2.0",
27
+ "bach": "^2.0.0",
28
28
  "chalk": "^4.0.0",
29
29
  "fs-extra": "^10.0.0",
30
- "just-task-logger": ">=1.1.2 <2.0.0",
30
+ "just-task-logger": ">=1.2.0 <2.0.0",
31
31
  "resolve": "^1.19.0",
32
32
  "undertaker": "^1.3.0",
33
33
  "undertaker-registry": "^2.0.0",
@@ -39,7 +39,7 @@
39
39
  "@types/fs-extra": "9.0.13",
40
40
  "@types/jest": "26.0.24",
41
41
  "@types/mock-fs": "4.13.1",
42
- "@types/node": "12.20.55",
42
+ "@types/node": "14.18.33",
43
43
  "@types/resolve": "1.20.2",
44
44
  "@types/undertaker": "1.2.8",
45
45
  "@types/undertaker-registry": "1.0.1",