@rushstack/rush-sdk 5.131.4 → 5.131.5

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.47.5"
8
+ "packageVersion": "7.47.6"
9
9
  }
10
10
  ]
11
11
  }
@@ -1,5 +1,5 @@
1
1
  import { type IPackageJson } from '@rushstack/node-core-library';
2
- import type { RushConfiguration } from '../api/RushConfiguration';
2
+ import type { RushConfiguration } from './RushConfiguration';
3
3
  import type { VersionPolicy } from './VersionPolicy';
4
4
  import type { PackageJsonEditor } from './PackageJsonEditor';
5
5
  import type { Subspace } from './Subspace';
@@ -1,7 +1,7 @@
1
1
  import { CommandLineAction, type ICommandLineActionOptions } from '@rushstack/ts-command-line';
2
2
  import type { RushConfiguration } from '../../api/RushConfiguration';
3
3
  import { EventHooksManager } from '../../logic/EventHooksManager';
4
- import { RushCommandLineParser } from './../RushCommandLineParser';
4
+ import { RushCommandLineParser } from '../RushCommandLineParser';
5
5
  import type { RushGlobalFolder } from '../../api/RushGlobalFolder';
6
6
  import type { RushSession } from '../../pluginFramework/RushSession';
7
7
  import type { IRushCommand } from '../../pluginFramework/RushLifeCycle';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/rush-sdk",
3
- "version": "5.131.4",
3
+ "version": "5.131.5",
4
4
  "description": "An API for interacting with the Rush engine",
5
5
  "repository": {
6
6
  "type": "git",
@@ -35,21 +35,21 @@
35
35
  "dependencies": {
36
36
  "@types/node-fetch": "2.6.2",
37
37
  "tapable": "2.2.1",
38
- "@rushstack/lookup-by-path": "0.1.0",
39
- "@rushstack/node-core-library": "5.5.1",
40
- "@rushstack/terminal": "0.13.3"
38
+ "@rushstack/lookup-by-path": "0.1.1",
39
+ "@rushstack/node-core-library": "5.6.0",
40
+ "@rushstack/terminal": "0.13.4"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/semver": "7.5.0",
44
44
  "@types/webpack-env": "1.18.0",
45
45
  "webpack": "~5.82.1",
46
- "@microsoft/rush-lib": "5.131.4",
46
+ "@microsoft/rush-lib": "5.131.5",
47
+ "@rushstack/heft": "0.66.26",
47
48
  "local-node-rig": "1.0.0",
48
- "@rushstack/heft": "0.66.25",
49
- "@rushstack/stream-collator": "4.1.63",
50
- "@rushstack/heft-webpack5-plugin": "0.10.7",
51
- "@rushstack/webpack-preserve-dynamic-require-plugin": "0.11.62",
52
- "@rushstack/ts-command-line": "4.22.4"
49
+ "@rushstack/stream-collator": "4.1.64",
50
+ "@rushstack/ts-command-line": "4.22.5",
51
+ "@rushstack/heft-webpack5-plugin": "0.10.8",
52
+ "@rushstack/webpack-preserve-dynamic-require-plugin": "0.11.63"
53
53
  },
54
54
  "scripts": {
55
55
  "build": "heft build --clean",