just-scripts 2.0.3 → 2.0.5

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,69 @@
2
2
  "name": "just-scripts",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 10 Sep 2022 00:18:54 GMT",
5
+ "date": "Fri, 16 Sep 2022 08:02:15 GMT",
6
+ "tag": "just-scripts_v2.0.5",
7
+ "version": "2.0.5",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "just-scripts",
13
+ "comment": "Bump just-task to v1.6.1",
14
+ "commit": "635ab3e96b3724eed7d7fd35177d3ca1bf4a2fbf"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Sat, 10 Sep 2022 08:02:45 GMT",
21
+ "tag": "just-scripts_v2.0.4",
22
+ "version": "2.0.4",
23
+ "comments": {
24
+ "none": [
25
+ {
26
+ "author": "email not defined",
27
+ "package": "just-scripts",
28
+ "commit": "d2e870d10683d1809a4c11fda827aa5c3acb99b0",
29
+ "comment": "Update devDependency @types/tar to v6"
30
+ },
31
+ {
32
+ "author": "email not defined",
33
+ "package": "just-scripts",
34
+ "commit": "583787b31f417c4a094e28e4807572dae754e9da",
35
+ "comment": "Update devDependency async-done to v2"
36
+ },
37
+ {
38
+ "author": "renovate@whitesourcesoftware.com",
39
+ "package": "just-scripts",
40
+ "commit": "a0b21703c4b4330b1c885261c11486cb786eac0e",
41
+ "comment": "Update devDependency @types/fs-extra to v9"
42
+ }
43
+ ],
44
+ "patch": [
45
+ {
46
+ "author": "email not defined",
47
+ "package": "just-scripts",
48
+ "commit": "0760a3c3afe3b93c501fb2cf9f0ffdf6ff995f2d",
49
+ "comment": "Update dependency fs-extra to v10"
50
+ },
51
+ {
52
+ "author": "beachball",
53
+ "package": "just-scripts",
54
+ "comment": "Bump just-scripts-utils to v1.1.7",
55
+ "commit": "c30a5f8ac1ec28b5906cd62201914c85cca3527b"
56
+ },
57
+ {
58
+ "author": "beachball",
59
+ "package": "just-scripts",
60
+ "comment": "Bump just-task to v1.6.0",
61
+ "commit": "c30a5f8ac1ec28b5906cd62201914c85cca3527b"
62
+ }
63
+ ]
64
+ }
65
+ },
66
+ {
67
+ "date": "Sat, 10 Sep 2022 00:19:03 GMT",
6
68
  "tag": "just-scripts_v2.0.3",
7
69
  "version": "2.0.3",
8
70
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
1
1
  # Change Log - just-scripts
2
2
 
3
- This log was last generated on Sat, 10 Sep 2022 00:18:54 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 16 Sep 2022 08:02:15 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 2.0.5
8
+
9
+ Fri, 16 Sep 2022 08:02:15 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump just-task to v1.6.1
14
+
15
+ ## 2.0.4
16
+
17
+ Sat, 10 Sep 2022 08:02:45 GMT
18
+
19
+ ### Patches
20
+
21
+ - Update dependency fs-extra to v10 (email not defined)
22
+ - Bump just-scripts-utils to v1.1.7
23
+ - Bump just-task to v1.6.0
24
+
7
25
  ## 2.0.3
8
26
 
9
- Sat, 10 Sep 2022 00:18:54 GMT
27
+ Sat, 10 Sep 2022 00:19:03 GMT
10
28
 
11
29
  ### Patches
12
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "just-scripts",
3
- "version": "2.0.3",
3
+ "version": "2.0.5",
4
4
  "description": "Just Stack Scripts",
5
5
  "keywords": [],
6
6
  "repository": {
@@ -26,10 +26,10 @@
26
26
  "dependencies": {
27
27
  "chalk": "^4.0.0",
28
28
  "diff-match-patch": "1.0.5",
29
- "fs-extra": "^8.0.0",
29
+ "fs-extra": "^10.0.0",
30
30
  "glob": "^7.1.3",
31
- "just-scripts-utils": ">=1.1.6 <2.0.0",
32
- "just-task": ">=1.5.1 <2.0.0",
31
+ "just-scripts-utils": ">=1.1.7 <2.0.0",
32
+ "just-task": ">=1.6.1 <2.0.0",
33
33
  "prompts": "^2.4.0",
34
34
  "run-parallel-limit": "^1.0.6",
35
35
  "semver": "^7.0.0",
@@ -38,16 +38,16 @@
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/diff-match-patch": "1.0.32",
41
- "@types/fs-extra": "8.1.2",
41
+ "@types/fs-extra": "9.0.13",
42
42
  "@types/glob": "7.2.0",
43
43
  "@types/jest": "26.0.24",
44
44
  "@types/node": "12.20.55",
45
45
  "@types/prompts": "2.0.14",
46
46
  "@types/run-parallel-limit": "1.0.0",
47
47
  "@types/supports-color": "7.2.1",
48
- "@types/tar": "4.0.5",
48
+ "@types/tar": "6.1.2",
49
49
  "@types/webpack": "4.41.32",
50
- "async-done": "1.3.2",
50
+ "async-done": "2.0.0",
51
51
  "jest": "26.6.3",
52
52
  "jest-cli": "26.6.3",
53
53
  "mock-fs": "4.14.0",