beachball 2.27.0 → 2.27.1

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,66 @@
2
2
  "name": "beachball",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 08 Aug 2022 21:56:40 GMT",
5
+ "date": "Tue, 09 Aug 2022 01:24:17 GMT",
6
+ "tag": "beachball_v2.27.1",
7
+ "version": "2.27.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "email not defined",
12
+ "package": "beachball",
13
+ "commit": "7a173adb00b9eaefab678a86d9e80c0a0e9f873a",
14
+ "comment": "Update dependency execa to v5"
15
+ },
16
+ {
17
+ "author": "renovate@whitesourcesoftware.com",
18
+ "package": "beachball",
19
+ "commit": "7a173adb00b9eaefab678a86d9e80c0a0e9f873a",
20
+ "comment": "Update dependency cosmiconfig to v7 (now supports .cjs config files)"
21
+ },
22
+ {
23
+ "author": "email not defined",
24
+ "package": "beachball",
25
+ "commit": "7a173adb00b9eaefab678a86d9e80c0a0e9f873a",
26
+ "comment": "Update dependency fs-extra to v10"
27
+ },
28
+ {
29
+ "author": "email not defined",
30
+ "package": "beachball",
31
+ "commit": "7a173adb00b9eaefab678a86d9e80c0a0e9f873a",
32
+ "comment": "Update dependency yargs-parser to v21"
33
+ },
34
+ {
35
+ "author": "elcraig@microsoft.com",
36
+ "package": "beachball",
37
+ "commit": "7a173adb00b9eaefab678a86d9e80c0a0e9f873a",
38
+ "comment": "Remove unused human-id dependency"
39
+ }
40
+ ],
41
+ "none": [
42
+ {
43
+ "author": "renovate@whitesourcesoftware.com",
44
+ "package": "beachball",
45
+ "commit": "7a173adb00b9eaefab678a86d9e80c0a0e9f873a",
46
+ "comment": "Update devDependency gh-pages to v4"
47
+ },
48
+ {
49
+ "author": "renovate@whitesourcesoftware.com",
50
+ "package": "beachball",
51
+ "commit": "7a173adb00b9eaefab678a86d9e80c0a0e9f873a",
52
+ "comment": "Update devDependency vuepress-plugin-mermaidjs to v1.9.1"
53
+ },
54
+ {
55
+ "author": "email not defined",
56
+ "package": "beachball",
57
+ "commit": "7a173adb00b9eaefab678a86d9e80c0a0e9f873a",
58
+ "comment": "Update devDependency vuepress to v1.9.7"
59
+ }
60
+ ]
61
+ }
62
+ },
63
+ {
64
+ "date": "Mon, 08 Aug 2022 21:56:43 GMT",
6
65
  "tag": "beachball_v2.27.0",
7
66
  "version": "2.27.0",
8
67
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,24 @@
1
1
  # Change Log - beachball
2
2
 
3
- This log was last generated on Mon, 08 Aug 2022 21:56:40 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 09 Aug 2022 01:24:17 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 2.27.1
8
+
9
+ Tue, 09 Aug 2022 01:24:17 GMT
10
+
11
+ ### Patches
12
+
13
+ - Update dependency execa to v5 (email not defined)
14
+ - Update dependency cosmiconfig to v7 (now supports .cjs config files) (renovate@whitesourcesoftware.com)
15
+ - Update dependency fs-extra to v10 (email not defined)
16
+ - Update dependency yargs-parser to v21 (email not defined)
17
+ - Remove unused human-id dependency (elcraig@microsoft.com)
18
+
7
19
  ## 2.27.0
8
20
 
9
- Mon, 08 Aug 2022 21:56:40 GMT
21
+ Mon, 08 Aug 2022 21:56:43 GMT
10
22
 
11
23
  ### Minor changes
12
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beachball",
3
- "version": "2.27.0",
3
+ "version": "2.27.1",
4
4
  "description": "The Sunniest Semantic Version Bumper",
5
5
  "repository": {
6
6
  "type": "git",
@@ -38,10 +38,9 @@
38
38
  "update-snapshots": "jest --config jest.config.js --updateSnapshot"
39
39
  },
40
40
  "dependencies": {
41
- "cosmiconfig": "^6.0.0",
42
- "execa": "^4.0.3",
43
- "fs-extra": "^8.0.1",
44
- "human-id": "^2.0.1",
41
+ "cosmiconfig": "^7.0.0",
42
+ "execa": "^5.0.0",
43
+ "fs-extra": "^10.0.0",
45
44
  "lodash": "^4.17.15",
46
45
  "minimatch": "^3.0.4",
47
46
  "p-limit": "^3.0.2",
@@ -50,12 +49,12 @@
50
49
  "toposort": "^2.0.2",
51
50
  "uuid": "^8.3.1",
52
51
  "workspace-tools": "^0.24.0",
53
- "yargs-parser": "^20.2.4"
52
+ "yargs-parser": "^21.0.0"
54
53
  },
55
54
  "devDependencies": {
56
55
  "@types/cosmiconfig": "6.0.0",
57
56
  "@types/execa": "2.0.0",
58
- "@types/fs-extra": "8.1.2",
57
+ "@types/fs-extra": "9.0.13",
59
58
  "@types/jest": "26.0.24",
60
59
  "@types/lodash": "4.14.182",
61
60
  "@types/minimatch": "3.0.5",
@@ -66,9 +65,9 @@
66
65
  "@types/tmp": "0.2.3",
67
66
  "@types/toposort": "2.0.3",
68
67
  "@types/uuid": "8.3.4",
69
- "@types/yargs-parser": "15.0.0",
68
+ "@types/yargs-parser": "21.0.0",
70
69
  "find-free-port": "2.0.0",
71
- "gh-pages": "3.2.3",
70
+ "gh-pages": "4.0.0",
72
71
  "jest": "27.5.1",
73
72
  "prettier": "2.7.1",
74
73
  "tmp": "0.2.1",
@@ -76,7 +75,7 @@
76
75
  "typescript": "3.9.10",
77
76
  "verdaccio": "4.13.2",
78
77
  "verdaccio-memory": "8.5.2",
79
- "vuepress": "1.5.3",
80
- "vuepress-plugin-mermaidjs": "1.7.1"
78
+ "vuepress": "1.9.7",
79
+ "vuepress-plugin-mermaidjs": "1.9.1"
81
80
  }
82
81
  }