beachball 2.24.1 → 2.25.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,30 @@
2
2
  "name": "beachball",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 13 Jul 2022 20:33:42 GMT",
5
+ "date": "Wed, 13 Jul 2022 21:17:48 GMT",
6
+ "tag": "beachball_v2.25.0",
7
+ "version": "2.25.0",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "author": "elcraig@microsoft.com",
12
+ "package": "beachball",
13
+ "commit": "bddbce4525f76d209fc91a07ac4128348dcb269d",
14
+ "comment": "Update `workspace-tools` to pick up new `git-url-parse` (may include [breaking changes](https://github.com/IonicaBizau/git-url-parse/releases/tag/12.0.0))"
15
+ }
16
+ ],
17
+ "patch": [
18
+ {
19
+ "author": "elcraig@microsoft.com",
20
+ "package": "beachball",
21
+ "commit": "bddbce4525f76d209fc91a07ac4128348dcb269d",
22
+ "comment": "Remove unused direct dependencies on `git-url-parse` and `glob` (the code moved to `workspace-tools` awhile back)"
23
+ }
24
+ ]
25
+ }
26
+ },
27
+ {
28
+ "date": "Wed, 13 Jul 2022 20:33:51 GMT",
6
29
  "tag": "beachball_v2.24.1",
7
30
  "version": "2.24.1",
8
31
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,24 @@
1
1
  # Change Log - beachball
2
2
 
3
- This log was last generated on Wed, 13 Jul 2022 20:33:42 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 13 Jul 2022 21:17:48 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 2.25.0
8
+
9
+ Wed, 13 Jul 2022 21:17:48 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - Update `workspace-tools` to pick up new `git-url-parse` (may include [breaking changes](https://github.com/IonicaBizau/git-url-parse/releases/tag/12.0.0)) (elcraig@microsoft.com)
14
+
15
+ ### Patches
16
+
17
+ - Remove unused direct dependencies on `git-url-parse` and `glob` (the code moved to `workspace-tools` awhile back) (elcraig@microsoft.com)
18
+
7
19
  ## 2.24.1
8
20
 
9
- Wed, 13 Jul 2022 20:33:42 GMT
21
+ Wed, 13 Jul 2022 20:33:51 GMT
10
22
 
11
23
  ### Patches
12
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beachball",
3
- "version": "2.24.1",
3
+ "version": "2.25.0",
4
4
  "description": "The Sunniest Semantic Version Bumper",
5
5
  "repository": {
6
6
  "type": "git",
@@ -37,8 +37,6 @@
37
37
  "cosmiconfig": "^6.0.0",
38
38
  "execa": "^4.0.3",
39
39
  "fs-extra": "^8.0.1",
40
- "git-url-parse": "^12.0.0",
41
- "glob": "^7.1.4",
42
40
  "human-id": "^2.0.1",
43
41
  "lodash": "^4.17.15",
44
42
  "minimatch": "^3.0.4",
@@ -47,15 +45,13 @@
47
45
  "semver": "^6.1.1",
48
46
  "toposort": "^2.0.2",
49
47
  "uuid": "^8.3.1",
50
- "workspace-tools": "^0.21.0",
48
+ "workspace-tools": "^0.22.0",
51
49
  "yargs-parser": "^20.2.4"
52
50
  },
53
51
  "devDependencies": {
54
52
  "@types/cosmiconfig": "6.0.0",
55
53
  "@types/execa": "^2.0.0",
56
54
  "@types/fs-extra": "^8.0.0",
57
- "@types/git-url-parse": "^9.0.0",
58
- "@types/glob": "^7.1.1",
59
55
  "@types/jest": "^26.0.24",
60
56
  "@types/lodash": "^4.14.149",
61
57
  "@types/minimatch": "^3.0.3",
@@ -70,7 +66,6 @@
70
66
  "find-free-port": "~2.0.0",
71
67
  "gh-pages": "^3.1.0",
72
68
  "jest": "^27.0.6",
73
- "ncp": "^2.0.0",
74
69
  "prettier": "~2.3.2",
75
70
  "tmp": "^0.1.0",
76
71
  "ts-jest": "^27.0.3",