Skip to content

Commit

Permalink
Update workspace-tools to fix message suggestions with no commits (#921)
Browse files Browse the repository at this point in the history
Update workspace-tools to fix issue with empty list of recent commit messages
  • Loading branch information
ecraig12345 authored Oct 18, 2023
1 parent 099366e commit 26faa29
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
7 changes: 7 additions & 0 deletions change/beachball-023338c9-833d-4a94-9808-2983b69bad1b.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Update workspace-tools to fix issue with empty list of recent commit messages",
"packageName": "beachball",
"email": "[email protected]",
"dependentChangeType": "patch"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"semver": "^7.0.0",
"toposort": "^2.0.2",
"uuid": "^9.0.0",
"workspace-tools": "^0.35.0",
"workspace-tools": "^0.35.3",
"yargs-parser": "^21.0.0"
},
"devDependencies": {
Expand Down
11 changes: 6 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5307,7 +5307,7 @@ fast-glob@^2.2.6:
merge2 "^1.2.3"
micromatch "^3.1.10"

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

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

0 comments on commit 26faa29

Please sign in to comment.