@rushstack/rush-sdk
Advanced tools
Comparing version 5.110.2 to 5.111.0
@@ -40,2 +40,7 @@ /** | ||
/** | ||
* If true, build skipping will respect the allowWarningsInSuccessfulBuild flag and skip builds with warnings. | ||
* This will not replay warnings from the skipped build. | ||
*/ | ||
buildSkipWithAllowWarningsInSuccessfulBuild?: boolean; | ||
/** | ||
* If true, the phased commands feature is enabled. To use this feature, create a "phased" command | ||
@@ -42,0 +47,0 @@ * in common/config/rush/command-line.json. |
@@ -13,2 +13,3 @@ import { type ITerminal } from '@rushstack/node-core-library'; | ||
isIncrementalBuildAllowed: boolean; | ||
allowWarningsInSuccessfulBuild?: boolean; | ||
} | ||
@@ -15,0 +16,0 @@ /** |
{ | ||
"name": "@rushstack/rush-sdk", | ||
"version": "5.110.2", | ||
"version": "5.111.0", | ||
"description": "An API for interacting with the Rush engine", | ||
@@ -33,6 +33,6 @@ "repository": { | ||
"@types/webpack-env": "1.18.0", | ||
"@microsoft/rush-lib": "5.110.2", | ||
"@rushstack/heft": "0.63.2", | ||
"@microsoft/rush-lib": "5.111.0", | ||
"local-node-rig": "1.0.0", | ||
"@rushstack/stream-collator": "4.1.13", | ||
"local-node-rig": "1.0.0", | ||
"@rushstack/ts-command-line": "4.17.1", | ||
@@ -39,0 +39,0 @@ "@rushstack/terminal": "0.7.12" |
Sorry, the diff of this file is too big to display
641577
14110
116