From 14e386e32696f7cddabd1eaa6a2c4993b3da9a5a Mon Sep 17 00:00:00 2001 From: Rushbot Date: Mon, 15 Jun 2020 22:17:18 +0000 Subject: [PATCH] Applying package updates. --- apps/api-documenter/package.json | 6 +++--- apps/api-extractor/package.json | 2 +- apps/rush-buildxl/package.json | 4 ++-- apps/rush-lib/package.json | 8 ++++---- apps/rush/package.json | 4 ++-- build-tests/api-documenter-test/package.json | 4 ++-- build-tests/api-extractor-lib1-test/package.json | 2 +- build-tests/api-extractor-lib2-test/package.json | 2 +- build-tests/api-extractor-lib3-test/package.json | 2 +- build-tests/api-extractor-scenarios/package.json | 2 +- build-tests/api-extractor-test-01/package.json | 2 +- build-tests/api-extractor-test-02/package.json | 2 +- build-tests/api-extractor-test-04/package.json | 2 +- .../localization-plugin-test-01/package.json | 6 +++--- .../localization-plugin-test-02/package.json | 6 +++--- .../localization-plugin-test-03/package.json | 6 +++--- .../node-library-build-eslint-test/package.json | 4 ++-- .../node-library-build-tslint-test/package.json | 4 ++-- .../package.json | 4 ++-- .../package.json | 4 ++-- .../package.json | 4 ++-- .../package.json | 4 ++-- .../package.json | 4 ++-- .../package.json | 4 ++-- .../package.json | 4 ++-- .../package.json | 4 ++-- .../package.json | 4 ++-- .../package.json | 4 ++-- .../package.json | 4 ++-- .../package.json | 4 ++-- .../package.json | 4 ++-- .../package.json | 4 ++-- build-tests/web-library-build-test/package.json | 6 +++--- core-build/gulp-core-build-sass/package.json | 8 ++++---- core-build/gulp-core-build-serve/package.json | 8 ++++---- core-build/gulp-core-build-typescript/package.json | 6 +++--- core-build/gulp-core-build-webpack/package.json | 6 +++--- core-build/node-library-build/package.json | 6 +++--- core-build/web-library-build/package.json | 14 +++++++------- libraries/debug-certificate-manager/package.json | 6 +++--- libraries/load-themed-styles/package.json | 6 +++--- libraries/package-deps-hash/package.json | 6 +++--- libraries/rushell/package.json | 4 ++-- libraries/stream-collator/package.json | 6 +++--- libraries/typings-generator/package.json | 6 +++--- repo-scripts/doc-plugin-rush-stack/package.json | 6 +++--- repo-scripts/generate-api-docs/package.json | 2 +- repo-scripts/repo-toolbox/package.json | 4 ++-- stack/rush-stack-compiler-2.4/package.json | 4 ++-- stack/rush-stack-compiler-2.7/package.json | 4 ++-- stack/rush-stack-compiler-2.8/package.json | 4 ++-- stack/rush-stack-compiler-2.9/package.json | 4 ++-- stack/rush-stack-compiler-3.0/package.json | 4 ++-- stack/rush-stack-compiler-3.1/package.json | 4 ++-- stack/rush-stack-compiler-3.2/package.json | 4 ++-- stack/rush-stack-compiler-3.3/package.json | 4 ++-- stack/rush-stack-compiler-3.4/package.json | 4 ++-- stack/rush-stack-compiler-3.5/package.json | 4 ++-- stack/rush-stack-compiler-3.6/package.json | 4 ++-- stack/rush-stack-compiler-3.7/package.json | 4 ++-- stack/rush-stack-compiler-3.8/package.json | 4 ++-- stack/rush-stack-compiler-3.9/package.json | 4 ++-- webpack/loader-load-themed-styles/package.json | 8 ++++---- webpack/loader-raw-script/package.json | 6 +++--- webpack/localization-plugin/package.json | 10 +++++----- .../set-webpack-public-path-plugin/package.json | 6 +++--- 66 files changed, 155 insertions(+), 155 deletions(-) diff --git a/apps/api-documenter/package.json b/apps/api-documenter/package.json index 5b097f92b00..29e28fd716b 100644 --- a/apps/api-documenter/package.json +++ b/apps/api-documenter/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/api-documenter", - "version": "7.8.12", + "version": "7.8.13", "description": "Read JSON files from api-extractor, generate documentation pages", "repository": { "type": "git", @@ -26,8 +26,8 @@ "resolve": "~1.17.0" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.5": "0.6.0", - "@microsoft/node-library-build": "6.4.24", + "@microsoft/rush-stack-compiler-3.5": "0.6.1", + "@microsoft/node-library-build": "6.4.25", "@rushstack/eslint-config": "0.5.8", "@types/jest": "25.2.1", "@types/js-yaml": "3.12.1", diff --git a/apps/api-extractor/package.json b/apps/api-extractor/package.json index f121e5cbfd4..2422a62ea75 100644 --- a/apps/api-extractor/package.json +++ b/apps/api-extractor/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/api-extractor", - "version": "7.8.11", + "version": "7.8.12", "description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups", "keywords": [ "typescript", diff --git a/apps/rush-buildxl/package.json b/apps/rush-buildxl/package.json index 165b4338230..0ec3ba8ff3d 100644 --- a/apps/rush-buildxl/package.json +++ b/apps/rush-buildxl/package.json @@ -24,8 +24,8 @@ "@rushstack/ts-command-line": "4.4.2" }, "devDependencies": { - "@microsoft/node-library-build": "6.4.24", - "@microsoft/rush-stack-compiler-3.5": "0.6.0", + "@microsoft/node-library-build": "6.4.25", + "@microsoft/rush-stack-compiler-3.5": "0.6.1", "@rushstack/eslint-config": "0.5.8", "@types/jest": "25.2.1", "@types/node": "10.17.13", diff --git a/apps/rush-lib/package.json b/apps/rush-lib/package.json index fb3d85b1636..03cb63f17ee 100644 --- a/apps/rush-lib/package.json +++ b/apps/rush-lib/package.json @@ -20,8 +20,8 @@ "dependencies": { "@pnpm/link-bins": "~5.1.0", "@rushstack/node-core-library": "3.24.1", - "@rushstack/package-deps-hash": "2.4.24", - "@rushstack/stream-collator": "3.2.24", + "@rushstack/package-deps-hash": "2.4.25", + "@rushstack/stream-collator": "3.2.25", "@rushstack/ts-command-line": "4.4.2", "@yarnpkg/lockfile": "~1.0.2", "builtin-modules": "~3.1.0", @@ -49,8 +49,8 @@ "z-schema": "~3.18.3" }, "devDependencies": { - "@microsoft/node-library-build": "6.4.24", - "@microsoft/rush-stack-compiler-3.5": "0.6.0", + "@microsoft/node-library-build": "6.4.25", + "@microsoft/rush-stack-compiler-3.5": "0.6.1", "@rushstack/eslint-config": "0.5.8", "@types/glob": "7.1.1", "@types/inquirer": "0.0.43", diff --git a/apps/rush/package.json b/apps/rush/package.json index 59fa77eb437..c0ed8565fde 100644 --- a/apps/rush/package.json +++ b/apps/rush/package.json @@ -37,8 +37,8 @@ "semver": "~5.3.0" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.5": "0.6.0", - "@microsoft/node-library-build": "6.4.24", + "@microsoft/rush-stack-compiler-3.5": "0.6.1", + "@microsoft/node-library-build": "6.4.25", "@rushstack/eslint-config": "0.5.8", "@types/jest": "25.2.1", "@types/node": "10.17.13", diff --git a/build-tests/api-documenter-test/package.json b/build-tests/api-documenter-test/package.json index 6979c922913..5923c79b25c 100644 --- a/build-tests/api-documenter-test/package.json +++ b/build-tests/api-documenter-test/package.json @@ -9,8 +9,8 @@ "build": "node build.js" }, "devDependencies": { - "@microsoft/api-extractor": "7.8.11", - "@microsoft/api-documenter": "7.8.12", + "@microsoft/api-extractor": "7.8.12", + "@microsoft/api-documenter": "7.8.13", "@types/jest": "25.2.1", "@types/node": "10.17.13", "fs-extra": "~7.0.1", diff --git a/build-tests/api-extractor-lib1-test/package.json b/build-tests/api-extractor-lib1-test/package.json index 07b2252adf7..0be35d89186 100644 --- a/build-tests/api-extractor-lib1-test/package.json +++ b/build-tests/api-extractor-lib1-test/package.json @@ -9,7 +9,7 @@ "build": "node build.js" }, "devDependencies": { - "@microsoft/api-extractor": "7.8.11", + "@microsoft/api-extractor": "7.8.12", "@types/node": "10.17.13", "fs-extra": "~7.0.1", "typescript": "~2.4.2" diff --git a/build-tests/api-extractor-lib2-test/package.json b/build-tests/api-extractor-lib2-test/package.json index 797cb7c7ba9..cf55f9cbc0d 100644 --- a/build-tests/api-extractor-lib2-test/package.json +++ b/build-tests/api-extractor-lib2-test/package.json @@ -9,7 +9,7 @@ "build": "node build.js" }, "devDependencies": { - "@microsoft/api-extractor": "7.8.11", + "@microsoft/api-extractor": "7.8.12", "@types/jest": "25.2.1", "@types/node": "10.17.13", "fs-extra": "~7.0.1", diff --git a/build-tests/api-extractor-lib3-test/package.json b/build-tests/api-extractor-lib3-test/package.json index 87d5cffdb0e..0a3ab215bdb 100644 --- a/build-tests/api-extractor-lib3-test/package.json +++ b/build-tests/api-extractor-lib3-test/package.json @@ -12,7 +12,7 @@ "api-extractor-lib1-test": "1.0.0" }, "devDependencies": { - "@microsoft/api-extractor": "7.8.11", + "@microsoft/api-extractor": "7.8.12", "@types/jest": "25.2.1", "@types/node": "10.17.13", "fs-extra": "~7.0.1", diff --git a/build-tests/api-extractor-scenarios/package.json b/build-tests/api-extractor-scenarios/package.json index 5d2ed825a7b..55f47f357e6 100644 --- a/build-tests/api-extractor-scenarios/package.json +++ b/build-tests/api-extractor-scenarios/package.json @@ -9,7 +9,7 @@ "build": "node build.js" }, "devDependencies": { - "@microsoft/api-extractor": "7.8.11", + "@microsoft/api-extractor": "7.8.12", "@rushstack/node-core-library": "3.24.1", "@microsoft/teams-js": "1.3.0-beta.4", "@types/jest": "25.2.1", diff --git a/build-tests/api-extractor-test-01/package.json b/build-tests/api-extractor-test-01/package.json index fd92d09619b..6b11110ea18 100644 --- a/build-tests/api-extractor-test-01/package.json +++ b/build-tests/api-extractor-test-01/package.json @@ -14,7 +14,7 @@ "long": "^4.0.0" }, "devDependencies": { - "@microsoft/api-extractor": "7.8.11", + "@microsoft/api-extractor": "7.8.12", "@types/node": "10.17.13", "fs-extra": "~7.0.1", "typescript": "~3.7.2" diff --git a/build-tests/api-extractor-test-02/package.json b/build-tests/api-extractor-test-02/package.json index 9be9284c38d..fdbb5b97d79 100644 --- a/build-tests/api-extractor-test-02/package.json +++ b/build-tests/api-extractor-test-02/package.json @@ -14,7 +14,7 @@ "semver": "~5.3.0" }, "devDependencies": { - "@microsoft/api-extractor": "7.8.11", + "@microsoft/api-extractor": "7.8.12", "@types/node": "10.17.13", "fs-extra": "~7.0.1", "typescript": "~3.7.2" diff --git a/build-tests/api-extractor-test-04/package.json b/build-tests/api-extractor-test-04/package.json index ab546398f22..4644dd04063 100644 --- a/build-tests/api-extractor-test-04/package.json +++ b/build-tests/api-extractor-test-04/package.json @@ -9,7 +9,7 @@ "build": "node build.js" }, "dependencies": { - "@microsoft/api-extractor": "7.8.11", + "@microsoft/api-extractor": "7.8.12", "api-extractor-lib1-test": "1.0.0", "fs-extra": "~7.0.1", "typescript": "~3.7.2" diff --git a/build-tests/localization-plugin-test-01/package.json b/build-tests/localization-plugin-test-01/package.json index ad2ea1e9e9d..7a3ca570a52 100644 --- a/build-tests/localization-plugin-test-01/package.json +++ b/build-tests/localization-plugin-test-01/package.json @@ -8,11 +8,11 @@ "serve": "node serve.js" }, "dependencies": { - "@rushstack/set-webpack-public-path-plugin": "2.4.21", + "@rushstack/set-webpack-public-path-plugin": "2.4.22", "@rushstack/node-core-library": "3.24.1", - "@rushstack/localization-plugin": "0.3.18", + "@rushstack/localization-plugin": "0.3.19", "@types/webpack-env": "1.13.0", - "@microsoft/rush-stack-compiler-3.5": "0.6.0", + "@microsoft/rush-stack-compiler-3.5": "0.6.1", "ts-loader": "6.0.0", "webpack": "~4.31.0", "webpack-bundle-analyzer": "~3.6.0", diff --git a/build-tests/localization-plugin-test-02/package.json b/build-tests/localization-plugin-test-02/package.json index d2c5a504337..9b7483cab1a 100644 --- a/build-tests/localization-plugin-test-02/package.json +++ b/build-tests/localization-plugin-test-02/package.json @@ -8,11 +8,11 @@ "serve": "node serve.js" }, "dependencies": { - "@rushstack/set-webpack-public-path-plugin": "2.4.21", + "@rushstack/set-webpack-public-path-plugin": "2.4.22", "@rushstack/node-core-library": "3.24.1", - "@rushstack/localization-plugin": "0.3.18", + "@rushstack/localization-plugin": "0.3.19", "@types/webpack-env": "1.13.0", - "@microsoft/rush-stack-compiler-3.5": "0.6.0", + "@microsoft/rush-stack-compiler-3.5": "0.6.1", "ts-loader": "6.0.0", "webpack": "~4.31.0", "webpack-bundle-analyzer": "~3.6.0", diff --git a/build-tests/localization-plugin-test-03/package.json b/build-tests/localization-plugin-test-03/package.json index 7eac78fb455..642e784b2a1 100644 --- a/build-tests/localization-plugin-test-03/package.json +++ b/build-tests/localization-plugin-test-03/package.json @@ -8,11 +8,11 @@ "serve": "node serve.js" }, "dependencies": { - "@rushstack/set-webpack-public-path-plugin": "2.4.21", + "@rushstack/set-webpack-public-path-plugin": "2.4.22", "@rushstack/node-core-library": "3.24.1", - "@rushstack/localization-plugin": "0.3.18", + "@rushstack/localization-plugin": "0.3.19", "@types/webpack-env": "1.13.0", - "@microsoft/rush-stack-compiler-3.5": "0.6.0", + "@microsoft/rush-stack-compiler-3.5": "0.6.1", "ts-loader": "6.0.0", "webpack": "~4.31.0", "webpack-bundle-analyzer": "~3.6.0", diff --git a/build-tests/node-library-build-eslint-test/package.json b/build-tests/node-library-build-eslint-test/package.json index 1b4f455db3b..69c74c9461a 100644 --- a/build-tests/node-library-build-eslint-test/package.json +++ b/build-tests/node-library-build-eslint-test/package.json @@ -9,10 +9,10 @@ "lint": "node node_modules/@microsoft/rush-stack-compiler-3.5/bin/rush-eslint -f unix \"src/**/*.{ts,tsx}\"" }, "devDependencies": { - "@microsoft/node-library-build": "6.4.24", + "@microsoft/node-library-build": "6.4.25", "@rushstack/eslint-config": "0.5.8", "@types/node": "10.17.13", "gulp": "~4.0.2", - "@microsoft/rush-stack-compiler-3.5": "0.6.0" + "@microsoft/rush-stack-compiler-3.5": "0.6.1" } } diff --git a/build-tests/node-library-build-tslint-test/package.json b/build-tests/node-library-build-tslint-test/package.json index 9e81b5c8017..1546faa9b07 100644 --- a/build-tests/node-library-build-tslint-test/package.json +++ b/build-tests/node-library-build-tslint-test/package.json @@ -8,9 +8,9 @@ "build": "gulp test --clean" }, "devDependencies": { - "@microsoft/node-library-build": "6.4.24", + "@microsoft/node-library-build": "6.4.25", "@types/node": "10.17.13", "gulp": "~4.0.2", - "@microsoft/rush-stack-compiler-3.5": "0.6.0" + "@microsoft/rush-stack-compiler-3.5": "0.6.1" } } diff --git a/build-tests/rush-stack-compiler-2.4-library-test/package.json b/build-tests/rush-stack-compiler-2.4-library-test/package.json index b43de6f46d0..2111047d9dd 100644 --- a/build-tests/rush-stack-compiler-2.4-library-test/package.json +++ b/build-tests/rush-stack-compiler-2.4-library-test/package.json @@ -9,8 +9,8 @@ "build": "gulp test --clean" }, "devDependencies": { - "@microsoft/node-library-build": "6.4.24", - "@microsoft/rush-stack-compiler-2.4": "0.11.0", + "@microsoft/node-library-build": "6.4.25", + "@microsoft/rush-stack-compiler-2.4": "0.11.1", "@types/node": "10.17.13", "gulp": "~4.0.2" } diff --git a/build-tests/rush-stack-compiler-2.7-library-test/package.json b/build-tests/rush-stack-compiler-2.7-library-test/package.json index 0a11f60082d..e63b09fe4ae 100644 --- a/build-tests/rush-stack-compiler-2.7-library-test/package.json +++ b/build-tests/rush-stack-compiler-2.7-library-test/package.json @@ -9,8 +9,8 @@ "build": "gulp test --clean" }, "devDependencies": { - "@microsoft/node-library-build": "6.4.24", - "@microsoft/rush-stack-compiler-2.7": "0.11.0", + "@microsoft/node-library-build": "6.4.25", + "@microsoft/rush-stack-compiler-2.7": "0.11.1", "@types/node": "10.17.13", "gulp": "~4.0.2" } diff --git a/build-tests/rush-stack-compiler-2.8-library-test/package.json b/build-tests/rush-stack-compiler-2.8-library-test/package.json index 7e4d4381540..9fe5bbe0ae6 100644 --- a/build-tests/rush-stack-compiler-2.8-library-test/package.json +++ b/build-tests/rush-stack-compiler-2.8-library-test/package.json @@ -9,8 +9,8 @@ "build": "gulp test --clean" }, "devDependencies": { - "@microsoft/node-library-build": "6.4.24", - "@microsoft/rush-stack-compiler-2.8": "0.6.0", + "@microsoft/node-library-build": "6.4.25", + "@microsoft/rush-stack-compiler-2.8": "0.6.1", "@types/node": "10.17.13", "gulp": "~4.0.2" } diff --git a/build-tests/rush-stack-compiler-2.9-library-test/package.json b/build-tests/rush-stack-compiler-2.9-library-test/package.json index 9aafc46e861..ad806ef1518 100644 --- a/build-tests/rush-stack-compiler-2.9-library-test/package.json +++ b/build-tests/rush-stack-compiler-2.9-library-test/package.json @@ -9,8 +9,8 @@ "build": "gulp test --clean" }, "devDependencies": { - "@microsoft/node-library-build": "6.4.24", - "@microsoft/rush-stack-compiler-2.9": "0.12.0", + "@microsoft/node-library-build": "6.4.25", + "@microsoft/rush-stack-compiler-2.9": "0.12.1", "@types/node": "10.17.13", "gulp": "~4.0.2" } diff --git a/build-tests/rush-stack-compiler-3.0-library-test/package.json b/build-tests/rush-stack-compiler-3.0-library-test/package.json index 80a2df37174..1175c304555 100644 --- a/build-tests/rush-stack-compiler-3.0-library-test/package.json +++ b/build-tests/rush-stack-compiler-3.0-library-test/package.json @@ -9,8 +9,8 @@ "build": "gulp test --clean" }, "devDependencies": { - "@microsoft/node-library-build": "6.4.24", - "@microsoft/rush-stack-compiler-3.0": "0.11.0", + "@microsoft/node-library-build": "6.4.25", + "@microsoft/rush-stack-compiler-3.0": "0.11.1", "@types/node": "10.17.13", "gulp": "~4.0.2" } diff --git a/build-tests/rush-stack-compiler-3.1-library-test/package.json b/build-tests/rush-stack-compiler-3.1-library-test/package.json index fd7995f7376..a4903c839c4 100644 --- a/build-tests/rush-stack-compiler-3.1-library-test/package.json +++ b/build-tests/rush-stack-compiler-3.1-library-test/package.json @@ -9,8 +9,8 @@ "build": "gulp test --clean" }, "devDependencies": { - "@microsoft/node-library-build": "6.4.24", - "@microsoft/rush-stack-compiler-3.1": "0.11.0", + "@microsoft/node-library-build": "6.4.25", + "@microsoft/rush-stack-compiler-3.1": "0.11.1", "@types/node": "10.17.13", "gulp": "~4.0.2" } diff --git a/build-tests/rush-stack-compiler-3.2-library-test/package.json b/build-tests/rush-stack-compiler-3.2-library-test/package.json index 28649348d1c..b42e78d36de 100644 --- a/build-tests/rush-stack-compiler-3.2-library-test/package.json +++ b/build-tests/rush-stack-compiler-3.2-library-test/package.json @@ -9,8 +9,8 @@ "build": "gulp test --clean" }, "devDependencies": { - "@microsoft/node-library-build": "6.4.24", - "@microsoft/rush-stack-compiler-3.2": "0.8.0", + "@microsoft/node-library-build": "6.4.25", + "@microsoft/rush-stack-compiler-3.2": "0.8.1", "@types/node": "10.17.13", "gulp": "~4.0.2" } diff --git a/build-tests/rush-stack-compiler-3.3-library-test/package.json b/build-tests/rush-stack-compiler-3.3-library-test/package.json index 79cd475d7d9..d96d75bcb30 100644 --- a/build-tests/rush-stack-compiler-3.3-library-test/package.json +++ b/build-tests/rush-stack-compiler-3.3-library-test/package.json @@ -9,8 +9,8 @@ "build": "gulp test --clean" }, "devDependencies": { - "@microsoft/node-library-build": "6.4.24", - "@microsoft/rush-stack-compiler-3.3": "0.7.0", + "@microsoft/node-library-build": "6.4.25", + "@microsoft/rush-stack-compiler-3.3": "0.7.1", "@types/node": "10.17.13", "gulp": "~4.0.2" } diff --git a/build-tests/rush-stack-compiler-3.4-library-test/package.json b/build-tests/rush-stack-compiler-3.4-library-test/package.json index eee19bc1a28..e55f290b07d 100644 --- a/build-tests/rush-stack-compiler-3.4-library-test/package.json +++ b/build-tests/rush-stack-compiler-3.4-library-test/package.json @@ -9,8 +9,8 @@ "build": "gulp test --clean" }, "devDependencies": { - "@microsoft/node-library-build": "6.4.24", - "@microsoft/rush-stack-compiler-3.4": "0.6.0", + "@microsoft/node-library-build": "6.4.25", + "@microsoft/rush-stack-compiler-3.4": "0.6.1", "@types/node": "10.17.13", "gulp": "~4.0.2" } diff --git a/build-tests/rush-stack-compiler-3.5-library-test/package.json b/build-tests/rush-stack-compiler-3.5-library-test/package.json index 95d4be121e1..5aeb7937ae9 100644 --- a/build-tests/rush-stack-compiler-3.5-library-test/package.json +++ b/build-tests/rush-stack-compiler-3.5-library-test/package.json @@ -9,8 +9,8 @@ "build": "gulp test --clean" }, "devDependencies": { - "@microsoft/node-library-build": "6.4.24", - "@microsoft/rush-stack-compiler-3.5": "0.6.0", + "@microsoft/node-library-build": "6.4.25", + "@microsoft/rush-stack-compiler-3.5": "0.6.1", "@types/node": "10.17.13", "gulp": "~4.0.2" } diff --git a/build-tests/rush-stack-compiler-3.6-library-test/package.json b/build-tests/rush-stack-compiler-3.6-library-test/package.json index 6ea6191074f..8c4663400e9 100644 --- a/build-tests/rush-stack-compiler-3.6-library-test/package.json +++ b/build-tests/rush-stack-compiler-3.6-library-test/package.json @@ -9,8 +9,8 @@ "build": "gulp test --clean" }, "devDependencies": { - "@microsoft/node-library-build": "6.4.24", - "@microsoft/rush-stack-compiler-3.6": "0.4.0", + "@microsoft/node-library-build": "6.4.25", + "@microsoft/rush-stack-compiler-3.6": "0.4.1", "@types/node": "10.17.13", "gulp": "~4.0.2" } diff --git a/build-tests/rush-stack-compiler-3.7-library-test/package.json b/build-tests/rush-stack-compiler-3.7-library-test/package.json index aef260b3587..41840f9bdc6 100644 --- a/build-tests/rush-stack-compiler-3.7-library-test/package.json +++ b/build-tests/rush-stack-compiler-3.7-library-test/package.json @@ -9,8 +9,8 @@ "build": "gulp test --clean" }, "devDependencies": { - "@microsoft/node-library-build": "6.4.24", - "@microsoft/rush-stack-compiler-3.7": "0.4.0", + "@microsoft/node-library-build": "6.4.25", + "@microsoft/rush-stack-compiler-3.7": "0.4.1", "@types/node": "10.17.13", "gulp": "~4.0.2" } diff --git a/build-tests/rush-stack-compiler-3.8-library-test/package.json b/build-tests/rush-stack-compiler-3.8-library-test/package.json index 7e9007d3fce..c8c839509e1 100644 --- a/build-tests/rush-stack-compiler-3.8-library-test/package.json +++ b/build-tests/rush-stack-compiler-3.8-library-test/package.json @@ -9,8 +9,8 @@ "build": "gulp test --clean" }, "devDependencies": { - "@microsoft/node-library-build": "6.4.24", - "@microsoft/rush-stack-compiler-3.8": "0.2.0", + "@microsoft/node-library-build": "6.4.25", + "@microsoft/rush-stack-compiler-3.8": "0.2.1", "@types/node": "10.17.13", "gulp": "~4.0.2" } diff --git a/build-tests/rush-stack-compiler-3.9-library-test/package.json b/build-tests/rush-stack-compiler-3.9-library-test/package.json index 2ca96268924..5577642e826 100644 --- a/build-tests/rush-stack-compiler-3.9-library-test/package.json +++ b/build-tests/rush-stack-compiler-3.9-library-test/package.json @@ -9,8 +9,8 @@ "build": "gulp test --clean" }, "devDependencies": { - "@microsoft/node-library-build": "6.4.24", - "@microsoft/rush-stack-compiler-3.9": "0.2.0", + "@microsoft/node-library-build": "6.4.25", + "@microsoft/rush-stack-compiler-3.9": "0.2.1", "@types/node": "10.17.13", "gulp": "~4.0.2" } diff --git a/build-tests/web-library-build-test/package.json b/build-tests/web-library-build-test/package.json index 52d39420a25..eca85f76f28 100644 --- a/build-tests/web-library-build-test/package.json +++ b/build-tests/web-library-build-test/package.json @@ -9,9 +9,9 @@ "build": "gulp --clean" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.5": "0.6.0", - "@microsoft/load-themed-styles": "1.10.57", - "@microsoft/web-library-build": "7.4.26", + "@microsoft/rush-stack-compiler-3.5": "0.6.1", + "@microsoft/load-themed-styles": "1.10.58", + "@microsoft/web-library-build": "7.4.27", "@types/jest": "25.2.1", "gulp": "~4.0.2", "jest": "25.4.0", diff --git a/core-build/gulp-core-build-sass/package.json b/core-build/gulp-core-build-sass/package.json index 2697ceada8a..62d6e9a9542 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.11.6", + "version": "4.11.7", "description": "", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -14,7 +14,7 @@ }, "dependencies": { "@microsoft/gulp-core-build": "3.16.8", - "@microsoft/load-themed-styles": "1.10.57", + "@microsoft/load-themed-styles": "1.10.58", "@rushstack/node-core-library": "3.24.1", "@types/gulp": "4.0.6", "@types/node": "10.17.13", @@ -26,8 +26,8 @@ "postcss-modules": "~1.5.0" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.5": "0.6.0", - "@microsoft/node-library-build": "6.4.24", + "@microsoft/rush-stack-compiler-3.5": "0.6.1", + "@microsoft/node-library-build": "6.4.25", "@rushstack/eslint-config": "0.5.8", "@types/autoprefixer": "9.7.2", "@types/clean-css": "4.2.1", diff --git a/core-build/gulp-core-build-serve/package.json b/core-build/gulp-core-build-serve/package.json index 3e486500c06..088324d36f3 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.21", + "version": "3.7.22", "description": "", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -15,7 +15,7 @@ "dependencies": { "@microsoft/gulp-core-build": "3.16.8", "@rushstack/node-core-library": "3.24.1", - "@rushstack/debug-certificate-manager": "0.2.21", + "@rushstack/debug-certificate-manager": "0.2.22", "@types/node": "10.17.13", "colors": "~1.2.1", "express": "~4.16.2", @@ -25,8 +25,8 @@ "sudo": "~1.0.3" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.5": "0.6.0", - "@microsoft/node-library-build": "6.4.24", + "@microsoft/rush-stack-compiler-3.5": "0.6.1", + "@microsoft/node-library-build": "6.4.25", "@rushstack/eslint-config": "0.5.8", "@types/express": "4.11.0", "@types/express-serve-static-core": "4.11.0", diff --git a/core-build/gulp-core-build-typescript/package.json b/core-build/gulp-core-build-typescript/package.json index 0ca7724903a..6010a1e6c46 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.24", + "version": "8.4.25", "description": "", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -22,9 +22,9 @@ "resolve": "~1.17.0" }, "devDependencies": { - "@microsoft/api-extractor": "7.8.11", + "@microsoft/api-extractor": "7.8.12", "@microsoft/node-library-build": "6.4.10", - "@microsoft/rush-stack-compiler-3.1": "0.11.0", + "@microsoft/rush-stack-compiler-3.1": "0.11.1", "@microsoft/rush-stack-compiler-3.5": "0.4.4", "@rushstack/eslint-config": "0.5.8", "@types/glob": "7.1.1", diff --git a/core-build/gulp-core-build-webpack/package.json b/core-build/gulp-core-build-webpack/package.json index afe73fc126c..4d30258eaf3 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.20", + "version": "5.0.21", "description": "", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -21,8 +21,8 @@ "webpack": "~4.31.0" }, "devDependencies": { - "@microsoft/node-library-build": "6.4.24", - "@microsoft/rush-stack-compiler-3.5": "0.6.0", + "@microsoft/node-library-build": "6.4.25", + "@microsoft/rush-stack-compiler-3.5": "0.6.1", "@rushstack/eslint-config": "0.5.8", "@types/orchestrator": "0.0.30", "@types/source-map": "0.5.0", diff --git a/core-build/node-library-build/package.json b/core-build/node-library-build/package.json index 5fd579c270f..9f0adbe9bf0 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.24", + "version": "6.4.25", "description": "", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -15,13 +15,13 @@ "dependencies": { "@microsoft/gulp-core-build": "3.16.8", "@microsoft/gulp-core-build-mocha": "3.8.17", - "@microsoft/gulp-core-build-typescript": "8.4.24", + "@microsoft/gulp-core-build-typescript": "8.4.25", "@types/gulp": "4.0.6", "@types/node": "10.17.13", "gulp": "~4.0.2" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.5": "0.6.0", + "@microsoft/rush-stack-compiler-3.5": "0.6.1", "@rushstack/eslint-config": "0.5.8" } } diff --git a/core-build/web-library-build/package.json b/core-build/web-library-build/package.json index 6555640b744..e08b0a9cdf7 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.26", + "version": "7.4.27", "description": "", "engines": { "npm": "3.10.8" @@ -16,18 +16,18 @@ "typings": "lib/index.d.ts", "dependencies": { "@microsoft/gulp-core-build": "3.16.8", - "@microsoft/gulp-core-build-sass": "4.11.6", - "@microsoft/gulp-core-build-serve": "3.7.21", - "@microsoft/gulp-core-build-typescript": "8.4.24", - "@microsoft/gulp-core-build-webpack": "5.0.20", + "@microsoft/gulp-core-build-sass": "4.11.7", + "@microsoft/gulp-core-build-serve": "3.7.22", + "@microsoft/gulp-core-build-typescript": "8.4.25", + "@microsoft/gulp-core-build-webpack": "5.0.21", "@types/gulp": "4.0.6", "@types/node": "10.17.13", "gulp": "~4.0.2", "gulp-replace": "^0.5.4" }, "devDependencies": { - "@microsoft/node-library-build": "6.4.24", - "@microsoft/rush-stack-compiler-3.5": "0.6.0", + "@microsoft/node-library-build": "6.4.25", + "@microsoft/rush-stack-compiler-3.5": "0.6.1", "@rushstack/eslint-config": "0.5.8" } } diff --git a/libraries/debug-certificate-manager/package.json b/libraries/debug-certificate-manager/package.json index f6e70429fd0..a38560169ab 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.21", + "version": "0.2.22", "description": "Cross-platform functionality to create debug ssl certificates.", "main": "lib/index.js", "typings": "dist/debug-certificate-manager.d.ts", @@ -18,8 +18,8 @@ "sudo": "~1.0.3" }, "devDependencies": { - "@microsoft/node-library-build": "6.4.24", - "@microsoft/rush-stack-compiler-3.5": "0.6.0", + "@microsoft/node-library-build": "6.4.25", + "@microsoft/rush-stack-compiler-3.5": "0.6.1", "@rushstack/eslint-config": "0.5.8", "@types/jest": "25.2.1", "@types/node": "10.17.13", diff --git a/libraries/load-themed-styles/package.json b/libraries/load-themed-styles/package.json index 6b7a868c03b..10a96b5fcde 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.57", + "version": "1.10.58", "description": "Loads themed styles.", "license": "MIT", "repository": { @@ -14,10 +14,10 @@ "typings": "lib/index.d.ts", "keywords": [], "devDependencies": { - "@microsoft/rush-stack-compiler-3.5": "0.6.0", + "@microsoft/rush-stack-compiler-3.5": "0.6.1", "@rushstack/eslint-config": "0.5.8", "@types/jest": "25.2.1", "@types/webpack-env": "1.13.0", - "@microsoft/node-library-build": "6.4.24" + "@microsoft/node-library-build": "6.4.25" } } diff --git a/libraries/package-deps-hash/package.json b/libraries/package-deps-hash/package.json index 96c9020119c..07c0fd38fb5 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.24", + "version": "2.4.25", "description": "", "main": "lib/index.js", "typings": "dist/package-deps-hash.d.ts", @@ -13,8 +13,8 @@ "build": "gulp test --clean" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.5": "0.6.0", - "@microsoft/node-library-build": "6.4.24", + "@microsoft/rush-stack-compiler-3.5": "0.6.1", + "@microsoft/node-library-build": "6.4.25", "@rushstack/node-core-library": "3.24.1", "@rushstack/eslint-config": "0.5.8", "@types/jest": "25.2.1", diff --git a/libraries/rushell/package.json b/libraries/rushell/package.json index d166e3b8db7..0b0b27261d9 100644 --- a/libraries/rushell/package.json +++ b/libraries/rushell/package.json @@ -17,8 +17,8 @@ "@rushstack/node-core-library": "3.24.1" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.5": "0.6.0", - "@microsoft/node-library-build": "6.4.24", + "@microsoft/rush-stack-compiler-3.5": "0.6.1", + "@microsoft/node-library-build": "6.4.25", "@rushstack/eslint-config": "0.5.8", "@types/jest": "25.2.1", "@types/node": "10.17.13", diff --git a/libraries/stream-collator/package.json b/libraries/stream-collator/package.json index bb0910a4df5..29f54c1753e 100644 --- a/libraries/stream-collator/package.json +++ b/libraries/stream-collator/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/stream-collator", - "version": "3.2.24", + "version": "3.2.25", "description": "Display intelligible realtime output from your asynchronous streams", "repository": { "type": "git", @@ -16,11 +16,11 @@ "colors": "~1.2.1" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.5": "0.6.0", + "@microsoft/rush-stack-compiler-3.5": "0.6.1", "@types/jest": "25.2.1", "@types/node": "10.17.13", "gulp": "~4.0.2", - "@microsoft/node-library-build": "6.4.24", + "@microsoft/node-library-build": "6.4.25", "@rushstack/eslint-config": "0.5.8" } } diff --git a/libraries/typings-generator/package.json b/libraries/typings-generator/package.json index b4419b4c301..d936ee46c1a 100644 --- a/libraries/typings-generator/package.json +++ b/libraries/typings-generator/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/typings-generator", - "version": "0.1.20", + "version": "0.1.21", "description": "This library provides functionality for automatically generator typings for non-TS files.", "main": "lib/index.js", "typings": "dist/typings-generator.d.ts", @@ -19,8 +19,8 @@ "chokidar": "~3.3.1" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.5": "0.6.0", - "@microsoft/node-library-build": "6.4.24", + "@microsoft/rush-stack-compiler-3.5": "0.6.1", + "@microsoft/node-library-build": "6.4.25", "@rushstack/eslint-config": "0.5.8", "@types/glob": "7.1.1", "gulp": "~4.0.2" diff --git a/repo-scripts/doc-plugin-rush-stack/package.json b/repo-scripts/doc-plugin-rush-stack/package.json index 43d57b309f2..48547de21d8 100644 --- a/repo-scripts/doc-plugin-rush-stack/package.json +++ b/repo-scripts/doc-plugin-rush-stack/package.json @@ -10,15 +10,15 @@ "build": "gulp test --clean" }, "dependencies": { - "@microsoft/api-documenter": "7.8.12", + "@microsoft/api-documenter": "7.8.13", "@microsoft/api-extractor-model": "7.8.8", "@rushstack/node-core-library": "3.24.1", "@microsoft/tsdoc": "0.12.19", "js-yaml": "~3.13.1" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.5": "0.6.0", - "@microsoft/node-library-build": "6.4.24", + "@microsoft/rush-stack-compiler-3.5": "0.6.1", + "@microsoft/node-library-build": "6.4.25", "@rushstack/eslint-config": "0.5.8", "@types/js-yaml": "3.12.1", "@types/node": "10.17.13", diff --git a/repo-scripts/generate-api-docs/package.json b/repo-scripts/generate-api-docs/package.json index c38496b646c..159ad004f88 100644 --- a/repo-scripts/generate-api-docs/package.json +++ b/repo-scripts/generate-api-docs/package.json @@ -9,7 +9,7 @@ }, "devDependencies": { "doc-plugin-rush-stack": "1.0.0", - "@microsoft/api-documenter": "7.8.12", + "@microsoft/api-documenter": "7.8.13", "@rushstack/eslint-config": "0.5.8" } } diff --git a/repo-scripts/repo-toolbox/package.json b/repo-scripts/repo-toolbox/package.json index 2c5bf5f7521..d623dafda63 100644 --- a/repo-scripts/repo-toolbox/package.json +++ b/repo-scripts/repo-toolbox/package.json @@ -14,8 +14,8 @@ "@rushstack/ts-command-line": "4.4.2" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.5": "0.6.0", - "@microsoft/node-library-build": "6.4.24", + "@microsoft/rush-stack-compiler-3.5": "0.6.1", + "@microsoft/node-library-build": "6.4.25", "@rushstack/eslint-config": "0.5.8", "@types/node": "10.17.13", "gulp": "~4.0.2" diff --git a/stack/rush-stack-compiler-2.4/package.json b/stack/rush-stack-compiler-2.4/package.json index 2a68625afef..67a149278cc 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.11.0", + "version": "0.11.1", "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 2.4.", "license": "MIT", "repository": { @@ -19,7 +19,7 @@ "main": "lib/shared/index.js", "typings": "lib/shared/index.d.ts", "dependencies": { - "@microsoft/api-extractor": "7.8.11", + "@microsoft/api-extractor": "7.8.12", "@rushstack/node-core-library": "3.24.1", "@rushstack/eslint-config": "0.5.8", "@types/node": "10.17.13", diff --git a/stack/rush-stack-compiler-2.7/package.json b/stack/rush-stack-compiler-2.7/package.json index d75142320e0..976137d9981 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.11.0", + "version": "0.11.1", "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 2.7.", "license": "MIT", "repository": { @@ -19,7 +19,7 @@ "main": "lib/shared/index.js", "typings": "lib/shared/index.d.ts", "dependencies": { - "@microsoft/api-extractor": "7.8.11", + "@microsoft/api-extractor": "7.8.12", "@rushstack/node-core-library": "3.24.1", "@rushstack/eslint-config": "0.5.8", "@types/node": "10.17.13", diff --git a/stack/rush-stack-compiler-2.8/package.json b/stack/rush-stack-compiler-2.8/package.json index 5d674ab175e..00873796b21 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.6.0", + "version": "0.6.1", "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 2.8.", "license": "MIT", "repository": { @@ -19,7 +19,7 @@ "main": "lib/shared/index.js", "typings": "lib/shared/index.d.ts", "dependencies": { - "@microsoft/api-extractor": "7.8.11", + "@microsoft/api-extractor": "7.8.12", "@rushstack/node-core-library": "3.24.1", "@rushstack/eslint-config": "0.5.8", "@types/node": "10.17.13", diff --git a/stack/rush-stack-compiler-2.9/package.json b/stack/rush-stack-compiler-2.9/package.json index 0a8ed87d488..5b87f6891f3 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.12.0", + "version": "0.12.1", "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 2.9.", "license": "MIT", "repository": { @@ -19,7 +19,7 @@ "main": "lib/shared/index.js", "typings": "lib/shared/index.d.ts", "dependencies": { - "@microsoft/api-extractor": "7.8.11", + "@microsoft/api-extractor": "7.8.12", "@rushstack/node-core-library": "3.24.1", "@rushstack/eslint-config": "0.5.8", "@types/node": "10.17.13", diff --git a/stack/rush-stack-compiler-3.0/package.json b/stack/rush-stack-compiler-3.0/package.json index 255c8369418..7aa41b6c22c 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.11.0", + "version": "0.11.1", "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.0.", "license": "MIT", "repository": { @@ -19,7 +19,7 @@ "main": "lib/shared/index.js", "typings": "lib/shared/index.d.ts", "dependencies": { - "@microsoft/api-extractor": "7.8.11", + "@microsoft/api-extractor": "7.8.12", "@rushstack/node-core-library": "3.24.1", "@rushstack/eslint-config": "0.5.8", "@types/node": "10.17.13", diff --git a/stack/rush-stack-compiler-3.1/package.json b/stack/rush-stack-compiler-3.1/package.json index 70303efda7a..b1ed20d77a8 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.11.0", + "version": "0.11.1", "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.1.", "license": "MIT", "repository": { @@ -19,7 +19,7 @@ "main": "lib/shared/index.js", "typings": "lib/shared/index.d.ts", "dependencies": { - "@microsoft/api-extractor": "7.8.11", + "@microsoft/api-extractor": "7.8.12", "@rushstack/node-core-library": "3.24.1", "@rushstack/eslint-config": "0.5.8", "@types/node": "10.17.13", diff --git a/stack/rush-stack-compiler-3.2/package.json b/stack/rush-stack-compiler-3.2/package.json index ff8436bab3a..8ba97cf1fdb 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.8.0", + "version": "0.8.1", "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.2.", "license": "MIT", "repository": { @@ -19,7 +19,7 @@ "main": "lib/shared/index.js", "typings": "lib/shared/index.d.ts", "dependencies": { - "@microsoft/api-extractor": "7.8.11", + "@microsoft/api-extractor": "7.8.12", "@rushstack/node-core-library": "3.24.1", "@rushstack/eslint-config": "0.5.8", "@types/node": "10.17.13", diff --git a/stack/rush-stack-compiler-3.3/package.json b/stack/rush-stack-compiler-3.3/package.json index 86dbbd1448d..1325c48df5e 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.7.0", + "version": "0.7.1", "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.3.", "license": "MIT", "repository": { @@ -19,7 +19,7 @@ "main": "lib/shared/index.js", "typings": "lib/shared/index.d.ts", "dependencies": { - "@microsoft/api-extractor": "7.8.11", + "@microsoft/api-extractor": "7.8.12", "@rushstack/node-core-library": "3.24.1", "@rushstack/eslint-config": "0.5.8", "@types/node": "10.17.13", diff --git a/stack/rush-stack-compiler-3.4/package.json b/stack/rush-stack-compiler-3.4/package.json index 4f8d0153742..e65b39b5ea9 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.6.0", + "version": "0.6.1", "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.4.", "license": "MIT", "repository": { @@ -19,7 +19,7 @@ "main": "lib/shared/index.js", "typings": "lib/shared/index.d.ts", "dependencies": { - "@microsoft/api-extractor": "7.8.11", + "@microsoft/api-extractor": "7.8.12", "@rushstack/node-core-library": "3.24.1", "@rushstack/eslint-config": "0.5.8", "@types/node": "10.17.13", diff --git a/stack/rush-stack-compiler-3.5/package.json b/stack/rush-stack-compiler-3.5/package.json index 35985cdcabe..1e2084a4047 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.6.0", + "version": "0.6.1", "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.5.", "license": "MIT", "repository": { @@ -19,7 +19,7 @@ "main": "lib/shared/index.js", "typings": "lib/shared/index.d.ts", "dependencies": { - "@microsoft/api-extractor": "7.8.11", + "@microsoft/api-extractor": "7.8.12", "@rushstack/node-core-library": "3.24.1", "@rushstack/eslint-config": "0.5.8", "@types/node": "10.17.13", diff --git a/stack/rush-stack-compiler-3.6/package.json b/stack/rush-stack-compiler-3.6/package.json index 98fabe13807..111353adc82 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.4.0", + "version": "0.4.1", "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.6.", "license": "MIT", "repository": { @@ -19,7 +19,7 @@ "main": "lib/shared/index.js", "typings": "lib/shared/index.d.ts", "dependencies": { - "@microsoft/api-extractor": "7.8.11", + "@microsoft/api-extractor": "7.8.12", "@rushstack/node-core-library": "3.24.1", "@rushstack/eslint-config": "0.5.8", "@types/node": "10.17.13", diff --git a/stack/rush-stack-compiler-3.7/package.json b/stack/rush-stack-compiler-3.7/package.json index 84e26cedcbe..d617083ee8f 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.4.0", + "version": "0.4.1", "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.7.", "license": "MIT", "repository": { @@ -19,7 +19,7 @@ "main": "lib/shared/index.js", "typings": "lib/shared/index.d.ts", "dependencies": { - "@microsoft/api-extractor": "7.8.11", + "@microsoft/api-extractor": "7.8.12", "@rushstack/node-core-library": "3.24.1", "@rushstack/eslint-config": "0.5.8", "@types/node": "10.17.13", diff --git a/stack/rush-stack-compiler-3.8/package.json b/stack/rush-stack-compiler-3.8/package.json index 358248dd1fb..f1f1fe7b901 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.2.0", + "version": "0.2.1", "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.8.", "license": "MIT", "repository": { @@ -19,7 +19,7 @@ "main": "lib/shared/index.js", "typings": "lib/shared/index.d.ts", "dependencies": { - "@microsoft/api-extractor": "7.8.11", + "@microsoft/api-extractor": "7.8.12", "@rushstack/node-core-library": "3.24.1", "@rushstack/eslint-config": "0.5.8", "@types/node": "10.17.13", diff --git a/stack/rush-stack-compiler-3.9/package.json b/stack/rush-stack-compiler-3.9/package.json index 634810161c9..a6e438352da 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.2.0", + "version": "0.2.1", "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.9.", "license": "MIT", "repository": { @@ -19,7 +19,7 @@ "main": "lib/shared/index.js", "typings": "lib/shared/index.d.ts", "dependencies": { - "@microsoft/api-extractor": "7.8.11", + "@microsoft/api-extractor": "7.8.12", "@rushstack/node-core-library": "3.24.1", "@rushstack/eslint-config": "0.5.8", "@types/node": "10.17.13", diff --git a/webpack/loader-load-themed-styles/package.json b/webpack/loader-load-themed-styles/package.json index e09651d8c70..ebed4a2c3e8 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.24", + "version": "1.8.25", "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", @@ -13,12 +13,12 @@ "build": "gulp test --clean" }, "dependencies": { - "@microsoft/load-themed-styles": "1.10.57", + "@microsoft/load-themed-styles": "1.10.58", "loader-utils": "~1.1.0" }, "devDependencies": { - "@microsoft/node-library-build": "6.4.24", - "@microsoft/rush-stack-compiler-3.5": "0.6.0", + "@microsoft/node-library-build": "6.4.25", + "@microsoft/rush-stack-compiler-3.5": "0.6.1", "@rushstack/eslint-config": "0.5.8", "@types/loader-utils": "1.1.3", "@types/jest": "25.2.1", diff --git a/webpack/loader-raw-script/package.json b/webpack/loader-raw-script/package.json index 66ef433a41c..256e03c4dc0 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.24", + "version": "1.3.25", "description": "", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -16,11 +16,11 @@ "loader-utils": "~1.1.0" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.5": "0.6.0", + "@microsoft/rush-stack-compiler-3.5": "0.6.1", "@rushstack/eslint-config": "0.5.8", "@types/jest": "25.2.1", "@types/node": "10.17.13", "gulp": "~4.0.2", - "@microsoft/node-library-build": "6.4.24" + "@microsoft/node-library-build": "6.4.25" } } diff --git a/webpack/localization-plugin/package.json b/webpack/localization-plugin/package.json index c9781cf197e..aa2b75cea96 100644 --- a/webpack/localization-plugin/package.json +++ b/webpack/localization-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/localization-plugin", - "version": "0.3.18", + "version": "0.3.19", "description": "This plugin facilitates localization with Webpack.", "main": "lib/index.js", "typings": "dist/localization-plugin.d.ts", @@ -23,7 +23,7 @@ "@types/node": "10.17.13", "@types/tapable": "1.0.4", "@rushstack/node-core-library": "3.24.1", - "@rushstack/typings-generator": "0.1.20", + "@rushstack/typings-generator": "0.1.21", "loader-utils": "~1.1.0", "lodash": "~4.17.15", "xmldoc": "~1.1.2", @@ -32,9 +32,9 @@ }, "devDependencies": { "@types/webpack": "4.39.8", - "@microsoft/rush-stack-compiler-3.5": "0.6.0", - "@microsoft/node-library-build": "6.4.24", - "@rushstack/set-webpack-public-path-plugin": "2.4.21", + "@microsoft/rush-stack-compiler-3.5": "0.6.1", + "@microsoft/node-library-build": "6.4.25", + "@rushstack/set-webpack-public-path-plugin": "2.4.22", "@rushstack/eslint-config": "0.5.8", "@types/loader-utils": "1.1.3", "@types/lodash": "4.14.116", diff --git a/webpack/set-webpack-public-path-plugin/package.json b/webpack/set-webpack-public-path-plugin/package.json index 827a899fb2a..c73a99577e7 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.21", + "version": "2.4.22", "description": "This plugin sets the webpack public path at runtime.", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -20,8 +20,8 @@ "@types/webpack": "*" }, "devDependencies": { - "@microsoft/node-library-build": "6.4.24", - "@microsoft/rush-stack-compiler-3.5": "0.6.0", + "@microsoft/node-library-build": "6.4.25", + "@microsoft/rush-stack-compiler-3.5": "0.6.1", "@rushstack/eslint-config": "0.5.8", "@types/lodash": "4.14.116", "@types/jest": "25.2.1",