From 26faa29393f3108d65c721fed870afee68d9ba2e Mon Sep 17 00:00:00 2001 From: Elizabeth Craig Date: Tue, 17 Oct 2023 21:43:01 -0700 Subject: [PATCH] Update workspace-tools to fix message suggestions with no commits (#921) Update workspace-tools to fix issue with empty list of recent commit messages --- ...eachball-023338c9-833d-4a94-9808-2983b69bad1b.json | 7 +++++++ package.json | 2 +- yarn.lock | 11 ++++++----- 3 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 change/beachball-023338c9-833d-4a94-9808-2983b69bad1b.json diff --git a/change/beachball-023338c9-833d-4a94-9808-2983b69bad1b.json b/change/beachball-023338c9-833d-4a94-9808-2983b69bad1b.json new file mode 100644 index 000000000..6e476cb6c --- /dev/null +++ b/change/beachball-023338c9-833d-4a94-9808-2983b69bad1b.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "Update workspace-tools to fix issue with empty list of recent commit messages", + "packageName": "beachball", + "email": "elcraig@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/package.json b/package.json index 1f818cd4b..f2583ed56 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/yarn.lock b/yarn.lock index fe448917d..ace463789 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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== @@ -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"