@rushstack/rush-sdk 5.153.0 → 5.153.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.4"
8
+ "packageVersion": "7.52.5"
9
9
  }
10
10
  ]
11
11
  }
@@ -37,7 +37,7 @@ export declare class RushCommandLineParser extends CommandLineParser {
37
37
  static shouldRestrictConsoleOutput(): boolean;
38
38
  flushTelemetry(): void;
39
39
  executeAsync(args?: string[]): Promise<boolean>;
40
- protected onExecute(): Promise<void>;
40
+ protected onExecuteAsync(): Promise<void>;
41
41
  private _normalizeOptions;
42
42
  private _wrapOnExecuteAsync;
43
43
  private _populateActions;
@@ -32,7 +32,7 @@ export declare abstract class BaseConfiglessRushAction extends CommandLineAction
32
32
  protected readonly rushGlobalFolder: RushGlobalFolder;
33
33
  protected readonly parser: RushCommandLineParser;
34
34
  constructor(options: IBaseRushActionOptions);
35
- protected onExecute(): Promise<void>;
35
+ protected onExecuteAsync(): Promise<void>;
36
36
  /**
37
37
  * All Rush actions need to implement this method. This method runs after
38
38
  * environment has been set up by the base class.
@@ -47,7 +47,7 @@ export declare abstract class BaseRushAction extends BaseConfiglessRushAction {
47
47
  private _eventHooksManager;
48
48
  protected get eventHooksManager(): EventHooksManager;
49
49
  protected readonly rushConfiguration: RushConfiguration;
50
- protected onExecute(): Promise<void>;
50
+ protected onExecuteAsync(): Promise<void>;
51
51
  /**
52
52
  * If an error is encountered while trying to load plugins, it is saved in the `PluginManager.error`
53
53
  * property, so we can defer throwing it until when `_throwPluginErrorIfNeed()` is called.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/rush-sdk",
3
- "version": "5.153.0",
3
+ "version": "5.153.1",
4
4
  "description": "An API for interacting with the Rush engine",
5
5
  "repository": {
6
6
  "type": "git",
@@ -36,22 +36,22 @@
36
36
  "dependencies": {
37
37
  "@pnpm/lockfile.types": "~1.0.3",
38
38
  "tapable": "2.2.1",
39
- "@rushstack/lookup-by-path": "0.5.19",
39
+ "@rushstack/lookup-by-path": "0.5.21",
40
40
  "@rushstack/node-core-library": "5.13.0",
41
- "@rushstack/terminal": "0.15.2",
42
- "@rushstack/package-deps-hash": "4.3.20"
41
+ "@rushstack/package-deps-hash": "4.3.22",
42
+ "@rushstack/terminal": "0.15.2"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/semver": "7.5.0",
46
46
  "@types/webpack-env": "1.18.8",
47
47
  "webpack": "~5.98.0",
48
- "@microsoft/rush-lib": "5.153.0",
49
- "@rushstack/heft": "0.73.1",
48
+ "@microsoft/rush-lib": "5.153.1",
49
+ "@rushstack/heft": "0.73.3",
50
+ "@rushstack/heft-webpack5-plugin": "0.11.30",
50
51
  "local-node-rig": "1.0.0",
51
- "@rushstack/heft-webpack5-plugin": "0.11.28",
52
- "@rushstack/stream-collator": "4.1.98",
53
- "@rushstack/webpack-preserve-dynamic-require-plugin": "0.11.97",
54
- "@rushstack/ts-command-line": "4.23.7"
52
+ "@rushstack/ts-command-line": "5.0.0",
53
+ "@rushstack/webpack-preserve-dynamic-require-plugin": "0.11.99",
54
+ "@rushstack/stream-collator": "4.1.100"
55
55
  },
56
56
  "scripts": {
57
57
  "build": "heft build --clean",