From 400386b739e1cffc467736c07644220e43e7aaca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Dec 2025 18:30:12 +0000 Subject: [PATCH 1/2] Bump @microsoft/rush from 5.109.2 to 5.164.0 Bumps [@microsoft/rush](https://github.com/microsoft/rushstack/tree/HEAD/apps/rush) from 5.109.2 to 5.164.0. - [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/rush/CHANGELOG.md) - [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/rush_v5.164.0/apps/rush) --- updated-dependencies: - dependency-name: "@microsoft/rush" dependency-version: 5.164.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d0e8802..f3127f2 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ }, "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.2", - "@microsoft/rush": "5.163.0", + "@microsoft/rush": "5.164.0", "@nevware21/grunt-eslint-ts": "0.2.4", "@nevware21/grunt-ts-plugin": "0.4.5", "@nevware21/coverage-tools": "^0.1.3", From 9568bd9402146c2168ac1a77e4e221b015dcc7f1 Mon Sep 17 00:00:00 2001 From: "dependabot-sync[bot]" Date: Thu, 25 Dec 2025 18:34:34 +0000 Subject: [PATCH 2/2] chore: sync rush.json and regenerate lockfiles --- rush.json | 37 +++++++++++++++++-------------------- 1 file changed, 17 insertions(+), 20 deletions(-) diff --git a/rush.json b/rush.json index 3e41537..b5ea959 100644 --- a/rush.json +++ b/rush.json @@ -1,21 +1,18 @@ - { - "$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush.schema.json", - - "npmVersion": "9.9.4", - "rushVersion": "5.163.0", - "projectFolderMaxDepth": 4, - "projects": [ - { - "packageName": "@nevware21/ts-debug", - "projectFolder": "dbg", - "shouldPublish": true - }, - { - "packageName": "@nevware21/ts-debug-providers", - "projectFolder": "providers", - "shouldPublish": true - } - ] - } - + "$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush.schema.json", + "npmVersion": "9.9.4", + "rushVersion": "5.164.0", + "projectFolderMaxDepth": 4, + "projects": [ + { + "packageName": "@nevware21/ts-debug", + "projectFolder": "dbg", + "shouldPublish": true + }, + { + "packageName": "@nevware21/ts-debug-providers", + "projectFolder": "providers", + "shouldPublish": true + } + ] +}