just-task 1.6.1 → 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,28 @@
2
2
  "name": "just-task",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 16 Sep 2022 08:02:15 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",
6
27
  "tag": "just-task_v1.6.1",
7
28
  "version": "1.6.1",
8
29
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - just-task
2
2
 
3
- This log was last generated on Fri, 16 Sep 2022 08:02:15 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
+
7
16
  ## 1.6.1
8
17
 
9
- Fri, 16 Sep 2022 08:02:15 GMT
18
+ Fri, 16 Sep 2022 08:02:22 GMT
10
19
 
11
20
  ### Patches
12
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "just-task",
3
- "version": "1.6.1",
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
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",