just-scripts 2.0.5 → 2.1.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 +73 -1
- package/CHANGELOG.md +12 -2
- package/package.json +9 -9
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,79 @@
|
|
|
2
2
|
"name": "just-scripts",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Fri,
|
|
5
|
+
"date": "Fri, 18 Nov 2022 22:40:03 GMT",
|
|
6
|
+
"tag": "just-scripts_v2.1.0",
|
|
7
|
+
"version": "2.1.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"minor": [
|
|
10
|
+
{
|
|
11
|
+
"author": "elcraig@microsoft.com",
|
|
12
|
+
"package": "just-scripts",
|
|
13
|
+
"commit": "85d42c8a7e89413ee51b4fe9f731ad0e869addcd",
|
|
14
|
+
"comment": "Require Node 14"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "just-scripts",
|
|
19
|
+
"comment": "Bump just-scripts-utils to v1.2.0",
|
|
20
|
+
"commit": "cccdde9738e63849969dc75300ff98d8f3fa9ffc"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "just-scripts",
|
|
25
|
+
"comment": "Bump just-task to v1.7.0",
|
|
26
|
+
"commit": "cccdde9738e63849969dc75300ff98d8f3fa9ffc"
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"date": "Sat, 22 Oct 2022 08:02:18 GMT",
|
|
33
|
+
"tag": "just-scripts_v2.0.5",
|
|
34
|
+
"version": "2.0.5",
|
|
35
|
+
"comments": {
|
|
36
|
+
"none": [
|
|
37
|
+
{
|
|
38
|
+
"author": "email not defined",
|
|
39
|
+
"package": "just-scripts",
|
|
40
|
+
"commit": "23a35623df3f507929dceef44eedeb1a219670c8",
|
|
41
|
+
"comment": "Update @types devDependencies"
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"date": "Fri, 30 Sep 2022 08:05:55 GMT",
|
|
48
|
+
"tag": "just-scripts_v2.0.5",
|
|
49
|
+
"version": "2.0.5",
|
|
50
|
+
"comments": {
|
|
51
|
+
"none": [
|
|
52
|
+
{
|
|
53
|
+
"author": "email not defined",
|
|
54
|
+
"package": "just-scripts",
|
|
55
|
+
"commit": "713b2a4514bc0b682b773f93749db41d02149723",
|
|
56
|
+
"comment": "Update devDependency @types/tar to v6.1.3"
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"date": "Tue, 20 Sep 2022 08:02:10 GMT",
|
|
63
|
+
"tag": "just-scripts_v2.0.5",
|
|
64
|
+
"version": "2.0.5",
|
|
65
|
+
"comments": {
|
|
66
|
+
"none": [
|
|
67
|
+
{
|
|
68
|
+
"author": "email not defined",
|
|
69
|
+
"package": "just-scripts",
|
|
70
|
+
"commit": "9d5f6001e0a663a677952c1479eb4eae9ae409d9",
|
|
71
|
+
"comment": "Update devDependency @types/supports-color to v8"
|
|
72
|
+
}
|
|
73
|
+
]
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"date": "Fri, 16 Sep 2022 08:02:22 GMT",
|
|
6
78
|
"tag": "just-scripts_v2.0.5",
|
|
7
79
|
"version": "2.0.5",
|
|
8
80
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,22 @@
|
|
|
1
1
|
# Change Log - just-scripts
|
|
2
2
|
|
|
3
|
-
This log was last generated on Fri,
|
|
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
|
+
## 2.1.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-scripts-utils to v1.2.0
|
|
15
|
+
- Bump just-task to v1.7.0
|
|
16
|
+
|
|
7
17
|
## 2.0.5
|
|
8
18
|
|
|
9
|
-
Fri, 16 Sep 2022 08:02:
|
|
19
|
+
Fri, 16 Sep 2022 08:02:22 GMT
|
|
10
20
|
|
|
11
21
|
### Patches
|
|
12
22
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "just-scripts",
|
|
3
|
-
"version": "2.0
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"description": "Just Stack Scripts",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"repository": {
|
|
@@ -21,15 +21,15 @@
|
|
|
21
21
|
"test:update": "jest --updateSnapshot"
|
|
22
22
|
},
|
|
23
23
|
"engines": {
|
|
24
|
-
"node": ">=
|
|
24
|
+
"node": ">=14"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"chalk": "^4.0.0",
|
|
28
28
|
"diff-match-patch": "1.0.5",
|
|
29
29
|
"fs-extra": "^10.0.0",
|
|
30
30
|
"glob": "^7.1.3",
|
|
31
|
-
"just-scripts-utils": ">=1.
|
|
32
|
-
"just-task": ">=1.
|
|
31
|
+
"just-scripts-utils": ">=1.2.0 <2.0.0",
|
|
32
|
+
"just-task": ">=1.7.0 <2.0.0",
|
|
33
33
|
"prompts": "^2.4.0",
|
|
34
34
|
"run-parallel-limit": "^1.0.6",
|
|
35
35
|
"semver": "^7.0.0",
|
|
@@ -41,12 +41,12 @@
|
|
|
41
41
|
"@types/fs-extra": "9.0.13",
|
|
42
42
|
"@types/glob": "7.2.0",
|
|
43
43
|
"@types/jest": "26.0.24",
|
|
44
|
-
"@types/node": "
|
|
45
|
-
"@types/prompts": "2.
|
|
44
|
+
"@types/node": "14.18.33",
|
|
45
|
+
"@types/prompts": "2.4.1",
|
|
46
46
|
"@types/run-parallel-limit": "1.0.0",
|
|
47
|
-
"@types/supports-color": "
|
|
48
|
-
"@types/tar": "6.1.
|
|
49
|
-
"@types/webpack": "4.41.
|
|
47
|
+
"@types/supports-color": "8.1.1",
|
|
48
|
+
"@types/tar": "6.1.3",
|
|
49
|
+
"@types/webpack": "4.41.33",
|
|
50
50
|
"async-done": "2.0.0",
|
|
51
51
|
"jest": "26.6.3",
|
|
52
52
|
"jest-cli": "26.6.3",
|