From de6d949aa5cce8c9ed957b552c6e2fe3ba13dd0d Mon Sep 17 00:00:00 2001 From: Rushbot Date: Fri, 21 Aug 2020 01:21:18 +0000 Subject: [PATCH] Applying package updates. --- apps/api-documenter/package.json | 2 +- apps/api-extractor/package.json | 2 +- apps/heft/package.json | 2 +- apps/rundown/package.json | 2 +- .../src/cli/actions/test/addRepo/common/temp/rush#4259.lock | 1 - .../src/cli/actions/test/addRepo/common/temp/rush#4429.lock | 1 + core-build/gulp-core-build-sass/package.json | 2 +- core-build/gulp-core-build-serve/package.json | 2 +- core-build/gulp-core-build-typescript/package.json | 2 +- core-build/gulp-core-build-webpack/package.json | 2 +- core-build/node-library-build/package.json | 2 +- core-build/web-library-build/package.json | 2 +- libraries/debug-certificate-manager/package.json | 2 +- libraries/load-themed-styles/package.json | 2 +- libraries/package-deps-hash/package.json | 2 +- libraries/stream-collator/package.json | 2 +- libraries/ts-command-line/package.json | 2 +- libraries/typings-generator/package.json | 2 +- stack/rush-stack-compiler-2.4/package.json | 2 +- stack/rush-stack-compiler-2.7/package.json | 2 +- stack/rush-stack-compiler-2.8/package.json | 2 +- stack/rush-stack-compiler-2.9/package.json | 2 +- stack/rush-stack-compiler-3.0/package.json | 2 +- stack/rush-stack-compiler-3.1/package.json | 2 +- stack/rush-stack-compiler-3.2/package.json | 2 +- stack/rush-stack-compiler-3.3/package.json | 2 +- stack/rush-stack-compiler-3.4/package.json | 2 +- stack/rush-stack-compiler-3.5/package.json | 2 +- stack/rush-stack-compiler-3.6/package.json | 2 +- stack/rush-stack-compiler-3.7/package.json | 2 +- stack/rush-stack-compiler-3.8/package.json | 2 +- stack/rush-stack-compiler-3.9/package.json | 2 +- webpack/loader-load-themed-styles/package.json | 2 +- webpack/loader-raw-script/package.json | 2 +- webpack/localization-plugin/package.json | 4 ++-- webpack/module-minifier-plugin/package.json | 2 +- webpack/set-webpack-public-path-plugin/package.json | 2 +- 37 files changed, 37 insertions(+), 37 deletions(-) delete mode 100644 apps/rush-lib/src/cli/actions/test/addRepo/common/temp/rush#4259.lock create mode 100644 apps/rush-lib/src/cli/actions/test/addRepo/common/temp/rush#4429.lock diff --git a/apps/api-documenter/package.json b/apps/api-documenter/package.json index e9273668a1b..ca59149b897 100644 --- a/apps/api-documenter/package.json +++ b/apps/api-documenter/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/api-documenter", - "version": "7.8.31", + "version": "7.8.32", "description": "Read JSON files from api-extractor, generate documentation pages", "repository": { "type": "git", diff --git a/apps/api-extractor/package.json b/apps/api-extractor/package.json index 17fa2977b03..781c46cd6cb 100644 --- a/apps/api-extractor/package.json +++ b/apps/api-extractor/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/api-extractor", - "version": "7.9.7", + "version": "7.9.8", "description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups", "keywords": [ "typescript", diff --git a/apps/heft/package.json b/apps/heft/package.json index d6e04294873..caa061a11e9 100644 --- a/apps/heft/package.json +++ b/apps/heft/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/heft", - "version": "0.6.3", + "version": "0.6.4", "description": "The Rush Stack extensible build system", "keywords": [ "toolchain", diff --git a/apps/rundown/package.json b/apps/rundown/package.json index 705eb75c72d..e6390db54ac 100644 --- a/apps/rundown/package.json +++ b/apps/rundown/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/rundown", - "version": "1.0.3", + "version": "1.0.4", "description": "Detect load time regressions by running an app, tracing require() calls, and generating a deterministic report", "repository": { "type": "git", diff --git a/apps/rush-lib/src/cli/actions/test/addRepo/common/temp/rush#4259.lock b/apps/rush-lib/src/cli/actions/test/addRepo/common/temp/rush#4259.lock deleted file mode 100644 index 78862af30ae..00000000000 --- a/apps/rush-lib/src/cli/actions/test/addRepo/common/temp/rush#4259.lock +++ /dev/null @@ -1 +0,0 @@ -Thu Aug 20 18:36:57 2020 \ No newline at end of file diff --git a/apps/rush-lib/src/cli/actions/test/addRepo/common/temp/rush#4429.lock b/apps/rush-lib/src/cli/actions/test/addRepo/common/temp/rush#4429.lock new file mode 100644 index 00000000000..9699c5efd66 --- /dev/null +++ b/apps/rush-lib/src/cli/actions/test/addRepo/common/temp/rush#4429.lock @@ -0,0 +1 @@ +Fri Aug 21 01:16:55 2020 \ No newline at end of file diff --git a/core-build/gulp-core-build-sass/package.json b/core-build/gulp-core-build-sass/package.json index 57fb3312b2e..cf3a17e9e00 100644 --- a/core-build/gulp-core-build-sass/package.json +++ b/core-build/gulp-core-build-sass/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/gulp-core-build-sass", - "version": "4.12.12", + "version": "4.12.13", "description": "", "main": "lib/index.js", "typings": "lib/index.d.ts", diff --git a/core-build/gulp-core-build-serve/package.json b/core-build/gulp-core-build-serve/package.json index 813cdeffde1..bc80626bb9c 100644 --- a/core-build/gulp-core-build-serve/package.json +++ b/core-build/gulp-core-build-serve/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/gulp-core-build-serve", - "version": "3.7.39", + "version": "3.7.40", "description": "", "main": "lib/index.js", "typings": "lib/index.d.ts", diff --git a/core-build/gulp-core-build-typescript/package.json b/core-build/gulp-core-build-typescript/package.json index 8bb65d20b9b..ebfaeb7c51d 100644 --- a/core-build/gulp-core-build-typescript/package.json +++ b/core-build/gulp-core-build-typescript/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/gulp-core-build-typescript", - "version": "8.4.37", + "version": "8.4.38", "description": "", "main": "lib/index.js", "typings": "lib/index.d.ts", diff --git a/core-build/gulp-core-build-webpack/package.json b/core-build/gulp-core-build-webpack/package.json index e0421c63327..e3da497a61c 100644 --- a/core-build/gulp-core-build-webpack/package.json +++ b/core-build/gulp-core-build-webpack/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/gulp-core-build-webpack", - "version": "5.0.34", + "version": "5.0.35", "description": "", "main": "lib/index.js", "typings": "lib/index.d.ts", diff --git a/core-build/node-library-build/package.json b/core-build/node-library-build/package.json index 83840c6e70b..be4793f84bd 100644 --- a/core-build/node-library-build/package.json +++ b/core-build/node-library-build/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/node-library-build", - "version": "6.4.37", + "version": "6.4.38", "description": "", "main": "lib/index.js", "typings": "lib/index.d.ts", diff --git a/core-build/web-library-build/package.json b/core-build/web-library-build/package.json index 72356274f05..f8ba8615e37 100644 --- a/core-build/web-library-build/package.json +++ b/core-build/web-library-build/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/web-library-build", - "version": "7.4.45", + "version": "7.4.46", "description": "", "engines": { "npm": "3.10.8" diff --git a/libraries/debug-certificate-manager/package.json b/libraries/debug-certificate-manager/package.json index b902a0c93fa..aae65284b17 100644 --- a/libraries/debug-certificate-manager/package.json +++ b/libraries/debug-certificate-manager/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/debug-certificate-manager", - "version": "0.2.39", + "version": "0.2.40", "description": "Cross-platform functionality to create debug ssl certificates.", "main": "lib/index.js", "typings": "dist/debug-certificate-manager.d.ts", diff --git a/libraries/load-themed-styles/package.json b/libraries/load-themed-styles/package.json index 93c81c45da3..f875101a183 100644 --- a/libraries/load-themed-styles/package.json +++ b/libraries/load-themed-styles/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/load-themed-styles", - "version": "1.10.75", + "version": "1.10.76", "description": "Loads themed styles.", "license": "MIT", "repository": { diff --git a/libraries/package-deps-hash/package.json b/libraries/package-deps-hash/package.json index 966a7b5429f..50c7b1e0287 100644 --- a/libraries/package-deps-hash/package.json +++ b/libraries/package-deps-hash/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/package-deps-hash", - "version": "2.4.43", + "version": "2.4.44", "description": "", "main": "lib/index.js", "typings": "dist/package-deps-hash.d.ts", diff --git a/libraries/stream-collator/package.json b/libraries/stream-collator/package.json index f427a618904..cc2f22cb0fb 100644 --- a/libraries/stream-collator/package.json +++ b/libraries/stream-collator/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/stream-collator", - "version": "3.2.42", + "version": "3.2.43", "description": "Display intelligible realtime output from your asynchronous streams", "repository": { "type": "git", diff --git a/libraries/ts-command-line/package.json b/libraries/ts-command-line/package.json index a40a11be3bd..ec6b7ffb678 100644 --- a/libraries/ts-command-line/package.json +++ b/libraries/ts-command-line/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/ts-command-line", - "version": "4.6.0", + "version": "4.6.1", "description": "An object-oriented command-line parser for TypeScript", "repository": { "type": "git", diff --git a/libraries/typings-generator/package.json b/libraries/typings-generator/package.json index 22be09301bd..03d24d179b6 100644 --- a/libraries/typings-generator/package.json +++ b/libraries/typings-generator/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/typings-generator", - "version": "0.1.38", + "version": "0.1.39", "description": "This library provides functionality for automatically generator typings for non-TS files.", "keywords": [ "dts", diff --git a/stack/rush-stack-compiler-2.4/package.json b/stack/rush-stack-compiler-2.4/package.json index 0004490fac1..abb780037ea 100644 --- a/stack/rush-stack-compiler-2.4/package.json +++ b/stack/rush-stack-compiler-2.4/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/rush-stack-compiler-2.4", - "version": "0.13.6", + "version": "0.13.7", "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 2.4.", "license": "MIT", "repository": { diff --git a/stack/rush-stack-compiler-2.7/package.json b/stack/rush-stack-compiler-2.7/package.json index 80b6c8d3f4c..3dfaed27701 100644 --- a/stack/rush-stack-compiler-2.7/package.json +++ b/stack/rush-stack-compiler-2.7/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/rush-stack-compiler-2.7", - "version": "0.13.6", + "version": "0.13.7", "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 2.7.", "license": "MIT", "repository": { diff --git a/stack/rush-stack-compiler-2.8/package.json b/stack/rush-stack-compiler-2.8/package.json index bee408bdff6..dc5050de243 100644 --- a/stack/rush-stack-compiler-2.8/package.json +++ b/stack/rush-stack-compiler-2.8/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/rush-stack-compiler-2.8", - "version": "0.8.6", + "version": "0.8.7", "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 2.8.", "license": "MIT", "repository": { diff --git a/stack/rush-stack-compiler-2.9/package.json b/stack/rush-stack-compiler-2.9/package.json index 84f3b66a986..cfb209be960 100644 --- a/stack/rush-stack-compiler-2.9/package.json +++ b/stack/rush-stack-compiler-2.9/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/rush-stack-compiler-2.9", - "version": "0.14.6", + "version": "0.14.7", "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 2.9.", "license": "MIT", "repository": { diff --git a/stack/rush-stack-compiler-3.0/package.json b/stack/rush-stack-compiler-3.0/package.json index 67907396ab0..bf40cb00018 100644 --- a/stack/rush-stack-compiler-3.0/package.json +++ b/stack/rush-stack-compiler-3.0/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/rush-stack-compiler-3.0", - "version": "0.13.6", + "version": "0.13.7", "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.0.", "license": "MIT", "repository": { diff --git a/stack/rush-stack-compiler-3.1/package.json b/stack/rush-stack-compiler-3.1/package.json index 6de43a88a6c..bbc67f4188b 100644 --- a/stack/rush-stack-compiler-3.1/package.json +++ b/stack/rush-stack-compiler-3.1/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/rush-stack-compiler-3.1", - "version": "0.13.6", + "version": "0.13.7", "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.1.", "license": "MIT", "repository": { diff --git a/stack/rush-stack-compiler-3.2/package.json b/stack/rush-stack-compiler-3.2/package.json index 14edd5bf85d..881bb148a11 100644 --- a/stack/rush-stack-compiler-3.2/package.json +++ b/stack/rush-stack-compiler-3.2/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/rush-stack-compiler-3.2", - "version": "0.10.6", + "version": "0.10.7", "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.2.", "license": "MIT", "repository": { diff --git a/stack/rush-stack-compiler-3.3/package.json b/stack/rush-stack-compiler-3.3/package.json index db038373c4d..d60a9de19cb 100644 --- a/stack/rush-stack-compiler-3.3/package.json +++ b/stack/rush-stack-compiler-3.3/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/rush-stack-compiler-3.3", - "version": "0.9.6", + "version": "0.9.7", "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.3.", "license": "MIT", "repository": { diff --git a/stack/rush-stack-compiler-3.4/package.json b/stack/rush-stack-compiler-3.4/package.json index aeea2761b7a..c38b58979ad 100644 --- a/stack/rush-stack-compiler-3.4/package.json +++ b/stack/rush-stack-compiler-3.4/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/rush-stack-compiler-3.4", - "version": "0.8.6", + "version": "0.8.7", "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.4.", "license": "MIT", "repository": { diff --git a/stack/rush-stack-compiler-3.5/package.json b/stack/rush-stack-compiler-3.5/package.json index 528e4703580..b11ee2bab1b 100644 --- a/stack/rush-stack-compiler-3.5/package.json +++ b/stack/rush-stack-compiler-3.5/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/rush-stack-compiler-3.5", - "version": "0.8.6", + "version": "0.8.7", "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.5.", "license": "MIT", "repository": { diff --git a/stack/rush-stack-compiler-3.6/package.json b/stack/rush-stack-compiler-3.6/package.json index 6694874bfb3..599463c2fc7 100644 --- a/stack/rush-stack-compiler-3.6/package.json +++ b/stack/rush-stack-compiler-3.6/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/rush-stack-compiler-3.6", - "version": "0.6.6", + "version": "0.6.7", "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.6.", "license": "MIT", "repository": { diff --git a/stack/rush-stack-compiler-3.7/package.json b/stack/rush-stack-compiler-3.7/package.json index e5d667c1e1f..089f84b704a 100644 --- a/stack/rush-stack-compiler-3.7/package.json +++ b/stack/rush-stack-compiler-3.7/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/rush-stack-compiler-3.7", - "version": "0.6.6", + "version": "0.6.7", "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.7.", "license": "MIT", "repository": { diff --git a/stack/rush-stack-compiler-3.8/package.json b/stack/rush-stack-compiler-3.8/package.json index 325b5e54ea1..90f2eedda72 100644 --- a/stack/rush-stack-compiler-3.8/package.json +++ b/stack/rush-stack-compiler-3.8/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/rush-stack-compiler-3.8", - "version": "0.4.6", + "version": "0.4.7", "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.8.", "license": "MIT", "repository": { diff --git a/stack/rush-stack-compiler-3.9/package.json b/stack/rush-stack-compiler-3.9/package.json index 6e1f89b0266..0a75dba673e 100644 --- a/stack/rush-stack-compiler-3.9/package.json +++ b/stack/rush-stack-compiler-3.9/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/rush-stack-compiler-3.9", - "version": "0.4.6", + "version": "0.4.7", "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.9.", "license": "MIT", "repository": { diff --git a/webpack/loader-load-themed-styles/package.json b/webpack/loader-load-themed-styles/package.json index d11e86b66e5..a3069b55f78 100644 --- a/webpack/loader-load-themed-styles/package.json +++ b/webpack/loader-load-themed-styles/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/loader-load-themed-styles", - "version": "1.8.42", + "version": "1.8.43", "description": "This simple loader wraps the loading of CSS in script equivalent to `require('load-themed-styles').loadStyles( /* css text */ )`. It is designed to be a replacement for style-loader.", "main": "lib/index.js", "typings": "lib/index.d.ts", diff --git a/webpack/loader-raw-script/package.json b/webpack/loader-raw-script/package.json index e9160c7b800..8ebf551a7da 100644 --- a/webpack/loader-raw-script/package.json +++ b/webpack/loader-raw-script/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/loader-raw-script", - "version": "1.3.42", + "version": "1.3.43", "description": "", "main": "lib/index.js", "typings": "lib/index.d.ts", diff --git a/webpack/localization-plugin/package.json b/webpack/localization-plugin/package.json index 95f9b9c0101..50ebcb44866 100644 --- a/webpack/localization-plugin/package.json +++ b/webpack/localization-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/localization-plugin", - "version": "0.3.40", + "version": "0.3.41", "description": "This plugin facilitates localization with Webpack.", "main": "lib/index.js", "typings": "dist/localization-plugin.d.ts", @@ -14,7 +14,7 @@ }, "peerDependencies": { "webpack": "^4.31.0", - "@rushstack/set-webpack-public-path-plugin": "^2.4.40", + "@rushstack/set-webpack-public-path-plugin": "^2.4.41", "@types/webpack": "^4.39.0" }, "peerDependenciesMeta": { diff --git a/webpack/module-minifier-plugin/package.json b/webpack/module-minifier-plugin/package.json index 78cbc9ef5d0..2a59852ba25 100644 --- a/webpack/module-minifier-plugin/package.json +++ b/webpack/module-minifier-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/module-minifier-plugin", - "version": "0.1.14", + "version": "0.1.15", "description": "This plugin splits minification of webpack compilations into smaller units.", "main": "lib/index.js", "typings": "dist/module-minifier-plugin.d.ts", diff --git a/webpack/set-webpack-public-path-plugin/package.json b/webpack/set-webpack-public-path-plugin/package.json index 599abcb4bda..d5b5dc2135a 100644 --- a/webpack/set-webpack-public-path-plugin/package.json +++ b/webpack/set-webpack-public-path-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/set-webpack-public-path-plugin", - "version": "2.4.40", + "version": "2.4.41", "description": "This plugin sets the webpack public path at runtime.", "main": "lib/index.js", "typings": "lib/index.d.ts",