Skip to content

Commit 66f1cbe

Browse files
committed
fixup! Update bump-decoupled-local-dependencies to update autoinstallers.
1 parent cb7d0ed commit 66f1cbe

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

repo-scripts/repo-toolbox/src/cli/actions/BumpDecoupledLocalDependencies.ts

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ import {
77
Async,
88
Executable,
99
FileSystem,
10-
FolderItem,
10+
type FolderItem,
1111
JsonFile,
1212
type IPackageJson
1313
} from '@rushstack/node-core-library';
1414
import type { ITerminal } from '@rushstack/terminal';
15-
import { DependencyType, PackageJsonEditor, RushConfiguration, Subspace } from '@microsoft/rush-lib';
15+
import { DependencyType, PackageJsonEditor, RushConfiguration, type Subspace } from '@microsoft/rush-lib';
1616
import type { IRushConfigurationJson } from '@microsoft/rush-lib/lib/api/RushConfiguration';
1717
import { CommandLineAction } from '@rushstack/ts-command-line';
1818

@@ -85,11 +85,6 @@ export class BumpDecoupledLocalDependencies extends CommandLineAction {
8585
}
8686
}
8787

88-
// Scan autoinstaller package.json files for dependencies on packages published from this repo
89-
// Map of autoinstaller name -> { packageJsonPath, packageJson }
90-
const autoinstallerInfoByName: Map<string, { packageJsonPath: string; packageJson: IPackageJson }> =
91-
new Map();
92-
9388
let autoinstallerEntries: FolderItem[] = [];
9489
try {
9590
autoinstallerEntries = await FileSystem.readFolderItemsAsync(commonAutoinstallersFolder);

0 commit comments

Comments
 (0)