diff --git a/apps/api-documenter/package.json b/apps/api-documenter/package.json index 96997248288..879d1956150 100644 --- a/apps/api-documenter/package.json +++ b/apps/api-documenter/package.json @@ -23,7 +23,7 @@ "js-yaml": "~3.9.1" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.1": "0.5.2", + "@microsoft/rush-stack-compiler-3.2": "0.2.2", "@microsoft/node-library-build": "6.0.29", "@types/js-yaml": "3.9.1", "@types/node": "8.5.8", diff --git a/apps/api-documenter/tsconfig.json b/apps/api-documenter/tsconfig.json index 9d1aa6a5f95..7ce1b56fed8 100644 --- a/apps/api-documenter/tsconfig.json +++ b/apps/api-documenter/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/includes/tsconfig-node.json", + "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json", "compilerOptions": { "types": [ "jest" diff --git a/apps/api-documenter/tslint.json b/apps/api-documenter/tslint.json index cf2395fe8c0..04fc5479081 100644 --- a/apps/api-documenter/tslint.json +++ b/apps/api-documenter/tslint.json @@ -1,3 +1,3 @@ { - "extends": "@microsoft/rush-stack-compiler-3.1/includes/tslint.json" + "extends": "@microsoft/rush-stack-compiler-3.2/includes/tslint.json" } diff --git a/apps/api-extractor/package.json b/apps/api-extractor/package.json index 799d88ee08a..2c85c355439 100644 --- a/apps/api-extractor/package.json +++ b/apps/api-extractor/package.json @@ -43,7 +43,7 @@ "resolve": "1.8.1" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.1": "0.5.2", + "@microsoft/rush-stack-compiler-3.2": "0.2.2", "tslint-microsoft-contrib": "~5.2.1", "@types/lodash": "4.14.116", "gulp": "~3.9.1", diff --git a/apps/api-extractor/tsconfig.json b/apps/api-extractor/tsconfig.json index 8a9717ccba2..b79c7404f32 100644 --- a/apps/api-extractor/tsconfig.json +++ b/apps/api-extractor/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/includes/tsconfig-node.json", + "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json", "compilerOptions": { "types": [ diff --git a/apps/api-extractor/tslint.json b/apps/api-extractor/tslint.json index 76c6cd73503..bdfeffbd351 100644 --- a/apps/api-extractor/tslint.json +++ b/apps/api-extractor/tslint.json @@ -1,5 +1,5 @@ { - "extends": "@microsoft/rush-stack-compiler-3.1/includes/tslint.json", + "extends": "@microsoft/rush-stack-compiler-3.2/includes/tslint.json", "rules": { "member-ordering": false } diff --git a/apps/rush-lib/package.json b/apps/rush-lib/package.json index e25026f9adf..dbf1f0f3e92 100644 --- a/apps/rush-lib/package.json +++ b/apps/rush-lib/package.json @@ -49,7 +49,7 @@ "z-schema": "~3.18.3" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.1": "0.5.2", + "@microsoft/rush-stack-compiler-3.2": "0.2.2", "@microsoft/node-library-build": "6.0.29", "@types/node": "8.5.8", "@types/node-fetch": "1.6.9", diff --git a/apps/rush-lib/tsconfig.json b/apps/rush-lib/tsconfig.json index c08d4464cf6..cb8a42c5d49 100644 --- a/apps/rush-lib/tsconfig.json +++ b/apps/rush-lib/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/includes/tsconfig-node.json", + "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json", "compilerOptions": { "types": [ "jest" diff --git a/apps/rush-lib/tslint.json b/apps/rush-lib/tslint.json index cf2395fe8c0..04fc5479081 100644 --- a/apps/rush-lib/tslint.json +++ b/apps/rush-lib/tslint.json @@ -1,3 +1,3 @@ { - "extends": "@microsoft/rush-stack-compiler-3.1/includes/tslint.json" + "extends": "@microsoft/rush-stack-compiler-3.2/includes/tslint.json" } diff --git a/apps/rush/package.json b/apps/rush/package.json index a9700522a34..6da749ca05e 100644 --- a/apps/rush/package.json +++ b/apps/rush/package.json @@ -37,7 +37,7 @@ "semver": "~5.3.0" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.1": "0.5.2", + "@microsoft/rush-stack-compiler-3.2": "0.2.2", "@microsoft/node-library-build": "6.0.29", "@types/chai": "3.4.34", "@types/mocha": "5.2.5", diff --git a/apps/rush/tsconfig.json b/apps/rush/tsconfig.json index ef7cbedc89e..177c7384f50 100644 --- a/apps/rush/tsconfig.json +++ b/apps/rush/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/includes/tsconfig-node.json", + "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json", "compilerOptions": { "types": [ "mocha" diff --git a/apps/rush/tslint.json b/apps/rush/tslint.json index cf2395fe8c0..04fc5479081 100644 --- a/apps/rush/tslint.json +++ b/apps/rush/tslint.json @@ -1,3 +1,3 @@ { - "extends": "@microsoft/rush-stack-compiler-3.1/includes/tslint.json" + "extends": "@microsoft/rush-stack-compiler-3.2/includes/tslint.json" } diff --git a/build-tests/node-library-build-test/package.json b/build-tests/node-library-build-test/package.json index 2338168d204..c7afe24f88d 100644 --- a/build-tests/node-library-build-test/package.json +++ b/build-tests/node-library-build-test/package.json @@ -16,6 +16,6 @@ "@types/mocha": "5.2.5", "chai": "~3.5.0", "gulp": "~3.9.1", - "@microsoft/rush-stack-compiler-3.1": "0.5.2" + "@microsoft/rush-stack-compiler-3.2": "0.2.2" } } diff --git a/build-tests/node-library-build-test/tsconfig.json b/build-tests/node-library-build-test/tsconfig.json index 274d068c868..c690935203f 100644 --- a/build-tests/node-library-build-test/tsconfig.json +++ b/build-tests/node-library-build-test/tsconfig.json @@ -1,3 +1,3 @@ { - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/includes/tsconfig-node.json" + "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json" } diff --git a/build-tests/node-library-build-test/tslint.json b/build-tests/node-library-build-test/tslint.json index cf2395fe8c0..04fc5479081 100644 --- a/build-tests/node-library-build-test/tslint.json +++ b/build-tests/node-library-build-test/tslint.json @@ -1,3 +1,3 @@ { - "extends": "@microsoft/rush-stack-compiler-3.1/includes/tslint.json" + "extends": "@microsoft/rush-stack-compiler-3.2/includes/tslint.json" } diff --git a/build-tests/rush-stack-compiler-3.1-library-test/tsconfig.json b/build-tests/rush-stack-compiler-3.1-library-test/tsconfig.json index 274d068c868..c690935203f 100644 --- a/build-tests/rush-stack-compiler-3.1-library-test/tsconfig.json +++ b/build-tests/rush-stack-compiler-3.1-library-test/tsconfig.json @@ -1,3 +1,3 @@ { - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/includes/tsconfig-node.json" + "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json" } diff --git a/build-tests/rush-stack-compiler-3.1-library-test/tslint.json b/build-tests/rush-stack-compiler-3.1-library-test/tslint.json index cf2395fe8c0..04fc5479081 100644 --- a/build-tests/rush-stack-compiler-3.1-library-test/tslint.json +++ b/build-tests/rush-stack-compiler-3.1-library-test/tslint.json @@ -1,3 +1,3 @@ { - "extends": "@microsoft/rush-stack-compiler-3.1/includes/tslint.json" + "extends": "@microsoft/rush-stack-compiler-3.2/includes/tslint.json" } diff --git a/build-tests/rush-stack-library-test/package.json b/build-tests/rush-stack-library-test/package.json index 93cb2bad098..da255a1f877 100644 --- a/build-tests/rush-stack-library-test/package.json +++ b/build-tests/rush-stack-library-test/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@microsoft/rush-stack": "0.1.49", - "@microsoft/rush-stack-compiler-3.1": "0.5.2" + "@microsoft/rush-stack-compiler-3.2": "0.2.2" } } diff --git a/build-tests/rush-stack-library-test/tsconfig.json b/build-tests/rush-stack-library-test/tsconfig.json index d88e77574cf..0bfc1d6a4fb 100644 --- a/build-tests/rush-stack-library-test/tsconfig.json +++ b/build-tests/rush-stack-library-test/tsconfig.json @@ -1,4 +1,4 @@ { "$schema": "http://json.schemastore.org/tsconfig", - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/includes/tsconfig-web.json" + "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-web.json" } diff --git a/build-tests/rush-stack-library-test/tslint.json b/build-tests/rush-stack-library-test/tslint.json index 3a8dd8ac539..87a784db318 100644 --- a/build-tests/rush-stack-library-test/tslint.json +++ b/build-tests/rush-stack-library-test/tslint.json @@ -1,4 +1,4 @@ { "$schema": "http://json.schemastore.org/tslint", - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/includes/tslint.json" + "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tslint.json" } diff --git a/build-tests/web-library-build-test/package.json b/build-tests/web-library-build-test/package.json index d10c482d05f..291862c9724 100644 --- a/build-tests/web-library-build-test/package.json +++ b/build-tests/web-library-build-test/package.json @@ -14,7 +14,7 @@ "devDependencies": { "ts-jest": "~22.4.6", "@types/jest": "23.3.11", - "@microsoft/rush-stack-compiler-3.1": "0.5.2", + "@microsoft/rush-stack-compiler-3.2": "0.2.2", "@microsoft/load-themed-styles": "1.8.58", "@microsoft/web-library-build": "7.0.5", "gulp": "~3.9.1" diff --git a/build-tests/web-library-build-test/tsconfig.json b/build-tests/web-library-build-test/tsconfig.json index afd07d66959..f401d53d2dc 100644 --- a/build-tests/web-library-build-test/tsconfig.json +++ b/build-tests/web-library-build-test/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/includes/tsconfig-web.json", + "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-web.json", "compilerOptions": { "types": [ "jest" diff --git a/build-tests/web-library-build-test/tslint.json b/build-tests/web-library-build-test/tslint.json index cf2395fe8c0..04fc5479081 100644 --- a/build-tests/web-library-build-test/tslint.json +++ b/build-tests/web-library-build-test/tslint.json @@ -1,3 +1,3 @@ { - "extends": "@microsoft/rush-stack-compiler-3.1/includes/tslint.json" + "extends": "@microsoft/rush-stack-compiler-3.2/includes/tslint.json" } diff --git a/common/config/rush/nonbrowser-approved-packages.json b/common/config/rush/nonbrowser-approved-packages.json index 158fe126528..606546be419 100644 --- a/common/config/rush/nonbrowser-approved-packages.json +++ b/common/config/rush/nonbrowser-approved-packages.json @@ -84,7 +84,7 @@ }, { "name": "@microsoft/rush-stack-compiler-3.2", - "allowedCategories": [ "tests" ] + "allowedCategories": [ "libraries", "tests" ] }, { "name": "@microsoft/rush-stack-compiler-shared", diff --git a/common/config/rush/shrinkwrap.yaml b/common/config/rush/shrinkwrap.yaml index a711c115c21..cf07c00774f 100644 --- a/common/config/rush/shrinkwrap.yaml +++ b/common/config/rush/shrinkwrap.yaml @@ -1,6 +1,6 @@ dependencies: '@microsoft/node-library-build': 6.0.29 - '@microsoft/rush-stack-compiler-3.1': 0.5.2 + '@microsoft/rush-stack-compiler-3.2': 0.2.2 '@microsoft/teams-js': 1.3.0-beta.4 '@microsoft/tsdoc': 0.12.5 '@pnpm/link-bins': 1.0.3 @@ -379,6 +379,18 @@ packages: hasBin: true resolution: integrity: sha512-oT1K7hRFO9PUyl+SoSnWavX1CuKWC4IabVKI16Bm/JUtrKBjVI8Lr+hP9c1s6N5dpQKseXIPVjw/g61XGPPr3Q== + /@microsoft/rush-stack-compiler-3.2/0.2.2: + dependencies: + '@microsoft/api-extractor': 7.0.17 + '@microsoft/node-core-library': 3.10.0 + '@types/node': 8.5.8 + tslint: 5.12.1 + tslint-microsoft-contrib: /tslint-microsoft-contrib/5.2.1/tslint@5.12.1 + typescript: 3.2.4 + dev: false + hasBin: true + resolution: + integrity: sha512-7UEx3vXCNlRSGXsXp9W4GFxWDDuM7yoI6aQP2/5cSuKgCIjyAgl8oQgoxYMOD4UQ9v36XieL5U2603daqwB9+g== /@microsoft/teams-js/1.3.0-beta.4: dev: false resolution: @@ -9197,7 +9209,7 @@ packages: dev: false name: '@rush-temp/api-documenter' resolution: - integrity: sha512-7tALmq3kyGNXmnR4J5mwCEldn2a+hkJ1xkw5rJ1ujp/wOPN5HrGJU/2lLwLbzjt29q4wNVOMinnvcd42oqi5GQ== + integrity: sha512-BvVOnmWIZrDXrexXeFmbbDbTmro+S50vNU+ekhsEc71pg2QkgtisGZ+cxiUlQ/qVCxC2+wvjOQBcVVXxJW921w== tarball: 'file:projects/api-documenter.tgz' version: 0.0.0 'file:projects/api-extractor-lib1-test.tgz': @@ -9301,6 +9313,7 @@ packages: '@microsoft/node-library-build': 6.0.29 '@microsoft/rush-stack-compiler-3.0': 0.1.0 '@microsoft/rush-stack-compiler-3.1': 0.5.2 + '@microsoft/rush-stack-compiler-3.2': 0.2.2 '@microsoft/tsdoc': 0.12.5 '@types/jest': 23.3.11 '@types/lodash': 4.14.116 @@ -9316,7 +9329,7 @@ packages: dev: false name: '@rush-temp/api-extractor' resolution: - integrity: sha512-Iim3FNWHcC4Bu3RLEgHteUorNSF5XzhmBbbuSoVXVFtg6sXJJJkvbleKW+pVUkc7L+HK/KqLDooN9EA5qznLbA== + integrity: sha512-oW9SRrnG6NXgEPqFi6LqwqUzkkOCOZMebZnUJ3WU3GjfrQrU+px/5D//xTXDDxcFOrewPhSyzDVddMUx5L4Jxw== tarball: 'file:projects/api-extractor.tgz' version: 0.0.0 'file:projects/gulp-core-build-mocha.tgz': @@ -9337,7 +9350,7 @@ packages: dev: false name: '@rush-temp/gulp-core-build-mocha' resolution: - integrity: sha512-BAPFflJHYpQblm8ahVUJub4TUOGnM4fzg++r4g4ZGcO8/y0CXP3dbrhLCiGSDxW/oYWU3QQNC8QBwPK19o4ZyA== + integrity: sha512-/wQZcDgFcNjUR8w1tqLgYaolzqTmC/Q4GsK/tnR5apg/wbWZgq+W+8blGmSYYlxkikwjJf5m6jVOgZttLDMWjA== tarball: 'file:projects/gulp-core-build-mocha.tgz' version: 0.0.0 'file:projects/gulp-core-build-sass.tgz': @@ -9357,7 +9370,7 @@ packages: dev: false name: '@rush-temp/gulp-core-build-sass' resolution: - integrity: sha512-/ol4T8KgM4wzqK09vLotC0hRQtdfiJpheNR5H3jegjXqBzVmOxE7vLtzZuTGHYhr4LXHtTar5CAFUJnOaKShVg== + integrity: sha512-zYUhY0RXz++eUN6JwIhxaPP92ew+m7RIBHMvQK1ptumAZIMb3CHeekk9qXf+pWJvzCEFMtWbJ+pc2wvzTMJwZw== tarball: 'file:projects/gulp-core-build-sass.tgz' version: 0.0.0 'file:projects/gulp-core-build-serve.tgz': @@ -9384,7 +9397,7 @@ packages: dev: false name: '@rush-temp/gulp-core-build-serve' resolution: - integrity: sha512-Tdwnw60ptPn0KhRay8H3W8HHwPt7ABcjYE7hcm6zQWDIbcLUTEz8bxKr5CqMqJXLjFbnhNSExebjAyn4PWB9xw== + integrity: sha512-e+sTOFya6dxOP4lHf8aPZ93nnrEj0UL/xcBwe/y3j5xFBjPe960j2Vzdc7D4S1FdHGcRJh3whzYb7NWqtae/Pg== tarball: 'file:projects/gulp-core-build-serve.tgz' version: 0.0.0 'file:projects/gulp-core-build-typescript.tgz': @@ -9404,7 +9417,7 @@ packages: dev: false name: '@rush-temp/gulp-core-build-typescript' resolution: - integrity: sha512-yDcJ+vJn3maoF9/ucVBpASW5F2bevUnjmVh/TnR48I/V8taxEb5sHEK12G82wuNtqCNOK5rb4E4hNE/SD0E0Sg== + integrity: sha512-ap8UB5ALpdfWX1kIw+UDHhxiH4UIoUZ3BZmHjANk7aFszfUJ3sEMITReawX8s9SJyh/A8kNV26XLSTnnJ4fNRQ== tarball: 'file:projects/gulp-core-build-typescript.tgz' version: 0.0.0 'file:projects/gulp-core-build-webpack.tgz': @@ -9422,7 +9435,7 @@ packages: dev: false name: '@rush-temp/gulp-core-build-webpack' resolution: - integrity: sha512-ApcWaftBbTmL4dGMgo+58otNg5j94v4vlSL0Jf5f08tHsxfMOeaLKVmSXbjj5dmDch/n7lDqmKqVeoJoBH7C1w== + integrity: sha512-3+Y9YMk5FFhY9oj6r+hKz3itmjCyZaNrcQRRkXMg+G87XLVZqYS5LSq2PbRt3My6R3hT+E9pQMFuDgv7x+Od2g== tarball: 'file:projects/gulp-core-build-webpack.tgz' version: 0.0.0 'file:projects/gulp-core-build.tgz': @@ -9470,7 +9483,7 @@ packages: dev: false name: '@rush-temp/gulp-core-build' resolution: - integrity: sha512-A7mT7/T/l3+ux/i//Uu0cq/07UKnkPfjavHcoHPPoCg3idxdlnH+tkMHIpHwWf+9ZS32PS3ka+HS19YX/0KPbg== + integrity: sha512-aoKMC+1TaU3N0DeyEx+U+f1nvRQU+4b2QTGkzvAje+hCEl6M1Xj/YgOSIOh+CiKGX/ypWf9Q4YZ13PZI9vkgsw== tarball: 'file:projects/gulp-core-build.tgz' version: 0.0.0 'file:projects/load-themed-styles.tgz': @@ -9483,7 +9496,7 @@ packages: dev: false name: '@rush-temp/load-themed-styles' resolution: - integrity: sha512-6uwcX9F14+TDU5qvo2RV61KY7HmTTDbpSgiYDalSKP8yT//blWr7W80NN5gj5LW7wod/Q7ml/MAZa4I54OD+kw== + integrity: sha512-9kTHOu9czHvMEXgaZJ36Ppm6nYyppVcB+LTnOoaqsuVMmJZNHxi9/dTTGFFmyU3eFNjOkW6c7VZUl6UowREFIA== tarball: 'file:projects/load-themed-styles.tgz' version: 0.0.0 'file:projects/loader-load-themed-styles.tgz': @@ -9498,7 +9511,7 @@ packages: dev: false name: '@rush-temp/loader-load-themed-styles' resolution: - integrity: sha512-SrtLFssxMA/XwauehzgYRAUTSt/WaUKGK3v/SkVnRfaPRP4Xz4w/Gvzs4yvOiAjw5z/3C2ucQfABhAHPn9oLCg== + integrity: sha512-e3t5a4P4+/grMU3JO6wfmMnXe/yaC8AEuuEVThkvPNU1hLGvOR++A5WGUUz0WROBxIm7HroB9/2AAo+1tFcAdA== tarball: 'file:projects/loader-load-themed-styles.tgz' version: 0.0.0 'file:projects/loader-raw-script.tgz': @@ -9512,7 +9525,7 @@ packages: dev: false name: '@rush-temp/loader-raw-script' resolution: - integrity: sha512-ijrQ7TQTUUgR2P2Xptp1i/Sa6LCdhkQvUc4IEen6XebrdtNFm0/2Fj7FLE6nLkyuqCWz+uV5GxI+j4GF5Chrwg== + integrity: sha512-YBqjv1w+f8r+s+fxCd9SvJ0g8xp+WtVYwbL9Lr2em7g2e9d0Z9VxkvfypqsFypNlP+UuH/PVPyadsB4kjcR9cQ== tarball: 'file:projects/loader-raw-script.tgz' version: 0.0.0 'file:projects/loader-set-webpack-public-path.tgz': @@ -9528,7 +9541,7 @@ packages: dev: false name: '@rush-temp/loader-set-webpack-public-path' resolution: - integrity: sha512-NqnxUz5I2qsthykZYzBZR1VFSTfDJCPN2T4NdWFUetJ4RX4QOq8Ce2CE95wrchF3VKswnXhAbCEbry34CMZu5A== + integrity: sha512-UcfuRDNg/kJaE3M6MR7QHOzBD4C5iPyfHK5kY8lKxHR+8fhthadeUO6TZVpcBEVqXz/VHWkYNi/MQz3piEtyOQ== tarball: 'file:projects/loader-set-webpack-public-path.tgz' version: 0.0.0 'file:projects/node-core-library.tgz': @@ -9536,6 +9549,7 @@ packages: '@microsoft/node-library-build': 6.0.29 '@microsoft/rush-stack-compiler-3.0': 0.1.0 '@microsoft/rush-stack-compiler-3.1': 0.5.2 + '@microsoft/rush-stack-compiler-3.2': 0.2.2 '@types/fs-extra': 5.0.4 '@types/jest': 23.3.11 '@types/jju': 1.4.0 @@ -9550,7 +9564,7 @@ packages: dev: false name: '@rush-temp/node-core-library' resolution: - integrity: sha512-UCVjb37UR9G5Z7+h/SW/VbxWTs0YemnG+oJ/Gx1srHHvneE25iKh4esjXuEVrMrS9MZlzQ+XRPduqZIjFGJK3g== + integrity: sha512-AvOecUo6iDnQqfizc70gFR1wWhARqJO+XEhX3LE0FL3jdwRQmSL75FnFepOSXLv4N/bk2Pue2WWHK9cV0QhI0g== tarball: 'file:projects/node-core-library.tgz' version: 0.0.0 'file:projects/node-library-build-test.tgz': @@ -9563,7 +9577,7 @@ packages: dev: false name: '@rush-temp/node-library-build-test' resolution: - integrity: sha512-MctQjgNQimP7zmQiuoAlTFIT9rz7X9uwHh+2KagZ7ouGRNA98w4E5Guxwat4O08X3leEj2hXT2EQGFPy1PquYA== + integrity: sha512-Xo0wQI5FigTukAm9O4LGEQOUH6n/EvgV5DXdk8vKWLsgiRzr9FHjy8jgiSCKks92m0kVNK2AE/D/XiAaWHFDew== tarball: 'file:projects/node-library-build-test.tgz' version: 0.0.0 'file:projects/node-library-build.tgz': @@ -9574,7 +9588,7 @@ packages: dev: false name: '@rush-temp/node-library-build' resolution: - integrity: sha512-BByAIhv/TXHEwtmk3+dcPI5l+0GmcBkMxqBU1/mDSh03yj1VcYEROCLAGAxTvpGS/RiaECbwC24scO9kXMY3aA== + integrity: sha512-JZrNsUAoK6dtqbZ1X114yTK/2aOLtwoRWGn5ObHeV8ujjbwUnVDDIUrIr6ZQvbmMsR+LRI7ZGyVTKmpOI8wv2w== tarball: 'file:projects/node-library-build.tgz' version: 0.0.0 'file:projects/package-deps-hash.tgz': @@ -9587,7 +9601,7 @@ packages: dev: false name: '@rush-temp/package-deps-hash' resolution: - integrity: sha512-eeKga7ZvAyLy7RMieWPCHT6o5Zdn92yHLEBUXklYm9QzQYtgppHZD7iP1DCAd3fOApCSTHeBopM5qhRkRDxARw== + integrity: sha512-g4YlXWHVW72Vxh5MxlpskQTIu65hkRNCQ6nzZrCBJydladW+0rOEXsEX433IKleQtkl2/qgmip0LC8v2C+5b9w== tarball: 'file:projects/package-deps-hash.tgz' version: 0.0.0 'file:projects/resolve-chunk-plugin.tgz': @@ -9600,7 +9614,7 @@ packages: dev: false name: '@rush-temp/resolve-chunk-plugin' resolution: - integrity: sha512-KKbhFqEympsfM+4lnwQdwyrcHMF+Q5kyjTpannZHpRd7ML8Y8AOv/L2G6i5tTbvuEN9KKuGqTBk9A4g/kzQsEg== + integrity: sha512-zWj+/uqP9XiSRW8nw/i8pNBW+QSm4R7//483ulCe69o1Bp3Hbu7iEhXojCcBk12BBdVvq/B0YViy05pMRyFfqQ== tarball: 'file:projects/resolve-chunk-plugin.tgz' version: 0.0.0 'file:projects/rush-lib.tgz': @@ -9641,7 +9655,7 @@ packages: dev: false name: '@rush-temp/rush-lib' resolution: - integrity: sha512-9GBJLXT6gz5OeSk3N6BgwFclBSdFbNqKCxZCYpRIiP535wJpizIoVtwq/0W1HpefzsvEGTjQpvGWErrb83FZcw== + integrity: sha512-9SNmEmKILzD4KfC9RbyYxpoUbQSvxeoWxT6iKq95qrgkvVq6XFPolF3gU6B2owMzYIgjJqTZlkTFZzDxzChCAA== tarball: 'file:projects/rush-lib.tgz' version: 0.0.0 'file:projects/rush-stack-compiler-2.4-library-test.tgz': @@ -9660,6 +9674,7 @@ packages: '@microsoft/node-library-build': 6.0.29 '@microsoft/rush-stack-compiler-3.0': 0.1.0 '@microsoft/rush-stack-compiler-3.1': 0.5.2 + '@microsoft/rush-stack-compiler-3.2': 0.2.2 '@types/node': 8.5.8 gulp: 3.9.1 tslint: 5.12.1 @@ -9668,7 +9683,7 @@ packages: dev: false name: '@rush-temp/rush-stack-compiler-2.4' resolution: - integrity: sha512-murnCgtavbRsdi6SqeOOzzvzbYkYPWLUeSDDnawIF7tNWShOVqGJ5SGnmdXZ4Xy3JHMoyMOkkS/BuwvXkwu83w== + integrity: sha512-eXuGdSUU7hTDKSR/YTONlWdDhd9X480YCCo5RSA3xawEAMh5J0UU5H5CAFXwoMATWnOHN02e0c36bjdRvM29mQ== tarball: 'file:projects/rush-stack-compiler-2.4.tgz' version: 0.0.0 'file:projects/rush-stack-compiler-2.7-library-test.tgz': @@ -9687,6 +9702,7 @@ packages: '@microsoft/node-library-build': 6.0.29 '@microsoft/rush-stack-compiler-3.0': 0.1.0 '@microsoft/rush-stack-compiler-3.1': 0.5.2 + '@microsoft/rush-stack-compiler-3.2': 0.2.2 '@types/node': 8.5.8 gulp: 3.9.1 tslint: 5.12.1 @@ -9695,7 +9711,7 @@ packages: dev: false name: '@rush-temp/rush-stack-compiler-2.7' resolution: - integrity: sha512-ctr5kig4ltdvBC0F8l4utkiMzjRpBANuFI4B8mx17LW7rJtBUNJibuYNdidqjQgRNqC1m6eBm4XuMNGq33QDhQ== + integrity: sha512-TJuQ0zDuO6MGEZDNsDJpeKgnV8lu/2r5zh/WuPsevIx4gVolcAvQPYmKpyccbl2am9xMhQNUwDydjXpd8HGTxg== tarball: 'file:projects/rush-stack-compiler-2.7.tgz' version: 0.0.0 'file:projects/rush-stack-compiler-2.9-library-test.tgz': @@ -9714,6 +9730,7 @@ packages: '@microsoft/node-library-build': 6.0.29 '@microsoft/rush-stack-compiler-3.0': 0.1.0 '@microsoft/rush-stack-compiler-3.1': 0.5.2 + '@microsoft/rush-stack-compiler-3.2': 0.2.2 '@types/node': 8.5.8 gulp: 3.9.1 tslint: 5.12.1 @@ -9722,7 +9739,7 @@ packages: dev: false name: '@rush-temp/rush-stack-compiler-2.9' resolution: - integrity: sha512-CFEW+1/JEqyajnWwsYQg8gYYolVl+IfhuilAbdH1RkhN4LTswHRWvskgx4yDXfbStOJLhGhqn6UdUD8jqJ59jQ== + integrity: sha512-G5KP4fyuKTNtadR5dBWF5E5BdzF+NW82J+V7pTTus6+p4z6vFON7ZPOlr7ZMQecIFWILdegCxILA9vuWnaFw4w== tarball: 'file:projects/rush-stack-compiler-2.9.tgz' version: 0.0.0 'file:projects/rush-stack-compiler-3.0-library-test.tgz': @@ -9741,6 +9758,7 @@ packages: '@microsoft/node-library-build': 6.0.29 '@microsoft/rush-stack-compiler-3.0': 0.1.0 '@microsoft/rush-stack-compiler-3.1': 0.5.2 + '@microsoft/rush-stack-compiler-3.2': 0.2.2 '@types/node': 8.5.8 gulp: 3.9.1 tslint: 5.12.1 @@ -9749,7 +9767,7 @@ packages: dev: false name: '@rush-temp/rush-stack-compiler-3.0' resolution: - integrity: sha512-g4TK2ZG6ivQxxxgO4+5Paf8QHrT8XvYuy02+a8sqSobiYLkCOjDW53OmtssuA2lLHUlyWRil7eqD87E4B677Ew== + integrity: sha512-EsulEEfOoPcaBFUyVQloECVjhqHkw3CjshaK5iuoauwn0RhvIh0D4T5eerTGWEF4LQU4J9hY4NB6Q0T5BDM4GA== tarball: 'file:projects/rush-stack-compiler-3.0.tgz' version: 0.0.0 'file:projects/rush-stack-compiler-3.1-library-test.tgz': @@ -9768,6 +9786,7 @@ packages: '@microsoft/node-library-build': 6.0.29 '@microsoft/rush-stack-compiler-3.0': 0.1.0 '@microsoft/rush-stack-compiler-3.1': 0.5.2 + '@microsoft/rush-stack-compiler-3.2': 0.2.2 '@types/node': 8.5.8 gulp: 3.9.1 tslint: 5.12.1 @@ -9776,7 +9795,7 @@ packages: dev: false name: '@rush-temp/rush-stack-compiler-3.1' resolution: - integrity: sha512-3F1ov9Q+sknQXm9aMoMpSetCkh9JqKIkX5nDL2doAOwCM4bjncBtnqdOw/bEuU/4fFNHDYDaCfkmvwzUPgE9vQ== + integrity: sha512-bDT8+k4/bOLAdps51FKXlpe5ZS5CTCje0I3qNGZmPph845awYlWvhyInvVo5ph0Uml92TpgskxRYFlgRRL7WbA== tarball: 'file:projects/rush-stack-compiler-3.1.tgz' version: 0.0.0 'file:projects/rush-stack-compiler-3.2-library-test.tgz': @@ -9795,6 +9814,7 @@ packages: '@microsoft/node-library-build': 6.0.29 '@microsoft/rush-stack-compiler-3.0': 0.1.0 '@microsoft/rush-stack-compiler-3.1': 0.5.2 + '@microsoft/rush-stack-compiler-3.2': 0.2.2 '@types/node': 8.5.8 gulp: 3.9.1 tslint: 5.12.1 @@ -9803,7 +9823,7 @@ packages: dev: false name: '@rush-temp/rush-stack-compiler-3.2' resolution: - integrity: sha512-/RgTqa32A+6UcvpVdHZq671h2WlHi1n1Wa5b03Hck39vLuaARm2MJsGweATzq5YMK21/gzck/aJOfn7UQ/kO4A== + integrity: sha512-sgA8pda2Hu7W4VOIffuhcbPZFlNN1nrmYeBuhF+DjcV7LGlhWcqdoBiUtDejYsuNlpRk1uwuJQ1Z8dQHEefsrQ== tarball: 'file:projects/rush-stack-compiler-3.2.tgz' version: 0.0.0 'file:projects/rush-stack-compiler-shared.tgz': @@ -9817,7 +9837,7 @@ packages: dev: false name: '@rush-temp/rush-stack-library-test' resolution: - integrity: sha512-xdIognypFpbtz2EgLE6KaJC+ca9ulVElrcDIHy7Mmd68uPrjvJ90SV7nFEWDZoOcgFN/+HDb9e9i6kjDCSFc4g== + integrity: sha512-D0P+pfuJt4eyyBjdL+qPlweFp/7p9dDHErD56YCsz8fmgiQcC7DW2Bi1b2If3uHGWdOQM0wfSjEYjteHy6+MQg== tarball: 'file:projects/rush-stack-library-test.tgz' version: 0.0.0 'file:projects/rush-stack.tgz': @@ -9828,7 +9848,7 @@ packages: dev: false name: '@rush-temp/rush-stack' resolution: - integrity: sha512-UC0xQKkieeHkc0hz0NX5arlu+MxveyOdk0I1GZLKTKgthJDYifSOTSdxv+6pjf6lPUttTSgpHJPiA5zkHyfyEA== + integrity: sha512-4gvsAaChTHDKPjR1/+5iHta1/C/QB9cHhObImJFwbZ4UrDWrui1wHBfiGDfq658KCUYnQ8d5IqkBaSgqE5MBgQ== tarball: 'file:projects/rush-stack.tgz' version: 0.0.0 'file:projects/rush.tgz': @@ -9846,7 +9866,7 @@ packages: dev: false name: '@rush-temp/rush' resolution: - integrity: sha512-NFrVsxiTuWaVygiZnqMhx82+aLIPws+6z22xnOt5g8muTVLPZ+YXHkaF7++2RwfzOTBlVIQ/AZsHoXOcEO/0qQ== + integrity: sha512-+LEiZTXQJtYvNh+q1Lw+WvuhwpbTa3FEgfqVfKmXLkbi9G8t8n0ZBeYwQRHo5+L13VxuaA7eAbBcFCpCj7nhJg== tarball: 'file:projects/rush.tgz' version: 0.0.0 'file:projects/rushell.tgz': @@ -9859,7 +9879,7 @@ packages: dev: false name: '@rush-temp/rushell' resolution: - integrity: sha512-Djt3cn1ftxCfUyuWOPBMLW3UwyR6Z40GADPFBoG2tOR+UXfLrrR1h8n1pO3+g+ZSJkxWLH0RepfNCQJ7ab2yYA== + integrity: sha512-vN89qfW85n5hLYn02M+nFjwiF0v7QE5nawcsj+HV1rphuw9Ml4C4/WPuq9EiV8r+Gle3Az3i2XIpbY1JjvhGpA== tarball: 'file:projects/rushell.tgz' version: 0.0.0 'file:projects/set-webpack-public-path-plugin.tgz': @@ -9878,7 +9898,7 @@ packages: dev: false name: '@rush-temp/set-webpack-public-path-plugin' resolution: - integrity: sha512-yhQIukFnLGrNr6ZvF/Lovxb3AC8KyeR2aW5v1tSLeiqViUAh2R1UKr+qtI09Hqd6nSzfQvsNT0Ea/srlvxJTYg== + integrity: sha512-RKmtzTIQqjhkBd2JcfknBxVPVIZNFXs4aMekh3qfCbIDl9qTQSTaQbCZMLEwQVAOkPQUY5hudgEV8qxj757WEw== tarball: 'file:projects/set-webpack-public-path-plugin.tgz' version: 0.0.0 'file:projects/stream-collator.tgz': @@ -9893,7 +9913,7 @@ packages: dev: false name: '@rush-temp/stream-collator' resolution: - integrity: sha512-jeK2Vv7TIvknEAnYsl/LBNCv8DH0p9dU/79BuKFtOvjy3IXeOumcvy4yUkXNoHiRZmyk/bLBTo7SHYklUW6Qnw== + integrity: sha512-GuQXxdVvb5fuXGV0hkQ7R1tSXHkD3vRN0Zcnqrn/9yPJDNihYD2RxIMK7dR14mybiCCoW4lj1tymzAGXgeTreA== tarball: 'file:projects/stream-collator.tgz' version: 0.0.0 'file:projects/ts-command-line.tgz': @@ -9901,6 +9921,7 @@ packages: '@microsoft/node-library-build': 6.0.29 '@microsoft/rush-stack-compiler-3.0': 0.1.0 '@microsoft/rush-stack-compiler-3.1': 0.5.2 + '@microsoft/rush-stack-compiler-3.2': 0.2.2 '@types/argparse': 1.0.33 '@types/jest': 23.3.11 '@types/node': 8.5.8 @@ -9911,7 +9932,7 @@ packages: dev: false name: '@rush-temp/ts-command-line' resolution: - integrity: sha512-2+JbSg/odFCXSUqQmbGcSywzdymcdj5U3SuoMyvctqUF913MsRIGRAMNL78WjsYGHzszqpn2sbcUGpOXskOpSw== + integrity: sha512-KtAiZo6nOhQzYeB8mDkp4vW13zAF2SvBU4SRjTYBvD+gdO3B4TSxpkYDAWRbLmhic+RgpasUycfikJBhbXrX3g== tarball: 'file:projects/ts-command-line.tgz' version: 0.0.0 'file:projects/web-library-build-test.tgz': @@ -9922,7 +9943,7 @@ packages: dev: false name: '@rush-temp/web-library-build-test' resolution: - integrity: sha512-4kg6HW/4y+2bNuKt38qQ/h5eoVz36OU/xpLrxr9KgTZVjsWxMKMvbsmqBY3MwnN3CCpBFw2XcFkiCRL5ccwYWA== + integrity: sha512-3nzLOWRPygmi+lDOgliibHMS5QLjImZrb08jO5gQR2WSum7833BDYV6yrlzuBGqc2r/o0N4JrkzD1Z1hTucdFA== tarball: 'file:projects/web-library-build-test.tgz' version: 0.0.0 'file:projects/web-library-build.tgz': @@ -9934,7 +9955,7 @@ packages: dev: false name: '@rush-temp/web-library-build' resolution: - integrity: sha512-P4aH8+7JkYEJnQtdtm8sJWq5o8qOTMH3ADCFH1x45uEN/8TfCJiTI/PPXdnB/lYGuVaEX2b+2vEIg694kbzrjw== + integrity: sha512-gPfZUrs+DnyGamPbIZRA6fH914nYZL/7ItfyNWlAcNYMG+wpQyWJMPV2XJb+ldcOInUqUjEI/v2jmARQ3oKnRg== tarball: 'file:projects/web-library-build.tgz' version: 0.0.0 registry: 'https://registry.npmjs.org/' @@ -9942,7 +9963,7 @@ shrinkwrapMinorVersion: 9 shrinkwrapVersion: 3 specifiers: '@microsoft/node-library-build': 6.0.29 - '@microsoft/rush-stack-compiler-3.1': 0.5.2 + '@microsoft/rush-stack-compiler-3.2': 0.2.2 '@microsoft/teams-js': 1.3.0-beta.4 '@microsoft/tsdoc': 0.12.5 '@pnpm/link-bins': ~1.0.1 diff --git a/core-build/gulp-core-build-mocha/package.json b/core-build/gulp-core-build-mocha/package.json index 1f6e606e0ed..69c9b484764 100644 --- a/core-build/gulp-core-build-mocha/package.json +++ b/core-build/gulp-core-build-mocha/package.json @@ -24,7 +24,7 @@ "gulp-mocha": "~6.0.0" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.1": "0.5.2", + "@microsoft/rush-stack-compiler-3.2": "0.2.2", "@microsoft/node-library-build": "6.0.29", "@types/glob": "5.0.30", "@types/gulp": "3.8.32", diff --git a/core-build/gulp-core-build-mocha/tsconfig.json b/core-build/gulp-core-build-mocha/tsconfig.json index 274d068c868..c690935203f 100644 --- a/core-build/gulp-core-build-mocha/tsconfig.json +++ b/core-build/gulp-core-build-mocha/tsconfig.json @@ -1,3 +1,3 @@ { - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/includes/tsconfig-node.json" + "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json" } diff --git a/core-build/gulp-core-build-mocha/tslint.json b/core-build/gulp-core-build-mocha/tslint.json index cf2395fe8c0..04fc5479081 100644 --- a/core-build/gulp-core-build-mocha/tslint.json +++ b/core-build/gulp-core-build-mocha/tslint.json @@ -1,3 +1,3 @@ { - "extends": "@microsoft/rush-stack-compiler-3.1/includes/tslint.json" + "extends": "@microsoft/rush-stack-compiler-3.2/includes/tslint.json" } diff --git a/core-build/gulp-core-build-sass/package.json b/core-build/gulp-core-build-sass/package.json index 31d8d8ae1c1..09c2b8cc49b 100644 --- a/core-build/gulp-core-build-sass/package.json +++ b/core-build/gulp-core-build-sass/package.json @@ -29,7 +29,7 @@ "@microsoft/node-core-library": "3.10.0" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.1": "0.5.2", + "@microsoft/rush-stack-compiler-3.2": "0.2.2", "@microsoft/node-library-build": "6.0.29", "@types/glob": "5.0.30", "@types/node-sass": "3.10.32", diff --git a/core-build/gulp-core-build-sass/tsconfig.json b/core-build/gulp-core-build-sass/tsconfig.json index 274d068c868..c690935203f 100644 --- a/core-build/gulp-core-build-sass/tsconfig.json +++ b/core-build/gulp-core-build-sass/tsconfig.json @@ -1,3 +1,3 @@ { - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/includes/tsconfig-node.json" + "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json" } diff --git a/core-build/gulp-core-build-sass/tslint.json b/core-build/gulp-core-build-sass/tslint.json index cf2395fe8c0..04fc5479081 100644 --- a/core-build/gulp-core-build-sass/tslint.json +++ b/core-build/gulp-core-build-sass/tslint.json @@ -1,3 +1,3 @@ { - "extends": "@microsoft/rush-stack-compiler-3.1/includes/tslint.json" + "extends": "@microsoft/rush-stack-compiler-3.2/includes/tslint.json" } diff --git a/core-build/gulp-core-build-serve/package.json b/core-build/gulp-core-build-serve/package.json index 2dc22e61d24..2539ab22672 100644 --- a/core-build/gulp-core-build-serve/package.json +++ b/core-build/gulp-core-build-serve/package.json @@ -29,7 +29,7 @@ "sudo": "~1.0.3" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.1": "0.5.2", + "@microsoft/rush-stack-compiler-3.2": "0.2.2", "@microsoft/node-library-build": "6.0.29", "@types/express": "4.11.0", "@types/express-serve-static-core": "4.11.0", diff --git a/core-build/gulp-core-build-serve/tsconfig.json b/core-build/gulp-core-build-serve/tsconfig.json index caddca5ec69..18b2fd1655f 100644 --- a/core-build/gulp-core-build-serve/tsconfig.json +++ b/core-build/gulp-core-build-serve/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/includes/tsconfig-node.json", + "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json", "compilerOptions": { "strictNullChecks": false } diff --git a/core-build/gulp-core-build-serve/tslint.json b/core-build/gulp-core-build-serve/tslint.json index cf2395fe8c0..04fc5479081 100644 --- a/core-build/gulp-core-build-serve/tslint.json +++ b/core-build/gulp-core-build-serve/tslint.json @@ -1,3 +1,3 @@ { - "extends": "@microsoft/rush-stack-compiler-3.1/includes/tslint.json" + "extends": "@microsoft/rush-stack-compiler-3.2/includes/tslint.json" } diff --git a/core-build/gulp-core-build-typescript/package.json b/core-build/gulp-core-build-typescript/package.json index c8e8eb3267b..d9532eba5e5 100644 --- a/core-build/gulp-core-build-typescript/package.json +++ b/core-build/gulp-core-build-typescript/package.json @@ -16,7 +16,7 @@ "build": "gulp --clean" }, "dependencies": { - "@microsoft/rush-stack-compiler-3.1": "0.5.2", + "@microsoft/rush-stack-compiler-3.2": "0.2.2", "@microsoft/gulp-core-build": "3.9.6", "@microsoft/node-core-library": "3.10.0", "@types/node": "8.5.8", diff --git a/core-build/gulp-core-build-typescript/tsconfig.json b/core-build/gulp-core-build-typescript/tsconfig.json index 274d068c868..c690935203f 100644 --- a/core-build/gulp-core-build-typescript/tsconfig.json +++ b/core-build/gulp-core-build-typescript/tsconfig.json @@ -1,3 +1,3 @@ { - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/includes/tsconfig-node.json" + "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json" } diff --git a/core-build/gulp-core-build-typescript/tslint.json b/core-build/gulp-core-build-typescript/tslint.json index a08be66494c..cce3c83da5f 100644 --- a/core-build/gulp-core-build-typescript/tslint.json +++ b/core-build/gulp-core-build-typescript/tslint.json @@ -1,5 +1,5 @@ { - "extends": "@microsoft/rush-stack-compiler-3.1/includes/tslint.json", + "extends": "@microsoft/rush-stack-compiler-3.2/includes/tslint.json", "rules": { "no-unused-variable": false } diff --git a/core-build/gulp-core-build-webpack/package.json b/core-build/gulp-core-build-webpack/package.json index ce6b7ed6af9..b3ffb457546 100644 --- a/core-build/gulp-core-build-webpack/package.json +++ b/core-build/gulp-core-build-webpack/package.json @@ -24,7 +24,7 @@ "webpack": "~3.11.0" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.1": "0.5.2", + "@microsoft/rush-stack-compiler-3.2": "0.2.2", "@microsoft/node-library-build": "6.0.29", "@types/orchestrator": "0.0.30", "@types/q": "0.0.32", diff --git a/core-build/gulp-core-build-webpack/tsconfig.json b/core-build/gulp-core-build-webpack/tsconfig.json index 274d068c868..c690935203f 100644 --- a/core-build/gulp-core-build-webpack/tsconfig.json +++ b/core-build/gulp-core-build-webpack/tsconfig.json @@ -1,3 +1,3 @@ { - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/includes/tsconfig-node.json" + "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json" } diff --git a/core-build/gulp-core-build-webpack/tslint.json b/core-build/gulp-core-build-webpack/tslint.json index cf2395fe8c0..04fc5479081 100644 --- a/core-build/gulp-core-build-webpack/tslint.json +++ b/core-build/gulp-core-build-webpack/tslint.json @@ -1,3 +1,3 @@ { - "extends": "@microsoft/rush-stack-compiler-3.1/includes/tslint.json" + "extends": "@microsoft/rush-stack-compiler-3.2/includes/tslint.json" } diff --git a/core-build/gulp-core-build/package.json b/core-build/gulp-core-build/package.json index 30e0554971d..5946e669d46 100644 --- a/core-build/gulp-core-build/package.json +++ b/core-build/gulp-core-build/package.json @@ -56,7 +56,7 @@ "jsdom": "~11.11.0" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.1": "0.5.2", + "@microsoft/rush-stack-compiler-3.2": "0.2.2", "@types/z-schema": "3.16.31", "@microsoft/node-library-build": "6.0.29", "chai": "~3.5.0" diff --git a/core-build/gulp-core-build/tsconfig.json b/core-build/gulp-core-build/tsconfig.json index ef7cbedc89e..177c7384f50 100644 --- a/core-build/gulp-core-build/tsconfig.json +++ b/core-build/gulp-core-build/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/includes/tsconfig-node.json", + "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json", "compilerOptions": { "types": [ "mocha" diff --git a/core-build/gulp-core-build/tslint.json b/core-build/gulp-core-build/tslint.json index cf2395fe8c0..04fc5479081 100644 --- a/core-build/gulp-core-build/tslint.json +++ b/core-build/gulp-core-build/tslint.json @@ -1,3 +1,3 @@ { - "extends": "@microsoft/rush-stack-compiler-3.1/includes/tslint.json" + "extends": "@microsoft/rush-stack-compiler-3.2/includes/tslint.json" } diff --git a/core-build/node-library-build/package.json b/core-build/node-library-build/package.json index b6db63f4b0c..5295e5ac0a4 100644 --- a/core-build/node-library-build/package.json +++ b/core-build/node-library-build/package.json @@ -24,6 +24,6 @@ "gulp": "~3.9.1" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.1": "0.5.2" + "@microsoft/rush-stack-compiler-3.2": "0.2.2" } } diff --git a/core-build/node-library-build/tsconfig.json b/core-build/node-library-build/tsconfig.json index 274d068c868..c690935203f 100644 --- a/core-build/node-library-build/tsconfig.json +++ b/core-build/node-library-build/tsconfig.json @@ -1,3 +1,3 @@ { - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/includes/tsconfig-node.json" + "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json" } diff --git a/core-build/node-library-build/tslint.json b/core-build/node-library-build/tslint.json index cf2395fe8c0..04fc5479081 100644 --- a/core-build/node-library-build/tslint.json +++ b/core-build/node-library-build/tslint.json @@ -1,3 +1,3 @@ { - "extends": "@microsoft/rush-stack-compiler-3.1/includes/tslint.json" + "extends": "@microsoft/rush-stack-compiler-3.2/includes/tslint.json" } diff --git a/core-build/web-library-build/package.json b/core-build/web-library-build/package.json index 8892b952404..e2ade0f0702 100644 --- a/core-build/web-library-build/package.json +++ b/core-build/web-library-build/package.json @@ -30,6 +30,6 @@ }, "devDependencies": { "@microsoft/node-library-build": "6.0.29", - "@microsoft/rush-stack-compiler-3.1": "0.5.2" + "@microsoft/rush-stack-compiler-3.2": "0.2.2" } } diff --git a/core-build/web-library-build/tsconfig.json b/core-build/web-library-build/tsconfig.json index 274d068c868..c690935203f 100644 --- a/core-build/web-library-build/tsconfig.json +++ b/core-build/web-library-build/tsconfig.json @@ -1,3 +1,3 @@ { - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/includes/tsconfig-node.json" + "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json" } diff --git a/core-build/web-library-build/tslint.json b/core-build/web-library-build/tslint.json index cf2395fe8c0..04fc5479081 100644 --- a/core-build/web-library-build/tslint.json +++ b/core-build/web-library-build/tslint.json @@ -1,3 +1,3 @@ { - "extends": "@microsoft/rush-stack-compiler-3.1/includes/tslint.json" + "extends": "@microsoft/rush-stack-compiler-3.2/includes/tslint.json" } diff --git a/libraries/load-themed-styles/package.json b/libraries/load-themed-styles/package.json index 73db75312da..153c5b05810 100644 --- a/libraries/load-themed-styles/package.json +++ b/libraries/load-themed-styles/package.json @@ -14,7 +14,7 @@ "keywords": [], "dependencies": {}, "devDependencies": { - "@microsoft/rush-stack-compiler-3.1": "0.5.2", + "@microsoft/rush-stack-compiler-3.2": "0.2.2", "@types/chai": "3.4.34", "@types/mocha": "5.2.5", "@types/webpack-env": "1.13.0", diff --git a/libraries/load-themed-styles/tsconfig.json b/libraries/load-themed-styles/tsconfig.json index 0a0ab2b0d72..2b942ef63b8 100644 --- a/libraries/load-themed-styles/tsconfig.json +++ b/libraries/load-themed-styles/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/includes/tsconfig-web.json", + "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-web.json", "compilerOptions": { "module": "commonjs", "types": [ diff --git a/libraries/load-themed-styles/tslint.json b/libraries/load-themed-styles/tslint.json index cf2395fe8c0..04fc5479081 100644 --- a/libraries/load-themed-styles/tslint.json +++ b/libraries/load-themed-styles/tslint.json @@ -1,3 +1,3 @@ { - "extends": "@microsoft/rush-stack-compiler-3.1/includes/tslint.json" + "extends": "@microsoft/rush-stack-compiler-3.2/includes/tslint.json" } diff --git a/libraries/node-core-library/package.json b/libraries/node-core-library/package.json index ca1a4a04cca..3372ff6dd92 100644 --- a/libraries/node-core-library/package.json +++ b/libraries/node-core-library/package.json @@ -29,6 +29,6 @@ "@types/jest": "23.3.11", "gulp": "~3.9.1", "@microsoft/node-library-build": "6.0.29", - "@microsoft/rush-stack-compiler-3.1": "0.5.2" + "@microsoft/rush-stack-compiler-3.2": "0.2.2" } } diff --git a/libraries/node-core-library/tsconfig.json b/libraries/node-core-library/tsconfig.json index 8a9717ccba2..b79c7404f32 100644 --- a/libraries/node-core-library/tsconfig.json +++ b/libraries/node-core-library/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/includes/tsconfig-node.json", + "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json", "compilerOptions": { "types": [ diff --git a/libraries/node-core-library/tslint.json b/libraries/node-core-library/tslint.json index cf2395fe8c0..04fc5479081 100644 --- a/libraries/node-core-library/tslint.json +++ b/libraries/node-core-library/tslint.json @@ -1,3 +1,3 @@ { - "extends": "@microsoft/rush-stack-compiler-3.1/includes/tslint.json" + "extends": "@microsoft/rush-stack-compiler-3.2/includes/tslint.json" } diff --git a/libraries/package-deps-hash/package.json b/libraries/package-deps-hash/package.json index e10aa596a93..dccf0107b2d 100644 --- a/libraries/package-deps-hash/package.json +++ b/libraries/package-deps-hash/package.json @@ -16,7 +16,7 @@ "build": "gulp test --clean" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.1": "0.5.2", + "@microsoft/rush-stack-compiler-3.2": "0.2.2", "@microsoft/node-library-build": "6.0.29", "@microsoft/node-core-library": "3.10.0", "chai": "~3.5.0", diff --git a/libraries/package-deps-hash/tsconfig.json b/libraries/package-deps-hash/tsconfig.json index ef7cbedc89e..177c7384f50 100644 --- a/libraries/package-deps-hash/tsconfig.json +++ b/libraries/package-deps-hash/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/includes/tsconfig-node.json", + "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json", "compilerOptions": { "types": [ "mocha" diff --git a/libraries/package-deps-hash/tslint.json b/libraries/package-deps-hash/tslint.json index cf2395fe8c0..04fc5479081 100644 --- a/libraries/package-deps-hash/tslint.json +++ b/libraries/package-deps-hash/tslint.json @@ -1,3 +1,3 @@ { - "extends": "@microsoft/rush-stack-compiler-3.1/includes/tslint.json" + "extends": "@microsoft/rush-stack-compiler-3.2/includes/tslint.json" } diff --git a/libraries/rushell/package.json b/libraries/rushell/package.json index b1ffa7f2063..acd8b488833 100644 --- a/libraries/rushell/package.json +++ b/libraries/rushell/package.json @@ -20,7 +20,7 @@ "@microsoft/node-core-library": "3.10.0" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.1": "0.5.2", + "@microsoft/rush-stack-compiler-3.2": "0.2.2", "@microsoft/node-library-build": "6.0.29", "@types/jest": "23.3.11", "@types/node": "8.5.8", diff --git a/libraries/rushell/tsconfig.json b/libraries/rushell/tsconfig.json index 9d1aa6a5f95..7ce1b56fed8 100644 --- a/libraries/rushell/tsconfig.json +++ b/libraries/rushell/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/includes/tsconfig-node.json", + "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json", "compilerOptions": { "types": [ "jest" diff --git a/libraries/rushell/tslint.json b/libraries/rushell/tslint.json index cf2395fe8c0..04fc5479081 100644 --- a/libraries/rushell/tslint.json +++ b/libraries/rushell/tslint.json @@ -1,3 +1,3 @@ { - "extends": "@microsoft/rush-stack-compiler-3.1/includes/tslint.json" + "extends": "@microsoft/rush-stack-compiler-3.2/includes/tslint.json" } diff --git a/libraries/stream-collator/package.json b/libraries/stream-collator/package.json index 16428d40594..e7421d447e5 100644 --- a/libraries/stream-collator/package.json +++ b/libraries/stream-collator/package.json @@ -20,7 +20,7 @@ "@types/node": "8.5.8" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.1": "0.5.2", + "@microsoft/rush-stack-compiler-3.2": "0.2.2", "@types/chai": "3.4.34", "@types/mocha": "5.2.5", "chai": "~3.5.0", diff --git a/libraries/stream-collator/tsconfig.json b/libraries/stream-collator/tsconfig.json index eb85a585a0a..241770a6561 100644 --- a/libraries/stream-collator/tsconfig.json +++ b/libraries/stream-collator/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/includes/tsconfig-node.json", + "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json", "compilerOptions": { "strictNullChecks": false, "types": [ diff --git a/libraries/stream-collator/tslint.json b/libraries/stream-collator/tslint.json index cf2395fe8c0..04fc5479081 100644 --- a/libraries/stream-collator/tslint.json +++ b/libraries/stream-collator/tslint.json @@ -1,3 +1,3 @@ { - "extends": "@microsoft/rush-stack-compiler-3.1/includes/tslint.json" + "extends": "@microsoft/rush-stack-compiler-3.2/includes/tslint.json" } diff --git a/libraries/ts-command-line/package.json b/libraries/ts-command-line/package.json index 1e968f146f6..6e065177d6f 100644 --- a/libraries/ts-command-line/package.json +++ b/libraries/ts-command-line/package.json @@ -26,6 +26,6 @@ "@types/jest": "23.3.11", "gulp": "~3.9.1", "@microsoft/node-library-build": "6.0.29", - "@microsoft/rush-stack-compiler-3.1": "0.5.2" + "@microsoft/rush-stack-compiler-3.2": "0.2.2" } } diff --git a/libraries/ts-command-line/tsconfig.json b/libraries/ts-command-line/tsconfig.json index 8a9717ccba2..b79c7404f32 100644 --- a/libraries/ts-command-line/tsconfig.json +++ b/libraries/ts-command-line/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/includes/tsconfig-node.json", + "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json", "compilerOptions": { "types": [ diff --git a/libraries/ts-command-line/tslint.json b/libraries/ts-command-line/tslint.json index cf2395fe8c0..04fc5479081 100644 --- a/libraries/ts-command-line/tslint.json +++ b/libraries/ts-command-line/tslint.json @@ -1,3 +1,3 @@ { - "extends": "@microsoft/rush-stack-compiler-3.1/includes/tslint.json" + "extends": "@microsoft/rush-stack-compiler-3.2/includes/tslint.json" } diff --git a/rush.json b/rush.json index 02032d36a2e..c8337cdeb5b 100644 --- a/rush.json +++ b/rush.json @@ -288,7 +288,7 @@ "shouldPublish": true, "cyclicDependencyProjects": [ "@microsoft/node-library-build", - "@microsoft/rush-stack-compiler-3.1" + "@microsoft/rush-stack-compiler-3.2" ] }, { @@ -493,7 +493,7 @@ "shouldPublish": true, "cyclicDependencyProjects": [ "@microsoft/node-library-build", - "@microsoft/rush-stack-compiler-3.1" + "@microsoft/rush-stack-compiler-3.2" ] }, { @@ -521,7 +521,7 @@ "shouldPublish": true, "cyclicDependencyProjects": [ "@microsoft/node-library-build", - "@microsoft/rush-stack-compiler-3.1" + "@microsoft/rush-stack-compiler-3.2" ] }, @@ -539,7 +539,7 @@ "shouldPublish": true, "cyclicDependencyProjects": [ "@microsoft/node-library-build", - "@microsoft/rush-stack-compiler-3.1" + "@microsoft/rush-stack-compiler-3.2" ] }, { @@ -549,7 +549,7 @@ "shouldPublish": true, "cyclicDependencyProjects": [ "@microsoft/node-library-build", - "@microsoft/rush-stack-compiler-3.1" + "@microsoft/rush-stack-compiler-3.2" ] }, { @@ -559,7 +559,7 @@ "shouldPublish": true, "cyclicDependencyProjects": [ "@microsoft/node-library-build", - "@microsoft/rush-stack-compiler-3.1" + "@microsoft/rush-stack-compiler-3.2" ] }, { @@ -569,7 +569,7 @@ "shouldPublish": true, "cyclicDependencyProjects": [ "@microsoft/node-library-build", - "@microsoft/rush-stack-compiler-3.1" + "@microsoft/rush-stack-compiler-3.2" ] }, { @@ -579,7 +579,7 @@ "shouldPublish": true, "cyclicDependencyProjects": [ "@microsoft/node-library-build", - "@microsoft/rush-stack-compiler-3.1" + "@microsoft/rush-stack-compiler-3.2" ] }, { @@ -589,7 +589,7 @@ "shouldPublish": true, "cyclicDependencyProjects": [ "@microsoft/node-library-build", - "@microsoft/rush-stack-compiler-3.1" + "@microsoft/rush-stack-compiler-3.2" ] }, { diff --git a/stack/rush-stack-compiler-2.4/package.json b/stack/rush-stack-compiler-2.4/package.json index d7bacbee064..a8de0e3318e 100644 --- a/stack/rush-stack-compiler-2.4/package.json +++ b/stack/rush-stack-compiler-2.4/package.json @@ -27,7 +27,7 @@ }, "devDependencies": { "@microsoft/node-library-build": "6.0.29", - "@microsoft/rush-stack-compiler-3.1": "0.5.2", + "@microsoft/rush-stack-compiler-3.2": "0.2.2", "@microsoft/rush-stack-compiler-shared": "0.0.0", "gulp": "~3.9.1" } diff --git a/stack/rush-stack-compiler-2.4/tsconfig.json b/stack/rush-stack-compiler-2.4/tsconfig.json index bbb8cd2077e..765a69d60b4 100644 --- a/stack/rush-stack-compiler-2.4/tsconfig.json +++ b/stack/rush-stack-compiler-2.4/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/includes/tsconfig-node.json", + "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json", "compilerOptions": { "rootDir": "src" diff --git a/stack/rush-stack-compiler-2.4/tslint.json b/stack/rush-stack-compiler-2.4/tslint.json index 04a08648fdb..5283b135973 100644 --- a/stack/rush-stack-compiler-2.4/tslint.json +++ b/stack/rush-stack-compiler-2.4/tslint.json @@ -1,3 +1,3 @@ { - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/includes/tslint.json" + "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tslint.json" } diff --git a/stack/rush-stack-compiler-2.7/package.json b/stack/rush-stack-compiler-2.7/package.json index c42100a1ba1..360bd5f28f4 100644 --- a/stack/rush-stack-compiler-2.7/package.json +++ b/stack/rush-stack-compiler-2.7/package.json @@ -27,7 +27,7 @@ }, "devDependencies": { "@microsoft/node-library-build": "6.0.29", - "@microsoft/rush-stack-compiler-3.1": "0.5.2", + "@microsoft/rush-stack-compiler-3.2": "0.2.2", "@microsoft/rush-stack-compiler-shared": "0.0.0", "gulp": "~3.9.1" } diff --git a/stack/rush-stack-compiler-2.7/tsconfig.json b/stack/rush-stack-compiler-2.7/tsconfig.json index bbb8cd2077e..765a69d60b4 100644 --- a/stack/rush-stack-compiler-2.7/tsconfig.json +++ b/stack/rush-stack-compiler-2.7/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/includes/tsconfig-node.json", + "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json", "compilerOptions": { "rootDir": "src" diff --git a/stack/rush-stack-compiler-2.7/tslint.json b/stack/rush-stack-compiler-2.7/tslint.json index 04a08648fdb..5283b135973 100644 --- a/stack/rush-stack-compiler-2.7/tslint.json +++ b/stack/rush-stack-compiler-2.7/tslint.json @@ -1,3 +1,3 @@ { - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/includes/tslint.json" + "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tslint.json" } diff --git a/stack/rush-stack-compiler-2.9/package.json b/stack/rush-stack-compiler-2.9/package.json index ac868e727f6..ebef5287fe7 100644 --- a/stack/rush-stack-compiler-2.9/package.json +++ b/stack/rush-stack-compiler-2.9/package.json @@ -27,7 +27,7 @@ }, "devDependencies": { "@microsoft/node-library-build": "6.0.29", - "@microsoft/rush-stack-compiler-3.1": "0.5.2", + "@microsoft/rush-stack-compiler-3.2": "0.2.2", "@microsoft/rush-stack-compiler-shared": "0.0.0", "gulp": "~3.9.1" } diff --git a/stack/rush-stack-compiler-2.9/tsconfig.json b/stack/rush-stack-compiler-2.9/tsconfig.json index bbb8cd2077e..765a69d60b4 100644 --- a/stack/rush-stack-compiler-2.9/tsconfig.json +++ b/stack/rush-stack-compiler-2.9/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/includes/tsconfig-node.json", + "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json", "compilerOptions": { "rootDir": "src" diff --git a/stack/rush-stack-compiler-2.9/tslint.json b/stack/rush-stack-compiler-2.9/tslint.json index 04a08648fdb..5283b135973 100644 --- a/stack/rush-stack-compiler-2.9/tslint.json +++ b/stack/rush-stack-compiler-2.9/tslint.json @@ -1,3 +1,3 @@ { - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/includes/tslint.json" + "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tslint.json" } diff --git a/stack/rush-stack-compiler-3.0/package.json b/stack/rush-stack-compiler-3.0/package.json index 816dc59e07c..f5cf3c5efb4 100644 --- a/stack/rush-stack-compiler-3.0/package.json +++ b/stack/rush-stack-compiler-3.0/package.json @@ -27,7 +27,7 @@ }, "devDependencies": { "@microsoft/node-library-build": "6.0.29", - "@microsoft/rush-stack-compiler-3.1": "0.5.2", + "@microsoft/rush-stack-compiler-3.2": "0.2.2", "@microsoft/rush-stack-compiler-shared": "0.0.0", "gulp": "~3.9.1" } diff --git a/stack/rush-stack-compiler-3.0/tsconfig.json b/stack/rush-stack-compiler-3.0/tsconfig.json index bbb8cd2077e..765a69d60b4 100644 --- a/stack/rush-stack-compiler-3.0/tsconfig.json +++ b/stack/rush-stack-compiler-3.0/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/includes/tsconfig-node.json", + "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json", "compilerOptions": { "rootDir": "src" diff --git a/stack/rush-stack-compiler-3.0/tslint.json b/stack/rush-stack-compiler-3.0/tslint.json index 04a08648fdb..5283b135973 100644 --- a/stack/rush-stack-compiler-3.0/tslint.json +++ b/stack/rush-stack-compiler-3.0/tslint.json @@ -1,3 +1,3 @@ { - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/includes/tslint.json" + "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tslint.json" } diff --git a/stack/rush-stack-compiler-3.1/package.json b/stack/rush-stack-compiler-3.1/package.json index 5c212ca19bf..61c24dba5dd 100644 --- a/stack/rush-stack-compiler-3.1/package.json +++ b/stack/rush-stack-compiler-3.1/package.json @@ -27,7 +27,7 @@ }, "devDependencies": { "@microsoft/node-library-build": "6.0.29", - "@microsoft/rush-stack-compiler-3.1": "0.5.2", + "@microsoft/rush-stack-compiler-3.2": "0.2.2", "@microsoft/rush-stack-compiler-shared": "0.0.0", "gulp": "~3.9.1" } diff --git a/stack/rush-stack-compiler-3.1/tsconfig.json b/stack/rush-stack-compiler-3.1/tsconfig.json index bbb8cd2077e..765a69d60b4 100644 --- a/stack/rush-stack-compiler-3.1/tsconfig.json +++ b/stack/rush-stack-compiler-3.1/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/includes/tsconfig-node.json", + "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json", "compilerOptions": { "rootDir": "src" diff --git a/stack/rush-stack-compiler-3.1/tslint.json b/stack/rush-stack-compiler-3.1/tslint.json index 04a08648fdb..5283b135973 100644 --- a/stack/rush-stack-compiler-3.1/tslint.json +++ b/stack/rush-stack-compiler-3.1/tslint.json @@ -1,3 +1,3 @@ { - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/includes/tslint.json" + "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tslint.json" } diff --git a/stack/rush-stack-compiler-3.2/package.json b/stack/rush-stack-compiler-3.2/package.json index 720707a6ca6..bd63b788fab 100644 --- a/stack/rush-stack-compiler-3.2/package.json +++ b/stack/rush-stack-compiler-3.2/package.json @@ -27,7 +27,7 @@ }, "devDependencies": { "@microsoft/node-library-build": "6.0.29", - "@microsoft/rush-stack-compiler-3.1": "0.5.2", + "@microsoft/rush-stack-compiler-3.2": "0.2.2", "@microsoft/rush-stack-compiler-shared": "0.0.0", "gulp": "~3.9.1" } diff --git a/stack/rush-stack-compiler-3.2/tsconfig.json b/stack/rush-stack-compiler-3.2/tsconfig.json index bbb8cd2077e..765a69d60b4 100644 --- a/stack/rush-stack-compiler-3.2/tsconfig.json +++ b/stack/rush-stack-compiler-3.2/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/includes/tsconfig-node.json", + "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json", "compilerOptions": { "rootDir": "src" diff --git a/stack/rush-stack-compiler-3.2/tslint.json b/stack/rush-stack-compiler-3.2/tslint.json index 04a08648fdb..5283b135973 100644 --- a/stack/rush-stack-compiler-3.2/tslint.json +++ b/stack/rush-stack-compiler-3.2/tslint.json @@ -1,3 +1,3 @@ { - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/includes/tslint.json" + "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tslint.json" } diff --git a/stack/rush-stack/package.json b/stack/rush-stack/package.json index 6791abe4695..284e2662b5c 100644 --- a/stack/rush-stack/package.json +++ b/stack/rush-stack/package.json @@ -30,7 +30,7 @@ "colors": "~1.2.1" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.1": "0.5.2", + "@microsoft/rush-stack-compiler-3.2": "0.2.2", "@microsoft/node-library-build": "6.0.29", "@types/node": "8.5.8", "gulp": "~3.9.1" diff --git a/stack/rush-stack/tsconfig.json b/stack/rush-stack/tsconfig.json index 274d068c868..c690935203f 100644 --- a/stack/rush-stack/tsconfig.json +++ b/stack/rush-stack/tsconfig.json @@ -1,3 +1,3 @@ { - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/includes/tsconfig-node.json" + "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json" } diff --git a/stack/rush-stack/tslint.json b/stack/rush-stack/tslint.json index cf2395fe8c0..04fc5479081 100644 --- a/stack/rush-stack/tslint.json +++ b/stack/rush-stack/tslint.json @@ -1,3 +1,3 @@ { - "extends": "@microsoft/rush-stack-compiler-3.1/includes/tslint.json" + "extends": "@microsoft/rush-stack-compiler-3.2/includes/tslint.json" } diff --git a/webpack/loader-load-themed-styles/package.json b/webpack/loader-load-themed-styles/package.json index ede8e799dcf..caf60b4884e 100644 --- a/webpack/loader-load-themed-styles/package.json +++ b/webpack/loader-load-themed-styles/package.json @@ -20,7 +20,7 @@ "@microsoft/load-themed-styles": "1.8.58" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.1": "0.5.2", + "@microsoft/rush-stack-compiler-3.2": "0.2.2", "@types/mocha": "5.2.5", "@types/node": "8.5.8", "@types/loader-utils": "1.1.3", diff --git a/webpack/loader-load-themed-styles/tsconfig.json b/webpack/loader-load-themed-styles/tsconfig.json index 274d068c868..c690935203f 100644 --- a/webpack/loader-load-themed-styles/tsconfig.json +++ b/webpack/loader-load-themed-styles/tsconfig.json @@ -1,3 +1,3 @@ { - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/includes/tsconfig-node.json" + "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json" } diff --git a/webpack/loader-load-themed-styles/tslint.json b/webpack/loader-load-themed-styles/tslint.json index cf2395fe8c0..04fc5479081 100644 --- a/webpack/loader-load-themed-styles/tslint.json +++ b/webpack/loader-load-themed-styles/tslint.json @@ -1,3 +1,3 @@ { - "extends": "@microsoft/rush-stack-compiler-3.1/includes/tslint.json" + "extends": "@microsoft/rush-stack-compiler-3.2/includes/tslint.json" } diff --git a/webpack/loader-raw-script/package.json b/webpack/loader-raw-script/package.json index f47c2ff002b..efc4a61b349 100644 --- a/webpack/loader-raw-script/package.json +++ b/webpack/loader-raw-script/package.json @@ -16,7 +16,7 @@ "loader-utils": "~1.1.0" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.1": "0.5.2", + "@microsoft/rush-stack-compiler-3.2": "0.2.2", "@types/mocha": "5.2.5", "@types/node": "8.5.8", "chai": "~3.5.0", diff --git a/webpack/loader-raw-script/tsconfig.json b/webpack/loader-raw-script/tsconfig.json index 9824f021330..9b79f51a608 100644 --- a/webpack/loader-raw-script/tsconfig.json +++ b/webpack/loader-raw-script/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/includes/tsconfig-node.json", + "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json", "compilerOptions": { "types": [ "node", diff --git a/webpack/loader-raw-script/tslint.json b/webpack/loader-raw-script/tslint.json index cf2395fe8c0..04fc5479081 100644 --- a/webpack/loader-raw-script/tslint.json +++ b/webpack/loader-raw-script/tslint.json @@ -1,3 +1,3 @@ { - "extends": "@microsoft/rush-stack-compiler-3.1/includes/tslint.json" + "extends": "@microsoft/rush-stack-compiler-3.2/includes/tslint.json" } diff --git a/webpack/loader-set-webpack-public-path/package.json b/webpack/loader-set-webpack-public-path/package.json index 4c045649bc1..a6632dc4a75 100644 --- a/webpack/loader-set-webpack-public-path/package.json +++ b/webpack/loader-set-webpack-public-path/package.json @@ -19,7 +19,7 @@ "lodash": "~4.17.5" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.1": "0.5.2", + "@microsoft/rush-stack-compiler-3.2": "0.2.2", "@types/lodash": "4.14.116", "@types/mocha": "5.2.5", "chai": "~3.5.0", diff --git a/webpack/loader-set-webpack-public-path/tsconfig.json b/webpack/loader-set-webpack-public-path/tsconfig.json index ef7cbedc89e..177c7384f50 100644 --- a/webpack/loader-set-webpack-public-path/tsconfig.json +++ b/webpack/loader-set-webpack-public-path/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/includes/tsconfig-node.json", + "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json", "compilerOptions": { "types": [ "mocha" diff --git a/webpack/loader-set-webpack-public-path/tslint.json b/webpack/loader-set-webpack-public-path/tslint.json index cf2395fe8c0..04fc5479081 100644 --- a/webpack/loader-set-webpack-public-path/tslint.json +++ b/webpack/loader-set-webpack-public-path/tslint.json @@ -1,3 +1,3 @@ { - "extends": "@microsoft/rush-stack-compiler-3.1/includes/tslint.json" + "extends": "@microsoft/rush-stack-compiler-3.2/includes/tslint.json" } diff --git a/webpack/resolve-chunk-plugin/package.json b/webpack/resolve-chunk-plugin/package.json index 5103541dc97..e33f727612f 100644 --- a/webpack/resolve-chunk-plugin/package.json +++ b/webpack/resolve-chunk-plugin/package.json @@ -19,7 +19,7 @@ "@types/webpack": "4.4.0" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.1": "0.5.2", + "@microsoft/rush-stack-compiler-3.2": "0.2.2", "@types/mocha": "5.2.5", "chai": "~3.5.0", "gulp": "~3.9.1", diff --git a/webpack/resolve-chunk-plugin/tsconfig.json b/webpack/resolve-chunk-plugin/tsconfig.json index 274d068c868..c690935203f 100644 --- a/webpack/resolve-chunk-plugin/tsconfig.json +++ b/webpack/resolve-chunk-plugin/tsconfig.json @@ -1,3 +1,3 @@ { - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/includes/tsconfig-node.json" + "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json" } diff --git a/webpack/resolve-chunk-plugin/tslint.json b/webpack/resolve-chunk-plugin/tslint.json index cf2395fe8c0..04fc5479081 100644 --- a/webpack/resolve-chunk-plugin/tslint.json +++ b/webpack/resolve-chunk-plugin/tslint.json @@ -1,3 +1,3 @@ { - "extends": "@microsoft/rush-stack-compiler-3.1/includes/tslint.json" + "extends": "@microsoft/rush-stack-compiler-3.2/includes/tslint.json" } diff --git a/webpack/set-webpack-public-path-plugin/package.json b/webpack/set-webpack-public-path-plugin/package.json index 4c164d9b745..839d9a8c37b 100644 --- a/webpack/set-webpack-public-path-plugin/package.json +++ b/webpack/set-webpack-public-path-plugin/package.json @@ -23,7 +23,7 @@ "@types/tapable": "1.0.2" }, "devDependencies": { - "@microsoft/rush-stack-compiler-3.1": "0.5.2", + "@microsoft/rush-stack-compiler-3.2": "0.2.2", "@types/lodash": "4.14.116", "@types/mocha": "5.2.5", "@types/uglify-js": "2.6.29", diff --git a/webpack/set-webpack-public-path-plugin/tsconfig.json b/webpack/set-webpack-public-path-plugin/tsconfig.json index 274d068c868..c690935203f 100644 --- a/webpack/set-webpack-public-path-plugin/tsconfig.json +++ b/webpack/set-webpack-public-path-plugin/tsconfig.json @@ -1,3 +1,3 @@ { - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/includes/tsconfig-node.json" + "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json" } diff --git a/webpack/set-webpack-public-path-plugin/tslint.json b/webpack/set-webpack-public-path-plugin/tslint.json index cf2395fe8c0..04fc5479081 100644 --- a/webpack/set-webpack-public-path-plugin/tslint.json +++ b/webpack/set-webpack-public-path-plugin/tslint.json @@ -1,3 +1,3 @@ { - "extends": "@microsoft/rush-stack-compiler-3.1/includes/tslint.json" + "extends": "@microsoft/rush-stack-compiler-3.2/includes/tslint.json" }