From 4ab3cd6d3e6a6dbabc75edb191314849a1d99e04 Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Wed, 4 Dec 2024 14:36:39 -0500 Subject: [PATCH 1/3] Bump dependencies. --- rush.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rush.json b/rush.json index afdba501..0016f984 100644 --- a/rush.json +++ b/rush.json @@ -16,7 +16,7 @@ * path segment in the "$schema" field for all your Rush config files. This will ensure * correct error-underlining and tab-completion for editors such as VS Code. */ - "rushVersion": "5.145.0", + "rushVersion": "5.145.0-pr5009.2", /** * The next field selects which package manager should be installed and determines its version. @@ -26,7 +26,7 @@ * Specify one of: "pnpmVersion", "npmVersion", or "yarnVersion". See the Rush documentation * for details about these alternatives. */ - "pnpmVersion": "8.7.6", + "pnpmVersion": "9.14.4", // "npmVersion": "6.14.15", // "yarnVersion": "1.9.4", From 3b6e62af4d1d80ddbab7eed14840ebe1c93d96d5 Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Wed, 4 Dec 2024 14:39:16 -0500 Subject: [PATCH 2/3] Rush change. --- .../tsdoc-config/bump-deps_2024-12-04-19-39.json | 11 +++++++++++ .../@microsoft/tsdoc/bump-deps_2024-12-04-19-39.json | 11 +++++++++++ .../bump-deps_2024-12-04-19-39.json | 11 +++++++++++ 3 files changed, 33 insertions(+) create mode 100644 common/changes/@microsoft/tsdoc-config/bump-deps_2024-12-04-19-39.json create mode 100644 common/changes/@microsoft/tsdoc/bump-deps_2024-12-04-19-39.json create mode 100644 common/changes/eslint-plugin-tsdoc/bump-deps_2024-12-04-19-39.json diff --git a/common/changes/@microsoft/tsdoc-config/bump-deps_2024-12-04-19-39.json b/common/changes/@microsoft/tsdoc-config/bump-deps_2024-12-04-19-39.json new file mode 100644 index 00000000..b8a1b382 --- /dev/null +++ b/common/changes/@microsoft/tsdoc-config/bump-deps_2024-12-04-19-39.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "", + "type": "none", + "packageName": "@microsoft/tsdoc-config" + } + ], + "packageName": "@microsoft/tsdoc-config", + "email": "iclanton@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@microsoft/tsdoc/bump-deps_2024-12-04-19-39.json b/common/changes/@microsoft/tsdoc/bump-deps_2024-12-04-19-39.json new file mode 100644 index 00000000..7f44f432 --- /dev/null +++ b/common/changes/@microsoft/tsdoc/bump-deps_2024-12-04-19-39.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "", + "type": "none", + "packageName": "@microsoft/tsdoc" + } + ], + "packageName": "@microsoft/tsdoc", + "email": "iclanton@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/eslint-plugin-tsdoc/bump-deps_2024-12-04-19-39.json b/common/changes/eslint-plugin-tsdoc/bump-deps_2024-12-04-19-39.json new file mode 100644 index 00000000..55747cc4 --- /dev/null +++ b/common/changes/eslint-plugin-tsdoc/bump-deps_2024-12-04-19-39.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "", + "type": "none", + "packageName": "eslint-plugin-tsdoc" + } + ], + "packageName": "eslint-plugin-tsdoc", + "email": "iclanton@users.noreply.github.com" +} \ No newline at end of file From d57ff6763c61bb11b1c7fefb8b4e86d4f8c83bad Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Tue, 10 Dec 2024 14:40:30 -0500 Subject: [PATCH 3/3] fixup! Rush change. --- .../tsdoc-config/bump-deps_2024-12-04-19-39.json | 11 ----------- .../@microsoft/tsdoc/bump-deps_2024-12-04-19-39.json | 11 ----------- .../bump-deps_2024-12-04-19-39.json | 11 ----------- 3 files changed, 33 deletions(-) delete mode 100644 common/changes/@microsoft/tsdoc-config/bump-deps_2024-12-04-19-39.json delete mode 100644 common/changes/@microsoft/tsdoc/bump-deps_2024-12-04-19-39.json delete mode 100644 common/changes/eslint-plugin-tsdoc/bump-deps_2024-12-04-19-39.json diff --git a/common/changes/@microsoft/tsdoc-config/bump-deps_2024-12-04-19-39.json b/common/changes/@microsoft/tsdoc-config/bump-deps_2024-12-04-19-39.json deleted file mode 100644 index b8a1b382..00000000 --- a/common/changes/@microsoft/tsdoc-config/bump-deps_2024-12-04-19-39.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@microsoft/tsdoc-config" - } - ], - "packageName": "@microsoft/tsdoc-config", - "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@microsoft/tsdoc/bump-deps_2024-12-04-19-39.json b/common/changes/@microsoft/tsdoc/bump-deps_2024-12-04-19-39.json deleted file mode 100644 index 7f44f432..00000000 --- a/common/changes/@microsoft/tsdoc/bump-deps_2024-12-04-19-39.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@microsoft/tsdoc" - } - ], - "packageName": "@microsoft/tsdoc", - "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/eslint-plugin-tsdoc/bump-deps_2024-12-04-19-39.json b/common/changes/eslint-plugin-tsdoc/bump-deps_2024-12-04-19-39.json deleted file mode 100644 index 55747cc4..00000000 --- a/common/changes/eslint-plugin-tsdoc/bump-deps_2024-12-04-19-39.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "eslint-plugin-tsdoc" - } - ], - "packageName": "eslint-plugin-tsdoc", - "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file