Skip to content

Commit 26faa29

Browse files
authored
Update workspace-tools to fix message suggestions with no commits (#921)
Update workspace-tools to fix issue with empty list of recent commit messages
1 parent 099366e commit 26faa29

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Update workspace-tools to fix issue with empty list of recent commit messages",
4+
"packageName": "beachball",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"semver": "^7.0.0",
5252
"toposort": "^2.0.2",
5353
"uuid": "^9.0.0",
54-
"workspace-tools": "^0.35.0",
54+
"workspace-tools": "^0.35.3",
5555
"yargs-parser": "^21.0.0"
5656
},
5757
"devDependencies": {

yarn.lock

+6-5
Original file line numberDiff line numberDiff line change
@@ -5307,7 +5307,7 @@ fast-glob@^2.2.6:
53075307
merge2 "^1.2.3"
53085308
micromatch "^3.1.10"
53095309

5310-
fast-glob@^3.2.9:
5310+
fast-glob@^3.2.9, fast-glob@^3.3.1:
53115311
version "3.3.1"
53125312
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.1.tgz#784b4e897340f3dbbef17413b3f11acf03c874c4"
53135313
integrity sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==
@@ -11685,12 +11685,13 @@ worker-farm@^1.7.0:
1168511685
dependencies:
1168611686
errno "~0.1.7"
1168711687

11688-
workspace-tools@^0.35.0:
11689-
version "0.35.0"
11690-
resolved "https://registry.yarnpkg.com/workspace-tools/-/workspace-tools-0.35.0.tgz#405d7546162b701d5a8ee24d33d6981212095ecb"
11691-
integrity sha512-Xy6fu6gk4/6jf59H4XE20d8aHCEI4pmfy1xMdmGhTHMf4wDbPbYrd0qywONu88jSu7habVbCB5ygI3v/nttZYg==
11688+
workspace-tools@^0.35.3:
11689+
version "0.35.3"
11690+
resolved "https://registry.yarnpkg.com/workspace-tools/-/workspace-tools-0.35.3.tgz#a1ba3c68a997e7f1556485076d89fa95bc26e533"
11691+
integrity sha512-klwv7VAsrxW+d/CMBIG4B5GbpYBnJiPFy6QTiv8VBEFAM8EBUaVh2MjtHmB8nY5SnW1JzEMnSqjS4i+fVQAcXQ==
1169211692
dependencies:
1169311693
"@yarnpkg/lockfile" "^1.1.0"
11694+
fast-glob "^3.3.1"
1169411695
git-url-parse "^13.0.0"
1169511696
globby "^11.0.0"
1169611697
jju "^1.4.0"

0 commit comments

Comments
 (0)