diff --git a/.gitignore b/.gitignore index 343b96aae12..4dd985482a1 100644 --- a/.gitignore +++ b/.gitignore @@ -79,5 +79,4 @@ dist .vscode # Heft -*/*/.heft/build-cache/** -*/*/.heft/temp/** +.heft diff --git a/README.md b/README.md index e8e6a4f5c84..dcee1e97639 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,19 @@ for large scale TypeScript monorepos. - [API Extractor](https://api-extractor.com/) - create .d.ts rollups and track your TypeScript API signatures - [API Documenter](https://api-extractor.com/pages/setup/generating_docs/) - use TSDoc comments to publish an API documentation website + +## Related Repos + +These GitHub repositories provide supplementary resources for Rush Stack: + +- [rushstack-samples](https://github.com/microsoft/rushstack-samples) - a monoprepo with sample projects that + illustrate various project setups, including how to use Heft with other popular JavaScript frameworks +- [rush-example](https://github.com/microsoft/rush-example) - a minimal Rush repo that demonstrates the fundamentals + of Rush without relying on any other Rush Stack tooling +- [rushstack-legacy](https://github.com/microsoft/rushstack-legacy) - older projects that are still maintained + but no longer actively developed + + ## Published Packages @@ -33,14 +46,7 @@ for large scale TypeScript monorepos. | [/apps/rundown](./apps/rundown/) | [![npm version](https://badge.fury.io/js/%40rushstack%2Frundown.svg)](https://badge.fury.io/js/%40rushstack%2Frundown) | [changelog](./apps/rundown/CHANGELOG.md) | [@rushstack/rundown](https://www.npmjs.com/package/@rushstack/rundown) | | [/apps/rush](./apps/rush/) | [![npm version](https://badge.fury.io/js/%40microsoft%2Frush.svg)](https://badge.fury.io/js/%40microsoft%2Frush) | [changelog](./apps/rush/CHANGELOG.md) | [@microsoft/rush](https://www.npmjs.com/package/@microsoft/rush) | | [/apps/rush-lib](./apps/rush-lib/) | [![npm version](https://badge.fury.io/js/%40microsoft%2Frush-lib.svg)](https://badge.fury.io/js/%40microsoft%2Frush-lib) | | [@microsoft/rush-lib](https://www.npmjs.com/package/@microsoft/rush-lib) | -| [/core-build/gulp-core-build](./core-build/gulp-core-build/) | [![npm version](https://badge.fury.io/js/%40microsoft%2Fgulp-core-build.svg)](https://badge.fury.io/js/%40microsoft%2Fgulp-core-build) | [changelog](./core-build/gulp-core-build/CHANGELOG.md) | [@microsoft/gulp-core-build](https://www.npmjs.com/package/@microsoft/gulp-core-build) | -| [/core-build/gulp-core-build-mocha](./core-build/gulp-core-build-mocha/) | [![npm version](https://badge.fury.io/js/%40microsoft%2Fgulp-core-build-mocha.svg)](https://badge.fury.io/js/%40microsoft%2Fgulp-core-build-mocha) | [changelog](./core-build/gulp-core-build-mocha/CHANGELOG.md) | [@microsoft/gulp-core-build-mocha](https://www.npmjs.com/package/@microsoft/gulp-core-build-mocha) | -| [/core-build/gulp-core-build-sass](./core-build/gulp-core-build-sass/) | [![npm version](https://badge.fury.io/js/%40microsoft%2Fgulp-core-build-sass.svg)](https://badge.fury.io/js/%40microsoft%2Fgulp-core-build-sass) | [changelog](./core-build/gulp-core-build-sass/CHANGELOG.md) | [@microsoft/gulp-core-build-sass](https://www.npmjs.com/package/@microsoft/gulp-core-build-sass) | -| [/core-build/gulp-core-build-serve](./core-build/gulp-core-build-serve/) | [![npm version](https://badge.fury.io/js/%40microsoft%2Fgulp-core-build-serve.svg)](https://badge.fury.io/js/%40microsoft%2Fgulp-core-build-serve) | [changelog](./core-build/gulp-core-build-serve/CHANGELOG.md) | [@microsoft/gulp-core-build-serve](https://www.npmjs.com/package/@microsoft/gulp-core-build-serve) | -| [/core-build/gulp-core-build-typescript](./core-build/gulp-core-build-typescript/) | [![npm version](https://badge.fury.io/js/%40microsoft%2Fgulp-core-build-typescript.svg)](https://badge.fury.io/js/%40microsoft%2Fgulp-core-build-typescript) | [changelog](./core-build/gulp-core-build-typescript/CHANGELOG.md) | [@microsoft/gulp-core-build-typescript](https://www.npmjs.com/package/@microsoft/gulp-core-build-typescript) | -| [/core-build/gulp-core-build-webpack](./core-build/gulp-core-build-webpack/) | [![npm version](https://badge.fury.io/js/%40microsoft%2Fgulp-core-build-webpack.svg)](https://badge.fury.io/js/%40microsoft%2Fgulp-core-build-webpack) | [changelog](./core-build/gulp-core-build-webpack/CHANGELOG.md) | [@microsoft/gulp-core-build-webpack](https://www.npmjs.com/package/@microsoft/gulp-core-build-webpack) | -| [/core-build/node-library-build](./core-build/node-library-build/) | [![npm version](https://badge.fury.io/js/%40microsoft%2Fnode-library-build.svg)](https://badge.fury.io/js/%40microsoft%2Fnode-library-build) | [changelog](./core-build/node-library-build/CHANGELOG.md) | [@microsoft/node-library-build](https://www.npmjs.com/package/@microsoft/node-library-build) | -| [/core-build/web-library-build](./core-build/web-library-build/) | [![npm version](https://badge.fury.io/js/%40microsoft%2Fweb-library-build.svg)](https://badge.fury.io/js/%40microsoft%2Fweb-library-build) | [changelog](./core-build/web-library-build/CHANGELOG.md) | [@microsoft/web-library-build](https://www.npmjs.com/package/@microsoft/web-library-build) | +| [/heft-plugins/heft-jest-plugin](./heft-plugins/heft-jest-plugin/) | [![npm version](https://badge.fury.io/js/%40rushstack%2Fheft-jest-plugin.svg)](https://badge.fury.io/js/%40rushstack%2Fheft-jest-plugin) | [changelog](./heft-plugins/heft-jest-plugin/CHANGELOG.md) | [@rushstack/heft-jest-plugin](https://www.npmjs.com/package/@rushstack/heft-jest-plugin) | | [/heft-plugins/heft-webpack4-plugin](./heft-plugins/heft-webpack4-plugin/) | [![npm version](https://badge.fury.io/js/%40rushstack%2Fheft-webpack4-plugin.svg)](https://badge.fury.io/js/%40rushstack%2Fheft-webpack4-plugin) | [changelog](./heft-plugins/heft-webpack4-plugin/CHANGELOG.md) | [@rushstack/heft-webpack4-plugin](https://www.npmjs.com/package/@rushstack/heft-webpack4-plugin) | | [/heft-plugins/heft-webpack5-plugin](./heft-plugins/heft-webpack5-plugin/) | [![npm version](https://badge.fury.io/js/%40rushstack%2Fheft-webpack5-plugin.svg)](https://badge.fury.io/js/%40rushstack%2Fheft-webpack5-plugin) | [changelog](./heft-plugins/heft-webpack5-plugin/CHANGELOG.md) | [@rushstack/heft-webpack5-plugin](https://www.npmjs.com/package/@rushstack/heft-webpack5-plugin) | | [/libraries/debug-certificate-manager](./libraries/debug-certificate-manager/) | [![npm version](https://badge.fury.io/js/%40rushstack%2Fdebug-certificate-manager.svg)](https://badge.fury.io/js/%40rushstack%2Fdebug-certificate-manager) | [changelog](./libraries/debug-certificate-manager/CHANGELOG.md) | [@rushstack/debug-certificate-manager](https://www.npmjs.com/package/@rushstack/debug-certificate-manager) | @@ -61,20 +67,6 @@ for large scale TypeScript monorepos. | [/stack/eslint-plugin](./stack/eslint-plugin/) | [![npm version](https://badge.fury.io/js/%40rushstack%2Feslint-plugin.svg)](https://badge.fury.io/js/%40rushstack%2Feslint-plugin) | [changelog](./stack/eslint-plugin/CHANGELOG.md) | [@rushstack/eslint-plugin](https://www.npmjs.com/package/@rushstack/eslint-plugin) | | [/stack/eslint-plugin-packlets](./stack/eslint-plugin-packlets/) | [![npm version](https://badge.fury.io/js/%40rushstack%2Feslint-plugin-packlets.svg)](https://badge.fury.io/js/%40rushstack%2Feslint-plugin-packlets) | [changelog](./stack/eslint-plugin-packlets/CHANGELOG.md) | [@rushstack/eslint-plugin-packlets](https://www.npmjs.com/package/@rushstack/eslint-plugin-packlets) | | [/stack/eslint-plugin-security](./stack/eslint-plugin-security/) | [![npm version](https://badge.fury.io/js/%40rushstack%2Feslint-plugin-security.svg)](https://badge.fury.io/js/%40rushstack%2Feslint-plugin-security) | [changelog](./stack/eslint-plugin-security/CHANGELOG.md) | [@rushstack/eslint-plugin-security](https://www.npmjs.com/package/@rushstack/eslint-plugin-security) | -| [/stack/rush-stack-compiler-2.4](./stack/rush-stack-compiler-2.4/) | [![npm version](https://badge.fury.io/js/%40microsoft%2Frush-stack-compiler-2.4.svg)](https://badge.fury.io/js/%40microsoft%2Frush-stack-compiler-2.4) | [changelog](./stack/rush-stack-compiler-2.4/CHANGELOG.md) | [@microsoft/rush-stack-compiler-2.4](https://www.npmjs.com/package/@microsoft/rush-stack-compiler-2.4) | -| [/stack/rush-stack-compiler-2.7](./stack/rush-stack-compiler-2.7/) | [![npm version](https://badge.fury.io/js/%40microsoft%2Frush-stack-compiler-2.7.svg)](https://badge.fury.io/js/%40microsoft%2Frush-stack-compiler-2.7) | [changelog](./stack/rush-stack-compiler-2.7/CHANGELOG.md) | [@microsoft/rush-stack-compiler-2.7](https://www.npmjs.com/package/@microsoft/rush-stack-compiler-2.7) | -| [/stack/rush-stack-compiler-2.8](./stack/rush-stack-compiler-2.8/) | [![npm version](https://badge.fury.io/js/%40microsoft%2Frush-stack-compiler-2.8.svg)](https://badge.fury.io/js/%40microsoft%2Frush-stack-compiler-2.8) | [changelog](./stack/rush-stack-compiler-2.8/CHANGELOG.md) | [@microsoft/rush-stack-compiler-2.8](https://www.npmjs.com/package/@microsoft/rush-stack-compiler-2.8) | -| [/stack/rush-stack-compiler-2.9](./stack/rush-stack-compiler-2.9/) | [![npm version](https://badge.fury.io/js/%40microsoft%2Frush-stack-compiler-2.9.svg)](https://badge.fury.io/js/%40microsoft%2Frush-stack-compiler-2.9) | [changelog](./stack/rush-stack-compiler-2.9/CHANGELOG.md) | [@microsoft/rush-stack-compiler-2.9](https://www.npmjs.com/package/@microsoft/rush-stack-compiler-2.9) | -| [/stack/rush-stack-compiler-3.0](./stack/rush-stack-compiler-3.0/) | [![npm version](https://badge.fury.io/js/%40microsoft%2Frush-stack-compiler-3.0.svg)](https://badge.fury.io/js/%40microsoft%2Frush-stack-compiler-3.0) | [changelog](./stack/rush-stack-compiler-3.0/CHANGELOG.md) | [@microsoft/rush-stack-compiler-3.0](https://www.npmjs.com/package/@microsoft/rush-stack-compiler-3.0) | -| [/stack/rush-stack-compiler-3.1](./stack/rush-stack-compiler-3.1/) | [![npm version](https://badge.fury.io/js/%40microsoft%2Frush-stack-compiler-3.1.svg)](https://badge.fury.io/js/%40microsoft%2Frush-stack-compiler-3.1) | [changelog](./stack/rush-stack-compiler-3.1/CHANGELOG.md) | [@microsoft/rush-stack-compiler-3.1](https://www.npmjs.com/package/@microsoft/rush-stack-compiler-3.1) | -| [/stack/rush-stack-compiler-3.2](./stack/rush-stack-compiler-3.2/) | [![npm version](https://badge.fury.io/js/%40microsoft%2Frush-stack-compiler-3.2.svg)](https://badge.fury.io/js/%40microsoft%2Frush-stack-compiler-3.2) | [changelog](./stack/rush-stack-compiler-3.2/CHANGELOG.md) | [@microsoft/rush-stack-compiler-3.2](https://www.npmjs.com/package/@microsoft/rush-stack-compiler-3.2) | -| [/stack/rush-stack-compiler-3.3](./stack/rush-stack-compiler-3.3/) | [![npm version](https://badge.fury.io/js/%40microsoft%2Frush-stack-compiler-3.3.svg)](https://badge.fury.io/js/%40microsoft%2Frush-stack-compiler-3.3) | [changelog](./stack/rush-stack-compiler-3.3/CHANGELOG.md) | [@microsoft/rush-stack-compiler-3.3](https://www.npmjs.com/package/@microsoft/rush-stack-compiler-3.3) | -| [/stack/rush-stack-compiler-3.4](./stack/rush-stack-compiler-3.4/) | [![npm version](https://badge.fury.io/js/%40microsoft%2Frush-stack-compiler-3.4.svg)](https://badge.fury.io/js/%40microsoft%2Frush-stack-compiler-3.4) | [changelog](./stack/rush-stack-compiler-3.4/CHANGELOG.md) | [@microsoft/rush-stack-compiler-3.4](https://www.npmjs.com/package/@microsoft/rush-stack-compiler-3.4) | -| [/stack/rush-stack-compiler-3.5](./stack/rush-stack-compiler-3.5/) | [![npm version](https://badge.fury.io/js/%40microsoft%2Frush-stack-compiler-3.5.svg)](https://badge.fury.io/js/%40microsoft%2Frush-stack-compiler-3.5) | [changelog](./stack/rush-stack-compiler-3.5/CHANGELOG.md) | [@microsoft/rush-stack-compiler-3.5](https://www.npmjs.com/package/@microsoft/rush-stack-compiler-3.5) | -| [/stack/rush-stack-compiler-3.6](./stack/rush-stack-compiler-3.6/) | [![npm version](https://badge.fury.io/js/%40microsoft%2Frush-stack-compiler-3.6.svg)](https://badge.fury.io/js/%40microsoft%2Frush-stack-compiler-3.6) | [changelog](./stack/rush-stack-compiler-3.6/CHANGELOG.md) | [@microsoft/rush-stack-compiler-3.6](https://www.npmjs.com/package/@microsoft/rush-stack-compiler-3.6) | -| [/stack/rush-stack-compiler-3.7](./stack/rush-stack-compiler-3.7/) | [![npm version](https://badge.fury.io/js/%40microsoft%2Frush-stack-compiler-3.7.svg)](https://badge.fury.io/js/%40microsoft%2Frush-stack-compiler-3.7) | [changelog](./stack/rush-stack-compiler-3.7/CHANGELOG.md) | [@microsoft/rush-stack-compiler-3.7](https://www.npmjs.com/package/@microsoft/rush-stack-compiler-3.7) | -| [/stack/rush-stack-compiler-3.8](./stack/rush-stack-compiler-3.8/) | [![npm version](https://badge.fury.io/js/%40microsoft%2Frush-stack-compiler-3.8.svg)](https://badge.fury.io/js/%40microsoft%2Frush-stack-compiler-3.8) | [changelog](./stack/rush-stack-compiler-3.8/CHANGELOG.md) | [@microsoft/rush-stack-compiler-3.8](https://www.npmjs.com/package/@microsoft/rush-stack-compiler-3.8) | -| [/stack/rush-stack-compiler-3.9](./stack/rush-stack-compiler-3.9/) | [![npm version](https://badge.fury.io/js/%40microsoft%2Frush-stack-compiler-3.9.svg)](https://badge.fury.io/js/%40microsoft%2Frush-stack-compiler-3.9) | [changelog](./stack/rush-stack-compiler-3.9/CHANGELOG.md) | [@microsoft/rush-stack-compiler-3.9](https://www.npmjs.com/package/@microsoft/rush-stack-compiler-3.9) | | [/webpack/loader-load-themed-styles](./webpack/loader-load-themed-styles/) | [![npm version](https://badge.fury.io/js/%40microsoft%2Floader-load-themed-styles.svg)](https://badge.fury.io/js/%40microsoft%2Floader-load-themed-styles) | [changelog](./webpack/loader-load-themed-styles/CHANGELOG.md) | [@microsoft/loader-load-themed-styles](https://www.npmjs.com/package/@microsoft/loader-load-themed-styles) | | [/webpack/loader-raw-script](./webpack/loader-raw-script/) | [![npm version](https://badge.fury.io/js/%40rushstack%2Floader-raw-script.svg)](https://badge.fury.io/js/%40rushstack%2Floader-raw-script) | [changelog](./webpack/loader-raw-script/CHANGELOG.md) | [@rushstack/loader-raw-script](https://www.npmjs.com/package/@rushstack/loader-raw-script) | | [/webpack/localization-plugin](./webpack/localization-plugin/) | [![npm version](https://badge.fury.io/js/%40rushstack%2Flocalization-plugin.svg)](https://badge.fury.io/js/%40rushstack%2Flocalization-plugin) | [changelog](./webpack/localization-plugin/CHANGELOG.md) | [@rushstack/localization-plugin](https://www.npmjs.com/package/@rushstack/localization-plugin) | @@ -88,6 +80,11 @@ for large scale TypeScript monorepos. | Folder | Description | | ------ | -----------| +| [/build-tests-samples/heft-node-basic-tutorial](./build-tests-samples/heft-node-basic-tutorial/) | (Copy of sample project) Building this project is a regression test for Heft | +| [/build-tests-samples/heft-node-jest-tutorial](./build-tests-samples/heft-node-jest-tutorial/) | (Copy of sample project) Building this project is a regression test for Heft | +| [/build-tests-samples/heft-node-rig-tutorial](./build-tests-samples/heft-node-rig-tutorial/) | (Copy of sample project) Building this project is a regression test for Heft | +| [/build-tests-samples/heft-webpack-basic-tutorial](./build-tests-samples/heft-webpack-basic-tutorial/) | (Copy of sample project) Building this project is a regression test for Heft | +| [/build-tests-samples/packlets-tutorial](./build-tests-samples/packlets-tutorial/) | (Copy of sample project) Building this project is a regression test for @rushstack/eslint-plugin-packlets | | [/build-tests/api-documenter-test](./build-tests/api-documenter-test/) | Building this project is a regression test for api-documenter | | [/build-tests/api-extractor-lib1-test](./build-tests/api-extractor-lib1-test/) | Building this project is a regression test for api-extractor | | [/build-tests/api-extractor-lib2-test](./build-tests/api-extractor-lib2-test/) | Building this project is a regression test for api-extractor | @@ -102,46 +99,24 @@ for large scale TypeScript monorepos. | [/build-tests/heft-copy-files-test](./build-tests/heft-copy-files-test/) | Building this project tests copying files with Heft | | [/build-tests/heft-example-plugin-01](./build-tests/heft-example-plugin-01/) | This is an example heft plugin that exposes hooks for other plugins | | [/build-tests/heft-example-plugin-02](./build-tests/heft-example-plugin-02/) | This is an example heft plugin that taps the hooks exposed from heft-example-plugin-01 | +| [/build-tests/heft-fastify-test](./build-tests/heft-fastify-test/) | This project tests Heft support for the Fastify framework for Node.js services | | [/build-tests/heft-jest-reporters-test](./build-tests/heft-jest-reporters-test/) | This project illustrates configuring Jest reporters in a minimal Heft project | | [/build-tests/heft-minimal-rig-test](./build-tests/heft-minimal-rig-test/) | This is a minimal rig package that is imported by the 'heft-minimal-rig-usage-test' project | | [/build-tests/heft-minimal-rig-usage-test](./build-tests/heft-minimal-rig-usage-test/) | A test project for Heft that resolves its compiler from the 'heft-minimal-rig-test' package | | [/build-tests/heft-node-everything-test](./build-tests/heft-node-everything-test/) | Building this project tests every task and config file for Heft when targeting the Node.js runtime | -| [/build-tests/heft-oldest-compiler-test](./build-tests/heft-oldest-compiler-test/) | Building this project tests Heft with the oldest supported TypeScript compiler version | | [/build-tests/heft-sass-test](./build-tests/heft-sass-test/) | This project illustrates a minimal tutorial Heft project targeting the web browser runtime | | [/build-tests/heft-web-rig-library-test](./build-tests/heft-web-rig-library-test/) | A test project for Heft that exercises the '@rushstack/heft-web-rig' package | | [/build-tests/heft-webpack4-everything-test](./build-tests/heft-webpack4-everything-test/) | Building this project tests every task and config file for Heft when targeting the web browser runtime using Webpack 4 | | [/build-tests/heft-webpack5-everything-test](./build-tests/heft-webpack5-everything-test/) | Building this project tests every task and config file for Heft when targeting the web browser runtime using Webpack 5 | +| [/build-tests/install-test-workspace](./build-tests/install-test-workspace/) | | | [/build-tests/localization-plugin-test-01](./build-tests/localization-plugin-test-01/) | Building this project exercises @microsoft/localization-plugin. This tests that the plugin works correctly without any localized resources. | | [/build-tests/localization-plugin-test-02](./build-tests/localization-plugin-test-02/) | Building this project exercises @microsoft/localization-plugin. This tests that the loader works correctly with the exportAsDefault option unset. | | [/build-tests/localization-plugin-test-03](./build-tests/localization-plugin-test-03/) | Building this project exercises @microsoft/localization-plugin. This tests that the plugin works correctly with the exportAsDefault option set to true. | -| [/build-tests/node-library-build-eslint-test](./build-tests/node-library-build-eslint-test/) | | -| [/build-tests/node-library-build-tslint-test](./build-tests/node-library-build-tslint-test/) | | -| [/build-tests/rush-stack-compiler-2.4-library-test](./build-tests/rush-stack-compiler-2.4-library-test/) | | -| [/build-tests/rush-stack-compiler-2.7-library-test](./build-tests/rush-stack-compiler-2.7-library-test/) | | -| [/build-tests/rush-stack-compiler-2.8-library-test](./build-tests/rush-stack-compiler-2.8-library-test/) | | -| [/build-tests/rush-stack-compiler-2.9-library-test](./build-tests/rush-stack-compiler-2.9-library-test/) | | -| [/build-tests/rush-stack-compiler-3.0-library-test](./build-tests/rush-stack-compiler-3.0-library-test/) | | -| [/build-tests/rush-stack-compiler-3.1-library-test](./build-tests/rush-stack-compiler-3.1-library-test/) | | -| [/build-tests/rush-stack-compiler-3.2-library-test](./build-tests/rush-stack-compiler-3.2-library-test/) | | -| [/build-tests/rush-stack-compiler-3.3-library-test](./build-tests/rush-stack-compiler-3.3-library-test/) | | -| [/build-tests/rush-stack-compiler-3.4-library-test](./build-tests/rush-stack-compiler-3.4-library-test/) | | -| [/build-tests/rush-stack-compiler-3.5-library-test](./build-tests/rush-stack-compiler-3.5-library-test/) | | -| [/build-tests/rush-stack-compiler-3.6-library-test](./build-tests/rush-stack-compiler-3.6-library-test/) | | -| [/build-tests/rush-stack-compiler-3.7-library-test](./build-tests/rush-stack-compiler-3.7-library-test/) | | -| [/build-tests/rush-stack-compiler-3.8-library-test](./build-tests/rush-stack-compiler-3.8-library-test/) | | -| [/build-tests/rush-stack-compiler-3.9-library-test](./build-tests/rush-stack-compiler-3.9-library-test/) | | | [/build-tests/ts-command-line-test](./build-tests/ts-command-line-test/) | Building this project is a regression test for ts-command-line | -| [/build-tests/web-library-build-test](./build-tests/web-library-build-test/) | | | [/libraries/rushell](./libraries/rushell/) | Execute shell commands using a consistent syntax on every platform | | [/repo-scripts/doc-plugin-rush-stack](./repo-scripts/doc-plugin-rush-stack/) | API Documenter plugin used with the rushstack.io website | | [/repo-scripts/generate-api-docs](./repo-scripts/generate-api-docs/) | Used to generate API docs for the rushstack.io website | | [/repo-scripts/repo-toolbox](./repo-scripts/repo-toolbox/) | Used to execute various operations specific to this repo | -| [/stack/rush-stack-compiler-shared](./stack/rush-stack-compiler-shared/) | | -| [/tutorials/heft-node-basic-tutorial](./tutorials/heft-node-basic-tutorial/) | This project illustrates a minimal tutorial Heft project targeting the Node.js runtime | -| [/tutorials/heft-node-jest-tutorial](./tutorials/heft-node-jest-tutorial/) | Building this project validates that various Jest features work correctly with Heft | -| [/tutorials/heft-node-rig-tutorial](./tutorials/heft-node-rig-tutorial/) | This project illustrates a minimal tutorial Heft project targeting the Node.js runtime and using a rig package | -| [/tutorials/heft-webpack-basic-tutorial](./tutorials/heft-webpack-basic-tutorial/) | This project illustrates a minimal tutorial Heft project targeting the web browser runtime | -| [/tutorials/packlets-tutorial](./tutorials/packlets-tutorial/) | This project illustrates how to use @rushstack/eslint-plugin-packlets | ## Contributor Notice diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000000..f7b89984f0f --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,41 @@ + + +## Security + +Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/). + +If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://docs.microsoft.com/en-us/previous-versions/tn-archive/cc751383(v=technet.10)), please report it to us as described below. + +## Reporting Security Issues + +**Please do not report security vulnerabilities through public GitHub issues.** + +Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://msrc.microsoft.com/create-report). + +If you prefer to submit without logging in, send email to [secure@microsoft.com](mailto:secure@microsoft.com). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://www.microsoft.com/en-us/msrc/pgp-key-msrc). + +You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://www.microsoft.com/msrc). + +Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue: + + * Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.) + * Full paths of source file(s) related to the manifestation of the issue + * The location of the affected source code (tag/branch/commit or direct URL) + * Any special configuration required to reproduce the issue + * Step-by-step instructions to reproduce the issue + * Proof-of-concept or exploit code (if possible) + * Impact of the issue, including how an attacker might exploit the issue + +This information will help us triage your report more quickly. + +If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://microsoft.com/msrc/bounty) page for more details about our active programs. + +## Preferred Languages + +We prefer all communications to be in English. + +## Policy + +Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://www.microsoft.com/en-us/msrc/cvd). + + \ No newline at end of file diff --git a/apps/api-documenter/CHANGELOG.json b/apps/api-documenter/CHANGELOG.json index e9dfe56a714..67bbed5755e 100644 --- a/apps/api-documenter/CHANGELOG.json +++ b/apps/api-documenter/CHANGELOG.json @@ -1,6 +1,345 @@ { "name": "@microsoft/api-documenter", "entries": [ + { + "version": "7.13.31", + "tag": "@microsoft/api-documenter_v7.13.31", + "date": "Mon, 12 Jul 2021 23:08:26 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.13.4`" + }, + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.39.1`" + }, + { + "comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.8.1`" + }, + { + "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.11`" + } + ] + } + }, + { + "version": "7.13.30", + "tag": "@microsoft/api-documenter_v7.13.30", + "date": "Thu, 08 Jul 2021 23:41:17 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.10`" + } + ] + } + }, + { + "version": "7.13.29", + "tag": "@microsoft/api-documenter_v7.13.29", + "date": "Thu, 08 Jul 2021 06:00:48 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.9`" + } + ] + } + }, + { + "version": "7.13.28", + "tag": "@microsoft/api-documenter_v7.13.28", + "date": "Thu, 01 Jul 2021 15:08:27 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.8.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.8`" + } + ] + } + }, + { + "version": "7.13.27", + "tag": "@microsoft/api-documenter_v7.13.27", + "date": "Wed, 30 Jun 2021 19:16:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.7`" + } + ] + } + }, + { + "version": "7.13.26", + "tag": "@microsoft/api-documenter_v7.13.26", + "date": "Wed, 30 Jun 2021 15:06:54 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.6`" + } + ] + } + }, + { + "version": "7.13.25", + "tag": "@microsoft/api-documenter_v7.13.25", + "date": "Wed, 30 Jun 2021 01:37:17 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.5`" + } + ] + } + }, + { + "version": "7.13.24", + "tag": "@microsoft/api-documenter_v7.13.24", + "date": "Fri, 25 Jun 2021 00:08:28 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.4`" + } + ] + } + }, + { + "version": "7.13.23", + "tag": "@microsoft/api-documenter_v7.13.23", + "date": "Fri, 18 Jun 2021 06:23:05 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.33.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.3`" + } + ] + } + }, + { + "version": "7.13.22", + "tag": "@microsoft/api-documenter_v7.13.22", + "date": "Wed, 16 Jun 2021 18:53:52 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.2`" + } + ] + } + }, + { + "version": "7.13.21", + "tag": "@microsoft/api-documenter_v7.13.21", + "date": "Wed, 16 Jun 2021 15:07:24 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.33.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.1`" + } + ] + } + }, + { + "version": "7.13.20", + "tag": "@microsoft/api-documenter_v7.13.20", + "date": "Tue, 15 Jun 2021 20:38:35 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.0`" + } + ] + } + }, + { + "version": "7.13.19", + "tag": "@microsoft/api-documenter_v7.13.19", + "date": "Fri, 11 Jun 2021 23:26:16 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.31`" + } + ] + } + }, + { + "version": "7.13.18", + "tag": "@microsoft/api-documenter_v7.13.18", + "date": "Fri, 11 Jun 2021 00:34:02 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.32.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.30`" + } + ] + } + }, + { + "version": "7.13.17", + "tag": "@microsoft/api-documenter_v7.13.17", + "date": "Thu, 10 Jun 2021 15:08:16 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.29`" + } + ] + } + }, + { + "version": "7.13.16", + "tag": "@microsoft/api-documenter_v7.13.16", + "date": "Fri, 04 Jun 2021 19:59:53 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.13.3`" + }, + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.39.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.28`" + } + ] + } + }, + { + "version": "7.13.15", + "tag": "@microsoft/api-documenter_v7.13.15", + "date": "Fri, 04 Jun 2021 15:08:20 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.27`" + } + ] + } + }, + { + "version": "7.13.14", + "tag": "@microsoft/api-documenter_v7.13.14", + "date": "Fri, 04 Jun 2021 00:08:34 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.26`" + } + ] + } + }, + { + "version": "7.13.13", + "tag": "@microsoft/api-documenter_v7.13.13", + "date": "Tue, 01 Jun 2021 18:29:26 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.25`" + } + ] + } + }, + { + "version": "7.13.12", + "tag": "@microsoft/api-documenter_v7.13.12", + "date": "Sat, 29 May 2021 01:05:06 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.24`" + } + ] + } + }, + { + "version": "7.13.11", + "tag": "@microsoft/api-documenter_v7.13.11", + "date": "Fri, 28 May 2021 06:19:57 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.30.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.23`" + } + ] + } + }, + { + "version": "7.13.10", + "tag": "@microsoft/api-documenter_v7.13.10", + "date": "Tue, 25 May 2021 00:12:21 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.30.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.22`" + } + ] + } + }, { "version": "7.13.9", "tag": "@microsoft/api-documenter_v7.13.9", diff --git a/apps/api-documenter/CHANGELOG.md b/apps/api-documenter/CHANGELOG.md index 9c933301187..ac2eea03c77 100644 --- a/apps/api-documenter/CHANGELOG.md +++ b/apps/api-documenter/CHANGELOG.md @@ -1,6 +1,116 @@ # Change Log - @microsoft/api-documenter -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. +This log was last generated on Mon, 12 Jul 2021 23:08:26 GMT and should not be manually modified. + +## 7.13.31 +Mon, 12 Jul 2021 23:08:26 GMT + +_Version update only_ + +## 7.13.30 +Thu, 08 Jul 2021 23:41:17 GMT + +_Version update only_ + +## 7.13.29 +Thu, 08 Jul 2021 06:00:48 GMT + +_Version update only_ + +## 7.13.28 +Thu, 01 Jul 2021 15:08:27 GMT + +_Version update only_ + +## 7.13.27 +Wed, 30 Jun 2021 19:16:19 GMT + +_Version update only_ + +## 7.13.26 +Wed, 30 Jun 2021 15:06:54 GMT + +_Version update only_ + +## 7.13.25 +Wed, 30 Jun 2021 01:37:17 GMT + +_Version update only_ + +## 7.13.24 +Fri, 25 Jun 2021 00:08:28 GMT + +_Version update only_ + +## 7.13.23 +Fri, 18 Jun 2021 06:23:05 GMT + +_Version update only_ + +## 7.13.22 +Wed, 16 Jun 2021 18:53:52 GMT + +_Version update only_ + +## 7.13.21 +Wed, 16 Jun 2021 15:07:24 GMT + +_Version update only_ + +## 7.13.20 +Tue, 15 Jun 2021 20:38:35 GMT + +_Version update only_ + +## 7.13.19 +Fri, 11 Jun 2021 23:26:16 GMT + +_Version update only_ + +## 7.13.18 +Fri, 11 Jun 2021 00:34:02 GMT + +_Version update only_ + +## 7.13.17 +Thu, 10 Jun 2021 15:08:16 GMT + +_Version update only_ + +## 7.13.16 +Fri, 04 Jun 2021 19:59:53 GMT + +_Version update only_ + +## 7.13.15 +Fri, 04 Jun 2021 15:08:20 GMT + +_Version update only_ + +## 7.13.14 +Fri, 04 Jun 2021 00:08:34 GMT + +_Version update only_ + +## 7.13.13 +Tue, 01 Jun 2021 18:29:26 GMT + +_Version update only_ + +## 7.13.12 +Sat, 29 May 2021 01:05:06 GMT + +_Version update only_ + +## 7.13.11 +Fri, 28 May 2021 06:19:57 GMT + +_Version update only_ + +## 7.13.10 +Tue, 25 May 2021 00:12:21 GMT + +_Version update only_ ## 7.13.9 Wed, 19 May 2021 00:11:39 GMT diff --git a/apps/api-documenter/config/jest.config.json b/apps/api-documenter/config/jest.config.json index b88d4c3de66..4bb17bde3ee 100644 --- a/apps/api-documenter/config/jest.config.json +++ b/apps/api-documenter/config/jest.config.json @@ -1,3 +1,3 @@ { - "preset": "./node_modules/@rushstack/heft/includes/jest-shared.config.json" + "extends": "@rushstack/heft-node-rig/profiles/default/config/jest.config.json" } diff --git a/apps/api-documenter/package.json b/apps/api-documenter/package.json index 53588885637..1cb671e1537 100644 --- a/apps/api-documenter/package.json +++ b/apps/api-documenter/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/api-documenter", - "version": "7.13.9", + "version": "7.13.31", "description": "Read JSON files from api-extractor, generate documentation pages", "repository": { "type": "git", diff --git a/apps/api-extractor-model/CHANGELOG.json b/apps/api-extractor-model/CHANGELOG.json index c6986b91006..55d1c3206a0 100644 --- a/apps/api-extractor-model/CHANGELOG.json +++ b/apps/api-extractor-model/CHANGELOG.json @@ -1,6 +1,33 @@ { "name": "@microsoft/api-extractor-model", "entries": [ + { + "version": "7.13.4", + "tag": "@microsoft/api-extractor-model_v7.13.4", + "date": "Mon, 12 Jul 2021 23:08:26 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.39.1`" + }, + { + "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.0`" + } + ] + } + }, + { + "version": "7.13.3", + "tag": "@microsoft/api-extractor-model_v7.13.3", + "date": "Fri, 04 Jun 2021 19:59:53 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.39.0`" + } + ] + } + }, { "version": "7.13.2", "tag": "@microsoft/api-extractor-model_v7.13.2", diff --git a/apps/api-extractor-model/CHANGELOG.md b/apps/api-extractor-model/CHANGELOG.md index 73adf1b1eca..e5a61442c30 100644 --- a/apps/api-extractor-model/CHANGELOG.md +++ b/apps/api-extractor-model/CHANGELOG.md @@ -1,6 +1,16 @@ # Change Log - @microsoft/api-extractor-model -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. +This log was last generated on Mon, 12 Jul 2021 23:08:26 GMT and should not be manually modified. + +## 7.13.4 +Mon, 12 Jul 2021 23:08:26 GMT + +_Version update only_ + +## 7.13.3 +Fri, 04 Jun 2021 19:59:53 GMT + +_Version update only_ ## 7.13.2 Wed, 19 May 2021 00:11:39 GMT diff --git a/apps/api-extractor-model/config/jest.config.json b/apps/api-extractor-model/config/jest.config.json index b88d4c3de66..4bb17bde3ee 100644 --- a/apps/api-extractor-model/config/jest.config.json +++ b/apps/api-extractor-model/config/jest.config.json @@ -1,3 +1,3 @@ { - "preset": "./node_modules/@rushstack/heft/includes/jest-shared.config.json" + "extends": "@rushstack/heft-node-rig/profiles/default/config/jest.config.json" } diff --git a/apps/api-extractor-model/package.json b/apps/api-extractor-model/package.json index cb26026232d..05048592169 100644 --- a/apps/api-extractor-model/package.json +++ b/apps/api-extractor-model/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/api-extractor-model", - "version": "7.13.2", + "version": "7.13.4", "description": "A helper library for loading and saving the .api.json files created by API Extractor", "repository": { "type": "git", @@ -11,7 +11,7 @@ "typings": "dist/rollup.d.ts", "license": "MIT", "scripts": { - "build": "heft test --clean" + "build": "heft test --clean --pass-with-no-tests" }, "dependencies": { "@microsoft/tsdoc": "0.13.2", @@ -20,8 +20,8 @@ }, "devDependencies": { "@rushstack/eslint-config": "workspace:*", - "@rushstack/heft": "0.28.0", - "@rushstack/heft-node-rig": "1.0.8", + "@rushstack/heft": "0.32.0", + "@rushstack/heft-node-rig": "1.0.31", "@types/heft-jest": "1.0.1", "@types/node": "10.17.13" } diff --git a/apps/api-extractor/.vscode/launch.json b/apps/api-extractor/.vscode/launch.json index f81af6c2ef3..b9c74c3b15e 100644 --- a/apps/api-extractor/.vscode/launch.json +++ b/apps/api-extractor/.vscode/launch.json @@ -74,7 +74,13 @@ "name": "scenario", "program": "${workspaceFolder}/lib/start.js", "cwd": "${workspaceFolder}/../../build-tests/api-extractor-scenarios", - "args": ["--debug", "run", "--local", "--config", "./temp/configs/api-extractor-typeof.json"], + "args": [ + "--debug", + "run", + "--local", + "--config", + "./temp/configs/api-extractor-spanSorting.json" + ], "sourceMaps": true } ] diff --git a/apps/api-extractor/CHANGELOG.json b/apps/api-extractor/CHANGELOG.json index d528008da72..496b5ecd083 100644 --- a/apps/api-extractor/CHANGELOG.json +++ b/apps/api-extractor/CHANGELOG.json @@ -1,6 +1,113 @@ { "name": "@microsoft/api-extractor", "entries": [ + { + "version": "7.18.2", + "tag": "@microsoft/api-extractor_v7.18.2", + "date": "Mon, 12 Jul 2021 23:08:26 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.13.4`" + }, + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.39.1`" + }, + { + "comment": "Updating dependency \"@rushstack/rig-package\" to `0.2.13`" + }, + { + "comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.8.1`" + }, + { + "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.0`" + } + ] + } + }, + { + "version": "7.18.1", + "tag": "@microsoft/api-extractor_v7.18.1", + "date": "Thu, 08 Jul 2021 23:41:16 GMT", + "comments": { + "patch": [ + { + "comment": "Fix a recent regression that reported \"Internal Error: indentDocComment cannot be nested\" (GitHub #2797)" + } + ] + } + }, + { + "version": "7.18.0", + "tag": "@microsoft/api-extractor_v7.18.0", + "date": "Thu, 08 Jul 2021 06:00:48 GMT", + "comments": { + "minor": [ + { + "comment": "Add support for import() type expressions (GitHub #1050) -- Thank you @javier-garcia-meteologica and @adventure-yunfei for solving this difficult problem!" + }, + { + "comment": "Improve formatting of declarations in .d.ts rollup and .api.md files, fixing some indentation issues" + } + ] + } + }, + { + "version": "7.17.1", + "tag": "@microsoft/api-extractor_v7.17.1", + "date": "Thu, 01 Jul 2021 15:08:27 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.8.0`" + } + ] + } + }, + { + "version": "7.17.0", + "tag": "@microsoft/api-extractor_v7.17.0", + "date": "Wed, 30 Jun 2021 15:06:54 GMT", + "comments": { + "minor": [ + { + "comment": "Added support for \"import * as module from './local/module';\" (GitHub #1029) -- Big thanks to @adventure-yunfei, @mckn, @rbuckton, and @octogonz who all helped with this difficult PR!" + } + ], + "patch": [ + { + "comment": "Include /// directives in API report" + } + ] + } + }, + { + "version": "7.16.1", + "tag": "@microsoft/api-extractor_v7.16.1", + "date": "Fri, 04 Jun 2021 19:59:53 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.13.3`" + }, + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.39.0`" + } + ] + } + }, + { + "version": "7.16.0", + "tag": "@microsoft/api-extractor_v7.16.0", + "date": "Fri, 04 Jun 2021 15:08:20 GMT", + "comments": { + "minor": [ + { + "comment": "Upgrade the bundled compiler engine to TypeScript 4.3" + } + ] + } + }, { "version": "7.15.2", "tag": "@microsoft/api-extractor_v7.15.2", diff --git a/apps/api-extractor/CHANGELOG.md b/apps/api-extractor/CHANGELOG.md index c0c380bd5b3..fdae58a9d29 100644 --- a/apps/api-extractor/CHANGELOG.md +++ b/apps/api-extractor/CHANGELOG.md @@ -1,6 +1,54 @@ # Change Log - @microsoft/api-extractor -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. +This log was last generated on Mon, 12 Jul 2021 23:08:26 GMT and should not be manually modified. + +## 7.18.2 +Mon, 12 Jul 2021 23:08:26 GMT + +_Version update only_ + +## 7.18.1 +Thu, 08 Jul 2021 23:41:16 GMT + +### Patches + +- Fix a recent regression that reported "Internal Error: indentDocComment cannot be nested" (GitHub #2797) + +## 7.18.0 +Thu, 08 Jul 2021 06:00:48 GMT + +### Minor changes + +- Add support for import() type expressions (GitHub #1050) -- Thank you @javier-garcia-meteologica and @adventure-yunfei for solving this difficult problem! +- Improve formatting of declarations in .d.ts rollup and .api.md files, fixing some indentation issues + +## 7.17.1 +Thu, 01 Jul 2021 15:08:27 GMT + +_Version update only_ + +## 7.17.0 +Wed, 30 Jun 2021 15:06:54 GMT + +### Minor changes + +- Added support for "import * as module from './local/module';" (GitHub #1029) -- Big thanks to @adventure-yunfei, @mckn, @rbuckton, and @octogonz who all helped with this difficult PR! + +### Patches + +- Include /// directives in API report + +## 7.16.1 +Fri, 04 Jun 2021 19:59:53 GMT + +_Version update only_ + +## 7.16.0 +Fri, 04 Jun 2021 15:08:20 GMT + +### Minor changes + +- Upgrade the bundled compiler engine to TypeScript 4.3 ## 7.15.2 Wed, 19 May 2021 00:11:39 GMT diff --git a/apps/api-extractor/config/jest.config.json b/apps/api-extractor/config/jest.config.json index b88d4c3de66..4bb17bde3ee 100644 --- a/apps/api-extractor/config/jest.config.json +++ b/apps/api-extractor/config/jest.config.json @@ -1,3 +1,3 @@ { - "preset": "./node_modules/@rushstack/heft/includes/jest-shared.config.json" + "extends": "@rushstack/heft-node-rig/profiles/default/config/jest.config.json" } diff --git a/apps/api-extractor/package.json b/apps/api-extractor/package.json index d6c0f2d33cf..89c1c6e9dc6 100644 --- a/apps/api-extractor/package.json +++ b/apps/api-extractor/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/api-extractor", - "version": "7.15.2", + "version": "7.18.2", "description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups", "keywords": [ "typescript", @@ -45,12 +45,12 @@ "resolve": "~1.17.0", "semver": "~7.3.0", "source-map": "~0.6.1", - "typescript": "~4.2.4" + "typescript": "~4.3.5" }, "devDependencies": { "@rushstack/eslint-config": "workspace:*", - "@rushstack/heft": "0.28.0", - "@rushstack/heft-node-rig": "1.0.8", + "@rushstack/heft": "0.32.0", + "@rushstack/heft-node-rig": "1.0.31", "@types/heft-jest": "1.0.1", "@types/lodash": "4.14.116", "@types/node": "10.17.13", diff --git a/apps/api-extractor/src/analyzer/AstDeclaration.ts b/apps/api-extractor/src/analyzer/AstDeclaration.ts index f3f8eba58dd..02540312168 100644 --- a/apps/api-extractor/src/analyzer/AstDeclaration.ts +++ b/apps/api-extractor/src/analyzer/AstDeclaration.ts @@ -5,7 +5,7 @@ import * as ts from 'typescript'; import { AstSymbol } from './AstSymbol'; import { Span } from './Span'; import { InternalError } from '@rushstack/node-core-library'; -import { AstEntity } from './AstSymbolTable'; +import { AstEntity } from './AstEntity'; /** * Constructor options for AstDeclaration diff --git a/apps/api-extractor/src/analyzer/AstEntity.ts b/apps/api-extractor/src/analyzer/AstEntity.ts new file mode 100644 index 00000000000..b3c6ceeda1b --- /dev/null +++ b/apps/api-extractor/src/analyzer/AstEntity.ts @@ -0,0 +1,46 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. +// See LICENSE in the project root for license information. + +/** + * `AstEntity` is the abstract base class for analyzer objects that can become a `CollectorEntity`. + * + * @remarks + * + * The subclasses are: + * ``` + * - AstEntity + * - AstSymbol + * - AstSyntheticEntity + * - AstImport + * - AstNamespaceImport + * ``` + */ +export abstract class AstEntity { + /** + * The original name of the symbol, as exported from the module (i.e. source file) + * containing the original TypeScript definition. Constructs such as + * `import { X as Y } from` may introduce other names that differ from the local name. + * + * @remarks + * For the most part, `localName` corresponds to `followedSymbol.name`, but there + * are some edge cases. For example, the ts.Symbol.name for `export default class X { }` + * is actually `"default"`, not `"X"`. + */ + public abstract readonly localName: string; +} + +/** + * `AstSyntheticEntity` is the abstract base class for analyzer objects whose emitted declarations + * are not text transformations performed by the `Span` helper. + * + * @remarks + * Most of API Extractor's output is produced by using the using the `Span` utility to regurgitate strings from + * the input .d.ts files. If we need to rename an identifier, the `Span` visitor can pick out an interesting + * node and rewrite its string, but otherwise the transformation operates on dumb text and not compiler concepts. + * (Historically we did this because the compiler's emitter was an internal API, but it still has some advantages, + * for example preserving syntaxes generated by an older compiler to avoid incompatibilities.) + * + * This strategy does not work for cases where the output looks very different from the input. Today these + * cases are always kinds of `import` statements, but that may change in the future. + */ +export abstract class AstSyntheticEntity extends AstEntity {} diff --git a/apps/api-extractor/src/analyzer/AstImport.ts b/apps/api-extractor/src/analyzer/AstImport.ts index 92454ee4e2b..3a39a8ff7e6 100644 --- a/apps/api-extractor/src/analyzer/AstImport.ts +++ b/apps/api-extractor/src/analyzer/AstImport.ts @@ -3,6 +3,7 @@ import { AstSymbol } from './AstSymbol'; import { InternalError } from '@rushstack/node-core-library'; +import { AstSyntheticEntity } from './AstEntity'; /** * Indicates the import kind for an `AstImport`. @@ -26,7 +27,12 @@ export enum AstImportKind { /** * An import statement such as `import x = require("y");`. */ - EqualsImport + EqualsImport, + + /** + * An import statement such as `interface foo { foo: import("bar").a.b.c }`. + */ + ImportType } /** @@ -49,7 +55,7 @@ export interface IAstImportOptions { * For a symbol that was imported from an external package, this tracks the import * statement that was used to reach it. */ -export class AstImport { +export class AstImport extends AstSyntheticEntity { public readonly importKind: AstImportKind; /** @@ -79,6 +85,9 @@ export class AstImport { * * // For AstImportKind.EqualsImport style, exportName would be "x" in this example: * import x = require("y"); + * + * // For AstImportKind.ImportType style, exportName would be "a.b.c" in this example: + * interface foo { foo: import('bar').a.b.c }; * ``` */ public readonly exportName: string; @@ -110,6 +119,8 @@ export class AstImport { public readonly key: string; public constructor(options: IAstImportOptions) { + super(); + this.importKind = options.importKind; this.modulePath = options.modulePath; this.exportName = options.exportName; @@ -120,11 +131,9 @@ export class AstImport { this.key = AstImport.getKey(options); } - /** - * Allows `AstEntity.localName` to be used as a convenient generalization of `AstSymbol.localName` and - * `AstImport.exportName`. - */ + /** {@inheritdoc} */ public get localName(): string { + // abstract return this.exportName; } @@ -141,6 +150,14 @@ export class AstImport { return `${options.modulePath}:*`; case AstImportKind.EqualsImport: return `${options.modulePath}:=`; + case AstImportKind.ImportType: { + const subKey: string = !options.exportName + ? '*' // Equivalent to StarImport + : options.exportName.includes('.') // Equivalent to a named export + ? options.exportName.split('.')[0] + : options.exportName; + return `${options.modulePath}:${subKey}`; + } default: throw new InternalError('Unknown AstImportKind'); } diff --git a/apps/api-extractor/src/analyzer/AstModule.ts b/apps/api-extractor/src/analyzer/AstModule.ts index f18efb60a42..264d06d5f19 100644 --- a/apps/api-extractor/src/analyzer/AstModule.ts +++ b/apps/api-extractor/src/analyzer/AstModule.ts @@ -4,7 +4,7 @@ import * as ts from 'typescript'; import { AstSymbol } from './AstSymbol'; -import { AstEntity } from './AstSymbolTable'; +import { AstEntity } from './AstEntity'; /** * Represents information collected by {@link AstSymbolTable.fetchAstModuleExportInfo} @@ -16,6 +16,12 @@ export class AstModuleExportInfo { /** * Constructor parameters for AstModule + * + * @privateRemarks + * Our naming convention is to use I____Parameters for constructor options and + * I____Options for general function options. However the word "parameters" is + * confusingly similar to the terminology for function parameters modeled by API Extractor, + * so we use I____Options for both cases in this code base. */ export interface IAstModuleOptions { sourceFile: ts.SourceFile; @@ -25,12 +31,6 @@ export interface IAstModuleOptions { /** * An internal data structure that represents a source file that is analyzed by AstSymbolTable. - * - * @privateRemarks - * Our naming convention is to use I____Parameters for constructor options and - * I____Options for general function options. However the word "parameters" is - * confusingly similar to the terminology for function parameters modeled by API Extractor, - * so we use I____Options for both cases in this code base. */ export class AstModule { /** diff --git a/apps/api-extractor/src/analyzer/AstNamespaceImport.ts b/apps/api-extractor/src/analyzer/AstNamespaceImport.ts new file mode 100644 index 00000000000..955ef903d27 --- /dev/null +++ b/apps/api-extractor/src/analyzer/AstNamespaceImport.ts @@ -0,0 +1,89 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. +// See LICENSE in the project root for license information. + +import * as ts from 'typescript'; + +import { AstModule, AstModuleExportInfo } from './AstModule'; +import { AstSyntheticEntity } from './AstEntity'; +import { Collector } from '../collector/Collector'; + +export interface IAstNamespaceImportOptions { + readonly astModule: AstModule; + readonly namespaceName: string; + readonly declaration: ts.Declaration; +} + +/** + * `AstNamespaceImport` represents a namespace that is created implicitly by a statement + * such as `import * as example from "./file";` + * + * @remarks + * + * A typical input looks like this: + * ```ts + * // Suppose that example.ts exports two functions f1() and f2(). + * import * as example from "./file"; + * export { example }; + * ``` + * + * API Extractor's .d.ts rollup will transform it into an explicit namespace, like this: + * ```ts + * declare f1(): void; + * declare f2(): void; + * + * declare namespace example { + * export { + * f1, + * f2 + * } + * } + * ``` + * + * The current implementation does not attempt to relocate f1()/f2() to be inside the `namespace` + * because other type signatures may reference them directly (without using the namespace qualifier). + * The `declare namespace example` is a synthetic construct represented by `AstNamespaceImport`. + */ +export class AstNamespaceImport extends AstSyntheticEntity { + /** + * Returns true if the AstSymbolTable.analyze() was called for this object. + * See that function for details. + */ + public analyzed: boolean = false; + + /** + * For example, if the original statement was `import * as example from "./file";` + * then `astModule` refers to the `./file.d.ts` file. + */ + public readonly astModule: AstModule; + + /** + * For example, if the original statement was `import * as example from "./file";` + * then `namespaceName` would be `example`. + */ + public readonly namespaceName: string; + + /** + * The original `ts.SyntaxKind.NamespaceImport` which can be used as a location for error messages. + */ + public readonly declaration: ts.Declaration; + + public constructor(options: IAstNamespaceImportOptions) { + super(); + this.astModule = options.astModule; + this.namespaceName = options.namespaceName; + this.declaration = options.declaration; + } + + /** {@inheritdoc} */ + public get localName(): string { + // abstract + return this.namespaceName; + } + + public fetchAstModuleExportInfo(collector: Collector): AstModuleExportInfo { + const astModuleExportInfo: AstModuleExportInfo = collector.astSymbolTable.fetchAstModuleExportInfo( + this.astModule + ); + return astModuleExportInfo; + } +} diff --git a/apps/api-extractor/src/analyzer/AstReferenceResolver.ts b/apps/api-extractor/src/analyzer/AstReferenceResolver.ts index 33baaaf2471..6d91f6c194f 100644 --- a/apps/api-extractor/src/analyzer/AstReferenceResolver.ts +++ b/apps/api-extractor/src/analyzer/AstReferenceResolver.ts @@ -4,13 +4,14 @@ import * as ts from 'typescript'; import * as tsdoc from '@microsoft/tsdoc'; -import { AstSymbolTable, AstEntity } from './AstSymbolTable'; +import { AstSymbolTable } from './AstSymbolTable'; +import { AstEntity } from './AstEntity'; import { AstDeclaration } from './AstDeclaration'; import { WorkingPackage } from '../collector/WorkingPackage'; import { AstModule } from './AstModule'; -import { AstImport } from './AstImport'; import { Collector } from '../collector/Collector'; import { DeclarationMetadata } from '../collector/DeclarationMetadata'; +import { AstSymbol } from './AstSymbol'; /** * Used by `AstReferenceResolver` to report a failed resolution. @@ -90,8 +91,8 @@ export class AstReferenceResolver { ); } - if (rootAstEntity instanceof AstImport) { - return new ResolverFailure('Reexported declarations are not supported'); + if (!(rootAstEntity instanceof AstSymbol)) { + return new ResolverFailure('This type of declaration is not supported yet by the resolver'); } let currentDeclaration: AstDeclaration | ResolverFailure = this._selectDeclaration( diff --git a/apps/api-extractor/src/analyzer/AstSymbol.ts b/apps/api-extractor/src/analyzer/AstSymbol.ts index ce9d2861c1d..fcb3269cf36 100644 --- a/apps/api-extractor/src/analyzer/AstSymbol.ts +++ b/apps/api-extractor/src/analyzer/AstSymbol.ts @@ -4,6 +4,7 @@ import * as ts from 'typescript'; import { AstDeclaration } from './AstDeclaration'; import { InternalError } from '@rushstack/node-core-library'; +import { AstEntity } from './AstEntity'; /** * Constructor options for AstSymbol @@ -50,18 +51,9 @@ export interface IAstSymbolOptions { * - g * ``` */ -export class AstSymbol { - /** - * The original name of the symbol, as exported from the module (i.e. source file) - * containing the original TypeScript definition. Constructs such as - * `import { X as Y } from` may introduce other names that differ from the local name. - * - * @remarks - * For the most part, `localName` corresponds to `followedSymbol.name`, but there - * are some edge cases. For example, the symbol name for `export default class X { }` - * is actually `"default"`, not `"X"`. - */ - public readonly localName: string; +export class AstSymbol extends AstEntity { + /** {@inheritdoc} */ + public readonly localName: string; // abstract /** * If true, then the `followedSymbol` (i.e. original declaration) of this symbol @@ -121,6 +113,8 @@ export class AstSymbol { private _analyzed: boolean = false; public constructor(options: IAstSymbolOptions) { + super(); + this.followedSymbol = options.followedSymbol; this.localName = options.localName; this.isExternal = options.isExternal; diff --git a/apps/api-extractor/src/analyzer/AstSymbolTable.ts b/apps/api-extractor/src/analyzer/AstSymbolTable.ts index 8e46618dd04..41361d81217 100644 --- a/apps/api-extractor/src/analyzer/AstSymbolTable.ts +++ b/apps/api-extractor/src/analyzer/AstSymbolTable.ts @@ -1,6 +1,8 @@ // Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. // See LICENSE in the project root for license information. +/* eslint-disable no-bitwise */ // for ts.SymbolFlags + import * as ts from 'typescript'; import { PackageJsonLookup, InternalError } from '@rushstack/node-core-library'; @@ -10,14 +12,13 @@ import { AstSymbol } from './AstSymbol'; import { AstModule, AstModuleExportInfo } from './AstModule'; import { PackageMetadataManager } from './PackageMetadataManager'; import { ExportAnalyzer } from './ExportAnalyzer'; -import { AstImport } from './AstImport'; +import { AstEntity } from './AstEntity'; +import { AstNamespaceImport } from './AstNamespaceImport'; import { MessageRouter } from '../collector/MessageRouter'; import { TypeScriptInternals, IGlobalVariableAnalyzer } from './TypeScriptInternals'; -import { StringChecks } from './StringChecks'; +import { SyntaxHelpers } from './SyntaxHelpers'; import { SourceFileLocationFormatter } from './SourceFileLocationFormatter'; -export type AstEntity = AstSymbol | AstImport; - /** * Options for `AstSymbolTable._fetchAstSymbol()` */ @@ -87,7 +88,7 @@ export class AstSymbolTable { // Note that this is a mapping from specific AST nodes that we analyzed, based on the underlying symbol // for that node. - private readonly _entitiesByIdentifierNode: Map = new Map< + private readonly _entitiesByNode: Map = new Map< ts.Identifier, AstEntity | undefined >(); @@ -148,41 +149,13 @@ export class AstSymbolTable { * or members. (We do always construct its parents however, since AstDefinition.parent * is immutable, and needed e.g. to calculate release tag inheritance.) */ - public analyze(astSymbol: AstSymbol): void { - if (astSymbol.analyzed) { - return; - } - - if (astSymbol.nominalAnalysis) { - // We don't analyze nominal symbols - astSymbol._notifyAnalyzed(); - return; + public analyze(astEntity: AstEntity): void { + if (astEntity instanceof AstSymbol) { + return this._analyzeAstSymbol(astEntity); } - // Start at the root of the tree - const rootAstSymbol: AstSymbol = astSymbol.rootAstSymbol; - - // Calculate the full child tree for each definition - for (const astDeclaration of rootAstSymbol.astDeclarations) { - this._analyzeChildTree(astDeclaration.declaration, astDeclaration); - } - - rootAstSymbol._notifyAnalyzed(); - - if (!astSymbol.isExternal) { - // If this symbol is non-external (i.e. it belongs to the working package), then we also analyze any - // referencedAstSymbols that are non-external. For example, this ensures that forgotten exports - // get analyzed. - rootAstSymbol.forEachDeclarationRecursive((astDeclaration: AstDeclaration) => { - for (const referencedAstEntity of astDeclaration.referencedAstEntities) { - // Walk up to the root of the tree, looking for any imports along the way - if (referencedAstEntity instanceof AstSymbol) { - if (!referencedAstEntity.isExternal) { - this.analyze(referencedAstEntity); - } - } - } - }); + if (astEntity instanceof AstNamespaceImport) { + return this._analyzeAstNamespaceImport(astEntity); } } @@ -214,11 +187,11 @@ export class AstSymbolTable { * @remarks * Throws an Error if the ts.Identifier is not part of node tree that was analyzed. */ - public tryGetEntityForIdentifierNode(identifier: ts.Identifier): AstEntity | undefined { - if (!this._entitiesByIdentifierNode.has(identifier)) { + public tryGetEntityForNode(identifier: ts.Identifier | ts.ImportTypeNode): AstEntity | undefined { + if (!this._entitiesByNode.has(identifier)) { throw new InternalError('tryGetEntityForIdentifier() called for an identifier that was not analyzed'); } - return this._entitiesByIdentifierNode.get(identifier); + return this._entitiesByNode.get(identifier); } /** @@ -288,7 +261,7 @@ export class AstSymbolTable { // Otherwise that name may come from a quoted string or pseudonym like `__constructor`. // If the string is not a safe identifier, then we must add quotes. // Note that if it was quoted but did not need to be quoted, here we will remove the quotes. - if (!StringChecks.isSafeUnquotedMemberIdentifier(unquotedName)) { + if (!SyntaxHelpers.isSafeUnquotedMemberIdentifier(unquotedName)) { // For API Extractor's purposes, a canonical form is more appropriate than trying to reflect whatever // appeared in the source code. The code is not even guaranteed to be consistent, for example: // @@ -303,6 +276,67 @@ export class AstSymbolTable { return unquotedName; } + private _analyzeAstNamespaceImport(astNamespaceImport: AstNamespaceImport): void { + if (astNamespaceImport.analyzed) { + return; + } + + // mark before actual analyzing, to handle module cyclic reexport + astNamespaceImport.analyzed = true; + + const exportedLocalEntities: Map = this.fetchAstModuleExportInfo( + astNamespaceImport.astModule + ).exportedLocalEntities; + + for (const exportedEntity of exportedLocalEntities.values()) { + this.analyze(exportedEntity); + } + } + + private _analyzeAstSymbol(astSymbol: AstSymbol): void { + if (astSymbol.analyzed) { + return; + } + + if (astSymbol.nominalAnalysis) { + // We don't analyze nominal symbols + astSymbol._notifyAnalyzed(); + return; + } + + // Start at the root of the tree + const rootAstSymbol: AstSymbol = astSymbol.rootAstSymbol; + + // Calculate the full child tree for each definition + for (const astDeclaration of rootAstSymbol.astDeclarations) { + this._analyzeChildTree(astDeclaration.declaration, astDeclaration); + } + + rootAstSymbol._notifyAnalyzed(); + + if (!astSymbol.isExternal) { + // If this symbol is non-external (i.e. it belongs to the working package), then we also analyze any + // referencedAstSymbols that are non-external. For example, this ensures that forgotten exports + // get analyzed. + rootAstSymbol.forEachDeclarationRecursive((astDeclaration: AstDeclaration) => { + for (const referencedAstEntity of astDeclaration.referencedAstEntities) { + // Walk up to the root of the tree, looking for any imports along the way + if (referencedAstEntity instanceof AstSymbol) { + if (!referencedAstEntity.isExternal) { + this._analyzeAstSymbol(referencedAstEntity); + } + } + + if (referencedAstEntity instanceof AstNamespaceImport) { + if (!referencedAstEntity.astModule.isExternal) { + this._analyzeAstNamespaceImport(referencedAstEntity); + } + } + } + }); + } + } + /** * Used by analyze to recursively analyze the entire child tree. */ @@ -326,8 +360,7 @@ export class AstSymbolTable { ); if (identifierNode) { - let referencedAstEntity: AstEntity | undefined = - this._entitiesByIdentifierNode.get(identifierNode); + let referencedAstEntity: AstEntity | undefined = this._entitiesByNode.get(identifierNode); if (!referencedAstEntity) { const symbol: ts.Symbol | undefined = this._typeChecker.getSymbolAtLocation(identifierNode); if (!symbol) { @@ -378,7 +411,7 @@ export class AstSymbolTable { governingAstDeclaration.astSymbol.isExternal ); - this._entitiesByIdentifierNode.set(identifierNode, referencedAstEntity); + this._entitiesByNode.set(identifierNode, referencedAstEntity); } } @@ -393,19 +426,38 @@ export class AstSymbolTable { case ts.SyntaxKind.Identifier: { const identifierNode: ts.Identifier = node as ts.Identifier; - if (!this._entitiesByIdentifierNode.has(identifierNode)) { + if (!this._entitiesByNode.has(identifierNode)) { const symbol: ts.Symbol | undefined = this._typeChecker.getSymbolAtLocation(identifierNode); let referencedAstEntity: AstEntity | undefined = undefined; if (symbol === governingAstDeclaration.astSymbol.followedSymbol) { - referencedAstEntity = this._fetchEntityForIdentifierNode( - identifierNode, - governingAstDeclaration - ); + referencedAstEntity = this._fetchEntityForNode(identifierNode, governingAstDeclaration); } - this._entitiesByIdentifierNode.set(identifierNode, referencedAstEntity); + this._entitiesByNode.set(identifierNode, referencedAstEntity); + } + } + break; + + case ts.SyntaxKind.ImportType: + { + const importTypeNode: ts.ImportTypeNode = node as ts.ImportTypeNode; + let referencedAstEntity: AstEntity | undefined = this._entitiesByNode.get(importTypeNode); + + if (!this._entitiesByNode.has(importTypeNode)) { + referencedAstEntity = this._fetchEntityForNode(importTypeNode, governingAstDeclaration); + + if (!referencedAstEntity) { + // This should never happen + throw new Error('Failed to fetch entity for import() type node: ' + importTypeNode.getText()); + } + + this._entitiesByNode.set(importTypeNode, referencedAstEntity); + } + + if (referencedAstEntity) { + governingAstDeclaration._notifyReferencedAstEntity(referencedAstEntity); } } break; @@ -422,23 +474,30 @@ export class AstSymbolTable { } } - private _fetchEntityForIdentifierNode( - identifierNode: ts.Identifier, + private _fetchEntityForNode( + node: ts.Identifier | ts.ImportTypeNode, governingAstDeclaration: AstDeclaration ): AstEntity | undefined { - let referencedAstEntity: AstEntity | undefined = this._entitiesByIdentifierNode.get(identifierNode); + let referencedAstEntity: AstEntity | undefined = this._entitiesByNode.get(node); if (!referencedAstEntity) { - const symbol: ts.Symbol | undefined = this._typeChecker.getSymbolAtLocation(identifierNode); - if (!symbol) { - throw new Error('Symbol not found for identifier: ' + identifierNode.getText()); - } + if (node.kind === ts.SyntaxKind.ImportType) { + referencedAstEntity = this._exportAnalyzer.fetchReferencedAstEntityFromImportTypeNode( + node, + governingAstDeclaration.astSymbol.isExternal + ); + } else { + const symbol: ts.Symbol | undefined = this._typeChecker.getSymbolAtLocation(node); + if (!symbol) { + throw new Error('Symbol not found for identifier: ' + node.getText()); + } - referencedAstEntity = this._exportAnalyzer.fetchReferencedAstEntity( - symbol, - governingAstDeclaration.astSymbol.isExternal - ); + referencedAstEntity = this._exportAnalyzer.fetchReferencedAstEntity( + symbol, + governingAstDeclaration.astSymbol.isExternal + ); + } - this._entitiesByIdentifierNode.set(identifierNode, referencedAstEntity); + this._entitiesByNode.set(node, referencedAstEntity); } return referencedAstEntity; } @@ -480,20 +539,19 @@ export class AstSymbolTable { const followedSymbol: ts.Symbol = options.followedSymbol; // Filter out symbols representing constructs that we don't care about - if (!TypeScriptHelpers.hasAnyDeclarations(followedSymbol)) { + const arbitraryDeclaration: ts.Declaration | undefined = + TypeScriptHelpers.tryGetADeclaration(followedSymbol); + if (!arbitraryDeclaration) { return undefined; } - const arbitraryDeclaration: ts.Declaration = followedSymbol.declarations[0]; - if ( - // eslint-disable-next-line no-bitwise followedSymbol.flags & - // eslint-disable-next-line no-bitwise - (ts.SymbolFlags.TypeParameter | ts.SymbolFlags.TypeLiteral | ts.SymbolFlags.Transient) && - !TypeScriptInternals.isLateBoundSymbol(followedSymbol) + (ts.SymbolFlags.TypeParameter | ts.SymbolFlags.TypeLiteral | ts.SymbolFlags.Transient) ) { - return undefined; + if (!TypeScriptInternals.isLateBoundSymbol(followedSymbol)) { + return undefined; + } } // API Extractor doesn't analyze ambient declarations at all @@ -557,24 +615,28 @@ export class AstSymbolTable { // - but P1 and P2 may be different (e.g. merged namespaces containing merged interfaces) // Is there a parent AstSymbol? First we check to see if there is a parent declaration: - const arbitraryParentDeclaration: ts.Node | undefined = this._tryFindFirstAstDeclarationParent( - followedSymbol.declarations[0] - ); + const arbitraryDeclaration: ts.Node | undefined = + TypeScriptHelpers.tryGetADeclaration(followedSymbol); - if (arbitraryParentDeclaration) { - const parentSymbol: ts.Symbol = TypeScriptHelpers.getSymbolForDeclaration( - arbitraryParentDeclaration as ts.Declaration, - this._typeChecker - ); + if (arbitraryDeclaration) { + const arbitraryParentDeclaration: ts.Node | undefined = + this._tryFindFirstAstDeclarationParent(arbitraryDeclaration); - parentAstSymbol = this._fetchAstSymbol({ - followedSymbol: parentSymbol, - isExternal: options.isExternal, - includeNominalAnalysis: false, - addIfMissing: true - }); - if (!parentAstSymbol) { - throw new InternalError('Unable to construct a parent AstSymbol for ' + followedSymbol.name); + if (arbitraryParentDeclaration) { + const parentSymbol: ts.Symbol = TypeScriptHelpers.getSymbolForDeclaration( + arbitraryParentDeclaration as ts.Declaration, + this._typeChecker + ); + + parentAstSymbol = this._fetchAstSymbol({ + followedSymbol: parentSymbol, + isExternal: options.isExternal, + includeNominalAnalysis: false, + addIfMissing: true + }); + if (!parentAstSymbol) { + throw new InternalError('Unable to construct a parent AstSymbol for ' + followedSymbol.name); + } } } } diff --git a/apps/api-extractor/src/analyzer/ExportAnalyzer.ts b/apps/api-extractor/src/analyzer/ExportAnalyzer.ts index 4325b241687..12d828a87cf 100644 --- a/apps/api-extractor/src/analyzer/ExportAnalyzer.ts +++ b/apps/api-extractor/src/analyzer/ExportAnalyzer.ts @@ -10,7 +10,10 @@ import { AstImport, IAstImportOptions, AstImportKind } from './AstImport'; import { AstModule, AstModuleExportInfo } from './AstModule'; import { TypeScriptInternals } from './TypeScriptInternals'; import { SourceFileLocationFormatter } from './SourceFileLocationFormatter'; -import { IFetchAstSymbolOptions, AstEntity } from './AstSymbolTable'; +import { IFetchAstSymbolOptions } from './AstSymbolTable'; +import { AstEntity } from './AstEntity'; +import { AstNamespaceImport } from './AstNamespaceImport'; +import { SyntaxHelpers } from './SyntaxHelpers'; /** * Exposes the minimal APIs from AstSymbolTable that are needed by ExportAnalyzer. @@ -21,7 +24,7 @@ import { IFetchAstSymbolOptions, AstEntity } from './AstSymbolTable'; export interface IAstSymbolTable { fetchAstSymbol(options: IFetchAstSymbolOptions): AstSymbol | undefined; - analyze(astSymbol: AstSymbol): void; + analyze(astEntity: AstEntity): void; } /** @@ -72,6 +75,7 @@ export class ExportAnalyzer { private readonly _importableAmbientSourceFiles: Set = new Set(); private readonly _astImportsByKey: Map = new Map(); + private readonly _astNamespaceImportByModule: Map = new Map(); public constructor( program: ts.Program, @@ -131,7 +135,9 @@ export class ExportAnalyzer { ); // Ignore virtual symbols that don't have any declarations - if (TypeScriptHelpers.hasAnyDeclarations(followedSymbol)) { + const arbitraryDeclaration: ts.Declaration | undefined = + TypeScriptHelpers.tryGetADeclaration(followedSymbol); + if (arbitraryDeclaration) { const astSymbol: AstSymbol | undefined = this._astSymbolTable.fetchAstSymbol({ followedSymbol: followedSymbol, isExternal: astModule.isExternal, @@ -142,7 +148,7 @@ export class ExportAnalyzer { if (!astSymbol) { throw new Error( `Unsupported export ${JSON.stringify(exportedSymbol.name)}:\n` + - SourceFileLocationFormatter.formatDeclaration(followedSymbol.declarations[0]) + SourceFileLocationFormatter.formatDeclaration(arbitraryDeclaration) ); } @@ -325,6 +331,10 @@ export class ExportAnalyzer { this._astSymbolTable.analyze(astEntity); } + if (astEntity instanceof AstNamespaceImport && !astEntity.astModule.isExternal) { + this._astSymbolTable.analyze(astEntity); + } + astModuleExportInfo.exportedLocalEntities.set(exportSymbol.name, astEntity); } } @@ -407,6 +417,99 @@ export class ExportAnalyzer { return astSymbol; } + public fetchReferencedAstEntityFromImportTypeNode( + node: ts.ImportTypeNode, + referringModuleIsExternal: boolean + ): AstEntity | undefined { + const externalModulePath: string | undefined = this._tryGetExternalModulePath(node); + + if (externalModulePath) { + let exportName: string; + if (node.qualifier) { + // Example input: + // import('api-extractor-lib1-test').Lib1GenericType + // + // Extracted qualifier: + // Lib1GenericType + exportName = node.qualifier.getText().trim(); + } else { + // Example input: + // import('api-extractor-lib1-test') + // + // Extracted qualifier: + // apiExtractorLib1Test + + exportName = SyntaxHelpers.makeCamelCaseIdentifier(externalModulePath); + } + + return this._fetchAstImport(undefined, { + importKind: AstImportKind.ImportType, + exportName: exportName, + modulePath: externalModulePath, + isTypeOnly: false + }); + } + + // Internal reference: AstSymbol + const rightMostToken: ts.Identifier | ts.ImportTypeNode = node.qualifier + ? node.qualifier.kind === ts.SyntaxKind.QualifiedName + ? node.qualifier.right + : node.qualifier + : node; + + // There is no symbol property in a ImportTypeNode, obtain the associated export symbol + const exportSymbol: ts.Symbol | undefined = this._typeChecker.getSymbolAtLocation(rightMostToken); + if (!exportSymbol) { + throw new InternalError( + `Symbol not found for identifier: ${node.getText()}\n` + + SourceFileLocationFormatter.formatDeclaration(node) + ); + } + + let followedSymbol: ts.Symbol = exportSymbol; + for (;;) { + const referencedAstEntity: AstEntity | undefined = this.fetchReferencedAstEntity( + followedSymbol, + referringModuleIsExternal + ); + + if (referencedAstEntity) { + return referencedAstEntity; + } + + const followedSymbolNode: ts.Node | ts.ImportTypeNode | undefined = + followedSymbol.declarations && (followedSymbol.declarations[0] as ts.Node | undefined); + + if (followedSymbolNode && followedSymbolNode.kind === ts.SyntaxKind.ImportType) { + return this.fetchReferencedAstEntityFromImportTypeNode( + followedSymbolNode as ts.ImportTypeNode, + referringModuleIsExternal + ); + } + + // eslint-disable-next-line no-bitwise + if (!(followedSymbol.flags & ts.SymbolFlags.Alias)) { + break; + } + + const currentAlias: ts.Symbol = this._typeChecker.getAliasedSymbol(followedSymbol); + if (!currentAlias || currentAlias === followedSymbol) { + break; + } + + followedSymbol = currentAlias; + } + + const astSymbol: AstSymbol | undefined = this._astSymbolTable.fetchAstSymbol({ + followedSymbol: followedSymbol, + isExternal: referringModuleIsExternal, + includeNominalAnalysis: false, + addIfMissing: true + }); + + return astSymbol; + } + private _tryMatchExportDeclaration( declaration: ts.Declaration, declarationSymbol: ts.Symbol @@ -436,6 +539,26 @@ export class ExportAnalyzer { // Example: " ExportName as RenamedName" const exportSpecifier: ts.ExportSpecifier = declaration as ts.ExportSpecifier; exportName = (exportSpecifier.propertyName || exportSpecifier.name).getText().trim(); + } else if (declaration.kind === ts.SyntaxKind.NamespaceExport) { + // EXAMPLE: + // "export * as theLib from 'the-lib';" + // + // ExportDeclaration: + // ExportKeyword: pre=[export] sep=[ ] + // NamespaceExport: + // AsteriskToken: pre=[*] sep=[ ] + // AsKeyword: pre=[as] sep=[ ] + // Identifier: pre=[theLib] sep=[ ] + // FromKeyword: pre=[from] sep=[ ] + // StringLiteral: pre=['the-lib'] + // SemicolonToken: pre=[;] + + // Issue tracking this feature: https://github.com/microsoft/rushstack/issues/2780 + throw new Error( + `The "export * as ___" syntax is not supported yet; as a workaround,` + + ` use "import * as ___" with a separate "export { ___ }" declaration\n` + + SourceFileLocationFormatter.formatDeclaration(declaration) + ); } else { throw new InternalError( `Unimplemented export declaration kind: ${declaration.getText()}\n` + @@ -495,12 +618,18 @@ export class ExportAnalyzer { // SemicolonToken: pre=[;] if (externalModulePath === undefined) { - // The implementation here only works when importing from an external module. - // The full solution is tracked by: https://github.com/microsoft/rushstack/issues/1029 - throw new Error( - '"import * as ___ from ___;" is not supported yet for local files.\n' + - SourceFileLocationFormatter.formatDeclaration(importDeclaration) - ); + const astModule: AstModule = this._fetchSpecifierAstModule(importDeclaration, declarationSymbol); + let namespaceImport: AstNamespaceImport | undefined = + this._astNamespaceImportByModule.get(astModule); + if (namespaceImport === undefined) { + namespaceImport = new AstNamespaceImport({ + namespaceName: declarationSymbol.name, + astModule: astModule, + declaration: declaration + }); + this._astNamespaceImportByModule.set(astModule, namespaceImport); + } + return namespaceImport; } // Here importSymbol=undefined because {@inheritDoc} and such are not going to work correctly for @@ -624,17 +753,6 @@ export class ExportAnalyzer { } } - const importTypeNode: ts.Node | undefined = TypeScriptHelpers.findFirstChildNode( - declaration, - ts.SyntaxKind.ImportType - ); - if (importTypeNode) { - throw new Error( - 'The expression contains an import() type, which is not yet supported by API Extractor:\n' + - SourceFileLocationFormatter.formatDeclaration(importTypeNode) - ); - } - return undefined; } @@ -734,8 +852,8 @@ export class ExportAnalyzer { } private _tryGetExternalModulePath( - importOrExportDeclaration: ts.ImportDeclaration | ts.ExportDeclaration, - exportSymbol: ts.Symbol + importOrExportDeclaration: ts.ImportDeclaration | ts.ExportDeclaration | ts.ImportTypeNode, + exportSymbol?: ts.Symbol ): string | undefined { // The name of the module, which could be like "./SomeLocalFile' or like 'external-package/entry/point' const moduleSpecifier: string | undefined = diff --git a/apps/api-extractor/src/analyzer/Span.ts b/apps/api-extractor/src/analyzer/Span.ts index c702c312a6f..8fa6b104049 100644 --- a/apps/api-extractor/src/analyzer/Span.ts +++ b/apps/api-extractor/src/analyzer/Span.ts @@ -2,8 +2,54 @@ // See LICENSE in the project root for license information. import * as ts from 'typescript'; -import { StringBuilder } from '@microsoft/tsdoc'; -import { Sort } from '@rushstack/node-core-library'; +import { InternalError, Sort } from '@rushstack/node-core-library'; + +import { IndentedWriter } from '../generators/IndentedWriter'; + +interface IWriteModifiedTextOptions { + writer: IndentedWriter; + separatorOverride: string | undefined; + indentDocCommentState: IndentDocCommentState; +} + +enum IndentDocCommentState { + /** + * `indentDocComment` was not requested for this subtree. + */ + Inactive = 0, + /** + * `indentDocComment` was requested and we are looking for the opening `/` `*` + */ + AwaitingOpenDelimiter = 1, + /** + * `indentDocComment` was requested and we are looking for the closing `*` `/` + */ + AwaitingCloseDelimiter = 2, + /** + * `indentDocComment` was requested and we have finished indenting the comment. + */ + Done = 3 +} + +/** + * Choices for SpanModification.indentDocComment. + */ +export enum IndentDocCommentScope { + /** + * Do not detect and indent comments. + */ + None = 0, + + /** + * Look for one doc comment in the {@link Span.prefix} text only. + */ + PrefixOnly = 1, + + /** + * Look for one doc comment potentially distributed across the Span and its children. + */ + SpanAndChildren = 2 +} /** * Specifies various transformations that will be performed by Span.getModifiedText(). @@ -33,6 +79,21 @@ export class SpanModification { */ public sortKey: string | undefined; + /** + * Optionally configures getModifiedText() to search for a "/*" doc comment and indent it. + * At most one comment is detected. + * + * @remarks + * The indentation can be applied to the `Span.modifier.prefix` only, or it can be applied to the + * full subtree of nodes (as needed for `ts.SyntaxKind.JSDocComment` trees). However the enabled + * scopes must not overlap. + * + * This feature is enabled selectively because (1) we do not want to accidentally match `/*` appearing + * in a string literal or other expression that is not a comment, and (2) parsing comments is relatively + * expensive. + */ + public indentDocComment: IndentDocCommentScope = IndentDocCommentScope.None; + private readonly _span: Span; private _prefix: string | undefined; private _suffix: string | undefined; @@ -74,6 +135,9 @@ export class SpanModification { this.sortKey = undefined; this._prefix = undefined; this._suffix = undefined; + if (this._span.kind === ts.SyntaxKind.JSDocComment) { + this.indentDocComment = IndentDocCommentScope.SpanAndChildren; + } } /** @@ -142,7 +206,16 @@ export class Span { let previousChildSpan: Span | undefined = undefined; + const visitedChildren: Set = new Set(); + for (const childNode of this.node.getChildren() || []) { + // FIX ME: This is a temporary workaround for a problem introduced by TypeScript 4.3. + // https://github.com/microsoft/TypeScript/issues/44422 + if (visitedChildren.has(childNode)) { + continue; + } + visitedChildren.add(childNode); + const childSpan: Span = new Span(childNode); childSpan._parent = this; childSpan._previousSibling = previousChildSpan; @@ -161,7 +234,7 @@ export class Span { if (childSpan.endIndex > this.endIndex) { // This has never been observed empirically, but here's how we would handle it this.endIndex = childSpan.endIndex; - throw new Error('Unexpected AST case'); + throw new InternalError('Unexpected AST case'); } if (previousChildSpan) { @@ -285,44 +358,6 @@ export class Span { return undefined; } - /** - * Starting from the first character of this span, walk backwards until we find the start of the line, - * and return whitespace after that position. - * - * @remarks - * For example, suppose the character buffer contains this text: - * ``` - * 1111111111222222 - * 012345 6 7890123456789012345 - * "line 1\r\n line 2 Example" - * ``` - * - * And suppose the span starts at index 17, i.e. the the "E" in example. The `getIndent()` method would return - * two spaces corresponding to the range from index 8 through and including index 9. - */ - public getIndent(): string { - const buffer: string = this.node.getSourceFile().text; - - let lineStartIndex: number = 0; - let firstNonSpaceIndex: number = this.startIndex; - - let i: number = this.startIndex - 1; - while (i >= 0) { - const c: number = buffer.charCodeAt(i); - if (c === 13 /* \r */ || c === 10 /* \n */) { - lineStartIndex = i + 1; - break; - } - if (c !== 32 /* space */ && c !== 9 /* tab */) { - // We encountered a non-spacing character, so move the firstNonSpaceIndex backwards - firstNonSpaceIndex = i; - } - --i; - } - - return buffer.substring(lineStartIndex, firstNonSpaceIndex); - } - /** * Recursively invokes the callback on this Span and all its children. The callback * can make changes to Span.modification for each node. @@ -355,20 +390,23 @@ export class Span { * Returns the text represented by this Span, after applying all requested modifications. */ public getModifiedText(): string { - const output: StringBuilder = new StringBuilder(); + const writer: IndentedWriter = new IndentedWriter(); + writer.trimLeadingSpaces = true; this._writeModifiedText({ - output, - separatorOverride: undefined + writer: writer, + separatorOverride: undefined, + indentDocCommentState: IndentDocCommentState.Inactive }); - return output.toString(); + return writer.getText(); } - public writeModifiedText(output: StringBuilder): void { + public writeModifiedText(output: IndentedWriter): void { this._writeModifiedText({ - output, - separatorOverride: undefined + writer: output, + separatorOverride: undefined, + indentDocCommentState: IndentDocCommentState.Inactive }); } @@ -397,93 +435,214 @@ export class Span { return result; } + /** + * Returns a diagnostic dump of the tree, showing the SpanModification settings for each nodde. + */ + public getModifiedDump(indent: string = ''): string { + let result: string = indent + ts.SyntaxKind[this.node.kind] + ': '; + + if (this.prefix) { + result += ' pre=[' + this._getTrimmed(this.modification.prefix) + ']'; + } + if (this.suffix) { + result += ' suf=[' + this._getTrimmed(this.modification.suffix) + ']'; + } + if (this.separator) { + result += ' sep=[' + this._getTrimmed(this.separator) + ']'; + } + if (this.modification.indentDocComment !== IndentDocCommentScope.None) { + result += ' indentDocComment=' + IndentDocCommentScope[this.modification.indentDocComment]; + } + if (this.modification.omitChildren) { + result += ' omitChildren'; + } + if (this.modification.omitSeparatorAfter) { + result += ' omitSeparatorAfter'; + } + if (this.modification.sortChildren) { + result += ' sortChildren'; + } + if (this.modification.sortKey !== undefined) { + result += ` sortKey="${this.modification.sortKey}"`; + } + result += '\n'; + + if (!this.modification.omitChildren) { + for (const child of this.children) { + result += child.getModifiedDump(indent + ' '); + } + } else { + result += `${indent} (${this.children.length} children)\n`; + } + + return result; + } + + /** + * Recursive implementation of `getModifiedText()` and `writeModifiedText()`. + */ private _writeModifiedText(options: IWriteModifiedTextOptions): void { - options.output.append(this.modification.prefix); + // Apply indentation based on "{" and "}" + if (this.prefix === '{') { + options.writer.increaseIndent(); + } else if (this.prefix === '}') { + options.writer.decreaseIndent(); + } + + if (this.modification.indentDocComment !== IndentDocCommentScope.None) { + this._beginIndentDocComment(options); + } + + this._write(this.modification.prefix, options); - const childCount: number = this.children.length; + if (this.modification.indentDocComment === IndentDocCommentScope.PrefixOnly) { + this._endIndentDocComment(options); + } + + let sortedSubset: Span[] | undefined; if (!this.modification.omitChildren) { - if (this.modification.sortChildren && childCount > 1) { + if (this.modification.sortChildren) { // We will only sort the items with a sortKey - const sortedSubset: Span[] = this.children.filter((x) => x.modification.sortKey !== undefined); - const sortedSubsetCount: number = sortedSubset.length; + const filtered: Span[] = this.children.filter((x) => x.modification.sortKey !== undefined); // Is there at least one of them? - if (sortedSubsetCount > 1) { - // Remember the separator for the first and last ones - const firstSeparator: string = sortedSubset[0].getLastInnerSeparator(); - const lastSeparator: string = sortedSubset[sortedSubsetCount - 1].getLastInnerSeparator(); + if (filtered.length > 1) { + sortedSubset = filtered; + } + } + } + + if (sortedSubset) { + // This is the complicated special case that sorts an arbitrary subset of the child nodes, + // preserving the surrounding nodes. + + const sortedSubsetCount: number = sortedSubset.length; + // Remember the separator for the first and last ones + const firstSeparator: string = sortedSubset[0].getLastInnerSeparator(); + const lastSeparator: string = sortedSubset[sortedSubsetCount - 1].getLastInnerSeparator(); + + Sort.sortBy(sortedSubset, (x) => x.modification.sortKey); - Sort.sortBy(sortedSubset, (x) => x.modification.sortKey); + const childOptions: IWriteModifiedTextOptions = { ...options }; - const childOptions: IWriteModifiedTextOptions = { ...options }; + let sortedSubsetIndex: number = 0; + for (let index: number = 0; index < this.children.length; ++index) { + let current: Span; - let sortedSubsetIndex: number = 0; - for (let index: number = 0; index < childCount; ++index) { - let current: Span; + // Is this an item that we sorted? + if (this.children[index].modification.sortKey === undefined) { + // No, take the next item from the original array + current = this.children[index]; + childOptions.separatorOverride = undefined; + } else { + // Yes, take the next item from the sortedSubset + current = sortedSubset[sortedSubsetIndex++]; + + if (sortedSubsetIndex < sortedSubsetCount) { + childOptions.separatorOverride = firstSeparator; + } else { + childOptions.separatorOverride = lastSeparator; + } + } - // Is this an item that we sorted? - if (this.children[index].modification.sortKey === undefined) { - // No, take the next item from the original array - current = this.children[index]; + current._writeModifiedText(childOptions); + } + } else { + // This is the normal case that does not need to sort children + const childrenLength: number = this.children.length; + + if (!this.modification.omitChildren) { + if (options.separatorOverride !== undefined) { + // Special case where the separatorOverride is passed down to the "last inner separator" span + for (let i: number = 0; i < childrenLength; ++i) { + const child: Span = this.children[i]; + + if ( + // Only the last child inherits the separatorOverride, because only it can contain + // the "last inner separator" span + i < childrenLength - 1 || + // If this.separator is specified, then we will write separatorOverride below, so don't pass it along + this.separator + ) { + const childOptions: IWriteModifiedTextOptions = { ...options }; childOptions.separatorOverride = undefined; + child._writeModifiedText(childOptions); } else { - // Yes, take the next item from the sortedSubset - current = sortedSubset[sortedSubsetIndex++]; - - if (sortedSubsetIndex < sortedSubsetCount) { - childOptions.separatorOverride = firstSeparator; - } else { - childOptions.separatorOverride = lastSeparator; - } + child._writeModifiedText(options); } - - current._writeModifiedText(childOptions); } - - return; + } else { + // The normal simple case + for (const child of this.children) { + child._writeModifiedText(options); + } } - // (fall through to the other implementations) } + this._write(this.modification.suffix, options); + if (options.separatorOverride !== undefined) { - // Special case where the separatorOverride is passed down to the "last inner separator" span - for (let i: number = 0; i < childCount; ++i) { - const child: Span = this.children[i]; - - if ( - // Only the last child inherits the separatorOverride, because only it can contain - // the "last inner separator" span - i < childCount - 1 || - // If this.separator is specified, then we will write separatorOverride below, so don't pass it along - this.separator - ) { - const childOptions: IWriteModifiedTextOptions = { ...options }; - childOptions.separatorOverride = undefined; - child._writeModifiedText(childOptions); - } else { - child._writeModifiedText(options); - } + if (this.separator || childrenLength === 0) { + this._write(options.separatorOverride, options); } } else { - // The normal simple case - for (const child of this.children) { - child._writeModifiedText(options); + if (!this.modification.omitSeparatorAfter) { + this._write(this.separator, options); } } } - options.output.append(this.modification.suffix); + if (this.modification.indentDocComment === IndentDocCommentScope.SpanAndChildren) { + this._endIndentDocComment(options); + } + } + + private _beginIndentDocComment(options: IWriteModifiedTextOptions): void { + if (options.indentDocCommentState !== IndentDocCommentState.Inactive) { + throw new InternalError('indentDocComment cannot be nested'); + } + options.indentDocCommentState = IndentDocCommentState.AwaitingOpenDelimiter; + } + + private _endIndentDocComment(options: IWriteModifiedTextOptions): void { + if (options.indentDocCommentState === IndentDocCommentState.AwaitingCloseDelimiter) { + throw new InternalError('missing "*/" delimiter for comment block'); + } + options.indentDocCommentState = IndentDocCommentState.Inactive; + } - if (options.separatorOverride !== undefined) { - if (this.separator || childCount === 0) { - options.output.append(options.separatorOverride); + /** + * Writes one chunk of `text` to the `options.writer`, applying the `indentDocComment` rewriting. + */ + private _write(text: string, options: IWriteModifiedTextOptions): void { + let parsedText: string = text; + + if (options.indentDocCommentState === IndentDocCommentState.AwaitingOpenDelimiter) { + let index: number = parsedText.indexOf('/*'); + if (index >= 0) { + index += '/*'.length; + options.writer.write(parsedText.substring(0, index)); + parsedText = parsedText.substring(index); + options.indentDocCommentState = IndentDocCommentState.AwaitingCloseDelimiter; + + options.writer.increaseIndent(' '); } - } else { - if (!this.modification.omitSeparatorAfter) { - options.output.append(this.separator); + } + + if (options.indentDocCommentState === IndentDocCommentState.AwaitingCloseDelimiter) { + let index: number = parsedText.indexOf('*/'); + if (index >= 0) { + index += '*/'.length; + options.writer.write(parsedText.substring(0, index)); + parsedText = parsedText.substring(index); + options.indentDocCommentState = IndentDocCommentState.Done; + + options.writer.decreaseIndent(); } } + + options.writer.write(parsedText); } private _getTrimmed(text: string): string { @@ -502,8 +661,3 @@ export class Span { return this.node.getSourceFile().text.substring(startIndex, endIndex); } } - -interface IWriteModifiedTextOptions { - output: StringBuilder; - separatorOverride: string | undefined; -} diff --git a/apps/api-extractor/src/analyzer/StringChecks.ts b/apps/api-extractor/src/analyzer/SyntaxHelpers.ts similarity index 55% rename from apps/api-extractor/src/analyzer/StringChecks.ts rename to apps/api-extractor/src/analyzer/SyntaxHelpers.ts index 0bad57345c7..42ebdffc822 100644 --- a/apps/api-extractor/src/analyzer/StringChecks.ts +++ b/apps/api-extractor/src/analyzer/SyntaxHelpers.ts @@ -6,7 +6,7 @@ import * as ts from 'typescript'; /** * Helpers for validating various text string formats. */ -export class StringChecks { +export class SyntaxHelpers { /** * Tests whether the input string is safe to use as an ECMAScript identifier without quotes. * @@ -41,4 +41,37 @@ export class StringChecks { return true; } + + /** + * Given an arbitrary input string, return a regular TypeScript identifier name. + * + * @remarks + * Example input: "api-extractor-lib1-test" + * Example output: "apiExtractorLib1Test" + */ + public static makeCamelCaseIdentifier(input: string): string { + const parts: string[] = input.split(/\W+/).filter((x) => x.length > 0); + if (parts.length === 0) { + return '_'; + } + + for (let i: number = 0; i < parts.length; ++i) { + let part: string = parts[i]; + if (part.toUpperCase() === part) { + // Preserve existing case unless the part is all upper-case + part = part.toLowerCase(); + } + if (i === 0) { + // If the first part starts with a number, prepend "_" + if (/[0-9]/.test(part.charAt(0))) { + part = '_' + part; + } + } else { + // Capitalize the first letter of each part, except for the first one + part = part.charAt(0).toUpperCase() + part.slice(1); + } + parts[i] = part; + } + return parts.join(''); + } } diff --git a/apps/api-extractor/src/analyzer/TypeScriptHelpers.ts b/apps/api-extractor/src/analyzer/TypeScriptHelpers.ts index 8e0198b2beb..d63e3ffe8d1 100644 --- a/apps/api-extractor/src/analyzer/TypeScriptHelpers.ts +++ b/apps/api-extractor/src/analyzer/TypeScriptHelpers.ts @@ -66,8 +66,11 @@ export class TypeScriptHelpers { * sometimes return a "prototype" symbol for an object, even though there is no corresponding declaration in the * source code. API Extractor generally ignores such symbols. */ - public static hasAnyDeclarations(symbol: ts.Symbol): boolean { - return symbol.declarations && symbol.declarations.length > 0; + public static tryGetADeclaration(symbol: ts.Symbol): ts.Declaration | undefined { + if (symbol.declarations && symbol.declarations.length > 0) { + return symbol.declarations[0]; + } + return undefined; } /** @@ -123,13 +126,30 @@ export class TypeScriptHelpers { // Return name of the module, which could be like "./SomeLocalFile' or like 'external-package/entry/point' public static getModuleSpecifier( - declarationWithModuleSpecifier: ts.ImportDeclaration | ts.ExportDeclaration + nodeWithModuleSpecifier: ts.ImportDeclaration | ts.ExportDeclaration | ts.ImportTypeNode ): string | undefined { + if (nodeWithModuleSpecifier.kind === ts.SyntaxKind.ImportType) { + // As specified internally in typescript:/src/compiler/types.ts#ValidImportTypeNode + if ( + nodeWithModuleSpecifier.argument.kind !== ts.SyntaxKind.LiteralType || + (nodeWithModuleSpecifier.argument as ts.LiteralTypeNode).literal.kind !== ts.SyntaxKind.StringLiteral + ) { + throw new InternalError( + `Invalid ImportTypeNode: ${nodeWithModuleSpecifier.getText()}\n` + + SourceFileLocationFormatter.formatDeclaration(nodeWithModuleSpecifier) + ); + } + const literalTypeNode: ts.LiteralTypeNode = nodeWithModuleSpecifier.argument as ts.LiteralTypeNode; + const stringLiteral: ts.StringLiteral = literalTypeNode.literal as ts.StringLiteral; + return stringLiteral.text.trim(); + } + + // Node is a declaration if ( - declarationWithModuleSpecifier.moduleSpecifier && - ts.isStringLiteralLike(declarationWithModuleSpecifier.moduleSpecifier) + nodeWithModuleSpecifier.moduleSpecifier && + ts.isStringLiteralLike(nodeWithModuleSpecifier.moduleSpecifier) ) { - return TypeScriptInternals.getTextOfIdentifierOrLiteral(declarationWithModuleSpecifier.moduleSpecifier); + return TypeScriptInternals.getTextOfIdentifierOrLiteral(nodeWithModuleSpecifier.moduleSpecifier); } return undefined; @@ -272,13 +292,11 @@ export class TypeScriptHelpers { { onEmitNode( hint: ts.EmitHint, - node: ts.Node | undefined, - emit: (hint: ts.EmitHint, node: ts.Node | undefined) => void + node: ts.Node, + emitCallback: (hint: ts.EmitHint, node: ts.Node) => void ): void { - if (node) { - ts.setEmitFlags(declarationName, ts.EmitFlags.NoIndentation | ts.EmitFlags.SingleLine); - } - emit(hint, node); + ts.setEmitFlags(declarationName, ts.EmitFlags.NoIndentation | ts.EmitFlags.SingleLine); + emitCallback(hint, node); } } ); diff --git a/apps/api-extractor/src/analyzer/test/SyntaxHelpers.test.ts b/apps/api-extractor/src/analyzer/test/SyntaxHelpers.test.ts new file mode 100644 index 00000000000..19172326c89 --- /dev/null +++ b/apps/api-extractor/src/analyzer/test/SyntaxHelpers.test.ts @@ -0,0 +1,61 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. +// See LICENSE in the project root for license information. + +import { SyntaxHelpers } from '../SyntaxHelpers'; + +describe('SyntaxHelpers', () => { + test('.toAlphaNumericCamelCase()', () => { + // prettier-ignore + const inputs:string[] = [ + '', + '@#(&*^', + 'api-extractor-lib1-test', + 'one', + 'one-two', + 'ONE-TWO', + 'ONE/two/ /three/FOUR', + '01234' + ]; + + expect( + inputs.map((x) => { + return { input: x, output: SyntaxHelpers.makeCamelCaseIdentifier(x) }; + }) + ).toMatchInlineSnapshot(` + Array [ + Object { + "input": "", + "output": "_", + }, + Object { + "input": "@#(&*^", + "output": "_", + }, + Object { + "input": "api-extractor-lib1-test", + "output": "apiExtractorLib1Test", + }, + Object { + "input": "one", + "output": "one", + }, + Object { + "input": "one-two", + "output": "oneTwo", + }, + Object { + "input": "ONE-TWO", + "output": "oneTwo", + }, + Object { + "input": "ONE/two/ /three/FOUR", + "output": "oneTwoThreeFour", + }, + Object { + "input": "01234", + "output": "_01234", + }, + ] + `); + }); +}); diff --git a/apps/api-extractor/src/collector/Collector.ts b/apps/api-extractor/src/collector/Collector.ts index 7f54fd4afb7..57d2d342e26 100644 --- a/apps/api-extractor/src/collector/Collector.ts +++ b/apps/api-extractor/src/collector/Collector.ts @@ -9,7 +9,8 @@ import { ReleaseTag } from '@microsoft/api-extractor-model'; import { ExtractorMessageId } from '../api/ExtractorMessageId'; import { CollectorEntity } from './CollectorEntity'; -import { AstSymbolTable, AstEntity } from '../analyzer/AstSymbolTable'; +import { AstSymbolTable } from '../analyzer/AstSymbolTable'; +import { AstEntity } from '../analyzer/AstEntity'; import { AstModule, AstModuleExportInfo } from '../analyzer/AstModule'; import { AstSymbol } from '../analyzer/AstSymbol'; import { AstDeclaration } from '../analyzer/AstDeclaration'; @@ -23,6 +24,8 @@ import { TypeScriptInternals, IGlobalVariableAnalyzer } from '../analyzer/TypeSc import { MessageRouter } from './MessageRouter'; import { AstReferenceResolver } from '../analyzer/AstReferenceResolver'; import { ExtractorConfig } from '../api/ExtractorConfig'; +import { AstNamespaceImport } from '../analyzer/AstNamespaceImport'; +import { AstImport } from '../analyzer/AstImport'; /** * Options for Collector constructor. @@ -231,6 +234,7 @@ export class Collector { const astModuleExportInfo: AstModuleExportInfo = this.astSymbolTable.fetchAstModuleExportInfo(astEntryPoint); + for (const [exportName, astEntity] of astModuleExportInfo.exportedLocalEntities) { this._createCollectorEntity(astEntity, exportName); @@ -269,8 +273,8 @@ export class Collector { * @remarks * Throws an Error if the ts.Identifier is not part of node tree that was analyzed. */ - public tryGetEntityForIdentifierNode(identifier: ts.Identifier): CollectorEntity | undefined { - const astEntity: AstEntity | undefined = this.astSymbolTable.tryGetEntityForIdentifierNode(identifier); + public tryGetEntityForNode(identifier: ts.Identifier | ts.ImportTypeNode): CollectorEntity | undefined { + const astEntity: AstEntity | undefined = this.astSymbolTable.tryGetEntityForNode(identifier); if (astEntity) { return this._entitiesByAstEntity.get(astEntity); } @@ -311,9 +315,10 @@ export class Collector { if (astEntity instanceof AstSymbol) { return this.fetchSymbolMetadata(astEntity); } - if (astEntity.astSymbol) { - // astImport - return this.fetchSymbolMetadata(astEntity.astSymbol); + if (astEntity instanceof AstImport) { + if (astEntity.astSymbol) { + return this.fetchSymbolMetadata(astEntity.astSymbol); + } } return undefined; } @@ -342,7 +347,9 @@ export class Collector { * initially ignoring the underscore prefix, while still deterministically comparing it. * The star is used as a delimiter because it is not a legal identifier character. */ - public static getSortKeyIgnoringUnderscore(identifier: string): string { + public static getSortKeyIgnoringUnderscore(identifier: string | undefined): string { + if (!identifier) return ''; + let parts: string[]; if (identifier[0] === '_') { @@ -389,7 +396,7 @@ export class Collector { return overloadIndex; } - private _createCollectorEntity(astEntity: AstEntity, exportedName: string | undefined): void { + private _createCollectorEntity(astEntity: AstEntity, exportedName: string | undefined): CollectorEntity { let entity: CollectorEntity | undefined = this._entitiesByAstEntity.get(astEntity); if (!entity) { @@ -397,15 +404,14 @@ export class Collector { this._entitiesByAstEntity.set(astEntity, entity); this._entities.push(entity); - - if (astEntity instanceof AstSymbol) { - this._collectReferenceDirectives(astEntity); - } + this._collectReferenceDirectives(astEntity); } if (exportedName) { entity.addExportName(exportedName); } + + return entity; } private _createEntityForIndirectReferences( @@ -435,6 +441,18 @@ export class Collector { } }); } + + if (astEntity instanceof AstNamespaceImport) { + const astModuleExportInfo: AstModuleExportInfo = astEntity.fetchAstModuleExportInfo(this); + + for (const exportedEntity of astModuleExportInfo.exportedLocalEntities.values()) { + // Create a CollectorEntity for each top-level export of AstImportInternal entity + const entity: CollectorEntity = this._createCollectorEntity(exportedEntity, undefined); + entity.addAstNamespaceImports(astEntity); + + this._createEntityForIndirectReferences(exportedEntity, alreadySeenAstEntities); + } + } } /** @@ -489,6 +507,11 @@ export class Collector { idealNameForEmit = entity.astEntity.localName; } + if (idealNameForEmit.includes('.')) { + // For an ImportType with a namespace chain, only the top namespace is imported. + idealNameForEmit = idealNameForEmit.split('.')[0]; + } + // If the idealNameForEmit happens to be the same as one of the exports, then we're safe to use that... if (entity.exportNames.has(idealNameForEmit)) { // ...except that if it conflicts with a global name, then the global name wins @@ -770,7 +793,7 @@ export class Collector { // Don't report missing release tags for forgotten exports const astSymbol: AstSymbol = astDeclaration.astSymbol; const entity: CollectorEntity | undefined = this._entitiesByAstEntity.get(astSymbol.rootAstSymbol); - if (entity && entity.exported) { + if (entity && entity.consumable) { // We also don't report errors for the default export of an entry point, since its doc comment // isn't easy to obtain from the .d.ts file if (astSymbol.rootAstSymbol.localName !== '_default') { @@ -857,11 +880,24 @@ export class Collector { return parserContext; } - private _collectReferenceDirectives(astSymbol: AstSymbol): void { + private _collectReferenceDirectives(astEntity: AstEntity): void { + if (astEntity instanceof AstSymbol) { + const sourceFiles: ts.SourceFile[] = astEntity.astDeclarations.map((astDeclaration) => + astDeclaration.declaration.getSourceFile() + ); + return this._collectReferenceDirectivesFromSourceFiles(sourceFiles); + } + + if (astEntity instanceof AstNamespaceImport) { + const sourceFiles: ts.SourceFile[] = [astEntity.astModule.sourceFile]; + return this._collectReferenceDirectivesFromSourceFiles(sourceFiles); + } + } + + private _collectReferenceDirectivesFromSourceFiles(sourceFiles: ts.SourceFile[]): void { const seenFilenames: Set = new Set(); - for (const astDeclaration of astSymbol.astDeclarations) { - const sourceFile: ts.SourceFile = astDeclaration.declaration.getSourceFile(); + for (const sourceFile of sourceFiles) { if (sourceFile && sourceFile.fileName) { if (!seenFilenames.has(sourceFile.fileName)) { seenFilenames.add(sourceFile.fileName); diff --git a/apps/api-extractor/src/collector/CollectorEntity.ts b/apps/api-extractor/src/collector/CollectorEntity.ts index a4e9f3f330b..23f57db2c6b 100644 --- a/apps/api-extractor/src/collector/CollectorEntity.ts +++ b/apps/api-extractor/src/collector/CollectorEntity.ts @@ -6,7 +6,8 @@ import * as ts from 'typescript'; import { AstSymbol } from '../analyzer/AstSymbol'; import { Collector } from './Collector'; import { Sort } from '@rushstack/node-core-library'; -import { AstEntity } from '../analyzer/AstSymbolTable'; +import { AstEntity } from '../analyzer/AstEntity'; +import { AstNamespaceImport } from '../analyzer/AstNamespaceImport'; /** * This is a data structure used by the Collector to track an AstEntity that may be emitted in the *.d.ts file. @@ -15,7 +16,7 @@ import { AstEntity } from '../analyzer/AstSymbolTable'; * The additional contextual state beyond AstSymbol is: * - Whether it's an export of this entry point or not * - The nameForEmit, which may get renamed by DtsRollupGenerator._makeUniqueNames() - * - The export name (or names, if the same declaration is exported multiple times) + * - The export name (or names, if the same symbol is exported multiple times) */ export class CollectorEntity { /** @@ -23,7 +24,7 @@ export class CollectorEntity { */ public readonly astEntity: AstEntity; - private _exportNames: Set = new Set(); + private _exportNames: Set = new Set(); private _exportNamesSorted: boolean = false; private _singleExportName: string | undefined = undefined; @@ -31,6 +32,8 @@ export class CollectorEntity { private _sortKey: string | undefined = undefined; + private _astNamespaceImports: Set = new Set(); + public constructor(astEntity: AstEntity) { this.astEntity = astEntity; } @@ -101,6 +104,48 @@ export class CollectorEntity { return this.exportNames.size > 0; } + /** + * Indicates that it is possible for a consumer of the API to access this declaration, either by importing + * it directly, or via some other alias such as a member of a namespace. If a collector entity is not consumable, + * then API Extractor will report a ExtractorMessageId.ForgottenExport warning. + * + * @remarks + * Generally speaking, an API item is consumable if: + * + * - The collector encounters it while crawling the entry point, and it is a root symbol + * (i.e. there is a corresponding a CollectorEntity) + * + * - AND it is exported by the entry point + * + * However a special case occurs with `AstNamespaceImport` which produces a rollup like this: + * + * ```ts + * declare interface IForgottenExport { } + * + * declare function member(): IForgottenExport; + * + * declare namespace ns { + * export { + * member + * } + * } + * export { ns } + * ``` + * + * In this example, `IForgottenExport` is not consumable. Whereas `member()` is consumable as `ns.member()` + * even though `member()` itself is not exported. + */ + public get consumable(): boolean { + return this.exported || this._astNamespaceImports.size > 0; + } + + /** + * Associates this entity with a `AstNamespaceImport`. + */ + public addAstNamespaceImports(astNamespaceImport: AstNamespaceImport): void { + this._astNamespaceImports.add(astNamespaceImport); + } + /** * Adds a new exportName to the exportNames set. */ diff --git a/apps/api-extractor/src/enhancers/DocCommentEnhancer.ts b/apps/api-extractor/src/enhancers/DocCommentEnhancer.ts index b3596062b57..ee7637d0161 100644 --- a/apps/api-extractor/src/enhancers/DocCommentEnhancer.ts +++ b/apps/api-extractor/src/enhancers/DocCommentEnhancer.ts @@ -28,7 +28,7 @@ export class DocCommentEnhancer { public analyze(): void { for (const entity of this._collector.entities) { if (entity.astEntity instanceof AstSymbol) { - if (entity.exported) { + if (entity.consumable) { entity.astEntity.forEachDeclarationRecursive((astDeclaration: AstDeclaration) => { this._analyzeApiItem(astDeclaration); }); diff --git a/apps/api-extractor/src/enhancers/ValidationEnhancer.ts b/apps/api-extractor/src/enhancers/ValidationEnhancer.ts index 5e6ed43b75e..302480ee86d 100644 --- a/apps/api-extractor/src/enhancers/ValidationEnhancer.ts +++ b/apps/api-extractor/src/enhancers/ValidationEnhancer.ts @@ -12,21 +12,52 @@ import { SymbolMetadata } from '../collector/SymbolMetadata'; import { CollectorEntity } from '../collector/CollectorEntity'; import { ExtractorMessageId } from '../api/ExtractorMessageId'; import { ReleaseTag } from '@microsoft/api-extractor-model'; +import { AstNamespaceImport } from '../analyzer/AstNamespaceImport'; +import { AstModuleExportInfo } from '../analyzer/AstModule'; +import { AstEntity } from '../analyzer/AstEntity'; export class ValidationEnhancer { public static analyze(collector: Collector): void { - const alreadyWarnedSymbols: Set = new Set(); + const alreadyWarnedEntities: Set = new Set(); for (const entity of collector.entities) { + if (!entity.consumable) { + continue; + } + if (entity.astEntity instanceof AstSymbol) { - if (entity.exported) { - entity.astEntity.forEachDeclarationRecursive((astDeclaration: AstDeclaration) => { - ValidationEnhancer._checkReferences(collector, astDeclaration, alreadyWarnedSymbols); - }); - - const symbolMetadata: SymbolMetadata = collector.fetchSymbolMetadata(entity.astEntity); - ValidationEnhancer._checkForInternalUnderscore(collector, entity, entity.astEntity, symbolMetadata); - ValidationEnhancer._checkForInconsistentReleaseTags(collector, entity.astEntity, symbolMetadata); + // A regular exported AstSymbol + + const astSymbol: AstSymbol = entity.astEntity; + + astSymbol.forEachDeclarationRecursive((astDeclaration: AstDeclaration) => { + ValidationEnhancer._checkReferences(collector, astDeclaration, alreadyWarnedEntities); + }); + + const symbolMetadata: SymbolMetadata = collector.fetchSymbolMetadata(astSymbol); + ValidationEnhancer._checkForInternalUnderscore(collector, entity, astSymbol, symbolMetadata); + ValidationEnhancer._checkForInconsistentReleaseTags(collector, astSymbol, symbolMetadata); + } else if (entity.astEntity instanceof AstNamespaceImport) { + // A namespace created using "import * as ___ from ___" + const astNamespaceImport: AstNamespaceImport = entity.astEntity; + + const astModuleExportInfo: AstModuleExportInfo = + astNamespaceImport.fetchAstModuleExportInfo(collector); + + for (const namespaceMemberAstEntity of astModuleExportInfo.exportedLocalEntities.values()) { + if (namespaceMemberAstEntity instanceof AstSymbol) { + const astSymbol: AstSymbol = namespaceMemberAstEntity; + + astSymbol.forEachDeclarationRecursive((astDeclaration: AstDeclaration) => { + ValidationEnhancer._checkReferences(collector, astDeclaration, alreadyWarnedEntities); + }); + + const symbolMetadata: SymbolMetadata = collector.fetchSymbolMetadata(astSymbol); + + // (Don't apply ValidationEnhancer._checkForInternalUnderscore() for AstNamespaceImport members) + + ValidationEnhancer._checkForInconsistentReleaseTags(collector, astSymbol, symbolMetadata); + } } } } @@ -158,12 +189,16 @@ export class ValidationEnhancer { private static _checkReferences( collector: Collector, astDeclaration: AstDeclaration, - alreadyWarnedSymbols: Set + alreadyWarnedEntities: Set ): void { const apiItemMetadata: ApiItemMetadata = collector.fetchApiItemMetadata(astDeclaration); const declarationReleaseTag: ReleaseTag = apiItemMetadata.effectiveReleaseTag; for (const referencedEntity of astDeclaration.referencedAstEntities) { + let collectorEntity: CollectorEntity | undefined; + let referencedReleaseTag: ReleaseTag; + let localName: string; + if (referencedEntity instanceof AstSymbol) { // If this is e.g. a member of a namespace, then we need to be checking the top-level scope to see // whether it's exported. @@ -171,42 +206,58 @@ export class ValidationEnhancer { // TODO: Technically we should also check each of the nested scopes along the way. const rootSymbol: AstSymbol = referencedEntity.rootAstSymbol; - if (!rootSymbol.isExternal) { - const collectorEntity: CollectorEntity | undefined = collector.tryGetCollectorEntity(rootSymbol); - - if (collectorEntity && collectorEntity.exported) { - const referencedMetadata: SymbolMetadata = collector.fetchSymbolMetadata(referencedEntity); - const referencedReleaseTag: ReleaseTag = referencedMetadata.maxEffectiveReleaseTag; - - if (ReleaseTag.compare(declarationReleaseTag, referencedReleaseTag) > 0) { - collector.messageRouter.addAnalyzerIssue( - ExtractorMessageId.IncompatibleReleaseTags, - `The symbol "${astDeclaration.astSymbol.localName}"` + - ` is marked as ${ReleaseTag.getTagName(declarationReleaseTag)},` + - ` but its signature references "${referencedEntity.localName}"` + - ` which is marked as ${ReleaseTag.getTagName(referencedReleaseTag)}`, - astDeclaration - ); - } + if (rootSymbol.isExternal) { + continue; + } + + localName = rootSymbol.localName; + + collectorEntity = collector.tryGetCollectorEntity(rootSymbol); + + const referencedMetadata: SymbolMetadata = collector.fetchSymbolMetadata(referencedEntity); + referencedReleaseTag = referencedMetadata.maxEffectiveReleaseTag; + } else if (referencedEntity instanceof AstNamespaceImport) { + collectorEntity = collector.tryGetCollectorEntity(referencedEntity); + + // TODO: Currently the "import * as ___ from ___" syntax does not yet support doc comments + referencedReleaseTag = ReleaseTag.Public; + + localName = referencedEntity.localName; + } else { + continue; + } + + if (collectorEntity && collectorEntity.consumable) { + if (ReleaseTag.compare(declarationReleaseTag, referencedReleaseTag) > 0) { + collector.messageRouter.addAnalyzerIssue( + ExtractorMessageId.IncompatibleReleaseTags, + `The symbol "${astDeclaration.astSymbol.localName}"` + + ` is marked as ${ReleaseTag.getTagName(declarationReleaseTag)},` + + ` but its signature references "${referencedEntity.localName}"` + + ` which is marked as ${ReleaseTag.getTagName(referencedReleaseTag)}`, + astDeclaration + ); + } + } else { + const entryPointFilename: string = path.basename( + collector.workingPackage.entryPointSourceFile.fileName + ); + + if (!alreadyWarnedEntities.has(referencedEntity)) { + alreadyWarnedEntities.add(referencedEntity); + + if ( + referencedEntity instanceof AstSymbol && + ValidationEnhancer._isEcmaScriptSymbol(referencedEntity) + ) { + // The main usage scenario for ECMAScript symbols is to attach private data to a JavaScript object, + // so as a special case, we do NOT report them as forgotten exports. } else { - const entryPointFilename: string = path.basename( - collector.workingPackage.entryPointSourceFile.fileName + collector.messageRouter.addAnalyzerIssue( + ExtractorMessageId.ForgottenExport, + `The symbol "${localName}" needs to be exported by the entry point ${entryPointFilename}`, + astDeclaration ); - - if (!alreadyWarnedSymbols.has(referencedEntity)) { - alreadyWarnedSymbols.add(referencedEntity); - - // The main usage scenario for ECMAScript symbols is to attach private data to a JavaScript object, - // so as a special case, we do NOT report them as forgotten exports. - if (!ValidationEnhancer._isEcmaScriptSymbol(referencedEntity)) { - collector.messageRouter.addAnalyzerIssue( - ExtractorMessageId.ForgottenExport, - `The symbol "${rootSymbol.localName}" needs to be exported` + - ` by the entry point ${entryPointFilename}`, - astDeclaration - ); - } - } } } } diff --git a/apps/api-extractor/src/generators/ApiModelGenerator.ts b/apps/api-extractor/src/generators/ApiModelGenerator.ts index ade21455630..648a762a0b6 100644 --- a/apps/api-extractor/src/generators/ApiModelGenerator.ts +++ b/apps/api-extractor/src/generators/ApiModelGenerator.ts @@ -40,6 +40,9 @@ import { AstSymbol } from '../analyzer/AstSymbol'; import { DeclarationReferenceGenerator } from './DeclarationReferenceGenerator'; import { ApiItemMetadata } from '../collector/ApiItemMetadata'; import { DeclarationMetadata } from '../collector/DeclarationMetadata'; +import { AstNamespaceImport } from '../analyzer/AstNamespaceImport'; +import { AstEntity } from '../analyzer/AstEntity'; +import { AstModule } from '../analyzer/AstModule'; export class ApiModelGenerator { private readonly _collector: Collector; @@ -78,22 +81,79 @@ export class ApiModelGenerator { // Create a CollectorEntity for each top-level export for (const entity of this._collector.entities) { if (entity.exported) { - if (entity.astEntity instanceof AstSymbol) { - // Skip ancillary declarations; we will process them with the main declaration - for (const astDeclaration of this._collector.getNonAncillaryDeclarations(entity.astEntity)) { - this._processDeclaration(astDeclaration, entity.nameForEmit, apiEntryPoint); - } - } else { - // TODO: Figure out how to represent reexported AstImport objects. Basically we need to introduce a new - // ApiItem subclass for "export alias", similar to a type alias, but representing declarations of the - // form "export { X } from 'external-package'". We can also use this to solve GitHub issue #950. - } + this._processAstEntity(entity.astEntity, entity.nameForEmit, apiEntryPoint); } } return apiPackage; } + private _processAstEntity( + astEntity: AstEntity, + exportedName: string | undefined, + parentApiItem: ApiItemContainerMixin + ): void { + if (astEntity instanceof AstSymbol) { + // Skip ancillary declarations; we will process them with the main declaration + for (const astDeclaration of this._collector.getNonAncillaryDeclarations(astEntity)) { + this._processDeclaration(astDeclaration, exportedName, parentApiItem); + } + return; + } + + if (astEntity instanceof AstNamespaceImport) { + // Note that a single API item can belong to two different AstNamespaceImport namespaces. For example: + // + // // file.ts defines "thing()" + // import * as example1 from "./file"; + // import * as example2 from "./file"; + // + // // ...so here we end up with example1.thing() and example2.thing() + // export { example1, example2 } + // + // The current logic does not try to associate "thing()" with a specific parent. Instead + // the API documentation will show duplicated entries for example1.thing() and example2.thing()./ + // + // This could be improved in the future, but it requires a stable mechanism for choosing an associated parent. + // For thoughts about this: https://github.com/microsoft/rushstack/issues/1308 + this._processAstModule(astEntity.astModule, exportedName, parentApiItem); + return; + } + + // TODO: Figure out how to represent reexported AstImport objects. Basically we need to introduce a new + // ApiItem subclass for "export alias", similar to a type alias, but representing declarations of the + // form "export { X } from 'external-package'". We can also use this to solve GitHub issue #950. + } + + private _processAstModule( + astModule: AstModule, + exportedName: string | undefined, + parentApiItem: ApiItemContainerMixin + ): void { + const name: string = exportedName ? exportedName : astModule.moduleSymbol.name; + const containerKey: string = ApiNamespace.getContainerKey(name); + + let apiNamespace: ApiNamespace | undefined = parentApiItem.tryGetMemberByKey( + containerKey + ) as ApiNamespace; + + if (apiNamespace === undefined) { + apiNamespace = new ApiNamespace({ + name, + docComment: undefined, + releaseTag: ReleaseTag.None, + excerptTokens: [] + }); + parentApiItem.addMember(apiNamespace); + } + + astModule.astModuleExportInfo!.exportedLocalEntities.forEach( + (exportedEntity: AstEntity, exportedName: string) => { + this._processAstEntity(exportedEntity, exportedName, apiNamespace!); + } + ); + } + private _processDeclaration( astDeclaration: AstDeclaration, exportedName: string | undefined, diff --git a/apps/api-extractor/src/generators/ApiReportGenerator.ts b/apps/api-extractor/src/generators/ApiReportGenerator.ts index fc494c0dd16..4f927135a4c 100644 --- a/apps/api-extractor/src/generators/ApiReportGenerator.ts +++ b/apps/api-extractor/src/generators/ApiReportGenerator.ts @@ -14,8 +14,12 @@ import { ApiItemMetadata } from '../collector/ApiItemMetadata'; import { AstImport } from '../analyzer/AstImport'; import { AstSymbol } from '../analyzer/AstSymbol'; import { ExtractorMessage } from '../api/ExtractorMessage'; -import { StringWriter } from './StringWriter'; +import { IndentedWriter } from './IndentedWriter'; import { DtsEmitHelpers } from './DtsEmitHelpers'; +import { AstNamespaceImport } from '../analyzer/AstNamespaceImport'; +import { AstEntity } from '../analyzer/AstEntity'; +import { AstModuleExportInfo } from '../analyzer/AstModule'; +import { SourceFileLocationFormatter } from '../analyzer/SourceFileLocationFormatter'; export class ApiReportGenerator { private static _trimSpacesRegExp: RegExp = / +$/gm; @@ -38,9 +42,10 @@ export class ApiReportGenerator { } public static generateReviewFileContent(collector: Collector): string { - const stringWriter: StringWriter = new StringWriter(); + const writer: IndentedWriter = new IndentedWriter(); + writer.trimLeadingSpaces = true; - stringWriter.writeLine( + writer.writeLine( [ `## API Report File for "${collector.workingPackage.name}"`, ``, @@ -50,24 +55,30 @@ export class ApiReportGenerator { ); // Write the opening delimiter for the Markdown code fence - stringWriter.writeLine('```ts\n'); + writer.writeLine('```ts\n'); + + // Emit the triple slash directives + for (const typeDirectiveReference of Array.from(collector.dtsTypeReferenceDirectives).sort()) { + // https://github.com/microsoft/TypeScript/blob/611ebc7aadd7a44a4c0447698bfda9222a78cb66/src/compiler/declarationEmitter.ts#L162 + writer.writeLine(`/// `); + } + for (const libDirectiveReference of Array.from(collector.dtsLibReferenceDirectives).sort()) { + writer.writeLine(`/// `); + } + writer.ensureSkippedLine(); // Emit the imports - let importsEmitted: boolean = false; for (const entity of collector.entities) { if (entity.astEntity instanceof AstImport) { - DtsEmitHelpers.emitImport(stringWriter, entity, entity.astEntity); - importsEmitted = true; + DtsEmitHelpers.emitImport(writer, entity, entity.astEntity); } } - - if (importsEmitted) { - stringWriter.writeLine(); - } + writer.ensureSkippedLine(); // Emit the regular declarations for (const entity of collector.entities) { - if (entity.exported) { + const astEntity: AstEntity = entity.astEntity; + if (entity.consumable) { // First, collect the list of export names for this symbol. When reporting messages with // ExtractorMessage.properties.exportName, this will enable us to emit the warning comments alongside // the associated export statement. @@ -83,9 +94,9 @@ export class ApiReportGenerator { } } - if (entity.astEntity instanceof AstSymbol) { + if (astEntity instanceof AstSymbol) { // Emit all the declarations for this entity - for (const astDeclaration of entity.astEntity.astDeclarations || []) { + for (const astDeclaration of astEntity.astDeclarations || []) { // Get the messages associated with this declaration const fetchedMessages: ExtractorMessage[] = collector.messageRouter.fetchAssociatedMessagesForReviewFile(astDeclaration); @@ -107,9 +118,8 @@ export class ApiReportGenerator { messagesToReport.push(message); } - stringWriter.write( - ApiReportGenerator._getAedocSynopsis(collector, astDeclaration, messagesToReport) - ); + writer.ensureSkippedLine(); + writer.write(ApiReportGenerator._getAedocSynopsis(collector, astDeclaration, messagesToReport)); const span: Span = new Span(astDeclaration.declaration); @@ -120,57 +130,120 @@ export class ApiReportGenerator { ApiReportGenerator._modifySpan(collector, span, entity, astDeclaration, false); } - span.writeModifiedText(stringWriter.stringBuilder); - stringWriter.writeLine('\n'); + span.writeModifiedText(writer); + writer.ensureNewLine(); } } + if (astEntity instanceof AstNamespaceImport) { + const astModuleExportInfo: AstModuleExportInfo = astEntity.fetchAstModuleExportInfo(collector); + + if (entity.nameForEmit === undefined) { + // This should never happen + throw new InternalError('referencedEntry.nameForEmit is undefined'); + } + + if (astModuleExportInfo.starExportedExternalModules.size > 0) { + // We could support this, but we would need to find a way to safely represent it. + throw new Error( + `The ${entity.nameForEmit} namespace import includes a start export, which is not supported:\n` + + SourceFileLocationFormatter.formatDeclaration(astEntity.declaration) + ); + } + + // Emit a synthetic declaration for the namespace. It will look like this: + // + // declare namespace example { + // export { + // f1, + // f2 + // } + // } + // + // Note that we do not try to relocate f1()/f2() to be inside the namespace because other type + // signatures may reference them directly (without using the namespace qualifier). + + writer.ensureSkippedLine(); + writer.writeLine(`declare namespace ${entity.nameForEmit} {`); + + // all local exports of local imported module are just references to top-level declarations + writer.increaseIndent(); + writer.writeLine('export {'); + writer.increaseIndent(); + + const exportClauses: string[] = []; + for (const [exportedName, exportedEntity] of astModuleExportInfo.exportedLocalEntities) { + const collectorEntity: CollectorEntity | undefined = + collector.tryGetCollectorEntity(exportedEntity); + if (collectorEntity === undefined) { + // This should never happen + // top-level exports of local imported module should be added as collector entities before + throw new InternalError( + `Cannot find collector entity for ${entity.nameForEmit}.${exportedEntity.localName}` + ); + } + + if (collectorEntity.nameForEmit === exportedName) { + exportClauses.push(collectorEntity.nameForEmit); + } else { + exportClauses.push(`${collectorEntity.nameForEmit} as ${exportedName}`); + } + } + writer.writeLine(exportClauses.join(',\n')); + + writer.decreaseIndent(); + writer.writeLine('}'); // end of "export { ... }" + writer.decreaseIndent(); + writer.writeLine('}'); // end of "declare namespace { ... }" + } + // Now emit the export statements for this entity. for (const exportToEmit of exportsToEmit.values()) { // Write any associated messages - for (const message of exportToEmit.associatedMessages) { - ApiReportGenerator._writeLineAsComments( - stringWriter, - 'Warning: ' + message.formatMessageWithoutLocation() - ); + if (exportToEmit.associatedMessages.length > 0) { + writer.ensureSkippedLine(); + for (const message of exportToEmit.associatedMessages) { + ApiReportGenerator._writeLineAsComments( + writer, + 'Warning: ' + message.formatMessageWithoutLocation() + ); + } } - DtsEmitHelpers.emitNamedExport(stringWriter, exportToEmit.exportName, entity); - stringWriter.writeLine(); + DtsEmitHelpers.emitNamedExport(writer, exportToEmit.exportName, entity); } + writer.ensureSkippedLine(); } } - DtsEmitHelpers.emitStarExports(stringWriter, collector); + DtsEmitHelpers.emitStarExports(writer, collector); // Write the unassociated warnings at the bottom of the file const unassociatedMessages: ExtractorMessage[] = collector.messageRouter.fetchUnassociatedMessagesForReviewFile(); if (unassociatedMessages.length > 0) { - stringWriter.writeLine(); - ApiReportGenerator._writeLineAsComments(stringWriter, 'Warnings were encountered during analysis:'); - ApiReportGenerator._writeLineAsComments(stringWriter, ''); + writer.ensureSkippedLine(); + ApiReportGenerator._writeLineAsComments(writer, 'Warnings were encountered during analysis:'); + ApiReportGenerator._writeLineAsComments(writer, ''); for (const unassociatedMessage of unassociatedMessages) { ApiReportGenerator._writeLineAsComments( - stringWriter, + writer, unassociatedMessage.formatMessageWithLocation(collector.workingPackage.packageFolder) ); } } if (collector.workingPackage.tsdocComment === undefined) { - stringWriter.writeLine(); - ApiReportGenerator._writeLineAsComments( - stringWriter, - '(No @packageDocumentation comment for this package)' - ); + writer.ensureSkippedLine(); + ApiReportGenerator._writeLineAsComments(writer, '(No @packageDocumentation comment for this package)'); } // Write the closing delimiter for the Markdown code fence - stringWriter.writeLine('\n```'); + writer.ensureSkippedLine(); + writer.writeLine('```'); // Remove any trailing spaces - return stringWriter.toString().replace(ApiReportGenerator._trimSpacesRegExp, ''); + return writer.toString().replace(ApiReportGenerator._trimSpacesRegExp, ''); } /** @@ -276,7 +349,7 @@ export class ApiReportGenerator { break; case ts.SyntaxKind.Identifier: - const referencedEntity: CollectorEntity | undefined = collector.tryGetEntityForIdentifierNode( + const referencedEntity: CollectorEntity | undefined = collector.tryGetEntityForNode( span.node as ts.Identifier ); @@ -299,6 +372,23 @@ export class ApiReportGenerator { case ts.SyntaxKind.TypeLiteral: insideTypeLiteral = true; break; + + case ts.SyntaxKind.ImportType: + DtsEmitHelpers.modifyImportTypeSpan( + collector, + span, + astDeclaration, + (childSpan, childAstDeclaration) => { + ApiReportGenerator._modifySpan( + collector, + childSpan, + entity, + childAstDeclaration, + insideTypeLiteral + ); + } + ); + break; } if (recurseChildren) { @@ -326,12 +416,8 @@ export class ApiReportGenerator { childAstDeclaration, messagesToReport ); - const indentedAedocSynopsis: string = ApiReportGenerator._addIndentAfterNewlines( - aedocSynopsis, - child.getIndent() - ); - child.modification.prefix = indentedAedocSynopsis + child.modification.prefix; + child.modification.prefix = aedocSynopsis + child.modification.prefix; } } @@ -399,13 +485,10 @@ export class ApiReportGenerator { astDeclaration: AstDeclaration, messagesToReport: ExtractorMessage[] ): string { - const stringWriter: StringWriter = new StringWriter(); + const writer: IndentedWriter = new IndentedWriter(); for (const message of messagesToReport) { - ApiReportGenerator._writeLineAsComments( - stringWriter, - 'Warning: ' + message.formatMessageWithoutLocation() - ); + ApiReportGenerator._writeLineAsComments(writer, 'Warning: ' + message.formatMessageWithoutLocation()); } if (!collector.isAncillaryDeclaration(astDeclaration)) { @@ -445,29 +528,22 @@ export class ApiReportGenerator { if (footerParts.length > 0) { if (messagesToReport.length > 0) { - ApiReportGenerator._writeLineAsComments(stringWriter, ''); // skip a line after the warnings + ApiReportGenerator._writeLineAsComments(writer, ''); // skip a line after the warnings } - ApiReportGenerator._writeLineAsComments(stringWriter, footerParts.join(' ')); + ApiReportGenerator._writeLineAsComments(writer, footerParts.join(' ')); } } - return stringWriter.toString(); + return writer.toString(); } - private static _writeLineAsComments(stringWriter: StringWriter, line: string): void { + private static _writeLineAsComments(writer: IndentedWriter, line: string): void { const lines: string[] = Text.convertToLf(line).split('\n'); for (const realLine of lines) { - stringWriter.write('// '); - stringWriter.write(realLine); - stringWriter.writeLine(); - } - } - - private static _addIndentAfterNewlines(text: string, indent: string): string { - if (text.length === 0 || indent.length === 0) { - return text; + writer.write('// '); + writer.write(realLine); + writer.writeLine(); } - return Text.replaceAll(text, '\n', '\n' + indent); } } diff --git a/apps/api-extractor/src/generators/DtsEmitHelpers.ts b/apps/api-extractor/src/generators/DtsEmitHelpers.ts index 6a08aff563f..8095297b80d 100644 --- a/apps/api-extractor/src/generators/DtsEmitHelpers.ts +++ b/apps/api-extractor/src/generators/DtsEmitHelpers.ts @@ -6,15 +6,18 @@ import * as ts from 'typescript'; import { InternalError } from '@rushstack/node-core-library'; import { CollectorEntity } from '../collector/CollectorEntity'; import { AstImport, AstImportKind } from '../analyzer/AstImport'; -import { StringWriter } from './StringWriter'; +import { AstDeclaration } from '../analyzer/AstDeclaration'; import { Collector } from '../collector/Collector'; +import { Span } from '../analyzer/Span'; +import { IndentedWriter } from './IndentedWriter'; +import { SourceFileLocationFormatter } from '../analyzer/SourceFileLocationFormatter'; /** * Some common code shared between DtsRollupGenerator and ApiReportGenerator. */ export class DtsEmitHelpers { public static emitImport( - stringWriter: StringWriter, + writer: IndentedWriter, collectorEntity: CollectorEntity, astImport: AstImport ): void { @@ -23,54 +26,147 @@ export class DtsEmitHelpers { switch (astImport.importKind) { case AstImportKind.DefaultImport: if (collectorEntity.nameForEmit !== astImport.exportName) { - stringWriter.write(`${importPrefix} { default as ${collectorEntity.nameForEmit} }`); + writer.write(`${importPrefix} { default as ${collectorEntity.nameForEmit} }`); } else { - stringWriter.write(`${importPrefix} ${astImport.exportName}`); + writer.write(`${importPrefix} ${astImport.exportName}`); } - stringWriter.writeLine(` from '${astImport.modulePath}';`); + writer.writeLine(` from '${astImport.modulePath}';`); break; case AstImportKind.NamedImport: - if (collectorEntity.nameForEmit !== astImport.exportName) { - stringWriter.write(`${importPrefix} { ${astImport.exportName} as ${collectorEntity.nameForEmit} }`); + if (collectorEntity.nameForEmit === astImport.exportName) { + writer.write(`${importPrefix} { ${astImport.exportName} }`); } else { - stringWriter.write(`${importPrefix} { ${astImport.exportName} }`); + writer.write(`${importPrefix} { ${astImport.exportName} as ${collectorEntity.nameForEmit} }`); } - stringWriter.writeLine(` from '${astImport.modulePath}';`); + writer.writeLine(` from '${astImport.modulePath}';`); break; case AstImportKind.StarImport: - stringWriter.writeLine( + writer.writeLine( `${importPrefix} * as ${collectorEntity.nameForEmit} from '${astImport.modulePath}';` ); break; case AstImportKind.EqualsImport: - stringWriter.writeLine( + writer.writeLine( `${importPrefix} ${collectorEntity.nameForEmit} = require('${astImport.modulePath}');` ); break; + case AstImportKind.ImportType: + if (!astImport.exportName) { + writer.writeLine( + `${importPrefix} * as ${collectorEntity.nameForEmit} from '${astImport.modulePath}';` + ); + } else { + const topExportName: string = astImport.exportName.split('.')[0]; + if (collectorEntity.nameForEmit === topExportName) { + writer.write(`${importPrefix} { ${topExportName} }`); + } else { + writer.write(`${importPrefix} { ${topExportName} as ${collectorEntity.nameForEmit} }`); + } + writer.writeLine(` from '${astImport.modulePath}';`); + } + break; default: throw new InternalError('Unimplemented AstImportKind'); } } public static emitNamedExport( - stringWriter: StringWriter, + writer: IndentedWriter, exportName: string, collectorEntity: CollectorEntity ): void { if (exportName === ts.InternalSymbolName.Default) { - stringWriter.writeLine(`export default ${collectorEntity.nameForEmit};`); + writer.writeLine(`export default ${collectorEntity.nameForEmit};`); } else if (collectorEntity.nameForEmit !== exportName) { - stringWriter.writeLine(`export { ${collectorEntity.nameForEmit} as ${exportName} }`); + writer.writeLine(`export { ${collectorEntity.nameForEmit} as ${exportName} }`); } else { - stringWriter.writeLine(`export { ${exportName} }`); + writer.writeLine(`export { ${exportName} }`); } } - public static emitStarExports(stringWriter: StringWriter, collector: Collector): void { + public static emitStarExports(writer: IndentedWriter, collector: Collector): void { if (collector.starExportedExternalModulePaths.length > 0) { - stringWriter.writeLine(); + writer.writeLine(); for (const starExportedExternalModulePath of collector.starExportedExternalModulePaths) { - stringWriter.writeLine(`export * from "${starExportedExternalModulePath}";`); + writer.writeLine(`export * from "${starExportedExternalModulePath}";`); + } + } + } + + public static modifyImportTypeSpan( + collector: Collector, + span: Span, + astDeclaration: AstDeclaration, + modifyNestedSpan: (childSpan: Span, childAstDeclaration: AstDeclaration) => void + ): void { + const node: ts.ImportTypeNode = span.node as ts.ImportTypeNode; + const referencedEntity: CollectorEntity | undefined = collector.tryGetEntityForNode(node); + + if (referencedEntity) { + if (!referencedEntity.nameForEmit) { + // This should never happen + + throw new InternalError('referencedEntry.nameForEmit is undefined'); + } + + let typeArgumentsText: string = ''; + + if (node.typeArguments && node.typeArguments.length > 0) { + // Type arguments have to be processed and written to the document + const lessThanTokenPos: number = span.children.findIndex( + (childSpan) => childSpan.node.kind === ts.SyntaxKind.LessThanToken + ); + const greaterThanTokenPos: number = span.children.findIndex( + (childSpan) => childSpan.node.kind === ts.SyntaxKind.GreaterThanToken + ); + + if (lessThanTokenPos < 0 || greaterThanTokenPos <= lessThanTokenPos) { + throw new InternalError( + `Invalid type arguments: ${node.getText()}\n` + + SourceFileLocationFormatter.formatDeclaration(node) + ); + } + + const typeArgumentsSpans: Span[] = span.children.slice(lessThanTokenPos + 1, greaterThanTokenPos); + + // Apply modifications to Span elements of typeArguments + typeArgumentsSpans.forEach((childSpan) => { + const childAstDeclaration: AstDeclaration = AstDeclaration.isSupportedSyntaxKind(childSpan.kind) + ? collector.astSymbolTable.getChildAstDeclarationByNode(childSpan.node, astDeclaration) + : astDeclaration; + + modifyNestedSpan(childSpan, childAstDeclaration); + }); + + const typeArgumentsStrings: string[] = typeArgumentsSpans.map((childSpan) => + childSpan.getModifiedText() + ); + typeArgumentsText = `<${typeArgumentsStrings.join(', ')}>`; + } + + const separatorAfter: string = /(\s*)$/.exec(span.getText())?.[1] ?? ''; + + if ( + referencedEntity.astEntity instanceof AstImport && + referencedEntity.astEntity.importKind === AstImportKind.ImportType && + referencedEntity.astEntity.exportName + ) { + // For an ImportType with a namespace chain, only the top namespace is imported. + // Must add the original nested qualifiers to the rolled up import. + const qualifiersText: string = node.qualifier?.getText() ?? ''; + const nestedQualifiersStart: number = qualifiersText.indexOf('.'); + // Including the leading "." + const nestedQualifiersText: string = + nestedQualifiersStart >= 0 ? qualifiersText.substring(nestedQualifiersStart) : ''; + + const replacement: string = `${referencedEntity.nameForEmit}${nestedQualifiersText}${typeArgumentsText}${separatorAfter}`; + + span.modification.skipAll(); + span.modification.prefix = replacement; + } else { + // Replace with internal symbol or AstImport + span.modification.skipAll(); + span.modification.prefix = `${referencedEntity.nameForEmit}${typeArgumentsText}${separatorAfter}`; } } } diff --git a/apps/api-extractor/src/generators/DtsRollupGenerator.ts b/apps/api-extractor/src/generators/DtsRollupGenerator.ts index e0d7245c469..4e42ba388d3 100644 --- a/apps/api-extractor/src/generators/DtsRollupGenerator.ts +++ b/apps/api-extractor/src/generators/DtsRollupGenerator.ts @@ -9,16 +9,20 @@ import { ReleaseTag } from '@microsoft/api-extractor-model'; import { Collector } from '../collector/Collector'; import { TypeScriptHelpers } from '../analyzer/TypeScriptHelpers'; -import { Span, SpanModification } from '../analyzer/Span'; +import { IndentDocCommentScope, Span, SpanModification } from '../analyzer/Span'; import { AstImport } from '../analyzer/AstImport'; import { CollectorEntity } from '../collector/CollectorEntity'; import { AstDeclaration } from '../analyzer/AstDeclaration'; import { ApiItemMetadata } from '../collector/ApiItemMetadata'; import { AstSymbol } from '../analyzer/AstSymbol'; import { SymbolMetadata } from '../collector/SymbolMetadata'; -import { StringWriter } from './StringWriter'; +import { IndentedWriter } from './IndentedWriter'; import { DtsEmitHelpers } from './DtsEmitHelpers'; import { DeclarationMetadata } from '../collector/DeclarationMetadata'; +import { AstNamespaceImport } from '../analyzer/AstNamespaceImport'; +import { AstModuleExportInfo } from '../analyzer/AstModule'; +import { SourceFileLocationFormatter } from '../analyzer/SourceFileLocationFormatter'; +import { AstEntity } from '../analyzer/AstEntity'; /** * Used with DtsRollupGenerator.writeTypingsFile() @@ -57,11 +61,12 @@ export class DtsRollupGenerator { dtsKind: DtsRollupKind, newlineKind: NewlineKind ): void { - const stringWriter: StringWriter = new StringWriter(); + const writer: IndentedWriter = new IndentedWriter(); + writer.trimLeadingSpaces = true; - DtsRollupGenerator._generateTypingsFileContent(collector, stringWriter, dtsKind); + DtsRollupGenerator._generateTypingsFileContent(collector, writer, dtsKind); - FileSystem.writeFile(dtsFilename, stringWriter.toString(), { + FileSystem.writeFile(dtsFilename, writer.toString(), { convertLineEndings: newlineKind, ensureFolderExists: true }); @@ -69,23 +74,26 @@ export class DtsRollupGenerator { private static _generateTypingsFileContent( collector: Collector, - stringWriter: StringWriter, + writer: IndentedWriter, dtsKind: DtsRollupKind ): void { + // Emit the @packageDocumentation comment at the top of the file if (collector.workingPackage.tsdocParserContext) { - stringWriter.writeLine(collector.workingPackage.tsdocParserContext.sourceRange.toString()); - stringWriter.writeLine(); + writer.trimLeadingSpaces = false; + writer.writeLine(collector.workingPackage.tsdocParserContext.sourceRange.toString()); + writer.trimLeadingSpaces = true; + writer.ensureSkippedLine(); } // Emit the triple slash directives for (const typeDirectiveReference of collector.dtsTypeReferenceDirectives) { // https://github.com/microsoft/TypeScript/blob/611ebc7aadd7a44a4c0447698bfda9222a78cb66/src/compiler/declarationEmitter.ts#L162 - stringWriter.writeLine(`/// `); + writer.writeLine(`/// `); } - for (const libDirectiveReference of collector.dtsLibReferenceDirectives) { - stringWriter.writeLine(`/// `); + writer.writeLine(`/// `); } + writer.ensureSkippedLine(); // Emit the imports for (const entity of collector.entities) { @@ -100,63 +108,129 @@ export class DtsRollupGenerator { : ReleaseTag.None; if (this._shouldIncludeReleaseTag(maxEffectiveReleaseTag, dtsKind)) { - DtsEmitHelpers.emitImport(stringWriter, entity, astImport); + DtsEmitHelpers.emitImport(writer, entity, astImport); } } } + writer.ensureSkippedLine(); // Emit the regular declarations for (const entity of collector.entities) { - const symbolMetadata: SymbolMetadata | undefined = collector.tryFetchMetadataForAstEntity( - entity.astEntity - ); + const astEntity: AstEntity = entity.astEntity; + const symbolMetadata: SymbolMetadata | undefined = collector.tryFetchMetadataForAstEntity(astEntity); const maxEffectiveReleaseTag: ReleaseTag = symbolMetadata ? symbolMetadata.maxEffectiveReleaseTag : ReleaseTag.None; if (!this._shouldIncludeReleaseTag(maxEffectiveReleaseTag, dtsKind)) { if (!collector.extractorConfig.omitTrimmingComments) { - stringWriter.writeLine(); - stringWriter.writeLine(`/* Excluded from this release type: ${entity.nameForEmit} */`); + writer.ensureSkippedLine(); + writer.writeLine(`/* Excluded from this release type: ${entity.nameForEmit} */`); } continue; } - if (entity.astEntity instanceof AstSymbol) { + if (astEntity instanceof AstSymbol) { // Emit all the declarations for this entry - for (const astDeclaration of entity.astEntity.astDeclarations || []) { + for (const astDeclaration of astEntity.astDeclarations || []) { const apiItemMetadata: ApiItemMetadata = collector.fetchApiItemMetadata(astDeclaration); if (!this._shouldIncludeReleaseTag(apiItemMetadata.effectiveReleaseTag, dtsKind)) { if (!collector.extractorConfig.omitTrimmingComments) { - stringWriter.writeLine(); - stringWriter.writeLine( - `/* Excluded declaration from this release type: ${entity.nameForEmit} */` - ); + writer.ensureSkippedLine(); + writer.writeLine(`/* Excluded declaration from this release type: ${entity.nameForEmit} */`); } continue; } else { const span: Span = new Span(astDeclaration.declaration); DtsRollupGenerator._modifySpan(collector, span, entity, astDeclaration, dtsKind); - stringWriter.writeLine(); - stringWriter.writeLine(span.getModifiedText()); + writer.ensureSkippedLine(); + span.writeModifiedText(writer); + writer.ensureNewLine(); } } } + if (astEntity instanceof AstNamespaceImport) { + const astModuleExportInfo: AstModuleExportInfo = astEntity.fetchAstModuleExportInfo(collector); + + if (entity.nameForEmit === undefined) { + // This should never happen + throw new InternalError('referencedEntry.nameForEmit is undefined'); + } + + if (astModuleExportInfo.starExportedExternalModules.size > 0) { + // We could support this, but we would need to find a way to safely represent it. + throw new Error( + `The ${entity.nameForEmit} namespace import includes a start export, which is not supported:\n` + + SourceFileLocationFormatter.formatDeclaration(astEntity.declaration) + ); + } + + // Emit a synthetic declaration for the namespace. It will look like this: + // + // declare namespace example { + // export { + // f1, + // f2 + // } + // } + // + // Note that we do not try to relocate f1()/f2() to be inside the namespace because other type + // signatures may reference them directly (without using the namespace qualifier). + + writer.ensureSkippedLine(); + if (entity.shouldInlineExport) { + writer.write('export '); + } + writer.writeLine(`declare namespace ${entity.nameForEmit} {`); + + // all local exports of local imported module are just references to top-level declarations + writer.increaseIndent(); + writer.writeLine('export {'); + writer.increaseIndent(); + + const exportClauses: string[] = []; + for (const [exportedName, exportedEntity] of astModuleExportInfo.exportedLocalEntities) { + const collectorEntity: CollectorEntity | undefined = + collector.tryGetCollectorEntity(exportedEntity); + if (collectorEntity === undefined) { + // This should never happen + // top-level exports of local imported module should be added as collector entities before + throw new InternalError( + `Cannot find collector entity for ${entity.nameForEmit}.${exportedEntity.localName}` + ); + } + + if (collectorEntity.nameForEmit === exportedName) { + exportClauses.push(collectorEntity.nameForEmit); + } else { + exportClauses.push(`${collectorEntity.nameForEmit} as ${exportedName}`); + } + } + writer.writeLine(exportClauses.join(',\n')); + + writer.decreaseIndent(); + writer.writeLine('}'); // end of "export { ... }" + writer.decreaseIndent(); + writer.writeLine('}'); // end of "declare namespace { ... }" + } + if (!entity.shouldInlineExport) { for (const exportName of entity.exportNames) { - DtsEmitHelpers.emitNamedExport(stringWriter, exportName, entity); + DtsEmitHelpers.emitNamedExport(writer, exportName, entity); } } + + writer.ensureSkippedLine(); } - DtsEmitHelpers.emitStarExports(stringWriter, collector); + DtsEmitHelpers.emitStarExports(writer, collector); // Emit "export { }" which is a special directive that prevents consumers from importing declarations // that don't have an explicit "export" modifier. - stringWriter.writeLine(); - stringWriter.writeLine('export { }'); + writer.ensureSkippedLine(); + writer.writeLine('export { }'); } /** @@ -259,30 +333,43 @@ export class DtsRollupGenerator { if (!/\r?\n\s*$/.test(originalComment)) { originalComment += '\n'; } + span.modification.indentDocComment = IndentDocCommentScope.PrefixOnly; span.modification.prefix = originalComment + span.modification.prefix; } } break; case ts.SyntaxKind.Identifier: - const referencedEntity: CollectorEntity | undefined = collector.tryGetEntityForIdentifierNode( - span.node as ts.Identifier - ); + { + const referencedEntity: CollectorEntity | undefined = collector.tryGetEntityForNode( + span.node as ts.Identifier + ); - if (referencedEntity) { - if (!referencedEntity.nameForEmit) { - // This should never happen - throw new InternalError('referencedEntry.nameForEmit is undefined'); - } + if (referencedEntity) { + if (!referencedEntity.nameForEmit) { + // This should never happen + throw new InternalError('referencedEntry.nameForEmit is undefined'); + } - span.modification.prefix = referencedEntity.nameForEmit; - // For debugging: - // span.modification.prefix += '/*R=FIX*/'; - } else { - // For debugging: - // span.modification.prefix += '/*R=KEEP*/'; + span.modification.prefix = referencedEntity.nameForEmit; + // For debugging: + // span.modification.prefix += '/*R=FIX*/'; + } else { + // For debugging: + // span.modification.prefix += '/*R=KEEP*/'; + } } + break; + case ts.SyntaxKind.ImportType: + DtsEmitHelpers.modifyImportTypeSpan( + collector, + span, + astDeclaration, + (childSpan, childAstDeclaration) => { + DtsRollupGenerator._modifySpan(collector, childSpan, entity, childAstDeclaration, dtsKind); + } + ); break; } diff --git a/apps/api-extractor/src/generators/IndentedWriter.ts b/apps/api-extractor/src/generators/IndentedWriter.ts new file mode 100644 index 00000000000..d2e60bff6bc --- /dev/null +++ b/apps/api-extractor/src/generators/IndentedWriter.ts @@ -0,0 +1,274 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. +// See LICENSE in the project root for license information. + +import { StringBuilder, IStringBuilder } from '@rushstack/node-core-library'; + +/** + * A utility for writing indented text. + * + * @remarks + * + * Note that the indentation is inserted at the last possible opportunity. + * For example, this code... + * + * ```ts + * writer.write('begin\n'); + * writer.increaseIndent(); + * writer.write('one\ntwo\n'); + * writer.decreaseIndent(); + * writer.increaseIndent(); + * writer.decreaseIndent(); + * writer.write('end'); + * ``` + * + * ...would produce this output: + * + * ``` + * begin + * one + * two + * end + * ``` + */ +export class IndentedWriter { + /** + * The text characters used to create one level of indentation. + * Two spaces by default. + */ + public defaultIndentPrefix: string = ' '; + + /** + * Whether to indent blank lines + */ + public indentBlankLines: boolean = false; + + /** + * Trims leading spaces from the input text before applying the indent. + * + * @remarks + * Consider the following example: + * + * ```ts + * indentedWriter.increaseIndent(' '); // four spaces + * indentedWriter.write(' a\n b c\n'); + * indentedWriter.decreaseIndent(); + * ``` + * + * Normally the output would be indented by 6 spaces: 4 from `increaseIndent()`, plus the 2 spaces + * from `write()`: + * ``` + * a + * b c + * ``` + * + * Setting `trimLeadingSpaces=true` will trim the leading spaces, so that the lines are indented + * by 4 spaces only: + * ``` + * a + * b c + * ``` + */ + public trimLeadingSpaces: boolean = false; + + private readonly _builder: IStringBuilder; + + private _latestChunk: string | undefined; + private _previousChunk: string | undefined; + private _atStartOfLine: boolean; + + private readonly _indentStack: string[]; + private _indentText: string; + + private _previousLineIsBlank: boolean; + private _currentLineIsBlank: boolean; + + public constructor(builder?: IStringBuilder) { + this._builder = builder === undefined ? new StringBuilder() : builder; + this._latestChunk = undefined; + this._previousChunk = undefined; + this._atStartOfLine = true; + this._previousLineIsBlank = true; + this._currentLineIsBlank = true; + + this._indentStack = []; + this._indentText = ''; + } + + /** + * Retrieves the output that was built so far. + */ + public getText(): string { + return this._builder.toString(); + } + + public toString(): string { + return this.getText(); + } + + /** + * Increases the indentation. Normally the indentation is two spaces, + * however an arbitrary prefix can optional be specified. (For example, + * the prefix could be "// " to indent and comment simultaneously.) + * Each call to IndentedWriter.increaseIndent() must be followed by a + * corresponding call to IndentedWriter.decreaseIndent(). + */ + public increaseIndent(indentPrefix?: string): void { + this._indentStack.push(indentPrefix !== undefined ? indentPrefix : this.defaultIndentPrefix); + this._updateIndentText(); + } + + /** + * Decreases the indentation, reverting the effect of the corresponding call + * to IndentedWriter.increaseIndent(). + */ + public decreaseIndent(): void { + this._indentStack.pop(); + this._updateIndentText(); + } + + /** + * A shorthand for ensuring that increaseIndent()/decreaseIndent() occur + * in pairs. + */ + public indentScope(scope: () => void, indentPrefix?: string): void { + this.increaseIndent(indentPrefix); + scope(); + this.decreaseIndent(); + } + + /** + * Adds a newline if the file pointer is not already at the start of the line (or start of the stream). + */ + public ensureNewLine(): void { + const lastCharacter: string = this.peekLastCharacter(); + if (lastCharacter !== '\n' && lastCharacter !== '') { + this._writeNewLine(); + } + } + + /** + * Adds up to two newlines to ensure that there is a blank line above the current position. + * The start of the stream is considered to be a blank line, so `ensureSkippedLine()` has no effect + * unless some text has been written. + */ + public ensureSkippedLine(): void { + this.ensureNewLine(); + if (!this._previousLineIsBlank) { + this._writeNewLine(); + } + } + + /** + * Returns the last character that was written, or an empty string if no characters have been written yet. + */ + public peekLastCharacter(): string { + if (this._latestChunk !== undefined) { + return this._latestChunk.substr(-1, 1); + } + return ''; + } + + /** + * Returns the second to last character that was written, or an empty string if less than one characters + * have been written yet. + */ + public peekSecondLastCharacter(): string { + if (this._latestChunk !== undefined) { + if (this._latestChunk.length > 1) { + return this._latestChunk.substr(-2, 1); + } + if (this._previousChunk !== undefined) { + return this._previousChunk.substr(-1, 1); + } + } + return ''; + } + + /** + * Writes some text to the internal string buffer, applying indentation according + * to the current indentation level. If the string contains multiple newlines, + * each line will be indented separately. + */ + public write(message: string): void { + if (message.length === 0) { + return; + } + + // If there are no newline characters, then append the string verbatim + if (!/[\r\n]/.test(message)) { + this._writeLinePart(message); + return; + } + + // Otherwise split the lines and write each one individually + let first: boolean = true; + for (const linePart of message.split('\n')) { + if (!first) { + this._writeNewLine(); + } else { + first = false; + } + if (linePart) { + this._writeLinePart(linePart.replace(/[\r]/g, '')); + } + } + } + + /** + * A shorthand for writing an optional message, followed by a newline. + * Indentation is applied following the semantics of IndentedWriter.write(). + */ + public writeLine(message: string = ''): void { + if (message.length > 0) { + this.write(message); + } + this._writeNewLine(); + } + + /** + * Writes a string that does not contain any newline characters. + */ + private _writeLinePart(message: string): void { + let trimmedMessage: string = message; + + if (this.trimLeadingSpaces && this._atStartOfLine) { + trimmedMessage = message.replace(/^ +/, ''); + } + + if (trimmedMessage.length > 0) { + if (this._atStartOfLine && this._indentText.length > 0) { + this._write(this._indentText); + } + this._write(trimmedMessage); + if (this._currentLineIsBlank) { + if (/\S/.test(trimmedMessage)) { + this._currentLineIsBlank = false; + } + } + this._atStartOfLine = false; + } + } + + private _writeNewLine(): void { + if (this.indentBlankLines) { + if (this._atStartOfLine && this._indentText.length > 0) { + this._write(this._indentText); + } + } + + this._previousLineIsBlank = this._currentLineIsBlank; + this._write('\n'); + this._currentLineIsBlank = true; + this._atStartOfLine = true; + } + + private _write(s: string): void { + this._previousChunk = this._latestChunk; + this._latestChunk = s; + this._builder.append(s); + } + + private _updateIndentText(): void { + this._indentText = this._indentStack.join(''); + } +} diff --git a/apps/api-extractor/src/generators/StringWriter.ts b/apps/api-extractor/src/generators/StringWriter.ts deleted file mode 100644 index 80eae783836..00000000000 --- a/apps/api-extractor/src/generators/StringWriter.ts +++ /dev/null @@ -1,24 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import { StringBuilder } from '@microsoft/tsdoc'; - -// A small helper used by the generators -export class StringWriter { - public readonly stringBuilder: StringBuilder = new StringBuilder(); - - public write(s: string): void { - this.stringBuilder.append(s); - } - - public writeLine(s: string = ''): void { - if (s.length > 0) { - this.stringBuilder.append(s); - } - this.stringBuilder.append('\n'); - } - - public toString(): string { - return this.stringBuilder.toString(); - } -} diff --git a/apps/api-extractor/src/generators/test/IndentedWriter.test.ts b/apps/api-extractor/src/generators/test/IndentedWriter.test.ts new file mode 100644 index 00000000000..7a9145625ed --- /dev/null +++ b/apps/api-extractor/src/generators/test/IndentedWriter.test.ts @@ -0,0 +1,119 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. +// See LICENSE in the project root for license information. + +import { IndentedWriter } from '../IndentedWriter'; + +test('01 Demo from docs', () => { + const indentedWriter: IndentedWriter = new IndentedWriter(); + indentedWriter.write('begin\n'); + indentedWriter.increaseIndent(); + indentedWriter.write('one\ntwo\n'); + indentedWriter.decreaseIndent(); + indentedWriter.increaseIndent(); + indentedWriter.decreaseIndent(); + indentedWriter.write('end'); + + expect(indentedWriter.toString()).toMatchSnapshot(); +}); + +test('02 Indent something', () => { + const indentedWriter: IndentedWriter = new IndentedWriter(); + indentedWriter.write('a'); + indentedWriter.write('b'); + indentedWriter.increaseIndent(); + indentedWriter.writeLine('c'); + indentedWriter.writeLine('d'); + indentedWriter.decreaseIndent(); + indentedWriter.writeLine('e'); + + indentedWriter.increaseIndent('>>> '); + indentedWriter.writeLine(); + indentedWriter.writeLine(); + indentedWriter.writeLine('g'); + indentedWriter.decreaseIndent(); + + expect(indentedWriter.toString()).toMatchSnapshot(); +}); + +test('03 Indent something with indentBlankLines=true', () => { + const indentedWriter: IndentedWriter = new IndentedWriter(); + indentedWriter.indentBlankLines = true; + + indentedWriter.write('a'); + indentedWriter.write('b'); + indentedWriter.increaseIndent(); + indentedWriter.writeLine('c'); + indentedWriter.writeLine('d'); + indentedWriter.decreaseIndent(); + indentedWriter.writeLine('e'); + + indentedWriter.increaseIndent('>>> '); + indentedWriter.writeLine(); + indentedWriter.writeLine(); + indentedWriter.writeLine('g'); + indentedWriter.decreaseIndent(); + + expect(indentedWriter.toString()).toMatchSnapshot(); +}); + +test('04 Two kinds of indents', () => { + const indentedWriter: IndentedWriter = new IndentedWriter(); + + indentedWriter.writeLine('---'); + indentedWriter.indentScope(() => { + indentedWriter.write('a\nb'); + indentedWriter.indentScope(() => { + indentedWriter.write('c\nd\n'); + }); + indentedWriter.write('e\n'); + }, '> '); + indentedWriter.writeLine('---'); + + expect(indentedWriter.toString()).toMatchSnapshot(); +}); + +test('05 Edge cases for ensureNewLine()', () => { + let indentedWriter: IndentedWriter = new IndentedWriter(); + indentedWriter.ensureNewLine(); + indentedWriter.write('line'); + expect(indentedWriter.toString()).toMatchSnapshot(); + + indentedWriter = new IndentedWriter(); + indentedWriter.write('previous'); + indentedWriter.ensureNewLine(); + indentedWriter.write('line'); + expect(indentedWriter.toString()).toMatchSnapshot(); +}); + +test('06 Edge cases for ensureSkippedLine()', () => { + let indentedWriter: IndentedWriter = new IndentedWriter(); + indentedWriter.ensureSkippedLine(); + indentedWriter.write('line'); + expect(indentedWriter.toString()).toMatchSnapshot(); + + indentedWriter = new IndentedWriter(); + indentedWriter.write('previous'); + indentedWriter.ensureSkippedLine(); + indentedWriter.write('line'); + indentedWriter.ensureSkippedLine(); + expect(indentedWriter.toString()).toMatchSnapshot(); +}); + +test('06 trimLeadingSpaces=true', () => { + const indentedWriter: IndentedWriter = new IndentedWriter(); + indentedWriter.trimLeadingSpaces = true; + + // Example from doc comment + indentedWriter.increaseIndent(' '); + indentedWriter.write(' a\n b c\n'); + indentedWriter.decreaseIndent(); + indentedWriter.ensureSkippedLine(); + indentedWriter.increaseIndent('>>'); + indentedWriter.write(' '); + indentedWriter.write(' '); + indentedWriter.write(' a'); + indentedWriter.writeLine(' b'); + indentedWriter.writeLine('\ttab'); // does not get indented + indentedWriter.writeLine('c '); + expect(indentedWriter.toString()).toMatchSnapshot(); +}); diff --git a/apps/api-extractor/src/generators/test/__snapshots__/IndentedWriter.test.ts.snap b/apps/api-extractor/src/generators/test/__snapshots__/IndentedWriter.test.ts.snap new file mode 100644 index 00000000000..6803fe9f220 --- /dev/null +++ b/apps/api-extractor/src/generators/test/__snapshots__/IndentedWriter.test.ts.snap @@ -0,0 +1,65 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`01 Demo from docs 1`] = ` +"begin + one + two +end" +`; + +exports[`02 Indent something 1`] = ` +"abc + d +e + + +>>> g +" +`; + +exports[`03 Indent something with indentBlankLines=true 1`] = ` +"abc + d +e +>>> +>>> +>>> g +" +`; + +exports[`04 Two kinds of indents 1`] = ` +"--- +> a +> bc +> d +> e +--- +" +`; + +exports[`05 Edge cases for ensureNewLine() 1`] = `"line"`; + +exports[`05 Edge cases for ensureNewLine() 2`] = ` +"previous +line" +`; + +exports[`06 Edge cases for ensureSkippedLine() 1`] = `"line"`; + +exports[`06 Edge cases for ensureSkippedLine() 2`] = ` +"previous + +line + +" +`; + +exports[`06 trimLeadingSpaces=true 1`] = ` +" a + b c + +>>a b +>> tab +>>c +" +`; diff --git a/apps/heft/CHANGELOG.json b/apps/heft/CHANGELOG.json index 1d8d74f7b80..698c068ac61 100644 --- a/apps/heft/CHANGELOG.json +++ b/apps/heft/CHANGELOG.json @@ -1,6 +1,278 @@ { "name": "@rushstack/heft", "entries": [ + { + "version": "0.34.6", + "tag": "@rushstack/heft_v0.34.6", + "date": "Mon, 12 Jul 2021 23:08:26 GMT", + "comments": { + "patch": [ + { + "comment": "Disable eslint for no-unused-vars" + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-config-file\" to `0.6.1`" + }, + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.39.1`" + }, + { + "comment": "Updating dependency \"@rushstack/rig-package\" to `0.2.13`" + }, + { + "comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.8.1`" + }, + { + "comment": "Updating dependency \"@rushstack/typings-generator\" to `0.3.8`" + }, + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.18.2`" + }, + { + "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.0`" + } + ] + } + }, + { + "version": "0.34.5", + "tag": "@rushstack/heft_v0.34.5", + "date": "Thu, 08 Jul 2021 23:41:16 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.18.1`" + } + ] + } + }, + { + "version": "0.34.4", + "tag": "@rushstack/heft_v0.34.4", + "date": "Thu, 08 Jul 2021 06:00:48 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.18.0`" + } + ] + } + }, + { + "version": "0.34.3", + "tag": "@rushstack/heft_v0.34.3", + "date": "Thu, 01 Jul 2021 15:08:27 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.8.0`" + }, + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.17.1`" + } + ] + } + }, + { + "version": "0.34.2", + "tag": "@rushstack/heft_v0.34.2", + "date": "Wed, 30 Jun 2021 15:06:54 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.17.0`" + } + ] + } + }, + { + "version": "0.34.1", + "tag": "@rushstack/heft_v0.34.1", + "date": "Wed, 30 Jun 2021 01:37:17 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-config-file\" to `0.6.0`" + } + ] + } + }, + { + "version": "0.34.0", + "tag": "@rushstack/heft_v0.34.0", + "date": "Fri, 25 Jun 2021 00:08:28 GMT", + "comments": { + "minor": [ + { + "comment": "Add RunScriptPlugin to allow for running custom scripts specified in \"heft.json\". Specified as a \"runScript\" event in the \"heftEvents\" field, paths to scripts are resolved relative to the root of the project they are specified in." + } + ] + } + }, + { + "version": "0.33.1", + "tag": "@rushstack/heft_v0.33.1", + "date": "Fri, 18 Jun 2021 06:23:05 GMT", + "comments": { + "patch": [ + { + "comment": "Fix a regression where Heft sometimes failed with \"No tests found, exiting with code 1\"" + } + ] + } + }, + { + "version": "0.33.0", + "tag": "@rushstack/heft_v0.33.0", + "date": "Wed, 16 Jun 2021 15:07:24 GMT", + "comments": { + "minor": [ + { + "comment": "(BREAKING CHANGE) Simplify the plugin event hook lifecycle by eliminating an experimental feature that enabled side-by-side compiler configurations. We decided that this scenario is better approached by splitting the files into separate projects." + }, + { + "comment": "(BREAKING CHANGE) Remove the \"afterEachIteration\" compile substage and replace its functionality with a more versatile \"afterRecompile\" compile substage hook." + } + ] + } + }, + { + "version": "0.32.0", + "tag": "@rushstack/heft_v0.32.0", + "date": "Fri, 11 Jun 2021 00:34:02 GMT", + "comments": { + "minor": [ + { + "comment": "(BREAKING CHANGE) Remove Jest plugin from Heft. To consume the Jest plugin, add @rushstack/heft-jest-plugin as a dependency and include it in heft.json. See UPGRADING.md for more information." + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-config-file\" to `0.5.0`" + } + ] + } + }, + { + "version": "0.31.5", + "tag": "@rushstack/heft_v0.31.5", + "date": "Thu, 10 Jun 2021 15:08:15 GMT", + "comments": { + "patch": [ + { + "comment": "Update the version compatibility warning to indicate that TypeScript 4.x is supported by Heft" + } + ] + } + }, + { + "version": "0.31.4", + "tag": "@rushstack/heft_v0.31.4", + "date": "Fri, 04 Jun 2021 19:59:53 GMT", + "comments": { + "patch": [ + { + "comment": "Add IBuildStage output property 'isTypeScriptProject' and populate in TypeScriptPlugin" + }, + { + "comment": "Fix bug in CopyFilesPlugin that caused 0-length files to be generated" + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-config-file\" to `0.4.2`" + }, + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.39.0`" + }, + { + "comment": "Updating dependency \"@rushstack/typings-generator\" to `0.3.7`" + }, + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.16.1`" + } + ] + } + }, + { + "version": "0.31.3", + "tag": "@rushstack/heft_v0.31.3", + "date": "Fri, 04 Jun 2021 15:08:20 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.16.0`" + } + ] + } + }, + { + "version": "0.31.2", + "tag": "@rushstack/heft_v0.31.2", + "date": "Fri, 04 Jun 2021 00:08:34 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-config-file\" to `0.4.1`" + } + ] + } + }, + { + "version": "0.31.1", + "tag": "@rushstack/heft_v0.31.1", + "date": "Tue, 01 Jun 2021 18:29:25 GMT", + "comments": { + "patch": [ + { + "comment": "Fix an issue where NodeServicePlugin launched the service when \"heft build --watch\" was invoked" + } + ] + } + }, + { + "version": "0.31.0", + "tag": "@rushstack/heft_v0.31.0", + "date": "Sat, 29 May 2021 01:05:06 GMT", + "comments": { + "minor": [ + { + "comment": "Add a new \"node-service\" task that enables \"heft start\" to launch a Node.js service (GitHub #2717)" + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-config-file\" to `0.4.0`" + } + ] + } + }, + { + "version": "0.30.7", + "tag": "@rushstack/heft_v0.30.7", + "date": "Fri, 28 May 2021 06:19:57 GMT", + "comments": { + "patch": [ + { + "comment": "Prepare to split JestPlugin into a dedicated package" + } + ] + } + }, + { + "version": "0.30.6", + "tag": "@rushstack/heft_v0.30.6", + "date": "Tue, 25 May 2021 00:12:21 GMT", + "comments": { + "patch": [ + { + "comment": "Report an error to prevent two different TypeScript module kinds from being emitted into nested folders" + } + ] + } + }, { "version": "0.30.5", "tag": "@rushstack/heft_v0.30.5", diff --git a/apps/heft/CHANGELOG.md b/apps/heft/CHANGELOG.md index cc8a5583c0a..14a74eda70e 100644 --- a/apps/heft/CHANGELOG.md +++ b/apps/heft/CHANGELOG.md @@ -1,6 +1,120 @@ # Change Log - @rushstack/heft -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. +This log was last generated on Mon, 12 Jul 2021 23:08:26 GMT and should not be manually modified. + +## 0.34.6 +Mon, 12 Jul 2021 23:08:26 GMT + +### Patches + +- Disable eslint for no-unused-vars + +## 0.34.5 +Thu, 08 Jul 2021 23:41:16 GMT + +_Version update only_ + +## 0.34.4 +Thu, 08 Jul 2021 06:00:48 GMT + +_Version update only_ + +## 0.34.3 +Thu, 01 Jul 2021 15:08:27 GMT + +_Version update only_ + +## 0.34.2 +Wed, 30 Jun 2021 15:06:54 GMT + +_Version update only_ + +## 0.34.1 +Wed, 30 Jun 2021 01:37:17 GMT + +_Version update only_ + +## 0.34.0 +Fri, 25 Jun 2021 00:08:28 GMT + +### Minor changes + +- Add RunScriptPlugin to allow for running custom scripts specified in "heft.json". Specified as a "runScript" event in the "heftEvents" field, paths to scripts are resolved relative to the root of the project they are specified in. + +## 0.33.1 +Fri, 18 Jun 2021 06:23:05 GMT + +### Patches + +- Fix a regression where Heft sometimes failed with "No tests found, exiting with code 1" + +## 0.33.0 +Wed, 16 Jun 2021 15:07:24 GMT + +### Minor changes + +- (BREAKING CHANGE) Simplify the plugin event hook lifecycle by eliminating an experimental feature that enabled side-by-side compiler configurations. We decided that this scenario is better approached by splitting the files into separate projects. +- (BREAKING CHANGE) Remove the "afterEachIteration" compile substage and replace its functionality with a more versatile "afterRecompile" compile substage hook. + +## 0.32.0 +Fri, 11 Jun 2021 00:34:02 GMT + +### Minor changes + +- (BREAKING CHANGE) Remove Jest plugin from Heft. To consume the Jest plugin, add @rushstack/heft-jest-plugin as a dependency and include it in heft.json. See UPGRADING.md for more information. + +## 0.31.5 +Thu, 10 Jun 2021 15:08:15 GMT + +### Patches + +- Update the version compatibility warning to indicate that TypeScript 4.x is supported by Heft + +## 0.31.4 +Fri, 04 Jun 2021 19:59:53 GMT + +### Patches + +- Add IBuildStage output property 'isTypeScriptProject' and populate in TypeScriptPlugin +- Fix bug in CopyFilesPlugin that caused 0-length files to be generated + +## 0.31.3 +Fri, 04 Jun 2021 15:08:20 GMT + +_Version update only_ + +## 0.31.2 +Fri, 04 Jun 2021 00:08:34 GMT + +_Version update only_ + +## 0.31.1 +Tue, 01 Jun 2021 18:29:25 GMT + +### Patches + +- Fix an issue where NodeServicePlugin launched the service when "heft build --watch" was invoked + +## 0.31.0 +Sat, 29 May 2021 01:05:06 GMT + +### Minor changes + +- Add a new "node-service" task that enables "heft start" to launch a Node.js service (GitHub #2717) + +## 0.30.7 +Fri, 28 May 2021 06:19:57 GMT + +### Patches + +- Prepare to split JestPlugin into a dedicated package + +## 0.30.6 +Tue, 25 May 2021 00:12:21 GMT + +### Patches + +- Report an error to prevent two different TypeScript module kinds from being emitted into nested folders ## 0.30.5 Wed, 19 May 2021 00:11:39 GMT diff --git a/apps/heft/README.md b/apps/heft/README.md index caacce7c2ab..cfbe55ac81c 100644 --- a/apps/heft/README.md +++ b/apps/heft/README.md @@ -83,7 +83,7 @@ the Rush Stack website. out what's new in the latest version - [UPGRADING.md]( https://github.com/microsoft/rushstack/blob/master/apps/heft/UPGRADING.md) - Instructions - for migrating existing projets to use a newer version of Heft + for migrating existing projects to use a newer version of Heft - [API Reference](https://rushstack.io/pages/api/heft/) Heft is part of the [Rush Stack](https://rushstack.io/) family of projects. diff --git a/apps/heft/UPGRADING.md b/apps/heft/UPGRADING.md index 9d7615d7d38..036f2ef781b 100644 --- a/apps/heft/UPGRADING.md +++ b/apps/heft/UPGRADING.md @@ -1,9 +1,94 @@ # Upgrade notes for @rushstack/heft +### Heft 0.32.0 + +Breaking change for Jest: This release of Heft enables rig support for Jest config files. +It also reduces Heft's installation footprint by removing the Jest plugin from `@rushstack/heft` +and moving it to its own package `@rushstack/heft-jest-plugin`. As a result, Jest is now +disabled by default. + +To reenable Jest support for your project, follow these steps: + +1. If you are using `@rushstack/heft-node-rig` or `@rushstack/heft-web-rig`, the Jest + plugin is already enabled. Skip to step 4. + +2. Add the `@rushstack/heft-jest-plugin` dependency to your project's **package.json** file. + +3. Load the plugin by adding this setting to your `config/heft.json` file: + + ```js + { + "heftPlugins": [ + { + "plugin": "@rushstack/heft-jest-plugin" + } + ] + } + ``` + +4. Update your `config/jest.config.json` file, replacing the `preset` field with + an equivalent `extends` field. This enables Heft to perform module resolution + with support for rigs. + + For example, this setting... + + ```js + { + "preset": "./node_modules/@rushstack/heft/includes/jest-shared.config.json" + } + ``` + + ...should be changed to this: + + ```js + { + "extends": "@rushstack/heft-jest-plugin/includes/jest-shared.config.json" + } + ``` + + As another example, if you are using a rig, then this... + + ```js + { + "preset": "./node_modules/@rushstack/heft-web-rig/profiles/library/config/jest.config.json" + } + ``` + + ...should be changed to this: + + ```js + { + "extends": "@rushstack/heft-web-rig/profiles/library/config/jest.config.json" + } + ``` + +This `extends` field is a Heft-specific enhancement that will not work if the Jest command line +is invoked without Heft. (Doing so was not generally useful; in our configuration Jest relies +on Heft to invoke the compiler and any other preprocessing steps.) + +If for some reason your `jest.config.json` needs to be directly readable by Jest, the +`disableConfigurationModuleResolution` setting can be used to restore the old behavior. +For example: + + ```js + { + "heftPlugins": [ + { + "plugin": "@rushstack/heft-jest-plugin", + "options": { + // (Not recommended) Disable Heft's support for rigs and the "extends" field + "disableConfigurationModuleResolution": true + } + } + ] + } + ``` + + ### Heft 0.26.0 This release of Heft removed the Webpack plugins from the `@rushstack/heft` package -and moved them into their own package (`@rushstack/heft-webpack4-plugin`). To re-include +and moved them into their own package (`@rushstack/heft-webpack4-plugin`). To reenable Webpack support in a project, include a dependency on `@rushstack/heft-webpack4-plugin` and add the following option to the project's `config/heft.json` file: @@ -17,7 +102,7 @@ and add the following option to the project's `config/heft.json` file: } ``` -If you are using `@rushstack/heft-web-rig`, upgrading the rig package will bring +If you are using `@rushstack/heft-web-rig`, upgrading the rig package will bring Webpack support automatically. ### Heft 0.14.0 diff --git a/apps/heft/config/jest.config.json b/apps/heft/config/jest.config.json index b88d4c3de66..4bb17bde3ee 100644 --- a/apps/heft/config/jest.config.json +++ b/apps/heft/config/jest.config.json @@ -1,3 +1,3 @@ { - "preset": "./node_modules/@rushstack/heft/includes/jest-shared.config.json" + "extends": "@rushstack/heft-node-rig/profiles/default/config/jest.config.json" } diff --git a/apps/heft/includes/jest-shared.config.json b/apps/heft/includes/jest-shared.config.json deleted file mode 100644 index 32fa46d5e7d..00000000000 --- a/apps/heft/includes/jest-shared.config.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "//": "By default, don't hide console output", - "silent": false, - "//": "In order for HeftJestReporter to receive console.log() events, we must set verbose=false", - "verbose": false, - - "rootDir": "../../../../", - - "//": ["Adding '/src' here enables src/__mocks__ to be used for mocking Node.js system modules."], - "roots": ["/src"], - - "testURL": "http://localhost/", - - "testMatch": ["/src/**/*.test.{ts,tsx}"], - "testPathIgnorePatterns": ["/node_modules/"], - - "//": "code coverage tracking is disabled by default; set this to true to enable it ", - "collectCoverage": false, - - "coverageDirectory": "/temp/coverage", - - "collectCoverageFrom": [ - "src/**/*.{ts,tsx}", - "!src/**/*.d.ts", - "!src/**/*.test.{ts,tsx}", - "!src/**/test/**", - "!src/**/__tests__/**", - "!src/**/__fixtures__/**", - "!src/**/__mocks__/**" - ], - "coveragePathIgnorePatterns": ["/node_modules/"], - - "transformIgnorePatterns": [], - - "//": "jest-identity-mock-transform returns a proxy for exported key/value pairs, where Webpack would return a module", - "//": "jest-string-mock-transform returns the filename, where Webpack would return a URL", - "transform": { - "\\.(ts|tsx)$": "@rushstack/heft/lib/exports/jest-build-transform.js", - - "\\.(css|sass|scss)$": "@rushstack/heft/lib/exports/jest-identity-mock-transform.js", - - "\\.(aac|eot|gif|jpeg|jpg|m4a|mp3|mp4|oga|otf|png|svg|ttf|wav|webm|webp|woff|woff2)$": "@rushstack/heft/lib/exports/jest-string-mock-transform.js" - }, - - "//": [ - "The modulePathIgnorePatterns below accepts these sorts of paths:", - " /src", - " /src/file.ts", - "...and ignores anything else under " - ], - "modulePathIgnorePatterns": [], - "//": "Prefer .cjs to .js to catch explicit commonjs output. Optimize for local files, which will be .ts or .tsx.", - "moduleFileExtensions": ["ts", "tsx", "cjs", "js", "json"], - - "setupFiles": ["@rushstack/heft/lib/exports/jest-global-setup.js"], - "resolver": "@rushstack/heft/lib/exports/jest-improved-resolver.js", - "passWithNoTests": true -} diff --git a/apps/heft/package.json b/apps/heft/package.json index 20216c7d641..dcb737224ce 100644 --- a/apps/heft/package.json +++ b/apps/heft/package.json @@ -1,12 +1,11 @@ { "name": "@rushstack/heft", - "version": "0.30.5", + "version": "0.34.6", "description": "Build all your JavaScript projects the same way: A way that works.", "keywords": [ "toolchain", "watch", "bundle", - "jest", "Webpack", "typescript", "eslint", @@ -32,9 +31,6 @@ "start": "heft test --clean --watch" }, "dependencies": { - "@jest/core": "~25.4.0", - "@jest/reporters": "~25.4.0", - "@jest/transform": "~25.4.0", "@rushstack/heft-config-file": "workspace:*", "@rushstack/node-core-library": "workspace:*", "@rushstack/rig-package": "workspace:*", @@ -46,21 +42,19 @@ "fast-glob": "~3.2.4", "glob": "~7.0.5", "glob-escape": "~0.0.2", - "jest-snapshot": "~25.4.0", "node-sass": "5.0.0", "postcss": "7.0.32", "postcss-modules": "~1.5.0", - "prettier": "~2.1.1", + "prettier": "~2.3.0", "semver": "~7.3.0", "tapable": "1.1.3", "true-case-path": "~2.2.1" }, "devDependencies": { - "@jest/types": "~25.4.0", "@microsoft/api-extractor": "workspace:*", "@rushstack/eslint-config": "workspace:*", - "@rushstack/heft": "0.28.0", - "@rushstack/heft-node-rig": "1.0.8", + "@rushstack/heft": "0.32.0", + "@rushstack/heft-node-rig": "1.0.31", "@types/argparse": "1.0.38", "@types/eslint": "7.2.0", "@types/glob": "7.1.1", diff --git a/apps/heft/src/cli/actions/CustomAction.ts b/apps/heft/src/cli/actions/CustomAction.ts index 5eefe1e7044..0b5255e4235 100644 --- a/apps/heft/src/cli/actions/CustomAction.ts +++ b/apps/heft/src/cli/actions/CustomAction.ts @@ -31,6 +31,7 @@ export interface ICustomActionParameterStringList extends ICustomActionParameter } /** @beta */ +// eslint-disable-next-line @typescript-eslint/no-unused-vars export interface ICustomActionParameterBase { kind: 'flag' | 'integer' | 'string' | 'stringList'; // TODO: Add "choice" diff --git a/apps/heft/src/cli/actions/TestAction.ts b/apps/heft/src/cli/actions/TestAction.ts index 745c3728233..5b0eff80de6 100644 --- a/apps/heft/src/cli/actions/TestAction.ts +++ b/apps/heft/src/cli/actions/TestAction.ts @@ -18,6 +18,10 @@ export class TestAction extends BuildAction { private _noBuildFlag!: CommandLineFlagParameter; private _updateSnapshotsFlag!: CommandLineFlagParameter; private _findRelatedTests!: CommandLineStringListParameter; + /* + // Temporary workaround for https://github.com/microsoft/rushstack/issues/2759 + private _passWithNoTests!: CommandLineFlagParameter; + */ private _silent!: CommandLineFlagParameter; private _testNamePattern!: CommandLineStringParameter; private _testPathPattern!: CommandLineStringListParameter; @@ -64,7 +68,15 @@ export class TestAction extends BuildAction { ' were passed in as arguments.' + ' This corresponds to the "--findRelatedTests" parameter in Jest\'s documentation.' }); - + /* + // Temporary workaround for https://github.com/microsoft/rushstack/issues/2759 + this._passWithNoTests = this.defineFlagParameter({ + parameterLongName: '--pass-with-no-tests', + description: + 'Allow the test suite to pass when no test files are found.' + + ' This corresponds to the "--passWithNoTests" parameter in Jest\'s documentation.' + }); + */ this._silent = this.defineFlagParameter({ parameterLongName: '--silent', description: @@ -163,6 +175,8 @@ export class TestAction extends BuildAction { updateSnapshots: this._updateSnapshotsFlag.value, findRelatedTests: this._findRelatedTests.values, + // Temporary workaround for https://github.com/microsoft/rushstack/issues/2759 + passWithNoTests: true, // this._passWithNoTests.value, silent: this._silent.value, testNamePattern: this._testNamePattern.value, testPathPattern: this._testPathPattern.values, diff --git a/apps/heft/src/index.ts b/apps/heft/src/index.ts index f6f7070e114..159f1127a80 100644 --- a/apps/heft/src/index.ts +++ b/apps/heft/src/index.ts @@ -58,3 +58,5 @@ export { IHeftLifecycle as _IHeftLifecycle, HeftLifecycleHooks as _HeftLifecycleHooks } from './pluginFramework/HeftLifecycle'; + +export { IRunScriptOptions } from './plugins/RunScriptPlugin'; diff --git a/apps/heft/src/pluginFramework/HeftEventPluginBase.ts b/apps/heft/src/pluginFramework/HeftEventPluginBase.ts new file mode 100644 index 00000000000..57bb81c1e3a --- /dev/null +++ b/apps/heft/src/pluginFramework/HeftEventPluginBase.ts @@ -0,0 +1,173 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. +// See LICENSE in the project root for license information. + +import { TapOptions } from 'tapable'; + +import { IHeftPlugin } from '../pluginFramework/IHeftPlugin'; +import { HeftSession } from '../pluginFramework/HeftSession'; +import { HeftConfiguration } from '../configuration/HeftConfiguration'; +import { ScopedLogger } from '../pluginFramework/logging/ScopedLogger'; +import { + CoreConfigFiles, + HeftEvent, + IHeftConfigurationJsonEventActionBase, + IHeftEventActions +} from '../utilities/CoreConfigFiles'; +import { ICleanStageContext, ICleanStageProperties } from '../stages/CleanStage'; +import { + IBuildStageContext, + IBuildStageProperties, + IBundleSubstage, + ICompileSubstage, + IPostBuildSubstage, + IPreCompileSubstage +} from '../stages/BuildStage'; +import { ITestStageContext, ITestStageProperties } from '../stages/TestStage'; + +export abstract class HeftEventPluginBase + implements IHeftPlugin +{ + public abstract readonly pluginName: string; + protected abstract readonly eventActionName: keyof IHeftEventActions; + protected abstract readonly loggerName: string; + + public apply(heftSession: HeftSession, heftConfiguration: HeftConfiguration): void { + const logger: ScopedLogger = heftSession.requestScopedLogger(this.loggerName); + const heftStageTap: TapOptions<'promise'> = { + name: this.pluginName, + stage: Number.MAX_SAFE_INTEGER / 2 // This should give us some certainty that this will run after other plugins + }; + + const handleEventActionsAsync = async ( + heftEvent: HeftEvent, + properties: TStageProperties, + handler: ( + heftEvent: HeftEvent, + heftEventActions: THeftEventAction[], + logger: ScopedLogger, + heftSession: HeftSession, + heftConfiguration: HeftConfiguration, + properties: TStageProperties + ) => Promise + ): Promise => { + const heftEventActions: THeftEventAction[] = await this._getEventActions( + heftEvent, + logger, + heftConfiguration + ); + if (heftEventActions.length) { + await handler(heftEvent, heftEventActions, logger, heftSession, heftConfiguration, properties); + } + }; + + heftSession.hooks.clean.tap(this.pluginName, (clean: ICleanStageContext) => { + clean.hooks.run.tapPromise(heftStageTap, async () => { + await handleEventActionsAsync( + HeftEvent.clean, + clean.properties, + this.handleCleanEventActionsAsync.bind(this) + ); + }); + }); + + heftSession.hooks.build.tap(this.pluginName, (build: IBuildStageContext) => { + build.hooks.preCompile.tap(this.pluginName, (preCompile: IPreCompileSubstage) => { + preCompile.hooks.run.tapPromise(heftStageTap, async () => { + await handleEventActionsAsync( + HeftEvent.preCompile, + build.properties, + this.handleBuildEventActionsAsync.bind(this) + ); + }); + }); + + build.hooks.compile.tap(this.pluginName, (compile: ICompileSubstage) => { + compile.hooks.run.tapPromise(heftStageTap, async () => { + await handleEventActionsAsync( + HeftEvent.compile, + build.properties, + this.handleBuildEventActionsAsync.bind(this) + ); + }); + }); + + build.hooks.bundle.tap(this.pluginName, (bundle: IBundleSubstage) => { + bundle.hooks.run.tapPromise(heftStageTap, async () => { + await handleEventActionsAsync( + HeftEvent.bundle, + build.properties, + this.handleBuildEventActionsAsync.bind(this) + ); + }); + }); + + build.hooks.postBuild.tap(this.pluginName, (postBuild: IPostBuildSubstage) => { + postBuild.hooks.run.tapPromise(heftStageTap, async () => { + await handleEventActionsAsync( + HeftEvent.postBuild, + build.properties, + this.handleBuildEventActionsAsync.bind(this) + ); + }); + }); + }); + + heftSession.hooks.test.tap(this.pluginName, (test: ITestStageContext) => { + test.hooks.run.tapPromise(heftStageTap, async () => { + await handleEventActionsAsync( + HeftEvent.test, + test.properties, + this.handleTestEventActionsAsync.bind(this) + ); + }); + }); + } + + protected handleCleanEventActionsAsync( + heftEvent: HeftEvent, + heftEventActions: THeftEventAction[], + logger: ScopedLogger, + heftSession: HeftSession, + heftConfiguration: HeftConfiguration, + properties: ICleanStageProperties + ): Promise { + return Promise.resolve(); + } + + protected handleBuildEventActionsAsync( + heftEvent: HeftEvent, + heftEventActions: THeftEventAction[], + logger: ScopedLogger, + heftSession: HeftSession, + heftConfiguration: HeftConfiguration, + properties: IBuildStageProperties + ): Promise { + return Promise.resolve(); + } + + protected handleTestEventActionsAsync( + heftEvent: HeftEvent, + heftEventActions: THeftEventAction[], + logger: ScopedLogger, + heftSession: HeftSession, + heftConfiguration: HeftConfiguration, + properties: ITestStageProperties + ): Promise { + return Promise.resolve(); + } + + private async _getEventActions( + heftEvent: HeftEvent, + logger: ScopedLogger, + heftConfiguration: HeftConfiguration + ): Promise { + const allEventActions: IHeftEventActions = await CoreConfigFiles.getConfigConfigFileEventActionsAsync( + logger.terminal, + heftConfiguration + ); + const baseEventActions: IHeftConfigurationJsonEventActionBase[] = + allEventActions[this.eventActionName].get(heftEvent) || []; + + return baseEventActions as THeftEventAction[]; + } +} diff --git a/apps/heft/src/pluginFramework/IHeftPlugin.ts b/apps/heft/src/pluginFramework/IHeftPlugin.ts index e480431949f..a084d1030a2 100644 --- a/apps/heft/src/pluginFramework/IHeftPlugin.ts +++ b/apps/heft/src/pluginFramework/IHeftPlugin.ts @@ -1,6 +1,8 @@ // Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. // See LICENSE in the project root for license information. +import { JsonSchema } from '@rushstack/node-core-library'; + import { HeftConfiguration } from '../configuration/HeftConfiguration'; import { HeftSession } from './HeftSession'; @@ -9,6 +11,7 @@ import { HeftSession } from './HeftSession'; */ export interface IHeftPlugin { readonly pluginName: string; + readonly optionsSchema?: JsonSchema; readonly accessor?: object; apply(heftSession: HeftSession, heftConfiguration: HeftConfiguration, options?: TOptions): void; } diff --git a/apps/heft/src/pluginFramework/PluginManager.ts b/apps/heft/src/pluginFramework/PluginManager.ts index ef95513fab1..74243950397 100644 --- a/apps/heft/src/pluginFramework/PluginManager.ts +++ b/apps/heft/src/pluginFramework/PluginManager.ts @@ -18,12 +18,12 @@ import { CopyFilesPlugin } from '../plugins/CopyFilesPlugin'; import { TypeScriptPlugin } from '../plugins/TypeScriptPlugin/TypeScriptPlugin'; import { DeleteGlobsPlugin } from '../plugins/DeleteGlobsPlugin'; import { CopyStaticAssetsPlugin } from '../plugins/CopyStaticAssetsPlugin'; +import { RunScriptPlugin } from '../plugins/RunScriptPlugin'; import { ApiExtractorPlugin } from '../plugins/ApiExtractorPlugin/ApiExtractorPlugin'; -import { JestPlugin } from '../plugins/JestPlugin/JestPlugin'; import { SassTypingsPlugin } from '../plugins/SassTypingsPlugin/SassTypingsPlugin'; import { ProjectValidatorPlugin } from '../plugins/ProjectValidatorPlugin'; import { ToolPackageResolver } from '../utilities/ToolPackageResolver'; -import { WebpackWarningPlugin } from '../plugins/WebpackWarningPlugin'; +import { NodeServicePlugin } from '../plugins/NodeServicePlugin'; export interface IPluginManagerOptions { terminal: Terminal; @@ -51,11 +51,11 @@ export class PluginManager { this._applyPlugin(new CopyStaticAssetsPlugin()); this._applyPlugin(new CopyFilesPlugin()); this._applyPlugin(new DeleteGlobsPlugin()); + this._applyPlugin(new RunScriptPlugin()); this._applyPlugin(new ApiExtractorPlugin(taskPackageResolver)); - this._applyPlugin(new JestPlugin()); this._applyPlugin(new SassTypingsPlugin()); this._applyPlugin(new ProjectValidatorPlugin()); - this._applyPlugin(new WebpackWarningPlugin()); + this._applyPlugin(new NodeServicePlugin()); } public initializePlugin(pluginSpecifier: string, options?: object): void { @@ -85,7 +85,10 @@ export class PluginManager { } private _initializeResolvedPlugin(resolvedPluginPath: string, options?: object): void { - const plugin: IHeftPlugin = this._loadAndValidatePluginPackage(resolvedPluginPath); + const plugin: IHeftPlugin = this._loadAndValidatePluginPackage( + resolvedPluginPath, + options + ); if (this._appliedPluginNames.has(plugin.pluginName)) { throw new Error( @@ -108,7 +111,7 @@ export class PluginManager { } } - private _loadAndValidatePluginPackage(resolvedPluginPath: string): IHeftPlugin { + private _loadAndValidatePluginPackage(resolvedPluginPath: string, options?: object): IHeftPlugin { let pluginPackage: IHeftPlugin; try { // eslint-disable-next-line @typescript-eslint/no-var-requires @@ -118,12 +121,12 @@ export class PluginManager { throw new InternalError(`Error loading plugin package from "${resolvedPluginPath}": ${e}`); } - this._terminal.writeVerboseLine(`Loaded plugin package from "${resolvedPluginPath}"`); - if (!pluginPackage) { throw new InternalError(`Plugin package loaded from "${resolvedPluginPath}" is null or undefined.`); } + this._terminal.writeVerboseLine(`Loaded plugin package from "${resolvedPluginPath}"`); + if (!pluginPackage.apply || typeof pluginPackage.apply !== 'function') { throw new InternalError( `Plugin packages must define an "apply" function. The plugin loaded from "${resolvedPluginPath}" ` + @@ -138,6 +141,16 @@ export class PluginManager { ); } + if (options && pluginPackage.optionsSchema) { + try { + pluginPackage.optionsSchema.validateObject(options, 'config/heft.json'); + } catch (e) { + throw new Error( + `Provided options for plugin "${pluginPackage.pluginName}" did not match the provided plugin schema.\n${e}` + ); + } + } + return pluginPackage; } diff --git a/apps/heft/src/plugins/CopyFilesPlugin.ts b/apps/heft/src/plugins/CopyFilesPlugin.ts index d45a366dd9d..cbaabe30e92 100644 --- a/apps/heft/src/plugins/CopyFilesPlugin.ts +++ b/apps/heft/src/plugins/CopyFilesPlugin.ts @@ -6,37 +6,24 @@ import * as path from 'path'; import glob from 'fast-glob'; import { performance } from 'perf_hooks'; import { AlreadyExistsBehavior, FileSystem } from '@rushstack/node-core-library'; -import { TapOptions } from 'tapable'; -import { IHeftPlugin } from '../pluginFramework/IHeftPlugin'; +import { ScopedLogger } from '../pluginFramework/logging/ScopedLogger'; +import { HeftEventPluginBase } from '../pluginFramework/HeftEventPluginBase'; import { HeftSession } from '../pluginFramework/HeftSession'; import { HeftConfiguration } from '../configuration/HeftConfiguration'; -import { ScopedLogger } from '../pluginFramework/logging/ScopedLogger'; -import { Async } from '../utilities/Async'; import { + IExtendedSharedCopyConfiguration, IHeftEventActions, - CoreConfigFiles, - HeftEvent, - IExtendedSharedCopyConfiguration + IHeftConfigurationCopyFilesEventAction, + HeftEvent } from '../utilities/CoreConfigFiles'; -import { - IBuildStageContext, - IBundleSubstage, - ICompileSubstage, - IPostBuildSubstage, - IPreCompileSubstage -} from '../stages/BuildStage'; +import { IBuildStageProperties } from '../stages/BuildStage'; +import { Async } from '../utilities/Async'; import { Constants } from '../utilities/Constants'; -const PLUGIN_NAME: string = 'CopyFilesPlugin'; -const HEFT_STAGE_TAP: TapOptions<'promise'> = { - name: PLUGIN_NAME, - stage: Number.MAX_SAFE_INTEGER / 2 // This should give us some certainty that this will run after other plugins -}; - interface ICopyFileDescriptor { sourceFilePath: string; - destinationFilePaths: string[]; + destinationFilePath: string; hardlink: boolean; } @@ -59,50 +46,32 @@ export interface ICopyFilesResult { linkedFileCount: number; } -export class CopyFilesPlugin implements IHeftPlugin { - public readonly pluginName: string = PLUGIN_NAME; - - public apply(heftSession: HeftSession, heftConfiguration: HeftConfiguration): void { - heftSession.hooks.build.tap(PLUGIN_NAME, (build: IBuildStageContext) => { - const logger: ScopedLogger = heftSession.requestScopedLogger('copy-files'); - build.hooks.preCompile.tap(PLUGIN_NAME, (preCompile: IPreCompileSubstage) => { - preCompile.hooks.run.tapPromise(HEFT_STAGE_TAP, async () => { - await this._runCopyFilesForHeftEvent(HeftEvent.preCompile, logger, heftConfiguration); - }); - }); - - build.hooks.compile.tap(PLUGIN_NAME, (compile: ICompileSubstage) => { - compile.hooks.run.tapPromise(HEFT_STAGE_TAP, async () => { - await this._runCopyFilesForHeftEvent(HeftEvent.compile, logger, heftConfiguration); - }); - }); - - build.hooks.bundle.tap(PLUGIN_NAME, (bundle: IBundleSubstage) => { - bundle.hooks.run.tapPromise(HEFT_STAGE_TAP, async () => { - await this._runCopyFilesForHeftEvent(HeftEvent.bundle, logger, heftConfiguration); - }); - }); +export class CopyFilesPlugin extends HeftEventPluginBase { + public readonly pluginName: string = 'CopyFilesPlugin'; + protected eventActionName: keyof IHeftEventActions = 'copyFiles'; + protected loggerName: string = 'copy-files'; - build.hooks.postBuild.tap(PLUGIN_NAME, (postBuild: IPostBuildSubstage) => { - postBuild.hooks.run.tapPromise(HEFT_STAGE_TAP, async () => { - await this._runCopyFilesForHeftEvent(HeftEvent.postBuild, logger, heftConfiguration); - }); - }); - }); + /** + * @override + */ + protected async handleBuildEventActionsAsync( + heftEvent: HeftEvent, + heftEventActions: IHeftConfigurationCopyFilesEventAction[], + logger: ScopedLogger, + heftSession: HeftSession, + heftConfiguration: HeftConfiguration, + properties: IBuildStageProperties + ): Promise { + await this._runCopyFilesForHeftEventActions(heftEventActions, logger, heftConfiguration); } - private async _runCopyFilesForHeftEvent( - heftEvent: HeftEvent, + private async _runCopyFilesForHeftEventActions( + heftEventActions: IHeftConfigurationCopyFilesEventAction[], logger: ScopedLogger, heftConfiguration: HeftConfiguration ): Promise { - const eventActions: IHeftEventActions = await CoreConfigFiles.getConfigConfigFileEventActionsAsync( - logger.terminal, - heftConfiguration - ); - const copyConfigurations: IResolvedDestinationCopyConfiguration[] = []; - for (const copyFilesEventAction of eventActions.copyFiles.get(heftEvent) || []) { + for (const copyFilesEventAction of heftEventActions) { for (const copyOperation of copyFilesEventAction.copyOperations) { copyConfigurations.push({ ...copyOperation, @@ -135,7 +104,7 @@ export class CopyFilesPlugin implements IHeftPlugin { return; } - const { copiedFileCount, linkedFileCount } = await this.copyFilesAsync(copyDescriptors); + const { copiedFileCount, linkedFileCount } = await this._copyFilesAsync(copyDescriptors); const duration: number = performance.now() - startTime; logger.terminal.writeLine( `Copied ${copiedFileCount} file${copiedFileCount === 1 ? '' : 's'} and ` + @@ -148,7 +117,7 @@ export class CopyFilesPlugin implements IHeftPlugin { } } - protected async copyFilesAsync(copyDescriptors: ICopyFileDescriptor[]): Promise { + private async _copyFilesAsync(copyDescriptors: ICopyFileDescriptor[]): Promise { if (copyDescriptors.length === 0) { return { copiedFileCount: 0, linkedFileCount: 0 }; } @@ -160,35 +129,19 @@ export class CopyFilesPlugin implements IHeftPlugin { Constants.maxParallelism, async (copyDescriptor: ICopyFileDescriptor) => { if (copyDescriptor.hardlink) { - const hardlinkPromises: Promise[] = copyDescriptor.destinationFilePaths.map( - (destinationFilePath) => { - return FileSystem.createHardLinkAsync({ - linkTargetPath: copyDescriptor.sourceFilePath, - newLinkPath: destinationFilePath, - alreadyExistsBehavior: AlreadyExistsBehavior.Overwrite - }); - } - ); - await Promise.all(hardlinkPromises); - linkedFileCount++; + await FileSystem.createHardLinkAsync({ + linkTargetPath: copyDescriptor.sourceFilePath, + newLinkPath: copyDescriptor.destinationFilePath, + alreadyExistsBehavior: AlreadyExistsBehavior.Overwrite + }); } else { - // If it's a copy, we will call the copy function - if (copyDescriptor.destinationFilePaths.length === 1) { - await FileSystem.copyFileAsync({ - sourcePath: copyDescriptor.sourceFilePath, - destinationPath: copyDescriptor.destinationFilePaths[0], - alreadyExistsBehavior: AlreadyExistsBehavior.Overwrite - }); - } else { - await FileSystem.copyFileToManyAsync({ - sourcePath: copyDescriptor.sourceFilePath, - destinationPaths: copyDescriptor.destinationFilePaths, - alreadyExistsBehavior: AlreadyExistsBehavior.Overwrite - }); - } - copiedFileCount++; + await FileSystem.copyFileAsync({ + sourcePath: copyDescriptor.sourceFilePath, + destinationPath: copyDescriptor.destinationFilePath, + alreadyExistsBehavior: AlreadyExistsBehavior.Overwrite + }); } } ); @@ -203,11 +156,11 @@ export class CopyFilesPlugin implements IHeftPlugin { buildFolder: string, copyConfigurations: IResolvedDestinationCopyConfiguration[] ): Promise { - // Create a map to deduplicate and prevent double-writes. The key in this map is the copy/link destination - // file path + const processedCopyDescriptors: ICopyFileDescriptor[] = []; + + // Create a map to deduplicate and prevent double-writes + // resolvedDestinationFilePath -> descriptor const destinationCopyDescriptors: Map = new Map(); - // And a map to contain the actual results. The key in this map is the copy/link source file path - const sourceCopyDescriptors: Map = new Map(); for (const copyConfiguration of copyConfigurations) { // Resolve the source folder path which is where the glob will be run from @@ -248,28 +201,20 @@ export class CopyFilesPlugin implements IHeftPlugin { ); } - // Finally, add to the map and default hardlink to false - let sourceCopyDescriptor: ICopyFileDescriptor | undefined = - sourceCopyDescriptors.get(resolvedSourceFilePath); - if (!sourceCopyDescriptor) { - sourceCopyDescriptor = { - sourceFilePath: resolvedSourceFilePath, - destinationFilePaths: [resolvedDestinationFilePath], - hardlink: !!copyConfiguration.hardlink - }; - sourceCopyDescriptors.set(resolvedSourceFilePath, sourceCopyDescriptor); - } else { - sourceCopyDescriptor.destinationFilePaths.push(resolvedDestinationFilePath); - } - - // Add to other map to allow deduping - destinationCopyDescriptors.set(resolvedDestinationFilePath, sourceCopyDescriptor); + // Finally, default hardlink to false, add to the result, and add to the map for deduping + const processedCopyDescriptor: ICopyFileDescriptor = { + sourceFilePath: resolvedSourceFilePath, + destinationFilePath: resolvedDestinationFilePath, + hardlink: !!copyConfiguration.hardlink + }; + processedCopyDescriptors.push(processedCopyDescriptor); + destinationCopyDescriptors.set(resolvedDestinationFilePath, processedCopyDescriptor); } } } // We're done with the map, grab the values and return - return Array.from(sourceCopyDescriptors.values()); + return processedCopyDescriptors; } private _getIncludedGlobPatterns(copyConfiguration: IExtendedSharedCopyConfiguration): string[] { @@ -319,20 +264,18 @@ export class CopyFilesPlugin implements IHeftPlugin { }); const copyAsset: (relativeAssetPath: string) => Promise = async (relativeAssetPath: string) => { - const { copiedFileCount, linkedFileCount } = await this.copyFilesAsync([ - { - sourceFilePath: path.join(resolvedSourceFolderPath, relativeAssetPath), - destinationFilePaths: copyConfiguration.resolvedDestinationFolderPaths.map( - (resolvedDestinationFolderPath) => { - return path.join( - resolvedDestinationFolderPath, - copyConfiguration.flatten ? path.basename(relativeAssetPath) : relativeAssetPath - ); - } - ), - hardlink: !!copyConfiguration.hardlink - } - ]); + const { copiedFileCount, linkedFileCount } = await this._copyFilesAsync( + copyConfiguration.resolvedDestinationFolderPaths.map((resolvedDestinationFolderPath) => { + return { + sourceFilePath: path.join(resolvedSourceFolderPath, relativeAssetPath), + destinationFilePath: path.join( + resolvedDestinationFolderPath, + copyConfiguration.flatten ? path.basename(relativeAssetPath) : relativeAssetPath + ), + hardlink: !!copyConfiguration.hardlink + }; + }) + ); logger.terminal.writeLine( copyConfiguration.hardlink ? `Linked ${linkedFileCount} file${linkedFileCount === 1 ? '' : 's'}` @@ -340,16 +283,20 @@ export class CopyFilesPlugin implements IHeftPlugin { ); }; + const deleteAsset: (relativeAssetPath: string) => Promise = async (relativeAssetPath) => { + const deletePromises: Promise[] = copyConfiguration.resolvedDestinationFolderPaths.map( + (resolvedDestinationFolderPath) => + FileSystem.deleteFileAsync(path.resolve(resolvedDestinationFolderPath, relativeAssetPath)) + ); + await Promise.all(deletePromises); + logger.terminal.writeLine( + `Deleted ${deletePromises.length} file${deletePromises.length === 1 ? '' : 's'}` + ); + }; + watcher.on('add', copyAsset); watcher.on('change', copyAsset); - watcher.on('unlink', (relativeAssetPath) => { - let deleteCount: number = 0; - for (const resolvedDestinationFolderPath of copyConfiguration.resolvedDestinationFolderPaths) { - FileSystem.deleteFile(path.resolve(resolvedDestinationFolderPath, relativeAssetPath)); - deleteCount++; - } - logger.terminal.writeLine(`Deleted ${deleteCount} file${deleteCount === 1 ? '' : 's'}`); - }); + watcher.on('unlink', deleteAsset); } } diff --git a/apps/heft/src/plugins/DeleteGlobsPlugin.ts b/apps/heft/src/plugins/DeleteGlobsPlugin.ts index 489c83a33d2..45dc1826a9a 100644 --- a/apps/heft/src/plugins/DeleteGlobsPlugin.ts +++ b/apps/heft/src/plugins/DeleteGlobsPlugin.ts @@ -4,77 +4,63 @@ import * as path from 'path'; import glob from 'glob'; import { FileSystem, LegacyAdapters } from '@rushstack/node-core-library'; -import { TapOptions } from 'tapable'; -import { IHeftPlugin } from '../pluginFramework/IHeftPlugin'; +import { HeftEventPluginBase } from '../pluginFramework/HeftEventPluginBase'; +import { ScopedLogger } from '../pluginFramework/logging/ScopedLogger'; import { HeftSession } from '../pluginFramework/HeftSession'; import { HeftConfiguration } from '../configuration/HeftConfiguration'; -import { ICleanStageContext } from '../stages/CleanStage'; -import { ScopedLogger } from '../pluginFramework/logging/ScopedLogger'; -import { IHeftEventActions, CoreConfigFiles, HeftEvent } from '../utilities/CoreConfigFiles'; -import { Async } from '../utilities/Async'; import { - IBuildStageContext, - IBundleSubstage, - ICompileSubstage, - IPostBuildSubstage, - IPreCompileSubstage -} from '../stages/BuildStage'; + IHeftEventActions, + HeftEvent, + IHeftConfigurationDeleteGlobsEventAction +} from '../utilities/CoreConfigFiles'; +import { ICleanStageProperties } from '../stages/CleanStage'; +import { IBuildStageProperties } from '../stages/BuildStage'; +import { Async } from '../utilities/Async'; import { Constants } from '../utilities/Constants'; const globEscape: (unescaped: string) => string = require('glob-escape'); // No @types/glob-escape package exists -const PLUGIN_NAME: string = 'DeleteGlobsPlugin'; -const HEFT_STAGE_TAP: TapOptions<'promise'> = { - name: PLUGIN_NAME, - stage: Number.MIN_SAFE_INTEGER -}; - -export class DeleteGlobsPlugin implements IHeftPlugin { - public readonly pluginName: string = PLUGIN_NAME; - - public apply(heftSession: HeftSession, heftConfiguration: HeftConfiguration): void { - const logger: ScopedLogger = heftSession.requestScopedLogger('delete-globs'); - heftSession.hooks.clean.tap(PLUGIN_NAME, (clean: ICleanStageContext) => { - clean.hooks.run.tapPromise(HEFT_STAGE_TAP, async () => { - await this._runDeleteForHeftEvent( - HeftEvent.clean, - logger, - heftConfiguration, - clean.properties.pathsToDelete - ); - }); - }); - - heftSession.hooks.build.tap(PLUGIN_NAME, (build: IBuildStageContext) => { - build.hooks.preCompile.tap(PLUGIN_NAME, (preCompile: IPreCompileSubstage) => { - preCompile.hooks.run.tapPromise(HEFT_STAGE_TAP, async () => { - await this._runDeleteForHeftEvent(HeftEvent.preCompile, logger, heftConfiguration); - }); - }); - - build.hooks.compile.tap(PLUGIN_NAME, (compile: ICompileSubstage) => { - compile.hooks.run.tapPromise(HEFT_STAGE_TAP, async () => { - await this._runDeleteForHeftEvent(HeftEvent.compile, logger, heftConfiguration); - }); - }); - - build.hooks.bundle.tap(PLUGIN_NAME, (bundle: IBundleSubstage) => { - bundle.hooks.run.tapPromise(HEFT_STAGE_TAP, async () => { - await this._runDeleteForHeftEvent(HeftEvent.bundle, logger, heftConfiguration); - }); - }); +export class DeleteGlobsPlugin extends HeftEventPluginBase { + public readonly pluginName: string = 'DeleteGlobsPlugin'; + protected eventActionName: keyof IHeftEventActions = 'deleteGlobs'; + protected loggerName: string = 'delete-globs'; - build.hooks.postBuild.tap(PLUGIN_NAME, (postBuild: IPostBuildSubstage) => { - postBuild.hooks.run.tapPromise(HEFT_STAGE_TAP, async () => { - await this._runDeleteForHeftEvent(HeftEvent.postBuild, logger, heftConfiguration); - }); - }); - }); + /** + * @override + */ + protected async handleCleanEventActionsAsync( + heftEvent: HeftEvent, + heftEventActions: IHeftConfigurationDeleteGlobsEventAction[], + logger: ScopedLogger, + heftSession: HeftSession, + heftConfiguration: HeftConfiguration, + properties: ICleanStageProperties + ): Promise { + await this._runDeleteForHeftEventActions( + heftEventActions, + logger, + heftConfiguration, + properties.pathsToDelete + ); } - private async _runDeleteForHeftEvent( + /** + * @override + */ + protected async handleBuildEventActionsAsync( heftEvent: HeftEvent, + heftEventActions: IHeftConfigurationDeleteGlobsEventAction[], + logger: ScopedLogger, + heftSession: HeftSession, + heftConfiguration: HeftConfiguration, + properties: IBuildStageProperties + ): Promise { + await this._runDeleteForHeftEventActions(heftEventActions, logger, heftConfiguration); + } + + private async _runDeleteForHeftEventActions( + heftEventActions: IHeftConfigurationDeleteGlobsEventAction[], logger: ScopedLogger, heftConfiguration: HeftConfiguration, additionalPathsToDelete?: Set @@ -82,13 +68,8 @@ export class DeleteGlobsPlugin implements IHeftPlugin { let deletedFiles: number = 0; let deletedFolders: number = 0; - const eventActions: IHeftEventActions = await CoreConfigFiles.getConfigConfigFileEventActionsAsync( - logger.terminal, - heftConfiguration - ); - const pathsToDelete: Set = new Set(additionalPathsToDelete); - for (const deleteGlobsEventAction of eventActions.deleteGlobs.get(heftEvent) || []) { + for (const deleteGlobsEventAction of heftEventActions) { for (const globPattern of deleteGlobsEventAction.globsToDelete) { const resolvedPaths: string[] = await this._resolvePathAsync( globPattern, diff --git a/apps/heft/src/plugins/JestPlugin/JestPlugin.ts b/apps/heft/src/plugins/JestPlugin/JestPlugin.ts deleted file mode 100644 index 666592bfec3..00000000000 --- a/apps/heft/src/plugins/JestPlugin/JestPlugin.ts +++ /dev/null @@ -1,253 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -// Load the Jest patch -import './jestWorkerPatch'; - -import * as path from 'path'; -import { runCLI } from '@jest/core'; -import { FileSystem, JsonFile } from '@rushstack/node-core-library'; - -import { IHeftJestReporterOptions } from './HeftJestReporter'; -import { IHeftPlugin } from '../../pluginFramework/IHeftPlugin'; -import { HeftSession } from '../../pluginFramework/HeftSession'; -import { HeftConfiguration } from '../../configuration/HeftConfiguration'; -import { ITestStageContext } from '../../stages/TestStage'; -import { ICleanStageContext } from '../../stages/CleanStage'; -import { JestTypeScriptDataFile, IJestTypeScriptDataFileJson } from './JestTypeScriptDataFile'; -import { ScopedLogger } from '../../pluginFramework/logging/ScopedLogger'; -import { Config } from '@jest/types'; - -type JestReporterConfig = string | Config.ReporterConfig; -const PLUGIN_NAME: string = 'JestPlugin'; -const JEST_CONFIGURATION_LOCATION: string = path.join('config', 'jest.config.json'); - -export class JestPlugin implements IHeftPlugin { - public readonly pluginName: string = PLUGIN_NAME; - - public apply(heftSession: HeftSession, heftConfiguration: HeftConfiguration): void { - heftSession.hooks.test.tap(PLUGIN_NAME, (test: ITestStageContext) => { - test.hooks.run.tapPromise(PLUGIN_NAME, async () => { - await this._runJestAsync(heftSession, heftConfiguration, test); - }); - }); - - heftSession.hooks.clean.tap(PLUGIN_NAME, (clean: ICleanStageContext) => { - this._includeJestCacheWhenCleaning(heftConfiguration, clean); - }); - } - - private async _runJestAsync( - heftSession: HeftSession, - heftConfiguration: HeftConfiguration, - test: ITestStageContext - ): Promise { - const jestLogger: ScopedLogger = heftSession.requestScopedLogger('jest'); - const buildFolder: string = heftConfiguration.buildFolder; - - const expectedConfigPath: string = this._getJestConfigPath(heftConfiguration); - - if (!FileSystem.exists(expectedConfigPath)) { - jestLogger.emitError(new Error(`Expected to find jest config file at ${expectedConfigPath}`)); - return; - } - - // In watch mode, Jest starts up in parallel with the compiler, so there's no - // guarantee that the output files would have been written yet. - if (!test.properties.watchMode) { - this._validateJestTypeScriptDataFile(buildFolder); - } - - const jestArgv: Config.Argv = { - watch: test.properties.watchMode, - - // In debug mode, avoid forking separate processes that are difficult to debug - runInBand: heftSession.debugMode, - debug: heftSession.debugMode, - detectOpenHandles: !!test.properties.detectOpenHandles, - - config: expectedConfigPath, - cacheDirectory: this._getJestCacheFolder(heftConfiguration), - updateSnapshot: test.properties.updateSnapshots, - - listTests: false, - rootDir: buildFolder, - - silent: test.properties.silent, - testNamePattern: test.properties.testNamePattern, - testPathPattern: test.properties.testPathPattern ? [...test.properties.testPathPattern] : undefined, - testTimeout: test.properties.testTimeout, - maxWorkers: test.properties.maxWorkers, - - $0: process.argv0, - _: [] - }; - - if (!test.properties.debugHeftReporter) { - jestArgv.reporters = await this._getJestReporters(heftSession, heftConfiguration, jestLogger); - } else { - jestLogger.emitWarning( - new Error('The "--debug-heft-reporter" parameter was specified; disabling HeftJestReporter') - ); - } - - if (test.properties.findRelatedTests && test.properties.findRelatedTests.length > 0) { - jestArgv.findRelatedTests = true; - // Pass test names as the command line remainder - jestArgv._ = [...test.properties.findRelatedTests]; - } - - const { - // Config.Argv is weakly typed. After updating the jestArgv object, it's a good idea to inspect "globalConfig" - // in the debugger to validate that your changes are being applied as expected. - // eslint-disable-next-line @typescript-eslint/no-unused-vars - globalConfig, - results: jestResults - } = await runCLI(jestArgv, [buildFolder]); - - if (jestResults.numFailedTests > 0) { - jestLogger.emitError( - new Error( - `${jestResults.numFailedTests} Jest test${jestResults.numFailedTests > 1 ? 's' : ''} failed` - ) - ); - } else if (jestResults.numFailedTestSuites > 0) { - jestLogger.emitError( - new Error( - `${jestResults.numFailedTestSuites} Jest test suite${ - jestResults.numFailedTestSuites > 1 ? 's' : '' - } failed` - ) - ); - } - } - - private _validateJestTypeScriptDataFile(buildFolder: string): void { - // Full path to jest-typescript-data.json - const jestTypeScriptDataFile: IJestTypeScriptDataFileJson = - JestTypeScriptDataFile.loadForProject(buildFolder); - const emitFolderPathForJest: string = path.join( - buildFolder, - jestTypeScriptDataFile.emitFolderNameForTests - ); - if (!FileSystem.exists(emitFolderPathForJest)) { - throw new Error( - 'The transpiler output folder does not exist:\n ' + - emitFolderPathForJest + - '\nWas the compiler invoked? Is the "emitFolderNameForTests" setting correctly' + - ' specified in config/typescript.json?\n' - ); - } - } - - private _includeJestCacheWhenCleaning( - heftConfiguration: HeftConfiguration, - clean: ICleanStageContext - ): void { - // Jest's cache is not reliable. For example, if a Jest configuration change causes files to be - // transformed differently, the cache will continue to return the old results unless we manually - // clean it. Thus we need to ensure that "heft clean" always cleans the Jest cache. - const cacheFolder: string = this._getJestCacheFolder(heftConfiguration); - clean.properties.pathsToDelete.add(cacheFolder); - } - - private async _getJestReporters( - heftSession: HeftSession, - heftConfiguration: HeftConfiguration, - jestLogger: ScopedLogger - ): Promise { - const config: Config.GlobalConfig = await JsonFile.loadAsync(this._getJestConfigPath(heftConfiguration)); - let reporters: JestReporterConfig[]; - let isUsingHeftReporter: boolean = false; - let parsedConfig: boolean = false; - - if (Array.isArray(config.reporters)) { - reporters = config.reporters; - - // Harvest all the array indices that need to modified before altering the array - const heftReporterIndices: number[] = this._findIndexes(config.reporters, 'default'); - - // Replace 'default' reporter with the heft reporter - // This may clobber default reporters options - if (heftReporterIndices.length > 0) { - const heftReporter: Config.ReporterConfig = this._getHeftJestReporterConfig( - heftSession, - heftConfiguration - ); - - for (const index of heftReporterIndices) { - reporters[index] = heftReporter; - } - isUsingHeftReporter = true; - } - - parsedConfig = true; - } else if (typeof config.reporters === 'undefined' || config.reporters === null) { - // Otherwise if no reporters are specified install only the heft reporter - reporters = [this._getHeftJestReporterConfig(heftSession, heftConfiguration)]; - isUsingHeftReporter = true; - parsedConfig = true; - } else { - // The reporters config is in a format Heft does not support, leave it as is but complain about it - reporters = config.reporters; - } - - if (!parsedConfig) { - // Making a note if Heft cannot understand the reporter entry in Jest config - // Not making this an error or warning because it does not warrant blocking a dev or CI test pass - // If the Jest config is truly wrong Jest itself is in a better position to report what is wrong with the config - jestLogger.terminal.writeVerboseLine( - `The 'reporters' entry in Jest config '${JEST_CONFIGURATION_LOCATION}' is in an unexpected format. Was expecting an array of reporters` - ); - } - - if (!isUsingHeftReporter) { - jestLogger.terminal.writeVerboseLine( - `HeftJestReporter was not specified in Jest config '${JEST_CONFIGURATION_LOCATION}'. Consider adding a 'default' entry in the reporters array.` - ); - } - - return reporters; - } - - private _getHeftJestReporterConfig( - heftSession: HeftSession, - heftConfiguration: HeftConfiguration - ): Config.ReporterConfig { - const reporterOptions: IHeftJestReporterOptions = { - heftConfiguration, - debugMode: heftSession.debugMode - }; - - return [ - path.resolve(__dirname, 'HeftJestReporter.js'), - reporterOptions as Record - ]; - } - - private _getJestConfigPath(heftConfiguration: HeftConfiguration): string { - return path.join(heftConfiguration.buildFolder, JEST_CONFIGURATION_LOCATION); - } - - private _getJestCacheFolder(heftConfiguration: HeftConfiguration): string { - return path.join(heftConfiguration.buildCacheFolder, 'jest-cache'); - } - - // Finds the indices of jest reporters with a given name - private _findIndexes(items: JestReporterConfig[], search: string): number[] { - const result: number[] = []; - - for (let index: number = 0; index < items.length; index++) { - const item: JestReporterConfig = items[index]; - - // Item is either a string or a tuple of [reporterName: string, options: unknown] - if (item === search) { - result.push(index); - } else if (typeof item !== 'undefined' && item !== null && item[0] === search) { - result.push(index); - } - } - - return result; - } -} diff --git a/apps/heft/src/plugins/JestPlugin/JestTypeScriptDataFile.ts b/apps/heft/src/plugins/JestPlugin/JestTypeScriptDataFile.ts deleted file mode 100644 index b79fc2d9f38..00000000000 --- a/apps/heft/src/plugins/JestPlugin/JestTypeScriptDataFile.ts +++ /dev/null @@ -1,60 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import * as path from 'path'; -import { JsonFile } from '@rushstack/node-core-library'; - -/** - * Schema for jest-typescript-data.json - */ -export interface IJestTypeScriptDataFileJson { - /** - * The "emitFolderNameForTests" from config/typescript.json - */ - emitFolderNameForTests: string; - - /** - * The file extension attached to compiled test files. - */ - extensionForTests: '.js' | '.cjs' | '.mjs'; - - /** - * Normally the jest-build-transform compares the timestamps of the .js output file and .ts source file - * to determine whether the TypeScript compiler has completed. However this heuristic is only necessary - * in the interactive "--watch" mode, since otherwise Heft doesn't invoke Jest until after the compiler - * has finished. Heft improves reliability for a non-watch build by setting skipTimestampCheck=true. - */ - skipTimestampCheck: boolean; -} - -/** - * Manages loading/saving the "jest-typescript-data.json" data file. This file communicates - * configuration information from Heft to jest-build-transform.js. The jest-build-transform.js script gets - * loaded dynamically by the Jest engine, so it does not have access to the normal HeftConfiguration objects. - */ -export class JestTypeScriptDataFile { - /** - * Called by TypeScriptPlugin to write the file. - */ - public static saveForProject(projectFolder: string, json?: IJestTypeScriptDataFileJson): void { - const jsonFilePath: string = JestTypeScriptDataFile.getConfigFilePath(projectFolder); - - JsonFile.save(json, jsonFilePath, { - ensureFolderExists: true, - onlyIfChanged: true, - headerComment: '// THIS DATA FILE IS INTERNAL TO HEFT; DO NOT MODIFY IT OR RELY ON ITS CONTENTS' - }); - } - - /** - * Called by jest-build-transform.js to read the file. - */ - public static loadForProject(projectFolder: string): IJestTypeScriptDataFileJson { - const jsonFilePath: string = JestTypeScriptDataFile.getConfigFilePath(projectFolder); - return JsonFile.load(jsonFilePath); - } - - public static getConfigFilePath(projectFolder: string): string { - return path.join(projectFolder, '.heft', 'build-cache', 'jest-typescript-data.json'); - } -} diff --git a/apps/heft/src/plugins/NodeServicePlugin.ts b/apps/heft/src/plugins/NodeServicePlugin.ts new file mode 100644 index 00000000000..e3a3d4e0115 --- /dev/null +++ b/apps/heft/src/plugins/NodeServicePlugin.ts @@ -0,0 +1,442 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. +// See LICENSE in the project root for license information. + +import * as child_process from 'child_process'; +import * as process from 'process'; +import { performance } from 'perf_hooks'; +import { InternalError } from '@rushstack/node-core-library'; + +import { HeftSession } from '../pluginFramework/HeftSession'; +import { HeftConfiguration } from '../configuration/HeftConfiguration'; +import { IBuildStageContext, ICompileSubstage, IPostBuildSubstage } from '../stages/BuildStage'; +import { ScopedLogger } from '../pluginFramework/logging/ScopedLogger'; +import { IHeftPlugin } from '../pluginFramework/IHeftPlugin'; +import { CoreConfigFiles } from '../utilities/CoreConfigFiles'; +import { SubprocessTerminator } from '../utilities/subprocess/SubprocessTerminator'; + +const PLUGIN_NAME: string = 'NodeServicePlugin'; + +export interface INodeServicePluginCompleteConfiguration { + commandName: string; + ignoreMissingScript: boolean; + waitBeforeRestartMs: number; + waitForTerminateMs: number; + waitForKillMs: number; +} + +export interface INodeServicePluginConfiguration extends Partial {} + +enum State { + /** + * The service process is not running, and _activeChildProcess is undefined. + * + * In this state, there may or may not be a timeout scheduled that will later restart the service. + */ + Stopped, + + /** + * The service process is running normally. + */ + Running, + + /** + * The SIGTERM signal has been sent to the service process, and we are waiting for it + * to shut down gracefully. + * + * NOTE: On Windows OS, SIGTERM is skipped and we proceed directly to SIGKILL. + */ + Stopping, + + /** + * The SIGKILL signal has been sent to forcibly terminate the service process, and we are waiting + * to confirm that the operation has completed. + */ + Killing +} + +export class NodeServicePlugin implements IHeftPlugin { + public readonly pluginName: string = PLUGIN_NAME; + + private static readonly _isWindows: boolean = process.platform === 'win32'; + + private _logger!: ScopedLogger; + + private _activeChildProcess: child_process.ChildProcess | undefined; + + private _state: State = State.Stopped; + + /** + * The state machine schedules at most one setInterval() timeout at any given time. It is for: + * + * - waitBeforeRestartMs in State.Stopped + * - waitForTerminateMs in State.Stopping + * - waitForKillMs in State.Killing + */ + private _timeout: NodeJS.Timeout | undefined = undefined; + + /** + * Used by _scheduleRestart(). The process will be automatically restarted when performance.now() + * exceeds this time. + */ + private _restartTime: number | undefined = undefined; + + /** + * The data read from the node-service.json config file, or "undefined" if the file is missing. + */ + private _rawConfiguration: INodeServicePluginConfiguration | undefined = undefined; + + /** + * The effective configuration, with defaults applied. + */ + private _configuration!: INodeServicePluginCompleteConfiguration; + + /** + * The script body obtained from the "scripts" section in the project's package.json. + */ + private _shellCommand: string | undefined; + + /** + * This is set to true when the child process terminates unexpectedly (for example, something like + * "the service listening port is already in use" or "unable to authenticate to the database"). + * Rather than attempting to restart in a potentially endless loop, instead we will wait until "watch mode" + * recompiles the project. + */ + private _childProcessFailed: boolean = false; + + private _pluginEnabled: boolean = false; + + public apply(heftSession: HeftSession, heftConfiguration: HeftConfiguration): void { + this._logger = heftSession.requestScopedLogger('node-service'); + + heftSession.hooks.build.tap(PLUGIN_NAME, (build: IBuildStageContext) => { + if (!build.properties.serveMode) { + // This plugin is only used with "heft start" + return; + } + + build.hooks.loadStageConfiguration.tapPromise(PLUGIN_NAME, async () => { + await this._loadStageConfiguration(heftConfiguration); + + if (this._pluginEnabled) { + build.hooks.postBuild.tap(PLUGIN_NAME, (bundle: IPostBuildSubstage) => { + bundle.hooks.run.tapPromise(PLUGIN_NAME, async () => { + await this._runCommandAsync(heftSession, heftConfiguration); + }); + }); + + build.hooks.compile.tap(PLUGIN_NAME, (compile: ICompileSubstage) => { + compile.hooks.afterCompile.tap(PLUGIN_NAME, this._compileHooks_afterEachCompile); + compile.hooks.afterRecompile.tap(PLUGIN_NAME, this._compileHooks_afterEachCompile); + }); + } + }); + }); + } + + private async _loadStageConfiguration(heftConfiguration: HeftConfiguration): Promise { + this._rawConfiguration = + await CoreConfigFiles.nodeServiceConfigurationLoader.tryLoadConfigurationFileForProjectAsync( + this._logger.terminal, + heftConfiguration.buildFolder, + heftConfiguration.rigConfig + ); + + // defaults + this._configuration = { + commandName: 'serve', + ignoreMissingScript: false, + waitBeforeRestartMs: 2000, + waitForTerminateMs: 2000, + waitForKillMs: 2000 + }; + + // TODO: @rushstack/heft-config-file should be able to read a *.defaults.json file + if (this._rawConfiguration) { + this._pluginEnabled = true; + + if (this._rawConfiguration.commandName !== undefined) { + this._configuration.commandName = this._rawConfiguration.commandName; + } + if (this._rawConfiguration.ignoreMissingScript !== undefined) { + this._configuration.ignoreMissingScript = this._rawConfiguration.ignoreMissingScript; + } + if (this._rawConfiguration.waitBeforeRestartMs !== undefined) { + this._configuration.waitBeforeRestartMs = this._rawConfiguration.waitBeforeRestartMs; + } + if (this._rawConfiguration.waitForTerminateMs !== undefined) { + this._configuration.waitForTerminateMs = this._rawConfiguration.waitForTerminateMs; + } + if (this._rawConfiguration.waitForKillMs !== undefined) { + this._configuration.waitForKillMs = this._rawConfiguration.waitForKillMs; + } + + this._shellCommand = (heftConfiguration.projectPackageJson.scripts || {})[ + this._configuration.commandName + ]; + + if (this._shellCommand === undefined) { + if (this._configuration.ignoreMissingScript) { + this._logger.terminal.writeLine( + `The plugin is disabled because the project's package.json` + + ` does not have a "${this._configuration.commandName}" script` + ); + } else { + throw new Error( + `The node-service task cannot start because the project's package.json ` + + `does not have a "${this._configuration.commandName}" script` + ); + } + this._pluginEnabled = false; + } + } else { + this._logger.terminal.writeVerboseLine( + 'The plugin is disabled because its config file was not found: ' + + CoreConfigFiles.nodeServiceConfigurationLoader.projectRelativeFilePath + ); + } + } + + private async _runCommandAsync( + heftSession: HeftSession, + heftConfiguration: HeftConfiguration + ): Promise { + this._logger.terminal.writeLine(`Starting Node service...`); + + this._restartChild(); + } + + private _compileHooks_afterEachCompile = (): void => { + this._trapUnhandledException(() => { + // We've recompiled, so try launching again + this._childProcessFailed = false; + + if (this._state === State.Stopped) { + // If we are already stopped, then extend the timeout + this._scheduleRestart(this._configuration.waitBeforeRestartMs); + } else { + this._stopChild(); + } + }); + }; + + private _restartChild(): void { + if (this._state !== State.Stopped) { + throw new InternalError('Invalid state'); + } + + this._state = State.Running; + this._clearTimeout(); + + this._logger.terminal.writeLine('Invoking command: ' + JSON.stringify(this._shellCommand!)); + + this._activeChildProcess = child_process.spawn(this._shellCommand!, { + shell: true, + stdio: ['inherit', 'inherit', 'inherit'], + ...SubprocessTerminator.RECOMMENDED_OPTIONS + }); + SubprocessTerminator.killProcessTreeOnExit( + this._activeChildProcess, + SubprocessTerminator.RECOMMENDED_OPTIONS + ); + + const childPid: number = this._activeChildProcess.pid; + this._logger.terminal.writeVerboseLine(`Started service process #${childPid}`); + + this._activeChildProcess.on('close', (code: number, signal: string): void => { + this._trapUnhandledException(() => { + // The 'close' event is emitted after a process has ended and the stdio streams of a child process + // have been closed. This is distinct from the 'exit' event, since multiple processes might share the + // same stdio streams. The 'close' event will always emit after 'exit' was already emitted, + // or 'error' if the child failed to spawn. + + if (this._state === State.Running) { + this._logger.terminal.writeWarningLine( + `The service process #${childPid} terminated unexpectedly` + + this._formatCodeOrSignal(code, signal) + ); + this._childProcessFailed = true; + this._transitionToStopped(); + return; + } + + if (this._state === State.Stopping || this._state === State.Killing) { + this._logger.terminal.writeVerboseLine( + `The service process #${childPid} terminated successfully` + + this._formatCodeOrSignal(code, signal) + ); + this._transitionToStopped(); + return; + } + }); + }); + + // This is event only fires for Node.js >= 15.x + this._activeChildProcess.on('spawn', () => { + this._trapUnhandledException(() => { + // Print a newline to separate the service's STDOUT from Heft's output + console.log(); + }); + }); + + this._activeChildProcess.on('exit', (code: number | null, signal: string | null) => { + this._trapUnhandledException(() => { + this._logger.terminal.writeVerboseLine( + `The service process fired its "exit" event` + this._formatCodeOrSignal(code, signal) + ); + }); + }); + + this._activeChildProcess.on('error', (err: Error) => { + this._trapUnhandledException(() => { + // "The 'error' event is emitted whenever: + // 1. The process could not be spawned, or + // 2. The process could not be killed, or + // 3. Sending a message to the child process failed. + // + // The 'exit' event may or may not fire after an error has occurred. When listening to both the 'exit' + // and 'error' events, guard against accidentally invoking handler functions multiple times." + + if (this._state === State.Running) { + this._logger.terminal.writeErrorLine(`Failed to start: ` + err.toString()); + this._childProcessFailed = true; + this._transitionToStopped(); + return; + } + + if (this._state === State.Stopping) { + this._logger.terminal.writeWarningLine( + `The service process #${childPid} rejected the shutdown signal: ` + err.toString() + ); + this._transitionToKilling(); + return; + } + + if (this._state === State.Killing) { + this._logger.terminal.writeErrorLine( + `The service process #${childPid} could not be killed: ` + err.toString() + ); + this._transitionToStopped(); + return; + } + }); + }); + } + + private _formatCodeOrSignal(code: number | null | undefined, signal: string | null | undefined): string { + if (signal) { + return ` (signal=${code})`; + } + if (typeof code === 'number') { + return ` (exit code ${code})`; + } + return ''; + } + + private _stopChild(): void { + if (this._state !== State.Running) { + return; + } + + if (NodeServicePlugin._isWindows) { + // On Windows, SIGTERM can kill Cmd.exe and leave its children running in the background + this._transitionToKilling(); + } else { + if (!this._activeChildProcess) { + // All the code paths that set _activeChildProcess=undefined should also leave the Running state + throw new InternalError('_activeChildProcess should not be undefined'); + } + + this._state = State.Stopping; + this._clearTimeout(); + + this._logger.terminal.writeVerboseLine('Sending SIGTERM to gracefully shut down the service process'); + + // Passing a negative PID terminates the entire group instead of just the one process. + // This works because we set detached=true for child_process.spawn() + process.kill(-this._activeChildProcess.pid, 'SIGTERM'); + + this._clearTimeout(); + this._timeout = setTimeout(() => { + this._timeout = undefined; + this._logger.terminal.writeWarningLine('The service process is taking too long to terminate'); + this._transitionToKilling(); + }, this._configuration.waitForTerminateMs); + } + } + + private _transitionToKilling(): void { + this._state = State.Killing; + this._clearTimeout(); + + if (!this._activeChildProcess) { + // All the code paths that set _activeChildProcess=undefined should also leave the Running state + throw new InternalError('_activeChildProcess should not be undefined'); + } + + this._logger.terminal.writeVerboseLine('Attempting to killing the service process'); + + SubprocessTerminator.killProcessTree(this._activeChildProcess, SubprocessTerminator.RECOMMENDED_OPTIONS); + + this._clearTimeout(); + this._timeout = setTimeout(() => { + this._timeout = undefined; + this._logger.terminal.writeErrorLine('Abandoning the service process because it could not be killed'); + this._transitionToStopped(); + }, this._configuration.waitForKillMs); + } + + private _transitionToStopped(): void { + // Failed to start + this._state = State.Stopped; + this._clearTimeout(); + + this._activeChildProcess = undefined; + + // Once we have stopped, schedule a restart + if (!this._childProcessFailed) { + this._scheduleRestart(this._configuration.waitBeforeRestartMs); + } else { + this._logger.terminal.writeLine( + 'The service process has failed. Waiting for watch mode to recompile before restarting...' + ); + } + } + + private _scheduleRestart(msFromNow: number): void { + const newTime: number = performance.now() + msFromNow; + if (this._restartTime !== undefined && newTime < this._restartTime) { + return; + } + + this._restartTime = newTime; + this._logger.terminal.writeVerboseLine(`Sleeping for ${msFromNow} milliseconds`); + + this._clearTimeout(); + this._timeout = setTimeout(() => { + this._timeout = undefined; + this._restartTime = undefined; + + this._logger.terminal.writeVerboseLine('Time to restart'); + this._restartChild(); + }, Math.max(0, this._restartTime - performance.now())); + } + + private _clearTimeout(): void { + if (this._timeout) { + clearTimeout(this._timeout); + this._timeout = undefined; + } + } + + private _trapUnhandledException(action: () => void): void { + try { + action(); + } catch (error) { + this._logger.emitError(error); + this._logger.terminal.writeErrorLine('An unexpected error occurred'); + + // TODO: Provide a Heft facility for this + process.exit(1); + } + } +} diff --git a/apps/heft/src/plugins/ProjectValidatorPlugin.ts b/apps/heft/src/plugins/ProjectValidatorPlugin.ts index f02de0bfe47..bfa642a6c59 100644 --- a/apps/heft/src/plugins/ProjectValidatorPlugin.ts +++ b/apps/heft/src/plugins/ProjectValidatorPlugin.ts @@ -2,7 +2,7 @@ // See LICENSE in the project root for license information. import * as fs from 'fs'; -import { FileSystem, LegacyAdapters } from '@rushstack/node-core-library'; +import { FileSystem, LegacyAdapters, Path } from '@rushstack/node-core-library'; import { HeftConfiguration } from '../configuration/HeftConfiguration'; import { Constants } from '../utilities/Constants'; @@ -10,6 +10,9 @@ import { ScopedLogger } from '../pluginFramework/logging/ScopedLogger'; import { IHeftPlugin } from '../pluginFramework/IHeftPlugin'; import { HeftSession } from '../pluginFramework/HeftSession'; import { IHeftLifecycle } from '../pluginFramework/HeftLifecycle'; +import { Hook } from 'tapable'; +import { ITestStageContext } from '../stages/TestStage'; +import { IBuildStageContext, IBundleSubstage } from '../stages/BuildStage'; const ALLOWED_HEFT_DATA_FOLDER_FILES: Set = new Set(); const ALLOWED_HEFT_DATA_FOLDER_SUBFOLDERS: Set = new Set([Constants.buildCacheFolderName]); @@ -24,12 +27,59 @@ export class ProjectValidatorPlugin implements IHeftPlugin { public readonly pluginName: string = PLUGIN_NAME; public apply(heftSession: HeftSession, heftConfiguration: HeftConfiguration): void { + const logger: ScopedLogger = heftSession.requestScopedLogger('project-validation'); + heftSession.hooks.heftLifecycle.tap(PLUGIN_NAME, (heftLifecycle: IHeftLifecycle) => { heftLifecycle.hooks.toolStart.tapPromise(PLUGIN_NAME, async () => { - const logger: ScopedLogger = heftSession.requestScopedLogger('project-validation'); await this._scanHeftDataFolderAsync(logger, heftConfiguration); }); }); + + heftSession.hooks.build.tap(PLUGIN_NAME, (build: IBuildStageContext) => { + build.hooks.bundle.tap(PLUGIN_NAME, (bundle: IBundleSubstage) => { + bundle.hooks.run.tapPromise(PLUGIN_NAME, async () => { + const missingPluginCandidatePackageNames: string[] = [ + '@rushstack/heft-webpack4-plugin', + '@rushstack/heft-webpack5-plugin' + ]; + const missingPluginDocumentationUrl: string = 'https://rushstack.io/pages/heft_tasks/webpack/'; + const missingPlugin: boolean = await this._checkPluginIsMissingAsync( + 'WebpackPlugin', + Path.convertToSlashes(`${heftConfiguration.buildFolder}/webpack.config.js`), + missingPluginCandidatePackageNames, + missingPluginDocumentationUrl, + bundle.hooks.run, + logger + ); + if (missingPlugin && !!bundle.properties.webpackConfiguration) { + logger.emitWarning( + new Error( + 'Your project appears to have a Webpack configuration generated by a plugin, ' + + 'but the associated Heft plugin is not enabled. To fix this, you can add ' + + `${missingPluginCandidatePackageNames + .map((packageName) => `"${packageName}"`) + .join(' or ')} ` + + 'to your package.json "devDependencies" and use "config/heft.json" to load it. For details, ' + + `see Heft's UPGRADING.md notes and this article: ${missingPluginDocumentationUrl}` + ) + ); + } + }); + }); + }); + + heftSession.hooks.test.tap(PLUGIN_NAME, (test: ITestStageContext) => { + test.hooks.run.tapPromise(PLUGIN_NAME, async () => { + await this._checkPluginIsMissingAsync( + 'JestPlugin', + Path.convertToSlashes(`${heftConfiguration.buildFolder}/config/jest.config.json`), + ['@rushstack/heft-jest-plugin'], + 'https://rushstack.io/pages/heft_tasks/jest/', + test.hooks.run, + logger + ); + }); + }); } private async _scanHeftDataFolderAsync( @@ -79,4 +129,40 @@ export class ProjectValidatorPlugin implements IHeftPlugin { ); } } + + /** + * A utility method to use as the tap function to the provided hook. Determines if the + * requested plugin is installed and warns otherwise if related configuration files were + * found. Returns false if the plugin was found, otherwise true. + */ + private async _checkPluginIsMissingAsync( + missingPluginName: string, + configFilePath: string, + missingPluginCandidatePackageNames: string[], + missingPluginDocumentationUrl: string, + hookToTap: Hook, + logger: ScopedLogger + ): Promise { + // If we have the plugin, we don't need to check anything else + for (const tap of hookToTap.taps) { + if (tap.name === missingPluginName) { + return false; + } + } + + // Warn if any were found + if (await FileSystem.existsAsync(configFilePath)) { + logger.emitWarning( + new Error( + `The configuration file "${configFilePath}" exists in your project, but the associated Heft plugin ` + + 'is not enabled. To fix this, you can add ' + + `${missingPluginCandidatePackageNames.map((packageName) => `"${packageName}"`).join(' or ')} ` + + 'to your package.json "devDependencies" and use "config/heft.json" to load it. For details, ' + + `see Heft's UPGRADING.md notes and this article: ${missingPluginDocumentationUrl}` + ) + ); + } + + return true; + } } diff --git a/apps/heft/src/plugins/RunScriptPlugin.ts b/apps/heft/src/plugins/RunScriptPlugin.ts new file mode 100644 index 00000000000..c50444c3b63 --- /dev/null +++ b/apps/heft/src/plugins/RunScriptPlugin.ts @@ -0,0 +1,133 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. +// See LICENSE in the project root for license information. + +import { HeftEventPluginBase } from '../pluginFramework/HeftEventPluginBase'; +import { ScopedLogger } from '../pluginFramework/logging/ScopedLogger'; +import { HeftSession } from '../pluginFramework/HeftSession'; +import { HeftConfiguration } from '../configuration/HeftConfiguration'; +import { + IHeftEventActions, + IHeftConfigurationRunScriptEventAction, + HeftEvent +} from '../utilities/CoreConfigFiles'; +import { IBuildStageProperties } from '../stages/BuildStage'; +import { ITestStageProperties } from '../stages/TestStage'; +import { Async } from '../utilities/Async'; +import { Constants } from '../utilities/Constants'; + +/** + * Interface used by scripts that are run by the RunScriptPlugin. + */ +interface IRunScript { + run?: (options: IRunScriptOptions) => void; + runAsync?: (options: IRunScriptOptions) => Promise; +} + +/** + * Options provided to scripts that are run using the RunScriptPlugin. + * + * @beta + */ +export interface IRunScriptOptions { + scopedLogger: ScopedLogger; + heftConfiguration: HeftConfiguration; + debugMode: boolean; + properties: TStageProperties; + scriptOptions: Record; // eslint-disable-line @typescript-eslint/no-explicit-any +} + +export class RunScriptPlugin extends HeftEventPluginBase { + public readonly pluginName: string = 'RunScriptPlugin'; + protected readonly eventActionName: keyof IHeftEventActions = 'runScript'; + protected readonly loggerName: string = 'run-script'; + + /** + * @override + */ + protected async handleBuildEventActionsAsync( + heftEvent: HeftEvent, + runScriptEventActions: IHeftConfigurationRunScriptEventAction[], + logger: ScopedLogger, + heftSession: HeftSession, + heftConfiguration: HeftConfiguration, + properties: IBuildStageProperties + ): Promise { + await this._runScriptsForHeftEventActions( + runScriptEventActions, + logger, + heftSession, + heftConfiguration, + properties + ); + } + + /** + * @override + */ + protected async handleTestEventActionsAsync( + heftEvent: HeftEvent, + runScriptEventActions: IHeftConfigurationRunScriptEventAction[], + logger: ScopedLogger, + heftSession: HeftSession, + heftConfiguration: HeftConfiguration, + properties: ITestStageProperties + ): Promise { + await this._runScriptsForHeftEventActions( + runScriptEventActions, + logger, + heftSession, + heftConfiguration, + properties + ); + } + + private async _runScriptsForHeftEventActions( + runScriptEventActions: IHeftConfigurationRunScriptEventAction[], + logger: ScopedLogger, + heftSession: HeftSession, + heftConfiguration: HeftConfiguration, + properties: TStageProperties + ): Promise { + await Async.forEachLimitAsync( + runScriptEventActions, + Constants.maxParallelism, + async (runScriptEventAction) => { + // The scriptPath property should be fully resolved since it is included in the resolution logic used by + // HeftConfiguration + const resolvedModulePath: string = runScriptEventAction.scriptPath; + + // Use the HeftEvent.actionId field for the logger since this should identify the HeftEvent that the + // script is sourced from. This is also a bit more user-friendly and customizable than simply using + // the script name for the logger. We will also prefix the logger name with the plugin name to clarify + // that the output is coming from the RunScriptPlugin. + const scriptLogger: ScopedLogger = heftSession.requestScopedLogger( + `${logger.loggerName}:${runScriptEventAction.actionId}` + ); + + const runScript: IRunScript = require(resolvedModulePath); + if (runScript.run && runScript.runAsync) { + throw new Error( + `The script at "${resolvedModulePath}" exports both a "run" and a "runAsync" function` + ); + } else if (!runScript.run && !runScript.runAsync) { + throw new Error( + `The script at "${resolvedModulePath}" doesn\'t export a "run" or a "runAsync" function` + ); + } + + const runScriptOptions: IRunScriptOptions = { + scopedLogger: scriptLogger, + debugMode: heftSession.debugMode, + scriptOptions: runScriptEventAction.scriptOptions, + heftConfiguration, + properties + }; + if (runScript.run) { + runScript.run(runScriptOptions); + } else if (runScript.runAsync) { + await runScript.runAsync(runScriptOptions); + } + } + ); + } +} diff --git a/apps/heft/src/plugins/TypeScriptPlugin/FirstEmitCompletedCallbackManager.ts b/apps/heft/src/plugins/TypeScriptPlugin/EmitCompletedCallbackManager.ts similarity index 68% rename from apps/heft/src/plugins/TypeScriptPlugin/FirstEmitCompletedCallbackManager.ts rename to apps/heft/src/plugins/TypeScriptPlugin/EmitCompletedCallbackManager.ts index 31c0633f71d..e4d470a56bf 100644 --- a/apps/heft/src/plugins/TypeScriptPlugin/FirstEmitCompletedCallbackManager.ts +++ b/apps/heft/src/plugins/TypeScriptPlugin/EmitCompletedCallbackManager.ts @@ -4,9 +4,9 @@ import { SubprocessCommunicationManagerBase } from '../../utilities/subprocess/SubprocessCommunicationManagerBase'; import { ISubprocessMessageBase } from '../../utilities/subprocess/SubprocessCommunication'; -const FIST_EMIT_COMPLETED_CALLBACK_MANAGER_MESSAGE: string = 'firstEmitCompletedCallbackManagerMessage'; +const EMIT_COMPLETED_CALLBACK_MANAGER_MESSAGE: string = 'emitCompletedCallbackManagerMessage'; -export class FirstEmitCompletedCallbackManager extends SubprocessCommunicationManagerBase { +export class EmitCompletedCallbackManager extends SubprocessCommunicationManagerBase { private readonly _callback: () => void; public constructor(callback: () => void) { @@ -16,15 +16,15 @@ export class FirstEmitCompletedCallbackManager extends SubprocessCommunicationMa } public callback(): void { - this.sendMessageToParentProcess({ type: FIST_EMIT_COMPLETED_CALLBACK_MANAGER_MESSAGE }); + this.sendMessageToParentProcess({ type: EMIT_COMPLETED_CALLBACK_MANAGER_MESSAGE }); } public canHandleMessageFromSubprocess(message: ISubprocessMessageBase): boolean { - return message.type === FIST_EMIT_COMPLETED_CALLBACK_MANAGER_MESSAGE; + return message.type === EMIT_COMPLETED_CALLBACK_MANAGER_MESSAGE; } public receiveMessageFromSubprocess(message: ISubprocessMessageBase): void { - if (message.type === FIST_EMIT_COMPLETED_CALLBACK_MANAGER_MESSAGE) { + if (message.type === EMIT_COMPLETED_CALLBACK_MANAGER_MESSAGE) { this._callback(); } } diff --git a/apps/heft/src/plugins/TypeScriptPlugin/LinterBase.ts b/apps/heft/src/plugins/TypeScriptPlugin/LinterBase.ts index be58e0d2b2d..bd6d08578cd 100644 --- a/apps/heft/src/plugins/TypeScriptPlugin/LinterBase.ts +++ b/apps/heft/src/plugins/TypeScriptPlugin/LinterBase.ts @@ -15,7 +15,6 @@ import { IScopedLogger } from '../../pluginFramework/logging/ScopedLogger'; export interface ILinterBaseOptions { ts: IExtendedTypeScript; scopedLogger: IScopedLogger; - terminalPrefixLabel: string | undefined; buildFolderPath: string; buildCacheFolderPath: string; linterConfigFilePath: string; diff --git a/apps/heft/src/plugins/TypeScriptPlugin/TypeScriptBuilder.ts b/apps/heft/src/plugins/TypeScriptPlugin/TypeScriptBuilder.ts index c6825353697..4ba18482f66 100644 --- a/apps/heft/src/plugins/TypeScriptPlugin/TypeScriptBuilder.ts +++ b/apps/heft/src/plugins/TypeScriptPlugin/TypeScriptBuilder.ts @@ -34,7 +34,7 @@ import { FileError } from '../../pluginFramework/logging/FileError'; import { EmitFilesPatch, ICachedEmitModuleKind } from './EmitFilesPatch'; import { HeftSession } from '../../pluginFramework/HeftSession'; -import { FirstEmitCompletedCallbackManager } from './FirstEmitCompletedCallbackManager'; +import { EmitCompletedCallbackManager } from './EmitCompletedCallbackManager'; import { ISharedTypeScriptConfiguration } from './TypeScriptPlugin'; import { TypeScriptCachedFileSystem } from '../../utilities/fileSystem/TypeScriptCachedFileSystem'; @@ -44,12 +44,6 @@ export interface ITypeScriptBuilderConfiguration extends ISharedTypeScriptConfig tslintToolPath: string | undefined; eslintToolPath: string | undefined; - /** - * If provided, this is included in the logging prefix. For example, if this - * is set to "other-tsconfig", logging lines will start with [typescript (other-tsconfig)]. - */ - loggerPrefixLabel: string | undefined; - lintingEnabled: boolean; watchMode: boolean; @@ -115,7 +109,7 @@ export class TypeScriptBuilder extends SubprocessRunnerBase = new Map(); @@ -148,19 +142,16 @@ export class TypeScriptBuilder extends SubprocessRunnerBase void + emitCallback: () => void ) { super(parentGlobalTerminalProvider, configuration, heftSession); - this._firstEmitCompletedCallbackManager = new FirstEmitCompletedCallbackManager(firstEmitCallback); - this.registerSubprocessCommunicationManager(this._firstEmitCompletedCallbackManager); + this._emitCompletedCallbackManager = new EmitCompletedCallbackManager(emitCallback); + this.registerSubprocessCommunicationManager(this._emitCompletedCallbackManager); } public async invokeAsync(): Promise { - const loggerPrefixLabel: string | undefined = this._configuration.loggerPrefixLabel; - this._typescriptLogger = await this.requestScopedLoggerAsync( - loggerPrefixLabel ? `typescript (${loggerPrefixLabel})` : 'typescript' - ); + this._typescriptLogger = await this.requestScopedLoggerAsync('typescript'); this._typescriptTerminal = this._typescriptLogger.terminal; // Determine the compiler version @@ -223,7 +214,7 @@ export class TypeScriptBuilder extends SubprocessRunnerBase 3) { + } else if (this._typescriptParsedVersion.major > 4) { this._typescriptTerminal.writeLine( `The TypeScript compiler version ${this._typescriptVersion} is newer` + ` than the latest version that was tested with Heft; it may not work correctly.` @@ -274,14 +265,11 @@ export class TypeScriptBuilder extends SubprocessRunnerBase { this._printDiagnosticMessage(ts, diagnostic); + // In watch mode, notify EmitCompletedCallbackManager every time we finish recompiling. if ( - !hasAlreadyReportedFirstEmit && - (diagnostic.code === ts.Diagnostics.Found_0_errors_Watching_for_file_changes.code || - diagnostic.code === ts.Diagnostics.Found_1_error_Watching_for_file_changes.code) + diagnostic.code === ts.Diagnostics.Found_0_errors_Watching_for_file_changes.code || + diagnostic.code === ts.Diagnostics.Found_1_error_Watching_for_file_changes.code ) { - this._firstEmitCompletedCallbackManager.callback(); - hasAlreadyReportedFirstEmit = true; + this._emitCompletedCallbackManager.callback(); } }, tsconfig.projectReferences diff --git a/apps/heft/src/plugins/TypeScriptPlugin/TypeScriptPlugin.ts b/apps/heft/src/plugins/TypeScriptPlugin/TypeScriptPlugin.ts index dc453832b82..e7c3758f495 100644 --- a/apps/heft/src/plugins/TypeScriptPlugin/TypeScriptPlugin.ts +++ b/apps/heft/src/plugins/TypeScriptPlugin/TypeScriptPlugin.ts @@ -2,8 +2,7 @@ // See LICENSE in the project root for license information. import * as path from 'path'; -import glob from 'glob'; -import { LegacyAdapters, ITerminalProvider, Terminal } from '@rushstack/node-core-library'; +import { Terminal, FileSystem } from '@rushstack/node-core-library'; import { TypeScriptBuilder, ITypeScriptBuilderConfiguration } from './TypeScriptBuilder'; import { HeftSession } from '../../pluginFramework/HeftSession'; @@ -16,7 +15,6 @@ import { IBuildStageProperties } from '../../stages/BuildStage'; import { ToolPackageResolver, IToolPackageResolution } from '../../utilities/ToolPackageResolver'; -import { JestTypeScriptDataFile } from '../JestPlugin/JestTypeScriptDataFile'; import { ScopedLogger } from '../../pluginFramework/logging/ScopedLogger'; import { ICleanStageContext, ICleanStageProperties } from '../../stages/CleanStage'; import { CoreConfigFiles, ISharedCopyConfiguration } from '../../utilities/CoreConfigFiles'; @@ -28,7 +26,11 @@ interface IRunTypeScriptOptions { heftConfiguration: HeftConfiguration; buildProperties: IBuildStageProperties; watchMode: boolean; - firstEmitCallback: () => void; + + /** + * Fired whenever the compiler emits an output. In watch mode, this event occurs after each recompile. + */ + emitCallback: () => void; } interface IEmitModuleKind { @@ -37,25 +39,6 @@ interface IEmitModuleKind { jsExtensionOverride?: string; } -interface IRunBuilderForTsconfigOptions { - heftSession: HeftSession; - heftConfiguration: HeftConfiguration; - - toolPackageResolution: IToolPackageResolution; - tsconfigFilePath: string; - lintingEnabled: boolean; - copyFromCacheMode?: CopyFromCacheMode; - watchMode: boolean; - maxWriteParallelism: number; - firstEmitCallback: () => void; - - terminalProvider: ITerminalProvider; - terminalPrefixLabel: string | undefined; - emitCjsExtensionForCommonJS: boolean; - emitMjsExtensionForESModule: boolean; - additionalModuleKindsToEmit: IEmitModuleKind[] | undefined; -} - export interface ISharedTypeScriptConfiguration { /** * Can be set to 'copy' or 'hardlink'. If set to 'copy', copy files from cache. If set to 'hardlink', files will be @@ -140,15 +123,27 @@ export class TypeScriptPlugin implements IHeftPlugin { build.hooks.compile.tap(PLUGIN_NAME, (compile: ICompileSubstage) => { compile.hooks.run.tapPromise(PLUGIN_NAME, async () => { await new Promise((resolve: () => void, reject: (error: Error) => void) => { + let isFirstEmit: boolean = true; this._runTypeScriptAsync(logger, { heftSession, heftConfiguration, buildProperties: build.properties, watchMode: build.properties.watchMode, - firstEmitCallback: () => { - if (build.properties.watchMode) { - // Allow compilation to continue after the first emit - resolve(); + emitCallback: () => { + if (isFirstEmit) { + isFirstEmit = false; + + // In watch mode, `_runTypeScriptAsync` will never resolve so we need to resolve the promise here + // to allow the build to move on to the `afterCompile` substage. + if (build.properties.watchMode) { + resolve(); + } + } else { + compile.hooks.afterRecompile.promise().catch((error) => { + heftConfiguration.globalTerminal.writeErrorLine( + `An error occurred in an afterRecompile hook: ${error}` + ); + }); } } }) @@ -202,21 +197,15 @@ export class TypeScriptPlugin implements IHeftPlugin { } private async _runTypeScriptAsync(logger: ScopedLogger, options: IRunTypeScriptOptions): Promise { - const { heftSession, heftConfiguration, buildProperties, watchMode, firstEmitCallback } = options; + const { heftSession, heftConfiguration, buildProperties, watchMode } = options; const typescriptConfigurationJson: ITypeScriptConfigurationJson | undefined = await this._ensureConfigFileLoadedAsync(logger.terminal, heftConfiguration); - const tsconfigPaths: string[] = await LegacyAdapters.convertCallbackToPromise( - glob, - 'tsconfig?(-*).json', - { - cwd: heftConfiguration.buildFolder, - nocase: true - } - ); - if (tsconfigPaths.length === 0) { - // If there are no TSConfigs, we have nothing to do + const tsconfigFilePath: string = `${heftConfiguration.buildFolder}/tsconfig.json`; + buildProperties.isTypeScriptProject = await FileSystem.existsAsync(tsconfigFilePath); + if (!buildProperties.isTypeScriptProject) { + // If there are no TSConfig, we have nothing to do return; } @@ -256,108 +245,33 @@ export class TypeScriptPlugin implements IHeftPlugin { throw new Error('Unable to resolve a TypeScript compiler package'); } - const builderOptions: Omit< - IRunBuilderForTsconfigOptions, - | 'terminalProvider' - | 'tsconfigFilePath' - | 'additionalModuleKindsToEmit' - | 'terminalPrefixLabel' - | 'firstEmitCallback' - > = { - heftSession: heftSession, - heftConfiguration, - toolPackageResolution, - emitCjsExtensionForCommonJS: !!typeScriptConfiguration.emitCjsExtensionForCommonJS, - emitMjsExtensionForESModule: !!typeScriptConfiguration.emitMjsExtensionForESModule, - lintingEnabled: !!typeScriptConfiguration.isLintingEnabled, - copyFromCacheMode: typeScriptConfiguration.copyFromCacheMode, - watchMode: watchMode, - maxWriteParallelism: typeScriptConfiguration.maxWriteParallelism - }; - - JestTypeScriptDataFile.saveForProject(heftConfiguration.buildFolder, { - emitFolderNameForTests: typeScriptConfiguration.emitFolderNameForTests || 'lib', - skipTimestampCheck: !options.watchMode, - extensionForTests: typeScriptConfiguration.emitCjsExtensionForCommonJS ? '.cjs' : '.js' - }); - - const callbacksForTsconfigs: Set<() => void> = new Set<() => void>(); - function getFirstEmitCallbackForTsconfig(): () => void { - const callback: () => void = () => { - callbacksForTsconfigs.delete(callback); - if (callbacksForTsconfigs.size === 0) { - firstEmitCallback(); - } - }; - - callbacksForTsconfigs.add(callback); - - return callback; - } - - if (tsconfigPaths.length === 1) { - await this._runBuilderForTsconfigAsync(logger, { - ...builderOptions, - tsconfigFilePath: tsconfigPaths[0], - terminalProvider: heftConfiguration.terminalProvider, - additionalModuleKindsToEmit: typeScriptConfiguration.additionalModuleKindsToEmit, - terminalPrefixLabel: undefined, - firstEmitCallback: getFirstEmitCallbackForTsconfig() - }); - } else { - const builderProcesses: Promise[] = []; - for (const tsconfigFilePath of tsconfigPaths) { - const tsconfigFilename: string = path.basename(tsconfigFilePath, path.extname(tsconfigFilePath)); - - // Only provide additionalModuleKindsToEmit to the default tsconfig.json - const additionalModuleKindsToEmit: IEmitModuleKind[] | undefined = - tsconfigFilename === 'tsconfig' ? typeScriptConfiguration.additionalModuleKindsToEmit : undefined; - - builderProcesses.push( - this._runBuilderForTsconfigAsync(logger, { - ...builderOptions, - tsconfigFilePath, - terminalProvider: heftConfiguration.terminalProvider, - additionalModuleKindsToEmit, - terminalPrefixLabel: tsconfigFilename, - firstEmitCallback: getFirstEmitCallbackForTsconfig() - }) - ); - } - - await Promise.all(builderProcesses); - } - } - - private async _runBuilderForTsconfigAsync( - logger: ScopedLogger, - options: IRunBuilderForTsconfigOptions - ): Promise { - const { heftSession, heftConfiguration, tsconfigFilePath, toolPackageResolution } = options; + // Set some properties used by the Jest plugin + buildProperties.emitFolderNameForTests = typeScriptConfiguration.emitFolderNameForTests || 'lib'; + buildProperties.emitExtensionForTests = typeScriptConfiguration.emitCjsExtensionForCommonJS + ? '.cjs' + : '.js'; - const fullTsconfigFilePath: string = path.resolve(heftConfiguration.buildFolder, tsconfigFilePath); const typeScriptBuilderConfiguration: ITypeScriptBuilderConfiguration = { buildFolder: heftConfiguration.buildFolder, typeScriptToolPath: toolPackageResolution.typeScriptPackagePath!, tslintToolPath: toolPackageResolution.tslintPackagePath, eslintToolPath: toolPackageResolution.eslintPackagePath, - tsconfigPath: fullTsconfigFilePath, - lintingEnabled: options.lintingEnabled, - buildCacheFolder: options.heftConfiguration.buildCacheFolder, - additionalModuleKindsToEmit: options.additionalModuleKindsToEmit, - emitCjsExtensionForCommonJS: options.emitCjsExtensionForCommonJS, - emitMjsExtensionForESModule: options.emitMjsExtensionForESModule, - copyFromCacheMode: options.copyFromCacheMode, - watchMode: options.watchMode, - loggerPrefixLabel: options.terminalPrefixLabel, - maxWriteParallelism: options.maxWriteParallelism + tsconfigPath: tsconfigFilePath, + lintingEnabled: !!typeScriptConfiguration.isLintingEnabled, + buildCacheFolder: heftConfiguration.buildCacheFolder, + additionalModuleKindsToEmit: typeScriptConfiguration.additionalModuleKindsToEmit, + emitCjsExtensionForCommonJS: !!typeScriptConfiguration.emitCjsExtensionForCommonJS, + emitMjsExtensionForESModule: !!typeScriptConfiguration.emitMjsExtensionForESModule, + copyFromCacheMode: typeScriptConfiguration.copyFromCacheMode, + watchMode: watchMode, + maxWriteParallelism: typeScriptConfiguration.maxWriteParallelism }; const typeScriptBuilder: TypeScriptBuilder = new TypeScriptBuilder( - options.terminalProvider, + heftConfiguration.terminalProvider, typeScriptBuilderConfiguration, heftSession, - options.firstEmitCallback + options.emitCallback ); if (heftSession.debugMode) { diff --git a/apps/heft/src/plugins/WebpackWarningPlugin.ts b/apps/heft/src/plugins/WebpackWarningPlugin.ts deleted file mode 100644 index 22707fba1c4..00000000000 --- a/apps/heft/src/plugins/WebpackWarningPlugin.ts +++ /dev/null @@ -1,81 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import { FileSystem } from '@rushstack/node-core-library'; - -import { HeftSession } from '../pluginFramework/HeftSession'; -import { HeftConfiguration } from '../configuration/HeftConfiguration'; -import { IBuildStageContext, IBundleSubstage } from '../stages/BuildStage'; -import { ScopedLogger } from '../pluginFramework/logging/ScopedLogger'; -import { IHeftPlugin } from '../pluginFramework/IHeftPlugin'; - -const PLUGIN_NAME: string = 'webpack-warning-plugin'; - -export class WebpackWarningPlugin implements IHeftPlugin { - public readonly pluginName: string = PLUGIN_NAME; - - public apply(heftSession: HeftSession, heftConfiguration: HeftConfiguration): void { - heftSession.hooks.build.tap(PLUGIN_NAME, (build: IBuildStageContext) => { - build.hooks.bundle.tap(PLUGIN_NAME, (bundle: IBundleSubstage) => { - bundle.hooks.run.tapPromise(PLUGIN_NAME, async () => { - let hasWebpackPlugin: boolean = false; - for (const tap of bundle.hooks.run.taps) { - if (tap.name === 'WebpackPlugin') { - hasWebpackPlugin = true; - } - } - - await this._warnIfWebpackIsMissingAsync( - heftSession, - heftConfiguration, - !!bundle.properties.webpackConfiguration, - hasWebpackPlugin - ); - }); - }); - }); - } - - private async _warnIfWebpackIsMissingAsync( - heftSession: HeftSession, - heftConfiguration: HeftConfiguration, - webpackConfigIsProvided: boolean, - hasWebpackPlugin: boolean - ): Promise { - if (hasWebpackPlugin) { - // If we have the plugin, we don't need to check anything else - return; - } - - if (webpackConfigIsProvided) { - const logger: ScopedLogger = heftSession.requestScopedLogger(PLUGIN_NAME); - logger.emitWarning( - new Error( - 'Your project appears to have a Webpack configuration generated by a plugin, ' + - 'but the Heft plugin for Webpack is not enabled. To fix this, you can add ' + - '"@rushstack/heft-webpack4-plugin" or "@rushstack/heft-webpack5-plugin" to ' + - 'your package.json devDependencies and use config/heft.json to load it. ' + - 'For details, see this documentation: https://rushstack.io/pages/heft_tasks/webpack/' - ) - ); - return; - } - - const webpackConfigFilename: string = 'webpack.config.js'; - const webpackConfigFileExists: boolean = await FileSystem.exists( - `${heftConfiguration.buildFolder}/${webpackConfigFilename}` - ); - if (webpackConfigFileExists) { - const logger: ScopedLogger = heftSession.requestScopedLogger(PLUGIN_NAME); - logger.emitWarning( - new Error( - `A ${webpackConfigFilename} file exists in this project ` + - 'but the Heft plugin for Webpack is not enabled. To fix this, you can add ' + - '"@rushstack/heft-webpack4-plugin" or "@rushstack/heft-webpack5-plugin" to ' + - 'your package.json devDependencies and use config/heft.json to load it. ' + - 'For details, see this documentation: https://rushstack.io/pages/heft_tasks/webpack/' - ) - ); - } - } -} diff --git a/apps/heft/src/schemas/heft.schema.json b/apps/heft/src/schemas/heft.schema.json index 1e22b53b09f..95dd4193ffb 100644 --- a/apps/heft/src/schemas/heft.schema.json +++ b/apps/heft/src/schemas/heft.schema.json @@ -4,6 +4,13 @@ "description": "Defines configuration used by core Heft.", "type": "object", + "definitions": { + "anything": { + "type": ["array", "boolean", "integer", "number", "object", "string"], + "items": { "$ref": "#/definitions/anything" } + } + }, + "additionalProperties": false, "properties": { @@ -30,13 +37,13 @@ "actionKind": { "type": "string", "description": "The kind of built-in operation that should be performed.", - "enum": ["deleteGlobs", "copyFiles"] + "enum": ["deleteGlobs", "copyFiles", "runScript"] }, "heftEvent": { "type": "string", "description": "The Heft stage when this action should be performed. Note that heft.json event actions are scheduled after any plugin tasks have processed the event. For example, a \"compile\" event action will be performed after the TypeScript compiler has been invoked.", - "enum": ["clean", "pre-compile", "compile", "bundle", "post-build"] + "enum": ["clean", "pre-compile", "compile", "bundle", "post-build", "test"] }, "actionId": { @@ -55,6 +62,11 @@ "enum": ["deleteGlobs"] }, + "heftEvent": { + "type": "string", + "enum": ["clean", "pre-compile", "compile", "bundle", "post-build"] + }, + "globsToDelete": { "type": "array", "description": "Glob patterns to be deleted. The paths are resolved relative to the project folder.", @@ -140,6 +152,37 @@ } } } + }, + { + "required": ["scriptPath"], + "properties": { + "actionKind": { + "type": "string", + "enum": ["runScript"] + }, + + "heftEvent": { + "type": "string", + "enum": ["pre-compile", "compile", "bundle", "post-build", "test"] + }, + + "scriptPath": { + "type": "string", + "description": "Path to the script that will be run, relative to the project root.", + "items": { + "type": "string", + "pattern": "[^\\\\]" + } + }, + + "scriptOptions": { + "type": "object", + "description": "Optional parameters that will be passed to the script at runtime.", + "patternProperties": { + "^.*$": { "$ref": "#/definitions/anything" } + } + } + } } ] } diff --git a/apps/heft/src/schemas/node-service.schema.json b/apps/heft/src/schemas/node-service.schema.json new file mode 100644 index 00000000000..0947587e317 --- /dev/null +++ b/apps/heft/src/schemas/node-service.schema.json @@ -0,0 +1,45 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "title": "Node Service Configuration", + "description": "Configures the Node Service plugin for Heft", + "type": "object", + + "additionalProperties": false, + + "properties": { + "$schema": { + "description": "Part of the JSON Schema standard, this optional keyword declares the URL of the schema that the file conforms to. Editors may download the schema and use it to perform syntax highlighting.", + "type": "string" + }, + + "extends": { + "description": "Optionally specifies another JSON config file that this file extends from. This provides a way for standard settings to be shared across multiple projects.", + "type": "string" + }, + + "commandName": { + "description": "Specifies the name of a \"scripts\" command from the project's package.json file. When \"heft start\" is invoked, it will use this shell command to launch the service process.", + "type": "string" + }, + + "ignoreMissingScript": { + "description": "If false, then an error is reported if the \"scripts\" command is not found in the project's package.json. If true, then no action will be taken.", + "type": "boolean" + }, + + "waitBeforeRestartMs": { + "description": "Customizes the number of milliseconds to wait before restarting the child process, as measured from when the previous process exited. If this interval is too small, then the new process may start while the developer is still saving changes, or while other monitoring processes are still holding OS locks.", + "type": "number" + }, + + "waitForTerminateMs": { + "description": "Customizes the number of milliseconds to wait for the child process to be terminated (SIGTERM) before forcibly killing it.", + "type": "number" + }, + + "waitForKillMs": { + "description": "Customizes the number of milliseconds to wait for the child process to be killed (SIGKILL) before giving up and abandoning it.", + "type": "number" + } + } +} diff --git a/apps/heft/src/stages/BuildStage.ts b/apps/heft/src/stages/BuildStage.ts index 26589e34ff6..5e7d8d50add 100644 --- a/apps/heft/src/stages/BuildStage.ts +++ b/apps/heft/src/stages/BuildStage.ts @@ -41,7 +41,18 @@ export type CopyFromCacheMode = 'hardlink' | 'copy'; * @public */ export class CompileSubstageHooks extends BuildSubstageHooksBase { + /** + * The `afterCompile` event is fired exactly once, after the "compile" stage completes its first operation. + * The "bundle" stage will not begin until all event handlers have resolved their promises. The behavior + * of this event is the same in watch mode and non-watch mode. + */ public readonly afterCompile: AsyncParallelHook = new AsyncParallelHook(); + /** + * The `afterRecompile` event is only used in watch mode. It fires whenever the compiler's outputs have + * been rebuilt. The initial compilation fires the `afterCompile` event only, and then all subsequent iterations + * fire the `afterRecompile` event only. Heft does not wait for the `afterRecompile` promises to resolve. + */ + public readonly afterRecompile: AsyncParallelHook = new AsyncParallelHook(); } /** @@ -125,6 +136,7 @@ export class BuildStageHooks extends StageHooksBase { * @public */ export interface IBuildStageProperties { + // Input production: boolean; lite: boolean; locale?: string; @@ -132,6 +144,20 @@ export interface IBuildStageProperties { watchMode: boolean; serveMode: boolean; webpackStats?: unknown; + + // Output + /** + * @beta + */ + isTypeScriptProject?: boolean; + /** + * @beta + */ + emitFolderNameForTests?: string; + /** + * @beta + */ + emitExtensionForTests?: '.js' | '.cjs' | '.mjs'; } /** diff --git a/apps/heft/src/stages/TestStage.ts b/apps/heft/src/stages/TestStage.ts index bb7afeefe6c..2f4d50e0996 100644 --- a/apps/heft/src/stages/TestStage.ts +++ b/apps/heft/src/stages/TestStage.ts @@ -22,6 +22,7 @@ export interface ITestStageProperties { updateSnapshots: boolean; findRelatedTests: ReadonlyArray | undefined; + passWithNoTests: boolean | undefined; silent: boolean | undefined; testNamePattern: string | undefined; testPathPattern: ReadonlyArray | undefined; @@ -41,6 +42,7 @@ export interface ITestStageOptions { updateSnapshots: boolean; findRelatedTests: ReadonlyArray | undefined; + passWithNoTests: boolean | undefined; silent: boolean | undefined; testNamePattern: string | undefined; testPathPattern: ReadonlyArray | undefined; @@ -61,6 +63,7 @@ export class TestStage extends StageBase; // eslint-disable-line @typescript-eslint/no-explicit-any +} + export interface ISharedCopyConfiguration { /** * File extensions that should be copied from the source folder to the destination folder(s) @@ -92,6 +105,7 @@ export interface IHeftConfigurationJson { export interface IHeftEventActions { copyFiles: Map; deleteGlobs: Map; + runScript: Map; } export class CoreConfigFiles { @@ -108,6 +122,9 @@ export class CoreConfigFiles { private static _typeScriptConfigurationFileLoader: | ConfigurationFile | undefined; + private static _nodeServiceConfigurationLoader: + | ConfigurationFile + | undefined; private static _sassConfigurationFileLoader: ConfigurationFile | undefined; /** @@ -127,6 +144,9 @@ export class CoreConfigFiles { jsonPathMetadata: { '$.heftPlugins.*.plugin': { pathResolutionMethod: PathResolutionMethod.NodeResolve + }, + '$.eventActions.[?(@.actionKind==="runScript")].scriptPath': { + pathResolutionMethod: PathResolutionMethod.resolvePathRelativeToProjectRoot } } }); @@ -154,7 +174,8 @@ export class CoreConfigFiles { result = { copyFiles: new Map(), - deleteGlobs: new Map() + deleteGlobs: new Map(), + runScript: new Map() }; CoreConfigFiles._heftConfigFileEventActionsCache.set(heftConfiguration, result); @@ -176,6 +197,14 @@ export class CoreConfigFiles { break; } + case 'runScript': { + CoreConfigFiles._addEventActionToMap( + eventAction as IHeftConfigurationRunScriptEventAction, + result.runScript + ); + break; + } + default: { throw new Error( `Unknown heft eventAction actionKind "${eventAction.actionKind}" in ` + @@ -238,6 +267,22 @@ export class CoreConfigFiles { return CoreConfigFiles._typeScriptConfigurationFileLoader; } + /** + * Returns the loader for the `config/api-extractor-task.json` config file. + */ + public static get nodeServiceConfigurationLoader(): ConfigurationFile { + if (!CoreConfigFiles._nodeServiceConfigurationLoader) { + const schemaPath: string = path.resolve(__dirname, '..', 'schemas', 'node-service.schema.json'); + CoreConfigFiles._nodeServiceConfigurationLoader = + new ConfigurationFile({ + projectRelativeFilePath: 'config/node-service.json', + jsonSchemaPath: schemaPath + }); + } + + return CoreConfigFiles._nodeServiceConfigurationLoader; + } + public static get sassConfigurationFileLoader(): ConfigurationFile { const schemaPath: string = path.resolve(__dirname, '..', 'schemas', 'sass.schema.json'); CoreConfigFiles._sassConfigurationFileLoader = new ConfigurationFile({ @@ -290,6 +335,9 @@ export class CoreConfigFiles { case 'post-build': return HeftEvent.postBuild; + case 'test': + return HeftEvent.test; + default: throw new Error( `Unknown heft event "${eventAction.heftEvent}" in ` + diff --git a/apps/heft/src/utilities/subprocess/SubprocessRunnerBase.ts b/apps/heft/src/utilities/subprocess/SubprocessRunnerBase.ts index 1d600271dcf..e1bc5bdfc8b 100644 --- a/apps/heft/src/utilities/subprocess/SubprocessRunnerBase.ts +++ b/apps/heft/src/utilities/subprocess/SubprocessRunnerBase.ts @@ -147,11 +147,12 @@ export abstract class SubprocessRunnerBase { path.resolve(__dirname, 'startSubprocess'), [this.filename, JSON.stringify(this._innerConfiguration), JSON.stringify(this._configuration)], { - execArgv: this._processNodeArgsForSubprocess(this._globalTerminal, process.execArgv) + execArgv: this._processNodeArgsForSubprocess(this._globalTerminal, process.execArgv), + ...SubprocessTerminator.RECOMMENDED_OPTIONS } ); - SubprocessTerminator.registerChildProcess(subprocess); + SubprocessTerminator.killProcessTreeOnExit(subprocess, SubprocessTerminator.RECOMMENDED_OPTIONS); this._terminalProviderManager.registerSubprocess(subprocess); this._scopedLoggerManager.registerSubprocess(subprocess); diff --git a/apps/heft/src/utilities/subprocess/SubprocessTerminator.ts b/apps/heft/src/utilities/subprocess/SubprocessTerminator.ts index d0c314d16b6..9d11c187fc3 100644 --- a/apps/heft/src/utilities/subprocess/SubprocessTerminator.ts +++ b/apps/heft/src/utilities/subprocess/SubprocessTerminator.ts @@ -1,9 +1,30 @@ // Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. // See LICENSE in the project root for license information. -import * as childProcess from 'child_process'; +import { Executable } from '@rushstack/node-core-library'; +import * as child_process from 'child_process'; import process from 'process'; +declare module 'child_process' { + /* eslint-disable */ + interface ChildProcess { + exitCode?: number | null; + } + /* eslint-enable */ +} + +/** + * Details about how the `child_process.ChildProcess` was created. + */ +export interface ISubprocessOptions { + detached: boolean; +} + +interface ITrackedSubprocess { + subprocess: child_process.ChildProcess; + subprocessOptions: ISubprocessOptions; +} + /** * When a child process is created, registering it with the SubprocessTerminator will ensure * that the child gets terminated when the current process terminates. @@ -25,34 +46,98 @@ export class SubprocessTerminator { * The list of registered child processes. Processes are removed from this set if they * terminate on their own. */ - private static _childPids: Set = new Set(); + private static _subprocessesByPid: Map = new Map(); + + private static readonly _isWindows: boolean = process.platform === 'win32'; + + public static readonly RECOMMENDED_OPTIONS: ISubprocessOptions = { + // On POSIX systems, detached=true is required for killing the subtree. + // On Windows, detached=true creates a separate console window which is generally not what we want + detached: process.platform !== 'win32' + }; /** * Registers a child process so that it will be terminated automatically if the current process * is terminated. */ - public static registerChildProcess(subprocess: childProcess.ChildProcess): void { - if (process.platform === 'win32') { - // Windows works differently from other OS's: - // - Bad news: Calls to "process.kill(childPid, 'SIGTERM')" fail with ESRCH because the OS doesn't - // really support POSIX signals - // - Good news: By default, child processes are terminated if their parent terminates, so we don't - // really need SubprocessTerminator on Windows + public static killProcessTreeOnExit( + subprocess: child_process.ChildProcess, + subprocessOptions: ISubprocessOptions + ): void { + if (typeof subprocess.exitCode === 'number') { + // Process has already been killed return; } - SubprocessTerminator._ensureInitialized(); + SubprocessTerminator._validateSubprocessOptions(subprocessOptions); - // Avoid capturing subprocess in the closure - const childPid: number = subprocess.pid; - SubprocessTerminator._childPids.add(childPid); + SubprocessTerminator._ensureInitialized(); - SubprocessTerminator._logDebug(`tracking #${childPid}`); + // Closure variable + const pid: number = subprocess.pid; subprocess.on('close', (code: number, signal: string): void => { - SubprocessTerminator._logDebug(`untracking #${childPid}`); - SubprocessTerminator._childPids.delete(subprocess.pid); + if (SubprocessTerminator._subprocessesByPid.has(pid)) { + SubprocessTerminator._logDebug(`untracking #${pid}`); + SubprocessTerminator._subprocessesByPid.delete(pid); + } }); + SubprocessTerminator._subprocessesByPid.set(pid, { + subprocess, + subprocessOptions + }); + + SubprocessTerminator._logDebug(`tracking #${pid}`); + } + + public static killProcessTree( + subprocess: child_process.ChildProcess, + subprocessOptions: ISubprocessOptions + ): void { + const pid: number = subprocess.pid; + + // Don't attempt to kill the same process twice + if (SubprocessTerminator._subprocessesByPid.has(pid)) { + SubprocessTerminator._logDebug(`untracking #${pid} via killProcessTree()`); + this._subprocessesByPid.delete(subprocess.pid); + } + + SubprocessTerminator._validateSubprocessOptions(subprocessOptions); + + if (typeof subprocess.exitCode === 'number') { + // Process has already been killed + return; + } + + SubprocessTerminator._logDebug(`terminating #${subprocess.pid}`); + + if (SubprocessTerminator._isWindows) { + // On Windows we have a problem that CMD.exe launches child processes, but when CMD.exe is killed + // the child processes may continue running. Also if we send signals to CMD.exe the child processes + // will not receive them. The safest solution is not to attempt a graceful shutdown, but simply + // kill the entire process tree. + const result: child_process.SpawnSyncReturns = Executable.spawnSync('TaskKill.exe', [ + '/T', // "Terminates the specified process and any child processes which were started by it." + '/F', // Without this, TaskKill will try to use WM_CLOSE which doesn't work with CLI tools + '/PID', + subprocess.pid.toString() + ]); + + if (result.status) { + const output: string = result.output.join('\n'); + // Nonzero exit code + if (output.indexOf('not found') >= 0) { + // The PID does not exist + } else { + // Another error occurred, for example TaskKill.exe does not support + // the expected CLI syntax + throw new Error(`TaskKill.exe returned exit code ${result.status}:\n` + output + '\n'); + } + } + } else { + // Passing a negative PID terminates the entire group instead of just the one process + process.kill(-subprocess.pid, 'SIGKILL'); + } } // Install the hooks @@ -77,11 +162,41 @@ export class SubprocessTerminator { process.removeListener('SIGTERM', SubprocessTerminator._onTerminateSignal); process.removeListener('SIGINT', SubprocessTerminator._onTerminateSignal); - const childPids: number[] = Array.from(SubprocessTerminator._childPids); - SubprocessTerminator._childPids.clear(); - for (const childPid of childPids) { - SubprocessTerminator._logDebug(`terminating #${childPid}`); - process.kill(childPid, 'SIGTERM'); + const trackedSubprocesses: ITrackedSubprocess[] = Array.from( + SubprocessTerminator._subprocessesByPid.values() + ); + + let firstError: Error | undefined = undefined; + + for (const trackedSubprocess of trackedSubprocesses) { + try { + SubprocessTerminator.killProcessTree(trackedSubprocess.subprocess, { detached: true }); + } catch (error) { + if (firstError === undefined) { + firstError = error; + } + } + } + + if (firstError !== undefined) { + // This is generally an unexpected error such as the TaskKill.exe command not being found, + // not a trivial issue such as a nonexistent PID. Since this occurs during process shutdown, + // we should not interfere with control flow by throwing an exception or calling process.exit(). + // So simply write to STDERR and ensure our exit code indicates the problem. + console.error('\nAn unexpected error was encountered while attempting to clean up child processes:'); + console.error(firstError.toString()); + if (!process.exitCode) { + process.exitCode = 1; + } + } + } + } + + private static _validateSubprocessOptions(subprocessOptions: ISubprocessOptions): void { + if (!SubprocessTerminator._isWindows) { + if (!subprocessOptions.detached) { + // Setting detached=true is what creates the process group that we use to kill the children + throw new Error('killProcessTree() requires detached=true on this operating system'); } } } @@ -108,8 +223,8 @@ export class SubprocessTerminator { // For debugging private static _logDebug(message: string): void { - // const logLine: string = `SubprocessTerminator: [${process.pid}] ${message}`; + //const logLine: string = `SubprocessTerminator: [${process.pid}] ${message}`; // fs.writeFileSync('trace.log', logLine + '\n', { flag: 'a' }); - // console.log(logLine); + //console.log(logLine); } } diff --git a/apps/rundown/CHANGELOG.json b/apps/rundown/CHANGELOG.json index 76237717a58..41a920b023a 100644 --- a/apps/rundown/CHANGELOG.json +++ b/apps/rundown/CHANGELOG.json @@ -1,6 +1,339 @@ { "name": "@rushstack/rundown", "entries": [ + { + "version": "1.0.123", + "tag": "@rushstack/rundown_v1.0.123", + "date": "Mon, 12 Jul 2021 23:08:26 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.39.1`" + }, + { + "comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.8.1`" + }, + { + "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.11`" + } + ] + } + }, + { + "version": "1.0.122", + "tag": "@rushstack/rundown_v1.0.122", + "date": "Thu, 08 Jul 2021 23:41:17 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.10`" + } + ] + } + }, + { + "version": "1.0.121", + "tag": "@rushstack/rundown_v1.0.121", + "date": "Thu, 08 Jul 2021 06:00:48 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.9`" + } + ] + } + }, + { + "version": "1.0.120", + "tag": "@rushstack/rundown_v1.0.120", + "date": "Thu, 01 Jul 2021 15:08:27 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.8.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.8`" + } + ] + } + }, + { + "version": "1.0.119", + "tag": "@rushstack/rundown_v1.0.119", + "date": "Wed, 30 Jun 2021 19:16:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.7`" + } + ] + } + }, + { + "version": "1.0.118", + "tag": "@rushstack/rundown_v1.0.118", + "date": "Wed, 30 Jun 2021 15:06:54 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.6`" + } + ] + } + }, + { + "version": "1.0.117", + "tag": "@rushstack/rundown_v1.0.117", + "date": "Wed, 30 Jun 2021 01:37:17 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.5`" + } + ] + } + }, + { + "version": "1.0.116", + "tag": "@rushstack/rundown_v1.0.116", + "date": "Fri, 25 Jun 2021 00:08:28 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.4`" + } + ] + } + }, + { + "version": "1.0.115", + "tag": "@rushstack/rundown_v1.0.115", + "date": "Fri, 18 Jun 2021 06:23:05 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.33.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.3`" + } + ] + } + }, + { + "version": "1.0.114", + "tag": "@rushstack/rundown_v1.0.114", + "date": "Wed, 16 Jun 2021 18:53:52 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.2`" + } + ] + } + }, + { + "version": "1.0.113", + "tag": "@rushstack/rundown_v1.0.113", + "date": "Wed, 16 Jun 2021 15:07:24 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.33.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.1`" + } + ] + } + }, + { + "version": "1.0.112", + "tag": "@rushstack/rundown_v1.0.112", + "date": "Tue, 15 Jun 2021 20:38:35 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.0`" + } + ] + } + }, + { + "version": "1.0.111", + "tag": "@rushstack/rundown_v1.0.111", + "date": "Fri, 11 Jun 2021 23:26:16 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.31`" + } + ] + } + }, + { + "version": "1.0.110", + "tag": "@rushstack/rundown_v1.0.110", + "date": "Fri, 11 Jun 2021 00:34:02 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.32.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.30`" + } + ] + } + }, + { + "version": "1.0.109", + "tag": "@rushstack/rundown_v1.0.109", + "date": "Thu, 10 Jun 2021 15:08:16 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.29`" + } + ] + } + }, + { + "version": "1.0.108", + "tag": "@rushstack/rundown_v1.0.108", + "date": "Fri, 04 Jun 2021 19:59:53 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.39.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.28`" + } + ] + } + }, + { + "version": "1.0.107", + "tag": "@rushstack/rundown_v1.0.107", + "date": "Fri, 04 Jun 2021 15:08:20 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.27`" + } + ] + } + }, + { + "version": "1.0.106", + "tag": "@rushstack/rundown_v1.0.106", + "date": "Fri, 04 Jun 2021 00:08:34 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.26`" + } + ] + } + }, + { + "version": "1.0.105", + "tag": "@rushstack/rundown_v1.0.105", + "date": "Tue, 01 Jun 2021 18:29:26 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.25`" + } + ] + } + }, + { + "version": "1.0.104", + "tag": "@rushstack/rundown_v1.0.104", + "date": "Sat, 29 May 2021 01:05:06 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.24`" + } + ] + } + }, + { + "version": "1.0.103", + "tag": "@rushstack/rundown_v1.0.103", + "date": "Fri, 28 May 2021 06:19:58 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.30.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.23`" + } + ] + } + }, + { + "version": "1.0.102", + "tag": "@rushstack/rundown_v1.0.102", + "date": "Tue, 25 May 2021 00:12:21 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.30.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.22`" + } + ] + } + }, { "version": "1.0.101", "tag": "@rushstack/rundown_v1.0.101", diff --git a/apps/rundown/CHANGELOG.md b/apps/rundown/CHANGELOG.md index ded97a82408..d41661aa5d2 100644 --- a/apps/rundown/CHANGELOG.md +++ b/apps/rundown/CHANGELOG.md @@ -1,6 +1,116 @@ # Change Log - @rushstack/rundown -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. +This log was last generated on Mon, 12 Jul 2021 23:08:26 GMT and should not be manually modified. + +## 1.0.123 +Mon, 12 Jul 2021 23:08:26 GMT + +_Version update only_ + +## 1.0.122 +Thu, 08 Jul 2021 23:41:17 GMT + +_Version update only_ + +## 1.0.121 +Thu, 08 Jul 2021 06:00:48 GMT + +_Version update only_ + +## 1.0.120 +Thu, 01 Jul 2021 15:08:27 GMT + +_Version update only_ + +## 1.0.119 +Wed, 30 Jun 2021 19:16:19 GMT + +_Version update only_ + +## 1.0.118 +Wed, 30 Jun 2021 15:06:54 GMT + +_Version update only_ + +## 1.0.117 +Wed, 30 Jun 2021 01:37:17 GMT + +_Version update only_ + +## 1.0.116 +Fri, 25 Jun 2021 00:08:28 GMT + +_Version update only_ + +## 1.0.115 +Fri, 18 Jun 2021 06:23:05 GMT + +_Version update only_ + +## 1.0.114 +Wed, 16 Jun 2021 18:53:52 GMT + +_Version update only_ + +## 1.0.113 +Wed, 16 Jun 2021 15:07:24 GMT + +_Version update only_ + +## 1.0.112 +Tue, 15 Jun 2021 20:38:35 GMT + +_Version update only_ + +## 1.0.111 +Fri, 11 Jun 2021 23:26:16 GMT + +_Version update only_ + +## 1.0.110 +Fri, 11 Jun 2021 00:34:02 GMT + +_Version update only_ + +## 1.0.109 +Thu, 10 Jun 2021 15:08:16 GMT + +_Version update only_ + +## 1.0.108 +Fri, 04 Jun 2021 19:59:53 GMT + +_Version update only_ + +## 1.0.107 +Fri, 04 Jun 2021 15:08:20 GMT + +_Version update only_ + +## 1.0.106 +Fri, 04 Jun 2021 00:08:34 GMT + +_Version update only_ + +## 1.0.105 +Tue, 01 Jun 2021 18:29:26 GMT + +_Version update only_ + +## 1.0.104 +Sat, 29 May 2021 01:05:06 GMT + +_Version update only_ + +## 1.0.103 +Fri, 28 May 2021 06:19:58 GMT + +_Version update only_ + +## 1.0.102 +Tue, 25 May 2021 00:12:21 GMT + +_Version update only_ ## 1.0.101 Wed, 19 May 2021 00:11:39 GMT diff --git a/apps/rundown/package.json b/apps/rundown/package.json index 52bc785ebc1..e85e8cdad61 100644 --- a/apps/rundown/package.json +++ b/apps/rundown/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/rundown", - "version": "1.0.101", + "version": "1.0.123", "description": "Detect load time regressions by running an app, tracing require() calls, and generating a deterministic report", "repository": { "type": "git", diff --git a/apps/rush-lib/assets/rush-init/common/config/rush/build-cache.json b/apps/rush-lib/assets/rush-init/common/config/rush/build-cache.json index 9d0a2af23a4..04cdd9cc7a9 100644 --- a/apps/rush-lib/assets/rush-init/common/config/rush/build-cache.json +++ b/apps/rush-lib/assets/rush-init/common/config/rush/build-cache.json @@ -21,9 +21,9 @@ /** * Setting this property overrides the cache entry ID. If this property is set, it must contain - * a [hash] token. It may also contain a [projectName] or a [projectName:normalized] token. + * a [hash] token. It may also contain a [projectName] or a [projectName:normalize] token. */ - // "cacheEntryNamePattern": "[projectName:normalized]-[hash]" + // "cacheEntryNamePattern": "[projectName:normalize]-[hash]" /** * Use this configuration with "cacheProvider"="azure-blob-storage" diff --git a/apps/rush-lib/assets/rush-init/common/config/rush/command-line.json b/apps/rush-lib/assets/rush-init/common/config/rush/command-line.json index c9b1729b8c7..2621abd2a3f 100644 --- a/apps/rush-lib/assets/rush-init/common/config/rush/command-line.json +++ b/apps/rush-lib/assets/rush-init/common/config/rush/command-line.json @@ -124,7 +124,7 @@ * (EXPERIMENTAL) Disable cache for this action. This may be useful if this command affects state outside of * projects' own folders. */ - "disableBuildCache ": false + "disableBuildCache": false }, { diff --git a/apps/rush-lib/assets/rush-init/common/config/rush/version-policies.json b/apps/rush-lib/assets/rush-init/common/config/rush/version-policies.json index 1f391b64f86..71979944462 100644 --- a/apps/rush-lib/assets/rush-init/common/config/rush/version-policies.json +++ b/apps/rush-lib/assets/rush-init/common/config/rush/version-policies.json @@ -52,7 +52,17 @@ * If this field is omitted, then a separate CHANGELOG.md file will be maintained for each * package in the set. */ - "mainProject": "my-app" + "mainProject": "my-app", + + /** + * (Optional) If enabled, the "rush change" command will prompt the user for their email address + * and include it in the JSON change files. If an organization maintains multiple repos, tracking + * this contact information may be useful for a service that automatically upgrades packages and + * needs to notify engineers whose change may be responsible for a downstream build break. It might + * also be useful for crediting contributors. Rush itself does not do anything with the collected + * email addresses. The default value is "false". + */ + /*[LINE "HYPOTHETICAL"]*/ "includeEmailInChangeFile": true }, { @@ -86,7 +96,9 @@ * in some other way, set "exemptFromRushChange" to true to tell "rush change" to ignore the projects * belonging to this version policy. */ - "exemptFromRushChange": false + "exemptFromRushChange": false, + + /*[LINE "HYPOTHETICAL"]*/ "includeEmailInChangeFile": true } /*[END "DEMO"]*/ ] diff --git a/apps/rush-lib/assets/rush-init/rush.json b/apps/rush-lib/assets/rush-init/rush.json index 3f0905ad255..4b066bac06a 100644 --- a/apps/rush-lib/assets/rush-init/rush.json +++ b/apps/rush-lib/assets/rush-init/rush.json @@ -26,7 +26,7 @@ * Specify one of: "pnpmVersion", "npmVersion", or "yarnVersion". See the Rush documentation * for details about these alternatives. */ - "pnpmVersion": "6.3.0", + "pnpmVersion": "6.7.1", /*[LINE "HYPOTHETICAL"]*/ "npmVersion": "4.5.0", /*[LINE "HYPOTHETICAL"]*/ "yarnVersion": "1.9.4", diff --git a/apps/rush-lib/config/jest.config.json b/apps/rush-lib/config/jest.config.json index b88d4c3de66..4bb17bde3ee 100644 --- a/apps/rush-lib/config/jest.config.json +++ b/apps/rush-lib/config/jest.config.json @@ -1,3 +1,3 @@ { - "preset": "./node_modules/@rushstack/heft/includes/jest-shared.config.json" + "extends": "@rushstack/heft-node-rig/profiles/default/config/jest.config.json" } diff --git a/apps/rush-lib/package.json b/apps/rush-lib/package.json index 4fb810100dd..08527471f4d 100644 --- a/apps/rush-lib/package.json +++ b/apps/rush-lib/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/rush-lib", - "version": "5.47.0", + "version": "5.48.0", "description": "A library for writing scripts that interact with the Rush tool", "repository": { "type": "git", @@ -30,7 +30,6 @@ "@rushstack/ts-command-line": "workspace:*", "@yarnpkg/lockfile": "~1.0.2", "builtin-modules": "~3.1.0", - "chokidar": "~3.4.0", "cli-table": "~0.3.1", "colors": "~1.2.1", "git-repo-info": "~2.1.0", @@ -53,7 +52,6 @@ "strict-uri-encode": "~2.0.0", "tar": "~5.0.5", "true-case-path": "~2.2.1", - "wordwrap": "~1.0.0", "z-schema": "~3.18.3" }, "devDependencies": { @@ -77,9 +75,8 @@ "@types/ssri": "~7.1.0", "@types/strict-uri-encode": "2.0.0", "@types/tar": "4.0.3", - "@types/wordwrap": "1.0.0", "@types/z-schema": "3.16.31", "jest": "~25.4.0", - "typescript": "~4.1.5" + "typescript": "~3.9.7" } } diff --git a/apps/rush-lib/src/api/EnvironmentConfiguration.ts b/apps/rush-lib/src/api/EnvironmentConfiguration.ts index aaf90540e6c..8a6ab093990 100644 --- a/apps/rush-lib/src/api/EnvironmentConfiguration.ts +++ b/apps/rush-lib/src/api/EnvironmentConfiguration.ts @@ -40,6 +40,13 @@ export const enum EnvironmentVariableNames { */ RUSH_ALLOW_UNSUPPORTED_NODEJS = 'RUSH_ALLOW_UNSUPPORTED_NODEJS', + /** + * Setting this environment variable overrides the value of `allowWarningsInSuccessfulBuild` + * in the `command-line.json` configuration file. Specify `1` to allow warnings in a successful build, + * or `0` to disallow them. (See the comments in the command-line.json file for more information). + */ + RUSH_ALLOW_WARNINGS_IN_SUCCESSFUL_BUILD = 'RUSH_ALLOW_WARNINGS_IN_SUCCESSFUL_BUILD', + /** * This variable selects a specific installation variant for Rush to use when installing * and linking package dependencies. @@ -156,6 +163,8 @@ export class EnvironmentConfiguration { private static _allowUnsupportedNodeVersion: boolean = false; + private static _allowWarningsInSuccessfulBuild: boolean = false; + private static _pnpmStorePathOverride: string | undefined; private static _rushGlobalFolderOverride: string | undefined; @@ -197,6 +206,16 @@ export class EnvironmentConfiguration { return EnvironmentConfiguration._allowUnsupportedNodeVersion; } + /** + * Setting this environment variable overrides the value of `allowWarningsInSuccessfulBuild` + * in the `command-line.json` configuration file. Specify `1` to allow warnings in a successful build, + * or `0` to disallow them. (See the comments in the command-line.json file for more information). + */ + public static get allowWarningsInSuccessfulBuild(): boolean { + EnvironmentConfiguration._ensureInitialized(); + return EnvironmentConfiguration._allowWarningsInSuccessfulBuild; + } + /** * An override for the PNPM store path, if `pnpmStore` configuration is set to 'path' * See {@link EnvironmentVariableNames.RUSH_PNPM_STORE_PATH} @@ -312,6 +331,15 @@ export class EnvironmentConfiguration { break; } + case EnvironmentVariableNames.RUSH_ALLOW_WARNINGS_IN_SUCCESSFUL_BUILD: { + EnvironmentConfiguration._allowWarningsInSuccessfulBuild = + EnvironmentConfiguration.parseBooleanEnvironmentVariable( + EnvironmentVariableNames.RUSH_ALLOW_WARNINGS_IN_SUCCESSFUL_BUILD, + value + ) ?? false; + break; + } + case EnvironmentVariableNames.RUSH_PNPM_STORE_PATH: { EnvironmentConfiguration._pnpmStorePathOverride = value && !options.doNotNormalizePaths diff --git a/apps/rush-lib/src/api/VersionPolicy.ts b/apps/rush-lib/src/api/VersionPolicy.ts index d3eed5c5ee7..2581f725509 100644 --- a/apps/rush-lib/src/api/VersionPolicy.ts +++ b/apps/rush-lib/src/api/VersionPolicy.ts @@ -54,6 +54,7 @@ export abstract class VersionPolicy { private _policyName: string; private _definitionName: VersionPolicyDefinitionName; private _exemptFromRushChange: boolean; + private _includeEmailInChangeFile: boolean; private _versionFormatForCommit: VersionFormatForCommit; private _versionFormatForPublish: VersionFormatForPublish; @@ -64,6 +65,7 @@ export abstract class VersionPolicy { this._policyName = versionPolicyJson.policyName; this._definitionName = Enum.getValueByKey(VersionPolicyDefinitionName, versionPolicyJson.definitionName); this._exemptFromRushChange = versionPolicyJson.exemptFromRushChange || false; + this._includeEmailInChangeFile = versionPolicyJson.includeEmailInChangeFile || false; const jsonDependencies: IVersionPolicyDependencyJson = versionPolicyJson.dependencies || {}; this._versionFormatForCommit = jsonDependencies.versionFormatForCommit || VersionFormatForCommit.original; @@ -121,6 +123,13 @@ export abstract class VersionPolicy { return this._exemptFromRushChange; } + /** + * Determines if a version policy wants to opt in to including email. + */ + public get includeEmailInChangeFile(): boolean { + return this._includeEmailInChangeFile; + } + /** * Returns an updated package json that satisfies the policy. * diff --git a/apps/rush-lib/src/api/VersionPolicyConfiguration.ts b/apps/rush-lib/src/api/VersionPolicyConfiguration.ts index ba9554728bc..05f5be2f6e5 100644 --- a/apps/rush-lib/src/api/VersionPolicyConfiguration.ts +++ b/apps/rush-lib/src/api/VersionPolicyConfiguration.ts @@ -15,6 +15,7 @@ export interface IVersionPolicyJson { definitionName: string; dependencies?: IVersionPolicyDependencyJson; exemptFromRushChange?: boolean; + includeEmailInChangeFile?: boolean; } /** diff --git a/apps/rush-lib/src/cli/CommandLineMigrationAdvisor.ts b/apps/rush-lib/src/cli/CommandLineMigrationAdvisor.ts index f91ec422eb8..710d453fd2c 100644 --- a/apps/rush-lib/src/cli/CommandLineMigrationAdvisor.ts +++ b/apps/rush-lib/src/cli/CommandLineMigrationAdvisor.ts @@ -2,9 +2,9 @@ // See LICENSE in the project root for license information. import colors from 'colors/safe'; +import { PrintUtilities } from '@rushstack/terminal'; import { RushConstants } from '../logic/RushConstants'; -import { Utilities } from '../utilities/Utilities'; export class CommandLineMigrationAdvisor { // NOTE: THIS RUNS BEFORE THE REAL COMMAND-LINE PARSING. @@ -56,15 +56,15 @@ export class CommandLineMigrationAdvisor { private static _reportDeprecated(message: string): void { console.error( colors.red( - Utilities.wrapWords( + PrintUtilities.wrapWords( 'ERROR: You specified an outdated command-line that is no longer supported by this version of Rush:' ) ) ); - console.error(colors.yellow(Utilities.wrapWords(message))); + console.error(colors.yellow(PrintUtilities.wrapWords(message))); console.error(); console.error( - Utilities.wrapWords( + PrintUtilities.wrapWords( `For command-line help, type "rush -h". For migration instructions,` + ` please visit ${RushConstants.rushWebSiteUrl}` ) diff --git a/apps/rush-lib/src/cli/RushCommandLineParser.ts b/apps/rush-lib/src/cli/RushCommandLineParser.ts index c598b662bb4..544fcd013f0 100644 --- a/apps/rush-lib/src/cli/RushCommandLineParser.ts +++ b/apps/rush-lib/src/cli/RushCommandLineParser.ts @@ -7,6 +7,7 @@ import * as path from 'path'; import { CommandLineParser, CommandLineFlagParameter, CommandLineAction } from '@rushstack/ts-command-line'; import { InternalError, AlreadyReportedError } from '@rushstack/node-core-library'; +import { PrintUtilities } from '@rushstack/terminal'; import { RushConfiguration } from '../api/RushConfiguration'; import { RushConstants } from '../logic/RushConstants'; @@ -42,6 +43,7 @@ import { Telemetry } from '../logic/Telemetry'; import { RushGlobalFolder } from '../api/RushGlobalFolder'; import { NodeJsCompatibility } from '../logic/NodeJsCompatibility'; import { SetupAction } from './actions/SetupAction'; +import { EnvironmentConfiguration } from '../api/EnvironmentConfiguration'; /** * Options for `RushCommandLineParser`. @@ -248,6 +250,9 @@ export class RushCommandLineParser extends CommandLineParser { this._validateCommandLineConfigCommand(command); + const overrideAllowWarnings: boolean = + this.rushConfiguration && EnvironmentConfiguration.allowWarningsInSuccessfulBuild; + switch (command.commandKind) { case RushConstants.bulkCommandKind: this.addAction( @@ -269,7 +274,7 @@ export class RushCommandLineParser extends CommandLineParser { ignoreMissingScript: command.ignoreMissingScript || false, ignoreDependencyOrder: command.ignoreDependencyOrder || false, incremental: command.incremental || false, - allowWarningsInSuccessfulBuild: !!command.allowWarningsInSuccessfulBuild, + allowWarningsInSuccessfulBuild: overrideAllowWarnings || !!command.allowWarningsInSuccessfulBuild, watchForChanges: command.watchForChanges || false, disableBuildCache: command.disableBuildCache || false @@ -357,7 +362,7 @@ export class RushCommandLineParser extends CommandLineParser { private _reportErrorAndSetExitCode(error: Error): void { if (!(error instanceof AlreadyReportedError)) { const prefix: string = 'ERROR: '; - console.error(os.EOL + colors.red(Utilities.wrapWords(prefix + error.message))); + console.error(os.EOL + colors.red(PrintUtilities.wrapWords(prefix + error.message))); } if (this._debugParameter.value) { diff --git a/apps/rush-lib/src/cli/RushXCommandLine.ts b/apps/rush-lib/src/cli/RushXCommandLine.ts index c10fbaf7f75..f663653a746 100644 --- a/apps/rush-lib/src/cli/RushXCommandLine.ts +++ b/apps/rush-lib/src/cli/RushXCommandLine.ts @@ -4,8 +4,9 @@ import colors from 'colors/safe'; import * as os from 'os'; import * as path from 'path'; - import { PackageJsonLookup, IPackageJson, Text } from '@rushstack/node-core-library'; +import { DEFAULT_CONSOLE_WIDTH, PrintUtilities } from '@rushstack/terminal'; + import { Utilities } from '../utilities/Utilities'; import { ProjectCommandSet } from '../logic/ProjectCommandSet'; import { RushConfiguration } from '../api/RushConfiguration'; @@ -60,6 +61,16 @@ export class RushXCommandLine { return; } + if (rushConfiguration && !rushConfiguration.tryGetProjectForPath(process.cwd())) { + // GitHub #2713: Users reported confusion resulting from a situation where "rush install" + // did not install the project's dependencies, because the project was not registered. + console.log( + colors.yellow( + 'Warning: You are invoking "rushx" inside a Rush repository, but this project is not registered in rush.json.' + ) + ); + } + const packageJson: IPackageJson = packageJsonLookup.loadPackageJson(packageJsonFilePath); const projectCommandSet: ProjectCommandSet = new ProjectCommandSet(packageJson); @@ -166,7 +177,8 @@ export class RushXCommandLine { const firstPartLength: number = 2 + maxLength + 2; // The length for truncating the escaped escapedScriptBody so it doesn't wrap // to the next line - const truncateLength: number = Math.max(0, Utilities.getConsoleWidth() - firstPartLength) - 1; + const consoleWidth: number = PrintUtilities.getConsoleWidth() || DEFAULT_CONSOLE_WIDTH; + const truncateLength: number = Math.max(0, consoleWidth - firstPartLength) - 1; console.log( // Example: " command: " diff --git a/apps/rush-lib/src/cli/SelectionParameterSet.ts b/apps/rush-lib/src/cli/SelectionParameterSet.ts index 6b24329bd2b..be21f57fb43 100644 --- a/apps/rush-lib/src/cli/SelectionParameterSet.ts +++ b/apps/rush-lib/src/cli/SelectionParameterSet.ts @@ -150,6 +150,23 @@ export class SelectionParameterSet { * If no parameters are specified, returns all projects in the Rush config file. */ public getSelectedProjects(): Set { + // Check if any of the selection parameters have a value specified on the command line + const isSelectionSpecified: boolean = [ + this._onlyProject, + this._fromProject, + this._fromVersionPolicy, + this._toProject, + this._toVersionPolicy, + this._toExceptProject, + this._impactedByProject, + this._impactedByExceptProject + ].some((param: CommandLineStringListParameter) => param.values.length > 0); + + // If no selection parameters are specified, return everything + if (!isSelectionSpecified) { + return new Set(this._rushConfiguration.projects); + } + // Include exactly these projects (--only) const onlyProjects: Iterable = this._evaluateProjectParameter( this._onlyProject @@ -190,13 +207,6 @@ export class SelectionParameterSet { Selection.expandAllConsumers(impactedByProjects) ); - // If no projects selected, select everything. - if (selection.size === 0) { - for (const project of this._rushConfiguration.projects) { - selection.add(project); - } - } - return selection; } diff --git a/apps/rush-lib/src/cli/actions/ChangeAction.ts b/apps/rush-lib/src/cli/actions/ChangeAction.ts index a51d7f77d63..20458bfac5e 100644 --- a/apps/rush-lib/src/cli/actions/ChangeAction.ts +++ b/apps/rush-lib/src/cli/actions/ChangeAction.ts @@ -260,12 +260,17 @@ export class ChangeAction extends BaseRushAction { existingChangeComments ); - const email: string = this._changeEmailParameter.value - ? this._changeEmailParameter.value - : await this._detectOrAskForEmail(promptModule); - changeFileData.forEach((changeFile: IChangeFile) => { - changeFile.email = email; - }); + if (this._isEmailRequired(changeFileData)) { + const email: string = this._changeEmailParameter.value + ? this._changeEmailParameter.value + : await this._detectOrAskForEmail(promptModule); + changeFileData.forEach((changeFile: IChangeFile) => { + changeFile.email = this.rushConfiguration.getProjectByName(changeFile.packageName)?.versionPolicy + ?.includeEmailInChangeFile + ? email + : ''; + }); + } } try { @@ -518,6 +523,14 @@ export class ChangeAction extends BaseRushAction { return bumpOptions; } + private _isEmailRequired(changeFileData: Map): boolean { + return [...changeFileData.values()].some( + (changeFile) => + !!this.rushConfiguration.getProjectByName(changeFile.packageName)?.versionPolicy + ?.includeEmailInChangeFile + ); + } + /** * Will determine a user's email by first detecting it from their Git config, * or will ask for it if it is not found or the Git config is wrong. diff --git a/apps/rush-lib/src/cli/scriptActions/BulkScriptAction.ts b/apps/rush-lib/src/cli/scriptActions/BulkScriptAction.ts index c2becc21c8c..1d5afe99741 100644 --- a/apps/rush-lib/src/cli/scriptActions/BulkScriptAction.ts +++ b/apps/rush-lib/src/cli/scriptActions/BulkScriptAction.ts @@ -132,6 +132,11 @@ export class BulkScriptAction extends BaseScriptAction { const selection: Set = this._selectionParameters.getSelectedProjects(); + if (!selection.size) { + terminal.writeLine(colors.yellow(`The command line selection parameters did not match any projects.`)); + return; + } + const taskSelectorOptions: ITaskSelectorConstructor = { rushConfiguration: this.rushConfiguration, buildCacheConfiguration, @@ -177,10 +182,7 @@ export class BulkScriptAction extends BaseScriptAction { */ private async _runWatch(options: IExecuteInternalOptions): Promise { const { - taskSelectorOptions: { - buildCacheConfiguration: initialBuildCacheConfiguration, - selection: projectsToWatch - }, + taskSelectorOptions: { selection: projectsToWatch }, stopwatch, terminal } = options; @@ -195,20 +197,20 @@ export class BulkScriptAction extends BaseScriptAction { terminal }); - let isInitialPass: boolean = true; - - // Loop until Ctrl+C - // eslint-disable-next-line no-constant-condition - while (true) { + const onWatchingFiles = (): void => { // Report so that the developer can always see that it is in watch mode as the latest console line. terminal.writeLine( `Watching for changes to ${projectsToWatch.size} ${ projectsToWatch.size === 1 ? 'project' : 'projects' }. Press Ctrl+C to exit.` ); + }; + // Loop until Ctrl+C + // eslint-disable-next-line no-constant-condition + while (true) { // On the initial invocation, this promise will return immediately with the full set of projects - const { changedProjects, state } = await projectWatcher.waitForChange(); + const { changedProjects, state } = await projectWatcher.waitForChange(onWatchingFiles); let selection: ReadonlySet = changedProjects; @@ -233,10 +235,6 @@ export class BulkScriptAction extends BaseScriptAction { const executeOptions: IExecuteInternalOptions = { taskSelectorOptions: { ...options.taskSelectorOptions, - // Current implementation of the build cache deletes output folders before repopulating them; - // this tends to break `webpack --watch`, etc. - // Also, skipping writes to the local cache reduces CPU overhead and saves disk usage. - buildCacheConfiguration: isInitialPass ? initialBuildCacheConfiguration : undefined, // Revise down the set of projects to execute the command on selection, // Pass the PackageChangeAnalyzer from the state differ to save a bit of overhead @@ -258,8 +256,6 @@ export class BulkScriptAction extends BaseScriptAction { throw err; } } - - isInitialPass = false; } } diff --git a/apps/rush-lib/src/cli/test/Cli.test.ts b/apps/rush-lib/src/cli/test/Cli.test.ts index 35e215164f9..702a99d2591 100644 --- a/apps/rush-lib/src/cli/test/Cli.test.ts +++ b/apps/rush-lib/src/cli/test/Cli.test.ts @@ -37,4 +37,23 @@ describe('CLI', () => { .pop() || ''; expect(lastLine).toEqual('build.js: ARGS=["1","2","-x"]'); }); + + it('rushx should fail in un-rush project', () => { + // Invoke "rushx" + const startPath: string = path.resolve(path.join(__dirname, '../../../lib/startx.js')); + + const output = Utilities.executeCommandAndCaptureOutput( + 'node', + [startPath, 'show-args', '1', '2', '-x'], + path.join(__dirname, 'repo', 'rushx-not-in-rush-project') + ); + + console.log(output); + + expect(output).toEqual( + expect.stringMatching( + 'Warning: You are invoking "rushx" inside a Rush repository, but this project is not registered in rush.json.' + ) + ); + }); }); diff --git a/apps/rush-lib/src/cli/test/basicAndRunBuildActionRepo/b/package.json b/apps/rush-lib/src/cli/test/basicAndRunBuildActionRepo/b/package.json index 8f203bb691d..d3c148830da 100644 --- a/apps/rush-lib/src/cli/test/basicAndRunBuildActionRepo/b/package.json +++ b/apps/rush-lib/src/cli/test/basicAndRunBuildActionRepo/b/package.json @@ -2,6 +2,9 @@ "name": "b", "version": "1.0.0", "description": "Test package b", + "dependencies": { + "a": "1.0.0" + }, "scripts": { "build": "fake_build_task_but_works_with_mock", "rebuild": "fake_REbuild_task_but_works_with_mock" diff --git a/apps/rush-lib/src/cli/test/basicAndRunRebuildActionRepo/b/package.json b/apps/rush-lib/src/cli/test/basicAndRunRebuildActionRepo/b/package.json index 8f203bb691d..d3c148830da 100644 --- a/apps/rush-lib/src/cli/test/basicAndRunRebuildActionRepo/b/package.json +++ b/apps/rush-lib/src/cli/test/basicAndRunRebuildActionRepo/b/package.json @@ -2,6 +2,9 @@ "name": "b", "version": "1.0.0", "description": "Test package b", + "dependencies": { + "a": "1.0.0" + }, "scripts": { "build": "fake_build_task_but_works_with_mock", "rebuild": "fake_REbuild_task_but_works_with_mock" diff --git a/apps/rush-lib/src/cli/test/overrideAndDefaultBuildActionRepo/b/package.json b/apps/rush-lib/src/cli/test/overrideAndDefaultBuildActionRepo/b/package.json index 8f203bb691d..d3c148830da 100644 --- a/apps/rush-lib/src/cli/test/overrideAndDefaultBuildActionRepo/b/package.json +++ b/apps/rush-lib/src/cli/test/overrideAndDefaultBuildActionRepo/b/package.json @@ -2,6 +2,9 @@ "name": "b", "version": "1.0.0", "description": "Test package b", + "dependencies": { + "a": "1.0.0" + }, "scripts": { "build": "fake_build_task_but_works_with_mock", "rebuild": "fake_REbuild_task_but_works_with_mock" diff --git a/apps/rush-lib/src/cli/test/overrideAndDefaultRebuildActionRepo/b/package.json b/apps/rush-lib/src/cli/test/overrideAndDefaultRebuildActionRepo/b/package.json index 8f203bb691d..d3c148830da 100644 --- a/apps/rush-lib/src/cli/test/overrideAndDefaultRebuildActionRepo/b/package.json +++ b/apps/rush-lib/src/cli/test/overrideAndDefaultRebuildActionRepo/b/package.json @@ -2,6 +2,9 @@ "name": "b", "version": "1.0.0", "description": "Test package b", + "dependencies": { + "a": "1.0.0" + }, "scripts": { "build": "fake_build_task_but_works_with_mock", "rebuild": "fake_REbuild_task_but_works_with_mock" diff --git a/apps/rush-lib/src/cli/test/overrideBuildAsGlobalCommandRepo/b/package.json b/apps/rush-lib/src/cli/test/overrideBuildAsGlobalCommandRepo/b/package.json index 8f203bb691d..d3c148830da 100644 --- a/apps/rush-lib/src/cli/test/overrideBuildAsGlobalCommandRepo/b/package.json +++ b/apps/rush-lib/src/cli/test/overrideBuildAsGlobalCommandRepo/b/package.json @@ -2,6 +2,9 @@ "name": "b", "version": "1.0.0", "description": "Test package b", + "dependencies": { + "a": "1.0.0" + }, "scripts": { "build": "fake_build_task_but_works_with_mock", "rebuild": "fake_REbuild_task_but_works_with_mock" diff --git a/apps/rush-lib/src/cli/test/overrideBuildWithSimultaneousProcessesRepo/b/package.json b/apps/rush-lib/src/cli/test/overrideBuildWithSimultaneousProcessesRepo/b/package.json index 8f203bb691d..d3c148830da 100644 --- a/apps/rush-lib/src/cli/test/overrideBuildWithSimultaneousProcessesRepo/b/package.json +++ b/apps/rush-lib/src/cli/test/overrideBuildWithSimultaneousProcessesRepo/b/package.json @@ -2,6 +2,9 @@ "name": "b", "version": "1.0.0", "description": "Test package b", + "dependencies": { + "a": "1.0.0" + }, "scripts": { "build": "fake_build_task_but_works_with_mock", "rebuild": "fake_REbuild_task_but_works_with_mock" diff --git a/apps/rush-lib/src/cli/test/overrideRebuildAndRunBuildActionRepo/b/package.json b/apps/rush-lib/src/cli/test/overrideRebuildAndRunBuildActionRepo/b/package.json index 8f203bb691d..d3c148830da 100644 --- a/apps/rush-lib/src/cli/test/overrideRebuildAndRunBuildActionRepo/b/package.json +++ b/apps/rush-lib/src/cli/test/overrideRebuildAndRunBuildActionRepo/b/package.json @@ -2,6 +2,9 @@ "name": "b", "version": "1.0.0", "description": "Test package b", + "dependencies": { + "a": "1.0.0" + }, "scripts": { "build": "fake_build_task_but_works_with_mock", "rebuild": "fake_REbuild_task_but_works_with_mock" diff --git a/apps/rush-lib/src/cli/test/overrideRebuildAndRunRebuildActionRepo/b/package.json b/apps/rush-lib/src/cli/test/overrideRebuildAndRunRebuildActionRepo/b/package.json index 8f203bb691d..d3c148830da 100644 --- a/apps/rush-lib/src/cli/test/overrideRebuildAndRunRebuildActionRepo/b/package.json +++ b/apps/rush-lib/src/cli/test/overrideRebuildAndRunRebuildActionRepo/b/package.json @@ -2,6 +2,9 @@ "name": "b", "version": "1.0.0", "description": "Test package b", + "dependencies": { + "a": "1.0.0" + }, "scripts": { "build": "fake_build_task_but_works_with_mock", "rebuild": "fake_REbuild_task_but_works_with_mock" diff --git a/apps/rush-lib/src/cli/test/overrideRebuildAsGlobalCommandRepo/b/package.json b/apps/rush-lib/src/cli/test/overrideRebuildAsGlobalCommandRepo/b/package.json index 8f203bb691d..d3c148830da 100644 --- a/apps/rush-lib/src/cli/test/overrideRebuildAsGlobalCommandRepo/b/package.json +++ b/apps/rush-lib/src/cli/test/overrideRebuildAsGlobalCommandRepo/b/package.json @@ -2,6 +2,9 @@ "name": "b", "version": "1.0.0", "description": "Test package b", + "dependencies": { + "a": "1.0.0" + }, "scripts": { "build": "fake_build_task_but_works_with_mock", "rebuild": "fake_REbuild_task_but_works_with_mock" diff --git a/apps/rush-lib/src/cli/test/overrideRebuildWithSimultaneousProcessesRepo/b/package.json b/apps/rush-lib/src/cli/test/overrideRebuildWithSimultaneousProcessesRepo/b/package.json index 8f203bb691d..d3c148830da 100644 --- a/apps/rush-lib/src/cli/test/overrideRebuildWithSimultaneousProcessesRepo/b/package.json +++ b/apps/rush-lib/src/cli/test/overrideRebuildWithSimultaneousProcessesRepo/b/package.json @@ -2,6 +2,9 @@ "name": "b", "version": "1.0.0", "description": "Test package b", + "dependencies": { + "a": "1.0.0" + }, "scripts": { "build": "fake_build_task_but_works_with_mock", "rebuild": "fake_REbuild_task_but_works_with_mock" diff --git a/apps/rush-lib/src/cli/test/repo/rush.json b/apps/rush-lib/src/cli/test/repo/rush.json index 13fa46cb260..32b3e2399d8 100644 --- a/apps/rush-lib/src/cli/test/repo/rush.json +++ b/apps/rush-lib/src/cli/test/repo/rush.json @@ -1,5 +1,10 @@ { "pnpmVersion": "4.5.0", "rushVersion": "5.0.0", - "projects": [] + "projects": [ + { + "packageName": "rushx-project", + "projectFolder": "rushx-project" + } + ] } diff --git a/apps/rush-lib/src/cli/test/repo/rushx-not-in-rush-project/build.js b/apps/rush-lib/src/cli/test/repo/rushx-not-in-rush-project/build.js new file mode 100644 index 00000000000..fd3033bfe28 --- /dev/null +++ b/apps/rush-lib/src/cli/test/repo/rushx-not-in-rush-project/build.js @@ -0,0 +1,2 @@ +// slice(2) trims away "node.exe" and "build.js" from the array +console.log('build.js: ARGS=' + JSON.stringify(process.argv.slice(2))); diff --git a/apps/rush-lib/src/cli/test/repo/rushx-not-in-rush-project/package.json b/apps/rush-lib/src/cli/test/repo/rushx-not-in-rush-project/package.json new file mode 100644 index 00000000000..b6ddd52d201 --- /dev/null +++ b/apps/rush-lib/src/cli/test/repo/rushx-not-in-rush-project/package.json @@ -0,0 +1,7 @@ +{ + "name": "rushx-not-in-rush-project", + "version": "0.0.0", + "scripts": { + "show-args": "node ./build.js" + } +} diff --git a/apps/rush-lib/src/logic/LinkManagerFactory.ts b/apps/rush-lib/src/logic/LinkManagerFactory.ts index c6f36989a94..f90b4312d46 100644 --- a/apps/rush-lib/src/logic/LinkManagerFactory.ts +++ b/apps/rush-lib/src/logic/LinkManagerFactory.ts @@ -16,8 +16,8 @@ export class LinkManagerFactory { case 'yarn': // Yarn uses the same node_modules structure as NPM return new NpmLinkManager(rushConfiguration); + default: + throw new Error(`Unsupported package manager: ${rushConfiguration.packageManager}`); } - - throw new Error(`Unsupported package manager: ${rushConfiguration.packageManager}`); } } diff --git a/apps/rush-lib/src/logic/ProjectWatcher.ts b/apps/rush-lib/src/logic/ProjectWatcher.ts index b38737698e5..dc8ffc99617 100644 --- a/apps/rush-lib/src/logic/ProjectWatcher.ts +++ b/apps/rush-lib/src/logic/ProjectWatcher.ts @@ -1,15 +1,15 @@ // Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. // See LICENSE in the project root for license information. -import { Import, Path, Terminal } from '@rushstack/node-core-library'; +import * as fs from 'fs'; +import * as os from 'os'; +import { once } from 'events'; +import { Path, Terminal } from '@rushstack/node-core-library'; import { PackageChangeAnalyzer } from './PackageChangeAnalyzer'; import { RushConfiguration } from '../api/RushConfiguration'; import { RushConfigurationProject } from '../api/RushConfigurationProject'; -// Use lazy import because we don't need this immediately -const chokidar: typeof import('chokidar') = Import.lazy('chokidar', require); - export interface IProjectWatcherOptions { debounceMilliseconds?: number; rushConfiguration: RushConfiguration; @@ -31,6 +31,10 @@ export interface IProjectChangeResult { /** * This class is for incrementally watching a set of projects in the repository for changes. * + * We are manually using fs.watch() instead of `chokidar` because all we want from the file system watcher is a boolean + * signal indicating that "at least 1 file in a watched project changed". We then defer to PackageChangeAnalyzer (which + * is responsible for change detection in all incremental builds) to determine what actually chanaged. + * * Calling `waitForChange()` will return a promise that resolves when the package-deps of one or * more projects differ from the value the previous time it was invoked. The first time will always resolve with the full selection. */ @@ -57,7 +61,7 @@ export class ProjectWatcher { * Will return immediately the first time it is invoked, since no state has been recorded. * If no change is currently present, watches the source tree of all selected projects for file changes. */ - public async waitForChange(): Promise { + public async waitForChange(onWatchingFiles?: () => void): Promise { const initialChangeResult: IProjectChangeResult = await this._computeChanged(); // Ensure that the new state is recorded so that we don't loop infinitely this._commitChanges(initialChangeResult.state); @@ -65,21 +69,35 @@ export class ProjectWatcher { return initialChangeResult; } - const watcher: import('chokidar').FSWatcher = new chokidar.FSWatcher({ - persistent: true, - cwd: Path.convertToSlashes(this._rushConfiguration.rushJsonFolder), - followSymlinks: false, - ignoreInitial: true, - ignored: /(?:^|[\\\/])node_modules/g, - disableGlobbing: true, - interval: 1000 - }); - - // Only watch for changes in the requested project folders + const previousState: PackageChangeAnalyzer = initialChangeResult.state; + const repoRoot: string = Path.convertToSlashes(this._rushConfiguration.rushJsonFolder); + + const pathsToWatch: Set = new Set(); + + // Node 12 supports the "recursive" parameter to fs.watch only on win32 and OSX + // https://nodejs.org/docs/latest-v12.x/api/fs.html#fs_caveats + const useNativeRecursiveWatch: boolean = os.platform() === 'win32' || os.platform() === 'darwin'; + for (const project of this._projectsToWatch) { - watcher.add(Path.convertToSlashes(project.projectFolder)); + const projectState: Map = (await previousState.getPackageDeps( + project.packageName, + this._terminal + ))!; + const projectFolder: string = project.projectRelativeFolder; + // Watch files in the root of the project, or + for (const fileName of projectState.keys()) { + for (const pathToWatch of ProjectWatcher._enumeratePathsToWatch( + fileName, + projectFolder, + useNativeRecursiveWatch + )) { + pathsToWatch.add(`${repoRoot}/${pathToWatch}`); + } + } } + const watchers: Map = new Map(); + const watchedResult: IProjectChangeResult = await new Promise( (resolve: (result: IProjectChangeResult) => void, reject: (err: Error) => void) => { let timeout: NodeJS.Timeout | undefined; @@ -115,12 +133,59 @@ export class ProjectWatcher { } }; - watcher.on('all', () => { + const onError = (err: Error): void => { + if (terminated) { + return; + } + + terminated = true; + reject(err); + }; + + const addWatcher = ( + watchedPath: string, + listener: (event: string, fileName: string | Buffer) => void + ): void => { + const watcher: fs.FSWatcher = fs.watch( + watchedPath, + { + encoding: 'utf-8', + recursive: useNativeRecursiveWatch + }, + listener + ); + watchers.set(watchedPath, watcher); + watcher.on('error', (err) => { + watchers.delete(watchedPath); + onError(err); + }); + }; + + const changeListener = (event: string, fileName: string | Buffer): void => { try { if (terminated) { return; } + // Handling for added directories + if (!useNativeRecursiveWatch) { + const decodedName: string = fileName && fileName.toString(); + const normalizedName: string = decodedName && Path.convertToSlashes(decodedName); + + if (normalizedName && !watchers.has(normalizedName)) { + try { + const stat: fs.Stats = fs.statSync(fileName); + if (stat.isDirectory()) { + addWatcher(normalizedName, changeListener); + } + } catch (err) { + if (err.code !== 'ENOENT' && err.code !== 'ENOTDIR') { + throw err; + } + } + } + } + // Use a timeout to debounce changes, e.g. bulk copying files into the directory while the watcher is running. if (timeout) { clearTimeout(timeout); @@ -131,11 +196,29 @@ export class ProjectWatcher { terminated = true; reject(err); } - }); + }; + + for (const pathToWatch of pathsToWatch) { + addWatcher(pathToWatch, changeListener); + } + + if (onWatchingFiles) { + onWatchingFiles(); + } } ); - await watcher.close(); + const closePromises: Promise[] = []; + for (const [watchedPath, watcher] of watchers) { + closePromises.push( + once(watcher, 'close').then(() => { + watchers.delete(watchedPath); + }) + ); + watcher.close(); + } + + await Promise.all(closePromises); return watchedResult; } @@ -201,4 +284,30 @@ export class ProjectWatcher { return false; } + + private static *_enumeratePathsToWatch( + path: string, + projectRelativeFolder: string, + useNativeRecursiveWatch: boolean + ): Iterable { + const rootSlashIndex: number = path.indexOf('/', projectRelativeFolder.length + 2); + + if (rootSlashIndex < 0) { + yield path; + return; + } + + yield path.slice(0, rootSlashIndex); + + if (useNativeRecursiveWatch) { + // Only need the root folder if fs.watch can be called with recursive: true + return; + } + + let slashIndex: number = path.lastIndexOf('/'); + while (slashIndex > rootSlashIndex) { + yield path.slice(0, slashIndex); + slashIndex = path.lastIndexOf('/', slashIndex - 1); + } + } } diff --git a/apps/rush-lib/src/logic/SetupChecks.ts b/apps/rush-lib/src/logic/SetupChecks.ts index c38cdc81492..47edc87167c 100644 --- a/apps/rush-lib/src/logic/SetupChecks.ts +++ b/apps/rush-lib/src/logic/SetupChecks.ts @@ -5,9 +5,9 @@ import colors from 'colors/safe'; import * as path from 'path'; import * as semver from 'semver'; import { FileSystem, AlreadyReportedError } from '@rushstack/node-core-library'; +import { PrintUtilities } from '@rushstack/terminal'; import { RushConfiguration } from '../api/RushConfiguration'; -import { Utilities } from '../utilities/Utilities'; import { RushConstants } from '../logic/RushConstants'; // Refuses to run at all if the PNPM version is older than this, because there @@ -33,7 +33,7 @@ export class SetupChecks { const errorMessage: string | undefined = SetupChecks._validate(rushConfiguration); if (errorMessage) { - console.error(colors.red(Utilities.wrapWords(errorMessage))); + console.error(colors.red(PrintUtilities.wrapWords(errorMessage))); throw new AlreadyReportedError(); } } @@ -77,7 +77,7 @@ export class SetupChecks { if (phantomFolders.length === 1) { console.log( colors.yellow( - Utilities.wrapWords( + PrintUtilities.wrapWords( 'Warning: A phantom "node_modules" folder was found. This defeats Rush\'s protection against' + ' NPM phantom dependencies and may cause confusing build errors. It is recommended to' + ' delete this folder:' @@ -87,7 +87,7 @@ export class SetupChecks { } else { console.log( colors.yellow( - Utilities.wrapWords( + PrintUtilities.wrapWords( 'Warning: Phantom "node_modules" folders were found. This defeats Rush\'s protection against' + ' NPM phantom dependencies and may cause confusing build errors. It is recommended to' + ' delete these folders:' diff --git a/apps/rush-lib/src/logic/ShrinkwrapFileFactory.ts b/apps/rush-lib/src/logic/ShrinkwrapFileFactory.ts index 8df0af0837c..3fc20d50980 100644 --- a/apps/rush-lib/src/logic/ShrinkwrapFileFactory.ts +++ b/apps/rush-lib/src/logic/ShrinkwrapFileFactory.ts @@ -24,7 +24,8 @@ export class ShrinkwrapFileFactory { ); case 'yarn': return YarnShrinkwrapFile.loadFromFile(shrinkwrapFilename); + default: + throw new Error(`Invalid package manager: ${packageManager}`); } - throw new Error(`Invalid package manager: ${packageManager}`); } } diff --git a/apps/rush-lib/src/logic/TaskSelector.ts b/apps/rush-lib/src/logic/TaskSelector.ts index cc23e727478..1939e4b52cd 100644 --- a/apps/rush-lib/src/logic/TaskSelector.ts +++ b/apps/rush-lib/src/logic/TaskSelector.ts @@ -61,23 +61,7 @@ export class TaskSelector { } public registerTasks(): TaskCollection { - const selectedProjects: ReadonlySet = this._computeSelectedProjects(); - - return this._createTaskCollection(selectedProjects); - } - - private _computeSelectedProjects(): ReadonlySet { - const { selection } = this._options; - - if (selection.size) { - return selection; - } - - // Default to all projects - return new Set(this._options.rushConfiguration.projects); - } - - private _createTaskCollection(projects: ReadonlySet): TaskCollection { + const projects: ReadonlySet = this._options.selection; const taskCollection: TaskCollection = new TaskCollection(); // Register all tasks diff --git a/apps/rush-lib/src/logic/base/BaseInstallManager.ts b/apps/rush-lib/src/logic/base/BaseInstallManager.ts index 5cf4da776af..94cdad8c34a 100644 --- a/apps/rush-lib/src/logic/base/BaseInstallManager.ts +++ b/apps/rush-lib/src/logic/base/BaseInstallManager.ts @@ -14,6 +14,7 @@ import { NewlineKind, AlreadyReportedError } from '@rushstack/node-core-library'; +import { PrintUtilities } from '@rushstack/terminal'; import { ApprovedPackagesChecker } from '../ApprovedPackagesChecker'; import { AsyncRecycler } from '../../utilities/AsyncRecycler'; @@ -433,7 +434,7 @@ export abstract class BaseInstallManager { console.log(); console.log( colors.yellow( - Utilities.wrapWords( + PrintUtilities.wrapWords( `The ${this.rushConfiguration.shrinkwrapFilePhrase} contains the following issues:` ) ) diff --git a/apps/rush-lib/src/logic/buildCache/AzureStorageBuildCacheProvider.ts b/apps/rush-lib/src/logic/buildCache/AzureStorageBuildCacheProvider.ts index df578da0646..aec0ef4277e 100644 --- a/apps/rush-lib/src/logic/buildCache/AzureStorageBuildCacheProvider.ts +++ b/apps/rush-lib/src/logic/buildCache/AzureStorageBuildCacheProvider.ts @@ -2,6 +2,7 @@ // See LICENSE in the project root for license information. import { Terminal } from '@rushstack/node-core-library'; +import { PrintUtilities } from '@rushstack/terminal'; import { BlobClient, BlobServiceClient, @@ -17,7 +18,6 @@ import { DeviceCodeCredential, DeviceCodeInfo } from '@azure/identity'; import { EnvironmentConfiguration, EnvironmentVariableNames } from '../../api/EnvironmentConfiguration'; import { CredentialCache, ICredentialCacheEntry } from '../CredentialCache'; import { RushConstants } from '../RushConstants'; -import { Utilities } from '../../utilities/Utilities'; import { CloudBuildCacheProviderBase } from './CloudBuildCacheProviderBase'; // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @@ -316,7 +316,7 @@ export class AzureStorageBuildCacheProvider extends CloudBuildCacheProviderBase 'organizations', DeveloperSignOnClientId, (deviceCodeInfo: DeviceCodeInfo) => { - Utilities.printMessageInBox(deviceCodeInfo.message, terminal); + PrintUtilities.printMessageInBox(deviceCodeInfo.message, terminal); }, { authorityHost: authorityHost } ); diff --git a/apps/rush-lib/src/logic/buildCache/ProjectBuildCache.ts b/apps/rush-lib/src/logic/buildCache/ProjectBuildCache.ts index a1a7b4c8760..f285130aac6 100644 --- a/apps/rush-lib/src/logic/buildCache/ProjectBuildCache.ts +++ b/apps/rush-lib/src/logic/buildCache/ProjectBuildCache.ts @@ -202,7 +202,11 @@ export class ProjectBuildCache { // If we don't have tar on the PATH, if we failed to update the local cache entry, // or if the tar binary failed, untar in-memory - const tarStream: stream.Writable = tar.extract({ cwd: projectFolderPath }); + const tarStream: stream.Writable = tar.extract({ + cwd: projectFolderPath, + // Set to true to omit writing mtime value for extracted entries. + m: true + }); try { const tarPromise: Promise = events.once(tarStream, 'drain'); tarStream.write(cacheEntryBuffer); diff --git a/apps/rush-lib/src/logic/installManager/RushInstallManager.ts b/apps/rush-lib/src/logic/installManager/RushInstallManager.ts index 43bf973ce27..9c6e596c8ca 100644 --- a/apps/rush-lib/src/logic/installManager/RushInstallManager.ts +++ b/apps/rush-lib/src/logic/installManager/RushInstallManager.ts @@ -17,6 +17,7 @@ import { InternalError, AlreadyReportedError } from '@rushstack/node-core-library'; +import { PrintUtilities } from '@rushstack/terminal'; import { BaseInstallManager, IInstallManagerOptions } from '../base/BaseInstallManager'; import { BaseShrinkwrapFile } from '../../logic/base/BaseShrinkwrapFile'; @@ -681,7 +682,9 @@ export class RushInstallManager extends BaseInstallManager { } if (anyChanges) { - console.log(os.EOL + colors.yellow(Utilities.wrapWords(`Applied workaround for NPM 5 bug`)) + os.EOL); + console.log( + os.EOL + colors.yellow(PrintUtilities.wrapWords(`Applied workaround for NPM 5 bug`)) + os.EOL + ); } } @@ -699,7 +702,7 @@ export class RushInstallManager extends BaseInstallManager { console.log( os.EOL + colors.yellow( - Utilities.wrapWords( + PrintUtilities.wrapWords( `Your ${this.rushConfiguration.shrinkwrapFilePhrase} is missing the project "${rushProject.packageName}".` ) ) + diff --git a/apps/rush-lib/src/logic/setup/SetupPackageRegistry.ts b/apps/rush-lib/src/logic/setup/SetupPackageRegistry.ts index fb87bdd8172..2224fd54929 100644 --- a/apps/rush-lib/src/logic/setup/SetupPackageRegistry.ts +++ b/apps/rush-lib/src/logic/setup/SetupPackageRegistry.ts @@ -15,6 +15,7 @@ import { Terminal, Text } from '@rushstack/node-core-library'; +import { PrintUtilities } from '@rushstack/terminal'; import { RushConfiguration } from '../../api/RushConfiguration'; import { Utilities } from '../../utilities/Utilities'; @@ -83,7 +84,7 @@ export class SetupPackageRegistry { return; } - this._terminal.writeLine(Utilities.wrapWords(message)); + this._terminal.writeLine(PrintUtilities.wrapWords(message)); this._terminal.writeLine(); } diff --git a/apps/rush-lib/src/schemas/build-cache.schema.json b/apps/rush-lib/src/schemas/build-cache.schema.json index 241b86d2115..ed80659753f 100644 --- a/apps/rush-lib/src/schemas/build-cache.schema.json +++ b/apps/rush-lib/src/schemas/build-cache.schema.json @@ -37,7 +37,7 @@ "cacheEntryNamePattern": { "type": "string", - "description": "Setting this property overrides the cache entry ID. If this property is set, it must contain a [hash] token. It may also contain a [projectName] or a [projectName:normalized] token." + "description": "Setting this property overrides the cache entry ID. If this property is set, it must contain a [hash] token. It may also contain a [projectName] or a [projectName:normalize] token." }, "azureBlobStorageConfiguration": { diff --git a/apps/rush-lib/src/schemas/command-line.schema.json b/apps/rush-lib/src/schemas/command-line.schema.json index 3da94b31fdf..a773960e153 100644 --- a/apps/rush-lib/src/schemas/command-line.schema.json +++ b/apps/rush-lib/src/schemas/command-line.schema.json @@ -86,7 +86,7 @@ "description": "(EXPERIMENTAL) Normally Rush terminates after the command finishes. If this option is set to \"true\" Rush will instead enter a loop where it watches the file system for changes to the selected projects. Whenever a change is detected, the command will be invoked again for the changed project and any selected projects that directly or indirectly depend on it. For details, refer to the website article \"Using watch mode\".", "type": "boolean" }, - "disableBuildCache ": { + "disableBuildCache": { "title": "Disable build cache.", "description": "Disable build cache for this action. This may be useful if this command affects state outside of projects' own folders.", "type": "boolean" @@ -104,6 +104,7 @@ "safeForSimultaneousRushProcesses": { "$ref": "#/definitions/anything" }, "allowWarningsInSuccessfulBuild": { "$ref": "#/definitions/anything" }, "watchForChanges": { "$ref": "#/definitions/anything" }, + "disableBuildCache": { "$ref": "#/definitions/anything" }, "enableParallelism": { "$ref": "#/definitions/anything" }, "ignoreDependencyOrder": { "$ref": "#/definitions/anything" }, diff --git a/apps/rush-lib/src/schemas/version-policies.schema.json b/apps/rush-lib/src/schemas/version-policies.schema.json index b3aabf0428f..672ab86fefd 100644 --- a/apps/rush-lib/src/schemas/version-policies.schema.json +++ b/apps/rush-lib/src/schemas/version-policies.schema.json @@ -77,6 +77,10 @@ "exemptFromRushChange": { "description": "If true, the version policy will not require changelog files.", "type": "boolean" + }, + "includeEmailInChangeFile": { + "description": "If true, the generated changelog files will include the author's email address.", + "type": "boolean" } }, "required": ["policyName", "definitionName", "version", "nextBump"], @@ -103,6 +107,10 @@ "exemptFromRushChange": { "description": "If true, the version policy will not require changelog files.", "type": "boolean" + }, + "includeEmailInChangeFile": { + "description": "If true, the generated changelog files will include the author's email address.", + "type": "boolean" } }, "required": ["policyName", "definitionName"], diff --git a/apps/rush-lib/src/utilities/TarExecutable.ts b/apps/rush-lib/src/utilities/TarExecutable.ts index 4748cf8a0b3..c794c8af95c 100644 --- a/apps/rush-lib/src/utilities/TarExecutable.ts +++ b/apps/rush-lib/src/utilities/TarExecutable.ts @@ -47,7 +47,16 @@ export class TarExecutable { */ public async tryUntarAsync(options: IUntarOptions): Promise { return await this._spawnTarWithLoggingAsync( - ['-x', '-f', options.archivePath], + // These parameters are chosen for compatibility with the very primitive bsdtar 3.3.2 shipped with Windows 10. + [ + // [Windows bsdtar 3.3.2] Extract: tar -x [options] [] + '-x', + // [Windows bsdtar 3.3.2] -m Don't restore modification times + '-m', + // [Windows bsdtar 3.3.2] -f Location of archive (default \\.\tape0) + '-f', + options.archivePath + ], options.outputFolderPath, options.logFilePath ); @@ -68,7 +77,24 @@ export class TarExecutable { const projectFolderPath: string = project.projectFolder; const tarExitCode: number = await this._spawnTarWithLoggingAsync( - ['-c', '-f', archivePath, '-z', '-C', projectFolderPath, '--files-from', pathsListFilePath], + // These parameters are chosen for compatibility with the very primitive bsdtar 3.3.2 shipped with Windows 10. + [ + // [Windows bsdtar 3.3.2] -c Create + '-c', + // [Windows bsdtar 3.3.2] -f Location of archive (default \\.\tape0) + '-f', + archivePath, + // [Windows bsdtar 3.3.2] -z, -j, -J, --lzma Compress archive with gzip/bzip2/xz/lzma + '-z', + // [Windows bsdtar 3.3.2] -C Change to before processing remaining files + '-C', + projectFolderPath, + // [GNU tar 1.33] -T, --files-from=FILE get names to extract or create from FILE + // + // Windows bsdtar does not document this parameter, but seems to accept it. + '--files-from', + pathsListFilePath + ], projectFolderPath, logFilePath ); diff --git a/apps/rush-lib/src/utilities/Utilities.ts b/apps/rush-lib/src/utilities/Utilities.ts index 2bcd206c85a..032deb92a78 100644 --- a/apps/rush-lib/src/utilities/Utilities.ts +++ b/apps/rush-lib/src/utilities/Utilities.ts @@ -4,10 +4,8 @@ import * as child_process from 'child_process'; import * as fs from 'fs'; import * as os from 'os'; -import * as tty from 'tty'; import * as path from 'path'; -import wordwrap from 'wordwrap'; -import { JsonFile, IPackageJson, FileSystem, FileConstants, Terminal } from '@rushstack/node-core-library'; +import { JsonFile, IPackageJson, FileSystem, FileConstants } from '@rushstack/node-core-library'; import type * as stream from 'stream'; import { CommandLineHelper } from '@rushstack/ts-command-line'; @@ -307,34 +305,6 @@ export class Utilities { return true; } - /** - * Returns the width of the console, measured in columns - */ - public static getConsoleWidth(): number { - const stdout: tty.WriteStream = process.stdout as tty.WriteStream; - if (stdout && stdout.columns) { - return stdout.columns; - } - - return 80; - } - - /** - * Applies word wrapping. If maxLineLength is unspecified, then it defaults to the console - * width. - */ - public static wrapWords(text: string, maxLineLength?: number, indent?: number): string { - if (!indent) { - indent = 0; - } - if (!maxLineLength) { - maxLineLength = Utilities.getConsoleWidth(); - } - - const wrap: (textToWrap: string) => string = wordwrap(indent, maxLineLength, { mode: 'soft' }); - return wrap(text); - } - /** * Executes the command with the specified command-line parameters, and waits for it to complete. * The current directory will be set to the specified workingDirectory. @@ -625,30 +595,6 @@ export class Utilities { return `package-deps_${command}.json`; } - public static printMessageInBox( - message: string, - terminal: Terminal, - boxWidth: number = Math.floor(Utilities.getConsoleWidth() / 2) - ): void { - const maxLineLength: number = boxWidth - 10; - - const wrappedMessage: string = Utilities.wrapWords(message, maxLineLength); - const wrappedMessageLines: string[] = wrappedMessage.split('\n'); - - // ╔═══════════╗ - // ║ Message ║ - // ╚═══════════╝ - terminal.writeLine(` ╔${'═'.repeat(boxWidth - 2)}╗ `); - for (const line of wrappedMessageLines) { - const trimmedLine: string = line.trim(); - const padding: number = boxWidth - trimmedLine.length - 2; - const leftPadding: number = Math.floor(padding / 2); - const rightPadding: number = padding - leftPadding; - terminal.writeLine(` ║${' '.repeat(leftPadding)}${trimmedLine}${' '.repeat(rightPadding)}║ `); - } - terminal.writeLine(` ╚${'═'.repeat(boxWidth - 2)}╝ `); - } - public static async usingAsync( getDisposableAsync: () => Promise | IDisposable, doActionAsync: (disposable: TDisposable) => Promise | void diff --git a/apps/rush-lib/src/utilities/test/Utilities.test.ts b/apps/rush-lib/src/utilities/test/Utilities.test.ts index d5b921be6cc..77c8e9659cc 100644 --- a/apps/rush-lib/src/utilities/test/Utilities.test.ts +++ b/apps/rush-lib/src/utilities/test/Utilities.test.ts @@ -1,54 +1,9 @@ // Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. // See LICENSE in the project root for license information. -import { StringBufferTerminalProvider, Terminal } from '@rushstack/node-core-library'; - import { IDisposable, Utilities } from '../Utilities'; describe('Utilities', () => { - describe('printMessageInBox', () => { - const MESSAGE: string = - 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas porttitor congue massa. Fusce posuere, magna sed pulvinar ultricies, purus lectus malesuada libero, sit amet commodo magna eros quis urna.'; - - let terminalProvider: StringBufferTerminalProvider; - let terminal: Terminal; - - beforeEach(() => { - terminalProvider = new StringBufferTerminalProvider(false); - terminal = new Terminal(terminalProvider); - }); - - afterEach(() => { - jest.resetAllMocks(); - }); - - function validateOutput(expectedWidth: number): void { - const outputLines: string[] = terminalProvider - .getOutput({ normalizeSpecialCharacters: true }) - .split('[n]'); - expect(outputLines).toMatchSnapshot(); - - expect(outputLines[0].trim().length).toEqual(expectedWidth); - } - - it('Correctly prints a narrow box', () => { - Utilities.printMessageInBox(MESSAGE, terminal, 20); - validateOutput(20); - }); - - it('Correctly prints a wide box', () => { - Utilities.printMessageInBox(MESSAGE, terminal, 300); - validateOutput(300); - }); - - it('Correctly gets the console width', () => { - jest.spyOn(Utilities, 'getConsoleWidth').mockReturnValue(65); - - Utilities.printMessageInBox(MESSAGE, terminal); - validateOutput(32); - }); - }); - describe('usingAsync', () => { let disposed: boolean; diff --git a/apps/rush-lib/src/utilities/test/__snapshots__/Utilities.test.ts.snap b/apps/rush-lib/src/utilities/test/__snapshots__/Utilities.test.ts.snap index 69cc7a15267..019edf70019 100644 --- a/apps/rush-lib/src/utilities/test/__snapshots__/Utilities.test.ts.snap +++ b/apps/rush-lib/src/utilities/test/__snapshots__/Utilities.test.ts.snap @@ -1,66 +1,5 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`Utilities printMessageInBox Correctly gets the console width 1`] = ` -Array [ - " ╔══════════════════════════════╗ ", - " ║ Lorem ipsum dolor sit ║ ", - " ║ amet, consectetuer ║ ", - " ║ adipiscing elit. ║ ", - " ║ Maecenas porttitor ║ ", - " ║ congue massa. Fusce ║ ", - " ║ posuere, magna sed ║ ", - " ║ pulvinar ultricies, ║ ", - " ║ purus lectus ║ ", - " ║ malesuada libero, sit ║ ", - " ║ amet commodo magna ║ ", - " ║ eros quis urna. ║ ", - " ╚══════════════════════════════╝ ", - "", -] -`; - -exports[`Utilities printMessageInBox Correctly prints a narrow box 1`] = ` -Array [ - " ╔══════════════════╗ ", - " ║ Lorem ║ ", - " ║ ipsum ║ ", - " ║ dolor sit ║ ", - " ║ amet, ║ ", - " ║ consectetuer ║ ", - " ║ adipiscing ║ ", - " ║ elit. ║ ", - " ║ Maecenas ║ ", - " ║ porttitor ║ ", - " ║ congue ║ ", - " ║ massa. ║ ", - " ║ Fusce ║ ", - " ║ posuere, ║ ", - " ║ magna sed ║ ", - " ║ pulvinar ║ ", - " ║ ultricies, ║ ", - " ║ purus ║ ", - " ║ lectus ║ ", - " ║ malesuada ║ ", - " ║ libero, ║ ", - " ║ sit amet ║ ", - " ║ commodo ║ ", - " ║ magna ║ ", - " ║ eros quis ║ ", - " ║ urna. ║ ", - " ╚══════════════════╝ ", - "", -] -`; - -exports[`Utilities printMessageInBox Correctly prints a wide box 1`] = ` -Array [ - " ╔══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╗ ", - " ║ Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas porttitor congue massa. Fusce posuere, magna sed pulvinar ultricies, purus lectus malesuada libero, sit amet commodo magna eros quis urna. ║ ", - " ╚══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╝ ", - "", -] -`; - exports[`Utilities usingAsync Disposes correctly after the operation throws an exception 1`] = `[Error: operation threw]`; exports[`Utilities usingAsync Does not dispose if the construction throws an exception 1`] = `[Error: constructor threw]`; diff --git a/apps/rush/CHANGELOG.json b/apps/rush/CHANGELOG.json index ebaca8602e4..00190beda6d 100644 --- a/apps/rush/CHANGELOG.json +++ b/apps/rush/CHANGELOG.json @@ -1,6 +1,42 @@ { "name": "@microsoft/rush", "entries": [ + { + "version": "5.48.0", + "tag": "@microsoft/rush_v5.48.0", + "date": "Fri, 09 Jul 2021 01:44:18 GMT", + "comments": { + "none": [ + { + "comment": "Add RUSH_ALLOW_WARNINGS_IN_SUCCESSFUL_BUILD environment variable" + }, + { + "comment": "Prevent \"rush change\" from prompting for an email address, since this feature was rarely used. To restore the old behavior, enable the \"includeEmailInChangeFile\" setting in version-policies.json" + }, + { + "comment": "The \"rushx\" command now reports a warning when invoked in a project folder that is not registered in rush.json" + }, + { + "comment": "Fix the build-cache.json cacheEntryNamePattern description of the [normalize] token." + }, + { + "comment": "When selection CLI parameters are specified and applying them does not select any projects, log that the selection is empty and immediately exit." + }, + { + "comment": "Fix an issue where files restored by the build cache did not have a current modification time" + }, + { + "comment": "Upgrade the \"rush init\" template to use PNPM version 6.7.1; this avoids an important regression in PNPM 6.3.0 where .pnpmfile.cjs did not work correctly: https://github.com/pnpm/pnpm/issues/3453" + }, + { + "comment": "Fix a JSON schema issue that prevented \"disableBuildCache\" from being specified in command-line.json" + }, + { + "comment": "Removed dependency on chokidar from BulkScriptAction in watch mode, since it adds unnecessary overhead." + } + ] + } + }, { "version": "5.47.0", "tag": "@microsoft/rush_v5.47.0", diff --git a/apps/rush/CHANGELOG.md b/apps/rush/CHANGELOG.md index 4221585d225..e34abcb1171 100644 --- a/apps/rush/CHANGELOG.md +++ b/apps/rush/CHANGELOG.md @@ -1,6 +1,21 @@ # Change Log - @microsoft/rush -This log was last generated on Sat, 15 May 2021 00:02:26 GMT and should not be manually modified. +This log was last generated on Fri, 09 Jul 2021 01:44:18 GMT and should not be manually modified. + +## 5.48.0 +Fri, 09 Jul 2021 01:44:18 GMT + +### Updates + +- Add RUSH_ALLOW_WARNINGS_IN_SUCCESSFUL_BUILD environment variable +- Prevent "rush change" from prompting for an email address, since this feature was rarely used. To restore the old behavior, enable the "includeEmailInChangeFile" setting in version-policies.json +- The "rushx" command now reports a warning when invoked in a project folder that is not registered in rush.json +- Fix the build-cache.json cacheEntryNamePattern description of the [normalize] token. +- When selection CLI parameters are specified and applying them does not select any projects, log that the selection is empty and immediately exit. +- Fix an issue where files restored by the build cache did not have a current modification time +- Upgrade the "rush init" template to use PNPM version 6.7.1; this avoids an important regression in PNPM 6.3.0 where .pnpmfile.cjs did not work correctly: https://github.com/pnpm/pnpm/issues/3453 +- Fix a JSON schema issue that prevented "disableBuildCache" from being specified in command-line.json +- Removed dependency on chokidar from BulkScriptAction in watch mode, since it adds unnecessary overhead. ## 5.47.0 Sat, 15 May 2021 00:02:26 GMT diff --git a/apps/rush/config/jest.config.json b/apps/rush/config/jest.config.json index b88d4c3de66..4bb17bde3ee 100644 --- a/apps/rush/config/jest.config.json +++ b/apps/rush/config/jest.config.json @@ -1,3 +1,3 @@ { - "preset": "./node_modules/@rushstack/heft/includes/jest-shared.config.json" + "extends": "@rushstack/heft-node-rig/profiles/default/config/jest.config.json" } diff --git a/apps/rush/package.json b/apps/rush/package.json index 0960e8b54c4..1029e78e769 100644 --- a/apps/rush/package.json +++ b/apps/rush/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/rush", - "version": "5.47.0", + "version": "5.48.0", "description": "A professional solution for consolidating all your JavaScript projects in one Git repo", "keywords": [ "install", diff --git a/build-tests/heft-oldest-compiler-test/.eslintrc.js b/build-tests-samples/heft-node-basic-tutorial/.eslintrc.js similarity index 100% rename from build-tests/heft-oldest-compiler-test/.eslintrc.js rename to build-tests-samples/heft-node-basic-tutorial/.eslintrc.js diff --git a/tutorials/heft-node-basic-tutorial/.vscode/launch.json b/build-tests-samples/heft-node-basic-tutorial/.vscode/launch.json similarity index 100% rename from tutorials/heft-node-basic-tutorial/.vscode/launch.json rename to build-tests-samples/heft-node-basic-tutorial/.vscode/launch.json diff --git a/build-tests-samples/heft-node-basic-tutorial/README.md b/build-tests-samples/heft-node-basic-tutorial/README.md new file mode 100644 index 00000000000..7ba01eb27e9 --- /dev/null +++ b/build-tests-samples/heft-node-basic-tutorial/README.md @@ -0,0 +1,8 @@ +# heft-node-basic-tutorial + +This is a copy of the +[heft-node-basic-tutorial](https://github.com/microsoft/rushstack-samples/tree/main/heft/heft-node-basic-tutorial) +tutorial project from the [rushstack-samples](https://github.com/microsoft/rushstack-samples) repo. + +The copy here serves as a regression test, by using `"workspace:*"` references to the local projects in this repo. +Please update the copy from time to time to keep it in sync with the official tutorial. diff --git a/tutorials/heft-webpack-basic-tutorial/config/heft.json b/build-tests-samples/heft-node-basic-tutorial/config/heft.json similarity index 91% rename from tutorials/heft-webpack-basic-tutorial/config/heft.json rename to build-tests-samples/heft-node-basic-tutorial/config/heft.json index e3cfc7f6bef..c2afa9a3ea5 100644 --- a/tutorials/heft-webpack-basic-tutorial/config/heft.json +++ b/build-tests-samples/heft-node-basic-tutorial/config/heft.json @@ -28,7 +28,7 @@ /** * Glob patterns to be deleted. The paths are resolved relative to the project folder. */ - "globsToDelete": ["dist", "lib", "lib-commonjs", "temp"] + "globsToDelete": ["dist", "lib", "temp"] } ], @@ -40,7 +40,7 @@ /** * The path to the plugin package. */ - "plugin": "@rushstack/heft-webpack4-plugin" + "plugin": "@rushstack/heft-jest-plugin" /** * An optional object that provides additional settings that may be defined by the plugin. diff --git a/build-tests-samples/heft-node-basic-tutorial/config/jest.config.json b/build-tests-samples/heft-node-basic-tutorial/config/jest.config.json new file mode 100644 index 00000000000..b6f305ec886 --- /dev/null +++ b/build-tests-samples/heft-node-basic-tutorial/config/jest.config.json @@ -0,0 +1,3 @@ +{ + "extends": "@rushstack/heft-jest-plugin/includes/jest-shared.config.json" +} diff --git a/build-tests/heft-oldest-compiler-test/config/rush-project.json b/build-tests-samples/heft-node-basic-tutorial/config/rush-project.json similarity index 100% rename from build-tests/heft-oldest-compiler-test/config/rush-project.json rename to build-tests-samples/heft-node-basic-tutorial/config/rush-project.json diff --git a/tutorials/heft-node-basic-tutorial/package.json b/build-tests-samples/heft-node-basic-tutorial/package.json similarity index 73% rename from tutorials/heft-node-basic-tutorial/package.json rename to build-tests-samples/heft-node-basic-tutorial/package.json index 82a42f6ff57..57ab6a1ff55 100644 --- a/tutorials/heft-node-basic-tutorial/package.json +++ b/build-tests-samples/heft-node-basic-tutorial/package.json @@ -1,6 +1,6 @@ { "name": "heft-node-basic-tutorial", - "description": "This project illustrates a minimal tutorial Heft project targeting the Node.js runtime", + "description": "(Copy of sample project) Building this project is a regression test for Heft", "version": "1.0.0", "private": true, "main": "lib/index.js", @@ -11,6 +11,7 @@ "devDependencies": { "@rushstack/eslint-config": "workspace:*", "@rushstack/heft": "workspace:*", + "@rushstack/heft-jest-plugin": "workspace:*", "@types/heft-jest": "1.0.1", "@types/node": "10.17.13", "eslint": "~7.12.1", diff --git a/build-tests/heft-oldest-compiler-test/src/index.ts b/build-tests-samples/heft-node-basic-tutorial/src/index.ts similarity index 100% rename from build-tests/heft-oldest-compiler-test/src/index.ts rename to build-tests-samples/heft-node-basic-tutorial/src/index.ts diff --git a/tutorials/heft-node-basic-tutorial/src/test/ExampleTest.test.ts b/build-tests-samples/heft-node-basic-tutorial/src/test/ExampleTest.test.ts similarity index 100% rename from tutorials/heft-node-basic-tutorial/src/test/ExampleTest.test.ts rename to build-tests-samples/heft-node-basic-tutorial/src/test/ExampleTest.test.ts diff --git a/tutorials/heft-node-basic-tutorial/src/test/__snapshots__/ExampleTest.test.ts.snap b/build-tests-samples/heft-node-basic-tutorial/src/test/__snapshots__/ExampleTest.test.ts.snap similarity index 100% rename from tutorials/heft-node-basic-tutorial/src/test/__snapshots__/ExampleTest.test.ts.snap rename to build-tests-samples/heft-node-basic-tutorial/src/test/__snapshots__/ExampleTest.test.ts.snap diff --git a/tutorials/heft-node-basic-tutorial/tsconfig.json b/build-tests-samples/heft-node-basic-tutorial/tsconfig.json similarity index 100% rename from tutorials/heft-node-basic-tutorial/tsconfig.json rename to build-tests-samples/heft-node-basic-tutorial/tsconfig.json diff --git a/tutorials/heft-node-basic-tutorial/.eslintrc.js b/build-tests-samples/heft-node-jest-tutorial/.eslintrc.js similarity index 100% rename from tutorials/heft-node-basic-tutorial/.eslintrc.js rename to build-tests-samples/heft-node-jest-tutorial/.eslintrc.js diff --git a/tutorials/heft-node-jest-tutorial/.vscode/launch.json b/build-tests-samples/heft-node-jest-tutorial/.vscode/launch.json similarity index 100% rename from tutorials/heft-node-jest-tutorial/.vscode/launch.json rename to build-tests-samples/heft-node-jest-tutorial/.vscode/launch.json diff --git a/build-tests-samples/heft-node-jest-tutorial/README.md b/build-tests-samples/heft-node-jest-tutorial/README.md new file mode 100644 index 00000000000..938d941ac7d --- /dev/null +++ b/build-tests-samples/heft-node-jest-tutorial/README.md @@ -0,0 +1,8 @@ +# heft-node-jest-tutorial + +This is a copy of the +[heft-node-jest-tutorial](https://github.com/microsoft/rushstack-samples/tree/main/heft/heft-node-jest-tutorial) +tutorial project from the [rushstack-samples](https://github.com/microsoft/rushstack-samples) repo. + +The copy here serves as a regression test, by using `"workspace:*"` references to the local projects in this repo. +Please update the copy from time to time to keep it in sync with the official tutorial. diff --git a/build-tests-samples/heft-node-jest-tutorial/config/heft.json b/build-tests-samples/heft-node-jest-tutorial/config/heft.json new file mode 100644 index 00000000000..b6afd974e08 --- /dev/null +++ b/build-tests-samples/heft-node-jest-tutorial/config/heft.json @@ -0,0 +1,29 @@ +{ + "$schema": "https://developer.microsoft.com/json-schemas/heft/heft.schema.json", + + "eventActions": [ + { + "actionKind": "deleteGlobs", + "heftEvent": "clean", + "actionId": "defaultClean", + "globsToDelete": ["dist", "lib", "temp"] + } + ], + + /** + * The list of Heft plugins to be loaded. + */ + "heftPlugins": [ + { + /** + * The path to the plugin package. + */ + "plugin": "@rushstack/heft-jest-plugin" + + /** + * An optional object that provides additional settings that may be defined by the plugin. + */ + // "options": { } + } + ] +} diff --git a/tutorials/heft-node-jest-tutorial/config/jest.config.json b/build-tests-samples/heft-node-jest-tutorial/config/jest.config.json similarity index 68% rename from tutorials/heft-node-jest-tutorial/config/jest.config.json rename to build-tests-samples/heft-node-jest-tutorial/config/jest.config.json index 35ca33e1b82..3c7379f4c5a 100644 --- a/tutorials/heft-node-jest-tutorial/config/jest.config.json +++ b/build-tests-samples/heft-node-jest-tutorial/config/jest.config.json @@ -1,5 +1,5 @@ { - "preset": "./node_modules/@rushstack/heft/includes/jest-shared.config.json", + "extends": "@rushstack/heft-jest-plugin/includes/jest-shared.config.json", "collectCoverage": true, "coverageThreshold": { "global": { diff --git a/build-tests/node-library-build-eslint-test/config/rush-project.json b/build-tests-samples/heft-node-jest-tutorial/config/rush-project.json similarity index 100% rename from build-tests/node-library-build-eslint-test/config/rush-project.json rename to build-tests-samples/heft-node-jest-tutorial/config/rush-project.json diff --git a/tutorials/heft-node-jest-tutorial/package.json b/build-tests-samples/heft-node-jest-tutorial/package.json similarity index 72% rename from tutorials/heft-node-jest-tutorial/package.json rename to build-tests-samples/heft-node-jest-tutorial/package.json index a89108c41a9..2cc6282a9d7 100644 --- a/tutorials/heft-node-jest-tutorial/package.json +++ b/build-tests-samples/heft-node-jest-tutorial/package.json @@ -1,6 +1,6 @@ { "name": "heft-node-jest-tutorial", - "description": "Building this project validates that various Jest features work correctly with Heft", + "description": "(Copy of sample project) Building this project is a regression test for Heft", "version": "1.0.0", "private": true, "license": "MIT", @@ -10,6 +10,7 @@ "devDependencies": { "@rushstack/eslint-config": "workspace:*", "@rushstack/heft": "workspace:*", + "@rushstack/heft-jest-plugin": "workspace:*", "@types/heft-jest": "1.0.1", "@types/node": "10.17.13", "eslint": "~7.12.1", diff --git a/tutorials/heft-node-jest-tutorial/src/guide/01-automatic-mock.test.ts b/build-tests-samples/heft-node-jest-tutorial/src/guide/01-automatic-mock.test.ts similarity index 100% rename from tutorials/heft-node-jest-tutorial/src/guide/01-automatic-mock.test.ts rename to build-tests-samples/heft-node-jest-tutorial/src/guide/01-automatic-mock.test.ts diff --git a/tutorials/heft-node-jest-tutorial/src/guide/02-manual-mock/SoundPlayer.ts b/build-tests-samples/heft-node-jest-tutorial/src/guide/02-manual-mock/SoundPlayer.ts similarity index 100% rename from tutorials/heft-node-jest-tutorial/src/guide/02-manual-mock/SoundPlayer.ts rename to build-tests-samples/heft-node-jest-tutorial/src/guide/02-manual-mock/SoundPlayer.ts diff --git a/tutorials/heft-node-jest-tutorial/src/guide/02-manual-mock/SoundPlayerConsumer.test.ts b/build-tests-samples/heft-node-jest-tutorial/src/guide/02-manual-mock/SoundPlayerConsumer.test.ts similarity index 100% rename from tutorials/heft-node-jest-tutorial/src/guide/02-manual-mock/SoundPlayerConsumer.test.ts rename to build-tests-samples/heft-node-jest-tutorial/src/guide/02-manual-mock/SoundPlayerConsumer.test.ts diff --git a/tutorials/heft-node-jest-tutorial/src/guide/02-manual-mock/SoundPlayerConsumer.ts b/build-tests-samples/heft-node-jest-tutorial/src/guide/02-manual-mock/SoundPlayerConsumer.ts similarity index 100% rename from tutorials/heft-node-jest-tutorial/src/guide/02-manual-mock/SoundPlayerConsumer.ts rename to build-tests-samples/heft-node-jest-tutorial/src/guide/02-manual-mock/SoundPlayerConsumer.ts diff --git a/tutorials/heft-node-jest-tutorial/src/guide/02-manual-mock/__mocks__/SoundPlayer.ts b/build-tests-samples/heft-node-jest-tutorial/src/guide/02-manual-mock/__mocks__/SoundPlayer.ts similarity index 100% rename from tutorials/heft-node-jest-tutorial/src/guide/02-manual-mock/__mocks__/SoundPlayer.ts rename to build-tests-samples/heft-node-jest-tutorial/src/guide/02-manual-mock/__mocks__/SoundPlayer.ts diff --git a/tutorials/heft-node-jest-tutorial/src/guide/03-factory-constructor-mock.test.ts b/build-tests-samples/heft-node-jest-tutorial/src/guide/03-factory-constructor-mock.test.ts similarity index 100% rename from tutorials/heft-node-jest-tutorial/src/guide/03-factory-constructor-mock.test.ts rename to build-tests-samples/heft-node-jest-tutorial/src/guide/03-factory-constructor-mock.test.ts diff --git a/tutorials/heft-node-jest-tutorial/src/guide/SoundPlayer.ts b/build-tests-samples/heft-node-jest-tutorial/src/guide/SoundPlayer.ts similarity index 100% rename from tutorials/heft-node-jest-tutorial/src/guide/SoundPlayer.ts rename to build-tests-samples/heft-node-jest-tutorial/src/guide/SoundPlayer.ts diff --git a/tutorials/heft-node-jest-tutorial/src/guide/SoundPlayerConsumer.ts b/build-tests-samples/heft-node-jest-tutorial/src/guide/SoundPlayerConsumer.ts similarity index 100% rename from tutorials/heft-node-jest-tutorial/src/guide/SoundPlayerConsumer.ts rename to build-tests-samples/heft-node-jest-tutorial/src/guide/SoundPlayerConsumer.ts diff --git a/tutorials/heft-node-jest-tutorial/src/inlineSnapshot.test.ts b/build-tests-samples/heft-node-jest-tutorial/src/inlineSnapshot.test.ts similarity index 100% rename from tutorials/heft-node-jest-tutorial/src/inlineSnapshot.test.ts rename to build-tests-samples/heft-node-jest-tutorial/src/inlineSnapshot.test.ts diff --git a/tutorials/heft-node-jest-tutorial/tsconfig.json b/build-tests-samples/heft-node-jest-tutorial/tsconfig.json similarity index 100% rename from tutorials/heft-node-jest-tutorial/tsconfig.json rename to build-tests-samples/heft-node-jest-tutorial/tsconfig.json diff --git a/tutorials/heft-node-jest-tutorial/.eslintrc.js b/build-tests-samples/heft-node-rig-tutorial/.eslintrc.js similarity index 100% rename from tutorials/heft-node-jest-tutorial/.eslintrc.js rename to build-tests-samples/heft-node-rig-tutorial/.eslintrc.js diff --git a/tutorials/heft-node-rig-tutorial/.vscode/launch.json b/build-tests-samples/heft-node-rig-tutorial/.vscode/launch.json similarity index 100% rename from tutorials/heft-node-rig-tutorial/.vscode/launch.json rename to build-tests-samples/heft-node-rig-tutorial/.vscode/launch.json diff --git a/build-tests-samples/heft-node-rig-tutorial/README.md b/build-tests-samples/heft-node-rig-tutorial/README.md new file mode 100644 index 00000000000..f1d5a4e54fb --- /dev/null +++ b/build-tests-samples/heft-node-rig-tutorial/README.md @@ -0,0 +1,8 @@ +# heft-node-rig-tutorial + +This is a copy of the +[heft-node-rig-tutorial](https://github.com/microsoft/rushstack-samples/tree/main/heft/heft-node-rig-tutorial) +tutorial project from the [rushstack-samples](https://github.com/microsoft/rushstack-samples) repo. + +The copy here serves as a regression test, by using `"workspace:*"` references to the local projects in this repo. +Please update the copy from time to time to keep it in sync with the official tutorial. diff --git a/build-tests-samples/heft-node-rig-tutorial/config/jest.config.json b/build-tests-samples/heft-node-rig-tutorial/config/jest.config.json new file mode 100644 index 00000000000..4bb17bde3ee --- /dev/null +++ b/build-tests-samples/heft-node-rig-tutorial/config/jest.config.json @@ -0,0 +1,3 @@ +{ + "extends": "@rushstack/heft-node-rig/profiles/default/config/jest.config.json" +} diff --git a/tutorials/heft-node-rig-tutorial/config/rig.json b/build-tests-samples/heft-node-rig-tutorial/config/rig.json similarity index 100% rename from tutorials/heft-node-rig-tutorial/config/rig.json rename to build-tests-samples/heft-node-rig-tutorial/config/rig.json diff --git a/tutorials/heft-node-rig-tutorial/package.json b/build-tests-samples/heft-node-rig-tutorial/package.json similarity index 75% rename from tutorials/heft-node-rig-tutorial/package.json rename to build-tests-samples/heft-node-rig-tutorial/package.json index fb5d7bca3e9..e0569945e1a 100644 --- a/tutorials/heft-node-rig-tutorial/package.json +++ b/build-tests-samples/heft-node-rig-tutorial/package.json @@ -1,6 +1,6 @@ { "name": "heft-node-rig-tutorial", - "description": "This project illustrates a minimal tutorial Heft project targeting the Node.js runtime and using a rig package", + "description": "(Copy of sample project) Building this project is a regression test for Heft", "version": "1.0.0", "private": true, "main": "lib/index.js", diff --git a/tutorials/heft-node-basic-tutorial/src/index.ts b/build-tests-samples/heft-node-rig-tutorial/src/index.ts similarity index 100% rename from tutorials/heft-node-basic-tutorial/src/index.ts rename to build-tests-samples/heft-node-rig-tutorial/src/index.ts diff --git a/tutorials/heft-node-rig-tutorial/src/test/ExampleTest.test.ts b/build-tests-samples/heft-node-rig-tutorial/src/test/ExampleTest.test.ts similarity index 100% rename from tutorials/heft-node-rig-tutorial/src/test/ExampleTest.test.ts rename to build-tests-samples/heft-node-rig-tutorial/src/test/ExampleTest.test.ts diff --git a/tutorials/heft-node-rig-tutorial/src/test/__snapshots__/ExampleTest.test.ts.snap b/build-tests-samples/heft-node-rig-tutorial/src/test/__snapshots__/ExampleTest.test.ts.snap similarity index 100% rename from tutorials/heft-node-rig-tutorial/src/test/__snapshots__/ExampleTest.test.ts.snap rename to build-tests-samples/heft-node-rig-tutorial/src/test/__snapshots__/ExampleTest.test.ts.snap diff --git a/tutorials/heft-node-rig-tutorial/tsconfig.json b/build-tests-samples/heft-node-rig-tutorial/tsconfig.json similarity index 100% rename from tutorials/heft-node-rig-tutorial/tsconfig.json rename to build-tests-samples/heft-node-rig-tutorial/tsconfig.json diff --git a/tutorials/heft-webpack-basic-tutorial/.eslintrc.js b/build-tests-samples/heft-webpack-basic-tutorial/.eslintrc.js similarity index 100% rename from tutorials/heft-webpack-basic-tutorial/.eslintrc.js rename to build-tests-samples/heft-webpack-basic-tutorial/.eslintrc.js diff --git a/tutorials/heft-webpack-basic-tutorial/.vscode/launch.json b/build-tests-samples/heft-webpack-basic-tutorial/.vscode/launch.json similarity index 100% rename from tutorials/heft-webpack-basic-tutorial/.vscode/launch.json rename to build-tests-samples/heft-webpack-basic-tutorial/.vscode/launch.json diff --git a/build-tests-samples/heft-webpack-basic-tutorial/README.md b/build-tests-samples/heft-webpack-basic-tutorial/README.md new file mode 100644 index 00000000000..0d9cd69c2de --- /dev/null +++ b/build-tests-samples/heft-webpack-basic-tutorial/README.md @@ -0,0 +1,8 @@ +# heft-webpack-basic-tutorial + +This is a copy of the +[heft-webpack-basic-tutorial](https://github.com/microsoft/rushstack-samples/tree/main/heft/heft-webpack-basic-tutorial) +tutorial project from the [rushstack-samples](https://github.com/microsoft/rushstack-samples) repo. + +The copy here serves as a regression test, by using `"workspace:*"` references to the local projects in this repo. +Please update the copy from time to time to keep it in sync with the official tutorial. diff --git a/tutorials/heft-webpack-basic-tutorial/assets/index.html b/build-tests-samples/heft-webpack-basic-tutorial/assets/index.html similarity index 100% rename from tutorials/heft-webpack-basic-tutorial/assets/index.html rename to build-tests-samples/heft-webpack-basic-tutorial/assets/index.html diff --git a/build-tests-samples/heft-webpack-basic-tutorial/config/heft.json b/build-tests-samples/heft-webpack-basic-tutorial/config/heft.json new file mode 100644 index 00000000000..44940046e80 --- /dev/null +++ b/build-tests-samples/heft-webpack-basic-tutorial/config/heft.json @@ -0,0 +1,59 @@ +/** + * Defines configuration used by core Heft. + */ +{ + "$schema": "https://developer.microsoft.com/json-schemas/heft/heft.schema.json", + + "eventActions": [ + { + /** + * The kind of built-in operation that should be performed. + * The "deleteGlobs" action deletes files or folders that match the + * specified glob patterns. + */ + "actionKind": "deleteGlobs", + + /** + * The stage of the Heft run during which this action should occur. Note that actions specified in heft.json + * occur at the end of the stage of the Heft run. + */ + "heftEvent": "clean", + + /** + * A user-defined tag whose purpose is to allow configs to replace/delete handlers that were added by other + * configs. + */ + "actionId": "defaultClean", + + /** + * Glob patterns to be deleted. The paths are resolved relative to the project folder. + */ + "globsToDelete": ["dist", "lib", "lib-commonjs", "temp"] + } + ], + + /** + * The list of Heft plugins to be loaded. + */ + "heftPlugins": [ + { + /** + * The path to the plugin package. + */ + "plugin": "@rushstack/heft-webpack4-plugin" + + /** + * An optional object that provides additional settings that may be defined by the plugin. + */ + // "options": { } + }, + { + "plugin": "@rushstack/heft-jest-plugin" + + /** + * An optional object that provides additional settings that may be defined by the plugin. + */ + // "options": { } + } + ] +} diff --git a/build-tests-samples/heft-webpack-basic-tutorial/config/jest.config.json b/build-tests-samples/heft-webpack-basic-tutorial/config/jest.config.json new file mode 100644 index 00000000000..b6f305ec886 --- /dev/null +++ b/build-tests-samples/heft-webpack-basic-tutorial/config/jest.config.json @@ -0,0 +1,3 @@ +{ + "extends": "@rushstack/heft-jest-plugin/includes/jest-shared.config.json" +} diff --git a/build-tests/node-library-build-tslint-test/config/rush-project.json b/build-tests-samples/heft-webpack-basic-tutorial/config/rush-project.json similarity index 100% rename from build-tests/node-library-build-tslint-test/config/rush-project.json rename to build-tests-samples/heft-webpack-basic-tutorial/config/rush-project.json diff --git a/tutorials/heft-webpack-basic-tutorial/config/typescript.json b/build-tests-samples/heft-webpack-basic-tutorial/config/typescript.json similarity index 100% rename from tutorials/heft-webpack-basic-tutorial/config/typescript.json rename to build-tests-samples/heft-webpack-basic-tutorial/config/typescript.json diff --git a/tutorials/heft-webpack-basic-tutorial/package.json b/build-tests-samples/heft-webpack-basic-tutorial/package.json similarity index 83% rename from tutorials/heft-webpack-basic-tutorial/package.json rename to build-tests-samples/heft-webpack-basic-tutorial/package.json index c1fe81e043c..ad56296421a 100644 --- a/tutorials/heft-webpack-basic-tutorial/package.json +++ b/build-tests-samples/heft-webpack-basic-tutorial/package.json @@ -1,6 +1,6 @@ { "name": "heft-webpack-basic-tutorial", - "description": "This project illustrates a minimal tutorial Heft project targeting the web browser runtime", + "description": "(Copy of sample project) Building this project is a regression test for Heft", "version": "1.0.0", "private": true, "scripts": { @@ -10,6 +10,7 @@ "devDependencies": { "@rushstack/eslint-config": "workspace:*", "@rushstack/heft": "workspace:*", + "@rushstack/heft-jest-plugin": "workspace:*", "@rushstack/heft-webpack4-plugin": "workspace:*", "@types/heft-jest": "1.0.1", "@types/react": "16.9.45", diff --git a/tutorials/heft-webpack-basic-tutorial/src/ExampleApp.tsx b/build-tests-samples/heft-webpack-basic-tutorial/src/ExampleApp.tsx similarity index 100% rename from tutorials/heft-webpack-basic-tutorial/src/ExampleApp.tsx rename to build-tests-samples/heft-webpack-basic-tutorial/src/ExampleApp.tsx diff --git a/tutorials/heft-webpack-basic-tutorial/src/ToggleSwitch.tsx b/build-tests-samples/heft-webpack-basic-tutorial/src/ToggleSwitch.tsx similarity index 100% rename from tutorials/heft-webpack-basic-tutorial/src/ToggleSwitch.tsx rename to build-tests-samples/heft-webpack-basic-tutorial/src/ToggleSwitch.tsx diff --git a/tutorials/heft-webpack-basic-tutorial/src/index.css b/build-tests-samples/heft-webpack-basic-tutorial/src/index.css similarity index 100% rename from tutorials/heft-webpack-basic-tutorial/src/index.css rename to build-tests-samples/heft-webpack-basic-tutorial/src/index.css diff --git a/tutorials/heft-webpack-basic-tutorial/src/index.tsx b/build-tests-samples/heft-webpack-basic-tutorial/src/index.tsx similarity index 100% rename from tutorials/heft-webpack-basic-tutorial/src/index.tsx rename to build-tests-samples/heft-webpack-basic-tutorial/src/index.tsx diff --git a/tutorials/heft-webpack-basic-tutorial/src/test/ToggleSwitch.test.ts b/build-tests-samples/heft-webpack-basic-tutorial/src/test/ToggleSwitch.test.ts similarity index 100% rename from tutorials/heft-webpack-basic-tutorial/src/test/ToggleSwitch.test.ts rename to build-tests-samples/heft-webpack-basic-tutorial/src/test/ToggleSwitch.test.ts diff --git a/tutorials/heft-webpack-basic-tutorial/tsconfig.json b/build-tests-samples/heft-webpack-basic-tutorial/tsconfig.json similarity index 100% rename from tutorials/heft-webpack-basic-tutorial/tsconfig.json rename to build-tests-samples/heft-webpack-basic-tutorial/tsconfig.json diff --git a/tutorials/heft-webpack-basic-tutorial/webpack.config.js b/build-tests-samples/heft-webpack-basic-tutorial/webpack.config.js similarity index 100% rename from tutorials/heft-webpack-basic-tutorial/webpack.config.js rename to build-tests-samples/heft-webpack-basic-tutorial/webpack.config.js diff --git a/tutorials/packlets-tutorial/.eslintrc.js b/build-tests-samples/packlets-tutorial/.eslintrc.js similarity index 100% rename from tutorials/packlets-tutorial/.eslintrc.js rename to build-tests-samples/packlets-tutorial/.eslintrc.js diff --git a/build-tests-samples/packlets-tutorial/README.md b/build-tests-samples/packlets-tutorial/README.md new file mode 100644 index 00000000000..b02751c7652 --- /dev/null +++ b/build-tests-samples/packlets-tutorial/README.md @@ -0,0 +1,8 @@ +# packlets-tutorial + +This is a copy of the +[packlets-tutorial](https://github.com/microsoft/rushstack-samples/tree/main/other/packlets-tutorial) +tutorial project from the [rushstack-samples](https://github.com/microsoft/rushstack-samples) repo. + +The copy here serves as a regression test, by using `"workspace:*"` references to the local projects in this repo. +Please update the copy from time to time to keep it in sync with the official tutorial. diff --git a/tutorials/packlets-tutorial/config/heft.json b/build-tests-samples/packlets-tutorial/config/heft.json similarity index 100% rename from tutorials/packlets-tutorial/config/heft.json rename to build-tests-samples/packlets-tutorial/config/heft.json diff --git a/build-tests/rush-stack-compiler-2.4-library-test/config/rush-project.json b/build-tests-samples/packlets-tutorial/config/rush-project.json similarity index 100% rename from build-tests/rush-stack-compiler-2.4-library-test/config/rush-project.json rename to build-tests-samples/packlets-tutorial/config/rush-project.json diff --git a/tutorials/packlets-tutorial/package.json b/build-tests-samples/packlets-tutorial/package.json similarity index 75% rename from tutorials/packlets-tutorial/package.json rename to build-tests-samples/packlets-tutorial/package.json index f79929fca3b..7b6c73fbda7 100644 --- a/tutorials/packlets-tutorial/package.json +++ b/build-tests-samples/packlets-tutorial/package.json @@ -1,6 +1,6 @@ { "name": "packlets-tutorial", - "description": "This project illustrates how to use @rushstack/eslint-plugin-packlets", + "description": "(Copy of sample project) Building this project is a regression test for @rushstack/eslint-plugin-packlets", "version": "1.0.0", "private": true, "license": "MIT", diff --git a/tutorials/packlets-tutorial/src/app/App.ts b/build-tests-samples/packlets-tutorial/src/app/App.ts similarity index 99% rename from tutorials/packlets-tutorial/src/app/App.ts rename to build-tests-samples/packlets-tutorial/src/app/App.ts index d1ff6599f28..199225841aa 100644 --- a/tutorials/packlets-tutorial/src/app/App.ts +++ b/build-tests-samples/packlets-tutorial/src/app/App.ts @@ -1,7 +1,8 @@ -import { DataModel, ExampleModel } from '../packlets/data-model'; // Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. // See LICENSE in the project root for license information. +import { DataModel, ExampleModel } from '../packlets/data-model'; + import { Logger, MessageType } from '../packlets/logging'; import { MainReport } from '../packlets/reports'; diff --git a/tutorials/packlets-tutorial/src/packlets/data-model/DataModel.ts b/build-tests-samples/packlets-tutorial/src/packlets/data-model/DataModel.ts similarity index 100% rename from tutorials/packlets-tutorial/src/packlets/data-model/DataModel.ts rename to build-tests-samples/packlets-tutorial/src/packlets/data-model/DataModel.ts diff --git a/tutorials/packlets-tutorial/src/packlets/data-model/ExampleModel.ts b/build-tests-samples/packlets-tutorial/src/packlets/data-model/ExampleModel.ts similarity index 100% rename from tutorials/packlets-tutorial/src/packlets/data-model/ExampleModel.ts rename to build-tests-samples/packlets-tutorial/src/packlets/data-model/ExampleModel.ts diff --git a/tutorials/packlets-tutorial/src/packlets/data-model/index.ts b/build-tests-samples/packlets-tutorial/src/packlets/data-model/index.ts similarity index 100% rename from tutorials/packlets-tutorial/src/packlets/data-model/index.ts rename to build-tests-samples/packlets-tutorial/src/packlets/data-model/index.ts diff --git a/tutorials/packlets-tutorial/src/packlets/logging/Logger.ts b/build-tests-samples/packlets-tutorial/src/packlets/logging/Logger.ts similarity index 100% rename from tutorials/packlets-tutorial/src/packlets/logging/Logger.ts rename to build-tests-samples/packlets-tutorial/src/packlets/logging/Logger.ts diff --git a/tutorials/packlets-tutorial/src/packlets/logging/MessageType.ts b/build-tests-samples/packlets-tutorial/src/packlets/logging/MessageType.ts similarity index 100% rename from tutorials/packlets-tutorial/src/packlets/logging/MessageType.ts rename to build-tests-samples/packlets-tutorial/src/packlets/logging/MessageType.ts diff --git a/tutorials/packlets-tutorial/src/packlets/logging/index.ts b/build-tests-samples/packlets-tutorial/src/packlets/logging/index.ts similarity index 100% rename from tutorials/packlets-tutorial/src/packlets/logging/index.ts rename to build-tests-samples/packlets-tutorial/src/packlets/logging/index.ts diff --git a/tutorials/packlets-tutorial/src/packlets/reports/MainReport.ts b/build-tests-samples/packlets-tutorial/src/packlets/reports/MainReport.ts similarity index 100% rename from tutorials/packlets-tutorial/src/packlets/reports/MainReport.ts rename to build-tests-samples/packlets-tutorial/src/packlets/reports/MainReport.ts diff --git a/tutorials/packlets-tutorial/src/packlets/reports/index.ts b/build-tests-samples/packlets-tutorial/src/packlets/reports/index.ts similarity index 100% rename from tutorials/packlets-tutorial/src/packlets/reports/index.ts rename to build-tests-samples/packlets-tutorial/src/packlets/reports/index.ts diff --git a/tutorials/packlets-tutorial/src/start.ts b/build-tests-samples/packlets-tutorial/src/start.ts similarity index 100% rename from tutorials/packlets-tutorial/src/start.ts rename to build-tests-samples/packlets-tutorial/src/start.ts diff --git a/tutorials/packlets-tutorial/tsconfig.json b/build-tests-samples/packlets-tutorial/tsconfig.json similarity index 100% rename from tutorials/packlets-tutorial/tsconfig.json rename to build-tests-samples/packlets-tutorial/tsconfig.json diff --git a/build-tests/api-extractor-lib1-test/etc/api-extractor-lib1-test.api.md b/build-tests/api-extractor-lib1-test/etc/api-extractor-lib1-test.api.md index 5e1bb5628ce..d7856bac80f 100644 --- a/build-tests/api-extractor-lib1-test/etc/api-extractor-lib1-test.api.md +++ b/build-tests/api-extractor-lib1-test/etc/api-extractor-lib1-test.api.md @@ -14,9 +14,28 @@ export class Lib1Class extends Lib1ForgottenExport { writeableProperty: string; } +// @public (undocumented) +export type Lib1GenericType = { + one: T1; + two: T2; +}; + // @alpha (undocumented) export interface Lib1Interface { } +// @public (undocumented) +export namespace Lib1Namespace { + // (undocumented) + export namespace Inner { + // (undocumented) + export class X { + } + } + // (undocumented) + export class Y { + } +} + ``` diff --git a/build-tests/api-extractor-lib1-test/package.json b/build-tests/api-extractor-lib1-test/package.json index 8852711056e..00bc2fbcc3f 100644 --- a/build-tests/api-extractor-lib1-test/package.json +++ b/build-tests/api-extractor-lib1-test/package.json @@ -12,6 +12,6 @@ "@microsoft/api-extractor": "workspace:*", "@types/node": "10.17.13", "fs-extra": "~7.0.1", - "typescript": "~2.4.2" + "typescript": "~2.9.2" } } diff --git a/apps/heft/src/exports/jest-string-mock-transform.ts b/build-tests/api-extractor-lib1-test/src/Lib1GenericType.ts similarity index 65% rename from apps/heft/src/exports/jest-string-mock-transform.ts rename to build-tests/api-extractor-lib1-test/src/Lib1GenericType.ts index d263d0b4adf..3fde99577a9 100644 --- a/apps/heft/src/exports/jest-string-mock-transform.ts +++ b/build-tests/api-extractor-lib1-test/src/Lib1GenericType.ts @@ -1,4 +1,8 @@ // Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. // See LICENSE in the project root for license information. -export * from '../plugins/JestPlugin/jest-string-mock-transform'; +/** @public */ +export type Lib1GenericType = { + one: T1; + two: T2; +}; diff --git a/build-tests/api-extractor-lib1-test/src/Lib1Namespace.ts b/build-tests/api-extractor-lib1-test/src/Lib1Namespace.ts new file mode 100644 index 00000000000..2ee886f35e9 --- /dev/null +++ b/build-tests/api-extractor-lib1-test/src/Lib1Namespace.ts @@ -0,0 +1,10 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. +// See LICENSE in the project root for license information. + +/** @public */ +export namespace Lib1Namespace { + export namespace Inner { + export class X {} + } + export class Y {} +} diff --git a/build-tests/api-extractor-lib1-test/src/index.ts b/build-tests/api-extractor-lib1-test/src/index.ts index 7fd1ac2cc47..b55be95a87b 100644 --- a/build-tests/api-extractor-lib1-test/src/index.ts +++ b/build-tests/api-extractor-lib1-test/src/index.ts @@ -26,3 +26,6 @@ export class Lib1Class extends Lib1ForgottenExport { /** @alpha */ export interface Lib1Interface {} + +export { Lib1GenericType } from './Lib1GenericType'; +export { Lib1Namespace } from './Lib1Namespace'; diff --git a/build-tests/api-extractor-scenarios/config/build-config.json b/build-tests/api-extractor-scenarios/config/build-config.json index 80ec5180ec8..c0f53c6482f 100644 --- a/build-tests/api-extractor-scenarios/config/build-config.json +++ b/build-tests/api-extractor-scenarios/config/build-config.json @@ -14,12 +14,17 @@ "docReferences", "docReferences2", "docReferences3", + "dynamicImportType", + "dynamicImportType2", + "dynamicImportType3", "ecmaScriptPrivateFields", "exportDuplicate", "exportEquals", "exportImportedExternal", "exportImportedExternal2", "exportImportedExternalDefault", + "exportImportStarAs", + "exportImportStarAs2", "exportStar", "exportStar2", "exportStar3", @@ -29,6 +34,7 @@ "inconsistentReleaseTags", "internationalCharacters", "preapproved", + "spanSorting", "typeOf", "typeOf2", "typeOf3", diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/ambientNameConflict/api-extractor-scenarios.api.md b/build-tests/api-extractor-scenarios/etc/test-outputs/ambientNameConflict/api-extractor-scenarios.api.md index c45bb8b36c2..5c7a3d96b52 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/ambientNameConflict/api-extractor-scenarios.api.md +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/ambientNameConflict/api-extractor-scenarios.api.md @@ -9,7 +9,6 @@ // @public (undocumented) export function ambientNameConflict(p1: Promise, p2: Promise_2): void; - // (No @packageDocumentation comment for this package) ``` diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/ambientNameConflict/rollup.d.ts b/build-tests/api-extractor-scenarios/etc/test-outputs/ambientNameConflict/rollup.d.ts index 45f4cc1907f..43ea4335316 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/ambientNameConflict/rollup.d.ts +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/ambientNameConflict/rollup.d.ts @@ -1,4 +1,3 @@ - /** * @public */ diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/ambientNameConflict2/api-extractor-scenarios.api.md b/build-tests/api-extractor-scenarios/etc/test-outputs/ambientNameConflict2/api-extractor-scenarios.api.md index 3c0b9adff80..8d577f6bf86 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/ambientNameConflict2/api-extractor-scenarios.api.md +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/ambientNameConflict2/api-extractor-scenarios.api.md @@ -7,13 +7,11 @@ // @public class Date_2 { } - export { Date_2 as Date } // @public export function getDate(): Date; - // (No @packageDocumentation comment for this package) ``` diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/ambientNameConflict2/rollup.d.ts b/build-tests/api-extractor-scenarios/etc/test-outputs/ambientNameConflict2/rollup.d.ts index e16e801c922..84bc46b4391 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/ambientNameConflict2/rollup.d.ts +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/ambientNameConflict2/rollup.d.ts @@ -1,4 +1,3 @@ - /** * A local class declaration whose name is the same as the system `Date` global symbol. * @public diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/ancillaryDeclarations/api-extractor-scenarios.api.md b/build-tests/api-extractor-scenarios/etc/test-outputs/ancillaryDeclarations/api-extractor-scenarios.api.md index 3d340e2002e..fcc0a8e2941 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/ancillaryDeclarations/api-extractor-scenarios.api.md +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/ancillaryDeclarations/api-extractor-scenarios.api.md @@ -17,7 +17,6 @@ export class MyClass { set _thing(value: _IInternalThing); } - // (No @packageDocumentation comment for this package) ``` diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/ancillaryDeclarations/rollup.d.ts b/build-tests/api-extractor-scenarios/etc/test-outputs/ancillaryDeclarations/rollup.d.ts index 69ca9020e43..0cdab3977cc 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/ancillaryDeclarations/rollup.d.ts +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/ancillaryDeclarations/rollup.d.ts @@ -1,4 +1,3 @@ - /** @internal */ export declare interface _IInternalThing { title: string; diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/apiItemKinds/api-extractor-scenarios.api.md b/build-tests/api-extractor-scenarios/etc/test-outputs/apiItemKinds/api-extractor-scenarios.api.md index f3322988216..9b2d2507f5a 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/apiItemKinds/api-extractor-scenarios.api.md +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/apiItemKinds/api-extractor-scenarios.api.md @@ -67,7 +67,6 @@ export class SimpleClass { // @public (undocumented) export const VARIABLE: string; - // (No @packageDocumentation comment for this package) ``` diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/apiItemKinds/rollup.d.ts b/build-tests/api-extractor-scenarios/etc/test-outputs/apiItemKinds/rollup.d.ts index 028321bcdaa..29fdeabea7c 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/apiItemKinds/rollup.d.ts +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/apiItemKinds/rollup.d.ts @@ -1,4 +1,3 @@ - /** @public */ export declare abstract class AbstractClass { abstract member(): void; diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/bundledPackages/api-extractor-scenarios.api.md b/build-tests/api-extractor-scenarios/etc/test-outputs/bundledPackages/api-extractor-scenarios.api.md index 4ab9f6bfeb2..95bc505ad9c 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/bundledPackages/api-extractor-scenarios.api.md +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/bundledPackages/api-extractor-scenarios.api.md @@ -21,7 +21,6 @@ export class Lib1Class extends Lib1ForgottenExport { export { Lib2Class } - // (No @packageDocumentation comment for this package) ``` diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/bundledPackages/rollup.d.ts b/build-tests/api-extractor-scenarios/etc/test-outputs/bundledPackages/rollup.d.ts index 46d41962508..d62eb9b0639 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/bundledPackages/rollup.d.ts +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/bundledPackages/rollup.d.ts @@ -11,6 +11,7 @@ export declare class Lib1Class extends Lib1ForgottenExport { declare class Lib1ForgottenExport { } + export { Lib2Class } export { } diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/circularImport/api-extractor-scenarios.api.md b/build-tests/api-extractor-scenarios/etc/test-outputs/circularImport/api-extractor-scenarios.api.md index 1622ba6b582..96dc56ea7c9 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/circularImport/api-extractor-scenarios.api.md +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/circularImport/api-extractor-scenarios.api.md @@ -18,7 +18,6 @@ export class IFolder { files: IFile[]; } - // (No @packageDocumentation comment for this package) ``` diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/circularImport/rollup.d.ts b/build-tests/api-extractor-scenarios/etc/test-outputs/circularImport/rollup.d.ts index 970173bd19f..5316051f5d2 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/circularImport/rollup.d.ts +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/circularImport/rollup.d.ts @@ -1,4 +1,3 @@ - /** @public */ export declare class IFile { containingFolder: IFolder; diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/circularImport2/api-extractor-scenarios.api.md b/build-tests/api-extractor-scenarios/etc/test-outputs/circularImport2/api-extractor-scenarios.api.md index 03d4ef2fa16..d6221af4976 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/circularImport2/api-extractor-scenarios.api.md +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/circularImport2/api-extractor-scenarios.api.md @@ -26,7 +26,6 @@ export class IFolder { files: IFile[]; } - // (No @packageDocumentation comment for this package) ``` diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/circularImport2/rollup.d.ts b/build-tests/api-extractor-scenarios/etc/test-outputs/circularImport2/rollup.d.ts index 50755cfc61a..758e98d8cb2 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/circularImport2/rollup.d.ts +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/circularImport2/rollup.d.ts @@ -1,4 +1,3 @@ - /** @public */ export declare class A { } diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/defaultExportOfEntryPoint/api-extractor-scenarios.api.md b/build-tests/api-extractor-scenarios/etc/test-outputs/defaultExportOfEntryPoint/api-extractor-scenarios.api.md index 858df9e4285..9673f3534b4 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/defaultExportOfEntryPoint/api-extractor-scenarios.api.md +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/defaultExportOfEntryPoint/api-extractor-scenarios.api.md @@ -7,10 +7,8 @@ // @public (undocumented) class DefaultClass { } - export default DefaultClass; - // (No @packageDocumentation comment for this package) ``` diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/defaultExportOfEntryPoint/rollup.d.ts b/build-tests/api-extractor-scenarios/etc/test-outputs/defaultExportOfEntryPoint/rollup.d.ts index 27859c4754c..ed962d82e8c 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/defaultExportOfEntryPoint/rollup.d.ts +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/defaultExportOfEntryPoint/rollup.d.ts @@ -1,4 +1,3 @@ - /** @public */ declare class DefaultClass { } diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/defaultExportOfEntryPoint2/api-extractor-scenarios.api.md b/build-tests/api-extractor-scenarios/etc/test-outputs/defaultExportOfEntryPoint2/api-extractor-scenarios.api.md index e796e5e4668..2352c3f766c 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/defaultExportOfEntryPoint2/api-extractor-scenarios.api.md +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/defaultExportOfEntryPoint2/api-extractor-scenarios.api.md @@ -6,10 +6,8 @@ // @public (undocumented) const defaultFunctionStatement: () => void; - export default defaultFunctionStatement; - // (No @packageDocumentation comment for this package) ``` diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/defaultExportOfEntryPoint2/rollup.d.ts b/build-tests/api-extractor-scenarios/etc/test-outputs/defaultExportOfEntryPoint2/rollup.d.ts index 517d7f9b02d..30a82f23737 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/defaultExportOfEntryPoint2/rollup.d.ts +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/defaultExportOfEntryPoint2/rollup.d.ts @@ -1,4 +1,3 @@ - /** @public */ declare const defaultFunctionStatement: () => void; export default defaultFunctionStatement; diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/defaultExportOfEntryPoint3/api-extractor-scenarios.api.md b/build-tests/api-extractor-scenarios/etc/test-outputs/defaultExportOfEntryPoint3/api-extractor-scenarios.api.md index 581638fb3ff..7f7c207f6b8 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/defaultExportOfEntryPoint3/api-extractor-scenarios.api.md +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/defaultExportOfEntryPoint3/api-extractor-scenarios.api.md @@ -6,10 +6,8 @@ // @public (undocumented) function defaultFunctionDeclaration(): void; - export default defaultFunctionDeclaration; - // (No @packageDocumentation comment for this package) ``` diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/defaultExportOfEntryPoint3/rollup.d.ts b/build-tests/api-extractor-scenarios/etc/test-outputs/defaultExportOfEntryPoint3/rollup.d.ts index 8e8478ffded..de8d7154d18 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/defaultExportOfEntryPoint3/rollup.d.ts +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/defaultExportOfEntryPoint3/rollup.d.ts @@ -1,4 +1,3 @@ - /** * @public */ diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/defaultExportOfEntryPoint4/api-extractor-scenarios.api.md b/build-tests/api-extractor-scenarios/etc/test-outputs/defaultExportOfEntryPoint4/api-extractor-scenarios.api.md index 78718dd177e..dde517e8788 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/defaultExportOfEntryPoint4/api-extractor-scenarios.api.md +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/defaultExportOfEntryPoint4/api-extractor-scenarios.api.md @@ -6,10 +6,8 @@ // @public (undocumented) const _default: "literal"; - export default _default; - // (No @packageDocumentation comment for this package) ``` diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/defaultExportOfEntryPoint4/rollup.d.ts b/build-tests/api-extractor-scenarios/etc/test-outputs/defaultExportOfEntryPoint4/rollup.d.ts index 15e930b0b63..99a15b01ba1 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/defaultExportOfEntryPoint4/rollup.d.ts +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/defaultExportOfEntryPoint4/rollup.d.ts @@ -1,4 +1,3 @@ - declare const _default: "literal"; export default _default; diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/docReferences/api-extractor-scenarios.api.md b/build-tests/api-extractor-scenarios/etc/test-outputs/docReferences/api-extractor-scenarios.api.md index 6fc742a8b0e..37ae5294263 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/docReferences/api-extractor-scenarios.api.md +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/docReferences/api-extractor-scenarios.api.md @@ -29,7 +29,6 @@ export function succeedForNow(): void; // @public export function testSimple(): void; - // (No @packageDocumentation comment for this package) ``` diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/docReferences/rollup.d.ts b/build-tests/api-extractor-scenarios/etc/test-outputs/docReferences/rollup.d.ts index 94a9b92cd3d..2739af6b264 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/docReferences/rollup.d.ts +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/docReferences/rollup.d.ts @@ -1,4 +1,3 @@ - /** * {@inheritDoc MyNamespace.MyClass.nonExistentMethod} * @public diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/docReferences2/api-extractor-scenarios.api.md b/build-tests/api-extractor-scenarios/etc/test-outputs/docReferences2/api-extractor-scenarios.api.md index 26ae14da792..7c4f974a530 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/docReferences2/api-extractor-scenarios.api.md +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/docReferences2/api-extractor-scenarios.api.md @@ -26,7 +26,6 @@ export class FailWithSelfReference { method2(): void; } - // (No @packageDocumentation comment for this package) ``` diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/docReferences2/rollup.d.ts b/build-tests/api-extractor-scenarios/etc/test-outputs/docReferences2/rollup.d.ts index dc073144b53..9be5b8bf965 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/docReferences2/rollup.d.ts +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/docReferences2/rollup.d.ts @@ -1,4 +1,3 @@ - /** @public */ export declare class CyclicA { /** {@inheritDoc CyclicB.methodB2} */ diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/docReferences3/api-extractor-scenarios.api.md b/build-tests/api-extractor-scenarios/etc/test-outputs/docReferences3/api-extractor-scenarios.api.md index 65bd4539b87..cae6a88eaf1 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/docReferences3/api-extractor-scenarios.api.md +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/docReferences3/api-extractor-scenarios.api.md @@ -30,7 +30,6 @@ export function succeedWithExternalReference(): void; // @public export function succeedWithSelector(): void; - // (No @packageDocumentation comment for this package) ``` diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/docReferences3/rollup.d.ts b/build-tests/api-extractor-scenarios/etc/test-outputs/docReferences3/rollup.d.ts index 2e05baff7ac..9823fc73ee2 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/docReferences3/rollup.d.ts +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/docReferences3/rollup.d.ts @@ -1,4 +1,3 @@ - /** @public */ export declare namespace A { export class B { diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/dynamicImportType/api-extractor-scenarios.api.json b/build-tests/api-extractor-scenarios/etc/test-outputs/dynamicImportType/api-extractor-scenarios.api.json new file mode 100644 index 00000000000..9cb9da85ed7 --- /dev/null +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/dynamicImportType/api-extractor-scenarios.api.json @@ -0,0 +1,351 @@ +{ + "metadata": { + "toolPackage": "@microsoft/api-extractor", + "toolVersion": "[test mode]", + "schemaVersion": 1004, + "oldestForwardsCompatibleVersion": 1001, + "tsdocConfig": { + "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json", + "noStandardTags": true, + "tagDefinitions": [ + { + "tagName": "@alpha", + "syntaxKind": "modifier" + }, + { + "tagName": "@beta", + "syntaxKind": "modifier" + }, + { + "tagName": "@defaultValue", + "syntaxKind": "block" + }, + { + "tagName": "@decorator", + "syntaxKind": "block", + "allowMultiple": true + }, + { + "tagName": "@deprecated", + "syntaxKind": "block" + }, + { + "tagName": "@eventProperty", + "syntaxKind": "modifier" + }, + { + "tagName": "@example", + "syntaxKind": "block", + "allowMultiple": true + }, + { + "tagName": "@experimental", + "syntaxKind": "modifier" + }, + { + "tagName": "@inheritDoc", + "syntaxKind": "inline" + }, + { + "tagName": "@internal", + "syntaxKind": "modifier" + }, + { + "tagName": "@label", + "syntaxKind": "inline" + }, + { + "tagName": "@link", + "syntaxKind": "inline", + "allowMultiple": true + }, + { + "tagName": "@override", + "syntaxKind": "modifier" + }, + { + "tagName": "@packageDocumentation", + "syntaxKind": "modifier" + }, + { + "tagName": "@param", + "syntaxKind": "block", + "allowMultiple": true + }, + { + "tagName": "@privateRemarks", + "syntaxKind": "block" + }, + { + "tagName": "@public", + "syntaxKind": "modifier" + }, + { + "tagName": "@readonly", + "syntaxKind": "modifier" + }, + { + "tagName": "@remarks", + "syntaxKind": "block" + }, + { + "tagName": "@returns", + "syntaxKind": "block" + }, + { + "tagName": "@sealed", + "syntaxKind": "modifier" + }, + { + "tagName": "@see", + "syntaxKind": "block" + }, + { + "tagName": "@throws", + "syntaxKind": "block", + "allowMultiple": true + }, + { + "tagName": "@typeParam", + "syntaxKind": "block", + "allowMultiple": true + }, + { + "tagName": "@virtual", + "syntaxKind": "modifier" + }, + { + "tagName": "@betaDocumentation", + "syntaxKind": "modifier" + }, + { + "tagName": "@internalRemarks", + "syntaxKind": "block" + }, + { + "tagName": "@preapproved", + "syntaxKind": "modifier" + } + ], + "supportForTags": { + "@alpha": true, + "@beta": true, + "@defaultValue": true, + "@decorator": true, + "@deprecated": true, + "@eventProperty": true, + "@example": true, + "@experimental": true, + "@inheritDoc": true, + "@internal": true, + "@label": true, + "@link": true, + "@override": true, + "@packageDocumentation": true, + "@param": true, + "@privateRemarks": true, + "@public": true, + "@readonly": true, + "@remarks": true, + "@returns": true, + "@sealed": true, + "@see": true, + "@throws": true, + "@typeParam": true, + "@virtual": true, + "@betaDocumentation": true, + "@internalRemarks": true, + "@preapproved": true + } + } + }, + "kind": "Package", + "canonicalReference": "api-extractor-scenarios!", + "docComment": "", + "name": "api-extractor-scenarios", + "members": [ + { + "kind": "EntryPoint", + "canonicalReference": "api-extractor-scenarios!", + "name": "", + "members": [ + { + "kind": "Class", + "canonicalReference": "api-extractor-scenarios!Item:class", + "docComment": "/**\n * @public\n */\n", + "excerptTokens": [ + { + "kind": "Content", + "text": "export declare class Item " + } + ], + "releaseTag": "Public", + "name": "Item", + "members": [ + { + "kind": "Property", + "canonicalReference": "api-extractor-scenarios!Item#lib1:member", + "docComment": "", + "excerptTokens": [ + { + "kind": "Content", + "text": "lib1: " + }, + { + "kind": "Content", + "text": "import('api-extractor-lib1-test')." + }, + { + "kind": "Reference", + "text": "Lib1Interface", + "canonicalReference": "api-extractor-lib1-test!Lib1Interface:interface" + }, + { + "kind": "Content", + "text": ";" + } + ], + "isOptional": false, + "releaseTag": "Public", + "name": "lib1", + "propertyTypeTokenRange": { + "startIndex": 1, + "endIndex": 3 + }, + "isStatic": false + }, + { + "kind": "Property", + "canonicalReference": "api-extractor-scenarios!Item#lib2:member", + "docComment": "", + "excerptTokens": [ + { + "kind": "Content", + "text": "lib2: " + }, + { + "kind": "Content", + "text": "import('api-extractor-lib2-test')." + }, + { + "kind": "Reference", + "text": "Lib2Interface", + "canonicalReference": "api-extractor-lib2-test!Lib2Interface:interface" + }, + { + "kind": "Content", + "text": ";" + } + ], + "isOptional": false, + "releaseTag": "Public", + "name": "lib2", + "propertyTypeTokenRange": { + "startIndex": 1, + "endIndex": 3 + }, + "isStatic": false + }, + { + "kind": "Property", + "canonicalReference": "api-extractor-scenarios!Item#lib3:member", + "docComment": "", + "excerptTokens": [ + { + "kind": "Content", + "text": "lib3: " + }, + { + "kind": "Content", + "text": "import('api-extractor-lib3-test')." + }, + { + "kind": "Reference", + "text": "Lib1Class", + "canonicalReference": "api-extractor-lib1-test!Lib1Class:class" + }, + { + "kind": "Content", + "text": ";" + } + ], + "isOptional": false, + "releaseTag": "Public", + "name": "lib3", + "propertyTypeTokenRange": { + "startIndex": 1, + "endIndex": 3 + }, + "isStatic": false + }, + { + "kind": "Property", + "canonicalReference": "api-extractor-scenarios!Item#options:member", + "docComment": "", + "excerptTokens": [ + { + "kind": "Content", + "text": "options: " + }, + { + "kind": "Content", + "text": "import('./Options')." + }, + { + "kind": "Reference", + "text": "Options", + "canonicalReference": "api-extractor-scenarios!Options:interface" + }, + { + "kind": "Content", + "text": ";" + } + ], + "isOptional": false, + "releaseTag": "Public", + "name": "options", + "propertyTypeTokenRange": { + "startIndex": 1, + "endIndex": 3 + }, + "isStatic": false + }, + { + "kind": "Property", + "canonicalReference": "api-extractor-scenarios!Item#reExport:member", + "docComment": "", + "excerptTokens": [ + { + "kind": "Content", + "text": "reExport: " + }, + { + "kind": "Content", + "text": "import('./re-export')." + }, + { + "kind": "Reference", + "text": "Lib2Class", + "canonicalReference": "api-extractor-lib2-test!Lib2Class:class" + }, + { + "kind": "Content", + "text": ";" + } + ], + "isOptional": false, + "releaseTag": "Public", + "name": "reExport", + "propertyTypeTokenRange": { + "startIndex": 1, + "endIndex": 3 + }, + "isStatic": false + } + ], + "implementsTokenRanges": [] + } + ] + } + ] +} diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/dynamicImportType/api-extractor-scenarios.api.md b/build-tests/api-extractor-scenarios/etc/test-outputs/dynamicImportType/api-extractor-scenarios.api.md new file mode 100644 index 00000000000..999494f5feb --- /dev/null +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/dynamicImportType/api-extractor-scenarios.api.md @@ -0,0 +1,35 @@ +## API Report File for "api-extractor-scenarios" + +> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). + +```ts + +import * as Lib1 from 'api-extractor-lib1-test'; +import { Lib1Class } from 'api-extractor-lib3-test'; +import { Lib1Interface } from 'api-extractor-lib1-test'; +import { Lib2Class } from 'api-extractor-lib2-test'; +import { Lib2Interface } from 'api-extractor-lib2-test'; + +// @public (undocumented) +export class Item { + // (undocumented) + lib1: Lib1Interface; + // (undocumented) + lib2: Lib2Interface; + // (undocumented) + lib3: Lib1Class; + // Warning: (ae-forgotten-export) The symbol "Options" needs to be exported by the entry point index.d.ts + // + // (undocumented) + options: Options; + // (undocumented) + reExport: Lib2Class; +} + +export { Lib1 } + +export { Lib2Interface } + +// (No @packageDocumentation comment for this package) + +``` diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/dynamicImportType/rollup.d.ts b/build-tests/api-extractor-scenarios/etc/test-outputs/dynamicImportType/rollup.d.ts new file mode 100644 index 00000000000..93bc8c69f24 --- /dev/null +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/dynamicImportType/rollup.d.ts @@ -0,0 +1,25 @@ +import * as Lib1 from 'api-extractor-lib1-test'; +import { Lib1Class } from 'api-extractor-lib3-test'; +import { Lib1Interface } from 'api-extractor-lib1-test'; +import { Lib2Class } from 'api-extractor-lib2-test'; +import { Lib2Interface } from 'api-extractor-lib2-test'; + +/** @public */ +export declare class Item { + options: Options; + lib1: Lib1Interface; + lib2: Lib2Interface; + lib3: Lib1Class; + reExport: Lib2Class; +} + +export { Lib1 } + +export { Lib2Interface } + +declare interface Options { + name: string; + color: 'red' | 'blue'; +} + +export { } diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/dynamicImportType2/api-extractor-scenarios.api.json b/build-tests/api-extractor-scenarios/etc/test-outputs/dynamicImportType2/api-extractor-scenarios.api.json new file mode 100644 index 00000000000..ebc79384c86 --- /dev/null +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/dynamicImportType2/api-extractor-scenarios.api.json @@ -0,0 +1,261 @@ +{ + "metadata": { + "toolPackage": "@microsoft/api-extractor", + "toolVersion": "[test mode]", + "schemaVersion": 1004, + "oldestForwardsCompatibleVersion": 1001, + "tsdocConfig": { + "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json", + "noStandardTags": true, + "tagDefinitions": [ + { + "tagName": "@alpha", + "syntaxKind": "modifier" + }, + { + "tagName": "@beta", + "syntaxKind": "modifier" + }, + { + "tagName": "@defaultValue", + "syntaxKind": "block" + }, + { + "tagName": "@decorator", + "syntaxKind": "block", + "allowMultiple": true + }, + { + "tagName": "@deprecated", + "syntaxKind": "block" + }, + { + "tagName": "@eventProperty", + "syntaxKind": "modifier" + }, + { + "tagName": "@example", + "syntaxKind": "block", + "allowMultiple": true + }, + { + "tagName": "@experimental", + "syntaxKind": "modifier" + }, + { + "tagName": "@inheritDoc", + "syntaxKind": "inline" + }, + { + "tagName": "@internal", + "syntaxKind": "modifier" + }, + { + "tagName": "@label", + "syntaxKind": "inline" + }, + { + "tagName": "@link", + "syntaxKind": "inline", + "allowMultiple": true + }, + { + "tagName": "@override", + "syntaxKind": "modifier" + }, + { + "tagName": "@packageDocumentation", + "syntaxKind": "modifier" + }, + { + "tagName": "@param", + "syntaxKind": "block", + "allowMultiple": true + }, + { + "tagName": "@privateRemarks", + "syntaxKind": "block" + }, + { + "tagName": "@public", + "syntaxKind": "modifier" + }, + { + "tagName": "@readonly", + "syntaxKind": "modifier" + }, + { + "tagName": "@remarks", + "syntaxKind": "block" + }, + { + "tagName": "@returns", + "syntaxKind": "block" + }, + { + "tagName": "@sealed", + "syntaxKind": "modifier" + }, + { + "tagName": "@see", + "syntaxKind": "block" + }, + { + "tagName": "@throws", + "syntaxKind": "block", + "allowMultiple": true + }, + { + "tagName": "@typeParam", + "syntaxKind": "block", + "allowMultiple": true + }, + { + "tagName": "@virtual", + "syntaxKind": "modifier" + }, + { + "tagName": "@betaDocumentation", + "syntaxKind": "modifier" + }, + { + "tagName": "@internalRemarks", + "syntaxKind": "block" + }, + { + "tagName": "@preapproved", + "syntaxKind": "modifier" + } + ], + "supportForTags": { + "@alpha": true, + "@beta": true, + "@defaultValue": true, + "@decorator": true, + "@deprecated": true, + "@eventProperty": true, + "@example": true, + "@experimental": true, + "@inheritDoc": true, + "@internal": true, + "@label": true, + "@link": true, + "@override": true, + "@packageDocumentation": true, + "@param": true, + "@privateRemarks": true, + "@public": true, + "@readonly": true, + "@remarks": true, + "@returns": true, + "@sealed": true, + "@see": true, + "@throws": true, + "@typeParam": true, + "@virtual": true, + "@betaDocumentation": true, + "@internalRemarks": true, + "@preapproved": true + } + } + }, + "kind": "Package", + "canonicalReference": "api-extractor-scenarios!", + "docComment": "", + "name": "api-extractor-scenarios", + "members": [ + { + "kind": "EntryPoint", + "canonicalReference": "api-extractor-scenarios!", + "name": "", + "members": [ + { + "kind": "Interface", + "canonicalReference": "api-extractor-scenarios!IExample:interface", + "docComment": "/**\n * @public\n */\n", + "excerptTokens": [ + { + "kind": "Content", + "text": "export interface IExample " + } + ], + "releaseTag": "Public", + "name": "IExample", + "members": [ + { + "kind": "PropertySignature", + "canonicalReference": "api-extractor-scenarios!IExample#dottedImportType:member", + "docComment": "", + "excerptTokens": [ + { + "kind": "Content", + "text": "dottedImportType: " + }, + { + "kind": "Content", + "text": "import('api-extractor-lib1-test')." + }, + { + "kind": "Reference", + "text": "Lib1Namespace.Inner.X", + "canonicalReference": "api-extractor-lib1-test!Lib1Namespace.Inner.X:class" + }, + { + "kind": "Content", + "text": " | undefined" + }, + { + "kind": "Content", + "text": ";" + } + ], + "isOptional": false, + "releaseTag": "Public", + "name": "dottedImportType", + "propertyTypeTokenRange": { + "startIndex": 1, + "endIndex": 4 + } + }, + { + "kind": "PropertySignature", + "canonicalReference": "api-extractor-scenarios!IExample#dottedImportType2:member", + "docComment": "", + "excerptTokens": [ + { + "kind": "Content", + "text": "dottedImportType2: " + }, + { + "kind": "Content", + "text": "import('api-extractor-lib1-test')." + }, + { + "kind": "Reference", + "text": "Lib1Namespace.Y", + "canonicalReference": "api-extractor-lib1-test!Lib1Namespace.Y:class" + }, + { + "kind": "Content", + "text": " | undefined" + }, + { + "kind": "Content", + "text": ";" + } + ], + "isOptional": false, + "releaseTag": "Public", + "name": "dottedImportType2", + "propertyTypeTokenRange": { + "startIndex": 1, + "endIndex": 4 + } + } + ], + "extendsTokenRanges": [] + } + ] + } + ] +} diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/dynamicImportType2/api-extractor-scenarios.api.md b/build-tests/api-extractor-scenarios/etc/test-outputs/dynamicImportType2/api-extractor-scenarios.api.md new file mode 100644 index 00000000000..46ecc077ba9 --- /dev/null +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/dynamicImportType2/api-extractor-scenarios.api.md @@ -0,0 +1,19 @@ +## API Report File for "api-extractor-scenarios" + +> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). + +```ts + +import { Lib1Namespace } from 'api-extractor-lib1-test'; + +// @public (undocumented) +export interface IExample { + // (undocumented) + dottedImportType: Lib1Namespace.Inner.X | undefined; + // (undocumented) + dottedImportType2: Lib1Namespace.Y | undefined; +} + +// (No @packageDocumentation comment for this package) + +``` diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/dynamicImportType2/rollup.d.ts b/build-tests/api-extractor-scenarios/etc/test-outputs/dynamicImportType2/rollup.d.ts new file mode 100644 index 00000000000..c8d465c2ca5 --- /dev/null +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/dynamicImportType2/rollup.d.ts @@ -0,0 +1,9 @@ +import { Lib1Namespace } from 'api-extractor-lib1-test'; + +/** @public */ +export declare interface IExample { + dottedImportType: Lib1Namespace.Inner.X | undefined; + dottedImportType2: Lib1Namespace.Y | undefined; +} + +export { } diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/dynamicImportType3/api-extractor-scenarios.api.json b/build-tests/api-extractor-scenarios/etc/test-outputs/dynamicImportType3/api-extractor-scenarios.api.json new file mode 100644 index 00000000000..f0bf0564ed6 --- /dev/null +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/dynamicImportType3/api-extractor-scenarios.api.json @@ -0,0 +1,235 @@ +{ + "metadata": { + "toolPackage": "@microsoft/api-extractor", + "toolVersion": "[test mode]", + "schemaVersion": 1004, + "oldestForwardsCompatibleVersion": 1001, + "tsdocConfig": { + "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json", + "noStandardTags": true, + "tagDefinitions": [ + { + "tagName": "@alpha", + "syntaxKind": "modifier" + }, + { + "tagName": "@beta", + "syntaxKind": "modifier" + }, + { + "tagName": "@defaultValue", + "syntaxKind": "block" + }, + { + "tagName": "@decorator", + "syntaxKind": "block", + "allowMultiple": true + }, + { + "tagName": "@deprecated", + "syntaxKind": "block" + }, + { + "tagName": "@eventProperty", + "syntaxKind": "modifier" + }, + { + "tagName": "@example", + "syntaxKind": "block", + "allowMultiple": true + }, + { + "tagName": "@experimental", + "syntaxKind": "modifier" + }, + { + "tagName": "@inheritDoc", + "syntaxKind": "inline" + }, + { + "tagName": "@internal", + "syntaxKind": "modifier" + }, + { + "tagName": "@label", + "syntaxKind": "inline" + }, + { + "tagName": "@link", + "syntaxKind": "inline", + "allowMultiple": true + }, + { + "tagName": "@override", + "syntaxKind": "modifier" + }, + { + "tagName": "@packageDocumentation", + "syntaxKind": "modifier" + }, + { + "tagName": "@param", + "syntaxKind": "block", + "allowMultiple": true + }, + { + "tagName": "@privateRemarks", + "syntaxKind": "block" + }, + { + "tagName": "@public", + "syntaxKind": "modifier" + }, + { + "tagName": "@readonly", + "syntaxKind": "modifier" + }, + { + "tagName": "@remarks", + "syntaxKind": "block" + }, + { + "tagName": "@returns", + "syntaxKind": "block" + }, + { + "tagName": "@sealed", + "syntaxKind": "modifier" + }, + { + "tagName": "@see", + "syntaxKind": "block" + }, + { + "tagName": "@throws", + "syntaxKind": "block", + "allowMultiple": true + }, + { + "tagName": "@typeParam", + "syntaxKind": "block", + "allowMultiple": true + }, + { + "tagName": "@virtual", + "syntaxKind": "modifier" + }, + { + "tagName": "@betaDocumentation", + "syntaxKind": "modifier" + }, + { + "tagName": "@internalRemarks", + "syntaxKind": "block" + }, + { + "tagName": "@preapproved", + "syntaxKind": "modifier" + } + ], + "supportForTags": { + "@alpha": true, + "@beta": true, + "@defaultValue": true, + "@decorator": true, + "@deprecated": true, + "@eventProperty": true, + "@example": true, + "@experimental": true, + "@inheritDoc": true, + "@internal": true, + "@label": true, + "@link": true, + "@override": true, + "@packageDocumentation": true, + "@param": true, + "@privateRemarks": true, + "@public": true, + "@readonly": true, + "@remarks": true, + "@returns": true, + "@sealed": true, + "@see": true, + "@throws": true, + "@typeParam": true, + "@virtual": true, + "@betaDocumentation": true, + "@internalRemarks": true, + "@preapproved": true + } + } + }, + "kind": "Package", + "canonicalReference": "api-extractor-scenarios!", + "docComment": "", + "name": "api-extractor-scenarios", + "members": [ + { + "kind": "EntryPoint", + "canonicalReference": "api-extractor-scenarios!", + "name": "", + "members": [ + { + "kind": "Interface", + "canonicalReference": "api-extractor-scenarios!IExample:interface", + "docComment": "/**\n * @public\n */\n", + "excerptTokens": [ + { + "kind": "Content", + "text": "export interface IExample " + } + ], + "releaseTag": "Public", + "name": "IExample", + "members": [ + { + "kind": "PropertySignature", + "canonicalReference": "api-extractor-scenarios!IExample#generic:member", + "docComment": "", + "excerptTokens": [ + { + "kind": "Content", + "text": "generic: " + }, + { + "kind": "Content", + "text": "import('api-extractor-lib1-test')." + }, + { + "kind": "Reference", + "text": "Lib1GenericType", + "canonicalReference": "api-extractor-lib1-test!Lib1GenericType:type" + }, + { + "kind": "Content", + "text": "" + }, + { + "kind": "Content", + "text": ";" + } + ], + "isOptional": false, + "releaseTag": "Public", + "name": "generic", + "propertyTypeTokenRange": { + "startIndex": 1, + "endIndex": 6 + } + } + ], + "extendsTokenRanges": [] + } + ] + } + ] +} diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/dynamicImportType3/api-extractor-scenarios.api.md b/build-tests/api-extractor-scenarios/etc/test-outputs/dynamicImportType3/api-extractor-scenarios.api.md new file mode 100644 index 00000000000..ee8c43fff7c --- /dev/null +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/dynamicImportType3/api-extractor-scenarios.api.md @@ -0,0 +1,18 @@ +## API Report File for "api-extractor-scenarios" + +> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). + +```ts + +import { Lib1GenericType } from 'api-extractor-lib1-test'; +import { Lib1Interface } from 'api-extractor-lib1-test'; + +// @public (undocumented) +export interface IExample { + // (undocumented) + generic: Lib1GenericType; +} + +// (No @packageDocumentation comment for this package) + +``` diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/dynamicImportType3/rollup.d.ts b/build-tests/api-extractor-scenarios/etc/test-outputs/dynamicImportType3/rollup.d.ts new file mode 100644 index 00000000000..dcbb364c050 --- /dev/null +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/dynamicImportType3/rollup.d.ts @@ -0,0 +1,9 @@ +import { Lib1GenericType } from 'api-extractor-lib1-test'; +import { Lib1Interface } from 'api-extractor-lib1-test'; + +/** @public */ +export declare interface IExample { + generic: Lib1GenericType; +} + +export { } diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/ecmaScriptPrivateFields/api-extractor-scenarios.api.md b/build-tests/api-extractor-scenarios/etc/test-outputs/ecmaScriptPrivateFields/api-extractor-scenarios.api.md index dfc99fd97af..b383b3ca1d8 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/ecmaScriptPrivateFields/api-extractor-scenarios.api.md +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/ecmaScriptPrivateFields/api-extractor-scenarios.api.md @@ -6,8 +6,7 @@ // @public (undocumented) export class Example { - } - +} // (No @packageDocumentation comment for this package) diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/ecmaScriptPrivateFields/rollup.d.ts b/build-tests/api-extractor-scenarios/etc/test-outputs/ecmaScriptPrivateFields/rollup.d.ts index 1612909230c..9bd6852aa45 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/ecmaScriptPrivateFields/rollup.d.ts +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/ecmaScriptPrivateFields/rollup.d.ts @@ -1,4 +1,3 @@ - /** @public */ export declare class Example { #private; diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/exportDuplicate/api-extractor-scenarios.api.md b/build-tests/api-extractor-scenarios/etc/test-outputs/exportDuplicate/api-extractor-scenarios.api.md index 99a589939d4..06b0635d623 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/exportDuplicate/api-extractor-scenarios.api.md +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/exportDuplicate/api-extractor-scenarios.api.md @@ -17,12 +17,9 @@ export { A as C } // @public (undocumented) class X { } - export { X } - export { X as Y } - // (No @packageDocumentation comment for this package) ``` diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/exportDuplicate/rollup.d.ts b/build-tests/api-extractor-scenarios/etc/test-outputs/exportDuplicate/rollup.d.ts index 84d16df510c..25585290cd1 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/exportDuplicate/rollup.d.ts +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/exportDuplicate/rollup.d.ts @@ -1,4 +1,3 @@ - /** @internal */ declare class A { } diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/exportEquals/api-extractor-scenarios.api.md b/build-tests/api-extractor-scenarios/etc/test-outputs/exportEquals/api-extractor-scenarios.api.md index 5560228d16a..acda22e8a77 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/exportEquals/api-extractor-scenarios.api.md +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/exportEquals/api-extractor-scenarios.api.md @@ -12,7 +12,6 @@ export interface ITeamsContext { context: Context; } - // (No @packageDocumentation comment for this package) ``` diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportStarAs/api-extractor-scenarios.api.json b/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportStarAs/api-extractor-scenarios.api.json new file mode 100644 index 00000000000..e2d42c40dbc --- /dev/null +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportStarAs/api-extractor-scenarios.api.json @@ -0,0 +1,469 @@ +{ + "metadata": { + "toolPackage": "@microsoft/api-extractor", + "toolVersion": "[test mode]", + "schemaVersion": 1004, + "oldestForwardsCompatibleVersion": 1001, + "tsdocConfig": { + "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json", + "noStandardTags": true, + "tagDefinitions": [ + { + "tagName": "@alpha", + "syntaxKind": "modifier" + }, + { + "tagName": "@beta", + "syntaxKind": "modifier" + }, + { + "tagName": "@defaultValue", + "syntaxKind": "block" + }, + { + "tagName": "@decorator", + "syntaxKind": "block", + "allowMultiple": true + }, + { + "tagName": "@deprecated", + "syntaxKind": "block" + }, + { + "tagName": "@eventProperty", + "syntaxKind": "modifier" + }, + { + "tagName": "@example", + "syntaxKind": "block", + "allowMultiple": true + }, + { + "tagName": "@experimental", + "syntaxKind": "modifier" + }, + { + "tagName": "@inheritDoc", + "syntaxKind": "inline" + }, + { + "tagName": "@internal", + "syntaxKind": "modifier" + }, + { + "tagName": "@label", + "syntaxKind": "inline" + }, + { + "tagName": "@link", + "syntaxKind": "inline", + "allowMultiple": true + }, + { + "tagName": "@override", + "syntaxKind": "modifier" + }, + { + "tagName": "@packageDocumentation", + "syntaxKind": "modifier" + }, + { + "tagName": "@param", + "syntaxKind": "block", + "allowMultiple": true + }, + { + "tagName": "@privateRemarks", + "syntaxKind": "block" + }, + { + "tagName": "@public", + "syntaxKind": "modifier" + }, + { + "tagName": "@readonly", + "syntaxKind": "modifier" + }, + { + "tagName": "@remarks", + "syntaxKind": "block" + }, + { + "tagName": "@returns", + "syntaxKind": "block" + }, + { + "tagName": "@sealed", + "syntaxKind": "modifier" + }, + { + "tagName": "@see", + "syntaxKind": "block" + }, + { + "tagName": "@throws", + "syntaxKind": "block", + "allowMultiple": true + }, + { + "tagName": "@typeParam", + "syntaxKind": "block", + "allowMultiple": true + }, + { + "tagName": "@virtual", + "syntaxKind": "modifier" + }, + { + "tagName": "@betaDocumentation", + "syntaxKind": "modifier" + }, + { + "tagName": "@internalRemarks", + "syntaxKind": "block" + }, + { + "tagName": "@preapproved", + "syntaxKind": "modifier" + } + ], + "supportForTags": { + "@alpha": true, + "@beta": true, + "@defaultValue": true, + "@decorator": true, + "@deprecated": true, + "@eventProperty": true, + "@example": true, + "@experimental": true, + "@inheritDoc": true, + "@internal": true, + "@label": true, + "@link": true, + "@override": true, + "@packageDocumentation": true, + "@param": true, + "@privateRemarks": true, + "@public": true, + "@readonly": true, + "@remarks": true, + "@returns": true, + "@sealed": true, + "@see": true, + "@throws": true, + "@typeParam": true, + "@virtual": true, + "@betaDocumentation": true, + "@internalRemarks": true, + "@preapproved": true + } + } + }, + "kind": "Package", + "canonicalReference": "api-extractor-scenarios!", + "docComment": "", + "name": "api-extractor-scenarios", + "members": [ + { + "kind": "EntryPoint", + "canonicalReference": "api-extractor-scenarios!", + "name": "", + "members": [ + { + "kind": "Namespace", + "canonicalReference": "api-extractor-scenarios!calculator:namespace", + "docComment": "", + "excerptTokens": [], + "releaseTag": "None", + "name": "calculator", + "members": [ + { + "kind": "Function", + "canonicalReference": "api-extractor-scenarios!calculator.add:function(1)", + "docComment": "/**\n * Returns the sum of adding `b` to `a`\n *\n * @param a - first number\n *\n * @param b - second number\n *\n * @returns Sum of adding `b` to `a`\n *\n * @public\n */\n", + "excerptTokens": [ + { + "kind": "Content", + "text": "export declare function add(a: " + }, + { + "kind": "Content", + "text": "number" + }, + { + "kind": "Content", + "text": ", b: " + }, + { + "kind": "Content", + "text": "number" + }, + { + "kind": "Content", + "text": "): " + }, + { + "kind": "Content", + "text": "number" + }, + { + "kind": "Content", + "text": ";" + } + ], + "returnTypeTokenRange": { + "startIndex": 5, + "endIndex": 6 + }, + "releaseTag": "Public", + "overloadIndex": 1, + "parameters": [ + { + "parameterName": "a", + "parameterTypeTokenRange": { + "startIndex": 1, + "endIndex": 2 + } + }, + { + "parameterName": "b", + "parameterTypeTokenRange": { + "startIndex": 3, + "endIndex": 4 + } + } + ], + "name": "add" + }, + { + "kind": "Variable", + "canonicalReference": "api-extractor-scenarios!calculator.calucatorVersion:var", + "docComment": "/**\n * Returns the version of the calculator.\n *\n * @public\n */\n", + "excerptTokens": [ + { + "kind": "Content", + "text": "calucatorVersion: " + }, + { + "kind": "Content", + "text": "string" + } + ], + "releaseTag": "Public", + "name": "calucatorVersion", + "variableTypeTokenRange": { + "startIndex": 1, + "endIndex": 2 + } + }, + { + "kind": "Function", + "canonicalReference": "api-extractor-scenarios!calculator.subtract:function(1)", + "docComment": "/**\n * Returns the sum of subtracting `b` from `a`\n *\n * @param a - first number\n *\n * @param b - second number\n *\n * @returns Sum of subtract `b` from `a`\n *\n * @beta\n */\n", + "excerptTokens": [ + { + "kind": "Content", + "text": "export declare function subtract(a: " + }, + { + "kind": "Content", + "text": "number" + }, + { + "kind": "Content", + "text": ", b: " + }, + { + "kind": "Content", + "text": "number" + }, + { + "kind": "Content", + "text": "): " + }, + { + "kind": "Content", + "text": "number" + }, + { + "kind": "Content", + "text": ";" + } + ], + "returnTypeTokenRange": { + "startIndex": 5, + "endIndex": 6 + }, + "releaseTag": "Beta", + "overloadIndex": 1, + "parameters": [ + { + "parameterName": "a", + "parameterTypeTokenRange": { + "startIndex": 1, + "endIndex": 2 + } + }, + { + "parameterName": "b", + "parameterTypeTokenRange": { + "startIndex": 3, + "endIndex": 4 + } + } + ], + "name": "subtract" + } + ] + }, + { + "kind": "Namespace", + "canonicalReference": "api-extractor-scenarios!calculator2:namespace", + "docComment": "", + "excerptTokens": [], + "releaseTag": "None", + "name": "calculator2", + "members": [ + { + "kind": "Function", + "canonicalReference": "api-extractor-scenarios!calculator2.add:function(1)", + "docComment": "/**\n * Returns the sum of adding `b` to `a` for large integers\n *\n * @param a - first number\n *\n * @param b - second number\n *\n * @returns Sum of adding `b` to `a`\n *\n * @public\n */\n", + "excerptTokens": [ + { + "kind": "Content", + "text": "export declare function add(a: " + }, + { + "kind": "Content", + "text": "bigint" + }, + { + "kind": "Content", + "text": ", b: " + }, + { + "kind": "Content", + "text": "bigint" + }, + { + "kind": "Content", + "text": "): " + }, + { + "kind": "Content", + "text": "bigint" + }, + { + "kind": "Content", + "text": ";" + } + ], + "returnTypeTokenRange": { + "startIndex": 5, + "endIndex": 6 + }, + "releaseTag": "Public", + "overloadIndex": 1, + "parameters": [ + { + "parameterName": "a", + "parameterTypeTokenRange": { + "startIndex": 1, + "endIndex": 2 + } + }, + { + "parameterName": "b", + "parameterTypeTokenRange": { + "startIndex": 3, + "endIndex": 4 + } + } + ], + "name": "add" + }, + { + "kind": "Variable", + "canonicalReference": "api-extractor-scenarios!calculator2.calucatorVersion:var", + "docComment": "/**\n * Returns the version of the calculator.\n *\n * @public\n */\n", + "excerptTokens": [ + { + "kind": "Content", + "text": "calucatorVersion: " + }, + { + "kind": "Content", + "text": "string" + } + ], + "releaseTag": "Public", + "name": "calucatorVersion", + "variableTypeTokenRange": { + "startIndex": 1, + "endIndex": 2 + } + }, + { + "kind": "Function", + "canonicalReference": "api-extractor-scenarios!calculator2.subtract:function(1)", + "docComment": "/**\n * Returns the sum of subtracting `b` from `a` for large integers\n *\n * @param a - first number\n *\n * @param b - second number\n *\n * @returns Sum of subtract `b` from `a`\n *\n * @beta\n */\n", + "excerptTokens": [ + { + "kind": "Content", + "text": "export declare function subtract(a: " + }, + { + "kind": "Content", + "text": "bigint" + }, + { + "kind": "Content", + "text": ", b: " + }, + { + "kind": "Content", + "text": "bigint" + }, + { + "kind": "Content", + "text": "): " + }, + { + "kind": "Content", + "text": "bigint" + }, + { + "kind": "Content", + "text": ";" + } + ], + "returnTypeTokenRange": { + "startIndex": 5, + "endIndex": 6 + }, + "releaseTag": "Beta", + "overloadIndex": 1, + "parameters": [ + { + "parameterName": "a", + "parameterTypeTokenRange": { + "startIndex": 1, + "endIndex": 2 + } + }, + { + "parameterName": "b", + "parameterTypeTokenRange": { + "startIndex": 3, + "endIndex": 4 + } + } + ], + "name": "subtract" + } + ] + } + ] + } + ] +} diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportStarAs/api-extractor-scenarios.api.md b/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportStarAs/api-extractor-scenarios.api.md new file mode 100644 index 00000000000..6c1cc0cec80 --- /dev/null +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportStarAs/api-extractor-scenarios.api.md @@ -0,0 +1,42 @@ +## API Report File for "api-extractor-scenarios" + +> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). + +```ts + +// @public +function add(a: number, b: number): number; + +// @public +function add_2(a: bigint, b: bigint): bigint; + +declare namespace calculator { + export { + add, + subtract, + calucatorVersion + } +} +export { calculator } + +declare namespace calculator2 { + export { + add_2 as add, + subtract_2 as subtract, + calucatorVersion + } +} +export { calculator2 } + +// @public +const calucatorVersion: string; + +// @beta +function subtract(a: number, b: number): number; + +// @beta +function subtract_2(a: bigint, b: bigint): bigint; + +// (No @packageDocumentation comment for this package) + +``` diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportStarAs/rollup.d.ts b/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportStarAs/rollup.d.ts new file mode 100644 index 00000000000..bd8c3300e64 --- /dev/null +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportStarAs/rollup.d.ts @@ -0,0 +1,61 @@ +/** + * Returns the sum of adding `b` to `a` + * @param a - first number + * @param b - second number + * @returns Sum of adding `b` to `a` + * @public + */ +declare function add(a: number, b: number): number; + +/** + * Returns the sum of adding `b` to `a` for large integers + * @param a - first number + * @param b - second number + * @returns Sum of adding `b` to `a` + * @public + */ +declare function add_2(a: bigint, b: bigint): bigint; + +declare namespace calculator { + export { + add, + subtract, + calucatorVersion + } +} +export { calculator } + +declare namespace calculator2 { + export { + add_2 as add, + subtract_2 as subtract, + calucatorVersion + } +} +export { calculator2 } + +/** + * Returns the version of the calculator. + * @public + */ +declare const calucatorVersion: string; + +/** + * Returns the sum of subtracting `b` from `a` + * @param a - first number + * @param b - second number + * @returns Sum of subtract `b` from `a` + * @beta + */ +declare function subtract(a: number, b: number): number; + +/** + * Returns the sum of subtracting `b` from `a` for large integers + * @param a - first number + * @param b - second number + * @returns Sum of subtract `b` from `a` + * @beta + */ +declare function subtract_2(a: bigint, b: bigint): bigint; + +export { } diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportStarAs2/api-extractor-scenarios.api.json b/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportStarAs2/api-extractor-scenarios.api.json new file mode 100644 index 00000000000..28fe5c46bfe --- /dev/null +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportStarAs2/api-extractor-scenarios.api.json @@ -0,0 +1,217 @@ +{ + "metadata": { + "toolPackage": "@microsoft/api-extractor", + "toolVersion": "[test mode]", + "schemaVersion": 1004, + "oldestForwardsCompatibleVersion": 1001, + "tsdocConfig": { + "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json", + "noStandardTags": true, + "tagDefinitions": [ + { + "tagName": "@alpha", + "syntaxKind": "modifier" + }, + { + "tagName": "@beta", + "syntaxKind": "modifier" + }, + { + "tagName": "@defaultValue", + "syntaxKind": "block" + }, + { + "tagName": "@decorator", + "syntaxKind": "block", + "allowMultiple": true + }, + { + "tagName": "@deprecated", + "syntaxKind": "block" + }, + { + "tagName": "@eventProperty", + "syntaxKind": "modifier" + }, + { + "tagName": "@example", + "syntaxKind": "block", + "allowMultiple": true + }, + { + "tagName": "@experimental", + "syntaxKind": "modifier" + }, + { + "tagName": "@inheritDoc", + "syntaxKind": "inline" + }, + { + "tagName": "@internal", + "syntaxKind": "modifier" + }, + { + "tagName": "@label", + "syntaxKind": "inline" + }, + { + "tagName": "@link", + "syntaxKind": "inline", + "allowMultiple": true + }, + { + "tagName": "@override", + "syntaxKind": "modifier" + }, + { + "tagName": "@packageDocumentation", + "syntaxKind": "modifier" + }, + { + "tagName": "@param", + "syntaxKind": "block", + "allowMultiple": true + }, + { + "tagName": "@privateRemarks", + "syntaxKind": "block" + }, + { + "tagName": "@public", + "syntaxKind": "modifier" + }, + { + "tagName": "@readonly", + "syntaxKind": "modifier" + }, + { + "tagName": "@remarks", + "syntaxKind": "block" + }, + { + "tagName": "@returns", + "syntaxKind": "block" + }, + { + "tagName": "@sealed", + "syntaxKind": "modifier" + }, + { + "tagName": "@see", + "syntaxKind": "block" + }, + { + "tagName": "@throws", + "syntaxKind": "block", + "allowMultiple": true + }, + { + "tagName": "@typeParam", + "syntaxKind": "block", + "allowMultiple": true + }, + { + "tagName": "@virtual", + "syntaxKind": "modifier" + }, + { + "tagName": "@betaDocumentation", + "syntaxKind": "modifier" + }, + { + "tagName": "@internalRemarks", + "syntaxKind": "block" + }, + { + "tagName": "@preapproved", + "syntaxKind": "modifier" + } + ], + "supportForTags": { + "@alpha": true, + "@beta": true, + "@defaultValue": true, + "@decorator": true, + "@deprecated": true, + "@eventProperty": true, + "@example": true, + "@experimental": true, + "@inheritDoc": true, + "@internal": true, + "@label": true, + "@link": true, + "@override": true, + "@packageDocumentation": true, + "@param": true, + "@privateRemarks": true, + "@public": true, + "@readonly": true, + "@remarks": true, + "@returns": true, + "@sealed": true, + "@see": true, + "@throws": true, + "@typeParam": true, + "@virtual": true, + "@betaDocumentation": true, + "@internalRemarks": true, + "@preapproved": true + } + } + }, + "kind": "Package", + "canonicalReference": "api-extractor-scenarios!", + "docComment": "", + "name": "api-extractor-scenarios", + "members": [ + { + "kind": "EntryPoint", + "canonicalReference": "api-extractor-scenarios!", + "name": "", + "members": [ + { + "kind": "Namespace", + "canonicalReference": "api-extractor-scenarios!ns:namespace", + "docComment": "", + "excerptTokens": [], + "releaseTag": "None", + "name": "ns", + "members": [ + { + "kind": "Function", + "canonicalReference": "api-extractor-scenarios!ns.exportedApi:function(1)", + "docComment": "/**\n * @public\n */\n", + "excerptTokens": [ + { + "kind": "Content", + "text": "export declare function exportedApi(): " + }, + { + "kind": "Content", + "text": "forgottenNs." + }, + { + "kind": "Reference", + "text": "ForgottenClass", + "canonicalReference": "api-extractor-scenarios!ForgottenClass:class" + }, + { + "kind": "Content", + "text": ";" + } + ], + "returnTypeTokenRange": { + "startIndex": 1, + "endIndex": 3 + }, + "releaseTag": "Public", + "overloadIndex": 1, + "parameters": [], + "name": "exportedApi" + } + ] + } + ] + } + ] +} diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportStarAs2/api-extractor-scenarios.api.md b/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportStarAs2/api-extractor-scenarios.api.md new file mode 100644 index 00000000000..0acea2fe3d6 --- /dev/null +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportStarAs2/api-extractor-scenarios.api.md @@ -0,0 +1,25 @@ +## API Report File for "api-extractor-scenarios" + +> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). + +```ts + +// Warning: (ae-forgotten-export) The symbol "forgottenNs" needs to be exported by the entry point index.d.ts +// +// @public (undocumented) +function exportedApi(): forgottenNs.ForgottenClass; + +// @public (undocumented) +class ForgottenClass { +} + +declare namespace ns { + export { + exportedApi + } +} +export { ns } + +// (No @packageDocumentation comment for this package) + +``` diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportStarAs2/rollup.d.ts b/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportStarAs2/rollup.d.ts new file mode 100644 index 00000000000..8819a381256 --- /dev/null +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportStarAs2/rollup.d.ts @@ -0,0 +1,25 @@ +/** + * @public + */ +declare function exportedApi(): forgottenNs.ForgottenClass; + +/** + * @public + */ +declare class ForgottenClass { +} + +declare namespace forgottenNs { + export { + ForgottenClass + } +} + +declare namespace ns { + export { + exportedApi + } +} +export { ns } + +export { } diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportedExternal/api-extractor-scenarios.api.md b/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportedExternal/api-extractor-scenarios.api.md index 26040fc4a5d..e153cecf3f5 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportedExternal/api-extractor-scenarios.api.md +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportedExternal/api-extractor-scenarios.api.md @@ -13,10 +13,8 @@ export { Lib1Class } export { Lib1Interface } export { Lib2Class as DoubleRenamedLib2Class } - export { Lib2Class as RenamedLib2Class } - // (No @packageDocumentation comment for this package) ``` diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportedExternal/rollup.d.ts b/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportedExternal/rollup.d.ts index 5af60a71e60..79e923ef215 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportedExternal/rollup.d.ts +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportedExternal/rollup.d.ts @@ -1,8 +1,11 @@ import { Lib1Class } from 'api-extractor-lib1-test'; import { Lib1Interface } from 'api-extractor-lib1-test'; import { Lib2Class } from 'api-extractor-lib2-test'; + export { Lib1Class } + export { Lib1Interface } + export { Lib2Class as DoubleRenamedLib2Class } export { Lib2Class as RenamedLib2Class } diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportedExternal2/api-extractor-scenarios.api.md b/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportedExternal2/api-extractor-scenarios.api.md index 9fa98baad17..5424b29c9f0 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportedExternal2/api-extractor-scenarios.api.md +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportedExternal2/api-extractor-scenarios.api.md @@ -8,7 +8,6 @@ import { Lib1Class } from 'api-extractor-lib3-test'; export { Lib1Class } - // (No @packageDocumentation comment for this package) ``` diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportedExternal2/rollup.d.ts b/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportedExternal2/rollup.d.ts index 58204823153..339ea10875d 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportedExternal2/rollup.d.ts +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportedExternal2/rollup.d.ts @@ -1,4 +1,5 @@ import { Lib1Class } from 'api-extractor-lib3-test'; + export { Lib1Class } export { } diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportedExternalDefault/api-extractor-scenarios.api.md b/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportedExternalDefault/api-extractor-scenarios.api.md index 5c05ce06874..9fc9ffe785b 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportedExternalDefault/api-extractor-scenarios.api.md +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportedExternalDefault/api-extractor-scenarios.api.md @@ -15,7 +15,6 @@ export default default_2; export { Lib2Class } - // (No @packageDocumentation comment for this package) ``` diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportedExternalDefault/rollup.d.ts b/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportedExternalDefault/rollup.d.ts index f9a15dacc54..03e36983656 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportedExternalDefault/rollup.d.ts +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/exportImportedExternalDefault/rollup.d.ts @@ -4,7 +4,9 @@ import { Lib2Class } from 'api-extractor-lib2-test'; /** @public */ export declare class Child extends default_2 { } + export default default_2; + export { Lib2Class } export { } diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/exportStar/api-extractor-scenarios.api.md b/build-tests/api-extractor-scenarios/etc/test-outputs/exportStar/api-extractor-scenarios.api.md index 63f0d7a8c31..58bbf8a2853 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/exportStar/api-extractor-scenarios.api.md +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/exportStar/api-extractor-scenarios.api.md @@ -16,7 +16,6 @@ export class B { export class C { } - // (No @packageDocumentation comment for this package) ``` diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/exportStar/rollup.d.ts b/build-tests/api-extractor-scenarios/etc/test-outputs/exportStar/rollup.d.ts index 47bf36a4473..82471bcc17b 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/exportStar/rollup.d.ts +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/exportStar/rollup.d.ts @@ -1,4 +1,3 @@ - /** @public */ export declare class A { } diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/exportStar2/rollup.d.ts b/build-tests/api-extractor-scenarios/etc/test-outputs/exportStar2/rollup.d.ts index 8e6bcc58b9b..55d21f77bf6 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/exportStar2/rollup.d.ts +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/exportStar2/rollup.d.ts @@ -1,8 +1,8 @@ - /** @public */ export declare class A { } + export * from "api-extractor-lib1-test"; export * from "api-extractor-lib2-test"; diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/exportStar3/api-extractor-scenarios.api.md b/build-tests/api-extractor-scenarios/etc/test-outputs/exportStar3/api-extractor-scenarios.api.md index e3d8af12f10..a7ef0c9f1ec 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/exportStar3/api-extractor-scenarios.api.md +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/exportStar3/api-extractor-scenarios.api.md @@ -15,7 +15,6 @@ export { Lib1Class } export { RenamedLib2Interface } - // (No @packageDocumentation comment for this package) ``` diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/exportStar3/rollup.d.ts b/build-tests/api-extractor-scenarios/etc/test-outputs/exportStar3/rollup.d.ts index f4a993e0329..ab9b252b772 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/exportStar3/rollup.d.ts +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/exportStar3/rollup.d.ts @@ -4,7 +4,9 @@ import { Lib2Interface as RenamedLib2Interface } from 'api-extractor-lib2-test'; /** @public */ export declare class A { } + export { Lib1Class } + export { RenamedLib2Interface } export { } diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/functionOverload/api-extractor-scenarios.api.md b/build-tests/api-extractor-scenarios/etc/test-outputs/functionOverload/api-extractor-scenarios.api.md index 6f86d4d4af8..1b2dd4cb96f 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/functionOverload/api-extractor-scenarios.api.md +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/functionOverload/api-extractor-scenarios.api.md @@ -31,7 +31,6 @@ export class Combiner { combine(x: number, y: number): number; } - // (No @packageDocumentation comment for this package) ``` diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/functionOverload/beta-rollup.d.ts b/build-tests/api-extractor-scenarios/etc/test-outputs/functionOverload/beta-rollup.d.ts index 9a6bf28f512..4a743513621 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/functionOverload/beta-rollup.d.ts +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/functionOverload/beta-rollup.d.ts @@ -1,4 +1,3 @@ - /* Excluded declaration from this release type: combine */ /** diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/functionOverload/public-rollup.d.ts b/build-tests/api-extractor-scenarios/etc/test-outputs/functionOverload/public-rollup.d.ts index 1198f5f26b0..eb82c33c9b5 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/functionOverload/public-rollup.d.ts +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/functionOverload/public-rollup.d.ts @@ -1,4 +1,3 @@ - /* Excluded declaration from this release type: combine */ /* Excluded declaration from this release type: combine */ diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/functionOverload/rollup.d.ts b/build-tests/api-extractor-scenarios/etc/test-outputs/functionOverload/rollup.d.ts index 53e55722466..6df60cf456b 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/functionOverload/rollup.d.ts +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/functionOverload/rollup.d.ts @@ -1,4 +1,3 @@ - /** * @alpha */ diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/importEquals/api-extractor-scenarios.api.md b/build-tests/api-extractor-scenarios/etc/test-outputs/importEquals/api-extractor-scenarios.api.md index 8c75c43b878..c12c59a717e 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/importEquals/api-extractor-scenarios.api.md +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/importEquals/api-extractor-scenarios.api.md @@ -9,7 +9,6 @@ import colors = require('colors'); // @public (undocumented) export function useColors(): typeof colors.zebra; - // (No @packageDocumentation comment for this package) ``` diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/importType/api-extractor-scenarios.api.md b/build-tests/api-extractor-scenarios/etc/test-outputs/importType/api-extractor-scenarios.api.md index eb8d113f635..fc1e13919dd 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/importType/api-extractor-scenarios.api.md +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/importType/api-extractor-scenarios.api.md @@ -19,7 +19,6 @@ export interface B extends Lib1Interface { export interface C extends Lib1Interface { } - // (No @packageDocumentation comment for this package) ``` diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/inconsistentReleaseTags/api-extractor-scenarios.api.md b/build-tests/api-extractor-scenarios/etc/test-outputs/inconsistentReleaseTags/api-extractor-scenarios.api.md index f93e9672264..b7d9ece60e4 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/inconsistentReleaseTags/api-extractor-scenarios.api.md +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/inconsistentReleaseTags/api-extractor-scenarios.api.md @@ -18,7 +18,6 @@ export interface IBeta { // @public export function publicFunctionReturnsBeta(): IBeta; - // (No @packageDocumentation comment for this package) ``` diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/inconsistentReleaseTags/rollup.d.ts b/build-tests/api-extractor-scenarios/etc/test-outputs/inconsistentReleaseTags/rollup.d.ts index 11f24f2c58f..97cc68d2ebf 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/inconsistentReleaseTags/rollup.d.ts +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/inconsistentReleaseTags/rollup.d.ts @@ -1,4 +1,3 @@ - /** * It's okay for an "alpha" function to reference a "beta" symbol, * because "beta" is more public than "alpha". diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/internationalCharacters/api-extractor-scenarios.api.md b/build-tests/api-extractor-scenarios/etc/test-outputs/internationalCharacters/api-extractor-scenarios.api.md index f67c12b8fc2..4c99c1e4c5c 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/internationalCharacters/api-extractor-scenarios.api.md +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/internationalCharacters/api-extractor-scenarios.api.md @@ -13,12 +13,9 @@ class ClassΞ { // (undocumented) 'validChars'(): void; } - export { ClassΞ } - export { ClassΞ as ClassΣ } - // (No @packageDocumentation comment for this package) ``` diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/internationalCharacters/rollup.d.ts b/build-tests/api-extractor-scenarios/etc/test-outputs/internationalCharacters/rollup.d.ts index 0a2dfb419af..bc89687eaed 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/internationalCharacters/rollup.d.ts +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/internationalCharacters/rollup.d.ts @@ -1,4 +1,3 @@ - /** @public */ declare class ClassΞ { memberΔ(paramΩ: string): ClassΞ; diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/preapproved/api-extractor-scenarios.api.md b/build-tests/api-extractor-scenarios/etc/test-outputs/preapproved/api-extractor-scenarios.api.md index 653ce728039..48f328febb3 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/preapproved/api-extractor-scenarios.api.md +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/preapproved/api-extractor-scenarios.api.md @@ -16,7 +16,6 @@ interface _PreapprovedInterface { /* (preapproved) */ } // @internal (undocumented) namespace _PreapprovedNamespace { /* (preapproved) */ } - // (No @packageDocumentation comment for this package) ``` diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/preapproved/rollup.d.ts b/build-tests/api-extractor-scenarios/etc/test-outputs/preapproved/rollup.d.ts index 57b5b36ab61..aff9acaaeb3 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/preapproved/rollup.d.ts +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/preapproved/rollup.d.ts @@ -1,4 +1,3 @@ - /** @internal @preapproved */ export declare class _PreapprovedClass { member(): void; diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/spanSorting/api-extractor-scenarios.api.json b/build-tests/api-extractor-scenarios/etc/test-outputs/spanSorting/api-extractor-scenarios.api.json new file mode 100644 index 00000000000..d79d999ea52 --- /dev/null +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/spanSorting/api-extractor-scenarios.api.json @@ -0,0 +1,379 @@ +{ + "metadata": { + "toolPackage": "@microsoft/api-extractor", + "toolVersion": "[test mode]", + "schemaVersion": 1004, + "oldestForwardsCompatibleVersion": 1001, + "tsdocConfig": { + "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json", + "noStandardTags": true, + "tagDefinitions": [ + { + "tagName": "@alpha", + "syntaxKind": "modifier" + }, + { + "tagName": "@beta", + "syntaxKind": "modifier" + }, + { + "tagName": "@defaultValue", + "syntaxKind": "block" + }, + { + "tagName": "@decorator", + "syntaxKind": "block", + "allowMultiple": true + }, + { + "tagName": "@deprecated", + "syntaxKind": "block" + }, + { + "tagName": "@eventProperty", + "syntaxKind": "modifier" + }, + { + "tagName": "@example", + "syntaxKind": "block", + "allowMultiple": true + }, + { + "tagName": "@experimental", + "syntaxKind": "modifier" + }, + { + "tagName": "@inheritDoc", + "syntaxKind": "inline" + }, + { + "tagName": "@internal", + "syntaxKind": "modifier" + }, + { + "tagName": "@label", + "syntaxKind": "inline" + }, + { + "tagName": "@link", + "syntaxKind": "inline", + "allowMultiple": true + }, + { + "tagName": "@override", + "syntaxKind": "modifier" + }, + { + "tagName": "@packageDocumentation", + "syntaxKind": "modifier" + }, + { + "tagName": "@param", + "syntaxKind": "block", + "allowMultiple": true + }, + { + "tagName": "@privateRemarks", + "syntaxKind": "block" + }, + { + "tagName": "@public", + "syntaxKind": "modifier" + }, + { + "tagName": "@readonly", + "syntaxKind": "modifier" + }, + { + "tagName": "@remarks", + "syntaxKind": "block" + }, + { + "tagName": "@returns", + "syntaxKind": "block" + }, + { + "tagName": "@sealed", + "syntaxKind": "modifier" + }, + { + "tagName": "@see", + "syntaxKind": "block" + }, + { + "tagName": "@throws", + "syntaxKind": "block", + "allowMultiple": true + }, + { + "tagName": "@typeParam", + "syntaxKind": "block", + "allowMultiple": true + }, + { + "tagName": "@virtual", + "syntaxKind": "modifier" + }, + { + "tagName": "@betaDocumentation", + "syntaxKind": "modifier" + }, + { + "tagName": "@internalRemarks", + "syntaxKind": "block" + }, + { + "tagName": "@preapproved", + "syntaxKind": "modifier" + } + ], + "supportForTags": { + "@alpha": true, + "@beta": true, + "@defaultValue": true, + "@decorator": true, + "@deprecated": true, + "@eventProperty": true, + "@example": true, + "@experimental": true, + "@inheritDoc": true, + "@internal": true, + "@label": true, + "@link": true, + "@override": true, + "@packageDocumentation": true, + "@param": true, + "@privateRemarks": true, + "@public": true, + "@readonly": true, + "@remarks": true, + "@returns": true, + "@sealed": true, + "@see": true, + "@throws": true, + "@typeParam": true, + "@virtual": true, + "@betaDocumentation": true, + "@internalRemarks": true, + "@preapproved": true + } + } + }, + "kind": "Package", + "canonicalReference": "api-extractor-scenarios!", + "docComment": "", + "name": "api-extractor-scenarios", + "members": [ + { + "kind": "EntryPoint", + "canonicalReference": "api-extractor-scenarios!", + "name": "", + "members": [ + { + "kind": "Class", + "canonicalReference": "api-extractor-scenarios!ExampleA:class", + "docComment": "/**\n * Doc comment\n *\n * @public\n */\n", + "excerptTokens": [ + { + "kind": "Content", + "text": "export declare class ExampleA " + } + ], + "releaseTag": "Public", + "name": "ExampleA", + "members": [ + { + "kind": "Property", + "canonicalReference": "api-extractor-scenarios!ExampleA#member1:member", + "docComment": "", + "excerptTokens": [ + { + "kind": "Content", + "text": "member1: " + }, + { + "kind": "Content", + "text": "string" + }, + { + "kind": "Content", + "text": ";" + } + ], + "isOptional": false, + "releaseTag": "Public", + "name": "member1", + "propertyTypeTokenRange": { + "startIndex": 1, + "endIndex": 2 + }, + "isStatic": false + }, + { + "kind": "Method", + "canonicalReference": "api-extractor-scenarios!ExampleA#member2:member(1)", + "docComment": "", + "excerptTokens": [ + { + "kind": "Content", + "text": "member2(): " + }, + { + "kind": "Reference", + "text": "Promise", + "canonicalReference": "!Promise:interface" + }, + { + "kind": "Content", + "text": "" + }, + { + "kind": "Content", + "text": ";" + } + ], + "isOptional": false, + "isStatic": false, + "returnTypeTokenRange": { + "startIndex": 1, + "endIndex": 3 + }, + "releaseTag": "Public", + "overloadIndex": 1, + "parameters": [], + "name": "member2" + } + ], + "implementsTokenRanges": [] + }, + { + "kind": "Class", + "canonicalReference": "api-extractor-scenarios!ExampleB:class", + "docComment": "/**\n * Doc comment\n *\n * @public\n */\n", + "excerptTokens": [ + { + "kind": "Content", + "text": "export declare class ExampleB " + } + ], + "releaseTag": "Public", + "name": "ExampleB", + "members": [ + { + "kind": "Method", + "canonicalReference": "api-extractor-scenarios!ExampleB#tryLoadFromFile:member(1)", + "docComment": "/**\n * If the file exists, calls loadFromFile().\n */\n", + "excerptTokens": [ + { + "kind": "Content", + "text": "tryLoadFromFile(approvedPackagesPolicyEnabled: " + }, + { + "kind": "Content", + "text": "boolean" + }, + { + "kind": "Content", + "text": "): " + }, + { + "kind": "Content", + "text": "boolean" + }, + { + "kind": "Content", + "text": ";" + } + ], + "isOptional": false, + "isStatic": false, + "returnTypeTokenRange": { + "startIndex": 3, + "endIndex": 4 + }, + "releaseTag": "Public", + "overloadIndex": 1, + "parameters": [ + { + "parameterName": "approvedPackagesPolicyEnabled", + "parameterTypeTokenRange": { + "startIndex": 1, + "endIndex": 2 + } + } + ], + "name": "tryLoadFromFile" + } + ], + "implementsTokenRanges": [] + }, + { + "kind": "Class", + "canonicalReference": "api-extractor-scenarios!ExampleC:class", + "docComment": "/**\n * @public\n */\n", + "excerptTokens": [ + { + "kind": "Content", + "text": "export declare class ExampleC " + } + ], + "releaseTag": "Public", + "name": "ExampleC", + "members": [ + { + "kind": "Method", + "canonicalReference": "api-extractor-scenarios!ExampleC#member1:member(1)", + "docComment": "/**\n * This comment is improperly formatted TSDoc. Note that Prettier doesn't try to format it.\n *\n * @returns the return value\n *\n * @throws\n *\n * an exception\n */\n", + "excerptTokens": [ + { + "kind": "Content", + "text": "member1(): " + }, + { + "kind": "Content", + "text": "void" + }, + { + "kind": "Content", + "text": ";" + } + ], + "isOptional": false, + "isStatic": false, + "returnTypeTokenRange": { + "startIndex": 1, + "endIndex": 2 + }, + "releaseTag": "Public", + "overloadIndex": 1, + "parameters": [], + "name": "member1" + } + ], + "implementsTokenRanges": [] + }, + { + "kind": "Variable", + "canonicalReference": "api-extractor-scenarios!exampleD:var", + "docComment": "/**\n * Outer description\n *\n * @public\n */\n", + "excerptTokens": [ + { + "kind": "Content", + "text": "exampleD: " + }, + { + "kind": "Content", + "text": "(o: {\n a: number;\n b(): string;\n}) => void" + } + ], + "releaseTag": "Public", + "name": "exampleD", + "variableTypeTokenRange": { + "startIndex": 1, + "endIndex": 2 + } + } + ] + } + ] +} diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/spanSorting/api-extractor-scenarios.api.md b/build-tests/api-extractor-scenarios/etc/test-outputs/spanSorting/api-extractor-scenarios.api.md new file mode 100644 index 00000000000..9ac078af881 --- /dev/null +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/spanSorting/api-extractor-scenarios.api.md @@ -0,0 +1,33 @@ +## API Report File for "api-extractor-scenarios" + +> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). + +```ts + +// @public +export class ExampleA { + // (undocumented) + member1: string; + // (undocumented) + member2(): Promise; +} + +// @public +export class ExampleB { + tryLoadFromFile(approvedPackagesPolicyEnabled: boolean): boolean; +} + +// @public (undocumented) +export class ExampleC { + member1(): void; +} + +// @public +export const exampleD: (o: { + a: number; + b(): string; +}) => void; + +// (No @packageDocumentation comment for this package) + +``` diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/spanSorting/rollup.d.ts b/build-tests/api-extractor-scenarios/etc/test-outputs/spanSorting/rollup.d.ts new file mode 100644 index 00000000000..fc76f8e283d --- /dev/null +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/spanSorting/rollup.d.ts @@ -0,0 +1,54 @@ +/** + * Doc comment + * @public + */ +export declare class ExampleA { + private _member3; + member2(): Promise; + member1: string; +} + +/** + * Doc comment + * @public + */ +export declare class ExampleB { + /** + * If the file exists, calls loadFromFile(). + */ + tryLoadFromFile(approvedPackagesPolicyEnabled: boolean): boolean; + /** + * Helper function that adds an already created ApprovedPackagesItem to the + * list and set. + */ + private _addItem; +} + +/** @public */ +export declare class ExampleC { + /** + * This comment is improperly formatted TSDoc. + * Note that Prettier doesn't try to format it. + @returns the return value + @throws an exception + */ + member1(): void; +} + +/** + * Outer description + * @public + */ +export declare const exampleD: (o: { + /** + * Inner description + */ + a: number; + /** + * @returns a string + * {@link http://example.com} + */ + b(): string; +}) => void; + +export { } diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/typeOf/api-extractor-scenarios.api.md b/build-tests/api-extractor-scenarios/etc/test-outputs/typeOf/api-extractor-scenarios.api.md index 1946b0ba2bf..534d503d3f8 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/typeOf/api-extractor-scenarios.api.md +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/typeOf/api-extractor-scenarios.api.md @@ -14,7 +14,6 @@ export function f(): typeof Lib1Class | undefined; // @public export function g(): typeof ForgottenExport | undefined; - // (No @packageDocumentation comment for this package) ``` diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/typeOf2/api-extractor-scenarios.api.md b/build-tests/api-extractor-scenarios/etc/test-outputs/typeOf2/api-extractor-scenarios.api.md index 26384c3e2a4..497ee645dc8 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/typeOf2/api-extractor-scenarios.api.md +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/typeOf2/api-extractor-scenarios.api.md @@ -12,7 +12,6 @@ export function f(): { // @public (undocumented) export function g(callback: typeof f): typeof f; - // (No @packageDocumentation comment for this package) ``` diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/typeOf2/rollup.d.ts b/build-tests/api-extractor-scenarios/etc/test-outputs/typeOf2/rollup.d.ts index 32b7b7dbf14..40bc1c49336 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/typeOf2/rollup.d.ts +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/typeOf2/rollup.d.ts @@ -1,4 +1,3 @@ - /** @public */ export declare function f(): { a: number; diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/typeOf3/api-extractor-scenarios.api.md b/build-tests/api-extractor-scenarios/etc/test-outputs/typeOf3/api-extractor-scenarios.api.md index eb5a7b06549..622c88fa443 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/typeOf3/api-extractor-scenarios.api.md +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/typeOf3/api-extractor-scenarios.api.md @@ -13,7 +13,6 @@ export function f2(x: number): keyof typeof x; // @public export function f3(): typeof f3 | undefined; - // (No @packageDocumentation comment for this package) ``` diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/typeOf3/rollup.d.ts b/build-tests/api-extractor-scenarios/etc/test-outputs/typeOf3/rollup.d.ts index f87228682ec..1c69e15110b 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/typeOf3/rollup.d.ts +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/typeOf3/rollup.d.ts @@ -1,4 +1,3 @@ - /** * A function that references its own parameter type. * @public diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/typeParameters/api-extractor-scenarios.api.md b/build-tests/api-extractor-scenarios/etc/test-outputs/typeParameters/api-extractor-scenarios.api.md index 4661cbbcd0e..d5653c466c3 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/typeParameters/api-extractor-scenarios.api.md +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/typeParameters/api-extractor-scenarios.api.md @@ -44,7 +44,6 @@ export interface InterfaceWithGenericConstructSignature { new (): T; } - // (No @packageDocumentation comment for this package) ``` diff --git a/build-tests/api-extractor-scenarios/etc/test-outputs/typeParameters/rollup.d.ts b/build-tests/api-extractor-scenarios/etc/test-outputs/typeParameters/rollup.d.ts index 763f702b683..619bb37428a 100644 --- a/build-tests/api-extractor-scenarios/etc/test-outputs/typeParameters/rollup.d.ts +++ b/build-tests/api-extractor-scenarios/etc/test-outputs/typeParameters/rollup.d.ts @@ -1,4 +1,3 @@ - /** @public */ export declare class ClassWithGenericMethod { method(): void; diff --git a/build-tests/api-extractor-scenarios/src/dynamicImportType/Item.ts b/build-tests/api-extractor-scenarios/src/dynamicImportType/Item.ts new file mode 100644 index 00000000000..5f638c0854c --- /dev/null +++ b/build-tests/api-extractor-scenarios/src/dynamicImportType/Item.ts @@ -0,0 +1,11 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. +// See LICENSE in the project root for license information. + +/** @public */ +export class Item { + options: import('./Options').Options; + lib1: import('api-extractor-lib1-test').Lib1Interface; + lib2: import('api-extractor-lib2-test').Lib2Interface; + lib3: import('api-extractor-lib3-test').Lib1Class; + reExport: import('./re-export').Lib2Class; +} diff --git a/apps/heft/src/exports/jest-identity-mock-transform.ts b/build-tests/api-extractor-scenarios/src/dynamicImportType/Options.ts similarity index 68% rename from apps/heft/src/exports/jest-identity-mock-transform.ts rename to build-tests/api-extractor-scenarios/src/dynamicImportType/Options.ts index 2d381a7084e..938f0a920d0 100644 --- a/apps/heft/src/exports/jest-identity-mock-transform.ts +++ b/build-tests/api-extractor-scenarios/src/dynamicImportType/Options.ts @@ -1,4 +1,7 @@ // Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. // See LICENSE in the project root for license information. -export * from '../plugins/JestPlugin/jest-identity-mock-transform'; +export interface Options { + name: string; + color: 'red' | 'blue'; +} diff --git a/build-tests/api-extractor-scenarios/src/dynamicImportType/index.ts b/build-tests/api-extractor-scenarios/src/dynamicImportType/index.ts new file mode 100644 index 00000000000..49797b5dcf8 --- /dev/null +++ b/build-tests/api-extractor-scenarios/src/dynamicImportType/index.ts @@ -0,0 +1,8 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. +// See LICENSE in the project root for license information. + +import * as Lib1 from 'api-extractor-lib1-test'; +import { Lib2Interface } from 'api-extractor-lib2-test'; + +export { Lib1, Lib2Interface }; +export { Item } from './Item'; diff --git a/build-tests/rush-stack-compiler-2.7-library-test/src/TestClass.ts b/build-tests/api-extractor-scenarios/src/dynamicImportType/re-export.ts similarity index 74% rename from build-tests/rush-stack-compiler-2.7-library-test/src/TestClass.ts rename to build-tests/api-extractor-scenarios/src/dynamicImportType/re-export.ts index c11271004f5..6f1dedc68cf 100644 --- a/build-tests/rush-stack-compiler-2.7-library-test/src/TestClass.ts +++ b/build-tests/api-extractor-scenarios/src/dynamicImportType/re-export.ts @@ -1,4 +1,4 @@ // Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. // See LICENSE in the project root for license information. -export class TestClass {} +export { Lib2Class } from 'api-extractor-lib2-test'; diff --git a/build-tests/api-extractor-scenarios/src/dynamicImportType2/index.ts b/build-tests/api-extractor-scenarios/src/dynamicImportType2/index.ts new file mode 100644 index 00000000000..5d211e8470e --- /dev/null +++ b/build-tests/api-extractor-scenarios/src/dynamicImportType2/index.ts @@ -0,0 +1,8 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. +// See LICENSE in the project root for license information. + +/** @public */ +export interface IExample { + dottedImportType: import('api-extractor-lib1-test').Lib1Namespace.Inner.X | undefined; + dottedImportType2: import('api-extractor-lib1-test').Lib1Namespace.Y | undefined; +} diff --git a/build-tests/api-extractor-scenarios/src/dynamicImportType3/index.ts b/build-tests/api-extractor-scenarios/src/dynamicImportType3/index.ts new file mode 100644 index 00000000000..325f1213ebd --- /dev/null +++ b/build-tests/api-extractor-scenarios/src/dynamicImportType3/index.ts @@ -0,0 +1,10 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. +// See LICENSE in the project root for license information. + +/** @public */ +export interface IExample { + generic: import('api-extractor-lib1-test').Lib1GenericType< + number | undefined, + import('api-extractor-lib1-test').Lib1Interface + >; +} diff --git a/build-tests/api-extractor-scenarios/src/exportImportStarAs/calculator.ts b/build-tests/api-extractor-scenarios/src/exportImportStarAs/calculator.ts new file mode 100644 index 00000000000..17df6809b45 --- /dev/null +++ b/build-tests/api-extractor-scenarios/src/exportImportStarAs/calculator.ts @@ -0,0 +1,23 @@ +/** + * Returns the sum of adding `b` to `a` + * @param a - first number + * @param b - second number + * @returns Sum of adding `b` to `a` + * @public + */ +export function add(a: number, b: number): number { + return a + b; +} + +/** + * Returns the sum of subtracting `b` from `a` + * @param a - first number + * @param b - second number + * @returns Sum of subtract `b` from `a` + * @beta + */ +export function subtract(a: number, b: number): number { + return a - b; +} + +export * from './common'; diff --git a/build-tests/api-extractor-scenarios/src/exportImportStarAs/calculator2.ts b/build-tests/api-extractor-scenarios/src/exportImportStarAs/calculator2.ts new file mode 100644 index 00000000000..38b5ef6950a --- /dev/null +++ b/build-tests/api-extractor-scenarios/src/exportImportStarAs/calculator2.ts @@ -0,0 +1,23 @@ +/** + * Returns the sum of adding `b` to `a` for large integers + * @param a - first number + * @param b - second number + * @returns Sum of adding `b` to `a` + * @public + */ +export function add(a: bigint, b: bigint): bigint { + return a + b; +} + +/** + * Returns the sum of subtracting `b` from `a` for large integers + * @param a - first number + * @param b - second number + * @returns Sum of subtract `b` from `a` + * @beta + */ +export function subtract(a: bigint, b: bigint): bigint { + return a - b; +} + +export * from './common'; diff --git a/build-tests/api-extractor-scenarios/src/exportImportStarAs/common.ts b/build-tests/api-extractor-scenarios/src/exportImportStarAs/common.ts new file mode 100644 index 00000000000..1e4914ce34e --- /dev/null +++ b/build-tests/api-extractor-scenarios/src/exportImportStarAs/common.ts @@ -0,0 +1,5 @@ +/** + * Returns the version of the calculator. + * @public + */ +export const calucatorVersion: string = '1.0.0'; diff --git a/build-tests/api-extractor-scenarios/src/exportImportStarAs/index.ts b/build-tests/api-extractor-scenarios/src/exportImportStarAs/index.ts new file mode 100644 index 00000000000..f2b54960292 --- /dev/null +++ b/build-tests/api-extractor-scenarios/src/exportImportStarAs/index.ts @@ -0,0 +1,5 @@ +import * as calculator from './calculator'; +export { calculator }; + +import * as calculator2 from './calculator2'; +export { calculator2 }; diff --git a/build-tests/api-extractor-scenarios/src/exportImportStarAs2/forgottenNs.ts b/build-tests/api-extractor-scenarios/src/exportImportStarAs2/forgottenNs.ts new file mode 100644 index 00000000000..fc104acc837 --- /dev/null +++ b/build-tests/api-extractor-scenarios/src/exportImportStarAs2/forgottenNs.ts @@ -0,0 +1,4 @@ +/** + * @public + */ +export class ForgottenClass {} diff --git a/build-tests/api-extractor-scenarios/src/exportImportStarAs2/index.ts b/build-tests/api-extractor-scenarios/src/exportImportStarAs2/index.ts new file mode 100644 index 00000000000..2e3ab2c86ca --- /dev/null +++ b/build-tests/api-extractor-scenarios/src/exportImportStarAs2/index.ts @@ -0,0 +1,2 @@ +import * as ns from './ns'; +export { ns }; diff --git a/build-tests/api-extractor-scenarios/src/exportImportStarAs2/ns.ts b/build-tests/api-extractor-scenarios/src/exportImportStarAs2/ns.ts new file mode 100644 index 00000000000..5ea39d1dc1c --- /dev/null +++ b/build-tests/api-extractor-scenarios/src/exportImportStarAs2/ns.ts @@ -0,0 +1,8 @@ +import * as forgottenNs from './forgottenNs'; + +/** + * @public + */ +export function exportedApi(): forgottenNs.ForgottenClass { + return new forgottenNs.ForgottenClass(); +} diff --git a/build-tests/api-extractor-scenarios/src/spanSorting/index.ts b/build-tests/api-extractor-scenarios/src/spanSorting/index.ts new file mode 100644 index 00000000000..e87f12d18fb --- /dev/null +++ b/build-tests/api-extractor-scenarios/src/spanSorting/index.ts @@ -0,0 +1,58 @@ +/** + * Doc comment + * @public + */ +export class ExampleA { + private _member3: string = ''; + public member2(): Promise { + return Promise.resolve(); + } + public member1: string = ''; +} + +/** + * Doc comment + * @public + */ +export class ExampleB { + /** + * If the file exists, calls loadFromFile(). + */ + public tryLoadFromFile(approvedPackagesPolicyEnabled: boolean): boolean { + return false; + } + + /** + * Helper function that adds an already created ApprovedPackagesItem to the + * list and set. + */ + private _addItem(): void {} +} + +/** @public */ +export class ExampleC { + /** + * This comment is improperly formatted TSDoc. + * Note that Prettier doesn't try to format it. + @returns the return value + @throws an exception + */ + public member1(): void {} +} + +/** + * Outer description + * @public + */ +export const exampleD = (o: { + /** + * Inner description + */ + a: number; + + /** + * @returns a string + * {@link http://example.com} + */ + b(): string; +}) => {}; diff --git a/build-tests/api-extractor-test-01/dist/api-extractor-test-01-beta.d.ts b/build-tests/api-extractor-test-01/dist/api-extractor-test-01-beta.d.ts index 5c348e3cd95..eeefa612ec5 100644 --- a/build-tests/api-extractor-test-01/dist/api-extractor-test-01-beta.d.ts +++ b/build-tests/api-extractor-test-01/dist/api-extractor-test-01-beta.d.ts @@ -12,6 +12,7 @@ /// /// /// + import { default as Long_2 } from 'long'; import { MAX_UNSIGNED_VALUE } from 'long'; @@ -248,6 +249,7 @@ export declare interface ISimpleInterface { } declare const locallyExportedCustomSymbol: unique symbol; + export { MAX_UNSIGNED_VALUE } /** @public */ diff --git a/build-tests/api-extractor-test-01/dist/api-extractor-test-01-public.d.ts b/build-tests/api-extractor-test-01/dist/api-extractor-test-01-public.d.ts index 4f8d48dcead..7931a32b65b 100644 --- a/build-tests/api-extractor-test-01/dist/api-extractor-test-01-public.d.ts +++ b/build-tests/api-extractor-test-01/dist/api-extractor-test-01-public.d.ts @@ -12,6 +12,7 @@ /// /// /// + import { default as Long_2 } from 'long'; import { MAX_UNSIGNED_VALUE } from 'long'; @@ -241,6 +242,7 @@ export declare interface ISimpleInterface { } declare const locallyExportedCustomSymbol: unique symbol; + export { MAX_UNSIGNED_VALUE } /** @public */ diff --git a/build-tests/api-extractor-test-01/dist/api-extractor-test-01.d.ts b/build-tests/api-extractor-test-01/dist/api-extractor-test-01.d.ts index dfcd640e294..4c16330d5de 100644 --- a/build-tests/api-extractor-test-01/dist/api-extractor-test-01.d.ts +++ b/build-tests/api-extractor-test-01/dist/api-extractor-test-01.d.ts @@ -12,6 +12,7 @@ /// /// /// + import { default as Long_2 } from 'long'; import { MAX_UNSIGNED_VALUE } from 'long'; @@ -268,6 +269,7 @@ export declare interface ISimpleInterface { } declare const locallyExportedCustomSymbol: unique symbol; + export { MAX_UNSIGNED_VALUE } /** @public */ diff --git a/build-tests/api-extractor-test-01/etc/api-extractor-test-01.api.md b/build-tests/api-extractor-test-01/etc/api-extractor-test-01.api.md index fe3cbefe315..87e44be72c0 100644 --- a/build-tests/api-extractor-test-01/etc/api-extractor-test-01.api.md +++ b/build-tests/api-extractor-test-01/etc/api-extractor-test-01.api.md @@ -4,6 +4,10 @@ ```ts +/// +/// +/// + import { default as Long_2 } from 'long'; import { MAX_UNSIGNED_VALUE } from 'long'; diff --git a/build-tests/api-extractor-test-02/dist/api-extractor-test-02-beta.d.ts b/build-tests/api-extractor-test-02/dist/api-extractor-test-02-beta.d.ts index 1719534b434..66198cfe58d 100644 --- a/build-tests/api-extractor-test-02/dist/api-extractor-test-02-beta.d.ts +++ b/build-tests/api-extractor-test-02/dist/api-extractor-test-02-beta.d.ts @@ -43,6 +43,7 @@ export declare function importedModuleAsGenericParameter(): GenericInterface { + console.error('CHILD BEFOREEXIT'); +}); +process.on('exit', () => { + console.error('CHILD EXITED'); +}); +process.on('SIGINT', function () { + console.error('CHILD SIGINT'); +}); +process.on('SIGTERM', function () { + console.error('CHILD SIGTERM'); +}); + +class MyApp { + public readonly server: FastifyInstance; + + public constructor() { + this.server = fastify({ + logger: true + }); + } + + private async _startAsync(): Promise { + this.server.get('/', async (request, reply) => { + return { hello: 'world' }; + }); + + console.log('Listening on http://localhost:3000'); + await this.server.listen(3000); + } + + public start(): void { + this._startAsync().catch((error) => { + process.exitCode = 1; + this.server.log.error(error); + + if (error.stack) { + console.error(error.stack); + console.error(); + } + console.error('ERROR: ' + error.toString()); + }); + } +} + +const myApp: MyApp = new MyApp(); +myApp.start(); diff --git a/stack/rush-stack-compiler-3.0/includes/tsconfig-base.json b/build-tests/heft-fastify-test/tsconfig.json similarity index 59% rename from stack/rush-stack-compiler-3.0/includes/tsconfig-base.json rename to build-tests/heft-fastify-test/tsconfig.json index 6c52435c84d..845c0343e3c 100644 --- a/stack/rush-stack-compiler-3.0/includes/tsconfig-base.json +++ b/build-tests/heft-fastify-test/tsconfig.json @@ -2,8 +2,8 @@ "$schema": "http://json.schemastore.org/tsconfig", "compilerOptions": { - "outDir": "../../../../lib", - "rootDir": "../../../../src", + "outDir": "lib", + "rootDir": "src", "forceConsistentCasingInFileNames": true, "jsx": "react", @@ -14,8 +14,12 @@ "experimentalDecorators": true, "strictNullChecks": true, "noUnusedLocals": true, - "types": [] + "types": ["heft-jest", "node"], + + "module": "commonjs", + "target": "es2017", + "lib": ["es2017"] }, - "include": ["../../../../src/**/*.ts", "../../../../src/**/*.tsx"], - "exclude": ["../../../../node_modules", "../../../../lib"] + "include": ["src/**/*.ts", "src/**/*.tsx"], + "exclude": ["node_modules", "lib"] } diff --git a/build-tests/heft-jest-reporters-test/config/heft.json b/build-tests/heft-jest-reporters-test/config/heft.json index 1b9a0160aa8..974e29216ef 100644 --- a/build-tests/heft-jest-reporters-test/config/heft.json +++ b/build-tests/heft-jest-reporters-test/config/heft.json @@ -8,5 +8,19 @@ "actionId": "defaultClean", "globsToDelete": ["dist", "lib", "lib-commonjs", "temp"] } + ], + + /** + * The list of Heft plugins to be loaded. + */ + "heftPlugins": [ + { + "plugin": "@rushstack/heft-jest-plugin" + + /** + * An optional object that provides additional settings that may be defined by the plugin. + */ + // "options": { } + } ] } diff --git a/build-tests/heft-jest-reporters-test/config/jest.config.json b/build-tests/heft-jest-reporters-test/config/jest.config.json index 01e50f5689a..1cb9799f1b0 100644 --- a/build-tests/heft-jest-reporters-test/config/jest.config.json +++ b/build-tests/heft-jest-reporters-test/config/jest.config.json @@ -1,4 +1,4 @@ { - "preset": "./node_modules/@rushstack/heft/includes/jest-shared.config.json", - "reporters": ["default", "./lib/test/customJestReporter.js"] + "extends": "@rushstack/heft-jest-plugin/includes/jest-shared.config.json", + "reporters": ["default", "../lib/test/customJestReporter.js"] } diff --git a/build-tests/heft-jest-reporters-test/package.json b/build-tests/heft-jest-reporters-test/package.json index 61f432d97fd..c50f0d89d09 100644 --- a/build-tests/heft-jest-reporters-test/package.json +++ b/build-tests/heft-jest-reporters-test/package.json @@ -10,6 +10,7 @@ "devDependencies": { "@rushstack/eslint-config": "workspace:*", "@rushstack/heft": "workspace:*", + "@rushstack/heft-jest-plugin": "workspace:*", "@types/heft-jest": "1.0.1", "eslint": "~7.12.1", "typescript": "~3.9.7", diff --git a/build-tests/heft-minimal-rig-test/package.json b/build-tests/heft-minimal-rig-test/package.json index 6127a9ca117..4178fc39fbc 100644 --- a/build-tests/heft-minimal-rig-test/package.json +++ b/build-tests/heft-minimal-rig-test/package.json @@ -9,6 +9,7 @@ }, "dependencies": { "typescript": "~3.9.7", - "@microsoft/api-extractor": "workspace:*" + "@microsoft/api-extractor": "workspace:*", + "@rushstack/heft-jest-plugin": "workspace:*" } } diff --git a/build-tests/heft-minimal-rig-test/profiles/default/config/heft.json b/build-tests/heft-minimal-rig-test/profiles/default/config/heft.json index 6ac774b7772..35fa0354ada 100644 --- a/build-tests/heft-minimal-rig-test/profiles/default/config/heft.json +++ b/build-tests/heft-minimal-rig-test/profiles/default/config/heft.json @@ -8,5 +8,19 @@ "actionId": "defaultClean", "globsToDelete": ["dist", "lib", "temp"] } + ], + + /** + * The list of Heft plugins to be loaded. + */ + "heftPlugins": [ + { + "plugin": "@rushstack/heft-jest-plugin" + + /** + * An optional object that provides additional settings that may be defined by the plugin. + */ + // "options": { } + } ] } diff --git a/build-tests/heft-minimal-rig-test/profiles/default/config/jest.config.json b/build-tests/heft-minimal-rig-test/profiles/default/config/jest.config.json new file mode 100644 index 00000000000..b6f305ec886 --- /dev/null +++ b/build-tests/heft-minimal-rig-test/profiles/default/config/jest.config.json @@ -0,0 +1,3 @@ +{ + "extends": "@rushstack/heft-jest-plugin/includes/jest-shared.config.json" +} diff --git a/build-tests/heft-minimal-rig-usage-test/config/jest.config.json b/build-tests/heft-minimal-rig-usage-test/config/jest.config.json index b88d4c3de66..84dd06a10c3 100644 --- a/build-tests/heft-minimal-rig-usage-test/config/jest.config.json +++ b/build-tests/heft-minimal-rig-usage-test/config/jest.config.json @@ -1,3 +1,3 @@ { - "preset": "./node_modules/@rushstack/heft/includes/jest-shared.config.json" + "extends": "heft-minimal-rig-test/profiles/default/config/jest.config.json" } diff --git a/build-tests/heft-minimal-rig-usage-test/package.json b/build-tests/heft-minimal-rig-usage-test/package.json index 1b331741a93..f8fc5acf841 100644 --- a/build-tests/heft-minimal-rig-usage-test/package.json +++ b/build-tests/heft-minimal-rig-usage-test/package.json @@ -5,10 +5,11 @@ "private": true, "license": "MIT", "scripts": { - "build": "heft build --clean --verbose" + "build": "heft test --clean --verbose" }, "devDependencies": { "@rushstack/heft": "workspace:*", + "@rushstack/heft-jest-plugin": "workspace:*", "@types/heft-jest": "1.0.1", "@types/node": "10.17.13", "heft-minimal-rig-test": "workspace:*" diff --git a/build-tests/heft-node-everything-test/config/heft.json b/build-tests/heft-node-everything-test/config/heft.json index 76c725260f1..8cf22dcdad1 100644 --- a/build-tests/heft-node-everything-test/config/heft.json +++ b/build-tests/heft-node-everything-test/config/heft.json @@ -59,6 +59,12 @@ * The path to the plugin package. */ "plugin": "heft-example-plugin-02" + }, + { + /** + * The path to the plugin package. + */ + "plugin": "@rushstack/heft-jest-plugin" } ] } diff --git a/build-tests/heft-node-everything-test/config/jest.config.json b/build-tests/heft-node-everything-test/config/jest.config.json index b88d4c3de66..b6f305ec886 100644 --- a/build-tests/heft-node-everything-test/config/jest.config.json +++ b/build-tests/heft-node-everything-test/config/jest.config.json @@ -1,3 +1,3 @@ { - "preset": "./node_modules/@rushstack/heft/includes/jest-shared.config.json" + "extends": "@rushstack/heft-jest-plugin/includes/jest-shared.config.json" } diff --git a/build-tests/heft-node-everything-test/package.json b/build-tests/heft-node-everything-test/package.json index 5259527d23d..56ce707f6a2 100644 --- a/build-tests/heft-node-everything-test/package.json +++ b/build-tests/heft-node-everything-test/package.json @@ -12,6 +12,7 @@ "@microsoft/api-extractor": "workspace:*", "@rushstack/eslint-config": "workspace:*", "@rushstack/heft": "workspace:*", + "@rushstack/heft-jest-plugin": "workspace:*", "@types/heft-jest": "1.0.1", "@types/node": "10.17.13", "eslint": "~7.12.1", diff --git a/build-tests/heft-sass-test/config/heft.json b/build-tests/heft-sass-test/config/heft.json index e3cfc7f6bef..5ba3c430247 100644 --- a/build-tests/heft-sass-test/config/heft.json +++ b/build-tests/heft-sass-test/config/heft.json @@ -46,6 +46,12 @@ * An optional object that provides additional settings that may be defined by the plugin. */ // "options": { } + }, + { + /** + * The path to the plugin package. + */ + "plugin": "@rushstack/heft-jest-plugin" } ] } diff --git a/build-tests/heft-sass-test/config/jest.config.json b/build-tests/heft-sass-test/config/jest.config.json index b88d4c3de66..b6f305ec886 100644 --- a/build-tests/heft-sass-test/config/jest.config.json +++ b/build-tests/heft-sass-test/config/jest.config.json @@ -1,3 +1,3 @@ { - "preset": "./node_modules/@rushstack/heft/includes/jest-shared.config.json" + "extends": "@rushstack/heft-jest-plugin/includes/jest-shared.config.json" } diff --git a/build-tests/heft-sass-test/package.json b/build-tests/heft-sass-test/package.json index 474b84beb71..5aa65bbb54c 100644 --- a/build-tests/heft-sass-test/package.json +++ b/build-tests/heft-sass-test/package.json @@ -10,6 +10,7 @@ "devDependencies": { "@rushstack/eslint-config": "workspace:*", "@rushstack/heft": "workspace:*", + "@rushstack/heft-jest-plugin": "workspace:*", "@rushstack/heft-webpack4-plugin": "workspace:*", "@types/heft-jest": "1.0.1", "@types/react-dom": "16.9.8", diff --git a/build-tests/heft-web-rig-library-test/config/jest.config.json b/build-tests/heft-web-rig-library-test/config/jest.config.json index b88d4c3de66..600ba9ea39a 100644 --- a/build-tests/heft-web-rig-library-test/config/jest.config.json +++ b/build-tests/heft-web-rig-library-test/config/jest.config.json @@ -1,3 +1,3 @@ { - "preset": "./node_modules/@rushstack/heft/includes/jest-shared.config.json" + "extends": "@rushstack/heft-web-rig/profiles/library/config/jest.config.json" } diff --git a/build-tests/heft-webpack4-everything-test/config/heft.json b/build-tests/heft-webpack4-everything-test/config/heft.json index e3cfc7f6bef..5ba3c430247 100644 --- a/build-tests/heft-webpack4-everything-test/config/heft.json +++ b/build-tests/heft-webpack4-everything-test/config/heft.json @@ -46,6 +46,12 @@ * An optional object that provides additional settings that may be defined by the plugin. */ // "options": { } + }, + { + /** + * The path to the plugin package. + */ + "plugin": "@rushstack/heft-jest-plugin" } ] } diff --git a/build-tests/heft-webpack4-everything-test/config/jest.config.json b/build-tests/heft-webpack4-everything-test/config/jest.config.json index b88d4c3de66..b6f305ec886 100644 --- a/build-tests/heft-webpack4-everything-test/config/jest.config.json +++ b/build-tests/heft-webpack4-everything-test/config/jest.config.json @@ -1,3 +1,3 @@ { - "preset": "./node_modules/@rushstack/heft/includes/jest-shared.config.json" + "extends": "@rushstack/heft-jest-plugin/includes/jest-shared.config.json" } diff --git a/build-tests/heft-webpack4-everything-test/package.json b/build-tests/heft-webpack4-everything-test/package.json index cfe23be1d3e..349994825b5 100644 --- a/build-tests/heft-webpack4-everything-test/package.json +++ b/build-tests/heft-webpack4-everything-test/package.json @@ -10,6 +10,7 @@ "devDependencies": { "@rushstack/eslint-config": "workspace:*", "@rushstack/heft": "workspace:*", + "@rushstack/heft-jest-plugin": "workspace:*", "@rushstack/heft-webpack4-plugin": "workspace:*", "@types/heft-jest": "1.0.1", "@types/webpack-env": "1.13.0", diff --git a/build-tests/heft-webpack5-everything-test/config/heft.json b/build-tests/heft-webpack5-everything-test/config/heft.json index ed5c70452ec..9d27797428f 100644 --- a/build-tests/heft-webpack5-everything-test/config/heft.json +++ b/build-tests/heft-webpack5-everything-test/config/heft.json @@ -46,6 +46,12 @@ * An optional object that provides additional settings that may be defined by the plugin. */ // "options": { } + }, + { + /** + * The path to the plugin package. + */ + "plugin": "@rushstack/heft-jest-plugin" } ] } diff --git a/build-tests/heft-webpack5-everything-test/config/jest.config.json b/build-tests/heft-webpack5-everything-test/config/jest.config.json index b88d4c3de66..b6f305ec886 100644 --- a/build-tests/heft-webpack5-everything-test/config/jest.config.json +++ b/build-tests/heft-webpack5-everything-test/config/jest.config.json @@ -1,3 +1,3 @@ { - "preset": "./node_modules/@rushstack/heft/includes/jest-shared.config.json" + "extends": "@rushstack/heft-jest-plugin/includes/jest-shared.config.json" } diff --git a/build-tests/heft-webpack5-everything-test/package.json b/build-tests/heft-webpack5-everything-test/package.json index 278bcef5a26..ccf444b9473 100644 --- a/build-tests/heft-webpack5-everything-test/package.json +++ b/build-tests/heft-webpack5-everything-test/package.json @@ -10,6 +10,7 @@ "devDependencies": { "@rushstack/eslint-config": "workspace:*", "@rushstack/heft": "workspace:*", + "@rushstack/heft-jest-plugin": "workspace:*", "@rushstack/heft-webpack5-plugin": "workspace:*", "@types/heft-jest": "1.0.1", "@types/webpack-env": "1.13.0", diff --git a/build-tests/install-test-workspace/.vscode/launch.json b/build-tests/install-test-workspace/.vscode/launch.json new file mode 100644 index 00000000000..157ed92c5a6 --- /dev/null +++ b/build-tests/install-test-workspace/.vscode/launch.json @@ -0,0 +1,23 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "type": "pwa-node", + "request": "launch", + "name": "build.js", + "program": "${workspaceFolder}/build.js", + "args": ["--skip-pack"] + }, + { + "type": "pwa-node", + "request": "launch", + "name": "pnpm install", + "program": "${workspaceFolder}/../../common/temp/pnpm-local/node_modules/pnpm/bin/pnpm.cjs", + "args": ["install"], + "cwd": "${workspaceFolder}/workspace" + } + ] +} \ No newline at end of file diff --git a/build-tests/install-test-workspace/build.js b/build-tests/install-test-workspace/build.js new file mode 100644 index 00000000000..3d9965734fd --- /dev/null +++ b/build-tests/install-test-workspace/build.js @@ -0,0 +1,202 @@ +const path = require('path'); +const { RushConfiguration } = require('@microsoft/rush-lib'); +const { Executable, FileSystem, JsonFile } = require('@rushstack/node-core-library'); + +function collect(project) { + if (allDependencyProjects.has(project)) { + return; + } + allDependencyProjects.add(project); + + for (const dependencyProject of project.dependencyProjects) { + collect(dependencyProject); + } +} + +function checkSpawnResult(result, commandName) { + if (result.status !== 0) { + if (result.stderr) { + console.error('-----------------------'); + console.error(result.stderr); + console.error('-----------------------'); + } else { + if (result.stdout) { + console.error('-----------------------'); + console.error(result.stdout); + console.error('-----------------------'); + } + } + throw new Error(`Failed to execute command "${commandName}" command`); + } +} + +process.exitCode = 1; + +const productionMode = process.argv.indexOf('--production') >= 0; +const skipPack = process.argv.indexOf('--skip-pack') >= 0; + +const rushConfiguration = RushConfiguration.loadFromDefaultLocation(); +const currentProject = rushConfiguration.tryGetProjectForPath(__dirname); +if (!currentProject) { + throw new Error('Cannot find current project'); +} + +const allDependencyProjects = new Set(); +collect(currentProject); + +const tarballFolder = path.join(__dirname, 'temp/tarballs'); + +if (!skipPack) { + FileSystem.ensureEmptyFolder(tarballFolder); + + const tarballsJson = {}; + + for (const project of allDependencyProjects) { + if (project.versionPolicy || project.shouldPublish) { + console.log('Invoking "pnpm pack" in ' + project.publishFolder); + + const packageJsonFilename = path.join(project.projectFolder, 'package.json'); + const packageJson = FileSystem.readFile(packageJsonFilename); + + let result; + + try { + result = Executable.spawnSync(rushConfiguration.packageManagerToolFilename, ['pack'], { + currentWorkingDirectory: project.publishFolder, + stdio: ['ignore', 'pipe', 'pipe'] + }); + } finally { + // This is a workaround for an issue where "pnpm pack" modifies the project's package.json file + // before invoking "npm pack", and then does not restore it afterwards. + try { + FileSystem.writeFile(packageJsonFilename, packageJson); + } catch (error) { + console.error('Error restoring ' + packageJsonFilename); + } + } + checkSpawnResult(result, 'pnpm pack'); + const tarballFilename = result.stdout.trimRight().split().pop().trim(); + if (!tarballFilename) { + throw new Error('Failed to parse "pnpm pack" output'); + } + const tarballPath = path.join(project.publishFolder, tarballFilename); + if (!FileSystem.exists(tarballPath)) { + throw new Error('Expecting a tarball: ' + tarballPath); + } + + tarballsJson[project.packageName] = tarballFilename; + + const targetPath = path.join(tarballFolder, tarballFilename); + FileSystem.move({ + sourcePath: tarballPath, + destinationPath: targetPath, + overwrite: true + }); + } + } + + JsonFile.save(tarballsJson, path.join(tarballFolder, 'tarballs.json')); +} + +// Look for folder names like this: +// local+C++Git+rushstack+build-tests+install-test-wo_7efa61ad1cd268a0ef451c2450ca0351 +// +// This caches the tarball contents, ignoring the integrity hashes. +const dotPnpmFolderPath = path.resolve(__dirname, 'workspace/node_modules/.pnpm'); + +console.log('\nCleaning cached tarballs...'); +if (FileSystem.exists(dotPnpmFolderPath)) { + for (const filename of FileSystem.readFolder(dotPnpmFolderPath)) { + if (filename.startsWith('local+')) { + const filePath = path.join(dotPnpmFolderPath, filename); + console.log(' Deleting ' + filePath); + FileSystem.deleteFolder(filePath); + } + } +} + +const pnpmLockBeforePath = path.join(__dirname, 'workspace/common/pnpm-lock.yaml'); +const pnpmLockAfterPath = path.join(__dirname, 'workspace/pnpm-lock.yaml'); +let pnpmLockBeforeContent = ''; + +if (FileSystem.exists(pnpmLockBeforePath)) { + pnpmLockBeforeContent = FileSystem.readFile(pnpmLockBeforePath).toString().replace(/\s+/g, ' ').trim(); + FileSystem.copyFile({ + sourcePath: pnpmLockBeforePath, + destinationPath: pnpmLockAfterPath, + alreadyExistsBehavior: 'overwrite' + }); +} else { + pnpmLockBeforeContent = ''; + FileSystem.deleteFile(pnpmLockAfterPath); +} + +const pnpmInstallArgs = [ + 'install', + '--store', + rushConfiguration.pnpmOptions.pnpmStorePath, + '--strict-peer-dependencies', + '--recursive', + '--link-workspace-packages=false', + // PNPM gets confused by the rewriting performed by our .pnpmfile.cjs afterAllResolved hook + '--frozen-lockfile=false' +]; + +console.log('\nInstalling:'); +console.log(' pnpm ' + pnpmInstallArgs.join(' ')); + +checkSpawnResult( + Executable.spawnSync(rushConfiguration.packageManagerToolFilename, pnpmInstallArgs, { + currentWorkingDirectory: path.join(__dirname, 'workspace'), + stdio: 'inherit' + }), + 'pnpm install' +); + +// Now compare the before/after +const pnpmLockAfterContent = FileSystem.readFile(pnpmLockAfterPath).toString().replace(/\s+/g, ' ').trim(); + +let shrinkwrapUpdatedNotice = false; + +if (pnpmLockBeforeContent !== pnpmLockAfterContent) { + if (productionMode) { + // TODO: Re-enable when issue with lockfile diffing is resolved + // console.error('The shrinkwrap file is not up to date:'); + // console.error(' Git copy: ' + pnpmLockBeforePath); + // console.error(' Current copy: ' + pnpmLockAfterPath); + // console.error('\nPlease commit the updated copy to Git\n'); + // process.exitCode = 1; + // return; + } else { + // Automatically update the copy + FileSystem.copyFile({ + sourcePath: pnpmLockAfterPath, + destinationPath: pnpmLockBeforePath, + alreadyExistsBehavior: 'overwrite' + }); + + // Show the notice at the very end + shrinkwrapUpdatedNotice = true; + } +} + +console.log('\n\nInstallation completed successfully.'); + +console.log('\nBuilding projects...\n'); + +checkSpawnResult( + Executable.spawnSync(rushConfiguration.packageManagerToolFilename, ['run', '--recursive', 'build'], { + currentWorkingDirectory: path.join(__dirname, 'workspace'), + stdio: 'inherit' + }), + 'pnpm run' +); + +if (shrinkwrapUpdatedNotice) { + console.error('\n==> The shrinkwrap file has been updated. Please commit the changes to Git:'); + console.error(` ${pnpmLockBeforePath}`); +} + +console.log('\n\nFinished build.js'); + +process.exitCode = 0; diff --git a/build-tests/install-test-workspace/package.json b/build-tests/install-test-workspace/package.json new file mode 100644 index 00000000000..ba7ed4c1a58 --- /dev/null +++ b/build-tests/install-test-workspace/package.json @@ -0,0 +1,13 @@ +{ + "name": "install-test-workspace", + "description": "", + "version": "1.0.0", + "private": true, + "scripts": { + "build": "node build.js" + }, + "devDependencies": { + "@microsoft/rush-lib": "workspace:*", + "@rushstack/node-core-library": "workspace:*" + } +} diff --git a/build-tests/install-test-workspace/workspace/.gitignore b/build-tests/install-test-workspace/workspace/.gitignore new file mode 100644 index 00000000000..54e8e7dc16e --- /dev/null +++ b/build-tests/install-test-workspace/workspace/.gitignore @@ -0,0 +1 @@ +/pnpm-lock.yaml diff --git a/build-tests/install-test-workspace/workspace/.pnpmfile.cjs b/build-tests/install-test-workspace/workspace/.pnpmfile.cjs new file mode 100644 index 00000000000..d260ab13860 --- /dev/null +++ b/build-tests/install-test-workspace/workspace/.pnpmfile.cjs @@ -0,0 +1,92 @@ +'use strict'; + +const fs = require('fs'); +const path = require('path'); + +console.log('Using pnpmfile'); + +/** + * When using the PNPM package manager, you can use pnpmfile.js to workaround + * dependencies that have mistakes in their package.json file. (This feature is + * functionally similar to Yarn's "resolutions".) + * + * For details, see the PNPM documentation: + * https://pnpm.js.org/docs/en/hooks.html + * + * IMPORTANT: SINCE THIS FILE CONTAINS EXECUTABLE CODE, MODIFYING IT IS LIKELY TO INVALIDATE + * ANY CACHED DEPENDENCY ANALYSIS. After any modification to pnpmfile.js, it's recommended to run + * "rush update --full" so that PNPM will recalculate all version selections. + */ +module.exports = { + hooks: { + readPackage, + afterAllResolved + } +}; + +const tarballsJsonFolder = path.resolve(__dirname, '../temp/tarballs'); +const tarballsJson = JSON.parse(fs.readFileSync(path.join(tarballsJsonFolder, 'tarballs.json')).toString()); + +function fixup(packageJson, dependencies) { + if (!dependencies) { + return; + } + + for (const dependencyName of Object.keys(dependencies)) { + const tarballFilename = tarballsJson[dependencyName.trim()]; + if (tarballFilename) { + // This must be an absolute path, since a relative path would get resolved relative to an unknown folder + const tarballSpecifier = 'file:' + path.join(tarballsJsonFolder, tarballFilename).split('\\').join('/'); + + // console.log(`Remapping ${packageJson.name}: ${dependencyName} --> ${tarballSpecifier}`); + dependencies[dependencyName] = tarballSpecifier; + } + } +} + +/** + * This hook is invoked during installation before a package's dependencies + * are selected. + * The `packageJson` parameter is the deserialized package.json + * contents for the package that is about to be installed. + * The `context` parameter provides a log() function. + * The return value is the updated object. + */ +function readPackage(packageJson, context) { + fixup(packageJson, packageJson.dependencies); + fixup(packageJson, packageJson.devDependencies); + fixup(packageJson, packageJson.peerDependencies); + fixup(packageJson, packageJson.optionalDependencies); + return packageJson; +} + +function afterAllResolved(lockfile, context) { + // Remove the absolute path from the specifiers to avoid shrinkwrap churn + for (const importerName of Object.keys(lockfile.importers || {})) { + const importer = lockfile.importers[importerName]; + const specifiers = importer.specifiers; + if (specifiers) { + for (const dependencyName of Object.keys(specifiers)) { + const tarballFilename = tarballsJson[dependencyName.trim()]; + if (tarballFilename) { + const tarballSpecifier = 'file:' + tarballFilename; + specifiers[dependencyName] = tarballSpecifier; + } + } + } + } + + // Delete the resolution.integrity hash for tarball paths to avoid shrinkwrap churn. + // PNPM seems to ignore these hashes during installation. + for (const packagePath of Object.keys(lockfile.packages || {})) { + if (packagePath.startsWith('file:')) { + const packageInfo = lockfile.packages[packagePath]; + const resolution = packageInfo.resolution; + if (resolution && resolution.integrity && resolution.tarball) { + delete resolution.integrity; + } + } + } + + return lockfile; +} diff --git a/build-tests/install-test-workspace/workspace/common/pnpm-lock.yaml b/build-tests/install-test-workspace/workspace/common/pnpm-lock.yaml new file mode 100644 index 00000000000..274e1768067 --- /dev/null +++ b/build-tests/install-test-workspace/workspace/common/pnpm-lock.yaml @@ -0,0 +1,3138 @@ +lockfileVersion: 5.3 + +importers: + + typescript-newest-test: + specifiers: + '@rushstack/eslint-config': file:rushstack-eslint-config-2.3.4.tgz + '@rushstack/heft': file:rushstack-heft-0.34.5.tgz + eslint: ~7.12.1 + tslint: ~5.20.1 + typescript: ~4.3.5 + devDependencies: + '@rushstack/eslint-config': file:../temp/tarballs/rushstack-eslint-config-2.3.4.tgz_eslint@7.12.1+typescript@4.3.5 + '@rushstack/heft': file:../temp/tarballs/rushstack-heft-0.34.5.tgz + eslint: 7.12.1 + tslint: 5.20.1_typescript@4.3.5 + typescript: 4.3.5 + + typescript-v3-test: + specifiers: + '@rushstack/eslint-config': file:rushstack-eslint-config-2.3.4.tgz + '@rushstack/heft': file:rushstack-heft-0.34.5.tgz + eslint: ~7.12.1 + tslint: ~5.20.1 + typescript: ~3.9.7 + devDependencies: + '@rushstack/eslint-config': file:../temp/tarballs/rushstack-eslint-config-2.3.4.tgz_eslint@7.12.1+typescript@3.9.10 + '@rushstack/heft': file:../temp/tarballs/rushstack-heft-0.34.5.tgz + eslint: 7.12.1 + tslint: 5.20.1_typescript@3.9.10 + typescript: 3.9.10 + +packages: + + /@babel/code-frame/7.12.13: + resolution: {integrity: sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==} + dependencies: + '@babel/highlight': 7.14.0 + dev: true + + /@babel/helper-validator-identifier/7.14.0: + resolution: {integrity: sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==} + dev: true + + /@babel/highlight/7.14.0: + resolution: {integrity: sha512-YSCOwxvTYEIMSGaBQb5kDDsCopDdiUGsqpatp3fOlI4+2HQSkTmEVWnVuySdAC5EWCqSWWTv0ib63RjR7dTBdg==} + dependencies: + '@babel/helper-validator-identifier': 7.14.0 + chalk: 2.4.2 + js-tokens: 4.0.0 + dev: true + + /@eslint/eslintrc/0.2.2: + resolution: {integrity: sha512-EfB5OHNYp1F4px/LI/FEnGylop7nOqkQ1LRzCM0KccA2U8tvV8w01KBv37LbO7nW4H+YhKyo2LcJhRwjjV17QQ==} + engines: {node: ^10.12.0 || >=12.0.0} + dependencies: + ajv: 6.12.6 + debug: 4.3.1 + espree: 7.3.1 + globals: 12.4.0 + ignore: 4.0.6 + import-fresh: 3.3.0 + js-yaml: 3.14.1 + lodash: 4.17.21 + minimatch: 3.0.4 + strip-json-comments: 3.1.1 + transitivePeerDependencies: + - supports-color + dev: true + + /@microsoft/tsdoc-config/0.15.2: + resolution: {integrity: sha512-mK19b2wJHSdNf8znXSMYVShAHktVr/ib0Ck2FA3lsVBSEhSI/TfXT7DJQkAYgcztTuwazGcg58ZjYdk0hTCVrA==} + dependencies: + '@microsoft/tsdoc': 0.13.2 + ajv: 6.12.6 + jju: 1.4.0 + resolve: 1.19.0 + dev: true + + /@microsoft/tsdoc/0.13.2: + resolution: {integrity: sha512-WrHvO8PDL8wd8T2+zBGKrMwVL5IyzR3ryWUsl0PXgEV0QHup4mTLi0QcATefGI6Gx9Anu7vthPyyyLpY0EpiQg==} + dev: true + + /@nodelib/fs.scandir/2.1.5: + resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} + engines: {node: '>= 8'} + dependencies: + '@nodelib/fs.stat': 2.0.5 + run-parallel: 1.2.0 + dev: true + + /@nodelib/fs.stat/2.0.5: + resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==} + engines: {node: '>= 8'} + dev: true + + /@nodelib/fs.walk/1.2.7: + resolution: {integrity: sha512-BTIhocbPBSrRmHxOAJFtR18oLhxTtAFDAvL8hY1S3iU8k+E60W/YFs4jrixGzQjMpF4qPXxIQHcjVD9dz1C2QA==} + engines: {node: '>= 8'} + dependencies: + '@nodelib/fs.scandir': 2.1.5 + fastq: 1.11.0 + dev: true + + /@types/argparse/1.0.38: + resolution: {integrity: sha512-ebDJ9b0e702Yr7pWgB0jzm+CX4Srzz8RcXtLJDJB+BSccqMa36uyH/zUsSYao5+BD1ytv3k3rPYCq4mAE1hsXA==} + dev: true + + /@types/json-schema/7.0.7: + resolution: {integrity: sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==} + dev: true + + /@types/node/10.17.13: + resolution: {integrity: sha512-pMCcqU2zT4TjqYFrWtYHKal7Sl30Ims6ulZ4UFXxI4xbtQqK/qqKwkDoBFCfooRqqmRu9vY3xaJRwxSh673aYg==} + dev: true + + /@types/tapable/1.0.6: + resolution: {integrity: sha512-W+bw9ds02rAQaMvaLYxAbJ6cvguW/iJXNT6lTssS1ps6QdrMKttqEAMEG/b5CR8TZl3/L7/lH0ZV5nNR1LXikA==} + dev: true + + /@typescript-eslint/eslint-plugin/4.28.3_2cf63459b8d8a89da6207267cdfda298: + resolution: {integrity: sha512-jW8sEFu1ZeaV8xzwsfi6Vgtty2jf7/lJmQmDkDruBjYAbx5DA8JtbcMnP0rNPUG+oH5GoQBTSp+9613BzuIpYg==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + '@typescript-eslint/parser': ^4.0.0 + eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/experimental-utils': 4.28.3_eslint@7.12.1+typescript@4.3.5 + '@typescript-eslint/parser': 4.28.3_eslint@7.12.1+typescript@4.3.5 + '@typescript-eslint/scope-manager': 4.28.3_typescript@4.3.5 + debug: 4.3.1 + eslint: 7.12.1 + functional-red-black-tree: 1.0.1 + regexpp: 3.1.0 + semver: 7.3.5 + tsutils: 3.21.0_typescript@4.3.5 + typescript: 4.3.5 + transitivePeerDependencies: + - supports-color + dev: true + + /@typescript-eslint/eslint-plugin/4.28.3_de3d641f53f9f4ebac15f1aed3969277: + resolution: {integrity: sha512-jW8sEFu1ZeaV8xzwsfi6Vgtty2jf7/lJmQmDkDruBjYAbx5DA8JtbcMnP0rNPUG+oH5GoQBTSp+9613BzuIpYg==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + '@typescript-eslint/parser': ^4.0.0 + eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/experimental-utils': 4.28.3_eslint@7.12.1+typescript@3.9.10 + '@typescript-eslint/parser': 4.28.3_eslint@7.12.1+typescript@3.9.10 + '@typescript-eslint/scope-manager': 4.28.3_typescript@3.9.10 + debug: 4.3.1 + eslint: 7.12.1 + functional-red-black-tree: 1.0.1 + regexpp: 3.1.0 + semver: 7.3.5 + tsutils: 3.21.0_typescript@3.9.10 + typescript: 3.9.10 + transitivePeerDependencies: + - supports-color + dev: true + + /@typescript-eslint/experimental-utils/4.28.3_eslint@7.12.1+typescript@3.9.10: + resolution: {integrity: sha512-zZYl9TnrxwEPi3FbyeX0ZnE8Hp7j3OCR+ELoUfbwGHGxWnHg9+OqSmkw2MoCVpZksPCZYpQzC559Ee9pJNHTQw==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + eslint: '*' + dependencies: + '@types/json-schema': 7.0.7 + '@typescript-eslint/scope-manager': 4.28.3_typescript@3.9.10 + '@typescript-eslint/types': 4.28.3_typescript@3.9.10 + '@typescript-eslint/typescript-estree': 4.28.3_typescript@3.9.10 + eslint: 7.12.1 + eslint-scope: 5.1.1 + eslint-utils: 3.0.0_eslint@7.12.1 + transitivePeerDependencies: + - supports-color + - typescript + dev: true + + /@typescript-eslint/experimental-utils/4.28.3_eslint@7.12.1+typescript@4.3.5: + resolution: {integrity: sha512-zZYl9TnrxwEPi3FbyeX0ZnE8Hp7j3OCR+ELoUfbwGHGxWnHg9+OqSmkw2MoCVpZksPCZYpQzC559Ee9pJNHTQw==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + eslint: '*' + dependencies: + '@types/json-schema': 7.0.7 + '@typescript-eslint/scope-manager': 4.28.3_typescript@4.3.5 + '@typescript-eslint/types': 4.28.3_typescript@4.3.5 + '@typescript-eslint/typescript-estree': 4.28.3_typescript@4.3.5 + eslint: 7.12.1 + eslint-scope: 5.1.1 + eslint-utils: 3.0.0_eslint@7.12.1 + transitivePeerDependencies: + - supports-color + - typescript + dev: true + + /@typescript-eslint/parser/4.28.3_eslint@7.12.1+typescript@3.9.10: + resolution: {integrity: sha512-ZyWEn34bJexn/JNYvLQab0Mo5e+qqQNhknxmc8azgNd4XqspVYR5oHq9O11fLwdZMRcj4by15ghSlIEq+H5ltQ==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/scope-manager': 4.28.3_typescript@3.9.10 + '@typescript-eslint/types': 4.28.3_typescript@3.9.10 + '@typescript-eslint/typescript-estree': 4.28.3_typescript@3.9.10 + debug: 4.3.1 + eslint: 7.12.1 + typescript: 3.9.10 + transitivePeerDependencies: + - supports-color + dev: true + + /@typescript-eslint/parser/4.28.3_eslint@7.12.1+typescript@4.3.5: + resolution: {integrity: sha512-ZyWEn34bJexn/JNYvLQab0Mo5e+qqQNhknxmc8azgNd4XqspVYR5oHq9O11fLwdZMRcj4by15ghSlIEq+H5ltQ==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/scope-manager': 4.28.3_typescript@4.3.5 + '@typescript-eslint/types': 4.28.3_typescript@4.3.5 + '@typescript-eslint/typescript-estree': 4.28.3_typescript@4.3.5 + debug: 4.3.1 + eslint: 7.12.1 + typescript: 4.3.5 + transitivePeerDependencies: + - supports-color + dev: true + + /@typescript-eslint/scope-manager/4.28.3_typescript@3.9.10: + resolution: {integrity: sha512-/8lMisZ5NGIzGtJB+QizQ5eX4Xd8uxedFfMBXOKuJGP0oaBBVEMbJVddQKDXyyB0bPlmt8i6bHV89KbwOelJiQ==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} + dependencies: + '@typescript-eslint/types': 4.28.3_typescript@3.9.10 + '@typescript-eslint/visitor-keys': 4.28.3_typescript@3.9.10 + transitivePeerDependencies: + - typescript + dev: true + + /@typescript-eslint/scope-manager/4.28.3_typescript@4.3.5: + resolution: {integrity: sha512-/8lMisZ5NGIzGtJB+QizQ5eX4Xd8uxedFfMBXOKuJGP0oaBBVEMbJVddQKDXyyB0bPlmt8i6bHV89KbwOelJiQ==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} + dependencies: + '@typescript-eslint/types': 4.28.3_typescript@4.3.5 + '@typescript-eslint/visitor-keys': 4.28.3_typescript@4.3.5 + transitivePeerDependencies: + - typescript + dev: true + + /@typescript-eslint/types/4.28.3_typescript@3.9.10: + resolution: {integrity: sha512-kQFaEsQBQVtA9VGVyciyTbIg7S3WoKHNuOp/UF5RG40900KtGqfoiETWD/v0lzRXc+euVE9NXmfer9dLkUJrkA==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} + peerDependencies: + typescript: '*' + dependencies: + typescript: 3.9.10 + dev: true + + /@typescript-eslint/types/4.28.3_typescript@4.3.5: + resolution: {integrity: sha512-kQFaEsQBQVtA9VGVyciyTbIg7S3WoKHNuOp/UF5RG40900KtGqfoiETWD/v0lzRXc+euVE9NXmfer9dLkUJrkA==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} + peerDependencies: + typescript: '*' + dependencies: + typescript: 4.3.5 + dev: true + + /@typescript-eslint/typescript-estree/4.28.3_typescript@3.9.10: + resolution: {integrity: sha512-YAb1JED41kJsqCQt1NcnX5ZdTA93vKFCMP4lQYG6CFxd0VzDJcKttRlMrlG+1qiWAw8+zowmHU1H0OzjWJzR2w==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/types': 4.28.3_typescript@3.9.10 + '@typescript-eslint/visitor-keys': 4.28.3_typescript@3.9.10 + debug: 4.3.1 + globby: 11.0.4 + is-glob: 4.0.1 + semver: 7.3.5 + tsutils: 3.21.0_typescript@3.9.10 + typescript: 3.9.10 + transitivePeerDependencies: + - supports-color + dev: true + + /@typescript-eslint/typescript-estree/4.28.3_typescript@4.3.5: + resolution: {integrity: sha512-YAb1JED41kJsqCQt1NcnX5ZdTA93vKFCMP4lQYG6CFxd0VzDJcKttRlMrlG+1qiWAw8+zowmHU1H0OzjWJzR2w==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/types': 4.28.3_typescript@4.3.5 + '@typescript-eslint/visitor-keys': 4.28.3_typescript@4.3.5 + debug: 4.3.1 + globby: 11.0.4 + is-glob: 4.0.1 + semver: 7.3.5 + tsutils: 3.21.0_typescript@4.3.5 + typescript: 4.3.5 + transitivePeerDependencies: + - supports-color + dev: true + + /@typescript-eslint/visitor-keys/4.28.3_typescript@3.9.10: + resolution: {integrity: sha512-ri1OzcLnk1HH4gORmr1dllxDzzrN6goUIz/P4MHFV0YZJDCADPR3RvYNp0PW2SetKTThar6wlbFTL00hV2Q+fg==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} + dependencies: + '@typescript-eslint/types': 4.28.3_typescript@3.9.10 + eslint-visitor-keys: 2.1.0 + transitivePeerDependencies: + - typescript + dev: true + + /@typescript-eslint/visitor-keys/4.28.3_typescript@4.3.5: + resolution: {integrity: sha512-ri1OzcLnk1HH4gORmr1dllxDzzrN6goUIz/P4MHFV0YZJDCADPR3RvYNp0PW2SetKTThar6wlbFTL00hV2Q+fg==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} + dependencies: + '@typescript-eslint/types': 4.28.3_typescript@4.3.5 + eslint-visitor-keys: 2.1.0 + transitivePeerDependencies: + - typescript + dev: true + + /abbrev/1.1.1: + resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==} + dev: true + + /acorn-jsx/5.3.1_acorn@7.4.1: + resolution: {integrity: sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==} + peerDependencies: + acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 + dependencies: + acorn: 7.4.1 + dev: true + + /acorn/7.4.1: + resolution: {integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==} + engines: {node: '>=0.4.0'} + hasBin: true + dev: true + + /ajv/6.12.6: + resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} + dependencies: + fast-deep-equal: 3.1.3 + fast-json-stable-stringify: 2.1.0 + json-schema-traverse: 0.4.1 + uri-js: 4.4.1 + dev: true + + /amdefine/1.0.1: + resolution: {integrity: sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=} + engines: {node: '>=0.4.2'} + dev: true + + /ansi-colors/4.1.1: + resolution: {integrity: sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==} + engines: {node: '>=6'} + dev: true + + /ansi-regex/2.1.1: + resolution: {integrity: sha1-w7M6te42DYbg5ijwRorn7yfWVN8=} + engines: {node: '>=0.10.0'} + dev: true + + /ansi-regex/4.1.0: + resolution: {integrity: sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==} + engines: {node: '>=6'} + dev: true + + /ansi-regex/5.0.0: + resolution: {integrity: sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==} + engines: {node: '>=8'} + dev: true + + /ansi-styles/2.2.1: + resolution: {integrity: sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=} + engines: {node: '>=0.10.0'} + dev: true + + /ansi-styles/3.2.1: + resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} + engines: {node: '>=4'} + dependencies: + color-convert: 1.9.3 + dev: true + + /ansi-styles/4.3.0: + resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} + engines: {node: '>=8'} + dependencies: + color-convert: 2.0.1 + dev: true + + /anymatch/3.1.2: + resolution: {integrity: sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==} + engines: {node: '>= 8'} + dependencies: + normalize-path: 3.0.0 + picomatch: 2.3.0 + dev: true + + /aproba/1.2.0: + resolution: {integrity: sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==} + dev: true + + /are-we-there-yet/1.1.5: + resolution: {integrity: sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w==} + dependencies: + delegates: 1.0.0 + readable-stream: 2.3.7 + dev: true + + /argparse/1.0.10: + resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==} + dependencies: + sprintf-js: 1.0.3 + dev: true + + /array-find-index/1.0.2: + resolution: {integrity: sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=} + engines: {node: '>=0.10.0'} + dev: true + + /array-includes/3.1.3: + resolution: {integrity: sha512-gcem1KlBU7c9rB+Rq8/3PPKsK2kjqeEBa3bD5kkQo4nYlOHQCJqIJFqBXDEfwaRuYTT4E+FxA9xez7Gf/e3Q7A==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.3 + es-abstract: 1.18.3 + get-intrinsic: 1.1.1 + is-string: 1.0.6 + dev: true + + /array-union/2.1.0: + resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} + engines: {node: '>=8'} + dev: true + + /array.prototype.flatmap/1.2.4: + resolution: {integrity: sha512-r9Z0zYoxqHz60vvQbWEdXIEtCwHF0yxaWfno9qzXeNHvfyl3BZqygmGzb84dsubyaXLH4husF+NFgMSdpZhk2Q==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.3 + es-abstract: 1.18.3 + function-bind: 1.1.1 + dev: true + + /asn1/0.2.4: + resolution: {integrity: sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==} + dependencies: + safer-buffer: 2.1.2 + dev: true + + /assert-plus/1.0.0: + resolution: {integrity: sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=} + engines: {node: '>=0.8'} + dev: true + + /astral-regex/1.0.0: + resolution: {integrity: sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==} + engines: {node: '>=4'} + dev: true + + /async-foreach/0.1.3: + resolution: {integrity: sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI=} + dev: true + + /asynckit/0.4.0: + resolution: {integrity: sha1-x57Zf380y48robyXkLzDZkdLS3k=} + dev: true + + /aws-sign2/0.7.0: + resolution: {integrity: sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=} + dev: true + + /aws4/1.11.0: + resolution: {integrity: sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==} + dev: true + + /balanced-match/1.0.2: + resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} + dev: true + + /bcrypt-pbkdf/1.0.2: + resolution: {integrity: sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=} + dependencies: + tweetnacl: 0.14.5 + dev: true + + /big.js/5.2.2: + resolution: {integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==} + dev: true + + /binary-extensions/2.2.0: + resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==} + engines: {node: '>=8'} + dev: true + + /brace-expansion/1.1.11: + resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} + dependencies: + balanced-match: 1.0.2 + concat-map: 0.0.1 + dev: true + + /braces/3.0.2: + resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} + engines: {node: '>=8'} + dependencies: + fill-range: 7.0.1 + dev: true + + /builtin-modules/1.1.1: + resolution: {integrity: sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=} + engines: {node: '>=0.10.0'} + dev: true + + /call-bind/1.0.2: + resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==} + dependencies: + function-bind: 1.1.1 + get-intrinsic: 1.1.1 + dev: true + + /callsites/3.1.0: + resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} + engines: {node: '>=6'} + dev: true + + /camelcase-keys/2.1.0: + resolution: {integrity: sha1-MIvur/3ygRkFHvodkyITyRuPkuc=} + engines: {node: '>=0.10.0'} + dependencies: + camelcase: 2.1.1 + map-obj: 1.0.1 + dev: true + + /camelcase/2.1.1: + resolution: {integrity: sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=} + engines: {node: '>=0.10.0'} + dev: true + + /camelcase/5.3.1: + resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==} + engines: {node: '>=6'} + dev: true + + /caseless/0.12.0: + resolution: {integrity: sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=} + dev: true + + /chalk/1.1.3: + resolution: {integrity: sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=} + engines: {node: '>=0.10.0'} + dependencies: + ansi-styles: 2.2.1 + escape-string-regexp: 1.0.5 + has-ansi: 2.0.0 + strip-ansi: 3.0.1 + supports-color: 2.0.0 + dev: true + + /chalk/2.4.2: + resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} + engines: {node: '>=4'} + dependencies: + ansi-styles: 3.2.1 + escape-string-regexp: 1.0.5 + supports-color: 5.5.0 + dev: true + + /chalk/4.1.1: + resolution: {integrity: sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==} + engines: {node: '>=10'} + dependencies: + ansi-styles: 4.3.0 + supports-color: 7.2.0 + dev: true + + /chokidar/3.4.3: + resolution: {integrity: sha512-DtM3g7juCXQxFVSNPNByEC2+NImtBuxQQvWlHunpJIS5Ocr0lG306cC7FCi7cEA0fzmybPUIl4txBIobk1gGOQ==} + engines: {node: '>= 8.10.0'} + dependencies: + anymatch: 3.1.2 + braces: 3.0.2 + glob-parent: 5.1.2 + is-binary-path: 2.1.0 + is-glob: 4.0.1 + normalize-path: 3.0.0 + readdirp: 3.5.0 + optionalDependencies: + fsevents: 2.1.3 + dev: true + + /chownr/2.0.0: + resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==} + engines: {node: '>=10'} + dev: true + + /cliui/5.0.0: + resolution: {integrity: sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==} + dependencies: + string-width: 3.1.0 + strip-ansi: 5.2.0 + wrap-ansi: 5.1.0 + dev: true + + /code-point-at/1.1.0: + resolution: {integrity: sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=} + engines: {node: '>=0.10.0'} + dev: true + + /color-convert/1.9.3: + resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} + dependencies: + color-name: 1.1.3 + dev: true + + /color-convert/2.0.1: + resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} + engines: {node: '>=7.0.0'} + dependencies: + color-name: 1.1.4 + dev: true + + /color-name/1.1.3: + resolution: {integrity: sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=} + dev: true + + /color-name/1.1.4: + resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} + dev: true + + /colors/1.2.5: + resolution: {integrity: sha512-erNRLao/Y3Fv54qUa0LBB+//Uf3YwMUmdJinN20yMXm9zdKKqH9wt7R9IIVZ+K7ShzfpLV/Zg8+VyrBJYB4lpg==} + engines: {node: '>=0.1.90'} + dev: true + + /combined-stream/1.0.8: + resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} + engines: {node: '>= 0.8'} + dependencies: + delayed-stream: 1.0.0 + dev: true + + /commander/2.20.3: + resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} + dev: true + + /concat-map/0.0.1: + resolution: {integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=} + dev: true + + /console-control-strings/1.1.0: + resolution: {integrity: sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=} + dev: true + + /core-util-is/1.0.2: + resolution: {integrity: sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=} + dev: true + + /cross-spawn/7.0.3: + resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} + engines: {node: '>= 8'} + dependencies: + path-key: 3.1.1 + shebang-command: 2.0.0 + which: 2.0.2 + dev: true + + /css-modules-loader-core/1.1.0: + resolution: {integrity: sha1-WQhmgpShvs0mGuCkziGwtVHyHRY=} + dependencies: + icss-replace-symbols: 1.1.0 + postcss: 6.0.1 + postcss-modules-extract-imports: 1.1.0 + postcss-modules-local-by-default: 1.2.0 + postcss-modules-scope: 1.1.0 + postcss-modules-values: 1.3.0 + dev: true + + /css-selector-tokenizer/0.7.3: + resolution: {integrity: sha512-jWQv3oCEL5kMErj4wRnK/OPoBi0D+P1FR2cDCKYPaMeD2eW3/mttav8HT4hT1CKopiJI/psEULjkClhvJo4Lvg==} + dependencies: + cssesc: 3.0.0 + fastparse: 1.1.2 + dev: true + + /cssesc/3.0.0: + resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==} + engines: {node: '>=4'} + hasBin: true + dev: true + + /currently-unhandled/0.4.1: + resolution: {integrity: sha1-mI3zP+qxke95mmE2nddsF635V+o=} + engines: {node: '>=0.10.0'} + dependencies: + array-find-index: 1.0.2 + dev: true + + /dashdash/1.14.1: + resolution: {integrity: sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=} + engines: {node: '>=0.10'} + dependencies: + assert-plus: 1.0.0 + dev: true + + /debug/4.3.1: + resolution: {integrity: sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + dependencies: + ms: 2.1.2 + dev: true + + /decamelize/1.2.0: + resolution: {integrity: sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=} + engines: {node: '>=0.10.0'} + dev: true + + /deep-is/0.1.3: + resolution: {integrity: sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=} + dev: true + + /define-properties/1.1.3: + resolution: {integrity: sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==} + engines: {node: '>= 0.4'} + dependencies: + object-keys: 1.1.1 + dev: true + + /delayed-stream/1.0.0: + resolution: {integrity: sha1-3zrhmayt+31ECqrgsp4icrJOxhk=} + engines: {node: '>=0.4.0'} + dev: true + + /delegates/1.0.0: + resolution: {integrity: sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=} + dev: true + + /diff/4.0.2: + resolution: {integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==} + engines: {node: '>=0.3.1'} + dev: true + + /dir-glob/3.0.1: + resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} + engines: {node: '>=8'} + dependencies: + path-type: 4.0.0 + dev: true + + /doctrine/2.1.0: + resolution: {integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==} + engines: {node: '>=0.10.0'} + dependencies: + esutils: 2.0.3 + dev: true + + /doctrine/3.0.0: + resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==} + engines: {node: '>=6.0.0'} + dependencies: + esutils: 2.0.3 + dev: true + + /ecc-jsbn/0.1.2: + resolution: {integrity: sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=} + dependencies: + jsbn: 0.1.1 + safer-buffer: 2.1.2 + dev: true + + /emoji-regex/7.0.3: + resolution: {integrity: sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==} + dev: true + + /emojis-list/3.0.0: + resolution: {integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==} + engines: {node: '>= 4'} + dev: true + + /enquirer/2.3.6: + resolution: {integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==} + engines: {node: '>=8.6'} + dependencies: + ansi-colors: 4.1.1 + dev: true + + /env-paths/2.2.1: + resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==} + engines: {node: '>=6'} + dev: true + + /error-ex/1.3.2: + resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} + dependencies: + is-arrayish: 0.2.1 + dev: true + + /es-abstract/1.18.3: + resolution: {integrity: sha512-nQIr12dxV7SSxE6r6f1l3DtAeEYdsGpps13dR0TwJg1S8gyp4ZPgy3FZcHBgbiQqnoqSTb+oC+kO4UQ0C/J8vw==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + es-to-primitive: 1.2.1 + function-bind: 1.1.1 + get-intrinsic: 1.1.1 + has: 1.0.3 + has-symbols: 1.0.2 + is-callable: 1.2.3 + is-negative-zero: 2.0.1 + is-regex: 1.1.3 + is-string: 1.0.6 + object-inspect: 1.10.3 + object-keys: 1.1.1 + object.assign: 4.1.2 + string.prototype.trimend: 1.0.4 + string.prototype.trimstart: 1.0.4 + unbox-primitive: 1.0.1 + dev: true + + /es-to-primitive/1.2.1: + resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==} + engines: {node: '>= 0.4'} + dependencies: + is-callable: 1.2.3 + is-date-object: 1.0.4 + is-symbol: 1.0.4 + dev: true + + /escape-string-regexp/1.0.5: + resolution: {integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=} + engines: {node: '>=0.8.0'} + dev: true + + /eslint-plugin-promise/4.2.1: + resolution: {integrity: sha512-VoM09vT7bfA7D+upt+FjeBO5eHIJQBUWki1aPvB+vbNiHS3+oGIJGIeyBtKQTME6UPXXy3vV07OL1tHd3ANuDw==} + engines: {node: '>=6'} + dev: true + + /eslint-plugin-react/7.20.6_eslint@7.12.1: + resolution: {integrity: sha512-kidMTE5HAEBSLu23CUDvj8dc3LdBU0ri1scwHBZjI41oDv4tjsWZKU7MQccFzH1QYPYhsnTF2ovh7JlcIcmxgg==} + engines: {node: '>=4'} + peerDependencies: + eslint: ^3 || ^4 || ^5 || ^6 || ^7 + dependencies: + array-includes: 3.1.3 + array.prototype.flatmap: 1.2.4 + doctrine: 2.1.0 + eslint: 7.12.1 + has: 1.0.3 + jsx-ast-utils: 2.4.1 + object.entries: 1.1.4 + object.fromentries: 2.0.4 + object.values: 1.1.4 + prop-types: 15.7.2 + resolve: 1.20.0 + string.prototype.matchall: 4.0.5 + dev: true + + /eslint-plugin-tsdoc/0.2.14: + resolution: {integrity: sha512-fJ3fnZRsdIoBZgzkQjv8vAj6NeeOoFkTfgosj6mKsFjX70QV256sA/wq+y/R2+OL4L8E79VVaVWrPeZnKNe8Ng==} + dependencies: + '@microsoft/tsdoc': 0.13.2 + '@microsoft/tsdoc-config': 0.15.2 + dev: true + + /eslint-scope/5.1.1: + resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==} + engines: {node: '>=8.0.0'} + dependencies: + esrecurse: 4.3.0 + estraverse: 4.3.0 + dev: true + + /eslint-utils/2.1.0: + resolution: {integrity: sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==} + engines: {node: '>=6'} + dependencies: + eslint-visitor-keys: 1.3.0 + dev: true + + /eslint-utils/3.0.0_eslint@7.12.1: + resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} + engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} + peerDependencies: + eslint: '>=5' + dependencies: + eslint: 7.12.1 + eslint-visitor-keys: 2.1.0 + dev: true + + /eslint-visitor-keys/1.3.0: + resolution: {integrity: sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==} + engines: {node: '>=4'} + dev: true + + /eslint-visitor-keys/2.1.0: + resolution: {integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==} + engines: {node: '>=10'} + dev: true + + /eslint/7.12.1: + resolution: {integrity: sha512-HlMTEdr/LicJfN08LB3nM1rRYliDXOmfoO4vj39xN6BLpFzF00hbwBoqHk8UcJ2M/3nlARZWy/mslvGEuZFvsg==} + engines: {node: ^10.12.0 || >=12.0.0} + hasBin: true + dependencies: + '@babel/code-frame': 7.12.13 + '@eslint/eslintrc': 0.2.2 + ajv: 6.12.6 + chalk: 4.1.1 + cross-spawn: 7.0.3 + debug: 4.3.1 + doctrine: 3.0.0 + enquirer: 2.3.6 + eslint-scope: 5.1.1 + eslint-utils: 2.1.0 + eslint-visitor-keys: 2.1.0 + espree: 7.3.1 + esquery: 1.4.0 + esutils: 2.0.3 + file-entry-cache: 5.0.1 + functional-red-black-tree: 1.0.1 + glob-parent: 5.1.2 + globals: 12.4.0 + ignore: 4.0.6 + import-fresh: 3.3.0 + imurmurhash: 0.1.4 + is-glob: 4.0.1 + js-yaml: 3.14.1 + json-stable-stringify-without-jsonify: 1.0.1 + levn: 0.4.1 + lodash: 4.17.21 + minimatch: 3.0.4 + natural-compare: 1.4.0 + optionator: 0.9.1 + progress: 2.0.3 + regexpp: 3.1.0 + semver: 7.3.5 + strip-ansi: 6.0.0 + strip-json-comments: 3.1.1 + table: 5.4.6 + text-table: 0.2.0 + v8-compile-cache: 2.3.0 + transitivePeerDependencies: + - supports-color + dev: true + + /espree/7.3.1: + resolution: {integrity: sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==} + engines: {node: ^10.12.0 || >=12.0.0} + dependencies: + acorn: 7.4.1 + acorn-jsx: 5.3.1_acorn@7.4.1 + eslint-visitor-keys: 1.3.0 + dev: true + + /esprima/4.0.1: + resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} + engines: {node: '>=4'} + hasBin: true + dev: true + + /esquery/1.4.0: + resolution: {integrity: sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==} + engines: {node: '>=0.10'} + dependencies: + estraverse: 5.2.0 + dev: true + + /esrecurse/4.3.0: + resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==} + engines: {node: '>=4.0'} + dependencies: + estraverse: 5.2.0 + dev: true + + /estraverse/4.3.0: + resolution: {integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==} + engines: {node: '>=4.0'} + dev: true + + /estraverse/5.2.0: + resolution: {integrity: sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==} + engines: {node: '>=4.0'} + dev: true + + /esutils/2.0.3: + resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} + engines: {node: '>=0.10.0'} + dev: true + + /extend/3.0.2: + resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==} + dev: true + + /extsprintf/1.3.0: + resolution: {integrity: sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=} + engines: {'0': node >=0.6.0} + dev: true + + /fast-deep-equal/3.1.3: + resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} + dev: true + + /fast-glob/3.2.5: + resolution: {integrity: sha512-2DtFcgT68wiTTiwZ2hNdJfcHNke9XOfnwmBRWXhmeKM8rF0TGwmC/Qto3S7RoZKp5cilZbxzO5iTNTQsJ+EeDg==} + engines: {node: '>=8'} + dependencies: + '@nodelib/fs.stat': 2.0.5 + '@nodelib/fs.walk': 1.2.7 + glob-parent: 5.1.2 + merge2: 1.4.1 + micromatch: 4.0.4 + picomatch: 2.3.0 + dev: true + + /fast-json-stable-stringify/2.1.0: + resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} + dev: true + + /fast-levenshtein/2.0.6: + resolution: {integrity: sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=} + dev: true + + /fastparse/1.1.2: + resolution: {integrity: sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ==} + dev: true + + /fastq/1.11.0: + resolution: {integrity: sha512-7Eczs8gIPDrVzT+EksYBcupqMyxSHXXrHOLRRxU2/DicV8789MRBRR8+Hc2uWzUupOs4YS4JzBmBxjjCVBxD/g==} + dependencies: + reusify: 1.0.4 + dev: true + + /file-entry-cache/5.0.1: + resolution: {integrity: sha512-bCg29ictuBaKUwwArK4ouCaqDgLZcysCFLmM/Yn/FDoqndh/9vNuQfXRDvTuXKLxfD/JtZQGKFT8MGcJBK644g==} + engines: {node: '>=4'} + dependencies: + flat-cache: 2.0.1 + dev: true + + /fill-range/7.0.1: + resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==} + engines: {node: '>=8'} + dependencies: + to-regex-range: 5.0.1 + dev: true + + /find-up/1.1.2: + resolution: {integrity: sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=} + engines: {node: '>=0.10.0'} + dependencies: + path-exists: 2.1.0 + pinkie-promise: 2.0.1 + dev: true + + /find-up/3.0.0: + resolution: {integrity: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==} + engines: {node: '>=6'} + dependencies: + locate-path: 3.0.0 + dev: true + + /flat-cache/2.0.1: + resolution: {integrity: sha512-LoQe6yDuUMDzQAEH8sgmh4Md6oZnc/7PjtwjNFSzveXqSHt6ka9fPBuso7IGf9Rz4uqnSnWiFH2B/zj24a5ReA==} + engines: {node: '>=4'} + dependencies: + flatted: 2.0.2 + rimraf: 2.6.3 + write: 1.0.3 + dev: true + + /flatted/2.0.2: + resolution: {integrity: sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==} + dev: true + + /forever-agent/0.6.1: + resolution: {integrity: sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=} + dev: true + + /form-data/2.3.3: + resolution: {integrity: sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==} + engines: {node: '>= 0.12'} + dependencies: + asynckit: 0.4.0 + combined-stream: 1.0.8 + mime-types: 2.1.31 + dev: true + + /fs-extra/7.0.1: + resolution: {integrity: sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==} + engines: {node: '>=6 <7 || >=8'} + dependencies: + graceful-fs: 4.2.6 + jsonfile: 4.0.0 + universalify: 0.1.2 + dev: true + + /fs-minipass/2.1.0: + resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==} + engines: {node: '>= 8'} + dependencies: + minipass: 3.1.3 + dev: true + + /fs.realpath/1.0.0: + resolution: {integrity: sha1-FQStJSMVjKpA20onh8sBQRmU6k8=} + dev: true + + /fsevents/2.1.3: + resolution: {integrity: sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==} + engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} + os: [darwin] + deprecated: '"Please update to latest v2.3 or v2.2"' + dev: true + optional: true + + /function-bind/1.1.1: + resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==} + dev: true + + /functional-red-black-tree/1.0.1: + resolution: {integrity: sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=} + dev: true + + /gauge/2.7.4: + resolution: {integrity: sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=} + dependencies: + aproba: 1.2.0 + console-control-strings: 1.1.0 + has-unicode: 2.0.1 + object-assign: 4.1.1 + signal-exit: 3.0.3 + string-width: 1.0.2 + strip-ansi: 3.0.1 + wide-align: 1.1.3 + dev: true + + /gaze/1.1.3: + resolution: {integrity: sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==} + engines: {node: '>= 4.0.0'} + dependencies: + globule: 1.3.2 + dev: true + + /generic-names/2.0.1: + resolution: {integrity: sha512-kPCHWa1m9wGG/OwQpeweTwM/PYiQLrUIxXbt/P4Nic3LbGjCP0YwrALHW1uNLKZ0LIMg+RF+XRlj2ekT9ZlZAQ==} + dependencies: + loader-utils: 1.4.0 + dev: true + + /get-caller-file/2.0.5: + resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} + engines: {node: 6.* || 8.* || >= 10.*} + dev: true + + /get-intrinsic/1.1.1: + resolution: {integrity: sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==} + dependencies: + function-bind: 1.1.1 + has: 1.0.3 + has-symbols: 1.0.2 + dev: true + + /get-stdin/4.0.1: + resolution: {integrity: sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=} + engines: {node: '>=0.10.0'} + dev: true + + /getpass/0.1.7: + resolution: {integrity: sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=} + dependencies: + assert-plus: 1.0.0 + dev: true + + /glob-escape/0.0.2: + resolution: {integrity: sha1-nCf3gh7RwTd1gvPv2VWOP2dWKO0=} + engines: {node: '>= 0.10'} + dev: true + + /glob-parent/5.1.2: + resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} + engines: {node: '>= 6'} + dependencies: + is-glob: 4.0.1 + dev: true + + /glob/7.0.6: + resolution: {integrity: sha1-IRuvr0nlJbjNkyYNFKsTYVKz9Xo=} + dependencies: + fs.realpath: 1.0.0 + inflight: 1.0.6 + inherits: 2.0.4 + minimatch: 3.0.4 + once: 1.4.0 + path-is-absolute: 1.0.1 + dev: true + + /glob/7.1.7: + resolution: {integrity: sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==} + dependencies: + fs.realpath: 1.0.0 + inflight: 1.0.6 + inherits: 2.0.4 + minimatch: 3.0.4 + once: 1.4.0 + path-is-absolute: 1.0.1 + dev: true + + /globals/12.4.0: + resolution: {integrity: sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==} + engines: {node: '>=8'} + dependencies: + type-fest: 0.8.1 + dev: true + + /globby/11.0.4: + resolution: {integrity: sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==} + engines: {node: '>=10'} + dependencies: + array-union: 2.1.0 + dir-glob: 3.0.1 + fast-glob: 3.2.5 + ignore: 5.1.8 + merge2: 1.4.1 + slash: 3.0.0 + dev: true + + /globule/1.3.2: + resolution: {integrity: sha512-7IDTQTIu2xzXkT+6mlluidnWo+BypnbSoEVVQCGfzqnl5Ik8d3e1d4wycb8Rj9tWW+Z39uPWsdlquqiqPCd/pA==} + engines: {node: '>= 0.10'} + dependencies: + glob: 7.1.7 + lodash: 4.17.21 + minimatch: 3.0.4 + dev: true + + /graceful-fs/4.2.6: + resolution: {integrity: sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ==} + dev: true + + /har-schema/2.0.0: + resolution: {integrity: sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=} + engines: {node: '>=4'} + dev: true + + /har-validator/5.1.5: + resolution: {integrity: sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==} + engines: {node: '>=6'} + deprecated: this library is no longer supported + dependencies: + ajv: 6.12.6 + har-schema: 2.0.0 + dev: true + + /has-ansi/2.0.0: + resolution: {integrity: sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=} + engines: {node: '>=0.10.0'} + dependencies: + ansi-regex: 2.1.1 + dev: true + + /has-bigints/1.0.1: + resolution: {integrity: sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==} + dev: true + + /has-flag/1.0.0: + resolution: {integrity: sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=} + engines: {node: '>=0.10.0'} + dev: true + + /has-flag/3.0.0: + resolution: {integrity: sha1-tdRU3CGZriJWmfNGfloH87lVuv0=} + engines: {node: '>=4'} + dev: true + + /has-flag/4.0.0: + resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} + engines: {node: '>=8'} + dev: true + + /has-symbols/1.0.2: + resolution: {integrity: sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==} + engines: {node: '>= 0.4'} + dev: true + + /has-unicode/2.0.1: + resolution: {integrity: sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=} + dev: true + + /has/1.0.3: + resolution: {integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==} + engines: {node: '>= 0.4.0'} + dependencies: + function-bind: 1.1.1 + dev: true + + /hosted-git-info/2.8.9: + resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==} + dev: true + + /http-signature/1.2.0: + resolution: {integrity: sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=} + engines: {node: '>=0.8', npm: '>=1.3.7'} + dependencies: + assert-plus: 1.0.0 + jsprim: 1.4.1 + sshpk: 1.16.1 + dev: true + + /icss-replace-symbols/1.1.0: + resolution: {integrity: sha1-Bupvg2ead0njhs/h/oEq5dsiPe0=} + dev: true + + /ignore/4.0.6: + resolution: {integrity: sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==} + engines: {node: '>= 4'} + dev: true + + /ignore/5.1.8: + resolution: {integrity: sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==} + engines: {node: '>= 4'} + dev: true + + /import-fresh/3.3.0: + resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} + engines: {node: '>=6'} + dependencies: + parent-module: 1.0.1 + resolve-from: 4.0.0 + dev: true + + /import-lazy/4.0.0: + resolution: {integrity: sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==} + engines: {node: '>=8'} + dev: true + + /imurmurhash/0.1.4: + resolution: {integrity: sha1-khi5srkoojixPcT7a21XbyMUU+o=} + engines: {node: '>=0.8.19'} + dev: true + + /indent-string/2.1.0: + resolution: {integrity: sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=} + engines: {node: '>=0.10.0'} + dependencies: + repeating: 2.0.1 + dev: true + + /inflight/1.0.6: + resolution: {integrity: sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=} + dependencies: + once: 1.4.0 + wrappy: 1.0.2 + dev: true + + /inherits/2.0.4: + resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} + dev: true + + /internal-slot/1.0.3: + resolution: {integrity: sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==} + engines: {node: '>= 0.4'} + dependencies: + get-intrinsic: 1.1.1 + has: 1.0.3 + side-channel: 1.0.4 + dev: true + + /is-arrayish/0.2.1: + resolution: {integrity: sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=} + dev: true + + /is-bigint/1.0.2: + resolution: {integrity: sha512-0JV5+SOCQkIdzjBK9buARcV804Ddu7A0Qet6sHi3FimE9ne6m4BGQZfRn+NZiXbBk4F4XmHfDZIipLj9pX8dSA==} + dev: true + + /is-binary-path/2.1.0: + resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} + engines: {node: '>=8'} + dependencies: + binary-extensions: 2.2.0 + dev: true + + /is-boolean-object/1.1.1: + resolution: {integrity: sha512-bXdQWkECBUIAcCkeH1unwJLIpZYaa5VvuygSyS/c2lf719mTKZDU5UdDRlpd01UjADgmW8RfqaP+mRaVPdr/Ng==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + dev: true + + /is-callable/1.2.3: + resolution: {integrity: sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ==} + engines: {node: '>= 0.4'} + dev: true + + /is-core-module/2.4.0: + resolution: {integrity: sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==} + dependencies: + has: 1.0.3 + dev: true + + /is-date-object/1.0.4: + resolution: {integrity: sha512-/b4ZVsG7Z5XVtIxs/h9W8nvfLgSAyKYdtGWQLbqy6jA1icmgjf8WCoTKgeS4wy5tYaPePouzFMANbnj94c2Z+A==} + engines: {node: '>= 0.4'} + dev: true + + /is-extglob/2.1.1: + resolution: {integrity: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=} + engines: {node: '>=0.10.0'} + dev: true + + /is-finite/1.1.0: + resolution: {integrity: sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==} + engines: {node: '>=0.10.0'} + dev: true + + /is-fullwidth-code-point/1.0.0: + resolution: {integrity: sha1-754xOG8DGn8NZDr4L95QxFfvAMs=} + engines: {node: '>=0.10.0'} + dependencies: + number-is-nan: 1.0.1 + dev: true + + /is-fullwidth-code-point/2.0.0: + resolution: {integrity: sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=} + engines: {node: '>=4'} + dev: true + + /is-glob/4.0.1: + resolution: {integrity: sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==} + engines: {node: '>=0.10.0'} + dependencies: + is-extglob: 2.1.1 + dev: true + + /is-negative-zero/2.0.1: + resolution: {integrity: sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==} + engines: {node: '>= 0.4'} + dev: true + + /is-number-object/1.0.5: + resolution: {integrity: sha512-RU0lI/n95pMoUKu9v1BZP5MBcZuNSVJkMkAG2dJqC4z2GlkGUNeH68SuHuBKBD/XFe+LHZ+f9BKkLET60Niedw==} + engines: {node: '>= 0.4'} + dev: true + + /is-number/7.0.0: + resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} + engines: {node: '>=0.12.0'} + dev: true + + /is-regex/1.1.3: + resolution: {integrity: sha512-qSVXFz28HM7y+IWX6vLCsexdlvzT1PJNFSBuaQLQ5o0IEw8UDYW6/2+eCMVyIsbM8CNLX2a/QWmSpyxYEHY7CQ==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + has-symbols: 1.0.2 + dev: true + + /is-string/1.0.6: + resolution: {integrity: sha512-2gdzbKUuqtQ3lYNrUTQYoClPhm7oQu4UdpSZMp1/DGgkHBT8E2Z1l0yMdb6D4zNAxwDiMv8MdulKROJGNl0Q0w==} + engines: {node: '>= 0.4'} + dev: true + + /is-symbol/1.0.4: + resolution: {integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==} + engines: {node: '>= 0.4'} + dependencies: + has-symbols: 1.0.2 + dev: true + + /is-typedarray/1.0.0: + resolution: {integrity: sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=} + dev: true + + /is-utf8/0.2.1: + resolution: {integrity: sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=} + dev: true + + /isarray/1.0.0: + resolution: {integrity: sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=} + dev: true + + /isexe/2.0.0: + resolution: {integrity: sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=} + dev: true + + /isstream/0.1.2: + resolution: {integrity: sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=} + dev: true + + /jju/1.4.0: + resolution: {integrity: sha1-o6vicYryQaKykE+EpiWXDzia4yo=} + dev: true + + /js-base64/2.6.4: + resolution: {integrity: sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==} + dev: true + + /js-tokens/4.0.0: + resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} + dev: true + + /js-yaml/3.14.1: + resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==} + hasBin: true + dependencies: + argparse: 1.0.10 + esprima: 4.0.1 + dev: true + + /jsbn/0.1.1: + resolution: {integrity: sha1-peZUwuWi3rXyAdls77yoDA7y9RM=} + dev: true + + /json-schema-traverse/0.4.1: + resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} + dev: true + + /json-schema/0.2.3: + resolution: {integrity: sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=} + dev: true + + /json-stable-stringify-without-jsonify/1.0.1: + resolution: {integrity: sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=} + dev: true + + /json-stringify-safe/5.0.1: + resolution: {integrity: sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=} + dev: true + + /json5/1.0.1: + resolution: {integrity: sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==} + hasBin: true + dependencies: + minimist: 1.2.5 + dev: true + + /jsonfile/4.0.0: + resolution: {integrity: sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=} + optionalDependencies: + graceful-fs: 4.2.6 + dev: true + + /jsonpath-plus/4.0.0: + resolution: {integrity: sha512-e0Jtg4KAzDJKKwzbLaUtinCn0RZseWBVRTRGihSpvFlM3wTR7ExSp+PTdeTsDrLNJUe7L7JYJe8mblHX5SCT6A==} + engines: {node: '>=10.0'} + dev: true + + /jsprim/1.4.1: + resolution: {integrity: sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=} + engines: {'0': node >=0.6.0} + dependencies: + assert-plus: 1.0.0 + extsprintf: 1.3.0 + json-schema: 0.2.3 + verror: 1.10.0 + dev: true + + /jsx-ast-utils/2.4.1: + resolution: {integrity: sha512-z1xSldJ6imESSzOjd3NNkieVJKRlKYSOtMG8SFyCj2FIrvSaSuli/WjpBkEzCBoR9bYYYFgqJw61Xhu7Lcgk+w==} + engines: {node: '>=4.0'} + dependencies: + array-includes: 3.1.3 + object.assign: 4.1.2 + dev: true + + /levn/0.4.1: + resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} + engines: {node: '>= 0.8.0'} + dependencies: + prelude-ls: 1.2.1 + type-check: 0.4.0 + dev: true + + /load-json-file/1.1.0: + resolution: {integrity: sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=} + engines: {node: '>=0.10.0'} + dependencies: + graceful-fs: 4.2.6 + parse-json: 2.2.0 + pify: 2.3.0 + pinkie-promise: 2.0.1 + strip-bom: 2.0.0 + dev: true + + /loader-utils/1.4.0: + resolution: {integrity: sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==} + engines: {node: '>=4.0.0'} + dependencies: + big.js: 5.2.2 + emojis-list: 3.0.0 + json5: 1.0.1 + dev: true + + /locate-path/3.0.0: + resolution: {integrity: sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==} + engines: {node: '>=6'} + dependencies: + p-locate: 3.0.0 + path-exists: 3.0.0 + dev: true + + /lodash.camelcase/4.3.0: + resolution: {integrity: sha1-soqmKIorn8ZRA1x3EfZathkDMaY=} + dev: true + + /lodash.get/4.4.2: + resolution: {integrity: sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=} + dev: true + + /lodash.isequal/4.5.0: + resolution: {integrity: sha1-QVxEePK8wwEgwizhDtMib30+GOA=} + dev: true + + /lodash/4.17.21: + resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} + dev: true + + /loose-envify/1.4.0: + resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} + hasBin: true + dependencies: + js-tokens: 4.0.0 + dev: true + + /loud-rejection/1.6.0: + resolution: {integrity: sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=} + engines: {node: '>=0.10.0'} + dependencies: + currently-unhandled: 0.4.1 + signal-exit: 3.0.3 + dev: true + + /lru-cache/6.0.0: + resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} + engines: {node: '>=10'} + dependencies: + yallist: 4.0.0 + dev: true + + /map-obj/1.0.1: + resolution: {integrity: sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=} + engines: {node: '>=0.10.0'} + dev: true + + /meow/3.7.0: + resolution: {integrity: sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=} + engines: {node: '>=0.10.0'} + dependencies: + camelcase-keys: 2.1.0 + decamelize: 1.2.0 + loud-rejection: 1.6.0 + map-obj: 1.0.1 + minimist: 1.2.5 + normalize-package-data: 2.5.0 + object-assign: 4.1.1 + read-pkg-up: 1.0.1 + redent: 1.0.0 + trim-newlines: 1.0.0 + dev: true + + /merge2/1.4.1: + resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} + engines: {node: '>= 8'} + dev: true + + /micromatch/4.0.4: + resolution: {integrity: sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==} + engines: {node: '>=8.6'} + dependencies: + braces: 3.0.2 + picomatch: 2.3.0 + dev: true + + /mime-db/1.48.0: + resolution: {integrity: sha512-FM3QwxV+TnZYQ2aRqhlKBMHxk10lTbMt3bBkMAp54ddrNeVSfcQYOOKuGuy3Ddrm38I04If834fOUSq1yzslJQ==} + engines: {node: '>= 0.6'} + dev: true + + /mime-types/2.1.31: + resolution: {integrity: sha512-XGZnNzm3QvgKxa8dpzyhFTHmpP3l5YNusmne07VUOXxou9CqUqYa/HBy124RqtVh/O2pECas/MOcsDgpilPOPg==} + engines: {node: '>= 0.6'} + dependencies: + mime-db: 1.48.0 + dev: true + + /minimatch/3.0.4: + resolution: {integrity: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==} + dependencies: + brace-expansion: 1.1.11 + dev: true + + /minimist/1.2.5: + resolution: {integrity: sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==} + dev: true + + /minipass/3.1.3: + resolution: {integrity: sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==} + engines: {node: '>=8'} + dependencies: + yallist: 4.0.0 + dev: true + + /minizlib/2.1.2: + resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} + engines: {node: '>= 8'} + dependencies: + minipass: 3.1.3 + yallist: 4.0.0 + dev: true + + /mkdirp/0.5.5: + resolution: {integrity: sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==} + hasBin: true + dependencies: + minimist: 1.2.5 + dev: true + + /mkdirp/1.0.4: + resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==} + engines: {node: '>=10'} + hasBin: true + dev: true + + /ms/2.1.2: + resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} + dev: true + + /nan/2.14.2: + resolution: {integrity: sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ==} + dev: true + + /natural-compare/1.4.0: + resolution: {integrity: sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=} + dev: true + + /node-gyp/7.1.2: + resolution: {integrity: sha512-CbpcIo7C3eMu3dL1c3d0xw449fHIGALIJsRP4DDPHpyiW8vcriNY7ubh9TE4zEKfSxscY7PjeFnshE7h75ynjQ==} + engines: {node: '>= 10.12.0'} + hasBin: true + dependencies: + env-paths: 2.2.1 + glob: 7.1.7 + graceful-fs: 4.2.6 + nopt: 5.0.0 + npmlog: 4.1.2 + request: 2.88.2 + rimraf: 3.0.2 + semver: 7.3.5 + tar: 6.1.0 + which: 2.0.2 + dev: true + + /node-sass/5.0.0: + resolution: {integrity: sha512-opNgmlu83ZCF792U281Ry7tak9IbVC+AKnXGovcQ8LG8wFaJv6cLnRlc6DIHlmNxWEexB5bZxi9SZ9JyUuOYjw==} + engines: {node: '>=10'} + hasBin: true + requiresBuild: true + dependencies: + async-foreach: 0.1.3 + chalk: 1.1.3 + cross-spawn: 7.0.3 + gaze: 1.1.3 + get-stdin: 4.0.1 + glob: 7.1.7 + lodash: 4.17.21 + meow: 3.7.0 + mkdirp: 0.5.5 + nan: 2.14.2 + node-gyp: 7.1.2 + npmlog: 4.1.2 + request: 2.88.2 + sass-graph: 2.2.5 + stdout-stream: 1.4.1 + true-case-path: 1.0.3 + dev: true + + /nopt/5.0.0: + resolution: {integrity: sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==} + engines: {node: '>=6'} + hasBin: true + dependencies: + abbrev: 1.1.1 + dev: true + + /normalize-package-data/2.5.0: + resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} + dependencies: + hosted-git-info: 2.8.9 + resolve: 1.20.0 + semver: 5.7.1 + validate-npm-package-license: 3.0.4 + dev: true + + /normalize-path/3.0.0: + resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} + engines: {node: '>=0.10.0'} + dev: true + + /npmlog/4.1.2: + resolution: {integrity: sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==} + dependencies: + are-we-there-yet: 1.1.5 + console-control-strings: 1.1.0 + gauge: 2.7.4 + set-blocking: 2.0.0 + dev: true + + /number-is-nan/1.0.1: + resolution: {integrity: sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=} + engines: {node: '>=0.10.0'} + dev: true + + /oauth-sign/0.9.0: + resolution: {integrity: sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==} + dev: true + + /object-assign/4.1.1: + resolution: {integrity: sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=} + engines: {node: '>=0.10.0'} + dev: true + + /object-inspect/1.10.3: + resolution: {integrity: sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==} + dev: true + + /object-keys/1.1.1: + resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} + engines: {node: '>= 0.4'} + dev: true + + /object.assign/4.1.2: + resolution: {integrity: sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.3 + has-symbols: 1.0.2 + object-keys: 1.1.1 + dev: true + + /object.entries/1.1.4: + resolution: {integrity: sha512-h4LWKWE+wKQGhtMjZEBud7uLGhqyLwj8fpHOarZhD2uY3C9cRtk57VQ89ke3moByLXMedqs3XCHzyb4AmA2DjA==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.3 + es-abstract: 1.18.3 + dev: true + + /object.fromentries/2.0.4: + resolution: {integrity: sha512-EsFBshs5RUUpQEY1D4q/m59kMfz4YJvxuNCJcv/jWwOJr34EaVnG11ZrZa0UHB3wnzV1wx8m58T4hQL8IuNXlQ==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.3 + es-abstract: 1.18.3 + has: 1.0.3 + dev: true + + /object.values/1.1.4: + resolution: {integrity: sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.3 + es-abstract: 1.18.3 + dev: true + + /once/1.4.0: + resolution: {integrity: sha1-WDsap3WWHUsROsF9nFC6753Xa9E=} + dependencies: + wrappy: 1.0.2 + dev: true + + /optionator/0.9.1: + resolution: {integrity: sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==} + engines: {node: '>= 0.8.0'} + dependencies: + deep-is: 0.1.3 + fast-levenshtein: 2.0.6 + levn: 0.4.1 + prelude-ls: 1.2.1 + type-check: 0.4.0 + word-wrap: 1.2.3 + dev: true + + /p-limit/2.3.0: + resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==} + engines: {node: '>=6'} + dependencies: + p-try: 2.2.0 + dev: true + + /p-locate/3.0.0: + resolution: {integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==} + engines: {node: '>=6'} + dependencies: + p-limit: 2.3.0 + dev: true + + /p-try/2.2.0: + resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} + engines: {node: '>=6'} + dev: true + + /parent-module/1.0.1: + resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} + engines: {node: '>=6'} + dependencies: + callsites: 3.1.0 + dev: true + + /parse-json/2.2.0: + resolution: {integrity: sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=} + engines: {node: '>=0.10.0'} + dependencies: + error-ex: 1.3.2 + dev: true + + /path-exists/2.1.0: + resolution: {integrity: sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=} + engines: {node: '>=0.10.0'} + dependencies: + pinkie-promise: 2.0.1 + dev: true + + /path-exists/3.0.0: + resolution: {integrity: sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=} + engines: {node: '>=4'} + dev: true + + /path-is-absolute/1.0.1: + resolution: {integrity: sha1-F0uSaHNVNP+8es5r9TpanhtcX18=} + engines: {node: '>=0.10.0'} + dev: true + + /path-key/3.1.1: + resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} + engines: {node: '>=8'} + dev: true + + /path-parse/1.0.7: + resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} + dev: true + + /path-type/1.1.0: + resolution: {integrity: sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=} + engines: {node: '>=0.10.0'} + dependencies: + graceful-fs: 4.2.6 + pify: 2.3.0 + pinkie-promise: 2.0.1 + dev: true + + /path-type/4.0.0: + resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} + engines: {node: '>=8'} + dev: true + + /performance-now/2.1.0: + resolution: {integrity: sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=} + dev: true + + /picomatch/2.3.0: + resolution: {integrity: sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==} + engines: {node: '>=8.6'} + dev: true + + /pify/2.3.0: + resolution: {integrity: sha1-7RQaasBDqEnqWISY59yosVMw6Qw=} + engines: {node: '>=0.10.0'} + dev: true + + /pinkie-promise/2.0.1: + resolution: {integrity: sha1-ITXW36ejWMBprJsXh3YogihFD/o=} + engines: {node: '>=0.10.0'} + dependencies: + pinkie: 2.0.4 + dev: true + + /pinkie/2.0.4: + resolution: {integrity: sha1-clVrgM+g1IqXToDnckjoDtT3+HA=} + engines: {node: '>=0.10.0'} + dev: true + + /postcss-modules-extract-imports/1.1.0: + resolution: {integrity: sha1-thTJcgvmgW6u41+zpfqh26agXds=} + dependencies: + postcss: 6.0.1 + dev: true + + /postcss-modules-local-by-default/1.2.0: + resolution: {integrity: sha1-99gMOYxaOT+nlkRmvRlQCn1hwGk=} + dependencies: + css-selector-tokenizer: 0.7.3 + postcss: 6.0.1 + dev: true + + /postcss-modules-scope/1.1.0: + resolution: {integrity: sha1-1upkmUx5+XtipytCb75gVqGUu5A=} + dependencies: + css-selector-tokenizer: 0.7.3 + postcss: 6.0.1 + dev: true + + /postcss-modules-values/1.3.0: + resolution: {integrity: sha1-7P+p1+GSUYOJ9CrQ6D9yrsRW6iA=} + dependencies: + icss-replace-symbols: 1.1.0 + postcss: 6.0.1 + dev: true + + /postcss-modules/1.5.0: + resolution: {integrity: sha512-KiAihzcV0TxTTNA5OXreyIXctuHOfR50WIhqBpc8pe0Q5dcs/Uap9EVlifOI9am7zGGdGOJQ6B1MPYKo2UxgOg==} + dependencies: + css-modules-loader-core: 1.1.0 + generic-names: 2.0.1 + lodash.camelcase: 4.3.0 + postcss: 7.0.32 + string-hash: 1.1.3 + dev: true + + /postcss/6.0.1: + resolution: {integrity: sha1-AA29H47vIXqjaLmiEsX8QLKo8/I=} + engines: {node: '>=4.0.0'} + dependencies: + chalk: 1.1.3 + source-map: 0.5.7 + supports-color: 3.2.3 + dev: true + + /postcss/7.0.32: + resolution: {integrity: sha512-03eXong5NLnNCD05xscnGKGDZ98CyzoqPSMjOe6SuoQY7Z2hIj0Ld1g/O/UQRuOle2aRtiIRDg9tDcTGAkLfKw==} + engines: {node: '>=6.0.0'} + dependencies: + chalk: 2.4.2 + source-map: 0.6.1 + supports-color: 6.1.0 + dev: true + + /prelude-ls/1.2.1: + resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} + engines: {node: '>= 0.8.0'} + dev: true + + /prettier/2.3.1: + resolution: {integrity: sha512-p+vNbgpLjif/+D+DwAZAbndtRrR0md0MwfmOVN9N+2RgyACMT+7tfaRnT+WDPkqnuVwleyuBIG2XBxKDme3hPA==} + engines: {node: '>=10.13.0'} + hasBin: true + dev: true + + /process-nextick-args/2.0.1: + resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} + dev: true + + /progress/2.0.3: + resolution: {integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==} + engines: {node: '>=0.4.0'} + dev: true + + /prop-types/15.7.2: + resolution: {integrity: sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==} + dependencies: + loose-envify: 1.4.0 + object-assign: 4.1.1 + react-is: 16.13.1 + dev: true + + /psl/1.8.0: + resolution: {integrity: sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==} + dev: true + + /punycode/2.1.1: + resolution: {integrity: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==} + engines: {node: '>=6'} + dev: true + + /qs/6.5.2: + resolution: {integrity: sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==} + engines: {node: '>=0.6'} + dev: true + + /queue-microtask/1.2.3: + resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} + dev: true + + /react-is/16.13.1: + resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} + dev: true + + /read-pkg-up/1.0.1: + resolution: {integrity: sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=} + engines: {node: '>=0.10.0'} + dependencies: + find-up: 1.1.2 + read-pkg: 1.1.0 + dev: true + + /read-pkg/1.1.0: + resolution: {integrity: sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=} + engines: {node: '>=0.10.0'} + dependencies: + load-json-file: 1.1.0 + normalize-package-data: 2.5.0 + path-type: 1.1.0 + dev: true + + /readable-stream/2.3.7: + resolution: {integrity: sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==} + dependencies: + core-util-is: 1.0.2 + inherits: 2.0.4 + isarray: 1.0.0 + process-nextick-args: 2.0.1 + safe-buffer: 5.1.2 + string_decoder: 1.1.1 + util-deprecate: 1.0.2 + dev: true + + /readdirp/3.5.0: + resolution: {integrity: sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==} + engines: {node: '>=8.10.0'} + dependencies: + picomatch: 2.3.0 + dev: true + + /redent/1.0.0: + resolution: {integrity: sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=} + engines: {node: '>=0.10.0'} + dependencies: + indent-string: 2.1.0 + strip-indent: 1.0.1 + dev: true + + /regexp.prototype.flags/1.3.1: + resolution: {integrity: sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.3 + dev: true + + /regexpp/3.1.0: + resolution: {integrity: sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==} + engines: {node: '>=8'} + dev: true + + /repeating/2.0.1: + resolution: {integrity: sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=} + engines: {node: '>=0.10.0'} + dependencies: + is-finite: 1.1.0 + dev: true + + /request/2.88.2: + resolution: {integrity: sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==} + engines: {node: '>= 6'} + deprecated: request has been deprecated, see https://github.com/request/request/issues/3142 + dependencies: + aws-sign2: 0.7.0 + aws4: 1.11.0 + caseless: 0.12.0 + combined-stream: 1.0.8 + extend: 3.0.2 + forever-agent: 0.6.1 + form-data: 2.3.3 + har-validator: 5.1.5 + http-signature: 1.2.0 + is-typedarray: 1.0.0 + isstream: 0.1.2 + json-stringify-safe: 5.0.1 + mime-types: 2.1.31 + oauth-sign: 0.9.0 + performance-now: 2.1.0 + qs: 6.5.2 + safe-buffer: 5.2.1 + tough-cookie: 2.5.0 + tunnel-agent: 0.6.0 + uuid: 3.4.0 + dev: true + + /require-directory/2.1.1: + resolution: {integrity: sha1-jGStX9MNqxyXbiNE/+f3kqam30I=} + engines: {node: '>=0.10.0'} + dev: true + + /require-main-filename/2.0.0: + resolution: {integrity: sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==} + dev: true + + /resolve-from/4.0.0: + resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} + engines: {node: '>=4'} + dev: true + + /resolve/1.17.0: + resolution: {integrity: sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==} + dependencies: + path-parse: 1.0.7 + dev: true + + /resolve/1.19.0: + resolution: {integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==} + dependencies: + is-core-module: 2.4.0 + path-parse: 1.0.7 + dev: true + + /resolve/1.20.0: + resolution: {integrity: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==} + dependencies: + is-core-module: 2.4.0 + path-parse: 1.0.7 + dev: true + + /reusify/1.0.4: + resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} + engines: {iojs: '>=1.0.0', node: '>=0.10.0'} + dev: true + + /rimraf/2.6.3: + resolution: {integrity: sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==} + hasBin: true + dependencies: + glob: 7.1.7 + dev: true + + /rimraf/3.0.2: + resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} + hasBin: true + dependencies: + glob: 7.1.7 + dev: true + + /run-parallel/1.2.0: + resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} + dependencies: + queue-microtask: 1.2.3 + dev: true + + /safe-buffer/5.1.2: + resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} + dev: true + + /safe-buffer/5.2.1: + resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} + dev: true + + /safer-buffer/2.1.2: + resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} + dev: true + + /sass-graph/2.2.5: + resolution: {integrity: sha512-VFWDAHOe6mRuT4mZRd4eKE+d8Uedrk6Xnh7Sh9b4NGufQLQjOrvf/MQoOdx+0s92L89FeyUUNfU597j/3uNpag==} + hasBin: true + dependencies: + glob: 7.1.7 + lodash: 4.17.21 + scss-tokenizer: 0.2.3 + yargs: 13.3.2 + dev: true + + /scss-tokenizer/0.2.3: + resolution: {integrity: sha1-jrBtualyMzOCTT9VMGQRSYR85dE=} + dependencies: + js-base64: 2.6.4 + source-map: 0.4.4 + dev: true + + /semver/5.7.1: + resolution: {integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==} + hasBin: true + dev: true + + /semver/7.3.5: + resolution: {integrity: sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==} + engines: {node: '>=10'} + hasBin: true + dependencies: + lru-cache: 6.0.0 + dev: true + + /set-blocking/2.0.0: + resolution: {integrity: sha1-BF+XgtARrppoA93TgrJDkrPYkPc=} + dev: true + + /shebang-command/2.0.0: + resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} + engines: {node: '>=8'} + dependencies: + shebang-regex: 3.0.0 + dev: true + + /shebang-regex/3.0.0: + resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} + engines: {node: '>=8'} + dev: true + + /side-channel/1.0.4: + resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==} + dependencies: + call-bind: 1.0.2 + get-intrinsic: 1.1.1 + object-inspect: 1.10.3 + dev: true + + /signal-exit/3.0.3: + resolution: {integrity: sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==} + dev: true + + /slash/3.0.0: + resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} + engines: {node: '>=8'} + dev: true + + /slice-ansi/2.1.0: + resolution: {integrity: sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ==} + engines: {node: '>=6'} + dependencies: + ansi-styles: 3.2.1 + astral-regex: 1.0.0 + is-fullwidth-code-point: 2.0.0 + dev: true + + /source-map/0.4.4: + resolution: {integrity: sha1-66T12pwNyZneaAMti092FzZSA2s=} + engines: {node: '>=0.8.0'} + dependencies: + amdefine: 1.0.1 + dev: true + + /source-map/0.5.7: + resolution: {integrity: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=} + engines: {node: '>=0.10.0'} + dev: true + + /source-map/0.6.1: + resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} + engines: {node: '>=0.10.0'} + dev: true + + /spdx-correct/3.1.1: + resolution: {integrity: sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==} + dependencies: + spdx-expression-parse: 3.0.1 + spdx-license-ids: 3.0.9 + dev: true + + /spdx-exceptions/2.3.0: + resolution: {integrity: sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==} + dev: true + + /spdx-expression-parse/3.0.1: + resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==} + dependencies: + spdx-exceptions: 2.3.0 + spdx-license-ids: 3.0.9 + dev: true + + /spdx-license-ids/3.0.9: + resolution: {integrity: sha512-Ki212dKK4ogX+xDo4CtOZBVIwhsKBEfsEEcwmJfLQzirgc2jIWdzg40Unxz/HzEUqM1WFzVlQSMF9kZZ2HboLQ==} + dev: true + + /sprintf-js/1.0.3: + resolution: {integrity: sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=} + dev: true + + /sshpk/1.16.1: + resolution: {integrity: sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==} + engines: {node: '>=0.10.0'} + hasBin: true + dependencies: + asn1: 0.2.4 + assert-plus: 1.0.0 + bcrypt-pbkdf: 1.0.2 + dashdash: 1.14.1 + ecc-jsbn: 0.1.2 + getpass: 0.1.7 + jsbn: 0.1.1 + safer-buffer: 2.1.2 + tweetnacl: 0.14.5 + dev: true + + /stdout-stream/1.4.1: + resolution: {integrity: sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA==} + dependencies: + readable-stream: 2.3.7 + dev: true + + /string-argv/0.3.1: + resolution: {integrity: sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==} + engines: {node: '>=0.6.19'} + dev: true + + /string-hash/1.1.3: + resolution: {integrity: sha1-6Kr8CsGFW0Zmkp7X3RJ1311sgRs=} + dev: true + + /string-width/1.0.2: + resolution: {integrity: sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=} + engines: {node: '>=0.10.0'} + dependencies: + code-point-at: 1.1.0 + is-fullwidth-code-point: 1.0.0 + strip-ansi: 3.0.1 + dev: true + + /string-width/3.1.0: + resolution: {integrity: sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==} + engines: {node: '>=6'} + dependencies: + emoji-regex: 7.0.3 + is-fullwidth-code-point: 2.0.0 + strip-ansi: 5.2.0 + dev: true + + /string.prototype.matchall/4.0.5: + resolution: {integrity: sha512-Z5ZaXO0svs0M2xd/6By3qpeKpLKd9mO4v4q3oMEQrk8Ck4xOD5d5XeBOOjGrmVZZ/AHB1S0CgG4N5r1G9N3E2Q==} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.3 + es-abstract: 1.18.3 + get-intrinsic: 1.1.1 + has-symbols: 1.0.2 + internal-slot: 1.0.3 + regexp.prototype.flags: 1.3.1 + side-channel: 1.0.4 + dev: true + + /string.prototype.trimend/1.0.4: + resolution: {integrity: sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.3 + dev: true + + /string.prototype.trimstart/1.0.4: + resolution: {integrity: sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.3 + dev: true + + /string_decoder/1.1.1: + resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==} + dependencies: + safe-buffer: 5.1.2 + dev: true + + /strip-ansi/3.0.1: + resolution: {integrity: sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=} + engines: {node: '>=0.10.0'} + dependencies: + ansi-regex: 2.1.1 + dev: true + + /strip-ansi/5.2.0: + resolution: {integrity: sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==} + engines: {node: '>=6'} + dependencies: + ansi-regex: 4.1.0 + dev: true + + /strip-ansi/6.0.0: + resolution: {integrity: sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==} + engines: {node: '>=8'} + dependencies: + ansi-regex: 5.0.0 + dev: true + + /strip-bom/2.0.0: + resolution: {integrity: sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=} + engines: {node: '>=0.10.0'} + dependencies: + is-utf8: 0.2.1 + dev: true + + /strip-indent/1.0.1: + resolution: {integrity: sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=} + engines: {node: '>=0.10.0'} + hasBin: true + dependencies: + get-stdin: 4.0.1 + dev: true + + /strip-json-comments/3.1.1: + resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} + engines: {node: '>=8'} + dev: true + + /supports-color/2.0.0: + resolution: {integrity: sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=} + engines: {node: '>=0.8.0'} + dev: true + + /supports-color/3.2.3: + resolution: {integrity: sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=} + engines: {node: '>=0.8.0'} + dependencies: + has-flag: 1.0.0 + dev: true + + /supports-color/5.5.0: + resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} + engines: {node: '>=4'} + dependencies: + has-flag: 3.0.0 + dev: true + + /supports-color/6.1.0: + resolution: {integrity: sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==} + engines: {node: '>=6'} + dependencies: + has-flag: 3.0.0 + dev: true + + /supports-color/7.2.0: + resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} + engines: {node: '>=8'} + dependencies: + has-flag: 4.0.0 + dev: true + + /table/5.4.6: + resolution: {integrity: sha512-wmEc8m4fjnob4gt5riFRtTu/6+4rSe12TpAELNSqHMfF3IqnA+CH37USM6/YR3qRZv7e56kAEAtd6nKZaxe0Ug==} + engines: {node: '>=6.0.0'} + dependencies: + ajv: 6.12.6 + lodash: 4.17.21 + slice-ansi: 2.1.0 + string-width: 3.1.0 + dev: true + + /tapable/1.1.3: + resolution: {integrity: sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==} + engines: {node: '>=6'} + dev: true + + /tar/6.1.0: + resolution: {integrity: sha512-DUCttfhsnLCjwoDoFcI+B2iJgYa93vBnDUATYEeRx6sntCTdN01VnqsIuTlALXla/LWooNg0yEGeB+Y8WdFxGA==} + engines: {node: '>= 10'} + dependencies: + chownr: 2.0.0 + fs-minipass: 2.1.0 + minipass: 3.1.3 + minizlib: 2.1.2 + mkdirp: 1.0.4 + yallist: 4.0.0 + dev: true + + /text-table/0.2.0: + resolution: {integrity: sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=} + dev: true + + /timsort/0.3.0: + resolution: {integrity: sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=} + dev: true + + /to-regex-range/5.0.1: + resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} + engines: {node: '>=8.0'} + dependencies: + is-number: 7.0.0 + dev: true + + /tough-cookie/2.5.0: + resolution: {integrity: sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==} + engines: {node: '>=0.8'} + dependencies: + psl: 1.8.0 + punycode: 2.1.1 + dev: true + + /trim-newlines/1.0.0: + resolution: {integrity: sha1-WIeWa7WCpFA6QetST301ARgVphM=} + engines: {node: '>=0.10.0'} + dev: true + + /true-case-path/1.0.3: + resolution: {integrity: sha512-m6s2OdQe5wgpFMC+pAJ+q9djG82O2jcHPOI6RNg1yy9rCYR+WD6Nbpl32fDpfC56nirdRy+opFa/Vk7HYhqaew==} + dependencies: + glob: 7.1.7 + dev: true + + /true-case-path/2.2.1: + resolution: {integrity: sha512-0z3j8R7MCjy10kc/g+qg7Ln3alJTodw9aDuVWZa3uiWqfuBMKeAeP2ocWcxoyM3D73yz3Jt/Pu4qPr4wHSdB/Q==} + dev: true + + /tslib/1.14.1: + resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} + dev: true + + /tslint/5.20.1_typescript@3.9.10: + resolution: {integrity: sha512-EcMxhzCFt8k+/UP5r8waCf/lzmeSyVlqxqMEDQE7rWYiQky8KpIBz1JAoYXfROHrPZ1XXd43q8yQnULOLiBRQg==} + engines: {node: '>=4.8.0'} + hasBin: true + peerDependencies: + typescript: '>=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >=3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev' + dependencies: + '@babel/code-frame': 7.12.13 + builtin-modules: 1.1.1 + chalk: 2.4.2 + commander: 2.20.3 + diff: 4.0.2 + glob: 7.1.7 + js-yaml: 3.14.1 + minimatch: 3.0.4 + mkdirp: 0.5.5 + resolve: 1.20.0 + semver: 5.7.1 + tslib: 1.14.1 + tsutils: 2.29.0_typescript@3.9.10 + typescript: 3.9.10 + dev: true + + /tslint/5.20.1_typescript@4.3.5: + resolution: {integrity: sha512-EcMxhzCFt8k+/UP5r8waCf/lzmeSyVlqxqMEDQE7rWYiQky8KpIBz1JAoYXfROHrPZ1XXd43q8yQnULOLiBRQg==} + engines: {node: '>=4.8.0'} + hasBin: true + peerDependencies: + typescript: '>=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >=3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev' + dependencies: + '@babel/code-frame': 7.12.13 + builtin-modules: 1.1.1 + chalk: 2.4.2 + commander: 2.20.3 + diff: 4.0.2 + glob: 7.1.7 + js-yaml: 3.14.1 + minimatch: 3.0.4 + mkdirp: 0.5.5 + resolve: 1.20.0 + semver: 5.7.1 + tslib: 1.14.1 + tsutils: 2.29.0_typescript@4.3.5 + typescript: 4.3.5 + dev: true + + /tsutils/2.29.0_typescript@3.9.10: + resolution: {integrity: sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA==} + peerDependencies: + typescript: '>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev' + dependencies: + tslib: 1.14.1 + typescript: 3.9.10 + dev: true + + /tsutils/2.29.0_typescript@4.3.5: + resolution: {integrity: sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA==} + peerDependencies: + typescript: '>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev' + dependencies: + tslib: 1.14.1 + typescript: 4.3.5 + dev: true + + /tsutils/3.21.0_typescript@3.9.10: + resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} + engines: {node: '>= 6'} + peerDependencies: + typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' + dependencies: + tslib: 1.14.1 + typescript: 3.9.10 + dev: true + + /tsutils/3.21.0_typescript@4.3.5: + resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} + engines: {node: '>= 6'} + peerDependencies: + typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' + dependencies: + tslib: 1.14.1 + typescript: 4.3.5 + dev: true + + /tunnel-agent/0.6.0: + resolution: {integrity: sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=} + dependencies: + safe-buffer: 5.2.1 + dev: true + + /tweetnacl/0.14.5: + resolution: {integrity: sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=} + dev: true + + /type-check/0.4.0: + resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} + engines: {node: '>= 0.8.0'} + dependencies: + prelude-ls: 1.2.1 + dev: true + + /type-fest/0.8.1: + resolution: {integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==} + engines: {node: '>=8'} + dev: true + + /typescript/3.9.10: + resolution: {integrity: sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==} + engines: {node: '>=4.2.0'} + hasBin: true + dev: true + + /typescript/4.3.5: + resolution: {integrity: sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==} + engines: {node: '>=4.2.0'} + hasBin: true + dev: true + + /unbox-primitive/1.0.1: + resolution: {integrity: sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==} + dependencies: + function-bind: 1.1.1 + has-bigints: 1.0.1 + has-symbols: 1.0.2 + which-boxed-primitive: 1.0.2 + dev: true + + /universalify/0.1.2: + resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==} + engines: {node: '>= 4.0.0'} + dev: true + + /uri-js/4.4.1: + resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} + dependencies: + punycode: 2.1.1 + dev: true + + /util-deprecate/1.0.2: + resolution: {integrity: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=} + dev: true + + /uuid/3.4.0: + resolution: {integrity: sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==} + deprecated: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. + hasBin: true + dev: true + + /v8-compile-cache/2.3.0: + resolution: {integrity: sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==} + dev: true + + /validate-npm-package-license/3.0.4: + resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==} + dependencies: + spdx-correct: 3.1.1 + spdx-expression-parse: 3.0.1 + dev: true + + /validator/8.2.0: + resolution: {integrity: sha512-Yw5wW34fSv5spzTXNkokD6S6/Oq92d8q/t14TqsS3fAiA1RYnxSFSIZ+CY3n6PGGRCq5HhJTSepQvFUS2QUDxA==} + engines: {node: '>= 0.10'} + dev: true + + /verror/1.10.0: + resolution: {integrity: sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=} + engines: {'0': node >=0.6.0} + dependencies: + assert-plus: 1.0.0 + core-util-is: 1.0.2 + extsprintf: 1.3.0 + dev: true + + /which-boxed-primitive/1.0.2: + resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} + dependencies: + is-bigint: 1.0.2 + is-boolean-object: 1.1.1 + is-number-object: 1.0.5 + is-string: 1.0.6 + is-symbol: 1.0.4 + dev: true + + /which-module/2.0.0: + resolution: {integrity: sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=} + dev: true + + /which/2.0.2: + resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} + engines: {node: '>= 8'} + hasBin: true + dependencies: + isexe: 2.0.0 + dev: true + + /wide-align/1.1.3: + resolution: {integrity: sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==} + dependencies: + string-width: 1.0.2 + dev: true + + /word-wrap/1.2.3: + resolution: {integrity: sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==} + engines: {node: '>=0.10.0'} + dev: true + + /wrap-ansi/5.1.0: + resolution: {integrity: sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==} + engines: {node: '>=6'} + dependencies: + ansi-styles: 3.2.1 + string-width: 3.1.0 + strip-ansi: 5.2.0 + dev: true + + /wrappy/1.0.2: + resolution: {integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=} + dev: true + + /write/1.0.3: + resolution: {integrity: sha512-/lg70HAjtkUgWPVZhZcm+T4hkL8Zbtp1nFNOn3lRrxnlv50SRBv7cR7RqR+GMsd3hUXy9hWBo4CHTbFTcOYwig==} + engines: {node: '>=4'} + dependencies: + mkdirp: 0.5.5 + dev: true + + /y18n/4.0.3: + resolution: {integrity: sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==} + dev: true + + /yallist/4.0.0: + resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} + dev: true + + /yargs-parser/13.1.2: + resolution: {integrity: sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==} + dependencies: + camelcase: 5.3.1 + decamelize: 1.2.0 + dev: true + + /yargs/13.3.2: + resolution: {integrity: sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==} + dependencies: + cliui: 5.0.0 + find-up: 3.0.0 + get-caller-file: 2.0.5 + require-directory: 2.1.1 + require-main-filename: 2.0.0 + set-blocking: 2.0.0 + string-width: 3.1.0 + which-module: 2.0.0 + y18n: 4.0.3 + yargs-parser: 13.1.2 + dev: true + + /z-schema/3.18.4: + resolution: {integrity: sha512-DUOKC/IhbkdLKKiV89gw9DUauTV8U/8yJl1sjf6MtDmzevLKOF2duNJ495S3MFVjqZarr+qNGCPbkg4mu4PpLw==} + hasBin: true + dependencies: + lodash.get: 4.4.2 + lodash.isequal: 4.5.0 + validator: 8.2.0 + optionalDependencies: + commander: 2.20.3 + dev: true + + file:../temp/tarballs/rushstack-eslint-config-2.3.4.tgz_eslint@7.12.1+typescript@3.9.10: + resolution: {tarball: file:../temp/tarballs/rushstack-eslint-config-2.3.4.tgz} + id: file:../temp/tarballs/rushstack-eslint-config-2.3.4.tgz + name: '@rushstack/eslint-config' + version: 2.3.4 + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 + typescript: '>=3.0.0' + dependencies: + '@rushstack/eslint-patch': file:../temp/tarballs/rushstack-eslint-patch-1.0.6.tgz + '@rushstack/eslint-plugin': file:../temp/tarballs/rushstack-eslint-plugin-0.7.3.tgz_eslint@7.12.1+typescript@3.9.10 + '@rushstack/eslint-plugin-packlets': file:../temp/tarballs/rushstack-eslint-plugin-packlets-0.2.2.tgz_eslint@7.12.1+typescript@3.9.10 + '@rushstack/eslint-plugin-security': file:../temp/tarballs/rushstack-eslint-plugin-security-0.1.4.tgz_eslint@7.12.1+typescript@3.9.10 + '@typescript-eslint/eslint-plugin': 4.28.3_de3d641f53f9f4ebac15f1aed3969277 + '@typescript-eslint/experimental-utils': 4.28.3_eslint@7.12.1+typescript@3.9.10 + '@typescript-eslint/parser': 4.28.3_eslint@7.12.1+typescript@3.9.10 + '@typescript-eslint/typescript-estree': 4.28.3_typescript@3.9.10 + eslint: 7.12.1 + eslint-plugin-promise: 4.2.1 + eslint-plugin-react: 7.20.6_eslint@7.12.1 + eslint-plugin-tsdoc: 0.2.14 + typescript: 3.9.10 + transitivePeerDependencies: + - supports-color + dev: true + + file:../temp/tarballs/rushstack-eslint-config-2.3.4.tgz_eslint@7.12.1+typescript@4.3.5: + resolution: {tarball: file:../temp/tarballs/rushstack-eslint-config-2.3.4.tgz} + id: file:../temp/tarballs/rushstack-eslint-config-2.3.4.tgz + name: '@rushstack/eslint-config' + version: 2.3.4 + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 + typescript: '>=3.0.0' + dependencies: + '@rushstack/eslint-patch': file:../temp/tarballs/rushstack-eslint-patch-1.0.6.tgz + '@rushstack/eslint-plugin': file:../temp/tarballs/rushstack-eslint-plugin-0.7.3.tgz_eslint@7.12.1+typescript@4.3.5 + '@rushstack/eslint-plugin-packlets': file:../temp/tarballs/rushstack-eslint-plugin-packlets-0.2.2.tgz_eslint@7.12.1+typescript@4.3.5 + '@rushstack/eslint-plugin-security': file:../temp/tarballs/rushstack-eslint-plugin-security-0.1.4.tgz_eslint@7.12.1+typescript@4.3.5 + '@typescript-eslint/eslint-plugin': 4.28.3_2cf63459b8d8a89da6207267cdfda298 + '@typescript-eslint/experimental-utils': 4.28.3_eslint@7.12.1+typescript@4.3.5 + '@typescript-eslint/parser': 4.28.3_eslint@7.12.1+typescript@4.3.5 + '@typescript-eslint/typescript-estree': 4.28.3_typescript@4.3.5 + eslint: 7.12.1 + eslint-plugin-promise: 4.2.1 + eslint-plugin-react: 7.20.6_eslint@7.12.1 + eslint-plugin-tsdoc: 0.2.14 + typescript: 4.3.5 + transitivePeerDependencies: + - supports-color + dev: true + + file:../temp/tarballs/rushstack-eslint-patch-1.0.6.tgz: + resolution: {tarball: file:../temp/tarballs/rushstack-eslint-patch-1.0.6.tgz} + name: '@rushstack/eslint-patch' + version: 1.0.6 + dev: true + + file:../temp/tarballs/rushstack-eslint-plugin-0.7.3.tgz_eslint@7.12.1+typescript@3.9.10: + resolution: {tarball: file:../temp/tarballs/rushstack-eslint-plugin-0.7.3.tgz} + id: file:../temp/tarballs/rushstack-eslint-plugin-0.7.3.tgz + name: '@rushstack/eslint-plugin' + version: 0.7.3 + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 + dependencies: + '@rushstack/tree-pattern': file:../temp/tarballs/rushstack-tree-pattern-0.2.1.tgz + '@typescript-eslint/experimental-utils': 4.28.3_eslint@7.12.1+typescript@3.9.10 + eslint: 7.12.1 + transitivePeerDependencies: + - supports-color + - typescript + dev: true + + file:../temp/tarballs/rushstack-eslint-plugin-0.7.3.tgz_eslint@7.12.1+typescript@4.3.5: + resolution: {tarball: file:../temp/tarballs/rushstack-eslint-plugin-0.7.3.tgz} + id: file:../temp/tarballs/rushstack-eslint-plugin-0.7.3.tgz + name: '@rushstack/eslint-plugin' + version: 0.7.3 + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 + dependencies: + '@rushstack/tree-pattern': file:../temp/tarballs/rushstack-tree-pattern-0.2.1.tgz + '@typescript-eslint/experimental-utils': 4.28.3_eslint@7.12.1+typescript@4.3.5 + eslint: 7.12.1 + transitivePeerDependencies: + - supports-color + - typescript + dev: true + + file:../temp/tarballs/rushstack-eslint-plugin-packlets-0.2.2.tgz_eslint@7.12.1+typescript@3.9.10: + resolution: {tarball: file:../temp/tarballs/rushstack-eslint-plugin-packlets-0.2.2.tgz} + id: file:../temp/tarballs/rushstack-eslint-plugin-packlets-0.2.2.tgz + name: '@rushstack/eslint-plugin-packlets' + version: 0.2.2 + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 + dependencies: + '@rushstack/tree-pattern': file:../temp/tarballs/rushstack-tree-pattern-0.2.1.tgz + '@typescript-eslint/experimental-utils': 4.28.3_eslint@7.12.1+typescript@3.9.10 + eslint: 7.12.1 + transitivePeerDependencies: + - supports-color + - typescript + dev: true + + file:../temp/tarballs/rushstack-eslint-plugin-packlets-0.2.2.tgz_eslint@7.12.1+typescript@4.3.5: + resolution: {tarball: file:../temp/tarballs/rushstack-eslint-plugin-packlets-0.2.2.tgz} + id: file:../temp/tarballs/rushstack-eslint-plugin-packlets-0.2.2.tgz + name: '@rushstack/eslint-plugin-packlets' + version: 0.2.2 + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 + dependencies: + '@rushstack/tree-pattern': file:../temp/tarballs/rushstack-tree-pattern-0.2.1.tgz + '@typescript-eslint/experimental-utils': 4.28.3_eslint@7.12.1+typescript@4.3.5 + eslint: 7.12.1 + transitivePeerDependencies: + - supports-color + - typescript + dev: true + + file:../temp/tarballs/rushstack-eslint-plugin-security-0.1.4.tgz_eslint@7.12.1+typescript@3.9.10: + resolution: {tarball: file:../temp/tarballs/rushstack-eslint-plugin-security-0.1.4.tgz} + id: file:../temp/tarballs/rushstack-eslint-plugin-security-0.1.4.tgz + name: '@rushstack/eslint-plugin-security' + version: 0.1.4 + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 + dependencies: + '@rushstack/tree-pattern': file:../temp/tarballs/rushstack-tree-pattern-0.2.1.tgz + '@typescript-eslint/experimental-utils': 4.28.3_eslint@7.12.1+typescript@3.9.10 + eslint: 7.12.1 + transitivePeerDependencies: + - supports-color + - typescript + dev: true + + file:../temp/tarballs/rushstack-eslint-plugin-security-0.1.4.tgz_eslint@7.12.1+typescript@4.3.5: + resolution: {tarball: file:../temp/tarballs/rushstack-eslint-plugin-security-0.1.4.tgz} + id: file:../temp/tarballs/rushstack-eslint-plugin-security-0.1.4.tgz + name: '@rushstack/eslint-plugin-security' + version: 0.1.4 + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 + dependencies: + '@rushstack/tree-pattern': file:../temp/tarballs/rushstack-tree-pattern-0.2.1.tgz + '@typescript-eslint/experimental-utils': 4.28.3_eslint@7.12.1+typescript@4.3.5 + eslint: 7.12.1 + transitivePeerDependencies: + - supports-color + - typescript + dev: true + + file:../temp/tarballs/rushstack-heft-0.34.5.tgz: + resolution: {tarball: file:../temp/tarballs/rushstack-heft-0.34.5.tgz} + name: '@rushstack/heft' + version: 0.34.5 + engines: {node: '>=10.13.0'} + hasBin: true + dependencies: + '@rushstack/heft-config-file': file:../temp/tarballs/rushstack-heft-config-file-0.6.0.tgz + '@rushstack/node-core-library': file:../temp/tarballs/rushstack-node-core-library-3.39.0.tgz + '@rushstack/rig-package': file:../temp/tarballs/rushstack-rig-package-0.2.12.tgz + '@rushstack/ts-command-line': file:../temp/tarballs/rushstack-ts-command-line-4.8.0.tgz + '@rushstack/typings-generator': file:../temp/tarballs/rushstack-typings-generator-0.3.7.tgz + '@types/tapable': 1.0.6 + argparse: 1.0.10 + chokidar: 3.4.3 + fast-glob: 3.2.5 + glob: 7.0.6 + glob-escape: 0.0.2 + node-sass: 5.0.0 + postcss: 7.0.32 + postcss-modules: 1.5.0 + prettier: 2.3.1 + semver: 7.3.5 + tapable: 1.1.3 + true-case-path: 2.2.1 + dev: true + + file:../temp/tarballs/rushstack-heft-config-file-0.6.0.tgz: + resolution: {tarball: file:../temp/tarballs/rushstack-heft-config-file-0.6.0.tgz} + name: '@rushstack/heft-config-file' + version: 0.6.0 + engines: {node: '>=10.13.0'} + dependencies: + '@rushstack/node-core-library': file:../temp/tarballs/rushstack-node-core-library-3.39.0.tgz + '@rushstack/rig-package': file:../temp/tarballs/rushstack-rig-package-0.2.12.tgz + jsonpath-plus: 4.0.0 + dev: true + + file:../temp/tarballs/rushstack-node-core-library-3.39.0.tgz: + resolution: {tarball: file:../temp/tarballs/rushstack-node-core-library-3.39.0.tgz} + name: '@rushstack/node-core-library' + version: 3.39.0 + dependencies: + '@types/node': 10.17.13 + colors: 1.2.5 + fs-extra: 7.0.1 + import-lazy: 4.0.0 + jju: 1.4.0 + resolve: 1.17.0 + semver: 7.3.5 + timsort: 0.3.0 + z-schema: 3.18.4 + dev: true + + file:../temp/tarballs/rushstack-rig-package-0.2.12.tgz: + resolution: {tarball: file:../temp/tarballs/rushstack-rig-package-0.2.12.tgz} + name: '@rushstack/rig-package' + version: 0.2.12 + dependencies: + resolve: 1.17.0 + strip-json-comments: 3.1.1 + dev: true + + file:../temp/tarballs/rushstack-tree-pattern-0.2.1.tgz: + resolution: {tarball: file:../temp/tarballs/rushstack-tree-pattern-0.2.1.tgz} + name: '@rushstack/tree-pattern' + version: 0.2.1 + dev: true + + file:../temp/tarballs/rushstack-ts-command-line-4.8.0.tgz: + resolution: {tarball: file:../temp/tarballs/rushstack-ts-command-line-4.8.0.tgz} + name: '@rushstack/ts-command-line' + version: 4.8.0 + dependencies: + '@types/argparse': 1.0.38 + argparse: 1.0.10 + colors: 1.2.5 + string-argv: 0.3.1 + dev: true + + file:../temp/tarballs/rushstack-typings-generator-0.3.7.tgz: + resolution: {tarball: file:../temp/tarballs/rushstack-typings-generator-0.3.7.tgz} + name: '@rushstack/typings-generator' + version: 0.3.7 + dependencies: + '@rushstack/node-core-library': file:../temp/tarballs/rushstack-node-core-library-3.39.0.tgz + '@types/node': 10.17.13 + chokidar: 3.4.3 + glob: 7.0.6 + dev: true diff --git a/build-tests/install-test-workspace/workspace/pnpm-workspace.yaml b/build-tests/install-test-workspace/workspace/pnpm-workspace.yaml new file mode 100644 index 00000000000..94d3cc6ca1f --- /dev/null +++ b/build-tests/install-test-workspace/workspace/pnpm-workspace.yaml @@ -0,0 +1,3 @@ +packages: + - typescript-newest-test + - typescript-v3-test diff --git a/build-tests/node-library-build-eslint-test/.eslintrc.js b/build-tests/install-test-workspace/workspace/typescript-newest-test/.eslintrc.js similarity index 66% rename from build-tests/node-library-build-eslint-test/.eslintrc.js rename to build-tests/install-test-workspace/workspace/typescript-newest-test/.eslintrc.js index 3b54e03e6d7..60160b354c4 100644 --- a/build-tests/node-library-build-eslint-test/.eslintrc.js +++ b/build-tests/install-test-workspace/workspace/typescript-newest-test/.eslintrc.js @@ -2,6 +2,6 @@ require('@rushstack/eslint-config/patch/modern-module-resolution'); module.exports = { - extends: ['@rushstack/eslint-config/profile/node', '@rushstack/eslint-config/mixins/friendly-locals'], + extends: ['@rushstack/eslint-config/profile/node'], parserOptions: { tsconfigRootDir: __dirname } }; diff --git a/build-tests/heft-oldest-compiler-test/config/heft.json b/build-tests/install-test-workspace/workspace/typescript-newest-test/config/heft.json similarity index 100% rename from build-tests/heft-oldest-compiler-test/config/heft.json rename to build-tests/install-test-workspace/workspace/typescript-newest-test/config/heft.json diff --git a/build-tests/rush-stack-compiler-2.8-library-test/config/rush-project.json b/build-tests/install-test-workspace/workspace/typescript-newest-test/config/rush-project.json similarity index 100% rename from build-tests/rush-stack-compiler-2.8-library-test/config/rush-project.json rename to build-tests/install-test-workspace/workspace/typescript-newest-test/config/rush-project.json diff --git a/build-tests/heft-oldest-compiler-test/package.json b/build-tests/install-test-workspace/workspace/typescript-newest-test/package.json similarity index 55% rename from build-tests/heft-oldest-compiler-test/package.json rename to build-tests/install-test-workspace/workspace/typescript-newest-test/package.json index bbf6070ad4f..1243920ce1e 100644 --- a/build-tests/heft-oldest-compiler-test/package.json +++ b/build-tests/install-test-workspace/workspace/typescript-newest-test/package.json @@ -1,17 +1,17 @@ { - "name": "heft-oldest-compiler-test", - "description": "Building this project tests Heft with the oldest supported TypeScript compiler version", + "name": "typescript-newest-test", + "description": "Building this project tests Heft with the newest supported TypeScript compiler version", "version": "1.0.0", "private": true, "main": "lib/index.js", "license": "MIT", "scripts": { - "build": "heft build --clean" + "build": "heft clean --clear-cache && heft build" }, "devDependencies": { - "@rushstack/eslint-config": "workspace:*", - "@rushstack/heft": "workspace:*", - "typescript": "~2.9.2", + "@rushstack/eslint-config": "*", + "@rushstack/heft": "*", + "typescript": "~4.3.5", "tslint": "~5.20.1", "eslint": "~7.12.1" } diff --git a/tutorials/heft-node-rig-tutorial/src/index.ts b/build-tests/install-test-workspace/workspace/typescript-newest-test/src/index.ts similarity index 100% rename from tutorials/heft-node-rig-tutorial/src/index.ts rename to build-tests/install-test-workspace/workspace/typescript-newest-test/src/index.ts diff --git a/build-tests/heft-oldest-compiler-test/tsconfig.json b/build-tests/install-test-workspace/workspace/typescript-newest-test/tsconfig.json similarity index 100% rename from build-tests/heft-oldest-compiler-test/tsconfig.json rename to build-tests/install-test-workspace/workspace/typescript-newest-test/tsconfig.json diff --git a/build-tests/heft-oldest-compiler-test/tslint.json b/build-tests/install-test-workspace/workspace/typescript-newest-test/tslint.json similarity index 100% rename from build-tests/heft-oldest-compiler-test/tslint.json rename to build-tests/install-test-workspace/workspace/typescript-newest-test/tslint.json diff --git a/build-tests/rush-stack-compiler-2.4-library-test/.eslintrc.js b/build-tests/install-test-workspace/workspace/typescript-v3-test/.eslintrc.js similarity index 66% rename from build-tests/rush-stack-compiler-2.4-library-test/.eslintrc.js rename to build-tests/install-test-workspace/workspace/typescript-v3-test/.eslintrc.js index 3b54e03e6d7..60160b354c4 100644 --- a/build-tests/rush-stack-compiler-2.4-library-test/.eslintrc.js +++ b/build-tests/install-test-workspace/workspace/typescript-v3-test/.eslintrc.js @@ -2,6 +2,6 @@ require('@rushstack/eslint-config/patch/modern-module-resolution'); module.exports = { - extends: ['@rushstack/eslint-config/profile/node', '@rushstack/eslint-config/mixins/friendly-locals'], + extends: ['@rushstack/eslint-config/profile/node'], parserOptions: { tsconfigRootDir: __dirname } }; diff --git a/tutorials/heft-node-jest-tutorial/config/heft.json b/build-tests/install-test-workspace/workspace/typescript-v3-test/config/heft.json similarity index 100% rename from tutorials/heft-node-jest-tutorial/config/heft.json rename to build-tests/install-test-workspace/workspace/typescript-v3-test/config/heft.json diff --git a/build-tests/rush-stack-compiler-2.9-library-test/config/rush-project.json b/build-tests/install-test-workspace/workspace/typescript-v3-test/config/rush-project.json similarity index 100% rename from build-tests/rush-stack-compiler-2.9-library-test/config/rush-project.json rename to build-tests/install-test-workspace/workspace/typescript-v3-test/config/rush-project.json diff --git a/build-tests/install-test-workspace/workspace/typescript-v3-test/package.json b/build-tests/install-test-workspace/workspace/typescript-v3-test/package.json new file mode 100644 index 00000000000..dededc5c49d --- /dev/null +++ b/build-tests/install-test-workspace/workspace/typescript-v3-test/package.json @@ -0,0 +1,18 @@ +{ + "name": "typescript-newest-test", + "description": "Building this project tests Heft with the newest supported TypeScript compiler version", + "version": "1.0.0", + "private": true, + "main": "lib/index.js", + "license": "MIT", + "scripts": { + "build": "heft clean --clear-cache && heft build" + }, + "devDependencies": { + "@rushstack/eslint-config": "*", + "@rushstack/heft": "*", + "typescript": "~3.9.7", + "tslint": "~5.20.1", + "eslint": "~7.12.1" + } +} diff --git a/apps/heft/src/exports/jest-build-transform.ts b/build-tests/install-test-workspace/workspace/typescript-v3-test/src/index.ts similarity index 65% rename from apps/heft/src/exports/jest-build-transform.ts rename to build-tests/install-test-workspace/workspace/typescript-v3-test/src/index.ts index be104c86c18..15a2bae17e3 100644 --- a/apps/heft/src/exports/jest-build-transform.ts +++ b/build-tests/install-test-workspace/workspace/typescript-v3-test/src/index.ts @@ -1,4 +1,7 @@ // Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. // See LICENSE in the project root for license information. -export * from '../plugins/JestPlugin/jest-build-transform'; +/** + * @public + */ +export class TestClass {} // tslint:disable-line:export-name diff --git a/stack/rush-stack-compiler-3.1/includes/tsconfig-base.json b/build-tests/install-test-workspace/workspace/typescript-v3-test/tsconfig.json similarity index 55% rename from stack/rush-stack-compiler-3.1/includes/tsconfig-base.json rename to build-tests/install-test-workspace/workspace/typescript-v3-test/tsconfig.json index 6c52435c84d..082d42dab84 100644 --- a/stack/rush-stack-compiler-3.1/includes/tsconfig-base.json +++ b/build-tests/install-test-workspace/workspace/typescript-v3-test/tsconfig.json @@ -1,9 +1,11 @@ { - "$schema": "http://json.schemastore.org/tsconfig", - "compilerOptions": { - "outDir": "../../../../lib", - "rootDir": "../../../../src", + "outDir": "lib", + "rootDir": "src", + + "module": "commonjs", + "target": "es2017", + "lib": ["es2017"], "forceConsistentCasingInFileNames": true, "jsx": "react", @@ -16,6 +18,7 @@ "noUnusedLocals": true, "types": [] }, - "include": ["../../../../src/**/*.ts", "../../../../src/**/*.tsx"], - "exclude": ["../../../../node_modules", "../../../../lib"] + + "include": ["src/**/*.ts", "src/**/*.tsx"], + "exclude": ["node_modules", "lib"] } diff --git a/stack/rush-stack-compiler-2.9/includes/tslint.json b/build-tests/install-test-workspace/workspace/typescript-v3-test/tslint.json similarity index 89% rename from stack/rush-stack-compiler-2.9/includes/tslint.json rename to build-tests/install-test-workspace/workspace/typescript-v3-test/tslint.json index f55613b66cc..56dfd9f2bb6 100644 --- a/stack/rush-stack-compiler-2.9/includes/tslint.json +++ b/build-tests/install-test-workspace/workspace/typescript-v3-test/tslint.json @@ -1,13 +1,11 @@ { "$schema": "http://json.schemastore.org/tslint", - "rulesDirectory": ["tslint-microsoft-contrib"], "rules": { "class-name": true, "comment-format": [true, "check-space"], "curly": true, "eofline": false, - "export-name": true, "forin": true, "indent": [true, "spaces", 2], "interface-name": true, @@ -36,22 +34,18 @@ ] } ], - "missing-optional-annotation": true, "no-arg": true, "no-any": true, "no-bitwise": true, "no-consecutive-blank-lines": true, "no-console": [true, "debug", "info", "time", "timeEnd", "trace"], - "no-constant-condition": true, "no-construct": true, "no-debugger": true, "no-duplicate-switch-case": true, - "no-duplicate-parameter-names": true, "no-duplicate-variable": true, "no-empty": true, "no-eval": true, "no-floating-promises": true, - "no-function-expression": true, "no-inferrable-types": false, "no-internal-module": true, "no-null-keyword": true, @@ -59,9 +53,7 @@ "no-string-literal": true, "no-switch-case-fall-through": true, "no-trailing-whitespace": true, - "no-unnecessary-semicolons": true, "no-unused-expression": true, - "no-with-statement": true, "no-var-keyword": true, "object-literal-sort-keys": false, "one-line": [true, "check-open-brace", "check-catch", "check-else", "check-whitespace"], @@ -96,7 +88,6 @@ } ], "use-isnan": true, - "use-named-parameter": true, "variable-name": [true, "check-format", "allow-leading-underscore", "ban-keywords"], "whitespace": [true, "check-branch", "check-decl", "check-operator", "check-separator", "check-type"] } diff --git a/build-tests/localization-plugin-test-01/package.json b/build-tests/localization-plugin-test-01/package.json index 2743d2732aa..9442ded7400 100644 --- a/build-tests/localization-plugin-test-01/package.json +++ b/build-tests/localization-plugin-test-01/package.json @@ -8,7 +8,7 @@ "serve": "node serve.js" }, "dependencies": { - "@microsoft/rush-stack-compiler-3.9": "workspace:*", + "@microsoft/rush-stack-compiler-3.9": "~0.4.47", "@rushstack/localization-plugin": "workspace:*", "@rushstack/module-minifier-plugin": "workspace:*", "@rushstack/node-core-library": "workspace:*", diff --git a/build-tests/localization-plugin-test-01/webpack.config.js b/build-tests/localization-plugin-test-01/webpack.config.js index e8b93a51f64..756fb00f119 100644 --- a/build-tests/localization-plugin-test-01/webpack.config.js +++ b/build-tests/localization-plugin-test-01/webpack.config.js @@ -19,7 +19,7 @@ function generateConfiguration(mode, outputFolderName) { loader: require.resolve('ts-loader'), exclude: /(node_modules)/, options: { - compiler: require.resolve('@microsoft/rush-stack-compiler-3.9/node_modules/typescript'), + compiler: require.resolve('typescript'), logLevel: 'ERROR', configFile: path.resolve(__dirname, 'tsconfig.json') } diff --git a/build-tests/localization-plugin-test-02/package.json b/build-tests/localization-plugin-test-02/package.json index 9332f4dbc6b..aea5fa1b579 100644 --- a/build-tests/localization-plugin-test-02/package.json +++ b/build-tests/localization-plugin-test-02/package.json @@ -8,7 +8,7 @@ "serve": "node serve.js" }, "dependencies": { - "@microsoft/rush-stack-compiler-3.9": "workspace:*", + "@microsoft/rush-stack-compiler-3.9": "~0.4.47", "@rushstack/localization-plugin": "workspace:*", "@rushstack/module-minifier-plugin": "workspace:*", "@rushstack/node-core-library": "workspace:*", diff --git a/build-tests/localization-plugin-test-02/webpack.config.js b/build-tests/localization-plugin-test-02/webpack.config.js index 421c52c3f8d..8ed5ba5a51a 100644 --- a/build-tests/localization-plugin-test-02/webpack.config.js +++ b/build-tests/localization-plugin-test-02/webpack.config.js @@ -19,7 +19,7 @@ function generateConfiguration(mode, outputFolderName) { loader: require.resolve('ts-loader'), exclude: /(node_modules)/, options: { - compiler: require.resolve('@microsoft/rush-stack-compiler-3.9/node_modules/typescript'), + compiler: require.resolve('typescript'), logLevel: 'ERROR', configFile: path.resolve(__dirname, 'tsconfig.json') } diff --git a/build-tests/localization-plugin-test-03/package.json b/build-tests/localization-plugin-test-03/package.json index 56f87eec3e0..2e3bae2be10 100644 --- a/build-tests/localization-plugin-test-03/package.json +++ b/build-tests/localization-plugin-test-03/package.json @@ -8,7 +8,7 @@ "serve": "node serve.js" }, "dependencies": { - "@microsoft/rush-stack-compiler-3.9": "workspace:*", + "@microsoft/rush-stack-compiler-3.9": "~0.4.47", "@rushstack/localization-plugin": "workspace:*", "@rushstack/node-core-library": "workspace:*", "@rushstack/set-webpack-public-path-plugin": "workspace:*", diff --git a/build-tests/localization-plugin-test-03/webpack.config.js b/build-tests/localization-plugin-test-03/webpack.config.js index 30b3db905df..7c7158ad268 100644 --- a/build-tests/localization-plugin-test-03/webpack.config.js +++ b/build-tests/localization-plugin-test-03/webpack.config.js @@ -47,7 +47,7 @@ function generateConfiguration(mode, outputFolderName) { loader: require.resolve('ts-loader'), exclude: /(node_modules)/, options: { - compiler: require.resolve('@microsoft/rush-stack-compiler-3.9/node_modules/typescript'), + compiler: require.resolve('typescript'), logLevel: 'ERROR', configFile: path.resolve(__dirname, 'tsconfig.json') } diff --git a/build-tests/node-library-build-eslint-test/.vscode/launch.json b/build-tests/node-library-build-eslint-test/.vscode/launch.json deleted file mode 100644 index 035e7ab198a..00000000000 --- a/build-tests/node-library-build-eslint-test/.vscode/launch.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "type": "node", - "request": "launch", - "name": "ESLint", - "program": "${workspaceFolder}/node_modules/@microsoft/rush-stack-compiler-3.5/bin/rush-eslint", - "cwd": "${workspaceFolder}", - "args": [ - "--debug", "-f", "unix", "src/**/*.{ts,tsx}" - ] - } - ] -} \ No newline at end of file diff --git a/build-tests/node-library-build-eslint-test/gulpfile.js b/build-tests/node-library-build-eslint-test/gulpfile.js deleted file mode 100644 index 15c57b0d576..00000000000 --- a/build-tests/node-library-build-eslint-test/gulpfile.js +++ /dev/null @@ -1,9 +0,0 @@ -'use strict'; - -const build = require('@microsoft/node-library-build'); - -// This project doesn't have unit tests and GCB's Mocha doesn't play nice with Node 14, so disable Mocha -build.mocha.enabled = false; -build.instrument.enabled = false; - -build.initialize(require('gulp')); diff --git a/build-tests/node-library-build-eslint-test/package.json b/build-tests/node-library-build-eslint-test/package.json deleted file mode 100644 index 3d68df1768f..00000000000 --- a/build-tests/node-library-build-eslint-test/package.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "node-library-build-eslint-test", - "version": "1.0.0", - "description": "", - "main": "lib/index.js", - "license": "MIT", - "scripts": { - "build": "gulp test --clean", - "lint": "node node_modules/@microsoft/rush-stack-compiler-3.5/bin/rush-eslint -f unix \"src/**/*.{ts,tsx}\"" - }, - "devDependencies": { - "@microsoft/node-library-build": "workspace:*", - "@microsoft/rush-stack-compiler-3.9": "workspace:*", - "@rushstack/eslint-config": "workspace:*", - "@types/node": "10.17.13", - "gulp": "~4.0.2" - } -} diff --git a/build-tests/node-library-build-eslint-test/tsconfig.json b/build-tests/node-library-build-eslint-test/tsconfig.json deleted file mode 100644 index 0fe2b074e27..00000000000 --- a/build-tests/node-library-build-eslint-test/tsconfig.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.9/includes/tsconfig-node.json", - "compilerOptions": { - "types": ["node"] - } -} diff --git a/build-tests/node-library-build-tslint-test/gulpfile.js b/build-tests/node-library-build-tslint-test/gulpfile.js deleted file mode 100644 index 15c57b0d576..00000000000 --- a/build-tests/node-library-build-tslint-test/gulpfile.js +++ /dev/null @@ -1,9 +0,0 @@ -'use strict'; - -const build = require('@microsoft/node-library-build'); - -// This project doesn't have unit tests and GCB's Mocha doesn't play nice with Node 14, so disable Mocha -build.mocha.enabled = false; -build.instrument.enabled = false; - -build.initialize(require('gulp')); diff --git a/build-tests/node-library-build-tslint-test/package.json b/build-tests/node-library-build-tslint-test/package.json deleted file mode 100644 index 8757ea65629..00000000000 --- a/build-tests/node-library-build-tslint-test/package.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name": "node-library-build-tslint-test", - "version": "1.0.0", - "description": "", - "main": "lib/index.js", - "license": "MIT", - "scripts": { - "build": "gulp test --clean" - }, - "devDependencies": { - "@microsoft/node-library-build": "workspace:*", - "@microsoft/rush-stack-compiler-3.9": "workspace:*", - "@types/node": "10.17.13", - "gulp": "~4.0.2" - } -} diff --git a/build-tests/node-library-build-tslint-test/tsconfig.json b/build-tests/node-library-build-tslint-test/tsconfig.json deleted file mode 100644 index 501b6181d8f..00000000000 --- a/build-tests/node-library-build-tslint-test/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.9/includes/tsconfig-node.json" -} diff --git a/build-tests/node-library-build-tslint-test/tslint.json b/build-tests/node-library-build-tslint-test/tslint.json deleted file mode 100644 index 5011aa2764c..00000000000 --- a/build-tests/node-library-build-tslint-test/tslint.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "@microsoft/rush-stack-compiler-3.9/includes/tslint.json" -} diff --git a/build-tests/rush-stack-compiler-2.4-library-test/gulpfile.js b/build-tests/rush-stack-compiler-2.4-library-test/gulpfile.js deleted file mode 100644 index 15c57b0d576..00000000000 --- a/build-tests/rush-stack-compiler-2.4-library-test/gulpfile.js +++ /dev/null @@ -1,9 +0,0 @@ -'use strict'; - -const build = require('@microsoft/node-library-build'); - -// This project doesn't have unit tests and GCB's Mocha doesn't play nice with Node 14, so disable Mocha -build.mocha.enabled = false; -build.instrument.enabled = false; - -build.initialize(require('gulp')); 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 deleted file mode 100644 index e78bff216fd..00000000000 --- a/build-tests/rush-stack-compiler-2.4-library-test/package.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "rush-stack-compiler-2.4-library-test", - "version": "1.0.0", - "description": "", - "main": "lib/index.js", - "license": "MIT", - "private": true, - "scripts": { - "build": "gulp test --clean" - }, - "devDependencies": { - "@microsoft/node-library-build": "workspace:*", - "@microsoft/rush-stack-compiler-2.4": "workspace:*", - "@types/node": "10.17.13", - "gulp": "~4.0.2", - "@rushstack/eslint-config": "workspace:*" - } -} diff --git a/build-tests/rush-stack-compiler-2.4-library-test/tsconfig.json b/build-tests/rush-stack-compiler-2.4-library-test/tsconfig.json deleted file mode 100644 index 76c70b643d6..00000000000 --- a/build-tests/rush-stack-compiler-2.4-library-test/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-2.4/includes/tsconfig-node.json" -} diff --git a/build-tests/rush-stack-compiler-2.4-library-test/tslint.json b/build-tests/rush-stack-compiler-2.4-library-test/tslint.json deleted file mode 100644 index 353878f6297..00000000000 --- a/build-tests/rush-stack-compiler-2.4-library-test/tslint.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "@microsoft/rush-stack-compiler-2.4/includes/tslint.json" -} diff --git a/build-tests/rush-stack-compiler-2.7-library-test/.eslintrc.js b/build-tests/rush-stack-compiler-2.7-library-test/.eslintrc.js deleted file mode 100644 index 3b54e03e6d7..00000000000 --- a/build-tests/rush-stack-compiler-2.7-library-test/.eslintrc.js +++ /dev/null @@ -1,7 +0,0 @@ -// This is a workaround for https://github.com/eslint/eslint/issues/3458 -require('@rushstack/eslint-config/patch/modern-module-resolution'); - -module.exports = { - extends: ['@rushstack/eslint-config/profile/node', '@rushstack/eslint-config/mixins/friendly-locals'], - parserOptions: { tsconfigRootDir: __dirname } -}; diff --git a/build-tests/rush-stack-compiler-2.7-library-test/gulpfile.js b/build-tests/rush-stack-compiler-2.7-library-test/gulpfile.js deleted file mode 100644 index 15c57b0d576..00000000000 --- a/build-tests/rush-stack-compiler-2.7-library-test/gulpfile.js +++ /dev/null @@ -1,9 +0,0 @@ -'use strict'; - -const build = require('@microsoft/node-library-build'); - -// This project doesn't have unit tests and GCB's Mocha doesn't play nice with Node 14, so disable Mocha -build.mocha.enabled = false; -build.instrument.enabled = false; - -build.initialize(require('gulp')); 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 deleted file mode 100644 index 38c37cda02b..00000000000 --- a/build-tests/rush-stack-compiler-2.7-library-test/package.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "rush-stack-compiler-2.7-library-test", - "version": "1.0.0", - "description": "", - "main": "lib/index.js", - "license": "MIT", - "private": true, - "scripts": { - "build": "gulp test --clean" - }, - "devDependencies": { - "@microsoft/node-library-build": "workspace:*", - "@microsoft/rush-stack-compiler-2.7": "workspace:*", - "@types/node": "10.17.13", - "gulp": "~4.0.2", - "@rushstack/eslint-config": "workspace:*" - } -} diff --git a/build-tests/rush-stack-compiler-2.7-library-test/tsconfig.json b/build-tests/rush-stack-compiler-2.7-library-test/tsconfig.json deleted file mode 100644 index 39b231960a0..00000000000 --- a/build-tests/rush-stack-compiler-2.7-library-test/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-2.7/includes/tsconfig-node.json" -} diff --git a/build-tests/rush-stack-compiler-2.7-library-test/tslint.json b/build-tests/rush-stack-compiler-2.7-library-test/tslint.json deleted file mode 100644 index c33b8d06067..00000000000 --- a/build-tests/rush-stack-compiler-2.7-library-test/tslint.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "@microsoft/rush-stack-compiler-2.7/includes/tslint.json" -} diff --git a/build-tests/rush-stack-compiler-2.8-library-test/.eslintrc.js b/build-tests/rush-stack-compiler-2.8-library-test/.eslintrc.js deleted file mode 100644 index 3b54e03e6d7..00000000000 --- a/build-tests/rush-stack-compiler-2.8-library-test/.eslintrc.js +++ /dev/null @@ -1,7 +0,0 @@ -// This is a workaround for https://github.com/eslint/eslint/issues/3458 -require('@rushstack/eslint-config/patch/modern-module-resolution'); - -module.exports = { - extends: ['@rushstack/eslint-config/profile/node', '@rushstack/eslint-config/mixins/friendly-locals'], - parserOptions: { tsconfigRootDir: __dirname } -}; diff --git a/build-tests/rush-stack-compiler-2.8-library-test/gulpfile.js b/build-tests/rush-stack-compiler-2.8-library-test/gulpfile.js deleted file mode 100644 index 15c57b0d576..00000000000 --- a/build-tests/rush-stack-compiler-2.8-library-test/gulpfile.js +++ /dev/null @@ -1,9 +0,0 @@ -'use strict'; - -const build = require('@microsoft/node-library-build'); - -// This project doesn't have unit tests and GCB's Mocha doesn't play nice with Node 14, so disable Mocha -build.mocha.enabled = false; -build.instrument.enabled = false; - -build.initialize(require('gulp')); 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 deleted file mode 100644 index 494da7343d1..00000000000 --- a/build-tests/rush-stack-compiler-2.8-library-test/package.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "rush-stack-compiler-2.8-library-test", - "version": "1.0.0", - "description": "", - "main": "lib/index.js", - "license": "MIT", - "private": true, - "scripts": { - "build": "gulp test --clean" - }, - "devDependencies": { - "@microsoft/node-library-build": "workspace:*", - "@microsoft/rush-stack-compiler-2.8": "workspace:*", - "@types/node": "10.17.13", - "gulp": "~4.0.2", - "@rushstack/eslint-config": "workspace:*" - } -} diff --git a/build-tests/rush-stack-compiler-2.8-library-test/src/TestClass.ts b/build-tests/rush-stack-compiler-2.8-library-test/src/TestClass.ts deleted file mode 100644 index c11271004f5..00000000000 --- a/build-tests/rush-stack-compiler-2.8-library-test/src/TestClass.ts +++ /dev/null @@ -1,4 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -export class TestClass {} diff --git a/build-tests/rush-stack-compiler-2.8-library-test/tsconfig.json b/build-tests/rush-stack-compiler-2.8-library-test/tsconfig.json deleted file mode 100644 index 0a34739f4a7..00000000000 --- a/build-tests/rush-stack-compiler-2.8-library-test/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-2.8/includes/tsconfig-node.json" -} diff --git a/build-tests/rush-stack-compiler-2.8-library-test/tslint.json b/build-tests/rush-stack-compiler-2.8-library-test/tslint.json deleted file mode 100644 index a99792a2b6d..00000000000 --- a/build-tests/rush-stack-compiler-2.8-library-test/tslint.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "@microsoft/rush-stack-compiler-2.8/includes/tslint.json" -} diff --git a/build-tests/rush-stack-compiler-2.9-library-test/.eslintrc.js b/build-tests/rush-stack-compiler-2.9-library-test/.eslintrc.js deleted file mode 100644 index 3b54e03e6d7..00000000000 --- a/build-tests/rush-stack-compiler-2.9-library-test/.eslintrc.js +++ /dev/null @@ -1,7 +0,0 @@ -// This is a workaround for https://github.com/eslint/eslint/issues/3458 -require('@rushstack/eslint-config/patch/modern-module-resolution'); - -module.exports = { - extends: ['@rushstack/eslint-config/profile/node', '@rushstack/eslint-config/mixins/friendly-locals'], - parserOptions: { tsconfigRootDir: __dirname } -}; diff --git a/build-tests/rush-stack-compiler-2.9-library-test/gulpfile.js b/build-tests/rush-stack-compiler-2.9-library-test/gulpfile.js deleted file mode 100644 index 15c57b0d576..00000000000 --- a/build-tests/rush-stack-compiler-2.9-library-test/gulpfile.js +++ /dev/null @@ -1,9 +0,0 @@ -'use strict'; - -const build = require('@microsoft/node-library-build'); - -// This project doesn't have unit tests and GCB's Mocha doesn't play nice with Node 14, so disable Mocha -build.mocha.enabled = false; -build.instrument.enabled = false; - -build.initialize(require('gulp')); 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 deleted file mode 100644 index cf9358c3b53..00000000000 --- a/build-tests/rush-stack-compiler-2.9-library-test/package.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "rush-stack-compiler-2.9-library-test", - "version": "1.0.0", - "description": "", - "main": "lib/index.js", - "license": "MIT", - "private": true, - "scripts": { - "build": "gulp test --clean" - }, - "devDependencies": { - "@microsoft/node-library-build": "workspace:*", - "@microsoft/rush-stack-compiler-2.9": "workspace:*", - "@types/node": "10.17.13", - "gulp": "~4.0.2", - "@rushstack/eslint-config": "workspace:*" - } -} diff --git a/build-tests/rush-stack-compiler-2.9-library-test/src/TestClass.ts b/build-tests/rush-stack-compiler-2.9-library-test/src/TestClass.ts deleted file mode 100644 index c11271004f5..00000000000 --- a/build-tests/rush-stack-compiler-2.9-library-test/src/TestClass.ts +++ /dev/null @@ -1,4 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -export class TestClass {} diff --git a/build-tests/rush-stack-compiler-2.9-library-test/tsconfig.json b/build-tests/rush-stack-compiler-2.9-library-test/tsconfig.json deleted file mode 100644 index 427d8c94e67..00000000000 --- a/build-tests/rush-stack-compiler-2.9-library-test/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-2.9/includes/tsconfig-node.json" -} diff --git a/build-tests/rush-stack-compiler-2.9-library-test/tslint.json b/build-tests/rush-stack-compiler-2.9-library-test/tslint.json deleted file mode 100644 index c6d9221de38..00000000000 --- a/build-tests/rush-stack-compiler-2.9-library-test/tslint.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "@microsoft/rush-stack-compiler-2.9/includes/tslint.json" -} diff --git a/build-tests/rush-stack-compiler-3.0-library-test/.eslintrc.js b/build-tests/rush-stack-compiler-3.0-library-test/.eslintrc.js deleted file mode 100644 index 3b54e03e6d7..00000000000 --- a/build-tests/rush-stack-compiler-3.0-library-test/.eslintrc.js +++ /dev/null @@ -1,7 +0,0 @@ -// This is a workaround for https://github.com/eslint/eslint/issues/3458 -require('@rushstack/eslint-config/patch/modern-module-resolution'); - -module.exports = { - extends: ['@rushstack/eslint-config/profile/node', '@rushstack/eslint-config/mixins/friendly-locals'], - parserOptions: { tsconfigRootDir: __dirname } -}; diff --git a/build-tests/rush-stack-compiler-3.0-library-test/gulpfile.js b/build-tests/rush-stack-compiler-3.0-library-test/gulpfile.js deleted file mode 100644 index 15c57b0d576..00000000000 --- a/build-tests/rush-stack-compiler-3.0-library-test/gulpfile.js +++ /dev/null @@ -1,9 +0,0 @@ -'use strict'; - -const build = require('@microsoft/node-library-build'); - -// This project doesn't have unit tests and GCB's Mocha doesn't play nice with Node 14, so disable Mocha -build.mocha.enabled = false; -build.instrument.enabled = false; - -build.initialize(require('gulp')); 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 deleted file mode 100644 index b6ea07dd6d2..00000000000 --- a/build-tests/rush-stack-compiler-3.0-library-test/package.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "rush-stack-compiler-3.0-library-test", - "version": "1.0.0", - "description": "", - "main": "lib/index.js", - "license": "MIT", - "private": true, - "scripts": { - "build": "gulp test --clean" - }, - "devDependencies": { - "@microsoft/node-library-build": "workspace:*", - "@microsoft/rush-stack-compiler-3.0": "workspace:*", - "@types/node": "10.17.13", - "gulp": "~4.0.2", - "@rushstack/eslint-config": "workspace:*" - } -} diff --git a/build-tests/rush-stack-compiler-3.0-library-test/src/TestClass.ts b/build-tests/rush-stack-compiler-3.0-library-test/src/TestClass.ts deleted file mode 100644 index c11271004f5..00000000000 --- a/build-tests/rush-stack-compiler-3.0-library-test/src/TestClass.ts +++ /dev/null @@ -1,4 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -export class TestClass {} diff --git a/build-tests/rush-stack-compiler-3.0-library-test/tsconfig.json b/build-tests/rush-stack-compiler-3.0-library-test/tsconfig.json deleted file mode 100644 index 7be55808db0..00000000000 --- a/build-tests/rush-stack-compiler-3.0-library-test/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.0/includes/tsconfig-node.json" -} diff --git a/build-tests/rush-stack-compiler-3.0-library-test/tslint.json b/build-tests/rush-stack-compiler-3.0-library-test/tslint.json deleted file mode 100644 index 30e72fdf8b4..00000000000 --- a/build-tests/rush-stack-compiler-3.0-library-test/tslint.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "@microsoft/rush-stack-compiler-3.0/includes/tslint.json" -} diff --git a/build-tests/rush-stack-compiler-3.1-library-test/.eslintrc.js b/build-tests/rush-stack-compiler-3.1-library-test/.eslintrc.js deleted file mode 100644 index 3b54e03e6d7..00000000000 --- a/build-tests/rush-stack-compiler-3.1-library-test/.eslintrc.js +++ /dev/null @@ -1,7 +0,0 @@ -// This is a workaround for https://github.com/eslint/eslint/issues/3458 -require('@rushstack/eslint-config/patch/modern-module-resolution'); - -module.exports = { - extends: ['@rushstack/eslint-config/profile/node', '@rushstack/eslint-config/mixins/friendly-locals'], - parserOptions: { tsconfigRootDir: __dirname } -}; diff --git a/build-tests/rush-stack-compiler-3.1-library-test/config/rush-project.json b/build-tests/rush-stack-compiler-3.1-library-test/config/rush-project.json deleted file mode 100644 index 61e414685c1..00000000000 --- a/build-tests/rush-stack-compiler-3.1-library-test/config/rush-project.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "projectOutputFolderNames": ["lib", "dist"] -} diff --git a/build-tests/rush-stack-compiler-3.1-library-test/gulpfile.js b/build-tests/rush-stack-compiler-3.1-library-test/gulpfile.js deleted file mode 100644 index 15c57b0d576..00000000000 --- a/build-tests/rush-stack-compiler-3.1-library-test/gulpfile.js +++ /dev/null @@ -1,9 +0,0 @@ -'use strict'; - -const build = require('@microsoft/node-library-build'); - -// This project doesn't have unit tests and GCB's Mocha doesn't play nice with Node 14, so disable Mocha -build.mocha.enabled = false; -build.instrument.enabled = false; - -build.initialize(require('gulp')); 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 deleted file mode 100644 index 7c014d86d53..00000000000 --- a/build-tests/rush-stack-compiler-3.1-library-test/package.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "rush-stack-compiler-3.1-library-test", - "version": "1.0.0", - "description": "", - "main": "lib/index.js", - "license": "MIT", - "private": true, - "scripts": { - "build": "gulp test --clean" - }, - "devDependencies": { - "@microsoft/node-library-build": "workspace:*", - "@microsoft/rush-stack-compiler-3.1": "workspace:*", - "@types/node": "10.17.13", - "gulp": "~4.0.2", - "@rushstack/eslint-config": "workspace:*" - } -} diff --git a/build-tests/rush-stack-compiler-3.1-library-test/src/TestClass.ts b/build-tests/rush-stack-compiler-3.1-library-test/src/TestClass.ts deleted file mode 100644 index c11271004f5..00000000000 --- a/build-tests/rush-stack-compiler-3.1-library-test/src/TestClass.ts +++ /dev/null @@ -1,4 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -export class TestClass {} 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 deleted file mode 100644 index 274d068c868..00000000000 --- a/build-tests/rush-stack-compiler-3.1-library-test/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.1/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 deleted file mode 100644 index cf2395fe8c0..00000000000 --- a/build-tests/rush-stack-compiler-3.1-library-test/tslint.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "@microsoft/rush-stack-compiler-3.1/includes/tslint.json" -} diff --git a/build-tests/rush-stack-compiler-3.2-library-test/.eslintrc.js b/build-tests/rush-stack-compiler-3.2-library-test/.eslintrc.js deleted file mode 100644 index 3b54e03e6d7..00000000000 --- a/build-tests/rush-stack-compiler-3.2-library-test/.eslintrc.js +++ /dev/null @@ -1,7 +0,0 @@ -// This is a workaround for https://github.com/eslint/eslint/issues/3458 -require('@rushstack/eslint-config/patch/modern-module-resolution'); - -module.exports = { - extends: ['@rushstack/eslint-config/profile/node', '@rushstack/eslint-config/mixins/friendly-locals'], - parserOptions: { tsconfigRootDir: __dirname } -}; diff --git a/build-tests/rush-stack-compiler-3.2-library-test/config/rush-project.json b/build-tests/rush-stack-compiler-3.2-library-test/config/rush-project.json deleted file mode 100644 index 61e414685c1..00000000000 --- a/build-tests/rush-stack-compiler-3.2-library-test/config/rush-project.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "projectOutputFolderNames": ["lib", "dist"] -} diff --git a/build-tests/rush-stack-compiler-3.2-library-test/gulpfile.js b/build-tests/rush-stack-compiler-3.2-library-test/gulpfile.js deleted file mode 100644 index 15c57b0d576..00000000000 --- a/build-tests/rush-stack-compiler-3.2-library-test/gulpfile.js +++ /dev/null @@ -1,9 +0,0 @@ -'use strict'; - -const build = require('@microsoft/node-library-build'); - -// This project doesn't have unit tests and GCB's Mocha doesn't play nice with Node 14, so disable Mocha -build.mocha.enabled = false; -build.instrument.enabled = false; - -build.initialize(require('gulp')); 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 deleted file mode 100644 index 26b76c56b04..00000000000 --- a/build-tests/rush-stack-compiler-3.2-library-test/package.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "rush-stack-compiler-3.2-library-test", - "version": "1.0.0", - "description": "", - "main": "lib/index.js", - "license": "MIT", - "private": true, - "scripts": { - "build": "gulp test --clean" - }, - "devDependencies": { - "@microsoft/node-library-build": "workspace:*", - "@microsoft/rush-stack-compiler-3.2": "workspace:*", - "@types/node": "10.17.13", - "gulp": "~4.0.2", - "@rushstack/eslint-config": "workspace:*" - } -} diff --git a/build-tests/rush-stack-compiler-3.2-library-test/src/TestClass.ts b/build-tests/rush-stack-compiler-3.2-library-test/src/TestClass.ts deleted file mode 100644 index c11271004f5..00000000000 --- a/build-tests/rush-stack-compiler-3.2-library-test/src/TestClass.ts +++ /dev/null @@ -1,4 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -export class TestClass {} diff --git a/build-tests/rush-stack-compiler-3.2-library-test/tsconfig.json b/build-tests/rush-stack-compiler-3.2-library-test/tsconfig.json deleted file mode 100644 index c690935203f..00000000000 --- a/build-tests/rush-stack-compiler-3.2-library-test/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.2/includes/tsconfig-node.json" -} diff --git a/build-tests/rush-stack-compiler-3.2-library-test/tslint.json b/build-tests/rush-stack-compiler-3.2-library-test/tslint.json deleted file mode 100644 index 04fc5479081..00000000000 --- a/build-tests/rush-stack-compiler-3.2-library-test/tslint.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "@microsoft/rush-stack-compiler-3.2/includes/tslint.json" -} diff --git a/build-tests/rush-stack-compiler-3.3-library-test/.eslintrc.js b/build-tests/rush-stack-compiler-3.3-library-test/.eslintrc.js deleted file mode 100644 index 3b54e03e6d7..00000000000 --- a/build-tests/rush-stack-compiler-3.3-library-test/.eslintrc.js +++ /dev/null @@ -1,7 +0,0 @@ -// This is a workaround for https://github.com/eslint/eslint/issues/3458 -require('@rushstack/eslint-config/patch/modern-module-resolution'); - -module.exports = { - extends: ['@rushstack/eslint-config/profile/node', '@rushstack/eslint-config/mixins/friendly-locals'], - parserOptions: { tsconfigRootDir: __dirname } -}; diff --git a/build-tests/rush-stack-compiler-3.3-library-test/config/rush-project.json b/build-tests/rush-stack-compiler-3.3-library-test/config/rush-project.json deleted file mode 100644 index 61e414685c1..00000000000 --- a/build-tests/rush-stack-compiler-3.3-library-test/config/rush-project.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "projectOutputFolderNames": ["lib", "dist"] -} diff --git a/build-tests/rush-stack-compiler-3.3-library-test/gulpfile.js b/build-tests/rush-stack-compiler-3.3-library-test/gulpfile.js deleted file mode 100644 index 15c57b0d576..00000000000 --- a/build-tests/rush-stack-compiler-3.3-library-test/gulpfile.js +++ /dev/null @@ -1,9 +0,0 @@ -'use strict'; - -const build = require('@microsoft/node-library-build'); - -// This project doesn't have unit tests and GCB's Mocha doesn't play nice with Node 14, so disable Mocha -build.mocha.enabled = false; -build.instrument.enabled = false; - -build.initialize(require('gulp')); 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 deleted file mode 100644 index 6ba2bb08614..00000000000 --- a/build-tests/rush-stack-compiler-3.3-library-test/package.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "rush-stack-compiler-3.3-library-test", - "version": "1.0.0", - "description": "", - "main": "lib/index.js", - "license": "MIT", - "private": true, - "scripts": { - "build": "gulp test --clean" - }, - "devDependencies": { - "@microsoft/node-library-build": "workspace:*", - "@microsoft/rush-stack-compiler-3.3": "workspace:*", - "@types/node": "10.17.13", - "gulp": "~4.0.2", - "@rushstack/eslint-config": "workspace:*" - } -} diff --git a/build-tests/rush-stack-compiler-3.3-library-test/src/TestClass.ts b/build-tests/rush-stack-compiler-3.3-library-test/src/TestClass.ts deleted file mode 100644 index c11271004f5..00000000000 --- a/build-tests/rush-stack-compiler-3.3-library-test/src/TestClass.ts +++ /dev/null @@ -1,4 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -export class TestClass {} diff --git a/build-tests/rush-stack-compiler-3.3-library-test/tsconfig.json b/build-tests/rush-stack-compiler-3.3-library-test/tsconfig.json deleted file mode 100644 index 6b243007300..00000000000 --- a/build-tests/rush-stack-compiler-3.3-library-test/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.3/includes/tsconfig-node.json" -} diff --git a/build-tests/rush-stack-compiler-3.3-library-test/tslint.json b/build-tests/rush-stack-compiler-3.3-library-test/tslint.json deleted file mode 100644 index df1da8e163b..00000000000 --- a/build-tests/rush-stack-compiler-3.3-library-test/tslint.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "@microsoft/rush-stack-compiler-3.3/includes/tslint.json" -} diff --git a/build-tests/rush-stack-compiler-3.4-library-test/.eslintrc.js b/build-tests/rush-stack-compiler-3.4-library-test/.eslintrc.js deleted file mode 100644 index 3b54e03e6d7..00000000000 --- a/build-tests/rush-stack-compiler-3.4-library-test/.eslintrc.js +++ /dev/null @@ -1,7 +0,0 @@ -// This is a workaround for https://github.com/eslint/eslint/issues/3458 -require('@rushstack/eslint-config/patch/modern-module-resolution'); - -module.exports = { - extends: ['@rushstack/eslint-config/profile/node', '@rushstack/eslint-config/mixins/friendly-locals'], - parserOptions: { tsconfigRootDir: __dirname } -}; diff --git a/build-tests/rush-stack-compiler-3.4-library-test/config/rush-project.json b/build-tests/rush-stack-compiler-3.4-library-test/config/rush-project.json deleted file mode 100644 index 61e414685c1..00000000000 --- a/build-tests/rush-stack-compiler-3.4-library-test/config/rush-project.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "projectOutputFolderNames": ["lib", "dist"] -} diff --git a/build-tests/rush-stack-compiler-3.4-library-test/gulpfile.js b/build-tests/rush-stack-compiler-3.4-library-test/gulpfile.js deleted file mode 100644 index 15c57b0d576..00000000000 --- a/build-tests/rush-stack-compiler-3.4-library-test/gulpfile.js +++ /dev/null @@ -1,9 +0,0 @@ -'use strict'; - -const build = require('@microsoft/node-library-build'); - -// This project doesn't have unit tests and GCB's Mocha doesn't play nice with Node 14, so disable Mocha -build.mocha.enabled = false; -build.instrument.enabled = false; - -build.initialize(require('gulp')); 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 deleted file mode 100644 index ec421da0e77..00000000000 --- a/build-tests/rush-stack-compiler-3.4-library-test/package.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "rush-stack-compiler-3.4-library-test", - "version": "1.0.0", - "description": "", - "main": "lib/index.js", - "license": "MIT", - "private": true, - "scripts": { - "build": "gulp test --clean" - }, - "devDependencies": { - "@microsoft/node-library-build": "workspace:*", - "@microsoft/rush-stack-compiler-3.4": "workspace:*", - "@types/node": "10.17.13", - "gulp": "~4.0.2", - "@rushstack/eslint-config": "workspace:*" - } -} diff --git a/build-tests/rush-stack-compiler-3.4-library-test/src/TestClass.ts b/build-tests/rush-stack-compiler-3.4-library-test/src/TestClass.ts deleted file mode 100644 index c11271004f5..00000000000 --- a/build-tests/rush-stack-compiler-3.4-library-test/src/TestClass.ts +++ /dev/null @@ -1,4 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -export class TestClass {} diff --git a/build-tests/rush-stack-compiler-3.4-library-test/tsconfig.json b/build-tests/rush-stack-compiler-3.4-library-test/tsconfig.json deleted file mode 100644 index 4db8f3a8b7e..00000000000 --- a/build-tests/rush-stack-compiler-3.4-library-test/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.4/includes/tsconfig-node.json" -} diff --git a/build-tests/rush-stack-compiler-3.4-library-test/tslint.json b/build-tests/rush-stack-compiler-3.4-library-test/tslint.json deleted file mode 100644 index 9488b2d898b..00000000000 --- a/build-tests/rush-stack-compiler-3.4-library-test/tslint.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "@microsoft/rush-stack-compiler-3.4/includes/tslint.json" -} diff --git a/build-tests/rush-stack-compiler-3.5-library-test/.eslintrc.js b/build-tests/rush-stack-compiler-3.5-library-test/.eslintrc.js deleted file mode 100644 index 3b54e03e6d7..00000000000 --- a/build-tests/rush-stack-compiler-3.5-library-test/.eslintrc.js +++ /dev/null @@ -1,7 +0,0 @@ -// This is a workaround for https://github.com/eslint/eslint/issues/3458 -require('@rushstack/eslint-config/patch/modern-module-resolution'); - -module.exports = { - extends: ['@rushstack/eslint-config/profile/node', '@rushstack/eslint-config/mixins/friendly-locals'], - parserOptions: { tsconfigRootDir: __dirname } -}; diff --git a/build-tests/rush-stack-compiler-3.5-library-test/config/rush-project.json b/build-tests/rush-stack-compiler-3.5-library-test/config/rush-project.json deleted file mode 100644 index 61e414685c1..00000000000 --- a/build-tests/rush-stack-compiler-3.5-library-test/config/rush-project.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "projectOutputFolderNames": ["lib", "dist"] -} diff --git a/build-tests/rush-stack-compiler-3.5-library-test/gulpfile.js b/build-tests/rush-stack-compiler-3.5-library-test/gulpfile.js deleted file mode 100644 index 15c57b0d576..00000000000 --- a/build-tests/rush-stack-compiler-3.5-library-test/gulpfile.js +++ /dev/null @@ -1,9 +0,0 @@ -'use strict'; - -const build = require('@microsoft/node-library-build'); - -// This project doesn't have unit tests and GCB's Mocha doesn't play nice with Node 14, so disable Mocha -build.mocha.enabled = false; -build.instrument.enabled = false; - -build.initialize(require('gulp')); 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 deleted file mode 100644 index c7feab87d22..00000000000 --- a/build-tests/rush-stack-compiler-3.5-library-test/package.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "rush-stack-compiler-3.5-library-test", - "version": "1.0.0", - "description": "", - "main": "lib/index.js", - "license": "MIT", - "private": true, - "scripts": { - "build": "gulp test --clean" - }, - "devDependencies": { - "@microsoft/node-library-build": "workspace:*", - "@microsoft/rush-stack-compiler-3.5": "workspace:*", - "@types/node": "10.17.13", - "gulp": "~4.0.2", - "@rushstack/eslint-config": "workspace:*" - } -} diff --git a/build-tests/rush-stack-compiler-3.5-library-test/src/TestClass.ts b/build-tests/rush-stack-compiler-3.5-library-test/src/TestClass.ts deleted file mode 100644 index c11271004f5..00000000000 --- a/build-tests/rush-stack-compiler-3.5-library-test/src/TestClass.ts +++ /dev/null @@ -1,4 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -export class TestClass {} diff --git a/build-tests/rush-stack-compiler-3.5-library-test/tsconfig.json b/build-tests/rush-stack-compiler-3.5-library-test/tsconfig.json deleted file mode 100644 index b1abb9e5b4a..00000000000 --- a/build-tests/rush-stack-compiler-3.5-library-test/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.5/includes/tsconfig-node.json" -} diff --git a/build-tests/rush-stack-compiler-3.5-library-test/tslint.json b/build-tests/rush-stack-compiler-3.5-library-test/tslint.json deleted file mode 100644 index 60db661e377..00000000000 --- a/build-tests/rush-stack-compiler-3.5-library-test/tslint.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "@microsoft/rush-stack-compiler-3.5/includes/tslint.json" -} diff --git a/build-tests/rush-stack-compiler-3.6-library-test/.eslintrc.js b/build-tests/rush-stack-compiler-3.6-library-test/.eslintrc.js deleted file mode 100644 index 3b54e03e6d7..00000000000 --- a/build-tests/rush-stack-compiler-3.6-library-test/.eslintrc.js +++ /dev/null @@ -1,7 +0,0 @@ -// This is a workaround for https://github.com/eslint/eslint/issues/3458 -require('@rushstack/eslint-config/patch/modern-module-resolution'); - -module.exports = { - extends: ['@rushstack/eslint-config/profile/node', '@rushstack/eslint-config/mixins/friendly-locals'], - parserOptions: { tsconfigRootDir: __dirname } -}; diff --git a/build-tests/rush-stack-compiler-3.6-library-test/config/rush-project.json b/build-tests/rush-stack-compiler-3.6-library-test/config/rush-project.json deleted file mode 100644 index 61e414685c1..00000000000 --- a/build-tests/rush-stack-compiler-3.6-library-test/config/rush-project.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "projectOutputFolderNames": ["lib", "dist"] -} diff --git a/build-tests/rush-stack-compiler-3.6-library-test/gulpfile.js b/build-tests/rush-stack-compiler-3.6-library-test/gulpfile.js deleted file mode 100644 index 15c57b0d576..00000000000 --- a/build-tests/rush-stack-compiler-3.6-library-test/gulpfile.js +++ /dev/null @@ -1,9 +0,0 @@ -'use strict'; - -const build = require('@microsoft/node-library-build'); - -// This project doesn't have unit tests and GCB's Mocha doesn't play nice with Node 14, so disable Mocha -build.mocha.enabled = false; -build.instrument.enabled = false; - -build.initialize(require('gulp')); 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 deleted file mode 100644 index 2261d2155f7..00000000000 --- a/build-tests/rush-stack-compiler-3.6-library-test/package.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "rush-stack-compiler-3.6-library-test", - "version": "1.0.0", - "description": "", - "main": "lib/index.js", - "license": "MIT", - "private": true, - "scripts": { - "build": "gulp test --clean" - }, - "devDependencies": { - "@microsoft/node-library-build": "workspace:*", - "@microsoft/rush-stack-compiler-3.6": "workspace:*", - "@types/node": "10.17.13", - "gulp": "~4.0.2", - "@rushstack/eslint-config": "workspace:*" - } -} diff --git a/build-tests/rush-stack-compiler-3.6-library-test/src/TestClass.ts b/build-tests/rush-stack-compiler-3.6-library-test/src/TestClass.ts deleted file mode 100644 index c11271004f5..00000000000 --- a/build-tests/rush-stack-compiler-3.6-library-test/src/TestClass.ts +++ /dev/null @@ -1,4 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -export class TestClass {} diff --git a/build-tests/rush-stack-compiler-3.6-library-test/tsconfig.json b/build-tests/rush-stack-compiler-3.6-library-test/tsconfig.json deleted file mode 100644 index d45b8b1037b..00000000000 --- a/build-tests/rush-stack-compiler-3.6-library-test/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.6/includes/tsconfig-node.json" -} diff --git a/build-tests/rush-stack-compiler-3.6-library-test/tslint.json b/build-tests/rush-stack-compiler-3.6-library-test/tslint.json deleted file mode 100644 index 31286edeb0a..00000000000 --- a/build-tests/rush-stack-compiler-3.6-library-test/tslint.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "@microsoft/rush-stack-compiler-3.6/includes/tslint.json" -} diff --git a/build-tests/rush-stack-compiler-3.7-library-test/.eslintrc.js b/build-tests/rush-stack-compiler-3.7-library-test/.eslintrc.js deleted file mode 100644 index 3b54e03e6d7..00000000000 --- a/build-tests/rush-stack-compiler-3.7-library-test/.eslintrc.js +++ /dev/null @@ -1,7 +0,0 @@ -// This is a workaround for https://github.com/eslint/eslint/issues/3458 -require('@rushstack/eslint-config/patch/modern-module-resolution'); - -module.exports = { - extends: ['@rushstack/eslint-config/profile/node', '@rushstack/eslint-config/mixins/friendly-locals'], - parserOptions: { tsconfigRootDir: __dirname } -}; diff --git a/build-tests/rush-stack-compiler-3.7-library-test/config/rush-project.json b/build-tests/rush-stack-compiler-3.7-library-test/config/rush-project.json deleted file mode 100644 index 61e414685c1..00000000000 --- a/build-tests/rush-stack-compiler-3.7-library-test/config/rush-project.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "projectOutputFolderNames": ["lib", "dist"] -} diff --git a/build-tests/rush-stack-compiler-3.7-library-test/gulpfile.js b/build-tests/rush-stack-compiler-3.7-library-test/gulpfile.js deleted file mode 100644 index 15c57b0d576..00000000000 --- a/build-tests/rush-stack-compiler-3.7-library-test/gulpfile.js +++ /dev/null @@ -1,9 +0,0 @@ -'use strict'; - -const build = require('@microsoft/node-library-build'); - -// This project doesn't have unit tests and GCB's Mocha doesn't play nice with Node 14, so disable Mocha -build.mocha.enabled = false; -build.instrument.enabled = false; - -build.initialize(require('gulp')); 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 deleted file mode 100644 index ade18c8cb4f..00000000000 --- a/build-tests/rush-stack-compiler-3.7-library-test/package.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "rush-stack-compiler-3.7-library-test", - "version": "1.0.0", - "description": "", - "main": "lib/index.js", - "license": "MIT", - "private": true, - "scripts": { - "build": "gulp test --clean" - }, - "devDependencies": { - "@microsoft/node-library-build": "workspace:*", - "@microsoft/rush-stack-compiler-3.7": "workspace:*", - "@types/node": "10.17.13", - "gulp": "~4.0.2", - "@rushstack/eslint-config": "workspace:*" - } -} diff --git a/build-tests/rush-stack-compiler-3.7-library-test/src/TestClass.ts b/build-tests/rush-stack-compiler-3.7-library-test/src/TestClass.ts deleted file mode 100644 index c11271004f5..00000000000 --- a/build-tests/rush-stack-compiler-3.7-library-test/src/TestClass.ts +++ /dev/null @@ -1,4 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -export class TestClass {} diff --git a/build-tests/rush-stack-compiler-3.7-library-test/tsconfig.json b/build-tests/rush-stack-compiler-3.7-library-test/tsconfig.json deleted file mode 100644 index 42b2dcde892..00000000000 --- a/build-tests/rush-stack-compiler-3.7-library-test/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.7/includes/tsconfig-node.json" -} diff --git a/build-tests/rush-stack-compiler-3.7-library-test/tslint.json b/build-tests/rush-stack-compiler-3.7-library-test/tslint.json deleted file mode 100644 index 0f819d2d024..00000000000 --- a/build-tests/rush-stack-compiler-3.7-library-test/tslint.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "@microsoft/rush-stack-compiler-3.7/includes/tslint.json" -} diff --git a/build-tests/rush-stack-compiler-3.8-library-test/.eslintrc.js b/build-tests/rush-stack-compiler-3.8-library-test/.eslintrc.js deleted file mode 100644 index 3b54e03e6d7..00000000000 --- a/build-tests/rush-stack-compiler-3.8-library-test/.eslintrc.js +++ /dev/null @@ -1,7 +0,0 @@ -// This is a workaround for https://github.com/eslint/eslint/issues/3458 -require('@rushstack/eslint-config/patch/modern-module-resolution'); - -module.exports = { - extends: ['@rushstack/eslint-config/profile/node', '@rushstack/eslint-config/mixins/friendly-locals'], - parserOptions: { tsconfigRootDir: __dirname } -}; diff --git a/build-tests/rush-stack-compiler-3.8-library-test/config/rush-project.json b/build-tests/rush-stack-compiler-3.8-library-test/config/rush-project.json deleted file mode 100644 index 61e414685c1..00000000000 --- a/build-tests/rush-stack-compiler-3.8-library-test/config/rush-project.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "projectOutputFolderNames": ["lib", "dist"] -} diff --git a/build-tests/rush-stack-compiler-3.8-library-test/gulpfile.js b/build-tests/rush-stack-compiler-3.8-library-test/gulpfile.js deleted file mode 100644 index 15c57b0d576..00000000000 --- a/build-tests/rush-stack-compiler-3.8-library-test/gulpfile.js +++ /dev/null @@ -1,9 +0,0 @@ -'use strict'; - -const build = require('@microsoft/node-library-build'); - -// This project doesn't have unit tests and GCB's Mocha doesn't play nice with Node 14, so disable Mocha -build.mocha.enabled = false; -build.instrument.enabled = false; - -build.initialize(require('gulp')); 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 deleted file mode 100644 index c6fb663e4f8..00000000000 --- a/build-tests/rush-stack-compiler-3.8-library-test/package.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "rush-stack-compiler-3.8-library-test", - "version": "1.0.0", - "description": "", - "main": "lib/index.js", - "license": "MIT", - "private": true, - "scripts": { - "build": "gulp test --clean" - }, - "devDependencies": { - "@microsoft/node-library-build": "workspace:*", - "@microsoft/rush-stack-compiler-3.8": "workspace:*", - "@types/node": "10.17.13", - "gulp": "~4.0.2", - "@rushstack/eslint-config": "workspace:*" - } -} diff --git a/build-tests/rush-stack-compiler-3.8-library-test/src/TestClass.ts b/build-tests/rush-stack-compiler-3.8-library-test/src/TestClass.ts deleted file mode 100644 index c11271004f5..00000000000 --- a/build-tests/rush-stack-compiler-3.8-library-test/src/TestClass.ts +++ /dev/null @@ -1,4 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -export class TestClass {} diff --git a/build-tests/rush-stack-compiler-3.8-library-test/tsconfig.json b/build-tests/rush-stack-compiler-3.8-library-test/tsconfig.json deleted file mode 100644 index 85a876249be..00000000000 --- a/build-tests/rush-stack-compiler-3.8-library-test/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.8/includes/tsconfig-node.json" -} diff --git a/build-tests/rush-stack-compiler-3.8-library-test/tslint.json b/build-tests/rush-stack-compiler-3.8-library-test/tslint.json deleted file mode 100644 index d26d80e38be..00000000000 --- a/build-tests/rush-stack-compiler-3.8-library-test/tslint.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "@microsoft/rush-stack-compiler-3.8/includes/tslint.json" -} diff --git a/build-tests/rush-stack-compiler-3.9-library-test/.eslintrc.js b/build-tests/rush-stack-compiler-3.9-library-test/.eslintrc.js deleted file mode 100644 index 3b54e03e6d7..00000000000 --- a/build-tests/rush-stack-compiler-3.9-library-test/.eslintrc.js +++ /dev/null @@ -1,7 +0,0 @@ -// This is a workaround for https://github.com/eslint/eslint/issues/3458 -require('@rushstack/eslint-config/patch/modern-module-resolution'); - -module.exports = { - extends: ['@rushstack/eslint-config/profile/node', '@rushstack/eslint-config/mixins/friendly-locals'], - parserOptions: { tsconfigRootDir: __dirname } -}; diff --git a/build-tests/rush-stack-compiler-3.9-library-test/config/rush-project.json b/build-tests/rush-stack-compiler-3.9-library-test/config/rush-project.json deleted file mode 100644 index 61e414685c1..00000000000 --- a/build-tests/rush-stack-compiler-3.9-library-test/config/rush-project.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "projectOutputFolderNames": ["lib", "dist"] -} diff --git a/build-tests/rush-stack-compiler-3.9-library-test/gulpfile.js b/build-tests/rush-stack-compiler-3.9-library-test/gulpfile.js deleted file mode 100644 index 15c57b0d576..00000000000 --- a/build-tests/rush-stack-compiler-3.9-library-test/gulpfile.js +++ /dev/null @@ -1,9 +0,0 @@ -'use strict'; - -const build = require('@microsoft/node-library-build'); - -// This project doesn't have unit tests and GCB's Mocha doesn't play nice with Node 14, so disable Mocha -build.mocha.enabled = false; -build.instrument.enabled = false; - -build.initialize(require('gulp')); 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 deleted file mode 100644 index ee10151ab3d..00000000000 --- a/build-tests/rush-stack-compiler-3.9-library-test/package.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "rush-stack-compiler-3.9-library-test", - "version": "1.0.0", - "description": "", - "main": "lib/index.js", - "license": "MIT", - "private": true, - "scripts": { - "build": "gulp test --clean" - }, - "devDependencies": { - "@microsoft/node-library-build": "workspace:*", - "@microsoft/rush-stack-compiler-3.9": "workspace:*", - "@types/node": "10.17.13", - "gulp": "~4.0.2", - "@rushstack/eslint-config": "workspace:*" - } -} diff --git a/build-tests/rush-stack-compiler-3.9-library-test/src/TestClass.ts b/build-tests/rush-stack-compiler-3.9-library-test/src/TestClass.ts deleted file mode 100644 index c11271004f5..00000000000 --- a/build-tests/rush-stack-compiler-3.9-library-test/src/TestClass.ts +++ /dev/null @@ -1,4 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -export class TestClass {} diff --git a/build-tests/rush-stack-compiler-3.9-library-test/tsconfig.json b/build-tests/rush-stack-compiler-3.9-library-test/tsconfig.json deleted file mode 100644 index 501b6181d8f..00000000000 --- a/build-tests/rush-stack-compiler-3.9-library-test/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.9/includes/tsconfig-node.json" -} diff --git a/build-tests/rush-stack-compiler-3.9-library-test/tslint.json b/build-tests/rush-stack-compiler-3.9-library-test/tslint.json deleted file mode 100644 index 5011aa2764c..00000000000 --- a/build-tests/rush-stack-compiler-3.9-library-test/tslint.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "@microsoft/rush-stack-compiler-3.9/includes/tslint.json" -} diff --git a/build-tests/rush-stack-compiler-4.0-library-test/.eslintrc.js b/build-tests/rush-stack-compiler-4.0-library-test/.eslintrc.js deleted file mode 100644 index 3b54e03e6d7..00000000000 --- a/build-tests/rush-stack-compiler-4.0-library-test/.eslintrc.js +++ /dev/null @@ -1,7 +0,0 @@ -// This is a workaround for https://github.com/eslint/eslint/issues/3458 -require('@rushstack/eslint-config/patch/modern-module-resolution'); - -module.exports = { - extends: ['@rushstack/eslint-config/profile/node', '@rushstack/eslint-config/mixins/friendly-locals'], - parserOptions: { tsconfigRootDir: __dirname } -}; diff --git a/build-tests/rush-stack-compiler-4.0-library-test/config/rush-project.json b/build-tests/rush-stack-compiler-4.0-library-test/config/rush-project.json deleted file mode 100644 index 61e414685c1..00000000000 --- a/build-tests/rush-stack-compiler-4.0-library-test/config/rush-project.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "projectOutputFolderNames": ["lib", "dist"] -} diff --git a/build-tests/rush-stack-compiler-4.0-library-test/gulpfile.js b/build-tests/rush-stack-compiler-4.0-library-test/gulpfile.js deleted file mode 100644 index 15c57b0d576..00000000000 --- a/build-tests/rush-stack-compiler-4.0-library-test/gulpfile.js +++ /dev/null @@ -1,9 +0,0 @@ -'use strict'; - -const build = require('@microsoft/node-library-build'); - -// This project doesn't have unit tests and GCB's Mocha doesn't play nice with Node 14, so disable Mocha -build.mocha.enabled = false; -build.instrument.enabled = false; - -build.initialize(require('gulp')); diff --git a/build-tests/rush-stack-compiler-4.0-library-test/package.json b/build-tests/rush-stack-compiler-4.0-library-test/package.json deleted file mode 100644 index c3f50e93a00..00000000000 --- a/build-tests/rush-stack-compiler-4.0-library-test/package.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "rush-stack-compiler-4.0-library-test", - "version": "1.0.0", - "description": "", - "main": "lib/index.js", - "license": "MIT", - "private": true, - "scripts": { - "build": "gulp test --clean" - }, - "devDependencies": { - "@microsoft/node-library-build": "workspace:*", - "@microsoft/rush-stack-compiler-4.0": "workspace:*", - "@types/node": "10.17.13", - "gulp": "~4.0.2", - "@rushstack/eslint-config": "workspace:*" - } -} diff --git a/build-tests/rush-stack-compiler-4.0-library-test/src/TestClass.ts b/build-tests/rush-stack-compiler-4.0-library-test/src/TestClass.ts deleted file mode 100644 index c11271004f5..00000000000 --- a/build-tests/rush-stack-compiler-4.0-library-test/src/TestClass.ts +++ /dev/null @@ -1,4 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -export class TestClass {} diff --git a/build-tests/rush-stack-compiler-4.0-library-test/tsconfig.json b/build-tests/rush-stack-compiler-4.0-library-test/tsconfig.json deleted file mode 100644 index cd382040afd..00000000000 --- a/build-tests/rush-stack-compiler-4.0-library-test/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-4.0/includes/tsconfig-node.json" -} diff --git a/build-tests/rush-stack-compiler-4.1-library-test/.eslintrc.js b/build-tests/rush-stack-compiler-4.1-library-test/.eslintrc.js deleted file mode 100644 index 3b54e03e6d7..00000000000 --- a/build-tests/rush-stack-compiler-4.1-library-test/.eslintrc.js +++ /dev/null @@ -1,7 +0,0 @@ -// This is a workaround for https://github.com/eslint/eslint/issues/3458 -require('@rushstack/eslint-config/patch/modern-module-resolution'); - -module.exports = { - extends: ['@rushstack/eslint-config/profile/node', '@rushstack/eslint-config/mixins/friendly-locals'], - parserOptions: { tsconfigRootDir: __dirname } -}; diff --git a/build-tests/rush-stack-compiler-4.1-library-test/config/rush-project.json b/build-tests/rush-stack-compiler-4.1-library-test/config/rush-project.json deleted file mode 100644 index 61e414685c1..00000000000 --- a/build-tests/rush-stack-compiler-4.1-library-test/config/rush-project.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "projectOutputFolderNames": ["lib", "dist"] -} diff --git a/build-tests/rush-stack-compiler-4.1-library-test/gulpfile.js b/build-tests/rush-stack-compiler-4.1-library-test/gulpfile.js deleted file mode 100644 index 15c57b0d576..00000000000 --- a/build-tests/rush-stack-compiler-4.1-library-test/gulpfile.js +++ /dev/null @@ -1,9 +0,0 @@ -'use strict'; - -const build = require('@microsoft/node-library-build'); - -// This project doesn't have unit tests and GCB's Mocha doesn't play nice with Node 14, so disable Mocha -build.mocha.enabled = false; -build.instrument.enabled = false; - -build.initialize(require('gulp')); diff --git a/build-tests/rush-stack-compiler-4.1-library-test/package.json b/build-tests/rush-stack-compiler-4.1-library-test/package.json deleted file mode 100644 index 95118fb495f..00000000000 --- a/build-tests/rush-stack-compiler-4.1-library-test/package.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "rush-stack-compiler-4.1-library-test", - "version": "1.0.0", - "description": "", - "main": "lib/index.js", - "license": "MIT", - "private": true, - "scripts": { - "build": "gulp test --clean" - }, - "devDependencies": { - "@microsoft/node-library-build": "workspace:*", - "@microsoft/rush-stack-compiler-4.1": "workspace:*", - "@types/node": "10.17.13", - "gulp": "~4.0.2", - "@rushstack/eslint-config": "workspace:*" - } -} diff --git a/build-tests/rush-stack-compiler-4.1-library-test/src/TestClass.ts b/build-tests/rush-stack-compiler-4.1-library-test/src/TestClass.ts deleted file mode 100644 index c11271004f5..00000000000 --- a/build-tests/rush-stack-compiler-4.1-library-test/src/TestClass.ts +++ /dev/null @@ -1,4 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -export class TestClass {} diff --git a/build-tests/rush-stack-compiler-4.1-library-test/tsconfig.json b/build-tests/rush-stack-compiler-4.1-library-test/tsconfig.json deleted file mode 100644 index 522e59001a3..00000000000 --- a/build-tests/rush-stack-compiler-4.1-library-test/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-4.1/includes/tsconfig-node.json" -} diff --git a/build-tests/rush-stack-compiler-4.2-library-test/.eslintrc.js b/build-tests/rush-stack-compiler-4.2-library-test/.eslintrc.js deleted file mode 100644 index 3b54e03e6d7..00000000000 --- a/build-tests/rush-stack-compiler-4.2-library-test/.eslintrc.js +++ /dev/null @@ -1,7 +0,0 @@ -// This is a workaround for https://github.com/eslint/eslint/issues/3458 -require('@rushstack/eslint-config/patch/modern-module-resolution'); - -module.exports = { - extends: ['@rushstack/eslint-config/profile/node', '@rushstack/eslint-config/mixins/friendly-locals'], - parserOptions: { tsconfigRootDir: __dirname } -}; diff --git a/build-tests/rush-stack-compiler-4.2-library-test/config/rush-project.json b/build-tests/rush-stack-compiler-4.2-library-test/config/rush-project.json deleted file mode 100644 index 61e414685c1..00000000000 --- a/build-tests/rush-stack-compiler-4.2-library-test/config/rush-project.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "projectOutputFolderNames": ["lib", "dist"] -} diff --git a/build-tests/rush-stack-compiler-4.2-library-test/gulpfile.js b/build-tests/rush-stack-compiler-4.2-library-test/gulpfile.js deleted file mode 100644 index 15c57b0d576..00000000000 --- a/build-tests/rush-stack-compiler-4.2-library-test/gulpfile.js +++ /dev/null @@ -1,9 +0,0 @@ -'use strict'; - -const build = require('@microsoft/node-library-build'); - -// This project doesn't have unit tests and GCB's Mocha doesn't play nice with Node 14, so disable Mocha -build.mocha.enabled = false; -build.instrument.enabled = false; - -build.initialize(require('gulp')); diff --git a/build-tests/rush-stack-compiler-4.2-library-test/package.json b/build-tests/rush-stack-compiler-4.2-library-test/package.json deleted file mode 100644 index 3f1f96608c9..00000000000 --- a/build-tests/rush-stack-compiler-4.2-library-test/package.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "rush-stack-compiler-4.2-library-test", - "version": "1.0.0", - "description": "", - "main": "lib/index.js", - "license": "MIT", - "private": true, - "scripts": { - "build": "gulp test --clean" - }, - "devDependencies": { - "@microsoft/node-library-build": "workspace:*", - "@microsoft/rush-stack-compiler-4.2": "workspace:*", - "@types/node": "10.17.13", - "gulp": "~4.0.2", - "@rushstack/eslint-config": "workspace:*" - } -} diff --git a/build-tests/rush-stack-compiler-4.2-library-test/src/TestClass.ts b/build-tests/rush-stack-compiler-4.2-library-test/src/TestClass.ts deleted file mode 100644 index c11271004f5..00000000000 --- a/build-tests/rush-stack-compiler-4.2-library-test/src/TestClass.ts +++ /dev/null @@ -1,4 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -export class TestClass {} diff --git a/build-tests/rush-stack-compiler-4.2-library-test/tsconfig.json b/build-tests/rush-stack-compiler-4.2-library-test/tsconfig.json deleted file mode 100644 index ecb746ccbba..00000000000 --- a/build-tests/rush-stack-compiler-4.2-library-test/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-4.2/includes/tsconfig-node.json" -} diff --git a/build-tests/web-library-build-test/config/api-extractor.json b/build-tests/web-library-build-test/config/api-extractor.json deleted file mode 100644 index cc99f8a3e9d..00000000000 --- a/build-tests/web-library-build-test/config/api-extractor.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", - - "mainEntryPointFilePath": "/lib/test.d.ts", - - "apiReport": { - "enabled": true, - "reportFolder": "../../../common/reviews/api" - }, - - "docModel": { - "enabled": true - }, - - "dtsRollup": { - "enabled": false - } -} diff --git a/build-tests/web-library-build-test/config/pre-copy.json b/build-tests/web-library-build-test/config/pre-copy.json deleted file mode 100644 index 5bdc61d35cc..00000000000 --- a/build-tests/web-library-build-test/config/pre-copy.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "copyTo": { - "lib": ["preCopyTest.js"] - } -} diff --git a/build-tests/web-library-build-test/config/rush-project.json b/build-tests/web-library-build-test/config/rush-project.json deleted file mode 100644 index 61e414685c1..00000000000 --- a/build-tests/web-library-build-test/config/rush-project.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "projectOutputFolderNames": ["lib", "dist"] -} diff --git a/build-tests/web-library-build-test/config/serve.json b/build-tests/web-library-build-test/config/serve.json deleted file mode 100644 index d13fdf21689..00000000000 --- a/build-tests/web-library-build-test/config/serve.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/spfx-build/spfx-serve.schema.json", - "port": 4321, - "initialPage": "https://localhost:4321/", - "https": true, - "tryCreateDevCertificate": true -} diff --git a/build-tests/web-library-build-test/gulpfile.js b/build-tests/web-library-build-test/gulpfile.js deleted file mode 100644 index 3cd42315bfa..00000000000 --- a/build-tests/web-library-build-test/gulpfile.js +++ /dev/null @@ -1,11 +0,0 @@ -'use strict'; - -let path = require('path'); -let build = require('@microsoft/web-library-build'); - -build.sass.setConfig({ useCSSModules: true }); -build.webpack.setConfig({ configPath: null }); - -build.preCopy.cleanMatch = ['src/preCopyTest.ts']; - -build.initialize(require('gulp')); diff --git a/build-tests/web-library-build-test/package.json b/build-tests/web-library-build-test/package.json deleted file mode 100644 index 87df6b973ea..00000000000 --- a/build-tests/web-library-build-test/package.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "web-library-build-test", - "version": "1.0.21", - "description": "", - "main": "lib/test.js", - "module": "lib-es6/test.js", - "private": true, - "scripts": { - "build": "gulp --clean" - }, - "devDependencies": { - "@microsoft/load-themed-styles": "workspace:*", - "@microsoft/rush-stack-compiler-3.9": "workspace:*", - "@microsoft/web-library-build": "workspace:*", - "gulp": "~4.0.2", - "typescript": "~3.9.7" - } -} diff --git a/build-tests/web-library-build-test/src/.gitignore b/build-tests/web-library-build-test/src/.gitignore deleted file mode 100644 index e1c44845548..00000000000 --- a/build-tests/web-library-build-test/src/.gitignore +++ /dev/null @@ -1 +0,0 @@ -preCopyTest.ts \ No newline at end of file diff --git a/build-tests/web-library-build-test/src/TestClass.ts b/build-tests/web-library-build-test/src/TestClass.ts deleted file mode 100644 index 5a41d62ef5c..00000000000 --- a/build-tests/web-library-build-test/src/TestClass.ts +++ /dev/null @@ -1,14 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -/** - * Test class. - * - * @export - * @class TestClass - */ -export class TestClass { - public log(message: string): void { - console.log(message); - } -} diff --git a/build-tests/web-library-build-test/src/preCopyTest.d.ts b/build-tests/web-library-build-test/src/preCopyTest.d.ts deleted file mode 100644 index 7fe23cb9b62..00000000000 --- a/build-tests/web-library-build-test/src/preCopyTest.d.ts +++ /dev/null @@ -1 +0,0 @@ -export default function preCopyTest(): void; diff --git a/build-tests/web-library-build-test/src/preCopyTest.js b/build-tests/web-library-build-test/src/preCopyTest.js deleted file mode 100644 index 5f7f15b63e3..00000000000 --- a/build-tests/web-library-build-test/src/preCopyTest.js +++ /dev/null @@ -1,9 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -'use strict'; -Object.defineProperty(exports, '__esModule', { value: true }); -function preCopyTest() { - /* no-op */ -} -exports.default = preCopyTest; diff --git a/build-tests/web-library-build-test/src/test.sass b/build-tests/web-library-build-test/src/test.sass deleted file mode 100644 index b6112446364..00000000000 --- a/build-tests/web-library-build-test/src/test.sass +++ /dev/null @@ -1,5 +0,0 @@ -body - background: red - -.foo - border: 1px solid red diff --git a/build-tests/web-library-build-test/src/test.scss b/build-tests/web-library-build-test/src/test.scss deleted file mode 100644 index a91397f4332..00000000000 --- a/build-tests/web-library-build-test/src/test.scss +++ /dev/null @@ -1,7 +0,0 @@ -body { - background: red; -} - -.foo { - border: 1px solid red; -} diff --git a/build-tests/web-library-build-test/src/test.ts b/build-tests/web-library-build-test/src/test.ts deleted file mode 100644 index a2b064a4121..00000000000 --- a/build-tests/web-library-build-test/src/test.ts +++ /dev/null @@ -1,24 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import testScss from './test.scss'; -import testSass from './test.sass'; -import testFunction from './preCopyTest'; - -/** @public */ -export function log(message: string): void { - console.log(message); -} - -/** @public */ -export function add(num1: number, num2: number): number { - return num1 + num2; -} - -/** @public */ -export function logClass(): void { - console.log(testScss.foo); - console.log(testSass.foo); -} - -testFunction(); diff --git a/build-tests/web-library-build-test/tsconfig.json b/build-tests/web-library-build-test/tsconfig.json deleted file mode 100644 index aa3664b62ff..00000000000 --- a/build-tests/web-library-build-test/tsconfig.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.9/includes/tsconfig-web.json", - "compilerOptions": { - "types": [] - } -} diff --git a/build-tests/web-library-build-test/tslint.json b/build-tests/web-library-build-test/tslint.json deleted file mode 100644 index 5011aa2764c..00000000000 --- a/build-tests/web-library-build-test/tslint.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "@microsoft/rush-stack-compiler-3.9/includes/tslint.json" -} diff --git a/common/changes/@rushstack/eslint-patch/user-danade-ConsumeJestPlugin_2021-06-11-15-53.json b/common/changes/@rushstack/eslint-patch/user-danade-ConsumeJestPlugin_2021-06-11-15-53.json new file mode 100644 index 00000000000..430ea739582 --- /dev/null +++ b/common/changes/@rushstack/eslint-patch/user-danade-ConsumeJestPlugin_2021-06-11-15-53.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "packageName": "@rushstack/eslint-patch", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/eslint-patch", + "email": "3473356+D4N14L@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@rushstack/eslint-patch/user-danade-JestPlugin_2021-05-28-19-52.json b/common/changes/@rushstack/eslint-patch/user-danade-JestPlugin_2021-05-28-19-52.json new file mode 100644 index 00000000000..430ea739582 --- /dev/null +++ b/common/changes/@rushstack/eslint-patch/user-danade-JestPlugin_2021-05-28-19-52.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "packageName": "@rushstack/eslint-patch", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/eslint-patch", + "email": "3473356+D4N14L@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@rushstack/eslint-plugin-packlets/octogonz-upgrade-prettier_2021-05-14-23-28.json b/common/changes/@rushstack/eslint-plugin-packlets/octogonz-upgrade-prettier_2021-05-14-23-28.json deleted file mode 100644 index 6934887a852..00000000000 --- a/common/changes/@rushstack/eslint-plugin-packlets/octogonz-upgrade-prettier_2021-05-14-23-28.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/eslint-plugin-packlets", - "comment": "", - "type": "none" - } - ], - "packageName": "@rushstack/eslint-plugin-packlets", - "email": "4673363+octogonz@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/eslint-plugin-security/ianc-webpack5-plugin_2021-04-08-07-18.json b/common/changes/@rushstack/eslint-plugin-security/ianc-webpack5-plugin_2021-04-08-07-18.json deleted file mode 100644 index fbab3fb31ad..00000000000 --- a/common/changes/@rushstack/eslint-plugin-security/ianc-webpack5-plugin_2021-04-08-07-18.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/eslint-plugin-security", - "comment": "", - "type": "none" - } - ], - "packageName": "@rushstack/eslint-plugin-security", - "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/eslint-plugin/ianc-webpack5-plugin_2021-04-08-07-18.json b/common/changes/@rushstack/eslint-plugin/ianc-webpack5-plugin_2021-04-08-07-18.json deleted file mode 100644 index bc91cd1b42d..00000000000 --- a/common/changes/@rushstack/eslint-plugin/ianc-webpack5-plugin_2021-04-08-07-18.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/eslint-plugin", - "comment": "", - "type": "none" - } - ], - "packageName": "@rushstack/eslint-plugin", - "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/eslint-plugin/octogonz-upgrade-prettier_2021-05-14-23-28.json b/common/changes/@rushstack/eslint-plugin/octogonz-upgrade-prettier_2021-05-14-23-28.json deleted file mode 100644 index afb2e28c16b..00000000000 --- a/common/changes/@rushstack/eslint-plugin/octogonz-upgrade-prettier_2021-05-14-23-28.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "packageName": "@rushstack/eslint-plugin", - "comment": "", - "type": "none" - } - ], - "packageName": "@rushstack/eslint-plugin", - "email": "4673363+octogonz@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@rushstack/tree-pattern/user-danade-ConsumeJestPlugin_2021-06-11-15-53.json b/common/changes/@rushstack/tree-pattern/user-danade-ConsumeJestPlugin_2021-06-11-15-53.json new file mode 100644 index 00000000000..74c94596f72 --- /dev/null +++ b/common/changes/@rushstack/tree-pattern/user-danade-ConsumeJestPlugin_2021-06-11-15-53.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "packageName": "@rushstack/tree-pattern", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/tree-pattern", + "email": "3473356+D4N14L@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@rushstack/tree-pattern/user-danade-JestPlugin_2021-05-28-19-52.json b/common/changes/@rushstack/tree-pattern/user-danade-JestPlugin_2021-05-28-19-52.json new file mode 100644 index 00000000000..74c94596f72 --- /dev/null +++ b/common/changes/@rushstack/tree-pattern/user-danade-JestPlugin_2021-05-28-19-52.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "packageName": "@rushstack/tree-pattern", + "comment": "", + "type": "none" + } + ], + "packageName": "@rushstack/tree-pattern", + "email": "3473356+D4N14L@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/config/rush/.pnpmfile.cjs b/common/config/rush/.pnpmfile.cjs index 162f76a2197..524ff7be7b4 100644 --- a/common/config/rush/.pnpmfile.cjs +++ b/common/config/rush/.pnpmfile.cjs @@ -62,6 +62,12 @@ function readPackage(packageJson, context) { ); } } + } else if (packageJson.name === '@typescript-eslint/types') { + // Workaround for https://github.com/typescript-eslint/typescript-eslint/issues/3622 + if (!packageJson.peerDependencies) { + packageJson.peerDependencies = {}; + } + packageJson.peerDependencies['typescript'] = '*'; } return packageJson; diff --git a/common/config/rush/common-versions.json b/common/config/rush/common-versions.json index 617f0bd2fd5..ca588d3d6d4 100644 --- a/common/config/rush/common-versions.json +++ b/common/config/rush/common-versions.json @@ -64,35 +64,24 @@ * (in addition to whatever "usual" version is being used by other projects in the repo): */ "typescript": [ - "~2.4.2", - "~2.7.2", - "~2.8.4", + // "~3.9.7" is the (inferred, not alternative) range used by most projects in this repo + + // The oldest supported compiler, used by build-tests/heft-oldest-compiler-test + // and also build-tests/api-extractor-lib1-test "~2.9.2", - "~3.0.3", - "~3.1.6", - "~3.2.4", - "~3.4.3", - "~3.5.3", - "~3.6.4", - "~3.7.2", - "~3.8.3", - "~3.9.7", - "~4.0.7", - "~4.1.5", - "~4.2.4" + + // Temporarily allowed until we finish migrating ESLint + "~4.2.4", + + // The newest supported compiler, used by build-tests/heft-newest-compiler-test + // and used as the bundled compiler engine for API Extractor. + "~4.3.5" ], "source-map": [ "~0.6.1" // API Extractor is using an older version of source-map because newer versions are async ], - "@rushstack/heft": [ - // This is needed for the rush-stack-compiler-x.x projects which cannot build using - // the latest Heft due to a regression from PR #2073 that prevents the same plugin from - // being applied multiple times - "0.8.0" - ], - "webpack": ["~5.35.1"], // Use two different versions of @types/webpack-dev-server to allow pnpmfile.js to bring in diff --git a/common/config/rush/nonbrowser-approved-packages.json b/common/config/rush/nonbrowser-approved-packages.json index d3671548c3a..9942da84d99 100644 --- a/common/config/rush/nonbrowser-approved-packages.json +++ b/common/config/rush/nonbrowser-approved-packages.json @@ -38,130 +38,22 @@ "name": "@microsoft/api-extractor-model", "allowedCategories": [ "libraries" ] }, - { - "name": "@microsoft/gulp-core-build", - "allowedCategories": [ "libraries" ] - }, - { - "name": "@microsoft/gulp-core-build-mocha", - "allowedCategories": [ "libraries" ] - }, - { - "name": "@microsoft/gulp-core-build-sass", - "allowedCategories": [ "libraries" ] - }, - { - "name": "@microsoft/gulp-core-build-serve", - "allowedCategories": [ "libraries" ] - }, - { - "name": "@microsoft/gulp-core-build-typescript", - "allowedCategories": [ "libraries" ] - }, - { - "name": "@microsoft/gulp-core-build-webpack", - "allowedCategories": [ "libraries" ] - }, { "name": "@microsoft/load-themed-styles", - "allowedCategories": [ "libraries", "tests" ] - }, - { - "name": "@microsoft/node-library-build", - "allowedCategories": [ "libraries", "tests" ] - }, - { - "name": "@microsoft/rush-lib", "allowedCategories": [ "libraries" ] }, { - "name": "@microsoft/rush-stack", - "allowedCategories": [ "libraries", "tests" ] - }, - { - "name": "@microsoft/rush-stack-compiler-2.4", - "allowedCategories": [ "tests" ] - }, - { - "name": "@microsoft/rush-stack-compiler-2.7", - "allowedCategories": [ "tests" ] - }, - { - "name": "@microsoft/rush-stack-compiler-2.8", - "allowedCategories": [ "tests" ] - }, - { - "name": "@microsoft/rush-stack-compiler-2.9", - "allowedCategories": [ "tests" ] - }, - { - "name": "@microsoft/rush-stack-compiler-3.0", - "allowedCategories": [ "tests" ] - }, - { - "name": "@microsoft/rush-stack-compiler-3.1", + "name": "@microsoft/rush-lib", "allowedCategories": [ "libraries", "tests" ] }, - { - "name": "@microsoft/rush-stack-compiler-3.2", - "allowedCategories": [ "tests" ] - }, - { - "name": "@microsoft/rush-stack-compiler-3.3", - "allowedCategories": [ "tests" ] - }, - { - "name": "@microsoft/rush-stack-compiler-3.4", - "allowedCategories": [ "tests" ] - }, - { - "name": "@microsoft/rush-stack-compiler-3.5", - "allowedCategories": [ "tests" ] - }, - { - "name": "@microsoft/rush-stack-compiler-3.6", - "allowedCategories": [ "tests" ] - }, - { - "name": "@microsoft/rush-stack-compiler-3.7", - "allowedCategories": [ "tests" ] - }, - { - "name": "@microsoft/rush-stack-compiler-3.8", - "allowedCategories": [ "tests" ] - }, { "name": "@microsoft/rush-stack-compiler-3.9", - "allowedCategories": [ "libraries", "tests" ] - }, - { - "name": "@microsoft/rush-stack-compiler-4.0", - "allowedCategories": [ "tests" ] - }, - { - "name": "@microsoft/rush-stack-compiler-4.1", - "allowedCategories": [ "tests" ] - }, - { - "name": "@microsoft/rush-stack-compiler-4.2", "allowedCategories": [ "tests" ] }, - { - "name": "@microsoft/rush-stack-compiler-shared", - "allowedCategories": [ "libraries" ] - }, - { - "name": "@microsoft/sp-tslint-rules", - "allowedCategories": [ "libraries" ] - }, { "name": "@microsoft/teams-js", "allowedCategories": [ "tests" ] }, - { - "name": "@microsoft/ts-command-line", - "allowedCategories": [ "tests" ] - }, { "name": "@microsoft/tsdoc", "allowedCategories": [ "libraries" ] @@ -170,22 +62,10 @@ "name": "@microsoft/tsdoc-config", "allowedCategories": [ "libraries" ] }, - { - "name": "@microsoft/web-library-build", - "allowedCategories": [ "libraries", "tests" ] - }, { "name": "@pnpm/link-bins", "allowedCategories": [ "libraries" ] }, - { - "name": "@pnpm/logger", - "allowedCategories": [ "libraries" ] - }, - { - "name": "@rushstack/debug-certificate-manager", - "allowedCategories": [ "libraries" ] - }, { "name": "@rushstack/eslint-config", "allowedCategories": [ "libraries", "tests" ] @@ -200,7 +80,7 @@ }, { "name": "@rushstack/eslint-plugin-packlets", - "allowedCategories": [ "libraries", "tests" ] + "allowedCategories": [ "libraries" ] }, { "name": "@rushstack/eslint-plugin-security", @@ -214,6 +94,10 @@ "name": "@rushstack/heft-config-file", "allowedCategories": [ "libraries" ] }, + { + "name": "@rushstack/heft-jest-plugin", + "allowedCategories": [ "libraries", "tests" ] + }, { "name": "@rushstack/heft-node-rig", "allowedCategories": [ "libraries", "tests" ] @@ -246,10 +130,6 @@ "name": "@rushstack/package-deps-hash", "allowedCategories": [ "libraries" ] }, - { - "name": "@rushstack/pre-compile-hardlink-or-copy-plugin", - "allowedCategories": [ "libraries" ] - }, { "name": "@rushstack/rig-package", "allowedCategories": [ "libraries" ] @@ -328,7 +208,7 @@ }, { "name": "autoprefixer", - "allowedCategories": [ "libraries", "tests" ] + "allowedCategories": [ "tests" ] }, { "name": "builtin-modules", @@ -338,18 +218,10 @@ "name": "buttono", "allowedCategories": [ "tests" ] }, - { - "name": "chalk", - "allowedCategories": [ "libraries" ] - }, { "name": "chokidar", "allowedCategories": [ "libraries" ] }, - { - "name": "clean-css", - "allowedCategories": [ "libraries" ] - }, { "name": "cli-table", "allowedCategories": [ "libraries" ] @@ -362,30 +234,14 @@ "name": "css-loader", "allowedCategories": [ "tests" ] }, - { - "name": "deasync", - "allowedCategories": [ "libraries" ] - }, { "name": "decache", "allowedCategories": [ "libraries" ] }, - { - "name": "decomment", - "allowedCategories": [ "libraries" ] - }, - { - "name": "del", - "allowedCategories": [ "libraries" ] - }, { "name": "doc-plugin-rush-stack", "allowedCategories": [ "libraries" ] }, - { - "name": "end-of-stream", - "allowedCategories": [ "libraries" ] - }, { "name": "eslint", "allowedCategories": [ "libraries", "tests" ] @@ -398,21 +254,17 @@ "name": "eslint-plugin-react", "allowedCategories": [ "libraries" ] }, - { - "name": "eslint-plugin-security", - "allowedCategories": [ "libraries" ] - }, { "name": "eslint-plugin-tsdoc", "allowedCategories": [ "libraries" ] }, { - "name": "express", + "name": "fast-glob", "allowedCategories": [ "libraries" ] }, { - "name": "fast-glob", - "allowedCategories": [ "libraries" ] + "name": "fastify", + "allowedCategories": [ "tests" ] }, { "name": "file-loader", @@ -422,10 +274,6 @@ "name": "fs-extra", "allowedCategories": [ "libraries", "tests" ] }, - { - "name": "fsevents", - "allowedCategories": [ "libraries" ] - }, { "name": "git-repo-info", "allowedCategories": [ "libraries" ] @@ -438,90 +286,6 @@ "name": "glob-escape", "allowedCategories": [ "libraries" ] }, - { - "name": "globby", - "allowedCategories": [ "libraries" ] - }, - { - "name": "gulp", - "allowedCategories": [ "libraries", "tests" ] - }, - { - "name": "gulp-cache", - "allowedCategories": [ "libraries" ] - }, - { - "name": "gulp-changed", - "allowedCategories": [ "libraries" ] - }, - { - "name": "gulp-clean-css", - "allowedCategories": [ "libraries" ] - }, - { - "name": "gulp-clip-empty-files", - "allowedCategories": [ "libraries" ] - }, - { - "name": "gulp-clone", - "allowedCategories": [ "libraries" ] - }, - { - "name": "gulp-connect", - "allowedCategories": [ "libraries" ] - }, - { - "name": "gulp-decomment", - "allowedCategories": [ "libraries" ] - }, - { - "name": "gulp-flatten", - "allowedCategories": [ "libraries" ] - }, - { - "name": "gulp-if", - "allowedCategories": [ "libraries" ] - }, - { - "name": "gulp-istanbul", - "allowedCategories": [ "libraries" ] - }, - { - "name": "gulp-mocha", - "allowedCategories": [ "libraries" ] - }, - { - "name": "gulp-open", - "allowedCategories": [ "libraries" ] - }, - { - "name": "gulp-plumber", - "allowedCategories": [ "libraries" ] - }, - { - "name": "gulp-postcss", - "allowedCategories": [ "libraries" ] - }, - { - "name": "gulp-replace", - "allowedCategories": [ "libraries" ] - }, - { - "name": "gulp-sass", - "allowedCategories": [ "libraries" ] - }, - { - "name": "gulp-sourcemaps", - "allowedCategories": [ "libraries" ] - }, - { - "name": "gulp-texttojs", - "allowedCategories": [ "libraries" ] - }, - { - "name": "gulp-typescript", - "allowedCategories": [ "libraries" ] - }, { "name": "heft-action-plugin", "allowedCategories": [ "tests" ] @@ -558,28 +322,16 @@ "name": "inquirer", "allowedCategories": [ "libraries" ] }, - { - "name": "istanbul-instrumenter-loader", - "allowedCategories": [ "libraries" ] - }, { "name": "jest", - "allowedCategories": [ "libraries", "tests" ] - }, - { - "name": "jest-cli", - "allowedCategories": [ "libraries" ] - }, - { - "name": "jest-environment-jsdom", "allowedCategories": [ "libraries" ] }, { - "name": "jest-nunit-reporter", + "name": "jest-config", "allowedCategories": [ "libraries" ] }, { - "name": "jest-resolve", + "name": "jest-environment-node", "allowedCategories": [ "libraries" ] }, { @@ -594,10 +346,6 @@ "name": "js-yaml", "allowedCategories": [ "libraries" ] }, - { - "name": "jsdom", - "allowedCategories": [ "libraries" ] - }, { "name": "jsonpath-plus", "allowedCategories": [ "libraries" ] @@ -614,34 +362,14 @@ "name": "lodash", "allowedCategories": [ "libraries", "tests" ] }, - { - "name": "lodash.merge", - "allowedCategories": [ "libraries" ] - }, - { - "name": "lolex", - "allowedCategories": [ "libraries" ] - }, { "name": "long", "allowedCategories": [ "tests" ] }, - { - "name": "md5", - "allowedCategories": [ "libraries" ] - }, - { - "name": "merge2", - "allowedCategories": [ "libraries" ] - }, { "name": "minimatch", "allowedCategories": [ "libraries" ] }, - { - "name": "mocha", - "allowedCategories": [ "libraries" ] - }, { "name": "node-fetch", "allowedCategories": [ "libraries" ] @@ -650,10 +378,6 @@ "name": "node-forge", "allowedCategories": [ "libraries" ] }, - { - "name": "node-notifier", - "allowedCategories": [ "libraries" ] - }, { "name": "node-sass", "allowedCategories": [ "libraries", "tests" ] @@ -666,14 +390,6 @@ "name": "npm-packlist", "allowedCategories": [ "libraries" ] }, - { - "name": "object-assign", - "allowedCategories": [ "libraries" ] - }, - { - "name": "orchestrator", - "allowedCategories": [ "libraries" ] - }, { "name": "postcss", "allowedCategories": [ "libraries", "tests" ] @@ -690,10 +406,6 @@ "name": "prettier", "allowedCategories": [ "libraries" ] }, - { - "name": "pretty-hrtime", - "allowedCategories": [ "libraries" ] - }, { "name": "pseudolocale", "allowedCategories": [ "libraries" ] @@ -706,10 +418,6 @@ "name": "resolve", "allowedCategories": [ "libraries" ] }, - { - "name": "sass", - "allowedCategories": [ "libraries", "tests" ] - }, { "name": "sass-loader", "allowedCategories": [ "tests" ] @@ -762,10 +470,6 @@ "name": "terser", "allowedCategories": [ "libraries" ] }, - { - "name": "through2", - "allowedCategories": [ "libraries" ] - }, { "name": "timsort", "allowedCategories": [ "libraries" ] @@ -774,10 +478,6 @@ "name": "true-case-path", "allowedCategories": [ "libraries" ] }, - { - "name": "ts-jest", - "allowedCategories": [ "libraries", "tests" ] - }, { "name": "ts-loader", "allowedCategories": [ "tests" ] @@ -788,20 +488,12 @@ }, { "name": "tslint-microsoft-contrib", - "allowedCategories": [ "libraries", "tests" ] + "allowedCategories": [ "tests" ] }, { "name": "typescript", "allowedCategories": [ "libraries", "tests" ] }, - { - "name": "uglify-js", - "allowedCategories": [ "libraries" ] - }, - { - "name": "vinyl", - "allowedCategories": [ "libraries" ] - }, { "name": "webpack", "allowedCategories": [ "libraries", "tests" ] @@ -826,18 +518,10 @@ "name": "wordwrap", "allowedCategories": [ "libraries" ] }, - { - "name": "xml", - "allowedCategories": [ "libraries" ] - }, { "name": "xmldoc", "allowedCategories": [ "libraries" ] }, - { - "name": "yargs", - "allowedCategories": [ "libraries" ] - }, { "name": "z-schema", "allowedCategories": [ "libraries" ] diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 1788d1a5021..b40926b55b5 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -46,8 +46,8 @@ importers: '@microsoft/tsdoc': 0.13.2 '@microsoft/tsdoc-config': ~0.15.2 '@rushstack/eslint-config': workspace:* - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8 + '@rushstack/heft': 0.32.0 + '@rushstack/heft-node-rig': 1.0.31 '@rushstack/node-core-library': workspace:* '@rushstack/rig-package': workspace:* '@rushstack/ts-command-line': workspace:* @@ -61,7 +61,7 @@ importers: resolve: ~1.17.0 semver: ~7.3.0 source-map: ~0.6.1 - typescript: ~4.2.4 + typescript: ~4.3.5 dependencies: '@microsoft/api-extractor-model': link:../api-extractor-model '@microsoft/tsdoc': 0.13.2 @@ -74,11 +74,11 @@ importers: resolve: 1.17.0 semver: 7.3.5 source-map: 0.6.1 - typescript: 4.2.4 + typescript: 4.3.5 devDependencies: '@rushstack/eslint-config': link:../../stack/eslint-config - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8_@rushstack+heft@0.28.0 + '@rushstack/heft': 0.32.0 + '@rushstack/heft-node-rig': 1.0.31_@rushstack+heft@0.32.0 '@types/heft-jest': 1.0.1 '@types/lodash': 4.14.116 '@types/node': 10.17.13 @@ -90,8 +90,8 @@ importers: '@microsoft/tsdoc': 0.13.2 '@microsoft/tsdoc-config': ~0.15.2 '@rushstack/eslint-config': workspace:* - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8 + '@rushstack/heft': 0.32.0 + '@rushstack/heft-node-rig': 1.0.31 '@rushstack/node-core-library': workspace:* '@types/heft-jest': 1.0.1 '@types/node': 10.17.13 @@ -101,22 +101,18 @@ importers: '@rushstack/node-core-library': link:../../libraries/node-core-library devDependencies: '@rushstack/eslint-config': link:../../stack/eslint-config - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8_@rushstack+heft@0.28.0 + '@rushstack/heft': 0.32.0 + '@rushstack/heft-node-rig': 1.0.31_@rushstack+heft@0.32.0 '@types/heft-jest': 1.0.1 '@types/node': 10.17.13 ../../apps/heft: specifiers: - '@jest/core': ~25.4.0 - '@jest/reporters': ~25.4.0 - '@jest/transform': ~25.4.0 - '@jest/types': ~25.4.0 '@microsoft/api-extractor': workspace:* '@rushstack/eslint-config': workspace:* - '@rushstack/heft': 0.28.0 + '@rushstack/heft': 0.32.0 '@rushstack/heft-config-file': workspace:* - '@rushstack/heft-node-rig': 1.0.8 + '@rushstack/heft-node-rig': 1.0.31 '@rushstack/node-core-library': workspace:* '@rushstack/rig-package': workspace:* '@rushstack/ts-command-line': workspace:* @@ -135,20 +131,16 @@ importers: fast-glob: ~3.2.4 glob: ~7.0.5 glob-escape: ~0.0.2 - jest-snapshot: ~25.4.0 node-sass: 5.0.0 postcss: 7.0.32 postcss-modules: ~1.5.0 - prettier: ~2.1.1 + prettier: ~2.3.0 semver: ~7.3.0 tapable: 1.1.3 true-case-path: ~2.2.1 tslint: ~5.20.1 typescript: ~3.9.7 dependencies: - '@jest/core': 25.4.0 - '@jest/reporters': 25.4.0 - '@jest/transform': 25.4.0 '@rushstack/heft-config-file': link:../../libraries/heft-config-file '@rushstack/node-core-library': link:../../libraries/node-core-library '@rushstack/rig-package': link:../../libraries/rig-package @@ -157,23 +149,21 @@ importers: '@types/tapable': 1.0.6 argparse: 1.0.10 chokidar: 3.4.3 - fast-glob: 3.2.5 + fast-glob: 3.2.7 glob: 7.0.6 glob-escape: 0.0.2 - jest-snapshot: 25.4.0 node-sass: 5.0.0 postcss: 7.0.32 postcss-modules: 1.5.0 - prettier: 2.1.2 + prettier: 2.3.2 semver: 7.3.5 tapable: 1.1.3 true-case-path: 2.2.1 devDependencies: - '@jest/types': 25.4.0 '@microsoft/api-extractor': link:../api-extractor '@rushstack/eslint-config': link:../../stack/eslint-config - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8_@rushstack+heft@0.28.0 + '@rushstack/heft': 0.32.0 + '@rushstack/heft-node-rig': 1.0.31_@rushstack+heft@0.32.0 '@types/argparse': 1.0.38 '@types/eslint': 7.2.0 '@types/glob': 7.1.1 @@ -182,8 +172,8 @@ importers: '@types/node-sass': 4.11.1 '@types/semver': 7.3.5 colors: 1.2.5 - tslint: 5.20.1_typescript@3.9.9 - typescript: 3.9.9 + tslint: 5.20.1_typescript@3.9.10 + typescript: 3.9.10 ../../apps/rundown: specifiers: @@ -263,11 +253,9 @@ importers: '@types/ssri': ~7.1.0 '@types/strict-uri-encode': 2.0.0 '@types/tar': 4.0.3 - '@types/wordwrap': 1.0.0 '@types/z-schema': 3.16.31 '@yarnpkg/lockfile': ~1.0.2 builtin-modules: ~3.1.0 - chokidar: ~3.4.0 cli-table: ~0.3.1 colors: ~1.2.1 git-repo-info: ~2.1.0 @@ -291,8 +279,7 @@ importers: strict-uri-encode: ~2.0.0 tar: ~5.0.5 true-case-path: ~2.2.1 - typescript: ~4.1.5 - wordwrap: ~1.0.0 + typescript: ~3.9.7 z-schema: ~3.18.3 dependencies: '@azure/identity': 1.0.3 @@ -307,7 +294,6 @@ importers: '@rushstack/ts-command-line': link:../../libraries/ts-command-line '@yarnpkg/lockfile': 1.0.2 builtin-modules: 3.1.0 - chokidar: 3.4.3 cli-table: 0.3.6 colors: 1.2.5 git-repo-info: 2.1.1 @@ -330,7 +316,6 @@ importers: strict-uri-encode: 2.0.0 tar: 5.0.5 true-case-path: 2.2.1 - wordwrap: 1.0.0 z-schema: 3.18.4 devDependencies: '@rushstack/eslint-config': link:../../stack/eslint-config @@ -346,17 +331,118 @@ importers: '@types/node': 10.17.13 '@types/node-fetch': 1.6.9 '@types/npm-package-arg': 6.1.0 - '@types/npm-packlist': 1.1.1 + '@types/npm-packlist': 1.1.2 '@types/read-package-tree': 5.1.0 '@types/resolve': 1.17.1 '@types/semver': 7.3.5 - '@types/ssri': 7.1.0 + '@types/ssri': 7.1.1 '@types/strict-uri-encode': 2.0.0 '@types/tar': 4.0.3 - '@types/wordwrap': 1.0.0 '@types/z-schema': 3.16.31 jest: 25.4.0 - typescript: 4.1.5 + typescript: 3.9.10 + + ../../build-tests-samples/heft-node-basic-tutorial: + specifiers: + '@rushstack/eslint-config': workspace:* + '@rushstack/heft': workspace:* + '@rushstack/heft-jest-plugin': workspace:* + '@types/heft-jest': 1.0.1 + '@types/node': 10.17.13 + eslint: ~7.12.1 + typescript: ~3.9.7 + devDependencies: + '@rushstack/eslint-config': link:../../stack/eslint-config + '@rushstack/heft': link:../../apps/heft + '@rushstack/heft-jest-plugin': link:../../heft-plugins/heft-jest-plugin + '@types/heft-jest': 1.0.1 + '@types/node': 10.17.13 + eslint: 7.12.1 + typescript: 3.9.10 + + ../../build-tests-samples/heft-node-jest-tutorial: + specifiers: + '@rushstack/eslint-config': workspace:* + '@rushstack/heft': workspace:* + '@rushstack/heft-jest-plugin': workspace:* + '@types/heft-jest': 1.0.1 + '@types/node': 10.17.13 + eslint: ~7.12.1 + typescript: ~3.9.7 + devDependencies: + '@rushstack/eslint-config': link:../../stack/eslint-config + '@rushstack/heft': link:../../apps/heft + '@rushstack/heft-jest-plugin': link:../../heft-plugins/heft-jest-plugin + '@types/heft-jest': 1.0.1 + '@types/node': 10.17.13 + eslint: 7.12.1 + typescript: 3.9.10 + + ../../build-tests-samples/heft-node-rig-tutorial: + specifiers: + '@rushstack/eslint-config': workspace:* + '@rushstack/heft': workspace:* + '@rushstack/heft-node-rig': workspace:* + '@types/heft-jest': 1.0.1 + '@types/node': 10.17.13 + devDependencies: + '@rushstack/eslint-config': link:../../stack/eslint-config + '@rushstack/heft': link:../../apps/heft + '@rushstack/heft-node-rig': link:../../rigs/heft-node-rig + '@types/heft-jest': 1.0.1 + '@types/node': 10.17.13 + + ../../build-tests-samples/heft-webpack-basic-tutorial: + specifiers: + '@rushstack/eslint-config': workspace:* + '@rushstack/heft': workspace:* + '@rushstack/heft-jest-plugin': workspace:* + '@rushstack/heft-webpack4-plugin': workspace:* + '@types/heft-jest': 1.0.1 + '@types/react': 16.9.45 + '@types/react-dom': 16.9.8 + '@types/webpack-env': 1.13.0 + css-loader: ~4.2.1 + eslint: ~7.12.1 + html-webpack-plugin: ~4.5.0 + react: ~16.13.1 + react-dom: ~16.13.1 + source-map-loader: ~1.1.2 + style-loader: ~1.2.1 + typescript: ~3.9.7 + webpack: ~4.44.2 + devDependencies: + '@rushstack/eslint-config': link:../../stack/eslint-config + '@rushstack/heft': link:../../apps/heft + '@rushstack/heft-jest-plugin': link:../../heft-plugins/heft-jest-plugin + '@rushstack/heft-webpack4-plugin': link:../../heft-plugins/heft-webpack4-plugin + '@types/heft-jest': 1.0.1 + '@types/react': 16.9.45 + '@types/react-dom': 16.9.8 + '@types/webpack-env': 1.13.0 + css-loader: 4.2.2_webpack@4.44.2 + eslint: 7.12.1 + html-webpack-plugin: 4.5.2_webpack@4.44.2 + react: 16.13.1 + react-dom: 16.13.1_react@16.13.1 + source-map-loader: 1.1.3_webpack@4.44.2 + style-loader: 1.2.1_webpack@4.44.2 + typescript: 3.9.10 + webpack: 4.44.2 + + ../../build-tests-samples/packlets-tutorial: + specifiers: + '@rushstack/eslint-config': workspace:* + '@rushstack/heft': workspace:* + '@types/node': 10.17.13 + eslint: ~7.12.1 + typescript: ~3.9.7 + devDependencies: + '@rushstack/eslint-config': link:../../stack/eslint-config + '@rushstack/heft': link:../../apps/heft + '@types/node': 10.17.13 + eslint: 7.12.1 + typescript: 3.9.10 ../../build-tests/api-documenter-test: specifiers: @@ -372,19 +458,19 @@ importers: '@types/jest': 25.2.1 '@types/node': 10.17.13 fs-extra: 7.0.1 - typescript: 3.9.9 + typescript: 3.9.10 ../../build-tests/api-extractor-lib1-test: specifiers: '@microsoft/api-extractor': workspace:* '@types/node': 10.17.13 fs-extra: ~7.0.1 - typescript: ~2.4.2 + typescript: ~2.9.2 devDependencies: '@microsoft/api-extractor': link:../../apps/api-extractor '@types/node': 10.17.13 fs-extra: 7.0.1 - typescript: 2.4.2 + typescript: 2.9.2 ../../build-tests/api-extractor-lib2-test: specifiers: @@ -398,7 +484,7 @@ importers: '@types/jest': 25.2.1 '@types/node': 10.17.13 fs-extra: 7.0.1 - typescript: 3.9.9 + typescript: 3.9.10 ../../build-tests/api-extractor-lib3-test: specifiers: @@ -415,7 +501,7 @@ importers: '@types/jest': 25.2.1 '@types/node': 10.17.13 fs-extra: 7.0.1 - typescript: 3.9.9 + typescript: 3.9.10 ../../build-tests/api-extractor-scenarios: specifiers: @@ -441,7 +527,7 @@ importers: api-extractor-lib3-test: link:../api-extractor-lib3-test colors: 1.2.5 fs-extra: 7.0.1 - typescript: 3.9.9 + typescript: 3.9.10 ../../build-tests/api-extractor-test-01: specifiers: @@ -462,7 +548,7 @@ importers: '@types/heft-jest': 1.0.1 '@types/node': 10.17.13 fs-extra: 7.0.1 - typescript: 3.9.9 + typescript: 3.9.10 ../../build-tests/api-extractor-test-02: specifiers: @@ -481,7 +567,7 @@ importers: '@microsoft/api-extractor': link:../../apps/api-extractor '@types/node': 10.17.13 fs-extra: 7.0.1 - typescript: 3.9.9 + typescript: 3.9.10 ../../build-tests/api-extractor-test-03: specifiers: @@ -495,7 +581,7 @@ importers: '@types/node': 10.17.13 api-extractor-test-02: link:../api-extractor-test-02 fs-extra: 7.0.1 - typescript: 3.9.9 + typescript: 3.9.10 ../../build-tests/api-extractor-test-04: specifiers: @@ -507,7 +593,7 @@ importers: '@microsoft/api-extractor': link:../../apps/api-extractor api-extractor-lib1-test: link:../api-extractor-lib1-test fs-extra: 7.0.1 - typescript: 3.9.9 + typescript: 3.9.10 ../../build-tests/heft-action-plugin: specifiers: @@ -524,7 +610,7 @@ importers: '@rushstack/heft': link:../../apps/heft '@types/node': 10.17.13 eslint: 7.12.1 - typescript: 3.9.9 + typescript: 3.9.10 ../../build-tests/heft-action-plugin-test: specifiers: @@ -557,7 +643,7 @@ importers: '@types/node': 10.17.13 '@types/tapable': 1.0.6 eslint: 7.12.1 - typescript: 3.9.9 + typescript: 3.9.10 ../../build-tests/heft-example-plugin-02: specifiers: @@ -573,7 +659,26 @@ importers: '@types/node': 10.17.13 eslint: 7.12.1 heft-example-plugin-01: link:../heft-example-plugin-01 - typescript: 3.9.9 + typescript: 3.9.10 + + ../../build-tests/heft-fastify-test: + specifiers: + '@rushstack/eslint-config': workspace:* + '@rushstack/heft': workspace:* + '@types/heft-jest': 1.0.1 + '@types/node': 10.17.13 + eslint: ~7.12.1 + fastify: ~3.16.1 + typescript: ~3.9.7 + dependencies: + fastify: 3.16.2 + devDependencies: + '@rushstack/eslint-config': link:../../stack/eslint-config + '@rushstack/heft': link:../../apps/heft + '@types/heft-jest': 1.0.1 + '@types/node': 10.17.13 + eslint: 7.12.1 + typescript: 3.9.10 ../../build-tests/heft-jest-reporters-test: specifiers: @@ -581,6 +686,7 @@ importers: '@jest/types': ~25.4.0 '@rushstack/eslint-config': workspace:* '@rushstack/heft': workspace:* + '@rushstack/heft-jest-plugin': workspace:* '@types/heft-jest': 1.0.1 eslint: ~7.12.1 typescript: ~3.9.7 @@ -589,26 +695,31 @@ importers: '@jest/types': 25.4.0 '@rushstack/eslint-config': link:../../stack/eslint-config '@rushstack/heft': link:../../apps/heft + '@rushstack/heft-jest-plugin': link:../../heft-plugins/heft-jest-plugin '@types/heft-jest': 1.0.1 eslint: 7.12.1 - typescript: 3.9.9 + typescript: 3.9.10 ../../build-tests/heft-minimal-rig-test: specifiers: '@microsoft/api-extractor': workspace:* + '@rushstack/heft-jest-plugin': workspace:* typescript: ~3.9.7 dependencies: '@microsoft/api-extractor': link:../../apps/api-extractor - typescript: 3.9.9 + '@rushstack/heft-jest-plugin': link:../../heft-plugins/heft-jest-plugin + typescript: 3.9.10 ../../build-tests/heft-minimal-rig-usage-test: specifiers: '@rushstack/heft': workspace:* + '@rushstack/heft-jest-plugin': workspace:* '@types/heft-jest': 1.0.1 '@types/node': 10.17.13 heft-minimal-rig-test: workspace:* devDependencies: '@rushstack/heft': link:../../apps/heft + '@rushstack/heft-jest-plugin': link:../../heft-plugins/heft-jest-plugin '@types/heft-jest': 1.0.1 '@types/node': 10.17.13 heft-minimal-rig-test: link:../heft-minimal-rig-test @@ -618,6 +729,7 @@ importers: '@microsoft/api-extractor': workspace:* '@rushstack/eslint-config': workspace:* '@rushstack/heft': workspace:* + '@rushstack/heft-jest-plugin': workspace:* '@types/heft-jest': 1.0.1 '@types/node': 10.17.13 eslint: ~7.12.1 @@ -630,33 +742,21 @@ importers: '@microsoft/api-extractor': link:../../apps/api-extractor '@rushstack/eslint-config': link:../../stack/eslint-config '@rushstack/heft': link:../../apps/heft + '@rushstack/heft-jest-plugin': link:../../heft-plugins/heft-jest-plugin '@types/heft-jest': 1.0.1 '@types/node': 10.17.13 eslint: 7.12.1 heft-example-plugin-01: link:../heft-example-plugin-01 heft-example-plugin-02: link:../heft-example-plugin-02 - tslint: 5.20.1_typescript@3.9.9 - tslint-microsoft-contrib: 6.2.0_tslint@5.20.1+typescript@3.9.9 - typescript: 3.9.9 - - ../../build-tests/heft-oldest-compiler-test: - specifiers: - '@rushstack/eslint-config': workspace:* - '@rushstack/heft': workspace:* - eslint: ~7.12.1 - tslint: ~5.20.1 - typescript: ~2.9.2 - devDependencies: - '@rushstack/eslint-config': link:../../stack/eslint-config - '@rushstack/heft': link:../../apps/heft - eslint: 7.12.1 - tslint: 5.20.1_typescript@2.9.2 - typescript: 2.9.2 + tslint: 5.20.1_typescript@3.9.10 + tslint-microsoft-contrib: 6.2.0_tslint@5.20.1+typescript@3.9.10 + typescript: 3.9.10 ../../build-tests/heft-sass-test: specifiers: '@rushstack/eslint-config': workspace:* '@rushstack/heft': workspace:* + '@rushstack/heft-jest-plugin': workspace:* '@rushstack/heft-webpack4-plugin': workspace:* '@types/heft-jest': 1.0.1 '@types/react': 16.9.45 @@ -677,10 +777,11 @@ importers: typescript: ~3.9.7 webpack: ~4.44.2 dependencies: - buttono: 1.0.2 + buttono: 1.0.4 devDependencies: '@rushstack/eslint-config': link:../../stack/eslint-config '@rushstack/heft': link:../../apps/heft + '@rushstack/heft-jest-plugin': link:../../heft-plugins/heft-jest-plugin '@rushstack/heft-webpack4-plugin': link:../../heft-plugins/heft-webpack4-plugin '@types/heft-jest': 1.0.1 '@types/react': 16.9.45 @@ -697,7 +798,7 @@ importers: react-dom: 16.13.1_react@16.13.1 sass-loader: 10.1.1_node-sass@5.0.0+webpack@4.44.2 style-loader: 1.2.1_webpack@4.44.2 - typescript: 3.9.9 + typescript: 3.9.10 webpack: 4.44.2 ../../build-tests/heft-web-rig-library-test: @@ -714,6 +815,7 @@ importers: specifiers: '@rushstack/eslint-config': workspace:* '@rushstack/heft': workspace:* + '@rushstack/heft-jest-plugin': workspace:* '@rushstack/heft-webpack4-plugin': workspace:* '@types/heft-jest': 1.0.1 '@types/webpack-env': 1.13.0 @@ -726,20 +828,22 @@ importers: devDependencies: '@rushstack/eslint-config': link:../../stack/eslint-config '@rushstack/heft': link:../../apps/heft + '@rushstack/heft-jest-plugin': link:../../heft-plugins/heft-jest-plugin '@rushstack/heft-webpack4-plugin': link:../../heft-plugins/heft-webpack4-plugin '@types/heft-jest': 1.0.1 '@types/webpack-env': 1.13.0 eslint: 7.12.1 file-loader: 6.0.0_webpack@4.44.2 - tslint: 5.20.1_typescript@3.9.9 - tslint-microsoft-contrib: 6.2.0_tslint@5.20.1+typescript@3.9.9 - typescript: 3.9.9 + tslint: 5.20.1_typescript@3.9.10 + tslint-microsoft-contrib: 6.2.0_tslint@5.20.1+typescript@3.9.10 + typescript: 3.9.10 webpack: 4.44.2 ../../build-tests/heft-webpack5-everything-test: specifiers: '@rushstack/eslint-config': workspace:* '@rushstack/heft': workspace:* + '@rushstack/heft-jest-plugin': workspace:* '@rushstack/heft-webpack5-plugin': workspace:* '@types/heft-jest': 1.0.1 '@types/webpack-env': 1.13.0 @@ -750,17 +854,26 @@ importers: devDependencies: '@rushstack/eslint-config': link:../../stack/eslint-config '@rushstack/heft': link:../../apps/heft + '@rushstack/heft-jest-plugin': link:../../heft-plugins/heft-jest-plugin '@rushstack/heft-webpack5-plugin': link:../../heft-plugins/heft-webpack5-plugin '@types/heft-jest': 1.0.1 '@types/webpack-env': 1.13.0 eslint: 7.12.1 - tslint: 5.20.1_typescript@3.9.9 - tslint-microsoft-contrib: 6.2.0_tslint@5.20.1+typescript@3.9.9 - typescript: 3.9.9 + tslint: 5.20.1_typescript@3.9.10 + tslint-microsoft-contrib: 6.2.0_tslint@5.20.1+typescript@3.9.10 + typescript: 3.9.10 + + ../../build-tests/install-test-workspace: + specifiers: + '@microsoft/rush-lib': workspace:* + '@rushstack/node-core-library': workspace:* + devDependencies: + '@microsoft/rush-lib': link:../../apps/rush-lib + '@rushstack/node-core-library': link:../../libraries/node-core-library ../../build-tests/localization-plugin-test-01: specifiers: - '@microsoft/rush-stack-compiler-3.9': workspace:* + '@microsoft/rush-stack-compiler-3.9': ~0.4.47 '@rushstack/localization-plugin': workspace:* '@rushstack/module-minifier-plugin': workspace:* '@rushstack/node-core-library': workspace:* @@ -774,15 +887,15 @@ importers: webpack-cli: ~3.3.2 webpack-dev-server: ~3.11.0 dependencies: - '@microsoft/rush-stack-compiler-3.9': link:../../stack/rush-stack-compiler-3.9 + '@microsoft/rush-stack-compiler-3.9': 0.4.47 '@rushstack/localization-plugin': link:../../webpack/localization-plugin '@rushstack/module-minifier-plugin': link:../../webpack/module-minifier-plugin '@rushstack/node-core-library': link:../../libraries/node-core-library '@rushstack/set-webpack-public-path-plugin': link:../../webpack/set-webpack-public-path-plugin '@types/webpack-env': 1.13.0 html-webpack-plugin: 4.5.2_webpack@4.44.2 - ts-loader: 6.0.0_typescript@3.9.9 - typescript: 3.9.9 + ts-loader: 6.0.0_typescript@3.9.10 + typescript: 3.9.10 webpack: 4.44.2_webpack-cli@3.3.12 webpack-bundle-analyzer: 3.6.1 webpack-cli: 3.3.12_webpack@4.44.2 @@ -790,7 +903,7 @@ importers: ../../build-tests/localization-plugin-test-02: specifiers: - '@microsoft/rush-stack-compiler-3.9': workspace:* + '@microsoft/rush-stack-compiler-3.9': ~0.4.47 '@rushstack/localization-plugin': workspace:* '@rushstack/module-minifier-plugin': workspace:* '@rushstack/node-core-library': workspace:* @@ -806,7 +919,7 @@ importers: webpack-cli: ~3.3.2 webpack-dev-server: ~3.11.0 dependencies: - '@microsoft/rush-stack-compiler-3.9': link:../../stack/rush-stack-compiler-3.9 + '@microsoft/rush-stack-compiler-3.9': 0.4.47 '@rushstack/localization-plugin': link:../../webpack/localization-plugin '@rushstack/module-minifier-plugin': link:../../webpack/module-minifier-plugin '@rushstack/node-core-library': link:../../libraries/node-core-library @@ -815,8 +928,8 @@ importers: '@types/webpack-env': 1.13.0 html-webpack-plugin: 4.5.2_webpack@4.44.2 lodash: 4.17.21 - ts-loader: 6.0.0_typescript@3.9.9 - typescript: 3.9.9 + ts-loader: 6.0.0_typescript@3.9.10 + typescript: 3.9.10 webpack: 4.44.2_webpack-cli@3.3.12 webpack-bundle-analyzer: 3.6.1 webpack-cli: 3.3.12_webpack@4.44.2 @@ -824,7 +937,7 @@ importers: ../../build-tests/localization-plugin-test-03: specifiers: - '@microsoft/rush-stack-compiler-3.9': workspace:* + '@microsoft/rush-stack-compiler-3.9': ~0.4.47 '@rushstack/localization-plugin': workspace:* '@rushstack/node-core-library': workspace:* '@rushstack/set-webpack-public-path-plugin': workspace:* @@ -837,2347 +950,1248 @@ importers: webpack-cli: ~3.3.2 webpack-dev-server: ~3.11.0 dependencies: - '@microsoft/rush-stack-compiler-3.9': link:../../stack/rush-stack-compiler-3.9 + '@microsoft/rush-stack-compiler-3.9': 0.4.47 '@rushstack/localization-plugin': link:../../webpack/localization-plugin '@rushstack/node-core-library': link:../../libraries/node-core-library '@rushstack/set-webpack-public-path-plugin': link:../../webpack/set-webpack-public-path-plugin '@types/webpack-env': 1.13.0 html-webpack-plugin: 4.5.2_webpack@4.44.2 - ts-loader: 6.0.0_typescript@3.9.9 - typescript: 3.9.9 + ts-loader: 6.0.0_typescript@3.9.10 + typescript: 3.9.10 webpack: 4.44.2_webpack-cli@3.3.12 webpack-bundle-analyzer: 3.6.1 webpack-cli: 3.3.12_webpack@4.44.2 webpack-dev-server: 3.11.2_93ca2875a658e9d1552850624e6b91c7 - ../../build-tests/node-library-build-eslint-test: - specifiers: - '@microsoft/node-library-build': workspace:* - '@microsoft/rush-stack-compiler-3.9': workspace:* - '@rushstack/eslint-config': workspace:* - '@types/node': 10.17.13 - gulp: ~4.0.2 - devDependencies: - '@microsoft/node-library-build': link:../../core-build/node-library-build - '@microsoft/rush-stack-compiler-3.9': link:../../stack/rush-stack-compiler-3.9 - '@rushstack/eslint-config': link:../../stack/eslint-config - '@types/node': 10.17.13 - gulp: 4.0.2 - - ../../build-tests/node-library-build-tslint-test: + ../../build-tests/ts-command-line-test: specifiers: - '@microsoft/node-library-build': workspace:* - '@microsoft/rush-stack-compiler-3.9': workspace:* + '@rushstack/ts-command-line': workspace:* '@types/node': 10.17.13 - gulp: ~4.0.2 + fs-extra: ~7.0.1 + typescript: ~3.9.7 devDependencies: - '@microsoft/node-library-build': link:../../core-build/node-library-build - '@microsoft/rush-stack-compiler-3.9': link:../../stack/rush-stack-compiler-3.9 + '@rushstack/ts-command-line': link:../../libraries/ts-command-line '@types/node': 10.17.13 - gulp: 4.0.2 + fs-extra: 7.0.1 + typescript: 3.9.10 - ../../build-tests/rush-stack-compiler-2.4-library-test: + ../../heft-plugins/heft-jest-plugin: specifiers: - '@microsoft/node-library-build': workspace:* - '@microsoft/rush-stack-compiler-2.4': workspace:* + '@jest/core': ~25.4.0 + '@jest/reporters': ~25.4.0 + '@jest/transform': ~25.4.0 + '@jest/types': ~25.4.0 + '@microsoft/api-extractor': workspace:* '@rushstack/eslint-config': workspace:* + '@rushstack/heft': workspace:* + '@rushstack/heft-config-file': workspace:* + '@rushstack/node-core-library': workspace:* + '@types/heft-jest': 1.0.1 + '@types/lodash': 4.14.116 '@types/node': 10.17.13 - gulp: ~4.0.2 + eslint: ~7.12.1 + jest-config: ~25.4.0 + jest-environment-node: ~25.4.0 + jest-snapshot: ~25.4.0 + lodash: ~4.17.15 + typescript: ~3.9.7 + dependencies: + '@jest/core': 25.4.0 + '@jest/reporters': 25.4.0 + '@jest/transform': 25.4.0 + '@rushstack/heft-config-file': link:../../libraries/heft-config-file + '@rushstack/node-core-library': link:../../libraries/node-core-library + jest-config: 25.4.0 + jest-snapshot: 25.4.0 + lodash: 4.17.21 devDependencies: - '@microsoft/node-library-build': link:../../core-build/node-library-build - '@microsoft/rush-stack-compiler-2.4': link:../../stack/rush-stack-compiler-2.4 + '@jest/types': 25.4.0 + '@microsoft/api-extractor': link:../../apps/api-extractor '@rushstack/eslint-config': link:../../stack/eslint-config + '@rushstack/heft': link:../../apps/heft + '@types/heft-jest': 1.0.1 + '@types/lodash': 4.14.116 '@types/node': 10.17.13 - gulp: 4.0.2 + eslint: 7.12.1 + jest-environment-node: 25.4.0 + typescript: 3.9.10 - ../../build-tests/rush-stack-compiler-2.7-library-test: + ../../heft-plugins/heft-webpack4-plugin: specifiers: - '@microsoft/node-library-build': workspace:* - '@microsoft/rush-stack-compiler-2.7': workspace:* '@rushstack/eslint-config': workspace:* + '@rushstack/heft': workspace:* + '@rushstack/heft-node-rig': workspace:* + '@rushstack/node-core-library': workspace:* '@types/node': 10.17.13 - gulp: ~4.0.2 + '@types/webpack': 4.41.24 + '@types/webpack-dev-server': 3.11.2 + webpack: ~4.44.2 + webpack-dev-server: ~3.11.0 + dependencies: + '@rushstack/node-core-library': link:../../libraries/node-core-library + webpack: 4.44.2 + webpack-dev-server: 3.11.2_webpack@4.44.2 devDependencies: - '@microsoft/node-library-build': link:../../core-build/node-library-build - '@microsoft/rush-stack-compiler-2.7': link:../../stack/rush-stack-compiler-2.7 '@rushstack/eslint-config': link:../../stack/eslint-config + '@rushstack/heft': link:../../apps/heft + '@rushstack/heft-node-rig': link:../../rigs/heft-node-rig '@types/node': 10.17.13 - gulp: 4.0.2 + '@types/webpack': 4.41.24 + '@types/webpack-dev-server': 3.11.2_@types+webpack@4.41.24 - ../../build-tests/rush-stack-compiler-2.8-library-test: + ../../heft-plugins/heft-webpack5-plugin: specifiers: - '@microsoft/node-library-build': workspace:* - '@microsoft/rush-stack-compiler-2.8': workspace:* '@rushstack/eslint-config': workspace:* + '@rushstack/heft': workspace:* + '@rushstack/heft-node-rig': workspace:* + '@rushstack/node-core-library': workspace:* '@types/node': 10.17.13 - gulp: ~4.0.2 + '@types/webpack-dev-server': 3.11.3 + webpack: ~5.35.1 + webpack-dev-server: ~3.11.0 + dependencies: + '@rushstack/node-core-library': link:../../libraries/node-core-library + webpack: 5.35.1 + webpack-dev-server: 3.11.2_webpack@5.35.1 devDependencies: - '@microsoft/node-library-build': link:../../core-build/node-library-build - '@microsoft/rush-stack-compiler-2.8': link:../../stack/rush-stack-compiler-2.8 '@rushstack/eslint-config': link:../../stack/eslint-config + '@rushstack/heft': link:../../apps/heft + '@rushstack/heft-node-rig': link:../../rigs/heft-node-rig '@types/node': 10.17.13 - gulp: 4.0.2 + '@types/webpack-dev-server': 3.11.3_webpack@5.35.1 - ../../build-tests/rush-stack-compiler-2.9-library-test: + ../../libraries/debug-certificate-manager: specifiers: - '@microsoft/node-library-build': workspace:* - '@microsoft/rush-stack-compiler-2.9': workspace:* '@rushstack/eslint-config': workspace:* + '@rushstack/heft': workspace:* + '@rushstack/heft-node-rig': workspace:* + '@rushstack/node-core-library': workspace:* + '@types/heft-jest': 1.0.1 '@types/node': 10.17.13 - gulp: ~4.0.2 + '@types/node-forge': 0.9.1 + node-forge: ~0.7.1 + sudo: ~1.0.3 + dependencies: + '@rushstack/node-core-library': link:../node-core-library + node-forge: 0.7.6 + sudo: 1.0.3 devDependencies: - '@microsoft/node-library-build': link:../../core-build/node-library-build - '@microsoft/rush-stack-compiler-2.9': link:../../stack/rush-stack-compiler-2.9 '@rushstack/eslint-config': link:../../stack/eslint-config + '@rushstack/heft': link:../../apps/heft + '@rushstack/heft-node-rig': link:../../rigs/heft-node-rig + '@types/heft-jest': 1.0.1 '@types/node': 10.17.13 - gulp: 4.0.2 + '@types/node-forge': 0.9.1 - ../../build-tests/rush-stack-compiler-3.0-library-test: + ../../libraries/heft-config-file: specifiers: - '@microsoft/node-library-build': workspace:* - '@microsoft/rush-stack-compiler-3.0': workspace:* '@rushstack/eslint-config': workspace:* + '@rushstack/heft': 0.32.0 + '@rushstack/heft-node-rig': 1.0.31 + '@rushstack/node-core-library': workspace:* + '@rushstack/rig-package': workspace:* + '@types/heft-jest': 1.0.1 '@types/node': 10.17.13 - gulp: ~4.0.2 + jsonpath-plus: ~4.0.0 + dependencies: + '@rushstack/node-core-library': link:../node-core-library + '@rushstack/rig-package': link:../rig-package + jsonpath-plus: 4.0.0 devDependencies: - '@microsoft/node-library-build': link:../../core-build/node-library-build - '@microsoft/rush-stack-compiler-3.0': link:../../stack/rush-stack-compiler-3.0 '@rushstack/eslint-config': link:../../stack/eslint-config + '@rushstack/heft': 0.32.0 + '@rushstack/heft-node-rig': 1.0.31_@rushstack+heft@0.32.0 + '@types/heft-jest': 1.0.1 '@types/node': 10.17.13 - gulp: 4.0.2 - ../../build-tests/rush-stack-compiler-3.1-library-test: + ../../libraries/load-themed-styles: specifiers: - '@microsoft/node-library-build': workspace:* - '@microsoft/rush-stack-compiler-3.1': workspace:* '@rushstack/eslint-config': workspace:* - '@types/node': 10.17.13 - gulp: ~4.0.2 + '@rushstack/heft': workspace:* + '@rushstack/heft-web-rig': workspace:* + '@types/heft-jest': 1.0.1 + '@types/webpack-env': 1.13.0 devDependencies: - '@microsoft/node-library-build': link:../../core-build/node-library-build - '@microsoft/rush-stack-compiler-3.1': link:../../stack/rush-stack-compiler-3.1 '@rushstack/eslint-config': link:../../stack/eslint-config - '@types/node': 10.17.13 - gulp: 4.0.2 + '@rushstack/heft': link:../../apps/heft + '@rushstack/heft-web-rig': link:../../rigs/heft-web-rig + '@types/heft-jest': 1.0.1 + '@types/webpack-env': 1.13.0 - ../../build-tests/rush-stack-compiler-3.2-library-test: + ../../libraries/node-core-library: specifiers: - '@microsoft/node-library-build': workspace:* - '@microsoft/rush-stack-compiler-3.2': workspace:* '@rushstack/eslint-config': workspace:* + '@rushstack/heft': 0.32.0 + '@rushstack/heft-node-rig': 1.0.31 + '@types/fs-extra': 7.0.0 + '@types/heft-jest': 1.0.1 + '@types/jju': 1.4.1 '@types/node': 10.17.13 - gulp: ~4.0.2 - devDependencies: - '@microsoft/node-library-build': link:../../core-build/node-library-build - '@microsoft/rush-stack-compiler-3.2': link:../../stack/rush-stack-compiler-3.2 - '@rushstack/eslint-config': link:../../stack/eslint-config - '@types/node': 10.17.13 - gulp: 4.0.2 - - ../../build-tests/rush-stack-compiler-3.3-library-test: - specifiers: - '@microsoft/node-library-build': workspace:* - '@microsoft/rush-stack-compiler-3.3': workspace:* - '@rushstack/eslint-config': workspace:* - '@types/node': 10.17.13 - gulp: ~4.0.2 - devDependencies: - '@microsoft/node-library-build': link:../../core-build/node-library-build - '@microsoft/rush-stack-compiler-3.3': link:../../stack/rush-stack-compiler-3.3 - '@rushstack/eslint-config': link:../../stack/eslint-config - '@types/node': 10.17.13 - gulp: 4.0.2 - - ../../build-tests/rush-stack-compiler-3.4-library-test: - specifiers: - '@microsoft/node-library-build': workspace:* - '@microsoft/rush-stack-compiler-3.4': workspace:* - '@rushstack/eslint-config': workspace:* - '@types/node': 10.17.13 - gulp: ~4.0.2 - devDependencies: - '@microsoft/node-library-build': link:../../core-build/node-library-build - '@microsoft/rush-stack-compiler-3.4': link:../../stack/rush-stack-compiler-3.4 - '@rushstack/eslint-config': link:../../stack/eslint-config - '@types/node': 10.17.13 - gulp: 4.0.2 - - ../../build-tests/rush-stack-compiler-3.5-library-test: - specifiers: - '@microsoft/node-library-build': workspace:* - '@microsoft/rush-stack-compiler-3.5': workspace:* - '@rushstack/eslint-config': workspace:* - '@types/node': 10.17.13 - gulp: ~4.0.2 - devDependencies: - '@microsoft/node-library-build': link:../../core-build/node-library-build - '@microsoft/rush-stack-compiler-3.5': link:../../stack/rush-stack-compiler-3.5 - '@rushstack/eslint-config': link:../../stack/eslint-config - '@types/node': 10.17.13 - gulp: 4.0.2 - - ../../build-tests/rush-stack-compiler-3.6-library-test: - specifiers: - '@microsoft/node-library-build': workspace:* - '@microsoft/rush-stack-compiler-3.6': workspace:* - '@rushstack/eslint-config': workspace:* + '@types/resolve': 1.17.1 + '@types/semver': 7.3.5 + '@types/timsort': 0.3.0 + '@types/z-schema': 3.16.31 + colors: ~1.2.1 + fs-extra: ~7.0.1 + import-lazy: ~4.0.0 + jju: ~1.4.0 + resolve: ~1.17.0 + semver: ~7.3.0 + timsort: ~0.3.0 + z-schema: ~3.18.3 + dependencies: '@types/node': 10.17.13 - gulp: ~4.0.2 + colors: 1.2.5 + fs-extra: 7.0.1 + import-lazy: 4.0.0 + jju: 1.4.0 + resolve: 1.17.0 + semver: 7.3.5 + timsort: 0.3.0 + z-schema: 3.18.4 devDependencies: - '@microsoft/node-library-build': link:../../core-build/node-library-build - '@microsoft/rush-stack-compiler-3.6': link:../../stack/rush-stack-compiler-3.6 '@rushstack/eslint-config': link:../../stack/eslint-config - '@types/node': 10.17.13 - gulp: 4.0.2 + '@rushstack/heft': 0.32.0 + '@rushstack/heft-node-rig': 1.0.31_@rushstack+heft@0.32.0 + '@types/fs-extra': 7.0.0 + '@types/heft-jest': 1.0.1 + '@types/jju': 1.4.1 + '@types/resolve': 1.17.1 + '@types/semver': 7.3.5 + '@types/timsort': 0.3.0 + '@types/z-schema': 3.16.31 - ../../build-tests/rush-stack-compiler-3.7-library-test: + ../../libraries/package-deps-hash: specifiers: - '@microsoft/node-library-build': workspace:* - '@microsoft/rush-stack-compiler-3.7': workspace:* '@rushstack/eslint-config': workspace:* + '@rushstack/heft': workspace:* + '@rushstack/heft-node-rig': workspace:* + '@rushstack/node-core-library': workspace:* + '@types/heft-jest': 1.0.1 '@types/node': 10.17.13 - gulp: ~4.0.2 + dependencies: + '@rushstack/node-core-library': link:../node-core-library devDependencies: - '@microsoft/node-library-build': link:../../core-build/node-library-build - '@microsoft/rush-stack-compiler-3.7': link:../../stack/rush-stack-compiler-3.7 '@rushstack/eslint-config': link:../../stack/eslint-config + '@rushstack/heft': link:../../apps/heft + '@rushstack/heft-node-rig': link:../../rigs/heft-node-rig + '@types/heft-jest': 1.0.1 '@types/node': 10.17.13 - gulp: 4.0.2 - ../../build-tests/rush-stack-compiler-3.8-library-test: + ../../libraries/rig-package: specifiers: - '@microsoft/node-library-build': workspace:* - '@microsoft/rush-stack-compiler-3.8': workspace:* '@rushstack/eslint-config': workspace:* + '@rushstack/heft': 0.32.0 + '@rushstack/heft-node-rig': 1.0.31 + '@types/heft-jest': 1.0.1 '@types/node': 10.17.13 - gulp: ~4.0.2 + '@types/resolve': 1.17.1 + ajv: ~6.12.5 + resolve: ~1.17.0 + strip-json-comments: ~3.1.1 + dependencies: + resolve: 1.17.0 + strip-json-comments: 3.1.1 devDependencies: - '@microsoft/node-library-build': link:../../core-build/node-library-build - '@microsoft/rush-stack-compiler-3.8': link:../../stack/rush-stack-compiler-3.8 '@rushstack/eslint-config': link:../../stack/eslint-config + '@rushstack/heft': 0.32.0 + '@rushstack/heft-node-rig': 1.0.31_@rushstack+heft@0.32.0 + '@types/heft-jest': 1.0.1 '@types/node': 10.17.13 - gulp: 4.0.2 + '@types/resolve': 1.17.1 + ajv: 6.12.6 - ../../build-tests/rush-stack-compiler-3.9-library-test: + ../../libraries/rushell: specifiers: - '@microsoft/node-library-build': workspace:* - '@microsoft/rush-stack-compiler-3.9': workspace:* '@rushstack/eslint-config': workspace:* + '@rushstack/heft': workspace:* + '@rushstack/heft-node-rig': workspace:* + '@rushstack/node-core-library': workspace:* + '@types/heft-jest': 1.0.1 '@types/node': 10.17.13 - gulp: ~4.0.2 + dependencies: + '@rushstack/node-core-library': link:../node-core-library devDependencies: - '@microsoft/node-library-build': link:../../core-build/node-library-build - '@microsoft/rush-stack-compiler-3.9': link:../../stack/rush-stack-compiler-3.9 '@rushstack/eslint-config': link:../../stack/eslint-config + '@rushstack/heft': link:../../apps/heft + '@rushstack/heft-node-rig': link:../../rigs/heft-node-rig + '@types/heft-jest': 1.0.1 '@types/node': 10.17.13 - gulp: 4.0.2 - ../../build-tests/rush-stack-compiler-4.0-library-test: + ../../libraries/stream-collator: specifiers: - '@microsoft/node-library-build': workspace:* - '@microsoft/rush-stack-compiler-4.0': workspace:* '@rushstack/eslint-config': workspace:* + '@rushstack/heft': workspace:* + '@rushstack/heft-node-rig': workspace:* + '@rushstack/node-core-library': workspace:* + '@rushstack/terminal': workspace:* + '@types/heft-jest': 1.0.1 '@types/node': 10.17.13 - gulp: ~4.0.2 + dependencies: + '@rushstack/node-core-library': link:../node-core-library + '@rushstack/terminal': link:../terminal devDependencies: - '@microsoft/node-library-build': link:../../core-build/node-library-build - '@microsoft/rush-stack-compiler-4.0': link:../../stack/rush-stack-compiler-4.0 '@rushstack/eslint-config': link:../../stack/eslint-config + '@rushstack/heft': link:../../apps/heft + '@rushstack/heft-node-rig': link:../../rigs/heft-node-rig + '@types/heft-jest': 1.0.1 '@types/node': 10.17.13 - gulp: 4.0.2 - ../../build-tests/rush-stack-compiler-4.1-library-test: + ../../libraries/terminal: specifiers: - '@microsoft/node-library-build': workspace:* - '@microsoft/rush-stack-compiler-4.1': workspace:* '@rushstack/eslint-config': workspace:* + '@rushstack/heft': workspace:* + '@rushstack/heft-node-rig': workspace:* + '@rushstack/node-core-library': workspace:* + '@types/heft-jest': 1.0.1 '@types/node': 10.17.13 - gulp: ~4.0.2 - devDependencies: - '@microsoft/node-library-build': link:../../core-build/node-library-build - '@microsoft/rush-stack-compiler-4.1': link:../../stack/rush-stack-compiler-4.1 - '@rushstack/eslint-config': link:../../stack/eslint-config - '@types/node': 10.17.13 - gulp: 4.0.2 - - ../../build-tests/rush-stack-compiler-4.2-library-test: - specifiers: - '@microsoft/node-library-build': workspace:* - '@microsoft/rush-stack-compiler-4.2': workspace:* - '@rushstack/eslint-config': workspace:* + '@types/wordwrap': ~1.0.0 + colors: ~1.2.1 + wordwrap: ~1.0.0 + dependencies: + '@rushstack/node-core-library': link:../node-core-library '@types/node': 10.17.13 - gulp: ~4.0.2 + wordwrap: 1.0.0 devDependencies: - '@microsoft/node-library-build': link:../../core-build/node-library-build - '@microsoft/rush-stack-compiler-4.2': link:../../stack/rush-stack-compiler-4.2 '@rushstack/eslint-config': link:../../stack/eslint-config - '@types/node': 10.17.13 - gulp: 4.0.2 - - ../../build-tests/ts-command-line-test: - specifiers: - '@rushstack/ts-command-line': workspace:* - '@types/node': 10.17.13 - fs-extra: ~7.0.1 - typescript: ~3.9.7 - devDependencies: - '@rushstack/ts-command-line': link:../../libraries/ts-command-line - '@types/node': 10.17.13 - fs-extra: 7.0.1 - typescript: 3.9.9 + '@rushstack/heft': link:../../apps/heft + '@rushstack/heft-node-rig': link:../../rigs/heft-node-rig + '@types/heft-jest': 1.0.1 + '@types/wordwrap': 1.0.1 + colors: 1.2.5 - ../../build-tests/web-library-build-test: + ../../libraries/tree-pattern: specifiers: - '@microsoft/load-themed-styles': workspace:* - '@microsoft/rush-stack-compiler-3.9': workspace:* - '@microsoft/web-library-build': workspace:* - gulp: ~4.0.2 + '@rushstack/eslint-config': 2.3.3 + '@rushstack/heft': 0.32.0 + '@rushstack/heft-node-rig': 1.0.31 + '@types/heft-jest': 1.0.1 + eslint: ~7.12.1 typescript: ~3.9.7 devDependencies: - '@microsoft/load-themed-styles': link:../../libraries/load-themed-styles - '@microsoft/rush-stack-compiler-3.9': link:../../stack/rush-stack-compiler-3.9 - '@microsoft/web-library-build': link:../../core-build/web-library-build - gulp: 4.0.2 - typescript: 3.9.9 + '@rushstack/eslint-config': 2.3.3_eslint@7.12.1+typescript@3.9.10 + '@rushstack/heft': 0.32.0 + '@rushstack/heft-node-rig': 1.0.31_@rushstack+heft@0.32.0 + '@types/heft-jest': 1.0.1 + eslint: 7.12.1 + typescript: 3.9.10 - ../../core-build/gulp-core-build: + ../../libraries/ts-command-line: specifiers: - '@jest/core': ~25.4.0 - '@jest/reporters': ~25.4.0 - '@microsoft/node-library-build': 6.5.21 - '@microsoft/rush-stack-compiler-3.9': 0.4.42 '@rushstack/eslint-config': workspace:* - '@rushstack/node-core-library': workspace:* - '@types/chalk': 0.4.31 - '@types/glob': 7.1.1 - '@types/gulp': 4.0.6 - '@types/jest': 25.2.1 + '@rushstack/heft': 0.32.0 + '@rushstack/heft-node-rig': 1.0.31 + '@types/argparse': 1.0.38 + '@types/heft-jest': 1.0.1 '@types/node': 10.17.13 - '@types/node-notifier': 0.0.28 - '@types/orchestrator': 0.0.30 - '@types/semver': 7.3.5 - '@types/through2': 2.0.32 - '@types/vinyl': 2.0.3 - '@types/yargs': 0.0.34 - '@types/z-schema': 3.16.31 + argparse: ~1.0.9 colors: ~1.2.1 - del: ^2.2.2 - end-of-stream: ~1.1.0 - glob: ~7.0.5 - glob-escape: ~0.0.2 - globby: ~5.0.0 - gulp: ~4.0.2 - gulp-flatten: ~0.2.0 - gulp-if: ^2.0.1 - jest: ~25.4.0 - jest-cli: ~25.4.0 - jest-environment-jsdom: ~25.4.0 - jest-nunit-reporter: ~1.3.1 - jsdom: ~11.11.0 - lodash.merge: ~4.6.2 - merge2: ~1.0.2 - node-notifier: ~5.0.2 - object-assign: ~4.1.0 - orchestrator: ~0.3.8 - pretty-hrtime: ~1.0.2 - semver: ~7.3.0 - through2: ~2.0.1 - vinyl: ~2.2.0 - xml: ~1.0.1 - yargs: ~4.6.0 - z-schema: ~3.18.3 + string-argv: ~0.3.1 dependencies: - '@jest/core': 25.4.0 - '@jest/reporters': 25.4.0 - '@rushstack/node-core-library': link:../../libraries/node-core-library - '@types/chalk': 0.4.31 - '@types/gulp': 4.0.6 - '@types/jest': 25.2.1 - '@types/node': 10.17.13 - '@types/node-notifier': 0.0.28 - '@types/orchestrator': 0.0.30 - '@types/semver': 7.3.5 - '@types/through2': 2.0.32 - '@types/vinyl': 2.0.3 - '@types/yargs': 0.0.34 + '@types/argparse': 1.0.38 + argparse: 1.0.10 colors: 1.2.5 - del: 2.2.2 - end-of-stream: 1.1.0 - glob: 7.0.6 - glob-escape: 0.0.2 - globby: 5.0.0 - gulp: 4.0.2 - gulp-flatten: 0.2.0 - gulp-if: 2.0.2 - jest: 25.4.0 - jest-cli: 25.4.0 - jest-environment-jsdom: 25.4.0 - jest-nunit-reporter: 1.3.1 - jsdom: 11.11.0 - lodash.merge: 4.6.2 - merge2: 1.0.3 - node-notifier: 5.0.2 - object-assign: 4.1.1 - orchestrator: 0.3.8 - pretty-hrtime: 1.0.3 - semver: 7.3.5 - through2: 2.0.5 - vinyl: 2.2.1 - xml: 1.0.1 - yargs: 4.6.0 - z-schema: 3.18.4 + string-argv: 0.3.1 devDependencies: - '@microsoft/node-library-build': 6.5.21 - '@microsoft/rush-stack-compiler-3.9': 0.4.42 '@rushstack/eslint-config': link:../../stack/eslint-config - '@types/glob': 7.1.1 - '@types/z-schema': 3.16.31 + '@rushstack/heft': 0.32.0 + '@rushstack/heft-node-rig': 1.0.31_@rushstack+heft@0.32.0 + '@types/heft-jest': 1.0.1 + '@types/node': 10.17.13 - ../../core-build/gulp-core-build-mocha: + ../../libraries/typings-generator: specifiers: - '@microsoft/gulp-core-build': workspace:* - '@microsoft/node-library-build': 6.5.21 - '@microsoft/rush-stack-compiler-3.9': 0.4.42 '@rushstack/eslint-config': workspace:* + '@rushstack/heft': 0.32.0 + '@rushstack/heft-node-rig': 1.0.31 + '@rushstack/node-core-library': workspace:* '@types/glob': 7.1.1 - '@types/gulp': 4.0.6 - '@types/gulp-istanbul': 0.9.30 - '@types/gulp-mocha': 0.0.32 - '@types/mocha': 5.2.5 '@types/node': 10.17.13 - '@types/orchestrator': 0.0.30 + chokidar: ~3.4.0 glob: ~7.0.5 - gulp: ~4.0.2 - gulp-istanbul: ~0.10.3 - gulp-mocha: ~6.0.0 dependencies: - '@microsoft/gulp-core-build': link:../gulp-core-build + '@rushstack/node-core-library': link:../node-core-library '@types/node': 10.17.13 + chokidar: 3.4.3 glob: 7.0.6 - gulp: 4.0.2 - gulp-istanbul: 0.10.4 - gulp-mocha: 6.0.0 devDependencies: - '@microsoft/node-library-build': 6.5.21 - '@microsoft/rush-stack-compiler-3.9': 0.4.42 '@rushstack/eslint-config': link:../../stack/eslint-config + '@rushstack/heft': 0.32.0 + '@rushstack/heft-node-rig': 1.0.31_@rushstack+heft@0.32.0 '@types/glob': 7.1.1 - '@types/gulp': 4.0.6 - '@types/gulp-istanbul': 0.9.30 - '@types/gulp-mocha': 0.0.32 - '@types/mocha': 5.2.5 - '@types/orchestrator': 0.0.30 - ../../core-build/gulp-core-build-sass: + ../../repo-scripts/doc-plugin-rush-stack: specifiers: - '@microsoft/gulp-core-build': workspace:* - '@microsoft/load-themed-styles': workspace:* - '@microsoft/node-library-build': workspace:* - '@microsoft/rush-stack-compiler-3.9': workspace:* + '@microsoft/api-documenter': workspace:* + '@microsoft/api-extractor-model': workspace:* + '@microsoft/tsdoc': 0.13.2 '@rushstack/eslint-config': workspace:* + '@rushstack/heft': workspace:* + '@rushstack/heft-node-rig': workspace:* '@rushstack/node-core-library': workspace:* - '@types/autoprefixer': 9.7.2 - '@types/clean-css': 4.2.1 - '@types/glob': 7.1.1 - '@types/gulp': 4.0.6 - '@types/jest': 25.2.1 + '@types/js-yaml': 3.12.1 '@types/node': 10.17.13 - '@types/sass': 1.16.0 - autoprefixer: ~9.8.0 - clean-css: 4.2.1 - glob: ~7.0.5 - gulp: ~4.0.2 - jest: ~25.4.0 - postcss: 7.0.32 - postcss-modules: ~1.5.0 - sass: 1.32.12 + js-yaml: ~3.13.1 dependencies: - '@microsoft/gulp-core-build': link:../gulp-core-build - '@microsoft/load-themed-styles': link:../../libraries/load-themed-styles + '@microsoft/api-documenter': link:../../apps/api-documenter + '@microsoft/api-extractor-model': link:../../apps/api-extractor-model + '@microsoft/tsdoc': 0.13.2 '@rushstack/node-core-library': link:../../libraries/node-core-library - '@types/gulp': 4.0.6 - '@types/node': 10.17.13 - autoprefixer: 9.8.6 - clean-css: 4.2.1 - glob: 7.0.6 - postcss: 7.0.32 - postcss-modules: 1.5.0 - sass: 1.32.12 + js-yaml: 3.13.1 devDependencies: - '@microsoft/node-library-build': link:../node-library-build - '@microsoft/rush-stack-compiler-3.9': link:../../stack/rush-stack-compiler-3.9 '@rushstack/eslint-config': link:../../stack/eslint-config - '@types/autoprefixer': 9.7.2 - '@types/clean-css': 4.2.1 - '@types/glob': 7.1.1 - '@types/jest': 25.2.1 - '@types/sass': 1.16.0 - gulp: 4.0.2 - jest: 25.4.0 + '@rushstack/heft': link:../../apps/heft + '@rushstack/heft-node-rig': link:../../rigs/heft-node-rig + '@types/js-yaml': 3.12.1 + '@types/node': 10.17.13 - ../../core-build/gulp-core-build-serve: + ../../repo-scripts/generate-api-docs: specifiers: - '@microsoft/gulp-core-build': workspace:* - '@microsoft/node-library-build': workspace:* - '@microsoft/rush-stack-compiler-3.9': workspace:* - '@rushstack/debug-certificate-manager': workspace:* + '@microsoft/api-documenter': workspace:* '@rushstack/eslint-config': workspace:* - '@rushstack/node-core-library': workspace:* - '@types/express': 4.11.0 - '@types/express-serve-static-core': 4.11.0 - '@types/gulp': 4.0.6 - '@types/mime': 0.0.29 - '@types/node': 10.17.13 - '@types/orchestrator': 0.0.30 - '@types/serve-static': 1.13.1 - '@types/through2': 2.0.32 - '@types/vinyl': 2.0.3 - colors: ~1.2.1 - express: ~4.16.2 - gulp: ~4.0.2 - gulp-connect: ~5.5.0 - gulp-open: ~3.0.1 - sudo: ~1.0.3 - dependencies: - '@microsoft/gulp-core-build': link:../gulp-core-build - '@rushstack/debug-certificate-manager': link:../../libraries/debug-certificate-manager - '@rushstack/node-core-library': link:../../libraries/node-core-library - '@types/node': 10.17.13 - colors: 1.2.5 - express: 4.16.4 - gulp: 4.0.2 - gulp-connect: 5.5.0 - gulp-open: 3.0.1 - sudo: 1.0.3 + doc-plugin-rush-stack: workspace:* devDependencies: - '@microsoft/node-library-build': link:../node-library-build - '@microsoft/rush-stack-compiler-3.9': link:../../stack/rush-stack-compiler-3.9 + '@microsoft/api-documenter': link:../../apps/api-documenter '@rushstack/eslint-config': link:../../stack/eslint-config - '@types/express': 4.11.0 - '@types/express-serve-static-core': 4.11.0 - '@types/gulp': 4.0.6 - '@types/mime': 0.0.29 - '@types/orchestrator': 0.0.30 - '@types/serve-static': 1.13.1 - '@types/through2': 2.0.32 - '@types/vinyl': 2.0.3 - - ../../core-build/gulp-core-build-typescript: + doc-plugin-rush-stack: link:../doc-plugin-rush-stack + + ../../repo-scripts/repo-toolbox: specifiers: - '@microsoft/api-extractor': workspace:* - '@microsoft/gulp-core-build': workspace:* - '@microsoft/node-library-build': 6.5.21 - '@microsoft/rush-stack-compiler-3.1': workspace:* - '@microsoft/rush-stack-compiler-3.9': 0.4.42 + '@microsoft/rush-lib': workspace:* '@rushstack/eslint-config': workspace:* + '@rushstack/heft': workspace:* + '@rushstack/heft-node-rig': workspace:* '@rushstack/node-core-library': workspace:* - '@types/glob': 7.1.1 + '@rushstack/ts-command-line': workspace:* '@types/node': 10.17.13 - '@types/resolve': 1.17.1 - decomment: ~0.9.1 - glob: ~7.0.5 - glob-escape: ~0.0.2 - gulp: ~4.0.2 - resolve: ~1.17.0 - typescript: ~3.9.7 dependencies: - '@microsoft/gulp-core-build': link:../gulp-core-build + '@microsoft/rush-lib': link:../../apps/rush-lib '@rushstack/node-core-library': link:../../libraries/node-core-library - '@types/node': 10.17.13 - decomment: 0.9.4 - glob: 7.0.6 - glob-escape: 0.0.2 - resolve: 1.17.0 + '@rushstack/ts-command-line': link:../../libraries/ts-command-line devDependencies: - '@microsoft/api-extractor': link:../../apps/api-extractor - '@microsoft/node-library-build': 6.5.21 - '@microsoft/rush-stack-compiler-3.1': link:../../stack/rush-stack-compiler-3.1 - '@microsoft/rush-stack-compiler-3.9': 0.4.42 '@rushstack/eslint-config': link:../../stack/eslint-config - '@types/glob': 7.1.1 - '@types/resolve': 1.17.1 - gulp: 4.0.2 - typescript: 3.9.9 + '@rushstack/heft': link:../../apps/heft + '@rushstack/heft-node-rig': link:../../rigs/heft-node-rig + '@types/node': 10.17.13 - ../../core-build/gulp-core-build-webpack: + ../../rigs/heft-node-rig: specifiers: - '@microsoft/gulp-core-build': workspace:* - '@microsoft/node-library-build': workspace:* - '@microsoft/rush-stack-compiler-3.9': workspace:* - '@rushstack/eslint-config': workspace:* - '@types/gulp': 4.0.6 - '@types/node': 10.17.13 - '@types/orchestrator': 0.0.30 - '@types/source-map': 0.5.0 - '@types/uglify-js': 2.6.29 - '@types/webpack': 4.41.24 - colors: ~1.2.1 - gulp: ~4.0.2 - webpack: ~4.44.2 - dependencies: - '@microsoft/gulp-core-build': link:../gulp-core-build - '@types/gulp': 4.0.6 - '@types/node': 10.17.13 - colors: 1.2.5 - gulp: 4.0.2 - webpack: 4.44.2 - devDependencies: - '@microsoft/node-library-build': link:../node-library-build - '@microsoft/rush-stack-compiler-3.9': link:../../stack/rush-stack-compiler-3.9 - '@rushstack/eslint-config': link:../../stack/eslint-config - '@types/orchestrator': 0.0.30 - '@types/source-map': 0.5.0 - '@types/uglify-js': 2.6.29 - '@types/webpack': 4.41.24 - - ../../core-build/node-library-build: - specifiers: - '@microsoft/gulp-core-build': workspace:* - '@microsoft/gulp-core-build-mocha': workspace:* - '@microsoft/gulp-core-build-typescript': workspace:* - '@microsoft/rush-stack-compiler-3.9': workspace:* - '@rushstack/eslint-config': workspace:* - '@types/gulp': 4.0.6 - '@types/node': 10.17.13 - gulp: ~4.0.2 + '@microsoft/api-extractor': workspace:* + '@rushstack/heft': workspace:* + '@rushstack/heft-jest-plugin': workspace:* + eslint: ~7.12.1 + typescript: ~3.9.7 dependencies: - '@microsoft/gulp-core-build': link:../gulp-core-build - '@microsoft/gulp-core-build-mocha': link:../gulp-core-build-mocha - '@microsoft/gulp-core-build-typescript': link:../gulp-core-build-typescript - '@types/gulp': 4.0.6 - '@types/node': 10.17.13 - gulp: 4.0.2 + '@microsoft/api-extractor': link:../../apps/api-extractor + '@rushstack/heft-jest-plugin': link:../../heft-plugins/heft-jest-plugin + eslint: 7.12.1 + typescript: 3.9.10 devDependencies: - '@microsoft/rush-stack-compiler-3.9': link:../../stack/rush-stack-compiler-3.9 - '@rushstack/eslint-config': link:../../stack/eslint-config + '@rushstack/heft': link:../../apps/heft - ../../core-build/web-library-build: + ../../rigs/heft-web-rig: specifiers: - '@microsoft/gulp-core-build': workspace:* - '@microsoft/gulp-core-build-sass': workspace:* - '@microsoft/gulp-core-build-serve': workspace:* - '@microsoft/gulp-core-build-typescript': workspace:* - '@microsoft/gulp-core-build-webpack': workspace:* - '@microsoft/node-library-build': workspace:* - '@microsoft/rush-stack-compiler-3.9': workspace:* - '@rushstack/eslint-config': workspace:* - '@types/gulp': 4.0.6 - '@types/node': 10.17.13 - gulp: ~4.0.2 - gulp-replace: ^0.5.4 + '@microsoft/api-extractor': workspace:* + '@rushstack/heft': workspace:* + '@rushstack/heft-jest-plugin': workspace:* + '@rushstack/heft-webpack4-plugin': workspace:* + eslint: ~7.12.1 + typescript: ~3.9.7 dependencies: - '@microsoft/gulp-core-build': link:../gulp-core-build - '@microsoft/gulp-core-build-sass': link:../gulp-core-build-sass - '@microsoft/gulp-core-build-serve': link:../gulp-core-build-serve - '@microsoft/gulp-core-build-typescript': link:../gulp-core-build-typescript - '@microsoft/gulp-core-build-webpack': link:../gulp-core-build-webpack - '@types/gulp': 4.0.6 - '@types/node': 10.17.13 - gulp: 4.0.2 - gulp-replace: 0.5.4 + '@microsoft/api-extractor': link:../../apps/api-extractor + '@rushstack/heft-jest-plugin': link:../../heft-plugins/heft-jest-plugin + '@rushstack/heft-webpack4-plugin': link:../../heft-plugins/heft-webpack4-plugin + eslint: 7.12.1 + typescript: 3.9.10 devDependencies: - '@microsoft/node-library-build': link:../node-library-build - '@microsoft/rush-stack-compiler-3.9': link:../../stack/rush-stack-compiler-3.9 - '@rushstack/eslint-config': link:../../stack/eslint-config + '@rushstack/heft': link:../../apps/heft - ../../heft-plugins/heft-webpack4-plugin: + ../../stack/eslint-config: specifiers: - '@rushstack/eslint-config': workspace:* - '@rushstack/heft': workspace:* - '@rushstack/heft-node-rig': workspace:* - '@rushstack/node-core-library': workspace:* - '@types/node': 10.17.13 - '@types/webpack': 4.41.24 - '@types/webpack-dev-server': 3.11.2 - webpack: ~4.44.2 - webpack-dev-server: ~3.11.0 + '@rushstack/eslint-patch': workspace:* + '@rushstack/eslint-plugin': workspace:* + '@rushstack/eslint-plugin-packlets': workspace:* + '@rushstack/eslint-plugin-security': workspace:* + '@typescript-eslint/eslint-plugin': ~4.28.2 + '@typescript-eslint/experimental-utils': ~4.28.2 + '@typescript-eslint/parser': ~4.28.2 + '@typescript-eslint/typescript-estree': ~4.28.2 + eslint: ~7.12.1 + eslint-plugin-promise: ~4.2.1 + eslint-plugin-react: ~7.20.0 + eslint-plugin-tsdoc: ~0.2.10 + typescript: ~3.9.7 dependencies: - '@rushstack/node-core-library': link:../../libraries/node-core-library - webpack: 4.44.2 - webpack-dev-server: 3.11.2_webpack@4.44.2 + '@rushstack/eslint-patch': link:../eslint-patch + '@rushstack/eslint-plugin': link:../eslint-plugin + '@rushstack/eslint-plugin-packlets': link:../eslint-plugin-packlets + '@rushstack/eslint-plugin-security': link:../eslint-plugin-security + '@typescript-eslint/eslint-plugin': 4.28.3_de3d641f53f9f4ebac15f1aed3969277 + '@typescript-eslint/experimental-utils': 4.28.3_eslint@7.12.1+typescript@3.9.10 + '@typescript-eslint/parser': 4.28.3_eslint@7.12.1+typescript@3.9.10 + '@typescript-eslint/typescript-estree': 4.28.3_typescript@3.9.10 + eslint-plugin-promise: 4.2.1 + eslint-plugin-react: 7.20.6_eslint@7.12.1 + eslint-plugin-tsdoc: 0.2.14 devDependencies: - '@rushstack/eslint-config': link:../../stack/eslint-config - '@rushstack/heft': link:../../apps/heft - '@rushstack/heft-node-rig': link:../../rigs/heft-node-rig - '@types/node': 10.17.13 - '@types/webpack': 4.41.24 - '@types/webpack-dev-server': 3.11.2_@types+webpack@4.41.24 + eslint: 7.12.1 + typescript: 3.9.10 - ../../heft-plugins/heft-webpack5-plugin: + ../../stack/eslint-patch: specifiers: - '@rushstack/eslint-config': workspace:* - '@rushstack/heft': workspace:* - '@rushstack/heft-node-rig': workspace:* - '@rushstack/node-core-library': workspace:* + '@rushstack/heft': 0.32.0 + '@rushstack/heft-node-rig': 1.0.31 '@types/node': 10.17.13 - '@types/webpack-dev-server': 3.11.3 - webpack: ~5.35.1 - webpack-dev-server: ~3.11.0 - dependencies: - '@rushstack/node-core-library': link:../../libraries/node-core-library - webpack: 5.35.1 - webpack-dev-server: 3.11.2_webpack@5.35.1 devDependencies: - '@rushstack/eslint-config': link:../../stack/eslint-config - '@rushstack/heft': link:../../apps/heft - '@rushstack/heft-node-rig': link:../../rigs/heft-node-rig + '@rushstack/heft': 0.32.0 + '@rushstack/heft-node-rig': 1.0.31_@rushstack+heft@0.32.0 '@types/node': 10.17.13 - '@types/webpack-dev-server': 3.11.3_webpack@5.35.1 - ../../libraries/debug-certificate-manager: + ../../stack/eslint-plugin: specifiers: - '@rushstack/eslint-config': workspace:* - '@rushstack/heft': workspace:* - '@rushstack/heft-node-rig': workspace:* - '@rushstack/node-core-library': workspace:* + '@rushstack/heft': 0.32.0 + '@rushstack/heft-node-rig': 1.0.31 + '@rushstack/tree-pattern': workspace:* + '@types/eslint': 7.2.0 + '@types/estree': 0.0.44 '@types/heft-jest': 1.0.1 '@types/node': 10.17.13 - '@types/node-forge': 0.9.1 - node-forge: ~0.7.1 - sudo: ~1.0.3 + '@typescript-eslint/experimental-utils': ~4.28.2 + '@typescript-eslint/parser': ~4.28.2 + '@typescript-eslint/typescript-estree': ~4.28.2 + eslint: ~7.12.1 + typescript: ~4.3.5 dependencies: - '@rushstack/node-core-library': link:../node-core-library - node-forge: 0.7.6 - sudo: 1.0.3 + '@rushstack/tree-pattern': link:../../libraries/tree-pattern + '@typescript-eslint/experimental-utils': 4.28.3_eslint@7.12.1+typescript@4.3.5 devDependencies: - '@rushstack/eslint-config': link:../../stack/eslint-config - '@rushstack/heft': link:../../apps/heft - '@rushstack/heft-node-rig': link:../../rigs/heft-node-rig + '@rushstack/heft': 0.32.0 + '@rushstack/heft-node-rig': 1.0.31_@rushstack+heft@0.32.0 + '@types/eslint': 7.2.0 + '@types/estree': 0.0.44 '@types/heft-jest': 1.0.1 '@types/node': 10.17.13 - '@types/node-forge': 0.9.1 + '@typescript-eslint/parser': 4.28.3_eslint@7.12.1+typescript@4.3.5 + '@typescript-eslint/typescript-estree': 4.28.3_typescript@4.3.5 + eslint: 7.12.1 + typescript: 4.3.5 - ../../libraries/heft-config-file: + ../../stack/eslint-plugin-packlets: specifiers: - '@rushstack/eslint-config': workspace:* - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8 - '@rushstack/node-core-library': workspace:* - '@rushstack/rig-package': workspace:* + '@rushstack/heft': 0.32.0 + '@rushstack/heft-node-rig': 1.0.31 + '@rushstack/tree-pattern': workspace:* + '@types/eslint': 7.2.0 + '@types/estree': 0.0.44 '@types/heft-jest': 1.0.1 '@types/node': 10.17.13 - jsonpath-plus: ~4.0.0 + '@typescript-eslint/experimental-utils': ~4.28.2 + '@typescript-eslint/parser': ~4.28.2 + '@typescript-eslint/typescript-estree': ~4.28.2 + eslint: ~7.12.1 + typescript: ~4.3.5 dependencies: - '@rushstack/node-core-library': link:../node-core-library - '@rushstack/rig-package': link:../rig-package - jsonpath-plus: 4.0.0 + '@rushstack/tree-pattern': link:../../libraries/tree-pattern + '@typescript-eslint/experimental-utils': 4.28.3_eslint@7.12.1+typescript@4.3.5 devDependencies: - '@rushstack/eslint-config': link:../../stack/eslint-config - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8_@rushstack+heft@0.28.0 + '@rushstack/heft': 0.32.0 + '@rushstack/heft-node-rig': 1.0.31_@rushstack+heft@0.32.0 + '@types/eslint': 7.2.0 + '@types/estree': 0.0.44 '@types/heft-jest': 1.0.1 '@types/node': 10.17.13 + '@typescript-eslint/parser': 4.28.3_eslint@7.12.1+typescript@4.3.5 + '@typescript-eslint/typescript-estree': 4.28.3_typescript@4.3.5 + eslint: 7.12.1 + typescript: 4.3.5 - ../../libraries/load-themed-styles: - specifiers: - '@rushstack/eslint-config': workspace:* - '@rushstack/heft': workspace:* - '@rushstack/heft-web-rig': workspace:* - '@types/heft-jest': 1.0.1 - '@types/webpack-env': 1.13.0 - devDependencies: - '@rushstack/eslint-config': link:../../stack/eslint-config - '@rushstack/heft': link:../../apps/heft - '@rushstack/heft-web-rig': link:../../rigs/heft-web-rig - '@types/heft-jest': 1.0.1 - '@types/webpack-env': 1.13.0 - - ../../libraries/node-core-library: + ../../stack/eslint-plugin-security: specifiers: - '@rushstack/eslint-config': workspace:* - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8 - '@types/fs-extra': 7.0.0 + '@rushstack/heft': 0.32.0 + '@rushstack/heft-node-rig': 1.0.31 + '@rushstack/tree-pattern': workspace:* + '@types/eslint': 7.2.0 + '@types/estree': 0.0.44 '@types/heft-jest': 1.0.1 - '@types/jju': 1.4.1 '@types/node': 10.17.13 - '@types/resolve': 1.17.1 - '@types/semver': 7.3.5 - '@types/timsort': 0.3.0 - '@types/z-schema': 3.16.31 - colors: ~1.2.1 - fs-extra: ~7.0.1 - import-lazy: ~4.0.0 - jju: ~1.4.0 - resolve: ~1.17.0 - semver: ~7.3.0 - timsort: ~0.3.0 - z-schema: ~3.18.3 + '@typescript-eslint/experimental-utils': ~4.28.2 + '@typescript-eslint/parser': ~4.28.2 + '@typescript-eslint/typescript-estree': ~4.28.2 + eslint: ~7.12.1 + typescript: ~4.3.5 dependencies: - '@types/node': 10.17.13 - colors: 1.2.5 - fs-extra: 7.0.1 - import-lazy: 4.0.0 - jju: 1.4.0 - resolve: 1.17.0 - semver: 7.3.5 - timsort: 0.3.0 - z-schema: 3.18.4 + '@rushstack/tree-pattern': link:../../libraries/tree-pattern + '@typescript-eslint/experimental-utils': 4.28.3_eslint@7.12.1+typescript@4.3.5 devDependencies: - '@rushstack/eslint-config': link:../../stack/eslint-config - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8_@rushstack+heft@0.28.0 - '@types/fs-extra': 7.0.0 + '@rushstack/heft': 0.32.0 + '@rushstack/heft-node-rig': 1.0.31_@rushstack+heft@0.32.0 + '@types/eslint': 7.2.0 + '@types/estree': 0.0.44 '@types/heft-jest': 1.0.1 - '@types/jju': 1.4.1 - '@types/resolve': 1.17.1 - '@types/semver': 7.3.5 - '@types/timsort': 0.3.0 - '@types/z-schema': 3.16.31 + '@types/node': 10.17.13 + '@typescript-eslint/parser': 4.28.3_eslint@7.12.1+typescript@4.3.5 + '@typescript-eslint/typescript-estree': 4.28.3_typescript@4.3.5 + eslint: 7.12.1 + typescript: 4.3.5 - ../../libraries/package-deps-hash: + ../../webpack/loader-load-themed-styles: specifiers: + '@microsoft/load-themed-styles': workspace:* '@rushstack/eslint-config': workspace:* '@rushstack/heft': workspace:* '@rushstack/heft-node-rig': workspace:* - '@rushstack/node-core-library': workspace:* '@types/heft-jest': 1.0.1 + '@types/loader-utils': 1.1.3 '@types/node': 10.17.13 + '@types/webpack': 4.41.24 + loader-utils: ~1.1.0 dependencies: - '@rushstack/node-core-library': link:../node-core-library + '@microsoft/load-themed-styles': link:../../libraries/load-themed-styles + loader-utils: 1.1.0 devDependencies: '@rushstack/eslint-config': link:../../stack/eslint-config '@rushstack/heft': link:../../apps/heft '@rushstack/heft-node-rig': link:../../rigs/heft-node-rig '@types/heft-jest': 1.0.1 + '@types/loader-utils': 1.1.3 '@types/node': 10.17.13 + '@types/webpack': 4.41.24 - ../../libraries/rig-package: + ../../webpack/loader-raw-script: specifiers: '@rushstack/eslint-config': workspace:* - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8 + '@rushstack/heft': workspace:* + '@rushstack/heft-node-rig': workspace:* '@types/heft-jest': 1.0.1 '@types/node': 10.17.13 - '@types/resolve': 1.17.1 - ajv: ~6.12.5 - resolve: ~1.17.0 - strip-json-comments: ~3.1.1 + loader-utils: ~1.1.0 dependencies: - resolve: 1.17.0 - strip-json-comments: 3.1.1 + loader-utils: 1.1.0 devDependencies: '@rushstack/eslint-config': link:../../stack/eslint-config - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8_@rushstack+heft@0.28.0 + '@rushstack/heft': link:../../apps/heft + '@rushstack/heft-node-rig': link:../../rigs/heft-node-rig '@types/heft-jest': 1.0.1 '@types/node': 10.17.13 - '@types/resolve': 1.17.1 - ajv: 6.12.6 - ../../libraries/rushell: + ../../webpack/localization-plugin: specifiers: '@rushstack/eslint-config': workspace:* '@rushstack/heft': workspace:* '@rushstack/heft-node-rig': workspace:* '@rushstack/node-core-library': workspace:* - '@types/heft-jest': 1.0.1 + '@rushstack/set-webpack-public-path-plugin': workspace:* + '@rushstack/typings-generator': workspace:* + '@types/loader-utils': 1.1.3 + '@types/lodash': 4.14.116 '@types/node': 10.17.13 + '@types/tapable': 1.0.6 + '@types/webpack': 4.41.24 + '@types/xmldoc': 1.1.4 + decache: ~4.5.1 + loader-utils: ~1.1.0 + lodash: ~4.17.15 + pseudolocale: ~1.1.0 + webpack: ~4.44.2 + xmldoc: ~1.1.2 dependencies: - '@rushstack/node-core-library': link:../node-core-library + '@rushstack/node-core-library': link:../../libraries/node-core-library + '@rushstack/typings-generator': link:../../libraries/typings-generator + '@types/node': 10.17.13 + '@types/tapable': 1.0.6 + decache: 4.5.1 + loader-utils: 1.1.0 + lodash: 4.17.21 + pseudolocale: 1.1.0 + xmldoc: 1.1.2 devDependencies: '@rushstack/eslint-config': link:../../stack/eslint-config '@rushstack/heft': link:../../apps/heft '@rushstack/heft-node-rig': link:../../rigs/heft-node-rig - '@types/heft-jest': 1.0.1 - '@types/node': 10.17.13 + '@rushstack/set-webpack-public-path-plugin': link:../set-webpack-public-path-plugin + '@types/loader-utils': 1.1.3 + '@types/lodash': 4.14.116 + '@types/webpack': 4.41.24 + '@types/xmldoc': 1.1.4 + webpack: 4.44.2 - ../../libraries/stream-collator: + ../../webpack/module-minifier-plugin: specifiers: '@rushstack/eslint-config': workspace:* '@rushstack/heft': workspace:* '@rushstack/heft-node-rig': workspace:* - '@rushstack/node-core-library': workspace:* - '@rushstack/terminal': workspace:* '@types/heft-jest': 1.0.1 '@types/node': 10.17.13 - dependencies: - '@rushstack/node-core-library': link:../node-core-library - '@rushstack/terminal': link:../terminal - devDependencies: + '@types/tapable': 1.0.6 + '@types/webpack': 4.41.24 + '@types/webpack-sources': 1.4.2 + source-map: ~0.7.3 + tapable: 1.1.3 + terser: 4.7.0 + webpack: ~4.44.2 + webpack-sources: ~1.4.3 + dependencies: + '@types/node': 10.17.13 + '@types/tapable': 1.0.6 + source-map: 0.7.3 + tapable: 1.1.3 + terser: 4.7.0 + devDependencies: '@rushstack/eslint-config': link:../../stack/eslint-config '@rushstack/heft': link:../../apps/heft '@rushstack/heft-node-rig': link:../../rigs/heft-node-rig '@types/heft-jest': 1.0.1 - '@types/node': 10.17.13 + '@types/webpack': 4.41.24 + '@types/webpack-sources': 1.4.2 + webpack: 4.44.2 + webpack-sources: 1.4.3 - ../../libraries/terminal: + ../../webpack/set-webpack-public-path-plugin: specifiers: '@rushstack/eslint-config': workspace:* '@rushstack/heft': workspace:* '@rushstack/heft-node-rig': workspace:* - '@rushstack/node-core-library': workspace:* '@types/heft-jest': 1.0.1 + '@types/lodash': 4.14.116 '@types/node': 10.17.13 - colors: ~1.2.1 + '@types/tapable': 1.0.6 + '@types/uglify-js': 2.6.29 + '@types/webpack': 4.41.24 + lodash: ~4.17.15 dependencies: - '@rushstack/node-core-library': link:../node-core-library - '@types/node': 10.17.13 + lodash: 4.17.21 devDependencies: '@rushstack/eslint-config': link:../../stack/eslint-config '@rushstack/heft': link:../../apps/heft '@rushstack/heft-node-rig': link:../../rigs/heft-node-rig '@types/heft-jest': 1.0.1 - colors: 1.2.5 + '@types/lodash': 4.14.116 + '@types/node': 10.17.13 + '@types/tapable': 1.0.6 + '@types/uglify-js': 2.6.29 + '@types/webpack': 4.41.24 - ../../libraries/tree-pattern: - specifiers: - '@rushstack/eslint-config': 2.3.3 - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8 - '@types/heft-jest': 1.0.1 - eslint: ~7.12.1 - typescript: ~3.9.7 - devDependencies: - '@rushstack/eslint-config': 2.3.3_eslint@7.12.1+typescript@3.9.9 - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8_@rushstack+heft@0.28.0 - '@types/heft-jest': 1.0.1 - eslint: 7.12.1 - typescript: 3.9.9 +packages: - ../../libraries/ts-command-line: - specifiers: - '@rushstack/eslint-config': workspace:* - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8 - '@types/argparse': 1.0.38 - '@types/heft-jest': 1.0.1 - '@types/node': 10.17.13 - argparse: ~1.0.9 - colors: ~1.2.1 - string-argv: ~0.3.1 + /@azure/abort-controller/1.0.4: + resolution: {integrity: sha512-lNUmDRVGpanCsiUN3NWxFTdwmdFI53xwhkTFfHDGTYk46ca7Ind3nanJc+U6Zj9Tv+9nTCWRBscWEW1DyKOpTw==} + engines: {node: '>=8.0.0'} dependencies: - '@types/argparse': 1.0.38 - argparse: 1.0.10 - colors: 1.2.5 - string-argv: 0.3.1 - devDependencies: - '@rushstack/eslint-config': link:../../stack/eslint-config - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8_@rushstack+heft@0.28.0 - '@types/heft-jest': 1.0.1 - '@types/node': 10.17.13 + tslib: 2.3.0 + dev: false - ../../libraries/typings-generator: - specifiers: - '@rushstack/eslint-config': workspace:* - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8 - '@rushstack/node-core-library': workspace:* - '@types/glob': 7.1.1 - '@types/node': 10.17.13 - chokidar: ~3.4.0 - glob: ~7.0.5 + /@azure/core-asynciterator-polyfill/1.0.0: + resolution: {integrity: sha512-kmv8CGrPfN9SwMwrkiBK9VTQYxdFQEGe0BmQk+M8io56P9KNzpAxcWE/1fxJj7uouwN4kXF0BHW8DNlgx+wtCg==} + dev: false + + /@azure/core-auth/1.3.2: + resolution: {integrity: sha512-7CU6DmCHIZp5ZPiZ9r3J17lTKMmYsm/zGvNkjArQwPkrLlZ1TZ+EUYfGgh2X31OLMVAQCTJZW4cXHJi02EbJnA==} + engines: {node: '>=12.0.0'} dependencies: - '@rushstack/node-core-library': link:../node-core-library - '@types/node': 10.17.13 - chokidar: 3.4.3 - glob: 7.0.6 - devDependencies: - '@rushstack/eslint-config': link:../../stack/eslint-config - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8_@rushstack+heft@0.28.0 - '@types/glob': 7.1.1 + '@azure/abort-controller': 1.0.4 + tslib: 2.3.0 + dev: false - ../../repo-scripts/doc-plugin-rush-stack: - specifiers: - '@microsoft/api-documenter': workspace:* - '@microsoft/api-extractor-model': workspace:* - '@microsoft/tsdoc': 0.13.2 - '@rushstack/eslint-config': workspace:* - '@rushstack/heft': workspace:* - '@rushstack/heft-node-rig': workspace:* - '@rushstack/node-core-library': workspace:* - '@types/js-yaml': 3.12.1 - '@types/node': 10.17.13 - js-yaml: ~3.13.1 + /@azure/core-http/1.2.6: + resolution: {integrity: sha512-odtH7UMKtekc5YQ86xg9GlVHNXR6pq2JgJ5FBo7/jbOjNGdBqcrIVrZx2bevXVJz/uUTSx6vUf62gzTXTfqYSQ==} + engines: {node: '>=8.0.0'} dependencies: - '@microsoft/api-documenter': link:../../apps/api-documenter - '@microsoft/api-extractor-model': link:../../apps/api-extractor-model - '@microsoft/tsdoc': 0.13.2 - '@rushstack/node-core-library': link:../../libraries/node-core-library - js-yaml: 3.13.1 - devDependencies: - '@rushstack/eslint-config': link:../../stack/eslint-config - '@rushstack/heft': link:../../apps/heft - '@rushstack/heft-node-rig': link:../../rigs/heft-node-rig - '@types/js-yaml': 3.12.1 - '@types/node': 10.17.13 + '@azure/abort-controller': 1.0.4 + '@azure/core-asynciterator-polyfill': 1.0.0 + '@azure/core-auth': 1.3.2 + '@azure/core-tracing': 1.0.0-preview.11 + '@azure/logger': 1.0.2 + '@types/node-fetch': 2.5.11 + '@types/tunnel': 0.0.1 + form-data: 3.0.1 + node-fetch: 2.6.1 + process: 0.11.10 + tough-cookie: 4.0.0 + tslib: 2.3.0 + tunnel: 0.0.6 + uuid: 8.3.2 + xml2js: 0.4.23 + dev: false - ../../repo-scripts/generate-api-docs: - specifiers: - '@microsoft/api-documenter': workspace:* - '@rushstack/eslint-config': workspace:* - doc-plugin-rush-stack: workspace:* - devDependencies: - '@microsoft/api-documenter': link:../../apps/api-documenter - '@rushstack/eslint-config': link:../../stack/eslint-config - doc-plugin-rush-stack: link:../doc-plugin-rush-stack + /@azure/core-lro/1.0.5: + resolution: {integrity: sha512-0EFCFZxARrIoLWMIRt4vuqconRVIO2Iin7nFBfJiYCCbKp5eEmxutNk8uqudPmG0XFl5YqlVh68/al/vbE5OOg==} + engines: {node: '>=8.0.0'} + dependencies: + '@azure/abort-controller': 1.0.4 + '@azure/core-http': 1.2.6 + '@azure/core-tracing': 1.0.0-preview.11 + events: 3.3.0 + tslib: 2.3.0 + dev: false - ../../repo-scripts/repo-toolbox: - specifiers: - '@microsoft/rush-lib': workspace:* - '@rushstack/eslint-config': workspace:* - '@rushstack/heft': workspace:* - '@rushstack/heft-node-rig': workspace:* - '@rushstack/node-core-library': workspace:* - '@rushstack/ts-command-line': workspace:* - '@types/node': 10.17.13 + /@azure/core-paging/1.1.3: + resolution: {integrity: sha512-his7Ah40ThEYORSpIAwuh6B8wkGwO/zG7gqVtmSE4WAJ46e36zUDXTKReUCLBDc6HmjjApQQxxcRFy5FruG79A==} + engines: {node: '>=8.0.0'} dependencies: - '@microsoft/rush-lib': link:../../apps/rush-lib - '@rushstack/node-core-library': link:../../libraries/node-core-library - '@rushstack/ts-command-line': link:../../libraries/ts-command-line - devDependencies: - '@rushstack/eslint-config': link:../../stack/eslint-config - '@rushstack/heft': link:../../apps/heft - '@rushstack/heft-node-rig': link:../../rigs/heft-node-rig - '@types/node': 10.17.13 + '@azure/core-asynciterator-polyfill': 1.0.0 + dev: false - ../../rigs/heft-node-rig: - specifiers: - '@microsoft/api-extractor': workspace:* - '@rushstack/heft': workspace:* - eslint: ~7.12.1 - typescript: ~3.9.7 + /@azure/core-tracing/1.0.0-preview.11: + resolution: {integrity: sha512-frF0pJc9HTmKncVokhBxCqipjbql02DThQ1ZJ9wLi7SDMLdPAFyDI5xZNzX5guLz+/DtPkY+SGK2li9FIXqshQ==} + engines: {node: '>=8.0.0'} dependencies: - '@microsoft/api-extractor': link:../../apps/api-extractor - eslint: 7.12.1 - typescript: 3.9.9 - devDependencies: - '@rushstack/heft': link:../../apps/heft + '@opencensus/web-types': 0.0.7 + '@opentelemetry/api': 1.0.0-rc.0 + tslib: 2.3.0 + dev: false - ../../rigs/heft-web-rig: - specifiers: - '@microsoft/api-extractor': workspace:* - '@rushstack/heft': workspace:* - '@rushstack/heft-webpack4-plugin': workspace:* - eslint: ~7.12.1 - typescript: ~3.9.7 + /@azure/core-tracing/1.0.0-preview.7: + resolution: {integrity: sha512-pkFCw6OiJrpR+aH1VQe6DYm3fK2KWCC5Jf3m/Pv1RxF08M1Xm08RCyQ5Qe0YyW5L16yYT2nnV48krVhYZ6SGFA==} dependencies: - '@microsoft/api-extractor': link:../../apps/api-extractor - '@rushstack/heft-webpack4-plugin': link:../../heft-plugins/heft-webpack4-plugin - eslint: 7.12.1 - typescript: 3.9.9 - devDependencies: - '@rushstack/heft': link:../../apps/heft + '@opencensus/web-types': 0.0.7 + '@opentelemetry/types': 0.2.0 + tslib: 1.14.1 + dev: false - ../../stack/eslint-config: - specifiers: - '@rushstack/eslint-patch': workspace:* - '@rushstack/eslint-plugin': workspace:* - '@rushstack/eslint-plugin-packlets': workspace:* - '@rushstack/eslint-plugin-security': workspace:* - '@typescript-eslint/eslint-plugin': 3.4.0 - '@typescript-eslint/experimental-utils': ^3.4.0 - '@typescript-eslint/parser': 3.4.0 - '@typescript-eslint/typescript-estree': 3.4.0 - eslint: ~7.12.1 - eslint-plugin-promise: ~4.2.1 - eslint-plugin-react: ~7.20.0 - eslint-plugin-tsdoc: ~0.2.10 - typescript: ~3.9.7 + /@azure/core-tracing/1.0.0-preview.9: + resolution: {integrity: sha512-zczolCLJ5QG42AEPQ+Qg9SRYNUyB+yZ5dzof4YEc+dyWczO9G2sBqbAjLB7IqrsdHN2apkiB2oXeDKCsq48jug==} + engines: {node: '>=8.0.0'} dependencies: - '@rushstack/eslint-patch': link:../eslint-patch - '@rushstack/eslint-plugin': link:../eslint-plugin - '@rushstack/eslint-plugin-packlets': link:../eslint-plugin-packlets - '@rushstack/eslint-plugin-security': link:../eslint-plugin-security - '@typescript-eslint/eslint-plugin': 3.4.0_089e1daeed8e558466a682bc7c94990b - '@typescript-eslint/experimental-utils': 3.10.1_eslint@7.12.1+typescript@3.9.9 - '@typescript-eslint/parser': 3.4.0_eslint@7.12.1+typescript@3.9.9 - '@typescript-eslint/typescript-estree': 3.4.0_typescript@3.9.9 - eslint-plugin-promise: 4.2.1 - eslint-plugin-react: 7.20.6_eslint@7.12.1 - eslint-plugin-tsdoc: 0.2.14 - devDependencies: - eslint: 7.12.1 - typescript: 3.9.9 + '@opencensus/web-types': 0.0.7 + '@opentelemetry/api': 0.10.2 + tslib: 2.3.0 + dev: false - ../../stack/eslint-patch: - specifiers: - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8 - '@types/node': 10.17.13 - devDependencies: - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8_@rushstack+heft@0.28.0 - '@types/node': 10.17.13 + /@azure/identity/1.0.3: + resolution: {integrity: sha512-yWoOL3WjbD1sAYHdx4buFCGd9mCIHGzlTHgkhhLrmMpBztsfp9ejo5LRPYIV2Za4otfJzPL4kH/vnSLTS/4WYA==} + dependencies: + '@azure/core-http': 1.2.6 + '@azure/core-tracing': 1.0.0-preview.7 + '@azure/logger': 1.0.2 + '@opentelemetry/types': 0.2.0 + events: 3.3.0 + jws: 3.2.2 + msal: 1.4.11 + qs: 6.10.1 + tslib: 1.14.1 + uuid: 3.4.0 + dev: false - ../../stack/eslint-plugin: - specifiers: - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8 - '@rushstack/tree-pattern': workspace:* - '@types/eslint': 7.2.0 - '@types/estree': 0.0.44 - '@types/heft-jest': 1.0.1 - '@types/node': 10.17.13 - '@typescript-eslint/experimental-utils': ^3.4.0 - '@typescript-eslint/parser': 3.4.0 - '@typescript-eslint/typescript-estree': 3.4.0 - eslint: ~7.12.1 - typescript: ~3.9.7 + /@azure/logger/1.0.2: + resolution: {integrity: sha512-YZNjNV0vL3nN2nedmcjQBcpCTo3oqceXmgiQtEm6fLpucjRZyQKAQruhCmCpRlB1iykqKJJ/Y8CDmT5rIE6IJw==} + engines: {node: '>=8.0.0'} dependencies: - '@rushstack/tree-pattern': link:../../libraries/tree-pattern - '@typescript-eslint/experimental-utils': 3.10.1_eslint@7.12.1+typescript@3.9.9 - devDependencies: - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8_@rushstack+heft@0.28.0 - '@types/eslint': 7.2.0 - '@types/estree': 0.0.44 - '@types/heft-jest': 1.0.1 - '@types/node': 10.17.13 - '@typescript-eslint/parser': 3.4.0_eslint@7.12.1+typescript@3.9.9 - '@typescript-eslint/typescript-estree': 3.4.0_typescript@3.9.9 - eslint: 7.12.1 - typescript: 3.9.9 + tslib: 2.3.0 + dev: false - ../../stack/eslint-plugin-packlets: - specifiers: - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8 - '@rushstack/tree-pattern': workspace:* - '@types/eslint': 7.2.0 - '@types/estree': 0.0.44 - '@types/heft-jest': 1.0.1 - '@types/node': 10.17.13 - '@typescript-eslint/experimental-utils': ^3.4.0 - '@typescript-eslint/parser': 3.4.0 - '@typescript-eslint/typescript-estree': 3.4.0 - eslint: ~7.12.1 - typescript: ~3.9.7 + /@azure/storage-blob/12.3.0: + resolution: {integrity: sha512-nCySzNfm782pEW3sg9GHj1zE4gBeVVMeEBdWb4MefifrCwQQOoz5cXZTNFiUJAJqAO+/72r2UjZcUwHk/QmzkA==} dependencies: - '@rushstack/tree-pattern': link:../../libraries/tree-pattern - '@typescript-eslint/experimental-utils': 3.10.1_eslint@7.12.1+typescript@3.9.9 - devDependencies: - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8_@rushstack+heft@0.28.0 - '@types/eslint': 7.2.0 - '@types/estree': 0.0.44 - '@types/heft-jest': 1.0.1 - '@types/node': 10.17.13 - '@typescript-eslint/parser': 3.4.0_eslint@7.12.1+typescript@3.9.9 - '@typescript-eslint/typescript-estree': 3.4.0_typescript@3.9.9 - eslint: 7.12.1 - typescript: 3.9.9 + '@azure/abort-controller': 1.0.4 + '@azure/core-http': 1.2.6 + '@azure/core-lro': 1.0.5 + '@azure/core-paging': 1.1.3 + '@azure/core-tracing': 1.0.0-preview.9 + '@azure/logger': 1.0.2 + '@opentelemetry/api': 0.10.2 + events: 3.3.0 + tslib: 2.3.0 + dev: false - ../../stack/eslint-plugin-security: - specifiers: - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8 - '@rushstack/tree-pattern': workspace:* - '@types/eslint': 7.2.0 - '@types/estree': 0.0.44 - '@types/heft-jest': 1.0.1 - '@types/node': 10.17.13 - '@typescript-eslint/experimental-utils': ^3.4.0 - '@typescript-eslint/parser': 3.4.0 - '@typescript-eslint/typescript-estree': 3.4.0 - eslint: ~7.12.1 - typescript: ~3.9.7 + /@babel/code-frame/7.14.5: + resolution: {integrity: sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==} + engines: {node: '>=6.9.0'} dependencies: - '@rushstack/tree-pattern': link:../../libraries/tree-pattern - '@typescript-eslint/experimental-utils': 3.10.1_eslint@7.12.1+typescript@3.9.9 - devDependencies: - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8_@rushstack+heft@0.28.0 - '@types/eslint': 7.2.0 - '@types/estree': 0.0.44 - '@types/heft-jest': 1.0.1 - '@types/node': 10.17.13 - '@typescript-eslint/parser': 3.4.0_eslint@7.12.1+typescript@3.9.9 - '@typescript-eslint/typescript-estree': 3.4.0_typescript@3.9.9 - eslint: 7.12.1 - typescript: 3.9.9 + '@babel/highlight': 7.14.5 - ../../stack/rush-stack-compiler-2.4: - specifiers: - '@microsoft/api-extractor': workspace:* - '@microsoft/rush-stack-compiler-3.9': workspace:* - '@microsoft/rush-stack-compiler-shared': workspace:* - '@rushstack/eslint-config': workspace:* - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8 - '@rushstack/node-core-library': workspace:* - '@types/node': 10.17.13 - eslint: ~7.12.1 - import-lazy: ~4.0.0 - tslint: ~5.20.1 - tslint-microsoft-contrib: ~6.2.0 - typescript: ~2.4.2 - dependencies: - '@microsoft/api-extractor': link:../../apps/api-extractor - '@rushstack/eslint-config': link:../eslint-config - '@rushstack/node-core-library': link:../../libraries/node-core-library - '@types/node': 10.17.13 - eslint: 7.12.1 - import-lazy: 4.0.0 - tslint: 5.20.1_typescript@2.4.2 - tslint-microsoft-contrib: 6.2.0_tslint@5.20.1+typescript@2.4.2 - typescript: 2.4.2 - devDependencies: - '@microsoft/rush-stack-compiler-3.9': link:../rush-stack-compiler-3.9 - '@microsoft/rush-stack-compiler-shared': link:../rush-stack-compiler-shared - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8_@rushstack+heft@0.28.0 + /@babel/compat-data/7.14.7: + resolution: {integrity: sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==} + engines: {node: '>=6.9.0'} - ../../stack/rush-stack-compiler-2.7: - specifiers: - '@microsoft/api-extractor': workspace:* - '@microsoft/rush-stack-compiler-3.9': workspace:* - '@microsoft/rush-stack-compiler-shared': workspace:* - '@rushstack/eslint-config': workspace:* - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8 - '@rushstack/node-core-library': workspace:* - '@types/node': 10.17.13 - eslint: ~7.12.1 - import-lazy: ~4.0.0 - tslint: ~5.20.1 - tslint-microsoft-contrib: ~6.2.0 - typescript: ~2.7.2 + /@babel/core/7.14.6: + resolution: {integrity: sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA==} + engines: {node: '>=6.9.0'} dependencies: - '@microsoft/api-extractor': link:../../apps/api-extractor - '@rushstack/eslint-config': link:../eslint-config - '@rushstack/node-core-library': link:../../libraries/node-core-library - '@types/node': 10.17.13 - eslint: 7.12.1 - import-lazy: 4.0.0 - tslint: 5.20.1_typescript@2.7.2 - tslint-microsoft-contrib: 6.2.0_tslint@5.20.1+typescript@2.7.2 - typescript: 2.7.2 - devDependencies: - '@microsoft/rush-stack-compiler-3.9': link:../rush-stack-compiler-3.9 - '@microsoft/rush-stack-compiler-shared': link:../rush-stack-compiler-shared - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8_@rushstack+heft@0.28.0 + '@babel/code-frame': 7.14.5 + '@babel/generator': 7.14.5 + '@babel/helper-compilation-targets': 7.14.5_@babel+core@7.14.6 + '@babel/helper-module-transforms': 7.14.5 + '@babel/helpers': 7.14.6 + '@babel/parser': 7.14.7 + '@babel/template': 7.14.5 + '@babel/traverse': 7.14.7 + '@babel/types': 7.14.5 + convert-source-map: 1.8.0 + debug: 4.3.2 + gensync: 1.0.0-beta.2 + json5: 2.2.0 + semver: 6.3.0 + source-map: 0.5.7 + transitivePeerDependencies: + - supports-color - ../../stack/rush-stack-compiler-2.8: - specifiers: - '@microsoft/api-extractor': workspace:* - '@microsoft/rush-stack-compiler-3.9': workspace:* - '@microsoft/rush-stack-compiler-shared': workspace:* - '@rushstack/eslint-config': workspace:* - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8 - '@rushstack/node-core-library': workspace:* - '@types/node': 10.17.13 - eslint: ~7.12.1 - import-lazy: ~4.0.0 - tslint: ~5.20.1 - tslint-microsoft-contrib: ~6.2.0 - typescript: ~2.8.4 + /@babel/generator/7.14.5: + resolution: {integrity: sha512-y3rlP+/G25OIX3mYKKIOlQRcqj7YgrvHxOLbVmyLJ9bPmi5ttvUmpydVjcFjZphOktWuA7ovbx91ECloWTfjIA==} + engines: {node: '>=6.9.0'} dependencies: - '@microsoft/api-extractor': link:../../apps/api-extractor - '@rushstack/eslint-config': link:../eslint-config - '@rushstack/node-core-library': link:../../libraries/node-core-library - '@types/node': 10.17.13 - eslint: 7.12.1 - import-lazy: 4.0.0 - tslint: 5.20.1_typescript@2.8.4 - tslint-microsoft-contrib: 6.2.0_tslint@5.20.1+typescript@2.8.4 - typescript: 2.8.4 - devDependencies: - '@microsoft/rush-stack-compiler-3.9': link:../rush-stack-compiler-3.9 - '@microsoft/rush-stack-compiler-shared': link:../rush-stack-compiler-shared - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8_@rushstack+heft@0.28.0 + '@babel/types': 7.14.5 + jsesc: 2.5.2 + source-map: 0.5.7 - ../../stack/rush-stack-compiler-2.9: - specifiers: - '@microsoft/api-extractor': workspace:* - '@microsoft/rush-stack-compiler-3.9': workspace:* - '@microsoft/rush-stack-compiler-shared': workspace:* - '@rushstack/eslint-config': workspace:* - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8 - '@rushstack/node-core-library': workspace:* - '@types/node': 10.17.13 - eslint: ~7.12.1 - import-lazy: ~4.0.0 - tslint: ~5.20.1 - tslint-microsoft-contrib: ~6.2.0 - typescript: ~2.9.2 + /@babel/helper-compilation-targets/7.14.5_@babel+core@7.14.6: + resolution: {integrity: sha512-v+QtZqXEiOnpO6EYvlImB6zCD2Lel06RzOPzmkz/D/XgQiUu3C/Jb1LOqSt/AIA34TYi/Q+KlT8vTQrgdxkbLw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 dependencies: - '@microsoft/api-extractor': link:../../apps/api-extractor - '@rushstack/eslint-config': link:../eslint-config - '@rushstack/node-core-library': link:../../libraries/node-core-library - '@types/node': 10.17.13 - eslint: 7.12.1 - import-lazy: 4.0.0 - tslint: 5.20.1_typescript@2.9.2 - tslint-microsoft-contrib: 6.2.0_tslint@5.20.1+typescript@2.9.2 - typescript: 2.9.2 - devDependencies: - '@microsoft/rush-stack-compiler-3.9': link:../rush-stack-compiler-3.9 - '@microsoft/rush-stack-compiler-shared': link:../rush-stack-compiler-shared - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8_@rushstack+heft@0.28.0 + '@babel/compat-data': 7.14.7 + '@babel/core': 7.14.6 + '@babel/helper-validator-option': 7.14.5 + browserslist: 4.16.6 + semver: 6.3.0 - ../../stack/rush-stack-compiler-3.0: - specifiers: - '@microsoft/api-extractor': workspace:* - '@microsoft/rush-stack-compiler-3.9': workspace:* - '@microsoft/rush-stack-compiler-shared': workspace:* - '@rushstack/eslint-config': workspace:* - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8 - '@rushstack/node-core-library': workspace:* - '@types/node': 10.17.13 - eslint: ~7.12.1 - import-lazy: ~4.0.0 - tslint: ~5.20.1 - tslint-microsoft-contrib: ~6.2.0 - typescript: ~3.0.3 + /@babel/helper-function-name/7.14.5: + resolution: {integrity: sha512-Gjna0AsXWfFvrAuX+VKcN/aNNWonizBj39yGwUzVDVTlMYJMK2Wp6xdpy72mfArFq5uK+NOuexfzZlzI1z9+AQ==} + engines: {node: '>=6.9.0'} dependencies: - '@microsoft/api-extractor': link:../../apps/api-extractor - '@rushstack/eslint-config': link:../eslint-config - '@rushstack/node-core-library': link:../../libraries/node-core-library - '@types/node': 10.17.13 - eslint: 7.12.1 - import-lazy: 4.0.0 - tslint: 5.20.1_typescript@3.0.3 - tslint-microsoft-contrib: 6.2.0_tslint@5.20.1+typescript@3.0.3 - typescript: 3.0.3 - devDependencies: - '@microsoft/rush-stack-compiler-3.9': link:../rush-stack-compiler-3.9 - '@microsoft/rush-stack-compiler-shared': link:../rush-stack-compiler-shared - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8_@rushstack+heft@0.28.0 + '@babel/helper-get-function-arity': 7.14.5 + '@babel/template': 7.14.5 + '@babel/types': 7.14.5 - ../../stack/rush-stack-compiler-3.1: - specifiers: - '@microsoft/api-extractor': workspace:* - '@microsoft/rush-stack-compiler-3.9': workspace:* - '@microsoft/rush-stack-compiler-shared': workspace:* - '@rushstack/eslint-config': workspace:* - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8 - '@rushstack/node-core-library': workspace:* - '@types/node': 10.17.13 - eslint: ~7.12.1 - import-lazy: ~4.0.0 - tslint: ~5.20.1 - tslint-microsoft-contrib: ~6.2.0 - typescript: ~3.1.6 + /@babel/helper-get-function-arity/7.14.5: + resolution: {integrity: sha512-I1Db4Shst5lewOM4V+ZKJzQ0JGGaZ6VY1jYvMghRjqs6DWgxLCIyFt30GlnKkfUeFLpJt2vzbMVEXVSXlIFYUg==} + engines: {node: '>=6.9.0'} dependencies: - '@microsoft/api-extractor': link:../../apps/api-extractor - '@rushstack/eslint-config': link:../eslint-config - '@rushstack/node-core-library': link:../../libraries/node-core-library - '@types/node': 10.17.13 - eslint: 7.12.1 - import-lazy: 4.0.0 - tslint: 5.20.1_typescript@3.1.8 - tslint-microsoft-contrib: 6.2.0_tslint@5.20.1+typescript@3.1.8 - typescript: 3.1.8 - devDependencies: - '@microsoft/rush-stack-compiler-3.9': link:../rush-stack-compiler-3.9 - '@microsoft/rush-stack-compiler-shared': link:../rush-stack-compiler-shared - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8_@rushstack+heft@0.28.0 + '@babel/types': 7.14.5 - ../../stack/rush-stack-compiler-3.2: - specifiers: - '@microsoft/api-extractor': workspace:* - '@microsoft/rush-stack-compiler-3.9': workspace:* - '@microsoft/rush-stack-compiler-shared': workspace:* - '@rushstack/eslint-config': workspace:* - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8 - '@rushstack/node-core-library': workspace:* - '@types/node': 10.17.13 - eslint: ~7.12.1 - import-lazy: ~4.0.0 - tslint: ~5.20.1 - tslint-microsoft-contrib: ~6.2.0 - typescript: ~3.2.4 + /@babel/helper-hoist-variables/7.14.5: + resolution: {integrity: sha512-R1PXiz31Uc0Vxy4OEOm07x0oSjKAdPPCh3tPivn/Eo8cvz6gveAeuyUUPB21Hoiif0uoPQSSdhIPS3352nvdyQ==} + engines: {node: '>=6.9.0'} dependencies: - '@microsoft/api-extractor': link:../../apps/api-extractor - '@rushstack/eslint-config': link:../eslint-config - '@rushstack/node-core-library': link:../../libraries/node-core-library - '@types/node': 10.17.13 - eslint: 7.12.1 - import-lazy: 4.0.0 - tslint: 5.20.1_typescript@3.2.4 - tslint-microsoft-contrib: 6.2.0_tslint@5.20.1+typescript@3.2.4 - typescript: 3.2.4 - devDependencies: - '@microsoft/rush-stack-compiler-3.9': link:../rush-stack-compiler-3.9 - '@microsoft/rush-stack-compiler-shared': link:../rush-stack-compiler-shared - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8_@rushstack+heft@0.28.0 + '@babel/types': 7.14.5 - ../../stack/rush-stack-compiler-3.3: - specifiers: - '@microsoft/api-extractor': workspace:* - '@microsoft/rush-stack-compiler-3.9': workspace:* - '@microsoft/rush-stack-compiler-shared': workspace:* - '@rushstack/eslint-config': workspace:* - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8 - '@rushstack/node-core-library': workspace:* - '@types/node': 10.17.13 - eslint: ~7.12.1 - import-lazy: ~4.0.0 - tslint: ~5.20.1 - tslint-microsoft-contrib: ~6.2.0 - typescript: ~3.3.3 + /@babel/helper-member-expression-to-functions/7.14.7: + resolution: {integrity: sha512-TMUt4xKxJn6ccjcOW7c4hlwyJArizskAhoSTOCkA0uZ+KghIaci0Qg9R043kUMWI9mtQfgny+NQ5QATnZ+paaA==} + engines: {node: '>=6.9.0'} dependencies: - '@microsoft/api-extractor': link:../../apps/api-extractor - '@rushstack/eslint-config': link:../eslint-config - '@rushstack/node-core-library': link:../../libraries/node-core-library - '@types/node': 10.17.13 - eslint: 7.12.1 - import-lazy: 4.0.0 - tslint: 5.20.1_typescript@3.3.4000 - tslint-microsoft-contrib: 6.2.0_5de1f8fa14d12d0f8943ae8c5c9e10ce - typescript: 3.3.4000 - devDependencies: - '@microsoft/rush-stack-compiler-3.9': link:../rush-stack-compiler-3.9 - '@microsoft/rush-stack-compiler-shared': link:../rush-stack-compiler-shared - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8_@rushstack+heft@0.28.0 + '@babel/types': 7.14.5 - ../../stack/rush-stack-compiler-3.4: - specifiers: - '@microsoft/api-extractor': workspace:* - '@microsoft/rush-stack-compiler-3.9': workspace:* - '@microsoft/rush-stack-compiler-shared': workspace:* - '@rushstack/eslint-config': workspace:* - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8 - '@rushstack/node-core-library': workspace:* - '@types/node': 10.17.13 - eslint: ~7.12.1 - import-lazy: ~4.0.0 - tslint: ~5.20.1 - tslint-microsoft-contrib: ~6.2.0 - typescript: ~3.4.3 + /@babel/helper-module-imports/7.14.5: + resolution: {integrity: sha512-SwrNHu5QWS84XlHwGYPDtCxcA0hrSlL2yhWYLgeOc0w7ccOl2qv4s/nARI0aYZW+bSwAL5CukeXA47B/1NKcnQ==} + engines: {node: '>=6.9.0'} dependencies: - '@microsoft/api-extractor': link:../../apps/api-extractor - '@rushstack/eslint-config': link:../eslint-config - '@rushstack/node-core-library': link:../../libraries/node-core-library - '@types/node': 10.17.13 - eslint: 7.12.1 - import-lazy: 4.0.0 - tslint: 5.20.1_typescript@3.4.5 - tslint-microsoft-contrib: 6.2.0_tslint@5.20.1+typescript@3.4.5 - typescript: 3.4.5 - devDependencies: - '@microsoft/rush-stack-compiler-3.9': link:../rush-stack-compiler-3.9 - '@microsoft/rush-stack-compiler-shared': link:../rush-stack-compiler-shared - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8_@rushstack+heft@0.28.0 + '@babel/types': 7.14.5 - ../../stack/rush-stack-compiler-3.5: - specifiers: - '@microsoft/api-extractor': workspace:* - '@microsoft/rush-stack-compiler-3.9': workspace:* - '@microsoft/rush-stack-compiler-shared': workspace:* - '@rushstack/eslint-config': workspace:* - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8 - '@rushstack/node-core-library': workspace:* - '@types/node': 10.17.13 - eslint: ~7.12.1 - import-lazy: ~4.0.0 - tslint: ~5.20.1 - tslint-microsoft-contrib: ~6.2.0 - typescript: ~3.5.3 + /@babel/helper-module-transforms/7.14.5: + resolution: {integrity: sha512-iXpX4KW8LVODuAieD7MzhNjmM6dzYY5tfRqT+R9HDXWl0jPn/djKmA+G9s/2C2T9zggw5tK1QNqZ70USfedOwA==} + engines: {node: '>=6.9.0'} dependencies: - '@microsoft/api-extractor': link:../../apps/api-extractor - '@rushstack/eslint-config': link:../eslint-config - '@rushstack/node-core-library': link:../../libraries/node-core-library - '@types/node': 10.17.13 - eslint: 7.12.1 - import-lazy: 4.0.0 - tslint: 5.20.1_typescript@3.5.3 - tslint-microsoft-contrib: 6.2.0_tslint@5.20.1+typescript@3.5.3 - typescript: 3.5.3 - devDependencies: - '@microsoft/rush-stack-compiler-3.9': link:../rush-stack-compiler-3.9 - '@microsoft/rush-stack-compiler-shared': link:../rush-stack-compiler-shared - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8_@rushstack+heft@0.28.0 + '@babel/helper-module-imports': 7.14.5 + '@babel/helper-replace-supers': 7.14.5 + '@babel/helper-simple-access': 7.14.5 + '@babel/helper-split-export-declaration': 7.14.5 + '@babel/helper-validator-identifier': 7.14.5 + '@babel/template': 7.14.5 + '@babel/traverse': 7.14.7 + '@babel/types': 7.14.5 + transitivePeerDependencies: + - supports-color - ../../stack/rush-stack-compiler-3.6: - specifiers: - '@microsoft/api-extractor': workspace:* - '@microsoft/rush-stack-compiler-3.9': workspace:* - '@microsoft/rush-stack-compiler-shared': workspace:* - '@rushstack/eslint-config': workspace:* - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8 - '@rushstack/node-core-library': workspace:* - '@types/node': 10.17.13 - eslint: ~7.12.1 - import-lazy: ~4.0.0 - tslint: ~5.20.1 - tslint-microsoft-contrib: ~6.2.0 - typescript: ~3.6.4 + /@babel/helper-optimise-call-expression/7.14.5: + resolution: {integrity: sha512-IqiLIrODUOdnPU9/F8ib1Fx2ohlgDhxnIDU7OEVi+kAbEZcyiF7BLU8W6PfvPi9LzztjS7kcbzbmL7oG8kD6VA==} + engines: {node: '>=6.9.0'} dependencies: - '@microsoft/api-extractor': link:../../apps/api-extractor - '@rushstack/eslint-config': link:../eslint-config - '@rushstack/node-core-library': link:../../libraries/node-core-library - '@types/node': 10.17.13 - eslint: 7.12.1 - import-lazy: 4.0.0 - tslint: 5.20.1_typescript@3.6.5 - tslint-microsoft-contrib: 6.2.0_tslint@5.20.1+typescript@3.6.5 - typescript: 3.6.5 - devDependencies: - '@microsoft/rush-stack-compiler-3.9': link:../rush-stack-compiler-3.9 - '@microsoft/rush-stack-compiler-shared': link:../rush-stack-compiler-shared - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8_@rushstack+heft@0.28.0 + '@babel/types': 7.14.5 - ../../stack/rush-stack-compiler-3.7: - specifiers: - '@microsoft/api-extractor': workspace:* - '@microsoft/rush-stack-compiler-3.9': workspace:* - '@microsoft/rush-stack-compiler-shared': workspace:* - '@rushstack/eslint-config': workspace:* - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8 - '@rushstack/node-core-library': workspace:* - '@types/node': 10.17.13 - eslint: ~7.12.1 - import-lazy: ~4.0.0 - tslint: ~5.20.1 - tslint-microsoft-contrib: ~6.2.0 - typescript: ~3.7.2 + /@babel/helper-plugin-utils/7.14.5: + resolution: {integrity: sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==} + engines: {node: '>=6.9.0'} + + /@babel/helper-replace-supers/7.14.5: + resolution: {integrity: sha512-3i1Qe9/8x/hCHINujn+iuHy+mMRLoc77b2nI9TB0zjH1hvn9qGlXjWlggdwUcju36PkPCy/lpM7LLUdcTyH4Ow==} + engines: {node: '>=6.9.0'} dependencies: - '@microsoft/api-extractor': link:../../apps/api-extractor - '@rushstack/eslint-config': link:../eslint-config - '@rushstack/node-core-library': link:../../libraries/node-core-library - '@types/node': 10.17.13 - eslint: 7.12.1 - import-lazy: 4.0.0 - tslint: 5.20.1_typescript@3.7.7 - tslint-microsoft-contrib: 6.2.0_tslint@5.20.1+typescript@3.7.7 - typescript: 3.7.7 - devDependencies: - '@microsoft/rush-stack-compiler-3.9': link:../rush-stack-compiler-3.9 - '@microsoft/rush-stack-compiler-shared': link:../rush-stack-compiler-shared - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8_@rushstack+heft@0.28.0 + '@babel/helper-member-expression-to-functions': 7.14.7 + '@babel/helper-optimise-call-expression': 7.14.5 + '@babel/traverse': 7.14.7 + '@babel/types': 7.14.5 + transitivePeerDependencies: + - supports-color - ../../stack/rush-stack-compiler-3.8: - specifiers: - '@microsoft/api-extractor': workspace:* - '@microsoft/rush-stack-compiler-3.9': workspace:* - '@microsoft/rush-stack-compiler-shared': workspace:* - '@rushstack/eslint-config': workspace:* - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8 - '@rushstack/node-core-library': workspace:* - '@types/node': 10.17.13 - eslint: ~7.12.1 - import-lazy: ~4.0.0 - tslint: ~5.20.1 - tslint-microsoft-contrib: ~6.2.0 - typescript: ~3.8.3 + /@babel/helper-simple-access/7.14.5: + resolution: {integrity: sha512-nfBN9xvmCt6nrMZjfhkl7i0oTV3yxR4/FztsbOASyTvVcoYd0TRHh7eMLdlEcCqobydC0LAF3LtC92Iwxo0wyw==} + engines: {node: '>=6.9.0'} dependencies: - '@microsoft/api-extractor': link:../../apps/api-extractor - '@rushstack/eslint-config': link:../eslint-config - '@rushstack/node-core-library': link:../../libraries/node-core-library - '@types/node': 10.17.13 - eslint: 7.12.1 - import-lazy: 4.0.0 - tslint: 5.20.1_typescript@3.8.3 - tslint-microsoft-contrib: 6.2.0_tslint@5.20.1+typescript@3.8.3 - typescript: 3.8.3 - devDependencies: - '@microsoft/rush-stack-compiler-3.9': link:../rush-stack-compiler-3.9 - '@microsoft/rush-stack-compiler-shared': link:../rush-stack-compiler-shared - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8_@rushstack+heft@0.28.0 + '@babel/types': 7.14.5 - ../../stack/rush-stack-compiler-3.9: - specifiers: - '@microsoft/api-extractor': workspace:* - '@microsoft/rush-stack-compiler-3.9': 0.4.42 - '@microsoft/rush-stack-compiler-shared': workspace:* - '@rushstack/eslint-config': workspace:* - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8 - '@rushstack/node-core-library': workspace:* - '@types/node': 10.17.13 - eslint: ~7.12.1 - import-lazy: ~4.0.0 - tslint: ~5.20.1 - tslint-microsoft-contrib: ~6.2.0 - typescript: ~3.9.7 + /@babel/helper-split-export-declaration/7.14.5: + resolution: {integrity: sha512-hprxVPu6e5Kdp2puZUmvOGjaLv9TCe58E/Fl6hRq4YiVQxIcNvuq6uTM2r1mT/oPskuS9CgR+I94sqAYv0NGKA==} + engines: {node: '>=6.9.0'} dependencies: - '@microsoft/api-extractor': link:../../apps/api-extractor - '@rushstack/eslint-config': link:../eslint-config - '@rushstack/node-core-library': link:../../libraries/node-core-library - '@types/node': 10.17.13 - eslint: 7.12.1 - import-lazy: 4.0.0 - tslint: 5.20.1_typescript@3.9.9 - tslint-microsoft-contrib: 6.2.0_tslint@5.20.1+typescript@3.9.9 - typescript: 3.9.9 - devDependencies: - '@microsoft/rush-stack-compiler-3.9': 0.4.42 - '@microsoft/rush-stack-compiler-shared': link:../rush-stack-compiler-shared - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8_@rushstack+heft@0.28.0 + '@babel/types': 7.14.5 - ../../stack/rush-stack-compiler-4.0: - specifiers: - '@microsoft/api-extractor': workspace:* - '@microsoft/rush-stack-compiler-3.9': workspace:* - '@microsoft/rush-stack-compiler-shared': workspace:* - '@rushstack/eslint-config': workspace:* - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8 - '@rushstack/node-core-library': workspace:* - '@types/node': 10.17.13 - eslint: ~7.12.1 - import-lazy: ~4.0.0 - typescript: ~4.0.7 + /@babel/helper-validator-identifier/7.14.5: + resolution: {integrity: sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==} + engines: {node: '>=6.9.0'} + + /@babel/helper-validator-option/7.14.5: + resolution: {integrity: sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==} + engines: {node: '>=6.9.0'} + + /@babel/helpers/7.14.6: + resolution: {integrity: sha512-yesp1ENQBiLI+iYHSJdoZKUtRpfTlL1grDIX9NRlAVppljLw/4tTyYupIB7uIYmC3stW/imAv8EqaKaS/ibmeA==} + engines: {node: '>=6.9.0'} dependencies: - '@microsoft/api-extractor': link:../../apps/api-extractor - '@rushstack/eslint-config': link:../eslint-config - '@rushstack/node-core-library': link:../../libraries/node-core-library - '@types/node': 10.17.13 - eslint: 7.12.1 - import-lazy: 4.0.0 - typescript: 4.0.7 - devDependencies: - '@microsoft/rush-stack-compiler-3.9': link:../rush-stack-compiler-3.9 - '@microsoft/rush-stack-compiler-shared': link:../rush-stack-compiler-shared - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8_@rushstack+heft@0.28.0 + '@babel/template': 7.14.5 + '@babel/traverse': 7.14.7 + '@babel/types': 7.14.5 + transitivePeerDependencies: + - supports-color - ../../stack/rush-stack-compiler-4.1: - specifiers: - '@microsoft/api-extractor': workspace:* - '@microsoft/rush-stack-compiler-3.9': workspace:* - '@microsoft/rush-stack-compiler-shared': workspace:* - '@rushstack/eslint-config': workspace:* - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8 - '@rushstack/node-core-library': workspace:* - '@types/node': 10.17.13 - eslint: ~7.12.1 - import-lazy: ~4.0.0 - typescript: ~4.1.5 + /@babel/highlight/7.14.5: + resolution: {integrity: sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==} + engines: {node: '>=6.9.0'} dependencies: - '@microsoft/api-extractor': link:../../apps/api-extractor - '@rushstack/eslint-config': link:../eslint-config - '@rushstack/node-core-library': link:../../libraries/node-core-library - '@types/node': 10.17.13 - eslint: 7.12.1 - import-lazy: 4.0.0 - typescript: 4.1.5 - devDependencies: - '@microsoft/rush-stack-compiler-3.9': link:../rush-stack-compiler-3.9 - '@microsoft/rush-stack-compiler-shared': link:../rush-stack-compiler-shared - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8_@rushstack+heft@0.28.0 + '@babel/helper-validator-identifier': 7.14.5 + chalk: 2.4.2 + js-tokens: 4.0.0 - ../../stack/rush-stack-compiler-4.2: - specifiers: - '@microsoft/api-extractor': workspace:* - '@microsoft/rush-stack-compiler-3.9': workspace:* - '@microsoft/rush-stack-compiler-shared': workspace:* - '@rushstack/eslint-config': workspace:* - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8 - '@rushstack/node-core-library': workspace:* - '@types/node': 10.17.13 - eslint: ~7.12.1 - import-lazy: ~4.0.0 - typescript: ~4.2.4 + /@babel/parser/7.14.7: + resolution: {integrity: sha512-X67Z5y+VBJuHB/RjwECp8kSl5uYi0BvRbNeWqkaJCVh+LiTPl19WBUfG627psSgp9rSf6ojuXghQM3ha6qHHdA==} + engines: {node: '>=6.0.0'} + hasBin: true + + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.14.6: + resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} + peerDependencies: + '@babel/core': ^7.0.0-0 dependencies: - '@microsoft/api-extractor': link:../../apps/api-extractor - '@rushstack/eslint-config': link:../eslint-config - '@rushstack/node-core-library': link:../../libraries/node-core-library - '@types/node': 10.17.13 - eslint: 7.12.1 - import-lazy: 4.0.0 - typescript: 4.2.4 - devDependencies: - '@microsoft/rush-stack-compiler-3.9': link:../rush-stack-compiler-3.9 - '@microsoft/rush-stack-compiler-shared': link:../rush-stack-compiler-shared - '@rushstack/heft': 0.28.0 - '@rushstack/heft-node-rig': 1.0.8_@rushstack+heft@0.28.0 + '@babel/core': 7.14.6 + '@babel/helper-plugin-utils': 7.14.5 - ../../stack/rush-stack-compiler-shared: - specifiers: {} + /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.14.6: + resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.14.6 + '@babel/helper-plugin-utils': 7.14.5 - ../../tutorials/heft-node-basic-tutorial: - specifiers: - '@rushstack/eslint-config': workspace:* - '@rushstack/heft': workspace:* - '@types/heft-jest': 1.0.1 - '@types/node': 10.17.13 - eslint: ~7.12.1 - typescript: ~3.9.7 - devDependencies: - '@rushstack/eslint-config': link:../../stack/eslint-config - '@rushstack/heft': link:../../apps/heft - '@types/heft-jest': 1.0.1 - '@types/node': 10.17.13 - eslint: 7.12.1 - typescript: 3.9.9 + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.14.6: + resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.14.6 + '@babel/helper-plugin-utils': 7.14.5 - ../../tutorials/heft-node-jest-tutorial: - specifiers: - '@rushstack/eslint-config': workspace:* - '@rushstack/heft': workspace:* - '@types/heft-jest': 1.0.1 - '@types/node': 10.17.13 - eslint: ~7.12.1 - typescript: ~3.9.7 - devDependencies: - '@rushstack/eslint-config': link:../../stack/eslint-config - '@rushstack/heft': link:../../apps/heft - '@types/heft-jest': 1.0.1 - '@types/node': 10.17.13 - eslint: 7.12.1 - typescript: 3.9.9 + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.14.6: + resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.14.6 + '@babel/helper-plugin-utils': 7.14.5 - ../../tutorials/heft-node-rig-tutorial: - specifiers: - '@rushstack/eslint-config': workspace:* - '@rushstack/heft': workspace:* - '@rushstack/heft-node-rig': workspace:* - '@types/heft-jest': 1.0.1 - '@types/node': 10.17.13 - devDependencies: - '@rushstack/eslint-config': link:../../stack/eslint-config - '@rushstack/heft': link:../../apps/heft - '@rushstack/heft-node-rig': link:../../rigs/heft-node-rig - '@types/heft-jest': 1.0.1 - '@types/node': 10.17.13 + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.14.6: + resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.14.6 + '@babel/helper-plugin-utils': 7.14.5 - ../../tutorials/heft-webpack-basic-tutorial: - specifiers: - '@rushstack/eslint-config': workspace:* - '@rushstack/heft': workspace:* - '@rushstack/heft-webpack4-plugin': workspace:* - '@types/heft-jest': 1.0.1 - '@types/react': 16.9.45 - '@types/react-dom': 16.9.8 - '@types/webpack-env': 1.13.0 - css-loader: ~4.2.1 - eslint: ~7.12.1 - html-webpack-plugin: ~4.5.0 - react: ~16.13.1 - react-dom: ~16.13.1 - source-map-loader: ~1.1.2 - style-loader: ~1.2.1 - typescript: ~3.9.7 - webpack: ~4.44.2 - devDependencies: - '@rushstack/eslint-config': link:../../stack/eslint-config - '@rushstack/heft': link:../../apps/heft - '@rushstack/heft-webpack4-plugin': link:../../heft-plugins/heft-webpack4-plugin - '@types/heft-jest': 1.0.1 - '@types/react': 16.9.45 - '@types/react-dom': 16.9.8 - '@types/webpack-env': 1.13.0 - css-loader: 4.2.2_webpack@4.44.2 - eslint: 7.12.1 - html-webpack-plugin: 4.5.2_webpack@4.44.2 - react: 16.13.1 - react-dom: 16.13.1_react@16.13.1 - source-map-loader: 1.1.3_webpack@4.44.2 - style-loader: 1.2.1_webpack@4.44.2 - typescript: 3.9.9 - webpack: 4.44.2 + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.14.6: + resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.14.6 + '@babel/helper-plugin-utils': 7.14.5 - ../../tutorials/packlets-tutorial: - specifiers: - '@rushstack/eslint-config': workspace:* - '@rushstack/heft': workspace:* - '@types/node': 10.17.13 - eslint: ~7.12.1 - typescript: ~3.9.7 - devDependencies: - '@rushstack/eslint-config': link:../../stack/eslint-config - '@rushstack/heft': link:../../apps/heft - '@types/node': 10.17.13 - eslint: 7.12.1 - typescript: 3.9.9 + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.14.6: + resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.14.6 + '@babel/helper-plugin-utils': 7.14.5 - ../../webpack/loader-load-themed-styles: - specifiers: - '@microsoft/load-themed-styles': workspace:* - '@rushstack/eslint-config': workspace:* - '@rushstack/heft': workspace:* - '@rushstack/heft-node-rig': workspace:* - '@types/heft-jest': 1.0.1 - '@types/loader-utils': 1.1.3 - '@types/node': 10.17.13 - '@types/webpack': 4.41.24 - loader-utils: ~1.1.0 + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.14.6: + resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} + peerDependencies: + '@babel/core': ^7.0.0-0 dependencies: - '@microsoft/load-themed-styles': link:../../libraries/load-themed-styles - loader-utils: 1.1.0 - devDependencies: - '@rushstack/eslint-config': link:../../stack/eslint-config - '@rushstack/heft': link:../../apps/heft - '@rushstack/heft-node-rig': link:../../rigs/heft-node-rig - '@types/heft-jest': 1.0.1 - '@types/loader-utils': 1.1.3 - '@types/node': 10.17.13 - '@types/webpack': 4.41.24 + '@babel/core': 7.14.6 + '@babel/helper-plugin-utils': 7.14.5 - ../../webpack/loader-raw-script: - specifiers: - '@rushstack/eslint-config': workspace:* - '@rushstack/heft': workspace:* - '@rushstack/heft-node-rig': workspace:* - '@types/heft-jest': 1.0.1 - '@types/node': 10.17.13 - loader-utils: ~1.1.0 + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.14.6: + resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} + peerDependencies: + '@babel/core': ^7.0.0-0 dependencies: - loader-utils: 1.1.0 - devDependencies: - '@rushstack/eslint-config': link:../../stack/eslint-config - '@rushstack/heft': link:../../apps/heft - '@rushstack/heft-node-rig': link:../../rigs/heft-node-rig - '@types/heft-jest': 1.0.1 - '@types/node': 10.17.13 + '@babel/core': 7.14.6 + '@babel/helper-plugin-utils': 7.14.5 - ../../webpack/localization-plugin: - specifiers: - '@rushstack/eslint-config': workspace:* - '@rushstack/heft': workspace:* - '@rushstack/heft-node-rig': workspace:* - '@rushstack/node-core-library': workspace:* - '@rushstack/set-webpack-public-path-plugin': workspace:* - '@rushstack/typings-generator': workspace:* - '@types/loader-utils': 1.1.3 - '@types/lodash': 4.14.116 - '@types/node': 10.17.13 - '@types/tapable': 1.0.6 - '@types/webpack': 4.41.24 - '@types/xmldoc': 1.1.4 - decache: ~4.5.1 - loader-utils: ~1.1.0 - lodash: ~4.17.15 - pseudolocale: ~1.1.0 - webpack: ~4.44.2 - xmldoc: ~1.1.2 + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.14.6: + resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} + peerDependencies: + '@babel/core': ^7.0.0-0 dependencies: - '@rushstack/node-core-library': link:../../libraries/node-core-library - '@rushstack/typings-generator': link:../../libraries/typings-generator - '@types/node': 10.17.13 - '@types/tapable': 1.0.6 - decache: 4.5.1 - loader-utils: 1.1.0 - lodash: 4.17.21 - pseudolocale: 1.1.0 - xmldoc: 1.1.2 - devDependencies: - '@rushstack/eslint-config': link:../../stack/eslint-config - '@rushstack/heft': link:../../apps/heft - '@rushstack/heft-node-rig': link:../../rigs/heft-node-rig - '@rushstack/set-webpack-public-path-plugin': link:../set-webpack-public-path-plugin - '@types/loader-utils': 1.1.3 - '@types/lodash': 4.14.116 - '@types/webpack': 4.41.24 - '@types/xmldoc': 1.1.4 - webpack: 4.44.2 + '@babel/core': 7.14.6 + '@babel/helper-plugin-utils': 7.14.5 - ../../webpack/module-minifier-plugin: - specifiers: - '@rushstack/eslint-config': workspace:* - '@rushstack/heft': workspace:* - '@rushstack/heft-node-rig': workspace:* - '@types/heft-jest': 1.0.1 - '@types/node': 10.17.13 - '@types/tapable': 1.0.6 - '@types/webpack': 4.41.24 - '@types/webpack-sources': 1.4.2 - source-map: ~0.7.3 - tapable: 1.1.3 - terser: 4.7.0 - webpack: ~4.44.2 - webpack-sources: ~1.4.3 + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.14.6: + resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} + peerDependencies: + '@babel/core': ^7.0.0-0 dependencies: - '@types/node': 10.17.13 - '@types/tapable': 1.0.6 - source-map: 0.7.3 - tapable: 1.1.3 - terser: 4.7.0 - devDependencies: - '@rushstack/eslint-config': link:../../stack/eslint-config - '@rushstack/heft': link:../../apps/heft - '@rushstack/heft-node-rig': link:../../rigs/heft-node-rig - '@types/heft-jest': 1.0.1 - '@types/webpack': 4.41.24 - '@types/webpack-sources': 1.4.2 - webpack: 4.44.2 - webpack-sources: 1.4.3 + '@babel/core': 7.14.6 + '@babel/helper-plugin-utils': 7.14.5 - ../../webpack/set-webpack-public-path-plugin: - specifiers: - '@rushstack/eslint-config': workspace:* - '@rushstack/heft': workspace:* - '@rushstack/heft-node-rig': workspace:* - '@types/heft-jest': 1.0.1 - '@types/lodash': 4.14.116 - '@types/node': 10.17.13 - '@types/tapable': 1.0.6 - '@types/uglify-js': 2.6.29 - '@types/webpack': 4.41.24 - lodash: ~4.17.15 + /@babel/template/7.14.5: + resolution: {integrity: sha512-6Z3Po85sfxRGachLULUhOmvAaOo7xCvqGQtxINai2mEGPFm6pQ4z5QInFnUrRpfoSV60BnjyF5F3c+15fxFV1g==} + engines: {node: '>=6.9.0'} dependencies: - lodash: 4.17.21 - devDependencies: - '@rushstack/eslint-config': link:../../stack/eslint-config - '@rushstack/heft': link:../../apps/heft - '@rushstack/heft-node-rig': link:../../rigs/heft-node-rig - '@types/heft-jest': 1.0.1 - '@types/lodash': 4.14.116 - '@types/node': 10.17.13 - '@types/tapable': 1.0.6 - '@types/uglify-js': 2.6.29 - '@types/webpack': 4.41.24 - -packages: + '@babel/code-frame': 7.14.5 + '@babel/parser': 7.14.7 + '@babel/types': 7.14.5 - /@azure/abort-controller/1.0.4: - resolution: {integrity: sha512-lNUmDRVGpanCsiUN3NWxFTdwmdFI53xwhkTFfHDGTYk46ca7Ind3nanJc+U6Zj9Tv+9nTCWRBscWEW1DyKOpTw==} - engines: {node: '>=8.0.0'} + /@babel/traverse/7.14.7: + resolution: {integrity: sha512-9vDr5NzHu27wgwejuKL7kIOm4bwEtaPQ4Z6cpCmjSuaRqpH/7xc4qcGEscwMqlkwgcXl6MvqoAjZkQ24uSdIZQ==} + engines: {node: '>=6.9.0'} dependencies: - tslib: 2.2.0 - dev: false - - /@azure/core-asynciterator-polyfill/1.0.0: - resolution: {integrity: sha512-kmv8CGrPfN9SwMwrkiBK9VTQYxdFQEGe0BmQk+M8io56P9KNzpAxcWE/1fxJj7uouwN4kXF0BHW8DNlgx+wtCg==} - dev: false + '@babel/code-frame': 7.14.5 + '@babel/generator': 7.14.5 + '@babel/helper-function-name': 7.14.5 + '@babel/helper-hoist-variables': 7.14.5 + '@babel/helper-split-export-declaration': 7.14.5 + '@babel/parser': 7.14.7 + '@babel/types': 7.14.5 + debug: 4.3.2 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color - /@azure/core-auth/1.3.0: - resolution: {integrity: sha512-kSDSZBL6c0CYdhb+7KuutnKGf2geeT+bCJAgccB0DD7wmNJSsQPcF7TcuoZX83B7VK4tLz/u+8sOO/CnCsYp8A==} - engines: {node: '>=8.0.0'} + /@babel/types/7.14.5: + resolution: {integrity: sha512-M/NzBpEL95I5Hh4dwhin5JlE7EzO5PHMAuzjxss3tiOBD46KfQvVedN/3jEPZvdRvtsK2222XfdHogNIttFgcg==} + engines: {node: '>=6.9.0'} dependencies: - '@azure/abort-controller': 1.0.4 - tslib: 2.2.0 - dev: false + '@babel/helper-validator-identifier': 7.14.5 + to-fast-properties: 2.0.0 - /@azure/core-http/1.2.4: - resolution: {integrity: sha512-cNumz3ckyFZY5zWOgcTHSO7AKRVwxbodG8WfcEGcdH+ZJL3KvJEI/vN58H6xk5v3ijulU2x/WPGJqrMVvcI79A==} - engines: {node: '>=8.0.0'} - dependencies: - '@azure/abort-controller': 1.0.4 - '@azure/core-asynciterator-polyfill': 1.0.0 - '@azure/core-auth': 1.3.0 - '@azure/core-tracing': 1.0.0-preview.11 - '@azure/logger': 1.0.2 - '@types/node-fetch': 2.5.10 - '@types/tunnel': 0.0.1 - form-data: 3.0.1 - node-fetch: 2.6.1 - process: 0.11.10 - tough-cookie: 4.0.0 - tslib: 2.2.0 - tunnel: 0.0.6 - uuid: 8.3.2 - xml2js: 0.4.23 - dev: false + /@bcoe/v8-coverage/0.2.3: + resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} - /@azure/core-lro/1.0.5: - resolution: {integrity: sha512-0EFCFZxARrIoLWMIRt4vuqconRVIO2Iin7nFBfJiYCCbKp5eEmxutNk8uqudPmG0XFl5YqlVh68/al/vbE5OOg==} - engines: {node: '>=8.0.0'} + /@cnakazawa/watch/1.0.4: + resolution: {integrity: sha512-v9kIhKwjeZThiWrLmj0y17CWoyddASLj9O2yvbZkbvw/N3rWOYy9zkV66ursAoVr0mV15bL8g0c4QZUE6cdDoQ==} + engines: {node: '>=0.1.95'} + hasBin: true dependencies: - '@azure/abort-controller': 1.0.4 - '@azure/core-http': 1.2.4 - '@azure/core-tracing': 1.0.0-preview.11 - events: 3.3.0 - tslib: 2.2.0 - dev: false + exec-sh: 0.3.6 + minimist: 1.2.5 - /@azure/core-paging/1.1.3: - resolution: {integrity: sha512-his7Ah40ThEYORSpIAwuh6B8wkGwO/zG7gqVtmSE4WAJ46e36zUDXTKReUCLBDc6HmjjApQQxxcRFy5FruG79A==} - engines: {node: '>=8.0.0'} + /@eslint/eslintrc/0.2.2: + resolution: {integrity: sha512-EfB5OHNYp1F4px/LI/FEnGylop7nOqkQ1LRzCM0KccA2U8tvV8w01KBv37LbO7nW4H+YhKyo2LcJhRwjjV17QQ==} + engines: {node: ^10.12.0 || >=12.0.0} dependencies: - '@azure/core-asynciterator-polyfill': 1.0.0 - dev: false + ajv: 6.12.6 + debug: 4.3.2 + espree: 7.3.1 + globals: 12.4.0 + ignore: 4.0.6 + import-fresh: 3.3.0 + js-yaml: 3.13.1 + lodash: 4.17.21 + minimatch: 3.0.4 + strip-json-comments: 3.1.1 + transitivePeerDependencies: + - supports-color - /@azure/core-tracing/1.0.0-preview.11: - resolution: {integrity: sha512-frF0pJc9HTmKncVokhBxCqipjbql02DThQ1ZJ9wLi7SDMLdPAFyDI5xZNzX5guLz+/DtPkY+SGK2li9FIXqshQ==} - engines: {node: '>=8.0.0'} + /@fastify/ajv-compiler/1.1.0: + resolution: {integrity: sha512-gvCOUNpXsWrIQ3A4aXCLIdblL0tDq42BG/2Xw7oxbil9h11uow10ztS2GuFazNBfjbrsZ5nl+nPl5jDSjj5TSg==} dependencies: - '@opencensus/web-types': 0.0.7 - '@opentelemetry/api': 1.0.0-rc.0 - tslib: 2.2.0 + ajv: 6.12.6 dev: false - /@azure/core-tracing/1.0.0-preview.7: - resolution: {integrity: sha512-pkFCw6OiJrpR+aH1VQe6DYm3fK2KWCC5Jf3m/Pv1RxF08M1Xm08RCyQ5Qe0YyW5L16yYT2nnV48krVhYZ6SGFA==} - dependencies: - '@opencensus/web-types': 0.0.7 - '@opentelemetry/types': 0.2.0 - tslib: 1.14.1 + /@fastify/forwarded/1.0.0: + resolution: {integrity: sha512-VoO+6WD0aRz8bwgJZ8pkkxjq7o/782cQ1j945HWg0obZMgIadYW3Pew0+an+k1QL7IPZHM3db5WF6OP6x4ymMA==} + engines: {node: '>= 10'} dev: false - /@azure/core-tracing/1.0.0-preview.9: - resolution: {integrity: sha512-zczolCLJ5QG42AEPQ+Qg9SRYNUyB+yZ5dzof4YEc+dyWczO9G2sBqbAjLB7IqrsdHN2apkiB2oXeDKCsq48jug==} - engines: {node: '>=8.0.0'} + /@fastify/proxy-addr/3.0.0: + resolution: {integrity: sha512-ty7wnUd/GeSqKTC2Jozsl5xGbnxUnEFC0On2/zPv/8ixywipQmVZwuWvNGnBoitJ2wixwVqofwXNua8j6Y62lQ==} dependencies: - '@opencensus/web-types': 0.0.7 - '@opentelemetry/api': 0.10.2 - tslib: 2.2.0 + '@fastify/forwarded': 1.0.0 + ipaddr.js: 2.0.1 dev: false - /@azure/identity/1.0.3: - resolution: {integrity: sha512-yWoOL3WjbD1sAYHdx4buFCGd9mCIHGzlTHgkhhLrmMpBztsfp9ejo5LRPYIV2Za4otfJzPL4kH/vnSLTS/4WYA==} + /@istanbuljs/load-nyc-config/1.1.0: + resolution: {integrity: sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==} + engines: {node: '>=8'} dependencies: - '@azure/core-http': 1.2.4 - '@azure/core-tracing': 1.0.0-preview.7 - '@azure/logger': 1.0.2 - '@opentelemetry/types': 0.2.0 - events: 3.3.0 - jws: 3.2.2 - msal: 1.4.10 - qs: 6.10.1 - tslib: 1.14.1 - uuid: 3.4.0 - dev: false + camelcase: 5.3.1 + find-up: 4.1.0 + get-package-type: 0.1.0 + js-yaml: 3.13.1 + resolve-from: 5.0.0 - /@azure/logger/1.0.2: - resolution: {integrity: sha512-YZNjNV0vL3nN2nedmcjQBcpCTo3oqceXmgiQtEm6fLpucjRZyQKAQruhCmCpRlB1iykqKJJ/Y8CDmT5rIE6IJw==} - engines: {node: '>=8.0.0'} - dependencies: - tslib: 2.2.0 - dev: false + /@istanbuljs/schema/0.1.3: + resolution: {integrity: sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==} + engines: {node: '>=8'} - /@azure/storage-blob/12.3.0: - resolution: {integrity: sha512-nCySzNfm782pEW3sg9GHj1zE4gBeVVMeEBdWb4MefifrCwQQOoz5cXZTNFiUJAJqAO+/72r2UjZcUwHk/QmzkA==} + /@jest/console/25.5.0: + resolution: {integrity: sha512-T48kZa6MK1Y6k4b89sexwmSF4YLeZS/Udqg3Jj3jG/cHH+N/sLFCEoXEDMOKugJQ9FxPN1osxIknvKkxt6MKyw==} + engines: {node: '>= 8.3'} dependencies: - '@azure/abort-controller': 1.0.4 - '@azure/core-http': 1.2.4 - '@azure/core-lro': 1.0.5 - '@azure/core-paging': 1.1.3 - '@azure/core-tracing': 1.0.0-preview.9 - '@azure/logger': 1.0.2 - '@opentelemetry/api': 0.10.2 - events: 3.3.0 - tslib: 2.2.0 - dev: false + '@jest/types': 25.5.0 + chalk: 3.0.0 + jest-message-util: 25.5.0 + jest-util: 25.5.0 + slash: 3.0.0 - /@babel/code-frame/7.12.13: - resolution: {integrity: sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==} + /@jest/core/25.4.0: + resolution: {integrity: sha512-h1x9WSVV0+TKVtATGjyQIMJENs8aF6eUjnCoi4jyRemYZmekLr8EJOGQqTWEX8W6SbZ6Skesy9pGXrKeAolUJw==} + engines: {node: '>= 8.3'} dependencies: - '@babel/highlight': 7.14.0 - - /@babel/compat-data/7.14.0: - resolution: {integrity: sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q==} + '@jest/console': 25.5.0 + '@jest/reporters': 25.4.0 + '@jest/test-result': 25.5.0 + '@jest/transform': 25.4.0 + '@jest/types': 25.4.0 + ansi-escapes: 4.3.2 + chalk: 3.0.0 + exit: 0.1.2 + graceful-fs: 4.2.6 + jest-changed-files: 25.5.0 + jest-config: 25.4.0 + jest-haste-map: 25.5.1 + jest-message-util: 25.5.0 + jest-regex-util: 25.2.6 + jest-resolve: 25.5.1 + jest-resolve-dependencies: 25.5.4 + jest-runner: 25.5.4 + jest-runtime: 25.5.4 + jest-snapshot: 25.4.0 + jest-util: 25.5.0 + jest-validate: 25.5.0 + jest-watcher: 25.5.0 + micromatch: 4.0.4 + p-each-series: 2.2.0 + realpath-native: 2.0.0 + rimraf: 3.0.2 + slash: 3.0.0 + strip-ansi: 6.0.0 + transitivePeerDependencies: + - bufferutil + - canvas + - supports-color + - utf-8-validate - /@babel/core/7.14.0: - resolution: {integrity: sha512-8YqpRig5NmIHlMLw09zMlPTvUVMILjqCOtVgu+TVNWEBvy9b5I3RRyhqnrV4hjgEK7n8P9OqvkWJAFmEL6Wwfw==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.12.13 - '@babel/generator': 7.14.1 - '@babel/helper-compilation-targets': 7.13.16_@babel+core@7.14.0 - '@babel/helper-module-transforms': 7.14.0 - '@babel/helpers': 7.14.0 - '@babel/parser': 7.14.1 - '@babel/template': 7.12.13 - '@babel/traverse': 7.14.0 - '@babel/types': 7.14.1 - convert-source-map: 1.7.0 - debug: 4.3.1 - gensync: 1.0.0-beta.2 - json5: 2.2.0 - semver: 6.3.0 - source-map: 0.5.7 - transitivePeerDependencies: - - supports-color - - /@babel/generator/7.14.1: - resolution: {integrity: sha512-TMGhsXMXCP/O1WtQmZjpEYDhCYC9vFhayWZPJSZCGkPJgUqX0rF0wwtrYvnzVxIjcF80tkUertXVk5cwqi5cAQ==} - dependencies: - '@babel/types': 7.14.1 - jsesc: 2.5.2 - source-map: 0.5.7 - - /@babel/helper-compilation-targets/7.13.16_@babel+core@7.14.0: - resolution: {integrity: sha512-3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA==} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/compat-data': 7.14.0 - '@babel/core': 7.14.0 - '@babel/helper-validator-option': 7.12.17 - browserslist: 4.16.6 - semver: 6.3.0 - - /@babel/helper-function-name/7.12.13: - resolution: {integrity: sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==} - dependencies: - '@babel/helper-get-function-arity': 7.12.13 - '@babel/template': 7.12.13 - '@babel/types': 7.14.1 - - /@babel/helper-get-function-arity/7.12.13: - resolution: {integrity: sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==} - dependencies: - '@babel/types': 7.14.1 - - /@babel/helper-member-expression-to-functions/7.13.12: - resolution: {integrity: sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw==} - dependencies: - '@babel/types': 7.14.1 - - /@babel/helper-module-imports/7.13.12: - resolution: {integrity: sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA==} - dependencies: - '@babel/types': 7.14.1 - - /@babel/helper-module-transforms/7.14.0: - resolution: {integrity: sha512-L40t9bxIuGOfpIGA3HNkJhU9qYrf4y5A5LUSw7rGMSn+pcG8dfJ0g6Zval6YJGd2nEjI7oP00fRdnhLKndx6bw==} - dependencies: - '@babel/helper-module-imports': 7.13.12 - '@babel/helper-replace-supers': 7.13.12 - '@babel/helper-simple-access': 7.13.12 - '@babel/helper-split-export-declaration': 7.12.13 - '@babel/helper-validator-identifier': 7.14.0 - '@babel/template': 7.12.13 - '@babel/traverse': 7.14.0 - '@babel/types': 7.14.1 - transitivePeerDependencies: - - supports-color - - /@babel/helper-optimise-call-expression/7.12.13: - resolution: {integrity: sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA==} - dependencies: - '@babel/types': 7.14.1 - - /@babel/helper-plugin-utils/7.13.0: - resolution: {integrity: sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ==} - - /@babel/helper-replace-supers/7.13.12: - resolution: {integrity: sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw==} - dependencies: - '@babel/helper-member-expression-to-functions': 7.13.12 - '@babel/helper-optimise-call-expression': 7.12.13 - '@babel/traverse': 7.14.0 - '@babel/types': 7.14.1 - transitivePeerDependencies: - - supports-color - - /@babel/helper-simple-access/7.13.12: - resolution: {integrity: sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA==} - dependencies: - '@babel/types': 7.14.1 - - /@babel/helper-split-export-declaration/7.12.13: - resolution: {integrity: sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==} - dependencies: - '@babel/types': 7.14.1 - - /@babel/helper-validator-identifier/7.14.0: - resolution: {integrity: sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==} - - /@babel/helper-validator-option/7.12.17: - resolution: {integrity: sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw==} - - /@babel/helpers/7.14.0: - resolution: {integrity: sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg==} - dependencies: - '@babel/template': 7.12.13 - '@babel/traverse': 7.14.0 - '@babel/types': 7.14.1 - transitivePeerDependencies: - - supports-color - - /@babel/highlight/7.14.0: - resolution: {integrity: sha512-YSCOwxvTYEIMSGaBQb5kDDsCopDdiUGsqpatp3fOlI4+2HQSkTmEVWnVuySdAC5EWCqSWWTv0ib63RjR7dTBdg==} - dependencies: - '@babel/helper-validator-identifier': 7.14.0 - chalk: 2.4.2 - js-tokens: 4.0.0 - - /@babel/parser/7.14.1: - resolution: {integrity: sha512-muUGEKu8E/ftMTPlNp+mc6zL3E9zKWmF5sDHZ5MSsoTP9Wyz64AhEf9kD08xYJ7w6Hdcu8H550ircnPyWSIF0Q==} - engines: {node: '>=6.0.0'} - hasBin: true - - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.14.0: - resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.14.0 - '@babel/helper-plugin-utils': 7.13.0 - - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.14.0: - resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.14.0 - '@babel/helper-plugin-utils': 7.13.0 - - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.14.0: - resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.14.0 - '@babel/helper-plugin-utils': 7.13.0 - - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.14.0: - resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.14.0 - '@babel/helper-plugin-utils': 7.13.0 - - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.14.0: - resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.14.0 - '@babel/helper-plugin-utils': 7.13.0 - - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.14.0: - resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.14.0 - '@babel/helper-plugin-utils': 7.13.0 - - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.14.0: - resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.14.0 - '@babel/helper-plugin-utils': 7.13.0 - - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.14.0: - resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.14.0 - '@babel/helper-plugin-utils': 7.13.0 - - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.14.0: - resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.14.0 - '@babel/helper-plugin-utils': 7.13.0 - - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.14.0: - resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.14.0 - '@babel/helper-plugin-utils': 7.13.0 - - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.14.0: - resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.14.0 - '@babel/helper-plugin-utils': 7.13.0 - - /@babel/template/7.12.13: - resolution: {integrity: sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==} - dependencies: - '@babel/code-frame': 7.12.13 - '@babel/parser': 7.14.1 - '@babel/types': 7.14.1 - - /@babel/traverse/7.14.0: - resolution: {integrity: sha512-dZ/a371EE5XNhTHomvtuLTUyx6UEoJmYX+DT5zBCQN3McHemsuIaKKYqsc/fs26BEkHs/lBZy0J571LP5z9kQA==} - dependencies: - '@babel/code-frame': 7.12.13 - '@babel/generator': 7.14.1 - '@babel/helper-function-name': 7.12.13 - '@babel/helper-split-export-declaration': 7.12.13 - '@babel/parser': 7.14.1 - '@babel/types': 7.14.1 - debug: 4.3.1 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color - - /@babel/types/7.14.1: - resolution: {integrity: sha512-S13Qe85fzLs3gYRUnrpyeIrBJIMYv33qSTg1qoBwiG6nPKwUWAD9odSzWhEedpwOIzSEI6gbdQIWEMiCI42iBA==} - dependencies: - '@babel/helper-validator-identifier': 7.14.0 - to-fast-properties: 2.0.0 - - /@bcoe/v8-coverage/0.2.3: - resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} - - /@cnakazawa/watch/1.0.4: - resolution: {integrity: sha512-v9kIhKwjeZThiWrLmj0y17CWoyddASLj9O2yvbZkbvw/N3rWOYy9zkV66ursAoVr0mV15bL8g0c4QZUE6cdDoQ==} - engines: {node: '>=0.1.95'} - hasBin: true - dependencies: - exec-sh: 0.3.6 - minimist: 1.2.5 - - /@eslint/eslintrc/0.2.2: - resolution: {integrity: sha512-EfB5OHNYp1F4px/LI/FEnGylop7nOqkQ1LRzCM0KccA2U8tvV8w01KBv37LbO7nW4H+YhKyo2LcJhRwjjV17QQ==} - engines: {node: ^10.12.0 || >=12.0.0} - dependencies: - ajv: 6.12.6 - debug: 4.3.1 - espree: 7.3.1 - globals: 12.4.0 - ignore: 4.0.6 - import-fresh: 3.3.0 - js-yaml: 3.13.1 - lodash: 4.17.21 - minimatch: 3.0.4 - strip-json-comments: 3.1.1 - transitivePeerDependencies: - - supports-color - - /@istanbuljs/load-nyc-config/1.1.0: - resolution: {integrity: sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==} - engines: {node: '>=8'} - dependencies: - camelcase: 5.3.1 - find-up: 4.1.0 - get-package-type: 0.1.0 - js-yaml: 3.13.1 - resolve-from: 5.0.0 - - /@istanbuljs/schema/0.1.3: - resolution: {integrity: sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==} - engines: {node: '>=8'} - - /@jest/console/25.5.0: - resolution: {integrity: sha512-T48kZa6MK1Y6k4b89sexwmSF4YLeZS/Udqg3Jj3jG/cHH+N/sLFCEoXEDMOKugJQ9FxPN1osxIknvKkxt6MKyw==} - engines: {node: '>= 8.3'} - dependencies: - '@jest/types': 25.5.0 - chalk: 3.0.0 - jest-message-util: 25.5.0 - jest-util: 25.5.0 - slash: 3.0.0 - - /@jest/core/25.4.0: - resolution: {integrity: sha512-h1x9WSVV0+TKVtATGjyQIMJENs8aF6eUjnCoi4jyRemYZmekLr8EJOGQqTWEX8W6SbZ6Skesy9pGXrKeAolUJw==} - engines: {node: '>= 8.3'} + /@jest/core/25.5.4: + resolution: {integrity: sha512-3uSo7laYxF00Dg/DMgbn4xMJKmDdWvZnf89n8Xj/5/AeQ2dOQmn6b6Hkj/MleyzZWXpwv+WSdYWl4cLsy2JsoA==} + engines: {node: '>= 8.3'} dependencies: '@jest/console': 25.5.0 - '@jest/reporters': 25.4.0 + '@jest/reporters': 25.5.1 '@jest/test-result': 25.5.0 - '@jest/transform': 25.4.0 - '@jest/types': 25.4.0 + '@jest/transform': 25.5.1 + '@jest/types': 25.5.0 ansi-escapes: 4.3.2 chalk: 3.0.0 exit: 0.1.2 @@ -3191,7 +2205,7 @@ packages: jest-resolve-dependencies: 25.5.4 jest-runner: 25.5.4 jest-runtime: 25.5.4 - jest-snapshot: 25.4.0 + jest-snapshot: 25.5.1 jest-util: 25.5.0 jest-validate: 25.5.0 jest-watcher: 25.5.0 @@ -3206,6 +2220,7 @@ packages: - canvas - supports-color - utf-8-validate + dev: true /@jest/environment/25.5.0: resolution: {integrity: sha512-U2VXPEqL07E/V7pSZMSQCvV5Ea4lqOlT+0ZFijl/i316cRMHvZ4qC+jBdryd+lmRetjQo0YIQr6cVPNxxK87mA==} @@ -3265,6 +2280,40 @@ packages: transitivePeerDependencies: - supports-color + /@jest/reporters/25.5.1: + resolution: {integrity: sha512-3jbd8pPDTuhYJ7vqiHXbSwTJQNavczPs+f1kRprRDxETeE3u6srJ+f0NPuwvOmk+lmunZzPkYWIFZDLHQPkviw==} + engines: {node: '>= 8.3'} + dependencies: + '@bcoe/v8-coverage': 0.2.3 + '@jest/console': 25.5.0 + '@jest/test-result': 25.5.0 + '@jest/transform': 25.5.1 + '@jest/types': 25.5.0 + chalk: 3.0.0 + collect-v8-coverage: 1.0.1 + exit: 0.1.2 + glob: 7.1.7 + graceful-fs: 4.2.6 + istanbul-lib-coverage: 3.0.0 + istanbul-lib-instrument: 4.0.3 + istanbul-lib-report: 3.0.0 + istanbul-lib-source-maps: 4.0.0 + istanbul-reports: 3.0.2 + jest-haste-map: 25.5.1 + jest-resolve: 25.5.1 + jest-util: 25.5.0 + jest-worker: 25.5.0 + slash: 3.0.0 + source-map: 0.6.1 + string-length: 3.1.0 + terminal-link: 2.1.1 + v8-to-istanbul: 4.1.4 + optionalDependencies: + node-notifier: 6.0.0 + transitivePeerDependencies: + - supports-color + dev: true + /@jest/source-map/25.5.0: resolution: {integrity: sha512-eIGx0xN12yVpMcPaVpjXPnn3N30QGJCJQSkEDUt9x1fI1Gdvb07Ml6K5iN2hG7NmMP6FDmtPEssE3z6doOYUwQ==} engines: {node: '>= 8.3'} @@ -3301,34 +2350,11 @@ packages: resolution: {integrity: sha512-t1w2S6V1sk++1HHsxboWxPEuSpN8pxEvNrZN+Ud/knkROWtf8LeUmz73A4ezE8476a5AM00IZr9a8FO9x1+j3g==} engines: {node: '>= 8.3'} dependencies: - '@babel/core': 7.14.0 + '@babel/core': 7.14.6 '@jest/types': 25.4.0 babel-plugin-istanbul: 6.0.0 chalk: 3.0.0 - convert-source-map: 1.7.0 - fast-json-stable-stringify: 2.1.0 - graceful-fs: 4.2.6 - jest-haste-map: 25.5.1 - jest-regex-util: 25.2.6 - jest-util: 25.5.0 - micromatch: 4.0.4 - pirates: 4.0.1 - realpath-native: 2.0.0 - slash: 3.0.0 - source-map: 0.6.1 - write-file-atomic: 3.0.3 - transitivePeerDependencies: - - supports-color - - /@jest/transform/25.5.1: - resolution: {integrity: sha512-Y8CEoVwXb4QwA6Y/9uDkn0Xfz0finGkieuV0xkdF9UtZGJeLukD5nLkaVrVsODB1ojRWlaoD0AJZpVHCSnJEvg==} - engines: {node: '>= 8.3'} - dependencies: - '@babel/core': 7.14.0 - '@jest/types': 25.5.0 - babel-plugin-istanbul: 6.0.0 - chalk: 3.0.0 - convert-source-map: 1.7.0 + convert-source-map: 1.8.0 fast-json-stable-stringify: 2.1.0 graceful-fs: 4.2.6 jest-haste-map: 25.5.1 @@ -3339,10225 +2365,8297 @@ packages: realpath-native: 2.0.0 slash: 3.0.0 source-map: 0.6.1 - write-file-atomic: 3.0.3 - transitivePeerDependencies: - - supports-color - - /@jest/types/25.4.0: - resolution: {integrity: sha512-XBeaWNzw2PPnGW5aXvZt3+VO60M+34RY3XDsCK5tW7kyj3RK0XClRutCfjqcBuaR2aBQTbluEDME9b5MB9UAPw==} - engines: {node: '>= 8.3'} - dependencies: - '@types/istanbul-lib-coverage': 2.0.3 - '@types/istanbul-reports': 1.1.2 - '@types/yargs': 15.0.13 - chalk: 3.0.0 - - /@jest/types/25.5.0: - resolution: {integrity: sha512-OXD0RgQ86Tu3MazKo8bnrkDRaDXXMGUqd+kTtLtK1Zb7CRzQcaSRPPPV37SvYTdevXEBVxe0HXylEjs8ibkmCw==} - engines: {node: '>= 8.3'} - dependencies: - '@types/istanbul-lib-coverage': 2.0.3 - '@types/istanbul-reports': 1.1.2 - '@types/yargs': 15.0.13 - chalk: 3.0.0 - - /@microsoft/api-extractor-model/7.12.4: - resolution: {integrity: sha512-uTLpqr48g3ICFMadIE2rQvEhA/y4Ez3m2KqQ9qtsr/weIJ/64LI+ItZTKrrKHAxP7tLgGv0FodLsy5E7cyJy/A==} - dependencies: - '@microsoft/tsdoc': 0.12.24 - '@rushstack/node-core-library': 3.36.1 - dev: true - - /@microsoft/api-extractor/7.13.4: - resolution: {integrity: sha512-Y/XxSKL9velCpd0DffSFG6kYpH47KE2eECN28ompu8CUG7jbYFUJcMgk/6R/d44vlg3V77FnF8TZ+KzTlnN9SQ==} - hasBin: true - dependencies: - '@microsoft/api-extractor-model': 7.12.4 - '@microsoft/tsdoc': 0.12.24 - '@rushstack/node-core-library': 3.36.1 - '@rushstack/rig-package': 0.2.11 - '@rushstack/ts-command-line': 4.7.9 - colors: 1.2.5 - lodash: 4.17.21 - resolve: 1.17.0 - semver: 7.3.5 - source-map: 0.6.1 - typescript: 4.1.5 - dev: true - - /@microsoft/gulp-core-build-mocha/3.9.13: - resolution: {integrity: sha512-Qv9Ww+fPTPSu3LC/f9ZQBz1YJKndyM/oiHkJJx9lOWESuUh9VmmPyb6QAW+8NF/hiaGcxSctYMJi6SDtBmWPFw==} - dependencies: - '@microsoft/gulp-core-build': 3.17.13 - '@types/node': 10.17.13 - glob: 7.0.6 - gulp: 4.0.2 - gulp-istanbul: 0.10.4 - gulp-mocha: 6.0.0 - transitivePeerDependencies: - - bufferutil - - canvas - - supports-color - - utf-8-validate - dev: true - - /@microsoft/gulp-core-build-typescript/8.5.21: - resolution: {integrity: sha512-BKOj4C+/tmmreg2cr6hrKptXG15IU/HDzuJWBps1ylKSJMBVNS2/I/EdlrEhvqbLKcXGLhnbUjwcibwrVTBI+w==} - dependencies: - '@microsoft/gulp-core-build': 3.17.13 - '@rushstack/node-core-library': 3.36.1 - '@types/node': 10.17.13 - decomment: 0.9.4 - glob: 7.0.6 - glob-escape: 0.0.2 - resolve: 1.17.0 - transitivePeerDependencies: - - bufferutil - - canvas - - supports-color - - utf-8-validate - dev: true - - /@microsoft/gulp-core-build/3.17.13: - resolution: {integrity: sha512-FRRfFv+0yl9h7C/JdZkaVSJeShuYHfLbyNO9CCEB00XPRFA33mVIWCruxjDpFvaSWCEjmp/oc6jo5OlYcLv26A==} - dependencies: - '@jest/core': 25.4.0 - '@jest/reporters': 25.4.0 - '@rushstack/node-core-library': 3.36.1 - '@types/chalk': 0.4.31 - '@types/gulp': 4.0.6 - '@types/jest': 25.2.1 - '@types/node': 10.17.13 - '@types/node-notifier': 0.0.28 - '@types/orchestrator': 0.0.30 - '@types/semver': 7.3.5 - '@types/through2': 2.0.32 - '@types/vinyl': 2.0.3 - '@types/yargs': 0.0.34 - colors: 1.2.5 - del: 2.2.2 - end-of-stream: 1.1.0 - glob: 7.0.6 - glob-escape: 0.0.2 - globby: 5.0.0 - gulp: 4.0.2 - gulp-flatten: 0.2.0 - gulp-if: 2.0.2 - jest: 25.4.0 - jest-cli: 25.4.0 - jest-environment-jsdom: 25.4.0 - jest-nunit-reporter: 1.3.1 - jsdom: 11.11.0 - lodash.merge: 4.6.2 - merge2: 1.0.3 - node-notifier: 5.0.2 - object-assign: 4.1.1 - orchestrator: 0.3.8 - pretty-hrtime: 1.0.3 - semver: 7.3.5 - through2: 2.0.5 - vinyl: 2.2.1 - xml: 1.0.1 - yargs: 4.6.0 - z-schema: 3.18.4 - transitivePeerDependencies: - - bufferutil - - canvas - - supports-color - - utf-8-validate - dev: true - - /@microsoft/node-library-build/6.5.21: - resolution: {integrity: sha512-KbFaB/NJ+ZHKdLH2cIgnM185MNnOYUMD0OuA3C+mucssGsFoaFUUWYs/UhHeRzPuhLHF29GpuG5U9WHYY2AG6w==} - dependencies: - '@microsoft/gulp-core-build': 3.17.13 - '@microsoft/gulp-core-build-mocha': 3.9.13 - '@microsoft/gulp-core-build-typescript': 8.5.21 - '@types/gulp': 4.0.6 - '@types/node': 10.17.13 - gulp: 4.0.2 - transitivePeerDependencies: - - bufferutil - - canvas - - supports-color - - utf-8-validate - dev: true - - /@microsoft/rush-stack-compiler-3.9/0.4.42: - resolution: {integrity: sha512-Okkr/12AR5YCQFE6k8raUQklg8K5Z/J56qZVPtTIoA+IoTIxQZ/ZKfuayizqB5WvFtqdLB97KxkaiuOELVtwYA==} - hasBin: true - dependencies: - '@microsoft/api-extractor': 7.13.4 - '@rushstack/eslint-config': 2.3.3_eslint@7.12.1+typescript@3.9.9 - '@rushstack/node-core-library': 3.36.1 - '@types/node': 10.17.13 - eslint: 7.12.1 - import-lazy: 4.0.0 - tslint: 5.20.1_typescript@3.9.9 - tslint-microsoft-contrib: 6.2.0_tslint@5.20.1+typescript@3.9.9 - typescript: 3.9.9 - transitivePeerDependencies: - - supports-color - dev: true - - /@microsoft/teams-js/1.3.0-beta.4: - resolution: {integrity: sha512-AxDfMpiVqh3hsqTxMEYtQoz866WB/sw/Jl0pgTLh6sMHHmIBNMd+E0pVcP9WNk8zTkr9LCphJ5SziU1C8BgZMA==} - dev: true - - /@microsoft/tsdoc-config/0.15.2: - resolution: {integrity: sha512-mK19b2wJHSdNf8znXSMYVShAHktVr/ib0Ck2FA3lsVBSEhSI/TfXT7DJQkAYgcztTuwazGcg58ZjYdk0hTCVrA==} - dependencies: - '@microsoft/tsdoc': 0.13.2 - ajv: 6.12.6 - jju: 1.4.0 - resolve: 1.19.0 - - /@microsoft/tsdoc/0.12.24: - resolution: {integrity: sha512-Mfmij13RUTmHEMi9vRUhMXD7rnGR2VvxeNYtaGtaJ4redwwjT4UXYJ+nzmVJF7hhd4pn/Fx5sncDKxMVFJSWPg==} - dev: true - - /@microsoft/tsdoc/0.13.2: - resolution: {integrity: sha512-WrHvO8PDL8wd8T2+zBGKrMwVL5IyzR3ryWUsl0PXgEV0QHup4mTLi0QcATefGI6Gx9Anu7vthPyyyLpY0EpiQg==} - - /@nodelib/fs.scandir/2.1.4: - resolution: {integrity: sha512-33g3pMJk3bg5nXbL/+CY6I2eJDzZAni49PfJnL5fghPTggPvBd/pFNSgJsdAgWptuFu7qq/ERvOYFlhvsLTCKA==} - engines: {node: '>= 8'} - dependencies: - '@nodelib/fs.stat': 2.0.4 - run-parallel: 1.2.0 - - /@nodelib/fs.stat/2.0.4: - resolution: {integrity: sha512-IYlHJA0clt2+Vg7bccq+TzRdJvv19c2INqBSsoOLp1je7xjtr7J26+WXR72MCdvU9q1qTzIWDfhMf+DRvQJK4Q==} - engines: {node: '>= 8'} - - /@nodelib/fs.walk/1.2.6: - resolution: {integrity: sha512-8Broas6vTtW4GIXTAHDoE32hnN2M5ykgCpWGbuXHQ15vEMqr23pB76e/GZcYsZCHALv50ktd24qhEyKr6wBtow==} - engines: {node: '>= 8'} - dependencies: - '@nodelib/fs.scandir': 2.1.4 - fastq: 1.11.0 - - /@opencensus/web-types/0.0.7: - resolution: {integrity: sha512-xB+w7ZDAu3YBzqH44rCmG9/RlrOmFuDPt/bpf17eJr8eZSrLt7nc7LnWdxM9Mmoj/YKMHpxRg28txu3TcpiL+g==} - engines: {node: '>=6.0'} - dev: false - - /@opentelemetry/api/0.10.2: - resolution: {integrity: sha512-GtpMGd6vkzDMYcpu2t9LlhEgMy/SzBwRnz48EejlRArYqZzqSzAsKmegUK7zHgl+EOIaK9mKHhnRaQu3qw20cA==} - engines: {node: '>=8.0.0'} - dependencies: - '@opentelemetry/context-base': 0.10.2 - dev: false - - /@opentelemetry/api/1.0.0-rc.0: - resolution: {integrity: sha512-iXKByCMfrlO5S6Oh97BuM56tM2cIBB0XsL/vWF/AtJrJEKx4MC/Xdu0xDsGXMGcNWpqF7ujMsjjnp0+UHBwnDQ==} - engines: {node: '>=8.0.0'} - dev: false - - /@opentelemetry/context-base/0.10.2: - resolution: {integrity: sha512-hZNKjKOYsckoOEgBziGMnBcX0M7EtstnCmwz5jZUOUYwlZ+/xxX6z3jPu1XVO2Jivk0eLfuP9GP+vFD49CMetw==} - engines: {node: '>=8.0.0'} - dev: false - - /@opentelemetry/types/0.2.0: - resolution: {integrity: sha512-GtwNB6BNDdsIPAYEdpp3JnOGO/3AJxjPvny53s3HERBdXSJTGQw8IRhiaTEX0b3w9P8+FwFZde4k+qkjn67aVw==} - engines: {node: '>=8.0.0'} - deprecated: Package renamed to @opentelemetry/api, see https://github.com/open-telemetry/opentelemetry-js - dev: false - - /@pnpm/error/1.4.0: - resolution: {integrity: sha512-vxkRrkneBPVmP23kyjnYwVOtipwlSl6UfL+h+Xa3TrABJTz5rYBXemlTsU5BzST8U4pD7YDkTb3SQu+MMuIDKA==} - engines: {node: '>=10.16'} - dev: false - - /@pnpm/link-bins/5.3.25: - resolution: {integrity: sha512-9Xq8lLNRHFDqvYPXPgaiKkZ4rtdsm7izwM/cUsFDc5IMnG0QYIVBXQbgwhz2UvjUotbJrvfKLJaCfA3NGBnLDg==} - engines: {node: '>=10.16'} - dependencies: - '@pnpm/error': 1.4.0 - '@pnpm/package-bins': 4.1.0 - '@pnpm/read-modules-dir': 2.0.3 - '@pnpm/read-package-json': 4.0.0 - '@pnpm/read-project-manifest': 1.1.7 - '@pnpm/types': 6.4.0 - '@zkochan/cmd-shim': 5.1.0 - is-subdir: 1.2.0 - is-windows: 1.0.2 - mz: 2.7.0 - normalize-path: 3.0.0 - p-settle: 4.1.1 - ramda: 0.27.1 - dev: false - - /@pnpm/package-bins/4.1.0: - resolution: {integrity: sha512-57/ioGYLBbVRR80Ux9/q2i3y8Q+uQADc3c+Yse8jr/60YLOi3jcWz13e2Jy+ANYtZI258Qc5wk2X077rp0Ly/Q==} - engines: {node: '>=10.16'} - dependencies: - '@pnpm/types': 6.4.0 - fast-glob: 3.2.5 - is-subdir: 1.2.0 - dev: false - - /@pnpm/read-modules-dir/2.0.3: - resolution: {integrity: sha512-i9OgRvSlxrTS9a2oXokhDxvQzDtfqtsooJ9jaGoHkznue5aFCTSrNZFQ6M18o8hC03QWfnxaKi0BtOvNkKu2+A==} - engines: {node: '>=10.13'} - dependencies: - mz: 2.7.0 - dev: false - - /@pnpm/read-package-json/4.0.0: - resolution: {integrity: sha512-1cr2tEwe4YU6SI0Hmg+wnsr6yxBt2iJtqv6wrF84On8pS9hx4A2PLw3CIgbwxaG0b+ur5wzhNogwl4qD5FLFNg==} - engines: {node: '>=10.16'} - dependencies: - '@pnpm/error': 1.4.0 - '@pnpm/types': 6.4.0 - load-json-file: 6.2.0 - normalize-package-data: 3.0.2 - dev: false - - /@pnpm/read-project-manifest/1.1.7: - resolution: {integrity: sha512-tj8ExXZeDcMmMUj7D292ETe/RiEirr1X1wpT6Zy85z2MrFYoG9jfCJpps40OdZBNZBhxbuKtGPWKVSgXD0yrVw==} - engines: {node: '>=10.16'} - dependencies: - '@pnpm/error': 1.4.0 - '@pnpm/types': 6.4.0 - '@pnpm/write-project-manifest': 1.1.7 - detect-indent: 6.0.0 - fast-deep-equal: 3.1.3 - graceful-fs: 4.2.4 - is-windows: 1.0.2 - json5: 2.2.0 - parse-json: 5.2.0 - read-yaml-file: 2.1.0 - sort-keys: 4.2.0 - strip-bom: 4.0.0 - dev: false - - /@pnpm/types/6.4.0: - resolution: {integrity: sha512-nco4+4sZqNHn60Y4VE/fbtlShCBqipyUO+nKRPvDHqLrecMW9pzHWMVRxk4nrMRoeowj3q0rX3GYRBa8lsHTAg==} - engines: {node: '>=10.16'} - dev: false - - /@pnpm/write-project-manifest/1.1.7: - resolution: {integrity: sha512-OLkDZSqkA1mkoPNPvLFXyI6fb0enCuFji6Zfditi/CLAo9kmIhQFmEUDu4krSB8i908EljG8YwL5Xjxzm5wsWA==} - engines: {node: '>=10.16'} - dependencies: - '@pnpm/types': 6.4.0 - json5: 2.2.0 - mz: 2.7.0 - write-file-atomic: 3.0.3 - write-yaml-file: 4.2.0 - dev: false - - /@rushstack/eslint-config/2.3.3_eslint@7.12.1+typescript@3.9.9: - resolution: {integrity: sha512-/gyjeHrW3cido4I/JGofsXFYr0P/jHA0oX1bNTc9TmKgHUAVATyhL0T24rApH1UTPBRAYyJKG+WoBtJpkj6eng==} - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 - typescript: '>=3.0.0' - dependencies: - '@rushstack/eslint-patch': 1.0.6 - '@rushstack/eslint-plugin': 0.7.3_eslint@7.12.1+typescript@3.9.9 - '@rushstack/eslint-plugin-packlets': 0.2.1_eslint@7.12.1+typescript@3.9.9 - '@rushstack/eslint-plugin-security': 0.1.4_eslint@7.12.1+typescript@3.9.9 - '@typescript-eslint/eslint-plugin': 3.4.0_089e1daeed8e558466a682bc7c94990b - '@typescript-eslint/experimental-utils': 3.10.1_eslint@7.12.1+typescript@3.9.9 - '@typescript-eslint/parser': 3.4.0_eslint@7.12.1+typescript@3.9.9 - '@typescript-eslint/typescript-estree': 3.4.0_typescript@3.9.9 - eslint: 7.12.1 - eslint-plugin-promise: 4.2.1 - eslint-plugin-react: 7.20.6_eslint@7.12.1 - eslint-plugin-tsdoc: 0.2.14 - typescript: 3.9.9 - transitivePeerDependencies: - - supports-color - dev: true - - /@rushstack/eslint-patch/1.0.6: - resolution: {integrity: sha512-Myxw//kzromB9yWgS8qYGuGVf91oBUUJpNvy5eM50sqvmKLbKjwLxohJnkWGTeeI9v9IBMtPLxz5Gc60FIfvCA==} - dev: true - - /@rushstack/eslint-plugin-packlets/0.2.1_eslint@7.12.1+typescript@3.9.9: - resolution: {integrity: sha512-TAcoC/v8h+e9lcrE6Am5ZbwDZ18FHEfMIsU75Mj8sVg9JCd1Yf6UtLFZJDyZjOFt0oUY41DXPNHALd0py8F56Q==} - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 - dependencies: - '@rushstack/tree-pattern': 0.2.1 - '@typescript-eslint/experimental-utils': 3.10.1_eslint@7.12.1+typescript@3.9.9 - eslint: 7.12.1 - transitivePeerDependencies: - - supports-color - - typescript - dev: true - - /@rushstack/eslint-plugin-security/0.1.4_eslint@7.12.1+typescript@3.9.9: - resolution: {integrity: sha512-AiNUS5H4/RvyNI9FDKdd4ya3PovjpPVU9Pr7He1JPvqLHOCT8P9n5YpRHjxx0ftD77mDLT5HrcOKjxTW7BZQHg==} - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 - dependencies: - '@rushstack/tree-pattern': 0.2.1 - '@typescript-eslint/experimental-utils': 3.10.1_eslint@7.12.1+typescript@3.9.9 - eslint: 7.12.1 - transitivePeerDependencies: - - supports-color - - typescript - dev: true - - /@rushstack/eslint-plugin/0.7.3_eslint@7.12.1+typescript@3.9.9: - resolution: {integrity: sha512-8+AqxybpcJJuxn0+fsWwMIMj2g2tLfPrbOyhEi+Rozh36eTmgGXF45qh8bHE1gicsX4yGDj2ob1P62oQV6hs3g==} - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 - dependencies: - '@rushstack/tree-pattern': 0.2.1 - '@typescript-eslint/experimental-utils': 3.10.1_eslint@7.12.1+typescript@3.9.9 - eslint: 7.12.1 - transitivePeerDependencies: - - supports-color - - typescript - dev: true - - /@rushstack/heft-config-file/0.3.18: - resolution: {integrity: sha512-0himE+YJDiAiyKZ/Do5wgtOS4aqMJuocshwXi49+UPNFCyDvPcxNJgOcJlcFOCXJiGUy+cgzQZIkmZoZbcQ12g==} - engines: {node: '>=10.13.0'} - dependencies: - '@rushstack/node-core-library': 3.36.1 - '@rushstack/rig-package': 0.2.11 - jsonpath-plus: 4.0.0 - dev: true - - /@rushstack/heft-node-rig/1.0.8_@rushstack+heft@0.28.0: - resolution: {integrity: sha512-1zppQo1aKlkcZ7ZH1AGr/NeNfHttgPfB9vygAZ/0yQ9pUmlNhkKehkYovaCGFLmvBXoOv9k01XIwY6CSBYjUhQ==} - peerDependencies: - '@rushstack/heft': ^0.28.0 - dependencies: - '@microsoft/api-extractor': 7.13.4 - '@rushstack/heft': 0.28.0 - eslint: 7.12.1 - typescript: 3.9.9 - transitivePeerDependencies: - - supports-color - dev: true - - /@rushstack/heft/0.28.0: - resolution: {integrity: sha512-aYjjiJiWATZLflV1oPLyVm7LvIFLttyArJBvJgy4GhEwZsizp6SxJYDTeAX+0T+Jn58Tt5P2DEfciqT7ciWAdA==} - engines: {node: '>=10.13.0'} - hasBin: true - dependencies: - '@jest/core': 25.4.0 - '@jest/reporters': 25.4.0 - '@jest/transform': 25.4.0 - '@rushstack/heft-config-file': 0.3.18 - '@rushstack/node-core-library': 3.36.1 - '@rushstack/rig-package': 0.2.11 - '@rushstack/ts-command-line': 4.7.9 - '@rushstack/typings-generator': 0.3.3 - '@types/tapable': 1.0.6 - argparse: 1.0.10 - chokidar: 3.4.3 - fast-glob: 3.2.5 - glob: 7.0.6 - glob-escape: 0.0.2 - jest-snapshot: 25.4.0 - node-sass: 5.0.0 - postcss: 7.0.32 - postcss-modules: 1.5.0 - prettier: 2.1.2 - semver: 7.3.5 - tapable: 1.1.3 - true-case-path: 2.2.1 - transitivePeerDependencies: - - bufferutil - - canvas - - supports-color - - utf-8-validate - dev: true - - /@rushstack/node-core-library/3.36.1: - resolution: {integrity: sha512-YMXJ0bEpxG9AnK1shZTOay5xSIuerzxCV9sscn3xynnndBdma0oE243V79Fb25zzLfkZ1Xg9TbOXc5zmF7NYYA==} - dependencies: - '@types/node': 10.17.13 - colors: 1.2.5 - fs-extra: 7.0.1 - import-lazy: 4.0.0 - jju: 1.4.0 - resolve: 1.17.0 - semver: 7.3.5 - timsort: 0.3.0 - z-schema: 3.18.4 - dev: true - - /@rushstack/rig-package/0.2.11: - resolution: {integrity: sha512-6Q07ZxjnthXWSXfDy/CgjhhGaqb/0RvZbqWScLr216Cy7fuAAmjbMhE2E53+rjXOsolrS5Ep7Xcl5TQre723cA==} - dependencies: - resolve: 1.17.0 - strip-json-comments: 3.1.1 - dev: true - - /@rushstack/tree-pattern/0.2.1: - resolution: {integrity: sha512-ZRPQdV0LxUY/HRIvVKNz3Sb/qbklSthL2pY0qkNoycXKcXbCgXEP3TxL+i1/tW9g1jqft4o+pl9wx12Q6Uc0Xw==} - dev: true - - /@rushstack/ts-command-line/4.7.9: - resolution: {integrity: sha512-Jq5O4t0op9xdFfS9RbUV/ZFlAFxX6gdVTY+69UFRTn9pwWOzJR0kroty01IlnDByPCgvHH8RMz9sEXzD9Qxdrg==} - dependencies: - '@types/argparse': 1.0.38 - argparse: 1.0.10 - colors: 1.2.5 - string-argv: 0.3.1 - dev: true - - /@rushstack/typings-generator/0.3.3: - resolution: {integrity: sha512-lmQK/OFKs8nXkVvZ/zWsswO7SzmzX+slsEFeqYLXavR8BRXEOGz8DcEKcMcb1jebrgvTnE0Y00KWrNcFyZ1iVg==} - dependencies: - '@rushstack/node-core-library': 3.36.1 - '@types/node': 10.17.13 - chokidar: 3.4.3 - glob: 7.0.6 - dev: true - - /@sinonjs/commons/1.8.3: - resolution: {integrity: sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ==} - dependencies: - type-detect: 4.0.8 - - /@types/anymatch/1.3.1: - resolution: {integrity: sha512-/+CRPXpBDpo2RK9C68N3b2cOvO0Cf5B9aPijHsoDQTHivnGSObdOF2BRQOYjojWTDy6nQvMjmqRXIxH55VjxxA==} - - /@types/argparse/1.0.38: - resolution: {integrity: sha512-ebDJ9b0e702Yr7pWgB0jzm+CX4Srzz8RcXtLJDJB+BSccqMa36uyH/zUsSYao5+BD1ytv3k3rPYCq4mAE1hsXA==} - - /@types/autoprefixer/9.7.2: - resolution: {integrity: sha512-QX7U7YW3zX3ex6MECtWO9folTGsXeP4b8bSjTq3I1ODM+H+sFHwGKuof+T+qBcDClGlCGtDb3SVfiTVfmcxw4g==} - dependencies: - '@types/browserslist': 4.15.0 - postcss: 7.0.32 - dev: true - - /@types/babel__core/7.1.14: - resolution: {integrity: sha512-zGZJzzBUVDo/eV6KgbE0f0ZI7dInEYvo12Rb70uNQDshC3SkRMb67ja0GgRHZgAX3Za6rhaWlvbDO8rrGyAb1g==} - dependencies: - '@babel/parser': 7.14.1 - '@babel/types': 7.14.1 - '@types/babel__generator': 7.6.2 - '@types/babel__template': 7.4.0 - '@types/babel__traverse': 7.11.1 - - /@types/babel__generator/7.6.2: - resolution: {integrity: sha512-MdSJnBjl+bdwkLskZ3NGFp9YcXGx5ggLpQQPqtgakVhsWK0hTtNYhjpZLlWQTviGTvF8at+Bvli3jV7faPdgeQ==} - dependencies: - '@babel/types': 7.14.1 - - /@types/babel__template/7.4.0: - resolution: {integrity: sha512-NTPErx4/FiPCGScH7foPyr+/1Dkzkni+rHiYHHoTjvwou7AQzJkNeD60A9CXRy+ZEN2B1bggmkTMCDb+Mv5k+A==} - dependencies: - '@babel/parser': 7.14.1 - '@babel/types': 7.14.1 - - /@types/babel__traverse/7.11.1: - resolution: {integrity: sha512-Vs0hm0vPahPMYi9tDjtP66llufgO3ST16WXaSTtDGEl9cewAl3AibmxWw6TINOqHPT9z0uABKAYjT9jNSg4npw==} - dependencies: - '@babel/types': 7.14.1 - - /@types/body-parser/1.19.0: - resolution: {integrity: sha512-W98JrE0j2K78swW4ukqMleo8R7h/pFETjM2DQ90MF6XK2i4LO4W3gQ71Lt4w3bfm2EvVSyWHplECvB5sK22yFQ==} - dependencies: - '@types/connect': 3.4.34 - '@types/node': 10.17.13 - dev: true - - /@types/browserslist/4.15.0: - resolution: {integrity: sha512-h9LyKErRGZqMsHh9bd+FE8yCIal4S0DxKTOeui56VgVXqa66TKiuaIUxCAI7c1O0LjaUzOTcsMyOpO9GetozRA==} - deprecated: This is a stub types definition. browserslist provides its own type definitions, so you do not need this installed. - dependencies: - browserslist: 4.16.6 - dev: true - - /@types/chalk/0.4.31: - resolution: {integrity: sha1-ox10JBprHtu5c8822XooloNKUfk=} - - /@types/clean-css/4.2.1: - resolution: {integrity: sha512-A1HQhQ0hkvqqByJMgg+Wiv9p9XdoYEzuwm11SVo1mX2/4PSdhjcrUlilJQoqLscIheC51t1D5g+EFWCXZ2VTQQ==} - dependencies: - '@types/node': 10.17.13 - dev: true - - /@types/cli-table/0.3.0: - resolution: {integrity: sha512-QnZUISJJXyhyD6L1e5QwXDV/A5i2W1/gl6D6YMc8u0ncPepbv/B4w3S+izVvtAg60m6h+JP09+Y/0zF2mojlFQ==} - dev: true - - /@types/connect-history-api-fallback/1.3.4: - resolution: {integrity: sha512-Kf8v0wljR5GSCOCF/VQWdV3ZhKOVA73drXtY3geMTQgHy9dgqQ0dLrf31M0hcuWkhFzK5sP0kkS3mJzcKVtZbw==} - dependencies: - '@types/express-serve-static-core': 4.11.0 - '@types/node': 10.17.13 - dev: true - - /@types/connect/3.4.34: - resolution: {integrity: sha512-ePPA/JuI+X0vb+gSWlPKOY0NdNAie/rPUqX2GUPpbZwiKTkSPhjXWuee47E4MtE54QVzGCQMQkAL6JhV2E1+cQ==} - dependencies: - '@types/node': 10.17.13 - dev: true - - /@types/eslint-scope/3.7.0: - resolution: {integrity: sha512-O/ql2+rrCUe2W2rs7wMR+GqPRcgB6UiqN5RhrR5xruFlY7l9YLMn0ZkDzjoHLeiFkR8MCQZVudUuuvQ2BLC9Qw==} - dependencies: - '@types/eslint': 7.2.0 - '@types/estree': 0.0.44 - dev: false - - /@types/eslint-visitor-keys/1.0.0: - resolution: {integrity: sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==} - - /@types/eslint/7.2.0: - resolution: {integrity: sha512-LpUXkr7fnmPXWGxB0ZuLEzNeTURuHPavkC5zuU4sg62/TgL5ZEjamr5Y8b6AftwHtx2bPJasI+CL0TT2JwQ7aA==} - dependencies: - '@types/estree': 0.0.44 - '@types/json-schema': 7.0.7 - - /@types/estree/0.0.44: - resolution: {integrity: sha512-iaIVzr+w2ZJ5HkidlZ3EJM8VTZb2MJLCjw3V+505yVts0gRC4UMvjw0d1HPtGqI/HQC/KdsYtayfzl+AXY2R8g==} - - /@types/estree/0.0.47: - resolution: {integrity: sha512-c5ciR06jK8u9BstrmJyO97m+klJrrhCf9u3rLu3DEAJBirxRqSCvDQoYKmxuYwQI5SZChAWu+tq9oVlGRuzPAg==} - dev: false - - /@types/events/3.0.0: - resolution: {integrity: sha512-EaObqwIvayI5a8dCzhFrjKzVwKLxjoG9T6Ppd5CEo07LRKfQ8Yokw54r5+Wq7FaBQ+yXRvQAYPrHwya1/UFt9g==} - - /@types/express-serve-static-core/4.11.0: - resolution: {integrity: sha512-hOi1QNb+4G+UjDt6CEJ6MjXHy+XceY7AxIa28U9HgJ80C+3gIbj7h5dJNxOI7PU3DO1LIhGP5Bs47Dbf5l8+MA==} - dependencies: - '@types/node': 10.17.13 - dev: true - - /@types/express/4.11.0: - resolution: {integrity: sha512-N1Wdp3v4KmdO3W/CM7KXrDwM4xcVZjlHF2dAOs7sNrTUX8PY3G4n9NkaHlfjGFEfgFeHmRRjywoBd4VkujDs9w==} - dependencies: - '@types/body-parser': 1.19.0 - '@types/express-serve-static-core': 4.11.0 - '@types/serve-static': 1.13.1 - dev: true - - /@types/fs-extra/7.0.0: - resolution: {integrity: sha512-ndoMMbGyuToTy4qB6Lex/inR98nPiNHacsgMPvy+zqMLgSxbt8VtWpDArpGp69h1fEDQHn1KB+9DWD++wgbwYA==} - dependencies: - '@types/node': 10.17.13 - dev: true - - /@types/glob-stream/6.1.0: - resolution: {integrity: sha512-RHv6ZQjcTncXo3thYZrsbAVwoy4vSKosSWhuhuQxLOTv74OJuFQxXkmUuZCr3q9uNBEVCvIzmZL/FeRNbHZGUg==} - dependencies: - '@types/glob': 7.1.1 - '@types/node': 10.17.13 - - /@types/glob/7.1.1: - resolution: {integrity: sha512-1Bh06cbWJUHMC97acuD6UMG29nMt0Aqz1vF3guLfG+kHHJhy3AyohZFFxYk2f7Q1SQIrNwvncxAE0N/9s70F2w==} - dependencies: - '@types/events': 3.0.0 - '@types/minimatch': 2.0.29 - '@types/node': 10.17.13 - - /@types/graceful-fs/4.1.5: - resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} - dependencies: - '@types/node': 10.17.13 - - /@types/gulp-istanbul/0.9.30: - resolution: {integrity: sha1-RAh5rEB1frbwiO+CjRaedfkV7gs=} - dependencies: - '@types/node': 10.17.13 - dev: true - - /@types/gulp-mocha/0.0.32: - resolution: {integrity: sha512-30OJubm6wl7oVFR7ibaaTl0h52sRQDJwB0h7SXm8KbPG7TN3Bb8QqNI7ObfGFjCoBCk9tr55R4278ckLMFzNcw==} - dependencies: - '@types/mocha': 5.2.5 - '@types/node': 10.17.13 - dev: true - - /@types/gulp/4.0.6: - resolution: {integrity: sha512-0E8/iV/7FKWyQWSmi7jnUvgXXgaw+pfAzEB06Xu+l0iXVJppLbpOye5z7E2klw5akXd+8kPtYuk65YBcZPM4ow==} - dependencies: - '@types/undertaker': 1.2.6 - '@types/vinyl-fs': 2.4.11 - chokidar: 2.1.8 - - /@types/heft-jest/1.0.1: - resolution: {integrity: sha512-cF2iEUpvGh2WgLowHVAdjI05xuDo+GwCA8hGV3Q5PBl8apjd6BTcpPFQ2uPlfUM7BLpgur2xpYo8VeBXopMI4A==} - dependencies: - '@types/jest': 25.2.1 - dev: true - - /@types/html-minifier-terser/5.1.1: - resolution: {integrity: sha512-giAlZwstKbmvMk1OO7WXSj4OZ0keXAcl2TQq4LWHiiPH2ByaH7WeUzng+Qej8UPxxv+8lRTuouo0iaNDBuzIBA==} - - /@types/http-proxy/1.17.5: - resolution: {integrity: sha512-GNkDE7bTv6Sf8JbV2GksknKOsk7OznNYHSdrtvPJXO0qJ9odZig6IZKUi5RFGi6d1bf6dgIAe4uXi3DBc7069Q==} - dependencies: - '@types/node': 10.17.13 - dev: true - - /@types/inquirer/7.3.1: - resolution: {integrity: sha512-osD38QVIfcdgsPCT0V3lD7eH0OFurX71Jft18bZrsVQWVRt6TuxRzlr0GJLrxoHZR2V5ph7/qP8se/dcnI7o0g==} - dependencies: - '@types/through': 0.0.30 - rxjs: 6.6.7 - dev: true - - /@types/istanbul-lib-coverage/2.0.3: - resolution: {integrity: sha512-sz7iLqvVUg1gIedBOvlkxPlc8/uVzyS5OwGz1cKjXzkl3FpL3al0crU8YGU1WoHkxn0Wxbw5tyi6hvzJKNzFsw==} - - /@types/istanbul-lib-report/3.0.0: - resolution: {integrity: sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==} - dependencies: - '@types/istanbul-lib-coverage': 2.0.3 - - /@types/istanbul-reports/1.1.2: - resolution: {integrity: sha512-P/W9yOX/3oPZSpaYOCQzGqgCQRXn0FFO/V8bWrCQs+wLmvVVxk6CRBXALEvNs9OHIatlnlFokfhuDo2ug01ciw==} - dependencies: - '@types/istanbul-lib-coverage': 2.0.3 - '@types/istanbul-lib-report': 3.0.0 - - /@types/jest/25.2.1: - resolution: {integrity: sha512-msra1bCaAeEdkSyA0CZ6gW1ukMIvZ5YoJkdXw/qhQdsuuDlFTcEUrUw8CLCPt2rVRUfXlClVvK2gvPs9IokZaA==} - dependencies: - jest-diff: 25.5.0 - pretty-format: 25.5.0 - - /@types/jju/1.4.1: - resolution: {integrity: sha512-LFt+YA7Lv2IZROMwokZKiPNORAV5N3huMs3IKnzlE430HWhWYZ8b+78HiwJXJJP1V2IEjinyJURuRJfGoaFSIA==} - dev: true - - /@types/js-yaml/3.12.1: - resolution: {integrity: sha512-SGGAhXLHDx+PK4YLNcNGa6goPf9XRWQNAUUbffkwVGGXIxmDKWyGGL4inzq2sPmExu431Ekb9aEMn9BkPqEYFA==} - dev: true - - /@types/json-schema/7.0.7: - resolution: {integrity: sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==} - - /@types/loader-utils/1.1.3: - resolution: {integrity: sha512-euKGFr2oCB3ASBwG39CYJMR3N9T0nanVqXdiH7Zu/Nqddt6SmFRxytq/i2w9LQYNQekEtGBz+pE3qG6fQTNvRg==} - dependencies: - '@types/node': 10.17.13 - '@types/webpack': 4.41.24 - dev: true - - /@types/lodash/4.14.116: - resolution: {integrity: sha512-lRnAtKnxMXcYYXqOiotTmJd74uawNWuPnsnPrrO7HiFuE3npE2iQhfABatbYDyxTNqZNuXzcKGhw37R7RjBFLg==} - - /@types/long/4.0.0: - resolution: {integrity: sha512-1w52Nyx4Gq47uuu0EVcsHBxZFJgurQ+rTKS3qMHxR1GY2T8c2AJYd6vZoZ9q1rupaDjU0yT+Jc2XTyXkjeMA+Q==} - dev: false - - /@types/mime/0.0.29: - resolution: {integrity: sha1-+8/TMFc7kS71nu7hRgK/rOYwdUs=} - dev: true - - /@types/minimatch/2.0.29: - resolution: {integrity: sha1-UALhT3Xi1x5WQoHfBDHIwbSio2o=} - - /@types/minipass/2.2.0: - resolution: {integrity: sha512-wuzZksN4w4kyfoOv/dlpov4NOunwutLA/q7uc00xU02ZyUY+aoM5PWIXEKBMnm0NHd4a+N71BMjq+x7+2Af1fg==} - dependencies: - '@types/node': 10.17.13 - dev: true - - /@types/mocha/5.2.5: - resolution: {integrity: sha512-lAVp+Kj54ui/vLUFxsJTMtWvZraZxum3w3Nwkble2dNuV5VnPA+Mi2oGX9XYJAaIvZi3tn3cbjS/qcJXRb6Bww==} - dev: true - - /@types/node-fetch/1.6.9: - resolution: {integrity: sha512-n2r6WLoY7+uuPT7pnEtKJCmPUGyJ+cbyBR8Avnu4+m1nzz7DwBVuyIvvlBzCZ/nrpC7rIgb3D6pNavL7rFEa9g==} - dependencies: - '@types/node': 10.17.13 - dev: true - - /@types/node-fetch/2.5.10: - resolution: {integrity: sha512-IpkX0AasN44hgEad0gEF/V6EgR5n69VEqPEgnmoM8GsIGro3PowbWs4tR6IhxUTyPLpOn+fiGG6nrQhcmoCuIQ==} - dependencies: - '@types/node': 10.17.13 - form-data: 3.0.1 - dev: false - - /@types/node-forge/0.9.1: - resolution: {integrity: sha512-xNO6BfB4Du8DSChdbqyTf488gQwCEUjkxVQq8CeigoG6N7INc8TTRHJK+88IcrnJ0Q8HWPLK4X8pwC8Rcx+sYg==} - dependencies: - '@types/node': 10.17.13 - dev: true - - /@types/node-notifier/0.0.28: - resolution: {integrity: sha1-hro9OqjZGDUswxkdiN4yiyDck8E=} - dependencies: - '@types/node': 10.17.13 - - /@types/node-sass/4.11.1: - resolution: {integrity: sha512-wPOmOEEtbwQiPTIgzUuRSQZ3H5YHinsxRGeZzPSDefAm4ylXWnZG9C0adses8ymyplKK0gwv3JkDNO8GGxnWfg==} - dependencies: - '@types/node': 10.17.13 - dev: true - - /@types/node/10.17.13: - resolution: {integrity: sha512-pMCcqU2zT4TjqYFrWtYHKal7Sl30Ims6ulZ4UFXxI4xbtQqK/qqKwkDoBFCfooRqqmRu9vY3xaJRwxSh673aYg==} - - /@types/normalize-package-data/2.4.0: - resolution: {integrity: sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA==} - - /@types/npm-package-arg/6.1.0: - resolution: {integrity: sha512-vbt5fb0y1svMhu++1lwtKmZL76d0uPChFlw7kEzyUmTwfmpHRcFb8i0R8ElT69q/L+QLgK2hgECivIAvaEDwag==} - dev: true - - /@types/npm-packlist/1.1.1: - resolution: {integrity: sha512-+0ZRUpPOs4Mvvwj/pftWb14fnPN/yS6nOp6HZFyIMDuUmyPtKXcO4/SPhyRGR6dUCAn1B3hHJozD/UCrU+Mmew==} - dev: true - - /@types/orchestrator/0.0.30: - resolution: {integrity: sha1-3N2o1ke1aLex40F4yx8LRKyamOU=} - dependencies: - '@types/q': 1.5.4 - - /@types/parse-json/4.0.0: - resolution: {integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==} - dev: true - - /@types/prettier/1.19.1: - resolution: {integrity: sha512-5qOlnZscTn4xxM5MeGXAMOsIOIKIbh9e85zJWfBRVPlRMEVawzoPhINYbRGkBZCI8LxvBe7tJCdWiarA99OZfQ==} - - /@types/prop-types/15.7.3: - resolution: {integrity: sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==} - dev: true - - /@types/q/1.5.4: - resolution: {integrity: sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug==} - - /@types/react-dom/16.9.8: - resolution: {integrity: sha512-ykkPQ+5nFknnlU6lDd947WbQ6TE3NNzbQAkInC2EKY1qeYdTKp7onFusmYZb+ityzx2YviqT6BXSu+LyWWJwcA==} - dependencies: - '@types/react': 16.9.45 - dev: true - - /@types/react/16.9.45: - resolution: {integrity: sha512-vv950slTF5UZ5eDOf13b8qC1SD4rTvkqg3HfaUKzr17U97oeJZAa+dUaIHn0QoOJflNTIt6Pem9MmapULs9dkA==} - dependencies: - '@types/prop-types': 15.7.3 - csstype: 3.0.8 - dev: true - - /@types/read-package-tree/5.1.0: - resolution: {integrity: sha512-QEaGDX5COe5Usog79fca6PEycs59075O/W0QcOJjVNv+ZQ26xjqxg8sWu63Lwdt4KAI08gb4Muho1EbEKs3YFw==} - dev: true - - /@types/resolve/1.17.1: - resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} - dependencies: - '@types/node': 10.17.13 - dev: true - - /@types/sass/1.16.0: - resolution: {integrity: sha512-2XZovu4NwcqmtZtsBR5XYLw18T8cBCnU2USFHTnYLLHz9fkhnoEMoDsqShJIOFsFhn5aJHjweiUUdTrDGujegA==} - dependencies: - '@types/node': 10.17.13 - dev: true - - /@types/semver/7.3.5: - resolution: {integrity: sha512-iotVxtCCsPLRAvxMFFgxL8HD2l4mAZ2Oin7/VJ2ooWO0VOK4EGOGmZWZn1uCq7RofR3I/1IOSjCHlFT71eVK0Q==} - - /@types/serve-static/1.13.1: - resolution: {integrity: sha512-jDMH+3BQPtvqZVIcsH700Dfi8Q3MIcEx16g/VdxjoqiGR/NntekB10xdBpirMKnPe9z2C5cBmL0vte0YttOr3Q==} - dependencies: - '@types/express-serve-static-core': 4.11.0 - '@types/mime': 0.0.29 - dev: true - - /@types/source-list-map/0.1.2: - resolution: {integrity: sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA==} - - /@types/source-map/0.5.0: - resolution: {integrity: sha1-3TS72OMv5OdPLj2KwH+KpbRaR6w=} - - /@types/ssri/7.1.0: - resolution: {integrity: sha512-CJR8I0rHwuhpS6YBq1q+StUlQBuxoyfVVZ3O1FDiXH1HJtNm90lErBsZpr2zBMF2x5d9khvq105CQ03EXkZzAQ==} - dependencies: - '@types/node': 10.17.13 - dev: true - - /@types/stack-utils/1.0.1: - resolution: {integrity: sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==} - - /@types/strict-uri-encode/2.0.0: - resolution: {integrity: sha512-R6vDd7CHxcWMzv5wfVhR3qyCRVQoZKwVd6kit0rkozTThRZSXZKEW2Kz3AxfVqq9+UyJAz1g8Q+bJ3CL6NzztQ==} - dev: true - - /@types/tapable/1.0.6: - resolution: {integrity: sha512-W+bw9ds02rAQaMvaLYxAbJ6cvguW/iJXNT6lTssS1ps6QdrMKttqEAMEG/b5CR8TZl3/L7/lH0ZV5nNR1LXikA==} - - /@types/tar/4.0.3: - resolution: {integrity: sha512-Z7AVMMlkI8NTWF0qGhC4QIX0zkV/+y0J8x7b/RsHrN0310+YNjoJd8UrApCiGBCWtKjxS9QhNqLi2UJNToh5hA==} - dependencies: - '@types/minipass': 2.2.0 - '@types/node': 10.17.13 - dev: true - - /@types/through/0.0.30: - resolution: {integrity: sha512-FvnCJljyxhPM3gkRgWmxmDZyAQSiBQQWLI0A0VFL0K7W1oRUrPJSqNO0NvTnLkBcotdlp3lKvaT0JrnyRDkzOg==} - dependencies: - '@types/node': 10.17.13 - dev: true - - /@types/through2/2.0.32: - resolution: {integrity: sha1-RwAkRQ8at2QPGfnr9C09pXTCYSk=} - dependencies: - '@types/node': 10.17.13 - - /@types/timsort/0.3.0: - resolution: {integrity: sha512-SFjNmiiq4uCs9eXvxbaJMa8pnmlepV8dT2p0nCfdRL1h/UU7ZQFsnCLvtXRHTb3rnyILpQz4Kh8JoTqvDdgxYw==} - dev: true - - /@types/tunnel/0.0.1: - resolution: {integrity: sha512-AOqu6bQu5MSWwYvehMXLukFHnupHrpZ8nvgae5Ggie9UwzDR1CCwoXgSSWNZJuyOlCdfdsWMA5F2LlmvyoTv8A==} - dependencies: - '@types/node': 10.17.13 - dev: false - - /@types/uglify-js/2.6.29: - resolution: {integrity: sha512-BdFLCZW0GTl31AbqXSak8ss/MqEZ3DN2MH9rkAyGoTuzK7ifGUlX+u0nfbWeTsa7IPcZhtn8BlpYBXSV+vqGhQ==} - dependencies: - '@types/source-map': 0.5.0 - - /@types/undertaker-registry/1.0.1: - resolution: {integrity: sha512-Z4TYuEKn9+RbNVk1Ll2SS4x1JeLHecolIbM/a8gveaHsW0Hr+RQMraZACwTO2VD7JvepgA6UO1A1VrbktQrIbQ==} - - /@types/undertaker/1.2.6: - resolution: {integrity: sha512-sG5MRcsWRokQXtj94uCqPxReXldm4ZvXif34YthgHEpzipcBAFTg+4IoWFcvdA0hGM1KdpPj2efdzcD2pETqQA==} - dependencies: - '@types/node': 10.17.13 - '@types/undertaker-registry': 1.0.1 - async-done: 1.3.2 - - /@types/vinyl-fs/2.4.11: - resolution: {integrity: sha512-2OzQSfIr9CqqWMGqmcERE6Hnd2KY3eBVtFaulVo3sJghplUcaeMdL9ZjEiljcQQeHjheWY9RlNmumjIAvsBNaA==} - dependencies: - '@types/glob-stream': 6.1.0 - '@types/node': 10.17.13 - '@types/vinyl': 2.0.3 - - /@types/vinyl/2.0.3: - resolution: {integrity: sha512-hrT6xg16CWSmndZqOTJ6BGIn2abKyTw0B58bI+7ioUoj3Sma6u8ftZ1DTI2yCaJamOVGLOnQWiPH3a74+EaqTA==} - dependencies: - '@types/node': 10.17.13 - - /@types/webpack-dev-server/3.11.2_@types+webpack@4.41.24: - resolution: {integrity: sha512-13w1VhaghN+G1rYjkBPgN/GFRoHd9uI2fwK9cSKvLutdmZ22L9iicFEvt69by40DP2I6uNcClaGTyPY6nYhIgQ==} - peerDependencies: - '@types/webpack': ^4.0.0 - dependencies: - '@types/connect-history-api-fallback': 1.3.4 - '@types/express': 4.11.0 - '@types/serve-static': 1.13.1 - '@types/webpack': 4.41.24 - http-proxy-middleware: 1.3.1 - transitivePeerDependencies: - - debug - dev: true - - /@types/webpack-dev-server/3.11.3_webpack@5.35.1: - resolution: {integrity: sha512-p9B/QClflreKDeamKhBwuo5zqtI++wwb9QNG/CdIZUFtHvtaq0dWVgbtV7iMl4Sr4vWzEFj0rn16pgUFANjLPA==} - peerDependencies: - webpack: ^5.0.0 - dependencies: - '@types/connect-history-api-fallback': 1.3.4 - '@types/express': 4.11.0 - '@types/serve-static': 1.13.1 - http-proxy-middleware: 1.3.1 - webpack: 5.35.1 - transitivePeerDependencies: - - debug - dev: true - - /@types/webpack-env/1.13.0: - resolution: {integrity: sha1-MEQ4FkfhHulzxa8uklMjkw9pHYA=} - - /@types/webpack-sources/1.4.2: - resolution: {integrity: sha512-77T++JyKow4BQB/m9O96n9d/UUHWLQHlcqXb9Vsf4F1+wKNrrlWNFPDLKNT92RJnCSL6CieTc+NDXtCVZswdTw==} - dependencies: - '@types/node': 10.17.13 - '@types/source-list-map': 0.1.2 - source-map: 0.7.3 - - /@types/webpack/4.41.24: - resolution: {integrity: sha512-1A0MXPwZiMOD3DPMuOKUKcpkdPo8Lq33UGggZ7xio6wJ/jV1dAu5cXDrOfGDnldUroPIRLsr/DT43/GqOA4RFQ==} - dependencies: - '@types/anymatch': 1.3.1 - '@types/node': 10.17.13 - '@types/tapable': 1.0.6 - '@types/uglify-js': 2.6.29 - '@types/webpack-sources': 1.4.2 - source-map: 0.6.1 - dev: true - - /@types/webpack/4.41.28: - resolution: {integrity: sha512-Nn84RAiJjKRfPFFCVR8LC4ueTtTdfWAMZ03THIzZWRJB+rX24BD3LqPSFnbMscWauEsT4segAsylPDIaZyZyLQ==} - dependencies: - '@types/anymatch': 1.3.1 - '@types/node': 10.17.13 - '@types/tapable': 1.0.6 - '@types/uglify-js': 2.6.29 - '@types/webpack-sources': 1.4.2 - source-map: 0.6.1 - - /@types/wordwrap/1.0.0: - resolution: {integrity: sha512-XknqsI3sxtVduA/zP475wjMPH/qaZB6teY+AGvZkNUPhwxAac/QuKt6fpJCY9iO6ZpDhBmu9iOHgLXK78hoEDA==} - dev: true - - /@types/xmldoc/1.1.4: - resolution: {integrity: sha512-a/ONNCf9itbmzEz1ohx0Fv5TLJzXIPQTapxFu+DlYlDtn9UcAa1OhnrOOMwbU8125hFjrkJKL3qllD7vO5Bivw==} - dev: true - - /@types/yargs-parser/20.2.0: - resolution: {integrity: sha512-37RSHht+gzzgYeobbG+KWryeAW8J33Nhr69cjTqSYymXVZEN9NbRYWoYlRtDhHKPVT1FyNKwaTPC1NynKZpzRA==} - - /@types/yargs/0.0.34: - resolution: {integrity: sha1-FWBCn8VQxDvEGnt9PfoK+8yRSjU=} - - /@types/yargs/15.0.13: - resolution: {integrity: sha512-kQ5JNTrbDv3Rp5X2n/iUu37IJBDU2gsZ5R/g1/KHOOEc5IKfUFjXT6DENPGduh08I/pamwtEq4oul7gUqKTQDQ==} - dependencies: - '@types/yargs-parser': 20.2.0 - - /@types/z-schema/3.16.31: - resolution: {integrity: sha1-LrHQCl5Ow/pYx2r94S4YK2bcXBw=} - dev: true - - /@typescript-eslint/eslint-plugin/3.4.0_089e1daeed8e558466a682bc7c94990b: - resolution: {integrity: sha512-wfkpiqaEVhZIuQRmudDszc01jC/YR7gMSxa6ulhggAe/Hs0KVIuo9wzvFiDbG3JD5pRFQoqnf4m7REDsUvBnMQ==} - engines: {node: ^10.12.0 || >=12.0.0} - peerDependencies: - '@typescript-eslint/parser': ^3.0.0 - eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/experimental-utils': 3.4.0_eslint@7.12.1+typescript@3.9.9 - '@typescript-eslint/parser': 3.4.0_eslint@7.12.1+typescript@3.9.9 - debug: 4.3.1 - eslint: 7.12.1 - functional-red-black-tree: 1.0.1 - regexpp: 3.1.0 - semver: 7.3.5 - tsutils: 3.21.0_typescript@3.9.9 - typescript: 3.9.9 - transitivePeerDependencies: - - supports-color - - /@typescript-eslint/experimental-utils/3.10.1_eslint@7.12.1+typescript@3.9.9: - resolution: {integrity: sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw==} - engines: {node: ^10.12.0 || >=12.0.0} - peerDependencies: - eslint: '*' - dependencies: - '@types/json-schema': 7.0.7 - '@typescript-eslint/types': 3.10.1 - '@typescript-eslint/typescript-estree': 3.10.1_typescript@3.9.9 - eslint: 7.12.1 - eslint-scope: 5.1.1 - eslint-utils: 2.1.0 - transitivePeerDependencies: - - supports-color - - typescript - - /@typescript-eslint/experimental-utils/3.4.0_eslint@7.12.1+typescript@3.9.9: - resolution: {integrity: sha512-rHPOjL43lOH1Opte4+dhC0a/+ks+8gOBwxXnyrZ/K4OTAChpSjP76fbI8Cglj7V5GouwVAGaK+xVwzqTyE/TPw==} - engines: {node: ^10.12.0 || >=12.0.0} - peerDependencies: - eslint: '*' - dependencies: - '@types/json-schema': 7.0.7 - '@typescript-eslint/typescript-estree': 3.4.0_typescript@3.9.9 - eslint: 7.12.1 - eslint-scope: 5.1.1 - eslint-utils: 2.1.0 - transitivePeerDependencies: - - supports-color - - typescript - - /@typescript-eslint/parser/3.4.0_eslint@7.12.1+typescript@3.9.9: - resolution: {integrity: sha512-ZUGI/de44L5x87uX5zM14UYcbn79HSXUR+kzcqU42gH0AgpdB/TjuJy3m4ezI7Q/jk3wTQd755mxSDLhQP79KA==} - engines: {node: ^10.12.0 || >=12.0.0} - peerDependencies: - eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@types/eslint-visitor-keys': 1.0.0 - '@typescript-eslint/experimental-utils': 3.4.0_eslint@7.12.1+typescript@3.9.9 - '@typescript-eslint/typescript-estree': 3.4.0_typescript@3.9.9 - eslint: 7.12.1 - eslint-visitor-keys: 1.3.0 - typescript: 3.9.9 - transitivePeerDependencies: - - supports-color - - /@typescript-eslint/types/3.10.1: - resolution: {integrity: sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==} - engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} - - /@typescript-eslint/typescript-estree/3.10.1_typescript@3.9.9: - resolution: {integrity: sha512-QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w==} - engines: {node: ^10.12.0 || >=12.0.0} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/types': 3.10.1 - '@typescript-eslint/visitor-keys': 3.10.1 - debug: 4.3.1 - glob: 7.1.7 - is-glob: 4.0.1 - lodash: 4.17.21 - semver: 7.3.5 - tsutils: 3.21.0_typescript@3.9.9 - typescript: 3.9.9 - transitivePeerDependencies: - - supports-color - - /@typescript-eslint/typescript-estree/3.4.0_typescript@3.9.9: - resolution: {integrity: sha512-zKwLiybtt4uJb4mkG5q2t6+W7BuYx2IISiDNV+IY68VfoGwErDx/RfVI7SWL4gnZ2t1A1ytQQwZ+YOJbHHJ2rw==} - engines: {node: ^10.12.0 || >=12.0.0} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - debug: 4.3.1 - eslint-visitor-keys: 1.3.0 - glob: 7.1.7 - is-glob: 4.0.1 - lodash: 4.17.21 - semver: 7.3.5 - tsutils: 3.21.0_typescript@3.9.9 - typescript: 3.9.9 - transitivePeerDependencies: - - supports-color - - /@typescript-eslint/visitor-keys/3.10.1: - resolution: {integrity: sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==} - engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} - dependencies: - eslint-visitor-keys: 1.3.0 - - /@webassemblyjs/ast/1.11.0: - resolution: {integrity: sha512-kX2W49LWsbthrmIRMbQZuQDhGtjyqXfEmmHyEi4XWnSZtPmxY0+3anPIzsnRb45VH/J55zlOfWvZuY47aJZTJg==} - dependencies: - '@webassemblyjs/helper-numbers': 1.11.0 - '@webassemblyjs/helper-wasm-bytecode': 1.11.0 - dev: false - - /@webassemblyjs/ast/1.9.0: - resolution: {integrity: sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA==} - dependencies: - '@webassemblyjs/helper-module-context': 1.9.0 - '@webassemblyjs/helper-wasm-bytecode': 1.9.0 - '@webassemblyjs/wast-parser': 1.9.0 - - /@webassemblyjs/floating-point-hex-parser/1.11.0: - resolution: {integrity: sha512-Q/aVYs/VnPDVYvsCBL/gSgwmfjeCb4LW8+TMrO3cSzJImgv8lxxEPM2JA5jMrivE7LSz3V+PFqtMbls3m1exDA==} - dev: false - - /@webassemblyjs/floating-point-hex-parser/1.9.0: - resolution: {integrity: sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA==} - - /@webassemblyjs/helper-api-error/1.11.0: - resolution: {integrity: sha512-baT/va95eXiXb2QflSx95QGT5ClzWpGaa8L7JnJbgzoYeaA27FCvuBXU758l+KXWRndEmUXjP0Q5fibhavIn8w==} - dev: false - - /@webassemblyjs/helper-api-error/1.9.0: - resolution: {integrity: sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw==} - - /@webassemblyjs/helper-buffer/1.11.0: - resolution: {integrity: sha512-u9HPBEl4DS+vA8qLQdEQ6N/eJQ7gT7aNvMIo8AAWvAl/xMrcOSiI2M0MAnMCy3jIFke7bEee/JwdX1nUpCtdyA==} - dev: false - - /@webassemblyjs/helper-buffer/1.9.0: - resolution: {integrity: sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA==} - - /@webassemblyjs/helper-code-frame/1.9.0: - resolution: {integrity: sha512-ERCYdJBkD9Vu4vtjUYe8LZruWuNIToYq/ME22igL+2vj2dQ2OOujIZr3MEFvfEaqKoVqpsFKAGsRdBSBjrIvZA==} - dependencies: - '@webassemblyjs/wast-printer': 1.9.0 - - /@webassemblyjs/helper-fsm/1.9.0: - resolution: {integrity: sha512-OPRowhGbshCb5PxJ8LocpdX9Kl0uB4XsAjl6jH/dWKlk/mzsANvhwbiULsaiqT5GZGT9qinTICdj6PLuM5gslw==} - - /@webassemblyjs/helper-module-context/1.9.0: - resolution: {integrity: sha512-MJCW8iGC08tMk2enck1aPW+BE5Cw8/7ph/VGZxwyvGbJwjktKkDK7vy7gAmMDx88D7mhDTCNKAW5tED+gZ0W8g==} - dependencies: - '@webassemblyjs/ast': 1.9.0 - - /@webassemblyjs/helper-numbers/1.11.0: - resolution: {integrity: sha512-DhRQKelIj01s5IgdsOJMKLppI+4zpmcMQ3XboFPLwCpSNH6Hqo1ritgHgD0nqHeSYqofA6aBN/NmXuGjM1jEfQ==} - dependencies: - '@webassemblyjs/floating-point-hex-parser': 1.11.0 - '@webassemblyjs/helper-api-error': 1.11.0 - '@xtuc/long': 4.2.2 - dev: false - - /@webassemblyjs/helper-wasm-bytecode/1.11.0: - resolution: {integrity: sha512-MbmhvxXExm542tWREgSFnOVo07fDpsBJg3sIl6fSp9xuu75eGz5lz31q7wTLffwL3Za7XNRCMZy210+tnsUSEA==} - dev: false - - /@webassemblyjs/helper-wasm-bytecode/1.9.0: - resolution: {integrity: sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw==} - - /@webassemblyjs/helper-wasm-section/1.11.0: - resolution: {integrity: sha512-3Eb88hcbfY/FCukrg6i3EH8H2UsD7x8Vy47iVJrP967A9JGqgBVL9aH71SETPx1JrGsOUVLo0c7vMCN22ytJew==} - dependencies: - '@webassemblyjs/ast': 1.11.0 - '@webassemblyjs/helper-buffer': 1.11.0 - '@webassemblyjs/helper-wasm-bytecode': 1.11.0 - '@webassemblyjs/wasm-gen': 1.11.0 - dev: false - - /@webassemblyjs/helper-wasm-section/1.9.0: - resolution: {integrity: sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw==} - dependencies: - '@webassemblyjs/ast': 1.9.0 - '@webassemblyjs/helper-buffer': 1.9.0 - '@webassemblyjs/helper-wasm-bytecode': 1.9.0 - '@webassemblyjs/wasm-gen': 1.9.0 - - /@webassemblyjs/ieee754/1.11.0: - resolution: {integrity: sha512-KXzOqpcYQwAfeQ6WbF6HXo+0udBNmw0iXDmEK5sFlmQdmND+tr773Ti8/5T/M6Tl/413ArSJErATd8In3B+WBA==} - dependencies: - '@xtuc/ieee754': 1.2.0 - dev: false - - /@webassemblyjs/ieee754/1.9.0: - resolution: {integrity: sha512-dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg==} - dependencies: - '@xtuc/ieee754': 1.2.0 - - /@webassemblyjs/leb128/1.11.0: - resolution: {integrity: sha512-aqbsHa1mSQAbeeNcl38un6qVY++hh8OpCOzxhixSYgbRfNWcxJNJQwe2rezK9XEcssJbbWIkblaJRwGMS9zp+g==} - dependencies: - '@xtuc/long': 4.2.2 - dev: false - - /@webassemblyjs/leb128/1.9.0: - resolution: {integrity: sha512-ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw==} - dependencies: - '@xtuc/long': 4.2.2 - - /@webassemblyjs/utf8/1.11.0: - resolution: {integrity: sha512-A/lclGxH6SpSLSyFowMzO/+aDEPU4hvEiooCMXQPcQFPPJaYcPQNKGOCLUySJsYJ4trbpr+Fs08n4jelkVTGVw==} - dev: false - - /@webassemblyjs/utf8/1.9.0: - resolution: {integrity: sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w==} - - /@webassemblyjs/wasm-edit/1.11.0: - resolution: {integrity: sha512-JHQ0damXy0G6J9ucyKVXO2j08JVJ2ntkdJlq1UTiUrIgfGMmA7Ik5VdC/L8hBK46kVJgujkBIoMtT8yVr+yVOQ==} - dependencies: - '@webassemblyjs/ast': 1.11.0 - '@webassemblyjs/helper-buffer': 1.11.0 - '@webassemblyjs/helper-wasm-bytecode': 1.11.0 - '@webassemblyjs/helper-wasm-section': 1.11.0 - '@webassemblyjs/wasm-gen': 1.11.0 - '@webassemblyjs/wasm-opt': 1.11.0 - '@webassemblyjs/wasm-parser': 1.11.0 - '@webassemblyjs/wast-printer': 1.11.0 - dev: false - - /@webassemblyjs/wasm-edit/1.9.0: - resolution: {integrity: sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw==} - dependencies: - '@webassemblyjs/ast': 1.9.0 - '@webassemblyjs/helper-buffer': 1.9.0 - '@webassemblyjs/helper-wasm-bytecode': 1.9.0 - '@webassemblyjs/helper-wasm-section': 1.9.0 - '@webassemblyjs/wasm-gen': 1.9.0 - '@webassemblyjs/wasm-opt': 1.9.0 - '@webassemblyjs/wasm-parser': 1.9.0 - '@webassemblyjs/wast-printer': 1.9.0 - - /@webassemblyjs/wasm-gen/1.11.0: - resolution: {integrity: sha512-BEUv1aj0WptCZ9kIS30th5ILASUnAPEvE3tVMTrItnZRT9tXCLW2LEXT8ezLw59rqPP9klh9LPmpU+WmRQmCPQ==} - dependencies: - '@webassemblyjs/ast': 1.11.0 - '@webassemblyjs/helper-wasm-bytecode': 1.11.0 - '@webassemblyjs/ieee754': 1.11.0 - '@webassemblyjs/leb128': 1.11.0 - '@webassemblyjs/utf8': 1.11.0 - dev: false - - /@webassemblyjs/wasm-gen/1.9.0: - resolution: {integrity: sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA==} - dependencies: - '@webassemblyjs/ast': 1.9.0 - '@webassemblyjs/helper-wasm-bytecode': 1.9.0 - '@webassemblyjs/ieee754': 1.9.0 - '@webassemblyjs/leb128': 1.9.0 - '@webassemblyjs/utf8': 1.9.0 - - /@webassemblyjs/wasm-opt/1.11.0: - resolution: {integrity: sha512-tHUSP5F4ywyh3hZ0+fDQuWxKx3mJiPeFufg+9gwTpYp324mPCQgnuVKwzLTZVqj0duRDovnPaZqDwoyhIO8kYg==} - dependencies: - '@webassemblyjs/ast': 1.11.0 - '@webassemblyjs/helper-buffer': 1.11.0 - '@webassemblyjs/wasm-gen': 1.11.0 - '@webassemblyjs/wasm-parser': 1.11.0 - dev: false - - /@webassemblyjs/wasm-opt/1.9.0: - resolution: {integrity: sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A==} - dependencies: - '@webassemblyjs/ast': 1.9.0 - '@webassemblyjs/helper-buffer': 1.9.0 - '@webassemblyjs/wasm-gen': 1.9.0 - '@webassemblyjs/wasm-parser': 1.9.0 - - /@webassemblyjs/wasm-parser/1.11.0: - resolution: {integrity: sha512-6L285Sgu9gphrcpDXINvm0M9BskznnzJTE7gYkjDbxET28shDqp27wpruyx3C2S/dvEwiigBwLA1cz7lNUi0kw==} - dependencies: - '@webassemblyjs/ast': 1.11.0 - '@webassemblyjs/helper-api-error': 1.11.0 - '@webassemblyjs/helper-wasm-bytecode': 1.11.0 - '@webassemblyjs/ieee754': 1.11.0 - '@webassemblyjs/leb128': 1.11.0 - '@webassemblyjs/utf8': 1.11.0 - dev: false - - /@webassemblyjs/wasm-parser/1.9.0: - resolution: {integrity: sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA==} - dependencies: - '@webassemblyjs/ast': 1.9.0 - '@webassemblyjs/helper-api-error': 1.9.0 - '@webassemblyjs/helper-wasm-bytecode': 1.9.0 - '@webassemblyjs/ieee754': 1.9.0 - '@webassemblyjs/leb128': 1.9.0 - '@webassemblyjs/utf8': 1.9.0 - - /@webassemblyjs/wast-parser/1.9.0: - resolution: {integrity: sha512-qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw==} - dependencies: - '@webassemblyjs/ast': 1.9.0 - '@webassemblyjs/floating-point-hex-parser': 1.9.0 - '@webassemblyjs/helper-api-error': 1.9.0 - '@webassemblyjs/helper-code-frame': 1.9.0 - '@webassemblyjs/helper-fsm': 1.9.0 - '@xtuc/long': 4.2.2 - - /@webassemblyjs/wast-printer/1.11.0: - resolution: {integrity: sha512-Fg5OX46pRdTgB7rKIUojkh9vXaVN6sGYCnEiJN1GYkb0RPwShZXp6KTDqmoMdQPKhcroOXh3fEzmkWmCYaKYhQ==} - dependencies: - '@webassemblyjs/ast': 1.11.0 - '@xtuc/long': 4.2.2 - dev: false - - /@webassemblyjs/wast-printer/1.9.0: - resolution: {integrity: sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA==} - dependencies: - '@webassemblyjs/ast': 1.9.0 - '@webassemblyjs/wast-parser': 1.9.0 - '@xtuc/long': 4.2.2 - - /@xtuc/ieee754/1.2.0: - resolution: {integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==} - - /@xtuc/long/4.2.2: - resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==} - - /@yarnpkg/lockfile/1.0.2: - resolution: {integrity: sha512-MqJ00WXw89ga0rK6GZkdmmgv3bAsxpJixyTthjcix73O44pBqotyU2BejBkLuIsaOBI6SEu77vAnSyLe5iIHkw==} - dev: false - - /@zkochan/cmd-shim/5.1.0: - resolution: {integrity: sha512-i8bPf1u6Kv1qMBG2JqHvqpdo/+sMaOB5Ohonpm04fvBWZ7y4M0rfI7tbHYVCokWX4BUMR5Cpu4KRSFy+YuxSqQ==} - engines: {node: '>=10.13'} - dependencies: - is-windows: 1.0.2 - dev: false - - /abab/1.0.4: - resolution: {integrity: sha1-X6rZwsB/YN12dw9xzwJbYqY8/U4=} - - /abab/2.0.5: - resolution: {integrity: sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==} - - /abbrev/1.0.9: - resolution: {integrity: sha1-kbR5JYinc4wl813W9jdSovh3YTU=} - - /abbrev/1.1.1: - resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==} - - /accepts/1.3.7: - resolution: {integrity: sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==} - engines: {node: '>= 0.6'} - dependencies: - mime-types: 2.1.30 - negotiator: 0.6.2 - dev: false - - /acorn-globals/4.3.4: - resolution: {integrity: sha512-clfQEh21R+D0leSbUdWf3OcfqyaCSAQ8Ryq00bofSekfr9W8u1jyYZo6ir0xu9Gtcf7BjcHJpnbZH7JOCpP60A==} - dependencies: - acorn: 6.4.2 - acorn-walk: 6.2.0 - - /acorn-jsx/5.3.1_acorn@7.4.1: - resolution: {integrity: sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==} - peerDependencies: - acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 - dependencies: - acorn: 7.4.1 - - /acorn-walk/6.2.0: - resolution: {integrity: sha512-7evsyfH1cLOCdAzZAd43Cic04yKydNx0cF+7tiA19p1XnLLPU4dpCQOqpjqwokFe//vS0QqfqqjCS2JkiIs0cA==} - engines: {node: '>=0.4.0'} - - /acorn-walk/7.2.0: - resolution: {integrity: sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==} - engines: {node: '>=0.4.0'} - dev: false - - /acorn/5.7.4: - resolution: {integrity: sha512-1D++VG7BhrtvQpNbBzovKNc1FLGGEE/oGe7b9xJm/RFHMBeUaUGpluV9RLjZa47YFdPcDAenEYuq9pQPcMdLJg==} - engines: {node: '>=0.4.0'} - hasBin: true - - /acorn/6.4.2: - resolution: {integrity: sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==} - engines: {node: '>=0.4.0'} - hasBin: true - - /acorn/7.4.1: - resolution: {integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==} - engines: {node: '>=0.4.0'} - hasBin: true - - /acorn/8.2.4: - resolution: {integrity: sha512-Ibt84YwBDDA890eDiDCEqcbwvHlBvzzDkU2cGBBDDI1QWT12jTiXIOn2CIw5KK4i6N5Z2HUxwYjzriDyqaqqZg==} - engines: {node: '>=0.4.0'} - hasBin: true - dev: false - - /agent-base/6.0.2: - resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} - engines: {node: '>= 6.0.0'} - dependencies: - debug: 4.3.1 - transitivePeerDependencies: - - supports-color - dev: false - - /ajv-errors/1.0.1_ajv@6.12.6: - resolution: {integrity: sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==} - peerDependencies: - ajv: '>=5.0.0' - dependencies: - ajv: 6.12.6 - - /ajv-keywords/3.5.2_ajv@6.12.6: - resolution: {integrity: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==} - peerDependencies: - ajv: ^6.9.1 - dependencies: - ajv: 6.12.6 - - /ajv/6.12.6: - resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} - dependencies: - fast-deep-equal: 3.1.3 - fast-json-stable-stringify: 2.1.0 - json-schema-traverse: 0.4.1 - uri-js: 4.4.1 - - /amdefine/1.0.1: - resolution: {integrity: sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=} - engines: {node: '>=0.4.2'} - - /ansi-colors/1.1.0: - resolution: {integrity: sha512-SFKX67auSNoVR38N3L+nvsPjOE0bybKTYbkf5tRvushrAPQ9V75huw0ZxBkKVeRU9kqH3d6HA4xTckbwZ4ixmA==} - engines: {node: '>=0.10.0'} - dependencies: - ansi-wrap: 0.1.0 - - /ansi-colors/3.2.4: - resolution: {integrity: sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA==} - engines: {node: '>=6'} - dev: false - - /ansi-colors/4.1.1: - resolution: {integrity: sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==} - engines: {node: '>=6'} - - /ansi-escapes/4.3.2: - resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==} - engines: {node: '>=8'} - dependencies: - type-fest: 0.21.3 - - /ansi-gray/0.1.1: - resolution: {integrity: sha1-KWLPVOyXksSFEKPetSRDaGHvclE=} - engines: {node: '>=0.10.0'} - dependencies: - ansi-wrap: 0.1.0 - - /ansi-html/0.0.7: - resolution: {integrity: sha1-gTWEAhliqenm/QOflA0S9WynhZ4=} - engines: {'0': node >= 0.8.0} - hasBin: true - dev: false - - /ansi-regex/2.1.1: - resolution: {integrity: sha1-w7M6te42DYbg5ijwRorn7yfWVN8=} - engines: {node: '>=0.10.0'} - - /ansi-regex/4.1.0: - resolution: {integrity: sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==} - engines: {node: '>=6'} - - /ansi-regex/5.0.0: - resolution: {integrity: sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==} - engines: {node: '>=8'} - - /ansi-styles/2.2.1: - resolution: {integrity: sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=} - engines: {node: '>=0.10.0'} - - /ansi-styles/3.2.1: - resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} - engines: {node: '>=4'} - dependencies: - color-convert: 1.9.3 - - /ansi-styles/4.3.0: - resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} - engines: {node: '>=8'} - dependencies: - color-convert: 2.0.1 - - /ansi-wrap/0.1.0: - resolution: {integrity: sha1-qCJQ3bABXponyoLoLqYDu/pF768=} - engines: {node: '>=0.10.0'} - - /any-promise/1.3.0: - resolution: {integrity: sha1-q8av7tzqUugJzcA3au0845Y10X8=} - dev: false - - /anymatch/2.0.0: - resolution: {integrity: sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==} - dependencies: - micromatch: 3.1.10 - normalize-path: 2.1.1 - - /anymatch/3.1.2: - resolution: {integrity: sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==} - engines: {node: '>= 8'} - dependencies: - normalize-path: 3.0.0 - picomatch: 2.2.3 - - /append-buffer/1.0.2: - resolution: {integrity: sha1-2CIM9GYIFSXv6lBhTz3mUU36WPE=} - engines: {node: '>=0.10.0'} - dependencies: - buffer-equal: 1.0.0 - - /aproba/1.2.0: - resolution: {integrity: sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==} - - /archy/1.0.0: - resolution: {integrity: sha1-+cjBN1fMHde8N5rHeyxipcKGjEA=} - - /are-we-there-yet/1.1.5: - resolution: {integrity: sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w==} - dependencies: - delegates: 1.0.0 - readable-stream: 2.3.7 - - /argparse/1.0.10: - resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==} - dependencies: - sprintf-js: 1.0.3 - - /argparse/2.0.1: - resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} - dev: false - - /arr-diff/4.0.0: - resolution: {integrity: sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=} - engines: {node: '>=0.10.0'} - - /arr-filter/1.1.2: - resolution: {integrity: sha1-Q/3d0JHo7xGqTEXZzcGOLf8XEe4=} - engines: {node: '>=0.10.0'} - dependencies: - make-iterator: 1.0.1 - - /arr-flatten/1.1.0: - resolution: {integrity: sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==} - engines: {node: '>=0.10.0'} - - /arr-map/2.0.2: - resolution: {integrity: sha1-Onc0X/wc814qkYJWAfnljy4kysQ=} - engines: {node: '>=0.10.0'} - dependencies: - make-iterator: 1.0.1 - - /arr-union/3.1.0: - resolution: {integrity: sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=} - engines: {node: '>=0.10.0'} - - /array-differ/1.0.0: - resolution: {integrity: sha1-7/UuN1gknTO+QCuLuOVkuytdQDE=} - engines: {node: '>=0.10.0'} - - /array-each/1.0.1: - resolution: {integrity: sha1-p5SvDAWrF1KEbudTofIRoFugxE8=} - engines: {node: '>=0.10.0'} - - /array-equal/1.0.0: - resolution: {integrity: sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM=} - - /array-find-index/1.0.2: - resolution: {integrity: sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=} - engines: {node: '>=0.10.0'} - - /array-flatten/1.1.1: - resolution: {integrity: sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=} - dev: false - - /array-flatten/2.1.2: - resolution: {integrity: sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==} - dev: false - - /array-includes/3.1.3: - resolution: {integrity: sha512-gcem1KlBU7c9rB+Rq8/3PPKsK2kjqeEBa3bD5kkQo4nYlOHQCJqIJFqBXDEfwaRuYTT4E+FxA9xez7Gf/e3Q7A==} - engines: {node: '>= 0.4'} - dependencies: - call-bind: 1.0.2 - define-properties: 1.1.3 - es-abstract: 1.18.0 - get-intrinsic: 1.1.1 - is-string: 1.0.6 - - /array-initial/1.1.0: - resolution: {integrity: sha1-L6dLJnOTccOUe9enrcc74zSz15U=} - engines: {node: '>=0.10.0'} - dependencies: - array-slice: 1.1.0 - is-number: 4.0.0 - - /array-last/1.3.0: - resolution: {integrity: sha512-eOCut5rXlI6aCOS7Z7kCplKRKyiFQ6dHFBem4PwlwKeNFk2/XxTrhRh5T9PyaEWGy/NHTZWbY+nsZlNFJu9rYg==} - engines: {node: '>=0.10.0'} - dependencies: - is-number: 4.0.0 - - /array-slice/1.1.0: - resolution: {integrity: sha512-B1qMD3RBP7O8o0H2KbrXDyB0IccejMF15+87Lvlor12ONPRHP6gTjXMNkt/d3ZuOGbAe66hFmaCfECI24Ufp6w==} - engines: {node: '>=0.10.0'} - - /array-sort/1.0.0: - resolution: {integrity: sha512-ihLeJkonmdiAsD7vpgN3CRcx2J2S0TiYW+IS/5zHBI7mKUq3ySvBdzzBfD236ubDBQFiiyG3SWCPc+msQ9KoYg==} - engines: {node: '>=0.10.0'} - dependencies: - default-compare: 1.0.0 - get-value: 2.0.6 - kind-of: 5.1.0 - - /array-union/1.0.2: - resolution: {integrity: sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=} - engines: {node: '>=0.10.0'} - dependencies: - array-uniq: 1.0.3 - - /array-uniq/1.0.3: - resolution: {integrity: sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=} - engines: {node: '>=0.10.0'} - - /array-unique/0.3.2: - resolution: {integrity: sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=} - engines: {node: '>=0.10.0'} - - /array.prototype.flatmap/1.2.4: - resolution: {integrity: sha512-r9Z0zYoxqHz60vvQbWEdXIEtCwHF0yxaWfno9qzXeNHvfyl3BZqygmGzb84dsubyaXLH4husF+NFgMSdpZhk2Q==} - engines: {node: '>= 0.4'} - dependencies: - call-bind: 1.0.2 - define-properties: 1.1.3 - es-abstract: 1.18.0 - function-bind: 1.1.1 - - /arrify/1.0.1: - resolution: {integrity: sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=} - engines: {node: '>=0.10.0'} - - /asap/2.0.6: - resolution: {integrity: sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=} - dev: false - - /asn1.js/5.4.1: - resolution: {integrity: sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==} - dependencies: - bn.js: 4.12.0 - inherits: 2.0.4 - minimalistic-assert: 1.0.1 - safer-buffer: 2.1.2 - - /asn1/0.2.4: - resolution: {integrity: sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==} - dependencies: - safer-buffer: 2.1.2 - - /assert-plus/1.0.0: - resolution: {integrity: sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=} - engines: {node: '>=0.8'} - - /assert/1.5.0: - resolution: {integrity: sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==} - dependencies: - object-assign: 4.1.1 - util: 0.10.3 - - /assign-symbols/1.0.0: - resolution: {integrity: sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=} - engines: {node: '>=0.10.0'} - - /astral-regex/1.0.0: - resolution: {integrity: sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==} - engines: {node: '>=4'} - - /async-done/1.3.2: - resolution: {integrity: sha512-uYkTP8dw2og1tu1nmza1n1CMW0qb8gWWlwqMmLb7MhBVs4BXrFziT6HXUd+/RlRA/i4H9AkofYloUbs1fwMqlw==} - engines: {node: '>= 0.10'} - dependencies: - end-of-stream: 1.1.0 - once: 1.4.0 - process-nextick-args: 2.0.1 - stream-exhaust: 1.0.2 - - /async-each/1.0.3: - resolution: {integrity: sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==} - - /async-foreach/0.1.3: - resolution: {integrity: sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI=} - - /async-limiter/1.0.1: - resolution: {integrity: sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==} - - /async-settle/1.0.0: - resolution: {integrity: sha1-HQqRS7Aldb7IqPOnTlCA9yssDGs=} - engines: {node: '>= 0.10'} - dependencies: - async-done: 1.3.2 - - /async/1.5.2: - resolution: {integrity: sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=} - - /async/2.6.3: - resolution: {integrity: sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==} - dependencies: - lodash: 4.17.21 - dev: false - - /asynckit/0.4.0: - resolution: {integrity: sha1-x57Zf380y48robyXkLzDZkdLS3k=} - - /atob/2.1.2: - resolution: {integrity: sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==} - engines: {node: '>= 4.5.0'} - hasBin: true - - /autoprefixer/9.8.6: - resolution: {integrity: sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg==} - hasBin: true - dependencies: - browserslist: 4.16.6 - caniuse-lite: 1.0.30001228 - colorette: 1.2.2 - normalize-range: 0.1.2 - num2fraction: 1.2.2 - postcss: 7.0.32 - postcss-value-parser: 4.1.0 - - /aws-sign2/0.7.0: - resolution: {integrity: sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=} - - /aws4/1.11.0: - resolution: {integrity: sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==} + write-file-atomic: 3.0.3 + transitivePeerDependencies: + - supports-color - /babel-jest/25.5.1_@babel+core@7.14.0: - resolution: {integrity: sha512-9dA9+GmMjIzgPnYtkhBg73gOo/RHqPmLruP3BaGL4KEX3Dwz6pI8auSN8G8+iuEG90+GSswyKvslN+JYSaacaQ==} + /@jest/transform/25.5.1: + resolution: {integrity: sha512-Y8CEoVwXb4QwA6Y/9uDkn0Xfz0finGkieuV0xkdF9UtZGJeLukD5nLkaVrVsODB1ojRWlaoD0AJZpVHCSnJEvg==} engines: {node: '>= 8.3'} - peerDependencies: - '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.14.0 - '@jest/transform': 25.5.1 + '@babel/core': 7.14.6 '@jest/types': 25.5.0 - '@types/babel__core': 7.1.14 babel-plugin-istanbul: 6.0.0 - babel-preset-jest: 25.5.0_@babel+core@7.14.0 chalk: 3.0.0 + convert-source-map: 1.8.0 + fast-json-stable-stringify: 2.1.0 graceful-fs: 4.2.6 + jest-haste-map: 25.5.1 + jest-regex-util: 25.2.6 + jest-util: 25.5.0 + micromatch: 4.0.4 + pirates: 4.0.1 + realpath-native: 2.0.0 slash: 3.0.0 + source-map: 0.6.1 + write-file-atomic: 3.0.3 transitivePeerDependencies: - supports-color - /babel-plugin-istanbul/6.0.0: - resolution: {integrity: sha512-AF55rZXpe7trmEylbaE1Gv54wn6rwU03aptvRoVIGP8YykoSxqdVLV1TfwflBCE/QtHmqtP8SWlTENqbK8GCSQ==} - engines: {node: '>=8'} + /@jest/types/25.4.0: + resolution: {integrity: sha512-XBeaWNzw2PPnGW5aXvZt3+VO60M+34RY3XDsCK5tW7kyj3RK0XClRutCfjqcBuaR2aBQTbluEDME9b5MB9UAPw==} + engines: {node: '>= 8.3'} dependencies: - '@babel/helper-plugin-utils': 7.13.0 - '@istanbuljs/load-nyc-config': 1.1.0 - '@istanbuljs/schema': 0.1.3 - istanbul-lib-instrument: 4.0.3 - test-exclude: 6.0.0 - transitivePeerDependencies: - - supports-color + '@types/istanbul-lib-coverage': 2.0.3 + '@types/istanbul-reports': 1.1.2 + '@types/yargs': 15.0.14 + chalk: 3.0.0 - /babel-plugin-jest-hoist/25.5.0: - resolution: {integrity: sha512-u+/W+WAjMlvoocYGTwthAiQSxDcJAyHpQ6oWlHdFZaaN+Rlk8Q7iiwDPg2lN/FyJtAYnKjFxbn7xus4HCFkg5g==} + /@jest/types/25.5.0: + resolution: {integrity: sha512-OXD0RgQ86Tu3MazKo8bnrkDRaDXXMGUqd+kTtLtK1Zb7CRzQcaSRPPPV37SvYTdevXEBVxe0HXylEjs8ibkmCw==} engines: {node: '>= 8.3'} dependencies: - '@babel/template': 7.12.13 - '@babel/types': 7.14.1 - '@types/babel__traverse': 7.11.1 + '@types/istanbul-lib-coverage': 2.0.3 + '@types/istanbul-reports': 1.1.2 + '@types/yargs': 15.0.14 + chalk: 3.0.0 - /babel-preset-current-node-syntax/0.1.4_@babel+core@7.14.0: - resolution: {integrity: sha512-5/INNCYhUGqw7VbVjT/hb3ucjgkVHKXY7lX3ZjlN4gm565VyFmJUrJ/h+h16ECVB38R/9SF6aACydpKMLZ/c9w==} - peerDependencies: - '@babel/core': ^7.0.0 + /@microsoft/api-extractor-model/7.13.2: + resolution: {integrity: sha512-gA9Q8q5TPM2YYk7rLinAv9KqcodrmRC13BVmNzLswjtFxpz13lRh0BmrqD01/sddGpGMIuWFYlfUM4VSWxnggA==} dependencies: - '@babel/core': 7.14.0 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.14.0 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.14.0 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.14.0 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.14.0 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.14.0 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.14.0 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.14.0 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.14.0 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.14.0 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.14.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.14.0 - - /babel-preset-jest/25.5.0_@babel+core@7.14.0: - resolution: {integrity: sha512-8ZczygctQkBU+63DtSOKGh7tFL0CeCuz+1ieud9lJ1WPQ9O6A1a/r+LGn6Y705PA6whHQ3T1XuB/PmpfNYf8Fw==} - engines: {node: '>= 8.3'} - peerDependencies: - '@babel/core': ^7.0.0 + '@microsoft/tsdoc': 0.13.2 + '@microsoft/tsdoc-config': 0.15.2 + '@rushstack/node-core-library': 3.38.0 + dev: false + + /@microsoft/api-extractor-model/7.13.3: + resolution: {integrity: sha512-uXilAhu2GcvyY/0NwVRk3AN7TFYjkPnjHLV2UywTTz9uglS+Af0YjNrCy+aaK8qXtfbFWdBzkH9N2XU8/YBeRQ==} dependencies: - '@babel/core': 7.14.0 - babel-plugin-jest-hoist: 25.5.0 - babel-preset-current-node-syntax: 0.1.4_@babel+core@7.14.0 + '@microsoft/tsdoc': 0.13.2 + '@microsoft/tsdoc-config': 0.15.2 + '@rushstack/node-core-library': 3.39.0 + dev: true - /bach/1.2.0: - resolution: {integrity: sha1-Szzpa/JxNPeaG0FKUcFONMO9mIA=} - engines: {node: '>= 0.10'} + /@microsoft/api-extractor/7.15.2: + resolution: {integrity: sha512-/Y/n+QOc1vM6Vg3OAUByT/wXdZciE7jV3ay33+vxl3aKva5cNsuOauL14T7XQWUiLko3ilPwrcnFcEjzXpLsuA==} + hasBin: true dependencies: - arr-filter: 1.1.2 - arr-flatten: 1.1.0 - arr-map: 2.0.2 - array-each: 1.0.1 - array-initial: 1.1.0 - array-last: 1.3.0 - async-done: 1.3.2 - async-settle: 1.0.0 - now-and-later: 2.0.1 + '@microsoft/api-extractor-model': 7.13.2 + '@microsoft/tsdoc': 0.13.2 + '@microsoft/tsdoc-config': 0.15.2 + '@rushstack/node-core-library': 3.38.0 + '@rushstack/rig-package': 0.2.12 + '@rushstack/ts-command-line': 4.7.10 + colors: 1.2.5 + lodash: 4.17.21 + resolve: 1.17.0 + semver: 7.3.5 + source-map: 0.6.1 + typescript: 4.2.4 + dev: false - /balanced-match/1.0.2: - resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} + /@microsoft/api-extractor/7.16.1: + resolution: {integrity: sha512-hKFoLdmEUbHMIH48MXzSg8rndiugrXHruMVk+BQvhu14yX3LxH9re1CKwj4vLZb7bVBn+FfaWSZ5d3ltiXvX3w==} + hasBin: true + dependencies: + '@microsoft/api-extractor-model': 7.13.3 + '@microsoft/tsdoc': 0.13.2 + '@microsoft/tsdoc-config': 0.15.2 + '@rushstack/node-core-library': 3.39.0 + '@rushstack/rig-package': 0.2.12 + '@rushstack/ts-command-line': 4.7.10 + colors: 1.2.5 + lodash: 4.17.21 + resolve: 1.17.0 + semver: 7.3.5 + source-map: 0.6.1 + typescript: 4.3.5 + dev: true - /base/0.11.2: - resolution: {integrity: sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==} - engines: {node: '>=0.10.0'} + /@microsoft/rush-stack-compiler-3.9/0.4.47: + resolution: {integrity: sha512-mM7qbfJaTDc7+o6MR32DJSDExNwGoql4ARanJPna//FJc/kPn4HjI6yPbs6PTzSIdPftzI9VmqpLZWsGuaLWAQ==} + hasBin: true dependencies: - cache-base: 1.0.1 - class-utils: 0.3.6 - component-emitter: 1.3.0 - define-property: 1.0.0 - isobject: 3.0.1 - mixin-deep: 1.3.2 - pascalcase: 0.1.1 + '@microsoft/api-extractor': 7.15.2 + '@rushstack/eslint-config': 2.3.4_eslint@7.12.1+typescript@3.9.10 + '@rushstack/node-core-library': 3.38.0 + '@types/node': 10.17.13 + eslint: 7.12.1 + import-lazy: 4.0.0 + tslint: 5.20.1_typescript@3.9.10 + tslint-microsoft-contrib: 6.2.0_tslint@5.20.1+typescript@3.9.10 + typescript: 3.9.10 + transitivePeerDependencies: + - supports-color + dev: false - /base64-js/1.5.1: - resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} + /@microsoft/teams-js/1.3.0-beta.4: + resolution: {integrity: sha512-AxDfMpiVqh3hsqTxMEYtQoz866WB/sw/Jl0pgTLh6sMHHmIBNMd+E0pVcP9WNk8zTkr9LCphJ5SziU1C8BgZMA==} + dev: true - /batch/0.6.1: - resolution: {integrity: sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=} - dev: false + /@microsoft/tsdoc-config/0.15.2: + resolution: {integrity: sha512-mK19b2wJHSdNf8znXSMYVShAHktVr/ib0Ck2FA3lsVBSEhSI/TfXT7DJQkAYgcztTuwazGcg58ZjYdk0hTCVrA==} + dependencies: + '@microsoft/tsdoc': 0.13.2 + ajv: 6.12.6 + jju: 1.4.0 + resolve: 1.19.0 - /bcrypt-pbkdf/1.0.2: - resolution: {integrity: sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=} + /@microsoft/tsdoc/0.13.2: + resolution: {integrity: sha512-WrHvO8PDL8wd8T2+zBGKrMwVL5IyzR3ryWUsl0PXgEV0QHup4mTLi0QcATefGI6Gx9Anu7vthPyyyLpY0EpiQg==} + + /@nodelib/fs.scandir/2.1.5: + resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} + engines: {node: '>= 8'} dependencies: - tweetnacl: 0.14.5 + '@nodelib/fs.stat': 2.0.5 + run-parallel: 1.2.0 - /beeper/1.1.1: - resolution: {integrity: sha1-5tXqjF2tABMEpwsiY4RH9pyy+Ak=} - engines: {node: '>=0.10.0'} + /@nodelib/fs.stat/2.0.5: + resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==} + engines: {node: '>= 8'} - /better-path-resolve/1.0.0: - resolution: {integrity: sha512-pbnl5XzGBdrFU/wT4jqmJVPn2B6UHPBOhzMQkY/SPUPB6QtUXtmBHBIwCbXJol93mOpGMnQyP/+BB19q04xj7g==} - engines: {node: '>=4'} + /@nodelib/fs.walk/1.2.8: + resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} + engines: {node: '>= 8'} dependencies: - is-windows: 1.0.2 + '@nodelib/fs.scandir': 2.1.5 + fastq: 1.11.1 + + /@opencensus/web-types/0.0.7: + resolution: {integrity: sha512-xB+w7ZDAu3YBzqH44rCmG9/RlrOmFuDPt/bpf17eJr8eZSrLt7nc7LnWdxM9Mmoj/YKMHpxRg28txu3TcpiL+g==} + engines: {node: '>=6.0'} dev: false - /bfj/6.1.2: - resolution: {integrity: sha512-BmBJa4Lip6BPRINSZ0BPEIfB1wUY/9rwbwvIHQA1KjX9om29B6id0wnWXq7m3bn5JrUVjeOTnVuhPT1FiHwPGw==} - engines: {node: '>= 6.0.0'} + /@opentelemetry/api/0.10.2: + resolution: {integrity: sha512-GtpMGd6vkzDMYcpu2t9LlhEgMy/SzBwRnz48EejlRArYqZzqSzAsKmegUK7zHgl+EOIaK9mKHhnRaQu3qw20cA==} + engines: {node: '>=8.0.0'} dependencies: - bluebird: 3.7.2 - check-types: 8.0.3 - hoopy: 0.1.4 - tryer: 1.0.1 + '@opentelemetry/context-base': 0.10.2 dev: false - /big.js/3.2.0: - resolution: {integrity: sha512-+hN/Zh2D08Mx65pZ/4g5bsmNiZUuChDiQfTUQ7qJr4/kuopCr88xZsAXv6mBoZEsUI4OuGHlX59qE94K2mMW8Q==} - - /big.js/5.2.2: - resolution: {integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==} + /@opentelemetry/api/1.0.0-rc.0: + resolution: {integrity: sha512-iXKByCMfrlO5S6Oh97BuM56tM2cIBB0XsL/vWF/AtJrJEKx4MC/Xdu0xDsGXMGcNWpqF7ujMsjjnp0+UHBwnDQ==} + engines: {node: '>=8.0.0'} + dev: false - /binary-extensions/1.13.1: - resolution: {integrity: sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==} - engines: {node: '>=0.10.0'} + /@opentelemetry/context-base/0.10.2: + resolution: {integrity: sha512-hZNKjKOYsckoOEgBziGMnBcX0M7EtstnCmwz5jZUOUYwlZ+/xxX6z3jPu1XVO2Jivk0eLfuP9GP+vFD49CMetw==} + engines: {node: '>=8.0.0'} + dev: false - /binary-extensions/2.2.0: - resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==} - engines: {node: '>=8'} + /@opentelemetry/types/0.2.0: + resolution: {integrity: sha512-GtwNB6BNDdsIPAYEdpp3JnOGO/3AJxjPvny53s3HERBdXSJTGQw8IRhiaTEX0b3w9P8+FwFZde4k+qkjn67aVw==} + engines: {node: '>=8.0.0'} + deprecated: Package renamed to @opentelemetry/api, see https://github.com/open-telemetry/opentelemetry-js + dev: false - /binaryextensions/1.0.1: - resolution: {integrity: sha1-HmN0iLNbWL2l9HdL+WpSEqjJB1U=} + /@pnpm/error/1.4.0: + resolution: {integrity: sha512-vxkRrkneBPVmP23kyjnYwVOtipwlSl6UfL+h+Xa3TrABJTz5rYBXemlTsU5BzST8U4pD7YDkTb3SQu+MMuIDKA==} + engines: {node: '>=10.16'} dev: false - /bindings/1.5.0: - resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==} + /@pnpm/link-bins/5.3.25: + resolution: {integrity: sha512-9Xq8lLNRHFDqvYPXPgaiKkZ4rtdsm7izwM/cUsFDc5IMnG0QYIVBXQbgwhz2UvjUotbJrvfKLJaCfA3NGBnLDg==} + engines: {node: '>=10.16'} dependencies: - file-uri-to-path: 1.0.0 - optional: true - - /bluebird/3.7.2: - resolution: {integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==} - - /bn.js/4.12.0: - resolution: {integrity: sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==} - - /bn.js/5.2.0: - resolution: {integrity: sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw==} + '@pnpm/error': 1.4.0 + '@pnpm/package-bins': 4.1.0 + '@pnpm/read-modules-dir': 2.0.3 + '@pnpm/read-package-json': 4.0.0 + '@pnpm/read-project-manifest': 1.1.7 + '@pnpm/types': 6.4.0 + '@zkochan/cmd-shim': 5.1.3 + is-subdir: 1.2.0 + is-windows: 1.0.2 + mz: 2.7.0 + normalize-path: 3.0.0 + p-settle: 4.1.1 + ramda: 0.27.1 + dev: false - /body-parser/1.14.2: - resolution: {integrity: sha1-EBXLH+LEQ4WCWVgdtTMy+NDPUPk=} - engines: {node: '>= 0.8'} + /@pnpm/package-bins/4.1.0: + resolution: {integrity: sha512-57/ioGYLBbVRR80Ux9/q2i3y8Q+uQADc3c+Yse8jr/60YLOi3jcWz13e2Jy+ANYtZI258Qc5wk2X077rp0Ly/Q==} + engines: {node: '>=10.16'} dependencies: - bytes: 2.2.0 - content-type: 1.0.4 - debug: 2.2.0 - depd: 1.1.2 - http-errors: 1.3.1 - iconv-lite: 0.4.13 - on-finished: 2.3.0 - qs: 5.2.0 - raw-body: 2.1.7 - type-is: 1.6.18 + '@pnpm/types': 6.4.0 + fast-glob: 3.2.7 + is-subdir: 1.2.0 dev: false - /body-parser/1.18.3: - resolution: {integrity: sha1-WykhmP/dVTs6DyDe0FkrlWlVyLQ=} - engines: {node: '>= 0.8'} + /@pnpm/read-modules-dir/2.0.3: + resolution: {integrity: sha512-i9OgRvSlxrTS9a2oXokhDxvQzDtfqtsooJ9jaGoHkznue5aFCTSrNZFQ6M18o8hC03QWfnxaKi0BtOvNkKu2+A==} + engines: {node: '>=10.13'} dependencies: - bytes: 3.0.0 - content-type: 1.0.4 - debug: 2.6.9 - depd: 1.1.2 - http-errors: 1.6.3 - iconv-lite: 0.4.23 - on-finished: 2.3.0 - qs: 6.5.2 - raw-body: 2.3.3 - type-is: 1.6.18 + mz: 2.7.0 dev: false - /body-parser/1.19.0: - resolution: {integrity: sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==} - engines: {node: '>= 0.8'} + /@pnpm/read-package-json/4.0.0: + resolution: {integrity: sha512-1cr2tEwe4YU6SI0Hmg+wnsr6yxBt2iJtqv6wrF84On8pS9hx4A2PLw3CIgbwxaG0b+ur5wzhNogwl4qD5FLFNg==} + engines: {node: '>=10.16'} dependencies: - bytes: 3.1.0 - content-type: 1.0.4 - debug: 2.6.9 - depd: 1.1.2 - http-errors: 1.7.2 - iconv-lite: 0.4.24 - on-finished: 2.3.0 - qs: 6.7.0 - raw-body: 2.4.0 - type-is: 1.6.18 + '@pnpm/error': 1.4.0 + '@pnpm/types': 6.4.0 + load-json-file: 6.2.0 + normalize-package-data: 3.0.2 dev: false - /bonjour/3.5.0: - resolution: {integrity: sha1-jokKGD2O6aI5OzhExpGkK897yfU=} + /@pnpm/read-project-manifest/1.1.7: + resolution: {integrity: sha512-tj8ExXZeDcMmMUj7D292ETe/RiEirr1X1wpT6Zy85z2MrFYoG9jfCJpps40OdZBNZBhxbuKtGPWKVSgXD0yrVw==} + engines: {node: '>=10.16'} dependencies: - array-flatten: 2.1.2 - deep-equal: 1.1.1 - dns-equal: 1.0.0 - dns-txt: 2.0.2 - multicast-dns: 6.2.3 - multicast-dns-service-types: 1.1.0 + '@pnpm/error': 1.4.0 + '@pnpm/types': 6.4.0 + '@pnpm/write-project-manifest': 1.1.7 + detect-indent: 6.1.0 + fast-deep-equal: 3.1.3 + graceful-fs: 4.2.4 + is-windows: 1.0.2 + json5: 2.2.0 + parse-json: 5.2.0 + read-yaml-file: 2.1.0 + sort-keys: 4.2.0 + strip-bom: 4.0.0 dev: false - /boolbase/1.0.0: - resolution: {integrity: sha1-aN/1++YMUes3cl6p4+0xDcwed24=} + /@pnpm/types/6.4.0: + resolution: {integrity: sha512-nco4+4sZqNHn60Y4VE/fbtlShCBqipyUO+nKRPvDHqLrecMW9pzHWMVRxk4nrMRoeowj3q0rX3GYRBa8lsHTAg==} + engines: {node: '>=10.16'} + dev: false - /brace-expansion/1.1.11: - resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} + /@pnpm/write-project-manifest/1.1.7: + resolution: {integrity: sha512-OLkDZSqkA1mkoPNPvLFXyI6fb0enCuFji6Zfditi/CLAo9kmIhQFmEUDu4krSB8i908EljG8YwL5Xjxzm5wsWA==} + engines: {node: '>=10.16'} dependencies: - balanced-match: 1.0.2 - concat-map: 0.0.1 + '@pnpm/types': 6.4.0 + json5: 2.2.0 + mz: 2.7.0 + write-file-atomic: 3.0.3 + write-yaml-file: 4.2.0 + dev: false - /braces/2.3.2: - resolution: {integrity: sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==} - engines: {node: '>=0.10.0'} + /@rushstack/eslint-config/2.3.3_eslint@7.12.1+typescript@3.9.10: + resolution: {integrity: sha512-/gyjeHrW3cido4I/JGofsXFYr0P/jHA0oX1bNTc9TmKgHUAVATyhL0T24rApH1UTPBRAYyJKG+WoBtJpkj6eng==} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 + typescript: '>=3.0.0' dependencies: - arr-flatten: 1.1.0 - array-unique: 0.3.2 - extend-shallow: 2.0.1 - fill-range: 4.0.0 - isobject: 3.0.1 - repeat-element: 1.1.4 - snapdragon: 0.8.2 - snapdragon-node: 2.1.1 - split-string: 3.1.0 - to-regex: 3.0.2 + '@rushstack/eslint-patch': 1.0.6 + '@rushstack/eslint-plugin': 0.7.3_eslint@7.12.1+typescript@3.9.10 + '@rushstack/eslint-plugin-packlets': 0.2.1_eslint@7.12.1+typescript@3.9.10 + '@rushstack/eslint-plugin-security': 0.1.4_eslint@7.12.1+typescript@3.9.10 + '@typescript-eslint/eslint-plugin': 3.4.0_0b7524c316e77872f4b663a1d48f69be + '@typescript-eslint/experimental-utils': 3.10.1_eslint@7.12.1+typescript@3.9.10 + '@typescript-eslint/parser': 3.4.0_eslint@7.12.1+typescript@3.9.10 + '@typescript-eslint/typescript-estree': 3.4.0_typescript@3.9.10 + eslint: 7.12.1 + eslint-plugin-promise: 4.2.1 + eslint-plugin-react: 7.20.6_eslint@7.12.1 + eslint-plugin-tsdoc: 0.2.14 + typescript: 3.9.10 + transitivePeerDependencies: + - supports-color + dev: true - /braces/3.0.2: - resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} - engines: {node: '>=8'} + /@rushstack/eslint-config/2.3.4_eslint@7.12.1+typescript@3.9.10: + resolution: {integrity: sha512-mwEfj3e260slxM57A2eMtkNpVM9J2iMGoqzWfD4hHtO+dcZT6rEeYG4djwj61ZriNJdAY8QIMMhfuID/xV+cyw==} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 + typescript: '>=3.0.0' dependencies: - fill-range: 7.0.1 - - /brorand/1.1.0: - resolution: {integrity: sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=} + '@rushstack/eslint-patch': 1.0.6 + '@rushstack/eslint-plugin': 0.7.3_eslint@7.12.1+typescript@3.9.10 + '@rushstack/eslint-plugin-packlets': 0.2.2_eslint@7.12.1+typescript@3.9.10 + '@rushstack/eslint-plugin-security': 0.1.4_eslint@7.12.1+typescript@3.9.10 + '@typescript-eslint/eslint-plugin': 3.4.0_0b7524c316e77872f4b663a1d48f69be + '@typescript-eslint/experimental-utils': 3.10.1_eslint@7.12.1+typescript@3.9.10 + '@typescript-eslint/parser': 3.4.0_eslint@7.12.1+typescript@3.9.10 + '@typescript-eslint/typescript-estree': 3.4.0_typescript@3.9.10 + eslint: 7.12.1 + eslint-plugin-promise: 4.2.1 + eslint-plugin-react: 7.20.6_eslint@7.12.1 + eslint-plugin-tsdoc: 0.2.14 + typescript: 3.9.10 + transitivePeerDependencies: + - supports-color + dev: false - /browser-process-hrtime/1.0.0: - resolution: {integrity: sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==} + /@rushstack/eslint-patch/1.0.6: + resolution: {integrity: sha512-Myxw//kzromB9yWgS8qYGuGVf91oBUUJpNvy5eM50sqvmKLbKjwLxohJnkWGTeeI9v9IBMtPLxz5Gc60FIfvCA==} - /browser-resolve/1.11.3: - resolution: {integrity: sha512-exDi1BYWB/6raKHmDTCicQfTkqwN5fioMFV4j8BsfMU4R2DK/QfZfK7kOVkmWCNANf0snkBzqGqAJBao9gZMdQ==} + /@rushstack/eslint-plugin-packlets/0.2.1_eslint@7.12.1+typescript@3.9.10: + resolution: {integrity: sha512-TAcoC/v8h+e9lcrE6Am5ZbwDZ18FHEfMIsU75Mj8sVg9JCd1Yf6UtLFZJDyZjOFt0oUY41DXPNHALd0py8F56Q==} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 dependencies: - resolve: 1.1.7 - - /browser-stdout/1.3.1: - resolution: {integrity: sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==} + '@rushstack/tree-pattern': 0.2.1 + '@typescript-eslint/experimental-utils': 3.10.1_eslint@7.12.1+typescript@3.9.10 + eslint: 7.12.1 + transitivePeerDependencies: + - supports-color + - typescript + dev: true - /browserify-aes/1.2.0: - resolution: {integrity: sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==} + /@rushstack/eslint-plugin-packlets/0.2.2_eslint@7.12.1+typescript@3.9.10: + resolution: {integrity: sha512-8kKs5fq9Mm9sP4W7ETbp48eH6iECfXDKP1mdg2iBPl8CaZZHMzVYC2vQSSSOOMv+OV23LreRFWV0LlllEDuD3Q==} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 dependencies: - buffer-xor: 1.0.3 - cipher-base: 1.0.4 - create-hash: 1.2.0 - evp_bytestokey: 1.0.3 - inherits: 2.0.4 - safe-buffer: 5.2.1 + '@rushstack/tree-pattern': 0.2.1 + '@typescript-eslint/experimental-utils': 3.10.1_eslint@7.12.1+typescript@3.9.10 + eslint: 7.12.1 + transitivePeerDependencies: + - supports-color + - typescript + dev: false - /browserify-cipher/1.0.1: - resolution: {integrity: sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==} + /@rushstack/eslint-plugin-security/0.1.4_eslint@7.12.1+typescript@3.9.10: + resolution: {integrity: sha512-AiNUS5H4/RvyNI9FDKdd4ya3PovjpPVU9Pr7He1JPvqLHOCT8P9n5YpRHjxx0ftD77mDLT5HrcOKjxTW7BZQHg==} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 dependencies: - browserify-aes: 1.2.0 - browserify-des: 1.0.2 - evp_bytestokey: 1.0.3 + '@rushstack/tree-pattern': 0.2.1 + '@typescript-eslint/experimental-utils': 3.10.1_eslint@7.12.1+typescript@3.9.10 + eslint: 7.12.1 + transitivePeerDependencies: + - supports-color + - typescript - /browserify-des/1.0.2: - resolution: {integrity: sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==} + /@rushstack/eslint-plugin/0.7.3_eslint@7.12.1+typescript@3.9.10: + resolution: {integrity: sha512-8+AqxybpcJJuxn0+fsWwMIMj2g2tLfPrbOyhEi+Rozh36eTmgGXF45qh8bHE1gicsX4yGDj2ob1P62oQV6hs3g==} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 dependencies: - cipher-base: 1.0.4 - des.js: 1.0.1 - inherits: 2.0.4 - safe-buffer: 5.2.1 + '@rushstack/tree-pattern': 0.2.1 + '@typescript-eslint/experimental-utils': 3.10.1_eslint@7.12.1+typescript@3.9.10 + eslint: 7.12.1 + transitivePeerDependencies: + - supports-color + - typescript - /browserify-rsa/4.1.0: - resolution: {integrity: sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==} + /@rushstack/heft-config-file/0.5.0: + resolution: {integrity: sha512-tT42/9WfsWCXVQGmTixmF7U+lsnG6fl4oAvivOwLirDsKc2R9T1EqX1q8osOSNb5KUGHIv3GCuNpMo0fs/xMMA==} + engines: {node: '>=10.13.0'} dependencies: - bn.js: 5.2.0 - randombytes: 2.1.0 + '@rushstack/node-core-library': 3.39.0 + '@rushstack/rig-package': 0.2.12 + jsonpath-plus: 4.0.0 + dev: true - /browserify-sign/4.2.1: - resolution: {integrity: sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg==} + /@rushstack/heft-jest-plugin/0.1.2_@rushstack+heft@0.32.0: + resolution: {integrity: sha512-kOSYbjfH776vBvg0PaItbewHoZyAC4EDkqoOT/GoB6x57aCnjRHEjGbKtleWecHiem7AxZkhaeWsLrAaKPBzIA==} + peerDependencies: + '@rushstack/heft': ^0.32.0 dependencies: - bn.js: 5.2.0 - browserify-rsa: 4.1.0 - create-hash: 1.2.0 - create-hmac: 1.1.7 - elliptic: 6.5.4 - inherits: 2.0.4 - parse-asn1: 5.1.6 - readable-stream: 3.6.0 - safe-buffer: 5.2.1 + '@jest/core': 25.4.0 + '@jest/reporters': 25.4.0 + '@jest/transform': 25.4.0 + '@rushstack/heft': 0.32.0 + '@rushstack/heft-config-file': 0.5.0 + '@rushstack/node-core-library': 3.39.0 + jest-snapshot: 25.4.0 + lodash: 4.17.21 + transitivePeerDependencies: + - bufferutil + - canvas + - supports-color + - utf-8-validate + dev: true - /browserify-zlib/0.2.0: - resolution: {integrity: sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==} + /@rushstack/heft-node-rig/1.0.31_@rushstack+heft@0.32.0: + resolution: {integrity: sha512-t58Si9jdVuSRI+5dmgNCPnRsM06gPHAUeOW81kcG65UeL6jqG1mtPwJAoi7DgJDKOKGS+iXtqBee1RsMN7ibJg==} + peerDependencies: + '@rushstack/heft': ^0.32.0 dependencies: - pako: 1.0.11 + '@microsoft/api-extractor': 7.16.1 + '@rushstack/heft': 0.32.0 + '@rushstack/heft-jest-plugin': 0.1.2_@rushstack+heft@0.32.0 + eslint: 7.12.1 + typescript: 3.9.10 + transitivePeerDependencies: + - bufferutil + - canvas + - supports-color + - utf-8-validate + dev: true - /browserslist/4.16.6: - resolution: {integrity: sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==} - engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} + /@rushstack/heft/0.32.0: + resolution: {integrity: sha512-aaocOAO3eLgWaaB0lFwEzHSC8SmIbn9J7maq6//fBXxtWNe9w7I4B+IVxQCdb7wNkwVA27xRl+YkZKAAXSjcOw==} + engines: {node: '>=10.13.0'} hasBin: true dependencies: - caniuse-lite: 1.0.30001228 - colorette: 1.2.2 - electron-to-chromium: 1.3.727 - escalade: 3.1.1 - node-releases: 1.1.71 + '@rushstack/heft-config-file': 0.5.0 + '@rushstack/node-core-library': 3.39.0 + '@rushstack/rig-package': 0.2.12 + '@rushstack/ts-command-line': 4.7.10 + '@rushstack/typings-generator': 0.3.7 + '@types/tapable': 1.0.6 + argparse: 1.0.10 + chokidar: 3.4.3 + fast-glob: 3.2.7 + glob: 7.0.6 + glob-escape: 0.0.2 + node-sass: 5.0.0 + postcss: 7.0.32 + postcss-modules: 1.5.0 + prettier: 2.3.2 + semver: 7.3.5 + tapable: 1.1.3 + true-case-path: 2.2.1 + dev: true - /bser/2.1.1: - resolution: {integrity: sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==} + /@rushstack/node-core-library/3.38.0: + resolution: {integrity: sha512-cmvl0yQx8sSmbuXwiRYJi8TO+jpTtrLJQ8UmFHhKvgPVJAW8cV8dnpD1Xx/BvTGrJZ2XtRAIkAhBS9okBnap4w==} dependencies: - node-int64: 0.4.0 - - /buffer-equal-constant-time/1.0.1: - resolution: {integrity: sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk=} - dev: false - - /buffer-equal/1.0.0: - resolution: {integrity: sha1-WWFrSYME1Var1GaWayLu2j7KX74=} - engines: {node: '>=0.4.0'} - - /buffer-from/1.1.1: - resolution: {integrity: sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==} - - /buffer-indexof/1.1.1: - resolution: {integrity: sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g==} + '@types/node': 10.17.13 + colors: 1.2.5 + fs-extra: 7.0.1 + import-lazy: 4.0.0 + jju: 1.4.0 + resolve: 1.17.0 + semver: 7.3.5 + timsort: 0.3.0 + z-schema: 3.18.4 dev: false - /buffer-xor/1.0.3: - resolution: {integrity: sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=} - - /buffer/4.9.2: - resolution: {integrity: sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==} + /@rushstack/node-core-library/3.39.0: + resolution: {integrity: sha512-kgu3+7/zOBkZU0+NdJb1rcHcpk3/oTjn5c8cg5nUTn+JDjEw58yG83SoeJEcRNNdl11dGX0lKG2PxPsjCokZOQ==} dependencies: - base64-js: 1.5.1 - ieee754: 1.2.1 - isarray: 1.0.0 + '@types/node': 10.17.13 + colors: 1.2.5 + fs-extra: 7.0.1 + import-lazy: 4.0.0 + jju: 1.4.0 + resolve: 1.17.0 + semver: 7.3.5 + timsort: 0.3.0 + z-schema: 3.18.4 + dev: true - /builtin-modules/1.1.1: - resolution: {integrity: sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=} - engines: {node: '>=0.10.0'} + /@rushstack/rig-package/0.2.12: + resolution: {integrity: sha512-nbePcvF8hQwv0ql9aeQxcaMPK/h1OLAC00W7fWCRWIvD2MchZOE8jumIIr66HGrfG2X1sw++m/ZYI4D+BM5ovQ==} + dependencies: + resolve: 1.17.0 + strip-json-comments: 3.1.1 - /builtin-modules/3.1.0: - resolution: {integrity: sha512-k0KL0aWZuBt2lrxrcASWDfwOLMnodeQjodT/1SxEQAXsHANgo6ZC/VEaSEHCXt7aSTZ4/4H5LKa+tBXmW7Vtvw==} - engines: {node: '>=6'} - dev: false + /@rushstack/tree-pattern/0.2.1: + resolution: {integrity: sha512-ZRPQdV0LxUY/HRIvVKNz3Sb/qbklSthL2pY0qkNoycXKcXbCgXEP3TxL+i1/tW9g1jqft4o+pl9wx12Q6Uc0Xw==} - /builtin-status-codes/3.0.0: - resolution: {integrity: sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=} + /@rushstack/ts-command-line/4.7.10: + resolution: {integrity: sha512-8t042g8eerypNOEcdpxwRA3uCmz0duMo21rG4Z2mdz7JxJeylDmzjlU3wDdef2t3P1Z61JCdZB6fbm1Mh0zi7w==} + dependencies: + '@types/argparse': 1.0.38 + argparse: 1.0.10 + colors: 1.2.5 + string-argv: 0.3.1 - /builtins/1.0.3: - resolution: {integrity: sha1-y5T662HIaWRR2zZTThQi+U8K7og=} - dev: false + /@rushstack/typings-generator/0.3.7: + resolution: {integrity: sha512-NSiUKFw4W6keP+RrS0vcXGW4/TTxnG6GsQaCTJ5zbn3jwxgflAr85s6gycP7FoocoXSKqIqdQDKUcFUy8zeInQ==} + dependencies: + '@rushstack/node-core-library': 3.39.0 + '@types/node': 10.17.13 + chokidar: 3.4.3 + glob: 7.0.6 + dev: true - /buttono/1.0.2: - resolution: {integrity: sha512-wTnXVnqyu7V34DeIALp03xLCjpzqeDJa65HYoZwvyXnP99qRS/tkrF4zQwJqZBS0l70eXzT8dD+oNGAwceJVyQ==} - dev: false + /@sinonjs/commons/1.8.3: + resolution: {integrity: sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ==} + dependencies: + type-detect: 4.0.8 - /bytes/2.2.0: - resolution: {integrity: sha1-/TVGSkA/b5EXwt42Cez/nK4ABYg=} - dev: false + /@types/anymatch/3.0.0: + resolution: {integrity: sha512-qLChUo6yhpQ9k905NwL74GU7TxH+9UODwwQ6ICNI+O6EDMExqH/Cv9NsbmcZ7yC/rRXJ/AHCzfgjsFRY5fKjYw==} + deprecated: This is a stub types definition. anymatch provides its own type definitions, so you do not need this installed. + dependencies: + anymatch: 3.1.2 + dev: true - /bytes/2.4.0: - resolution: {integrity: sha1-fZcZb51br39pNeJZhVSe3SpsIzk=} - dev: false + /@types/argparse/1.0.38: + resolution: {integrity: sha512-ebDJ9b0e702Yr7pWgB0jzm+CX4Srzz8RcXtLJDJB+BSccqMa36uyH/zUsSYao5+BD1ytv3k3rPYCq4mAE1hsXA==} - /bytes/3.0.0: - resolution: {integrity: sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=} - engines: {node: '>= 0.8'} - dev: false + /@types/babel__core/7.1.15: + resolution: {integrity: sha512-bxlMKPDbY8x5h6HBwVzEOk2C8fb6SLfYQ5Jw3uBYuYF1lfWk/kbLd81la82vrIkBb0l+JdmrZaDikPrNxpS/Ew==} + dependencies: + '@babel/parser': 7.14.7 + '@babel/types': 7.14.5 + '@types/babel__generator': 7.6.3 + '@types/babel__template': 7.4.1 + '@types/babel__traverse': 7.14.2 - /bytes/3.1.0: - resolution: {integrity: sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==} - engines: {node: '>= 0.8'} - dev: false + /@types/babel__generator/7.6.3: + resolution: {integrity: sha512-/GWCmzJWqV7diQW54smJZzWbSFf4QYtF71WCKhcx6Ru/tFyQIY2eiiITcCAeuPbNSvT9YCGkVMqqvSk2Z0mXiA==} + dependencies: + '@babel/types': 7.14.5 - /cacache/12.0.4: - resolution: {integrity: sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ==} + /@types/babel__template/7.4.1: + resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: - bluebird: 3.7.2 - chownr: 1.1.4 - figgy-pudding: 3.5.2 - glob: 7.1.7 - graceful-fs: 4.2.6 - infer-owner: 1.0.4 - lru-cache: 5.1.1 - mississippi: 3.0.0 - mkdirp: 0.5.5 - move-concurrently: 1.0.1 - promise-inflight: 1.0.1 - rimraf: 2.7.1 - ssri: 6.0.2 - unique-filename: 1.1.1 - y18n: 4.0.3 + '@babel/parser': 7.14.7 + '@babel/types': 7.14.5 - /cache-base/1.0.1: - resolution: {integrity: sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==} - engines: {node: '>=0.10.0'} + /@types/babel__traverse/7.14.2: + resolution: {integrity: sha512-K2waXdXBi2302XUdcHcR1jCeU0LL4TD9HRs/gk0N2Xvrht+G/BfJa4QObBQZfhMdxiCpV3COl5Nfq4uKTeTnJA==} dependencies: - collection-visit: 1.0.0 - component-emitter: 1.3.0 - get-value: 2.0.6 - has-value: 1.0.0 - isobject: 3.0.1 - set-value: 2.0.1 - to-object-path: 0.3.0 - union-value: 1.0.1 - unset-value: 1.0.0 + '@babel/types': 7.14.5 - /call-bind/1.0.2: - resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==} + /@types/body-parser/1.19.1: + resolution: {integrity: sha512-a6bTJ21vFOGIkwM0kzh9Yr89ziVxq4vYH2fQ6N8AeipEzai/cFK6aGMArIkUeIdRIgpwQa+2bXiLuUJCpSf2Cg==} dependencies: - function-bind: 1.1.1 - get-intrinsic: 1.1.1 + '@types/connect': 3.4.35 + '@types/node': 10.17.13 + dev: true - /callsite/1.0.0: - resolution: {integrity: sha1-KAOY5dZkvXQDi28JBRU+borxvCA=} - dev: false + /@types/cli-table/0.3.0: + resolution: {integrity: sha512-QnZUISJJXyhyD6L1e5QwXDV/A5i2W1/gl6D6YMc8u0ncPepbv/B4w3S+izVvtAg60m6h+JP09+Y/0zF2mojlFQ==} + dev: true - /callsites/3.1.0: - resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} - engines: {node: '>=6'} + /@types/connect-history-api-fallback/1.3.5: + resolution: {integrity: sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==} + dependencies: + '@types/express-serve-static-core': 4.17.24 + '@types/node': 10.17.13 + dev: true - /camel-case/4.1.2: - resolution: {integrity: sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==} + /@types/connect/3.4.35: + resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - pascal-case: 3.1.2 - tslib: 2.2.0 + '@types/node': 10.17.13 + dev: true - /camelcase-keys/2.1.0: - resolution: {integrity: sha1-MIvur/3ygRkFHvodkyITyRuPkuc=} - engines: {node: '>=0.10.0'} + /@types/eslint-scope/3.7.1: + resolution: {integrity: sha512-SCFeogqiptms4Fg29WpOTk5nHIzfpKCemSN63ksBQYKTcXoJEmJagV+DhVmbapZzY4/5YaOV1nZwrsU79fFm1g==} dependencies: - camelcase: 2.1.1 - map-obj: 1.0.1 + '@types/eslint': 7.2.0 + '@types/estree': 0.0.44 + dev: false - /camelcase/2.1.1: - resolution: {integrity: sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=} - engines: {node: '>=0.10.0'} + /@types/eslint-visitor-keys/1.0.0: + resolution: {integrity: sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==} - /camelcase/3.0.0: - resolution: {integrity: sha1-MvxLn82vhF/N9+c7uXysImHwqwo=} - engines: {node: '>=0.10.0'} + /@types/eslint/7.2.0: + resolution: {integrity: sha512-LpUXkr7fnmPXWGxB0ZuLEzNeTURuHPavkC5zuU4sg62/TgL5ZEjamr5Y8b6AftwHtx2bPJasI+CL0TT2JwQ7aA==} + dependencies: + '@types/estree': 0.0.44 + '@types/json-schema': 7.0.8 - /camelcase/5.3.1: - resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==} - engines: {node: '>=6'} + /@types/estree/0.0.44: + resolution: {integrity: sha512-iaIVzr+w2ZJ5HkidlZ3EJM8VTZb2MJLCjw3V+505yVts0gRC4UMvjw0d1HPtGqI/HQC/KdsYtayfzl+AXY2R8g==} - /camelcase/6.2.0: - resolution: {integrity: sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==} - engines: {node: '>=10'} - dev: true + /@types/estree/0.0.47: + resolution: {integrity: sha512-c5ciR06jK8u9BstrmJyO97m+klJrrhCf9u3rLu3DEAJBirxRqSCvDQoYKmxuYwQI5SZChAWu+tq9oVlGRuzPAg==} + dev: false - /caniuse-lite/1.0.30001228: - resolution: {integrity: sha512-QQmLOGJ3DEgokHbMSA8cj2a+geXqmnpyOFT0lhQV6P3/YOJvGDEwoedcwxEQ30gJIwIIunHIicunJ2rzK5gB2A==} + /@types/events/3.0.0: + resolution: {integrity: sha512-EaObqwIvayI5a8dCzhFrjKzVwKLxjoG9T6Ppd5CEo07LRKfQ8Yokw54r5+Wq7FaBQ+yXRvQAYPrHwya1/UFt9g==} - /capture-exit/2.0.0: - resolution: {integrity: sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g==} - engines: {node: 6.* || 8.* || >= 10.*} + /@types/express-serve-static-core/4.17.24: + resolution: {integrity: sha512-3UJuW+Qxhzwjq3xhwXm2onQcFHn76frIYVbTu+kn24LFxI+dEhdfISDFovPB8VpEgW8oQCTpRuCe+0zJxB7NEA==} dependencies: - rsvp: 4.8.5 - - /caseless/0.12.0: - resolution: {integrity: sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=} + '@types/node': 10.17.13 + '@types/qs': 6.9.7 + '@types/range-parser': 1.2.4 + dev: true - /chalk/1.1.3: - resolution: {integrity: sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=} - engines: {node: '>=0.10.0'} + /@types/express/4.17.13: + resolution: {integrity: sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==} dependencies: - ansi-styles: 2.2.1 - escape-string-regexp: 1.0.5 - has-ansi: 2.0.0 - strip-ansi: 3.0.1 - supports-color: 2.0.0 + '@types/body-parser': 1.19.1 + '@types/express-serve-static-core': 4.17.24 + '@types/qs': 6.9.7 + '@types/serve-static': 1.13.10 + dev: true - /chalk/2.4.2: - resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} - engines: {node: '>=4'} + /@types/fs-extra/7.0.0: + resolution: {integrity: sha512-ndoMMbGyuToTy4qB6Lex/inR98nPiNHacsgMPvy+zqMLgSxbt8VtWpDArpGp69h1fEDQHn1KB+9DWD++wgbwYA==} dependencies: - ansi-styles: 3.2.1 - escape-string-regexp: 1.0.5 - supports-color: 5.5.0 + '@types/node': 10.17.13 + dev: true - /chalk/3.0.0: - resolution: {integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==} - engines: {node: '>=8'} + /@types/glob/7.1.1: + resolution: {integrity: sha512-1Bh06cbWJUHMC97acuD6UMG29nMt0Aqz1vF3guLfG+kHHJhy3AyohZFFxYk2f7Q1SQIrNwvncxAE0N/9s70F2w==} dependencies: - ansi-styles: 4.3.0 - supports-color: 7.2.0 + '@types/events': 3.0.0 + '@types/minimatch': 2.0.29 + '@types/node': 10.17.13 - /chalk/4.1.1: - resolution: {integrity: sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==} - engines: {node: '>=10'} + /@types/graceful-fs/4.1.5: + resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} dependencies: - ansi-styles: 4.3.0 - supports-color: 7.2.0 - - /chardet/0.7.0: - resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} - dev: false - - /check-types/8.0.3: - resolution: {integrity: sha512-YpeKZngUmG65rLudJ4taU7VLkOCTMhNl/u4ctNC56LQS/zJTyNH0Lrtwm1tfTsbLlwvlfsA2d1c8vCf/Kh2KwQ==} - dev: false + '@types/node': 10.17.13 - /chokidar/2.1.8: - resolution: {integrity: sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==} - deprecated: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies. + /@types/heft-jest/1.0.1: + resolution: {integrity: sha512-cF2iEUpvGh2WgLowHVAdjI05xuDo+GwCA8hGV3Q5PBl8apjd6BTcpPFQ2uPlfUM7BLpgur2xpYo8VeBXopMI4A==} dependencies: - anymatch: 2.0.0 - async-each: 1.0.3 - braces: 2.3.2 - glob-parent: 3.1.0 - inherits: 2.0.4 - is-binary-path: 1.0.1 - is-glob: 4.0.1 - normalize-path: 3.0.0 - path-is-absolute: 1.0.1 - readdirp: 2.2.1 - upath: 1.2.0 - optionalDependencies: - fsevents: 1.2.13 + '@types/jest': 25.2.1 + dev: true - /chokidar/3.4.3: - resolution: {integrity: sha512-DtM3g7juCXQxFVSNPNByEC2+NImtBuxQQvWlHunpJIS5Ocr0lG306cC7FCi7cEA0fzmybPUIl4txBIobk1gGOQ==} - engines: {node: '>= 8.10.0'} - dependencies: - anymatch: 3.1.2 - braces: 3.0.2 - glob-parent: 5.1.2 - is-binary-path: 2.1.0 - is-glob: 4.0.1 - normalize-path: 3.0.0 - readdirp: 3.5.0 - optionalDependencies: - fsevents: 2.1.3 + /@types/html-minifier-terser/5.1.2: + resolution: {integrity: sha512-h4lTMgMJctJybDp8CQrxTUiiYmedihHWkjnF/8Pxseu2S6Nlfcy8kwboQ8yejh456rP2yWoEVm1sS/FVsfM48w==} - /chokidar/3.5.1: - resolution: {integrity: sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==} - engines: {node: '>= 8.10.0'} + /@types/http-proxy/1.17.7: + resolution: {integrity: sha512-9hdj6iXH64tHSLTY+Vt2eYOGzSogC+JQ2H7bdPWkuh7KXP5qLllWx++t+K9Wk556c3dkDdPws/SpMRi0sdCT1w==} dependencies: - anymatch: 3.1.2 - braces: 3.0.2 - glob-parent: 5.1.2 - is-binary-path: 2.1.0 - is-glob: 4.0.1 - normalize-path: 3.0.0 - readdirp: 3.5.0 - optionalDependencies: - fsevents: 2.3.2 - optional: true - - /chownr/1.1.4: - resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==} + '@types/node': 10.17.13 + dev: true - /chownr/2.0.0: - resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==} - engines: {node: '>=10'} + /@types/inquirer/7.3.1: + resolution: {integrity: sha512-osD38QVIfcdgsPCT0V3lD7eH0OFurX71Jft18bZrsVQWVRt6TuxRzlr0GJLrxoHZR2V5ph7/qP8se/dcnI7o0g==} + dependencies: + '@types/through': 0.0.30 + rxjs: 6.6.7 + dev: true - /chrome-trace-event/1.0.3: - resolution: {integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==} - engines: {node: '>=6.0'} + /@types/istanbul-lib-coverage/2.0.3: + resolution: {integrity: sha512-sz7iLqvVUg1gIedBOvlkxPlc8/uVzyS5OwGz1cKjXzkl3FpL3al0crU8YGU1WoHkxn0Wxbw5tyi6hvzJKNzFsw==} - /ci-info/2.0.0: - resolution: {integrity: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==} + /@types/istanbul-lib-report/3.0.0: + resolution: {integrity: sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==} + dependencies: + '@types/istanbul-lib-coverage': 2.0.3 - /cipher-base/1.0.4: - resolution: {integrity: sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==} + /@types/istanbul-reports/1.1.2: + resolution: {integrity: sha512-P/W9yOX/3oPZSpaYOCQzGqgCQRXn0FFO/V8bWrCQs+wLmvVVxk6CRBXALEvNs9OHIatlnlFokfhuDo2ug01ciw==} dependencies: - inherits: 2.0.4 - safe-buffer: 5.2.1 + '@types/istanbul-lib-coverage': 2.0.3 + '@types/istanbul-lib-report': 3.0.0 - /class-utils/0.3.6: - resolution: {integrity: sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==} - engines: {node: '>=0.10.0'} + /@types/jest/25.2.1: + resolution: {integrity: sha512-msra1bCaAeEdkSyA0CZ6gW1ukMIvZ5YoJkdXw/qhQdsuuDlFTcEUrUw8CLCPt2rVRUfXlClVvK2gvPs9IokZaA==} dependencies: - arr-union: 3.1.0 - define-property: 0.2.5 - isobject: 3.0.1 - static-extend: 0.1.2 + jest-diff: 25.5.0 + pretty-format: 25.5.0 + + /@types/jju/1.4.1: + resolution: {integrity: sha512-LFt+YA7Lv2IZROMwokZKiPNORAV5N3huMs3IKnzlE430HWhWYZ8b+78HiwJXJJP1V2IEjinyJURuRJfGoaFSIA==} + dev: true + + /@types/js-yaml/3.12.1: + resolution: {integrity: sha512-SGGAhXLHDx+PK4YLNcNGa6goPf9XRWQNAUUbffkwVGGXIxmDKWyGGL4inzq2sPmExu431Ekb9aEMn9BkPqEYFA==} + dev: true - /clean-css/4.2.1: - resolution: {integrity: sha512-4ZxI6dy4lrY6FHzfiy1aEOXgu4LIsW2MhwG0VBKdcoGoH/XLFgaHSdLTGr4O8Be6A8r3MOphEiI8Gc1n0ecf3g==} - engines: {node: '>= 4.0'} - dependencies: - source-map: 0.6.1 - dev: false + /@types/json-schema/7.0.8: + resolution: {integrity: sha512-YSBPTLTVm2e2OoQIDYx8HaeWJ5tTToLH67kXR7zYNGupXMEHa2++G8k+DczX2cFVgalypqtyZIcU19AFcmOpmg==} - /clean-css/4.2.3: - resolution: {integrity: sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA==} - engines: {node: '>= 4.0'} + /@types/loader-utils/1.1.3: + resolution: {integrity: sha512-euKGFr2oCB3ASBwG39CYJMR3N9T0nanVqXdiH7Zu/Nqddt6SmFRxytq/i2w9LQYNQekEtGBz+pE3qG6fQTNvRg==} dependencies: - source-map: 0.6.1 + '@types/node': 10.17.13 + '@types/webpack': 4.41.24 + dev: true - /cli-cursor/3.1.0: - resolution: {integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==} - engines: {node: '>=8'} - dependencies: - restore-cursor: 3.1.0 - dev: false + /@types/lodash/4.14.116: + resolution: {integrity: sha512-lRnAtKnxMXcYYXqOiotTmJd74uawNWuPnsnPrrO7HiFuE3npE2iQhfABatbYDyxTNqZNuXzcKGhw37R7RjBFLg==} - /cli-table/0.3.6: - resolution: {integrity: sha512-ZkNZbnZjKERTY5NwC2SeMeLeifSPq/pubeRoTpdr3WchLlnZg6hEgvHkK5zL7KNFdd9PmHN8lxrENUwI3cE8vQ==} - engines: {node: '>= 0.2.0'} - dependencies: - colors: 1.0.3 + /@types/long/4.0.0: + resolution: {integrity: sha512-1w52Nyx4Gq47uuu0EVcsHBxZFJgurQ+rTKS3qMHxR1GY2T8c2AJYd6vZoZ9q1rupaDjU0yT+Jc2XTyXkjeMA+Q==} dev: false - /cli-width/3.0.0: - resolution: {integrity: sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==} - engines: {node: '>= 10'} - dev: false + /@types/mime/1.3.2: + resolution: {integrity: sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==} + dev: true + + /@types/minimatch/2.0.29: + resolution: {integrity: sha1-UALhT3Xi1x5WQoHfBDHIwbSio2o=} - /cliui/3.2.0: - resolution: {integrity: sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=} + /@types/minipass/2.2.1: + resolution: {integrity: sha512-0bI74UwEJ+JjGqzkyoiCxLVGK5C3Vy5MYdDB6VCtUAulcrulHvqhIrQP9lh/gvMgaNzvvJljMW97rRHVvbTe8Q==} dependencies: - string-width: 1.0.2 - strip-ansi: 3.0.1 - wrap-ansi: 2.1.0 + '@types/node': 10.17.13 + dev: true - /cliui/5.0.0: - resolution: {integrity: sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==} + /@types/node-fetch/1.6.9: + resolution: {integrity: sha512-n2r6WLoY7+uuPT7pnEtKJCmPUGyJ+cbyBR8Avnu4+m1nzz7DwBVuyIvvlBzCZ/nrpC7rIgb3D6pNavL7rFEa9g==} dependencies: - string-width: 3.1.0 - strip-ansi: 5.2.0 - wrap-ansi: 5.1.0 + '@types/node': 10.17.13 + dev: true - /cliui/6.0.0: - resolution: {integrity: sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==} + /@types/node-fetch/2.5.11: + resolution: {integrity: sha512-2upCKaqVZETDRb8A2VTaRymqFBEgH8u6yr96b/u3+1uQEPDRo3mJLEiPk7vdXBHRtjwkjqzFYMJXrt0Z9QsYjQ==} dependencies: - string-width: 4.2.2 - strip-ansi: 6.0.0 - wrap-ansi: 6.2.0 + '@types/node': 10.17.13 + form-data: 3.0.1 + dev: false - /clone-buffer/1.0.0: - resolution: {integrity: sha1-4+JbIHrE5wGvch4staFnksrD3Fg=} - engines: {node: '>= 0.10'} + /@types/node-forge/0.9.1: + resolution: {integrity: sha512-xNO6BfB4Du8DSChdbqyTf488gQwCEUjkxVQq8CeigoG6N7INc8TTRHJK+88IcrnJ0Q8HWPLK4X8pwC8Rcx+sYg==} + dependencies: + '@types/node': 10.17.13 + dev: true - /clone-stats/0.0.1: - resolution: {integrity: sha1-uI+UqCzzi4eR1YBG6kAprYjKmdE=} + /@types/node-sass/4.11.1: + resolution: {integrity: sha512-wPOmOEEtbwQiPTIgzUuRSQZ3H5YHinsxRGeZzPSDefAm4ylXWnZG9C0adses8ymyplKK0gwv3JkDNO8GGxnWfg==} + dependencies: + '@types/node': 10.17.13 + dev: true - /clone-stats/1.0.0: - resolution: {integrity: sha1-s3gt/4u1R04Yuba/D9/ngvh3doA=} + /@types/node/10.17.13: + resolution: {integrity: sha512-pMCcqU2zT4TjqYFrWtYHKal7Sl30Ims6ulZ4UFXxI4xbtQqK/qqKwkDoBFCfooRqqmRu9vY3xaJRwxSh673aYg==} - /clone/1.0.4: - resolution: {integrity: sha1-2jCcwmPfFZlMaIypAheco8fNfH4=} - engines: {node: '>=0.8'} + /@types/normalize-package-data/2.4.1: + resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} - /clone/2.1.2: - resolution: {integrity: sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=} - engines: {node: '>=0.8'} + /@types/npm-package-arg/6.1.0: + resolution: {integrity: sha512-vbt5fb0y1svMhu++1lwtKmZL76d0uPChFlw7kEzyUmTwfmpHRcFb8i0R8ElT69q/L+QLgK2hgECivIAvaEDwag==} + dev: true - /cloneable-readable/1.1.3: - resolution: {integrity: sha512-2EF8zTQOxYq70Y4XKtorQupqF0m49MBz2/yf5Bj+MHjvpG3Hy7sImifnqD6UA+TKYxeSV+u6qqQPawN5UvnpKQ==} - dependencies: - inherits: 2.0.4 - process-nextick-args: 2.0.1 - readable-stream: 2.3.7 + /@types/npm-packlist/1.1.2: + resolution: {integrity: sha512-9NYoEH87t90e6dkaQOuUTY/R1xUE0a67sXzJBuAB+b+/z4FysHFD19g/O154ToGjyWqKYkezVUtuBdtfd4hyfw==} + dev: true - /co/4.6.0: - resolution: {integrity: sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=} - engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'} + /@types/parse-json/4.0.0: + resolution: {integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==} + dev: true - /code-point-at/1.1.0: - resolution: {integrity: sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=} - engines: {node: '>=0.10.0'} + /@types/prettier/1.19.1: + resolution: {integrity: sha512-5qOlnZscTn4xxM5MeGXAMOsIOIKIbh9e85zJWfBRVPlRMEVawzoPhINYbRGkBZCI8LxvBe7tJCdWiarA99OZfQ==} - /collect-v8-coverage/1.0.1: - resolution: {integrity: sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg==} + /@types/prop-types/15.7.4: + resolution: {integrity: sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==} + dev: true - /collection-map/1.0.0: - resolution: {integrity: sha1-rqDwb40mx4DCt1SUOFVEsiVa8Yw=} - engines: {node: '>=0.10.0'} - dependencies: - arr-map: 2.0.2 - for-own: 1.0.0 - make-iterator: 1.0.1 + /@types/qs/6.9.7: + resolution: {integrity: sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==} + dev: true - /collection-visit/1.0.0: - resolution: {integrity: sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=} - engines: {node: '>=0.10.0'} - dependencies: - map-visit: 1.0.0 - object-visit: 1.0.1 + /@types/range-parser/1.2.4: + resolution: {integrity: sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==} + dev: true - /color-convert/1.9.3: - resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} + /@types/react-dom/16.9.8: + resolution: {integrity: sha512-ykkPQ+5nFknnlU6lDd947WbQ6TE3NNzbQAkInC2EKY1qeYdTKp7onFusmYZb+ityzx2YviqT6BXSu+LyWWJwcA==} dependencies: - color-name: 1.1.3 + '@types/react': 16.9.45 + dev: true - /color-convert/2.0.1: - resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} - engines: {node: '>=7.0.0'} + /@types/react/16.9.45: + resolution: {integrity: sha512-vv950slTF5UZ5eDOf13b8qC1SD4rTvkqg3HfaUKzr17U97oeJZAa+dUaIHn0QoOJflNTIt6Pem9MmapULs9dkA==} dependencies: - color-name: 1.1.4 + '@types/prop-types': 15.7.4 + csstype: 3.0.8 + dev: true - /color-name/1.1.3: - resolution: {integrity: sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=} + /@types/read-package-tree/5.1.0: + resolution: {integrity: sha512-QEaGDX5COe5Usog79fca6PEycs59075O/W0QcOJjVNv+ZQ26xjqxg8sWu63Lwdt4KAI08gb4Muho1EbEKs3YFw==} + dev: true - /color-name/1.1.4: - resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} + /@types/resolve/1.17.1: + resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} + dependencies: + '@types/node': 10.17.13 + dev: true - /color-support/1.1.3: - resolution: {integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==} - hasBin: true + /@types/semver/7.3.5: + resolution: {integrity: sha512-iotVxtCCsPLRAvxMFFgxL8HD2l4mAZ2Oin7/VJ2ooWO0VOK4EGOGmZWZn1uCq7RofR3I/1IOSjCHlFT71eVK0Q==} - /colorette/1.2.2: - resolution: {integrity: sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==} + /@types/serve-static/1.13.10: + resolution: {integrity: sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ==} + dependencies: + '@types/mime': 1.3.2 + '@types/node': 10.17.13 + dev: true - /colors/1.0.3: - resolution: {integrity: sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs=} - engines: {node: '>=0.1.90'} - dev: false + /@types/source-list-map/0.1.2: + resolution: {integrity: sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA==} - /colors/1.2.5: - resolution: {integrity: sha512-erNRLao/Y3Fv54qUa0LBB+//Uf3YwMUmdJinN20yMXm9zdKKqH9wt7R9IIVZ+K7ShzfpLV/Zg8+VyrBJYB4lpg==} - engines: {node: '>=0.1.90'} + /@types/source-map/0.5.7: + resolution: {integrity: sha512-LrnsgZIfJaysFkv9rRJp4/uAyqw87oVed3s1hhF83nwbo9c7MG9g5DqR0seHP+lkX4ldmMrVolPjQSe2ZfD0yA==} + deprecated: This is a stub types definition for source-map (https://github.com/mozilla/source-map). source-map provides its own type definitions, so you don't need @types/source-map installed! + dependencies: + source-map: 0.7.3 - /combined-stream/1.0.8: - resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} - engines: {node: '>= 0.8'} + /@types/ssri/7.1.1: + resolution: {integrity: sha512-DPP/jkDaqGiyU75MyMURxLWyYLwKSjnAuGe9ZCsLp9QZOpXmDfuevk769F0BS86TmRuD5krnp06qw9nSoNO+0g==} dependencies: - delayed-stream: 1.0.0 + '@types/node': 10.17.13 + dev: true - /commander/2.15.1: - resolution: {integrity: sha512-VlfT9F3V0v+jr4yxPc5gg9s62/fIVWsd2Bk2iD435um1NlGMYdVCq+MjcXnhYq2icNOizHr1kK+5TI6H0Hy0ag==} + /@types/stack-utils/1.0.1: + resolution: {integrity: sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==} - /commander/2.20.3: - resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} + /@types/strict-uri-encode/2.0.0: + resolution: {integrity: sha512-R6vDd7CHxcWMzv5wfVhR3qyCRVQoZKwVd6kit0rkozTThRZSXZKEW2Kz3AxfVqq9+UyJAz1g8Q+bJ3CL6NzztQ==} + dev: true - /commander/4.1.1: - resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==} - engines: {node: '>= 6'} + /@types/tapable/1.0.6: + resolution: {integrity: sha512-W+bw9ds02rAQaMvaLYxAbJ6cvguW/iJXNT6lTssS1ps6QdrMKttqEAMEG/b5CR8TZl3/L7/lH0ZV5nNR1LXikA==} - /commander/7.2.0: - resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==} - engines: {node: '>= 10'} - dev: false + /@types/tar/4.0.3: + resolution: {integrity: sha512-Z7AVMMlkI8NTWF0qGhC4QIX0zkV/+y0J8x7b/RsHrN0310+YNjoJd8UrApCiGBCWtKjxS9QhNqLi2UJNToh5hA==} + dependencies: + '@types/minipass': 2.2.1 + '@types/node': 10.17.13 + dev: true - /commondir/1.0.1: - resolution: {integrity: sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=} + /@types/through/0.0.30: + resolution: {integrity: sha512-FvnCJljyxhPM3gkRgWmxmDZyAQSiBQQWLI0A0VFL0K7W1oRUrPJSqNO0NvTnLkBcotdlp3lKvaT0JrnyRDkzOg==} + dependencies: + '@types/node': 10.17.13 + dev: true - /component-emitter/1.3.0: - resolution: {integrity: sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==} + /@types/timsort/0.3.0: + resolution: {integrity: sha512-SFjNmiiq4uCs9eXvxbaJMa8pnmlepV8dT2p0nCfdRL1h/UU7ZQFsnCLvtXRHTb3rnyILpQz4Kh8JoTqvDdgxYw==} + dev: true - /compressible/2.0.18: - resolution: {integrity: sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==} - engines: {node: '>= 0.6'} + /@types/tunnel/0.0.1: + resolution: {integrity: sha512-AOqu6bQu5MSWwYvehMXLukFHnupHrpZ8nvgae5Ggie9UwzDR1CCwoXgSSWNZJuyOlCdfdsWMA5F2LlmvyoTv8A==} dependencies: - mime-db: 1.47.0 + '@types/node': 10.17.13 dev: false - /compression/1.7.4: - resolution: {integrity: sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==} - engines: {node: '>= 0.8.0'} + /@types/uglify-js/2.6.29: + resolution: {integrity: sha512-BdFLCZW0GTl31AbqXSak8ss/MqEZ3DN2MH9rkAyGoTuzK7ifGUlX+u0nfbWeTsa7IPcZhtn8BlpYBXSV+vqGhQ==} dependencies: - accepts: 1.3.7 - bytes: 3.0.0 - compressible: 2.0.18 - debug: 2.6.9 - on-headers: 1.0.2 - safe-buffer: 5.1.2 - vary: 1.1.2 - dev: false + '@types/source-map': 0.5.7 - /concat-map/0.0.1: - resolution: {integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=} + /@types/webpack-dev-server/3.11.2_@types+webpack@4.41.24: + resolution: {integrity: sha512-13w1VhaghN+G1rYjkBPgN/GFRoHd9uI2fwK9cSKvLutdmZ22L9iicFEvt69by40DP2I6uNcClaGTyPY6nYhIgQ==} + peerDependencies: + '@types/webpack': ^4.0.0 + dependencies: + '@types/connect-history-api-fallback': 1.3.5 + '@types/express': 4.17.13 + '@types/serve-static': 1.13.10 + '@types/webpack': 4.41.24 + http-proxy-middleware: 1.3.1 + transitivePeerDependencies: + - debug + dev: true - /concat-stream/1.6.2: - resolution: {integrity: sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==} - engines: {'0': node >= 0.8} + /@types/webpack-dev-server/3.11.3_webpack@5.35.1: + resolution: {integrity: sha512-p9B/QClflreKDeamKhBwuo5zqtI++wwb9QNG/CdIZUFtHvtaq0dWVgbtV7iMl4Sr4vWzEFj0rn16pgUFANjLPA==} + peerDependencies: + webpack: ^5.0.0 dependencies: - buffer-from: 1.1.1 - inherits: 2.0.4 - readable-stream: 2.3.7 - typedarray: 0.0.6 + '@types/connect-history-api-fallback': 1.3.5 + '@types/express': 4.17.13 + '@types/serve-static': 1.13.10 + http-proxy-middleware: 1.3.1 + webpack: 5.35.1 + transitivePeerDependencies: + - debug + dev: true - /connect-history-api-fallback/1.6.0: - resolution: {integrity: sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==} - engines: {node: '>=0.8'} - dev: false + /@types/webpack-env/1.13.0: + resolution: {integrity: sha1-MEQ4FkfhHulzxa8uklMjkw9pHYA=} - /connect-livereload/0.5.4: - resolution: {integrity: sha1-gBV9E3HJ83zBQDmrGJWXDRGdw7w=} - dev: false + /@types/webpack-sources/1.4.2: + resolution: {integrity: sha512-77T++JyKow4BQB/m9O96n9d/UUHWLQHlcqXb9Vsf4F1+wKNrrlWNFPDLKNT92RJnCSL6CieTc+NDXtCVZswdTw==} + dependencies: + '@types/node': 10.17.13 + '@types/source-list-map': 0.1.2 + source-map: 0.7.3 + + /@types/webpack/4.41.24: + resolution: {integrity: sha512-1A0MXPwZiMOD3DPMuOKUKcpkdPo8Lq33UGggZ7xio6wJ/jV1dAu5cXDrOfGDnldUroPIRLsr/DT43/GqOA4RFQ==} + dependencies: + '@types/anymatch': 3.0.0 + '@types/node': 10.17.13 + '@types/tapable': 1.0.6 + '@types/uglify-js': 2.6.29 + '@types/webpack-sources': 1.4.2 + source-map: 0.6.1 + dev: true - /connect/3.7.0: - resolution: {integrity: sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==} - engines: {node: '>= 0.10.0'} + /@types/webpack/4.41.30: + resolution: {integrity: sha512-GUHyY+pfuQ6haAfzu4S14F+R5iGRwN6b2FRNJY7U0NilmFAqbsOfK6j1HwuLBAqwRIT+pVdNDJGJ6e8rpp0KHA==} dependencies: - debug: 2.6.9 - finalhandler: 1.1.2 - parseurl: 1.3.3 - utils-merge: 1.0.1 - dev: false + '@types/node': 10.17.13 + '@types/tapable': 1.0.6 + '@types/uglify-js': 2.6.29 + '@types/webpack-sources': 1.4.2 + anymatch: 3.1.2 + source-map: 0.6.1 - /console-browserify/1.2.0: - resolution: {integrity: sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==} + /@types/wordwrap/1.0.1: + resolution: {integrity: sha512-xe+rWyom8xn0laMWH3M7elOpWj2rDQk+3f13RAur89GKsf4FO5qmBNtXXtwepFo2XNgQI0nePdCEStoHFnNvWg==} + dev: true - /console-control-strings/1.1.0: - resolution: {integrity: sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=} + /@types/xmldoc/1.1.4: + resolution: {integrity: sha512-a/ONNCf9itbmzEz1ohx0Fv5TLJzXIPQTapxFu+DlYlDtn9UcAa1OhnrOOMwbU8125hFjrkJKL3qllD7vO5Bivw==} + dev: true - /constants-browserify/1.0.0: - resolution: {integrity: sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=} + /@types/yargs-parser/20.2.1: + resolution: {integrity: sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw==} - /content-disposition/0.5.2: - resolution: {integrity: sha1-DPaLud318r55YcOoUXjLhdunjLQ=} - engines: {node: '>= 0.6'} - dev: false + /@types/yargs/15.0.14: + resolution: {integrity: sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==} + dependencies: + '@types/yargs-parser': 20.2.1 - /content-disposition/0.5.3: - resolution: {integrity: sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==} - engines: {node: '>= 0.6'} + /@types/z-schema/3.16.31: + resolution: {integrity: sha1-LrHQCl5Ow/pYx2r94S4YK2bcXBw=} + dev: true + + /@typescript-eslint/eslint-plugin/3.4.0_0b7524c316e77872f4b663a1d48f69be: + resolution: {integrity: sha512-wfkpiqaEVhZIuQRmudDszc01jC/YR7gMSxa6ulhggAe/Hs0KVIuo9wzvFiDbG3JD5pRFQoqnf4m7REDsUvBnMQ==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + '@typescript-eslint/parser': ^3.0.0 + eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true dependencies: - safe-buffer: 5.1.2 - dev: false + '@typescript-eslint/experimental-utils': 3.4.0_eslint@7.12.1+typescript@3.9.10 + '@typescript-eslint/parser': 3.4.0_eslint@7.12.1+typescript@3.9.10 + debug: 4.3.2 + eslint: 7.12.1 + functional-red-black-tree: 1.0.1 + regexpp: 3.2.0 + semver: 7.3.5 + tsutils: 3.21.0_typescript@3.9.10 + typescript: 3.9.10 + transitivePeerDependencies: + - supports-color - /content-type/1.0.4: - resolution: {integrity: sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==} - engines: {node: '>= 0.6'} + /@typescript-eslint/eslint-plugin/4.28.3_de3d641f53f9f4ebac15f1aed3969277: + resolution: {integrity: sha512-jW8sEFu1ZeaV8xzwsfi6Vgtty2jf7/lJmQmDkDruBjYAbx5DA8JtbcMnP0rNPUG+oH5GoQBTSp+9613BzuIpYg==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + '@typescript-eslint/parser': ^4.0.0 + eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/experimental-utils': 4.28.3_eslint@7.12.1+typescript@3.9.10 + '@typescript-eslint/parser': 4.28.3_eslint@7.12.1+typescript@3.9.10 + '@typescript-eslint/scope-manager': 4.28.3_typescript@3.9.10 + debug: 4.3.2 + eslint: 7.12.1 + functional-red-black-tree: 1.0.1 + regexpp: 3.2.0 + semver: 7.3.5 + tsutils: 3.21.0_typescript@3.9.10 + typescript: 3.9.10 + transitivePeerDependencies: + - supports-color dev: false - /convert-source-map/1.7.0: - resolution: {integrity: sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==} + /@typescript-eslint/experimental-utils/3.10.1_eslint@7.12.1+typescript@3.9.10: + resolution: {integrity: sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + eslint: '*' dependencies: - safe-buffer: 5.1.2 + '@types/json-schema': 7.0.8 + '@typescript-eslint/types': 3.10.1_typescript@3.9.10 + '@typescript-eslint/typescript-estree': 3.10.1_typescript@3.9.10 + eslint: 7.12.1 + eslint-scope: 5.1.1 + eslint-utils: 2.1.0 + transitivePeerDependencies: + - supports-color + - typescript - /cookie-signature/1.0.6: - resolution: {integrity: sha1-4wOogrNCzD7oylE6eZmXNNqzriw=} - dev: false + /@typescript-eslint/experimental-utils/3.4.0_eslint@7.12.1+typescript@3.9.10: + resolution: {integrity: sha512-rHPOjL43lOH1Opte4+dhC0a/+ks+8gOBwxXnyrZ/K4OTAChpSjP76fbI8Cglj7V5GouwVAGaK+xVwzqTyE/TPw==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + eslint: '*' + dependencies: + '@types/json-schema': 7.0.8 + '@typescript-eslint/typescript-estree': 3.4.0_typescript@3.9.10 + eslint: 7.12.1 + eslint-scope: 5.1.1 + eslint-utils: 2.1.0 + transitivePeerDependencies: + - supports-color + - typescript - /cookie/0.3.1: - resolution: {integrity: sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s=} - engines: {node: '>= 0.6'} + /@typescript-eslint/experimental-utils/4.28.3_eslint@7.12.1+typescript@3.9.10: + resolution: {integrity: sha512-zZYl9TnrxwEPi3FbyeX0ZnE8Hp7j3OCR+ELoUfbwGHGxWnHg9+OqSmkw2MoCVpZksPCZYpQzC559Ee9pJNHTQw==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + eslint: '*' + dependencies: + '@types/json-schema': 7.0.8 + '@typescript-eslint/scope-manager': 4.28.3_typescript@3.9.10 + '@typescript-eslint/types': 4.28.3_typescript@3.9.10 + '@typescript-eslint/typescript-estree': 4.28.3_typescript@3.9.10 + eslint: 7.12.1 + eslint-scope: 5.1.1 + eslint-utils: 3.0.0_eslint@7.12.1 + transitivePeerDependencies: + - supports-color + - typescript dev: false - /cookie/0.4.0: - resolution: {integrity: sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==} - engines: {node: '>= 0.6'} + /@typescript-eslint/experimental-utils/4.28.3_eslint@7.12.1+typescript@4.3.5: + resolution: {integrity: sha512-zZYl9TnrxwEPi3FbyeX0ZnE8Hp7j3OCR+ELoUfbwGHGxWnHg9+OqSmkw2MoCVpZksPCZYpQzC559Ee9pJNHTQw==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + eslint: '*' + dependencies: + '@types/json-schema': 7.0.8 + '@typescript-eslint/scope-manager': 4.28.3_typescript@4.3.5 + '@typescript-eslint/types': 4.28.3_typescript@4.3.5 + '@typescript-eslint/typescript-estree': 4.28.3_typescript@4.3.5 + eslint: 7.12.1 + eslint-scope: 5.1.1 + eslint-utils: 3.0.0_eslint@7.12.1 + transitivePeerDependencies: + - supports-color + - typescript dev: false - /copy-concurrently/1.0.5: - resolution: {integrity: sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==} + /@typescript-eslint/parser/3.4.0_eslint@7.12.1+typescript@3.9.10: + resolution: {integrity: sha512-ZUGI/de44L5x87uX5zM14UYcbn79HSXUR+kzcqU42gH0AgpdB/TjuJy3m4ezI7Q/jk3wTQd755mxSDLhQP79KA==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true dependencies: - aproba: 1.2.0 - fs-write-stream-atomic: 1.0.10 - iferr: 0.1.5 - mkdirp: 0.5.5 - rimraf: 2.7.1 - run-queue: 1.0.3 - - /copy-descriptor/0.1.1: - resolution: {integrity: sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=} - engines: {node: '>=0.10.0'} + '@types/eslint-visitor-keys': 1.0.0 + '@typescript-eslint/experimental-utils': 3.4.0_eslint@7.12.1+typescript@3.9.10 + '@typescript-eslint/typescript-estree': 3.4.0_typescript@3.9.10 + eslint: 7.12.1 + eslint-visitor-keys: 1.3.0 + typescript: 3.9.10 + transitivePeerDependencies: + - supports-color - /copy-props/2.0.5: - resolution: {integrity: sha512-XBlx8HSqrT0ObQwmSzM7WE5k8FxTV75h1DX1Z3n6NhQ/UYYAvInWYmG06vFt7hQZArE2fuO62aihiWIVQwh1sw==} + /@typescript-eslint/parser/4.28.3_eslint@7.12.1+typescript@3.9.10: + resolution: {integrity: sha512-ZyWEn34bJexn/JNYvLQab0Mo5e+qqQNhknxmc8azgNd4XqspVYR5oHq9O11fLwdZMRcj4by15ghSlIEq+H5ltQ==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true dependencies: - each-props: 1.3.2 - is-plain-object: 5.0.0 - - /core-util-is/1.0.2: - resolution: {integrity: sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=} + '@typescript-eslint/scope-manager': 4.28.3_typescript@3.9.10 + '@typescript-eslint/types': 4.28.3_typescript@3.9.10 + '@typescript-eslint/typescript-estree': 4.28.3_typescript@3.9.10 + debug: 4.3.2 + eslint: 7.12.1 + typescript: 3.9.10 + transitivePeerDependencies: + - supports-color + dev: false - /cosmiconfig/7.0.0: - resolution: {integrity: sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA==} - engines: {node: '>=10'} + /@typescript-eslint/parser/4.28.3_eslint@7.12.1+typescript@4.3.5: + resolution: {integrity: sha512-ZyWEn34bJexn/JNYvLQab0Mo5e+qqQNhknxmc8azgNd4XqspVYR5oHq9O11fLwdZMRcj4by15ghSlIEq+H5ltQ==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true dependencies: - '@types/parse-json': 4.0.0 - import-fresh: 3.3.0 - parse-json: 5.2.0 - path-type: 4.0.0 - yaml: 1.10.2 + '@typescript-eslint/scope-manager': 4.28.3_typescript@4.3.5 + '@typescript-eslint/types': 4.28.3_typescript@4.3.5 + '@typescript-eslint/typescript-estree': 4.28.3_typescript@4.3.5 + debug: 4.3.2 + eslint: 7.12.1 + typescript: 4.3.5 + transitivePeerDependencies: + - supports-color dev: true - /create-ecdh/4.0.4: - resolution: {integrity: sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==} + /@typescript-eslint/scope-manager/4.28.3_typescript@3.9.10: + resolution: {integrity: sha512-/8lMisZ5NGIzGtJB+QizQ5eX4Xd8uxedFfMBXOKuJGP0oaBBVEMbJVddQKDXyyB0bPlmt8i6bHV89KbwOelJiQ==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dependencies: - bn.js: 4.12.0 - elliptic: 6.5.4 + '@typescript-eslint/types': 4.28.3_typescript@3.9.10 + '@typescript-eslint/visitor-keys': 4.28.3_typescript@3.9.10 + transitivePeerDependencies: + - typescript + dev: false - /create-hash/1.2.0: - resolution: {integrity: sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==} + /@typescript-eslint/scope-manager/4.28.3_typescript@4.3.5: + resolution: {integrity: sha512-/8lMisZ5NGIzGtJB+QizQ5eX4Xd8uxedFfMBXOKuJGP0oaBBVEMbJVddQKDXyyB0bPlmt8i6bHV89KbwOelJiQ==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dependencies: - cipher-base: 1.0.4 - inherits: 2.0.4 - md5.js: 1.3.5 - ripemd160: 2.0.2 - sha.js: 2.4.11 + '@typescript-eslint/types': 4.28.3_typescript@4.3.5 + '@typescript-eslint/visitor-keys': 4.28.3_typescript@4.3.5 + transitivePeerDependencies: + - typescript - /create-hmac/1.1.7: - resolution: {integrity: sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==} + /@typescript-eslint/types/3.10.1_typescript@3.9.10: + resolution: {integrity: sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} + peerDependencies: + typescript: '*' dependencies: - cipher-base: 1.0.4 - create-hash: 1.2.0 - inherits: 2.0.4 - ripemd160: 2.0.2 - safe-buffer: 5.2.1 - sha.js: 2.4.11 + typescript: 3.9.10 - /cross-spawn/6.0.5: - resolution: {integrity: sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==} - engines: {node: '>=4.8'} + /@typescript-eslint/types/4.28.3_typescript@3.9.10: + resolution: {integrity: sha512-kQFaEsQBQVtA9VGVyciyTbIg7S3WoKHNuOp/UF5RG40900KtGqfoiETWD/v0lzRXc+euVE9NXmfer9dLkUJrkA==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} + peerDependencies: + typescript: '*' dependencies: - nice-try: 1.0.5 - path-key: 2.0.1 - semver: 5.7.1 - shebang-command: 1.2.0 - which: 1.3.1 + typescript: 3.9.10 + dev: false - /cross-spawn/7.0.3: - resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} - engines: {node: '>= 8'} + /@typescript-eslint/types/4.28.3_typescript@4.3.5: + resolution: {integrity: sha512-kQFaEsQBQVtA9VGVyciyTbIg7S3WoKHNuOp/UF5RG40900KtGqfoiETWD/v0lzRXc+euVE9NXmfer9dLkUJrkA==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} + peerDependencies: + typescript: '*' dependencies: - path-key: 3.1.1 - shebang-command: 2.0.0 - which: 2.0.2 + typescript: 4.3.5 - /crypto-browserify/3.12.0: - resolution: {integrity: sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==} + /@typescript-eslint/typescript-estree/3.10.1_typescript@3.9.10: + resolution: {integrity: sha512-QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true dependencies: - browserify-cipher: 1.0.1 - browserify-sign: 4.2.1 - create-ecdh: 4.0.4 - create-hash: 1.2.0 - create-hmac: 1.1.7 - diffie-hellman: 5.0.3 - inherits: 2.0.4 - pbkdf2: 3.1.2 - public-encrypt: 4.0.3 - randombytes: 2.1.0 - randomfill: 1.0.4 + '@typescript-eslint/types': 3.10.1_typescript@3.9.10 + '@typescript-eslint/visitor-keys': 3.10.1 + debug: 4.3.2 + glob: 7.1.7 + is-glob: 4.0.1 + lodash: 4.17.21 + semver: 7.3.5 + tsutils: 3.21.0_typescript@3.9.10 + typescript: 3.9.10 + transitivePeerDependencies: + - supports-color + + /@typescript-eslint/typescript-estree/3.4.0_typescript@3.9.10: + resolution: {integrity: sha512-zKwLiybtt4uJb4mkG5q2t6+W7BuYx2IISiDNV+IY68VfoGwErDx/RfVI7SWL4gnZ2t1A1ytQQwZ+YOJbHHJ2rw==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + debug: 4.3.2 + eslint-visitor-keys: 1.3.0 + glob: 7.1.7 + is-glob: 4.0.1 + lodash: 4.17.21 + semver: 7.3.5 + tsutils: 3.21.0_typescript@3.9.10 + typescript: 3.9.10 + transitivePeerDependencies: + - supports-color - /css-loader/4.2.2_webpack@4.44.2: - resolution: {integrity: sha512-omVGsTkZPVwVRpckeUnLshPp12KsmMSLqYxs12+RzM9jRR5Y+Idn/tBffjXRvOE+qW7if24cuceFJqYR5FmGBg==} - engines: {node: '>= 10.13.0'} + /@typescript-eslint/typescript-estree/4.28.3_typescript@3.9.10: + resolution: {integrity: sha512-YAb1JED41kJsqCQt1NcnX5ZdTA93vKFCMP4lQYG6CFxd0VzDJcKttRlMrlG+1qiWAw8+zowmHU1H0OzjWJzR2w==} + engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: - webpack: ^4.27.0 || ^5.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true dependencies: - camelcase: 6.2.0 - cssesc: 3.0.0 - icss-utils: 4.1.1 - loader-utils: 2.0.0 - postcss: 7.0.32 - postcss-modules-extract-imports: 2.0.0 - postcss-modules-local-by-default: 3.0.3 - postcss-modules-scope: 2.2.0 - postcss-modules-values: 3.0.0 - postcss-value-parser: 4.1.0 - schema-utils: 2.7.1 + '@typescript-eslint/types': 4.28.3_typescript@3.9.10 + '@typescript-eslint/visitor-keys': 4.28.3_typescript@3.9.10 + debug: 4.3.2 + globby: 11.0.4 + is-glob: 4.0.1 semver: 7.3.5 - webpack: 4.44.2 - dev: true + tsutils: 3.21.0_typescript@3.9.10 + typescript: 3.9.10 + transitivePeerDependencies: + - supports-color + dev: false - /css-modules-loader-core/1.1.0: - resolution: {integrity: sha1-WQhmgpShvs0mGuCkziGwtVHyHRY=} + /@typescript-eslint/typescript-estree/4.28.3_typescript@4.3.5: + resolution: {integrity: sha512-YAb1JED41kJsqCQt1NcnX5ZdTA93vKFCMP4lQYG6CFxd0VzDJcKttRlMrlG+1qiWAw8+zowmHU1H0OzjWJzR2w==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true dependencies: - icss-replace-symbols: 1.1.0 - postcss: 6.0.1 - postcss-modules-extract-imports: 1.1.0 - postcss-modules-local-by-default: 1.2.0 - postcss-modules-scope: 1.1.0 - postcss-modules-values: 1.3.0 + '@typescript-eslint/types': 4.28.3_typescript@4.3.5 + '@typescript-eslint/visitor-keys': 4.28.3_typescript@4.3.5 + debug: 4.3.2 + globby: 11.0.4 + is-glob: 4.0.1 + semver: 7.3.5 + tsutils: 3.21.0_typescript@4.3.5 + typescript: 4.3.5 + transitivePeerDependencies: + - supports-color - /css-select/2.1.0: - resolution: {integrity: sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==} + /@typescript-eslint/visitor-keys/3.10.1: + resolution: {integrity: sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dependencies: - boolbase: 1.0.0 - css-what: 3.4.2 - domutils: 1.7.0 - nth-check: 1.0.2 + eslint-visitor-keys: 1.3.0 - /css-selector-tokenizer/0.7.3: - resolution: {integrity: sha512-jWQv3oCEL5kMErj4wRnK/OPoBi0D+P1FR2cDCKYPaMeD2eW3/mttav8HT4hT1CKopiJI/psEULjkClhvJo4Lvg==} + /@typescript-eslint/visitor-keys/4.28.3_typescript@3.9.10: + resolution: {integrity: sha512-ri1OzcLnk1HH4gORmr1dllxDzzrN6goUIz/P4MHFV0YZJDCADPR3RvYNp0PW2SetKTThar6wlbFTL00hV2Q+fg==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dependencies: - cssesc: 3.0.0 - fastparse: 1.1.2 + '@typescript-eslint/types': 4.28.3_typescript@3.9.10 + eslint-visitor-keys: 2.1.0 + transitivePeerDependencies: + - typescript + dev: false - /css-what/3.4.2: - resolution: {integrity: sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==} - engines: {node: '>= 6'} + /@typescript-eslint/visitor-keys/4.28.3_typescript@4.3.5: + resolution: {integrity: sha512-ri1OzcLnk1HH4gORmr1dllxDzzrN6goUIz/P4MHFV0YZJDCADPR3RvYNp0PW2SetKTThar6wlbFTL00hV2Q+fg==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} + dependencies: + '@typescript-eslint/types': 4.28.3_typescript@4.3.5 + eslint-visitor-keys: 2.1.0 + transitivePeerDependencies: + - typescript - /cssesc/3.0.0: - resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==} - engines: {node: '>=4'} - hasBin: true + /@webassemblyjs/ast/1.11.0: + resolution: {integrity: sha512-kX2W49LWsbthrmIRMbQZuQDhGtjyqXfEmmHyEi4XWnSZtPmxY0+3anPIzsnRb45VH/J55zlOfWvZuY47aJZTJg==} + dependencies: + '@webassemblyjs/helper-numbers': 1.11.0 + '@webassemblyjs/helper-wasm-bytecode': 1.11.0 + dev: false - /cssom/0.3.8: - resolution: {integrity: sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==} + /@webassemblyjs/ast/1.9.0: + resolution: {integrity: sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA==} + dependencies: + '@webassemblyjs/helper-module-context': 1.9.0 + '@webassemblyjs/helper-wasm-bytecode': 1.9.0 + '@webassemblyjs/wast-parser': 1.9.0 - /cssom/0.4.4: - resolution: {integrity: sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==} + /@webassemblyjs/floating-point-hex-parser/1.11.0: + resolution: {integrity: sha512-Q/aVYs/VnPDVYvsCBL/gSgwmfjeCb4LW8+TMrO3cSzJImgv8lxxEPM2JA5jMrivE7LSz3V+PFqtMbls3m1exDA==} + dev: false - /cssstyle/0.3.1: - resolution: {integrity: sha512-tNvaxM5blOnxanyxI6panOsnfiyLRj3HV4qjqqS45WPNS1usdYWRUQjqTEEELK73lpeP/1KoIGYUwrBn/VcECA==} - dependencies: - cssom: 0.3.8 + /@webassemblyjs/floating-point-hex-parser/1.9.0: + resolution: {integrity: sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA==} - /cssstyle/2.3.0: - resolution: {integrity: sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==} - engines: {node: '>=8'} - dependencies: - cssom: 0.3.8 + /@webassemblyjs/helper-api-error/1.11.0: + resolution: {integrity: sha512-baT/va95eXiXb2QflSx95QGT5ClzWpGaa8L7JnJbgzoYeaA27FCvuBXU758l+KXWRndEmUXjP0Q5fibhavIn8w==} + dev: false - /csstype/3.0.8: - resolution: {integrity: sha512-jXKhWqXPmlUeoQnF/EhTtTl4C9SnrxSH/jZUih3jmO6lBKr99rP3/+FmrMj4EFpOXzMtXHAZkd3x0E6h6Fgflw==} - dev: true + /@webassemblyjs/helper-api-error/1.9.0: + resolution: {integrity: sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw==} - /currently-unhandled/0.4.1: - resolution: {integrity: sha1-mI3zP+qxke95mmE2nddsF635V+o=} - engines: {node: '>=0.10.0'} - dependencies: - array-find-index: 1.0.2 + /@webassemblyjs/helper-buffer/1.11.0: + resolution: {integrity: sha512-u9HPBEl4DS+vA8qLQdEQ6N/eJQ7gT7aNvMIo8AAWvAl/xMrcOSiI2M0MAnMCy3jIFke7bEee/JwdX1nUpCtdyA==} + dev: false - /cyclist/1.0.1: - resolution: {integrity: sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=} + /@webassemblyjs/helper-buffer/1.9.0: + resolution: {integrity: sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA==} - /d/1.0.1: - resolution: {integrity: sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==} + /@webassemblyjs/helper-code-frame/1.9.0: + resolution: {integrity: sha512-ERCYdJBkD9Vu4vtjUYe8LZruWuNIToYq/ME22igL+2vj2dQ2OOujIZr3MEFvfEaqKoVqpsFKAGsRdBSBjrIvZA==} dependencies: - es5-ext: 0.10.53 - type: 1.2.0 + '@webassemblyjs/wast-printer': 1.9.0 - /dargs/5.1.0: - resolution: {integrity: sha1-7H6lDHhWTNNsnV7Bj2Yyn63ieCk=} - engines: {node: '>=4'} + /@webassemblyjs/helper-fsm/1.9.0: + resolution: {integrity: sha512-OPRowhGbshCb5PxJ8LocpdX9Kl0uB4XsAjl6jH/dWKlk/mzsANvhwbiULsaiqT5GZGT9qinTICdj6PLuM5gslw==} - /dashdash/1.14.1: - resolution: {integrity: sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=} - engines: {node: '>=0.10'} + /@webassemblyjs/helper-module-context/1.9.0: + resolution: {integrity: sha512-MJCW8iGC08tMk2enck1aPW+BE5Cw8/7ph/VGZxwyvGbJwjktKkDK7vy7gAmMDx88D7mhDTCNKAW5tED+gZ0W8g==} dependencies: - assert-plus: 1.0.0 + '@webassemblyjs/ast': 1.9.0 - /data-urls/1.1.0: - resolution: {integrity: sha512-YTWYI9se1P55u58gL5GkQHW4P6VJBJ5iBT+B5a7i2Tjadhv52paJG0qHX4A0OR6/t52odI64KP2YvFpkDOi3eQ==} + /@webassemblyjs/helper-numbers/1.11.0: + resolution: {integrity: sha512-DhRQKelIj01s5IgdsOJMKLppI+4zpmcMQ3XboFPLwCpSNH6Hqo1ritgHgD0nqHeSYqofA6aBN/NmXuGjM1jEfQ==} dependencies: - abab: 2.0.5 - whatwg-mimetype: 2.3.0 - whatwg-url: 7.1.0 + '@webassemblyjs/floating-point-hex-parser': 1.11.0 + '@webassemblyjs/helper-api-error': 1.11.0 + '@xtuc/long': 4.2.2 + dev: false - /dateformat/1.0.12: - resolution: {integrity: sha1-nxJLZ1lMk3/3BpMuSmQsyo27/uk=} - hasBin: true - dependencies: - get-stdin: 4.0.1 - meow: 3.7.0 + /@webassemblyjs/helper-wasm-bytecode/1.11.0: + resolution: {integrity: sha512-MbmhvxXExm542tWREgSFnOVo07fDpsBJg3sIl6fSp9xuu75eGz5lz31q7wTLffwL3Za7XNRCMZy210+tnsUSEA==} dev: false - /dateformat/2.2.0: - resolution: {integrity: sha1-QGXiATz5+5Ft39gu+1Bq1MZ2kGI=} + /@webassemblyjs/helper-wasm-bytecode/1.9.0: + resolution: {integrity: sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw==} - /debug/2.2.0: - resolution: {integrity: sha1-+HBX6ZWxofauaklgZkE3vFbwOdo=} + /@webassemblyjs/helper-wasm-section/1.11.0: + resolution: {integrity: sha512-3Eb88hcbfY/FCukrg6i3EH8H2UsD7x8Vy47iVJrP967A9JGqgBVL9aH71SETPx1JrGsOUVLo0c7vMCN22ytJew==} dependencies: - ms: 0.7.1 + '@webassemblyjs/ast': 1.11.0 + '@webassemblyjs/helper-buffer': 1.11.0 + '@webassemblyjs/helper-wasm-bytecode': 1.11.0 + '@webassemblyjs/wasm-gen': 1.11.0 dev: false - /debug/2.6.9: - resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} - dependencies: - ms: 2.0.0 - - /debug/3.1.0: - resolution: {integrity: sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==} + /@webassemblyjs/helper-wasm-section/1.9.0: + resolution: {integrity: sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw==} dependencies: - ms: 2.0.0 + '@webassemblyjs/ast': 1.9.0 + '@webassemblyjs/helper-buffer': 1.9.0 + '@webassemblyjs/helper-wasm-bytecode': 1.9.0 + '@webassemblyjs/wasm-gen': 1.9.0 - /debug/3.2.7: - resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} + /@webassemblyjs/ieee754/1.11.0: + resolution: {integrity: sha512-KXzOqpcYQwAfeQ6WbF6HXo+0udBNmw0iXDmEK5sFlmQdmND+tr773Ti8/5T/M6Tl/413ArSJErATd8In3B+WBA==} dependencies: - ms: 2.1.3 + '@xtuc/ieee754': 1.2.0 dev: false - /debug/4.3.1: - resolution: {integrity: sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==} - engines: {node: '>=6.0'} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true + /@webassemblyjs/ieee754/1.9.0: + resolution: {integrity: sha512-dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg==} dependencies: - ms: 2.1.2 + '@xtuc/ieee754': 1.2.0 - /debug/4.3.1_supports-color@6.1.0: - resolution: {integrity: sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==} - engines: {node: '>=6.0'} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true + /@webassemblyjs/leb128/1.11.0: + resolution: {integrity: sha512-aqbsHa1mSQAbeeNcl38un6qVY++hh8OpCOzxhixSYgbRfNWcxJNJQwe2rezK9XEcssJbbWIkblaJRwGMS9zp+g==} dependencies: - ms: 2.1.2 - supports-color: 6.1.0 - dev: false - - /debuglog/1.0.1: - resolution: {integrity: sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI=} + '@xtuc/long': 4.2.2 dev: false - /decache/4.5.1: - resolution: {integrity: sha512-5J37nATc6FmOTLbcsr9qx7Nm28qQyg1SK4xyEHqM0IBkNhWFp0Sm+vKoWYHD8wq+OUEb9jLyaKFfzzd1A9hcoA==} + /@webassemblyjs/leb128/1.9.0: + resolution: {integrity: sha512-ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw==} dependencies: - callsite: 1.0.0 - dev: false - - /decamelize/1.2.0: - resolution: {integrity: sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=} - engines: {node: '>=0.10.0'} + '@xtuc/long': 4.2.2 - /decode-uri-component/0.2.0: - resolution: {integrity: sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=} - engines: {node: '>=0.10'} + /@webassemblyjs/utf8/1.11.0: + resolution: {integrity: sha512-A/lclGxH6SpSLSyFowMzO/+aDEPU4hvEiooCMXQPcQFPPJaYcPQNKGOCLUySJsYJ4trbpr+Fs08n4jelkVTGVw==} + dev: false - /decomment/0.9.4: - resolution: {integrity: sha512-8eNlhyI5cSU4UbBlrtagWpR03dqXcE5IR9zpe7PnO6UzReXDskucsD8usgrzUmQ6qJ3N82aws/p/mu/jqbURWw==} - engines: {node: '>=6.4', npm: '>=2.15'} - dependencies: - esprima: 4.0.1 + /@webassemblyjs/utf8/1.9.0: + resolution: {integrity: sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w==} - /deep-equal/1.1.1: - resolution: {integrity: sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==} + /@webassemblyjs/wasm-edit/1.11.0: + resolution: {integrity: sha512-JHQ0damXy0G6J9ucyKVXO2j08JVJ2ntkdJlq1UTiUrIgfGMmA7Ik5VdC/L8hBK46kVJgujkBIoMtT8yVr+yVOQ==} dependencies: - is-arguments: 1.1.0 - is-date-object: 1.0.4 - is-regex: 1.1.3 - object-is: 1.1.5 - object-keys: 1.1.1 - regexp.prototype.flags: 1.3.1 + '@webassemblyjs/ast': 1.11.0 + '@webassemblyjs/helper-buffer': 1.11.0 + '@webassemblyjs/helper-wasm-bytecode': 1.11.0 + '@webassemblyjs/helper-wasm-section': 1.11.0 + '@webassemblyjs/wasm-gen': 1.11.0 + '@webassemblyjs/wasm-opt': 1.11.0 + '@webassemblyjs/wasm-parser': 1.11.0 + '@webassemblyjs/wast-printer': 1.11.0 dev: false - /deep-is/0.1.3: - resolution: {integrity: sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=} + /@webassemblyjs/wasm-edit/1.9.0: + resolution: {integrity: sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw==} + dependencies: + '@webassemblyjs/ast': 1.9.0 + '@webassemblyjs/helper-buffer': 1.9.0 + '@webassemblyjs/helper-wasm-bytecode': 1.9.0 + '@webassemblyjs/helper-wasm-section': 1.9.0 + '@webassemblyjs/wasm-gen': 1.9.0 + '@webassemblyjs/wasm-opt': 1.9.0 + '@webassemblyjs/wasm-parser': 1.9.0 + '@webassemblyjs/wast-printer': 1.9.0 - /deepmerge/4.2.2: - resolution: {integrity: sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==} - engines: {node: '>=0.10.0'} + /@webassemblyjs/wasm-gen/1.11.0: + resolution: {integrity: sha512-BEUv1aj0WptCZ9kIS30th5ILASUnAPEvE3tVMTrItnZRT9tXCLW2LEXT8ezLw59rqPP9klh9LPmpU+WmRQmCPQ==} + dependencies: + '@webassemblyjs/ast': 1.11.0 + '@webassemblyjs/helper-wasm-bytecode': 1.11.0 + '@webassemblyjs/ieee754': 1.11.0 + '@webassemblyjs/leb128': 1.11.0 + '@webassemblyjs/utf8': 1.11.0 + dev: false - /default-compare/1.0.0: - resolution: {integrity: sha512-QWfXlM0EkAbqOCbD/6HjdwT19j7WCkMyiRhWilc4H9/5h/RzTF9gv5LYh1+CmDV5d1rki6KAWLtQale0xt20eQ==} - engines: {node: '>=0.10.0'} + /@webassemblyjs/wasm-gen/1.9.0: + resolution: {integrity: sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA==} dependencies: - kind-of: 5.1.0 + '@webassemblyjs/ast': 1.9.0 + '@webassemblyjs/helper-wasm-bytecode': 1.9.0 + '@webassemblyjs/ieee754': 1.9.0 + '@webassemblyjs/leb128': 1.9.0 + '@webassemblyjs/utf8': 1.9.0 - /default-gateway/4.2.0: - resolution: {integrity: sha512-h6sMrVB1VMWVrW13mSc6ia/DwYYw5MN6+exNu1OaJeFac5aSAvwM7lZ0NVfTABuSkQelr4h5oebg3KB1XPdjgA==} - engines: {node: '>=6'} + /@webassemblyjs/wasm-opt/1.11.0: + resolution: {integrity: sha512-tHUSP5F4ywyh3hZ0+fDQuWxKx3mJiPeFufg+9gwTpYp324mPCQgnuVKwzLTZVqj0duRDovnPaZqDwoyhIO8kYg==} dependencies: - execa: 1.0.0 - ip-regex: 2.1.0 + '@webassemblyjs/ast': 1.11.0 + '@webassemblyjs/helper-buffer': 1.11.0 + '@webassemblyjs/wasm-gen': 1.11.0 + '@webassemblyjs/wasm-parser': 1.11.0 dev: false - /default-resolution/2.0.0: - resolution: {integrity: sha1-vLgrqnKtebQmp2cy8aga1t8m1oQ=} - engines: {node: '>= 0.10'} - - /define-properties/1.1.3: - resolution: {integrity: sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==} - engines: {node: '>= 0.4'} + /@webassemblyjs/wasm-opt/1.9.0: + resolution: {integrity: sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A==} dependencies: - object-keys: 1.1.1 + '@webassemblyjs/ast': 1.9.0 + '@webassemblyjs/helper-buffer': 1.9.0 + '@webassemblyjs/wasm-gen': 1.9.0 + '@webassemblyjs/wasm-parser': 1.9.0 - /define-property/0.2.5: - resolution: {integrity: sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=} - engines: {node: '>=0.10.0'} + /@webassemblyjs/wasm-parser/1.11.0: + resolution: {integrity: sha512-6L285Sgu9gphrcpDXINvm0M9BskznnzJTE7gYkjDbxET28shDqp27wpruyx3C2S/dvEwiigBwLA1cz7lNUi0kw==} dependencies: - is-descriptor: 0.1.6 + '@webassemblyjs/ast': 1.11.0 + '@webassemblyjs/helper-api-error': 1.11.0 + '@webassemblyjs/helper-wasm-bytecode': 1.11.0 + '@webassemblyjs/ieee754': 1.11.0 + '@webassemblyjs/leb128': 1.11.0 + '@webassemblyjs/utf8': 1.11.0 + dev: false - /define-property/1.0.0: - resolution: {integrity: sha1-dp66rz9KY6rTr56NMEybvnm/sOY=} - engines: {node: '>=0.10.0'} + /@webassemblyjs/wasm-parser/1.9.0: + resolution: {integrity: sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA==} dependencies: - is-descriptor: 1.0.2 + '@webassemblyjs/ast': 1.9.0 + '@webassemblyjs/helper-api-error': 1.9.0 + '@webassemblyjs/helper-wasm-bytecode': 1.9.0 + '@webassemblyjs/ieee754': 1.9.0 + '@webassemblyjs/leb128': 1.9.0 + '@webassemblyjs/utf8': 1.9.0 - /define-property/2.0.2: - resolution: {integrity: sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==} - engines: {node: '>=0.10.0'} + /@webassemblyjs/wast-parser/1.9.0: + resolution: {integrity: sha512-qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw==} dependencies: - is-descriptor: 1.0.2 - isobject: 3.0.1 + '@webassemblyjs/ast': 1.9.0 + '@webassemblyjs/floating-point-hex-parser': 1.9.0 + '@webassemblyjs/helper-api-error': 1.9.0 + '@webassemblyjs/helper-code-frame': 1.9.0 + '@webassemblyjs/helper-fsm': 1.9.0 + '@xtuc/long': 4.2.2 - /del/2.2.2: - resolution: {integrity: sha1-wSyYHQZ4RshLyvhiz/kw2Qf/0ag=} - engines: {node: '>=0.10.0'} + /@webassemblyjs/wast-printer/1.11.0: + resolution: {integrity: sha512-Fg5OX46pRdTgB7rKIUojkh9vXaVN6sGYCnEiJN1GYkb0RPwShZXp6KTDqmoMdQPKhcroOXh3fEzmkWmCYaKYhQ==} dependencies: - globby: 5.0.0 - is-path-cwd: 1.0.0 - is-path-in-cwd: 1.0.1 - object-assign: 4.1.1 - pify: 2.3.0 - pinkie-promise: 2.0.1 - rimraf: 2.7.1 + '@webassemblyjs/ast': 1.11.0 + '@xtuc/long': 4.2.2 + dev: false - /del/4.1.1: - resolution: {integrity: sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ==} - engines: {node: '>=6'} + /@webassemblyjs/wast-printer/1.9.0: + resolution: {integrity: sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA==} dependencies: - '@types/glob': 7.1.1 - globby: 6.1.0 - is-path-cwd: 2.2.0 - is-path-in-cwd: 2.1.0 - p-map: 2.1.0 - pify: 4.0.1 - rimraf: 2.7.1 - dev: false + '@webassemblyjs/ast': 1.9.0 + '@webassemblyjs/wast-parser': 1.9.0 + '@xtuc/long': 4.2.2 - /delayed-stream/1.0.0: - resolution: {integrity: sha1-3zrhmayt+31ECqrgsp4icrJOxhk=} - engines: {node: '>=0.4.0'} + /@xtuc/ieee754/1.2.0: + resolution: {integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==} - /delegates/1.0.0: - resolution: {integrity: sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=} + /@xtuc/long/4.2.2: + resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==} - /depd/1.1.2: - resolution: {integrity: sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=} - engines: {node: '>= 0.6'} + /@yarnpkg/lockfile/1.0.2: + resolution: {integrity: sha512-MqJ00WXw89ga0rK6GZkdmmgv3bAsxpJixyTthjcix73O44pBqotyU2BejBkLuIsaOBI6SEu77vAnSyLe5iIHkw==} dev: false - /des.js/1.0.1: - resolution: {integrity: sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==} + /@zkochan/cmd-shim/5.1.3: + resolution: {integrity: sha512-XCy+ZwXoFKswHmJBFbhPIs+NBxYJpitzQ+kSvlhu2upIt74k0/OJsiOJnwJS4Usuydh+ipmcIjwQ55vIJOyKJg==} + engines: {node: '>=10.13'} dependencies: - inherits: 2.0.4 - minimalistic-assert: 1.0.1 - - /destroy/1.0.4: - resolution: {integrity: sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=} + is-windows: 1.0.2 dev: false - /detect-file/1.0.0: - resolution: {integrity: sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=} - engines: {node: '>=0.10.0'} - - /detect-indent/6.0.0: - resolution: {integrity: sha512-oSyFlqaTHCItVRGK5RmrmjB+CmaMOW7IaNA/kdxqhoa6d17j/5ce9O9eWXmV/KEdRwqpQA+Vqe8a8Bsybu4YnA==} - engines: {node: '>=8'} - dev: false + /abab/2.0.5: + resolution: {integrity: sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==} - /detect-newline/3.1.0: - resolution: {integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==} - engines: {node: '>=8'} + /abbrev/1.1.1: + resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==} - /detect-node/2.0.5: - resolution: {integrity: sha512-qi86tE6hRcFHy8jI1m2VG+LaPUR1LhqDa5G8tVjuUXmOrpuAgqsA1pN0+ldgr3aKUH+QLI9hCY/OcRYisERejw==} + /abstract-logging/2.0.1: + resolution: {integrity: sha512-2BjRTZxTPvheOvGbBslFSYOUkr+SjPtOnrLP33f+VIWLzezQpZcqVg7ja3L4dBXmzzgwT+a029jRx5PCi3JuiA==} dev: false - /dezalgo/1.0.3: - resolution: {integrity: sha1-f3Qt4Gb8dIvI24IFad3c5Jvw1FY=} + /accepts/1.3.7: + resolution: {integrity: sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==} + engines: {node: '>= 0.6'} dependencies: - asap: 2.0.6 - wrappy: 1.0.2 + mime-types: 2.1.31 + negotiator: 0.6.2 dev: false - /diff-sequences/25.2.6: - resolution: {integrity: sha512-Hq8o7+6GaZeoFjtpgvRBUknSXNeJiCx7V9Fr94ZMljNiCr9n9L8H8aJqgWOQiDDGdyn29fRNcDdRVJ5fdyihfg==} - engines: {node: '>= 8.3'} - - /diff/3.5.0: - resolution: {integrity: sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==} - engines: {node: '>=0.3.1'} - - /diff/4.0.2: - resolution: {integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==} - engines: {node: '>=0.3.1'} + /acorn-globals/4.3.4: + resolution: {integrity: sha512-clfQEh21R+D0leSbUdWf3OcfqyaCSAQ8Ryq00bofSekfr9W8u1jyYZo6ir0xu9Gtcf7BjcHJpnbZH7JOCpP60A==} + dependencies: + acorn: 6.4.2 + acorn-walk: 6.2.0 - /diffie-hellman/5.0.3: - resolution: {integrity: sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==} + /acorn-jsx/5.3.2_acorn@7.4.1: + resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} + peerDependencies: + acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - bn.js: 4.12.0 - miller-rabin: 4.0.1 - randombytes: 2.1.0 + acorn: 7.4.1 - /dns-equal/1.0.0: - resolution: {integrity: sha1-s55/HabrCnW6nBcySzR1PEfgZU0=} + /acorn-walk/6.2.0: + resolution: {integrity: sha512-7evsyfH1cLOCdAzZAd43Cic04yKydNx0cF+7tiA19p1XnLLPU4dpCQOqpjqwokFe//vS0QqfqqjCS2JkiIs0cA==} + engines: {node: '>=0.4.0'} + + /acorn-walk/7.2.0: + resolution: {integrity: sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==} + engines: {node: '>=0.4.0'} dev: false - /dns-packet/1.3.1: - resolution: {integrity: sha512-0UxfQkMhYAUaZI+xrNZOz/as5KgDU0M/fQ9b6SpkyLbk3GEswDi6PADJVaYJradtRVsRIlF1zLyOodbcTCDzUg==} - dependencies: - ip: 1.1.5 - safe-buffer: 5.2.1 + /acorn/6.4.2: + resolution: {integrity: sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==} + engines: {node: '>=0.4.0'} + hasBin: true + + /acorn/7.4.1: + resolution: {integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==} + engines: {node: '>=0.4.0'} + hasBin: true + + /acorn/8.4.1: + resolution: {integrity: sha512-asabaBSkEKosYKMITunzX177CXxQ4Q8BSSzMTKD+FefUhipQC70gfW5SiUDhYQ3vk8G+81HqQk7Fv9OXwwn9KA==} + engines: {node: '>=0.4.0'} + hasBin: true dev: false - /dns-txt/2.0.2: - resolution: {integrity: sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=} + /agent-base/6.0.2: + resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} + engines: {node: '>= 6.0.0'} dependencies: - buffer-indexof: 1.1.1 + debug: 4.3.2 + transitivePeerDependencies: + - supports-color dev: false - /doctrine/2.1.0: - resolution: {integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==} - engines: {node: '>=0.10.0'} + /ajv-errors/1.0.1_ajv@6.12.6: + resolution: {integrity: sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==} + peerDependencies: + ajv: '>=5.0.0' dependencies: - esutils: 2.0.3 + ajv: 6.12.6 - /doctrine/3.0.0: - resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==} - engines: {node: '>=6.0.0'} + /ajv-keywords/3.5.2_ajv@6.12.6: + resolution: {integrity: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==} + peerDependencies: + ajv: ^6.9.1 dependencies: - esutils: 2.0.3 + ajv: 6.12.6 - /dom-converter/0.2.0: - resolution: {integrity: sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==} + /ajv/6.12.6: + resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} dependencies: - utila: 0.4.0 + fast-deep-equal: 3.1.3 + fast-json-stable-stringify: 2.1.0 + json-schema-traverse: 0.4.1 + uri-js: 4.4.1 + + /amdefine/1.0.1: + resolution: {integrity: sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=} + engines: {node: '>=0.4.2'} + + /ansi-colors/3.2.4: + resolution: {integrity: sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA==} + engines: {node: '>=6'} + dev: false + + /ansi-colors/4.1.1: + resolution: {integrity: sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==} + engines: {node: '>=6'} - /dom-serializer/0.2.2: - resolution: {integrity: sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==} + /ansi-escapes/4.3.2: + resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==} + engines: {node: '>=8'} dependencies: - domelementtype: 2.2.0 - entities: 2.2.0 + type-fest: 0.21.3 - /domain-browser/1.2.0: - resolution: {integrity: sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==} - engines: {node: '>=0.4', npm: '>=1.2'} + /ansi-html/0.0.7: + resolution: {integrity: sha1-gTWEAhliqenm/QOflA0S9WynhZ4=} + engines: {'0': node >= 0.8.0} + hasBin: true + dev: false - /domelementtype/1.3.1: - resolution: {integrity: sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==} + /ansi-regex/2.1.1: + resolution: {integrity: sha1-w7M6te42DYbg5ijwRorn7yfWVN8=} + engines: {node: '>=0.10.0'} - /domelementtype/2.2.0: - resolution: {integrity: sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==} + /ansi-regex/4.1.0: + resolution: {integrity: sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==} + engines: {node: '>=6'} - /domexception/1.0.1: - resolution: {integrity: sha512-raigMkn7CJNNo6Ihro1fzG7wr3fHuYVytzquZKX5n0yizGsTcYgzdIUwj1X9pK0VvjeihV+XiclP+DjwbsSKug==} - dependencies: - webidl-conversions: 4.0.2 + /ansi-regex/5.0.0: + resolution: {integrity: sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==} + engines: {node: '>=8'} - /domhandler/2.4.2: - resolution: {integrity: sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==} - dependencies: - domelementtype: 1.3.1 + /ansi-styles/2.2.1: + resolution: {integrity: sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=} + engines: {node: '>=0.10.0'} - /domutils/1.7.0: - resolution: {integrity: sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==} + /ansi-styles/3.2.1: + resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} + engines: {node: '>=4'} dependencies: - dom-serializer: 0.2.2 - domelementtype: 1.3.1 + color-convert: 1.9.3 - /dot-case/3.0.4: - resolution: {integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==} + /ansi-styles/4.3.0: + resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} + engines: {node: '>=8'} dependencies: - no-case: 3.0.4 - tslib: 2.2.0 + color-convert: 2.0.1 - /duplexer/0.1.2: - resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} + /any-promise/1.3.0: + resolution: {integrity: sha1-q8av7tzqUugJzcA3au0845Y10X8=} dev: false - /duplexer2/0.0.2: - resolution: {integrity: sha1-xhTc9n4vsUmVqRcR5aYX6KYKMds=} + /anymatch/2.0.0: + resolution: {integrity: sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==} dependencies: - readable-stream: 1.1.14 + micromatch: 3.1.10 + normalize-path: 2.1.1 - /duplexify/3.7.1: - resolution: {integrity: sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==} + /anymatch/3.1.2: + resolution: {integrity: sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==} + engines: {node: '>= 8'} dependencies: - end-of-stream: 1.1.0 - inherits: 2.0.4 - readable-stream: 2.3.7 - stream-shift: 1.0.1 + normalize-path: 3.0.0 + picomatch: 2.3.0 - /each-props/1.3.2: - resolution: {integrity: sha512-vV0Hem3zAGkJAyU7JSjixeU66rwdynTAa1vofCrSA5fEln+m67Az9CcnkVD776/fsN/UjIWmBDoNRS6t6G9RfA==} - dependencies: - is-plain-object: 2.0.4 - object.defaults: 1.1.0 + /aproba/1.2.0: + resolution: {integrity: sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==} - /ecc-jsbn/0.1.2: - resolution: {integrity: sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=} + /archy/1.0.0: + resolution: {integrity: sha1-+cjBN1fMHde8N5rHeyxipcKGjEA=} + dev: false + + /are-we-there-yet/1.1.5: + resolution: {integrity: sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w==} dependencies: - jsbn: 0.1.1 - safer-buffer: 2.1.2 + delegates: 1.0.0 + readable-stream: 2.3.7 - /ecdsa-sig-formatter/1.0.11: - resolution: {integrity: sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==} + /argparse/1.0.10: + resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==} dependencies: - safe-buffer: 5.2.1 - dev: false + sprintf-js: 1.0.3 - /ee-first/1.1.1: - resolution: {integrity: sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=} + /argparse/2.0.1: + resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} dev: false - /ejs/2.7.4: - resolution: {integrity: sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==} + /arr-diff/4.0.0: + resolution: {integrity: sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=} engines: {node: '>=0.10.0'} - requiresBuild: true - dev: false - /electron-to-chromium/1.3.727: - resolution: {integrity: sha512-Mfz4FIB4FSvEwBpDfdipRIrwd6uo8gUDoRDF4QEYb4h4tSuI3ov594OrjU6on042UlFHouIJpClDODGkPcBSbg==} - - /elliptic/6.5.4: - resolution: {integrity: sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==} - dependencies: - bn.js: 4.12.0 - brorand: 1.1.0 - hash.js: 1.1.7 - hmac-drbg: 1.0.1 - inherits: 2.0.4 - minimalistic-assert: 1.0.1 - minimalistic-crypto-utils: 1.0.1 + /arr-flatten/1.1.0: + resolution: {integrity: sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==} + engines: {node: '>=0.10.0'} - /emoji-regex/7.0.3: - resolution: {integrity: sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==} + /arr-union/3.1.0: + resolution: {integrity: sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=} + engines: {node: '>=0.10.0'} - /emoji-regex/8.0.0: - resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} + /array-equal/1.0.0: + resolution: {integrity: sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM=} - /emojis-list/2.1.0: - resolution: {integrity: sha1-TapNnbAPmBmIDHn6RXrlsJof04k=} - engines: {node: '>= 0.10'} + /array-find-index/1.0.2: + resolution: {integrity: sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=} + engines: {node: '>=0.10.0'} - /emojis-list/3.0.0: - resolution: {integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==} - engines: {node: '>= 4'} + /array-flatten/1.1.1: + resolution: {integrity: sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=} + dev: false - /encodeurl/1.0.2: - resolution: {integrity: sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=} - engines: {node: '>= 0.8'} + /array-flatten/2.1.2: + resolution: {integrity: sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==} dev: false - /end-of-stream/0.1.5: - resolution: {integrity: sha1-jhdyBsPICDfYVjLouTWd/osvbq8=} + /array-includes/3.1.3: + resolution: {integrity: sha512-gcem1KlBU7c9rB+Rq8/3PPKsK2kjqeEBa3bD5kkQo4nYlOHQCJqIJFqBXDEfwaRuYTT4E+FxA9xez7Gf/e3Q7A==} + engines: {node: '>= 0.4'} dependencies: - once: 1.3.3 + call-bind: 1.0.2 + define-properties: 1.1.3 + es-abstract: 1.18.3 + get-intrinsic: 1.1.1 + is-string: 1.0.6 - /end-of-stream/1.1.0: - resolution: {integrity: sha1-6TUyWLqpEIll78QcsO+K3i88+wc=} + /array-union/1.0.2: + resolution: {integrity: sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=} + engines: {node: '>=0.10.0'} dependencies: - once: 1.3.3 + array-uniq: 1.0.3 + dev: false - /enhanced-resolve/4.5.0: - resolution: {integrity: sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==} - engines: {node: '>=6.9.0'} - dependencies: - graceful-fs: 4.2.6 - memory-fs: 0.5.0 - tapable: 1.1.3 + /array-union/2.1.0: + resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} + engines: {node: '>=8'} - /enhanced-resolve/5.8.2: - resolution: {integrity: sha512-F27oB3WuHDzvR2DOGNTaYy0D5o0cnrv8TeI482VM4kYgQd/FT9lUQwuNsJ0oOHtBUq7eiW5ytqzp7nBFknL+GA==} - engines: {node: '>=10.13.0'} - dependencies: - graceful-fs: 4.2.6 - tapable: 2.2.0 + /array-uniq/1.0.3: + resolution: {integrity: sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=} + engines: {node: '>=0.10.0'} dev: false - /enquirer/2.3.6: - resolution: {integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==} - engines: {node: '>=8.6'} - dependencies: - ansi-colors: 4.1.1 - - /entities/1.1.2: - resolution: {integrity: sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==} + /array-unique/0.3.2: + resolution: {integrity: sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=} + engines: {node: '>=0.10.0'} - /entities/2.2.0: - resolution: {integrity: sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==} + /array.prototype.flatmap/1.2.4: + resolution: {integrity: sha512-r9Z0zYoxqHz60vvQbWEdXIEtCwHF0yxaWfno9qzXeNHvfyl3BZqygmGzb84dsubyaXLH4husF+NFgMSdpZhk2Q==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.3 + es-abstract: 1.18.3 + function-bind: 1.1.1 - /env-paths/2.2.1: - resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==} - engines: {node: '>=6'} + /asap/2.0.6: + resolution: {integrity: sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=} + dev: false - /errno/0.1.8: - resolution: {integrity: sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==} - hasBin: true + /asn1.js/5.4.1: + resolution: {integrity: sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==} dependencies: - prr: 1.0.1 + bn.js: 4.12.0 + inherits: 2.0.4 + minimalistic-assert: 1.0.1 + safer-buffer: 2.1.2 - /error-ex/1.3.2: - resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} + /asn1/0.2.4: + resolution: {integrity: sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==} dependencies: - is-arrayish: 0.2.1 + safer-buffer: 2.1.2 - /es-abstract/1.18.0: - resolution: {integrity: sha512-LJzK7MrQa8TS0ja2w3YNLzUgJCGPdPOV1yVvezjNnS89D+VR08+Szt2mz3YB2Dck/+w5tfIq/RoUAFqJJGM2yw==} - engines: {node: '>= 0.4'} + /assert-plus/1.0.0: + resolution: {integrity: sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=} + engines: {node: '>=0.8'} + + /assert/1.5.0: + resolution: {integrity: sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==} dependencies: - call-bind: 1.0.2 - es-to-primitive: 1.2.1 - function-bind: 1.1.1 - get-intrinsic: 1.1.1 - has: 1.0.3 - has-symbols: 1.0.2 - is-callable: 1.2.3 - is-negative-zero: 2.0.1 - is-regex: 1.1.3 - is-string: 1.0.6 - object-inspect: 1.10.3 - object-keys: 1.1.1 - object.assign: 4.1.2 - string.prototype.trimend: 1.0.4 - string.prototype.trimstart: 1.0.4 - unbox-primitive: 1.0.1 + object-assign: 4.1.1 + util: 0.10.3 - /es-module-lexer/0.4.1: - resolution: {integrity: sha512-ooYciCUtfw6/d2w56UVeqHPcoCFAiJdz5XOkYpv/Txl1HMUozpXjz/2RIQgqwKdXNDPSF1W7mJCFse3G+HDyAA==} + /assign-symbols/1.0.0: + resolution: {integrity: sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=} + engines: {node: '>=0.10.0'} + + /astral-regex/1.0.0: + resolution: {integrity: sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==} + engines: {node: '>=4'} + + /async-each/1.0.3: + resolution: {integrity: sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==} + + /async-foreach/0.1.3: + resolution: {integrity: sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI=} + + /async-limiter/1.0.1: + resolution: {integrity: sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==} dev: false - /es-to-primitive/1.2.1: - resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==} - engines: {node: '>= 0.4'} + /async/2.6.3: + resolution: {integrity: sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==} dependencies: - is-callable: 1.2.3 - is-date-object: 1.0.4 - is-symbol: 1.0.4 + lodash: 4.17.21 + dev: false - /es5-ext/0.10.53: - resolution: {integrity: sha512-Xs2Stw6NiNHWypzRTY1MtaG/uJlwCk8kH81920ma8mvN8Xq1gsfhZvpkImLQArw8AHnv8MT2I45J3c0R8slE+Q==} - dependencies: - es6-iterator: 2.0.3 - es6-symbol: 3.1.3 - next-tick: 1.0.0 + /asynckit/0.4.0: + resolution: {integrity: sha1-x57Zf380y48robyXkLzDZkdLS3k=} - /es6-iterator/2.0.3: - resolution: {integrity: sha1-p96IkUGgWpSwhUQDstCg+/qY87c=} - dependencies: - d: 1.0.1 - es5-ext: 0.10.53 - es6-symbol: 3.1.3 + /atob/2.1.2: + resolution: {integrity: sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==} + engines: {node: '>= 4.5.0'} + hasBin: true + + /atomic-sleep/1.0.0: + resolution: {integrity: sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==} + engines: {node: '>=8.0.0'} + dev: false - /es6-symbol/3.1.3: - resolution: {integrity: sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==} + /autoprefixer/9.8.6: + resolution: {integrity: sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg==} + hasBin: true dependencies: - d: 1.0.1 - ext: 1.4.0 + browserslist: 4.16.6 + caniuse-lite: 1.0.30001243 + colorette: 1.2.2 + normalize-range: 0.1.2 + num2fraction: 1.2.2 + postcss: 7.0.32 + postcss-value-parser: 4.1.0 + dev: true - /es6-weak-map/2.0.3: - resolution: {integrity: sha512-p5um32HOTO1kP+w7PRnB+5lQ43Z6muuMuIMffvDN8ZB4GcnjLBV6zGStpbASIMk4DCAvEaamhe2zhyCb/QXXsA==} + /avvio/7.2.2: + resolution: {integrity: sha512-XW2CMCmZaCmCCsIaJaLKxAzPwF37fXi1KGxNOvedOpeisLdmxZnblGc3hpHWYnlP+KOUxZsazh43WXNHgXpbqw==} dependencies: - d: 1.0.1 - es5-ext: 0.10.53 - es6-iterator: 2.0.3 - es6-symbol: 3.1.3 - - /escalade/3.1.1: - resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} - engines: {node: '>=6'} - - /escape-html/1.0.3: - resolution: {integrity: sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=} + archy: 1.0.0 + debug: 4.3.2 + fastq: 1.11.1 + queue-microtask: 1.2.3 + transitivePeerDependencies: + - supports-color dev: false - /escape-string-regexp/1.0.5: - resolution: {integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=} - engines: {node: '>=0.8.0'} + /aws-sign2/0.7.0: + resolution: {integrity: sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=} - /escape-string-regexp/2.0.0: - resolution: {integrity: sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==} - engines: {node: '>=8'} + /aws4/1.11.0: + resolution: {integrity: sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==} - /escodegen/1.14.3: - resolution: {integrity: sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==} - engines: {node: '>=4.0'} - hasBin: true + /babel-jest/25.5.1_@babel+core@7.14.6: + resolution: {integrity: sha512-9dA9+GmMjIzgPnYtkhBg73gOo/RHqPmLruP3BaGL4KEX3Dwz6pI8auSN8G8+iuEG90+GSswyKvslN+JYSaacaQ==} + engines: {node: '>= 8.3'} + peerDependencies: + '@babel/core': ^7.0.0 dependencies: - esprima: 4.0.1 - estraverse: 4.3.0 - esutils: 2.0.3 - optionator: 0.8.3 - optionalDependencies: - source-map: 0.6.1 + '@babel/core': 7.14.6 + '@jest/transform': 25.5.1 + '@jest/types': 25.5.0 + '@types/babel__core': 7.1.15 + babel-plugin-istanbul: 6.0.0 + babel-preset-jest: 25.5.0_@babel+core@7.14.6 + chalk: 3.0.0 + graceful-fs: 4.2.6 + slash: 3.0.0 + transitivePeerDependencies: + - supports-color - /escodegen/1.7.1: - resolution: {integrity: sha1-MOz89mypjcZ80v0WKr626vqM5vw=} - engines: {node: '>=0.12.0'} - hasBin: true + /babel-plugin-istanbul/6.0.0: + resolution: {integrity: sha512-AF55rZXpe7trmEylbaE1Gv54wn6rwU03aptvRoVIGP8YykoSxqdVLV1TfwflBCE/QtHmqtP8SWlTENqbK8GCSQ==} + engines: {node: '>=8'} dependencies: - esprima: 1.2.5 - estraverse: 1.9.3 - esutils: 2.0.3 - optionator: 0.5.0 - optionalDependencies: - source-map: 0.2.0 + '@babel/helper-plugin-utils': 7.14.5 + '@istanbuljs/load-nyc-config': 1.1.0 + '@istanbuljs/schema': 0.1.3 + istanbul-lib-instrument: 4.0.3 + test-exclude: 6.0.0 + transitivePeerDependencies: + - supports-color - /escodegen/1.8.1: - resolution: {integrity: sha1-WltTr0aTEQvrsIZ6o0MN07cKEBg=} - engines: {node: '>=0.12.0'} - hasBin: true + /babel-plugin-jest-hoist/25.5.0: + resolution: {integrity: sha512-u+/W+WAjMlvoocYGTwthAiQSxDcJAyHpQ6oWlHdFZaaN+Rlk8Q7iiwDPg2lN/FyJtAYnKjFxbn7xus4HCFkg5g==} + engines: {node: '>= 8.3'} dependencies: - esprima: 2.7.3 - estraverse: 1.9.3 - esutils: 2.0.3 - optionator: 0.8.3 - optionalDependencies: - source-map: 0.2.0 - - /eslint-plugin-promise/4.2.1: - resolution: {integrity: sha512-VoM09vT7bfA7D+upt+FjeBO5eHIJQBUWki1aPvB+vbNiHS3+oGIJGIeyBtKQTME6UPXXy3vV07OL1tHd3ANuDw==} - engines: {node: '>=6'} + '@babel/template': 7.14.5 + '@babel/types': 7.14.5 + '@types/babel__traverse': 7.14.2 - /eslint-plugin-react/7.20.6_eslint@7.12.1: - resolution: {integrity: sha512-kidMTE5HAEBSLu23CUDvj8dc3LdBU0ri1scwHBZjI41oDv4tjsWZKU7MQccFzH1QYPYhsnTF2ovh7JlcIcmxgg==} - engines: {node: '>=4'} + /babel-preset-current-node-syntax/0.1.4_@babel+core@7.14.6: + resolution: {integrity: sha512-5/INNCYhUGqw7VbVjT/hb3ucjgkVHKXY7lX3ZjlN4gm565VyFmJUrJ/h+h16ECVB38R/9SF6aACydpKMLZ/c9w==} peerDependencies: - eslint: ^3 || ^4 || ^5 || ^6 || ^7 + '@babel/core': ^7.0.0 dependencies: - array-includes: 3.1.3 - array.prototype.flatmap: 1.2.4 - doctrine: 2.1.0 - eslint: 7.12.1 - has: 1.0.3 - jsx-ast-utils: 2.4.1 - object.entries: 1.1.3 - object.fromentries: 2.0.4 - object.values: 1.1.3 - prop-types: 15.7.2 - resolve: 1.17.0 - string.prototype.matchall: 4.0.4 - - /eslint-plugin-tsdoc/0.2.14: - resolution: {integrity: sha512-fJ3fnZRsdIoBZgzkQjv8vAj6NeeOoFkTfgosj6mKsFjX70QV256sA/wq+y/R2+OL4L8E79VVaVWrPeZnKNe8Ng==} + '@babel/core': 7.14.6 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.14.6 + '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.14.6 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.14.6 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.14.6 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.14.6 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.14.6 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.14.6 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.14.6 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.14.6 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.14.6 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.14.6 + + /babel-preset-jest/25.5.0_@babel+core@7.14.6: + resolution: {integrity: sha512-8ZczygctQkBU+63DtSOKGh7tFL0CeCuz+1ieud9lJ1WPQ9O6A1a/r+LGn6Y705PA6whHQ3T1XuB/PmpfNYf8Fw==} + engines: {node: '>= 8.3'} + peerDependencies: + '@babel/core': ^7.0.0 dependencies: - '@microsoft/tsdoc': 0.13.2 - '@microsoft/tsdoc-config': 0.15.2 + '@babel/core': 7.14.6 + babel-plugin-jest-hoist: 25.5.0 + babel-preset-current-node-syntax: 0.1.4_@babel+core@7.14.6 - /eslint-scope/4.0.3: - resolution: {integrity: sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==} - engines: {node: '>=4.0.0'} - dependencies: - esrecurse: 4.3.0 - estraverse: 4.3.0 + /balanced-match/1.0.2: + resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} - /eslint-scope/5.1.1: - resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==} - engines: {node: '>=8.0.0'} + /base/0.11.2: + resolution: {integrity: sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==} + engines: {node: '>=0.10.0'} dependencies: - esrecurse: 4.3.0 - estraverse: 4.3.0 + cache-base: 1.0.1 + class-utils: 0.3.6 + component-emitter: 1.3.0 + define-property: 1.0.0 + isobject: 3.0.1 + mixin-deep: 1.3.2 + pascalcase: 0.1.1 - /eslint-utils/2.1.0: - resolution: {integrity: sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==} - engines: {node: '>=6'} - dependencies: - eslint-visitor-keys: 1.3.0 + /base64-js/1.5.1: + resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} - /eslint-visitor-keys/1.3.0: - resolution: {integrity: sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==} - engines: {node: '>=4'} + /batch/0.6.1: + resolution: {integrity: sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=} + dev: false - /eslint-visitor-keys/2.1.0: - resolution: {integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==} - engines: {node: '>=10'} + /bcrypt-pbkdf/1.0.2: + resolution: {integrity: sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=} + dependencies: + tweetnacl: 0.14.5 - /eslint/7.12.1: - resolution: {integrity: sha512-HlMTEdr/LicJfN08LB3nM1rRYliDXOmfoO4vj39xN6BLpFzF00hbwBoqHk8UcJ2M/3nlARZWy/mslvGEuZFvsg==} - engines: {node: ^10.12.0 || >=12.0.0} - hasBin: true + /better-path-resolve/1.0.0: + resolution: {integrity: sha512-pbnl5XzGBdrFU/wT4jqmJVPn2B6UHPBOhzMQkY/SPUPB6QtUXtmBHBIwCbXJol93mOpGMnQyP/+BB19q04xj7g==} + engines: {node: '>=4'} dependencies: - '@babel/code-frame': 7.12.13 - '@eslint/eslintrc': 0.2.2 - ajv: 6.12.6 - chalk: 4.1.1 - cross-spawn: 7.0.3 - debug: 4.3.1 - doctrine: 3.0.0 - enquirer: 2.3.6 - eslint-scope: 5.1.1 - eslint-utils: 2.1.0 - eslint-visitor-keys: 2.1.0 - espree: 7.3.1 - esquery: 1.4.0 - esutils: 2.0.3 - file-entry-cache: 5.0.1 - functional-red-black-tree: 1.0.1 - glob-parent: 5.1.2 - globals: 12.4.0 - ignore: 4.0.6 - import-fresh: 3.3.0 - imurmurhash: 0.1.4 - is-glob: 4.0.1 - js-yaml: 3.13.1 - json-stable-stringify-without-jsonify: 1.0.1 - levn: 0.4.1 - lodash: 4.17.21 - minimatch: 3.0.4 - natural-compare: 1.4.0 - optionator: 0.9.1 - progress: 2.0.3 - regexpp: 3.1.0 - semver: 7.3.5 - strip-ansi: 6.0.0 - strip-json-comments: 3.1.1 - table: 5.4.6 - text-table: 0.2.0 - v8-compile-cache: 2.3.0 - transitivePeerDependencies: - - supports-color + is-windows: 1.0.2 + dev: false - /espree/7.3.1: - resolution: {integrity: sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==} - engines: {node: ^10.12.0 || >=12.0.0} + /bfj/6.1.2: + resolution: {integrity: sha512-BmBJa4Lip6BPRINSZ0BPEIfB1wUY/9rwbwvIHQA1KjX9om29B6id0wnWXq7m3bn5JrUVjeOTnVuhPT1FiHwPGw==} + engines: {node: '>= 6.0.0'} dependencies: - acorn: 7.4.1 - acorn-jsx: 5.3.1_acorn@7.4.1 - eslint-visitor-keys: 1.3.0 + bluebird: 3.7.2 + check-types: 8.0.3 + hoopy: 0.1.4 + tryer: 1.0.1 + dev: false - /esprima/1.2.5: - resolution: {integrity: sha1-CZNQL+r2aBODJXVvMPmlH+7sEek=} - engines: {node: '>=0.4.0'} - hasBin: true + /big.js/3.2.0: + resolution: {integrity: sha512-+hN/Zh2D08Mx65pZ/4g5bsmNiZUuChDiQfTUQ7qJr4/kuopCr88xZsAXv6mBoZEsUI4OuGHlX59qE94K2mMW8Q==} - /esprima/2.5.0: - resolution: {integrity: sha1-84ekb9NEwbGjm6+MIL+0O20AWMw=} - engines: {node: '>=0.10.0'} - hasBin: true + /big.js/5.2.2: + resolution: {integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==} - /esprima/2.7.3: - resolution: {integrity: sha1-luO3DVd59q1JzQMmc9HDEnZ7pYE=} + /binary-extensions/1.13.1: + resolution: {integrity: sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==} engines: {node: '>=0.10.0'} - hasBin: true - /esprima/4.0.1: - resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} - engines: {node: '>=4'} - hasBin: true + /binary-extensions/2.2.0: + resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==} + engines: {node: '>=8'} - /esquery/1.4.0: - resolution: {integrity: sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==} - engines: {node: '>=0.10'} + /bindings/1.5.0: + resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==} dependencies: - estraverse: 5.2.0 + file-uri-to-path: 1.0.0 + optional: true - /esrecurse/4.3.0: - resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==} - engines: {node: '>=4.0'} + /bluebird/3.7.2: + resolution: {integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==} + + /bn.js/4.12.0: + resolution: {integrity: sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==} + + /bn.js/5.2.0: + resolution: {integrity: sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw==} + + /body-parser/1.19.0: + resolution: {integrity: sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==} + engines: {node: '>= 0.8'} dependencies: - estraverse: 5.2.0 + bytes: 3.1.0 + content-type: 1.0.4 + debug: 2.6.9 + depd: 1.1.2 + http-errors: 1.7.2 + iconv-lite: 0.4.24 + on-finished: 2.3.0 + qs: 6.7.0 + raw-body: 2.4.0 + type-is: 1.6.18 + dev: false - /estraverse/1.9.3: - resolution: {integrity: sha1-r2fy3JIlgkFZUJJgkaQAXSnJu0Q=} - engines: {node: '>=0.10.0'} + /bonjour/3.5.0: + resolution: {integrity: sha1-jokKGD2O6aI5OzhExpGkK897yfU=} + dependencies: + array-flatten: 2.1.2 + deep-equal: 1.1.1 + dns-equal: 1.0.0 + dns-txt: 2.0.2 + multicast-dns: 6.2.3 + multicast-dns-service-types: 1.1.0 + dev: false - /estraverse/4.3.0: - resolution: {integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==} - engines: {node: '>=4.0'} + /boolbase/1.0.0: + resolution: {integrity: sha1-aN/1++YMUes3cl6p4+0xDcwed24=} - /estraverse/5.2.0: - resolution: {integrity: sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==} - engines: {node: '>=4.0'} + /brace-expansion/1.1.11: + resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} + dependencies: + balanced-match: 1.0.2 + concat-map: 0.0.1 - /esutils/2.0.3: - resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} + /braces/2.3.2: + resolution: {integrity: sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==} engines: {node: '>=0.10.0'} + dependencies: + arr-flatten: 1.1.0 + array-unique: 0.3.2 + extend-shallow: 2.0.1 + fill-range: 4.0.0 + isobject: 3.0.1 + repeat-element: 1.1.4 + snapdragon: 0.8.2 + snapdragon-node: 2.1.1 + split-string: 3.1.0 + to-regex: 3.0.2 - /etag/1.7.0: - resolution: {integrity: sha1-A9MLX2fdbmMtKUXTDWZScxo01dg=} - engines: {node: '>= 0.6'} - dev: false - - /etag/1.8.1: - resolution: {integrity: sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=} - engines: {node: '>= 0.6'} - dev: false - - /event-stream/3.3.5: - resolution: {integrity: sha512-vyibDcu5JL20Me1fP734QBH/kenBGLZap2n0+XXM7mvuUPzJ20Ydqj1aKcIeMdri1p+PU+4yAKugjN8KCVst+g==} + /braces/3.0.2: + resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} + engines: {node: '>=8'} dependencies: - duplexer: 0.1.2 - from: 0.1.7 - map-stream: 0.0.7 - pause-stream: 0.0.11 - split: 1.0.1 - stream-combiner: 0.2.2 - through: 2.3.8 - dev: false + fill-range: 7.0.1 - /eventemitter3/4.0.7: - resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==} + /brorand/1.1.0: + resolution: {integrity: sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=} - /events/3.3.0: - resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} - engines: {node: '>=0.8.x'} + /browser-process-hrtime/1.0.0: + resolution: {integrity: sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==} - /eventsource/1.1.0: - resolution: {integrity: sha512-VSJjT5oCNrFvCS6igjzPAt5hBzQ2qPBFIbJ03zLI9SE0mxwZpMw6BfJrbFHm1a141AavMEB8JHmBhWAd66PfCg==} - engines: {node: '>=0.12.0'} + /browser-resolve/1.11.3: + resolution: {integrity: sha512-exDi1BYWB/6raKHmDTCicQfTkqwN5fioMFV4j8BsfMU4R2DK/QfZfK7kOVkmWCNANf0snkBzqGqAJBao9gZMdQ==} dependencies: - original: 1.0.2 - dev: false + resolve: 1.1.7 - /evp_bytestokey/1.0.3: - resolution: {integrity: sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==} + /browserify-aes/1.2.0: + resolution: {integrity: sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==} dependencies: - md5.js: 1.3.5 + buffer-xor: 1.0.3 + cipher-base: 1.0.4 + create-hash: 1.2.0 + evp_bytestokey: 1.0.3 + inherits: 2.0.4 safe-buffer: 5.2.1 - /exec-sh/0.3.6: - resolution: {integrity: sha512-nQn+hI3yp+oD0huYhKwvYI32+JFeq+XkNcD1GAo3Y/MjxsfVGmrrzrnzjWiNY6f+pUCP440fThsFh5gZrRAU/w==} - - /execa/0.10.0: - resolution: {integrity: sha512-7XOMnz8Ynx1gGo/3hyV9loYNPWM94jG3+3T3Y8tsfSstFmETmENCMU/A/zj8Lyaj1lkgEepKepvd6240tBRvlw==} - engines: {node: '>=4'} + /browserify-cipher/1.0.1: + resolution: {integrity: sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==} dependencies: - cross-spawn: 6.0.5 - get-stream: 3.0.0 - is-stream: 1.1.0 - npm-run-path: 2.0.2 - p-finally: 1.0.0 - signal-exit: 3.0.3 - strip-eof: 1.0.0 + browserify-aes: 1.2.0 + browserify-des: 1.0.2 + evp_bytestokey: 1.0.3 - /execa/1.0.0: - resolution: {integrity: sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==} - engines: {node: '>=6'} + /browserify-des/1.0.2: + resolution: {integrity: sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==} dependencies: - cross-spawn: 6.0.5 - get-stream: 4.1.0 - is-stream: 1.1.0 - npm-run-path: 2.0.2 - p-finally: 1.0.0 - signal-exit: 3.0.3 - strip-eof: 1.0.0 + cipher-base: 1.0.4 + des.js: 1.0.1 + inherits: 2.0.4 + safe-buffer: 5.2.1 - /execa/3.4.0: - resolution: {integrity: sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g==} - engines: {node: ^8.12.0 || >=9.7.0} + /browserify-rsa/4.1.0: + resolution: {integrity: sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==} dependencies: - cross-spawn: 7.0.3 - get-stream: 5.2.0 - human-signals: 1.1.1 - is-stream: 2.0.0 - merge-stream: 2.0.0 - npm-run-path: 4.0.1 - onetime: 5.1.2 - p-finally: 2.0.1 - signal-exit: 3.0.3 - strip-final-newline: 2.0.0 - - /exit/0.1.2: - resolution: {integrity: sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=} - engines: {node: '>= 0.8.0'} + bn.js: 5.2.0 + randombytes: 2.1.0 - /expand-brackets/2.1.4: - resolution: {integrity: sha1-t3c14xXOMPa27/D4OwQVGiJEliI=} - engines: {node: '>=0.10.0'} + /browserify-sign/4.2.1: + resolution: {integrity: sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg==} dependencies: - debug: 2.6.9 - define-property: 0.2.5 - extend-shallow: 2.0.1 - posix-character-classes: 0.1.1 - regex-not: 1.0.2 - snapdragon: 0.8.2 - to-regex: 3.0.2 + bn.js: 5.2.0 + browserify-rsa: 4.1.0 + create-hash: 1.2.0 + create-hmac: 1.1.7 + elliptic: 6.5.4 + inherits: 2.0.4 + parse-asn1: 5.1.6 + readable-stream: 3.6.0 + safe-buffer: 5.2.1 - /expand-tilde/2.0.2: - resolution: {integrity: sha1-l+gBqgUt8CRU3kawK/YhZCzchQI=} - engines: {node: '>=0.10.0'} + /browserify-zlib/0.2.0: + resolution: {integrity: sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==} dependencies: - homedir-polyfill: 1.0.3 + pako: 1.0.11 - /expect/25.5.0: - resolution: {integrity: sha512-w7KAXo0+6qqZZhovCaBVPSIqQp7/UTcx4M9uKt2m6pd2VB1voyC8JizLRqeEqud3AAVP02g+hbErDu5gu64tlA==} - engines: {node: '>= 8.3'} + /browserslist/4.16.6: + resolution: {integrity: sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==} + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} + hasBin: true dependencies: - '@jest/types': 25.5.0 - ansi-styles: 4.3.0 - jest-get-type: 25.2.6 - jest-matcher-utils: 25.5.0 - jest-message-util: 25.5.0 - jest-regex-util: 25.2.6 + caniuse-lite: 1.0.30001243 + colorette: 1.2.2 + electron-to-chromium: 1.3.772 + escalade: 3.1.1 + node-releases: 1.1.73 - /express/4.16.4: - resolution: {integrity: sha512-j12Uuyb4FMrd/qQAm6uCHAkPtO8FDTRJZBDd5D2KOL2eLaz1yUNdUB/NOIyq0iU4q4cFarsUCrnFDPBcnksuOg==} - engines: {node: '>= 0.10.0'} + /bser/2.1.1: + resolution: {integrity: sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==} dependencies: - accepts: 1.3.7 - array-flatten: 1.1.1 - body-parser: 1.18.3 - content-disposition: 0.5.2 - content-type: 1.0.4 - cookie: 0.3.1 - cookie-signature: 1.0.6 - debug: 2.6.9 - depd: 1.1.2 - encodeurl: 1.0.2 - escape-html: 1.0.3 - etag: 1.8.1 - finalhandler: 1.1.1 - fresh: 0.5.2 - merge-descriptors: 1.0.1 - methods: 1.1.2 - on-finished: 2.3.0 - parseurl: 1.3.3 - path-to-regexp: 0.1.7 - proxy-addr: 2.0.6 - qs: 6.5.2 - range-parser: 1.2.1 - safe-buffer: 5.1.2 - send: 0.16.2 - serve-static: 1.13.2 - setprototypeof: 1.1.0 - statuses: 1.4.0 - type-is: 1.6.18 - utils-merge: 1.0.1 - vary: 1.1.2 + node-int64: 0.4.0 + + /buffer-equal-constant-time/1.0.1: + resolution: {integrity: sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk=} dev: false - /express/4.17.1: - resolution: {integrity: sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==} - engines: {node: '>= 0.10.0'} + /buffer-from/1.1.1: + resolution: {integrity: sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==} + + /buffer-indexof/1.1.1: + resolution: {integrity: sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g==} + dev: false + + /buffer-xor/1.0.3: + resolution: {integrity: sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=} + + /buffer/4.9.2: + resolution: {integrity: sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==} dependencies: - accepts: 1.3.7 - array-flatten: 1.1.1 - body-parser: 1.19.0 - content-disposition: 0.5.3 - content-type: 1.0.4 - cookie: 0.4.0 - cookie-signature: 1.0.6 - debug: 2.6.9 - depd: 1.1.2 - encodeurl: 1.0.2 - escape-html: 1.0.3 - etag: 1.8.1 - finalhandler: 1.1.2 - fresh: 0.5.2 - merge-descriptors: 1.0.1 - methods: 1.1.2 - on-finished: 2.3.0 - parseurl: 1.3.3 - path-to-regexp: 0.1.7 - proxy-addr: 2.0.6 - qs: 6.7.0 - range-parser: 1.2.1 - safe-buffer: 5.1.2 - send: 0.17.1 - serve-static: 1.14.1 - setprototypeof: 1.1.1 - statuses: 1.5.0 - type-is: 1.6.18 - utils-merge: 1.0.1 - vary: 1.1.2 + base64-js: 1.5.1 + ieee754: 1.2.1 + isarray: 1.0.0 + + /builtin-modules/1.1.1: + resolution: {integrity: sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=} + engines: {node: '>=0.10.0'} + + /builtin-modules/3.1.0: + resolution: {integrity: sha512-k0KL0aWZuBt2lrxrcASWDfwOLMnodeQjodT/1SxEQAXsHANgo6ZC/VEaSEHCXt7aSTZ4/4H5LKa+tBXmW7Vtvw==} + engines: {node: '>=6'} dev: false - /ext/1.4.0: - resolution: {integrity: sha512-Key5NIsUxdqKg3vIsdw9dSuXpPCQ297y6wBjL30edxwPgt2E44WcWBZey/ZvUc6sERLTxKdyCu4gZFmUbk1Q7A==} - dependencies: - type: 2.5.0 + /builtin-status-codes/3.0.0: + resolution: {integrity: sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=} - /extend-shallow/2.0.1: - resolution: {integrity: sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=} - engines: {node: '>=0.10.0'} - dependencies: - is-extendable: 0.1.1 + /builtins/1.0.3: + resolution: {integrity: sha1-y5T662HIaWRR2zZTThQi+U8K7og=} + dev: false - /extend-shallow/3.0.2: - resolution: {integrity: sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=} - engines: {node: '>=0.10.0'} - dependencies: - assign-symbols: 1.0.0 - is-extendable: 1.0.1 + /buttono/1.0.4: + resolution: {integrity: sha512-aLOeyK3zrhZnqvH6LzwIbjur8mkKhW8Xl3/jolX+RCJnGG354+L48q1SJWdky89uhQ/mBlTxY/d0x8+ciE0ZWw==} + dev: false - /extend/3.0.2: - resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==} + /bytes/3.0.0: + resolution: {integrity: sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=} + engines: {node: '>= 0.8'} + dev: false - /external-editor/3.1.0: - resolution: {integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==} - engines: {node: '>=4'} - dependencies: - chardet: 0.7.0 - iconv-lite: 0.4.24 - tmp: 0.0.33 + /bytes/3.1.0: + resolution: {integrity: sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==} + engines: {node: '>= 0.8'} dev: false - /extglob/2.0.4: - resolution: {integrity: sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==} - engines: {node: '>=0.10.0'} + /cacache/12.0.4: + resolution: {integrity: sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ==} dependencies: - array-unique: 0.3.2 - define-property: 1.0.0 - expand-brackets: 2.1.4 - extend-shallow: 2.0.1 - fragment-cache: 0.2.1 - regex-not: 1.0.2 - snapdragon: 0.8.2 - to-regex: 3.0.2 + bluebird: 3.7.2 + chownr: 1.1.4 + figgy-pudding: 3.5.2 + glob: 7.1.7 + graceful-fs: 4.2.6 + infer-owner: 1.0.4 + lru-cache: 5.1.1 + mississippi: 3.0.0 + mkdirp: 0.5.5 + move-concurrently: 1.0.1 + promise-inflight: 1.0.1 + rimraf: 2.7.1 + ssri: 6.0.2 + unique-filename: 1.1.1 + y18n: 4.0.3 - /extsprintf/1.3.0: - resolution: {integrity: sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=} - engines: {'0': node >=0.6.0} + /cache-base/1.0.1: + resolution: {integrity: sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==} + engines: {node: '>=0.10.0'} + dependencies: + collection-visit: 1.0.0 + component-emitter: 1.3.0 + get-value: 2.0.6 + has-value: 1.0.0 + isobject: 3.0.1 + set-value: 2.0.1 + to-object-path: 0.3.0 + union-value: 1.0.1 + unset-value: 1.0.0 - /fancy-log/1.3.3: - resolution: {integrity: sha512-k9oEhlyc0FrVh25qYuSELjr8oxsCoc4/LEZfg2iJJrfEk/tZL9bCoJE47gqAvI2m/AUjluCS4+3I0eTx8n3AEw==} - engines: {node: '>= 0.10'} + /call-bind/1.0.2: + resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==} dependencies: - ansi-gray: 0.1.1 - color-support: 1.1.3 - parse-node-version: 1.0.1 - time-stamp: 1.1.0 + function-bind: 1.1.1 + get-intrinsic: 1.1.1 - /fast-deep-equal/3.1.3: - resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} + /callsite/1.0.0: + resolution: {integrity: sha1-KAOY5dZkvXQDi28JBRU+borxvCA=} + dev: false - /fast-glob/3.2.5: - resolution: {integrity: sha512-2DtFcgT68wiTTiwZ2hNdJfcHNke9XOfnwmBRWXhmeKM8rF0TGwmC/Qto3S7RoZKp5cilZbxzO5iTNTQsJ+EeDg==} - engines: {node: '>=8'} + /callsites/3.1.0: + resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} + engines: {node: '>=6'} + + /camel-case/4.1.2: + resolution: {integrity: sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==} dependencies: - '@nodelib/fs.stat': 2.0.4 - '@nodelib/fs.walk': 1.2.6 - glob-parent: 5.1.2 - merge2: 1.4.1 - micromatch: 4.0.4 - picomatch: 2.2.3 + pascal-case: 3.1.2 + tslib: 2.3.0 - /fast-json-stable-stringify/2.1.0: - resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} + /camelcase-keys/2.1.0: + resolution: {integrity: sha1-MIvur/3ygRkFHvodkyITyRuPkuc=} + engines: {node: '>=0.10.0'} + dependencies: + camelcase: 2.1.1 + map-obj: 1.0.1 - /fast-levenshtein/1.0.7: - resolution: {integrity: sha1-AXjc3uAjuSkFGTrwlZ6KdjnP3Lk=} + /camelcase/2.1.1: + resolution: {integrity: sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=} + engines: {node: '>=0.10.0'} - /fast-levenshtein/1.1.4: - resolution: {integrity: sha1-5qdUzI8V5YmHqpy9J69m/W9OWvk=} + /camelcase/5.3.1: + resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==} + engines: {node: '>=6'} - /fast-levenshtein/2.0.6: - resolution: {integrity: sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=} + /camelcase/6.2.0: + resolution: {integrity: sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==} + engines: {node: '>=10'} + dev: true - /fastparse/1.1.2: - resolution: {integrity: sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ==} + /caniuse-lite/1.0.30001243: + resolution: {integrity: sha512-vNxw9mkTBtkmLFnJRv/2rhs1yufpDfCkBZexG3Y0xdOH2Z/eE/85E4Dl5j1YUN34nZVsSp6vVRFQRrez9wJMRA==} + + /capture-exit/2.0.0: + resolution: {integrity: sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g==} + engines: {node: 6.* || 8.* || >= 10.*} + dependencies: + rsvp: 4.8.5 - /fastq/1.11.0: - resolution: {integrity: sha512-7Eczs8gIPDrVzT+EksYBcupqMyxSHXXrHOLRRxU2/DicV8789MRBRR8+Hc2uWzUupOs4YS4JzBmBxjjCVBxD/g==} + /caseless/0.12.0: + resolution: {integrity: sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=} + + /chalk/1.1.3: + resolution: {integrity: sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=} + engines: {node: '>=0.10.0'} dependencies: - reusify: 1.0.4 + ansi-styles: 2.2.1 + escape-string-regexp: 1.0.5 + has-ansi: 2.0.0 + strip-ansi: 3.0.1 + supports-color: 2.0.0 - /faye-websocket/0.10.0: - resolution: {integrity: sha1-TkkvjQTftviQA1B/btvy1QHnxvQ=} - engines: {node: '>=0.4.0'} + /chalk/2.4.2: + resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} + engines: {node: '>=4'} dependencies: - websocket-driver: 0.7.4 - dev: false + ansi-styles: 3.2.1 + escape-string-regexp: 1.0.5 + supports-color: 5.5.0 - /faye-websocket/0.11.3: - resolution: {integrity: sha512-D2y4bovYpzziGgbHYtGCMjlJM36vAl/y+xUyn1C+FVx8szd1E+86KwVw6XvYSzOP8iMpm1X0I4xJD+QtUb36OA==} - engines: {node: '>=0.8.0'} + /chalk/3.0.0: + resolution: {integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==} + engines: {node: '>=8'} dependencies: - websocket-driver: 0.7.4 - dev: false + ansi-styles: 4.3.0 + supports-color: 7.2.0 - /fb-watchman/2.0.1: - resolution: {integrity: sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg==} + /chalk/4.1.1: + resolution: {integrity: sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==} + engines: {node: '>=10'} dependencies: - bser: 2.1.1 + ansi-styles: 4.3.0 + supports-color: 7.2.0 - /figgy-pudding/3.5.2: - resolution: {integrity: sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==} + /chardet/0.7.0: + resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} + dev: false - /figures/3.2.0: - resolution: {integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==} - engines: {node: '>=8'} - dependencies: - escape-string-regexp: 1.0.5 + /check-types/8.0.3: + resolution: {integrity: sha512-YpeKZngUmG65rLudJ4taU7VLkOCTMhNl/u4ctNC56LQS/zJTyNH0Lrtwm1tfTsbLlwvlfsA2d1c8vCf/Kh2KwQ==} dev: false - /file-entry-cache/5.0.1: - resolution: {integrity: sha512-bCg29ictuBaKUwwArK4ouCaqDgLZcysCFLmM/Yn/FDoqndh/9vNuQfXRDvTuXKLxfD/JtZQGKFT8MGcJBK644g==} - engines: {node: '>=4'} + /chokidar/2.1.8: + resolution: {integrity: sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==} + deprecated: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies. dependencies: - flat-cache: 2.0.1 + anymatch: 2.0.0 + async-each: 1.0.3 + braces: 2.3.2 + glob-parent: 3.1.0 + inherits: 2.0.4 + is-binary-path: 1.0.1 + is-glob: 4.0.1 + normalize-path: 3.0.0 + path-is-absolute: 1.0.1 + readdirp: 2.2.1 + upath: 1.2.0 + optionalDependencies: + fsevents: 1.2.13 - /file-loader/6.0.0_webpack@4.44.2: - resolution: {integrity: sha512-/aMOAYEFXDdjG0wytpTL5YQLfZnnTmLNjn+AIrJ/6HVnTfDqLsVKUUwkDf4I4kgex36BvjuXEn/TX9B/1ESyqQ==} - engines: {node: '>= 10.13.0'} - peerDependencies: - webpack: ^4.0.0 || ^5.0.0 + /chokidar/3.4.3: + resolution: {integrity: sha512-DtM3g7juCXQxFVSNPNByEC2+NImtBuxQQvWlHunpJIS5Ocr0lG306cC7FCi7cEA0fzmybPUIl4txBIobk1gGOQ==} + engines: {node: '>= 8.10.0'} dependencies: - loader-utils: 2.0.0 - schema-utils: 2.7.1 - webpack: 4.44.2 - dev: true + anymatch: 3.1.2 + braces: 3.0.2 + glob-parent: 5.1.2 + is-binary-path: 2.1.0 + is-glob: 4.0.1 + normalize-path: 3.0.0 + readdirp: 3.5.0 + optionalDependencies: + fsevents: 2.1.3 - /file-uri-to-path/1.0.0: - resolution: {integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==} + /chokidar/3.5.2: + resolution: {integrity: sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==} + engines: {node: '>= 8.10.0'} + dependencies: + anymatch: 3.1.2 + braces: 3.0.2 + glob-parent: 5.1.2 + is-binary-path: 2.1.0 + is-glob: 4.0.1 + normalize-path: 3.0.0 + readdirp: 3.6.0 + optionalDependencies: + fsevents: 2.3.2 optional: true - /fileset/0.2.1: - resolution: {integrity: sha1-WI74lzxmI7KnbfRlEFaWuWqsgGc=} - dependencies: - glob: 5.0.15 - minimatch: 2.0.10 + /chownr/1.1.4: + resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==} - /filesize/3.6.1: - resolution: {integrity: sha512-7KjR1vv6qnicaPMi1iiTcI85CyYwRO/PSFCu6SvqL8jN2Wjt/NIYQTFtFs7fSDCYOstUkEWIQGFUg5YZQfjlcg==} - engines: {node: '>= 0.4.0'} - dev: false + /chownr/2.0.0: + resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==} + engines: {node: '>=10'} + + /chrome-trace-event/1.0.3: + resolution: {integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==} + engines: {node: '>=6.0'} + + /ci-info/2.0.0: + resolution: {integrity: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==} + + /cipher-base/1.0.4: + resolution: {integrity: sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==} + dependencies: + inherits: 2.0.4 + safe-buffer: 5.2.1 - /fill-range/4.0.0: - resolution: {integrity: sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=} + /class-utils/0.3.6: + resolution: {integrity: sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==} engines: {node: '>=0.10.0'} dependencies: - extend-shallow: 2.0.1 - is-number: 3.0.0 - repeat-string: 1.6.1 - to-regex-range: 2.1.1 + arr-union: 3.1.0 + define-property: 0.2.5 + isobject: 3.0.1 + static-extend: 0.1.2 - /fill-range/7.0.1: - resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==} - engines: {node: '>=8'} + /clean-css/4.2.3: + resolution: {integrity: sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA==} + engines: {node: '>= 4.0'} dependencies: - to-regex-range: 5.0.1 + source-map: 0.6.1 - /finalhandler/1.1.1: - resolution: {integrity: sha512-Y1GUDo39ez4aHAw7MysnUD5JzYX+WaIj8I57kO3aEPT1fFRL4sr7mjei97FgnwhAyyzRYmQZaTHb2+9uZ1dPtg==} - engines: {node: '>= 0.8'} + /cli-cursor/3.1.0: + resolution: {integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==} + engines: {node: '>=8'} dependencies: - debug: 2.6.9 - encodeurl: 1.0.2 - escape-html: 1.0.3 - on-finished: 2.3.0 - parseurl: 1.3.3 - statuses: 1.4.0 - unpipe: 1.0.0 + restore-cursor: 3.1.0 dev: false - /finalhandler/1.1.2: - resolution: {integrity: sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==} - engines: {node: '>= 0.8'} + /cli-table/0.3.6: + resolution: {integrity: sha512-ZkNZbnZjKERTY5NwC2SeMeLeifSPq/pubeRoTpdr3WchLlnZg6hEgvHkK5zL7KNFdd9PmHN8lxrENUwI3cE8vQ==} + engines: {node: '>= 0.2.0'} dependencies: - debug: 2.6.9 - encodeurl: 1.0.2 - escape-html: 1.0.3 - on-finished: 2.3.0 - parseurl: 1.3.3 - statuses: 1.5.0 - unpipe: 1.0.0 + colors: 1.0.3 dev: false - /find-cache-dir/2.1.0: - resolution: {integrity: sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==} - engines: {node: '>=6'} - dependencies: - commondir: 1.0.1 - make-dir: 2.1.0 - pkg-dir: 3.0.0 + /cli-width/3.0.0: + resolution: {integrity: sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==} + engines: {node: '>= 10'} + dev: false - /find-up/1.1.2: - resolution: {integrity: sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=} - engines: {node: '>=0.10.0'} + /cliui/5.0.0: + resolution: {integrity: sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==} dependencies: - path-exists: 2.1.0 - pinkie-promise: 2.0.1 + string-width: 3.1.0 + strip-ansi: 5.2.0 + wrap-ansi: 5.1.0 - /find-up/3.0.0: - resolution: {integrity: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==} - engines: {node: '>=6'} + /cliui/6.0.0: + resolution: {integrity: sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==} dependencies: - locate-path: 3.0.0 + string-width: 4.2.2 + strip-ansi: 6.0.0 + wrap-ansi: 6.2.0 - /find-up/4.1.0: - resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==} - engines: {node: '>=8'} - dependencies: - locate-path: 5.0.0 - path-exists: 4.0.0 + /co/4.6.0: + resolution: {integrity: sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=} + engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'} - /findup-sync/2.0.0: - resolution: {integrity: sha1-kyaxSIwi0aYIhlCoaQGy2akKLLw=} - engines: {node: '>= 0.10'} - dependencies: - detect-file: 1.0.0 - is-glob: 3.1.0 - micromatch: 3.1.10 - resolve-dir: 1.0.1 + /code-point-at/1.1.0: + resolution: {integrity: sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=} + engines: {node: '>=0.10.0'} - /findup-sync/3.0.0: - resolution: {integrity: sha512-YbffarhcicEhOrm4CtrwdKBdCuz576RLdhJDsIfvNtxUuhdRet1qZcsMjqbePtAseKdAnDyM/IyXbu7PRPRLYg==} - engines: {node: '>= 0.10'} - dependencies: - detect-file: 1.0.0 - is-glob: 4.0.1 - micromatch: 3.1.10 - resolve-dir: 1.0.1 + /collect-v8-coverage/1.0.1: + resolution: {integrity: sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg==} - /fined/1.2.0: - resolution: {integrity: sha512-ZYDqPLGxDkDhDZBjZBb+oD1+j0rA4E0pXY50eplAAOPg2N/gUBSSk5IM1/QhPfyVo19lJ+CvXpqfvk+b2p/8Ng==} - engines: {node: '>= 0.10'} + /collection-visit/1.0.0: + resolution: {integrity: sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=} + engines: {node: '>=0.10.0'} dependencies: - expand-tilde: 2.0.2 - is-plain-object: 2.0.4 - object.defaults: 1.1.0 - object.pick: 1.3.0 - parse-filepath: 1.0.2 + map-visit: 1.0.0 + object-visit: 1.0.1 - /flagged-respawn/1.0.1: - resolution: {integrity: sha512-lNaHNVymajmk0OJMBn8fVUAU1BtDeKIqKoVhk4xAALB57aALg6b4W0MfJ/cUE0g9YBXy5XhSlPIpYIJ7HaY/3Q==} - engines: {node: '>= 0.10'} + /color-convert/1.9.3: + resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} + dependencies: + color-name: 1.1.3 - /flat-cache/2.0.1: - resolution: {integrity: sha512-LoQe6yDuUMDzQAEH8sgmh4Md6oZnc/7PjtwjNFSzveXqSHt6ka9fPBuso7IGf9Rz4uqnSnWiFH2B/zj24a5ReA==} - engines: {node: '>=4'} + /color-convert/2.0.1: + resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} + engines: {node: '>=7.0.0'} dependencies: - flatted: 2.0.2 - rimraf: 2.6.3 - write: 1.0.3 + color-name: 1.1.4 - /flatted/2.0.2: - resolution: {integrity: sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==} + /color-name/1.1.3: + resolution: {integrity: sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=} - /flush-write-stream/1.1.1: - resolution: {integrity: sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==} - dependencies: - inherits: 2.0.4 - readable-stream: 2.3.7 + /color-name/1.1.4: + resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} - /follow-redirects/1.14.1: - resolution: {integrity: sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg==} - engines: {node: '>=4.0'} - peerDependencies: - debug: '*' - peerDependenciesMeta: - debug: - optional: true - dev: true + /colorette/1.2.2: + resolution: {integrity: sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==} - /follow-redirects/1.14.1_debug@4.3.1: - resolution: {integrity: sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg==} - engines: {node: '>=4.0'} - peerDependencies: - debug: '*' - peerDependenciesMeta: - debug: - optional: true - dependencies: - debug: 4.3.1_supports-color@6.1.0 + /colors/1.0.3: + resolution: {integrity: sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs=} + engines: {node: '>=0.1.90'} dev: false - /for-in/1.0.2: - resolution: {integrity: sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=} - engines: {node: '>=0.10.0'} + /colors/1.2.5: + resolution: {integrity: sha512-erNRLao/Y3Fv54qUa0LBB+//Uf3YwMUmdJinN20yMXm9zdKKqH9wt7R9IIVZ+K7ShzfpLV/Zg8+VyrBJYB4lpg==} + engines: {node: '>=0.1.90'} - /for-own/1.0.0: - resolution: {integrity: sha1-xjMy9BXO3EsE2/5wz4NklMU8tEs=} - engines: {node: '>=0.10.0'} + /combined-stream/1.0.8: + resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} + engines: {node: '>= 0.8'} dependencies: - for-in: 1.0.2 - - /forever-agent/0.6.1: - resolution: {integrity: sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=} - - /fork-stream/0.0.4: - resolution: {integrity: sha1-24Sfznf2cIpfjzhq5TOgkHtUrnA=} + delayed-stream: 1.0.0 - /form-data/2.3.3: - resolution: {integrity: sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==} - engines: {node: '>= 0.12'} - dependencies: - asynckit: 0.4.0 - combined-stream: 1.0.8 - mime-types: 2.1.30 + /commander/2.20.3: + resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} - /form-data/3.0.1: - resolution: {integrity: sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==} + /commander/4.1.1: + resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==} engines: {node: '>= 6'} - dependencies: - asynckit: 0.4.0 - combined-stream: 1.0.8 - mime-types: 2.1.30 - dev: false - /forwarded/0.1.2: - resolution: {integrity: sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=} - engines: {node: '>= 0.6'} + /commander/8.0.0: + resolution: {integrity: sha512-Xvf85aAtu6v22+E5hfVoLHqyul/jyxh91zvqk/ioJTQuJR7Z78n7H558vMPKanPSRgIEeZemT92I2g9Y8LPbSQ==} + engines: {node: '>= 12'} dev: false - /fragment-cache/0.2.1: - resolution: {integrity: sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=} - engines: {node: '>=0.10.0'} - dependencies: - map-cache: 0.2.2 + /commondir/1.0.1: + resolution: {integrity: sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=} - /fresh/0.3.0: - resolution: {integrity: sha1-ZR+DjiJCTnVm3hYdg1jKoZn4PU8=} - engines: {node: '>= 0.6'} - dev: false + /component-emitter/1.3.0: + resolution: {integrity: sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==} - /fresh/0.5.2: - resolution: {integrity: sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=} + /compressible/2.0.18: + resolution: {integrity: sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==} engines: {node: '>= 0.6'} + dependencies: + mime-db: 1.48.0 dev: false - /from/0.1.7: - resolution: {integrity: sha1-g8YK/Fi5xWmXAH7Rp2izqzA6RP4=} + /compression/1.7.4: + resolution: {integrity: sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==} + engines: {node: '>= 0.8.0'} + dependencies: + accepts: 1.3.7 + bytes: 3.0.0 + compressible: 2.0.18 + debug: 2.6.9 + on-headers: 1.0.2 + safe-buffer: 5.1.2 + vary: 1.1.2 dev: false - /from2/2.3.0: - resolution: {integrity: sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=} + /concat-map/0.0.1: + resolution: {integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=} + + /concat-stream/1.6.2: + resolution: {integrity: sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==} + engines: {'0': node >= 0.8} dependencies: + buffer-from: 1.1.1 inherits: 2.0.4 readable-stream: 2.3.7 + typedarray: 0.0.6 - /fs-extra/7.0.1: - resolution: {integrity: sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==} - engines: {node: '>=6 <7 || >=8'} - dependencies: - graceful-fs: 4.2.6 - jsonfile: 4.0.0 - universalify: 0.1.2 + /connect-history-api-fallback/1.6.0: + resolution: {integrity: sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==} + engines: {node: '>=0.8'} + dev: false - /fs-minipass/2.1.0: - resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==} - engines: {node: '>= 8'} - dependencies: - minipass: 3.1.3 + /console-browserify/1.2.0: + resolution: {integrity: sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==} - /fs-mkdirp-stream/1.0.0: - resolution: {integrity: sha1-C3gV/DIBxqaeFNuYzgmMFpNSWes=} - engines: {node: '>= 0.10'} - dependencies: - graceful-fs: 4.2.6 - through2: 2.0.5 + /console-control-strings/1.1.0: + resolution: {integrity: sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=} + + /constants-browserify/1.0.0: + resolution: {integrity: sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=} - /fs-write-stream-atomic/1.0.10: - resolution: {integrity: sha1-tH31NJPvkR33VzHnCp3tAYnbQMk=} + /content-disposition/0.5.3: + resolution: {integrity: sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==} + engines: {node: '>= 0.6'} dependencies: - graceful-fs: 4.2.6 - iferr: 0.1.5 - imurmurhash: 0.1.4 - readable-stream: 2.3.7 + safe-buffer: 5.1.2 + dev: false - /fs.realpath/1.0.0: - resolution: {integrity: sha1-FQStJSMVjKpA20onh8sBQRmU6k8=} + /content-type/1.0.4: + resolution: {integrity: sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==} + engines: {node: '>= 0.6'} + dev: false - /fsevents/1.2.13: - resolution: {integrity: sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==} - engines: {node: '>= 4.0'} - os: [darwin] - deprecated: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2. - requiresBuild: true + /convert-source-map/1.8.0: + resolution: {integrity: sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==} dependencies: - bindings: 1.5.0 - nan: 2.14.2 - optional: true - - /fsevents/2.1.3: - resolution: {integrity: sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==} - engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} - os: [darwin] - deprecated: '"Please update to latest v2.3 or v2.2"' - optional: true + safe-buffer: 5.1.2 - /fsevents/2.3.2: - resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==} - engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} - os: [darwin] - optional: true + /cookie-signature/1.0.6: + resolution: {integrity: sha1-4wOogrNCzD7oylE6eZmXNNqzriw=} + dev: false - /function-bind/1.1.1: - resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==} + /cookie/0.4.0: + resolution: {integrity: sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==} + engines: {node: '>= 0.6'} + dev: false - /functional-red-black-tree/1.0.1: - resolution: {integrity: sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=} + /cookie/0.4.1: + resolution: {integrity: sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==} + engines: {node: '>= 0.6'} + dev: false - /gauge/2.7.4: - resolution: {integrity: sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=} + /copy-concurrently/1.0.5: + resolution: {integrity: sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==} dependencies: aproba: 1.2.0 - console-control-strings: 1.1.0 - has-unicode: 2.0.1 - object-assign: 4.1.1 - signal-exit: 3.0.3 - string-width: 1.0.2 - strip-ansi: 3.0.1 - wide-align: 1.1.3 + fs-write-stream-atomic: 1.0.10 + iferr: 0.1.5 + mkdirp: 0.5.5 + rimraf: 2.7.1 + run-queue: 1.0.3 - /gaze/1.1.3: - resolution: {integrity: sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==} - engines: {node: '>= 4.0.0'} + /copy-descriptor/0.1.1: + resolution: {integrity: sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=} + engines: {node: '>=0.10.0'} + + /core-util-is/1.0.2: + resolution: {integrity: sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=} + + /cosmiconfig/7.0.0: + resolution: {integrity: sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA==} + engines: {node: '>=10'} dependencies: - globule: 1.3.2 + '@types/parse-json': 4.0.0 + import-fresh: 3.3.0 + parse-json: 5.2.0 + path-type: 4.0.0 + yaml: 1.10.2 + dev: true - /generic-names/2.0.1: - resolution: {integrity: sha512-kPCHWa1m9wGG/OwQpeweTwM/PYiQLrUIxXbt/P4Nic3LbGjCP0YwrALHW1uNLKZ0LIMg+RF+XRlj2ekT9ZlZAQ==} + /create-ecdh/4.0.4: + resolution: {integrity: sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==} dependencies: - loader-utils: 1.1.0 + bn.js: 4.12.0 + elliptic: 6.5.4 - /gensync/1.0.0-beta.2: - resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} - engines: {node: '>=6.9.0'} + /create-hash/1.2.0: + resolution: {integrity: sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==} + dependencies: + cipher-base: 1.0.4 + inherits: 2.0.4 + md5.js: 1.3.5 + ripemd160: 2.0.2 + sha.js: 2.4.11 - /get-caller-file/1.0.3: - resolution: {integrity: sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==} + /create-hmac/1.1.7: + resolution: {integrity: sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==} + dependencies: + cipher-base: 1.0.4 + create-hash: 1.2.0 + inherits: 2.0.4 + ripemd160: 2.0.2 + safe-buffer: 5.2.1 + sha.js: 2.4.11 - /get-caller-file/2.0.5: - resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} - engines: {node: 6.* || 8.* || >= 10.*} + /cross-spawn/6.0.5: + resolution: {integrity: sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==} + engines: {node: '>=4.8'} + dependencies: + nice-try: 1.0.5 + path-key: 2.0.1 + semver: 5.7.1 + shebang-command: 1.2.0 + which: 1.3.1 - /get-intrinsic/1.1.1: - resolution: {integrity: sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==} + /cross-spawn/7.0.3: + resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} + engines: {node: '>= 8'} dependencies: - function-bind: 1.1.1 - has: 1.0.3 - has-symbols: 1.0.2 + path-key: 3.1.1 + shebang-command: 2.0.0 + which: 2.0.2 - /get-package-type/0.1.0: - resolution: {integrity: sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==} - engines: {node: '>=8.0.0'} + /crypto-browserify/3.12.0: + resolution: {integrity: sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==} + dependencies: + browserify-cipher: 1.0.1 + browserify-sign: 4.2.1 + create-ecdh: 4.0.4 + create-hash: 1.2.0 + create-hmac: 1.1.7 + diffie-hellman: 5.0.3 + inherits: 2.0.4 + pbkdf2: 3.1.2 + public-encrypt: 4.0.3 + randombytes: 2.1.0 + randomfill: 1.0.4 - /get-stdin/4.0.1: - resolution: {integrity: sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=} - engines: {node: '>=0.10.0'} + /css-loader/4.2.2_webpack@4.44.2: + resolution: {integrity: sha512-omVGsTkZPVwVRpckeUnLshPp12KsmMSLqYxs12+RzM9jRR5Y+Idn/tBffjXRvOE+qW7if24cuceFJqYR5FmGBg==} + engines: {node: '>= 10.13.0'} + peerDependencies: + webpack: ^4.27.0 || ^5.0.0 + dependencies: + camelcase: 6.2.0 + cssesc: 3.0.0 + icss-utils: 4.1.1 + loader-utils: 2.0.0 + postcss: 7.0.32 + postcss-modules-extract-imports: 2.0.0 + postcss-modules-local-by-default: 3.0.3 + postcss-modules-scope: 2.2.0 + postcss-modules-values: 3.0.0 + postcss-value-parser: 4.1.0 + schema-utils: 2.7.1 + semver: 7.3.5 + webpack: 4.44.2 + dev: true - /get-stream/3.0.0: - resolution: {integrity: sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=} - engines: {node: '>=4'} + /css-modules-loader-core/1.1.0: + resolution: {integrity: sha1-WQhmgpShvs0mGuCkziGwtVHyHRY=} + dependencies: + icss-replace-symbols: 1.1.0 + postcss: 6.0.1 + postcss-modules-extract-imports: 1.1.0 + postcss-modules-local-by-default: 1.2.0 + postcss-modules-scope: 1.1.0 + postcss-modules-values: 1.3.0 - /get-stream/4.1.0: - resolution: {integrity: sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==} - engines: {node: '>=6'} + /css-select/4.1.3: + resolution: {integrity: sha512-gT3wBNd9Nj49rAbmtFHj1cljIAOLYSX1nZ8CB7TBO3INYckygm5B7LISU/szY//YmdiSLbJvDLOx9VnMVpMBxA==} dependencies: - pump: 3.0.0 + boolbase: 1.0.0 + css-what: 5.0.1 + domhandler: 4.2.0 + domutils: 2.7.0 + nth-check: 2.0.0 - /get-stream/5.2.0: - resolution: {integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==} - engines: {node: '>=8'} + /css-selector-tokenizer/0.7.3: + resolution: {integrity: sha512-jWQv3oCEL5kMErj4wRnK/OPoBi0D+P1FR2cDCKYPaMeD2eW3/mttav8HT4hT1CKopiJI/psEULjkClhvJo4Lvg==} dependencies: - pump: 3.0.0 + cssesc: 3.0.0 + fastparse: 1.1.2 - /get-value/2.0.6: - resolution: {integrity: sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=} - engines: {node: '>=0.10.0'} + /css-what/5.0.1: + resolution: {integrity: sha512-FYDTSHb/7KXsWICVsxdmiExPjCfRC4qRFBdVwv7Ax9hMnvMmEjP9RfxTEZ3qPZGmADDn2vAKSo9UcN1jKVYscg==} + engines: {node: '>= 6'} - /getpass/0.1.7: - resolution: {integrity: sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=} - dependencies: - assert-plus: 1.0.0 + /cssesc/3.0.0: + resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==} + engines: {node: '>=4'} + hasBin: true - /git-repo-info/2.1.1: - resolution: {integrity: sha512-8aCohiDo4jwjOwma4FmYFd3i97urZulL8XL24nIPxuE+GZnfsAyy/g2Shqx6OjUiFKUXZM+Yy+KHnOmmA3FVcg==} - engines: {node: '>= 4.0'} - dev: false + /cssom/0.3.8: + resolution: {integrity: sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==} - /glob-escape/0.0.2: - resolution: {integrity: sha1-nCf3gh7RwTd1gvPv2VWOP2dWKO0=} - engines: {node: '>= 0.10'} + /cssom/0.4.4: + resolution: {integrity: sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==} - /glob-parent/3.1.0: - resolution: {integrity: sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=} + /cssstyle/2.3.0: + resolution: {integrity: sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==} + engines: {node: '>=8'} dependencies: - is-glob: 3.1.0 - path-dirname: 1.0.2 + cssom: 0.3.8 - /glob-parent/5.1.2: - resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} - engines: {node: '>= 6'} - dependencies: - is-glob: 4.0.1 + /csstype/3.0.8: + resolution: {integrity: sha512-jXKhWqXPmlUeoQnF/EhTtTl4C9SnrxSH/jZUih3jmO6lBKr99rP3/+FmrMj4EFpOXzMtXHAZkd3x0E6h6Fgflw==} + dev: true - /glob-stream/6.1.0: - resolution: {integrity: sha1-cEXJlBOz65SIjYOrRtC0BMx73eQ=} - engines: {node: '>= 0.10'} + /currently-unhandled/0.4.1: + resolution: {integrity: sha1-mI3zP+qxke95mmE2nddsF635V+o=} + engines: {node: '>=0.10.0'} dependencies: - extend: 3.0.2 - glob: 7.1.7 - glob-parent: 3.1.0 - is-negated-glob: 1.0.0 - ordered-read-streams: 1.0.1 - pumpify: 1.5.1 - readable-stream: 2.3.7 - remove-trailing-separator: 1.1.0 - to-absolute-glob: 2.0.2 - unique-stream: 2.3.1 + array-find-index: 1.0.2 - /glob-to-regexp/0.4.1: - resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==} - dev: false + /cyclist/1.0.1: + resolution: {integrity: sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=} - /glob-watcher/5.0.5: - resolution: {integrity: sha512-zOZgGGEHPklZNjZQaZ9f41i7F2YwE+tS5ZHrDhbBCk3stwahn5vQxnFmBJZHoYdusR6R1bLSXeGUy/BhctwKzw==} - engines: {node: '>= 0.10'} + /dashdash/1.14.1: + resolution: {integrity: sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=} + engines: {node: '>=0.10'} dependencies: - anymatch: 2.0.0 - async-done: 1.3.2 - chokidar: 2.1.8 - is-negated-glob: 1.0.0 - just-debounce: 1.1.0 - normalize-path: 3.0.0 - object.defaults: 1.1.0 + assert-plus: 1.0.0 - /glob/5.0.15: - resolution: {integrity: sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=} + /data-urls/1.1.0: + resolution: {integrity: sha512-YTWYI9se1P55u58gL5GkQHW4P6VJBJ5iBT+B5a7i2Tjadhv52paJG0qHX4A0OR6/t52odI64KP2YvFpkDOi3eQ==} dependencies: - inflight: 1.0.6 - inherits: 2.0.4 - minimatch: 3.0.4 - once: 1.4.0 - path-is-absolute: 1.0.1 + abab: 2.0.5 + whatwg-mimetype: 2.3.0 + whatwg-url: 7.1.0 - /glob/7.0.6: - resolution: {integrity: sha1-IRuvr0nlJbjNkyYNFKsTYVKz9Xo=} + /debug/2.6.9: + resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} dependencies: - fs.realpath: 1.0.0 - inflight: 1.0.6 - inherits: 2.0.4 - minimatch: 3.0.4 - once: 1.4.0 - path-is-absolute: 1.0.1 + ms: 2.0.0 - /glob/7.1.2: - resolution: {integrity: sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==} + /debug/3.2.7: + resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} dependencies: - fs.realpath: 1.0.0 - inflight: 1.0.6 - inherits: 2.0.4 - minimatch: 3.0.4 - once: 1.4.0 - path-is-absolute: 1.0.1 + ms: 2.1.3 + dev: false - /glob/7.1.7: - resolution: {integrity: sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==} + /debug/4.3.2: + resolution: {integrity: sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true dependencies: - fs.realpath: 1.0.0 - inflight: 1.0.6 - inherits: 2.0.4 - minimatch: 3.0.4 - once: 1.4.0 - path-is-absolute: 1.0.1 + ms: 2.1.2 - /global-modules/1.0.0: - resolution: {integrity: sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==} - engines: {node: '>=0.10.0'} + /debug/4.3.2_supports-color@6.1.0: + resolution: {integrity: sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true dependencies: - global-prefix: 1.0.2 - is-windows: 1.0.2 - resolve-dir: 1.0.1 + ms: 2.1.2 + supports-color: 6.1.0 + dev: false - /global-modules/2.0.0: - resolution: {integrity: sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==} - engines: {node: '>=6'} + /debuglog/1.0.1: + resolution: {integrity: sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI=} + dev: false + + /decache/4.5.1: + resolution: {integrity: sha512-5J37nATc6FmOTLbcsr9qx7Nm28qQyg1SK4xyEHqM0IBkNhWFp0Sm+vKoWYHD8wq+OUEb9jLyaKFfzzd1A9hcoA==} dependencies: - global-prefix: 3.0.0 + callsite: 1.0.0 dev: false - /global-prefix/1.0.2: - resolution: {integrity: sha1-2/dDxsFJklk8ZVVoy2btMsASLr4=} + /decamelize/1.2.0: + resolution: {integrity: sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=} engines: {node: '>=0.10.0'} + + /decode-uri-component/0.2.0: + resolution: {integrity: sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=} + engines: {node: '>=0.10'} + + /deep-equal/1.1.1: + resolution: {integrity: sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==} dependencies: - expand-tilde: 2.0.2 - homedir-polyfill: 1.0.3 - ini: 1.3.8 - is-windows: 1.0.2 - which: 1.3.1 + is-arguments: 1.1.0 + is-date-object: 1.0.4 + is-regex: 1.1.3 + object-is: 1.1.5 + object-keys: 1.1.1 + regexp.prototype.flags: 1.3.1 + dev: false - /global-prefix/3.0.0: - resolution: {integrity: sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==} + /deep-is/0.1.3: + resolution: {integrity: sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=} + + /deepmerge/4.2.2: + resolution: {integrity: sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==} + engines: {node: '>=0.10.0'} + + /default-gateway/4.2.0: + resolution: {integrity: sha512-h6sMrVB1VMWVrW13mSc6ia/DwYYw5MN6+exNu1OaJeFac5aSAvwM7lZ0NVfTABuSkQelr4h5oebg3KB1XPdjgA==} engines: {node: '>=6'} dependencies: - ini: 1.3.8 - kind-of: 6.0.3 - which: 1.3.1 + execa: 1.0.0 + ip-regex: 2.1.0 dev: false - /globals/11.12.0: - resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} - engines: {node: '>=4'} - - /globals/12.4.0: - resolution: {integrity: sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==} - engines: {node: '>=8'} + /define-properties/1.1.3: + resolution: {integrity: sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==} + engines: {node: '>= 0.4'} dependencies: - type-fest: 0.8.1 + object-keys: 1.1.1 - /globby/5.0.0: - resolution: {integrity: sha1-69hGZ8oNuzMLmbz8aOrCvFQ3Dg0=} + /define-property/0.2.5: + resolution: {integrity: sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=} engines: {node: '>=0.10.0'} dependencies: - array-union: 1.0.2 - arrify: 1.0.1 - glob: 7.0.6 - object-assign: 4.1.1 - pify: 2.3.0 - pinkie-promise: 2.0.1 + is-descriptor: 0.1.6 - /globby/6.1.0: - resolution: {integrity: sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=} + /define-property/1.0.0: + resolution: {integrity: sha1-dp66rz9KY6rTr56NMEybvnm/sOY=} engines: {node: '>=0.10.0'} dependencies: - array-union: 1.0.2 - glob: 7.0.6 - object-assign: 4.1.1 - pify: 2.3.0 - pinkie-promise: 2.0.1 - dev: false + is-descriptor: 1.0.2 - /globule/1.3.2: - resolution: {integrity: sha512-7IDTQTIu2xzXkT+6mlluidnWo+BypnbSoEVVQCGfzqnl5Ik8d3e1d4wycb8Rj9tWW+Z39uPWsdlquqiqPCd/pA==} - engines: {node: '>= 0.10'} + /define-property/2.0.2: + resolution: {integrity: sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==} + engines: {node: '>=0.10.0'} dependencies: - glob: 7.1.7 - lodash: 4.17.21 - minimatch: 3.0.4 + is-descriptor: 1.0.2 + isobject: 3.0.1 - /glogg/1.0.2: - resolution: {integrity: sha512-5mwUoSuBk44Y4EshyiqcH95ZntbDdTQqA3QYSrxmzj28Ai0vXBGMH1ApSANH14j2sIRtqCEyg6PfsuP7ElOEDA==} - engines: {node: '>= 0.10'} + /del/4.1.1: + resolution: {integrity: sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ==} + engines: {node: '>=6'} dependencies: - sparkles: 1.0.1 - - /graceful-fs/4.2.4: - resolution: {integrity: sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==} + '@types/glob': 7.1.1 + globby: 6.1.0 + is-path-cwd: 2.2.0 + is-path-in-cwd: 2.1.0 + p-map: 2.1.0 + pify: 4.0.1 + rimraf: 2.7.1 dev: false - /graceful-fs/4.2.6: - resolution: {integrity: sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ==} - - /growl/1.10.5: - resolution: {integrity: sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==} - engines: {node: '>=4.x'} + /delayed-stream/1.0.0: + resolution: {integrity: sha1-3zrhmayt+31ECqrgsp4icrJOxhk=} + engines: {node: '>=0.4.0'} - /growly/1.3.0: - resolution: {integrity: sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=} + /delegates/1.0.0: + resolution: {integrity: sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=} - /gulp-cli/2.3.0: - resolution: {integrity: sha512-zzGBl5fHo0EKSXsHzjspp3y5CONegCm8ErO5Qh0UzFzk2y4tMvzLWhoDokADbarfZRL2pGpRp7yt6gfJX4ph7A==} - engines: {node: '>= 0.10'} - hasBin: true - dependencies: - ansi-colors: 1.1.0 - archy: 1.0.0 - array-sort: 1.0.0 - color-support: 1.1.3 - concat-stream: 1.6.2 - copy-props: 2.0.5 - fancy-log: 1.3.3 - gulplog: 1.0.0 - interpret: 1.4.0 - isobject: 3.0.1 - liftoff: 3.1.0 - matchdep: 2.0.0 - mute-stdout: 1.0.1 - pretty-hrtime: 1.0.3 - replace-homedir: 1.0.0 - semver-greatest-satisfied-range: 1.1.0 - v8flags: 3.2.0 - yargs: 7.1.2 - - /gulp-connect/5.5.0: - resolution: {integrity: sha512-oRBLjw/4EVaZb8g8OcxOVdGD8ZXYrRiWKcNxlrGjxb/6Cp0GDdqw7ieX7D8xJrQS7sbXT+G94u63pMJF3MMjQA==} - engines: {node: '>=0.10.0'} - dependencies: - ansi-colors: 1.1.0 - connect: 3.7.0 - connect-livereload: 0.5.4 - event-stream: 3.3.5 - fancy-log: 1.3.3 - send: 0.13.2 - serve-index: 1.9.1 - serve-static: 1.14.1 - tiny-lr: 0.2.1 + /depd/1.1.2: + resolution: {integrity: sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=} + engines: {node: '>= 0.6'} dev: false - /gulp-flatten/0.2.0: - resolution: {integrity: sha1-iS1RfjjXkA/UVM+aHgIQMA6S6wY=} - engines: {node: '>=0.10'} + /des.js/1.0.1: + resolution: {integrity: sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==} dependencies: - gulp-util: 3.0.8 - through2: 2.0.5 + inherits: 2.0.4 + minimalistic-assert: 1.0.1 - /gulp-if/2.0.2: - resolution: {integrity: sha1-pJe351cwBQQcqivIt92jyARE1ik=} - engines: {node: '>= 0.10.0'} - dependencies: - gulp-match: 1.1.0 - ternary-stream: 2.1.1 - through2: 2.0.5 + /destroy/1.0.4: + resolution: {integrity: sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=} + dev: false - /gulp-istanbul/0.10.4: - resolution: {integrity: sha1-Kyoby+uWpix45pgh0QTW/KMu+wk=} - dependencies: - gulp-util: 3.0.8 - istanbul: 0.4.5 - istanbul-threshold-checker: 0.1.0 - lodash: 4.17.21 - through2: 2.0.5 + /detect-file/1.0.0: + resolution: {integrity: sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=} + engines: {node: '>=0.10.0'} + dev: false - /gulp-match/1.1.0: - resolution: {integrity: sha512-DlyVxa1Gj24DitY2OjEsS+X6tDpretuxD6wTfhXE/Rw2hweqc1f6D/XtsJmoiCwLWfXgR87W9ozEityPCVzGtQ==} - dependencies: - minimatch: 3.0.4 + /detect-indent/6.1.0: + resolution: {integrity: sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==} + engines: {node: '>=8'} + dev: false - /gulp-mocha/6.0.0: - resolution: {integrity: sha512-FfBldW5ttnDpKf4Sg6/BLOOKCCbr5mbixDGK1t02/8oSrTCwNhgN/mdszG3cuQuYNzuouUdw4EH/mlYtgUscPg==} - engines: {node: '>=6'} - dependencies: - dargs: 5.1.0 - execa: 0.10.0 - mocha: 5.2.0 - npm-run-path: 2.0.2 - plugin-error: 1.0.1 - supports-color: 5.5.0 - through2: 2.0.5 + /detect-newline/3.1.0: + resolution: {integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==} + engines: {node: '>=8'} - /gulp-open/3.0.1: - resolution: {integrity: sha512-dohokw+npnt48AsD0hhvCLEHLnDMqM35F+amvIfJlX1H2nNHYUClR0Oy1rI0TvbL1/pHiHGNLmohhk+kvwIKjA==} - engines: {node: '>=4'} - dependencies: - colors: 1.2.5 - opn: 5.2.0 - plugin-log: 0.1.0 - through2: 2.0.5 + /detect-node/2.1.0: + resolution: {integrity: sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==} dev: false - /gulp-replace/0.5.4: - resolution: {integrity: sha1-aaZ5FLvRPFYr/xT1BKQDeWqg2qk=} - engines: {node: '>=0.10'} + /dezalgo/1.0.3: + resolution: {integrity: sha1-f3Qt4Gb8dIvI24IFad3c5Jvw1FY=} dependencies: - istextorbinary: 1.0.2 - readable-stream: 2.3.7 - replacestream: 4.0.3 + asap: 2.0.6 + wrappy: 1.0.2 dev: false - /gulp-util/3.0.8: - resolution: {integrity: sha1-AFTh50RQLifATBh8PsxQXdVLu08=} - engines: {node: '>=0.10'} - deprecated: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5 - dependencies: - array-differ: 1.0.0 - array-uniq: 1.0.3 - beeper: 1.1.1 - chalk: 1.1.3 - dateformat: 2.2.0 - fancy-log: 1.3.3 - gulplog: 1.0.0 - has-gulplog: 0.1.0 - lodash._reescape: 3.0.0 - lodash._reevaluate: 3.0.0 - lodash._reinterpolate: 3.0.0 - lodash.template: 3.6.2 - minimist: 1.2.5 - multipipe: 0.1.2 - object-assign: 3.0.0 - replace-ext: 0.0.1 - through2: 2.0.5 - vinyl: 0.5.3 + /diff-sequences/25.2.6: + resolution: {integrity: sha512-Hq8o7+6GaZeoFjtpgvRBUknSXNeJiCx7V9Fr94ZMljNiCr9n9L8H8aJqgWOQiDDGdyn29fRNcDdRVJ5fdyihfg==} + engines: {node: '>= 8.3'} - /gulp/4.0.2: - resolution: {integrity: sha512-dvEs27SCZt2ibF29xYgmnwwCYZxdxhQ/+LFWlbAW8y7jt68L/65402Lz3+CKy0Ov4rOs+NERmDq7YlZaDqUIfA==} - engines: {node: '>= 0.10'} - hasBin: true + /diff/4.0.2: + resolution: {integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==} + engines: {node: '>=0.3.1'} + + /diffie-hellman/5.0.3: + resolution: {integrity: sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==} dependencies: - glob-watcher: 5.0.5 - gulp-cli: 2.3.0 - undertaker: 1.3.0 - vinyl-fs: 3.0.3 + bn.js: 4.12.0 + miller-rabin: 4.0.1 + randombytes: 2.1.0 - /gulplog/1.0.0: - resolution: {integrity: sha1-4oxNRdBey77YGDY86PnFkmIp/+U=} - engines: {node: '>= 0.10'} + /dir-glob/3.0.1: + resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} + engines: {node: '>=8'} dependencies: - glogg: 1.0.2 + path-type: 4.0.0 - /gzip-size/5.1.1: - resolution: {integrity: sha512-FNHi6mmoHvs1mxZAds4PpdCS6QG8B4C1krxJsMutgxl5t3+GlRTzzI3NEkifXx2pVsOvJdOGSmIgDhQ55FwdPA==} - engines: {node: '>=6'} - dependencies: - duplexer: 0.1.2 - pify: 4.0.1 + /dns-equal/1.0.0: + resolution: {integrity: sha1-s55/HabrCnW6nBcySzR1PEfgZU0=} dev: false - /handle-thing/2.0.1: - resolution: {integrity: sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==} + /dns-packet/1.3.4: + resolution: {integrity: sha512-BQ6F4vycLXBvdrJZ6S3gZewt6rcrks9KBgM9vrhW+knGRqc8uEdT7fuCwloc7nny5xNoMJ17HGH0R/6fpo8ECA==} + dependencies: + ip: 1.1.5 + safe-buffer: 5.2.1 dev: false - /handlebars/4.7.7: - resolution: {integrity: sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==} - engines: {node: '>=0.4.7'} - hasBin: true + /dns-txt/2.0.2: + resolution: {integrity: sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=} dependencies: - minimist: 1.2.5 - neo-async: 2.6.2 - source-map: 0.6.1 - wordwrap: 1.0.0 - optionalDependencies: - uglify-js: 3.13.5 - - /har-schema/2.0.0: - resolution: {integrity: sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=} - engines: {node: '>=4'} + buffer-indexof: 1.1.1 + dev: false - /har-validator/5.1.5: - resolution: {integrity: sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==} - engines: {node: '>=6'} - deprecated: this library is no longer supported + /doctrine/2.1.0: + resolution: {integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==} + engines: {node: '>=0.10.0'} dependencies: - ajv: 6.12.6 - har-schema: 2.0.0 + esutils: 2.0.3 - /has-ansi/2.0.0: - resolution: {integrity: sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=} - engines: {node: '>=0.10.0'} + /doctrine/3.0.0: + resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==} + engines: {node: '>=6.0.0'} dependencies: - ansi-regex: 2.1.1 + esutils: 2.0.3 - /has-bigints/1.0.1: - resolution: {integrity: sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==} + /dom-converter/0.2.0: + resolution: {integrity: sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==} + dependencies: + utila: 0.4.0 - /has-flag/1.0.0: - resolution: {integrity: sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=} - engines: {node: '>=0.10.0'} + /dom-serializer/1.3.2: + resolution: {integrity: sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig==} + dependencies: + domelementtype: 2.2.0 + domhandler: 4.2.0 + entities: 2.2.0 - /has-flag/3.0.0: - resolution: {integrity: sha1-tdRU3CGZriJWmfNGfloH87lVuv0=} - engines: {node: '>=4'} + /domain-browser/1.2.0: + resolution: {integrity: sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==} + engines: {node: '>=0.4', npm: '>=1.2'} - /has-flag/4.0.0: - resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} - engines: {node: '>=8'} + /domelementtype/2.2.0: + resolution: {integrity: sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==} - /has-gulplog/0.1.0: - resolution: {integrity: sha1-ZBTIKRNpfaUVkDl9r7EvIpZ4Ec4=} - engines: {node: '>= 0.10'} + /domexception/1.0.1: + resolution: {integrity: sha512-raigMkn7CJNNo6Ihro1fzG7wr3fHuYVytzquZKX5n0yizGsTcYgzdIUwj1X9pK0VvjeihV+XiclP+DjwbsSKug==} dependencies: - sparkles: 1.0.1 - - /has-symbols/1.0.2: - resolution: {integrity: sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==} - engines: {node: '>= 0.4'} + webidl-conversions: 4.0.2 - /has-unicode/2.0.1: - resolution: {integrity: sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=} + /domhandler/4.2.0: + resolution: {integrity: sha512-zk7sgt970kzPks2Bf+dwT/PLzghLnsivb9CcxkvR8Mzr66Olr0Ofd8neSbglHJHaHa2MadfoSdNlKYAaafmWfA==} + engines: {node: '>= 4'} + dependencies: + domelementtype: 2.2.0 - /has-value/0.3.1: - resolution: {integrity: sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=} - engines: {node: '>=0.10.0'} + /domutils/2.7.0: + resolution: {integrity: sha512-8eaHa17IwJUPAiB+SoTYBo5mCdeMgdcAoXJ59m6DT1vw+5iLS3gNoqYaRowaBKtGVrOF1Jz4yDTgYKLK2kvfJg==} dependencies: - get-value: 2.0.6 - has-values: 0.1.4 - isobject: 2.1.0 + dom-serializer: 1.3.2 + domelementtype: 2.2.0 + domhandler: 4.2.0 - /has-value/1.0.0: - resolution: {integrity: sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=} - engines: {node: '>=0.10.0'} + /dot-case/3.0.4: + resolution: {integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==} dependencies: - get-value: 2.0.6 - has-values: 1.0.0 - isobject: 3.0.1 + no-case: 3.0.4 + tslib: 2.3.0 - /has-values/0.1.4: - resolution: {integrity: sha1-bWHeldkd/Km5oCCJrThL/49it3E=} - engines: {node: '>=0.10.0'} + /duplexer/0.1.2: + resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} + dev: false - /has-values/1.0.0: - resolution: {integrity: sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=} - engines: {node: '>=0.10.0'} + /duplexify/3.7.1: + resolution: {integrity: sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==} dependencies: - is-number: 3.0.0 - kind-of: 4.0.0 + end-of-stream: 1.4.4 + inherits: 2.0.4 + readable-stream: 2.3.7 + stream-shift: 1.0.1 - /has/1.0.3: - resolution: {integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==} - engines: {node: '>= 0.4.0'} + /ecc-jsbn/0.1.2: + resolution: {integrity: sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=} dependencies: - function-bind: 1.1.1 + jsbn: 0.1.1 + safer-buffer: 2.1.2 - /hash-base/3.1.0: - resolution: {integrity: sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==} - engines: {node: '>=4'} + /ecdsa-sig-formatter/1.0.11: + resolution: {integrity: sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==} dependencies: - inherits: 2.0.4 - readable-stream: 3.6.0 safe-buffer: 5.2.1 + dev: false - /hash.js/1.1.7: - resolution: {integrity: sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==} - dependencies: - inherits: 2.0.4 - minimalistic-assert: 1.0.1 + /ee-first/1.1.1: + resolution: {integrity: sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=} + dev: false - /he/1.1.1: - resolution: {integrity: sha1-k0EP0hsAlzUVH4howvJx80J+I/0=} - hasBin: true + /ejs/2.7.4: + resolution: {integrity: sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==} + engines: {node: '>=0.10.0'} + requiresBuild: true + dev: false - /he/1.2.0: - resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==} - hasBin: true + /electron-to-chromium/1.3.772: + resolution: {integrity: sha512-X/6VRCXWALzdX+RjCtBU6cyg8WZgoxm9YA02COmDOiNJEZ59WkQggDbWZ4t/giHi/3GS+cvdrP6gbLISANAGYA==} - /hmac-drbg/1.0.1: - resolution: {integrity: sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=} + /elliptic/6.5.4: + resolution: {integrity: sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==} dependencies: + bn.js: 4.12.0 + brorand: 1.1.0 hash.js: 1.1.7 + hmac-drbg: 1.0.1 + inherits: 2.0.4 minimalistic-assert: 1.0.1 minimalistic-crypto-utils: 1.0.1 - /homedir-polyfill/1.0.3: - resolution: {integrity: sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==} - engines: {node: '>=0.10.0'} - dependencies: - parse-passwd: 1.0.0 + /emoji-regex/7.0.3: + resolution: {integrity: sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==} - /hoopy/0.1.4: - resolution: {integrity: sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==} - engines: {node: '>= 6.0.0'} - dev: false + /emoji-regex/8.0.0: + resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} - /hosted-git-info/2.8.9: - resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==} + /emojis-list/2.1.0: + resolution: {integrity: sha1-TapNnbAPmBmIDHn6RXrlsJof04k=} + engines: {node: '>= 0.10'} - /hosted-git-info/4.0.2: - resolution: {integrity: sha512-c9OGXbZ3guC/xOlCg1Ci/VgWlwsqDv1yMQL1CWqXDL0hDjXuNcq0zuR4xqPSuasI3kqFDhqSyTjREz5gzq0fXg==} - engines: {node: '>=10'} - dependencies: - lru-cache: 6.0.0 + /emojis-list/3.0.0: + resolution: {integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==} + engines: {node: '>= 4'} + + /encodeurl/1.0.2: + resolution: {integrity: sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=} + engines: {node: '>= 0.8'} dev: false - /hpack.js/2.1.6: - resolution: {integrity: sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=} + /end-of-stream/1.4.4: + resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==} dependencies: - inherits: 2.0.4 - obuf: 1.1.2 - readable-stream: 2.3.7 - wbuf: 1.7.3 - dev: false + once: 1.4.0 - /html-encoding-sniffer/1.0.2: - resolution: {integrity: sha512-71lZziiDnsuabfdYiUeWdCVyKuqwWi23L8YeIgV9jSSZHCtb6wB1BKWooH7L3tn4/FuZJMVWyNaIDr4RGmaSYw==} + /enhanced-resolve/4.5.0: + resolution: {integrity: sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==} + engines: {node: '>=6.9.0'} dependencies: - whatwg-encoding: 1.0.5 + graceful-fs: 4.2.6 + memory-fs: 0.5.0 + tapable: 1.1.3 - /html-entities/1.4.0: - resolution: {integrity: sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA==} + /enhanced-resolve/5.8.2: + resolution: {integrity: sha512-F27oB3WuHDzvR2DOGNTaYy0D5o0cnrv8TeI482VM4kYgQd/FT9lUQwuNsJ0oOHtBUq7eiW5ytqzp7nBFknL+GA==} + engines: {node: '>=10.13.0'} + dependencies: + graceful-fs: 4.2.6 + tapable: 2.2.0 dev: false - /html-escaper/2.0.2: - resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} - - /html-minifier-terser/5.1.1: - resolution: {integrity: sha512-ZPr5MNObqnV/T9akshPKbVgyOqLmy+Bxo7juKCfTfnjNniTAMdy4hz21YQqoofMBJD2kdREaqPPdThoR78Tgxg==} - engines: {node: '>=6'} - hasBin: true + /enquirer/2.3.6: + resolution: {integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==} + engines: {node: '>=8.6'} dependencies: - camel-case: 4.1.2 - clean-css: 4.2.3 - commander: 4.1.1 - he: 1.2.0 - param-case: 3.0.4 - relateurl: 0.2.7 - terser: 4.7.0 + ansi-colors: 4.1.1 - /html-webpack-plugin/4.5.2_webpack@4.44.2: - resolution: {integrity: sha512-q5oYdzjKUIPQVjOosjgvCHQOv9Ett9CYYHlgvJeXG0qQvdSojnBq4vAdQBwn1+yGveAwHCoe/rMR86ozX3+c2A==} - engines: {node: '>=6.9'} - peerDependencies: - webpack: ^4.0.0 || ^5.0.0 - dependencies: - '@types/html-minifier-terser': 5.1.1 - '@types/tapable': 1.0.6 - '@types/webpack': 4.41.28 - html-minifier-terser: 5.1.1 - loader-utils: 1.4.0 - lodash: 4.17.21 - pretty-error: 2.1.2 - tapable: 1.1.3 - util.promisify: 1.0.0 - webpack: 4.44.2 + /entities/2.2.0: + resolution: {integrity: sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==} + + /env-paths/2.2.1: + resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==} + engines: {node: '>=6'} - /htmlparser2/3.10.1: - resolution: {integrity: sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==} + /errno/0.1.8: + resolution: {integrity: sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==} + hasBin: true dependencies: - domelementtype: 1.3.1 - domhandler: 2.4.2 - domutils: 1.7.0 - entities: 1.1.2 - inherits: 2.0.4 - readable-stream: 3.6.0 + prr: 1.0.1 - /http-deceiver/1.2.7: - resolution: {integrity: sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=} - dev: false + /error-ex/1.3.2: + resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} + dependencies: + is-arrayish: 0.2.1 - /http-errors/1.3.1: - resolution: {integrity: sha1-GX4izevUGYWF6GlO9nhhl7ke2UI=} - engines: {node: '>= 0.6'} + /es-abstract/1.18.3: + resolution: {integrity: sha512-nQIr12dxV7SSxE6r6f1l3DtAeEYdsGpps13dR0TwJg1S8gyp4ZPgy3FZcHBgbiQqnoqSTb+oC+kO4UQ0C/J8vw==} + engines: {node: '>= 0.4'} dependencies: - inherits: 2.0.4 - statuses: 1.2.1 + call-bind: 1.0.2 + es-to-primitive: 1.2.1 + function-bind: 1.1.1 + get-intrinsic: 1.1.1 + has: 1.0.3 + has-symbols: 1.0.2 + is-callable: 1.2.3 + is-negative-zero: 2.0.1 + is-regex: 1.1.3 + is-string: 1.0.6 + object-inspect: 1.11.0 + object-keys: 1.1.1 + object.assign: 4.1.2 + string.prototype.trimend: 1.0.4 + string.prototype.trimstart: 1.0.4 + unbox-primitive: 1.0.1 + + /es-module-lexer/0.4.1: + resolution: {integrity: sha512-ooYciCUtfw6/d2w56UVeqHPcoCFAiJdz5XOkYpv/Txl1HMUozpXjz/2RIQgqwKdXNDPSF1W7mJCFse3G+HDyAA==} dev: false - /http-errors/1.6.3: - resolution: {integrity: sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=} - engines: {node: '>= 0.6'} + /es-to-primitive/1.2.1: + resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==} + engines: {node: '>= 0.4'} dependencies: - depd: 1.1.2 - inherits: 2.0.3 - setprototypeof: 1.1.0 - statuses: 1.5.0 + is-callable: 1.2.3 + is-date-object: 1.0.4 + is-symbol: 1.0.4 + + /escalade/3.1.1: + resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} + engines: {node: '>=6'} + + /escape-html/1.0.3: + resolution: {integrity: sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=} dev: false - /http-errors/1.7.2: - resolution: {integrity: sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==} - engines: {node: '>= 0.6'} + /escape-string-regexp/1.0.5: + resolution: {integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=} + engines: {node: '>=0.8.0'} + + /escape-string-regexp/2.0.0: + resolution: {integrity: sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==} + engines: {node: '>=8'} + + /escodegen/1.14.3: + resolution: {integrity: sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==} + engines: {node: '>=4.0'} + hasBin: true dependencies: - depd: 1.1.2 - inherits: 2.0.3 - setprototypeof: 1.1.1 - statuses: 1.5.0 - toidentifier: 1.0.0 - dev: false + esprima: 4.0.1 + estraverse: 4.3.0 + esutils: 2.0.3 + optionator: 0.8.3 + optionalDependencies: + source-map: 0.6.1 - /http-errors/1.7.3: - resolution: {integrity: sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw==} - engines: {node: '>= 0.6'} + /eslint-plugin-promise/4.2.1: + resolution: {integrity: sha512-VoM09vT7bfA7D+upt+FjeBO5eHIJQBUWki1aPvB+vbNiHS3+oGIJGIeyBtKQTME6UPXXy3vV07OL1tHd3ANuDw==} + engines: {node: '>=6'} + + /eslint-plugin-react/7.20.6_eslint@7.12.1: + resolution: {integrity: sha512-kidMTE5HAEBSLu23CUDvj8dc3LdBU0ri1scwHBZjI41oDv4tjsWZKU7MQccFzH1QYPYhsnTF2ovh7JlcIcmxgg==} + engines: {node: '>=4'} + peerDependencies: + eslint: ^3 || ^4 || ^5 || ^6 || ^7 dependencies: - depd: 1.1.2 - inherits: 2.0.4 - setprototypeof: 1.1.1 - statuses: 1.5.0 - toidentifier: 1.0.0 - dev: false + array-includes: 3.1.3 + array.prototype.flatmap: 1.2.4 + doctrine: 2.1.0 + eslint: 7.12.1 + has: 1.0.3 + jsx-ast-utils: 2.4.1 + object.entries: 1.1.4 + object.fromentries: 2.0.4 + object.values: 1.1.4 + prop-types: 15.7.2 + resolve: 1.17.0 + string.prototype.matchall: 4.0.5 - /http-parser-js/0.5.3: - resolution: {integrity: sha512-t7hjvef/5HEK7RWTdUzVUhl8zkEu+LlaE0IYzdMuvbSDipxBRpOn4Uhw8ZyECEa808iVT8XCjzo6xmYt4CiLZg==} - dev: false + /eslint-plugin-tsdoc/0.2.14: + resolution: {integrity: sha512-fJ3fnZRsdIoBZgzkQjv8vAj6NeeOoFkTfgosj6mKsFjX70QV256sA/wq+y/R2+OL4L8E79VVaVWrPeZnKNe8Ng==} + dependencies: + '@microsoft/tsdoc': 0.13.2 + '@microsoft/tsdoc-config': 0.15.2 - /http-proxy-middleware/0.19.1_debug@4.3.1: - resolution: {integrity: sha512-yHYTgWMQO8VvwNS22eLLloAkvungsKdKTLO8AJlftYIKNfJr3GK3zK0ZCfzDDGUBttdGc8xFy1mCitvNKQtC3Q==} + /eslint-scope/4.0.3: + resolution: {integrity: sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==} engines: {node: '>=4.0.0'} dependencies: - http-proxy: 1.18.1_debug@4.3.1 - is-glob: 4.0.1 - lodash: 4.17.21 - micromatch: 3.1.10 - transitivePeerDependencies: - - debug - dev: false + esrecurse: 4.3.0 + estraverse: 4.3.0 - /http-proxy-middleware/1.3.1: - resolution: {integrity: sha512-13eVVDYS4z79w7f1+NPllJtOQFx/FdUW4btIvVRMaRlUY9VGstAbo5MOhLEuUgZFRHn3x50ufn25zkj/boZnEg==} + /eslint-scope/5.1.1: + resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==} engines: {node: '>=8.0.0'} dependencies: - '@types/http-proxy': 1.17.5 - http-proxy: 1.18.1 - is-glob: 4.0.1 - is-plain-obj: 3.0.0 - micromatch: 4.0.4 - transitivePeerDependencies: - - debug - dev: true + esrecurse: 4.3.0 + estraverse: 4.3.0 - /http-proxy/1.18.1: - resolution: {integrity: sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==} - engines: {node: '>=8.0.0'} + /eslint-utils/2.1.0: + resolution: {integrity: sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==} + engines: {node: '>=6'} dependencies: - eventemitter3: 4.0.7 - follow-redirects: 1.14.1 - requires-port: 1.0.0 - transitivePeerDependencies: - - debug - dev: true + eslint-visitor-keys: 1.3.0 - /http-proxy/1.18.1_debug@4.3.1: - resolution: {integrity: sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==} - engines: {node: '>=8.0.0'} + /eslint-utils/3.0.0_eslint@7.12.1: + resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} + engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} + peerDependencies: + eslint: '>=5' dependencies: - eventemitter3: 4.0.7 - follow-redirects: 1.14.1_debug@4.3.1 - requires-port: 1.0.0 - transitivePeerDependencies: - - debug + eslint: 7.12.1 + eslint-visitor-keys: 2.1.0 dev: false - /http-signature/1.2.0: - resolution: {integrity: sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=} - engines: {node: '>=0.8', npm: '>=1.3.7'} - dependencies: - assert-plus: 1.0.0 - jsprim: 1.4.1 - sshpk: 1.16.1 + /eslint-visitor-keys/1.3.0: + resolution: {integrity: sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==} + engines: {node: '>=4'} - /https-browserify/1.0.0: - resolution: {integrity: sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=} + /eslint-visitor-keys/2.1.0: + resolution: {integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==} + engines: {node: '>=10'} - /https-proxy-agent/5.0.0: - resolution: {integrity: sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==} - engines: {node: '>= 6'} + /eslint/7.12.1: + resolution: {integrity: sha512-HlMTEdr/LicJfN08LB3nM1rRYliDXOmfoO4vj39xN6BLpFzF00hbwBoqHk8UcJ2M/3nlARZWy/mslvGEuZFvsg==} + engines: {node: ^10.12.0 || >=12.0.0} + hasBin: true dependencies: - agent-base: 6.0.2 - debug: 4.3.1 + '@babel/code-frame': 7.14.5 + '@eslint/eslintrc': 0.2.2 + ajv: 6.12.6 + chalk: 4.1.1 + cross-spawn: 7.0.3 + debug: 4.3.2 + doctrine: 3.0.0 + enquirer: 2.3.6 + eslint-scope: 5.1.1 + eslint-utils: 2.1.0 + eslint-visitor-keys: 2.1.0 + espree: 7.3.1 + esquery: 1.4.0 + esutils: 2.0.3 + file-entry-cache: 5.0.1 + functional-red-black-tree: 1.0.1 + glob-parent: 5.1.2 + globals: 12.4.0 + ignore: 4.0.6 + import-fresh: 3.3.0 + imurmurhash: 0.1.4 + is-glob: 4.0.1 + js-yaml: 3.13.1 + json-stable-stringify-without-jsonify: 1.0.1 + levn: 0.4.1 + lodash: 4.17.21 + minimatch: 3.0.4 + natural-compare: 1.4.0 + optionator: 0.9.1 + progress: 2.0.3 + regexpp: 3.2.0 + semver: 7.3.5 + strip-ansi: 6.0.0 + strip-json-comments: 3.1.1 + table: 5.4.6 + text-table: 0.2.0 + v8-compile-cache: 2.3.0 transitivePeerDependencies: - supports-color - dev: false - - /human-signals/1.1.1: - resolution: {integrity: sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==} - engines: {node: '>=8.12.0'} - - /iconv-lite/0.4.13: - resolution: {integrity: sha1-H4irpKsLFQjoMSrMOTRfNumS4vI=} - engines: {node: '>=0.8.0'} - dev: false - /iconv-lite/0.4.23: - resolution: {integrity: sha512-neyTUVFtahjf0mB3dZT77u+8O0QB89jFdnBkd5P1JgYPbPaia3gXXOVL2fq8VyU2gMMD7SaN7QukTB/pmXYvDA==} - engines: {node: '>=0.10.0'} + /espree/7.3.1: + resolution: {integrity: sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==} + engines: {node: ^10.12.0 || >=12.0.0} dependencies: - safer-buffer: 2.1.2 - dev: false + acorn: 7.4.1 + acorn-jsx: 5.3.2_acorn@7.4.1 + eslint-visitor-keys: 1.3.0 - /iconv-lite/0.4.24: - resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==} - engines: {node: '>=0.10.0'} - dependencies: - safer-buffer: 2.1.2 + /esprima/4.0.1: + resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} + engines: {node: '>=4'} + hasBin: true - /iconv-lite/0.6.2: - resolution: {integrity: sha512-2y91h5OpQlolefMPmUlivelittSWy0rP+oYVpn6A7GwVHNE8AWzoYOBNmlwks3LobaJxgHCYZAnyNo2GgpNRNQ==} - engines: {node: '>=0.10.0'} + /esquery/1.4.0: + resolution: {integrity: sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==} + engines: {node: '>=0.10'} dependencies: - safer-buffer: 2.1.2 - dev: true - - /icss-replace-symbols/1.1.0: - resolution: {integrity: sha1-Bupvg2ead0njhs/h/oEq5dsiPe0=} - - /icss-utils/4.1.1: - resolution: {integrity: sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA==} - engines: {node: '>= 6'} + estraverse: 5.2.0 + + /esrecurse/4.3.0: + resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==} + engines: {node: '>=4.0'} dependencies: - postcss: 7.0.32 - dev: true + estraverse: 5.2.0 - /ieee754/1.2.1: - resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} + /estraverse/4.3.0: + resolution: {integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==} + engines: {node: '>=4.0'} - /iferr/0.1.5: - resolution: {integrity: sha1-xg7taebY/bazEEofy8ocGS3FtQE=} + /estraverse/5.2.0: + resolution: {integrity: sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==} + engines: {node: '>=4.0'} - /ignore-walk/3.0.4: - resolution: {integrity: sha512-PY6Ii8o1jMRA1z4F2hRkH/xN59ox43DavKvD3oDpfurRlOJyAHpifIwpbdv1n4jt4ov0jSpw3kQ4GhJnpBL6WQ==} - dependencies: - minimatch: 3.0.4 + /esutils/2.0.3: + resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} + engines: {node: '>=0.10.0'} + + /etag/1.8.1: + resolution: {integrity: sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=} + engines: {node: '>= 0.6'} dev: false - /ignore/4.0.6: - resolution: {integrity: sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==} - engines: {node: '>= 4'} + /eventemitter3/4.0.7: + resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==} - /ignore/5.1.8: - resolution: {integrity: sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==} - engines: {node: '>= 4'} - dev: false + /events/3.3.0: + resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} + engines: {node: '>=0.8.x'} - /immediate/3.0.6: - resolution: {integrity: sha1-nbHb0Pr43m++D13V5Wu2BigN5ps=} + /eventsource/1.1.0: + resolution: {integrity: sha512-VSJjT5oCNrFvCS6igjzPAt5hBzQ2qPBFIbJ03zLI9SE0mxwZpMw6BfJrbFHm1a141AavMEB8JHmBhWAd66PfCg==} + engines: {node: '>=0.12.0'} + dependencies: + original: 1.0.2 dev: false - /import-fresh/3.3.0: - resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} - engines: {node: '>=6'} + /evp_bytestokey/1.0.3: + resolution: {integrity: sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==} dependencies: - parent-module: 1.0.1 - resolve-from: 4.0.0 + md5.js: 1.3.5 + safe-buffer: 5.2.1 - /import-lazy/4.0.0: - resolution: {integrity: sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==} - engines: {node: '>=8'} + /exec-sh/0.3.6: + resolution: {integrity: sha512-nQn+hI3yp+oD0huYhKwvYI32+JFeq+XkNcD1GAo3Y/MjxsfVGmrrzrnzjWiNY6f+pUCP440fThsFh5gZrRAU/w==} - /import-local/2.0.0: - resolution: {integrity: sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==} + /execa/1.0.0: + resolution: {integrity: sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==} engines: {node: '>=6'} - hasBin: true dependencies: - pkg-dir: 3.0.0 - resolve-cwd: 2.0.0 - dev: false + cross-spawn: 6.0.5 + get-stream: 4.1.0 + is-stream: 1.1.0 + npm-run-path: 2.0.2 + p-finally: 1.0.0 + signal-exit: 3.0.3 + strip-eof: 1.0.0 - /import-local/3.0.2: - resolution: {integrity: sha512-vjL3+w0oulAVZ0hBHnxa/Nm5TAurf9YLQJDhqRZyqb+VKGOB6LU8t9H1Nr5CIo16vh9XfJTOoHwU0B71S557gA==} - engines: {node: '>=8'} - hasBin: true + /execa/3.4.0: + resolution: {integrity: sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g==} + engines: {node: ^8.12.0 || >=9.7.0} dependencies: - pkg-dir: 4.2.0 - resolve-cwd: 3.0.0 + cross-spawn: 7.0.3 + get-stream: 5.2.0 + human-signals: 1.1.1 + is-stream: 2.0.0 + merge-stream: 2.0.0 + npm-run-path: 4.0.1 + onetime: 5.1.2 + p-finally: 2.0.1 + signal-exit: 3.0.3 + strip-final-newline: 2.0.0 - /imurmurhash/0.1.4: - resolution: {integrity: sha1-khi5srkoojixPcT7a21XbyMUU+o=} - engines: {node: '>=0.8.19'} + /exit/0.1.2: + resolution: {integrity: sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=} + engines: {node: '>= 0.8.0'} - /indent-string/2.1.0: - resolution: {integrity: sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=} + /expand-brackets/2.1.4: + resolution: {integrity: sha1-t3c14xXOMPa27/D4OwQVGiJEliI=} engines: {node: '>=0.10.0'} dependencies: - repeating: 2.0.1 - - /infer-owner/1.0.4: - resolution: {integrity: sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==} + debug: 2.6.9 + define-property: 0.2.5 + extend-shallow: 2.0.1 + posix-character-classes: 0.1.1 + regex-not: 1.0.2 + snapdragon: 0.8.2 + to-regex: 3.0.2 - /inflight/1.0.6: - resolution: {integrity: sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=} + /expand-tilde/2.0.2: + resolution: {integrity: sha1-l+gBqgUt8CRU3kawK/YhZCzchQI=} + engines: {node: '>=0.10.0'} dependencies: - once: 1.4.0 - wrappy: 1.0.2 - - /inherits/2.0.1: - resolution: {integrity: sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=} - - /inherits/2.0.3: - resolution: {integrity: sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=} - - /inherits/2.0.4: - resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} - - /ini/1.3.8: - resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} - - /inpath/1.0.2: - resolution: {integrity: sha1-SsIZcQ7Hpy9GD/lL9CTdPvDlKBc=} + homedir-polyfill: 1.0.3 dev: false - /inquirer/7.3.3: - resolution: {integrity: sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==} - engines: {node: '>=8.0.0'} + /expect/25.5.0: + resolution: {integrity: sha512-w7KAXo0+6qqZZhovCaBVPSIqQp7/UTcx4M9uKt2m6pd2VB1voyC8JizLRqeEqud3AAVP02g+hbErDu5gu64tlA==} + engines: {node: '>= 8.3'} dependencies: - ansi-escapes: 4.3.2 - chalk: 4.1.1 - cli-cursor: 3.1.0 - cli-width: 3.0.0 - external-editor: 3.1.0 - figures: 3.2.0 - lodash: 4.17.21 - mute-stream: 0.0.8 - run-async: 2.4.1 - rxjs: 6.6.7 - string-width: 4.2.2 - strip-ansi: 6.0.0 - through: 2.3.8 - dev: false + '@jest/types': 25.5.0 + ansi-styles: 4.3.0 + jest-get-type: 25.2.6 + jest-matcher-utils: 25.5.0 + jest-message-util: 25.5.0 + jest-regex-util: 25.2.6 - /internal-ip/4.3.0: - resolution: {integrity: sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg==} - engines: {node: '>=6'} + /express/4.17.1: + resolution: {integrity: sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==} + engines: {node: '>= 0.10.0'} dependencies: - default-gateway: 4.2.0 - ipaddr.js: 1.9.1 + accepts: 1.3.7 + array-flatten: 1.1.1 + body-parser: 1.19.0 + content-disposition: 0.5.3 + content-type: 1.0.4 + cookie: 0.4.0 + cookie-signature: 1.0.6 + debug: 2.6.9 + depd: 1.1.2 + encodeurl: 1.0.2 + escape-html: 1.0.3 + etag: 1.8.1 + finalhandler: 1.1.2 + fresh: 0.5.2 + merge-descriptors: 1.0.1 + methods: 1.1.2 + on-finished: 2.3.0 + parseurl: 1.3.3 + path-to-regexp: 0.1.7 + proxy-addr: 2.0.7 + qs: 6.7.0 + range-parser: 1.2.1 + safe-buffer: 5.1.2 + send: 0.17.1 + serve-static: 1.14.1 + setprototypeof: 1.1.1 + statuses: 1.5.0 + type-is: 1.6.18 + utils-merge: 1.0.1 + vary: 1.1.2 dev: false - /internal-slot/1.0.3: - resolution: {integrity: sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==} - engines: {node: '>= 0.4'} + /extend-shallow/2.0.1: + resolution: {integrity: sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=} + engines: {node: '>=0.10.0'} dependencies: - get-intrinsic: 1.1.1 - has: 1.0.3 - side-channel: 1.0.4 - - /interpret/1.4.0: - resolution: {integrity: sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==} - engines: {node: '>= 0.10'} + is-extendable: 0.1.1 - /invert-kv/1.0.0: - resolution: {integrity: sha1-EEqOSqym09jNFXqO+L+rLXo//bY=} + /extend-shallow/3.0.2: + resolution: {integrity: sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=} engines: {node: '>=0.10.0'} + dependencies: + assign-symbols: 1.0.0 + is-extendable: 1.0.1 - /ip-regex/2.1.0: - resolution: {integrity: sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=} - engines: {node: '>=4'} + /extend/3.0.2: + resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==} - /ip/1.1.5: - resolution: {integrity: sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=} + /external-editor/3.1.0: + resolution: {integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==} + engines: {node: '>=4'} + dependencies: + chardet: 0.7.0 + iconv-lite: 0.4.24 + tmp: 0.0.33 dev: false - /ipaddr.js/1.9.1: - resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==} - engines: {node: '>= 0.10'} - dev: false + /extglob/2.0.4: + resolution: {integrity: sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==} + engines: {node: '>=0.10.0'} + dependencies: + array-unique: 0.3.2 + define-property: 1.0.0 + expand-brackets: 2.1.4 + extend-shallow: 2.0.1 + fragment-cache: 0.2.1 + regex-not: 1.0.2 + snapdragon: 0.8.2 + to-regex: 3.0.2 - /is-absolute-url/3.0.3: - resolution: {integrity: sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q==} - engines: {node: '>=8'} + /extsprintf/1.3.0: + resolution: {integrity: sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=} + engines: {'0': node >=0.6.0} + + /fast-decode-uri-component/1.0.1: + resolution: {integrity: sha512-WKgKWg5eUxvRZGwW8FvfbaH7AXSh2cL+3j5fMGzUMCxWBJ3dV3a7Wz8y2f/uQ0e3B6WmodD3oS54jTQ9HVTIIg==} dev: false - /is-absolute/1.0.0: - resolution: {integrity: sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==} - engines: {node: '>=0.10.0'} - dependencies: - is-relative: 1.0.0 - is-windows: 1.0.2 + /fast-deep-equal/3.1.3: + resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} - /is-accessor-descriptor/0.1.6: - resolution: {integrity: sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=} - engines: {node: '>=0.10.0'} + /fast-glob/3.2.7: + resolution: {integrity: sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==} + engines: {node: '>=8'} dependencies: - kind-of: 3.2.2 + '@nodelib/fs.stat': 2.0.5 + '@nodelib/fs.walk': 1.2.8 + glob-parent: 5.1.2 + merge2: 1.4.1 + micromatch: 4.0.4 - /is-accessor-descriptor/1.0.0: - resolution: {integrity: sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==} - engines: {node: '>=0.10.0'} - dependencies: - kind-of: 6.0.3 + /fast-json-stable-stringify/2.1.0: + resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} - /is-arguments/1.1.0: - resolution: {integrity: sha512-1Ij4lOMPl/xB5kBDn7I+b2ttPMKa8szhEIrXDuXQD/oe3HJLTLhqhgGspwgyGd6MOywBUqVvYicF72lkgDnIHg==} - engines: {node: '>= 0.4'} + /fast-json-stringify/2.7.7: + resolution: {integrity: sha512-2kiwC/hBlK7QiGALsvj0QxtYwaReLOmAwOWJIxt5WHBB9EwXsqbsu8LCel47yh8NV8CEcFmnZYcXh4BionJcwQ==} + engines: {node: '>= 10.0.0'} dependencies: - call-bind: 1.0.2 + ajv: 6.12.6 + deepmerge: 4.2.2 + rfdc: 1.3.0 + string-similarity: 4.0.4 dev: false - /is-arrayish/0.2.1: - resolution: {integrity: sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=} + /fast-levenshtein/2.0.6: + resolution: {integrity: sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=} - /is-bigint/1.0.2: - resolution: {integrity: sha512-0JV5+SOCQkIdzjBK9buARcV804Ddu7A0Qet6sHi3FimE9ne6m4BGQZfRn+NZiXbBk4F4XmHfDZIipLj9pX8dSA==} + /fast-redact/3.0.1: + resolution: {integrity: sha512-kYpn4Y/valC9MdrISg47tZOpYBNoTXKgT9GYXFpHN/jYFs+lFkPoisY+LcBODdKVMY96ATzvzsWv+ES/4Kmufw==} + engines: {node: '>=6'} + dev: false - /is-binary-path/1.0.1: - resolution: {integrity: sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=} - engines: {node: '>=0.10.0'} - dependencies: - binary-extensions: 1.13.1 + /fast-safe-stringify/2.0.8: + resolution: {integrity: sha512-lXatBjf3WPjmWD6DpIZxkeSsCOwqI0maYMpgDlx8g4U2qi4lbjA9oH/HD2a87G+KfsUmo5WbJFmqBZlPxtptag==} + dev: false - /is-binary-path/2.1.0: - resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} - engines: {node: '>=8'} - dependencies: - binary-extensions: 2.2.0 + /fastify-error/0.3.1: + resolution: {integrity: sha512-oCfpcsDndgnDVgiI7bwFKAun2dO+4h84vBlkWsWnz/OUK9Reff5UFoFl241xTiLeHWX/vU9zkDVXqYUxjOwHcQ==} + dev: false - /is-boolean-object/1.1.1: - resolution: {integrity: sha512-bXdQWkECBUIAcCkeH1unwJLIpZYaa5VvuygSyS/c2lf719mTKZDU5UdDRlpd01UjADgmW8RfqaP+mRaVPdr/Ng==} - engines: {node: '>= 0.4'} - dependencies: - call-bind: 1.0.2 + /fastify-warning/0.2.0: + resolution: {integrity: sha512-s1EQguBw/9qtc1p/WTY4eq9WMRIACkj+HTcOIK1in4MV5aFaQC9ZCIt0dJ7pr5bIf4lPpHvAtP2ywpTNgs7hqw==} + dev: false - /is-buffer/1.1.6: - resolution: {integrity: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==} + /fastify/3.16.2: + resolution: {integrity: sha512-tdu0fz6wk9AbtD91AbzZGjKgEQLcIy7rT2vEzTUL/zifAMS/L7ViKY9p9k3g3yCRnIQzYzxH2RAbvYZaTbKasw==} + engines: {node: '>=10.16.0'} + dependencies: + '@fastify/ajv-compiler': 1.1.0 + '@fastify/proxy-addr': 3.0.0 + abstract-logging: 2.0.1 + avvio: 7.2.2 + fast-json-stringify: 2.7.7 + fastify-error: 0.3.1 + fastify-warning: 0.2.0 + find-my-way: 4.3.2 + flatstr: 1.0.12 + light-my-request: 4.4.1 + pino: 6.12.0 + readable-stream: 3.6.0 + rfdc: 1.3.0 + secure-json-parse: 2.4.0 + semver: 7.3.5 + tiny-lru: 7.0.6 + transitivePeerDependencies: + - supports-color + dev: false - /is-callable/1.2.3: - resolution: {integrity: sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ==} - engines: {node: '>= 0.4'} + /fastparse/1.1.2: + resolution: {integrity: sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ==} - /is-ci/2.0.0: - resolution: {integrity: sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==} - hasBin: true + /fastq/1.11.1: + resolution: {integrity: sha512-HOnr8Mc60eNYl1gzwp6r5RoUyAn5/glBolUzP/Ez6IFVPMPirxn/9phgL6zhOtaTy7ISwPvQ+wT+hfcRZh/bzw==} dependencies: - ci-info: 2.0.0 + reusify: 1.0.4 - /is-core-module/2.4.0: - resolution: {integrity: sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==} + /faye-websocket/0.11.4: + resolution: {integrity: sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==} + engines: {node: '>=0.8.0'} dependencies: - has: 1.0.3 + websocket-driver: 0.7.4 + dev: false - /is-data-descriptor/0.1.4: - resolution: {integrity: sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=} - engines: {node: '>=0.10.0'} + /fb-watchman/2.0.1: + resolution: {integrity: sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg==} dependencies: - kind-of: 3.2.2 + bser: 2.1.1 - /is-data-descriptor/1.0.0: - resolution: {integrity: sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==} - engines: {node: '>=0.10.0'} - dependencies: - kind-of: 6.0.3 + /figgy-pudding/3.5.2: + resolution: {integrity: sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==} - /is-date-object/1.0.4: - resolution: {integrity: sha512-/b4ZVsG7Z5XVtIxs/h9W8nvfLgSAyKYdtGWQLbqy6jA1icmgjf8WCoTKgeS4wy5tYaPePouzFMANbnj94c2Z+A==} - engines: {node: '>= 0.4'} + /figures/3.2.0: + resolution: {integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==} + engines: {node: '>=8'} + dependencies: + escape-string-regexp: 1.0.5 + dev: false - /is-descriptor/0.1.6: - resolution: {integrity: sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==} - engines: {node: '>=0.10.0'} + /file-entry-cache/5.0.1: + resolution: {integrity: sha512-bCg29ictuBaKUwwArK4ouCaqDgLZcysCFLmM/Yn/FDoqndh/9vNuQfXRDvTuXKLxfD/JtZQGKFT8MGcJBK644g==} + engines: {node: '>=4'} dependencies: - is-accessor-descriptor: 0.1.6 - is-data-descriptor: 0.1.4 - kind-of: 5.1.0 + flat-cache: 2.0.1 - /is-descriptor/1.0.2: - resolution: {integrity: sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==} - engines: {node: '>=0.10.0'} + /file-loader/6.0.0_webpack@4.44.2: + resolution: {integrity: sha512-/aMOAYEFXDdjG0wytpTL5YQLfZnnTmLNjn+AIrJ/6HVnTfDqLsVKUUwkDf4I4kgex36BvjuXEn/TX9B/1ESyqQ==} + engines: {node: '>= 10.13.0'} + peerDependencies: + webpack: ^4.0.0 || ^5.0.0 dependencies: - is-accessor-descriptor: 1.0.0 - is-data-descriptor: 1.0.0 - kind-of: 6.0.3 + loader-utils: 2.0.0 + schema-utils: 2.7.1 + webpack: 4.44.2 + dev: true - /is-docker/2.2.1: - resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==} - engines: {node: '>=8'} - hasBin: true + /file-uri-to-path/1.0.0: + resolution: {integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==} optional: true - /is-extendable/0.1.1: - resolution: {integrity: sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=} - engines: {node: '>=0.10.0'} + /filesize/3.6.1: + resolution: {integrity: sha512-7KjR1vv6qnicaPMi1iiTcI85CyYwRO/PSFCu6SvqL8jN2Wjt/NIYQTFtFs7fSDCYOstUkEWIQGFUg5YZQfjlcg==} + engines: {node: '>= 0.4.0'} + dev: false - /is-extendable/1.0.1: - resolution: {integrity: sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==} + /fill-range/4.0.0: + resolution: {integrity: sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=} engines: {node: '>=0.10.0'} dependencies: - is-plain-object: 2.0.4 - - /is-extglob/2.1.1: - resolution: {integrity: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=} - engines: {node: '>=0.10.0'} - - /is-finite/1.1.0: - resolution: {integrity: sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==} - engines: {node: '>=0.10.0'} + extend-shallow: 2.0.1 + is-number: 3.0.0 + repeat-string: 1.6.1 + to-regex-range: 2.1.1 - /is-fullwidth-code-point/1.0.0: - resolution: {integrity: sha1-754xOG8DGn8NZDr4L95QxFfvAMs=} - engines: {node: '>=0.10.0'} + /fill-range/7.0.1: + resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==} + engines: {node: '>=8'} dependencies: - number-is-nan: 1.0.1 - - /is-fullwidth-code-point/2.0.0: - resolution: {integrity: sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=} - engines: {node: '>=4'} + to-regex-range: 5.0.1 - /is-fullwidth-code-point/3.0.0: - resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} - engines: {node: '>=8'} + /finalhandler/1.1.2: + resolution: {integrity: sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==} + engines: {node: '>= 0.8'} + dependencies: + debug: 2.6.9 + encodeurl: 1.0.2 + escape-html: 1.0.3 + on-finished: 2.3.0 + parseurl: 1.3.3 + statuses: 1.5.0 + unpipe: 1.0.0 + dev: false - /is-generator-fn/2.1.0: - resolution: {integrity: sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==} + /find-cache-dir/2.1.0: + resolution: {integrity: sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==} engines: {node: '>=6'} - - /is-glob/3.1.0: - resolution: {integrity: sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=} - engines: {node: '>=0.10.0'} dependencies: - is-extglob: 2.1.1 + commondir: 1.0.1 + make-dir: 2.1.0 + pkg-dir: 3.0.0 - /is-glob/4.0.1: - resolution: {integrity: sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==} - engines: {node: '>=0.10.0'} + /find-my-way/4.3.2: + resolution: {integrity: sha512-hjd9Oe7cJUknsm4cj91RLjz4TDsgFDkTTeKax44059GPI/nBYbGVG5RvCMDLcXLJhq1561QqknstRUwup0INzg==} + engines: {node: '>=10'} dependencies: - is-extglob: 2.1.1 + fast-decode-uri-component: 1.0.1 + fast-deep-equal: 3.1.3 + safe-regex2: 2.0.0 + semver-store: 0.3.0 + dev: false - /is-negated-glob/1.0.0: - resolution: {integrity: sha1-aRC8pdqMleeEtXUbl2z1oQ/uNtI=} + /find-up/1.1.2: + resolution: {integrity: sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=} engines: {node: '>=0.10.0'} + dependencies: + path-exists: 2.1.0 + pinkie-promise: 2.0.1 - /is-negative-zero/2.0.1: - resolution: {integrity: sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==} - engines: {node: '>= 0.4'} - - /is-number-object/1.0.5: - resolution: {integrity: sha512-RU0lI/n95pMoUKu9v1BZP5MBcZuNSVJkMkAG2dJqC4z2GlkGUNeH68SuHuBKBD/XFe+LHZ+f9BKkLET60Niedw==} - engines: {node: '>= 0.4'} - - /is-number/3.0.0: - resolution: {integrity: sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=} - engines: {node: '>=0.10.0'} + /find-up/3.0.0: + resolution: {integrity: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==} + engines: {node: '>=6'} dependencies: - kind-of: 3.2.2 + locate-path: 3.0.0 - /is-number/4.0.0: - resolution: {integrity: sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==} - engines: {node: '>=0.10.0'} + /find-up/4.1.0: + resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==} + engines: {node: '>=8'} + dependencies: + locate-path: 5.0.0 + path-exists: 4.0.0 - /is-number/7.0.0: - resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} - engines: {node: '>=0.12.0'} + /findup-sync/3.0.0: + resolution: {integrity: sha512-YbffarhcicEhOrm4CtrwdKBdCuz576RLdhJDsIfvNtxUuhdRet1qZcsMjqbePtAseKdAnDyM/IyXbu7PRPRLYg==} + engines: {node: '>= 0.10'} + dependencies: + detect-file: 1.0.0 + is-glob: 4.0.1 + micromatch: 3.1.10 + resolve-dir: 1.0.1 + dev: false - /is-path-cwd/1.0.0: - resolution: {integrity: sha1-0iXsIxMuie3Tj9p2dHLmLmXxEG0=} - engines: {node: '>=0.10.0'} + /flat-cache/2.0.1: + resolution: {integrity: sha512-LoQe6yDuUMDzQAEH8sgmh4Md6oZnc/7PjtwjNFSzveXqSHt6ka9fPBuso7IGf9Rz4uqnSnWiFH2B/zj24a5ReA==} + engines: {node: '>=4'} + dependencies: + flatted: 2.0.2 + rimraf: 2.6.3 + write: 1.0.3 - /is-path-cwd/2.2.0: - resolution: {integrity: sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==} - engines: {node: '>=6'} + /flatstr/1.0.12: + resolution: {integrity: sha512-4zPxDyhCyiN2wIAtSLI6gc82/EjqZc1onI4Mz/l0pWrAlsSfYH/2ZIcU+e3oA2wDwbzIWNKwa23F8rh6+DRWkw==} dev: false - /is-path-in-cwd/1.0.1: - resolution: {integrity: sha512-FjV1RTW48E7CWM7eE/J2NJvAEEVektecDBVBE5Hh3nM1Jd0kvhHtX68Pr3xsDf857xt3Y4AkwVULK1Vku62aaQ==} - engines: {node: '>=0.10.0'} + /flatted/2.0.2: + resolution: {integrity: sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==} + + /flush-write-stream/1.1.1: + resolution: {integrity: sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==} dependencies: - is-path-inside: 1.0.1 + inherits: 2.0.4 + readable-stream: 2.3.7 - /is-path-in-cwd/2.1.0: - resolution: {integrity: sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ==} - engines: {node: '>=6'} + /follow-redirects/1.14.1: + resolution: {integrity: sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg==} + engines: {node: '>=4.0'} + peerDependencies: + debug: '*' + peerDependenciesMeta: + debug: + optional: true + dev: true + + /follow-redirects/1.14.1_debug@4.3.2: + resolution: {integrity: sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg==} + engines: {node: '>=4.0'} + peerDependencies: + debug: '*' + peerDependenciesMeta: + debug: + optional: true dependencies: - is-path-inside: 2.1.0 + debug: 4.3.2_supports-color@6.1.0 dev: false - /is-path-inside/1.0.1: - resolution: {integrity: sha1-jvW33lBDej/cprToZe96pVy0gDY=} + /for-in/1.0.2: + resolution: {integrity: sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=} engines: {node: '>=0.10.0'} + + /forever-agent/0.6.1: + resolution: {integrity: sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=} + + /form-data/2.3.3: + resolution: {integrity: sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==} + engines: {node: '>= 0.12'} dependencies: - path-is-inside: 1.0.2 + asynckit: 0.4.0 + combined-stream: 1.0.8 + mime-types: 2.1.31 - /is-path-inside/2.1.0: - resolution: {integrity: sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg==} - engines: {node: '>=6'} + /form-data/3.0.1: + resolution: {integrity: sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==} + engines: {node: '>= 6'} dependencies: - path-is-inside: 1.0.2 + asynckit: 0.4.0 + combined-stream: 1.0.8 + mime-types: 2.1.31 dev: false - /is-plain-obj/2.1.0: - resolution: {integrity: sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==} - engines: {node: '>=8'} + /forwarded/0.2.0: + resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==} + engines: {node: '>= 0.6'} dev: false - /is-plain-obj/3.0.0: - resolution: {integrity: sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==} - engines: {node: '>=10'} - dev: true - - /is-plain-object/2.0.4: - resolution: {integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==} + /fragment-cache/0.2.1: + resolution: {integrity: sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=} engines: {node: '>=0.10.0'} dependencies: - isobject: 3.0.1 + map-cache: 0.2.2 - /is-plain-object/5.0.0: - resolution: {integrity: sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==} - engines: {node: '>=0.10.0'} + /fresh/0.5.2: + resolution: {integrity: sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=} + engines: {node: '>= 0.6'} + dev: false - /is-regex/1.1.3: - resolution: {integrity: sha512-qSVXFz28HM7y+IWX6vLCsexdlvzT1PJNFSBuaQLQ5o0IEw8UDYW6/2+eCMVyIsbM8CNLX2a/QWmSpyxYEHY7CQ==} - engines: {node: '>= 0.4'} + /from2/2.3.0: + resolution: {integrity: sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=} dependencies: - call-bind: 1.0.2 - has-symbols: 1.0.2 + inherits: 2.0.4 + readable-stream: 2.3.7 - /is-relative/1.0.0: - resolution: {integrity: sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==} - engines: {node: '>=0.10.0'} + /fs-extra/7.0.1: + resolution: {integrity: sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==} + engines: {node: '>=6 <7 || >=8'} dependencies: - is-unc-path: 1.0.0 - - /is-stream/1.1.0: - resolution: {integrity: sha1-EtSj3U5o4Lec6428hBc66A2RykQ=} - engines: {node: '>=0.10.0'} - - /is-stream/2.0.0: - resolution: {integrity: sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==} - engines: {node: '>=8'} - - /is-string/1.0.6: - resolution: {integrity: sha512-2gdzbKUuqtQ3lYNrUTQYoClPhm7oQu4UdpSZMp1/DGgkHBT8E2Z1l0yMdb6D4zNAxwDiMv8MdulKROJGNl0Q0w==} - engines: {node: '>= 0.4'} + graceful-fs: 4.2.6 + jsonfile: 4.0.0 + universalify: 0.1.2 - /is-subdir/1.2.0: - resolution: {integrity: sha512-2AT6j+gXe/1ueqbW6fLZJiIw3F8iXGJtt0yDrZaBhAZEG1raiTxKWU+IPqMCzQAXOUCKdA4UDMgacKH25XG2Cw==} - engines: {node: '>=4'} + /fs-minipass/2.1.0: + resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==} + engines: {node: '>= 8'} dependencies: - better-path-resolve: 1.0.0 - dev: false + minipass: 3.1.3 - /is-symbol/1.0.4: - resolution: {integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==} - engines: {node: '>= 0.4'} + /fs-write-stream-atomic/1.0.10: + resolution: {integrity: sha1-tH31NJPvkR33VzHnCp3tAYnbQMk=} dependencies: - has-symbols: 1.0.2 + graceful-fs: 4.2.6 + iferr: 0.1.5 + imurmurhash: 0.1.4 + readable-stream: 2.3.7 - /is-typedarray/1.0.0: - resolution: {integrity: sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=} + /fs.realpath/1.0.0: + resolution: {integrity: sha1-FQStJSMVjKpA20onh8sBQRmU6k8=} - /is-unc-path/1.0.0: - resolution: {integrity: sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==} - engines: {node: '>=0.10.0'} + /fsevents/1.2.13: + resolution: {integrity: sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==} + engines: {node: '>= 4.0'} + os: [darwin] + deprecated: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2. + requiresBuild: true dependencies: - unc-path-regex: 0.1.2 - - /is-utf8/0.2.1: - resolution: {integrity: sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=} - - /is-valid-glob/1.0.0: - resolution: {integrity: sha1-Kb8+/3Ab4tTTFdusw5vDn+j2Aao=} - engines: {node: '>=0.10.0'} - - /is-windows/1.0.2: - resolution: {integrity: sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==} - engines: {node: '>=0.10.0'} - - /is-wsl/1.1.0: - resolution: {integrity: sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=} - engines: {node: '>=4'} + bindings: 1.5.0 + nan: 2.14.2 + optional: true - /is-wsl/2.2.0: - resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==} - engines: {node: '>=8'} - dependencies: - is-docker: 2.2.1 + /fsevents/2.1.3: + resolution: {integrity: sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==} + engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} + os: [darwin] + deprecated: '"Please update to latest v2.3 or v2.2"' optional: true - /isarray/0.0.1: - resolution: {integrity: sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=} + /fsevents/2.3.2: + resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==} + engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} + os: [darwin] + optional: true - /isarray/1.0.0: - resolution: {integrity: sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=} + /function-bind/1.1.1: + resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==} - /isexe/2.0.0: - resolution: {integrity: sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=} + /functional-red-black-tree/1.0.1: + resolution: {integrity: sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=} - /isobject/2.1.0: - resolution: {integrity: sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=} - engines: {node: '>=0.10.0'} + /gauge/2.7.4: + resolution: {integrity: sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=} dependencies: - isarray: 1.0.0 - - /isobject/3.0.1: - resolution: {integrity: sha1-TkMekrEalzFjaqH5yNHMvP2reN8=} - engines: {node: '>=0.10.0'} - - /isstream/0.1.2: - resolution: {integrity: sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=} - - /istanbul-lib-coverage/3.0.0: - resolution: {integrity: sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg==} - engines: {node: '>=8'} + aproba: 1.2.0 + console-control-strings: 1.1.0 + has-unicode: 2.0.1 + object-assign: 4.1.1 + signal-exit: 3.0.3 + string-width: 1.0.2 + strip-ansi: 3.0.1 + wide-align: 1.1.3 - /istanbul-lib-instrument/4.0.3: - resolution: {integrity: sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==} - engines: {node: '>=8'} + /gaze/1.1.3: + resolution: {integrity: sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==} + engines: {node: '>= 4.0.0'} dependencies: - '@babel/core': 7.14.0 - '@istanbuljs/schema': 0.1.3 - istanbul-lib-coverage: 3.0.0 - semver: 6.3.0 - transitivePeerDependencies: - - supports-color + globule: 1.3.2 - /istanbul-lib-report/3.0.0: - resolution: {integrity: sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==} - engines: {node: '>=8'} + /generic-names/2.0.1: + resolution: {integrity: sha512-kPCHWa1m9wGG/OwQpeweTwM/PYiQLrUIxXbt/P4Nic3LbGjCP0YwrALHW1uNLKZ0LIMg+RF+XRlj2ekT9ZlZAQ==} dependencies: - istanbul-lib-coverage: 3.0.0 - make-dir: 3.1.0 - supports-color: 7.2.0 + loader-utils: 1.1.0 - /istanbul-lib-source-maps/4.0.0: - resolution: {integrity: sha512-c16LpFRkR8vQXyHZ5nLpY35JZtzj1PQY1iZmesUbf1FZHbIupcWfjgOXBY9YHkLEQ6puz1u4Dgj6qmU/DisrZg==} - engines: {node: '>=8'} - dependencies: - debug: 4.3.1 - istanbul-lib-coverage: 3.0.0 - source-map: 0.6.1 - transitivePeerDependencies: - - supports-color + /gensync/1.0.0-beta.2: + resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} + engines: {node: '>=6.9.0'} - /istanbul-reports/3.0.2: - resolution: {integrity: sha512-9tZvz7AiR3PEDNGiV9vIouQ/EAcqMXFmkcA1CDFTwOB98OZVDL0PH9glHotf5Ugp6GCOTypfzGWI/OqjWNCRUw==} - engines: {node: '>=8'} - dependencies: - html-escaper: 2.0.2 - istanbul-lib-report: 3.0.0 + /get-caller-file/2.0.5: + resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} + engines: {node: 6.* || 8.* || >= 10.*} - /istanbul-threshold-checker/0.1.0: - resolution: {integrity: sha1-DhRCwBfLJ6hfeBc0/v0hJkBco5w=} + /get-intrinsic/1.1.1: + resolution: {integrity: sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==} dependencies: - istanbul: 0.3.22 - lodash: 3.6.0 + function-bind: 1.1.1 + has: 1.0.3 + has-symbols: 1.0.2 - /istanbul/0.3.22: - resolution: {integrity: sha1-PhZNhQIf4ZyYXR8OfvDD4i0BLrY=} - deprecated: |- - This module is no longer maintained, try this instead: - npm i nyc - Visit https://istanbul.js.org/integrations for other alternatives. - hasBin: true - dependencies: - abbrev: 1.0.9 - async: 1.5.2 - escodegen: 1.7.1 - esprima: 2.5.0 - fileset: 0.2.1 - handlebars: 4.7.7 - js-yaml: 3.13.1 - mkdirp: 0.5.5 - nopt: 3.0.6 - once: 1.4.0 - resolve: 1.1.7 - supports-color: 3.2.3 - which: 1.3.1 - wordwrap: 1.0.0 + /get-package-type/0.1.0: + resolution: {integrity: sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==} + engines: {node: '>=8.0.0'} - /istanbul/0.4.5: - resolution: {integrity: sha1-ZcfXPUxNqE1POsMQuRj7C4Azczs=} - deprecated: |- - This module is no longer maintained, try this instead: - npm i nyc - Visit https://istanbul.js.org/integrations for other alternatives. - hasBin: true - dependencies: - abbrev: 1.0.9 - async: 1.5.2 - escodegen: 1.8.1 - esprima: 2.7.3 - glob: 5.0.15 - handlebars: 4.7.7 - js-yaml: 3.13.1 - mkdirp: 0.5.5 - nopt: 3.0.6 - once: 1.4.0 - resolve: 1.1.7 - supports-color: 3.2.3 - which: 1.3.1 - wordwrap: 1.0.0 + /get-stdin/4.0.1: + resolution: {integrity: sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=} + engines: {node: '>=0.10.0'} - /istextorbinary/1.0.2: - resolution: {integrity: sha1-rOGTVNGpoBc+/rEITOD4ewrX3s8=} - engines: {node: '>=0.4'} + /get-stream/4.1.0: + resolution: {integrity: sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==} + engines: {node: '>=6'} dependencies: - binaryextensions: 1.0.1 - textextensions: 1.0.2 - dev: false + pump: 3.0.0 - /jest-changed-files/25.5.0: - resolution: {integrity: sha512-EOw9QEqapsDT7mKF162m8HFzRPbmP8qJQny6ldVOdOVBz3ACgPm/1nAn5fPQ/NDaYhX/AHkrGwwkCncpAVSXcw==} - engines: {node: '>= 8.3'} + /get-stream/5.2.0: + resolution: {integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==} + engines: {node: '>=8'} dependencies: - '@jest/types': 25.5.0 - execa: 3.4.0 - throat: 5.0.0 + pump: 3.0.0 - /jest-cli/25.4.0: - resolution: {integrity: sha512-usyrj1lzCJZMRN1r3QEdnn8e6E6yCx/QN7+B1sLoA68V7f3WlsxSSQfy0+BAwRiF4Hz2eHauf11GZG3PIfWTXQ==} - engines: {node: '>= 8.3'} - hasBin: true - dependencies: - '@jest/core': 25.4.0 - '@jest/test-result': 25.5.0 - '@jest/types': 25.4.0 - chalk: 3.0.0 - exit: 0.1.2 - import-local: 3.0.2 - is-ci: 2.0.0 - jest-config: 25.5.4 - jest-util: 25.5.0 - jest-validate: 25.5.0 - prompts: 2.4.1 - realpath-native: 2.0.0 - yargs: 15.4.1 - transitivePeerDependencies: - - bufferutil - - canvas - - supports-color - - utf-8-validate + /get-value/2.0.6: + resolution: {integrity: sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=} + engines: {node: '>=0.10.0'} - /jest-config/25.5.4: - resolution: {integrity: sha512-SZwR91SwcdK6bz7Gco8qL7YY2sx8tFJYzvg216DLihTWf+LKY/DoJXpM9nTzYakSyfblbqeU48p/p7Jzy05Atg==} - engines: {node: '>= 8.3'} + /getpass/0.1.7: + resolution: {integrity: sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=} dependencies: - '@babel/core': 7.14.0 - '@jest/test-sequencer': 25.5.4 - '@jest/types': 25.5.0 - babel-jest: 25.5.1_@babel+core@7.14.0 - chalk: 3.0.0 - deepmerge: 4.2.2 - glob: 7.1.7 - graceful-fs: 4.2.6 - jest-environment-jsdom: 25.5.0 - jest-environment-node: 25.5.0 - jest-get-type: 25.2.6 - jest-jasmine2: 25.5.4 - jest-regex-util: 25.2.6 - jest-resolve: 25.5.1 - jest-util: 25.5.0 - jest-validate: 25.5.0 - micromatch: 4.0.4 - pretty-format: 25.5.0 - realpath-native: 2.0.0 - transitivePeerDependencies: - - bufferutil - - canvas - - supports-color - - utf-8-validate + assert-plus: 1.0.0 - /jest-diff/25.5.0: - resolution: {integrity: sha512-z1kygetuPiREYdNIumRpAHY6RXiGmp70YHptjdaxTWGmA085W3iCnXNx0DhflK3vwrKmrRWyY1wUpkPMVxMK7A==} - engines: {node: '>= 8.3'} - dependencies: - chalk: 3.0.0 - diff-sequences: 25.2.6 - jest-get-type: 25.2.6 - pretty-format: 25.5.0 + /git-repo-info/2.1.1: + resolution: {integrity: sha512-8aCohiDo4jwjOwma4FmYFd3i97urZulL8XL24nIPxuE+GZnfsAyy/g2Shqx6OjUiFKUXZM+Yy+KHnOmmA3FVcg==} + engines: {node: '>= 4.0'} + dev: false - /jest-docblock/25.3.0: - resolution: {integrity: sha512-aktF0kCar8+zxRHxQZwxMy70stc9R1mOmrLsT5VO3pIT0uzGRSDAXxSlz4NqQWpuLjPpuMhPRl7H+5FRsvIQAg==} - engines: {node: '>= 8.3'} - dependencies: - detect-newline: 3.1.0 + /glob-escape/0.0.2: + resolution: {integrity: sha1-nCf3gh7RwTd1gvPv2VWOP2dWKO0=} + engines: {node: '>= 0.10'} - /jest-each/25.5.0: - resolution: {integrity: sha512-QBogUxna3D8vtiItvn54xXde7+vuzqRrEeaw8r1s+1TG9eZLVJE5ZkKoSUlqFwRjnlaA4hyKGiu9OlkFIuKnjA==} - engines: {node: '>= 8.3'} + /glob-parent/3.1.0: + resolution: {integrity: sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=} dependencies: - '@jest/types': 25.5.0 - chalk: 3.0.0 - jest-get-type: 25.2.6 - jest-util: 25.5.0 - pretty-format: 25.5.0 + is-glob: 3.1.0 + path-dirname: 1.0.2 - /jest-environment-jsdom/25.4.0: - resolution: {integrity: sha512-KTitVGMDrn2+pt7aZ8/yUTuS333w3pWt1Mf88vMntw7ZSBNDkRS6/4XLbFpWXYfWfp1FjcjQTOKzbK20oIehWQ==} - engines: {node: '>= 8.3'} + /glob-parent/5.1.2: + resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} + engines: {node: '>= 6'} dependencies: - '@jest/environment': 25.5.0 - '@jest/fake-timers': 25.5.0 - '@jest/types': 25.4.0 - jest-mock: 25.5.0 - jest-util: 25.5.0 - jsdom: 15.2.1 - transitivePeerDependencies: - - bufferutil - - canvas - - utf-8-validate + is-glob: 4.0.1 - /jest-environment-jsdom/25.5.0: - resolution: {integrity: sha512-7Jr02ydaq4jaWMZLY+Skn8wL5nVIYpWvmeatOHL3tOcV3Zw8sjnPpx+ZdeBfc457p8jCR9J6YCc+Lga0oIy62A==} - engines: {node: '>= 8.3'} + /glob-to-regexp/0.4.1: + resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==} + dev: false + + /glob/7.0.6: + resolution: {integrity: sha1-IRuvr0nlJbjNkyYNFKsTYVKz9Xo=} dependencies: - '@jest/environment': 25.5.0 - '@jest/fake-timers': 25.5.0 - '@jest/types': 25.5.0 - jest-mock: 25.5.0 - jest-util: 25.5.0 - jsdom: 15.2.1 - transitivePeerDependencies: - - bufferutil - - canvas - - utf-8-validate + fs.realpath: 1.0.0 + inflight: 1.0.6 + inherits: 2.0.4 + minimatch: 3.0.4 + once: 1.4.0 + path-is-absolute: 1.0.1 - /jest-environment-node/25.5.0: - resolution: {integrity: sha512-iuxK6rQR2En9EID+2k+IBs5fCFd919gVVK5BeND82fYeLWPqvRcFNPKu9+gxTwfB5XwBGBvZ0HFQa+cHtIoslA==} - engines: {node: '>= 8.3'} + /glob/7.1.7: + resolution: {integrity: sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==} dependencies: - '@jest/environment': 25.5.0 - '@jest/fake-timers': 25.5.0 - '@jest/types': 25.5.0 - jest-mock: 25.5.0 - jest-util: 25.5.0 - semver: 6.3.0 + fs.realpath: 1.0.0 + inflight: 1.0.6 + inherits: 2.0.4 + minimatch: 3.0.4 + once: 1.4.0 + path-is-absolute: 1.0.1 - /jest-get-type/25.2.6: - resolution: {integrity: sha512-DxjtyzOHjObRM+sM1knti6or+eOgcGU4xVSb2HNP1TqO4ahsT+rqZg+nyqHWJSvWgKC5cG3QjGFBqxLghiF/Ig==} - engines: {node: '>= 8.3'} + /global-modules/1.0.0: + resolution: {integrity: sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==} + engines: {node: '>=0.10.0'} + dependencies: + global-prefix: 1.0.2 + is-windows: 1.0.2 + resolve-dir: 1.0.1 + dev: false - /jest-haste-map/25.5.1: - resolution: {integrity: sha512-dddgh9UZjV7SCDQUrQ+5t9yy8iEgKc1AKqZR9YDww8xsVOtzPQSMVLDChc21+g29oTRexb9/B0bIlZL+sWmvAQ==} - engines: {node: '>= 8.3'} + /global-modules/2.0.0: + resolution: {integrity: sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==} + engines: {node: '>=6'} dependencies: - '@jest/types': 25.5.0 - '@types/graceful-fs': 4.1.5 - anymatch: 3.1.2 - fb-watchman: 2.0.1 - graceful-fs: 4.2.6 - jest-serializer: 25.5.0 - jest-util: 25.5.0 - jest-worker: 25.5.0 - micromatch: 4.0.4 - sane: 4.1.0 - walker: 1.0.7 - which: 2.0.2 - optionalDependencies: - fsevents: 2.3.2 + global-prefix: 3.0.0 + dev: false - /jest-jasmine2/25.5.4: - resolution: {integrity: sha512-9acbWEfbmS8UpdcfqnDO+uBUgKa/9hcRh983IHdM+pKmJPL77G0sWAAK0V0kr5LK3a8cSBfkFSoncXwQlRZfkQ==} - engines: {node: '>= 8.3'} + /global-prefix/1.0.2: + resolution: {integrity: sha1-2/dDxsFJklk8ZVVoy2btMsASLr4=} + engines: {node: '>=0.10.0'} dependencies: - '@babel/traverse': 7.14.0 - '@jest/environment': 25.5.0 - '@jest/source-map': 25.5.0 - '@jest/test-result': 25.5.0 - '@jest/types': 25.5.0 - chalk: 3.0.0 - co: 4.6.0 - expect: 25.5.0 - is-generator-fn: 2.1.0 - jest-each: 25.5.0 - jest-matcher-utils: 25.5.0 - jest-message-util: 25.5.0 - jest-runtime: 25.5.4 - jest-snapshot: 25.5.1 - jest-util: 25.5.0 - pretty-format: 25.5.0 - throat: 5.0.0 - transitivePeerDependencies: - - bufferutil - - canvas - - supports-color - - utf-8-validate + expand-tilde: 2.0.2 + homedir-polyfill: 1.0.3 + ini: 1.3.8 + is-windows: 1.0.2 + which: 1.3.1 + dev: false - /jest-leak-detector/25.5.0: - resolution: {integrity: sha512-rV7JdLsanS8OkdDpZtgBf61L5xZ4NnYLBq72r6ldxahJWWczZjXawRsoHyXzibM5ed7C2QRjpp6ypgwGdKyoVA==} - engines: {node: '>= 8.3'} + /global-prefix/3.0.0: + resolution: {integrity: sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==} + engines: {node: '>=6'} dependencies: - jest-get-type: 25.2.6 - pretty-format: 25.5.0 + ini: 1.3.8 + kind-of: 6.0.3 + which: 1.3.1 + dev: false - /jest-matcher-utils/25.5.0: - resolution: {integrity: sha512-VWI269+9JS5cpndnpCwm7dy7JtGQT30UHfrnM3mXl22gHGt/b7NkjBqXfbhZ8V4B7ANUsjK18PlSBmG0YH7gjw==} - engines: {node: '>= 8.3'} + /globals/11.12.0: + resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} + engines: {node: '>=4'} + + /globals/12.4.0: + resolution: {integrity: sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==} + engines: {node: '>=8'} dependencies: - chalk: 3.0.0 - jest-diff: 25.5.0 - jest-get-type: 25.2.6 - pretty-format: 25.5.0 + type-fest: 0.8.1 - /jest-message-util/25.5.0: - resolution: {integrity: sha512-ezddz3YCT/LT0SKAmylVyWWIGYoKHOFOFXx3/nA4m794lfVUskMcwhip6vTgdVrOtYdjeQeis2ypzes9mZb4EA==} - engines: {node: '>= 8.3'} + /globby/11.0.4: + resolution: {integrity: sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==} + engines: {node: '>=10'} dependencies: - '@babel/code-frame': 7.12.13 - '@jest/types': 25.5.0 - '@types/stack-utils': 1.0.1 - chalk: 3.0.0 - graceful-fs: 4.2.6 - micromatch: 4.0.4 + array-union: 2.1.0 + dir-glob: 3.0.1 + fast-glob: 3.2.7 + ignore: 5.1.8 + merge2: 1.4.1 slash: 3.0.0 - stack-utils: 1.0.5 - /jest-mock/25.5.0: - resolution: {integrity: sha512-eXWuTV8mKzp/ovHc5+3USJMYsTBhyQ+5A1Mak35dey/RG8GlM4YWVylZuGgVXinaW6tpvk/RSecmF37FKUlpXA==} - engines: {node: '>= 8.3'} + /globby/6.1.0: + resolution: {integrity: sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=} + engines: {node: '>=0.10.0'} dependencies: - '@jest/types': 25.5.0 + array-union: 1.0.2 + glob: 7.0.6 + object-assign: 4.1.1 + pify: 2.3.0 + pinkie-promise: 2.0.1 + dev: false - /jest-nunit-reporter/1.3.1: - resolution: {integrity: sha1-2xmVprP68SkftT+wNyJJcKpLVJc=} + /globule/1.3.2: + resolution: {integrity: sha512-7IDTQTIu2xzXkT+6mlluidnWo+BypnbSoEVVQCGfzqnl5Ik8d3e1d4wycb8Rj9tWW+Z39uPWsdlquqiqPCd/pA==} + engines: {node: '>= 0.10'} dependencies: - mkdirp: 0.5.5 - read-pkg: 3.0.0 - xml: 1.0.1 + glob: 7.1.7 + lodash: 4.17.21 + minimatch: 3.0.4 - /jest-pnp-resolver/1.2.2_jest-resolve@25.5.1: - resolution: {integrity: sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==} + /graceful-fs/4.2.4: + resolution: {integrity: sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==} + dev: false + + /graceful-fs/4.2.6: + resolution: {integrity: sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ==} + + /growly/1.3.0: + resolution: {integrity: sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=} + optional: true + + /gzip-size/5.1.1: + resolution: {integrity: sha512-FNHi6mmoHvs1mxZAds4PpdCS6QG8B4C1krxJsMutgxl5t3+GlRTzzI3NEkifXx2pVsOvJdOGSmIgDhQ55FwdPA==} engines: {node: '>=6'} - peerDependencies: - jest-resolve: '*' - peerDependenciesMeta: - jest-resolve: - optional: true dependencies: - jest-resolve: 25.5.1 + duplexer: 0.1.2 + pify: 4.0.1 + dev: false - /jest-regex-util/25.2.6: - resolution: {integrity: sha512-KQqf7a0NrtCkYmZZzodPftn7fL1cq3GQAFVMn5Hg8uKx/fIenLEobNanUxb7abQ1sjADHBseG/2FGpsv/wr+Qw==} - engines: {node: '>= 8.3'} + /handle-thing/2.0.1: + resolution: {integrity: sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==} + dev: false - /jest-resolve-dependencies/25.5.4: - resolution: {integrity: sha512-yFmbPd+DAQjJQg88HveObcGBA32nqNZ02fjYmtL16t1xw9bAttSn5UGRRhzMHIQbsep7znWvAvnD4kDqOFM0Uw==} - engines: {node: '>= 8.3'} + /har-schema/2.0.0: + resolution: {integrity: sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=} + engines: {node: '>=4'} + + /har-validator/5.1.5: + resolution: {integrity: sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==} + engines: {node: '>=6'} + deprecated: this library is no longer supported dependencies: - '@jest/types': 25.5.0 - jest-regex-util: 25.2.6 - jest-snapshot: 25.5.1 + ajv: 6.12.6 + har-schema: 2.0.0 - /jest-resolve/25.5.1: - resolution: {integrity: sha512-Hc09hYch5aWdtejsUZhA+vSzcotf7fajSlPA6EZPE1RmPBAD39XtJhvHWFStid58iit4IPDLI/Da4cwdDmAHiQ==} - engines: {node: '>= 8.3'} + /has-ansi/2.0.0: + resolution: {integrity: sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=} + engines: {node: '>=0.10.0'} dependencies: - '@jest/types': 25.5.0 - browser-resolve: 1.11.3 - chalk: 3.0.0 - graceful-fs: 4.2.6 - jest-pnp-resolver: 1.2.2_jest-resolve@25.5.1 - read-pkg-up: 7.0.1 - realpath-native: 2.0.0 - resolve: 1.17.0 - slash: 3.0.0 + ansi-regex: 2.1.1 - /jest-runner/25.5.4: - resolution: {integrity: sha512-V/2R7fKZo6blP8E9BL9vJ8aTU4TH2beuqGNxHbxi6t14XzTb+x90B3FRgdvuHm41GY8ch4xxvf0ATH4hdpjTqg==} - engines: {node: '>= 8.3'} + /has-bigints/1.0.1: + resolution: {integrity: sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==} + + /has-flag/1.0.0: + resolution: {integrity: sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=} + engines: {node: '>=0.10.0'} + + /has-flag/3.0.0: + resolution: {integrity: sha1-tdRU3CGZriJWmfNGfloH87lVuv0=} + engines: {node: '>=4'} + + /has-flag/4.0.0: + resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} + engines: {node: '>=8'} + + /has-symbols/1.0.2: + resolution: {integrity: sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==} + engines: {node: '>= 0.4'} + + /has-unicode/2.0.1: + resolution: {integrity: sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=} + + /has-value/0.3.1: + resolution: {integrity: sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=} + engines: {node: '>=0.10.0'} dependencies: - '@jest/console': 25.5.0 - '@jest/environment': 25.5.0 - '@jest/test-result': 25.5.0 - '@jest/types': 25.5.0 - chalk: 3.0.0 - exit: 0.1.2 - graceful-fs: 4.2.6 - jest-config: 25.5.4 - jest-docblock: 25.3.0 - jest-haste-map: 25.5.1 - jest-jasmine2: 25.5.4 - jest-leak-detector: 25.5.0 - jest-message-util: 25.5.0 - jest-resolve: 25.5.1 - jest-runtime: 25.5.4 - jest-util: 25.5.0 - jest-worker: 25.5.0 - source-map-support: 0.5.19 - throat: 5.0.0 - transitivePeerDependencies: - - bufferutil - - canvas - - supports-color - - utf-8-validate + get-value: 2.0.6 + has-values: 0.1.4 + isobject: 2.1.0 - /jest-runtime/25.5.4: - resolution: {integrity: sha512-RWTt8LeWh3GvjYtASH2eezkc8AehVoWKK20udV6n3/gC87wlTbE1kIA+opCvNWyyPeBs6ptYsc6nyHUb1GlUVQ==} - engines: {node: '>= 8.3'} - hasBin: true + /has-value/1.0.0: + resolution: {integrity: sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=} + engines: {node: '>=0.10.0'} dependencies: - '@jest/console': 25.5.0 - '@jest/environment': 25.5.0 - '@jest/globals': 25.5.2 - '@jest/source-map': 25.5.0 - '@jest/test-result': 25.5.0 - '@jest/transform': 25.5.1 - '@jest/types': 25.5.0 - '@types/yargs': 15.0.13 - chalk: 3.0.0 - collect-v8-coverage: 1.0.1 - exit: 0.1.2 - glob: 7.1.7 - graceful-fs: 4.2.6 - jest-config: 25.5.4 - jest-haste-map: 25.5.1 - jest-message-util: 25.5.0 - jest-mock: 25.5.0 - jest-regex-util: 25.2.6 - jest-resolve: 25.5.1 - jest-snapshot: 25.5.1 - jest-util: 25.5.0 - jest-validate: 25.5.0 - realpath-native: 2.0.0 - slash: 3.0.0 - strip-bom: 4.0.0 - yargs: 15.4.1 - transitivePeerDependencies: - - bufferutil - - canvas - - supports-color - - utf-8-validate + get-value: 2.0.6 + has-values: 1.0.0 + isobject: 3.0.1 - /jest-serializer/25.5.0: - resolution: {integrity: sha512-LxD8fY1lByomEPflwur9o4e2a5twSQ7TaVNLlFUuToIdoJuBt8tzHfCsZ42Ok6LkKXWzFWf3AGmheuLAA7LcCA==} - engines: {node: '>= 8.3'} + /has-values/0.1.4: + resolution: {integrity: sha1-bWHeldkd/Km5oCCJrThL/49it3E=} + engines: {node: '>=0.10.0'} + + /has-values/1.0.0: + resolution: {integrity: sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=} + engines: {node: '>=0.10.0'} dependencies: - graceful-fs: 4.2.6 + is-number: 3.0.0 + kind-of: 4.0.0 - /jest-snapshot/25.4.0: - resolution: {integrity: sha512-J4CJ0X2SaGheYRZdLz9CRHn9jUknVmlks4UBeu270hPAvdsauFXOhx9SQP2JtRzhnR3cvro/9N9KP83/uvFfRg==} - engines: {node: '>= 8.3'} + /has/1.0.3: + resolution: {integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==} + engines: {node: '>= 0.4.0'} dependencies: - '@babel/types': 7.14.1 - '@jest/types': 25.4.0 - '@types/prettier': 1.19.1 - chalk: 3.0.0 - expect: 25.5.0 - jest-diff: 25.5.0 - jest-get-type: 25.2.6 - jest-matcher-utils: 25.5.0 - jest-message-util: 25.5.0 - jest-resolve: 25.5.1 - make-dir: 3.1.0 - natural-compare: 1.4.0 - pretty-format: 25.5.0 - semver: 6.3.0 + function-bind: 1.1.1 - /jest-snapshot/25.5.1: - resolution: {integrity: sha512-C02JE1TUe64p2v1auUJ2ze5vcuv32tkv9PyhEb318e8XOKF7MOyXdJ7kdjbvrp3ChPLU2usI7Rjxs97Dj5P0uQ==} - engines: {node: '>= 8.3'} + /hash-base/3.1.0: + resolution: {integrity: sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==} + engines: {node: '>=4'} dependencies: - '@babel/types': 7.14.1 - '@jest/types': 25.5.0 - '@types/prettier': 1.19.1 - chalk: 3.0.0 - expect: 25.5.0 - graceful-fs: 4.2.6 - jest-diff: 25.5.0 - jest-get-type: 25.2.6 - jest-matcher-utils: 25.5.0 - jest-message-util: 25.5.0 - jest-resolve: 25.5.1 - make-dir: 3.1.0 - natural-compare: 1.4.0 - pretty-format: 25.5.0 - semver: 6.3.0 + inherits: 2.0.4 + readable-stream: 3.6.0 + safe-buffer: 5.2.1 - /jest-util/25.5.0: - resolution: {integrity: sha512-KVlX+WWg1zUTB9ktvhsg2PXZVdkI1NBevOJSkTKYAyXyH4QSvh+Lay/e/v+bmaFfrkfx43xD8QTfgobzlEXdIA==} - engines: {node: '>= 8.3'} + /hash.js/1.1.7: + resolution: {integrity: sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==} dependencies: - '@jest/types': 25.5.0 - chalk: 3.0.0 - graceful-fs: 4.2.6 - is-ci: 2.0.0 - make-dir: 3.1.0 + inherits: 2.0.4 + minimalistic-assert: 1.0.1 + + /he/1.2.0: + resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==} + hasBin: true - /jest-validate/25.5.0: - resolution: {integrity: sha512-okUFKqhZIpo3jDdtUXUZ2LxGUZJIlfdYBvZb1aczzxrlyMlqdnnws9MOxezoLGhSaFc2XYaHNReNQfj5zPIWyQ==} - engines: {node: '>= 8.3'} + /hmac-drbg/1.0.1: + resolution: {integrity: sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=} dependencies: - '@jest/types': 25.5.0 - camelcase: 5.3.1 - chalk: 3.0.0 - jest-get-type: 25.2.6 - leven: 3.1.0 - pretty-format: 25.5.0 + hash.js: 1.1.7 + minimalistic-assert: 1.0.1 + minimalistic-crypto-utils: 1.0.1 - /jest-watcher/25.5.0: - resolution: {integrity: sha512-XrSfJnVASEl+5+bb51V0Q7WQx65dTSk7NL4yDdVjPnRNpM0hG+ncFmDYJo9O8jaSRcAitVbuVawyXCRoxGrT5Q==} - engines: {node: '>= 8.3'} + /homedir-polyfill/1.0.3: + resolution: {integrity: sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==} + engines: {node: '>=0.10.0'} dependencies: - '@jest/test-result': 25.5.0 - '@jest/types': 25.5.0 - ansi-escapes: 4.3.2 - chalk: 3.0.0 - jest-util: 25.5.0 - string-length: 3.1.0 + parse-passwd: 1.0.0 + dev: false - /jest-worker/25.5.0: - resolution: {integrity: sha512-/dsSmUkIy5EBGfv/IjjqmFxrNAUpBERfGs1oHROyD7yxjG/w+t0GOJDX8O1k32ySmd7+a5IhnJU2qQFcJ4n1vw==} - engines: {node: '>= 8.3'} - dependencies: - merge-stream: 2.0.0 - supports-color: 7.2.0 + /hoopy/0.1.4: + resolution: {integrity: sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==} + engines: {node: '>= 6.0.0'} + dev: false - /jest-worker/26.6.2: - resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} - engines: {node: '>= 10.13.0'} + /hosted-git-info/2.8.9: + resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==} + + /hosted-git-info/4.0.2: + resolution: {integrity: sha512-c9OGXbZ3guC/xOlCg1Ci/VgWlwsqDv1yMQL1CWqXDL0hDjXuNcq0zuR4xqPSuasI3kqFDhqSyTjREz5gzq0fXg==} + engines: {node: '>=10'} dependencies: - '@types/node': 10.17.13 - merge-stream: 2.0.0 - supports-color: 7.2.0 + lru-cache: 6.0.0 dev: false - /jest/25.4.0: - resolution: {integrity: sha512-XWipOheGB4wai5JfCYXd6vwsWNwM/dirjRoZgAa7H2wd8ODWbli2AiKjqG8AYhyx+8+5FBEdpO92VhGlBydzbw==} - engines: {node: '>= 8.3'} - hasBin: true + /hpack.js/2.1.6: + resolution: {integrity: sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=} dependencies: - '@jest/core': 25.4.0 - import-local: 3.0.2 - jest-cli: 25.4.0 - transitivePeerDependencies: - - bufferutil - - canvas - - supports-color - - utf-8-validate + inherits: 2.0.4 + obuf: 1.1.2 + readable-stream: 2.3.7 + wbuf: 1.7.3 + dev: false - /jju/1.4.0: - resolution: {integrity: sha1-o6vicYryQaKykE+EpiWXDzia4yo=} + /html-encoding-sniffer/1.0.2: + resolution: {integrity: sha512-71lZziiDnsuabfdYiUeWdCVyKuqwWi23L8YeIgV9jSSZHCtb6wB1BKWooH7L3tn4/FuZJMVWyNaIDr4RGmaSYw==} + dependencies: + whatwg-encoding: 1.0.5 - /js-base64/2.6.4: - resolution: {integrity: sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==} + /html-entities/1.4.0: + resolution: {integrity: sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA==} + dev: false - /js-tokens/4.0.0: - resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} + /html-escaper/2.0.2: + resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} - /js-yaml/3.13.1: - resolution: {integrity: sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==} + /html-minifier-terser/5.1.1: + resolution: {integrity: sha512-ZPr5MNObqnV/T9akshPKbVgyOqLmy+Bxo7juKCfTfnjNniTAMdy4hz21YQqoofMBJD2kdREaqPPdThoR78Tgxg==} + engines: {node: '>=6'} hasBin: true dependencies: - argparse: 1.0.10 - esprima: 4.0.1 + camel-case: 4.1.2 + clean-css: 4.2.3 + commander: 4.1.1 + he: 1.2.0 + param-case: 3.0.4 + relateurl: 0.2.7 + terser: 4.7.0 - /js-yaml/4.1.0: - resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} - hasBin: true + /html-webpack-plugin/4.5.2_webpack@4.44.2: + resolution: {integrity: sha512-q5oYdzjKUIPQVjOosjgvCHQOv9Ett9CYYHlgvJeXG0qQvdSojnBq4vAdQBwn1+yGveAwHCoe/rMR86ozX3+c2A==} + engines: {node: '>=6.9'} + peerDependencies: + webpack: ^4.0.0 || ^5.0.0 dependencies: - argparse: 2.0.1 + '@types/html-minifier-terser': 5.1.2 + '@types/tapable': 1.0.6 + '@types/webpack': 4.41.30 + html-minifier-terser: 5.1.1 + loader-utils: 1.4.0 + lodash: 4.17.21 + pretty-error: 2.1.2 + tapable: 1.1.3 + util.promisify: 1.0.0 + webpack: 4.44.2 + + /htmlparser2/6.1.0: + resolution: {integrity: sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==} + dependencies: + domelementtype: 2.2.0 + domhandler: 4.2.0 + domutils: 2.7.0 + entities: 2.2.0 + + /http-deceiver/1.2.7: + resolution: {integrity: sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=} dev: false - /jsbn/0.1.1: - resolution: {integrity: sha1-peZUwuWi3rXyAdls77yoDA7y9RM=} + /http-errors/1.6.3: + resolution: {integrity: sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=} + engines: {node: '>= 0.6'} + dependencies: + depd: 1.1.2 + inherits: 2.0.3 + setprototypeof: 1.1.0 + statuses: 1.5.0 + dev: false - /jsdom/11.11.0: - resolution: {integrity: sha512-ou1VyfjwsSuWkudGxb03FotDajxAto6USAlmMZjE2lc0jCznt7sBWkhfRBRaWwbnmDqdMSTKTLT5d9sBFkkM7A==} + /http-errors/1.7.2: + resolution: {integrity: sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==} + engines: {node: '>= 0.6'} dependencies: - abab: 1.0.4 - acorn: 5.7.4 - acorn-globals: 4.3.4 - array-equal: 1.0.0 - cssom: 0.3.8 - cssstyle: 0.3.1 - data-urls: 1.1.0 - domexception: 1.0.1 - escodegen: 1.14.3 - html-encoding-sniffer: 1.0.2 - left-pad: 1.3.0 - nwsapi: 2.2.0 - parse5: 4.0.0 - pn: 1.1.0 - request: 2.88.2 - request-promise-native: 1.0.9_request@2.88.2 - sax: 1.2.4 - symbol-tree: 3.2.4 - tough-cookie: 2.5.0 - w3c-hr-time: 1.0.2 - webidl-conversions: 4.0.2 - whatwg-encoding: 1.0.5 - whatwg-mimetype: 2.3.0 - whatwg-url: 6.5.0 - ws: 4.1.0 - xml-name-validator: 3.0.0 + depd: 1.1.2 + inherits: 2.0.3 + setprototypeof: 1.1.1 + statuses: 1.5.0 + toidentifier: 1.0.0 + dev: false - /jsdom/15.2.1: - resolution: {integrity: sha512-fAl1W0/7T2G5vURSyxBzrJ1LSdQn6Tr5UX/xD4PXDx/PDgwygedfW6El/KIj3xJ7FU61TTYnc/l/B7P49Eqt6g==} - engines: {node: '>=8'} - peerDependencies: - canvas: ^2.5.0 - peerDependenciesMeta: - canvas: - optional: true + /http-errors/1.7.3: + resolution: {integrity: sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw==} + engines: {node: '>= 0.6'} dependencies: - abab: 2.0.5 - acorn: 7.4.1 - acorn-globals: 4.3.4 - array-equal: 1.0.0 - cssom: 0.4.4 - cssstyle: 2.3.0 - data-urls: 1.1.0 - domexception: 1.0.1 - escodegen: 1.14.3 - html-encoding-sniffer: 1.0.2 - nwsapi: 2.2.0 - parse5: 5.1.0 - pn: 1.1.0 - request: 2.88.2 - request-promise-native: 1.0.9_request@2.88.2 - saxes: 3.1.11 - symbol-tree: 3.2.4 - tough-cookie: 3.0.1 - w3c-hr-time: 1.0.2 - w3c-xmlserializer: 1.1.2 - webidl-conversions: 4.0.2 - whatwg-encoding: 1.0.5 - whatwg-mimetype: 2.3.0 - whatwg-url: 7.1.0 - ws: 7.4.5 - xml-name-validator: 3.0.0 - transitivePeerDependencies: - - bufferutil - - utf-8-validate + depd: 1.1.2 + inherits: 2.0.4 + setprototypeof: 1.1.1 + statuses: 1.5.0 + toidentifier: 1.0.0 + dev: false - /jsesc/2.5.2: - resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==} - engines: {node: '>=4'} - hasBin: true + /http-parser-js/0.5.3: + resolution: {integrity: sha512-t7hjvef/5HEK7RWTdUzVUhl8zkEu+LlaE0IYzdMuvbSDipxBRpOn4Uhw8ZyECEa808iVT8XCjzo6xmYt4CiLZg==} + dev: false - /json-parse-better-errors/1.0.2: - resolution: {integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==} + /http-proxy-middleware/0.19.1_debug@4.3.2: + resolution: {integrity: sha512-yHYTgWMQO8VvwNS22eLLloAkvungsKdKTLO8AJlftYIKNfJr3GK3zK0ZCfzDDGUBttdGc8xFy1mCitvNKQtC3Q==} + engines: {node: '>=4.0.0'} + dependencies: + http-proxy: 1.18.1_debug@4.3.2 + is-glob: 4.0.1 + lodash: 4.17.21 + micromatch: 3.1.10 + transitivePeerDependencies: + - debug + dev: false - /json-parse-even-better-errors/2.3.1: - resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} + /http-proxy-middleware/1.3.1: + resolution: {integrity: sha512-13eVVDYS4z79w7f1+NPllJtOQFx/FdUW4btIvVRMaRlUY9VGstAbo5MOhLEuUgZFRHn3x50ufn25zkj/boZnEg==} + engines: {node: '>=8.0.0'} + dependencies: + '@types/http-proxy': 1.17.7 + http-proxy: 1.18.1 + is-glob: 4.0.1 + is-plain-obj: 3.0.0 + micromatch: 4.0.4 + transitivePeerDependencies: + - debug + dev: true - /json-schema-traverse/0.4.1: - resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} + /http-proxy/1.18.1: + resolution: {integrity: sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==} + engines: {node: '>=8.0.0'} + dependencies: + eventemitter3: 4.0.7 + follow-redirects: 1.14.1 + requires-port: 1.0.0 + transitivePeerDependencies: + - debug + dev: true - /json-schema/0.2.3: - resolution: {integrity: sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=} + /http-proxy/1.18.1_debug@4.3.2: + resolution: {integrity: sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==} + engines: {node: '>=8.0.0'} + dependencies: + eventemitter3: 4.0.7 + follow-redirects: 1.14.1_debug@4.3.2 + requires-port: 1.0.0 + transitivePeerDependencies: + - debug + dev: false - /json-stable-stringify-without-jsonify/1.0.1: - resolution: {integrity: sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=} + /http-signature/1.2.0: + resolution: {integrity: sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=} + engines: {node: '>=0.8', npm: '>=1.3.7'} + dependencies: + assert-plus: 1.0.0 + jsprim: 1.4.1 + sshpk: 1.16.1 - /json-stringify-safe/5.0.1: - resolution: {integrity: sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=} + /https-browserify/1.0.0: + resolution: {integrity: sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=} - /json3/3.3.3: - resolution: {integrity: sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA==} + /https-proxy-agent/5.0.0: + resolution: {integrity: sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==} + engines: {node: '>= 6'} + dependencies: + agent-base: 6.0.2 + debug: 4.3.2 + transitivePeerDependencies: + - supports-color dev: false - /json5/0.5.1: - resolution: {integrity: sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=} - hasBin: true + /human-signals/1.1.1: + resolution: {integrity: sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==} + engines: {node: '>=8.12.0'} - /json5/1.0.1: - resolution: {integrity: sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==} - hasBin: true + /iconv-lite/0.4.24: + resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==} + engines: {node: '>=0.10.0'} dependencies: - minimist: 1.2.5 + safer-buffer: 2.1.2 - /json5/2.2.0: - resolution: {integrity: sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==} - engines: {node: '>=6'} - hasBin: true + /iconv-lite/0.6.3: + resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==} + engines: {node: '>=0.10.0'} dependencies: - minimist: 1.2.5 - - /jsonfile/4.0.0: - resolution: {integrity: sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=} - optionalDependencies: - graceful-fs: 4.2.6 + safer-buffer: 2.1.2 + dev: true - /jsonpath-plus/4.0.0: - resolution: {integrity: sha512-e0Jtg4KAzDJKKwzbLaUtinCn0RZseWBVRTRGihSpvFlM3wTR7ExSp+PTdeTsDrLNJUe7L7JYJe8mblHX5SCT6A==} - engines: {node: '>=10.0'} + /icss-replace-symbols/1.1.0: + resolution: {integrity: sha1-Bupvg2ead0njhs/h/oEq5dsiPe0=} - /jsprim/1.4.1: - resolution: {integrity: sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=} - engines: {'0': node >=0.6.0} + /icss-utils/4.1.1: + resolution: {integrity: sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA==} + engines: {node: '>= 6'} dependencies: - assert-plus: 1.0.0 - extsprintf: 1.3.0 - json-schema: 0.2.3 - verror: 1.10.0 + postcss: 7.0.32 + dev: true - /jsx-ast-utils/2.4.1: - resolution: {integrity: sha512-z1xSldJ6imESSzOjd3NNkieVJKRlKYSOtMG8SFyCj2FIrvSaSuli/WjpBkEzCBoR9bYYYFgqJw61Xhu7Lcgk+w==} - engines: {node: '>=4.0'} - dependencies: - array-includes: 3.1.3 - object.assign: 4.1.2 + /ieee754/1.2.1: + resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} - /jszip/3.5.0: - resolution: {integrity: sha512-WRtu7TPCmYePR1nazfrtuF216cIVon/3GWOvHS9QR5bIwSbnxtdpma6un3jyGGNhHsKCSzn5Ypk+EkDRvTGiFA==} + /iferr/0.1.5: + resolution: {integrity: sha1-xg7taebY/bazEEofy8ocGS3FtQE=} + + /ignore-walk/3.0.4: + resolution: {integrity: sha512-PY6Ii8o1jMRA1z4F2hRkH/xN59ox43DavKvD3oDpfurRlOJyAHpifIwpbdv1n4jt4ov0jSpw3kQ4GhJnpBL6WQ==} dependencies: - lie: 3.3.0 - pako: 1.0.11 - readable-stream: 2.3.7 - set-immediate-shim: 1.0.1 + minimatch: 3.0.4 dev: false - /just-debounce/1.1.0: - resolution: {integrity: sha512-qpcRocdkUmf+UTNBYx5w6dexX5J31AKK1OmPwH630a83DdVVUIngk55RSAiIGpQyoH0dlr872VHfPjnQnK1qDQ==} + /ignore/4.0.6: + resolution: {integrity: sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==} + engines: {node: '>= 4'} - /jwa/1.4.1: - resolution: {integrity: sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==} - dependencies: - buffer-equal-constant-time: 1.0.1 - ecdsa-sig-formatter: 1.0.11 - safe-buffer: 5.2.1 + /ignore/5.1.8: + resolution: {integrity: sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==} + engines: {node: '>= 4'} + + /immediate/3.0.6: + resolution: {integrity: sha1-nbHb0Pr43m++D13V5Wu2BigN5ps=} dev: false - /jws/3.2.2: - resolution: {integrity: sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==} + /import-fresh/3.3.0: + resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} + engines: {node: '>=6'} dependencies: - jwa: 1.4.1 - safe-buffer: 5.2.1 - dev: false + parent-module: 1.0.1 + resolve-from: 4.0.0 - /killable/1.0.1: - resolution: {integrity: sha512-LzqtLKlUwirEUyl/nicirVmNiPvYs7l5n8wOPP7fyJVpUPkvCnW/vuiXGpylGUlnPDnB7311rARzAt3Mhswpjg==} - dev: false + /import-lazy/4.0.0: + resolution: {integrity: sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==} + engines: {node: '>=8'} - /kind-of/3.2.2: - resolution: {integrity: sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=} - engines: {node: '>=0.10.0'} + /import-local/2.0.0: + resolution: {integrity: sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==} + engines: {node: '>=6'} + hasBin: true dependencies: - is-buffer: 1.1.6 + pkg-dir: 3.0.0 + resolve-cwd: 2.0.0 + dev: false - /kind-of/4.0.0: - resolution: {integrity: sha1-IIE989cSkosgc3hpGkUGb65y3Vc=} - engines: {node: '>=0.10.0'} + /import-local/3.0.2: + resolution: {integrity: sha512-vjL3+w0oulAVZ0hBHnxa/Nm5TAurf9YLQJDhqRZyqb+VKGOB6LU8t9H1Nr5CIo16vh9XfJTOoHwU0B71S557gA==} + engines: {node: '>=8'} + hasBin: true dependencies: - is-buffer: 1.1.6 + pkg-dir: 4.2.0 + resolve-cwd: 3.0.0 + dev: true - /kind-of/5.1.0: - resolution: {integrity: sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==} - engines: {node: '>=0.10.0'} + /imurmurhash/0.1.4: + resolution: {integrity: sha1-khi5srkoojixPcT7a21XbyMUU+o=} + engines: {node: '>=0.8.19'} - /kind-of/6.0.3: - resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} + /indent-string/2.1.0: + resolution: {integrity: sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=} engines: {node: '>=0.10.0'} + dependencies: + repeating: 2.0.1 - /kleur/3.0.3: - resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==} - engines: {node: '>=6'} - - /klona/2.0.4: - resolution: {integrity: sha512-ZRbnvdg/NxqzC7L9Uyqzf4psi1OM4Cuc+sJAkQPjO6XkQIJTNbfK2Rsmbw8fx1p2mkZdp2FZYo2+LwXYY/uwIA==} - engines: {node: '>= 8'} - dev: true + /infer-owner/1.0.4: + resolution: {integrity: sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==} - /last-run/1.1.1: - resolution: {integrity: sha1-RblpQsF7HHnHchmCWbqUO+v4yls=} - engines: {node: '>= 0.10'} + /inflight/1.0.6: + resolution: {integrity: sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=} dependencies: - default-resolution: 2.0.0 - es6-weak-map: 2.0.3 + once: 1.4.0 + wrappy: 1.0.2 - /lazystream/1.0.0: - resolution: {integrity: sha1-9plf4PggOS9hOWvolGJAe7dxaOQ=} - engines: {node: '>= 0.6.3'} - dependencies: - readable-stream: 2.3.7 + /inherits/2.0.1: + resolution: {integrity: sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=} - /lcid/1.0.0: - resolution: {integrity: sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=} - engines: {node: '>=0.10.0'} - dependencies: - invert-kv: 1.0.0 + /inherits/2.0.3: + resolution: {integrity: sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=} - /lead/1.0.0: - resolution: {integrity: sha1-bxT5mje+Op3XhPVJVpDlkDRm7kI=} - engines: {node: '>= 0.10'} - dependencies: - flush-write-stream: 1.1.1 + /inherits/2.0.4: + resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} - /left-pad/1.3.0: - resolution: {integrity: sha512-XI5MPzVNApjAyhQzphX8BkmKsKUxD4LdyK24iZeQGinBN9yTQT3bFlCBy/aVx2HrNcqQGsdot8ghrjyrvMCoEA==} - deprecated: use String.prototype.padStart() + /ini/1.3.8: + resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} + dev: false - /leven/3.1.0: - resolution: {integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==} - engines: {node: '>=6'} + /inpath/1.0.2: + resolution: {integrity: sha1-SsIZcQ7Hpy9GD/lL9CTdPvDlKBc=} + dev: false - /levn/0.2.5: - resolution: {integrity: sha1-uo0znQykphDjo/FFucr0iAcVUFQ=} - engines: {node: '>= 0.8.0'} + /inquirer/7.3.3: + resolution: {integrity: sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==} + engines: {node: '>=8.0.0'} dependencies: - prelude-ls: 1.1.2 - type-check: 0.3.2 + ansi-escapes: 4.3.2 + chalk: 4.1.1 + cli-cursor: 3.1.0 + cli-width: 3.0.0 + external-editor: 3.1.0 + figures: 3.2.0 + lodash: 4.17.21 + mute-stream: 0.0.8 + run-async: 2.4.1 + rxjs: 6.6.7 + string-width: 4.2.2 + strip-ansi: 6.0.0 + through: 2.3.8 + dev: false - /levn/0.3.0: - resolution: {integrity: sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=} - engines: {node: '>= 0.8.0'} + /internal-ip/4.3.0: + resolution: {integrity: sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg==} + engines: {node: '>=6'} dependencies: - prelude-ls: 1.1.2 - type-check: 0.3.2 + default-gateway: 4.2.0 + ipaddr.js: 1.9.1 + dev: false - /levn/0.4.1: - resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} - engines: {node: '>= 0.8.0'} + /internal-slot/1.0.3: + resolution: {integrity: sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==} + engines: {node: '>= 0.4'} dependencies: - prelude-ls: 1.2.1 - type-check: 0.4.0 + get-intrinsic: 1.1.1 + has: 1.0.3 + side-channel: 1.0.4 - /lie/3.3.0: - resolution: {integrity: sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==} - dependencies: - immediate: 3.0.6 + /interpret/1.4.0: + resolution: {integrity: sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==} + engines: {node: '>= 0.10'} dev: false - /liftoff/3.1.0: - resolution: {integrity: sha512-DlIPlJUkCV0Ips2zf2pJP0unEoT1kwYhiiPUGF3s/jtxTCjziNLoiVVh+jqWOWeFi6mmwQ5fNxvAUyPad4Dfog==} - engines: {node: '>= 0.8'} - dependencies: - extend: 3.0.2 - findup-sync: 3.0.0 - fined: 1.2.0 - flagged-respawn: 1.0.1 - is-plain-object: 2.0.4 - object.map: 1.0.1 - rechoir: 0.6.2 - resolve: 1.17.0 + /ip-regex/2.1.0: + resolution: {integrity: sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=} + engines: {node: '>=4'} + + /ip/1.1.5: + resolution: {integrity: sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=} + dev: false + + /ipaddr.js/1.9.1: + resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==} + engines: {node: '>= 0.10'} + dev: false - /lines-and-columns/1.1.6: - resolution: {integrity: sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=} + /ipaddr.js/2.0.1: + resolution: {integrity: sha512-1qTgH9NG+IIJ4yfKs2e6Pp1bZg8wbDbKHT21HrLIeYBTRLgMYKnMTPAuI3Lcs61nfx5h1xlXnbJtH1kX5/d/ng==} + engines: {node: '>= 10'} + dev: false - /livereload-js/2.4.0: - resolution: {integrity: sha512-XPQH8Z2GDP/Hwz2PCDrh2mth4yFejwA1OZ/81Ti3LgKyhDcEjsSsqFWZojHG0va/duGd+WyosY7eXLDoOyqcPw==} + /is-absolute-url/3.0.3: + resolution: {integrity: sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q==} + engines: {node: '>=8'} dev: false - /load-json-file/1.1.0: - resolution: {integrity: sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=} + /is-accessor-descriptor/0.1.6: + resolution: {integrity: sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=} engines: {node: '>=0.10.0'} dependencies: - graceful-fs: 4.2.6 - parse-json: 2.2.0 - pify: 2.3.0 - pinkie-promise: 2.0.1 - strip-bom: 2.0.0 + kind-of: 3.2.2 - /load-json-file/4.0.0: - resolution: {integrity: sha1-L19Fq5HjMhYjT9U62rZo607AmTs=} - engines: {node: '>=4'} + /is-accessor-descriptor/1.0.0: + resolution: {integrity: sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==} + engines: {node: '>=0.10.0'} dependencies: - graceful-fs: 4.2.6 - parse-json: 4.0.0 - pify: 3.0.0 - strip-bom: 3.0.0 + kind-of: 6.0.3 - /load-json-file/6.2.0: - resolution: {integrity: sha512-gUD/epcRms75Cw8RT1pUdHugZYM5ce64ucs2GEISABwkRsOQr0q2wm/MV2TKThycIe5e0ytRweW2RZxclogCdQ==} - engines: {node: '>=8'} + /is-arguments/1.1.0: + resolution: {integrity: sha512-1Ij4lOMPl/xB5kBDn7I+b2ttPMKa8szhEIrXDuXQD/oe3HJLTLhqhgGspwgyGd6MOywBUqVvYicF72lkgDnIHg==} + engines: {node: '>= 0.4'} dependencies: - graceful-fs: 4.2.6 - parse-json: 5.2.0 - strip-bom: 4.0.0 - type-fest: 0.6.0 + call-bind: 1.0.2 dev: false - /loader-runner/2.4.0: - resolution: {integrity: sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==} - engines: {node: '>=4.3.0 <5.0.0 || >=5.10'} + /is-arrayish/0.2.1: + resolution: {integrity: sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=} - /loader-runner/4.2.0: - resolution: {integrity: sha512-92+huvxMvYlMzMt0iIOukcwYBFpkYJdpl2xsZ7LrlayO7E8SOv+JJUEK17B/dJIHAOLMfh2dZZ/Y18WgmGtYNw==} - engines: {node: '>=6.11.5'} - dev: false + /is-bigint/1.0.2: + resolution: {integrity: sha512-0JV5+SOCQkIdzjBK9buARcV804Ddu7A0Qet6sHi3FimE9ne6m4BGQZfRn+NZiXbBk4F4XmHfDZIipLj9pX8dSA==} - /loader-utils/1.1.0: - resolution: {integrity: sha1-yYrvSIvM7aL/teLeZG1qdUQp9c0=} - engines: {node: '>=4.0.0'} + /is-binary-path/1.0.1: + resolution: {integrity: sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=} + engines: {node: '>=0.10.0'} dependencies: - big.js: 3.2.0 - emojis-list: 2.1.0 - json5: 0.5.1 + binary-extensions: 1.13.1 - /loader-utils/1.4.0: - resolution: {integrity: sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==} - engines: {node: '>=4.0.0'} + /is-binary-path/2.1.0: + resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} + engines: {node: '>=8'} dependencies: - big.js: 5.2.2 - emojis-list: 3.0.0 - json5: 1.0.1 + binary-extensions: 2.2.0 - /loader-utils/2.0.0: - resolution: {integrity: sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==} - engines: {node: '>=8.9.0'} + /is-boolean-object/1.1.1: + resolution: {integrity: sha512-bXdQWkECBUIAcCkeH1unwJLIpZYaa5VvuygSyS/c2lf719mTKZDU5UdDRlpd01UjADgmW8RfqaP+mRaVPdr/Ng==} + engines: {node: '>= 0.4'} dependencies: - big.js: 5.2.2 - emojis-list: 3.0.0 - json5: 2.2.0 - dev: true + call-bind: 1.0.2 - /locate-path/3.0.0: - resolution: {integrity: sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==} - engines: {node: '>=6'} - dependencies: - p-locate: 3.0.0 - path-exists: 3.0.0 + /is-buffer/1.1.6: + resolution: {integrity: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==} - /locate-path/5.0.0: - resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==} - engines: {node: '>=8'} + /is-callable/1.2.3: + resolution: {integrity: sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ==} + engines: {node: '>= 0.4'} + + /is-ci/2.0.0: + resolution: {integrity: sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==} + hasBin: true dependencies: - p-locate: 4.1.0 + ci-info: 2.0.0 - /lodash._basecopy/3.0.1: - resolution: {integrity: sha1-jaDmqHbPNEwK2KVIghEd08XHyjY=} + /is-core-module/2.4.0: + resolution: {integrity: sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==} + dependencies: + has: 1.0.3 - /lodash._basetostring/3.0.1: - resolution: {integrity: sha1-0YYdh3+CSlL2aYMtyvPuFVZqB9U=} + /is-data-descriptor/0.1.4: + resolution: {integrity: sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=} + engines: {node: '>=0.10.0'} + dependencies: + kind-of: 3.2.2 - /lodash._basevalues/3.0.0: - resolution: {integrity: sha1-W3dXYoAr3j0yl1A+JjAIIP32Ybc=} + /is-data-descriptor/1.0.0: + resolution: {integrity: sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==} + engines: {node: '>=0.10.0'} + dependencies: + kind-of: 6.0.3 - /lodash._getnative/3.9.1: - resolution: {integrity: sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=} + /is-date-object/1.0.4: + resolution: {integrity: sha512-/b4ZVsG7Z5XVtIxs/h9W8nvfLgSAyKYdtGWQLbqy6jA1icmgjf8WCoTKgeS4wy5tYaPePouzFMANbnj94c2Z+A==} + engines: {node: '>= 0.4'} - /lodash._isiterateecall/3.0.9: - resolution: {integrity: sha1-UgOte6Ql+uhCRg5pbbnPPmqsBXw=} + /is-descriptor/0.1.6: + resolution: {integrity: sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==} + engines: {node: '>=0.10.0'} + dependencies: + is-accessor-descriptor: 0.1.6 + is-data-descriptor: 0.1.4 + kind-of: 5.1.0 - /lodash._reescape/3.0.0: - resolution: {integrity: sha1-Kx1vXf4HyKNVdT5fJ/rH8c3hYWo=} + /is-descriptor/1.0.2: + resolution: {integrity: sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==} + engines: {node: '>=0.10.0'} + dependencies: + is-accessor-descriptor: 1.0.0 + is-data-descriptor: 1.0.0 + kind-of: 6.0.3 - /lodash._reevaluate/3.0.0: - resolution: {integrity: sha1-WLx0xAZklTrgsSTYBpltrKQx4u0=} + /is-docker/2.2.1: + resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==} + engines: {node: '>=8'} + hasBin: true + optional: true - /lodash._reinterpolate/3.0.0: - resolution: {integrity: sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=} + /is-extendable/0.1.1: + resolution: {integrity: sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=} + engines: {node: '>=0.10.0'} - /lodash._root/3.0.1: - resolution: {integrity: sha1-+6HEUkwZ7ppfgTa0YJ8BfPTe1pI=} + /is-extendable/1.0.1: + resolution: {integrity: sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==} + engines: {node: '>=0.10.0'} + dependencies: + is-plain-object: 2.0.4 - /lodash.assign/4.2.0: - resolution: {integrity: sha1-DZnzzNem0mHRm9rrkkUAXShYCOc=} + /is-extglob/2.1.1: + resolution: {integrity: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=} + engines: {node: '>=0.10.0'} - /lodash.camelcase/4.3.0: - resolution: {integrity: sha1-soqmKIorn8ZRA1x3EfZathkDMaY=} + /is-finite/1.1.0: + resolution: {integrity: sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==} + engines: {node: '>=0.10.0'} - /lodash.escape/3.2.0: - resolution: {integrity: sha1-mV7g3BjBtIzJLv+ucaEKq1tIdpg=} + /is-fullwidth-code-point/1.0.0: + resolution: {integrity: sha1-754xOG8DGn8NZDr4L95QxFfvAMs=} + engines: {node: '>=0.10.0'} dependencies: - lodash._root: 3.0.1 - - /lodash.get/4.4.2: - resolution: {integrity: sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=} + number-is-nan: 1.0.1 - /lodash.isarguments/3.1.0: - resolution: {integrity: sha1-L1c9hcaiQon/AGY7SRwdM4/zRYo=} + /is-fullwidth-code-point/2.0.0: + resolution: {integrity: sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=} + engines: {node: '>=4'} - /lodash.isarray/3.0.4: - resolution: {integrity: sha1-eeTriMNqgSKvhvhEqpvNhRtfu1U=} + /is-fullwidth-code-point/3.0.0: + resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} + engines: {node: '>=8'} - /lodash.isequal/4.5.0: - resolution: {integrity: sha1-QVxEePK8wwEgwizhDtMib30+GOA=} + /is-generator-fn/2.1.0: + resolution: {integrity: sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==} + engines: {node: '>=6'} - /lodash.keys/3.1.2: - resolution: {integrity: sha1-TbwEcrFWvlCgsoaFXRvQsMZWCYo=} + /is-glob/3.1.0: + resolution: {integrity: sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=} + engines: {node: '>=0.10.0'} dependencies: - lodash._getnative: 3.9.1 - lodash.isarguments: 3.1.0 - lodash.isarray: 3.0.4 - - /lodash.merge/4.6.2: - resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} + is-extglob: 2.1.1 - /lodash.restparam/3.6.1: - resolution: {integrity: sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=} + /is-glob/4.0.1: + resolution: {integrity: sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==} + engines: {node: '>=0.10.0'} + dependencies: + is-extglob: 2.1.1 - /lodash.sortby/4.7.0: - resolution: {integrity: sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=} + /is-negative-zero/2.0.1: + resolution: {integrity: sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==} + engines: {node: '>= 0.4'} - /lodash.template/3.6.2: - resolution: {integrity: sha1-+M3sxhaaJVvpCYrosMU9N4kx0U8=} - dependencies: - lodash._basecopy: 3.0.1 - lodash._basetostring: 3.0.1 - lodash._basevalues: 3.0.0 - lodash._isiterateecall: 3.0.9 - lodash._reinterpolate: 3.0.0 - lodash.escape: 3.2.0 - lodash.keys: 3.1.2 - lodash.restparam: 3.6.1 - lodash.templatesettings: 3.1.1 + /is-number-object/1.0.5: + resolution: {integrity: sha512-RU0lI/n95pMoUKu9v1BZP5MBcZuNSVJkMkAG2dJqC4z2GlkGUNeH68SuHuBKBD/XFe+LHZ+f9BKkLET60Niedw==} + engines: {node: '>= 0.4'} - /lodash.templatesettings/3.1.1: - resolution: {integrity: sha1-+zB4RHU7Zrnxr6VOJix0UwfbqOU=} + /is-number/3.0.0: + resolution: {integrity: sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=} + engines: {node: '>=0.10.0'} dependencies: - lodash._reinterpolate: 3.0.0 - lodash.escape: 3.2.0 + kind-of: 3.2.2 - /lodash/3.6.0: - resolution: {integrity: sha1-Umao9J3Zib5Pn2gbbyoMVShdDZo=} + /is-number/7.0.0: + resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} + engines: {node: '>=0.12.0'} - /lodash/4.17.21: - resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} + /is-path-cwd/2.2.0: + resolution: {integrity: sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==} + engines: {node: '>=6'} + dev: false - /loglevel/1.7.1: - resolution: {integrity: sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw==} - engines: {node: '>= 0.6.0'} + /is-path-in-cwd/2.1.0: + resolution: {integrity: sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ==} + engines: {node: '>=6'} + dependencies: + is-path-inside: 2.1.0 dev: false - /lolex/5.1.2: - resolution: {integrity: sha512-h4hmjAvHTmd+25JSwrtTIuwbKdwg5NzZVRMLn9saij4SZaepCrTCxPr35H/3bjwfMJtN+t3CX8672UIkglz28A==} + /is-path-inside/2.1.0: + resolution: {integrity: sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg==} + engines: {node: '>=6'} dependencies: - '@sinonjs/commons': 1.8.3 + path-is-inside: 1.0.2 + dev: false - /long/4.0.0: - resolution: {integrity: sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==} + /is-plain-obj/2.1.0: + resolution: {integrity: sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==} + engines: {node: '>=8'} dev: false - /loose-envify/1.4.0: - resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} - hasBin: true - dependencies: - js-tokens: 4.0.0 + /is-plain-obj/3.0.0: + resolution: {integrity: sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==} + engines: {node: '>=10'} + dev: true - /loud-rejection/1.6.0: - resolution: {integrity: sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=} + /is-plain-object/2.0.4: + resolution: {integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==} engines: {node: '>=0.10.0'} dependencies: - currently-unhandled: 0.4.1 - signal-exit: 3.0.3 + isobject: 3.0.1 - /lower-case/2.0.2: - resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==} + /is-regex/1.1.3: + resolution: {integrity: sha512-qSVXFz28HM7y+IWX6vLCsexdlvzT1PJNFSBuaQLQ5o0IEw8UDYW6/2+eCMVyIsbM8CNLX2a/QWmSpyxYEHY7CQ==} + engines: {node: '>= 0.4'} dependencies: - tslib: 2.2.0 + call-bind: 1.0.2 + has-symbols: 1.0.2 + + /is-stream/1.1.0: + resolution: {integrity: sha1-EtSj3U5o4Lec6428hBc66A2RykQ=} + engines: {node: '>=0.10.0'} + + /is-stream/2.0.0: + resolution: {integrity: sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==} + engines: {node: '>=8'} + + /is-string/1.0.6: + resolution: {integrity: sha512-2gdzbKUuqtQ3lYNrUTQYoClPhm7oQu4UdpSZMp1/DGgkHBT8E2Z1l0yMdb6D4zNAxwDiMv8MdulKROJGNl0Q0w==} + engines: {node: '>= 0.4'} - /lru-cache/5.1.1: - resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} + /is-subdir/1.2.0: + resolution: {integrity: sha512-2AT6j+gXe/1ueqbW6fLZJiIw3F8iXGJtt0yDrZaBhAZEG1raiTxKWU+IPqMCzQAXOUCKdA4UDMgacKH25XG2Cw==} + engines: {node: '>=4'} dependencies: - yallist: 3.1.1 + better-path-resolve: 1.0.0 + dev: false - /lru-cache/6.0.0: - resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} - engines: {node: '>=10'} + /is-symbol/1.0.4: + resolution: {integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==} + engines: {node: '>= 0.4'} dependencies: - yallist: 4.0.0 + has-symbols: 1.0.2 - /make-dir/2.1.0: - resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==} - engines: {node: '>=6'} - dependencies: - pify: 4.0.1 - semver: 5.7.1 + /is-typedarray/1.0.0: + resolution: {integrity: sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=} - /make-dir/3.1.0: - resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==} - engines: {node: '>=8'} - dependencies: - semver: 6.3.0 + /is-utf8/0.2.1: + resolution: {integrity: sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=} - /make-iterator/1.0.1: - resolution: {integrity: sha512-pxiuXh0iVEq7VM7KMIhs5gxsfxCux2URptUQaXo4iZZJxBAzTPOLE2BumO5dbfVYq/hBJFBR/a1mFDmOx5AGmw==} + /is-windows/1.0.2: + resolution: {integrity: sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==} engines: {node: '>=0.10.0'} - dependencies: - kind-of: 6.0.3 - /makeerror/1.0.11: - resolution: {integrity: sha1-4BpckQnyr3lmDk6LlYd5AYT1qWw=} - dependencies: - tmpl: 1.0.4 + /is-wsl/1.1.0: + resolution: {integrity: sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=} + engines: {node: '>=4'} - /map-cache/0.2.2: - resolution: {integrity: sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=} - engines: {node: '>=0.10.0'} + /is-wsl/2.2.0: + resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==} + engines: {node: '>=8'} + dependencies: + is-docker: 2.2.1 + optional: true - /map-obj/1.0.1: - resolution: {integrity: sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=} - engines: {node: '>=0.10.0'} + /isarray/1.0.0: + resolution: {integrity: sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=} - /map-stream/0.0.7: - resolution: {integrity: sha1-ih8HiW2CsQkmvTdEokIACfiJdKg=} - dev: false + /isexe/2.0.0: + resolution: {integrity: sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=} - /map-visit/1.0.0: - resolution: {integrity: sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=} + /isobject/2.1.0: + resolution: {integrity: sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=} engines: {node: '>=0.10.0'} dependencies: - object-visit: 1.0.1 + isarray: 1.0.0 - /matchdep/2.0.0: - resolution: {integrity: sha1-xvNINKDY28OzfCfui7yyfHd1WC4=} - engines: {node: '>= 0.10.0'} - dependencies: - findup-sync: 2.0.0 - micromatch: 3.1.10 - resolve: 1.17.0 - stack-trace: 0.0.10 + /isobject/3.0.1: + resolution: {integrity: sha1-TkMekrEalzFjaqH5yNHMvP2reN8=} + engines: {node: '>=0.10.0'} - /md5.js/1.3.5: - resolution: {integrity: sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==} - dependencies: - hash-base: 3.1.0 - inherits: 2.0.4 - safe-buffer: 5.2.1 + /isstream/0.1.2: + resolution: {integrity: sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=} - /media-typer/0.3.0: - resolution: {integrity: sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=} - engines: {node: '>= 0.6'} - dev: false + /istanbul-lib-coverage/3.0.0: + resolution: {integrity: sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg==} + engines: {node: '>=8'} - /memory-fs/0.4.1: - resolution: {integrity: sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=} + /istanbul-lib-instrument/4.0.3: + resolution: {integrity: sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==} + engines: {node: '>=8'} dependencies: - errno: 0.1.8 - readable-stream: 2.3.7 + '@babel/core': 7.14.6 + '@istanbuljs/schema': 0.1.3 + istanbul-lib-coverage: 3.0.0 + semver: 6.3.0 + transitivePeerDependencies: + - supports-color - /memory-fs/0.5.0: - resolution: {integrity: sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==} - engines: {node: '>=4.3.0 <5.0.0 || >=5.10'} + /istanbul-lib-report/3.0.0: + resolution: {integrity: sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==} + engines: {node: '>=8'} dependencies: - errno: 0.1.8 - readable-stream: 2.3.7 + istanbul-lib-coverage: 3.0.0 + make-dir: 3.1.0 + supports-color: 7.2.0 - /meow/3.7.0: - resolution: {integrity: sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=} - engines: {node: '>=0.10.0'} + /istanbul-lib-source-maps/4.0.0: + resolution: {integrity: sha512-c16LpFRkR8vQXyHZ5nLpY35JZtzj1PQY1iZmesUbf1FZHbIupcWfjgOXBY9YHkLEQ6puz1u4Dgj6qmU/DisrZg==} + engines: {node: '>=8'} dependencies: - camelcase-keys: 2.1.0 - decamelize: 1.2.0 - loud-rejection: 1.6.0 - map-obj: 1.0.1 - minimist: 1.2.5 - normalize-package-data: 2.5.0 - object-assign: 4.1.1 - read-pkg-up: 1.0.1 - redent: 1.0.0 - trim-newlines: 1.0.0 - - /merge-descriptors/1.0.1: - resolution: {integrity: sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=} - dev: false + debug: 4.3.2 + istanbul-lib-coverage: 3.0.0 + source-map: 0.6.1 + transitivePeerDependencies: + - supports-color - /merge-stream/1.0.1: - resolution: {integrity: sha1-QEEgLVCKNCugAXQAjfDCUbjBNeE=} + /istanbul-reports/3.0.2: + resolution: {integrity: sha512-9tZvz7AiR3PEDNGiV9vIouQ/EAcqMXFmkcA1CDFTwOB98OZVDL0PH9glHotf5Ugp6GCOTypfzGWI/OqjWNCRUw==} + engines: {node: '>=8'} dependencies: - readable-stream: 2.3.7 + html-escaper: 2.0.2 + istanbul-lib-report: 3.0.0 - /merge-stream/2.0.0: - resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==} + /jest-changed-files/25.5.0: + resolution: {integrity: sha512-EOw9QEqapsDT7mKF162m8HFzRPbmP8qJQny6ldVOdOVBz3ACgPm/1nAn5fPQ/NDaYhX/AHkrGwwkCncpAVSXcw==} + engines: {node: '>= 8.3'} + dependencies: + '@jest/types': 25.5.0 + execa: 3.4.0 + throat: 5.0.0 - /merge2/1.0.3: - resolution: {integrity: sha1-+kT4siYmFaty8ICKQB1HinDjlNs=} - engines: {node: '>=0.10'} + /jest-cli/25.5.4: + resolution: {integrity: sha512-rG8uJkIiOUpnREh1768/N3n27Cm+xPFkSNFO91tgg+8o2rXeVLStz+vkXkGr4UtzH6t1SNbjwoiswd7p4AhHTw==} + engines: {node: '>= 8.3'} + hasBin: true + dependencies: + '@jest/core': 25.5.4 + '@jest/test-result': 25.5.0 + '@jest/types': 25.5.0 + chalk: 3.0.0 + exit: 0.1.2 + graceful-fs: 4.2.6 + import-local: 3.0.2 + is-ci: 2.0.0 + jest-config: 25.5.4 + jest-util: 25.5.0 + jest-validate: 25.5.0 + prompts: 2.4.1 + realpath-native: 2.0.0 + yargs: 15.4.1 + transitivePeerDependencies: + - bufferutil + - canvas + - supports-color + - utf-8-validate + dev: true - /merge2/1.4.1: - resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} - engines: {node: '>= 8'} + /jest-config/25.4.0: + resolution: {integrity: sha512-egT9aKYxMyMSQV1aqTgam0SkI5/I2P9qrKexN5r2uuM2+68ypnc+zPGmfUxK7p1UhE7dYH9SLBS7yb+TtmT1AA==} + engines: {node: '>= 8.3'} + dependencies: + '@babel/core': 7.14.6 + '@jest/test-sequencer': 25.5.4 + '@jest/types': 25.4.0 + babel-jest: 25.5.1_@babel+core@7.14.6 + chalk: 3.0.0 + deepmerge: 4.2.2 + glob: 7.1.7 + jest-environment-jsdom: 25.5.0 + jest-environment-node: 25.4.0 + jest-get-type: 25.2.6 + jest-jasmine2: 25.5.4 + jest-regex-util: 25.2.6 + jest-resolve: 25.5.1 + jest-util: 25.5.0 + jest-validate: 25.5.0 + micromatch: 4.0.4 + pretty-format: 25.5.0 + realpath-native: 2.0.0 + transitivePeerDependencies: + - bufferutil + - canvas + - supports-color + - utf-8-validate - /methods/1.1.2: - resolution: {integrity: sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=} - engines: {node: '>= 0.6'} - dev: false + /jest-config/25.5.4: + resolution: {integrity: sha512-SZwR91SwcdK6bz7Gco8qL7YY2sx8tFJYzvg216DLihTWf+LKY/DoJXpM9nTzYakSyfblbqeU48p/p7Jzy05Atg==} + engines: {node: '>= 8.3'} + dependencies: + '@babel/core': 7.14.6 + '@jest/test-sequencer': 25.5.4 + '@jest/types': 25.5.0 + babel-jest: 25.5.1_@babel+core@7.14.6 + chalk: 3.0.0 + deepmerge: 4.2.2 + glob: 7.1.7 + graceful-fs: 4.2.6 + jest-environment-jsdom: 25.5.0 + jest-environment-node: 25.5.0 + jest-get-type: 25.2.6 + jest-jasmine2: 25.5.4 + jest-regex-util: 25.2.6 + jest-resolve: 25.5.1 + jest-util: 25.5.0 + jest-validate: 25.5.0 + micromatch: 4.0.4 + pretty-format: 25.5.0 + realpath-native: 2.0.0 + transitivePeerDependencies: + - bufferutil + - canvas + - supports-color + - utf-8-validate - /micromatch/3.1.10: - resolution: {integrity: sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==} - engines: {node: '>=0.10.0'} + /jest-diff/25.5.0: + resolution: {integrity: sha512-z1kygetuPiREYdNIumRpAHY6RXiGmp70YHptjdaxTWGmA085W3iCnXNx0DhflK3vwrKmrRWyY1wUpkPMVxMK7A==} + engines: {node: '>= 8.3'} dependencies: - arr-diff: 4.0.0 - array-unique: 0.3.2 - braces: 2.3.2 - define-property: 2.0.2 - extend-shallow: 3.0.2 - extglob: 2.0.4 - fragment-cache: 0.2.1 - kind-of: 6.0.3 - nanomatch: 1.2.13 - object.pick: 1.3.0 - regex-not: 1.0.2 - snapdragon: 0.8.2 - to-regex: 3.0.2 + chalk: 3.0.0 + diff-sequences: 25.2.6 + jest-get-type: 25.2.6 + pretty-format: 25.5.0 - /micromatch/4.0.4: - resolution: {integrity: sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==} - engines: {node: '>=8.6'} + /jest-docblock/25.3.0: + resolution: {integrity: sha512-aktF0kCar8+zxRHxQZwxMy70stc9R1mOmrLsT5VO3pIT0uzGRSDAXxSlz4NqQWpuLjPpuMhPRl7H+5FRsvIQAg==} + engines: {node: '>= 8.3'} dependencies: - braces: 3.0.2 - picomatch: 2.2.3 + detect-newline: 3.1.0 - /miller-rabin/4.0.1: - resolution: {integrity: sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==} - hasBin: true + /jest-each/25.5.0: + resolution: {integrity: sha512-QBogUxna3D8vtiItvn54xXde7+vuzqRrEeaw8r1s+1TG9eZLVJE5ZkKoSUlqFwRjnlaA4hyKGiu9OlkFIuKnjA==} + engines: {node: '>= 8.3'} dependencies: - bn.js: 4.12.0 - brorand: 1.1.0 + '@jest/types': 25.5.0 + chalk: 3.0.0 + jest-get-type: 25.2.6 + jest-util: 25.5.0 + pretty-format: 25.5.0 - /mime-db/1.47.0: - resolution: {integrity: sha512-QBmA/G2y+IfeS4oktet3qRZ+P5kPhCKRXxXnQEudYqUaEioAU1/Lq2us3D/t1Jfo4hE9REQPrbB7K5sOczJVIw==} - engines: {node: '>= 0.6'} + /jest-environment-jsdom/25.5.0: + resolution: {integrity: sha512-7Jr02ydaq4jaWMZLY+Skn8wL5nVIYpWvmeatOHL3tOcV3Zw8sjnPpx+ZdeBfc457p8jCR9J6YCc+Lga0oIy62A==} + engines: {node: '>= 8.3'} + dependencies: + '@jest/environment': 25.5.0 + '@jest/fake-timers': 25.5.0 + '@jest/types': 25.5.0 + jest-mock: 25.5.0 + jest-util: 25.5.0 + jsdom: 15.2.1 + transitivePeerDependencies: + - bufferutil + - canvas + - utf-8-validate - /mime-types/2.1.30: - resolution: {integrity: sha512-crmjA4bLtR8m9qLpHvgxSChT+XoSlZi8J4n/aIdn3z92e/U47Z0V/yl+Wh9W046GgFVAmoNR/fmdbZYcSSIUeg==} - engines: {node: '>= 0.6'} + /jest-environment-node/25.4.0: + resolution: {integrity: sha512-wryZ18vsxEAKFH7Z74zi/y/SyI1j6UkVZ6QsllBuT/bWlahNfQjLNwFsgh/5u7O957dYFoXj4yfma4n4X6kU9A==} + engines: {node: '>= 8.3'} dependencies: - mime-db: 1.47.0 + '@jest/environment': 25.5.0 + '@jest/fake-timers': 25.5.0 + '@jest/types': 25.4.0 + jest-mock: 25.5.0 + jest-util: 25.5.0 + semver: 6.3.0 - /mime/1.3.4: - resolution: {integrity: sha1-EV+eO2s9rylZmDyzjxSaLUDrXVM=} - hasBin: true - dev: false + /jest-environment-node/25.5.0: + resolution: {integrity: sha512-iuxK6rQR2En9EID+2k+IBs5fCFd919gVVK5BeND82fYeLWPqvRcFNPKu9+gxTwfB5XwBGBvZ0HFQa+cHtIoslA==} + engines: {node: '>= 8.3'} + dependencies: + '@jest/environment': 25.5.0 + '@jest/fake-timers': 25.5.0 + '@jest/types': 25.5.0 + jest-mock: 25.5.0 + jest-util: 25.5.0 + semver: 6.3.0 - /mime/1.4.1: - resolution: {integrity: sha512-KI1+qOZu5DcW6wayYHSzR/tXKCDC5Om4s1z2QJjDULzLcmf3DvzS7oluY4HCTrc+9FiKmWUgeNLg7W3uIQvxtQ==} - hasBin: true - dev: false + /jest-get-type/25.2.6: + resolution: {integrity: sha512-DxjtyzOHjObRM+sM1knti6or+eOgcGU4xVSb2HNP1TqO4ahsT+rqZg+nyqHWJSvWgKC5cG3QjGFBqxLghiF/Ig==} + engines: {node: '>= 8.3'} - /mime/1.6.0: - resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==} - engines: {node: '>=4'} - hasBin: true - dev: false + /jest-haste-map/25.5.1: + resolution: {integrity: sha512-dddgh9UZjV7SCDQUrQ+5t9yy8iEgKc1AKqZR9YDww8xsVOtzPQSMVLDChc21+g29oTRexb9/B0bIlZL+sWmvAQ==} + engines: {node: '>= 8.3'} + dependencies: + '@jest/types': 25.5.0 + '@types/graceful-fs': 4.1.5 + anymatch: 3.1.2 + fb-watchman: 2.0.1 + graceful-fs: 4.2.6 + jest-serializer: 25.5.0 + jest-util: 25.5.0 + jest-worker: 25.5.0 + micromatch: 4.0.4 + sane: 4.1.0 + walker: 1.0.7 + which: 2.0.2 + optionalDependencies: + fsevents: 2.3.2 - /mime/2.5.2: - resolution: {integrity: sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg==} - engines: {node: '>=4.0.0'} - hasBin: true - dev: false + /jest-jasmine2/25.5.4: + resolution: {integrity: sha512-9acbWEfbmS8UpdcfqnDO+uBUgKa/9hcRh983IHdM+pKmJPL77G0sWAAK0V0kr5LK3a8cSBfkFSoncXwQlRZfkQ==} + engines: {node: '>= 8.3'} + dependencies: + '@babel/traverse': 7.14.7 + '@jest/environment': 25.5.0 + '@jest/source-map': 25.5.0 + '@jest/test-result': 25.5.0 + '@jest/types': 25.5.0 + chalk: 3.0.0 + co: 4.6.0 + expect: 25.5.0 + is-generator-fn: 2.1.0 + jest-each: 25.5.0 + jest-matcher-utils: 25.5.0 + jest-message-util: 25.5.0 + jest-runtime: 25.5.4 + jest-snapshot: 25.5.1 + jest-util: 25.5.0 + pretty-format: 25.5.0 + throat: 5.0.0 + transitivePeerDependencies: + - bufferutil + - canvas + - supports-color + - utf-8-validate - /mimic-fn/2.1.0: - resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} - engines: {node: '>=6'} + /jest-leak-detector/25.5.0: + resolution: {integrity: sha512-rV7JdLsanS8OkdDpZtgBf61L5xZ4NnYLBq72r6ldxahJWWczZjXawRsoHyXzibM5ed7C2QRjpp6ypgwGdKyoVA==} + engines: {node: '>= 8.3'} + dependencies: + jest-get-type: 25.2.6 + pretty-format: 25.5.0 - /minimalistic-assert/1.0.1: - resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==} + /jest-matcher-utils/25.5.0: + resolution: {integrity: sha512-VWI269+9JS5cpndnpCwm7dy7JtGQT30UHfrnM3mXl22gHGt/b7NkjBqXfbhZ8V4B7ANUsjK18PlSBmG0YH7gjw==} + engines: {node: '>= 8.3'} + dependencies: + chalk: 3.0.0 + jest-diff: 25.5.0 + jest-get-type: 25.2.6 + pretty-format: 25.5.0 - /minimalistic-crypto-utils/1.0.1: - resolution: {integrity: sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=} + /jest-message-util/25.5.0: + resolution: {integrity: sha512-ezddz3YCT/LT0SKAmylVyWWIGYoKHOFOFXx3/nA4m794lfVUskMcwhip6vTgdVrOtYdjeQeis2ypzes9mZb4EA==} + engines: {node: '>= 8.3'} + dependencies: + '@babel/code-frame': 7.14.5 + '@jest/types': 25.5.0 + '@types/stack-utils': 1.0.1 + chalk: 3.0.0 + graceful-fs: 4.2.6 + micromatch: 4.0.4 + slash: 3.0.0 + stack-utils: 1.0.5 - /minimatch/2.0.10: - resolution: {integrity: sha1-jQh8OcazjAAbl/ynzm0OHoCvusc=} - deprecated: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue + /jest-mock/25.5.0: + resolution: {integrity: sha512-eXWuTV8mKzp/ovHc5+3USJMYsTBhyQ+5A1Mak35dey/RG8GlM4YWVylZuGgVXinaW6tpvk/RSecmF37FKUlpXA==} + engines: {node: '>= 8.3'} dependencies: - brace-expansion: 1.1.11 + '@jest/types': 25.5.0 - /minimatch/3.0.4: - resolution: {integrity: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==} + /jest-pnp-resolver/1.2.2_jest-resolve@25.5.1: + resolution: {integrity: sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==} + engines: {node: '>=6'} + peerDependencies: + jest-resolve: '*' + peerDependenciesMeta: + jest-resolve: + optional: true dependencies: - brace-expansion: 1.1.11 + jest-resolve: 25.5.1 - /minimist/0.0.8: - resolution: {integrity: sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=} + /jest-regex-util/25.2.6: + resolution: {integrity: sha512-KQqf7a0NrtCkYmZZzodPftn7fL1cq3GQAFVMn5Hg8uKx/fIenLEobNanUxb7abQ1sjADHBseG/2FGpsv/wr+Qw==} + engines: {node: '>= 8.3'} - /minimist/1.2.5: - resolution: {integrity: sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==} + /jest-resolve-dependencies/25.5.4: + resolution: {integrity: sha512-yFmbPd+DAQjJQg88HveObcGBA32nqNZ02fjYmtL16t1xw9bAttSn5UGRRhzMHIQbsep7znWvAvnD4kDqOFM0Uw==} + engines: {node: '>= 8.3'} + dependencies: + '@jest/types': 25.5.0 + jest-regex-util: 25.2.6 + jest-snapshot: 25.5.1 - /minipass/3.1.3: - resolution: {integrity: sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==} - engines: {node: '>=8'} + /jest-resolve/25.5.1: + resolution: {integrity: sha512-Hc09hYch5aWdtejsUZhA+vSzcotf7fajSlPA6EZPE1RmPBAD39XtJhvHWFStid58iit4IPDLI/Da4cwdDmAHiQ==} + engines: {node: '>= 8.3'} dependencies: - yallist: 4.0.0 + '@jest/types': 25.5.0 + browser-resolve: 1.11.3 + chalk: 3.0.0 + graceful-fs: 4.2.6 + jest-pnp-resolver: 1.2.2_jest-resolve@25.5.1 + read-pkg-up: 7.0.1 + realpath-native: 2.0.0 + resolve: 1.17.0 + slash: 3.0.0 - /minizlib/2.1.2: - resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} - engines: {node: '>= 8'} + /jest-runner/25.5.4: + resolution: {integrity: sha512-V/2R7fKZo6blP8E9BL9vJ8aTU4TH2beuqGNxHbxi6t14XzTb+x90B3FRgdvuHm41GY8ch4xxvf0ATH4hdpjTqg==} + engines: {node: '>= 8.3'} dependencies: - minipass: 3.1.3 - yallist: 4.0.0 + '@jest/console': 25.5.0 + '@jest/environment': 25.5.0 + '@jest/test-result': 25.5.0 + '@jest/types': 25.5.0 + chalk: 3.0.0 + exit: 0.1.2 + graceful-fs: 4.2.6 + jest-config: 25.5.4 + jest-docblock: 25.3.0 + jest-haste-map: 25.5.1 + jest-jasmine2: 25.5.4 + jest-leak-detector: 25.5.0 + jest-message-util: 25.5.0 + jest-resolve: 25.5.1 + jest-runtime: 25.5.4 + jest-util: 25.5.0 + jest-worker: 25.5.0 + source-map-support: 0.5.19 + throat: 5.0.0 + transitivePeerDependencies: + - bufferutil + - canvas + - supports-color + - utf-8-validate - /mississippi/3.0.0: - resolution: {integrity: sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==} - engines: {node: '>=4.0.0'} + /jest-runtime/25.5.4: + resolution: {integrity: sha512-RWTt8LeWh3GvjYtASH2eezkc8AehVoWKK20udV6n3/gC87wlTbE1kIA+opCvNWyyPeBs6ptYsc6nyHUb1GlUVQ==} + engines: {node: '>= 8.3'} + hasBin: true dependencies: - concat-stream: 1.6.2 - duplexify: 3.7.1 - end-of-stream: 1.1.0 - flush-write-stream: 1.1.1 - from2: 2.3.0 - parallel-transform: 1.2.0 - pump: 3.0.0 - pumpify: 1.5.1 - stream-each: 1.2.3 - through2: 2.0.5 + '@jest/console': 25.5.0 + '@jest/environment': 25.5.0 + '@jest/globals': 25.5.2 + '@jest/source-map': 25.5.0 + '@jest/test-result': 25.5.0 + '@jest/transform': 25.5.1 + '@jest/types': 25.5.0 + '@types/yargs': 15.0.14 + chalk: 3.0.0 + collect-v8-coverage: 1.0.1 + exit: 0.1.2 + glob: 7.1.7 + graceful-fs: 4.2.6 + jest-config: 25.5.4 + jest-haste-map: 25.5.1 + jest-message-util: 25.5.0 + jest-mock: 25.5.0 + jest-regex-util: 25.2.6 + jest-resolve: 25.5.1 + jest-snapshot: 25.5.1 + jest-util: 25.5.0 + jest-validate: 25.5.0 + realpath-native: 2.0.0 + slash: 3.0.0 + strip-bom: 4.0.0 + yargs: 15.4.1 + transitivePeerDependencies: + - bufferutil + - canvas + - supports-color + - utf-8-validate - /mixin-deep/1.3.2: - resolution: {integrity: sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==} - engines: {node: '>=0.10.0'} + /jest-serializer/25.5.0: + resolution: {integrity: sha512-LxD8fY1lByomEPflwur9o4e2a5twSQ7TaVNLlFUuToIdoJuBt8tzHfCsZ42Ok6LkKXWzFWf3AGmheuLAA7LcCA==} + engines: {node: '>= 8.3'} dependencies: - for-in: 1.0.2 - is-extendable: 1.0.1 + graceful-fs: 4.2.6 - /mkdirp/0.5.1: - resolution: {integrity: sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=} - deprecated: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.) - hasBin: true + /jest-snapshot/25.4.0: + resolution: {integrity: sha512-J4CJ0X2SaGheYRZdLz9CRHn9jUknVmlks4UBeu270hPAvdsauFXOhx9SQP2JtRzhnR3cvro/9N9KP83/uvFfRg==} + engines: {node: '>= 8.3'} dependencies: - minimist: 0.0.8 + '@babel/types': 7.14.5 + '@jest/types': 25.4.0 + '@types/prettier': 1.19.1 + chalk: 3.0.0 + expect: 25.5.0 + jest-diff: 25.5.0 + jest-get-type: 25.2.6 + jest-matcher-utils: 25.5.0 + jest-message-util: 25.5.0 + jest-resolve: 25.5.1 + make-dir: 3.1.0 + natural-compare: 1.4.0 + pretty-format: 25.5.0 + semver: 6.3.0 - /mkdirp/0.5.5: - resolution: {integrity: sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==} - hasBin: true + /jest-snapshot/25.5.1: + resolution: {integrity: sha512-C02JE1TUe64p2v1auUJ2ze5vcuv32tkv9PyhEb318e8XOKF7MOyXdJ7kdjbvrp3ChPLU2usI7Rjxs97Dj5P0uQ==} + engines: {node: '>= 8.3'} dependencies: - minimist: 1.2.5 - - /mkdirp/1.0.4: - resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==} - engines: {node: '>=10'} - hasBin: true + '@babel/types': 7.14.5 + '@jest/types': 25.5.0 + '@types/prettier': 1.19.1 + chalk: 3.0.0 + expect: 25.5.0 + graceful-fs: 4.2.6 + jest-diff: 25.5.0 + jest-get-type: 25.2.6 + jest-matcher-utils: 25.5.0 + jest-message-util: 25.5.0 + jest-resolve: 25.5.1 + make-dir: 3.1.0 + natural-compare: 1.4.0 + pretty-format: 25.5.0 + semver: 6.3.0 - /mocha/5.2.0: - resolution: {integrity: sha512-2IUgKDhc3J7Uug+FxMXuqIyYzH7gJjXECKe/w43IGgQHTSj3InJi+yAA7T24L9bQMRKiUEHxEX37G5JpVUGLcQ==} - engines: {node: '>= 4.0.0'} - hasBin: true + /jest-util/25.5.0: + resolution: {integrity: sha512-KVlX+WWg1zUTB9ktvhsg2PXZVdkI1NBevOJSkTKYAyXyH4QSvh+Lay/e/v+bmaFfrkfx43xD8QTfgobzlEXdIA==} + engines: {node: '>= 8.3'} dependencies: - browser-stdout: 1.3.1 - commander: 2.15.1 - debug: 3.1.0 - diff: 3.5.0 - escape-string-regexp: 1.0.5 - glob: 7.1.2 - growl: 1.10.5 - he: 1.1.1 - minimatch: 3.0.4 - mkdirp: 0.5.1 - supports-color: 5.4.0 + '@jest/types': 25.5.0 + chalk: 3.0.0 + graceful-fs: 4.2.6 + is-ci: 2.0.0 + make-dir: 3.1.0 - /move-concurrently/1.0.1: - resolution: {integrity: sha1-viwAX9oy4LKa8fBdfEszIUxwH5I=} + /jest-validate/25.5.0: + resolution: {integrity: sha512-okUFKqhZIpo3jDdtUXUZ2LxGUZJIlfdYBvZb1aczzxrlyMlqdnnws9MOxezoLGhSaFc2XYaHNReNQfj5zPIWyQ==} + engines: {node: '>= 8.3'} dependencies: - aproba: 1.2.0 - copy-concurrently: 1.0.5 - fs-write-stream-atomic: 1.0.10 - mkdirp: 0.5.5 - rimraf: 2.7.1 - run-queue: 1.0.3 - - /ms/0.7.1: - resolution: {integrity: sha1-nNE8A62/8ltl7/3nzoZO6VIBcJg=} - dev: false - - /ms/2.0.0: - resolution: {integrity: sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=} - - /ms/2.1.1: - resolution: {integrity: sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==} - dev: false - - /ms/2.1.2: - resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} + '@jest/types': 25.5.0 + camelcase: 5.3.1 + chalk: 3.0.0 + jest-get-type: 25.2.6 + leven: 3.1.0 + pretty-format: 25.5.0 - /ms/2.1.3: - resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} - dev: false + /jest-watcher/25.5.0: + resolution: {integrity: sha512-XrSfJnVASEl+5+bb51V0Q7WQx65dTSk7NL4yDdVjPnRNpM0hG+ncFmDYJo9O8jaSRcAitVbuVawyXCRoxGrT5Q==} + engines: {node: '>= 8.3'} + dependencies: + '@jest/test-result': 25.5.0 + '@jest/types': 25.5.0 + ansi-escapes: 4.3.2 + chalk: 3.0.0 + jest-util: 25.5.0 + string-length: 3.1.0 - /msal/1.4.10: - resolution: {integrity: sha512-oo4QUlowBTFBt/WWOlKXevfwZeOW2ohsLYvd16IuOszpYlzIQN2G4HdAHod49XqSTs7YpnF8PQWw8SGpaJAYVQ==} - engines: {node: '>=0.8.0'} + /jest-worker/25.5.0: + resolution: {integrity: sha512-/dsSmUkIy5EBGfv/IjjqmFxrNAUpBERfGs1oHROyD7yxjG/w+t0GOJDX8O1k32ySmd7+a5IhnJU2qQFcJ4n1vw==} + engines: {node: '>= 8.3'} dependencies: - tslib: 1.14.1 - dev: false + merge-stream: 2.0.0 + supports-color: 7.2.0 - /multicast-dns-service-types/1.1.0: - resolution: {integrity: sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE=} + /jest-worker/27.0.6: + resolution: {integrity: sha512-qupxcj/dRuA3xHPMUd40gr2EaAurFbkwzOh7wfPaeE9id7hyjURRQoqNfHifHK3XjJU6YJJUQKILGUnwGPEOCA==} + engines: {node: '>= 10.13.0'} + dependencies: + '@types/node': 10.17.13 + merge-stream: 2.0.0 + supports-color: 8.1.1 dev: false - /multicast-dns/6.2.3: - resolution: {integrity: sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g==} + /jest/25.4.0: + resolution: {integrity: sha512-XWipOheGB4wai5JfCYXd6vwsWNwM/dirjRoZgAa7H2wd8ODWbli2AiKjqG8AYhyx+8+5FBEdpO92VhGlBydzbw==} + engines: {node: '>= 8.3'} hasBin: true dependencies: - dns-packet: 1.3.1 - thunky: 1.1.0 - dev: false + '@jest/core': 25.4.0 + import-local: 3.0.2 + jest-cli: 25.5.4 + transitivePeerDependencies: + - bufferutil + - canvas + - supports-color + - utf-8-validate + dev: true - /multipipe/0.1.2: - resolution: {integrity: sha1-Ko8t33Du1WTf8tV/HhoTfZ8FB4s=} - dependencies: - duplexer2: 0.0.2 + /jju/1.4.0: + resolution: {integrity: sha1-o6vicYryQaKykE+EpiWXDzia4yo=} - /mute-stdout/1.0.1: - resolution: {integrity: sha512-kDcwXR4PS7caBpuRYYBUz9iVixUk3anO3f5OYFiIPwK/20vCzKCHyKoulbiDY1S53zD2bxUpxN/IJ+TnXjfvxg==} - engines: {node: '>= 0.10'} + /js-base64/2.6.4: + resolution: {integrity: sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==} - /mute-stream/0.0.8: - resolution: {integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==} - dev: false + /js-tokens/4.0.0: + resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} - /mz/2.7.0: - resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==} + /js-yaml/3.13.1: + resolution: {integrity: sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==} + hasBin: true dependencies: - any-promise: 1.3.0 - object-assign: 4.1.1 - thenify-all: 1.6.0 - dev: false - - /nan/2.14.2: - resolution: {integrity: sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ==} + argparse: 1.0.10 + esprima: 4.0.1 - /nanomatch/1.2.13: - resolution: {integrity: sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==} - engines: {node: '>=0.10.0'} + /js-yaml/4.1.0: + resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} + hasBin: true dependencies: - arr-diff: 4.0.0 - array-unique: 0.3.2 - define-property: 2.0.2 - extend-shallow: 3.0.2 - fragment-cache: 0.2.1 - is-windows: 1.0.2 - kind-of: 6.0.3 - object.pick: 1.3.0 - regex-not: 1.0.2 - snapdragon: 0.8.2 - to-regex: 3.0.2 - - /natural-compare/1.4.0: - resolution: {integrity: sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=} - - /negotiator/0.6.2: - resolution: {integrity: sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==} - engines: {node: '>= 0.6'} + argparse: 2.0.1 dev: false - /neo-async/2.6.2: - resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} - - /next-tick/1.0.0: - resolution: {integrity: sha1-yobR/ogoFpsBICCOPchCS524NCw=} - - /nice-try/1.0.5: - resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==} + /jsbn/0.1.1: + resolution: {integrity: sha1-peZUwuWi3rXyAdls77yoDA7y9RM=} - /no-case/3.0.4: - resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==} + /jsdom/15.2.1: + resolution: {integrity: sha512-fAl1W0/7T2G5vURSyxBzrJ1LSdQn6Tr5UX/xD4PXDx/PDgwygedfW6El/KIj3xJ7FU61TTYnc/l/B7P49Eqt6g==} + engines: {node: '>=8'} + peerDependencies: + canvas: ^2.5.0 + peerDependenciesMeta: + canvas: + optional: true dependencies: - lower-case: 2.0.2 - tslib: 2.2.0 - - /node-fetch/2.6.1: - resolution: {integrity: sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==} - engines: {node: 4.x || >=6.0.0} - dev: false - - /node-forge/0.10.0: - resolution: {integrity: sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==} - engines: {node: '>= 6.0.0'} - dev: false - - /node-forge/0.7.6: - resolution: {integrity: sha512-sol30LUpz1jQFBjOKwbjxijiE3b6pjd74YwfD0fJOKPjF+fONKb2Yg8rYgS6+bK6VDl+/wfr4IYpC7jDzLUIfw==} - dev: false - - /node-gyp/7.1.2: - resolution: {integrity: sha512-CbpcIo7C3eMu3dL1c3d0xw449fHIGALIJsRP4DDPHpyiW8vcriNY7ubh9TE4zEKfSxscY7PjeFnshE7h75ynjQ==} - engines: {node: '>= 10.12.0'} + abab: 2.0.5 + acorn: 7.4.1 + acorn-globals: 4.3.4 + array-equal: 1.0.0 + cssom: 0.4.4 + cssstyle: 2.3.0 + data-urls: 1.1.0 + domexception: 1.0.1 + escodegen: 1.14.3 + html-encoding-sniffer: 1.0.2 + nwsapi: 2.2.0 + parse5: 5.1.0 + pn: 1.1.0 + request: 2.88.2 + request-promise-native: 1.0.9_request@2.88.2 + saxes: 3.1.11 + symbol-tree: 3.2.4 + tough-cookie: 3.0.1 + w3c-hr-time: 1.0.2 + w3c-xmlserializer: 1.1.2 + webidl-conversions: 4.0.2 + whatwg-encoding: 1.0.5 + whatwg-mimetype: 2.3.0 + whatwg-url: 7.1.0 + ws: 7.5.3 + xml-name-validator: 3.0.0 + transitivePeerDependencies: + - bufferutil + - utf-8-validate + + /jsesc/2.5.2: + resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==} + engines: {node: '>=4'} hasBin: true - dependencies: - env-paths: 2.2.1 - glob: 7.1.7 - graceful-fs: 4.2.6 - nopt: 5.0.0 - npmlog: 4.1.2 - request: 2.88.2 - rimraf: 3.0.2 - semver: 7.3.5 - tar: 6.1.0 - which: 2.0.2 - /node-int64/0.4.0: - resolution: {integrity: sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=} + /json-parse-better-errors/1.0.2: + resolution: {integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==} - /node-libs-browser/2.2.1: - resolution: {integrity: sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==} - dependencies: - assert: 1.5.0 - browserify-zlib: 0.2.0 - buffer: 4.9.2 - console-browserify: 1.2.0 - constants-browserify: 1.0.0 - crypto-browserify: 3.12.0 - domain-browser: 1.2.0 - events: 3.3.0 - https-browserify: 1.0.0 - os-browserify: 0.3.0 - path-browserify: 0.0.1 - process: 0.11.10 - punycode: 1.4.1 - querystring-es3: 0.2.1 - readable-stream: 2.3.7 - stream-browserify: 2.0.2 - stream-http: 2.8.3 - string_decoder: 1.3.0 - timers-browserify: 2.0.12 - tty-browserify: 0.0.0 - url: 0.11.0 - util: 0.11.1 - vm-browserify: 1.1.2 + /json-parse-even-better-errors/2.3.1: + resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} - /node-modules-regexp/1.0.0: - resolution: {integrity: sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA=} - engines: {node: '>=0.10.0'} + /json-schema-traverse/0.4.1: + resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} - /node-notifier/5.0.2: - resolution: {integrity: sha1-RDhEn+aeMh+UHO+UOYaweXAycBs=} - dependencies: - growly: 1.3.0 - semver: 5.7.1 - shellwords: 0.1.1 - which: 1.3.1 + /json-schema/0.2.3: + resolution: {integrity: sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=} - /node-notifier/6.0.0: - resolution: {integrity: sha512-SVfQ/wMw+DesunOm5cKqr6yDcvUTDl/yc97ybGHMrteNEY6oekXpNpS3lZwgLlwz0FLgHoiW28ZpmBHUDg37cw==} - dependencies: - growly: 1.3.0 - is-wsl: 2.2.0 - semver: 6.3.0 - shellwords: 0.1.1 - which: 1.3.1 - optional: true + /json-stable-stringify-without-jsonify/1.0.1: + resolution: {integrity: sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=} + + /json-stringify-safe/5.0.1: + resolution: {integrity: sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=} - /node-releases/1.1.71: - resolution: {integrity: sha512-zR6HoT6LrLCRBwukmrVbHv0EpEQjksO6GmFcZQQuCAy139BEsoVKPYnf3jongYW83fAa1torLGYwxxky/p28sg==} + /json3/3.3.3: + resolution: {integrity: sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA==} + dev: false - /node-sass/5.0.0: - resolution: {integrity: sha512-opNgmlu83ZCF792U281Ry7tak9IbVC+AKnXGovcQ8LG8wFaJv6cLnRlc6DIHlmNxWEexB5bZxi9SZ9JyUuOYjw==} - engines: {node: '>=10'} + /json5/0.5.1: + resolution: {integrity: sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=} hasBin: true - requiresBuild: true - dependencies: - async-foreach: 0.1.3 - chalk: 1.1.3 - cross-spawn: 7.0.3 - gaze: 1.1.3 - get-stdin: 4.0.1 - glob: 7.0.6 - lodash: 4.17.21 - meow: 3.7.0 - mkdirp: 0.5.5 - nan: 2.14.2 - node-gyp: 7.1.2 - npmlog: 4.1.2 - request: 2.88.2 - sass-graph: 2.2.5 - stdout-stream: 1.4.1 - true-case-path: 1.0.3 - /nopt/3.0.6: - resolution: {integrity: sha1-xkZdvwirzU2zWTF/eaxopkayj/k=} + /json5/1.0.1: + resolution: {integrity: sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==} hasBin: true dependencies: - abbrev: 1.0.9 + minimist: 1.2.5 - /nopt/5.0.0: - resolution: {integrity: sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==} + /json5/2.2.0: + resolution: {integrity: sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==} engines: {node: '>=6'} hasBin: true dependencies: - abbrev: 1.1.1 + minimist: 1.2.5 - /normalize-package-data/2.5.0: - resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} - dependencies: - hosted-git-info: 2.8.9 - resolve: 1.17.0 - semver: 5.7.1 - validate-npm-package-license: 3.0.4 + /jsonfile/4.0.0: + resolution: {integrity: sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=} + optionalDependencies: + graceful-fs: 4.2.6 - /normalize-package-data/3.0.2: - resolution: {integrity: sha512-6CdZocmfGaKnIHPVFhJJZ3GuR8SsLKvDANFp47Jmy51aKIr8akjAWTSxtpI+MBgBFdSMRyo4hMpDlT6dTffgZg==} - engines: {node: '>=10'} - dependencies: - hosted-git-info: 4.0.2 - resolve: 1.20.0 - semver: 7.3.5 - validate-npm-package-license: 3.0.4 - dev: false + /jsonpath-plus/4.0.0: + resolution: {integrity: sha512-e0Jtg4KAzDJKKwzbLaUtinCn0RZseWBVRTRGihSpvFlM3wTR7ExSp+PTdeTsDrLNJUe7L7JYJe8mblHX5SCT6A==} + engines: {node: '>=10.0'} - /normalize-path/2.1.1: - resolution: {integrity: sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=} - engines: {node: '>=0.10.0'} + /jsprim/1.4.1: + resolution: {integrity: sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=} + engines: {'0': node >=0.6.0} dependencies: - remove-trailing-separator: 1.1.0 - - /normalize-path/3.0.0: - resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} - engines: {node: '>=0.10.0'} - - /normalize-range/0.1.2: - resolution: {integrity: sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=} - engines: {node: '>=0.10.0'} + assert-plus: 1.0.0 + extsprintf: 1.3.0 + json-schema: 0.2.3 + verror: 1.10.0 - /now-and-later/2.0.1: - resolution: {integrity: sha512-KGvQ0cB70AQfg107Xvs/Fbu+dGmZoTRJp2TaPwcwQm3/7PteUyN2BCgk8KBMPGBUXZdVwyWS8fDCGFygBm19UQ==} - engines: {node: '>= 0.10'} + /jsx-ast-utils/2.4.1: + resolution: {integrity: sha512-z1xSldJ6imESSzOjd3NNkieVJKRlKYSOtMG8SFyCj2FIrvSaSuli/WjpBkEzCBoR9bYYYFgqJw61Xhu7Lcgk+w==} + engines: {node: '>=4.0'} dependencies: - once: 1.4.0 + array-includes: 3.1.3 + object.assign: 4.1.2 - /npm-bundled/1.1.2: - resolution: {integrity: sha512-x5DHup0SuyQcmL3s7Rx/YQ8sbw/Hzg0rj48eN0dV7hf5cmQq5PXIeioroH3raV1QC1yh3uTYuMThvEQF3iKgGQ==} + /jszip/3.5.0: + resolution: {integrity: sha512-WRtu7TPCmYePR1nazfrtuF216cIVon/3GWOvHS9QR5bIwSbnxtdpma6un3jyGGNhHsKCSzn5Ypk+EkDRvTGiFA==} dependencies: - npm-normalize-package-bin: 1.0.1 - dev: false - - /npm-normalize-package-bin/1.0.1: - resolution: {integrity: sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==} + lie: 3.3.0 + pako: 1.0.11 + readable-stream: 2.3.7 + set-immediate-shim: 1.0.1 dev: false - /npm-package-arg/6.1.1: - resolution: {integrity: sha512-qBpssaL3IOZWi5vEKUKW0cO7kzLeT+EQO9W8RsLOZf76KF9E/K9+wH0C7t06HXPpaH8WH5xF1MExLuCwbTqRUg==} + /jwa/1.4.1: + resolution: {integrity: sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==} dependencies: - hosted-git-info: 2.8.9 - osenv: 0.1.5 - semver: 5.7.1 - validate-npm-package-name: 3.0.0 + buffer-equal-constant-time: 1.0.1 + ecdsa-sig-formatter: 1.0.11 + safe-buffer: 5.2.1 dev: false - /npm-packlist/2.1.5: - resolution: {integrity: sha512-KCfK3Vi2F+PH1klYauoQzg81GQ8/GGjQRKYY6tRnpQUPKTs/1gBZSRWtTEd7jGdSn1LZL7gpAmJT+BcS55k2XQ==} - engines: {node: '>=10'} - hasBin: true + /jws/3.2.2: + resolution: {integrity: sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==} dependencies: - glob: 7.1.7 - ignore-walk: 3.0.4 - npm-bundled: 1.1.2 - npm-normalize-package-bin: 1.0.1 + jwa: 1.4.1 + safe-buffer: 5.2.1 dev: false - /npm-run-path/2.0.2: - resolution: {integrity: sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=} - engines: {node: '>=4'} - dependencies: - path-key: 2.0.1 - - /npm-run-path/4.0.1: - resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==} - engines: {node: '>=8'} - dependencies: - path-key: 3.1.1 + /killable/1.0.1: + resolution: {integrity: sha512-LzqtLKlUwirEUyl/nicirVmNiPvYs7l5n8wOPP7fyJVpUPkvCnW/vuiXGpylGUlnPDnB7311rARzAt3Mhswpjg==} + dev: false - /npmlog/4.1.2: - resolution: {integrity: sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==} + /kind-of/3.2.2: + resolution: {integrity: sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=} + engines: {node: '>=0.10.0'} dependencies: - are-we-there-yet: 1.1.5 - console-control-strings: 1.1.0 - gauge: 2.7.4 - set-blocking: 2.0.0 + is-buffer: 1.1.6 - /nth-check/1.0.2: - resolution: {integrity: sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==} + /kind-of/4.0.0: + resolution: {integrity: sha1-IIE989cSkosgc3hpGkUGb65y3Vc=} + engines: {node: '>=0.10.0'} dependencies: - boolbase: 1.0.0 + is-buffer: 1.1.6 - /num2fraction/1.2.2: - resolution: {integrity: sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=} + /kind-of/5.1.0: + resolution: {integrity: sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==} + engines: {node: '>=0.10.0'} - /number-is-nan/1.0.1: - resolution: {integrity: sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=} + /kind-of/6.0.3: + resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} engines: {node: '>=0.10.0'} - /nwsapi/2.2.0: - resolution: {integrity: sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==} + /kleur/3.0.3: + resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==} + engines: {node: '>=6'} + dev: true - /oauth-sign/0.9.0: - resolution: {integrity: sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==} + /klona/2.0.4: + resolution: {integrity: sha512-ZRbnvdg/NxqzC7L9Uyqzf4psi1OM4Cuc+sJAkQPjO6XkQIJTNbfK2Rsmbw8fx1p2mkZdp2FZYo2+LwXYY/uwIA==} + engines: {node: '>= 8'} + dev: true - /object-assign/3.0.0: - resolution: {integrity: sha1-m+3VygiXlJvKR+f/QIBi1Un1h/I=} - engines: {node: '>=0.10.0'} + /leven/3.1.0: + resolution: {integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==} + engines: {node: '>=6'} - /object-assign/4.1.1: - resolution: {integrity: sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=} - engines: {node: '>=0.10.0'} + /levn/0.3.0: + resolution: {integrity: sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=} + engines: {node: '>= 0.8.0'} + dependencies: + prelude-ls: 1.1.2 + type-check: 0.3.2 - /object-copy/0.1.0: - resolution: {integrity: sha1-fn2Fi3gb18mRpBupde04EnVOmYw=} - engines: {node: '>=0.10.0'} + /levn/0.4.1: + resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} + engines: {node: '>= 0.8.0'} dependencies: - copy-descriptor: 0.1.1 - define-property: 0.2.5 - kind-of: 3.2.2 + prelude-ls: 1.2.1 + type-check: 0.4.0 - /object-inspect/1.10.3: - resolution: {integrity: sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==} + /lie/3.3.0: + resolution: {integrity: sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==} + dependencies: + immediate: 3.0.6 + dev: false - /object-is/1.1.5: - resolution: {integrity: sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==} - engines: {node: '>= 0.4'} + /light-my-request/4.4.1: + resolution: {integrity: sha512-FDNRF2mYjthIRWE7O8d/X7AzDx4otQHl4/QXbu3Q/FRwBFcgb+ZoDaUd5HwN53uQXLAiw76osN+Va0NEaOW6rQ==} dependencies: - call-bind: 1.0.2 - define-properties: 1.1.3 + ajv: 6.12.6 + cookie: 0.4.1 + fastify-warning: 0.2.0 + readable-stream: 3.6.0 + set-cookie-parser: 2.4.8 dev: false - /object-keys/1.1.1: - resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} - engines: {node: '>= 0.4'} + /lines-and-columns/1.1.6: + resolution: {integrity: sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=} - /object-visit/1.0.1: - resolution: {integrity: sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=} + /load-json-file/1.1.0: + resolution: {integrity: sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=} engines: {node: '>=0.10.0'} dependencies: - isobject: 3.0.1 + graceful-fs: 4.2.6 + parse-json: 2.2.0 + pify: 2.3.0 + pinkie-promise: 2.0.1 + strip-bom: 2.0.0 - /object.assign/4.1.2: - resolution: {integrity: sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==} - engines: {node: '>= 0.4'} + /load-json-file/6.2.0: + resolution: {integrity: sha512-gUD/epcRms75Cw8RT1pUdHugZYM5ce64ucs2GEISABwkRsOQr0q2wm/MV2TKThycIe5e0ytRweW2RZxclogCdQ==} + engines: {node: '>=8'} dependencies: - call-bind: 1.0.2 - define-properties: 1.1.3 - has-symbols: 1.0.2 - object-keys: 1.1.1 + graceful-fs: 4.2.6 + parse-json: 5.2.0 + strip-bom: 4.0.0 + type-fest: 0.6.0 + dev: false - /object.defaults/1.1.0: - resolution: {integrity: sha1-On+GgzS0B96gbaFtiNXNKeQ1/s8=} - engines: {node: '>=0.10.0'} - dependencies: - array-each: 1.0.1 - array-slice: 1.1.0 - for-own: 1.0.0 - isobject: 3.0.1 + /loader-runner/2.4.0: + resolution: {integrity: sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==} + engines: {node: '>=4.3.0 <5.0.0 || >=5.10'} - /object.entries/1.1.3: - resolution: {integrity: sha512-ym7h7OZebNS96hn5IJeyUmaWhaSM4SVtAPPfNLQEI2MYWCO2egsITb9nab2+i/Pwibx+R0mtn+ltKJXRSeTMGg==} - engines: {node: '>= 0.4'} - dependencies: - call-bind: 1.0.2 - define-properties: 1.1.3 - es-abstract: 1.18.0 - has: 1.0.3 + /loader-runner/4.2.0: + resolution: {integrity: sha512-92+huvxMvYlMzMt0iIOukcwYBFpkYJdpl2xsZ7LrlayO7E8SOv+JJUEK17B/dJIHAOLMfh2dZZ/Y18WgmGtYNw==} + engines: {node: '>=6.11.5'} + dev: false - /object.fromentries/2.0.4: - resolution: {integrity: sha512-EsFBshs5RUUpQEY1D4q/m59kMfz4YJvxuNCJcv/jWwOJr34EaVnG11ZrZa0UHB3wnzV1wx8m58T4hQL8IuNXlQ==} - engines: {node: '>= 0.4'} + /loader-utils/1.1.0: + resolution: {integrity: sha1-yYrvSIvM7aL/teLeZG1qdUQp9c0=} + engines: {node: '>=4.0.0'} dependencies: - call-bind: 1.0.2 - define-properties: 1.1.3 - es-abstract: 1.18.0 - has: 1.0.3 + big.js: 3.2.0 + emojis-list: 2.1.0 + json5: 0.5.1 - /object.getownpropertydescriptors/2.1.2: - resolution: {integrity: sha512-WtxeKSzfBjlzL+F9b7M7hewDzMwy+C8NRssHd1YrNlzHzIDrXcXiNOMrezdAEM4UXixgV+vvnyBeN7Rygl2ttQ==} - engines: {node: '>= 0.8'} + /loader-utils/1.4.0: + resolution: {integrity: sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==} + engines: {node: '>=4.0.0'} dependencies: - call-bind: 1.0.2 - define-properties: 1.1.3 - es-abstract: 1.18.0 + big.js: 5.2.2 + emojis-list: 3.0.0 + json5: 1.0.1 - /object.map/1.0.1: - resolution: {integrity: sha1-z4Plncj8wK1fQlDh94s7gb2AHTc=} - engines: {node: '>=0.10.0'} + /loader-utils/2.0.0: + resolution: {integrity: sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==} + engines: {node: '>=8.9.0'} dependencies: - for-own: 1.0.0 - make-iterator: 1.0.1 + big.js: 5.2.2 + emojis-list: 3.0.0 + json5: 2.2.0 + dev: true - /object.pick/1.3.0: - resolution: {integrity: sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=} - engines: {node: '>=0.10.0'} + /locate-path/3.0.0: + resolution: {integrity: sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==} + engines: {node: '>=6'} dependencies: - isobject: 3.0.1 + p-locate: 3.0.0 + path-exists: 3.0.0 - /object.reduce/1.0.1: - resolution: {integrity: sha1-b+NI8qx/oPlcpiEiZZkJaCW7A60=} - engines: {node: '>=0.10.0'} + /locate-path/5.0.0: + resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==} + engines: {node: '>=8'} dependencies: - for-own: 1.0.0 - make-iterator: 1.0.1 + p-locate: 4.1.0 - /object.values/1.1.3: - resolution: {integrity: sha512-nkF6PfDB9alkOUxpf1HNm/QlkeW3SReqL5WXeBLpEJJnlPSvRaDQpW3gQTksTN3fgJX4hL42RzKyOin6ff3tyw==} - engines: {node: '>= 0.4'} - dependencies: - call-bind: 1.0.2 - define-properties: 1.1.3 - es-abstract: 1.18.0 - has: 1.0.3 + /lodash.camelcase/4.3.0: + resolution: {integrity: sha1-soqmKIorn8ZRA1x3EfZathkDMaY=} - /obuf/1.1.2: - resolution: {integrity: sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==} - dev: false + /lodash.get/4.4.2: + resolution: {integrity: sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=} - /on-finished/2.3.0: - resolution: {integrity: sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=} - engines: {node: '>= 0.8'} - dependencies: - ee-first: 1.1.1 - dev: false + /lodash.isequal/4.5.0: + resolution: {integrity: sha1-QVxEePK8wwEgwizhDtMib30+GOA=} - /on-headers/1.0.2: - resolution: {integrity: sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==} - engines: {node: '>= 0.8'} - dev: false + /lodash.sortby/4.7.0: + resolution: {integrity: sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=} - /once/1.3.3: - resolution: {integrity: sha1-suJhVXzkwxTsgwTz+oJmPkKXyiA=} - dependencies: - wrappy: 1.0.2 + /lodash/4.17.21: + resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} - /once/1.4.0: - resolution: {integrity: sha1-WDsap3WWHUsROsF9nFC6753Xa9E=} - dependencies: - wrappy: 1.0.2 + /loglevel/1.7.1: + resolution: {integrity: sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw==} + engines: {node: '>= 0.6.0'} + dev: false - /onetime/5.1.2: - resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} - engines: {node: '>=6'} + /lolex/5.1.2: + resolution: {integrity: sha512-h4hmjAvHTmd+25JSwrtTIuwbKdwg5NzZVRMLn9saij4SZaepCrTCxPr35H/3bjwfMJtN+t3CX8672UIkglz28A==} dependencies: - mimic-fn: 2.1.0 + '@sinonjs/commons': 1.8.3 - /opener/1.5.2: - resolution: {integrity: sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==} - hasBin: true + /long/4.0.0: + resolution: {integrity: sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==} dev: false - /opn/5.2.0: - resolution: {integrity: sha512-Jd/GpzPyHF4P2/aNOVmS3lfMSWV9J7cOhCG1s08XCEAsPkB7lp6ddiU0J7XzyQRDUh8BqJ7PchfINjR8jyofRQ==} - engines: {node: '>=4'} + /loose-envify/1.4.0: + resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} + hasBin: true dependencies: - is-wsl: 1.1.0 - dev: false + js-tokens: 4.0.0 - /opn/5.5.0: - resolution: {integrity: sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA==} - engines: {node: '>=4'} + /loud-rejection/1.6.0: + resolution: {integrity: sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=} + engines: {node: '>=0.10.0'} dependencies: - is-wsl: 1.1.0 - dev: false + currently-unhandled: 0.4.1 + signal-exit: 3.0.3 - /optionator/0.5.0: - resolution: {integrity: sha1-t1qJlaLUF98ltuTjhi9QqohlE2g=} - engines: {node: '>= 0.8.0'} + /lower-case/2.0.2: + resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==} dependencies: - deep-is: 0.1.3 - fast-levenshtein: 1.0.7 - levn: 0.2.5 - prelude-ls: 1.1.2 - type-check: 0.3.2 - wordwrap: 0.0.3 + tslib: 2.3.0 - /optionator/0.8.3: - resolution: {integrity: sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==} - engines: {node: '>= 0.8.0'} + /lru-cache/5.1.1: + resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} dependencies: - deep-is: 0.1.3 - fast-levenshtein: 2.0.6 - levn: 0.3.0 - prelude-ls: 1.1.2 - type-check: 0.3.2 - word-wrap: 1.2.3 + yallist: 3.1.1 - /optionator/0.9.1: - resolution: {integrity: sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==} - engines: {node: '>= 0.8.0'} + /lru-cache/6.0.0: + resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} + engines: {node: '>=10'} dependencies: - deep-is: 0.1.3 - fast-levenshtein: 2.0.6 - levn: 0.4.1 - prelude-ls: 1.2.1 - type-check: 0.4.0 - word-wrap: 1.2.3 + yallist: 4.0.0 - /orchestrator/0.3.8: - resolution: {integrity: sha1-FOfp4nZPcxX7rBhOUGx6pt+UrX4=} + /make-dir/2.1.0: + resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==} + engines: {node: '>=6'} dependencies: - end-of-stream: 0.1.5 - sequencify: 0.0.7 - stream-consume: 0.1.1 + pify: 4.0.1 + semver: 5.7.1 - /ordered-read-streams/1.0.1: - resolution: {integrity: sha1-d8DLN8QVJdZBZtmQ/61+xqDhNj4=} + /make-dir/3.1.0: + resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==} + engines: {node: '>=8'} dependencies: - readable-stream: 2.3.7 + semver: 6.3.0 - /original/1.0.2: - resolution: {integrity: sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg==} + /makeerror/1.0.11: + resolution: {integrity: sha1-4BpckQnyr3lmDk6LlYd5AYT1qWw=} dependencies: - url-parse: 1.5.1 - dev: false + tmpl: 1.0.4 - /os-browserify/0.3.0: - resolution: {integrity: sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=} + /map-cache/0.2.2: + resolution: {integrity: sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=} + engines: {node: '>=0.10.0'} - /os-homedir/1.0.2: - resolution: {integrity: sha1-/7xJiDNuDoM94MFox+8VISGqf7M=} + /map-obj/1.0.1: + resolution: {integrity: sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=} + engines: {node: '>=0.10.0'} + + /map-visit/1.0.0: + resolution: {integrity: sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=} engines: {node: '>=0.10.0'} + dependencies: + object-visit: 1.0.1 + + /md5.js/1.3.5: + resolution: {integrity: sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==} + dependencies: + hash-base: 3.1.0 + inherits: 2.0.4 + safe-buffer: 5.2.1 + + /media-typer/0.3.0: + resolution: {integrity: sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=} + engines: {node: '>= 0.6'} dev: false - /os-locale/1.4.0: - resolution: {integrity: sha1-IPnxeuKe00XoveWDsT0gCYA8FNk=} - engines: {node: '>=0.10.0'} + /memory-fs/0.4.1: + resolution: {integrity: sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=} + dependencies: + errno: 0.1.8 + readable-stream: 2.3.7 + + /memory-fs/0.5.0: + resolution: {integrity: sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==} + engines: {node: '>=4.3.0 <5.0.0 || >=5.10'} dependencies: - lcid: 1.0.0 + errno: 0.1.8 + readable-stream: 2.3.7 - /os-tmpdir/1.0.2: - resolution: {integrity: sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=} + /meow/3.7.0: + resolution: {integrity: sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=} engines: {node: '>=0.10.0'} - dev: false - - /osenv/0.1.5: - resolution: {integrity: sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==} dependencies: - os-homedir: 1.0.2 - os-tmpdir: 1.0.2 + camelcase-keys: 2.1.0 + decamelize: 1.2.0 + loud-rejection: 1.6.0 + map-obj: 1.0.1 + minimist: 1.2.5 + normalize-package-data: 2.5.0 + object-assign: 4.1.1 + read-pkg-up: 1.0.1 + redent: 1.0.0 + trim-newlines: 1.0.0 + + /merge-descriptors/1.0.1: + resolution: {integrity: sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=} dev: false - /p-each-series/2.2.0: - resolution: {integrity: sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA==} - engines: {node: '>=8'} + /merge-stream/2.0.0: + resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==} - /p-finally/1.0.0: - resolution: {integrity: sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=} - engines: {node: '>=4'} + /merge2/1.4.1: + resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} + engines: {node: '>= 8'} - /p-finally/2.0.1: - resolution: {integrity: sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw==} - engines: {node: '>=8'} + /methods/1.1.2: + resolution: {integrity: sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=} + engines: {node: '>= 0.6'} + dev: false - /p-limit/2.3.0: - resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==} - engines: {node: '>=6'} + /micromatch/3.1.10: + resolution: {integrity: sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==} + engines: {node: '>=0.10.0'} dependencies: - p-try: 2.2.0 + arr-diff: 4.0.0 + array-unique: 0.3.2 + braces: 2.3.2 + define-property: 2.0.2 + extend-shallow: 3.0.2 + extglob: 2.0.4 + fragment-cache: 0.2.1 + kind-of: 6.0.3 + nanomatch: 1.2.13 + object.pick: 1.3.0 + regex-not: 1.0.2 + snapdragon: 0.8.2 + to-regex: 3.0.2 - /p-limit/3.1.0: - resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} - engines: {node: '>=10'} + /micromatch/4.0.4: + resolution: {integrity: sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==} + engines: {node: '>=8.6'} dependencies: - yocto-queue: 0.1.0 - dev: false + braces: 3.0.2 + picomatch: 2.3.0 - /p-locate/3.0.0: - resolution: {integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==} - engines: {node: '>=6'} + /miller-rabin/4.0.1: + resolution: {integrity: sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==} + hasBin: true dependencies: - p-limit: 2.3.0 + bn.js: 4.12.0 + brorand: 1.1.0 - /p-locate/4.1.0: - resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==} - engines: {node: '>=8'} + /mime-db/1.48.0: + resolution: {integrity: sha512-FM3QwxV+TnZYQ2aRqhlKBMHxk10lTbMt3bBkMAp54ddrNeVSfcQYOOKuGuy3Ddrm38I04If834fOUSq1yzslJQ==} + engines: {node: '>= 0.6'} + + /mime-types/2.1.31: + resolution: {integrity: sha512-XGZnNzm3QvgKxa8dpzyhFTHmpP3l5YNusmne07VUOXxou9CqUqYa/HBy124RqtVh/O2pECas/MOcsDgpilPOPg==} + engines: {node: '>= 0.6'} dependencies: - p-limit: 2.3.0 + mime-db: 1.48.0 - /p-map/2.1.0: - resolution: {integrity: sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==} - engines: {node: '>=6'} + /mime/1.6.0: + resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==} + engines: {node: '>=4'} + hasBin: true dev: false - /p-reflect/2.1.0: - resolution: {integrity: sha512-paHV8NUz8zDHu5lhr/ngGWQiW067DK/+IbJ+RfZ4k+s8y4EKyYCz8pGYWjxCg35eHztpJAt+NUgvN4L+GCbPlg==} - engines: {node: '>=8'} + /mime/2.5.2: + resolution: {integrity: sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg==} + engines: {node: '>=4.0.0'} + hasBin: true dev: false - /p-retry/3.0.1: - resolution: {integrity: sha512-XE6G4+YTTkT2a0UWb2kjZe8xNwf8bIbnqpc/IS/idOBVhyves0mK5OJgeocjx7q5pvX/6m23xuzVPYT1uGM73w==} + /mimic-fn/2.1.0: + resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} engines: {node: '>=6'} - dependencies: - retry: 0.12.0 - dev: false - - /p-settle/4.1.1: - resolution: {integrity: sha512-6THGh13mt3gypcNMm0ADqVNCcYa3BK6DWsuJWFCuEKP1rpY+OKGp7gaZwVmLspmic01+fsg/fN57MfvDzZ/PuQ==} - engines: {node: '>=10'} - dependencies: - p-limit: 2.3.0 - p-reflect: 2.1.0 - dev: false - /p-try/2.2.0: - resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} - engines: {node: '>=6'} + /minimalistic-assert/1.0.1: + resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==} - /pako/1.0.11: - resolution: {integrity: sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==} + /minimalistic-crypto-utils/1.0.1: + resolution: {integrity: sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=} - /parallel-transform/1.2.0: - resolution: {integrity: sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg==} + /minimatch/3.0.4: + resolution: {integrity: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==} dependencies: - cyclist: 1.0.1 - inherits: 2.0.4 - readable-stream: 2.3.7 + brace-expansion: 1.1.11 - /param-case/3.0.4: - resolution: {integrity: sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==} - dependencies: - dot-case: 3.0.4 - tslib: 2.2.0 + /minimist/1.2.5: + resolution: {integrity: sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==} - /parent-module/1.0.1: - resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} - engines: {node: '>=6'} + /minipass/3.1.3: + resolution: {integrity: sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==} + engines: {node: '>=8'} dependencies: - callsites: 3.1.0 + yallist: 4.0.0 - /parse-asn1/5.1.6: - resolution: {integrity: sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw==} + /minizlib/2.1.2: + resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} + engines: {node: '>= 8'} dependencies: - asn1.js: 5.4.1 - browserify-aes: 1.2.0 - evp_bytestokey: 1.0.3 - pbkdf2: 3.1.2 - safe-buffer: 5.2.1 + minipass: 3.1.3 + yallist: 4.0.0 - /parse-filepath/1.0.2: - resolution: {integrity: sha1-pjISf1Oq89FYdvWHLz/6x2PWyJE=} - engines: {node: '>=0.8'} + /mississippi/3.0.0: + resolution: {integrity: sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==} + engines: {node: '>=4.0.0'} dependencies: - is-absolute: 1.0.0 - map-cache: 0.2.2 - path-root: 0.1.1 + concat-stream: 1.6.2 + duplexify: 3.7.1 + end-of-stream: 1.4.4 + flush-write-stream: 1.1.1 + from2: 2.3.0 + parallel-transform: 1.2.0 + pump: 3.0.0 + pumpify: 1.5.1 + stream-each: 1.2.3 + through2: 2.0.5 - /parse-json/2.2.0: - resolution: {integrity: sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=} + /mixin-deep/1.3.2: + resolution: {integrity: sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==} engines: {node: '>=0.10.0'} dependencies: - error-ex: 1.3.2 + for-in: 1.0.2 + is-extendable: 1.0.1 - /parse-json/4.0.0: - resolution: {integrity: sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=} - engines: {node: '>=4'} + /mkdirp/0.5.5: + resolution: {integrity: sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==} + hasBin: true dependencies: - error-ex: 1.3.2 - json-parse-better-errors: 1.0.2 + minimist: 1.2.5 - /parse-json/5.2.0: - resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} - engines: {node: '>=8'} + /mkdirp/1.0.4: + resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==} + engines: {node: '>=10'} + hasBin: true + + /move-concurrently/1.0.1: + resolution: {integrity: sha1-viwAX9oy4LKa8fBdfEszIUxwH5I=} dependencies: - '@babel/code-frame': 7.12.13 - error-ex: 1.3.2 - json-parse-even-better-errors: 2.3.1 - lines-and-columns: 1.1.6 + aproba: 1.2.0 + copy-concurrently: 1.0.5 + fs-write-stream-atomic: 1.0.10 + mkdirp: 0.5.5 + rimraf: 2.7.1 + run-queue: 1.0.3 - /parse-node-version/1.0.1: - resolution: {integrity: sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==} - engines: {node: '>= 0.10'} + /ms/2.0.0: + resolution: {integrity: sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=} - /parse-passwd/1.0.0: - resolution: {integrity: sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY=} - engines: {node: '>=0.10.0'} + /ms/2.1.1: + resolution: {integrity: sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==} + dev: false - /parse5/4.0.0: - resolution: {integrity: sha512-VrZ7eOd3T1Fk4XWNXMgiGBK/z0MG48BWG2uQNU4I72fkQuKUTZpl+u9k+CxEG0twMVzSmXEEz12z5Fnw1jIQFA==} + /ms/2.1.2: + resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} - /parse5/5.1.0: - resolution: {integrity: sha512-fxNG2sQjHvlVAYmzBZS9YlDp6PTSSDwa98vkD4QgVDDCAo84z5X1t5XyJQ62ImdLXx5NdIIfihey6xpum9/gRQ==} + /ms/2.1.3: + resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} + dev: false - /parseurl/1.3.3: - resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==} - engines: {node: '>= 0.8'} + /msal/1.4.11: + resolution: {integrity: sha512-8vW5/+irlcQQk87r8Qp3/kQEc552hr7FQLJ6GF5LLkqnwJDDxrswz6RYPiQhmiampymIs0PbHVZrNf8m+6DmgQ==} + engines: {node: '>=0.8.0'} + dependencies: + tslib: 1.14.1 dev: false - /pascal-case/3.1.2: - resolution: {integrity: sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==} + /multicast-dns-service-types/1.1.0: + resolution: {integrity: sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE=} + dev: false + + /multicast-dns/6.2.3: + resolution: {integrity: sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g==} + hasBin: true dependencies: - no-case: 3.0.4 - tslib: 2.2.0 + dns-packet: 1.3.4 + thunky: 1.1.0 + dev: false - /pascalcase/0.1.1: - resolution: {integrity: sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=} - engines: {node: '>=0.10.0'} + /mute-stream/0.0.8: + resolution: {integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==} + dev: false - /path-browserify/0.0.1: - resolution: {integrity: sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==} + /mz/2.7.0: + resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==} + dependencies: + any-promise: 1.3.0 + object-assign: 4.1.1 + thenify-all: 1.6.0 + dev: false - /path-dirname/1.0.2: - resolution: {integrity: sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=} + /nan/2.14.2: + resolution: {integrity: sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ==} - /path-exists/2.1.0: - resolution: {integrity: sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=} + /nanomatch/1.2.13: + resolution: {integrity: sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==} engines: {node: '>=0.10.0'} dependencies: - pinkie-promise: 2.0.1 - - /path-exists/3.0.0: - resolution: {integrity: sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=} - engines: {node: '>=4'} - - /path-exists/4.0.0: - resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} - engines: {node: '>=8'} + arr-diff: 4.0.0 + array-unique: 0.3.2 + define-property: 2.0.2 + extend-shallow: 3.0.2 + fragment-cache: 0.2.1 + is-windows: 1.0.2 + kind-of: 6.0.3 + object.pick: 1.3.0 + regex-not: 1.0.2 + snapdragon: 0.8.2 + to-regex: 3.0.2 - /path-is-absolute/1.0.1: - resolution: {integrity: sha1-F0uSaHNVNP+8es5r9TpanhtcX18=} - engines: {node: '>=0.10.0'} + /natural-compare/1.4.0: + resolution: {integrity: sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=} - /path-is-inside/1.0.2: - resolution: {integrity: sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=} + /negotiator/0.6.2: + resolution: {integrity: sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==} + engines: {node: '>= 0.6'} + dev: false - /path-key/2.0.1: - resolution: {integrity: sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=} - engines: {node: '>=4'} + /neo-async/2.6.2: + resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} - /path-key/3.1.1: - resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} - engines: {node: '>=8'} + /nice-try/1.0.5: + resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==} - /path-parse/1.0.6: - resolution: {integrity: sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==} + /no-case/3.0.4: + resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==} + dependencies: + lower-case: 2.0.2 + tslib: 2.3.0 - /path-root-regex/0.1.2: - resolution: {integrity: sha1-v8zcjfWxLcUsi0PsONGNcsBLqW0=} - engines: {node: '>=0.10.0'} + /node-fetch/2.6.1: + resolution: {integrity: sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==} + engines: {node: 4.x || >=6.0.0} + dev: false - /path-root/0.1.1: - resolution: {integrity: sha1-mkpoFMrBwM1zNgqV8yCDyOpHRbc=} - engines: {node: '>=0.10.0'} - dependencies: - path-root-regex: 0.1.2 + /node-forge/0.10.0: + resolution: {integrity: sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==} + engines: {node: '>= 6.0.0'} + dev: false - /path-to-regexp/0.1.7: - resolution: {integrity: sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=} + /node-forge/0.7.6: + resolution: {integrity: sha512-sol30LUpz1jQFBjOKwbjxijiE3b6pjd74YwfD0fJOKPjF+fONKb2Yg8rYgS6+bK6VDl+/wfr4IYpC7jDzLUIfw==} dev: false - /path-type/1.1.0: - resolution: {integrity: sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=} - engines: {node: '>=0.10.0'} + /node-gyp/7.1.2: + resolution: {integrity: sha512-CbpcIo7C3eMu3dL1c3d0xw449fHIGALIJsRP4DDPHpyiW8vcriNY7ubh9TE4zEKfSxscY7PjeFnshE7h75ynjQ==} + engines: {node: '>= 10.12.0'} + hasBin: true dependencies: + env-paths: 2.2.1 + glob: 7.1.7 graceful-fs: 4.2.6 - pify: 2.3.0 - pinkie-promise: 2.0.1 + nopt: 5.0.0 + npmlog: 4.1.2 + request: 2.88.2 + rimraf: 3.0.2 + semver: 7.3.5 + tar: 6.1.0 + which: 2.0.2 - /path-type/3.0.0: - resolution: {integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==} - engines: {node: '>=4'} + /node-int64/0.4.0: + resolution: {integrity: sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=} + + /node-libs-browser/2.2.1: + resolution: {integrity: sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==} dependencies: - pify: 3.0.0 + assert: 1.5.0 + browserify-zlib: 0.2.0 + buffer: 4.9.2 + console-browserify: 1.2.0 + constants-browserify: 1.0.0 + crypto-browserify: 3.12.0 + domain-browser: 1.2.0 + events: 3.3.0 + https-browserify: 1.0.0 + os-browserify: 0.3.0 + path-browserify: 0.0.1 + process: 0.11.10 + punycode: 1.4.1 + querystring-es3: 0.2.1 + readable-stream: 2.3.7 + stream-browserify: 2.0.2 + stream-http: 2.8.3 + string_decoder: 1.3.0 + timers-browserify: 2.0.12 + tty-browserify: 0.0.0 + url: 0.11.0 + util: 0.11.1 + vm-browserify: 1.1.2 - /path-type/4.0.0: - resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} - engines: {node: '>=8'} - dev: true + /node-modules-regexp/1.0.0: + resolution: {integrity: sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA=} + engines: {node: '>=0.10.0'} - /pause-stream/0.0.11: - resolution: {integrity: sha1-/lo0sMvOErWqaitAPuLnO2AvFEU=} + /node-notifier/6.0.0: + resolution: {integrity: sha512-SVfQ/wMw+DesunOm5cKqr6yDcvUTDl/yc97ybGHMrteNEY6oekXpNpS3lZwgLlwz0FLgHoiW28ZpmBHUDg37cw==} dependencies: - through: 2.3.8 - dev: false + growly: 1.3.0 + is-wsl: 2.2.0 + semver: 6.3.0 + shellwords: 0.1.1 + which: 1.3.1 + optional: true - /pbkdf2/3.1.2: - resolution: {integrity: sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==} - engines: {node: '>=0.12'} + /node-releases/1.1.73: + resolution: {integrity: sha512-uW7fodD6pyW2FZNZnp/Z3hvWKeEW1Y8R1+1CnErE8cXFXzl5blBOoVB41CvMer6P6Q0S5FXDwcHgFd1Wj0U9zg==} + + /node-sass/5.0.0: + resolution: {integrity: sha512-opNgmlu83ZCF792U281Ry7tak9IbVC+AKnXGovcQ8LG8wFaJv6cLnRlc6DIHlmNxWEexB5bZxi9SZ9JyUuOYjw==} + engines: {node: '>=10'} + hasBin: true + requiresBuild: true dependencies: - create-hash: 1.2.0 - create-hmac: 1.1.7 - ripemd160: 2.0.2 - safe-buffer: 5.2.1 - sha.js: 2.4.11 + async-foreach: 0.1.3 + chalk: 1.1.3 + cross-spawn: 7.0.3 + gaze: 1.1.3 + get-stdin: 4.0.1 + glob: 7.0.6 + lodash: 4.17.21 + meow: 3.7.0 + mkdirp: 0.5.5 + nan: 2.14.2 + node-gyp: 7.1.2 + npmlog: 4.1.2 + request: 2.88.2 + sass-graph: 2.2.5 + stdout-stream: 1.4.1 + true-case-path: 1.0.3 - /performance-now/2.1.0: - resolution: {integrity: sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=} + /nopt/5.0.0: + resolution: {integrity: sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==} + engines: {node: '>=6'} + hasBin: true + dependencies: + abbrev: 1.1.1 - /picomatch/2.2.3: - resolution: {integrity: sha512-KpELjfwcCDUb9PeigTs2mBJzXUPzAuP2oPcA989He8Rte0+YUAjw1JVedDhuTKPkHjSYzMN3npC9luThGYEKdg==} - engines: {node: '>=8.6'} + /normalize-package-data/2.5.0: + resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} + dependencies: + hosted-git-info: 2.8.9 + resolve: 1.17.0 + semver: 5.7.1 + validate-npm-package-license: 3.0.4 - /pidof/1.0.2: - resolution: {integrity: sha1-+6Dq4cgzWhHrgJn10PPvvEXLTpA=} + /normalize-package-data/3.0.2: + resolution: {integrity: sha512-6CdZocmfGaKnIHPVFhJJZ3GuR8SsLKvDANFp47Jmy51aKIr8akjAWTSxtpI+MBgBFdSMRyo4hMpDlT6dTffgZg==} + engines: {node: '>=10'} + dependencies: + hosted-git-info: 4.0.2 + resolve: 1.20.0 + semver: 7.3.5 + validate-npm-package-license: 3.0.4 dev: false - /pify/2.3.0: - resolution: {integrity: sha1-7RQaasBDqEnqWISY59yosVMw6Qw=} + /normalize-path/2.1.1: + resolution: {integrity: sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=} engines: {node: '>=0.10.0'} + dependencies: + remove-trailing-separator: 1.1.0 - /pify/3.0.0: - resolution: {integrity: sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=} - engines: {node: '>=4'} - - /pify/4.0.1: - resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==} - engines: {node: '>=6'} - - /pinkie-promise/2.0.1: - resolution: {integrity: sha1-ITXW36ejWMBprJsXh3YogihFD/o=} + /normalize-path/3.0.0: + resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} engines: {node: '>=0.10.0'} - dependencies: - pinkie: 2.0.4 - /pinkie/2.0.4: - resolution: {integrity: sha1-clVrgM+g1IqXToDnckjoDtT3+HA=} + /normalize-range/0.1.2: + resolution: {integrity: sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=} engines: {node: '>=0.10.0'} + dev: true - /pirates/4.0.1: - resolution: {integrity: sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA==} - engines: {node: '>= 6'} + /npm-bundled/1.1.2: + resolution: {integrity: sha512-x5DHup0SuyQcmL3s7Rx/YQ8sbw/Hzg0rj48eN0dV7hf5cmQq5PXIeioroH3raV1QC1yh3uTYuMThvEQF3iKgGQ==} dependencies: - node-modules-regexp: 1.0.0 + npm-normalize-package-bin: 1.0.1 + dev: false - /pkg-conf/1.1.3: - resolution: {integrity: sha1-N45W1v0T6Iv7b0ol33qD+qvduls=} - engines: {node: '>=0.10.0'} + /npm-normalize-package-bin/1.0.1: + resolution: {integrity: sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==} + dev: false + + /npm-package-arg/6.1.1: + resolution: {integrity: sha512-qBpssaL3IOZWi5vEKUKW0cO7kzLeT+EQO9W8RsLOZf76KF9E/K9+wH0C7t06HXPpaH8WH5xF1MExLuCwbTqRUg==} dependencies: - find-up: 1.1.2 - load-json-file: 1.1.0 - object-assign: 4.1.1 - symbol: 0.2.3 + hosted-git-info: 2.8.9 + osenv: 0.1.5 + semver: 5.7.1 + validate-npm-package-name: 3.0.0 + dev: false - /pkg-dir/3.0.0: - resolution: {integrity: sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==} - engines: {node: '>=6'} + /npm-packlist/2.1.5: + resolution: {integrity: sha512-KCfK3Vi2F+PH1klYauoQzg81GQ8/GGjQRKYY6tRnpQUPKTs/1gBZSRWtTEd7jGdSn1LZL7gpAmJT+BcS55k2XQ==} + engines: {node: '>=10'} + hasBin: true + dependencies: + glob: 7.1.7 + ignore-walk: 3.0.4 + npm-bundled: 1.1.2 + npm-normalize-package-bin: 1.0.1 + dev: false + + /npm-run-path/2.0.2: + resolution: {integrity: sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=} + engines: {node: '>=4'} dependencies: - find-up: 3.0.0 + path-key: 2.0.1 - /pkg-dir/4.2.0: - resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} + /npm-run-path/4.0.1: + resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==} engines: {node: '>=8'} dependencies: - find-up: 4.1.0 + path-key: 3.1.1 - /plugin-error/1.0.1: - resolution: {integrity: sha512-L1zP0dk7vGweZME2i+EeakvUNqSrdiI3F91TwEoYiGrAfUXmVv6fJIq4g82PAXxNsWOp0J7ZqQy/3Szz0ajTxA==} - engines: {node: '>= 0.10'} + /npmlog/4.1.2: + resolution: {integrity: sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==} dependencies: - ansi-colors: 1.1.0 - arr-diff: 4.0.0 - arr-union: 3.1.0 - extend-shallow: 3.0.2 + are-we-there-yet: 1.1.5 + console-control-strings: 1.1.0 + gauge: 2.7.4 + set-blocking: 2.0.0 - /plugin-log/0.1.0: - resolution: {integrity: sha1-hgSc9qsQgzOYqTHzaJy67nteEzM=} - engines: {node: '>= 0.9.0'} + /nth-check/2.0.0: + resolution: {integrity: sha512-i4sc/Kj8htBrAiH1viZ0TgU8Y5XqCaV/FziYK6TBczxmeKm3AEFWqqF3195yKudrarqy7Zu80Ra5dobFjn9X/Q==} dependencies: - chalk: 1.1.3 - dateformat: 1.0.12 - dev: false + boolbase: 1.0.0 - /pn/1.1.0: - resolution: {integrity: sha512-2qHaIQr2VLRFoxe2nASzsV6ef4yOOH+Fi9FBOVH6cqeSgUnoyySPZkxzLuzd+RYOQTRpROA0ztTMqxROKSb/nA==} + /num2fraction/1.2.2: + resolution: {integrity: sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=} + dev: true - /portfinder/1.0.28: - resolution: {integrity: sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA==} - engines: {node: '>= 0.12.0'} - dependencies: - async: 2.6.3 - debug: 3.2.7 - mkdirp: 0.5.5 - dev: false + /number-is-nan/1.0.1: + resolution: {integrity: sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=} + engines: {node: '>=0.10.0'} - /posix-character-classes/0.1.1: - resolution: {integrity: sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=} + /nwsapi/2.2.0: + resolution: {integrity: sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==} + + /oauth-sign/0.9.0: + resolution: {integrity: sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==} + + /object-assign/4.1.1: + resolution: {integrity: sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=} engines: {node: '>=0.10.0'} - /postcss-loader/4.0.4_postcss@7.0.32+webpack@4.44.2: - resolution: {integrity: sha512-pntA9zIR14drQo84yGTjQJg1m7T0DkXR4vXYHBngiRZdJtEeCrojL6lOpqUanMzG375lIJbT4Yug85zC/AJWGw==} - engines: {node: '>= 10.13.0'} - peerDependencies: - postcss: ^7.0.0 || ^8.0.1 - webpack: ^4.0.0 || ^5.0.0 + /object-copy/0.1.0: + resolution: {integrity: sha1-fn2Fi3gb18mRpBupde04EnVOmYw=} + engines: {node: '>=0.10.0'} dependencies: - cosmiconfig: 7.0.0 - klona: 2.0.4 - loader-utils: 2.0.0 - postcss: 7.0.32 - schema-utils: 3.0.0 - semver: 7.3.5 - webpack: 4.44.2 - dev: true + copy-descriptor: 0.1.1 + define-property: 0.2.5 + kind-of: 3.2.2 - /postcss-modules-extract-imports/1.1.0: - resolution: {integrity: sha1-thTJcgvmgW6u41+zpfqh26agXds=} - dependencies: - postcss: 6.0.1 + /object-inspect/1.11.0: + resolution: {integrity: sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==} - /postcss-modules-extract-imports/2.0.0: - resolution: {integrity: sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ==} - engines: {node: '>= 6'} + /object-is/1.1.5: + resolution: {integrity: sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==} + engines: {node: '>= 0.4'} dependencies: - postcss: 7.0.32 - dev: true + call-bind: 1.0.2 + define-properties: 1.1.3 + dev: false - /postcss-modules-local-by-default/1.2.0: - resolution: {integrity: sha1-99gMOYxaOT+nlkRmvRlQCn1hwGk=} - dependencies: - css-selector-tokenizer: 0.7.3 - postcss: 6.0.1 + /object-keys/1.1.1: + resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} + engines: {node: '>= 0.4'} - /postcss-modules-local-by-default/3.0.3: - resolution: {integrity: sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw==} - engines: {node: '>= 6'} + /object-visit/1.0.1: + resolution: {integrity: sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=} + engines: {node: '>=0.10.0'} dependencies: - icss-utils: 4.1.1 - postcss: 7.0.32 - postcss-selector-parser: 6.0.5 - postcss-value-parser: 4.1.0 - dev: true + isobject: 3.0.1 - /postcss-modules-scope/1.1.0: - resolution: {integrity: sha1-1upkmUx5+XtipytCb75gVqGUu5A=} + /object.assign/4.1.2: + resolution: {integrity: sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==} + engines: {node: '>= 0.4'} dependencies: - css-selector-tokenizer: 0.7.3 - postcss: 6.0.1 + call-bind: 1.0.2 + define-properties: 1.1.3 + has-symbols: 1.0.2 + object-keys: 1.1.1 - /postcss-modules-scope/2.2.0: - resolution: {integrity: sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ==} - engines: {node: '>= 6'} + /object.entries/1.1.4: + resolution: {integrity: sha512-h4LWKWE+wKQGhtMjZEBud7uLGhqyLwj8fpHOarZhD2uY3C9cRtk57VQ89ke3moByLXMedqs3XCHzyb4AmA2DjA==} + engines: {node: '>= 0.4'} dependencies: - postcss: 7.0.32 - postcss-selector-parser: 6.0.5 - dev: true + call-bind: 1.0.2 + define-properties: 1.1.3 + es-abstract: 1.18.3 - /postcss-modules-values/1.3.0: - resolution: {integrity: sha1-7P+p1+GSUYOJ9CrQ6D9yrsRW6iA=} + /object.fromentries/2.0.4: + resolution: {integrity: sha512-EsFBshs5RUUpQEY1D4q/m59kMfz4YJvxuNCJcv/jWwOJr34EaVnG11ZrZa0UHB3wnzV1wx8m58T4hQL8IuNXlQ==} + engines: {node: '>= 0.4'} dependencies: - icss-replace-symbols: 1.1.0 - postcss: 6.0.1 + call-bind: 1.0.2 + define-properties: 1.1.3 + es-abstract: 1.18.3 + has: 1.0.3 - /postcss-modules-values/3.0.0: - resolution: {integrity: sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg==} + /object.getownpropertydescriptors/2.1.2: + resolution: {integrity: sha512-WtxeKSzfBjlzL+F9b7M7hewDzMwy+C8NRssHd1YrNlzHzIDrXcXiNOMrezdAEM4UXixgV+vvnyBeN7Rygl2ttQ==} + engines: {node: '>= 0.8'} dependencies: - icss-utils: 4.1.1 - postcss: 7.0.32 - dev: true + call-bind: 1.0.2 + define-properties: 1.1.3 + es-abstract: 1.18.3 - /postcss-modules/1.5.0: - resolution: {integrity: sha512-KiAihzcV0TxTTNA5OXreyIXctuHOfR50WIhqBpc8pe0Q5dcs/Uap9EVlifOI9am7zGGdGOJQ6B1MPYKo2UxgOg==} + /object.pick/1.3.0: + resolution: {integrity: sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=} + engines: {node: '>=0.10.0'} dependencies: - css-modules-loader-core: 1.1.0 - generic-names: 2.0.1 - lodash.camelcase: 4.3.0 - postcss: 7.0.32 - string-hash: 1.1.3 + isobject: 3.0.1 - /postcss-selector-parser/6.0.5: - resolution: {integrity: sha512-aFYPoYmXbZ1V6HZaSvat08M97A8HqO6Pjz+PiNpw/DhuRrC72XWAdp3hL6wusDCN31sSmcZyMGa2hZEuX+Xfhg==} - engines: {node: '>=4'} + /object.values/1.1.4: + resolution: {integrity: sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg==} + engines: {node: '>= 0.4'} dependencies: - cssesc: 3.0.0 - util-deprecate: 1.0.2 - dev: true + call-bind: 1.0.2 + define-properties: 1.1.3 + es-abstract: 1.18.3 - /postcss-value-parser/4.1.0: - resolution: {integrity: sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==} + /obuf/1.1.2: + resolution: {integrity: sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==} + dev: false - /postcss/6.0.1: - resolution: {integrity: sha1-AA29H47vIXqjaLmiEsX8QLKo8/I=} - engines: {node: '>=4.0.0'} + /on-finished/2.3.0: + resolution: {integrity: sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=} + engines: {node: '>= 0.8'} dependencies: - chalk: 1.1.3 - source-map: 0.5.7 - supports-color: 3.2.3 + ee-first: 1.1.1 + dev: false - /postcss/7.0.32: - resolution: {integrity: sha512-03eXong5NLnNCD05xscnGKGDZ98CyzoqPSMjOe6SuoQY7Z2hIj0Ld1g/O/UQRuOle2aRtiIRDg9tDcTGAkLfKw==} - engines: {node: '>=6.0.0'} - dependencies: - chalk: 2.4.2 - source-map: 0.6.1 - supports-color: 6.1.0 + /on-headers/1.0.2: + resolution: {integrity: sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==} + engines: {node: '>= 0.8'} + dev: false - /prelude-ls/1.1.2: - resolution: {integrity: sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=} - engines: {node: '>= 0.8.0'} + /once/1.4.0: + resolution: {integrity: sha1-WDsap3WWHUsROsF9nFC6753Xa9E=} + dependencies: + wrappy: 1.0.2 - /prelude-ls/1.2.1: - resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} - engines: {node: '>= 0.8.0'} + /onetime/5.1.2: + resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} + engines: {node: '>=6'} + dependencies: + mimic-fn: 2.1.0 - /prettier/2.1.2: - resolution: {integrity: sha512-16c7K+x4qVlJg9rEbXl7HEGmQyZlG4R9AgP+oHKRMsMsuk8s+ATStlf1NpDqyBI1HpVyfjLOeMhH2LvuNvV5Vg==} - engines: {node: '>=10.13.0'} + /opener/1.5.2: + resolution: {integrity: sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==} hasBin: true + dev: false - /pretty-error/2.1.2: - resolution: {integrity: sha512-EY5oDzmsX5wvuynAByrmY0P0hcp+QpnAKbJng2A2MPjVKXCxrDSUkzghVJ4ZGPIv+JC4gX8fPUWscC0RtjsWGw==} + /opn/5.5.0: + resolution: {integrity: sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA==} + engines: {node: '>=4'} dependencies: - lodash: 4.17.21 - renderkid: 2.0.5 + is-wsl: 1.1.0 + dev: false - /pretty-format/25.5.0: - resolution: {integrity: sha512-kbo/kq2LQ/A/is0PQwsEHM7Ca6//bGPPvU6UnsdDRSKTWxT/ru/xb88v4BJf6a69H+uTytOEsTusT9ksd/1iWQ==} - engines: {node: '>= 8.3'} + /optionator/0.8.3: + resolution: {integrity: sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==} + engines: {node: '>= 0.8.0'} dependencies: - '@jest/types': 25.5.0 - ansi-regex: 5.0.0 - ansi-styles: 4.3.0 - react-is: 16.13.1 - - /pretty-hrtime/1.0.3: - resolution: {integrity: sha1-t+PqQkNaTJsnWdmeDyAesZWALuE=} - engines: {node: '>= 0.8'} - - /process-nextick-args/2.0.1: - resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} - - /process/0.11.10: - resolution: {integrity: sha1-czIwDoQBYb2j5podHZGn1LwW8YI=} - engines: {node: '>= 0.6.0'} - - /progress/2.0.3: - resolution: {integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==} - engines: {node: '>=0.4.0'} + deep-is: 0.1.3 + fast-levenshtein: 2.0.6 + levn: 0.3.0 + prelude-ls: 1.1.2 + type-check: 0.3.2 + word-wrap: 1.2.3 - /promise-inflight/1.0.1: - resolution: {integrity: sha1-mEcocL8igTL8vdhoEputEsPAKeM=} + /optionator/0.9.1: + resolution: {integrity: sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==} + engines: {node: '>= 0.8.0'} + dependencies: + deep-is: 0.1.3 + fast-levenshtein: 2.0.6 + levn: 0.4.1 + prelude-ls: 1.2.1 + type-check: 0.4.0 + word-wrap: 1.2.3 - /prompts/2.4.1: - resolution: {integrity: sha512-EQyfIuO2hPDsX1L/blblV+H7I0knhgAd82cVneCwcdND9B8AuCDuRcBH6yIcG4dFzlOUqbazQqwGjx5xmsNLuQ==} - engines: {node: '>= 6'} + /original/1.0.2: + resolution: {integrity: sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg==} dependencies: - kleur: 3.0.3 - sisteransi: 1.0.5 + url-parse: 1.5.1 + dev: false - /prop-types/15.7.2: - resolution: {integrity: sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==} - dependencies: - loose-envify: 1.4.0 - object-assign: 4.1.1 - react-is: 16.13.1 + /os-browserify/0.3.0: + resolution: {integrity: sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=} - /proxy-addr/2.0.6: - resolution: {integrity: sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw==} - engines: {node: '>= 0.10'} - dependencies: - forwarded: 0.1.2 - ipaddr.js: 1.9.1 + /os-homedir/1.0.2: + resolution: {integrity: sha1-/7xJiDNuDoM94MFox+8VISGqf7M=} + engines: {node: '>=0.10.0'} dev: false - /prr/1.0.1: - resolution: {integrity: sha1-0/wRS6BplaRexok/SEzrHXj19HY=} + /os-tmpdir/1.0.2: + resolution: {integrity: sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=} + engines: {node: '>=0.10.0'} + dev: false - /pseudolocale/1.1.0: - resolution: {integrity: sha512-OZ8I/hwYEJ3beN3IEcNnt8EpcqblH0/x23hulKBXjs+WhTTEle+ijCHCkh2bd+cIIeCuCwSCbBe93IthGG6hLw==} + /osenv/0.1.5: + resolution: {integrity: sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==} dependencies: - commander: 7.2.0 + os-homedir: 1.0.2 + os-tmpdir: 1.0.2 dev: false - /psl/1.8.0: - resolution: {integrity: sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==} + /p-each-series/2.2.0: + resolution: {integrity: sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA==} + engines: {node: '>=8'} - /public-encrypt/4.0.3: - resolution: {integrity: sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==} - dependencies: - bn.js: 4.12.0 - browserify-rsa: 4.1.0 - create-hash: 1.2.0 - parse-asn1: 5.1.6 - randombytes: 2.1.0 - safe-buffer: 5.2.1 + /p-finally/1.0.0: + resolution: {integrity: sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=} + engines: {node: '>=4'} - /pump/2.0.1: - resolution: {integrity: sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==} - dependencies: - end-of-stream: 1.1.0 - once: 1.4.0 + /p-finally/2.0.1: + resolution: {integrity: sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw==} + engines: {node: '>=8'} - /pump/3.0.0: - resolution: {integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==} + /p-limit/2.3.0: + resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==} + engines: {node: '>=6'} dependencies: - end-of-stream: 1.1.0 - once: 1.4.0 + p-try: 2.2.0 - /pumpify/1.5.1: - resolution: {integrity: sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==} + /p-limit/3.1.0: + resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} + engines: {node: '>=10'} dependencies: - duplexify: 3.7.1 - inherits: 2.0.4 - pump: 2.0.1 + yocto-queue: 0.1.0 + dev: false - /punycode/1.3.2: - resolution: {integrity: sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=} + /p-locate/3.0.0: + resolution: {integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==} + engines: {node: '>=6'} + dependencies: + p-limit: 2.3.0 - /punycode/1.4.1: - resolution: {integrity: sha1-wNWmOycYgArY4esPpSachN1BhF4=} + /p-locate/4.1.0: + resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==} + engines: {node: '>=8'} + dependencies: + p-limit: 2.3.0 - /punycode/2.1.1: - resolution: {integrity: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==} + /p-map/2.1.0: + resolution: {integrity: sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==} engines: {node: '>=6'} - - /qs/5.1.0: - resolution: {integrity: sha1-TZMuXH6kEcynajEtOaYGIA/VDNk=} dev: false - /qs/5.2.0: - resolution: {integrity: sha1-qfMRQq9GjLcrJbMBNrokVoNJFr4=} + /p-reflect/2.1.0: + resolution: {integrity: sha512-paHV8NUz8zDHu5lhr/ngGWQiW067DK/+IbJ+RfZ4k+s8y4EKyYCz8pGYWjxCg35eHztpJAt+NUgvN4L+GCbPlg==} + engines: {node: '>=8'} dev: false - /qs/6.10.1: - resolution: {integrity: sha512-M528Hph6wsSVOBiYUnGf+K/7w0hNshs/duGsNXPUCLH5XAqjEtiPGwNONLV0tBH8NoGb0mvD5JubnUTrujKDTg==} - engines: {node: '>=0.6'} + /p-retry/3.0.1: + resolution: {integrity: sha512-XE6G4+YTTkT2a0UWb2kjZe8xNwf8bIbnqpc/IS/idOBVhyves0mK5OJgeocjx7q5pvX/6m23xuzVPYT1uGM73w==} + engines: {node: '>=6'} dependencies: - side-channel: 1.0.4 + retry: 0.12.0 dev: false - /qs/6.5.2: - resolution: {integrity: sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==} - engines: {node: '>=0.6'} - - /qs/6.7.0: - resolution: {integrity: sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==} - engines: {node: '>=0.6'} + /p-settle/4.1.1: + resolution: {integrity: sha512-6THGh13mt3gypcNMm0ADqVNCcYa3BK6DWsuJWFCuEKP1rpY+OKGp7gaZwVmLspmic01+fsg/fN57MfvDzZ/PuQ==} + engines: {node: '>=10'} + dependencies: + p-limit: 2.3.0 + p-reflect: 2.1.0 dev: false - /querystring-es3/0.2.1: - resolution: {integrity: sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=} - engines: {node: '>=0.4.x'} - - /querystring/0.2.0: - resolution: {integrity: sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=} - engines: {node: '>=0.4.x'} + /p-try/2.2.0: + resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} + engines: {node: '>=6'} - /querystringify/2.2.0: - resolution: {integrity: sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==} - dev: false + /pako/1.0.11: + resolution: {integrity: sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==} - /queue-microtask/1.2.3: - resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} + /parallel-transform/1.2.0: + resolution: {integrity: sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg==} + dependencies: + cyclist: 1.0.1 + inherits: 2.0.4 + readable-stream: 2.3.7 - /ramda/0.27.1: - resolution: {integrity: sha512-PgIdVpn5y5Yns8vqb8FzBUEYn98V3xcPgawAkkgj0YJ0qDsnHCiNmZYfOGMgOvoB0eWFLpYbhxUR3mxfDIMvpw==} - dev: false + /param-case/3.0.4: + resolution: {integrity: sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==} + dependencies: + dot-case: 3.0.4 + tslib: 2.3.0 - /randombytes/2.1.0: - resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} + /parent-module/1.0.1: + resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} + engines: {node: '>=6'} dependencies: - safe-buffer: 5.2.1 + callsites: 3.1.0 - /randomfill/1.0.4: - resolution: {integrity: sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==} + /parse-asn1/5.1.6: + resolution: {integrity: sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw==} dependencies: - randombytes: 2.1.0 + asn1.js: 5.4.1 + browserify-aes: 1.2.0 + evp_bytestokey: 1.0.3 + pbkdf2: 3.1.2 safe-buffer: 5.2.1 - /range-parser/1.0.3: - resolution: {integrity: sha1-aHKCNTXGkuLCoBA4Jq/YLC4P8XU=} - engines: {node: '>= 0.6'} - dev: false - - /range-parser/1.2.1: - resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} - engines: {node: '>= 0.6'} - dev: false - - /raw-body/2.1.7: - resolution: {integrity: sha1-rf6s4uT7MJgFgBTQjActzFl1h3Q=} - engines: {node: '>= 0.8'} + /parse-json/2.2.0: + resolution: {integrity: sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=} + engines: {node: '>=0.10.0'} dependencies: - bytes: 2.4.0 - iconv-lite: 0.4.13 - unpipe: 1.0.0 - dev: false + error-ex: 1.3.2 - /raw-body/2.3.3: - resolution: {integrity: sha512-9esiElv1BrZoI3rCDuOuKCBRbuApGGaDPQfjSflGxdy4oyzqghxu6klEkkVIvBje+FF0BX9coEv8KqW6X/7njw==} - engines: {node: '>= 0.8'} + /parse-json/5.2.0: + resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} + engines: {node: '>=8'} dependencies: - bytes: 3.0.0 - http-errors: 1.6.3 - iconv-lite: 0.4.23 - unpipe: 1.0.0 + '@babel/code-frame': 7.14.5 + error-ex: 1.3.2 + json-parse-even-better-errors: 2.3.1 + lines-and-columns: 1.1.6 + + /parse-passwd/1.0.0: + resolution: {integrity: sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY=} + engines: {node: '>=0.10.0'} dev: false - /raw-body/2.4.0: - resolution: {integrity: sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==} + /parse5/5.1.0: + resolution: {integrity: sha512-fxNG2sQjHvlVAYmzBZS9YlDp6PTSSDwa98vkD4QgVDDCAo84z5X1t5XyJQ62ImdLXx5NdIIfihey6xpum9/gRQ==} + + /parseurl/1.3.3: + resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==} engines: {node: '>= 0.8'} - dependencies: - bytes: 3.1.0 - http-errors: 1.7.2 - iconv-lite: 0.4.24 - unpipe: 1.0.0 dev: false - /react-dom/16.13.1_react@16.13.1: - resolution: {integrity: sha512-81PIMmVLnCNLO/fFOQxdQkvEq/+Hfpv24XNJfpyZhTRfO0QcmQIF/PgCa1zCOj2w1hrn12MFLyaJ/G0+Mxtfag==} - peerDependencies: - react: ^16.13.1 + /pascal-case/3.1.2: + resolution: {integrity: sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==} dependencies: - loose-envify: 1.4.0 - object-assign: 4.1.1 - prop-types: 15.7.2 - react: 16.13.1 - scheduler: 0.19.1 - dev: true - - /react-is/16.13.1: - resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} + no-case: 3.0.4 + tslib: 2.3.0 - /react/16.13.1: - resolution: {integrity: sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==} + /pascalcase/0.1.1: + resolution: {integrity: sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=} engines: {node: '>=0.10.0'} - dependencies: - loose-envify: 1.4.0 - object-assign: 4.1.1 - prop-types: 15.7.2 - dev: true - /read-package-json/2.1.2: - resolution: {integrity: sha512-D1KmuLQr6ZSJS0tW8hf3WGpRlwszJOXZ3E8Yd/DNRaM5d+1wVRZdHlpGBLAuovjr28LbWvjpWkBHMxpRGGjzNA==} - dependencies: - glob: 7.1.7 - json-parse-even-better-errors: 2.3.1 - normalize-package-data: 2.5.0 - npm-normalize-package-bin: 1.0.1 - dev: false + /path-browserify/0.0.1: + resolution: {integrity: sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==} - /read-package-tree/5.1.6: - resolution: {integrity: sha512-FCX1aT3GWyY658wzDICef4p+n0dB+ENRct8E/Qyvppj6xVpOYerBHfUu7OP5Rt1/393Tdglguf5ju5DEX4wZNg==} - dependencies: - debuglog: 1.0.1 - dezalgo: 1.0.3 - once: 1.4.0 - read-package-json: 2.1.2 - readdir-scoped-modules: 1.1.0 - dev: false + /path-dirname/1.0.2: + resolution: {integrity: sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=} - /read-pkg-up/1.0.1: - resolution: {integrity: sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=} + /path-exists/2.1.0: + resolution: {integrity: sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=} engines: {node: '>=0.10.0'} dependencies: - find-up: 1.1.2 - read-pkg: 1.1.0 + pinkie-promise: 2.0.1 - /read-pkg-up/7.0.1: - resolution: {integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==} + /path-exists/3.0.0: + resolution: {integrity: sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=} + engines: {node: '>=4'} + + /path-exists/4.0.0: + resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} engines: {node: '>=8'} - dependencies: - find-up: 4.1.0 - read-pkg: 5.2.0 - type-fest: 0.8.1 - /read-pkg/1.1.0: - resolution: {integrity: sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=} + /path-is-absolute/1.0.1: + resolution: {integrity: sha1-F0uSaHNVNP+8es5r9TpanhtcX18=} engines: {node: '>=0.10.0'} - dependencies: - load-json-file: 1.1.0 - normalize-package-data: 2.5.0 - path-type: 1.1.0 - /read-pkg/3.0.0: - resolution: {integrity: sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=} + /path-is-inside/1.0.2: + resolution: {integrity: sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=} + dev: false + + /path-key/2.0.1: + resolution: {integrity: sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=} engines: {node: '>=4'} - dependencies: - load-json-file: 4.0.0 - normalize-package-data: 2.5.0 - path-type: 3.0.0 - /read-pkg/5.2.0: - resolution: {integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==} + /path-key/3.1.1: + resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} engines: {node: '>=8'} - dependencies: - '@types/normalize-package-data': 2.4.0 - normalize-package-data: 2.5.0 - parse-json: 5.2.0 - type-fest: 0.6.0 - /read-yaml-file/2.1.0: - resolution: {integrity: sha512-UkRNRIwnhG+y7hpqnycCL/xbTk7+ia9VuVTC0S+zVbwd65DI9eUpRMfsWIGrCWxTU/mi+JW8cHQCrv+zfCbEPQ==} - engines: {node: '>=10.13'} - dependencies: - js-yaml: 4.1.0 - strip-bom: 4.0.0 - dev: false + /path-parse/1.0.7: + resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} - /read/1.0.7: - resolution: {integrity: sha1-s9oZvQUkMal2cdRKQmNK33ELQMQ=} - engines: {node: '>=0.8'} - dependencies: - mute-stream: 0.0.8 + /path-to-regexp/0.1.7: + resolution: {integrity: sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=} dev: false - /readable-stream/1.1.14: - resolution: {integrity: sha1-fPTFTvZI44EwhMY23SB54WbAgdk=} + /path-type/1.1.0: + resolution: {integrity: sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=} + engines: {node: '>=0.10.0'} dependencies: - core-util-is: 1.0.2 - inherits: 2.0.4 - isarray: 0.0.1 - string_decoder: 0.10.31 + graceful-fs: 4.2.6 + pify: 2.3.0 + pinkie-promise: 2.0.1 - /readable-stream/2.3.7: - resolution: {integrity: sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==} - dependencies: - core-util-is: 1.0.2 - inherits: 2.0.4 - isarray: 1.0.0 - process-nextick-args: 2.0.1 - safe-buffer: 5.1.2 - string_decoder: 1.1.1 - util-deprecate: 1.0.2 + /path-type/4.0.0: + resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} + engines: {node: '>=8'} - /readable-stream/3.6.0: - resolution: {integrity: sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==} - engines: {node: '>= 6'} + /pbkdf2/3.1.2: + resolution: {integrity: sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==} + engines: {node: '>=0.12'} dependencies: - inherits: 2.0.4 - string_decoder: 1.3.0 - util-deprecate: 1.0.2 + create-hash: 1.2.0 + create-hmac: 1.1.7 + ripemd160: 2.0.2 + safe-buffer: 5.2.1 + sha.js: 2.4.11 - /readdir-scoped-modules/1.1.0: - resolution: {integrity: sha512-asaikDeqAQg7JifRsZn1NJZXo9E+VwlyCfbkZhwyISinqk5zNS6266HS5kah6P0SaQKGF6SkNnZVHUzHFYxYDw==} - dependencies: - debuglog: 1.0.1 - dezalgo: 1.0.3 - graceful-fs: 4.2.6 - once: 1.4.0 - dev: false + /performance-now/2.1.0: + resolution: {integrity: sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=} - /readdirp/2.2.1: - resolution: {integrity: sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==} - engines: {node: '>=0.10'} - dependencies: - graceful-fs: 4.2.6 - micromatch: 3.1.10 - readable-stream: 2.3.7 + /picomatch/2.3.0: + resolution: {integrity: sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==} + engines: {node: '>=8.6'} - /readdirp/3.5.0: - resolution: {integrity: sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==} - engines: {node: '>=8.10.0'} - dependencies: - picomatch: 2.2.3 + /pidof/1.0.2: + resolution: {integrity: sha1-+6Dq4cgzWhHrgJn10PPvvEXLTpA=} + dev: false - /realpath-native/2.0.0: - resolution: {integrity: sha512-v1SEYUOXXdbBZK8ZuNgO4TBjamPsiSgcFr0aP+tEKpQZK8vooEUqV6nm6Cv502mX4NF2EfsnVqtNAHG+/6Ur1Q==} - engines: {node: '>=8'} + /pify/2.3.0: + resolution: {integrity: sha1-7RQaasBDqEnqWISY59yosVMw6Qw=} + engines: {node: '>=0.10.0'} - /rechoir/0.6.2: - resolution: {integrity: sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=} - engines: {node: '>= 0.10'} - dependencies: - resolve: 1.17.0 + /pify/4.0.1: + resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==} + engines: {node: '>=6'} - /redent/1.0.0: - resolution: {integrity: sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=} + /pinkie-promise/2.0.1: + resolution: {integrity: sha1-ITXW36ejWMBprJsXh3YogihFD/o=} engines: {node: '>=0.10.0'} dependencies: - indent-string: 2.1.0 - strip-indent: 1.0.1 + pinkie: 2.0.4 - /regex-not/1.0.2: - resolution: {integrity: sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==} + /pinkie/2.0.4: + resolution: {integrity: sha1-clVrgM+g1IqXToDnckjoDtT3+HA=} engines: {node: '>=0.10.0'} - dependencies: - extend-shallow: 3.0.2 - safe-regex: 1.1.0 - /regexp.prototype.flags/1.3.1: - resolution: {integrity: sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA==} - engines: {node: '>= 0.4'} - dependencies: - call-bind: 1.0.2 - define-properties: 1.1.3 + /pino-std-serializers/3.2.0: + resolution: {integrity: sha512-EqX4pwDPrt3MuOAAUBMU0Tk5kR/YcCM5fNPEzgCO2zJ5HfX0vbiH9HbJglnyeQsN96Kznae6MWD47pZB5avTrg==} + dev: false - /regexpp/3.1.0: - resolution: {integrity: sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==} - engines: {node: '>=8'} + /pino/6.12.0: + resolution: {integrity: sha512-5NGopOcUusGuklGHVVv9az0Hv/Dj3urHhD3G+zhl5pBGIRYAeGCi/Ej6YCl16Q2ko28cmYiJz+/qRoJiwy62Rw==} + hasBin: true + dependencies: + fast-redact: 3.0.1 + fast-safe-stringify: 2.0.8 + flatstr: 1.0.12 + pino-std-serializers: 3.2.0 + quick-format-unescaped: 4.0.3 + sonic-boom: 1.4.1 + dev: false - /relateurl/0.2.7: - resolution: {integrity: sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=} - engines: {node: '>= 0.10'} + /pirates/4.0.1: + resolution: {integrity: sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA==} + engines: {node: '>= 6'} + dependencies: + node-modules-regexp: 1.0.0 - /remove-bom-buffer/3.0.0: - resolution: {integrity: sha512-8v2rWhaakv18qcvNeli2mZ/TMTL2nEyAKRvzo1WtnZBl15SHyEhrCu2/xKlJyUFKHiHgfXIyuY6g2dObJJycXQ==} - engines: {node: '>=0.10.0'} + /pkg-dir/3.0.0: + resolution: {integrity: sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==} + engines: {node: '>=6'} dependencies: - is-buffer: 1.1.6 - is-utf8: 0.2.1 + find-up: 3.0.0 - /remove-bom-stream/1.2.0: - resolution: {integrity: sha1-BfGlk/FuQuH7kOv1nejlaVJflSM=} - engines: {node: '>= 0.10'} + /pkg-dir/4.2.0: + resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} + engines: {node: '>=8'} dependencies: - remove-bom-buffer: 3.0.0 - safe-buffer: 5.2.1 - through2: 2.0.5 + find-up: 4.1.0 + dev: true - /remove-trailing-separator/1.1.0: - resolution: {integrity: sha1-wkvOKig62tW8P1jg1IJJuSN52O8=} + /pn/1.1.0: + resolution: {integrity: sha512-2qHaIQr2VLRFoxe2nASzsV6ef4yOOH+Fi9FBOVH6cqeSgUnoyySPZkxzLuzd+RYOQTRpROA0ztTMqxROKSb/nA==} - /renderkid/2.0.5: - resolution: {integrity: sha512-ccqoLg+HLOHq1vdfYNm4TBeaCDIi1FLt3wGojTDSvdewUv65oTmI3cnT2E4hRjl1gzKZIPK+KZrXzlUYKnR+vQ==} + /portfinder/1.0.28: + resolution: {integrity: sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA==} + engines: {node: '>= 0.12.0'} dependencies: - css-select: 2.1.0 - dom-converter: 0.2.0 - htmlparser2: 3.10.1 - lodash: 4.17.21 - strip-ansi: 3.0.1 + async: 2.6.3 + debug: 3.2.7 + mkdirp: 0.5.5 + dev: false - /repeat-element/1.1.4: - resolution: {integrity: sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==} + /posix-character-classes/0.1.1: + resolution: {integrity: sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=} engines: {node: '>=0.10.0'} - /repeat-string/1.6.1: - resolution: {integrity: sha1-jcrkcOHIirwtYA//Sndihtp15jc=} - engines: {node: '>=0.10'} - - /repeating/2.0.1: - resolution: {integrity: sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=} - engines: {node: '>=0.10.0'} + /postcss-loader/4.0.4_postcss@7.0.32+webpack@4.44.2: + resolution: {integrity: sha512-pntA9zIR14drQo84yGTjQJg1m7T0DkXR4vXYHBngiRZdJtEeCrojL6lOpqUanMzG375lIJbT4Yug85zC/AJWGw==} + engines: {node: '>= 10.13.0'} + peerDependencies: + postcss: ^7.0.0 || ^8.0.1 + webpack: ^4.0.0 || ^5.0.0 dependencies: - is-finite: 1.1.0 - - /replace-ext/0.0.1: - resolution: {integrity: sha1-KbvZIHinOfC8zitO5B6DeVNSKSQ=} - engines: {node: '>= 0.4'} + cosmiconfig: 7.0.0 + klona: 2.0.4 + loader-utils: 2.0.0 + postcss: 7.0.32 + schema-utils: 3.1.0 + semver: 7.3.5 + webpack: 4.44.2 + dev: true - /replace-ext/1.0.1: - resolution: {integrity: sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw==} - engines: {node: '>= 0.10'} + /postcss-modules-extract-imports/1.1.0: + resolution: {integrity: sha1-thTJcgvmgW6u41+zpfqh26agXds=} + dependencies: + postcss: 6.0.1 - /replace-homedir/1.0.0: - resolution: {integrity: sha1-6H9tUTuSjd6AgmDBK+f+xv9ueYw=} - engines: {node: '>= 0.10'} + /postcss-modules-extract-imports/2.0.0: + resolution: {integrity: sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ==} + engines: {node: '>= 6'} dependencies: - homedir-polyfill: 1.0.3 - is-absolute: 1.0.0 - remove-trailing-separator: 1.1.0 + postcss: 7.0.32 + dev: true - /replacestream/4.0.3: - resolution: {integrity: sha512-AC0FiLS352pBBiZhd4VXB1Ab/lh0lEgpP+GGvZqbQh8a5cmXVoTe5EX/YeTFArnp4SRGTHh1qCHu9lGs1qG8sA==} + /postcss-modules-local-by-default/1.2.0: + resolution: {integrity: sha1-99gMOYxaOT+nlkRmvRlQCn1hwGk=} dependencies: - escape-string-regexp: 1.0.5 - object-assign: 4.1.1 - readable-stream: 2.3.7 - dev: false + css-selector-tokenizer: 0.7.3 + postcss: 6.0.1 - /request-promise-core/1.1.4_request@2.88.2: - resolution: {integrity: sha512-TTbAfBBRdWD7aNNOoVOBH4pN/KigV6LyapYNNlAPA8JwbovRti1E88m3sYAwsLi5ryhPKsE9APwnjFTgdUjTpw==} - engines: {node: '>=0.10.0'} - peerDependencies: - request: ^2.34 + /postcss-modules-local-by-default/3.0.3: + resolution: {integrity: sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw==} + engines: {node: '>= 6'} dependencies: - lodash: 4.17.21 - request: 2.88.2 + icss-utils: 4.1.1 + postcss: 7.0.32 + postcss-selector-parser: 6.0.6 + postcss-value-parser: 4.1.0 + dev: true - /request-promise-native/1.0.9_request@2.88.2: - resolution: {integrity: sha512-wcW+sIUiWnKgNY0dqCpOZkUbF/I+YPi+f09JZIDa39Ec+q82CpSYniDp+ISgTTbKmnpJWASeJBPZmoxH84wt3g==} - engines: {node: '>=0.12.0'} - deprecated: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142 - peerDependencies: - request: ^2.34 + /postcss-modules-scope/1.1.0: + resolution: {integrity: sha1-1upkmUx5+XtipytCb75gVqGUu5A=} dependencies: - request: 2.88.2 - request-promise-core: 1.1.4_request@2.88.2 - stealthy-require: 1.1.1 - tough-cookie: 2.5.0 + css-selector-tokenizer: 0.7.3 + postcss: 6.0.1 - /request/2.88.2: - resolution: {integrity: sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==} + /postcss-modules-scope/2.2.0: + resolution: {integrity: sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ==} engines: {node: '>= 6'} - deprecated: request has been deprecated, see https://github.com/request/request/issues/3142 dependencies: - aws-sign2: 0.7.0 - aws4: 1.11.0 - caseless: 0.12.0 - combined-stream: 1.0.8 - extend: 3.0.2 - forever-agent: 0.6.1 - form-data: 2.3.3 - har-validator: 5.1.5 - http-signature: 1.2.0 - is-typedarray: 1.0.0 - isstream: 0.1.2 - json-stringify-safe: 5.0.1 - mime-types: 2.1.30 - oauth-sign: 0.9.0 - performance-now: 2.1.0 - qs: 6.5.2 - safe-buffer: 5.2.1 - tough-cookie: 2.5.0 - tunnel-agent: 0.6.0 - uuid: 3.4.0 - - /require-directory/2.1.1: - resolution: {integrity: sha1-jGStX9MNqxyXbiNE/+f3kqam30I=} - engines: {node: '>=0.10.0'} + postcss: 7.0.32 + postcss-selector-parser: 6.0.6 + dev: true - /require-main-filename/1.0.1: - resolution: {integrity: sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE=} + /postcss-modules-values/1.3.0: + resolution: {integrity: sha1-7P+p1+GSUYOJ9CrQ6D9yrsRW6iA=} + dependencies: + icss-replace-symbols: 1.1.0 + postcss: 6.0.1 - /require-main-filename/2.0.0: - resolution: {integrity: sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==} + /postcss-modules-values/3.0.0: + resolution: {integrity: sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg==} + dependencies: + icss-utils: 4.1.1 + postcss: 7.0.32 + dev: true - /requires-port/1.0.0: - resolution: {integrity: sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=} + /postcss-modules/1.5.0: + resolution: {integrity: sha512-KiAihzcV0TxTTNA5OXreyIXctuHOfR50WIhqBpc8pe0Q5dcs/Uap9EVlifOI9am7zGGdGOJQ6B1MPYKo2UxgOg==} + dependencies: + css-modules-loader-core: 1.1.0 + generic-names: 2.0.1 + lodash.camelcase: 4.3.0 + postcss: 7.0.32 + string-hash: 1.1.3 - /resolve-cwd/2.0.0: - resolution: {integrity: sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=} + /postcss-selector-parser/6.0.6: + resolution: {integrity: sha512-9LXrvaaX3+mcv5xkg5kFwqSzSH1JIObIx51PrndZwlmznwXRfxMddDvo9gve3gVR8ZTKgoFDdWkbRFmEhT4PMg==} engines: {node: '>=4'} dependencies: - resolve-from: 3.0.0 - dev: false + cssesc: 3.0.0 + util-deprecate: 1.0.2 + dev: true - /resolve-cwd/3.0.0: - resolution: {integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==} - engines: {node: '>=8'} + /postcss-value-parser/4.1.0: + resolution: {integrity: sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==} + dev: true + + /postcss/6.0.1: + resolution: {integrity: sha1-AA29H47vIXqjaLmiEsX8QLKo8/I=} + engines: {node: '>=4.0.0'} dependencies: - resolve-from: 5.0.0 + chalk: 1.1.3 + source-map: 0.5.7 + supports-color: 3.2.3 - /resolve-dir/1.0.1: - resolution: {integrity: sha1-eaQGRMNivoLybv/nOcm7U4IEb0M=} - engines: {node: '>=0.10.0'} + /postcss/7.0.32: + resolution: {integrity: sha512-03eXong5NLnNCD05xscnGKGDZ98CyzoqPSMjOe6SuoQY7Z2hIj0Ld1g/O/UQRuOle2aRtiIRDg9tDcTGAkLfKw==} + engines: {node: '>=6.0.0'} dependencies: - expand-tilde: 2.0.2 - global-modules: 1.0.0 + chalk: 2.4.2 + source-map: 0.6.1 + supports-color: 6.1.0 - /resolve-from/3.0.0: - resolution: {integrity: sha1-six699nWiBvItuZTM17rywoYh0g=} - engines: {node: '>=4'} - dev: false + /prelude-ls/1.1.2: + resolution: {integrity: sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=} + engines: {node: '>= 0.8.0'} - /resolve-from/4.0.0: - resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} - engines: {node: '>=4'} + /prelude-ls/1.2.1: + resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} + engines: {node: '>= 0.8.0'} - /resolve-from/5.0.0: - resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==} - engines: {node: '>=8'} + /prettier/2.3.2: + resolution: {integrity: sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ==} + engines: {node: '>=10.13.0'} + hasBin: true - /resolve-options/1.1.0: - resolution: {integrity: sha1-MrueOcBtZzONyTeMDW1gdFZq0TE=} - engines: {node: '>= 0.10'} + /pretty-error/2.1.2: + resolution: {integrity: sha512-EY5oDzmsX5wvuynAByrmY0P0hcp+QpnAKbJng2A2MPjVKXCxrDSUkzghVJ4ZGPIv+JC4gX8fPUWscC0RtjsWGw==} dependencies: - value-or-function: 3.0.0 + lodash: 4.17.21 + renderkid: 2.0.7 - /resolve-url/0.2.1: - resolution: {integrity: sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=} - deprecated: https://github.com/lydell/resolve-url#deprecated + /pretty-format/25.5.0: + resolution: {integrity: sha512-kbo/kq2LQ/A/is0PQwsEHM7Ca6//bGPPvU6UnsdDRSKTWxT/ru/xb88v4BJf6a69H+uTytOEsTusT9ksd/1iWQ==} + engines: {node: '>= 8.3'} + dependencies: + '@jest/types': 25.5.0 + ansi-regex: 5.0.0 + ansi-styles: 4.3.0 + react-is: 16.13.1 - /resolve/1.1.7: - resolution: {integrity: sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=} + /process-nextick-args/2.0.1: + resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} - /resolve/1.17.0: - resolution: {integrity: sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==} - dependencies: - path-parse: 1.0.6 + /process/0.11.10: + resolution: {integrity: sha1-czIwDoQBYb2j5podHZGn1LwW8YI=} + engines: {node: '>= 0.6.0'} - /resolve/1.19.0: - resolution: {integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==} + /progress/2.0.3: + resolution: {integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==} + engines: {node: '>=0.4.0'} + + /promise-inflight/1.0.1: + resolution: {integrity: sha1-mEcocL8igTL8vdhoEputEsPAKeM=} + + /prompts/2.4.1: + resolution: {integrity: sha512-EQyfIuO2hPDsX1L/blblV+H7I0knhgAd82cVneCwcdND9B8AuCDuRcBH6yIcG4dFzlOUqbazQqwGjx5xmsNLuQ==} + engines: {node: '>= 6'} dependencies: - is-core-module: 2.4.0 - path-parse: 1.0.6 + kleur: 3.0.3 + sisteransi: 1.0.5 + dev: true - /resolve/1.20.0: - resolution: {integrity: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==} + /prop-types/15.7.2: + resolution: {integrity: sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==} dependencies: - is-core-module: 2.4.0 - path-parse: 1.0.6 - dev: false + loose-envify: 1.4.0 + object-assign: 4.1.1 + react-is: 16.13.1 - /restore-cursor/3.1.0: - resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==} - engines: {node: '>=8'} + /proxy-addr/2.0.7: + resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==} + engines: {node: '>= 0.10'} dependencies: - onetime: 5.1.2 - signal-exit: 3.0.3 + forwarded: 0.2.0 + ipaddr.js: 1.9.1 dev: false - /ret/0.1.15: - resolution: {integrity: sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==} - engines: {node: '>=0.12'} + /prr/1.0.1: + resolution: {integrity: sha1-0/wRS6BplaRexok/SEzrHXj19HY=} - /retry/0.12.0: - resolution: {integrity: sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=} - engines: {node: '>= 4'} + /pseudolocale/1.1.0: + resolution: {integrity: sha512-OZ8I/hwYEJ3beN3IEcNnt8EpcqblH0/x23hulKBXjs+WhTTEle+ijCHCkh2bd+cIIeCuCwSCbBe93IthGG6hLw==} + dependencies: + commander: 8.0.0 dev: false - /reusify/1.0.4: - resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} - engines: {iojs: '>=1.0.0', node: '>=0.10.0'} + /psl/1.8.0: + resolution: {integrity: sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==} - /rimraf/2.6.3: - resolution: {integrity: sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==} - hasBin: true + /public-encrypt/4.0.3: + resolution: {integrity: sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==} dependencies: - glob: 7.1.7 + bn.js: 4.12.0 + browserify-rsa: 4.1.0 + create-hash: 1.2.0 + parse-asn1: 5.1.6 + randombytes: 2.1.0 + safe-buffer: 5.2.1 - /rimraf/2.7.1: - resolution: {integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==} - hasBin: true + /pump/2.0.1: + resolution: {integrity: sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==} dependencies: - glob: 7.1.7 + end-of-stream: 1.4.4 + once: 1.4.0 - /rimraf/3.0.2: - resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} - hasBin: true + /pump/3.0.0: + resolution: {integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==} dependencies: - glob: 7.1.7 + end-of-stream: 1.4.4 + once: 1.4.0 - /ripemd160/2.0.2: - resolution: {integrity: sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==} + /pumpify/1.5.1: + resolution: {integrity: sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==} dependencies: - hash-base: 3.1.0 + duplexify: 3.7.1 inherits: 2.0.4 + pump: 2.0.1 - /rsvp/4.8.5: - resolution: {integrity: sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA==} - engines: {node: 6.* || >= 7.*} + /punycode/1.3.2: + resolution: {integrity: sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=} - /run-async/2.4.1: - resolution: {integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==} - engines: {node: '>=0.12.0'} - dev: false + /punycode/1.4.1: + resolution: {integrity: sha1-wNWmOycYgArY4esPpSachN1BhF4=} - /run-parallel/1.2.0: - resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} - dependencies: - queue-microtask: 1.2.3 + /punycode/2.1.1: + resolution: {integrity: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==} + engines: {node: '>=6'} - /run-queue/1.0.3: - resolution: {integrity: sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec=} + /qs/6.10.1: + resolution: {integrity: sha512-M528Hph6wsSVOBiYUnGf+K/7w0hNshs/duGsNXPUCLH5XAqjEtiPGwNONLV0tBH8NoGb0mvD5JubnUTrujKDTg==} + engines: {node: '>=0.6'} dependencies: - aproba: 1.2.0 + side-channel: 1.0.4 + dev: false - /rxjs/6.6.7: - resolution: {integrity: sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==} - engines: {npm: '>=2.0.0'} - dependencies: - tslib: 1.14.1 + /qs/6.5.2: + resolution: {integrity: sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==} + engines: {node: '>=0.6'} + + /qs/6.7.0: + resolution: {integrity: sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==} + engines: {node: '>=0.6'} + dev: false + + /querystring-es3/0.2.1: + resolution: {integrity: sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=} + engines: {node: '>=0.4.x'} - /safe-buffer/5.1.2: - resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} + /querystring/0.2.0: + resolution: {integrity: sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=} + engines: {node: '>=0.4.x'} + deprecated: The - /safe-buffer/5.2.1: - resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} + /querystringify/2.2.0: + resolution: {integrity: sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==} + dev: false - /safe-regex/1.1.0: - resolution: {integrity: sha1-QKNmnzsHfR6UPURinhV91IAjvy4=} - dependencies: - ret: 0.1.15 + /queue-microtask/1.2.3: + resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} - /safer-buffer/2.1.2: - resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} + /quick-format-unescaped/4.0.3: + resolution: {integrity: sha512-MaL/oqh02mhEo5m5J2rwsVL23Iw2PEaGVHgT2vFt8AAsr0lfvQA5dpXo9TPu0rz7tSBdUPgkbam0j/fj5ZM8yg==} + dev: false - /sane/4.1.0: - resolution: {integrity: sha512-hhbzAgTIX8O7SHfp2c8/kREfEn4qO/9q8C9beyY6+tvZ87EpoZ3i1RIEvp27YBswnNbY9mWd6paKVmKbAgLfZA==} - engines: {node: 6.* || 8.* || >= 10.*} - hasBin: true - dependencies: - '@cnakazawa/watch': 1.0.4 - anymatch: 2.0.0 - capture-exit: 2.0.0 - exec-sh: 0.3.6 - execa: 1.0.0 - fb-watchman: 2.0.1 - micromatch: 3.1.10 - minimist: 1.2.5 - walker: 1.0.7 + /ramda/0.27.1: + resolution: {integrity: sha512-PgIdVpn5y5Yns8vqb8FzBUEYn98V3xcPgawAkkgj0YJ0qDsnHCiNmZYfOGMgOvoB0eWFLpYbhxUR3mxfDIMvpw==} + dev: false - /sass-graph/2.2.5: - resolution: {integrity: sha512-VFWDAHOe6mRuT4mZRd4eKE+d8Uedrk6Xnh7Sh9b4NGufQLQjOrvf/MQoOdx+0s92L89FeyUUNfU597j/3uNpag==} - hasBin: true + /randombytes/2.1.0: + resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} dependencies: - glob: 7.0.6 - lodash: 4.17.21 - scss-tokenizer: 0.2.3 - yargs: 13.3.2 + safe-buffer: 5.2.1 - /sass-loader/10.1.1_node-sass@5.0.0+webpack@4.44.2: - resolution: {integrity: sha512-W6gVDXAd5hR/WHsPicvZdjAWHBcEJ44UahgxcIE196fW2ong0ZHMPO1kZuI5q0VlvMQZh32gpv69PLWQm70qrw==} - engines: {node: '>= 10.13.0'} - peerDependencies: - fibers: '>= 3.1.0' - node-sass: ^4.0.0 || ^5.0.0 - sass: ^1.3.0 - webpack: ^4.36.0 || ^5.0.0 - peerDependenciesMeta: - fibers: - optional: true - node-sass: - optional: true - sass: - optional: true + /randomfill/1.0.4: + resolution: {integrity: sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==} dependencies: - klona: 2.0.4 - loader-utils: 2.0.0 - neo-async: 2.6.2 - node-sass: 5.0.0 - schema-utils: 3.0.0 - semver: 7.3.5 - webpack: 4.44.2 - dev: true + randombytes: 2.1.0 + safe-buffer: 5.2.1 - /sass/1.32.12: - resolution: {integrity: sha512-zmXn03k3hN0KaiVTjohgkg98C3UowhL1/VSGdj4/VAAiMKGQOE80PFPxFP2Kyq0OUskPKcY5lImkhBKEHlypJA==} - engines: {node: '>=8.9.0'} - hasBin: true - dependencies: - chokidar: 3.4.3 + /range-parser/1.2.1: + resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} + engines: {node: '>= 0.6'} dev: false - /sax/1.2.4: - resolution: {integrity: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==} - - /saxes/3.1.11: - resolution: {integrity: sha512-Ydydq3zC+WYDJK1+gRxRapLIED9PWeSuuS41wqyoRmzvhhh9nc+QQrVMKJYzJFULazeGhzSV0QleN2wD3boh2g==} - engines: {node: '>=8'} + /raw-body/2.4.0: + resolution: {integrity: sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==} + engines: {node: '>= 0.8'} dependencies: - xmlchars: 2.2.0 + bytes: 3.1.0 + http-errors: 1.7.2 + iconv-lite: 0.4.24 + unpipe: 1.0.0 + dev: false - /scheduler/0.19.1: - resolution: {integrity: sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA==} + /react-dom/16.13.1_react@16.13.1: + resolution: {integrity: sha512-81PIMmVLnCNLO/fFOQxdQkvEq/+Hfpv24XNJfpyZhTRfO0QcmQIF/PgCa1zCOj2w1hrn12MFLyaJ/G0+Mxtfag==} + peerDependencies: + react: ^16.13.1 dependencies: loose-envify: 1.4.0 object-assign: 4.1.1 + prop-types: 15.7.2 + react: 16.13.1 + scheduler: 0.19.1 dev: true - /schema-utils/1.0.0: - resolution: {integrity: sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==} - engines: {node: '>= 4'} - dependencies: - ajv: 6.12.6 - ajv-errors: 1.0.1_ajv@6.12.6 - ajv-keywords: 3.5.2_ajv@6.12.6 + /react-is/16.13.1: + resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} - /schema-utils/2.7.1: - resolution: {integrity: sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==} - engines: {node: '>= 8.9.0'} + /react/16.13.1: + resolution: {integrity: sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==} + engines: {node: '>=0.10.0'} dependencies: - '@types/json-schema': 7.0.7 - ajv: 6.12.6 - ajv-keywords: 3.5.2_ajv@6.12.6 + loose-envify: 1.4.0 + object-assign: 4.1.1 + prop-types: 15.7.2 dev: true - /schema-utils/3.0.0: - resolution: {integrity: sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==} - engines: {node: '>= 10.13.0'} - dependencies: - '@types/json-schema': 7.0.7 - ajv: 6.12.6 - ajv-keywords: 3.5.2_ajv@6.12.6 - - /scss-tokenizer/0.2.3: - resolution: {integrity: sha1-jrBtualyMzOCTT9VMGQRSYR85dE=} + /read-package-json/2.1.2: + resolution: {integrity: sha512-D1KmuLQr6ZSJS0tW8hf3WGpRlwszJOXZ3E8Yd/DNRaM5d+1wVRZdHlpGBLAuovjr28LbWvjpWkBHMxpRGGjzNA==} dependencies: - js-base64: 2.6.4 - source-map: 0.4.4 - - /select-hose/2.0.0: - resolution: {integrity: sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=} + glob: 7.1.7 + json-parse-even-better-errors: 2.3.1 + normalize-package-data: 2.5.0 + npm-normalize-package-bin: 1.0.1 dev: false - /selfsigned/1.10.11: - resolution: {integrity: sha512-aVmbPOfViZqOZPgRBT0+3u4yZFHpmnIghLMlAcb5/xhp5ZtB/RVnKhz5vl2M32CLXAqR4kha9zfhNg0Lf/sxKA==} + /read-package-tree/5.1.6: + resolution: {integrity: sha512-FCX1aT3GWyY658wzDICef4p+n0dB+ENRct8E/Qyvppj6xVpOYerBHfUu7OP5Rt1/393Tdglguf5ju5DEX4wZNg==} dependencies: - node-forge: 0.10.0 + debuglog: 1.0.1 + dezalgo: 1.0.3 + once: 1.4.0 + read-package-json: 2.1.2 + readdir-scoped-modules: 1.1.0 dev: false - /semver-greatest-satisfied-range/1.1.0: - resolution: {integrity: sha1-E+jCZYq5aRywzXEJMkAoDTb3els=} - engines: {node: '>= 0.10'} + /read-pkg-up/1.0.1: + resolution: {integrity: sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=} + engines: {node: '>=0.10.0'} dependencies: - sver-compat: 1.5.0 - - /semver/5.7.1: - resolution: {integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==} - hasBin: true + find-up: 1.1.2 + read-pkg: 1.1.0 - /semver/6.3.0: - resolution: {integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==} - hasBin: true + /read-pkg-up/7.0.1: + resolution: {integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==} + engines: {node: '>=8'} + dependencies: + find-up: 4.1.0 + read-pkg: 5.2.0 + type-fest: 0.8.1 - /semver/7.3.5: - resolution: {integrity: sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==} - engines: {node: '>=10'} - hasBin: true + /read-pkg/1.1.0: + resolution: {integrity: sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=} + engines: {node: '>=0.10.0'} dependencies: - lru-cache: 6.0.0 + load-json-file: 1.1.0 + normalize-package-data: 2.5.0 + path-type: 1.1.0 - /send/0.13.2: - resolution: {integrity: sha1-dl52B8gFVFK7pvCwUllTUJhgNt4=} - engines: {node: '>= 0.8.0'} + /read-pkg/5.2.0: + resolution: {integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==} + engines: {node: '>=8'} dependencies: - debug: 2.2.0 - depd: 1.1.2 - destroy: 1.0.4 - escape-html: 1.0.3 - etag: 1.7.0 - fresh: 0.3.0 - http-errors: 1.3.1 - mime: 1.3.4 - ms: 0.7.1 - on-finished: 2.3.0 - range-parser: 1.0.3 - statuses: 1.2.1 - dev: false + '@types/normalize-package-data': 2.4.1 + normalize-package-data: 2.5.0 + parse-json: 5.2.0 + type-fest: 0.6.0 - /send/0.16.2: - resolution: {integrity: sha512-E64YFPUssFHEFBvpbbjr44NCLtI1AohxQ8ZSiJjQLskAdKuriYEP6VyGEsRDH8ScozGpkaX1BGvhanqCwkcEZw==} - engines: {node: '>= 0.8.0'} + /read-yaml-file/2.1.0: + resolution: {integrity: sha512-UkRNRIwnhG+y7hpqnycCL/xbTk7+ia9VuVTC0S+zVbwd65DI9eUpRMfsWIGrCWxTU/mi+JW8cHQCrv+zfCbEPQ==} + engines: {node: '>=10.13'} dependencies: - debug: 2.6.9 - depd: 1.1.2 - destroy: 1.0.4 - encodeurl: 1.0.2 - escape-html: 1.0.3 - etag: 1.8.1 - fresh: 0.5.2 - http-errors: 1.6.3 - mime: 1.4.1 - ms: 2.0.0 - on-finished: 2.3.0 - range-parser: 1.2.1 - statuses: 1.4.0 + js-yaml: 4.1.0 + strip-bom: 4.0.0 dev: false - /send/0.17.1: - resolution: {integrity: sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==} - engines: {node: '>= 0.8.0'} + /read/1.0.7: + resolution: {integrity: sha1-s9oZvQUkMal2cdRKQmNK33ELQMQ=} + engines: {node: '>=0.8'} dependencies: - debug: 2.6.9 - depd: 1.1.2 - destroy: 1.0.4 - encodeurl: 1.0.2 - escape-html: 1.0.3 - etag: 1.8.1 - fresh: 0.5.2 - http-errors: 1.7.3 - mime: 1.6.0 - ms: 2.1.1 - on-finished: 2.3.0 - range-parser: 1.2.1 - statuses: 1.5.0 + mute-stream: 0.0.8 dev: false - /sequencify/0.0.7: - resolution: {integrity: sha1-kM/xnQLgcCf9dn9erT57ldHnOAw=} - engines: {node: '>= 0.4'} + /readable-stream/2.3.7: + resolution: {integrity: sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==} + dependencies: + core-util-is: 1.0.2 + inherits: 2.0.4 + isarray: 1.0.0 + process-nextick-args: 2.0.1 + safe-buffer: 5.1.2 + string_decoder: 1.1.1 + util-deprecate: 1.0.2 - /serialize-javascript/4.0.0: - resolution: {integrity: sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==} + /readable-stream/3.6.0: + resolution: {integrity: sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==} + engines: {node: '>= 6'} dependencies: - randombytes: 2.1.0 + inherits: 2.0.4 + string_decoder: 1.3.0 + util-deprecate: 1.0.2 - /serialize-javascript/5.0.1: - resolution: {integrity: sha512-SaaNal9imEO737H2c05Og0/8LUXG7EnsZyMa8MzkmuHoELfT6txuj0cMqRj6zfPKnmQ1yasR4PCJc8x+M4JSPA==} + /readdir-scoped-modules/1.1.0: + resolution: {integrity: sha512-asaikDeqAQg7JifRsZn1NJZXo9E+VwlyCfbkZhwyISinqk5zNS6266HS5kah6P0SaQKGF6SkNnZVHUzHFYxYDw==} dependencies: - randombytes: 2.1.0 + debuglog: 1.0.1 + dezalgo: 1.0.3 + graceful-fs: 4.2.6 + once: 1.4.0 dev: false - /serve-index/1.9.1: - resolution: {integrity: sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=} - engines: {node: '>= 0.8.0'} + /readdirp/2.2.1: + resolution: {integrity: sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==} + engines: {node: '>=0.10'} dependencies: - accepts: 1.3.7 - batch: 0.6.1 - debug: 2.6.9 - escape-html: 1.0.3 - http-errors: 1.6.3 - mime-types: 2.1.30 - parseurl: 1.3.3 - dev: false + graceful-fs: 4.2.6 + micromatch: 3.1.10 + readable-stream: 2.3.7 - /serve-static/1.13.2: - resolution: {integrity: sha512-p/tdJrO4U387R9oMjb1oj7qSMaMfmOyd4j9hOFoxZe2baQszgHcSWjuya/CiT5kgZZKRudHNOA0pYXOl8rQ5nw==} - engines: {node: '>= 0.8.0'} + /readdirp/3.5.0: + resolution: {integrity: sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==} + engines: {node: '>=8.10.0'} dependencies: - encodeurl: 1.0.2 - escape-html: 1.0.3 - parseurl: 1.3.3 - send: 0.16.2 - dev: false + picomatch: 2.3.0 - /serve-static/1.14.1: - resolution: {integrity: sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==} - engines: {node: '>= 0.8.0'} + /readdirp/3.6.0: + resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} + engines: {node: '>=8.10.0'} dependencies: - encodeurl: 1.0.2 - escape-html: 1.0.3 - parseurl: 1.3.3 - send: 0.17.1 - dev: false + picomatch: 2.3.0 + optional: true - /set-blocking/2.0.0: - resolution: {integrity: sha1-BF+XgtARrppoA93TgrJDkrPYkPc=} + /realpath-native/2.0.0: + resolution: {integrity: sha512-v1SEYUOXXdbBZK8ZuNgO4TBjamPsiSgcFr0aP+tEKpQZK8vooEUqV6nm6Cv502mX4NF2EfsnVqtNAHG+/6Ur1Q==} + engines: {node: '>=8'} - /set-immediate-shim/1.0.1: - resolution: {integrity: sha1-SysbJ+uAip+NzEgaWOXlb1mfP2E=} + /redent/1.0.0: + resolution: {integrity: sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=} engines: {node: '>=0.10.0'} - dev: false + dependencies: + indent-string: 2.1.0 + strip-indent: 1.0.1 - /set-value/2.0.1: - resolution: {integrity: sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==} + /regex-not/1.0.2: + resolution: {integrity: sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==} engines: {node: '>=0.10.0'} dependencies: - extend-shallow: 2.0.1 - is-extendable: 0.1.1 - is-plain-object: 2.0.4 - split-string: 3.1.0 + extend-shallow: 3.0.2 + safe-regex: 1.1.0 - /setimmediate/1.0.5: - resolution: {integrity: sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=} + /regexp.prototype.flags/1.3.1: + resolution: {integrity: sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.3 - /setprototypeof/1.1.0: - resolution: {integrity: sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==} - dev: false + /regexpp/3.2.0: + resolution: {integrity: sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==} + engines: {node: '>=8'} - /setprototypeof/1.1.1: - resolution: {integrity: sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==} - dev: false + /relateurl/0.2.7: + resolution: {integrity: sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=} + engines: {node: '>= 0.10'} - /sha.js/2.4.11: - resolution: {integrity: sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==} - hasBin: true + /remove-trailing-separator/1.1.0: + resolution: {integrity: sha1-wkvOKig62tW8P1jg1IJJuSN52O8=} + + /renderkid/2.0.7: + resolution: {integrity: sha512-oCcFyxaMrKsKcTY59qnCAtmDVSLfPbrv6A3tVbPdFMMrv5jaK10V6m40cKsoPNhAqN6rmHW9sswW4o3ruSrwUQ==} dependencies: - inherits: 2.0.4 - safe-buffer: 5.2.1 + css-select: 4.1.3 + dom-converter: 0.2.0 + htmlparser2: 6.1.0 + lodash: 4.17.21 + strip-ansi: 3.0.1 - /shebang-command/1.2.0: - resolution: {integrity: sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=} + /repeat-element/1.1.4: + resolution: {integrity: sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==} engines: {node: '>=0.10.0'} - dependencies: - shebang-regex: 1.0.0 - /shebang-command/2.0.0: - resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} - engines: {node: '>=8'} - dependencies: - shebang-regex: 3.0.0 + /repeat-string/1.6.1: + resolution: {integrity: sha1-jcrkcOHIirwtYA//Sndihtp15jc=} + engines: {node: '>=0.10'} - /shebang-regex/1.0.0: - resolution: {integrity: sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=} + /repeating/2.0.1: + resolution: {integrity: sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=} engines: {node: '>=0.10.0'} + dependencies: + is-finite: 1.1.0 - /shebang-regex/3.0.0: - resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} - engines: {node: '>=8'} + /request-promise-core/1.1.4_request@2.88.2: + resolution: {integrity: sha512-TTbAfBBRdWD7aNNOoVOBH4pN/KigV6LyapYNNlAPA8JwbovRti1E88m3sYAwsLi5ryhPKsE9APwnjFTgdUjTpw==} + engines: {node: '>=0.10.0'} + peerDependencies: + request: ^2.34 + dependencies: + lodash: 4.17.21 + request: 2.88.2 - /shellwords/0.1.1: - resolution: {integrity: sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==} + /request-promise-native/1.0.9_request@2.88.2: + resolution: {integrity: sha512-wcW+sIUiWnKgNY0dqCpOZkUbF/I+YPi+f09JZIDa39Ec+q82CpSYniDp+ISgTTbKmnpJWASeJBPZmoxH84wt3g==} + engines: {node: '>=0.12.0'} + deprecated: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142 + peerDependencies: + request: ^2.34 + dependencies: + request: 2.88.2 + request-promise-core: 1.1.4_request@2.88.2 + stealthy-require: 1.1.1 + tough-cookie: 2.5.0 - /side-channel/1.0.4: - resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==} + /request/2.88.2: + resolution: {integrity: sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==} + engines: {node: '>= 6'} + deprecated: request has been deprecated, see https://github.com/request/request/issues/3142 dependencies: - call-bind: 1.0.2 - get-intrinsic: 1.1.1 - object-inspect: 1.10.3 + aws-sign2: 0.7.0 + aws4: 1.11.0 + caseless: 0.12.0 + combined-stream: 1.0.8 + extend: 3.0.2 + forever-agent: 0.6.1 + form-data: 2.3.3 + har-validator: 5.1.5 + http-signature: 1.2.0 + is-typedarray: 1.0.0 + isstream: 0.1.2 + json-stringify-safe: 5.0.1 + mime-types: 2.1.31 + oauth-sign: 0.9.0 + performance-now: 2.1.0 + qs: 6.5.2 + safe-buffer: 5.2.1 + tough-cookie: 2.5.0 + tunnel-agent: 0.6.0 + uuid: 3.4.0 - /signal-exit/3.0.3: - resolution: {integrity: sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==} + /require-directory/2.1.1: + resolution: {integrity: sha1-jGStX9MNqxyXbiNE/+f3kqam30I=} + engines: {node: '>=0.10.0'} - /sisteransi/1.0.5: - resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} + /require-main-filename/2.0.0: + resolution: {integrity: sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==} - /slash/3.0.0: - resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} - engines: {node: '>=8'} + /requires-port/1.0.0: + resolution: {integrity: sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=} - /slice-ansi/2.1.0: - resolution: {integrity: sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ==} - engines: {node: '>=6'} + /resolve-cwd/2.0.0: + resolution: {integrity: sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=} + engines: {node: '>=4'} dependencies: - ansi-styles: 3.2.1 - astral-regex: 1.0.0 - is-fullwidth-code-point: 2.0.0 + resolve-from: 3.0.0 + dev: false - /snapdragon-node/2.1.1: - resolution: {integrity: sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==} - engines: {node: '>=0.10.0'} + /resolve-cwd/3.0.0: + resolution: {integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==} + engines: {node: '>=8'} dependencies: - define-property: 1.0.0 - isobject: 3.0.1 - snapdragon-util: 3.0.1 + resolve-from: 5.0.0 + dev: true - /snapdragon-util/3.0.1: - resolution: {integrity: sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==} + /resolve-dir/1.0.1: + resolution: {integrity: sha1-eaQGRMNivoLybv/nOcm7U4IEb0M=} engines: {node: '>=0.10.0'} dependencies: - kind-of: 3.2.2 + expand-tilde: 2.0.2 + global-modules: 1.0.0 + dev: false - /snapdragon/0.8.2: - resolution: {integrity: sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==} - engines: {node: '>=0.10.0'} + /resolve-from/3.0.0: + resolution: {integrity: sha1-six699nWiBvItuZTM17rywoYh0g=} + engines: {node: '>=4'} + dev: false + + /resolve-from/4.0.0: + resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} + engines: {node: '>=4'} + + /resolve-from/5.0.0: + resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==} + engines: {node: '>=8'} + + /resolve-url/0.2.1: + resolution: {integrity: sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=} + deprecated: https://github.com/lydell/resolve-url#deprecated + + /resolve/1.1.7: + resolution: {integrity: sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=} + + /resolve/1.17.0: + resolution: {integrity: sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==} dependencies: - base: 0.11.2 - debug: 2.6.9 - define-property: 0.2.5 - extend-shallow: 2.0.1 - map-cache: 0.2.2 - source-map: 0.5.7 - source-map-resolve: 0.5.3 - use: 3.1.1 + path-parse: 1.0.7 - /sockjs-client/1.5.1: - resolution: {integrity: sha512-VnVAb663fosipI/m6pqRXakEOw7nvd7TUgdr3PlR/8V2I95QIdwT8L4nMxhyU8SmDBHYXU1TOElaKOmKLfYzeQ==} + /resolve/1.19.0: + resolution: {integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==} dependencies: - debug: 3.2.7 - eventsource: 1.1.0 - faye-websocket: 0.11.3 - inherits: 2.0.4 - json3: 3.3.3 - url-parse: 1.5.1 - dev: false + is-core-module: 2.4.0 + path-parse: 1.0.7 - /sockjs/0.3.21: - resolution: {integrity: sha512-DhbPFGpxjc6Z3I+uX07Id5ZO2XwYsWOrYjaSeieES78cq+JaJvVe5q/m1uvjIQhXinhIeCFRH6JgXe+mvVMyXw==} + /resolve/1.20.0: + resolution: {integrity: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==} dependencies: - faye-websocket: 0.11.3 - uuid: 3.4.0 - websocket-driver: 0.7.4 + is-core-module: 2.4.0 + path-parse: 1.0.7 dev: false - /sort-keys/4.2.0: - resolution: {integrity: sha512-aUYIEU/UviqPgc8mHR6IW1EGxkAXpeRETYcrzg8cLAvUPZcpAlleSXHV2mY7G12GphSH6Gzv+4MMVSSkbdteHg==} + /restore-cursor/3.1.0: + resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==} engines: {node: '>=8'} dependencies: - is-plain-obj: 2.1.0 + onetime: 5.1.2 + signal-exit: 3.0.3 dev: false - /source-list-map/2.0.1: - resolution: {integrity: sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==} + /ret/0.1.15: + resolution: {integrity: sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==} + engines: {node: '>=0.12'} - /source-map-loader/1.1.3_webpack@4.44.2: - resolution: {integrity: sha512-6YHeF+XzDOrT/ycFJNI53cgEsp/tHTMl37hi7uVyqFAlTXW109JazaQCkbc+jjoL2637qkH1amLi+JzrIpt5lA==} - engines: {node: '>= 10.13.0'} - peerDependencies: - webpack: ^4.0.0 || ^5.0.0 - dependencies: - abab: 2.0.5 - iconv-lite: 0.6.2 - loader-utils: 2.0.0 - schema-utils: 3.0.0 - source-map: 0.6.1 - webpack: 4.44.2 - whatwg-mimetype: 2.3.0 - dev: true + /ret/0.2.2: + resolution: {integrity: sha512-M0b3YWQs7R3Z917WRQy1HHA7Ba7D8hvZg6UE5mLykJxQVE2ju0IXbGlaHPPlkY+WN7wFP+wUMXmBFA0aV6vYGQ==} + engines: {node: '>=4'} + dev: false - /source-map-resolve/0.5.3: - resolution: {integrity: sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==} - dependencies: - atob: 2.1.2 - decode-uri-component: 0.2.0 - resolve-url: 0.2.1 - source-map-url: 0.4.1 - urix: 0.1.0 + /retry/0.12.0: + resolution: {integrity: sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=} + engines: {node: '>= 4'} + dev: false - /source-map-support/0.5.19: - resolution: {integrity: sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==} - dependencies: - buffer-from: 1.1.1 - source-map: 0.6.1 + /reusify/1.0.4: + resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} + engines: {iojs: '>=1.0.0', node: '>=0.10.0'} - /source-map-url/0.4.1: - resolution: {integrity: sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==} + /rfdc/1.3.0: + resolution: {integrity: sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==} + dev: false - /source-map/0.2.0: - resolution: {integrity: sha1-2rc/vPwrqBm03gO9b26qSBZLP50=} - engines: {node: '>=0.8.0'} + /rimraf/2.6.3: + resolution: {integrity: sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==} + hasBin: true dependencies: - amdefine: 1.0.1 - optional: true + glob: 7.1.7 - /source-map/0.4.4: - resolution: {integrity: sha1-66T12pwNyZneaAMti092FzZSA2s=} - engines: {node: '>=0.8.0'} + /rimraf/2.7.1: + resolution: {integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==} + hasBin: true dependencies: - amdefine: 1.0.1 - - /source-map/0.5.7: - resolution: {integrity: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=} - engines: {node: '>=0.10.0'} - - /source-map/0.6.1: - resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} - engines: {node: '>=0.10.0'} - - /source-map/0.7.3: - resolution: {integrity: sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==} - engines: {node: '>= 8'} - - /sparkles/1.0.1: - resolution: {integrity: sha512-dSO0DDYUahUt/0/pD/Is3VIm5TGJjludZ0HVymmhYF6eNA53PVLhnUk0znSYbH8IYBuJdCE+1luR22jNLMaQdw==} - engines: {node: '>= 0.10'} + glob: 7.1.7 - /spdx-correct/3.1.1: - resolution: {integrity: sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==} + /rimraf/3.0.2: + resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} + hasBin: true dependencies: - spdx-expression-parse: 3.0.1 - spdx-license-ids: 3.0.7 - - /spdx-exceptions/2.3.0: - resolution: {integrity: sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==} + glob: 7.1.7 - /spdx-expression-parse/3.0.1: - resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==} + /ripemd160/2.0.2: + resolution: {integrity: sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==} dependencies: - spdx-exceptions: 2.3.0 - spdx-license-ids: 3.0.7 + hash-base: 3.1.0 + inherits: 2.0.4 - /spdx-license-ids/3.0.7: - resolution: {integrity: sha512-U+MTEOO0AiDzxwFvoa4JVnMV6mZlJKk2sBLt90s7G0Gd0Mlknc7kxEn3nuDPNZRta7O2uy8oLcZLVT+4sqNZHQ==} + /rsvp/4.8.5: + resolution: {integrity: sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA==} + engines: {node: 6.* || >= 7.*} - /spdy-transport/3.0.0_supports-color@6.1.0: - resolution: {integrity: sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==} - dependencies: - debug: 4.3.1_supports-color@6.1.0 - detect-node: 2.0.5 - hpack.js: 2.1.6 - obuf: 1.1.2 - readable-stream: 3.6.0 - wbuf: 1.7.3 - transitivePeerDependencies: - - supports-color + /run-async/2.4.1: + resolution: {integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==} + engines: {node: '>=0.12.0'} dev: false - /spdy/4.0.2_supports-color@6.1.0: - resolution: {integrity: sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==} - engines: {node: '>=6.0.0'} + /run-parallel/1.2.0: + resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} dependencies: - debug: 4.3.1_supports-color@6.1.0 - handle-thing: 2.0.1 - http-deceiver: 1.2.7 - select-hose: 2.0.0 - spdy-transport: 3.0.0_supports-color@6.1.0 - transitivePeerDependencies: - - supports-color - dev: false + queue-microtask: 1.2.3 - /split-string/3.1.0: - resolution: {integrity: sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==} - engines: {node: '>=0.10.0'} + /run-queue/1.0.3: + resolution: {integrity: sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec=} dependencies: - extend-shallow: 3.0.2 + aproba: 1.2.0 - /split/1.0.1: - resolution: {integrity: sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==} + /rxjs/6.6.7: + resolution: {integrity: sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==} + engines: {npm: '>=2.0.0'} dependencies: - through: 2.3.8 - dev: false + tslib: 1.14.1 - /sprintf-js/1.0.3: - resolution: {integrity: sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=} + /safe-buffer/5.1.2: + resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} - /sshpk/1.16.1: - resolution: {integrity: sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==} - engines: {node: '>=0.10.0'} - hasBin: true - dependencies: - asn1: 0.2.4 - assert-plus: 1.0.0 - bcrypt-pbkdf: 1.0.2 - dashdash: 1.14.1 - ecc-jsbn: 0.1.2 - getpass: 0.1.7 - jsbn: 0.1.1 - safer-buffer: 2.1.2 - tweetnacl: 0.14.5 + /safe-buffer/5.2.1: + resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} - /ssri/6.0.2: - resolution: {integrity: sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q==} + /safe-regex/1.1.0: + resolution: {integrity: sha1-QKNmnzsHfR6UPURinhV91IAjvy4=} dependencies: - figgy-pudding: 3.5.2 + ret: 0.1.15 - /ssri/8.0.1: - resolution: {integrity: sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==} - engines: {node: '>= 8'} + /safe-regex2/2.0.0: + resolution: {integrity: sha512-PaUSFsUaNNuKwkBijoAPHAK6/eM6VirvyPWlZ7BAQy4D+hCvh4B6lIG+nPdhbFfIbP+gTGBcrdsOaUs0F+ZBOQ==} dependencies: - minipass: 3.1.3 + ret: 0.2.2 dev: false - /stack-trace/0.0.10: - resolution: {integrity: sha1-VHxws0fo0ytOEI6hoqFZ5f3eGcA=} + /safer-buffer/2.1.2: + resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} - /stack-utils/1.0.5: - resolution: {integrity: sha512-KZiTzuV3CnSnSvgMRrARVCj+Ht7rMbauGDK0LdVFRGyenwdylpajAp4Q0i6SX8rEmbTpMMf6ryq2gb8pPq2WgQ==} - engines: {node: '>=8'} + /sane/4.1.0: + resolution: {integrity: sha512-hhbzAgTIX8O7SHfp2c8/kREfEn4qO/9q8C9beyY6+tvZ87EpoZ3i1RIEvp27YBswnNbY9mWd6paKVmKbAgLfZA==} + engines: {node: 6.* || 8.* || >= 10.*} + deprecated: some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added + hasBin: true dependencies: - escape-string-regexp: 2.0.0 + '@cnakazawa/watch': 1.0.4 + anymatch: 2.0.0 + capture-exit: 2.0.0 + exec-sh: 0.3.6 + execa: 1.0.0 + fb-watchman: 2.0.1 + micromatch: 3.1.10 + minimist: 1.2.5 + walker: 1.0.7 - /static-extend/0.1.2: - resolution: {integrity: sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=} - engines: {node: '>=0.10.0'} + /sass-graph/2.2.5: + resolution: {integrity: sha512-VFWDAHOe6mRuT4mZRd4eKE+d8Uedrk6Xnh7Sh9b4NGufQLQjOrvf/MQoOdx+0s92L89FeyUUNfU597j/3uNpag==} + hasBin: true dependencies: - define-property: 0.2.5 - object-copy: 0.1.0 - - /statuses/1.2.1: - resolution: {integrity: sha1-3e1FzBglbVHtQK7BQkidXGECbSg=} - dev: false + glob: 7.0.6 + lodash: 4.17.21 + scss-tokenizer: 0.2.3 + yargs: 13.3.2 - /statuses/1.4.0: - resolution: {integrity: sha512-zhSCtt8v2NDrRlPQpCNtw/heZLtfUDqxBM1udqikb/Hbk52LK4nQSwr10u77iopCW5LsyHpuXS0GnEc48mLeew==} - engines: {node: '>= 0.6'} - dev: false + /sass-loader/10.1.1_node-sass@5.0.0+webpack@4.44.2: + resolution: {integrity: sha512-W6gVDXAd5hR/WHsPicvZdjAWHBcEJ44UahgxcIE196fW2ong0ZHMPO1kZuI5q0VlvMQZh32gpv69PLWQm70qrw==} + engines: {node: '>= 10.13.0'} + peerDependencies: + fibers: '>= 3.1.0' + node-sass: ^4.0.0 || ^5.0.0 + sass: ^1.3.0 + webpack: ^4.36.0 || ^5.0.0 + peerDependenciesMeta: + fibers: + optional: true + node-sass: + optional: true + sass: + optional: true + dependencies: + klona: 2.0.4 + loader-utils: 2.0.0 + neo-async: 2.6.2 + node-sass: 5.0.0 + schema-utils: 3.1.0 + semver: 7.3.5 + webpack: 4.44.2 + dev: true - /statuses/1.5.0: - resolution: {integrity: sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=} - engines: {node: '>= 0.6'} + /sax/1.2.4: + resolution: {integrity: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==} dev: false - /stdout-stream/1.4.1: - resolution: {integrity: sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA==} + /saxes/3.1.11: + resolution: {integrity: sha512-Ydydq3zC+WYDJK1+gRxRapLIED9PWeSuuS41wqyoRmzvhhh9nc+QQrVMKJYzJFULazeGhzSV0QleN2wD3boh2g==} + engines: {node: '>=8'} dependencies: - readable-stream: 2.3.7 + xmlchars: 2.2.0 - /stealthy-require/1.1.1: - resolution: {integrity: sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks=} - engines: {node: '>=0.10.0'} + /scheduler/0.19.1: + resolution: {integrity: sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA==} + dependencies: + loose-envify: 1.4.0 + object-assign: 4.1.1 + dev: true - /stream-browserify/2.0.2: - resolution: {integrity: sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==} + /schema-utils/1.0.0: + resolution: {integrity: sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==} + engines: {node: '>= 4'} dependencies: - inherits: 2.0.4 - readable-stream: 2.3.7 + ajv: 6.12.6 + ajv-errors: 1.0.1_ajv@6.12.6 + ajv-keywords: 3.5.2_ajv@6.12.6 - /stream-combiner/0.2.2: - resolution: {integrity: sha1-rsjLrBd7Vrb0+kec7YwZEs7lKFg=} + /schema-utils/2.7.1: + resolution: {integrity: sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==} + engines: {node: '>= 8.9.0'} dependencies: - duplexer: 0.1.2 - through: 2.3.8 - dev: false - - /stream-consume/0.1.1: - resolution: {integrity: sha512-tNa3hzgkjEP7XbCkbRXe1jpg+ievoa0O4SCFlMOYEscGSS4JJsckGL8swUyAa/ApGU3Ae4t6Honor4HhL+tRyg==} + '@types/json-schema': 7.0.8 + ajv: 6.12.6 + ajv-keywords: 3.5.2_ajv@6.12.6 + dev: true - /stream-each/1.2.3: - resolution: {integrity: sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw==} + /schema-utils/3.1.0: + resolution: {integrity: sha512-tTEaeYkyIhEZ9uWgAjDerWov3T9MgX8dhhy2r0IGeeX4W8ngtGl1++dUve/RUqzuaASSh7shwCDJjEzthxki8w==} + engines: {node: '>= 10.13.0'} dependencies: - end-of-stream: 1.1.0 - stream-shift: 1.0.1 - - /stream-exhaust/1.0.2: - resolution: {integrity: sha512-b/qaq/GlBK5xaq1yrK9/zFcyRSTNxmcZwFLGSTG0mXgZl/4Z6GgiyYOXOvY7N3eEvFRAG1bkDRz5EPGSvPYQlw==} + '@types/json-schema': 7.0.8 + ajv: 6.12.6 + ajv-keywords: 3.5.2_ajv@6.12.6 - /stream-http/2.8.3: - resolution: {integrity: sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==} + /scss-tokenizer/0.2.3: + resolution: {integrity: sha1-jrBtualyMzOCTT9VMGQRSYR85dE=} dependencies: - builtin-status-codes: 3.0.0 - inherits: 2.0.4 - readable-stream: 2.3.7 - to-arraybuffer: 1.0.1 - xtend: 4.0.2 + js-base64: 2.6.4 + source-map: 0.4.4 - /stream-shift/1.0.1: - resolution: {integrity: sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==} + /secure-json-parse/2.4.0: + resolution: {integrity: sha512-Q5Z/97nbON5t/L/sH6mY2EacfjVGwrCcSi5D3btRO2GZ8pf1K1UN7Z9H5J57hjVU2Qzxr1xO+FmBhOvEkzCMmg==} + dev: false - /strict-uri-encode/2.0.0: - resolution: {integrity: sha1-ucczDHBChi9rFC3CdLvMWGbONUY=} - engines: {node: '>=4'} + /select-hose/2.0.0: + resolution: {integrity: sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=} dev: false - /string-argv/0.3.1: - resolution: {integrity: sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==} - engines: {node: '>=0.6.19'} + /selfsigned/1.10.11: + resolution: {integrity: sha512-aVmbPOfViZqOZPgRBT0+3u4yZFHpmnIghLMlAcb5/xhp5ZtB/RVnKhz5vl2M32CLXAqR4kha9zfhNg0Lf/sxKA==} + dependencies: + node-forge: 0.10.0 + dev: false - /string-hash/1.1.3: - resolution: {integrity: sha1-6Kr8CsGFW0Zmkp7X3RJ1311sgRs=} + /semver-store/0.3.0: + resolution: {integrity: sha512-TcZvGMMy9vodEFSse30lWinkj+JgOBvPn8wRItpQRSayhc+4ssDs335uklkfvQQJgL/WvmHLVj4Ycv2s7QCQMg==} + dev: false - /string-length/3.1.0: - resolution: {integrity: sha512-Ttp5YvkGm5v9Ijagtaz1BnN+k9ObpvS0eIBblPMp2YWL8FBmi9qblQ9fexc2k/CXFgrTIteU3jAw3payCnwSTA==} - engines: {node: '>=8'} - dependencies: - astral-regex: 1.0.0 - strip-ansi: 5.2.0 + /semver/5.7.1: + resolution: {integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==} + hasBin: true - /string-width/1.0.2: - resolution: {integrity: sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=} - engines: {node: '>=0.10.0'} + /semver/6.3.0: + resolution: {integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==} + hasBin: true + + /semver/7.3.5: + resolution: {integrity: sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==} + engines: {node: '>=10'} + hasBin: true dependencies: - code-point-at: 1.1.0 - is-fullwidth-code-point: 1.0.0 - strip-ansi: 3.0.1 + lru-cache: 6.0.0 - /string-width/3.1.0: - resolution: {integrity: sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==} - engines: {node: '>=6'} + /send/0.17.1: + resolution: {integrity: sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==} + engines: {node: '>= 0.8.0'} dependencies: - emoji-regex: 7.0.3 - is-fullwidth-code-point: 2.0.0 - strip-ansi: 5.2.0 + debug: 2.6.9 + depd: 1.1.2 + destroy: 1.0.4 + encodeurl: 1.0.2 + escape-html: 1.0.3 + etag: 1.8.1 + fresh: 0.5.2 + http-errors: 1.7.3 + mime: 1.6.0 + ms: 2.1.1 + on-finished: 2.3.0 + range-parser: 1.2.1 + statuses: 1.5.0 + dev: false - /string-width/4.2.2: - resolution: {integrity: sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==} - engines: {node: '>=8'} + /serialize-javascript/4.0.0: + resolution: {integrity: sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==} dependencies: - emoji-regex: 8.0.0 - is-fullwidth-code-point: 3.0.0 - strip-ansi: 6.0.0 + randombytes: 2.1.0 - /string.prototype.matchall/4.0.4: - resolution: {integrity: sha512-pknFIWVachNcyqRfaQSeu/FUfpvJTe4uskUSZ9Wc1RijsPuzbZ8TyYT8WCNnntCjUEqQ3vUHMAfVj2+wLAisPQ==} + /serialize-javascript/6.0.0: + resolution: {integrity: sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==} dependencies: - call-bind: 1.0.2 - define-properties: 1.1.3 - es-abstract: 1.18.0 - has-symbols: 1.0.2 - internal-slot: 1.0.3 - regexp.prototype.flags: 1.3.1 - side-channel: 1.0.4 + randombytes: 2.1.0 + dev: false - /string.prototype.trimend/1.0.4: - resolution: {integrity: sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==} + /serve-index/1.9.1: + resolution: {integrity: sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=} + engines: {node: '>= 0.8.0'} dependencies: - call-bind: 1.0.2 - define-properties: 1.1.3 + accepts: 1.3.7 + batch: 0.6.1 + debug: 2.6.9 + escape-html: 1.0.3 + http-errors: 1.6.3 + mime-types: 2.1.31 + parseurl: 1.3.3 + dev: false - /string.prototype.trimstart/1.0.4: - resolution: {integrity: sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==} + /serve-static/1.14.1: + resolution: {integrity: sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==} + engines: {node: '>= 0.8.0'} dependencies: - call-bind: 1.0.2 - define-properties: 1.1.3 + encodeurl: 1.0.2 + escape-html: 1.0.3 + parseurl: 1.3.3 + send: 0.17.1 + dev: false - /string_decoder/0.10.31: - resolution: {integrity: sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=} + /set-blocking/2.0.0: + resolution: {integrity: sha1-BF+XgtARrppoA93TgrJDkrPYkPc=} - /string_decoder/1.1.1: - resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==} - dependencies: - safe-buffer: 5.1.2 + /set-cookie-parser/2.4.8: + resolution: {integrity: sha512-edRH8mBKEWNVIVMKejNnuJxleqYE/ZSdcT8/Nem9/mmosx12pctd80s2Oy00KNZzrogMZS5mauK2/ymL1bvlvg==} + dev: false - /string_decoder/1.3.0: - resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} - dependencies: - safe-buffer: 5.2.1 + /set-immediate-shim/1.0.1: + resolution: {integrity: sha1-SysbJ+uAip+NzEgaWOXlb1mfP2E=} + engines: {node: '>=0.10.0'} + dev: false - /strip-ansi/3.0.1: - resolution: {integrity: sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=} + /set-value/2.0.1: + resolution: {integrity: sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==} engines: {node: '>=0.10.0'} dependencies: - ansi-regex: 2.1.1 + extend-shallow: 2.0.1 + is-extendable: 0.1.1 + is-plain-object: 2.0.4 + split-string: 3.1.0 - /strip-ansi/5.2.0: - resolution: {integrity: sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==} - engines: {node: '>=6'} - dependencies: - ansi-regex: 4.1.0 + /setimmediate/1.0.5: + resolution: {integrity: sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=} - /strip-ansi/6.0.0: - resolution: {integrity: sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==} - engines: {node: '>=8'} + /setprototypeof/1.1.0: + resolution: {integrity: sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==} + dev: false + + /setprototypeof/1.1.1: + resolution: {integrity: sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==} + dev: false + + /sha.js/2.4.11: + resolution: {integrity: sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==} + hasBin: true dependencies: - ansi-regex: 5.0.0 + inherits: 2.0.4 + safe-buffer: 5.2.1 - /strip-bom/2.0.0: - resolution: {integrity: sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=} + /shebang-command/1.2.0: + resolution: {integrity: sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=} engines: {node: '>=0.10.0'} dependencies: - is-utf8: 0.2.1 - - /strip-bom/3.0.0: - resolution: {integrity: sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=} - engines: {node: '>=4'} + shebang-regex: 1.0.0 - /strip-bom/4.0.0: - resolution: {integrity: sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==} + /shebang-command/2.0.0: + resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} engines: {node: '>=8'} + dependencies: + shebang-regex: 3.0.0 - /strip-eof/1.0.0: - resolution: {integrity: sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=} - engines: {node: '>=0.10.0'} - - /strip-final-newline/2.0.0: - resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==} - engines: {node: '>=6'} - - /strip-indent/1.0.1: - resolution: {integrity: sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=} + /shebang-regex/1.0.0: + resolution: {integrity: sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=} engines: {node: '>=0.10.0'} - hasBin: true - dependencies: - get-stdin: 4.0.1 - /strip-json-comments/3.1.1: - resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} + /shebang-regex/3.0.0: + resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} engines: {node: '>=8'} - /style-loader/1.2.1_webpack@4.44.2: - resolution: {integrity: sha512-ByHSTQvHLkWE9Ir5+lGbVOXhxX10fbprhLvdg96wedFZb4NDekDPxVKv5Fwmio+QcMlkkNfuK+5W1peQ5CUhZg==} - engines: {node: '>= 8.9.0'} - peerDependencies: - webpack: ^4.0.0 || ^5.0.0 - dependencies: - loader-utils: 2.0.0 - schema-utils: 2.7.1 - webpack: 4.44.2 - dev: true + /shellwords/0.1.1: + resolution: {integrity: sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==} + optional: true - /sudo/1.0.3: - resolution: {integrity: sha1-zPKGaRIPi3T4K4Rt/38clRIO/yA=} - engines: {node: '>=0.8'} + /side-channel/1.0.4: + resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==} dependencies: - inpath: 1.0.2 - pidof: 1.0.2 - read: 1.0.7 - dev: false - - /supports-color/2.0.0: - resolution: {integrity: sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=} - engines: {node: '>=0.8.0'} + call-bind: 1.0.2 + get-intrinsic: 1.1.1 + object-inspect: 1.11.0 - /supports-color/3.2.3: - resolution: {integrity: sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=} - engines: {node: '>=0.8.0'} - dependencies: - has-flag: 1.0.0 + /signal-exit/3.0.3: + resolution: {integrity: sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==} - /supports-color/5.4.0: - resolution: {integrity: sha512-zjaXglF5nnWpsq470jSv6P9DwPvgLkuapYmfDm3JWOm0vkNTVF2tI4UrN2r6jH1qM/uc/WtxYY1hYoA2dOKj5w==} - engines: {node: '>=4'} - dependencies: - has-flag: 3.0.0 + /sisteransi/1.0.5: + resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} + dev: true - /supports-color/5.5.0: - resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} - engines: {node: '>=4'} - dependencies: - has-flag: 3.0.0 + /slash/3.0.0: + resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} + engines: {node: '>=8'} - /supports-color/6.1.0: - resolution: {integrity: sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==} + /slice-ansi/2.1.0: + resolution: {integrity: sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ==} engines: {node: '>=6'} dependencies: - has-flag: 3.0.0 + ansi-styles: 3.2.1 + astral-regex: 1.0.0 + is-fullwidth-code-point: 2.0.0 - /supports-color/7.2.0: - resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} - engines: {node: '>=8'} + /snapdragon-node/2.1.1: + resolution: {integrity: sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==} + engines: {node: '>=0.10.0'} dependencies: - has-flag: 4.0.0 + define-property: 1.0.0 + isobject: 3.0.1 + snapdragon-util: 3.0.1 - /supports-hyperlinks/2.2.0: - resolution: {integrity: sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ==} - engines: {node: '>=8'} + /snapdragon-util/3.0.1: + resolution: {integrity: sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==} + engines: {node: '>=0.10.0'} dependencies: - has-flag: 4.0.0 - supports-color: 7.2.0 + kind-of: 3.2.2 - /sver-compat/1.5.0: - resolution: {integrity: sha1-PPh9/rTQe0o/FIJ7wYaz/QxkXNg=} + /snapdragon/0.8.2: + resolution: {integrity: sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==} + engines: {node: '>=0.10.0'} dependencies: - es6-iterator: 2.0.3 - es6-symbol: 3.1.3 - - /symbol-tree/3.2.4: - resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} - - /symbol/0.2.3: - resolution: {integrity: sha1-O5hzuKkB5Hxu/iFSajrDcu8ou8c=} + base: 0.11.2 + debug: 2.6.9 + define-property: 0.2.5 + extend-shallow: 2.0.1 + map-cache: 0.2.2 + source-map: 0.5.7 + source-map-resolve: 0.5.3 + use: 3.1.1 - /table/5.4.6: - resolution: {integrity: sha512-wmEc8m4fjnob4gt5riFRtTu/6+4rSe12TpAELNSqHMfF3IqnA+CH37USM6/YR3qRZv7e56kAEAtd6nKZaxe0Ug==} - engines: {node: '>=6.0.0'} + /sockjs-client/1.5.1: + resolution: {integrity: sha512-VnVAb663fosipI/m6pqRXakEOw7nvd7TUgdr3PlR/8V2I95QIdwT8L4nMxhyU8SmDBHYXU1TOElaKOmKLfYzeQ==} dependencies: - ajv: 6.12.6 - lodash: 4.17.21 - slice-ansi: 2.1.0 - string-width: 3.1.0 - - /tapable/1.1.3: - resolution: {integrity: sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==} - engines: {node: '>=6'} - - /tapable/2.2.0: - resolution: {integrity: sha512-FBk4IesMV1rBxX2tfiK8RAmogtWn53puLOQlvO8XuwlgxcYbP4mVPS9Ph4aeamSyyVjOl24aYWAuc8U5kCVwMw==} - engines: {node: '>=6'} + debug: 3.2.7 + eventsource: 1.1.0 + faye-websocket: 0.11.4 + inherits: 2.0.4 + json3: 3.3.3 + url-parse: 1.5.1 dev: false - /tar/5.0.5: - resolution: {integrity: sha512-MNIgJddrV2TkuwChwcSNds/5E9VijOiw7kAc1y5hTNJoLDSuIyid2QtLYiCYNnICebpuvjhPQZsXwUL0O3l7OQ==} - engines: {node: '>= 8'} + /sockjs/0.3.21: + resolution: {integrity: sha512-DhbPFGpxjc6Z3I+uX07Id5ZO2XwYsWOrYjaSeieES78cq+JaJvVe5q/m1uvjIQhXinhIeCFRH6JgXe+mvVMyXw==} dependencies: - chownr: 1.1.4 - fs-minipass: 2.1.0 - minipass: 3.1.3 - minizlib: 2.1.2 - mkdirp: 0.5.5 - yallist: 4.0.0 + faye-websocket: 0.11.4 + uuid: 3.4.0 + websocket-driver: 0.7.4 dev: false - /tar/6.1.0: - resolution: {integrity: sha512-DUCttfhsnLCjwoDoFcI+B2iJgYa93vBnDUATYEeRx6sntCTdN01VnqsIuTlALXla/LWooNg0yEGeB+Y8WdFxGA==} - engines: {node: '>= 10'} + /sonic-boom/1.4.1: + resolution: {integrity: sha512-LRHh/A8tpW7ru89lrlkU4AszXt1dbwSjVWguGrmlxE7tawVmDBlI1PILMkXAxJTwqhgsEeTHzj36D5CmHgQmNg==} dependencies: - chownr: 2.0.0 - fs-minipass: 2.1.0 - minipass: 3.1.3 - minizlib: 2.1.2 - mkdirp: 1.0.4 - yallist: 4.0.0 + atomic-sleep: 1.0.0 + flatstr: 1.0.12 + dev: false - /terminal-link/2.1.1: - resolution: {integrity: sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==} + /sort-keys/4.2.0: + resolution: {integrity: sha512-aUYIEU/UviqPgc8mHR6IW1EGxkAXpeRETYcrzg8cLAvUPZcpAlleSXHV2mY7G12GphSH6Gzv+4MMVSSkbdteHg==} engines: {node: '>=8'} dependencies: - ansi-escapes: 4.3.2 - supports-hyperlinks: 2.2.0 + is-plain-obj: 2.1.0 + dev: false - /ternary-stream/2.1.1: - resolution: {integrity: sha512-j6ei9hxSoyGlqTmoMjOm+QNvUKDOIY6bNl4Uh1lhBvl6yjPW2iLqxDUYyfDPZknQ4KdRziFl+ec99iT4l7g0cw==} - engines: {node: '>= 0.10.0'} - dependencies: - duplexify: 3.7.1 - fork-stream: 0.0.4 - merge-stream: 1.0.1 - through2: 2.0.5 + /source-list-map/2.0.1: + resolution: {integrity: sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==} - /terser-webpack-plugin/1.4.5_webpack@4.44.2: - resolution: {integrity: sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw==} - engines: {node: '>= 6.9.0'} + /source-map-loader/1.1.3_webpack@4.44.2: + resolution: {integrity: sha512-6YHeF+XzDOrT/ycFJNI53cgEsp/tHTMl37hi7uVyqFAlTXW109JazaQCkbc+jjoL2637qkH1amLi+JzrIpt5lA==} + engines: {node: '>= 10.13.0'} peerDependencies: - webpack: ^4.0.0 + webpack: ^4.0.0 || ^5.0.0 dependencies: - cacache: 12.0.4 - find-cache-dir: 2.1.0 - is-wsl: 1.1.0 - schema-utils: 1.0.0 - serialize-javascript: 4.0.0 + abab: 2.0.5 + iconv-lite: 0.6.3 + loader-utils: 2.0.0 + schema-utils: 3.1.0 source-map: 0.6.1 - terser: 4.7.0 webpack: 4.44.2 - webpack-sources: 1.4.3 - worker-farm: 1.7.0 + whatwg-mimetype: 2.3.0 + dev: true - /terser-webpack-plugin/5.1.1_webpack@5.35.1: - resolution: {integrity: sha512-5XNNXZiR8YO6X6KhSGXfY0QrGrCRlSwAEjIIrlRQR4W8nP69TaJUlh3bkuac6zzgspiGPfKEHcY295MMVExl5Q==} - engines: {node: '>= 10.13.0'} - peerDependencies: - webpack: ^5.1.0 + /source-map-resolve/0.5.3: + resolution: {integrity: sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==} dependencies: - jest-worker: 26.6.2 - p-limit: 3.1.0 - schema-utils: 3.0.0 - serialize-javascript: 5.0.1 - source-map: 0.6.1 - terser: 5.7.0 - webpack: 5.35.1 - dev: false + atob: 2.1.2 + decode-uri-component: 0.2.0 + resolve-url: 0.2.1 + source-map-url: 0.4.1 + urix: 0.1.0 - /terser/4.7.0: - resolution: {integrity: sha512-Lfb0RiZcjRDXCC3OSHJpEkxJ9Qeqs6mp2v4jf2MHfy8vGERmVDuvjXdd/EnP5Deme5F2yBRBymKmKHCBg2echw==} - engines: {node: '>=6.0.0'} - hasBin: true + /source-map-support/0.5.19: + resolution: {integrity: sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==} dependencies: - commander: 2.20.3 + buffer-from: 1.1.1 source-map: 0.6.1 - source-map-support: 0.5.19 - /terser/5.7.0: - resolution: {integrity: sha512-HP5/9hp2UaZt5fYkuhNBR8YyRcT8juw8+uFbAme53iN9hblvKnLUTKkmwJG6ocWpIKf8UK4DoeWG4ty0J6S6/g==} - engines: {node: '>=10'} - hasBin: true - dependencies: - commander: 2.20.3 - source-map: 0.7.3 - source-map-support: 0.5.19 - dev: false + /source-map-url/0.4.1: + resolution: {integrity: sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==} - /test-exclude/6.0.0: - resolution: {integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==} - engines: {node: '>=8'} + /source-map/0.4.4: + resolution: {integrity: sha1-66T12pwNyZneaAMti092FzZSA2s=} + engines: {node: '>=0.8.0'} dependencies: - '@istanbuljs/schema': 0.1.3 - glob: 7.1.7 - minimatch: 3.0.4 + amdefine: 1.0.1 - /text-table/0.2.0: - resolution: {integrity: sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=} + /source-map/0.5.7: + resolution: {integrity: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=} + engines: {node: '>=0.10.0'} - /textextensions/1.0.2: - resolution: {integrity: sha1-ZUhjk+4fK7A5pgy7oFsLaL2VAdI=} - dev: false + /source-map/0.6.1: + resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} + engines: {node: '>=0.10.0'} - /thenify-all/1.6.0: - resolution: {integrity: sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY=} - engines: {node: '>=0.8'} + /source-map/0.7.3: + resolution: {integrity: sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==} + engines: {node: '>= 8'} + + /spdx-correct/3.1.1: + resolution: {integrity: sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==} dependencies: - thenify: 3.3.1 - dev: false + spdx-expression-parse: 3.0.1 + spdx-license-ids: 3.0.9 - /thenify/3.3.1: - resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==} + /spdx-exceptions/2.3.0: + resolution: {integrity: sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==} + + /spdx-expression-parse/3.0.1: + resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==} dependencies: - any-promise: 1.3.0 - dev: false + spdx-exceptions: 2.3.0 + spdx-license-ids: 3.0.9 - /throat/5.0.0: - resolution: {integrity: sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==} + /spdx-license-ids/3.0.9: + resolution: {integrity: sha512-Ki212dKK4ogX+xDo4CtOZBVIwhsKBEfsEEcwmJfLQzirgc2jIWdzg40Unxz/HzEUqM1WFzVlQSMF9kZZ2HboLQ==} - /through/2.3.8: - resolution: {integrity: sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=} + /spdy-transport/3.0.0_supports-color@6.1.0: + resolution: {integrity: sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==} + dependencies: + debug: 4.3.2_supports-color@6.1.0 + detect-node: 2.1.0 + hpack.js: 2.1.6 + obuf: 1.1.2 + readable-stream: 3.6.0 + wbuf: 1.7.3 + transitivePeerDependencies: + - supports-color dev: false - /through2-filter/3.0.0: - resolution: {integrity: sha512-jaRjI2WxN3W1V8/FMZ9HKIBXixtiqs3SQSX4/YGIiP3gL6djW48VoZq9tDqeCWs3MT8YY5wb/zli8VW8snY1CA==} + /spdy/4.0.2_supports-color@6.1.0: + resolution: {integrity: sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==} + engines: {node: '>=6.0.0'} dependencies: - through2: 2.0.5 - xtend: 4.0.2 + debug: 4.3.2_supports-color@6.1.0 + handle-thing: 2.0.1 + http-deceiver: 1.2.7 + select-hose: 2.0.0 + spdy-transport: 3.0.0_supports-color@6.1.0 + transitivePeerDependencies: + - supports-color + dev: false - /through2/2.0.5: - resolution: {integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==} + /split-string/3.1.0: + resolution: {integrity: sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==} + engines: {node: '>=0.10.0'} dependencies: - readable-stream: 2.3.7 - xtend: 4.0.2 + extend-shallow: 3.0.2 - /thunky/1.1.0: - resolution: {integrity: sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==} - dev: false + /sprintf-js/1.0.3: + resolution: {integrity: sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=} - /time-stamp/1.1.0: - resolution: {integrity: sha1-dkpaEa9QVhkhsTPztE5hhofg9cM=} + /sshpk/1.16.1: + resolution: {integrity: sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==} engines: {node: '>=0.10.0'} + hasBin: true + dependencies: + asn1: 0.2.4 + assert-plus: 1.0.0 + bcrypt-pbkdf: 1.0.2 + dashdash: 1.14.1 + ecc-jsbn: 0.1.2 + getpass: 0.1.7 + jsbn: 0.1.1 + safer-buffer: 2.1.2 + tweetnacl: 0.14.5 - /timers-browserify/2.0.12: - resolution: {integrity: sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==} - engines: {node: '>=0.6.0'} + /ssri/6.0.2: + resolution: {integrity: sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q==} dependencies: - setimmediate: 1.0.5 - - /timsort/0.3.0: - resolution: {integrity: sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=} + figgy-pudding: 3.5.2 - /tiny-lr/0.2.1: - resolution: {integrity: sha1-s/26gC5dVqM8L28QeUsy5Hescp0=} + /ssri/8.0.1: + resolution: {integrity: sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==} + engines: {node: '>= 8'} dependencies: - body-parser: 1.14.2 - debug: 2.2.0 - faye-websocket: 0.10.0 - livereload-js: 2.4.0 - parseurl: 1.3.3 - qs: 5.1.0 + minipass: 3.1.3 dev: false - /tmp/0.0.33: - resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==} - engines: {node: '>=0.6.0'} + /stack-utils/1.0.5: + resolution: {integrity: sha512-KZiTzuV3CnSnSvgMRrARVCj+Ht7rMbauGDK0LdVFRGyenwdylpajAp4Q0i6SX8rEmbTpMMf6ryq2gb8pPq2WgQ==} + engines: {node: '>=8'} dependencies: - os-tmpdir: 1.0.2 - dev: false - - /tmpl/1.0.4: - resolution: {integrity: sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE=} + escape-string-regexp: 2.0.0 - /to-absolute-glob/2.0.2: - resolution: {integrity: sha1-GGX0PZ50sIItufFFt4z/fQ98hJs=} + /static-extend/0.1.2: + resolution: {integrity: sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=} engines: {node: '>=0.10.0'} dependencies: - is-absolute: 1.0.0 - is-negated-glob: 1.0.0 - - /to-arraybuffer/1.0.1: - resolution: {integrity: sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=} + define-property: 0.2.5 + object-copy: 0.1.0 - /to-fast-properties/2.0.0: - resolution: {integrity: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=} - engines: {node: '>=4'} + /statuses/1.5.0: + resolution: {integrity: sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=} + engines: {node: '>= 0.6'} + dev: false - /to-object-path/0.3.0: - resolution: {integrity: sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=} - engines: {node: '>=0.10.0'} + /stdout-stream/1.4.1: + resolution: {integrity: sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA==} dependencies: - kind-of: 3.2.2 + readable-stream: 2.3.7 - /to-regex-range/2.1.1: - resolution: {integrity: sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=} + /stealthy-require/1.1.1: + resolution: {integrity: sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks=} engines: {node: '>=0.10.0'} - dependencies: - is-number: 3.0.0 - repeat-string: 1.6.1 - /to-regex-range/5.0.1: - resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} - engines: {node: '>=8.0'} + /stream-browserify/2.0.2: + resolution: {integrity: sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==} dependencies: - is-number: 7.0.0 + inherits: 2.0.4 + readable-stream: 2.3.7 - /to-regex/3.0.2: - resolution: {integrity: sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==} - engines: {node: '>=0.10.0'} + /stream-each/1.2.3: + resolution: {integrity: sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw==} dependencies: - define-property: 2.0.2 - extend-shallow: 3.0.2 - regex-not: 1.0.2 - safe-regex: 1.1.0 + end-of-stream: 1.4.4 + stream-shift: 1.0.1 - /to-through/2.0.0: - resolution: {integrity: sha1-/JKtq6ByZHvAtn1rA2ZKoZUJOvY=} - engines: {node: '>= 0.10'} + /stream-http/2.8.3: + resolution: {integrity: sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==} dependencies: - through2: 2.0.5 + builtin-status-codes: 3.0.0 + inherits: 2.0.4 + readable-stream: 2.3.7 + to-arraybuffer: 1.0.1 + xtend: 4.0.2 - /toidentifier/1.0.0: - resolution: {integrity: sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==} - engines: {node: '>=0.6'} + /stream-shift/1.0.1: + resolution: {integrity: sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==} + + /strict-uri-encode/2.0.0: + resolution: {integrity: sha1-ucczDHBChi9rFC3CdLvMWGbONUY=} + engines: {node: '>=4'} dev: false - /tough-cookie/2.5.0: - resolution: {integrity: sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==} - engines: {node: '>=0.8'} - dependencies: - psl: 1.8.0 - punycode: 2.1.1 + /string-argv/0.3.1: + resolution: {integrity: sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==} + engines: {node: '>=0.6.19'} - /tough-cookie/3.0.1: - resolution: {integrity: sha512-yQyJ0u4pZsv9D4clxO69OEjLWYw+jbgspjTue4lTQZLfV0c5l1VmK2y1JK8E9ahdpltPOaAThPcp5nKPUgSnsg==} - engines: {node: '>=6'} - dependencies: - ip-regex: 2.1.0 - psl: 1.8.0 - punycode: 2.1.1 + /string-hash/1.1.3: + resolution: {integrity: sha1-6Kr8CsGFW0Zmkp7X3RJ1311sgRs=} - /tough-cookie/4.0.0: - resolution: {integrity: sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==} - engines: {node: '>=6'} + /string-length/3.1.0: + resolution: {integrity: sha512-Ttp5YvkGm5v9Ijagtaz1BnN+k9ObpvS0eIBblPMp2YWL8FBmi9qblQ9fexc2k/CXFgrTIteU3jAw3payCnwSTA==} + engines: {node: '>=8'} dependencies: - psl: 1.8.0 - punycode: 2.1.1 - universalify: 0.1.2 - dev: false + astral-regex: 1.0.0 + strip-ansi: 5.2.0 - /tr46/1.0.1: - resolution: {integrity: sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk=} - dependencies: - punycode: 2.1.1 + /string-similarity/4.0.4: + resolution: {integrity: sha512-/q/8Q4Bl4ZKAPjj8WerIBJWALKkaPRfrvhfF8k/B23i4nzrlRj2/go1m90In7nG/3XDSbOo0+pu6RvCTM9RGMQ==} + dev: false - /trim-newlines/1.0.0: - resolution: {integrity: sha1-WIeWa7WCpFA6QetST301ARgVphM=} + /string-width/1.0.2: + resolution: {integrity: sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=} engines: {node: '>=0.10.0'} - - /true-case-path/1.0.3: - resolution: {integrity: sha512-m6s2OdQe5wgpFMC+pAJ+q9djG82O2jcHPOI6RNg1yy9rCYR+WD6Nbpl32fDpfC56nirdRy+opFa/Vk7HYhqaew==} dependencies: - glob: 7.1.7 - - /true-case-path/2.2.1: - resolution: {integrity: sha512-0z3j8R7MCjy10kc/g+qg7Ln3alJTodw9aDuVWZa3uiWqfuBMKeAeP2ocWcxoyM3D73yz3Jt/Pu4qPr4wHSdB/Q==} - - /tryer/1.0.1: - resolution: {integrity: sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==} - dev: false + code-point-at: 1.1.0 + is-fullwidth-code-point: 1.0.0 + strip-ansi: 3.0.1 - /ts-loader/6.0.0_typescript@3.9.9: - resolution: {integrity: sha512-lszy+D41R0Te2+loZxADWS+E1+Z55A+i3dFfFie1AZHL++65JRKVDBPQgeWgRrlv5tbxdU3zOtXp8b7AFR6KEg==} - engines: {node: '>=8.6'} - peerDependencies: - typescript: '*' + /string-width/3.1.0: + resolution: {integrity: sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==} + engines: {node: '>=6'} dependencies: - chalk: 2.4.2 - enhanced-resolve: 4.5.0 - loader-utils: 1.1.0 - micromatch: 4.0.4 - semver: 6.3.0 - typescript: 3.9.9 - dev: false + emoji-regex: 7.0.3 + is-fullwidth-code-point: 2.0.0 + strip-ansi: 5.2.0 - /tslib/1.14.1: - resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} + /string-width/4.2.2: + resolution: {integrity: sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==} + engines: {node: '>=8'} + dependencies: + emoji-regex: 8.0.0 + is-fullwidth-code-point: 3.0.0 + strip-ansi: 6.0.0 - /tslib/2.2.0: - resolution: {integrity: sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==} + /string.prototype.matchall/4.0.5: + resolution: {integrity: sha512-Z5ZaXO0svs0M2xd/6By3qpeKpLKd9mO4v4q3oMEQrk8Ck4xOD5d5XeBOOjGrmVZZ/AHB1S0CgG4N5r1G9N3E2Q==} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.3 + es-abstract: 1.18.3 + get-intrinsic: 1.1.1 + has-symbols: 1.0.2 + internal-slot: 1.0.3 + regexp.prototype.flags: 1.3.1 + side-channel: 1.0.4 - /tslint-microsoft-contrib/6.2.0_5de1f8fa14d12d0f8943ae8c5c9e10ce: - resolution: {integrity: sha512-6tfi/2tHqV/3CL77pULBcK+foty11Rr0idRDxKnteTaKm6gWF9qmaCNU17HVssOuwlYNyOmd9Jsmjd+1t3a3qw==} - peerDependencies: - tslint: ^5.1.0 - typescript: ^2.1.0 || ^3.0.0 + /string.prototype.trimend/1.0.4: + resolution: {integrity: sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==} dependencies: - tslint: 5.20.1_typescript@3.3.4000 - tsutils: 2.28.0_typescript@3.3.4000 - typescript: 3.3.4000 - dev: false + call-bind: 1.0.2 + define-properties: 1.1.3 - /tslint-microsoft-contrib/6.2.0_tslint@5.20.1+typescript@2.4.2: - resolution: {integrity: sha512-6tfi/2tHqV/3CL77pULBcK+foty11Rr0idRDxKnteTaKm6gWF9qmaCNU17HVssOuwlYNyOmd9Jsmjd+1t3a3qw==} - peerDependencies: - tslint: ^5.1.0 - typescript: ^2.1.0 || ^3.0.0 + /string.prototype.trimstart/1.0.4: + resolution: {integrity: sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==} dependencies: - tslint: 5.20.1_typescript@2.4.2 - tsutils: 2.28.0_typescript@2.4.2 - typescript: 2.4.2 - dev: false + call-bind: 1.0.2 + define-properties: 1.1.3 - /tslint-microsoft-contrib/6.2.0_tslint@5.20.1+typescript@2.7.2: - resolution: {integrity: sha512-6tfi/2tHqV/3CL77pULBcK+foty11Rr0idRDxKnteTaKm6gWF9qmaCNU17HVssOuwlYNyOmd9Jsmjd+1t3a3qw==} - peerDependencies: - tslint: ^5.1.0 - typescript: ^2.1.0 || ^3.0.0 + /string_decoder/1.1.1: + resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==} dependencies: - tslint: 5.20.1_typescript@2.7.2 - tsutils: 2.28.0_typescript@2.7.2 - typescript: 2.7.2 - dev: false + safe-buffer: 5.1.2 - /tslint-microsoft-contrib/6.2.0_tslint@5.20.1+typescript@2.8.4: - resolution: {integrity: sha512-6tfi/2tHqV/3CL77pULBcK+foty11Rr0idRDxKnteTaKm6gWF9qmaCNU17HVssOuwlYNyOmd9Jsmjd+1t3a3qw==} - peerDependencies: - tslint: ^5.1.0 - typescript: ^2.1.0 || ^3.0.0 + /string_decoder/1.3.0: + resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} dependencies: - tslint: 5.20.1_typescript@2.8.4 - tsutils: 2.28.0_typescript@2.8.4 - typescript: 2.8.4 - dev: false + safe-buffer: 5.2.1 - /tslint-microsoft-contrib/6.2.0_tslint@5.20.1+typescript@2.9.2: - resolution: {integrity: sha512-6tfi/2tHqV/3CL77pULBcK+foty11Rr0idRDxKnteTaKm6gWF9qmaCNU17HVssOuwlYNyOmd9Jsmjd+1t3a3qw==} - peerDependencies: - tslint: ^5.1.0 - typescript: ^2.1.0 || ^3.0.0 + /strip-ansi/3.0.1: + resolution: {integrity: sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=} + engines: {node: '>=0.10.0'} dependencies: - tslint: 5.20.1_typescript@2.9.2 - tsutils: 2.28.0_typescript@2.9.2 - typescript: 2.9.2 - dev: false + ansi-regex: 2.1.1 - /tslint-microsoft-contrib/6.2.0_tslint@5.20.1+typescript@3.0.3: - resolution: {integrity: sha512-6tfi/2tHqV/3CL77pULBcK+foty11Rr0idRDxKnteTaKm6gWF9qmaCNU17HVssOuwlYNyOmd9Jsmjd+1t3a3qw==} - peerDependencies: - tslint: ^5.1.0 - typescript: ^2.1.0 || ^3.0.0 + /strip-ansi/5.2.0: + resolution: {integrity: sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==} + engines: {node: '>=6'} dependencies: - tslint: 5.20.1_typescript@3.0.3 - tsutils: 2.28.0_typescript@3.0.3 - typescript: 3.0.3 - dev: false + ansi-regex: 4.1.0 - /tslint-microsoft-contrib/6.2.0_tslint@5.20.1+typescript@3.1.8: - resolution: {integrity: sha512-6tfi/2tHqV/3CL77pULBcK+foty11Rr0idRDxKnteTaKm6gWF9qmaCNU17HVssOuwlYNyOmd9Jsmjd+1t3a3qw==} - peerDependencies: - tslint: ^5.1.0 - typescript: ^2.1.0 || ^3.0.0 + /strip-ansi/6.0.0: + resolution: {integrity: sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==} + engines: {node: '>=8'} dependencies: - tslint: 5.20.1_typescript@3.1.8 - tsutils: 2.28.0_typescript@3.1.8 - typescript: 3.1.8 - dev: false + ansi-regex: 5.0.0 - /tslint-microsoft-contrib/6.2.0_tslint@5.20.1+typescript@3.2.4: - resolution: {integrity: sha512-6tfi/2tHqV/3CL77pULBcK+foty11Rr0idRDxKnteTaKm6gWF9qmaCNU17HVssOuwlYNyOmd9Jsmjd+1t3a3qw==} - peerDependencies: - tslint: ^5.1.0 - typescript: ^2.1.0 || ^3.0.0 + /strip-bom/2.0.0: + resolution: {integrity: sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=} + engines: {node: '>=0.10.0'} dependencies: - tslint: 5.20.1_typescript@3.2.4 - tsutils: 2.28.0_typescript@3.2.4 - typescript: 3.2.4 - dev: false + is-utf8: 0.2.1 + + /strip-bom/4.0.0: + resolution: {integrity: sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==} + engines: {node: '>=8'} + + /strip-eof/1.0.0: + resolution: {integrity: sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=} + engines: {node: '>=0.10.0'} - /tslint-microsoft-contrib/6.2.0_tslint@5.20.1+typescript@3.4.5: - resolution: {integrity: sha512-6tfi/2tHqV/3CL77pULBcK+foty11Rr0idRDxKnteTaKm6gWF9qmaCNU17HVssOuwlYNyOmd9Jsmjd+1t3a3qw==} - peerDependencies: - tslint: ^5.1.0 - typescript: ^2.1.0 || ^3.0.0 - dependencies: - tslint: 5.20.1_typescript@3.4.5 - tsutils: 2.28.0_typescript@3.4.5 - typescript: 3.4.5 - dev: false + /strip-final-newline/2.0.0: + resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==} + engines: {node: '>=6'} - /tslint-microsoft-contrib/6.2.0_tslint@5.20.1+typescript@3.5.3: - resolution: {integrity: sha512-6tfi/2tHqV/3CL77pULBcK+foty11Rr0idRDxKnteTaKm6gWF9qmaCNU17HVssOuwlYNyOmd9Jsmjd+1t3a3qw==} - peerDependencies: - tslint: ^5.1.0 - typescript: ^2.1.0 || ^3.0.0 + /strip-indent/1.0.1: + resolution: {integrity: sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=} + engines: {node: '>=0.10.0'} + hasBin: true dependencies: - tslint: 5.20.1_typescript@3.5.3 - tsutils: 2.28.0_typescript@3.5.3 - typescript: 3.5.3 - dev: false + get-stdin: 4.0.1 - /tslint-microsoft-contrib/6.2.0_tslint@5.20.1+typescript@3.6.5: - resolution: {integrity: sha512-6tfi/2tHqV/3CL77pULBcK+foty11Rr0idRDxKnteTaKm6gWF9qmaCNU17HVssOuwlYNyOmd9Jsmjd+1t3a3qw==} - peerDependencies: - tslint: ^5.1.0 - typescript: ^2.1.0 || ^3.0.0 - dependencies: - tslint: 5.20.1_typescript@3.6.5 - tsutils: 2.28.0_typescript@3.6.5 - typescript: 3.6.5 - dev: false + /strip-json-comments/3.1.1: + resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} + engines: {node: '>=8'} - /tslint-microsoft-contrib/6.2.0_tslint@5.20.1+typescript@3.7.7: - resolution: {integrity: sha512-6tfi/2tHqV/3CL77pULBcK+foty11Rr0idRDxKnteTaKm6gWF9qmaCNU17HVssOuwlYNyOmd9Jsmjd+1t3a3qw==} + /style-loader/1.2.1_webpack@4.44.2: + resolution: {integrity: sha512-ByHSTQvHLkWE9Ir5+lGbVOXhxX10fbprhLvdg96wedFZb4NDekDPxVKv5Fwmio+QcMlkkNfuK+5W1peQ5CUhZg==} + engines: {node: '>= 8.9.0'} peerDependencies: - tslint: ^5.1.0 - typescript: ^2.1.0 || ^3.0.0 + webpack: ^4.0.0 || ^5.0.0 dependencies: - tslint: 5.20.1_typescript@3.7.7 - tsutils: 2.28.0_typescript@3.7.7 - typescript: 3.7.7 - dev: false + loader-utils: 2.0.0 + schema-utils: 2.7.1 + webpack: 4.44.2 + dev: true - /tslint-microsoft-contrib/6.2.0_tslint@5.20.1+typescript@3.8.3: - resolution: {integrity: sha512-6tfi/2tHqV/3CL77pULBcK+foty11Rr0idRDxKnteTaKm6gWF9qmaCNU17HVssOuwlYNyOmd9Jsmjd+1t3a3qw==} - peerDependencies: - tslint: ^5.1.0 - typescript: ^2.1.0 || ^3.0.0 + /sudo/1.0.3: + resolution: {integrity: sha1-zPKGaRIPi3T4K4Rt/38clRIO/yA=} + engines: {node: '>=0.8'} dependencies: - tslint: 5.20.1_typescript@3.8.3 - tsutils: 2.28.0_typescript@3.8.3 - typescript: 3.8.3 + inpath: 1.0.2 + pidof: 1.0.2 + read: 1.0.7 dev: false - /tslint-microsoft-contrib/6.2.0_tslint@5.20.1+typescript@3.9.9: - resolution: {integrity: sha512-6tfi/2tHqV/3CL77pULBcK+foty11Rr0idRDxKnteTaKm6gWF9qmaCNU17HVssOuwlYNyOmd9Jsmjd+1t3a3qw==} - peerDependencies: - tslint: ^5.1.0 - typescript: ^2.1.0 || ^3.0.0 - dependencies: - tslint: 5.20.1_typescript@3.9.9 - tsutils: 2.28.0_typescript@3.9.9 - typescript: 3.9.9 + /supports-color/2.0.0: + resolution: {integrity: sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=} + engines: {node: '>=0.8.0'} - /tslint/5.20.1_typescript@2.4.2: - resolution: {integrity: sha512-EcMxhzCFt8k+/UP5r8waCf/lzmeSyVlqxqMEDQE7rWYiQky8KpIBz1JAoYXfROHrPZ1XXd43q8yQnULOLiBRQg==} - engines: {node: '>=4.8.0'} - hasBin: true - peerDependencies: - typescript: '>=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >=3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev' + /supports-color/3.2.3: + resolution: {integrity: sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=} + engines: {node: '>=0.8.0'} dependencies: - '@babel/code-frame': 7.12.13 - builtin-modules: 1.1.1 - chalk: 2.4.2 - commander: 2.20.3 - diff: 4.0.2 - glob: 7.1.7 - js-yaml: 3.13.1 - minimatch: 3.0.4 - mkdirp: 0.5.5 - resolve: 1.17.0 - semver: 5.7.1 - tslib: 1.14.1 - tsutils: 2.29.0_typescript@2.4.2 - typescript: 2.4.2 - dev: false + has-flag: 1.0.0 - /tslint/5.20.1_typescript@2.7.2: - resolution: {integrity: sha512-EcMxhzCFt8k+/UP5r8waCf/lzmeSyVlqxqMEDQE7rWYiQky8KpIBz1JAoYXfROHrPZ1XXd43q8yQnULOLiBRQg==} - engines: {node: '>=4.8.0'} - hasBin: true - peerDependencies: - typescript: '>=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >=3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev' + /supports-color/5.5.0: + resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} + engines: {node: '>=4'} dependencies: - '@babel/code-frame': 7.12.13 - builtin-modules: 1.1.1 - chalk: 2.4.2 - commander: 2.20.3 - diff: 4.0.2 - glob: 7.1.7 - js-yaml: 3.13.1 - minimatch: 3.0.4 - mkdirp: 0.5.5 - resolve: 1.17.0 - semver: 5.7.1 - tslib: 1.14.1 - tsutils: 2.29.0_typescript@2.7.2 - typescript: 2.7.2 - dev: false + has-flag: 3.0.0 - /tslint/5.20.1_typescript@2.8.4: - resolution: {integrity: sha512-EcMxhzCFt8k+/UP5r8waCf/lzmeSyVlqxqMEDQE7rWYiQky8KpIBz1JAoYXfROHrPZ1XXd43q8yQnULOLiBRQg==} - engines: {node: '>=4.8.0'} - hasBin: true - peerDependencies: - typescript: '>=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >=3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev' + /supports-color/6.1.0: + resolution: {integrity: sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==} + engines: {node: '>=6'} dependencies: - '@babel/code-frame': 7.12.13 - builtin-modules: 1.1.1 - chalk: 2.4.2 - commander: 2.20.3 - diff: 4.0.2 - glob: 7.1.7 - js-yaml: 3.13.1 - minimatch: 3.0.4 - mkdirp: 0.5.5 - resolve: 1.17.0 - semver: 5.7.1 - tslib: 1.14.1 - tsutils: 2.29.0_typescript@2.8.4 - typescript: 2.8.4 - dev: false + has-flag: 3.0.0 - /tslint/5.20.1_typescript@2.9.2: - resolution: {integrity: sha512-EcMxhzCFt8k+/UP5r8waCf/lzmeSyVlqxqMEDQE7rWYiQky8KpIBz1JAoYXfROHrPZ1XXd43q8yQnULOLiBRQg==} - engines: {node: '>=4.8.0'} - hasBin: true - peerDependencies: - typescript: '>=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >=3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev' + /supports-color/7.2.0: + resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} + engines: {node: '>=8'} dependencies: - '@babel/code-frame': 7.12.13 - builtin-modules: 1.1.1 - chalk: 2.4.2 - commander: 2.20.3 - diff: 4.0.2 - glob: 7.1.7 - js-yaml: 3.13.1 - minimatch: 3.0.4 - mkdirp: 0.5.5 - resolve: 1.17.0 - semver: 5.7.1 - tslib: 1.14.1 - tsutils: 2.29.0_typescript@2.9.2 - typescript: 2.9.2 + has-flag: 4.0.0 - /tslint/5.20.1_typescript@3.0.3: - resolution: {integrity: sha512-EcMxhzCFt8k+/UP5r8waCf/lzmeSyVlqxqMEDQE7rWYiQky8KpIBz1JAoYXfROHrPZ1XXd43q8yQnULOLiBRQg==} - engines: {node: '>=4.8.0'} - hasBin: true - peerDependencies: - typescript: '>=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >=3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev' + /supports-color/8.1.1: + resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==} + engines: {node: '>=10'} dependencies: - '@babel/code-frame': 7.12.13 - builtin-modules: 1.1.1 - chalk: 2.4.2 - commander: 2.20.3 - diff: 4.0.2 - glob: 7.1.7 - js-yaml: 3.13.1 - minimatch: 3.0.4 - mkdirp: 0.5.5 - resolve: 1.17.0 - semver: 5.7.1 - tslib: 1.14.1 - tsutils: 2.29.0_typescript@3.0.3 - typescript: 3.0.3 + has-flag: 4.0.0 dev: false - /tslint/5.20.1_typescript@3.1.8: - resolution: {integrity: sha512-EcMxhzCFt8k+/UP5r8waCf/lzmeSyVlqxqMEDQE7rWYiQky8KpIBz1JAoYXfROHrPZ1XXd43q8yQnULOLiBRQg==} - engines: {node: '>=4.8.0'} - hasBin: true - peerDependencies: - typescript: '>=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >=3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev' + /supports-hyperlinks/2.2.0: + resolution: {integrity: sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ==} + engines: {node: '>=8'} dependencies: - '@babel/code-frame': 7.12.13 - builtin-modules: 1.1.1 - chalk: 2.4.2 - commander: 2.20.3 - diff: 4.0.2 - glob: 7.1.7 - js-yaml: 3.13.1 - minimatch: 3.0.4 - mkdirp: 0.5.5 - resolve: 1.17.0 - semver: 5.7.1 - tslib: 1.14.1 - tsutils: 2.29.0_typescript@3.1.8 - typescript: 3.1.8 - dev: false + has-flag: 4.0.0 + supports-color: 7.2.0 - /tslint/5.20.1_typescript@3.2.4: - resolution: {integrity: sha512-EcMxhzCFt8k+/UP5r8waCf/lzmeSyVlqxqMEDQE7rWYiQky8KpIBz1JAoYXfROHrPZ1XXd43q8yQnULOLiBRQg==} - engines: {node: '>=4.8.0'} - hasBin: true - peerDependencies: - typescript: '>=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >=3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev' - dependencies: - '@babel/code-frame': 7.12.13 - builtin-modules: 1.1.1 - chalk: 2.4.2 - commander: 2.20.3 - diff: 4.0.2 - glob: 7.1.7 - js-yaml: 3.13.1 - minimatch: 3.0.4 - mkdirp: 0.5.5 - resolve: 1.17.0 - semver: 5.7.1 - tslib: 1.14.1 - tsutils: 2.29.0_typescript@3.2.4 - typescript: 3.2.4 - dev: false + /symbol-tree/3.2.4: + resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} - /tslint/5.20.1_typescript@3.3.4000: - resolution: {integrity: sha512-EcMxhzCFt8k+/UP5r8waCf/lzmeSyVlqxqMEDQE7rWYiQky8KpIBz1JAoYXfROHrPZ1XXd43q8yQnULOLiBRQg==} - engines: {node: '>=4.8.0'} - hasBin: true - peerDependencies: - typescript: '>=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >=3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev' + /table/5.4.6: + resolution: {integrity: sha512-wmEc8m4fjnob4gt5riFRtTu/6+4rSe12TpAELNSqHMfF3IqnA+CH37USM6/YR3qRZv7e56kAEAtd6nKZaxe0Ug==} + engines: {node: '>=6.0.0'} dependencies: - '@babel/code-frame': 7.12.13 - builtin-modules: 1.1.1 - chalk: 2.4.2 - commander: 2.20.3 - diff: 4.0.2 - glob: 7.1.7 - js-yaml: 3.13.1 - minimatch: 3.0.4 - mkdirp: 0.5.5 - resolve: 1.17.0 - semver: 5.7.1 - tslib: 1.14.1 - tsutils: 2.29.0_typescript@3.3.4000 - typescript: 3.3.4000 + ajv: 6.12.6 + lodash: 4.17.21 + slice-ansi: 2.1.0 + string-width: 3.1.0 + + /tapable/1.1.3: + resolution: {integrity: sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==} + engines: {node: '>=6'} + + /tapable/2.2.0: + resolution: {integrity: sha512-FBk4IesMV1rBxX2tfiK8RAmogtWn53puLOQlvO8XuwlgxcYbP4mVPS9Ph4aeamSyyVjOl24aYWAuc8U5kCVwMw==} + engines: {node: '>=6'} dev: false - /tslint/5.20.1_typescript@3.4.5: - resolution: {integrity: sha512-EcMxhzCFt8k+/UP5r8waCf/lzmeSyVlqxqMEDQE7rWYiQky8KpIBz1JAoYXfROHrPZ1XXd43q8yQnULOLiBRQg==} - engines: {node: '>=4.8.0'} - hasBin: true - peerDependencies: - typescript: '>=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >=3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev' + /tar/5.0.5: + resolution: {integrity: sha512-MNIgJddrV2TkuwChwcSNds/5E9VijOiw7kAc1y5hTNJoLDSuIyid2QtLYiCYNnICebpuvjhPQZsXwUL0O3l7OQ==} + engines: {node: '>= 8'} dependencies: - '@babel/code-frame': 7.12.13 - builtin-modules: 1.1.1 - chalk: 2.4.2 - commander: 2.20.3 - diff: 4.0.2 - glob: 7.1.7 - js-yaml: 3.13.1 - minimatch: 3.0.4 + chownr: 1.1.4 + fs-minipass: 2.1.0 + minipass: 3.1.3 + minizlib: 2.1.2 mkdirp: 0.5.5 - resolve: 1.17.0 - semver: 5.7.1 - tslib: 1.14.1 - tsutils: 2.29.0_typescript@3.4.5 - typescript: 3.4.5 + yallist: 4.0.0 dev: false - /tslint/5.20.1_typescript@3.5.3: - resolution: {integrity: sha512-EcMxhzCFt8k+/UP5r8waCf/lzmeSyVlqxqMEDQE7rWYiQky8KpIBz1JAoYXfROHrPZ1XXd43q8yQnULOLiBRQg==} - engines: {node: '>=4.8.0'} - hasBin: true + /tar/6.1.0: + resolution: {integrity: sha512-DUCttfhsnLCjwoDoFcI+B2iJgYa93vBnDUATYEeRx6sntCTdN01VnqsIuTlALXla/LWooNg0yEGeB+Y8WdFxGA==} + engines: {node: '>= 10'} + dependencies: + chownr: 2.0.0 + fs-minipass: 2.1.0 + minipass: 3.1.3 + minizlib: 2.1.2 + mkdirp: 1.0.4 + yallist: 4.0.0 + + /terminal-link/2.1.1: + resolution: {integrity: sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==} + engines: {node: '>=8'} + dependencies: + ansi-escapes: 4.3.2 + supports-hyperlinks: 2.2.0 + + /terser-webpack-plugin/1.4.5_webpack@4.44.2: + resolution: {integrity: sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw==} + engines: {node: '>= 6.9.0'} peerDependencies: - typescript: '>=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >=3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev' + webpack: ^4.0.0 dependencies: - '@babel/code-frame': 7.12.13 - builtin-modules: 1.1.1 - chalk: 2.4.2 - commander: 2.20.3 - diff: 4.0.2 - glob: 7.1.7 - js-yaml: 3.13.1 - minimatch: 3.0.4 - mkdirp: 0.5.5 - resolve: 1.17.0 - semver: 5.7.1 - tslib: 1.14.1 - tsutils: 2.29.0_typescript@3.5.3 - typescript: 3.5.3 - dev: false + cacache: 12.0.4 + find-cache-dir: 2.1.0 + is-wsl: 1.1.0 + schema-utils: 1.0.0 + serialize-javascript: 4.0.0 + source-map: 0.6.1 + terser: 4.7.0 + webpack: 4.44.2 + webpack-sources: 1.4.3 + worker-farm: 1.7.0 - /tslint/5.20.1_typescript@3.6.5: - resolution: {integrity: sha512-EcMxhzCFt8k+/UP5r8waCf/lzmeSyVlqxqMEDQE7rWYiQky8KpIBz1JAoYXfROHrPZ1XXd43q8yQnULOLiBRQg==} - engines: {node: '>=4.8.0'} - hasBin: true + /terser-webpack-plugin/5.1.4_webpack@5.35.1: + resolution: {integrity: sha512-C2WkFwstHDhVEmsmlCxrXUtVklS+Ir1A7twrYzrDrQQOIMOaVAYykaoo/Aq1K0QRkMoY2hhvDQY1cm4jnIMFwA==} + engines: {node: '>= 10.13.0'} peerDependencies: - typescript: '>=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >=3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev' + webpack: ^5.1.0 dependencies: - '@babel/code-frame': 7.12.13 - builtin-modules: 1.1.1 - chalk: 2.4.2 - commander: 2.20.3 - diff: 4.0.2 - glob: 7.1.7 - js-yaml: 3.13.1 - minimatch: 3.0.4 - mkdirp: 0.5.5 - resolve: 1.17.0 - semver: 5.7.1 - tslib: 1.14.1 - tsutils: 2.29.0_typescript@3.6.5 - typescript: 3.6.5 + jest-worker: 27.0.6 + p-limit: 3.1.0 + schema-utils: 3.1.0 + serialize-javascript: 6.0.0 + source-map: 0.6.1 + terser: 5.7.1 + webpack: 5.35.1 dev: false - /tslint/5.20.1_typescript@3.7.7: - resolution: {integrity: sha512-EcMxhzCFt8k+/UP5r8waCf/lzmeSyVlqxqMEDQE7rWYiQky8KpIBz1JAoYXfROHrPZ1XXd43q8yQnULOLiBRQg==} - engines: {node: '>=4.8.0'} + /terser/4.7.0: + resolution: {integrity: sha512-Lfb0RiZcjRDXCC3OSHJpEkxJ9Qeqs6mp2v4jf2MHfy8vGERmVDuvjXdd/EnP5Deme5F2yBRBymKmKHCBg2echw==} + engines: {node: '>=6.0.0'} hasBin: true - peerDependencies: - typescript: '>=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >=3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev' dependencies: - '@babel/code-frame': 7.12.13 - builtin-modules: 1.1.1 - chalk: 2.4.2 commander: 2.20.3 - diff: 4.0.2 - glob: 7.1.7 - js-yaml: 3.13.1 - minimatch: 3.0.4 - mkdirp: 0.5.5 - resolve: 1.17.0 - semver: 5.7.1 - tslib: 1.14.1 - tsutils: 2.29.0_typescript@3.7.7 - typescript: 3.7.7 - dev: false + source-map: 0.6.1 + source-map-support: 0.5.19 - /tslint/5.20.1_typescript@3.8.3: - resolution: {integrity: sha512-EcMxhzCFt8k+/UP5r8waCf/lzmeSyVlqxqMEDQE7rWYiQky8KpIBz1JAoYXfROHrPZ1XXd43q8yQnULOLiBRQg==} - engines: {node: '>=4.8.0'} + /terser/5.7.1: + resolution: {integrity: sha512-b3e+d5JbHAe/JSjwsC3Zn55wsBIM7AsHLjKxT31kGCldgbpFePaFo+PiddtO6uwRZWRw7sPXmAN8dTW61xmnSg==} + engines: {node: '>=10'} hasBin: true - peerDependencies: - typescript: '>=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >=3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev' dependencies: - '@babel/code-frame': 7.12.13 - builtin-modules: 1.1.1 - chalk: 2.4.2 commander: 2.20.3 - diff: 4.0.2 - glob: 7.1.7 - js-yaml: 3.13.1 - minimatch: 3.0.4 - mkdirp: 0.5.5 - resolve: 1.17.0 - semver: 5.7.1 - tslib: 1.14.1 - tsutils: 2.29.0_typescript@3.8.3 - typescript: 3.8.3 + source-map: 0.7.3 + source-map-support: 0.5.19 dev: false - /tslint/5.20.1_typescript@3.9.9: - resolution: {integrity: sha512-EcMxhzCFt8k+/UP5r8waCf/lzmeSyVlqxqMEDQE7rWYiQky8KpIBz1JAoYXfROHrPZ1XXd43q8yQnULOLiBRQg==} - engines: {node: '>=4.8.0'} - hasBin: true - peerDependencies: - typescript: '>=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >=3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev' + /test-exclude/6.0.0: + resolution: {integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==} + engines: {node: '>=8'} dependencies: - '@babel/code-frame': 7.12.13 - builtin-modules: 1.1.1 - chalk: 2.4.2 - commander: 2.20.3 - diff: 4.0.2 + '@istanbuljs/schema': 0.1.3 glob: 7.1.7 - js-yaml: 3.13.1 minimatch: 3.0.4 - mkdirp: 0.5.5 - resolve: 1.17.0 - semver: 5.7.1 - tslib: 1.14.1 - tsutils: 2.29.0_typescript@3.9.9 - typescript: 3.9.9 - /tsutils/2.28.0_typescript@2.4.2: - resolution: {integrity: sha512-bh5nAtW0tuhvOJnx1GLRn5ScraRLICGyJV5wJhtRWOLsxW70Kk5tZtpK3O/hW6LDnqKS9mlUMPZj9fEMJ0gxqA==} - peerDependencies: - typescript: '>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev' - dependencies: - tslib: 1.14.1 - typescript: 2.4.2 - dev: false + /text-table/0.2.0: + resolution: {integrity: sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=} - /tsutils/2.28.0_typescript@2.7.2: - resolution: {integrity: sha512-bh5nAtW0tuhvOJnx1GLRn5ScraRLICGyJV5wJhtRWOLsxW70Kk5tZtpK3O/hW6LDnqKS9mlUMPZj9fEMJ0gxqA==} - peerDependencies: - typescript: '>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev' + /thenify-all/1.6.0: + resolution: {integrity: sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY=} + engines: {node: '>=0.8'} dependencies: - tslib: 1.14.1 - typescript: 2.7.2 + thenify: 3.3.1 dev: false - /tsutils/2.28.0_typescript@2.8.4: - resolution: {integrity: sha512-bh5nAtW0tuhvOJnx1GLRn5ScraRLICGyJV5wJhtRWOLsxW70Kk5tZtpK3O/hW6LDnqKS9mlUMPZj9fEMJ0gxqA==} - peerDependencies: - typescript: '>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev' + /thenify/3.3.1: + resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==} dependencies: - tslib: 1.14.1 - typescript: 2.8.4 + any-promise: 1.3.0 dev: false - /tsutils/2.28.0_typescript@2.9.2: - resolution: {integrity: sha512-bh5nAtW0tuhvOJnx1GLRn5ScraRLICGyJV5wJhtRWOLsxW70Kk5tZtpK3O/hW6LDnqKS9mlUMPZj9fEMJ0gxqA==} - peerDependencies: - typescript: '>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev' - dependencies: - tslib: 1.14.1 - typescript: 2.9.2 - dev: false + /throat/5.0.0: + resolution: {integrity: sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==} - /tsutils/2.28.0_typescript@3.0.3: - resolution: {integrity: sha512-bh5nAtW0tuhvOJnx1GLRn5ScraRLICGyJV5wJhtRWOLsxW70Kk5tZtpK3O/hW6LDnqKS9mlUMPZj9fEMJ0gxqA==} - peerDependencies: - typescript: '>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev' - dependencies: - tslib: 1.14.1 - typescript: 3.0.3 + /through/2.3.8: + resolution: {integrity: sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=} dev: false - /tsutils/2.28.0_typescript@3.1.8: - resolution: {integrity: sha512-bh5nAtW0tuhvOJnx1GLRn5ScraRLICGyJV5wJhtRWOLsxW70Kk5tZtpK3O/hW6LDnqKS9mlUMPZj9fEMJ0gxqA==} - peerDependencies: - typescript: '>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev' + /through2/2.0.5: + resolution: {integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==} dependencies: - tslib: 1.14.1 - typescript: 3.1.8 - dev: false + readable-stream: 2.3.7 + xtend: 4.0.2 - /tsutils/2.28.0_typescript@3.2.4: - resolution: {integrity: sha512-bh5nAtW0tuhvOJnx1GLRn5ScraRLICGyJV5wJhtRWOLsxW70Kk5tZtpK3O/hW6LDnqKS9mlUMPZj9fEMJ0gxqA==} - peerDependencies: - typescript: '>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev' - dependencies: - tslib: 1.14.1 - typescript: 3.2.4 + /thunky/1.1.0: + resolution: {integrity: sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==} dev: false - /tsutils/2.28.0_typescript@3.3.4000: - resolution: {integrity: sha512-bh5nAtW0tuhvOJnx1GLRn5ScraRLICGyJV5wJhtRWOLsxW70Kk5tZtpK3O/hW6LDnqKS9mlUMPZj9fEMJ0gxqA==} - peerDependencies: - typescript: '>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev' + /timers-browserify/2.0.12: + resolution: {integrity: sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==} + engines: {node: '>=0.6.0'} dependencies: - tslib: 1.14.1 - typescript: 3.3.4000 - dev: false + setimmediate: 1.0.5 - /tsutils/2.28.0_typescript@3.4.5: - resolution: {integrity: sha512-bh5nAtW0tuhvOJnx1GLRn5ScraRLICGyJV5wJhtRWOLsxW70Kk5tZtpK3O/hW6LDnqKS9mlUMPZj9fEMJ0gxqA==} - peerDependencies: - typescript: '>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev' - dependencies: - tslib: 1.14.1 - typescript: 3.4.5 - dev: false + /timsort/0.3.0: + resolution: {integrity: sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=} - /tsutils/2.28.0_typescript@3.5.3: - resolution: {integrity: sha512-bh5nAtW0tuhvOJnx1GLRn5ScraRLICGyJV5wJhtRWOLsxW70Kk5tZtpK3O/hW6LDnqKS9mlUMPZj9fEMJ0gxqA==} - peerDependencies: - typescript: '>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev' - dependencies: - tslib: 1.14.1 - typescript: 3.5.3 + /tiny-lru/7.0.6: + resolution: {integrity: sha512-zNYO0Kvgn5rXzWpL0y3RS09sMK67eGaQj9805jlK9G6pSadfriTczzLHFXa/xcW4mIRfmlB9HyQ/+SgL0V1uow==} + engines: {node: '>=6'} dev: false - /tsutils/2.28.0_typescript@3.6.5: - resolution: {integrity: sha512-bh5nAtW0tuhvOJnx1GLRn5ScraRLICGyJV5wJhtRWOLsxW70Kk5tZtpK3O/hW6LDnqKS9mlUMPZj9fEMJ0gxqA==} - peerDependencies: - typescript: '>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev' + /tmp/0.0.33: + resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==} + engines: {node: '>=0.6.0'} dependencies: - tslib: 1.14.1 - typescript: 3.6.5 + os-tmpdir: 1.0.2 dev: false - /tsutils/2.28.0_typescript@3.7.7: - resolution: {integrity: sha512-bh5nAtW0tuhvOJnx1GLRn5ScraRLICGyJV5wJhtRWOLsxW70Kk5tZtpK3O/hW6LDnqKS9mlUMPZj9fEMJ0gxqA==} - peerDependencies: - typescript: '>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev' - dependencies: - tslib: 1.14.1 - typescript: 3.7.7 - dev: false + /tmpl/1.0.4: + resolution: {integrity: sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE=} - /tsutils/2.28.0_typescript@3.8.3: - resolution: {integrity: sha512-bh5nAtW0tuhvOJnx1GLRn5ScraRLICGyJV5wJhtRWOLsxW70Kk5tZtpK3O/hW6LDnqKS9mlUMPZj9fEMJ0gxqA==} - peerDependencies: - typescript: '>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev' - dependencies: - tslib: 1.14.1 - typescript: 3.8.3 - dev: false + /to-arraybuffer/1.0.1: + resolution: {integrity: sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=} - /tsutils/2.28.0_typescript@3.9.9: - resolution: {integrity: sha512-bh5nAtW0tuhvOJnx1GLRn5ScraRLICGyJV5wJhtRWOLsxW70Kk5tZtpK3O/hW6LDnqKS9mlUMPZj9fEMJ0gxqA==} - peerDependencies: - typescript: '>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev' + /to-fast-properties/2.0.0: + resolution: {integrity: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=} + engines: {node: '>=4'} + + /to-object-path/0.3.0: + resolution: {integrity: sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=} + engines: {node: '>=0.10.0'} dependencies: - tslib: 1.14.1 - typescript: 3.9.9 + kind-of: 3.2.2 - /tsutils/2.29.0_typescript@2.4.2: - resolution: {integrity: sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA==} - peerDependencies: - typescript: '>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev' + /to-regex-range/2.1.1: + resolution: {integrity: sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=} + engines: {node: '>=0.10.0'} dependencies: - tslib: 1.14.1 - typescript: 2.4.2 - dev: false + is-number: 3.0.0 + repeat-string: 1.6.1 - /tsutils/2.29.0_typescript@2.7.2: - resolution: {integrity: sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA==} - peerDependencies: - typescript: '>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev' + /to-regex-range/5.0.1: + resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} + engines: {node: '>=8.0'} dependencies: - tslib: 1.14.1 - typescript: 2.7.2 - dev: false + is-number: 7.0.0 - /tsutils/2.29.0_typescript@2.8.4: - resolution: {integrity: sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA==} - peerDependencies: - typescript: '>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev' + /to-regex/3.0.2: + resolution: {integrity: sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==} + engines: {node: '>=0.10.0'} dependencies: - tslib: 1.14.1 - typescript: 2.8.4 + define-property: 2.0.2 + extend-shallow: 3.0.2 + regex-not: 1.0.2 + safe-regex: 1.1.0 + + /toidentifier/1.0.0: + resolution: {integrity: sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==} + engines: {node: '>=0.6'} dev: false - /tsutils/2.29.0_typescript@2.9.2: - resolution: {integrity: sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA==} - peerDependencies: - typescript: '>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev' + /tough-cookie/2.5.0: + resolution: {integrity: sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==} + engines: {node: '>=0.8'} dependencies: - tslib: 1.14.1 - typescript: 2.9.2 + psl: 1.8.0 + punycode: 2.1.1 - /tsutils/2.29.0_typescript@3.0.3: - resolution: {integrity: sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA==} - peerDependencies: - typescript: '>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev' + /tough-cookie/3.0.1: + resolution: {integrity: sha512-yQyJ0u4pZsv9D4clxO69OEjLWYw+jbgspjTue4lTQZLfV0c5l1VmK2y1JK8E9ahdpltPOaAThPcp5nKPUgSnsg==} + engines: {node: '>=6'} dependencies: - tslib: 1.14.1 - typescript: 3.0.3 - dev: false + ip-regex: 2.1.0 + psl: 1.8.0 + punycode: 2.1.1 - /tsutils/2.29.0_typescript@3.1.8: - resolution: {integrity: sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA==} - peerDependencies: - typescript: '>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev' + /tough-cookie/4.0.0: + resolution: {integrity: sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==} + engines: {node: '>=6'} dependencies: - tslib: 1.14.1 - typescript: 3.1.8 + psl: 1.8.0 + punycode: 2.1.1 + universalify: 0.1.2 dev: false - /tsutils/2.29.0_typescript@3.2.4: - resolution: {integrity: sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA==} - peerDependencies: - typescript: '>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev' + /tr46/1.0.1: + resolution: {integrity: sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk=} dependencies: - tslib: 1.14.1 - typescript: 3.2.4 - dev: false + punycode: 2.1.1 - /tsutils/2.29.0_typescript@3.3.4000: - resolution: {integrity: sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA==} - peerDependencies: - typescript: '>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev' + /trim-newlines/1.0.0: + resolution: {integrity: sha1-WIeWa7WCpFA6QetST301ARgVphM=} + engines: {node: '>=0.10.0'} + + /true-case-path/1.0.3: + resolution: {integrity: sha512-m6s2OdQe5wgpFMC+pAJ+q9djG82O2jcHPOI6RNg1yy9rCYR+WD6Nbpl32fDpfC56nirdRy+opFa/Vk7HYhqaew==} dependencies: - tslib: 1.14.1 - typescript: 3.3.4000 + glob: 7.1.7 + + /true-case-path/2.2.1: + resolution: {integrity: sha512-0z3j8R7MCjy10kc/g+qg7Ln3alJTodw9aDuVWZa3uiWqfuBMKeAeP2ocWcxoyM3D73yz3Jt/Pu4qPr4wHSdB/Q==} + + /tryer/1.0.1: + resolution: {integrity: sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==} dev: false - /tsutils/2.29.0_typescript@3.4.5: - resolution: {integrity: sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA==} + /ts-loader/6.0.0_typescript@3.9.10: + resolution: {integrity: sha512-lszy+D41R0Te2+loZxADWS+E1+Z55A+i3dFfFie1AZHL++65JRKVDBPQgeWgRrlv5tbxdU3zOtXp8b7AFR6KEg==} + engines: {node: '>=8.6'} peerDependencies: - typescript: '>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev' + typescript: '*' dependencies: - tslib: 1.14.1 - typescript: 3.4.5 + chalk: 2.4.2 + enhanced-resolve: 4.5.0 + loader-utils: 1.1.0 + micromatch: 4.0.4 + semver: 6.3.0 + typescript: 3.9.10 dev: false - /tsutils/2.29.0_typescript@3.5.3: - resolution: {integrity: sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA==} + /tslib/1.14.1: + resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} + + /tslib/2.3.0: + resolution: {integrity: sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==} + + /tslint-microsoft-contrib/6.2.0_tslint@5.20.1+typescript@3.9.10: + resolution: {integrity: sha512-6tfi/2tHqV/3CL77pULBcK+foty11Rr0idRDxKnteTaKm6gWF9qmaCNU17HVssOuwlYNyOmd9Jsmjd+1t3a3qw==} peerDependencies: - typescript: '>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev' + tslint: ^5.1.0 + typescript: ^2.1.0 || ^3.0.0 dependencies: - tslib: 1.14.1 - typescript: 3.5.3 - dev: false + tslint: 5.20.1_typescript@3.9.10 + tsutils: 2.28.0_typescript@3.9.10 + typescript: 3.9.10 - /tsutils/2.29.0_typescript@3.6.5: - resolution: {integrity: sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA==} + /tslint/5.20.1_typescript@3.9.10: + resolution: {integrity: sha512-EcMxhzCFt8k+/UP5r8waCf/lzmeSyVlqxqMEDQE7rWYiQky8KpIBz1JAoYXfROHrPZ1XXd43q8yQnULOLiBRQg==} + engines: {node: '>=4.8.0'} + hasBin: true peerDependencies: - typescript: '>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev' + typescript: '>=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >=3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev' dependencies: + '@babel/code-frame': 7.14.5 + builtin-modules: 1.1.1 + chalk: 2.4.2 + commander: 2.20.3 + diff: 4.0.2 + glob: 7.1.7 + js-yaml: 3.13.1 + minimatch: 3.0.4 + mkdirp: 0.5.5 + resolve: 1.17.0 + semver: 5.7.1 tslib: 1.14.1 - typescript: 3.6.5 - dev: false + tsutils: 2.29.0_typescript@3.9.10 + typescript: 3.9.10 - /tsutils/2.29.0_typescript@3.7.7: - resolution: {integrity: sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA==} + /tsutils/2.28.0_typescript@3.9.10: + resolution: {integrity: sha512-bh5nAtW0tuhvOJnx1GLRn5ScraRLICGyJV5wJhtRWOLsxW70Kk5tZtpK3O/hW6LDnqKS9mlUMPZj9fEMJ0gxqA==} peerDependencies: typescript: '>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev' dependencies: tslib: 1.14.1 - typescript: 3.7.7 - dev: false + typescript: 3.9.10 - /tsutils/2.29.0_typescript@3.8.3: + /tsutils/2.29.0_typescript@3.9.10: resolution: {integrity: sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA==} peerDependencies: typescript: '>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev' dependencies: tslib: 1.14.1 - typescript: 3.8.3 - dev: false + typescript: 3.9.10 - /tsutils/2.29.0_typescript@3.9.9: - resolution: {integrity: sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA==} + /tsutils/3.21.0_typescript@3.9.10: + resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} + engines: {node: '>= 6'} peerDependencies: - typescript: '>=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev' + typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 3.9.9 + typescript: 3.9.10 - /tsutils/3.21.0_typescript@3.9.9: + /tsutils/3.21.0_typescript@4.3.5: resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 3.9.9 + typescript: 4.3.5 /tty-browserify/0.0.0: resolution: {integrity: sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=} @@ -13608,15 +10706,9 @@ packages: engines: {node: '>= 0.6'} dependencies: media-typer: 0.3.0 - mime-types: 2.1.30 + mime-types: 2.1.31 dev: false - /type/1.2.0: - resolution: {integrity: sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==} - - /type/2.5.0: - resolution: {integrity: sha512-180WMDQaIMm3+7hGXWf12GtdniDEy7nYcyFMKJn/eZz/6tSLXrUN9V0wKSbMjej0I1WHWbpREDEKHtqPQa9NNw==} - /typedarray-to-buffer/3.1.5: resolution: {integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==} dependencies: @@ -13625,95 +10717,14 @@ packages: /typedarray/0.0.6: resolution: {integrity: sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=} - /typescript/2.4.2: - resolution: {integrity: sha1-+DlfhdRZJ2BnyYiqQYN6j4KHCEQ=} - engines: {node: '>=4.2.0'} - hasBin: true - - /typescript/2.7.2: - resolution: {integrity: sha512-p5TCYZDAO0m4G344hD+wx/LATebLWZNkkh2asWUFqSsD2OrDNhbAHuSjobrmsUmdzjJjEeZVU9g1h3O6vpstnw==} - engines: {node: '>=4.2.0'} - hasBin: true - dev: false - - /typescript/2.8.4: - resolution: {integrity: sha512-IIU5cN1mR5J3z9jjdESJbnxikTrEz3lzAw/D0Tf45jHpBp55nY31UkUvmVHoffCfKHTqJs3fCLPDxknQTTFegQ==} - engines: {node: '>=4.2.0'} - hasBin: true - dev: false - /typescript/2.9.2: resolution: {integrity: sha512-Gr4p6nFNaoufRIY4NMdpQRNmgxVIGMs4Fcu/ujdYk3nAZqk7supzBE9idmvfZIlH/Cuj//dvi+019qEue9lV0w==} engines: {node: '>=4.2.0'} hasBin: true + dev: true - /typescript/3.0.3: - resolution: {integrity: sha512-kk80vLW9iGtjMnIv11qyxLqZm20UklzuR2tL0QAnDIygIUIemcZMxlMWudl9OOt76H3ntVzcTiddQ1/pAAJMYg==} - engines: {node: '>=4.2.0'} - hasBin: true - dev: false - - /typescript/3.1.8: - resolution: {integrity: sha512-R97qglMfoKjfKD0N24o7W6bS+SwjN/eaQNIaxR8S5HdLRnt7rCk6LCmE3tve1KN8gXKgbJU51aZHRRMAQcIbMA==} - engines: {node: '>=4.2.0'} - hasBin: true - dev: false - - /typescript/3.2.4: - resolution: {integrity: sha512-0RNDbSdEokBeEAkgNbxJ+BLwSManFy9TeXz8uW+48j/xhEXv1ePME60olyzw2XzUqUBNAYFeJadIqAgNqIACwg==} - engines: {node: '>=4.2.0'} - hasBin: true - dev: false - - /typescript/3.3.4000: - resolution: {integrity: sha512-jjOcCZvpkl2+z7JFn0yBOoLQyLoIkNZAs/fYJkUG6VKy6zLPHJGfQJYFHzibB6GJaF/8QrcECtlQ5cpvRHSMEA==} - engines: {node: '>=4.2.0'} - hasBin: true - dev: false - - /typescript/3.4.5: - resolution: {integrity: sha512-YycBxUb49UUhdNMU5aJ7z5Ej2XGmaIBL0x34vZ82fn3hGvD+bgrMrVDpatgz2f7YxUMJxMkbWxJZeAvDxVe7Vw==} - engines: {node: '>=4.2.0'} - hasBin: true - dev: false - - /typescript/3.5.3: - resolution: {integrity: sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g==} - engines: {node: '>=4.2.0'} - hasBin: true - dev: false - - /typescript/3.6.5: - resolution: {integrity: sha512-BEjlc0Z06ORZKbtcxGrIvvwYs5hAnuo6TKdNFL55frVDlB+na3z5bsLhFaIxmT+dPWgBIjMo6aNnTOgHHmHgiQ==} - engines: {node: '>=4.2.0'} - hasBin: true - dev: false - - /typescript/3.7.7: - resolution: {integrity: sha512-MmQdgo/XenfZPvVLtKZOq9jQQvzaUAUpcKW8Z43x9B2fOm4S5g//tPtMweZUIP+SoBqrVPEIm+dJeQ9dfO0QdA==} - engines: {node: '>=4.2.0'} - hasBin: true - dev: false - - /typescript/3.8.3: - resolution: {integrity: sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==} - engines: {node: '>=4.2.0'} - hasBin: true - dev: false - - /typescript/3.9.9: - resolution: {integrity: sha512-kdMjTiekY+z/ubJCATUPlRDl39vXYiMV9iyeMuEuXZh2we6zz80uovNN2WlAxmmdE/Z/YQe+EbOEXB5RHEED3w==} - engines: {node: '>=4.2.0'} - hasBin: true - - /typescript/4.0.7: - resolution: {integrity: sha512-yi7M4y74SWvYbnazbn8/bmJmX4Zlej39ZOqwG/8dut/MYoSQ119GY9ZFbbGsD4PFZYWxqik/XsP3vk3+W5H3og==} - engines: {node: '>=4.2.0'} - hasBin: true - dev: false - - /typescript/4.1.5: - resolution: {integrity: sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==} + /typescript/3.9.10: + resolution: {integrity: sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==} engines: {node: '>=4.2.0'} hasBin: true @@ -13723,11 +10734,10 @@ packages: hasBin: true dev: false - /uglify-js/3.13.5: - resolution: {integrity: sha512-xtB8yEqIkn7zmOyS2zUNBsYCBRhDkvlNxMMY2smuJ/qA8NCHeQvKCF3i9Z4k8FJH4+PJvZRtMrPynfZ75+CSZw==} - engines: {node: '>=0.8.0'} + /typescript/4.3.5: + resolution: {integrity: sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==} + engines: {node: '>=4.2.0'} hasBin: true - optional: true /unbox-primitive/1.0.1: resolution: {integrity: sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==} @@ -13737,29 +10747,6 @@ packages: has-symbols: 1.0.2 which-boxed-primitive: 1.0.2 - /unc-path-regex/0.1.2: - resolution: {integrity: sha1-5z3T17DXxe2G+6xrCufYxqadUPo=} - engines: {node: '>=0.10.0'} - - /undertaker-registry/1.0.1: - resolution: {integrity: sha1-XkvaMI5KiirlhPm5pDWaSZglzFA=} - engines: {node: '>= 0.10'} - - /undertaker/1.3.0: - resolution: {integrity: sha512-/RXwi5m/Mu3H6IHQGww3GNt1PNXlbeCuclF2QYR14L/2CHPz3DFZkvB5hZ0N/QUkiXWCACML2jXViIQEQc2MLg==} - engines: {node: '>= 0.10'} - dependencies: - arr-flatten: 1.1.0 - arr-map: 2.0.2 - bach: 1.2.0 - collection-map: 1.0.0 - es6-weak-map: 2.0.3 - fast-levenshtein: 1.1.4 - last-run: 1.1.1 - object.defaults: 1.1.0 - object.reduce: 1.0.1 - undertaker-registry: 1.0.1 - /union-value/1.0.1: resolution: {integrity: sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==} engines: {node: '>=0.10.0'} @@ -13779,12 +10766,6 @@ packages: dependencies: imurmurhash: 0.1.4 - /unique-stream/2.3.1: - resolution: {integrity: sha512-2nY4TnBE70yoxHkDli7DMazpWiP7xMdCYqU2nBRO0UB+ZpEkGsSija7MvmvnZFUeC+mrgiUfcHSr3LmRFIg4+A==} - dependencies: - json-stable-stringify-without-jsonify: 1.0.1 - through2-filter: 3.0.0 - /universalify/0.1.2: resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==} engines: {node: '>= 4.0.0'} @@ -13860,6 +10841,7 @@ packages: /uuid/3.4.0: resolution: {integrity: sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==} + deprecated: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. hasBin: true /uuid/8.3.2: @@ -13875,15 +10857,9 @@ packages: engines: {node: 8.x.x || >=10.10.0} dependencies: '@types/istanbul-lib-coverage': 2.0.3 - convert-source-map: 1.7.0 + convert-source-map: 1.8.0 source-map: 0.7.3 - /v8flags/3.2.0: - resolution: {integrity: sha512-mH8etigqMfiGWdeXpaaqGfs6BndypxusHHcv2qSHyZkGEznCd/qAXCWWRzeowtL54147cktFOC4P5y+kl8d8Jg==} - engines: {node: '>= 0.10'} - dependencies: - homedir-polyfill: 1.0.3 - /validate-npm-package-license/3.0.4: resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==} dependencies: @@ -13900,10 +10876,6 @@ packages: resolution: {integrity: sha512-Yw5wW34fSv5spzTXNkokD6S6/Oq92d8q/t14TqsS3fAiA1RYnxSFSIZ+CY3n6PGGRCq5HhJTSepQvFUS2QUDxA==} engines: {node: '>= 0.10'} - /value-or-function/3.0.0: - resolution: {integrity: sha1-HCQ6ULWVwb5Up1S/7OhWO5/42BM=} - engines: {node: '>= 0.10'} - /vary/1.1.2: resolution: {integrity: sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=} engines: {node: '>= 0.8'} @@ -13917,59 +10889,6 @@ packages: core-util-is: 1.0.2 extsprintf: 1.3.0 - /vinyl-fs/3.0.3: - resolution: {integrity: sha512-vIu34EkyNyJxmP0jscNzWBSygh7VWhqun6RmqVfXePrOwi9lhvRs//dOaGOTRUQr4tx7/zd26Tk5WeSVZitgng==} - engines: {node: '>= 0.10'} - dependencies: - fs-mkdirp-stream: 1.0.0 - glob-stream: 6.1.0 - graceful-fs: 4.2.6 - is-valid-glob: 1.0.0 - lazystream: 1.0.0 - lead: 1.0.0 - object.assign: 4.1.2 - pumpify: 1.5.1 - readable-stream: 2.3.7 - remove-bom-buffer: 3.0.0 - remove-bom-stream: 1.2.0 - resolve-options: 1.1.0 - through2: 2.0.5 - to-through: 2.0.0 - value-or-function: 3.0.0 - vinyl: 2.2.1 - vinyl-sourcemap: 1.1.0 - - /vinyl-sourcemap/1.1.0: - resolution: {integrity: sha1-kqgAWTo4cDqM2xHYswCtS+Y7PhY=} - engines: {node: '>= 0.10'} - dependencies: - append-buffer: 1.0.2 - convert-source-map: 1.7.0 - graceful-fs: 4.2.6 - normalize-path: 2.1.1 - now-and-later: 2.0.1 - remove-bom-buffer: 3.0.0 - vinyl: 2.2.1 - - /vinyl/0.5.3: - resolution: {integrity: sha1-sEVbOPxeDPMNQyUTLkYZcMIJHN4=} - engines: {node: '>= 0.9'} - dependencies: - clone: 1.0.4 - clone-stats: 0.0.1 - replace-ext: 0.0.1 - - /vinyl/2.2.1: - resolution: {integrity: sha512-LII3bXRFBZLlezoG5FfZVcXflZgWP/4dCwKtxd5ky9+LOtM4CS3bIRQsmR1KMnMW07jpE8fqR2lcxPZ+8sJIcw==} - engines: {node: '>= 0.10'} - dependencies: - clone: 2.1.2 - clone-buffer: 1.0.0 - clone-stats: 1.0.0 - cloneable-readable: 1.1.3 - remove-trailing-separator: 1.1.0 - replace-ext: 1.0.1 - /vm-browserify/1.1.2: resolution: {integrity: sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==} @@ -14002,11 +10921,11 @@ packages: graceful-fs: 4.2.6 neo-async: 2.6.2 optionalDependencies: - chokidar: 3.5.1 + chokidar: 3.5.2 watchpack-chokidar2: 2.0.1 - /watchpack/2.1.1: - resolution: {integrity: sha512-Oo7LXCmc1eE1AjyuSBmtC3+Wy4HcV8PxWh2kP6fOl8yTlNS7r0K9l1ao2lrrUza7V39Y3D/BbJgY8VeSlc5JKw==} + /watchpack/2.2.0: + resolution: {integrity: sha512-up4YAn/XHgZHIxFBVCdlMiWDj6WaLKpwVeGQk2I5thdYxF/KmF0aaz6TfJZ/hfl1h/XlcDr7k1KH7ThDagpFaA==} engines: {node: '>=10.13.0'} dependencies: glob-to-regexp: 0.4.1 @@ -14039,7 +10958,7 @@ packages: lodash: 4.17.21 mkdirp: 0.5.5 opener: 1.5.2 - ws: 6.2.1 + ws: 6.2.2 dev: false /webpack-cli/3.3.12_webpack@4.44.2: @@ -14107,11 +11026,11 @@ packages: chokidar: 2.1.8 compression: 1.7.4 connect-history-api-fallback: 1.6.0 - debug: 4.3.1_supports-color@6.1.0 + debug: 4.3.2_supports-color@6.1.0 del: 4.1.1 express: 4.17.1 html-entities: 1.4.0 - http-proxy-middleware: 0.19.1_debug@4.3.1 + http-proxy-middleware: 0.19.1_debug@4.3.2 import-local: 2.0.0 internal-ip: 4.3.0 ip: 1.1.5 @@ -14135,7 +11054,7 @@ packages: webpack-cli: 3.3.12_webpack@4.44.2 webpack-dev-middleware: 3.7.3_webpack@4.44.2 webpack-log: 2.0.0 - ws: 6.2.1 + ws: 6.2.2 yargs: 13.3.2 dev: false @@ -14155,11 +11074,11 @@ packages: chokidar: 2.1.8 compression: 1.7.4 connect-history-api-fallback: 1.6.0 - debug: 4.3.1_supports-color@6.1.0 + debug: 4.3.2_supports-color@6.1.0 del: 4.1.1 express: 4.17.1 html-entities: 1.4.0 - http-proxy-middleware: 0.19.1_debug@4.3.1 + http-proxy-middleware: 0.19.1_debug@4.3.2 import-local: 2.0.0 internal-ip: 4.3.0 ip: 1.1.5 @@ -14182,7 +11101,7 @@ packages: webpack: 4.44.2 webpack-dev-middleware: 3.7.3_webpack@4.44.2 webpack-log: 2.0.0 - ws: 6.2.1 + ws: 6.2.2 yargs: 13.3.2 dev: false @@ -14202,11 +11121,11 @@ packages: chokidar: 2.1.8 compression: 1.7.4 connect-history-api-fallback: 1.6.0 - debug: 4.3.1_supports-color@6.1.0 + debug: 4.3.2_supports-color@6.1.0 del: 4.1.1 express: 4.17.1 html-entities: 1.4.0 - http-proxy-middleware: 0.19.1_debug@4.3.1 + http-proxy-middleware: 0.19.1_debug@4.3.2 import-local: 2.0.0 internal-ip: 4.3.0 ip: 1.1.5 @@ -14229,7 +11148,7 @@ packages: webpack: 5.35.1 webpack-dev-middleware: 3.7.3_webpack@5.35.1 webpack-log: 2.0.0 - ws: 6.2.1 + ws: 6.2.2 yargs: 13.3.2 dev: false @@ -14247,8 +11166,8 @@ packages: source-list-map: 2.0.1 source-map: 0.6.1 - /webpack-sources/2.2.0: - resolution: {integrity: sha512-bQsA24JLwcnWGArOKUxYKhX3Mz/nK1Xf6hxullKERyktjNMC4x8koOeaDNTA2fEJ09BdWLbM/iTW0ithREUP0w==} + /webpack-sources/2.3.0: + resolution: {integrity: sha512-WyOdtwSvOML1kbgtXbTDnEW0jkJ7hZr/bDByIwszhWd/4XX1A3XMkrbFMsuH4+/MfLlZCUzlAdg4r7jaGKEIgQ==} engines: {node: '>=10.13.0'} dependencies: source-list-map: 2.0.1 @@ -14341,12 +11260,12 @@ packages: webpack-cli: optional: true dependencies: - '@types/eslint-scope': 3.7.0 + '@types/eslint-scope': 3.7.1 '@types/estree': 0.0.47 '@webassemblyjs/ast': 1.11.0 '@webassemblyjs/wasm-edit': 1.11.0 '@webassemblyjs/wasm-parser': 1.11.0 - acorn: 8.2.4 + acorn: 8.4.1 browserslist: 4.16.6 chrome-trace-event: 1.0.3 enhanced-resolve: 5.8.2 @@ -14357,13 +11276,13 @@ packages: graceful-fs: 4.2.6 json-parse-better-errors: 1.0.2 loader-runner: 4.2.0 - mime-types: 2.1.30 + mime-types: 2.1.31 neo-async: 2.6.2 - schema-utils: 3.0.0 + schema-utils: 3.1.0 tapable: 2.2.0 - terser-webpack-plugin: 5.1.1_webpack@5.35.1 - watchpack: 2.1.1 - webpack-sources: 2.2.0 + terser-webpack-plugin: 5.1.4_webpack@5.35.1 + watchpack: 2.2.0 + webpack-sources: 2.3.0 dev: false /websocket-driver/0.7.4: @@ -14388,13 +11307,6 @@ packages: /whatwg-mimetype/2.3.0: resolution: {integrity: sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==} - /whatwg-url/6.5.0: - resolution: {integrity: sha512-rhRZRqx/TLJQWUpQ6bmrt2UV4f0HCQ463yQuONJqC6fO2VoEb1pTYddbe59SkYq87aoM5A3bdhMZiUiVws+fzQ==} - dependencies: - lodash.sortby: 4.7.0 - tr46: 1.0.1 - webidl-conversions: 4.0.2 - /whatwg-url/7.1.0: resolution: {integrity: sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==} dependencies: @@ -14411,9 +11323,6 @@ packages: is-string: 1.0.6 is-symbol: 1.0.4 - /which-module/1.0.0: - resolution: {integrity: sha1-u6Y8qGGUiZT/MHc2CJ47lgJsKk8=} - /which-module/2.0.0: resolution: {integrity: sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=} @@ -14435,34 +11344,19 @@ packages: dependencies: string-width: 1.0.2 - /window-size/0.2.0: - resolution: {integrity: sha1-tDFbtCFKPXBY6+7okuE/ok2YsHU=} - engines: {node: '>= 0.10.0'} - hasBin: true - /word-wrap/1.2.3: resolution: {integrity: sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==} engines: {node: '>=0.10.0'} - /wordwrap/0.0.3: - resolution: {integrity: sha1-o9XabNXAvAAI03I0u68b7WMFkQc=} - engines: {node: '>=0.4.0'} - /wordwrap/1.0.0: resolution: {integrity: sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=} + dev: false /worker-farm/1.7.0: resolution: {integrity: sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw==} dependencies: errno: 0.1.8 - /wrap-ansi/2.1.0: - resolution: {integrity: sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=} - engines: {node: '>=0.10.0'} - dependencies: - string-width: 1.0.2 - strip-ansi: 3.0.1 - /wrap-ansi/5.1.0: resolution: {integrity: sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==} engines: {node: '>=6'} @@ -14504,20 +11398,14 @@ packages: dependencies: mkdirp: 0.5.5 - /ws/4.1.0: - resolution: {integrity: sha512-ZGh/8kF9rrRNffkLFV4AzhvooEclrOH0xaugmqGsIfFgOE/pIz4fMc4Ef+5HSQqTEug2S9JZIWDR47duDSLfaA==} - dependencies: - async-limiter: 1.0.1 - safe-buffer: 5.1.2 - - /ws/6.2.1: - resolution: {integrity: sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==} + /ws/6.2.2: + resolution: {integrity: sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==} dependencies: async-limiter: 1.0.1 dev: false - /ws/7.4.5: - resolution: {integrity: sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==} + /ws/7.5.3: + resolution: {integrity: sha512-kQ/dHIzuLrS6Je9+uv81ueZomEwH0qVYstcAQ4/Z93K8zeko9gtAbttJWzoC5ukqXY1PpoouV3+VSOqEAFt5wg==} engines: {node: '>=8.3.0'} peerDependencies: bufferutil: ^4.0.1 @@ -14531,9 +11419,6 @@ packages: /xml-name-validator/3.0.0: resolution: {integrity: sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==} - /xml/1.0.1: - resolution: {integrity: sha1-eLpyAgApxbyHuKgaPPzXS0ovweU=} - /xml2js/0.4.23: resolution: {integrity: sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==} engines: {node: '>=4.0.0'} @@ -14560,9 +11445,6 @@ packages: resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==} engines: {node: '>=0.4'} - /y18n/3.2.2: - resolution: {integrity: sha512-uGZHXkHnhF0XeeAPgnKfPv1bgKAYyVvmNL1xlKsPYZPaIHxGti2hHqvOCQv71XMsLxu1QjergkqogUnms5D3YQ==} - /y18n/4.0.3: resolution: {integrity: sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==} @@ -14590,18 +11472,6 @@ packages: camelcase: 5.3.1 decamelize: 1.2.0 - /yargs-parser/2.4.1: - resolution: {integrity: sha1-hVaN488VD/SfpRgl8DqMiA3cxcQ=} - dependencies: - camelcase: 3.0.0 - lodash.assign: 4.2.0 - - /yargs-parser/5.0.1: - resolution: {integrity: sha512-wpav5XYiddjXxirPoCTUPbqM0PXvJ9hiBMvuJgInvo4/lAOTZzUprArw17q2O1P2+GHhbBr18/iQwjL5Z9BqfA==} - dependencies: - camelcase: 3.0.0 - object.assign: 4.1.2 - /yargs/13.3.2: resolution: {integrity: sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==} dependencies: @@ -14632,39 +11502,6 @@ packages: y18n: 4.0.3 yargs-parser: 18.1.3 - /yargs/4.6.0: - resolution: {integrity: sha1-y0BQwBWb+2u2ScD0r1UFJqhGGdw=} - dependencies: - camelcase: 2.1.1 - cliui: 3.2.0 - decamelize: 1.2.0 - lodash.assign: 4.2.0 - os-locale: 1.4.0 - pkg-conf: 1.1.3 - read-pkg-up: 1.0.1 - require-main-filename: 1.0.1 - string-width: 1.0.2 - window-size: 0.2.0 - y18n: 3.2.2 - yargs-parser: 2.4.1 - - /yargs/7.1.2: - resolution: {integrity: sha512-ZEjj/dQYQy0Zx0lgLMLR8QuaqTihnxirir7EwUHp1Axq4e3+k8jXU5K0VLbNvedv1f4EWtBonDIZm0NUr+jCcA==} - dependencies: - camelcase: 3.0.0 - cliui: 3.2.0 - decamelize: 1.2.0 - get-caller-file: 1.0.3 - os-locale: 1.4.0 - read-pkg-up: 1.0.1 - require-directory: 2.1.1 - require-main-filename: 1.0.1 - set-blocking: 2.0.0 - string-width: 1.0.2 - which-module: 1.0.0 - y18n: 3.2.2 - yargs-parser: 5.0.1 - /yocto-queue/0.1.0: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} diff --git a/common/config/rush/repo-state.json b/common/config/rush/repo-state.json index 52bad7983d6..028a61d6975 100644 --- a/common/config/rush/repo-state.json +++ b/common/config/rush/repo-state.json @@ -1,5 +1,5 @@ // DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush. { - "pnpmShrinkwrapHash": "2d17877deeaf7b34056098bff676dc4d20d5cc57", + "pnpmShrinkwrapHash": "74b5d235fc2b00836bbaf6517f6840aa205bafa5", "preferredVersionsHash": "6a96c5550f3ce50aa19e8d1141c6c5d4176953ff" } diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index 4b45670cf7d..ff7ac873b79 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -90,7 +90,7 @@ { "policyName": "rush", "definitionName": "lockStepVersion", - "version": "5.47.0", + "version": "5.48.0", "nextBump": "minor", "mainProject": "@microsoft/rush" } diff --git a/common/reviews/api/api-documenter.api.md b/common/reviews/api/api-documenter.api.md index d162bd37d5c..d7d7a641340 100644 --- a/common/reviews/api/api-documenter.api.md +++ b/common/reviews/api/api-documenter.api.md @@ -40,7 +40,7 @@ export class MarkdownDocumenterAccessor { // @internal constructor(implementation: IMarkdownDocumenterAccessorImplementation); getLinkForApiItem(apiItem: ApiItem): string | undefined; - } +} // @public export class MarkdownDocumenterFeature extends PluginFeature { @@ -85,5 +85,4 @@ export class PluginFeatureInitialization { _context: PluginFeatureContext; } - ``` diff --git a/common/reviews/api/debug-certificate-manager.api.md b/common/reviews/api/debug-certificate-manager.api.md index 32d958f345e..f0a8c86ba80 100644 --- a/common/reviews/api/debug-certificate-manager.api.md +++ b/common/reviews/api/debug-certificate-manager.api.md @@ -21,7 +21,7 @@ export class CertificateStore { get certificatePath(): string; get keyData(): string | undefined; set keyData(key: string | undefined); - } +} // @public export interface ICertificate { @@ -29,5 +29,4 @@ export interface ICertificate { pemKey: string | undefined; } - ``` diff --git a/common/reviews/api/gulp-core-build-karma.api.md b/common/reviews/api/gulp-core-build-karma.api.md deleted file mode 100644 index ce130fe8bcc..00000000000 --- a/common/reviews/api/gulp-core-build-karma.api.md +++ /dev/null @@ -1,3 +0,0 @@ -// WARNING: Unsupported export: karma -// WARNING: Unsupported export: default -// (No @packagedocumentation comment for this package) diff --git a/common/reviews/api/gulp-core-build-mocha.api.md b/common/reviews/api/gulp-core-build-mocha.api.md deleted file mode 100644 index b7800f360ec..00000000000 --- a/common/reviews/api/gulp-core-build-mocha.api.md +++ /dev/null @@ -1,30 +0,0 @@ -## API Report File for "@microsoft/gulp-core-build-mocha" - -> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). - -```ts - -import * as Gulp from 'gulp'; -import { GulpTask } from '@microsoft/gulp-core-build'; -import { IBuildConfig } from '@microsoft/gulp-core-build'; -import { IExecutable } from '@microsoft/gulp-core-build'; - -// @public (undocumented) -const _default: IExecutable; - -export default _default; - -// Warning: (ae-forgotten-export) The symbol "InstrumentTask" needs to be exported by the entry point index.d.ts -// -// @public (undocumented) -export const instrument: InstrumentTask; - -// Warning: (ae-forgotten-export) The symbol "MochaTask" needs to be exported by the entry point index.d.ts -// -// @public (undocumented) -export const mocha: MochaTask; - - -// (No @packageDocumentation comment for this package) - -``` diff --git a/common/reviews/api/gulp-core-build-sass.api.md b/common/reviews/api/gulp-core-build-sass.api.md deleted file mode 100644 index 0773c0aac14..00000000000 --- a/common/reviews/api/gulp-core-build-sass.api.md +++ /dev/null @@ -1,25 +0,0 @@ -## API Report File for "@microsoft/gulp-core-build-sass" - -> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). - -```ts - -import * as autoprefixer from 'autoprefixer'; -import * as CleanCss from 'clean-css'; -import * as Gulp from 'gulp'; -import { GulpTask } from '@microsoft/gulp-core-build'; -import { JsonObject } from '@rushstack/node-core-library'; - -// Warning: (ae-forgotten-export) The symbol "SassTask" needs to be exported by the entry point index.d.ts -// -// @public (undocumented) -const sass: SassTask; - -export default sass; - -export { sass } - - -// (No @packageDocumentation comment for this package) - -``` diff --git a/common/reviews/api/gulp-core-build-serve.api.md b/common/reviews/api/gulp-core-build-serve.api.md deleted file mode 100644 index d8b5766ffb8..00000000000 --- a/common/reviews/api/gulp-core-build-serve.api.md +++ /dev/null @@ -1,40 +0,0 @@ -## API Report File for "@microsoft/gulp-core-build-serve" - -> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). - -```ts - -import { GCBTerminalProvider } from '@microsoft/gulp-core-build'; -import * as Gulp from 'gulp'; -import { GulpTask } from '@microsoft/gulp-core-build'; -import { JsonObject } from '@rushstack/node-core-library'; -import { Terminal } from '@rushstack/node-core-library'; - -// Warning: (ae-forgotten-export) The symbol "ReloadTask" needs to be exported by the entry point index.d.ts -// -// @public (undocumented) -export const reload: ReloadTask; - -// Warning: (ae-forgotten-export) The symbol "ServeTask" needs to be exported by the entry point index.d.ts -// -// @public (undocumented) -const serve: ServeTask; - -export default serve; - -export { serve } - -// Warning: (ae-forgotten-export) The symbol "TrustCertTask" needs to be exported by the entry point index.d.ts -// -// @public (undocumented) -export const trustDevCert: TrustCertTask; - -// Warning: (ae-forgotten-export) The symbol "UntrustCertTask" needs to be exported by the entry point index.d.ts -// -// @public (undocumented) -export const untrustDevCert: UntrustCertTask; - - -// (No @packageDocumentation comment for this package) - -``` diff --git a/common/reviews/api/gulp-core-build-typescript.api.md b/common/reviews/api/gulp-core-build-typescript.api.md deleted file mode 100644 index a318bed9a5d..00000000000 --- a/common/reviews/api/gulp-core-build-typescript.api.md +++ /dev/null @@ -1,80 +0,0 @@ -## API Report File for "@microsoft/gulp-core-build-typescript" - -> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). - -```ts - -import { GCBTerminalProvider } from '@microsoft/gulp-core-build'; -import { GulpTask } from '@microsoft/gulp-core-build'; -import { IBuildConfig } from '@microsoft/gulp-core-build'; -import { JsonObject } from '@rushstack/node-core-library'; -import { Terminal } from '@rushstack/node-core-library'; - -// Warning: (ae-forgotten-export) The symbol "ApiExtractorTask" needs to be exported by the entry point index.d.ts -// -// @public (undocumented) -export const apiExtractor: ApiExtractorTask; - -// Warning: (ae-forgotten-export) The symbol "IRSCTaskConfig" needs to be exported by the entry point index.d.ts -// -// @public (undocumented) -export interface ILintCmdTaskConfig extends IRSCTaskConfig { - displayAsError?: boolean; -} - -// @public (undocumented) -export interface ITscCmdTaskConfig extends IRSCTaskConfig { - customArgs?: string[]; - removeCommentsFromJavaScript?: boolean; - staticMatch?: string[]; -} - -// @public (undocumented) -export interface ITslintCmdTaskConfig extends IRSCTaskConfig { - displayAsError?: boolean; -} - -// @public (undocumented) -export const lintCmd: LintCmdTask; - -// Warning: (ae-forgotten-export) The symbol "RSCTask" needs to be exported by the entry point index.d.ts -// -// @public (undocumented) -export class LintCmdTask extends RSCTask { - constructor(); - // (undocumented) - executeTask(): Promise; - // (undocumented) - loadSchema(): JsonObject; -} - -// @public (undocumented) -export const tscCmd: TscCmdTask; - -// @public (undocumented) -export class TscCmdTask extends RSCTask { - constructor(); - // (undocumented) - executeTask(): Promise; - // (undocumented) - loadSchema(): JsonObject; - // (undocumented) - protected _onData(data: Buffer): void; - } - -// @public (undocumented) -export const tslintCmd: TslintCmdTask; - -// @public (undocumented) -export class TslintCmdTask extends RSCTask { - constructor(); - // (undocumented) - executeTask(): Promise; - // (undocumented) - loadSchema(): JsonObject; -} - - -// (No @packageDocumentation comment for this package) - -``` diff --git a/common/reviews/api/gulp-core-build-webpack.api.md b/common/reviews/api/gulp-core-build-webpack.api.md deleted file mode 100644 index c44e66ff41a..00000000000 --- a/common/reviews/api/gulp-core-build-webpack.api.md +++ /dev/null @@ -1,50 +0,0 @@ -## API Report File for "@microsoft/gulp-core-build-webpack" - -> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). - -```ts - -import * as Gulp from 'gulp'; -import { GulpTask } from '@microsoft/gulp-core-build'; -import { IBuildConfig } from '@microsoft/gulp-core-build'; -import * as Webpack from 'webpack'; - -// @public (undocumented) -export interface IWebpackResources { - // (undocumented) - webpack: typeof Webpack; -} - -// @public (undocumented) -export interface IWebpackTaskConfig { - config?: Webpack.Configuration | Webpack.Configuration[]; - configPath: string; - printStats?: boolean; - suppressWarnings?: (string | RegExp)[]; - webpack?: typeof Webpack; -} - -// @public (undocumented) -const webpack: WebpackTask; - -export default webpack; - -export { webpack } - -// @public (undocumented) -export class WebpackTask extends GulpTask { - constructor(extendedName?: string, extendedConfig?: TExtendedConfig); - // (undocumented) - executeTask(gulp: typeof Gulp, completeCallback: (error?: string) => void): void; - // (undocumented) - isEnabled(buildConfig: IBuildConfig): boolean; - // (undocumented) - loadSchema(): any; - // (undocumented) - get resources(): IWebpackResources; - } - - -// (No @packageDocumentation comment for this package) - -``` diff --git a/common/reviews/api/gulp-core-build.api.md b/common/reviews/api/gulp-core-build.api.md deleted file mode 100644 index 4374a690b1c..00000000000 --- a/common/reviews/api/gulp-core-build.api.md +++ /dev/null @@ -1,296 +0,0 @@ -## API Report File for "@microsoft/gulp-core-build" - -> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). - -```ts - -import { ConsoleTerminalProvider } from '@rushstack/node-core-library'; -import gulp = require('gulp'); -import * as gulp_2 from 'gulp'; -import { JsonObject } from '@rushstack/node-core-library'; -import Orchestrator = require('orchestrator'); -import { TerminalProviderSeverity } from '@rushstack/node-core-library'; - -// @public -export function addSuppression(suppression: string | RegExp): void; - -// @public (undocumented) -export const clean: IExecutable; - -// @public (undocumented) -export const cleanFlag: IExecutable; - -// @public -export class CleanFlagTask extends CleanTask { - constructor(); - // (undocumented) - executeTask(gulp: typeof gulp_2, completeCallback: (error?: string | Error) => void): void; - // (undocumented) - isEnabled(buildConfig: IBuildConfig): boolean; -} - -// @public -export class CleanTask extends GulpTask { - constructor(); - executeTask(gulp: typeof gulp_2, completeCallback: (error?: string | Error) => void): void; -} - -// @public (undocumented) -export const copyStaticAssets: CopyStaticAssetsTask; - -// @public -export class CopyStaticAssetsTask extends GulpTask { - constructor(); - // (undocumented) - executeTask(gulp: typeof gulp_2, completeCallback: (error?: string) => void): NodeJS.ReadWriteStream; - // (undocumented) - loadSchema(): JsonObject; -} - -// @public -export class CopyTask extends GulpTask { - constructor(); - executeTask(gulp: typeof gulp_2, completeCallback: (error?: string | Error) => void): Promise | NodeJS.ReadWriteStream | void; - loadSchema(): JsonObject; -} - -// @public -export function coverageData(coverage: number, threshold: number, filePath: string): void; - -// @public -export function error(...args: string[]): void; - -// @public -export function fileError(taskName: string, filePath: string, line: number, column: number, errorCode: string, message: string): void; - -// @public -export function fileLog(write: (text: string) => void, taskName: string, filePath: string, line: number, column: number, errorCode: string, message: string): void; - -// @public -export function fileWarning(taskName: string, filePath: string, line: number, column: number, errorCode: string, message: string): void; - -// @public -export function functionalTestRun(name: string, result: TestResultState, duration: number): void; - -// @public (undocumented) -export class GCBTerminalProvider extends ConsoleTerminalProvider { - constructor(gcbTask: GulpTask); - // (undocumented) - write(data: string, severity: TerminalProviderSeverity): void; -} - -// @public -export class GenerateShrinkwrapTask extends GulpTask { - constructor(); - executeTask(gulp: gulp.Gulp, completeCallback: (error?: string | Error) => void): NodeJS.ReadWriteStream | void; -} - -// @public -export function getConfig(): IBuildConfig; - -// @public -export function getErrors(): string[]; - -// @public -export function getWarnings(): string[]; - -// @public -export abstract class GulpTask implements IExecutable { - constructor(name: string, initialTaskConfig?: Partial); - buildConfig: IBuildConfig; - cleanMatch: string[]; - copyFile(localSourcePath: string, localDestPath?: string): void; - enabled: boolean; - execute(config: IBuildConfig): Promise; - // Warning: (ae-forgotten-export) The symbol "GulpProxy" needs to be exported by the entry point index.d.ts - abstract executeTask(gulp: gulp.Gulp | GulpProxy, completeCallback?: (error?: string | Error) => void): Promise | NodeJS.ReadWriteStream | void; - fileError(filePath: string, line: number, column: number, errorCode: string, message: string): void; - fileExists(localPath: string): boolean; - fileWarning(filePath: string, line: number, column: number, warningCode: string, message: string): void; - getCleanMatch(buildConfig: IBuildConfig, taskConfig?: TTaskConfig): string[]; - protected _getConfigFilePath(): string; - isEnabled(buildConfig: IBuildConfig): boolean; - protected loadSchema(): JsonObject | undefined; - log(message: string): void; - logError(message: string): void; - logVerbose(message: string): void; - logWarning(message: string): void; - mergeConfig(taskConfig: Partial): void; - name: string; - onRegister(): void; - readJSONSync(localPath: string): JsonObject | undefined; - replaceConfig(taskConfig: TTaskConfig): void; - resolvePath(localPath: string): string; - get schema(): JsonObject | undefined; - setConfig(taskConfig: Partial): void; - taskConfig: TTaskConfig; -} - -// @public (undocumented) -export interface IBuildConfig { - args: { - [name: string]: string | boolean; - }; - buildErrorIconPath?: string; - buildSuccessIconPath?: string; - distFolder: string; - gulp: GulpProxy | gulp_2.Gulp; - isRedundantBuild?: boolean; - jestEnabled?: boolean; - libAMDFolder?: string; - libES6Folder?: string; - libESNextFolder?: string; - libFolder: string; - maxBuildTimeMs: number; - onTaskEnd?: (taskName: string, duration: number[], error?: any) => void; - onTaskStart?: (taskName: string) => void; - packageFolder: string; - production: boolean; - properties?: { - [key: string]: any; - }; - relogIssues?: boolean; - rootPath: string; - shouldWarningsFailBuild: boolean; - showToast?: boolean; - srcFolder: string; - tempFolder: string; - uniqueTasks?: IExecutable[]; - verbose: boolean; -} - -// @public -export interface ICopyConfig { - copyTo: { - [destPath: string]: string[]; - }; - shouldFlatten?: boolean; -} - -// @public -export interface ICopyStaticAssetsTaskConfig { - // (undocumented) - excludeExtensions?: string[]; - // (undocumented) - excludeFiles?: string[]; - // (undocumented) - includeExtensions?: string[]; - // (undocumented) - includeFiles?: string[]; -} - -// @public -export interface ICustomGulpTask { - // (undocumented) - (gulp: typeof gulp_2 | GulpProxy, buildConfig: IBuildConfig, done?: (failure?: any) => void): Promise | NodeJS.ReadWriteStream | void; -} - -// @public (undocumented) -export interface IExecutable { - execute: (config: IBuildConfig) => Promise; - getCleanMatch?: (config: IBuildConfig, taskConfig?: any) => string[]; - isEnabled?: (buildConfig: IBuildConfig) => boolean; - maxBuildTimeMs?: number; - name?: string; - onRegister?: () => void; -} - -// @alpha -export interface IJestConfig { - cache?: boolean; - collectCoverageFrom?: string[]; - coverage?: boolean; - coverageReporters?: string[]; - isEnabled?: boolean; - maxWorkers?: number; - moduleDirectories?: string[]; - modulePathIgnorePatterns?: string[]; - testMatch?: string[]; - testPathIgnorePatterns?: string[]; - writeNUnitResults?: boolean; -} - -// @public -export function initialize(gulp: typeof gulp_2): void; - -// @internal -export function _isJestEnabled(rootFolder: string): boolean; - -// Warning: (ae-incompatible-release-tags) The symbol "jest" is marked as @public, but its signature references "JestTask" which is marked as @alpha -// -// @public (undocumented) -const jest_2: JestTask; - -export { jest_2 as jest } - -// @alpha -export class JestTask extends GulpTask { - constructor(); - // (undocumented) - executeTask(gulp: typeof gulp_2, completeCallback: (error?: string | Error) => void): void; - // (undocumented) - isEnabled(buildConfig: IBuildConfig): boolean; - loadSchema(): JsonObject; -} - -// @public -export function log(...args: string[]): void; - -// @public -export function logSummary(value: string): void; - -// @public -export function mergeConfig(config: Partial): void; - -// @public -export function parallel(...tasks: (IExecutable[] | IExecutable)[]): IExecutable; - -// @public -export function replaceConfig(config: IBuildConfig): void; - -// @public -export function reset(): void; - -// @public -export function serial(...tasks: (IExecutable[] | IExecutable)[]): IExecutable; - -// @public -export function setConfig(config: Partial): void; - -// @public -export function subTask(taskName: string, fn: ICustomGulpTask): IExecutable; - -// @public -export function task(taskName: string, taskExecutable: IExecutable): IExecutable; - -// @public -export enum TestResultState { - // (undocumented) - Failed = 1, - // (undocumented) - FlakyFailed = 2, - // (undocumented) - Passed = 0, - // (undocumented) - Skipped = 3 -} - -// @public -export class ValidateShrinkwrapTask extends GulpTask { - constructor(); - executeTask(gulp: gulp.Gulp, completeCallback: (error: string) => void): NodeJS.ReadWriteStream | void; - } - -// @public -export function verbose(...args: string[]): void; - -// @public -export function warn(...args: string[]): void; - -// @public -export function watch(watchMatch: string | string[], taskExecutable: IExecutable): IExecutable; - - -// (No @packageDocumentation comment for this package) - -``` diff --git a/common/reviews/api/heft-config-file.api.md b/common/reviews/api/heft-config-file.api.md index fb0610c1f57..589ae3035cd 100644 --- a/common/reviews/api/heft-config-file.api.md +++ b/common/reviews/api/heft-config-file.api.md @@ -14,8 +14,8 @@ export class ConfigurationFile { static _formatPathForLogging: (path: string) => string; getObjectSourceFilePath(obj: TObject): string | undefined; getPropertyOriginalValue(options: IOriginalValueOptions): TValue | undefined; - // (undocumented) loadConfigurationFileForProjectAsync(terminal: Terminal, projectPath: string, rigConfig?: RigConfig): Promise; + readonly projectRelativeFilePath: string; tryLoadConfigurationFileForProjectAsync(terminal: Terminal, projectPath: string, rigConfig?: RigConfig): Promise; } @@ -34,6 +34,7 @@ export interface ICustomPropertyInheritance extends IPropertyInheritanc // @beta export interface IJsonPathMetadata { + customResolver?: (configurationFilePath: string, propertyName: string, propertyValue: string) => string; pathResolutionMethod?: PathResolutionMethod; } @@ -71,6 +72,7 @@ export interface IPropertyInheritance // @beta (undocumented) export enum PathResolutionMethod { + custom = 3, NodeResolve = 2, resolvePathRelativeToConfigurationFile = 0, resolvePathRelativeToProjectRoot = 1 diff --git a/common/reviews/api/heft-jest-plugin.api.md b/common/reviews/api/heft-jest-plugin.api.md new file mode 100644 index 00000000000..1fd42799ee9 --- /dev/null +++ b/common/reviews/api/heft-jest-plugin.api.md @@ -0,0 +1,13 @@ +## API Report File for "@rushstack/heft-jest-plugin" + +> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). + +```ts + +import type { IHeftPlugin } from '@rushstack/heft'; + +// @public (undocumented) +const _default: IHeftPlugin; +export default _default; + +``` diff --git a/common/reviews/api/heft-webpack4-plugin.api.md b/common/reviews/api/heft-webpack4-plugin.api.md index 604ef56e7cc..65ace0830f2 100644 --- a/common/reviews/api/heft-webpack4-plugin.api.md +++ b/common/reviews/api/heft-webpack4-plugin.api.md @@ -12,7 +12,6 @@ import * as webpack from 'webpack'; // @public (undocumented) const _default: IHeftPlugin; - export default _default; // @public (undocumented) @@ -35,7 +34,6 @@ export interface IWebpackConfigurationWithDevServer extends webpack.Configuratio devServer?: Configuration; } - // (No @packageDocumentation comment for this package) ``` diff --git a/common/reviews/api/heft-webpack5-plugin.api.md b/common/reviews/api/heft-webpack5-plugin.api.md index 41cb81d6517..1ded530e754 100644 --- a/common/reviews/api/heft-webpack5-plugin.api.md +++ b/common/reviews/api/heft-webpack5-plugin.api.md @@ -12,7 +12,6 @@ import * as webpack from 'webpack'; // @public (undocumented) const _default: IHeftPlugin; - export default _default; // @public (undocumented) @@ -35,7 +34,6 @@ export interface IWebpackConfigurationWithDevServer extends webpack.Configuratio devServer?: Configuration; } - // (No @packageDocumentation comment for this package) ``` diff --git a/common/reviews/api/heft.api.md b/common/reviews/api/heft.api.md index de9b5d764d6..3a85d20ec1c 100644 --- a/common/reviews/api/heft.api.md +++ b/common/reviews/api/heft.api.md @@ -14,6 +14,7 @@ import { CommandLineIntegerParameter } from '@rushstack/ts-command-line'; import { CommandLineStringParameter } from '@rushstack/ts-command-line'; import { IPackageJson } from '@rushstack/node-core-library'; import { ITerminalProvider } from '@rushstack/node-core-library'; +import { JsonSchema } from '@rushstack/node-core-library'; import { RigConfig } from '@rushstack/rig-package'; import { SyncHook } from 'tapable'; import { Terminal } from '@rushstack/node-core-library'; @@ -52,8 +53,8 @@ export class CleanStageHooks extends StageHooksBase { // @public (undocumented) export class CompileSubstageHooks extends BuildSubstageHooksBase { - // (undocumented) readonly afterCompile: AsyncParallelHook; + readonly afterRecompile: AsyncParallelHook; } // @public (undocumented) @@ -77,7 +78,7 @@ export class HeftConfiguration { get projectPackageJson(): IPackageJson; get rigConfig(): RigConfig; get terminalProvider(): ITerminalProvider; - } +} // @internal (undocumented) export class _HeftLifecycleHooks { @@ -110,6 +111,12 @@ export interface IBuildStageContext extends IStageContext { // (undocumented) apply(heftSession: HeftSession, heftConfiguration: HeftConfiguration, options?: TOptions): void; // (undocumented) + readonly optionsSchema?: JsonSchema; + // (undocumented) readonly pluginName: string; } @@ -290,6 +299,20 @@ export interface IPostBuildSubstage extends IBuildSubstage { } +// @beta +export interface IRunScriptOptions { + // (undocumented) + debugMode: boolean; + // (undocumented) + heftConfiguration: HeftConfiguration; + // (undocumented) + properties: TStageProperties; + // (undocumented) + scopedLogger: ScopedLogger; + // (undocumented) + scriptOptions: Record; +} + // @public (undocumented) export interface IScopedLogger { emitError(error: Error): void; @@ -321,6 +344,8 @@ export interface ITestStageProperties { // (undocumented) maxWorkers: string | undefined; // (undocumented) + passWithNoTests: boolean | undefined; + // (undocumented) silent: boolean | undefined; // (undocumented) testNamePattern: string | undefined; @@ -342,7 +367,7 @@ export class _MetricsCollector { readonly hooks: MetricsCollectorHooks; record(command: string, performanceData?: Partial<_IPerformanceData>): void; setStartTime(): void; - } +} // @public export class MetricsCollectorHooks { @@ -377,7 +402,7 @@ export class ScopedLogger implements IScopedLogger { readonly terminalProvider: ITerminalProvider; // (undocumented) get warnings(): ReadonlyArray; - } +} // @public (undocumented) export abstract class StageHooksBase { @@ -397,7 +422,6 @@ export class TestStageHooks extends StageHooksBase { readonly run: AsyncParallelHook; } - // (No @packageDocumentation comment for this package) ``` diff --git a/common/reviews/api/loader-load-themed-styles.api.md b/common/reviews/api/loader-load-themed-styles.api.md index 5125d92c88a..4d2c7c3bd02 100644 --- a/common/reviews/api/loader-load-themed-styles.api.md +++ b/common/reviews/api/loader-load-themed-styles.api.md @@ -4,7 +4,6 @@ ```ts - // (No @packageDocumentation comment for this package) ``` diff --git a/common/reviews/api/localization-plugin.api.md b/common/reviews/api/localization-plugin.api.md index d10f11b1c4a..a6f68f002c5 100644 --- a/common/reviews/api/localization-plugin.api.md +++ b/common/reviews/api/localization-plugin.api.md @@ -204,7 +204,7 @@ export class LocalizationPlugin implements Webpack.Plugin { getDataForSerialNumber(serialNumber: string): IStringSerialNumberData | undefined; // @internal (undocumented) stringKeys: Map; - } +} // @internal (undocumented) export class _LocFileParser { @@ -217,7 +217,6 @@ export class TypingsGenerator extends StringValuesTypingsGenerator { constructor(options: ITypingsGeneratorOptions); } - // (No @packageDocumentation comment for this package) ``` diff --git a/common/reviews/api/module-minifier-plugin.api.md b/common/reviews/api/module-minifier-plugin.api.md index 2b7d310d5f1..ebcfdb4af23 100644 --- a/common/reviews/api/module-minifier-plugin.api.md +++ b/common/reviews/api/module-minifier-plugin.api.md @@ -167,7 +167,7 @@ export class ModuleMinifierPlugin implements webpack.Plugin { readonly hooks: IModuleMinifierPluginHooks; // (undocumented) minifier: IModuleMinifier; - } +} // @public export class NoopMinifier implements IModuleMinifier { @@ -179,7 +179,7 @@ export class PortableMinifierModuleIdsPlugin implements Plugin { constructor(minifierHooks: IModuleMinifierPluginHooks); // (undocumented) apply(compiler: Compiler): void; - } +} // @public export function rehydrateAsset(asset: IAssetInfo, moduleMap: IModuleMap, banner: string): Source; @@ -207,8 +207,7 @@ export class WorkerPoolMinifier implements IModuleMinifier { minify(request: IModuleMinificationRequest, callback: IModuleMinificationCallback): void; // (undocumented) ref(): () => Promise; - } - +} // (No @packageDocumentation comment for this package) diff --git a/common/reviews/api/node-core-library.api.md b/common/reviews/api/node-core-library.api.md index 2c7303ee3e0..890843ea3c2 100644 --- a/common/reviews/api/node-core-library.api.md +++ b/common/reviews/api/node-core-library.api.md @@ -191,7 +191,6 @@ export class FileSystem { static copyFileAsync(options: IFileSystemCopyFileOptions): Promise; static copyFiles(options: IFileSystemCopyFilesOptions): void; static copyFilesAsync(options: IFileSystemCopyFilesOptions): Promise; - static copyFileToManyAsync(options: IFileSystemCopyFileToManyOptions): Promise; static createHardLink(options: IFileSystemCreateLinkOptions): void; static createHardLinkAsync(options: IFileSystemCreateLinkOptions): Promise; static createSymbolicLinkFile(options: IFileSystemCreateLinkOptions): void; @@ -343,11 +342,6 @@ export interface IFileSystemCopyFilesOptions extends IFileSystemCopyFilesAsyncOp filter?: FileSystemCopyFilesFilter; } -// @public -export interface IFileSystemCopyFileToManyOptions extends IFileSystemCopyFileBaseOptions { - destinationPaths: string[]; -} - // @public export interface IFileSystemCreateLinkOptions { alreadyExistsBehavior?: AlreadyExistsBehavior; diff --git a/common/reviews/api/node-library-build.api.md b/common/reviews/api/node-library-build.api.md deleted file mode 100644 index 3e5437231de..00000000000 --- a/common/reviews/api/node-library-build.api.md +++ /dev/null @@ -1,32 +0,0 @@ -## API Report File for "@microsoft/node-library-build" - -> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). - -```ts - -import { CopyTask } from '@microsoft/gulp-core-build'; -import { IExecutable } from '@microsoft/gulp-core-build'; - -// @public (undocumented) -export const buildTasks: IExecutable; - -// @public (undocumented) -export const defaultTasks: IExecutable; - -// @public (undocumented) -export const postCopy: CopyTask; - -// @public (undocumented) -export const preCopy: CopyTask; - -// @public (undocumented) -export const testTasks: IExecutable; - - -export * from "@microsoft/gulp-core-build"; -export * from "@microsoft/gulp-core-build-mocha"; -export * from "@microsoft/gulp-core-build-typescript"; - -// (No @packageDocumentation comment for this package) - -``` diff --git a/common/reviews/api/package-deps-hash.api.md b/common/reviews/api/package-deps-hash.api.md index a2c351b0c00..c20fd5113bd 100644 --- a/common/reviews/api/package-deps-hash.api.md +++ b/common/reviews/api/package-deps-hash.api.md @@ -10,5 +10,4 @@ export function getGitHashForFiles(filesToHash: string[], packagePath: string, g // @public export function getPackageDeps(packagePath?: string, excludedPaths?: string[], gitPath?: string): Map; - ``` diff --git a/common/reviews/api/resolve-chunk-plugin.api.md b/common/reviews/api/resolve-chunk-plugin.api.md deleted file mode 100644 index b2c755df6f6..00000000000 --- a/common/reviews/api/resolve-chunk-plugin.api.md +++ /dev/null @@ -1,15 +0,0 @@ -## API Report File for "@microsoft/resolve-chunk-plugin" - -> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). - -```ts - -import * as Webpack from 'webpack'; - -// @public -export class ResolveChunkPlugin implements Webpack.Plugin { - apply(compiler: Webpack.Compiler): void; - } - - -``` diff --git a/common/reviews/api/rush-lib.api.md b/common/reviews/api/rush-lib.api.md index fad59779419..4c0f95031a1 100644 --- a/common/reviews/api/rush-lib.api.md +++ b/common/reviews/api/rush-lib.api.md @@ -42,7 +42,7 @@ export class ApprovedPackagesPolicy { get ignoredNpmScopes(): Set; get nonbrowserApprovedPackages(): ApprovedPackagesConfiguration; get reviewCategories(): Set; - } +} // @beta export enum BumpType { @@ -76,7 +76,7 @@ export class CommonVersionsConfiguration { get preferredVersions(): Map; save(): boolean; get xstitchPreferredVersions(): Map; - } +} // @beta (undocumented) export const enum DependencyType { @@ -96,6 +96,7 @@ export const enum DependencyType { export const enum EnvironmentVariableNames { RUSH_ABSOLUTE_SYMLINKS = "RUSH_ABSOLUTE_SYMLINKS", RUSH_ALLOW_UNSUPPORTED_NODEJS = "RUSH_ALLOW_UNSUPPORTED_NODEJS", + RUSH_ALLOW_WARNINGS_IN_SUCCESSFUL_BUILD = "RUSH_ALLOW_WARNINGS_IN_SUCCESSFUL_BUILD", RUSH_BUILD_CACHE_CREDENTIAL = "RUSH_BUILD_CACHE_CREDENTIAL", RUSH_BUILD_CACHE_ENABLED = "RUSH_BUILD_CACHE_ENABLED", RUSH_BUILD_CACHE_WRITE_ALLOWED = "RUSH_BUILD_CACHE_WRITE_ALLOWED", @@ -125,14 +126,14 @@ export class EventHooks { // @internal constructor(eventHooksJson: IEventHooksJson); get(event: Event): string[]; - } +} // @beta export class ExperimentsConfiguration { // @internal constructor(jsonFileName: string); get configuration(): Readonly; - } +} // @public export interface IConfigurationEnvironment { @@ -210,7 +211,7 @@ export class _LastInstallFlag { protected get flagName(): string; isValid(): boolean; get path(): string; - } +} // @beta export class LockStepVersionPolicy extends VersionPolicy { @@ -227,7 +228,7 @@ export class LockStepVersionPolicy extends VersionPolicy { update(newVersionString: string): boolean; validate(versionString: string, packageName: string): void; get version(): string; - } +} // @public export class NpmOptionsConfiguration extends PackageManagerOptionsConfigurationBase { @@ -246,7 +247,7 @@ export class PackageJsonDependency { setVersion(newVersion: string): void; // (undocumented) get version(): string; - } +} // @beta (undocumented) export class PackageJsonEditor { @@ -317,14 +318,14 @@ export class RepoStateFile { get pnpmShrinkwrapHash(): string | undefined; get preferredVersionsHash(): string | undefined; refreshState(rushConfiguration: RushConfiguration): boolean; - } +} // @public export class Rush { static launch(launcherVersion: string, arg: ILaunchOptions): void; static launchRushX(launcherVersion: string, options: ILaunchOptions): void; static get version(): string; - } +} // @public export class RushConfiguration { @@ -408,7 +409,7 @@ export class RushConfiguration { get versionPolicyConfigurationFilePath(): string; get yarnCacheFolder(): string; get yarnOptions(): YarnOptionsConfiguration; - } +} // @public export class RushConfigurationProject { @@ -447,14 +448,14 @@ export class RushConfigurationProject { get versionPolicy(): VersionPolicy | undefined; // @beta get versionPolicyName(): string | undefined; - } +} // @internal export class _RushGlobalFolder { constructor(); get nodeSpecificPath(): string; get path(): string; - } +} // @beta export abstract class VersionPolicy { @@ -466,6 +467,7 @@ export abstract class VersionPolicy { get definitionName(): VersionPolicyDefinitionName; abstract ensure(project: IPackageJson, force?: boolean): IPackageJson | undefined; get exemptFromRushChange(): boolean; + get includeEmailInChangeFile(): boolean; get isLockstepped(): boolean; // @internal abstract get _json(): IVersionPolicyJson; @@ -475,7 +477,7 @@ export abstract class VersionPolicy { setDependenciesBeforeCommit(packageName: string, configuration: RushConfiguration): void; setDependenciesBeforePublish(packageName: string, configuration: RushConfiguration): void; abstract validate(versionString: string, packageName: string): void; - } +} // @beta export class VersionPolicyConfiguration { @@ -486,7 +488,7 @@ export class VersionPolicyConfiguration { update(versionPolicyName: string, newVersion: string): void; validate(projectsByName: Map): void; get versionPolicies(): Map; - } +} // @beta export enum VersionPolicyDefinitionName { @@ -503,5 +505,4 @@ export class YarnOptionsConfiguration extends PackageManagerOptionsConfiguration readonly ignoreEngines: boolean; } - ``` diff --git a/common/reviews/api/rush-stack-compiler-2.4.api.md b/common/reviews/api/rush-stack-compiler-2.4.api.md deleted file mode 100644 index 6f3467c565f..00000000000 --- a/common/reviews/api/rush-stack-compiler-2.4.api.md +++ /dev/null @@ -1,126 +0,0 @@ -## API Report File for "@microsoft/rush-stack-compiler-2.4" - -> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). - -```ts - -import * as ApiExtractor from '@microsoft/api-extractor'; -import { IPackageJson } from '@rushstack/node-core-library'; -import { ITerminalProvider } from '@rushstack/node-core-library'; -import { Terminal } from '@rushstack/node-core-library'; -import * as Tslint from 'tslint'; -import * as Typescript from 'typescript'; - -export { ApiExtractor } - -// @beta -export class ApiExtractorRunner extends RushStackCompilerBase { - constructor(extractorConfig: ApiExtractor.ExtractorConfig, extractorOptions: ApiExtractor.IExtractorInvokeOptions, rootPath: string, terminalProvider: ITerminalProvider); - constructor(options: IRushStackCompilerBaseOptions, extractorConfig: ApiExtractor.ExtractorConfig, extractorOptions: ApiExtractor.IExtractorInvokeOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -// @public (undocumented) -export interface ILintRunnerConfig extends IRushStackCompilerBaseOptions { - displayAsError?: boolean; -} - -// @public (undocumented) -export interface IRushStackCompilerBaseOptions { - // (undocumented) - fileError: WriteFileIssueFunction; - // (undocumented) - fileWarning: WriteFileIssueFunction; -} - -// @public (undocumented) -export interface ITslintRunnerConfig extends ILintRunnerConfig { -} - -// @beta (undocumented) -export interface ITypescriptCompilerOptions extends IRushStackCompilerBaseOptions { - customArgs?: string[]; -} - -// @beta (undocumented) -export class LintRunner extends RushStackCompilerBase { - constructor(taskOptions: ILintRunnerConfig, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; - } - -// @beta (undocumented) -export abstract class RushStackCompilerBase { - constructor(taskOptions: TOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - protected _fileError: WriteFileIssueFunction; - // (undocumented) - protected _fileWarning: WriteFileIssueFunction; - // (undocumented) - protected _standardBuildFolders: StandardBuildFolders; - // (undocumented) - protected _taskOptions: TOptions; - // (undocumented) - protected _terminal: Terminal; -} - -// @beta (undocumented) -export class StandardBuildFolders { - constructor(projectFolderPath: string); - // (undocumented) - get distFolderPath(): string; - // (undocumented) - get libFolderPath(): string; - // (undocumented) - get projectFolderPath(): string; - // (undocumented) - get srcFolderPath(): string; - // (undocumented) - get tempFolderPath(): string; - } - -// @beta (undocumented) -export class ToolPaths { - // (undocumented) - static get apiExtractorPackageJson(): IPackageJson; - // (undocumented) - static get apiExtractorPackagePath(): string; - // (undocumented) - static get eslintPackageJson(): IPackageJson; - // (undocumented) - static get eslintPackagePath(): string; - // (undocumented) - static get tslintPackageJson(): IPackageJson; - // (undocumented) - static get tslintPackagePath(): string; - // (undocumented) - static get typescriptPackageJson(): IPackageJson; - // (undocumented) - static get typescriptPackagePath(): string; - } - -export { Tslint } - -// @beta (undocumented) -export class TslintRunner extends RushStackCompilerBase { - constructor(taskOptions: ITslintRunnerConfig, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -export { Typescript } - -// @beta (undocumented) -export class TypescriptCompiler extends RushStackCompilerBase { - constructor(rootPath: string, terminalProvider: ITerminalProvider); - constructor(taskOptions: ITypescriptCompilerOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -// @public (undocumented) -export type WriteFileIssueFunction = (filePath: string, line: number, column: number, errorCode: string, message: string) => void; - - -``` diff --git a/common/reviews/api/rush-stack-compiler-2.7.api.md b/common/reviews/api/rush-stack-compiler-2.7.api.md deleted file mode 100644 index 680deb3ea68..00000000000 --- a/common/reviews/api/rush-stack-compiler-2.7.api.md +++ /dev/null @@ -1,126 +0,0 @@ -## API Report File for "@microsoft/rush-stack-compiler-2.7" - -> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). - -```ts - -import * as ApiExtractor from '@microsoft/api-extractor'; -import { IPackageJson } from '@rushstack/node-core-library'; -import { ITerminalProvider } from '@rushstack/node-core-library'; -import { Terminal } from '@rushstack/node-core-library'; -import * as Tslint from 'tslint'; -import * as Typescript from 'typescript'; - -export { ApiExtractor } - -// @beta -export class ApiExtractorRunner extends RushStackCompilerBase { - constructor(extractorConfig: ApiExtractor.ExtractorConfig, extractorOptions: ApiExtractor.IExtractorInvokeOptions, rootPath: string, terminalProvider: ITerminalProvider); - constructor(options: IRushStackCompilerBaseOptions, extractorConfig: ApiExtractor.ExtractorConfig, extractorOptions: ApiExtractor.IExtractorInvokeOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -// @public (undocumented) -export interface ILintRunnerConfig extends IRushStackCompilerBaseOptions { - displayAsError?: boolean; -} - -// @public (undocumented) -export interface IRushStackCompilerBaseOptions { - // (undocumented) - fileError: WriteFileIssueFunction; - // (undocumented) - fileWarning: WriteFileIssueFunction; -} - -// @public (undocumented) -export interface ITslintRunnerConfig extends ILintRunnerConfig { -} - -// @beta (undocumented) -export interface ITypescriptCompilerOptions extends IRushStackCompilerBaseOptions { - customArgs?: string[]; -} - -// @beta (undocumented) -export class LintRunner extends RushStackCompilerBase { - constructor(taskOptions: ILintRunnerConfig, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; - } - -// @beta (undocumented) -export abstract class RushStackCompilerBase { - constructor(taskOptions: TOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - protected _fileError: WriteFileIssueFunction; - // (undocumented) - protected _fileWarning: WriteFileIssueFunction; - // (undocumented) - protected _standardBuildFolders: StandardBuildFolders; - // (undocumented) - protected _taskOptions: TOptions; - // (undocumented) - protected _terminal: Terminal; -} - -// @beta (undocumented) -export class StandardBuildFolders { - constructor(projectFolderPath: string); - // (undocumented) - get distFolderPath(): string; - // (undocumented) - get libFolderPath(): string; - // (undocumented) - get projectFolderPath(): string; - // (undocumented) - get srcFolderPath(): string; - // (undocumented) - get tempFolderPath(): string; - } - -// @beta (undocumented) -export class ToolPaths { - // (undocumented) - static get apiExtractorPackageJson(): IPackageJson; - // (undocumented) - static get apiExtractorPackagePath(): string; - // (undocumented) - static get eslintPackageJson(): IPackageJson; - // (undocumented) - static get eslintPackagePath(): string; - // (undocumented) - static get tslintPackageJson(): IPackageJson; - // (undocumented) - static get tslintPackagePath(): string; - // (undocumented) - static get typescriptPackageJson(): IPackageJson; - // (undocumented) - static get typescriptPackagePath(): string; - } - -export { Tslint } - -// @beta (undocumented) -export class TslintRunner extends RushStackCompilerBase { - constructor(taskOptions: ITslintRunnerConfig, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -export { Typescript } - -// @beta (undocumented) -export class TypescriptCompiler extends RushStackCompilerBase { - constructor(rootPath: string, terminalProvider: ITerminalProvider); - constructor(taskOptions: ITypescriptCompilerOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -// @public (undocumented) -export type WriteFileIssueFunction = (filePath: string, line: number, column: number, errorCode: string, message: string) => void; - - -``` diff --git a/common/reviews/api/rush-stack-compiler-2.8.api.md b/common/reviews/api/rush-stack-compiler-2.8.api.md deleted file mode 100644 index 021c145d42b..00000000000 --- a/common/reviews/api/rush-stack-compiler-2.8.api.md +++ /dev/null @@ -1,126 +0,0 @@ -## API Report File for "@microsoft/rush-stack-compiler-2.8" - -> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). - -```ts - -import * as ApiExtractor from '@microsoft/api-extractor'; -import { IPackageJson } from '@rushstack/node-core-library'; -import { ITerminalProvider } from '@rushstack/node-core-library'; -import { Terminal } from '@rushstack/node-core-library'; -import * as Tslint from 'tslint'; -import * as Typescript from 'typescript'; - -export { ApiExtractor } - -// @beta -export class ApiExtractorRunner extends RushStackCompilerBase { - constructor(extractorConfig: ApiExtractor.ExtractorConfig, extractorOptions: ApiExtractor.IExtractorInvokeOptions, rootPath: string, terminalProvider: ITerminalProvider); - constructor(options: IRushStackCompilerBaseOptions, extractorConfig: ApiExtractor.ExtractorConfig, extractorOptions: ApiExtractor.IExtractorInvokeOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -// @public (undocumented) -export interface ILintRunnerConfig extends IRushStackCompilerBaseOptions { - displayAsError?: boolean; -} - -// @public (undocumented) -export interface IRushStackCompilerBaseOptions { - // (undocumented) - fileError: WriteFileIssueFunction; - // (undocumented) - fileWarning: WriteFileIssueFunction; -} - -// @public (undocumented) -export interface ITslintRunnerConfig extends ILintRunnerConfig { -} - -// @beta (undocumented) -export interface ITypescriptCompilerOptions extends IRushStackCompilerBaseOptions { - customArgs?: string[]; -} - -// @beta (undocumented) -export class LintRunner extends RushStackCompilerBase { - constructor(taskOptions: ILintRunnerConfig, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; - } - -// @beta (undocumented) -export abstract class RushStackCompilerBase { - constructor(taskOptions: TOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - protected _fileError: WriteFileIssueFunction; - // (undocumented) - protected _fileWarning: WriteFileIssueFunction; - // (undocumented) - protected _standardBuildFolders: StandardBuildFolders; - // (undocumented) - protected _taskOptions: TOptions; - // (undocumented) - protected _terminal: Terminal; -} - -// @beta (undocumented) -export class StandardBuildFolders { - constructor(projectFolderPath: string); - // (undocumented) - get distFolderPath(): string; - // (undocumented) - get libFolderPath(): string; - // (undocumented) - get projectFolderPath(): string; - // (undocumented) - get srcFolderPath(): string; - // (undocumented) - get tempFolderPath(): string; - } - -// @beta (undocumented) -export class ToolPaths { - // (undocumented) - static get apiExtractorPackageJson(): IPackageJson; - // (undocumented) - static get apiExtractorPackagePath(): string; - // (undocumented) - static get eslintPackageJson(): IPackageJson; - // (undocumented) - static get eslintPackagePath(): string; - // (undocumented) - static get tslintPackageJson(): IPackageJson; - // (undocumented) - static get tslintPackagePath(): string; - // (undocumented) - static get typescriptPackageJson(): IPackageJson; - // (undocumented) - static get typescriptPackagePath(): string; - } - -export { Tslint } - -// @beta (undocumented) -export class TslintRunner extends RushStackCompilerBase { - constructor(taskOptions: ITslintRunnerConfig, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -export { Typescript } - -// @beta (undocumented) -export class TypescriptCompiler extends RushStackCompilerBase { - constructor(rootPath: string, terminalProvider: ITerminalProvider); - constructor(taskOptions: ITypescriptCompilerOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -// @public (undocumented) -export type WriteFileIssueFunction = (filePath: string, line: number, column: number, errorCode: string, message: string) => void; - - -``` diff --git a/common/reviews/api/rush-stack-compiler-2.9.api.md b/common/reviews/api/rush-stack-compiler-2.9.api.md deleted file mode 100644 index d153f1149d1..00000000000 --- a/common/reviews/api/rush-stack-compiler-2.9.api.md +++ /dev/null @@ -1,126 +0,0 @@ -## API Report File for "@microsoft/rush-stack-compiler-2.9" - -> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). - -```ts - -import * as ApiExtractor from '@microsoft/api-extractor'; -import { IPackageJson } from '@rushstack/node-core-library'; -import { ITerminalProvider } from '@rushstack/node-core-library'; -import { Terminal } from '@rushstack/node-core-library'; -import * as Tslint from 'tslint'; -import * as Typescript from 'typescript'; - -export { ApiExtractor } - -// @beta -export class ApiExtractorRunner extends RushStackCompilerBase { - constructor(extractorConfig: ApiExtractor.ExtractorConfig, extractorOptions: ApiExtractor.IExtractorInvokeOptions, rootPath: string, terminalProvider: ITerminalProvider); - constructor(options: IRushStackCompilerBaseOptions, extractorConfig: ApiExtractor.ExtractorConfig, extractorOptions: ApiExtractor.IExtractorInvokeOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -// @public (undocumented) -export interface ILintRunnerConfig extends IRushStackCompilerBaseOptions { - displayAsError?: boolean; -} - -// @public (undocumented) -export interface IRushStackCompilerBaseOptions { - // (undocumented) - fileError: WriteFileIssueFunction; - // (undocumented) - fileWarning: WriteFileIssueFunction; -} - -// @public (undocumented) -export interface ITslintRunnerConfig extends ILintRunnerConfig { -} - -// @beta (undocumented) -export interface ITypescriptCompilerOptions extends IRushStackCompilerBaseOptions { - customArgs?: string[]; -} - -// @beta (undocumented) -export class LintRunner extends RushStackCompilerBase { - constructor(taskOptions: ILintRunnerConfig, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; - } - -// @beta (undocumented) -export abstract class RushStackCompilerBase { - constructor(taskOptions: TOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - protected _fileError: WriteFileIssueFunction; - // (undocumented) - protected _fileWarning: WriteFileIssueFunction; - // (undocumented) - protected _standardBuildFolders: StandardBuildFolders; - // (undocumented) - protected _taskOptions: TOptions; - // (undocumented) - protected _terminal: Terminal; -} - -// @beta (undocumented) -export class StandardBuildFolders { - constructor(projectFolderPath: string); - // (undocumented) - get distFolderPath(): string; - // (undocumented) - get libFolderPath(): string; - // (undocumented) - get projectFolderPath(): string; - // (undocumented) - get srcFolderPath(): string; - // (undocumented) - get tempFolderPath(): string; - } - -// @beta (undocumented) -export class ToolPaths { - // (undocumented) - static get apiExtractorPackageJson(): IPackageJson; - // (undocumented) - static get apiExtractorPackagePath(): string; - // (undocumented) - static get eslintPackageJson(): IPackageJson; - // (undocumented) - static get eslintPackagePath(): string; - // (undocumented) - static get tslintPackageJson(): IPackageJson; - // (undocumented) - static get tslintPackagePath(): string; - // (undocumented) - static get typescriptPackageJson(): IPackageJson; - // (undocumented) - static get typescriptPackagePath(): string; - } - -export { Tslint } - -// @beta (undocumented) -export class TslintRunner extends RushStackCompilerBase { - constructor(taskOptions: ITslintRunnerConfig, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -export { Typescript } - -// @beta (undocumented) -export class TypescriptCompiler extends RushStackCompilerBase { - constructor(rootPath: string, terminalProvider: ITerminalProvider); - constructor(taskOptions: ITypescriptCompilerOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -// @public (undocumented) -export type WriteFileIssueFunction = (filePath: string, line: number, column: number, errorCode: string, message: string) => void; - - -``` diff --git a/common/reviews/api/rush-stack-compiler-3.0.api.md b/common/reviews/api/rush-stack-compiler-3.0.api.md deleted file mode 100644 index 34af0a50780..00000000000 --- a/common/reviews/api/rush-stack-compiler-3.0.api.md +++ /dev/null @@ -1,126 +0,0 @@ -## API Report File for "@microsoft/rush-stack-compiler-3.0" - -> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). - -```ts - -import * as ApiExtractor from '@microsoft/api-extractor'; -import { IPackageJson } from '@rushstack/node-core-library'; -import { ITerminalProvider } from '@rushstack/node-core-library'; -import { Terminal } from '@rushstack/node-core-library'; -import * as Tslint from 'tslint'; -import * as Typescript from 'typescript'; - -export { ApiExtractor } - -// @beta -export class ApiExtractorRunner extends RushStackCompilerBase { - constructor(extractorConfig: ApiExtractor.ExtractorConfig, extractorOptions: ApiExtractor.IExtractorInvokeOptions, rootPath: string, terminalProvider: ITerminalProvider); - constructor(options: IRushStackCompilerBaseOptions, extractorConfig: ApiExtractor.ExtractorConfig, extractorOptions: ApiExtractor.IExtractorInvokeOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -// @public (undocumented) -export interface ILintRunnerConfig extends IRushStackCompilerBaseOptions { - displayAsError?: boolean; -} - -// @public (undocumented) -export interface IRushStackCompilerBaseOptions { - // (undocumented) - fileError: WriteFileIssueFunction; - // (undocumented) - fileWarning: WriteFileIssueFunction; -} - -// @public (undocumented) -export interface ITslintRunnerConfig extends ILintRunnerConfig { -} - -// @beta (undocumented) -export interface ITypescriptCompilerOptions extends IRushStackCompilerBaseOptions { - customArgs?: string[]; -} - -// @beta (undocumented) -export class LintRunner extends RushStackCompilerBase { - constructor(taskOptions: ILintRunnerConfig, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; - } - -// @beta (undocumented) -export abstract class RushStackCompilerBase { - constructor(taskOptions: TOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - protected _fileError: WriteFileIssueFunction; - // (undocumented) - protected _fileWarning: WriteFileIssueFunction; - // (undocumented) - protected _standardBuildFolders: StandardBuildFolders; - // (undocumented) - protected _taskOptions: TOptions; - // (undocumented) - protected _terminal: Terminal; -} - -// @beta (undocumented) -export class StandardBuildFolders { - constructor(projectFolderPath: string); - // (undocumented) - get distFolderPath(): string; - // (undocumented) - get libFolderPath(): string; - // (undocumented) - get projectFolderPath(): string; - // (undocumented) - get srcFolderPath(): string; - // (undocumented) - get tempFolderPath(): string; - } - -// @beta (undocumented) -export class ToolPaths { - // (undocumented) - static get apiExtractorPackageJson(): IPackageJson; - // (undocumented) - static get apiExtractorPackagePath(): string; - // (undocumented) - static get eslintPackageJson(): IPackageJson; - // (undocumented) - static get eslintPackagePath(): string; - // (undocumented) - static get tslintPackageJson(): IPackageJson; - // (undocumented) - static get tslintPackagePath(): string; - // (undocumented) - static get typescriptPackageJson(): IPackageJson; - // (undocumented) - static get typescriptPackagePath(): string; - } - -export { Tslint } - -// @beta (undocumented) -export class TslintRunner extends RushStackCompilerBase { - constructor(taskOptions: ITslintRunnerConfig, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -export { Typescript } - -// @beta (undocumented) -export class TypescriptCompiler extends RushStackCompilerBase { - constructor(rootPath: string, terminalProvider: ITerminalProvider); - constructor(taskOptions: ITypescriptCompilerOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -// @public (undocumented) -export type WriteFileIssueFunction = (filePath: string, line: number, column: number, errorCode: string, message: string) => void; - - -``` diff --git a/common/reviews/api/rush-stack-compiler-3.1.api.md b/common/reviews/api/rush-stack-compiler-3.1.api.md deleted file mode 100644 index 6aa85cea4d7..00000000000 --- a/common/reviews/api/rush-stack-compiler-3.1.api.md +++ /dev/null @@ -1,126 +0,0 @@ -## API Report File for "@microsoft/rush-stack-compiler-3.1" - -> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). - -```ts - -import * as ApiExtractor from '@microsoft/api-extractor'; -import { IPackageJson } from '@rushstack/node-core-library'; -import { ITerminalProvider } from '@rushstack/node-core-library'; -import { Terminal } from '@rushstack/node-core-library'; -import * as Tslint from 'tslint'; -import * as Typescript from 'typescript'; - -export { ApiExtractor } - -// @beta -export class ApiExtractorRunner extends RushStackCompilerBase { - constructor(extractorConfig: ApiExtractor.ExtractorConfig, extractorOptions: ApiExtractor.IExtractorInvokeOptions, rootPath: string, terminalProvider: ITerminalProvider); - constructor(options: IRushStackCompilerBaseOptions, extractorConfig: ApiExtractor.ExtractorConfig, extractorOptions: ApiExtractor.IExtractorInvokeOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -// @public (undocumented) -export interface ILintRunnerConfig extends IRushStackCompilerBaseOptions { - displayAsError?: boolean; -} - -// @public (undocumented) -export interface IRushStackCompilerBaseOptions { - // (undocumented) - fileError: WriteFileIssueFunction; - // (undocumented) - fileWarning: WriteFileIssueFunction; -} - -// @public (undocumented) -export interface ITslintRunnerConfig extends ILintRunnerConfig { -} - -// @beta (undocumented) -export interface ITypescriptCompilerOptions extends IRushStackCompilerBaseOptions { - customArgs?: string[]; -} - -// @beta (undocumented) -export class LintRunner extends RushStackCompilerBase { - constructor(taskOptions: ILintRunnerConfig, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; - } - -// @beta (undocumented) -export abstract class RushStackCompilerBase { - constructor(taskOptions: TOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - protected _fileError: WriteFileIssueFunction; - // (undocumented) - protected _fileWarning: WriteFileIssueFunction; - // (undocumented) - protected _standardBuildFolders: StandardBuildFolders; - // (undocumented) - protected _taskOptions: TOptions; - // (undocumented) - protected _terminal: Terminal; -} - -// @beta (undocumented) -export class StandardBuildFolders { - constructor(projectFolderPath: string); - // (undocumented) - get distFolderPath(): string; - // (undocumented) - get libFolderPath(): string; - // (undocumented) - get projectFolderPath(): string; - // (undocumented) - get srcFolderPath(): string; - // (undocumented) - get tempFolderPath(): string; - } - -// @beta (undocumented) -export class ToolPaths { - // (undocumented) - static get apiExtractorPackageJson(): IPackageJson; - // (undocumented) - static get apiExtractorPackagePath(): string; - // (undocumented) - static get eslintPackageJson(): IPackageJson; - // (undocumented) - static get eslintPackagePath(): string; - // (undocumented) - static get tslintPackageJson(): IPackageJson; - // (undocumented) - static get tslintPackagePath(): string; - // (undocumented) - static get typescriptPackageJson(): IPackageJson; - // (undocumented) - static get typescriptPackagePath(): string; - } - -export { Tslint } - -// @beta (undocumented) -export class TslintRunner extends RushStackCompilerBase { - constructor(taskOptions: ITslintRunnerConfig, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -export { Typescript } - -// @beta (undocumented) -export class TypescriptCompiler extends RushStackCompilerBase { - constructor(rootPath: string, terminalProvider: ITerminalProvider); - constructor(taskOptions: ITypescriptCompilerOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -// @public (undocumented) -export type WriteFileIssueFunction = (filePath: string, line: number, column: number, errorCode: string, message: string) => void; - - -``` diff --git a/common/reviews/api/rush-stack-compiler-3.2.api.md b/common/reviews/api/rush-stack-compiler-3.2.api.md deleted file mode 100644 index 575cfb82bea..00000000000 --- a/common/reviews/api/rush-stack-compiler-3.2.api.md +++ /dev/null @@ -1,126 +0,0 @@ -## API Report File for "@microsoft/rush-stack-compiler-3.2" - -> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). - -```ts - -import * as ApiExtractor from '@microsoft/api-extractor'; -import { IPackageJson } from '@rushstack/node-core-library'; -import { ITerminalProvider } from '@rushstack/node-core-library'; -import { Terminal } from '@rushstack/node-core-library'; -import * as Tslint from 'tslint'; -import * as Typescript from 'typescript'; - -export { ApiExtractor } - -// @beta -export class ApiExtractorRunner extends RushStackCompilerBase { - constructor(extractorConfig: ApiExtractor.ExtractorConfig, extractorOptions: ApiExtractor.IExtractorInvokeOptions, rootPath: string, terminalProvider: ITerminalProvider); - constructor(options: IRushStackCompilerBaseOptions, extractorConfig: ApiExtractor.ExtractorConfig, extractorOptions: ApiExtractor.IExtractorInvokeOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -// @public (undocumented) -export interface ILintRunnerConfig extends IRushStackCompilerBaseOptions { - displayAsError?: boolean; -} - -// @public (undocumented) -export interface IRushStackCompilerBaseOptions { - // (undocumented) - fileError: WriteFileIssueFunction; - // (undocumented) - fileWarning: WriteFileIssueFunction; -} - -// @public (undocumented) -export interface ITslintRunnerConfig extends ILintRunnerConfig { -} - -// @beta (undocumented) -export interface ITypescriptCompilerOptions extends IRushStackCompilerBaseOptions { - customArgs?: string[]; -} - -// @beta (undocumented) -export class LintRunner extends RushStackCompilerBase { - constructor(taskOptions: ILintRunnerConfig, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; - } - -// @beta (undocumented) -export abstract class RushStackCompilerBase { - constructor(taskOptions: TOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - protected _fileError: WriteFileIssueFunction; - // (undocumented) - protected _fileWarning: WriteFileIssueFunction; - // (undocumented) - protected _standardBuildFolders: StandardBuildFolders; - // (undocumented) - protected _taskOptions: TOptions; - // (undocumented) - protected _terminal: Terminal; -} - -// @beta (undocumented) -export class StandardBuildFolders { - constructor(projectFolderPath: string); - // (undocumented) - get distFolderPath(): string; - // (undocumented) - get libFolderPath(): string; - // (undocumented) - get projectFolderPath(): string; - // (undocumented) - get srcFolderPath(): string; - // (undocumented) - get tempFolderPath(): string; - } - -// @beta (undocumented) -export class ToolPaths { - // (undocumented) - static get apiExtractorPackageJson(): IPackageJson; - // (undocumented) - static get apiExtractorPackagePath(): string; - // (undocumented) - static get eslintPackageJson(): IPackageJson; - // (undocumented) - static get eslintPackagePath(): string; - // (undocumented) - static get tslintPackageJson(): IPackageJson; - // (undocumented) - static get tslintPackagePath(): string; - // (undocumented) - static get typescriptPackageJson(): IPackageJson; - // (undocumented) - static get typescriptPackagePath(): string; - } - -export { Tslint } - -// @beta (undocumented) -export class TslintRunner extends RushStackCompilerBase { - constructor(taskOptions: ITslintRunnerConfig, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -export { Typescript } - -// @beta (undocumented) -export class TypescriptCompiler extends RushStackCompilerBase { - constructor(rootPath: string, terminalProvider: ITerminalProvider); - constructor(taskOptions: ITypescriptCompilerOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -// @public (undocumented) -export type WriteFileIssueFunction = (filePath: string, line: number, column: number, errorCode: string, message: string) => void; - - -``` diff --git a/common/reviews/api/rush-stack-compiler-3.3.api.md b/common/reviews/api/rush-stack-compiler-3.3.api.md deleted file mode 100644 index 555242112cc..00000000000 --- a/common/reviews/api/rush-stack-compiler-3.3.api.md +++ /dev/null @@ -1,126 +0,0 @@ -## API Report File for "@microsoft/rush-stack-compiler-3.3" - -> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). - -```ts - -import * as ApiExtractor from '@microsoft/api-extractor'; -import { IPackageJson } from '@rushstack/node-core-library'; -import { ITerminalProvider } from '@rushstack/node-core-library'; -import { Terminal } from '@rushstack/node-core-library'; -import * as Tslint from 'tslint'; -import * as Typescript from 'typescript'; - -export { ApiExtractor } - -// @beta -export class ApiExtractorRunner extends RushStackCompilerBase { - constructor(extractorConfig: ApiExtractor.ExtractorConfig, extractorOptions: ApiExtractor.IExtractorInvokeOptions, rootPath: string, terminalProvider: ITerminalProvider); - constructor(options: IRushStackCompilerBaseOptions, extractorConfig: ApiExtractor.ExtractorConfig, extractorOptions: ApiExtractor.IExtractorInvokeOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -// @public (undocumented) -export interface ILintRunnerConfig extends IRushStackCompilerBaseOptions { - displayAsError?: boolean; -} - -// @public (undocumented) -export interface IRushStackCompilerBaseOptions { - // (undocumented) - fileError: WriteFileIssueFunction; - // (undocumented) - fileWarning: WriteFileIssueFunction; -} - -// @public (undocumented) -export interface ITslintRunnerConfig extends ILintRunnerConfig { -} - -// @beta (undocumented) -export interface ITypescriptCompilerOptions extends IRushStackCompilerBaseOptions { - customArgs?: string[]; -} - -// @beta (undocumented) -export class LintRunner extends RushStackCompilerBase { - constructor(taskOptions: ILintRunnerConfig, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; - } - -// @beta (undocumented) -export abstract class RushStackCompilerBase { - constructor(taskOptions: TOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - protected _fileError: WriteFileIssueFunction; - // (undocumented) - protected _fileWarning: WriteFileIssueFunction; - // (undocumented) - protected _standardBuildFolders: StandardBuildFolders; - // (undocumented) - protected _taskOptions: TOptions; - // (undocumented) - protected _terminal: Terminal; -} - -// @beta (undocumented) -export class StandardBuildFolders { - constructor(projectFolderPath: string); - // (undocumented) - get distFolderPath(): string; - // (undocumented) - get libFolderPath(): string; - // (undocumented) - get projectFolderPath(): string; - // (undocumented) - get srcFolderPath(): string; - // (undocumented) - get tempFolderPath(): string; - } - -// @beta (undocumented) -export class ToolPaths { - // (undocumented) - static get apiExtractorPackageJson(): IPackageJson; - // (undocumented) - static get apiExtractorPackagePath(): string; - // (undocumented) - static get eslintPackageJson(): IPackageJson; - // (undocumented) - static get eslintPackagePath(): string; - // (undocumented) - static get tslintPackageJson(): IPackageJson; - // (undocumented) - static get tslintPackagePath(): string; - // (undocumented) - static get typescriptPackageJson(): IPackageJson; - // (undocumented) - static get typescriptPackagePath(): string; - } - -export { Tslint } - -// @beta (undocumented) -export class TslintRunner extends RushStackCompilerBase { - constructor(taskOptions: ITslintRunnerConfig, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -export { Typescript } - -// @beta (undocumented) -export class TypescriptCompiler extends RushStackCompilerBase { - constructor(rootPath: string, terminalProvider: ITerminalProvider); - constructor(taskOptions: ITypescriptCompilerOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -// @public (undocumented) -export type WriteFileIssueFunction = (filePath: string, line: number, column: number, errorCode: string, message: string) => void; - - -``` diff --git a/common/reviews/api/rush-stack-compiler-3.4.api.md b/common/reviews/api/rush-stack-compiler-3.4.api.md deleted file mode 100644 index 673ac69f4f4..00000000000 --- a/common/reviews/api/rush-stack-compiler-3.4.api.md +++ /dev/null @@ -1,126 +0,0 @@ -## API Report File for "@microsoft/rush-stack-compiler-3.4" - -> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). - -```ts - -import * as ApiExtractor from '@microsoft/api-extractor'; -import { IPackageJson } from '@rushstack/node-core-library'; -import { ITerminalProvider } from '@rushstack/node-core-library'; -import { Terminal } from '@rushstack/node-core-library'; -import * as Tslint from 'tslint'; -import * as Typescript from 'typescript'; - -export { ApiExtractor } - -// @beta -export class ApiExtractorRunner extends RushStackCompilerBase { - constructor(extractorConfig: ApiExtractor.ExtractorConfig, extractorOptions: ApiExtractor.IExtractorInvokeOptions, rootPath: string, terminalProvider: ITerminalProvider); - constructor(options: IRushStackCompilerBaseOptions, extractorConfig: ApiExtractor.ExtractorConfig, extractorOptions: ApiExtractor.IExtractorInvokeOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -// @public (undocumented) -export interface ILintRunnerConfig extends IRushStackCompilerBaseOptions { - displayAsError?: boolean; -} - -// @public (undocumented) -export interface IRushStackCompilerBaseOptions { - // (undocumented) - fileError: WriteFileIssueFunction; - // (undocumented) - fileWarning: WriteFileIssueFunction; -} - -// @public (undocumented) -export interface ITslintRunnerConfig extends ILintRunnerConfig { -} - -// @beta (undocumented) -export interface ITypescriptCompilerOptions extends IRushStackCompilerBaseOptions { - customArgs?: string[]; -} - -// @beta (undocumented) -export class LintRunner extends RushStackCompilerBase { - constructor(taskOptions: ILintRunnerConfig, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; - } - -// @beta (undocumented) -export abstract class RushStackCompilerBase { - constructor(taskOptions: TOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - protected _fileError: WriteFileIssueFunction; - // (undocumented) - protected _fileWarning: WriteFileIssueFunction; - // (undocumented) - protected _standardBuildFolders: StandardBuildFolders; - // (undocumented) - protected _taskOptions: TOptions; - // (undocumented) - protected _terminal: Terminal; -} - -// @beta (undocumented) -export class StandardBuildFolders { - constructor(projectFolderPath: string); - // (undocumented) - get distFolderPath(): string; - // (undocumented) - get libFolderPath(): string; - // (undocumented) - get projectFolderPath(): string; - // (undocumented) - get srcFolderPath(): string; - // (undocumented) - get tempFolderPath(): string; - } - -// @beta (undocumented) -export class ToolPaths { - // (undocumented) - static get apiExtractorPackageJson(): IPackageJson; - // (undocumented) - static get apiExtractorPackagePath(): string; - // (undocumented) - static get eslintPackageJson(): IPackageJson; - // (undocumented) - static get eslintPackagePath(): string; - // (undocumented) - static get tslintPackageJson(): IPackageJson; - // (undocumented) - static get tslintPackagePath(): string; - // (undocumented) - static get typescriptPackageJson(): IPackageJson; - // (undocumented) - static get typescriptPackagePath(): string; - } - -export { Tslint } - -// @beta (undocumented) -export class TslintRunner extends RushStackCompilerBase { - constructor(taskOptions: ITslintRunnerConfig, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -export { Typescript } - -// @beta (undocumented) -export class TypescriptCompiler extends RushStackCompilerBase { - constructor(rootPath: string, terminalProvider: ITerminalProvider); - constructor(taskOptions: ITypescriptCompilerOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -// @public (undocumented) -export type WriteFileIssueFunction = (filePath: string, line: number, column: number, errorCode: string, message: string) => void; - - -``` diff --git a/common/reviews/api/rush-stack-compiler-3.5.api.md b/common/reviews/api/rush-stack-compiler-3.5.api.md deleted file mode 100644 index 8d8ef24855c..00000000000 --- a/common/reviews/api/rush-stack-compiler-3.5.api.md +++ /dev/null @@ -1,126 +0,0 @@ -## API Report File for "@microsoft/rush-stack-compiler-3.5" - -> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). - -```ts - -import * as ApiExtractor from '@microsoft/api-extractor'; -import { IPackageJson } from '@rushstack/node-core-library'; -import { ITerminalProvider } from '@rushstack/node-core-library'; -import { Terminal } from '@rushstack/node-core-library'; -import * as Tslint from 'tslint'; -import * as Typescript from 'typescript'; - -export { ApiExtractor } - -// @beta -export class ApiExtractorRunner extends RushStackCompilerBase { - constructor(extractorConfig: ApiExtractor.ExtractorConfig, extractorOptions: ApiExtractor.IExtractorInvokeOptions, rootPath: string, terminalProvider: ITerminalProvider); - constructor(options: IRushStackCompilerBaseOptions, extractorConfig: ApiExtractor.ExtractorConfig, extractorOptions: ApiExtractor.IExtractorInvokeOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -// @public (undocumented) -export interface ILintRunnerConfig extends IRushStackCompilerBaseOptions { - displayAsError?: boolean; -} - -// @public (undocumented) -export interface IRushStackCompilerBaseOptions { - // (undocumented) - fileError: WriteFileIssueFunction; - // (undocumented) - fileWarning: WriteFileIssueFunction; -} - -// @public (undocumented) -export interface ITslintRunnerConfig extends ILintRunnerConfig { -} - -// @beta (undocumented) -export interface ITypescriptCompilerOptions extends IRushStackCompilerBaseOptions { - customArgs?: string[]; -} - -// @beta (undocumented) -export class LintRunner extends RushStackCompilerBase { - constructor(taskOptions: ILintRunnerConfig, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; - } - -// @beta (undocumented) -export abstract class RushStackCompilerBase { - constructor(taskOptions: TOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - protected _fileError: WriteFileIssueFunction; - // (undocumented) - protected _fileWarning: WriteFileIssueFunction; - // (undocumented) - protected _standardBuildFolders: StandardBuildFolders; - // (undocumented) - protected _taskOptions: TOptions; - // (undocumented) - protected _terminal: Terminal; -} - -// @beta (undocumented) -export class StandardBuildFolders { - constructor(projectFolderPath: string); - // (undocumented) - get distFolderPath(): string; - // (undocumented) - get libFolderPath(): string; - // (undocumented) - get projectFolderPath(): string; - // (undocumented) - get srcFolderPath(): string; - // (undocumented) - get tempFolderPath(): string; - } - -// @beta (undocumented) -export class ToolPaths { - // (undocumented) - static get apiExtractorPackageJson(): IPackageJson; - // (undocumented) - static get apiExtractorPackagePath(): string; - // (undocumented) - static get eslintPackageJson(): IPackageJson; - // (undocumented) - static get eslintPackagePath(): string; - // (undocumented) - static get tslintPackageJson(): IPackageJson; - // (undocumented) - static get tslintPackagePath(): string; - // (undocumented) - static get typescriptPackageJson(): IPackageJson; - // (undocumented) - static get typescriptPackagePath(): string; - } - -export { Tslint } - -// @beta (undocumented) -export class TslintRunner extends RushStackCompilerBase { - constructor(taskOptions: ITslintRunnerConfig, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -export { Typescript } - -// @beta (undocumented) -export class TypescriptCompiler extends RushStackCompilerBase { - constructor(rootPath: string, terminalProvider: ITerminalProvider); - constructor(taskOptions: ITypescriptCompilerOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -// @public (undocumented) -export type WriteFileIssueFunction = (filePath: string, line: number, column: number, errorCode: string, message: string) => void; - - -``` diff --git a/common/reviews/api/rush-stack-compiler-3.6.api.md b/common/reviews/api/rush-stack-compiler-3.6.api.md deleted file mode 100644 index 2678b12e473..00000000000 --- a/common/reviews/api/rush-stack-compiler-3.6.api.md +++ /dev/null @@ -1,126 +0,0 @@ -## API Report File for "@microsoft/rush-stack-compiler-3.6" - -> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). - -```ts - -import * as ApiExtractor from '@microsoft/api-extractor'; -import { IPackageJson } from '@rushstack/node-core-library'; -import { ITerminalProvider } from '@rushstack/node-core-library'; -import { Terminal } from '@rushstack/node-core-library'; -import * as Tslint from 'tslint'; -import * as Typescript from 'typescript'; - -export { ApiExtractor } - -// @beta -export class ApiExtractorRunner extends RushStackCompilerBase { - constructor(extractorConfig: ApiExtractor.ExtractorConfig, extractorOptions: ApiExtractor.IExtractorInvokeOptions, rootPath: string, terminalProvider: ITerminalProvider); - constructor(options: IRushStackCompilerBaseOptions, extractorConfig: ApiExtractor.ExtractorConfig, extractorOptions: ApiExtractor.IExtractorInvokeOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -// @public (undocumented) -export interface ILintRunnerConfig extends IRushStackCompilerBaseOptions { - displayAsError?: boolean; -} - -// @public (undocumented) -export interface IRushStackCompilerBaseOptions { - // (undocumented) - fileError: WriteFileIssueFunction; - // (undocumented) - fileWarning: WriteFileIssueFunction; -} - -// @public (undocumented) -export interface ITslintRunnerConfig extends ILintRunnerConfig { -} - -// @beta (undocumented) -export interface ITypescriptCompilerOptions extends IRushStackCompilerBaseOptions { - customArgs?: string[]; -} - -// @beta (undocumented) -export class LintRunner extends RushStackCompilerBase { - constructor(taskOptions: ILintRunnerConfig, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; - } - -// @beta (undocumented) -export abstract class RushStackCompilerBase { - constructor(taskOptions: TOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - protected _fileError: WriteFileIssueFunction; - // (undocumented) - protected _fileWarning: WriteFileIssueFunction; - // (undocumented) - protected _standardBuildFolders: StandardBuildFolders; - // (undocumented) - protected _taskOptions: TOptions; - // (undocumented) - protected _terminal: Terminal; -} - -// @beta (undocumented) -export class StandardBuildFolders { - constructor(projectFolderPath: string); - // (undocumented) - get distFolderPath(): string; - // (undocumented) - get libFolderPath(): string; - // (undocumented) - get projectFolderPath(): string; - // (undocumented) - get srcFolderPath(): string; - // (undocumented) - get tempFolderPath(): string; - } - -// @beta (undocumented) -export class ToolPaths { - // (undocumented) - static get apiExtractorPackageJson(): IPackageJson; - // (undocumented) - static get apiExtractorPackagePath(): string; - // (undocumented) - static get eslintPackageJson(): IPackageJson; - // (undocumented) - static get eslintPackagePath(): string; - // (undocumented) - static get tslintPackageJson(): IPackageJson; - // (undocumented) - static get tslintPackagePath(): string; - // (undocumented) - static get typescriptPackageJson(): IPackageJson; - // (undocumented) - static get typescriptPackagePath(): string; - } - -export { Tslint } - -// @beta (undocumented) -export class TslintRunner extends RushStackCompilerBase { - constructor(taskOptions: ITslintRunnerConfig, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -export { Typescript } - -// @beta (undocumented) -export class TypescriptCompiler extends RushStackCompilerBase { - constructor(rootPath: string, terminalProvider: ITerminalProvider); - constructor(taskOptions: ITypescriptCompilerOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -// @public (undocumented) -export type WriteFileIssueFunction = (filePath: string, line: number, column: number, errorCode: string, message: string) => void; - - -``` diff --git a/common/reviews/api/rush-stack-compiler-3.7.api.md b/common/reviews/api/rush-stack-compiler-3.7.api.md deleted file mode 100644 index 0113ca17fa3..00000000000 --- a/common/reviews/api/rush-stack-compiler-3.7.api.md +++ /dev/null @@ -1,126 +0,0 @@ -## API Report File for "@microsoft/rush-stack-compiler-3.7" - -> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). - -```ts - -import * as ApiExtractor from '@microsoft/api-extractor'; -import { IPackageJson } from '@rushstack/node-core-library'; -import { ITerminalProvider } from '@rushstack/node-core-library'; -import { Terminal } from '@rushstack/node-core-library'; -import * as Tslint from 'tslint'; -import * as Typescript from 'typescript'; - -export { ApiExtractor } - -// @beta -export class ApiExtractorRunner extends RushStackCompilerBase { - constructor(extractorConfig: ApiExtractor.ExtractorConfig, extractorOptions: ApiExtractor.IExtractorInvokeOptions, rootPath: string, terminalProvider: ITerminalProvider); - constructor(options: IRushStackCompilerBaseOptions, extractorConfig: ApiExtractor.ExtractorConfig, extractorOptions: ApiExtractor.IExtractorInvokeOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -// @public (undocumented) -export interface ILintRunnerConfig extends IRushStackCompilerBaseOptions { - displayAsError?: boolean; -} - -// @public (undocumented) -export interface IRushStackCompilerBaseOptions { - // (undocumented) - fileError: WriteFileIssueFunction; - // (undocumented) - fileWarning: WriteFileIssueFunction; -} - -// @public (undocumented) -export interface ITslintRunnerConfig extends ILintRunnerConfig { -} - -// @beta (undocumented) -export interface ITypescriptCompilerOptions extends IRushStackCompilerBaseOptions { - customArgs?: string[]; -} - -// @beta (undocumented) -export class LintRunner extends RushStackCompilerBase { - constructor(taskOptions: ILintRunnerConfig, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; - } - -// @beta (undocumented) -export abstract class RushStackCompilerBase { - constructor(taskOptions: TOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - protected _fileError: WriteFileIssueFunction; - // (undocumented) - protected _fileWarning: WriteFileIssueFunction; - // (undocumented) - protected _standardBuildFolders: StandardBuildFolders; - // (undocumented) - protected _taskOptions: TOptions; - // (undocumented) - protected _terminal: Terminal; -} - -// @beta (undocumented) -export class StandardBuildFolders { - constructor(projectFolderPath: string); - // (undocumented) - get distFolderPath(): string; - // (undocumented) - get libFolderPath(): string; - // (undocumented) - get projectFolderPath(): string; - // (undocumented) - get srcFolderPath(): string; - // (undocumented) - get tempFolderPath(): string; - } - -// @beta (undocumented) -export class ToolPaths { - // (undocumented) - static get apiExtractorPackageJson(): IPackageJson; - // (undocumented) - static get apiExtractorPackagePath(): string; - // (undocumented) - static get eslintPackageJson(): IPackageJson; - // (undocumented) - static get eslintPackagePath(): string; - // (undocumented) - static get tslintPackageJson(): IPackageJson; - // (undocumented) - static get tslintPackagePath(): string; - // (undocumented) - static get typescriptPackageJson(): IPackageJson; - // (undocumented) - static get typescriptPackagePath(): string; - } - -export { Tslint } - -// @beta (undocumented) -export class TslintRunner extends RushStackCompilerBase { - constructor(taskOptions: ITslintRunnerConfig, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -export { Typescript } - -// @beta (undocumented) -export class TypescriptCompiler extends RushStackCompilerBase { - constructor(rootPath: string, terminalProvider: ITerminalProvider); - constructor(taskOptions: ITypescriptCompilerOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -// @public (undocumented) -export type WriteFileIssueFunction = (filePath: string, line: number, column: number, errorCode: string, message: string) => void; - - -``` diff --git a/common/reviews/api/rush-stack-compiler-3.8.api.md b/common/reviews/api/rush-stack-compiler-3.8.api.md deleted file mode 100644 index 243b84e4ebd..00000000000 --- a/common/reviews/api/rush-stack-compiler-3.8.api.md +++ /dev/null @@ -1,126 +0,0 @@ -## API Report File for "@microsoft/rush-stack-compiler-3.8" - -> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). - -```ts - -import * as ApiExtractor from '@microsoft/api-extractor'; -import { IPackageJson } from '@rushstack/node-core-library'; -import { ITerminalProvider } from '@rushstack/node-core-library'; -import { Terminal } from '@rushstack/node-core-library'; -import * as Tslint from 'tslint'; -import * as Typescript from 'typescript'; - -export { ApiExtractor } - -// @beta -export class ApiExtractorRunner extends RushStackCompilerBase { - constructor(extractorConfig: ApiExtractor.ExtractorConfig, extractorOptions: ApiExtractor.IExtractorInvokeOptions, rootPath: string, terminalProvider: ITerminalProvider); - constructor(options: IRushStackCompilerBaseOptions, extractorConfig: ApiExtractor.ExtractorConfig, extractorOptions: ApiExtractor.IExtractorInvokeOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -// @public (undocumented) -export interface ILintRunnerConfig extends IRushStackCompilerBaseOptions { - displayAsError?: boolean; -} - -// @public (undocumented) -export interface IRushStackCompilerBaseOptions { - // (undocumented) - fileError: WriteFileIssueFunction; - // (undocumented) - fileWarning: WriteFileIssueFunction; -} - -// @public (undocumented) -export interface ITslintRunnerConfig extends ILintRunnerConfig { -} - -// @beta (undocumented) -export interface ITypescriptCompilerOptions extends IRushStackCompilerBaseOptions { - customArgs?: string[]; -} - -// @beta (undocumented) -export class LintRunner extends RushStackCompilerBase { - constructor(taskOptions: ILintRunnerConfig, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; - } - -// @beta (undocumented) -export abstract class RushStackCompilerBase { - constructor(taskOptions: TOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - protected _fileError: WriteFileIssueFunction; - // (undocumented) - protected _fileWarning: WriteFileIssueFunction; - // (undocumented) - protected _standardBuildFolders: StandardBuildFolders; - // (undocumented) - protected _taskOptions: TOptions; - // (undocumented) - protected _terminal: Terminal; -} - -// @beta (undocumented) -export class StandardBuildFolders { - constructor(projectFolderPath: string); - // (undocumented) - get distFolderPath(): string; - // (undocumented) - get libFolderPath(): string; - // (undocumented) - get projectFolderPath(): string; - // (undocumented) - get srcFolderPath(): string; - // (undocumented) - get tempFolderPath(): string; - } - -// @beta (undocumented) -export class ToolPaths { - // (undocumented) - static get apiExtractorPackageJson(): IPackageJson; - // (undocumented) - static get apiExtractorPackagePath(): string; - // (undocumented) - static get eslintPackageJson(): IPackageJson; - // (undocumented) - static get eslintPackagePath(): string; - // (undocumented) - static get tslintPackageJson(): IPackageJson; - // (undocumented) - static get tslintPackagePath(): string; - // (undocumented) - static get typescriptPackageJson(): IPackageJson; - // (undocumented) - static get typescriptPackagePath(): string; - } - -export { Tslint } - -// @beta (undocumented) -export class TslintRunner extends RushStackCompilerBase { - constructor(taskOptions: ITslintRunnerConfig, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -export { Typescript } - -// @beta (undocumented) -export class TypescriptCompiler extends RushStackCompilerBase { - constructor(rootPath: string, terminalProvider: ITerminalProvider); - constructor(taskOptions: ITypescriptCompilerOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -// @public (undocumented) -export type WriteFileIssueFunction = (filePath: string, line: number, column: number, errorCode: string, message: string) => void; - - -``` diff --git a/common/reviews/api/rush-stack-compiler-3.9.api.md b/common/reviews/api/rush-stack-compiler-3.9.api.md deleted file mode 100644 index fd97f1b5a94..00000000000 --- a/common/reviews/api/rush-stack-compiler-3.9.api.md +++ /dev/null @@ -1,126 +0,0 @@ -## API Report File for "@microsoft/rush-stack-compiler-3.9" - -> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). - -```ts - -import * as ApiExtractor from '@microsoft/api-extractor'; -import { IPackageJson } from '@rushstack/node-core-library'; -import { ITerminalProvider } from '@rushstack/node-core-library'; -import { Terminal } from '@rushstack/node-core-library'; -import * as Tslint from 'tslint'; -import * as Typescript from 'typescript'; - -export { ApiExtractor } - -// @beta -export class ApiExtractorRunner extends RushStackCompilerBase { - constructor(extractorConfig: ApiExtractor.ExtractorConfig, extractorOptions: ApiExtractor.IExtractorInvokeOptions, rootPath: string, terminalProvider: ITerminalProvider); - constructor(options: IRushStackCompilerBaseOptions, extractorConfig: ApiExtractor.ExtractorConfig, extractorOptions: ApiExtractor.IExtractorInvokeOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -// @public (undocumented) -export interface ILintRunnerConfig extends IRushStackCompilerBaseOptions { - displayAsError?: boolean; -} - -// @public (undocumented) -export interface IRushStackCompilerBaseOptions { - // (undocumented) - fileError: WriteFileIssueFunction; - // (undocumented) - fileWarning: WriteFileIssueFunction; -} - -// @public (undocumented) -export interface ITslintRunnerConfig extends ILintRunnerConfig { -} - -// @beta (undocumented) -export interface ITypescriptCompilerOptions extends IRushStackCompilerBaseOptions { - customArgs?: string[]; -} - -// @beta (undocumented) -export class LintRunner extends RushStackCompilerBase { - constructor(taskOptions: ILintRunnerConfig, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; - } - -// @beta (undocumented) -export abstract class RushStackCompilerBase { - constructor(taskOptions: TOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - protected _fileError: WriteFileIssueFunction; - // (undocumented) - protected _fileWarning: WriteFileIssueFunction; - // (undocumented) - protected _standardBuildFolders: StandardBuildFolders; - // (undocumented) - protected _taskOptions: TOptions; - // (undocumented) - protected _terminal: Terminal; -} - -// @beta (undocumented) -export class StandardBuildFolders { - constructor(projectFolderPath: string); - // (undocumented) - get distFolderPath(): string; - // (undocumented) - get libFolderPath(): string; - // (undocumented) - get projectFolderPath(): string; - // (undocumented) - get srcFolderPath(): string; - // (undocumented) - get tempFolderPath(): string; - } - -// @beta (undocumented) -export class ToolPaths { - // (undocumented) - static get apiExtractorPackageJson(): IPackageJson; - // (undocumented) - static get apiExtractorPackagePath(): string; - // (undocumented) - static get eslintPackageJson(): IPackageJson; - // (undocumented) - static get eslintPackagePath(): string; - // (undocumented) - static get tslintPackageJson(): IPackageJson; - // (undocumented) - static get tslintPackagePath(): string; - // (undocumented) - static get typescriptPackageJson(): IPackageJson; - // (undocumented) - static get typescriptPackagePath(): string; - } - -export { Tslint } - -// @beta (undocumented) -export class TslintRunner extends RushStackCompilerBase { - constructor(taskOptions: ITslintRunnerConfig, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -export { Typescript } - -// @beta (undocumented) -export class TypescriptCompiler extends RushStackCompilerBase { - constructor(rootPath: string, terminalProvider: ITerminalProvider); - constructor(taskOptions: ITypescriptCompilerOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -// @public (undocumented) -export type WriteFileIssueFunction = (filePath: string, line: number, column: number, errorCode: string, message: string) => void; - - -``` diff --git a/common/reviews/api/rush-stack-compiler-4.0.api.md b/common/reviews/api/rush-stack-compiler-4.0.api.md deleted file mode 100644 index 44a2f318e5b..00000000000 --- a/common/reviews/api/rush-stack-compiler-4.0.api.md +++ /dev/null @@ -1,122 +0,0 @@ -## API Report File for "@microsoft/rush-stack-compiler-4.0" - -> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). - -```ts - -import * as ApiExtractor from '@microsoft/api-extractor'; -import { IPackageJson } from '@rushstack/node-core-library'; -import { ITerminalProvider } from '@rushstack/node-core-library'; -import { Terminal } from '@rushstack/node-core-library'; -import * as Typescript from 'typescript'; - -export { ApiExtractor } - -// @beta -export class ApiExtractorRunner extends RushStackCompilerBase { - constructor(extractorConfig: ApiExtractor.ExtractorConfig, extractorOptions: ApiExtractor.IExtractorInvokeOptions, rootPath: string, terminalProvider: ITerminalProvider); - constructor(options: IRushStackCompilerBaseOptions, extractorConfig: ApiExtractor.ExtractorConfig, extractorOptions: ApiExtractor.IExtractorInvokeOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -// @public (undocumented) -export interface ILintRunnerConfig extends IRushStackCompilerBaseOptions { - displayAsError?: boolean; -} - -// @public (undocumented) -export interface IRushStackCompilerBaseOptions { - // (undocumented) - fileError: WriteFileIssueFunction; - // (undocumented) - fileWarning: WriteFileIssueFunction; -} - -// @public (undocumented) -export interface ITslintRunnerConfig extends ILintRunnerConfig { -} - -// @beta (undocumented) -export interface ITypescriptCompilerOptions extends IRushStackCompilerBaseOptions { - customArgs?: string[]; -} - -// @beta (undocumented) -export class LintRunner extends RushStackCompilerBase { - constructor(taskOptions: ILintRunnerConfig, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; - } - -// @beta (undocumented) -export abstract class RushStackCompilerBase { - constructor(taskOptions: TOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - protected _fileError: WriteFileIssueFunction; - // (undocumented) - protected _fileWarning: WriteFileIssueFunction; - // (undocumented) - protected _standardBuildFolders: StandardBuildFolders; - // (undocumented) - protected _taskOptions: TOptions; - // (undocumented) - protected _terminal: Terminal; -} - -// @beta (undocumented) -export class StandardBuildFolders { - constructor(projectFolderPath: string); - // (undocumented) - get distFolderPath(): string; - // (undocumented) - get libFolderPath(): string; - // (undocumented) - get projectFolderPath(): string; - // (undocumented) - get srcFolderPath(): string; - // (undocumented) - get tempFolderPath(): string; - } - -// @beta (undocumented) -export class ToolPaths { - // (undocumented) - static get apiExtractorPackageJson(): IPackageJson; - // (undocumented) - static get apiExtractorPackagePath(): string; - // (undocumented) - static get eslintPackageJson(): IPackageJson; - // (undocumented) - static get eslintPackagePath(): string; - // (undocumented) - static get tslintPackageJson(): IPackageJson; - // (undocumented) - static get tslintPackagePath(): string; - // (undocumented) - static get typescriptPackageJson(): IPackageJson; - // (undocumented) - static get typescriptPackagePath(): string; - } - -// @beta (undocumented) -export class TslintRunner extends RushStackCompilerBase { - // (undocumented) - invoke(): Promise; -} - -export { Typescript } - -// @beta (undocumented) -export class TypescriptCompiler extends RushStackCompilerBase { - constructor(rootPath: string, terminalProvider: ITerminalProvider); - constructor(taskOptions: ITypescriptCompilerOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -// @public (undocumented) -export type WriteFileIssueFunction = (filePath: string, line: number, column: number, errorCode: string, message: string) => void; - - -``` diff --git a/common/reviews/api/rush-stack-compiler-4.1.api.md b/common/reviews/api/rush-stack-compiler-4.1.api.md deleted file mode 100644 index e9b9f8765fa..00000000000 --- a/common/reviews/api/rush-stack-compiler-4.1.api.md +++ /dev/null @@ -1,122 +0,0 @@ -## API Report File for "@microsoft/rush-stack-compiler-4.1" - -> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). - -```ts - -import * as ApiExtractor from '@microsoft/api-extractor'; -import { IPackageJson } from '@rushstack/node-core-library'; -import { ITerminalProvider } from '@rushstack/node-core-library'; -import { Terminal } from '@rushstack/node-core-library'; -import * as Typescript from 'typescript'; - -export { ApiExtractor } - -// @beta -export class ApiExtractorRunner extends RushStackCompilerBase { - constructor(extractorConfig: ApiExtractor.ExtractorConfig, extractorOptions: ApiExtractor.IExtractorInvokeOptions, rootPath: string, terminalProvider: ITerminalProvider); - constructor(options: IRushStackCompilerBaseOptions, extractorConfig: ApiExtractor.ExtractorConfig, extractorOptions: ApiExtractor.IExtractorInvokeOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -// @public (undocumented) -export interface ILintRunnerConfig extends IRushStackCompilerBaseOptions { - displayAsError?: boolean; -} - -// @public (undocumented) -export interface IRushStackCompilerBaseOptions { - // (undocumented) - fileError: WriteFileIssueFunction; - // (undocumented) - fileWarning: WriteFileIssueFunction; -} - -// @public (undocumented) -export interface ITslintRunnerConfig extends ILintRunnerConfig { -} - -// @beta (undocumented) -export interface ITypescriptCompilerOptions extends IRushStackCompilerBaseOptions { - customArgs?: string[]; -} - -// @beta (undocumented) -export class LintRunner extends RushStackCompilerBase { - constructor(taskOptions: ILintRunnerConfig, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; - } - -// @beta (undocumented) -export abstract class RushStackCompilerBase { - constructor(taskOptions: TOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - protected _fileError: WriteFileIssueFunction; - // (undocumented) - protected _fileWarning: WriteFileIssueFunction; - // (undocumented) - protected _standardBuildFolders: StandardBuildFolders; - // (undocumented) - protected _taskOptions: TOptions; - // (undocumented) - protected _terminal: Terminal; -} - -// @beta (undocumented) -export class StandardBuildFolders { - constructor(projectFolderPath: string); - // (undocumented) - get distFolderPath(): string; - // (undocumented) - get libFolderPath(): string; - // (undocumented) - get projectFolderPath(): string; - // (undocumented) - get srcFolderPath(): string; - // (undocumented) - get tempFolderPath(): string; - } - -// @beta (undocumented) -export class ToolPaths { - // (undocumented) - static get apiExtractorPackageJson(): IPackageJson; - // (undocumented) - static get apiExtractorPackagePath(): string; - // (undocumented) - static get eslintPackageJson(): IPackageJson; - // (undocumented) - static get eslintPackagePath(): string; - // (undocumented) - static get tslintPackageJson(): IPackageJson; - // (undocumented) - static get tslintPackagePath(): string; - // (undocumented) - static get typescriptPackageJson(): IPackageJson; - // (undocumented) - static get typescriptPackagePath(): string; - } - -// @beta (undocumented) -export class TslintRunner extends RushStackCompilerBase { - // (undocumented) - invoke(): Promise; -} - -export { Typescript } - -// @beta (undocumented) -export class TypescriptCompiler extends RushStackCompilerBase { - constructor(rootPath: string, terminalProvider: ITerminalProvider); - constructor(taskOptions: ITypescriptCompilerOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -// @public (undocumented) -export type WriteFileIssueFunction = (filePath: string, line: number, column: number, errorCode: string, message: string) => void; - - -``` diff --git a/common/reviews/api/rush-stack-compiler-4.2.api.md b/common/reviews/api/rush-stack-compiler-4.2.api.md deleted file mode 100644 index 03c7631d296..00000000000 --- a/common/reviews/api/rush-stack-compiler-4.2.api.md +++ /dev/null @@ -1,122 +0,0 @@ -## API Report File for "@microsoft/rush-stack-compiler-4.2" - -> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). - -```ts - -import * as ApiExtractor from '@microsoft/api-extractor'; -import { IPackageJson } from '@rushstack/node-core-library'; -import { ITerminalProvider } from '@rushstack/node-core-library'; -import { Terminal } from '@rushstack/node-core-library'; -import * as Typescript from 'typescript'; - -export { ApiExtractor } - -// @beta -export class ApiExtractorRunner extends RushStackCompilerBase { - constructor(extractorConfig: ApiExtractor.ExtractorConfig, extractorOptions: ApiExtractor.IExtractorInvokeOptions, rootPath: string, terminalProvider: ITerminalProvider); - constructor(options: IRushStackCompilerBaseOptions, extractorConfig: ApiExtractor.ExtractorConfig, extractorOptions: ApiExtractor.IExtractorInvokeOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -// @public (undocumented) -export interface ILintRunnerConfig extends IRushStackCompilerBaseOptions { - displayAsError?: boolean; -} - -// @public (undocumented) -export interface IRushStackCompilerBaseOptions { - // (undocumented) - fileError: WriteFileIssueFunction; - // (undocumented) - fileWarning: WriteFileIssueFunction; -} - -// @public (undocumented) -export interface ITslintRunnerConfig extends ILintRunnerConfig { -} - -// @beta (undocumented) -export interface ITypescriptCompilerOptions extends IRushStackCompilerBaseOptions { - customArgs?: string[]; -} - -// @beta (undocumented) -export class LintRunner extends RushStackCompilerBase { - constructor(taskOptions: ILintRunnerConfig, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; - } - -// @beta (undocumented) -export abstract class RushStackCompilerBase { - constructor(taskOptions: TOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - protected _fileError: WriteFileIssueFunction; - // (undocumented) - protected _fileWarning: WriteFileIssueFunction; - // (undocumented) - protected _standardBuildFolders: StandardBuildFolders; - // (undocumented) - protected _taskOptions: TOptions; - // (undocumented) - protected _terminal: Terminal; -} - -// @beta (undocumented) -export class StandardBuildFolders { - constructor(projectFolderPath: string); - // (undocumented) - get distFolderPath(): string; - // (undocumented) - get libFolderPath(): string; - // (undocumented) - get projectFolderPath(): string; - // (undocumented) - get srcFolderPath(): string; - // (undocumented) - get tempFolderPath(): string; - } - -// @beta (undocumented) -export class ToolPaths { - // (undocumented) - static get apiExtractorPackageJson(): IPackageJson; - // (undocumented) - static get apiExtractorPackagePath(): string; - // (undocumented) - static get eslintPackageJson(): IPackageJson; - // (undocumented) - static get eslintPackagePath(): string; - // (undocumented) - static get tslintPackageJson(): IPackageJson; - // (undocumented) - static get tslintPackagePath(): string; - // (undocumented) - static get typescriptPackageJson(): IPackageJson; - // (undocumented) - static get typescriptPackagePath(): string; - } - -// @beta (undocumented) -export class TslintRunner extends RushStackCompilerBase { - // (undocumented) - invoke(): Promise; -} - -export { Typescript } - -// @beta (undocumented) -export class TypescriptCompiler extends RushStackCompilerBase { - constructor(rootPath: string, terminalProvider: ITerminalProvider); - constructor(taskOptions: ITypescriptCompilerOptions, rootPath: string, terminalProvider: ITerminalProvider); - // (undocumented) - invoke(): Promise; -} - -// @public (undocumented) -export type WriteFileIssueFunction = (filePath: string, line: number, column: number, errorCode: string, message: string) => void; - - -``` diff --git a/common/reviews/api/rushell.api.md b/common/reviews/api/rushell.api.md index 861c8627111..86ee13f9aef 100644 --- a/common/reviews/api/rushell.api.md +++ b/common/reviews/api/rushell.api.md @@ -15,5 +15,4 @@ export class Rushell { execute(script: string): IRushellExecuteResult; } - ``` diff --git a/common/reviews/api/set-webpack-public-path-plugin.api.md b/common/reviews/api/set-webpack-public-path-plugin.api.md index c2c35c6b8e1..99716c45ff9 100644 --- a/common/reviews/api/set-webpack-public-path-plugin.api.md +++ b/common/reviews/api/set-webpack-public-path-plugin.api.md @@ -41,5 +41,4 @@ export class SetPublicPathPlugin implements Webpack.Plugin { options: ISetWebpackPublicPathPluginOptions; } - ``` diff --git a/common/reviews/api/stream-collator.api.md b/common/reviews/api/stream-collator.api.md index feeb6277bab..a8cdd5e5866 100644 --- a/common/reviews/api/stream-collator.api.md +++ b/common/reviews/api/stream-collator.api.md @@ -58,5 +58,4 @@ export class StreamCollator { _writerWriteChunk(writer: CollatedWriter, chunk: ITerminalChunk, bufferedChunks: ITerminalChunk[]): void; } - ``` diff --git a/common/reviews/api/terminal.api.md b/common/reviews/api/terminal.api.md index 0f009313338..493aad80669 100644 --- a/common/reviews/api/terminal.api.md +++ b/common/reviews/api/terminal.api.md @@ -6,6 +6,7 @@ import { Brand } from '@rushstack/node-core-library'; import { NewlineKind } from '@rushstack/node-core-library'; +import { Terminal } from '@rushstack/node-core-library'; // @public export class CallbackWritable extends TerminalWritable { @@ -14,12 +15,15 @@ export class CallbackWritable extends TerminalWritable { protected onWriteChunk(chunk: ITerminalChunk): void; } +// @public +export const DEFAULT_CONSOLE_WIDTH: number; + // @beta export class DiscardStdoutTransform extends TerminalTransform { constructor(options: IDiscardStdoutTransformOptions); // (undocumented) protected onWriteChunk(chunk: ITerminalChunk): void; - } +} // @public export interface ICallbackWritableOptions { @@ -106,6 +110,13 @@ export class NormalizeNewlinesTextRewriter extends TextRewriter { process(unknownState: TextRewriterState, text: string): string; } +// @public +export class PrintUtilities { + static getConsoleWidth(): number | undefined; + static printMessageInBox(message: string, terminal: Terminal, boxWidth?: number): void; + static wrapWords(text: string, maxLineLength?: number, indent?: number): string; +} + // @public export class RemoveColorsTextRewriter extends TextRewriter { // (undocumented) @@ -136,7 +147,7 @@ export class StderrLineTransform extends TerminalTransform { protected onClose(): void; // (undocumented) protected onWriteChunk(chunk: ITerminalChunk): void; - } +} // @beta export class StdioSummarizer extends TerminalWritable { @@ -144,7 +155,7 @@ export class StdioSummarizer extends TerminalWritable { getReport(): string; // (undocumented) onWriteChunk(chunk: ITerminalChunk): void; - } +} // @public export class StdioWritable extends TerminalWritable { @@ -208,5 +219,4 @@ export class TextRewriterTransform extends TerminalTransform { readonly textRewriters: ReadonlyArray; } - ``` diff --git a/common/reviews/api/ts-command-line.api.md b/common/reviews/api/ts-command-line.api.md index 10a8f069087..1b6468e5719 100644 --- a/common/reviews/api/ts-command-line.api.md +++ b/common/reviews/api/ts-command-line.api.md @@ -24,6 +24,20 @@ export abstract class CommandLineAction extends CommandLineParameterProvider { readonly summary: string; } +// @public +export class CommandLineChoiceListParameter extends CommandLineParameter { + // @internal + constructor(definition: ICommandLineChoiceListDefinition); + readonly alternatives: ReadonlyArray; + // @override + appendToArgList(argList: string[]): void; + readonly completions: (() => Promise) | undefined; + get kind(): CommandLineParameterKind; + // @internal + _setValue(data: any): void; + get values(): ReadonlyArray; + } + // @public export class CommandLineChoiceParameter extends CommandLineParameter { // @internal @@ -63,6 +77,18 @@ export class CommandLineHelper { static isTabCompletionActionRequest(argv: string[]): boolean; } +// @public +export class CommandLineIntegerListParameter extends CommandLineParameterWithArgument { + // @internal + constructor(definition: ICommandLineIntegerListDefinition); + // @override + appendToArgList(argList: string[]): void; + get kind(): CommandLineParameterKind; + // @internal + _setValue(data: any): void; + get values(): ReadonlyArray; + } + // @public export class CommandLineIntegerParameter extends CommandLineParameterWithArgument { // @internal @@ -104,8 +130,10 @@ export abstract class CommandLineParameter { // @public export enum CommandLineParameterKind { Choice = 0, + ChoiceList = 5, Flag = 1, Integer = 2, + IntegerList = 6, String = 3, StringList = 4 } @@ -114,16 +142,20 @@ export enum CommandLineParameterKind { export abstract class CommandLineParameterProvider { // @internal constructor(); + defineChoiceListParameter(definition: ICommandLineChoiceListDefinition): CommandLineChoiceListParameter; defineChoiceParameter(definition: ICommandLineChoiceDefinition): CommandLineChoiceParameter; defineCommandLineRemainder(definition: ICommandLineRemainderDefinition): CommandLineRemainder; defineFlagParameter(definition: ICommandLineFlagDefinition): CommandLineFlagParameter; + defineIntegerListParameter(definition: ICommandLineIntegerListDefinition): CommandLineIntegerListParameter; defineIntegerParameter(definition: ICommandLineIntegerDefinition): CommandLineIntegerParameter; defineStringListParameter(definition: ICommandLineStringListDefinition): CommandLineStringListParameter; defineStringParameter(definition: ICommandLineStringDefinition): CommandLineStringParameter; // @internal protected abstract _getArgumentParser(): argparse.ArgumentParser; + getChoiceListParameter(parameterLongName: string): CommandLineChoiceListParameter; getChoiceParameter(parameterLongName: string): CommandLineChoiceParameter; getFlagParameter(parameterLongName: string): CommandLineFlagParameter; + getIntegerListParameter(parameterLongName: string): CommandLineIntegerListParameter; getIntegerParameter(parameterLongName: string): CommandLineIntegerParameter; getStringListParameter(parameterLongName: string): CommandLineStringListParameter; getStringParameter(parameterLongName: string): CommandLineStringParameter; @@ -241,6 +273,12 @@ export interface ICommandLineChoiceDefinition extends IBaseCommandLineDefinition defaultValue?: string; } +// @public +export interface ICommandLineChoiceListDefinition extends IBaseCommandLineDefinition { + alternatives: string[]; + completions?: () => Promise; +} + // @public export interface ICommandLineFlagDefinition extends IBaseCommandLineDefinition { } @@ -250,6 +288,10 @@ export interface ICommandLineIntegerDefinition extends IBaseCommandLineDefinitio defaultValue?: number; } +// @public +export interface ICommandLineIntegerListDefinition extends IBaseCommandLineDefinitionWithArgument { +} + // @internal export interface _ICommandLineParserData { // (undocumented) diff --git a/common/reviews/api/typings-generator.api.md b/common/reviews/api/typings-generator.api.md index 67feec96ead..ccbf69c7a87 100644 --- a/common/reviews/api/typings-generator.api.md +++ b/common/reviews/api/typings-generator.api.md @@ -57,7 +57,7 @@ export class TypingsGenerator { registerDependency(target: string, dependency: string): void; // (undocumented) runWatcherAsync(): Promise; -} + } // (No @packageDocumentation comment for this package) diff --git a/common/reviews/api/web-library-build-test.api.md b/common/reviews/api/web-library-build-test.api.md deleted file mode 100644 index 5ea92df22d0..00000000000 --- a/common/reviews/api/web-library-build-test.api.md +++ /dev/null @@ -1,19 +0,0 @@ -## API Report File for "web-library-build-test" - -> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). - -```ts - -// @public (undocumented) -export function add(num1: number, num2: number): number; - -// @public (undocumented) -export function log(message: string): void; - -// @public (undocumented) -export function logClass(): void; - - -// (No @packageDocumentation comment for this package) - -``` diff --git a/common/reviews/api/web-library-build.api.md b/common/reviews/api/web-library-build.api.md deleted file mode 100644 index 4bd50e35185..00000000000 --- a/common/reviews/api/web-library-build.api.md +++ /dev/null @@ -1,52 +0,0 @@ -## API Report File for "@microsoft/web-library-build" - -> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). - -```ts - -import { CopyTask } from '@microsoft/gulp-core-build'; -import { GenerateShrinkwrapTask } from '@microsoft/gulp-core-build'; -import { GulpTask } from '@microsoft/gulp-core-build'; -import gulpType = require('gulp'); -import { IExecutable } from '@microsoft/gulp-core-build'; -import { ValidateShrinkwrapTask } from '@microsoft/gulp-core-build'; - -// @public (undocumented) -export const buildTasks: IExecutable; - -// @public (undocumented) -export const bundleTasks: IExecutable; - -// @public (undocumented) -export const defaultTasks: IExecutable; - -// @public (undocumented) -export const generateShrinkwrapTask: GenerateShrinkwrapTask; - -// @public (undocumented) -export const postCopy: CopyTask; - -// Warning: (ae-forgotten-export) The symbol "PostProcessSourceMaps" needs to be exported by the entry point index.d.ts -// -// @public (undocumented) -export const postProcessSourceMapsTask: PostProcessSourceMaps; - -// @public (undocumented) -export const preCopy: CopyTask; - -// @public (undocumented) -export const testTasks: IExecutable; - -// @public (undocumented) -export const validateShrinkwrapTask: ValidateShrinkwrapTask; - - -export * from "@microsoft/gulp-core-build"; -export * from "@microsoft/gulp-core-build-sass"; -export * from "@microsoft/gulp-core-build-serve"; -export * from "@microsoft/gulp-core-build-typescript"; -export * from "@microsoft/gulp-core-build-webpack"; - -// (No @packageDocumentation comment for this package) - -``` diff --git a/core-build/gulp-core-build-mocha/.npmignore b/core-build/gulp-core-build-mocha/.npmignore deleted file mode 100644 index 302dbc5b019..00000000000 --- a/core-build/gulp-core-build-mocha/.npmignore +++ /dev/null @@ -1,30 +0,0 @@ -# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. - -# Ignore all files by default, to avoid accidentally publishing unintended files. -* - -# Use negative patterns to bring back the specific things we want to publish. -!/bin/** -!/lib/** -!/lib-*/** -!/dist/** -!ThirdPartyNotice.txt - -# Ignore certain patterns that should not get published. -/dist/*.stats.* -/lib/**/test/ -/lib-*/**/test/ -*.test.js - -# NOTE: These don't need to be specified, because NPM includes them automatically. -# -# package.json -# README (and its variants) -# CHANGELOG (and its variants) -# LICENSE / LICENCE - -#-------------------------------------------- -# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE -#-------------------------------------------- - -# (Add your project-specific overrides here) \ No newline at end of file diff --git a/core-build/gulp-core-build-mocha/CHANGELOG.json b/core-build/gulp-core-build-mocha/CHANGELOG.json deleted file mode 100644 index 0b83d186fa2..00000000000 --- a/core-build/gulp-core-build-mocha/CHANGELOG.json +++ /dev/null @@ -1,3292 +0,0 @@ -{ - "name": "@microsoft/gulp-core-build-mocha", - "entries": [ - { - "version": "3.9.17", - "tag": "@microsoft/gulp-core-build-mocha_v3.9.17", - "date": "Wed, 19 May 2021 00:11:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.17`" - } - ] - } - }, - { - "version": "3.9.16", - "tag": "@microsoft/gulp-core-build-mocha_v3.9.16", - "date": "Mon, 03 May 2021 15:10:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.16`" - } - ] - } - }, - { - "version": "3.9.15", - "tag": "@microsoft/gulp-core-build-mocha_v3.9.15", - "date": "Thu, 29 Apr 2021 23:26:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.15`" - } - ] - } - }, - { - "version": "3.9.14", - "tag": "@microsoft/gulp-core-build-mocha_v3.9.14", - "date": "Mon, 12 Apr 2021 15:10:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.14`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.4`" - } - ] - } - }, - { - "version": "3.9.13", - "tag": "@microsoft/gulp-core-build-mocha_v3.9.13", - "date": "Tue, 06 Apr 2021 15:14:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.13`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.3`" - } - ] - } - }, - { - "version": "3.9.12", - "tag": "@microsoft/gulp-core-build-mocha_v3.9.12", - "date": "Fri, 05 Feb 2021 16:10:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.12`" - } - ] - } - }, - { - "version": "3.9.11", - "tag": "@microsoft/gulp-core-build-mocha_v3.9.11", - "date": "Thu, 10 Dec 2020 23:25:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.11`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.2`" - } - ] - } - }, - { - "version": "3.9.10", - "tag": "@microsoft/gulp-core-build-mocha_v3.9.10", - "date": "Mon, 30 Nov 2020 16:11:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.10`" - } - ] - } - }, - { - "version": "3.9.9", - "tag": "@microsoft/gulp-core-build-mocha_v3.9.9", - "date": "Wed, 11 Nov 2020 01:08:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.9`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.1`" - } - ] - } - }, - { - "version": "3.9.8", - "tag": "@microsoft/gulp-core-build-mocha_v3.9.8", - "date": "Tue, 10 Nov 2020 23:13:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.8`" - } - ] - } - }, - { - "version": "3.9.7", - "tag": "@microsoft/gulp-core-build-mocha_v3.9.7", - "date": "Fri, 30 Oct 2020 06:38:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.7`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.0`" - } - ] - } - }, - { - "version": "3.9.6", - "tag": "@microsoft/gulp-core-build-mocha_v3.9.6", - "date": "Fri, 30 Oct 2020 00:10:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.3`" - } - ] - } - }, - { - "version": "3.9.5", - "tag": "@microsoft/gulp-core-build-mocha_v3.9.5", - "date": "Wed, 28 Oct 2020 01:18:03 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.2`" - } - ] - } - }, - { - "version": "3.9.4", - "tag": "@microsoft/gulp-core-build-mocha_v3.9.4", - "date": "Tue, 27 Oct 2020 15:10:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.4`" - } - ] - } - }, - { - "version": "3.9.3", - "tag": "@microsoft/gulp-core-build-mocha_v3.9.3", - "date": "Tue, 06 Oct 2020 00:24:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.1`" - } - ] - } - }, - { - "version": "3.9.2", - "tag": "@microsoft/gulp-core-build-mocha_v3.9.2", - "date": "Mon, 05 Oct 2020 22:36:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.0`" - } - ] - } - }, - { - "version": "3.9.1", - "tag": "@microsoft/gulp-core-build-mocha_v3.9.1", - "date": "Wed, 30 Sep 2020 18:39:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.3`" - } - ] - } - }, - { - "version": "3.9.0", - "tag": "@microsoft/gulp-core-build-mocha_v3.9.0", - "date": "Wed, 30 Sep 2020 06:53:53 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade compiler; the API now requires TypeScript 3.9 or newer" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.2`" - } - ] - } - }, - { - "version": "3.8.37", - "tag": "@microsoft/gulp-core-build-mocha_v3.8.37", - "date": "Tue, 22 Sep 2020 05:45:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.28`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.1`" - } - ] - } - }, - { - "version": "3.8.36", - "tag": "@microsoft/gulp-core-build-mocha_v3.8.36", - "date": "Tue, 22 Sep 2020 01:45:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.27`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.0`" - } - ] - } - }, - { - "version": "3.8.35", - "tag": "@microsoft/gulp-core-build-mocha_v3.8.35", - "date": "Tue, 22 Sep 2020 00:08:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.26`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.0.0`" - } - ] - } - }, - { - "version": "3.8.34", - "tag": "@microsoft/gulp-core-build-mocha_v3.8.34", - "date": "Sat, 19 Sep 2020 04:37:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.25`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.2`" - } - ] - } - }, - { - "version": "3.8.33", - "tag": "@microsoft/gulp-core-build-mocha_v3.8.33", - "date": "Sat, 19 Sep 2020 03:33:07 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.24`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.1`" - } - ] - } - }, - { - "version": "3.8.32", - "tag": "@microsoft/gulp-core-build-mocha_v3.8.32", - "date": "Fri, 18 Sep 2020 22:57:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.23`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.0`" - } - ] - } - }, - { - "version": "3.8.31", - "tag": "@microsoft/gulp-core-build-mocha_v3.8.31", - "date": "Fri, 18 Sep 2020 21:49:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.22`" - } - ] - } - }, - { - "version": "3.8.30", - "tag": "@microsoft/gulp-core-build-mocha_v3.8.30", - "date": "Fri, 11 Sep 2020 02:13:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.21`" - } - ] - } - }, - { - "version": "3.8.29", - "tag": "@microsoft/gulp-core-build-mocha_v3.8.29", - "date": "Mon, 07 Sep 2020 07:37:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.20`" - } - ] - } - }, - { - "version": "3.8.28", - "tag": "@microsoft/gulp-core-build-mocha_v3.8.28", - "date": "Thu, 27 Aug 2020 11:27:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.19`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.3.0`" - } - ] - } - }, - { - "version": "3.8.27", - "tag": "@microsoft/gulp-core-build-mocha_v3.8.27", - "date": "Mon, 24 Aug 2020 07:35:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.18`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.1`" - } - ] - } - }, - { - "version": "3.8.26", - "tag": "@microsoft/gulp-core-build-mocha_v3.8.26", - "date": "Sat, 22 Aug 2020 05:55:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.17`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.0`" - } - ] - } - }, - { - "version": "3.8.25", - "tag": "@microsoft/gulp-core-build-mocha_v3.8.25", - "date": "Tue, 18 Aug 2020 23:59:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.16`" - } - ] - } - }, - { - "version": "3.8.24", - "tag": "@microsoft/gulp-core-build-mocha_v3.8.24", - "date": "Mon, 17 Aug 2020 04:53:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.15`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.1.0`" - } - ] - } - }, - { - "version": "3.8.23", - "tag": "@microsoft/gulp-core-build-mocha_v3.8.23", - "date": "Wed, 12 Aug 2020 00:10:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.14`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.0.4`" - } - ] - } - }, - { - "version": "3.8.22", - "tag": "@microsoft/gulp-core-build-mocha_v3.8.22", - "date": "Wed, 05 Aug 2020 18:27:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.13`" - } - ] - } - }, - { - "version": "3.8.21", - "tag": "@microsoft/gulp-core-build-mocha_v3.8.21", - "date": "Fri, 03 Jul 2020 15:09:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.11` to `3.16.12`" - } - ] - } - }, - { - "version": "3.8.20", - "tag": "@microsoft/gulp-core-build-mocha_v3.8.20", - "date": "Thu, 25 Jun 2020 06:43:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.10` to `3.16.11`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.1` to `1.0.2`" - } - ] - } - }, - { - "version": "3.8.19", - "tag": "@microsoft/gulp-core-build-mocha_v3.8.19", - "date": "Wed, 24 Jun 2020 09:50:48 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.9` to `3.16.10`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.0` to `1.0.1`" - } - ] - } - }, - { - "version": "3.8.18", - "tag": "@microsoft/gulp-core-build-mocha_v3.8.18", - "date": "Wed, 24 Jun 2020 09:04:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.8` to `3.16.9`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.8` to `1.0.0`" - } - ] - } - }, - { - "version": "3.8.17", - "tag": "@microsoft/gulp-core-build-mocha_v3.8.17", - "date": "Wed, 10 Jun 2020 20:48:30 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.7` to `3.16.8`" - } - ] - } - }, - { - "version": "3.8.16", - "tag": "@microsoft/gulp-core-build-mocha_v3.8.16", - "date": "Sat, 30 May 2020 02:59:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.6` to `3.16.7`" - } - ] - } - }, - { - "version": "3.8.15", - "tag": "@microsoft/gulp-core-build-mocha_v3.8.15", - "date": "Thu, 28 May 2020 05:59:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.5` to `3.16.6`" - } - ] - } - }, - { - "version": "3.8.14", - "tag": "@microsoft/gulp-core-build-mocha_v3.8.14", - "date": "Wed, 27 May 2020 05:15:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.4` to `3.16.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.7` to `0.5.8`" - } - ] - } - }, - { - "version": "3.8.13", - "tag": "@microsoft/gulp-core-build-mocha_v3.8.13", - "date": "Tue, 26 May 2020 23:00:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.3` to `3.16.4`" - } - ] - } - }, - { - "version": "3.8.12", - "tag": "@microsoft/gulp-core-build-mocha_v3.8.12", - "date": "Fri, 22 May 2020 15:08:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.2` to `3.16.3`" - } - ] - } - }, - { - "version": "3.8.11", - "tag": "@microsoft/gulp-core-build-mocha_v3.8.11", - "date": "Thu, 21 May 2020 23:09:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.1` to `3.16.2`" - } - ] - } - }, - { - "version": "3.8.10", - "tag": "@microsoft/gulp-core-build-mocha_v3.8.10", - "date": "Thu, 21 May 2020 15:42:00 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.0` to `3.16.1`" - } - ] - } - }, - { - "version": "3.8.9", - "tag": "@microsoft/gulp-core-build-mocha_v3.8.9", - "date": "Sat, 02 May 2020 00:08:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.5` to `3.16.0`" - } - ] - } - }, - { - "version": "3.8.8", - "tag": "@microsoft/gulp-core-build-mocha_v3.8.8", - "date": "Wed, 08 Apr 2020 04:07:34 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.4` to `3.15.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.6` to `0.5.7`" - } - ] - } - }, - { - "version": "3.8.7", - "tag": "@microsoft/gulp-core-build-mocha_v3.8.7", - "date": "Sat, 28 Mar 2020 00:37:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.3` to `3.15.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.5` to `0.5.6`" - } - ] - } - }, - { - "version": "3.8.6", - "tag": "@microsoft/gulp-core-build-mocha_v3.8.6", - "date": "Wed, 18 Mar 2020 15:07:47 GMT", - "comments": { - "patch": [ - { - "comment": "Upgrade cyclic dependencies" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.2` to `3.15.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.4` to `0.5.5`" - } - ] - } - }, - { - "version": "3.8.5", - "tag": "@microsoft/gulp-core-build-mocha_v3.8.5", - "date": "Tue, 17 Mar 2020 23:55:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.1` to `3.15.2`" - } - ] - } - }, - { - "version": "3.8.4", - "tag": "@microsoft/gulp-core-build-mocha_v3.8.4", - "date": "Tue, 28 Jan 2020 02:23:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.0` to `3.15.1`" - } - ] - } - }, - { - "version": "3.8.3", - "tag": "@microsoft/gulp-core-build-mocha_v3.8.3", - "date": "Fri, 24 Jan 2020 00:27:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.14.2` to `3.15.0`" - } - ] - } - }, - { - "version": "3.8.2", - "tag": "@microsoft/gulp-core-build-mocha_v3.8.2", - "date": "Thu, 23 Jan 2020 01:07:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.14.1` to `3.14.2`" - } - ] - } - }, - { - "version": "3.8.1", - "tag": "@microsoft/gulp-core-build-mocha_v3.8.1", - "date": "Tue, 21 Jan 2020 21:56:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.14.0` to `3.14.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.3` to `0.5.4`" - } - ] - } - }, - { - "version": "3.8.0", - "tag": "@microsoft/gulp-core-build-mocha_v3.8.0", - "date": "Sun, 19 Jan 2020 02:26:52 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade Node typings to Node 10" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.13.4` to `3.14.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.2` to `0.5.3`" - } - ] - } - }, - { - "version": "3.7.10", - "tag": "@microsoft/gulp-core-build-mocha_v3.7.10", - "date": "Fri, 17 Jan 2020 01:08:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.13.3` to `3.13.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.1` to `0.5.2`" - } - ] - } - }, - { - "version": "3.7.9", - "tag": "@microsoft/gulp-core-build-mocha_v3.7.9", - "date": "Sat, 11 Jan 2020 05:18:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.13.2` to `3.13.3`" - } - ] - } - }, - { - "version": "3.7.8", - "tag": "@microsoft/gulp-core-build-mocha_v3.7.8", - "date": "Thu, 09 Jan 2020 06:44:13 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.13.1` to `3.13.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.0` to `0.5.1`" - } - ] - } - }, - { - "version": "3.7.7", - "tag": "@microsoft/gulp-core-build-mocha_v3.7.7", - "date": "Wed, 08 Jan 2020 00:11:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.13.0` to `3.13.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.2` to `0.5.0`" - } - ] - } - }, - { - "version": "3.7.6", - "tag": "@microsoft/gulp-core-build-mocha_v3.7.6", - "date": "Wed, 04 Dec 2019 23:17:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.5` to `3.13.0`" - } - ] - } - }, - { - "version": "3.7.5", - "tag": "@microsoft/gulp-core-build-mocha_v3.7.5", - "date": "Fri, 15 Nov 2019 04:50:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.4` to `3.12.5`" - } - ] - } - }, - { - "version": "3.7.4", - "tag": "@microsoft/gulp-core-build-mocha_v3.7.4", - "date": "Mon, 11 Nov 2019 16:07:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.3` to `3.12.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.1` to `0.4.2`" - } - ] - } - }, - { - "version": "3.7.3", - "tag": "@microsoft/gulp-core-build-mocha_v3.7.3", - "date": "Tue, 05 Nov 2019 06:49:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.2` to `3.12.3`" - } - ] - } - }, - { - "version": "3.7.2", - "tag": "@microsoft/gulp-core-build-mocha_v3.7.2", - "date": "Tue, 22 Oct 2019 06:24:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.1` to `3.12.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.0` to `0.4.1`" - } - ] - } - }, - { - "version": "3.7.1", - "tag": "@microsoft/gulp-core-build-mocha_v3.7.1", - "date": "Sun, 29 Sep 2019 23:56:29 GMT", - "comments": { - "patch": [ - { - "comment": "Update repository URL" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.0` to `3.12.1`" - } - ] - } - }, - { - "version": "3.7.0", - "tag": "@microsoft/gulp-core-build-mocha_v3.7.0", - "date": "Mon, 23 Sep 2019 15:14:55 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade @types/node dependency" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.11.3` to `3.12.0`" - } - ] - } - }, - { - "version": "3.6.4", - "tag": "@microsoft/gulp-core-build-mocha_v3.6.4", - "date": "Tue, 10 Sep 2019 22:32:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.11.2` to `3.11.3`" - } - ] - } - }, - { - "version": "3.6.3", - "tag": "@microsoft/gulp-core-build-mocha_v3.6.3", - "date": "Wed, 04 Sep 2019 18:28:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.11.1` to `3.11.2`" - } - ] - } - }, - { - "version": "3.6.2", - "tag": "@microsoft/gulp-core-build-mocha_v3.6.2", - "date": "Thu, 08 Aug 2019 15:14:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.11.0` to `3.11.1`" - } - ] - } - }, - { - "version": "3.6.1", - "tag": "@microsoft/gulp-core-build-mocha_v3.6.1", - "date": "Mon, 05 Aug 2019 22:04:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.10.0` to `3.11.0`" - } - ] - } - }, - { - "version": "3.6.0", - "tag": "@microsoft/gulp-core-build-mocha_v3.6.0", - "date": "Tue, 23 Jul 2019 19:14:38 GMT", - "comments": { - "minor": [ - { - "comment": "Update gulp to 4.0.2" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.26` to `3.10.0`" - } - ] - } - }, - { - "version": "3.5.76", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.76", - "date": "Wed, 03 Apr 2019 02:58:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.25` to `3.9.26`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.0` to `0.3.1`" - } - ] - } - }, - { - "version": "3.5.75", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.75", - "date": "Tue, 02 Apr 2019 01:12:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.24` to `3.9.25`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.20` to `0.3.0`" - } - ] - } - }, - { - "version": "3.5.74", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.74", - "date": "Sat, 30 Mar 2019 22:27:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.23` to `3.9.24`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.19` to `0.2.20`" - } - ] - } - }, - { - "version": "3.5.73", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.73", - "date": "Thu, 28 Mar 2019 19:14:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.22` to `3.9.23`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.18` to `0.2.19`" - } - ] - } - }, - { - "version": "3.5.72", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.72", - "date": "Tue, 26 Mar 2019 20:54:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.21` to `3.9.22`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.17` to `0.2.18`" - } - ] - } - }, - { - "version": "3.5.71", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.71", - "date": "Sat, 23 Mar 2019 03:48:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.20` to `3.9.21`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.16` to `0.2.17`" - } - ] - } - }, - { - "version": "3.5.70", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.70", - "date": "Thu, 21 Mar 2019 04:59:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.19` to `3.9.20`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.15` to `0.2.16`" - } - ] - } - }, - { - "version": "3.5.69", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.69", - "date": "Thu, 21 Mar 2019 01:15:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.18` to `3.9.19`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.14` to `0.2.15`" - } - ] - } - }, - { - "version": "3.5.68", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.68", - "date": "Wed, 20 Mar 2019 19:14:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.17` to `3.9.18`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.13` to `0.2.14`" - } - ] - } - }, - { - "version": "3.5.67", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.67", - "date": "Mon, 18 Mar 2019 04:28:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.16` to `3.9.17`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.12` to `0.2.13`" - } - ] - } - }, - { - "version": "3.5.66", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.66", - "date": "Fri, 15 Mar 2019 19:13:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.15` to `3.9.16`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.11` to `0.2.12`" - } - ] - } - }, - { - "version": "3.5.65", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.65", - "date": "Wed, 13 Mar 2019 19:13:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.14` to `3.9.15`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.10` to `0.2.11`" - } - ] - } - }, - { - "version": "3.5.64", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.64", - "date": "Wed, 13 Mar 2019 01:14:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.13` to `3.9.14`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.9` to `0.2.10`" - } - ] - } - }, - { - "version": "3.5.63", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.63", - "date": "Mon, 11 Mar 2019 16:13:36 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.12` to `3.9.13`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.8` to `0.2.9`" - } - ] - } - }, - { - "version": "3.5.62", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.62", - "date": "Tue, 05 Mar 2019 17:13:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.11` to `3.9.12`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.7` to `0.2.8`" - } - ] - } - }, - { - "version": "3.5.61", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.61", - "date": "Mon, 04 Mar 2019 17:13:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.10` to `3.9.11`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.6` to `0.2.7`" - } - ] - } - }, - { - "version": "3.5.60", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.60", - "date": "Wed, 27 Feb 2019 22:13:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.9` to `3.9.10`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.5` to `0.2.6`" - } - ] - } - }, - { - "version": "3.5.59", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.59", - "date": "Wed, 27 Feb 2019 17:13:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.8` to `3.9.9`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.4` to `0.2.5`" - } - ] - } - }, - { - "version": "3.5.58", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.58", - "date": "Mon, 18 Feb 2019 17:13:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.7` to `3.9.8`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.3` to `0.2.4`" - } - ] - } - }, - { - "version": "3.5.57", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.57", - "date": "Tue, 12 Feb 2019 17:13:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.6` to `3.9.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.2` to `0.2.3`" - } - ] - } - }, - { - "version": "3.5.56", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.56", - "date": "Mon, 11 Feb 2019 10:32:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.5` to `3.9.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.5.1` to `0.5.2`" - } - ] - } - }, - { - "version": "3.5.55", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.55", - "date": "Mon, 11 Feb 2019 03:31:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.4` to `3.9.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.5.0` to `0.5.1`" - } - ] - } - }, - { - "version": "3.5.54", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.54", - "date": "Wed, 30 Jan 2019 20:49:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.3` to `3.9.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.4.0` to `0.5.0`" - } - ] - } - }, - { - "version": "3.5.53", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.53", - "date": "Sat, 19 Jan 2019 03:47:47 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.2` to `3.9.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.3.4` to `0.4.0`" - } - ] - } - }, - { - "version": "3.5.52", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.52", - "date": "Tue, 15 Jan 2019 17:04:09 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.1` to `3.9.2`" - } - ] - } - }, - { - "version": "3.5.51", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.51", - "date": "Thu, 10 Jan 2019 01:57:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.0` to `3.9.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.3.3` to `0.3.4`" - } - ] - } - }, - { - "version": "3.5.50", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.50", - "date": "Mon, 07 Jan 2019 17:04:07 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.57` to `3.9.0`" - } - ] - } - }, - { - "version": "3.5.49", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.49", - "date": "Wed, 19 Dec 2018 05:57:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.56` to `3.8.57`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.3.2` to `0.3.3`" - } - ] - } - }, - { - "version": "3.5.48", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.48", - "date": "Thu, 13 Dec 2018 02:58:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.55` to `3.8.56`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.3.1` to `0.3.2`" - } - ] - } - }, - { - "version": "3.5.47", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.47", - "date": "Wed, 12 Dec 2018 17:04:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.54` to `3.8.55`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.3.0` to `0.3.1`" - } - ] - } - }, - { - "version": "3.5.46", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.46", - "date": "Sat, 08 Dec 2018 06:35:36 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.53` to `3.8.54`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.2.1` to `0.3.0`" - } - ] - } - }, - { - "version": "3.5.45", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.45", - "date": "Fri, 07 Dec 2018 17:04:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.52` to `3.8.53`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.2.0` to `0.2.1`" - } - ] - } - }, - { - "version": "3.5.44", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.44", - "date": "Fri, 30 Nov 2018 23:34:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.51` to `3.8.52`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.1.1` to `0.2.0`" - } - ] - } - }, - { - "version": "3.5.43", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.43", - "date": "Thu, 29 Nov 2018 07:02:09 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.50` to `3.8.51`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.1.0` to `0.1.1`" - } - ] - } - }, - { - "version": "3.5.42", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.42", - "date": "Thu, 29 Nov 2018 00:35:38 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.49` to `3.8.50`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.0.0` to `0.1.0`" - } - ] - } - }, - { - "version": "3.5.41", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.41", - "date": "Wed, 28 Nov 2018 19:29:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.48` to `3.8.49`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.5` to `0.5.6`" - } - ] - } - }, - { - "version": "3.5.40", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.40", - "date": "Wed, 28 Nov 2018 02:17:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.47` to `3.8.48`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.4` to `0.5.5`" - } - ] - } - }, - { - "version": "3.5.39", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.39", - "date": "Fri, 16 Nov 2018 21:37:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.46` to `3.8.47`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.3` to `0.5.4`" - } - ] - } - }, - { - "version": "3.5.38", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.38", - "date": "Fri, 16 Nov 2018 00:59:00 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.45` to `3.8.46`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.2` to `0.5.3`" - } - ] - } - }, - { - "version": "3.5.37", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.37", - "date": "Fri, 09 Nov 2018 23:07:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.44` to `3.8.45`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.1` to `0.5.2`" - } - ] - } - }, - { - "version": "3.5.36", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.36", - "date": "Wed, 07 Nov 2018 21:04:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.43` to `3.8.44`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.0` to `0.5.1`" - } - ] - } - }, - { - "version": "3.5.35", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.35", - "date": "Wed, 07 Nov 2018 17:03:03 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.42` to `3.8.43`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.4.4` to `0.5.0`" - } - ] - } - }, - { - "version": "3.5.34", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.34", - "date": "Mon, 05 Nov 2018 17:04:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.41` to `3.8.42`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.4.3` to `0.4.4`" - } - ] - } - }, - { - "version": "3.5.33", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.33", - "date": "Thu, 01 Nov 2018 21:33:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.40` to `3.8.41`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.4.2` to `0.4.3`" - } - ] - } - }, - { - "version": "3.5.32", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.32", - "date": "Thu, 01 Nov 2018 19:32:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.39` to `3.8.40`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.4.1` to `0.4.2`" - } - ] - } - }, - { - "version": "3.5.31", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.31", - "date": "Wed, 31 Oct 2018 17:00:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.38` to `3.8.39`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.4.0` to `0.4.1`" - } - ] - } - }, - { - "version": "3.5.30", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.30", - "date": "Sat, 27 Oct 2018 03:45:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.37` to `3.8.38`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.3.0` to `0.4.0`" - } - ] - } - }, - { - "version": "3.5.29", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.29", - "date": "Sat, 27 Oct 2018 02:17:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.36` to `3.8.37`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.2.0` to `0.3.0`" - } - ] - } - }, - { - "version": "3.5.28", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.28", - "date": "Sat, 27 Oct 2018 00:26:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.35` to `3.8.36`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.20` to `0.2.0`" - } - ] - } - }, - { - "version": "3.5.27", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.27", - "date": "Thu, 25 Oct 2018 23:20:40 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.34` to `3.8.35`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.19` to `0.1.20`" - } - ] - } - }, - { - "version": "3.5.26", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.26", - "date": "Thu, 25 Oct 2018 08:56:03 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.33` to `3.8.34`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.18` to `0.1.19`" - } - ] - } - }, - { - "version": "3.5.25", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.25", - "date": "Wed, 24 Oct 2018 16:03:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.32` to `3.8.33`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.17` to `0.1.18`" - } - ] - } - }, - { - "version": "3.5.24", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.24", - "date": "Thu, 18 Oct 2018 05:30:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.31` to `3.8.32`" - } - ] - } - }, - { - "version": "3.5.23", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.23", - "date": "Thu, 18 Oct 2018 01:32:21 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.30` to `3.8.31`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.16` to `0.1.17`" - } - ] - } - }, - { - "version": "3.5.22", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.22", - "date": "Wed, 17 Oct 2018 21:04:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.29` to `3.8.30`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.15` to `0.1.16`" - } - ] - } - }, - { - "version": "3.5.21", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.21", - "date": "Wed, 17 Oct 2018 14:43:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.28` to `3.8.29`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.14` to `0.1.15`" - } - ] - } - }, - { - "version": "3.5.20", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.20", - "date": "Thu, 11 Oct 2018 23:26:07 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.27` to `3.8.28`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.13` to `0.1.14`" - } - ] - } - }, - { - "version": "3.5.19", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.19", - "date": "Tue, 09 Oct 2018 06:58:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.26` to `3.8.27`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.12` to `0.1.13`" - } - ] - } - }, - { - "version": "3.5.18", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.18", - "date": "Mon, 08 Oct 2018 16:04:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.25` to `3.8.26`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.11` to `0.1.12`" - } - ] - } - }, - { - "version": "3.5.17", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.17", - "date": "Sun, 07 Oct 2018 06:15:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.24` to `3.8.25`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.10` to `0.1.11`" - } - ] - } - }, - { - "version": "3.5.16", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.16", - "date": "Fri, 28 Sep 2018 16:05:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.23` to `3.8.24`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.9` to `0.1.10`" - } - ] - } - }, - { - "version": "3.5.15", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.15", - "date": "Wed, 26 Sep 2018 21:39:40 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.22` to `3.8.23`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.8` to `0.1.9`" - } - ] - } - }, - { - "version": "3.5.14", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.14", - "date": "Mon, 24 Sep 2018 23:06:40 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.21` to `3.8.22`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.7` to `0.1.8`" - } - ] - } - }, - { - "version": "3.5.13", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.13", - "date": "Fri, 21 Sep 2018 16:04:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.20` to `3.8.21`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.6` to `0.1.7`" - } - ] - } - }, - { - "version": "3.5.12", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.12", - "date": "Thu, 20 Sep 2018 23:57:21 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.19` to `3.8.20`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.5` to `0.1.6`" - } - ] - } - }, - { - "version": "3.5.11", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.11", - "date": "Tue, 18 Sep 2018 21:04:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.18` to `3.8.19`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.4` to `0.1.5`" - } - ] - } - }, - { - "version": "3.5.10", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.10", - "date": "Thu, 06 Sep 2018 01:25:26 GMT", - "comments": { - "patch": [ - { - "comment": "Update \"repository\" field in package.json" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.17` to `3.8.18`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.3` to `0.1.4`" - } - ] - } - }, - { - "version": "3.5.9", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.9", - "date": "Tue, 04 Sep 2018 21:34:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.16` to `3.8.17`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.2` to `0.1.3`" - } - ] - } - }, - { - "version": "3.5.8", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.8", - "date": "Mon, 03 Sep 2018 16:04:45 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.15` to `3.8.16`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.1` to `0.1.2`" - } - ] - } - }, - { - "version": "3.5.7", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.7", - "date": "Thu, 30 Aug 2018 19:23:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.14` to `3.8.15`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack\" from `0.1.0` to `0.1.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.0` to `0.1.1`" - } - ] - } - }, - { - "version": "3.5.6", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.6", - "date": "Thu, 30 Aug 2018 18:45:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.13` to `3.8.14`" - } - ] - } - }, - { - "version": "3.5.5", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.5", - "date": "Wed, 29 Aug 2018 21:43:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.12` to `3.8.13`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack\" from `0.0.1` to `0.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.0.1` to `0.1.0`" - } - ] - } - }, - { - "version": "3.5.4", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.4", - "date": "Wed, 29 Aug 2018 06:36:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.11` to `3.8.12`" - } - ] - } - }, - { - "version": "3.5.3", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.3", - "date": "Thu, 23 Aug 2018 18:18:53 GMT", - "comments": { - "patch": [ - { - "comment": "Republish all packages in web-build-tools to resolve GitHub issue #782" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.10` to `3.8.11`" - } - ] - } - }, - { - "version": "3.5.2", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.2", - "date": "Wed, 22 Aug 2018 20:58:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.9` to `3.8.10`" - } - ] - } - }, - { - "version": "3.5.1", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.1", - "date": "Wed, 22 Aug 2018 16:03:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.8` to `3.8.9`" - } - ] - } - }, - { - "version": "3.5.0", - "tag": "@microsoft/gulp-core-build-mocha_v3.5.0", - "date": "Thu, 09 Aug 2018 21:58:02 GMT", - "comments": { - "minor": [ - { - "comment": "Fix an issue where the mocha task was breaking the build for projects that don't have any unit tests yet" - } - ] - } - }, - { - "version": "3.4.3", - "tag": "@microsoft/gulp-core-build-mocha_v3.4.3", - "date": "Thu, 09 Aug 2018 21:03:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.7` to `3.8.8`" - } - ] - } - }, - { - "version": "3.4.2", - "tag": "@microsoft/gulp-core-build-mocha_v3.4.2", - "date": "Tue, 07 Aug 2018 22:27:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.6` to `3.8.7`" - } - ] - } - }, - { - "version": "3.4.1", - "tag": "@microsoft/gulp-core-build-mocha_v3.4.1", - "date": "Thu, 26 Jul 2018 16:04:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.5` to `3.8.6`" - } - ] - } - }, - { - "version": "3.4.0", - "tag": "@microsoft/gulp-core-build-mocha_v3.4.0", - "date": "Fri, 20 Jul 2018 16:04:52 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrading mocha-related pack ages to remove dependency on a version of \"growl\" with NSP warnings." - } - ] - } - }, - { - "version": "3.3.31", - "tag": "@microsoft/gulp-core-build-mocha_v3.3.31", - "date": "Tue, 03 Jul 2018 21:03:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.4` to `3.8.5`" - } - ] - } - }, - { - "version": "3.3.30", - "tag": "@microsoft/gulp-core-build-mocha_v3.3.30", - "date": "Thu, 21 Jun 2018 08:27:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.3` to `3.8.4`" - } - ] - } - }, - { - "version": "3.3.29", - "tag": "@microsoft/gulp-core-build-mocha_v3.3.29", - "date": "Fri, 08 Jun 2018 08:43:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.2` to `3.8.3`" - } - ] - } - }, - { - "version": "3.3.28", - "tag": "@microsoft/gulp-core-build-mocha_v3.3.28", - "date": "Thu, 31 May 2018 01:39:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.1` to `3.8.2`" - } - ] - } - }, - { - "version": "3.3.27", - "tag": "@microsoft/gulp-core-build-mocha_v3.3.27", - "date": "Tue, 15 May 2018 02:26:45 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.0` to `3.8.1`" - } - ] - } - }, - { - "version": "3.3.26", - "tag": "@microsoft/gulp-core-build-mocha_v3.3.26", - "date": "Fri, 11 May 2018 22:43:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.5` to `3.8.0`" - } - ] - } - }, - { - "version": "3.3.25", - "tag": "@microsoft/gulp-core-build-mocha_v3.3.25", - "date": "Fri, 04 May 2018 00:42:38 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.4` to `3.7.5`" - } - ] - } - }, - { - "version": "3.3.24", - "tag": "@microsoft/gulp-core-build-mocha_v3.3.24", - "date": "Tue, 03 Apr 2018 16:05:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.3` to `3.7.4`" - } - ] - } - }, - { - "version": "3.3.23", - "tag": "@microsoft/gulp-core-build-mocha_v3.3.23", - "date": "Mon, 02 Apr 2018 16:05:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.2` to `3.7.3`" - } - ] - } - }, - { - "version": "3.3.22", - "tag": "@microsoft/gulp-core-build-mocha_v3.3.22", - "date": "Mon, 26 Mar 2018 19:12:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.1` to `3.7.2`" - } - ] - } - }, - { - "version": "3.3.21", - "tag": "@microsoft/gulp-core-build-mocha_v3.3.21", - "date": "Fri, 23 Mar 2018 00:34:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.0` to `3.7.1`" - } - ] - } - }, - { - "version": "3.3.20", - "tag": "@microsoft/gulp-core-build-mocha_v3.3.20", - "date": "Thu, 22 Mar 2018 18:34:13 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.10` to `3.7.0`" - } - ] - } - }, - { - "version": "3.3.19", - "tag": "@microsoft/gulp-core-build-mocha_v3.3.19", - "date": "Sat, 17 Mar 2018 02:54:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.9` to `3.6.10`" - } - ] - } - }, - { - "version": "3.3.18", - "tag": "@microsoft/gulp-core-build-mocha_v3.3.18", - "date": "Thu, 15 Mar 2018 16:05:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.8` to `3.6.9`" - } - ] - } - }, - { - "version": "3.3.17", - "tag": "@microsoft/gulp-core-build-mocha_v3.3.17", - "date": "Fri, 02 Mar 2018 01:13:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.7` to `3.6.8`" - } - ] - } - }, - { - "version": "3.3.16", - "tag": "@microsoft/gulp-core-build-mocha_v3.3.16", - "date": "Tue, 27 Feb 2018 22:05:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.6` to `3.6.7`" - } - ] - } - }, - { - "version": "3.3.15", - "tag": "@microsoft/gulp-core-build-mocha_v3.3.15", - "date": "Wed, 21 Feb 2018 22:04:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.5` to `3.6.6`" - } - ] - } - }, - { - "version": "3.3.14", - "tag": "@microsoft/gulp-core-build-mocha_v3.3.14", - "date": "Wed, 21 Feb 2018 03:13:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.4` to `3.6.5`" - } - ] - } - }, - { - "version": "3.3.13", - "tag": "@microsoft/gulp-core-build-mocha_v3.3.13", - "date": "Sat, 17 Feb 2018 02:53:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.3` to `3.6.4`" - } - ] - } - }, - { - "version": "3.3.12", - "tag": "@microsoft/gulp-core-build-mocha_v3.3.12", - "date": "Fri, 16 Feb 2018 22:05:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.2` to `3.6.3`" - } - ] - } - }, - { - "version": "3.3.11", - "tag": "@microsoft/gulp-core-build-mocha_v3.3.11", - "date": "Fri, 16 Feb 2018 17:05:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.1` to `3.6.2`" - } - ] - } - }, - { - "version": "3.3.10", - "tag": "@microsoft/gulp-core-build-mocha_v3.3.10", - "date": "Wed, 07 Feb 2018 17:05:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.0` to `3.6.1`" - } - ] - } - }, - { - "version": "3.3.9", - "tag": "@microsoft/gulp-core-build-mocha_v3.3.9", - "date": "Fri, 26 Jan 2018 22:05:30 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.5.3` to `3.6.0`" - } - ] - } - }, - { - "version": "3.3.8", - "tag": "@microsoft/gulp-core-build-mocha_v3.3.8", - "date": "Fri, 26 Jan 2018 17:53:38 GMT", - "comments": { - "patch": [ - { - "comment": "Force a patch bump in case the previous version was an empty package" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.5.2` to `3.5.3`" - } - ] - } - }, - { - "version": "3.3.7", - "tag": "@microsoft/gulp-core-build-mocha_v3.3.7", - "date": "Fri, 26 Jan 2018 00:36:51 GMT", - "comments": { - "patch": [ - { - "comment": "Increase Mocha test timeout to 15 seconds" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.5.1` to `3.5.2`" - } - ] - } - }, - { - "version": "3.3.6", - "tag": "@microsoft/gulp-core-build-mocha_v3.3.6", - "date": "Tue, 23 Jan 2018 17:05:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.5.0` to `3.5.1`" - } - ] - } - }, - { - "version": "3.3.5", - "tag": "@microsoft/gulp-core-build-mocha_v3.3.5", - "date": "Thu, 18 Jan 2018 03:23:46 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.4.4` to `3.5.0`" - } - ] - } - }, - { - "version": "3.3.4", - "tag": "@microsoft/gulp-core-build-mocha_v3.3.4", - "date": "Thu, 18 Jan 2018 00:48:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.4.3` to `3.4.4`" - } - ] - } - }, - { - "version": "3.3.3", - "tag": "@microsoft/gulp-core-build-mocha_v3.3.3", - "date": "Wed, 17 Jan 2018 10:49:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.4.2` to `3.4.3`" - } - ] - } - }, - { - "version": "3.3.2", - "tag": "@microsoft/gulp-core-build-mocha_v3.3.2", - "date": "Fri, 12 Jan 2018 03:35:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.4.1` to `3.4.2`" - } - ] - } - }, - { - "version": "3.3.1", - "tag": "@microsoft/gulp-core-build-mocha_v3.3.1", - "date": "Thu, 11 Jan 2018 22:31:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.4.0` to `3.4.1`" - } - ] - } - }, - { - "version": "3.3.0", - "tag": "@microsoft/gulp-core-build-mocha_v3.3.0", - "date": "Wed, 10 Jan 2018 20:40:01 GMT", - "comments": { - "minor": [ - { - "author": "Nicholas Pape ", - "commit": "1271a0dc21fedb882e7953f491771724f80323a1", - "comment": "Upgrade to Node 8" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.7` to `3.4.0`" - } - ] - } - }, - { - "version": "3.2.17", - "tag": "@microsoft/gulp-core-build-mocha_v3.2.17", - "date": "Tue, 09 Jan 2018 17:05:51 GMT", - "comments": { - "patch": [ - { - "author": "Nicholas Pape ", - "commit": "d00b6549d13610fbb6f84be3478b532be9da0747", - "comment": "Get web-build-tools building with pnpm" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.6` to `3.3.7`" - } - ] - } - }, - { - "version": "3.2.16", - "tag": "@microsoft/gulp-core-build-mocha_v3.2.16", - "date": "Sun, 07 Jan 2018 05:12:08 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.5` to `3.3.6`" - } - ] - } - }, - { - "version": "3.2.15", - "tag": "@microsoft/gulp-core-build-mocha_v3.2.15", - "date": "Fri, 05 Jan 2018 20:26:45 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.4` to `3.3.5`" - } - ] - } - }, - { - "version": "3.2.14", - "tag": "@microsoft/gulp-core-build-mocha_v3.2.14", - "date": "Fri, 05 Jan 2018 00:48:41 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.3` to `3.3.4`" - } - ] - } - }, - { - "version": "3.2.13", - "tag": "@microsoft/gulp-core-build-mocha_v3.2.13", - "date": "Fri, 22 Dec 2017 17:04:46 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.2` to `3.3.3`" - } - ] - } - }, - { - "version": "3.2.12", - "tag": "@microsoft/gulp-core-build-mocha_v3.2.12", - "date": "Tue, 12 Dec 2017 03:33:26 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.1` to `3.3.2`" - } - ] - } - }, - { - "version": "3.2.11", - "tag": "@microsoft/gulp-core-build-mocha_v3.2.11", - "date": "Thu, 30 Nov 2017 23:59:09 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.0` to `3.3.1`" - } - ] - } - }, - { - "version": "3.2.10", - "tag": "@microsoft/gulp-core-build-mocha_v3.2.10", - "date": "Thu, 30 Nov 2017 23:12:21 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.9` to `3.3.0`" - } - ] - } - }, - { - "version": "3.2.9", - "tag": "@microsoft/gulp-core-build-mocha_v3.2.9", - "date": "Wed, 29 Nov 2017 17:05:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.8` to `3.2.9`" - } - ] - } - }, - { - "version": "3.2.8", - "tag": "@microsoft/gulp-core-build-mocha_v3.2.8", - "date": "Tue, 28 Nov 2017 23:43:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.7` to `3.2.8`" - } - ] - } - }, - { - "version": "3.2.7", - "tag": "@microsoft/gulp-core-build-mocha_v3.2.7", - "date": "Mon, 13 Nov 2017 17:04:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.6` to `3.2.7`" - } - ] - } - }, - { - "version": "3.2.6", - "tag": "@microsoft/gulp-core-build-mocha_v3.2.6", - "date": "Mon, 06 Nov 2017 17:04:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.5` to `3.2.6`" - } - ] - } - }, - { - "version": "3.2.5", - "tag": "@microsoft/gulp-core-build-mocha_v3.2.5", - "date": "Thu, 02 Nov 2017 16:05:24 GMT", - "comments": { - "patch": [ - { - "author": "QZ ", - "commit": "2c58095f2f13492887cc1278c9a0cff49af9735b", - "comment": "lock the reference version between web build tools projects" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.4` to `3.2.5`" - } - ] - } - }, - { - "version": "3.2.4", - "tag": "@microsoft/gulp-core-build-mocha_v3.2.4", - "date": "Wed, 01 Nov 2017 21:06:08 GMT", - "comments": { - "patch": [ - { - "author": "pgonzal ", - "commit": "e449bd6cdc3c179461be68e59590c25021cd1286", - "comment": "Upgrade cyclic dependencies" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.3` to `3.2.4`" - } - ] - } - }, - { - "version": "3.2.3", - "tag": "@microsoft/gulp-core-build-mocha_v3.2.3", - "date": "Tue, 31 Oct 2017 21:04:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.2` to `3.2.3`" - } - ] - } - }, - { - "version": "3.2.2", - "tag": "@microsoft/gulp-core-build-mocha_v3.2.2", - "date": "Tue, 31 Oct 2017 16:04:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.1` to `3.2.2`" - } - ] - } - }, - { - "version": "3.2.1", - "tag": "@microsoft/gulp-core-build-mocha_v3.2.1", - "date": "Wed, 25 Oct 2017 20:03:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.0` to `3.2.1`" - } - ] - } - }, - { - "version": "3.2.0", - "tag": "@microsoft/gulp-core-build-mocha_v3.2.0", - "date": "Tue, 24 Oct 2017 18:17:12 GMT", - "comments": { - "minor": [ - { - "author": "QZ ", - "commit": "5fe47765dbb3567bebc30cf5d7ac2205f6e655b0", - "comment": "Turn off Mocha task when Jest task is enabled" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.6` to `3.2.0`" - } - ] - } - }, - { - "version": "3.1.6", - "tag": "@microsoft/gulp-core-build-mocha_v3.1.6", - "date": "Mon, 23 Oct 2017 21:53:12 GMT", - "comments": { - "patch": [ - { - "author": "pgonzal ", - "commit": "5de032b254b632b8af0d0dd98913acef589f88d5", - "comment": "Updated cyclic dependencies" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.5` to `3.1.6`" - } - ] - } - }, - { - "version": "3.1.5", - "tag": "@microsoft/gulp-core-build-mocha_v3.1.5", - "date": "Fri, 20 Oct 2017 19:57:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.4` to `3.1.5`" - } - ] - } - }, - { - "version": "3.1.4", - "tag": "@microsoft/gulp-core-build-mocha_v3.1.4", - "date": "Fri, 20 Oct 2017 01:52:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.3` to `3.1.4`" - } - ] - } - }, - { - "version": "3.1.3", - "tag": "@microsoft/gulp-core-build-mocha_v3.1.3", - "date": "Fri, 20 Oct 2017 01:04:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.2` to `3.1.3`" - } - ] - } - }, - { - "version": "3.1.2", - "tag": "@microsoft/gulp-core-build-mocha_v3.1.2", - "date": "Thu, 05 Oct 2017 01:05:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.1` to `3.1.2`" - } - ] - } - }, - { - "version": "3.1.1", - "tag": "@microsoft/gulp-core-build-mocha_v3.1.1", - "date": "Thu, 28 Sep 2017 01:04:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.0` to `3.1.1`" - } - ] - } - }, - { - "version": "3.1.0", - "tag": "@microsoft/gulp-core-build-mocha_v3.1.0", - "date": "Fri, 22 Sep 2017 01:04:02 GMT", - "comments": { - "minor": [ - { - "author": "Nick Pape ", - "commit": "481a10f460a454fb5a3e336e3cf25a1c3f710645", - "comment": "Upgrade to es6" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.8` to `3.1.0`" - } - ] - } - }, - { - "version": "3.0.8", - "tag": "@microsoft/gulp-core-build-mocha_v3.0.8", - "date": "Wed, 20 Sep 2017 22:10:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.7` to `3.0.8`" - } - ] - } - }, - { - "version": "3.0.7", - "tag": "@microsoft/gulp-core-build-mocha_v3.0.7", - "date": "Mon, 11 Sep 2017 13:04:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.6` to `3.0.7`" - } - ] - } - }, - { - "version": "3.0.6", - "tag": "@microsoft/gulp-core-build-mocha_v3.0.6", - "date": "Fri, 08 Sep 2017 01:28:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.5` to `3.0.6`" - } - ] - } - }, - { - "version": "3.0.5", - "tag": "@microsoft/gulp-core-build-mocha_v3.0.5", - "date": "Thu, 07 Sep 2017 13:04:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.4` to `3.0.5`" - } - ] - } - }, - { - "version": "3.0.4", - "tag": "@microsoft/gulp-core-build-mocha_v3.0.4", - "date": "Thu, 07 Sep 2017 00:11:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.3` to `3.0.4`" - } - ] - } - }, - { - "version": "3.0.3", - "tag": "@microsoft/gulp-core-build-mocha_v3.0.3", - "date": "Wed, 06 Sep 2017 13:03:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.2` to `3.0.3`" - } - ] - } - }, - { - "version": "3.0.2", - "tag": "@microsoft/gulp-core-build-mocha_v3.0.2", - "date": "Tue, 05 Sep 2017 19:03:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.1` to `3.0.2`" - } - ] - } - }, - { - "version": "3.0.1", - "tag": "@microsoft/gulp-core-build-mocha_v3.0.1", - "date": "Sat, 02 Sep 2017 01:04:26 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.0` to `3.0.1`" - } - ] - } - }, - { - "version": "3.0.0", - "tag": "@microsoft/gulp-core-build-mocha_v3.0.0", - "date": "Thu, 31 Aug 2017 18:41:18 GMT", - "comments": { - "major": [ - { - "comment": "Fix compatibility issues with old releases, by incrementing the major version number" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.10.1` to `3.0.0`" - } - ] - } - }, - { - "version": "2.1.13", - "tag": "@microsoft/gulp-core-build-mocha_v2.1.13", - "date": "Thu, 31 Aug 2017 17:46:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.10.0` to `2.10.1`" - } - ] - } - }, - { - "version": "2.1.12", - "tag": "@microsoft/gulp-core-build-mocha_v2.1.12", - "date": "Wed, 30 Aug 2017 01:04:34 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.6` to `2.10.0`" - } - ] - } - }, - { - "version": "2.1.11", - "tag": "@microsoft/gulp-core-build-mocha_v2.1.11", - "date": "Thu, 24 Aug 2017 22:44:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.5` to `2.9.6`" - } - ] - } - }, - { - "version": "2.1.10", - "tag": "@microsoft/gulp-core-build-mocha_v2.1.10", - "date": "Thu, 24 Aug 2017 01:04:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.4` to `2.9.5`" - } - ] - } - }, - { - "version": "2.1.9", - "tag": "@microsoft/gulp-core-build-mocha_v2.1.9", - "date": "Tue, 22 Aug 2017 13:04:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.3` to `2.9.4`" - } - ] - } - }, - { - "version": "2.1.8", - "tag": "@microsoft/gulp-core-build-mocha_v2.1.8", - "date": "Tue, 15 Aug 2017 19:04:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.2` to `2.9.3`" - } - ] - } - }, - { - "version": "2.1.7", - "tag": "@microsoft/gulp-core-build-mocha_v2.1.7", - "date": "Tue, 15 Aug 2017 01:29:31 GMT", - "comments": { - "patch": [ - { - "comment": "Force a patch bump to ensure everything is published" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.1` to `2.9.2`" - } - ] - } - }, - { - "version": "2.1.6", - "tag": "@microsoft/gulp-core-build-mocha_v2.1.6", - "date": "Sat, 12 Aug 2017 01:03:30 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.0` to `2.9.1`" - } - ] - } - }, - { - "version": "2.1.5", - "tag": "@microsoft/gulp-core-build-mocha_v2.1.5", - "date": "Fri, 11 Aug 2017 21:44:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.8.0` to `2.9.0`" - } - ] - } - }, - { - "version": "2.1.4", - "tag": "@microsoft/gulp-core-build-mocha_v2.1.4", - "date": "Sat, 05 Aug 2017 01:04:41 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.7.3` to `2.8.0`" - } - ] - } - }, - { - "version": "2.1.3", - "tag": "@microsoft/gulp-core-build-mocha_v2.1.3", - "date": "Mon, 31 Jul 2017 21:18:26 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.7.2` to `2.7.3`" - } - ] - } - }, - { - "version": "2.1.2", - "tag": "@microsoft/gulp-core-build-mocha_v2.1.2", - "date": "Thu, 27 Jul 2017 01:04:48 GMT", - "comments": { - "patch": [ - { - "comment": "Upgrade to the TS2.4 version of the build tools." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.7.1` to `2.7.2`" - } - ] - } - }, - { - "version": "2.1.1", - "tag": "@microsoft/gulp-core-build-mocha_v2.1.1", - "date": "Tue, 25 Jul 2017 20:03:31 GMT", - "comments": { - "patch": [ - { - "comment": "Upgrade to TypeScript 2.4" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.7.0 <3.0.0` to `>=2.7.0 <3.0.0`" - } - ] - } - }, - { - "version": "2.1.0", - "tag": "@microsoft/gulp-core-build-mocha_v2.1.0", - "date": "Fri, 07 Jul 2017 01:02:28 GMT", - "comments": { - "minor": [ - { - "comment": "Enable StrictNullChecks." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.5.6 <3.0.0` to `>=2.5.6 <3.0.0`" - } - ] - } - }, - { - "version": "2.0.3", - "tag": "@microsoft/gulp-core-build-mocha_v2.0.3", - "date": "Wed, 19 Apr 2017 20:18:06 GMT", - "comments": { - "patch": [ - { - "comment": "Remove ES6 Promise & @types/es6-promise typings" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.4.3 <3.0.0` to `>=2.4.3 <3.0.0`" - } - ] - } - }, - { - "version": "2.0.2", - "tag": "@microsoft/gulp-core-build-mocha_v2.0.2", - "date": "Wed, 15 Mar 2017 01:32:09 GMT", - "comments": { - "patch": [ - { - "comment": "Locking `@types` packages. Synchronizing version specifiers for dependencies with other `web-build-tools` projects." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.4.0 <3.0.0` to `>=2.4.0 <3.0.0`" - } - ] - } - }, - { - "version": "2.0.1", - "tag": "@microsoft/gulp-core-build-mocha_v2.0.1", - "date": "Fri, 13 Jan 2017 06:46:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.0.0 <3.0.0` to `>=2.0.1 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `>=1.0.0 <2.0.0` to `>=2.1.0 <3.0.0`" - } - ] - } - } - ] -} diff --git a/core-build/gulp-core-build-mocha/CHANGELOG.md b/core-build/gulp-core-build-mocha/CHANGELOG.md deleted file mode 100644 index 8500982d544..00000000000 --- a/core-build/gulp-core-build-mocha/CHANGELOG.md +++ /dev/null @@ -1,1236 +0,0 @@ -# Change Log - @microsoft/gulp-core-build-mocha - -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. - -## 3.9.17 -Wed, 19 May 2021 00:11:39 GMT - -_Version update only_ - -## 3.9.16 -Mon, 03 May 2021 15:10:29 GMT - -_Version update only_ - -## 3.9.15 -Thu, 29 Apr 2021 23:26:50 GMT - -_Version update only_ - -## 3.9.14 -Mon, 12 Apr 2021 15:10:28 GMT - -_Version update only_ - -## 3.9.13 -Tue, 06 Apr 2021 15:14:22 GMT - -_Version update only_ - -## 3.9.12 -Fri, 05 Feb 2021 16:10:42 GMT - -_Version update only_ - -## 3.9.11 -Thu, 10 Dec 2020 23:25:50 GMT - -_Version update only_ - -## 3.9.10 -Mon, 30 Nov 2020 16:11:49 GMT - -_Version update only_ - -## 3.9.9 -Wed, 11 Nov 2020 01:08:59 GMT - -_Version update only_ - -## 3.9.8 -Tue, 10 Nov 2020 23:13:12 GMT - -_Version update only_ - -## 3.9.7 -Fri, 30 Oct 2020 06:38:39 GMT - -_Version update only_ - -## 3.9.6 -Fri, 30 Oct 2020 00:10:14 GMT - -_Version update only_ - -## 3.9.5 -Wed, 28 Oct 2020 01:18:03 GMT - -_Version update only_ - -## 3.9.4 -Tue, 27 Oct 2020 15:10:14 GMT - -_Version update only_ - -## 3.9.3 -Tue, 06 Oct 2020 00:24:06 GMT - -_Version update only_ - -## 3.9.2 -Mon, 05 Oct 2020 22:36:57 GMT - -_Version update only_ - -## 3.9.1 -Wed, 30 Sep 2020 18:39:17 GMT - -_Version update only_ - -## 3.9.0 -Wed, 30 Sep 2020 06:53:53 GMT - -### Minor changes - -- Upgrade compiler; the API now requires TypeScript 3.9 or newer - -## 3.8.37 -Tue, 22 Sep 2020 05:45:57 GMT - -_Version update only_ - -## 3.8.36 -Tue, 22 Sep 2020 01:45:31 GMT - -_Version update only_ - -## 3.8.35 -Tue, 22 Sep 2020 00:08:53 GMT - -_Version update only_ - -## 3.8.34 -Sat, 19 Sep 2020 04:37:27 GMT - -_Version update only_ - -## 3.8.33 -Sat, 19 Sep 2020 03:33:07 GMT - -_Version update only_ - -## 3.8.32 -Fri, 18 Sep 2020 22:57:25 GMT - -_Version update only_ - -## 3.8.31 -Fri, 18 Sep 2020 21:49:54 GMT - -_Version update only_ - -## 3.8.30 -Fri, 11 Sep 2020 02:13:35 GMT - -_Version update only_ - -## 3.8.29 -Mon, 07 Sep 2020 07:37:37 GMT - -_Version update only_ - -## 3.8.28 -Thu, 27 Aug 2020 11:27:06 GMT - -_Version update only_ - -## 3.8.27 -Mon, 24 Aug 2020 07:35:20 GMT - -_Version update only_ - -## 3.8.26 -Sat, 22 Aug 2020 05:55:43 GMT - -_Version update only_ - -## 3.8.25 -Tue, 18 Aug 2020 23:59:42 GMT - -_Version update only_ - -## 3.8.24 -Mon, 17 Aug 2020 04:53:23 GMT - -_Version update only_ - -## 3.8.23 -Wed, 12 Aug 2020 00:10:06 GMT - -_Version update only_ - -## 3.8.22 -Wed, 05 Aug 2020 18:27:33 GMT - -_Version update only_ - -## 3.8.21 -Fri, 03 Jul 2020 15:09:04 GMT - -_Version update only_ - -## 3.8.20 -Thu, 25 Jun 2020 06:43:35 GMT - -_Version update only_ - -## 3.8.19 -Wed, 24 Jun 2020 09:50:48 GMT - -_Version update only_ - -## 3.8.18 -Wed, 24 Jun 2020 09:04:28 GMT - -_Version update only_ - -## 3.8.17 -Wed, 10 Jun 2020 20:48:30 GMT - -_Version update only_ - -## 3.8.16 -Sat, 30 May 2020 02:59:54 GMT - -_Version update only_ - -## 3.8.15 -Thu, 28 May 2020 05:59:02 GMT - -_Version update only_ - -## 3.8.14 -Wed, 27 May 2020 05:15:11 GMT - -_Version update only_ - -## 3.8.13 -Tue, 26 May 2020 23:00:25 GMT - -_Version update only_ - -## 3.8.12 -Fri, 22 May 2020 15:08:43 GMT - -_Version update only_ - -## 3.8.11 -Thu, 21 May 2020 23:09:44 GMT - -_Version update only_ - -## 3.8.10 -Thu, 21 May 2020 15:42:00 GMT - -_Version update only_ - -## 3.8.9 -Sat, 02 May 2020 00:08:16 GMT - -_Version update only_ - -## 3.8.8 -Wed, 08 Apr 2020 04:07:34 GMT - -_Version update only_ - -## 3.8.7 -Sat, 28 Mar 2020 00:37:16 GMT - -_Version update only_ - -## 3.8.6 -Wed, 18 Mar 2020 15:07:47 GMT - -### Patches - -- Upgrade cyclic dependencies - -## 3.8.5 -Tue, 17 Mar 2020 23:55:58 GMT - -_Version update only_ - -## 3.8.4 -Tue, 28 Jan 2020 02:23:44 GMT - -_Version update only_ - -## 3.8.3 -Fri, 24 Jan 2020 00:27:39 GMT - -_Version update only_ - -## 3.8.2 -Thu, 23 Jan 2020 01:07:56 GMT - -_Version update only_ - -## 3.8.1 -Tue, 21 Jan 2020 21:56:14 GMT - -_Version update only_ - -## 3.8.0 -Sun, 19 Jan 2020 02:26:52 GMT - -### Minor changes - -- Upgrade Node typings to Node 10 - -## 3.7.10 -Fri, 17 Jan 2020 01:08:23 GMT - -_Version update only_ - -## 3.7.9 -Sat, 11 Jan 2020 05:18:23 GMT - -_Version update only_ - -## 3.7.8 -Thu, 09 Jan 2020 06:44:13 GMT - -_Version update only_ - -## 3.7.7 -Wed, 08 Jan 2020 00:11:31 GMT - -_Version update only_ - -## 3.7.6 -Wed, 04 Dec 2019 23:17:55 GMT - -_Version update only_ - -## 3.7.5 -Fri, 15 Nov 2019 04:50:50 GMT - -_Version update only_ - -## 3.7.4 -Mon, 11 Nov 2019 16:07:56 GMT - -_Version update only_ - -## 3.7.3 -Tue, 05 Nov 2019 06:49:28 GMT - -_Version update only_ - -## 3.7.2 -Tue, 22 Oct 2019 06:24:44 GMT - -_Version update only_ - -## 3.7.1 -Sun, 29 Sep 2019 23:56:29 GMT - -### Patches - -- Update repository URL - -## 3.7.0 -Mon, 23 Sep 2019 15:14:55 GMT - -### Minor changes - -- Upgrade @types/node dependency - -## 3.6.4 -Tue, 10 Sep 2019 22:32:23 GMT - -_Version update only_ - -## 3.6.3 -Wed, 04 Sep 2019 18:28:06 GMT - -_Version update only_ - -## 3.6.2 -Thu, 08 Aug 2019 15:14:17 GMT - -_Version update only_ - -## 3.6.1 -Mon, 05 Aug 2019 22:04:32 GMT - -_Version update only_ - -## 3.6.0 -Tue, 23 Jul 2019 19:14:38 GMT - -### Minor changes - -- Update gulp to 4.0.2 - -## 3.5.76 -Wed, 03 Apr 2019 02:58:33 GMT - -_Version update only_ - -## 3.5.75 -Tue, 02 Apr 2019 01:12:02 GMT - -_Version update only_ - -## 3.5.74 -Sat, 30 Mar 2019 22:27:16 GMT - -_Version update only_ - -## 3.5.73 -Thu, 28 Mar 2019 19:14:27 GMT - -_Version update only_ - -## 3.5.72 -Tue, 26 Mar 2019 20:54:18 GMT - -_Version update only_ - -## 3.5.71 -Sat, 23 Mar 2019 03:48:31 GMT - -_Version update only_ - -## 3.5.70 -Thu, 21 Mar 2019 04:59:11 GMT - -_Version update only_ - -## 3.5.69 -Thu, 21 Mar 2019 01:15:33 GMT - -_Version update only_ - -## 3.5.68 -Wed, 20 Mar 2019 19:14:49 GMT - -_Version update only_ - -## 3.5.67 -Mon, 18 Mar 2019 04:28:43 GMT - -_Version update only_ - -## 3.5.66 -Fri, 15 Mar 2019 19:13:25 GMT - -_Version update only_ - -## 3.5.65 -Wed, 13 Mar 2019 19:13:14 GMT - -_Version update only_ - -## 3.5.64 -Wed, 13 Mar 2019 01:14:05 GMT - -_Version update only_ - -## 3.5.63 -Mon, 11 Mar 2019 16:13:36 GMT - -_Version update only_ - -## 3.5.62 -Tue, 05 Mar 2019 17:13:11 GMT - -_Version update only_ - -## 3.5.61 -Mon, 04 Mar 2019 17:13:20 GMT - -_Version update only_ - -## 3.5.60 -Wed, 27 Feb 2019 22:13:58 GMT - -_Version update only_ - -## 3.5.59 -Wed, 27 Feb 2019 17:13:17 GMT - -_Version update only_ - -## 3.5.58 -Mon, 18 Feb 2019 17:13:23 GMT - -_Version update only_ - -## 3.5.57 -Tue, 12 Feb 2019 17:13:12 GMT - -_Version update only_ - -## 3.5.56 -Mon, 11 Feb 2019 10:32:37 GMT - -_Version update only_ - -## 3.5.55 -Mon, 11 Feb 2019 03:31:55 GMT - -_Version update only_ - -## 3.5.54 -Wed, 30 Jan 2019 20:49:12 GMT - -_Version update only_ - -## 3.5.53 -Sat, 19 Jan 2019 03:47:47 GMT - -_Version update only_ - -## 3.5.52 -Tue, 15 Jan 2019 17:04:09 GMT - -_Version update only_ - -## 3.5.51 -Thu, 10 Jan 2019 01:57:53 GMT - -_Version update only_ - -## 3.5.50 -Mon, 07 Jan 2019 17:04:07 GMT - -_Version update only_ - -## 3.5.49 -Wed, 19 Dec 2018 05:57:33 GMT - -_Version update only_ - -## 3.5.48 -Thu, 13 Dec 2018 02:58:11 GMT - -_Version update only_ - -## 3.5.47 -Wed, 12 Dec 2018 17:04:19 GMT - -_Version update only_ - -## 3.5.46 -Sat, 08 Dec 2018 06:35:36 GMT - -_Version update only_ - -## 3.5.45 -Fri, 07 Dec 2018 17:04:56 GMT - -_Version update only_ - -## 3.5.44 -Fri, 30 Nov 2018 23:34:58 GMT - -_Version update only_ - -## 3.5.43 -Thu, 29 Nov 2018 07:02:09 GMT - -_Version update only_ - -## 3.5.42 -Thu, 29 Nov 2018 00:35:38 GMT - -_Version update only_ - -## 3.5.41 -Wed, 28 Nov 2018 19:29:53 GMT - -_Version update only_ - -## 3.5.40 -Wed, 28 Nov 2018 02:17:11 GMT - -_Version update only_ - -## 3.5.39 -Fri, 16 Nov 2018 21:37:10 GMT - -_Version update only_ - -## 3.5.38 -Fri, 16 Nov 2018 00:59:00 GMT - -_Version update only_ - -## 3.5.37 -Fri, 09 Nov 2018 23:07:39 GMT - -_Version update only_ - -## 3.5.36 -Wed, 07 Nov 2018 21:04:35 GMT - -_Version update only_ - -## 3.5.35 -Wed, 07 Nov 2018 17:03:03 GMT - -_Version update only_ - -## 3.5.34 -Mon, 05 Nov 2018 17:04:24 GMT - -_Version update only_ - -## 3.5.33 -Thu, 01 Nov 2018 21:33:52 GMT - -_Version update only_ - -## 3.5.32 -Thu, 01 Nov 2018 19:32:52 GMT - -_Version update only_ - -## 3.5.31 -Wed, 31 Oct 2018 17:00:54 GMT - -_Version update only_ - -## 3.5.30 -Sat, 27 Oct 2018 03:45:51 GMT - -_Version update only_ - -## 3.5.29 -Sat, 27 Oct 2018 02:17:18 GMT - -_Version update only_ - -## 3.5.28 -Sat, 27 Oct 2018 00:26:56 GMT - -_Version update only_ - -## 3.5.27 -Thu, 25 Oct 2018 23:20:40 GMT - -_Version update only_ - -## 3.5.26 -Thu, 25 Oct 2018 08:56:03 GMT - -_Version update only_ - -## 3.5.25 -Wed, 24 Oct 2018 16:03:10 GMT - -_Version update only_ - -## 3.5.24 -Thu, 18 Oct 2018 05:30:14 GMT - -_Version update only_ - -## 3.5.23 -Thu, 18 Oct 2018 01:32:21 GMT - -_Version update only_ - -## 3.5.22 -Wed, 17 Oct 2018 21:04:49 GMT - -_Version update only_ - -## 3.5.21 -Wed, 17 Oct 2018 14:43:24 GMT - -_Version update only_ - -## 3.5.20 -Thu, 11 Oct 2018 23:26:07 GMT - -_Version update only_ - -## 3.5.19 -Tue, 09 Oct 2018 06:58:02 GMT - -_Version update only_ - -## 3.5.18 -Mon, 08 Oct 2018 16:04:27 GMT - -_Version update only_ - -## 3.5.17 -Sun, 07 Oct 2018 06:15:56 GMT - -_Version update only_ - -## 3.5.16 -Fri, 28 Sep 2018 16:05:35 GMT - -_Version update only_ - -## 3.5.15 -Wed, 26 Sep 2018 21:39:40 GMT - -_Version update only_ - -## 3.5.14 -Mon, 24 Sep 2018 23:06:40 GMT - -_Version update only_ - -## 3.5.13 -Fri, 21 Sep 2018 16:04:42 GMT - -_Version update only_ - -## 3.5.12 -Thu, 20 Sep 2018 23:57:21 GMT - -_Version update only_ - -## 3.5.11 -Tue, 18 Sep 2018 21:04:56 GMT - -_Version update only_ - -## 3.5.10 -Thu, 06 Sep 2018 01:25:26 GMT - -### Patches - -- Update "repository" field in package.json - -## 3.5.9 -Tue, 04 Sep 2018 21:34:10 GMT - -_Version update only_ - -## 3.5.8 -Mon, 03 Sep 2018 16:04:45 GMT - -_Version update only_ - -## 3.5.7 -Thu, 30 Aug 2018 19:23:16 GMT - -_Version update only_ - -## 3.5.6 -Thu, 30 Aug 2018 18:45:12 GMT - -_Version update only_ - -## 3.5.5 -Wed, 29 Aug 2018 21:43:23 GMT - -_Version update only_ - -## 3.5.4 -Wed, 29 Aug 2018 06:36:50 GMT - -_Version update only_ - -## 3.5.3 -Thu, 23 Aug 2018 18:18:53 GMT - -### Patches - -- Republish all packages in web-build-tools to resolve GitHub issue #782 - -## 3.5.2 -Wed, 22 Aug 2018 20:58:58 GMT - -_Version update only_ - -## 3.5.1 -Wed, 22 Aug 2018 16:03:25 GMT - -_Version update only_ - -## 3.5.0 -Thu, 09 Aug 2018 21:58:02 GMT - -### Minor changes - -- Fix an issue where the mocha task was breaking the build for projects that don't have any unit tests yet - -## 3.4.3 -Thu, 09 Aug 2018 21:03:22 GMT - -_Version update only_ - -## 3.4.2 -Tue, 07 Aug 2018 22:27:31 GMT - -_Version update only_ - -## 3.4.1 -Thu, 26 Jul 2018 16:04:17 GMT - -_Version update only_ - -## 3.4.0 -Fri, 20 Jul 2018 16:04:52 GMT - -### Minor changes - -- Upgrading mocha-related pack ages to remove dependency on a version of "growl" with NSP warnings. - -## 3.3.31 -Tue, 03 Jul 2018 21:03:31 GMT - -_Version update only_ - -## 3.3.30 -Thu, 21 Jun 2018 08:27:29 GMT - -_Version update only_ - -## 3.3.29 -Fri, 08 Jun 2018 08:43:52 GMT - -_Version update only_ - -## 3.3.28 -Thu, 31 May 2018 01:39:33 GMT - -_Version update only_ - -## 3.3.27 -Tue, 15 May 2018 02:26:45 GMT - -_Version update only_ - -## 3.3.26 -Fri, 11 May 2018 22:43:14 GMT - -_Version update only_ - -## 3.3.25 -Fri, 04 May 2018 00:42:38 GMT - -_Version update only_ - -## 3.3.24 -Tue, 03 Apr 2018 16:05:29 GMT - -_Version update only_ - -## 3.3.23 -Mon, 02 Apr 2018 16:05:24 GMT - -_Version update only_ - -## 3.3.22 -Mon, 26 Mar 2018 19:12:42 GMT - -_Version update only_ - -## 3.3.21 -Fri, 23 Mar 2018 00:34:53 GMT - -_Version update only_ - -## 3.3.20 -Thu, 22 Mar 2018 18:34:13 GMT - -_Version update only_ - -## 3.3.19 -Sat, 17 Mar 2018 02:54:22 GMT - -_Version update only_ - -## 3.3.18 -Thu, 15 Mar 2018 16:05:43 GMT - -_Version update only_ - -## 3.3.17 -Fri, 02 Mar 2018 01:13:59 GMT - -_Version update only_ - -## 3.3.16 -Tue, 27 Feb 2018 22:05:57 GMT - -_Version update only_ - -## 3.3.15 -Wed, 21 Feb 2018 22:04:19 GMT - -_Version update only_ - -## 3.3.14 -Wed, 21 Feb 2018 03:13:28 GMT - -_Version update only_ - -## 3.3.13 -Sat, 17 Feb 2018 02:53:49 GMT - -_Version update only_ - -## 3.3.12 -Fri, 16 Feb 2018 22:05:23 GMT - -_Version update only_ - -## 3.3.11 -Fri, 16 Feb 2018 17:05:11 GMT - -_Version update only_ - -## 3.3.10 -Wed, 07 Feb 2018 17:05:11 GMT - -_Version update only_ - -## 3.3.9 -Fri, 26 Jan 2018 22:05:30 GMT - -_Version update only_ - -## 3.3.8 -Fri, 26 Jan 2018 17:53:38 GMT - -### Patches - -- Force a patch bump in case the previous version was an empty package - -## 3.3.7 -Fri, 26 Jan 2018 00:36:51 GMT - -### Patches - -- Increase Mocha test timeout to 15 seconds - -## 3.3.6 -Tue, 23 Jan 2018 17:05:28 GMT - -_Version update only_ - -## 3.3.5 -Thu, 18 Jan 2018 03:23:46 GMT - -_Version update only_ - -## 3.3.4 -Thu, 18 Jan 2018 00:48:06 GMT - -_Version update only_ - -## 3.3.3 -Wed, 17 Jan 2018 10:49:31 GMT - -_Version update only_ - -## 3.3.2 -Fri, 12 Jan 2018 03:35:22 GMT - -_Version update only_ - -## 3.3.1 -Thu, 11 Jan 2018 22:31:51 GMT - -_Version update only_ - -## 3.3.0 -Wed, 10 Jan 2018 20:40:01 GMT - -### Minor changes - -- Upgrade to Node 8 - -## 3.2.17 -Tue, 09 Jan 2018 17:05:51 GMT - -### Patches - -- Get web-build-tools building with pnpm - -## 3.2.16 -Sun, 07 Jan 2018 05:12:08 GMT - -_Version update only_ - -## 3.2.15 -Fri, 05 Jan 2018 20:26:45 GMT - -_Version update only_ - -## 3.2.14 -Fri, 05 Jan 2018 00:48:41 GMT - -_Version update only_ - -## 3.2.13 -Fri, 22 Dec 2017 17:04:46 GMT - -_Version update only_ - -## 3.2.12 -Tue, 12 Dec 2017 03:33:26 GMT - -_Version update only_ - -## 3.2.11 -Thu, 30 Nov 2017 23:59:09 GMT - -_Version update only_ - -## 3.2.10 -Thu, 30 Nov 2017 23:12:21 GMT - -_Version update only_ - -## 3.2.9 -Wed, 29 Nov 2017 17:05:37 GMT - -_Version update only_ - -## 3.2.8 -Tue, 28 Nov 2017 23:43:55 GMT - -_Version update only_ - -## 3.2.7 -Mon, 13 Nov 2017 17:04:50 GMT - -_Version update only_ - -## 3.2.6 -Mon, 06 Nov 2017 17:04:18 GMT - -_Version update only_ - -## 3.2.5 -Thu, 02 Nov 2017 16:05:24 GMT - -### Patches - -- lock the reference version between web build tools projects - -## 3.2.4 -Wed, 01 Nov 2017 21:06:08 GMT - -### Patches - -- Upgrade cyclic dependencies - -## 3.2.3 -Tue, 31 Oct 2017 21:04:04 GMT - -_Version update only_ - -## 3.2.2 -Tue, 31 Oct 2017 16:04:55 GMT - -_Version update only_ - -## 3.2.1 -Wed, 25 Oct 2017 20:03:59 GMT - -_Version update only_ - -## 3.2.0 -Tue, 24 Oct 2017 18:17:12 GMT - -### Minor changes - -- Turn off Mocha task when Jest task is enabled - -## 3.1.6 -Mon, 23 Oct 2017 21:53:12 GMT - -### Patches - -- Updated cyclic dependencies - -## 3.1.5 -Fri, 20 Oct 2017 19:57:12 GMT - -_Version update only_ - -## 3.1.4 -Fri, 20 Oct 2017 01:52:54 GMT - -_Version update only_ - -## 3.1.3 -Fri, 20 Oct 2017 01:04:44 GMT - -_Version update only_ - -## 3.1.2 -Thu, 05 Oct 2017 01:05:02 GMT - -_Version update only_ - -## 3.1.1 -Thu, 28 Sep 2017 01:04:28 GMT - -_Version update only_ - -## 3.1.0 -Fri, 22 Sep 2017 01:04:02 GMT - -### Minor changes - -- Upgrade to es6 - -## 3.0.8 -Wed, 20 Sep 2017 22:10:17 GMT - -_Version update only_ - -## 3.0.7 -Mon, 11 Sep 2017 13:04:55 GMT - -_Version update only_ - -## 3.0.6 -Fri, 08 Sep 2017 01:28:04 GMT - -_Version update only_ - -## 3.0.5 -Thu, 07 Sep 2017 13:04:35 GMT - -_Version update only_ - -## 3.0.4 -Thu, 07 Sep 2017 00:11:12 GMT - -_Version update only_ - -## 3.0.3 -Wed, 06 Sep 2017 13:03:42 GMT - -_Version update only_ - -## 3.0.2 -Tue, 05 Sep 2017 19:03:56 GMT - -_Version update only_ - -## 3.0.1 -Sat, 02 Sep 2017 01:04:26 GMT - -_Version update only_ - -## 3.0.0 -Thu, 31 Aug 2017 18:41:18 GMT - -### Breaking changes - -- Fix compatibility issues with old releases, by incrementing the major version number - -## 2.1.13 -Thu, 31 Aug 2017 17:46:25 GMT - -_Version update only_ - -## 2.1.12 -Wed, 30 Aug 2017 01:04:34 GMT - -_Version update only_ - -## 2.1.11 -Thu, 24 Aug 2017 22:44:12 GMT - -_Version update only_ - -## 2.1.10 -Thu, 24 Aug 2017 01:04:33 GMT - -_Version update only_ - -## 2.1.9 -Tue, 22 Aug 2017 13:04:22 GMT - -_Version update only_ - -## 2.1.8 -Tue, 15 Aug 2017 19:04:14 GMT - -_Version update only_ - -## 2.1.7 -Tue, 15 Aug 2017 01:29:31 GMT - -### Patches - -- Force a patch bump to ensure everything is published - -## 2.1.6 -Sat, 12 Aug 2017 01:03:30 GMT - -_Version update only_ - -## 2.1.5 -Fri, 11 Aug 2017 21:44:05 GMT - -_Version update only_ - -## 2.1.4 -Sat, 05 Aug 2017 01:04:41 GMT - -_Version update only_ - -## 2.1.3 -Mon, 31 Jul 2017 21:18:26 GMT - -_Version update only_ - -## 2.1.2 -Thu, 27 Jul 2017 01:04:48 GMT - -### Patches - -- Upgrade to the TS2.4 version of the build tools. - -## 2.1.1 -Tue, 25 Jul 2017 20:03:31 GMT - -### Patches - -- Upgrade to TypeScript 2.4 - -## 2.1.0 -Fri, 07 Jul 2017 01:02:28 GMT - -### Minor changes - -- Enable StrictNullChecks. - -## 2.0.3 -Wed, 19 Apr 2017 20:18:06 GMT - -### Patches - -- Remove ES6 Promise & @types/es6-promise typings - -## 2.0.2 -Wed, 15 Mar 2017 01:32:09 GMT - -### Patches - -- Locking `@types` packages. Synchronizing version specifiers for dependencies with other `web-build-tools` projects. - -## 2.0.1 -Fri, 13 Jan 2017 06:46:05 GMT - -_Initial release_ - diff --git a/core-build/gulp-core-build-mocha/README.md b/core-build/gulp-core-build-mocha/README.md deleted file mode 100644 index f36b177d6c5..00000000000 --- a/core-build/gulp-core-build-mocha/README.md +++ /dev/null @@ -1,48 +0,0 @@ -# gulp-core-build-mocha - -`gulp-core-build-mocha` is a `gulp-core-build` subtask for running unit tests and creating coverage reports using mocha/chai. -This setup is useful for unit testing build tools, as it runs in the node process rather than in a browser. - -[![npm version](https://badge.fury.io/js/%40microsoft%2Fgulp-core-build-mocha.svg)](https://badge.fury.io/js/gulp-core-build-mocha) -[![Build Status](https://travis-ci.org/Microsoft/gulp-core-build-mocha.svg?branch=master)](https://travis-ci.org/Microsoft/gulp-core-build-mocha) [![Dependencies](https://david-dm.org/Microsoft/gulp-core-build-mocha.svg)](https://david-dm.org/Microsoft/gulp-core-build-mocha) - -# Description - -**gulp-core-build-mocha** is a gulp-core-build plugin which will automatically execute a set of -unit test files using the mocha test suite. - -# MochaTask -## Usage - -Simply create a file which ends in `.test.js`. Next, register the Mocha task to gulp-core-build. - -A coverage report is both written to the console and to a folder on disk. - -## Configuration - -### testMatch - -Sets the glob pattern which is used to locate the files to run tests on. - -**Default:** 'lib/\*\*/\*.test.js' - -### reportDir - -The folder in which to store the coverage reports. - -**Default:** 'coverage' - -# InstrumentTask -## Usage - -This task selects which files should be covered by the code coverage tool. - -## Configuration -### coverageMatch -An array of globs which define which files should be included in code coverage reports. - -**Default:** `['lib/**/*.js', '!lib/**/*.test.js']` - -# License - -MIT \ No newline at end of file diff --git a/core-build/gulp-core-build-mocha/config/api-extractor.json b/core-build/gulp-core-build-mocha/config/api-extractor.json deleted file mode 100644 index dcfa9cfc5b7..00000000000 --- a/core-build/gulp-core-build-mocha/config/api-extractor.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", - - "mainEntryPointFilePath": "/lib/index.d.ts", - - "apiReport": { - "enabled": true, - "reportFolder": "../../../common/reviews/api" - }, - - "docModel": { - "enabled": true - }, - - "dtsRollup": { - "enabled": false - } -} diff --git a/core-build/gulp-core-build-mocha/config/rush-project.json b/core-build/gulp-core-build-mocha/config/rush-project.json deleted file mode 100644 index 61e414685c1..00000000000 --- a/core-build/gulp-core-build-mocha/config/rush-project.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "projectOutputFolderNames": ["lib", "dist"] -} diff --git a/core-build/gulp-core-build-mocha/gulpfile.js b/core-build/gulp-core-build-mocha/gulpfile.js deleted file mode 100644 index 03b228b1e55..00000000000 --- a/core-build/gulp-core-build-mocha/gulpfile.js +++ /dev/null @@ -1,9 +0,0 @@ -'use strict'; - -let build = require('@microsoft/node-library-build'); - -// This project doesn't have unit tests and GCB's Mocha doesn't play nice with Node 14, so disable Mocha -build.mocha.enabled = false; -build.instrument.enabled = false; - -build.initialize(require('gulp')); diff --git a/core-build/gulp-core-build-mocha/package.json b/core-build/gulp-core-build-mocha/package.json deleted file mode 100644 index 1241073df56..00000000000 --- a/core-build/gulp-core-build-mocha/package.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "@microsoft/gulp-core-build-mocha", - "version": "3.9.17", - "description": "", - "main": "lib/index.js", - "typings": "lib/index.d.ts", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/microsoft/rushstack/tree/master/core-build/gulp-core-build-mocha" - }, - "scripts": { - "build": "gulp --clean" - }, - "dependencies": { - "@microsoft/gulp-core-build": "workspace:*", - "@types/node": "10.17.13", - "glob": "~7.0.5", - "gulp": "~4.0.2", - "gulp-istanbul": "~0.10.3", - "gulp-mocha": "~6.0.0" - }, - "devDependencies": { - "@microsoft/node-library-build": "6.5.21", - "@microsoft/rush-stack-compiler-3.9": "0.4.42", - "@rushstack/eslint-config": "workspace:*", - "@types/glob": "7.1.1", - "@types/gulp": "4.0.6", - "@types/gulp-istanbul": "0.9.30", - "@types/gulp-mocha": "0.0.32", - "@types/mocha": "5.2.5", - "@types/orchestrator": "0.0.30" - } -} diff --git a/core-build/gulp-core-build-mocha/src/InstrumentTask.ts b/core-build/gulp-core-build-mocha/src/InstrumentTask.ts deleted file mode 100644 index 07d32f5a209..00000000000 --- a/core-build/gulp-core-build-mocha/src/InstrumentTask.ts +++ /dev/null @@ -1,37 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import { GulpTask, IBuildConfig } from '@microsoft/gulp-core-build'; -import * as Gulp from 'gulp'; -import * as gulpIstanbul from 'gulp-istanbul'; - -export interface IInstrumentTaskConfig { - coverageMatch: string[]; -} - -export class InstrumentTask extends GulpTask { - public constructor() { - super('instrument', { - coverageMatch: ['lib/**/*.js', '!lib/**/*.test.js'] - }); - } - - public isEnabled(buildConfig: IBuildConfig): boolean { - return super.isEnabled(buildConfig) && !buildConfig.jestEnabled; - } - - public executeTask(gulp: typeof Gulp, completeCallback?: (error?: string) => void): NodeJS.ReadWriteStream { - const istanbul: typeof gulpIstanbul = require('gulp-istanbul'); - - return ( - gulp - .src(this.taskConfig.coverageMatch) - // Covering files - .pipe(istanbul()) - // Force `require` to return covered files - .pipe(istanbul.hookRequire()) - // Write the covered files to a temporary directory - .pipe(gulp.dest(this.buildConfig.tempFolder)) - ); - } -} diff --git a/core-build/gulp-core-build-mocha/src/MochaTask.ts b/core-build/gulp-core-build-mocha/src/MochaTask.ts deleted file mode 100644 index 9d2fcdb3383..00000000000 --- a/core-build/gulp-core-build-mocha/src/MochaTask.ts +++ /dev/null @@ -1,60 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import { GulpTask, IBuildConfig } from '@microsoft/gulp-core-build'; -import * as Gulp from 'gulp'; -import * as gulpMocha from 'gulp-mocha'; -import * as gulpIstanbul from 'gulp-istanbul'; -import * as glob from 'glob'; - -export interface IMochaTaskConfig { - testMatch: string[]; - reportDir: string; -} - -export class MochaTask extends GulpTask { - public constructor() { - super('mocha', { - testMatch: ['lib/**/*.test.js'], - reportDir: 'coverage' - }); - } - - public isEnabled(buildConfig: IBuildConfig): boolean { - return super.isEnabled(buildConfig) && !buildConfig.jestEnabled; - } - - public executeTask( - gulp: typeof Gulp, - completeCallback: (error?: string) => void - ): NodeJS.ReadWriteStream | Promise { - const istanbul: typeof gulpIstanbul = require('gulp-istanbul'); - const mocha: typeof gulpMocha = require('gulp-mocha'); - - const globPattern: string = this.taskConfig.testMatch.join('|'); - - if (glob.sync(globPattern).length === 0) { - this.log('Skipping unit tests because no files were found matching: ' + globPattern); - return Promise.resolve(); - } - - // eslint-disable-next-line dot-notation - const matchString: string = this.buildConfig.args['match'] as string; - - return gulp - .src(this.taskConfig.testMatch, { read: false }) - .pipe( - mocha({ - grep: matchString, - timeout: 15000 - }).on('error', (error: Error) => { - completeCallback(error.toString()); - }) - ) - .pipe( - istanbul.writeReports({ - dir: this.taskConfig.reportDir - }) - ); - } -} diff --git a/core-build/gulp-core-build-mocha/src/index.ts b/core-build/gulp-core-build-mocha/src/index.ts deleted file mode 100644 index e7909f58c88..00000000000 --- a/core-build/gulp-core-build-mocha/src/index.ts +++ /dev/null @@ -1,13 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import { serial, IExecutable } from '@microsoft/gulp-core-build'; -import { MochaTask } from './MochaTask'; -import { InstrumentTask } from './InstrumentTask'; - -/** @public */ -export const instrument: InstrumentTask = new InstrumentTask(); -/** @public */ -export const mocha: MochaTask = new MochaTask(); - -export default serial(instrument, mocha) as IExecutable; diff --git a/core-build/gulp-core-build-mocha/tsconfig.json b/core-build/gulp-core-build-mocha/tsconfig.json deleted file mode 100644 index 501b6181d8f..00000000000 --- a/core-build/gulp-core-build-mocha/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.9/includes/tsconfig-node.json" -} diff --git a/core-build/gulp-core-build-sass/.eslintrc.js b/core-build/gulp-core-build-sass/.eslintrc.js deleted file mode 100644 index 4c934799d67..00000000000 --- a/core-build/gulp-core-build-sass/.eslintrc.js +++ /dev/null @@ -1,10 +0,0 @@ -// This is a workaround for https://github.com/eslint/eslint/issues/3458 -require('@rushstack/eslint-config/patch/modern-module-resolution'); - -module.exports = { - extends: [ - '@rushstack/eslint-config/profile/node-trusted-tool', - '@rushstack/eslint-config/mixins/friendly-locals' - ], - parserOptions: { tsconfigRootDir: __dirname } -}; diff --git a/core-build/gulp-core-build-sass/.npmignore b/core-build/gulp-core-build-sass/.npmignore deleted file mode 100644 index 302dbc5b019..00000000000 --- a/core-build/gulp-core-build-sass/.npmignore +++ /dev/null @@ -1,30 +0,0 @@ -# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. - -# Ignore all files by default, to avoid accidentally publishing unintended files. -* - -# Use negative patterns to bring back the specific things we want to publish. -!/bin/** -!/lib/** -!/lib-*/** -!/dist/** -!ThirdPartyNotice.txt - -# Ignore certain patterns that should not get published. -/dist/*.stats.* -/lib/**/test/ -/lib-*/**/test/ -*.test.js - -# NOTE: These don't need to be specified, because NPM includes them automatically. -# -# package.json -# README (and its variants) -# CHANGELOG (and its variants) -# LICENSE / LICENCE - -#-------------------------------------------- -# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE -#-------------------------------------------- - -# (Add your project-specific overrides here) \ No newline at end of file diff --git a/core-build/gulp-core-build-sass/CHANGELOG.json b/core-build/gulp-core-build-sass/CHANGELOG.json deleted file mode 100644 index 2c26eb2d8a7..00000000000 --- a/core-build/gulp-core-build-sass/CHANGELOG.json +++ /dev/null @@ -1,7411 +0,0 @@ -{ - "name": "@microsoft/gulp-core-build-sass", - "entries": [ - { - "version": "4.14.21", - "tag": "@microsoft/gulp-core-build-sass_v4.14.21", - "date": "Wed, 19 May 2021 00:11:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.17`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.171`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.38.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.26`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.47`" - } - ] - } - }, - { - "version": "4.14.20", - "tag": "@microsoft/gulp-core-build-sass_v4.14.20", - "date": "Thu, 13 May 2021 01:52:46 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.170`" - } - ] - } - }, - { - "version": "4.14.19", - "tag": "@microsoft/gulp-core-build-sass_v4.14.19", - "date": "Tue, 11 May 2021 22:19:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.169`" - } - ] - } - }, - { - "version": "4.14.18", - "tag": "@microsoft/gulp-core-build-sass_v4.14.18", - "date": "Mon, 10 May 2021 15:08:37 GMT", - "comments": { - "patch": [ - { - "comment": "Replace deprecated node-sass with sass" - } - ] - } - }, - { - "version": "4.14.17", - "tag": "@microsoft/gulp-core-build-sass_v4.14.17", - "date": "Mon, 03 May 2021 15:10:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.16`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.168`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.37.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.25`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.46`" - } - ] - } - }, - { - "version": "4.14.16", - "tag": "@microsoft/gulp-core-build-sass_v4.14.16", - "date": "Thu, 29 Apr 2021 23:26:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.15`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.167`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.24`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.45`" - } - ] - } - }, - { - "version": "4.14.15", - "tag": "@microsoft/gulp-core-build-sass_v4.14.15", - "date": "Thu, 29 Apr 2021 01:07:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.166`" - } - ] - } - }, - { - "version": "4.14.14", - "tag": "@microsoft/gulp-core-build-sass_v4.14.14", - "date": "Fri, 23 Apr 2021 22:00:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.165`" - } - ] - } - }, - { - "version": "4.14.13", - "tag": "@microsoft/gulp-core-build-sass_v4.14.13", - "date": "Fri, 23 Apr 2021 15:11:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.164`" - } - ] - } - }, - { - "version": "4.14.12", - "tag": "@microsoft/gulp-core-build-sass_v4.14.12", - "date": "Wed, 21 Apr 2021 15:12:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.163`" - } - ] - } - }, - { - "version": "4.14.11", - "tag": "@microsoft/gulp-core-build-sass_v4.14.11", - "date": "Tue, 20 Apr 2021 04:59:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.162`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.23`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.44`" - } - ] - } - }, - { - "version": "4.14.10", - "tag": "@microsoft/gulp-core-build-sass_v4.14.10", - "date": "Thu, 15 Apr 2021 02:59:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.161`" - } - ] - } - }, - { - "version": "4.14.9", - "tag": "@microsoft/gulp-core-build-sass_v4.14.9", - "date": "Mon, 12 Apr 2021 15:10:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.14`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.160`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.22`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.43`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.4`" - } - ] - } - }, - { - "version": "4.14.8", - "tag": "@microsoft/gulp-core-build-sass_v4.14.8", - "date": "Thu, 08 Apr 2021 20:41:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.159`" - } - ] - } - }, - { - "version": "4.14.7", - "tag": "@microsoft/gulp-core-build-sass_v4.14.7", - "date": "Thu, 08 Apr 2021 06:05:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.158`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.21`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.42`" - } - ] - } - }, - { - "version": "4.14.6", - "tag": "@microsoft/gulp-core-build-sass_v4.14.6", - "date": "Thu, 08 Apr 2021 00:10:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.157`" - } - ] - } - }, - { - "version": "4.14.5", - "tag": "@microsoft/gulp-core-build-sass_v4.14.5", - "date": "Tue, 06 Apr 2021 15:14:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.13`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.156`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.20`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.41`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.3`" - } - ] - } - }, - { - "version": "4.14.4", - "tag": "@microsoft/gulp-core-build-sass_v4.14.4", - "date": "Wed, 31 Mar 2021 15:10:36 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.155`" - } - ] - } - }, - { - "version": "4.14.3", - "tag": "@microsoft/gulp-core-build-sass_v4.14.3", - "date": "Mon, 29 Mar 2021 05:02:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.154`" - } - ] - } - }, - { - "version": "4.14.2", - "tag": "@microsoft/gulp-core-build-sass_v4.14.2", - "date": "Fri, 19 Mar 2021 22:31:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.153`" - } - ] - } - }, - { - "version": "4.14.1", - "tag": "@microsoft/gulp-core-build-sass_v4.14.1", - "date": "Wed, 17 Mar 2021 05:04:38 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.152`" - } - ] - } - }, - { - "version": "4.14.0", - "tag": "@microsoft/gulp-core-build-sass_v4.14.0", - "date": "Fri, 12 Mar 2021 01:13:27 GMT", - "comments": { - "minor": [ - { - "comment": "Update node-sass to support Node 15." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.151`" - } - ] - } - }, - { - "version": "4.13.49", - "tag": "@microsoft/gulp-core-build-sass_v4.13.49", - "date": "Wed, 10 Mar 2021 05:10:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.150`" - } - ] - } - }, - { - "version": "4.13.48", - "tag": "@microsoft/gulp-core-build-sass_v4.13.48", - "date": "Thu, 04 Mar 2021 01:11:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.149`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.19`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.40`" - } - ] - } - }, - { - "version": "4.13.47", - "tag": "@microsoft/gulp-core-build-sass_v4.13.47", - "date": "Tue, 02 Mar 2021 23:25:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.148`" - } - ] - } - }, - { - "version": "4.13.46", - "tag": "@microsoft/gulp-core-build-sass_v4.13.46", - "date": "Fri, 05 Feb 2021 16:10:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.12`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.147`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.18`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.39`" - } - ] - } - }, - { - "version": "4.13.45", - "tag": "@microsoft/gulp-core-build-sass_v4.13.45", - "date": "Fri, 22 Jan 2021 05:39:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.146`" - } - ] - } - }, - { - "version": "4.13.44", - "tag": "@microsoft/gulp-core-build-sass_v4.13.44", - "date": "Thu, 21 Jan 2021 04:19:00 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.145`" - } - ] - } - }, - { - "version": "4.13.43", - "tag": "@microsoft/gulp-core-build-sass_v4.13.43", - "date": "Wed, 13 Jan 2021 01:11:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.144`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.17`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.38`" - } - ] - } - }, - { - "version": "4.13.42", - "tag": "@microsoft/gulp-core-build-sass_v4.13.42", - "date": "Fri, 08 Jan 2021 07:28:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.143`" - } - ] - } - }, - { - "version": "4.13.41", - "tag": "@microsoft/gulp-core-build-sass_v4.13.41", - "date": "Wed, 06 Jan 2021 16:10:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.142`" - } - ] - } - }, - { - "version": "4.13.40", - "tag": "@microsoft/gulp-core-build-sass_v4.13.40", - "date": "Mon, 14 Dec 2020 16:12:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.141`" - } - ] - } - }, - { - "version": "4.13.39", - "tag": "@microsoft/gulp-core-build-sass_v4.13.39", - "date": "Thu, 10 Dec 2020 23:25:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.11`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.140`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.16`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.37`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.2`" - } - ] - } - }, - { - "version": "4.13.38", - "tag": "@microsoft/gulp-core-build-sass_v4.13.38", - "date": "Sat, 05 Dec 2020 01:11:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.139`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.15`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.36`" - } - ] - } - }, - { - "version": "4.13.37", - "tag": "@microsoft/gulp-core-build-sass_v4.13.37", - "date": "Tue, 01 Dec 2020 01:10:38 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.138`" - } - ] - } - }, - { - "version": "4.13.36", - "tag": "@microsoft/gulp-core-build-sass_v4.13.36", - "date": "Mon, 30 Nov 2020 16:11:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.10`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.137`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.14`" - } - ] - } - }, - { - "version": "4.13.35", - "tag": "@microsoft/gulp-core-build-sass_v4.13.35", - "date": "Wed, 18 Nov 2020 08:19:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.136`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.13`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.35`" - } - ] - } - }, - { - "version": "4.13.34", - "tag": "@microsoft/gulp-core-build-sass_v4.13.34", - "date": "Wed, 18 Nov 2020 06:21:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.135`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.12`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.34`" - } - ] - } - }, - { - "version": "4.13.33", - "tag": "@microsoft/gulp-core-build-sass_v4.13.33", - "date": "Tue, 17 Nov 2020 01:17:38 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.134`" - } - ] - } - }, - { - "version": "4.13.32", - "tag": "@microsoft/gulp-core-build-sass_v4.13.32", - "date": "Mon, 16 Nov 2020 01:57:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.133`" - } - ] - } - }, - { - "version": "4.13.31", - "tag": "@microsoft/gulp-core-build-sass_v4.13.31", - "date": "Fri, 13 Nov 2020 01:11:00 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.132`" - } - ] - } - }, - { - "version": "4.13.30", - "tag": "@microsoft/gulp-core-build-sass_v4.13.30", - "date": "Thu, 12 Nov 2020 01:11:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.131`" - } - ] - } - }, - { - "version": "4.13.29", - "tag": "@microsoft/gulp-core-build-sass_v4.13.29", - "date": "Wed, 11 Nov 2020 01:08:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.9`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.130`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.11`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.33`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.1`" - } - ] - } - }, - { - "version": "4.13.28", - "tag": "@microsoft/gulp-core-build-sass_v4.13.28", - "date": "Tue, 10 Nov 2020 23:13:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.8`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.129`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.10`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.32`" - } - ] - } - }, - { - "version": "4.13.27", - "tag": "@microsoft/gulp-core-build-sass_v4.13.27", - "date": "Tue, 10 Nov 2020 16:11:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.128`" - } - ] - } - }, - { - "version": "4.13.26", - "tag": "@microsoft/gulp-core-build-sass_v4.13.26", - "date": "Sun, 08 Nov 2020 22:52:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.127`" - } - ] - } - }, - { - "version": "4.13.25", - "tag": "@microsoft/gulp-core-build-sass_v4.13.25", - "date": "Fri, 06 Nov 2020 16:09:30 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.126`" - } - ] - } - }, - { - "version": "4.13.24", - "tag": "@microsoft/gulp-core-build-sass_v4.13.24", - "date": "Tue, 03 Nov 2020 01:11:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.125`" - } - ] - } - }, - { - "version": "4.13.23", - "tag": "@microsoft/gulp-core-build-sass_v4.13.23", - "date": "Mon, 02 Nov 2020 16:12:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.124`" - } - ] - } - }, - { - "version": "4.13.22", - "tag": "@microsoft/gulp-core-build-sass_v4.13.22", - "date": "Fri, 30 Oct 2020 06:38:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.7`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.123`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.9`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.31`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.0`" - } - ] - } - }, - { - "version": "4.13.21", - "tag": "@microsoft/gulp-core-build-sass_v4.13.21", - "date": "Fri, 30 Oct 2020 00:10:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.6`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.122`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.8`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.30`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.3`" - } - ] - } - }, - { - "version": "4.13.20", - "tag": "@microsoft/gulp-core-build-sass_v4.13.20", - "date": "Thu, 29 Oct 2020 06:14:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.121`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.29`" - } - ] - } - }, - { - "version": "4.13.19", - "tag": "@microsoft/gulp-core-build-sass_v4.13.19", - "date": "Thu, 29 Oct 2020 00:11:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.120`" - } - ] - } - }, - { - "version": "4.13.18", - "tag": "@microsoft/gulp-core-build-sass_v4.13.18", - "date": "Wed, 28 Oct 2020 01:18:03 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.5`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.119`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.28`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.2`" - } - ] - } - }, - { - "version": "4.13.17", - "tag": "@microsoft/gulp-core-build-sass_v4.13.17", - "date": "Tue, 27 Oct 2020 15:10:13 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.4`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.118`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.27`" - } - ] - } - }, - { - "version": "4.13.16", - "tag": "@microsoft/gulp-core-build-sass_v4.13.16", - "date": "Sat, 24 Oct 2020 00:11:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.117`" - } - ] - } - }, - { - "version": "4.13.15", - "tag": "@microsoft/gulp-core-build-sass_v4.13.15", - "date": "Wed, 21 Oct 2020 05:09:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.116`" - } - ] - } - }, - { - "version": "4.13.14", - "tag": "@microsoft/gulp-core-build-sass_v4.13.14", - "date": "Wed, 21 Oct 2020 02:28:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.115`" - } - ] - } - }, - { - "version": "4.13.13", - "tag": "@microsoft/gulp-core-build-sass_v4.13.13", - "date": "Fri, 16 Oct 2020 23:32:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.114`" - } - ] - } - }, - { - "version": "4.13.12", - "tag": "@microsoft/gulp-core-build-sass_v4.13.12", - "date": "Thu, 15 Oct 2020 00:59:08 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.113`" - } - ] - } - }, - { - "version": "4.13.11", - "tag": "@microsoft/gulp-core-build-sass_v4.13.11", - "date": "Wed, 14 Oct 2020 23:30:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.112`" - } - ] - } - }, - { - "version": "4.13.10", - "tag": "@microsoft/gulp-core-build-sass_v4.13.10", - "date": "Tue, 13 Oct 2020 15:11:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.111`" - } - ] - } - }, - { - "version": "4.13.9", - "tag": "@microsoft/gulp-core-build-sass_v4.13.9", - "date": "Mon, 12 Oct 2020 15:11:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.110`" - } - ] - } - }, - { - "version": "4.13.8", - "tag": "@microsoft/gulp-core-build-sass_v4.13.8", - "date": "Fri, 09 Oct 2020 15:11:08 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.109`" - } - ] - } - }, - { - "version": "4.13.7", - "tag": "@microsoft/gulp-core-build-sass_v4.13.7", - "date": "Tue, 06 Oct 2020 00:24:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.3`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.108`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.26`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.1`" - } - ] - } - }, - { - "version": "4.13.6", - "tag": "@microsoft/gulp-core-build-sass_v4.13.6", - "date": "Mon, 05 Oct 2020 22:36:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.2`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.107`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.25`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.0`" - } - ] - } - }, - { - "version": "4.13.5", - "tag": "@microsoft/gulp-core-build-sass_v4.13.5", - "date": "Mon, 05 Oct 2020 15:10:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.106`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.24`" - } - ] - } - }, - { - "version": "4.13.4", - "tag": "@microsoft/gulp-core-build-sass_v4.13.4", - "date": "Fri, 02 Oct 2020 00:10:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.105`" - } - ] - } - }, - { - "version": "4.13.3", - "tag": "@microsoft/gulp-core-build-sass_v4.13.3", - "date": "Thu, 01 Oct 2020 20:27:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.104`" - } - ] - } - }, - { - "version": "4.13.2", - "tag": "@microsoft/gulp-core-build-sass_v4.13.2", - "date": "Thu, 01 Oct 2020 18:51:21 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.103`" - } - ] - } - }, - { - "version": "4.13.1", - "tag": "@microsoft/gulp-core-build-sass_v4.13.1", - "date": "Wed, 30 Sep 2020 18:39:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.1`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.102`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.23`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.3`" - } - ] - } - }, - { - "version": "4.13.0", - "tag": "@microsoft/gulp-core-build-sass_v4.13.0", - "date": "Wed, 30 Sep 2020 06:53:53 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade compiler; the API now requires TypeScript 3.9 or newer" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.0`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.101`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.22`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.2`" - } - ] - } - }, - { - "version": "4.12.37", - "tag": "@microsoft/gulp-core-build-sass_v4.12.37", - "date": "Tue, 22 Sep 2020 05:45:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.28`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.100`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.21`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.52`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.1`" - } - ] - } - }, - { - "version": "4.12.36", - "tag": "@microsoft/gulp-core-build-sass_v4.12.36", - "date": "Tue, 22 Sep 2020 01:45:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.27`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.99`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.20`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.51`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.0`" - } - ] - } - }, - { - "version": "4.12.35", - "tag": "@microsoft/gulp-core-build-sass_v4.12.35", - "date": "Tue, 22 Sep 2020 00:08:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.26`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.98`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.19`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.50`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.0.0`" - } - ] - } - }, - { - "version": "4.12.34", - "tag": "@microsoft/gulp-core-build-sass_v4.12.34", - "date": "Sat, 19 Sep 2020 04:37:26 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.25`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.97`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.18`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.49`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.2`" - } - ] - } - }, - { - "version": "4.12.33", - "tag": "@microsoft/gulp-core-build-sass_v4.12.33", - "date": "Sat, 19 Sep 2020 03:33:07 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.24`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.96`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.17`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.48`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.1`" - } - ] - } - }, - { - "version": "4.12.32", - "tag": "@microsoft/gulp-core-build-sass_v4.12.32", - "date": "Fri, 18 Sep 2020 22:57:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.23`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.95`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.16`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.47`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.0`" - } - ] - } - }, - { - "version": "4.12.31", - "tag": "@microsoft/gulp-core-build-sass_v4.12.31", - "date": "Fri, 18 Sep 2020 21:49:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.22`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.94`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.15`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.46`" - } - ] - } - }, - { - "version": "4.12.30", - "tag": "@microsoft/gulp-core-build-sass_v4.12.30", - "date": "Wed, 16 Sep 2020 05:30:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.93`" - } - ] - } - }, - { - "version": "4.12.29", - "tag": "@microsoft/gulp-core-build-sass_v4.12.29", - "date": "Tue, 15 Sep 2020 01:51:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.92`" - } - ] - } - }, - { - "version": "4.12.28", - "tag": "@microsoft/gulp-core-build-sass_v4.12.28", - "date": "Mon, 14 Sep 2020 15:09:48 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.91`" - } - ] - } - }, - { - "version": "4.12.27", - "tag": "@microsoft/gulp-core-build-sass_v4.12.27", - "date": "Sun, 13 Sep 2020 01:53:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.90`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.14`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.45`" - } - ] - } - }, - { - "version": "4.12.26", - "tag": "@microsoft/gulp-core-build-sass_v4.12.26", - "date": "Fri, 11 Sep 2020 02:13:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.21`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.89`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.32.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.13`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.44`" - } - ] - } - }, - { - "version": "4.12.25", - "tag": "@microsoft/gulp-core-build-sass_v4.12.25", - "date": "Wed, 09 Sep 2020 03:29:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.88`" - } - ] - } - }, - { - "version": "4.12.24", - "tag": "@microsoft/gulp-core-build-sass_v4.12.24", - "date": "Wed, 09 Sep 2020 00:38:48 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.87`" - } - ] - } - }, - { - "version": "4.12.23", - "tag": "@microsoft/gulp-core-build-sass_v4.12.23", - "date": "Mon, 07 Sep 2020 07:37:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.20`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.86`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.31.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.12`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.43`" - } - ] - } - }, - { - "version": "4.12.22", - "tag": "@microsoft/gulp-core-build-sass_v4.12.22", - "date": "Sat, 05 Sep 2020 18:56:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.85`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.11`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.42`" - } - ] - } - }, - { - "version": "4.12.21", - "tag": "@microsoft/gulp-core-build-sass_v4.12.21", - "date": "Fri, 04 Sep 2020 15:06:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.84`" - } - ] - } - }, - { - "version": "4.12.20", - "tag": "@microsoft/gulp-core-build-sass_v4.12.20", - "date": "Thu, 03 Sep 2020 15:09:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.83`" - } - ] - } - }, - { - "version": "4.12.19", - "tag": "@microsoft/gulp-core-build-sass_v4.12.19", - "date": "Wed, 02 Sep 2020 23:01:13 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.82`" - } - ] - } - }, - { - "version": "4.12.18", - "tag": "@microsoft/gulp-core-build-sass_v4.12.18", - "date": "Wed, 02 Sep 2020 15:10:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.81`" - } - ] - } - }, - { - "version": "4.12.17", - "tag": "@microsoft/gulp-core-build-sass_v4.12.17", - "date": "Thu, 27 Aug 2020 11:27:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.19`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.80`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.30.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.10`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.41`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.3.0`" - } - ] - } - }, - { - "version": "4.12.16", - "tag": "@microsoft/gulp-core-build-sass_v4.12.16", - "date": "Tue, 25 Aug 2020 00:10:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.79`" - } - ] - } - }, - { - "version": "4.12.15", - "tag": "@microsoft/gulp-core-build-sass_v4.12.15", - "date": "Mon, 24 Aug 2020 07:35:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.18`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.78`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.29.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.9`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.40`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.1`" - } - ] - } - }, - { - "version": "4.12.14", - "tag": "@microsoft/gulp-core-build-sass_v4.12.14", - "date": "Sat, 22 Aug 2020 05:55:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.17`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.77`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.29.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.39`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.0`" - } - ] - } - }, - { - "version": "4.12.13", - "tag": "@microsoft/gulp-core-build-sass_v4.12.13", - "date": "Fri, 21 Aug 2020 01:21:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.76`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.38`" - } - ] - } - }, - { - "version": "4.12.12", - "tag": "@microsoft/gulp-core-build-sass_v4.12.12", - "date": "Thu, 20 Aug 2020 18:41:47 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.75`" - } - ] - } - }, - { - "version": "4.12.11", - "tag": "@microsoft/gulp-core-build-sass_v4.12.11", - "date": "Thu, 20 Aug 2020 15:13:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.74`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.37`" - } - ] - } - }, - { - "version": "4.12.10", - "tag": "@microsoft/gulp-core-build-sass_v4.12.10", - "date": "Tue, 18 Aug 2020 23:59:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.16`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.73`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.28.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.36`" - } - ] - } - }, - { - "version": "4.12.9", - "tag": "@microsoft/gulp-core-build-sass_v4.12.9", - "date": "Tue, 18 Aug 2020 03:03:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.72`" - } - ] - } - }, - { - "version": "4.12.8", - "tag": "@microsoft/gulp-core-build-sass_v4.12.8", - "date": "Mon, 17 Aug 2020 05:31:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.71`" - } - ] - } - }, - { - "version": "4.12.7", - "tag": "@microsoft/gulp-core-build-sass_v4.12.7", - "date": "Mon, 17 Aug 2020 04:53:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.15`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.70`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.27.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.35`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.1.0`" - } - ] - } - }, - { - "version": "4.12.6", - "tag": "@microsoft/gulp-core-build-sass_v4.12.6", - "date": "Thu, 13 Aug 2020 09:26:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.69`" - } - ] - } - }, - { - "version": "4.12.5", - "tag": "@microsoft/gulp-core-build-sass_v4.12.5", - "date": "Thu, 13 Aug 2020 04:57:38 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.68`" - } - ] - } - }, - { - "version": "4.12.4", - "tag": "@microsoft/gulp-core-build-sass_v4.12.4", - "date": "Wed, 12 Aug 2020 00:10:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.14`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.67`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.26.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.34`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.0.4`" - } - ] - } - }, - { - "version": "4.12.3", - "tag": "@microsoft/gulp-core-build-sass_v4.12.3", - "date": "Wed, 05 Aug 2020 18:27:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.13`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.66`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.26.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.33`" - } - ] - } - }, - { - "version": "4.12.2", - "tag": "@microsoft/gulp-core-build-sass_v4.12.2", - "date": "Fri, 03 Jul 2020 15:09:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.11` to `3.16.12`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.64` to `1.10.65`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.4` to `3.25.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.8.0` to `0.8.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.31` to `6.4.32`" - } - ] - } - }, - { - "version": "4.12.1", - "tag": "@microsoft/gulp-core-build-sass_v4.12.1", - "date": "Fri, 03 Jul 2020 05:46:41 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.63` to `1.10.64`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.7.2` to `0.8.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.30` to `6.4.31`" - } - ] - } - }, - { - "version": "4.12.0", - "tag": "@microsoft/gulp-core-build-sass_v4.12.0", - "date": "Fri, 03 Jul 2020 00:10:16 GMT", - "comments": { - "minor": [ - { - "comment": "Allow customization of generated CSS module class names." - } - ] - } - }, - { - "version": "4.11.12", - "tag": "@microsoft/gulp-core-build-sass_v4.11.12", - "date": "Sat, 27 Jun 2020 00:09:38 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.62` to `1.10.63`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.29` to `6.4.30`" - } - ] - } - }, - { - "version": "4.11.11", - "tag": "@microsoft/gulp-core-build-sass_v4.11.11", - "date": "Fri, 26 Jun 2020 22:16:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.61` to `1.10.62`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.28` to `6.4.29`" - } - ] - } - }, - { - "version": "4.11.10", - "tag": "@microsoft/gulp-core-build-sass_v4.11.10", - "date": "Thu, 25 Jun 2020 06:43:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.10` to `3.16.11`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.60` to `1.10.61`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.3` to `3.24.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.7.1` to `0.7.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.27` to `6.4.28`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.1` to `1.0.2`" - } - ] - } - }, - { - "version": "4.11.9", - "tag": "@microsoft/gulp-core-build-sass_v4.11.9", - "date": "Wed, 24 Jun 2020 09:50:48 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.9` to `3.16.10`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.59` to `1.10.60`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.2` to `3.24.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.7.0` to `0.7.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.26` to `6.4.27`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.0` to `1.0.1`" - } - ] - } - }, - { - "version": "4.11.8", - "tag": "@microsoft/gulp-core-build-sass_v4.11.8", - "date": "Wed, 24 Jun 2020 09:04:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.8` to `3.16.9`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.58` to `1.10.59`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.1` to `3.24.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.6.1` to `0.7.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.25` to `6.4.26`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.8` to `1.0.0`" - } - ] - } - }, - { - "version": "4.11.7", - "tag": "@microsoft/gulp-core-build-sass_v4.11.7", - "date": "Mon, 15 Jun 2020 22:17:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.57` to `1.10.58`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.6.0` to `0.6.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.24` to `6.4.25`" - } - ] - } - }, - { - "version": "4.11.6", - "tag": "@microsoft/gulp-core-build-sass_v4.11.6", - "date": "Fri, 12 Jun 2020 09:19:21 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.56` to `1.10.57`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.5.3` to `0.6.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.23` to `6.4.24`" - } - ] - } - }, - { - "version": "4.11.5", - "tag": "@microsoft/gulp-core-build-sass_v4.11.5", - "date": "Wed, 10 Jun 2020 20:48:30 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.7` to `3.16.8`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.55` to `1.10.56`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.0` to `3.24.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.5.2` to `0.5.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.22` to `6.4.23`" - } - ] - } - }, - { - "version": "4.11.4", - "tag": "@microsoft/gulp-core-build-sass_v4.11.4", - "date": "Mon, 01 Jun 2020 08:34:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.54` to `1.10.55`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.5.1` to `0.5.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.21` to `6.4.22`" - } - ] - } - }, - { - "version": "4.11.3", - "tag": "@microsoft/gulp-core-build-sass_v4.11.3", - "date": "Sat, 30 May 2020 02:59:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.6` to `3.16.7`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.53` to `1.10.54`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.23.1` to `3.24.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.5.0` to `0.5.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.20` to `6.4.21`" - } - ] - } - }, - { - "version": "4.11.2", - "tag": "@microsoft/gulp-core-build-sass_v4.11.2", - "date": "Fri, 29 May 2020 21:35:29 GMT", - "comments": { - "patch": [ - { - "comment": "Fix static autoprefixer configuration options" - } - ] - } - }, - { - "version": "4.11.1", - "tag": "@microsoft/gulp-core-build-sass_v4.11.1", - "date": "Thu, 28 May 2020 05:59:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.5` to `3.16.6`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.52` to `1.10.53`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.23.0` to `3.23.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.17` to `0.5.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.19` to `6.4.20`" - } - ] - } - }, - { - "version": "4.11.0", - "tag": "@microsoft/gulp-core-build-sass_v4.11.0", - "date": "Thu, 28 May 2020 00:09:21 GMT", - "comments": { - "minor": [ - { - "comment": "Allow configuration of autoprefixer plugin" - } - ] - } - }, - { - "version": "4.10.19", - "tag": "@microsoft/gulp-core-build-sass_v4.10.19", - "date": "Wed, 27 May 2020 05:15:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.4` to `3.16.5`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.51` to `1.10.52`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.22.1` to `3.23.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.16` to `0.4.17`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.18` to `6.4.19`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.7` to `0.5.8`" - } - ] - } - }, - { - "version": "4.10.18", - "tag": "@microsoft/gulp-core-build-sass_v4.10.18", - "date": "Tue, 26 May 2020 23:00:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.3` to `3.16.4`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.50` to `1.10.51`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.22.0` to `3.22.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.15` to `0.4.16`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.17` to `6.4.18`" - } - ] - } - }, - { - "version": "4.10.17", - "tag": "@microsoft/gulp-core-build-sass_v4.10.17", - "date": "Fri, 22 May 2020 15:08:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.2` to `3.16.3`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.49` to `1.10.50`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.21.0` to `3.22.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.14` to `0.4.15`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.16` to `6.4.17`" - } - ] - } - }, - { - "version": "4.10.16", - "tag": "@microsoft/gulp-core-build-sass_v4.10.16", - "date": "Thu, 21 May 2020 23:09:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.1` to `3.16.2`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.48` to `1.10.49`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.20.0` to `3.21.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.13` to `0.4.14`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.15` to `6.4.16`" - } - ] - } - }, - { - "version": "4.10.15", - "tag": "@microsoft/gulp-core-build-sass_v4.10.15", - "date": "Thu, 21 May 2020 15:41:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.0` to `3.16.1`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.47` to `1.10.48`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.7` to `3.20.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.12` to `0.4.13`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.14` to `6.4.15`" - } - ] - } - }, - { - "version": "4.10.14", - "tag": "@microsoft/gulp-core-build-sass_v4.10.14", - "date": "Tue, 19 May 2020 15:08:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.46` to `1.10.47`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.11` to `0.4.12`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.13` to `6.4.14`" - } - ] - } - }, - { - "version": "4.10.13", - "tag": "@microsoft/gulp-core-build-sass_v4.10.13", - "date": "Fri, 15 May 2020 08:10:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.45` to `1.10.46`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.10` to `0.4.11`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.12` to `6.4.13`" - } - ] - } - }, - { - "version": "4.10.12", - "tag": "@microsoft/gulp-core-build-sass_v4.10.12", - "date": "Wed, 06 May 2020 08:23:45 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.44` to `1.10.45`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.9` to `0.4.10`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.11` to `6.4.12`" - } - ] - } - }, - { - "version": "4.10.11", - "tag": "@microsoft/gulp-core-build-sass_v4.10.11", - "date": "Sat, 02 May 2020 00:08:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.5` to `3.16.0`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.43` to `1.10.44`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.10` to `6.4.11`" - } - ] - } - }, - { - "version": "4.10.10", - "tag": "@microsoft/gulp-core-build-sass_v4.10.10", - "date": "Wed, 08 Apr 2020 04:07:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.4` to `3.15.5`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.42` to `1.10.43`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.6` to `3.19.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.8` to `0.4.9`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.9` to `6.4.10`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.6` to `0.5.7`" - } - ] - } - }, - { - "version": "4.10.9", - "tag": "@microsoft/gulp-core-build-sass_v4.10.9", - "date": "Fri, 03 Apr 2020 15:10:15 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.41` to `1.10.42`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.7` to `0.4.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.8` to `6.4.9`" - } - ] - } - }, - { - "version": "4.10.8", - "tag": "@microsoft/gulp-core-build-sass_v4.10.8", - "date": "Sun, 29 Mar 2020 00:04:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.40` to `1.10.41`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.6` to `0.4.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.7` to `6.4.8`" - } - ] - } - }, - { - "version": "4.10.7", - "tag": "@microsoft/gulp-core-build-sass_v4.10.7", - "date": "Sat, 28 Mar 2020 00:37:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.3` to `3.15.4`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.39` to `1.10.40`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.5` to `3.19.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.5` to `0.4.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.6` to `6.4.7`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.5` to `0.5.6`" - } - ] - } - }, - { - "version": "4.10.6", - "tag": "@microsoft/gulp-core-build-sass_v4.10.6", - "date": "Wed, 18 Mar 2020 15:07:47 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.2` to `3.15.3`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.38` to `1.10.39`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.4` to `3.19.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.4` to `0.4.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.5` to `6.4.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.4` to `0.5.5`" - } - ] - } - }, - { - "version": "4.10.5", - "tag": "@microsoft/gulp-core-build-sass_v4.10.5", - "date": "Tue, 17 Mar 2020 23:55:58 GMT", - "comments": { - "patch": [ - { - "comment": "Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack`" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.1` to `3.15.2`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.37` to `1.10.38`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.3` to `3.19.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.3` to `0.4.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.4` to `6.4.5`" - } - ] - } - }, - { - "version": "4.10.4", - "tag": "@microsoft/gulp-core-build-sass_v4.10.4", - "date": "Tue, 28 Jan 2020 02:23:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.0` to `3.15.1`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.36` to `1.10.37`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.2` to `3.19.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.2` to `0.4.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.3` to `6.4.4`" - } - ] - } - }, - { - "version": "4.10.3", - "tag": "@microsoft/gulp-core-build-sass_v4.10.3", - "date": "Fri, 24 Jan 2020 00:27:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.14.2` to `3.15.0`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.35` to `1.10.36`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.2` to `6.4.3`" - } - ] - } - }, - { - "version": "4.10.2", - "tag": "@microsoft/gulp-core-build-sass_v4.10.2", - "date": "Thu, 23 Jan 2020 01:07:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.14.1` to `3.14.2`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.34` to `1.10.35`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.1` to `3.19.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.1` to `0.4.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.1` to `6.4.2`" - } - ] - } - }, - { - "version": "4.10.1", - "tag": "@microsoft/gulp-core-build-sass_v4.10.1", - "date": "Tue, 21 Jan 2020 21:56:13 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.14.0` to `3.14.1`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.33` to `1.10.34`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.0` to `3.19.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.0` to `0.4.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.0` to `6.4.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.3` to `0.5.4`" - } - ] - } - }, - { - "version": "4.10.0", - "tag": "@microsoft/gulp-core-build-sass_v4.10.0", - "date": "Sun, 19 Jan 2020 02:26:52 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade Node typings to Node 10" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.13.4` to `3.14.0`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.32` to `1.10.33`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.3` to `3.19.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.3.15` to `0.4.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.16` to `6.4.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.2` to `0.5.3`" - } - ] - } - }, - { - "version": "4.9.0", - "tag": "@microsoft/gulp-core-build-sass_v4.9.0", - "date": "Fri, 17 Jan 2020 01:08:23 GMT", - "comments": { - "minor": [ - { - "comment": "Update autoprefixer to ~9.7.4" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.13.3` to `3.13.4`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.31` to `1.10.32`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.2` to `3.18.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.3.14` to `0.3.15`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.15` to `6.3.16`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.1` to `0.5.2`" - } - ] - } - }, - { - "version": "4.8.24", - "tag": "@microsoft/gulp-core-build-sass_v4.8.24", - "date": "Tue, 14 Jan 2020 01:34:15 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.30` to `1.10.31`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.3.13` to `0.3.14`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.14` to `6.3.15`" - } - ] - } - }, - { - "version": "4.8.23", - "tag": "@microsoft/gulp-core-build-sass_v4.8.23", - "date": "Sat, 11 Jan 2020 05:18:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.13.2` to `3.13.3`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.29` to `1.10.30`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.13` to `6.3.14`" - } - ] - } - }, - { - "version": "4.8.22", - "tag": "@microsoft/gulp-core-build-sass_v4.8.22", - "date": "Fri, 10 Jan 2020 03:07:47 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.28` to `1.10.29`" - } - ] - } - }, - { - "version": "4.8.21", - "tag": "@microsoft/gulp-core-build-sass_v4.8.21", - "date": "Thu, 09 Jan 2020 06:44:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.13.1` to `3.13.2`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.27` to `1.10.28`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.1` to `3.18.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.3.12` to `0.3.13`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.12` to `6.3.13`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.0` to `0.5.1`" - } - ] - } - }, - { - "version": "4.8.20", - "tag": "@microsoft/gulp-core-build-sass_v4.8.20", - "date": "Wed, 08 Jan 2020 00:11:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.13.0` to `3.13.1`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.26` to `1.10.27`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.0` to `3.18.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.3.11` to `0.3.12`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.11` to `6.3.12`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.2` to `0.5.0`" - } - ] - } - }, - { - "version": "4.8.19", - "tag": "@microsoft/gulp-core-build-sass_v4.8.19", - "date": "Mon, 23 Dec 2019 16:08:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.25` to `1.10.26`" - } - ] - } - }, - { - "version": "4.8.18", - "tag": "@microsoft/gulp-core-build-sass_v4.8.18", - "date": "Wed, 04 Dec 2019 23:17:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.5` to `3.13.0`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.24` to `1.10.25`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.10` to `6.3.11`" - } - ] - } - }, - { - "version": "4.8.17", - "tag": "@microsoft/gulp-core-build-sass_v4.8.17", - "date": "Tue, 03 Dec 2019 03:17:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.23` to `1.10.24`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.9` to `0.3.10`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.9` to `6.3.10`" - } - ] - } - }, - { - "version": "4.8.16", - "tag": "@microsoft/gulp-core-build-sass_v4.8.16", - "date": "Sun, 24 Nov 2019 00:54:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.22` to `1.10.23`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.8` to `0.3.9`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.8` to `6.3.9`" - } - ] - } - }, - { - "version": "4.8.15", - "tag": "@microsoft/gulp-core-build-sass_v4.8.15", - "date": "Wed, 20 Nov 2019 06:14:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.21` to `1.10.22`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.7` to `0.3.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.7` to `6.3.8`" - } - ] - } - }, - { - "version": "4.8.14", - "tag": "@microsoft/gulp-core-build-sass_v4.8.14", - "date": "Fri, 15 Nov 2019 04:50:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.4` to `3.12.5`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.20` to `1.10.21`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.17.1` to `3.18.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.6` to `0.3.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.6` to `6.3.7`" - } - ] - } - }, - { - "version": "4.8.13", - "tag": "@microsoft/gulp-core-build-sass_v4.8.13", - "date": "Mon, 11 Nov 2019 16:07:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.3` to `3.12.4`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.19` to `1.10.20`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.17.0` to `3.17.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.5` to `0.3.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.5` to `6.3.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.1` to `0.4.2`" - } - ] - } - }, - { - "version": "4.8.12", - "tag": "@microsoft/gulp-core-build-sass_v4.8.12", - "date": "Wed, 06 Nov 2019 22:44:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.18` to `1.10.19`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.4` to `0.3.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.4` to `6.3.5`" - } - ] - } - }, - { - "version": "4.8.11", - "tag": "@microsoft/gulp-core-build-sass_v4.8.11", - "date": "Tue, 05 Nov 2019 06:49:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.2` to `3.12.3`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.17` to `1.10.18`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.16.0` to `3.17.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.3` to `0.3.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.3` to `6.3.4`" - } - ] - } - }, - { - "version": "4.8.10", - "tag": "@microsoft/gulp-core-build-sass_v4.8.10", - "date": "Tue, 05 Nov 2019 01:08:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.16` to `1.10.17`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.2` to `0.3.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.2` to `6.3.3`" - } - ] - } - }, - { - "version": "4.8.9", - "tag": "@microsoft/gulp-core-build-sass_v4.8.9", - "date": "Fri, 25 Oct 2019 15:08:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.15` to `1.10.16`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.1` to `0.3.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.1` to `6.3.2`" - } - ] - } - }, - { - "version": "4.8.8", - "tag": "@microsoft/gulp-core-build-sass_v4.8.8", - "date": "Tue, 22 Oct 2019 06:24:44 GMT", - "comments": { - "patch": [ - { - "comment": "Refactor some code as part of migration from TSLint to ESLint" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.1` to `3.12.2`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.14` to `1.10.15`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.15.1` to `3.16.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.0` to `0.3.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.0` to `6.3.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.0` to `0.4.1`" - } - ] - } - }, - { - "version": "4.8.7", - "tag": "@microsoft/gulp-core-build-sass_v4.8.7", - "date": "Mon, 21 Oct 2019 05:22:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.13` to `1.10.14`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.6` to `0.3.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.2.6` to `6.3.0`" - } - ] - } - }, - { - "version": "4.8.6", - "tag": "@microsoft/gulp-core-build-sass_v4.8.6", - "date": "Fri, 18 Oct 2019 15:15:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.12` to `1.10.13`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.5` to `0.2.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.2.5` to `6.2.6`" - } - ] - } - }, - { - "version": "4.8.5", - "tag": "@microsoft/gulp-core-build-sass_v4.8.5", - "date": "Sun, 06 Oct 2019 00:27:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.11` to `1.10.12`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.4` to `0.2.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.2.4` to `6.2.5`" - } - ] - } - }, - { - "version": "4.8.4", - "tag": "@microsoft/gulp-core-build-sass_v4.8.4", - "date": "Fri, 04 Oct 2019 00:15:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.10` to `1.10.11`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.3` to `0.2.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.2.3` to `6.2.4`" - } - ] - } - }, - { - "version": "4.8.3", - "tag": "@microsoft/gulp-core-build-sass_v4.8.3", - "date": "Sun, 29 Sep 2019 23:56:29 GMT", - "comments": { - "patch": [ - { - "comment": "Update repository URL" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.0` to `3.12.1`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.9` to `1.10.10`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.15.0` to `3.15.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.2` to `0.2.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.2.2` to `6.2.3`" - } - ] - } - }, - { - "version": "4.8.2", - "tag": "@microsoft/gulp-core-build-sass_v4.8.2", - "date": "Wed, 25 Sep 2019 15:15:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.8` to `1.10.9`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.1` to `0.2.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.2.1` to `6.2.2`" - } - ] - } - }, - { - "version": "4.8.1", - "tag": "@microsoft/gulp-core-build-sass_v4.8.1", - "date": "Tue, 24 Sep 2019 02:58:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.7` to `1.10.8`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.0` to `0.2.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.2.0` to `6.2.1`" - } - ] - } - }, - { - "version": "4.8.0", - "tag": "@microsoft/gulp-core-build-sass_v4.8.0", - "date": "Mon, 23 Sep 2019 15:14:55 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade @types/node dependency" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.11.3` to `3.12.0`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.6` to `1.10.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.2` to `3.15.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.24` to `0.2.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.11` to `6.2.0`" - } - ] - } - }, - { - "version": "4.7.25", - "tag": "@microsoft/gulp-core-build-sass_v4.7.25", - "date": "Fri, 20 Sep 2019 21:27:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.5` to `1.10.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.23` to `0.1.24`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.10` to `6.1.11`" - } - ] - } - }, - { - "version": "4.7.24", - "tag": "@microsoft/gulp-core-build-sass_v4.7.24", - "date": "Wed, 11 Sep 2019 19:56:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.4` to `1.10.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.22` to `0.1.23`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.9` to `6.1.10`" - } - ] - } - }, - { - "version": "4.7.23", - "tag": "@microsoft/gulp-core-build-sass_v4.7.23", - "date": "Tue, 10 Sep 2019 22:32:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.11.2` to `3.11.3`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.3` to `1.10.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.1` to `3.14.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.21` to `0.1.22`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.8` to `6.1.9`" - } - ] - } - }, - { - "version": "4.7.22", - "tag": "@microsoft/gulp-core-build-sass_v4.7.22", - "date": "Tue, 10 Sep 2019 20:38:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.2` to `1.10.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.20` to `0.1.21`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.7` to `6.1.8`" - } - ] - } - }, - { - "version": "4.7.21", - "tag": "@microsoft/gulp-core-build-sass_v4.7.21", - "date": "Wed, 04 Sep 2019 18:28:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.11.1` to `3.11.2`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.1` to `1.10.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.0` to `3.14.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.19` to `0.1.20`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.6` to `6.1.7`" - } - ] - } - }, - { - "version": "4.7.20", - "tag": "@microsoft/gulp-core-build-sass_v4.7.20", - "date": "Wed, 04 Sep 2019 15:15:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.10.0` to `1.10.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.18` to `0.1.19`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.5` to `6.1.6`" - } - ] - } - }, - { - "version": "4.7.19", - "tag": "@microsoft/gulp-core-build-sass_v4.7.19", - "date": "Wed, 04 Sep 2019 01:43:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.9.20` to `1.10.0`" - } - ] - } - }, - { - "version": "4.7.18", - "tag": "@microsoft/gulp-core-build-sass_v4.7.18", - "date": "Fri, 30 Aug 2019 00:14:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.9.19` to `1.9.20`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.17` to `0.1.18`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.4` to `6.1.5`" - } - ] - } - }, - { - "version": "4.7.17", - "tag": "@microsoft/gulp-core-build-sass_v4.7.17", - "date": "Mon, 12 Aug 2019 15:15:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.9.18` to `1.9.19`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.16` to `0.1.17`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.3` to `6.1.4`" - } - ] - } - }, - { - "version": "4.7.16", - "tag": "@microsoft/gulp-core-build-sass_v4.7.16", - "date": "Thu, 08 Aug 2019 15:14:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.11.0` to `3.11.1`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.9.17` to `1.9.18`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.13.0` to `3.14.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.15` to `0.1.16`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.2` to `6.1.3`" - } - ] - } - }, - { - "version": "4.7.15", - "tag": "@microsoft/gulp-core-build-sass_v4.7.15", - "date": "Thu, 08 Aug 2019 00:49:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.9.16` to `1.9.17`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.14` to `0.1.15`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.1` to `6.1.2`" - } - ] - } - }, - { - "version": "4.7.14", - "tag": "@microsoft/gulp-core-build-sass_v4.7.14", - "date": "Mon, 05 Aug 2019 22:04:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.10.0` to `3.11.0`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.9.15` to `1.9.16`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.13` to `0.1.14`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.0` to `6.1.1`" - } - ] - } - }, - { - "version": "4.7.13", - "tag": "@microsoft/gulp-core-build-sass_v4.7.13", - "date": "Tue, 23 Jul 2019 19:14:38 GMT", - "comments": { - "patch": [ - { - "comment": "Update node-sass to latest. Required for compatibility with Node 12." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.26` to `3.10.0`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.9.14` to `1.9.15`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.74` to `6.1.0`" - } - ] - } - }, - { - "version": "4.7.12", - "tag": "@microsoft/gulp-core-build-sass_v4.7.12", - "date": "Tue, 23 Jul 2019 01:13:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.9.13` to `1.9.14`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.12` to `0.1.13`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.73` to `6.0.74`" - } - ] - } - }, - { - "version": "4.7.11", - "tag": "@microsoft/gulp-core-build-sass_v4.7.11", - "date": "Mon, 22 Jul 2019 19:13:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.9.12` to `1.9.13`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.11` to `0.1.12`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.72` to `6.0.73`" - } - ] - } - }, - { - "version": "4.7.10", - "tag": "@microsoft/gulp-core-build-sass_v4.7.10", - "date": "Fri, 12 Jul 2019 19:12:46 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.9.11` to `1.9.12`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.23` to `0.3.24`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.71` to `6.0.72`" - } - ] - } - }, - { - "version": "4.7.9", - "tag": "@microsoft/gulp-core-build-sass_v4.7.9", - "date": "Thu, 11 Jul 2019 19:13:08 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.9.10` to `1.9.11`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.22` to `0.3.23`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.70` to `6.0.71`" - } - ] - } - }, - { - "version": "4.7.8", - "tag": "@microsoft/gulp-core-build-sass_v4.7.8", - "date": "Tue, 09 Jul 2019 19:13:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.9.9` to `1.9.10`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.21` to `0.3.22`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.69` to `6.0.70`" - } - ] - } - }, - { - "version": "4.7.7", - "tag": "@microsoft/gulp-core-build-sass_v4.7.7", - "date": "Mon, 08 Jul 2019 19:12:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.9.8` to `1.9.9`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.20` to `0.3.21`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.68` to `6.0.69`" - } - ] - } - }, - { - "version": "4.7.6", - "tag": "@microsoft/gulp-core-build-sass_v4.7.6", - "date": "Sat, 29 Jun 2019 02:30:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.9.7` to `1.9.8`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.19` to `0.3.20`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.67` to `6.0.68`" - } - ] - } - }, - { - "version": "4.7.5", - "tag": "@microsoft/gulp-core-build-sass_v4.7.5", - "date": "Wed, 12 Jun 2019 19:12:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.9.6` to `1.9.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.18` to `0.3.19`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.66` to `6.0.67`" - } - ] - } - }, - { - "version": "4.7.4", - "tag": "@microsoft/gulp-core-build-sass_v4.7.4", - "date": "Tue, 11 Jun 2019 00:48:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.9.5` to `1.9.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.17` to `0.3.18`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.65` to `6.0.66`" - } - ] - } - }, - { - "version": "4.7.3", - "tag": "@microsoft/gulp-core-build-sass_v4.7.3", - "date": "Thu, 06 Jun 2019 22:33:36 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.9.4` to `1.9.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.16` to `0.3.17`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.64` to `6.0.65`" - } - ] - } - }, - { - "version": "4.7.2", - "tag": "@microsoft/gulp-core-build-sass_v4.7.2", - "date": "Wed, 05 Jun 2019 19:12:34 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.9.3` to `1.9.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.15` to `0.3.16`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.63` to `6.0.64`" - } - ] - } - }, - { - "version": "4.7.1", - "tag": "@microsoft/gulp-core-build-sass_v4.7.1", - "date": "Tue, 04 Jun 2019 05:51:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.9.2` to `1.9.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.14` to `0.3.15`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.62` to `6.0.63`" - } - ] - } - }, - { - "version": "4.7.0", - "tag": "@microsoft/gulp-core-build-sass_v4.7.0", - "date": "Fri, 31 May 2019 01:13:07 GMT", - "comments": { - "minor": [ - { - "comment": "Make css modules class hash names consistent relative to root path." - } - ] - } - }, - { - "version": "4.6.35", - "tag": "@microsoft/gulp-core-build-sass_v4.6.35", - "date": "Mon, 27 May 2019 04:13:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.9.1` to `1.9.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.13` to `0.3.14`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.61` to `6.0.62`" - } - ] - } - }, - { - "version": "4.6.34", - "tag": "@microsoft/gulp-core-build-sass_v4.6.34", - "date": "Mon, 13 May 2019 02:08:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.9.0` to `1.9.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.12` to `0.3.13`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.60` to `6.0.61`" - } - ] - } - }, - { - "version": "4.6.33", - "tag": "@microsoft/gulp-core-build-sass_v4.6.33", - "date": "Thu, 09 May 2019 19:12:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.89` to `1.9.0`" - } - ] - } - }, - { - "version": "4.6.32", - "tag": "@microsoft/gulp-core-build-sass_v4.6.32", - "date": "Mon, 06 May 2019 20:46:21 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.88` to `1.8.89`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.11` to `0.3.12`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.59` to `6.0.60`" - } - ] - } - }, - { - "version": "4.6.31", - "tag": "@microsoft/gulp-core-build-sass_v4.6.31", - "date": "Mon, 06 May 2019 19:34:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.87` to `1.8.88`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.10` to `0.3.11`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.58` to `6.0.59`" - } - ] - } - }, - { - "version": "4.6.30", - "tag": "@microsoft/gulp-core-build-sass_v4.6.30", - "date": "Mon, 06 May 2019 19:11:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.86` to `1.8.87`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.9` to `0.3.10`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.57` to `6.0.58`" - } - ] - } - }, - { - "version": "4.6.29", - "tag": "@microsoft/gulp-core-build-sass_v4.6.29", - "date": "Tue, 30 Apr 2019 23:08:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.85` to `1.8.86`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.8` to `0.3.9`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.56` to `6.0.57`" - } - ] - } - }, - { - "version": "4.6.28", - "tag": "@microsoft/gulp-core-build-sass_v4.6.28", - "date": "Tue, 16 Apr 2019 11:01:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.84` to `1.8.85`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.7` to `0.3.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.55` to `6.0.56`" - } - ] - } - }, - { - "version": "4.6.27", - "tag": "@microsoft/gulp-core-build-sass_v4.6.27", - "date": "Fri, 12 Apr 2019 06:13:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.83` to `1.8.84`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.6` to `0.3.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.54` to `6.0.55`" - } - ] - } - }, - { - "version": "4.6.26", - "tag": "@microsoft/gulp-core-build-sass_v4.6.26", - "date": "Thu, 11 Apr 2019 07:14:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.82` to `1.8.83`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.5` to `0.3.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.53` to `6.0.54`" - } - ] - } - }, - { - "version": "4.6.25", - "tag": "@microsoft/gulp-core-build-sass_v4.6.25", - "date": "Tue, 09 Apr 2019 05:31:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.81` to `1.8.82`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.4` to `0.3.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.52` to `6.0.53`" - } - ] - } - }, - { - "version": "4.6.24", - "tag": "@microsoft/gulp-core-build-sass_v4.6.24", - "date": "Mon, 08 Apr 2019 19:12:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.80` to `1.8.81`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.3` to `0.3.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.51` to `6.0.52`" - } - ] - } - }, - { - "version": "4.6.23", - "tag": "@microsoft/gulp-core-build-sass_v4.6.23", - "date": "Sat, 06 Apr 2019 02:05:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.79` to `1.8.80`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.2` to `0.3.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.50` to `6.0.51`" - } - ] - } - }, - { - "version": "4.6.22", - "tag": "@microsoft/gulp-core-build-sass_v4.6.22", - "date": "Fri, 05 Apr 2019 04:16:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.78` to `1.8.79`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.1` to `0.3.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.49` to `6.0.50`" - } - ] - } - }, - { - "version": "4.6.21", - "tag": "@microsoft/gulp-core-build-sass_v4.6.21", - "date": "Wed, 03 Apr 2019 02:58:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.25` to `3.9.26`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.77` to `1.8.78`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.0` to `0.3.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.48` to `6.0.49`" - } - ] - } - }, - { - "version": "4.6.20", - "tag": "@microsoft/gulp-core-build-sass_v4.6.20", - "date": "Tue, 02 Apr 2019 01:12:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.24` to `3.9.25`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.76` to `1.8.77`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.20` to `0.3.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.47` to `6.0.48`" - } - ] - } - }, - { - "version": "4.6.19", - "tag": "@microsoft/gulp-core-build-sass_v4.6.19", - "date": "Sat, 30 Mar 2019 22:27:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.23` to `3.9.24`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.75` to `1.8.76`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.19` to `0.2.20`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.46` to `6.0.47`" - } - ] - } - }, - { - "version": "4.6.18", - "tag": "@microsoft/gulp-core-build-sass_v4.6.18", - "date": "Thu, 28 Mar 2019 19:14:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.22` to `3.9.23`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.74` to `1.8.75`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.18` to `0.2.19`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.45` to `6.0.46`" - } - ] - } - }, - { - "version": "4.6.17", - "tag": "@microsoft/gulp-core-build-sass_v4.6.17", - "date": "Tue, 26 Mar 2019 20:54:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.21` to `3.9.22`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.73` to `1.8.74`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.17` to `0.2.18`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.44` to `6.0.45`" - } - ] - } - }, - { - "version": "4.6.16", - "tag": "@microsoft/gulp-core-build-sass_v4.6.16", - "date": "Sat, 23 Mar 2019 03:48:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.20` to `3.9.21`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.72` to `1.8.73`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.16` to `0.2.17`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.43` to `6.0.44`" - } - ] - } - }, - { - "version": "4.6.15", - "tag": "@microsoft/gulp-core-build-sass_v4.6.15", - "date": "Thu, 21 Mar 2019 04:59:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.19` to `3.9.20`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.71` to `1.8.72`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.15` to `0.2.16`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.42` to `6.0.43`" - } - ] - } - }, - { - "version": "4.6.14", - "tag": "@microsoft/gulp-core-build-sass_v4.6.14", - "date": "Thu, 21 Mar 2019 01:15:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.18` to `3.9.19`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.70` to `1.8.71`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.14` to `0.2.15`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.41` to `6.0.42`" - } - ] - } - }, - { - "version": "4.6.13", - "tag": "@microsoft/gulp-core-build-sass_v4.6.13", - "date": "Wed, 20 Mar 2019 19:14:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.17` to `3.9.18`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.69` to `1.8.70`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.12.1` to `3.13.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.13` to `0.2.14`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.40` to `6.0.41`" - } - ] - } - }, - { - "version": "4.6.12", - "tag": "@microsoft/gulp-core-build-sass_v4.6.12", - "date": "Mon, 18 Mar 2019 04:28:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.16` to `3.9.17`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.68` to `1.8.69`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.12.0` to `3.12.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.12` to `0.2.13`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.39` to `6.0.40`" - } - ] - } - }, - { - "version": "4.6.11", - "tag": "@microsoft/gulp-core-build-sass_v4.6.11", - "date": "Fri, 15 Mar 2019 19:13:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.15` to `3.9.16`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.67` to `1.8.68`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.11` to `0.2.12`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.38` to `6.0.39`" - } - ] - } - }, - { - "version": "4.6.10", - "tag": "@microsoft/gulp-core-build-sass_v4.6.10", - "date": "Wed, 13 Mar 2019 19:13:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.14` to `3.9.15`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.66` to `1.8.67`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.10` to `0.2.11`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.37` to `6.0.38`" - } - ] - } - }, - { - "version": "4.6.9", - "tag": "@microsoft/gulp-core-build-sass_v4.6.9", - "date": "Wed, 13 Mar 2019 01:14:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.13` to `3.9.14`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.65` to `1.8.66`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.9` to `0.2.10`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.36` to `6.0.37`" - } - ] - } - }, - { - "version": "4.6.8", - "tag": "@microsoft/gulp-core-build-sass_v4.6.8", - "date": "Mon, 11 Mar 2019 16:13:36 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.12` to `3.9.13`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.64` to `1.8.65`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.8` to `0.2.9`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.35` to `6.0.36`" - } - ] - } - }, - { - "version": "4.6.7", - "tag": "@microsoft/gulp-core-build-sass_v4.6.7", - "date": "Tue, 05 Mar 2019 17:13:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.11` to `3.9.12`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.63` to `1.8.64`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.7` to `0.2.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.34` to `6.0.35`" - } - ] - } - }, - { - "version": "4.6.6", - "tag": "@microsoft/gulp-core-build-sass_v4.6.6", - "date": "Mon, 04 Mar 2019 17:13:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.10` to `3.9.11`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.62` to `1.8.63`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.6` to `0.2.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.33` to `6.0.34`" - } - ] - } - }, - { - "version": "4.6.5", - "tag": "@microsoft/gulp-core-build-sass_v4.6.5", - "date": "Wed, 27 Feb 2019 22:13:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.9` to `3.9.10`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.61` to `1.8.62`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.11.1` to `3.12.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.5` to `0.2.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.32` to `6.0.33`" - } - ] - } - }, - { - "version": "4.6.4", - "tag": "@microsoft/gulp-core-build-sass_v4.6.4", - "date": "Wed, 27 Feb 2019 17:13:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.8` to `3.9.9`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.60` to `1.8.61`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.11.0` to `3.11.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.4` to `0.2.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.31` to `6.0.32`" - } - ] - } - }, - { - "version": "4.6.3", - "tag": "@microsoft/gulp-core-build-sass_v4.6.3", - "date": "Mon, 18 Feb 2019 17:13:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.7` to `3.9.8`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.59` to `1.8.60`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.10.0` to `3.11.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.3` to `0.2.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.30` to `6.0.31`" - } - ] - } - }, - { - "version": "4.6.2", - "tag": "@microsoft/gulp-core-build-sass_v4.6.2", - "date": "Tue, 12 Feb 2019 17:13:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.6` to `3.9.7`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.58` to `1.8.59`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.2` to `0.2.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.29` to `6.0.30`" - } - ] - } - }, - { - "version": "4.6.1", - "tag": "@microsoft/gulp-core-build-sass_v4.6.1", - "date": "Mon, 11 Feb 2019 10:32:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.5` to `3.9.6`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.57` to `1.8.58`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.5.1` to `0.5.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.28` to `6.0.29`" - } - ] - } - }, - { - "version": "4.6.0", - "tag": "@microsoft/gulp-core-build-sass_v4.6.0", - "date": "Mon, 11 Feb 2019 03:31:55 GMT", - "comments": { - "minor": [ - { - "comment": "Updated support for clean-css 4.2.1 and typings. Added override task configuration for clean-css options." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.4` to `3.9.5`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.56` to `1.8.57`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.9.0` to `3.10.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.5.0` to `0.5.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.27` to `6.0.28`" - } - ] - } - }, - { - "version": "4.5.40", - "tag": "@microsoft/gulp-core-build-sass_v4.5.40", - "date": "Wed, 30 Jan 2019 20:49:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.3` to `3.9.4`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.55` to `1.8.56`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.4.0` to `0.5.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.26` to `6.0.27`" - } - ] - } - }, - { - "version": "4.5.39", - "tag": "@microsoft/gulp-core-build-sass_v4.5.39", - "date": "Sat, 19 Jan 2019 03:47:47 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.2` to `3.9.3`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.54` to `1.8.55`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.3.4` to `0.4.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.25` to `6.0.26`" - } - ] - } - }, - { - "version": "4.5.38", - "tag": "@microsoft/gulp-core-build-sass_v4.5.38", - "date": "Tue, 15 Jan 2019 17:04:09 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.1` to `3.9.2`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.53` to `1.8.54`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.24` to `6.0.25`" - } - ] - } - }, - { - "version": "4.5.37", - "tag": "@microsoft/gulp-core-build-sass_v4.5.37", - "date": "Thu, 10 Jan 2019 01:57:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.0` to `3.9.1`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.52` to `1.8.53`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.8.3` to `3.9.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.3.3` to `0.3.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.23` to `6.0.24`" - } - ] - } - }, - { - "version": "4.5.36", - "tag": "@microsoft/gulp-core-build-sass_v4.5.36", - "date": "Mon, 07 Jan 2019 17:04:07 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.57` to `3.9.0`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.51` to `1.8.52`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.22` to `6.0.23`" - } - ] - } - }, - { - "version": "4.5.35", - "tag": "@microsoft/gulp-core-build-sass_v4.5.35", - "date": "Wed, 19 Dec 2018 05:57:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.56` to `3.8.57`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.50` to `1.8.51`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.8.2` to `3.8.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.3.2` to `0.3.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.21` to `6.0.22`" - } - ] - } - }, - { - "version": "4.5.34", - "tag": "@microsoft/gulp-core-build-sass_v4.5.34", - "date": "Fri, 14 Dec 2018 20:51:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.49` to `1.8.50`" - } - ] - } - }, - { - "version": "4.5.33", - "tag": "@microsoft/gulp-core-build-sass_v4.5.33", - "date": "Thu, 13 Dec 2018 02:58:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.55` to `3.8.56`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.48` to `1.8.49`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.8.1` to `3.8.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.3.1` to `0.3.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.20` to `6.0.21`" - } - ] - } - }, - { - "version": "4.5.32", - "tag": "@microsoft/gulp-core-build-sass_v4.5.32", - "date": "Wed, 12 Dec 2018 17:04:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.54` to `3.8.55`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.47` to `1.8.48`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.8.0` to `3.8.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.3.0` to `0.3.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.19` to `6.0.20`" - } - ] - } - }, - { - "version": "4.5.31", - "tag": "@microsoft/gulp-core-build-sass_v4.5.31", - "date": "Sat, 08 Dec 2018 06:35:36 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.53` to `3.8.54`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.46` to `1.8.47`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.2.1` to `0.3.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.18` to `6.0.19`" - } - ] - } - }, - { - "version": "4.5.30", - "tag": "@microsoft/gulp-core-build-sass_v4.5.30", - "date": "Fri, 07 Dec 2018 17:04:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.52` to `3.8.53`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.45` to `1.8.46`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.7.1` to `3.8.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.2.0` to `0.2.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.17` to `6.0.18`" - } - ] - } - }, - { - "version": "4.5.29", - "tag": "@microsoft/gulp-core-build-sass_v4.5.29", - "date": "Mon, 03 Dec 2018 17:04:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.44` to `1.8.45`" - } - ] - } - }, - { - "version": "4.5.28", - "tag": "@microsoft/gulp-core-build-sass_v4.5.28", - "date": "Fri, 30 Nov 2018 23:34:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.51` to `3.8.52`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.43` to `1.8.44`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.1.1` to `0.2.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.16` to `6.0.17`" - } - ] - } - }, - { - "version": "4.5.27", - "tag": "@microsoft/gulp-core-build-sass_v4.5.27", - "date": "Thu, 29 Nov 2018 07:02:09 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.50` to `3.8.51`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.42` to `1.8.43`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.7.0` to `3.7.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.1.0` to `0.1.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.15` to `6.0.16`" - } - ] - } - }, - { - "version": "4.5.26", - "tag": "@microsoft/gulp-core-build-sass_v4.5.26", - "date": "Thu, 29 Nov 2018 00:35:38 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.49` to `3.8.50`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.41` to `1.8.42`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.0.0` to `0.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.14` to `6.0.15`" - } - ] - } - }, - { - "version": "4.5.25", - "tag": "@microsoft/gulp-core-build-sass_v4.5.25", - "date": "Wed, 28 Nov 2018 19:29:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.48` to `3.8.49`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.40` to `1.8.41`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.5` to `0.5.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.13` to `6.0.14`" - } - ] - } - }, - { - "version": "4.5.24", - "tag": "@microsoft/gulp-core-build-sass_v4.5.24", - "date": "Wed, 28 Nov 2018 02:17:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.47` to `3.8.48`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.39` to `1.8.40`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.6.0` to `3.7.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.4` to `0.5.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.12` to `6.0.13`" - } - ] - } - }, - { - "version": "4.5.23", - "tag": "@microsoft/gulp-core-build-sass_v4.5.23", - "date": "Fri, 16 Nov 2018 21:37:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.46` to `3.8.47`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.38` to `1.8.39`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.5.2` to `3.6.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.3` to `0.5.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.11` to `6.0.12`" - } - ] - } - }, - { - "version": "4.5.22", - "tag": "@microsoft/gulp-core-build-sass_v4.5.22", - "date": "Fri, 16 Nov 2018 00:59:00 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.45` to `3.8.46`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.37` to `1.8.38`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.2` to `0.5.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.10` to `6.0.11`" - } - ] - } - }, - { - "version": "4.5.21", - "tag": "@microsoft/gulp-core-build-sass_v4.5.21", - "date": "Fri, 09 Nov 2018 23:07:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.44` to `3.8.45`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.36` to `1.8.37`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.1` to `0.5.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.9` to `6.0.10`" - } - ] - } - }, - { - "version": "4.5.20", - "tag": "@microsoft/gulp-core-build-sass_v4.5.20", - "date": "Wed, 07 Nov 2018 21:04:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.43` to `3.8.44`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.35` to `1.8.36`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.5.1` to `3.5.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.0` to `0.5.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.8` to `6.0.9`" - } - ] - } - }, - { - "version": "4.5.19", - "tag": "@microsoft/gulp-core-build-sass_v4.5.19", - "date": "Wed, 07 Nov 2018 17:03:03 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.42` to `3.8.43`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.34` to `1.8.35`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.4.4` to `0.5.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.7` to `6.0.8`" - } - ] - } - }, - { - "version": "4.5.18", - "tag": "@microsoft/gulp-core-build-sass_v4.5.18", - "date": "Mon, 05 Nov 2018 17:04:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.41` to `3.8.42`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.33` to `1.8.34`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.5.0` to `3.5.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.4.3` to `0.4.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.6` to `6.0.7`" - } - ] - } - }, - { - "version": "4.5.17", - "tag": "@microsoft/gulp-core-build-sass_v4.5.17", - "date": "Thu, 01 Nov 2018 21:33:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.40` to `3.8.41`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.32` to `1.8.33`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.4.2` to `0.4.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.5` to `6.0.6`" - } - ] - } - }, - { - "version": "4.5.16", - "tag": "@microsoft/gulp-core-build-sass_v4.5.16", - "date": "Thu, 01 Nov 2018 19:32:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.39` to `3.8.40`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.31` to `1.8.32`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.4.1` to `0.4.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.4` to `6.0.5`" - } - ] - } - }, - { - "version": "4.5.15", - "tag": "@microsoft/gulp-core-build-sass_v4.5.15", - "date": "Wed, 31 Oct 2018 21:17:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.30` to `1.8.31`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.3` to `6.0.4`" - } - ] - } - }, - { - "version": "4.5.14", - "tag": "@microsoft/gulp-core-build-sass_v4.5.14", - "date": "Wed, 31 Oct 2018 17:00:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.38` to `3.8.39`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.29` to `1.8.30`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.4.0` to `0.4.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.2` to `6.0.3`" - } - ] - } - }, - { - "version": "4.5.13", - "tag": "@microsoft/gulp-core-build-sass_v4.5.13", - "date": "Sat, 27 Oct 2018 03:45:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.37` to `3.8.38`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.28` to `1.8.29`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.3.0` to `0.4.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.1` to `6.0.2`" - } - ] - } - }, - { - "version": "4.5.12", - "tag": "@microsoft/gulp-core-build-sass_v4.5.12", - "date": "Sat, 27 Oct 2018 02:17:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.36` to `3.8.37`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.27` to `1.8.28`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.2.0` to `0.3.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.0` to `6.0.1`" - } - ] - } - }, - { - "version": "4.5.11", - "tag": "@microsoft/gulp-core-build-sass_v4.5.11", - "date": "Sat, 27 Oct 2018 00:26:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.35` to `3.8.36`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.26` to `1.8.27`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.20` to `0.2.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.26` to `6.0.0`" - } - ] - } - }, - { - "version": "4.5.10", - "tag": "@microsoft/gulp-core-build-sass_v4.5.10", - "date": "Thu, 25 Oct 2018 23:20:40 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.34` to `3.8.35`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.25` to `1.8.26`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.4.0` to `3.5.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.19` to `0.1.20`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.25` to `5.0.26`" - } - ] - } - }, - { - "version": "4.5.9", - "tag": "@microsoft/gulp-core-build-sass_v4.5.9", - "date": "Thu, 25 Oct 2018 08:56:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.33` to `3.8.34`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.24` to `1.8.25`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.18` to `0.1.19`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.24` to `5.0.25`" - } - ] - } - }, - { - "version": "4.5.8", - "tag": "@microsoft/gulp-core-build-sass_v4.5.8", - "date": "Wed, 24 Oct 2018 16:03:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.32` to `3.8.33`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.23` to `1.8.24`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.3.1` to `3.4.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.17` to `0.1.18`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.23` to `5.0.24`" - } - ] - } - }, - { - "version": "4.5.7", - "tag": "@microsoft/gulp-core-build-sass_v4.5.7", - "date": "Thu, 18 Oct 2018 05:30:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.31` to `3.8.32`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.22` to `1.8.23`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.22` to `5.0.23`" - } - ] - } - }, - { - "version": "4.5.6", - "tag": "@microsoft/gulp-core-build-sass_v4.5.6", - "date": "Thu, 18 Oct 2018 01:32:21 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.30` to `3.8.31`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.21` to `1.8.22`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.16` to `0.1.17`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.21` to `5.0.22`" - } - ] - } - }, - { - "version": "4.5.5", - "tag": "@microsoft/gulp-core-build-sass_v4.5.5", - "date": "Wed, 17 Oct 2018 21:04:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.29` to `3.8.30`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.20` to `1.8.21`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.3.0` to `3.3.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.15` to `0.1.16`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.20` to `5.0.21`" - } - ] - } - }, - { - "version": "4.5.4", - "tag": "@microsoft/gulp-core-build-sass_v4.5.4", - "date": "Wed, 17 Oct 2018 14:43:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.28` to `3.8.29`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.19` to `1.8.20`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.14` to `0.1.15`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.19` to `5.0.20`" - } - ] - } - }, - { - "version": "4.5.3", - "tag": "@microsoft/gulp-core-build-sass_v4.5.3", - "date": "Thu, 11 Oct 2018 23:26:07 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.27` to `3.8.28`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.18` to `1.8.19`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.13` to `0.1.14`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.18` to `5.0.19`" - } - ] - } - }, - { - "version": "4.5.2", - "tag": "@microsoft/gulp-core-build-sass_v4.5.2", - "date": "Tue, 09 Oct 2018 06:58:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.26` to `3.8.27`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.17` to `1.8.18`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.12` to `0.1.13`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.17` to `5.0.18`" - } - ] - } - }, - { - "version": "4.5.1", - "tag": "@microsoft/gulp-core-build-sass_v4.5.1", - "date": "Mon, 08 Oct 2018 16:04:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.25` to `3.8.26`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.16` to `1.8.17`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.2.0` to `3.3.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.11` to `0.1.12`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.16` to `5.0.17`" - } - ] - } - }, - { - "version": "4.5.0", - "tag": "@microsoft/gulp-core-build-sass_v4.5.0", - "date": "Sun, 07 Oct 2018 06:15:56 GMT", - "comments": { - "minor": [ - { - "comment": "Refactor task to no longer use Gulp." - } - ], - "patch": [ - { - "comment": "Better support for indented syntax and, likewise, `.sass` extension." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.24` to `3.8.25`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.15` to `1.8.16`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.1.0` to `3.2.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.10` to `0.1.11`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.15` to `5.0.16`" - } - ] - } - }, - { - "version": "4.4.8", - "tag": "@microsoft/gulp-core-build-sass_v4.4.8", - "date": "Fri, 28 Sep 2018 16:05:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.23` to `3.8.24`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.14` to `1.8.15`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.9` to `0.1.10`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.14` to `5.0.15`" - } - ] - } - }, - { - "version": "4.4.7", - "tag": "@microsoft/gulp-core-build-sass_v4.4.7", - "date": "Wed, 26 Sep 2018 21:39:40 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.22` to `3.8.23`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.13` to `1.8.14`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.8` to `0.1.9`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.13` to `5.0.14`" - } - ] - } - }, - { - "version": "4.4.6", - "tag": "@microsoft/gulp-core-build-sass_v4.4.6", - "date": "Mon, 24 Sep 2018 23:06:40 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.21` to `3.8.22`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.12` to `1.8.13`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.7` to `0.1.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.12` to `5.0.13`" - } - ] - } - }, - { - "version": "4.4.5", - "tag": "@microsoft/gulp-core-build-sass_v4.4.5", - "date": "Mon, 24 Sep 2018 16:04:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.11` to `1.8.12`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.11` to `5.0.12`" - } - ] - } - }, - { - "version": "4.4.4", - "tag": "@microsoft/gulp-core-build-sass_v4.4.4", - "date": "Fri, 21 Sep 2018 16:04:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.20` to `3.8.21`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.10` to `1.8.11`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.6` to `0.1.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.10` to `5.0.11`" - } - ] - } - }, - { - "version": "4.4.3", - "tag": "@microsoft/gulp-core-build-sass_v4.4.3", - "date": "Thu, 20 Sep 2018 23:57:21 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.19` to `3.8.20`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.9` to `1.8.10`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.5` to `0.1.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.9` to `5.0.10`" - } - ] - } - }, - { - "version": "4.4.2", - "tag": "@microsoft/gulp-core-build-sass_v4.4.2", - "date": "Tue, 18 Sep 2018 21:04:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.18` to `3.8.19`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.8` to `1.8.9`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.4` to `0.1.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.8` to `5.0.9`" - } - ] - } - }, - { - "version": "4.4.1", - "tag": "@microsoft/gulp-core-build-sass_v4.4.1", - "date": "Mon, 10 Sep 2018 23:23:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.7` to `1.8.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.7` to `5.0.8`" - } - ] - } - }, - { - "version": "4.4.0", - "tag": "@microsoft/gulp-core-build-sass_v4.4.0", - "date": "Thu, 06 Sep 2018 21:04:43 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade PostCSS related packages to newest versions." - } - ] - } - }, - { - "version": "4.3.54", - "tag": "@microsoft/gulp-core-build-sass_v4.3.54", - "date": "Thu, 06 Sep 2018 01:25:26 GMT", - "comments": { - "patch": [ - { - "comment": "Update \"repository\" field in package.json" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.17` to `3.8.18`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.6` to `1.8.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.3` to `0.1.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.6` to `5.0.7`" - } - ] - } - }, - { - "version": "4.3.53", - "tag": "@microsoft/gulp-core-build-sass_v4.3.53", - "date": "Tue, 04 Sep 2018 21:34:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.16` to `3.8.17`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.5` to `1.8.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.2` to `0.1.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.5` to `5.0.6`" - } - ] - } - }, - { - "version": "4.3.52", - "tag": "@microsoft/gulp-core-build-sass_v4.3.52", - "date": "Mon, 03 Sep 2018 16:04:46 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.15` to `3.8.16`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.4` to `1.8.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.1` to `0.1.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.4` to `5.0.5`" - } - ] - } - }, - { - "version": "4.3.51", - "tag": "@microsoft/gulp-core-build-sass_v4.3.51", - "date": "Fri, 31 Aug 2018 00:11:01 GMT", - "comments": { - "patch": [ - { - "comment": "Include @types/gulp as a non-dev dependency." - } - ] - } - }, - { - "version": "4.3.50", - "tag": "@microsoft/gulp-core-build-sass_v4.3.50", - "date": "Thu, 30 Aug 2018 22:47:34 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.3` to `1.8.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.3` to `5.0.4`" - } - ] - } - }, - { - "version": "4.3.49", - "tag": "@microsoft/gulp-core-build-sass_v4.3.49", - "date": "Thu, 30 Aug 2018 19:23:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.14` to `3.8.15`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.2` to `1.8.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack\" from `0.1.0` to `0.1.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.0` to `0.1.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.2` to `5.0.3`" - } - ] - } - }, - { - "version": "4.3.48", - "tag": "@microsoft/gulp-core-build-sass_v4.3.48", - "date": "Thu, 30 Aug 2018 18:45:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.13` to `3.8.14`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.1` to `1.8.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.1` to `5.0.2`" - } - ] - } - }, - { - "version": "4.3.47", - "tag": "@microsoft/gulp-core-build-sass_v4.3.47", - "date": "Thu, 30 Aug 2018 04:42:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.8.0` to `1.8.1`" - } - ] - } - }, - { - "version": "4.3.46", - "tag": "@microsoft/gulp-core-build-sass_v4.3.46", - "date": "Thu, 30 Aug 2018 04:24:41 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.84` to `1.8.0`" - } - ] - } - }, - { - "version": "4.3.45", - "tag": "@microsoft/gulp-core-build-sass_v4.3.45", - "date": "Wed, 29 Aug 2018 21:43:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.12` to `3.8.13`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.83` to `1.7.84`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack\" from `0.0.1` to `0.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.0.1` to `0.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.0` to `5.0.1`" - } - ] - } - }, - { - "version": "4.3.44", - "tag": "@microsoft/gulp-core-build-sass_v4.3.44", - "date": "Wed, 29 Aug 2018 20:34:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.82` to `1.7.83`" - } - ] - } - }, - { - "version": "4.3.43", - "tag": "@microsoft/gulp-core-build-sass_v4.3.43", - "date": "Wed, 29 Aug 2018 06:36:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.11` to `3.8.12`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.81` to `1.7.82`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `4.4.11` to `5.0.0`" - } - ] - } - }, - { - "version": "4.3.42", - "tag": "@microsoft/gulp-core-build-sass_v4.3.42", - "date": "Thu, 23 Aug 2018 18:18:53 GMT", - "comments": { - "patch": [ - { - "comment": "Republish all packages in web-build-tools to resolve GitHub issue #782" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.10` to `3.8.11`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.80` to `1.7.81`" - } - ] - } - }, - { - "version": "4.3.41", - "tag": "@microsoft/gulp-core-build-sass_v4.3.41", - "date": "Wed, 22 Aug 2018 20:58:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.9` to `3.8.10`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.79` to `1.7.80`" - } - ] - } - }, - { - "version": "4.3.40", - "tag": "@microsoft/gulp-core-build-sass_v4.3.40", - "date": "Wed, 22 Aug 2018 16:03:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.8` to `3.8.9`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.78` to `1.7.79`" - } - ] - } - }, - { - "version": "4.3.39", - "tag": "@microsoft/gulp-core-build-sass_v4.3.39", - "date": "Tue, 21 Aug 2018 16:04:38 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.77` to `1.7.78`" - } - ] - } - }, - { - "version": "4.3.38", - "tag": "@microsoft/gulp-core-build-sass_v4.3.38", - "date": "Thu, 09 Aug 2018 21:58:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.76` to `1.7.77`" - } - ] - } - }, - { - "version": "4.3.37", - "tag": "@microsoft/gulp-core-build-sass_v4.3.37", - "date": "Thu, 09 Aug 2018 21:03:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.7` to `3.8.8`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.75` to `1.7.76`" - } - ] - } - }, - { - "version": "4.3.36", - "tag": "@microsoft/gulp-core-build-sass_v4.3.36", - "date": "Thu, 09 Aug 2018 16:04:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.74` to `1.7.75`" - } - ] - } - }, - { - "version": "4.3.35", - "tag": "@microsoft/gulp-core-build-sass_v4.3.35", - "date": "Tue, 07 Aug 2018 22:27:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.6` to `3.8.7`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.73` to `1.7.74`" - } - ] - } - }, - { - "version": "4.3.34", - "tag": "@microsoft/gulp-core-build-sass_v4.3.34", - "date": "Thu, 26 Jul 2018 23:53:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.72` to `1.7.73`" - } - ] - } - }, - { - "version": "4.3.33", - "tag": "@microsoft/gulp-core-build-sass_v4.3.33", - "date": "Thu, 26 Jul 2018 16:04:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.5` to `3.8.6`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.71` to `1.7.72`" - } - ] - } - }, - { - "version": "4.3.32", - "tag": "@microsoft/gulp-core-build-sass_v4.3.32", - "date": "Wed, 25 Jul 2018 21:02:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.70` to `1.7.71`" - } - ] - } - }, - { - "version": "4.3.31", - "tag": "@microsoft/gulp-core-build-sass_v4.3.31", - "date": "Fri, 20 Jul 2018 16:04:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.69` to `1.7.70`" - } - ] - } - }, - { - "version": "4.3.30", - "tag": "@microsoft/gulp-core-build-sass_v4.3.30", - "date": "Tue, 17 Jul 2018 16:02:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.68` to `1.7.69`" - } - ] - } - }, - { - "version": "4.3.29", - "tag": "@microsoft/gulp-core-build-sass_v4.3.29", - "date": "Fri, 13 Jul 2018 19:04:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.67` to `1.7.68`" - } - ] - } - }, - { - "version": "4.3.28", - "tag": "@microsoft/gulp-core-build-sass_v4.3.28", - "date": "Tue, 03 Jul 2018 21:03:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.4` to `3.8.5`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.66` to `1.7.67`" - } - ] - } - }, - { - "version": "4.3.27", - "tag": "@microsoft/gulp-core-build-sass_v4.3.27", - "date": "Fri, 29 Jun 2018 02:56:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.65` to `1.7.66`" - } - ] - } - }, - { - "version": "4.3.26", - "tag": "@microsoft/gulp-core-build-sass_v4.3.26", - "date": "Sat, 23 Jun 2018 02:21:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.64` to `1.7.65`" - } - ] - } - }, - { - "version": "4.3.25", - "tag": "@microsoft/gulp-core-build-sass_v4.3.25", - "date": "Fri, 22 Jun 2018 16:05:15 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.63` to `1.7.64`" - } - ] - } - }, - { - "version": "4.3.24", - "tag": "@microsoft/gulp-core-build-sass_v4.3.24", - "date": "Thu, 21 Jun 2018 08:27:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.3` to `3.8.4`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.62` to `1.7.63`" - } - ] - } - }, - { - "version": "4.3.23", - "tag": "@microsoft/gulp-core-build-sass_v4.3.23", - "date": "Tue, 19 Jun 2018 19:35:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.61` to `1.7.62`" - } - ] - } - }, - { - "version": "4.3.22", - "tag": "@microsoft/gulp-core-build-sass_v4.3.22", - "date": "Fri, 08 Jun 2018 08:43:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.2` to `3.8.3`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.60` to `1.7.61`" - } - ] - } - }, - { - "version": "4.3.21", - "tag": "@microsoft/gulp-core-build-sass_v4.3.21", - "date": "Thu, 31 May 2018 01:39:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.1` to `3.8.2`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.59` to `1.7.60`" - } - ] - } - }, - { - "version": "4.3.20", - "tag": "@microsoft/gulp-core-build-sass_v4.3.20", - "date": "Tue, 15 May 2018 02:26:45 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.0` to `3.8.1`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.58` to `1.7.59`" - } - ] - } - }, - { - "version": "4.3.19", - "tag": "@microsoft/gulp-core-build-sass_v4.3.19", - "date": "Tue, 15 May 2018 00:18:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.57` to `1.7.58`" - } - ] - } - }, - { - "version": "4.3.18", - "tag": "@microsoft/gulp-core-build-sass_v4.3.18", - "date": "Fri, 11 May 2018 22:43:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.5` to `3.8.0`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.56` to `1.7.57`" - } - ] - } - }, - { - "version": "4.3.17", - "tag": "@microsoft/gulp-core-build-sass_v4.3.17", - "date": "Fri, 04 May 2018 00:42:38 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.4` to `3.7.5`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.55` to `1.7.56`" - } - ] - } - }, - { - "version": "4.3.16", - "tag": "@microsoft/gulp-core-build-sass_v4.3.16", - "date": "Tue, 01 May 2018 22:03:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.54` to `1.7.55`" - } - ] - } - }, - { - "version": "4.3.15", - "tag": "@microsoft/gulp-core-build-sass_v4.3.15", - "date": "Fri, 27 Apr 2018 03:04:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.53` to `1.7.54`" - } - ] - } - }, - { - "version": "4.3.14", - "tag": "@microsoft/gulp-core-build-sass_v4.3.14", - "date": "Fri, 20 Apr 2018 16:06:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.52` to `1.7.53`" - } - ] - } - }, - { - "version": "4.3.13", - "tag": "@microsoft/gulp-core-build-sass_v4.3.13", - "date": "Thu, 19 Apr 2018 21:25:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.51` to `1.7.52`" - } - ] - } - }, - { - "version": "4.3.12", - "tag": "@microsoft/gulp-core-build-sass_v4.3.12", - "date": "Thu, 19 Apr 2018 17:02:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.50` to `1.7.51`" - } - ] - } - }, - { - "version": "4.3.11", - "tag": "@microsoft/gulp-core-build-sass_v4.3.11", - "date": "Tue, 03 Apr 2018 16:05:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.3` to `3.7.4`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.49` to `1.7.50`" - } - ] - } - }, - { - "version": "4.3.10", - "tag": "@microsoft/gulp-core-build-sass_v4.3.10", - "date": "Mon, 02 Apr 2018 16:05:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.2` to `3.7.3`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.48` to `1.7.49`" - } - ] - } - }, - { - "version": "4.3.9", - "tag": "@microsoft/gulp-core-build-sass_v4.3.9", - "date": "Tue, 27 Mar 2018 01:34:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.47` to `1.7.48`" - } - ] - } - }, - { - "version": "4.3.8", - "tag": "@microsoft/gulp-core-build-sass_v4.3.8", - "date": "Mon, 26 Mar 2018 19:12:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.1` to `3.7.2`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.46` to `1.7.47`" - } - ] - } - }, - { - "version": "4.3.7", - "tag": "@microsoft/gulp-core-build-sass_v4.3.7", - "date": "Sun, 25 Mar 2018 01:26:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.45` to `1.7.46`" - } - ] - } - }, - { - "version": "4.3.6", - "tag": "@microsoft/gulp-core-build-sass_v4.3.6", - "date": "Fri, 23 Mar 2018 00:34:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.0` to `3.7.1`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.44` to `1.7.45`" - } - ] - } - }, - { - "version": "4.3.5", - "tag": "@microsoft/gulp-core-build-sass_v4.3.5", - "date": "Thu, 22 Mar 2018 18:34:13 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.10` to `3.7.0`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.43` to `1.7.44`" - } - ] - } - }, - { - "version": "4.3.4", - "tag": "@microsoft/gulp-core-build-sass_v4.3.4", - "date": "Tue, 20 Mar 2018 02:44:45 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.42` to `1.7.43`" - } - ] - } - }, - { - "version": "4.3.3", - "tag": "@microsoft/gulp-core-build-sass_v4.3.3", - "date": "Sat, 17 Mar 2018 02:54:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.9` to `3.6.10`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.41` to `1.7.42`" - } - ] - } - }, - { - "version": "4.3.2", - "tag": "@microsoft/gulp-core-build-sass_v4.3.2", - "date": "Thu, 15 Mar 2018 20:00:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.40` to `1.7.41`" - } - ] - } - }, - { - "version": "4.3.1", - "tag": "@microsoft/gulp-core-build-sass_v4.3.1", - "date": "Thu, 15 Mar 2018 16:05:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.8` to `3.6.9`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.39` to `1.7.40`" - } - ] - } - }, - { - "version": "4.3.0", - "tag": "@microsoft/gulp-core-build-sass_v4.3.0", - "date": "Tue, 13 Mar 2018 23:11:32 GMT", - "comments": { - "minor": [ - { - "comment": "Add support for sourcemaps." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.38` to `1.7.39`" - } - ] - } - }, - { - "version": "4.2.21", - "tag": "@microsoft/gulp-core-build-sass_v4.2.21", - "date": "Mon, 12 Mar 2018 20:36:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.37` to `1.7.38`" - } - ] - } - }, - { - "version": "4.2.20", - "tag": "@microsoft/gulp-core-build-sass_v4.2.20", - "date": "Tue, 06 Mar 2018 17:04:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.36` to `1.7.37`" - } - ] - } - }, - { - "version": "4.2.19", - "tag": "@microsoft/gulp-core-build-sass_v4.2.19", - "date": "Fri, 02 Mar 2018 01:13:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.7` to `3.6.8`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.35` to `1.7.36`" - } - ] - } - }, - { - "version": "4.2.18", - "tag": "@microsoft/gulp-core-build-sass_v4.2.18", - "date": "Tue, 27 Feb 2018 22:05:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.6` to `3.6.7`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.34` to `1.7.35`" - } - ] - } - }, - { - "version": "4.2.17", - "tag": "@microsoft/gulp-core-build-sass_v4.2.17", - "date": "Wed, 21 Feb 2018 22:04:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.5` to `3.6.6`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.33` to `1.7.34`" - } - ] - } - }, - { - "version": "4.2.16", - "tag": "@microsoft/gulp-core-build-sass_v4.2.16", - "date": "Wed, 21 Feb 2018 03:13:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.4` to `3.6.5`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.32` to `1.7.33`" - } - ] - } - }, - { - "version": "4.2.15", - "tag": "@microsoft/gulp-core-build-sass_v4.2.15", - "date": "Sat, 17 Feb 2018 02:53:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.3` to `3.6.4`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.31` to `1.7.32`" - } - ] - } - }, - { - "version": "4.2.14", - "tag": "@microsoft/gulp-core-build-sass_v4.2.14", - "date": "Fri, 16 Feb 2018 22:05:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.2` to `3.6.3`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.30` to `1.7.31`" - } - ] - } - }, - { - "version": "4.2.13", - "tag": "@microsoft/gulp-core-build-sass_v4.2.13", - "date": "Fri, 16 Feb 2018 17:05:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.1` to `3.6.2`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.29` to `1.7.30`" - } - ] - } - }, - { - "version": "4.2.12", - "tag": "@microsoft/gulp-core-build-sass_v4.2.12", - "date": "Wed, 07 Feb 2018 17:05:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.0` to `3.6.1`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.28` to `1.7.29`" - } - ] - } - }, - { - "version": "4.2.11", - "tag": "@microsoft/gulp-core-build-sass_v4.2.11", - "date": "Fri, 26 Jan 2018 22:05:30 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.5.3` to `3.6.0`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.27` to `1.7.28`" - } - ] - } - }, - { - "version": "4.2.10", - "tag": "@microsoft/gulp-core-build-sass_v4.2.10", - "date": "Fri, 26 Jan 2018 17:53:38 GMT", - "comments": { - "patch": [ - { - "comment": "Force a patch bump in case the previous version was an empty package" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.5.2` to `3.5.3`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.26` to `1.7.27`" - } - ] - } - }, - { - "version": "4.2.9", - "tag": "@microsoft/gulp-core-build-sass_v4.2.9", - "date": "Fri, 26 Jan 2018 00:36:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.5.1` to `3.5.2`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.25` to `1.7.26`" - } - ] - } - }, - { - "version": "4.2.8", - "tag": "@microsoft/gulp-core-build-sass_v4.2.8", - "date": "Tue, 23 Jan 2018 17:05:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.5.0` to `3.5.1`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.24` to `1.7.25`" - } - ] - } - }, - { - "version": "4.2.7", - "tag": "@microsoft/gulp-core-build-sass_v4.2.7", - "date": "Sat, 20 Jan 2018 02:39:16 GMT", - "comments": { - "patch": [ - { - "comment": "Remove unused dependencies" - } - ] - } - }, - { - "version": "4.2.6", - "tag": "@microsoft/gulp-core-build-sass_v4.2.6", - "date": "Thu, 18 Jan 2018 03:23:46 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.4.4` to `3.5.0`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.23` to `1.7.24`" - } - ] - } - }, - { - "version": "4.2.5", - "tag": "@microsoft/gulp-core-build-sass_v4.2.5", - "date": "Thu, 18 Jan 2018 00:48:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.4.3` to `3.4.4`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.22` to `1.7.23`" - } - ] - } - }, - { - "version": "4.2.4", - "tag": "@microsoft/gulp-core-build-sass_v4.2.4", - "date": "Thu, 18 Jan 2018 00:27:23 GMT", - "comments": { - "patch": [ - { - "comment": "Remove deprecated tslint rule \"typeof-compare\"" - } - ] - } - }, - { - "version": "4.2.3", - "tag": "@microsoft/gulp-core-build-sass_v4.2.3", - "date": "Wed, 17 Jan 2018 10:49:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.4.2` to `3.4.3`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.21` to `1.7.22`" - } - ] - } - }, - { - "version": "4.2.2", - "tag": "@microsoft/gulp-core-build-sass_v4.2.2", - "date": "Fri, 12 Jan 2018 03:35:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.4.1` to `3.4.2`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.20` to `1.7.21`" - } - ] - } - }, - { - "version": "4.2.1", - "tag": "@microsoft/gulp-core-build-sass_v4.2.1", - "date": "Thu, 11 Jan 2018 22:31:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.4.0` to `3.4.1`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.19` to `1.7.20`" - } - ] - } - }, - { - "version": "4.2.0", - "tag": "@microsoft/gulp-core-build-sass_v4.2.0", - "date": "Wed, 10 Jan 2018 20:40:01 GMT", - "comments": { - "minor": [ - { - "author": "Nicholas Pape ", - "commit": "1271a0dc21fedb882e7953f491771724f80323a1", - "comment": "Upgrade to Node 8" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.7` to `3.4.0`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.18` to `1.7.19`" - } - ] - } - }, - { - "version": "4.1.24", - "tag": "@microsoft/gulp-core-build-sass_v4.1.24", - "date": "Tue, 09 Jan 2018 17:05:51 GMT", - "comments": { - "patch": [ - { - "author": "Nicholas Pape ", - "commit": "d00b6549d13610fbb6f84be3478b532be9da0747", - "comment": "Get web-build-tools building with pnpm" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.6` to `3.3.7`" - } - ] - } - }, - { - "version": "4.1.23", - "tag": "@microsoft/gulp-core-build-sass_v4.1.23", - "date": "Sun, 07 Jan 2018 05:12:08 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.5` to `3.3.6`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.17` to `1.7.18`" - } - ] - } - }, - { - "version": "4.1.22", - "tag": "@microsoft/gulp-core-build-sass_v4.1.22", - "date": "Fri, 05 Jan 2018 20:26:45 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.4` to `3.3.5`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.16` to `1.7.17`" - } - ] - } - }, - { - "version": "4.1.21", - "tag": "@microsoft/gulp-core-build-sass_v4.1.21", - "date": "Fri, 05 Jan 2018 00:48:41 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.3` to `3.3.4`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.15` to `1.7.16`" - } - ] - } - }, - { - "version": "4.1.20", - "tag": "@microsoft/gulp-core-build-sass_v4.1.20", - "date": "Fri, 22 Dec 2017 17:04:46 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.2` to `3.3.3`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.14` to `1.7.15`" - } - ] - } - }, - { - "version": "4.1.19", - "tag": "@microsoft/gulp-core-build-sass_v4.1.19", - "date": "Tue, 12 Dec 2017 03:33:26 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.1` to `3.3.2`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.13` to `1.7.14`" - } - ] - } - }, - { - "version": "4.1.18", - "tag": "@microsoft/gulp-core-build-sass_v4.1.18", - "date": "Thu, 30 Nov 2017 23:59:09 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.0` to `3.3.1`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.12` to `1.7.13`" - } - ] - } - }, - { - "version": "4.1.17", - "tag": "@microsoft/gulp-core-build-sass_v4.1.17", - "date": "Thu, 30 Nov 2017 23:12:21 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.9` to `3.3.0`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.11` to `1.7.12`" - } - ] - } - }, - { - "version": "4.1.16", - "tag": "@microsoft/gulp-core-build-sass_v4.1.16", - "date": "Wed, 29 Nov 2017 17:05:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.8` to `3.2.9`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.10` to `1.7.11`" - } - ] - } - }, - { - "version": "4.1.15", - "tag": "@microsoft/gulp-core-build-sass_v4.1.15", - "date": "Tue, 28 Nov 2017 23:43:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.7` to `3.2.8`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.9` to `1.7.10`" - } - ] - } - }, - { - "version": "4.1.14", - "tag": "@microsoft/gulp-core-build-sass_v4.1.14", - "date": "Mon, 13 Nov 2017 17:04:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.6` to `3.2.7`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.8` to `1.7.9`" - } - ] - } - }, - { - "version": "4.1.13", - "tag": "@microsoft/gulp-core-build-sass_v4.1.13", - "date": "Mon, 06 Nov 2017 17:04:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.5` to `3.2.6`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.7` to `1.7.8`" - } - ] - } - }, - { - "version": "4.1.12", - "tag": "@microsoft/gulp-core-build-sass_v4.1.12", - "date": "Thu, 02 Nov 2017 16:05:24 GMT", - "comments": { - "patch": [ - { - "author": "QZ ", - "commit": "2c58095f2f13492887cc1278c9a0cff49af9735b", - "comment": "lock the reference version between web build tools projects" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.4` to `3.2.5`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `1.7.6` to `1.7.7`" - } - ] - } - }, - { - "version": "4.1.11", - "tag": "@microsoft/gulp-core-build-sass_v4.1.11", - "date": "Wed, 01 Nov 2017 21:06:08 GMT", - "comments": { - "patch": [ - { - "author": "pgonzal ", - "commit": "e449bd6cdc3c179461be68e59590c25021cd1286", - "comment": "Upgrade cyclic dependencies" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.3` to `3.2.4`" - } - ] - } - }, - { - "version": "4.1.10", - "tag": "@microsoft/gulp-core-build-sass_v4.1.10", - "date": "Tue, 31 Oct 2017 21:04:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.2` to `3.2.3`" - } - ] - } - }, - { - "version": "4.1.9", - "tag": "@microsoft/gulp-core-build-sass_v4.1.9", - "date": "Tue, 31 Oct 2017 16:04:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.1` to `3.2.2`" - } - ] - } - }, - { - "version": "4.1.8", - "tag": "@microsoft/gulp-core-build-sass_v4.1.8", - "date": "Wed, 25 Oct 2017 20:03:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.0` to `3.2.1`" - } - ] - } - }, - { - "version": "4.1.7", - "tag": "@microsoft/gulp-core-build-sass_v4.1.7", - "date": "Tue, 24 Oct 2017 18:17:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.6` to `3.2.0`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `~1.7.5` to `~1.7.6`" - } - ] - } - }, - { - "version": "4.1.6", - "tag": "@microsoft/gulp-core-build-sass_v4.1.6", - "date": "Mon, 23 Oct 2017 21:53:12 GMT", - "comments": { - "patch": [ - { - "author": "pgonzal ", - "commit": "5de032b254b632b8af0d0dd98913acef589f88d5", - "comment": "Updated cyclic dependencies" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.5` to `3.1.6`" - } - ] - } - }, - { - "version": "4.1.5", - "tag": "@microsoft/gulp-core-build-sass_v4.1.5", - "date": "Fri, 20 Oct 2017 19:57:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.4` to `3.1.5`" - } - ] - } - }, - { - "version": "4.1.4", - "tag": "@microsoft/gulp-core-build-sass_v4.1.4", - "date": "Fri, 20 Oct 2017 01:52:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.3` to `3.1.4`" - } - ] - } - }, - { - "version": "4.1.3", - "tag": "@microsoft/gulp-core-build-sass_v4.1.3", - "date": "Fri, 20 Oct 2017 01:04:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.2` to `3.1.3`" - } - ] - } - }, - { - "version": "4.1.2", - "tag": "@microsoft/gulp-core-build-sass_v4.1.2", - "date": "Thu, 05 Oct 2017 01:05:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.1` to `3.1.2`" - } - ] - } - }, - { - "version": "4.1.1", - "tag": "@microsoft/gulp-core-build-sass_v4.1.1", - "date": "Thu, 28 Sep 2017 01:04:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.0` to `3.1.1`" - } - ] - } - }, - { - "version": "4.1.0", - "tag": "@microsoft/gulp-core-build-sass_v4.1.0", - "date": "Fri, 22 Sep 2017 01:04:02 GMT", - "comments": { - "minor": [ - { - "author": "Nick Pape ", - "commit": "481a10f460a454fb5a3e336e3cf25a1c3f710645", - "comment": "Upgrade to es6" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.8` to `3.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `~1.7.4` to `~1.7.5`" - } - ] - } - }, - { - "version": "4.0.8", - "tag": "@microsoft/gulp-core-build-sass_v4.0.8", - "date": "Wed, 20 Sep 2017 22:10:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.7` to `3.0.8`" - } - ] - } - }, - { - "version": "4.0.7", - "tag": "@microsoft/gulp-core-build-sass_v4.0.7", - "date": "Mon, 11 Sep 2017 13:04:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.6` to `3.0.7`" - } - ] - } - }, - { - "version": "4.0.6", - "tag": "@microsoft/gulp-core-build-sass_v4.0.6", - "date": "Fri, 08 Sep 2017 01:28:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.5` to `3.0.6`" - } - ] - } - }, - { - "version": "4.0.5", - "tag": "@microsoft/gulp-core-build-sass_v4.0.5", - "date": "Thu, 07 Sep 2017 13:04:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.4` to `3.0.5`" - } - ] - } - }, - { - "version": "4.0.4", - "tag": "@microsoft/gulp-core-build-sass_v4.0.4", - "date": "Thu, 07 Sep 2017 00:11:11 GMT", - "comments": { - "patch": [ - { - "author": "Nick Pape ", - "commit": "4b7451b442c2078a96430f7a05caed37101aed52", - "comment": " Add $schema field to all schemas" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.3` to `3.0.4`" - } - ] - } - }, - { - "version": "4.0.3", - "tag": "@microsoft/gulp-core-build-sass_v4.0.3", - "date": "Wed, 06 Sep 2017 13:03:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.2` to `3.0.3`" - } - ] - } - }, - { - "version": "4.0.2", - "tag": "@microsoft/gulp-core-build-sass_v4.0.2", - "date": "Tue, 05 Sep 2017 19:03:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.1` to `3.0.2`" - } - ] - } - }, - { - "version": "4.0.1", - "tag": "@microsoft/gulp-core-build-sass_v4.0.1", - "date": "Sat, 02 Sep 2017 01:04:26 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.0` to `3.0.1`" - } - ] - } - }, - { - "version": "4.0.0", - "tag": "@microsoft/gulp-core-build-sass_v4.0.0", - "date": "Thu, 31 Aug 2017 18:41:18 GMT", - "comments": { - "major": [ - { - "comment": "Fix compatibility issues with old releases, by incrementing the major version number" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.10.1` to `3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `~1.7.3` to `~1.7.4`" - } - ] - } - }, - { - "version": "3.2.11", - "tag": "@microsoft/gulp-core-build-sass_v3.2.11", - "date": "Thu, 31 Aug 2017 17:46:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.10.0` to `2.10.1`" - } - ] - } - }, - { - "version": "3.2.10", - "tag": "@microsoft/gulp-core-build-sass_v3.2.10", - "date": "Wed, 30 Aug 2017 01:04:34 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.6` to `2.10.0`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `~1.7.2` to `~1.7.3`" - } - ] - } - }, - { - "version": "3.2.9", - "tag": "@microsoft/gulp-core-build-sass_v3.2.9", - "date": "Thu, 24 Aug 2017 22:44:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.5` to `2.9.6`" - } - ] - } - }, - { - "version": "3.2.8", - "tag": "@microsoft/gulp-core-build-sass_v3.2.8", - "date": "Thu, 24 Aug 2017 01:04:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.4` to `2.9.5`" - } - ] - } - }, - { - "version": "3.2.7", - "tag": "@microsoft/gulp-core-build-sass_v3.2.7", - "date": "Tue, 22 Aug 2017 13:04:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.3` to `2.9.4`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `~1.7.1` to `~1.7.2`" - } - ] - } - }, - { - "version": "3.2.6", - "tag": "@microsoft/gulp-core-build-sass_v3.2.6", - "date": "Wed, 16 Aug 2017 23:16:55 GMT", - "comments": { - "patch": [ - { - "comment": "Publish" - } - ] - } - }, - { - "version": "3.2.5", - "tag": "@microsoft/gulp-core-build-sass_v3.2.5", - "date": "Tue, 15 Aug 2017 01:29:31 GMT", - "comments": { - "patch": [ - { - "comment": "Force a patch bump to ensure everything is published" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.1` to `2.9.2`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `~1.6.0` to `~1.7.0`" - } - ] - } - }, - { - "version": "3.2.4", - "tag": "@microsoft/gulp-core-build-sass_v3.2.4", - "date": "Tue, 08 Aug 2017 23:10:36 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `~1.5.2` to `~1.6.0`" - } - ] - } - }, - { - "version": "3.2.3", - "tag": "@microsoft/gulp-core-build-sass_v3.2.3", - "date": "Thu, 27 Jul 2017 01:04:48 GMT", - "comments": { - "patch": [ - { - "comment": "Upgrade to the TS2.4 version of the build tools." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.7.1` to `2.7.2`" - } - ] - } - }, - { - "version": "3.2.2", - "tag": "@microsoft/gulp-core-build-sass_v3.2.2", - "date": "Tue, 25 Jul 2017 20:03:31 GMT", - "comments": { - "patch": [ - { - "comment": "Upgrade to TypeScript 2.4" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.7.0 <3.0.0` to `>=2.7.0 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `~1.5.0` to `~1.5.1`" - } - ] - } - }, - { - "version": "3.2.1", - "tag": "@microsoft/gulp-core-build-sass_v3.2.1", - "date": "Fri, 21 Jul 2017 01:02:30 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/load-themed-styles\" from `~1.4.0` to `~1.5.0`" - } - ] - } - }, - { - "version": "3.2.0", - "tag": "@microsoft/gulp-core-build-sass_v3.2.0", - "date": "Fri, 07 Jul 2017 01:02:28 GMT", - "comments": { - "minor": [ - { - "comment": "Enable StrictNullChecks." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.5.6 <3.0.0` to `>=2.5.6 <3.0.0`" - } - ] - } - }, - { - "version": "3.1.2", - "tag": "@microsoft/gulp-core-build-sass_v3.1.2", - "date": "Mon, 15 May 2017 21:59:43 GMT", - "comments": { - "patch": [ - { - "comment": "Remove incremental builds, which cause incorrect behavior when dealing with imports." - } - ] - } - }, - { - "version": "3.1.1", - "tag": "@microsoft/gulp-core-build-sass_v3.1.1", - "date": "Wed, 19 Apr 2017 20:18:06 GMT", - "comments": { - "patch": [ - { - "comment": "Remove ES6 Promise & @types/es6-promise typings" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.4.3 <3.0.0` to `>=2.4.3 <3.0.0`" - } - ] - } - }, - { - "version": "3.1.0", - "tag": "@microsoft/gulp-core-build-sass_v3.1.0", - "date": "Tue, 11 Apr 2017 01:33:59 GMT", - "comments": { - "minor": [ - { - "comment": "Add task config property: warnOnCssInvalidPropertyName to gulp-core-build-sass. if set to false, CSS module compile warning message will changed to verbose message" - } - ] - } - }, - { - "version": "3.0.0", - "tag": "@microsoft/gulp-core-build-sass_v3.0.0", - "date": "Mon, 20 Mar 2017 21:52:20 GMT", - "comments": { - "minor": [ - { - "comment": "Adding moduleExportName option to sass task, so that we can optionally export to something other than \"default\"." - } - ], - "major": [ - { - "comment": "Updating gulp-sass and related package version dependencies." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.4.2 <3.0.0` to `>=2.4.3 <3.0.0`" - } - ] - } - }, - { - "version": "2.0.8", - "tag": "@microsoft/gulp-core-build-sass_v2.0.8", - "date": "Mon, 20 Mar 2017 03:50:55 GMT", - "comments": { - "patch": [ - { - "comment": "Reverting previous change, which causes a regression in SPFx yeoman scenario." - } - ] - } - }, - { - "version": "2.0.7", - "tag": "@microsoft/gulp-core-build-sass_v2.0.7", - "date": "Mon, 20 Mar 2017 00:54:03 GMT", - "comments": { - "patch": [ - { - "comment": "Updating gulp-sass and related package version dependencies." - } - ] - } - }, - { - "version": "2.0.6", - "tag": "@microsoft/gulp-core-build-sass_v2.0.6", - "date": "Wed, 15 Mar 2017 01:32:09 GMT", - "comments": { - "patch": [ - { - "comment": "Locking `@types` packages. Synchronizing version specifiers for dependencies with other `web-build-tools` projects." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.4.0 <3.0.0` to `>=2.4.0 <3.0.0`" - } - ] - } - }, - { - "version": "2.0.5", - "tag": "@microsoft/gulp-core-build-sass_v2.0.5", - "date": "Tue, 14 Feb 2017 20:03:00 GMT", - "comments": { - "patch": [ - { - "comment": "Updating SASS hash generation for css modules to consider css content in addition to filename." - } - ] - } - }, - { - "version": "2.0.4", - "tag": "@microsoft/gulp-core-build-sass_v2.0.4", - "date": "Wed, 08 Feb 2017 00:23:01 GMT", - "comments": { - "patch": [ - { - "comment": "Fixing the paths generated by GCB-sass to be compatible with Webpack 2.X" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.2.1 <3.0.0` to `>=2.2.2 <3.0.0`" - } - ] - } - }, - { - "version": "2.0.3", - "tag": "@microsoft/gulp-core-build-sass_v2.0.3", - "date": "Tue, 31 Jan 2017 20:32:37 GMT", - "comments": { - "patch": [ - { - "comment": "Make loadSchema public instead of protected." - } - ] - } - }, - { - "version": "2.0.2", - "tag": "@microsoft/gulp-core-build-sass_v2.0.2", - "date": "Tue, 31 Jan 2017 01:55:09 GMT", - "comments": { - "patch": [ - { - "comment": "Introduce schema for SassTask" - } - ] - } - }, - { - "version": "2.0.1", - "tag": "@microsoft/gulp-core-build-sass_v2.0.1", - "date": "Fri, 13 Jan 2017 06:46:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.0.0 <3.0.0` to `>=2.0.1 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `>=1.0.0 <2.0.0` to `>=2.1.0 <3.0.0`" - } - ] - } - } - ] -} diff --git a/core-build/gulp-core-build-sass/CHANGELOG.md b/core-build/gulp-core-build-sass/CHANGELOG.md deleted file mode 100644 index d0dfd987719..00000000000 --- a/core-build/gulp-core-build-sass/CHANGELOG.md +++ /dev/null @@ -1,2188 +0,0 @@ -# Change Log - @microsoft/gulp-core-build-sass - -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. - -## 4.14.21 -Wed, 19 May 2021 00:11:39 GMT - -_Version update only_ - -## 4.14.20 -Thu, 13 May 2021 01:52:46 GMT - -_Version update only_ - -## 4.14.19 -Tue, 11 May 2021 22:19:17 GMT - -_Version update only_ - -## 4.14.18 -Mon, 10 May 2021 15:08:37 GMT - -### Patches - -- Replace deprecated node-sass with sass - -## 4.14.17 -Mon, 03 May 2021 15:10:28 GMT - -_Version update only_ - -## 4.14.16 -Thu, 29 Apr 2021 23:26:50 GMT - -_Version update only_ - -## 4.14.15 -Thu, 29 Apr 2021 01:07:29 GMT - -_Version update only_ - -## 4.14.14 -Fri, 23 Apr 2021 22:00:06 GMT - -_Version update only_ - -## 4.14.13 -Fri, 23 Apr 2021 15:11:20 GMT - -_Version update only_ - -## 4.14.12 -Wed, 21 Apr 2021 15:12:27 GMT - -_Version update only_ - -## 4.14.11 -Tue, 20 Apr 2021 04:59:51 GMT - -_Version update only_ - -## 4.14.10 -Thu, 15 Apr 2021 02:59:25 GMT - -_Version update only_ - -## 4.14.9 -Mon, 12 Apr 2021 15:10:28 GMT - -_Version update only_ - -## 4.14.8 -Thu, 08 Apr 2021 20:41:54 GMT - -_Version update only_ - -## 4.14.7 -Thu, 08 Apr 2021 06:05:32 GMT - -_Version update only_ - -## 4.14.6 -Thu, 08 Apr 2021 00:10:18 GMT - -_Version update only_ - -## 4.14.5 -Tue, 06 Apr 2021 15:14:22 GMT - -_Version update only_ - -## 4.14.4 -Wed, 31 Mar 2021 15:10:36 GMT - -_Version update only_ - -## 4.14.3 -Mon, 29 Mar 2021 05:02:06 GMT - -_Version update only_ - -## 4.14.2 -Fri, 19 Mar 2021 22:31:37 GMT - -_Version update only_ - -## 4.14.1 -Wed, 17 Mar 2021 05:04:38 GMT - -_Version update only_ - -## 4.14.0 -Fri, 12 Mar 2021 01:13:27 GMT - -### Minor changes - -- Update node-sass to support Node 15. - -## 4.13.49 -Wed, 10 Mar 2021 05:10:06 GMT - -_Version update only_ - -## 4.13.48 -Thu, 04 Mar 2021 01:11:31 GMT - -_Version update only_ - -## 4.13.47 -Tue, 02 Mar 2021 23:25:05 GMT - -_Version update only_ - -## 4.13.46 -Fri, 05 Feb 2021 16:10:42 GMT - -_Version update only_ - -## 4.13.45 -Fri, 22 Jan 2021 05:39:22 GMT - -_Version update only_ - -## 4.13.44 -Thu, 21 Jan 2021 04:19:00 GMT - -_Version update only_ - -## 4.13.43 -Wed, 13 Jan 2021 01:11:06 GMT - -_Version update only_ - -## 4.13.42 -Fri, 08 Jan 2021 07:28:49 GMT - -_Version update only_ - -## 4.13.41 -Wed, 06 Jan 2021 16:10:43 GMT - -_Version update only_ - -## 4.13.40 -Mon, 14 Dec 2020 16:12:20 GMT - -_Version update only_ - -## 4.13.39 -Thu, 10 Dec 2020 23:25:49 GMT - -_Version update only_ - -## 4.13.38 -Sat, 05 Dec 2020 01:11:23 GMT - -_Version update only_ - -## 4.13.37 -Tue, 01 Dec 2020 01:10:38 GMT - -_Version update only_ - -## 4.13.36 -Mon, 30 Nov 2020 16:11:50 GMT - -_Version update only_ - -## 4.13.35 -Wed, 18 Nov 2020 08:19:54 GMT - -_Version update only_ - -## 4.13.34 -Wed, 18 Nov 2020 06:21:58 GMT - -_Version update only_ - -## 4.13.33 -Tue, 17 Nov 2020 01:17:38 GMT - -_Version update only_ - -## 4.13.32 -Mon, 16 Nov 2020 01:57:58 GMT - -_Version update only_ - -## 4.13.31 -Fri, 13 Nov 2020 01:11:00 GMT - -_Version update only_ - -## 4.13.30 -Thu, 12 Nov 2020 01:11:10 GMT - -_Version update only_ - -## 4.13.29 -Wed, 11 Nov 2020 01:08:58 GMT - -_Version update only_ - -## 4.13.28 -Tue, 10 Nov 2020 23:13:11 GMT - -_Version update only_ - -## 4.13.27 -Tue, 10 Nov 2020 16:11:42 GMT - -_Version update only_ - -## 4.13.26 -Sun, 08 Nov 2020 22:52:49 GMT - -_Version update only_ - -## 4.13.25 -Fri, 06 Nov 2020 16:09:30 GMT - -_Version update only_ - -## 4.13.24 -Tue, 03 Nov 2020 01:11:18 GMT - -_Version update only_ - -## 4.13.23 -Mon, 02 Nov 2020 16:12:05 GMT - -_Version update only_ - -## 4.13.22 -Fri, 30 Oct 2020 06:38:39 GMT - -_Version update only_ - -## 4.13.21 -Fri, 30 Oct 2020 00:10:14 GMT - -_Version update only_ - -## 4.13.20 -Thu, 29 Oct 2020 06:14:19 GMT - -_Version update only_ - -## 4.13.19 -Thu, 29 Oct 2020 00:11:33 GMT - -_Version update only_ - -## 4.13.18 -Wed, 28 Oct 2020 01:18:03 GMT - -_Version update only_ - -## 4.13.17 -Tue, 27 Oct 2020 15:10:13 GMT - -_Version update only_ - -## 4.13.16 -Sat, 24 Oct 2020 00:11:18 GMT - -_Version update only_ - -## 4.13.15 -Wed, 21 Oct 2020 05:09:44 GMT - -_Version update only_ - -## 4.13.14 -Wed, 21 Oct 2020 02:28:18 GMT - -_Version update only_ - -## 4.13.13 -Fri, 16 Oct 2020 23:32:58 GMT - -_Version update only_ - -## 4.13.12 -Thu, 15 Oct 2020 00:59:08 GMT - -_Version update only_ - -## 4.13.11 -Wed, 14 Oct 2020 23:30:14 GMT - -_Version update only_ - -## 4.13.10 -Tue, 13 Oct 2020 15:11:28 GMT - -_Version update only_ - -## 4.13.9 -Mon, 12 Oct 2020 15:11:16 GMT - -_Version update only_ - -## 4.13.8 -Fri, 09 Oct 2020 15:11:08 GMT - -_Version update only_ - -## 4.13.7 -Tue, 06 Oct 2020 00:24:06 GMT - -_Version update only_ - -## 4.13.6 -Mon, 05 Oct 2020 22:36:57 GMT - -_Version update only_ - -## 4.13.5 -Mon, 05 Oct 2020 15:10:42 GMT - -_Version update only_ - -## 4.13.4 -Fri, 02 Oct 2020 00:10:59 GMT - -_Version update only_ - -## 4.13.3 -Thu, 01 Oct 2020 20:27:16 GMT - -_Version update only_ - -## 4.13.2 -Thu, 01 Oct 2020 18:51:21 GMT - -_Version update only_ - -## 4.13.1 -Wed, 30 Sep 2020 18:39:17 GMT - -_Version update only_ - -## 4.13.0 -Wed, 30 Sep 2020 06:53:53 GMT - -### Minor changes - -- Upgrade compiler; the API now requires TypeScript 3.9 or newer - -## 4.12.37 -Tue, 22 Sep 2020 05:45:56 GMT - -_Version update only_ - -## 4.12.36 -Tue, 22 Sep 2020 01:45:31 GMT - -_Version update only_ - -## 4.12.35 -Tue, 22 Sep 2020 00:08:53 GMT - -_Version update only_ - -## 4.12.34 -Sat, 19 Sep 2020 04:37:26 GMT - -_Version update only_ - -## 4.12.33 -Sat, 19 Sep 2020 03:33:07 GMT - -_Version update only_ - -## 4.12.32 -Fri, 18 Sep 2020 22:57:24 GMT - -_Version update only_ - -## 4.12.31 -Fri, 18 Sep 2020 21:49:53 GMT - -_Version update only_ - -## 4.12.30 -Wed, 16 Sep 2020 05:30:25 GMT - -_Version update only_ - -## 4.12.29 -Tue, 15 Sep 2020 01:51:37 GMT - -_Version update only_ - -## 4.12.28 -Mon, 14 Sep 2020 15:09:48 GMT - -_Version update only_ - -## 4.12.27 -Sun, 13 Sep 2020 01:53:20 GMT - -_Version update only_ - -## 4.12.26 -Fri, 11 Sep 2020 02:13:35 GMT - -_Version update only_ - -## 4.12.25 -Wed, 09 Sep 2020 03:29:01 GMT - -_Version update only_ - -## 4.12.24 -Wed, 09 Sep 2020 00:38:48 GMT - -_Version update only_ - -## 4.12.23 -Mon, 07 Sep 2020 07:37:37 GMT - -_Version update only_ - -## 4.12.22 -Sat, 05 Sep 2020 18:56:35 GMT - -_Version update only_ - -## 4.12.21 -Fri, 04 Sep 2020 15:06:28 GMT - -_Version update only_ - -## 4.12.20 -Thu, 03 Sep 2020 15:09:59 GMT - -_Version update only_ - -## 4.12.19 -Wed, 02 Sep 2020 23:01:13 GMT - -_Version update only_ - -## 4.12.18 -Wed, 02 Sep 2020 15:10:17 GMT - -_Version update only_ - -## 4.12.17 -Thu, 27 Aug 2020 11:27:06 GMT - -_Version update only_ - -## 4.12.16 -Tue, 25 Aug 2020 00:10:12 GMT - -_Version update only_ - -## 4.12.15 -Mon, 24 Aug 2020 07:35:20 GMT - -_Version update only_ - -## 4.12.14 -Sat, 22 Aug 2020 05:55:42 GMT - -_Version update only_ - -## 4.12.13 -Fri, 21 Aug 2020 01:21:18 GMT - -_Version update only_ - -## 4.12.12 -Thu, 20 Aug 2020 18:41:47 GMT - -_Version update only_ - -## 4.12.11 -Thu, 20 Aug 2020 15:13:53 GMT - -_Version update only_ - -## 4.12.10 -Tue, 18 Aug 2020 23:59:42 GMT - -_Version update only_ - -## 4.12.9 -Tue, 18 Aug 2020 03:03:23 GMT - -_Version update only_ - -## 4.12.8 -Mon, 17 Aug 2020 05:31:53 GMT - -_Version update only_ - -## 4.12.7 -Mon, 17 Aug 2020 04:53:23 GMT - -_Version update only_ - -## 4.12.6 -Thu, 13 Aug 2020 09:26:39 GMT - -_Version update only_ - -## 4.12.5 -Thu, 13 Aug 2020 04:57:38 GMT - -_Version update only_ - -## 4.12.4 -Wed, 12 Aug 2020 00:10:05 GMT - -_Version update only_ - -## 4.12.3 -Wed, 05 Aug 2020 18:27:32 GMT - -_Version update only_ - -## 4.12.2 -Fri, 03 Jul 2020 15:09:04 GMT - -_Version update only_ - -## 4.12.1 -Fri, 03 Jul 2020 05:46:41 GMT - -_Version update only_ - -## 4.12.0 -Fri, 03 Jul 2020 00:10:16 GMT - -### Minor changes - -- Allow customization of generated CSS module class names. - -## 4.11.12 -Sat, 27 Jun 2020 00:09:38 GMT - -_Version update only_ - -## 4.11.11 -Fri, 26 Jun 2020 22:16:39 GMT - -_Version update only_ - -## 4.11.10 -Thu, 25 Jun 2020 06:43:35 GMT - -_Version update only_ - -## 4.11.9 -Wed, 24 Jun 2020 09:50:48 GMT - -_Version update only_ - -## 4.11.8 -Wed, 24 Jun 2020 09:04:28 GMT - -_Version update only_ - -## 4.11.7 -Mon, 15 Jun 2020 22:17:18 GMT - -_Version update only_ - -## 4.11.6 -Fri, 12 Jun 2020 09:19:21 GMT - -_Version update only_ - -## 4.11.5 -Wed, 10 Jun 2020 20:48:30 GMT - -_Version update only_ - -## 4.11.4 -Mon, 01 Jun 2020 08:34:17 GMT - -_Version update only_ - -## 4.11.3 -Sat, 30 May 2020 02:59:54 GMT - -_Version update only_ - -## 4.11.2 -Fri, 29 May 2020 21:35:29 GMT - -### Patches - -- Fix static autoprefixer configuration options - -## 4.11.1 -Thu, 28 May 2020 05:59:02 GMT - -_Version update only_ - -## 4.11.0 -Thu, 28 May 2020 00:09:21 GMT - -### Minor changes - -- Allow configuration of autoprefixer plugin - -## 4.10.19 -Wed, 27 May 2020 05:15:10 GMT - -_Version update only_ - -## 4.10.18 -Tue, 26 May 2020 23:00:25 GMT - -_Version update only_ - -## 4.10.17 -Fri, 22 May 2020 15:08:42 GMT - -_Version update only_ - -## 4.10.16 -Thu, 21 May 2020 23:09:44 GMT - -_Version update only_ - -## 4.10.15 -Thu, 21 May 2020 15:41:59 GMT - -_Version update only_ - -## 4.10.14 -Tue, 19 May 2020 15:08:19 GMT - -_Version update only_ - -## 4.10.13 -Fri, 15 May 2020 08:10:59 GMT - -_Version update only_ - -## 4.10.12 -Wed, 06 May 2020 08:23:45 GMT - -_Version update only_ - -## 4.10.11 -Sat, 02 May 2020 00:08:16 GMT - -_Version update only_ - -## 4.10.10 -Wed, 08 Apr 2020 04:07:33 GMT - -_Version update only_ - -## 4.10.9 -Fri, 03 Apr 2020 15:10:15 GMT - -_Version update only_ - -## 4.10.8 -Sun, 29 Mar 2020 00:04:12 GMT - -_Version update only_ - -## 4.10.7 -Sat, 28 Mar 2020 00:37:16 GMT - -_Version update only_ - -## 4.10.6 -Wed, 18 Mar 2020 15:07:47 GMT - -_Version update only_ - -## 4.10.5 -Tue, 17 Mar 2020 23:55:58 GMT - -### Patches - -- Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack` - -## 4.10.4 -Tue, 28 Jan 2020 02:23:44 GMT - -_Version update only_ - -## 4.10.3 -Fri, 24 Jan 2020 00:27:39 GMT - -_Version update only_ - -## 4.10.2 -Thu, 23 Jan 2020 01:07:56 GMT - -_Version update only_ - -## 4.10.1 -Tue, 21 Jan 2020 21:56:13 GMT - -_Version update only_ - -## 4.10.0 -Sun, 19 Jan 2020 02:26:52 GMT - -### Minor changes - -- Upgrade Node typings to Node 10 - -## 4.9.0 -Fri, 17 Jan 2020 01:08:23 GMT - -### Minor changes - -- Update autoprefixer to ~9.7.4 - -## 4.8.24 -Tue, 14 Jan 2020 01:34:15 GMT - -_Version update only_ - -## 4.8.23 -Sat, 11 Jan 2020 05:18:23 GMT - -_Version update only_ - -## 4.8.22 -Fri, 10 Jan 2020 03:07:47 GMT - -_Version update only_ - -## 4.8.21 -Thu, 09 Jan 2020 06:44:12 GMT - -_Version update only_ - -## 4.8.20 -Wed, 08 Jan 2020 00:11:31 GMT - -_Version update only_ - -## 4.8.19 -Mon, 23 Dec 2019 16:08:05 GMT - -_Version update only_ - -## 4.8.18 -Wed, 04 Dec 2019 23:17:55 GMT - -_Version update only_ - -## 4.8.17 -Tue, 03 Dec 2019 03:17:43 GMT - -_Version update only_ - -## 4.8.16 -Sun, 24 Nov 2019 00:54:04 GMT - -_Version update only_ - -## 4.8.15 -Wed, 20 Nov 2019 06:14:28 GMT - -_Version update only_ - -## 4.8.14 -Fri, 15 Nov 2019 04:50:50 GMT - -_Version update only_ - -## 4.8.13 -Mon, 11 Nov 2019 16:07:56 GMT - -_Version update only_ - -## 4.8.12 -Wed, 06 Nov 2019 22:44:18 GMT - -_Version update only_ - -## 4.8.11 -Tue, 05 Nov 2019 06:49:28 GMT - -_Version update only_ - -## 4.8.10 -Tue, 05 Nov 2019 01:08:39 GMT - -_Version update only_ - -## 4.8.9 -Fri, 25 Oct 2019 15:08:54 GMT - -_Version update only_ - -## 4.8.8 -Tue, 22 Oct 2019 06:24:44 GMT - -### Patches - -- Refactor some code as part of migration from TSLint to ESLint - -## 4.8.7 -Mon, 21 Oct 2019 05:22:43 GMT - -_Version update only_ - -## 4.8.6 -Fri, 18 Oct 2019 15:15:01 GMT - -_Version update only_ - -## 4.8.5 -Sun, 06 Oct 2019 00:27:39 GMT - -_Version update only_ - -## 4.8.4 -Fri, 04 Oct 2019 00:15:22 GMT - -_Version update only_ - -## 4.8.3 -Sun, 29 Sep 2019 23:56:29 GMT - -### Patches - -- Update repository URL - -## 4.8.2 -Wed, 25 Sep 2019 15:15:31 GMT - -_Version update only_ - -## 4.8.1 -Tue, 24 Sep 2019 02:58:49 GMT - -_Version update only_ - -## 4.8.0 -Mon, 23 Sep 2019 15:14:55 GMT - -### Minor changes - -- Upgrade @types/node dependency - -## 4.7.25 -Fri, 20 Sep 2019 21:27:22 GMT - -_Version update only_ - -## 4.7.24 -Wed, 11 Sep 2019 19:56:23 GMT - -_Version update only_ - -## 4.7.23 -Tue, 10 Sep 2019 22:32:23 GMT - -_Version update only_ - -## 4.7.22 -Tue, 10 Sep 2019 20:38:33 GMT - -_Version update only_ - -## 4.7.21 -Wed, 04 Sep 2019 18:28:06 GMT - -_Version update only_ - -## 4.7.20 -Wed, 04 Sep 2019 15:15:37 GMT - -_Version update only_ - -## 4.7.19 -Wed, 04 Sep 2019 01:43:31 GMT - -_Version update only_ - -## 4.7.18 -Fri, 30 Aug 2019 00:14:32 GMT - -_Version update only_ - -## 4.7.17 -Mon, 12 Aug 2019 15:15:14 GMT - -_Version update only_ - -## 4.7.16 -Thu, 08 Aug 2019 15:14:17 GMT - -_Version update only_ - -## 4.7.15 -Thu, 08 Aug 2019 00:49:05 GMT - -_Version update only_ - -## 4.7.14 -Mon, 05 Aug 2019 22:04:32 GMT - -_Version update only_ - -## 4.7.13 -Tue, 23 Jul 2019 19:14:38 GMT - -### Patches - -- Update node-sass to latest. Required for compatibility with Node 12. - -## 4.7.12 -Tue, 23 Jul 2019 01:13:01 GMT - -_Version update only_ - -## 4.7.11 -Mon, 22 Jul 2019 19:13:10 GMT - -_Version update only_ - -## 4.7.10 -Fri, 12 Jul 2019 19:12:46 GMT - -_Version update only_ - -## 4.7.9 -Thu, 11 Jul 2019 19:13:08 GMT - -_Version update only_ - -## 4.7.8 -Tue, 09 Jul 2019 19:13:24 GMT - -_Version update only_ - -## 4.7.7 -Mon, 08 Jul 2019 19:12:18 GMT - -_Version update only_ - -## 4.7.6 -Sat, 29 Jun 2019 02:30:10 GMT - -_Version update only_ - -## 4.7.5 -Wed, 12 Jun 2019 19:12:33 GMT - -_Version update only_ - -## 4.7.4 -Tue, 11 Jun 2019 00:48:06 GMT - -_Version update only_ - -## 4.7.3 -Thu, 06 Jun 2019 22:33:36 GMT - -_Version update only_ - -## 4.7.2 -Wed, 05 Jun 2019 19:12:34 GMT - -_Version update only_ - -## 4.7.1 -Tue, 04 Jun 2019 05:51:53 GMT - -_Version update only_ - -## 4.7.0 -Fri, 31 May 2019 01:13:07 GMT - -### Minor changes - -- Make css modules class hash names consistent relative to root path. - -## 4.6.35 -Mon, 27 May 2019 04:13:44 GMT - -_Version update only_ - -## 4.6.34 -Mon, 13 May 2019 02:08:35 GMT - -_Version update only_ - -## 4.6.33 -Thu, 09 May 2019 19:12:31 GMT - -_Version update only_ - -## 4.6.32 -Mon, 06 May 2019 20:46:21 GMT - -_Version update only_ - -## 4.6.31 -Mon, 06 May 2019 19:34:54 GMT - -_Version update only_ - -## 4.6.30 -Mon, 06 May 2019 19:11:16 GMT - -_Version update only_ - -## 4.6.29 -Tue, 30 Apr 2019 23:08:02 GMT - -_Version update only_ - -## 4.6.28 -Tue, 16 Apr 2019 11:01:37 GMT - -_Version update only_ - -## 4.6.27 -Fri, 12 Apr 2019 06:13:16 GMT - -_Version update only_ - -## 4.6.26 -Thu, 11 Apr 2019 07:14:01 GMT - -_Version update only_ - -## 4.6.25 -Tue, 09 Apr 2019 05:31:01 GMT - -_Version update only_ - -## 4.6.24 -Mon, 08 Apr 2019 19:12:52 GMT - -_Version update only_ - -## 4.6.23 -Sat, 06 Apr 2019 02:05:51 GMT - -_Version update only_ - -## 4.6.22 -Fri, 05 Apr 2019 04:16:17 GMT - -_Version update only_ - -## 4.6.21 -Wed, 03 Apr 2019 02:58:33 GMT - -_Version update only_ - -## 4.6.20 -Tue, 02 Apr 2019 01:12:02 GMT - -_Version update only_ - -## 4.6.19 -Sat, 30 Mar 2019 22:27:16 GMT - -_Version update only_ - -## 4.6.18 -Thu, 28 Mar 2019 19:14:27 GMT - -_Version update only_ - -## 4.6.17 -Tue, 26 Mar 2019 20:54:18 GMT - -_Version update only_ - -## 4.6.16 -Sat, 23 Mar 2019 03:48:31 GMT - -_Version update only_ - -## 4.6.15 -Thu, 21 Mar 2019 04:59:11 GMT - -_Version update only_ - -## 4.6.14 -Thu, 21 Mar 2019 01:15:32 GMT - -_Version update only_ - -## 4.6.13 -Wed, 20 Mar 2019 19:14:49 GMT - -_Version update only_ - -## 4.6.12 -Mon, 18 Mar 2019 04:28:43 GMT - -_Version update only_ - -## 4.6.11 -Fri, 15 Mar 2019 19:13:25 GMT - -_Version update only_ - -## 4.6.10 -Wed, 13 Mar 2019 19:13:14 GMT - -_Version update only_ - -## 4.6.9 -Wed, 13 Mar 2019 01:14:05 GMT - -_Version update only_ - -## 4.6.8 -Mon, 11 Mar 2019 16:13:36 GMT - -_Version update only_ - -## 4.6.7 -Tue, 05 Mar 2019 17:13:11 GMT - -_Version update only_ - -## 4.6.6 -Mon, 04 Mar 2019 17:13:19 GMT - -_Version update only_ - -## 4.6.5 -Wed, 27 Feb 2019 22:13:58 GMT - -_Version update only_ - -## 4.6.4 -Wed, 27 Feb 2019 17:13:17 GMT - -_Version update only_ - -## 4.6.3 -Mon, 18 Feb 2019 17:13:23 GMT - -_Version update only_ - -## 4.6.2 -Tue, 12 Feb 2019 17:13:12 GMT - -_Version update only_ - -## 4.6.1 -Mon, 11 Feb 2019 10:32:37 GMT - -_Version update only_ - -## 4.6.0 -Mon, 11 Feb 2019 03:31:55 GMT - -### Minor changes - -- Updated support for clean-css 4.2.1 and typings. Added override task configuration for clean-css options. - -## 4.5.40 -Wed, 30 Jan 2019 20:49:11 GMT - -_Version update only_ - -## 4.5.39 -Sat, 19 Jan 2019 03:47:47 GMT - -_Version update only_ - -## 4.5.38 -Tue, 15 Jan 2019 17:04:09 GMT - -_Version update only_ - -## 4.5.37 -Thu, 10 Jan 2019 01:57:53 GMT - -_Version update only_ - -## 4.5.36 -Mon, 07 Jan 2019 17:04:07 GMT - -_Version update only_ - -## 4.5.35 -Wed, 19 Dec 2018 05:57:33 GMT - -_Version update only_ - -## 4.5.34 -Fri, 14 Dec 2018 20:51:51 GMT - -_Version update only_ - -## 4.5.33 -Thu, 13 Dec 2018 02:58:11 GMT - -_Version update only_ - -## 4.5.32 -Wed, 12 Dec 2018 17:04:19 GMT - -_Version update only_ - -## 4.5.31 -Sat, 08 Dec 2018 06:35:36 GMT - -_Version update only_ - -## 4.5.30 -Fri, 07 Dec 2018 17:04:56 GMT - -_Version update only_ - -## 4.5.29 -Mon, 03 Dec 2018 17:04:06 GMT - -_Version update only_ - -## 4.5.28 -Fri, 30 Nov 2018 23:34:58 GMT - -_Version update only_ - -## 4.5.27 -Thu, 29 Nov 2018 07:02:09 GMT - -_Version update only_ - -## 4.5.26 -Thu, 29 Nov 2018 00:35:38 GMT - -_Version update only_ - -## 4.5.25 -Wed, 28 Nov 2018 19:29:53 GMT - -_Version update only_ - -## 4.5.24 -Wed, 28 Nov 2018 02:17:11 GMT - -_Version update only_ - -## 4.5.23 -Fri, 16 Nov 2018 21:37:10 GMT - -_Version update only_ - -## 4.5.22 -Fri, 16 Nov 2018 00:59:00 GMT - -_Version update only_ - -## 4.5.21 -Fri, 09 Nov 2018 23:07:39 GMT - -_Version update only_ - -## 4.5.20 -Wed, 07 Nov 2018 21:04:35 GMT - -_Version update only_ - -## 4.5.19 -Wed, 07 Nov 2018 17:03:03 GMT - -_Version update only_ - -## 4.5.18 -Mon, 05 Nov 2018 17:04:24 GMT - -_Version update only_ - -## 4.5.17 -Thu, 01 Nov 2018 21:33:52 GMT - -_Version update only_ - -## 4.5.16 -Thu, 01 Nov 2018 19:32:52 GMT - -_Version update only_ - -## 4.5.15 -Wed, 31 Oct 2018 21:17:50 GMT - -_Version update only_ - -## 4.5.14 -Wed, 31 Oct 2018 17:00:55 GMT - -_Version update only_ - -## 4.5.13 -Sat, 27 Oct 2018 03:45:51 GMT - -_Version update only_ - -## 4.5.12 -Sat, 27 Oct 2018 02:17:18 GMT - -_Version update only_ - -## 4.5.11 -Sat, 27 Oct 2018 00:26:56 GMT - -_Version update only_ - -## 4.5.10 -Thu, 25 Oct 2018 23:20:40 GMT - -_Version update only_ - -## 4.5.9 -Thu, 25 Oct 2018 08:56:02 GMT - -_Version update only_ - -## 4.5.8 -Wed, 24 Oct 2018 16:03:10 GMT - -_Version update only_ - -## 4.5.7 -Thu, 18 Oct 2018 05:30:14 GMT - -_Version update only_ - -## 4.5.6 -Thu, 18 Oct 2018 01:32:21 GMT - -_Version update only_ - -## 4.5.5 -Wed, 17 Oct 2018 21:04:49 GMT - -_Version update only_ - -## 4.5.4 -Wed, 17 Oct 2018 14:43:24 GMT - -_Version update only_ - -## 4.5.3 -Thu, 11 Oct 2018 23:26:07 GMT - -_Version update only_ - -## 4.5.2 -Tue, 09 Oct 2018 06:58:02 GMT - -_Version update only_ - -## 4.5.1 -Mon, 08 Oct 2018 16:04:27 GMT - -_Version update only_ - -## 4.5.0 -Sun, 07 Oct 2018 06:15:56 GMT - -### Minor changes - -- Refactor task to no longer use Gulp. - -### Patches - -- Better support for indented syntax and, likewise, `.sass` extension. - -## 4.4.8 -Fri, 28 Sep 2018 16:05:35 GMT - -_Version update only_ - -## 4.4.7 -Wed, 26 Sep 2018 21:39:40 GMT - -_Version update only_ - -## 4.4.6 -Mon, 24 Sep 2018 23:06:40 GMT - -_Version update only_ - -## 4.4.5 -Mon, 24 Sep 2018 16:04:28 GMT - -_Version update only_ - -## 4.4.4 -Fri, 21 Sep 2018 16:04:42 GMT - -_Version update only_ - -## 4.4.3 -Thu, 20 Sep 2018 23:57:21 GMT - -_Version update only_ - -## 4.4.2 -Tue, 18 Sep 2018 21:04:55 GMT - -_Version update only_ - -## 4.4.1 -Mon, 10 Sep 2018 23:23:01 GMT - -_Version update only_ - -## 4.4.0 -Thu, 06 Sep 2018 21:04:43 GMT - -### Minor changes - -- Upgrade PostCSS related packages to newest versions. - -## 4.3.54 -Thu, 06 Sep 2018 01:25:26 GMT - -### Patches - -- Update "repository" field in package.json - -## 4.3.53 -Tue, 04 Sep 2018 21:34:10 GMT - -_Version update only_ - -## 4.3.52 -Mon, 03 Sep 2018 16:04:46 GMT - -_Version update only_ - -## 4.3.51 -Fri, 31 Aug 2018 00:11:01 GMT - -### Patches - -- Include @types/gulp as a non-dev dependency. - -## 4.3.50 -Thu, 30 Aug 2018 22:47:34 GMT - -_Version update only_ - -## 4.3.49 -Thu, 30 Aug 2018 19:23:16 GMT - -_Version update only_ - -## 4.3.48 -Thu, 30 Aug 2018 18:45:12 GMT - -_Version update only_ - -## 4.3.47 -Thu, 30 Aug 2018 04:42:01 GMT - -_Version update only_ - -## 4.3.46 -Thu, 30 Aug 2018 04:24:41 GMT - -_Version update only_ - -## 4.3.45 -Wed, 29 Aug 2018 21:43:23 GMT - -_Version update only_ - -## 4.3.44 -Wed, 29 Aug 2018 20:34:33 GMT - -_Version update only_ - -## 4.3.43 -Wed, 29 Aug 2018 06:36:50 GMT - -_Version update only_ - -## 4.3.42 -Thu, 23 Aug 2018 18:18:53 GMT - -### Patches - -- Republish all packages in web-build-tools to resolve GitHub issue #782 - -## 4.3.41 -Wed, 22 Aug 2018 20:58:58 GMT - -_Version update only_ - -## 4.3.40 -Wed, 22 Aug 2018 16:03:25 GMT - -_Version update only_ - -## 4.3.39 -Tue, 21 Aug 2018 16:04:38 GMT - -_Version update only_ - -## 4.3.38 -Thu, 09 Aug 2018 21:58:02 GMT - -_Version update only_ - -## 4.3.37 -Thu, 09 Aug 2018 21:03:22 GMT - -_Version update only_ - -## 4.3.36 -Thu, 09 Aug 2018 16:04:24 GMT - -_Version update only_ - -## 4.3.35 -Tue, 07 Aug 2018 22:27:31 GMT - -_Version update only_ - -## 4.3.34 -Thu, 26 Jul 2018 23:53:43 GMT - -_Version update only_ - -## 4.3.33 -Thu, 26 Jul 2018 16:04:17 GMT - -_Version update only_ - -## 4.3.32 -Wed, 25 Jul 2018 21:02:57 GMT - -_Version update only_ - -## 4.3.31 -Fri, 20 Jul 2018 16:04:52 GMT - -_Version update only_ - -## 4.3.30 -Tue, 17 Jul 2018 16:02:52 GMT - -_Version update only_ - -## 4.3.29 -Fri, 13 Jul 2018 19:04:50 GMT - -_Version update only_ - -## 4.3.28 -Tue, 03 Jul 2018 21:03:31 GMT - -_Version update only_ - -## 4.3.27 -Fri, 29 Jun 2018 02:56:51 GMT - -_Version update only_ - -## 4.3.26 -Sat, 23 Jun 2018 02:21:20 GMT - -_Version update only_ - -## 4.3.25 -Fri, 22 Jun 2018 16:05:15 GMT - -_Version update only_ - -## 4.3.24 -Thu, 21 Jun 2018 08:27:29 GMT - -_Version update only_ - -## 4.3.23 -Tue, 19 Jun 2018 19:35:11 GMT - -_Version update only_ - -## 4.3.22 -Fri, 08 Jun 2018 08:43:52 GMT - -_Version update only_ - -## 4.3.21 -Thu, 31 May 2018 01:39:33 GMT - -_Version update only_ - -## 4.3.20 -Tue, 15 May 2018 02:26:45 GMT - -_Version update only_ - -## 4.3.19 -Tue, 15 May 2018 00:18:10 GMT - -_Version update only_ - -## 4.3.18 -Fri, 11 May 2018 22:43:14 GMT - -_Version update only_ - -## 4.3.17 -Fri, 04 May 2018 00:42:38 GMT - -_Version update only_ - -## 4.3.16 -Tue, 01 May 2018 22:03:20 GMT - -_Version update only_ - -## 4.3.15 -Fri, 27 Apr 2018 03:04:32 GMT - -_Version update only_ - -## 4.3.14 -Fri, 20 Apr 2018 16:06:11 GMT - -_Version update only_ - -## 4.3.13 -Thu, 19 Apr 2018 21:25:56 GMT - -_Version update only_ - -## 4.3.12 -Thu, 19 Apr 2018 17:02:06 GMT - -_Version update only_ - -## 4.3.11 -Tue, 03 Apr 2018 16:05:29 GMT - -_Version update only_ - -## 4.3.10 -Mon, 02 Apr 2018 16:05:24 GMT - -_Version update only_ - -## 4.3.9 -Tue, 27 Mar 2018 01:34:25 GMT - -_Version update only_ - -## 4.3.8 -Mon, 26 Mar 2018 19:12:42 GMT - -_Version update only_ - -## 4.3.7 -Sun, 25 Mar 2018 01:26:19 GMT - -_Version update only_ - -## 4.3.6 -Fri, 23 Mar 2018 00:34:53 GMT - -_Version update only_ - -## 4.3.5 -Thu, 22 Mar 2018 18:34:13 GMT - -_Version update only_ - -## 4.3.4 -Tue, 20 Mar 2018 02:44:45 GMT - -_Version update only_ - -## 4.3.3 -Sat, 17 Mar 2018 02:54:22 GMT - -_Version update only_ - -## 4.3.2 -Thu, 15 Mar 2018 20:00:50 GMT - -_Version update only_ - -## 4.3.1 -Thu, 15 Mar 2018 16:05:43 GMT - -_Version update only_ - -## 4.3.0 -Tue, 13 Mar 2018 23:11:32 GMT - -### Minor changes - -- Add support for sourcemaps. - -## 4.2.21 -Mon, 12 Mar 2018 20:36:19 GMT - -_Version update only_ - -## 4.2.20 -Tue, 06 Mar 2018 17:04:51 GMT - -_Version update only_ - -## 4.2.19 -Fri, 02 Mar 2018 01:13:59 GMT - -_Version update only_ - -## 4.2.18 -Tue, 27 Feb 2018 22:05:57 GMT - -_Version update only_ - -## 4.2.17 -Wed, 21 Feb 2018 22:04:19 GMT - -_Version update only_ - -## 4.2.16 -Wed, 21 Feb 2018 03:13:28 GMT - -_Version update only_ - -## 4.2.15 -Sat, 17 Feb 2018 02:53:49 GMT - -_Version update only_ - -## 4.2.14 -Fri, 16 Feb 2018 22:05:23 GMT - -_Version update only_ - -## 4.2.13 -Fri, 16 Feb 2018 17:05:11 GMT - -_Version update only_ - -## 4.2.12 -Wed, 07 Feb 2018 17:05:11 GMT - -_Version update only_ - -## 4.2.11 -Fri, 26 Jan 2018 22:05:30 GMT - -_Version update only_ - -## 4.2.10 -Fri, 26 Jan 2018 17:53:38 GMT - -### Patches - -- Force a patch bump in case the previous version was an empty package - -## 4.2.9 -Fri, 26 Jan 2018 00:36:51 GMT - -_Version update only_ - -## 4.2.8 -Tue, 23 Jan 2018 17:05:28 GMT - -_Version update only_ - -## 4.2.7 -Sat, 20 Jan 2018 02:39:16 GMT - -### Patches - -- Remove unused dependencies - -## 4.2.6 -Thu, 18 Jan 2018 03:23:46 GMT - -_Version update only_ - -## 4.2.5 -Thu, 18 Jan 2018 00:48:06 GMT - -_Version update only_ - -## 4.2.4 -Thu, 18 Jan 2018 00:27:23 GMT - -### Patches - -- Remove deprecated tslint rule "typeof-compare" - -## 4.2.3 -Wed, 17 Jan 2018 10:49:31 GMT - -_Version update only_ - -## 4.2.2 -Fri, 12 Jan 2018 03:35:22 GMT - -_Version update only_ - -## 4.2.1 -Thu, 11 Jan 2018 22:31:51 GMT - -_Version update only_ - -## 4.2.0 -Wed, 10 Jan 2018 20:40:01 GMT - -### Minor changes - -- Upgrade to Node 8 - -## 4.1.24 -Tue, 09 Jan 2018 17:05:51 GMT - -### Patches - -- Get web-build-tools building with pnpm - -## 4.1.23 -Sun, 07 Jan 2018 05:12:08 GMT - -_Version update only_ - -## 4.1.22 -Fri, 05 Jan 2018 20:26:45 GMT - -_Version update only_ - -## 4.1.21 -Fri, 05 Jan 2018 00:48:41 GMT - -_Version update only_ - -## 4.1.20 -Fri, 22 Dec 2017 17:04:46 GMT - -_Version update only_ - -## 4.1.19 -Tue, 12 Dec 2017 03:33:26 GMT - -_Version update only_ - -## 4.1.18 -Thu, 30 Nov 2017 23:59:09 GMT - -_Version update only_ - -## 4.1.17 -Thu, 30 Nov 2017 23:12:21 GMT - -_Version update only_ - -## 4.1.16 -Wed, 29 Nov 2017 17:05:37 GMT - -_Version update only_ - -## 4.1.15 -Tue, 28 Nov 2017 23:43:55 GMT - -_Version update only_ - -## 4.1.14 -Mon, 13 Nov 2017 17:04:50 GMT - -_Version update only_ - -## 4.1.13 -Mon, 06 Nov 2017 17:04:18 GMT - -_Version update only_ - -## 4.1.12 -Thu, 02 Nov 2017 16:05:24 GMT - -### Patches - -- lock the reference version between web build tools projects - -## 4.1.11 -Wed, 01 Nov 2017 21:06:08 GMT - -### Patches - -- Upgrade cyclic dependencies - -## 4.1.10 -Tue, 31 Oct 2017 21:04:04 GMT - -_Version update only_ - -## 4.1.9 -Tue, 31 Oct 2017 16:04:55 GMT - -_Version update only_ - -## 4.1.8 -Wed, 25 Oct 2017 20:03:59 GMT - -_Version update only_ - -## 4.1.7 -Tue, 24 Oct 2017 18:17:12 GMT - -_Version update only_ - -## 4.1.6 -Mon, 23 Oct 2017 21:53:12 GMT - -### Patches - -- Updated cyclic dependencies - -## 4.1.5 -Fri, 20 Oct 2017 19:57:12 GMT - -_Version update only_ - -## 4.1.4 -Fri, 20 Oct 2017 01:52:54 GMT - -_Version update only_ - -## 4.1.3 -Fri, 20 Oct 2017 01:04:44 GMT - -_Version update only_ - -## 4.1.2 -Thu, 05 Oct 2017 01:05:02 GMT - -_Version update only_ - -## 4.1.1 -Thu, 28 Sep 2017 01:04:28 GMT - -_Version update only_ - -## 4.1.0 -Fri, 22 Sep 2017 01:04:02 GMT - -### Minor changes - -- Upgrade to es6 - -## 4.0.8 -Wed, 20 Sep 2017 22:10:17 GMT - -_Version update only_ - -## 4.0.7 -Mon, 11 Sep 2017 13:04:55 GMT - -_Version update only_ - -## 4.0.6 -Fri, 08 Sep 2017 01:28:04 GMT - -_Version update only_ - -## 4.0.5 -Thu, 07 Sep 2017 13:04:35 GMT - -_Version update only_ - -## 4.0.4 -Thu, 07 Sep 2017 00:11:11 GMT - -### Patches - -- Add $schema field to all schemas - -## 4.0.3 -Wed, 06 Sep 2017 13:03:42 GMT - -_Version update only_ - -## 4.0.2 -Tue, 05 Sep 2017 19:03:56 GMT - -_Version update only_ - -## 4.0.1 -Sat, 02 Sep 2017 01:04:26 GMT - -_Version update only_ - -## 4.0.0 -Thu, 31 Aug 2017 18:41:18 GMT - -### Breaking changes - -- Fix compatibility issues with old releases, by incrementing the major version number - -## 3.2.11 -Thu, 31 Aug 2017 17:46:25 GMT - -_Version update only_ - -## 3.2.10 -Wed, 30 Aug 2017 01:04:34 GMT - -_Version update only_ - -## 3.2.9 -Thu, 24 Aug 2017 22:44:12 GMT - -_Version update only_ - -## 3.2.8 -Thu, 24 Aug 2017 01:04:33 GMT - -_Version update only_ - -## 3.2.7 -Tue, 22 Aug 2017 13:04:22 GMT - -_Version update only_ - -## 3.2.6 -Wed, 16 Aug 2017 23:16:55 GMT - -### Patches - -- Publish - -## 3.2.5 -Tue, 15 Aug 2017 01:29:31 GMT - -### Patches - -- Force a patch bump to ensure everything is published - -## 3.2.4 -Tue, 08 Aug 2017 23:10:36 GMT - -_Version update only_ - -## 3.2.3 -Thu, 27 Jul 2017 01:04:48 GMT - -### Patches - -- Upgrade to the TS2.4 version of the build tools. - -## 3.2.2 -Tue, 25 Jul 2017 20:03:31 GMT - -### Patches - -- Upgrade to TypeScript 2.4 - -## 3.2.1 -Fri, 21 Jul 2017 01:02:30 GMT - -_Version update only_ - -## 3.2.0 -Fri, 07 Jul 2017 01:02:28 GMT - -### Minor changes - -- Enable StrictNullChecks. - -## 3.1.2 -Mon, 15 May 2017 21:59:43 GMT - -### Patches - -- Remove incremental builds, which cause incorrect behavior when dealing with imports. - -## 3.1.1 -Wed, 19 Apr 2017 20:18:06 GMT - -### Patches - -- Remove ES6 Promise & @types/es6-promise typings - -## 3.1.0 -Tue, 11 Apr 2017 01:33:59 GMT - -### Minor changes - -- Add task config property: warnOnCssInvalidPropertyName to gulp-core-build-sass. if set to false, CSS module compile warning message will changed to verbose message - -## 3.0.0 -Mon, 20 Mar 2017 21:52:20 GMT - -### Breaking changes - -- Updating gulp-sass and related package version dependencies. - -### Minor changes - -- Adding moduleExportName option to sass task, so that we can optionally export to something other than "default". - -## 2.0.8 -Mon, 20 Mar 2017 03:50:55 GMT - -### Patches - -- Reverting previous change, which causes a regression in SPFx yeoman scenario. - -## 2.0.7 -Mon, 20 Mar 2017 00:54:03 GMT - -### Patches - -- Updating gulp-sass and related package version dependencies. - -## 2.0.6 -Wed, 15 Mar 2017 01:32:09 GMT - -### Patches - -- Locking `@types` packages. Synchronizing version specifiers for dependencies with other `web-build-tools` projects. - -## 2.0.5 -Tue, 14 Feb 2017 20:03:00 GMT - -### Patches - -- Updating SASS hash generation for css modules to consider css content in addition to filename. - -## 2.0.4 -Wed, 08 Feb 2017 00:23:01 GMT - -### Patches - -- Fixing the paths generated by GCB-sass to be compatible with Webpack 2.X - -## 2.0.3 -Tue, 31 Jan 2017 20:32:37 GMT - -### Patches - -- Make loadSchema public instead of protected. - -## 2.0.2 -Tue, 31 Jan 2017 01:55:09 GMT - -### Patches - -- Introduce schema for SassTask - -## 2.0.1 -Fri, 13 Jan 2017 06:46:05 GMT - -_Initial release_ - diff --git a/core-build/gulp-core-build-sass/LICENSE b/core-build/gulp-core-build-sass/LICENSE deleted file mode 100644 index d1df86eea40..00000000000 --- a/core-build/gulp-core-build-sass/LICENSE +++ /dev/null @@ -1,24 +0,0 @@ -@microsoft/gulp-core-build-sass - -Copyright (c) Microsoft Corporation. All rights reserved. - -MIT License - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/core-build/gulp-core-build-sass/README.md b/core-build/gulp-core-build-sass/README.md deleted file mode 100644 index cc46e0e83fc..00000000000 --- a/core-build/gulp-core-build-sass/README.md +++ /dev/null @@ -1,49 +0,0 @@ -# @microsoft/gulp-core-build-sass - -`gulp-core-build-sass` is a `gulp-core-build` subtask which processes sass and scss files using SASS, runs them through postcss, and produces commonjs/amd modules which are injected using the `@microsoft/load-themed-styles` package. - -[![npm version](https://badge.fury.io/js/%40microsoft%2Fgulp-core-build-sass.svg)](https://badge.fury.io/js/%40microsoft%2Fgulp-core-build-sass) -[![Build Status](https://travis-ci.org/Microsoft/gulp-core-build-sass.svg?branch=master)](https://travis-ci.org/Microsoft/gulp-core-build-sass) [![Dependencies](https://david-dm.org/Microsoft/gulp-core-build-sass.svg)](https://david-dm.org/Microsoft/gulp-core-build-sass) - -# SassTask - -## Usage -This task invokes `gulp-sass` to compile source SASS files into a CommonJS module which uses `load-themed-styles` to load styles onto the page. If the `libAmdFolder` is specified globally, this task will also output an AMD module. Various templates may be specified. - -## Config -### preamble -An optional parameter for text to include in the generated typescript file. - -**Default:** `'/* tslint:disable */'` - -### postamble -An optional parameter for text to include at the end of the generated typescript file. - -**Default:** `'/* tslint:enable */'` - -### sassMatch -An array of glob patterns for locating SASS files. - -**Default:** `['src/**/*.scss']` - -### useCSSModules -If this option is specified, ALL files will be treated as `module.sass` or `module.scss` and will -automatically generate a corresponding TypeScript file. All classes will be -appended with a hash to help ensure uniqueness on a page. This file can be -imported directly, and will contain an object describing the mangled class names. - -**Default:** `false` - -### dropCssFiles -If this is false, then we do not create `.css` files in the `lib` directory. - -**Default:** `false` - -### warnOnNonCSSModules -If files are matched by sassMatch which do not end in `.module.sass` or `.module.scss`, log a warning. - -**Default:** `false` - -# License - -MIT diff --git a/core-build/gulp-core-build-sass/config/api-extractor.json b/core-build/gulp-core-build-sass/config/api-extractor.json deleted file mode 100644 index dcfa9cfc5b7..00000000000 --- a/core-build/gulp-core-build-sass/config/api-extractor.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", - - "mainEntryPointFilePath": "/lib/index.d.ts", - - "apiReport": { - "enabled": true, - "reportFolder": "../../../common/reviews/api" - }, - - "docModel": { - "enabled": true - }, - - "dtsRollup": { - "enabled": false - } -} diff --git a/core-build/gulp-core-build-sass/config/jest.json b/core-build/gulp-core-build-sass/config/jest.json deleted file mode 100644 index 902b00ea176..00000000000 --- a/core-build/gulp-core-build-sass/config/jest.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "isEnabled": true -} diff --git a/core-build/gulp-core-build-sass/config/rush-project.json b/core-build/gulp-core-build-sass/config/rush-project.json deleted file mode 100644 index 61e414685c1..00000000000 --- a/core-build/gulp-core-build-sass/config/rush-project.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "projectOutputFolderNames": ["lib", "dist"] -} diff --git a/core-build/gulp-core-build-sass/gulpfile.js b/core-build/gulp-core-build-sass/gulpfile.js deleted file mode 100644 index 296eccbf8a6..00000000000 --- a/core-build/gulp-core-build-sass/gulpfile.js +++ /dev/null @@ -1,5 +0,0 @@ -'use strict'; - -let build = require('@microsoft/node-library-build'); - -build.initialize(require('gulp')); diff --git a/core-build/gulp-core-build-sass/package.json b/core-build/gulp-core-build-sass/package.json deleted file mode 100644 index 43a6fb43489..00000000000 --- a/core-build/gulp-core-build-sass/package.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "@microsoft/gulp-core-build-sass", - "version": "4.14.21", - "description": "", - "main": "lib/index.js", - "typings": "lib/index.d.ts", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/microsoft/rushstack/tree/master/core-build/gulp-core-build-sass" - }, - "scripts": { - "build": "gulp test --clean" - }, - "dependencies": { - "@microsoft/gulp-core-build": "workspace:*", - "@microsoft/load-themed-styles": "workspace:*", - "@rushstack/node-core-library": "workspace:*", - "@types/gulp": "4.0.6", - "@types/node": "10.17.13", - "autoprefixer": "~9.8.0", - "clean-css": "4.2.1", - "glob": "~7.0.5", - "sass": "1.32.12", - "postcss": "7.0.32", - "postcss-modules": "~1.5.0" - }, - "devDependencies": { - "@microsoft/node-library-build": "workspace:*", - "@microsoft/rush-stack-compiler-3.9": "workspace:*", - "@rushstack/eslint-config": "workspace:*", - "@types/autoprefixer": "9.7.2", - "@types/clean-css": "4.2.1", - "@types/glob": "7.1.1", - "@types/jest": "25.2.1", - "@types/sass": "1.16.0", - "gulp": "~4.0.2", - "jest": "~25.4.0" - } -} diff --git a/core-build/gulp-core-build-sass/src/CSSModules.ts b/core-build/gulp-core-build-sass/src/CSSModules.ts deleted file mode 100644 index 5d503e8fb79..00000000000 --- a/core-build/gulp-core-build-sass/src/CSSModules.ts +++ /dev/null @@ -1,80 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import * as path from 'path'; - -import * as postcss from 'postcss'; -import * as cssModules from 'postcss-modules'; -import * as crypto from 'crypto'; - -export interface IClassMap { - [className: string]: string; -} - -export interface ICSSModules { - /** - * Return a configured postcss plugin that will map class names to a - * consistently generated scoped name. - */ - getPlugin(): postcss.AcceptedPlugin; - - /** - * Return the CSS class map that is stored after postcss-modules runs. - */ - getClassMap(): IClassMap; -} - -export default class CSSModules implements ICSSModules { - private _classMap: IClassMap; - private _rootPath: string; - private _customizedGenerateScopedName: - | ((name: string, fileName: string, css: string) => string) - | undefined; - - /** - * CSSModules includes the source file's path relative to the project root - * as part of the class name hashing algorithm. - * This should be configured with the setting: - * {@link @microsoft/gulp-core-build#IBuildConfig.rootPath} - * That is used in {@link ./SassTask#SassTask} - * But will default the process' current working dir. - */ - public constructor( - rootPath?: string, - generateScopedName?: (name: string, fileName: string, css: string) => string - ) { - this._classMap = {}; - if (rootPath) { - this._rootPath = rootPath; - } else { - this._rootPath = process.cwd(); - } - this._customizedGenerateScopedName = generateScopedName; - } - - public getPlugin(): postcss.AcceptedPlugin { - return cssModules({ - getJSON: this.saveJson.bind(this), - generateScopedName: this._customizedGenerateScopedName || this.generateScopedName.bind(this) - }); - } - - public getClassMap(): IClassMap { - return this._classMap; - } - - protected saveJson(cssFileName: string, json: IClassMap): void { - this._classMap = json; - } - - protected generateScopedName(name: string, fileName: string, css: string): string { - const fileBaseName: string = path.relative(this._rootPath, fileName); - const safeFileBaseName: string = fileBaseName.replace(/\\/g, '/'); - const hash: string = crypto - .createHmac('sha1', safeFileBaseName) - .update(css) - .digest('hex') - .substring(0, 8); - return `${name}_${hash}`; - } -} diff --git a/core-build/gulp-core-build-sass/src/SassTask.ts b/core-build/gulp-core-build-sass/src/SassTask.ts deleted file mode 100644 index 85dba95555b..00000000000 --- a/core-build/gulp-core-build-sass/src/SassTask.ts +++ /dev/null @@ -1,301 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import * as path from 'path'; -import * as Gulp from 'gulp'; -import { EOL } from 'os'; - -import { GulpTask } from '@microsoft/gulp-core-build'; -import { splitStyles } from '@microsoft/load-themed-styles'; -import { FileSystem, JsonFile, LegacyAdapters, JsonObject } from '@rushstack/node-core-library'; -import * as glob from 'glob'; -import * as sass from 'sass'; -import * as postcss from 'postcss'; -import * as CleanCss from 'clean-css'; -import * as autoprefixer from 'autoprefixer'; -import CSSModules, { ICSSModules, IClassMap } from './CSSModules'; - -export interface ISassTaskConfig { - /** - * An optional parameter for text to include in the generated TypeScript file. - */ - preamble?: string; - - /** - * An optional parameter for text to include at the end of the generated - * TypeScript file. - */ - postamble?: string; - - /** - * An array of glob patterns for locating files. - */ - sassMatch?: string[]; - - /** - * If this option is specified, ALL files will be treated as module.sass or - * module.scss and will automatically generate a corresponding TypeScript - * file. All classes will be appended with a hash to help ensure uniqueness - * on a page. This file can be imported directly, and will contain an object - * describing the mangled class names. - */ - useCSSModules?: boolean; - - /** - * If false, we will set the CSS property naming warning to verbose message - * while the module generates to prevent task exit with exitcode: 1. - * Default value is true. - */ - warnOnCssInvalidPropertyName?: boolean; - - /** - * If true, we will generate CSS in the lib folder. If false, the CSS is - * directly embedded into the TypeScript file. - */ - dropCssFiles?: boolean; - - /** - * If files are matched by sassMatch which do not end in .module.sass or - * .module.scss, log a warning. - */ - warnOnNonCSSModules?: boolean; - - /** - * If this option is specified, module CSS will be exported using the name - * provided. If an empty value is specified, the styles will be exported - * using 'export =', rather than a named export. By default, we use the - * 'default' export name. - */ - moduleExportName?: string; - - /** - * Allows the override of the options passed to clean-css. Options such a - * returnPromise and sourceMap will be ignored. - */ - cleanCssOptions?: CleanCss.Options; - - /** - * Allows the override of the options passed to autoprefixer. - */ - autoprefixerOptions?: autoprefixer.Options; - - /** - * Allows the override of generateScopedName function in CSSModule. - */ - generateScopedName?: (name: string, fileName: string, css: string) => string; -} - -export class SassTask extends GulpTask { - public cleanMatch: string[] = ['src/**/*.sass.ts', 'src/**/*.scss.ts']; - - private get _postCSSPlugins(): postcss.AcceptedPlugin[] { - return [autoprefixer(this.taskConfig.autoprefixerOptions) as postcss.Transformer]; - } - - public constructor() { - super('sass', { - preamble: '/* tslint:disable */', - postamble: '/* tslint:enable */', - sassMatch: ['src/**/*.scss', 'src/**/*.sass'], - useCSSModules: false, - warnOnCssInvalidPropertyName: true, - dropCssFiles: false, - warnOnNonCSSModules: false, - autoprefixerOptions: { overrideBrowserslist: ['> 1%', 'last 2 versions', 'ie >= 10'] } - }); - } - - public loadSchema(): JsonObject { - return JsonFile.load(path.join(__dirname, 'sass.schema.json')); - } - - public executeTask(gulp: typeof Gulp): Promise | undefined { - if (!this.taskConfig.sassMatch) { - return Promise.reject(new Error('taskConfig.sassMatch must be defined')); - } - - return this._globAll(...this.taskConfig.sassMatch) - .then((matches: string[]) => { - return Promise.all(matches.map((match) => this._processFile(match))); - }) - .then(() => { - /* collapse void[] to void */ - }); - } - - private _processFile(filePath: string): Promise { - // Ignore files that start with underscores - if (path.basename(filePath).match(/^\_/)) { - return Promise.resolve(); - } - - const isFileModuleCss: boolean = !!filePath.match(/\.module\.s(a|c)ss/); - const processAsModuleCss: boolean = isFileModuleCss || !!this.taskConfig.useCSSModules; - const cssModules: ICSSModules = new CSSModules( - this.buildConfig.rootPath, - this.taskConfig.generateScopedName - ); - - if (!processAsModuleCss && this.taskConfig.warnOnNonCSSModules) { - const relativeFilePath: string = path.relative(this.buildConfig.rootPath, filePath); - this.logWarning(`${relativeFilePath}: filename should end with module.sass or module.scss`); - } - - let cssOutputPath: string | undefined = undefined; - let cssOutputPathAbsolute: string | undefined = undefined; - if (this.taskConfig.dropCssFiles) { - const srcRelativePath: string = path.relative( - path.join(this.buildConfig.rootPath, this.buildConfig.srcFolder), - filePath - ); - cssOutputPath = path.join(this.buildConfig.libFolder, srcRelativePath); - cssOutputPath = cssOutputPath.replace(/\.s(c|a)ss$/, '.css'); - cssOutputPathAbsolute = path.join(this.buildConfig.rootPath, cssOutputPath); - } - - return LegacyAdapters.convertCallbackToPromise(sass.render, { - file: filePath, - importer: (url: string) => ({ file: this._patchSassUrl(url) }), - sourceMap: this.taskConfig.dropCssFiles, - sourceMapContents: true, - omitSourceMapUrl: true, - outFile: cssOutputPath - }) - .catch((error: sass.SassException) => { - this.fileError(filePath, error.line, error.column, error.name, error.message); - throw new Error(error.message); - }) - .then((result: sass.Result) => { - const options: postcss.ProcessOptions = { - from: filePath - }; - if (result.map && !this.buildConfig.production) { - options.map = { - prev: result.map.toString() // Pass the source map through to postcss - }; - } - - const plugins: postcss.AcceptedPlugin[] = [...this._postCSSPlugins]; - if (processAsModuleCss) { - plugins.push(cssModules.getPlugin()); - } - return postcss(plugins).process(result.css.toString(), options) as PromiseLike; - }) - .then((result: postcss.Result) => { - let cleanCssOptions: CleanCss.Options = { level: 1, returnPromise: true }; - if (this.taskConfig.cleanCssOptions) { - cleanCssOptions = { ...this.taskConfig.cleanCssOptions, returnPromise: true }; - } - cleanCssOptions.sourceMap = !!result.map; - - const cleanCss: CleanCss.MinifierPromise = new CleanCss(cleanCssOptions); - return cleanCss.minify(result.css.toString(), result.map ? result.map.toString() : undefined); - }) - .then((result: CleanCss.Output) => { - if (cssOutputPathAbsolute) { - const generatedFileLines: string[] = [result.styles.toString()]; - if (result.sourceMap && !this.buildConfig.production) { - const encodedSourceMap: string = Buffer.from(result.sourceMap.toString()).toString('base64'); - generatedFileLines.push( - `/*# sourceMappingURL=data:application/json;base64,${encodedSourceMap} */` - ); - } - - FileSystem.writeFile(cssOutputPathAbsolute, generatedFileLines.join(EOL), { - ensureFolderExists: true - }); - } - - const scssTsOutputPath: string = `${filePath}.ts`; - const classMap: IClassMap = cssModules.getClassMap(); - const stylesExportString: string = this._getStylesExportString(classMap); - const content: string | undefined = result.styles; - - let lines: string[] = []; - lines.push(this.taskConfig.preamble || ''); - - if (cssOutputPathAbsolute) { - lines = lines.concat([ - `require(${JSON.stringify(`./${path.basename(cssOutputPathAbsolute)}`)});`, - stylesExportString - ]); - } else if (content) { - lines = lines.concat([ - "import { loadStyles } from '@microsoft/load-themed-styles';", - '', - stylesExportString, - '', - `loadStyles(${JSON.stringify(splitStyles(content))});` - ]); - } - - lines.push(this.taskConfig.postamble || ''); - - const generatedTsFile: string = lines - .join(EOL) - .replace(new RegExp(`(${EOL}){3,}`, 'g'), `${EOL}${EOL}`) - .replace(new RegExp(`(${EOL})+$`, 'm'), EOL); - - FileSystem.writeFile(scssTsOutputPath, generatedTsFile); - }); - } - - private _globAll(...patterns: string[]): Promise { - return Promise.all( - patterns.map((pattern) => - LegacyAdapters.convertCallbackToPromise( - glob, - path.isAbsolute(pattern) ? pattern : path.join(this.buildConfig.rootPath, pattern) - ) - ) - ).then((matchSets: string[][]) => { - const result: { [path: string]: boolean } = {}; - for (const matchSet of matchSets) { - for (const match of matchSet) { - const normalizedMatch: string = path.resolve(match); - result[normalizedMatch] = true; - } - } - - return Object.keys(result); - }); - } - - private _patchSassUrl(url: string): string { - if (url[0] === '~') { - url = 'node_modules/' + url.substr(1); - } else if (url === 'stdin') { - url = ''; - } - - return url; - } - - private _getStylesExportString(classMap: IClassMap): string { - const classKeys: string[] = Object.keys(classMap); - const styleLines: string[] = []; - classKeys.forEach((key: string) => { - const value: string = classMap[key]; - if (key.indexOf('-') !== -1) { - const message: string = `The local CSS class '${key}' is not camelCase and will not be type-safe.`; - if (this.taskConfig.warnOnCssInvalidPropertyName) { - this.logWarning(message); - } else { - this.logVerbose(message); - } - key = `'${key}'`; - } - styleLines.push(` ${key}: '${value}'`); - }); - - let exportString: string = 'export default styles;'; - - if (this.taskConfig.moduleExportName === '') { - exportString = 'export = styles;'; - } else if (this.taskConfig.moduleExportName) { - // exportString = `export const ${this.taskConfig.moduleExportName} = styles;`; - } - - return ['const styles = {', styleLines.join(`,${EOL}`), '};', '', exportString].join(EOL); - } -} diff --git a/core-build/gulp-core-build-sass/src/index.ts b/core-build/gulp-core-build-sass/src/index.ts deleted file mode 100644 index fd764656820..00000000000 --- a/core-build/gulp-core-build-sass/src/index.ts +++ /dev/null @@ -1,11 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import { SassTask } from './SassTask'; - -/** - * @public - */ -export const sass: SassTask = new SassTask(); - -export default sass; diff --git a/core-build/gulp-core-build-sass/src/sass.schema.json b/core-build/gulp-core-build-sass/src/sass.schema.json deleted file mode 100644 index 4755e7ff225..00000000000 --- a/core-build/gulp-core-build-sass/src/sass.schema.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "title": "Sass Task Configuration", - "description": "Defines configuration for the SASS compilation task", - - "type": "object", - "additionalProperties": false, - "properties": { - "$schema": { - "description": "Part of the JSON Schema standard, this optional keyword declares the URL of the schema that the file conforms to. Editors may download the schema and use it to perform syntax highlighting.", - "type": "string" - }, - - "preamble": { - "title": "Preamble Text", - "description": "An optional parameter for text to include in the generated typescript file.", - "type": "string" - }, - - "postamble": { - "title": "Postamble Text", - "description": "An optional parameter for text to include at the end of the generated typescript file.", - "type": "string" - }, - - "sassMatch": { - "title": "Sass File Glob Pattern", - "description": "An array of glob patterns for locating SASS files.", - "type": "array" - }, - - "useCSSModules": { - "title": "Use CSS Modules", - "description": "If this option is specified, files ending with .module.sass or .module.scss extension will automatically generate a corresponding TypeScript file. All classes will be appended with a hash to help ensure uniqueness on a page. This file can be imported directly, and will contain an object describing the mangled class names.", - "type": "boolean" - }, - - "warnOnCssInvalidPropertyName ": { - "title": "Safety delver the CSS module compile warning", - "description": "If false, CSS module compile warning will be change verbose type to avoid build task exit with exitcode:1", - "type": "boolean" - }, - - "moduleExportName": { - "title": "Defines the export name for the styles", - "description": "If this option is specified, module css will be exported using the name provided. If an empty value is specified, the styles will be exported using 'export =', rather than a named export. By default we use the 'default' export name.", - "type": "string", - "pattern": "^[a-zA-Z][a-zA-Z0-9]*$" - }, - - "dropCssFiles": { - "title": "Create CSS Files", - "description": "If true, we will generate a CSS in the lib folder. If false, the CSS is directly embedded into the TypeScript file", - "type": "boolean" - } - } -} diff --git a/core-build/gulp-core-build-sass/src/test/CSSModules.test.ts b/core-build/gulp-core-build-sass/src/test/CSSModules.test.ts deleted file mode 100644 index c380bd010d0..00000000000 --- a/core-build/gulp-core-build-sass/src/test/CSSModules.test.ts +++ /dev/null @@ -1,73 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. -import * as path from 'path'; - -import CSSModules from '../CSSModules'; - -interface IScopedNameArgs { - name: string; - fileName: string; - css: string; -} - -interface ITestCSSModules { - testGenerateScopedName(name: string, fileName: string, css: string): string; -} - -class TestCSSModules extends CSSModules { - public testGenerateScopedName(name: string, fileName: string, css: string): string { - return this.generateScopedName(name, fileName, css); - } -} - -test('will generate different hashes for different content', () => { - const version1: IScopedNameArgs = { - name: 'Button', - fileName: path.join(__dirname, 'Sally', 'src', 'main.sass'), - css: 'color: blue;' - }; - const version2: IScopedNameArgs = { - name: 'Button', - fileName: path.join(__dirname, 'Sally', 'src', 'main.sass'), - css: 'color: pink;' - }; - const cssModules: ITestCSSModules = new TestCSSModules(); - const output1: string = cssModules.testGenerateScopedName(version1.name, version1.fileName, version1.css); - const output2: string = cssModules.testGenerateScopedName(version2.name, version2.fileName, version2.css); - expect(output1).not.toBe(output2); -}); - -test('will generate the same hash in a different root path', () => { - const version1: IScopedNameArgs = { - name: 'Button', - fileName: path.join(__dirname, 'Sally', 'src', 'main.sass'), - css: 'color: blue;' - }; - const version2: IScopedNameArgs = { - name: 'Button', - fileName: path.join(__dirname, 'Suzan', 'workspace', 'src', 'main.sass'), - css: 'color: blue;' - }; - const cssModules: ITestCSSModules = new TestCSSModules(path.join(__dirname, 'Sally')); - const output1: string = cssModules.testGenerateScopedName(version1.name, version1.fileName, version1.css); - const cssModules2: ITestCSSModules = new TestCSSModules(path.join(__dirname, 'Suzan', 'workspace')); - const output2: string = cssModules2.testGenerateScopedName(version2.name, version2.fileName, version2.css); - expect(output1).toBe(output2); -}); - -test('will generate a different hash in a different src path', () => { - const version1: IScopedNameArgs = { - name: 'Button', - fileName: path.join(__dirname, 'Sally', 'src', 'main.sass'), - css: 'color: blue;' - }; - const version2: IScopedNameArgs = { - name: 'Button', - fileName: path.join(__dirname, 'Sally', 'src', 'lib', 'main.sass'), - css: 'color: blue;' - }; - const cssModules: ITestCSSModules = new TestCSSModules(); - const output1: string = cssModules.testGenerateScopedName(version1.name, version1.fileName, version1.css); - const output2: string = cssModules.testGenerateScopedName(version2.name, version2.fileName, version2.css); - expect(output1).not.toBe(output2); -}); diff --git a/core-build/gulp-core-build-sass/tsconfig.json b/core-build/gulp-core-build-sass/tsconfig.json deleted file mode 100644 index edadcec8052..00000000000 --- a/core-build/gulp-core-build-sass/tsconfig.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.9/includes/tsconfig-node.json", - "compilerOptions": { - "types": ["jest"] - } -} diff --git a/core-build/gulp-core-build-serve/.eslintrc.js b/core-build/gulp-core-build-serve/.eslintrc.js deleted file mode 100644 index 4c934799d67..00000000000 --- a/core-build/gulp-core-build-serve/.eslintrc.js +++ /dev/null @@ -1,10 +0,0 @@ -// This is a workaround for https://github.com/eslint/eslint/issues/3458 -require('@rushstack/eslint-config/patch/modern-module-resolution'); - -module.exports = { - extends: [ - '@rushstack/eslint-config/profile/node-trusted-tool', - '@rushstack/eslint-config/mixins/friendly-locals' - ], - parserOptions: { tsconfigRootDir: __dirname } -}; diff --git a/core-build/gulp-core-build-serve/.npmignore b/core-build/gulp-core-build-serve/.npmignore deleted file mode 100644 index 302dbc5b019..00000000000 --- a/core-build/gulp-core-build-serve/.npmignore +++ /dev/null @@ -1,30 +0,0 @@ -# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. - -# Ignore all files by default, to avoid accidentally publishing unintended files. -* - -# Use negative patterns to bring back the specific things we want to publish. -!/bin/** -!/lib/** -!/lib-*/** -!/dist/** -!ThirdPartyNotice.txt - -# Ignore certain patterns that should not get published. -/dist/*.stats.* -/lib/**/test/ -/lib-*/**/test/ -*.test.js - -# NOTE: These don't need to be specified, because NPM includes them automatically. -# -# package.json -# README (and its variants) -# CHANGELOG (and its variants) -# LICENSE / LICENCE - -#-------------------------------------------- -# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE -#-------------------------------------------- - -# (Add your project-specific overrides here) \ No newline at end of file diff --git a/core-build/gulp-core-build-serve/CHANGELOG.json b/core-build/gulp-core-build-serve/CHANGELOG.json deleted file mode 100644 index 7cdc160d94b..00000000000 --- a/core-build/gulp-core-build-serve/CHANGELOG.json +++ /dev/null @@ -1,6333 +0,0 @@ -{ - "name": "@microsoft/gulp-core-build-serve", - "entries": [ - { - "version": "3.9.14", - "tag": "@microsoft/gulp-core-build-serve_v3.9.14", - "date": "Wed, 19 May 2021 00:11:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.17`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.0.25`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.38.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.26`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.47`" - } - ] - } - }, - { - "version": "3.9.13", - "tag": "@microsoft/gulp-core-build-serve_v3.9.13", - "date": "Thu, 13 May 2021 01:52:46 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.0.24`" - } - ] - } - }, - { - "version": "3.9.12", - "tag": "@microsoft/gulp-core-build-serve_v3.9.12", - "date": "Tue, 11 May 2021 22:19:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.0.23`" - } - ] - } - }, - { - "version": "3.9.11", - "tag": "@microsoft/gulp-core-build-serve_v3.9.11", - "date": "Mon, 03 May 2021 15:10:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.16`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.0.22`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.37.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.25`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.46`" - } - ] - } - }, - { - "version": "3.9.10", - "tag": "@microsoft/gulp-core-build-serve_v3.9.10", - "date": "Fri, 30 Apr 2021 00:30:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.0.21`" - } - ] - } - }, - { - "version": "3.9.9", - "tag": "@microsoft/gulp-core-build-serve_v3.9.9", - "date": "Thu, 29 Apr 2021 23:26:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.15`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.0.20`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.24`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.45`" - } - ] - } - }, - { - "version": "3.9.8", - "tag": "@microsoft/gulp-core-build-serve_v3.9.8", - "date": "Thu, 29 Apr 2021 01:07:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.0.19`" - } - ] - } - }, - { - "version": "3.9.7", - "tag": "@microsoft/gulp-core-build-serve_v3.9.7", - "date": "Fri, 23 Apr 2021 22:00:07 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.0.18`" - } - ] - } - }, - { - "version": "3.9.6", - "tag": "@microsoft/gulp-core-build-serve_v3.9.6", - "date": "Fri, 23 Apr 2021 15:11:21 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.0.17`" - } - ] - } - }, - { - "version": "3.9.5", - "tag": "@microsoft/gulp-core-build-serve_v3.9.5", - "date": "Wed, 21 Apr 2021 15:12:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.0.16`" - } - ] - } - }, - { - "version": "3.9.4", - "tag": "@microsoft/gulp-core-build-serve_v3.9.4", - "date": "Tue, 20 Apr 2021 04:59:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.0.15`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.23`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.44`" - } - ] - } - }, - { - "version": "3.9.3", - "tag": "@microsoft/gulp-core-build-serve_v3.9.3", - "date": "Thu, 15 Apr 2021 02:59:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.0.14`" - } - ] - } - }, - { - "version": "3.9.2", - "tag": "@microsoft/gulp-core-build-serve_v3.9.2", - "date": "Mon, 12 Apr 2021 15:10:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.14`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.0.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.22`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.43`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.4`" - } - ] - } - }, - { - "version": "3.9.1", - "tag": "@microsoft/gulp-core-build-serve_v3.9.1", - "date": "Thu, 08 Apr 2021 20:41:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.0.12`" - } - ] - } - }, - { - "version": "3.9.0", - "tag": "@microsoft/gulp-core-build-serve_v3.9.0", - "date": "Thu, 08 Apr 2021 06:05:31 GMT", - "comments": { - "minor": [ - { - "comment": "Fix parameter name typo." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.0.11`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.21`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.42`" - } - ] - } - }, - { - "version": "3.8.60", - "tag": "@microsoft/gulp-core-build-serve_v3.8.60", - "date": "Thu, 08 Apr 2021 00:10:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.0.10`" - } - ] - } - }, - { - "version": "3.8.59", - "tag": "@microsoft/gulp-core-build-serve_v3.8.59", - "date": "Tue, 06 Apr 2021 15:14:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.13`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.0.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.20`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.41`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.3`" - } - ] - } - }, - { - "version": "3.8.58", - "tag": "@microsoft/gulp-core-build-serve_v3.8.58", - "date": "Wed, 31 Mar 2021 15:10:36 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.0.8`" - } - ] - } - }, - { - "version": "3.8.57", - "tag": "@microsoft/gulp-core-build-serve_v3.8.57", - "date": "Mon, 29 Mar 2021 05:02:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.0.7`" - } - ] - } - }, - { - "version": "3.8.56", - "tag": "@microsoft/gulp-core-build-serve_v3.8.56", - "date": "Thu, 25 Mar 2021 04:57:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.0.6`" - } - ] - } - }, - { - "version": "3.8.55", - "tag": "@microsoft/gulp-core-build-serve_v3.8.55", - "date": "Fri, 19 Mar 2021 22:31:38 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.0.5`" - } - ] - } - }, - { - "version": "3.8.54", - "tag": "@microsoft/gulp-core-build-serve_v3.8.54", - "date": "Wed, 17 Mar 2021 05:04:38 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.0.4`" - } - ] - } - }, - { - "version": "3.8.53", - "tag": "@microsoft/gulp-core-build-serve_v3.8.53", - "date": "Fri, 12 Mar 2021 01:13:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.0.3`" - } - ] - } - }, - { - "version": "3.8.52", - "tag": "@microsoft/gulp-core-build-serve_v3.8.52", - "date": "Wed, 10 Mar 2021 06:23:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.0.2`" - } - ] - } - }, - { - "version": "3.8.51", - "tag": "@microsoft/gulp-core-build-serve_v3.8.51", - "date": "Wed, 10 Mar 2021 05:10:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.0.1`" - } - ] - } - }, - { - "version": "3.8.50", - "tag": "@microsoft/gulp-core-build-serve_v3.8.50", - "date": "Tue, 09 Mar 2021 23:31:46 GMT", - "comments": { - "patch": [ - { - "comment": "Update the debug certificate manager to be async." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.0.0`" - } - ] - } - }, - { - "version": "3.8.49", - "tag": "@microsoft/gulp-core-build-serve_v3.8.49", - "date": "Thu, 04 Mar 2021 01:11:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.113`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.19`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.40`" - } - ] - } - }, - { - "version": "3.8.48", - "tag": "@microsoft/gulp-core-build-serve_v3.8.48", - "date": "Tue, 02 Mar 2021 23:25:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.112`" - } - ] - } - }, - { - "version": "3.8.47", - "tag": "@microsoft/gulp-core-build-serve_v3.8.47", - "date": "Fri, 05 Feb 2021 16:10:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.12`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.111`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.18`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.39`" - } - ] - } - }, - { - "version": "3.8.46", - "tag": "@microsoft/gulp-core-build-serve_v3.8.46", - "date": "Fri, 22 Jan 2021 05:39:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.110`" - } - ] - } - }, - { - "version": "3.8.45", - "tag": "@microsoft/gulp-core-build-serve_v3.8.45", - "date": "Thu, 21 Jan 2021 04:19:00 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.109`" - } - ] - } - }, - { - "version": "3.8.44", - "tag": "@microsoft/gulp-core-build-serve_v3.8.44", - "date": "Wed, 13 Jan 2021 01:11:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.108`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.17`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.38`" - } - ] - } - }, - { - "version": "3.8.43", - "tag": "@microsoft/gulp-core-build-serve_v3.8.43", - "date": "Tue, 12 Jan 2021 21:01:00 GMT", - "comments": { - "patch": [ - { - "comment": "Update source glob argument to be non-empty string for Gulp 4 compat" - } - ] - } - }, - { - "version": "3.8.42", - "tag": "@microsoft/gulp-core-build-serve_v3.8.42", - "date": "Fri, 08 Jan 2021 07:28:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.107`" - } - ] - } - }, - { - "version": "3.8.41", - "tag": "@microsoft/gulp-core-build-serve_v3.8.41", - "date": "Wed, 06 Jan 2021 16:10:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.106`" - } - ] - } - }, - { - "version": "3.8.40", - "tag": "@microsoft/gulp-core-build-serve_v3.8.40", - "date": "Mon, 14 Dec 2020 16:12:21 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.105`" - } - ] - } - }, - { - "version": "3.8.39", - "tag": "@microsoft/gulp-core-build-serve_v3.8.39", - "date": "Thu, 10 Dec 2020 23:25:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.11`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.104`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.16`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.37`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.2`" - } - ] - } - }, - { - "version": "3.8.38", - "tag": "@microsoft/gulp-core-build-serve_v3.8.38", - "date": "Sat, 05 Dec 2020 01:11:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.103`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.15`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.36`" - } - ] - } - }, - { - "version": "3.8.37", - "tag": "@microsoft/gulp-core-build-serve_v3.8.37", - "date": "Tue, 01 Dec 2020 01:10:38 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.102`" - } - ] - } - }, - { - "version": "3.8.36", - "tag": "@microsoft/gulp-core-build-serve_v3.8.36", - "date": "Mon, 30 Nov 2020 16:11:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.10`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.101`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.14`" - } - ] - } - }, - { - "version": "3.8.35", - "tag": "@microsoft/gulp-core-build-serve_v3.8.35", - "date": "Wed, 18 Nov 2020 08:19:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.100`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.13`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.35`" - } - ] - } - }, - { - "version": "3.8.34", - "tag": "@microsoft/gulp-core-build-serve_v3.8.34", - "date": "Wed, 18 Nov 2020 06:21:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.99`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.12`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.34`" - } - ] - } - }, - { - "version": "3.8.33", - "tag": "@microsoft/gulp-core-build-serve_v3.8.33", - "date": "Tue, 17 Nov 2020 01:17:38 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.98`" - } - ] - } - }, - { - "version": "3.8.32", - "tag": "@microsoft/gulp-core-build-serve_v3.8.32", - "date": "Mon, 16 Nov 2020 01:57:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.97`" - } - ] - } - }, - { - "version": "3.8.31", - "tag": "@microsoft/gulp-core-build-serve_v3.8.31", - "date": "Fri, 13 Nov 2020 01:11:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.96`" - } - ] - } - }, - { - "version": "3.8.30", - "tag": "@microsoft/gulp-core-build-serve_v3.8.30", - "date": "Thu, 12 Nov 2020 01:11:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.95`" - } - ] - } - }, - { - "version": "3.8.29", - "tag": "@microsoft/gulp-core-build-serve_v3.8.29", - "date": "Wed, 11 Nov 2020 01:08:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.9`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.94`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.11`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.33`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.1`" - } - ] - } - }, - { - "version": "3.8.28", - "tag": "@microsoft/gulp-core-build-serve_v3.8.28", - "date": "Tue, 10 Nov 2020 23:13:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.8`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.93`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.10`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.32`" - } - ] - } - }, - { - "version": "3.8.27", - "tag": "@microsoft/gulp-core-build-serve_v3.8.27", - "date": "Tue, 10 Nov 2020 16:11:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.92`" - } - ] - } - }, - { - "version": "3.8.26", - "tag": "@microsoft/gulp-core-build-serve_v3.8.26", - "date": "Sun, 08 Nov 2020 22:52:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.91`" - } - ] - } - }, - { - "version": "3.8.25", - "tag": "@microsoft/gulp-core-build-serve_v3.8.25", - "date": "Fri, 06 Nov 2020 16:09:30 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.90`" - } - ] - } - }, - { - "version": "3.8.24", - "tag": "@microsoft/gulp-core-build-serve_v3.8.24", - "date": "Tue, 03 Nov 2020 01:11:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.89`" - } - ] - } - }, - { - "version": "3.8.23", - "tag": "@microsoft/gulp-core-build-serve_v3.8.23", - "date": "Mon, 02 Nov 2020 16:12:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.88`" - } - ] - } - }, - { - "version": "3.8.22", - "tag": "@microsoft/gulp-core-build-serve_v3.8.22", - "date": "Fri, 30 Oct 2020 06:38:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.7`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.87`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.9`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.31`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.0`" - } - ] - } - }, - { - "version": "3.8.21", - "tag": "@microsoft/gulp-core-build-serve_v3.8.21", - "date": "Fri, 30 Oct 2020 00:10:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.6`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.86`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.8`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.30`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.3`" - } - ] - } - }, - { - "version": "3.8.20", - "tag": "@microsoft/gulp-core-build-serve_v3.8.20", - "date": "Thu, 29 Oct 2020 06:14:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.85`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.29`" - } - ] - } - }, - { - "version": "3.8.19", - "tag": "@microsoft/gulp-core-build-serve_v3.8.19", - "date": "Thu, 29 Oct 2020 00:11:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.84`" - } - ] - } - }, - { - "version": "3.8.18", - "tag": "@microsoft/gulp-core-build-serve_v3.8.18", - "date": "Wed, 28 Oct 2020 01:18:03 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.5`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.83`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.28`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.2`" - } - ] - } - }, - { - "version": "3.8.17", - "tag": "@microsoft/gulp-core-build-serve_v3.8.17", - "date": "Tue, 27 Oct 2020 15:10:13 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.4`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.82`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.27`" - } - ] - } - }, - { - "version": "3.8.16", - "tag": "@microsoft/gulp-core-build-serve_v3.8.16", - "date": "Sat, 24 Oct 2020 00:11:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.81`" - } - ] - } - }, - { - "version": "3.8.15", - "tag": "@microsoft/gulp-core-build-serve_v3.8.15", - "date": "Wed, 21 Oct 2020 05:09:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.80`" - } - ] - } - }, - { - "version": "3.8.14", - "tag": "@microsoft/gulp-core-build-serve_v3.8.14", - "date": "Wed, 21 Oct 2020 02:28:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.79`" - } - ] - } - }, - { - "version": "3.8.13", - "tag": "@microsoft/gulp-core-build-serve_v3.8.13", - "date": "Fri, 16 Oct 2020 23:32:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.78`" - } - ] - } - }, - { - "version": "3.8.12", - "tag": "@microsoft/gulp-core-build-serve_v3.8.12", - "date": "Thu, 15 Oct 2020 00:59:08 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.77`" - } - ] - } - }, - { - "version": "3.8.11", - "tag": "@microsoft/gulp-core-build-serve_v3.8.11", - "date": "Wed, 14 Oct 2020 23:30:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.76`" - } - ] - } - }, - { - "version": "3.8.10", - "tag": "@microsoft/gulp-core-build-serve_v3.8.10", - "date": "Tue, 13 Oct 2020 15:11:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.75`" - } - ] - } - }, - { - "version": "3.8.9", - "tag": "@microsoft/gulp-core-build-serve_v3.8.9", - "date": "Mon, 12 Oct 2020 15:11:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.74`" - } - ] - } - }, - { - "version": "3.8.8", - "tag": "@microsoft/gulp-core-build-serve_v3.8.8", - "date": "Fri, 09 Oct 2020 15:11:09 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.73`" - } - ] - } - }, - { - "version": "3.8.7", - "tag": "@microsoft/gulp-core-build-serve_v3.8.7", - "date": "Tue, 06 Oct 2020 00:24:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.3`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.72`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.26`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.1`" - } - ] - } - }, - { - "version": "3.8.6", - "tag": "@microsoft/gulp-core-build-serve_v3.8.6", - "date": "Mon, 05 Oct 2020 22:36:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.2`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.71`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.25`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.0`" - } - ] - } - }, - { - "version": "3.8.5", - "tag": "@microsoft/gulp-core-build-serve_v3.8.5", - "date": "Mon, 05 Oct 2020 15:10:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.70`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.24`" - } - ] - } - }, - { - "version": "3.8.4", - "tag": "@microsoft/gulp-core-build-serve_v3.8.4", - "date": "Fri, 02 Oct 2020 00:10:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.69`" - } - ] - } - }, - { - "version": "3.8.3", - "tag": "@microsoft/gulp-core-build-serve_v3.8.3", - "date": "Thu, 01 Oct 2020 20:27:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.68`" - } - ] - } - }, - { - "version": "3.8.2", - "tag": "@microsoft/gulp-core-build-serve_v3.8.2", - "date": "Thu, 01 Oct 2020 18:51:21 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.67`" - } - ] - } - }, - { - "version": "3.8.1", - "tag": "@microsoft/gulp-core-build-serve_v3.8.1", - "date": "Wed, 30 Sep 2020 18:39:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.1`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.66`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.23`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.3`" - } - ] - } - }, - { - "version": "3.8.0", - "tag": "@microsoft/gulp-core-build-serve_v3.8.0", - "date": "Wed, 30 Sep 2020 06:53:53 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade compiler; the API now requires TypeScript 3.9 or newer" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.0`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.65`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.22`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.2`" - } - ] - } - }, - { - "version": "3.7.64", - "tag": "@microsoft/gulp-core-build-serve_v3.7.64", - "date": "Tue, 22 Sep 2020 05:45:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.28`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.6`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.64`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.21`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.52`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.1`" - } - ] - } - }, - { - "version": "3.7.63", - "tag": "@microsoft/gulp-core-build-serve_v3.7.63", - "date": "Tue, 22 Sep 2020 01:45:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.27`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.5`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.63`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.20`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.51`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.0`" - } - ] - } - }, - { - "version": "3.7.62", - "tag": "@microsoft/gulp-core-build-serve_v3.7.62", - "date": "Tue, 22 Sep 2020 00:08:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.26`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.4`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.62`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.19`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.50`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.0.0`" - } - ] - } - }, - { - "version": "3.7.61", - "tag": "@microsoft/gulp-core-build-serve_v3.7.61", - "date": "Sat, 19 Sep 2020 04:37:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.25`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.3`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.61`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.18`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.49`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.2`" - } - ] - } - }, - { - "version": "3.7.60", - "tag": "@microsoft/gulp-core-build-serve_v3.7.60", - "date": "Sat, 19 Sep 2020 03:33:07 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.24`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.2`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.60`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.17`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.48`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.1`" - } - ] - } - }, - { - "version": "3.7.59", - "tag": "@microsoft/gulp-core-build-serve_v3.7.59", - "date": "Fri, 18 Sep 2020 22:57:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.23`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.1`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.59`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.16`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.47`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.0`" - } - ] - } - }, - { - "version": "3.7.58", - "tag": "@microsoft/gulp-core-build-serve_v3.7.58", - "date": "Fri, 18 Sep 2020 21:49:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.22`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.0`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.58`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.15`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.46`" - } - ] - } - }, - { - "version": "3.7.57", - "tag": "@microsoft/gulp-core-build-serve_v3.7.57", - "date": "Wed, 16 Sep 2020 05:30:26 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.57`" - } - ] - } - }, - { - "version": "3.7.56", - "tag": "@microsoft/gulp-core-build-serve_v3.7.56", - "date": "Tue, 15 Sep 2020 01:51:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.56`" - } - ] - } - }, - { - "version": "3.7.55", - "tag": "@microsoft/gulp-core-build-serve_v3.7.55", - "date": "Mon, 14 Sep 2020 15:09:48 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.55`" - } - ] - } - }, - { - "version": "3.7.54", - "tag": "@microsoft/gulp-core-build-serve_v3.7.54", - "date": "Sun, 13 Sep 2020 01:53:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.54`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.14`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.45`" - } - ] - } - }, - { - "version": "3.7.53", - "tag": "@microsoft/gulp-core-build-serve_v3.7.53", - "date": "Fri, 11 Sep 2020 02:13:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.21`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.32.0`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.53`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.13`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.44`" - } - ] - } - }, - { - "version": "3.7.52", - "tag": "@microsoft/gulp-core-build-serve_v3.7.52", - "date": "Wed, 09 Sep 2020 03:29:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.52`" - } - ] - } - }, - { - "version": "3.7.51", - "tag": "@microsoft/gulp-core-build-serve_v3.7.51", - "date": "Wed, 09 Sep 2020 00:38:48 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.51`" - } - ] - } - }, - { - "version": "3.7.50", - "tag": "@microsoft/gulp-core-build-serve_v3.7.50", - "date": "Mon, 07 Sep 2020 07:37:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.20`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.31.0`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.50`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.12`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.43`" - } - ] - } - }, - { - "version": "3.7.49", - "tag": "@microsoft/gulp-core-build-serve_v3.7.49", - "date": "Sat, 05 Sep 2020 18:56:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.49`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.11`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.42`" - } - ] - } - }, - { - "version": "3.7.48", - "tag": "@microsoft/gulp-core-build-serve_v3.7.48", - "date": "Fri, 04 Sep 2020 15:06:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.48`" - } - ] - } - }, - { - "version": "3.7.47", - "tag": "@microsoft/gulp-core-build-serve_v3.7.47", - "date": "Thu, 03 Sep 2020 15:09:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.47`" - } - ] - } - }, - { - "version": "3.7.46", - "tag": "@microsoft/gulp-core-build-serve_v3.7.46", - "date": "Wed, 02 Sep 2020 23:01:13 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.46`" - } - ] - } - }, - { - "version": "3.7.45", - "tag": "@microsoft/gulp-core-build-serve_v3.7.45", - "date": "Wed, 02 Sep 2020 15:10:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.45`" - } - ] - } - }, - { - "version": "3.7.44", - "tag": "@microsoft/gulp-core-build-serve_v3.7.44", - "date": "Thu, 27 Aug 2020 11:27:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.19`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.30.0`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.44`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.10`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.41`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.3.0`" - } - ] - } - }, - { - "version": "3.7.43", - "tag": "@microsoft/gulp-core-build-serve_v3.7.43", - "date": "Tue, 25 Aug 2020 00:10:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.43`" - } - ] - } - }, - { - "version": "3.7.42", - "tag": "@microsoft/gulp-core-build-serve_v3.7.42", - "date": "Mon, 24 Aug 2020 07:35:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.18`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.29.1`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.42`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.9`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.40`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.1`" - } - ] - } - }, - { - "version": "3.7.41", - "tag": "@microsoft/gulp-core-build-serve_v3.7.41", - "date": "Sat, 22 Aug 2020 05:55:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.17`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.29.0`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.41`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.39`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.0`" - } - ] - } - }, - { - "version": "3.7.40", - "tag": "@microsoft/gulp-core-build-serve_v3.7.40", - "date": "Fri, 21 Aug 2020 01:21:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.40`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.38`" - } - ] - } - }, - { - "version": "3.7.39", - "tag": "@microsoft/gulp-core-build-serve_v3.7.39", - "date": "Thu, 20 Aug 2020 18:41:47 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.39`" - } - ] - } - }, - { - "version": "3.7.38", - "tag": "@microsoft/gulp-core-build-serve_v3.7.38", - "date": "Thu, 20 Aug 2020 15:13:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.38`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.37`" - } - ] - } - }, - { - "version": "3.7.37", - "tag": "@microsoft/gulp-core-build-serve_v3.7.37", - "date": "Tue, 18 Aug 2020 23:59:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.16`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.28.0`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.37`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.36`" - } - ] - } - }, - { - "version": "3.7.36", - "tag": "@microsoft/gulp-core-build-serve_v3.7.36", - "date": "Tue, 18 Aug 2020 03:03:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.36`" - } - ] - } - }, - { - "version": "3.7.35", - "tag": "@microsoft/gulp-core-build-serve_v3.7.35", - "date": "Mon, 17 Aug 2020 05:31:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.35`" - } - ] - } - }, - { - "version": "3.7.34", - "tag": "@microsoft/gulp-core-build-serve_v3.7.34", - "date": "Mon, 17 Aug 2020 04:53:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.15`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.27.0`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.34`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.35`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.1.0`" - } - ] - } - }, - { - "version": "3.7.33", - "tag": "@microsoft/gulp-core-build-serve_v3.7.33", - "date": "Thu, 13 Aug 2020 09:26:40 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.33`" - } - ] - } - }, - { - "version": "3.7.32", - "tag": "@microsoft/gulp-core-build-serve_v3.7.32", - "date": "Thu, 13 Aug 2020 04:57:38 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.32`" - } - ] - } - }, - { - "version": "3.7.31", - "tag": "@microsoft/gulp-core-build-serve_v3.7.31", - "date": "Wed, 12 Aug 2020 00:10:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.14`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.26.2`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.31`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.34`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.0.4`" - } - ] - } - }, - { - "version": "3.7.30", - "tag": "@microsoft/gulp-core-build-serve_v3.7.30", - "date": "Wed, 05 Aug 2020 18:27:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.26.1`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `0.2.30`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.33`" - } - ] - } - }, - { - "version": "3.7.29", - "tag": "@microsoft/gulp-core-build-serve_v3.7.29", - "date": "Fri, 03 Jul 2020 15:09:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.11` to `3.16.12`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.4` to `3.25.0`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" from `0.2.28` to `0.2.29`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.8.0` to `0.8.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.31` to `6.4.32`" - } - ] - } - }, - { - "version": "3.7.28", - "tag": "@microsoft/gulp-core-build-serve_v3.7.28", - "date": "Fri, 03 Jul 2020 05:46:41 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" from `0.2.27` to `0.2.28`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.7.2` to `0.8.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.30` to `6.4.31`" - } - ] - } - }, - { - "version": "3.7.27", - "tag": "@microsoft/gulp-core-build-serve_v3.7.27", - "date": "Sat, 27 Jun 2020 00:09:38 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" from `0.2.26` to `0.2.27`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.29` to `6.4.30`" - } - ] - } - }, - { - "version": "3.7.26", - "tag": "@microsoft/gulp-core-build-serve_v3.7.26", - "date": "Fri, 26 Jun 2020 22:16:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" from `0.2.25` to `0.2.26`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.28` to `6.4.29`" - } - ] - } - }, - { - "version": "3.7.25", - "tag": "@microsoft/gulp-core-build-serve_v3.7.25", - "date": "Thu, 25 Jun 2020 06:43:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.10` to `3.16.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.3` to `3.24.4`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" from `0.2.24` to `0.2.25`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.7.1` to `0.7.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.27` to `6.4.28`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.1` to `1.0.2`" - } - ] - } - }, - { - "version": "3.7.24", - "tag": "@microsoft/gulp-core-build-serve_v3.7.24", - "date": "Wed, 24 Jun 2020 09:50:48 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.9` to `3.16.10`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.2` to `3.24.3`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" from `0.2.23` to `0.2.24`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.7.0` to `0.7.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.26` to `6.4.27`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.0` to `1.0.1`" - } - ] - } - }, - { - "version": "3.7.23", - "tag": "@microsoft/gulp-core-build-serve_v3.7.23", - "date": "Wed, 24 Jun 2020 09:04:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.8` to `3.16.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.1` to `3.24.2`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" from `0.2.22` to `0.2.23`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.6.1` to `0.7.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.25` to `6.4.26`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.8` to `1.0.0`" - } - ] - } - }, - { - "version": "3.7.22", - "tag": "@microsoft/gulp-core-build-serve_v3.7.22", - "date": "Mon, 15 Jun 2020 22:17:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" from `0.2.21` to `0.2.22`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.6.0` to `0.6.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.24` to `6.4.25`" - } - ] - } - }, - { - "version": "3.7.21", - "tag": "@microsoft/gulp-core-build-serve_v3.7.21", - "date": "Fri, 12 Jun 2020 09:19:21 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" from `0.2.20` to `0.2.21`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.5.3` to `0.6.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.23` to `6.4.24`" - } - ] - } - }, - { - "version": "3.7.20", - "tag": "@microsoft/gulp-core-build-serve_v3.7.20", - "date": "Wed, 10 Jun 2020 20:48:30 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.7` to `3.16.8`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.0` to `3.24.1`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" from `0.2.19` to `0.2.20`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.5.2` to `0.5.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.22` to `6.4.23`" - } - ] - } - }, - { - "version": "3.7.19", - "tag": "@microsoft/gulp-core-build-serve_v3.7.19", - "date": "Mon, 01 Jun 2020 08:34:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" from `0.2.18` to `0.2.19`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.5.1` to `0.5.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.21` to `6.4.22`" - } - ] - } - }, - { - "version": "3.7.18", - "tag": "@microsoft/gulp-core-build-serve_v3.7.18", - "date": "Sat, 30 May 2020 02:59:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.6` to `3.16.7`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.23.1` to `3.24.0`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" from `0.2.17` to `0.2.18`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.5.0` to `0.5.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.20` to `6.4.21`" - } - ] - } - }, - { - "version": "3.7.17", - "tag": "@microsoft/gulp-core-build-serve_v3.7.17", - "date": "Thu, 28 May 2020 05:59:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.5` to `3.16.6`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.23.0` to `3.23.1`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" from `0.2.16` to `0.2.17`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.17` to `0.5.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.19` to `6.4.20`" - } - ] - } - }, - { - "version": "3.7.16", - "tag": "@microsoft/gulp-core-build-serve_v3.7.16", - "date": "Wed, 27 May 2020 05:15:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.4` to `3.16.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.22.1` to `3.23.0`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" from `0.2.15` to `0.2.16`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.16` to `0.4.17`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.18` to `6.4.19`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.7` to `0.5.8`" - } - ] - } - }, - { - "version": "3.7.15", - "tag": "@microsoft/gulp-core-build-serve_v3.7.15", - "date": "Tue, 26 May 2020 23:00:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.3` to `3.16.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.22.0` to `3.22.1`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" from `0.2.14` to `0.2.15`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.15` to `0.4.16`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.17` to `6.4.18`" - } - ] - } - }, - { - "version": "3.7.14", - "tag": "@microsoft/gulp-core-build-serve_v3.7.14", - "date": "Fri, 22 May 2020 15:08:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.2` to `3.16.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.21.0` to `3.22.0`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" from `0.2.13` to `0.2.14`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.14` to `0.4.15`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.16` to `6.4.17`" - } - ] - } - }, - { - "version": "3.7.13", - "tag": "@microsoft/gulp-core-build-serve_v3.7.13", - "date": "Thu, 21 May 2020 23:09:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.1` to `3.16.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.20.0` to `3.21.0`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" from `0.2.12` to `0.2.13`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.13` to `0.4.14`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.15` to `6.4.16`" - } - ] - } - }, - { - "version": "3.7.12", - "tag": "@microsoft/gulp-core-build-serve_v3.7.12", - "date": "Thu, 21 May 2020 15:41:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.0` to `3.16.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.7` to `3.20.0`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" from `0.2.11` to `0.2.12`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.12` to `0.4.13`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.14` to `6.4.15`" - } - ] - } - }, - { - "version": "3.7.11", - "tag": "@microsoft/gulp-core-build-serve_v3.7.11", - "date": "Tue, 19 May 2020 15:08:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" from `0.2.10` to `0.2.11`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.11` to `0.4.12`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.13` to `6.4.14`" - } - ] - } - }, - { - "version": "3.7.10", - "tag": "@microsoft/gulp-core-build-serve_v3.7.10", - "date": "Fri, 15 May 2020 08:10:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" from `0.2.9` to `0.2.10`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.10` to `0.4.11`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.12` to `6.4.13`" - } - ] - } - }, - { - "version": "3.7.9", - "tag": "@microsoft/gulp-core-build-serve_v3.7.9", - "date": "Wed, 06 May 2020 08:23:45 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" from `0.2.8` to `0.2.9`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.9` to `0.4.10`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.11` to `6.4.12`" - } - ] - } - }, - { - "version": "3.7.8", - "tag": "@microsoft/gulp-core-build-serve_v3.7.8", - "date": "Sat, 02 May 2020 00:08:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.5` to `3.16.0`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" from `0.2.7` to `0.2.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.10` to `6.4.11`" - } - ] - } - }, - { - "version": "3.7.7", - "tag": "@microsoft/gulp-core-build-serve_v3.7.7", - "date": "Wed, 08 Apr 2020 04:07:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.4` to `3.15.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.6` to `3.19.7`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" from `0.2.6` to `0.2.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.8` to `0.4.9`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.9` to `6.4.10`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.6` to `0.5.7`" - } - ] - } - }, - { - "version": "3.7.6", - "tag": "@microsoft/gulp-core-build-serve_v3.7.6", - "date": "Fri, 03 Apr 2020 15:10:15 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" from `0.2.5` to `0.2.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.7` to `0.4.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.8` to `6.4.9`" - } - ] - } - }, - { - "version": "3.7.5", - "tag": "@microsoft/gulp-core-build-serve_v3.7.5", - "date": "Sun, 29 Mar 2020 00:04:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" from `0.2.4` to `0.2.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.6` to `0.4.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.7` to `6.4.8`" - } - ] - } - }, - { - "version": "3.7.4", - "tag": "@microsoft/gulp-core-build-serve_v3.7.4", - "date": "Sat, 28 Mar 2020 00:37:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.3` to `3.15.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.5` to `3.19.6`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" from `0.2.3` to `0.2.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.5` to `0.4.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.6` to `6.4.7`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.5` to `0.5.6`" - } - ] - } - }, - { - "version": "3.7.3", - "tag": "@microsoft/gulp-core-build-serve_v3.7.3", - "date": "Wed, 18 Mar 2020 15:07:47 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.2` to `3.15.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.4` to `3.19.5`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" from `0.2.2` to `0.2.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.4` to `0.4.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.5` to `6.4.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.4` to `0.5.5`" - } - ] - } - }, - { - "version": "3.7.2", - "tag": "@microsoft/gulp-core-build-serve_v3.7.2", - "date": "Tue, 17 Mar 2020 23:55:58 GMT", - "comments": { - "patch": [ - { - "comment": "Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack`" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.1` to `3.15.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.3` to `3.19.4`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" from `0.2.1` to `0.2.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.3` to `0.4.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.4` to `6.4.5`" - } - ] - } - }, - { - "version": "3.7.1", - "tag": "@microsoft/gulp-core-build-serve_v3.7.1", - "date": "Tue, 28 Jan 2020 02:23:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.0` to `3.15.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.2` to `3.19.3`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" from `0.2.0` to `0.2.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.2` to `0.4.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.3` to `6.4.4`" - } - ] - } - }, - { - "version": "3.7.0", - "tag": "@microsoft/gulp-core-build-serve_v3.7.0", - "date": "Fri, 24 Jan 2020 00:27:39 GMT", - "comments": { - "minor": [ - { - "comment": "Extract debug certificate logic into separate package." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.14.2` to `3.15.0`" - }, - { - "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" from `0.1.0` to `0.2.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.2` to `6.4.3`" - } - ] - } - }, - { - "version": "3.6.2", - "tag": "@microsoft/gulp-core-build-serve_v3.6.2", - "date": "Thu, 23 Jan 2020 01:07:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.14.1` to `3.14.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.1` to `3.19.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.1` to `0.4.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.1` to `6.4.2`" - } - ] - } - }, - { - "version": "3.6.1", - "tag": "@microsoft/gulp-core-build-serve_v3.6.1", - "date": "Tue, 21 Jan 2020 21:56:13 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.14.0` to `3.14.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.0` to `3.19.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.0` to `0.4.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.0` to `6.4.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.3` to `0.5.4`" - } - ] - } - }, - { - "version": "3.6.0", - "tag": "@microsoft/gulp-core-build-serve_v3.6.0", - "date": "Sun, 19 Jan 2020 02:26:52 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade Node typings to Node 10" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.13.4` to `3.14.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.3` to `3.19.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.3.15` to `0.4.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.16` to `6.4.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.2` to `0.5.3`" - } - ] - } - }, - { - "version": "3.5.23", - "tag": "@microsoft/gulp-core-build-serve_v3.5.23", - "date": "Fri, 17 Jan 2020 01:08:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.13.3` to `3.13.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.2` to `3.18.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.3.14` to `0.3.15`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.15` to `6.3.16`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.1` to `0.5.2`" - } - ] - } - }, - { - "version": "3.5.22", - "tag": "@microsoft/gulp-core-build-serve_v3.5.22", - "date": "Tue, 14 Jan 2020 01:34:15 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.3.13` to `0.3.14`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.14` to `6.3.15`" - } - ] - } - }, - { - "version": "3.5.21", - "tag": "@microsoft/gulp-core-build-serve_v3.5.21", - "date": "Sat, 11 Jan 2020 05:18:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.13.2` to `3.13.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.13` to `6.3.14`" - } - ] - } - }, - { - "version": "3.5.20", - "tag": "@microsoft/gulp-core-build-serve_v3.5.20", - "date": "Thu, 09 Jan 2020 06:44:13 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.13.1` to `3.13.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.1` to `3.18.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.3.12` to `0.3.13`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.12` to `6.3.13`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.0` to `0.5.1`" - } - ] - } - }, - { - "version": "3.5.19", - "tag": "@microsoft/gulp-core-build-serve_v3.5.19", - "date": "Wed, 08 Jan 2020 00:11:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.13.0` to `3.13.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.0` to `3.18.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.3.11` to `0.3.12`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.11` to `6.3.12`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.2` to `0.5.0`" - } - ] - } - }, - { - "version": "3.5.18", - "tag": "@microsoft/gulp-core-build-serve_v3.5.18", - "date": "Wed, 04 Dec 2019 23:17:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.5` to `3.13.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.10` to `6.3.11`" - } - ] - } - }, - { - "version": "3.5.17", - "tag": "@microsoft/gulp-core-build-serve_v3.5.17", - "date": "Tue, 03 Dec 2019 03:17:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.9` to `0.3.10`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.9` to `6.3.10`" - } - ] - } - }, - { - "version": "3.5.16", - "tag": "@microsoft/gulp-core-build-serve_v3.5.16", - "date": "Sun, 24 Nov 2019 00:54:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.8` to `0.3.9`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.8` to `6.3.9`" - } - ] - } - }, - { - "version": "3.5.15", - "tag": "@microsoft/gulp-core-build-serve_v3.5.15", - "date": "Wed, 20 Nov 2019 06:14:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.7` to `0.3.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.7` to `6.3.8`" - } - ] - } - }, - { - "version": "3.5.14", - "tag": "@microsoft/gulp-core-build-serve_v3.5.14", - "date": "Fri, 15 Nov 2019 04:50:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.4` to `3.12.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.17.1` to `3.18.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.6` to `0.3.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.6` to `6.3.7`" - } - ] - } - }, - { - "version": "3.5.13", - "tag": "@microsoft/gulp-core-build-serve_v3.5.13", - "date": "Mon, 11 Nov 2019 16:07:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.3` to `3.12.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.17.0` to `3.17.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.5` to `0.3.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.5` to `6.3.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.1` to `0.4.2`" - } - ] - } - }, - { - "version": "3.5.12", - "tag": "@microsoft/gulp-core-build-serve_v3.5.12", - "date": "Wed, 06 Nov 2019 22:44:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.4` to `0.3.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.4` to `6.3.5`" - } - ] - } - }, - { - "version": "3.5.11", - "tag": "@microsoft/gulp-core-build-serve_v3.5.11", - "date": "Tue, 05 Nov 2019 06:49:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.2` to `3.12.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.16.0` to `3.17.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.3` to `0.3.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.3` to `6.3.4`" - } - ] - } - }, - { - "version": "3.5.10", - "tag": "@microsoft/gulp-core-build-serve_v3.5.10", - "date": "Tue, 05 Nov 2019 01:08:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.2` to `0.3.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.2` to `6.3.3`" - } - ] - } - }, - { - "version": "3.5.9", - "tag": "@microsoft/gulp-core-build-serve_v3.5.9", - "date": "Fri, 25 Oct 2019 15:08:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.1` to `0.3.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.1` to `6.3.2`" - } - ] - } - }, - { - "version": "3.5.8", - "tag": "@microsoft/gulp-core-build-serve_v3.5.8", - "date": "Tue, 22 Oct 2019 06:24:44 GMT", - "comments": { - "patch": [ - { - "comment": "Refactor some code as part of migration from TSLint to ESLint" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.1` to `3.12.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.15.1` to `3.16.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.0` to `0.3.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.0` to `6.3.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.0` to `0.4.1`" - } - ] - } - }, - { - "version": "3.5.7", - "tag": "@microsoft/gulp-core-build-serve_v3.5.7", - "date": "Mon, 21 Oct 2019 05:22:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.6` to `0.3.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.2.6` to `6.3.0`" - } - ] - } - }, - { - "version": "3.5.6", - "tag": "@microsoft/gulp-core-build-serve_v3.5.6", - "date": "Fri, 18 Oct 2019 15:15:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.5` to `0.2.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.2.5` to `6.2.6`" - } - ] - } - }, - { - "version": "3.5.5", - "tag": "@microsoft/gulp-core-build-serve_v3.5.5", - "date": "Sun, 06 Oct 2019 00:27:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.4` to `0.2.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.2.4` to `6.2.5`" - } - ] - } - }, - { - "version": "3.5.4", - "tag": "@microsoft/gulp-core-build-serve_v3.5.4", - "date": "Fri, 04 Oct 2019 00:15:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.3` to `0.2.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.2.3` to `6.2.4`" - } - ] - } - }, - { - "version": "3.5.3", - "tag": "@microsoft/gulp-core-build-serve_v3.5.3", - "date": "Sun, 29 Sep 2019 23:56:29 GMT", - "comments": { - "patch": [ - { - "comment": "Update repository URL" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.0` to `3.12.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.15.0` to `3.15.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.2` to `0.2.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.2.2` to `6.2.3`" - } - ] - } - }, - { - "version": "3.5.2", - "tag": "@microsoft/gulp-core-build-serve_v3.5.2", - "date": "Wed, 25 Sep 2019 15:15:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.1` to `0.2.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.2.1` to `6.2.2`" - } - ] - } - }, - { - "version": "3.5.1", - "tag": "@microsoft/gulp-core-build-serve_v3.5.1", - "date": "Tue, 24 Sep 2019 02:58:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.0` to `0.2.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.2.0` to `6.2.1`" - } - ] - } - }, - { - "version": "3.5.0", - "tag": "@microsoft/gulp-core-build-serve_v3.5.0", - "date": "Mon, 23 Sep 2019 15:14:55 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade @types/node dependency" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.11.3` to `3.12.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.2` to `3.15.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.24` to `0.2.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.11` to `6.2.0`" - } - ] - } - }, - { - "version": "3.4.11", - "tag": "@microsoft/gulp-core-build-serve_v3.4.11", - "date": "Fri, 20 Sep 2019 21:27:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.23` to `0.1.24`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.10` to `6.1.11`" - } - ] - } - }, - { - "version": "3.4.10", - "tag": "@microsoft/gulp-core-build-serve_v3.4.10", - "date": "Wed, 11 Sep 2019 19:56:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.22` to `0.1.23`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.9` to `6.1.10`" - } - ] - } - }, - { - "version": "3.4.9", - "tag": "@microsoft/gulp-core-build-serve_v3.4.9", - "date": "Tue, 10 Sep 2019 22:32:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.11.2` to `3.11.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.1` to `3.14.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.21` to `0.1.22`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.8` to `6.1.9`" - } - ] - } - }, - { - "version": "3.4.8", - "tag": "@microsoft/gulp-core-build-serve_v3.4.8", - "date": "Tue, 10 Sep 2019 20:38:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.20` to `0.1.21`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.7` to `6.1.8`" - } - ] - } - }, - { - "version": "3.4.7", - "tag": "@microsoft/gulp-core-build-serve_v3.4.7", - "date": "Wed, 04 Sep 2019 18:28:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.11.1` to `3.11.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.0` to `3.14.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.19` to `0.1.20`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.6` to `6.1.7`" - } - ] - } - }, - { - "version": "3.4.6", - "tag": "@microsoft/gulp-core-build-serve_v3.4.6", - "date": "Wed, 04 Sep 2019 15:15:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.18` to `0.1.19`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.5` to `6.1.6`" - } - ] - } - }, - { - "version": "3.4.5", - "tag": "@microsoft/gulp-core-build-serve_v3.4.5", - "date": "Fri, 30 Aug 2019 00:14:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.17` to `0.1.18`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.4` to `6.1.5`" - } - ] - } - }, - { - "version": "3.4.4", - "tag": "@microsoft/gulp-core-build-serve_v3.4.4", - "date": "Mon, 12 Aug 2019 15:15:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.16` to `0.1.17`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.3` to `6.1.4`" - } - ] - } - }, - { - "version": "3.4.3", - "tag": "@microsoft/gulp-core-build-serve_v3.4.3", - "date": "Thu, 08 Aug 2019 15:14:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.11.0` to `3.11.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.13.0` to `3.14.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.15` to `0.1.16`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.2` to `6.1.3`" - } - ] - } - }, - { - "version": "3.4.2", - "tag": "@microsoft/gulp-core-build-serve_v3.4.2", - "date": "Thu, 08 Aug 2019 00:49:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.14` to `0.1.15`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.1` to `6.1.2`" - } - ] - } - }, - { - "version": "3.4.1", - "tag": "@microsoft/gulp-core-build-serve_v3.4.1", - "date": "Mon, 05 Aug 2019 22:04:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.10.0` to `3.11.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.13` to `0.1.14`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.0` to `6.1.1`" - } - ] - } - }, - { - "version": "3.4.0", - "tag": "@microsoft/gulp-core-build-serve_v3.4.0", - "date": "Tue, 23 Jul 2019 19:14:38 GMT", - "comments": { - "minor": [ - { - "comment": "Update gulp to 4.0.2" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.26` to `3.10.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.74` to `6.1.0`" - } - ] - } - }, - { - "version": "3.3.48", - "tag": "@microsoft/gulp-core-build-serve_v3.3.48", - "date": "Tue, 23 Jul 2019 01:13:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.12` to `0.1.13`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.73` to `6.0.74`" - } - ] - } - }, - { - "version": "3.3.47", - "tag": "@microsoft/gulp-core-build-serve_v3.3.47", - "date": "Mon, 22 Jul 2019 19:13:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.11` to `0.1.12`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.72` to `6.0.73`" - } - ] - } - }, - { - "version": "3.3.46", - "tag": "@microsoft/gulp-core-build-serve_v3.3.46", - "date": "Fri, 12 Jul 2019 19:12:46 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.23` to `0.3.24`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.71` to `6.0.72`" - } - ] - } - }, - { - "version": "3.3.45", - "tag": "@microsoft/gulp-core-build-serve_v3.3.45", - "date": "Thu, 11 Jul 2019 19:13:08 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.22` to `0.3.23`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.70` to `6.0.71`" - } - ] - } - }, - { - "version": "3.3.44", - "tag": "@microsoft/gulp-core-build-serve_v3.3.44", - "date": "Tue, 09 Jul 2019 19:13:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.21` to `0.3.22`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.69` to `6.0.70`" - } - ] - } - }, - { - "version": "3.3.43", - "tag": "@microsoft/gulp-core-build-serve_v3.3.43", - "date": "Mon, 08 Jul 2019 19:12:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.20` to `0.3.21`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.68` to `6.0.69`" - } - ] - } - }, - { - "version": "3.3.42", - "tag": "@microsoft/gulp-core-build-serve_v3.3.42", - "date": "Sat, 29 Jun 2019 02:30:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.19` to `0.3.20`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.67` to `6.0.68`" - } - ] - } - }, - { - "version": "3.3.41", - "tag": "@microsoft/gulp-core-build-serve_v3.3.41", - "date": "Wed, 12 Jun 2019 19:12:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.18` to `0.3.19`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.66` to `6.0.67`" - } - ] - } - }, - { - "version": "3.3.40", - "tag": "@microsoft/gulp-core-build-serve_v3.3.40", - "date": "Tue, 11 Jun 2019 00:48:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.17` to `0.3.18`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.65` to `6.0.66`" - } - ] - } - }, - { - "version": "3.3.39", - "tag": "@microsoft/gulp-core-build-serve_v3.3.39", - "date": "Thu, 06 Jun 2019 22:33:36 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.16` to `0.3.17`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.64` to `6.0.65`" - } - ] - } - }, - { - "version": "3.3.38", - "tag": "@microsoft/gulp-core-build-serve_v3.3.38", - "date": "Wed, 05 Jun 2019 19:12:34 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.15` to `0.3.16`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.63` to `6.0.64`" - } - ] - } - }, - { - "version": "3.3.37", - "tag": "@microsoft/gulp-core-build-serve_v3.3.37", - "date": "Tue, 04 Jun 2019 05:51:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.14` to `0.3.15`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.62` to `6.0.63`" - } - ] - } - }, - { - "version": "3.3.36", - "tag": "@microsoft/gulp-core-build-serve_v3.3.36", - "date": "Mon, 27 May 2019 04:13:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.13` to `0.3.14`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.61` to `6.0.62`" - } - ] - } - }, - { - "version": "3.3.35", - "tag": "@microsoft/gulp-core-build-serve_v3.3.35", - "date": "Mon, 13 May 2019 02:08:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.12` to `0.3.13`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.60` to `6.0.61`" - } - ] - } - }, - { - "version": "3.3.34", - "tag": "@microsoft/gulp-core-build-serve_v3.3.34", - "date": "Mon, 06 May 2019 20:46:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.11` to `0.3.12`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.59` to `6.0.60`" - } - ] - } - }, - { - "version": "3.3.33", - "tag": "@microsoft/gulp-core-build-serve_v3.3.33", - "date": "Mon, 06 May 2019 19:34:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.10` to `0.3.11`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.58` to `6.0.59`" - } - ] - } - }, - { - "version": "3.3.32", - "tag": "@microsoft/gulp-core-build-serve_v3.3.32", - "date": "Mon, 06 May 2019 19:11:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.9` to `0.3.10`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.57` to `6.0.58`" - } - ] - } - }, - { - "version": "3.3.31", - "tag": "@microsoft/gulp-core-build-serve_v3.3.31", - "date": "Tue, 30 Apr 2019 23:08:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.8` to `0.3.9`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.56` to `6.0.57`" - } - ] - } - }, - { - "version": "3.3.30", - "tag": "@microsoft/gulp-core-build-serve_v3.3.30", - "date": "Tue, 16 Apr 2019 11:01:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.7` to `0.3.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.55` to `6.0.56`" - } - ] - } - }, - { - "version": "3.3.29", - "tag": "@microsoft/gulp-core-build-serve_v3.3.29", - "date": "Fri, 12 Apr 2019 06:13:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.6` to `0.3.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.54` to `6.0.55`" - } - ] - } - }, - { - "version": "3.3.28", - "tag": "@microsoft/gulp-core-build-serve_v3.3.28", - "date": "Thu, 11 Apr 2019 07:14:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.5` to `0.3.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.53` to `6.0.54`" - } - ] - } - }, - { - "version": "3.3.27", - "tag": "@microsoft/gulp-core-build-serve_v3.3.27", - "date": "Tue, 09 Apr 2019 05:31:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.4` to `0.3.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.52` to `6.0.53`" - } - ] - } - }, - { - "version": "3.3.26", - "tag": "@microsoft/gulp-core-build-serve_v3.3.26", - "date": "Mon, 08 Apr 2019 19:12:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.3` to `0.3.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.51` to `6.0.52`" - } - ] - } - }, - { - "version": "3.3.25", - "tag": "@microsoft/gulp-core-build-serve_v3.3.25", - "date": "Sat, 06 Apr 2019 02:05:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.2` to `0.3.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.50` to `6.0.51`" - } - ] - } - }, - { - "version": "3.3.24", - "tag": "@microsoft/gulp-core-build-serve_v3.3.24", - "date": "Fri, 05 Apr 2019 04:16:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.1` to `0.3.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.49` to `6.0.50`" - } - ] - } - }, - { - "version": "3.3.23", - "tag": "@microsoft/gulp-core-build-serve_v3.3.23", - "date": "Wed, 03 Apr 2019 02:58:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.25` to `3.9.26`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.0` to `0.3.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.48` to `6.0.49`" - } - ] - } - }, - { - "version": "3.3.22", - "tag": "@microsoft/gulp-core-build-serve_v3.3.22", - "date": "Tue, 02 Apr 2019 01:12:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.24` to `3.9.25`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.20` to `0.3.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.47` to `6.0.48`" - } - ] - } - }, - { - "version": "3.3.21", - "tag": "@microsoft/gulp-core-build-serve_v3.3.21", - "date": "Sat, 30 Mar 2019 22:27:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.23` to `3.9.24`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.19` to `0.2.20`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.46` to `6.0.47`" - } - ] - } - }, - { - "version": "3.3.20", - "tag": "@microsoft/gulp-core-build-serve_v3.3.20", - "date": "Thu, 28 Mar 2019 19:14:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.22` to `3.9.23`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.18` to `0.2.19`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.45` to `6.0.46`" - } - ] - } - }, - { - "version": "3.3.19", - "tag": "@microsoft/gulp-core-build-serve_v3.3.19", - "date": "Tue, 26 Mar 2019 20:54:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.21` to `3.9.22`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.17` to `0.2.18`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.44` to `6.0.45`" - } - ] - } - }, - { - "version": "3.3.18", - "tag": "@microsoft/gulp-core-build-serve_v3.3.18", - "date": "Sat, 23 Mar 2019 03:48:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.20` to `3.9.21`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.16` to `0.2.17`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.43` to `6.0.44`" - } - ] - } - }, - { - "version": "3.3.17", - "tag": "@microsoft/gulp-core-build-serve_v3.3.17", - "date": "Thu, 21 Mar 2019 04:59:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.19` to `3.9.20`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.15` to `0.2.16`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.42` to `6.0.43`" - } - ] - } - }, - { - "version": "3.3.16", - "tag": "@microsoft/gulp-core-build-serve_v3.3.16", - "date": "Thu, 21 Mar 2019 01:15:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.18` to `3.9.19`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.14` to `0.2.15`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.41` to `6.0.42`" - } - ] - } - }, - { - "version": "3.3.15", - "tag": "@microsoft/gulp-core-build-serve_v3.3.15", - "date": "Wed, 20 Mar 2019 19:14:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.17` to `3.9.18`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.12.1` to `3.13.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.13` to `0.2.14`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.40` to `6.0.41`" - } - ] - } - }, - { - "version": "3.3.14", - "tag": "@microsoft/gulp-core-build-serve_v3.3.14", - "date": "Mon, 18 Mar 2019 04:28:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.16` to `3.9.17`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.12.0` to `3.12.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.12` to `0.2.13`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.39` to `6.0.40`" - } - ] - } - }, - { - "version": "3.3.13", - "tag": "@microsoft/gulp-core-build-serve_v3.3.13", - "date": "Fri, 15 Mar 2019 19:13:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.15` to `3.9.16`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.11` to `0.2.12`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.38` to `6.0.39`" - } - ] - } - }, - { - "version": "3.3.12", - "tag": "@microsoft/gulp-core-build-serve_v3.3.12", - "date": "Wed, 13 Mar 2019 19:13:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.14` to `3.9.15`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.10` to `0.2.11`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.37` to `6.0.38`" - } - ] - } - }, - { - "version": "3.3.11", - "tag": "@microsoft/gulp-core-build-serve_v3.3.11", - "date": "Wed, 13 Mar 2019 01:14:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.13` to `3.9.14`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.9` to `0.2.10`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.36` to `6.0.37`" - } - ] - } - }, - { - "version": "3.3.10", - "tag": "@microsoft/gulp-core-build-serve_v3.3.10", - "date": "Mon, 11 Mar 2019 16:13:36 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.12` to `3.9.13`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.8` to `0.2.9`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.35` to `6.0.36`" - } - ] - } - }, - { - "version": "3.3.9", - "tag": "@microsoft/gulp-core-build-serve_v3.3.9", - "date": "Tue, 05 Mar 2019 17:13:11 GMT", - "comments": { - "patch": [ - { - "comment": "Fix UntrustCertTask imports" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.11` to `3.9.12`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.7` to `0.2.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.34` to `6.0.35`" - } - ] - } - }, - { - "version": "3.3.8", - "tag": "@microsoft/gulp-core-build-serve_v3.3.8", - "date": "Mon, 04 Mar 2019 17:13:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.10` to `3.9.11`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.6` to `0.2.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.33` to `6.0.34`" - } - ] - } - }, - { - "version": "3.3.7", - "tag": "@microsoft/gulp-core-build-serve_v3.3.7", - "date": "Wed, 27 Feb 2019 22:13:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.9` to `3.9.10`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.11.1` to `3.12.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.5` to `0.2.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.32` to `6.0.33`" - } - ] - } - }, - { - "version": "3.3.6", - "tag": "@microsoft/gulp-core-build-serve_v3.3.6", - "date": "Wed, 27 Feb 2019 17:13:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.8` to `3.9.9`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.11.0` to `3.11.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.4` to `0.2.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.31` to `6.0.32`" - } - ] - } - }, - { - "version": "3.3.5", - "tag": "@microsoft/gulp-core-build-serve_v3.3.5", - "date": "Mon, 18 Feb 2019 17:13:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.7` to `3.9.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.10.0` to `3.11.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.3` to `0.2.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.30` to `6.0.31`" - } - ] - } - }, - { - "version": "3.3.4", - "tag": "@microsoft/gulp-core-build-serve_v3.3.4", - "date": "Tue, 12 Feb 2019 17:13:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.6` to `3.9.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.2` to `0.2.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.29` to `6.0.30`" - } - ] - } - }, - { - "version": "3.3.3", - "tag": "@microsoft/gulp-core-build-serve_v3.3.3", - "date": "Mon, 11 Feb 2019 10:32:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.5` to `3.9.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.5.1` to `0.5.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.28` to `6.0.29`" - } - ] - } - }, - { - "version": "3.3.2", - "tag": "@microsoft/gulp-core-build-serve_v3.3.2", - "date": "Mon, 11 Feb 2019 03:31:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.4` to `3.9.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.9.0` to `3.10.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.5.0` to `0.5.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.27` to `6.0.28`" - } - ] - } - }, - { - "version": "3.3.1", - "tag": "@microsoft/gulp-core-build-serve_v3.3.1", - "date": "Wed, 30 Jan 2019 20:49:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.3` to `3.9.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.4.0` to `0.5.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.26` to `6.0.27`" - } - ] - } - }, - { - "version": "3.3.0", - "tag": "@microsoft/gulp-core-build-serve_v3.3.0", - "date": "Mon, 21 Jan 2019 17:04:11 GMT", - "comments": { - "minor": [ - { - "comment": "Added rootFolder option to adjust base folder for gulp serve" - } - ] - } - }, - { - "version": "3.2.94", - "tag": "@microsoft/gulp-core-build-serve_v3.2.94", - "date": "Sat, 19 Jan 2019 03:47:47 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.2` to `3.9.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.3.4` to `0.4.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.25` to `6.0.26`" - } - ] - } - }, - { - "version": "3.2.93", - "tag": "@microsoft/gulp-core-build-serve_v3.2.93", - "date": "Tue, 15 Jan 2019 17:04:09 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.1` to `3.9.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.24` to `6.0.25`" - } - ] - } - }, - { - "version": "3.2.92", - "tag": "@microsoft/gulp-core-build-serve_v3.2.92", - "date": "Thu, 10 Jan 2019 01:57:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.0` to `3.9.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.8.3` to `3.9.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.3.3` to `0.3.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.23` to `6.0.24`" - } - ] - } - }, - { - "version": "3.2.91", - "tag": "@microsoft/gulp-core-build-serve_v3.2.91", - "date": "Mon, 07 Jan 2019 17:04:07 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.57` to `3.9.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.22` to `6.0.23`" - } - ] - } - }, - { - "version": "3.2.90", - "tag": "@microsoft/gulp-core-build-serve_v3.2.90", - "date": "Wed, 19 Dec 2018 05:57:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.56` to `3.8.57`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.8.2` to `3.8.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.3.2` to `0.3.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.21` to `6.0.22`" - } - ] - } - }, - { - "version": "3.2.89", - "tag": "@microsoft/gulp-core-build-serve_v3.2.89", - "date": "Thu, 13 Dec 2018 02:58:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.55` to `3.8.56`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.8.1` to `3.8.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.3.1` to `0.3.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.20` to `6.0.21`" - } - ] - } - }, - { - "version": "3.2.88", - "tag": "@microsoft/gulp-core-build-serve_v3.2.88", - "date": "Wed, 12 Dec 2018 17:04:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.54` to `3.8.55`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.8.0` to `3.8.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.3.0` to `0.3.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.19` to `6.0.20`" - } - ] - } - }, - { - "version": "3.2.87", - "tag": "@microsoft/gulp-core-build-serve_v3.2.87", - "date": "Sat, 08 Dec 2018 06:35:36 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.53` to `3.8.54`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.2.1` to `0.3.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.18` to `6.0.19`" - } - ] - } - }, - { - "version": "3.2.86", - "tag": "@microsoft/gulp-core-build-serve_v3.2.86", - "date": "Fri, 07 Dec 2018 17:04:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.52` to `3.8.53`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.7.1` to `3.8.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.2.0` to `0.2.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.17` to `6.0.18`" - } - ] - } - }, - { - "version": "3.2.85", - "tag": "@microsoft/gulp-core-build-serve_v3.2.85", - "date": "Fri, 30 Nov 2018 23:34:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.51` to `3.8.52`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.1.1` to `0.2.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.16` to `6.0.17`" - } - ] - } - }, - { - "version": "3.2.84", - "tag": "@microsoft/gulp-core-build-serve_v3.2.84", - "date": "Thu, 29 Nov 2018 07:02:09 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.50` to `3.8.51`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.7.0` to `3.7.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.1.0` to `0.1.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.15` to `6.0.16`" - } - ] - } - }, - { - "version": "3.2.83", - "tag": "@microsoft/gulp-core-build-serve_v3.2.83", - "date": "Thu, 29 Nov 2018 00:35:38 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.49` to `3.8.50`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.0.0` to `0.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.14` to `6.0.15`" - } - ] - } - }, - { - "version": "3.2.82", - "tag": "@microsoft/gulp-core-build-serve_v3.2.82", - "date": "Wed, 28 Nov 2018 19:29:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.48` to `3.8.49`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.5` to `0.5.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.13` to `6.0.14`" - } - ] - } - }, - { - "version": "3.2.81", - "tag": "@microsoft/gulp-core-build-serve_v3.2.81", - "date": "Wed, 28 Nov 2018 02:17:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.47` to `3.8.48`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.6.0` to `3.7.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.4` to `0.5.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.12` to `6.0.13`" - } - ] - } - }, - { - "version": "3.2.80", - "tag": "@microsoft/gulp-core-build-serve_v3.2.80", - "date": "Fri, 16 Nov 2018 21:37:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.46` to `3.8.47`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.5.2` to `3.6.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.3` to `0.5.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.11` to `6.0.12`" - } - ] - } - }, - { - "version": "3.2.79", - "tag": "@microsoft/gulp-core-build-serve_v3.2.79", - "date": "Fri, 16 Nov 2018 00:59:00 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.45` to `3.8.46`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.2` to `0.5.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.10` to `6.0.11`" - } - ] - } - }, - { - "version": "3.2.78", - "tag": "@microsoft/gulp-core-build-serve_v3.2.78", - "date": "Fri, 09 Nov 2018 23:07:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.44` to `3.8.45`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.1` to `0.5.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.9` to `6.0.10`" - } - ] - } - }, - { - "version": "3.2.77", - "tag": "@microsoft/gulp-core-build-serve_v3.2.77", - "date": "Wed, 07 Nov 2018 21:04:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.43` to `3.8.44`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.5.1` to `3.5.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.0` to `0.5.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.8` to `6.0.9`" - } - ] - } - }, - { - "version": "3.2.76", - "tag": "@microsoft/gulp-core-build-serve_v3.2.76", - "date": "Wed, 07 Nov 2018 17:03:03 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.42` to `3.8.43`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.4.4` to `0.5.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.7` to `6.0.8`" - } - ] - } - }, - { - "version": "3.2.75", - "tag": "@microsoft/gulp-core-build-serve_v3.2.75", - "date": "Mon, 05 Nov 2018 17:04:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.41` to `3.8.42`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.5.0` to `3.5.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.4.3` to `0.4.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.6` to `6.0.7`" - } - ] - } - }, - { - "version": "3.2.74", - "tag": "@microsoft/gulp-core-build-serve_v3.2.74", - "date": "Thu, 01 Nov 2018 21:33:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.40` to `3.8.41`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.4.2` to `0.4.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.5` to `6.0.6`" - } - ] - } - }, - { - "version": "3.2.73", - "tag": "@microsoft/gulp-core-build-serve_v3.2.73", - "date": "Thu, 01 Nov 2018 19:32:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.39` to `3.8.40`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.4.1` to `0.4.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.4` to `6.0.5`" - } - ] - } - }, - { - "version": "3.2.72", - "tag": "@microsoft/gulp-core-build-serve_v3.2.72", - "date": "Wed, 31 Oct 2018 21:17:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.3` to `6.0.4`" - } - ] - } - }, - { - "version": "3.2.71", - "tag": "@microsoft/gulp-core-build-serve_v3.2.71", - "date": "Wed, 31 Oct 2018 17:00:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.38` to `3.8.39`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.4.0` to `0.4.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.2` to `6.0.3`" - } - ] - } - }, - { - "version": "3.2.70", - "tag": "@microsoft/gulp-core-build-serve_v3.2.70", - "date": "Sat, 27 Oct 2018 03:45:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.37` to `3.8.38`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.3.0` to `0.4.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.1` to `6.0.2`" - } - ] - } - }, - { - "version": "3.2.69", - "tag": "@microsoft/gulp-core-build-serve_v3.2.69", - "date": "Sat, 27 Oct 2018 02:17:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.36` to `3.8.37`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.2.0` to `0.3.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.0` to `6.0.1`" - } - ] - } - }, - { - "version": "3.2.68", - "tag": "@microsoft/gulp-core-build-serve_v3.2.68", - "date": "Sat, 27 Oct 2018 00:26:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.35` to `3.8.36`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.20` to `0.2.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.26` to `6.0.0`" - } - ] - } - }, - { - "version": "3.2.67", - "tag": "@microsoft/gulp-core-build-serve_v3.2.67", - "date": "Thu, 25 Oct 2018 23:20:40 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.34` to `3.8.35`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.4.0` to `3.5.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.19` to `0.1.20`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.25` to `5.0.26`" - } - ] - } - }, - { - "version": "3.2.66", - "tag": "@microsoft/gulp-core-build-serve_v3.2.66", - "date": "Thu, 25 Oct 2018 08:56:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.33` to `3.8.34`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.18` to `0.1.19`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.24` to `5.0.25`" - } - ] - } - }, - { - "version": "3.2.65", - "tag": "@microsoft/gulp-core-build-serve_v3.2.65", - "date": "Wed, 24 Oct 2018 16:03:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.32` to `3.8.33`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.3.1` to `3.4.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.17` to `0.1.18`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.23` to `5.0.24`" - } - ] - } - }, - { - "version": "3.2.64", - "tag": "@microsoft/gulp-core-build-serve_v3.2.64", - "date": "Thu, 18 Oct 2018 05:30:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.31` to `3.8.32`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.22` to `5.0.23`" - } - ] - } - }, - { - "version": "3.2.63", - "tag": "@microsoft/gulp-core-build-serve_v3.2.63", - "date": "Thu, 18 Oct 2018 01:32:21 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.30` to `3.8.31`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.16` to `0.1.17`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.21` to `5.0.22`" - } - ] - } - }, - { - "version": "3.2.62", - "tag": "@microsoft/gulp-core-build-serve_v3.2.62", - "date": "Wed, 17 Oct 2018 21:04:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.29` to `3.8.30`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.3.0` to `3.3.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.15` to `0.1.16`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.20` to `5.0.21`" - } - ] - } - }, - { - "version": "3.2.61", - "tag": "@microsoft/gulp-core-build-serve_v3.2.61", - "date": "Wed, 17 Oct 2018 14:43:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.28` to `3.8.29`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.14` to `0.1.15`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.19` to `5.0.20`" - } - ] - } - }, - { - "version": "3.2.60", - "tag": "@microsoft/gulp-core-build-serve_v3.2.60", - "date": "Thu, 11 Oct 2018 23:26:07 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.27` to `3.8.28`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.13` to `0.1.14`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.18` to `5.0.19`" - } - ] - } - }, - { - "version": "3.2.59", - "tag": "@microsoft/gulp-core-build-serve_v3.2.59", - "date": "Tue, 09 Oct 2018 06:58:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.26` to `3.8.27`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.12` to `0.1.13`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.17` to `5.0.18`" - } - ] - } - }, - { - "version": "3.2.58", - "tag": "@microsoft/gulp-core-build-serve_v3.2.58", - "date": "Mon, 08 Oct 2018 16:04:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.25` to `3.8.26`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.2.0` to `3.3.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.11` to `0.1.12`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.16` to `5.0.17`" - } - ] - } - }, - { - "version": "3.2.57", - "tag": "@microsoft/gulp-core-build-serve_v3.2.57", - "date": "Sun, 07 Oct 2018 06:15:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.24` to `3.8.25`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.1.0` to `3.2.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.10` to `0.1.11`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.15` to `5.0.16`" - } - ] - } - }, - { - "version": "3.2.56", - "tag": "@microsoft/gulp-core-build-serve_v3.2.56", - "date": "Fri, 28 Sep 2018 16:05:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.23` to `3.8.24`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.0.1` to `3.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.9` to `0.1.10`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.14` to `5.0.15`" - } - ] - } - }, - { - "version": "3.2.55", - "tag": "@microsoft/gulp-core-build-serve_v3.2.55", - "date": "Wed, 26 Sep 2018 21:39:40 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.22` to `3.8.23`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.8` to `0.1.9`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.13` to `5.0.14`" - } - ] - } - }, - { - "version": "3.2.54", - "tag": "@microsoft/gulp-core-build-serve_v3.2.54", - "date": "Mon, 24 Sep 2018 23:06:40 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.21` to `3.8.22`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.7` to `0.1.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.12` to `5.0.13`" - } - ] - } - }, - { - "version": "3.2.53", - "tag": "@microsoft/gulp-core-build-serve_v3.2.53", - "date": "Mon, 24 Sep 2018 16:04:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.11` to `5.0.12`" - } - ] - } - }, - { - "version": "3.2.52", - "tag": "@microsoft/gulp-core-build-serve_v3.2.52", - "date": "Fri, 21 Sep 2018 16:04:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.20` to `3.8.21`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.6` to `0.1.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.10` to `5.0.11`" - } - ] - } - }, - { - "version": "3.2.51", - "tag": "@microsoft/gulp-core-build-serve_v3.2.51", - "date": "Thu, 20 Sep 2018 23:57:21 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.19` to `3.8.20`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.5` to `0.1.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.9` to `5.0.10`" - } - ] - } - }, - { - "version": "3.2.50", - "tag": "@microsoft/gulp-core-build-serve_v3.2.50", - "date": "Tue, 18 Sep 2018 21:04:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.18` to `3.8.19`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.4` to `0.1.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.8` to `5.0.9`" - } - ] - } - }, - { - "version": "3.2.49", - "tag": "@microsoft/gulp-core-build-serve_v3.2.49", - "date": "Mon, 10 Sep 2018 23:23:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.7` to `5.0.8`" - } - ] - } - }, - { - "version": "3.2.48", - "tag": "@microsoft/gulp-core-build-serve_v3.2.48", - "date": "Thu, 06 Sep 2018 01:25:26 GMT", - "comments": { - "patch": [ - { - "comment": "Update \"repository\" field in package.json" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.17` to `3.8.18`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.0.0` to `3.0.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.3` to `0.1.4`" - } - ] - } - }, - { - "version": "3.2.47", - "tag": "@microsoft/gulp-core-build-serve_v3.2.47", - "date": "Tue, 04 Sep 2018 21:34:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.16` to `3.8.17`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.2` to `0.1.3`" - } - ] - } - }, - { - "version": "3.2.46", - "tag": "@microsoft/gulp-core-build-serve_v3.2.46", - "date": "Mon, 03 Sep 2018 16:04:45 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.15` to `3.8.16`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.1` to `0.1.2`" - } - ] - } - }, - { - "version": "3.2.45", - "tag": "@microsoft/gulp-core-build-serve_v3.2.45", - "date": "Thu, 30 Aug 2018 19:23:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.14` to `3.8.15`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack\" from `0.1.0` to `0.1.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.0` to `0.1.1`" - } - ] - } - }, - { - "version": "3.2.44", - "tag": "@microsoft/gulp-core-build-serve_v3.2.44", - "date": "Thu, 30 Aug 2018 18:45:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.13` to `3.8.14`" - } - ] - } - }, - { - "version": "3.2.43", - "tag": "@microsoft/gulp-core-build-serve_v3.2.43", - "date": "Wed, 29 Aug 2018 21:43:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.12` to `3.8.13`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack\" from `0.0.1` to `0.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.0.1` to `0.1.0`" - } - ] - } - }, - { - "version": "3.2.42", - "tag": "@microsoft/gulp-core-build-serve_v3.2.42", - "date": "Wed, 29 Aug 2018 06:36:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.11` to `3.8.12`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `2.2.1` to `3.0.0`" - } - ] - } - }, - { - "version": "3.2.41", - "tag": "@microsoft/gulp-core-build-serve_v3.2.41", - "date": "Thu, 23 Aug 2018 18:18:53 GMT", - "comments": { - "patch": [ - { - "comment": "Republish all packages in web-build-tools to resolve GitHub issue #782" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.10` to `3.8.11`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `2.2.0` to `2.2.1`" - } - ] - } - }, - { - "version": "3.2.40", - "tag": "@microsoft/gulp-core-build-serve_v3.2.40", - "date": "Wed, 22 Aug 2018 20:58:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.9` to `3.8.10`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `2.1.1` to `2.2.0`" - } - ] - } - }, - { - "version": "3.2.39", - "tag": "@microsoft/gulp-core-build-serve_v3.2.39", - "date": "Wed, 22 Aug 2018 16:03:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.8` to `3.8.9`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `2.1.0` to `2.1.1`" - } - ] - } - }, - { - "version": "3.2.38", - "tag": "@microsoft/gulp-core-build-serve_v3.2.38", - "date": "Thu, 09 Aug 2018 21:03:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.7` to `3.8.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `2.0.0` to `2.1.0`" - } - ] - } - }, - { - "version": "3.2.37", - "tag": "@microsoft/gulp-core-build-serve_v3.2.37", - "date": "Tue, 07 Aug 2018 22:27:31 GMT", - "comments": { - "patch": [ - { - "comment": "Upgrade gulp-open to elimiante security warning" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.6` to `3.8.7`" - } - ] - } - }, - { - "version": "3.2.36", - "tag": "@microsoft/gulp-core-build-serve_v3.2.36", - "date": "Thu, 26 Jul 2018 16:04:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.5` to `3.8.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `1.5.0` to `2.0.0`" - } - ] - } - }, - { - "version": "3.2.35", - "tag": "@microsoft/gulp-core-build-serve_v3.2.35", - "date": "Tue, 03 Jul 2018 21:03:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.4` to `3.8.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `1.4.1` to `1.5.0`" - } - ] - } - }, - { - "version": "3.2.34", - "tag": "@microsoft/gulp-core-build-serve_v3.2.34", - "date": "Thu, 21 Jun 2018 08:27:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.3` to `3.8.4`" - } - ] - } - }, - { - "version": "3.2.33", - "tag": "@microsoft/gulp-core-build-serve_v3.2.33", - "date": "Wed, 13 Jun 2018 16:05:21 GMT", - "comments": { - "patch": [ - { - "comment": "Pass the hostname from serve.json to gulpConnect.server()" - } - ] - } - }, - { - "version": "3.2.32", - "tag": "@microsoft/gulp-core-build-serve_v3.2.32", - "date": "Fri, 08 Jun 2018 08:43:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.2` to `3.8.3`" - } - ] - } - }, - { - "version": "3.2.31", - "tag": "@microsoft/gulp-core-build-serve_v3.2.31", - "date": "Thu, 31 May 2018 01:39:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.1` to `3.8.2`" - } - ] - } - }, - { - "version": "3.2.30", - "tag": "@microsoft/gulp-core-build-serve_v3.2.30", - "date": "Tue, 15 May 2018 02:26:45 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.0` to `3.8.1`" - } - ] - } - }, - { - "version": "3.2.29", - "tag": "@microsoft/gulp-core-build-serve_v3.2.29", - "date": "Fri, 11 May 2018 22:43:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.5` to `3.8.0`" - } - ] - } - }, - { - "version": "3.2.28", - "tag": "@microsoft/gulp-core-build-serve_v3.2.28", - "date": "Fri, 04 May 2018 00:42:38 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.4` to `3.7.5`" - } - ] - } - }, - { - "version": "3.2.27", - "tag": "@microsoft/gulp-core-build-serve_v3.2.27", - "date": "Mon, 30 Apr 2018 21:04:44 GMT", - "comments": { - "patch": [ - { - "comment": "Internal refactoring to eliminate default exports" - } - ] - } - }, - { - "version": "3.2.26", - "tag": "@microsoft/gulp-core-build-serve_v3.2.26", - "date": "Tue, 03 Apr 2018 16:05:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.3` to `3.7.4`" - } - ] - } - }, - { - "version": "3.2.25", - "tag": "@microsoft/gulp-core-build-serve_v3.2.25", - "date": "Mon, 02 Apr 2018 16:05:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.2` to `3.7.3`" - } - ] - } - }, - { - "version": "3.2.24", - "tag": "@microsoft/gulp-core-build-serve_v3.2.24", - "date": "Mon, 26 Mar 2018 19:12:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.1` to `3.7.2`" - } - ] - } - }, - { - "version": "3.2.23", - "tag": "@microsoft/gulp-core-build-serve_v3.2.23", - "date": "Fri, 23 Mar 2018 00:34:53 GMT", - "comments": { - "patch": [ - { - "comment": "Upgrade colors to version ~1.2.1" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.0` to `3.7.1`" - } - ] - } - }, - { - "version": "3.2.22", - "tag": "@microsoft/gulp-core-build-serve_v3.2.22", - "date": "Thu, 22 Mar 2018 18:34:13 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.10` to `3.7.0`" - } - ] - } - }, - { - "version": "3.2.21", - "tag": "@microsoft/gulp-core-build-serve_v3.2.21", - "date": "Sat, 17 Mar 2018 02:54:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.9` to `3.6.10`" - } - ] - } - }, - { - "version": "3.2.20", - "tag": "@microsoft/gulp-core-build-serve_v3.2.20", - "date": "Thu, 15 Mar 2018 16:05:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.8` to `3.6.9`" - } - ] - } - }, - { - "version": "3.2.19", - "tag": "@microsoft/gulp-core-build-serve_v3.2.19", - "date": "Fri, 02 Mar 2018 01:13:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.7` to `3.6.8`" - } - ] - } - }, - { - "version": "3.2.18", - "tag": "@microsoft/gulp-core-build-serve_v3.2.18", - "date": "Tue, 27 Feb 2018 22:05:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.6` to `3.6.7`" - } - ] - } - }, - { - "version": "3.2.17", - "tag": "@microsoft/gulp-core-build-serve_v3.2.17", - "date": "Fri, 23 Feb 2018 17:04:33 GMT", - "comments": { - "patch": [ - { - "comment": "Upgrade gulp-connect in order to remove the HTTP2/HTTPS workaround ." - } - ] - } - }, - { - "version": "3.2.16", - "tag": "@microsoft/gulp-core-build-serve_v3.2.16", - "date": "Wed, 21 Feb 2018 22:04:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.5` to `3.6.6`" - } - ] - } - }, - { - "version": "3.2.15", - "tag": "@microsoft/gulp-core-build-serve_v3.2.15", - "date": "Wed, 21 Feb 2018 03:13:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.4` to `3.6.5`" - } - ] - } - }, - { - "version": "3.2.14", - "tag": "@microsoft/gulp-core-build-serve_v3.2.14", - "date": "Sat, 17 Feb 2018 02:53:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.3` to `3.6.4`" - } - ] - } - }, - { - "version": "3.2.13", - "tag": "@microsoft/gulp-core-build-serve_v3.2.13", - "date": "Fri, 16 Feb 2018 22:05:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.2` to `3.6.3`" - } - ] - } - }, - { - "version": "3.2.12", - "tag": "@microsoft/gulp-core-build-serve_v3.2.12", - "date": "Fri, 16 Feb 2018 17:05:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.1` to `3.6.2`" - } - ] - } - }, - { - "version": "3.2.11", - "tag": "@microsoft/gulp-core-build-serve_v3.2.11", - "date": "Wed, 07 Feb 2018 17:05:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.0` to `3.6.1`" - } - ] - } - }, - { - "version": "3.2.10", - "tag": "@microsoft/gulp-core-build-serve_v3.2.10", - "date": "Fri, 26 Jan 2018 22:05:30 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.5.3` to `3.6.0`" - } - ] - } - }, - { - "version": "3.2.9", - "tag": "@microsoft/gulp-core-build-serve_v3.2.9", - "date": "Fri, 26 Jan 2018 17:53:38 GMT", - "comments": { - "patch": [ - { - "comment": "Force a patch bump in case the previous version was an empty package" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.5.2` to `3.5.3`" - } - ] - } - }, - { - "version": "3.2.8", - "tag": "@microsoft/gulp-core-build-serve_v3.2.8", - "date": "Fri, 26 Jan 2018 00:36:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.5.1` to `3.5.2`" - } - ] - } - }, - { - "version": "3.2.7", - "tag": "@microsoft/gulp-core-build-serve_v3.2.7", - "date": "Tue, 23 Jan 2018 17:05:28 GMT", - "comments": { - "patch": [ - { - "comment": "Replace gulp-util.colors with colors package" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.5.0` to `3.5.1`" - } - ] - } - }, - { - "version": "3.2.6", - "tag": "@microsoft/gulp-core-build-serve_v3.2.6", - "date": "Sat, 20 Jan 2018 02:39:16 GMT", - "comments": { - "patch": [ - { - "comment": "Fix an issue with gulp serve when serving via https on Node8" - } - ] - } - }, - { - "version": "3.2.5", - "tag": "@microsoft/gulp-core-build-serve_v3.2.5", - "date": "Thu, 18 Jan 2018 03:23:46 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.4.4` to `3.5.0`" - } - ] - } - }, - { - "version": "3.2.4", - "tag": "@microsoft/gulp-core-build-serve_v3.2.4", - "date": "Thu, 18 Jan 2018 00:48:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.4.3` to `3.4.4`" - } - ] - } - }, - { - "version": "3.2.3", - "tag": "@microsoft/gulp-core-build-serve_v3.2.3", - "date": "Wed, 17 Jan 2018 10:49:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.4.2` to `3.4.3`" - } - ] - } - }, - { - "version": "3.2.2", - "tag": "@microsoft/gulp-core-build-serve_v3.2.2", - "date": "Fri, 12 Jan 2018 03:35:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.4.1` to `3.4.2`" - } - ] - } - }, - { - "version": "3.2.1", - "tag": "@microsoft/gulp-core-build-serve_v3.2.1", - "date": "Thu, 11 Jan 2018 22:31:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.4.0` to `3.4.1`" - } - ] - } - }, - { - "version": "3.2.0", - "tag": "@microsoft/gulp-core-build-serve_v3.2.0", - "date": "Wed, 10 Jan 2018 20:40:01 GMT", - "comments": { - "minor": [ - { - "author": "Nicholas Pape ", - "commit": "1271a0dc21fedb882e7953f491771724f80323a1", - "comment": "Upgrade to Node 8" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.7` to `3.4.0`" - } - ] - } - }, - { - "version": "3.1.24", - "tag": "@microsoft/gulp-core-build-serve_v3.1.24", - "date": "Tue, 09 Jan 2018 17:05:51 GMT", - "comments": { - "patch": [ - { - "author": "Nicholas Pape ", - "commit": "d00b6549d13610fbb6f84be3478b532be9da0747", - "comment": "Get web-build-tools building with pnpm" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.6` to `3.3.7`" - } - ] - } - }, - { - "version": "3.1.23", - "tag": "@microsoft/gulp-core-build-serve_v3.1.23", - "date": "Sun, 07 Jan 2018 05:12:08 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.5` to `3.3.6`" - } - ] - } - }, - { - "version": "3.1.22", - "tag": "@microsoft/gulp-core-build-serve_v3.1.22", - "date": "Fri, 05 Jan 2018 20:26:45 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.4` to `3.3.5`" - } - ] - } - }, - { - "version": "3.1.21", - "tag": "@microsoft/gulp-core-build-serve_v3.1.21", - "date": "Fri, 05 Jan 2018 00:48:41 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.3` to `3.3.4`" - } - ] - } - }, - { - "version": "3.1.20", - "tag": "@microsoft/gulp-core-build-serve_v3.1.20", - "date": "Fri, 22 Dec 2017 17:04:46 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.2` to `3.3.3`" - } - ] - } - }, - { - "version": "3.1.19", - "tag": "@microsoft/gulp-core-build-serve_v3.1.19", - "date": "Tue, 12 Dec 2017 03:33:26 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.1` to `3.3.2`" - } - ] - } - }, - { - "version": "3.1.18", - "tag": "@microsoft/gulp-core-build-serve_v3.1.18", - "date": "Thu, 30 Nov 2017 23:59:09 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.0` to `3.3.1`" - } - ] - } - }, - { - "version": "3.1.17", - "tag": "@microsoft/gulp-core-build-serve_v3.1.17", - "date": "Thu, 30 Nov 2017 23:12:21 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.9` to `3.3.0`" - } - ] - } - }, - { - "version": "3.1.16", - "tag": "@microsoft/gulp-core-build-serve_v3.1.16", - "date": "Wed, 29 Nov 2017 17:05:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.8` to `3.2.9`" - } - ] - } - }, - { - "version": "3.1.15", - "tag": "@microsoft/gulp-core-build-serve_v3.1.15", - "date": "Tue, 28 Nov 2017 23:43:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.7` to `3.2.8`" - } - ] - } - }, - { - "version": "3.1.14", - "tag": "@microsoft/gulp-core-build-serve_v3.1.14", - "date": "Mon, 13 Nov 2017 17:04:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.6` to `3.2.7`" - } - ] - } - }, - { - "version": "3.1.13", - "tag": "@microsoft/gulp-core-build-serve_v3.1.13", - "date": "Mon, 06 Nov 2017 17:04:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.5` to `3.2.6`" - } - ] - } - }, - { - "version": "3.1.12", - "tag": "@microsoft/gulp-core-build-serve_v3.1.12", - "date": "Thu, 02 Nov 2017 16:05:24 GMT", - "comments": { - "patch": [ - { - "author": "QZ ", - "commit": "2c58095f2f13492887cc1278c9a0cff49af9735b", - "comment": "lock the reference version between web build tools projects" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.4` to `3.2.5`" - } - ] - } - }, - { - "version": "3.1.11", - "tag": "@microsoft/gulp-core-build-serve_v3.1.11", - "date": "Wed, 01 Nov 2017 21:06:08 GMT", - "comments": { - "patch": [ - { - "author": "pgonzal ", - "commit": "e449bd6cdc3c179461be68e59590c25021cd1286", - "comment": "Upgrade cyclic dependencies" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.3` to `3.2.4`" - } - ] - } - }, - { - "version": "3.1.10", - "tag": "@microsoft/gulp-core-build-serve_v3.1.10", - "date": "Tue, 31 Oct 2017 21:04:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.2` to `3.2.3`" - } - ] - } - }, - { - "version": "3.1.9", - "tag": "@microsoft/gulp-core-build-serve_v3.1.9", - "date": "Tue, 31 Oct 2017 16:04:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.1` to `3.2.2`" - } - ] - } - }, - { - "version": "3.1.8", - "tag": "@microsoft/gulp-core-build-serve_v3.1.8", - "date": "Wed, 25 Oct 2017 20:03:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.0` to `3.2.1`" - } - ] - } - }, - { - "version": "3.1.7", - "tag": "@microsoft/gulp-core-build-serve_v3.1.7", - "date": "Tue, 24 Oct 2017 18:17:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.6` to `3.2.0`" - } - ] - } - }, - { - "version": "3.1.6", - "tag": "@microsoft/gulp-core-build-serve_v3.1.6", - "date": "Mon, 23 Oct 2017 21:53:12 GMT", - "comments": { - "patch": [ - { - "author": "pgonzal ", - "commit": "5de032b254b632b8af0d0dd98913acef589f88d5", - "comment": "Updated cyclic dependencies" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.5` to `3.1.6`" - } - ] - } - }, - { - "version": "3.1.5", - "tag": "@microsoft/gulp-core-build-serve_v3.1.5", - "date": "Fri, 20 Oct 2017 19:57:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.4` to `3.1.5`" - } - ] - } - }, - { - "version": "3.1.4", - "tag": "@microsoft/gulp-core-build-serve_v3.1.4", - "date": "Fri, 20 Oct 2017 01:52:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.3` to `3.1.4`" - } - ] - } - }, - { - "version": "3.1.3", - "tag": "@microsoft/gulp-core-build-serve_v3.1.3", - "date": "Fri, 20 Oct 2017 01:04:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.2` to `3.1.3`" - } - ] - } - }, - { - "version": "3.1.2", - "tag": "@microsoft/gulp-core-build-serve_v3.1.2", - "date": "Thu, 05 Oct 2017 01:05:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.1` to `3.1.2`" - } - ] - } - }, - { - "version": "3.1.1", - "tag": "@microsoft/gulp-core-build-serve_v3.1.1", - "date": "Thu, 28 Sep 2017 01:04:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.0` to `3.1.1`" - } - ] - } - }, - { - "version": "3.1.0", - "tag": "@microsoft/gulp-core-build-serve_v3.1.0", - "date": "Fri, 22 Sep 2017 01:04:02 GMT", - "comments": { - "minor": [ - { - "author": "Nick Pape ", - "commit": "481a10f460a454fb5a3e336e3cf25a1c3f710645", - "comment": "Upgrade to es6" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.8` to `3.1.0`" - } - ] - } - }, - { - "version": "3.0.8", - "tag": "@microsoft/gulp-core-build-serve_v3.0.8", - "date": "Wed, 20 Sep 2017 22:10:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.7` to `3.0.8`" - } - ] - } - }, - { - "version": "3.0.7", - "tag": "@microsoft/gulp-core-build-serve_v3.0.7", - "date": "Mon, 11 Sep 2017 13:04:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.6` to `3.0.7`" - } - ] - } - }, - { - "version": "3.0.6", - "tag": "@microsoft/gulp-core-build-serve_v3.0.6", - "date": "Fri, 08 Sep 2017 01:28:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.5` to `3.0.6`" - } - ] - } - }, - { - "version": "3.0.5", - "tag": "@microsoft/gulp-core-build-serve_v3.0.5", - "date": "Thu, 07 Sep 2017 13:04:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.4` to `3.0.5`" - } - ] - } - }, - { - "version": "3.0.4", - "tag": "@microsoft/gulp-core-build-serve_v3.0.4", - "date": "Thu, 07 Sep 2017 00:11:11 GMT", - "comments": { - "patch": [ - { - "author": "Nick Pape ", - "commit": "4b7451b442c2078a96430f7a05caed37101aed52", - "comment": " Add $schema field to all schemas" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.3` to `3.0.4`" - } - ] - } - }, - { - "version": "3.0.3", - "tag": "@microsoft/gulp-core-build-serve_v3.0.3", - "date": "Wed, 06 Sep 2017 13:03:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.2` to `3.0.3`" - } - ] - } - }, - { - "version": "3.0.2", - "tag": "@microsoft/gulp-core-build-serve_v3.0.2", - "date": "Tue, 05 Sep 2017 19:03:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.1` to `3.0.2`" - } - ] - } - }, - { - "version": "3.0.1", - "tag": "@microsoft/gulp-core-build-serve_v3.0.1", - "date": "Sat, 02 Sep 2017 01:04:26 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.0` to `3.0.1`" - } - ] - } - }, - { - "version": "3.0.0", - "tag": "@microsoft/gulp-core-build-serve_v3.0.0", - "date": "Thu, 31 Aug 2017 18:41:18 GMT", - "comments": { - "major": [ - { - "comment": "Fix compatibility issues with old releases, by incrementing the major version number" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.10.1` to `3.0.0`" - } - ] - } - }, - { - "version": "2.1.13", - "tag": "@microsoft/gulp-core-build-serve_v2.1.13", - "date": "Thu, 31 Aug 2017 17:46:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.10.0` to `2.10.1`" - } - ] - } - }, - { - "version": "2.1.12", - "tag": "@microsoft/gulp-core-build-serve_v2.1.12", - "date": "Wed, 30 Aug 2017 01:04:34 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.6` to `2.10.0`" - } - ] - } - }, - { - "version": "2.1.11", - "tag": "@microsoft/gulp-core-build-serve_v2.1.11", - "date": "Thu, 24 Aug 2017 22:44:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.5` to `2.9.6`" - } - ] - } - }, - { - "version": "2.1.10", - "tag": "@microsoft/gulp-core-build-serve_v2.1.10", - "date": "Thu, 24 Aug 2017 01:04:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.4` to `2.9.5`" - } - ] - } - }, - { - "version": "2.1.9", - "tag": "@microsoft/gulp-core-build-serve_v2.1.9", - "date": "Tue, 22 Aug 2017 13:04:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.3` to `2.9.4`" - } - ] - } - }, - { - "version": "2.1.8", - "tag": "@microsoft/gulp-core-build-serve_v2.1.8", - "date": "Wed, 16 Aug 2017 23:16:55 GMT", - "comments": { - "patch": [ - { - "comment": "Publish" - } - ] - } - }, - { - "version": "2.1.7", - "tag": "@microsoft/gulp-core-build-serve_v2.1.7", - "date": "Tue, 15 Aug 2017 01:29:31 GMT", - "comments": { - "patch": [ - { - "comment": "Force a patch bump to ensure everything is published" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.1` to `2.9.2`" - } - ] - } - }, - { - "version": "2.1.6", - "tag": "@microsoft/gulp-core-build-serve_v2.1.6", - "date": "Fri, 11 Aug 2017 21:44:05 GMT", - "comments": { - "patch": [ - { - "comment": "Allow the serve task to be extended with new configuration args." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.8.0` to `2.9.0`" - } - ] - } - }, - { - "version": "2.1.5", - "tag": "@microsoft/gulp-core-build-serve_v2.1.5", - "date": "Thu, 27 Jul 2017 01:04:48 GMT", - "comments": { - "patch": [ - { - "comment": "Upgrade to the TS2.4 version of the build tools." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.7.1` to `2.7.2`" - } - ] - } - }, - { - "version": "2.1.4", - "tag": "@microsoft/gulp-core-build-serve_v2.1.4", - "date": "Tue, 25 Jul 2017 20:03:31 GMT", - "comments": { - "patch": [ - { - "comment": "Upgrade to TypeScript 2.4" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.7.0 <3.0.0` to `>=2.7.0 <3.0.0`" - } - ] - } - }, - { - "version": "2.1.3", - "tag": "@microsoft/gulp-core-build-serve_v2.1.3", - "date": "Tue, 16 May 2017 00:01:03 GMT", - "comments": { - "patch": [ - { - "comment": "Fixing an issue where the cert utility would fail if two certutils were on the PATH." - } - ] - } - }, - { - "version": "2.1.2", - "tag": "@microsoft/gulp-core-build-serve_v2.1.2", - "date": "Thu, 27 Apr 2017 13:03:03 GMT", - "comments": { - "patch": [ - { - "comment": "Fixing the development certificate to have the subjectAltName property to work with new versions of browsers." - } - ] - } - }, - { - "version": "2.1.1", - "tag": "@microsoft/gulp-core-build-serve_v2.1.1", - "date": "Wed, 19 Apr 2017 20:18:06 GMT", - "comments": { - "patch": [ - { - "comment": "Remove ES6 Promise & @types/es6-promise typings" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.4.3 <3.0.0` to `>=2.4.3 <3.0.0`" - } - ] - } - }, - { - "version": "2.1.0", - "tag": "@microsoft/gulp-core-build-serve_v2.1.0", - "date": "Sat, 15 Apr 2017 01:03:33 GMT", - "comments": { - "minor": [ - { - "comment": "Allowing the hostname to be configured in gulp-core-build-serve." - } - ] - } - }, - { - "version": "2.0.4", - "tag": "@microsoft/gulp-core-build-serve_v2.0.4", - "date": "Wed, 15 Mar 2017 01:32:09 GMT", - "comments": { - "patch": [ - { - "comment": "Locking `@types` packages. Synchronizing version specifiers for dependencies with other `web-build-tools` projects." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.4.0 <3.0.0` to `>=2.4.0 <3.0.0`" - } - ] - } - }, - { - "version": "2.0.3", - "tag": "@microsoft/gulp-core-build-serve_v2.0.3", - "date": "Tue, 31 Jan 2017 20:32:37 GMT", - "comments": { - "patch": [ - { - "comment": "Make loadSchema public instead of protected." - } - ] - } - }, - { - "version": "2.0.2", - "tag": "@microsoft/gulp-core-build-serve_v2.0.2", - "date": "Tue, 31 Jan 2017 01:55:09 GMT", - "comments": { - "patch": [ - { - "comment": "Introduce schema for ServeTask" - } - ] - } - }, - { - "version": "2.0.1", - "tag": "@microsoft/gulp-core-build-serve_v2.0.1", - "date": "Fri, 13 Jan 2017 06:46:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.0.0 <3.0.0` to `>=2.0.1 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `>=1.0.0 <2.0.0` to `>=2.1.0 <3.0.0`" - } - ] - } - } - ] -} diff --git a/core-build/gulp-core-build-serve/CHANGELOG.md b/core-build/gulp-core-build-serve/CHANGELOG.md deleted file mode 100644 index 3b35f188f00..00000000000 --- a/core-build/gulp-core-build-serve/CHANGELOG.md +++ /dev/null @@ -1,1970 +0,0 @@ -# Change Log - @microsoft/gulp-core-build-serve - -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. - -## 3.9.14 -Wed, 19 May 2021 00:11:39 GMT - -_Version update only_ - -## 3.9.13 -Thu, 13 May 2021 01:52:46 GMT - -_Version update only_ - -## 3.9.12 -Tue, 11 May 2021 22:19:17 GMT - -_Version update only_ - -## 3.9.11 -Mon, 03 May 2021 15:10:28 GMT - -_Version update only_ - -## 3.9.10 -Fri, 30 Apr 2021 00:30:52 GMT - -_Version update only_ - -## 3.9.9 -Thu, 29 Apr 2021 23:26:50 GMT - -_Version update only_ - -## 3.9.8 -Thu, 29 Apr 2021 01:07:29 GMT - -_Version update only_ - -## 3.9.7 -Fri, 23 Apr 2021 22:00:07 GMT - -_Version update only_ - -## 3.9.6 -Fri, 23 Apr 2021 15:11:21 GMT - -_Version update only_ - -## 3.9.5 -Wed, 21 Apr 2021 15:12:28 GMT - -_Version update only_ - -## 3.9.4 -Tue, 20 Apr 2021 04:59:51 GMT - -_Version update only_ - -## 3.9.3 -Thu, 15 Apr 2021 02:59:25 GMT - -_Version update only_ - -## 3.9.2 -Mon, 12 Apr 2021 15:10:29 GMT - -_Version update only_ - -## 3.9.1 -Thu, 08 Apr 2021 20:41:54 GMT - -_Version update only_ - -## 3.9.0 -Thu, 08 Apr 2021 06:05:31 GMT - -### Minor changes - -- Fix parameter name typo. - -## 3.8.60 -Thu, 08 Apr 2021 00:10:18 GMT - -_Version update only_ - -## 3.8.59 -Tue, 06 Apr 2021 15:14:22 GMT - -_Version update only_ - -## 3.8.58 -Wed, 31 Mar 2021 15:10:36 GMT - -_Version update only_ - -## 3.8.57 -Mon, 29 Mar 2021 05:02:06 GMT - -_Version update only_ - -## 3.8.56 -Thu, 25 Mar 2021 04:57:54 GMT - -_Version update only_ - -## 3.8.55 -Fri, 19 Mar 2021 22:31:38 GMT - -_Version update only_ - -## 3.8.54 -Wed, 17 Mar 2021 05:04:38 GMT - -_Version update only_ - -## 3.8.53 -Fri, 12 Mar 2021 01:13:27 GMT - -_Version update only_ - -## 3.8.52 -Wed, 10 Mar 2021 06:23:29 GMT - -_Version update only_ - -## 3.8.51 -Wed, 10 Mar 2021 05:10:06 GMT - -_Version update only_ - -## 3.8.50 -Tue, 09 Mar 2021 23:31:46 GMT - -### Patches - -- Update the debug certificate manager to be async. - -## 3.8.49 -Thu, 04 Mar 2021 01:11:31 GMT - -_Version update only_ - -## 3.8.48 -Tue, 02 Mar 2021 23:25:05 GMT - -_Version update only_ - -## 3.8.47 -Fri, 05 Feb 2021 16:10:42 GMT - -_Version update only_ - -## 3.8.46 -Fri, 22 Jan 2021 05:39:22 GMT - -_Version update only_ - -## 3.8.45 -Thu, 21 Jan 2021 04:19:00 GMT - -_Version update only_ - -## 3.8.44 -Wed, 13 Jan 2021 01:11:06 GMT - -_Version update only_ - -## 3.8.43 -Tue, 12 Jan 2021 21:01:00 GMT - -### Patches - -- Update source glob argument to be non-empty string for Gulp 4 compat - -## 3.8.42 -Fri, 08 Jan 2021 07:28:49 GMT - -_Version update only_ - -## 3.8.41 -Wed, 06 Jan 2021 16:10:43 GMT - -_Version update only_ - -## 3.8.40 -Mon, 14 Dec 2020 16:12:21 GMT - -_Version update only_ - -## 3.8.39 -Thu, 10 Dec 2020 23:25:49 GMT - -_Version update only_ - -## 3.8.38 -Sat, 05 Dec 2020 01:11:23 GMT - -_Version update only_ - -## 3.8.37 -Tue, 01 Dec 2020 01:10:38 GMT - -_Version update only_ - -## 3.8.36 -Mon, 30 Nov 2020 16:11:50 GMT - -_Version update only_ - -## 3.8.35 -Wed, 18 Nov 2020 08:19:54 GMT - -_Version update only_ - -## 3.8.34 -Wed, 18 Nov 2020 06:21:58 GMT - -_Version update only_ - -## 3.8.33 -Tue, 17 Nov 2020 01:17:38 GMT - -_Version update only_ - -## 3.8.32 -Mon, 16 Nov 2020 01:57:58 GMT - -_Version update only_ - -## 3.8.31 -Fri, 13 Nov 2020 01:11:01 GMT - -_Version update only_ - -## 3.8.30 -Thu, 12 Nov 2020 01:11:10 GMT - -_Version update only_ - -## 3.8.29 -Wed, 11 Nov 2020 01:08:58 GMT - -_Version update only_ - -## 3.8.28 -Tue, 10 Nov 2020 23:13:11 GMT - -_Version update only_ - -## 3.8.27 -Tue, 10 Nov 2020 16:11:42 GMT - -_Version update only_ - -## 3.8.26 -Sun, 08 Nov 2020 22:52:49 GMT - -_Version update only_ - -## 3.8.25 -Fri, 06 Nov 2020 16:09:30 GMT - -_Version update only_ - -## 3.8.24 -Tue, 03 Nov 2020 01:11:19 GMT - -_Version update only_ - -## 3.8.23 -Mon, 02 Nov 2020 16:12:05 GMT - -_Version update only_ - -## 3.8.22 -Fri, 30 Oct 2020 06:38:39 GMT - -_Version update only_ - -## 3.8.21 -Fri, 30 Oct 2020 00:10:14 GMT - -_Version update only_ - -## 3.8.20 -Thu, 29 Oct 2020 06:14:19 GMT - -_Version update only_ - -## 3.8.19 -Thu, 29 Oct 2020 00:11:33 GMT - -_Version update only_ - -## 3.8.18 -Wed, 28 Oct 2020 01:18:03 GMT - -_Version update only_ - -## 3.8.17 -Tue, 27 Oct 2020 15:10:13 GMT - -_Version update only_ - -## 3.8.16 -Sat, 24 Oct 2020 00:11:19 GMT - -_Version update only_ - -## 3.8.15 -Wed, 21 Oct 2020 05:09:44 GMT - -_Version update only_ - -## 3.8.14 -Wed, 21 Oct 2020 02:28:17 GMT - -_Version update only_ - -## 3.8.13 -Fri, 16 Oct 2020 23:32:58 GMT - -_Version update only_ - -## 3.8.12 -Thu, 15 Oct 2020 00:59:08 GMT - -_Version update only_ - -## 3.8.11 -Wed, 14 Oct 2020 23:30:14 GMT - -_Version update only_ - -## 3.8.10 -Tue, 13 Oct 2020 15:11:28 GMT - -_Version update only_ - -## 3.8.9 -Mon, 12 Oct 2020 15:11:16 GMT - -_Version update only_ - -## 3.8.8 -Fri, 09 Oct 2020 15:11:09 GMT - -_Version update only_ - -## 3.8.7 -Tue, 06 Oct 2020 00:24:06 GMT - -_Version update only_ - -## 3.8.6 -Mon, 05 Oct 2020 22:36:57 GMT - -_Version update only_ - -## 3.8.5 -Mon, 05 Oct 2020 15:10:42 GMT - -_Version update only_ - -## 3.8.4 -Fri, 02 Oct 2020 00:10:59 GMT - -_Version update only_ - -## 3.8.3 -Thu, 01 Oct 2020 20:27:16 GMT - -_Version update only_ - -## 3.8.2 -Thu, 01 Oct 2020 18:51:21 GMT - -_Version update only_ - -## 3.8.1 -Wed, 30 Sep 2020 18:39:17 GMT - -_Version update only_ - -## 3.8.0 -Wed, 30 Sep 2020 06:53:53 GMT - -### Minor changes - -- Upgrade compiler; the API now requires TypeScript 3.9 or newer - -## 3.7.64 -Tue, 22 Sep 2020 05:45:56 GMT - -_Version update only_ - -## 3.7.63 -Tue, 22 Sep 2020 01:45:31 GMT - -_Version update only_ - -## 3.7.62 -Tue, 22 Sep 2020 00:08:53 GMT - -_Version update only_ - -## 3.7.61 -Sat, 19 Sep 2020 04:37:27 GMT - -_Version update only_ - -## 3.7.60 -Sat, 19 Sep 2020 03:33:07 GMT - -_Version update only_ - -## 3.7.59 -Fri, 18 Sep 2020 22:57:24 GMT - -_Version update only_ - -## 3.7.58 -Fri, 18 Sep 2020 21:49:53 GMT - -_Version update only_ - -## 3.7.57 -Wed, 16 Sep 2020 05:30:26 GMT - -_Version update only_ - -## 3.7.56 -Tue, 15 Sep 2020 01:51:37 GMT - -_Version update only_ - -## 3.7.55 -Mon, 14 Sep 2020 15:09:48 GMT - -_Version update only_ - -## 3.7.54 -Sun, 13 Sep 2020 01:53:20 GMT - -_Version update only_ - -## 3.7.53 -Fri, 11 Sep 2020 02:13:35 GMT - -_Version update only_ - -## 3.7.52 -Wed, 09 Sep 2020 03:29:01 GMT - -_Version update only_ - -## 3.7.51 -Wed, 09 Sep 2020 00:38:48 GMT - -_Version update only_ - -## 3.7.50 -Mon, 07 Sep 2020 07:37:37 GMT - -_Version update only_ - -## 3.7.49 -Sat, 05 Sep 2020 18:56:35 GMT - -_Version update only_ - -## 3.7.48 -Fri, 04 Sep 2020 15:06:28 GMT - -_Version update only_ - -## 3.7.47 -Thu, 03 Sep 2020 15:09:59 GMT - -_Version update only_ - -## 3.7.46 -Wed, 02 Sep 2020 23:01:13 GMT - -_Version update only_ - -## 3.7.45 -Wed, 02 Sep 2020 15:10:17 GMT - -_Version update only_ - -## 3.7.44 -Thu, 27 Aug 2020 11:27:06 GMT - -_Version update only_ - -## 3.7.43 -Tue, 25 Aug 2020 00:10:12 GMT - -_Version update only_ - -## 3.7.42 -Mon, 24 Aug 2020 07:35:20 GMT - -_Version update only_ - -## 3.7.41 -Sat, 22 Aug 2020 05:55:43 GMT - -_Version update only_ - -## 3.7.40 -Fri, 21 Aug 2020 01:21:18 GMT - -_Version update only_ - -## 3.7.39 -Thu, 20 Aug 2020 18:41:47 GMT - -_Version update only_ - -## 3.7.38 -Thu, 20 Aug 2020 15:13:53 GMT - -_Version update only_ - -## 3.7.37 -Tue, 18 Aug 2020 23:59:42 GMT - -_Version update only_ - -## 3.7.36 -Tue, 18 Aug 2020 03:03:24 GMT - -_Version update only_ - -## 3.7.35 -Mon, 17 Aug 2020 05:31:53 GMT - -_Version update only_ - -## 3.7.34 -Mon, 17 Aug 2020 04:53:23 GMT - -_Version update only_ - -## 3.7.33 -Thu, 13 Aug 2020 09:26:40 GMT - -_Version update only_ - -## 3.7.32 -Thu, 13 Aug 2020 04:57:38 GMT - -_Version update only_ - -## 3.7.31 -Wed, 12 Aug 2020 00:10:05 GMT - -_Version update only_ - -## 3.7.30 -Wed, 05 Aug 2020 18:27:32 GMT - -_Version update only_ - -## 3.7.29 -Fri, 03 Jul 2020 15:09:04 GMT - -_Version update only_ - -## 3.7.28 -Fri, 03 Jul 2020 05:46:41 GMT - -_Version update only_ - -## 3.7.27 -Sat, 27 Jun 2020 00:09:38 GMT - -_Version update only_ - -## 3.7.26 -Fri, 26 Jun 2020 22:16:39 GMT - -_Version update only_ - -## 3.7.25 -Thu, 25 Jun 2020 06:43:35 GMT - -_Version update only_ - -## 3.7.24 -Wed, 24 Jun 2020 09:50:48 GMT - -_Version update only_ - -## 3.7.23 -Wed, 24 Jun 2020 09:04:28 GMT - -_Version update only_ - -## 3.7.22 -Mon, 15 Jun 2020 22:17:18 GMT - -_Version update only_ - -## 3.7.21 -Fri, 12 Jun 2020 09:19:21 GMT - -_Version update only_ - -## 3.7.20 -Wed, 10 Jun 2020 20:48:30 GMT - -_Version update only_ - -## 3.7.19 -Mon, 01 Jun 2020 08:34:17 GMT - -_Version update only_ - -## 3.7.18 -Sat, 30 May 2020 02:59:54 GMT - -_Version update only_ - -## 3.7.17 -Thu, 28 May 2020 05:59:02 GMT - -_Version update only_ - -## 3.7.16 -Wed, 27 May 2020 05:15:11 GMT - -_Version update only_ - -## 3.7.15 -Tue, 26 May 2020 23:00:25 GMT - -_Version update only_ - -## 3.7.14 -Fri, 22 May 2020 15:08:42 GMT - -_Version update only_ - -## 3.7.13 -Thu, 21 May 2020 23:09:44 GMT - -_Version update only_ - -## 3.7.12 -Thu, 21 May 2020 15:41:59 GMT - -_Version update only_ - -## 3.7.11 -Tue, 19 May 2020 15:08:19 GMT - -_Version update only_ - -## 3.7.10 -Fri, 15 May 2020 08:10:59 GMT - -_Version update only_ - -## 3.7.9 -Wed, 06 May 2020 08:23:45 GMT - -_Version update only_ - -## 3.7.8 -Sat, 02 May 2020 00:08:16 GMT - -_Version update only_ - -## 3.7.7 -Wed, 08 Apr 2020 04:07:33 GMT - -_Version update only_ - -## 3.7.6 -Fri, 03 Apr 2020 15:10:15 GMT - -_Version update only_ - -## 3.7.5 -Sun, 29 Mar 2020 00:04:12 GMT - -_Version update only_ - -## 3.7.4 -Sat, 28 Mar 2020 00:37:16 GMT - -_Version update only_ - -## 3.7.3 -Wed, 18 Mar 2020 15:07:47 GMT - -_Version update only_ - -## 3.7.2 -Tue, 17 Mar 2020 23:55:58 GMT - -### Patches - -- Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack` - -## 3.7.1 -Tue, 28 Jan 2020 02:23:44 GMT - -_Version update only_ - -## 3.7.0 -Fri, 24 Jan 2020 00:27:39 GMT - -### Minor changes - -- Extract debug certificate logic into separate package. - -## 3.6.2 -Thu, 23 Jan 2020 01:07:56 GMT - -_Version update only_ - -## 3.6.1 -Tue, 21 Jan 2020 21:56:13 GMT - -_Version update only_ - -## 3.6.0 -Sun, 19 Jan 2020 02:26:52 GMT - -### Minor changes - -- Upgrade Node typings to Node 10 - -## 3.5.23 -Fri, 17 Jan 2020 01:08:23 GMT - -_Version update only_ - -## 3.5.22 -Tue, 14 Jan 2020 01:34:15 GMT - -_Version update only_ - -## 3.5.21 -Sat, 11 Jan 2020 05:18:23 GMT - -_Version update only_ - -## 3.5.20 -Thu, 09 Jan 2020 06:44:13 GMT - -_Version update only_ - -## 3.5.19 -Wed, 08 Jan 2020 00:11:31 GMT - -_Version update only_ - -## 3.5.18 -Wed, 04 Dec 2019 23:17:55 GMT - -_Version update only_ - -## 3.5.17 -Tue, 03 Dec 2019 03:17:44 GMT - -_Version update only_ - -## 3.5.16 -Sun, 24 Nov 2019 00:54:04 GMT - -_Version update only_ - -## 3.5.15 -Wed, 20 Nov 2019 06:14:28 GMT - -_Version update only_ - -## 3.5.14 -Fri, 15 Nov 2019 04:50:50 GMT - -_Version update only_ - -## 3.5.13 -Mon, 11 Nov 2019 16:07:56 GMT - -_Version update only_ - -## 3.5.12 -Wed, 06 Nov 2019 22:44:18 GMT - -_Version update only_ - -## 3.5.11 -Tue, 05 Nov 2019 06:49:28 GMT - -_Version update only_ - -## 3.5.10 -Tue, 05 Nov 2019 01:08:39 GMT - -_Version update only_ - -## 3.5.9 -Fri, 25 Oct 2019 15:08:54 GMT - -_Version update only_ - -## 3.5.8 -Tue, 22 Oct 2019 06:24:44 GMT - -### Patches - -- Refactor some code as part of migration from TSLint to ESLint - -## 3.5.7 -Mon, 21 Oct 2019 05:22:43 GMT - -_Version update only_ - -## 3.5.6 -Fri, 18 Oct 2019 15:15:01 GMT - -_Version update only_ - -## 3.5.5 -Sun, 06 Oct 2019 00:27:39 GMT - -_Version update only_ - -## 3.5.4 -Fri, 04 Oct 2019 00:15:22 GMT - -_Version update only_ - -## 3.5.3 -Sun, 29 Sep 2019 23:56:29 GMT - -### Patches - -- Update repository URL - -## 3.5.2 -Wed, 25 Sep 2019 15:15:31 GMT - -_Version update only_ - -## 3.5.1 -Tue, 24 Sep 2019 02:58:49 GMT - -_Version update only_ - -## 3.5.0 -Mon, 23 Sep 2019 15:14:55 GMT - -### Minor changes - -- Upgrade @types/node dependency - -## 3.4.11 -Fri, 20 Sep 2019 21:27:22 GMT - -_Version update only_ - -## 3.4.10 -Wed, 11 Sep 2019 19:56:23 GMT - -_Version update only_ - -## 3.4.9 -Tue, 10 Sep 2019 22:32:23 GMT - -_Version update only_ - -## 3.4.8 -Tue, 10 Sep 2019 20:38:33 GMT - -_Version update only_ - -## 3.4.7 -Wed, 04 Sep 2019 18:28:06 GMT - -_Version update only_ - -## 3.4.6 -Wed, 04 Sep 2019 15:15:37 GMT - -_Version update only_ - -## 3.4.5 -Fri, 30 Aug 2019 00:14:32 GMT - -_Version update only_ - -## 3.4.4 -Mon, 12 Aug 2019 15:15:14 GMT - -_Version update only_ - -## 3.4.3 -Thu, 08 Aug 2019 15:14:17 GMT - -_Version update only_ - -## 3.4.2 -Thu, 08 Aug 2019 00:49:05 GMT - -_Version update only_ - -## 3.4.1 -Mon, 05 Aug 2019 22:04:32 GMT - -_Version update only_ - -## 3.4.0 -Tue, 23 Jul 2019 19:14:38 GMT - -### Minor changes - -- Update gulp to 4.0.2 - -## 3.3.48 -Tue, 23 Jul 2019 01:13:01 GMT - -_Version update only_ - -## 3.3.47 -Mon, 22 Jul 2019 19:13:10 GMT - -_Version update only_ - -## 3.3.46 -Fri, 12 Jul 2019 19:12:46 GMT - -_Version update only_ - -## 3.3.45 -Thu, 11 Jul 2019 19:13:08 GMT - -_Version update only_ - -## 3.3.44 -Tue, 09 Jul 2019 19:13:24 GMT - -_Version update only_ - -## 3.3.43 -Mon, 08 Jul 2019 19:12:18 GMT - -_Version update only_ - -## 3.3.42 -Sat, 29 Jun 2019 02:30:10 GMT - -_Version update only_ - -## 3.3.41 -Wed, 12 Jun 2019 19:12:33 GMT - -_Version update only_ - -## 3.3.40 -Tue, 11 Jun 2019 00:48:06 GMT - -_Version update only_ - -## 3.3.39 -Thu, 06 Jun 2019 22:33:36 GMT - -_Version update only_ - -## 3.3.38 -Wed, 05 Jun 2019 19:12:34 GMT - -_Version update only_ - -## 3.3.37 -Tue, 04 Jun 2019 05:51:54 GMT - -_Version update only_ - -## 3.3.36 -Mon, 27 May 2019 04:13:44 GMT - -_Version update only_ - -## 3.3.35 -Mon, 13 May 2019 02:08:35 GMT - -_Version update only_ - -## 3.3.34 -Mon, 06 May 2019 20:46:22 GMT - -_Version update only_ - -## 3.3.33 -Mon, 06 May 2019 19:34:54 GMT - -_Version update only_ - -## 3.3.32 -Mon, 06 May 2019 19:11:16 GMT - -_Version update only_ - -## 3.3.31 -Tue, 30 Apr 2019 23:08:02 GMT - -_Version update only_ - -## 3.3.30 -Tue, 16 Apr 2019 11:01:37 GMT - -_Version update only_ - -## 3.3.29 -Fri, 12 Apr 2019 06:13:17 GMT - -_Version update only_ - -## 3.3.28 -Thu, 11 Apr 2019 07:14:01 GMT - -_Version update only_ - -## 3.3.27 -Tue, 09 Apr 2019 05:31:01 GMT - -_Version update only_ - -## 3.3.26 -Mon, 08 Apr 2019 19:12:52 GMT - -_Version update only_ - -## 3.3.25 -Sat, 06 Apr 2019 02:05:51 GMT - -_Version update only_ - -## 3.3.24 -Fri, 05 Apr 2019 04:16:17 GMT - -_Version update only_ - -## 3.3.23 -Wed, 03 Apr 2019 02:58:33 GMT - -_Version update only_ - -## 3.3.22 -Tue, 02 Apr 2019 01:12:02 GMT - -_Version update only_ - -## 3.3.21 -Sat, 30 Mar 2019 22:27:16 GMT - -_Version update only_ - -## 3.3.20 -Thu, 28 Mar 2019 19:14:27 GMT - -_Version update only_ - -## 3.3.19 -Tue, 26 Mar 2019 20:54:18 GMT - -_Version update only_ - -## 3.3.18 -Sat, 23 Mar 2019 03:48:31 GMT - -_Version update only_ - -## 3.3.17 -Thu, 21 Mar 2019 04:59:11 GMT - -_Version update only_ - -## 3.3.16 -Thu, 21 Mar 2019 01:15:32 GMT - -_Version update only_ - -## 3.3.15 -Wed, 20 Mar 2019 19:14:49 GMT - -_Version update only_ - -## 3.3.14 -Mon, 18 Mar 2019 04:28:43 GMT - -_Version update only_ - -## 3.3.13 -Fri, 15 Mar 2019 19:13:25 GMT - -_Version update only_ - -## 3.3.12 -Wed, 13 Mar 2019 19:13:14 GMT - -_Version update only_ - -## 3.3.11 -Wed, 13 Mar 2019 01:14:05 GMT - -_Version update only_ - -## 3.3.10 -Mon, 11 Mar 2019 16:13:36 GMT - -_Version update only_ - -## 3.3.9 -Tue, 05 Mar 2019 17:13:11 GMT - -### Patches - -- Fix UntrustCertTask imports - -## 3.3.8 -Mon, 04 Mar 2019 17:13:19 GMT - -_Version update only_ - -## 3.3.7 -Wed, 27 Feb 2019 22:13:58 GMT - -_Version update only_ - -## 3.3.6 -Wed, 27 Feb 2019 17:13:17 GMT - -_Version update only_ - -## 3.3.5 -Mon, 18 Feb 2019 17:13:23 GMT - -_Version update only_ - -## 3.3.4 -Tue, 12 Feb 2019 17:13:12 GMT - -_Version update only_ - -## 3.3.3 -Mon, 11 Feb 2019 10:32:37 GMT - -_Version update only_ - -## 3.3.2 -Mon, 11 Feb 2019 03:31:55 GMT - -_Version update only_ - -## 3.3.1 -Wed, 30 Jan 2019 20:49:12 GMT - -_Version update only_ - -## 3.3.0 -Mon, 21 Jan 2019 17:04:11 GMT - -### Minor changes - -- Added rootFolder option to adjust base folder for gulp serve - -## 3.2.94 -Sat, 19 Jan 2019 03:47:47 GMT - -_Version update only_ - -## 3.2.93 -Tue, 15 Jan 2019 17:04:09 GMT - -_Version update only_ - -## 3.2.92 -Thu, 10 Jan 2019 01:57:53 GMT - -_Version update only_ - -## 3.2.91 -Mon, 07 Jan 2019 17:04:07 GMT - -_Version update only_ - -## 3.2.90 -Wed, 19 Dec 2018 05:57:33 GMT - -_Version update only_ - -## 3.2.89 -Thu, 13 Dec 2018 02:58:11 GMT - -_Version update only_ - -## 3.2.88 -Wed, 12 Dec 2018 17:04:19 GMT - -_Version update only_ - -## 3.2.87 -Sat, 08 Dec 2018 06:35:36 GMT - -_Version update only_ - -## 3.2.86 -Fri, 07 Dec 2018 17:04:56 GMT - -_Version update only_ - -## 3.2.85 -Fri, 30 Nov 2018 23:34:58 GMT - -_Version update only_ - -## 3.2.84 -Thu, 29 Nov 2018 07:02:09 GMT - -_Version update only_ - -## 3.2.83 -Thu, 29 Nov 2018 00:35:38 GMT - -_Version update only_ - -## 3.2.82 -Wed, 28 Nov 2018 19:29:53 GMT - -_Version update only_ - -## 3.2.81 -Wed, 28 Nov 2018 02:17:11 GMT - -_Version update only_ - -## 3.2.80 -Fri, 16 Nov 2018 21:37:10 GMT - -_Version update only_ - -## 3.2.79 -Fri, 16 Nov 2018 00:59:00 GMT - -_Version update only_ - -## 3.2.78 -Fri, 09 Nov 2018 23:07:39 GMT - -_Version update only_ - -## 3.2.77 -Wed, 07 Nov 2018 21:04:35 GMT - -_Version update only_ - -## 3.2.76 -Wed, 07 Nov 2018 17:03:03 GMT - -_Version update only_ - -## 3.2.75 -Mon, 05 Nov 2018 17:04:24 GMT - -_Version update only_ - -## 3.2.74 -Thu, 01 Nov 2018 21:33:52 GMT - -_Version update only_ - -## 3.2.73 -Thu, 01 Nov 2018 19:32:52 GMT - -_Version update only_ - -## 3.2.72 -Wed, 31 Oct 2018 21:17:50 GMT - -_Version update only_ - -## 3.2.71 -Wed, 31 Oct 2018 17:00:55 GMT - -_Version update only_ - -## 3.2.70 -Sat, 27 Oct 2018 03:45:51 GMT - -_Version update only_ - -## 3.2.69 -Sat, 27 Oct 2018 02:17:18 GMT - -_Version update only_ - -## 3.2.68 -Sat, 27 Oct 2018 00:26:56 GMT - -_Version update only_ - -## 3.2.67 -Thu, 25 Oct 2018 23:20:40 GMT - -_Version update only_ - -## 3.2.66 -Thu, 25 Oct 2018 08:56:02 GMT - -_Version update only_ - -## 3.2.65 -Wed, 24 Oct 2018 16:03:10 GMT - -_Version update only_ - -## 3.2.64 -Thu, 18 Oct 2018 05:30:14 GMT - -_Version update only_ - -## 3.2.63 -Thu, 18 Oct 2018 01:32:21 GMT - -_Version update only_ - -## 3.2.62 -Wed, 17 Oct 2018 21:04:49 GMT - -_Version update only_ - -## 3.2.61 -Wed, 17 Oct 2018 14:43:24 GMT - -_Version update only_ - -## 3.2.60 -Thu, 11 Oct 2018 23:26:07 GMT - -_Version update only_ - -## 3.2.59 -Tue, 09 Oct 2018 06:58:02 GMT - -_Version update only_ - -## 3.2.58 -Mon, 08 Oct 2018 16:04:27 GMT - -_Version update only_ - -## 3.2.57 -Sun, 07 Oct 2018 06:15:56 GMT - -_Version update only_ - -## 3.2.56 -Fri, 28 Sep 2018 16:05:35 GMT - -_Version update only_ - -## 3.2.55 -Wed, 26 Sep 2018 21:39:40 GMT - -_Version update only_ - -## 3.2.54 -Mon, 24 Sep 2018 23:06:40 GMT - -_Version update only_ - -## 3.2.53 -Mon, 24 Sep 2018 16:04:28 GMT - -_Version update only_ - -## 3.2.52 -Fri, 21 Sep 2018 16:04:42 GMT - -_Version update only_ - -## 3.2.51 -Thu, 20 Sep 2018 23:57:21 GMT - -_Version update only_ - -## 3.2.50 -Tue, 18 Sep 2018 21:04:55 GMT - -_Version update only_ - -## 3.2.49 -Mon, 10 Sep 2018 23:23:01 GMT - -_Version update only_ - -## 3.2.48 -Thu, 06 Sep 2018 01:25:26 GMT - -### Patches - -- Update "repository" field in package.json - -## 3.2.47 -Tue, 04 Sep 2018 21:34:10 GMT - -_Version update only_ - -## 3.2.46 -Mon, 03 Sep 2018 16:04:45 GMT - -_Version update only_ - -## 3.2.45 -Thu, 30 Aug 2018 19:23:16 GMT - -_Version update only_ - -## 3.2.44 -Thu, 30 Aug 2018 18:45:12 GMT - -_Version update only_ - -## 3.2.43 -Wed, 29 Aug 2018 21:43:23 GMT - -_Version update only_ - -## 3.2.42 -Wed, 29 Aug 2018 06:36:50 GMT - -_Version update only_ - -## 3.2.41 -Thu, 23 Aug 2018 18:18:53 GMT - -### Patches - -- Republish all packages in web-build-tools to resolve GitHub issue #782 - -## 3.2.40 -Wed, 22 Aug 2018 20:58:58 GMT - -_Version update only_ - -## 3.2.39 -Wed, 22 Aug 2018 16:03:25 GMT - -_Version update only_ - -## 3.2.38 -Thu, 09 Aug 2018 21:03:22 GMT - -_Version update only_ - -## 3.2.37 -Tue, 07 Aug 2018 22:27:31 GMT - -### Patches - -- Upgrade gulp-open to elimiante security warning - -## 3.2.36 -Thu, 26 Jul 2018 16:04:17 GMT - -_Version update only_ - -## 3.2.35 -Tue, 03 Jul 2018 21:03:31 GMT - -_Version update only_ - -## 3.2.34 -Thu, 21 Jun 2018 08:27:29 GMT - -_Version update only_ - -## 3.2.33 -Wed, 13 Jun 2018 16:05:21 GMT - -### Patches - -- Pass the hostname from serve.json to gulpConnect.server() - -## 3.2.32 -Fri, 08 Jun 2018 08:43:52 GMT - -_Version update only_ - -## 3.2.31 -Thu, 31 May 2018 01:39:33 GMT - -_Version update only_ - -## 3.2.30 -Tue, 15 May 2018 02:26:45 GMT - -_Version update only_ - -## 3.2.29 -Fri, 11 May 2018 22:43:14 GMT - -_Version update only_ - -## 3.2.28 -Fri, 04 May 2018 00:42:38 GMT - -_Version update only_ - -## 3.2.27 -Mon, 30 Apr 2018 21:04:44 GMT - -### Patches - -- Internal refactoring to eliminate default exports - -## 3.2.26 -Tue, 03 Apr 2018 16:05:29 GMT - -_Version update only_ - -## 3.2.25 -Mon, 02 Apr 2018 16:05:24 GMT - -_Version update only_ - -## 3.2.24 -Mon, 26 Mar 2018 19:12:42 GMT - -_Version update only_ - -## 3.2.23 -Fri, 23 Mar 2018 00:34:53 GMT - -### Patches - -- Upgrade colors to version ~1.2.1 - -## 3.2.22 -Thu, 22 Mar 2018 18:34:13 GMT - -_Version update only_ - -## 3.2.21 -Sat, 17 Mar 2018 02:54:22 GMT - -_Version update only_ - -## 3.2.20 -Thu, 15 Mar 2018 16:05:43 GMT - -_Version update only_ - -## 3.2.19 -Fri, 02 Mar 2018 01:13:59 GMT - -_Version update only_ - -## 3.2.18 -Tue, 27 Feb 2018 22:05:57 GMT - -_Version update only_ - -## 3.2.17 -Fri, 23 Feb 2018 17:04:33 GMT - -### Patches - -- Upgrade gulp-connect in order to remove the HTTP2/HTTPS workaround . - -## 3.2.16 -Wed, 21 Feb 2018 22:04:19 GMT - -_Version update only_ - -## 3.2.15 -Wed, 21 Feb 2018 03:13:28 GMT - -_Version update only_ - -## 3.2.14 -Sat, 17 Feb 2018 02:53:49 GMT - -_Version update only_ - -## 3.2.13 -Fri, 16 Feb 2018 22:05:23 GMT - -_Version update only_ - -## 3.2.12 -Fri, 16 Feb 2018 17:05:11 GMT - -_Version update only_ - -## 3.2.11 -Wed, 07 Feb 2018 17:05:11 GMT - -_Version update only_ - -## 3.2.10 -Fri, 26 Jan 2018 22:05:30 GMT - -_Version update only_ - -## 3.2.9 -Fri, 26 Jan 2018 17:53:38 GMT - -### Patches - -- Force a patch bump in case the previous version was an empty package - -## 3.2.8 -Fri, 26 Jan 2018 00:36:51 GMT - -_Version update only_ - -## 3.2.7 -Tue, 23 Jan 2018 17:05:28 GMT - -### Patches - -- Replace gulp-util.colors with colors package - -## 3.2.6 -Sat, 20 Jan 2018 02:39:16 GMT - -### Patches - -- Fix an issue with gulp serve when serving via https on Node8 - -## 3.2.5 -Thu, 18 Jan 2018 03:23:46 GMT - -_Version update only_ - -## 3.2.4 -Thu, 18 Jan 2018 00:48:06 GMT - -_Version update only_ - -## 3.2.3 -Wed, 17 Jan 2018 10:49:31 GMT - -_Version update only_ - -## 3.2.2 -Fri, 12 Jan 2018 03:35:22 GMT - -_Version update only_ - -## 3.2.1 -Thu, 11 Jan 2018 22:31:51 GMT - -_Version update only_ - -## 3.2.0 -Wed, 10 Jan 2018 20:40:01 GMT - -### Minor changes - -- Upgrade to Node 8 - -## 3.1.24 -Tue, 09 Jan 2018 17:05:51 GMT - -### Patches - -- Get web-build-tools building with pnpm - -## 3.1.23 -Sun, 07 Jan 2018 05:12:08 GMT - -_Version update only_ - -## 3.1.22 -Fri, 05 Jan 2018 20:26:45 GMT - -_Version update only_ - -## 3.1.21 -Fri, 05 Jan 2018 00:48:41 GMT - -_Version update only_ - -## 3.1.20 -Fri, 22 Dec 2017 17:04:46 GMT - -_Version update only_ - -## 3.1.19 -Tue, 12 Dec 2017 03:33:26 GMT - -_Version update only_ - -## 3.1.18 -Thu, 30 Nov 2017 23:59:09 GMT - -_Version update only_ - -## 3.1.17 -Thu, 30 Nov 2017 23:12:21 GMT - -_Version update only_ - -## 3.1.16 -Wed, 29 Nov 2017 17:05:37 GMT - -_Version update only_ - -## 3.1.15 -Tue, 28 Nov 2017 23:43:55 GMT - -_Version update only_ - -## 3.1.14 -Mon, 13 Nov 2017 17:04:50 GMT - -_Version update only_ - -## 3.1.13 -Mon, 06 Nov 2017 17:04:18 GMT - -_Version update only_ - -## 3.1.12 -Thu, 02 Nov 2017 16:05:24 GMT - -### Patches - -- lock the reference version between web build tools projects - -## 3.1.11 -Wed, 01 Nov 2017 21:06:08 GMT - -### Patches - -- Upgrade cyclic dependencies - -## 3.1.10 -Tue, 31 Oct 2017 21:04:04 GMT - -_Version update only_ - -## 3.1.9 -Tue, 31 Oct 2017 16:04:55 GMT - -_Version update only_ - -## 3.1.8 -Wed, 25 Oct 2017 20:03:59 GMT - -_Version update only_ - -## 3.1.7 -Tue, 24 Oct 2017 18:17:12 GMT - -_Version update only_ - -## 3.1.6 -Mon, 23 Oct 2017 21:53:12 GMT - -### Patches - -- Updated cyclic dependencies - -## 3.1.5 -Fri, 20 Oct 2017 19:57:12 GMT - -_Version update only_ - -## 3.1.4 -Fri, 20 Oct 2017 01:52:54 GMT - -_Version update only_ - -## 3.1.3 -Fri, 20 Oct 2017 01:04:44 GMT - -_Version update only_ - -## 3.1.2 -Thu, 05 Oct 2017 01:05:02 GMT - -_Version update only_ - -## 3.1.1 -Thu, 28 Sep 2017 01:04:28 GMT - -_Version update only_ - -## 3.1.0 -Fri, 22 Sep 2017 01:04:02 GMT - -### Minor changes - -- Upgrade to es6 - -## 3.0.8 -Wed, 20 Sep 2017 22:10:17 GMT - -_Version update only_ - -## 3.0.7 -Mon, 11 Sep 2017 13:04:55 GMT - -_Version update only_ - -## 3.0.6 -Fri, 08 Sep 2017 01:28:04 GMT - -_Version update only_ - -## 3.0.5 -Thu, 07 Sep 2017 13:04:35 GMT - -_Version update only_ - -## 3.0.4 -Thu, 07 Sep 2017 00:11:11 GMT - -### Patches - -- Add $schema field to all schemas - -## 3.0.3 -Wed, 06 Sep 2017 13:03:42 GMT - -_Version update only_ - -## 3.0.2 -Tue, 05 Sep 2017 19:03:56 GMT - -_Version update only_ - -## 3.0.1 -Sat, 02 Sep 2017 01:04:26 GMT - -_Version update only_ - -## 3.0.0 -Thu, 31 Aug 2017 18:41:18 GMT - -### Breaking changes - -- Fix compatibility issues with old releases, by incrementing the major version number - -## 2.1.13 -Thu, 31 Aug 2017 17:46:25 GMT - -_Version update only_ - -## 2.1.12 -Wed, 30 Aug 2017 01:04:34 GMT - -_Version update only_ - -## 2.1.11 -Thu, 24 Aug 2017 22:44:12 GMT - -_Version update only_ - -## 2.1.10 -Thu, 24 Aug 2017 01:04:33 GMT - -_Version update only_ - -## 2.1.9 -Tue, 22 Aug 2017 13:04:22 GMT - -_Version update only_ - -## 2.1.8 -Wed, 16 Aug 2017 23:16:55 GMT - -### Patches - -- Publish - -## 2.1.7 -Tue, 15 Aug 2017 01:29:31 GMT - -### Patches - -- Force a patch bump to ensure everything is published - -## 2.1.6 -Fri, 11 Aug 2017 21:44:05 GMT - -### Patches - -- Allow the serve task to be extended with new configuration args. - -## 2.1.5 -Thu, 27 Jul 2017 01:04:48 GMT - -### Patches - -- Upgrade to the TS2.4 version of the build tools. - -## 2.1.4 -Tue, 25 Jul 2017 20:03:31 GMT - -### Patches - -- Upgrade to TypeScript 2.4 - -## 2.1.3 -Tue, 16 May 2017 00:01:03 GMT - -### Patches - -- Fixing an issue where the cert utility would fail if two certutils were on the PATH. - -## 2.1.2 -Thu, 27 Apr 2017 13:03:03 GMT - -### Patches - -- Fixing the development certificate to have the subjectAltName property to work with new versions of browsers. - -## 2.1.1 -Wed, 19 Apr 2017 20:18:06 GMT - -### Patches - -- Remove ES6 Promise & @types/es6-promise typings - -## 2.1.0 -Sat, 15 Apr 2017 01:03:33 GMT - -### Minor changes - -- Allowing the hostname to be configured in gulp-core-build-serve. - -## 2.0.4 -Wed, 15 Mar 2017 01:32:09 GMT - -### Patches - -- Locking `@types` packages. Synchronizing version specifiers for dependencies with other `web-build-tools` projects. - -## 2.0.3 -Tue, 31 Jan 2017 20:32:37 GMT - -### Patches - -- Make loadSchema public instead of protected. - -## 2.0.2 -Tue, 31 Jan 2017 01:55:09 GMT - -### Patches - -- Introduce schema for ServeTask - -## 2.0.1 -Fri, 13 Jan 2017 06:46:05 GMT - -_Initial release_ - diff --git a/core-build/gulp-core-build-serve/LICENSE b/core-build/gulp-core-build-serve/LICENSE deleted file mode 100644 index b3f0c9c646a..00000000000 --- a/core-build/gulp-core-build-serve/LICENSE +++ /dev/null @@ -1,24 +0,0 @@ -@microsoft/gulp-core-build-serve - -Copyright (c) Microsoft Corporation. All rights reserved. - -MIT License - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/core-build/gulp-core-build-serve/README.md b/core-build/gulp-core-build-serve/README.md deleted file mode 100644 index 62ef3c76d4a..00000000000 --- a/core-build/gulp-core-build-serve/README.md +++ /dev/null @@ -1,139 +0,0 @@ -# @microsoft/gulp-core-build-serve - - -`gulp-core-build-serve` is a `gulp-core-build` subtask for testing/serving web content on the localhost, and live reloading it when things change. - -[![npm version](https://badge.fury.io/js/%40microsoft%2Fgulp-core-build-serve.svg)](https://badge.fury.io/js/%40microsoft%2Fgulp-core-build-serve) -[![Build Status](https://travis-ci.org/Microsoft/gulp-core-build-serve.svg?branch=master)](https://travis-ci.org/Microsoft/gulp-core-build-serve) [![Dependencies](https://david-dm.org/Microsoft/gulp-core-build-serve.svg)](https://david-dm.org/Microsoft/gulp-core-build-serve) - -# ServeTask -A task which spins up two servers, one for serving files in the project, and another for -mocking out an API server to run on a different port. - -## Usage -`--nobrowser` will stop the browser from automatically launching. - -`--port X` will use X as the currently active port. - -## Config -### api -This configuration has two options. If it is undefined, no API endpoint is created. - -Default: `undefined` - -### port -The port to run the API server on. - -### entryPath -The path to the API file. This file should export an object of the following interface: - -```typescript -interface IApiMap { - [ route: string ]: Function; -} -``` - -### initialPage -The initial URL to load. This is ignored if the `--nobrowser` option is specified. - -Default: `'/index.html'` - -### port -The port to serve on. - -Default: `4321` - -### https -A boolean determining whether HTTPS mode should be turned on. - -Default: `false` - -### keyPath -When the `https` option is `true`, this is the path to the HTTPS key - -Default: `undefined` - -### certPath -Path to the HTTPS cert - -Default: `undefined` - -### pfxPath -Path to the HTTPS PFX cert - -Default: `undefined` - -### tryCreateDevCertificate -If true, when gulp-core-build-serve is initialized and a dev certificate doesn't already exist and hasn't been -specified, attempt to generate one and trust it automatically. - -Default: `false` - -# ReloadTask -## Usage -If this task is configured, whenever it is triggered it will tell `gulp-connect` to reload the page. - -## Config -*This task doesn't have any configuration options.* - -# TrustCertTask -## Usage -This task generates and trusts a development certificate. The certificate is self-signed -and stored, along with its private key, in the user's home directory. On Windows, it's -trusted as a root certification authority in the user certificate store. On macOS, it's -trusted as a root cert in the keychain. On other platforms, the certificate is generated -and signed, but the user must trust it manually. See ***Development Certificate*** below for -more information. - -## Config -*This task doesn't have any configuration options.* - -# UntrustCertTask -## Usage -On Windows, this task removes the certificate with the expected serial number from the user's -root certification authorities list. On macOS, it finds the SHA signature of the certificate -with the expected serial number and then removes that certificate from the keychain. On -other platforms, the user must untrust the certificate manually. On all platforms, -the certificate and private key are deleted from the user's home directory. See -***Development Certificate*** below for more information. - -## Config -*This task doesn't have any configuration options.* - -# Development Certificate - -`gulp-core-build-serve` provides functionality to run a development server in HTTPS. Because -HTTPS-hosted server responses are signed, hosting a server using HTTPS requires a trusted certificate -signed by a root certification authority or modern browsers will show security warnings and block -unsigned responses unless they are explicitly excepted. - -Because of this issue `gulp-core-build-serve` also provides functionality to generate and trust -(and un-trust) a development certificate. There are two ways to generate the development certificate: - -1. By setting the `ServeTask`'s `tryCreateDevCertificate` configuration option to `true`. This option -will make the serve task attempt to generate and trust a development certificate before starting the -server if a certificate wasn't specified using the `keyPath` and `certPath` parameters or the `pfxPath` -parameter. - -2. By invoking the `TrustCertTask` build task. - -The certificate is generated and self-signed with a unique private key and an attempt is made to trust -it (Windows and macOS only). If the user does not agree to trust the certificate, provides invalid root -credentials, or something else goes wrong, the `TrustCertTask` will fail and the `ServeTask` will serve -with the default, non-trusted certificate. If trust succeeds, the certificate and the private key are -dropped in the `.rushstack` directory in the user's home folder in `PEM` format. On platforms -other than Windows and macOS, the certificate and key are always dropped in that directory, and the user -must trust the certificate manually. - -After the certificate has been generated, trusted, and dropped in the home folder, any instance of -`gulp-core-build-serve` running in any project will use it when running in HTTPS mode. - -To untrust the certificate, invoke the `UntrustCertTask`. On Windows, this task deletes the certificate -by its serial number from the user root certification authorities store, and on macOS the certificate's -signature is found by its serial number and then the certificate is deleted from the keychain by its -signature. Regardless of whether the untrust succeeds or not, the certificate and key are deleted -from the user's home directory. - -To manually untrust the certificate, delete the files in the `.rushstack` directory under your -home directory and untrust the certificate with the -`73 1c 32 17 44 e3 46 50 a2 02 e3 ef 91 c3 c1 b0` serial number. diff --git a/core-build/gulp-core-build-serve/config/api-extractor.json b/core-build/gulp-core-build-serve/config/api-extractor.json deleted file mode 100644 index dcfa9cfc5b7..00000000000 --- a/core-build/gulp-core-build-serve/config/api-extractor.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", - - "mainEntryPointFilePath": "/lib/index.d.ts", - - "apiReport": { - "enabled": true, - "reportFolder": "../../../common/reviews/api" - }, - - "docModel": { - "enabled": true - }, - - "dtsRollup": { - "enabled": false - } -} diff --git a/core-build/gulp-core-build-serve/config/rush-project.json b/core-build/gulp-core-build-serve/config/rush-project.json deleted file mode 100644 index 61e414685c1..00000000000 --- a/core-build/gulp-core-build-serve/config/rush-project.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "projectOutputFolderNames": ["lib", "dist"] -} diff --git a/core-build/gulp-core-build-serve/gulpfile.js b/core-build/gulp-core-build-serve/gulpfile.js deleted file mode 100644 index 03b228b1e55..00000000000 --- a/core-build/gulp-core-build-serve/gulpfile.js +++ /dev/null @@ -1,9 +0,0 @@ -'use strict'; - -let build = require('@microsoft/node-library-build'); - -// This project doesn't have unit tests and GCB's Mocha doesn't play nice with Node 14, so disable Mocha -build.mocha.enabled = false; -build.instrument.enabled = false; - -build.initialize(require('gulp')); diff --git a/core-build/gulp-core-build-serve/package.json b/core-build/gulp-core-build-serve/package.json deleted file mode 100644 index c3a4b7128d0..00000000000 --- a/core-build/gulp-core-build-serve/package.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "@microsoft/gulp-core-build-serve", - "version": "3.9.14", - "description": "", - "main": "lib/index.js", - "typings": "lib/index.d.ts", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/microsoft/rushstack/tree/master/core-build/gulp-core-build-serve" - }, - "scripts": { - "build": "gulp --clean" - }, - "dependencies": { - "@microsoft/gulp-core-build": "workspace:*", - "@rushstack/debug-certificate-manager": "workspace:*", - "@rushstack/node-core-library": "workspace:*", - "@types/node": "10.17.13", - "colors": "~1.2.1", - "express": "~4.16.2", - "gulp": "~4.0.2", - "gulp-connect": "~5.5.0", - "gulp-open": "~3.0.1", - "sudo": "~1.0.3" - }, - "devDependencies": { - "@microsoft/node-library-build": "workspace:*", - "@microsoft/rush-stack-compiler-3.9": "workspace:*", - "@rushstack/eslint-config": "workspace:*", - "@types/express": "4.11.0", - "@types/express-serve-static-core": "4.11.0", - "@types/gulp": "4.0.6", - "@types/mime": "0.0.29", - "@types/orchestrator": "0.0.30", - "@types/serve-static": "1.13.1", - "@types/through2": "2.0.32", - "@types/vinyl": "2.0.3" - } -} diff --git a/core-build/gulp-core-build-serve/src/ReloadTask.ts b/core-build/gulp-core-build-serve/src/ReloadTask.ts deleted file mode 100644 index db46d2721c2..00000000000 --- a/core-build/gulp-core-build-serve/src/ReloadTask.ts +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import { GulpTask } from '@microsoft/gulp-core-build'; -import * as Gulp from 'gulp'; - -export class ReloadTask extends GulpTask { - public constructor() { - super('reload'); - } - - public executeTask(gulp: typeof Gulp, completeCallback?: (error?: string) => void): void { - // eslint-disable-next-line - const gulpConnect = require('gulp-connect'); - - gulp.src('.').pipe(gulpConnect.reload()); - - completeCallback(); - } -} diff --git a/core-build/gulp-core-build-serve/src/ServeTask.ts b/core-build/gulp-core-build-serve/src/ServeTask.ts deleted file mode 100644 index 82ce571d9df..00000000000 --- a/core-build/gulp-core-build-serve/src/ServeTask.ts +++ /dev/null @@ -1,320 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import { GulpTask, GCBTerminalProvider } from '@microsoft/gulp-core-build'; -import { IBuildConfig } from '@microsoft/gulp-core-build/lib/IBuildConfig'; -import { FileSystem, JsonObject, Terminal } from '@rushstack/node-core-library'; -import * as Gulp from 'gulp'; -import * as colors from 'colors'; -import * as HttpType from 'http'; -import * as HttpsType from 'https'; -import * as pathType from 'path'; -import * as ExpressType from 'express'; - -import { ICertificate, CertificateManager } from '@rushstack/debug-certificate-manager'; - -/** - * @remarks - * If this schema is updated, dependant schemas MUST also be updated, including the spfx-serve.schema.json. - * The spfx-serve.schema.json is the serve.schema.json file with the spfx-specific properties included. The - * merge is simple, but must be done manually whenever the serve.schema.json file is changed. - */ -export interface IServeTaskConfig { - /** - * API server configuration - */ - api?: { - /** - * The port on which to run the API server - */ - port: number; - - /** - * The path to the script to run as the API server - */ - entryPath: string; - }; - - /** - * The path to the page which should open automatically after this task completes. If you prefer no page to be - * launched, run the build with the "--nobrowser" flag - */ - initialPage?: string; - - /** - * The port on which to host the file server. - */ - port?: number; - - /** - * The name of the host on which serve is running. Defaults to 'localhost' - */ - hostname?: string; - - /** - * If true, the server should run on HTTPS - */ - https?: boolean; - - /** - * Path to the HTTPS key - */ - keyPath?: string; - - /** - * Path to the HTTPS cert - */ - certPath?: string; - - /** - * Path to the HTTPS PFX cert - */ - pfxPath?: string; - - /** - * Path relative to the server root to base the server in. - */ - rootFolder?: string; - - /** - * If true, when gulp-core-build-serve is initialized and a dev certificate doesn't already exist and hasn't been - * specified, attempt to generate one and trust it automatically. - * - * @default false - */ - tryCreateDevCertificate?: boolean; -} - -interface IApiMap { - // eslint-disable-next-line - [route: string]: Function; -} - -export class ServeTask extends GulpTask { - protected _terminalProvider: GCBTerminalProvider; - protected _terminal: Terminal; - - public constructor(extendedName?: string, extendedConfig?: TExtendedConfig) { - super(extendedName || 'serve', { - api: undefined, - https: false, - initialPage: '/index.html', - port: 4321, - hostname: 'localhost', - tryCreateDevCertificate: false, - ...(extendedConfig as any) // eslint-disable-line @typescript-eslint/no-explicit-any - } as IServeTaskConfig & TExtendedConfig); - this._terminalProvider = new GCBTerminalProvider(this); - this._terminal = new Terminal(this._terminalProvider); - } - - public loadSchema(): JsonObject { - return require('./serve.schema.json'); - } - - public async executeTask(gulp: typeof Gulp): Promise { - /* eslint-disable @typescript-eslint/typedef */ - const gulpConnect = require('gulp-connect'); - const open = require('gulp-open'); - const http = require('http'); - const https = require('https'); - /* eslint-enable @typescript-eslint/typedef */ - - const path: typeof pathType = require('path'); - - const openBrowser: boolean = process.argv.indexOf('--nobrowser') === -1; - const portArgumentIndex: number = process.argv.indexOf('--port'); - let { port, initialPage }: IServeTaskConfig = this.taskConfig; - const { api, hostname }: IServeTaskConfig = this.taskConfig; - const { rootPath }: IBuildConfig = this.buildConfig; - const httpsServerOptions: HttpsType.ServerOptions = await this._loadHttpsServerOptionsAsync(); - - if (portArgumentIndex >= 0 && process.argv.length > portArgumentIndex + 1) { - port = Number(process.argv[portArgumentIndex + 1]); - } - - // Spin up the connect server - gulpConnect.server({ - https: httpsServerOptions, - livereload: true, - // eslint-disable-next-line @typescript-eslint/ban-types - middleware: (): Function[] => [this._logRequestsMiddleware, this._enableCorsMiddleware], - port: port, - root: path.join(rootPath, this.taskConfig.rootFolder || ''), - preferHttp1: true, - host: hostname - }); - - // If an api is provided, spin it up. - if (api) { - let apiMap: IApiMap | { default: IApiMap }; - - try { - apiMap = require(path.join(rootPath, api.entryPath)); - - if (apiMap && (apiMap as { default: IApiMap }).default) { - apiMap = (apiMap as { default: IApiMap }).default; - } - } catch (e) { - this.logError(`The api entry could not be loaded: ${api.entryPath}`); - } - - if (apiMap) { - console.log(`Starting api server on port ${api.port}.`); - - const express: typeof ExpressType = require('express'); - const app: ExpressType.Express = express(); - - app.use(this._logRequestsMiddleware); - app.use(this._enableCorsMiddleware); - app.use(this._setJSONResponseContentTypeMiddleware); - - // Load the apis. - for (const apiMapEntry in apiMap) { - if (apiMap.hasOwnProperty(apiMapEntry)) { - console.log(`Registring api: ${colors.green(apiMapEntry)}`); - app.get(apiMapEntry, apiMap[apiMapEntry]); - } - } - - const apiPort: number = api.port || 5432; - if (this.taskConfig.https) { - https.createServer(httpsServerOptions, app).listen(apiPort); - } else { - http.createServer(app).listen(apiPort); - } - } - } - - // Spin up the browser. - if (openBrowser) { - let uri: string = initialPage; - if (!initialPage.match(/^https?:\/\//)) { - if (!initialPage.match(/^\//)) { - initialPage = `/${initialPage}`; - } - - uri = `${this.taskConfig.https ? 'https' : 'http'}://${ - this.taskConfig.hostname - }:${port}${initialPage}`; - } - - gulp.src('.').pipe( - open({ - uri: uri - }) - ); - } - } - - private _logRequestsMiddleware( - req: HttpType.IncomingMessage, - res: HttpType.ServerResponse, - next?: () => void - ): void { - const ipAddress: string = (req as any).ip; // eslint-disable-line @typescript-eslint/no-explicit-any - let resourceColor: (text: string) => string = colors.cyan; - - if (req && req.url) { - if (req.url.indexOf('.bundle.js') >= 0) { - resourceColor = colors.green; - } else if (req.url.indexOf('.js') >= 0) { - resourceColor = colors.magenta; - } - - console.log( - [ - ` Request: `, - `${ipAddress ? `[${colors.cyan(ipAddress)}] ` : ``}`, - `'${resourceColor(req.url)}'` - ].join('') - ); - } - - next(); - } - - private _enableCorsMiddleware( - req: HttpType.IncomingMessage, - res: HttpType.ServerResponse, - next?: () => void - ): void { - res.setHeader('Access-Control-Allow-Origin', '*'); - next(); - } - - private _setJSONResponseContentTypeMiddleware( - req: HttpType.IncomingMessage, - res: HttpType.ServerResponse, - next?: () => void - ): void { - res.setHeader('content-type', 'application/json'); - next(); - } - - private async _loadHttpsServerOptionsAsync(): Promise { - if (this.taskConfig.https) { - const result: HttpsType.ServerOptions = {}; - - // We're configuring an HTTPS server, so we need a certificate - if (this.taskConfig.pfxPath) { - // There's a PFX path in the config, so try that - this.logVerbose(`Trying PFX path: ${this.taskConfig.pfxPath}`); - if (FileSystem.exists(this.taskConfig.pfxPath)) { - try { - result.pfx = FileSystem.readFile(this.taskConfig.pfxPath); - this.logVerbose(`Loaded PFX certificate.`); - } catch (e) { - this.logError(`Error loading PFX file: ${e}`); - } - } else { - this.logError(`PFX file not found at path "${this.taskConfig.pfxPath}"`); - } - } else if (this.taskConfig.keyPath && this.taskConfig.certPath) { - this.logVerbose( - `Trying key path "${this.taskConfig.keyPath}" and cert path "${this.taskConfig.certPath}".` - ); - const certExists: boolean = FileSystem.exists(this.taskConfig.certPath); - const keyExists: boolean = FileSystem.exists(this.taskConfig.keyPath); - - if (keyExists && certExists) { - try { - result.cert = FileSystem.readFile(this.taskConfig.certPath); - result.key = FileSystem.readFile(this.taskConfig.keyPath); - } catch (e) { - this.logError(`Error loading key or cert file: ${e}`); - } - } else { - if (!keyExists) { - this.logError(`Key file not found at path "${this.taskConfig.keyPath}`); - } - - if (!certExists) { - this.logError(`Cert file not found at path "${this.taskConfig.certPath}`); - } - } - } else { - const certificateManager: CertificateManager = new CertificateManager(); - const devCertificate: ICertificate = await certificateManager.ensureCertificateAsync( - this.taskConfig.tryCreateDevCertificate, - this._terminal - ); - if (devCertificate.pemCertificate && devCertificate.pemKey) { - result.cert = devCertificate.pemCertificate; - result.key = devCertificate.pemKey; - } else { - this.logWarning( - 'When serving in HTTPS mode, a PFX cert path or a cert path and a key path must be ' + - "provided, or a dev certificate must be generated and trusted. If a SSL certificate isn't " + - 'provided, a default, self-signed certificate will be used. Expect browser security ' + - 'warnings.' - ); - } - } - - return result; - } else { - return undefined; - } - } -} diff --git a/core-build/gulp-core-build-serve/src/TrustCertTask.ts b/core-build/gulp-core-build-serve/src/TrustCertTask.ts deleted file mode 100644 index dc7455262be..00000000000 --- a/core-build/gulp-core-build-serve/src/TrustCertTask.ts +++ /dev/null @@ -1,33 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import { GulpTask, GCBTerminalProvider } from '@microsoft/gulp-core-build'; -import { ICertificate, CertificateManager } from '@rushstack/debug-certificate-manager'; -import { Terminal } from '@rushstack/node-core-library'; - -/** - * This task generates and trusts a development certificate. The certificate is self-signed - * and stored, along with its private key, in the user's home directory. On Windows, it's - * trusted as a root certification authority in the user certificate store. On macOS, it's - * trusted as a root cert in the keychain. On other platforms, the certificate is generated - * and signed, but the user must trust it manually. - */ -export class TrustCertTask extends GulpTask { - private _terminalProvider: GCBTerminalProvider; - private _terminal: Terminal; - - public constructor() { - super('trust-cert'); - this._terminalProvider = new GCBTerminalProvider(this); - this._terminal = new Terminal(this._terminalProvider); - } - - public async executeTask(): Promise { - const certificateManager: CertificateManager = new CertificateManager(); - const certificate: ICertificate = await certificateManager.ensureCertificateAsync(true, this._terminal); - - if (!certificate.pemCertificate || !certificate.pemKey) { - throw new Error('Error trusting development certificate.'); - } - } -} diff --git a/core-build/gulp-core-build-serve/src/UntrustCertTask.ts b/core-build/gulp-core-build-serve/src/UntrustCertTask.ts deleted file mode 100644 index 4072d7c8d4a..00000000000 --- a/core-build/gulp-core-build-serve/src/UntrustCertTask.ts +++ /dev/null @@ -1,39 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import { GulpTask, GCBTerminalProvider } from '@microsoft/gulp-core-build'; -import { Terminal } from '@rushstack/node-core-library'; -import { CertificateStore, CertificateManager } from '@rushstack/debug-certificate-manager'; - -/** - * On Windows, this task removes the certificate with the expected serial number from the user's - * root certification authorities list. On macOS, it finds the SHA signature of the certificate - * with the expected serial number and then removes that certificate from the keychain. On - * other platforms, the user must untrust the certificate manually. On all platforms, - * the certificate and private key are deleted from the user's home directory. - */ -export class UntrustCertTask extends GulpTask { - private _terminalProvider: GCBTerminalProvider; - private _terminal: Terminal; - - public constructor() { - super('untrust-cert'); - - this._terminalProvider = new GCBTerminalProvider(this); - this._terminal = new Terminal(this._terminalProvider); - } - - public async executeTask(): Promise { - const certificateManager: CertificateManager = new CertificateManager(); - const untrustCertResult: boolean = await certificateManager.untrustCertificateAsync(this._terminal); - const certificateStore: CertificateStore = new CertificateStore(); - - // Clear out the certificate store - certificateStore.certificateData = undefined; - certificateStore.keyData = undefined; - - if (!untrustCertResult) { - throw new Error('Error untrusting certificate.'); - } - } -} diff --git a/core-build/gulp-core-build-serve/src/index.ts b/core-build/gulp-core-build-serve/src/index.ts deleted file mode 100644 index e9472673415..00000000000 --- a/core-build/gulp-core-build-serve/src/index.ts +++ /dev/null @@ -1,29 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import { ServeTask } from './ServeTask'; -import { ReloadTask } from './ReloadTask'; -import { TrustCertTask } from './TrustCertTask'; -import { UntrustCertTask } from './UntrustCertTask'; - -/** - * @public - */ -export const serve: ServeTask = new ServeTask(); - -/** - * @public - */ -export const reload: ReloadTask = new ReloadTask(); - -/** - * @public - */ -export const trustDevCert: TrustCertTask = new TrustCertTask(); - -/** - * @public - */ -export const untrustDevCert: UntrustCertTask = new UntrustCertTask(); - -export default serve; diff --git a/core-build/gulp-core-build-serve/src/serve.schema.json b/core-build/gulp-core-build-serve/src/serve.schema.json deleted file mode 100644 index 593db016651..00000000000 --- a/core-build/gulp-core-build-serve/src/serve.schema.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "title": "Serve Task Configuration", - "description": "Defines parameters for the webserver which is spun up by the Serve Task", - - "type": "object", - "additionalProperties": false, - "properties": { - "$schema": { - "description": "Part of the JSON Schema standard, this optional keyword declares the URL of the schema that the file conforms to. Editors may download the schema and use it to perform syntax highlighting.", - "type": "string" - }, - - "api": { - "title": "API server configuration", - "description": "Parameters which configure the API server, which runs simultaneously and allows for mock testing", - - "type": "object", - "additionalProperties": false, - "required": ["port", "entryPath"], - "properties": { - "port": { - "title": "API Port", - "description": "The port which the API server listens on", - "type": "number" - }, - "entryPath": { - "title": "API Entry Point Path", - "description": "The path to the script to run as the API server", - "type": "string" - } - } - }, - - "initialPage": { - "title": "Initial Page", - "description": "The path to the page which should open automatically after this task completes", - "type": "string" - }, - - "port": { - "title": "Port", - "description": "The port on which to host the file server.", - "type": "number" - }, - - "hostname": { - "title": "Hostname", - "description": "The name of the host on which serve is running. Defaults to 'localhost'", - "type": "string" - }, - - "https": { - "title": "HTTPS Mode", - "description": "If true, the server should run on HTTPS", - "type": "boolean" - }, - - "keyPath": { - "title": "HTTPS Key Path", - "description": "Path to the HTTPS key", - "type": "string" - }, - - "certPath": { - "title": "HTTPS Cert Path", - "description": "Path to the HTTPS cert", - "type": "string" - }, - - "pfxPath": { - "title": "HTTPS PFX Path", - "description": "Path to the HTTPS PFX cert", - "type": "string" - }, - - "tryCreateDevCertificate": { - "title": "Should Create Dev Certificate", - "description": "If true, when gulp-core-build-serve is initialized and a dev certificate doesn't already exist and hasn't been specified, attempt to generate one and trust it automatically.", - "type": "boolean" - } - } -} diff --git a/core-build/gulp-core-build-serve/tsconfig.json b/core-build/gulp-core-build-serve/tsconfig.json deleted file mode 100644 index 0f3e0210c4d..00000000000 --- a/core-build/gulp-core-build-serve/tsconfig.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.9/includes/tsconfig-node.json", - "compilerOptions": { - "strictNullChecks": false - } -} diff --git a/core-build/gulp-core-build-typescript/.eslintrc.js b/core-build/gulp-core-build-typescript/.eslintrc.js deleted file mode 100644 index 4c934799d67..00000000000 --- a/core-build/gulp-core-build-typescript/.eslintrc.js +++ /dev/null @@ -1,10 +0,0 @@ -// This is a workaround for https://github.com/eslint/eslint/issues/3458 -require('@rushstack/eslint-config/patch/modern-module-resolution'); - -module.exports = { - extends: [ - '@rushstack/eslint-config/profile/node-trusted-tool', - '@rushstack/eslint-config/mixins/friendly-locals' - ], - parserOptions: { tsconfigRootDir: __dirname } -}; diff --git a/core-build/gulp-core-build-typescript/.npmignore b/core-build/gulp-core-build-typescript/.npmignore deleted file mode 100644 index 302dbc5b019..00000000000 --- a/core-build/gulp-core-build-typescript/.npmignore +++ /dev/null @@ -1,30 +0,0 @@ -# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. - -# Ignore all files by default, to avoid accidentally publishing unintended files. -* - -# Use negative patterns to bring back the specific things we want to publish. -!/bin/** -!/lib/** -!/lib-*/** -!/dist/** -!ThirdPartyNotice.txt - -# Ignore certain patterns that should not get published. -/dist/*.stats.* -/lib/**/test/ -/lib-*/**/test/ -*.test.js - -# NOTE: These don't need to be specified, because NPM includes them automatically. -# -# package.json -# README (and its variants) -# CHANGELOG (and its variants) -# LICENSE / LICENCE - -#-------------------------------------------- -# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE -#-------------------------------------------- - -# (Add your project-specific overrides here) \ No newline at end of file diff --git a/core-build/gulp-core-build-typescript/CHANGELOG.json b/core-build/gulp-core-build-typescript/CHANGELOG.json deleted file mode 100644 index a01606626ce..00000000000 --- a/core-build/gulp-core-build-typescript/CHANGELOG.json +++ /dev/null @@ -1,6265 +0,0 @@ -{ - "name": "@microsoft/gulp-core-build-typescript", - "entries": [ - { - "version": "8.5.26", - "tag": "@microsoft/gulp-core-build-typescript_v8.5.26", - "date": "Wed, 19 May 2021 00:11:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.17`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.38.0`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.47`" - } - ] - } - }, - { - "version": "8.5.25", - "tag": "@microsoft/gulp-core-build-typescript_v8.5.25", - "date": "Mon, 03 May 2021 15:10:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.16`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.37.0`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.46`" - } - ] - } - }, - { - "version": "8.5.24", - "tag": "@microsoft/gulp-core-build-typescript_v8.5.24", - "date": "Thu, 29 Apr 2021 23:26:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.15`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.45`" - } - ] - } - }, - { - "version": "8.5.23", - "tag": "@microsoft/gulp-core-build-typescript_v8.5.23", - "date": "Tue, 20 Apr 2021 04:59:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.14.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.44`" - } - ] - } - }, - { - "version": "8.5.22", - "tag": "@microsoft/gulp-core-build-typescript_v8.5.22", - "date": "Mon, 12 Apr 2021 15:10:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.14`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.2`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.43`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.4`" - } - ] - } - }, - { - "version": "8.5.21", - "tag": "@microsoft/gulp-core-build-typescript_v8.5.21", - "date": "Thu, 08 Apr 2021 06:05:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.42`" - } - ] - } - }, - { - "version": "8.5.20", - "tag": "@microsoft/gulp-core-build-typescript_v8.5.20", - "date": "Tue, 06 Apr 2021 15:14:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.1`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.41`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.3`" - } - ] - } - }, - { - "version": "8.5.19", - "tag": "@microsoft/gulp-core-build-typescript_v8.5.19", - "date": "Thu, 04 Mar 2021 01:11:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.40`" - } - ] - } - }, - { - "version": "8.5.18", - "tag": "@microsoft/gulp-core-build-typescript_v8.5.18", - "date": "Fri, 05 Feb 2021 16:10:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.12`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.0`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.39`" - } - ] - } - }, - { - "version": "8.5.17", - "tag": "@microsoft/gulp-core-build-typescript_v8.5.17", - "date": "Wed, 13 Jan 2021 01:11:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.38`" - } - ] - } - }, - { - "version": "8.5.16", - "tag": "@microsoft/gulp-core-build-typescript_v8.5.16", - "date": "Thu, 10 Dec 2020 23:25:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.2`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.12.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.37`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.2`" - } - ] - } - }, - { - "version": "8.5.15", - "tag": "@microsoft/gulp-core-build-typescript_v8.5.15", - "date": "Sat, 05 Dec 2020 01:11:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.36`" - } - ] - } - }, - { - "version": "8.5.14", - "tag": "@microsoft/gulp-core-build-typescript_v8.5.14", - "date": "Mon, 30 Nov 2020 16:11:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.10`" - } - ] - } - }, - { - "version": "8.5.13", - "tag": "@microsoft/gulp-core-build-typescript_v8.5.13", - "date": "Wed, 18 Nov 2020 08:19:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.12.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.35`" - } - ] - } - }, - { - "version": "8.5.12", - "tag": "@microsoft/gulp-core-build-typescript_v8.5.12", - "date": "Wed, 18 Nov 2020 06:21:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.34`" - } - ] - } - }, - { - "version": "8.5.11", - "tag": "@microsoft/gulp-core-build-typescript_v8.5.11", - "date": "Wed, 11 Nov 2020 01:08:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.1`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.33`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.1`" - } - ] - } - }, - { - "version": "8.5.10", - "tag": "@microsoft/gulp-core-build-typescript_v8.5.10", - "date": "Tue, 10 Nov 2020 23:13:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.8`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.0`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.32`" - } - ] - } - }, - { - "version": "8.5.9", - "tag": "@microsoft/gulp-core-build-typescript_v8.5.9", - "date": "Fri, 30 Oct 2020 06:38:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.7`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.7`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.31`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.0`" - } - ] - } - }, - { - "version": "8.5.8", - "tag": "@microsoft/gulp-core-build-typescript_v8.5.8", - "date": "Fri, 30 Oct 2020 00:10:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.6`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.6`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.30`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.3`" - } - ] - } - }, - { - "version": "8.5.7", - "tag": "@microsoft/gulp-core-build-typescript_v8.5.7", - "date": "Thu, 29 Oct 2020 06:14:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.29`" - } - ] - } - }, - { - "version": "8.5.6", - "tag": "@microsoft/gulp-core-build-typescript_v8.5.6", - "date": "Wed, 28 Oct 2020 01:18:03 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.5`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.28`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.2`" - } - ] - } - }, - { - "version": "8.5.5", - "tag": "@microsoft/gulp-core-build-typescript_v8.5.5", - "date": "Tue, 27 Oct 2020 15:10:13 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.4`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.27`" - } - ] - } - }, - { - "version": "8.5.4", - "tag": "@microsoft/gulp-core-build-typescript_v8.5.4", - "date": "Tue, 06 Oct 2020 00:24:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.3`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.26`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.1`" - } - ] - } - }, - { - "version": "8.5.3", - "tag": "@microsoft/gulp-core-build-typescript_v8.5.3", - "date": "Mon, 05 Oct 2020 22:36:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.2`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.25`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.0`" - } - ] - } - }, - { - "version": "8.5.2", - "tag": "@microsoft/gulp-core-build-typescript_v8.5.2", - "date": "Mon, 05 Oct 2020 15:10:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.24`" - } - ] - } - }, - { - "version": "8.5.1", - "tag": "@microsoft/gulp-core-build-typescript_v8.5.1", - "date": "Wed, 30 Sep 2020 18:39:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.1`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.23`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.3`" - } - ] - } - }, - { - "version": "8.5.0", - "tag": "@microsoft/gulp-core-build-typescript_v8.5.0", - "date": "Wed, 30 Sep 2020 06:53:53 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade compiler; the API now requires TypeScript 3.9 or newer" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.0`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.0`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.22`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.2`" - } - ] - } - }, - { - "version": "8.4.52", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.52", - "date": "Tue, 22 Sep 2020 05:45:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.28`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.6`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.22`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.21`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.1`" - } - ] - } - }, - { - "version": "8.4.51", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.51", - "date": "Tue, 22 Sep 2020 01:45:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.27`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.5`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.21`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.20`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.0`" - } - ] - } - }, - { - "version": "8.4.50", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.50", - "date": "Tue, 22 Sep 2020 00:08:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.26`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.4`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.20`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.19`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.0.0`" - } - ] - } - }, - { - "version": "8.4.49", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.49", - "date": "Sat, 19 Sep 2020 04:37:26 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.25`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.3`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.19`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.18`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.2`" - } - ] - } - }, - { - "version": "8.4.48", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.48", - "date": "Sat, 19 Sep 2020 03:33:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.24`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.2`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.18`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.17`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.1`" - } - ] - } - }, - { - "version": "8.4.47", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.47", - "date": "Fri, 18 Sep 2020 22:57:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.23`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.1`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.17`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.16`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.0`" - } - ] - } - }, - { - "version": "8.4.46", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.46", - "date": "Fri, 18 Sep 2020 21:49:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.22`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.0`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.16`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.15`" - } - ] - } - }, - { - "version": "8.4.45", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.45", - "date": "Sun, 13 Sep 2020 01:53:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.15`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.14`" - } - ] - } - }, - { - "version": "8.4.44", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.44", - "date": "Fri, 11 Sep 2020 02:13:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.21`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.32.0`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.14`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.13`" - } - ] - } - }, - { - "version": "8.4.43", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.43", - "date": "Mon, 07 Sep 2020 07:37:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.20`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.31.0`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.13`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.12`" - } - ] - } - }, - { - "version": "8.4.42", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.42", - "date": "Sat, 05 Sep 2020 18:56:34 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.12`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.11`" - } - ] - } - }, - { - "version": "8.4.41", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.41", - "date": "Thu, 27 Aug 2020 11:27:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.19`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.30.0`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.11`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.10`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.3.0`" - } - ] - } - }, - { - "version": "8.4.40", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.40", - "date": "Mon, 24 Aug 2020 07:35:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.18`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.29.1`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.10`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.9`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.1`" - } - ] - } - }, - { - "version": "8.4.39", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.39", - "date": "Sat, 22 Aug 2020 05:55:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.17`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.29.0`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.9`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.8`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.0`" - } - ] - } - }, - { - "version": "8.4.38", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.38", - "date": "Fri, 21 Aug 2020 01:21:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.8`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.7`" - } - ] - } - }, - { - "version": "8.4.37", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.37", - "date": "Thu, 20 Aug 2020 15:13:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.6`" - } - ] - } - }, - { - "version": "8.4.36", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.36", - "date": "Tue, 18 Aug 2020 23:59:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.16`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.28.0`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.5`" - } - ] - } - }, - { - "version": "8.4.35", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.35", - "date": "Mon, 17 Aug 2020 04:53:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.15`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.27.0`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.1.0`" - } - ] - } - }, - { - "version": "8.4.34", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.34", - "date": "Wed, 12 Aug 2020 00:10:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.14`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.26.2`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.0.4`" - } - ] - } - }, - { - "version": "8.4.33", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.33", - "date": "Wed, 05 Aug 2020 18:27:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.26.1`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" to `0.13.2`" - } - ] - } - }, - { - "version": "8.4.32", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.32", - "date": "Fri, 03 Jul 2020 15:09:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.11` to `3.16.12`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.4` to `3.25.0`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.9.0` to `7.9.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.13.0` to `0.13.1`" - } - ] - } - }, - { - "version": "8.4.31", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.31", - "date": "Fri, 03 Jul 2020 05:46:41 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.15` to `7.9.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.12.2` to `0.13.0`" - } - ] - } - }, - { - "version": "8.4.30", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.30", - "date": "Sat, 27 Jun 2020 00:09:37 GMT", - "comments": { - "patch": [ - { - "comment": "Move rush-stack-compiler-3.1 back to devDependencies" - } - ] - } - }, - { - "version": "8.4.29", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.29", - "date": "Fri, 26 Jun 2020 22:16:39 GMT", - "comments": { - "patch": [ - { - "comment": "Move rush-stack-compiler-3.1 from devDependencies to dependencies" - } - ] - } - }, - { - "version": "8.4.28", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.28", - "date": "Thu, 25 Jun 2020 06:43:34 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.10` to `3.16.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.3` to `3.24.4`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.14` to `7.8.15`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.12.1` to `0.12.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.1` to `1.0.2`" - } - ] - } - }, - { - "version": "8.4.27", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.27", - "date": "Wed, 24 Jun 2020 09:50:48 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.9` to `3.16.10`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.2` to `3.24.3`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.13` to `7.8.14`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.12.0` to `0.12.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.0` to `1.0.1`" - } - ] - } - }, - { - "version": "8.4.26", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.26", - "date": "Wed, 24 Jun 2020 09:04:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.8` to `3.16.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.1` to `3.24.2`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.12` to `7.8.13`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.11.1` to `0.12.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.8` to `1.0.0`" - } - ] - } - }, - { - "version": "8.4.25", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.25", - "date": "Mon, 15 Jun 2020 22:17:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.11` to `7.8.12`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.11.0` to `0.11.1`" - } - ] - } - }, - { - "version": "8.4.24", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.24", - "date": "Fri, 12 Jun 2020 09:19:21 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.10.3` to `0.11.0`" - } - ] - } - }, - { - "version": "8.4.23", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.23", - "date": "Wed, 10 Jun 2020 20:48:30 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.7` to `3.16.8`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.0` to `3.24.1`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.10` to `7.8.11`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.10.2` to `0.10.3`" - } - ] - } - }, - { - "version": "8.4.22", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.22", - "date": "Mon, 01 Jun 2020 08:34:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.9` to `7.8.10`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.10.1` to `0.10.2`" - } - ] - } - }, - { - "version": "8.4.21", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.21", - "date": "Sat, 30 May 2020 02:59:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.6` to `3.16.7`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.23.1` to `3.24.0`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.8` to `7.8.9`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.10.0` to `0.10.1`" - } - ] - } - }, - { - "version": "8.4.20", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.20", - "date": "Thu, 28 May 2020 05:59:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.5` to `3.16.6`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.23.0` to `3.23.1`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.7` to `7.8.8`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.9.17` to `0.10.0`" - } - ] - } - }, - { - "version": "8.4.19", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.19", - "date": "Wed, 27 May 2020 05:15:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.4` to `3.16.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.22.1` to `3.23.0`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.6` to `7.8.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.9.16` to `0.9.17`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.7` to `0.5.8`" - } - ] - } - }, - { - "version": "8.4.18", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.18", - "date": "Tue, 26 May 2020 23:00:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.3` to `3.16.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.22.0` to `3.22.1`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.5` to `7.8.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.9.15` to `0.9.16`" - } - ] - } - }, - { - "version": "8.4.17", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.17", - "date": "Fri, 22 May 2020 15:08:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.2` to `3.16.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.21.0` to `3.22.0`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.4` to `7.8.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.9.14` to `0.9.15`" - } - ] - } - }, - { - "version": "8.4.16", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.16", - "date": "Thu, 21 May 2020 23:09:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.1` to `3.16.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.20.0` to `3.21.0`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.3` to `7.8.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.9.13` to `0.9.14`" - } - ] - } - }, - { - "version": "8.4.15", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.15", - "date": "Thu, 21 May 2020 15:41:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.0` to `3.16.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.7` to `3.20.0`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.2` to `7.8.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.9.12` to `0.9.13`" - } - ] - } - }, - { - "version": "8.4.14", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.14", - "date": "Tue, 19 May 2020 15:08:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.1` to `7.8.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.9.11` to `0.9.12`" - } - ] - } - }, - { - "version": "8.4.13", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.13", - "date": "Fri, 15 May 2020 08:10:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.0` to `7.8.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.9.10` to `0.9.11`" - } - ] - } - }, - { - "version": "8.4.12", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.12", - "date": "Wed, 06 May 2020 08:23:45 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.13` to `7.8.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.9.9` to `0.9.10`" - } - ] - } - }, - { - "version": "8.4.11", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.11", - "date": "Sat, 02 May 2020 00:08:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.5` to `3.16.0`" - } - ] - } - }, - { - "version": "8.4.10", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.10", - "date": "Wed, 08 Apr 2020 04:07:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.4` to `3.15.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.6` to `3.19.7`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.12` to `7.7.13`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.9.8` to `0.9.9`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.6` to `0.5.7`" - } - ] - } - }, - { - "version": "8.4.9", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.9", - "date": "Fri, 03 Apr 2020 15:10:15 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.9.7` to `0.9.8`" - } - ] - } - }, - { - "version": "8.4.8", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.8", - "date": "Sun, 29 Mar 2020 00:04:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.11` to `7.7.12`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.9.6` to `0.9.7`" - } - ] - } - }, - { - "version": "8.4.7", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.7", - "date": "Sat, 28 Mar 2020 00:37:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.3` to `3.15.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.5` to `3.19.6`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.10` to `7.7.11`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.9.5` to `0.9.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.5` to `0.5.6`" - } - ] - } - }, - { - "version": "8.4.6", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.6", - "date": "Wed, 18 Mar 2020 15:07:47 GMT", - "comments": { - "patch": [ - { - "comment": "Upgrade cyclic dependencies" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.2` to `3.15.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.4` to `3.19.5`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.9` to `7.7.10`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.9.4` to `0.9.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.4` to `0.5.5`" - } - ] - } - }, - { - "version": "8.4.5", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.5", - "date": "Tue, 17 Mar 2020 23:55:58 GMT", - "comments": { - "patch": [ - { - "comment": "Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack`" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.1` to `3.15.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.3` to `3.19.4`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.8` to `7.7.9`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.9.3` to `0.9.4`" - } - ] - } - }, - { - "version": "8.4.4", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.4", - "date": "Tue, 28 Jan 2020 02:23:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.0` to `3.15.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.2` to `3.19.3`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.7` to `7.7.8`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.9.2` to `0.9.3`" - } - ] - } - }, - { - "version": "8.4.3", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.3", - "date": "Fri, 24 Jan 2020 00:27:39 GMT", - "comments": { - "patch": [ - { - "comment": "Extract GCBTerminalProvider to gulp-core-build." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.14.2` to `3.15.0`" - } - ] - } - }, - { - "version": "8.4.2", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.2", - "date": "Thu, 23 Jan 2020 01:07:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.14.1` to `3.14.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.1` to `3.19.2`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.6` to `7.7.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.9.1` to `0.9.2`" - } - ] - } - }, - { - "version": "8.4.1", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.1", - "date": "Tue, 21 Jan 2020 21:56:13 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.14.0` to `3.14.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.0` to `3.19.1`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.5` to `7.7.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.9.0` to `0.9.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.3` to `0.5.4`" - } - ] - } - }, - { - "version": "8.4.0", - "tag": "@microsoft/gulp-core-build-typescript_v8.4.0", - "date": "Sun, 19 Jan 2020 02:26:52 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade Node typings to Node 10" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.13.4` to `3.14.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.3` to `3.19.0`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.4` to `7.7.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.8.14` to `0.9.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.2` to `0.5.3`" - } - ] - } - }, - { - "version": "8.3.16", - "tag": "@microsoft/gulp-core-build-typescript_v8.3.16", - "date": "Fri, 17 Jan 2020 01:08:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.13.3` to `3.13.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.2` to `3.18.3`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.3` to `7.7.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.8.13` to `0.8.14`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.1` to `0.5.2`" - } - ] - } - }, - { - "version": "8.3.15", - "tag": "@microsoft/gulp-core-build-typescript_v8.3.15", - "date": "Tue, 14 Jan 2020 01:34:15 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.2` to `7.7.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.8.12` to `0.8.13`" - } - ] - } - }, - { - "version": "8.3.14", - "tag": "@microsoft/gulp-core-build-typescript_v8.3.14", - "date": "Sat, 11 Jan 2020 05:18:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.13.2` to `3.13.3`" - } - ] - } - }, - { - "version": "8.3.13", - "tag": "@microsoft/gulp-core-build-typescript_v8.3.13", - "date": "Thu, 09 Jan 2020 06:44:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.13.1` to `3.13.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.1` to `3.18.2`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.1` to `7.7.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.8.11` to `0.8.12`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.0` to `0.5.1`" - } - ] - } - }, - { - "version": "8.3.12", - "tag": "@microsoft/gulp-core-build-typescript_v8.3.12", - "date": "Wed, 08 Jan 2020 00:11:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.13.0` to `3.13.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.0` to `3.18.1`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.0` to `7.7.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.8.10` to `0.8.11`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.2` to `0.5.0`" - } - ] - } - }, - { - "version": "8.3.11", - "tag": "@microsoft/gulp-core-build-typescript_v8.3.11", - "date": "Wed, 04 Dec 2019 23:17:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.5` to `3.13.0`" - } - ] - } - }, - { - "version": "8.3.10", - "tag": "@microsoft/gulp-core-build-typescript_v8.3.10", - "date": "Tue, 03 Dec 2019 03:17:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.6.2` to `7.7.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.8.9` to `0.8.10`" - } - ] - } - }, - { - "version": "8.3.9", - "tag": "@microsoft/gulp-core-build-typescript_v8.3.9", - "date": "Sun, 24 Nov 2019 00:54:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.6.1` to `7.6.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.8.8` to `0.8.9`" - } - ] - } - }, - { - "version": "8.3.8", - "tag": "@microsoft/gulp-core-build-typescript_v8.3.8", - "date": "Wed, 20 Nov 2019 06:14:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.6.0` to `7.6.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.8.7` to `0.8.8`" - } - ] - } - }, - { - "version": "8.3.7", - "tag": "@microsoft/gulp-core-build-typescript_v8.3.7", - "date": "Fri, 15 Nov 2019 04:50:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.4` to `3.12.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.17.1` to `3.18.0`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.6` to `7.6.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.8.6` to `0.8.7`" - } - ] - } - }, - { - "version": "8.3.6", - "tag": "@microsoft/gulp-core-build-typescript_v8.3.6", - "date": "Mon, 11 Nov 2019 16:07:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.3` to `3.12.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.17.0` to `3.17.1`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.5` to `7.5.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.8.5` to `0.8.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.1` to `0.4.2`" - } - ] - } - }, - { - "version": "8.3.5", - "tag": "@microsoft/gulp-core-build-typescript_v8.3.5", - "date": "Wed, 06 Nov 2019 22:44:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.4` to `7.5.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.8.4` to `0.8.5`" - } - ] - } - }, - { - "version": "8.3.4", - "tag": "@microsoft/gulp-core-build-typescript_v8.3.4", - "date": "Tue, 05 Nov 2019 06:49:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.2` to `3.12.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.16.0` to `3.17.0`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.3` to `7.5.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.8.3` to `0.8.4`" - } - ] - } - }, - { - "version": "8.3.3", - "tag": "@microsoft/gulp-core-build-typescript_v8.3.3", - "date": "Tue, 05 Nov 2019 01:08:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.2` to `7.5.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.8.2` to `0.8.3`" - } - ] - } - }, - { - "version": "8.3.2", - "tag": "@microsoft/gulp-core-build-typescript_v8.3.2", - "date": "Fri, 25 Oct 2019 15:08:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.8.1` to `0.8.2`" - } - ] - } - }, - { - "version": "8.3.1", - "tag": "@microsoft/gulp-core-build-typescript_v8.3.1", - "date": "Tue, 22 Oct 2019 06:24:44 GMT", - "comments": { - "patch": [ - { - "comment": "Refactor some code as part of migration from TSLint to ESLint" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.1` to `3.12.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.15.1` to `3.16.0`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.1` to `7.5.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.8.0` to `0.8.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.0` to `0.4.1`" - } - ] - } - }, - { - "version": "8.3.0", - "tag": "@microsoft/gulp-core-build-typescript_v8.3.0", - "date": "Mon, 21 Oct 2019 05:22:43 GMT", - "comments": { - "minor": [ - { - "comment": "Add support for ESLint+TypeScript" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.7.6` to `0.8.0`" - } - ] - } - }, - { - "version": "8.2.6", - "tag": "@microsoft/gulp-core-build-typescript_v8.2.6", - "date": "Fri, 18 Oct 2019 15:15:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.0` to `7.5.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.7.5` to `0.7.6`" - } - ] - } - }, - { - "version": "8.2.5", - "tag": "@microsoft/gulp-core-build-typescript_v8.2.5", - "date": "Sun, 06 Oct 2019 00:27:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.7` to `7.5.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.7.4` to `0.7.5`" - } - ] - } - }, - { - "version": "8.2.4", - "tag": "@microsoft/gulp-core-build-typescript_v8.2.4", - "date": "Fri, 04 Oct 2019 00:15:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.6` to `7.4.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.7.3` to `0.7.4`" - } - ] - } - }, - { - "version": "8.2.3", - "tag": "@microsoft/gulp-core-build-typescript_v8.2.3", - "date": "Sun, 29 Sep 2019 23:56:29 GMT", - "comments": { - "patch": [ - { - "comment": "Update repository URL" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.0` to `3.12.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.15.0` to `3.15.1`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.5` to `7.4.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.7.2` to `0.7.3`" - } - ] - } - }, - { - "version": "8.2.2", - "tag": "@microsoft/gulp-core-build-typescript_v8.2.2", - "date": "Wed, 25 Sep 2019 15:15:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.4` to `7.4.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.7.1` to `0.7.2`" - } - ] - } - }, - { - "version": "8.2.1", - "tag": "@microsoft/gulp-core-build-typescript_v8.2.1", - "date": "Tue, 24 Sep 2019 02:58:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.3` to `7.4.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.7.0` to `0.7.1`" - } - ] - } - }, - { - "version": "8.2.0", - "tag": "@microsoft/gulp-core-build-typescript_v8.2.0", - "date": "Mon, 23 Sep 2019 15:14:55 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade @types/node dependency" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.11.3` to `3.12.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.2` to `3.15.0`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.2` to `7.4.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.6.36` to `0.7.0`" - } - ] - } - }, - { - "version": "8.1.35", - "tag": "@microsoft/gulp-core-build-typescript_v8.1.35", - "date": "Fri, 20 Sep 2019 21:27:22 GMT", - "comments": { - "patch": [ - { - "comment": "Fix an issue where api-extractor warnings weren't being reported." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.6.35` to `0.6.36`" - } - ] - } - }, - { - "version": "8.1.34", - "tag": "@microsoft/gulp-core-build-typescript_v8.1.34", - "date": "Wed, 11 Sep 2019 19:56:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.1` to `7.4.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.6.34` to `0.6.35`" - } - ] - } - }, - { - "version": "8.1.33", - "tag": "@microsoft/gulp-core-build-typescript_v8.1.33", - "date": "Tue, 10 Sep 2019 22:32:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.11.2` to `3.11.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.1` to `3.14.2`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.0` to `7.4.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.6.33` to `0.6.34`" - } - ] - } - }, - { - "version": "8.1.32", - "tag": "@microsoft/gulp-core-build-typescript_v8.1.32", - "date": "Tue, 10 Sep 2019 20:38:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.11` to `7.4.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.6.32` to `0.6.33`" - } - ] - } - }, - { - "version": "8.1.31", - "tag": "@microsoft/gulp-core-build-typescript_v8.1.31", - "date": "Wed, 04 Sep 2019 18:28:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.11.1` to `3.11.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.0` to `3.14.1`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.10` to `7.3.11`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.6.31` to `0.6.32`" - } - ] - } - }, - { - "version": "8.1.30", - "tag": "@microsoft/gulp-core-build-typescript_v8.1.30", - "date": "Wed, 04 Sep 2019 15:15:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.9` to `7.3.10`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.6.30` to `0.6.31`" - } - ] - } - }, - { - "version": "8.1.29", - "tag": "@microsoft/gulp-core-build-typescript_v8.1.29", - "date": "Fri, 30 Aug 2019 00:14:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.8` to `7.3.9`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.6.29` to `0.6.30`" - } - ] - } - }, - { - "version": "8.1.28", - "tag": "@microsoft/gulp-core-build-typescript_v8.1.28", - "date": "Mon, 12 Aug 2019 15:15:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.7` to `7.3.8`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.6.28` to `0.6.29`" - } - ] - } - }, - { - "version": "8.1.27", - "tag": "@microsoft/gulp-core-build-typescript_v8.1.27", - "date": "Thu, 08 Aug 2019 15:14:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.11.0` to `3.11.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.13.0` to `3.14.0`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.6` to `7.3.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.6.27` to `0.6.28`" - } - ] - } - }, - { - "version": "8.1.26", - "tag": "@microsoft/gulp-core-build-typescript_v8.1.26", - "date": "Thu, 08 Aug 2019 00:49:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.5` to `7.3.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.6.26` to `0.6.27`" - } - ] - } - }, - { - "version": "8.1.25", - "tag": "@microsoft/gulp-core-build-typescript_v8.1.25", - "date": "Mon, 05 Aug 2019 22:04:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.10.0` to `3.11.0`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.4` to `7.3.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.6.25` to `0.6.26`" - } - ] - } - }, - { - "version": "8.1.24", - "tag": "@microsoft/gulp-core-build-typescript_v8.1.24", - "date": "Tue, 23 Jul 2019 19:14:38 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.26` to `3.10.0`" - } - ] - } - }, - { - "version": "8.1.23", - "tag": "@microsoft/gulp-core-build-typescript_v8.1.23", - "date": "Tue, 23 Jul 2019 01:13:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.3` to `7.3.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.6.24` to `0.6.25`" - } - ] - } - }, - { - "version": "8.1.22", - "tag": "@microsoft/gulp-core-build-typescript_v8.1.22", - "date": "Mon, 22 Jul 2019 19:13:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.2` to `7.3.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.6.23` to `0.6.24`" - } - ] - } - }, - { - "version": "8.1.21", - "tag": "@microsoft/gulp-core-build-typescript_v8.1.21", - "date": "Fri, 12 Jul 2019 19:12:46 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.1` to `7.3.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.6.22` to `0.6.23`" - } - ] - } - }, - { - "version": "8.1.20", - "tag": "@microsoft/gulp-core-build-typescript_v8.1.20", - "date": "Thu, 11 Jul 2019 19:13:08 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.0` to `7.3.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.6.21` to `0.6.22`" - } - ] - } - }, - { - "version": "8.1.19", - "tag": "@microsoft/gulp-core-build-typescript_v8.1.19", - "date": "Tue, 09 Jul 2019 19:13:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.2.3` to `7.3.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.6.20` to `0.6.21`" - } - ] - } - }, - { - "version": "8.1.18", - "tag": "@microsoft/gulp-core-build-typescript_v8.1.18", - "date": "Mon, 08 Jul 2019 19:12:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.2.2` to `7.2.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.6.19` to `0.6.20`" - } - ] - } - }, - { - "version": "8.1.17", - "tag": "@microsoft/gulp-core-build-typescript_v8.1.17", - "date": "Sat, 29 Jun 2019 02:30:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.2.1` to `7.2.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.6.18` to `0.6.19`" - } - ] - } - }, - { - "version": "8.1.16", - "tag": "@microsoft/gulp-core-build-typescript_v8.1.16", - "date": "Wed, 12 Jun 2019 19:12:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.2.0` to `7.2.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.6.17` to `0.6.18`" - } - ] - } - }, - { - "version": "8.1.15", - "tag": "@microsoft/gulp-core-build-typescript_v8.1.15", - "date": "Tue, 11 Jun 2019 00:48:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.8` to `7.2.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.6.16` to `0.6.17`" - } - ] - } - }, - { - "version": "8.1.14", - "tag": "@microsoft/gulp-core-build-typescript_v8.1.14", - "date": "Wed, 05 Jun 2019 19:12:34 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.7` to `7.1.8`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.6.15` to `0.6.16`" - } - ] - } - }, - { - "version": "8.1.13", - "tag": "@microsoft/gulp-core-build-typescript_v8.1.13", - "date": "Tue, 04 Jun 2019 05:51:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.6` to `7.1.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.6.14` to `0.6.15`" - } - ] - } - }, - { - "version": "8.1.12", - "tag": "@microsoft/gulp-core-build-typescript_v8.1.12", - "date": "Mon, 27 May 2019 04:13:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.5` to `7.1.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.6.13` to `0.6.14`" - } - ] - } - }, - { - "version": "8.1.11", - "tag": "@microsoft/gulp-core-build-typescript_v8.1.11", - "date": "Mon, 13 May 2019 02:08:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.4` to `7.1.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.6.12` to `0.6.13`" - } - ] - } - }, - { - "version": "8.1.10", - "tag": "@microsoft/gulp-core-build-typescript_v8.1.10", - "date": "Mon, 06 May 2019 20:46:21 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.3` to `7.1.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.6.11` to `0.6.12`" - } - ] - } - }, - { - "version": "8.1.9", - "tag": "@microsoft/gulp-core-build-typescript_v8.1.9", - "date": "Mon, 06 May 2019 19:34:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.2` to `7.1.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.6.10` to `0.6.11`" - } - ] - } - }, - { - "version": "8.1.8", - "tag": "@microsoft/gulp-core-build-typescript_v8.1.8", - "date": "Mon, 06 May 2019 19:11:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.1` to `7.1.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.6.9` to `0.6.10`" - } - ] - } - }, - { - "version": "8.1.7", - "tag": "@microsoft/gulp-core-build-typescript_v8.1.7", - "date": "Tue, 30 Apr 2019 23:08:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.0` to `7.1.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.6.8` to `0.6.9`" - } - ] - } - }, - { - "version": "8.1.6", - "tag": "@microsoft/gulp-core-build-typescript_v8.1.6", - "date": "Tue, 16 Apr 2019 11:01:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.42` to `7.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.6.7` to `0.6.8`" - } - ] - } - }, - { - "version": "8.1.5", - "tag": "@microsoft/gulp-core-build-typescript_v8.1.5", - "date": "Fri, 12 Apr 2019 06:13:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.41` to `7.0.42`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.6.6` to `0.6.7`" - } - ] - } - }, - { - "version": "8.1.4", - "tag": "@microsoft/gulp-core-build-typescript_v8.1.4", - "date": "Thu, 11 Apr 2019 07:14:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.40` to `7.0.41`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.6.5` to `0.6.6`" - } - ] - } - }, - { - "version": "8.1.3", - "tag": "@microsoft/gulp-core-build-typescript_v8.1.3", - "date": "Tue, 09 Apr 2019 05:31:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.39` to `7.0.40`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.6.4` to `0.6.5`" - } - ] - } - }, - { - "version": "8.1.2", - "tag": "@microsoft/gulp-core-build-typescript_v8.1.2", - "date": "Mon, 08 Apr 2019 19:12:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.38` to `7.0.39`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.6.3` to `0.6.4`" - } - ] - } - }, - { - "version": "8.1.1", - "tag": "@microsoft/gulp-core-build-typescript_v8.1.1", - "date": "Sat, 06 Apr 2019 02:05:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.37` to `7.0.38`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.6.2` to `0.6.3`" - } - ] - } - }, - { - "version": "8.1.0", - "tag": "@microsoft/gulp-core-build-typescript_v8.1.0", - "date": "Fri, 05 Apr 2019 04:16:17 GMT", - "comments": { - "minor": [ - { - "comment": "Update to use the new rush-stack-compiler contract for API Extractor 7" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.36` to `7.0.37`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.1\" from `0.6.1` to `0.6.2`" - } - ] - } - }, - { - "version": "8.0.23", - "tag": "@microsoft/gulp-core-build-typescript_v8.0.23", - "date": "Wed, 03 Apr 2019 02:58:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.0` to `0.3.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.25` to `3.9.26`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.35` to `7.0.36`" - } - ] - } - }, - { - "version": "8.0.22", - "tag": "@microsoft/gulp-core-build-typescript_v8.0.22", - "date": "Tue, 02 Apr 2019 01:12:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.20` to `0.3.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.24` to `3.9.25`" - } - ] - } - }, - { - "version": "8.0.21", - "tag": "@microsoft/gulp-core-build-typescript_v8.0.21", - "date": "Sat, 30 Mar 2019 22:27:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.19` to `0.2.20`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.23` to `3.9.24`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.34` to `7.0.35`" - } - ] - } - }, - { - "version": "8.0.20", - "tag": "@microsoft/gulp-core-build-typescript_v8.0.20", - "date": "Thu, 28 Mar 2019 19:14:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.18` to `0.2.19`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.22` to `3.9.23`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.33` to `7.0.34`" - } - ] - } - }, - { - "version": "8.0.19", - "tag": "@microsoft/gulp-core-build-typescript_v8.0.19", - "date": "Tue, 26 Mar 2019 20:54:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.17` to `0.2.18`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.21` to `3.9.22`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.32` to `7.0.33`" - } - ] - } - }, - { - "version": "8.0.18", - "tag": "@microsoft/gulp-core-build-typescript_v8.0.18", - "date": "Sat, 23 Mar 2019 03:48:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.16` to `0.2.17`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.20` to `3.9.21`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.31` to `7.0.32`" - } - ] - } - }, - { - "version": "8.0.17", - "tag": "@microsoft/gulp-core-build-typescript_v8.0.17", - "date": "Thu, 21 Mar 2019 04:59:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.15` to `0.2.16`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.19` to `3.9.20`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.30` to `7.0.31`" - } - ] - } - }, - { - "version": "8.0.16", - "tag": "@microsoft/gulp-core-build-typescript_v8.0.16", - "date": "Thu, 21 Mar 2019 01:15:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.14` to `0.2.15`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.18` to `3.9.19`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.29` to `7.0.30`" - } - ] - } - }, - { - "version": "8.0.15", - "tag": "@microsoft/gulp-core-build-typescript_v8.0.15", - "date": "Wed, 20 Mar 2019 19:14:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.13` to `0.2.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.17` to `3.9.18`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.12.1` to `3.13.0`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.28` to `7.0.29`" - } - ] - } - }, - { - "version": "8.0.14", - "tag": "@microsoft/gulp-core-build-typescript_v8.0.14", - "date": "Mon, 18 Mar 2019 04:28:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.12` to `0.2.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.16` to `3.9.17`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.12.0` to `3.12.1`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.27` to `7.0.28`" - } - ] - } - }, - { - "version": "8.0.13", - "tag": "@microsoft/gulp-core-build-typescript_v8.0.13", - "date": "Fri, 15 Mar 2019 19:13:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.11` to `0.2.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.15` to `3.9.16`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.26` to `7.0.27`" - } - ] - } - }, - { - "version": "8.0.12", - "tag": "@microsoft/gulp-core-build-typescript_v8.0.12", - "date": "Wed, 13 Mar 2019 19:13:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.10` to `0.2.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.14` to `3.9.15`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.25` to `7.0.26`" - } - ] - } - }, - { - "version": "8.0.11", - "tag": "@microsoft/gulp-core-build-typescript_v8.0.11", - "date": "Wed, 13 Mar 2019 01:14:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.9` to `0.2.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.13` to `3.9.14`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.24` to `7.0.25`" - } - ] - } - }, - { - "version": "8.0.10", - "tag": "@microsoft/gulp-core-build-typescript_v8.0.10", - "date": "Mon, 11 Mar 2019 16:13:36 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.8` to `0.2.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.12` to `3.9.13`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.23` to `7.0.24`" - } - ] - } - }, - { - "version": "8.0.9", - "tag": "@microsoft/gulp-core-build-typescript_v8.0.9", - "date": "Tue, 05 Mar 2019 17:13:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.7` to `0.2.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.11` to `3.9.12`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.22` to `7.0.23`" - } - ] - } - }, - { - "version": "8.0.8", - "tag": "@microsoft/gulp-core-build-typescript_v8.0.8", - "date": "Mon, 04 Mar 2019 17:13:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.6` to `0.2.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.10` to `3.9.11`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.21` to `7.0.22`" - } - ] - } - }, - { - "version": "8.0.7", - "tag": "@microsoft/gulp-core-build-typescript_v8.0.7", - "date": "Wed, 27 Feb 2019 22:13:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.5` to `0.2.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.9` to `3.9.10`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.11.1` to `3.12.0`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.20` to `7.0.21`" - } - ] - } - }, - { - "version": "8.0.6", - "tag": "@microsoft/gulp-core-build-typescript_v8.0.6", - "date": "Wed, 27 Feb 2019 17:13:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.4` to `0.2.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.8` to `3.9.9`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.11.0` to `3.11.1`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.19` to `7.0.20`" - } - ] - } - }, - { - "version": "8.0.5", - "tag": "@microsoft/gulp-core-build-typescript_v8.0.5", - "date": "Mon, 18 Feb 2019 17:13:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.3` to `0.2.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.7` to `3.9.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.10.0` to `3.11.0`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.18` to `7.0.19`" - } - ] - } - }, - { - "version": "8.0.4", - "tag": "@microsoft/gulp-core-build-typescript_v8.0.4", - "date": "Tue, 12 Feb 2019 17:13:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.2` to `0.2.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.6` to `3.9.7`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.17` to `7.0.18`" - } - ] - } - }, - { - "version": "8.0.3", - "tag": "@microsoft/gulp-core-build-typescript_v8.0.3", - "date": "Mon, 11 Feb 2019 10:32:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-2.7\" from `0.5.1` to `0.5.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.5` to `3.9.6`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.16` to `7.0.17`" - } - ] - } - }, - { - "version": "8.0.2", - "tag": "@microsoft/gulp-core-build-typescript_v8.0.2", - "date": "Mon, 11 Feb 2019 03:31:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-2.7\" from `0.5.0` to `0.5.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.4` to `3.9.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.9.0` to `3.10.0`" - } - ] - } - }, - { - "version": "8.0.1", - "tag": "@microsoft/gulp-core-build-typescript_v8.0.1", - "date": "Wed, 30 Jan 2019 20:49:11 GMT", - "comments": { - "patch": [ - { - "comment": "Update dependency on changed API in RSC" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-2.7\" from `0.4.0` to `0.5.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.3` to `3.9.4`" - } - ] - } - }, - { - "version": "8.0.0", - "tag": "@microsoft/gulp-core-build-typescript_v8.0.0", - "date": "Sat, 19 Jan 2019 03:47:47 GMT", - "comments": { - "major": [ - { - "comment": "Update api extractor task to use api extractor's config file." - } - ], - "minor": [ - { - "comment": "Upgrade to use API Extractor 7 beta" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-2.7\" from `0.3.4` to `0.4.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.2` to `3.9.3`" - } - ] - } - }, - { - "version": "7.4.8", - "tag": "@microsoft/gulp-core-build-typescript_v7.4.8", - "date": "Tue, 15 Jan 2019 17:04:09 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.1` to `3.9.2`" - } - ] - } - }, - { - "version": "7.4.7", - "tag": "@microsoft/gulp-core-build-typescript_v7.4.7", - "date": "Thu, 10 Jan 2019 01:57:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-2.7\" from `0.3.3` to `0.3.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.0` to `3.9.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.8.3` to `3.9.0`" - } - ] - } - }, - { - "version": "7.4.6", - "tag": "@microsoft/gulp-core-build-typescript_v7.4.6", - "date": "Mon, 07 Jan 2019 17:04:07 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.57` to `3.9.0`" - } - ] - } - }, - { - "version": "7.4.5", - "tag": "@microsoft/gulp-core-build-typescript_v7.4.5", - "date": "Wed, 19 Dec 2018 05:57:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-2.7\" from `0.3.2` to `0.3.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.56` to `3.8.57`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.8.2` to `3.8.3`" - } - ] - } - }, - { - "version": "7.4.4", - "tag": "@microsoft/gulp-core-build-typescript_v7.4.4", - "date": "Thu, 13 Dec 2018 02:58:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-2.7\" from `0.3.1` to `0.3.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.55` to `3.8.56`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.8.1` to `3.8.2`" - } - ] - } - }, - { - "version": "7.4.3", - "tag": "@microsoft/gulp-core-build-typescript_v7.4.3", - "date": "Wed, 12 Dec 2018 17:04:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-2.7\" from `0.3.0` to `0.3.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.54` to `3.8.55`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.8.0` to `3.8.1`" - } - ] - } - }, - { - "version": "7.4.2", - "tag": "@microsoft/gulp-core-build-typescript_v7.4.2", - "date": "Sat, 08 Dec 2018 06:35:36 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-2.7\" from `0.2.1` to `0.3.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.53` to `3.8.54`" - } - ] - } - }, - { - "version": "7.4.1", - "tag": "@microsoft/gulp-core-build-typescript_v7.4.1", - "date": "Fri, 07 Dec 2018 17:04:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-2.7\" from `0.2.0` to `0.2.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.52` to `3.8.53`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.7.1` to `3.8.0`" - } - ] - } - }, - { - "version": "7.4.0", - "tag": "@microsoft/gulp-core-build-typescript_v7.4.0", - "date": "Fri, 30 Nov 2018 23:34:57 GMT", - "comments": { - "minor": [ - { - "comment": "Allow custom arguments to be passed to the tsc command." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-2.7\" from `0.1.1` to `0.2.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.51` to `3.8.52`" - } - ] - } - }, - { - "version": "7.3.1", - "tag": "@microsoft/gulp-core-build-typescript_v7.3.1", - "date": "Thu, 29 Nov 2018 07:02:09 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-2.7\" from `0.1.0` to `0.1.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.50` to `3.8.51`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.7.0` to `3.7.1`" - } - ] - } - }, - { - "version": "7.3.0", - "tag": "@microsoft/gulp-core-build-typescript_v7.3.0", - "date": "Thu, 29 Nov 2018 00:35:38 GMT", - "comments": { - "minor": [ - { - "comment": "Update rush-stack-compiler resolution to find a package following the \"rush-stack-compiler-\" naming convention." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-2.7\" from `0.0.0` to `0.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.49` to `3.8.50`" - } - ] - } - }, - { - "version": "7.2.7", - "tag": "@microsoft/gulp-core-build-typescript_v7.2.7", - "date": "Wed, 28 Nov 2018 19:29:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.48` to `3.8.49`" - } - ] - } - }, - { - "version": "7.2.6", - "tag": "@microsoft/gulp-core-build-typescript_v7.2.6", - "date": "Wed, 28 Nov 2018 02:17:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.47` to `3.8.48`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.6.0` to `3.7.0`" - } - ] - } - }, - { - "version": "7.2.5", - "tag": "@microsoft/gulp-core-build-typescript_v7.2.5", - "date": "Fri, 16 Nov 2018 21:37:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.46` to `3.8.47`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.5.2` to `3.6.0`" - } - ] - } - }, - { - "version": "7.2.4", - "tag": "@microsoft/gulp-core-build-typescript_v7.2.4", - "date": "Fri, 16 Nov 2018 00:59:00 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.45` to `3.8.46`" - } - ] - } - }, - { - "version": "7.2.3", - "tag": "@microsoft/gulp-core-build-typescript_v7.2.3", - "date": "Fri, 09 Nov 2018 23:07:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.44` to `3.8.45`" - } - ] - } - }, - { - "version": "7.2.2", - "tag": "@microsoft/gulp-core-build-typescript_v7.2.2", - "date": "Wed, 07 Nov 2018 21:04:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.43` to `3.8.44`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.5.1` to `3.5.2`" - } - ] - } - }, - { - "version": "7.2.1", - "tag": "@microsoft/gulp-core-build-typescript_v7.2.1", - "date": "Wed, 07 Nov 2018 17:03:03 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.42` to `3.8.43`" - } - ] - } - }, - { - "version": "7.2.0", - "tag": "@microsoft/gulp-core-build-typescript_v7.2.0", - "date": "Mon, 05 Nov 2018 17:04:24 GMT", - "comments": { - "minor": [ - { - "comment": "Update GCB-TS to ship with a default rush-stack-compiler with TS 2.4." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.41` to `3.8.42`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.5.0` to `3.5.1`" - } - ] - } - }, - { - "version": "7.1.2", - "tag": "@microsoft/gulp-core-build-typescript_v7.1.2", - "date": "Thu, 01 Nov 2018 21:33:51 GMT", - "comments": { - "patch": [ - { - "comment": "Fix a regression where @microsoft/rush-stack-compiler could not compile itself" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.40` to `3.8.41`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.4.2` to `0.4.3`" - } - ] - } - }, - { - "version": "7.1.1", - "tag": "@microsoft/gulp-core-build-typescript_v7.1.1", - "date": "Thu, 01 Nov 2018 19:32:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.39` to `3.8.40`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `6.1.0` to `6.1.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.4.1` to `0.4.2`" - } - ] - } - }, - { - "version": "7.1.0", - "tag": "@microsoft/gulp-core-build-typescript_v7.1.0", - "date": "Wed, 31 Oct 2018 21:17:50 GMT", - "comments": { - "minor": [ - { - "comment": "Update the way rush-stack-compiler is resolved. Now it's resolved by looking at the \"extends\" properties of tsconfig.json" - } - ] - } - }, - { - "version": "7.0.3", - "tag": "@microsoft/gulp-core-build-typescript_v7.0.3", - "date": "Wed, 31 Oct 2018 17:00:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.38` to `3.8.39`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `6.0.9` to `6.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.4.0` to `0.4.1`" - } - ] - } - }, - { - "version": "7.0.2", - "tag": "@microsoft/gulp-core-build-typescript_v7.0.2", - "date": "Sat, 27 Oct 2018 03:45:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.37` to `3.8.38`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.3.0` to `0.4.0`" - } - ] - } - }, - { - "version": "7.0.1", - "tag": "@microsoft/gulp-core-build-typescript_v7.0.1", - "date": "Sat, 27 Oct 2018 02:17:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.36` to `3.8.37`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.2.0` to `0.3.0`" - } - ] - } - }, - { - "version": "7.0.0", - "tag": "@microsoft/gulp-core-build-typescript_v7.0.0", - "date": "Sat, 27 Oct 2018 00:26:56 GMT", - "comments": { - "major": [ - { - "comment": "Moving logic into rush-stack-compiler." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.35` to `3.8.36`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.20` to `0.2.0`" - } - ] - } - }, - { - "version": "6.1.12", - "tag": "@microsoft/gulp-core-build-typescript_v6.1.12", - "date": "Thu, 25 Oct 2018 23:20:40 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `6.0.8` to `6.0.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.34` to `3.8.35`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.4.0` to `3.5.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.19` to `0.1.20`" - } - ] - } - }, - { - "version": "6.1.11", - "tag": "@microsoft/gulp-core-build-typescript_v6.1.11", - "date": "Thu, 25 Oct 2018 08:56:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `6.0.7` to `6.0.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.33` to `3.8.34`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.18` to `0.1.19`" - } - ] - } - }, - { - "version": "6.1.10", - "tag": "@microsoft/gulp-core-build-typescript_v6.1.10", - "date": "Wed, 24 Oct 2018 16:03:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `6.0.6` to `6.0.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.32` to `3.8.33`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.3.1` to `3.4.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.17` to `0.1.18`" - } - ] - } - }, - { - "version": "6.1.9", - "tag": "@microsoft/gulp-core-build-typescript_v6.1.9", - "date": "Thu, 18 Oct 2018 05:30:14 GMT", - "comments": { - "patch": [ - { - "comment": "Replace deprecated dependency gulp-util" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.31` to `3.8.32`" - } - ] - } - }, - { - "version": "6.1.8", - "tag": "@microsoft/gulp-core-build-typescript_v6.1.8", - "date": "Thu, 18 Oct 2018 01:32:21 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `6.0.5` to `6.0.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.30` to `3.8.31`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.16` to `0.1.17`" - } - ] - } - }, - { - "version": "6.1.7", - "tag": "@microsoft/gulp-core-build-typescript_v6.1.7", - "date": "Wed, 17 Oct 2018 21:04:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `6.0.4` to `6.0.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.29` to `3.8.30`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.3.0` to `3.3.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.15` to `0.1.16`" - } - ] - } - }, - { - "version": "6.1.6", - "tag": "@microsoft/gulp-core-build-typescript_v6.1.6", - "date": "Wed, 17 Oct 2018 14:43:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `6.0.3` to `6.0.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.28` to `3.8.29`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.14` to `0.1.15`" - } - ] - } - }, - { - "version": "6.1.5", - "tag": "@microsoft/gulp-core-build-typescript_v6.1.5", - "date": "Thu, 11 Oct 2018 23:26:07 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `6.0.2` to `6.0.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.27` to `3.8.28`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.13` to `0.1.14`" - } - ] - } - }, - { - "version": "6.1.4", - "tag": "@microsoft/gulp-core-build-typescript_v6.1.4", - "date": "Tue, 09 Oct 2018 06:58:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `6.0.1` to `6.0.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.26` to `3.8.27`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.12` to `0.1.13`" - } - ] - } - }, - { - "version": "6.1.3", - "tag": "@microsoft/gulp-core-build-typescript_v6.1.3", - "date": "Mon, 08 Oct 2018 16:04:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `6.0.0` to `6.0.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.25` to `3.8.26`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.2.0` to `3.3.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.11` to `0.1.12`" - } - ] - } - }, - { - "version": "6.1.2", - "tag": "@microsoft/gulp-core-build-typescript_v6.1.2", - "date": "Sun, 07 Oct 2018 06:15:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.13.1` to `6.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.24` to `3.8.25`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.1.0` to `3.2.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.10` to `0.1.11`" - } - ] - } - }, - { - "version": "6.1.1", - "tag": "@microsoft/gulp-core-build-typescript_v6.1.1", - "date": "Fri, 28 Sep 2018 16:05:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.13.0` to `5.13.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.23` to `3.8.24`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.0.1` to `3.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.9` to `0.1.10`" - } - ] - } - }, - { - "version": "6.1.0", - "tag": "@microsoft/gulp-core-build-typescript_v6.1.0", - "date": "Wed, 26 Sep 2018 21:39:40 GMT", - "comments": { - "minor": [ - { - "comment": "Expose new api-extractor skipLibCheck option." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.12.2` to `5.13.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.22` to `3.8.23`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.8` to `0.1.9`" - } - ] - } - }, - { - "version": "6.0.5", - "tag": "@microsoft/gulp-core-build-typescript_v6.0.5", - "date": "Mon, 24 Sep 2018 23:06:40 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.12.1` to `5.12.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.21` to `3.8.22`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.7` to `0.1.8`" - } - ] - } - }, - { - "version": "6.0.4", - "tag": "@microsoft/gulp-core-build-typescript_v6.0.4", - "date": "Mon, 24 Sep 2018 16:04:28 GMT", - "comments": { - "patch": [ - { - "comment": "Fixed overridePackagePath not loading correct version of package." - } - ] - } - }, - { - "version": "6.0.3", - "tag": "@microsoft/gulp-core-build-typescript_v6.0.3", - "date": "Fri, 21 Sep 2018 16:04:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.12.0` to `5.12.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.20` to `3.8.21`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.6` to `0.1.7`" - } - ] - } - }, - { - "version": "6.0.2", - "tag": "@microsoft/gulp-core-build-typescript_v6.0.2", - "date": "Thu, 20 Sep 2018 23:57:21 GMT", - "comments": { - "patch": [ - { - "comment": "Include support for the typescriptCompilerFolder api-extractor option." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.11.2` to `5.12.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.19` to `3.8.20`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.5` to `0.1.6`" - } - ] - } - }, - { - "version": "6.0.1", - "tag": "@microsoft/gulp-core-build-typescript_v6.0.1", - "date": "Tue, 18 Sep 2018 21:04:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.11.1` to `5.11.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.18` to `3.8.19`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.4` to `0.1.5`" - } - ] - } - }, - { - "version": "6.0.0", - "tag": "@microsoft/gulp-core-build-typescript_v6.0.0", - "date": "Mon, 10 Sep 2018 23:23:01 GMT", - "comments": { - "major": [ - { - "comment": "Remove the old TypeScript, TSLint, Text, and RemoveTripleSlash tasks." - } - ] - } - }, - { - "version": "5.0.2", - "tag": "@microsoft/gulp-core-build-typescript_v5.0.2", - "date": "Thu, 06 Sep 2018 01:25:26 GMT", - "comments": { - "patch": [ - { - "comment": "Update \"repository\" field in package.json" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.11.0` to `5.11.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.17` to `3.8.18`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.0.0` to `3.0.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.3` to `0.1.4`" - } - ] - } - }, - { - "version": "5.0.1", - "tag": "@microsoft/gulp-core-build-typescript_v5.0.1", - "date": "Tue, 04 Sep 2018 21:34:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.16` to `3.8.17`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.2` to `0.1.3`" - } - ] - } - }, - { - "version": "5.0.0", - "tag": "@microsoft/gulp-core-build-typescript_v5.0.0", - "date": "Mon, 03 Sep 2018 16:04:45 GMT", - "comments": { - "major": [ - { - "comment": "Replace the old api-extractor task with the new one that uses tsconfig.json instead of a runtime configuration." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.10.8` to `5.11.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.15` to `3.8.16`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.1` to `0.1.2`" - } - ] - } - }, - { - "version": "4.11.12", - "tag": "@microsoft/gulp-core-build-typescript_v4.11.12", - "date": "Thu, 30 Aug 2018 22:47:34 GMT", - "comments": { - "patch": [ - { - "comment": "Include defaultTslint in npm package." - } - ] - } - }, - { - "version": "4.11.11", - "tag": "@microsoft/gulp-core-build-typescript_v4.11.11", - "date": "Thu, 30 Aug 2018 19:23:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.14` to `3.8.15`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack\" from `0.1.0` to `0.1.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.0` to `0.1.1`" - } - ] - } - }, - { - "version": "4.11.10", - "tag": "@microsoft/gulp-core-build-typescript_v4.11.10", - "date": "Thu, 30 Aug 2018 18:45:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.13` to `3.8.14`" - } - ] - } - }, - { - "version": "4.11.9", - "tag": "@microsoft/gulp-core-build-typescript_v4.11.9", - "date": "Wed, 29 Aug 2018 21:43:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.12` to `3.8.13`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack\" from `0.0.1` to `0.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.0.1` to `0.1.0`" - } - ] - } - }, - { - "version": "4.11.8", - "tag": "@microsoft/gulp-core-build-typescript_v4.11.8", - "date": "Wed, 29 Aug 2018 06:36:50 GMT", - "comments": { - "patch": [ - { - "comment": "Fixing minor path issue." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.10.7` to `5.10.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.11` to `3.8.12`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `2.2.1` to `3.0.0`" - } - ] - } - }, - { - "version": "4.11.7", - "tag": "@microsoft/gulp-core-build-typescript_v4.11.7", - "date": "Thu, 23 Aug 2018 18:18:53 GMT", - "comments": { - "patch": [ - { - "comment": "Republish all packages in web-build-tools to resolve GitHub issue #782" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.10.6` to `5.10.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.10` to `3.8.11`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `2.2.0` to `2.2.1`" - } - ] - } - }, - { - "version": "4.11.6", - "tag": "@microsoft/gulp-core-build-typescript_v4.11.6", - "date": "Wed, 22 Aug 2018 20:58:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.10.5` to `5.10.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.9` to `3.8.10`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `2.1.1` to `2.2.0`" - } - ] - } - }, - { - "version": "4.11.5", - "tag": "@microsoft/gulp-core-build-typescript_v4.11.5", - "date": "Wed, 22 Aug 2018 16:03:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.10.4` to `5.10.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.8` to `3.8.9`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `2.1.0` to `2.1.1`" - } - ] - } - }, - { - "version": "4.11.4", - "tag": "@microsoft/gulp-core-build-typescript_v4.11.4", - "date": "Tue, 21 Aug 2018 16:04:38 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.10.3` to `5.10.4`" - } - ] - } - }, - { - "version": "4.11.3", - "tag": "@microsoft/gulp-core-build-typescript_v4.11.3", - "date": "Thu, 09 Aug 2018 21:03:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.10.2` to `5.10.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.7` to `3.8.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `2.0.0` to `2.1.0`" - } - ] - } - }, - { - "version": "4.11.2", - "tag": "@microsoft/gulp-core-build-typescript_v4.11.2", - "date": "Thu, 09 Aug 2018 16:04:24 GMT", - "comments": { - "patch": [ - { - "comment": "Update lodash." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.10.1` to `5.10.2`" - } - ] - } - }, - { - "version": "4.11.1", - "tag": "@microsoft/gulp-core-build-typescript_v4.11.1", - "date": "Tue, 07 Aug 2018 22:27:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.6` to `3.8.7`" - } - ] - } - }, - { - "version": "4.11.0", - "tag": "@microsoft/gulp-core-build-typescript_v4.11.0", - "date": "Thu, 26 Jul 2018 23:53:43 GMT", - "comments": { - "minor": [ - { - "comment": "Include an option to strip comments from produced JS files in the TSC task." - } - ] - } - }, - { - "version": "4.10.5", - "tag": "@microsoft/gulp-core-build-typescript_v4.10.5", - "date": "Thu, 26 Jul 2018 16:04:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.10.0` to `5.10.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.5` to `3.8.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `1.5.0` to `2.0.0`" - } - ] - } - }, - { - "version": "4.10.4", - "tag": "@microsoft/gulp-core-build-typescript_v4.10.4", - "date": "Wed, 25 Jul 2018 21:02:57 GMT", - "comments": { - "patch": [ - { - "comment": "Fix an issue where the TscTask and TslintTasks where invoking the wrong version of Node.js" - } - ] - } - }, - { - "version": "4.10.3", - "tag": "@microsoft/gulp-core-build-typescript_v4.10.3", - "date": "Tue, 17 Jul 2018 16:02:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.9.1` to `5.10.0`" - } - ] - } - }, - { - "version": "4.10.2", - "tag": "@microsoft/gulp-core-build-typescript_v4.10.2", - "date": "Fri, 13 Jul 2018 19:04:50 GMT", - "comments": { - "patch": [ - { - "comment": "Fix an issue where \"spawnSync\" may not be able to resolve node." - } - ] - } - }, - { - "version": "4.10.1", - "tag": "@microsoft/gulp-core-build-typescript_v4.10.1", - "date": "Tue, 03 Jul 2018 21:03:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.9.0` to `5.9.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.4` to `3.8.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `1.4.1` to `1.5.0`" - } - ] - } - }, - { - "version": "4.10.0", - "tag": "@microsoft/gulp-core-build-typescript_v4.10.0", - "date": "Fri, 29 Jun 2018 02:56:51 GMT", - "comments": { - "minor": [ - { - "comment": "Inclusion of three new tasks designed to use as minimal behavior as possible to run tsc, tslint, and api-extractor." - } - ] - } - }, - { - "version": "4.9.19", - "tag": "@microsoft/gulp-core-build-typescript_v4.9.19", - "date": "Sat, 23 Jun 2018 02:21:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.8.1` to `5.9.0`" - } - ] - } - }, - { - "version": "4.9.18", - "tag": "@microsoft/gulp-core-build-typescript_v4.9.18", - "date": "Fri, 22 Jun 2018 16:05:15 GMT", - "comments": { - "patch": [ - { - "comment": "Fixed mutation on tsConfigFile resulting in tslint error" - } - ] - } - }, - { - "version": "4.9.17", - "tag": "@microsoft/gulp-core-build-typescript_v4.9.17", - "date": "Thu, 21 Jun 2018 08:27:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.8.0` to `5.8.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.3` to `3.8.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `1.4.0` to `1.4.1`" - } - ] - } - }, - { - "version": "4.9.16", - "tag": "@microsoft/gulp-core-build-typescript_v4.9.16", - "date": "Tue, 19 Jun 2018 19:35:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.7.3` to `5.8.0`" - } - ] - } - }, - { - "version": "4.9.15", - "tag": "@microsoft/gulp-core-build-typescript_v4.9.15", - "date": "Fri, 08 Jun 2018 08:43:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.7.2` to `5.7.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.2` to `3.8.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `1.3.2` to `1.4.0`" - } - ] - } - }, - { - "version": "4.9.14", - "tag": "@microsoft/gulp-core-build-typescript_v4.9.14", - "date": "Thu, 31 May 2018 01:39:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.7.1` to `5.7.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.1` to `3.8.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `1.3.1` to `1.3.2`" - } - ] - } - }, - { - "version": "4.9.13", - "tag": "@microsoft/gulp-core-build-typescript_v4.9.13", - "date": "Tue, 15 May 2018 02:26:45 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.7.0` to `5.7.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.0` to `3.8.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `1.3.0` to `1.3.1`" - } - ] - } - }, - { - "version": "4.9.12", - "tag": "@microsoft/gulp-core-build-typescript_v4.9.12", - "date": "Tue, 15 May 2018 00:18:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.6.8` to `5.7.0`" - } - ] - } - }, - { - "version": "4.9.11", - "tag": "@microsoft/gulp-core-build-typescript_v4.9.11", - "date": "Fri, 11 May 2018 22:43:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.5` to `3.8.0`" - } - ] - } - }, - { - "version": "4.9.10", - "tag": "@microsoft/gulp-core-build-typescript_v4.9.10", - "date": "Fri, 04 May 2018 00:42:38 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.6.7` to `5.6.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.4` to `3.7.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `1.2.0` to `1.3.0`" - } - ] - } - }, - { - "version": "4.9.9", - "tag": "@microsoft/gulp-core-build-typescript_v4.9.9", - "date": "Tue, 01 May 2018 22:03:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.6.6` to `5.6.7`" - } - ] - } - }, - { - "version": "4.9.8", - "tag": "@microsoft/gulp-core-build-typescript_v4.9.8", - "date": "Fri, 27 Apr 2018 03:04:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.6.5` to `5.6.6`" - } - ] - } - }, - { - "version": "4.9.7", - "tag": "@microsoft/gulp-core-build-typescript_v4.9.7", - "date": "Fri, 20 Apr 2018 16:06:11 GMT", - "comments": { - "patch": [ - { - "comment": "Fix logging warnings in TypeScript config" - } - ] - } - }, - { - "version": "4.9.6", - "tag": "@microsoft/gulp-core-build-typescript_v4.9.6", - "date": "Thu, 19 Apr 2018 21:25:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.6.4` to `5.6.5`" - } - ] - } - }, - { - "version": "4.9.5", - "tag": "@microsoft/gulp-core-build-typescript_v4.9.5", - "date": "Thu, 19 Apr 2018 17:02:06 GMT", - "comments": { - "patch": [ - { - "comment": "Expose three more api-extractor config parameters in gulp-core-build-typescript" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.6.3` to `5.6.4`" - } - ] - } - }, - { - "version": "4.9.4", - "tag": "@microsoft/gulp-core-build-typescript_v4.9.4", - "date": "Tue, 03 Apr 2018 16:05:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.6.2` to `5.6.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.3` to `3.7.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `1.1.0` to `1.2.0`" - } - ] - } - }, - { - "version": "4.9.3", - "tag": "@microsoft/gulp-core-build-typescript_v4.9.3", - "date": "Mon, 02 Apr 2018 16:05:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.6.1` to `5.6.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.2` to `3.7.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `1.0.0` to `1.1.0`" - } - ] - } - }, - { - "version": "4.9.2", - "tag": "@microsoft/gulp-core-build-typescript_v4.9.2", - "date": "Tue, 27 Mar 2018 01:34:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.6.0` to `5.6.1`" - } - ] - } - }, - { - "version": "4.9.1", - "tag": "@microsoft/gulp-core-build-typescript_v4.9.1", - "date": "Mon, 26 Mar 2018 19:12:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.1` to `3.7.2`" - } - ] - } - }, - { - "version": "4.9.0", - "tag": "@microsoft/gulp-core-build-typescript_v4.9.0", - "date": "Sun, 25 Mar 2018 01:26:19 GMT", - "comments": { - "minor": [ - { - "comment": "For the API Extractor task config file, the \"generatePackageTypings\" setting was renamed to \"generateDtsRollup\"" - }, - { - "comment": "Add a new GCB option dtsRollupTrimming which corresponds to the new \"trimming\" flag for API Extractor" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.5.2` to `5.6.0`" - } - ] - } - }, - { - "version": "4.8.1", - "tag": "@microsoft/gulp-core-build-typescript_v4.8.1", - "date": "Fri, 23 Mar 2018 00:34:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.5.1` to `5.5.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.0` to `3.7.1`" - } - ] - } - }, - { - "version": "4.8.0", - "tag": "@microsoft/gulp-core-build-typescript_v4.8.0", - "date": "Thu, 22 Mar 2018 18:34:13 GMT", - "comments": { - "minor": [ - { - "comment": "Add a `libESNextFolder` option" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.10` to `3.7.0`" - } - ] - } - }, - { - "version": "4.7.22", - "tag": "@microsoft/gulp-core-build-typescript_v4.7.22", - "date": "Tue, 20 Mar 2018 02:44:45 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.5.0` to `5.5.1`" - } - ] - } - }, - { - "version": "4.7.21", - "tag": "@microsoft/gulp-core-build-typescript_v4.7.21", - "date": "Sat, 17 Mar 2018 02:54:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.4.0` to `5.5.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.9` to `3.6.10`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.8.0` to `1.0.0`" - } - ] - } - }, - { - "version": "4.7.20", - "tag": "@microsoft/gulp-core-build-typescript_v4.7.20", - "date": "Thu, 15 Mar 2018 20:00:50 GMT", - "comments": { - "patch": [ - { - "comment": "Fix an issue where the column number for typescript errors was off by one" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.3.9` to `5.4.0`" - } - ] - } - }, - { - "version": "4.7.19", - "tag": "@microsoft/gulp-core-build-typescript_v4.7.19", - "date": "Thu, 15 Mar 2018 16:05:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.3.8` to `5.3.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.8` to `3.6.9`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.7.3` to `0.8.0`" - } - ] - } - }, - { - "version": "4.7.18", - "tag": "@microsoft/gulp-core-build-typescript_v4.7.18", - "date": "Tue, 13 Mar 2018 23:11:32 GMT", - "comments": { - "patch": [ - { - "comment": "Update gulp-sourcemaps." - } - ] - } - }, - { - "version": "4.7.17", - "tag": "@microsoft/gulp-core-build-typescript_v4.7.17", - "date": "Mon, 12 Mar 2018 20:36:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.3.7` to `5.3.8`" - } - ] - } - }, - { - "version": "4.7.16", - "tag": "@microsoft/gulp-core-build-typescript_v4.7.16", - "date": "Tue, 06 Mar 2018 17:04:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.3.6` to `5.3.7`" - } - ] - } - }, - { - "version": "4.7.15", - "tag": "@microsoft/gulp-core-build-typescript_v4.7.15", - "date": "Fri, 02 Mar 2018 01:13:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.3.5` to `5.3.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.7` to `3.6.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.7.2` to `0.7.3`" - } - ] - } - }, - { - "version": "4.7.14", - "tag": "@microsoft/gulp-core-build-typescript_v4.7.14", - "date": "Tue, 27 Feb 2018 22:05:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.3.4` to `5.3.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.6` to `3.6.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.7.1` to `0.7.2`" - } - ] - } - }, - { - "version": "4.7.13", - "tag": "@microsoft/gulp-core-build-typescript_v4.7.13", - "date": "Wed, 21 Feb 2018 22:04:19 GMT", - "comments": { - "patch": [ - { - "comment": "Fix an issue where the line number for typescript errors were off by one." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.3.3` to `5.3.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.5` to `3.6.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.7.0` to `0.7.1`" - } - ] - } - }, - { - "version": "4.7.12", - "tag": "@microsoft/gulp-core-build-typescript_v4.7.12", - "date": "Wed, 21 Feb 2018 03:13:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.3.2` to `5.3.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.4` to `3.6.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.6.1` to `0.7.0`" - } - ] - } - }, - { - "version": "4.7.11", - "tag": "@microsoft/gulp-core-build-typescript_v4.7.11", - "date": "Sat, 17 Feb 2018 02:53:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.3.1` to `5.3.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.3` to `3.6.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.6.0` to `0.6.1`" - } - ] - } - }, - { - "version": "4.7.10", - "tag": "@microsoft/gulp-core-build-typescript_v4.7.10", - "date": "Fri, 16 Feb 2018 22:05:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.3.0` to `5.3.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.2` to `3.6.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.5.1` to `0.6.0`" - } - ] - } - }, - { - "version": "4.7.9", - "tag": "@microsoft/gulp-core-build-typescript_v4.7.9", - "date": "Fri, 16 Feb 2018 17:05:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.2.7` to `5.3.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.1` to `3.6.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.5.0` to `0.5.1`" - } - ] - } - }, - { - "version": "4.7.8", - "tag": "@microsoft/gulp-core-build-typescript_v4.7.8", - "date": "Wed, 07 Feb 2018 17:05:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.2.6` to `5.2.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.0` to `3.6.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.4.10` to `0.5.0`" - } - ] - } - }, - { - "version": "4.7.7", - "tag": "@microsoft/gulp-core-build-typescript_v4.7.7", - "date": "Fri, 26 Jan 2018 22:05:30 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.2.5` to `5.2.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.5.3` to `3.6.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.4.9` to `0.4.10`" - } - ] - } - }, - { - "version": "4.7.6", - "tag": "@microsoft/gulp-core-build-typescript_v4.7.6", - "date": "Fri, 26 Jan 2018 17:53:38 GMT", - "comments": { - "patch": [ - { - "comment": "Force a patch bump in case the previous version was an empty package" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.2.4` to `5.2.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.5.2` to `3.5.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.4.8` to `0.4.9`" - } - ] - } - }, - { - "version": "4.7.5", - "tag": "@microsoft/gulp-core-build-typescript_v4.7.5", - "date": "Fri, 26 Jan 2018 00:36:51 GMT", - "comments": { - "patch": [ - { - "comment": "Add some missing @types dependencies to the package.json" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.2.3` to `5.2.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.5.1` to `3.5.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.4.7` to `0.4.8`" - } - ] - } - }, - { - "version": "4.7.4", - "tag": "@microsoft/gulp-core-build-typescript_v4.7.4", - "date": "Tue, 23 Jan 2018 17:05:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.2.2` to `5.2.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.5.0` to `3.5.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.4.6` to `0.4.7`" - } - ] - } - }, - { - "version": "4.7.3", - "tag": "@microsoft/gulp-core-build-typescript_v4.7.3", - "date": "Thu, 18 Jan 2018 03:23:46 GMT", - "comments": { - "patch": [ - { - "comment": "Upgrade api-extractor library" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.2.1` to `5.2.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.4.4` to `3.5.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.4.5` to `0.4.6`" - } - ] - } - }, - { - "version": "4.7.2", - "tag": "@microsoft/gulp-core-build-typescript_v4.7.2", - "date": "Thu, 18 Jan 2018 00:48:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.2.0` to `5.2.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.4.3` to `3.4.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.4.4` to `0.4.5`" - } - ] - } - }, - { - "version": "4.7.1", - "tag": "@microsoft/gulp-core-build-typescript_v4.7.1", - "date": "Thu, 18 Jan 2018 00:27:23 GMT", - "comments": { - "patch": [ - { - "comment": "Remove deprecated tslint rule \"typeof-compare\"" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.1.3` to `5.2.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.4.3` to `0.4.4`" - } - ] - } - }, - { - "version": "4.7.0", - "tag": "@microsoft/gulp-core-build-typescript_v4.7.0", - "date": "Wed, 17 Jan 2018 10:49:31 GMT", - "comments": { - "minor": [ - { - "author": "Ian Clanton-Thuon ", - "commit": "edab484323d9eb4d12cd5c77f0757595105bb7cb", - "comment": "Upgrade TSLint and tslint-microsoft-contrib." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.1.2` to `5.1.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.4.2` to `3.4.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.4.2` to `0.4.3`" - } - ] - } - }, - { - "version": "4.6.0", - "tag": "@microsoft/gulp-core-build-typescript_v4.6.0", - "date": "Fri, 12 Jan 2018 03:35:22 GMT", - "comments": { - "minor": [ - { - "author": "pgonzal ", - "commit": "4589070d63c8c1d5d77bfa5e52b4f9fd2734e19f", - "comment": "Add a new setting \"generatePackageTypings\" for the API Extractor task" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.1.1` to `5.1.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.4.1` to `3.4.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.4.1` to `0.4.2`" - } - ] - } - }, - { - "version": "4.5.1", - "tag": "@microsoft/gulp-core-build-typescript_v4.5.1", - "date": "Thu, 11 Jan 2018 22:31:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.1.0` to `5.1.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.4.0` to `3.4.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.4.0` to `0.4.1`" - } - ] - } - }, - { - "version": "4.5.0", - "tag": "@microsoft/gulp-core-build-typescript_v4.5.0", - "date": "Wed, 10 Jan 2018 20:40:01 GMT", - "comments": { - "minor": [ - { - "author": "Nicholas Pape ", - "commit": "1271a0dc21fedb882e7953f491771724f80323a1", - "comment": "Upgrade to Node 8" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.0.1` to `5.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.7` to `3.4.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.26` to `0.4.0`" - } - ] - } - }, - { - "version": "4.4.1", - "tag": "@microsoft/gulp-core-build-typescript_v4.4.1", - "date": "Tue, 09 Jan 2018 17:05:51 GMT", - "comments": { - "patch": [ - { - "author": "Nicholas Pape ", - "commit": "d00b6549d13610fbb6f84be3478b532be9da0747", - "comment": "Get web-build-tools building with pnpm" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `5.0.0` to `5.0.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.6` to `3.3.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.25` to `0.3.26`" - } - ] - } - }, - { - "version": "4.4.0", - "tag": "@microsoft/gulp-core-build-typescript_v4.4.0", - "date": "Sun, 07 Jan 2018 05:12:08 GMT", - "comments": { - "minor": [ - { - "author": "pgonzal ", - "commit": "aa0c67382d4dee0cde40ee84a581dbdcdabe77ef", - "comment": "The ApiExtractor task now expects *.d.ts files instead of *.ts, but includes a compatibility workaround for the common case of src/index.ts" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `4.3.7` to `5.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.5` to `3.3.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.24` to `0.3.25`" - } - ] - } - }, - { - "version": "4.3.3", - "tag": "@microsoft/gulp-core-build-typescript_v4.3.3", - "date": "Fri, 05 Jan 2018 20:26:45 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `4.3.6` to `4.3.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.4` to `3.3.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.23` to `0.3.24`" - } - ] - } - }, - { - "version": "4.3.2", - "tag": "@microsoft/gulp-core-build-typescript_v4.3.2", - "date": "Fri, 05 Jan 2018 00:48:41 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `4.3.5` to `4.3.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.3` to `3.3.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.22` to `0.3.23`" - } - ] - } - }, - { - "version": "4.3.1", - "tag": "@microsoft/gulp-core-build-typescript_v4.3.1", - "date": "Fri, 22 Dec 2017 17:04:46 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `4.3.4` to `4.3.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.2` to `3.3.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.21` to `0.3.22`" - } - ] - } - }, - { - "version": "4.3.0", - "tag": "@microsoft/gulp-core-build-typescript_v4.3.0", - "date": "Tue, 12 Dec 2017 03:33:26 GMT", - "comments": { - "minor": [ - { - "author": "Ian Clanton-Thuon ", - "commit": "12a4e112bf218033f4422e95b1107f913abf70c1", - "comment": "Allow the TS task's configuration to be extended on an instance-by-instance basis." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `4.3.3` to `4.3.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.1` to `3.3.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.20` to `0.3.21`" - } - ] - } - }, - { - "version": "4.2.18", - "tag": "@microsoft/gulp-core-build-typescript_v4.2.18", - "date": "Thu, 30 Nov 2017 23:59:09 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `4.3.2` to `4.3.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.0` to `3.3.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.19` to `0.3.20`" - } - ] - } - }, - { - "version": "4.2.17", - "tag": "@microsoft/gulp-core-build-typescript_v4.2.17", - "date": "Thu, 30 Nov 2017 23:12:21 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `4.3.1` to `4.3.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.9` to `3.3.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.18` to `0.3.19`" - } - ] - } - }, - { - "version": "4.2.16", - "tag": "@microsoft/gulp-core-build-typescript_v4.2.16", - "date": "Wed, 29 Nov 2017 17:05:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `4.3.0` to `4.3.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.8` to `3.2.9`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.17` to `0.3.18`" - } - ] - } - }, - { - "version": "4.2.15", - "tag": "@microsoft/gulp-core-build-typescript_v4.2.15", - "date": "Tue, 28 Nov 2017 23:43:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `4.2.6` to `4.3.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.7` to `3.2.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.16` to `0.3.17`" - } - ] - } - }, - { - "version": "4.2.14", - "tag": "@microsoft/gulp-core-build-typescript_v4.2.14", - "date": "Mon, 13 Nov 2017 17:04:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `4.2.5` to `4.2.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.6` to `3.2.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.15` to `0.3.16`" - } - ] - } - }, - { - "version": "4.2.13", - "tag": "@microsoft/gulp-core-build-typescript_v4.2.13", - "date": "Mon, 06 Nov 2017 17:04:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `4.2.4` to `4.2.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.5` to `3.2.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.14` to `0.3.15`" - } - ] - } - }, - { - "version": "4.2.12", - "tag": "@microsoft/gulp-core-build-typescript_v4.2.12", - "date": "Thu, 02 Nov 2017 16:05:24 GMT", - "comments": { - "patch": [ - { - "author": "QZ ", - "commit": "2c58095f2f13492887cc1278c9a0cff49af9735b", - "comment": "lock the reference version between web build tools projects" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `4.2.3` to `4.2.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.4` to `3.2.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.13` to `0.3.14`" - } - ] - } - }, - { - "version": "4.2.11", - "tag": "@microsoft/gulp-core-build-typescript_v4.2.11", - "date": "Wed, 01 Nov 2017 21:06:08 GMT", - "comments": { - "patch": [ - { - "author": "pgonzal ", - "commit": "e449bd6cdc3c179461be68e59590c25021cd1286", - "comment": "Upgrade cyclic dependencies" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `4.2.2` to `4.2.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.3` to `3.2.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.12` to `~0.3.13`" - } - ] - } - }, - { - "version": "4.2.10", - "tag": "@microsoft/gulp-core-build-typescript_v4.2.10", - "date": "Tue, 31 Oct 2017 21:04:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `4.2.1` to `4.2.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.2` to `3.2.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.11` to `~0.3.12`" - } - ] - } - }, - { - "version": "4.2.9", - "tag": "@microsoft/gulp-core-build-typescript_v4.2.9", - "date": "Tue, 31 Oct 2017 16:04:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `4.2.0` to `4.2.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.1` to `3.2.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.10` to `~0.3.11`" - } - ] - } - }, - { - "version": "4.2.8", - "tag": "@microsoft/gulp-core-build-typescript_v4.2.8", - "date": "Wed, 25 Oct 2017 20:03:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `4.1.2` to `4.2.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.0` to `3.2.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.9` to `~0.3.10`" - } - ] - } - }, - { - "version": "4.2.7", - "tag": "@microsoft/gulp-core-build-typescript_v4.2.7", - "date": "Tue, 24 Oct 2017 18:17:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `4.1.1` to `4.1.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.6` to `3.2.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.8` to `~0.3.9`" - } - ] - } - }, - { - "version": "4.2.6", - "tag": "@microsoft/gulp-core-build-typescript_v4.2.6", - "date": "Mon, 23 Oct 2017 21:53:12 GMT", - "comments": { - "patch": [ - { - "author": "pgonzal ", - "commit": "5de032b254b632b8af0d0dd98913acef589f88d5", - "comment": "Updated cyclic dependencies" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `4.1.0` to `4.1.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.5` to `3.1.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.7` to `~0.3.8`" - } - ] - } - }, - { - "version": "4.2.5", - "tag": "@microsoft/gulp-core-build-typescript_v4.2.5", - "date": "Fri, 20 Oct 2017 19:57:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `4.0.1` to `4.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.4` to `3.1.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.6` to `~0.3.7`" - } - ] - } - }, - { - "version": "4.2.4", - "tag": "@microsoft/gulp-core-build-typescript_v4.2.4", - "date": "Fri, 20 Oct 2017 01:52:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `4.0.0` to `4.0.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.3` to `3.1.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.5` to `~0.3.6`" - } - ] - } - }, - { - "version": "4.2.3", - "tag": "@microsoft/gulp-core-build-typescript_v4.2.3", - "date": "Fri, 20 Oct 2017 01:04:44 GMT", - "comments": { - "patch": [ - { - "author": "pgonzal ", - "commit": "3ff332dc81aafca27952120afc1be0788239b741", - "comment": "Updated to use simplified api-extractor interface" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `3.4.2` to `4.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.2` to `3.1.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.4` to `~0.3.5`" - } - ] - } - }, - { - "version": "4.2.2", - "tag": "@microsoft/gulp-core-build-typescript_v4.2.2", - "date": "Thu, 05 Oct 2017 01:05:02 GMT", - "comments": { - "patch": [ - { - "author": "Ian Clanton-Thuon ", - "commit": "abc659beb2646af4be529a064031ae9aa1f9afd9", - "comment": "Fix an error message when the \"module\" property is set to esnext." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `3.4.1` to `3.4.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.1` to `3.1.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.2` to `~0.3.3`" - } - ] - } - }, - { - "version": "4.2.1", - "tag": "@microsoft/gulp-core-build-typescript_v4.2.1", - "date": "Thu, 28 Sep 2017 01:04:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `3.3.0` to `3.4.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.0` to `3.1.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.0` to `~0.3.1`" - } - ] - } - }, - { - "version": "4.2.0", - "tag": "@microsoft/gulp-core-build-typescript_v4.2.0", - "date": "Fri, 22 Sep 2017 01:04:02 GMT", - "comments": { - "minor": [ - { - "author": "Nick Pape ", - "commit": "481a10f460a454fb5a3e336e3cf25a1c3f710645", - "comment": "Upgrade to es6" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `3.2.6` to `3.3.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.8` to `3.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.2.11` to `~0.3.0`" - } - ] - } - }, - { - "version": "4.1.0", - "tag": "@microsoft/gulp-core-build-typescript_v4.1.0", - "date": "Wed, 20 Sep 2017 22:10:17 GMT", - "comments": { - "minor": [ - { - "author": "Ian Clanton-Thuon ", - "commit": "45ad3b5af2e7f315995d1b36579dc1e35b012831", - "comment": "Support ESNext module output format and allow a base TypeScript configuration to be set by a build rig." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `3.2.5` to `3.2.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.7` to `3.0.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.2.10` to `~0.2.11`" - } - ] - } - }, - { - "version": "4.0.7", - "tag": "@microsoft/gulp-core-build-typescript_v4.0.7", - "date": "Mon, 11 Sep 2017 13:04:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `3.2.4` to `3.2.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.6` to `3.0.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.2.9` to `~0.2.10`" - } - ] - } - }, - { - "version": "4.0.6", - "tag": "@microsoft/gulp-core-build-typescript_v4.0.6", - "date": "Fri, 08 Sep 2017 01:28:04 GMT", - "comments": { - "patch": [ - { - "author": "Nick Pape ", - "commit": "bb96549aa8508ff627a0cae5ee41ae0251f2777d", - "comment": "Deprecate @types/es6-coll ections in favor of built-in typescript typings 'es2015.collection' a nd 'es2015.iterable'" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `3.2.3` to `3.2.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.5` to `3.0.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.2.7` to `~0.2.8`" - } - ] - } - }, - { - "version": "4.0.5", - "tag": "@microsoft/gulp-core-build-typescript_v4.0.5", - "date": "Thu, 07 Sep 2017 13:04:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `3.2.2` to `3.2.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.4` to `3.0.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.2.6` to `~0.2.7`" - } - ] - } - }, - { - "version": "4.0.4", - "tag": "@microsoft/gulp-core-build-typescript_v4.0.4", - "date": "Thu, 07 Sep 2017 00:11:11 GMT", - "comments": { - "patch": [ - { - "author": "Nick Pape ", - "commit": "4b7451b442c2078a96430f7a05caed37101aed52", - "comment": " Add $schema field to all schemas" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `3.2.1` to `3.2.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.3` to `3.0.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.2.5` to `~0.2.6`" - } - ] - } - }, - { - "version": "4.0.3", - "tag": "@microsoft/gulp-core-build-typescript_v4.0.3", - "date": "Wed, 06 Sep 2017 13:03:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `3.2.0` to `3.2.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.2` to `3.0.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.2.4` to `~0.2.5`" - } - ] - } - }, - { - "version": "4.0.2", - "tag": "@microsoft/gulp-core-build-typescript_v4.0.2", - "date": "Tue, 05 Sep 2017 19:03:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `3.1.0` to `3.2.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.1` to `3.0.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.2.3` to `~0.2.4`" - } - ] - } - }, - { - "version": "4.0.1", - "tag": "@microsoft/gulp-core-build-typescript_v4.0.1", - "date": "Sat, 02 Sep 2017 01:04:26 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `3.0.0` to `3.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.0` to `3.0.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.2.2` to `~0.2.3`" - } - ] - } - }, - { - "version": "4.0.0", - "tag": "@microsoft/gulp-core-build-typescript_v4.0.0", - "date": "Thu, 31 Aug 2017 18:41:18 GMT", - "comments": { - "major": [ - { - "comment": "Fix compatibility issues with old releases, by incrementing the major version number" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `2.3.7` to `3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.10.1` to `3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.2.1` to `~0.2.2`" - } - ] - } - }, - { - "version": "3.5.3", - "tag": "@microsoft/gulp-core-build-typescript_v3.5.3", - "date": "Thu, 31 Aug 2017 17:46:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `2.3.6` to `2.3.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.10.0` to `2.10.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.2.0` to `~0.2.1`" - } - ] - } - }, - { - "version": "3.5.2", - "tag": "@microsoft/gulp-core-build-typescript_v3.5.2", - "date": "Wed, 30 Aug 2017 01:04:34 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `2.3.5` to `2.3.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.6` to `2.10.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.1.3` to `~0.2.0`" - } - ] - } - }, - { - "version": "3.5.1", - "tag": "@microsoft/gulp-core-build-typescript_v3.5.1", - "date": "Thu, 24 Aug 2017 22:44:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.5` to `2.9.6`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `2.3.4` to `2.3.5`" - } - ] - } - }, - { - "version": "3.5.0", - "tag": "@microsoft/gulp-core-build-typescript_v3.5.0", - "date": "Thu, 24 Aug 2017 01:04:33 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade to tslint 5.6.0" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.4` to `2.9.5`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `2.3.3` to `2.3.4`" - } - ] - } - }, - { - "version": "3.4.2", - "tag": "@microsoft/gulp-core-build-typescript_v3.4.2", - "date": "Tue, 22 Aug 2017 13:04:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.3` to `2.9.4`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `2.3.2` to `2.3.3`" - } - ] - } - }, - { - "version": "3.4.1", - "tag": "@microsoft/gulp-core-build-typescript_v3.4.1", - "date": "Wed, 16 Aug 2017 23:16:55 GMT", - "comments": { - "patch": [ - { - "comment": "Publish" - } - ] - } - }, - { - "version": "3.4.0", - "tag": "@microsoft/gulp-core-build-typescript_v3.4.0", - "date": "Wed, 16 Aug 2017 13:04:08 GMT", - "comments": { - "minor": [ - { - "comment": "Include the no-unused-variable TSLint rule to bring back the \"no-unused-import\" functionality. Remove no-unused-parameters default TSConfig option to be consistent with the TSLint no-unused-variable behavior." - } - ] - } - }, - { - "version": "3.3.2", - "tag": "@microsoft/gulp-core-build-typescript_v3.3.2", - "date": "Tue, 15 Aug 2017 01:29:31 GMT", - "comments": { - "patch": [ - { - "comment": "Force a patch bump to ensure everything is published" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.1` to `2.9.2`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `2.3.1` to `2.3.2`" - } - ] - } - }, - { - "version": "3.3.1", - "tag": "@microsoft/gulp-core-build-typescript_v3.3.1", - "date": "Thu, 27 Jul 2017 01:04:48 GMT", - "comments": { - "patch": [ - { - "comment": "Upgrade to the TS2.4 version of the build tools." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.7.1` to `2.7.2`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `2.3.0` to `2.3.1`" - } - ] - } - }, - { - "version": "3.3.0", - "tag": "@microsoft/gulp-core-build-typescript_v3.3.0", - "date": "Tue, 25 Jul 2017 20:03:31 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade to TypeScript 2.4" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.7.0 <3.0.0` to `>=2.7.0 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `>=2.2.0 <3.0.0` to `>=2.2.0 <3.0.0`" - } - ] - } - }, - { - "version": "3.2.0", - "tag": "@microsoft/gulp-core-build-typescript_v3.2.0", - "date": "Fri, 07 Jul 2017 01:02:28 GMT", - "comments": { - "minor": [ - { - "comment": "Enable StrictNullChecks." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.5.6 <3.0.0` to `>=2.5.6 <3.0.0`" - } - ] - } - }, - { - "version": "3.1.5", - "tag": "@microsoft/gulp-core-build-typescript_v3.1.5", - "date": "Wed, 21 Jun 2017 04:19:35 GMT", - "comments": { - "patch": [ - { - "comment": "Add missing API Extractor release tags" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.5.3 <3.0.0` to `>=2.5.5 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `>=2.0.10 <3.0.0` to `>=2.2.0 <3.0.0`" - } - ] - } - }, - { - "version": "3.1.3", - "tag": "@microsoft/gulp-core-build-typescript_v3.1.3", - "date": "Fri, 16 Jun 2017 01:21:40 GMT", - "comments": { - "patch": [ - { - "comment": "Upgraded api-extractor dependency" - } - ] - } - }, - { - "version": "3.1.2", - "tag": "@microsoft/gulp-core-build-typescript_v3.1.2", - "date": "Fri, 16 Jun 2017 01:04:08 GMT", - "comments": { - "patch": [ - { - "comment": "Fix issue where TypeScriptTask did not allow you to set a target other than \"commonjs\"" - } - ] - } - }, - { - "version": "3.1.1", - "tag": "@microsoft/gulp-core-build-typescript_v3.1.1", - "date": "Fri, 28 Apr 2017 01:03:54 GMT", - "comments": { - "patch": [ - { - "comment": "Bugfix: Update TypeScriptConfiguration to allow setting a custom version of typescript compiler." - } - ] - } - }, - { - "version": "3.1.0", - "tag": "@microsoft/gulp-core-build-typescript_v3.1.0", - "date": "Mon, 24 Apr 2017 22:01:17 GMT", - "comments": { - "minor": [ - { - "comment": "Adding `libES6Dir` setting to taskConfig to optionally output es6 modules." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.4.3 <3.0.0` to `>=2.5.0 <3.0.0`" - } - ] - } - }, - { - "version": "3.0.4", - "tag": "@microsoft/gulp-core-build-typescript_v3.0.4", - "date": "Wed, 19 Apr 2017 20:18:06 GMT", - "comments": { - "patch": [ - { - "comment": "Remove ES6 Promise & @types/es6-promise typings" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.4.3 <3.0.0` to `>=2.4.3 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `>=2.0.3 <3.0.0` to `>=2.0.3 <3.0.0`" - } - ] - } - }, - { - "version": "3.0.3", - "tag": "@microsoft/gulp-core-build-typescript_v3.0.3", - "date": "Tue, 18 Apr 2017 23:41:42 GMT", - "comments": { - "patch": [ - { - "comment": "API Extractor now uses Gulp-Typescript to generate compiler options." - } - ] - } - }, - { - "version": "3.0.2", - "tag": "@microsoft/gulp-core-build-typescript_v3.0.2", - "date": "Fri, 07 Apr 2017 21:43:16 GMT", - "comments": { - "patch": [ - { - "comment": "Adjusted the version specifier for typescript to ~2.2.2" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `>=2.0.1 <3.0.0` to `>=2.0.2 <3.0.0`" - } - ] - } - }, - { - "version": "3.0.1", - "tag": "@microsoft/gulp-core-build-typescript_v3.0.1", - "date": "Wed, 05 Apr 2017 13:01:40 GMT", - "comments": { - "patch": [ - { - "comment": "Fixing the way the TSLint task is configured to allow removal of existing rules." - } - ] - } - }, - { - "version": "3.0.0", - "tag": "@microsoft/gulp-core-build-typescript_v3.0.0", - "date": "Mon, 20 Mar 2017 21:52:20 GMT", - "comments": { - "major": [ - { - "comment": "Updating typescript, gulp-typescript, and tslint." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.4.2 <3.0.0` to `>=2.4.3 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `>=1.1.19 <2.0.0` to `>=2.0.0 <3.0.0`" - } - ] - } - }, - { - "version": "2.4.1", - "tag": "@microsoft/gulp-core-build-typescript_v2.4.1", - "date": "Mon, 20 Mar 2017 04:20:13 GMT", - "comments": { - "patch": [ - { - "comment": "Reverting change." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `>=1.1.18 <2.0.0` to `>=1.1.19 <2.0.0`" - } - ] - } - }, - { - "version": "2.4.0", - "tag": "@microsoft/gulp-core-build-typescript_v2.4.0", - "date": "Sun, 19 Mar 2017 19:10:30 GMT", - "comments": { - "minor": [ - { - "comment": "Updating typescript, gulp-typescript, and tslint." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `>=1.1.14 <2.0.0` to `>=1.1.16 <2.0.0`" - } - ] - } - }, - { - "version": "2.3.0", - "tag": "@microsoft/gulp-core-build-typescript_v2.3.0", - "date": "Thu, 16 Mar 2017 19:02:22 GMT", - "comments": { - "minor": [ - { - "comment": "Write the TSLint configuration file after executing the task." - } - ] - } - }, - { - "version": "2.2.6", - "tag": "@microsoft/gulp-core-build-typescript_v2.2.6", - "date": "Wed, 15 Mar 2017 01:32:09 GMT", - "comments": { - "patch": [ - { - "comment": "Locking `@types` packages. Synchronizing version specifiers for dependencies with other `web-build-tools` projects." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.4.0 <3.0.0` to `>=2.4.0 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `>=1.1.14 <2.0.0` to `>=1.1.14 <2.0.0`" - } - ] - } - }, - { - "version": "2.2.5", - "tag": "@microsoft/gulp-core-build-typescript_v2.2.5", - "date": "Tue, 31 Jan 2017 20:32:37 GMT", - "comments": { - "patch": [ - { - "comment": "Make loadSchema public instead of protected." - } - ] - } - }, - { - "version": "2.2.4", - "tag": "@microsoft/gulp-core-build-typescript_v2.2.4", - "date": "Tue, 31 Jan 2017 01:55:09 GMT", - "comments": { - "patch": [ - { - "comment": "Introduce schema for TsLintTask, TypeScriptTask" - } - ] - } - }, - { - "version": "2.2.3", - "tag": "@microsoft/gulp-core-build-typescript_v2.2.3", - "date": "Fri, 27 Jan 2017 20:04:15 GMT", - "comments": { - "patch": [ - { - "comment": "Added external json docs loading before analyzing API" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `>=1.1.4 <2.0.0` to `>=1.1.4 <2.0.0`" - } - ] - } - }, - { - "version": "2.2.2", - "tag": "@microsoft/gulp-core-build-typescript_v2.2.2", - "date": "Fri, 27 Jan 2017 02:35:10 GMT", - "comments": { - "patch": [ - { - "comment": "Added external-api-json folder with external types definitions. Added gulp task to run ApiExtractor on external types defintions." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `>=1.1.3 <2.0.0` to `>=1.1.4 <2.0.0`" - } - ] - } - }, - { - "version": "2.2.1", - "tag": "@microsoft/gulp-core-build-typescript_v2.2.1", - "date": "Thu, 19 Jan 2017 02:37:34 GMT", - "comments": { - "patch": [ - { - "comment": "Updating the tsconfig to give compiler options as enums." - } - ] - } - }, - { - "version": "2.2.0", - "tag": "@microsoft/gulp-core-build-typescript_v2.2.0", - "date": "Wed, 18 Jan 2017 21:40:58 GMT", - "comments": { - "minor": [ - { - "comment": "Refactor the API-Extractor to use the same config as the TypeScriptTask" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.0.1 <3.0.0` to `>=2.1.0 <3.0.0`" - } - ] - } - }, - { - "version": "2.1.1", - "tag": "@microsoft/gulp-core-build-typescript_v2.1.1", - "date": "Fri, 13 Jan 2017 06:46:05 GMT", - "comments": { - "patch": [ - { - "comment": "Add a schema for the api-extractor task and change the name." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.0.0 <3.0.0` to `>=2.0.1 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `>=1.0.0 <2.0.0` to `>=1.0.1 <2.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `>=1.0.0 <2.0.0` to `>=2.1.0 <3.0.0`" - } - ] - } - }, - { - "version": "2.1.0", - "tag": "@microsoft/gulp-core-build-typescript_v2.1.0", - "date": "Wed, 11 Jan 2017 14:11:26 GMT", - "comments": { - "minor": [ - { - "comment": "Adding an API Extractor task." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `>=0.0.1 <1.0.0` to `>=1.0.0 <2.0.0`" - } - ] - } - }, - { - "version": "2.0.1", - "tag": "@microsoft/gulp-core-build-typescript_v2.0.1", - "date": "Wed, 04 Jan 2017 03:02:12 GMT", - "comments": { - "patch": [ - { - "comment": "Fixing TSLint task by removing some deprecated rules (\"label-undefined”, \"no-duplicate-key\", and \"no-unreachable\") and setting the \"noUnusedParameters\" and \"noUnusedLocals\" TS compiler options to cover the deprecated \"no-unused-variable\"." - } - ] - } - } - ] -} diff --git a/core-build/gulp-core-build-typescript/CHANGELOG.md b/core-build/gulp-core-build-typescript/CHANGELOG.md deleted file mode 100644 index b1cc5e58943..00000000000 --- a/core-build/gulp-core-build-typescript/CHANGELOG.md +++ /dev/null @@ -1,1932 +0,0 @@ -# Change Log - @microsoft/gulp-core-build-typescript - -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. - -## 8.5.26 -Wed, 19 May 2021 00:11:39 GMT - -_Version update only_ - -## 8.5.25 -Mon, 03 May 2021 15:10:29 GMT - -_Version update only_ - -## 8.5.24 -Thu, 29 Apr 2021 23:26:50 GMT - -_Version update only_ - -## 8.5.23 -Tue, 20 Apr 2021 04:59:51 GMT - -_Version update only_ - -## 8.5.22 -Mon, 12 Apr 2021 15:10:28 GMT - -_Version update only_ - -## 8.5.21 -Thu, 08 Apr 2021 06:05:31 GMT - -_Version update only_ - -## 8.5.20 -Tue, 06 Apr 2021 15:14:22 GMT - -_Version update only_ - -## 8.5.19 -Thu, 04 Mar 2021 01:11:31 GMT - -_Version update only_ - -## 8.5.18 -Fri, 05 Feb 2021 16:10:42 GMT - -_Version update only_ - -## 8.5.17 -Wed, 13 Jan 2021 01:11:06 GMT - -_Version update only_ - -## 8.5.16 -Thu, 10 Dec 2020 23:25:49 GMT - -_Version update only_ - -## 8.5.15 -Sat, 05 Dec 2020 01:11:23 GMT - -_Version update only_ - -## 8.5.14 -Mon, 30 Nov 2020 16:11:50 GMT - -_Version update only_ - -## 8.5.13 -Wed, 18 Nov 2020 08:19:54 GMT - -_Version update only_ - -## 8.5.12 -Wed, 18 Nov 2020 06:21:57 GMT - -_Version update only_ - -## 8.5.11 -Wed, 11 Nov 2020 01:08:58 GMT - -_Version update only_ - -## 8.5.10 -Tue, 10 Nov 2020 23:13:12 GMT - -_Version update only_ - -## 8.5.9 -Fri, 30 Oct 2020 06:38:39 GMT - -_Version update only_ - -## 8.5.8 -Fri, 30 Oct 2020 00:10:14 GMT - -_Version update only_ - -## 8.5.7 -Thu, 29 Oct 2020 06:14:19 GMT - -_Version update only_ - -## 8.5.6 -Wed, 28 Oct 2020 01:18:03 GMT - -_Version update only_ - -## 8.5.5 -Tue, 27 Oct 2020 15:10:13 GMT - -_Version update only_ - -## 8.5.4 -Tue, 06 Oct 2020 00:24:06 GMT - -_Version update only_ - -## 8.5.3 -Mon, 05 Oct 2020 22:36:57 GMT - -_Version update only_ - -## 8.5.2 -Mon, 05 Oct 2020 15:10:42 GMT - -_Version update only_ - -## 8.5.1 -Wed, 30 Sep 2020 18:39:17 GMT - -_Version update only_ - -## 8.5.0 -Wed, 30 Sep 2020 06:53:53 GMT - -### Minor changes - -- Upgrade compiler; the API now requires TypeScript 3.9 or newer - -## 8.4.52 -Tue, 22 Sep 2020 05:45:56 GMT - -_Version update only_ - -## 8.4.51 -Tue, 22 Sep 2020 01:45:31 GMT - -_Version update only_ - -## 8.4.50 -Tue, 22 Sep 2020 00:08:53 GMT - -_Version update only_ - -## 8.4.49 -Sat, 19 Sep 2020 04:37:26 GMT - -_Version update only_ - -## 8.4.48 -Sat, 19 Sep 2020 03:33:06 GMT - -_Version update only_ - -## 8.4.47 -Fri, 18 Sep 2020 22:57:24 GMT - -_Version update only_ - -## 8.4.46 -Fri, 18 Sep 2020 21:49:54 GMT - -_Version update only_ - -## 8.4.45 -Sun, 13 Sep 2020 01:53:20 GMT - -_Version update only_ - -## 8.4.44 -Fri, 11 Sep 2020 02:13:35 GMT - -_Version update only_ - -## 8.4.43 -Mon, 07 Sep 2020 07:37:37 GMT - -_Version update only_ - -## 8.4.42 -Sat, 05 Sep 2020 18:56:34 GMT - -_Version update only_ - -## 8.4.41 -Thu, 27 Aug 2020 11:27:06 GMT - -_Version update only_ - -## 8.4.40 -Mon, 24 Aug 2020 07:35:20 GMT - -_Version update only_ - -## 8.4.39 -Sat, 22 Aug 2020 05:55:42 GMT - -_Version update only_ - -## 8.4.38 -Fri, 21 Aug 2020 01:21:18 GMT - -_Version update only_ - -## 8.4.37 -Thu, 20 Aug 2020 15:13:53 GMT - -_Version update only_ - -## 8.4.36 -Tue, 18 Aug 2020 23:59:42 GMT - -_Version update only_ - -## 8.4.35 -Mon, 17 Aug 2020 04:53:23 GMT - -_Version update only_ - -## 8.4.34 -Wed, 12 Aug 2020 00:10:05 GMT - -_Version update only_ - -## 8.4.33 -Wed, 05 Aug 2020 18:27:32 GMT - -_Version update only_ - -## 8.4.32 -Fri, 03 Jul 2020 15:09:04 GMT - -_Version update only_ - -## 8.4.31 -Fri, 03 Jul 2020 05:46:41 GMT - -_Version update only_ - -## 8.4.30 -Sat, 27 Jun 2020 00:09:37 GMT - -### Patches - -- Move rush-stack-compiler-3.1 back to devDependencies - -## 8.4.29 -Fri, 26 Jun 2020 22:16:39 GMT - -### Patches - -- Move rush-stack-compiler-3.1 from devDependencies to dependencies - -## 8.4.28 -Thu, 25 Jun 2020 06:43:34 GMT - -_Version update only_ - -## 8.4.27 -Wed, 24 Jun 2020 09:50:48 GMT - -_Version update only_ - -## 8.4.26 -Wed, 24 Jun 2020 09:04:28 GMT - -_Version update only_ - -## 8.4.25 -Mon, 15 Jun 2020 22:17:17 GMT - -_Version update only_ - -## 8.4.24 -Fri, 12 Jun 2020 09:19:21 GMT - -_Version update only_ - -## 8.4.23 -Wed, 10 Jun 2020 20:48:30 GMT - -_Version update only_ - -## 8.4.22 -Mon, 01 Jun 2020 08:34:17 GMT - -_Version update only_ - -## 8.4.21 -Sat, 30 May 2020 02:59:54 GMT - -_Version update only_ - -## 8.4.20 -Thu, 28 May 2020 05:59:02 GMT - -_Version update only_ - -## 8.4.19 -Wed, 27 May 2020 05:15:10 GMT - -_Version update only_ - -## 8.4.18 -Tue, 26 May 2020 23:00:25 GMT - -_Version update only_ - -## 8.4.17 -Fri, 22 May 2020 15:08:42 GMT - -_Version update only_ - -## 8.4.16 -Thu, 21 May 2020 23:09:44 GMT - -_Version update only_ - -## 8.4.15 -Thu, 21 May 2020 15:41:59 GMT - -_Version update only_ - -## 8.4.14 -Tue, 19 May 2020 15:08:19 GMT - -_Version update only_ - -## 8.4.13 -Fri, 15 May 2020 08:10:59 GMT - -_Version update only_ - -## 8.4.12 -Wed, 06 May 2020 08:23:45 GMT - -_Version update only_ - -## 8.4.11 -Sat, 02 May 2020 00:08:16 GMT - -_Version update only_ - -## 8.4.10 -Wed, 08 Apr 2020 04:07:33 GMT - -_Version update only_ - -## 8.4.9 -Fri, 03 Apr 2020 15:10:15 GMT - -_Version update only_ - -## 8.4.8 -Sun, 29 Mar 2020 00:04:12 GMT - -_Version update only_ - -## 8.4.7 -Sat, 28 Mar 2020 00:37:16 GMT - -_Version update only_ - -## 8.4.6 -Wed, 18 Mar 2020 15:07:47 GMT - -### Patches - -- Upgrade cyclic dependencies - -## 8.4.5 -Tue, 17 Mar 2020 23:55:58 GMT - -### Patches - -- Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack` - -## 8.4.4 -Tue, 28 Jan 2020 02:23:44 GMT - -_Version update only_ - -## 8.4.3 -Fri, 24 Jan 2020 00:27:39 GMT - -### Patches - -- Extract GCBTerminalProvider to gulp-core-build. - -## 8.4.2 -Thu, 23 Jan 2020 01:07:56 GMT - -_Version update only_ - -## 8.4.1 -Tue, 21 Jan 2020 21:56:13 GMT - -_Version update only_ - -## 8.4.0 -Sun, 19 Jan 2020 02:26:52 GMT - -### Minor changes - -- Upgrade Node typings to Node 10 - -## 8.3.16 -Fri, 17 Jan 2020 01:08:23 GMT - -_Version update only_ - -## 8.3.15 -Tue, 14 Jan 2020 01:34:15 GMT - -_Version update only_ - -## 8.3.14 -Sat, 11 Jan 2020 05:18:24 GMT - -_Version update only_ - -## 8.3.13 -Thu, 09 Jan 2020 06:44:12 GMT - -_Version update only_ - -## 8.3.12 -Wed, 08 Jan 2020 00:11:31 GMT - -_Version update only_ - -## 8.3.11 -Wed, 04 Dec 2019 23:17:55 GMT - -_Version update only_ - -## 8.3.10 -Tue, 03 Dec 2019 03:17:43 GMT - -_Version update only_ - -## 8.3.9 -Sun, 24 Nov 2019 00:54:04 GMT - -_Version update only_ - -## 8.3.8 -Wed, 20 Nov 2019 06:14:28 GMT - -_Version update only_ - -## 8.3.7 -Fri, 15 Nov 2019 04:50:50 GMT - -_Version update only_ - -## 8.3.6 -Mon, 11 Nov 2019 16:07:56 GMT - -_Version update only_ - -## 8.3.5 -Wed, 06 Nov 2019 22:44:18 GMT - -_Version update only_ - -## 8.3.4 -Tue, 05 Nov 2019 06:49:28 GMT - -_Version update only_ - -## 8.3.3 -Tue, 05 Nov 2019 01:08:39 GMT - -_Version update only_ - -## 8.3.2 -Fri, 25 Oct 2019 15:08:54 GMT - -_Version update only_ - -## 8.3.1 -Tue, 22 Oct 2019 06:24:44 GMT - -### Patches - -- Refactor some code as part of migration from TSLint to ESLint - -## 8.3.0 -Mon, 21 Oct 2019 05:22:43 GMT - -### Minor changes - -- Add support for ESLint+TypeScript - -## 8.2.6 -Fri, 18 Oct 2019 15:15:01 GMT - -_Version update only_ - -## 8.2.5 -Sun, 06 Oct 2019 00:27:39 GMT - -_Version update only_ - -## 8.2.4 -Fri, 04 Oct 2019 00:15:22 GMT - -_Version update only_ - -## 8.2.3 -Sun, 29 Sep 2019 23:56:29 GMT - -### Patches - -- Update repository URL - -## 8.2.2 -Wed, 25 Sep 2019 15:15:31 GMT - -_Version update only_ - -## 8.2.1 -Tue, 24 Sep 2019 02:58:49 GMT - -_Version update only_ - -## 8.2.0 -Mon, 23 Sep 2019 15:14:55 GMT - -### Minor changes - -- Upgrade @types/node dependency - -## 8.1.35 -Fri, 20 Sep 2019 21:27:22 GMT - -### Patches - -- Fix an issue where api-extractor warnings weren't being reported. - -## 8.1.34 -Wed, 11 Sep 2019 19:56:23 GMT - -_Version update only_ - -## 8.1.33 -Tue, 10 Sep 2019 22:32:23 GMT - -_Version update only_ - -## 8.1.32 -Tue, 10 Sep 2019 20:38:33 GMT - -_Version update only_ - -## 8.1.31 -Wed, 04 Sep 2019 18:28:06 GMT - -_Version update only_ - -## 8.1.30 -Wed, 04 Sep 2019 15:15:37 GMT - -_Version update only_ - -## 8.1.29 -Fri, 30 Aug 2019 00:14:32 GMT - -_Version update only_ - -## 8.1.28 -Mon, 12 Aug 2019 15:15:14 GMT - -_Version update only_ - -## 8.1.27 -Thu, 08 Aug 2019 15:14:17 GMT - -_Version update only_ - -## 8.1.26 -Thu, 08 Aug 2019 00:49:05 GMT - -_Version update only_ - -## 8.1.25 -Mon, 05 Aug 2019 22:04:32 GMT - -_Version update only_ - -## 8.1.24 -Tue, 23 Jul 2019 19:14:38 GMT - -_Version update only_ - -## 8.1.23 -Tue, 23 Jul 2019 01:13:01 GMT - -_Version update only_ - -## 8.1.22 -Mon, 22 Jul 2019 19:13:10 GMT - -_Version update only_ - -## 8.1.21 -Fri, 12 Jul 2019 19:12:46 GMT - -_Version update only_ - -## 8.1.20 -Thu, 11 Jul 2019 19:13:08 GMT - -_Version update only_ - -## 8.1.19 -Tue, 09 Jul 2019 19:13:24 GMT - -_Version update only_ - -## 8.1.18 -Mon, 08 Jul 2019 19:12:18 GMT - -_Version update only_ - -## 8.1.17 -Sat, 29 Jun 2019 02:30:10 GMT - -_Version update only_ - -## 8.1.16 -Wed, 12 Jun 2019 19:12:33 GMT - -_Version update only_ - -## 8.1.15 -Tue, 11 Jun 2019 00:48:06 GMT - -_Version update only_ - -## 8.1.14 -Wed, 05 Jun 2019 19:12:34 GMT - -_Version update only_ - -## 8.1.13 -Tue, 04 Jun 2019 05:51:53 GMT - -_Version update only_ - -## 8.1.12 -Mon, 27 May 2019 04:13:44 GMT - -_Version update only_ - -## 8.1.11 -Mon, 13 May 2019 02:08:35 GMT - -_Version update only_ - -## 8.1.10 -Mon, 06 May 2019 20:46:21 GMT - -_Version update only_ - -## 8.1.9 -Mon, 06 May 2019 19:34:54 GMT - -_Version update only_ - -## 8.1.8 -Mon, 06 May 2019 19:11:16 GMT - -_Version update only_ - -## 8.1.7 -Tue, 30 Apr 2019 23:08:02 GMT - -_Version update only_ - -## 8.1.6 -Tue, 16 Apr 2019 11:01:37 GMT - -_Version update only_ - -## 8.1.5 -Fri, 12 Apr 2019 06:13:16 GMT - -_Version update only_ - -## 8.1.4 -Thu, 11 Apr 2019 07:14:01 GMT - -_Version update only_ - -## 8.1.3 -Tue, 09 Apr 2019 05:31:01 GMT - -_Version update only_ - -## 8.1.2 -Mon, 08 Apr 2019 19:12:52 GMT - -_Version update only_ - -## 8.1.1 -Sat, 06 Apr 2019 02:05:51 GMT - -_Version update only_ - -## 8.1.0 -Fri, 05 Apr 2019 04:16:17 GMT - -### Minor changes - -- Update to use the new rush-stack-compiler contract for API Extractor 7 - -## 8.0.23 -Wed, 03 Apr 2019 02:58:33 GMT - -_Version update only_ - -## 8.0.22 -Tue, 02 Apr 2019 01:12:02 GMT - -_Version update only_ - -## 8.0.21 -Sat, 30 Mar 2019 22:27:16 GMT - -_Version update only_ - -## 8.0.20 -Thu, 28 Mar 2019 19:14:27 GMT - -_Version update only_ - -## 8.0.19 -Tue, 26 Mar 2019 20:54:18 GMT - -_Version update only_ - -## 8.0.18 -Sat, 23 Mar 2019 03:48:31 GMT - -_Version update only_ - -## 8.0.17 -Thu, 21 Mar 2019 04:59:11 GMT - -_Version update only_ - -## 8.0.16 -Thu, 21 Mar 2019 01:15:32 GMT - -_Version update only_ - -## 8.0.15 -Wed, 20 Mar 2019 19:14:49 GMT - -_Version update only_ - -## 8.0.14 -Mon, 18 Mar 2019 04:28:43 GMT - -_Version update only_ - -## 8.0.13 -Fri, 15 Mar 2019 19:13:25 GMT - -_Version update only_ - -## 8.0.12 -Wed, 13 Mar 2019 19:13:14 GMT - -_Version update only_ - -## 8.0.11 -Wed, 13 Mar 2019 01:14:05 GMT - -_Version update only_ - -## 8.0.10 -Mon, 11 Mar 2019 16:13:36 GMT - -_Version update only_ - -## 8.0.9 -Tue, 05 Mar 2019 17:13:11 GMT - -_Version update only_ - -## 8.0.8 -Mon, 04 Mar 2019 17:13:19 GMT - -_Version update only_ - -## 8.0.7 -Wed, 27 Feb 2019 22:13:58 GMT - -_Version update only_ - -## 8.0.6 -Wed, 27 Feb 2019 17:13:17 GMT - -_Version update only_ - -## 8.0.5 -Mon, 18 Feb 2019 17:13:23 GMT - -_Version update only_ - -## 8.0.4 -Tue, 12 Feb 2019 17:13:12 GMT - -_Version update only_ - -## 8.0.3 -Mon, 11 Feb 2019 10:32:37 GMT - -_Version update only_ - -## 8.0.2 -Mon, 11 Feb 2019 03:31:55 GMT - -_Version update only_ - -## 8.0.1 -Wed, 30 Jan 2019 20:49:11 GMT - -### Patches - -- Update dependency on changed API in RSC - -## 8.0.0 -Sat, 19 Jan 2019 03:47:47 GMT - -### Breaking changes - -- Update api extractor task to use api extractor's config file. - -### Minor changes - -- Upgrade to use API Extractor 7 beta - -## 7.4.8 -Tue, 15 Jan 2019 17:04:09 GMT - -_Version update only_ - -## 7.4.7 -Thu, 10 Jan 2019 01:57:53 GMT - -_Version update only_ - -## 7.4.6 -Mon, 07 Jan 2019 17:04:07 GMT - -_Version update only_ - -## 7.4.5 -Wed, 19 Dec 2018 05:57:33 GMT - -_Version update only_ - -## 7.4.4 -Thu, 13 Dec 2018 02:58:11 GMT - -_Version update only_ - -## 7.4.3 -Wed, 12 Dec 2018 17:04:19 GMT - -_Version update only_ - -## 7.4.2 -Sat, 08 Dec 2018 06:35:36 GMT - -_Version update only_ - -## 7.4.1 -Fri, 07 Dec 2018 17:04:56 GMT - -_Version update only_ - -## 7.4.0 -Fri, 30 Nov 2018 23:34:57 GMT - -### Minor changes - -- Allow custom arguments to be passed to the tsc command. - -## 7.3.1 -Thu, 29 Nov 2018 07:02:09 GMT - -_Version update only_ - -## 7.3.0 -Thu, 29 Nov 2018 00:35:38 GMT - -### Minor changes - -- Update rush-stack-compiler resolution to find a package following the "rush-stack-compiler-" naming convention. - -## 7.2.7 -Wed, 28 Nov 2018 19:29:54 GMT - -_Version update only_ - -## 7.2.6 -Wed, 28 Nov 2018 02:17:11 GMT - -_Version update only_ - -## 7.2.5 -Fri, 16 Nov 2018 21:37:10 GMT - -_Version update only_ - -## 7.2.4 -Fri, 16 Nov 2018 00:59:00 GMT - -_Version update only_ - -## 7.2.3 -Fri, 09 Nov 2018 23:07:39 GMT - -_Version update only_ - -## 7.2.2 -Wed, 07 Nov 2018 21:04:35 GMT - -_Version update only_ - -## 7.2.1 -Wed, 07 Nov 2018 17:03:03 GMT - -_Version update only_ - -## 7.2.0 -Mon, 05 Nov 2018 17:04:24 GMT - -### Minor changes - -- Update GCB-TS to ship with a default rush-stack-compiler with TS 2.4. - -## 7.1.2 -Thu, 01 Nov 2018 21:33:51 GMT - -### Patches - -- Fix a regression where @microsoft/rush-stack-compiler could not compile itself - -## 7.1.1 -Thu, 01 Nov 2018 19:32:52 GMT - -_Version update only_ - -## 7.1.0 -Wed, 31 Oct 2018 21:17:50 GMT - -### Minor changes - -- Update the way rush-stack-compiler is resolved. Now it's resolved by looking at the "extends" properties of tsconfig.json - -## 7.0.3 -Wed, 31 Oct 2018 17:00:55 GMT - -_Version update only_ - -## 7.0.2 -Sat, 27 Oct 2018 03:45:51 GMT - -_Version update only_ - -## 7.0.1 -Sat, 27 Oct 2018 02:17:18 GMT - -_Version update only_ - -## 7.0.0 -Sat, 27 Oct 2018 00:26:56 GMT - -### Breaking changes - -- Moving logic into rush-stack-compiler. - -## 6.1.12 -Thu, 25 Oct 2018 23:20:40 GMT - -_Version update only_ - -## 6.1.11 -Thu, 25 Oct 2018 08:56:02 GMT - -_Version update only_ - -## 6.1.10 -Wed, 24 Oct 2018 16:03:10 GMT - -_Version update only_ - -## 6.1.9 -Thu, 18 Oct 2018 05:30:14 GMT - -### Patches - -- Replace deprecated dependency gulp-util - -## 6.1.8 -Thu, 18 Oct 2018 01:32:21 GMT - -_Version update only_ - -## 6.1.7 -Wed, 17 Oct 2018 21:04:49 GMT - -_Version update only_ - -## 6.1.6 -Wed, 17 Oct 2018 14:43:24 GMT - -_Version update only_ - -## 6.1.5 -Thu, 11 Oct 2018 23:26:07 GMT - -_Version update only_ - -## 6.1.4 -Tue, 09 Oct 2018 06:58:01 GMT - -_Version update only_ - -## 6.1.3 -Mon, 08 Oct 2018 16:04:27 GMT - -_Version update only_ - -## 6.1.2 -Sun, 07 Oct 2018 06:15:56 GMT - -_Version update only_ - -## 6.1.1 -Fri, 28 Sep 2018 16:05:35 GMT - -_Version update only_ - -## 6.1.0 -Wed, 26 Sep 2018 21:39:40 GMT - -### Minor changes - -- Expose new api-extractor skipLibCheck option. - -## 6.0.5 -Mon, 24 Sep 2018 23:06:40 GMT - -_Version update only_ - -## 6.0.4 -Mon, 24 Sep 2018 16:04:28 GMT - -### Patches - -- Fixed overridePackagePath not loading correct version of package. - -## 6.0.3 -Fri, 21 Sep 2018 16:04:42 GMT - -_Version update only_ - -## 6.0.2 -Thu, 20 Sep 2018 23:57:21 GMT - -### Patches - -- Include support for the typescriptCompilerFolder api-extractor option. - -## 6.0.1 -Tue, 18 Sep 2018 21:04:55 GMT - -_Version update only_ - -## 6.0.0 -Mon, 10 Sep 2018 23:23:01 GMT - -### Breaking changes - -- Remove the old TypeScript, TSLint, Text, and RemoveTripleSlash tasks. - -## 5.0.2 -Thu, 06 Sep 2018 01:25:26 GMT - -### Patches - -- Update "repository" field in package.json - -## 5.0.1 -Tue, 04 Sep 2018 21:34:10 GMT - -_Version update only_ - -## 5.0.0 -Mon, 03 Sep 2018 16:04:45 GMT - -### Breaking changes - -- Replace the old api-extractor task with the new one that uses tsconfig.json instead of a runtime configuration. - -## 4.11.12 -Thu, 30 Aug 2018 22:47:34 GMT - -### Patches - -- Include defaultTslint in npm package. - -## 4.11.11 -Thu, 30 Aug 2018 19:23:16 GMT - -_Version update only_ - -## 4.11.10 -Thu, 30 Aug 2018 18:45:12 GMT - -_Version update only_ - -## 4.11.9 -Wed, 29 Aug 2018 21:43:23 GMT - -_Version update only_ - -## 4.11.8 -Wed, 29 Aug 2018 06:36:50 GMT - -### Patches - -- Fixing minor path issue. - -## 4.11.7 -Thu, 23 Aug 2018 18:18:53 GMT - -### Patches - -- Republish all packages in web-build-tools to resolve GitHub issue #782 - -## 4.11.6 -Wed, 22 Aug 2018 20:58:58 GMT - -_Version update only_ - -## 4.11.5 -Wed, 22 Aug 2018 16:03:25 GMT - -_Version update only_ - -## 4.11.4 -Tue, 21 Aug 2018 16:04:38 GMT - -_Version update only_ - -## 4.11.3 -Thu, 09 Aug 2018 21:03:22 GMT - -_Version update only_ - -## 4.11.2 -Thu, 09 Aug 2018 16:04:24 GMT - -### Patches - -- Update lodash. - -## 4.11.1 -Tue, 07 Aug 2018 22:27:31 GMT - -_Version update only_ - -## 4.11.0 -Thu, 26 Jul 2018 23:53:43 GMT - -### Minor changes - -- Include an option to strip comments from produced JS files in the TSC task. - -## 4.10.5 -Thu, 26 Jul 2018 16:04:17 GMT - -_Version update only_ - -## 4.10.4 -Wed, 25 Jul 2018 21:02:57 GMT - -### Patches - -- Fix an issue where the TscTask and TslintTasks where invoking the wrong version of Node.js - -## 4.10.3 -Tue, 17 Jul 2018 16:02:52 GMT - -_Version update only_ - -## 4.10.2 -Fri, 13 Jul 2018 19:04:50 GMT - -### Patches - -- Fix an issue where "spawnSync" may not be able to resolve node. - -## 4.10.1 -Tue, 03 Jul 2018 21:03:31 GMT - -_Version update only_ - -## 4.10.0 -Fri, 29 Jun 2018 02:56:51 GMT - -### Minor changes - -- Inclusion of three new tasks designed to use as minimal behavior as possible to run tsc, tslint, and api-extractor. - -## 4.9.19 -Sat, 23 Jun 2018 02:21:20 GMT - -_Version update only_ - -## 4.9.18 -Fri, 22 Jun 2018 16:05:15 GMT - -### Patches - -- Fixed mutation on tsConfigFile resulting in tslint error - -## 4.9.17 -Thu, 21 Jun 2018 08:27:29 GMT - -_Version update only_ - -## 4.9.16 -Tue, 19 Jun 2018 19:35:11 GMT - -_Version update only_ - -## 4.9.15 -Fri, 08 Jun 2018 08:43:52 GMT - -_Version update only_ - -## 4.9.14 -Thu, 31 May 2018 01:39:33 GMT - -_Version update only_ - -## 4.9.13 -Tue, 15 May 2018 02:26:45 GMT - -_Version update only_ - -## 4.9.12 -Tue, 15 May 2018 00:18:10 GMT - -_Version update only_ - -## 4.9.11 -Fri, 11 May 2018 22:43:14 GMT - -_Version update only_ - -## 4.9.10 -Fri, 04 May 2018 00:42:38 GMT - -_Version update only_ - -## 4.9.9 -Tue, 01 May 2018 22:03:20 GMT - -_Version update only_ - -## 4.9.8 -Fri, 27 Apr 2018 03:04:32 GMT - -_Version update only_ - -## 4.9.7 -Fri, 20 Apr 2018 16:06:11 GMT - -### Patches - -- Fix logging warnings in TypeScript config - -## 4.9.6 -Thu, 19 Apr 2018 21:25:56 GMT - -_Version update only_ - -## 4.9.5 -Thu, 19 Apr 2018 17:02:06 GMT - -### Patches - -- Expose three more api-extractor config parameters in gulp-core-build-typescript - -## 4.9.4 -Tue, 03 Apr 2018 16:05:29 GMT - -_Version update only_ - -## 4.9.3 -Mon, 02 Apr 2018 16:05:24 GMT - -_Version update only_ - -## 4.9.2 -Tue, 27 Mar 2018 01:34:25 GMT - -_Version update only_ - -## 4.9.1 -Mon, 26 Mar 2018 19:12:42 GMT - -_Version update only_ - -## 4.9.0 -Sun, 25 Mar 2018 01:26:19 GMT - -### Minor changes - -- For the API Extractor task config file, the "generatePackageTypings" setting was renamed to "generateDtsRollup" -- Add a new GCB option dtsRollupTrimming which corresponds to the new "trimming" flag for API Extractor - -## 4.8.1 -Fri, 23 Mar 2018 00:34:53 GMT - -_Version update only_ - -## 4.8.0 -Thu, 22 Mar 2018 18:34:13 GMT - -### Minor changes - -- Add a `libESNextFolder` option - -## 4.7.22 -Tue, 20 Mar 2018 02:44:45 GMT - -_Version update only_ - -## 4.7.21 -Sat, 17 Mar 2018 02:54:22 GMT - -_Version update only_ - -## 4.7.20 -Thu, 15 Mar 2018 20:00:50 GMT - -### Patches - -- Fix an issue where the column number for typescript errors was off by one - -## 4.7.19 -Thu, 15 Mar 2018 16:05:43 GMT - -_Version update only_ - -## 4.7.18 -Tue, 13 Mar 2018 23:11:32 GMT - -### Patches - -- Update gulp-sourcemaps. - -## 4.7.17 -Mon, 12 Mar 2018 20:36:19 GMT - -_Version update only_ - -## 4.7.16 -Tue, 06 Mar 2018 17:04:51 GMT - -_Version update only_ - -## 4.7.15 -Fri, 02 Mar 2018 01:13:59 GMT - -_Version update only_ - -## 4.7.14 -Tue, 27 Feb 2018 22:05:57 GMT - -_Version update only_ - -## 4.7.13 -Wed, 21 Feb 2018 22:04:19 GMT - -### Patches - -- Fix an issue where the line number for typescript errors were off by one. - -## 4.7.12 -Wed, 21 Feb 2018 03:13:28 GMT - -_Version update only_ - -## 4.7.11 -Sat, 17 Feb 2018 02:53:49 GMT - -_Version update only_ - -## 4.7.10 -Fri, 16 Feb 2018 22:05:23 GMT - -_Version update only_ - -## 4.7.9 -Fri, 16 Feb 2018 17:05:11 GMT - -_Version update only_ - -## 4.7.8 -Wed, 07 Feb 2018 17:05:11 GMT - -_Version update only_ - -## 4.7.7 -Fri, 26 Jan 2018 22:05:30 GMT - -_Version update only_ - -## 4.7.6 -Fri, 26 Jan 2018 17:53:38 GMT - -### Patches - -- Force a patch bump in case the previous version was an empty package - -## 4.7.5 -Fri, 26 Jan 2018 00:36:51 GMT - -### Patches - -- Add some missing @types dependencies to the package.json - -## 4.7.4 -Tue, 23 Jan 2018 17:05:28 GMT - -_Version update only_ - -## 4.7.3 -Thu, 18 Jan 2018 03:23:46 GMT - -### Patches - -- Upgrade api-extractor library - -## 4.7.2 -Thu, 18 Jan 2018 00:48:06 GMT - -_Version update only_ - -## 4.7.1 -Thu, 18 Jan 2018 00:27:23 GMT - -### Patches - -- Remove deprecated tslint rule "typeof-compare" - -## 4.7.0 -Wed, 17 Jan 2018 10:49:31 GMT - -### Minor changes - -- Upgrade TSLint and tslint-microsoft-contrib. - -## 4.6.0 -Fri, 12 Jan 2018 03:35:22 GMT - -### Minor changes - -- Add a new setting "generatePackageTypings" for the API Extractor task - -## 4.5.1 -Thu, 11 Jan 2018 22:31:51 GMT - -_Version update only_ - -## 4.5.0 -Wed, 10 Jan 2018 20:40:01 GMT - -### Minor changes - -- Upgrade to Node 8 - -## 4.4.1 -Tue, 09 Jan 2018 17:05:51 GMT - -### Patches - -- Get web-build-tools building with pnpm - -## 4.4.0 -Sun, 07 Jan 2018 05:12:08 GMT - -### Minor changes - -- The ApiExtractor task now expects *.d.ts files instead of *.ts, but includes a compatibility workaround for the common case of src/index.ts - -## 4.3.3 -Fri, 05 Jan 2018 20:26:45 GMT - -_Version update only_ - -## 4.3.2 -Fri, 05 Jan 2018 00:48:41 GMT - -_Version update only_ - -## 4.3.1 -Fri, 22 Dec 2017 17:04:46 GMT - -_Version update only_ - -## 4.3.0 -Tue, 12 Dec 2017 03:33:26 GMT - -### Minor changes - -- Allow the TS task's configuration to be extended on an instance-by-instance basis. - -## 4.2.18 -Thu, 30 Nov 2017 23:59:09 GMT - -_Version update only_ - -## 4.2.17 -Thu, 30 Nov 2017 23:12:21 GMT - -_Version update only_ - -## 4.2.16 -Wed, 29 Nov 2017 17:05:37 GMT - -_Version update only_ - -## 4.2.15 -Tue, 28 Nov 2017 23:43:55 GMT - -_Version update only_ - -## 4.2.14 -Mon, 13 Nov 2017 17:04:50 GMT - -_Version update only_ - -## 4.2.13 -Mon, 06 Nov 2017 17:04:18 GMT - -_Version update only_ - -## 4.2.12 -Thu, 02 Nov 2017 16:05:24 GMT - -### Patches - -- lock the reference version between web build tools projects - -## 4.2.11 -Wed, 01 Nov 2017 21:06:08 GMT - -### Patches - -- Upgrade cyclic dependencies - -## 4.2.10 -Tue, 31 Oct 2017 21:04:04 GMT - -_Version update only_ - -## 4.2.9 -Tue, 31 Oct 2017 16:04:55 GMT - -_Version update only_ - -## 4.2.8 -Wed, 25 Oct 2017 20:03:59 GMT - -_Version update only_ - -## 4.2.7 -Tue, 24 Oct 2017 18:17:12 GMT - -_Version update only_ - -## 4.2.6 -Mon, 23 Oct 2017 21:53:12 GMT - -### Patches - -- Updated cyclic dependencies - -## 4.2.5 -Fri, 20 Oct 2017 19:57:12 GMT - -_Version update only_ - -## 4.2.4 -Fri, 20 Oct 2017 01:52:54 GMT - -_Version update only_ - -## 4.2.3 -Fri, 20 Oct 2017 01:04:44 GMT - -### Patches - -- Updated to use simplified api-extractor interface - -## 4.2.2 -Thu, 05 Oct 2017 01:05:02 GMT - -### Patches - -- Fix an error message when the "module" property is set to esnext. - -## 4.2.1 -Thu, 28 Sep 2017 01:04:28 GMT - -_Version update only_ - -## 4.2.0 -Fri, 22 Sep 2017 01:04:02 GMT - -### Minor changes - -- Upgrade to es6 - -## 4.1.0 -Wed, 20 Sep 2017 22:10:17 GMT - -### Minor changes - -- Support ESNext module output format and allow a base TypeScript configuration to be set by a build rig. - -## 4.0.7 -Mon, 11 Sep 2017 13:04:55 GMT - -_Version update only_ - -## 4.0.6 -Fri, 08 Sep 2017 01:28:04 GMT - -### Patches - -- Deprecate @types/es6-coll ections in favor of built-in typescript typings 'es2015.collection' a nd 'es2015.iterable' - -## 4.0.5 -Thu, 07 Sep 2017 13:04:35 GMT - -_Version update only_ - -## 4.0.4 -Thu, 07 Sep 2017 00:11:11 GMT - -### Patches - -- Add $schema field to all schemas - -## 4.0.3 -Wed, 06 Sep 2017 13:03:42 GMT - -_Version update only_ - -## 4.0.2 -Tue, 05 Sep 2017 19:03:56 GMT - -_Version update only_ - -## 4.0.1 -Sat, 02 Sep 2017 01:04:26 GMT - -_Version update only_ - -## 4.0.0 -Thu, 31 Aug 2017 18:41:18 GMT - -### Breaking changes - -- Fix compatibility issues with old releases, by incrementing the major version number - -## 3.5.3 -Thu, 31 Aug 2017 17:46:25 GMT - -_Version update only_ - -## 3.5.2 -Wed, 30 Aug 2017 01:04:34 GMT - -_Version update only_ - -## 3.5.1 -Thu, 24 Aug 2017 22:44:12 GMT - -_Version update only_ - -## 3.5.0 -Thu, 24 Aug 2017 01:04:33 GMT - -### Minor changes - -- Upgrade to tslint 5.6.0 - -## 3.4.2 -Tue, 22 Aug 2017 13:04:22 GMT - -_Version update only_ - -## 3.4.1 -Wed, 16 Aug 2017 23:16:55 GMT - -### Patches - -- Publish - -## 3.4.0 -Wed, 16 Aug 2017 13:04:08 GMT - -### Minor changes - -- Include the no-unused-variable TSLint rule to bring back the "no-unused-import" functionality. Remove no-unused-parameters default TSConfig option to be consistent with the TSLint no-unused-variable behavior. - -## 3.3.2 -Tue, 15 Aug 2017 01:29:31 GMT - -### Patches - -- Force a patch bump to ensure everything is published - -## 3.3.1 -Thu, 27 Jul 2017 01:04:48 GMT - -### Patches - -- Upgrade to the TS2.4 version of the build tools. - -## 3.3.0 -Tue, 25 Jul 2017 20:03:31 GMT - -### Minor changes - -- Upgrade to TypeScript 2.4 - -## 3.2.0 -Fri, 07 Jul 2017 01:02:28 GMT - -### Minor changes - -- Enable StrictNullChecks. - -## 3.1.5 -Wed, 21 Jun 2017 04:19:35 GMT - -### Patches - -- Add missing API Extractor release tags - -## 3.1.3 -Fri, 16 Jun 2017 01:21:40 GMT - -### Patches - -- Upgraded api-extractor dependency - -## 3.1.2 -Fri, 16 Jun 2017 01:04:08 GMT - -### Patches - -- Fix issue where TypeScriptTask did not allow you to set a target other than "commonjs" - -## 3.1.1 -Fri, 28 Apr 2017 01:03:54 GMT - -### Patches - -- Bugfix: Update TypeScriptConfiguration to allow setting a custom version of typescript compiler. - -## 3.1.0 -Mon, 24 Apr 2017 22:01:17 GMT - -### Minor changes - -- Adding `libES6Dir` setting to taskConfig to optionally output es6 modules. - -## 3.0.4 -Wed, 19 Apr 2017 20:18:06 GMT - -### Patches - -- Remove ES6 Promise & @types/es6-promise typings - -## 3.0.3 -Tue, 18 Apr 2017 23:41:42 GMT - -### Patches - -- API Extractor now uses Gulp-Typescript to generate compiler options. - -## 3.0.2 -Fri, 07 Apr 2017 21:43:16 GMT - -### Patches - -- Adjusted the version specifier for typescript to ~2.2.2 - -## 3.0.1 -Wed, 05 Apr 2017 13:01:40 GMT - -### Patches - -- Fixing the way the TSLint task is configured to allow removal of existing rules. - -## 3.0.0 -Mon, 20 Mar 2017 21:52:20 GMT - -### Breaking changes - -- Updating typescript, gulp-typescript, and tslint. - -## 2.4.1 -Mon, 20 Mar 2017 04:20:13 GMT - -### Patches - -- Reverting change. - -## 2.4.0 -Sun, 19 Mar 2017 19:10:30 GMT - -### Minor changes - -- Updating typescript, gulp-typescript, and tslint. - -## 2.3.0 -Thu, 16 Mar 2017 19:02:22 GMT - -### Minor changes - -- Write the TSLint configuration file after executing the task. - -## 2.2.6 -Wed, 15 Mar 2017 01:32:09 GMT - -### Patches - -- Locking `@types` packages. Synchronizing version specifiers for dependencies with other `web-build-tools` projects. - -## 2.2.5 -Tue, 31 Jan 2017 20:32:37 GMT - -### Patches - -- Make loadSchema public instead of protected. - -## 2.2.4 -Tue, 31 Jan 2017 01:55:09 GMT - -### Patches - -- Introduce schema for TsLintTask, TypeScriptTask - -## 2.2.3 -Fri, 27 Jan 2017 20:04:15 GMT - -### Patches - -- Added external json docs loading before analyzing API - -## 2.2.2 -Fri, 27 Jan 2017 02:35:10 GMT - -### Patches - -- Added external-api-json folder with external types definitions. Added gulp task to run ApiExtractor on external types defintions. - -## 2.2.1 -Thu, 19 Jan 2017 02:37:34 GMT - -### Patches - -- Updating the tsconfig to give compiler options as enums. - -## 2.2.0 -Wed, 18 Jan 2017 21:40:58 GMT - -### Minor changes - -- Refactor the API-Extractor to use the same config as the TypeScriptTask - -## 2.1.1 -Fri, 13 Jan 2017 06:46:05 GMT - -### Patches - -- Add a schema for the api-extractor task and change the name. - -## 2.1.0 -Wed, 11 Jan 2017 14:11:26 GMT - -### Minor changes - -- Adding an API Extractor task. - -## 2.0.1 -Wed, 04 Jan 2017 03:02:12 GMT - -### Patches - -- Fixing TSLint task by removing some deprecated rules ("label-undefined”, "no-duplicate-key", and "no-unreachable") and setting the "noUnusedParameters" and "noUnusedLocals" TS compiler options to cover the deprecated "no-unused-variable". - diff --git a/core-build/gulp-core-build-typescript/LICENSE b/core-build/gulp-core-build-typescript/LICENSE deleted file mode 100644 index 9dbf4d9fc5a..00000000000 --- a/core-build/gulp-core-build-typescript/LICENSE +++ /dev/null @@ -1,24 +0,0 @@ -@microsoft/gulp-core-build-typescript - -Copyright (c) Microsoft Corporation. All rights reserved. - -MIT License - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/core-build/gulp-core-build-typescript/README.md b/core-build/gulp-core-build-typescript/README.md deleted file mode 100644 index 086a4f2e28e..00000000000 --- a/core-build/gulp-core-build-typescript/README.md +++ /dev/null @@ -1,173 +0,0 @@ -# @microsoft/gulp-core-build-typescript - -`gulp-core-build-typescript` contains `gulp-core-build` subtasks for compiling and linting TypeScript code. - -[![npm version](https://badge.fury.io/js/%40microsoft%2Fgulp-core-build-typescript.svg)](https://badge.fury.io/js/%40microsoft%2Fgulp-core-build-typescript) -[![Build Status](https://travis-ci.org/Microsoft/gulp-core-build-typescript.svg?branch=master)](https://travis-ci.org/Microsoft/gulp-core-build-typescript) -[![Dependencies](https://david-dm.org/Microsoft/gulp-core-build-typescript.svg)](https://david-dm.org/Microsoft/gulp-core-build-typescript) - -# TypescriptTask -## Usage -The task for building TypeScript into JavaScript. - -## Config -See the `ITypeScriptTaskConfig` interface for the definition. - -### failBuildOnErrors -Fails the build when errors occur. - -Default: `true` - -### sourceMatch -An array of glob matches for files to be included in the build. - -Default: -```javascript -[ - 'src/**/*.ts', - 'src/**/*.tsx', - 'typings/main/**/*.ts', - 'typings/main.d.ts', - 'typings/tsd.d.ts', - 'typings/index.d.ts' -] -``` - -### staticMatch -Array of glob matches for files that should by passed through (copied) to the build output. - -Default: -```javascript -[ - 'src/**/*.js', - 'src/**/*.json', - 'src/**/*.jsx' -] -``` - -### reporter -Custom TypeScript reporter. - -Should be an interface conforming to: -```typescript -interface IErrorReporter { - error: (error: ITypeScriptErrorObject) => void -} -``` - -Default: a custom function which writes errors to the console. - -### typescript -Optional override of the typescript compiler. Set this to the result of require('typescript'). - -Default: `undefined` - -### removeCommentsFromJavaScript -Removes comments from all generated `.js` files. Will **not** remove comments from generated `.d.ts` files. - -Default: `false` - -### emitSourceMaps -If true, creates sourcemap files which are useful for debugging. - -Default: `true` - -# TSLintTask -## Usage -The task for linting the TypeScript code. - -By default, it includes a cache, such that files which have not been updated since the last linting -are not checked again, unless the config or tslint version has changed. - -## Config -See the `ITSLintTaskConfig` interface for the definition. - -### lintConfig -The tslint configuration object. - -Default: `{}` - -### rulesDirectory -Directories to search for custom linter rules. An array of glob expressions. - -Default: the tslint-microsoft-contrib directory - -### sourceMatch -Provides the glob matches for files to be analyzed. - -Default: `['src/**/*.ts', 'src/**/*.tsx']` - -### reporter -A function which reports errors to the proper location. It should conform to the following interface: - -`((result: lintTypes.LintResult, file: Vinyl, options: ITSLintTaskConfig) => void;)` - -Defaults to using the base GulpTask's this.fileError() function. - -### displayAsWarning -If true, displays warnings as errors. If the reporter function is overwritten, it should reference -this flag. - -Default: `false` - -### removeExistingRules -If true, the lintConfig rules which were previously set will be removed. This flag is useful -for ensuring that there are no rules activated from previous calls to setConfig(). - -Default: `false` - -### useDefaultConfigAsBase -If false, does not use a default tslint configuration as the basis for creating the list of active rules. - -Default: `true` - -# RemoveTripleSlashReferencesTask -## Usage -Removes any `/// ` entries from compiled D.TS files. -This helps mitigate an issue with duplicated typings in TS 1.8. - -## Config -*This task has no configuration options.* - -# TextTask -Converts text files into JavaScript. - -## Usage -## Config -See the `ITextTaskConfig` interface for the definition. - -### textMatch -Glob matches for files that should be converted into modules. - -Default: `['src/**/*.txt']` - -# Usage -To use these tasks in your build setup, simply import the package and add the task to a build task group. - -# Examples -Some examples of build packages that use this task: - -* [@microsoft/web-library-build](../web-library-build) -* [@microsoft/node-library-build](../node-library-build) - -# Configuring task options - -Use the standard "setConfig" method on task instances to set their configuration options. Example: - -```typescript -import { typescript } from '@microsoft/gulp-core-build-typescript'; - -typescript.setConfig({ - typescript: require('typescript') -}); -``` - -# Related projects - -[@microsoft/gulp-core-build](https://github.com/microsoft/gulp-core-build) - An abstraction around gulp that adds simplified serial/parallel task execution and a formal base task interface. - -[typescript](https://github.com/microsoft/typescript) - The TypeScript compiler. - -# License - -[MIT](https://github.com/microsoft/gulp-core-build-typescript/blob/master/LICENSE) diff --git a/core-build/gulp-core-build-typescript/config/rush-project.json b/core-build/gulp-core-build-typescript/config/rush-project.json deleted file mode 100644 index 61e414685c1..00000000000 --- a/core-build/gulp-core-build-typescript/config/rush-project.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "projectOutputFolderNames": ["lib", "dist"] -} diff --git a/core-build/gulp-core-build-typescript/gulpfile.js b/core-build/gulp-core-build-typescript/gulpfile.js deleted file mode 100644 index 15c57b0d576..00000000000 --- a/core-build/gulp-core-build-typescript/gulpfile.js +++ /dev/null @@ -1,9 +0,0 @@ -'use strict'; - -const build = require('@microsoft/node-library-build'); - -// This project doesn't have unit tests and GCB's Mocha doesn't play nice with Node 14, so disable Mocha -build.mocha.enabled = false; -build.instrument.enabled = false; - -build.initialize(require('gulp')); diff --git a/core-build/gulp-core-build-typescript/package.json b/core-build/gulp-core-build-typescript/package.json deleted file mode 100644 index f7c15023395..00000000000 --- a/core-build/gulp-core-build-typescript/package.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "@microsoft/gulp-core-build-typescript", - "version": "8.5.26", - "description": "", - "main": "lib/index.js", - "typings": "lib/index.d.ts", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/microsoft/rushstack/tree/master/core-build/gulp-core-build-typescript" - }, - "scripts": { - "build": "gulp --clean" - }, - "dependencies": { - "@microsoft/gulp-core-build": "workspace:*", - "@rushstack/node-core-library": "workspace:*", - "@types/node": "10.17.13", - "decomment": "~0.9.1", - "glob": "~7.0.5", - "glob-escape": "~0.0.2", - "resolve": "~1.17.0" - }, - "devDependencies": { - "@microsoft/api-extractor": "workspace:*", - "@microsoft/node-library-build": "6.5.21", - "@microsoft/rush-stack-compiler-3.1": "workspace:*", - "@microsoft/rush-stack-compiler-3.9": "0.4.42", - "@rushstack/eslint-config": "workspace:*", - "@types/glob": "7.1.1", - "@types/resolve": "1.17.1", - "gulp": "~4.0.2", - "typescript": "~3.9.7" - } -} diff --git a/core-build/gulp-core-build-typescript/src/ApiExtractorTask.ts b/core-build/gulp-core-build-typescript/src/ApiExtractorTask.ts deleted file mode 100644 index 2b15b08be11..00000000000 --- a/core-build/gulp-core-build-typescript/src/ApiExtractorTask.ts +++ /dev/null @@ -1,69 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import * as path from 'path'; -import { IBuildConfig } from '@microsoft/gulp-core-build'; -import { JsonFile, FileSystem, JsonObject } from '@rushstack/node-core-library'; -import { ExtractorConfig, IExtractorInvokeOptions } from '@microsoft/api-extractor'; -import * as TRushStackCompiler from '@microsoft/rush-stack-compiler-3.1'; - -import { RSCTask, IRSCTaskConfig } from './RSCTask'; - -/** @public */ -export interface IApiExtractorTaskConfig extends IRSCTaskConfig {} - -/** - * The ApiExtractorTask uses the api-extractor tool to analyze a project for public APIs. api-extractor will detect - * common problems and generate a report of the exported public API. The task uses the entry point of a project to - * find the aliased exports of the project. An api-extractor.ts file is generated for the project in the temp folder. - * @public - */ -export class ApiExtractorTask extends RSCTask { - public constructor() { - super('api-extractor', {}); - } - - public loadSchema(): JsonObject { - return JsonFile.load(path.resolve(__dirname, 'schemas', 'api-extractor.schema.json')); - } - - public isEnabled(buildConfig: IBuildConfig): boolean { - return FileSystem.exists(this._getApiExtractorConfigFilePath(buildConfig.rootPath)); - } - - public executeTask(): Promise { - this.initializeRushStackCompiler(); - - const extractorOptions: IExtractorInvokeOptions = { - localBuild: !this.buildConfig.production - }; - - const rushStackCompiler: typeof TRushStackCompiler = this._rushStackCompiler as typeof TRushStackCompiler; - const extractorConfig: ExtractorConfig = - rushStackCompiler.ApiExtractor.ExtractorConfig.loadFileAndPrepare( - this._getApiExtractorConfigFilePath(this.buildConfig.rootPath) - ); - - const apiExtractorRunner: TRushStackCompiler.ApiExtractorRunner = - new rushStackCompiler.ApiExtractorRunner( - { - fileError: this.fileError.bind(this), - fileWarning: this.fileWarning.bind(this) - }, - extractorConfig, - extractorOptions, - this.buildFolder, - this._terminalProvider - ); - - return apiExtractorRunner.invoke(); - } - - protected _getConfigFilePath(): string { - return path.join('.', 'config', 'gcb-api-extractor.json'); // There aren't config options specific to this task - } - - private _getApiExtractorConfigFilePath(rootPath: string): string { - return path.resolve(rootPath, 'config', 'api-extractor.json'); - } -} diff --git a/core-build/gulp-core-build-typescript/src/LintCmdTask.ts b/core-build/gulp-core-build-typescript/src/LintCmdTask.ts deleted file mode 100644 index 6f5d7a56e3e..00000000000 --- a/core-build/gulp-core-build-typescript/src/LintCmdTask.ts +++ /dev/null @@ -1,51 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import * as path from 'path'; -import { JsonFile, JsonObject } from '@rushstack/node-core-library'; -import * as TRushStackCompiler from '@microsoft/rush-stack-compiler-3.1'; - -import { RSCTask, IRSCTaskConfig } from './RSCTask'; - -/** - * @public - */ -export interface ILintCmdTaskConfig extends IRSCTaskConfig { - /** - * If true, displays warnings as errors. Defaults to false. - */ - displayAsError?: boolean; -} - -/** - * @public - */ -export class LintCmdTask extends RSCTask { - public constructor() { - super('lint', { - displayAsError: false - }); - } - - public loadSchema(): JsonObject { - return JsonFile.load(path.resolve(__dirname, 'schemas', 'lint-cmd.schema.json')); - } - - public executeTask(): Promise { - this.initializeRushStackCompiler(); - - const rushStackCompiler: typeof TRushStackCompiler = this._rushStackCompiler as typeof TRushStackCompiler; - const lintRunner: TRushStackCompiler.LintRunner = new rushStackCompiler.LintRunner( - { - displayAsError: this.taskConfig.displayAsError, - - fileError: this.fileError.bind(this), - fileWarning: this.fileWarning.bind(this) - }, - this.buildFolder, - this._terminalProvider - ); - - return lintRunner.invoke(); - } -} diff --git a/core-build/gulp-core-build-typescript/src/RSCTask.ts b/core-build/gulp-core-build-typescript/src/RSCTask.ts deleted file mode 100644 index 454148115db..00000000000 --- a/core-build/gulp-core-build-typescript/src/RSCTask.ts +++ /dev/null @@ -1,194 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import * as path from 'path'; -import * as resolve from 'resolve'; - -import { - JsonFile, - IPackageJson, - FileSystem, - PackageJsonLookup, - Terminal -} from '@rushstack/node-core-library'; -import { GulpTask, GCBTerminalProvider } from '@microsoft/gulp-core-build'; - -export interface IRSCTaskConfig extends Object { - buildDirectory: string; - - allowBuiltinCompiler: boolean; -} - -interface ITsconfig { - extends?: string; -} - -export abstract class RSCTask extends GulpTask { - // For a given folder that contains a tsconfig.json file, return the absolute path of the folder - // containing "@microsoft/rush-stack-compiler-*" - private static _rushStackCompilerPackagePathCache: Map = new Map(); - - private static __packageJsonLookup: PackageJsonLookup | undefined; - - private static get _packageJsonLookup(): PackageJsonLookup { - if (!RSCTask.__packageJsonLookup) { - RSCTask.__packageJsonLookup = new PackageJsonLookup(); - } - - return RSCTask.__packageJsonLookup; - } - - protected _terminalProvider: GCBTerminalProvider = new GCBTerminalProvider(this); - protected _terminal: Terminal = new Terminal(this._terminalProvider); - - /** - * @internal - */ - protected _rushStackCompiler: unknown; - - private get _rushStackCompilerPackagePath(): string { - if (!RSCTask._rushStackCompilerPackagePathCache.has(this.buildFolder)) { - const projectTsconfigPath: string = path.join(this.buildFolder, 'tsconfig.json'); - - const visitedTsconfigPaths: Set = new Set(); - let compilerPath: string; - try { - compilerPath = this._resolveRushStackCompilerFromTsconfig(projectTsconfigPath, visitedTsconfigPaths); - } catch (e) { - if (this.taskConfig.allowBuiltinCompiler) { - this._terminal.writeVerboseLine( - 'Unable to resolve rush-stack-compiler from tsconfig.json. Using built-in compiler' - ); - const builtInCompilerPath: string | undefined = RSCTask._packageJsonLookup.tryGetPackageFolderFor( - require.resolve('@microsoft/rush-stack-compiler-3.2') - ); - if (!builtInCompilerPath) { - throw new Error( - 'Unable to resolve built-in compiler. Ensure @microsoft/gulp-core-build-typescript is correctly installed' - ); - } - - compilerPath = builtInCompilerPath; - } else { - throw e; - } - } - - RSCTask._rushStackCompilerPackagePathCache.set(this.buildFolder, compilerPath); - } - - return RSCTask._rushStackCompilerPackagePathCache.get(this.buildFolder)!; - } - - protected get buildFolder(): string { - return this.taskConfig.buildDirectory || this.buildConfig.rootPath; - } - - public constructor(taskName: string, defaultConfig: Partial) { - super(taskName, { - allowBuiltinCompiler: false, - ...defaultConfig - } as TTaskConfig); - } - - protected initializeRushStackCompiler(): void { - const compilerPackageJson: IPackageJson = JsonFile.load( - path.join(this._rushStackCompilerPackagePath, 'package.json') - ); - const main: string | undefined = compilerPackageJson.main; - if (!main) { - throw new Error('Compiler package does not have a "main" entry.'); - } - - this._rushStackCompiler = require(path.join(this._rushStackCompilerPackagePath, main)); - } - - /** - * Determine which compiler should be used to compile a given project. - * - * @remarks - * We load the tsconfig.json file, and follow its "extends" field until we reach the end of the chain. - * We expect the last extended file to be under an installed @microsoft/rush-stack-compiler-* package, - * which determines which typescript/tslint/api-extractor versions should be invoked. - * - * @param tsconfigPath - The path of a tsconfig.json file to analyze - * @returns The absolute path of the folder containing "@microsoft/rush-stack-compiler-*" which should be used - * to compile this tsconfig.json project - */ - private _resolveRushStackCompilerFromTsconfig( - tsconfigPath: string, - visitedTsconfigPaths: Set - ): string { - this._terminal.writeVerboseLine(`Examining ${tsconfigPath}`); - visitedTsconfigPaths.add(tsconfigPath); - - if (!FileSystem.exists(tsconfigPath)) { - throw new Error(`tsconfig.json file (${tsconfigPath}) does not exist.`); - } - - let tsconfig: ITsconfig; - try { - tsconfig = JsonFile.load(tsconfigPath); - } catch (e) { - throw new Error(`Error parsing tsconfig.json ${tsconfigPath}: ${e}`); - } - - if (!tsconfig.extends) { - // Does the chain end with a file in the rush-stack-compiler package? - const packageJsonPath: string | undefined = - RSCTask._packageJsonLookup.tryGetPackageJsonFilePathFor(tsconfigPath); - if (packageJsonPath) { - const packageJson: IPackageJson = JsonFile.load(packageJsonPath); - if (packageJson.name.match(/^@microsoft\/rush-stack-compiler-[0-9\.]+$/)) { - const packagePath: string = path.dirname(packageJsonPath); - this._terminal.writeVerboseLine(`Found rush-stack compiler at ${packagePath}/`); - return packagePath; - } - } - - throw new Error( - 'Rush Stack determines your TypeScript compiler by following the "extends" field in your tsconfig.json ' + - 'file, until it reaches a package folder that depends on a variant of @microsoft/rush-stack-compiler-*. ' + - `This lookup failed when it reached this file: ${tsconfigPath}` - ); - } - - // Follow the tsconfig.extends field: - let baseTsconfigPath: string; - let extendsPathKind: string; - if (path.isAbsolute(tsconfig.extends)) { - // Absolute path - baseTsconfigPath = tsconfig.extends; - extendsPathKind = 'an absolute path'; - } else if (tsconfig.extends.match(/^\./)) { - // Relative path - baseTsconfigPath = path.resolve(path.dirname(tsconfigPath), tsconfig.extends); - extendsPathKind = 'a relative path'; - } else { - // Package path - baseTsconfigPath = resolve.sync(tsconfig.extends, { - basedir: this.buildConfig.rootPath, - packageFilter: (pkg: IPackageJson) => { - return { - ...pkg, - main: 'package.json' - }; - } - }); - extendsPathKind = 'a package path'; - } - - this._terminal.writeVerboseLine( - `Found tsconfig.extends property ${tsconfig.extends}. It appears ` + - `to be ${extendsPathKind}. Resolved to ${baseTsconfigPath}` - ); - - if (visitedTsconfigPaths.has(baseTsconfigPath)) { - throw new Error( - `The file "${baseTsconfigPath}" has an "extends" field that creates a circular reference` - ); - } - - return this._resolveRushStackCompilerFromTsconfig(baseTsconfigPath, visitedTsconfigPaths); - } -} diff --git a/core-build/gulp-core-build-typescript/src/TsParseConfigHost.ts b/core-build/gulp-core-build-typescript/src/TsParseConfigHost.ts deleted file mode 100644 index a9dedfbdbe7..00000000000 --- a/core-build/gulp-core-build-typescript/src/TsParseConfigHost.ts +++ /dev/null @@ -1,29 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import * as TTypescript from 'typescript'; -import { FileSystem } from '@rushstack/node-core-library'; - -/** - * Used as a helper to parse tsconfig.json files. - */ -export class TsParseConfigHost implements TTypescript.ParseConfigHost { - public useCaseSensitiveFileNames: boolean = false; - - public readDirectory( - rootDir: string, - extensions: string[], - excludes: string[], - includes: string[] - ): string[] { - return FileSystem.readFolder(rootDir); - } - - public fileExists(path: string): boolean { - return FileSystem.exists(path); - } - - public readFile(path: string): string { - return FileSystem.readFile(path); - } -} diff --git a/core-build/gulp-core-build-typescript/src/TscCmdTask.ts b/core-build/gulp-core-build-typescript/src/TscCmdTask.ts deleted file mode 100644 index 279855ff61e..00000000000 --- a/core-build/gulp-core-build-typescript/src/TscCmdTask.ts +++ /dev/null @@ -1,164 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import * as path from 'path'; -import { JsonFile, FileSystem, LegacyAdapters, JsonObject } from '@rushstack/node-core-library'; -import * as glob from 'glob'; -import * as globEscape from 'glob-escape'; -import * as decomment from 'decomment'; -import * as TRushStackCompiler from '@microsoft/rush-stack-compiler-3.1'; - -import { RSCTask, IRSCTaskConfig } from './RSCTask'; -import { TsParseConfigHost } from './TsParseConfigHost'; - -/** - * @public - */ -export interface ITscCmdTaskConfig extends IRSCTaskConfig { - /** - * Option to pass custom arguments to the tsc command. - */ - customArgs?: string[]; - - /** - * Glob matches for files to be passed through the build. - */ - staticMatch?: string[]; - - /** - * Removes comments from all generated `.js` files in the TSConfig outDir. Will **not** remove comments from - * generated `.d.ts` files. Defaults to false. - */ - removeCommentsFromJavaScript?: boolean; -} - -/** - * @public - */ -export class TscCmdTask extends RSCTask { - public constructor() { - super('tsc', { - staticMatch: ['src/**/*.js', 'src/**/*.json', 'src/**/*.jsx'], - removeCommentsFromJavaScript: false - }); - } - - public loadSchema(): JsonObject { - return JsonFile.load(path.resolve(__dirname, 'schemas', 'tsc-cmd.schema.json')); - } - - public executeTask(): Promise { - this.initializeRushStackCompiler(); - - // Static passthrough files. - const srcPath: string = path.join(this.buildConfig.rootPath, this.buildConfig.srcFolder); - const libFolders: string[] = [this.buildConfig.libFolder]; - if (this.buildConfig.libAMDFolder) { - libFolders.push(this.buildConfig.libAMDFolder); - } - - if (this.buildConfig.libES6Folder) { - libFolders.push(this.buildConfig.libES6Folder); - } - - if (this.buildConfig.libESNextFolder) { - libFolders.push(this.buildConfig.libESNextFolder); - } - - const resolvedLibFolders: string[] = libFolders.map((libFolder) => - path.join(this.buildConfig.rootPath, libFolder) - ); - const promises: Promise[] = (this.taskConfig.staticMatch || []).map((pattern) => - LegacyAdapters.convertCallbackToPromise( - glob, - path.join(globEscape(this.buildConfig.rootPath), pattern) - ).then((matchPaths: string[]) => { - for (const matchPath of matchPaths) { - const fileContents: string = FileSystem.readFile(matchPath); - const relativePath: string = path.relative(srcPath, matchPath); - for (const resolvedLibFolder of resolvedLibFolders) { - const destPath: string = path.join(resolvedLibFolder, relativePath); - FileSystem.writeFile(destPath, fileContents, { ensureFolderExists: true }); - } - } - }) - ); - - const rushStackCompiler: typeof TRushStackCompiler = this._rushStackCompiler as typeof TRushStackCompiler; - const typescriptCompiler: TRushStackCompiler.TypescriptCompiler = - new rushStackCompiler.TypescriptCompiler( - { - customArgs: this.taskConfig.customArgs, - fileError: this.fileError.bind(this), - fileWarning: this.fileWarning.bind(this) - }, - this.buildFolder, - this._terminalProvider - ); - const basePromise: Promise | undefined = typescriptCompiler.invoke(); - - if (basePromise) { - promises.push(basePromise); - } - - let buildPromise: Promise = Promise.all(promises).then(() => { - /* collapse void[] to void */ - }); - - if (this.taskConfig.removeCommentsFromJavaScript === true) { - buildPromise = buildPromise.then(() => this._removeComments(rushStackCompiler.Typescript)); - } - - return buildPromise; - } - - protected _onData(data: Buffer): void { - // Log lines separately - const dataLines: (string | undefined)[] = data.toString().split('\n'); - for (const dataLine of dataLines) { - const trimmedLine: string = (dataLine || '').trim(); - if (trimmedLine) { - if (trimmedLine.match(/\serror\s/i)) { - // If the line looks like an error, log it as an error - this.logError(trimmedLine); - } else { - this.log(trimmedLine); - } - } - } - } - - private _removeComments(typescript: typeof TRushStackCompiler.Typescript): Promise { - const configFilePath: string | undefined = typescript.findConfigFile( - this.buildConfig.rootPath, - FileSystem.exists - ); - if (!configFilePath) { - return Promise.reject(new Error('Unable to resolve tsconfig file to determine outDir.')); - } - - // eslint-disable-next-line @typescript-eslint/no-explicit-any - const tsConfig: any = typescript.parseJsonConfigFileContent( - JsonFile.load(configFilePath), - new TsParseConfigHost(), - path.dirname(configFilePath) - ); - if (!tsConfig || !tsConfig.options.outDir) { - return Promise.reject('Unable to determine outDir from TypesScript configuration.'); - } - - return LegacyAdapters.convertCallbackToPromise( - glob, - path.join(globEscape(tsConfig.options.outDir), '**', '*.js') - ).then((matches: string[]) => { - for (const match of matches) { - const sourceText: string = FileSystem.readFile(match); - const decommentedText: string = decomment(sourceText, { - // This option preserves comments that start with /*!, /**! or //! - typically copyright comments - safe: true - }); - FileSystem.writeFile(match, decommentedText); - } - }); - } -} diff --git a/core-build/gulp-core-build-typescript/src/TslintCmdTask.ts b/core-build/gulp-core-build-typescript/src/TslintCmdTask.ts deleted file mode 100644 index 641bf0c68b1..00000000000 --- a/core-build/gulp-core-build-typescript/src/TslintCmdTask.ts +++ /dev/null @@ -1,52 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import * as path from 'path'; -import { JsonFile, JsonObject } from '@rushstack/node-core-library'; -import { TslintRunner as TTslintRunner } from '@microsoft/rush-stack-compiler-3.1'; -import * as TRushStackCompiler from '@microsoft/rush-stack-compiler-3.1'; - -import { RSCTask, IRSCTaskConfig } from './RSCTask'; - -/** - * @public - */ -export interface ITslintCmdTaskConfig extends IRSCTaskConfig { - /** - * If true, displays warnings as errors. Defaults to false. - */ - displayAsError?: boolean; -} - -/** - * @public - */ -export class TslintCmdTask extends RSCTask { - public constructor() { - super('tslint', { - displayAsError: false - }); - } - - public loadSchema(): JsonObject { - return JsonFile.load(path.resolve(__dirname, 'schemas', 'tslint-cmd.schema.json')); - } - - public executeTask(): Promise { - this.initializeRushStackCompiler(); - - const rushStackCompiler: typeof TRushStackCompiler = this._rushStackCompiler as typeof TRushStackCompiler; - const tslintRunner: TTslintRunner = new rushStackCompiler.TslintRunner( - { - displayAsError: this.taskConfig.displayAsError, - - fileError: this.fileError.bind(this), - fileWarning: this.fileWarning.bind(this) - }, - this.buildFolder, - this._terminalProvider - ); - - return tslintRunner.invoke(); - } -} diff --git a/core-build/gulp-core-build-typescript/src/index.ts b/core-build/gulp-core-build-typescript/src/index.ts deleted file mode 100644 index dd0c7ebcd93..00000000000 --- a/core-build/gulp-core-build-typescript/src/index.ts +++ /dev/null @@ -1,28 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import { TscCmdTask, ITscCmdTaskConfig } from './TscCmdTask'; -import { LintCmdTask, ILintCmdTaskConfig } from './LintCmdTask'; -import { TslintCmdTask, ITslintCmdTaskConfig } from './TslintCmdTask'; -import { ApiExtractorTask } from './ApiExtractorTask'; - -export { - TscCmdTask, - ITscCmdTaskConfig, - TslintCmdTask, - ITslintCmdTaskConfig, - LintCmdTask, - ILintCmdTaskConfig -}; - -/** @public */ -export const tscCmd: TscCmdTask = new TscCmdTask(); - -/** @public */ -export const tslintCmd: TslintCmdTask = new TslintCmdTask(); - -/** @public */ -export const lintCmd: LintCmdTask = new LintCmdTask(); - -/** @public */ -export const apiExtractor: ApiExtractorTask = new ApiExtractorTask(); diff --git a/core-build/gulp-core-build-typescript/src/schemas/api-extractor.schema.json b/core-build/gulp-core-build-typescript/src/schemas/api-extractor.schema.json deleted file mode 100644 index ddb1c7d0905..00000000000 --- a/core-build/gulp-core-build-typescript/src/schemas/api-extractor.schema.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-04/schema#", - - "title": "api-extractor Configuration", - "description": "Generates a report of the Public API exports for a project, and detects changes that impact the SemVer contract", - - "type": "object", - "properties": { - "$schema": { - "description": "Part of the JSON Schema standard, this optional keyword declares the URL of the schema that the file conforms to. Editors may download the schema and use it to perform syntax highlighting.", - "type": "string" - } - }, - "required": ["enabled"], - "additionalProperties": false -} diff --git a/core-build/gulp-core-build-typescript/src/schemas/lint-cmd.schema.json b/core-build/gulp-core-build-typescript/src/schemas/lint-cmd.schema.json deleted file mode 100644 index 51f4de52ca3..00000000000 --- a/core-build/gulp-core-build-typescript/src/schemas/lint-cmd.schema.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-04/schema#", - - "title": "Lint Task configuration", - "description": "Defines configuration options for the lint task which supports both ESLint or TSLint", - - "type": "object", - "additionalProperties": false, - "properties": { - "$schema": { - "description": "Part of the JSON Schema standard, this optional keyword declares the URL of the schema that the file conforms to. Editors may download the schema and use it to perform syntax highlighting.", - "type": "string" - }, - "buildDirectory": { - "description": "The directory in which TSLint or ESLint should be invoked.", - "type": "string" - }, - "displayAsError": { - "description": "If true, displays warnings as errors. Defaults to false.", - "type": "boolean" - } - } -} diff --git a/core-build/gulp-core-build-typescript/src/schemas/tsc-cmd.schema.json b/core-build/gulp-core-build-typescript/src/schemas/tsc-cmd.schema.json deleted file mode 100644 index 0447a03ca54..00000000000 --- a/core-build/gulp-core-build-typescript/src/schemas/tsc-cmd.schema.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-04/schema#", - - "title": "Typescript Task configuration", - "description": "Defines configuration options for the typescript compilation task", - - "type": "object", - "additionalProperties": false, - "properties": { - "$schema": { - "description": "Part of the JSON Schema standard, this optional keyword declares the URL of the schema that the file conforms to. Editors may download the schema and use it to perform syntax highlighting.", - "type": "string" - }, - "staticMatch": { - "description": "Glob matches for files to be passed through the build", - "type": "array", - "items": { - "type": "string", - "minLength": 1 - }, - "minItems": 1 - }, - "buildDirectory": { - "description": "The directory in which the typescript compiler should be invoked.", - "type": "string" - } - } -} diff --git a/core-build/gulp-core-build-typescript/src/schemas/tslint-cmd.schema.json b/core-build/gulp-core-build-typescript/src/schemas/tslint-cmd.schema.json deleted file mode 100644 index d9aaf9db0b3..00000000000 --- a/core-build/gulp-core-build-typescript/src/schemas/tslint-cmd.schema.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-04/schema#", - - "title": "Tslint Task configuration", - "description": "Defines configuration options for the tslint task", - - "type": "object", - "additionalProperties": false, - "properties": { - "$schema": { - "description": "Part of the JSON Schema standard, this optional keyword declares the URL of the schema that the file conforms to. Editors may download the schema and use it to perform syntax highlighting.", - "type": "string" - }, - "buildDirectory": { - "description": "The directory in which tslint should be invoked.", - "type": "string" - }, - "displayAsError": { - "description": "If true, displays warnings as errors. Defaults to false.", - "type": "boolean" - } - } -} diff --git a/core-build/gulp-core-build-typescript/tsconfig.json b/core-build/gulp-core-build-typescript/tsconfig.json deleted file mode 100644 index 501b6181d8f..00000000000 --- a/core-build/gulp-core-build-typescript/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.9/includes/tsconfig-node.json" -} diff --git a/core-build/gulp-core-build-webpack/.eslintrc.js b/core-build/gulp-core-build-webpack/.eslintrc.js deleted file mode 100644 index 4c934799d67..00000000000 --- a/core-build/gulp-core-build-webpack/.eslintrc.js +++ /dev/null @@ -1,10 +0,0 @@ -// This is a workaround for https://github.com/eslint/eslint/issues/3458 -require('@rushstack/eslint-config/patch/modern-module-resolution'); - -module.exports = { - extends: [ - '@rushstack/eslint-config/profile/node-trusted-tool', - '@rushstack/eslint-config/mixins/friendly-locals' - ], - parserOptions: { tsconfigRootDir: __dirname } -}; diff --git a/core-build/gulp-core-build-webpack/.npmignore b/core-build/gulp-core-build-webpack/.npmignore deleted file mode 100644 index 302dbc5b019..00000000000 --- a/core-build/gulp-core-build-webpack/.npmignore +++ /dev/null @@ -1,30 +0,0 @@ -# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. - -# Ignore all files by default, to avoid accidentally publishing unintended files. -* - -# Use negative patterns to bring back the specific things we want to publish. -!/bin/** -!/lib/** -!/lib-*/** -!/dist/** -!ThirdPartyNotice.txt - -# Ignore certain patterns that should not get published. -/dist/*.stats.* -/lib/**/test/ -/lib-*/**/test/ -*.test.js - -# NOTE: These don't need to be specified, because NPM includes them automatically. -# -# package.json -# README (and its variants) -# CHANGELOG (and its variants) -# LICENSE / LICENCE - -#-------------------------------------------- -# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE -#-------------------------------------------- - -# (Add your project-specific overrides here) \ No newline at end of file diff --git a/core-build/gulp-core-build-webpack/CHANGELOG.json b/core-build/gulp-core-build-webpack/CHANGELOG.json deleted file mode 100644 index 276471a7ef3..00000000000 --- a/core-build/gulp-core-build-webpack/CHANGELOG.json +++ /dev/null @@ -1,5176 +0,0 @@ -{ - "name": "@microsoft/gulp-core-build-webpack", - "entries": [ - { - "version": "5.2.20", - "tag": "@microsoft/gulp-core-build-webpack_v5.2.20", - "date": "Wed, 19 May 2021 00:11:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.17`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.26`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.47`" - } - ] - } - }, - { - "version": "5.2.19", - "tag": "@microsoft/gulp-core-build-webpack_v5.2.19", - "date": "Mon, 03 May 2021 15:10:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.16`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.25`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.46`" - } - ] - } - }, - { - "version": "5.2.18", - "tag": "@microsoft/gulp-core-build-webpack_v5.2.18", - "date": "Thu, 29 Apr 2021 23:26:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.15`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.24`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.45`" - } - ] - } - }, - { - "version": "5.2.17", - "tag": "@microsoft/gulp-core-build-webpack_v5.2.17", - "date": "Tue, 20 Apr 2021 04:59:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.23`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.44`" - } - ] - } - }, - { - "version": "5.2.16", - "tag": "@microsoft/gulp-core-build-webpack_v5.2.16", - "date": "Mon, 12 Apr 2021 15:10:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.14`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.22`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.43`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.4`" - } - ] - } - }, - { - "version": "5.2.15", - "tag": "@microsoft/gulp-core-build-webpack_v5.2.15", - "date": "Thu, 08 Apr 2021 06:05:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.21`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.42`" - } - ] - } - }, - { - "version": "5.2.14", - "tag": "@microsoft/gulp-core-build-webpack_v5.2.14", - "date": "Tue, 06 Apr 2021 15:14:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.13`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.20`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.41`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.3`" - } - ] - } - }, - { - "version": "5.2.13", - "tag": "@microsoft/gulp-core-build-webpack_v5.2.13", - "date": "Thu, 04 Mar 2021 01:11:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.19`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.40`" - } - ] - } - }, - { - "version": "5.2.12", - "tag": "@microsoft/gulp-core-build-webpack_v5.2.12", - "date": "Fri, 05 Feb 2021 16:10:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.12`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.18`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.39`" - } - ] - } - }, - { - "version": "5.2.11", - "tag": "@microsoft/gulp-core-build-webpack_v5.2.11", - "date": "Wed, 13 Jan 2021 01:11:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.17`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.38`" - } - ] - } - }, - { - "version": "5.2.10", - "tag": "@microsoft/gulp-core-build-webpack_v5.2.10", - "date": "Thu, 10 Dec 2020 23:25:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.11`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.16`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.37`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.2`" - } - ] - } - }, - { - "version": "5.2.9", - "tag": "@microsoft/gulp-core-build-webpack_v5.2.9", - "date": "Sat, 05 Dec 2020 01:11:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.15`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.36`" - } - ] - } - }, - { - "version": "5.2.8", - "tag": "@microsoft/gulp-core-build-webpack_v5.2.8", - "date": "Mon, 30 Nov 2020 16:11:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.10`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.14`" - } - ] - } - }, - { - "version": "5.2.7", - "tag": "@microsoft/gulp-core-build-webpack_v5.2.7", - "date": "Wed, 18 Nov 2020 08:19:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.13`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.35`" - } - ] - } - }, - { - "version": "5.2.6", - "tag": "@microsoft/gulp-core-build-webpack_v5.2.6", - "date": "Wed, 18 Nov 2020 06:21:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.12`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.34`" - } - ] - } - }, - { - "version": "5.2.5", - "tag": "@microsoft/gulp-core-build-webpack_v5.2.5", - "date": "Wed, 11 Nov 2020 01:08:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.9`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.11`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.33`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.1`" - } - ] - } - }, - { - "version": "5.2.4", - "tag": "@microsoft/gulp-core-build-webpack_v5.2.4", - "date": "Tue, 10 Nov 2020 23:13:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.10`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.32`" - } - ] - } - }, - { - "version": "5.2.3", - "tag": "@microsoft/gulp-core-build-webpack_v5.2.3", - "date": "Fri, 30 Oct 2020 06:38:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.9`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.31`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.0`" - } - ] - } - }, - { - "version": "5.2.2", - "tag": "@microsoft/gulp-core-build-webpack_v5.2.2", - "date": "Fri, 30 Oct 2020 00:10:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.8`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.30`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.3`" - } - ] - } - }, - { - "version": "5.2.1", - "tag": "@microsoft/gulp-core-build-webpack_v5.2.1", - "date": "Thu, 29 Oct 2020 06:14:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.29`" - } - ] - } - }, - { - "version": "5.2.0", - "tag": "@microsoft/gulp-core-build-webpack_v5.2.0", - "date": "Thu, 29 Oct 2020 00:11:33 GMT", - "comments": { - "minor": [ - { - "comment": "Update Webpack dependency to ~4.44.2" - } - ] - } - }, - { - "version": "5.1.6", - "tag": "@microsoft/gulp-core-build-webpack_v5.1.6", - "date": "Wed, 28 Oct 2020 01:18:03 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.28`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.2`" - } - ] - } - }, - { - "version": "5.1.5", - "tag": "@microsoft/gulp-core-build-webpack_v5.1.5", - "date": "Tue, 27 Oct 2020 15:10:13 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.27`" - } - ] - } - }, - { - "version": "5.1.4", - "tag": "@microsoft/gulp-core-build-webpack_v5.1.4", - "date": "Tue, 06 Oct 2020 00:24:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.26`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.1`" - } - ] - } - }, - { - "version": "5.1.3", - "tag": "@microsoft/gulp-core-build-webpack_v5.1.3", - "date": "Mon, 05 Oct 2020 22:36:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.25`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.0`" - } - ] - } - }, - { - "version": "5.1.2", - "tag": "@microsoft/gulp-core-build-webpack_v5.1.2", - "date": "Mon, 05 Oct 2020 15:10:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.24`" - } - ] - } - }, - { - "version": "5.1.1", - "tag": "@microsoft/gulp-core-build-webpack_v5.1.1", - "date": "Wed, 30 Sep 2020 18:39:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.23`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.3`" - } - ] - } - }, - { - "version": "5.1.0", - "tag": "@microsoft/gulp-core-build-webpack_v5.1.0", - "date": "Wed, 30 Sep 2020 06:53:53 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade compiler; the API now requires TypeScript 3.9 or newer" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.22`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.2`" - } - ] - } - }, - { - "version": "5.0.49", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.49", - "date": "Tue, 22 Sep 2020 05:45:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.28`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.52`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.21`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.1`" - } - ] - } - }, - { - "version": "5.0.48", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.48", - "date": "Tue, 22 Sep 2020 01:45:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.27`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.51`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.20`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.0`" - } - ] - } - }, - { - "version": "5.0.47", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.47", - "date": "Tue, 22 Sep 2020 00:08:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.26`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.50`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.19`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.0.0`" - } - ] - } - }, - { - "version": "5.0.46", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.46", - "date": "Sat, 19 Sep 2020 04:37:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.25`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.49`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.18`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.2`" - } - ] - } - }, - { - "version": "5.0.45", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.45", - "date": "Sat, 19 Sep 2020 03:33:07 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.24`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.48`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.17`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.1`" - } - ] - } - }, - { - "version": "5.0.44", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.44", - "date": "Fri, 18 Sep 2020 22:57:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.23`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.47`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.16`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.0`" - } - ] - } - }, - { - "version": "5.0.43", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.43", - "date": "Fri, 18 Sep 2020 21:49:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.22`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.46`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.15`" - } - ] - } - }, - { - "version": "5.0.42", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.42", - "date": "Sun, 13 Sep 2020 01:53:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.45`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.14`" - } - ] - } - }, - { - "version": "5.0.41", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.41", - "date": "Fri, 11 Sep 2020 02:13:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.21`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.44`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.13`" - } - ] - } - }, - { - "version": "5.0.40", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.40", - "date": "Mon, 07 Sep 2020 07:37:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.20`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.43`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.12`" - } - ] - } - }, - { - "version": "5.0.39", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.39", - "date": "Sat, 05 Sep 2020 18:56:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.42`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.11`" - } - ] - } - }, - { - "version": "5.0.38", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.38", - "date": "Thu, 27 Aug 2020 11:27:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.19`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.41`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.10`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.3.0`" - } - ] - } - }, - { - "version": "5.0.37", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.37", - "date": "Mon, 24 Aug 2020 07:35:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.18`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.40`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.9`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.1`" - } - ] - } - }, - { - "version": "5.0.36", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.36", - "date": "Sat, 22 Aug 2020 05:55:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.17`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.39`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.8`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.0`" - } - ] - } - }, - { - "version": "5.0.35", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.35", - "date": "Fri, 21 Aug 2020 01:21:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.38`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.7`" - } - ] - } - }, - { - "version": "5.0.34", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.34", - "date": "Thu, 20 Aug 2020 15:13:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.37`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.6`" - } - ] - } - }, - { - "version": "5.0.33", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.33", - "date": "Tue, 18 Aug 2020 23:59:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.16`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.36`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.5`" - } - ] - } - }, - { - "version": "5.0.32", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.32", - "date": "Mon, 17 Aug 2020 04:53:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.15`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.35`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.1.0`" - } - ] - } - }, - { - "version": "5.0.31", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.31", - "date": "Wed, 12 Aug 2020 00:10:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.14`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.34`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.0.4`" - } - ] - } - }, - { - "version": "5.0.30", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.30", - "date": "Wed, 05 Aug 2020 18:27:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.13`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.33`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.2`" - } - ] - } - }, - { - "version": "5.0.29", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.29", - "date": "Mon, 20 Jul 2020 06:52:33 GMT", - "comments": { - "patch": [ - { - "comment": "Update webpack" - } - ] - } - }, - { - "version": "5.0.28", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.28", - "date": "Fri, 03 Jul 2020 15:09:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.11` to `3.16.12`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.31` to `6.4.32`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.8.0` to `0.8.1`" - } - ] - } - }, - { - "version": "5.0.27", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.27", - "date": "Fri, 03 Jul 2020 05:46:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.30` to `6.4.31`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.7.2` to `0.8.0`" - } - ] - } - }, - { - "version": "5.0.26", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.26", - "date": "Sat, 27 Jun 2020 00:09:38 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.29` to `6.4.30`" - } - ] - } - }, - { - "version": "5.0.25", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.25", - "date": "Fri, 26 Jun 2020 22:16:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.28` to `6.4.29`" - } - ] - } - }, - { - "version": "5.0.24", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.24", - "date": "Thu, 25 Jun 2020 06:43:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.10` to `3.16.11`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.27` to `6.4.28`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.7.1` to `0.7.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.1` to `1.0.2`" - } - ] - } - }, - { - "version": "5.0.23", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.23", - "date": "Wed, 24 Jun 2020 09:50:48 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.9` to `3.16.10`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.26` to `6.4.27`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.7.0` to `0.7.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.0` to `1.0.1`" - } - ] - } - }, - { - "version": "5.0.22", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.22", - "date": "Wed, 24 Jun 2020 09:04:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.8` to `3.16.9`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.25` to `6.4.26`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.6.1` to `0.7.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.8` to `1.0.0`" - } - ] - } - }, - { - "version": "5.0.21", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.21", - "date": "Mon, 15 Jun 2020 22:17:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.24` to `6.4.25`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.6.0` to `0.6.1`" - } - ] - } - }, - { - "version": "5.0.20", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.20", - "date": "Fri, 12 Jun 2020 09:19:21 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.23` to `6.4.24`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.5.3` to `0.6.0`" - } - ] - } - }, - { - "version": "5.0.19", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.19", - "date": "Wed, 10 Jun 2020 20:48:30 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.7` to `3.16.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.22` to `6.4.23`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.5.2` to `0.5.3`" - } - ] - } - }, - { - "version": "5.0.18", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.18", - "date": "Mon, 01 Jun 2020 08:34:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.21` to `6.4.22`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.5.1` to `0.5.2`" - } - ] - } - }, - { - "version": "5.0.17", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.17", - "date": "Sat, 30 May 2020 02:59:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.6` to `3.16.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.20` to `6.4.21`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.5.0` to `0.5.1`" - } - ] - } - }, - { - "version": "5.0.16", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.16", - "date": "Thu, 28 May 2020 05:59:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.5` to `3.16.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.19` to `6.4.20`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.17` to `0.5.0`" - } - ] - } - }, - { - "version": "5.0.15", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.15", - "date": "Wed, 27 May 2020 05:15:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.4` to `3.16.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.18` to `6.4.19`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.16` to `0.4.17`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.7` to `0.5.8`" - } - ] - } - }, - { - "version": "5.0.14", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.14", - "date": "Tue, 26 May 2020 23:00:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.3` to `3.16.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.17` to `6.4.18`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.15` to `0.4.16`" - } - ] - } - }, - { - "version": "5.0.13", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.13", - "date": "Fri, 22 May 2020 15:08:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.2` to `3.16.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.16` to `6.4.17`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.14` to `0.4.15`" - } - ] - } - }, - { - "version": "5.0.12", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.12", - "date": "Thu, 21 May 2020 23:09:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.1` to `3.16.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.15` to `6.4.16`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.13` to `0.4.14`" - } - ] - } - }, - { - "version": "5.0.11", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.11", - "date": "Thu, 21 May 2020 15:41:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.0` to `3.16.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.14` to `6.4.15`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.12` to `0.4.13`" - } - ] - } - }, - { - "version": "5.0.10", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.10", - "date": "Tue, 19 May 2020 15:08:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.13` to `6.4.14`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.11` to `0.4.12`" - } - ] - } - }, - { - "version": "5.0.9", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.9", - "date": "Fri, 15 May 2020 08:10:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.12` to `6.4.13`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.10` to `0.4.11`" - } - ] - } - }, - { - "version": "5.0.8", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.8", - "date": "Wed, 06 May 2020 08:23:45 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.11` to `6.4.12`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.9` to `0.4.10`" - } - ] - } - }, - { - "version": "5.0.7", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.7", - "date": "Sat, 02 May 2020 00:08:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.5` to `3.16.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.10` to `6.4.11`" - } - ] - } - }, - { - "version": "5.0.6", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.6", - "date": "Wed, 08 Apr 2020 04:07:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.4` to `3.15.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.9` to `6.4.10`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.8` to `0.4.9`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.6` to `0.5.7`" - } - ] - } - }, - { - "version": "5.0.5", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.5", - "date": "Fri, 03 Apr 2020 15:10:15 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.8` to `6.4.9`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.7` to `0.4.8`" - } - ] - } - }, - { - "version": "5.0.4", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.4", - "date": "Sun, 29 Mar 2020 00:04:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.7` to `6.4.8`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.6` to `0.4.7`" - } - ] - } - }, - { - "version": "5.0.3", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.3", - "date": "Sat, 28 Mar 2020 00:37:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.3` to `3.15.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.6` to `6.4.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.5` to `0.4.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.5` to `0.5.6`" - } - ] - } - }, - { - "version": "5.0.2", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.2", - "date": "Wed, 18 Mar 2020 15:07:47 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.2` to `3.15.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.5` to `6.4.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.4` to `0.4.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.4` to `0.5.5`" - } - ] - } - }, - { - "version": "5.0.1", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.1", - "date": "Tue, 17 Mar 2020 23:55:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.1` to `3.15.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.4` to `6.4.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.3` to `0.4.4`" - } - ] - } - }, - { - "version": "5.0.0", - "tag": "@microsoft/gulp-core-build-webpack_v5.0.0", - "date": "Tue, 28 Jan 2020 02:23:44 GMT", - "comments": { - "major": [ - { - "comment": "Upgrade to Webpack 4." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.0` to `3.15.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.3` to `6.4.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.2` to `0.4.3`" - } - ] - } - }, - { - "version": "4.1.3", - "tag": "@microsoft/gulp-core-build-webpack_v4.1.3", - "date": "Fri, 24 Jan 2020 00:27:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.14.2` to `3.15.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.2` to `6.4.3`" - } - ] - } - }, - { - "version": "4.1.2", - "tag": "@microsoft/gulp-core-build-webpack_v4.1.2", - "date": "Thu, 23 Jan 2020 01:07:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.14.1` to `3.14.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.1` to `6.4.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.1` to `0.4.2`" - } - ] - } - }, - { - "version": "4.1.1", - "tag": "@microsoft/gulp-core-build-webpack_v4.1.1", - "date": "Tue, 21 Jan 2020 21:56:13 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.14.0` to `3.14.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.0` to `6.4.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.0` to `0.4.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.3` to `0.5.4`" - } - ] - } - }, - { - "version": "4.1.0", - "tag": "@microsoft/gulp-core-build-webpack_v4.1.0", - "date": "Sun, 19 Jan 2020 02:26:52 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade Node typings to Node 10" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.13.4` to `3.14.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.16` to `6.4.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.3.15` to `0.4.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.2` to `0.5.3`" - } - ] - } - }, - { - "version": "4.0.8", - "tag": "@microsoft/gulp-core-build-webpack_v4.0.8", - "date": "Fri, 17 Jan 2020 01:08:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.13.3` to `3.13.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.15` to `6.3.16`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.3.14` to `0.3.15`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.1` to `0.5.2`" - } - ] - } - }, - { - "version": "4.0.7", - "tag": "@microsoft/gulp-core-build-webpack_v4.0.7", - "date": "Tue, 14 Jan 2020 01:34:15 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.14` to `6.3.15`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.3.13` to `0.3.14`" - } - ] - } - }, - { - "version": "4.0.6", - "tag": "@microsoft/gulp-core-build-webpack_v4.0.6", - "date": "Sat, 11 Jan 2020 05:18:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.13.2` to `3.13.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.13` to `6.3.14`" - } - ] - } - }, - { - "version": "4.0.5", - "tag": "@microsoft/gulp-core-build-webpack_v4.0.5", - "date": "Thu, 09 Jan 2020 06:44:13 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.13.1` to `3.13.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.12` to `6.3.13`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.3.12` to `0.3.13`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.0` to `0.5.1`" - } - ] - } - }, - { - "version": "4.0.4", - "tag": "@microsoft/gulp-core-build-webpack_v4.0.4", - "date": "Wed, 08 Jan 2020 00:11:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.13.0` to `3.13.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.11` to `6.3.12`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.3.11` to `0.3.12`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.2` to `0.5.0`" - } - ] - } - }, - { - "version": "4.0.3", - "tag": "@microsoft/gulp-core-build-webpack_v4.0.3", - "date": "Wed, 04 Dec 2019 23:17:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.5` to `3.13.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.10` to `6.3.11`" - } - ] - } - }, - { - "version": "4.0.2", - "tag": "@microsoft/gulp-core-build-webpack_v4.0.2", - "date": "Tue, 03 Dec 2019 03:17:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.9` to `6.3.10`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.9` to `0.3.10`" - } - ] - } - }, - { - "version": "4.0.1", - "tag": "@microsoft/gulp-core-build-webpack_v4.0.1", - "date": "Sun, 24 Nov 2019 00:54:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.8` to `6.3.9`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.8` to `0.3.9`" - } - ] - } - }, - { - "version": "4.0.0", - "tag": "@microsoft/gulp-core-build-webpack_v4.0.0", - "date": "Wed, 20 Nov 2019 06:14:28 GMT", - "comments": { - "major": [ - { - "comment": "Upgrade to Webpack 4." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.7` to `6.3.8`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.7` to `0.3.8`" - } - ] - } - }, - { - "version": "3.7.9", - "tag": "@microsoft/gulp-core-build-webpack_v3.7.9", - "date": "Fri, 15 Nov 2019 04:50:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.4` to `3.12.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.6` to `6.3.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.6` to `0.3.7`" - } - ] - } - }, - { - "version": "3.7.8", - "tag": "@microsoft/gulp-core-build-webpack_v3.7.8", - "date": "Mon, 11 Nov 2019 16:07:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.3` to `3.12.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.5` to `6.3.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.5` to `0.3.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.1` to `0.4.2`" - } - ] - } - }, - { - "version": "3.7.7", - "tag": "@microsoft/gulp-core-build-webpack_v3.7.7", - "date": "Wed, 06 Nov 2019 22:44:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.4` to `6.3.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.4` to `0.3.5`" - } - ] - } - }, - { - "version": "3.7.6", - "tag": "@microsoft/gulp-core-build-webpack_v3.7.6", - "date": "Tue, 05 Nov 2019 06:49:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.2` to `3.12.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.3` to `6.3.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.3` to `0.3.4`" - } - ] - } - }, - { - "version": "3.7.5", - "tag": "@microsoft/gulp-core-build-webpack_v3.7.5", - "date": "Tue, 05 Nov 2019 01:08:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.2` to `6.3.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.2` to `0.3.3`" - } - ] - } - }, - { - "version": "3.7.4", - "tag": "@microsoft/gulp-core-build-webpack_v3.7.4", - "date": "Fri, 25 Oct 2019 15:08:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.1` to `6.3.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.1` to `0.3.2`" - } - ] - } - }, - { - "version": "3.7.3", - "tag": "@microsoft/gulp-core-build-webpack_v3.7.3", - "date": "Tue, 22 Oct 2019 06:24:44 GMT", - "comments": { - "patch": [ - { - "comment": "Refactor some code as part of migration from TSLint to ESLint" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.1` to `3.12.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.0` to `6.3.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.0` to `0.3.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.0` to `0.4.1`" - } - ] - } - }, - { - "version": "3.7.2", - "tag": "@microsoft/gulp-core-build-webpack_v3.7.2", - "date": "Mon, 21 Oct 2019 05:22:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.2.6` to `6.3.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.6` to `0.3.0`" - } - ] - } - }, - { - "version": "3.7.1", - "tag": "@microsoft/gulp-core-build-webpack_v3.7.1", - "date": "Fri, 18 Oct 2019 15:15:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.2.5` to `6.2.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.5` to `0.2.6`" - } - ] - } - }, - { - "version": "3.7.0", - "tag": "@microsoft/gulp-core-build-webpack_v3.7.0", - "date": "Mon, 07 Oct 2019 20:15:00 GMT", - "comments": { - "minor": [ - { - "comment": "Add support for multi-compiler webpack config setting." - } - ] - } - }, - { - "version": "3.6.5", - "tag": "@microsoft/gulp-core-build-webpack_v3.6.5", - "date": "Sun, 06 Oct 2019 00:27:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.2.4` to `6.2.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.4` to `0.2.5`" - } - ] - } - }, - { - "version": "3.6.4", - "tag": "@microsoft/gulp-core-build-webpack_v3.6.4", - "date": "Fri, 04 Oct 2019 00:15:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.2.3` to `6.2.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.3` to `0.2.4`" - } - ] - } - }, - { - "version": "3.6.3", - "tag": "@microsoft/gulp-core-build-webpack_v3.6.3", - "date": "Sun, 29 Sep 2019 23:56:29 GMT", - "comments": { - "patch": [ - { - "comment": "Update repository URL" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.0` to `3.12.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.2.2` to `6.2.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.2` to `0.2.3`" - } - ] - } - }, - { - "version": "3.6.2", - "tag": "@microsoft/gulp-core-build-webpack_v3.6.2", - "date": "Wed, 25 Sep 2019 15:15:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.2.1` to `6.2.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.1` to `0.2.2`" - } - ] - } - }, - { - "version": "3.6.1", - "tag": "@microsoft/gulp-core-build-webpack_v3.6.1", - "date": "Tue, 24 Sep 2019 02:58:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.2.0` to `6.2.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.0` to `0.2.1`" - } - ] - } - }, - { - "version": "3.6.0", - "tag": "@microsoft/gulp-core-build-webpack_v3.6.0", - "date": "Mon, 23 Sep 2019 15:14:55 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade @types/node dependency" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.11.3` to `3.12.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.11` to `6.2.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.24` to `0.2.0`" - } - ] - } - }, - { - "version": "3.5.12", - "tag": "@microsoft/gulp-core-build-webpack_v3.5.12", - "date": "Fri, 20 Sep 2019 21:27:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.10` to `6.1.11`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.23` to `0.1.24`" - } - ] - } - }, - { - "version": "3.5.11", - "tag": "@microsoft/gulp-core-build-webpack_v3.5.11", - "date": "Wed, 11 Sep 2019 19:56:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.9` to `6.1.10`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.22` to `0.1.23`" - } - ] - } - }, - { - "version": "3.5.10", - "tag": "@microsoft/gulp-core-build-webpack_v3.5.10", - "date": "Tue, 10 Sep 2019 22:32:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.11.2` to `3.11.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.8` to `6.1.9`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.21` to `0.1.22`" - } - ] - } - }, - { - "version": "3.5.9", - "tag": "@microsoft/gulp-core-build-webpack_v3.5.9", - "date": "Tue, 10 Sep 2019 20:38:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.7` to `6.1.8`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.20` to `0.1.21`" - } - ] - } - }, - { - "version": "3.5.8", - "tag": "@microsoft/gulp-core-build-webpack_v3.5.8", - "date": "Wed, 04 Sep 2019 18:28:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.11.1` to `3.11.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.6` to `6.1.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.19` to `0.1.20`" - } - ] - } - }, - { - "version": "3.5.7", - "tag": "@microsoft/gulp-core-build-webpack_v3.5.7", - "date": "Wed, 04 Sep 2019 15:15:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.5` to `6.1.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.18` to `0.1.19`" - } - ] - } - }, - { - "version": "3.5.6", - "tag": "@microsoft/gulp-core-build-webpack_v3.5.6", - "date": "Wed, 04 Sep 2019 01:43:31 GMT", - "comments": { - "patch": [ - { - "comment": "Make @types/webpack dependency more loose, add @types/webpack-dev-server." - } - ] - } - }, - { - "version": "3.5.5", - "tag": "@microsoft/gulp-core-build-webpack_v3.5.5", - "date": "Fri, 30 Aug 2019 00:14:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.17` to `0.1.18`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.4` to `6.1.5`" - } - ] - } - }, - { - "version": "3.5.4", - "tag": "@microsoft/gulp-core-build-webpack_v3.5.4", - "date": "Mon, 12 Aug 2019 15:15:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.16` to `0.1.17`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.3` to `6.1.4`" - } - ] - } - }, - { - "version": "3.5.3", - "tag": "@microsoft/gulp-core-build-webpack_v3.5.3", - "date": "Thu, 08 Aug 2019 15:14:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.11.0` to `3.11.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.15` to `0.1.16`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.2` to `6.1.3`" - } - ] - } - }, - { - "version": "3.5.2", - "tag": "@microsoft/gulp-core-build-webpack_v3.5.2", - "date": "Thu, 08 Aug 2019 00:49:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.14` to `0.1.15`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.1` to `6.1.2`" - } - ] - } - }, - { - "version": "3.5.1", - "tag": "@microsoft/gulp-core-build-webpack_v3.5.1", - "date": "Mon, 05 Aug 2019 22:04:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.10.0` to `3.11.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.13` to `0.1.14`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.0` to `6.1.1`" - } - ] - } - }, - { - "version": "3.5.0", - "tag": "@microsoft/gulp-core-build-webpack_v3.5.0", - "date": "Tue, 23 Jul 2019 19:14:38 GMT", - "comments": { - "minor": [ - { - "comment": "Update gulp to 4.0.2" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.26` to `3.10.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.74` to `6.1.0`" - } - ] - } - }, - { - "version": "3.4.115", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.115", - "date": "Tue, 23 Jul 2019 01:13:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.12` to `0.1.13`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.73` to `6.0.74`" - } - ] - } - }, - { - "version": "3.4.114", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.114", - "date": "Mon, 22 Jul 2019 19:13:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.11` to `0.1.12`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.72` to `6.0.73`" - } - ] - } - }, - { - "version": "3.4.113", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.113", - "date": "Fri, 12 Jul 2019 19:12:46 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.23` to `0.3.24`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.71` to `6.0.72`" - } - ] - } - }, - { - "version": "3.4.112", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.112", - "date": "Thu, 11 Jul 2019 19:13:08 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.22` to `0.3.23`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.70` to `6.0.71`" - } - ] - } - }, - { - "version": "3.4.111", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.111", - "date": "Tue, 09 Jul 2019 19:13:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.21` to `0.3.22`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.69` to `6.0.70`" - } - ] - } - }, - { - "version": "3.4.110", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.110", - "date": "Mon, 08 Jul 2019 19:12:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.20` to `0.3.21`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.68` to `6.0.69`" - } - ] - } - }, - { - "version": "3.4.109", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.109", - "date": "Sat, 29 Jun 2019 02:30:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.19` to `0.3.20`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.67` to `6.0.68`" - } - ] - } - }, - { - "version": "3.4.108", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.108", - "date": "Wed, 12 Jun 2019 19:12:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.18` to `0.3.19`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.66` to `6.0.67`" - } - ] - } - }, - { - "version": "3.4.107", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.107", - "date": "Tue, 11 Jun 2019 00:48:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.17` to `0.3.18`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.65` to `6.0.66`" - } - ] - } - }, - { - "version": "3.4.106", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.106", - "date": "Thu, 06 Jun 2019 22:33:36 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.16` to `0.3.17`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.64` to `6.0.65`" - } - ] - } - }, - { - "version": "3.4.105", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.105", - "date": "Wed, 05 Jun 2019 19:12:34 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.15` to `0.3.16`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.63` to `6.0.64`" - } - ] - } - }, - { - "version": "3.4.104", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.104", - "date": "Tue, 04 Jun 2019 05:51:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.14` to `0.3.15`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.62` to `6.0.63`" - } - ] - } - }, - { - "version": "3.4.103", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.103", - "date": "Mon, 27 May 2019 04:13:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.13` to `0.3.14`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.61` to `6.0.62`" - } - ] - } - }, - { - "version": "3.4.102", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.102", - "date": "Mon, 13 May 2019 02:08:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.12` to `0.3.13`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.60` to `6.0.61`" - } - ] - } - }, - { - "version": "3.4.101", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.101", - "date": "Mon, 06 May 2019 20:46:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.11` to `0.3.12`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.59` to `6.0.60`" - } - ] - } - }, - { - "version": "3.4.100", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.100", - "date": "Mon, 06 May 2019 19:34:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.10` to `0.3.11`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.58` to `6.0.59`" - } - ] - } - }, - { - "version": "3.4.99", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.99", - "date": "Mon, 06 May 2019 19:11:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.9` to `0.3.10`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.57` to `6.0.58`" - } - ] - } - }, - { - "version": "3.4.98", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.98", - "date": "Tue, 30 Apr 2019 23:08:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.8` to `0.3.9`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.56` to `6.0.57`" - } - ] - } - }, - { - "version": "3.4.97", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.97", - "date": "Tue, 16 Apr 2019 11:01:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.7` to `0.3.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.55` to `6.0.56`" - } - ] - } - }, - { - "version": "3.4.96", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.96", - "date": "Fri, 12 Apr 2019 06:13:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.6` to `0.3.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.54` to `6.0.55`" - } - ] - } - }, - { - "version": "3.4.95", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.95", - "date": "Thu, 11 Apr 2019 07:14:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.5` to `0.3.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.53` to `6.0.54`" - } - ] - } - }, - { - "version": "3.4.94", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.94", - "date": "Tue, 09 Apr 2019 05:31:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.4` to `0.3.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.52` to `6.0.53`" - } - ] - } - }, - { - "version": "3.4.93", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.93", - "date": "Mon, 08 Apr 2019 19:12:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.3` to `0.3.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.51` to `6.0.52`" - } - ] - } - }, - { - "version": "3.4.92", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.92", - "date": "Sat, 06 Apr 2019 02:05:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.2` to `0.3.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.50` to `6.0.51`" - } - ] - } - }, - { - "version": "3.4.91", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.91", - "date": "Fri, 05 Apr 2019 04:16:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.1` to `0.3.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.49` to `6.0.50`" - } - ] - } - }, - { - "version": "3.4.90", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.90", - "date": "Wed, 03 Apr 2019 02:58:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.25` to `3.9.26`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.0` to `0.3.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.48` to `6.0.49`" - } - ] - } - }, - { - "version": "3.4.89", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.89", - "date": "Tue, 02 Apr 2019 01:12:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.24` to `3.9.25`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.20` to `0.3.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.47` to `6.0.48`" - } - ] - } - }, - { - "version": "3.4.88", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.88", - "date": "Sat, 30 Mar 2019 22:27:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.23` to `3.9.24`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.19` to `0.2.20`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.46` to `6.0.47`" - } - ] - } - }, - { - "version": "3.4.87", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.87", - "date": "Thu, 28 Mar 2019 19:14:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.22` to `3.9.23`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.18` to `0.2.19`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.45` to `6.0.46`" - } - ] - } - }, - { - "version": "3.4.86", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.86", - "date": "Tue, 26 Mar 2019 20:54:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.21` to `3.9.22`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.17` to `0.2.18`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.44` to `6.0.45`" - } - ] - } - }, - { - "version": "3.4.85", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.85", - "date": "Sat, 23 Mar 2019 03:48:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.20` to `3.9.21`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.16` to `0.2.17`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.43` to `6.0.44`" - } - ] - } - }, - { - "version": "3.4.84", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.84", - "date": "Thu, 21 Mar 2019 04:59:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.19` to `3.9.20`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.15` to `0.2.16`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.42` to `6.0.43`" - } - ] - } - }, - { - "version": "3.4.83", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.83", - "date": "Thu, 21 Mar 2019 01:15:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.18` to `3.9.19`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.14` to `0.2.15`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.41` to `6.0.42`" - } - ] - } - }, - { - "version": "3.4.82", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.82", - "date": "Wed, 20 Mar 2019 19:14:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.17` to `3.9.18`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.13` to `0.2.14`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.40` to `6.0.41`" - } - ] - } - }, - { - "version": "3.4.81", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.81", - "date": "Mon, 18 Mar 2019 04:28:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.16` to `3.9.17`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.12` to `0.2.13`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.39` to `6.0.40`" - } - ] - } - }, - { - "version": "3.4.80", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.80", - "date": "Fri, 15 Mar 2019 19:13:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.15` to `3.9.16`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.11` to `0.2.12`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.38` to `6.0.39`" - } - ] - } - }, - { - "version": "3.4.79", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.79", - "date": "Wed, 13 Mar 2019 19:13:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.14` to `3.9.15`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.10` to `0.2.11`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.37` to `6.0.38`" - } - ] - } - }, - { - "version": "3.4.78", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.78", - "date": "Wed, 13 Mar 2019 01:14:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.13` to `3.9.14`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.9` to `0.2.10`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.36` to `6.0.37`" - } - ] - } - }, - { - "version": "3.4.77", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.77", - "date": "Mon, 11 Mar 2019 16:13:36 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.12` to `3.9.13`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.8` to `0.2.9`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.35` to `6.0.36`" - } - ] - } - }, - { - "version": "3.4.76", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.76", - "date": "Tue, 05 Mar 2019 17:13:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.11` to `3.9.12`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.7` to `0.2.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.34` to `6.0.35`" - } - ] - } - }, - { - "version": "3.4.75", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.75", - "date": "Mon, 04 Mar 2019 17:13:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.10` to `3.9.11`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.6` to `0.2.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.33` to `6.0.34`" - } - ] - } - }, - { - "version": "3.4.74", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.74", - "date": "Wed, 27 Feb 2019 22:13:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.9` to `3.9.10`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.5` to `0.2.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.32` to `6.0.33`" - } - ] - } - }, - { - "version": "3.4.73", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.73", - "date": "Wed, 27 Feb 2019 17:13:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.8` to `3.9.9`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.4` to `0.2.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.31` to `6.0.32`" - } - ] - } - }, - { - "version": "3.4.72", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.72", - "date": "Mon, 18 Feb 2019 17:13:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.7` to `3.9.8`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.3` to `0.2.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.30` to `6.0.31`" - } - ] - } - }, - { - "version": "3.4.71", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.71", - "date": "Tue, 12 Feb 2019 17:13:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.6` to `3.9.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.2` to `0.2.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.29` to `6.0.30`" - } - ] - } - }, - { - "version": "3.4.70", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.70", - "date": "Mon, 11 Feb 2019 10:32:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.5` to `3.9.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.5.1` to `0.5.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.28` to `6.0.29`" - } - ] - } - }, - { - "version": "3.4.69", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.69", - "date": "Mon, 11 Feb 2019 03:31:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.4` to `3.9.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.5.0` to `0.5.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.27` to `6.0.28`" - } - ] - } - }, - { - "version": "3.4.68", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.68", - "date": "Wed, 30 Jan 2019 20:49:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.3` to `3.9.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.4.0` to `0.5.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.26` to `6.0.27`" - } - ] - } - }, - { - "version": "3.4.67", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.67", - "date": "Sat, 19 Jan 2019 03:47:47 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.2` to `3.9.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.3.4` to `0.4.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.25` to `6.0.26`" - } - ] - } - }, - { - "version": "3.4.66", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.66", - "date": "Tue, 15 Jan 2019 17:04:09 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.1` to `3.9.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.24` to `6.0.25`" - } - ] - } - }, - { - "version": "3.4.65", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.65", - "date": "Thu, 10 Jan 2019 01:57:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.0` to `3.9.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.3.3` to `0.3.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.23` to `6.0.24`" - } - ] - } - }, - { - "version": "3.4.64", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.64", - "date": "Mon, 07 Jan 2019 17:04:07 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.57` to `3.9.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.22` to `6.0.23`" - } - ] - } - }, - { - "version": "3.4.63", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.63", - "date": "Wed, 19 Dec 2018 05:57:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.56` to `3.8.57`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.3.2` to `0.3.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.21` to `6.0.22`" - } - ] - } - }, - { - "version": "3.4.62", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.62", - "date": "Thu, 13 Dec 2018 02:58:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.55` to `3.8.56`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.3.1` to `0.3.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.20` to `6.0.21`" - } - ] - } - }, - { - "version": "3.4.61", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.61", - "date": "Wed, 12 Dec 2018 17:04:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.54` to `3.8.55`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.3.0` to `0.3.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.19` to `6.0.20`" - } - ] - } - }, - { - "version": "3.4.60", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.60", - "date": "Sat, 08 Dec 2018 06:35:36 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.53` to `3.8.54`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.2.1` to `0.3.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.18` to `6.0.19`" - } - ] - } - }, - { - "version": "3.4.59", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.59", - "date": "Fri, 07 Dec 2018 17:04:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.52` to `3.8.53`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.2.0` to `0.2.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.17` to `6.0.18`" - } - ] - } - }, - { - "version": "3.4.58", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.58", - "date": "Fri, 30 Nov 2018 23:34:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.51` to `3.8.52`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.1.1` to `0.2.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.16` to `6.0.17`" - } - ] - } - }, - { - "version": "3.4.57", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.57", - "date": "Thu, 29 Nov 2018 07:02:09 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.50` to `3.8.51`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.1.0` to `0.1.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.15` to `6.0.16`" - } - ] - } - }, - { - "version": "3.4.56", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.56", - "date": "Thu, 29 Nov 2018 00:35:38 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.49` to `3.8.50`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.0.0` to `0.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.14` to `6.0.15`" - } - ] - } - }, - { - "version": "3.4.55", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.55", - "date": "Wed, 28 Nov 2018 19:29:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.48` to `3.8.49`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.5` to `0.5.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.13` to `6.0.14`" - } - ] - } - }, - { - "version": "3.4.54", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.54", - "date": "Wed, 28 Nov 2018 02:17:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.47` to `3.8.48`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.4` to `0.5.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.12` to `6.0.13`" - } - ] - } - }, - { - "version": "3.4.53", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.53", - "date": "Fri, 16 Nov 2018 21:37:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.46` to `3.8.47`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.3` to `0.5.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.11` to `6.0.12`" - } - ] - } - }, - { - "version": "3.4.52", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.52", - "date": "Fri, 16 Nov 2018 00:59:00 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.45` to `3.8.46`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.2` to `0.5.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.10` to `6.0.11`" - } - ] - } - }, - { - "version": "3.4.51", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.51", - "date": "Fri, 09 Nov 2018 23:07:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.44` to `3.8.45`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.1` to `0.5.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.9` to `6.0.10`" - } - ] - } - }, - { - "version": "3.4.50", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.50", - "date": "Wed, 07 Nov 2018 21:04:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.43` to `3.8.44`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.0` to `0.5.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.8` to `6.0.9`" - } - ] - } - }, - { - "version": "3.4.49", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.49", - "date": "Wed, 07 Nov 2018 17:03:03 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.42` to `3.8.43`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.4.4` to `0.5.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.7` to `6.0.8`" - } - ] - } - }, - { - "version": "3.4.48", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.48", - "date": "Mon, 05 Nov 2018 17:04:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.41` to `3.8.42`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.4.3` to `0.4.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.6` to `6.0.7`" - } - ] - } - }, - { - "version": "3.4.47", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.47", - "date": "Thu, 01 Nov 2018 21:33:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.40` to `3.8.41`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.4.2` to `0.4.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.5` to `6.0.6`" - } - ] - } - }, - { - "version": "3.4.46", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.46", - "date": "Thu, 01 Nov 2018 19:32:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.39` to `3.8.40`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.4.1` to `0.4.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.4` to `6.0.5`" - } - ] - } - }, - { - "version": "3.4.45", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.45", - "date": "Wed, 31 Oct 2018 21:17:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.3` to `6.0.4`" - } - ] - } - }, - { - "version": "3.4.44", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.44", - "date": "Wed, 31 Oct 2018 17:00:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.38` to `3.8.39`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.4.0` to `0.4.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.2` to `6.0.3`" - } - ] - } - }, - { - "version": "3.4.43", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.43", - "date": "Sat, 27 Oct 2018 03:45:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.37` to `3.8.38`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.3.0` to `0.4.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.1` to `6.0.2`" - } - ] - } - }, - { - "version": "3.4.42", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.42", - "date": "Sat, 27 Oct 2018 02:17:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.36` to `3.8.37`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.2.0` to `0.3.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.0` to `6.0.1`" - } - ] - } - }, - { - "version": "3.4.41", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.41", - "date": "Sat, 27 Oct 2018 00:26:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.35` to `3.8.36`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.20` to `0.2.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.26` to `6.0.0`" - } - ] - } - }, - { - "version": "3.4.40", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.40", - "date": "Thu, 25 Oct 2018 23:20:40 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.34` to `3.8.35`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.19` to `0.1.20`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.25` to `5.0.26`" - } - ] - } - }, - { - "version": "3.4.39", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.39", - "date": "Thu, 25 Oct 2018 08:56:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.33` to `3.8.34`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.18` to `0.1.19`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.24` to `5.0.25`" - } - ] - } - }, - { - "version": "3.4.38", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.38", - "date": "Wed, 24 Oct 2018 16:03:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.32` to `3.8.33`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.17` to `0.1.18`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.23` to `5.0.24`" - } - ] - } - }, - { - "version": "3.4.37", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.37", - "date": "Thu, 18 Oct 2018 05:30:14 GMT", - "comments": { - "patch": [ - { - "comment": "Replace deprecated dependency gulp-util" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.31` to `3.8.32`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.22` to `5.0.23`" - } - ] - } - }, - { - "version": "3.4.36", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.36", - "date": "Thu, 18 Oct 2018 01:32:21 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.30` to `3.8.31`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.16` to `0.1.17`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.21` to `5.0.22`" - } - ] - } - }, - { - "version": "3.4.35", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.35", - "date": "Wed, 17 Oct 2018 21:04:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.29` to `3.8.30`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.15` to `0.1.16`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.20` to `5.0.21`" - } - ] - } - }, - { - "version": "3.4.34", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.34", - "date": "Wed, 17 Oct 2018 14:43:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.28` to `3.8.29`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.14` to `0.1.15`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.19` to `5.0.20`" - } - ] - } - }, - { - "version": "3.4.33", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.33", - "date": "Thu, 11 Oct 2018 23:26:07 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.27` to `3.8.28`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.13` to `0.1.14`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.18` to `5.0.19`" - } - ] - } - }, - { - "version": "3.4.32", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.32", - "date": "Tue, 09 Oct 2018 06:58:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.26` to `3.8.27`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.12` to `0.1.13`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.17` to `5.0.18`" - } - ] - } - }, - { - "version": "3.4.31", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.31", - "date": "Mon, 08 Oct 2018 16:04:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.25` to `3.8.26`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.11` to `0.1.12`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.16` to `5.0.17`" - } - ] - } - }, - { - "version": "3.4.30", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.30", - "date": "Sun, 07 Oct 2018 06:15:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.24` to `3.8.25`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.10` to `0.1.11`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.15` to `5.0.16`" - } - ] - } - }, - { - "version": "3.4.29", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.29", - "date": "Fri, 28 Sep 2018 16:05:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.23` to `3.8.24`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.9` to `0.1.10`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.14` to `5.0.15`" - } - ] - } - }, - { - "version": "3.4.28", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.28", - "date": "Wed, 26 Sep 2018 21:39:40 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.22` to `3.8.23`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.8` to `0.1.9`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.13` to `5.0.14`" - } - ] - } - }, - { - "version": "3.4.27", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.27", - "date": "Mon, 24 Sep 2018 23:06:40 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.21` to `3.8.22`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.7` to `0.1.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.12` to `5.0.13`" - } - ] - } - }, - { - "version": "3.4.26", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.26", - "date": "Mon, 24 Sep 2018 16:04:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.11` to `5.0.12`" - } - ] - } - }, - { - "version": "3.4.25", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.25", - "date": "Fri, 21 Sep 2018 16:04:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.20` to `3.8.21`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.6` to `0.1.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.10` to `5.0.11`" - } - ] - } - }, - { - "version": "3.4.24", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.24", - "date": "Thu, 20 Sep 2018 23:57:21 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.19` to `3.8.20`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.5` to `0.1.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.9` to `5.0.10`" - } - ] - } - }, - { - "version": "3.4.23", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.23", - "date": "Tue, 18 Sep 2018 21:04:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.18` to `3.8.19`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.4` to `0.1.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.8` to `5.0.9`" - } - ] - } - }, - { - "version": "3.4.22", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.22", - "date": "Mon, 10 Sep 2018 23:23:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.7` to `5.0.8`" - } - ] - } - }, - { - "version": "3.4.21", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.21", - "date": "Thu, 06 Sep 2018 01:25:26 GMT", - "comments": { - "patch": [ - { - "comment": "Update \"repository\" field in package.json" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.17` to `3.8.18`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.3` to `0.1.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.6` to `5.0.7`" - } - ] - } - }, - { - "version": "3.4.20", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.20", - "date": "Tue, 04 Sep 2018 21:34:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.16` to `3.8.17`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.2` to `0.1.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.5` to `5.0.6`" - } - ] - } - }, - { - "version": "3.4.19", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.19", - "date": "Mon, 03 Sep 2018 16:04:46 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.15` to `3.8.16`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.1` to `0.1.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.4` to `5.0.5`" - } - ] - } - }, - { - "version": "3.4.18", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.18", - "date": "Thu, 30 Aug 2018 22:47:34 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.3` to `5.0.4`" - } - ] - } - }, - { - "version": "3.4.17", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.17", - "date": "Thu, 30 Aug 2018 19:23:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.14` to `3.8.15`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack\" from `0.1.0` to `0.1.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.0` to `0.1.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.2` to `5.0.3`" - } - ] - } - }, - { - "version": "3.4.16", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.16", - "date": "Thu, 30 Aug 2018 18:45:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.13` to `3.8.14`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.1` to `5.0.2`" - } - ] - } - }, - { - "version": "3.4.15", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.15", - "date": "Wed, 29 Aug 2018 21:43:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.12` to `3.8.13`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack\" from `0.0.1` to `0.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.0.1` to `0.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.0` to `5.0.1`" - } - ] - } - }, - { - "version": "3.4.14", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.14", - "date": "Wed, 29 Aug 2018 06:36:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.11` to `3.8.12`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `4.4.11` to `5.0.0`" - } - ] - } - }, - { - "version": "3.4.13", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.13", - "date": "Thu, 23 Aug 2018 18:18:53 GMT", - "comments": { - "patch": [ - { - "comment": "Republish all packages in web-build-tools to resolve GitHub issue #782" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.10` to `3.8.11`" - } - ] - } - }, - { - "version": "3.4.12", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.12", - "date": "Wed, 22 Aug 2018 20:58:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.9` to `3.8.10`" - } - ] - } - }, - { - "version": "3.4.11", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.11", - "date": "Wed, 22 Aug 2018 16:03:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.8` to `3.8.9`" - } - ] - } - }, - { - "version": "3.4.10", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.10", - "date": "Thu, 09 Aug 2018 21:03:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.7` to `3.8.8`" - } - ] - } - }, - { - "version": "3.4.9", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.9", - "date": "Tue, 07 Aug 2018 22:27:31 GMT", - "comments": { - "patch": [ - { - "comment": "Update typings" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.6` to `3.8.7`" - } - ] - } - }, - { - "version": "3.4.8", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.8", - "date": "Thu, 26 Jul 2018 16:04:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.5` to `3.8.6`" - } - ] - } - }, - { - "version": "3.4.7", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.7", - "date": "Tue, 03 Jul 2018 21:03:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.4` to `3.8.5`" - } - ] - } - }, - { - "version": "3.4.6", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.6", - "date": "Thu, 21 Jun 2018 08:27:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.3` to `3.8.4`" - } - ] - } - }, - { - "version": "3.4.5", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.5", - "date": "Fri, 08 Jun 2018 08:43:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.2` to `3.8.3`" - } - ] - } - }, - { - "version": "3.4.4", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.4", - "date": "Thu, 31 May 2018 01:39:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.1` to `3.8.2`" - } - ] - } - }, - { - "version": "3.4.3", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.3", - "date": "Tue, 15 May 2018 02:26:45 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.0` to `3.8.1`" - } - ] - } - }, - { - "version": "3.4.2", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.2", - "date": "Fri, 11 May 2018 22:43:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.5` to `3.8.0`" - } - ] - } - }, - { - "version": "3.4.1", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.1", - "date": "Fri, 04 May 2018 00:42:38 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.4` to `3.7.5`" - } - ] - } - }, - { - "version": "3.4.0", - "tag": "@microsoft/gulp-core-build-webpack_v3.4.0", - "date": "Fri, 06 Apr 2018 16:03:14 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade webpack to ~3.11.0" - } - ] - } - }, - { - "version": "3.3.25", - "tag": "@microsoft/gulp-core-build-webpack_v3.3.25", - "date": "Tue, 03 Apr 2018 16:05:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.3` to `3.7.4`" - } - ] - } - }, - { - "version": "3.3.24", - "tag": "@microsoft/gulp-core-build-webpack_v3.3.24", - "date": "Mon, 02 Apr 2018 16:05:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.2` to `3.7.3`" - } - ] - } - }, - { - "version": "3.3.23", - "tag": "@microsoft/gulp-core-build-webpack_v3.3.23", - "date": "Mon, 26 Mar 2018 19:12:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.1` to `3.7.2`" - } - ] - } - }, - { - "version": "3.3.22", - "tag": "@microsoft/gulp-core-build-webpack_v3.3.22", - "date": "Fri, 23 Mar 2018 00:34:53 GMT", - "comments": { - "patch": [ - { - "comment": "Upgrade colors to version ~1.2.1" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.0` to `3.7.1`" - } - ] - } - }, - { - "version": "3.3.21", - "tag": "@microsoft/gulp-core-build-webpack_v3.3.21", - "date": "Thu, 22 Mar 2018 18:34:13 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.10` to `3.7.0`" - } - ] - } - }, - { - "version": "3.3.20", - "tag": "@microsoft/gulp-core-build-webpack_v3.3.20", - "date": "Sat, 17 Mar 2018 02:54:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.9` to `3.6.10`" - } - ] - } - }, - { - "version": "3.3.19", - "tag": "@microsoft/gulp-core-build-webpack_v3.3.19", - "date": "Thu, 15 Mar 2018 16:05:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.8` to `3.6.9`" - } - ] - } - }, - { - "version": "3.3.18", - "tag": "@microsoft/gulp-core-build-webpack_v3.3.18", - "date": "Mon, 12 Mar 2018 20:36:19 GMT", - "comments": { - "patch": [ - { - "comment": "Locked down some \"@types/\" dependency versions to avoid upgrade conflicts" - } - ] - } - }, - { - "version": "3.3.17", - "tag": "@microsoft/gulp-core-build-webpack_v3.3.17", - "date": "Fri, 02 Mar 2018 01:13:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.7` to `3.6.8`" - } - ] - } - }, - { - "version": "3.3.16", - "tag": "@microsoft/gulp-core-build-webpack_v3.3.16", - "date": "Tue, 27 Feb 2018 22:05:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.6` to `3.6.7`" - } - ] - } - }, - { - "version": "3.3.15", - "tag": "@microsoft/gulp-core-build-webpack_v3.3.15", - "date": "Wed, 21 Feb 2018 22:04:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.5` to `3.6.6`" - } - ] - } - }, - { - "version": "3.3.14", - "tag": "@microsoft/gulp-core-build-webpack_v3.3.14", - "date": "Wed, 21 Feb 2018 03:13:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.4` to `3.6.5`" - } - ] - } - }, - { - "version": "3.3.13", - "tag": "@microsoft/gulp-core-build-webpack_v3.3.13", - "date": "Sat, 17 Feb 2018 02:53:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.3` to `3.6.4`" - } - ] - } - }, - { - "version": "3.3.12", - "tag": "@microsoft/gulp-core-build-webpack_v3.3.12", - "date": "Fri, 16 Feb 2018 22:05:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.2` to `3.6.3`" - } - ] - } - }, - { - "version": "3.3.11", - "tag": "@microsoft/gulp-core-build-webpack_v3.3.11", - "date": "Fri, 16 Feb 2018 17:05:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.1` to `3.6.2`" - } - ] - } - }, - { - "version": "3.3.10", - "tag": "@microsoft/gulp-core-build-webpack_v3.3.10", - "date": "Wed, 07 Feb 2018 17:05:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.0` to `3.6.1`" - } - ] - } - }, - { - "version": "3.3.9", - "tag": "@microsoft/gulp-core-build-webpack_v3.3.9", - "date": "Fri, 26 Jan 2018 22:05:30 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.5.3` to `3.6.0`" - } - ] - } - }, - { - "version": "3.3.8", - "tag": "@microsoft/gulp-core-build-webpack_v3.3.8", - "date": "Fri, 26 Jan 2018 17:53:38 GMT", - "comments": { - "patch": [ - { - "comment": "Force a patch bump in case the previous version was an empty package" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.5.2` to `3.5.3`" - } - ] - } - }, - { - "version": "3.3.7", - "tag": "@microsoft/gulp-core-build-webpack_v3.3.7", - "date": "Fri, 26 Jan 2018 00:36:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.5.1` to `3.5.2`" - } - ] - } - }, - { - "version": "3.3.6", - "tag": "@microsoft/gulp-core-build-webpack_v3.3.6", - "date": "Tue, 23 Jan 2018 17:05:28 GMT", - "comments": { - "patch": [ - { - "comment": "Replace gulp-util.colors with colors package" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.5.0` to `3.5.1`" - } - ] - } - }, - { - "version": "3.3.5", - "tag": "@microsoft/gulp-core-build-webpack_v3.3.5", - "date": "Thu, 18 Jan 2018 03:23:46 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.4.4` to `3.5.0`" - } - ] - } - }, - { - "version": "3.3.4", - "tag": "@microsoft/gulp-core-build-webpack_v3.3.4", - "date": "Thu, 18 Jan 2018 00:48:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.4.3` to `3.4.4`" - } - ] - } - }, - { - "version": "3.3.3", - "tag": "@microsoft/gulp-core-build-webpack_v3.3.3", - "date": "Wed, 17 Jan 2018 10:49:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.4.2` to `3.4.3`" - } - ] - } - }, - { - "version": "3.3.2", - "tag": "@microsoft/gulp-core-build-webpack_v3.3.2", - "date": "Fri, 12 Jan 2018 03:35:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.4.1` to `3.4.2`" - } - ] - } - }, - { - "version": "3.3.1", - "tag": "@microsoft/gulp-core-build-webpack_v3.3.1", - "date": "Thu, 11 Jan 2018 22:31:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.4.0` to `3.4.1`" - } - ] - } - }, - { - "version": "3.3.0", - "tag": "@microsoft/gulp-core-build-webpack_v3.3.0", - "date": "Wed, 10 Jan 2018 20:40:01 GMT", - "comments": { - "minor": [ - { - "author": "Nicholas Pape ", - "commit": "1271a0dc21fedb882e7953f491771724f80323a1", - "comment": "Upgrade to Node 8" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.7` to `3.4.0`" - } - ] - } - }, - { - "version": "3.2.24", - "tag": "@microsoft/gulp-core-build-webpack_v3.2.24", - "date": "Tue, 09 Jan 2018 17:05:51 GMT", - "comments": { - "patch": [ - { - "author": "Nicholas Pape ", - "commit": "d00b6549d13610fbb6f84be3478b532be9da0747", - "comment": "Get web-build-tools building with pnpm" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.6` to `3.3.7`" - } - ] - } - }, - { - "version": "3.2.23", - "tag": "@microsoft/gulp-core-build-webpack_v3.2.23", - "date": "Sun, 07 Jan 2018 05:12:08 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.5` to `3.3.6`" - } - ] - } - }, - { - "version": "3.2.22", - "tag": "@microsoft/gulp-core-build-webpack_v3.2.22", - "date": "Fri, 05 Jan 2018 20:26:45 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.4` to `3.3.5`" - } - ] - } - }, - { - "version": "3.2.21", - "tag": "@microsoft/gulp-core-build-webpack_v3.2.21", - "date": "Fri, 05 Jan 2018 00:48:41 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.3` to `3.3.4`" - } - ] - } - }, - { - "version": "3.2.20", - "tag": "@microsoft/gulp-core-build-webpack_v3.2.20", - "date": "Fri, 22 Dec 2017 17:04:46 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.2` to `3.3.3`" - } - ] - } - }, - { - "version": "3.2.19", - "tag": "@microsoft/gulp-core-build-webpack_v3.2.19", - "date": "Tue, 12 Dec 2017 03:33:26 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.1` to `3.3.2`" - } - ] - } - }, - { - "version": "3.2.18", - "tag": "@microsoft/gulp-core-build-webpack_v3.2.18", - "date": "Thu, 30 Nov 2017 23:59:09 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.0` to `3.3.1`" - } - ] - } - }, - { - "version": "3.2.17", - "tag": "@microsoft/gulp-core-build-webpack_v3.2.17", - "date": "Thu, 30 Nov 2017 23:12:21 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.9` to `3.3.0`" - } - ] - } - }, - { - "version": "3.2.16", - "tag": "@microsoft/gulp-core-build-webpack_v3.2.16", - "date": "Wed, 29 Nov 2017 17:05:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.8` to `3.2.9`" - } - ] - } - }, - { - "version": "3.2.15", - "tag": "@microsoft/gulp-core-build-webpack_v3.2.15", - "date": "Tue, 28 Nov 2017 23:43:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.7` to `3.2.8`" - } - ] - } - }, - { - "version": "3.2.14", - "tag": "@microsoft/gulp-core-build-webpack_v3.2.14", - "date": "Mon, 13 Nov 2017 17:04:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.6` to `3.2.7`" - } - ] - } - }, - { - "version": "3.2.13", - "tag": "@microsoft/gulp-core-build-webpack_v3.2.13", - "date": "Mon, 06 Nov 2017 17:04:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.5` to `3.2.6`" - } - ] - } - }, - { - "version": "3.2.12", - "tag": "@microsoft/gulp-core-build-webpack_v3.2.12", - "date": "Thu, 02 Nov 2017 16:05:24 GMT", - "comments": { - "patch": [ - { - "author": "QZ ", - "commit": "2c58095f2f13492887cc1278c9a0cff49af9735b", - "comment": "lock the reference version between web build tools projects" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.4` to `3.2.5`" - } - ] - } - }, - { - "version": "3.2.11", - "tag": "@microsoft/gulp-core-build-webpack_v3.2.11", - "date": "Wed, 01 Nov 2017 21:06:08 GMT", - "comments": { - "patch": [ - { - "author": "pgonzal ", - "commit": "e449bd6cdc3c179461be68e59590c25021cd1286", - "comment": "Upgrade cyclic dependencies" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.3` to `3.2.4`" - } - ] - } - }, - { - "version": "3.2.10", - "tag": "@microsoft/gulp-core-build-webpack_v3.2.10", - "date": "Tue, 31 Oct 2017 21:04:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.2` to `3.2.3`" - } - ] - } - }, - { - "version": "3.2.9", - "tag": "@microsoft/gulp-core-build-webpack_v3.2.9", - "date": "Tue, 31 Oct 2017 16:04:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.1` to `3.2.2`" - } - ] - } - }, - { - "version": "3.2.8", - "tag": "@microsoft/gulp-core-build-webpack_v3.2.8", - "date": "Wed, 25 Oct 2017 20:03:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.0` to `3.2.1`" - } - ] - } - }, - { - "version": "3.2.7", - "tag": "@microsoft/gulp-core-build-webpack_v3.2.7", - "date": "Tue, 24 Oct 2017 18:17:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.6` to `3.2.0`" - } - ] - } - }, - { - "version": "3.2.6", - "tag": "@microsoft/gulp-core-build-webpack_v3.2.6", - "date": "Mon, 23 Oct 2017 21:53:12 GMT", - "comments": { - "patch": [ - { - "author": "pgonzal ", - "commit": "5de032b254b632b8af0d0dd98913acef589f88d5", - "comment": "Updated cyclic dependencies" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.5` to `3.1.6`" - } - ] - } - }, - { - "version": "3.2.5", - "tag": "@microsoft/gulp-core-build-webpack_v3.2.5", - "date": "Fri, 20 Oct 2017 19:57:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.4` to `3.1.5`" - } - ] - } - }, - { - "version": "3.2.4", - "tag": "@microsoft/gulp-core-build-webpack_v3.2.4", - "date": "Fri, 20 Oct 2017 01:52:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.3` to `3.1.4`" - } - ] - } - }, - { - "version": "3.2.3", - "tag": "@microsoft/gulp-core-build-webpack_v3.2.3", - "date": "Fri, 20 Oct 2017 01:04:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.2` to `3.1.3`" - } - ] - } - }, - { - "version": "3.2.2", - "tag": "@microsoft/gulp-core-build-webpack_v3.2.2", - "date": "Thu, 05 Oct 2017 01:05:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.1` to `3.1.2`" - } - ] - } - }, - { - "version": "3.2.1", - "tag": "@microsoft/gulp-core-build-webpack_v3.2.1", - "date": "Thu, 28 Sep 2017 01:04:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.0` to `3.1.1`" - } - ] - } - }, - { - "version": "3.2.0", - "tag": "@microsoft/gulp-core-build-webpack_v3.2.0", - "date": "Fri, 22 Sep 2017 01:04:02 GMT", - "comments": { - "minor": [ - { - "author": "Nick Pape ", - "commit": "481a10f460a454fb5a3e336e3cf25a1c3f710645", - "comment": "Upgrade to es6" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.8` to `3.1.0`" - } - ] - } - }, - { - "version": "3.1.0", - "tag": "@microsoft/gulp-core-build-webpack_v3.1.0", - "date": "Thu, 21 Sep 2017 20:34:26 GMT", - "comments": { - "minor": [ - { - "author": "Ian Clanton-Thuon ", - "commit": "3e9fdf5918d62327ef1b88ac75c8fa001306f2cb", - "comment": "Upgrade webpack to 3.6.0." - } - ] - } - }, - { - "version": "3.0.8", - "tag": "@microsoft/gulp-core-build-webpack_v3.0.8", - "date": "Wed, 20 Sep 2017 22:10:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.7` to `3.0.8`" - } - ] - } - }, - { - "version": "3.0.7", - "tag": "@microsoft/gulp-core-build-webpack_v3.0.7", - "date": "Mon, 11 Sep 2017 13:04:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.6` to `3.0.7`" - } - ] - } - }, - { - "version": "3.0.6", - "tag": "@microsoft/gulp-core-build-webpack_v3.0.6", - "date": "Fri, 08 Sep 2017 01:28:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.5` to `3.0.6`" - } - ] - } - }, - { - "version": "3.0.5", - "tag": "@microsoft/gulp-core-build-webpack_v3.0.5", - "date": "Thu, 07 Sep 2017 13:04:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.4` to `3.0.5`" - } - ] - } - }, - { - "version": "3.0.4", - "tag": "@microsoft/gulp-core-build-webpack_v3.0.4", - "date": "Thu, 07 Sep 2017 00:11:11 GMT", - "comments": { - "patch": [ - { - "author": "Nick Pape ", - "commit": "4b7451b442c2078a96430f7a05caed37101aed52", - "comment": "Add $schema field to all schemas" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.3` to `3.0.4`" - } - ] - } - }, - { - "version": "3.0.3", - "tag": "@microsoft/gulp-core-build-webpack_v3.0.3", - "date": "Wed, 06 Sep 2017 13:03:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.2` to `3.0.3`" - } - ] - } - }, - { - "version": "3.0.2", - "tag": "@microsoft/gulp-core-build-webpack_v3.0.2", - "date": "Tue, 05 Sep 2017 19:03:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.1` to `3.0.2`" - } - ] - } - }, - { - "version": "3.0.1", - "tag": "@microsoft/gulp-core-build-webpack_v3.0.1", - "date": "Sat, 02 Sep 2017 01:04:26 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.0` to `3.0.1`" - } - ] - } - }, - { - "version": "3.0.0", - "tag": "@microsoft/gulp-core-build-webpack_v3.0.0", - "date": "Thu, 31 Aug 2017 18:41:18 GMT", - "comments": { - "major": [ - { - "comment": "Fix compatibility issues with old releases, by incrementing the major version number" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.10.1` to `3.0.0`" - } - ] - } - }, - { - "version": "2.0.2", - "tag": "@microsoft/gulp-core-build-webpack_v2.0.2", - "date": "Thu, 31 Aug 2017 17:46:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.10.0` to `2.10.1`" - } - ] - } - }, - { - "version": "2.0.1", - "tag": "@microsoft/gulp-core-build-webpack_v2.0.1", - "date": "Thu, 31 Aug 2017 13:04:19 GMT", - "comments": { - "patch": [ - { - "comment": "Removing an unneccessary dependency." - } - ] - } - }, - { - "version": "2.0.0", - "tag": "@microsoft/gulp-core-build-webpack_v2.0.0", - "date": "Wed, 30 Aug 2017 22:08:21 GMT", - "comments": { - "major": [ - { - "comment": "Upgrade to webpack 3.X." - } - ] - } - }, - { - "version": "1.2.9", - "tag": "@microsoft/gulp-core-build-webpack_v1.2.9", - "date": "Wed, 30 Aug 2017 01:04:34 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.6` to `2.10.0`" - } - ] - } - }, - { - "version": "1.2.8", - "tag": "@microsoft/gulp-core-build-webpack_v1.2.8", - "date": "Thu, 24 Aug 2017 22:44:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.5` to `2.9.6`" - } - ] - } - }, - { - "version": "1.2.7", - "tag": "@microsoft/gulp-core-build-webpack_v1.2.7", - "date": "Thu, 24 Aug 2017 01:04:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.4` to `2.9.5`" - } - ] - } - }, - { - "version": "1.2.6", - "tag": "@microsoft/gulp-core-build-webpack_v1.2.6", - "date": "Tue, 22 Aug 2017 13:04:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.3` to `2.9.4`" - } - ] - } - }, - { - "version": "1.2.5", - "tag": "@microsoft/gulp-core-build-webpack_v1.2.5", - "date": "Wed, 16 Aug 2017 23:16:55 GMT", - "comments": { - "patch": [ - { - "comment": "Publish" - } - ] - } - }, - { - "version": "1.2.4", - "tag": "@microsoft/gulp-core-build-webpack_v1.2.4", - "date": "Tue, 15 Aug 2017 01:29:31 GMT", - "comments": { - "patch": [ - { - "comment": "Force a patch bump to ensure everything is published" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.1` to `2.9.2`" - } - ] - } - }, - { - "version": "1.2.3", - "tag": "@microsoft/gulp-core-build-webpack_v1.2.3", - "date": "Fri, 11 Aug 2017 21:44:05 GMT", - "comments": { - "patch": [ - { - "comment": "Allow the webpack task to be extended with new configuration args." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.8.0` to `2.9.0`" - } - ] - } - }, - { - "version": "1.2.2", - "tag": "@microsoft/gulp-core-build-webpack_v1.2.2", - "date": "Thu, 27 Jul 2017 01:04:48 GMT", - "comments": { - "patch": [ - { - "comment": "Upgrade to the TS2.4 version of the build tools." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.7.1` to `2.7.2`" - } - ] - } - }, - { - "version": "1.2.1", - "tag": "@microsoft/gulp-core-build-webpack_v1.2.1", - "date": "Tue, 25 Jul 2017 20:03:31 GMT", - "comments": { - "patch": [ - { - "comment": "Upgrade to TypeScript 2.4" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.7.0 <3.0.0` to `>=2.7.0 <3.0.0`" - } - ] - } - }, - { - "version": "1.2.0", - "tag": "@microsoft/gulp-core-build-webpack_v1.2.0", - "date": "Fri, 07 Jul 2017 01:02:28 GMT", - "comments": { - "minor": [ - { - "comment": "Enable StrictNullChecks." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.5.6 <3.0.0` to `>=2.5.6 <3.0.0`" - } - ] - } - }, - { - "version": "1.1.8", - "tag": "@microsoft/gulp-core-build-webpack_v1.1.8", - "date": "Wed, 21 Jun 2017 04:19:35 GMT", - "comments": { - "patch": [ - { - "comment": "Add missing API Extractor release tags" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.5.3 <3.0.0` to `>=2.5.5 <3.0.0`" - } - ] - } - }, - { - "version": "1.1.6", - "tag": "@microsoft/gulp-core-build-webpack_v1.1.6", - "date": "Mon, 15 May 2017 21:59:43 GMT", - "comments": { - "patch": [ - { - "comment": "Remove unnecessary fsevents optional dependency" - } - ] - } - }, - { - "version": "1.1.5", - "tag": "@microsoft/gulp-core-build-webpack_v1.1.5", - "date": "Mon, 24 Apr 2017 22:01:17 GMT", - "comments": { - "patch": [ - { - "comment": "Updating --initwebpack to contain the proper namespace." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.4.3 <3.0.0` to `>=2.5.0 <3.0.0`" - } - ] - } - }, - { - "version": "1.1.4", - "tag": "@microsoft/gulp-core-build-webpack_v1.1.4", - "date": "Wed, 19 Apr 2017 20:18:06 GMT", - "comments": { - "patch": [ - { - "comment": "Remove ES6 Promise & @types/es6-promise typings" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.4.3 <3.0.0` to `>=2.4.3 <3.0.0`" - } - ] - } - }, - { - "version": "1.1.3", - "tag": "@microsoft/gulp-core-build-webpack_v1.1.3", - "date": "Wed, 15 Mar 2017 01:32:09 GMT", - "comments": { - "patch": [ - { - "comment": "Locking `@types` packages. Synchronizing version specifiers for dependencies with other `web-build-tools` projects." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.4.0 <3.0.0` to `>=2.4.0 <3.0.0`" - } - ] - } - }, - { - "version": "1.1.2", - "tag": "@microsoft/gulp-core-build-webpack_v1.1.2", - "date": "Tue, 31 Jan 2017 20:32:37 GMT", - "comments": { - "patch": [ - { - "comment": "Make loadSchema public instead of protected." - } - ] - } - }, - { - "version": "1.1.1", - "tag": "@microsoft/gulp-core-build-webpack_v1.1.1", - "date": "Tue, 31 Jan 2017 01:55:09 GMT", - "comments": { - "patch": [ - { - "comment": "Introduce schema for WebpackTask" - } - ] - } - }, - { - "version": "1.1.0", - "tag": "@microsoft/gulp-core-build-webpack_v1.1.0", - "date": "Thu, 19 Jan 2017 02:37:34 GMT", - "comments": { - "minor": [ - { - "comment": "Including an option to pass in the webpack compiler object to the GCB-webpack task." - } - ] - } - }, - { - "version": "1.0.4", - "tag": "@microsoft/gulp-core-build-webpack_v1.0.4", - "date": "Fri, 13 Jan 2017 06:46:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.0.0 <3.0.0` to `>=2.0.1 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `>=1.0.0 <2.0.0` to `>=2.1.0 <3.0.0`" - } - ] - } - }, - { - "version": "1.0.3", - "tag": "@microsoft/gulp-core-build-webpack_v1.0.3", - "date": "Fri, 16 Dec 2016 07:47:32 GMT", - "comments": { - "patch": [ - { - "comment": "Patching webpack due to a publishing issue not publishing it in the last batch." - } - ] - } - } - ] -} diff --git a/core-build/gulp-core-build-webpack/CHANGELOG.md b/core-build/gulp-core-build-webpack/CHANGELOG.md deleted file mode 100644 index 88f40dc50a9..00000000000 --- a/core-build/gulp-core-build-webpack/CHANGELOG.md +++ /dev/null @@ -1,1698 +0,0 @@ -# Change Log - @microsoft/gulp-core-build-webpack - -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. - -## 5.2.20 -Wed, 19 May 2021 00:11:39 GMT - -_Version update only_ - -## 5.2.19 -Mon, 03 May 2021 15:10:29 GMT - -_Version update only_ - -## 5.2.18 -Thu, 29 Apr 2021 23:26:50 GMT - -_Version update only_ - -## 5.2.17 -Tue, 20 Apr 2021 04:59:51 GMT - -_Version update only_ - -## 5.2.16 -Mon, 12 Apr 2021 15:10:28 GMT - -_Version update only_ - -## 5.2.15 -Thu, 08 Apr 2021 06:05:32 GMT - -_Version update only_ - -## 5.2.14 -Tue, 06 Apr 2021 15:14:22 GMT - -_Version update only_ - -## 5.2.13 -Thu, 04 Mar 2021 01:11:31 GMT - -_Version update only_ - -## 5.2.12 -Fri, 05 Feb 2021 16:10:42 GMT - -_Version update only_ - -## 5.2.11 -Wed, 13 Jan 2021 01:11:06 GMT - -_Version update only_ - -## 5.2.10 -Thu, 10 Dec 2020 23:25:49 GMT - -_Version update only_ - -## 5.2.9 -Sat, 05 Dec 2020 01:11:23 GMT - -_Version update only_ - -## 5.2.8 -Mon, 30 Nov 2020 16:11:50 GMT - -_Version update only_ - -## 5.2.7 -Wed, 18 Nov 2020 08:19:54 GMT - -_Version update only_ - -## 5.2.6 -Wed, 18 Nov 2020 06:21:57 GMT - -_Version update only_ - -## 5.2.5 -Wed, 11 Nov 2020 01:08:58 GMT - -_Version update only_ - -## 5.2.4 -Tue, 10 Nov 2020 23:13:12 GMT - -_Version update only_ - -## 5.2.3 -Fri, 30 Oct 2020 06:38:39 GMT - -_Version update only_ - -## 5.2.2 -Fri, 30 Oct 2020 00:10:14 GMT - -_Version update only_ - -## 5.2.1 -Thu, 29 Oct 2020 06:14:19 GMT - -_Version update only_ - -## 5.2.0 -Thu, 29 Oct 2020 00:11:33 GMT - -### Minor changes - -- Update Webpack dependency to ~4.44.2 - -## 5.1.6 -Wed, 28 Oct 2020 01:18:03 GMT - -_Version update only_ - -## 5.1.5 -Tue, 27 Oct 2020 15:10:13 GMT - -_Version update only_ - -## 5.1.4 -Tue, 06 Oct 2020 00:24:06 GMT - -_Version update only_ - -## 5.1.3 -Mon, 05 Oct 2020 22:36:57 GMT - -_Version update only_ - -## 5.1.2 -Mon, 05 Oct 2020 15:10:42 GMT - -_Version update only_ - -## 5.1.1 -Wed, 30 Sep 2020 18:39:17 GMT - -_Version update only_ - -## 5.1.0 -Wed, 30 Sep 2020 06:53:53 GMT - -### Minor changes - -- Upgrade compiler; the API now requires TypeScript 3.9 or newer - -## 5.0.49 -Tue, 22 Sep 2020 05:45:56 GMT - -_Version update only_ - -## 5.0.48 -Tue, 22 Sep 2020 01:45:31 GMT - -_Version update only_ - -## 5.0.47 -Tue, 22 Sep 2020 00:08:53 GMT - -_Version update only_ - -## 5.0.46 -Sat, 19 Sep 2020 04:37:27 GMT - -_Version update only_ - -## 5.0.45 -Sat, 19 Sep 2020 03:33:07 GMT - -_Version update only_ - -## 5.0.44 -Fri, 18 Sep 2020 22:57:24 GMT - -_Version update only_ - -## 5.0.43 -Fri, 18 Sep 2020 21:49:54 GMT - -_Version update only_ - -## 5.0.42 -Sun, 13 Sep 2020 01:53:20 GMT - -_Version update only_ - -## 5.0.41 -Fri, 11 Sep 2020 02:13:35 GMT - -_Version update only_ - -## 5.0.40 -Mon, 07 Sep 2020 07:37:37 GMT - -_Version update only_ - -## 5.0.39 -Sat, 05 Sep 2020 18:56:35 GMT - -_Version update only_ - -## 5.0.38 -Thu, 27 Aug 2020 11:27:06 GMT - -_Version update only_ - -## 5.0.37 -Mon, 24 Aug 2020 07:35:20 GMT - -_Version update only_ - -## 5.0.36 -Sat, 22 Aug 2020 05:55:42 GMT - -_Version update only_ - -## 5.0.35 -Fri, 21 Aug 2020 01:21:18 GMT - -_Version update only_ - -## 5.0.34 -Thu, 20 Aug 2020 15:13:53 GMT - -_Version update only_ - -## 5.0.33 -Tue, 18 Aug 2020 23:59:42 GMT - -_Version update only_ - -## 5.0.32 -Mon, 17 Aug 2020 04:53:23 GMT - -_Version update only_ - -## 5.0.31 -Wed, 12 Aug 2020 00:10:06 GMT - -_Version update only_ - -## 5.0.30 -Wed, 05 Aug 2020 18:27:32 GMT - -_Version update only_ - -## 5.0.29 -Mon, 20 Jul 2020 06:52:33 GMT - -### Patches - -- Update webpack - -## 5.0.28 -Fri, 03 Jul 2020 15:09:04 GMT - -_Version update only_ - -## 5.0.27 -Fri, 03 Jul 2020 05:46:42 GMT - -_Version update only_ - -## 5.0.26 -Sat, 27 Jun 2020 00:09:38 GMT - -_Version update only_ - -## 5.0.25 -Fri, 26 Jun 2020 22:16:39 GMT - -_Version update only_ - -## 5.0.24 -Thu, 25 Jun 2020 06:43:35 GMT - -_Version update only_ - -## 5.0.23 -Wed, 24 Jun 2020 09:50:48 GMT - -_Version update only_ - -## 5.0.22 -Wed, 24 Jun 2020 09:04:28 GMT - -_Version update only_ - -## 5.0.21 -Mon, 15 Jun 2020 22:17:18 GMT - -_Version update only_ - -## 5.0.20 -Fri, 12 Jun 2020 09:19:21 GMT - -_Version update only_ - -## 5.0.19 -Wed, 10 Jun 2020 20:48:30 GMT - -_Version update only_ - -## 5.0.18 -Mon, 01 Jun 2020 08:34:17 GMT - -_Version update only_ - -## 5.0.17 -Sat, 30 May 2020 02:59:54 GMT - -_Version update only_ - -## 5.0.16 -Thu, 28 May 2020 05:59:02 GMT - -_Version update only_ - -## 5.0.15 -Wed, 27 May 2020 05:15:11 GMT - -_Version update only_ - -## 5.0.14 -Tue, 26 May 2020 23:00:25 GMT - -_Version update only_ - -## 5.0.13 -Fri, 22 May 2020 15:08:42 GMT - -_Version update only_ - -## 5.0.12 -Thu, 21 May 2020 23:09:44 GMT - -_Version update only_ - -## 5.0.11 -Thu, 21 May 2020 15:41:59 GMT - -_Version update only_ - -## 5.0.10 -Tue, 19 May 2020 15:08:19 GMT - -_Version update only_ - -## 5.0.9 -Fri, 15 May 2020 08:10:59 GMT - -_Version update only_ - -## 5.0.8 -Wed, 06 May 2020 08:23:45 GMT - -_Version update only_ - -## 5.0.7 -Sat, 02 May 2020 00:08:16 GMT - -_Version update only_ - -## 5.0.6 -Wed, 08 Apr 2020 04:07:33 GMT - -_Version update only_ - -## 5.0.5 -Fri, 03 Apr 2020 15:10:15 GMT - -_Version update only_ - -## 5.0.4 -Sun, 29 Mar 2020 00:04:12 GMT - -_Version update only_ - -## 5.0.3 -Sat, 28 Mar 2020 00:37:16 GMT - -_Version update only_ - -## 5.0.2 -Wed, 18 Mar 2020 15:07:47 GMT - -_Version update only_ - -## 5.0.1 -Tue, 17 Mar 2020 23:55:58 GMT - -_Version update only_ - -## 5.0.0 -Tue, 28 Jan 2020 02:23:44 GMT - -### Breaking changes - -- Upgrade to Webpack 4. - -## 4.1.3 -Fri, 24 Jan 2020 00:27:39 GMT - -_Version update only_ - -## 4.1.2 -Thu, 23 Jan 2020 01:07:56 GMT - -_Version update only_ - -## 4.1.1 -Tue, 21 Jan 2020 21:56:13 GMT - -_Version update only_ - -## 4.1.0 -Sun, 19 Jan 2020 02:26:52 GMT - -### Minor changes - -- Upgrade Node typings to Node 10 - -## 4.0.8 -Fri, 17 Jan 2020 01:08:23 GMT - -_Version update only_ - -## 4.0.7 -Tue, 14 Jan 2020 01:34:15 GMT - -_Version update only_ - -## 4.0.6 -Sat, 11 Jan 2020 05:18:23 GMT - -_Version update only_ - -## 4.0.5 -Thu, 09 Jan 2020 06:44:13 GMT - -_Version update only_ - -## 4.0.4 -Wed, 08 Jan 2020 00:11:31 GMT - -_Version update only_ - -## 4.0.3 -Wed, 04 Dec 2019 23:17:55 GMT - -_Version update only_ - -## 4.0.2 -Tue, 03 Dec 2019 03:17:44 GMT - -_Version update only_ - -## 4.0.1 -Sun, 24 Nov 2019 00:54:04 GMT - -_Version update only_ - -## 4.0.0 -Wed, 20 Nov 2019 06:14:28 GMT - -### Breaking changes - -- Upgrade to Webpack 4. - -## 3.7.9 -Fri, 15 Nov 2019 04:50:50 GMT - -_Version update only_ - -## 3.7.8 -Mon, 11 Nov 2019 16:07:56 GMT - -_Version update only_ - -## 3.7.7 -Wed, 06 Nov 2019 22:44:18 GMT - -_Version update only_ - -## 3.7.6 -Tue, 05 Nov 2019 06:49:28 GMT - -_Version update only_ - -## 3.7.5 -Tue, 05 Nov 2019 01:08:39 GMT - -_Version update only_ - -## 3.7.4 -Fri, 25 Oct 2019 15:08:54 GMT - -_Version update only_ - -## 3.7.3 -Tue, 22 Oct 2019 06:24:44 GMT - -### Patches - -- Refactor some code as part of migration from TSLint to ESLint - -## 3.7.2 -Mon, 21 Oct 2019 05:22:43 GMT - -_Version update only_ - -## 3.7.1 -Fri, 18 Oct 2019 15:15:01 GMT - -_Version update only_ - -## 3.7.0 -Mon, 07 Oct 2019 20:15:00 GMT - -### Minor changes - -- Add support for multi-compiler webpack config setting. - -## 3.6.5 -Sun, 06 Oct 2019 00:27:39 GMT - -_Version update only_ - -## 3.6.4 -Fri, 04 Oct 2019 00:15:22 GMT - -_Version update only_ - -## 3.6.3 -Sun, 29 Sep 2019 23:56:29 GMT - -### Patches - -- Update repository URL - -## 3.6.2 -Wed, 25 Sep 2019 15:15:31 GMT - -_Version update only_ - -## 3.6.1 -Tue, 24 Sep 2019 02:58:49 GMT - -_Version update only_ - -## 3.6.0 -Mon, 23 Sep 2019 15:14:55 GMT - -### Minor changes - -- Upgrade @types/node dependency - -## 3.5.12 -Fri, 20 Sep 2019 21:27:22 GMT - -_Version update only_ - -## 3.5.11 -Wed, 11 Sep 2019 19:56:23 GMT - -_Version update only_ - -## 3.5.10 -Tue, 10 Sep 2019 22:32:23 GMT - -_Version update only_ - -## 3.5.9 -Tue, 10 Sep 2019 20:38:33 GMT - -_Version update only_ - -## 3.5.8 -Wed, 04 Sep 2019 18:28:06 GMT - -_Version update only_ - -## 3.5.7 -Wed, 04 Sep 2019 15:15:37 GMT - -_Version update only_ - -## 3.5.6 -Wed, 04 Sep 2019 01:43:31 GMT - -### Patches - -- Make @types/webpack dependency more loose, add @types/webpack-dev-server. - -## 3.5.5 -Fri, 30 Aug 2019 00:14:32 GMT - -_Version update only_ - -## 3.5.4 -Mon, 12 Aug 2019 15:15:14 GMT - -_Version update only_ - -## 3.5.3 -Thu, 08 Aug 2019 15:14:17 GMT - -_Version update only_ - -## 3.5.2 -Thu, 08 Aug 2019 00:49:05 GMT - -_Version update only_ - -## 3.5.1 -Mon, 05 Aug 2019 22:04:32 GMT - -_Version update only_ - -## 3.5.0 -Tue, 23 Jul 2019 19:14:38 GMT - -### Minor changes - -- Update gulp to 4.0.2 - -## 3.4.115 -Tue, 23 Jul 2019 01:13:01 GMT - -_Version update only_ - -## 3.4.114 -Mon, 22 Jul 2019 19:13:10 GMT - -_Version update only_ - -## 3.4.113 -Fri, 12 Jul 2019 19:12:46 GMT - -_Version update only_ - -## 3.4.112 -Thu, 11 Jul 2019 19:13:08 GMT - -_Version update only_ - -## 3.4.111 -Tue, 09 Jul 2019 19:13:24 GMT - -_Version update only_ - -## 3.4.110 -Mon, 08 Jul 2019 19:12:18 GMT - -_Version update only_ - -## 3.4.109 -Sat, 29 Jun 2019 02:30:10 GMT - -_Version update only_ - -## 3.4.108 -Wed, 12 Jun 2019 19:12:33 GMT - -_Version update only_ - -## 3.4.107 -Tue, 11 Jun 2019 00:48:06 GMT - -_Version update only_ - -## 3.4.106 -Thu, 06 Jun 2019 22:33:36 GMT - -_Version update only_ - -## 3.4.105 -Wed, 05 Jun 2019 19:12:34 GMT - -_Version update only_ - -## 3.4.104 -Tue, 04 Jun 2019 05:51:54 GMT - -_Version update only_ - -## 3.4.103 -Mon, 27 May 2019 04:13:44 GMT - -_Version update only_ - -## 3.4.102 -Mon, 13 May 2019 02:08:35 GMT - -_Version update only_ - -## 3.4.101 -Mon, 06 May 2019 20:46:22 GMT - -_Version update only_ - -## 3.4.100 -Mon, 06 May 2019 19:34:54 GMT - -_Version update only_ - -## 3.4.99 -Mon, 06 May 2019 19:11:16 GMT - -_Version update only_ - -## 3.4.98 -Tue, 30 Apr 2019 23:08:02 GMT - -_Version update only_ - -## 3.4.97 -Tue, 16 Apr 2019 11:01:37 GMT - -_Version update only_ - -## 3.4.96 -Fri, 12 Apr 2019 06:13:17 GMT - -_Version update only_ - -## 3.4.95 -Thu, 11 Apr 2019 07:14:01 GMT - -_Version update only_ - -## 3.4.94 -Tue, 09 Apr 2019 05:31:01 GMT - -_Version update only_ - -## 3.4.93 -Mon, 08 Apr 2019 19:12:53 GMT - -_Version update only_ - -## 3.4.92 -Sat, 06 Apr 2019 02:05:51 GMT - -_Version update only_ - -## 3.4.91 -Fri, 05 Apr 2019 04:16:17 GMT - -_Version update only_ - -## 3.4.90 -Wed, 03 Apr 2019 02:58:33 GMT - -_Version update only_ - -## 3.4.89 -Tue, 02 Apr 2019 01:12:02 GMT - -_Version update only_ - -## 3.4.88 -Sat, 30 Mar 2019 22:27:16 GMT - -_Version update only_ - -## 3.4.87 -Thu, 28 Mar 2019 19:14:27 GMT - -_Version update only_ - -## 3.4.86 -Tue, 26 Mar 2019 20:54:18 GMT - -_Version update only_ - -## 3.4.85 -Sat, 23 Mar 2019 03:48:31 GMT - -_Version update only_ - -## 3.4.84 -Thu, 21 Mar 2019 04:59:11 GMT - -_Version update only_ - -## 3.4.83 -Thu, 21 Mar 2019 01:15:32 GMT - -_Version update only_ - -## 3.4.82 -Wed, 20 Mar 2019 19:14:49 GMT - -_Version update only_ - -## 3.4.81 -Mon, 18 Mar 2019 04:28:43 GMT - -_Version update only_ - -## 3.4.80 -Fri, 15 Mar 2019 19:13:25 GMT - -_Version update only_ - -## 3.4.79 -Wed, 13 Mar 2019 19:13:14 GMT - -_Version update only_ - -## 3.4.78 -Wed, 13 Mar 2019 01:14:05 GMT - -_Version update only_ - -## 3.4.77 -Mon, 11 Mar 2019 16:13:36 GMT - -_Version update only_ - -## 3.4.76 -Tue, 05 Mar 2019 17:13:11 GMT - -_Version update only_ - -## 3.4.75 -Mon, 04 Mar 2019 17:13:19 GMT - -_Version update only_ - -## 3.4.74 -Wed, 27 Feb 2019 22:13:58 GMT - -_Version update only_ - -## 3.4.73 -Wed, 27 Feb 2019 17:13:17 GMT - -_Version update only_ - -## 3.4.72 -Mon, 18 Feb 2019 17:13:23 GMT - -_Version update only_ - -## 3.4.71 -Tue, 12 Feb 2019 17:13:12 GMT - -_Version update only_ - -## 3.4.70 -Mon, 11 Feb 2019 10:32:37 GMT - -_Version update only_ - -## 3.4.69 -Mon, 11 Feb 2019 03:31:55 GMT - -_Version update only_ - -## 3.4.68 -Wed, 30 Jan 2019 20:49:12 GMT - -_Version update only_ - -## 3.4.67 -Sat, 19 Jan 2019 03:47:47 GMT - -_Version update only_ - -## 3.4.66 -Tue, 15 Jan 2019 17:04:09 GMT - -_Version update only_ - -## 3.4.65 -Thu, 10 Jan 2019 01:57:53 GMT - -_Version update only_ - -## 3.4.64 -Mon, 07 Jan 2019 17:04:07 GMT - -_Version update only_ - -## 3.4.63 -Wed, 19 Dec 2018 05:57:33 GMT - -_Version update only_ - -## 3.4.62 -Thu, 13 Dec 2018 02:58:11 GMT - -_Version update only_ - -## 3.4.61 -Wed, 12 Dec 2018 17:04:19 GMT - -_Version update only_ - -## 3.4.60 -Sat, 08 Dec 2018 06:35:36 GMT - -_Version update only_ - -## 3.4.59 -Fri, 07 Dec 2018 17:04:56 GMT - -_Version update only_ - -## 3.4.58 -Fri, 30 Nov 2018 23:34:58 GMT - -_Version update only_ - -## 3.4.57 -Thu, 29 Nov 2018 07:02:09 GMT - -_Version update only_ - -## 3.4.56 -Thu, 29 Nov 2018 00:35:38 GMT - -_Version update only_ - -## 3.4.55 -Wed, 28 Nov 2018 19:29:53 GMT - -_Version update only_ - -## 3.4.54 -Wed, 28 Nov 2018 02:17:11 GMT - -_Version update only_ - -## 3.4.53 -Fri, 16 Nov 2018 21:37:10 GMT - -_Version update only_ - -## 3.4.52 -Fri, 16 Nov 2018 00:59:00 GMT - -_Version update only_ - -## 3.4.51 -Fri, 09 Nov 2018 23:07:39 GMT - -_Version update only_ - -## 3.4.50 -Wed, 07 Nov 2018 21:04:35 GMT - -_Version update only_ - -## 3.4.49 -Wed, 07 Nov 2018 17:03:03 GMT - -_Version update only_ - -## 3.4.48 -Mon, 05 Nov 2018 17:04:24 GMT - -_Version update only_ - -## 3.4.47 -Thu, 01 Nov 2018 21:33:52 GMT - -_Version update only_ - -## 3.4.46 -Thu, 01 Nov 2018 19:32:52 GMT - -_Version update only_ - -## 3.4.45 -Wed, 31 Oct 2018 21:17:50 GMT - -_Version update only_ - -## 3.4.44 -Wed, 31 Oct 2018 17:00:55 GMT - -_Version update only_ - -## 3.4.43 -Sat, 27 Oct 2018 03:45:51 GMT - -_Version update only_ - -## 3.4.42 -Sat, 27 Oct 2018 02:17:18 GMT - -_Version update only_ - -## 3.4.41 -Sat, 27 Oct 2018 00:26:56 GMT - -_Version update only_ - -## 3.4.40 -Thu, 25 Oct 2018 23:20:40 GMT - -_Version update only_ - -## 3.4.39 -Thu, 25 Oct 2018 08:56:02 GMT - -_Version update only_ - -## 3.4.38 -Wed, 24 Oct 2018 16:03:10 GMT - -_Version update only_ - -## 3.4.37 -Thu, 18 Oct 2018 05:30:14 GMT - -### Patches - -- Replace deprecated dependency gulp-util - -## 3.4.36 -Thu, 18 Oct 2018 01:32:21 GMT - -_Version update only_ - -## 3.4.35 -Wed, 17 Oct 2018 21:04:49 GMT - -_Version update only_ - -## 3.4.34 -Wed, 17 Oct 2018 14:43:24 GMT - -_Version update only_ - -## 3.4.33 -Thu, 11 Oct 2018 23:26:07 GMT - -_Version update only_ - -## 3.4.32 -Tue, 09 Oct 2018 06:58:02 GMT - -_Version update only_ - -## 3.4.31 -Mon, 08 Oct 2018 16:04:27 GMT - -_Version update only_ - -## 3.4.30 -Sun, 07 Oct 2018 06:15:56 GMT - -_Version update only_ - -## 3.4.29 -Fri, 28 Sep 2018 16:05:35 GMT - -_Version update only_ - -## 3.4.28 -Wed, 26 Sep 2018 21:39:40 GMT - -_Version update only_ - -## 3.4.27 -Mon, 24 Sep 2018 23:06:40 GMT - -_Version update only_ - -## 3.4.26 -Mon, 24 Sep 2018 16:04:28 GMT - -_Version update only_ - -## 3.4.25 -Fri, 21 Sep 2018 16:04:42 GMT - -_Version update only_ - -## 3.4.24 -Thu, 20 Sep 2018 23:57:21 GMT - -_Version update only_ - -## 3.4.23 -Tue, 18 Sep 2018 21:04:55 GMT - -_Version update only_ - -## 3.4.22 -Mon, 10 Sep 2018 23:23:01 GMT - -_Version update only_ - -## 3.4.21 -Thu, 06 Sep 2018 01:25:26 GMT - -### Patches - -- Update "repository" field in package.json - -## 3.4.20 -Tue, 04 Sep 2018 21:34:10 GMT - -_Version update only_ - -## 3.4.19 -Mon, 03 Sep 2018 16:04:46 GMT - -_Version update only_ - -## 3.4.18 -Thu, 30 Aug 2018 22:47:34 GMT - -_Version update only_ - -## 3.4.17 -Thu, 30 Aug 2018 19:23:16 GMT - -_Version update only_ - -## 3.4.16 -Thu, 30 Aug 2018 18:45:12 GMT - -_Version update only_ - -## 3.4.15 -Wed, 29 Aug 2018 21:43:23 GMT - -_Version update only_ - -## 3.4.14 -Wed, 29 Aug 2018 06:36:50 GMT - -_Version update only_ - -## 3.4.13 -Thu, 23 Aug 2018 18:18:53 GMT - -### Patches - -- Republish all packages in web-build-tools to resolve GitHub issue #782 - -## 3.4.12 -Wed, 22 Aug 2018 20:58:58 GMT - -_Version update only_ - -## 3.4.11 -Wed, 22 Aug 2018 16:03:25 GMT - -_Version update only_ - -## 3.4.10 -Thu, 09 Aug 2018 21:03:22 GMT - -_Version update only_ - -## 3.4.9 -Tue, 07 Aug 2018 22:27:31 GMT - -### Patches - -- Update typings - -## 3.4.8 -Thu, 26 Jul 2018 16:04:17 GMT - -_Version update only_ - -## 3.4.7 -Tue, 03 Jul 2018 21:03:31 GMT - -_Version update only_ - -## 3.4.6 -Thu, 21 Jun 2018 08:27:29 GMT - -_Version update only_ - -## 3.4.5 -Fri, 08 Jun 2018 08:43:52 GMT - -_Version update only_ - -## 3.4.4 -Thu, 31 May 2018 01:39:33 GMT - -_Version update only_ - -## 3.4.3 -Tue, 15 May 2018 02:26:45 GMT - -_Version update only_ - -## 3.4.2 -Fri, 11 May 2018 22:43:14 GMT - -_Version update only_ - -## 3.4.1 -Fri, 04 May 2018 00:42:38 GMT - -_Version update only_ - -## 3.4.0 -Fri, 06 Apr 2018 16:03:14 GMT - -### Minor changes - -- Upgrade webpack to ~3.11.0 - -## 3.3.25 -Tue, 03 Apr 2018 16:05:29 GMT - -_Version update only_ - -## 3.3.24 -Mon, 02 Apr 2018 16:05:24 GMT - -_Version update only_ - -## 3.3.23 -Mon, 26 Mar 2018 19:12:42 GMT - -_Version update only_ - -## 3.3.22 -Fri, 23 Mar 2018 00:34:53 GMT - -### Patches - -- Upgrade colors to version ~1.2.1 - -## 3.3.21 -Thu, 22 Mar 2018 18:34:13 GMT - -_Version update only_ - -## 3.3.20 -Sat, 17 Mar 2018 02:54:22 GMT - -_Version update only_ - -## 3.3.19 -Thu, 15 Mar 2018 16:05:43 GMT - -_Version update only_ - -## 3.3.18 -Mon, 12 Mar 2018 20:36:19 GMT - -### Patches - -- Locked down some "@types/" dependency versions to avoid upgrade conflicts - -## 3.3.17 -Fri, 02 Mar 2018 01:13:59 GMT - -_Version update only_ - -## 3.3.16 -Tue, 27 Feb 2018 22:05:57 GMT - -_Version update only_ - -## 3.3.15 -Wed, 21 Feb 2018 22:04:19 GMT - -_Version update only_ - -## 3.3.14 -Wed, 21 Feb 2018 03:13:28 GMT - -_Version update only_ - -## 3.3.13 -Sat, 17 Feb 2018 02:53:49 GMT - -_Version update only_ - -## 3.3.12 -Fri, 16 Feb 2018 22:05:23 GMT - -_Version update only_ - -## 3.3.11 -Fri, 16 Feb 2018 17:05:11 GMT - -_Version update only_ - -## 3.3.10 -Wed, 07 Feb 2018 17:05:11 GMT - -_Version update only_ - -## 3.3.9 -Fri, 26 Jan 2018 22:05:30 GMT - -_Version update only_ - -## 3.3.8 -Fri, 26 Jan 2018 17:53:38 GMT - -### Patches - -- Force a patch bump in case the previous version was an empty package - -## 3.3.7 -Fri, 26 Jan 2018 00:36:51 GMT - -_Version update only_ - -## 3.3.6 -Tue, 23 Jan 2018 17:05:28 GMT - -### Patches - -- Replace gulp-util.colors with colors package - -## 3.3.5 -Thu, 18 Jan 2018 03:23:46 GMT - -_Version update only_ - -## 3.3.4 -Thu, 18 Jan 2018 00:48:06 GMT - -_Version update only_ - -## 3.3.3 -Wed, 17 Jan 2018 10:49:31 GMT - -_Version update only_ - -## 3.3.2 -Fri, 12 Jan 2018 03:35:22 GMT - -_Version update only_ - -## 3.3.1 -Thu, 11 Jan 2018 22:31:51 GMT - -_Version update only_ - -## 3.3.0 -Wed, 10 Jan 2018 20:40:01 GMT - -### Minor changes - -- Upgrade to Node 8 - -## 3.2.24 -Tue, 09 Jan 2018 17:05:51 GMT - -### Patches - -- Get web-build-tools building with pnpm - -## 3.2.23 -Sun, 07 Jan 2018 05:12:08 GMT - -_Version update only_ - -## 3.2.22 -Fri, 05 Jan 2018 20:26:45 GMT - -_Version update only_ - -## 3.2.21 -Fri, 05 Jan 2018 00:48:41 GMT - -_Version update only_ - -## 3.2.20 -Fri, 22 Dec 2017 17:04:46 GMT - -_Version update only_ - -## 3.2.19 -Tue, 12 Dec 2017 03:33:26 GMT - -_Version update only_ - -## 3.2.18 -Thu, 30 Nov 2017 23:59:09 GMT - -_Version update only_ - -## 3.2.17 -Thu, 30 Nov 2017 23:12:21 GMT - -_Version update only_ - -## 3.2.16 -Wed, 29 Nov 2017 17:05:37 GMT - -_Version update only_ - -## 3.2.15 -Tue, 28 Nov 2017 23:43:55 GMT - -_Version update only_ - -## 3.2.14 -Mon, 13 Nov 2017 17:04:50 GMT - -_Version update only_ - -## 3.2.13 -Mon, 06 Nov 2017 17:04:18 GMT - -_Version update only_ - -## 3.2.12 -Thu, 02 Nov 2017 16:05:24 GMT - -### Patches - -- lock the reference version between web build tools projects - -## 3.2.11 -Wed, 01 Nov 2017 21:06:08 GMT - -### Patches - -- Upgrade cyclic dependencies - -## 3.2.10 -Tue, 31 Oct 2017 21:04:04 GMT - -_Version update only_ - -## 3.2.9 -Tue, 31 Oct 2017 16:04:55 GMT - -_Version update only_ - -## 3.2.8 -Wed, 25 Oct 2017 20:03:59 GMT - -_Version update only_ - -## 3.2.7 -Tue, 24 Oct 2017 18:17:12 GMT - -_Version update only_ - -## 3.2.6 -Mon, 23 Oct 2017 21:53:12 GMT - -### Patches - -- Updated cyclic dependencies - -## 3.2.5 -Fri, 20 Oct 2017 19:57:12 GMT - -_Version update only_ - -## 3.2.4 -Fri, 20 Oct 2017 01:52:54 GMT - -_Version update only_ - -## 3.2.3 -Fri, 20 Oct 2017 01:04:44 GMT - -_Version update only_ - -## 3.2.2 -Thu, 05 Oct 2017 01:05:02 GMT - -_Version update only_ - -## 3.2.1 -Thu, 28 Sep 2017 01:04:28 GMT - -_Version update only_ - -## 3.2.0 -Fri, 22 Sep 2017 01:04:02 GMT - -### Minor changes - -- Upgrade to es6 - -## 3.1.0 -Thu, 21 Sep 2017 20:34:26 GMT - -### Minor changes - -- Upgrade webpack to 3.6.0. - -## 3.0.8 -Wed, 20 Sep 2017 22:10:17 GMT - -_Version update only_ - -## 3.0.7 -Mon, 11 Sep 2017 13:04:55 GMT - -_Version update only_ - -## 3.0.6 -Fri, 08 Sep 2017 01:28:04 GMT - -_Version update only_ - -## 3.0.5 -Thu, 07 Sep 2017 13:04:35 GMT - -_Version update only_ - -## 3.0.4 -Thu, 07 Sep 2017 00:11:11 GMT - -### Patches - -- Add $schema field to all schemas - -## 3.0.3 -Wed, 06 Sep 2017 13:03:42 GMT - -_Version update only_ - -## 3.0.2 -Tue, 05 Sep 2017 19:03:56 GMT - -_Version update only_ - -## 3.0.1 -Sat, 02 Sep 2017 01:04:26 GMT - -_Version update only_ - -## 3.0.0 -Thu, 31 Aug 2017 18:41:18 GMT - -### Breaking changes - -- Fix compatibility issues with old releases, by incrementing the major version number - -## 2.0.2 -Thu, 31 Aug 2017 17:46:25 GMT - -_Version update only_ - -## 2.0.1 -Thu, 31 Aug 2017 13:04:19 GMT - -### Patches - -- Removing an unneccessary dependency. - -## 2.0.0 -Wed, 30 Aug 2017 22:08:21 GMT - -### Breaking changes - -- Upgrade to webpack 3.X. - -## 1.2.9 -Wed, 30 Aug 2017 01:04:34 GMT - -_Version update only_ - -## 1.2.8 -Thu, 24 Aug 2017 22:44:12 GMT - -_Version update only_ - -## 1.2.7 -Thu, 24 Aug 2017 01:04:33 GMT - -_Version update only_ - -## 1.2.6 -Tue, 22 Aug 2017 13:04:22 GMT - -_Version update only_ - -## 1.2.5 -Wed, 16 Aug 2017 23:16:55 GMT - -### Patches - -- Publish - -## 1.2.4 -Tue, 15 Aug 2017 01:29:31 GMT - -### Patches - -- Force a patch bump to ensure everything is published - -## 1.2.3 -Fri, 11 Aug 2017 21:44:05 GMT - -### Patches - -- Allow the webpack task to be extended with new configuration args. - -## 1.2.2 -Thu, 27 Jul 2017 01:04:48 GMT - -### Patches - -- Upgrade to the TS2.4 version of the build tools. - -## 1.2.1 -Tue, 25 Jul 2017 20:03:31 GMT - -### Patches - -- Upgrade to TypeScript 2.4 - -## 1.2.0 -Fri, 07 Jul 2017 01:02:28 GMT - -### Minor changes - -- Enable StrictNullChecks. - -## 1.1.8 -Wed, 21 Jun 2017 04:19:35 GMT - -### Patches - -- Add missing API Extractor release tags - -## 1.1.6 -Mon, 15 May 2017 21:59:43 GMT - -### Patches - -- Remove unnecessary fsevents optional dependency - -## 1.1.5 -Mon, 24 Apr 2017 22:01:17 GMT - -### Patches - -- Updating --initwebpack to contain the proper namespace. - -## 1.1.4 -Wed, 19 Apr 2017 20:18:06 GMT - -### Patches - -- Remove ES6 Promise & @types/es6-promise typings - -## 1.1.3 -Wed, 15 Mar 2017 01:32:09 GMT - -### Patches - -- Locking `@types` packages. Synchronizing version specifiers for dependencies with other `web-build-tools` projects. - -## 1.1.2 -Tue, 31 Jan 2017 20:32:37 GMT - -### Patches - -- Make loadSchema public instead of protected. - -## 1.1.1 -Tue, 31 Jan 2017 01:55:09 GMT - -### Patches - -- Introduce schema for WebpackTask - -## 1.1.0 -Thu, 19 Jan 2017 02:37:34 GMT - -### Minor changes - -- Including an option to pass in the webpack compiler object to the GCB-webpack task. - -## 1.0.4 -Fri, 13 Jan 2017 06:46:05 GMT - -_Version update only_ - -## 1.0.3 -Fri, 16 Dec 2016 07:47:32 GMT - -### Patches - -- Patching webpack due to a publishing issue not publishing it in the last batch. - diff --git a/core-build/gulp-core-build-webpack/LICENSE b/core-build/gulp-core-build-webpack/LICENSE deleted file mode 100644 index e1cfd57af48..00000000000 --- a/core-build/gulp-core-build-webpack/LICENSE +++ /dev/null @@ -1,24 +0,0 @@ -@microsoft/gulp-core-build-webpack - -Copyright (c) Microsoft Corporation. All rights reserved. - -MIT License - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/core-build/gulp-core-build-webpack/README.md b/core-build/gulp-core-build-webpack/README.md deleted file mode 100644 index 8ad8204e800..00000000000 --- a/core-build/gulp-core-build-webpack/README.md +++ /dev/null @@ -1,35 +0,0 @@ -# @microsoft/gulp-core-build-webpack - -`gulp-core-build-webpack` is a `gulp-core-build` subtask which introduces the ability to bundle various source files into a set of bundles, using webpack. - -[![npm version](https://badge.fury.io/js/%40microsoft%2Fgulp-core-build-webpack.svg)](https://badge.fury.io/js/%40microsoft%2Fgulp-core-build-webpack) -[![Build Status](https://travis-ci.org/Microsoft/gulp-core-build-webpack.svg?branch=master)](https://travis-ci.org/Microsoft/gulp-core-build-webpack) -[![Dependencies](https://david-dm.org/Microsoft/gulp-core-build-webpack.svg)](https://david-dm.org/Microsoft/gulp-core-build-webpack) - -# Tasks -## WebpackTask - -### Description -This task invokes webpack using a consumer-specified `webpack.config.js` on a package. - -### Command Line Options -If the `--initwebpack` flag is passed to the command line, this task will initialize a `webpack.config.js` which bundles `lib/index.js` into `dist/{packagename}.js as a UMD module. - -### Config -```typescript -interface IWebpackConfig { - configPath: string; - config: Webpack.Configuration; - suppressWarnings: string[]; -} -``` -* **configPath** used to specify the local package relative path to a `webpack.config.js` -* **config** used to specify a webpack config object. **configPath** takes precidence over this option if it is set and the file it refefences exists. -* **suppressWarnings** used to specify regular expressions or regular expression strings that will prevent logging of a warning if that warning matches. - -Usage: -```typescript -build.webpack.setConfig({ - configPath: "./webpack.config.js" -}) -``` diff --git a/core-build/gulp-core-build-webpack/config/api-extractor.json b/core-build/gulp-core-build-webpack/config/api-extractor.json deleted file mode 100644 index dcfa9cfc5b7..00000000000 --- a/core-build/gulp-core-build-webpack/config/api-extractor.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", - - "mainEntryPointFilePath": "/lib/index.d.ts", - - "apiReport": { - "enabled": true, - "reportFolder": "../../../common/reviews/api" - }, - - "docModel": { - "enabled": true - }, - - "dtsRollup": { - "enabled": false - } -} diff --git a/core-build/gulp-core-build-webpack/config/rush-project.json b/core-build/gulp-core-build-webpack/config/rush-project.json deleted file mode 100644 index 61e414685c1..00000000000 --- a/core-build/gulp-core-build-webpack/config/rush-project.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "projectOutputFolderNames": ["lib", "dist"] -} diff --git a/core-build/gulp-core-build-webpack/gulpfile.js b/core-build/gulp-core-build-webpack/gulpfile.js deleted file mode 100644 index 03b228b1e55..00000000000 --- a/core-build/gulp-core-build-webpack/gulpfile.js +++ /dev/null @@ -1,9 +0,0 @@ -'use strict'; - -let build = require('@microsoft/node-library-build'); - -// This project doesn't have unit tests and GCB's Mocha doesn't play nice with Node 14, so disable Mocha -build.mocha.enabled = false; -build.instrument.enabled = false; - -build.initialize(require('gulp')); diff --git a/core-build/gulp-core-build-webpack/package.json b/core-build/gulp-core-build-webpack/package.json deleted file mode 100644 index febed0e722c..00000000000 --- a/core-build/gulp-core-build-webpack/package.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "@microsoft/gulp-core-build-webpack", - "version": "5.2.20", - "description": "", - "main": "lib/index.js", - "typings": "lib/index.d.ts", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/microsoft/rushstack/tree/master/core-build/gulp-core-build-webpack" - }, - "scripts": { - "build": "gulp --clean" - }, - "dependencies": { - "@microsoft/gulp-core-build": "workspace:*", - "@types/gulp": "4.0.6", - "@types/node": "10.17.13", - "colors": "~1.2.1", - "gulp": "~4.0.2", - "webpack": "~4.44.2" - }, - "devDependencies": { - "@microsoft/node-library-build": "workspace:*", - "@microsoft/rush-stack-compiler-3.9": "workspace:*", - "@rushstack/eslint-config": "workspace:*", - "@types/orchestrator": "0.0.30", - "@types/source-map": "0.5.0", - "@types/uglify-js": "2.6.29", - "@types/webpack": "4.41.24" - } -} diff --git a/core-build/gulp-core-build-webpack/src/WebpackTask.ts b/core-build/gulp-core-build-webpack/src/WebpackTask.ts deleted file mode 100644 index 3b7612b5f12..00000000000 --- a/core-build/gulp-core-build-webpack/src/WebpackTask.ts +++ /dev/null @@ -1,202 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import * as colors from 'colors'; -import * as Webpack from 'webpack'; -import { GulpTask, IBuildConfig } from '@microsoft/gulp-core-build'; -import * as Gulp from 'gulp'; -import { EOL } from 'os'; - -/** - * @public - */ -export interface IWebpackTaskConfig { - /** - * Path to a webpack config. A path to a config takes precedence over the "config" option. - */ - configPath: string; - - /** - * Webpack config object, or array of config objects for multi-compiler. - * If a path is specified by "configPath," and it is valid, this option is ignored. - */ - config?: Webpack.Configuration | Webpack.Configuration[]; - - /** - * An array of regular expressions or regular expression strings. If a warning matches any of them, it - * will not be logged. - */ - suppressWarnings?: (string | RegExp)[]; - - /** - * An instance of the webpack compiler object, useful for building with Webpack 2.X while GCB is still on 1.X. - */ - webpack?: typeof Webpack; - - /** - * If true, a summary of the compilation will be printed after it completes. Defaults to true. - */ - printStats?: boolean; -} - -/** - * @public - */ -export interface IWebpackResources { - webpack: typeof Webpack; -} - -/** - * @public - */ -export class WebpackTask extends GulpTask { - private _resources: IWebpackResources; - - public constructor(extendedName?: string, extendedConfig?: TExtendedConfig) { - super( - extendedName || 'webpack', - { - configPath: './webpack.config.js', - suppressWarnings: [], - printStats: true, - ...extendedConfig - } as any // eslint-disable-line @typescript-eslint/no-explicit-any - ); - } - - public get resources(): IWebpackResources { - if (!this._resources) { - this._resources = { - webpack: this.taskConfig.webpack || require('webpack') - }; - } - - return this._resources; - } - - public isEnabled(buildConfig: IBuildConfig): boolean { - return super.isEnabled(buildConfig) && this.taskConfig.configPath !== null; - } - - // eslint-disable-next-line @typescript-eslint/no-explicit-any - public loadSchema(): any { - return require('./webpack.schema.json'); - } - - public executeTask(gulp: typeof Gulp, completeCallback: (error?: string) => void): void { - const shouldInitWebpack: boolean = process.argv.indexOf('--initwebpack') > -1; - - // eslint-disable-next-line - const path = require('path'); - - if (shouldInitWebpack) { - this.log( - 'Initializing a webpack.config.js, which bundles lib/index.js ' + - 'into dist/packagename.js into a UMD module.' - ); - - this.copyFile(path.resolve(__dirname, 'webpack.config.js')); - completeCallback(); - } else { - let webpackConfig: any; // eslint-disable-line @typescript-eslint/no-explicit-any - - if (this.taskConfig.configPath && this.fileExists(this.taskConfig.configPath)) { - try { - webpackConfig = require(this.resolvePath(this.taskConfig.configPath)); - } catch (err) { - completeCallback(`Error parsing webpack config: ${this.taskConfig.configPath}: ${err}`); - return; - } - } else if (this.taskConfig.config) { - webpackConfig = this.taskConfig.config; - } else { - this._logMissingConfigWarning(); - completeCallback(); - return; - } - - if (webpackConfig) { - const webpack: typeof Webpack = this.taskConfig.webpack || require('webpack'); - const startTime: number = new Date().getTime(); - const outputDir: string = this.buildConfig.distFolder; - - webpack(webpackConfig, (error, stats) => { - if (!this.buildConfig.properties) { - this.buildConfig.properties = {}; - } - - // eslint-disable-next-line dot-notation - this.buildConfig.properties['webpackStats'] = stats; - - const statsResult: Webpack.Stats.ToJsonOutput = stats.toJson({ - hash: false, - source: false - }); - - if (statsResult.errors && statsResult.errors.length) { - this.logError(`'${outputDir}':` + EOL + statsResult.errors.join(EOL) + EOL); - } - - if (statsResult.warnings && statsResult.warnings.length) { - const unsuppressedWarnings: string[] = []; - const warningSuppressionRegexes: RegExp[] = (this.taskConfig.suppressWarnings || []).map( - (regex: string) => { - return new RegExp(regex); - } - ); - - statsResult.warnings.forEach((warning: string) => { - let suppressed: boolean = false; - for (let i: number = 0; i < warningSuppressionRegexes.length; i++) { - const suppressionRegex: RegExp = warningSuppressionRegexes[i]; - if (warning.match(suppressionRegex)) { - suppressed = true; - break; - } - } - - if (!suppressed) { - unsuppressedWarnings.push(warning); - } - }); - - if (unsuppressedWarnings.length > 0) { - this.logWarning(`'${outputDir}':` + EOL + unsuppressedWarnings.join(EOL) + EOL); - } - } - - const duration: number = new Date().getTime() - startTime; - const statsResultChildren: Webpack.Stats.ToJsonOutput[] = statsResult.children - ? statsResult.children - : [statsResult]; - - statsResultChildren.forEach((child) => { - if (child.chunks) { - child.chunks.forEach((chunk) => { - if (chunk.files && this.taskConfig.printStats) { - chunk.files.forEach((file) => - this.log( - `Bundled: '${colors.cyan(path.basename(file))}', ` + - `size: ${colors.magenta(chunk.size.toString())} bytes, ` + - `took ${colors.magenta(duration.toString(10))} ms.` - ) - ); // end file - } - }); // end chunk - } - }); // end child - - completeCallback(); - }); // endwebpack callback - } - } - } - - private _logMissingConfigWarning(): void { - this.logWarning( - 'No webpack config has been provided. ' + - 'Run again using --initwebpack to create a default config, ' + - `or call webpack.setConfig({ configPath: null }) in your gulpfile.` - ); - } -} diff --git a/core-build/gulp-core-build-webpack/src/index.ts b/core-build/gulp-core-build-webpack/src/index.ts deleted file mode 100644 index cc2a4210a1d..00000000000 --- a/core-build/gulp-core-build-webpack/src/index.ts +++ /dev/null @@ -1,12 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import { WebpackTask } from './WebpackTask'; - -export { IWebpackTaskConfig, IWebpackResources, WebpackTask } from './WebpackTask'; - -/** - * @public - */ -export const webpack: WebpackTask = new WebpackTask(); -export default webpack; diff --git a/core-build/gulp-core-build-webpack/src/webpack.config.ts b/core-build/gulp-core-build-webpack/src/webpack.config.ts deleted file mode 100644 index d1583d1c608..00000000000 --- a/core-build/gulp-core-build-webpack/src/webpack.config.ts +++ /dev/null @@ -1,62 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import * as Webpack from 'webpack'; -// @ts-ignore -import * as WebpackDevServer from 'webpack-dev-server'; // eslint-disable-line -import { WebpackTask } from './WebpackTask'; -import * as path from 'path'; - -// Note: this require may need to be fixed to point to the build that exports the gulp-core-build-webpack instance. -const webpackTask: WebpackTask = require('@microsoft/web-library-build').webpack; -const webpack: typeof Webpack = webpackTask.resources.webpack; - -const isProduction: boolean = webpackTask.buildConfig.production; - -// eslint-disable-next-line -const packageJSON: { name: string } = require('./package.json'); - -const webpackConfiguration: Webpack.Configuration = { - context: __dirname, - devtool: isProduction ? undefined : 'source-map', - - entry: { - [packageJSON.name]: path.join(__dirname, webpackTask.buildConfig.libFolder, 'index.js') - }, - - output: { - libraryTarget: 'umd', - path: path.join(__dirname, webpackTask.buildConfig.distFolder), - filename: `[name]${isProduction ? '.min' : ''}.js` - }, - - // The typings are missing the "object" option here (https://webpack.js.org/configuration/externals/#object) - externals: { - react: { - amd: 'react', - commonjs: 'react' - }, - 'react-dom': { - amd: 'react-dom', - commonjs: 'react-dom' - } - } as any, // eslint-disable-line @typescript-eslint/no-explicit-any - - plugins: [ - // new WebpackNotifierPlugin() - ] -}; - -if (isProduction && webpackConfiguration.plugins) { - webpackConfiguration.plugins.push( - new webpack.optimize.UglifyJsPlugin({ - mangle: true, - compress: { - dead_code: true, - warnings: false - } - }) - ); -} - -exports = webpackConfiguration; diff --git a/core-build/gulp-core-build-webpack/src/webpack.schema.json b/core-build/gulp-core-build-webpack/src/webpack.schema.json deleted file mode 100644 index 1720a3f3bf8..00000000000 --- a/core-build/gulp-core-build-webpack/src/webpack.schema.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "title": "Webpack Task Configuration", - "description": "Defines parameters for the webpack bundler", - - "type": "object", - "additionalProperties": false, - "properties": { - "$schema": { - "description": "Part of the JSON Schema standard, this optional keyword declares the URL of the schema that the file conforms to. Editors may download the schema and use it to perform syntax highlighting.", - "type": "string" - }, - "config": { - "title": "WebPack configuration object.", - "description": "If a path is specified by `configPath,` and it is valid, this option is ignored.", - - "type": "object", - "additionalProperties": true - }, - - "configPath": { - "title": "Path to a webpack config", - "description": "A path to a config takes precedence over the `config` option.", - "type": "string" - }, - - "suppressWarnings": { - "title": "Warnings To Suppress", - "description": "If a warning matches any of these, it will not be logged.", - "type": "array", - "items": { - "type": "string" - } - } - } -} diff --git a/core-build/gulp-core-build-webpack/tsconfig.json b/core-build/gulp-core-build-webpack/tsconfig.json deleted file mode 100644 index 501b6181d8f..00000000000 --- a/core-build/gulp-core-build-webpack/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.9/includes/tsconfig-node.json" -} diff --git a/core-build/gulp-core-build/.eslintrc.js b/core-build/gulp-core-build/.eslintrc.js deleted file mode 100644 index 15d8826abef..00000000000 --- a/core-build/gulp-core-build/.eslintrc.js +++ /dev/null @@ -1,14 +0,0 @@ -// This is a workaround for https://github.com/eslint/eslint/issues/3458 -require('@rushstack/eslint-config/patch/modern-module-resolution'); - -module.exports = { - extends: [ - '@rushstack/eslint-config/profile/node-trusted-tool', - '@rushstack/eslint-config/mixins/friendly-locals' - ], - parserOptions: { tsconfigRootDir: __dirname }, - rules: { - // This predates the new ESLint ruleset; not worth fixing - '@typescript-eslint/no-use-before-define': 'off' - } -}; diff --git a/core-build/gulp-core-build/.npmignore b/core-build/gulp-core-build/.npmignore deleted file mode 100644 index 302dbc5b019..00000000000 --- a/core-build/gulp-core-build/.npmignore +++ /dev/null @@ -1,30 +0,0 @@ -# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. - -# Ignore all files by default, to avoid accidentally publishing unintended files. -* - -# Use negative patterns to bring back the specific things we want to publish. -!/bin/** -!/lib/** -!/lib-*/** -!/dist/** -!ThirdPartyNotice.txt - -# Ignore certain patterns that should not get published. -/dist/*.stats.* -/lib/**/test/ -/lib-*/**/test/ -*.test.js - -# NOTE: These don't need to be specified, because NPM includes them automatically. -# -# package.json -# README (and its variants) -# CHANGELOG (and its variants) -# LICENSE / LICENCE - -#-------------------------------------------- -# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE -#-------------------------------------------- - -# (Add your project-specific overrides here) \ No newline at end of file diff --git a/core-build/gulp-core-build/CHANGELOG.json b/core-build/gulp-core-build/CHANGELOG.json deleted file mode 100644 index 85ee7fbb039..00000000000 --- a/core-build/gulp-core-build/CHANGELOG.json +++ /dev/null @@ -1,3443 +0,0 @@ -{ - "name": "@microsoft/gulp-core-build", - "entries": [ - { - "version": "3.17.17", - "tag": "@microsoft/gulp-core-build_v3.17.17", - "date": "Wed, 19 May 2021 00:11:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.38.0`" - } - ] - } - }, - { - "version": "3.17.16", - "tag": "@microsoft/gulp-core-build_v3.17.16", - "date": "Mon, 03 May 2021 15:10:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.37.0`" - } - ] - } - }, - { - "version": "3.17.15", - "tag": "@microsoft/gulp-core-build_v3.17.15", - "date": "Thu, 29 Apr 2021 23:26:50 GMT", - "comments": { - "patch": [ - { - "comment": "Lock the version for \"@types/semver\", since they broke SemVer in a PATCH release" - } - ] - } - }, - { - "version": "3.17.14", - "tag": "@microsoft/gulp-core-build_v3.17.14", - "date": "Mon, 12 Apr 2021 15:10:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.4`" - } - ] - } - }, - { - "version": "3.17.13", - "tag": "@microsoft/gulp-core-build_v3.17.13", - "date": "Tue, 06 Apr 2021 15:14:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.3`" - } - ] - } - }, - { - "version": "3.17.12", - "tag": "@microsoft/gulp-core-build_v3.17.12", - "date": "Fri, 05 Feb 2021 16:10:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.0`" - } - ] - } - }, - { - "version": "3.17.11", - "tag": "@microsoft/gulp-core-build_v3.17.11", - "date": "Thu, 10 Dec 2020 23:25:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.2`" - } - ] - } - }, - { - "version": "3.17.10", - "tag": "@microsoft/gulp-core-build_v3.17.10", - "date": "Mon, 30 Nov 2020 16:11:49 GMT", - "comments": { - "patch": [ - { - "comment": "Fix bug: coverage will not fail jest task" - } - ] - } - }, - { - "version": "3.17.9", - "tag": "@microsoft/gulp-core-build_v3.17.9", - "date": "Wed, 11 Nov 2020 01:08:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.1`" - } - ] - } - }, - { - "version": "3.17.8", - "tag": "@microsoft/gulp-core-build_v3.17.8", - "date": "Tue, 10 Nov 2020 23:13:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.0`" - } - ] - } - }, - { - "version": "3.17.7", - "tag": "@microsoft/gulp-core-build_v3.17.7", - "date": "Fri, 30 Oct 2020 06:38:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.7`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.0`" - } - ] - } - }, - { - "version": "3.17.6", - "tag": "@microsoft/gulp-core-build_v3.17.6", - "date": "Fri, 30 Oct 2020 00:10:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.3`" - } - ] - } - }, - { - "version": "3.17.5", - "tag": "@microsoft/gulp-core-build_v3.17.5", - "date": "Wed, 28 Oct 2020 01:18:03 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.2`" - } - ] - } - }, - { - "version": "3.17.4", - "tag": "@microsoft/gulp-core-build_v3.17.4", - "date": "Tue, 27 Oct 2020 15:10:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.4`" - } - ] - } - }, - { - "version": "3.17.3", - "tag": "@microsoft/gulp-core-build_v3.17.3", - "date": "Tue, 06 Oct 2020 00:24:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.1`" - } - ] - } - }, - { - "version": "3.17.2", - "tag": "@microsoft/gulp-core-build_v3.17.2", - "date": "Mon, 05 Oct 2020 22:36:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.0`" - } - ] - } - }, - { - "version": "3.17.1", - "tag": "@microsoft/gulp-core-build_v3.17.1", - "date": "Wed, 30 Sep 2020 18:39:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.3`" - } - ] - } - }, - { - "version": "3.17.0", - "tag": "@microsoft/gulp-core-build_v3.17.0", - "date": "Wed, 30 Sep 2020 06:53:53 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade compiler; the API now requires TypeScript 3.9 or newer" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.2`" - } - ] - } - }, - { - "version": "3.16.28", - "tag": "@microsoft/gulp-core-build_v3.16.28", - "date": "Tue, 22 Sep 2020 05:45:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.1`" - } - ] - } - }, - { - "version": "3.16.27", - "tag": "@microsoft/gulp-core-build_v3.16.27", - "date": "Tue, 22 Sep 2020 01:45:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.0`" - } - ] - } - }, - { - "version": "3.16.26", - "tag": "@microsoft/gulp-core-build_v3.16.26", - "date": "Tue, 22 Sep 2020 00:08:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.0.0`" - } - ] - } - }, - { - "version": "3.16.25", - "tag": "@microsoft/gulp-core-build_v3.16.25", - "date": "Sat, 19 Sep 2020 04:37:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.2`" - } - ] - } - }, - { - "version": "3.16.24", - "tag": "@microsoft/gulp-core-build_v3.16.24", - "date": "Sat, 19 Sep 2020 03:33:07 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.1`" - } - ] - } - }, - { - "version": "3.16.23", - "tag": "@microsoft/gulp-core-build_v3.16.23", - "date": "Fri, 18 Sep 2020 22:57:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.0`" - } - ] - } - }, - { - "version": "3.16.22", - "tag": "@microsoft/gulp-core-build_v3.16.22", - "date": "Fri, 18 Sep 2020 21:49:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.0`" - } - ] - } - }, - { - "version": "3.16.21", - "tag": "@microsoft/gulp-core-build_v3.16.21", - "date": "Fri, 11 Sep 2020 02:13:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.32.0`" - } - ] - } - }, - { - "version": "3.16.20", - "tag": "@microsoft/gulp-core-build_v3.16.20", - "date": "Mon, 07 Sep 2020 07:37:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.31.0`" - } - ] - } - }, - { - "version": "3.16.19", - "tag": "@microsoft/gulp-core-build_v3.16.19", - "date": "Thu, 27 Aug 2020 11:27:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.30.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.3.0`" - } - ] - } - }, - { - "version": "3.16.18", - "tag": "@microsoft/gulp-core-build_v3.16.18", - "date": "Mon, 24 Aug 2020 07:35:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.29.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.1`" - } - ] - } - }, - { - "version": "3.16.17", - "tag": "@microsoft/gulp-core-build_v3.16.17", - "date": "Sat, 22 Aug 2020 05:55:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.29.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.0`" - } - ] - } - }, - { - "version": "3.16.16", - "tag": "@microsoft/gulp-core-build_v3.16.16", - "date": "Tue, 18 Aug 2020 23:59:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.28.0`" - } - ] - } - }, - { - "version": "3.16.15", - "tag": "@microsoft/gulp-core-build_v3.16.15", - "date": "Mon, 17 Aug 2020 04:53:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.27.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.1.0`" - } - ] - } - }, - { - "version": "3.16.14", - "tag": "@microsoft/gulp-core-build_v3.16.14", - "date": "Wed, 12 Aug 2020 00:10:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.26.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.0.4`" - } - ] - } - }, - { - "version": "3.16.13", - "tag": "@microsoft/gulp-core-build_v3.16.13", - "date": "Wed, 05 Aug 2020 18:27:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.26.1`" - } - ] - } - }, - { - "version": "3.16.12", - "tag": "@microsoft/gulp-core-build_v3.16.12", - "date": "Fri, 03 Jul 2020 15:09:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.4` to `3.25.0`" - } - ] - } - }, - { - "version": "3.16.11", - "tag": "@microsoft/gulp-core-build_v3.16.11", - "date": "Thu, 25 Jun 2020 06:43:34 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.3` to `3.24.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.1` to `1.0.2`" - } - ] - } - }, - { - "version": "3.16.10", - "tag": "@microsoft/gulp-core-build_v3.16.10", - "date": "Wed, 24 Jun 2020 09:50:48 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.2` to `3.24.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.0` to `1.0.1`" - } - ] - } - }, - { - "version": "3.16.9", - "tag": "@microsoft/gulp-core-build_v3.16.9", - "date": "Wed, 24 Jun 2020 09:04:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.1` to `3.24.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.8` to `1.0.0`" - } - ] - } - }, - { - "version": "3.16.8", - "tag": "@microsoft/gulp-core-build_v3.16.8", - "date": "Wed, 10 Jun 2020 20:48:30 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.0` to `3.24.1`" - } - ] - } - }, - { - "version": "3.16.7", - "tag": "@microsoft/gulp-core-build_v3.16.7", - "date": "Sat, 30 May 2020 02:59:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.23.1` to `3.24.0`" - } - ] - } - }, - { - "version": "3.16.6", - "tag": "@microsoft/gulp-core-build_v3.16.6", - "date": "Thu, 28 May 2020 05:59:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.23.0` to `3.23.1`" - } - ] - } - }, - { - "version": "3.16.5", - "tag": "@microsoft/gulp-core-build_v3.16.5", - "date": "Wed, 27 May 2020 05:15:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.22.1` to `3.23.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.7` to `0.5.8`" - } - ] - } - }, - { - "version": "3.16.4", - "tag": "@microsoft/gulp-core-build_v3.16.4", - "date": "Tue, 26 May 2020 23:00:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.22.0` to `3.22.1`" - } - ] - } - }, - { - "version": "3.16.3", - "tag": "@microsoft/gulp-core-build_v3.16.3", - "date": "Fri, 22 May 2020 15:08:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.21.0` to `3.22.0`" - } - ] - } - }, - { - "version": "3.16.2", - "tag": "@microsoft/gulp-core-build_v3.16.2", - "date": "Thu, 21 May 2020 23:09:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.20.0` to `3.21.0`" - } - ] - } - }, - { - "version": "3.16.1", - "tag": "@microsoft/gulp-core-build_v3.16.1", - "date": "Thu, 21 May 2020 15:42:00 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.7` to `3.20.0`" - } - ] - } - }, - { - "version": "3.16.0", - "tag": "@microsoft/gulp-core-build_v3.16.0", - "date": "Sat, 02 May 2020 00:08:16 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade Jest to 25" - } - ] - } - }, - { - "version": "3.15.5", - "tag": "@microsoft/gulp-core-build_v3.15.5", - "date": "Wed, 08 Apr 2020 04:07:34 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.6` to `3.19.7`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.6` to `0.5.7`" - } - ] - } - }, - { - "version": "3.15.4", - "tag": "@microsoft/gulp-core-build_v3.15.4", - "date": "Sat, 28 Mar 2020 00:37:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.5` to `3.19.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.5` to `0.5.6`" - } - ] - } - }, - { - "version": "3.15.3", - "tag": "@microsoft/gulp-core-build_v3.15.3", - "date": "Wed, 18 Mar 2020 15:07:47 GMT", - "comments": { - "patch": [ - { - "comment": "Upgrade cyclic dependencies" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.4` to `3.19.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.4` to `0.5.5`" - } - ] - } - }, - { - "version": "3.15.2", - "tag": "@microsoft/gulp-core-build_v3.15.2", - "date": "Tue, 17 Mar 2020 23:55:58 GMT", - "comments": { - "patch": [ - { - "comment": "Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack`" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.3` to `3.19.4`" - } - ] - } - }, - { - "version": "3.15.1", - "tag": "@microsoft/gulp-core-build_v3.15.1", - "date": "Tue, 28 Jan 2020 02:23:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.2` to `3.19.3`" - } - ] - } - }, - { - "version": "3.15.0", - "tag": "@microsoft/gulp-core-build_v3.15.0", - "date": "Fri, 24 Jan 2020 00:27:39 GMT", - "comments": { - "minor": [ - { - "comment": "Add GCBTerminalProvider for use in GulpTasks." - } - ] - } - }, - { - "version": "3.14.2", - "tag": "@microsoft/gulp-core-build_v3.14.2", - "date": "Thu, 23 Jan 2020 01:07:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.1` to `3.19.2`" - } - ] - } - }, - { - "version": "3.14.1", - "tag": "@microsoft/gulp-core-build_v3.14.1", - "date": "Tue, 21 Jan 2020 21:56:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.0` to `3.19.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.3` to `0.5.4`" - } - ] - } - }, - { - "version": "3.14.0", - "tag": "@microsoft/gulp-core-build_v3.14.0", - "date": "Sun, 19 Jan 2020 02:26:52 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade Node typings to Node 10" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.3` to `3.19.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.2` to `0.5.3`" - } - ] - } - }, - { - "version": "3.13.4", - "tag": "@microsoft/gulp-core-build_v3.13.4", - "date": "Fri, 17 Jan 2020 01:08:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.2` to `3.18.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.1` to `0.5.2`" - } - ] - } - }, - { - "version": "3.13.3", - "tag": "@microsoft/gulp-core-build_v3.13.3", - "date": "Sat, 11 Jan 2020 05:18:23 GMT", - "comments": { - "patch": [ - { - "comment": "Temporarily disable the HTML Jest reporter in the default config because of an issue with Handlebars." - } - ] - } - }, - { - "version": "3.13.2", - "tag": "@microsoft/gulp-core-build_v3.13.2", - "date": "Thu, 09 Jan 2020 06:44:13 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.1` to `3.18.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.0` to `0.5.1`" - } - ] - } - }, - { - "version": "3.13.1", - "tag": "@microsoft/gulp-core-build_v3.13.1", - "date": "Wed, 08 Jan 2020 00:11:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.0` to `3.18.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.2` to `0.5.0`" - } - ] - } - }, - { - "version": "3.13.0", - "tag": "@microsoft/gulp-core-build_v3.13.0", - "date": "Wed, 04 Dec 2019 23:17:55 GMT", - "comments": { - "minor": [ - { - "comment": "Add ability to write Jest results as an NUnit compatible file" - } - ] - } - }, - { - "version": "3.12.5", - "tag": "@microsoft/gulp-core-build_v3.12.5", - "date": "Fri, 15 Nov 2019 04:50:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.17.1` to `3.18.0`" - } - ] - } - }, - { - "version": "3.12.4", - "tag": "@microsoft/gulp-core-build_v3.12.4", - "date": "Mon, 11 Nov 2019 16:07:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.17.0` to `3.17.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.1` to `0.4.2`" - } - ] - } - }, - { - "version": "3.12.3", - "tag": "@microsoft/gulp-core-build_v3.12.3", - "date": "Tue, 05 Nov 2019 06:49:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.16.0` to `3.17.0`" - } - ] - } - }, - { - "version": "3.12.2", - "tag": "@microsoft/gulp-core-build_v3.12.2", - "date": "Tue, 22 Oct 2019 06:24:44 GMT", - "comments": { - "patch": [ - { - "comment": "Refactor some code as part of migration from TSLint to ESLint" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.15.1` to `3.16.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.0` to `0.4.1`" - } - ] - } - }, - { - "version": "3.12.1", - "tag": "@microsoft/gulp-core-build_v3.12.1", - "date": "Sun, 29 Sep 2019 23:56:29 GMT", - "comments": { - "patch": [ - { - "comment": "Update repository URL" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.15.0` to `3.15.1`" - } - ] - } - }, - { - "version": "3.12.0", - "tag": "@microsoft/gulp-core-build_v3.12.0", - "date": "Mon, 23 Sep 2019 15:14:55 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade @types/node dependency" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.2` to `3.15.0`" - } - ] - } - }, - { - "version": "3.11.3", - "tag": "@microsoft/gulp-core-build_v3.11.3", - "date": "Tue, 10 Sep 2019 22:32:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.1` to `3.14.2`" - } - ] - } - }, - { - "version": "3.11.2", - "tag": "@microsoft/gulp-core-build_v3.11.2", - "date": "Wed, 04 Sep 2019 18:28:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.0` to `3.14.1`" - } - ] - } - }, - { - "version": "3.11.1", - "tag": "@microsoft/gulp-core-build_v3.11.1", - "date": "Thu, 08 Aug 2019 15:14:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.13.0` to `3.14.0`" - } - ] - } - }, - { - "version": "3.11.0", - "tag": "@microsoft/gulp-core-build_v3.11.0", - "date": "Mon, 05 Aug 2019 22:04:32 GMT", - "comments": { - "minor": [ - { - "comment": "Introduce an optional build timeout." - } - ], - "patch": [ - { - "comment": "Security updates." - } - ] - } - }, - { - "version": "3.10.0", - "tag": "@microsoft/gulp-core-build_v3.10.0", - "date": "Tue, 23 Jul 2019 19:14:38 GMT", - "comments": { - "minor": [ - { - "comment": "Update gulp to 4.0.2" - } - ] - } - }, - { - "version": "3.9.26", - "tag": "@microsoft/gulp-core-build_v3.9.26", - "date": "Wed, 03 Apr 2019 02:58:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.0` to `0.3.1`" - } - ] - } - }, - { - "version": "3.9.25", - "tag": "@microsoft/gulp-core-build_v3.9.25", - "date": "Tue, 02 Apr 2019 01:12:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.20` to `0.3.0`" - } - ] - } - }, - { - "version": "3.9.24", - "tag": "@microsoft/gulp-core-build_v3.9.24", - "date": "Sat, 30 Mar 2019 22:27:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.19` to `0.2.20`" - } - ] - } - }, - { - "version": "3.9.23", - "tag": "@microsoft/gulp-core-build_v3.9.23", - "date": "Thu, 28 Mar 2019 19:14:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.18` to `0.2.19`" - } - ] - } - }, - { - "version": "3.9.22", - "tag": "@microsoft/gulp-core-build_v3.9.22", - "date": "Tue, 26 Mar 2019 20:54:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.17` to `0.2.18`" - } - ] - } - }, - { - "version": "3.9.21", - "tag": "@microsoft/gulp-core-build_v3.9.21", - "date": "Sat, 23 Mar 2019 03:48:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.16` to `0.2.17`" - } - ] - } - }, - { - "version": "3.9.20", - "tag": "@microsoft/gulp-core-build_v3.9.20", - "date": "Thu, 21 Mar 2019 04:59:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.15` to `0.2.16`" - } - ] - } - }, - { - "version": "3.9.19", - "tag": "@microsoft/gulp-core-build_v3.9.19", - "date": "Thu, 21 Mar 2019 01:15:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.14` to `0.2.15`" - } - ] - } - }, - { - "version": "3.9.18", - "tag": "@microsoft/gulp-core-build_v3.9.18", - "date": "Wed, 20 Mar 2019 19:14:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.12.1` to `3.13.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.13` to `0.2.14`" - } - ] - } - }, - { - "version": "3.9.17", - "tag": "@microsoft/gulp-core-build_v3.9.17", - "date": "Mon, 18 Mar 2019 04:28:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.12.0` to `3.12.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.12` to `0.2.13`" - } - ] - } - }, - { - "version": "3.9.16", - "tag": "@microsoft/gulp-core-build_v3.9.16", - "date": "Fri, 15 Mar 2019 19:13:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.11` to `0.2.12`" - } - ] - } - }, - { - "version": "3.9.15", - "tag": "@microsoft/gulp-core-build_v3.9.15", - "date": "Wed, 13 Mar 2019 19:13:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.10` to `0.2.11`" - } - ] - } - }, - { - "version": "3.9.14", - "tag": "@microsoft/gulp-core-build_v3.9.14", - "date": "Wed, 13 Mar 2019 01:14:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.9` to `0.2.10`" - } - ] - } - }, - { - "version": "3.9.13", - "tag": "@microsoft/gulp-core-build_v3.9.13", - "date": "Mon, 11 Mar 2019 16:13:36 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.8` to `0.2.9`" - } - ] - } - }, - { - "version": "3.9.12", - "tag": "@microsoft/gulp-core-build_v3.9.12", - "date": "Tue, 05 Mar 2019 17:13:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.7` to `0.2.8`" - } - ] - } - }, - { - "version": "3.9.11", - "tag": "@microsoft/gulp-core-build_v3.9.11", - "date": "Mon, 04 Mar 2019 17:13:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.6` to `0.2.7`" - } - ] - } - }, - { - "version": "3.9.10", - "tag": "@microsoft/gulp-core-build_v3.9.10", - "date": "Wed, 27 Feb 2019 22:13:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.11.1` to `3.12.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.5` to `0.2.6`" - } - ] - } - }, - { - "version": "3.9.9", - "tag": "@microsoft/gulp-core-build_v3.9.9", - "date": "Wed, 27 Feb 2019 17:13:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.11.0` to `3.11.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.4` to `0.2.5`" - } - ] - } - }, - { - "version": "3.9.8", - "tag": "@microsoft/gulp-core-build_v3.9.8", - "date": "Mon, 18 Feb 2019 17:13:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.10.0` to `3.11.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.3` to `0.2.4`" - } - ] - } - }, - { - "version": "3.9.7", - "tag": "@microsoft/gulp-core-build_v3.9.7", - "date": "Tue, 12 Feb 2019 17:13:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.2` to `0.2.3`" - } - ] - } - }, - { - "version": "3.9.6", - "tag": "@microsoft/gulp-core-build_v3.9.6", - "date": "Mon, 11 Feb 2019 10:32:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.5.1` to `0.5.2`" - } - ] - } - }, - { - "version": "3.9.5", - "tag": "@microsoft/gulp-core-build_v3.9.5", - "date": "Mon, 11 Feb 2019 03:31:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.9.0` to `3.10.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.5.0` to `0.5.1`" - } - ] - } - }, - { - "version": "3.9.4", - "tag": "@microsoft/gulp-core-build_v3.9.4", - "date": "Wed, 30 Jan 2019 20:49:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.4.0` to `0.5.0`" - } - ] - } - }, - { - "version": "3.9.3", - "tag": "@microsoft/gulp-core-build_v3.9.3", - "date": "Sat, 19 Jan 2019 03:47:47 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.3.4` to `0.4.0`" - } - ] - } - }, - { - "version": "3.9.2", - "tag": "@microsoft/gulp-core-build_v3.9.2", - "date": "Tue, 15 Jan 2019 17:04:09 GMT", - "comments": { - "patch": [ - { - "comment": "Remove karma task." - } - ] - } - }, - { - "version": "3.9.1", - "tag": "@microsoft/gulp-core-build_v3.9.1", - "date": "Thu, 10 Jan 2019 01:57:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.8.3` to `3.9.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.3.3` to `0.3.4`" - } - ] - } - }, - { - "version": "3.9.0", - "tag": "@microsoft/gulp-core-build_v3.9.0", - "date": "Mon, 07 Jan 2019 17:04:07 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade Jest to version 23." - } - ] - } - }, - { - "version": "3.8.57", - "tag": "@microsoft/gulp-core-build_v3.8.57", - "date": "Wed, 19 Dec 2018 05:57:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.8.2` to `3.8.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.3.2` to `0.3.3`" - } - ] - } - }, - { - "version": "3.8.56", - "tag": "@microsoft/gulp-core-build_v3.8.56", - "date": "Thu, 13 Dec 2018 02:58:10 GMT", - "comments": { - "patch": [ - { - "comment": "Remove unused jju dependency" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.8.1` to `3.8.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.3.1` to `0.3.2`" - } - ] - } - }, - { - "version": "3.8.55", - "tag": "@microsoft/gulp-core-build_v3.8.55", - "date": "Wed, 12 Dec 2018 17:04:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.8.0` to `3.8.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.3.0` to `0.3.1`" - } - ] - } - }, - { - "version": "3.8.54", - "tag": "@microsoft/gulp-core-build_v3.8.54", - "date": "Sat, 08 Dec 2018 06:35:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.2.1` to `0.3.0`" - } - ] - } - }, - { - "version": "3.8.53", - "tag": "@microsoft/gulp-core-build_v3.8.53", - "date": "Fri, 07 Dec 2018 17:04:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.7.1` to `3.8.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.2.0` to `0.2.1`" - } - ] - } - }, - { - "version": "3.8.52", - "tag": "@microsoft/gulp-core-build_v3.8.52", - "date": "Fri, 30 Nov 2018 23:34:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.1.1` to `0.2.0`" - } - ] - } - }, - { - "version": "3.8.51", - "tag": "@microsoft/gulp-core-build_v3.8.51", - "date": "Thu, 29 Nov 2018 07:02:09 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.7.0` to `3.7.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.1.0` to `0.1.1`" - } - ] - } - }, - { - "version": "3.8.50", - "tag": "@microsoft/gulp-core-build_v3.8.50", - "date": "Thu, 29 Nov 2018 00:35:38 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.0.0` to `0.1.0`" - } - ] - } - }, - { - "version": "3.8.49", - "tag": "@microsoft/gulp-core-build_v3.8.49", - "date": "Wed, 28 Nov 2018 19:29:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.5` to `0.5.6`" - } - ] - } - }, - { - "version": "3.8.48", - "tag": "@microsoft/gulp-core-build_v3.8.48", - "date": "Wed, 28 Nov 2018 02:17:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.6.0` to `3.7.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.4` to `0.5.5`" - } - ] - } - }, - { - "version": "3.8.47", - "tag": "@microsoft/gulp-core-build_v3.8.47", - "date": "Fri, 16 Nov 2018 21:37:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.5.2` to `3.6.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.3` to `0.5.4`" - } - ] - } - }, - { - "version": "3.8.46", - "tag": "@microsoft/gulp-core-build_v3.8.46", - "date": "Fri, 16 Nov 2018 00:59:00 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.2` to `0.5.3`" - } - ] - } - }, - { - "version": "3.8.45", - "tag": "@microsoft/gulp-core-build_v3.8.45", - "date": "Fri, 09 Nov 2018 23:07:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.1` to `0.5.2`" - } - ] - } - }, - { - "version": "3.8.44", - "tag": "@microsoft/gulp-core-build_v3.8.44", - "date": "Wed, 07 Nov 2018 21:04:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.5.1` to `3.5.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.0` to `0.5.1`" - } - ] - } - }, - { - "version": "3.8.43", - "tag": "@microsoft/gulp-core-build_v3.8.43", - "date": "Wed, 07 Nov 2018 17:03:03 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.4.4` to `0.5.0`" - } - ] - } - }, - { - "version": "3.8.42", - "tag": "@microsoft/gulp-core-build_v3.8.42", - "date": "Mon, 05 Nov 2018 17:04:24 GMT", - "comments": { - "patch": [ - { - "comment": "Remove all dependencies on the \"rimraf\" library" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.5.0` to `3.5.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.4.3` to `0.4.4`" - } - ] - } - }, - { - "version": "3.8.41", - "tag": "@microsoft/gulp-core-build_v3.8.41", - "date": "Thu, 01 Nov 2018 21:33:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.4.2` to `0.4.3`" - } - ] - } - }, - { - "version": "3.8.40", - "tag": "@microsoft/gulp-core-build_v3.8.40", - "date": "Thu, 01 Nov 2018 19:32:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.4.1` to `0.4.2`" - } - ] - } - }, - { - "version": "3.8.39", - "tag": "@microsoft/gulp-core-build_v3.8.39", - "date": "Wed, 31 Oct 2018 17:00:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.4.0` to `0.4.1`" - } - ] - } - }, - { - "version": "3.8.38", - "tag": "@microsoft/gulp-core-build_v3.8.38", - "date": "Sat, 27 Oct 2018 03:45:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.3.0` to `0.4.0`" - } - ] - } - }, - { - "version": "3.8.37", - "tag": "@microsoft/gulp-core-build_v3.8.37", - "date": "Sat, 27 Oct 2018 02:17:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.2.0` to `0.3.0`" - } - ] - } - }, - { - "version": "3.8.36", - "tag": "@microsoft/gulp-core-build_v3.8.36", - "date": "Sat, 27 Oct 2018 00:26:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.20` to `0.2.0`" - } - ] - } - }, - { - "version": "3.8.35", - "tag": "@microsoft/gulp-core-build_v3.8.35", - "date": "Thu, 25 Oct 2018 23:20:40 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.4.0` to `3.5.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.19` to `0.1.20`" - } - ] - } - }, - { - "version": "3.8.34", - "tag": "@microsoft/gulp-core-build_v3.8.34", - "date": "Thu, 25 Oct 2018 08:56:03 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.18` to `0.1.19`" - } - ] - } - }, - { - "version": "3.8.33", - "tag": "@microsoft/gulp-core-build_v3.8.33", - "date": "Wed, 24 Oct 2018 16:03:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.3.1` to `3.4.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.17` to `0.1.18`" - } - ] - } - }, - { - "version": "3.8.32", - "tag": "@microsoft/gulp-core-build_v3.8.32", - "date": "Thu, 18 Oct 2018 05:30:14 GMT", - "comments": { - "patch": [ - { - "comment": "Replace deprecated dependency gulp-util" - } - ] - } - }, - { - "version": "3.8.31", - "tag": "@microsoft/gulp-core-build_v3.8.31", - "date": "Thu, 18 Oct 2018 01:32:21 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.16` to `0.1.17`" - } - ] - } - }, - { - "version": "3.8.30", - "tag": "@microsoft/gulp-core-build_v3.8.30", - "date": "Wed, 17 Oct 2018 21:04:49 GMT", - "comments": { - "patch": [ - { - "comment": "Remove use of a deprecated Buffer API." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.3.0` to `3.3.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.15` to `0.1.16`" - } - ] - } - }, - { - "version": "3.8.29", - "tag": "@microsoft/gulp-core-build_v3.8.29", - "date": "Wed, 17 Oct 2018 14:43:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.14` to `0.1.15`" - } - ] - } - }, - { - "version": "3.8.28", - "tag": "@microsoft/gulp-core-build_v3.8.28", - "date": "Thu, 11 Oct 2018 23:26:07 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.13` to `0.1.14`" - } - ] - } - }, - { - "version": "3.8.27", - "tag": "@microsoft/gulp-core-build_v3.8.27", - "date": "Tue, 09 Oct 2018 06:58:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.12` to `0.1.13`" - } - ] - } - }, - { - "version": "3.8.26", - "tag": "@microsoft/gulp-core-build_v3.8.26", - "date": "Mon, 08 Oct 2018 16:04:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.2.0` to `3.3.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.11` to `0.1.12`" - } - ] - } - }, - { - "version": "3.8.25", - "tag": "@microsoft/gulp-core-build_v3.8.25", - "date": "Sun, 07 Oct 2018 06:15:56 GMT", - "comments": { - "patch": [ - { - "comment": "Update documentation" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.1.0` to `3.2.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.10` to `0.1.11`" - } - ] - } - }, - { - "version": "3.8.24", - "tag": "@microsoft/gulp-core-build_v3.8.24", - "date": "Fri, 28 Sep 2018 16:05:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.0.1` to `3.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.9` to `0.1.10`" - } - ] - } - }, - { - "version": "3.8.23", - "tag": "@microsoft/gulp-core-build_v3.8.23", - "date": "Wed, 26 Sep 2018 21:39:40 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.8` to `0.1.9`" - } - ] - } - }, - { - "version": "3.8.22", - "tag": "@microsoft/gulp-core-build_v3.8.22", - "date": "Mon, 24 Sep 2018 23:06:40 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.7` to `0.1.8`" - } - ] - } - }, - { - "version": "3.8.21", - "tag": "@microsoft/gulp-core-build_v3.8.21", - "date": "Fri, 21 Sep 2018 16:04:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.6` to `0.1.7`" - } - ] - } - }, - { - "version": "3.8.20", - "tag": "@microsoft/gulp-core-build_v3.8.20", - "date": "Thu, 20 Sep 2018 23:57:21 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.5` to `0.1.6`" - } - ] - } - }, - { - "version": "3.8.19", - "tag": "@microsoft/gulp-core-build_v3.8.19", - "date": "Tue, 18 Sep 2018 21:04:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.4` to `0.1.5`" - } - ] - } - }, - { - "version": "3.8.18", - "tag": "@microsoft/gulp-core-build_v3.8.18", - "date": "Thu, 06 Sep 2018 01:25:26 GMT", - "comments": { - "patch": [ - { - "comment": "Update \"repository\" field in package.json" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.0.0` to `3.0.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.3` to `0.1.4`" - } - ] - } - }, - { - "version": "3.8.17", - "tag": "@microsoft/gulp-core-build_v3.8.17", - "date": "Tue, 04 Sep 2018 21:34:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.2` to `0.1.3`" - } - ] - } - }, - { - "version": "3.8.16", - "tag": "@microsoft/gulp-core-build_v3.8.16", - "date": "Mon, 03 Sep 2018 16:04:46 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.1` to `0.1.2`" - } - ] - } - }, - { - "version": "3.8.15", - "tag": "@microsoft/gulp-core-build_v3.8.15", - "date": "Thu, 30 Aug 2018 19:23:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack\" from `0.1.0` to `0.1.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.0` to `0.1.1`" - } - ] - } - }, - { - "version": "3.8.14", - "tag": "@microsoft/gulp-core-build_v3.8.14", - "date": "Thu, 30 Aug 2018 18:45:12 GMT", - "comments": { - "patch": [ - { - "comment": "Fix an issue where the Jest task uses the global temp directory." - } - ] - } - }, - { - "version": "3.8.13", - "tag": "@microsoft/gulp-core-build_v3.8.13", - "date": "Wed, 29 Aug 2018 21:43:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack\" from `0.0.1` to `0.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.0.1` to `0.1.0`" - } - ] - } - }, - { - "version": "3.8.12", - "tag": "@microsoft/gulp-core-build_v3.8.12", - "date": "Wed, 29 Aug 2018 06:36:50 GMT", - "comments": { - "patch": [ - { - "comment": "Update to use new node-core-library API" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `2.2.1` to `3.0.0`" - } - ] - } - }, - { - "version": "3.8.11", - "tag": "@microsoft/gulp-core-build_v3.8.11", - "date": "Thu, 23 Aug 2018 18:18:53 GMT", - "comments": { - "patch": [ - { - "comment": "Republish all packages in web-build-tools to resolve GitHub issue #782" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `2.2.0` to `2.2.1`" - } - ] - } - }, - { - "version": "3.8.10", - "tag": "@microsoft/gulp-core-build_v3.8.10", - "date": "Wed, 22 Aug 2018 20:58:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `2.1.1` to `2.2.0`" - } - ] - } - }, - { - "version": "3.8.9", - "tag": "@microsoft/gulp-core-build_v3.8.9", - "date": "Wed, 22 Aug 2018 16:03:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `2.1.0` to `2.1.1`" - } - ] - } - }, - { - "version": "3.8.8", - "tag": "@microsoft/gulp-core-build_v3.8.8", - "date": "Thu, 09 Aug 2018 21:03:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `2.0.0` to `2.1.0`" - } - ] - } - }, - { - "version": "3.8.7", - "tag": "@microsoft/gulp-core-build_v3.8.7", - "date": "Tue, 07 Aug 2018 22:27:31 GMT", - "comments": { - "patch": [ - { - "comment": "Add explicit dependency on jsdom to workaround Jest regression #6766" - } - ] - } - }, - { - "version": "3.8.6", - "tag": "@microsoft/gulp-core-build_v3.8.6", - "date": "Thu, 26 Jul 2018 16:04:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `1.5.0` to `2.0.0`" - } - ] - } - }, - { - "version": "3.8.5", - "tag": "@microsoft/gulp-core-build_v3.8.5", - "date": "Tue, 03 Jul 2018 21:03:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `1.4.1` to `1.5.0`" - } - ] - } - }, - { - "version": "3.8.4", - "tag": "@microsoft/gulp-core-build_v3.8.4", - "date": "Thu, 21 Jun 2018 08:27:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `1.4.0` to `1.4.1`" - } - ] - } - }, - { - "version": "3.8.3", - "tag": "@microsoft/gulp-core-build_v3.8.3", - "date": "Fri, 08 Jun 2018 08:43:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `1.3.2` to `1.4.0`" - } - ] - } - }, - { - "version": "3.8.2", - "tag": "@microsoft/gulp-core-build_v3.8.2", - "date": "Thu, 31 May 2018 01:39:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `1.3.1` to `1.3.2`" - } - ] - } - }, - { - "version": "3.8.1", - "tag": "@microsoft/gulp-core-build_v3.8.1", - "date": "Tue, 15 May 2018 02:26:45 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `1.3.0` to `1.3.1`" - } - ] - } - }, - { - "version": "3.8.0", - "tag": "@microsoft/gulp-core-build_v3.8.0", - "date": "Fri, 11 May 2018 22:43:14 GMT", - "comments": { - "minor": [ - { - "comment": "Add support for modulePathIgnorePatterns for the Jest task" - } - ], - "patch": [ - { - "comment": "Upgrade to Jest 22.4.3 and remove the workaround for the symlink bug" - } - ] - } - }, - { - "version": "3.7.5", - "tag": "@microsoft/gulp-core-build_v3.7.5", - "date": "Fri, 04 May 2018 00:42:38 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `1.2.0` to `1.3.0`" - } - ] - } - }, - { - "version": "3.7.4", - "tag": "@microsoft/gulp-core-build_v3.7.4", - "date": "Tue, 03 Apr 2018 16:05:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `1.1.0` to `1.2.0`" - } - ] - } - }, - { - "version": "3.7.3", - "tag": "@microsoft/gulp-core-build_v3.7.3", - "date": "Mon, 02 Apr 2018 16:05:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `1.0.0` to `1.1.0`" - } - ] - } - }, - { - "version": "3.7.2", - "tag": "@microsoft/gulp-core-build_v3.7.2", - "date": "Mon, 26 Mar 2018 19:12:42 GMT", - "comments": { - "patch": [ - { - "comment": "Fix an issue where snapshot filenames did not follow Jest's naming convention." - } - ] - } - }, - { - "version": "3.7.1", - "tag": "@microsoft/gulp-core-build_v3.7.1", - "date": "Fri, 23 Mar 2018 00:34:53 GMT", - "comments": { - "patch": [ - { - "comment": "Upgrade colors to version ~1.2.1" - } - ] - } - }, - { - "version": "3.7.0", - "tag": "@microsoft/gulp-core-build_v3.7.0", - "date": "Thu, 22 Mar 2018 18:34:13 GMT", - "comments": { - "minor": [ - { - "comment": "Add a `libESNextFolder` option" - } - ] - } - }, - { - "version": "3.6.10", - "tag": "@microsoft/gulp-core-build_v3.6.10", - "date": "Sat, 17 Mar 2018 02:54:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.8.0` to `1.0.0`" - } - ] - } - }, - { - "version": "3.6.9", - "tag": "@microsoft/gulp-core-build_v3.6.9", - "date": "Thu, 15 Mar 2018 16:05:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.7.3` to `0.8.0`" - } - ] - } - }, - { - "version": "3.6.8", - "tag": "@microsoft/gulp-core-build_v3.6.8", - "date": "Fri, 02 Mar 2018 01:13:59 GMT", - "comments": { - "patch": [ - { - "comment": "Fix the \"relogIssues\" buld config option." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.7.2` to `0.7.3`" - } - ] - } - }, - { - "version": "3.6.7", - "tag": "@microsoft/gulp-core-build_v3.6.7", - "date": "Tue, 27 Feb 2018 22:05:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.7.1` to `0.7.2`" - } - ] - } - }, - { - "version": "3.6.6", - "tag": "@microsoft/gulp-core-build_v3.6.6", - "date": "Wed, 21 Feb 2018 22:04:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.7.0` to `0.7.1`" - } - ] - } - }, - { - "version": "3.6.5", - "tag": "@microsoft/gulp-core-build_v3.6.5", - "date": "Wed, 21 Feb 2018 03:13:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.6.1` to `0.7.0`" - } - ] - } - }, - { - "version": "3.6.4", - "tag": "@microsoft/gulp-core-build_v3.6.4", - "date": "Sat, 17 Feb 2018 02:53:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.6.0` to `0.6.1`" - } - ] - } - }, - { - "version": "3.6.3", - "tag": "@microsoft/gulp-core-build_v3.6.3", - "date": "Fri, 16 Feb 2018 22:05:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.5.1` to `0.6.0`" - } - ] - } - }, - { - "version": "3.6.2", - "tag": "@microsoft/gulp-core-build_v3.6.2", - "date": "Fri, 16 Feb 2018 17:05:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.5.0` to `0.5.1`" - } - ] - } - }, - { - "version": "3.6.1", - "tag": "@microsoft/gulp-core-build_v3.6.1", - "date": "Wed, 07 Feb 2018 17:05:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.4.10` to `0.5.0`" - } - ] - } - }, - { - "version": "3.6.0", - "tag": "@microsoft/gulp-core-build_v3.6.0", - "date": "Fri, 26 Jan 2018 22:05:30 GMT", - "comments": { - "minor": [ - { - "comment": "made default testMatch and maxWorkers arguments in Jest task overridable" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.4.9` to `0.4.10`" - } - ] - } - }, - { - "version": "3.5.3", - "tag": "@microsoft/gulp-core-build_v3.5.3", - "date": "Fri, 26 Jan 2018 17:53:38 GMT", - "comments": { - "patch": [ - { - "comment": "Force a patch bump in case the previous version was an empty package" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.4.8` to `0.4.9`" - } - ] - } - }, - { - "version": "3.5.2", - "tag": "@microsoft/gulp-core-build_v3.5.2", - "date": "Fri, 26 Jan 2018 00:36:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.4.7` to `0.4.8`" - } - ] - } - }, - { - "version": "3.5.1", - "tag": "@microsoft/gulp-core-build_v3.5.1", - "date": "Tue, 23 Jan 2018 17:05:28 GMT", - "comments": { - "patch": [ - { - "comment": "Replace gulp-util.colors with colors package" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.4.6` to `0.4.7`" - } - ] - } - }, - { - "version": "3.5.0", - "tag": "@microsoft/gulp-core-build_v3.5.0", - "date": "Thu, 18 Jan 2018 03:23:46 GMT", - "comments": { - "minor": [ - { - "comment": "Add a feature where when shouldWarningsFailBuild is true, then we will hook stderr and fail the build if anything consequential is written there" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.4.5` to `0.4.6`" - } - ] - } - }, - { - "version": "3.4.4", - "tag": "@microsoft/gulp-core-build_v3.4.4", - "date": "Thu, 18 Jan 2018 00:48:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.4.4` to `0.4.5`" - } - ] - } - }, - { - "version": "3.4.3", - "tag": "@microsoft/gulp-core-build_v3.4.3", - "date": "Wed, 17 Jan 2018 10:49:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.4.2` to `0.4.3`" - } - ] - } - }, - { - "version": "3.4.2", - "tag": "@microsoft/gulp-core-build_v3.4.2", - "date": "Fri, 12 Jan 2018 03:35:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.4.1` to `0.4.2`" - } - ] - } - }, - { - "version": "3.4.1", - "tag": "@microsoft/gulp-core-build_v3.4.1", - "date": "Thu, 11 Jan 2018 22:31:51 GMT", - "comments": { - "patch": [ - { - "author": "Nicholas Pape ", - "commit": "f1ba3c91dcdb8eb661fb303583f4476bce2c099f", - "comment": "Fix Jest error handling" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.4.0` to `0.4.1`" - } - ] - } - }, - { - "version": "3.4.0", - "tag": "@microsoft/gulp-core-build_v3.4.0", - "date": "Wed, 10 Jan 2018 20:40:01 GMT", - "comments": { - "minor": [ - { - "author": "Nicholas Pape ", - "commit": "1271a0dc21fedb882e7953f491771724f80323a1", - "comment": "Upgrade to Node 8" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.26` to `0.4.0`" - } - ] - } - }, - { - "version": "3.3.7", - "tag": "@microsoft/gulp-core-build_v3.3.7", - "date": "Tue, 09 Jan 2018 17:05:51 GMT", - "comments": { - "patch": [ - { - "author": "Nicholas Pape ", - "commit": "d00b6549d13610fbb6f84be3478b532be9da0747", - "comment": "Get web-build-tools building with pnpm" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.25` to `0.3.26`" - } - ] - } - }, - { - "version": "3.3.6", - "tag": "@microsoft/gulp-core-build_v3.3.6", - "date": "Sun, 07 Jan 2018 05:12:08 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.24` to `0.3.25`" - } - ] - } - }, - { - "version": "3.3.5", - "tag": "@microsoft/gulp-core-build_v3.3.5", - "date": "Fri, 05 Jan 2018 20:26:45 GMT", - "comments": { - "patch": [ - { - "author": "QZ ", - "commit": "4626d69e54f05aaabf87479626e8c1b6fcdc7eff", - "comment": "Specify package version for chalk. It was used without version specified." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.23` to `0.3.24`" - } - ] - } - }, - { - "version": "3.3.4", - "tag": "@microsoft/gulp-core-build_v3.3.4", - "date": "Fri, 05 Jan 2018 00:48:41 GMT", - "comments": { - "patch": [ - { - "author": "Nicholas Pape ", - "commit": "b942f54445bf01dbdb98aaa5f0007f5b95315b58", - "comment": "Update Jest to ~21.2.1" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.22` to `0.3.23`" - } - ] - } - }, - { - "version": "3.3.3", - "tag": "@microsoft/gulp-core-build_v3.3.3", - "date": "Fri, 22 Dec 2017 17:04:46 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.21` to `0.3.22`" - } - ] - } - }, - { - "version": "3.3.2", - "tag": "@microsoft/gulp-core-build_v3.3.2", - "date": "Tue, 12 Dec 2017 03:33:26 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.20` to `0.3.21`" - } - ] - } - }, - { - "version": "3.3.1", - "tag": "@microsoft/gulp-core-build_v3.3.1", - "date": "Thu, 30 Nov 2017 23:59:09 GMT", - "comments": { - "patch": [ - { - "author": "Oleg F <1832418+olfilato@users.noreply.github.com>", - "commit": "68ba0ac17fb415cbc5ae9ec7508e9b426e50d46b", - "comment": "reverted addition of rootDir as a parameter for jest task" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.19` to `0.3.20`" - } - ] - } - }, - { - "version": "3.3.0", - "tag": "@microsoft/gulp-core-build_v3.3.0", - "date": "Thu, 30 Nov 2017 23:12:21 GMT", - "comments": { - "minor": [ - { - "author": "Oleg F <1832418+olfilato@users.noreply.github.com>", - "commit": "23b9679ff4b4adbd4fd56253e7283a92091443ee", - "comment": "Added optional args moduleDirectories and rootDir to JestTask" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.18` to `0.3.19`" - } - ] - } - }, - { - "version": "3.2.9", - "tag": "@microsoft/gulp-core-build_v3.2.9", - "date": "Wed, 29 Nov 2017 17:05:37 GMT", - "comments": { - "patch": [ - { - "author": "QZ ", - "commit": "a3b528954bebb0e683a2a860e36a568b3f778643", - "comment": "Add cache configuration to Jest task" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.17` to `0.3.18`" - } - ] - } - }, - { - "version": "3.2.8", - "tag": "@microsoft/gulp-core-build_v3.2.8", - "date": "Tue, 28 Nov 2017 23:43:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.16` to `0.3.17`" - } - ] - } - }, - { - "version": "3.2.7", - "tag": "@microsoft/gulp-core-build_v3.2.7", - "date": "Mon, 13 Nov 2017 17:04:50 GMT", - "comments": { - "patch": [ - { - "author": "QZ ", - "commit": "872d10d28296059de4e844a5ece2aa95e28ac1d3", - "comment": "Allow settings in jest.json to override Jest task's default options" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.15` to `0.3.16`" - } - ] - } - }, - { - "version": "3.2.6", - "tag": "@microsoft/gulp-core-build_v3.2.6", - "date": "Mon, 06 Nov 2017 17:04:18 GMT", - "comments": { - "patch": [ - { - "author": "Nick Pape ", - "commit": "f5ce31ad32c1102790b4fe1d5264b7691400cb57", - "comment": "Automatically use --colors unless --no-colors is specified." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.14` to `0.3.15`" - } - ] - } - }, - { - "version": "3.2.5", - "tag": "@microsoft/gulp-core-build_v3.2.5", - "date": "Thu, 02 Nov 2017 16:05:24 GMT", - "comments": { - "patch": [ - { - "author": "QZ ", - "commit": "2c58095f2f13492887cc1278c9a0cff49af9735b", - "comment": "lock the reference version between web build tools projects" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `0.3.13` to `0.3.14`" - } - ] - } - }, - { - "version": "3.2.4", - "tag": "@microsoft/gulp-core-build_v3.2.4", - "date": "Wed, 01 Nov 2017 21:06:08 GMT", - "comments": { - "patch": [ - { - "author": "pgonzal ", - "commit": "e449bd6cdc3c179461be68e59590c25021cd1286", - "comment": "Upgrade cyclic dependencies" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.12` to `~0.3.13`" - } - ] - } - }, - { - "version": "3.2.3", - "tag": "@microsoft/gulp-core-build_v3.2.3", - "date": "Tue, 31 Oct 2017 21:04:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.11` to `~0.3.12`" - } - ] - } - }, - { - "version": "3.2.2", - "tag": "@microsoft/gulp-core-build_v3.2.2", - "date": "Tue, 31 Oct 2017 16:04:55 GMT", - "comments": { - "patch": [ - { - "author": "Nick Pape ", - "commit": "e204dd49b5af75511cf0dd8e50eb6c6c40a694a1", - "comment": "Fix an issue where an exception was being thrown when displaying toasts for build failures." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.10` to `~0.3.11`" - } - ] - } - }, - { - "version": "3.2.1", - "tag": "@microsoft/gulp-core-build_v3.2.1", - "date": "Wed, 25 Oct 2017 20:03:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.9` to `~0.3.10`" - } - ] - } - }, - { - "version": "3.2.0", - "tag": "@microsoft/gulp-core-build_v3.2.0", - "date": "Tue, 24 Oct 2017 18:17:12 GMT", - "comments": { - "minor": [ - { - "author": "QZ ", - "commit": "5fe47765dbb3567bebc30cf5d7ac2205f6e655b0", - "comment": "Add a Jest task to support running tests on Jest" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.8` to `~0.3.9`" - } - ] - } - }, - { - "version": "3.1.6", - "tag": "@microsoft/gulp-core-build_v3.1.6", - "date": "Mon, 23 Oct 2017 21:53:12 GMT", - "comments": { - "patch": [ - { - "author": "pgonzal ", - "commit": "5de032b254b632b8af0d0dd98913acef589f88d5", - "comment": "Updated cyclic dependencies" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.7` to `~0.3.8`" - } - ] - } - }, - { - "version": "3.1.5", - "tag": "@microsoft/gulp-core-build_v3.1.5", - "date": "Fri, 20 Oct 2017 19:57:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.6` to `~0.3.7`" - } - ] - } - }, - { - "version": "3.1.4", - "tag": "@microsoft/gulp-core-build_v3.1.4", - "date": "Fri, 20 Oct 2017 01:52:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.5` to `~0.3.6`" - } - ] - } - }, - { - "version": "3.1.3", - "tag": "@microsoft/gulp-core-build_v3.1.3", - "date": "Fri, 20 Oct 2017 01:04:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.4` to `~0.3.5`" - } - ] - } - }, - { - "version": "3.1.2", - "tag": "@microsoft/gulp-core-build_v3.1.2", - "date": "Thu, 05 Oct 2017 01:05:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.2` to `~0.3.3`" - } - ] - } - }, - { - "version": "3.1.1", - "tag": "@microsoft/gulp-core-build_v3.1.1", - "date": "Thu, 28 Sep 2017 01:04:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.3.0` to `~0.3.1`" - } - ] - } - }, - { - "version": "3.1.0", - "tag": "@microsoft/gulp-core-build_v3.1.0", - "date": "Fri, 22 Sep 2017 01:04:02 GMT", - "comments": { - "minor": [ - { - "author": "Nick Pape ", - "commit": "481a10f460a454fb5a3e336e3cf25a1c3f710645", - "comment": "Upgrade to es6" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.2.11` to `~0.3.0`" - } - ] - } - }, - { - "version": "3.0.8", - "tag": "@microsoft/gulp-core-build_v3.0.8", - "date": "Wed, 20 Sep 2017 22:10:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.2.10` to `~0.2.11`" - } - ] - } - }, - { - "version": "3.0.7", - "tag": "@microsoft/gulp-core-build_v3.0.7", - "date": "Mon, 11 Sep 2017 13:04:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.2.9` to `~0.2.10`" - } - ] - } - }, - { - "version": "3.0.6", - "tag": "@microsoft/gulp-core-build_v3.0.6", - "date": "Fri, 08 Sep 2017 01:28:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.2.7` to `~0.2.8`" - } - ] - } - }, - { - "version": "3.0.5", - "tag": "@microsoft/gulp-core-build_v3.0.5", - "date": "Thu, 07 Sep 2017 13:04:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.2.6` to `~0.2.7`" - } - ] - } - }, - { - "version": "3.0.4", - "tag": "@microsoft/gulp-core-build_v3.0.4", - "date": "Thu, 07 Sep 2017 00:11:12 GMT", - "comments": { - "patch": [ - { - "author": "Nick Pape ", - "commit": "4b7451b442c2078a96430f7a05caed37101aed52", - "comment": " Add $schema field to all schemas" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.2.5` to `~0.2.6`" - } - ] - } - }, - { - "version": "3.0.3", - "tag": "@microsoft/gulp-core-build_v3.0.3", - "date": "Wed, 06 Sep 2017 13:03:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.2.4` to `~0.2.5`" - } - ] - } - }, - { - "version": "3.0.2", - "tag": "@microsoft/gulp-core-build_v3.0.2", - "date": "Tue, 05 Sep 2017 19:03:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.2.3` to `~0.2.4`" - } - ] - } - }, - { - "version": "3.0.1", - "tag": "@microsoft/gulp-core-build_v3.0.1", - "date": "Sat, 02 Sep 2017 01:04:26 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.2.2` to `~0.2.3`" - } - ] - } - }, - { - "version": "3.0.0", - "tag": "@microsoft/gulp-core-build_v3.0.0", - "date": "Thu, 31 Aug 2017 18:41:18 GMT", - "comments": { - "major": [ - { - "comment": "Fix compatibility issues with old releases, by incrementing the major version number" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.2.1` to `~0.2.2`" - } - ] - } - }, - { - "version": "2.10.1", - "tag": "@microsoft/gulp-core-build_v2.10.1", - "date": "Thu, 31 Aug 2017 17:46:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.2.0` to `~0.2.1`" - } - ] - } - }, - { - "version": "2.10.0", - "tag": "@microsoft/gulp-core-build_v2.10.0", - "date": "Wed, 30 Aug 2017 01:04:34 GMT", - "comments": { - "minor": [ - { - "comment": "added CopyStaticAssetsTask" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `~0.1.3` to `~0.2.0`" - } - ] - } - }, - { - "version": "2.9.6", - "tag": "@microsoft/gulp-core-build_v2.9.6", - "date": "Thu, 24 Aug 2017 22:44:12 GMT", - "comments": { - "patch": [ - { - "comment": "Update the schema validator." - } - ] - } - }, - { - "version": "2.9.5", - "tag": "@microsoft/gulp-core-build_v2.9.5", - "date": "Thu, 24 Aug 2017 01:04:33 GMT", - "comments": {} - }, - { - "version": "2.9.4", - "tag": "@microsoft/gulp-core-build_v2.9.4", - "date": "Tue, 22 Aug 2017 13:04:22 GMT", - "comments": {} - }, - { - "version": "2.9.3", - "tag": "@microsoft/gulp-core-build_v2.9.3", - "date": "Tue, 15 Aug 2017 19:04:14 GMT", - "comments": { - "patch": [ - { - "comment": "Allow a partial config to be passed to GulpTask.mergeConfig." - } - ] - } - }, - { - "version": "2.9.2", - "tag": "@microsoft/gulp-core-build_v2.9.2", - "date": "Tue, 15 Aug 2017 01:29:31 GMT", - "comments": { - "patch": [ - { - "comment": "Force a patch bump to ensure everything is published" - } - ] - } - }, - { - "version": "2.9.1", - "tag": "@microsoft/gulp-core-build_v2.9.1", - "date": "Sat, 12 Aug 2017 01:03:30 GMT", - "comments": { - "patch": [ - { - "comment": "Add missing orchestrator dependency." - } - ] - } - }, - { - "version": "2.9.0", - "tag": "@microsoft/gulp-core-build_v2.9.0", - "date": "Fri, 11 Aug 2017 21:44:05 GMT", - "comments": { - "minor": [ - { - "comment": "Refactor GulpTask to support taking the name and initial task configuration through the constructor." - } - ] - } - }, - { - "version": "2.8.0", - "tag": "@microsoft/gulp-core-build_v2.8.0", - "date": "Sat, 05 Aug 2017 01:04:41 GMT", - "comments": { - "minor": [ - { - "comment": "Add a --clean or -c command line flag which runs the clean task." - } - ] - } - }, - { - "version": "2.7.3", - "tag": "@microsoft/gulp-core-build_v2.7.3", - "date": "Mon, 31 Jul 2017 21:18:26 GMT", - "comments": { - "patch": [ - { - "comment": "Upgrade @types/semver to 5.3.33" - } - ] - } - }, - { - "version": "2.7.2", - "tag": "@microsoft/gulp-core-build_v2.7.2", - "date": "Thu, 27 Jul 2017 01:04:48 GMT", - "comments": { - "patch": [ - { - "comment": "Upgrade to the TS2.4 version of the build tools." - } - ] - } - }, - { - "version": "2.7.1", - "tag": "@microsoft/gulp-core-build_v2.7.1", - "date": "Tue, 25 Jul 2017 20:03:31 GMT", - "comments": { - "patch": [ - { - "comment": "Upgrade to TypeScript 2.4" - } - ] - } - }, - { - "version": "2.7.0", - "tag": "@microsoft/gulp-core-build_v2.7.0", - "date": "Wed, 12 Jul 2017 01:04:36 GMT", - "comments": { - "minor": [ - { - "comment": "Add the ability to suppress warnings and errors via a regular expression" - } - ] - } - }, - { - "version": "2.6.0", - "tag": "@microsoft/gulp-core-build_v2.6.0", - "date": "Fri, 07 Jul 2017 01:02:28 GMT", - "comments": { - "minor": [ - { - "comment": "Enable StrictNullChecks." - } - ] - } - }, - { - "version": "2.5.6", - "tag": "@microsoft/gulp-core-build_v2.5.6", - "date": "Thu, 29 Jun 2017 01:05:37 GMT", - "comments": { - "patch": [ - { - "comment": "Improve watch() so that it will automatically begin excecuting and it will not exit if there is a failure on the initial build" - } - ] - } - }, - { - "version": "2.5.5", - "tag": "@microsoft/gulp-core-build_v2.5.5", - "date": "Wed, 21 Jun 2017 04:19:35 GMT", - "comments": { - "patch": [ - { - "comment": "Add missing API Extractor release tags" - } - ] - } - }, - { - "version": "2.5.3", - "tag": "@microsoft/gulp-core-build_v2.5.3", - "date": "Wed, 31 May 2017 01:08:33 GMT", - "comments": { - "patch": [ - { - "comment": "Normalizing slashes in warnings suppressions to suppress warnings across windows and 'nix." - } - ] - } - }, - { - "version": "2.5.2", - "tag": "@microsoft/gulp-core-build_v2.5.2", - "date": "Wed, 24 May 2017 01:27:16 GMT", - "comments": { - "patch": [ - { - "comment": "Only show overriden errors and warnings when we are in verbose mode." - } - ] - } - }, - { - "version": "2.5.1", - "tag": "@microsoft/gulp-core-build_v2.5.1", - "date": "Tue, 16 May 2017 21:17:17 GMT", - "comments": { - "patch": [ - { - "comment": "Fixing an issue with how the GCB schema validator handles errors." - } - ] - } - }, - { - "version": "2.5.0", - "tag": "@microsoft/gulp-core-build_v2.5.0", - "date": "Mon, 24 Apr 2017 22:01:17 GMT", - "comments": { - "minor": [ - { - "comment": "Adding `libES6Folder` setting to build config to optionally instruct tasks to output es6 modules." - } - ] - } - }, - { - "version": "2.4.4", - "tag": "@microsoft/gulp-core-build_v2.4.4", - "date": "Wed, 19 Apr 2017 20:18:06 GMT", - "comments": { - "patch": [ - { - "comment": "Remove ES6 Promise & @types/es6-promise typings" - } - ] - } - }, - { - "version": "2.4.3", - "tag": "@microsoft/gulp-core-build_v2.4.3", - "date": "Mon, 20 Mar 2017 21:52:20 GMT", - "comments": {} - }, - { - "version": "2.4.2", - "tag": "@microsoft/gulp-core-build_v2.4.2", - "date": "Sat, 18 Mar 2017 01:31:49 GMT", - "comments": { - "patch": [ - { - "comment": "Fixes an issue with the clean command, which causes builds to spuriously fail." - } - ] - } - }, - { - "version": "2.4.1", - "tag": "@microsoft/gulp-core-build_v2.4.1", - "date": "Wed, 15 Mar 2017 01:32:09 GMT", - "comments": { - "patch": [ - { - "comment": "Locking `@types` packages. Synchronizing version specifiers for dependencies with other `web-build-tools` projects." - } - ] - } - }, - { - "version": "2.4.0", - "tag": "@microsoft/gulp-core-build_v2.4.0", - "date": "Sat, 18 Feb 2017 02:32:06 GMT", - "comments": { - "minor": [ - { - "comment": "Add an enabled toggle to IExecutable and GulpTask. Using this toggle is now preferred to overriding the isEnabled function." - } - ] - } - }, - { - "version": "2.3.1", - "tag": "@microsoft/gulp-core-build_v2.3.1", - "date": "Thu, 09 Feb 2017 02:35:45 GMT", - "comments": { - "patch": [ - { - "comment": "Don't watch process exit if user passed in the -h flag." - } - ] - } - }, - { - "version": "2.3.0", - "tag": "@microsoft/gulp-core-build_v2.3.0", - "date": "Wed, 08 Feb 2017 01:41:58 GMT", - "comments": { - "minor": [ - { - "comment": "Remove a function which was exposing z-schema and causing issues." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `>=2.2.0 <3.0.0` to `>=2.2.0 <3.0.0`" - } - ] - } - }, - { - "version": "2.2.3", - "tag": "@microsoft/gulp-core-build_v2.2.3", - "date": "Wed, 08 Feb 2017 01:05:47 GMT", - "comments": { - "patch": [ - { - "comment": "Ensure the log function is exported" - } - ] - } - }, - { - "version": "2.2.2", - "tag": "@microsoft/gulp-core-build_v2.2.2", - "date": "Wed, 08 Feb 2017 00:23:01 GMT", - "comments": { - "patch": [ - { - "comment": "Fix _flatten and make serial/parallel more robust" - } - ] - } - }, - { - "version": "2.2.1", - "tag": "@microsoft/gulp-core-build_v2.2.1", - "date": "Tue, 07 Feb 2017 02:33:34 GMT", - "comments": { - "patch": [ - { - "comment": "Update node-notifier to remove SNYK warning about marked package having a vulnerability (although this vulnerability should not affect us)" - } - ] - } - }, - { - "version": "2.2.0", - "tag": "@microsoft/gulp-core-build_v2.2.0", - "date": "Mon, 23 Jan 2017 20:07:59 GMT", - "comments": { - "minor": [ - { - "comment": "Remove several logging utilities from the public API and improve documentation in other places." - } - ] - } - }, - { - "version": "2.1.1", - "tag": "@microsoft/gulp-core-build_v2.1.1", - "date": "Fri, 20 Jan 2017 01:46:41 GMT", - "comments": { - "patch": [ - { - "comment": "Update documentation." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `>=2.1.0 <3.0.0` to `>=2.2.0 <3.0.0`" - } - ] - } - }, - { - "version": "2.1.0", - "tag": "@microsoft/gulp-core-build_v2.1.0", - "date": "Wed, 18 Jan 2017 21:40:58 GMT", - "comments": { - "minor": [ - { - "comment": "Export the SchemaValidator" - } - ] - } - }, - { - "version": "2.0.1", - "tag": "@microsoft/gulp-core-build_v2.0.1", - "date": "Fri, 13 Jan 2017 06:46:05 GMT", - "comments": { - "patch": [ - { - "comment": "Enable the schema for CopyTask." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `>=1.0.0 <2.0.0` to `>=2.1.0 <3.0.0`" - } - ] - } - } - ] -} diff --git a/core-build/gulp-core-build/CHANGELOG.md b/core-build/gulp-core-build/CHANGELOG.md deleted file mode 100644 index 78aa4bbb7f7..00000000000 --- a/core-build/gulp-core-build/CHANGELOG.md +++ /dev/null @@ -1,1442 +0,0 @@ -# Change Log - @microsoft/gulp-core-build - -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. - -## 3.17.17 -Wed, 19 May 2021 00:11:39 GMT - -_Version update only_ - -## 3.17.16 -Mon, 03 May 2021 15:10:29 GMT - -_Version update only_ - -## 3.17.15 -Thu, 29 Apr 2021 23:26:50 GMT - -### Patches - -- Lock the version for "@types/semver", since they broke SemVer in a PATCH release - -## 3.17.14 -Mon, 12 Apr 2021 15:10:28 GMT - -_Version update only_ - -## 3.17.13 -Tue, 06 Apr 2021 15:14:22 GMT - -_Version update only_ - -## 3.17.12 -Fri, 05 Feb 2021 16:10:42 GMT - -_Version update only_ - -## 3.17.11 -Thu, 10 Dec 2020 23:25:50 GMT - -_Version update only_ - -## 3.17.10 -Mon, 30 Nov 2020 16:11:49 GMT - -### Patches - -- Fix bug: coverage will not fail jest task - -## 3.17.9 -Wed, 11 Nov 2020 01:08:59 GMT - -_Version update only_ - -## 3.17.8 -Tue, 10 Nov 2020 23:13:12 GMT - -_Version update only_ - -## 3.17.7 -Fri, 30 Oct 2020 06:38:39 GMT - -_Version update only_ - -## 3.17.6 -Fri, 30 Oct 2020 00:10:14 GMT - -_Version update only_ - -## 3.17.5 -Wed, 28 Oct 2020 01:18:03 GMT - -_Version update only_ - -## 3.17.4 -Tue, 27 Oct 2020 15:10:14 GMT - -_Version update only_ - -## 3.17.3 -Tue, 06 Oct 2020 00:24:06 GMT - -_Version update only_ - -## 3.17.2 -Mon, 05 Oct 2020 22:36:57 GMT - -_Version update only_ - -## 3.17.1 -Wed, 30 Sep 2020 18:39:17 GMT - -_Version update only_ - -## 3.17.0 -Wed, 30 Sep 2020 06:53:53 GMT - -### Minor changes - -- Upgrade compiler; the API now requires TypeScript 3.9 or newer - -## 3.16.28 -Tue, 22 Sep 2020 05:45:57 GMT - -_Version update only_ - -## 3.16.27 -Tue, 22 Sep 2020 01:45:31 GMT - -_Version update only_ - -## 3.16.26 -Tue, 22 Sep 2020 00:08:53 GMT - -_Version update only_ - -## 3.16.25 -Sat, 19 Sep 2020 04:37:27 GMT - -_Version update only_ - -## 3.16.24 -Sat, 19 Sep 2020 03:33:07 GMT - -_Version update only_ - -## 3.16.23 -Fri, 18 Sep 2020 22:57:24 GMT - -_Version update only_ - -## 3.16.22 -Fri, 18 Sep 2020 21:49:54 GMT - -_Version update only_ - -## 3.16.21 -Fri, 11 Sep 2020 02:13:35 GMT - -_Version update only_ - -## 3.16.20 -Mon, 07 Sep 2020 07:37:37 GMT - -_Version update only_ - -## 3.16.19 -Thu, 27 Aug 2020 11:27:06 GMT - -_Version update only_ - -## 3.16.18 -Mon, 24 Aug 2020 07:35:20 GMT - -_Version update only_ - -## 3.16.17 -Sat, 22 Aug 2020 05:55:42 GMT - -_Version update only_ - -## 3.16.16 -Tue, 18 Aug 2020 23:59:42 GMT - -_Version update only_ - -## 3.16.15 -Mon, 17 Aug 2020 04:53:23 GMT - -_Version update only_ - -## 3.16.14 -Wed, 12 Aug 2020 00:10:06 GMT - -_Version update only_ - -## 3.16.13 -Wed, 05 Aug 2020 18:27:33 GMT - -_Version update only_ - -## 3.16.12 -Fri, 03 Jul 2020 15:09:04 GMT - -_Version update only_ - -## 3.16.11 -Thu, 25 Jun 2020 06:43:34 GMT - -_Version update only_ - -## 3.16.10 -Wed, 24 Jun 2020 09:50:48 GMT - -_Version update only_ - -## 3.16.9 -Wed, 24 Jun 2020 09:04:28 GMT - -_Version update only_ - -## 3.16.8 -Wed, 10 Jun 2020 20:48:30 GMT - -_Version update only_ - -## 3.16.7 -Sat, 30 May 2020 02:59:54 GMT - -_Version update only_ - -## 3.16.6 -Thu, 28 May 2020 05:59:02 GMT - -_Version update only_ - -## 3.16.5 -Wed, 27 May 2020 05:15:11 GMT - -_Version update only_ - -## 3.16.4 -Tue, 26 May 2020 23:00:25 GMT - -_Version update only_ - -## 3.16.3 -Fri, 22 May 2020 15:08:43 GMT - -_Version update only_ - -## 3.16.2 -Thu, 21 May 2020 23:09:44 GMT - -_Version update only_ - -## 3.16.1 -Thu, 21 May 2020 15:42:00 GMT - -_Version update only_ - -## 3.16.0 -Sat, 02 May 2020 00:08:16 GMT - -### Minor changes - -- Upgrade Jest to 25 - -## 3.15.5 -Wed, 08 Apr 2020 04:07:34 GMT - -_Version update only_ - -## 3.15.4 -Sat, 28 Mar 2020 00:37:16 GMT - -_Version update only_ - -## 3.15.3 -Wed, 18 Mar 2020 15:07:47 GMT - -### Patches - -- Upgrade cyclic dependencies - -## 3.15.2 -Tue, 17 Mar 2020 23:55:58 GMT - -### Patches - -- Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack` - -## 3.15.1 -Tue, 28 Jan 2020 02:23:44 GMT - -_Version update only_ - -## 3.15.0 -Fri, 24 Jan 2020 00:27:39 GMT - -### Minor changes - -- Add GCBTerminalProvider for use in GulpTasks. - -## 3.14.2 -Thu, 23 Jan 2020 01:07:56 GMT - -_Version update only_ - -## 3.14.1 -Tue, 21 Jan 2020 21:56:14 GMT - -_Version update only_ - -## 3.14.0 -Sun, 19 Jan 2020 02:26:52 GMT - -### Minor changes - -- Upgrade Node typings to Node 10 - -## 3.13.4 -Fri, 17 Jan 2020 01:08:23 GMT - -_Version update only_ - -## 3.13.3 -Sat, 11 Jan 2020 05:18:23 GMT - -### Patches - -- Temporarily disable the HTML Jest reporter in the default config because of an issue with Handlebars. - -## 3.13.2 -Thu, 09 Jan 2020 06:44:13 GMT - -_Version update only_ - -## 3.13.1 -Wed, 08 Jan 2020 00:11:31 GMT - -_Version update only_ - -## 3.13.0 -Wed, 04 Dec 2019 23:17:55 GMT - -### Minor changes - -- Add ability to write Jest results as an NUnit compatible file - -## 3.12.5 -Fri, 15 Nov 2019 04:50:50 GMT - -_Version update only_ - -## 3.12.4 -Mon, 11 Nov 2019 16:07:56 GMT - -_Version update only_ - -## 3.12.3 -Tue, 05 Nov 2019 06:49:28 GMT - -_Version update only_ - -## 3.12.2 -Tue, 22 Oct 2019 06:24:44 GMT - -### Patches - -- Refactor some code as part of migration from TSLint to ESLint - -## 3.12.1 -Sun, 29 Sep 2019 23:56:29 GMT - -### Patches - -- Update repository URL - -## 3.12.0 -Mon, 23 Sep 2019 15:14:55 GMT - -### Minor changes - -- Upgrade @types/node dependency - -## 3.11.3 -Tue, 10 Sep 2019 22:32:23 GMT - -_Version update only_ - -## 3.11.2 -Wed, 04 Sep 2019 18:28:06 GMT - -_Version update only_ - -## 3.11.1 -Thu, 08 Aug 2019 15:14:17 GMT - -_Version update only_ - -## 3.11.0 -Mon, 05 Aug 2019 22:04:32 GMT - -### Minor changes - -- Introduce an optional build timeout. - -### Patches - -- Security updates. - -## 3.10.0 -Tue, 23 Jul 2019 19:14:38 GMT - -### Minor changes - -- Update gulp to 4.0.2 - -## 3.9.26 -Wed, 03 Apr 2019 02:58:33 GMT - -_Version update only_ - -## 3.9.25 -Tue, 02 Apr 2019 01:12:02 GMT - -_Version update only_ - -## 3.9.24 -Sat, 30 Mar 2019 22:27:16 GMT - -_Version update only_ - -## 3.9.23 -Thu, 28 Mar 2019 19:14:27 GMT - -_Version update only_ - -## 3.9.22 -Tue, 26 Mar 2019 20:54:18 GMT - -_Version update only_ - -## 3.9.21 -Sat, 23 Mar 2019 03:48:31 GMT - -_Version update only_ - -## 3.9.20 -Thu, 21 Mar 2019 04:59:11 GMT - -_Version update only_ - -## 3.9.19 -Thu, 21 Mar 2019 01:15:33 GMT - -_Version update only_ - -## 3.9.18 -Wed, 20 Mar 2019 19:14:49 GMT - -_Version update only_ - -## 3.9.17 -Mon, 18 Mar 2019 04:28:43 GMT - -_Version update only_ - -## 3.9.16 -Fri, 15 Mar 2019 19:13:25 GMT - -_Version update only_ - -## 3.9.15 -Wed, 13 Mar 2019 19:13:14 GMT - -_Version update only_ - -## 3.9.14 -Wed, 13 Mar 2019 01:14:05 GMT - -_Version update only_ - -## 3.9.13 -Mon, 11 Mar 2019 16:13:36 GMT - -_Version update only_ - -## 3.9.12 -Tue, 05 Mar 2019 17:13:11 GMT - -_Version update only_ - -## 3.9.11 -Mon, 04 Mar 2019 17:13:19 GMT - -_Version update only_ - -## 3.9.10 -Wed, 27 Feb 2019 22:13:58 GMT - -_Version update only_ - -## 3.9.9 -Wed, 27 Feb 2019 17:13:17 GMT - -_Version update only_ - -## 3.9.8 -Mon, 18 Feb 2019 17:13:23 GMT - -_Version update only_ - -## 3.9.7 -Tue, 12 Feb 2019 17:13:12 GMT - -_Version update only_ - -## 3.9.6 -Mon, 11 Feb 2019 10:32:37 GMT - -_Version update only_ - -## 3.9.5 -Mon, 11 Feb 2019 03:31:55 GMT - -_Version update only_ - -## 3.9.4 -Wed, 30 Jan 2019 20:49:12 GMT - -_Version update only_ - -## 3.9.3 -Sat, 19 Jan 2019 03:47:47 GMT - -_Version update only_ - -## 3.9.2 -Tue, 15 Jan 2019 17:04:09 GMT - -### Patches - -- Remove karma task. - -## 3.9.1 -Thu, 10 Jan 2019 01:57:52 GMT - -_Version update only_ - -## 3.9.0 -Mon, 07 Jan 2019 17:04:07 GMT - -### Minor changes - -- Upgrade Jest to version 23. - -## 3.8.57 -Wed, 19 Dec 2018 05:57:33 GMT - -_Version update only_ - -## 3.8.56 -Thu, 13 Dec 2018 02:58:10 GMT - -### Patches - -- Remove unused jju dependency - -## 3.8.55 -Wed, 12 Dec 2018 17:04:19 GMT - -_Version update only_ - -## 3.8.54 -Sat, 08 Dec 2018 06:35:35 GMT - -_Version update only_ - -## 3.8.53 -Fri, 07 Dec 2018 17:04:56 GMT - -_Version update only_ - -## 3.8.52 -Fri, 30 Nov 2018 23:34:58 GMT - -_Version update only_ - -## 3.8.51 -Thu, 29 Nov 2018 07:02:09 GMT - -_Version update only_ - -## 3.8.50 -Thu, 29 Nov 2018 00:35:38 GMT - -_Version update only_ - -## 3.8.49 -Wed, 28 Nov 2018 19:29:53 GMT - -_Version update only_ - -## 3.8.48 -Wed, 28 Nov 2018 02:17:11 GMT - -_Version update only_ - -## 3.8.47 -Fri, 16 Nov 2018 21:37:10 GMT - -_Version update only_ - -## 3.8.46 -Fri, 16 Nov 2018 00:59:00 GMT - -_Version update only_ - -## 3.8.45 -Fri, 09 Nov 2018 23:07:39 GMT - -_Version update only_ - -## 3.8.44 -Wed, 07 Nov 2018 21:04:35 GMT - -_Version update only_ - -## 3.8.43 -Wed, 07 Nov 2018 17:03:03 GMT - -_Version update only_ - -## 3.8.42 -Mon, 05 Nov 2018 17:04:24 GMT - -### Patches - -- Remove all dependencies on the "rimraf" library - -## 3.8.41 -Thu, 01 Nov 2018 21:33:52 GMT - -_Version update only_ - -## 3.8.40 -Thu, 01 Nov 2018 19:32:52 GMT - -_Version update only_ - -## 3.8.39 -Wed, 31 Oct 2018 17:00:55 GMT - -_Version update only_ - -## 3.8.38 -Sat, 27 Oct 2018 03:45:51 GMT - -_Version update only_ - -## 3.8.37 -Sat, 27 Oct 2018 02:17:18 GMT - -_Version update only_ - -## 3.8.36 -Sat, 27 Oct 2018 00:26:56 GMT - -_Version update only_ - -## 3.8.35 -Thu, 25 Oct 2018 23:20:40 GMT - -_Version update only_ - -## 3.8.34 -Thu, 25 Oct 2018 08:56:03 GMT - -_Version update only_ - -## 3.8.33 -Wed, 24 Oct 2018 16:03:10 GMT - -_Version update only_ - -## 3.8.32 -Thu, 18 Oct 2018 05:30:14 GMT - -### Patches - -- Replace deprecated dependency gulp-util - -## 3.8.31 -Thu, 18 Oct 2018 01:32:21 GMT - -_Version update only_ - -## 3.8.30 -Wed, 17 Oct 2018 21:04:49 GMT - -### Patches - -- Remove use of a deprecated Buffer API. - -## 3.8.29 -Wed, 17 Oct 2018 14:43:24 GMT - -_Version update only_ - -## 3.8.28 -Thu, 11 Oct 2018 23:26:07 GMT - -_Version update only_ - -## 3.8.27 -Tue, 09 Oct 2018 06:58:02 GMT - -_Version update only_ - -## 3.8.26 -Mon, 08 Oct 2018 16:04:27 GMT - -_Version update only_ - -## 3.8.25 -Sun, 07 Oct 2018 06:15:56 GMT - -### Patches - -- Update documentation - -## 3.8.24 -Fri, 28 Sep 2018 16:05:35 GMT - -_Version update only_ - -## 3.8.23 -Wed, 26 Sep 2018 21:39:40 GMT - -_Version update only_ - -## 3.8.22 -Mon, 24 Sep 2018 23:06:40 GMT - -_Version update only_ - -## 3.8.21 -Fri, 21 Sep 2018 16:04:42 GMT - -_Version update only_ - -## 3.8.20 -Thu, 20 Sep 2018 23:57:21 GMT - -_Version update only_ - -## 3.8.19 -Tue, 18 Sep 2018 21:04:56 GMT - -_Version update only_ - -## 3.8.18 -Thu, 06 Sep 2018 01:25:26 GMT - -### Patches - -- Update "repository" field in package.json - -## 3.8.17 -Tue, 04 Sep 2018 21:34:10 GMT - -_Version update only_ - -## 3.8.16 -Mon, 03 Sep 2018 16:04:46 GMT - -_Version update only_ - -## 3.8.15 -Thu, 30 Aug 2018 19:23:16 GMT - -_Version update only_ - -## 3.8.14 -Thu, 30 Aug 2018 18:45:12 GMT - -### Patches - -- Fix an issue where the Jest task uses the global temp directory. - -## 3.8.13 -Wed, 29 Aug 2018 21:43:23 GMT - -_Version update only_ - -## 3.8.12 -Wed, 29 Aug 2018 06:36:50 GMT - -### Patches - -- Update to use new node-core-library API - -## 3.8.11 -Thu, 23 Aug 2018 18:18:53 GMT - -### Patches - -- Republish all packages in web-build-tools to resolve GitHub issue #782 - -## 3.8.10 -Wed, 22 Aug 2018 20:58:58 GMT - -_Version update only_ - -## 3.8.9 -Wed, 22 Aug 2018 16:03:25 GMT - -_Version update only_ - -## 3.8.8 -Thu, 09 Aug 2018 21:03:22 GMT - -_Version update only_ - -## 3.8.7 -Tue, 07 Aug 2018 22:27:31 GMT - -### Patches - -- Add explicit dependency on jsdom to workaround Jest regression #6766 - -## 3.8.6 -Thu, 26 Jul 2018 16:04:17 GMT - -_Version update only_ - -## 3.8.5 -Tue, 03 Jul 2018 21:03:31 GMT - -_Version update only_ - -## 3.8.4 -Thu, 21 Jun 2018 08:27:29 GMT - -_Version update only_ - -## 3.8.3 -Fri, 08 Jun 2018 08:43:52 GMT - -_Version update only_ - -## 3.8.2 -Thu, 31 May 2018 01:39:33 GMT - -_Version update only_ - -## 3.8.1 -Tue, 15 May 2018 02:26:45 GMT - -_Version update only_ - -## 3.8.0 -Fri, 11 May 2018 22:43:14 GMT - -### Minor changes - -- Add support for modulePathIgnorePatterns for the Jest task - -### Patches - -- Upgrade to Jest 22.4.3 and remove the workaround for the symlink bug - -## 3.7.5 -Fri, 04 May 2018 00:42:38 GMT - -_Version update only_ - -## 3.7.4 -Tue, 03 Apr 2018 16:05:29 GMT - -_Version update only_ - -## 3.7.3 -Mon, 02 Apr 2018 16:05:24 GMT - -_Version update only_ - -## 3.7.2 -Mon, 26 Mar 2018 19:12:42 GMT - -### Patches - -- Fix an issue where snapshot filenames did not follow Jest's naming convention. - -## 3.7.1 -Fri, 23 Mar 2018 00:34:53 GMT - -### Patches - -- Upgrade colors to version ~1.2.1 - -## 3.7.0 -Thu, 22 Mar 2018 18:34:13 GMT - -### Minor changes - -- Add a `libESNextFolder` option - -## 3.6.10 -Sat, 17 Mar 2018 02:54:22 GMT - -_Version update only_ - -## 3.6.9 -Thu, 15 Mar 2018 16:05:43 GMT - -_Version update only_ - -## 3.6.8 -Fri, 02 Mar 2018 01:13:59 GMT - -### Patches - -- Fix the "relogIssues" buld config option. - -## 3.6.7 -Tue, 27 Feb 2018 22:05:57 GMT - -_Version update only_ - -## 3.6.6 -Wed, 21 Feb 2018 22:04:19 GMT - -_Version update only_ - -## 3.6.5 -Wed, 21 Feb 2018 03:13:28 GMT - -_Version update only_ - -## 3.6.4 -Sat, 17 Feb 2018 02:53:49 GMT - -_Version update only_ - -## 3.6.3 -Fri, 16 Feb 2018 22:05:23 GMT - -_Version update only_ - -## 3.6.2 -Fri, 16 Feb 2018 17:05:11 GMT - -_Version update only_ - -## 3.6.1 -Wed, 07 Feb 2018 17:05:11 GMT - -_Version update only_ - -## 3.6.0 -Fri, 26 Jan 2018 22:05:30 GMT - -### Minor changes - -- made default testMatch and maxWorkers arguments in Jest task overridable - -## 3.5.3 -Fri, 26 Jan 2018 17:53:38 GMT - -### Patches - -- Force a patch bump in case the previous version was an empty package - -## 3.5.2 -Fri, 26 Jan 2018 00:36:51 GMT - -_Version update only_ - -## 3.5.1 -Tue, 23 Jan 2018 17:05:28 GMT - -### Patches - -- Replace gulp-util.colors with colors package - -## 3.5.0 -Thu, 18 Jan 2018 03:23:46 GMT - -### Minor changes - -- Add a feature where when shouldWarningsFailBuild is true, then we will hook stderr and fail the build if anything consequential is written there - -## 3.4.4 -Thu, 18 Jan 2018 00:48:06 GMT - -_Version update only_ - -## 3.4.3 -Wed, 17 Jan 2018 10:49:31 GMT - -_Version update only_ - -## 3.4.2 -Fri, 12 Jan 2018 03:35:22 GMT - -_Version update only_ - -## 3.4.1 -Thu, 11 Jan 2018 22:31:51 GMT - -### Patches - -- Fix Jest error handling - -## 3.4.0 -Wed, 10 Jan 2018 20:40:01 GMT - -### Minor changes - -- Upgrade to Node 8 - -## 3.3.7 -Tue, 09 Jan 2018 17:05:51 GMT - -### Patches - -- Get web-build-tools building with pnpm - -## 3.3.6 -Sun, 07 Jan 2018 05:12:08 GMT - -_Version update only_ - -## 3.3.5 -Fri, 05 Jan 2018 20:26:45 GMT - -### Patches - -- Specify package version for chalk. It was used without version specified. - -## 3.3.4 -Fri, 05 Jan 2018 00:48:41 GMT - -### Patches - -- Update Jest to ~21.2.1 - -## 3.3.3 -Fri, 22 Dec 2017 17:04:46 GMT - -_Version update only_ - -## 3.3.2 -Tue, 12 Dec 2017 03:33:26 GMT - -_Version update only_ - -## 3.3.1 -Thu, 30 Nov 2017 23:59:09 GMT - -### Patches - -- reverted addition of rootDir as a parameter for jest task - -## 3.3.0 -Thu, 30 Nov 2017 23:12:21 GMT - -### Minor changes - -- Added optional args moduleDirectories and rootDir to JestTask - -## 3.2.9 -Wed, 29 Nov 2017 17:05:37 GMT - -### Patches - -- Add cache configuration to Jest task - -## 3.2.8 -Tue, 28 Nov 2017 23:43:55 GMT - -_Version update only_ - -## 3.2.7 -Mon, 13 Nov 2017 17:04:50 GMT - -### Patches - -- Allow settings in jest.json to override Jest task's default options - -## 3.2.6 -Mon, 06 Nov 2017 17:04:18 GMT - -### Patches - -- Automatically use --colors unless --no-colors is specified. - -## 3.2.5 -Thu, 02 Nov 2017 16:05:24 GMT - -### Patches - -- lock the reference version between web build tools projects - -## 3.2.4 -Wed, 01 Nov 2017 21:06:08 GMT - -### Patches - -- Upgrade cyclic dependencies - -## 3.2.3 -Tue, 31 Oct 2017 21:04:04 GMT - -_Version update only_ - -## 3.2.2 -Tue, 31 Oct 2017 16:04:55 GMT - -### Patches - -- Fix an issue where an exception was being thrown when displaying toasts for build failures. - -## 3.2.1 -Wed, 25 Oct 2017 20:03:59 GMT - -_Version update only_ - -## 3.2.0 -Tue, 24 Oct 2017 18:17:12 GMT - -### Minor changes - -- Add a Jest task to support running tests on Jest - -## 3.1.6 -Mon, 23 Oct 2017 21:53:12 GMT - -### Patches - -- Updated cyclic dependencies - -## 3.1.5 -Fri, 20 Oct 2017 19:57:12 GMT - -_Version update only_ - -## 3.1.4 -Fri, 20 Oct 2017 01:52:54 GMT - -_Version update only_ - -## 3.1.3 -Fri, 20 Oct 2017 01:04:44 GMT - -_Version update only_ - -## 3.1.2 -Thu, 05 Oct 2017 01:05:02 GMT - -_Version update only_ - -## 3.1.1 -Thu, 28 Sep 2017 01:04:28 GMT - -_Version update only_ - -## 3.1.0 -Fri, 22 Sep 2017 01:04:02 GMT - -### Minor changes - -- Upgrade to es6 - -## 3.0.8 -Wed, 20 Sep 2017 22:10:17 GMT - -_Version update only_ - -## 3.0.7 -Mon, 11 Sep 2017 13:04:55 GMT - -_Version update only_ - -## 3.0.6 -Fri, 08 Sep 2017 01:28:04 GMT - -_Version update only_ - -## 3.0.5 -Thu, 07 Sep 2017 13:04:35 GMT - -_Version update only_ - -## 3.0.4 -Thu, 07 Sep 2017 00:11:12 GMT - -### Patches - -- Add $schema field to all schemas - -## 3.0.3 -Wed, 06 Sep 2017 13:03:42 GMT - -_Version update only_ - -## 3.0.2 -Tue, 05 Sep 2017 19:03:56 GMT - -_Version update only_ - -## 3.0.1 -Sat, 02 Sep 2017 01:04:26 GMT - -_Version update only_ - -## 3.0.0 -Thu, 31 Aug 2017 18:41:18 GMT - -### Breaking changes - -- Fix compatibility issues with old releases, by incrementing the major version number - -## 2.10.1 -Thu, 31 Aug 2017 17:46:25 GMT - -_Version update only_ - -## 2.10.0 -Wed, 30 Aug 2017 01:04:34 GMT - -### Minor changes - -- added CopyStaticAssetsTask - -## 2.9.6 -Thu, 24 Aug 2017 22:44:12 GMT - -### Patches - -- Update the schema validator. - -## 2.9.5 -Thu, 24 Aug 2017 01:04:33 GMT - -_Version update only_ - -## 2.9.4 -Tue, 22 Aug 2017 13:04:22 GMT - -_Version update only_ - -## 2.9.3 -Tue, 15 Aug 2017 19:04:14 GMT - -### Patches - -- Allow a partial config to be passed to GulpTask.mergeConfig. - -## 2.9.2 -Tue, 15 Aug 2017 01:29:31 GMT - -### Patches - -- Force a patch bump to ensure everything is published - -## 2.9.1 -Sat, 12 Aug 2017 01:03:30 GMT - -### Patches - -- Add missing orchestrator dependency. - -## 2.9.0 -Fri, 11 Aug 2017 21:44:05 GMT - -### Minor changes - -- Refactor GulpTask to support taking the name and initial task configuration through the constructor. - -## 2.8.0 -Sat, 05 Aug 2017 01:04:41 GMT - -### Minor changes - -- Add a --clean or -c command line flag which runs the clean task. - -## 2.7.3 -Mon, 31 Jul 2017 21:18:26 GMT - -### Patches - -- Upgrade @types/semver to 5.3.33 - -## 2.7.2 -Thu, 27 Jul 2017 01:04:48 GMT - -### Patches - -- Upgrade to the TS2.4 version of the build tools. - -## 2.7.1 -Tue, 25 Jul 2017 20:03:31 GMT - -### Patches - -- Upgrade to TypeScript 2.4 - -## 2.7.0 -Wed, 12 Jul 2017 01:04:36 GMT - -### Minor changes - -- Add the ability to suppress warnings and errors via a regular expression - -## 2.6.0 -Fri, 07 Jul 2017 01:02:28 GMT - -### Minor changes - -- Enable StrictNullChecks. - -## 2.5.6 -Thu, 29 Jun 2017 01:05:37 GMT - -### Patches - -- Improve watch() so that it will automatically begin excecuting and it will not exit if there is a failure on the initial build - -## 2.5.5 -Wed, 21 Jun 2017 04:19:35 GMT - -### Patches - -- Add missing API Extractor release tags - -## 2.5.3 -Wed, 31 May 2017 01:08:33 GMT - -### Patches - -- Normalizing slashes in warnings suppressions to suppress warnings across windows and 'nix. - -## 2.5.2 -Wed, 24 May 2017 01:27:16 GMT - -### Patches - -- Only show overriden errors and warnings when we are in verbose mode. - -## 2.5.1 -Tue, 16 May 2017 21:17:17 GMT - -### Patches - -- Fixing an issue with how the GCB schema validator handles errors. - -## 2.5.0 -Mon, 24 Apr 2017 22:01:17 GMT - -### Minor changes - -- Adding `libES6Folder` setting to build config to optionally instruct tasks to output es6 modules. - -## 2.4.4 -Wed, 19 Apr 2017 20:18:06 GMT - -### Patches - -- Remove ES6 Promise & @types/es6-promise typings - -## 2.4.3 -Mon, 20 Mar 2017 21:52:20 GMT - -_Version update only_ - -## 2.4.2 -Sat, 18 Mar 2017 01:31:49 GMT - -### Patches - -- Fixes an issue with the clean command, which causes builds to spuriously fail. - -## 2.4.1 -Wed, 15 Mar 2017 01:32:09 GMT - -### Patches - -- Locking `@types` packages. Synchronizing version specifiers for dependencies with other `web-build-tools` projects. - -## 2.4.0 -Sat, 18 Feb 2017 02:32:06 GMT - -### Minor changes - -- Add an enabled toggle to IExecutable and GulpTask. Using this toggle is now preferred to overriding the isEnabled function. - -## 2.3.1 -Thu, 09 Feb 2017 02:35:45 GMT - -### Patches - -- Don't watch process exit if user passed in the -h flag. - -## 2.3.0 -Wed, 08 Feb 2017 01:41:58 GMT - -### Minor changes - -- Remove a function which was exposing z-schema and causing issues. - -## 2.2.3 -Wed, 08 Feb 2017 01:05:47 GMT - -### Patches - -- Ensure the log function is exported - -## 2.2.2 -Wed, 08 Feb 2017 00:23:01 GMT - -### Patches - -- Fix _flatten and make serial/parallel more robust - -## 2.2.1 -Tue, 07 Feb 2017 02:33:34 GMT - -### Patches - -- Update node-notifier to remove SNYK warning about marked package having a vulnerability (although this vulnerability should not affect us) - -## 2.2.0 -Mon, 23 Jan 2017 20:07:59 GMT - -### Minor changes - -- Remove several logging utilities from the public API and improve documentation in other places. - -## 2.1.1 -Fri, 20 Jan 2017 01:46:41 GMT - -### Patches - -- Update documentation. - -## 2.1.0 -Wed, 18 Jan 2017 21:40:58 GMT - -### Minor changes - -- Export the SchemaValidator - -## 2.0.1 -Fri, 13 Jan 2017 06:46:05 GMT - -### Patches - -- Enable the schema for CopyTask. - diff --git a/core-build/gulp-core-build/LICENSE b/core-build/gulp-core-build/LICENSE deleted file mode 100644 index 0f521ba7e9e..00000000000 --- a/core-build/gulp-core-build/LICENSE +++ /dev/null @@ -1,24 +0,0 @@ -@microsoft/gulp-core-build - -Copyright (c) Microsoft Corporation. All rights reserved. - -MIT License - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/core-build/gulp-core-build/README.md b/core-build/gulp-core-build/README.md deleted file mode 100644 index 55f171a2c21..00000000000 --- a/core-build/gulp-core-build/README.md +++ /dev/null @@ -1,187 +0,0 @@ -# @microsoft/gulp-core-build - -`gulp-core-build` is a set of utility functions that makes it easy to create gulp-based build rigs. Instead of having unweildy unmaintainable gulpfiles in every project, we want the build setup to be as reusable and centralized as possible. - -[![npm version](https://badge.fury.io/js/%40microsoft%2Fgulp-core-build.svg)](https://badge.fury.io/js/%40microsoft%2Fgulp-core-build) -[![Build Status](https://travis-ci.org/Microsoft/gulp-core-build.svg?branch=master)](https://travis-ci.org/Microsoft/gulp-core-build) [![Dependencies](https://david-dm.org/Microsoft/gulp-core-build.svg)](https://david-dm.org/Microsoft/gulp-core-build) - -The gulp build system, along with its rich plugin ecosystem, is a very powerful tool for web development projects. -However project gulp build setups become difficult to manage over time, as gulpfiles grow in complexity. This project -simplifies a number of aspects of getting a build setup going for a majority of scenarios. - -Core build defines a contract for tasks to implement, such that they can share opinions about where things end up. Tasks are modular but they are designed to work well together. - -With gulp core build, your gulpfile translates into a list of task definitions, each which define what to run: - -```typescript -'use strict'; - -// Import core build and the tasks the project needs. -let build = require('gulp-core-build'); -let lint = require('gulp-core-build-typescript').tslint; -let typescript = require('gulp-core-build-typescript').typescript; -let sass = require('gulp-core-build-sass').default; -let webpack = require('gulp-core-build-webpack').default; -let serve = require('gulp-core-build-serve').default; - -// Define gulp tasks. -let buildTasks = build.task('build', build.parallel(lint, typescript, sass)); -let testTasks = build.task('test', build.serial(buildTasks, build.jest)); -let bundleTasks = build.task('bundle', build.serial(buildTasks, webpack)); -let serveTasks = build.task('serve', build.serial(bundleTasks, serve)); -let defaultTasks = build.task('default', testTasks); - -// Initialize! -build.initialize(require('gulp')); -``` - -# Usage - -Within your project, install gulp, gulp-core-build, and the tasks you need: - -``` -npm install --save-dev gulp gulp-core-build -``` - -Then install the tasks you need: - -``` -npm install --save-dev gulp-core-build-typescript gulp-core-build-webpack gulp-core-build-serve - -``` - -Create a gulpfile.js that sets up the tasks in the way you want them to run: - -```javascript -'use strict'; - -// Import core build. -let build = require('gulp-core-build'); - -// Import the tasks. -let lint = require('gulp-core-build-typescript').tslint; -let typescript = require('gulp-core-build-typescript').typescript; -let sass = require('gulp-core-build-sass').default; -let webpack = require('gulp-core-build-webpack').default; -let serve = require('gulp-core-build-serve').default; - -// Shorthand for defining custom subtasks -// The proper method for this is to introduce a new package which exports a class that extends GulpTask -// However, this shorthand allows an easy way to introduce one-off subtasks directly in the gulpfile -let helloWorldSubtask = build.subTask('do-hello-world-subtask', function(gulp, buildOptions, done) { - this.log('Hello, World!'); // use functions from GulpTask -}); - -// Define gulp tasks. -let buildTasks = build.task('build', build.parallel(helloWorldSubtask, lint, typescript, sass)); -let testTasks = build.task('test', build.serial(buildTasks, build.jest)); -let bundleTasks = build.task('bundle', build.serial(buildTasks, webpack)); -let serveTasks = build.task('serve', build.serial(bundleTasks, serve)); -let helloWorldTasks = build.task('hello-world', helloWorldSubtask); -let defaultTasks = build.task('default', testTasks); - -// Tell the build to set up gulp tasks with the given gulp instance. -build.initialize(require('gulp')); -``` - -Once this is set up, you should be able to execute the gulp tasks and they should run in the order you defined. - -# Available tasks - -| Task name | Description | -| --------- | ----------- | -| [gulp-core-build-typescript](https://www.npmjs.com/package/@microsoft/gulp-core-build-typescript) | Builds and lints typescript. | -| [gulp-core-build-sass](https://www.npmjs.com/package/@microsoft/gulp-core-build) | Compiles sass into css, into js modules, that are theme friendly. | -| [gulp-core-build-webpack](https://www.npmjs.com/package/@microsoft/gulp-core-build-webpack) | Runs webpack given a config, and outputs libraries plus the stats and logging. | -| [gulp-core-build-serve](https://www.npmjs.com/package/@microsoft/gulp-core-build-serve) | Sets up a server and live reload for a quick dev loop. | -| [gulp-core-build-mocha](https://www.npmjs.com/package/@microsoft/gulp-core-build-mocha) | Runs unit tests in a NodeJS environment with [Mocha](https://www.npmjs.com/package/mocha) | - -# API - -## task(name, task) - -Defines a named task to be registered with gulp as a primary gulp task, which will run the provided task when execution. - -## parallel(tasks) - -Runs a given list of tasks in parallel execution order. - -## serial(tasks) - -Runs a given list of tasks in serial execution order. - -## subtask(name: string, fn: ICustomGulpTask) - -Creates a subtask (which is not registered directly with gulp, use `task()` for that) which can be -used with `parallel()` and `serial()`. The `this` variable in the callback function will be an instance of a `GulpTask`. - -`fn` should be a function of type `ICustomGulpTask` - -```typescript -/** - * The callback interface for a custom task definition. - * The task should either return a Promise, a stream, or call the - * callback function (passing in an object value if there was an error). - */ -export interface ICustomGulpTask { - (gulp: gulp.Gulp | GulpProxy, buildConfig: IBuildConfig, done: (failure?: Object) => void): - Promise | NodeJS.ReadWriteStream | void; -} -``` - -## initialize(gulpInstance, [buildOtions]) - -Registers the gulp tasks. - -The options are broken down into task-specific sections, and all are optional, so only provide the ones -that require deviating from defaults: - -```typescript -build.initializeTasks( - require('gulp'), - { - build: { /* build options */ }, - bundle: { /* bundle options */ }, - test: { /* test options */ }, - serve: { /* serve options */ }, - clean: { /* clean options */ } - }); -``` - -## addSuppression(suppression: string | RegExp) - -Suppresses a warning or an error message. It will no longer be displayed in the build logs, nor will the warning or error cause the build to fail. - -```typescript -// Suppresses this exact warning -build.addSuppression("Warning - tslint /foo/bar/test.tsx no-any") - -// Suppresses anything with "tslint" -build.addSuppression(/tslint/) -``` - -# Building gulp-core-build -1. ```npm install --force``` -2. ```gulp``` - -# Defining a custom task - -The `subtask()` function is used to define a custom task. For example, -you could create the following subtask, which is registered to the command -`gulp hello-world`: - -```javascript -let helloWorldSubtask = build.subTask('do-hello-world-subtask', function(gulp, buildOptions, done) { - this.log('Hello, World!'); // use functions from GulpTask -}); - -// Register the task with gulp command line -let helloWorldTask = build.task('hello-world', helloWorldSubtask); -``` - -Note that the command `gulp do-hello-world-subtask` would error. - - -# License - -MIT diff --git a/core-build/gulp-core-build/config/api-extractor.json b/core-build/gulp-core-build/config/api-extractor.json deleted file mode 100644 index dcfa9cfc5b7..00000000000 --- a/core-build/gulp-core-build/config/api-extractor.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", - - "mainEntryPointFilePath": "/lib/index.d.ts", - - "apiReport": { - "enabled": true, - "reportFolder": "../../../common/reviews/api" - }, - - "docModel": { - "enabled": true - }, - - "dtsRollup": { - "enabled": false - } -} diff --git a/core-build/gulp-core-build/config/jest.json b/core-build/gulp-core-build/config/jest.json deleted file mode 100644 index 902b00ea176..00000000000 --- a/core-build/gulp-core-build/config/jest.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "isEnabled": true -} diff --git a/core-build/gulp-core-build/config/rush-project.json b/core-build/gulp-core-build/config/rush-project.json deleted file mode 100644 index 61e414685c1..00000000000 --- a/core-build/gulp-core-build/config/rush-project.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "projectOutputFolderNames": ["lib", "dist"] -} diff --git a/core-build/gulp-core-build/gulpfile.js b/core-build/gulp-core-build/gulpfile.js deleted file mode 100644 index 98765f94d3a..00000000000 --- a/core-build/gulp-core-build/gulpfile.js +++ /dev/null @@ -1,5 +0,0 @@ -'use strict'; - -var build = require('@microsoft/node-library-build'); - -build.initialize(require('gulp')); diff --git a/core-build/gulp-core-build/jsconfig.json b/core-build/gulp-core-build/jsconfig.json deleted file mode 100644 index c25b2cc60e6..00000000000 --- a/core-build/gulp-core-build/jsconfig.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "compilerOptions": { - "target": "ES6", - "module": "commonjs" - } -} diff --git a/core-build/gulp-core-build/package.json b/core-build/gulp-core-build/package.json deleted file mode 100644 index 3fe3c755b55..00000000000 --- a/core-build/gulp-core-build/package.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "name": "@microsoft/gulp-core-build", - "version": "3.17.17", - "description": "Core gulp build tasks for building typescript, html, less, etc.", - "repository": { - "type": "git", - "url": "https://github.com/microsoft/rushstack/tree/master/core-build/gulp-core-build" - }, - "scripts": { - "build": "gulp --clean" - }, - "main": "lib/index.js", - "typings": "lib/index.d.ts", - "license": "MIT", - "dependencies": { - "@jest/core": "~25.4.0", - "@jest/reporters": "~25.4.0", - "@rushstack/node-core-library": "workspace:*", - "@types/chalk": "0.4.31", - "@types/gulp": "4.0.6", - "@types/jest": "25.2.1", - "@types/node": "10.17.13", - "@types/node-notifier": "0.0.28", - "@types/orchestrator": "0.0.30", - "@types/semver": "7.3.5", - "@types/through2": "2.0.32", - "@types/vinyl": "2.0.3", - "@types/yargs": "0.0.34", - "colors": "~1.2.1", - "del": "^2.2.2", - "end-of-stream": "~1.1.0", - "glob": "~7.0.5", - "glob-escape": "~0.0.2", - "globby": "~5.0.0", - "gulp": "~4.0.2", - "gulp-flatten": "~0.2.0", - "gulp-if": "^2.0.1", - "jest": "~25.4.0", - "jest-cli": "~25.4.0", - "jest-environment-jsdom": "~25.4.0", - "jest-nunit-reporter": "~1.3.1", - "jsdom": "~11.11.0", - "lodash.merge": "~4.6.2", - "merge2": "~1.0.2", - "node-notifier": "~5.0.2", - "object-assign": "~4.1.0", - "orchestrator": "~0.3.8", - "pretty-hrtime": "~1.0.2", - "semver": "~7.3.0", - "through2": "~2.0.1", - "vinyl": "~2.2.0", - "xml": "~1.0.1", - "yargs": "~4.6.0", - "z-schema": "~3.18.3" - }, - "devDependencies": { - "@microsoft/node-library-build": "6.5.21", - "@microsoft/rush-stack-compiler-3.9": "0.4.42", - "@rushstack/eslint-config": "workspace:*", - "@types/glob": "7.1.1", - "@types/jest": "25.2.1", - "@types/z-schema": "3.16.31" - } -} diff --git a/core-build/gulp-core-build/src/GulpProxy.ts b/core-build/gulp-core-build/src/GulpProxy.ts deleted file mode 100644 index d813d24a36e..00000000000 --- a/core-build/gulp-core-build/src/GulpProxy.ts +++ /dev/null @@ -1,28 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import gulp = require('gulp'); -import Orchestrator = require('orchestrator'); - -/** - * A helper utility for gulp which can be extended to provide additional features to gulp vinyl streams - */ -export class GulpProxy extends Orchestrator { - public src: gulp.SrcMethod; - public dest: gulp.DestMethod; - public watch: gulp.WatchMethod; - - public constructor(gulpInstance: gulp.Gulp) { - super(); - this.src = gulpInstance.src; - this.dest = gulpInstance.dest; - this.watch = gulpInstance.watch; - } - - // eslint-disable-next-line @typescript-eslint/no-explicit-any - public task(): any { - throw new Error( - 'You should not define gulp tasks directly, but instead subclass the GulpTask or call subTask(), and register it to gulp-core-build.' - ); - } -} diff --git a/core-build/gulp-core-build/src/IBuildConfig.ts b/core-build/gulp-core-build/src/IBuildConfig.ts deleted file mode 100644 index 14bb3790e37..00000000000 --- a/core-build/gulp-core-build/src/IBuildConfig.ts +++ /dev/null @@ -1,144 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import * as gulp from 'gulp'; -import { GulpProxy } from './GulpProxy'; -import { IExecutable } from './IExecutable'; - -/** - * @public - */ -export interface IBuildConfig { - /** - * The maximum amount of time the build can run before being terminated. - * Specified in milliseconds. By default, there is no timeout. - * - * If set to zero (0), the build will never time out. - */ - maxBuildTimeMs: number; - - /** - * Proxy gulp instance. - */ - gulp: GulpProxy | gulp.Gulp; - - /** - * Array of all unique tasks. - */ - uniqueTasks?: IExecutable[]; - - /** - * Full physical path to the root path directory. - */ - rootPath: string; - - /** - * Package output folder in which publishable output should be dropped. - * Defaults to package.json directories/packagePath value. - */ - packageFolder: string; - - /** - * Source folder name where source is included. - */ - srcFolder: string; - - /** - * Unbundled commonjs modules folder, which will be referenced by other node projects. - */ - libFolder: string; - - /** - * Unbundled amd modules folder, which can be optionally set to cause build tasks to - * output AMD modules if required for legacy reasons. - */ - libAMDFolder?: string; - - /** - * Unbundled es6 modules folder, which can be optionally set to cause build tasks to output es6 modules. - */ - libES6Folder?: string; - - /** - * Unbundled esnext modules folder, which can be optionally set to cause build tasks to output esnext modules. - */ - libESNextFolder?: string; - - /** - * Dist folder, which includes all bundled resources which would be copied to a CDN for the project. - */ - distFolder: string; - - /** - * Temp folder for storing temporary files. - */ - tempFolder: string; - - /** - * Re-log known issues after the build is complete. - */ - relogIssues?: boolean; - - /** - * Show toast on build failures and recoveries. - */ - showToast?: boolean; - - /** - * Path to icon shown in toast on a successful build recovery. - */ - buildSuccessIconPath?: string; - - /** - * Path to icon shown in toast on a build error. - */ - buildErrorIconPath?: string; - - /** - * Use verbose logging. - */ - verbose: boolean; - - /** - * Build a full production build. - */ - production: boolean; - - /** - * Should warnings be written to STDERR and cause build to return non-zero exit code - */ - shouldWarningsFailBuild: boolean; - - /** - * Arguments passed in. - */ - args: { [name: string]: string | boolean }; - - /** - * Arbitrary property bag for a task to store environment values in. - */ - // eslint-disable-next-line @typescript-eslint/no-explicit-any - properties?: { [key: string]: any }; - - /** - * Optional callback to be executed when a task starts. - */ - onTaskStart?: (taskName: string) => void; - - /** - * Optional callback to be executed when a task ends. - */ - // eslint-disable-next-line @typescript-eslint/no-explicit-any - onTaskEnd?: (taskName: string, duration: number[], error?: any) => void; - - /** - * Flag used to indicate if the build is redundant and should be exited prematurely. - */ - isRedundantBuild?: boolean; - - /** - * Flag to indicate whether Jest is enabled. - * If Jest is enabled, mocha and Karma are disabled. - */ - jestEnabled?: boolean; -} diff --git a/core-build/gulp-core-build/src/IExecutable.ts b/core-build/gulp-core-build/src/IExecutable.ts deleted file mode 100644 index 7af4533a16f..00000000000 --- a/core-build/gulp-core-build/src/IExecutable.ts +++ /dev/null @@ -1,45 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import { IBuildConfig } from './IBuildConfig'; - -/** - * @public - */ -export interface IExecutable { - /** - * The maximum amount of time the build can run before being terminated. - * Specified in milliseconds. By default, there is no timeout. - * - * If set to zero (0), the build will never time out. - * - * This option overrides the maxBuildTime property on the global build config. - */ - maxBuildTimeMs?: number; - - /** - * Helper function which is called one time when the task is registered - */ - onRegister?: () => void; - - /** - * Execution method. - */ - execute: (config: IBuildConfig) => Promise; - - /** - * Optional name to give the task. If no name is provided, the "Running subtask" logging will be silent. - */ - name?: string; - - /** - * Optional callback to indicate if the task is enabled or not. - */ - isEnabled?: (buildConfig: IBuildConfig) => boolean; - - /** - * Optional method to indicate directory matches to clean up when the clean task is run. - */ - // eslint-disable-next-line @typescript-eslint/no-explicit-any - getCleanMatch?: (config: IBuildConfig, taskConfig?: any) => string[]; -} diff --git a/core-build/gulp-core-build/src/State.ts b/core-build/gulp-core-build/src/State.ts deleted file mode 100644 index 21eee5142bc..00000000000 --- a/core-build/gulp-core-build/src/State.ts +++ /dev/null @@ -1,37 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import { argv as clArgs } from 'yargs'; -import * as path from 'path'; -import { FileConstants } from '@rushstack/node-core-library'; - -export const root: string = process.cwd(); -export const args: { [flat: string]: boolean | string } = clArgs; - -export interface IPackageJSON { - name?: string; - version?: string; - directories: - | { - packagePath: string | undefined; - } - | undefined; -} - -// There appears to be a TypeScript compiler bug that isn't allowing us to say -// IPackageJSON | undefined here, so let's create a stub package.json here instead. -// @todo: remove this when the compiler is fixed. -let packageJson: IPackageJSON = { - directories: { - packagePath: undefined - } -}; -try { - packageJson = require(path.join(root, FileConstants.PackageJson)); -} catch (e) { - // Package.json probably doesn't exit -} - -export const builtPackage: IPackageJSON = packageJson; -export const coreBuildPackage: IPackageJSON = require('../package.json'); -export const nodeVersion: string = process.version; diff --git a/core-build/gulp-core-build/src/config.ts b/core-build/gulp-core-build/src/config.ts deleted file mode 100644 index 18179762579..00000000000 --- a/core-build/gulp-core-build/src/config.ts +++ /dev/null @@ -1,37 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import { args } from './State'; -import { getConfig } from './index'; - -const ENVIRONMENT_VARIABLE_PREFIX: string = 'GCB_'; - -export function getConfigValue(name: string, defaultValue?: string | boolean): string | boolean { - // Try to get config value from environment variable. - const envVariable: string = ENVIRONMENT_VARIABLE_PREFIX + name.toUpperCase(); - const envValue: string | undefined = process.env[envVariable]; - const argsValue: string | boolean = args[name.toLowerCase()]; - - // getConfig can be undefined during the first few calls to this function because the build config is initialized - // before the getConfig function is defined. In those cases, a defaultValue is provided. - const configValue: string | boolean = ((getConfig ? getConfig() : {}) || {})[name]; - - return _firstDefinedValue(argsValue, envValue, defaultValue, configValue); -} - -export function getFlagValue(name: string, defaultValue?: boolean): boolean { - const configValue: string | boolean = getConfigValue(name, defaultValue); - - return configValue === 'true' || configValue === true; -} - -// eslint-disable-next-line @typescript-eslint/no-explicit-any -function _firstDefinedValue(...values: (string | boolean | undefined)[]): any { - for (const value of values) { - if (value !== undefined) { - return value; - } - } - - return undefined; -} diff --git a/core-build/gulp-core-build/src/fail.png b/core-build/gulp-core-build/src/fail.png deleted file mode 100644 index 0b3f5e3a962..00000000000 Binary files a/core-build/gulp-core-build/src/fail.png and /dev/null differ diff --git a/core-build/gulp-core-build/src/index.ts b/core-build/gulp-core-build/src/index.ts deleted file mode 100644 index 57b4d638268..00000000000 --- a/core-build/gulp-core-build/src/index.ts +++ /dev/null @@ -1,506 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -if (process.argv.indexOf('--no-color') === -1) { - process.argv.push('--color'); -} - -import * as path from 'path'; - -import { GulpTask } from './tasks/GulpTask'; -import { GulpProxy } from './GulpProxy'; -import { IExecutable } from './IExecutable'; -import { IBuildConfig } from './IBuildConfig'; -import { CleanTask } from './tasks/CleanTask'; -import { CleanFlagTask } from './tasks/CleanFlagTask'; -import { CopyStaticAssetsTask } from './tasks/copyStaticAssets/CopyStaticAssetsTask'; -import { args, builtPackage } from './State'; -export { IExecutable } from './IExecutable'; -import { log, error as logError } from './logging'; -import { - initialize as initializeLogging, - markTaskCreationTime, - generateGulpError, - setWatchMode -} from './logging'; -import { getFlagValue } from './config'; -import * as Gulp from 'gulp'; -import * as notifier from 'node-notifier'; -import { JestTask, _isJestEnabled } from './tasks/JestTask'; - -export * from './IBuildConfig'; -export { - addSuppression, - coverageData, - functionalTestRun, - getErrors, - getWarnings, - TestResultState, - warn, - verbose, - error, - fileError, - fileLog, - fileWarning, - reset, - log, - logSummary -} from './logging'; -export { GCBTerminalProvider } from './utilities/GCBTerminalProvider'; -export * from './tasks/CopyTask'; -export * from './tasks/GenerateShrinkwrapTask'; -export * from './tasks/GulpTask'; -export * from './tasks/CleanTask'; -export * from './tasks/CleanFlagTask'; -export * from './tasks/ValidateShrinkwrapTask'; -export * from './tasks/copyStaticAssets/CopyStaticAssetsTask'; -export * from './tasks/JestTask'; - -const _taskMap: { [key: string]: IExecutable } = {}; -const _uniqueTasks: IExecutable[] = []; - -const packageFolder: string = - builtPackage.directories && builtPackage.directories.packagePath - ? builtPackage.directories.packagePath - : ''; - -let _buildConfig: IBuildConfig = { - maxBuildTimeMs: 0, // Defaults to no timeout - // gulp and rootPath are set to undefined here because they'll be defined in the initialize function below, - // but we don't want their types to be nullable because a task that uses StrictNullChecks should expect them - // to be defined without checking their values. - gulp: undefined as any, // eslint-disable-line @typescript-eslint/no-explicit-any - rootPath: undefined as any, // eslint-disable-line @typescript-eslint/no-explicit-any - packageFolder, - srcFolder: 'src', - distFolder: path.join(packageFolder, 'dist'), - libAMDFolder: undefined, - libESNextFolder: undefined, - libFolder: path.join(packageFolder, 'lib'), - tempFolder: 'temp', - properties: {}, - relogIssues: getFlagValue('relogIssues', true), - showToast: getFlagValue('showToast', true), - buildSuccessIconPath: path.resolve(__dirname, 'pass.png'), - buildErrorIconPath: path.resolve(__dirname, 'fail.png'), - verbose: getFlagValue('verbose', false), - production: getFlagValue('production', false), - args: args, - shouldWarningsFailBuild: false -}; - -/** - * Merges the given build config settings into existing settings. - * - * @param config - The build config settings. - * @public - */ -export function setConfig(config: Partial): void { - // eslint-disable-next-line - const objectAssign = require('object-assign'); - - _buildConfig = objectAssign({}, _buildConfig, config); -} - -/** - * Merges the given build config settings into existing settings. - * - * @param config - The build config settings. - * @public - */ -export function mergeConfig(config: Partial): void { - // eslint-disable-next-line - const merge = require('lodash.merge'); - - _buildConfig = merge({}, _buildConfig, config); -} - -/** - * Replaces the build config. - * - * @param config - The build config settings. - * @public - */ -export function replaceConfig(config: IBuildConfig): void { - _buildConfig = config; -} - -/** - * Gets the current config. - * @returns the current build configuration - * @public - */ -export function getConfig(): IBuildConfig { - return _buildConfig; -} - -/** @public */ -export const cleanFlag: IExecutable = new CleanFlagTask(); - -/** - * Registers an IExecutable to gulp so that it can be called from the command line - * @param taskName - the name of the task, can be called from the command line (e.g. "gulp ") - * @param taskExecutable - the executable to execute when the task is invoked - * @returns the task parameter - * @public - */ -export function task(taskName: string, taskExecutable: IExecutable): IExecutable { - taskExecutable = serial(cleanFlag, taskExecutable); - - _taskMap[taskName] = taskExecutable; - - _trackTask(taskExecutable); - - return taskExecutable; -} - -/** - * The callback interface for a custom task definition. - * The task should either return a Promise, a stream, or call the - * callback function (passing in an object value if there was an error). - * @public - */ -export interface ICustomGulpTask { - // eslint-disable-next-line @typescript-eslint/no-explicit-any - (gulp: typeof Gulp | GulpProxy, buildConfig: IBuildConfig, done?: (failure?: any) => void): - | Promise - | NodeJS.ReadWriteStream - | void; -} - -/** @public */ -class CustomTask extends GulpTask { - private _fn: ICustomGulpTask; - public constructor(name: string, fn: ICustomGulpTask) { - super(name); - this._fn = fn.bind(this); - } - - public executeTask( - gulp: typeof Gulp | GulpProxy, - completeCallback?: (error?: string | Error) => void - ): Promise | NodeJS.ReadWriteStream | void { - return this._fn(gulp, getConfig(), completeCallback); - } -} - -/** - * Creates a new subtask from a function callback. Useful as a shorthand way - * of defining tasks directly in a gulpfile. - * - * @param taskName - the name of the task, appearing in build logs - * @param fn - the callback function to execute when this task runs - * @returns an IExecutable which can be registered to the command line with task() - * @public - */ -export function subTask(taskName: string, fn: ICustomGulpTask): IExecutable { - const customTask: CustomTask = new CustomTask(taskName, fn); - return customTask; -} - -/** - * Defines a gulp watch and maps it to a given IExecutable. - * - * @param watchMatch - the list of files patterns to watch - * @param taskExecutable - the task to execute when a file changes - * @returns IExecutable - * @public - */ -export function watch(watchMatch: string | string[], taskExecutable: IExecutable): IExecutable { - _trackTask(taskExecutable); - - let isWatchRunning: boolean = false; - let shouldRerunWatch: boolean = false; - let lastError: Error | undefined = undefined; - - const successMessage: string = 'Build succeeded'; - const failureMessage: string = 'Build failed'; - - return { - execute: (buildConfig: IBuildConfig): Promise => { - return new Promise(() => { - function _runWatch(): Promise { - if (isWatchRunning) { - shouldRerunWatch = true; - return Promise.resolve(); - } else { - isWatchRunning = true; - - return _executeTask(taskExecutable, buildConfig) - .then(() => { - if (lastError) { - lastError = undefined; - - if (buildConfig.showToast) { - notifier.notify({ - title: successMessage, - message: builtPackage ? builtPackage.name : '', - icon: buildConfig.buildSuccessIconPath - }); - } else { - log(successMessage); - } - } - return _finalizeWatch(); - }) - .catch((error: Error) => { - if (!lastError || lastError !== error) { - lastError = error; - - if (buildConfig.showToast) { - notifier.notify({ - title: failureMessage, - message: error.toString(), - icon: buildConfig.buildErrorIconPath - }); - } else { - log(failureMessage); - } - } - - return _finalizeWatch(); - }); - } - } - - function _finalizeWatch(): Promise { - isWatchRunning = false; - - if (shouldRerunWatch) { - shouldRerunWatch = false; - return _runWatch(); - } - return Promise.resolve(); - } - - setWatchMode(); - buildConfig.gulp.watch(watchMatch, _runWatch); - - _runWatch().catch(console.error); - }); - } - }; -} - -/** - * Takes in IExecutables as arguments and returns an IExecutable that will execute them in serial. - * @public - */ -export function serial(...tasks: (IExecutable[] | IExecutable)[]): IExecutable { - const flatTasks: IExecutable[] = _flatten(tasks).filter((taskExecutable) => { - return taskExecutable !== null && taskExecutable !== undefined; - }); - - for (const flatTask of flatTasks) { - _trackTask(flatTask); - } - - return { - execute: (buildConfig: IBuildConfig): Promise => { - let output: Promise = Promise.resolve(); - - for (const taskExecutable of flatTasks) { - output = output.then(() => _executeTask(taskExecutable, buildConfig)); - } - - return output; - } - }; -} - -/** - * Takes in IExecutables as arguments and returns an IExecutable that will execute them in parallel. - * @public - */ -export function parallel(...tasks: (IExecutable[] | IExecutable)[]): IExecutable { - const flatTasks: IExecutable[] = _flatten(tasks).filter((taskExecutable) => { - return taskExecutable !== null && taskExecutable !== undefined; - }); - - for (const flatTask of flatTasks) { - _trackTask(flatTask); - } - - return { - // eslint-disable-next-line @typescript-eslint/no-explicit-any - execute: (buildConfig: IBuildConfig): Promise => { - return new Promise((resolve, reject) => { - const promises: Promise[] = []; - for (const taskExecutable of flatTasks) { - promises.push(_executeTask(taskExecutable, buildConfig)); - } - - // Use promise all to make sure errors are propagated correctly - Promise.all(promises).then(resolve, reject); - }); - } - }; -} - -/** - * Initializes the gulp tasks. - * @public - */ -export function initialize(gulp: typeof Gulp): void { - _buildConfig.rootPath = process.cwd(); - _buildConfig.gulp = new GulpProxy(gulp); - _buildConfig.uniqueTasks = _uniqueTasks; - _buildConfig.jestEnabled = _isJestEnabled(_buildConfig.rootPath); - - _handleCommandLineArguments(); - - for (const uniqueTask of _buildConfig.uniqueTasks) { - if (uniqueTask.onRegister) { - uniqueTask.onRegister(); - } - } - - initializeLogging(gulp, getConfig(), undefined, undefined); - - Object.keys(_taskMap).forEach((taskName) => _registerTask(gulp, taskName, _taskMap[taskName])); - - markTaskCreationTime(); -} - -/** - * Registers a given gulp task given a name and an IExecutable. - */ -function _registerTask(gulp: typeof Gulp, taskName: string, taskExecutable: IExecutable): void { - gulp.task(taskName, (cb) => { - const maxBuildTimeMs: number = - taskExecutable.maxBuildTimeMs === undefined - ? _buildConfig.maxBuildTimeMs - : taskExecutable.maxBuildTimeMs; - const timer: NodeJS.Timer | undefined = - maxBuildTimeMs === 0 - ? undefined - : setTimeout(() => { - logError( - `Build ran for ${maxBuildTimeMs} milliseconds without completing. Cancelling build with error.` - ); - cb(new Error('Timeout')); - }, maxBuildTimeMs); - _executeTask(taskExecutable, _buildConfig).then( - () => { - if (timer) { - clearTimeout(timer); - } - - cb(); - }, - (error: Error) => { - if (timer) { - clearTimeout(timer); - } - - cb(generateGulpError(error)); - } - ); - }); -} - -/** - * Executes a given IExecutable. - */ -function _executeTask(taskExecutable: IExecutable, buildConfig: IBuildConfig): Promise { - // Try to fallback to the default task if provided. - if (taskExecutable && !taskExecutable.execute) { - // eslint-disable-next-line @typescript-eslint/no-explicit-any - if ((taskExecutable as any).default) { - // eslint-disable-next-line @typescript-eslint/no-explicit-any - taskExecutable = (taskExecutable as any).default; - } - } - - // If the task is missing, throw a meaningful error. - if (!taskExecutable || !taskExecutable.execute) { - return Promise.reject( - new Error( - `A task was scheduled, but the task was null. This probably means the task wasn't imported correctly.` - ) - ); - } - - if (taskExecutable.isEnabled === undefined || taskExecutable.isEnabled(buildConfig)) { - const startTime: [number, number] = process.hrtime(); - - if (buildConfig.onTaskStart && taskExecutable.name) { - buildConfig.onTaskStart(taskExecutable.name); - } - - const taskPromise: Promise = taskExecutable.execute(buildConfig).then( - () => { - if (buildConfig.onTaskEnd && taskExecutable.name) { - buildConfig.onTaskEnd(taskExecutable.name, process.hrtime(startTime)); - } - }, - (error: Error) => { - if (buildConfig.onTaskEnd && taskExecutable.name) { - buildConfig.onTaskEnd(taskExecutable.name, process.hrtime(startTime), error); - } - - return Promise.reject(error); - } - ); - - return taskPromise; - } - - // No-op otherwise. - return Promise.resolve(); -} - -function _trackTask(taskExecutable: IExecutable): void { - if (_uniqueTasks.indexOf(taskExecutable) < 0) { - _uniqueTasks.push(taskExecutable); - } -} - -/** - * Flattens a set of arrays into a single array. - */ -function _flatten(oArr: (T | T[])[]): T[] { - const output: T[] = []; - - function traverse(arr: (T | T[])[]): void { - for (let i: number = 0; i < arr.length; ++i) { - if (Array.isArray(arr[i])) { - traverse(arr[i] as T[]); - } else { - output.push(arr[i] as T); - } - } - } - - traverse(oArr); - - return output; -} - -function _handleCommandLineArguments(): void { - _handleTasksListArguments(); -} - -function _handleTasksListArguments(): void { - /* eslint-disable dot-notation */ - if (args['tasks'] || args['tasks-simple'] || args['T']) { - global['dontWatchExit'] = true; - } - if (args['h']) { - // we are showing a help command prompt via yargs or ts-command-line - global['dontWatchExit'] = true; - } - /* eslint-enable dot-notation */ -} - -/** @public */ -export const clean: IExecutable = new CleanTask(); - -/** @public */ -export const copyStaticAssets: CopyStaticAssetsTask = new CopyStaticAssetsTask(); - -/** @public */ -export const jest: JestTask = new JestTask(); - -// Register default clean task. -task('clean', clean); diff --git a/core-build/gulp-core-build/src/logging.ts b/core-build/gulp-core-build/src/logging.ts deleted file mode 100644 index 2d816b2fe5c..00000000000 --- a/core-build/gulp-core-build/src/logging.ts +++ /dev/null @@ -1,876 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import * as colors from 'colors'; -import * as Gulp from 'gulp'; -import * as path from 'path'; -// eslint-disable-next-line -const prettyTime = require('pretty-hrtime'); - -import { IBuildConfig } from './IBuildConfig'; -import * as state from './State'; -import { getFlagValue } from './config'; -import { getConfig } from './index'; - -const WROTE_ERROR_KEY: string = '__gulpCoreBuildWroteError'; - -interface ILocalCache { - warnings: string[]; - errors: string[]; - taskRun: number; - subTasksRun: number; - testsRun: number; - testsPassed: number; - testsFailed: number; - testsFlakyFailed: number; - testsSkipped: number; - taskErrors: number; - coverageResults: number; - coveragePass: number; - coverageTotal: number; - totalTaskHrTime: [number, number] | undefined; - start?: [number, number]; - taskCreationTime?: [number, number]; - totalTaskSrc: number; - wroteSummary: boolean; - writingSummary: boolean; - writeSummaryCallbacks: (() => void)[]; - watchMode?: boolean; - fromRunGulp?: boolean; - exitCode: number; - writeSummaryLogs: string[]; - gulp: typeof Gulp | undefined; - // eslint-disable-next-line @typescript-eslint/no-explicit-any - gulpErrorCallback: undefined | ((err: any) => void); - // eslint-disable-next-line @typescript-eslint/no-explicit-any - gulpStopCallback: undefined | ((err: any) => void); - errorAndWarningSuppressions: (string | RegExp)[]; - shouldLogWarningsDuringSummary: boolean; - shouldLogErrorsDuringSummary: boolean; -} - -let wiredUpErrorHandling: boolean = false; -let duringFastExit: boolean = false; - -// eslint-disable-next-line @typescript-eslint/no-explicit-any -const globalInstance: any = global as any; - -const localCache: ILocalCache = (globalInstance.__loggingCache = globalInstance.__loggingCache || { - warnings: [], - errors: [], - testsRun: 0, - subTasksRun: 0, - testsPassed: 0, - testsFailed: 0, - testsFlakyFailed: 0, - testsSkipped: 0, - taskRun: 0, - taskErrors: 0, - coverageResults: 0, - coveragePass: 0, - coverageTotal: 0, - totalTaskHrTime: undefined, - totalTaskSrc: 0, - wroteSummary: false, - writingSummary: false, - writeSummaryCallbacks: [], - exitCode: 0, - writeSummaryLogs: [], - errorAndWarningSuppressions: [], - gulp: undefined, - gulpErrorCallback: undefined, - gulpStopCallback: undefined, - shouldLogErrorsDuringSummary: false, - shouldLogWarningsDuringSummary: false -}); - -if (!localCache.start) { - localCache.start = process.hrtime(); -} - -function isVerbose(): boolean { - return getFlagValue('verbose'); -} - -// eslint-disable-next-line @typescript-eslint/no-explicit-any -function formatError(e: any): string | undefined { - if (!e.err) { - if (isVerbose()) { - return e.message + '\r\n' + e.stack; - } else { - return e.message; - } - } - - // PluginError - if (typeof e.err.showStack === 'boolean') { - return e.err.toString() + (e.err.stack && isVerbose() ? '\r\n' + e.err.stack : ''); - } - - // normal error - if (e.err.stack) { - if (isVerbose()) { - return e.err.stack; - } else { - return e.err.message; - } - } - - // unknown (string, number, etc.) - if (typeof Error === 'undefined') { - if (isVerbose()) { - return e.message + '\r\n' + e.stack; - } else { - return e.message; - } - } else { - let output: string = String(e.err); - - try { - output = JSON.stringify(e.err); - } catch (e) { - // Do nothing - } - - if (isVerbose()) { - return new Error(output).stack; - } else { - return new Error(output).message; - } - } -} - -function afterStreamFlushed(streamName: string, callback: () => void): void { - if (duringFastExit) { - callback(); - } else { - const stream: NodeJS.WritableStream = process[streamName]; - const outputWritten: boolean = stream.write(''); - if (outputWritten) { - setTimeout(() => { - callback(); - }, 250); - } else { - stream.once('drain', () => { - setTimeout(() => { - callback(); - }, 250); - }); - } - } -} - -function afterStreamsFlushed(callback: () => void): void { - afterStreamFlushed('stdout', () => { - afterStreamFlushed('stderr', () => { - callback(); - }); - }); -} - -function writeSummary(callback: () => void): void { - localCache.writeSummaryCallbacks.push(callback); - - if (!localCache.writingSummary) { - localCache.writingSummary = true; - - // flush the log - afterStreamsFlushed(() => { - const shouldRelogIssues: boolean = getFlagValue('relogIssues'); - log(colors.magenta('==================[ Finished ]==================')); - - const warnings: string[] = getWarnings(); - if (shouldRelogIssues) { - for (let x: number = 0; x < warnings.length; x++) { - console.error(colors.yellow(warnings[x])); - } - } - - if (shouldRelogIssues && (localCache.taskErrors > 0 || getErrors().length)) { - const errors: string[] = getErrors(); - for (let x: number = 0; x < errors.length; x++) { - console.error(colors.red(errors[x])); - } - } - - afterStreamsFlushed(() => { - for (const writeSummaryString of localCache.writeSummaryLogs) { - log(writeSummaryString); - } - const totalDuration: [number, number] = process.hrtime(getStart()); - - const name: string = state.builtPackage.name || 'with unknown name'; - const version: string = state.builtPackage.version || 'unknown'; - log(`Project ${name} version:`, colors.yellow(version)); - log('Build tools version:', colors.yellow(state.coreBuildPackage.version || '')); - log('Node version:', colors.yellow(process.version)); - // log('Create tasks duration:', colors.yellow(prettyTime(localCache.taskCreationTime))); - // log('Read src tasks duration:', colors.yellow(prettyTime(localCache.totalTaskHrTime))); - log('Total duration:', colors.yellow(prettyTime(totalDuration))); - // log(`Tasks run: ${colors.yellow(localCache.taskRun + '')} ` + - // `Subtasks run: ${colors.yellow(localCache.subTasksRun + '')}`); - - if (localCache.testsRun > 0) { - log( - 'Tests results -', - 'Passed:', - colors.green(localCache.testsPassed + ''), - 'Failed:', - colors.red(localCache.testsFailed + ''), - // 'Flaky:', colors.yellow(localCache.testsFlakyFailed + ''), - 'Skipped:', - colors.yellow(localCache.testsSkipped + '') - ); - } - - if (localCache.coverageResults > 0) { - log( - 'Coverage results -', - 'Passed:', - colors.green(localCache.coveragePass + ''), - 'Failed:', - colors.red(localCache.coverageResults - localCache.coveragePass + ''), - 'Avg. Cov.:', - colors.yellow(Math.floor(localCache.coverageTotal / localCache.coverageResults) + '%') - ); - } - - if (getWarnings().length) { - log('Task warnings:', colors.yellow(getWarnings().length.toString())); - } - - let totalErrors: number = 0; - - if (localCache.taskErrors > 0 || getErrors().length) { - totalErrors = localCache.taskErrors + getErrors().length; - log('Task errors:', colors.red(totalErrors + '')); - } - - localCache.wroteSummary = true; - const callbacks: (() => void)[] = localCache.writeSummaryCallbacks; - localCache.writeSummaryCallbacks = []; - for (const writeSummaryCallback of callbacks) { - writeSummaryCallback(); - } - }); - }); - } else if (localCache.wroteSummary) { - const callbacks: (() => void)[] = localCache.writeSummaryCallbacks; - localCache.writeSummaryCallbacks = []; - for (const writeSummaryCallback of callbacks) { - writeSummaryCallback(); - } - } -} - -// eslint-disable-next-line @typescript-eslint/no-explicit-any -function _writeTaskError(e: any): void { - if (!e || !(e.err && e.err[WROTE_ERROR_KEY])) { - writeError(e); - localCache.taskErrors++; - } -} - -function exitProcess(errorCode: number): void { - if (!localCache.watchMode) { - process.stdout.write('', () => { - process.exit(errorCode); - }); - } -} - -function wireUpProcessErrorHandling(shouldWarningsFailBuild: boolean): void { - if (!wiredUpErrorHandling) { - wiredUpErrorHandling = true; - - let wroteToStdErr: boolean = false; - - if (shouldWarningsFailBuild) { - const oldStdErr: typeof process.stderr.write = process.stderr.write; - process.stderr.write = function (text: string | Buffer): boolean { - if (text.toString()) { - wroteToStdErr = true; - return oldStdErr.apply(process.stderr, arguments); - } - return true; - }; - } - - process.on('exit', (code: number) => { - duringFastExit = true; - // eslint-disable-next-line dot-notation - if (!global['dontWatchExit']) { - if (!localCache.wroteSummary) { - localCache.wroteSummary = true; - console.log('About to exit with code:', code); - console.error( - 'Process terminated before summary could be written, possible error in async code not ' + - 'continuing!' - ); - console.log('Trying to exit with exit code 1'); - exitProcess(1); - } else { - if (localCache.exitCode !== 0) { - console.log(`Exiting with exit code: ${localCache.exitCode}`); - exitProcess(localCache.exitCode); - } else if (wroteToStdErr) { - console.error(`The build failed because a task wrote output to stderr.`); - console.log(`Exiting with exit code: 1`); - exitProcess(1); - } - } - } - }); - - process.on('uncaughtException', (err: Error) => { - console.error(err); - - _writeTaskError(err); - writeSummary(() => { - exitProcess(1); - - if (localCache.gulpErrorCallback) { - localCache.gulpErrorCallback(err); - } - }); - }); - } -} - -function markErrorAsWritten(err: Error): void { - try { - err[WROTE_ERROR_KEY] = true; - } catch (e) { - // Do Nothing - } -} - -/** - * Adds a message to be displayed in the summary after execution is complete. - * @param value - the message to display - * @public - */ -export function logSummary(value: string): void { - localCache.writeSummaryLogs.push(value); -} - -/** - * Log a message to the console - * @param args - the messages to log to the console - * @public - */ -export function log(...args: string[]): void { - const currentTime: Date = new Date(); - const timestamp: string = colors.gray( - [ - padTimePart(currentTime.getHours()), - padTimePart(currentTime.getMinutes()), - padTimePart(currentTime.getSeconds()) - ].join(':') - ); - console.log(`[${timestamp}] ${args.join('')}`); -} - -function padTimePart(timepart: number): string { - return timepart >= 10 ? timepart.toString(10) : `0${timepart.toString(10)}`; -} - -/** - * Resets the state of the logging cache - * @public - */ -export function reset(): void { - localCache.start = process.hrtime(); - localCache.warnings = []; - localCache.errors = []; - localCache.coverageResults = 0; - localCache.coveragePass = 0; - localCache.coverageTotal = 0; - localCache.taskRun = 0; - localCache.subTasksRun = 0; - localCache.taskErrors = 0; - localCache.totalTaskHrTime = undefined; - localCache.totalTaskSrc = 0; - localCache.wroteSummary = false; - localCache.writingSummary = false; - localCache.writeSummaryCallbacks = []; - localCache.testsRun = 0; - localCache.testsPassed = 0; - localCache.testsFailed = 0; - localCache.testsFlakyFailed = 0; - localCache.testsSkipped = 0; - localCache.writeSummaryLogs = []; -} - -/** - * The result of a functional test run - * @public - */ -export enum TestResultState { - Passed, - Failed, - FlakyFailed, - Skipped -} - -/** - * Store a single functional test run's information - * @param name - the name of the test - * @param result - the result of the test - * @param duration - the length of time it took for the test to execute - * @public - */ -export function functionalTestRun(name: string, result: TestResultState, duration: number): void { - localCache.testsRun++; - - switch (result) { - case TestResultState.Failed: - localCache.testsFailed++; - break; - case TestResultState.Passed: - localCache.testsPassed++; - break; - case TestResultState.FlakyFailed: - localCache.testsFlakyFailed++; - break; - case TestResultState.Skipped: - localCache.testsSkipped++; - break; - } -} - -/** @public */ -export function endTaskSrc(taskName: string, startHrtime: [number, number], fileCount: number): void { - localCache.totalTaskSrc++; - const taskDuration: [number, number] = process.hrtime(startHrtime); - if (!localCache.totalTaskHrTime) { - localCache.totalTaskHrTime = taskDuration; - } else { - localCache.totalTaskHrTime[0] += taskDuration[0]; - const nanoSecTotal: number = taskDuration[1] + localCache.totalTaskHrTime[1]; - if (nanoSecTotal > 1e9) { - localCache.totalTaskHrTime[0]++; - localCache.totalTaskHrTime[1] = nanoSecTotal - 1e9; - } else { - localCache.totalTaskHrTime[1] = nanoSecTotal; - } - } - - log(taskName, 'read src task duration:', colors.yellow(prettyTime(taskDuration)), `- ${fileCount} files`); -} - -/** - * Store coverage information, potentially logging an error if the coverage is below the threshold - * @param coverage - the coverage of the file as a percentage - * @param threshold - the minimum coverage for the file as a percentage, an error will be logged if coverage is below - * the threshold - * @param filePath - the path to the file whose coverage is being measured - * @public - */ -export function coverageData(coverage: number, threshold: number, filePath: string): void { - localCache.coverageResults++; - - if (coverage < threshold) { - error('Coverage:', Math.floor(coverage) + '% (<' + threshold + '%) -', filePath); - } else { - localCache.coveragePass++; - } - - localCache.coverageTotal += coverage; -} - -// eslint-disable-next-line no-control-regex -const colorCodeRegex: RegExp = /\x1B[[(?);]{0,2}(;?\d)*./g; - -/** - * Adds a suppression for an error or warning - * @param suppression - the error or warning as a string or Regular Expression - * @public - */ -export function addSuppression(suppression: string | RegExp): void { - if (typeof suppression === 'string') { - suppression = normalizeMessage(suppression); - } - - localCache.errorAndWarningSuppressions.push(suppression); - - if (getConfig().verbose) { - logSummary(`${colors.yellow('Suppressing')} - ${suppression.toString()}`); - } -} - -/** - * Logs a warning. It will be logged to standard error and cause the build to fail - * if buildConfig.shouldWarningsFailBuild is true, otherwise it will be logged to standard output. - * @param message - the warning description - * @public - */ -export function warn(...args: string[]): void { - args.splice(0, 0, 'Warning -'); - - const stringMessage: string = normalizeMessage(args.join(' ')); - - if (!messageIsSuppressed(stringMessage)) { - localCache.warnings.push(stringMessage); - log(colors.yellow.apply(undefined, args)); - } -} - -/** - * Logs an error to standard error and causes the build to fail. - * @param message - the error description - * @public - */ -export function error(...args: string[]): void { - args.splice(0, 0, 'Error -'); - - const stringMessage: string = normalizeMessage(args.join(' ')); - - if (!messageIsSuppressed(stringMessage)) { - localCache.errors.push(stringMessage); - log(colors.red.apply(undefined, args)); - } -} - -/** - * Logs a message about a particular file - * @param write - the function which will write message - * @param taskName - the name of the task which is doing the logging - * @param filePath - the path to the file which encountered an issue - * @param line - the line in the file which had an issue - * @param column - the column in the file which had an issue - * @param errorCode - the custom error code representing this error - * @param message - a description of the error - * @public - */ -export function fileLog( - write: (text: string) => void, - taskName: string, - filePath: string, - line: number, - column: number, - errorCode: string, - message: string -): void { - if (!filePath) { - filePath = ''; - } else if (path.isAbsolute(filePath)) { - filePath = path.relative(process.cwd(), filePath); - } - - write(`${colors.cyan(taskName)} - ${filePath}(${line},${column}): error ${errorCode}: ${message}`); -} - -/** - * Logs a warning regarding a specific file. - * @param filePath - the path to the file which encountered an issue - * @param line - the line in the file which had an issue - * @param column - the column in the file which had an issue - * @param warningCode - the custom warning code representing this warning - * @param message - a description of the warning - * @public - */ -export function fileWarning( - taskName: string, - filePath: string, - line: number, - column: number, - errorCode: string, - message: string -): void { - fileLog(warn, taskName, filePath, line, column, errorCode, message); -} - -/** - * Logs an error regarding a specific file to standard error and causes the build to fail. - * @param filePath - the path to the file which encountered an issue - * @param line - the line in the file which had an issue - * @param column - the column in the file which had an issue - * @param errorCode - the custom error code representing this error - * @param message - a description of the error - * @public - */ -export function fileError( - taskName: string, - filePath: string, - line: number, - column: number, - errorCode: string, - message: string -): void { - fileLog(error, taskName, filePath, line, column, errorCode, message); -} - -/** - * Logs a message to standard output if the verbose flag is specified. - * @param args - the messages to log when in verbose mode - * @public - */ -export function verbose(...args: string[]): void { - if (getFlagValue('verbose')) { - log.apply(undefined, args); - } -} - -/** @public */ -// eslint-disable-next-line @typescript-eslint/no-explicit-any -export function generateGulpError(err: any): any { - if (isVerbose()) { - return err; - } else { - // eslint-disable-next-line @typescript-eslint/no-explicit-any - const output: any = { - showStack: false, - toString: (): string => { - return ''; - } - }; - - markErrorAsWritten(output); - - return output; - } -} - -/** - * Logs an error to standard error and causes the build to fail. - * @param e - the error (can be a string or Error object) - * @public - */ -// eslint-disable-next-line @typescript-eslint/no-explicit-any -export function writeError(e: any): void { - if (e) { - if (!e[WROTE_ERROR_KEY]) { - if (e.err) { - if (!e.err[WROTE_ERROR_KEY]) { - const msg: string | undefined = formatError(e); - const time: string = prettyTime(e.hrDuration); - - error( - "'" + colors.cyan(e.task) + "'", - colors.red(e.subTask ? 'sub task errored after' : 'errored after'), - colors.magenta(time), - '\r\n', - msg || '' - ); - markErrorAsWritten(e.err[WROTE_ERROR_KEY]); - } - } else if (e.fileName) { - // This is probably a plugin error - if (isVerbose()) { - error( - e.message, - '\r\n', - e.plugin + ": '" + colors.yellow(e.fileName) + "':" + e.lineNumber, - '\r\n', - e.stack - ); - } else { - error(e.message, '\r\n', e.plugin + ": '" + colors.yellow(e.fileName) + "':" + e.lineNumber); - } - } else { - if (isVerbose()) { - error('Unknown', '\r\n', colors.red(e.message), '\r\n', e.stack); - } else { - error('Unknown', '\r\n', colors.red(e.message)); - } - } - markErrorAsWritten(e); - } - } else { - error('Unknown Error Object'); - } -} - -/** - * Returns the list of warnings which have been logged - * @public - */ -export function getWarnings(): string[] { - return localCache.warnings; -} - -/** - * Returns the list of errors which have been logged - * @public - */ -export function getErrors(): string[] { - return localCache.errors; -} - -/** @public */ -export function getStart(): [number, number] | undefined { - return localCache.start; -} - -/** - * @public - */ -export function setWatchMode(): void { - localCache.watchMode = true; -} - -/** - * @public - */ -export function getWatchMode(): boolean | undefined { - return localCache.watchMode; -} - -/** - * @public - */ -export function setExitCode(exitCode: number): void { - localCache.exitCode = exitCode; -} - -/** - * @public - */ -export function logStartSubtask(name: string): void { - log(`Starting subtask '${colors.cyan(name)}'...`); - localCache.subTasksRun++; -} - -/** - * @public - */ -export function logEndSubtask(name: string, startTime: [number, number], errorObject?: Error): void { - const duration: [number, number] = process.hrtime(startTime); - - if (name) { - if (!errorObject) { - const durationString: string = prettyTime(duration); - log(`Finished subtask '${colors.cyan(name)}' after ${colors.magenta(durationString)}`); - } else { - writeError({ - err: errorObject, - task: name, - subTask: true, - hrDuration: duration - }); - } - } -} - -/** - * @public - */ -export function initialize( - gulp: typeof Gulp, - config: IBuildConfig, - gulpErrorCallback?: (err: Error) => void, - gulpStopCallback?: (err: Error) => void -): void { - // This will add logging to the gulp execution - - localCache.gulp = gulp; - - wireUpProcessErrorHandling(config.shouldWarningsFailBuild); - - localCache.gulpErrorCallback = - gulpErrorCallback || - (() => { - // Do Nothing - }); - - localCache.gulpStopCallback = - gulpStopCallback || - (() => { - // Do Nothing - }); - - // eslint-disable-next-line @typescript-eslint/no-explicit-any - gulp.on('start', (err: any) => { - log('Starting gulp'); - }); - - // eslint-disable-next-line @typescript-eslint/no-explicit-any - gulp.on('stop', (err: any) => { - writeSummary(() => { - // error if we have any errors - if ( - localCache.taskErrors > 0 || - (getWarnings().length && config.shouldWarningsFailBuild) || - getErrors().length || - localCache.testsFailed > 0 - ) { - exitProcess(1); - } - - if (localCache.gulpStopCallback) { - localCache.gulpStopCallback(err); - } - exitProcess(0); - }); - }); - - // eslint-disable-next-line @typescript-eslint/no-explicit-any - gulp.on('err', (err: any) => { - _writeTaskError(err); - writeSummary(() => { - exitProcess(1); - if (localCache.gulpErrorCallback) { - localCache.gulpErrorCallback(err); - } - }); - }); - - // eslint-disable-next-line @typescript-eslint/no-explicit-any - gulp.on('task_start', (e: any) => { - if (localCache.fromRunGulp) { - log('Starting', "'" + colors.cyan(e.task) + "'..."); - } - - localCache.taskRun++; - }); - - // eslint-disable-next-line @typescript-eslint/no-explicit-any - gulp.on('task_stop', (e: any) => { - const time: string = prettyTime(e.hrDuration); - - if (localCache.fromRunGulp) { - log('Finished', "'" + colors.cyan(e.task) + "'", 'after', colors.magenta(time)); - } - }); - - // eslint-disable-next-line @typescript-eslint/no-explicit-any - gulp.on('task_err', (err: any) => { - _writeTaskError(err); - writeSummary(() => { - exitProcess(1); - }); - }); - - // eslint-disable-next-line @typescript-eslint/no-explicit-any - gulp.on('task_not_found', (err: any) => { - log(colors.red("Task '" + err.task + "' is not in your gulpfile")); - log('Please check the documentation for proper gulpfile formatting'); - exitProcess(1); - }); -} - -/** - * @public - */ -export function markTaskCreationTime(): void { - localCache.taskCreationTime = process.hrtime(getStart()); -} - -function messageIsSuppressed(message: string): boolean { - for (const suppression of localCache.errorAndWarningSuppressions) { - if (typeof suppression === 'string' && message === suppression) { - return true; - } else if (suppression instanceof RegExp && message.match(suppression)) { - return true; - } - } - return false; -} - -function normalizeMessage(message: string): string { - return message - .replace(colorCodeRegex, '') // remove colors - .replace(/\r\n/g, '\n') // normalize newline - .replace(/\\/g, '/'); // normalize slashes -} diff --git a/core-build/gulp-core-build/src/pass.png b/core-build/gulp-core-build/src/pass.png deleted file mode 100644 index 60b4d3042e6..00000000000 Binary files a/core-build/gulp-core-build/src/pass.png and /dev/null differ diff --git a/core-build/gulp-core-build/src/tasks/CleanFlagTask.ts b/core-build/gulp-core-build/src/tasks/CleanFlagTask.ts deleted file mode 100644 index 0aacea473a8..00000000000 --- a/core-build/gulp-core-build/src/tasks/CleanFlagTask.ts +++ /dev/null @@ -1,33 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import { CleanTask } from './CleanTask'; -import * as Gulp from 'gulp'; -import { IBuildConfig } from './../IBuildConfig'; - -/** - * This task runs at the start of any command if the --clean or -c parameter is specified - * @public - */ -export class CleanFlagTask extends CleanTask { - /** Instantiates a new CleanTask with the name 'clean' */ - private _hasRun: boolean = false; - - public constructor() { - super(); - } - - public isEnabled(buildConfig: IBuildConfig): boolean { - const shouldRun: boolean = - // eslint-disable-next-line dot-notation - (!!buildConfig.args['clean'] || !!buildConfig.args['c']) && this._hasRun === false; - return shouldRun; - } - - public executeTask(gulp: typeof Gulp, completeCallback: (error?: string | Error) => void): void { - super.executeTask(gulp, () => { - this._hasRun = true; - completeCallback(); - }); - } -} diff --git a/core-build/gulp-core-build/src/tasks/CleanTask.ts b/core-build/gulp-core-build/src/tasks/CleanTask.ts deleted file mode 100644 index 7b4bb01700e..00000000000 --- a/core-build/gulp-core-build/src/tasks/CleanTask.ts +++ /dev/null @@ -1,69 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import { GulpTask } from './GulpTask'; -import * as Gulp from 'gulp'; - -import { FileDeletionUtility } from '../utilities/FileDeletionUtility'; -import { IBuildConfig } from './../IBuildConfig'; - -/** - * The clean task is a special task which iterates through all registered - * tasks and subtasks, collecting a list of patterns which should be deleted. - * An instance of this task is automatically registered to the 'clean' command. - * @public - */ -export class CleanTask extends GulpTask { - /** - * Instantiates a new CleanTask with the name 'clean' - */ - public constructor() { - super('clean'); - } - - /** - * The main function, which iterates through all uniqueTasks registered - * to the build, and by calling the getCleanMatch() function, collects a list of - * glob patterns which are then passed to the `del` plugin to delete them from disk. - */ - public executeTask(gulp: typeof Gulp, completeCallback: (error?: string | Error) => void): void { - const { distFolder, libFolder, libAMDFolder, tempFolder }: IBuildConfig = this.buildConfig; - let cleanPaths: string[] = [distFolder, libFolder, tempFolder]; - - if (libAMDFolder) { - cleanPaths.push(libAMDFolder); - } - - // Give each registered task an opportunity to add their own clean paths. - for (const executable of this.buildConfig.uniqueTasks || []) { - if (executable.getCleanMatch) { - // Set the build config, as tasks need this to build up paths - cleanPaths = cleanPaths.concat(executable.getCleanMatch(this.buildConfig)); - } - } - - const uniquePaths: { [key: string]: string } = {}; - - // Create dictionary of unique paths. (Could be replaced with ES6 set.) - cleanPaths.forEach((cleanPath) => { - if (cleanPath) { - uniquePaths[cleanPath] = cleanPath; - } - }); - - // Reset cleanPaths to only unique non-empty paths. - cleanPaths = []; - for (const uniquePath in uniquePaths) { - if (uniquePaths.hasOwnProperty(uniquePath)) { - cleanPaths.push(uniquePath); - } - } - - try { - FileDeletionUtility.deletePatterns(cleanPaths); - completeCallback(); - } catch (e) { - completeCallback(e); - } - } -} diff --git a/core-build/gulp-core-build/src/tasks/CopyTask.ts b/core-build/gulp-core-build/src/tasks/CopyTask.ts deleted file mode 100644 index d9fc3f5e8ea..00000000000 --- a/core-build/gulp-core-build/src/tasks/CopyTask.ts +++ /dev/null @@ -1,91 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import { GulpTask } from './GulpTask'; -import * as Gulp from 'gulp'; -import { JsonObject } from '@rushstack/node-core-library'; - -/** - * Configuration for CopyTask - * @public - */ -export interface ICopyConfig { - /** - * The list of patterns and the destination which where they should be copied - */ - copyTo: { - /** - * A mapping of destination paths (absolute or relative) to a list of glob pattern matches - */ - [destPath: string]: string[]; - }; - - /** - * If true, the files will be copied into a flattened folder. If false, they will retain the original - * folder structure. True by default. - */ - shouldFlatten?: boolean; -} - -/** - * This task takes in a map of dest: [sources], and copies items from one place to another. - * @public - */ -export class CopyTask extends GulpTask { - /** - * Instantiates a CopyTask with an empty configuration - */ - public constructor() { - super('copy', { - copyTo: {}, - shouldFlatten: true - }); - } - - /** - * Loads the z-schema object for this task - */ - public loadSchema(): JsonObject { - return require('./copy.schema.json'); - } - - /** - * Executes the copy task, which copy files based on the task's Configuration - */ - public executeTask( - gulp: typeof Gulp, - completeCallback: (error?: string | Error) => void - // eslint-disable-next-line @typescript-eslint/no-explicit-any - ): Promise | NodeJS.ReadWriteStream | void { - /* eslint-disable */ - const flatten = require('gulp-flatten'); - const gulpif = require('gulp-if'); - const merge = require('merge2'); - /* eslint-enable */ - - const { copyTo, shouldFlatten } = this.taskConfig; - - const allStreams: NodeJS.ReadWriteStream[] = []; - - for (const copyDest in copyTo) { - if (copyTo.hasOwnProperty(copyDest)) { - const sources: string[] = copyTo[copyDest]; - - sources.forEach((sourceMatch) => - allStreams.push( - gulp - .src(sourceMatch, { allowEmpty: true }) - .pipe(gulpif(shouldFlatten, flatten())) - .pipe(gulp.dest(copyDest)) - ) - ); - } - } - - if (allStreams.length === 0) { - completeCallback(); - } else { - return merge(allStreams); - } - } -} diff --git a/core-build/gulp-core-build/src/tasks/GenerateShrinkwrapTask.ts b/core-build/gulp-core-build/src/tasks/GenerateShrinkwrapTask.ts deleted file mode 100644 index 64c4e1e3946..00000000000 --- a/core-build/gulp-core-build/src/tasks/GenerateShrinkwrapTask.ts +++ /dev/null @@ -1,61 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import gulpType = require('gulp'); -import * as child_process from 'child_process'; -import * as os from 'os'; -import * as path from 'path'; -import { FileSystem } from '@rushstack/node-core-library'; - -import { GulpTask } from './GulpTask'; - -/** - * This provides a convenient way to more consistently generate a shrinkwrap file in - * a desired manner as a gulp task, as there are many consistency issues with just - * running npm-shrinkwrap directly. - * @public - */ -export class GenerateShrinkwrapTask extends GulpTask { - /** - * Instantiates a GenerateShrinkwrap task which will regenerate the shrinkwrap for a particular project - */ - public constructor() { - super('generate-shrinkwrap'); - } - - /** - * Runs npm `prune` and `update` on a package before running `shrinkwrap --dev` - */ - public executeTask( - gulp: gulpType.Gulp, - completeCallback: (error?: string | Error) => void - ): NodeJS.ReadWriteStream | void { - const pathToShrinkwrap: string = path.join(this.buildConfig.rootPath, 'npm-shrinkwrap.json'); - - if (this.fileExists(pathToShrinkwrap)) { - this.log(`Remove existing shrinkwrap file.`); - this._dangerouslyDeletePath(pathToShrinkwrap); - } - - this.log(`Running npm prune`); - child_process.execSync('npm prune'); - - this.log(`Running npm update`); - child_process.execSync('npm update'); - - this.log(`Running npm shrinkwrap --dev`); - child_process.execSync('npm shrinkwrap --dev'); - - completeCallback(); - return; - } - - private _dangerouslyDeletePath(folderPath: string): void { - try { - FileSystem.deleteFolder(folderPath); - } catch (e) { - throw new Error(`${e.message}${os.EOL}Often this is caused by a file lock from a process - such as your text editor, command prompt, or "gulp serve"`); - } - } -} diff --git a/core-build/gulp-core-build/src/tasks/GulpTask.ts b/core-build/gulp-core-build/src/tasks/GulpTask.ts deleted file mode 100644 index b5503b9dd35..00000000000 --- a/core-build/gulp-core-build/src/tasks/GulpTask.ts +++ /dev/null @@ -1,429 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import * as colors from 'colors'; -import * as path from 'path'; -import { JsonFile, JsonSchema, FileSystem, JsonObject } from '@rushstack/node-core-library'; - -import { GulpProxy } from '../GulpProxy'; -import { IExecutable } from '../IExecutable'; -import { IBuildConfig } from '../IBuildConfig'; -import { - log, - verbose, - error, - fileError, - fileWarning, - warn, - logEndSubtask, - logStartSubtask -} from '../logging'; -import Vinyl = require('vinyl'); -import gulp = require('gulp'); -import through2 = require('through2'); - -// eslint-disable-next-line -const eos = require('end-of-stream'); - -import { args } from '../State'; - -/** - * The base GulpTask class, should be extended by any classes which represent build tasks. - * It provides convenient mechanisms for reading configuration files, validating their schema, - * etc. It also provides convenient utility and logging functions. - * @public - */ -export abstract class GulpTask implements IExecutable { - /** - * The name of the task. The configuration file with this name will be loaded and applied to the task. - */ - public name: string; - - /** - * The global build configuration object. Will be the same for all task instances. - */ - public buildConfig: IBuildConfig; - - /** - * The configuration for this task instance. - */ - public taskConfig: TTaskConfig; - - /** - * An overridable array of file patterns which will be utilized by the CleanTask to - * determine which files to delete. Unless overridden, the getCleanMatch() function - * will return this value. - */ - public cleanMatch: string[]; - - /** - * Indicates whether this task should be executed or not. This toggle is used by isEnabled() to determine - * if the task should run. Since some tasks have more complex logic to determine if they should run or - * not, the isEnabled() function can be overridden. - */ - public enabled: boolean = true; - - /** - * The memoized schema for this task. Should not be utilized by child classes, use schema property instead. - */ - private _schema: JsonObject | undefined; - - /** - * Initializes a new instance of the task with the specified initial task config - */ - public constructor(name: string, initialTaskConfig: Partial = {}) { - this.name = name; - this.setConfig(initialTaskConfig); - } - - /** - * Overridable function which returns true if this task should be executed, or false if it should be skipped. - * @param buildConfig - the build configuration which should be used when determining if the task is enabled - * @returns true if the build is not redundant and the enabled toggle is true - */ - public isEnabled(buildConfig: IBuildConfig): boolean { - return (!buildConfig || !buildConfig.isRedundantBuild) && this.enabled; - } - - /** - * A JSON Schema object which will be used to validate this task's configuration file. - * @returns a z-schema schema definition - */ - public get schema(): JsonObject | undefined { - if (!this._schema) { - this._schema = this.loadSchema(); - } - return this._schema; - } - - /** - * Shallow merges config settings into the task config. - * Note this will override configuration options for those which are objects. - * @param taskConfig - configuration settings which should be applied - */ - public setConfig(taskConfig: Partial): void { - // eslint-disable-next-line - const objectAssign = require('object-assign'); - - this.taskConfig = objectAssign({}, this.taskConfig, taskConfig); - } - - /** - * Deep merges config settings into task config. - * Do not use this function if the configuration contains complex objects that cannot be merged. - * @param taskConfig - configuration settings which should be applied - */ - public mergeConfig(taskConfig: Partial): void { - // eslint-disable-next-line - const merge = require('lodash.merge'); - - this.taskConfig = merge({}, this.taskConfig, taskConfig); - } - - /** - * Replaces all of the task config settings with new settings. - * @param taskConfig - the new task configuration - */ - public replaceConfig(taskConfig: TTaskConfig): void { - this.taskConfig = taskConfig; - } - - /** - * This function is called when the task is initially registered into gulp-core-build as a task or subtask. It reads - * the configuration file, validates it against the schema, then applies it to the task instance's configuration. - */ - public onRegister(): void { - const configFilename: string = this._getConfigFilePath(); - const schema: JsonObject | undefined = this.schema; - - const rawConfig: TTaskConfig | undefined = this._readConfigFile(configFilename, schema); - - if (rawConfig) { - this.mergeConfig(rawConfig); - } - } - - /** - * When the task is executed by the build system, this function is called once. Note that this function - * must either return a Promise, a Stream, or call the completeCallback() parameter. - * @param gulp - an instance of the gulp library - * @param completeCallback - a callback which should be called if the function is non-value returning - * @returns a Promise, a Stream or undefined if completeCallback() is called - */ - public abstract executeTask( - gulp: gulp.Gulp | GulpProxy, - completeCallback?: (error?: string | Error) => void - ): Promise | NodeJS.ReadWriteStream | void; // eslint-disable-line @typescript-eslint/no-explicit-any - - /** - * Logs a message to standard output. - * @param message - the message to log to standard output. - */ - public log(message: string): void { - log(`[${colors.cyan(this.name)}] ${message}`); - } - - /** - * Logs a message to standard output if the verbose flag is specified. - * @param message - the message to log when in verbose mode - */ - public logVerbose(message: string): void { - verbose(`[${colors.cyan(this.name)}] ${message}`); - } - - /** - * Logs a warning. It will be logged to standard error and cause the build to fail - * if buildConfig.shouldWarningsFailBuild is true, otherwise it will be logged to standard output. - * @param message - the warning description - */ - public logWarning(message: string): void { - warn(`[${colors.cyan(this.name)}] ${message}`); - } - - /** - * Logs an error to standard error and causes the build to fail. - * @param message - the error description - */ - public logError(message: string): void { - error(`[${colors.cyan(this.name)}] ${message}`); - } - - /** - * Logs an error regarding a specific file to standard error and causes the build to fail. - * @param filePath - the path to the file which encountered an issue - * @param line - the line in the file which had an issue - * @param column - the column in the file which had an issue - * @param errorCode - the custom error code representing this error - * @param message - a description of the error - */ - public fileError(filePath: string, line: number, column: number, errorCode: string, message: string): void { - fileError(this.name, filePath, line, column, errorCode, message); - } - - /** - * Logs a warning regarding a specific file. - * @param filePath - the path to the file which encountered an issue - * @param line - the line in the file which had an issue - * @param column - the column in the file which had an issue - * @param warningCode - the custom warning code representing this warning - * @param message - a description of the warning - */ - public fileWarning( - filePath: string, - line: number, - column: number, - warningCode: string, - message: string - ): void { - fileWarning(this.name, filePath, line, column, warningCode, message); - } - - /** - * An overridable function which returns a list of glob patterns representing files that should be deleted - * by the CleanTask. - * @param buildConfig - the current build configuration - * @param taskConfig - a task instance's configuration - */ - public getCleanMatch(buildConfig: IBuildConfig, taskConfig: TTaskConfig = this.taskConfig): string[] { - return this.cleanMatch; - } - - /** - * This function is called once to execute the task. It calls executeTask() and handles the return - * value from that function. It also provides some utilities such as logging how long each - * task takes to execute. - * @param config - the buildConfig which is applied to the task instance before execution - * @returns a Promise which is completed when the task is finished executing - */ - public execute(config: IBuildConfig): Promise { - this.buildConfig = config; - - const startTime: [number, number] = process.hrtime(); - - logStartSubtask(this.name); - - return new Promise((resolve, reject) => { - // eslint-disable-next-line @typescript-eslint/no-explicit-any - let stream: any = undefined; - - try { - if (!this.executeTask) { - throw new Error('The task subclass is missing the "executeTask" method.'); - } - - stream = this.executeTask(this.buildConfig.gulp, (err?: string | Error) => { - if (!err) { - resolve(); - } else if (typeof err === 'string') { - reject(new Error(err)); - } else { - reject(err); - } - }); - } catch (e) { - this.logError(e); - reject(e); - } - - if (stream) { - if (stream.then) { - stream.then(resolve, reject); - } else if (stream.pipe) { - // wait for stream to end - - eos( - stream, - { - error: true, - readable: stream.readable, - writable: stream.writable && !stream.readable - }, - // eslint-disable-next-line @typescript-eslint/no-explicit-any - (err: any) => { - if (err) { - reject(err); - } else { - resolve(); - } - } - ); - - // Make sure the stream is completely read - stream.pipe( - through2.obj( - // eslint-disable-next-line @typescript-eslint/no-explicit-any - (file: Vinyl, encoding: string, callback: (p?: any) => void) => { - callback(); - }, - (callback: () => void) => { - callback(); - } - ) - ); - } else if (this.executeTask.length === 1) { - resolve(stream); - } - } else if (this.executeTask.length === 1) { - resolve(stream); - } - }).then( - () => { - logEndSubtask(this.name, startTime); - }, - (ex) => { - logEndSubtask(this.name, startTime, ex); - throw ex; - } - ); - } - - /** - * Resolves a path relative to the buildConfig.rootPath. - * @param localPath - a relative or absolute path - * @returns If localPath is relative, returns an absolute path relative to the rootPath. Otherwise, returns localPath. - */ - public resolvePath(localPath: string): string { - if (path.isAbsolute(localPath)) { - return path.resolve(localPath); - } - - return path.resolve(path.join(this.buildConfig.rootPath, localPath)); - } - - /** - * Synchronously detect if a file exists. - * @param localPath - the path to the file [resolved using resolvePath()] - * @returns true if the file exists, false otherwise - */ - public fileExists(localPath: string): boolean { - let doesExist: boolean = false; - const fullPath: string = this.resolvePath(localPath); - - try { - doesExist = FileSystem.getStatistics(fullPath).isFile(); - } catch (e) { - /* no-op */ - } - - return doesExist; - } - - /** - * Copy a file from one location to another. - * @param localSourcePath - path to the source file - * @param localDestPath - path to the destination file - */ - public copyFile(localSourcePath: string, localDestPath?: string): void { - const fullSourcePath: string = path.resolve(__dirname, localSourcePath); - const fullDestPath: string = path.resolve( - this.buildConfig.rootPath, - localDestPath || path.basename(localSourcePath) - ); - - FileSystem.copyFile({ - sourcePath: fullSourcePath, - destinationPath: fullDestPath - }); - } - - /** - * Read a JSON file into an object - * @param localPath - the path to the JSON file - */ - public readJSONSync(localPath: string): JsonObject | undefined { - const fullPath: string = this.resolvePath(localPath); - let result: JsonObject | undefined = undefined; - - try { - const content: string = FileSystem.readFile(fullPath); - result = JSON.parse(content); - } catch (e) { - /* no-op */ - } - - return result; - } - - /** - * Override this function to provide a schema which will be used to validate - * the task's configuration file. This function is called once per task instance. - * @returns a z-schema schema definition - */ - protected loadSchema(): JsonObject | undefined { - return undefined; - } - - /** - * Returns the path to the config file used to configure this task - */ - protected _getConfigFilePath(): string { - return path.join(process.cwd(), 'config', `${this.name}.json`); - } - - /** - * Helper function which loads a custom configuration file from disk and validates it against the schema - * @param filePath - the path to the custom configuration file - * @param schema - the z-schema schema object used to validate the configuration file - * @returns If the configuration file is valid, returns the configuration as an object. - */ - private _readConfigFile(filePath: string, schema?: JsonObject): TTaskConfig | undefined { - if (!FileSystem.exists(filePath)) { - return undefined; - } else { - // eslint-disable-next-line dot-notation - if (args['verbose']) { - console.log(`Found config file: ${path.basename(filePath)}`); - } - - const rawData: TTaskConfig = JsonFile.load(filePath); - - if (schema) { - // TODO: Convert GulpTask.schema to be a JsonSchema instead of a bare object - const jsonSchema: JsonSchema = JsonSchema.fromLoadedObject(schema); - jsonSchema.validateObject(rawData, filePath); - } - - return rawData; - } - } -} diff --git a/core-build/gulp-core-build/src/tasks/JestReporter.ts b/core-build/gulp-core-build/src/tasks/JestReporter.ts deleted file mode 100644 index fe4efd1b6a6..00000000000 --- a/core-build/gulp-core-build/src/tasks/JestReporter.ts +++ /dev/null @@ -1,50 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import { FileSystem } from '@rushstack/node-core-library'; -import * as xml from 'xml'; -import * as TestResults from 'jest-nunit-reporter/src/Testresults'; -import { Config, Context, AggregatedResult, DefaultReporter } from '@jest/reporters'; - -/** - * Jest logs message to stderr. This class is to override that behavior so that - * rush does not get confused. - */ -// eslint-disable-next-line @typescript-eslint/no-explicit-any -class JestReporter extends (DefaultReporter as { new (globalConfig: Config.GlobalConfig): any }) { - private _options: IReporterOptions | undefined; - - public constructor(globalConfig: Config.GlobalConfig, options?: IReporterOptions) { - super(globalConfig); - this._options = options; - } - - public log(message: string): void { - process.stdout.write(message + '\n'); - } - - public onRunComplete(contexts: Set, results: AggregatedResult): void { - super.onRunComplete(contexts, results); - if (!this._options || !this._options.writeNUnitResults) { - return; - } - - const outputFilePath: string | undefined = this._options.outputFilePath; - if (!outputFilePath) { - throw new Error('Jest NUnit output was enabled but no outputFilePath was provided'); - } - - // eslint-disable-next-line @typescript-eslint/no-explicit-any - const testResults: TestResults = new TestResults(results); - // eslint-disable-next-line @typescript-eslint/no-explicit-any - const data: string = xml(testResults, { declaration: true, indent: ' ' }); - FileSystem.writeFile(outputFilePath, data, { ensureFolderExists: true }); - } -} - -interface IReporterOptions { - outputFilePath?: string; - writeNUnitResults?: boolean; -} - -module.exports = JestReporter; diff --git a/core-build/gulp-core-build/src/tasks/JestTask.ts b/core-build/gulp-core-build/src/tasks/JestTask.ts deleted file mode 100644 index 7f8d9cbd2cd..00000000000 --- a/core-build/gulp-core-build/src/tasks/JestTask.ts +++ /dev/null @@ -1,223 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. -import * as path from 'path'; -import { GulpTask } from './GulpTask'; -import { IBuildConfig } from '../IBuildConfig'; -import * as Gulp from 'gulp'; -import * as glob from 'glob'; - -// runCLI is not exported from 'jest' anymore. -// See https://github.com/facebook/jest/issues/9512#issuecomment-581835474 -const { runCLI } = require('@jest/core'); -import { Config, AggregatedResult } from '@jest/reporters'; -import { FileSystem, JsonObject } from '@rushstack/node-core-library'; - -/** - * Configuration for JestTask - * @alpha - */ -export interface IJestConfig { - /** - * Indicate whether this task is enabled. The default value is false. - */ - isEnabled?: boolean; - - /** - * Indicate whether Jest cache is enabled or not. - */ - cache?: boolean; - - /** - * Same as Jest CLI option collectCoverageFrom - */ - collectCoverageFrom?: string[]; - - /** - * Same as Jest CLI option coverage - */ - coverage?: boolean; - - /** - * Same as Jest CLI option coverageReporters - */ - coverageReporters?: string[]; - - /** - * Same as Jest CLI option testPathIgnorePatterns - */ - testPathIgnorePatterns?: string[]; - - /** - * Same as Jest CLI option modulePathIgnorePatterns - */ - modulePathIgnorePatterns?: string[]; - - /** - * Same as Jest CLI option moduleDirectories - */ - moduleDirectories?: string[]; - - /** - * Same as Jest CLI option maxWorkers - */ - maxWorkers?: number; - - /** - * Same as Jest CLI option testMatch - */ - testMatch?: string[]; - - /** - * Indicate whether writing NUnit results is enabled when using the default reporter - */ - writeNUnitResults?: boolean; -} - -const DEFAULT_JEST_CONFIG_FILE_NAME: string = 'jest.config.json'; - -/** - * Indicates if jest is enabled - * @internal - * @param rootFolder - package root folder - */ -export function _isJestEnabled(rootFolder: string): boolean { - const taskConfigFile: string = path.join(rootFolder, 'config', 'jest.json'); - if (!FileSystem.exists(taskConfigFile)) { - return false; - } - const taskConfig: {} = require(taskConfigFile); - // eslint-disable-next-line dot-notation - return !!taskConfig['isEnabled']; -} - -/** - * This task takes in a map of dest: [sources], and copies items from one place to another. - * @alpha - */ -export class JestTask extends GulpTask { - public constructor() { - super('jest', { - cache: true, - collectCoverageFrom: ['lib/**/*.js?(x)', '!lib/**/test/**'], - coverage: true, - coverageReporters: ['json' /*, 'html' */], // Remove HTML reporter temporarily until the Handlebars issue is fixed - testPathIgnorePatterns: ['/(src|lib-amd|lib-es6|coverage|build|docs|node_modules)/'], - // Some unit tests rely on data folders that look like packages. This confuses jest-hast-map - // when it tries to scan for package.json files. - modulePathIgnorePatterns: ['/(src|lib)/.*/package.json'] - }); - } - - public isEnabled(buildConfig: IBuildConfig): boolean { - return super.isEnabled(buildConfig) && !!this.taskConfig.isEnabled; - } - - /** - * Loads the z-schema object for this task - */ - public loadSchema(): JsonObject { - return require('./jest.schema.json'); - } - - public executeTask(gulp: typeof Gulp, completeCallback: (error?: string | Error) => void): void { - const configFileFullPath: string = path.join( - this.buildConfig.rootPath, - 'config', - 'jest', - DEFAULT_JEST_CONFIG_FILE_NAME - ); - - this._copySnapshots(this.buildConfig.srcFolder, this.buildConfig.libFolder); - - // eslint-disable-next-line @typescript-eslint/no-explicit-any - const jestConfig: any = { - ci: this.buildConfig.production, - cache: !!this.taskConfig.cache, - config: FileSystem.exists(configFileFullPath) ? configFileFullPath : undefined, - collectCoverageFrom: this.taskConfig.collectCoverageFrom, - coverage: this.taskConfig.coverage, - coverageReporters: this.taskConfig.coverageReporters, - coverageDirectory: path.join(this.buildConfig.tempFolder, 'coverage'), - maxWorkers: this.taskConfig.maxWorkers ? this.taskConfig.maxWorkers : 1, - moduleDirectories: this.taskConfig.moduleDirectories - ? this.taskConfig.moduleDirectories - : ['node_modules', this.buildConfig.libFolder], - reporters: [ - [ - path.join(__dirname, 'JestReporter.js'), - { - outputFilePath: path.join(this.buildConfig.tempFolder, 'jest-results', 'test-results.xml'), - writeNUnitResults: this.taskConfig.writeNUnitResults - } - ] - ], - rootDir: this.buildConfig.rootPath, - testMatch: this.taskConfig.testMatch ? this.taskConfig.testMatch : ['**/*.test.js?(x)'], - testPathIgnorePatterns: this.taskConfig.testPathIgnorePatterns, - modulePathIgnorePatterns: this.taskConfig.modulePathIgnorePatterns, - updateSnapshot: !this.buildConfig.production, - - // Jest's module resolution for finding jest-environment-jsdom is broken. See this issue: - // https://github.com/facebook/jest/issues/5913 - // As a workaround, resolve it for Jest: - testEnvironment: require.resolve('jest-environment-jsdom'), - cacheDirectory: path.join(this.buildConfig.rootPath, this.buildConfig.tempFolder, 'jest-cache') - }; - - // suppress 'Running coverage on untested files...' warning - const oldTTY: true | undefined = process.stdout.isTTY; - process.stdout.isTTY = undefined; - - runCLI(jestConfig, [this.buildConfig.rootPath]) - .then((result: { results: AggregatedResult; globalConfig: Config.GlobalConfig }) => { - process.stdout.isTTY = oldTTY; - if (!result.results.success) { - completeCallback(new Error('Jest tests or coverage failed')); - } else { - if (!this.buildConfig.production) { - this._copySnapshots(this.buildConfig.libFolder, this.buildConfig.srcFolder); - } - completeCallback(); - } - }) - .catch((err) => { - process.stdout.isTTY = oldTTY; - completeCallback(err); - }); - } - - private _copySnapshots(srcRoot: string, destRoot: string): void { - const pattern: string = path.join(srcRoot, '**', '__snapshots__', '*.snap'); - glob.sync(pattern).forEach((snapFile) => { - const destination: string = snapFile.replace(srcRoot, destRoot); - if (this._copyIfMatchExtension(snapFile, destination, '.test.tsx.snap')) { - this.logVerbose(`Snapshot file ${snapFile} is copied to match extension ".test.tsx.snap".`); - } else if (this._copyIfMatchExtension(snapFile, destination, '.test.ts.snap')) { - this.logVerbose(`Snapshot file ${snapFile} is copied to match extension ".test.ts.snap".`); - } else if (this._copyIfMatchExtension(snapFile, destination, '.test.jsx.snap')) { - this.logVerbose(`Snapshot file ${snapFile} is copied to match extension ".test.jsx.snap".`); - } else if (this._copyIfMatchExtension(snapFile, destination, '.test.js.snap')) { - this.logVerbose(`Snapshot file ${snapFile} is copied to match extension ".test.js.snap".`); - } else { - this.logWarning( - `Snapshot file ${snapFile} is not copied because don't find that matching test file.` - ); - } - }); - } - - private _copyIfMatchExtension(snapSourceFile: string, destinationFile: string, extension: string): boolean { - const snapDestFile: string = destinationFile.replace(/\.test\..+\.snap$/, extension); - const testFileName: string = path.basename(snapDestFile, '.snap'); - const testFile: string = path.resolve(path.dirname(snapDestFile), '..', testFileName); // Up from `__snapshots__`. - if (FileSystem.exists(testFile)) { - FileSystem.copyFile({ - sourcePath: snapSourceFile, - destinationPath: snapDestFile - }); - return true; - } else { - return false; - } - } -} diff --git a/core-build/gulp-core-build/src/tasks/ValidateShrinkwrapTask.ts b/core-build/gulp-core-build/src/tasks/ValidateShrinkwrapTask.ts deleted file mode 100644 index cc83122bdde..00000000000 --- a/core-build/gulp-core-build/src/tasks/ValidateShrinkwrapTask.ts +++ /dev/null @@ -1,90 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import { GulpTask } from './GulpTask'; -import gulpType = require('gulp'); -import * as path from 'path'; -import * as semver from 'semver'; -import { FileConstants } from '@rushstack/node-core-library'; - -interface IShrinkwrapDep { - [name: string]: { version: string }; -} - -interface IPackageDep { - [name: string]: string; -} - -/** - * Partial representation of the contents of a `package.json` file - */ -interface INpmPackage { - dependencies: IPackageDep; - devDependencies: IPackageDep; -} - -/** - * Partial representation of the contents of an `npm-shrinkwrap.json` file - */ -interface INpmShrinkwrap { - dependencies: IShrinkwrapDep; -} - -/** - * This task attempts to detect if package.json file has been updated without the - * shrinkwrap file being regenerated. - * - * It does this by checking that every dependency and dev dependency exists in the - * shrinkwrap file and that the version in the shrinkwrap file satisfies what is - * defined in the package.json file. - * @public - */ -export class ValidateShrinkwrapTask extends GulpTask { - /** - * Instantiates an instance of the ValidateShrinkwrap task - */ - public constructor() { - super('validate-shrinkwrap'); - } - - /** - * Iterates through dependencies listed in a project's package.json and ensures that they are all - * resolvable in the npm-shrinkwrap file. - */ - public executeTask( - gulp: gulpType.Gulp, - completeCallback: (error: string) => void - ): NodeJS.ReadWriteStream | void { - const pathToPackageJson: string = path.join(this.buildConfig.rootPath, FileConstants.PackageJson); - const pathToShrinkwrap: string = path.join(this.buildConfig.rootPath, 'npm-shrinkwrap.json'); - - if (!this.fileExists(pathToPackageJson)) { - this.logError('Failed to find package.json at ' + pathToPackageJson); - return; - } else if (!this.fileExists(pathToShrinkwrap)) { - this.logError('Failed to find package.json at ' + pathToShrinkwrap); - return; - } - - // eslint-disable-next-line - const packageJson: INpmPackage = require(pathToPackageJson); - // eslint-disable-next-line - const shrinkwrapJson: INpmShrinkwrap = require(pathToShrinkwrap); - - this._validate(packageJson.dependencies, shrinkwrapJson.dependencies); - this._validate(packageJson.devDependencies, shrinkwrapJson.dependencies); - - return; - } - - private _validate(packageDep: IPackageDep, shrinkwrapDep: IShrinkwrapDep): void { - for (const pkg in packageDep) { - if (!shrinkwrapDep.hasOwnProperty(pkg)) { - this.logError(`Failed to find package ${pkg} in shrinkwrap file`); - } else if (!semver.satisfies(shrinkwrapDep[pkg].version, packageDep[pkg])) { - this.logError(`Shrinkwrap version for ${pkg} (${shrinkwrapDep[pkg].version}) does not - satisfy package.json version of ${packageDep[pkg]}.`); - } - } - } -} diff --git a/core-build/gulp-core-build/src/tasks/copy.schema.json b/core-build/gulp-core-build/src/tasks/copy.schema.json deleted file mode 100644 index 85f8a4ddb7d..00000000000 --- a/core-build/gulp-core-build/src/tasks/copy.schema.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "title": "Copy Task configuration", - "description": "Defines the static assets which should be copied as a build step", - - "type": "object", - "required": ["copyTo"], - "properties": { - "$schema": { - "description": "Part of the JSON Schema standard, this optional keyword declares the URL of the schema that the file conforms to. Editors may download the schema and use it to perform syntax highlighting.", - "type": "string" - }, - "copyTo": { - "description": "A mapping of destination folders to a list of files to get copied", - "type": "object", - "patternProperties": { - "^[a-zA-Z0-9_@/-]+$": { - "type": "array", - "description": "A list of paths to the source files which get copied", - "minItems": 1, - "uniqueItems": true, - "items": { - "type": "string" - } - } - } - }, - "shouldFlatten": { - "description": "An optional property that indicates whether to keep the directory structure intact. By default it copies all files to the same directory level", - "type": "boolean" - } - } -} diff --git a/core-build/gulp-core-build/src/tasks/copyStaticAssets/CopyStaticAssetsTask.ts b/core-build/gulp-core-build/src/tasks/copyStaticAssets/CopyStaticAssetsTask.ts deleted file mode 100644 index dcc8b7bf533..00000000000 --- a/core-build/gulp-core-build/src/tasks/copyStaticAssets/CopyStaticAssetsTask.ts +++ /dev/null @@ -1,108 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import * as Gulp from 'gulp'; -import * as path from 'path'; -import globEscape = require('glob-escape'); -import { GulpTask } from '../GulpTask'; -import { JsonObject } from '@rushstack/node-core-library'; - -/** - * Configuration for CopyStaticAssetsTask - * @public - */ -export interface ICopyStaticAssetsTaskConfig { - includeExtensions?: string[]; - excludeExtensions?: string[]; - includeFiles?: string[]; - excludeFiles?: string[]; -} - -/** - * Copies files from the /src folder into the /lib folder, if they have certain file extensions - * or file paths. - * - * @privateRemarks - * - * Example: - * ``` - * IN: - * setConfig({ - * includeExtensions: ['template.html'], - * excludeExtensions: ['png'], - * includeFiles: ['/assets/goodAsset.png'], - * excludeFiles: ['/assets/badAsset.gif'] - * }) - * - * OUT: - * copies all files that match our standard webpack file-loader extensions - * ('jpg', 'png', 'woff', 'eot', 'ttf', 'svg', 'gif'), with the following extensions, in the following order of - * precedence (from lowest to highest): - * 1. including additional extensions (i.e. 'template.html') - * 2. excluding specific extensions (i.e. 'png') - * 3. including specific globs (i.e. '/assets/goodAsset.png') - * 4. excluding specific globs (i.e. '/assets/badAsset.gif') - * ``` - * @public - */ -export class CopyStaticAssetsTask extends GulpTask { - public constructor() { - super('copy-static-assets', { - includeExtensions: [], - excludeExtensions: [], - includeFiles: [], - excludeFiles: [] - }); - } - - public loadSchema(): JsonObject { - return require('./copy-static-assets.schema.json'); - } - - public executeTask(gulp: typeof Gulp, completeCallback: (error?: string) => void): NodeJS.ReadWriteStream { - const rootPath: string = path.join(this.buildConfig.rootPath, this.buildConfig.srcFolder || 'src'); - const libPath: string = path.join(this.buildConfig.rootPath, this.buildConfig.libFolder || 'lib'); - - const globPatterns: string[] = []; - - const allExtensions: string[] = (this.taskConfig.includeExtensions || []).concat([ - 'json', - 'html', - 'css', - 'md' - ]); - - for (let ext of allExtensions) { - if (this.taskConfig.excludeExtensions) { - if (this.taskConfig.excludeExtensions.indexOf(ext) !== -1) { - break; // Skipping this extension. It's been excluded - } - } - - if (!ext.match(/^\./)) { - ext = `.${ext}`; - } - - globPatterns.push(path.join(rootPath, '**', `*${globEscape(ext)}`)); - } - - for (const file of this.taskConfig.includeFiles || []) { - if (this.taskConfig.excludeFiles) { - if (this.taskConfig.excludeFiles.indexOf(file) !== -1) { - break; // Skipping this file. It's been excluded - } - } - - globPatterns.push(path.join(rootPath, file)); - } - - for (const file of this.taskConfig.excludeFiles || []) { - globPatterns.push(`!${path.join(rootPath, file)}`); - } - - return gulp - .src(globPatterns, { base: rootPath }) - .pipe(gulp.dest(libPath)) - .on('finish', () => completeCallback()); - } -} diff --git a/core-build/gulp-core-build/src/tasks/copyStaticAssets/copy-static-assets.schema.json b/core-build/gulp-core-build/src/tasks/copyStaticAssets/copy-static-assets.schema.json deleted file mode 100644 index d43f45d7d3c..00000000000 --- a/core-build/gulp-core-build/src/tasks/copyStaticAssets/copy-static-assets.schema.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "title": "copy-static-assets Configuration", - "description": "Defines which static assets should be copied from the src directory to the lib directory", - - "type": "object", - "additionalProperties": false, - "properties": { - "$schema": { - "description": "Part of the JSON Schema standard, this optional keyword declares the URL of the schema that the file conforms to. Editors may download the schema and use it to perform syntax highlighting.", - "type": "string" - }, - - "includeExtensions": { - "title": "Include Extensions", - "description": "list of extensions to be copied", - - "type": "array", - "uniqueItems": true, - "items": { - "type": "string" - } - }, - - "excludeExtensions": { - "title": "Exclude Extensions", - "description": "list of extensions not to be copied. Takes prescedence over includeExtensions", - - "type": "array", - "uniqueItems": true, - "items": { - "type": "string" - } - }, - - "includeFiles": { - "title": "Include Files", - "description": "list of globs to be copied. Takes prescedence over extensions", - - "type": "array", - "uniqueItems": true, - "items": { - "type": "string" - } - }, - - "excludeFiles": { - "title": "Exclude Files", - "description": "list of globs not to be copied. Takes precedence over includeFiles", - - "type": "array", - "uniqueItems": true, - "items": { - "type": "string" - } - } - } -} diff --git a/core-build/gulp-core-build/src/tasks/jest.schema.json b/core-build/gulp-core-build/src/tasks/jest.schema.json deleted file mode 100644 index d92ed4164e7..00000000000 --- a/core-build/gulp-core-build/src/tasks/jest.schema.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "title": "Jest Task configuration", - "description": "Defines Jest task configuration. Same definitions as Jest CLI has.", - - "type": "object", - "properties": { - "$schema": { - "description": "Part of the JSON Schema standard, this optional keyword declares the URL of the schema that the file conforms to. Editors may download the schema and use it to perform syntax highlighting.", - "type": "string" - }, - "isEnabled": { - "description": "Indicate whether the test is enabled", - "type": "boolean", - "default": false - }, - "cache": { - "description": "Indicate whether Jest cache is enabled or not", - "type": "boolean" - }, - "cacheDirectory": { - "description": "The directory where Jest should store its cached information", - "type": "string" - }, - "collectCoverageFrom": { - "description": "Same as Jest CLI option collectCoverageFrom", - "type": "array", - "items": { - "type": "string" - } - }, - "coverage": { - "description": "Same as Jest CLI option coverage", - "type": "boolean", - "default": true - }, - "coverageReporters": { - "description": "Same as Jest CLI option coverageReporters", - "type": "array", - "items": { - "type": "string" - } - }, - "testPathIgnorePatterns": { - "description": "Same as Jest CLI option testPathIgnorePatterns", - "type": "array", - "items": { - "type": "string" - } - }, - "moduleDirectories": { - "description": "Same as Jest CLI option moduleDirectories", - "type": "array", - "items": { - "type": "string" - } - }, - "maxWorkers": { - "description": "Same as Jest CLI option maxWorkers", - "type": "number" - }, - "testMatch": { - "description": "Same as Jest CLI option testMatch", - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": false -} diff --git a/core-build/gulp-core-build/src/test/GulpTask.test.ts b/core-build/gulp-core-build/src/test/GulpTask.test.ts deleted file mode 100644 index 56abca38075..00000000000 --- a/core-build/gulp-core-build/src/test/GulpTask.test.ts +++ /dev/null @@ -1,201 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import Vinyl = require('vinyl'); -import * as Gulp from 'gulp'; -import { Readable } from 'stream'; -import * as path from 'path'; - -import { serial, parallel, GulpTask } from '../index'; -import { mockBuildConfig } from './mockBuildConfig'; - -interface IConfig {} - -let testArray: string[] = []; - -class PromiseTask extends GulpTask { - public constructor() { - super('promise', {}); - } - - public executeTask(gulp: typeof Gulp): Promise { - return new Promise((resolve: () => void) => { - testArray.push(this.name); - resolve(); - }); - } -} - -class StreamTask extends GulpTask { - public constructor() { - super('stream', {}); - } - - // eslint-disable-next-line @typescript-eslint/no-explicit-any - public executeTask(gulp: typeof Gulp): any { - const stream: Readable = new Readable({ objectMode: true }); - - // Add no opt function to make it compat with through - // eslint-disable-next-line dot-notation - stream['_read'] = () => { - // Do Nothing - }; - - setTimeout(() => { - const file: Vinyl = new Vinyl({ - path: 'test.js', - contents: Buffer.from('test') - }); - - stream.push(file); - - testArray.push(this.name); - - stream.emit('end'); - }, 100); - - return stream; - } -} - -class SyncTask extends GulpTask { - public constructor() { - super('sync', {}); - } - - public executeTask(gulp: typeof Gulp): void { - testArray.push(this.name); - } -} - -class SyncWithReturnTask extends GulpTask { - public constructor() { - super('sync-with-return', {}); - } - - public executeTask(gulp: typeof Gulp): void { - testArray.push(this.name); - } -} - -class CallbackTask extends GulpTask { - public constructor() { - super('schema-task', {}); - } - - public executeTask(gulp: typeof Gulp, callback: (error?: string | Error) => void): void { - testArray.push(this.name); - callback(); - } -} - -interface ISimpleConfig { - shouldDoThings: boolean; -} - -class SchemaTask extends GulpTask { - public name: string = ''; - - public constructor() { - super('schema-task', { - shouldDoThings: false - }); - } - - public executeTask(gulp: typeof Gulp, callback: (error?: string | Error) => void): void { - callback(); - } - - protected _getConfigFilePath(): string { - return path.join(__dirname, 'schema-task.config.json'); - } -} - -const tasks: GulpTask[] = []; - -tasks.push(new PromiseTask()); -tasks.push(new StreamTask()); -tasks.push(new SyncTask()); -tasks.push(new SyncWithReturnTask()); -tasks.push(new CallbackTask()); - -describe('GulpTask', () => { - for (const task of tasks) { - it(`${task.name} serial`, (done) => { - testArray = []; - task.setConfig({ addToMe: testArray }); - serial(task) - .execute(mockBuildConfig) - .then(() => { - expect(testArray).toEqual([task.name]); - done(); - }) - .catch(done); - }); - - it(`${task.name} parallel`, (done) => { - testArray = []; - task.setConfig({ addToMe: testArray }); - parallel(task) - .execute(mockBuildConfig) - .then(() => { - expect(testArray).toEqual([task.name]); - done(); - }) - .catch(done); - }); - } - - it(`all tasks serial`, (done) => { - testArray = []; - for (const task of tasks) { - task.setConfig({ addToMe: testArray }); - } - serial(tasks) - .execute(mockBuildConfig) - .then(() => { - for (const task of tasks) { - expect(testArray.indexOf(task.name)).toBeGreaterThan(-1); - } - done(); - }) - .catch(done); - }); - - it(`all tasks parallel`, (done) => { - testArray = []; - for (const task of tasks) { - task.setConfig({ addToMe: testArray }); - } - parallel(tasks) - .execute(mockBuildConfig) - .then(() => { - for (const task of tasks) { - expect(testArray.indexOf(task.name)).toBeGreaterThan(-1); - } - done(); - }) - .catch(done); - }); - - it(`reads schema file if loadSchema is implemented`, (done) => { - const schemaTask: SchemaTask = new SchemaTask(); - expect(schemaTask.taskConfig.shouldDoThings).toEqual(false); - schemaTask.onRegister(); - expect(schemaTask.taskConfig.shouldDoThings).toEqual(true); - done(); - }); - - it(`throws validation error is config does not conform to schema file`, (done) => { - const schemaTask: SchemaTask = new SchemaTask(); - - // eslint-disable-next-line @typescript-eslint/no-explicit-any - (schemaTask as any)._getConfigFilePath = (): string => { - return path.join(__dirname, 'other-schema-task.config.json'); - }; - - expect(schemaTask.taskConfig.shouldDoThings).toEqual(false); - expect(schemaTask.onRegister).toThrow(); - done(); - }); -}); diff --git a/core-build/gulp-core-build/src/test/index.test.ts b/core-build/gulp-core-build/src/test/index.test.ts deleted file mode 100644 index 935a6dbc504..00000000000 --- a/core-build/gulp-core-build/src/test/index.test.ts +++ /dev/null @@ -1,161 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import { serial, parallel, getConfig, setConfig, IExecutable, IBuildConfig } from '../index'; -import { mockBuildConfig } from './mockBuildConfig'; - -// disable the exit watching -global['dontWatchExit'] = true; // eslint-disable-line dot-notation - -describe('serial', () => { - it('can run a set of tasks in serial', (done) => { - const execution: string[] = []; - const tasks: IExecutable[] = createTasks('task', 3, (command) => execution.push(command)); - - serial(tasks) - .execute(mockBuildConfig) - .then(() => { - expect(execution).toEqual([ - 'executing task 0', - 'complete task 0', - 'executing task 1', - 'complete task 1', - 'executing task 2', - 'complete task 2' - ]); - done(); - }) - .catch((error) => done(error)); - }); -}); - -describe('parallel', () => { - it('can run a set of tasks in parallel', (done) => { - const execution: string[] = []; - const tasks: IExecutable[] = createTasks('task', 3, (command) => execution.push(command)); - - parallel(tasks) - .execute(mockBuildConfig) - .then(() => { - expect(execution).toEqual([ - 'executing task 0', - 'executing task 1', - 'executing task 2', - 'complete task 0', - 'complete task 1', - 'complete task 2' - ]); - done(); - }) - .catch((error) => done(error)); - }); - - it('can mix in serial sets of tasks', (done) => { - const execution: string[] = []; - const serial1Tasks: IExecutable = serial( - createTasks('serial set 1 -', 2, (command) => execution.push(command)) - ); - const parallelTasks: IExecutable = parallel( - createTasks('parallel', 2, (command) => execution.push(command)) - ); - const serial2Tasks: IExecutable = serial( - createTasks('serial set 2 -', 2, (command) => execution.push(command)) - ); - - serial([serial1Tasks, parallelTasks, serial2Tasks]) - .execute(mockBuildConfig) - .then(() => { - expect(execution).toEqual([ - 'executing serial set 1 - 0', - 'complete serial set 1 - 0', - 'executing serial set 1 - 1', - 'complete serial set 1 - 1', - 'executing parallel 0', - 'executing parallel 1', - 'complete parallel 0', - 'complete parallel 1', - 'executing serial set 2 - 0', - 'complete serial set 2 - 0', - 'executing serial set 2 - 1', - 'complete serial set 2 - 1' - ]); - done(); - }) - .catch((error) => done(error)); - }); - - it('stops running serial tasks on failure', (done) => { - const execution: string[] = []; - const tasks: IExecutable[] = createTasks('task', 1, (command) => execution.push(command)); - - tasks.push(createTask('fail task', (command) => execution.push(command), true)); - tasks.push(createTask('should not run task', (command) => execution.push(command), false)); - - serial(tasks) - .execute(mockBuildConfig) - .then(() => { - done('The task returned success unexpectedly.'); - }) - .catch((error) => { - expect(error).toEqual('Failure'); //, 'Make sure the proper error is propagate'); - expect(execution).toEqual([ - 'executing task 0', - 'complete task 0', - 'executing fail task', - 'complete fail task' - ]); - done(); - }); - }); - - it('can read the current config', (done) => { - const config: IBuildConfig = getConfig(); - // eslint-disable-next-line - expect(config).not.toBeNull(); - done(); - }); - - it('can set the config', (done) => { - const distFolder: string = 'testFolder'; - const newConfig: Partial = { - distFolder: distFolder - }; - - setConfig(newConfig); - expect(getConfig().distFolder).toEqual(distFolder); - done(); - }); -}); - -function createTasks( - name: string, - count: number, - executionCallback: (message: string) => void -): IExecutable[] { - return Array.apply(undefined, Array(count)).map((item, index) => - createTask(name + ' ' + index, executionCallback) - ); -} - -function createTask( - name: string, - executionCallback: (message: string) => void, - shouldFail?: boolean -): IExecutable { - return { - execute: (buildConfig): Promise => - new Promise((resolve, reject) => { - executionCallback(`executing ${name}`); - - setTimeout(() => { - executionCallback(`complete ${name}`); - - if (shouldFail) { - reject('Failure'); - } else { - resolve(); - } - }, 10); - }) - }; -} diff --git a/core-build/gulp-core-build/src/test/mockBuildConfig.ts b/core-build/gulp-core-build/src/test/mockBuildConfig.ts deleted file mode 100644 index 85dd66f27fb..00000000000 --- a/core-build/gulp-core-build/src/test/mockBuildConfig.ts +++ /dev/null @@ -1,21 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import * as gulp from 'gulp'; - -import { IBuildConfig } from './../IBuildConfig'; - -export const mockBuildConfig: IBuildConfig = { - maxBuildTimeMs: 5 * 1000, - gulp, - rootPath: '', - packageFolder: '', - srcFolder: 'src', - libFolder: 'lib', - distFolder: 'dist', - tempFolder: 'temp', - verbose: false, - production: false, - args: {}, - shouldWarningsFailBuild: false -}; diff --git a/core-build/gulp-core-build/src/test/other-schema-task.config.json b/core-build/gulp-core-build/src/test/other-schema-task.config.json deleted file mode 100644 index df8dff12303..00000000000 --- a/core-build/gulp-core-build/src/test/other-schema-task.config.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "title": "A simple sample schema", - - "type": "object", - "required": ["shouldDoOtherThings"], - "additionalProperties": false, - "properties": { - "shouldDoOtherThings": { - "type": "boolean" - } - } -} diff --git a/core-build/gulp-core-build/src/test/schema-task.config.json b/core-build/gulp-core-build/src/test/schema-task.config.json deleted file mode 100644 index 48c61fb42e2..00000000000 --- a/core-build/gulp-core-build/src/test/schema-task.config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "shouldDoThings": true -} diff --git a/core-build/gulp-core-build/src/test/schema-task.schema.json b/core-build/gulp-core-build/src/test/schema-task.schema.json deleted file mode 100644 index 4967131d2af..00000000000 --- a/core-build/gulp-core-build/src/test/schema-task.schema.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "title": "A simple sample schema", - - "type": "object", - "required": ["shouldDoThings"], - "additionalProperties": false, - "properties": { - "$schema": { - "description": "Part of the JSON Schema standard, this optional keyword declares the URL of the schema that the file conforms to. Editors may download the schema and use it to perform syntax highlighting.", - "type": "string" - }, - "shouldDoThings": { - "type": "boolean" - } - } -} diff --git a/core-build/gulp-core-build/src/utilities/FileDeletionUtility.ts b/core-build/gulp-core-build/src/utilities/FileDeletionUtility.ts deleted file mode 100644 index 574feb0419e..00000000000 --- a/core-build/gulp-core-build/src/utilities/FileDeletionUtility.ts +++ /dev/null @@ -1,82 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import * as path from 'path'; -import globEscape = require('glob-escape'); -import globby = require('globby'); - -// eslint-disable-next-line -const del = require('del'); - -export class FileDeletionUtility { - public static deletePatterns(patterns: string[]): void { - const files: string[] = globby.sync(patterns); - this.deleteFiles(files); - } - - public static deleteFiles(files: string[]): void { - del.sync(this.escapeFilePaths(this.removeChildren(files))); - } - - public static escapeFilePaths(files: string[]): string[] { - return files.map((file: string) => { - return globEscape(file); - }); - } - - public static removeChildren(filenames: string[]): string[] { - // Appears to be a known issue with `del` whereby - // if you ask to delete both a folder, and something in the folder, - // it randomly chooses which one to delete first, which can cause - // the function to fail sporadically. The fix for this is simple: - // we need to remove any cleanPaths which exist under a folder we - // are attempting to delete - - // First we sort the list of files. We know that if something is a file, - // if matched, the parent folder should appear earlier in the list - filenames.sort(); - - // We need to determine which paths exist under other paths, and remove them from the - // list of files to delete - const filesToDelete: string[] = []; - - // current working directory - let currentParent: string | undefined = undefined; - - for (let i: number = 0; i < filenames.length; i++) { - const curFile: string = filenames[i]; - if (this.isParentDirectory(currentParent, curFile)) { - continue; - } else { - filesToDelete.push(curFile); - currentParent = curFile; - } - } - return filesToDelete; - } - - public static isParentDirectory(directory: string | undefined, filePath: string | undefined): boolean { - if (!directory || !filePath) { - return false; - } - - const directoryParts: string[] = path.resolve(directory).split(path.sep); - const fileParts: string[] = path.resolve(filePath).split(path.sep); - - if (directoryParts[directoryParts.length - 1] === '') { - // this is to fix an issue with windows roots - directoryParts.pop(); - } - - if (directoryParts.length >= fileParts.length) { - return false; - } - - for (let i: number = 0; i < directoryParts.length; i++) { - if (directoryParts[i] !== fileParts[i]) { - return false; - } - } - return true; - } -} diff --git a/core-build/gulp-core-build/src/utilities/GCBTerminalProvider.ts b/core-build/gulp-core-build/src/utilities/GCBTerminalProvider.ts deleted file mode 100644 index 66993c7eff2..00000000000 --- a/core-build/gulp-core-build/src/utilities/GCBTerminalProvider.ts +++ /dev/null @@ -1,46 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import { TerminalProviderSeverity, ConsoleTerminalProvider } from '@rushstack/node-core-library'; - -import { GulpTask } from '../tasks/GulpTask'; - -/** - * @public - */ -export class GCBTerminalProvider extends ConsoleTerminalProvider { - private _gcbTask: GulpTask; - - public constructor(gcbTask: GulpTask) { - super({ verboseEnabled: true }); - - this._gcbTask = gcbTask; - } - - public write(data: string, severity: TerminalProviderSeverity): void { - data = data.replace(/\r?\n$/, ''); // Trim trailing newlines because the GCB log functions include a newline - - switch (severity) { - case TerminalProviderSeverity.warning: { - this._gcbTask.logWarning(data); - break; - } - - case TerminalProviderSeverity.error: { - this._gcbTask.logError(data); - break; - } - - case TerminalProviderSeverity.verbose: { - this._gcbTask.logVerbose(data); - break; - } - - case TerminalProviderSeverity.log: - default: { - this._gcbTask.log(data); - break; - } - } - } -} diff --git a/core-build/gulp-core-build/src/utilities/test/FileDeletionUtility.test.ts b/core-build/gulp-core-build/src/utilities/test/FileDeletionUtility.test.ts deleted file mode 100644 index d7869afac4d..00000000000 --- a/core-build/gulp-core-build/src/utilities/test/FileDeletionUtility.test.ts +++ /dev/null @@ -1,99 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import { FileDeletionUtility } from './../FileDeletionUtility'; - -describe('FileDeletionUtility', () => { - describe('constructor', () => { - it('can be constructed', () => { - const test: FileDeletionUtility = new FileDeletionUtility(); - expect(test).not.toBeNull(); - }); - }); - describe('isParentDirectory', () => { - it('can detect an immediate child', () => { - expect(FileDeletionUtility.isParentDirectory('/a', '/a/b.txt')).toEqual(true); - }); - it('can detect a deep child', () => { - expect(FileDeletionUtility.isParentDirectory('/a', '/a/b/c/d.txt')).toEqual(true); - }); - it('can detect if base path is longer', () => { - expect(FileDeletionUtility.isParentDirectory('/a/b/c/d', '/a/b/c/d/g.txt')).toEqual(true); - }); - it('can detect siblings', () => { - expect(FileDeletionUtility.isParentDirectory('/a/b', '/a/c')).toEqual(false); - }); - it('can detect siblings with file extensions', () => { - expect(FileDeletionUtility.isParentDirectory('/a/b/c.txt', '/a/b/d.txt')).toEqual(false); - }); - it('can detect when not a parent', () => { - expect(FileDeletionUtility.isParentDirectory('/a/b/c', '/a')).toEqual(false); - expect(FileDeletionUtility.isParentDirectory('/a/b/c', '/a/b.txt')).toEqual(false); - }); - it('accepts anything under the root', () => { - expect(FileDeletionUtility.isParentDirectory('/', '/a.txt')).toEqual(true); - expect(FileDeletionUtility.isParentDirectory('/', '/a/b/c/d.txt')).toEqual(true); - }); - it('it is case sensitive', () => { - expect(FileDeletionUtility.isParentDirectory('/a', '/A/b.txt')).toEqual(false); - expect(FileDeletionUtility.isParentDirectory('/a', '/a/b.txt')).toEqual(true); - expect(FileDeletionUtility.isParentDirectory('/a/B/c', '/a/b/c/d.txt')).toEqual(false); - }); - it('it does not accept null or undefined', () => { - expect(FileDeletionUtility.isParentDirectory('', '/A/b.txt')).toEqual(false); - expect(FileDeletionUtility.isParentDirectory(undefined, '/a/b.txt')).toEqual(false); - expect( - FileDeletionUtility.isParentDirectory(null as any, '/a/b/c/d.txt') // eslint-disable-line @typescript-eslint/no-explicit-any - ).toEqual(false); - expect(FileDeletionUtility.isParentDirectory('/A/b.txt', '')).toEqual(false); - expect(FileDeletionUtility.isParentDirectory('/a/b.txt', undefined)).toEqual(false); - expect( - FileDeletionUtility.isParentDirectory('/a/b/c/d.txt', null as any) // eslint-disable-line @typescript-eslint/no-explicit-any - ).toEqual(false); - }); - }); - describe('removeChildren', () => { - it('removes children of a parent', () => { - const files: string[] = [ - '/a', - '/a/b', - '/a/b/c.txt', - '/a/b/d.txt', - '/a/z', - '/b/f/g', - '/b/f/ggg', - '/b/f/ggg/foo.txt', - '/c', - '/c/a.txt', - '/c/f/g/h/j/k/l/q', - '/d' - ]; - const expected: string[] = ['/a', '/b/f/g', '/b/f/ggg', '/c', '/d']; - const actual: string[] = FileDeletionUtility.removeChildren(files); - - expect(actual).toHaveLength(expected.length); - expect(expected).toEqual(actual); - }); - it('removes everything under the root', () => { - const files: string[] = [ - '/', - '/a/b', - '/a/b/c.txt', - '/a/b/d.txt', - '/a/z', - '/b/f/g', - '/b/f/ggg', - '/b/f/ggg/foo.txt', - '/c', - '/c/a.txt', - '/c/f/g/h/j/k/l/q', - '/d' - ]; - const expected: string[] = ['/']; - const actual: string[] = FileDeletionUtility.removeChildren(files); - - expect(actual).toHaveLength(expected.length); - expect(expected).toEqual(actual); - }); - }); -}); diff --git a/core-build/gulp-core-build/tsconfig.json b/core-build/gulp-core-build/tsconfig.json deleted file mode 100644 index edadcec8052..00000000000 --- a/core-build/gulp-core-build/tsconfig.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.9/includes/tsconfig-node.json", - "compilerOptions": { - "types": ["jest"] - } -} diff --git a/core-build/gulp-core-build/typings-custom/glob-escape/index.d.ts b/core-build/gulp-core-build/typings-custom/glob-escape/index.d.ts deleted file mode 100644 index cf21aa060c6..00000000000 --- a/core-build/gulp-core-build/typings-custom/glob-escape/index.d.ts +++ /dev/null @@ -1,9 +0,0 @@ -// Type definitions for glob-escape 0.0.1 -// Definitions by: pgonzal - -declare module 'glob-escape' { - function escapeGlob(glob: string): string; - function escapeGlob(glob: string[]): string[]; - - export = escapeGlob; -} diff --git a/core-build/node-library-build/.eslintrc.js b/core-build/node-library-build/.eslintrc.js deleted file mode 100644 index 4c934799d67..00000000000 --- a/core-build/node-library-build/.eslintrc.js +++ /dev/null @@ -1,10 +0,0 @@ -// This is a workaround for https://github.com/eslint/eslint/issues/3458 -require('@rushstack/eslint-config/patch/modern-module-resolution'); - -module.exports = { - extends: [ - '@rushstack/eslint-config/profile/node-trusted-tool', - '@rushstack/eslint-config/mixins/friendly-locals' - ], - parserOptions: { tsconfigRootDir: __dirname } -}; diff --git a/core-build/node-library-build/.npmignore b/core-build/node-library-build/.npmignore deleted file mode 100644 index 302dbc5b019..00000000000 --- a/core-build/node-library-build/.npmignore +++ /dev/null @@ -1,30 +0,0 @@ -# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. - -# Ignore all files by default, to avoid accidentally publishing unintended files. -* - -# Use negative patterns to bring back the specific things we want to publish. -!/bin/** -!/lib/** -!/lib-*/** -!/dist/** -!ThirdPartyNotice.txt - -# Ignore certain patterns that should not get published. -/dist/*.stats.* -/lib/**/test/ -/lib-*/**/test/ -*.test.js - -# NOTE: These don't need to be specified, because NPM includes them automatically. -# -# package.json -# README (and its variants) -# CHANGELOG (and its variants) -# LICENSE / LICENCE - -#-------------------------------------------- -# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE -#-------------------------------------------- - -# (Add your project-specific overrides here) \ No newline at end of file diff --git a/core-build/node-library-build/CHANGELOG.json b/core-build/node-library-build/CHANGELOG.json deleted file mode 100644 index 6ecc98007e9..00000000000 --- a/core-build/node-library-build/CHANGELOG.json +++ /dev/null @@ -1,6290 +0,0 @@ -{ - "name": "@microsoft/node-library-build", - "entries": [ - { - "version": "6.5.26", - "tag": "@microsoft/node-library-build_v6.5.26", - "date": "Wed, 19 May 2021 00:11:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.17`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" to `3.9.17`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.26`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.47`" - } - ] - } - }, - { - "version": "6.5.25", - "tag": "@microsoft/node-library-build_v6.5.25", - "date": "Mon, 03 May 2021 15:10:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.16`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" to `3.9.16`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.25`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.46`" - } - ] - } - }, - { - "version": "6.5.24", - "tag": "@microsoft/node-library-build_v6.5.24", - "date": "Thu, 29 Apr 2021 23:26:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.15`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" to `3.9.15`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.24`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.45`" - } - ] - } - }, - { - "version": "6.5.23", - "tag": "@microsoft/node-library-build_v6.5.23", - "date": "Tue, 20 Apr 2021 04:59:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.23`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.44`" - } - ] - } - }, - { - "version": "6.5.22", - "tag": "@microsoft/node-library-build_v6.5.22", - "date": "Mon, 12 Apr 2021 15:10:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" to `3.9.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.22`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.43`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.4`" - } - ] - } - }, - { - "version": "6.5.21", - "tag": "@microsoft/node-library-build_v6.5.21", - "date": "Thu, 08 Apr 2021 06:05:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.21`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.42`" - } - ] - } - }, - { - "version": "6.5.20", - "tag": "@microsoft/node-library-build_v6.5.20", - "date": "Tue, 06 Apr 2021 15:14:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" to `3.9.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.20`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.41`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.3`" - } - ] - } - }, - { - "version": "6.5.19", - "tag": "@microsoft/node-library-build_v6.5.19", - "date": "Thu, 04 Mar 2021 01:11:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.19`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.40`" - } - ] - } - }, - { - "version": "6.5.18", - "tag": "@microsoft/node-library-build_v6.5.18", - "date": "Fri, 05 Feb 2021 16:10:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" to `3.9.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.18`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.39`" - } - ] - } - }, - { - "version": "6.5.17", - "tag": "@microsoft/node-library-build_v6.5.17", - "date": "Wed, 13 Jan 2021 01:11:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.17`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.38`" - } - ] - } - }, - { - "version": "6.5.16", - "tag": "@microsoft/node-library-build_v6.5.16", - "date": "Thu, 10 Dec 2020 23:25:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" to `3.9.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.16`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.37`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.2`" - } - ] - } - }, - { - "version": "6.5.15", - "tag": "@microsoft/node-library-build_v6.5.15", - "date": "Sat, 05 Dec 2020 01:11:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.15`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.36`" - } - ] - } - }, - { - "version": "6.5.14", - "tag": "@microsoft/node-library-build_v6.5.14", - "date": "Mon, 30 Nov 2020 16:11:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" to `3.9.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.14`" - } - ] - } - }, - { - "version": "6.5.13", - "tag": "@microsoft/node-library-build_v6.5.13", - "date": "Wed, 18 Nov 2020 08:19:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.13`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.35`" - } - ] - } - }, - { - "version": "6.5.12", - "tag": "@microsoft/node-library-build_v6.5.12", - "date": "Wed, 18 Nov 2020 06:21:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.12`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.34`" - } - ] - } - }, - { - "version": "6.5.11", - "tag": "@microsoft/node-library-build_v6.5.11", - "date": "Wed, 11 Nov 2020 01:08:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" to `3.9.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.11`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.33`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.1`" - } - ] - } - }, - { - "version": "6.5.10", - "tag": "@microsoft/node-library-build_v6.5.10", - "date": "Tue, 10 Nov 2020 23:13:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" to `3.9.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.10`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.32`" - } - ] - } - }, - { - "version": "6.5.9", - "tag": "@microsoft/node-library-build_v6.5.9", - "date": "Fri, 30 Oct 2020 06:38:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" to `3.9.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.9`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.31`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.0`" - } - ] - } - }, - { - "version": "6.5.8", - "tag": "@microsoft/node-library-build_v6.5.8", - "date": "Fri, 30 Oct 2020 00:10:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" to `3.9.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.8`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.30`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.3`" - } - ] - } - }, - { - "version": "6.5.7", - "tag": "@microsoft/node-library-build_v6.5.7", - "date": "Thu, 29 Oct 2020 06:14:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.29`" - } - ] - } - }, - { - "version": "6.5.6", - "tag": "@microsoft/node-library-build_v6.5.6", - "date": "Wed, 28 Oct 2020 01:18:03 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" to `3.9.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.28`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.2`" - } - ] - } - }, - { - "version": "6.5.5", - "tag": "@microsoft/node-library-build_v6.5.5", - "date": "Tue, 27 Oct 2020 15:10:13 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" to `3.9.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.27`" - } - ] - } - }, - { - "version": "6.5.4", - "tag": "@microsoft/node-library-build_v6.5.4", - "date": "Tue, 06 Oct 2020 00:24:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" to `3.9.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.26`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.1`" - } - ] - } - }, - { - "version": "6.5.3", - "tag": "@microsoft/node-library-build_v6.5.3", - "date": "Mon, 05 Oct 2020 22:36:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" to `3.9.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.25`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.0`" - } - ] - } - }, - { - "version": "6.5.2", - "tag": "@microsoft/node-library-build_v6.5.2", - "date": "Mon, 05 Oct 2020 15:10:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.24`" - } - ] - } - }, - { - "version": "6.5.1", - "tag": "@microsoft/node-library-build_v6.5.1", - "date": "Wed, 30 Sep 2020 18:39:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" to `3.9.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.23`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.3`" - } - ] - } - }, - { - "version": "6.5.0", - "tag": "@microsoft/node-library-build_v6.5.0", - "date": "Wed, 30 Sep 2020 06:53:53 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade compiler; the API now requires TypeScript 3.9 or newer" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" to `3.9.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.22`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.2`" - } - ] - } - }, - { - "version": "6.4.52", - "tag": "@microsoft/node-library-build_v6.4.52", - "date": "Tue, 22 Sep 2020 05:45:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.28`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" to `3.8.37`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.4.52`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.21`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.1`" - } - ] - } - }, - { - "version": "6.4.51", - "tag": "@microsoft/node-library-build_v6.4.51", - "date": "Tue, 22 Sep 2020 01:45:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.27`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" to `3.8.36`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.4.51`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.20`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.0`" - } - ] - } - }, - { - "version": "6.4.50", - "tag": "@microsoft/node-library-build_v6.4.50", - "date": "Tue, 22 Sep 2020 00:08:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.26`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" to `3.8.35`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.4.50`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.19`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.0.0`" - } - ] - } - }, - { - "version": "6.4.49", - "tag": "@microsoft/node-library-build_v6.4.49", - "date": "Sat, 19 Sep 2020 04:37:26 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.25`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" to `3.8.34`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.4.49`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.18`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.2`" - } - ] - } - }, - { - "version": "6.4.48", - "tag": "@microsoft/node-library-build_v6.4.48", - "date": "Sat, 19 Sep 2020 03:33:07 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.24`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" to `3.8.33`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.4.48`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.17`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.1`" - } - ] - } - }, - { - "version": "6.4.47", - "tag": "@microsoft/node-library-build_v6.4.47", - "date": "Fri, 18 Sep 2020 22:57:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.23`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" to `3.8.32`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.4.47`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.16`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.0`" - } - ] - } - }, - { - "version": "6.4.46", - "tag": "@microsoft/node-library-build_v6.4.46", - "date": "Fri, 18 Sep 2020 21:49:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.22`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" to `3.8.31`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.4.46`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.15`" - } - ] - } - }, - { - "version": "6.4.45", - "tag": "@microsoft/node-library-build_v6.4.45", - "date": "Sun, 13 Sep 2020 01:53:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.4.45`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.14`" - } - ] - } - }, - { - "version": "6.4.44", - "tag": "@microsoft/node-library-build_v6.4.44", - "date": "Fri, 11 Sep 2020 02:13:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.21`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" to `3.8.30`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.4.44`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.13`" - } - ] - } - }, - { - "version": "6.4.43", - "tag": "@microsoft/node-library-build_v6.4.43", - "date": "Mon, 07 Sep 2020 07:37:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.20`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" to `3.8.29`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.4.43`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.12`" - } - ] - } - }, - { - "version": "6.4.42", - "tag": "@microsoft/node-library-build_v6.4.42", - "date": "Sat, 05 Sep 2020 18:56:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.4.42`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.11`" - } - ] - } - }, - { - "version": "6.4.41", - "tag": "@microsoft/node-library-build_v6.4.41", - "date": "Thu, 27 Aug 2020 11:27:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.19`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" to `3.8.28`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.4.41`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.10`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.3.0`" - } - ] - } - }, - { - "version": "6.4.40", - "tag": "@microsoft/node-library-build_v6.4.40", - "date": "Mon, 24 Aug 2020 07:35:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.18`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" to `3.8.27`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.4.40`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.9`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.1`" - } - ] - } - }, - { - "version": "6.4.39", - "tag": "@microsoft/node-library-build_v6.4.39", - "date": "Sat, 22 Aug 2020 05:55:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.17`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" to `3.8.26`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.4.39`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.8`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.0`" - } - ] - } - }, - { - "version": "6.4.38", - "tag": "@microsoft/node-library-build_v6.4.38", - "date": "Fri, 21 Aug 2020 01:21:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.4.38`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.7`" - } - ] - } - }, - { - "version": "6.4.37", - "tag": "@microsoft/node-library-build_v6.4.37", - "date": "Thu, 20 Aug 2020 15:13:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.4.37`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.6`" - } - ] - } - }, - { - "version": "6.4.36", - "tag": "@microsoft/node-library-build_v6.4.36", - "date": "Tue, 18 Aug 2020 23:59:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.16`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" to `3.8.25`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.4.36`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.5`" - } - ] - } - }, - { - "version": "6.4.35", - "tag": "@microsoft/node-library-build_v6.4.35", - "date": "Mon, 17 Aug 2020 04:53:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.15`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" to `3.8.24`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.4.35`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.1.0`" - } - ] - } - }, - { - "version": "6.4.34", - "tag": "@microsoft/node-library-build_v6.4.34", - "date": "Wed, 12 Aug 2020 00:10:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" to `3.8.23`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.4.34`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.0.4`" - } - ] - } - }, - { - "version": "6.4.33", - "tag": "@microsoft/node-library-build_v6.4.33", - "date": "Wed, 05 Aug 2020 18:27:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" to `3.8.22`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.4.33`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.2`" - } - ] - } - }, - { - "version": "6.4.32", - "tag": "@microsoft/node-library-build_v6.4.32", - "date": "Fri, 03 Jul 2020 15:09:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.11` to `3.16.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.8.20` to `3.8.21`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.31` to `8.4.32`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.8.0` to `0.8.1`" - } - ] - } - }, - { - "version": "6.4.31", - "tag": "@microsoft/node-library-build_v6.4.31", - "date": "Fri, 03 Jul 2020 05:46:41 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.30` to `8.4.31`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.7.2` to `0.8.0`" - } - ] - } - }, - { - "version": "6.4.30", - "tag": "@microsoft/node-library-build_v6.4.30", - "date": "Sat, 27 Jun 2020 00:09:38 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.29` to `8.4.30`" - } - ] - } - }, - { - "version": "6.4.29", - "tag": "@microsoft/node-library-build_v6.4.29", - "date": "Fri, 26 Jun 2020 22:16:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.28` to `8.4.29`" - } - ] - } - }, - { - "version": "6.4.28", - "tag": "@microsoft/node-library-build_v6.4.28", - "date": "Thu, 25 Jun 2020 06:43:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.10` to `3.16.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.8.19` to `3.8.20`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.27` to `8.4.28`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.7.1` to `0.7.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.1` to `1.0.2`" - } - ] - } - }, - { - "version": "6.4.27", - "tag": "@microsoft/node-library-build_v6.4.27", - "date": "Wed, 24 Jun 2020 09:50:48 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.9` to `3.16.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.8.18` to `3.8.19`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.26` to `8.4.27`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.7.0` to `0.7.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.0` to `1.0.1`" - } - ] - } - }, - { - "version": "6.4.26", - "tag": "@microsoft/node-library-build_v6.4.26", - "date": "Wed, 24 Jun 2020 09:04:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.8` to `3.16.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.8.17` to `3.8.18`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.25` to `8.4.26`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.6.1` to `0.7.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.8` to `1.0.0`" - } - ] - } - }, - { - "version": "6.4.25", - "tag": "@microsoft/node-library-build_v6.4.25", - "date": "Mon, 15 Jun 2020 22:17:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.24` to `8.4.25`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.6.0` to `0.6.1`" - } - ] - } - }, - { - "version": "6.4.24", - "tag": "@microsoft/node-library-build_v6.4.24", - "date": "Fri, 12 Jun 2020 09:19:21 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.23` to `8.4.24`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.5.3` to `0.6.0`" - } - ] - } - }, - { - "version": "6.4.23", - "tag": "@microsoft/node-library-build_v6.4.23", - "date": "Wed, 10 Jun 2020 20:48:30 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.7` to `3.16.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.8.16` to `3.8.17`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.22` to `8.4.23`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.5.2` to `0.5.3`" - } - ] - } - }, - { - "version": "6.4.22", - "tag": "@microsoft/node-library-build_v6.4.22", - "date": "Mon, 01 Jun 2020 08:34:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.21` to `8.4.22`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.5.1` to `0.5.2`" - } - ] - } - }, - { - "version": "6.4.21", - "tag": "@microsoft/node-library-build_v6.4.21", - "date": "Sat, 30 May 2020 02:59:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.6` to `3.16.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.8.15` to `3.8.16`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.20` to `8.4.21`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.5.0` to `0.5.1`" - } - ] - } - }, - { - "version": "6.4.20", - "tag": "@microsoft/node-library-build_v6.4.20", - "date": "Thu, 28 May 2020 05:59:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.5` to `3.16.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.8.14` to `3.8.15`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.19` to `8.4.20`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.17` to `0.5.0`" - } - ] - } - }, - { - "version": "6.4.19", - "tag": "@microsoft/node-library-build_v6.4.19", - "date": "Wed, 27 May 2020 05:15:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.4` to `3.16.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.8.13` to `3.8.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.18` to `8.4.19`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.16` to `0.4.17`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.7` to `0.5.8`" - } - ] - } - }, - { - "version": "6.4.18", - "tag": "@microsoft/node-library-build_v6.4.18", - "date": "Tue, 26 May 2020 23:00:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.3` to `3.16.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.8.12` to `3.8.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.17` to `8.4.18`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.15` to `0.4.16`" - } - ] - } - }, - { - "version": "6.4.17", - "tag": "@microsoft/node-library-build_v6.4.17", - "date": "Fri, 22 May 2020 15:08:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.2` to `3.16.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.8.11` to `3.8.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.16` to `8.4.17`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.14` to `0.4.15`" - } - ] - } - }, - { - "version": "6.4.16", - "tag": "@microsoft/node-library-build_v6.4.16", - "date": "Thu, 21 May 2020 23:09:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.1` to `3.16.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.8.10` to `3.8.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.15` to `8.4.16`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.13` to `0.4.14`" - } - ] - } - }, - { - "version": "6.4.15", - "tag": "@microsoft/node-library-build_v6.4.15", - "date": "Thu, 21 May 2020 15:41:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.0` to `3.16.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.8.9` to `3.8.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.14` to `8.4.15`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.12` to `0.4.13`" - } - ] - } - }, - { - "version": "6.4.14", - "tag": "@microsoft/node-library-build_v6.4.14", - "date": "Tue, 19 May 2020 15:08:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.13` to `8.4.14`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.11` to `0.4.12`" - } - ] - } - }, - { - "version": "6.4.13", - "tag": "@microsoft/node-library-build_v6.4.13", - "date": "Fri, 15 May 2020 08:10:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.12` to `8.4.13`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.10` to `0.4.11`" - } - ] - } - }, - { - "version": "6.4.12", - "tag": "@microsoft/node-library-build_v6.4.12", - "date": "Wed, 06 May 2020 08:23:45 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.11` to `8.4.12`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.9` to `0.4.10`" - } - ] - } - }, - { - "version": "6.4.11", - "tag": "@microsoft/node-library-build_v6.4.11", - "date": "Sat, 02 May 2020 00:08:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.5` to `3.16.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.8.8` to `3.8.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.10` to `8.4.11`" - } - ] - } - }, - { - "version": "6.4.10", - "tag": "@microsoft/node-library-build_v6.4.10", - "date": "Wed, 08 Apr 2020 04:07:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.4` to `3.15.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.8.7` to `3.8.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.9` to `8.4.10`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.8` to `0.4.9`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.6` to `0.5.7`" - } - ] - } - }, - { - "version": "6.4.9", - "tag": "@microsoft/node-library-build_v6.4.9", - "date": "Fri, 03 Apr 2020 15:10:15 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.8` to `8.4.9`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.7` to `0.4.8`" - } - ] - } - }, - { - "version": "6.4.8", - "tag": "@microsoft/node-library-build_v6.4.8", - "date": "Sun, 29 Mar 2020 00:04:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.7` to `8.4.8`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.6` to `0.4.7`" - } - ] - } - }, - { - "version": "6.4.7", - "tag": "@microsoft/node-library-build_v6.4.7", - "date": "Sat, 28 Mar 2020 00:37:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.3` to `3.15.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.8.6` to `3.8.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.6` to `8.4.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.5` to `0.4.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.5` to `0.5.6`" - } - ] - } - }, - { - "version": "6.4.6", - "tag": "@microsoft/node-library-build_v6.4.6", - "date": "Wed, 18 Mar 2020 15:07:47 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.2` to `3.15.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.8.5` to `3.8.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.5` to `8.4.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.4` to `0.4.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.4` to `0.5.5`" - } - ] - } - }, - { - "version": "6.4.5", - "tag": "@microsoft/node-library-build_v6.4.5", - "date": "Tue, 17 Mar 2020 23:55:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.1` to `3.15.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.8.4` to `3.8.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.4` to `8.4.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.3` to `0.4.4`" - } - ] - } - }, - { - "version": "6.4.4", - "tag": "@microsoft/node-library-build_v6.4.4", - "date": "Tue, 28 Jan 2020 02:23:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.0` to `3.15.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.8.3` to `3.8.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.3` to `8.4.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.2` to `0.4.3`" - } - ] - } - }, - { - "version": "6.4.3", - "tag": "@microsoft/node-library-build_v6.4.3", - "date": "Fri, 24 Jan 2020 00:27:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.14.2` to `3.15.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.8.2` to `3.8.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.2` to `8.4.3`" - } - ] - } - }, - { - "version": "6.4.2", - "tag": "@microsoft/node-library-build_v6.4.2", - "date": "Thu, 23 Jan 2020 01:07:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.14.1` to `3.14.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.8.1` to `3.8.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.1` to `8.4.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.1` to `0.4.2`" - } - ] - } - }, - { - "version": "6.4.1", - "tag": "@microsoft/node-library-build_v6.4.1", - "date": "Tue, 21 Jan 2020 21:56:13 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.14.0` to `3.14.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.8.0` to `3.8.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.0` to `8.4.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.0` to `0.4.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.3` to `0.5.4`" - } - ] - } - }, - { - "version": "6.4.0", - "tag": "@microsoft/node-library-build_v6.4.0", - "date": "Sun, 19 Jan 2020 02:26:52 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade Node typings to Node 10" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.13.4` to `3.14.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.7.10` to `3.8.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.3.16` to `8.4.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.3.15` to `0.4.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.2` to `0.5.3`" - } - ] - } - }, - { - "version": "6.3.16", - "tag": "@microsoft/node-library-build_v6.3.16", - "date": "Fri, 17 Jan 2020 01:08:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.13.3` to `3.13.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.7.9` to `3.7.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.3.15` to `8.3.16`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.3.14` to `0.3.15`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.1` to `0.5.2`" - } - ] - } - }, - { - "version": "6.3.15", - "tag": "@microsoft/node-library-build_v6.3.15", - "date": "Tue, 14 Jan 2020 01:34:15 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.3.14` to `8.3.15`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.3.13` to `0.3.14`" - } - ] - } - }, - { - "version": "6.3.14", - "tag": "@microsoft/node-library-build_v6.3.14", - "date": "Sat, 11 Jan 2020 05:18:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.13.2` to `3.13.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.7.8` to `3.7.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.3.13` to `8.3.14`" - } - ] - } - }, - { - "version": "6.3.13", - "tag": "@microsoft/node-library-build_v6.3.13", - "date": "Thu, 09 Jan 2020 06:44:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.13.1` to `3.13.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.7.7` to `3.7.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.3.12` to `8.3.13`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.3.12` to `0.3.13`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.0` to `0.5.1`" - } - ] - } - }, - { - "version": "6.3.12", - "tag": "@microsoft/node-library-build_v6.3.12", - "date": "Wed, 08 Jan 2020 00:11:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.13.0` to `3.13.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.7.6` to `3.7.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.3.11` to `8.3.12`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.3.11` to `0.3.12`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.2` to `0.5.0`" - } - ] - } - }, - { - "version": "6.3.11", - "tag": "@microsoft/node-library-build_v6.3.11", - "date": "Wed, 04 Dec 2019 23:17:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.5` to `3.13.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.7.5` to `3.7.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.3.10` to `8.3.11`" - } - ] - } - }, - { - "version": "6.3.10", - "tag": "@microsoft/node-library-build_v6.3.10", - "date": "Tue, 03 Dec 2019 03:17:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.3.9` to `8.3.10`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.9` to `0.3.10`" - } - ] - } - }, - { - "version": "6.3.9", - "tag": "@microsoft/node-library-build_v6.3.9", - "date": "Sun, 24 Nov 2019 00:54:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.3.8` to `8.3.9`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.8` to `0.3.9`" - } - ] - } - }, - { - "version": "6.3.8", - "tag": "@microsoft/node-library-build_v6.3.8", - "date": "Wed, 20 Nov 2019 06:14:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.3.7` to `8.3.8`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.7` to `0.3.8`" - } - ] - } - }, - { - "version": "6.3.7", - "tag": "@microsoft/node-library-build_v6.3.7", - "date": "Fri, 15 Nov 2019 04:50:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.4` to `3.12.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.7.4` to `3.7.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.3.6` to `8.3.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.6` to `0.3.7`" - } - ] - } - }, - { - "version": "6.3.6", - "tag": "@microsoft/node-library-build_v6.3.6", - "date": "Mon, 11 Nov 2019 16:07:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.3` to `3.12.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.7.3` to `3.7.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.3.5` to `8.3.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.5` to `0.3.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.1` to `0.4.2`" - } - ] - } - }, - { - "version": "6.3.5", - "tag": "@microsoft/node-library-build_v6.3.5", - "date": "Wed, 06 Nov 2019 22:44:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.3.4` to `8.3.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.4` to `0.3.5`" - } - ] - } - }, - { - "version": "6.3.4", - "tag": "@microsoft/node-library-build_v6.3.4", - "date": "Tue, 05 Nov 2019 06:49:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.2` to `3.12.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.7.2` to `3.7.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.3.3` to `8.3.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.3` to `0.3.4`" - } - ] - } - }, - { - "version": "6.3.3", - "tag": "@microsoft/node-library-build_v6.3.3", - "date": "Tue, 05 Nov 2019 01:08:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.3.2` to `8.3.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.2` to `0.3.3`" - } - ] - } - }, - { - "version": "6.3.2", - "tag": "@microsoft/node-library-build_v6.3.2", - "date": "Fri, 25 Oct 2019 15:08:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.3.1` to `8.3.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.1` to `0.3.2`" - } - ] - } - }, - { - "version": "6.3.1", - "tag": "@microsoft/node-library-build_v6.3.1", - "date": "Tue, 22 Oct 2019 06:24:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.1` to `3.12.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.7.1` to `3.7.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.3.0` to `8.3.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.0` to `0.3.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.0` to `0.4.1`" - } - ] - } - }, - { - "version": "6.3.0", - "tag": "@microsoft/node-library-build_v6.3.0", - "date": "Mon, 21 Oct 2019 05:22:43 GMT", - "comments": { - "minor": [ - { - "comment": "Add support for ESLint+TypeScript" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.2.6` to `8.3.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.6` to `0.3.0`" - } - ] - } - }, - { - "version": "6.2.6", - "tag": "@microsoft/node-library-build_v6.2.6", - "date": "Fri, 18 Oct 2019 15:15:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.2.5` to `8.2.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.5` to `0.2.6`" - } - ] - } - }, - { - "version": "6.2.5", - "tag": "@microsoft/node-library-build_v6.2.5", - "date": "Sun, 06 Oct 2019 00:27:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.2.4` to `8.2.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.4` to `0.2.5`" - } - ] - } - }, - { - "version": "6.2.4", - "tag": "@microsoft/node-library-build_v6.2.4", - "date": "Fri, 04 Oct 2019 00:15:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.2.3` to `8.2.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.3` to `0.2.4`" - } - ] - } - }, - { - "version": "6.2.3", - "tag": "@microsoft/node-library-build_v6.2.3", - "date": "Sun, 29 Sep 2019 23:56:29 GMT", - "comments": { - "patch": [ - { - "comment": "Update repository URL" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.0` to `3.12.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.7.0` to `3.7.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.2.2` to `8.2.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.2` to `0.2.3`" - } - ] - } - }, - { - "version": "6.2.2", - "tag": "@microsoft/node-library-build_v6.2.2", - "date": "Wed, 25 Sep 2019 15:15:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.2.1` to `8.2.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.1` to `0.2.2`" - } - ] - } - }, - { - "version": "6.2.1", - "tag": "@microsoft/node-library-build_v6.2.1", - "date": "Tue, 24 Sep 2019 02:58:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.2.0` to `8.2.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.0` to `0.2.1`" - } - ] - } - }, - { - "version": "6.2.0", - "tag": "@microsoft/node-library-build_v6.2.0", - "date": "Mon, 23 Sep 2019 15:14:55 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade @types/node dependency" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.11.3` to `3.12.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.6.4` to `3.7.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.35` to `8.2.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.24` to `0.2.0`" - } - ] - } - }, - { - "version": "6.1.11", - "tag": "@microsoft/node-library-build_v6.1.11", - "date": "Fri, 20 Sep 2019 21:27:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.34` to `8.1.35`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.23` to `0.1.24`" - } - ] - } - }, - { - "version": "6.1.10", - "tag": "@microsoft/node-library-build_v6.1.10", - "date": "Wed, 11 Sep 2019 19:56:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.33` to `8.1.34`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.22` to `0.1.23`" - } - ] - } - }, - { - "version": "6.1.9", - "tag": "@microsoft/node-library-build_v6.1.9", - "date": "Tue, 10 Sep 2019 22:32:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.11.2` to `3.11.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.6.3` to `3.6.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.32` to `8.1.33`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.21` to `0.1.22`" - } - ] - } - }, - { - "version": "6.1.8", - "tag": "@microsoft/node-library-build_v6.1.8", - "date": "Tue, 10 Sep 2019 20:38:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.31` to `8.1.32`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.20` to `0.1.21`" - } - ] - } - }, - { - "version": "6.1.7", - "tag": "@microsoft/node-library-build_v6.1.7", - "date": "Wed, 04 Sep 2019 18:28:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.11.1` to `3.11.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.6.2` to `3.6.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.30` to `8.1.31`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.19` to `0.1.20`" - } - ] - } - }, - { - "version": "6.1.6", - "tag": "@microsoft/node-library-build_v6.1.6", - "date": "Wed, 04 Sep 2019 15:15:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.29` to `8.1.30`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.18` to `0.1.19`" - } - ] - } - }, - { - "version": "6.1.5", - "tag": "@microsoft/node-library-build_v6.1.5", - "date": "Fri, 30 Aug 2019 00:14:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.28` to `8.1.29`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.17` to `0.1.18`" - } - ] - } - }, - { - "version": "6.1.4", - "tag": "@microsoft/node-library-build_v6.1.4", - "date": "Mon, 12 Aug 2019 15:15:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.27` to `8.1.28`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.16` to `0.1.17`" - } - ] - } - }, - { - "version": "6.1.3", - "tag": "@microsoft/node-library-build_v6.1.3", - "date": "Thu, 08 Aug 2019 15:14:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.11.0` to `3.11.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.6.1` to `3.6.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.26` to `8.1.27`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.15` to `0.1.16`" - } - ] - } - }, - { - "version": "6.1.2", - "tag": "@microsoft/node-library-build_v6.1.2", - "date": "Thu, 08 Aug 2019 00:49:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.25` to `8.1.26`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.14` to `0.1.15`" - } - ] - } - }, - { - "version": "6.1.1", - "tag": "@microsoft/node-library-build_v6.1.1", - "date": "Mon, 05 Aug 2019 22:04:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.10.0` to `3.11.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.6.0` to `3.6.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.24` to `8.1.25`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.13` to `0.1.14`" - } - ] - } - }, - { - "version": "6.1.0", - "tag": "@microsoft/node-library-build_v6.1.0", - "date": "Tue, 23 Jul 2019 19:14:38 GMT", - "comments": { - "minor": [ - { - "comment": "Update gulp to 4.0.2" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.26` to `3.10.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.76` to `3.6.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.23` to `8.1.24`" - } - ] - } - }, - { - "version": "6.0.74", - "tag": "@microsoft/node-library-build_v6.0.74", - "date": "Tue, 23 Jul 2019 01:13:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.22` to `8.1.23`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.12` to `0.1.13`" - } - ] - } - }, - { - "version": "6.0.73", - "tag": "@microsoft/node-library-build_v6.0.73", - "date": "Mon, 22 Jul 2019 19:13:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.21` to `8.1.22`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.11` to `0.1.12`" - } - ] - } - }, - { - "version": "6.0.72", - "tag": "@microsoft/node-library-build_v6.0.72", - "date": "Fri, 12 Jul 2019 19:12:46 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.20` to `8.1.21`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.23` to `0.3.24`" - } - ] - } - }, - { - "version": "6.0.71", - "tag": "@microsoft/node-library-build_v6.0.71", - "date": "Thu, 11 Jul 2019 19:13:08 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.19` to `8.1.20`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.22` to `0.3.23`" - } - ] - } - }, - { - "version": "6.0.70", - "tag": "@microsoft/node-library-build_v6.0.70", - "date": "Tue, 09 Jul 2019 19:13:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.18` to `8.1.19`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.21` to `0.3.22`" - } - ] - } - }, - { - "version": "6.0.69", - "tag": "@microsoft/node-library-build_v6.0.69", - "date": "Mon, 08 Jul 2019 19:12:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.17` to `8.1.18`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.20` to `0.3.21`" - } - ] - } - }, - { - "version": "6.0.68", - "tag": "@microsoft/node-library-build_v6.0.68", - "date": "Sat, 29 Jun 2019 02:30:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.16` to `8.1.17`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.19` to `0.3.20`" - } - ] - } - }, - { - "version": "6.0.67", - "tag": "@microsoft/node-library-build_v6.0.67", - "date": "Wed, 12 Jun 2019 19:12:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.15` to `8.1.16`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.18` to `0.3.19`" - } - ] - } - }, - { - "version": "6.0.66", - "tag": "@microsoft/node-library-build_v6.0.66", - "date": "Tue, 11 Jun 2019 00:48:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.14` to `8.1.15`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.17` to `0.3.18`" - } - ] - } - }, - { - "version": "6.0.65", - "tag": "@microsoft/node-library-build_v6.0.65", - "date": "Thu, 06 Jun 2019 22:33:36 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.16` to `0.3.17`" - } - ] - } - }, - { - "version": "6.0.64", - "tag": "@microsoft/node-library-build_v6.0.64", - "date": "Wed, 05 Jun 2019 19:12:34 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.13` to `8.1.14`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.15` to `0.3.16`" - } - ] - } - }, - { - "version": "6.0.63", - "tag": "@microsoft/node-library-build_v6.0.63", - "date": "Tue, 04 Jun 2019 05:51:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.12` to `8.1.13`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.14` to `0.3.15`" - } - ] - } - }, - { - "version": "6.0.62", - "tag": "@microsoft/node-library-build_v6.0.62", - "date": "Mon, 27 May 2019 04:13:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.11` to `8.1.12`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.13` to `0.3.14`" - } - ] - } - }, - { - "version": "6.0.61", - "tag": "@microsoft/node-library-build_v6.0.61", - "date": "Mon, 13 May 2019 02:08:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.10` to `8.1.11`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.12` to `0.3.13`" - } - ] - } - }, - { - "version": "6.0.60", - "tag": "@microsoft/node-library-build_v6.0.60", - "date": "Mon, 06 May 2019 20:46:21 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.9` to `8.1.10`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.11` to `0.3.12`" - } - ] - } - }, - { - "version": "6.0.59", - "tag": "@microsoft/node-library-build_v6.0.59", - "date": "Mon, 06 May 2019 19:34:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.8` to `8.1.9`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.10` to `0.3.11`" - } - ] - } - }, - { - "version": "6.0.58", - "tag": "@microsoft/node-library-build_v6.0.58", - "date": "Mon, 06 May 2019 19:11:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.7` to `8.1.8`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.9` to `0.3.10`" - } - ] - } - }, - { - "version": "6.0.57", - "tag": "@microsoft/node-library-build_v6.0.57", - "date": "Tue, 30 Apr 2019 23:08:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.6` to `8.1.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.8` to `0.3.9`" - } - ] - } - }, - { - "version": "6.0.56", - "tag": "@microsoft/node-library-build_v6.0.56", - "date": "Tue, 16 Apr 2019 11:01:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.5` to `8.1.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.7` to `0.3.8`" - } - ] - } - }, - { - "version": "6.0.55", - "tag": "@microsoft/node-library-build_v6.0.55", - "date": "Fri, 12 Apr 2019 06:13:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.4` to `8.1.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.6` to `0.3.7`" - } - ] - } - }, - { - "version": "6.0.54", - "tag": "@microsoft/node-library-build_v6.0.54", - "date": "Thu, 11 Apr 2019 07:14:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.3` to `8.1.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.5` to `0.3.6`" - } - ] - } - }, - { - "version": "6.0.53", - "tag": "@microsoft/node-library-build_v6.0.53", - "date": "Tue, 09 Apr 2019 05:31:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.2` to `8.1.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.4` to `0.3.5`" - } - ] - } - }, - { - "version": "6.0.52", - "tag": "@microsoft/node-library-build_v6.0.52", - "date": "Mon, 08 Apr 2019 19:12:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.1` to `8.1.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.3` to `0.3.4`" - } - ] - } - }, - { - "version": "6.0.51", - "tag": "@microsoft/node-library-build_v6.0.51", - "date": "Sat, 06 Apr 2019 02:05:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.0` to `8.1.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.2` to `0.3.3`" - } - ] - } - }, - { - "version": "6.0.50", - "tag": "@microsoft/node-library-build_v6.0.50", - "date": "Fri, 05 Apr 2019 04:16:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.23` to `8.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.1` to `0.3.2`" - } - ] - } - }, - { - "version": "6.0.49", - "tag": "@microsoft/node-library-build_v6.0.49", - "date": "Wed, 03 Apr 2019 02:58:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.25` to `3.9.26`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.75` to `3.5.76`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.22` to `8.0.23`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.0` to `0.3.1`" - } - ] - } - }, - { - "version": "6.0.48", - "tag": "@microsoft/node-library-build_v6.0.48", - "date": "Tue, 02 Apr 2019 01:12:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.24` to `3.9.25`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.74` to `3.5.75`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.21` to `8.0.22`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.20` to `0.3.0`" - } - ] - } - }, - { - "version": "6.0.47", - "tag": "@microsoft/node-library-build_v6.0.47", - "date": "Sat, 30 Mar 2019 22:27:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.23` to `3.9.24`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.73` to `3.5.74`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.20` to `8.0.21`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.19` to `0.2.20`" - } - ] - } - }, - { - "version": "6.0.46", - "tag": "@microsoft/node-library-build_v6.0.46", - "date": "Thu, 28 Mar 2019 19:14:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.22` to `3.9.23`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.72` to `3.5.73`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.19` to `8.0.20`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.18` to `0.2.19`" - } - ] - } - }, - { - "version": "6.0.45", - "tag": "@microsoft/node-library-build_v6.0.45", - "date": "Tue, 26 Mar 2019 20:54:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.21` to `3.9.22`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.71` to `3.5.72`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.18` to `8.0.19`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.17` to `0.2.18`" - } - ] - } - }, - { - "version": "6.0.44", - "tag": "@microsoft/node-library-build_v6.0.44", - "date": "Sat, 23 Mar 2019 03:48:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.20` to `3.9.21`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.70` to `3.5.71`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.17` to `8.0.18`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.16` to `0.2.17`" - } - ] - } - }, - { - "version": "6.0.43", - "tag": "@microsoft/node-library-build_v6.0.43", - "date": "Thu, 21 Mar 2019 04:59:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.19` to `3.9.20`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.69` to `3.5.70`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.16` to `8.0.17`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.15` to `0.2.16`" - } - ] - } - }, - { - "version": "6.0.42", - "tag": "@microsoft/node-library-build_v6.0.42", - "date": "Thu, 21 Mar 2019 01:15:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.18` to `3.9.19`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.68` to `3.5.69`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.15` to `8.0.16`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.14` to `0.2.15`" - } - ] - } - }, - { - "version": "6.0.41", - "tag": "@microsoft/node-library-build_v6.0.41", - "date": "Wed, 20 Mar 2019 19:14:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.17` to `3.9.18`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.67` to `3.5.68`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.14` to `8.0.15`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.13` to `0.2.14`" - } - ] - } - }, - { - "version": "6.0.40", - "tag": "@microsoft/node-library-build_v6.0.40", - "date": "Mon, 18 Mar 2019 04:28:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.16` to `3.9.17`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.66` to `3.5.67`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.13` to `8.0.14`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.12` to `0.2.13`" - } - ] - } - }, - { - "version": "6.0.39", - "tag": "@microsoft/node-library-build_v6.0.39", - "date": "Fri, 15 Mar 2019 19:13:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.15` to `3.9.16`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.65` to `3.5.66`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.12` to `8.0.13`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.11` to `0.2.12`" - } - ] - } - }, - { - "version": "6.0.38", - "tag": "@microsoft/node-library-build_v6.0.38", - "date": "Wed, 13 Mar 2019 19:13:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.14` to `3.9.15`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.64` to `3.5.65`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.11` to `8.0.12`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.10` to `0.2.11`" - } - ] - } - }, - { - "version": "6.0.37", - "tag": "@microsoft/node-library-build_v6.0.37", - "date": "Wed, 13 Mar 2019 01:14:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.13` to `3.9.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.63` to `3.5.64`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.10` to `8.0.11`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.9` to `0.2.10`" - } - ] - } - }, - { - "version": "6.0.36", - "tag": "@microsoft/node-library-build_v6.0.36", - "date": "Mon, 11 Mar 2019 16:13:36 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.12` to `3.9.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.62` to `3.5.63`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.9` to `8.0.10`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.8` to `0.2.9`" - } - ] - } - }, - { - "version": "6.0.35", - "tag": "@microsoft/node-library-build_v6.0.35", - "date": "Tue, 05 Mar 2019 17:13:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.11` to `3.9.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.61` to `3.5.62`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.8` to `8.0.9`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.7` to `0.2.8`" - } - ] - } - }, - { - "version": "6.0.34", - "tag": "@microsoft/node-library-build_v6.0.34", - "date": "Mon, 04 Mar 2019 17:13:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.10` to `3.9.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.60` to `3.5.61`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.7` to `8.0.8`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.6` to `0.2.7`" - } - ] - } - }, - { - "version": "6.0.33", - "tag": "@microsoft/node-library-build_v6.0.33", - "date": "Wed, 27 Feb 2019 22:13:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.9` to `3.9.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.59` to `3.5.60`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.6` to `8.0.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.5` to `0.2.6`" - } - ] - } - }, - { - "version": "6.0.32", - "tag": "@microsoft/node-library-build_v6.0.32", - "date": "Wed, 27 Feb 2019 17:13:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.8` to `3.9.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.58` to `3.5.59`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.5` to `8.0.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.4` to `0.2.5`" - } - ] - } - }, - { - "version": "6.0.31", - "tag": "@microsoft/node-library-build_v6.0.31", - "date": "Mon, 18 Feb 2019 17:13:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.7` to `3.9.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.57` to `3.5.58`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.4` to `8.0.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.3` to `0.2.4`" - } - ] - } - }, - { - "version": "6.0.30", - "tag": "@microsoft/node-library-build_v6.0.30", - "date": "Tue, 12 Feb 2019 17:13:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.6` to `3.9.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.56` to `3.5.57`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.3` to `8.0.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.2` to `0.2.3`" - } - ] - } - }, - { - "version": "6.0.29", - "tag": "@microsoft/node-library-build_v6.0.29", - "date": "Mon, 11 Feb 2019 10:32:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.5` to `3.9.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.55` to `3.5.56`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.2` to `8.0.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.5.1` to `0.5.2`" - } - ] - } - }, - { - "version": "6.0.28", - "tag": "@microsoft/node-library-build_v6.0.28", - "date": "Mon, 11 Feb 2019 03:31:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.4` to `3.9.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.54` to `3.5.55`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.1` to `8.0.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.5.0` to `0.5.1`" - } - ] - } - }, - { - "version": "6.0.27", - "tag": "@microsoft/node-library-build_v6.0.27", - "date": "Wed, 30 Jan 2019 20:49:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.3` to `3.9.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.53` to `3.5.54`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.0` to `8.0.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.4.0` to `0.5.0`" - } - ] - } - }, - { - "version": "6.0.26", - "tag": "@microsoft/node-library-build_v6.0.26", - "date": "Sat, 19 Jan 2019 03:47:47 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.2` to `3.9.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.52` to `3.5.53`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.4.8` to `8.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.3.4` to `0.4.0`" - } - ] - } - }, - { - "version": "6.0.25", - "tag": "@microsoft/node-library-build_v6.0.25", - "date": "Tue, 15 Jan 2019 17:04:09 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.1` to `3.9.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.51` to `3.5.52`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.4.7` to `7.4.8`" - } - ] - } - }, - { - "version": "6.0.24", - "tag": "@microsoft/node-library-build_v6.0.24", - "date": "Thu, 10 Jan 2019 01:57:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.0` to `3.9.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.50` to `3.5.51`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.4.6` to `7.4.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.3.3` to `0.3.4`" - } - ] - } - }, - { - "version": "6.0.23", - "tag": "@microsoft/node-library-build_v6.0.23", - "date": "Mon, 07 Jan 2019 17:04:07 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.57` to `3.9.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.49` to `3.5.50`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.4.5` to `7.4.6`" - } - ] - } - }, - { - "version": "6.0.22", - "tag": "@microsoft/node-library-build_v6.0.22", - "date": "Wed, 19 Dec 2018 05:57:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.56` to `3.8.57`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.48` to `3.5.49`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.4.4` to `7.4.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.3.2` to `0.3.3`" - } - ] - } - }, - { - "version": "6.0.21", - "tag": "@microsoft/node-library-build_v6.0.21", - "date": "Thu, 13 Dec 2018 02:58:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.55` to `3.8.56`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.47` to `3.5.48`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.4.3` to `7.4.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.3.1` to `0.3.2`" - } - ] - } - }, - { - "version": "6.0.20", - "tag": "@microsoft/node-library-build_v6.0.20", - "date": "Wed, 12 Dec 2018 17:04:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.54` to `3.8.55`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.46` to `3.5.47`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.4.2` to `7.4.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.3.0` to `0.3.1`" - } - ] - } - }, - { - "version": "6.0.19", - "tag": "@microsoft/node-library-build_v6.0.19", - "date": "Sat, 08 Dec 2018 06:35:36 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.53` to `3.8.54`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.45` to `3.5.46`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.4.1` to `7.4.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.2.1` to `0.3.0`" - } - ] - } - }, - { - "version": "6.0.18", - "tag": "@microsoft/node-library-build_v6.0.18", - "date": "Fri, 07 Dec 2018 17:04:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.52` to `3.8.53`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.44` to `3.5.45`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.4.0` to `7.4.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.2.0` to `0.2.1`" - } - ] - } - }, - { - "version": "6.0.17", - "tag": "@microsoft/node-library-build_v6.0.17", - "date": "Fri, 30 Nov 2018 23:34:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.51` to `3.8.52`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.43` to `3.5.44`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.3.1` to `7.4.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.1.1` to `0.2.0`" - } - ] - } - }, - { - "version": "6.0.16", - "tag": "@microsoft/node-library-build_v6.0.16", - "date": "Thu, 29 Nov 2018 07:02:09 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.50` to `3.8.51`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.42` to `3.5.43`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.3.0` to `7.3.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.1.0` to `0.1.1`" - } - ] - } - }, - { - "version": "6.0.15", - "tag": "@microsoft/node-library-build_v6.0.15", - "date": "Thu, 29 Nov 2018 00:35:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.49` to `3.8.50`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.41` to `3.5.42`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.2.7` to `7.3.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.0.0` to `0.1.0`" - } - ] - } - }, - { - "version": "6.0.14", - "tag": "@microsoft/node-library-build_v6.0.14", - "date": "Wed, 28 Nov 2018 19:29:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.48` to `3.8.49`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.40` to `3.5.41`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.2.6` to `7.2.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.5` to `0.5.6`" - } - ] - } - }, - { - "version": "6.0.13", - "tag": "@microsoft/node-library-build_v6.0.13", - "date": "Wed, 28 Nov 2018 02:17:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.47` to `3.8.48`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.39` to `3.5.40`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.2.5` to `7.2.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.4` to `0.5.5`" - } - ] - } - }, - { - "version": "6.0.12", - "tag": "@microsoft/node-library-build_v6.0.12", - "date": "Fri, 16 Nov 2018 21:37:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.46` to `3.8.47`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.38` to `3.5.39`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.2.4` to `7.2.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.3` to `0.5.4`" - } - ] - } - }, - { - "version": "6.0.11", - "tag": "@microsoft/node-library-build_v6.0.11", - "date": "Fri, 16 Nov 2018 00:59:00 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.45` to `3.8.46`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.37` to `3.5.38`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.2.3` to `7.2.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.2` to `0.5.3`" - } - ] - } - }, - { - "version": "6.0.10", - "tag": "@microsoft/node-library-build_v6.0.10", - "date": "Fri, 09 Nov 2018 23:07:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.44` to `3.8.45`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.36` to `3.5.37`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.2.2` to `7.2.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.1` to `0.5.2`" - } - ] - } - }, - { - "version": "6.0.9", - "tag": "@microsoft/node-library-build_v6.0.9", - "date": "Wed, 07 Nov 2018 21:04:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.43` to `3.8.44`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.35` to `3.5.36`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.2.1` to `7.2.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.0` to `0.5.1`" - } - ] - } - }, - { - "version": "6.0.8", - "tag": "@microsoft/node-library-build_v6.0.8", - "date": "Wed, 07 Nov 2018 17:03:03 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.42` to `3.8.43`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.34` to `3.5.35`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.2.0` to `7.2.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.4.4` to `0.5.0`" - } - ] - } - }, - { - "version": "6.0.7", - "tag": "@microsoft/node-library-build_v6.0.7", - "date": "Mon, 05 Nov 2018 17:04:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.41` to `3.8.42`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.33` to `3.5.34`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.1.2` to `7.2.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.4.3` to `0.4.4`" - } - ] - } - }, - { - "version": "6.0.6", - "tag": "@microsoft/node-library-build_v6.0.6", - "date": "Thu, 01 Nov 2018 21:33:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.40` to `3.8.41`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.32` to `3.5.33`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.1.1` to `7.1.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.4.2` to `0.4.3`" - } - ] - } - }, - { - "version": "6.0.5", - "tag": "@microsoft/node-library-build_v6.0.5", - "date": "Thu, 01 Nov 2018 19:32:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.39` to `3.8.40`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.31` to `3.5.32`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.1.0` to `7.1.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.4.1` to `0.4.2`" - } - ] - } - }, - { - "version": "6.0.4", - "tag": "@microsoft/node-library-build_v6.0.4", - "date": "Wed, 31 Oct 2018 21:17:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.0.3` to `7.1.0`" - } - ] - } - }, - { - "version": "6.0.3", - "tag": "@microsoft/node-library-build_v6.0.3", - "date": "Wed, 31 Oct 2018 17:00:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.38` to `3.8.39`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.30` to `3.5.31`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.0.2` to `7.0.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.4.0` to `0.4.1`" - } - ] - } - }, - { - "version": "6.0.2", - "tag": "@microsoft/node-library-build_v6.0.2", - "date": "Sat, 27 Oct 2018 03:45:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.37` to `3.8.38`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.29` to `3.5.30`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.0.1` to `7.0.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.3.0` to `0.4.0`" - } - ] - } - }, - { - "version": "6.0.1", - "tag": "@microsoft/node-library-build_v6.0.1", - "date": "Sat, 27 Oct 2018 02:17:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.36` to `3.8.37`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.28` to `3.5.29`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.0.0` to `7.0.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.2.0` to `0.3.0`" - } - ] - } - }, - { - "version": "6.0.0", - "tag": "@microsoft/node-library-build_v6.0.0", - "date": "Sat, 27 Oct 2018 00:26:56 GMT", - "comments": { - "major": [ - { - "comment": "Upgrading tasks to use rush-stack-compiler." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.35` to `3.8.36`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.27` to `3.5.28`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `6.1.12` to `7.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.20` to `0.2.0`" - } - ] - } - }, - { - "version": "5.0.26", - "tag": "@microsoft/node-library-build_v5.0.26", - "date": "Thu, 25 Oct 2018 23:20:40 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.34` to `3.8.35`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.26` to `3.5.27`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `6.1.11` to `6.1.12`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.19` to `0.1.20`" - } - ] - } - }, - { - "version": "5.0.25", - "tag": "@microsoft/node-library-build_v5.0.25", - "date": "Thu, 25 Oct 2018 08:56:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.33` to `3.8.34`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.25` to `3.5.26`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `6.1.10` to `6.1.11`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.18` to `0.1.19`" - } - ] - } - }, - { - "version": "5.0.24", - "tag": "@microsoft/node-library-build_v5.0.24", - "date": "Wed, 24 Oct 2018 16:03:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.32` to `3.8.33`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.24` to `3.5.25`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `6.1.9` to `6.1.10`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.17` to `0.1.18`" - } - ] - } - }, - { - "version": "5.0.23", - "tag": "@microsoft/node-library-build_v5.0.23", - "date": "Thu, 18 Oct 2018 05:30:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.31` to `3.8.32`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.23` to `3.5.24`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `6.1.8` to `6.1.9`" - } - ] - } - }, - { - "version": "5.0.22", - "tag": "@microsoft/node-library-build_v5.0.22", - "date": "Thu, 18 Oct 2018 01:32:21 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.30` to `3.8.31`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.22` to `3.5.23`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `6.1.7` to `6.1.8`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.16` to `0.1.17`" - } - ] - } - }, - { - "version": "5.0.21", - "tag": "@microsoft/node-library-build_v5.0.21", - "date": "Wed, 17 Oct 2018 21:04:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.29` to `3.8.30`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.21` to `3.5.22`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `6.1.6` to `6.1.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.15` to `0.1.16`" - } - ] - } - }, - { - "version": "5.0.20", - "tag": "@microsoft/node-library-build_v5.0.20", - "date": "Wed, 17 Oct 2018 14:43:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.28` to `3.8.29`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.20` to `3.5.21`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `6.1.5` to `6.1.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.14` to `0.1.15`" - } - ] - } - }, - { - "version": "5.0.19", - "tag": "@microsoft/node-library-build_v5.0.19", - "date": "Thu, 11 Oct 2018 23:26:07 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.27` to `3.8.28`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.19` to `3.5.20`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `6.1.4` to `6.1.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.13` to `0.1.14`" - } - ] - } - }, - { - "version": "5.0.18", - "tag": "@microsoft/node-library-build_v5.0.18", - "date": "Tue, 09 Oct 2018 06:58:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.26` to `3.8.27`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.18` to `3.5.19`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `6.1.3` to `6.1.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.12` to `0.1.13`" - } - ] - } - }, - { - "version": "5.0.17", - "tag": "@microsoft/node-library-build_v5.0.17", - "date": "Mon, 08 Oct 2018 16:04:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.25` to `3.8.26`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.17` to `3.5.18`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `6.1.2` to `6.1.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.11` to `0.1.12`" - } - ] - } - }, - { - "version": "5.0.16", - "tag": "@microsoft/node-library-build_v5.0.16", - "date": "Sun, 07 Oct 2018 06:15:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.24` to `3.8.25`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.16` to `3.5.17`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `6.1.1` to `6.1.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.10` to `0.1.11`" - } - ] - } - }, - { - "version": "5.0.15", - "tag": "@microsoft/node-library-build_v5.0.15", - "date": "Fri, 28 Sep 2018 16:05:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.23` to `3.8.24`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.15` to `3.5.16`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `6.1.0` to `6.1.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.9` to `0.1.10`" - } - ] - } - }, - { - "version": "5.0.14", - "tag": "@microsoft/node-library-build_v5.0.14", - "date": "Wed, 26 Sep 2018 21:39:40 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.22` to `3.8.23`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.14` to `3.5.15`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `6.0.5` to `6.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.8` to `0.1.9`" - } - ] - } - }, - { - "version": "5.0.13", - "tag": "@microsoft/node-library-build_v5.0.13", - "date": "Mon, 24 Sep 2018 23:06:40 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.21` to `3.8.22`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.13` to `3.5.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `6.0.4` to `6.0.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.7` to `0.1.8`" - } - ] - } - }, - { - "version": "5.0.12", - "tag": "@microsoft/node-library-build_v5.0.12", - "date": "Mon, 24 Sep 2018 16:04:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `6.0.3` to `6.0.4`" - } - ] - } - }, - { - "version": "5.0.11", - "tag": "@microsoft/node-library-build_v5.0.11", - "date": "Fri, 21 Sep 2018 16:04:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.20` to `3.8.21`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.12` to `3.5.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `6.0.2` to `6.0.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.6` to `0.1.7`" - } - ] - } - }, - { - "version": "5.0.10", - "tag": "@microsoft/node-library-build_v5.0.10", - "date": "Thu, 20 Sep 2018 23:57:21 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.19` to `3.8.20`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.11` to `3.5.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `6.0.1` to `6.0.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.5` to `0.1.6`" - } - ] - } - }, - { - "version": "5.0.9", - "tag": "@microsoft/node-library-build_v5.0.9", - "date": "Tue, 18 Sep 2018 21:04:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.18` to `3.8.19`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.10` to `3.5.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `6.0.0` to `6.0.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.4` to `0.1.5`" - } - ] - } - }, - { - "version": "5.0.8", - "tag": "@microsoft/node-library-build_v5.0.8", - "date": "Mon, 10 Sep 2018 23:23:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `5.0.2` to `6.0.0`" - } - ] - } - }, - { - "version": "5.0.7", - "tag": "@microsoft/node-library-build_v5.0.7", - "date": "Thu, 06 Sep 2018 01:25:26 GMT", - "comments": { - "patch": [ - { - "comment": "Update \"repository\" field in package.json" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.17` to `3.8.18`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.9` to `3.5.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `5.0.1` to `5.0.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.3` to `0.1.4`" - } - ] - } - }, - { - "version": "5.0.6", - "tag": "@microsoft/node-library-build_v5.0.6", - "date": "Tue, 04 Sep 2018 21:34:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.16` to `3.8.17`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.8` to `3.5.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `5.0.0` to `5.0.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.2` to `0.1.3`" - } - ] - } - }, - { - "version": "5.0.5", - "tag": "@microsoft/node-library-build_v5.0.5", - "date": "Mon, 03 Sep 2018 16:04:46 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.15` to `3.8.16`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.7` to `3.5.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.11.12` to `5.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.1` to `0.1.2`" - } - ] - } - }, - { - "version": "5.0.4", - "tag": "@microsoft/node-library-build_v5.0.4", - "date": "Thu, 30 Aug 2018 22:47:34 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.11.11` to `4.11.12`" - } - ] - } - }, - { - "version": "5.0.3", - "tag": "@microsoft/node-library-build_v5.0.3", - "date": "Thu, 30 Aug 2018 19:23:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.14` to `3.8.15`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.6` to `3.5.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.11.10` to `4.11.11`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack\" from `0.1.0` to `0.1.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.0` to `0.1.1`" - } - ] - } - }, - { - "version": "5.0.2", - "tag": "@microsoft/node-library-build_v5.0.2", - "date": "Thu, 30 Aug 2018 18:45:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.13` to `3.8.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.5` to `3.5.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.11.9` to `4.11.10`" - } - ] - } - }, - { - "version": "5.0.1", - "tag": "@microsoft/node-library-build_v5.0.1", - "date": "Wed, 29 Aug 2018 21:43:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.12` to `3.8.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.4` to `3.5.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.11.8` to `4.11.9`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack\" from `0.0.1` to `0.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.0.1` to `0.1.0`" - } - ] - } - }, - { - "version": "5.0.0", - "tag": "@microsoft/node-library-build_v5.0.0", - "date": "Wed, 29 Aug 2018 06:36:50 GMT", - "comments": { - "major": [ - { - "comment": "Updating the way typescript and tslint are invoked." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.11` to `3.8.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.3` to `3.5.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.11.7` to `4.11.8`" - } - ] - } - }, - { - "version": "4.4.11", - "tag": "@microsoft/node-library-build_v4.4.11", - "date": "Thu, 23 Aug 2018 18:18:53 GMT", - "comments": { - "patch": [ - { - "comment": "Republish all packages in web-build-tools to resolve GitHub issue #782" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.10` to `3.8.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.2` to `3.5.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.11.6` to `4.11.7`" - } - ] - } - }, - { - "version": "4.4.10", - "tag": "@microsoft/node-library-build_v4.4.10", - "date": "Wed, 22 Aug 2018 20:58:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.9` to `3.8.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.1` to `3.5.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.11.5` to `4.11.6`" - } - ] - } - }, - { - "version": "4.4.9", - "tag": "@microsoft/node-library-build_v4.4.9", - "date": "Wed, 22 Aug 2018 16:03:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.8` to `3.8.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.5.0` to `3.5.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.11.4` to `4.11.5`" - } - ] - } - }, - { - "version": "4.4.8", - "tag": "@microsoft/node-library-build_v4.4.8", - "date": "Tue, 21 Aug 2018 16:04:38 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.11.3` to `4.11.4`" - } - ] - } - }, - { - "version": "4.4.7", - "tag": "@microsoft/node-library-build_v4.4.7", - "date": "Thu, 09 Aug 2018 21:58:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.4.3` to `3.5.0`" - } - ] - } - }, - { - "version": "4.4.6", - "tag": "@microsoft/node-library-build_v4.4.6", - "date": "Thu, 09 Aug 2018 21:03:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.7` to `3.8.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.4.2` to `3.4.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.11.2` to `4.11.3`" - } - ] - } - }, - { - "version": "4.4.5", - "tag": "@microsoft/node-library-build_v4.4.5", - "date": "Thu, 09 Aug 2018 16:04:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.11.1` to `4.11.2`" - } - ] - } - }, - { - "version": "4.4.4", - "tag": "@microsoft/node-library-build_v4.4.4", - "date": "Tue, 07 Aug 2018 22:27:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.6` to `3.8.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.4.1` to `3.4.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.11.0` to `4.11.1`" - } - ] - } - }, - { - "version": "4.4.3", - "tag": "@microsoft/node-library-build_v4.4.3", - "date": "Thu, 26 Jul 2018 23:53:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.10.5` to `4.11.0`" - } - ] - } - }, - { - "version": "4.4.2", - "tag": "@microsoft/node-library-build_v4.4.2", - "date": "Thu, 26 Jul 2018 16:04:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.5` to `3.8.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.4.0` to `3.4.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.10.4` to `4.10.5`" - } - ] - } - }, - { - "version": "4.4.1", - "tag": "@microsoft/node-library-build_v4.4.1", - "date": "Wed, 25 Jul 2018 21:02:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.10.3` to `4.10.4`" - } - ] - } - }, - { - "version": "4.4.0", - "tag": "@microsoft/node-library-build_v4.4.0", - "date": "Fri, 20 Jul 2018 16:04:52 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrading mocha-related pack ages to remove dependency on a version of \"growl\" with NSP warnings." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.3.31` to `3.4.0`" - } - ] - } - }, - { - "version": "4.3.50", - "tag": "@microsoft/node-library-build_v4.3.50", - "date": "Tue, 17 Jul 2018 16:02:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.10.2` to `4.10.3`" - } - ] - } - }, - { - "version": "4.3.49", - "tag": "@microsoft/node-library-build_v4.3.49", - "date": "Fri, 13 Jul 2018 19:04:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.10.1` to `4.10.2`" - } - ] - } - }, - { - "version": "4.3.48", - "tag": "@microsoft/node-library-build_v4.3.48", - "date": "Tue, 03 Jul 2018 21:03:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.4` to `3.8.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.3.30` to `3.3.31`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.10.0` to `4.10.1`" - } - ] - } - }, - { - "version": "4.3.47", - "tag": "@microsoft/node-library-build_v4.3.47", - "date": "Fri, 29 Jun 2018 02:56:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.9.19` to `4.10.0`" - } - ] - } - }, - { - "version": "4.3.46", - "tag": "@microsoft/node-library-build_v4.3.46", - "date": "Sat, 23 Jun 2018 02:21:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.9.18` to `4.9.19`" - } - ] - } - }, - { - "version": "4.3.45", - "tag": "@microsoft/node-library-build_v4.3.45", - "date": "Fri, 22 Jun 2018 16:05:15 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.9.17` to `4.9.18`" - } - ] - } - }, - { - "version": "4.3.44", - "tag": "@microsoft/node-library-build_v4.3.44", - "date": "Thu, 21 Jun 2018 08:27:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.3` to `3.8.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.3.29` to `3.3.30`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.9.16` to `4.9.17`" - } - ] - } - }, - { - "version": "4.3.43", - "tag": "@microsoft/node-library-build_v4.3.43", - "date": "Tue, 19 Jun 2018 19:35:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.9.15` to `4.9.16`" - } - ] - } - }, - { - "version": "4.3.42", - "tag": "@microsoft/node-library-build_v4.3.42", - "date": "Fri, 08 Jun 2018 08:43:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.2` to `3.8.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.3.28` to `3.3.29`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.9.14` to `4.9.15`" - } - ] - } - }, - { - "version": "4.3.41", - "tag": "@microsoft/node-library-build_v4.3.41", - "date": "Thu, 31 May 2018 01:39:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.1` to `3.8.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.3.27` to `3.3.28`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.9.13` to `4.9.14`" - } - ] - } - }, - { - "version": "4.3.40", - "tag": "@microsoft/node-library-build_v4.3.40", - "date": "Tue, 15 May 2018 02:26:45 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.0` to `3.8.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.3.26` to `3.3.27`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.9.12` to `4.9.13`" - } - ] - } - }, - { - "version": "4.3.39", - "tag": "@microsoft/node-library-build_v4.3.39", - "date": "Tue, 15 May 2018 00:18:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.9.11` to `4.9.12`" - } - ] - } - }, - { - "version": "4.3.38", - "tag": "@microsoft/node-library-build_v4.3.38", - "date": "Fri, 11 May 2018 22:43:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.5` to `3.8.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.3.25` to `3.3.26`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.9.10` to `4.9.11`" - } - ] - } - }, - { - "version": "4.3.37", - "tag": "@microsoft/node-library-build_v4.3.37", - "date": "Fri, 04 May 2018 00:42:38 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.4` to `3.7.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.3.24` to `3.3.25`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.9.9` to `4.9.10`" - } - ] - } - }, - { - "version": "4.3.36", - "tag": "@microsoft/node-library-build_v4.3.36", - "date": "Tue, 01 May 2018 22:03:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.9.8` to `4.9.9`" - } - ] - } - }, - { - "version": "4.3.35", - "tag": "@microsoft/node-library-build_v4.3.35", - "date": "Fri, 27 Apr 2018 03:04:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.9.7` to `4.9.8`" - } - ] - } - }, - { - "version": "4.3.34", - "tag": "@microsoft/node-library-build_v4.3.34", - "date": "Fri, 20 Apr 2018 16:06:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.9.6` to `4.9.7`" - } - ] - } - }, - { - "version": "4.3.33", - "tag": "@microsoft/node-library-build_v4.3.33", - "date": "Thu, 19 Apr 2018 21:25:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.9.5` to `4.9.6`" - } - ] - } - }, - { - "version": "4.3.32", - "tag": "@microsoft/node-library-build_v4.3.32", - "date": "Thu, 19 Apr 2018 17:02:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.9.4` to `4.9.5`" - } - ] - } - }, - { - "version": "4.3.31", - "tag": "@microsoft/node-library-build_v4.3.31", - "date": "Tue, 03 Apr 2018 16:05:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.3` to `3.7.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.3.23` to `3.3.24`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.9.3` to `4.9.4`" - } - ] - } - }, - { - "version": "4.3.30", - "tag": "@microsoft/node-library-build_v4.3.30", - "date": "Mon, 02 Apr 2018 16:05:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.2` to `3.7.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.3.22` to `3.3.23`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.9.2` to `4.9.3`" - } - ] - } - }, - { - "version": "4.3.29", - "tag": "@microsoft/node-library-build_v4.3.29", - "date": "Tue, 27 Mar 2018 01:34:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.9.1` to `4.9.2`" - } - ] - } - }, - { - "version": "4.3.28", - "tag": "@microsoft/node-library-build_v4.3.28", - "date": "Mon, 26 Mar 2018 19:12:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.1` to `3.7.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.3.21` to `3.3.22`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.9.0` to `4.9.1`" - } - ] - } - }, - { - "version": "4.3.27", - "tag": "@microsoft/node-library-build_v4.3.27", - "date": "Sun, 25 Mar 2018 01:26:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.8.1` to `4.9.0`" - } - ] - } - }, - { - "version": "4.3.26", - "tag": "@microsoft/node-library-build_v4.3.26", - "date": "Fri, 23 Mar 2018 00:34:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.0` to `3.7.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.3.20` to `3.3.21`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.8.0` to `4.8.1`" - } - ] - } - }, - { - "version": "4.3.25", - "tag": "@microsoft/node-library-build_v4.3.25", - "date": "Thu, 22 Mar 2018 18:34:13 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.10` to `3.7.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.3.19` to `3.3.20`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.22` to `4.8.0`" - } - ] - } - }, - { - "version": "4.3.24", - "tag": "@microsoft/node-library-build_v4.3.24", - "date": "Tue, 20 Mar 2018 02:44:45 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.21` to `4.7.22`" - } - ] - } - }, - { - "version": "4.3.23", - "tag": "@microsoft/node-library-build_v4.3.23", - "date": "Sat, 17 Mar 2018 02:54:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.9` to `3.6.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.3.18` to `3.3.19`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.20` to `4.7.21`" - } - ] - } - }, - { - "version": "4.3.22", - "tag": "@microsoft/node-library-build_v4.3.22", - "date": "Thu, 15 Mar 2018 20:00:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.19` to `4.7.20`" - } - ] - } - }, - { - "version": "4.3.21", - "tag": "@microsoft/node-library-build_v4.3.21", - "date": "Thu, 15 Mar 2018 16:05:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.8` to `3.6.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.3.17` to `3.3.18`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.18` to `4.7.19`" - } - ] - } - }, - { - "version": "4.3.20", - "tag": "@microsoft/node-library-build_v4.3.20", - "date": "Tue, 13 Mar 2018 23:11:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.17` to `4.7.18`" - } - ] - } - }, - { - "version": "4.3.19", - "tag": "@microsoft/node-library-build_v4.3.19", - "date": "Mon, 12 Mar 2018 20:36:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.16` to `4.7.17`" - } - ] - } - }, - { - "version": "4.3.18", - "tag": "@microsoft/node-library-build_v4.3.18", - "date": "Tue, 06 Mar 2018 17:04:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.15` to `4.7.16`" - } - ] - } - }, - { - "version": "4.3.17", - "tag": "@microsoft/node-library-build_v4.3.17", - "date": "Fri, 02 Mar 2018 01:13:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.7` to `3.6.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.3.16` to `3.3.17`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.14` to `4.7.15`" - } - ] - } - }, - { - "version": "4.3.16", - "tag": "@microsoft/node-library-build_v4.3.16", - "date": "Tue, 27 Feb 2018 22:05:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.6` to `3.6.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.3.15` to `3.3.16`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.13` to `4.7.14`" - } - ] - } - }, - { - "version": "4.3.15", - "tag": "@microsoft/node-library-build_v4.3.15", - "date": "Wed, 21 Feb 2018 22:04:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.5` to `3.6.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.3.14` to `3.3.15`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.12` to `4.7.13`" - } - ] - } - }, - { - "version": "4.3.14", - "tag": "@microsoft/node-library-build_v4.3.14", - "date": "Wed, 21 Feb 2018 03:13:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.4` to `3.6.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.3.13` to `3.3.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.11` to `4.7.12`" - } - ] - } - }, - { - "version": "4.3.13", - "tag": "@microsoft/node-library-build_v4.3.13", - "date": "Sat, 17 Feb 2018 02:53:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.3` to `3.6.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.3.12` to `3.3.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.10` to `4.7.11`" - } - ] - } - }, - { - "version": "4.3.12", - "tag": "@microsoft/node-library-build_v4.3.12", - "date": "Fri, 16 Feb 2018 22:05:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.2` to `3.6.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.3.11` to `3.3.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.9` to `4.7.10`" - } - ] - } - }, - { - "version": "4.3.11", - "tag": "@microsoft/node-library-build_v4.3.11", - "date": "Fri, 16 Feb 2018 17:05:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.1` to `3.6.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.3.10` to `3.3.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.8` to `4.7.9`" - } - ] - } - }, - { - "version": "4.3.10", - "tag": "@microsoft/node-library-build_v4.3.10", - "date": "Wed, 07 Feb 2018 17:05:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.0` to `3.6.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.3.9` to `3.3.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.7` to `4.7.8`" - } - ] - } - }, - { - "version": "4.3.9", - "tag": "@microsoft/node-library-build_v4.3.9", - "date": "Fri, 26 Jan 2018 22:05:30 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.5.3` to `3.6.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.3.8` to `3.3.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.6` to `4.7.7`" - } - ] - } - }, - { - "version": "4.3.8", - "tag": "@microsoft/node-library-build_v4.3.8", - "date": "Fri, 26 Jan 2018 17:53:38 GMT", - "comments": { - "patch": [ - { - "comment": "Force a patch bump in case the previous version was an empty package" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.5.2` to `3.5.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.3.7` to `3.3.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.5` to `4.7.6`" - } - ] - } - }, - { - "version": "4.3.7", - "tag": "@microsoft/node-library-build_v4.3.7", - "date": "Fri, 26 Jan 2018 00:36:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.5.1` to `3.5.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.3.6` to `3.3.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.4` to `4.7.5`" - } - ] - } - }, - { - "version": "4.3.6", - "tag": "@microsoft/node-library-build_v4.3.6", - "date": "Tue, 23 Jan 2018 17:05:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.5.0` to `3.5.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.3.5` to `3.3.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.3` to `4.7.4`" - } - ] - } - }, - { - "version": "4.3.5", - "tag": "@microsoft/node-library-build_v4.3.5", - "date": "Thu, 18 Jan 2018 03:23:46 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.4.4` to `3.5.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.3.4` to `3.3.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.2` to `4.7.3`" - } - ] - } - }, - { - "version": "4.3.4", - "tag": "@microsoft/node-library-build_v4.3.4", - "date": "Thu, 18 Jan 2018 00:48:06 GMT", - "comments": { - "patch": [ - { - "comment": "Update dependency of node-library-build" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.4.3` to `3.4.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.3.3` to `3.3.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.1` to `4.7.2`" - } - ] - } - }, - { - "version": "4.3.3", - "tag": "@microsoft/node-library-build_v4.3.3", - "date": "Wed, 17 Jan 2018 10:49:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.4.2` to `3.4.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.3.2` to `3.3.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.6.0` to `4.7.0`" - } - ] - } - }, - { - "version": "4.3.2", - "tag": "@microsoft/node-library-build_v4.3.2", - "date": "Fri, 12 Jan 2018 03:35:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.4.1` to `3.4.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.3.1` to `3.3.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.5.1` to `4.6.0`" - } - ] - } - }, - { - "version": "4.3.1", - "tag": "@microsoft/node-library-build_v4.3.1", - "date": "Thu, 11 Jan 2018 22:31:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.4.0` to `3.4.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.3.0` to `3.3.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.5.0` to `4.5.1`" - } - ] - } - }, - { - "version": "4.3.0", - "tag": "@microsoft/node-library-build_v4.3.0", - "date": "Wed, 10 Jan 2018 20:40:01 GMT", - "comments": { - "minor": [ - { - "author": "Nicholas Pape ", - "commit": "1271a0dc21fedb882e7953f491771724f80323a1", - "comment": "Upgrade to Node 8" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.7` to `3.4.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.2.17` to `3.3.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.4.1` to `4.5.0`" - } - ] - } - }, - { - "version": "4.2.16", - "tag": "@microsoft/node-library-build_v4.2.16", - "date": "Sun, 07 Jan 2018 05:12:08 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.5` to `3.3.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.2.15` to `3.2.16`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.3.3` to `4.4.0`" - } - ] - } - }, - { - "version": "4.2.15", - "tag": "@microsoft/node-library-build_v4.2.15", - "date": "Fri, 05 Jan 2018 20:26:45 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.4` to `3.3.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.2.14` to `3.2.15`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.3.2` to `4.3.3`" - } - ] - } - }, - { - "version": "4.2.14", - "tag": "@microsoft/node-library-build_v4.2.14", - "date": "Fri, 05 Jan 2018 00:48:41 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.3` to `3.3.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.2.13` to `3.2.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.3.1` to `4.3.2`" - } - ] - } - }, - { - "version": "4.2.13", - "tag": "@microsoft/node-library-build_v4.2.13", - "date": "Fri, 22 Dec 2017 17:04:46 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.2` to `3.3.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.2.12` to `3.2.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.3.0` to `4.3.1`" - } - ] - } - }, - { - "version": "4.2.12", - "tag": "@microsoft/node-library-build_v4.2.12", - "date": "Tue, 12 Dec 2017 03:33:26 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.1` to `3.3.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.2.11` to `3.2.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.2.18` to `4.3.0`" - } - ] - } - }, - { - "version": "4.2.11", - "tag": "@microsoft/node-library-build_v4.2.11", - "date": "Thu, 30 Nov 2017 23:59:09 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.0` to `3.3.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.2.10` to `3.2.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.2.17` to `4.2.18`" - } - ] - } - }, - { - "version": "4.2.10", - "tag": "@microsoft/node-library-build_v4.2.10", - "date": "Thu, 30 Nov 2017 23:12:21 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.9` to `3.3.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.2.9` to `3.2.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.2.16` to `4.2.17`" - } - ] - } - }, - { - "version": "4.2.9", - "tag": "@microsoft/node-library-build_v4.2.9", - "date": "Wed, 29 Nov 2017 17:05:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.8` to `3.2.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.2.8` to `3.2.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.2.15` to `4.2.16`" - } - ] - } - }, - { - "version": "4.2.8", - "tag": "@microsoft/node-library-build_v4.2.8", - "date": "Tue, 28 Nov 2017 23:43:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.7` to `3.2.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.2.7` to `3.2.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.2.14` to `4.2.15`" - } - ] - } - }, - { - "version": "4.2.7", - "tag": "@microsoft/node-library-build_v4.2.7", - "date": "Mon, 13 Nov 2017 17:04:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.6` to `3.2.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.2.6` to `3.2.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.2.13` to `4.2.14`" - } - ] - } - }, - { - "version": "4.2.6", - "tag": "@microsoft/node-library-build_v4.2.6", - "date": "Mon, 06 Nov 2017 17:04:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.5` to `3.2.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.2.5` to `3.2.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.2.12` to `4.2.13`" - } - ] - } - }, - { - "version": "4.2.5", - "tag": "@microsoft/node-library-build_v4.2.5", - "date": "Thu, 02 Nov 2017 16:05:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.4` to `3.2.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.2.4` to `3.2.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.2.11` to `4.2.12`" - } - ] - } - }, - { - "version": "4.2.4", - "tag": "@microsoft/node-library-build_v4.2.4", - "date": "Wed, 01 Nov 2017 21:06:08 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.3` to `3.2.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.2.3` to `3.2.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.2.10` to `4.2.11`" - } - ] - } - }, - { - "version": "4.2.3", - "tag": "@microsoft/node-library-build_v4.2.3", - "date": "Tue, 31 Oct 2017 21:04:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.2` to `3.2.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.2.2` to `3.2.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.2.9` to `4.2.10`" - } - ] - } - }, - { - "version": "4.2.2", - "tag": "@microsoft/node-library-build_v4.2.2", - "date": "Tue, 31 Oct 2017 16:04:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.1` to `3.2.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.2.1` to `3.2.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.2.8` to `4.2.9`" - } - ] - } - }, - { - "version": "4.2.1", - "tag": "@microsoft/node-library-build_v4.2.1", - "date": "Wed, 25 Oct 2017 20:03:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.0` to `3.2.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.2.0` to `3.2.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.2.7` to `4.2.8`" - } - ] - } - }, - { - "version": "4.2.0", - "tag": "@microsoft/node-library-build_v4.2.0", - "date": "Tue, 24 Oct 2017 18:17:12 GMT", - "comments": { - "minor": [ - { - "author": "QZ ", - "commit": "5fe47765dbb3567bebc30cf5d7ac2205f6e655b0", - "comment": "Support Jest task" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.6` to `3.2.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.1.6` to `3.2.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.2.6` to `4.2.7`" - } - ] - } - }, - { - "version": "4.1.6", - "tag": "@microsoft/node-library-build_v4.1.6", - "date": "Mon, 23 Oct 2017 21:53:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.5` to `3.1.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.1.5` to `3.1.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.2.5` to `4.2.6`" - } - ] - } - }, - { - "version": "4.1.5", - "tag": "@microsoft/node-library-build_v4.1.5", - "date": "Fri, 20 Oct 2017 19:57:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.4` to `3.1.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.1.4` to `3.1.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.2.4` to `4.2.5`" - } - ] - } - }, - { - "version": "4.1.4", - "tag": "@microsoft/node-library-build_v4.1.4", - "date": "Fri, 20 Oct 2017 01:52:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.3` to `3.1.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.1.3` to `3.1.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.2.3` to `4.2.4`" - } - ] - } - }, - { - "version": "4.1.3", - "tag": "@microsoft/node-library-build_v4.1.3", - "date": "Fri, 20 Oct 2017 01:04:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.2` to `3.1.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.1.2` to `3.1.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.2.2` to `4.2.3`" - } - ] - } - }, - { - "version": "4.1.2", - "tag": "@microsoft/node-library-build_v4.1.2", - "date": "Thu, 05 Oct 2017 01:05:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.1` to `3.1.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.1.1` to `3.1.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.2.1` to `4.2.2`" - } - ] - } - }, - { - "version": "4.1.1", - "tag": "@microsoft/node-library-build_v4.1.1", - "date": "Thu, 28 Sep 2017 01:04:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.0` to `3.1.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.1.0` to `3.1.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.2.0` to `4.2.1`" - } - ] - } - }, - { - "version": "4.1.0", - "tag": "@microsoft/node-library-build_v4.1.0", - "date": "Fri, 22 Sep 2017 01:04:02 GMT", - "comments": { - "minor": [ - { - "author": "Nick Pape ", - "commit": "481a10f460a454fb5a3e336e3cf25a1c3f710645", - "comment": "Upgrade to es6" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.8` to `3.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.0.8` to `3.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.1.0` to `4.2.0`" - } - ] - } - }, - { - "version": "4.0.8", - "tag": "@microsoft/node-library-build_v4.0.8", - "date": "Wed, 20 Sep 2017 22:10:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.7` to `3.0.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.0.7` to `3.0.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.0.7` to `4.1.0`" - } - ] - } - }, - { - "version": "4.0.7", - "tag": "@microsoft/node-library-build_v4.0.7", - "date": "Mon, 11 Sep 2017 13:04:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.6` to `3.0.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.0.6` to `3.0.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.0.6` to `4.0.7`" - } - ] - } - }, - { - "version": "4.0.6", - "tag": "@microsoft/node-library-build_v4.0.6", - "date": "Fri, 08 Sep 2017 01:28:04 GMT", - "comments": { - "patch": [ - { - "author": "Nick Pape ", - "commit": "bb96549aa8508ff627a0cae5ee41ae0251f2777d", - "comment": "Deprecate @types/es6-coll ections in favor of built-in typescript typings 'es2015.collection' a nd 'es2015.iterable'" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.5` to `3.0.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.0.5` to `3.0.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.0.5` to `4.0.6`" - } - ] - } - }, - { - "version": "4.0.5", - "tag": "@microsoft/node-library-build_v4.0.5", - "date": "Thu, 07 Sep 2017 13:04:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.4` to `3.0.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.0.4` to `3.0.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.0.4` to `4.0.5`" - } - ] - } - }, - { - "version": "4.0.4", - "tag": "@microsoft/node-library-build_v4.0.4", - "date": "Thu, 07 Sep 2017 00:11:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.3` to `3.0.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.0.3` to `3.0.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.0.3` to `4.0.4`" - } - ] - } - }, - { - "version": "4.0.3", - "tag": "@microsoft/node-library-build_v4.0.3", - "date": "Wed, 06 Sep 2017 13:03:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.2` to `3.0.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.0.2` to `3.0.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.0.2` to `4.0.3`" - } - ] - } - }, - { - "version": "4.0.2", - "tag": "@microsoft/node-library-build_v4.0.2", - "date": "Tue, 05 Sep 2017 19:03:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.1` to `3.0.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.0.1` to `3.0.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.0.1` to `4.0.2`" - } - ] - } - }, - { - "version": "4.0.1", - "tag": "@microsoft/node-library-build_v4.0.1", - "date": "Sat, 02 Sep 2017 01:04:26 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.0` to `3.0.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `3.0.0` to `3.0.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.0.0` to `4.0.1`" - } - ] - } - }, - { - "version": "4.0.0", - "tag": "@microsoft/node-library-build_v4.0.0", - "date": "Thu, 31 Aug 2017 18:41:18 GMT", - "comments": { - "major": [ - { - "comment": "Fix compatibility issues with old releases, by incrementing the major version number" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.10.1` to `3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `2.1.13` to `3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `3.5.3` to `4.0.0`" - } - ] - } - }, - { - "version": "3.4.1", - "tag": "@microsoft/node-library-build_v3.4.1", - "date": "Thu, 31 Aug 2017 17:46:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.10.0` to `2.10.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `2.1.12` to `2.1.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `3.5.2` to `3.5.3`" - } - ] - } - }, - { - "version": "3.4.0", - "tag": "@microsoft/node-library-build_v3.4.0", - "date": "Wed, 30 Aug 2017 01:04:34 GMT", - "comments": { - "minor": [ - { - "comment": "node-library-build now supports the CopyStaticAssetsTask" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.6` to `2.10.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `2.1.11` to `2.1.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `3.5.1` to `3.5.2`" - } - ] - } - }, - { - "version": "3.3.2", - "tag": "@microsoft/node-library-build_v3.3.2", - "date": "Thu, 24 Aug 2017 22:44:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.5` to `2.9.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `2.1.10` to `2.1.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `3.5.0` to `3.5.1`" - } - ] - } - }, - { - "version": "3.3.1", - "tag": "@microsoft/node-library-build_v3.3.1", - "date": "Thu, 24 Aug 2017 01:04:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.4` to `2.9.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `2.1.9` to `2.1.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `3.4.2` to `3.5.0`" - } - ] - } - }, - { - "version": "3.3.0", - "tag": "@microsoft/node-library-build_v3.3.0", - "date": "Tue, 22 Aug 2017 13:04:22 GMT", - "comments": { - "minor": [ - { - "comment": "node-library-build now supports pre-copy.json and post-copy.json" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.3` to `2.9.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `2.1.8` to `2.1.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `3.4.1` to `3.4.2`" - } - ] - } - }, - { - "version": "3.2.8", - "tag": "@microsoft/node-library-build_v3.2.8", - "date": "Wed, 16 Aug 2017 13:04:08 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `3.3.2` to `3.4.0`" - } - ] - } - }, - { - "version": "3.2.7", - "tag": "@microsoft/node-library-build_v3.2.7", - "date": "Tue, 15 Aug 2017 19:04:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.2` to `2.9.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `2.1.7` to `2.1.8`" - } - ] - } - }, - { - "version": "3.2.6", - "tag": "@microsoft/node-library-build_v3.2.6", - "date": "Tue, 15 Aug 2017 01:29:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.1` to `2.9.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `2.1.6` to `2.1.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `3.3.1` to `3.3.2`" - } - ] - } - }, - { - "version": "3.2.5", - "tag": "@microsoft/node-library-build_v3.2.5", - "date": "Sat, 12 Aug 2017 01:03:30 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.0` to `2.9.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `2.1.5` to `2.1.6`" - } - ] - } - }, - { - "version": "3.2.4", - "tag": "@microsoft/node-library-build_v3.2.4", - "date": "Fri, 11 Aug 2017 21:44:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.8.0` to `2.9.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `2.1.4` to `2.1.5`" - } - ] - } - }, - { - "version": "3.2.3", - "tag": "@microsoft/node-library-build_v3.2.3", - "date": "Sat, 05 Aug 2017 01:04:41 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.7.3` to `2.8.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `2.1.3` to `2.1.4`" - } - ] - } - }, - { - "version": "3.2.2", - "tag": "@microsoft/node-library-build_v3.2.2", - "date": "Mon, 31 Jul 2017 21:18:26 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.7.2` to `2.7.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `2.1.2` to `2.1.3`" - } - ] - } - }, - { - "version": "3.2.1", - "tag": "@microsoft/node-library-build_v3.2.1", - "date": "Thu, 27 Jul 2017 01:04:48 GMT", - "comments": { - "patch": [ - { - "comment": "Upgrade to the TS2.4 version of the build tools and restrict the dependency version requirements." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.7.1` to `2.7.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `2.1.1` to `2.1.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `3.3.0` to `3.3.1`" - } - ] - } - }, - { - "version": "3.2.0", - "tag": "@microsoft/node-library-build_v3.2.0", - "date": "Tue, 25 Jul 2017 20:03:31 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade to TypeScript 2.4" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.7.0 <3.0.0` to `>=2.7.0 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `>=2.1.0 <3.0.0` to `>=2.1.1 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `>=3.2.0 <4.0.0` to `>=3.3.0 <4.0.0`" - } - ] - } - }, - { - "version": "3.1.0", - "tag": "@microsoft/node-library-build_v3.1.0", - "date": "Fri, 07 Jul 2017 01:02:28 GMT", - "comments": { - "minor": [ - { - "comment": "Enable StrictNullChecks." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.5.6 <3.0.0` to `>=2.5.6 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `>=2.0.2 <3.0.0` to `>=2.1.0 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `>=3.1.5 <4.0.0` to `>=3.2.0 <4.0.0`" - } - ] - } - }, - { - "version": "3.0.1", - "tag": "@microsoft/node-library-build_v3.0.1", - "date": "Wed, 19 Apr 2017 20:18:06 GMT", - "comments": { - "patch": [ - { - "comment": "Remove ES6 Promise & @types/es6-promise typings" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.4.3 <3.0.0` to `>=2.4.3 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `>=2.0.1 <3.0.0` to `>=2.0.2 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `>=3.0.3 <4.0.0` to `>=3.0.3 <4.0.0`" - } - ] - } - }, - { - "version": "3.0.0", - "tag": "@microsoft/node-library-build_v3.0.0", - "date": "Mon, 20 Mar 2017 21:52:20 GMT", - "comments": { - "major": [ - { - "comment": "Updating build task dependencies." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.4.2 <3.0.0` to `>=2.4.3 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `>=2.4.1 <3.0.0` to `>=3.0.0 <4.0.0`" - } - ] - } - }, - { - "version": "2.3.1", - "tag": "@microsoft/node-library-build_v2.3.1", - "date": "Wed, 15 Mar 2017 01:32:09 GMT", - "comments": { - "patch": [ - { - "comment": "Locking `@types` packages. Synchronizing version specifiers for dependencies with other `web-build-tools` projects." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.4.0 <3.0.0` to `>=2.4.0 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `>=2.0.0 <3.0.0` to `>=2.0.1 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `>=2.2.5 <3.0.0` to `>=2.2.5 <3.0.0`" - } - ] - } - }, - { - "version": "2.3.0", - "tag": "@microsoft/node-library-build_v2.3.0", - "date": "Wed, 08 Feb 2017 01:41:58 GMT", - "comments": { - "minor": [ - { - "comment": "Treat warnings as errors in production. Treat tsli nt errors as warnings." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.2.3 <3.0.0` to `>=2.3.0 <3.0.0`" - } - ] - } - }, - { - "version": "2.2.0", - "tag": "@microsoft/node-library-build_v2.2.0", - "date": "Fri, 20 Jan 2017 01:46:41 GMT", - "comments": { - "minor": [ - { - "comment": "Run the api-extractor task during the default build." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.1.0 <3.0.0` to `>=2.1.0 <3.0.0`" - } - ] - } - }, - { - "version": "2.1.0", - "tag": "@microsoft/node-library-build_v2.1.0", - "date": "Fri, 13 Jan 2017 06:46:05 GMT", - "comments": { - "minor": [ - { - "comment": "Enable the ApiExtractor task from gulp-core-build-typescript." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.0.0 <3.0.0` to `>=2.0.1 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-mocha\" from `>=2.0.0 <3.0.0` to `>=2.0.0 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `>=2.1.0 <3.0.0` to `>=2.1.0 <3.0.0`" - } - ] - } - }, - { - "version": "2.0.0", - "tag": "@microsoft/node-library-build_v2.0.0", - "date": "Wed, 11 Jan 2017 14:11:26 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `>=2.0.1 <3.0.0` to `>=2.1.0 <3.0.0`" - } - ] - } - } - ] -} diff --git a/core-build/node-library-build/CHANGELOG.md b/core-build/node-library-build/CHANGELOG.md deleted file mode 100644 index e0dce91072c..00000000000 --- a/core-build/node-library-build/CHANGELOG.md +++ /dev/null @@ -1,1742 +0,0 @@ -# Change Log - @microsoft/node-library-build - -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. - -## 6.5.26 -Wed, 19 May 2021 00:11:39 GMT - -_Version update only_ - -## 6.5.25 -Mon, 03 May 2021 15:10:29 GMT - -_Version update only_ - -## 6.5.24 -Thu, 29 Apr 2021 23:26:50 GMT - -_Version update only_ - -## 6.5.23 -Tue, 20 Apr 2021 04:59:51 GMT - -_Version update only_ - -## 6.5.22 -Mon, 12 Apr 2021 15:10:28 GMT - -_Version update only_ - -## 6.5.21 -Thu, 08 Apr 2021 06:05:32 GMT - -_Version update only_ - -## 6.5.20 -Tue, 06 Apr 2021 15:14:22 GMT - -_Version update only_ - -## 6.5.19 -Thu, 04 Mar 2021 01:11:31 GMT - -_Version update only_ - -## 6.5.18 -Fri, 05 Feb 2021 16:10:42 GMT - -_Version update only_ - -## 6.5.17 -Wed, 13 Jan 2021 01:11:06 GMT - -_Version update only_ - -## 6.5.16 -Thu, 10 Dec 2020 23:25:49 GMT - -_Version update only_ - -## 6.5.15 -Sat, 05 Dec 2020 01:11:23 GMT - -_Version update only_ - -## 6.5.14 -Mon, 30 Nov 2020 16:11:49 GMT - -_Version update only_ - -## 6.5.13 -Wed, 18 Nov 2020 08:19:54 GMT - -_Version update only_ - -## 6.5.12 -Wed, 18 Nov 2020 06:21:57 GMT - -_Version update only_ - -## 6.5.11 -Wed, 11 Nov 2020 01:08:58 GMT - -_Version update only_ - -## 6.5.10 -Tue, 10 Nov 2020 23:13:12 GMT - -_Version update only_ - -## 6.5.9 -Fri, 30 Oct 2020 06:38:39 GMT - -_Version update only_ - -## 6.5.8 -Fri, 30 Oct 2020 00:10:14 GMT - -_Version update only_ - -## 6.5.7 -Thu, 29 Oct 2020 06:14:19 GMT - -_Version update only_ - -## 6.5.6 -Wed, 28 Oct 2020 01:18:03 GMT - -_Version update only_ - -## 6.5.5 -Tue, 27 Oct 2020 15:10:13 GMT - -_Version update only_ - -## 6.5.4 -Tue, 06 Oct 2020 00:24:06 GMT - -_Version update only_ - -## 6.5.3 -Mon, 05 Oct 2020 22:36:57 GMT - -_Version update only_ - -## 6.5.2 -Mon, 05 Oct 2020 15:10:42 GMT - -_Version update only_ - -## 6.5.1 -Wed, 30 Sep 2020 18:39:17 GMT - -_Version update only_ - -## 6.5.0 -Wed, 30 Sep 2020 06:53:53 GMT - -### Minor changes - -- Upgrade compiler; the API now requires TypeScript 3.9 or newer - -## 6.4.52 -Tue, 22 Sep 2020 05:45:56 GMT - -_Version update only_ - -## 6.4.51 -Tue, 22 Sep 2020 01:45:31 GMT - -_Version update only_ - -## 6.4.50 -Tue, 22 Sep 2020 00:08:53 GMT - -_Version update only_ - -## 6.4.49 -Sat, 19 Sep 2020 04:37:26 GMT - -_Version update only_ - -## 6.4.48 -Sat, 19 Sep 2020 03:33:07 GMT - -_Version update only_ - -## 6.4.47 -Fri, 18 Sep 2020 22:57:24 GMT - -_Version update only_ - -## 6.4.46 -Fri, 18 Sep 2020 21:49:54 GMT - -_Version update only_ - -## 6.4.45 -Sun, 13 Sep 2020 01:53:20 GMT - -_Version update only_ - -## 6.4.44 -Fri, 11 Sep 2020 02:13:35 GMT - -_Version update only_ - -## 6.4.43 -Mon, 07 Sep 2020 07:37:37 GMT - -_Version update only_ - -## 6.4.42 -Sat, 05 Sep 2020 18:56:35 GMT - -_Version update only_ - -## 6.4.41 -Thu, 27 Aug 2020 11:27:06 GMT - -_Version update only_ - -## 6.4.40 -Mon, 24 Aug 2020 07:35:20 GMT - -_Version update only_ - -## 6.4.39 -Sat, 22 Aug 2020 05:55:42 GMT - -_Version update only_ - -## 6.4.38 -Fri, 21 Aug 2020 01:21:18 GMT - -_Version update only_ - -## 6.4.37 -Thu, 20 Aug 2020 15:13:53 GMT - -_Version update only_ - -## 6.4.36 -Tue, 18 Aug 2020 23:59:42 GMT - -_Version update only_ - -## 6.4.35 -Mon, 17 Aug 2020 04:53:23 GMT - -_Version update only_ - -## 6.4.34 -Wed, 12 Aug 2020 00:10:05 GMT - -_Version update only_ - -## 6.4.33 -Wed, 05 Aug 2020 18:27:32 GMT - -_Version update only_ - -## 6.4.32 -Fri, 03 Jul 2020 15:09:04 GMT - -_Version update only_ - -## 6.4.31 -Fri, 03 Jul 2020 05:46:41 GMT - -_Version update only_ - -## 6.4.30 -Sat, 27 Jun 2020 00:09:38 GMT - -_Version update only_ - -## 6.4.29 -Fri, 26 Jun 2020 22:16:39 GMT - -_Version update only_ - -## 6.4.28 -Thu, 25 Jun 2020 06:43:35 GMT - -_Version update only_ - -## 6.4.27 -Wed, 24 Jun 2020 09:50:48 GMT - -_Version update only_ - -## 6.4.26 -Wed, 24 Jun 2020 09:04:28 GMT - -_Version update only_ - -## 6.4.25 -Mon, 15 Jun 2020 22:17:17 GMT - -_Version update only_ - -## 6.4.24 -Fri, 12 Jun 2020 09:19:21 GMT - -_Version update only_ - -## 6.4.23 -Wed, 10 Jun 2020 20:48:30 GMT - -_Version update only_ - -## 6.4.22 -Mon, 01 Jun 2020 08:34:17 GMT - -_Version update only_ - -## 6.4.21 -Sat, 30 May 2020 02:59:54 GMT - -_Version update only_ - -## 6.4.20 -Thu, 28 May 2020 05:59:02 GMT - -_Version update only_ - -## 6.4.19 -Wed, 27 May 2020 05:15:10 GMT - -_Version update only_ - -## 6.4.18 -Tue, 26 May 2020 23:00:25 GMT - -_Version update only_ - -## 6.4.17 -Fri, 22 May 2020 15:08:42 GMT - -_Version update only_ - -## 6.4.16 -Thu, 21 May 2020 23:09:44 GMT - -_Version update only_ - -## 6.4.15 -Thu, 21 May 2020 15:41:59 GMT - -_Version update only_ - -## 6.4.14 -Tue, 19 May 2020 15:08:19 GMT - -_Version update only_ - -## 6.4.13 -Fri, 15 May 2020 08:10:59 GMT - -_Version update only_ - -## 6.4.12 -Wed, 06 May 2020 08:23:45 GMT - -_Version update only_ - -## 6.4.11 -Sat, 02 May 2020 00:08:16 GMT - -_Version update only_ - -## 6.4.10 -Wed, 08 Apr 2020 04:07:33 GMT - -_Version update only_ - -## 6.4.9 -Fri, 03 Apr 2020 15:10:15 GMT - -_Version update only_ - -## 6.4.8 -Sun, 29 Mar 2020 00:04:12 GMT - -_Version update only_ - -## 6.4.7 -Sat, 28 Mar 2020 00:37:16 GMT - -_Version update only_ - -## 6.4.6 -Wed, 18 Mar 2020 15:07:47 GMT - -_Version update only_ - -## 6.4.5 -Tue, 17 Mar 2020 23:55:58 GMT - -_Version update only_ - -## 6.4.4 -Tue, 28 Jan 2020 02:23:44 GMT - -_Version update only_ - -## 6.4.3 -Fri, 24 Jan 2020 00:27:39 GMT - -_Version update only_ - -## 6.4.2 -Thu, 23 Jan 2020 01:07:56 GMT - -_Version update only_ - -## 6.4.1 -Tue, 21 Jan 2020 21:56:13 GMT - -_Version update only_ - -## 6.4.0 -Sun, 19 Jan 2020 02:26:52 GMT - -### Minor changes - -- Upgrade Node typings to Node 10 - -## 6.3.16 -Fri, 17 Jan 2020 01:08:23 GMT - -_Version update only_ - -## 6.3.15 -Tue, 14 Jan 2020 01:34:15 GMT - -_Version update only_ - -## 6.3.14 -Sat, 11 Jan 2020 05:18:23 GMT - -_Version update only_ - -## 6.3.13 -Thu, 09 Jan 2020 06:44:12 GMT - -_Version update only_ - -## 6.3.12 -Wed, 08 Jan 2020 00:11:31 GMT - -_Version update only_ - -## 6.3.11 -Wed, 04 Dec 2019 23:17:55 GMT - -_Version update only_ - -## 6.3.10 -Tue, 03 Dec 2019 03:17:43 GMT - -_Version update only_ - -## 6.3.9 -Sun, 24 Nov 2019 00:54:04 GMT - -_Version update only_ - -## 6.3.8 -Wed, 20 Nov 2019 06:14:28 GMT - -_Version update only_ - -## 6.3.7 -Fri, 15 Nov 2019 04:50:50 GMT - -_Version update only_ - -## 6.3.6 -Mon, 11 Nov 2019 16:07:56 GMT - -_Version update only_ - -## 6.3.5 -Wed, 06 Nov 2019 22:44:18 GMT - -_Version update only_ - -## 6.3.4 -Tue, 05 Nov 2019 06:49:28 GMT - -_Version update only_ - -## 6.3.3 -Tue, 05 Nov 2019 01:08:39 GMT - -_Version update only_ - -## 6.3.2 -Fri, 25 Oct 2019 15:08:54 GMT - -_Version update only_ - -## 6.3.1 -Tue, 22 Oct 2019 06:24:44 GMT - -_Version update only_ - -## 6.3.0 -Mon, 21 Oct 2019 05:22:43 GMT - -### Minor changes - -- Add support for ESLint+TypeScript - -## 6.2.6 -Fri, 18 Oct 2019 15:15:01 GMT - -_Version update only_ - -## 6.2.5 -Sun, 06 Oct 2019 00:27:39 GMT - -_Version update only_ - -## 6.2.4 -Fri, 04 Oct 2019 00:15:22 GMT - -_Version update only_ - -## 6.2.3 -Sun, 29 Sep 2019 23:56:29 GMT - -### Patches - -- Update repository URL - -## 6.2.2 -Wed, 25 Sep 2019 15:15:31 GMT - -_Version update only_ - -## 6.2.1 -Tue, 24 Sep 2019 02:58:49 GMT - -_Version update only_ - -## 6.2.0 -Mon, 23 Sep 2019 15:14:55 GMT - -### Minor changes - -- Upgrade @types/node dependency - -## 6.1.11 -Fri, 20 Sep 2019 21:27:22 GMT - -_Version update only_ - -## 6.1.10 -Wed, 11 Sep 2019 19:56:23 GMT - -_Version update only_ - -## 6.1.9 -Tue, 10 Sep 2019 22:32:23 GMT - -_Version update only_ - -## 6.1.8 -Tue, 10 Sep 2019 20:38:33 GMT - -_Version update only_ - -## 6.1.7 -Wed, 04 Sep 2019 18:28:06 GMT - -_Version update only_ - -## 6.1.6 -Wed, 04 Sep 2019 15:15:37 GMT - -_Version update only_ - -## 6.1.5 -Fri, 30 Aug 2019 00:14:32 GMT - -_Version update only_ - -## 6.1.4 -Mon, 12 Aug 2019 15:15:14 GMT - -_Version update only_ - -## 6.1.3 -Thu, 08 Aug 2019 15:14:17 GMT - -_Version update only_ - -## 6.1.2 -Thu, 08 Aug 2019 00:49:05 GMT - -_Version update only_ - -## 6.1.1 -Mon, 05 Aug 2019 22:04:32 GMT - -_Version update only_ - -## 6.1.0 -Tue, 23 Jul 2019 19:14:38 GMT - -### Minor changes - -- Update gulp to 4.0.2 - -## 6.0.74 -Tue, 23 Jul 2019 01:13:01 GMT - -_Version update only_ - -## 6.0.73 -Mon, 22 Jul 2019 19:13:10 GMT - -_Version update only_ - -## 6.0.72 -Fri, 12 Jul 2019 19:12:46 GMT - -_Version update only_ - -## 6.0.71 -Thu, 11 Jul 2019 19:13:08 GMT - -_Version update only_ - -## 6.0.70 -Tue, 09 Jul 2019 19:13:24 GMT - -_Version update only_ - -## 6.0.69 -Mon, 08 Jul 2019 19:12:18 GMT - -_Version update only_ - -## 6.0.68 -Sat, 29 Jun 2019 02:30:10 GMT - -_Version update only_ - -## 6.0.67 -Wed, 12 Jun 2019 19:12:33 GMT - -_Version update only_ - -## 6.0.66 -Tue, 11 Jun 2019 00:48:06 GMT - -_Version update only_ - -## 6.0.65 -Thu, 06 Jun 2019 22:33:36 GMT - -_Version update only_ - -## 6.0.64 -Wed, 05 Jun 2019 19:12:34 GMT - -_Version update only_ - -## 6.0.63 -Tue, 04 Jun 2019 05:51:53 GMT - -_Version update only_ - -## 6.0.62 -Mon, 27 May 2019 04:13:44 GMT - -_Version update only_ - -## 6.0.61 -Mon, 13 May 2019 02:08:35 GMT - -_Version update only_ - -## 6.0.60 -Mon, 06 May 2019 20:46:21 GMT - -_Version update only_ - -## 6.0.59 -Mon, 06 May 2019 19:34:54 GMT - -_Version update only_ - -## 6.0.58 -Mon, 06 May 2019 19:11:16 GMT - -_Version update only_ - -## 6.0.57 -Tue, 30 Apr 2019 23:08:02 GMT - -_Version update only_ - -## 6.0.56 -Tue, 16 Apr 2019 11:01:37 GMT - -_Version update only_ - -## 6.0.55 -Fri, 12 Apr 2019 06:13:16 GMT - -_Version update only_ - -## 6.0.54 -Thu, 11 Apr 2019 07:14:01 GMT - -_Version update only_ - -## 6.0.53 -Tue, 09 Apr 2019 05:31:01 GMT - -_Version update only_ - -## 6.0.52 -Mon, 08 Apr 2019 19:12:52 GMT - -_Version update only_ - -## 6.0.51 -Sat, 06 Apr 2019 02:05:51 GMT - -_Version update only_ - -## 6.0.50 -Fri, 05 Apr 2019 04:16:17 GMT - -_Version update only_ - -## 6.0.49 -Wed, 03 Apr 2019 02:58:33 GMT - -_Version update only_ - -## 6.0.48 -Tue, 02 Apr 2019 01:12:02 GMT - -_Version update only_ - -## 6.0.47 -Sat, 30 Mar 2019 22:27:16 GMT - -_Version update only_ - -## 6.0.46 -Thu, 28 Mar 2019 19:14:27 GMT - -_Version update only_ - -## 6.0.45 -Tue, 26 Mar 2019 20:54:18 GMT - -_Version update only_ - -## 6.0.44 -Sat, 23 Mar 2019 03:48:31 GMT - -_Version update only_ - -## 6.0.43 -Thu, 21 Mar 2019 04:59:11 GMT - -_Version update only_ - -## 6.0.42 -Thu, 21 Mar 2019 01:15:32 GMT - -_Version update only_ - -## 6.0.41 -Wed, 20 Mar 2019 19:14:49 GMT - -_Version update only_ - -## 6.0.40 -Mon, 18 Mar 2019 04:28:43 GMT - -_Version update only_ - -## 6.0.39 -Fri, 15 Mar 2019 19:13:25 GMT - -_Version update only_ - -## 6.0.38 -Wed, 13 Mar 2019 19:13:14 GMT - -_Version update only_ - -## 6.0.37 -Wed, 13 Mar 2019 01:14:05 GMT - -_Version update only_ - -## 6.0.36 -Mon, 11 Mar 2019 16:13:36 GMT - -_Version update only_ - -## 6.0.35 -Tue, 05 Mar 2019 17:13:11 GMT - -_Version update only_ - -## 6.0.34 -Mon, 04 Mar 2019 17:13:19 GMT - -_Version update only_ - -## 6.0.33 -Wed, 27 Feb 2019 22:13:58 GMT - -_Version update only_ - -## 6.0.32 -Wed, 27 Feb 2019 17:13:17 GMT - -_Version update only_ - -## 6.0.31 -Mon, 18 Feb 2019 17:13:23 GMT - -_Version update only_ - -## 6.0.30 -Tue, 12 Feb 2019 17:13:12 GMT - -_Version update only_ - -## 6.0.29 -Mon, 11 Feb 2019 10:32:37 GMT - -_Version update only_ - -## 6.0.28 -Mon, 11 Feb 2019 03:31:55 GMT - -_Version update only_ - -## 6.0.27 -Wed, 30 Jan 2019 20:49:11 GMT - -_Version update only_ - -## 6.0.26 -Sat, 19 Jan 2019 03:47:47 GMT - -_Version update only_ - -## 6.0.25 -Tue, 15 Jan 2019 17:04:09 GMT - -_Version update only_ - -## 6.0.24 -Thu, 10 Jan 2019 01:57:53 GMT - -_Version update only_ - -## 6.0.23 -Mon, 07 Jan 2019 17:04:07 GMT - -_Version update only_ - -## 6.0.22 -Wed, 19 Dec 2018 05:57:33 GMT - -_Version update only_ - -## 6.0.21 -Thu, 13 Dec 2018 02:58:11 GMT - -_Version update only_ - -## 6.0.20 -Wed, 12 Dec 2018 17:04:19 GMT - -_Version update only_ - -## 6.0.19 -Sat, 08 Dec 2018 06:35:36 GMT - -_Version update only_ - -## 6.0.18 -Fri, 07 Dec 2018 17:04:56 GMT - -_Version update only_ - -## 6.0.17 -Fri, 30 Nov 2018 23:34:57 GMT - -_Version update only_ - -## 6.0.16 -Thu, 29 Nov 2018 07:02:09 GMT - -_Version update only_ - -## 6.0.15 -Thu, 29 Nov 2018 00:35:39 GMT - -_Version update only_ - -## 6.0.14 -Wed, 28 Nov 2018 19:29:53 GMT - -_Version update only_ - -## 6.0.13 -Wed, 28 Nov 2018 02:17:11 GMT - -_Version update only_ - -## 6.0.12 -Fri, 16 Nov 2018 21:37:10 GMT - -_Version update only_ - -## 6.0.11 -Fri, 16 Nov 2018 00:59:00 GMT - -_Version update only_ - -## 6.0.10 -Fri, 09 Nov 2018 23:07:39 GMT - -_Version update only_ - -## 6.0.9 -Wed, 07 Nov 2018 21:04:35 GMT - -_Version update only_ - -## 6.0.8 -Wed, 07 Nov 2018 17:03:03 GMT - -_Version update only_ - -## 6.0.7 -Mon, 05 Nov 2018 17:04:24 GMT - -_Version update only_ - -## 6.0.6 -Thu, 01 Nov 2018 21:33:51 GMT - -_Version update only_ - -## 6.0.5 -Thu, 01 Nov 2018 19:32:52 GMT - -_Version update only_ - -## 6.0.4 -Wed, 31 Oct 2018 21:17:50 GMT - -_Version update only_ - -## 6.0.3 -Wed, 31 Oct 2018 17:00:55 GMT - -_Version update only_ - -## 6.0.2 -Sat, 27 Oct 2018 03:45:51 GMT - -_Version update only_ - -## 6.0.1 -Sat, 27 Oct 2018 02:17:18 GMT - -_Version update only_ - -## 6.0.0 -Sat, 27 Oct 2018 00:26:56 GMT - -### Breaking changes - -- Upgrading tasks to use rush-stack-compiler. - -## 5.0.26 -Thu, 25 Oct 2018 23:20:40 GMT - -_Version update only_ - -## 5.0.25 -Thu, 25 Oct 2018 08:56:02 GMT - -_Version update only_ - -## 5.0.24 -Wed, 24 Oct 2018 16:03:10 GMT - -_Version update only_ - -## 5.0.23 -Thu, 18 Oct 2018 05:30:14 GMT - -_Version update only_ - -## 5.0.22 -Thu, 18 Oct 2018 01:32:21 GMT - -_Version update only_ - -## 5.0.21 -Wed, 17 Oct 2018 21:04:49 GMT - -_Version update only_ - -## 5.0.20 -Wed, 17 Oct 2018 14:43:24 GMT - -_Version update only_ - -## 5.0.19 -Thu, 11 Oct 2018 23:26:07 GMT - -_Version update only_ - -## 5.0.18 -Tue, 09 Oct 2018 06:58:02 GMT - -_Version update only_ - -## 5.0.17 -Mon, 08 Oct 2018 16:04:27 GMT - -_Version update only_ - -## 5.0.16 -Sun, 07 Oct 2018 06:15:56 GMT - -_Version update only_ - -## 5.0.15 -Fri, 28 Sep 2018 16:05:35 GMT - -_Version update only_ - -## 5.0.14 -Wed, 26 Sep 2018 21:39:40 GMT - -_Version update only_ - -## 5.0.13 -Mon, 24 Sep 2018 23:06:40 GMT - -_Version update only_ - -## 5.0.12 -Mon, 24 Sep 2018 16:04:28 GMT - -_Version update only_ - -## 5.0.11 -Fri, 21 Sep 2018 16:04:42 GMT - -_Version update only_ - -## 5.0.10 -Thu, 20 Sep 2018 23:57:21 GMT - -_Version update only_ - -## 5.0.9 -Tue, 18 Sep 2018 21:04:55 GMT - -_Version update only_ - -## 5.0.8 -Mon, 10 Sep 2018 23:23:01 GMT - -_Version update only_ - -## 5.0.7 -Thu, 06 Sep 2018 01:25:26 GMT - -### Patches - -- Update "repository" field in package.json - -## 5.0.6 -Tue, 04 Sep 2018 21:34:10 GMT - -_Version update only_ - -## 5.0.5 -Mon, 03 Sep 2018 16:04:46 GMT - -_Version update only_ - -## 5.0.4 -Thu, 30 Aug 2018 22:47:34 GMT - -_Version update only_ - -## 5.0.3 -Thu, 30 Aug 2018 19:23:16 GMT - -_Version update only_ - -## 5.0.2 -Thu, 30 Aug 2018 18:45:12 GMT - -_Version update only_ - -## 5.0.1 -Wed, 29 Aug 2018 21:43:23 GMT - -_Version update only_ - -## 5.0.0 -Wed, 29 Aug 2018 06:36:50 GMT - -### Breaking changes - -- Updating the way typescript and tslint are invoked. - -## 4.4.11 -Thu, 23 Aug 2018 18:18:53 GMT - -### Patches - -- Republish all packages in web-build-tools to resolve GitHub issue #782 - -## 4.4.10 -Wed, 22 Aug 2018 20:58:58 GMT - -_Version update only_ - -## 4.4.9 -Wed, 22 Aug 2018 16:03:25 GMT - -_Version update only_ - -## 4.4.8 -Tue, 21 Aug 2018 16:04:38 GMT - -_Version update only_ - -## 4.4.7 -Thu, 09 Aug 2018 21:58:02 GMT - -_Version update only_ - -## 4.4.6 -Thu, 09 Aug 2018 21:03:22 GMT - -_Version update only_ - -## 4.4.5 -Thu, 09 Aug 2018 16:04:24 GMT - -_Version update only_ - -## 4.4.4 -Tue, 07 Aug 2018 22:27:31 GMT - -_Version update only_ - -## 4.4.3 -Thu, 26 Jul 2018 23:53:43 GMT - -_Version update only_ - -## 4.4.2 -Thu, 26 Jul 2018 16:04:17 GMT - -_Version update only_ - -## 4.4.1 -Wed, 25 Jul 2018 21:02:57 GMT - -_Version update only_ - -## 4.4.0 -Fri, 20 Jul 2018 16:04:52 GMT - -### Minor changes - -- Upgrading mocha-related pack ages to remove dependency on a version of "growl" with NSP warnings. - -## 4.3.50 -Tue, 17 Jul 2018 16:02:52 GMT - -_Version update only_ - -## 4.3.49 -Fri, 13 Jul 2018 19:04:50 GMT - -_Version update only_ - -## 4.3.48 -Tue, 03 Jul 2018 21:03:31 GMT - -_Version update only_ - -## 4.3.47 -Fri, 29 Jun 2018 02:56:51 GMT - -_Version update only_ - -## 4.3.46 -Sat, 23 Jun 2018 02:21:20 GMT - -_Version update only_ - -## 4.3.45 -Fri, 22 Jun 2018 16:05:15 GMT - -_Version update only_ - -## 4.3.44 -Thu, 21 Jun 2018 08:27:29 GMT - -_Version update only_ - -## 4.3.43 -Tue, 19 Jun 2018 19:35:11 GMT - -_Version update only_ - -## 4.3.42 -Fri, 08 Jun 2018 08:43:52 GMT - -_Version update only_ - -## 4.3.41 -Thu, 31 May 2018 01:39:33 GMT - -_Version update only_ - -## 4.3.40 -Tue, 15 May 2018 02:26:45 GMT - -_Version update only_ - -## 4.3.39 -Tue, 15 May 2018 00:18:10 GMT - -_Version update only_ - -## 4.3.38 -Fri, 11 May 2018 22:43:14 GMT - -_Version update only_ - -## 4.3.37 -Fri, 04 May 2018 00:42:38 GMT - -_Version update only_ - -## 4.3.36 -Tue, 01 May 2018 22:03:20 GMT - -_Version update only_ - -## 4.3.35 -Fri, 27 Apr 2018 03:04:32 GMT - -_Version update only_ - -## 4.3.34 -Fri, 20 Apr 2018 16:06:11 GMT - -_Version update only_ - -## 4.3.33 -Thu, 19 Apr 2018 21:25:56 GMT - -_Version update only_ - -## 4.3.32 -Thu, 19 Apr 2018 17:02:06 GMT - -_Version update only_ - -## 4.3.31 -Tue, 03 Apr 2018 16:05:29 GMT - -_Version update only_ - -## 4.3.30 -Mon, 02 Apr 2018 16:05:24 GMT - -_Version update only_ - -## 4.3.29 -Tue, 27 Mar 2018 01:34:25 GMT - -_Version update only_ - -## 4.3.28 -Mon, 26 Mar 2018 19:12:42 GMT - -_Version update only_ - -## 4.3.27 -Sun, 25 Mar 2018 01:26:19 GMT - -_Version update only_ - -## 4.3.26 -Fri, 23 Mar 2018 00:34:53 GMT - -_Version update only_ - -## 4.3.25 -Thu, 22 Mar 2018 18:34:13 GMT - -_Version update only_ - -## 4.3.24 -Tue, 20 Mar 2018 02:44:45 GMT - -_Version update only_ - -## 4.3.23 -Sat, 17 Mar 2018 02:54:22 GMT - -_Version update only_ - -## 4.3.22 -Thu, 15 Mar 2018 20:00:50 GMT - -_Version update only_ - -## 4.3.21 -Thu, 15 Mar 2018 16:05:43 GMT - -_Version update only_ - -## 4.3.20 -Tue, 13 Mar 2018 23:11:32 GMT - -_Version update only_ - -## 4.3.19 -Mon, 12 Mar 2018 20:36:19 GMT - -_Version update only_ - -## 4.3.18 -Tue, 06 Mar 2018 17:04:51 GMT - -_Version update only_ - -## 4.3.17 -Fri, 02 Mar 2018 01:13:59 GMT - -_Version update only_ - -## 4.3.16 -Tue, 27 Feb 2018 22:05:57 GMT - -_Version update only_ - -## 4.3.15 -Wed, 21 Feb 2018 22:04:19 GMT - -_Version update only_ - -## 4.3.14 -Wed, 21 Feb 2018 03:13:29 GMT - -_Version update only_ - -## 4.3.13 -Sat, 17 Feb 2018 02:53:49 GMT - -_Version update only_ - -## 4.3.12 -Fri, 16 Feb 2018 22:05:23 GMT - -_Version update only_ - -## 4.3.11 -Fri, 16 Feb 2018 17:05:11 GMT - -_Version update only_ - -## 4.3.10 -Wed, 07 Feb 2018 17:05:11 GMT - -_Version update only_ - -## 4.3.9 -Fri, 26 Jan 2018 22:05:30 GMT - -_Version update only_ - -## 4.3.8 -Fri, 26 Jan 2018 17:53:38 GMT - -### Patches - -- Force a patch bump in case the previous version was an empty package - -## 4.3.7 -Fri, 26 Jan 2018 00:36:51 GMT - -_Version update only_ - -## 4.3.6 -Tue, 23 Jan 2018 17:05:28 GMT - -_Version update only_ - -## 4.3.5 -Thu, 18 Jan 2018 03:23:46 GMT - -_Version update only_ - -## 4.3.4 -Thu, 18 Jan 2018 00:48:06 GMT - -### Patches - -- Update dependency of node-library-build - -## 4.3.3 -Wed, 17 Jan 2018 10:49:31 GMT - -_Version update only_ - -## 4.3.2 -Fri, 12 Jan 2018 03:35:22 GMT - -_Version update only_ - -## 4.3.1 -Thu, 11 Jan 2018 22:31:51 GMT - -_Version update only_ - -## 4.3.0 -Wed, 10 Jan 2018 20:40:01 GMT - -### Minor changes - -- Upgrade to Node 8 - -## 4.2.16 -Sun, 07 Jan 2018 05:12:08 GMT - -_Version update only_ - -## 4.2.15 -Fri, 05 Jan 2018 20:26:45 GMT - -_Version update only_ - -## 4.2.14 -Fri, 05 Jan 2018 00:48:41 GMT - -_Version update only_ - -## 4.2.13 -Fri, 22 Dec 2017 17:04:46 GMT - -_Version update only_ - -## 4.2.12 -Tue, 12 Dec 2017 03:33:26 GMT - -_Version update only_ - -## 4.2.11 -Thu, 30 Nov 2017 23:59:09 GMT - -_Version update only_ - -## 4.2.10 -Thu, 30 Nov 2017 23:12:21 GMT - -_Version update only_ - -## 4.2.9 -Wed, 29 Nov 2017 17:05:37 GMT - -_Version update only_ - -## 4.2.8 -Tue, 28 Nov 2017 23:43:55 GMT - -_Version update only_ - -## 4.2.7 -Mon, 13 Nov 2017 17:04:50 GMT - -_Version update only_ - -## 4.2.6 -Mon, 06 Nov 2017 17:04:18 GMT - -_Version update only_ - -## 4.2.5 -Thu, 02 Nov 2017 16:05:24 GMT - -_Version update only_ - -## 4.2.4 -Wed, 01 Nov 2017 21:06:08 GMT - -_Version update only_ - -## 4.2.3 -Tue, 31 Oct 2017 21:04:04 GMT - -_Version update only_ - -## 4.2.2 -Tue, 31 Oct 2017 16:04:55 GMT - -_Version update only_ - -## 4.2.1 -Wed, 25 Oct 2017 20:03:59 GMT - -_Version update only_ - -## 4.2.0 -Tue, 24 Oct 2017 18:17:12 GMT - -### Minor changes - -- Support Jest task - -## 4.1.6 -Mon, 23 Oct 2017 21:53:12 GMT - -_Version update only_ - -## 4.1.5 -Fri, 20 Oct 2017 19:57:12 GMT - -_Version update only_ - -## 4.1.4 -Fri, 20 Oct 2017 01:52:54 GMT - -_Version update only_ - -## 4.1.3 -Fri, 20 Oct 2017 01:04:44 GMT - -_Version update only_ - -## 4.1.2 -Thu, 05 Oct 2017 01:05:02 GMT - -_Version update only_ - -## 4.1.1 -Thu, 28 Sep 2017 01:04:28 GMT - -_Version update only_ - -## 4.1.0 -Fri, 22 Sep 2017 01:04:02 GMT - -### Minor changes - -- Upgrade to es6 - -## 4.0.8 -Wed, 20 Sep 2017 22:10:17 GMT - -_Version update only_ - -## 4.0.7 -Mon, 11 Sep 2017 13:04:55 GMT - -_Version update only_ - -## 4.0.6 -Fri, 08 Sep 2017 01:28:04 GMT - -### Patches - -- Deprecate @types/es6-coll ections in favor of built-in typescript typings 'es2015.collection' a nd 'es2015.iterable' - -## 4.0.5 -Thu, 07 Sep 2017 13:04:35 GMT - -_Version update only_ - -## 4.0.4 -Thu, 07 Sep 2017 00:11:12 GMT - -_Version update only_ - -## 4.0.3 -Wed, 06 Sep 2017 13:03:42 GMT - -_Version update only_ - -## 4.0.2 -Tue, 05 Sep 2017 19:03:56 GMT - -_Version update only_ - -## 4.0.1 -Sat, 02 Sep 2017 01:04:26 GMT - -_Version update only_ - -## 4.0.0 -Thu, 31 Aug 2017 18:41:18 GMT - -### Breaking changes - -- Fix compatibility issues with old releases, by incrementing the major version number - -## 3.4.1 -Thu, 31 Aug 2017 17:46:25 GMT - -_Version update only_ - -## 3.4.0 -Wed, 30 Aug 2017 01:04:34 GMT - -### Minor changes - -- node-library-build now supports the CopyStaticAssetsTask - -## 3.3.2 -Thu, 24 Aug 2017 22:44:12 GMT - -_Version update only_ - -## 3.3.1 -Thu, 24 Aug 2017 01:04:33 GMT - -_Version update only_ - -## 3.3.0 -Tue, 22 Aug 2017 13:04:22 GMT - -### Minor changes - -- node-library-build now supports pre-copy.json and post-copy.json - -## 3.2.8 -Wed, 16 Aug 2017 13:04:08 GMT - -_Version update only_ - -## 3.2.7 -Tue, 15 Aug 2017 19:04:14 GMT - -_Version update only_ - -## 3.2.6 -Tue, 15 Aug 2017 01:29:31 GMT - -_Version update only_ - -## 3.2.5 -Sat, 12 Aug 2017 01:03:30 GMT - -_Version update only_ - -## 3.2.4 -Fri, 11 Aug 2017 21:44:05 GMT - -_Version update only_ - -## 3.2.3 -Sat, 05 Aug 2017 01:04:41 GMT - -_Version update only_ - -## 3.2.2 -Mon, 31 Jul 2017 21:18:26 GMT - -_Version update only_ - -## 3.2.1 -Thu, 27 Jul 2017 01:04:48 GMT - -### Patches - -- Upgrade to the TS2.4 version of the build tools and restrict the dependency version requirements. - -## 3.2.0 -Tue, 25 Jul 2017 20:03:31 GMT - -### Minor changes - -- Upgrade to TypeScript 2.4 - -## 3.1.0 -Fri, 07 Jul 2017 01:02:28 GMT - -### Minor changes - -- Enable StrictNullChecks. - -## 3.0.1 -Wed, 19 Apr 2017 20:18:06 GMT - -### Patches - -- Remove ES6 Promise & @types/es6-promise typings - -## 3.0.0 -Mon, 20 Mar 2017 21:52:20 GMT - -### Breaking changes - -- Updating build task dependencies. - -## 2.3.1 -Wed, 15 Mar 2017 01:32:09 GMT - -### Patches - -- Locking `@types` packages. Synchronizing version specifiers for dependencies with other `web-build-tools` projects. - -## 2.3.0 -Wed, 08 Feb 2017 01:41:58 GMT - -### Minor changes - -- Treat warnings as errors in production. Treat tsli nt errors as warnings. - -## 2.2.0 -Fri, 20 Jan 2017 01:46:41 GMT - -### Minor changes - -- Run the api-extractor task during the default build. - -## 2.1.0 -Fri, 13 Jan 2017 06:46:05 GMT - -### Minor changes - -- Enable the ApiExtractor task from gulp-core-build-typescript. - -## 2.0.0 -Wed, 11 Jan 2017 14:11:26 GMT - -_Initial release_ - diff --git a/core-build/node-library-build/LICENSE b/core-build/node-library-build/LICENSE deleted file mode 100644 index 12aae643b3f..00000000000 --- a/core-build/node-library-build/LICENSE +++ /dev/null @@ -1,24 +0,0 @@ -@microsoft/node-library-build - -Copyright (c) Microsoft Corporation. All rights reserved. - -MIT License - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/core-build/node-library-build/README.md b/core-build/node-library-build/README.md deleted file mode 100644 index 551b4f9d3fc..00000000000 --- a/core-build/node-library-build/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# @microsoft/node-library-build - -`node-library-build` is a `gulp-core-build` based build rig which provides basic functionality for building and unit testing TypeScript projects. - -[![npm version](https://badge.fury.io/js/%40microsoft%2Fnode-library-build.svg)](https://badge.fury.io/js/%40microsoft%2Fnode-library-build) -[![Build Status](https://travis-ci.org/Microsoft/node-library-build.svg?branch=master)](https://travis-ci.org/Microsoft/node-library-build) -[![Dependencies](https://david-dm.org/Microsoft/node-library-build.svg)](https://david-dm.org/Microsoft/node-library-build) diff --git a/core-build/node-library-build/config/api-extractor.json b/core-build/node-library-build/config/api-extractor.json deleted file mode 100644 index dcfa9cfc5b7..00000000000 --- a/core-build/node-library-build/config/api-extractor.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", - - "mainEntryPointFilePath": "/lib/index.d.ts", - - "apiReport": { - "enabled": true, - "reportFolder": "../../../common/reviews/api" - }, - - "docModel": { - "enabled": true - }, - - "dtsRollup": { - "enabled": false - } -} diff --git a/core-build/node-library-build/config/rush-project.json b/core-build/node-library-build/config/rush-project.json deleted file mode 100644 index 61e414685c1..00000000000 --- a/core-build/node-library-build/config/rush-project.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "projectOutputFolderNames": ["lib", "dist"] -} diff --git a/core-build/node-library-build/gulpfile.js b/core-build/node-library-build/gulpfile.js deleted file mode 100644 index d9c539b924d..00000000000 --- a/core-build/node-library-build/gulpfile.js +++ /dev/null @@ -1,12 +0,0 @@ -'use strict'; - -let build = require('@microsoft/gulp-core-build'); -let { tscCmd, lintCmd, apiExtractor } = require('@microsoft/gulp-core-build-typescript'); - -build.setConfig({ - shouldWarningsFailBuild: build.getConfig().production -}); - -build.task('default', build.serial(build.parallel(tscCmd, lintCmd), apiExtractor)); - -build.initialize(require('gulp')); diff --git a/core-build/node-library-build/package.json b/core-build/node-library-build/package.json deleted file mode 100644 index 72806fcfe6a..00000000000 --- a/core-build/node-library-build/package.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "@microsoft/node-library-build", - "version": "6.5.26", - "description": "", - "main": "lib/index.js", - "typings": "lib/index.d.ts", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/microsoft/rushstack/tree/master/core-build/node-library-build" - }, - "scripts": { - "build": "gulp --clean" - }, - "dependencies": { - "@microsoft/gulp-core-build": "workspace:*", - "@microsoft/gulp-core-build-mocha": "workspace:*", - "@microsoft/gulp-core-build-typescript": "workspace:*", - "@types/gulp": "4.0.6", - "@types/node": "10.17.13", - "gulp": "~4.0.2" - }, - "devDependencies": { - "@microsoft/rush-stack-compiler-3.9": "workspace:*", - "@rushstack/eslint-config": "workspace:*" - } -} diff --git a/core-build/node-library-build/src/index.ts b/core-build/node-library-build/src/index.ts deleted file mode 100644 index 2572d9a7840..00000000000 --- a/core-build/node-library-build/src/index.ts +++ /dev/null @@ -1,64 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import { - CopyTask, - copyStaticAssets, - jest, - task, - watch, - serial, - parallel, - IExecutable, - setConfig -} from '@microsoft/gulp-core-build'; -import { tscCmd, lintCmd, apiExtractor } from '@microsoft/gulp-core-build-typescript'; -import { instrument, mocha } from '@microsoft/gulp-core-build-mocha'; - -export * from '@microsoft/gulp-core-build'; -export * from '@microsoft/gulp-core-build-typescript'; -export * from '@microsoft/gulp-core-build-mocha'; - -// pre copy and post copy allows you to specify a map of dest: [sources] to copy from one place to another. -/** - * @public - */ -export const preCopy: CopyTask = new CopyTask(); -preCopy.name = 'pre-copy'; - -/** - * @public - */ -export const postCopy: CopyTask = new CopyTask(); -postCopy.name = 'post-copy'; - -const PRODUCTION: boolean = - process.argv.indexOf('--production') !== -1 || process.argv.indexOf('--ship') !== -1; -setConfig({ - production: PRODUCTION, - shouldWarningsFailBuild: PRODUCTION -}); - -const buildSubtask: IExecutable = serial( - preCopy, - parallel(lintCmd, tscCmd, copyStaticAssets), - apiExtractor, - postCopy -); - -/** - * @public - */ -export const buildTasks: IExecutable = task('build', buildSubtask); - -/** - * @public - */ -export const testTasks: IExecutable = task('test', serial(buildSubtask, mocha, jest)); - -/** - * @public - */ -export const defaultTasks: IExecutable = task('default', serial(buildSubtask, instrument, mocha, jest)); - -task('watch', watch('src/**.ts', testTasks)); diff --git a/core-build/node-library-build/tsconfig.json b/core-build/node-library-build/tsconfig.json deleted file mode 100644 index 501b6181d8f..00000000000 --- a/core-build/node-library-build/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.9/includes/tsconfig-node.json" -} diff --git a/core-build/web-library-build/.eslintrc.js b/core-build/web-library-build/.eslintrc.js deleted file mode 100644 index 4c934799d67..00000000000 --- a/core-build/web-library-build/.eslintrc.js +++ /dev/null @@ -1,10 +0,0 @@ -// This is a workaround for https://github.com/eslint/eslint/issues/3458 -require('@rushstack/eslint-config/patch/modern-module-resolution'); - -module.exports = { - extends: [ - '@rushstack/eslint-config/profile/node-trusted-tool', - '@rushstack/eslint-config/mixins/friendly-locals' - ], - parserOptions: { tsconfigRootDir: __dirname } -}; diff --git a/core-build/web-library-build/.npmignore b/core-build/web-library-build/.npmignore deleted file mode 100644 index 302dbc5b019..00000000000 --- a/core-build/web-library-build/.npmignore +++ /dev/null @@ -1,30 +0,0 @@ -# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. - -# Ignore all files by default, to avoid accidentally publishing unintended files. -* - -# Use negative patterns to bring back the specific things we want to publish. -!/bin/** -!/lib/** -!/lib-*/** -!/dist/** -!ThirdPartyNotice.txt - -# Ignore certain patterns that should not get published. -/dist/*.stats.* -/lib/**/test/ -/lib-*/**/test/ -*.test.js - -# NOTE: These don't need to be specified, because NPM includes them automatically. -# -# package.json -# README (and its variants) -# CHANGELOG (and its variants) -# LICENSE / LICENCE - -#-------------------------------------------- -# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE -#-------------------------------------------- - -# (Add your project-specific overrides here) \ No newline at end of file diff --git a/core-build/web-library-build/CHANGELOG.json b/core-build/web-library-build/CHANGELOG.json deleted file mode 100644 index d0723714fe2..00000000000 --- a/core-build/web-library-build/CHANGELOG.json +++ /dev/null @@ -1,10860 +0,0 @@ -{ - "name": "@microsoft/web-library-build", - "entries": [ - { - "version": "7.5.76", - "tag": "@microsoft/web-library-build_v7.5.76", - "date": "Wed, 19 May 2021 00:11:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.17`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.14.21`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.9.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.26`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.2.20`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.26`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.47`" - } - ] - } - }, - { - "version": "7.5.75", - "tag": "@microsoft/web-library-build_v7.5.75", - "date": "Thu, 13 May 2021 01:52:46 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.14.20`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.9.13`" - } - ] - } - }, - { - "version": "7.5.74", - "tag": "@microsoft/web-library-build_v7.5.74", - "date": "Tue, 11 May 2021 22:19:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.14.19`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.9.12`" - } - ] - } - }, - { - "version": "7.5.73", - "tag": "@microsoft/web-library-build_v7.5.73", - "date": "Mon, 10 May 2021 15:08:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.14.18`" - } - ] - } - }, - { - "version": "7.5.72", - "tag": "@microsoft/web-library-build_v7.5.72", - "date": "Mon, 03 May 2021 15:10:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.16`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.14.17`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.9.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.25`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.2.19`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.25`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.46`" - } - ] - } - }, - { - "version": "7.5.71", - "tag": "@microsoft/web-library-build_v7.5.71", - "date": "Fri, 30 Apr 2021 00:30:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.9.10`" - } - ] - } - }, - { - "version": "7.5.70", - "tag": "@microsoft/web-library-build_v7.5.70", - "date": "Thu, 29 Apr 2021 23:26:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.15`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.14.16`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.9.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.24`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.2.18`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.24`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.45`" - } - ] - } - }, - { - "version": "7.5.69", - "tag": "@microsoft/web-library-build_v7.5.69", - "date": "Thu, 29 Apr 2021 01:07:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.14.15`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.9.8`" - } - ] - } - }, - { - "version": "7.5.68", - "tag": "@microsoft/web-library-build_v7.5.68", - "date": "Fri, 23 Apr 2021 22:00:07 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.14.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.9.7`" - } - ] - } - }, - { - "version": "7.5.67", - "tag": "@microsoft/web-library-build_v7.5.67", - "date": "Fri, 23 Apr 2021 15:11:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.14.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.9.6`" - } - ] - } - }, - { - "version": "7.5.66", - "tag": "@microsoft/web-library-build_v7.5.66", - "date": "Wed, 21 Apr 2021 15:12:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.14.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.9.5`" - } - ] - } - }, - { - "version": "7.5.65", - "tag": "@microsoft/web-library-build_v7.5.65", - "date": "Tue, 20 Apr 2021 04:59:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.14.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.9.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.23`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.2.17`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.23`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.44`" - } - ] - } - }, - { - "version": "7.5.64", - "tag": "@microsoft/web-library-build_v7.5.64", - "date": "Thu, 15 Apr 2021 02:59:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.14.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.9.3`" - } - ] - } - }, - { - "version": "7.5.63", - "tag": "@microsoft/web-library-build_v7.5.63", - "date": "Mon, 12 Apr 2021 15:10:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.14.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.9.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.22`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.2.16`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.22`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.43`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.4`" - } - ] - } - }, - { - "version": "7.5.62", - "tag": "@microsoft/web-library-build_v7.5.62", - "date": "Thu, 08 Apr 2021 20:41:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.14.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.9.1`" - } - ] - } - }, - { - "version": "7.5.61", - "tag": "@microsoft/web-library-build_v7.5.61", - "date": "Thu, 08 Apr 2021 06:05:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.14.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.9.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.21`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.2.15`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.21`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.42`" - } - ] - } - }, - { - "version": "7.5.60", - "tag": "@microsoft/web-library-build_v7.5.60", - "date": "Thu, 08 Apr 2021 00:10:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.14.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.60`" - } - ] - } - }, - { - "version": "7.5.59", - "tag": "@microsoft/web-library-build_v7.5.59", - "date": "Tue, 06 Apr 2021 15:14:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.14.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.59`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.20`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.2.14`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.20`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.41`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.3`" - } - ] - } - }, - { - "version": "7.5.58", - "tag": "@microsoft/web-library-build_v7.5.58", - "date": "Wed, 31 Mar 2021 15:10:36 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.14.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.58`" - } - ] - } - }, - { - "version": "7.5.57", - "tag": "@microsoft/web-library-build_v7.5.57", - "date": "Mon, 29 Mar 2021 05:02:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.14.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.57`" - } - ] - } - }, - { - "version": "7.5.56", - "tag": "@microsoft/web-library-build_v7.5.56", - "date": "Thu, 25 Mar 2021 04:57:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.56`" - } - ] - } - }, - { - "version": "7.5.55", - "tag": "@microsoft/web-library-build_v7.5.55", - "date": "Fri, 19 Mar 2021 22:31:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.14.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.55`" - } - ] - } - }, - { - "version": "7.5.54", - "tag": "@microsoft/web-library-build_v7.5.54", - "date": "Wed, 17 Mar 2021 05:04:38 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.14.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.54`" - } - ] - } - }, - { - "version": "7.5.53", - "tag": "@microsoft/web-library-build_v7.5.53", - "date": "Fri, 12 Mar 2021 01:13:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.14.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.53`" - } - ] - } - }, - { - "version": "7.5.52", - "tag": "@microsoft/web-library-build_v7.5.52", - "date": "Wed, 10 Mar 2021 06:23:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.52`" - } - ] - } - }, - { - "version": "7.5.51", - "tag": "@microsoft/web-library-build_v7.5.51", - "date": "Wed, 10 Mar 2021 05:10:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.49`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.51`" - } - ] - } - }, - { - "version": "7.5.50", - "tag": "@microsoft/web-library-build_v7.5.50", - "date": "Tue, 09 Mar 2021 23:31:46 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.50`" - } - ] - } - }, - { - "version": "7.5.49", - "tag": "@microsoft/web-library-build_v7.5.49", - "date": "Thu, 04 Mar 2021 01:11:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.48`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.49`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.19`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.2.13`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.19`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.40`" - } - ] - } - }, - { - "version": "7.5.48", - "tag": "@microsoft/web-library-build_v7.5.48", - "date": "Tue, 02 Mar 2021 23:25:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.47`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.48`" - } - ] - } - }, - { - "version": "7.5.47", - "tag": "@microsoft/web-library-build_v7.5.47", - "date": "Fri, 05 Feb 2021 16:10:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.46`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.47`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.18`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.2.12`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.18`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.39`" - } - ] - } - }, - { - "version": "7.5.46", - "tag": "@microsoft/web-library-build_v7.5.46", - "date": "Fri, 22 Jan 2021 05:39:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.45`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.46`" - } - ] - } - }, - { - "version": "7.5.45", - "tag": "@microsoft/web-library-build_v7.5.45", - "date": "Thu, 21 Jan 2021 04:19:00 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.44`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.45`" - } - ] - } - }, - { - "version": "7.5.44", - "tag": "@microsoft/web-library-build_v7.5.44", - "date": "Wed, 13 Jan 2021 01:11:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.43`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.44`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.17`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.2.11`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.17`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.38`" - } - ] - } - }, - { - "version": "7.5.43", - "tag": "@microsoft/web-library-build_v7.5.43", - "date": "Tue, 12 Jan 2021 21:01:00 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.43`" - } - ] - } - }, - { - "version": "7.5.42", - "tag": "@microsoft/web-library-build_v7.5.42", - "date": "Fri, 08 Jan 2021 07:28:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.42`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.42`" - } - ] - } - }, - { - "version": "7.5.41", - "tag": "@microsoft/web-library-build_v7.5.41", - "date": "Wed, 06 Jan 2021 16:10:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.41`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.41`" - } - ] - } - }, - { - "version": "7.5.40", - "tag": "@microsoft/web-library-build_v7.5.40", - "date": "Mon, 14 Dec 2020 16:12:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.40`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.40`" - } - ] - } - }, - { - "version": "7.5.39", - "tag": "@microsoft/web-library-build_v7.5.39", - "date": "Thu, 10 Dec 2020 23:25:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.39`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.39`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.16`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.2.10`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.16`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.37`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.2`" - } - ] - } - }, - { - "version": "7.5.38", - "tag": "@microsoft/web-library-build_v7.5.38", - "date": "Sat, 05 Dec 2020 01:11:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.38`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.38`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.15`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.2.9`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.15`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.36`" - } - ] - } - }, - { - "version": "7.5.37", - "tag": "@microsoft/web-library-build_v7.5.37", - "date": "Tue, 01 Dec 2020 01:10:38 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.37`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.37`" - } - ] - } - }, - { - "version": "7.5.36", - "tag": "@microsoft/web-library-build_v7.5.36", - "date": "Mon, 30 Nov 2020 16:11:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.36`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.36`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.2.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.14`" - } - ] - } - }, - { - "version": "7.5.35", - "tag": "@microsoft/web-library-build_v7.5.35", - "date": "Wed, 18 Nov 2020 08:19:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.35`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.35`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.2.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.13`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.35`" - } - ] - } - }, - { - "version": "7.5.34", - "tag": "@microsoft/web-library-build_v7.5.34", - "date": "Wed, 18 Nov 2020 06:21:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.34`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.34`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.2.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.12`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.34`" - } - ] - } - }, - { - "version": "7.5.33", - "tag": "@microsoft/web-library-build_v7.5.33", - "date": "Tue, 17 Nov 2020 01:17:38 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.33`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.33`" - } - ] - } - }, - { - "version": "7.5.32", - "tag": "@microsoft/web-library-build_v7.5.32", - "date": "Mon, 16 Nov 2020 01:57:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.32`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.32`" - } - ] - } - }, - { - "version": "7.5.31", - "tag": "@microsoft/web-library-build_v7.5.31", - "date": "Fri, 13 Nov 2020 01:11:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.31`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.31`" - } - ] - } - }, - { - "version": "7.5.30", - "tag": "@microsoft/web-library-build_v7.5.30", - "date": "Thu, 12 Nov 2020 01:11:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.30`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.30`" - } - ] - } - }, - { - "version": "7.5.29", - "tag": "@microsoft/web-library-build_v7.5.29", - "date": "Wed, 11 Nov 2020 01:08:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.29`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.29`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.2.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.11`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.33`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.1`" - } - ] - } - }, - { - "version": "7.5.28", - "tag": "@microsoft/web-library-build_v7.5.28", - "date": "Tue, 10 Nov 2020 23:13:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.28`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.28`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.2.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.10`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.32`" - } - ] - } - }, - { - "version": "7.5.27", - "tag": "@microsoft/web-library-build_v7.5.27", - "date": "Tue, 10 Nov 2020 16:11:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.27`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.27`" - } - ] - } - }, - { - "version": "7.5.26", - "tag": "@microsoft/web-library-build_v7.5.26", - "date": "Sun, 08 Nov 2020 22:52:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.26`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.26`" - } - ] - } - }, - { - "version": "7.5.25", - "tag": "@microsoft/web-library-build_v7.5.25", - "date": "Fri, 06 Nov 2020 16:09:30 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.25`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.25`" - } - ] - } - }, - { - "version": "7.5.24", - "tag": "@microsoft/web-library-build_v7.5.24", - "date": "Tue, 03 Nov 2020 01:11:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.24`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.24`" - } - ] - } - }, - { - "version": "7.5.23", - "tag": "@microsoft/web-library-build_v7.5.23", - "date": "Mon, 02 Nov 2020 16:12:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.23`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.23`" - } - ] - } - }, - { - "version": "7.5.22", - "tag": "@microsoft/web-library-build_v7.5.22", - "date": "Fri, 30 Oct 2020 06:38:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.22`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.22`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.2.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.9`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.31`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.0`" - } - ] - } - }, - { - "version": "7.5.21", - "tag": "@microsoft/web-library-build_v7.5.21", - "date": "Fri, 30 Oct 2020 00:10:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.21`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.21`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.2.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.8`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.30`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.3`" - } - ] - } - }, - { - "version": "7.5.20", - "tag": "@microsoft/web-library-build_v7.5.20", - "date": "Thu, 29 Oct 2020 06:14:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.20`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.20`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.2.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.29`" - } - ] - } - }, - { - "version": "7.5.19", - "tag": "@microsoft/web-library-build_v7.5.19", - "date": "Thu, 29 Oct 2020 00:11:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.19`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.19`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.2.0`" - } - ] - } - }, - { - "version": "7.5.18", - "tag": "@microsoft/web-library-build_v7.5.18", - "date": "Wed, 28 Oct 2020 01:18:03 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.18`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.18`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.1.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.28`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.2`" - } - ] - } - }, - { - "version": "7.5.17", - "tag": "@microsoft/web-library-build_v7.5.17", - "date": "Tue, 27 Oct 2020 15:10:13 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.17`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.17`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.1.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.27`" - } - ] - } - }, - { - "version": "7.5.16", - "tag": "@microsoft/web-library-build_v7.5.16", - "date": "Sat, 24 Oct 2020 00:11:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.16`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.16`" - } - ] - } - }, - { - "version": "7.5.15", - "tag": "@microsoft/web-library-build_v7.5.15", - "date": "Wed, 21 Oct 2020 05:09:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.15`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.15`" - } - ] - } - }, - { - "version": "7.5.14", - "tag": "@microsoft/web-library-build_v7.5.14", - "date": "Wed, 21 Oct 2020 02:28:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.14`" - } - ] - } - }, - { - "version": "7.5.13", - "tag": "@microsoft/web-library-build_v7.5.13", - "date": "Fri, 16 Oct 2020 23:32:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.13`" - } - ] - } - }, - { - "version": "7.5.12", - "tag": "@microsoft/web-library-build_v7.5.12", - "date": "Thu, 15 Oct 2020 00:59:08 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.12`" - } - ] - } - }, - { - "version": "7.5.11", - "tag": "@microsoft/web-library-build_v7.5.11", - "date": "Wed, 14 Oct 2020 23:30:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.11`" - } - ] - } - }, - { - "version": "7.5.10", - "tag": "@microsoft/web-library-build_v7.5.10", - "date": "Tue, 13 Oct 2020 15:11:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.10`" - } - ] - } - }, - { - "version": "7.5.9", - "tag": "@microsoft/web-library-build_v7.5.9", - "date": "Mon, 12 Oct 2020 15:11:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.9`" - } - ] - } - }, - { - "version": "7.5.8", - "tag": "@microsoft/web-library-build_v7.5.8", - "date": "Fri, 09 Oct 2020 15:11:09 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.8`" - } - ] - } - }, - { - "version": "7.5.7", - "tag": "@microsoft/web-library-build_v7.5.7", - "date": "Tue, 06 Oct 2020 00:24:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.1.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.26`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.1`" - } - ] - } - }, - { - "version": "7.5.6", - "tag": "@microsoft/web-library-build_v7.5.6", - "date": "Mon, 05 Oct 2020 22:36:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.1.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.25`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.0`" - } - ] - } - }, - { - "version": "7.5.5", - "tag": "@microsoft/web-library-build_v7.5.5", - "date": "Mon, 05 Oct 2020 15:10:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.1.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.24`" - } - ] - } - }, - { - "version": "7.5.4", - "tag": "@microsoft/web-library-build_v7.5.4", - "date": "Fri, 02 Oct 2020 00:10:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.4`" - } - ] - } - }, - { - "version": "7.5.3", - "tag": "@microsoft/web-library-build_v7.5.3", - "date": "Thu, 01 Oct 2020 20:27:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.3`" - } - ] - } - }, - { - "version": "7.5.2", - "tag": "@microsoft/web-library-build_v7.5.2", - "date": "Thu, 01 Oct 2020 18:51:21 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.2`" - } - ] - } - }, - { - "version": "7.5.1", - "tag": "@microsoft/web-library-build_v7.5.1", - "date": "Wed, 30 Sep 2020 18:39:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.1.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.23`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.3`" - } - ] - } - }, - { - "version": "7.5.0", - "tag": "@microsoft/web-library-build_v7.5.0", - "date": "Wed, 30 Sep 2020 06:53:53 GMT", - "comments": { - "patch": [ - { - "comment": "Include missing \"License\" field." - } - ], - "minor": [ - { - "comment": "Upgrade compiler; the API now requires TypeScript 3.9 or newer" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.17.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.13.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.8.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.5.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.5.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.22`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.2`" - } - ] - } - }, - { - "version": "7.4.70", - "tag": "@microsoft/web-library-build_v7.4.70", - "date": "Tue, 22 Sep 2020 05:45:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.28`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.12.37`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.7.64`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.4.52`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.0.49`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.52`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.21`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.1`" - } - ] - } - }, - { - "version": "7.4.69", - "tag": "@microsoft/web-library-build_v7.4.69", - "date": "Tue, 22 Sep 2020 01:45:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.27`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.12.36`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.7.63`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.4.51`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.0.48`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.51`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.20`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.0`" - } - ] - } - }, - { - "version": "7.4.68", - "tag": "@microsoft/web-library-build_v7.4.68", - "date": "Tue, 22 Sep 2020 00:08:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.26`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.12.35`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.7.62`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.4.50`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.0.47`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.50`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.19`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.0.0`" - } - ] - } - }, - { - "version": "7.4.67", - "tag": "@microsoft/web-library-build_v7.4.67", - "date": "Sat, 19 Sep 2020 04:37:26 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.25`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.12.34`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.7.61`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.4.49`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.0.46`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.49`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.18`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.2`" - } - ] - } - }, - { - "version": "7.4.66", - "tag": "@microsoft/web-library-build_v7.4.66", - "date": "Sat, 19 Sep 2020 03:33:07 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.24`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.12.33`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.7.60`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.4.48`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.0.45`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.48`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.17`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.1`" - } - ] - } - }, - { - "version": "7.4.65", - "tag": "@microsoft/web-library-build_v7.4.65", - "date": "Fri, 18 Sep 2020 22:57:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.23`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.12.32`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.7.59`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.4.47`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.0.44`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.47`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.16`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.0`" - } - ] - } - }, - { - "version": "7.4.64", - "tag": "@microsoft/web-library-build_v7.4.64", - "date": "Fri, 18 Sep 2020 21:49:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.22`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.12.31`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.7.58`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.4.46`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.0.43`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.46`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.15`" - } - ] - } - }, - { - "version": "7.4.63", - "tag": "@microsoft/web-library-build_v7.4.63", - "date": "Wed, 16 Sep 2020 05:30:26 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.12.30`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.7.57`" - } - ] - } - }, - { - "version": "7.4.62", - "tag": "@microsoft/web-library-build_v7.4.62", - "date": "Tue, 15 Sep 2020 01:51:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.12.29`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.7.56`" - } - ] - } - }, - { - "version": "7.4.61", - "tag": "@microsoft/web-library-build_v7.4.61", - "date": "Mon, 14 Sep 2020 15:09:48 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.12.28`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.7.55`" - } - ] - } - }, - { - "version": "7.4.60", - "tag": "@microsoft/web-library-build_v7.4.60", - "date": "Sun, 13 Sep 2020 01:53:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.12.27`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.7.54`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.4.45`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.0.42`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.45`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.14`" - } - ] - } - }, - { - "version": "7.4.59", - "tag": "@microsoft/web-library-build_v7.4.59", - "date": "Fri, 11 Sep 2020 02:13:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.21`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.12.26`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.7.53`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.4.44`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.0.41`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.44`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.13`" - } - ] - } - }, - { - "version": "7.4.58", - "tag": "@microsoft/web-library-build_v7.4.58", - "date": "Wed, 09 Sep 2020 03:29:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.12.25`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.7.52`" - } - ] - } - }, - { - "version": "7.4.57", - "tag": "@microsoft/web-library-build_v7.4.57", - "date": "Wed, 09 Sep 2020 00:38:48 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.12.24`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.7.51`" - } - ] - } - }, - { - "version": "7.4.56", - "tag": "@microsoft/web-library-build_v7.4.56", - "date": "Mon, 07 Sep 2020 07:37:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.20`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.12.23`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.7.50`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.4.43`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.0.40`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.43`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.12`" - } - ] - } - }, - { - "version": "7.4.55", - "tag": "@microsoft/web-library-build_v7.4.55", - "date": "Sat, 05 Sep 2020 18:56:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.12.22`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.7.49`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.4.42`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.0.39`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.42`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.11`" - } - ] - } - }, - { - "version": "7.4.54", - "tag": "@microsoft/web-library-build_v7.4.54", - "date": "Fri, 04 Sep 2020 15:06:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.12.21`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.7.48`" - } - ] - } - }, - { - "version": "7.4.53", - "tag": "@microsoft/web-library-build_v7.4.53", - "date": "Thu, 03 Sep 2020 15:09:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.12.20`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.7.47`" - } - ] - } - }, - { - "version": "7.4.52", - "tag": "@microsoft/web-library-build_v7.4.52", - "date": "Wed, 02 Sep 2020 23:01:13 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.12.19`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.7.46`" - } - ] - } - }, - { - "version": "7.4.51", - "tag": "@microsoft/web-library-build_v7.4.51", - "date": "Wed, 02 Sep 2020 15:10:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.12.18`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.7.45`" - } - ] - } - }, - { - "version": "7.4.50", - "tag": "@microsoft/web-library-build_v7.4.50", - "date": "Thu, 27 Aug 2020 11:27:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.19`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.12.17`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.7.44`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.4.41`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.0.38`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.41`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.10`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.3.0`" - } - ] - } - }, - { - "version": "7.4.49", - "tag": "@microsoft/web-library-build_v7.4.49", - "date": "Tue, 25 Aug 2020 00:10:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.12.16`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.7.43`" - } - ] - } - }, - { - "version": "7.4.48", - "tag": "@microsoft/web-library-build_v7.4.48", - "date": "Mon, 24 Aug 2020 07:35:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.18`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.12.15`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.7.42`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.4.40`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.0.37`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.40`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.9`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.1`" - } - ] - } - }, - { - "version": "7.4.47", - "tag": "@microsoft/web-library-build_v7.4.47", - "date": "Sat, 22 Aug 2020 05:55:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.17`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.12.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.7.41`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.4.39`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.0.36`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.39`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.8`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.0`" - } - ] - } - }, - { - "version": "7.4.46", - "tag": "@microsoft/web-library-build_v7.4.46", - "date": "Fri, 21 Aug 2020 01:21:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.12.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.7.40`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.4.38`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.0.35`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.38`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.7`" - } - ] - } - }, - { - "version": "7.4.45", - "tag": "@microsoft/web-library-build_v7.4.45", - "date": "Thu, 20 Aug 2020 18:41:47 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.12.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.7.39`" - } - ] - } - }, - { - "version": "7.4.44", - "tag": "@microsoft/web-library-build_v7.4.44", - "date": "Thu, 20 Aug 2020 15:13:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.12.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.7.38`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.4.37`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.0.34`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.37`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.6`" - } - ] - } - }, - { - "version": "7.4.43", - "tag": "@microsoft/web-library-build_v7.4.43", - "date": "Tue, 18 Aug 2020 23:59:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.16`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.12.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.7.37`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.4.36`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.0.33`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.36`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.5`" - } - ] - } - }, - { - "version": "7.4.42", - "tag": "@microsoft/web-library-build_v7.4.42", - "date": "Tue, 18 Aug 2020 03:03:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.12.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.7.36`" - } - ] - } - }, - { - "version": "7.4.41", - "tag": "@microsoft/web-library-build_v7.4.41", - "date": "Mon, 17 Aug 2020 05:31:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.12.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.7.35`" - } - ] - } - }, - { - "version": "7.4.40", - "tag": "@microsoft/web-library-build_v7.4.40", - "date": "Mon, 17 Aug 2020 04:53:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.15`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.12.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.7.34`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.4.35`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.0.32`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.35`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.1.0`" - } - ] - } - }, - { - "version": "7.4.39", - "tag": "@microsoft/web-library-build_v7.4.39", - "date": "Thu, 13 Aug 2020 09:26:40 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.12.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.7.33`" - } - ] - } - }, - { - "version": "7.4.38", - "tag": "@microsoft/web-library-build_v7.4.38", - "date": "Thu, 13 Aug 2020 04:57:38 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.12.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.7.32`" - } - ] - } - }, - { - "version": "7.4.37", - "tag": "@microsoft/web-library-build_v7.4.37", - "date": "Wed, 12 Aug 2020 00:10:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.12.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.7.31`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.4.34`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.0.31`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.34`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.0.4`" - } - ] - } - }, - { - "version": "7.4.36", - "tag": "@microsoft/web-library-build_v7.4.36", - "date": "Wed, 05 Aug 2020 18:27:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" to `3.16.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" to `4.12.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" to `3.7.30`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" to `8.4.33`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" to `5.0.30`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" to `6.4.33`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.2`" - } - ] - } - }, - { - "version": "7.4.35", - "tag": "@microsoft/web-library-build_v7.4.35", - "date": "Fri, 03 Jul 2020 15:09:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.11` to `3.16.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.12.1` to `4.12.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.7.28` to `3.7.29`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.31` to `8.4.32`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `5.0.27` to `5.0.28`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.31` to `6.4.32`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.8.0` to `0.8.1`" - } - ] - } - }, - { - "version": "7.4.34", - "tag": "@microsoft/web-library-build_v7.4.34", - "date": "Fri, 03 Jul 2020 05:46:41 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.12.0` to `4.12.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.7.27` to `3.7.28`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.30` to `8.4.31`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `5.0.26` to `5.0.27`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.30` to `6.4.31`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.7.2` to `0.8.0`" - } - ] - } - }, - { - "version": "7.4.33", - "tag": "@microsoft/web-library-build_v7.4.33", - "date": "Fri, 03 Jul 2020 00:10:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.11.12` to `4.12.0`" - } - ] - } - }, - { - "version": "7.4.32", - "tag": "@microsoft/web-library-build_v7.4.32", - "date": "Sat, 27 Jun 2020 00:09:38 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.11.11` to `4.11.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.7.26` to `3.7.27`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.29` to `8.4.30`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `5.0.25` to `5.0.26`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.29` to `6.4.30`" - } - ] - } - }, - { - "version": "7.4.31", - "tag": "@microsoft/web-library-build_v7.4.31", - "date": "Fri, 26 Jun 2020 22:16:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.11.10` to `4.11.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.7.25` to `3.7.26`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.28` to `8.4.29`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `5.0.24` to `5.0.25`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.28` to `6.4.29`" - } - ] - } - }, - { - "version": "7.4.30", - "tag": "@microsoft/web-library-build_v7.4.30", - "date": "Thu, 25 Jun 2020 06:43:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.10` to `3.16.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.11.9` to `4.11.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.7.24` to `3.7.25`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.27` to `8.4.28`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `5.0.23` to `5.0.24`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.27` to `6.4.28`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.7.1` to `0.7.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.1` to `1.0.2`" - } - ] - } - }, - { - "version": "7.4.29", - "tag": "@microsoft/web-library-build_v7.4.29", - "date": "Wed, 24 Jun 2020 09:50:48 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.9` to `3.16.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.11.8` to `4.11.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.7.23` to `3.7.24`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.26` to `8.4.27`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `5.0.22` to `5.0.23`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.26` to `6.4.27`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.7.0` to `0.7.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.0` to `1.0.1`" - } - ] - } - }, - { - "version": "7.4.28", - "tag": "@microsoft/web-library-build_v7.4.28", - "date": "Wed, 24 Jun 2020 09:04:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.8` to `3.16.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.11.7` to `4.11.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.7.22` to `3.7.23`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.25` to `8.4.26`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `5.0.21` to `5.0.22`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.25` to `6.4.26`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.6.1` to `0.7.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.8` to `1.0.0`" - } - ] - } - }, - { - "version": "7.4.27", - "tag": "@microsoft/web-library-build_v7.4.27", - "date": "Mon, 15 Jun 2020 22:17:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.11.6` to `4.11.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.7.21` to `3.7.22`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.24` to `8.4.25`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `5.0.20` to `5.0.21`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.24` to `6.4.25`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.6.0` to `0.6.1`" - } - ] - } - }, - { - "version": "7.4.26", - "tag": "@microsoft/web-library-build_v7.4.26", - "date": "Fri, 12 Jun 2020 09:19:21 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.11.5` to `4.11.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.7.20` to `3.7.21`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.23` to `8.4.24`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `5.0.19` to `5.0.20`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.23` to `6.4.24`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.5.3` to `0.6.0`" - } - ] - } - }, - { - "version": "7.4.25", - "tag": "@microsoft/web-library-build_v7.4.25", - "date": "Wed, 10 Jun 2020 20:48:30 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.7` to `3.16.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.11.4` to `4.11.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.7.19` to `3.7.20`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.22` to `8.4.23`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `5.0.18` to `5.0.19`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.22` to `6.4.23`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.5.2` to `0.5.3`" - } - ] - } - }, - { - "version": "7.4.24", - "tag": "@microsoft/web-library-build_v7.4.24", - "date": "Mon, 01 Jun 2020 08:34:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.11.3` to `4.11.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.7.18` to `3.7.19`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.21` to `8.4.22`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `5.0.17` to `5.0.18`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.21` to `6.4.22`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.5.1` to `0.5.2`" - } - ] - } - }, - { - "version": "7.4.23", - "tag": "@microsoft/web-library-build_v7.4.23", - "date": "Sat, 30 May 2020 02:59:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.6` to `3.16.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.11.2` to `4.11.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.7.17` to `3.7.18`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.20` to `8.4.21`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `5.0.16` to `5.0.17`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.20` to `6.4.21`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.5.0` to `0.5.1`" - } - ] - } - }, - { - "version": "7.4.22", - "tag": "@microsoft/web-library-build_v7.4.22", - "date": "Fri, 29 May 2020 21:35:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.11.1` to `4.11.2`" - } - ] - } - }, - { - "version": "7.4.21", - "tag": "@microsoft/web-library-build_v7.4.21", - "date": "Thu, 28 May 2020 05:59:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.5` to `3.16.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.11.0` to `4.11.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.7.16` to `3.7.17`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.19` to `8.4.20`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `5.0.15` to `5.0.16`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.19` to `6.4.20`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.17` to `0.5.0`" - } - ] - } - }, - { - "version": "7.4.20", - "tag": "@microsoft/web-library-build_v7.4.20", - "date": "Thu, 28 May 2020 00:09:21 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.10.19` to `4.11.0`" - } - ] - } - }, - { - "version": "7.4.19", - "tag": "@microsoft/web-library-build_v7.4.19", - "date": "Wed, 27 May 2020 05:15:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.4` to `3.16.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.10.18` to `4.10.19`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.7.15` to `3.7.16`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.18` to `8.4.19`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `5.0.14` to `5.0.15`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.18` to `6.4.19`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.16` to `0.4.17`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.7` to `0.5.8`" - } - ] - } - }, - { - "version": "7.4.18", - "tag": "@microsoft/web-library-build_v7.4.18", - "date": "Tue, 26 May 2020 23:00:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.3` to `3.16.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.10.17` to `4.10.18`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.7.14` to `3.7.15`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.17` to `8.4.18`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `5.0.13` to `5.0.14`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.17` to `6.4.18`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.15` to `0.4.16`" - } - ] - } - }, - { - "version": "7.4.17", - "tag": "@microsoft/web-library-build_v7.4.17", - "date": "Fri, 22 May 2020 15:08:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.2` to `3.16.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.10.16` to `4.10.17`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.7.13` to `3.7.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.16` to `8.4.17`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `5.0.12` to `5.0.13`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.16` to `6.4.17`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.14` to `0.4.15`" - } - ] - } - }, - { - "version": "7.4.16", - "tag": "@microsoft/web-library-build_v7.4.16", - "date": "Thu, 21 May 2020 23:09:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.1` to `3.16.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.10.15` to `4.10.16`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.7.12` to `3.7.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.15` to `8.4.16`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `5.0.11` to `5.0.12`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.15` to `6.4.16`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.13` to `0.4.14`" - } - ] - } - }, - { - "version": "7.4.15", - "tag": "@microsoft/web-library-build_v7.4.15", - "date": "Thu, 21 May 2020 15:41:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.16.0` to `3.16.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.10.14` to `4.10.15`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.7.11` to `3.7.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.14` to `8.4.15`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `5.0.10` to `5.0.11`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.14` to `6.4.15`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.12` to `0.4.13`" - } - ] - } - }, - { - "version": "7.4.14", - "tag": "@microsoft/web-library-build_v7.4.14", - "date": "Tue, 19 May 2020 15:08:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.10.13` to `4.10.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.7.10` to `3.7.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.13` to `8.4.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `5.0.9` to `5.0.10`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.13` to `6.4.14`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.11` to `0.4.12`" - } - ] - } - }, - { - "version": "7.4.13", - "tag": "@microsoft/web-library-build_v7.4.13", - "date": "Fri, 15 May 2020 08:10:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.10.12` to `4.10.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.7.9` to `3.7.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.12` to `8.4.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `5.0.8` to `5.0.9`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.12` to `6.4.13`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.10` to `0.4.11`" - } - ] - } - }, - { - "version": "7.4.12", - "tag": "@microsoft/web-library-build_v7.4.12", - "date": "Wed, 06 May 2020 08:23:45 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.10.11` to `4.10.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.7.8` to `3.7.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.11` to `8.4.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `5.0.7` to `5.0.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.11` to `6.4.12`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.9` to `0.4.10`" - } - ] - } - }, - { - "version": "7.4.11", - "tag": "@microsoft/web-library-build_v7.4.11", - "date": "Sat, 02 May 2020 00:08:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.5` to `3.16.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.10.10` to `4.10.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.7.7` to `3.7.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.10` to `8.4.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `5.0.6` to `5.0.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.10` to `6.4.11`" - } - ] - } - }, - { - "version": "7.4.10", - "tag": "@microsoft/web-library-build_v7.4.10", - "date": "Wed, 08 Apr 2020 04:07:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.4` to `3.15.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.10.9` to `4.10.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.7.6` to `3.7.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.9` to `8.4.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `5.0.5` to `5.0.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.9` to `6.4.10`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.8` to `0.4.9`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.6` to `0.5.7`" - } - ] - } - }, - { - "version": "7.4.9", - "tag": "@microsoft/web-library-build_v7.4.9", - "date": "Fri, 03 Apr 2020 15:10:15 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.10.8` to `4.10.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.7.5` to `3.7.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.8` to `8.4.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `5.0.4` to `5.0.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.8` to `6.4.9`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.7` to `0.4.8`" - } - ] - } - }, - { - "version": "7.4.8", - "tag": "@microsoft/web-library-build_v7.4.8", - "date": "Sun, 29 Mar 2020 00:04:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.10.7` to `4.10.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.7.4` to `3.7.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.7` to `8.4.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `5.0.3` to `5.0.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.7` to `6.4.8`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.6` to `0.4.7`" - } - ] - } - }, - { - "version": "7.4.7", - "tag": "@microsoft/web-library-build_v7.4.7", - "date": "Sat, 28 Mar 2020 00:37:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.3` to `3.15.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.10.6` to `4.10.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.7.3` to `3.7.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.6` to `8.4.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `5.0.2` to `5.0.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.6` to `6.4.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.5` to `0.4.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.5` to `0.5.6`" - } - ] - } - }, - { - "version": "7.4.6", - "tag": "@microsoft/web-library-build_v7.4.6", - "date": "Wed, 18 Mar 2020 15:07:47 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.2` to `3.15.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.10.5` to `4.10.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.7.2` to `3.7.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.5` to `8.4.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `5.0.1` to `5.0.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.5` to `6.4.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.4` to `0.4.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.4` to `0.5.5`" - } - ] - } - }, - { - "version": "7.4.5", - "tag": "@microsoft/web-library-build_v7.4.5", - "date": "Tue, 17 Mar 2020 23:55:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.1` to `3.15.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.10.4` to `4.10.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.7.1` to `3.7.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.4` to `8.4.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `5.0.0` to `5.0.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.4` to `6.4.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.3` to `0.4.4`" - } - ] - } - }, - { - "version": "7.4.4", - "tag": "@microsoft/web-library-build_v7.4.4", - "date": "Tue, 28 Jan 2020 02:23:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.15.0` to `3.15.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.10.3` to `4.10.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.7.0` to `3.7.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.3` to `8.4.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `4.1.3` to `5.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.3` to `6.4.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.2` to `0.4.3`" - } - ] - } - }, - { - "version": "7.4.3", - "tag": "@microsoft/web-library-build_v7.4.3", - "date": "Fri, 24 Jan 2020 00:27:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.14.2` to `3.15.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.10.2` to `4.10.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.6.2` to `3.7.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.2` to `8.4.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `4.1.2` to `4.1.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.2` to `6.4.3`" - } - ] - } - }, - { - "version": "7.4.2", - "tag": "@microsoft/web-library-build_v7.4.2", - "date": "Thu, 23 Jan 2020 01:07:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.14.1` to `3.14.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.10.1` to `4.10.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.6.1` to `3.6.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.1` to `8.4.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `4.1.1` to `4.1.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.1` to `6.4.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.1` to `0.4.2`" - } - ] - } - }, - { - "version": "7.4.1", - "tag": "@microsoft/web-library-build_v7.4.1", - "date": "Tue, 21 Jan 2020 21:56:13 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.14.0` to `3.14.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.10.0` to `4.10.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.6.0` to `3.6.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.4.0` to `8.4.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `4.1.0` to `4.1.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.4.0` to `6.4.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.4.0` to `0.4.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.3` to `0.5.4`" - } - ] - } - }, - { - "version": "7.4.0", - "tag": "@microsoft/web-library-build_v7.4.0", - "date": "Sun, 19 Jan 2020 02:26:53 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade Node typings to Node 10" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.13.4` to `3.14.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.9.0` to `4.10.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.5.23` to `3.6.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.3.16` to `8.4.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `4.0.8` to `4.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.16` to `6.4.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.3.15` to `0.4.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.2` to `0.5.3`" - } - ] - } - }, - { - "version": "7.3.18", - "tag": "@microsoft/web-library-build_v7.3.18", - "date": "Fri, 17 Jan 2020 01:08:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.13.3` to `3.13.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.8.24` to `4.9.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.5.22` to `3.5.23`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.3.15` to `8.3.16`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `4.0.7` to `4.0.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.15` to `6.3.16`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.3.14` to `0.3.15`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.1` to `0.5.2`" - } - ] - } - }, - { - "version": "7.3.17", - "tag": "@microsoft/web-library-build_v7.3.17", - "date": "Tue, 14 Jan 2020 01:34:15 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.8.23` to `4.8.24`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.5.21` to `3.5.22`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.3.14` to `8.3.15`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `4.0.6` to `4.0.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.14` to `6.3.15`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.3.13` to `0.3.14`" - } - ] - } - }, - { - "version": "7.3.16", - "tag": "@microsoft/web-library-build_v7.3.16", - "date": "Sat, 11 Jan 2020 05:18:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.13.2` to `3.13.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.8.22` to `4.8.23`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.5.20` to `3.5.21`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.3.13` to `8.3.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `4.0.5` to `4.0.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.13` to `6.3.14`" - } - ] - } - }, - { - "version": "7.3.15", - "tag": "@microsoft/web-library-build_v7.3.15", - "date": "Fri, 10 Jan 2020 03:07:47 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.8.21` to `4.8.22`" - } - ] - } - }, - { - "version": "7.3.14", - "tag": "@microsoft/web-library-build_v7.3.14", - "date": "Thu, 09 Jan 2020 06:44:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.13.1` to `3.13.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.8.20` to `4.8.21`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.5.19` to `3.5.20`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.3.12` to `8.3.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `4.0.4` to `4.0.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.12` to `6.3.13`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.3.12` to `0.3.13`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.0` to `0.5.1`" - } - ] - } - }, - { - "version": "7.3.13", - "tag": "@microsoft/web-library-build_v7.3.13", - "date": "Wed, 08 Jan 2020 00:11:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.13.0` to `3.13.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.8.19` to `4.8.20`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.5.18` to `3.5.19`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.3.11` to `8.3.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `4.0.3` to `4.0.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.11` to `6.3.12`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" from `0.3.11` to `0.3.12`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.2` to `0.5.0`" - } - ] - } - }, - { - "version": "7.3.12", - "tag": "@microsoft/web-library-build_v7.3.12", - "date": "Mon, 23 Dec 2019 16:08:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.8.18` to `4.8.19`" - } - ] - } - }, - { - "version": "7.3.11", - "tag": "@microsoft/web-library-build_v7.3.11", - "date": "Wed, 04 Dec 2019 23:17:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.5` to `3.13.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.8.17` to `4.8.18`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.5.17` to `3.5.18`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.3.10` to `8.3.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `4.0.2` to `4.0.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.10` to `6.3.11`" - } - ] - } - }, - { - "version": "7.3.10", - "tag": "@microsoft/web-library-build_v7.3.10", - "date": "Tue, 03 Dec 2019 03:17:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.8.16` to `4.8.17`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.5.16` to `3.5.17`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.3.9` to `8.3.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `4.0.1` to `4.0.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.9` to `6.3.10`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.9` to `0.3.10`" - } - ] - } - }, - { - "version": "7.3.9", - "tag": "@microsoft/web-library-build_v7.3.9", - "date": "Sun, 24 Nov 2019 00:54:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.8.15` to `4.8.16`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.5.15` to `3.5.16`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.3.8` to `8.3.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `4.0.0` to `4.0.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.8` to `6.3.9`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.8` to `0.3.9`" - } - ] - } - }, - { - "version": "7.3.8", - "tag": "@microsoft/web-library-build_v7.3.8", - "date": "Wed, 20 Nov 2019 06:14:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.8.14` to `4.8.15`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.5.14` to `3.5.15`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.3.7` to `8.3.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.7.9` to `4.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.7` to `6.3.8`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.7` to `0.3.8`" - } - ] - } - }, - { - "version": "7.3.7", - "tag": "@microsoft/web-library-build_v7.3.7", - "date": "Fri, 15 Nov 2019 04:50:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.4` to `3.12.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.8.13` to `4.8.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.5.13` to `3.5.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.3.6` to `8.3.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.7.8` to `3.7.9`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.6` to `6.3.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.6` to `0.3.7`" - } - ] - } - }, - { - "version": "7.3.6", - "tag": "@microsoft/web-library-build_v7.3.6", - "date": "Mon, 11 Nov 2019 16:07:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.3` to `3.12.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.8.12` to `4.8.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.5.12` to `3.5.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.3.5` to `8.3.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.7.7` to `3.7.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.5` to `6.3.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.5` to `0.3.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.1` to `0.4.2`" - } - ] - } - }, - { - "version": "7.3.5", - "tag": "@microsoft/web-library-build_v7.3.5", - "date": "Wed, 06 Nov 2019 22:44:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.8.11` to `4.8.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.5.11` to `3.5.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.3.4` to `8.3.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.7.6` to `3.7.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.4` to `6.3.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.4` to `0.3.5`" - } - ] - } - }, - { - "version": "7.3.4", - "tag": "@microsoft/web-library-build_v7.3.4", - "date": "Tue, 05 Nov 2019 06:49:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.2` to `3.12.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.8.10` to `4.8.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.5.10` to `3.5.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.3.3` to `8.3.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.7.5` to `3.7.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.3` to `6.3.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.3` to `0.3.4`" - } - ] - } - }, - { - "version": "7.3.3", - "tag": "@microsoft/web-library-build_v7.3.3", - "date": "Tue, 05 Nov 2019 01:08:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.8.9` to `4.8.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.5.9` to `3.5.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.3.2` to `8.3.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.7.4` to `3.7.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.2` to `6.3.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.2` to `0.3.3`" - } - ] - } - }, - { - "version": "7.3.2", - "tag": "@microsoft/web-library-build_v7.3.2", - "date": "Fri, 25 Oct 2019 15:08:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.8.8` to `4.8.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.5.8` to `3.5.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.3.1` to `8.3.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.7.3` to `3.7.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.1` to `6.3.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.1` to `0.3.2`" - } - ] - } - }, - { - "version": "7.3.1", - "tag": "@microsoft/web-library-build_v7.3.1", - "date": "Tue, 22 Oct 2019 06:24:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.1` to `3.12.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.8.7` to `4.8.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.5.7` to `3.5.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.3.0` to `8.3.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.7.2` to `3.7.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.0` to `6.3.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.0` to `0.3.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.0` to `0.4.1`" - } - ] - } - }, - { - "version": "7.3.0", - "tag": "@microsoft/web-library-build_v7.3.0", - "date": "Mon, 21 Oct 2019 05:22:43 GMT", - "comments": { - "minor": [ - { - "comment": "Add support for ESLint+TypeScript" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.8.6` to `4.8.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.5.6` to `3.5.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.2.6` to `8.3.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.7.1` to `3.7.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.2.6` to `6.3.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.6` to `0.3.0`" - } - ] - } - }, - { - "version": "7.2.7", - "tag": "@microsoft/web-library-build_v7.2.7", - "date": "Fri, 18 Oct 2019 15:15:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.8.5` to `4.8.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.5.5` to `3.5.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.2.5` to `8.2.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.7.0` to `3.7.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.2.5` to `6.2.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.5` to `0.2.6`" - } - ] - } - }, - { - "version": "7.2.6", - "tag": "@microsoft/web-library-build_v7.2.6", - "date": "Mon, 07 Oct 2019 20:15:00 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.6.5` to `3.7.0`" - } - ] - } - }, - { - "version": "7.2.5", - "tag": "@microsoft/web-library-build_v7.2.5", - "date": "Sun, 06 Oct 2019 00:27:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.8.4` to `4.8.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.5.4` to `3.5.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.2.4` to `8.2.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.6.4` to `3.6.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.2.4` to `6.2.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.4` to `0.2.5`" - } - ] - } - }, - { - "version": "7.2.4", - "tag": "@microsoft/web-library-build_v7.2.4", - "date": "Fri, 04 Oct 2019 00:15:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.8.3` to `4.8.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.5.3` to `3.5.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.2.3` to `8.2.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.6.3` to `3.6.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.2.3` to `6.2.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.3` to `0.2.4`" - } - ] - } - }, - { - "version": "7.2.3", - "tag": "@microsoft/web-library-build_v7.2.3", - "date": "Sun, 29 Sep 2019 23:56:29 GMT", - "comments": { - "patch": [ - { - "comment": "Update repository URL" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.12.0` to `3.12.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.8.2` to `4.8.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.5.2` to `3.5.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.2.2` to `8.2.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.6.2` to `3.6.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.2.2` to `6.2.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.2` to `0.2.3`" - } - ] - } - }, - { - "version": "7.2.2", - "tag": "@microsoft/web-library-build_v7.2.2", - "date": "Wed, 25 Sep 2019 15:15:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.8.1` to `4.8.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.5.1` to `3.5.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.2.1` to `8.2.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.6.1` to `3.6.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.2.1` to `6.2.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.1` to `0.2.2`" - } - ] - } - }, - { - "version": "7.2.1", - "tag": "@microsoft/web-library-build_v7.2.1", - "date": "Tue, 24 Sep 2019 02:58:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.8.0` to `4.8.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.5.0` to `3.5.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.2.0` to `8.2.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.6.0` to `3.6.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.2.0` to `6.2.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.0` to `0.2.1`" - } - ] - } - }, - { - "version": "7.2.0", - "tag": "@microsoft/web-library-build_v7.2.0", - "date": "Mon, 23 Sep 2019 15:14:55 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade @types/node dependency" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.11.3` to `3.12.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.7.25` to `4.8.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.4.11` to `3.5.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.35` to `8.2.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.5.12` to `3.6.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.11` to `6.2.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.24` to `0.2.0`" - } - ] - } - }, - { - "version": "7.1.12", - "tag": "@microsoft/web-library-build_v7.1.12", - "date": "Fri, 20 Sep 2019 21:27:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.7.24` to `4.7.25`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.4.10` to `3.4.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.34` to `8.1.35`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.5.11` to `3.5.12`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.10` to `6.1.11`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.23` to `0.1.24`" - } - ] - } - }, - { - "version": "7.1.11", - "tag": "@microsoft/web-library-build_v7.1.11", - "date": "Wed, 11 Sep 2019 19:56:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.7.23` to `4.7.24`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.4.9` to `3.4.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.33` to `8.1.34`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.5.10` to `3.5.11`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.9` to `6.1.10`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.22` to `0.1.23`" - } - ] - } - }, - { - "version": "7.1.10", - "tag": "@microsoft/web-library-build_v7.1.10", - "date": "Tue, 10 Sep 2019 22:32:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.11.2` to `3.11.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.7.22` to `4.7.23`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.4.8` to `3.4.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.32` to `8.1.33`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.5.9` to `3.5.10`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.8` to `6.1.9`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.21` to `0.1.22`" - } - ] - } - }, - { - "version": "7.1.9", - "tag": "@microsoft/web-library-build_v7.1.9", - "date": "Tue, 10 Sep 2019 20:38:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.7.21` to `4.7.22`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.4.7` to `3.4.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.31` to `8.1.32`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.5.8` to `3.5.9`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.7` to `6.1.8`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.20` to `0.1.21`" - } - ] - } - }, - { - "version": "7.1.8", - "tag": "@microsoft/web-library-build_v7.1.8", - "date": "Wed, 04 Sep 2019 18:28:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.11.1` to `3.11.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.7.20` to `4.7.21`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.4.6` to `3.4.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.30` to `8.1.31`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.5.7` to `3.5.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.6` to `6.1.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.19` to `0.1.20`" - } - ] - } - }, - { - "version": "7.1.7", - "tag": "@microsoft/web-library-build_v7.1.7", - "date": "Wed, 04 Sep 2019 15:15:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.7.19` to `4.7.20`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.4.5` to `3.4.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.29` to `8.1.30`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.5.6` to `3.5.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.5` to `6.1.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.18` to `0.1.19`" - } - ] - } - }, - { - "version": "7.1.6", - "tag": "@microsoft/web-library-build_v7.1.6", - "date": "Wed, 04 Sep 2019 01:43:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.7.18` to `4.7.19`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.5.5` to `3.5.6`" - } - ] - } - }, - { - "version": "7.1.5", - "tag": "@microsoft/web-library-build_v7.1.5", - "date": "Fri, 30 Aug 2019 00:14:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.7.17` to `4.7.18`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.4.4` to `3.4.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.28` to `8.1.29`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.5.4` to `3.5.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.4` to `6.1.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.17` to `0.1.18`" - } - ] - } - }, - { - "version": "7.1.4", - "tag": "@microsoft/web-library-build_v7.1.4", - "date": "Mon, 12 Aug 2019 15:15:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.7.16` to `4.7.17`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.4.3` to `3.4.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.27` to `8.1.28`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.5.3` to `3.5.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.3` to `6.1.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.16` to `0.1.17`" - } - ] - } - }, - { - "version": "7.1.3", - "tag": "@microsoft/web-library-build_v7.1.3", - "date": "Thu, 08 Aug 2019 15:14:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.11.0` to `3.11.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.7.15` to `4.7.16`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.4.2` to `3.4.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.26` to `8.1.27`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.5.2` to `3.5.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.2` to `6.1.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.15` to `0.1.16`" - } - ] - } - }, - { - "version": "7.1.2", - "tag": "@microsoft/web-library-build_v7.1.2", - "date": "Thu, 08 Aug 2019 00:49:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.7.14` to `4.7.15`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.4.1` to `3.4.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.25` to `8.1.26`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.5.1` to `3.5.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.1` to `6.1.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.14` to `0.1.15`" - } - ] - } - }, - { - "version": "7.1.1", - "tag": "@microsoft/web-library-build_v7.1.1", - "date": "Mon, 05 Aug 2019 22:04:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.10.0` to `3.11.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.7.13` to `4.7.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.4.0` to `3.4.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.24` to `8.1.25`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.5.0` to `3.5.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.1.0` to `6.1.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.13` to `0.1.14`" - } - ] - } - }, - { - "version": "7.1.0", - "tag": "@microsoft/web-library-build_v7.1.0", - "date": "Tue, 23 Jul 2019 19:14:38 GMT", - "comments": { - "minor": [ - { - "comment": "Update gulp to 4.0.2." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.26` to `3.10.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.7.12` to `4.7.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.48` to `3.4.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.23` to `8.1.24`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.115` to `3.5.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.74` to `6.1.0`" - } - ] - } - }, - { - "version": "7.0.52", - "tag": "@microsoft/web-library-build_v7.0.52", - "date": "Tue, 23 Jul 2019 01:13:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.7.11` to `4.7.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.47` to `3.3.48`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.22` to `8.1.23`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.114` to `3.4.115`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.73` to `6.0.74`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.12` to `0.1.13`" - } - ] - } - }, - { - "version": "7.0.51", - "tag": "@microsoft/web-library-build_v7.0.51", - "date": "Mon, 22 Jul 2019 19:13:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.7.10` to `4.7.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.46` to `3.3.47`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.21` to `8.1.22`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.113` to `3.4.114`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.72` to `6.0.73`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.11` to `0.1.12`" - } - ] - } - }, - { - "version": "7.0.50", - "tag": "@microsoft/web-library-build_v7.0.50", - "date": "Fri, 12 Jul 2019 19:12:46 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.7.9` to `4.7.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.45` to `3.3.46`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.20` to `8.1.21`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.112` to `3.4.113`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.71` to `6.0.72`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.23` to `0.3.24`" - } - ] - } - }, - { - "version": "7.0.49", - "tag": "@microsoft/web-library-build_v7.0.49", - "date": "Thu, 11 Jul 2019 19:13:08 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.7.8` to `4.7.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.44` to `3.3.45`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.19` to `8.1.20`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.111` to `3.4.112`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.70` to `6.0.71`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.22` to `0.3.23`" - } - ] - } - }, - { - "version": "7.0.48", - "tag": "@microsoft/web-library-build_v7.0.48", - "date": "Tue, 09 Jul 2019 19:13:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.7.7` to `4.7.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.43` to `3.3.44`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.18` to `8.1.19`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.110` to `3.4.111`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.69` to `6.0.70`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.21` to `0.3.22`" - } - ] - } - }, - { - "version": "7.0.47", - "tag": "@microsoft/web-library-build_v7.0.47", - "date": "Mon, 08 Jul 2019 19:12:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.7.6` to `4.7.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.42` to `3.3.43`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.17` to `8.1.18`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.109` to `3.4.110`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.68` to `6.0.69`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.20` to `0.3.21`" - } - ] - } - }, - { - "version": "7.0.46", - "tag": "@microsoft/web-library-build_v7.0.46", - "date": "Sat, 29 Jun 2019 02:30:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.7.5` to `4.7.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.41` to `3.3.42`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.16` to `8.1.17`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.108` to `3.4.109`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.67` to `6.0.68`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.19` to `0.3.20`" - } - ] - } - }, - { - "version": "7.0.45", - "tag": "@microsoft/web-library-build_v7.0.45", - "date": "Wed, 12 Jun 2019 19:12:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.7.4` to `4.7.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.40` to `3.3.41`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.15` to `8.1.16`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.107` to `3.4.108`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.66` to `6.0.67`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.18` to `0.3.19`" - } - ] - } - }, - { - "version": "7.0.44", - "tag": "@microsoft/web-library-build_v7.0.44", - "date": "Tue, 11 Jun 2019 00:48:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.7.3` to `4.7.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.39` to `3.3.40`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.14` to `8.1.15`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.106` to `3.4.107`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.65` to `6.0.66`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.17` to `0.3.18`" - } - ] - } - }, - { - "version": "7.0.43", - "tag": "@microsoft/web-library-build_v7.0.43", - "date": "Thu, 06 Jun 2019 22:33:36 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.7.2` to `4.7.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.38` to `3.3.39`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.105` to `3.4.106`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.64` to `6.0.65`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.16` to `0.3.17`" - } - ] - } - }, - { - "version": "7.0.42", - "tag": "@microsoft/web-library-build_v7.0.42", - "date": "Wed, 05 Jun 2019 19:12:34 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.7.1` to `4.7.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.37` to `3.3.38`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.13` to `8.1.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.104` to `3.4.105`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.63` to `6.0.64`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.15` to `0.3.16`" - } - ] - } - }, - { - "version": "7.0.41", - "tag": "@microsoft/web-library-build_v7.0.41", - "date": "Tue, 04 Jun 2019 05:51:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.7.0` to `4.7.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.36` to `3.3.37`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.12` to `8.1.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.103` to `3.4.104`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.62` to `6.0.63`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.14` to `0.3.15`" - } - ] - } - }, - { - "version": "7.0.40", - "tag": "@microsoft/web-library-build_v7.0.40", - "date": "Fri, 31 May 2019 01:13:07 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.6.35` to `4.7.0`" - } - ] - } - }, - { - "version": "7.0.39", - "tag": "@microsoft/web-library-build_v7.0.39", - "date": "Mon, 27 May 2019 04:13:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.6.34` to `4.6.35`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.35` to `3.3.36`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.11` to `8.1.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.102` to `3.4.103`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.61` to `6.0.62`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.13` to `0.3.14`" - } - ] - } - }, - { - "version": "7.0.38", - "tag": "@microsoft/web-library-build_v7.0.38", - "date": "Mon, 13 May 2019 02:08:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.6.33` to `4.6.34`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.34` to `3.3.35`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.10` to `8.1.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.101` to `3.4.102`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.60` to `6.0.61`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.12` to `0.3.13`" - } - ] - } - }, - { - "version": "7.0.37", - "tag": "@microsoft/web-library-build_v7.0.37", - "date": "Thu, 09 May 2019 19:12:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.6.32` to `4.6.33`" - } - ] - } - }, - { - "version": "7.0.36", - "tag": "@microsoft/web-library-build_v7.0.36", - "date": "Mon, 06 May 2019 20:46:21 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.6.31` to `4.6.32`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.33` to `3.3.34`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.9` to `8.1.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.100` to `3.4.101`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.59` to `6.0.60`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.11` to `0.3.12`" - } - ] - } - }, - { - "version": "7.0.35", - "tag": "@microsoft/web-library-build_v7.0.35", - "date": "Mon, 06 May 2019 19:34:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.6.30` to `4.6.31`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.32` to `3.3.33`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.8` to `8.1.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.99` to `3.4.100`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.58` to `6.0.59`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.10` to `0.3.11`" - } - ] - } - }, - { - "version": "7.0.34", - "tag": "@microsoft/web-library-build_v7.0.34", - "date": "Mon, 06 May 2019 19:11:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.6.29` to `4.6.30`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.31` to `3.3.32`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.7` to `8.1.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.98` to `3.4.99`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.57` to `6.0.58`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.9` to `0.3.10`" - } - ] - } - }, - { - "version": "7.0.33", - "tag": "@microsoft/web-library-build_v7.0.33", - "date": "Tue, 30 Apr 2019 23:08:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.6.28` to `4.6.29`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.30` to `3.3.31`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.6` to `8.1.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.97` to `3.4.98`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.56` to `6.0.57`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.8` to `0.3.9`" - } - ] - } - }, - { - "version": "7.0.32", - "tag": "@microsoft/web-library-build_v7.0.32", - "date": "Tue, 16 Apr 2019 11:01:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.6.27` to `4.6.28`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.29` to `3.3.30`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.5` to `8.1.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.96` to `3.4.97`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.55` to `6.0.56`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.7` to `0.3.8`" - } - ] - } - }, - { - "version": "7.0.31", - "tag": "@microsoft/web-library-build_v7.0.31", - "date": "Fri, 12 Apr 2019 06:13:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.6.26` to `4.6.27`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.28` to `3.3.29`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.4` to `8.1.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.95` to `3.4.96`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.54` to `6.0.55`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.6` to `0.3.7`" - } - ] - } - }, - { - "version": "7.0.30", - "tag": "@microsoft/web-library-build_v7.0.30", - "date": "Thu, 11 Apr 2019 07:14:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.6.25` to `4.6.26`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.27` to `3.3.28`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.3` to `8.1.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.94` to `3.4.95`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.53` to `6.0.54`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.5` to `0.3.6`" - } - ] - } - }, - { - "version": "7.0.29", - "tag": "@microsoft/web-library-build_v7.0.29", - "date": "Tue, 09 Apr 2019 05:31:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.6.24` to `4.6.25`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.26` to `3.3.27`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.2` to `8.1.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.93` to `3.4.94`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.52` to `6.0.53`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.4` to `0.3.5`" - } - ] - } - }, - { - "version": "7.0.28", - "tag": "@microsoft/web-library-build_v7.0.28", - "date": "Mon, 08 Apr 2019 19:12:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.6.23` to `4.6.24`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.25` to `3.3.26`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.1` to `8.1.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.92` to `3.4.93`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.51` to `6.0.52`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.3` to `0.3.4`" - } - ] - } - }, - { - "version": "7.0.27", - "tag": "@microsoft/web-library-build_v7.0.27", - "date": "Sat, 06 Apr 2019 02:05:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.6.22` to `4.6.23`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.24` to `3.3.25`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.1.0` to `8.1.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.91` to `3.4.92`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.50` to `6.0.51`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.2` to `0.3.3`" - } - ] - } - }, - { - "version": "7.0.26", - "tag": "@microsoft/web-library-build_v7.0.26", - "date": "Fri, 05 Apr 2019 04:16:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.6.21` to `4.6.22`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.23` to `3.3.24`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.23` to `8.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.90` to `3.4.91`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.49` to `6.0.50`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.1` to `0.3.2`" - } - ] - } - }, - { - "version": "7.0.25", - "tag": "@microsoft/web-library-build_v7.0.25", - "date": "Wed, 03 Apr 2019 02:58:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.25` to `3.9.26`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.6.20` to `4.6.21`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.22` to `3.3.23`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.22` to `8.0.23`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.89` to `3.4.90`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.48` to `6.0.49`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.3.0` to `0.3.1`" - } - ] - } - }, - { - "version": "7.0.24", - "tag": "@microsoft/web-library-build_v7.0.24", - "date": "Tue, 02 Apr 2019 01:12:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.24` to `3.9.25`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.6.19` to `4.6.20`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.21` to `3.3.22`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.21` to `8.0.22`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.88` to `3.4.89`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.47` to `6.0.48`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.20` to `0.3.0`" - } - ] - } - }, - { - "version": "7.0.23", - "tag": "@microsoft/web-library-build_v7.0.23", - "date": "Sat, 30 Mar 2019 22:27:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.23` to `3.9.24`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.6.18` to `4.6.19`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.20` to `3.3.21`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.20` to `8.0.21`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.87` to `3.4.88`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.46` to `6.0.47`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.19` to `0.2.20`" - } - ] - } - }, - { - "version": "7.0.22", - "tag": "@microsoft/web-library-build_v7.0.22", - "date": "Thu, 28 Mar 2019 19:14:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.22` to `3.9.23`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.6.17` to `4.6.18`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.19` to `3.3.20`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.19` to `8.0.20`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.86` to `3.4.87`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.45` to `6.0.46`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.18` to `0.2.19`" - } - ] - } - }, - { - "version": "7.0.21", - "tag": "@microsoft/web-library-build_v7.0.21", - "date": "Tue, 26 Mar 2019 20:54:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.21` to `3.9.22`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.6.16` to `4.6.17`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.18` to `3.3.19`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.18` to `8.0.19`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.85` to `3.4.86`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.44` to `6.0.45`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.17` to `0.2.18`" - } - ] - } - }, - { - "version": "7.0.20", - "tag": "@microsoft/web-library-build_v7.0.20", - "date": "Sat, 23 Mar 2019 03:48:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.20` to `3.9.21`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.6.15` to `4.6.16`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.17` to `3.3.18`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.17` to `8.0.18`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.84` to `3.4.85`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.43` to `6.0.44`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.16` to `0.2.17`" - } - ] - } - }, - { - "version": "7.0.19", - "tag": "@microsoft/web-library-build_v7.0.19", - "date": "Thu, 21 Mar 2019 04:59:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.19` to `3.9.20`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.6.14` to `4.6.15`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.16` to `3.3.17`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.16` to `8.0.17`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.83` to `3.4.84`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.42` to `6.0.43`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.15` to `0.2.16`" - } - ] - } - }, - { - "version": "7.0.18", - "tag": "@microsoft/web-library-build_v7.0.18", - "date": "Thu, 21 Mar 2019 01:15:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.18` to `3.9.19`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.6.13` to `4.6.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.15` to `3.3.16`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.15` to `8.0.16`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.82` to `3.4.83`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.41` to `6.0.42`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.14` to `0.2.15`" - } - ] - } - }, - { - "version": "7.0.17", - "tag": "@microsoft/web-library-build_v7.0.17", - "date": "Wed, 20 Mar 2019 19:14:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.17` to `3.9.18`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.6.12` to `4.6.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.14` to `3.3.15`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.14` to `8.0.15`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.81` to `3.4.82`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.40` to `6.0.41`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.13` to `0.2.14`" - } - ] - } - }, - { - "version": "7.0.16", - "tag": "@microsoft/web-library-build_v7.0.16", - "date": "Mon, 18 Mar 2019 04:28:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.16` to `3.9.17`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.6.11` to `4.6.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.13` to `3.3.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.13` to `8.0.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.80` to `3.4.81`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.39` to `6.0.40`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.12` to `0.2.13`" - } - ] - } - }, - { - "version": "7.0.15", - "tag": "@microsoft/web-library-build_v7.0.15", - "date": "Fri, 15 Mar 2019 19:13:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.15` to `3.9.16`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.6.10` to `4.6.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.12` to `3.3.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.12` to `8.0.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.79` to `3.4.80`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.38` to `6.0.39`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.11` to `0.2.12`" - } - ] - } - }, - { - "version": "7.0.14", - "tag": "@microsoft/web-library-build_v7.0.14", - "date": "Wed, 13 Mar 2019 19:13:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.14` to `3.9.15`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.6.9` to `4.6.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.11` to `3.3.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.11` to `8.0.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.78` to `3.4.79`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.37` to `6.0.38`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.10` to `0.2.11`" - } - ] - } - }, - { - "version": "7.0.13", - "tag": "@microsoft/web-library-build_v7.0.13", - "date": "Wed, 13 Mar 2019 01:14:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.13` to `3.9.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.6.8` to `4.6.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.10` to `3.3.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.10` to `8.0.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.77` to `3.4.78`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.36` to `6.0.37`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.9` to `0.2.10`" - } - ] - } - }, - { - "version": "7.0.12", - "tag": "@microsoft/web-library-build_v7.0.12", - "date": "Mon, 11 Mar 2019 16:13:36 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.12` to `3.9.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.6.7` to `4.6.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.9` to `3.3.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.9` to `8.0.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.76` to `3.4.77`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.35` to `6.0.36`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.8` to `0.2.9`" - } - ] - } - }, - { - "version": "7.0.11", - "tag": "@microsoft/web-library-build_v7.0.11", - "date": "Tue, 05 Mar 2019 17:13:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.11` to `3.9.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.6.6` to `4.6.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.8` to `3.3.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.8` to `8.0.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.75` to `3.4.76`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.34` to `6.0.35`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.7` to `0.2.8`" - } - ] - } - }, - { - "version": "7.0.10", - "tag": "@microsoft/web-library-build_v7.0.10", - "date": "Mon, 04 Mar 2019 17:13:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.10` to `3.9.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.6.5` to `4.6.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.7` to `3.3.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.7` to `8.0.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.74` to `3.4.75`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.33` to `6.0.34`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.6` to `0.2.7`" - } - ] - } - }, - { - "version": "7.0.9", - "tag": "@microsoft/web-library-build_v7.0.9", - "date": "Wed, 27 Feb 2019 22:13:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.9` to `3.9.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.6.4` to `4.6.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.6` to `3.3.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.6` to `8.0.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.73` to `3.4.74`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.32` to `6.0.33`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.5` to `0.2.6`" - } - ] - } - }, - { - "version": "7.0.8", - "tag": "@microsoft/web-library-build_v7.0.8", - "date": "Wed, 27 Feb 2019 17:13:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.8` to `3.9.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.6.3` to `4.6.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.5` to `3.3.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.5` to `8.0.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.72` to `3.4.73`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.31` to `6.0.32`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.4` to `0.2.5`" - } - ] - } - }, - { - "version": "7.0.7", - "tag": "@microsoft/web-library-build_v7.0.7", - "date": "Mon, 18 Feb 2019 17:13:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.7` to `3.9.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.6.2` to `4.6.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.4` to `3.3.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.4` to `8.0.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.71` to `3.4.72`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.30` to `6.0.31`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.3` to `0.2.4`" - } - ] - } - }, - { - "version": "7.0.6", - "tag": "@microsoft/web-library-build_v7.0.6", - "date": "Tue, 12 Feb 2019 17:13:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.6` to `3.9.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.6.1` to `4.6.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.3` to `3.3.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.3` to `8.0.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.70` to `3.4.71`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.29` to `6.0.30`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.2\" from `0.2.2` to `0.2.3`" - } - ] - } - }, - { - "version": "7.0.5", - "tag": "@microsoft/web-library-build_v7.0.5", - "date": "Mon, 11 Feb 2019 10:32:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.5` to `3.9.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.6.0` to `4.6.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.2` to `3.3.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.2` to `8.0.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.69` to `3.4.70`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.28` to `6.0.29`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.5.1` to `0.5.2`" - } - ] - } - }, - { - "version": "7.0.4", - "tag": "@microsoft/web-library-build_v7.0.4", - "date": "Mon, 11 Feb 2019 03:31:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.4` to `3.9.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.5.40` to `4.6.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.1` to `3.3.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.1` to `8.0.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.68` to `3.4.69`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.27` to `6.0.28`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.5.0` to `0.5.1`" - } - ] - } - }, - { - "version": "7.0.3", - "tag": "@microsoft/web-library-build_v7.0.3", - "date": "Wed, 30 Jan 2019 20:49:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.3` to `3.9.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.5.39` to `4.5.40`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.3.0` to `3.3.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `8.0.0` to `8.0.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.67` to `3.4.68`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.26` to `6.0.27`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.4.0` to `0.5.0`" - } - ] - } - }, - { - "version": "7.0.2", - "tag": "@microsoft/web-library-build_v7.0.2", - "date": "Mon, 21 Jan 2019 17:04:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.94` to `3.3.0`" - } - ] - } - }, - { - "version": "7.0.1", - "tag": "@microsoft/web-library-build_v7.0.1", - "date": "Sat, 19 Jan 2019 03:47:47 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.2` to `3.9.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.5.38` to `4.5.39`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.93` to `3.2.94`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.4.8` to `8.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.66` to `3.4.67`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.25` to `6.0.26`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.3.4` to `0.4.0`" - } - ] - } - }, - { - "version": "7.0.0", - "tag": "@microsoft/web-library-build_v7.0.0", - "date": "Tue, 15 Jan 2019 17:04:09 GMT", - "comments": { - "major": [ - { - "comment": "Remove karma task." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.1` to `3.9.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.5.37` to `4.5.38`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.92` to `3.2.93`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.4.7` to `7.4.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.65` to `3.4.66`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.24` to `6.0.25`" - } - ] - } - }, - { - "version": "6.0.45", - "tag": "@microsoft/web-library-build_v6.0.45", - "date": "Thu, 10 Jan 2019 01:57:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.9.0` to `3.9.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.56` to `4.6.57`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.5.36` to `4.5.37`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.91` to `3.2.92`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.4.6` to `7.4.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.64` to `3.4.65`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.23` to `6.0.24`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.3.3` to `0.3.4`" - } - ] - } - }, - { - "version": "6.0.44", - "tag": "@microsoft/web-library-build_v6.0.44", - "date": "Mon, 07 Jan 2019 17:04:07 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.57` to `3.9.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.55` to `4.6.56`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.5.35` to `4.5.36`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.90` to `3.2.91`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.4.5` to `7.4.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.63` to `3.4.64`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.22` to `6.0.23`" - } - ] - } - }, - { - "version": "6.0.43", - "tag": "@microsoft/web-library-build_v6.0.43", - "date": "Wed, 19 Dec 2018 05:57:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.56` to `3.8.57`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.54` to `4.6.55`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.5.34` to `4.5.35`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.89` to `3.2.90`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.4.4` to `7.4.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.62` to `3.4.63`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.21` to `6.0.22`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.3.2` to `0.3.3`" - } - ] - } - }, - { - "version": "6.0.42", - "tag": "@microsoft/web-library-build_v6.0.42", - "date": "Fri, 14 Dec 2018 20:51:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.5.33` to `4.5.34`" - } - ] - } - }, - { - "version": "6.0.41", - "tag": "@microsoft/web-library-build_v6.0.41", - "date": "Thu, 13 Dec 2018 02:58:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.55` to `3.8.56`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.53` to `4.6.54`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.5.32` to `4.5.33`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.88` to `3.2.89`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.4.3` to `7.4.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.61` to `3.4.62`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.20` to `6.0.21`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.3.1` to `0.3.2`" - } - ] - } - }, - { - "version": "6.0.40", - "tag": "@microsoft/web-library-build_v6.0.40", - "date": "Wed, 12 Dec 2018 17:04:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.54` to `3.8.55`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.52` to `4.6.53`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.5.31` to `4.5.32`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.87` to `3.2.88`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.4.2` to `7.4.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.60` to `3.4.61`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.19` to `6.0.20`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.3.0` to `0.3.1`" - } - ] - } - }, - { - "version": "6.0.39", - "tag": "@microsoft/web-library-build_v6.0.39", - "date": "Sat, 08 Dec 2018 06:35:36 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.53` to `3.8.54`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.51` to `4.6.52`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.5.30` to `4.5.31`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.86` to `3.2.87`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.4.1` to `7.4.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.59` to `3.4.60`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.18` to `6.0.19`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.2.1` to `0.3.0`" - } - ] - } - }, - { - "version": "6.0.38", - "tag": "@microsoft/web-library-build_v6.0.38", - "date": "Fri, 07 Dec 2018 17:04:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.52` to `3.8.53`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.50` to `4.6.51`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.5.29` to `4.5.30`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.85` to `3.2.86`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.4.0` to `7.4.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.58` to `3.4.59`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.17` to `6.0.18`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.2.0` to `0.2.1`" - } - ] - } - }, - { - "version": "6.0.37", - "tag": "@microsoft/web-library-build_v6.0.37", - "date": "Mon, 03 Dec 2018 17:04:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.5.28` to `4.5.29`" - } - ] - } - }, - { - "version": "6.0.36", - "tag": "@microsoft/web-library-build_v6.0.36", - "date": "Fri, 30 Nov 2018 23:34:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.51` to `3.8.52`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.49` to `4.6.50`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.5.27` to `4.5.28`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.84` to `3.2.85`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.3.1` to `7.4.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.57` to `3.4.58`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.16` to `6.0.17`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.1.1` to `0.2.0`" - } - ] - } - }, - { - "version": "6.0.35", - "tag": "@microsoft/web-library-build_v6.0.35", - "date": "Thu, 29 Nov 2018 07:02:09 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.50` to `3.8.51`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.48` to `4.6.49`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.5.26` to `4.5.27`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.83` to `3.2.84`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.3.0` to `7.3.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.56` to `3.4.57`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.15` to `6.0.16`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.1.0` to `0.1.1`" - } - ] - } - }, - { - "version": "6.0.34", - "tag": "@microsoft/web-library-build_v6.0.34", - "date": "Thu, 29 Nov 2018 00:35:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.49` to `3.8.50`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.47` to `4.6.48`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.5.25` to `4.5.26`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.82` to `3.2.83`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.2.7` to `7.3.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.55` to `3.4.56`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.14` to `6.0.15`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.0\" from `0.0.0` to `0.1.0`" - } - ] - } - }, - { - "version": "6.0.33", - "tag": "@microsoft/web-library-build_v6.0.33", - "date": "Wed, 28 Nov 2018 19:29:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.48` to `3.8.49`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.46` to `4.6.47`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.5.24` to `4.5.25`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.81` to `3.2.82`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.2.6` to `7.2.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.54` to `3.4.55`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.13` to `6.0.14`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.5` to `0.5.6`" - } - ] - } - }, - { - "version": "6.0.32", - "tag": "@microsoft/web-library-build_v6.0.32", - "date": "Wed, 28 Nov 2018 02:17:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.47` to `3.8.48`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.45` to `4.6.46`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.5.23` to `4.5.24`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.80` to `3.2.81`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.2.5` to `7.2.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.53` to `3.4.54`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.12` to `6.0.13`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.4` to `0.5.5`" - } - ] - } - }, - { - "version": "6.0.31", - "tag": "@microsoft/web-library-build_v6.0.31", - "date": "Fri, 16 Nov 2018 21:37:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.46` to `3.8.47`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.44` to `4.6.45`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.5.22` to `4.5.23`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.79` to `3.2.80`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.2.4` to `7.2.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.52` to `3.4.53`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.11` to `6.0.12`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.3` to `0.5.4`" - } - ] - } - }, - { - "version": "6.0.30", - "tag": "@microsoft/web-library-build_v6.0.30", - "date": "Fri, 16 Nov 2018 00:59:00 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.45` to `3.8.46`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.43` to `4.6.44`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.5.21` to `4.5.22`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.78` to `3.2.79`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.2.3` to `7.2.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.51` to `3.4.52`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.10` to `6.0.11`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.2` to `0.5.3`" - } - ] - } - }, - { - "version": "6.0.29", - "tag": "@microsoft/web-library-build_v6.0.29", - "date": "Fri, 09 Nov 2018 23:07:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.44` to `3.8.45`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.42` to `4.6.43`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.5.20` to `4.5.21`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.77` to `3.2.78`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.2.2` to `7.2.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.50` to `3.4.51`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.9` to `6.0.10`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.1` to `0.5.2`" - } - ] - } - }, - { - "version": "6.0.28", - "tag": "@microsoft/web-library-build_v6.0.28", - "date": "Wed, 07 Nov 2018 21:04:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.43` to `3.8.44`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.41` to `4.6.42`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.5.19` to `4.5.20`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.76` to `3.2.77`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.2.1` to `7.2.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.49` to `3.4.50`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.8` to `6.0.9`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.0` to `0.5.1`" - } - ] - } - }, - { - "version": "6.0.27", - "tag": "@microsoft/web-library-build_v6.0.27", - "date": "Wed, 07 Nov 2018 17:03:03 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.42` to `3.8.43`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.40` to `4.6.41`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.5.18` to `4.5.19`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.75` to `3.2.76`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.2.0` to `7.2.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.48` to `3.4.49`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.7` to `6.0.8`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.4.4` to `0.5.0`" - } - ] - } - }, - { - "version": "6.0.26", - "tag": "@microsoft/web-library-build_v6.0.26", - "date": "Mon, 05 Nov 2018 17:04:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.41` to `3.8.42`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.39` to `4.6.40`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.5.17` to `4.5.18`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.74` to `3.2.75`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.1.2` to `7.2.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.47` to `3.4.48`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.6` to `6.0.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.4.3` to `0.4.4`" - } - ] - } - }, - { - "version": "6.0.25", - "tag": "@microsoft/web-library-build_v6.0.25", - "date": "Thu, 01 Nov 2018 21:33:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.40` to `3.8.41`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.38` to `4.6.39`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.5.16` to `4.5.17`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.73` to `3.2.74`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.1.1` to `7.1.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.46` to `3.4.47`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.5` to `6.0.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.4.2` to `0.4.3`" - } - ] - } - }, - { - "version": "6.0.24", - "tag": "@microsoft/web-library-build_v6.0.24", - "date": "Thu, 01 Nov 2018 19:32:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.39` to `3.8.40`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.37` to `4.6.38`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.5.15` to `4.5.16`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.72` to `3.2.73`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.1.0` to `7.1.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.45` to `3.4.46`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.4` to `6.0.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.4.1` to `0.4.2`" - } - ] - } - }, - { - "version": "6.0.23", - "tag": "@microsoft/web-library-build_v6.0.23", - "date": "Wed, 31 Oct 2018 21:17:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.36` to `4.6.37`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.5.14` to `4.5.15`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.71` to `3.2.72`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.0.3` to `7.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.44` to `3.4.45`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.3` to `6.0.4`" - } - ] - } - }, - { - "version": "6.0.22", - "tag": "@microsoft/web-library-build_v6.0.22", - "date": "Wed, 31 Oct 2018 17:00:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.38` to `3.8.39`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.35` to `4.6.36`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.5.13` to `4.5.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.70` to `3.2.71`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.0.2` to `7.0.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.43` to `3.4.44`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.2` to `6.0.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.4.0` to `0.4.1`" - } - ] - } - }, - { - "version": "6.0.21", - "tag": "@microsoft/web-library-build_v6.0.21", - "date": "Sat, 27 Oct 2018 03:45:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.37` to `3.8.38`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.34` to `4.6.35`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.5.12` to `4.5.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.69` to `3.2.70`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.0.1` to `7.0.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.42` to `3.4.43`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.1` to `6.0.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.3.0` to `0.4.0`" - } - ] - } - }, - { - "version": "6.0.20", - "tag": "@microsoft/web-library-build_v6.0.20", - "date": "Sat, 27 Oct 2018 02:17:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.36` to `3.8.37`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.33` to `4.6.34`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.5.11` to `4.5.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.68` to `3.2.69`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `7.0.0` to `7.0.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.41` to `3.4.42`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.0` to `6.0.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.2.0` to `0.3.0`" - } - ] - } - }, - { - "version": "6.0.19", - "tag": "@microsoft/web-library-build_v6.0.19", - "date": "Sat, 27 Oct 2018 00:26:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.35` to `3.8.36`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.32` to `4.6.33`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.5.10` to `4.5.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.67` to `3.2.68`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `6.1.12` to `7.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.40` to `3.4.41`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.26` to `6.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.20` to `0.2.0`" - } - ] - } - }, - { - "version": "6.0.18", - "tag": "@microsoft/web-library-build_v6.0.18", - "date": "Thu, 25 Oct 2018 23:20:40 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.34` to `3.8.35`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.31` to `4.6.32`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.5.9` to `4.5.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.66` to `3.2.67`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `6.1.11` to `6.1.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.39` to `3.4.40`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.25` to `5.0.26`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.19` to `0.1.20`" - } - ] - } - }, - { - "version": "6.0.17", - "tag": "@microsoft/web-library-build_v6.0.17", - "date": "Thu, 25 Oct 2018 08:56:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.33` to `3.8.34`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.30` to `4.6.31`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.5.8` to `4.5.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.65` to `3.2.66`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `6.1.10` to `6.1.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.38` to `3.4.39`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.24` to `5.0.25`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.18` to `0.1.19`" - } - ] - } - }, - { - "version": "6.0.16", - "tag": "@microsoft/web-library-build_v6.0.16", - "date": "Wed, 24 Oct 2018 16:03:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.32` to `3.8.33`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.29` to `4.6.30`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.5.7` to `4.5.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.64` to `3.2.65`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `6.1.9` to `6.1.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.37` to `3.4.38`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.23` to `5.0.24`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.17` to `0.1.18`" - } - ] - } - }, - { - "version": "6.0.15", - "tag": "@microsoft/web-library-build_v6.0.15", - "date": "Thu, 18 Oct 2018 05:30:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.31` to `3.8.32`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.28` to `4.6.29`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.5.6` to `4.5.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.63` to `3.2.64`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `6.1.8` to `6.1.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.36` to `3.4.37`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.22` to `5.0.23`" - } - ] - } - }, - { - "version": "6.0.14", - "tag": "@microsoft/web-library-build_v6.0.14", - "date": "Thu, 18 Oct 2018 01:32:21 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.30` to `3.8.31`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.27` to `4.6.28`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.5.5` to `4.5.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.62` to `3.2.63`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `6.1.7` to `6.1.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.35` to `3.4.36`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.21` to `5.0.22`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.16` to `0.1.17`" - } - ] - } - }, - { - "version": "6.0.13", - "tag": "@microsoft/web-library-build_v6.0.13", - "date": "Wed, 17 Oct 2018 21:04:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.29` to `3.8.30`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.26` to `4.6.27`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.5.4` to `4.5.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.61` to `3.2.62`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `6.1.6` to `6.1.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.34` to `3.4.35`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.20` to `5.0.21`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.15` to `0.1.16`" - } - ] - } - }, - { - "version": "6.0.12", - "tag": "@microsoft/web-library-build_v6.0.12", - "date": "Wed, 17 Oct 2018 14:43:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.28` to `3.8.29`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.25` to `4.6.26`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.5.3` to `4.5.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.60` to `3.2.61`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `6.1.5` to `6.1.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.33` to `3.4.34`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.19` to `5.0.20`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.14` to `0.1.15`" - } - ] - } - }, - { - "version": "6.0.11", - "tag": "@microsoft/web-library-build_v6.0.11", - "date": "Thu, 11 Oct 2018 23:26:07 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.27` to `3.8.28`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.24` to `4.6.25`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.5.2` to `4.5.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.59` to `3.2.60`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `6.1.4` to `6.1.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.32` to `3.4.33`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.18` to `5.0.19`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.13` to `0.1.14`" - } - ] - } - }, - { - "version": "6.0.10", - "tag": "@microsoft/web-library-build_v6.0.10", - "date": "Tue, 09 Oct 2018 06:58:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.26` to `3.8.27`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.23` to `4.6.24`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.5.1` to `4.5.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.58` to `3.2.59`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `6.1.3` to `6.1.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.31` to `3.4.32`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.17` to `5.0.18`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.12` to `0.1.13`" - } - ] - } - }, - { - "version": "6.0.9", - "tag": "@microsoft/web-library-build_v6.0.9", - "date": "Mon, 08 Oct 2018 16:04:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.25` to `3.8.26`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.22` to `4.6.23`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.5.0` to `4.5.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.57` to `3.2.58`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `6.1.2` to `6.1.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.30` to `3.4.31`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.16` to `5.0.17`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.11` to `0.1.12`" - } - ] - } - }, - { - "version": "6.0.8", - "tag": "@microsoft/web-library-build_v6.0.8", - "date": "Sun, 07 Oct 2018 06:15:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.24` to `3.8.25`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.21` to `4.6.22`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.4.8` to `4.5.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.56` to `3.2.57`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `6.1.1` to `6.1.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.29` to `3.4.30`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.15` to `5.0.16`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.10` to `0.1.11`" - } - ] - } - }, - { - "version": "6.0.7", - "tag": "@microsoft/web-library-build_v6.0.7", - "date": "Fri, 28 Sep 2018 16:05:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.23` to `3.8.24`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.20` to `4.6.21`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.4.7` to `4.4.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.55` to `3.2.56`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `6.1.0` to `6.1.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.28` to `3.4.29`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.14` to `5.0.15`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.9` to `0.1.10`" - } - ] - } - }, - { - "version": "6.0.6", - "tag": "@microsoft/web-library-build_v6.0.6", - "date": "Wed, 26 Sep 2018 21:39:40 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.22` to `3.8.23`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.19` to `4.6.20`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.4.6` to `4.4.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.54` to `3.2.55`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `6.0.5` to `6.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.27` to `3.4.28`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.13` to `5.0.14`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.8` to `0.1.9`" - } - ] - } - }, - { - "version": "6.0.5", - "tag": "@microsoft/web-library-build_v6.0.5", - "date": "Mon, 24 Sep 2018 23:06:40 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.21` to `3.8.22`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.18` to `4.6.19`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.4.5` to `4.4.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.53` to `3.2.54`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `6.0.4` to `6.0.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.26` to `3.4.27`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.12` to `5.0.13`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.7` to `0.1.8`" - } - ] - } - }, - { - "version": "6.0.4", - "tag": "@microsoft/web-library-build_v6.0.4", - "date": "Mon, 24 Sep 2018 16:04:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.17` to `4.6.18`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.4.4` to `4.4.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.52` to `3.2.53`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `6.0.3` to `6.0.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.25` to `3.4.26`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.11` to `5.0.12`" - } - ] - } - }, - { - "version": "6.0.3", - "tag": "@microsoft/web-library-build_v6.0.3", - "date": "Fri, 21 Sep 2018 16:04:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.20` to `3.8.21`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.16` to `4.6.17`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.4.3` to `4.4.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.51` to `3.2.52`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `6.0.2` to `6.0.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.24` to `3.4.25`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.10` to `5.0.11`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.6` to `0.1.7`" - } - ] - } - }, - { - "version": "6.0.2", - "tag": "@microsoft/web-library-build_v6.0.2", - "date": "Thu, 20 Sep 2018 23:57:21 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.19` to `3.8.20`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.15` to `4.6.16`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.4.2` to `4.4.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.50` to `3.2.51`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `6.0.1` to `6.0.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.23` to `3.4.24`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.9` to `5.0.10`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.5` to `0.1.6`" - } - ] - } - }, - { - "version": "6.0.1", - "tag": "@microsoft/web-library-build_v6.0.1", - "date": "Tue, 18 Sep 2018 21:04:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.18` to `3.8.19`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.14` to `4.6.15`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.4.1` to `4.4.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.49` to `3.2.50`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `6.0.0` to `6.0.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.22` to `3.4.23`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.8` to `5.0.9`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.4` to `0.1.5`" - } - ] - } - }, - { - "version": "6.0.0", - "tag": "@microsoft/web-library-build_v6.0.0", - "date": "Mon, 10 Sep 2018 23:23:01 GMT", - "comments": { - "major": [ - { - "comment": "Removing the text task from the rig." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.13` to `4.6.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.4.0` to `4.4.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.48` to `3.2.49`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `5.0.2` to `6.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.21` to `3.4.22`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.7` to `5.0.8`" - } - ] - } - }, - { - "version": "5.1.3", - "tag": "@microsoft/web-library-build_v5.1.3", - "date": "Thu, 06 Sep 2018 21:04:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.54` to `4.4.0`" - } - ] - } - }, - { - "version": "5.1.2", - "tag": "@microsoft/web-library-build_v5.1.2", - "date": "Thu, 06 Sep 2018 01:25:26 GMT", - "comments": { - "patch": [ - { - "comment": "Update \"repository\" field in package.json" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.17` to `3.8.18`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.12` to `4.6.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.53` to `4.3.54`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.47` to `3.2.48`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `5.0.1` to `5.0.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.20` to `3.4.21`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.6` to `5.0.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.3` to `0.1.4`" - } - ] - } - }, - { - "version": "5.1.1", - "tag": "@microsoft/web-library-build_v5.1.1", - "date": "Tue, 04 Sep 2018 21:34:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.16` to `3.8.17`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.11` to `4.6.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.52` to `4.3.53`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.46` to `3.2.47`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `5.0.0` to `5.0.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.19` to `3.4.20`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.5` to `5.0.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.2` to `0.1.3`" - } - ] - } - }, - { - "version": "5.1.0", - "tag": "@microsoft/web-library-build_v5.1.0", - "date": "Mon, 03 Sep 2018 16:04:46 GMT", - "comments": { - "minor": [ - { - "comment": "Update the way api-extractor is invoked." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.15` to `3.8.16`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.10` to `4.6.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.51` to `4.3.52`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.45` to `3.2.46`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.11.12` to `5.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.18` to `3.4.19`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.4` to `5.0.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.1` to `0.1.2`" - } - ] - } - }, - { - "version": "5.0.8", - "tag": "@microsoft/web-library-build_v5.0.8", - "date": "Fri, 31 Aug 2018 00:11:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.50` to `4.3.51`" - } - ] - } - }, - { - "version": "5.0.7", - "tag": "@microsoft/web-library-build_v5.0.7", - "date": "Thu, 30 Aug 2018 22:47:34 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.49` to `4.3.50`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.11.11` to `4.11.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.17` to `3.4.18`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.3` to `5.0.4`" - } - ] - } - }, - { - "version": "5.0.6", - "tag": "@microsoft/web-library-build_v5.0.6", - "date": "Thu, 30 Aug 2018 19:23:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.14` to `3.8.15`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.9` to `4.6.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.48` to `4.3.49`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.44` to `3.2.45`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.11.10` to `4.11.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.16` to `3.4.17`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.2` to `5.0.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack\" from `0.1.0` to `0.1.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.1.0` to `0.1.1`" - } - ] - } - }, - { - "version": "5.0.5", - "tag": "@microsoft/web-library-build_v5.0.5", - "date": "Thu, 30 Aug 2018 18:45:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.13` to `3.8.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.8` to `4.6.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.47` to `4.3.48`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.43` to `3.2.44`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.11.9` to `4.11.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.15` to `3.4.16`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.1` to `5.0.2`" - } - ] - } - }, - { - "version": "5.0.4", - "tag": "@microsoft/web-library-build_v5.0.4", - "date": "Thu, 30 Aug 2018 04:42:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.46` to `4.3.47`" - } - ] - } - }, - { - "version": "5.0.3", - "tag": "@microsoft/web-library-build_v5.0.3", - "date": "Thu, 30 Aug 2018 04:24:41 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.45` to `4.3.46`" - } - ] - } - }, - { - "version": "5.0.2", - "tag": "@microsoft/web-library-build_v5.0.2", - "date": "Wed, 29 Aug 2018 21:43:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.12` to `3.8.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.7` to `4.6.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.44` to `4.3.45`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.42` to `3.2.43`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.11.8` to `4.11.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.14` to `3.4.15`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `5.0.0` to `5.0.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack\" from `0.0.1` to `0.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.0.1` to `0.1.0`" - } - ] - } - }, - { - "version": "5.0.1", - "tag": "@microsoft/web-library-build_v5.0.1", - "date": "Wed, 29 Aug 2018 20:34:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.43` to `4.3.44`" - } - ] - } - }, - { - "version": "5.0.0", - "tag": "@microsoft/web-library-build_v5.0.0", - "date": "Wed, 29 Aug 2018 06:36:50 GMT", - "comments": { - "major": [ - { - "comment": "Updating the way typescript and tslint are invoked." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.11` to `3.8.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.6` to `4.6.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.42` to `4.3.43`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.41` to `3.2.42`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.11.7` to `4.11.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.13` to `3.4.14`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `4.4.11` to `5.0.0`" - } - ] - } - }, - { - "version": "4.4.68", - "tag": "@microsoft/web-library-build_v4.4.68", - "date": "Thu, 23 Aug 2018 18:18:53 GMT", - "comments": { - "patch": [ - { - "comment": "Republish all packages in web-build-tools to resolve GitHub issue #782" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.10` to `3.8.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.5` to `4.6.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.41` to `4.3.42`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.40` to `3.2.41`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.11.6` to `4.11.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.12` to `3.4.13`" - } - ] - } - }, - { - "version": "4.4.67", - "tag": "@microsoft/web-library-build_v4.4.67", - "date": "Wed, 22 Aug 2018 20:58:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.9` to `3.8.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.4` to `4.6.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.40` to `4.3.41`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.39` to `3.2.40`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.11.5` to `4.11.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.11` to `3.4.12`" - } - ] - } - }, - { - "version": "4.4.66", - "tag": "@microsoft/web-library-build_v4.4.66", - "date": "Wed, 22 Aug 2018 16:03:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.8` to `3.8.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.3` to `4.6.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.39` to `4.3.40`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.38` to `3.2.39`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.11.4` to `4.11.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.10` to `3.4.11`" - } - ] - } - }, - { - "version": "4.4.65", - "tag": "@microsoft/web-library-build_v4.4.65", - "date": "Tue, 21 Aug 2018 16:04:38 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.38` to `4.3.39`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.11.3` to `4.11.4`" - } - ] - } - }, - { - "version": "4.4.64", - "tag": "@microsoft/web-library-build_v4.4.64", - "date": "Thu, 09 Aug 2018 21:58:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.37` to `4.3.38`" - } - ] - } - }, - { - "version": "4.4.63", - "tag": "@microsoft/web-library-build_v4.4.63", - "date": "Thu, 09 Aug 2018 21:03:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.7` to `3.8.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.2` to `4.6.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.36` to `4.3.37`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.37` to `3.2.38`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.11.2` to `4.11.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.9` to `3.4.10`" - } - ] - } - }, - { - "version": "4.4.62", - "tag": "@microsoft/web-library-build_v4.4.62", - "date": "Thu, 09 Aug 2018 16:04:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.35` to `4.3.36`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.11.1` to `4.11.2`" - } - ] - } - }, - { - "version": "4.4.61", - "tag": "@microsoft/web-library-build_v4.4.61", - "date": "Tue, 07 Aug 2018 22:27:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.6` to `3.8.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.1` to `4.6.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.34` to `4.3.35`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.36` to `3.2.37`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.11.0` to `4.11.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.8` to `3.4.9`" - } - ] - } - }, - { - "version": "4.4.60", - "tag": "@microsoft/web-library-build_v4.4.60", - "date": "Thu, 26 Jul 2018 23:53:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.33` to `4.3.34`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.10.5` to `4.11.0`" - } - ] - } - }, - { - "version": "4.4.59", - "tag": "@microsoft/web-library-build_v4.4.59", - "date": "Thu, 26 Jul 2018 16:04:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.5` to `3.8.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.6.0` to `4.6.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.32` to `4.3.33`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.35` to `3.2.36`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.10.4` to `4.10.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.7` to `3.4.8`" - } - ] - } - }, - { - "version": "4.4.58", - "tag": "@microsoft/web-library-build_v4.4.58", - "date": "Wed, 25 Jul 2018 21:02:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.31` to `4.3.32`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.10.3` to `4.10.4`" - } - ] - } - }, - { - "version": "4.4.57", - "tag": "@microsoft/web-library-build_v4.4.57", - "date": "Fri, 20 Jul 2018 16:04:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.5.7` to `4.6.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.30` to `4.3.31`" - } - ] - } - }, - { - "version": "4.4.56", - "tag": "@microsoft/web-library-build_v4.4.56", - "date": "Tue, 17 Jul 2018 16:02:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.29` to `4.3.30`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.10.2` to `4.10.3`" - } - ] - } - }, - { - "version": "4.4.55", - "tag": "@microsoft/web-library-build_v4.4.55", - "date": "Fri, 13 Jul 2018 19:04:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.28` to `4.3.29`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.10.1` to `4.10.2`" - } - ] - } - }, - { - "version": "4.4.54", - "tag": "@microsoft/web-library-build_v4.4.54", - "date": "Tue, 03 Jul 2018 21:03:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.4` to `3.8.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.5.6` to `4.5.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.27` to `4.3.28`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.34` to `3.2.35`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.10.0` to `4.10.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.6` to `3.4.7`" - } - ] - } - }, - { - "version": "4.4.53", - "tag": "@microsoft/web-library-build_v4.4.53", - "date": "Fri, 29 Jun 2018 02:56:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.26` to `4.3.27`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.9.19` to `4.10.0`" - } - ] - } - }, - { - "version": "4.4.52", - "tag": "@microsoft/web-library-build_v4.4.52", - "date": "Sat, 23 Jun 2018 02:21:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.25` to `4.3.26`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.9.18` to `4.9.19`" - } - ] - } - }, - { - "version": "4.4.51", - "tag": "@microsoft/web-library-build_v4.4.51", - "date": "Fri, 22 Jun 2018 16:05:15 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.24` to `4.3.25`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.9.17` to `4.9.18`" - } - ] - } - }, - { - "version": "4.4.50", - "tag": "@microsoft/web-library-build_v4.4.50", - "date": "Thu, 21 Jun 2018 08:27:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.3` to `3.8.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.5.5` to `4.5.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.23` to `4.3.24`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.33` to `3.2.34`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.9.16` to `4.9.17`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.5` to `3.4.6`" - } - ] - } - }, - { - "version": "4.4.49", - "tag": "@microsoft/web-library-build_v4.4.49", - "date": "Tue, 19 Jun 2018 19:35:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.22` to `4.3.23`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.9.15` to `4.9.16`" - } - ] - } - }, - { - "version": "4.4.48", - "tag": "@microsoft/web-library-build_v4.4.48", - "date": "Wed, 13 Jun 2018 16:05:21 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.32` to `3.2.33`" - } - ] - } - }, - { - "version": "4.4.47", - "tag": "@microsoft/web-library-build_v4.4.47", - "date": "Fri, 08 Jun 2018 08:43:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.2` to `3.8.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.5.4` to `4.5.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.21` to `4.3.22`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.31` to `3.2.32`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.9.14` to `4.9.15`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.4` to `3.4.5`" - } - ] - } - }, - { - "version": "4.4.46", - "tag": "@microsoft/web-library-build_v4.4.46", - "date": "Thu, 31 May 2018 01:39:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.1` to `3.8.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.5.3` to `4.5.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.20` to `4.3.21`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.30` to `3.2.31`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.9.13` to `4.9.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.3` to `3.4.4`" - } - ] - } - }, - { - "version": "4.4.45", - "tag": "@microsoft/web-library-build_v4.4.45", - "date": "Tue, 15 May 2018 02:26:45 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.8.0` to `3.8.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.5.2` to `4.5.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.19` to `4.3.20`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.29` to `3.2.30`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.9.12` to `4.9.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.2` to `3.4.3`" - } - ] - } - }, - { - "version": "4.4.44", - "tag": "@microsoft/web-library-build_v4.4.44", - "date": "Tue, 15 May 2018 00:18:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.18` to `4.3.19`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.9.11` to `4.9.12`" - } - ] - } - }, - { - "version": "4.4.43", - "tag": "@microsoft/web-library-build_v4.4.43", - "date": "Fri, 11 May 2018 22:43:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.5` to `3.8.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.5.1` to `4.5.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.17` to `4.3.18`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.28` to `3.2.29`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.9.10` to `4.9.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.1` to `3.4.2`" - } - ] - } - }, - { - "version": "4.4.42", - "tag": "@microsoft/web-library-build_v4.4.42", - "date": "Fri, 04 May 2018 00:42:38 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.4` to `3.7.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.5.0` to `4.5.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.16` to `4.3.17`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.27` to `3.2.28`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.9.9` to `4.9.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.4.0` to `3.4.1`" - } - ] - } - }, - { - "version": "4.4.41", - "tag": "@microsoft/web-library-build_v4.4.41", - "date": "Tue, 01 May 2018 22:03:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.15` to `4.3.16`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.9.8` to `4.9.9`" - } - ] - } - }, - { - "version": "4.4.40", - "tag": "@microsoft/web-library-build_v4.4.40", - "date": "Mon, 30 Apr 2018 21:04:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.26` to `3.2.27`" - } - ] - } - }, - { - "version": "4.4.39", - "tag": "@microsoft/web-library-build_v4.4.39", - "date": "Fri, 27 Apr 2018 03:04:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.14` to `4.3.15`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.9.7` to `4.9.8`" - } - ] - } - }, - { - "version": "4.4.38", - "tag": "@microsoft/web-library-build_v4.4.38", - "date": "Fri, 20 Apr 2018 16:06:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.13` to `4.3.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.9.6` to `4.9.7`" - } - ] - } - }, - { - "version": "4.4.37", - "tag": "@microsoft/web-library-build_v4.4.37", - "date": "Thu, 19 Apr 2018 21:25:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.12` to `4.3.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.9.5` to `4.9.6`" - } - ] - } - }, - { - "version": "4.4.36", - "tag": "@microsoft/web-library-build_v4.4.36", - "date": "Thu, 19 Apr 2018 17:02:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.11` to `4.3.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.9.4` to `4.9.5`" - } - ] - } - }, - { - "version": "4.4.35", - "tag": "@microsoft/web-library-build_v4.4.35", - "date": "Fri, 06 Apr 2018 16:03:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.4.24` to `4.5.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.3.25` to `3.4.0`" - } - ] - } - }, - { - "version": "4.4.34", - "tag": "@microsoft/web-library-build_v4.4.34", - "date": "Tue, 03 Apr 2018 16:05:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.3` to `3.7.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.4.23` to `4.4.24`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.10` to `4.3.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.25` to `3.2.26`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.9.3` to `4.9.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.3.24` to `3.3.25`" - } - ] - } - }, - { - "version": "4.4.33", - "tag": "@microsoft/web-library-build_v4.4.33", - "date": "Mon, 02 Apr 2018 16:05:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.2` to `3.7.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.4.22` to `4.4.23`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.9` to `4.3.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.24` to `3.2.25`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.9.2` to `4.9.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.3.23` to `3.3.24`" - } - ] - } - }, - { - "version": "4.4.32", - "tag": "@microsoft/web-library-build_v4.4.32", - "date": "Tue, 27 Mar 2018 01:34:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.8` to `4.3.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.9.1` to `4.9.2`" - } - ] - } - }, - { - "version": "4.4.31", - "tag": "@microsoft/web-library-build_v4.4.31", - "date": "Mon, 26 Mar 2018 19:12:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.1` to `3.7.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.4.21` to `4.4.22`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.7` to `4.3.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.23` to `3.2.24`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.9.0` to `4.9.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.3.22` to `3.3.23`" - } - ] - } - }, - { - "version": "4.4.30", - "tag": "@microsoft/web-library-build_v4.4.30", - "date": "Sun, 25 Mar 2018 01:26:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.6` to `4.3.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.8.1` to `4.9.0`" - } - ] - } - }, - { - "version": "4.4.29", - "tag": "@microsoft/web-library-build_v4.4.29", - "date": "Fri, 23 Mar 2018 00:34:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.7.0` to `3.7.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.4.20` to `4.4.21`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.5` to `4.3.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.22` to `3.2.23`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.8.0` to `4.8.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.3.21` to `3.3.22`" - } - ] - } - }, - { - "version": "4.4.28", - "tag": "@microsoft/web-library-build_v4.4.28", - "date": "Thu, 22 Mar 2018 18:34:13 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.10` to `3.7.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.4.19` to `4.4.20`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.4` to `4.3.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.21` to `3.2.22`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.22` to `4.8.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.3.20` to `3.3.21`" - } - ] - } - }, - { - "version": "4.4.27", - "tag": "@microsoft/web-library-build_v4.4.27", - "date": "Tue, 20 Mar 2018 02:44:45 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.3` to `4.3.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.21` to `4.7.22`" - } - ] - } - }, - { - "version": "4.4.26", - "tag": "@microsoft/web-library-build_v4.4.26", - "date": "Sat, 17 Mar 2018 02:54:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.9` to `3.6.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.4.18` to `4.4.19`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.2` to `4.3.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.20` to `3.2.21`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.20` to `4.7.21`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.3.19` to `3.3.20`" - } - ] - } - }, - { - "version": "4.4.25", - "tag": "@microsoft/web-library-build_v4.4.25", - "date": "Thu, 15 Mar 2018 20:00:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.1` to `4.3.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.19` to `4.7.20`" - } - ] - } - }, - { - "version": "4.4.24", - "tag": "@microsoft/web-library-build_v4.4.24", - "date": "Thu, 15 Mar 2018 16:05:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.8` to `3.6.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.4.17` to `4.4.18`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.3.0` to `4.3.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.19` to `3.2.20`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.18` to `4.7.19`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.3.18` to `3.3.19`" - } - ] - } - }, - { - "version": "4.4.23", - "tag": "@microsoft/web-library-build_v4.4.23", - "date": "Tue, 13 Mar 2018 23:11:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.2.21` to `4.3.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.17` to `4.7.18`" - } - ] - } - }, - { - "version": "4.4.22", - "tag": "@microsoft/web-library-build_v4.4.22", - "date": "Mon, 12 Mar 2018 20:36:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.2.20` to `4.2.21`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.16` to `4.7.17`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.3.17` to `3.3.18`" - } - ] - } - }, - { - "version": "4.4.21", - "tag": "@microsoft/web-library-build_v4.4.21", - "date": "Tue, 06 Mar 2018 17:04:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.2.19` to `4.2.20`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.15` to `4.7.16`" - } - ] - } - }, - { - "version": "4.4.20", - "tag": "@microsoft/web-library-build_v4.4.20", - "date": "Fri, 02 Mar 2018 01:13:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.7` to `3.6.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.4.16` to `4.4.17`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.2.18` to `4.2.19`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.18` to `3.2.19`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.14` to `4.7.15`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.3.16` to `3.3.17`" - } - ] - } - }, - { - "version": "4.4.19", - "tag": "@microsoft/web-library-build_v4.4.19", - "date": "Tue, 27 Feb 2018 22:05:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.6` to `3.6.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.4.15` to `4.4.16`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.2.17` to `4.2.18`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.17` to `3.2.18`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.13` to `4.7.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.3.15` to `3.3.16`" - } - ] - } - }, - { - "version": "4.4.18", - "tag": "@microsoft/web-library-build_v4.4.18", - "date": "Fri, 23 Feb 2018 17:04:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.16` to `3.2.17`" - } - ] - } - }, - { - "version": "4.4.17", - "tag": "@microsoft/web-library-build_v4.4.17", - "date": "Wed, 21 Feb 2018 22:04:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.5` to `3.6.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.4.14` to `4.4.15`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.2.16` to `4.2.17`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.15` to `3.2.16`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.12` to `4.7.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.3.14` to `3.3.15`" - } - ] - } - }, - { - "version": "4.4.16", - "tag": "@microsoft/web-library-build_v4.4.16", - "date": "Wed, 21 Feb 2018 03:13:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.4` to `3.6.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.4.13` to `4.4.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.2.15` to `4.2.16`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.14` to `3.2.15`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.11` to `4.7.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.3.13` to `3.3.14`" - } - ] - } - }, - { - "version": "4.4.15", - "tag": "@microsoft/web-library-build_v4.4.15", - "date": "Sat, 17 Feb 2018 02:53:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.3` to `3.6.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.4.12` to `4.4.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.2.14` to `4.2.15`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.13` to `3.2.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.10` to `4.7.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.3.12` to `3.3.13`" - } - ] - } - }, - { - "version": "4.4.14", - "tag": "@microsoft/web-library-build_v4.4.14", - "date": "Fri, 16 Feb 2018 22:05:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.2` to `3.6.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.4.11` to `4.4.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.2.13` to `4.2.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.12` to `3.2.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.9` to `4.7.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.3.11` to `3.3.12`" - } - ] - } - }, - { - "version": "4.4.13", - "tag": "@microsoft/web-library-build_v4.4.13", - "date": "Fri, 16 Feb 2018 17:05:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.1` to `3.6.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.4.10` to `4.4.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.2.12` to `4.2.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.11` to `3.2.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.8` to `4.7.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.3.10` to `3.3.11`" - } - ] - } - }, - { - "version": "4.4.12", - "tag": "@microsoft/web-library-build_v4.4.12", - "date": "Wed, 07 Feb 2018 17:05:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.6.0` to `3.6.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.4.9` to `4.4.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.2.11` to `4.2.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.10` to `3.2.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.7` to `4.7.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.3.9` to `3.3.10`" - } - ] - } - }, - { - "version": "4.4.11", - "tag": "@microsoft/web-library-build_v4.4.11", - "date": "Fri, 26 Jan 2018 22:05:30 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.5.3` to `3.6.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.4.8` to `4.4.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.2.10` to `4.2.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.9` to `3.2.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.6` to `4.7.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.3.8` to `3.3.9`" - } - ] - } - }, - { - "version": "4.4.10", - "tag": "@microsoft/web-library-build_v4.4.10", - "date": "Fri, 26 Jan 2018 17:53:38 GMT", - "comments": { - "patch": [ - { - "comment": "Force a patch bump in case the previous version was an empty package" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.5.2` to `3.5.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.4.7` to `4.4.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.2.9` to `4.2.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.8` to `3.2.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.5` to `4.7.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.3.7` to `3.3.8`" - } - ] - } - }, - { - "version": "4.4.9", - "tag": "@microsoft/web-library-build_v4.4.9", - "date": "Fri, 26 Jan 2018 00:36:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.5.1` to `3.5.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.4.6` to `4.4.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.2.8` to `4.2.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.7` to `3.2.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.4` to `4.7.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.3.6` to `3.3.7`" - } - ] - } - }, - { - "version": "4.4.8", - "tag": "@microsoft/web-library-build_v4.4.8", - "date": "Tue, 23 Jan 2018 17:05:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.5.0` to `3.5.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.4.5` to `4.4.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.2.7` to `4.2.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.6` to `3.2.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.3` to `4.7.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.3.5` to `3.3.6`" - } - ] - } - }, - { - "version": "4.4.7", - "tag": "@microsoft/web-library-build_v4.4.7", - "date": "Sat, 20 Jan 2018 02:39:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.2.6` to `4.2.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.5` to `3.2.6`" - } - ] - } - }, - { - "version": "4.4.6", - "tag": "@microsoft/web-library-build_v4.4.6", - "date": "Thu, 18 Jan 2018 03:23:46 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.4.4` to `3.5.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.4.4` to `4.4.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.2.5` to `4.2.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.4` to `3.2.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.2` to `4.7.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.3.4` to `3.3.5`" - } - ] - } - }, - { - "version": "4.4.5", - "tag": "@microsoft/web-library-build_v4.4.5", - "date": "Thu, 18 Jan 2018 00:48:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.4.3` to `3.4.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.4.3` to `4.4.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.2.4` to `4.2.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.3` to `3.2.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.1` to `4.7.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.3.3` to `3.3.4`" - } - ] - } - }, - { - "version": "4.4.4", - "tag": "@microsoft/web-library-build_v4.4.4", - "date": "Thu, 18 Jan 2018 00:27:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.2.3` to `4.2.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.7.0` to `4.7.1`" - } - ] - } - }, - { - "version": "4.4.3", - "tag": "@microsoft/web-library-build_v4.4.3", - "date": "Wed, 17 Jan 2018 10:49:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.4.2` to `3.4.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.4.2` to `4.4.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.2.2` to `4.2.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.2` to `3.2.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.6.0` to `4.7.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.3.2` to `3.3.3`" - } - ] - } - }, - { - "version": "4.4.2", - "tag": "@microsoft/web-library-build_v4.4.2", - "date": "Fri, 12 Jan 2018 03:35:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.4.1` to `3.4.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.4.1` to `4.4.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.2.1` to `4.2.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.1` to `3.2.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.5.1` to `4.6.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.3.1` to `3.3.2`" - } - ] - } - }, - { - "version": "4.4.1", - "tag": "@microsoft/web-library-build_v4.4.1", - "date": "Thu, 11 Jan 2018 22:31:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.4.0` to `3.4.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.4.0` to `4.4.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.2.0` to `4.2.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.2.0` to `3.2.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.5.0` to `4.5.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.3.0` to `3.3.1`" - } - ] - } - }, - { - "version": "4.4.0", - "tag": "@microsoft/web-library-build_v4.4.0", - "date": "Wed, 10 Jan 2018 20:40:01 GMT", - "comments": { - "minor": [ - { - "author": "Nicholas Pape ", - "commit": "1271a0dc21fedb882e7953f491771724f80323a1", - "comment": "Upgrade to Node 8" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.7` to `3.4.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.3.16` to `4.4.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.1.24` to `4.2.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.1.24` to `3.2.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.4.1` to `4.5.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.2.24` to `3.3.0`" - } - ] - } - }, - { - "version": "4.3.0", - "tag": "@microsoft/web-library-build_v4.3.0", - "date": "Sun, 07 Jan 2018 05:12:08 GMT", - "comments": { - "minor": [ - { - "author": "pgonzal ", - "commit": "aa0c67382d4dee0cde40ee84a581dbdcdabe77ef", - "comment": "api-extractor now runs after tsc rather than in parallel, and is excluded from \"gulp serve\"" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.5` to `3.3.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.3.14` to `4.3.15`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.1.22` to `4.1.23`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.1.22` to `3.1.23`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.3.3` to `4.4.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.2.22` to `3.2.23`" - } - ] - } - }, - { - "version": "4.2.16", - "tag": "@microsoft/web-library-build_v4.2.16", - "date": "Fri, 05 Jan 2018 20:26:45 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.4` to `3.3.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.3.13` to `4.3.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.1.21` to `4.1.22`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.1.21` to `3.1.22`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.3.2` to `4.3.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.2.21` to `3.2.22`" - } - ] - } - }, - { - "version": "4.2.15", - "tag": "@microsoft/web-library-build_v4.2.15", - "date": "Fri, 05 Jan 2018 00:48:41 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.3` to `3.3.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.3.12` to `4.3.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.1.20` to `4.1.21`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.1.20` to `3.1.21`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.3.1` to `4.3.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.2.20` to `3.2.21`" - } - ] - } - }, - { - "version": "4.2.14", - "tag": "@microsoft/web-library-build_v4.2.14", - "date": "Fri, 22 Dec 2017 17:04:46 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.2` to `3.3.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.3.11` to `4.3.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.1.19` to `4.1.20`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.1.19` to `3.1.20`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.3.0` to `4.3.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.2.19` to `3.2.20`" - } - ] - } - }, - { - "version": "4.2.13", - "tag": "@microsoft/web-library-build_v4.2.13", - "date": "Tue, 12 Dec 2017 03:33:26 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.1` to `3.3.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.3.10` to `4.3.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.1.18` to `4.1.19`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.1.18` to `3.1.19`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.2.18` to `4.3.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.2.18` to `3.2.19`" - } - ] - } - }, - { - "version": "4.2.12", - "tag": "@microsoft/web-library-build_v4.2.12", - "date": "Thu, 30 Nov 2017 23:59:09 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.3.0` to `3.3.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.3.9` to `4.3.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.1.17` to `4.1.18`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.1.17` to `3.1.18`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.2.17` to `4.2.18`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.2.17` to `3.2.18`" - } - ] - } - }, - { - "version": "4.2.11", - "tag": "@microsoft/web-library-build_v4.2.11", - "date": "Thu, 30 Nov 2017 23:12:21 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.9` to `3.3.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.3.8` to `4.3.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.1.16` to `4.1.17`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.1.16` to `3.1.17`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.2.16` to `4.2.17`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.2.16` to `3.2.17`" - } - ] - } - }, - { - "version": "4.2.10", - "tag": "@microsoft/web-library-build_v4.2.10", - "date": "Wed, 29 Nov 2017 17:05:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.8` to `3.2.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.3.7` to `4.3.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.1.15` to `4.1.16`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.1.15` to `3.1.16`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.2.15` to `4.2.16`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.2.15` to `3.2.16`" - } - ] - } - }, - { - "version": "4.2.9", - "tag": "@microsoft/web-library-build_v4.2.9", - "date": "Tue, 28 Nov 2017 23:43:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.7` to `3.2.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.3.6` to `4.3.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.1.14` to `4.1.15`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.1.14` to `3.1.15`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.2.14` to `4.2.15`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.2.14` to `3.2.15`" - } - ] - } - }, - { - "version": "4.2.8", - "tag": "@microsoft/web-library-build_v4.2.8", - "date": "Mon, 13 Nov 2017 17:04:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.6` to `3.2.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.3.5` to `4.3.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.1.13` to `4.1.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.1.13` to `3.1.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.2.13` to `4.2.14`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.2.13` to `3.2.14`" - } - ] - } - }, - { - "version": "4.2.7", - "tag": "@microsoft/web-library-build_v4.2.7", - "date": "Mon, 06 Nov 2017 17:04:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.5` to `3.2.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.3.4` to `4.3.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.1.12` to `4.1.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.1.12` to `3.1.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.2.12` to `4.2.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.2.12` to `3.2.13`" - } - ] - } - }, - { - "version": "4.2.6", - "tag": "@microsoft/web-library-build_v4.2.6", - "date": "Thu, 02 Nov 2017 16:05:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.4` to `3.2.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.3.3` to `4.3.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.1.11` to `4.1.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.1.11` to `3.1.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.2.11` to `4.2.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.2.11` to `3.2.12`" - } - ] - } - }, - { - "version": "4.2.5", - "tag": "@microsoft/web-library-build_v4.2.5", - "date": "Wed, 01 Nov 2017 21:06:08 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.3` to `3.2.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.3.2` to `4.3.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.1.10` to `4.1.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.1.10` to `3.1.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.2.10` to `4.2.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.2.10` to `3.2.11`" - } - ] - } - }, - { - "version": "4.2.4", - "tag": "@microsoft/web-library-build_v4.2.4", - "date": "Tue, 31 Oct 2017 21:04:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.2` to `3.2.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.3.1` to `4.3.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.1.9` to `4.1.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.1.9` to `3.1.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.2.9` to `4.2.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.2.9` to `3.2.10`" - } - ] - } - }, - { - "version": "4.2.3", - "tag": "@microsoft/web-library-build_v4.2.3", - "date": "Tue, 31 Oct 2017 16:04:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.1` to `3.2.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.3.0` to `4.3.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.1.8` to `4.1.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.1.8` to `3.1.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.2.8` to `4.2.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.2.8` to `3.2.9`" - } - ] - } - }, - { - "version": "4.2.2", - "tag": "@microsoft/web-library-build_v4.2.2", - "date": "Thu, 26 Oct 2017 00:00:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.2.1` to `4.3.0`" - } - ] - } - }, - { - "version": "4.2.1", - "tag": "@microsoft/web-library-build_v4.2.1", - "date": "Wed, 25 Oct 2017 20:03:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.2.0` to `3.2.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.2.0` to `4.2.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.1.7` to `4.1.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.1.7` to `3.1.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.2.7` to `4.2.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.2.7` to `3.2.8`" - } - ] - } - }, - { - "version": "4.2.0", - "tag": "@microsoft/web-library-build_v4.2.0", - "date": "Tue, 24 Oct 2017 18:17:12 GMT", - "comments": { - "minor": [ - { - "author": "QZ ", - "commit": "5fe47765dbb3567bebc30cf5d7ac2205f6e655b0", - "comment": "Support Jest task" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.6` to `3.2.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.1.6` to `4.2.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.1.6` to `4.1.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.1.6` to `3.1.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.2.6` to `4.2.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.2.6` to `3.2.7`" - } - ] - } - }, - { - "version": "4.1.6", - "tag": "@microsoft/web-library-build_v4.1.6", - "date": "Mon, 23 Oct 2017 21:53:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.5` to `3.1.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.1.5` to `4.1.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.1.5` to `4.1.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.1.5` to `3.1.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.2.5` to `4.2.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.2.5` to `3.2.6`" - } - ] - } - }, - { - "version": "4.1.5", - "tag": "@microsoft/web-library-build_v4.1.5", - "date": "Fri, 20 Oct 2017 19:57:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.4` to `3.1.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.1.4` to `4.1.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.1.4` to `4.1.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.1.4` to `3.1.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.2.4` to `4.2.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.2.4` to `3.2.5`" - } - ] - } - }, - { - "version": "4.1.4", - "tag": "@microsoft/web-library-build_v4.1.4", - "date": "Fri, 20 Oct 2017 01:52:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.3` to `3.1.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.1.3` to `4.1.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.1.3` to `4.1.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.1.3` to `3.1.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.2.3` to `4.2.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.2.3` to `3.2.4`" - } - ] - } - }, - { - "version": "4.1.3", - "tag": "@microsoft/web-library-build_v4.1.3", - "date": "Fri, 20 Oct 2017 01:04:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.2` to `3.1.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.1.2` to `4.1.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.1.2` to `4.1.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.1.2` to `3.1.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.2.2` to `4.2.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.2.2` to `3.2.3`" - } - ] - } - }, - { - "version": "4.1.2", - "tag": "@microsoft/web-library-build_v4.1.2", - "date": "Thu, 05 Oct 2017 01:05:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.1` to `3.1.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.1.1` to `4.1.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.1.1` to `4.1.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.1.1` to `3.1.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.2.1` to `4.2.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.2.1` to `3.2.2`" - } - ] - } - }, - { - "version": "4.1.1", - "tag": "@microsoft/web-library-build_v4.1.1", - "date": "Thu, 28 Sep 2017 01:04:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.1.0` to `3.1.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.1.0` to `4.1.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.1.0` to `4.1.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.1.0` to `3.1.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.2.0` to `4.2.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.2.0` to `3.2.1`" - } - ] - } - }, - { - "version": "4.1.0", - "tag": "@microsoft/web-library-build_v4.1.0", - "date": "Fri, 22 Sep 2017 01:04:02 GMT", - "comments": { - "minor": [ - { - "author": "Nick Pape ", - "commit": "481a10f460a454fb5a3e336e3cf25a1c3f710645", - "comment": "Upgrade to es6" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.8` to `3.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.0.9` to `4.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.0.8` to `4.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.0.8` to `3.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.1.0` to `4.2.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.1.0` to `3.2.0`" - } - ] - } - }, - { - "version": "4.0.9", - "tag": "@microsoft/web-library-build_v4.0.9", - "date": "Thu, 21 Sep 2017 20:34:26 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.0.8` to `4.0.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.0.8` to `3.1.0`" - } - ] - } - }, - { - "version": "4.0.8", - "tag": "@microsoft/web-library-build_v4.0.8", - "date": "Wed, 20 Sep 2017 22:10:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.7` to `3.0.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.0.7` to `4.0.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.0.7` to `4.0.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.0.7` to `3.0.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.0.7` to `4.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.0.7` to `3.0.8`" - } - ] - } - }, - { - "version": "4.0.7", - "tag": "@microsoft/web-library-build_v4.0.7", - "date": "Mon, 11 Sep 2017 13:04:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.6` to `3.0.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.0.6` to `4.0.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.0.6` to `4.0.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.0.6` to `3.0.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.0.6` to `4.0.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.0.6` to `3.0.7`" - } - ] - } - }, - { - "version": "4.0.6", - "tag": "@microsoft/web-library-build_v4.0.6", - "date": "Fri, 08 Sep 2017 01:28:04 GMT", - "comments": { - "patch": [ - { - "author": "Nick Pape ", - "commit": "bb96549aa8508ff627a0cae5ee41ae0251f2777d", - "comment": "Deprecate @types/es6-collections in favor of built-in typescript typings 'es2015.collection' and 'es2015.iterable'" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.5` to `3.0.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.0.5` to `4.0.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.0.5` to `4.0.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.0.5` to `3.0.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.0.5` to `4.0.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.0.5` to `3.0.6`" - } - ] - } - }, - { - "version": "4.0.5", - "tag": "@microsoft/web-library-build_v4.0.5", - "date": "Thu, 07 Sep 2017 13:04:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.4` to `3.0.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.0.4` to `4.0.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.0.4` to `4.0.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.0.4` to `3.0.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.0.4` to `4.0.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.0.4` to `3.0.5`" - } - ] - } - }, - { - "version": "4.0.4", - "tag": "@microsoft/web-library-build_v4.0.4", - "date": "Thu, 07 Sep 2017 00:11:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.3` to `3.0.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.0.3` to `4.0.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.0.3` to `4.0.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.0.3` to `3.0.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.0.3` to `4.0.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.0.3` to `3.0.4`" - } - ] - } - }, - { - "version": "4.0.3", - "tag": "@microsoft/web-library-build_v4.0.3", - "date": "Wed, 06 Sep 2017 13:03:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.2` to `3.0.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.0.2` to `4.0.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.0.2` to `4.0.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.0.2` to `3.0.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.0.2` to `4.0.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.0.2` to `3.0.3`" - } - ] - } - }, - { - "version": "4.0.2", - "tag": "@microsoft/web-library-build_v4.0.2", - "date": "Tue, 05 Sep 2017 19:03:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.1` to `3.0.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.0.1` to `4.0.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.0.1` to `4.0.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.0.1` to `3.0.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.0.1` to `4.0.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.0.1` to `3.0.2`" - } - ] - } - }, - { - "version": "4.0.1", - "tag": "@microsoft/web-library-build_v4.0.1", - "date": "Sat, 02 Sep 2017 01:04:26 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `3.0.0` to `3.0.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `4.0.0` to `4.0.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `4.0.0` to `4.0.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `3.0.0` to `3.0.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `4.0.0` to `4.0.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `3.0.0` to `3.0.1`" - } - ] - } - }, - { - "version": "4.0.0", - "tag": "@microsoft/web-library-build_v4.0.0", - "date": "Thu, 31 Aug 2017 18:41:18 GMT", - "comments": { - "major": [ - { - "comment": "Fix compatibility issues with old releases, by incrementing the major version number" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.10.1` to `3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `3.0.1` to `4.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `3.2.11` to `4.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `2.1.13` to `3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `3.5.3` to `4.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `2.0.2` to `3.0.0`" - } - ] - } - }, - { - "version": "3.2.16", - "tag": "@microsoft/web-library-build_v3.2.16", - "date": "Thu, 31 Aug 2017 17:46:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.10.0` to `2.10.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `3.0.0` to `3.0.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `3.2.10` to `3.2.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `2.1.12` to `2.1.13`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `3.5.2` to `3.5.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `2.0.1` to `2.0.2`" - } - ] - } - }, - { - "version": "3.2.15", - "tag": "@microsoft/web-library-build_v3.2.15", - "date": "Thu, 31 Aug 2017 13:04:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `2.0.0` to `2.0.1`" - } - ] - } - }, - { - "version": "3.2.14", - "tag": "@microsoft/web-library-build_v3.2.14", - "date": "Wed, 30 Aug 2017 22:08:21 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `2.3.12` to `3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `1.2.9` to `2.0.0`" - } - ] - } - }, - { - "version": "3.2.13", - "tag": "@microsoft/web-library-build_v3.2.13", - "date": "Wed, 30 Aug 2017 01:04:34 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.6` to `2.10.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `2.3.11` to `2.3.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `3.2.9` to `3.2.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `2.1.11` to `2.1.12`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `3.5.1` to `3.5.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `1.2.8` to `1.2.9`" - } - ] - } - }, - { - "version": "3.2.12", - "tag": "@microsoft/web-library-build_v3.2.12", - "date": "Thu, 24 Aug 2017 22:44:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.5` to `2.9.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `2.3.10` to `2.3.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `3.2.8` to `3.2.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `2.1.10` to `2.1.11`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `3.5.0` to `3.5.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `1.2.7` to `1.2.8`" - } - ] - } - }, - { - "version": "3.2.11", - "tag": "@microsoft/web-library-build_v3.2.11", - "date": "Thu, 24 Aug 2017 01:04:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.4` to `2.9.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `2.3.9` to `2.3.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `3.2.7` to `3.2.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `2.1.9` to `2.1.10`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `3.4.2` to `3.5.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `1.2.6` to `1.2.7`" - } - ] - } - }, - { - "version": "3.2.10", - "tag": "@microsoft/web-library-build_v3.2.10", - "date": "Tue, 22 Aug 2017 13:04:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.3` to `2.9.4`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `2.3.8` to `2.3.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `3.2.6` to `3.2.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `2.1.8` to `2.1.9`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `3.4.1` to `3.4.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `1.2.5` to `1.2.6`" - } - ] - } - }, - { - "version": "3.2.9", - "tag": "@microsoft/web-library-build_v3.2.9", - "date": "Wed, 16 Aug 2017 23:16:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `3.2.5` to `3.2.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `2.1.7` to `2.1.8`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `3.4.0` to `3.4.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `1.2.4` to `1.2.5`" - } - ] - } - }, - { - "version": "3.2.8", - "tag": "@microsoft/web-library-build_v3.2.8", - "date": "Tue, 15 Aug 2017 19:04:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.2` to `2.9.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `2.3.7` to `2.3.8`" - } - ] - } - }, - { - "version": "3.2.7", - "tag": "@microsoft/web-library-build_v3.2.7", - "date": "Tue, 15 Aug 2017 01:29:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.1` to `2.9.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `2.3.6` to `2.3.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `3.2.4` to `3.2.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `2.1.6` to `2.1.7`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `3.3.1` to `3.3.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `1.2.3` to `1.2.4`" - } - ] - } - }, - { - "version": "3.2.6", - "tag": "@microsoft/web-library-build_v3.2.6", - "date": "Sat, 12 Aug 2017 01:03:30 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.9.0` to `2.9.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `2.3.5` to `2.3.6`" - } - ] - } - }, - { - "version": "3.2.5", - "tag": "@microsoft/web-library-build_v3.2.5", - "date": "Fri, 11 Aug 2017 21:44:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.8.0` to `2.9.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `2.3.4` to `2.3.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `2.1.5` to `2.1.6`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `1.2.2` to `1.2.3`" - } - ] - } - }, - { - "version": "3.2.4", - "tag": "@microsoft/web-library-build_v3.2.4", - "date": "Tue, 08 Aug 2017 23:10:36 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `3.2.3` to `3.2.4`" - } - ] - } - }, - { - "version": "3.2.3", - "tag": "@microsoft/web-library-build_v3.2.3", - "date": "Sat, 05 Aug 2017 01:04:41 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.7.3` to `2.8.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `2.3.3` to `2.3.4`" - } - ] - } - }, - { - "version": "3.2.2", - "tag": "@microsoft/web-library-build_v3.2.2", - "date": "Mon, 31 Jul 2017 21:18:26 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.7.2` to `2.7.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `2.3.2` to `2.3.3`" - } - ] - } - }, - { - "version": "3.2.1", - "tag": "@microsoft/web-library-build_v3.2.1", - "date": "Thu, 27 Jul 2017 01:04:48 GMT", - "comments": { - "patch": [ - { - "comment": "Upgrade to the TS2.4 version of the build tools and restrict the dependency version requirements." - }, - { - "comment": "Fix an issue with 'gulp serve' where the server was not being launched." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `2.7.1` to `2.7.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `2.3.1` to `2.3.2`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `3.2.2` to `3.2.3`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `2.1.4` to `2.1.5`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `3.3.0` to `3.3.1`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `1.2.1` to `1.2.2`" - } - ] - } - }, - { - "version": "3.2.0", - "tag": "@microsoft/web-library-build_v3.2.0", - "date": "Tue, 25 Jul 2017 20:03:31 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade to TypeScript 2.4" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.7.0 <3.0.0` to `>=2.7.0 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `>=2.3.0 <3.0.0` to `>=2.3.1 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `>=3.2.1 <4.0.0` to `>=3.2.2 <4.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `>=2.1.3 <3.0.0` to `>=2.1.4 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `>=3.2.0 <4.0.0` to `>=3.3.0 <4.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `>=1.2.0 <2.0.0` to `>=1.2.1 <2.0.0`" - } - ] - } - }, - { - "version": "3.1.0", - "tag": "@microsoft/web-library-build_v3.1.0", - "date": "Fri, 07 Jul 2017 01:02:28 GMT", - "comments": { - "minor": [ - { - "comment": "Enable StrictNullChecks." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.5.6 <3.0.0` to `>=2.5.6 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `>=2.2.3 <3.0.0` to `>=2.3.0 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `>=3.1.0 <4.0.0` to `>=3.2.0 <4.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `>=3.1.5 <4.0.0` to `>=3.2.0 <4.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `>=1.1.8 <2.0.0` to `>=1.2.0 <2.0.0`" - } - ] - } - }, - { - "version": "3.0.3", - "tag": "@microsoft/web-library-build_v3.0.3", - "date": "Thu, 29 Jun 2017 01:05:37 GMT", - "comments": { - "patch": [ - { - "comment": "Fix an issue with 'gulp serve' where an initial build error would stop watch from continuing" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.5.5 <3.0.0` to `>=2.5.6 <3.0.0`" - } - ] - } - }, - { - "version": "3.0.2", - "tag": "@microsoft/web-library-build_v3.0.2", - "date": "Tue, 16 May 2017 00:01:03 GMT", - "comments": { - "patch": [ - { - "comment": "Remove unnecessary fsevents optional dependency" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `>=2.1.2 <3.0.0` to `>=2.1.3 <3.0.0`" - } - ] - } - }, - { - "version": "3.0.1", - "tag": "@microsoft/web-library-build_v3.0.1", - "date": "Wed, 19 Apr 2017 20:18:06 GMT", - "comments": { - "patch": [ - { - "comment": "Remove ES6 Promise & @types/es6-promise typings" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.4.3 <3.0.0` to `>=2.4.3 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `>=2.2.0 <3.0.0` to `>=2.2.1 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `>=3.1.0 <4.0.0` to `>=3.1.0 <4.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `>=2.1.0 <3.0.0` to `>=2.1.0 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `>=3.0.3 <4.0.0` to `>=3.0.3 <4.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `>=1.1.2 <2.0.0` to `>=1.1.3 <2.0.0`" - } - ] - } - }, - { - "version": "3.0.0", - "tag": "@microsoft/web-library-build_v3.0.0", - "date": "Mon, 20 Mar 2017 21:52:20 GMT", - "comments": { - "major": [ - { - "comment": "Updating build task dependencies." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.4.2 <3.0.0` to `>=2.4.3 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `>=2.0.8 <3.0.0` to `>=3.0.0 <4.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `>=2.4.1 <3.0.0` to `>=3.0.0 <4.0.0`" - } - ] - } - }, - { - "version": "2.3.2", - "tag": "@microsoft/web-library-build_v2.3.2", - "date": "Wed, 15 Mar 2017 01:32:09 GMT", - "comments": { - "patch": [ - { - "comment": "Locking `@types` packages. Synchronizing version specifiers for dependencies with other `web-build-tools` projects." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.4.0 <3.0.0` to `>=2.4.0 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `>=2.2.0 <3.0.0` to `>=2.2.0 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `>=2.0.5 <3.0.0` to `>=2.0.5 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `>=2.0.3 <3.0.0` to `>=2.0.3 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `>=2.2.5 <3.0.0` to `>=2.2.5 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `>=1.1.2 <2.0.0` to `>=1.1.2 <2.0.0`" - } - ] - } - }, - { - "version": "2.3.1", - "tag": "@microsoft/web-library-build_v2.3.1", - "date": "Fri, 03 Mar 2017 02:31:24 GMT", - "comments": { - "patch": [ - { - "comment": "Restore TS Lint task in gulp build" - } - ] - } - }, - { - "version": "2.3.0", - "tag": "@microsoft/web-library-build_v2.3.0", - "date": "Wed, 08 Feb 2017 01:41:58 GMT", - "comments": { - "minor": [ - { - "comment": "Treat warnings as errors in production. Treat tslint errors as warnings." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.2.3 <3.0.0` to `>=2.3.0 <3.0.0`" - } - ] - } - }, - { - "version": "2.2.2", - "tag": "@microsoft/web-library-build_v2.2.2", - "date": "Tue, 07 Feb 2017 02:33:34 GMT", - "comments": { - "patch": [ - { - "comment": "Remove unused dependency" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.1.1 <3.0.0` to `>=2.2.1 <3.0.0`" - } - ] - } - }, - { - "version": "2.2.1", - "tag": "@microsoft/web-library-build_v2.2.1", - "date": "Fri, 27 Jan 2017 23:27:42 GMT", - "comments": { - "patch": [ - { - "comment": "Refactor the build task to not run \"text\" subtask twice." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `>=2.0.2 <3.0.0` to `>=2.1.0 <3.0.0`" - } - ] - } - }, - { - "version": "2.2.0", - "tag": "@microsoft/web-library-build_v2.2.0", - "date": "Fri, 20 Jan 2017 01:46:41 GMT", - "comments": { - "minor": [ - { - "comment": "Run the api-extractor task during the default build." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.1.0 <3.0.0` to `>=2.1.0 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `>=2.0.0 <3.0.0` to `>=2.0.2 <3.0.0`" - } - ] - } - }, - { - "version": "2.1.0", - "tag": "@microsoft/web-library-build_v2.1.0", - "date": "Fri, 13 Jan 2017 06:46:05 GMT", - "comments": { - "minor": [ - { - "comment": "Enable the ApiExtractor task from gulp-core-build-typescript." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build\" from `>=2.0.0 <3.0.0` to `>=2.0.1 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-karma\" from `>=2.0.0 <3.0.0` to `>=2.0.0 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-sass\" from `>=2.0.0 <3.0.0` to `>=2.0.0 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-serve\" from `>=2.0.0 <3.0.0` to `>=2.0.0 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `>=2.1.0 <3.0.0` to `>=2.1.0 <3.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-webpack\" from `>=1.0.3 <2.0.0` to `>=1.0.3 <2.0.0`" - } - ] - } - }, - { - "version": "2.0.0", - "tag": "@microsoft/web-library-build_v2.0.0", - "date": "Wed, 11 Jan 2017 14:11:26 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/gulp-core-build-typescript\" from `>=2.0.1 <3.0.0` to `>=2.1.0 <3.0.0`" - } - ] - } - } - ] -} diff --git a/core-build/web-library-build/CHANGELOG.md b/core-build/web-library-build/CHANGELOG.md deleted file mode 100644 index 302638ac609..00000000000 --- a/core-build/web-library-build/CHANGELOG.md +++ /dev/null @@ -1,2245 +0,0 @@ -# Change Log - @microsoft/web-library-build - -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. - -## 7.5.76 -Wed, 19 May 2021 00:11:39 GMT - -_Version update only_ - -## 7.5.75 -Thu, 13 May 2021 01:52:46 GMT - -_Version update only_ - -## 7.5.74 -Tue, 11 May 2021 22:19:17 GMT - -_Version update only_ - -## 7.5.73 -Mon, 10 May 2021 15:08:37 GMT - -_Version update only_ - -## 7.5.72 -Mon, 03 May 2021 15:10:28 GMT - -_Version update only_ - -## 7.5.71 -Fri, 30 Apr 2021 00:30:53 GMT - -_Version update only_ - -## 7.5.70 -Thu, 29 Apr 2021 23:26:50 GMT - -_Version update only_ - -## 7.5.69 -Thu, 29 Apr 2021 01:07:29 GMT - -_Version update only_ - -## 7.5.68 -Fri, 23 Apr 2021 22:00:07 GMT - -_Version update only_ - -## 7.5.67 -Fri, 23 Apr 2021 15:11:20 GMT - -_Version update only_ - -## 7.5.66 -Wed, 21 Apr 2021 15:12:28 GMT - -_Version update only_ - -## 7.5.65 -Tue, 20 Apr 2021 04:59:51 GMT - -_Version update only_ - -## 7.5.64 -Thu, 15 Apr 2021 02:59:25 GMT - -_Version update only_ - -## 7.5.63 -Mon, 12 Apr 2021 15:10:29 GMT - -_Version update only_ - -## 7.5.62 -Thu, 08 Apr 2021 20:41:54 GMT - -_Version update only_ - -## 7.5.61 -Thu, 08 Apr 2021 06:05:32 GMT - -_Version update only_ - -## 7.5.60 -Thu, 08 Apr 2021 00:10:18 GMT - -_Version update only_ - -## 7.5.59 -Tue, 06 Apr 2021 15:14:22 GMT - -_Version update only_ - -## 7.5.58 -Wed, 31 Mar 2021 15:10:36 GMT - -_Version update only_ - -## 7.5.57 -Mon, 29 Mar 2021 05:02:06 GMT - -_Version update only_ - -## 7.5.56 -Thu, 25 Mar 2021 04:57:54 GMT - -_Version update only_ - -## 7.5.55 -Fri, 19 Mar 2021 22:31:37 GMT - -_Version update only_ - -## 7.5.54 -Wed, 17 Mar 2021 05:04:38 GMT - -_Version update only_ - -## 7.5.53 -Fri, 12 Mar 2021 01:13:27 GMT - -_Version update only_ - -## 7.5.52 -Wed, 10 Mar 2021 06:23:29 GMT - -_Version update only_ - -## 7.5.51 -Wed, 10 Mar 2021 05:10:06 GMT - -_Version update only_ - -## 7.5.50 -Tue, 09 Mar 2021 23:31:46 GMT - -_Version update only_ - -## 7.5.49 -Thu, 04 Mar 2021 01:11:31 GMT - -_Version update only_ - -## 7.5.48 -Tue, 02 Mar 2021 23:25:05 GMT - -_Version update only_ - -## 7.5.47 -Fri, 05 Feb 2021 16:10:42 GMT - -_Version update only_ - -## 7.5.46 -Fri, 22 Jan 2021 05:39:22 GMT - -_Version update only_ - -## 7.5.45 -Thu, 21 Jan 2021 04:19:00 GMT - -_Version update only_ - -## 7.5.44 -Wed, 13 Jan 2021 01:11:06 GMT - -_Version update only_ - -## 7.5.43 -Tue, 12 Jan 2021 21:01:00 GMT - -_Version update only_ - -## 7.5.42 -Fri, 08 Jan 2021 07:28:50 GMT - -_Version update only_ - -## 7.5.41 -Wed, 06 Jan 2021 16:10:43 GMT - -_Version update only_ - -## 7.5.40 -Mon, 14 Dec 2020 16:12:20 GMT - -_Version update only_ - -## 7.5.39 -Thu, 10 Dec 2020 23:25:49 GMT - -_Version update only_ - -## 7.5.38 -Sat, 05 Dec 2020 01:11:23 GMT - -_Version update only_ - -## 7.5.37 -Tue, 01 Dec 2020 01:10:38 GMT - -_Version update only_ - -## 7.5.36 -Mon, 30 Nov 2020 16:11:50 GMT - -_Version update only_ - -## 7.5.35 -Wed, 18 Nov 2020 08:19:54 GMT - -_Version update only_ - -## 7.5.34 -Wed, 18 Nov 2020 06:21:58 GMT - -_Version update only_ - -## 7.5.33 -Tue, 17 Nov 2020 01:17:38 GMT - -_Version update only_ - -## 7.5.32 -Mon, 16 Nov 2020 01:57:58 GMT - -_Version update only_ - -## 7.5.31 -Fri, 13 Nov 2020 01:11:01 GMT - -_Version update only_ - -## 7.5.30 -Thu, 12 Nov 2020 01:11:10 GMT - -_Version update only_ - -## 7.5.29 -Wed, 11 Nov 2020 01:08:58 GMT - -_Version update only_ - -## 7.5.28 -Tue, 10 Nov 2020 23:13:11 GMT - -_Version update only_ - -## 7.5.27 -Tue, 10 Nov 2020 16:11:42 GMT - -_Version update only_ - -## 7.5.26 -Sun, 08 Nov 2020 22:52:49 GMT - -_Version update only_ - -## 7.5.25 -Fri, 06 Nov 2020 16:09:30 GMT - -_Version update only_ - -## 7.5.24 -Tue, 03 Nov 2020 01:11:18 GMT - -_Version update only_ - -## 7.5.23 -Mon, 02 Nov 2020 16:12:05 GMT - -_Version update only_ - -## 7.5.22 -Fri, 30 Oct 2020 06:38:39 GMT - -_Version update only_ - -## 7.5.21 -Fri, 30 Oct 2020 00:10:14 GMT - -_Version update only_ - -## 7.5.20 -Thu, 29 Oct 2020 06:14:19 GMT - -_Version update only_ - -## 7.5.19 -Thu, 29 Oct 2020 00:11:33 GMT - -_Version update only_ - -## 7.5.18 -Wed, 28 Oct 2020 01:18:03 GMT - -_Version update only_ - -## 7.5.17 -Tue, 27 Oct 2020 15:10:13 GMT - -_Version update only_ - -## 7.5.16 -Sat, 24 Oct 2020 00:11:19 GMT - -_Version update only_ - -## 7.5.15 -Wed, 21 Oct 2020 05:09:44 GMT - -_Version update only_ - -## 7.5.14 -Wed, 21 Oct 2020 02:28:17 GMT - -_Version update only_ - -## 7.5.13 -Fri, 16 Oct 2020 23:32:58 GMT - -_Version update only_ - -## 7.5.12 -Thu, 15 Oct 2020 00:59:08 GMT - -_Version update only_ - -## 7.5.11 -Wed, 14 Oct 2020 23:30:14 GMT - -_Version update only_ - -## 7.5.10 -Tue, 13 Oct 2020 15:11:28 GMT - -_Version update only_ - -## 7.5.9 -Mon, 12 Oct 2020 15:11:16 GMT - -_Version update only_ - -## 7.5.8 -Fri, 09 Oct 2020 15:11:09 GMT - -_Version update only_ - -## 7.5.7 -Tue, 06 Oct 2020 00:24:06 GMT - -_Version update only_ - -## 7.5.6 -Mon, 05 Oct 2020 22:36:57 GMT - -_Version update only_ - -## 7.5.5 -Mon, 05 Oct 2020 15:10:42 GMT - -_Version update only_ - -## 7.5.4 -Fri, 02 Oct 2020 00:10:59 GMT - -_Version update only_ - -## 7.5.3 -Thu, 01 Oct 2020 20:27:16 GMT - -_Version update only_ - -## 7.5.2 -Thu, 01 Oct 2020 18:51:21 GMT - -_Version update only_ - -## 7.5.1 -Wed, 30 Sep 2020 18:39:17 GMT - -_Version update only_ - -## 7.5.0 -Wed, 30 Sep 2020 06:53:53 GMT - -### Minor changes - -- Upgrade compiler; the API now requires TypeScript 3.9 or newer - -### Patches - -- Include missing "License" field. - -## 7.4.70 -Tue, 22 Sep 2020 05:45:56 GMT - -_Version update only_ - -## 7.4.69 -Tue, 22 Sep 2020 01:45:31 GMT - -_Version update only_ - -## 7.4.68 -Tue, 22 Sep 2020 00:08:53 GMT - -_Version update only_ - -## 7.4.67 -Sat, 19 Sep 2020 04:37:26 GMT - -_Version update only_ - -## 7.4.66 -Sat, 19 Sep 2020 03:33:07 GMT - -_Version update only_ - -## 7.4.65 -Fri, 18 Sep 2020 22:57:24 GMT - -_Version update only_ - -## 7.4.64 -Fri, 18 Sep 2020 21:49:53 GMT - -_Version update only_ - -## 7.4.63 -Wed, 16 Sep 2020 05:30:26 GMT - -_Version update only_ - -## 7.4.62 -Tue, 15 Sep 2020 01:51:37 GMT - -_Version update only_ - -## 7.4.61 -Mon, 14 Sep 2020 15:09:48 GMT - -_Version update only_ - -## 7.4.60 -Sun, 13 Sep 2020 01:53:20 GMT - -_Version update only_ - -## 7.4.59 -Fri, 11 Sep 2020 02:13:35 GMT - -_Version update only_ - -## 7.4.58 -Wed, 09 Sep 2020 03:29:01 GMT - -_Version update only_ - -## 7.4.57 -Wed, 09 Sep 2020 00:38:48 GMT - -_Version update only_ - -## 7.4.56 -Mon, 07 Sep 2020 07:37:37 GMT - -_Version update only_ - -## 7.4.55 -Sat, 05 Sep 2020 18:56:35 GMT - -_Version update only_ - -## 7.4.54 -Fri, 04 Sep 2020 15:06:28 GMT - -_Version update only_ - -## 7.4.53 -Thu, 03 Sep 2020 15:09:59 GMT - -_Version update only_ - -## 7.4.52 -Wed, 02 Sep 2020 23:01:13 GMT - -_Version update only_ - -## 7.4.51 -Wed, 02 Sep 2020 15:10:17 GMT - -_Version update only_ - -## 7.4.50 -Thu, 27 Aug 2020 11:27:06 GMT - -_Version update only_ - -## 7.4.49 -Tue, 25 Aug 2020 00:10:12 GMT - -_Version update only_ - -## 7.4.48 -Mon, 24 Aug 2020 07:35:20 GMT - -_Version update only_ - -## 7.4.47 -Sat, 22 Aug 2020 05:55:42 GMT - -_Version update only_ - -## 7.4.46 -Fri, 21 Aug 2020 01:21:18 GMT - -_Version update only_ - -## 7.4.45 -Thu, 20 Aug 2020 18:41:47 GMT - -_Version update only_ - -## 7.4.44 -Thu, 20 Aug 2020 15:13:53 GMT - -_Version update only_ - -## 7.4.43 -Tue, 18 Aug 2020 23:59:42 GMT - -_Version update only_ - -## 7.4.42 -Tue, 18 Aug 2020 03:03:24 GMT - -_Version update only_ - -## 7.4.41 -Mon, 17 Aug 2020 05:31:53 GMT - -_Version update only_ - -## 7.4.40 -Mon, 17 Aug 2020 04:53:23 GMT - -_Version update only_ - -## 7.4.39 -Thu, 13 Aug 2020 09:26:40 GMT - -_Version update only_ - -## 7.4.38 -Thu, 13 Aug 2020 04:57:38 GMT - -_Version update only_ - -## 7.4.37 -Wed, 12 Aug 2020 00:10:05 GMT - -_Version update only_ - -## 7.4.36 -Wed, 05 Aug 2020 18:27:32 GMT - -_Version update only_ - -## 7.4.35 -Fri, 03 Jul 2020 15:09:04 GMT - -_Version update only_ - -## 7.4.34 -Fri, 03 Jul 2020 05:46:41 GMT - -_Version update only_ - -## 7.4.33 -Fri, 03 Jul 2020 00:10:16 GMT - -_Version update only_ - -## 7.4.32 -Sat, 27 Jun 2020 00:09:38 GMT - -_Version update only_ - -## 7.4.31 -Fri, 26 Jun 2020 22:16:39 GMT - -_Version update only_ - -## 7.4.30 -Thu, 25 Jun 2020 06:43:35 GMT - -_Version update only_ - -## 7.4.29 -Wed, 24 Jun 2020 09:50:48 GMT - -_Version update only_ - -## 7.4.28 -Wed, 24 Jun 2020 09:04:28 GMT - -_Version update only_ - -## 7.4.27 -Mon, 15 Jun 2020 22:17:18 GMT - -_Version update only_ - -## 7.4.26 -Fri, 12 Jun 2020 09:19:21 GMT - -_Version update only_ - -## 7.4.25 -Wed, 10 Jun 2020 20:48:30 GMT - -_Version update only_ - -## 7.4.24 -Mon, 01 Jun 2020 08:34:17 GMT - -_Version update only_ - -## 7.4.23 -Sat, 30 May 2020 02:59:54 GMT - -_Version update only_ - -## 7.4.22 -Fri, 29 May 2020 21:35:29 GMT - -_Version update only_ - -## 7.4.21 -Thu, 28 May 2020 05:59:02 GMT - -_Version update only_ - -## 7.4.20 -Thu, 28 May 2020 00:09:21 GMT - -_Version update only_ - -## 7.4.19 -Wed, 27 May 2020 05:15:11 GMT - -_Version update only_ - -## 7.4.18 -Tue, 26 May 2020 23:00:25 GMT - -_Version update only_ - -## 7.4.17 -Fri, 22 May 2020 15:08:42 GMT - -_Version update only_ - -## 7.4.16 -Thu, 21 May 2020 23:09:44 GMT - -_Version update only_ - -## 7.4.15 -Thu, 21 May 2020 15:41:59 GMT - -_Version update only_ - -## 7.4.14 -Tue, 19 May 2020 15:08:19 GMT - -_Version update only_ - -## 7.4.13 -Fri, 15 May 2020 08:10:59 GMT - -_Version update only_ - -## 7.4.12 -Wed, 06 May 2020 08:23:45 GMT - -_Version update only_ - -## 7.4.11 -Sat, 02 May 2020 00:08:16 GMT - -_Version update only_ - -## 7.4.10 -Wed, 08 Apr 2020 04:07:33 GMT - -_Version update only_ - -## 7.4.9 -Fri, 03 Apr 2020 15:10:15 GMT - -_Version update only_ - -## 7.4.8 -Sun, 29 Mar 2020 00:04:12 GMT - -_Version update only_ - -## 7.4.7 -Sat, 28 Mar 2020 00:37:16 GMT - -_Version update only_ - -## 7.4.6 -Wed, 18 Mar 2020 15:07:47 GMT - -_Version update only_ - -## 7.4.5 -Tue, 17 Mar 2020 23:55:58 GMT - -_Version update only_ - -## 7.4.4 -Tue, 28 Jan 2020 02:23:44 GMT - -_Version update only_ - -## 7.4.3 -Fri, 24 Jan 2020 00:27:39 GMT - -_Version update only_ - -## 7.4.2 -Thu, 23 Jan 2020 01:07:56 GMT - -_Version update only_ - -## 7.4.1 -Tue, 21 Jan 2020 21:56:13 GMT - -_Version update only_ - -## 7.4.0 -Sun, 19 Jan 2020 02:26:53 GMT - -### Minor changes - -- Upgrade Node typings to Node 10 - -## 7.3.18 -Fri, 17 Jan 2020 01:08:23 GMT - -_Version update only_ - -## 7.3.17 -Tue, 14 Jan 2020 01:34:15 GMT - -_Version update only_ - -## 7.3.16 -Sat, 11 Jan 2020 05:18:23 GMT - -_Version update only_ - -## 7.3.15 -Fri, 10 Jan 2020 03:07:47 GMT - -_Version update only_ - -## 7.3.14 -Thu, 09 Jan 2020 06:44:12 GMT - -_Version update only_ - -## 7.3.13 -Wed, 08 Jan 2020 00:11:31 GMT - -_Version update only_ - -## 7.3.12 -Mon, 23 Dec 2019 16:08:05 GMT - -_Version update only_ - -## 7.3.11 -Wed, 04 Dec 2019 23:17:55 GMT - -_Version update only_ - -## 7.3.10 -Tue, 03 Dec 2019 03:17:44 GMT - -_Version update only_ - -## 7.3.9 -Sun, 24 Nov 2019 00:54:04 GMT - -_Version update only_ - -## 7.3.8 -Wed, 20 Nov 2019 06:14:28 GMT - -_Version update only_ - -## 7.3.7 -Fri, 15 Nov 2019 04:50:50 GMT - -_Version update only_ - -## 7.3.6 -Mon, 11 Nov 2019 16:07:56 GMT - -_Version update only_ - -## 7.3.5 -Wed, 06 Nov 2019 22:44:18 GMT - -_Version update only_ - -## 7.3.4 -Tue, 05 Nov 2019 06:49:28 GMT - -_Version update only_ - -## 7.3.3 -Tue, 05 Nov 2019 01:08:39 GMT - -_Version update only_ - -## 7.3.2 -Fri, 25 Oct 2019 15:08:54 GMT - -_Version update only_ - -## 7.3.1 -Tue, 22 Oct 2019 06:24:44 GMT - -_Version update only_ - -## 7.3.0 -Mon, 21 Oct 2019 05:22:43 GMT - -### Minor changes - -- Add support for ESLint+TypeScript - -## 7.2.7 -Fri, 18 Oct 2019 15:15:01 GMT - -_Version update only_ - -## 7.2.6 -Mon, 07 Oct 2019 20:15:00 GMT - -_Version update only_ - -## 7.2.5 -Sun, 06 Oct 2019 00:27:39 GMT - -_Version update only_ - -## 7.2.4 -Fri, 04 Oct 2019 00:15:22 GMT - -_Version update only_ - -## 7.2.3 -Sun, 29 Sep 2019 23:56:29 GMT - -### Patches - -- Update repository URL - -## 7.2.2 -Wed, 25 Sep 2019 15:15:31 GMT - -_Version update only_ - -## 7.2.1 -Tue, 24 Sep 2019 02:58:49 GMT - -_Version update only_ - -## 7.2.0 -Mon, 23 Sep 2019 15:14:55 GMT - -### Minor changes - -- Upgrade @types/node dependency - -## 7.1.12 -Fri, 20 Sep 2019 21:27:22 GMT - -_Version update only_ - -## 7.1.11 -Wed, 11 Sep 2019 19:56:23 GMT - -_Version update only_ - -## 7.1.10 -Tue, 10 Sep 2019 22:32:23 GMT - -_Version update only_ - -## 7.1.9 -Tue, 10 Sep 2019 20:38:33 GMT - -_Version update only_ - -## 7.1.8 -Wed, 04 Sep 2019 18:28:06 GMT - -_Version update only_ - -## 7.1.7 -Wed, 04 Sep 2019 15:15:37 GMT - -_Version update only_ - -## 7.1.6 -Wed, 04 Sep 2019 01:43:31 GMT - -_Version update only_ - -## 7.1.5 -Fri, 30 Aug 2019 00:14:32 GMT - -_Version update only_ - -## 7.1.4 -Mon, 12 Aug 2019 15:15:14 GMT - -_Version update only_ - -## 7.1.3 -Thu, 08 Aug 2019 15:14:17 GMT - -_Version update only_ - -## 7.1.2 -Thu, 08 Aug 2019 00:49:05 GMT - -_Version update only_ - -## 7.1.1 -Mon, 05 Aug 2019 22:04:32 GMT - -_Version update only_ - -## 7.1.0 -Tue, 23 Jul 2019 19:14:38 GMT - -### Minor changes - -- Update gulp to 4.0.2. - -## 7.0.52 -Tue, 23 Jul 2019 01:13:01 GMT - -_Version update only_ - -## 7.0.51 -Mon, 22 Jul 2019 19:13:10 GMT - -_Version update only_ - -## 7.0.50 -Fri, 12 Jul 2019 19:12:46 GMT - -_Version update only_ - -## 7.0.49 -Thu, 11 Jul 2019 19:13:08 GMT - -_Version update only_ - -## 7.0.48 -Tue, 09 Jul 2019 19:13:24 GMT - -_Version update only_ - -## 7.0.47 -Mon, 08 Jul 2019 19:12:18 GMT - -_Version update only_ - -## 7.0.46 -Sat, 29 Jun 2019 02:30:10 GMT - -_Version update only_ - -## 7.0.45 -Wed, 12 Jun 2019 19:12:33 GMT - -_Version update only_ - -## 7.0.44 -Tue, 11 Jun 2019 00:48:06 GMT - -_Version update only_ - -## 7.0.43 -Thu, 06 Jun 2019 22:33:36 GMT - -_Version update only_ - -## 7.0.42 -Wed, 05 Jun 2019 19:12:34 GMT - -_Version update only_ - -## 7.0.41 -Tue, 04 Jun 2019 05:51:54 GMT - -_Version update only_ - -## 7.0.40 -Fri, 31 May 2019 01:13:07 GMT - -_Version update only_ - -## 7.0.39 -Mon, 27 May 2019 04:13:44 GMT - -_Version update only_ - -## 7.0.38 -Mon, 13 May 2019 02:08:35 GMT - -_Version update only_ - -## 7.0.37 -Thu, 09 May 2019 19:12:31 GMT - -_Version update only_ - -## 7.0.36 -Mon, 06 May 2019 20:46:21 GMT - -_Version update only_ - -## 7.0.35 -Mon, 06 May 2019 19:34:54 GMT - -_Version update only_ - -## 7.0.34 -Mon, 06 May 2019 19:11:16 GMT - -_Version update only_ - -## 7.0.33 -Tue, 30 Apr 2019 23:08:02 GMT - -_Version update only_ - -## 7.0.32 -Tue, 16 Apr 2019 11:01:37 GMT - -_Version update only_ - -## 7.0.31 -Fri, 12 Apr 2019 06:13:17 GMT - -_Version update only_ - -## 7.0.30 -Thu, 11 Apr 2019 07:14:01 GMT - -_Version update only_ - -## 7.0.29 -Tue, 09 Apr 2019 05:31:01 GMT - -_Version update only_ - -## 7.0.28 -Mon, 08 Apr 2019 19:12:52 GMT - -_Version update only_ - -## 7.0.27 -Sat, 06 Apr 2019 02:05:51 GMT - -_Version update only_ - -## 7.0.26 -Fri, 05 Apr 2019 04:16:17 GMT - -_Version update only_ - -## 7.0.25 -Wed, 03 Apr 2019 02:58:33 GMT - -_Version update only_ - -## 7.0.24 -Tue, 02 Apr 2019 01:12:02 GMT - -_Version update only_ - -## 7.0.23 -Sat, 30 Mar 2019 22:27:16 GMT - -_Version update only_ - -## 7.0.22 -Thu, 28 Mar 2019 19:14:27 GMT - -_Version update only_ - -## 7.0.21 -Tue, 26 Mar 2019 20:54:18 GMT - -_Version update only_ - -## 7.0.20 -Sat, 23 Mar 2019 03:48:31 GMT - -_Version update only_ - -## 7.0.19 -Thu, 21 Mar 2019 04:59:11 GMT - -_Version update only_ - -## 7.0.18 -Thu, 21 Mar 2019 01:15:32 GMT - -_Version update only_ - -## 7.0.17 -Wed, 20 Mar 2019 19:14:49 GMT - -_Version update only_ - -## 7.0.16 -Mon, 18 Mar 2019 04:28:43 GMT - -_Version update only_ - -## 7.0.15 -Fri, 15 Mar 2019 19:13:25 GMT - -_Version update only_ - -## 7.0.14 -Wed, 13 Mar 2019 19:13:14 GMT - -_Version update only_ - -## 7.0.13 -Wed, 13 Mar 2019 01:14:05 GMT - -_Version update only_ - -## 7.0.12 -Mon, 11 Mar 2019 16:13:36 GMT - -_Version update only_ - -## 7.0.11 -Tue, 05 Mar 2019 17:13:11 GMT - -_Version update only_ - -## 7.0.10 -Mon, 04 Mar 2019 17:13:19 GMT - -_Version update only_ - -## 7.0.9 -Wed, 27 Feb 2019 22:13:58 GMT - -_Version update only_ - -## 7.0.8 -Wed, 27 Feb 2019 17:13:17 GMT - -_Version update only_ - -## 7.0.7 -Mon, 18 Feb 2019 17:13:23 GMT - -_Version update only_ - -## 7.0.6 -Tue, 12 Feb 2019 17:13:12 GMT - -_Version update only_ - -## 7.0.5 -Mon, 11 Feb 2019 10:32:37 GMT - -_Version update only_ - -## 7.0.4 -Mon, 11 Feb 2019 03:31:55 GMT - -_Version update only_ - -## 7.0.3 -Wed, 30 Jan 2019 20:49:12 GMT - -_Version update only_ - -## 7.0.2 -Mon, 21 Jan 2019 17:04:11 GMT - -_Version update only_ - -## 7.0.1 -Sat, 19 Jan 2019 03:47:47 GMT - -_Version update only_ - -## 7.0.0 -Tue, 15 Jan 2019 17:04:09 GMT - -### Breaking changes - -- Remove karma task. - -## 6.0.45 -Thu, 10 Jan 2019 01:57:53 GMT - -_Version update only_ - -## 6.0.44 -Mon, 07 Jan 2019 17:04:07 GMT - -_Version update only_ - -## 6.0.43 -Wed, 19 Dec 2018 05:57:33 GMT - -_Version update only_ - -## 6.0.42 -Fri, 14 Dec 2018 20:51:51 GMT - -_Version update only_ - -## 6.0.41 -Thu, 13 Dec 2018 02:58:10 GMT - -_Version update only_ - -## 6.0.40 -Wed, 12 Dec 2018 17:04:19 GMT - -_Version update only_ - -## 6.0.39 -Sat, 08 Dec 2018 06:35:36 GMT - -_Version update only_ - -## 6.0.38 -Fri, 07 Dec 2018 17:04:56 GMT - -_Version update only_ - -## 6.0.37 -Mon, 03 Dec 2018 17:04:06 GMT - -_Version update only_ - -## 6.0.36 -Fri, 30 Nov 2018 23:34:57 GMT - -_Version update only_ - -## 6.0.35 -Thu, 29 Nov 2018 07:02:09 GMT - -_Version update only_ - -## 6.0.34 -Thu, 29 Nov 2018 00:35:39 GMT - -_Version update only_ - -## 6.0.33 -Wed, 28 Nov 2018 19:29:53 GMT - -_Version update only_ - -## 6.0.32 -Wed, 28 Nov 2018 02:17:11 GMT - -_Version update only_ - -## 6.0.31 -Fri, 16 Nov 2018 21:37:10 GMT - -_Version update only_ - -## 6.0.30 -Fri, 16 Nov 2018 00:59:00 GMT - -_Version update only_ - -## 6.0.29 -Fri, 09 Nov 2018 23:07:39 GMT - -_Version update only_ - -## 6.0.28 -Wed, 07 Nov 2018 21:04:35 GMT - -_Version update only_ - -## 6.0.27 -Wed, 07 Nov 2018 17:03:03 GMT - -_Version update only_ - -## 6.0.26 -Mon, 05 Nov 2018 17:04:24 GMT - -_Version update only_ - -## 6.0.25 -Thu, 01 Nov 2018 21:33:52 GMT - -_Version update only_ - -## 6.0.24 -Thu, 01 Nov 2018 19:32:52 GMT - -_Version update only_ - -## 6.0.23 -Wed, 31 Oct 2018 21:17:50 GMT - -_Version update only_ - -## 6.0.22 -Wed, 31 Oct 2018 17:00:55 GMT - -_Version update only_ - -## 6.0.21 -Sat, 27 Oct 2018 03:45:51 GMT - -_Version update only_ - -## 6.0.20 -Sat, 27 Oct 2018 02:17:18 GMT - -_Version update only_ - -## 6.0.19 -Sat, 27 Oct 2018 00:26:56 GMT - -_Version update only_ - -## 6.0.18 -Thu, 25 Oct 2018 23:20:40 GMT - -_Version update only_ - -## 6.0.17 -Thu, 25 Oct 2018 08:56:02 GMT - -_Version update only_ - -## 6.0.16 -Wed, 24 Oct 2018 16:03:10 GMT - -_Version update only_ - -## 6.0.15 -Thu, 18 Oct 2018 05:30:14 GMT - -_Version update only_ - -## 6.0.14 -Thu, 18 Oct 2018 01:32:21 GMT - -_Version update only_ - -## 6.0.13 -Wed, 17 Oct 2018 21:04:49 GMT - -_Version update only_ - -## 6.0.12 -Wed, 17 Oct 2018 14:43:24 GMT - -_Version update only_ - -## 6.0.11 -Thu, 11 Oct 2018 23:26:07 GMT - -_Version update only_ - -## 6.0.10 -Tue, 09 Oct 2018 06:58:02 GMT - -_Version update only_ - -## 6.0.9 -Mon, 08 Oct 2018 16:04:27 GMT - -_Version update only_ - -## 6.0.8 -Sun, 07 Oct 2018 06:15:56 GMT - -_Version update only_ - -## 6.0.7 -Fri, 28 Sep 2018 16:05:35 GMT - -_Version update only_ - -## 6.0.6 -Wed, 26 Sep 2018 21:39:40 GMT - -_Version update only_ - -## 6.0.5 -Mon, 24 Sep 2018 23:06:40 GMT - -_Version update only_ - -## 6.0.4 -Mon, 24 Sep 2018 16:04:28 GMT - -_Version update only_ - -## 6.0.3 -Fri, 21 Sep 2018 16:04:42 GMT - -_Version update only_ - -## 6.0.2 -Thu, 20 Sep 2018 23:57:21 GMT - -_Version update only_ - -## 6.0.1 -Tue, 18 Sep 2018 21:04:55 GMT - -_Version update only_ - -## 6.0.0 -Mon, 10 Sep 2018 23:23:01 GMT - -### Breaking changes - -- Removing the text task from the rig. - -## 5.1.3 -Thu, 06 Sep 2018 21:04:43 GMT - -_Version update only_ - -## 5.1.2 -Thu, 06 Sep 2018 01:25:26 GMT - -### Patches - -- Update "repository" field in package.json - -## 5.1.1 -Tue, 04 Sep 2018 21:34:10 GMT - -_Version update only_ - -## 5.1.0 -Mon, 03 Sep 2018 16:04:46 GMT - -### Minor changes - -- Update the way api-extractor is invoked. - -## 5.0.8 -Fri, 31 Aug 2018 00:11:01 GMT - -_Version update only_ - -## 5.0.7 -Thu, 30 Aug 2018 22:47:34 GMT - -_Version update only_ - -## 5.0.6 -Thu, 30 Aug 2018 19:23:16 GMT - -_Version update only_ - -## 5.0.5 -Thu, 30 Aug 2018 18:45:12 GMT - -_Version update only_ - -## 5.0.4 -Thu, 30 Aug 2018 04:42:01 GMT - -_Version update only_ - -## 5.0.3 -Thu, 30 Aug 2018 04:24:41 GMT - -_Version update only_ - -## 5.0.2 -Wed, 29 Aug 2018 21:43:23 GMT - -_Version update only_ - -## 5.0.1 -Wed, 29 Aug 2018 20:34:33 GMT - -_Version update only_ - -## 5.0.0 -Wed, 29 Aug 2018 06:36:50 GMT - -### Breaking changes - -- Updating the way typescript and tslint are invoked. - -## 4.4.68 -Thu, 23 Aug 2018 18:18:53 GMT - -### Patches - -- Republish all packages in web-build-tools to resolve GitHub issue #782 - -## 4.4.67 -Wed, 22 Aug 2018 20:58:58 GMT - -_Version update only_ - -## 4.4.66 -Wed, 22 Aug 2018 16:03:25 GMT - -_Version update only_ - -## 4.4.65 -Tue, 21 Aug 2018 16:04:38 GMT - -_Version update only_ - -## 4.4.64 -Thu, 09 Aug 2018 21:58:02 GMT - -_Version update only_ - -## 4.4.63 -Thu, 09 Aug 2018 21:03:22 GMT - -_Version update only_ - -## 4.4.62 -Thu, 09 Aug 2018 16:04:24 GMT - -_Version update only_ - -## 4.4.61 -Tue, 07 Aug 2018 22:27:31 GMT - -_Version update only_ - -## 4.4.60 -Thu, 26 Jul 2018 23:53:43 GMT - -_Version update only_ - -## 4.4.59 -Thu, 26 Jul 2018 16:04:17 GMT - -_Version update only_ - -## 4.4.58 -Wed, 25 Jul 2018 21:02:57 GMT - -_Version update only_ - -## 4.4.57 -Fri, 20 Jul 2018 16:04:52 GMT - -_Version update only_ - -## 4.4.56 -Tue, 17 Jul 2018 16:02:52 GMT - -_Version update only_ - -## 4.4.55 -Fri, 13 Jul 2018 19:04:50 GMT - -_Version update only_ - -## 4.4.54 -Tue, 03 Jul 2018 21:03:31 GMT - -_Version update only_ - -## 4.4.53 -Fri, 29 Jun 2018 02:56:51 GMT - -_Version update only_ - -## 4.4.52 -Sat, 23 Jun 2018 02:21:20 GMT - -_Version update only_ - -## 4.4.51 -Fri, 22 Jun 2018 16:05:15 GMT - -_Version update only_ - -## 4.4.50 -Thu, 21 Jun 2018 08:27:29 GMT - -_Version update only_ - -## 4.4.49 -Tue, 19 Jun 2018 19:35:11 GMT - -_Version update only_ - -## 4.4.48 -Wed, 13 Jun 2018 16:05:21 GMT - -_Version update only_ - -## 4.4.47 -Fri, 08 Jun 2018 08:43:52 GMT - -_Version update only_ - -## 4.4.46 -Thu, 31 May 2018 01:39:33 GMT - -_Version update only_ - -## 4.4.45 -Tue, 15 May 2018 02:26:45 GMT - -_Version update only_ - -## 4.4.44 -Tue, 15 May 2018 00:18:10 GMT - -_Version update only_ - -## 4.4.43 -Fri, 11 May 2018 22:43:14 GMT - -_Version update only_ - -## 4.4.42 -Fri, 04 May 2018 00:42:38 GMT - -_Version update only_ - -## 4.4.41 -Tue, 01 May 2018 22:03:20 GMT - -_Version update only_ - -## 4.4.40 -Mon, 30 Apr 2018 21:04:44 GMT - -_Version update only_ - -## 4.4.39 -Fri, 27 Apr 2018 03:04:32 GMT - -_Version update only_ - -## 4.4.38 -Fri, 20 Apr 2018 16:06:11 GMT - -_Version update only_ - -## 4.4.37 -Thu, 19 Apr 2018 21:25:56 GMT - -_Version update only_ - -## 4.4.36 -Thu, 19 Apr 2018 17:02:06 GMT - -_Version update only_ - -## 4.4.35 -Fri, 06 Apr 2018 16:03:14 GMT - -_Version update only_ - -## 4.4.34 -Tue, 03 Apr 2018 16:05:29 GMT - -_Version update only_ - -## 4.4.33 -Mon, 02 Apr 2018 16:05:24 GMT - -_Version update only_ - -## 4.4.32 -Tue, 27 Mar 2018 01:34:25 GMT - -_Version update only_ - -## 4.4.31 -Mon, 26 Mar 2018 19:12:42 GMT - -_Version update only_ - -## 4.4.30 -Sun, 25 Mar 2018 01:26:19 GMT - -_Version update only_ - -## 4.4.29 -Fri, 23 Mar 2018 00:34:53 GMT - -_Version update only_ - -## 4.4.28 -Thu, 22 Mar 2018 18:34:13 GMT - -_Version update only_ - -## 4.4.27 -Tue, 20 Mar 2018 02:44:45 GMT - -_Version update only_ - -## 4.4.26 -Sat, 17 Mar 2018 02:54:22 GMT - -_Version update only_ - -## 4.4.25 -Thu, 15 Mar 2018 20:00:50 GMT - -_Version update only_ - -## 4.4.24 -Thu, 15 Mar 2018 16:05:43 GMT - -_Version update only_ - -## 4.4.23 -Tue, 13 Mar 2018 23:11:32 GMT - -_Version update only_ - -## 4.4.22 -Mon, 12 Mar 2018 20:36:19 GMT - -_Version update only_ - -## 4.4.21 -Tue, 06 Mar 2018 17:04:51 GMT - -_Version update only_ - -## 4.4.20 -Fri, 02 Mar 2018 01:13:59 GMT - -_Version update only_ - -## 4.4.19 -Tue, 27 Feb 2018 22:05:57 GMT - -_Version update only_ - -## 4.4.18 -Fri, 23 Feb 2018 17:04:33 GMT - -_Version update only_ - -## 4.4.17 -Wed, 21 Feb 2018 22:04:19 GMT - -_Version update only_ - -## 4.4.16 -Wed, 21 Feb 2018 03:13:29 GMT - -_Version update only_ - -## 4.4.15 -Sat, 17 Feb 2018 02:53:49 GMT - -_Version update only_ - -## 4.4.14 -Fri, 16 Feb 2018 22:05:23 GMT - -_Version update only_ - -## 4.4.13 -Fri, 16 Feb 2018 17:05:11 GMT - -_Version update only_ - -## 4.4.12 -Wed, 07 Feb 2018 17:05:11 GMT - -_Version update only_ - -## 4.4.11 -Fri, 26 Jan 2018 22:05:30 GMT - -_Version update only_ - -## 4.4.10 -Fri, 26 Jan 2018 17:53:38 GMT - -### Patches - -- Force a patch bump in case the previous version was an empty package - -## 4.4.9 -Fri, 26 Jan 2018 00:36:51 GMT - -_Version update only_ - -## 4.4.8 -Tue, 23 Jan 2018 17:05:28 GMT - -_Version update only_ - -## 4.4.7 -Sat, 20 Jan 2018 02:39:16 GMT - -_Version update only_ - -## 4.4.6 -Thu, 18 Jan 2018 03:23:46 GMT - -_Version update only_ - -## 4.4.5 -Thu, 18 Jan 2018 00:48:06 GMT - -_Version update only_ - -## 4.4.4 -Thu, 18 Jan 2018 00:27:23 GMT - -_Version update only_ - -## 4.4.3 -Wed, 17 Jan 2018 10:49:31 GMT - -_Version update only_ - -## 4.4.2 -Fri, 12 Jan 2018 03:35:22 GMT - -_Version update only_ - -## 4.4.1 -Thu, 11 Jan 2018 22:31:51 GMT - -_Version update only_ - -## 4.4.0 -Wed, 10 Jan 2018 20:40:01 GMT - -### Minor changes - -- Upgrade to Node 8 - -## 4.3.0 -Sun, 07 Jan 2018 05:12:08 GMT - -### Minor changes - -- api-extractor now runs after tsc rather than in parallel, and is excluded from "gulp serve" - -## 4.2.16 -Fri, 05 Jan 2018 20:26:45 GMT - -_Version update only_ - -## 4.2.15 -Fri, 05 Jan 2018 00:48:41 GMT - -_Version update only_ - -## 4.2.14 -Fri, 22 Dec 2017 17:04:46 GMT - -_Version update only_ - -## 4.2.13 -Tue, 12 Dec 2017 03:33:26 GMT - -_Version update only_ - -## 4.2.12 -Thu, 30 Nov 2017 23:59:09 GMT - -_Version update only_ - -## 4.2.11 -Thu, 30 Nov 2017 23:12:21 GMT - -_Version update only_ - -## 4.2.10 -Wed, 29 Nov 2017 17:05:37 GMT - -_Version update only_ - -## 4.2.9 -Tue, 28 Nov 2017 23:43:55 GMT - -_Version update only_ - -## 4.2.8 -Mon, 13 Nov 2017 17:04:50 GMT - -_Version update only_ - -## 4.2.7 -Mon, 06 Nov 2017 17:04:18 GMT - -_Version update only_ - -## 4.2.6 -Thu, 02 Nov 2017 16:05:24 GMT - -_Version update only_ - -## 4.2.5 -Wed, 01 Nov 2017 21:06:08 GMT - -_Version update only_ - -## 4.2.4 -Tue, 31 Oct 2017 21:04:04 GMT - -_Version update only_ - -## 4.2.3 -Tue, 31 Oct 2017 16:04:55 GMT - -_Version update only_ - -## 4.2.2 -Thu, 26 Oct 2017 00:00:12 GMT - -_Version update only_ - -## 4.2.1 -Wed, 25 Oct 2017 20:03:59 GMT - -_Version update only_ - -## 4.2.0 -Tue, 24 Oct 2017 18:17:12 GMT - -### Minor changes - -- Support Jest task - -## 4.1.6 -Mon, 23 Oct 2017 21:53:12 GMT - -_Version update only_ - -## 4.1.5 -Fri, 20 Oct 2017 19:57:12 GMT - -_Version update only_ - -## 4.1.4 -Fri, 20 Oct 2017 01:52:54 GMT - -_Version update only_ - -## 4.1.3 -Fri, 20 Oct 2017 01:04:44 GMT - -_Version update only_ - -## 4.1.2 -Thu, 05 Oct 2017 01:05:02 GMT - -_Version update only_ - -## 4.1.1 -Thu, 28 Sep 2017 01:04:28 GMT - -_Version update only_ - -## 4.1.0 -Fri, 22 Sep 2017 01:04:02 GMT - -### Minor changes - -- Upgrade to es6 - -## 4.0.9 -Thu, 21 Sep 2017 20:34:26 GMT - -_Version update only_ - -## 4.0.8 -Wed, 20 Sep 2017 22:10:17 GMT - -_Version update only_ - -## 4.0.7 -Mon, 11 Sep 2017 13:04:55 GMT - -_Version update only_ - -## 4.0.6 -Fri, 08 Sep 2017 01:28:04 GMT - -### Patches - -- Deprecate @types/es6-collections in favor of built-in typescript typings 'es2015.collection' and 'es2015.iterable' - -## 4.0.5 -Thu, 07 Sep 2017 13:04:35 GMT - -_Version update only_ - -## 4.0.4 -Thu, 07 Sep 2017 00:11:12 GMT - -_Version update only_ - -## 4.0.3 -Wed, 06 Sep 2017 13:03:42 GMT - -_Version update only_ - -## 4.0.2 -Tue, 05 Sep 2017 19:03:56 GMT - -_Version update only_ - -## 4.0.1 -Sat, 02 Sep 2017 01:04:26 GMT - -_Version update only_ - -## 4.0.0 -Thu, 31 Aug 2017 18:41:18 GMT - -### Breaking changes - -- Fix compatibility issues with old releases, by incrementing the major version number - -## 3.2.16 -Thu, 31 Aug 2017 17:46:25 GMT - -_Version update only_ - -## 3.2.15 -Thu, 31 Aug 2017 13:04:19 GMT - -_Version update only_ - -## 3.2.14 -Wed, 30 Aug 2017 22:08:21 GMT - -_Version update only_ - -## 3.2.13 -Wed, 30 Aug 2017 01:04:34 GMT - -_Version update only_ - -## 3.2.12 -Thu, 24 Aug 2017 22:44:12 GMT - -_Version update only_ - -## 3.2.11 -Thu, 24 Aug 2017 01:04:33 GMT - -_Version update only_ - -## 3.2.10 -Tue, 22 Aug 2017 13:04:22 GMT - -_Version update only_ - -## 3.2.9 -Wed, 16 Aug 2017 23:16:55 GMT - -_Version update only_ - -## 3.2.8 -Tue, 15 Aug 2017 19:04:14 GMT - -_Version update only_ - -## 3.2.7 -Tue, 15 Aug 2017 01:29:31 GMT - -_Version update only_ - -## 3.2.6 -Sat, 12 Aug 2017 01:03:30 GMT - -_Version update only_ - -## 3.2.5 -Fri, 11 Aug 2017 21:44:05 GMT - -_Version update only_ - -## 3.2.4 -Tue, 08 Aug 2017 23:10:36 GMT - -_Version update only_ - -## 3.2.3 -Sat, 05 Aug 2017 01:04:41 GMT - -_Version update only_ - -## 3.2.2 -Mon, 31 Jul 2017 21:18:26 GMT - -_Version update only_ - -## 3.2.1 -Thu, 27 Jul 2017 01:04:48 GMT - -### Patches - -- Upgrade to the TS2.4 version of the build tools and restrict the dependency version requirements. -- Fix an issue with 'gulp serve' where the server was not being launched. - -## 3.2.0 -Tue, 25 Jul 2017 20:03:31 GMT - -### Minor changes - -- Upgrade to TypeScript 2.4 - -## 3.1.0 -Fri, 07 Jul 2017 01:02:28 GMT - -### Minor changes - -- Enable StrictNullChecks. - -## 3.0.3 -Thu, 29 Jun 2017 01:05:37 GMT - -### Patches - -- Fix an issue with 'gulp serve' where an initial build error would stop watch from continuing - -## 3.0.2 -Tue, 16 May 2017 00:01:03 GMT - -### Patches - -- Remove unnecessary fsevents optional dependency - -## 3.0.1 -Wed, 19 Apr 2017 20:18:06 GMT - -### Patches - -- Remove ES6 Promise & @types/es6-promise typings - -## 3.0.0 -Mon, 20 Mar 2017 21:52:20 GMT - -### Breaking changes - -- Updating build task dependencies. - -## 2.3.2 -Wed, 15 Mar 2017 01:32:09 GMT - -### Patches - -- Locking `@types` packages. Synchronizing version specifiers for dependencies with other `web-build-tools` projects. - -## 2.3.1 -Fri, 03 Mar 2017 02:31:24 GMT - -### Patches - -- Restore TS Lint task in gulp build - -## 2.3.0 -Wed, 08 Feb 2017 01:41:58 GMT - -### Minor changes - -- Treat warnings as errors in production. Treat tslint errors as warnings. - -## 2.2.2 -Tue, 07 Feb 2017 02:33:34 GMT - -### Patches - -- Remove unused dependency - -## 2.2.1 -Fri, 27 Jan 2017 23:27:42 GMT - -### Patches - -- Refactor the build task to not run "text" subtask twice. - -## 2.2.0 -Fri, 20 Jan 2017 01:46:41 GMT - -### Minor changes - -- Run the api-extractor task during the default build. - -## 2.1.0 -Fri, 13 Jan 2017 06:46:05 GMT - -### Minor changes - -- Enable the ApiExtractor task from gulp-core-build-typescript. - -## 2.0.0 -Wed, 11 Jan 2017 14:11:26 GMT - -_Initial release_ - diff --git a/core-build/web-library-build/LICENSE b/core-build/web-library-build/LICENSE deleted file mode 100644 index 50f47a414b9..00000000000 --- a/core-build/web-library-build/LICENSE +++ /dev/null @@ -1,24 +0,0 @@ -@microsoft/web-library-build - -Copyright (c) Microsoft Corporation. All rights reserved. - -MIT License - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/core-build/web-library-build/README.md b/core-build/web-library-build/README.md deleted file mode 100644 index 6f79b343ba3..00000000000 --- a/core-build/web-library-build/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# @microsoft/web-library-build - -`web-library-build` is a `gulp-core-build` build rig for building web libraries. It includes build subtasks for processing css, typescript, serving, and running browser tests using karma. - -[![npm version](https://badge.fury.io/js/%40microsoft%2Fweb-library-build.svg)](https://badge.fury.io/js/%40microsoft%2Fweb-library-build) -[![Build Status](https://travis-ci.org/Microsoft/web-library-build.svg?branch=master)](https://travis-ci.org/Microsoft/web-library-build) -[![Dependencies](https://david-dm.org/Microsoft/web-library-build.svg)](https://david-dm.org/Microsoft/web-library-build) diff --git a/core-build/web-library-build/config/api-extractor.json b/core-build/web-library-build/config/api-extractor.json deleted file mode 100644 index dcfa9cfc5b7..00000000000 --- a/core-build/web-library-build/config/api-extractor.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", - - "mainEntryPointFilePath": "/lib/index.d.ts", - - "apiReport": { - "enabled": true, - "reportFolder": "../../../common/reviews/api" - }, - - "docModel": { - "enabled": true - }, - - "dtsRollup": { - "enabled": false - } -} diff --git a/core-build/web-library-build/config/rush-project.json b/core-build/web-library-build/config/rush-project.json deleted file mode 100644 index 61e414685c1..00000000000 --- a/core-build/web-library-build/config/rush-project.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "projectOutputFolderNames": ["lib", "dist"] -} diff --git a/core-build/web-library-build/gulpfile.js b/core-build/web-library-build/gulpfile.js deleted file mode 100644 index 03b228b1e55..00000000000 --- a/core-build/web-library-build/gulpfile.js +++ /dev/null @@ -1,9 +0,0 @@ -'use strict'; - -let build = require('@microsoft/node-library-build'); - -// This project doesn't have unit tests and GCB's Mocha doesn't play nice with Node 14, so disable Mocha -build.mocha.enabled = false; -build.instrument.enabled = false; - -build.initialize(require('gulp')); diff --git a/core-build/web-library-build/package.json b/core-build/web-library-build/package.json deleted file mode 100644 index 88f6cfb2501..00000000000 --- a/core-build/web-library-build/package.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "@microsoft/web-library-build", - "version": "7.5.76", - "description": "", - "license": "MIT", - "engines": { - "npm": "3.10.8" - }, - "repository": { - "type": "git", - "url": "https://github.com/microsoft/rushstack/tree/master/core-build/web-library-build" - }, - "scripts": { - "build": "gulp --clean" - }, - "main": "lib/index.js", - "typings": "lib/index.d.ts", - "dependencies": { - "@microsoft/gulp-core-build": "workspace:*", - "@microsoft/gulp-core-build-sass": "workspace:*", - "@microsoft/gulp-core-build-serve": "workspace:*", - "@microsoft/gulp-core-build-typescript": "workspace:*", - "@microsoft/gulp-core-build-webpack": "workspace:*", - "@types/gulp": "4.0.6", - "@types/node": "10.17.13", - "gulp": "~4.0.2", - "gulp-replace": "^0.5.4" - }, - "devDependencies": { - "@microsoft/node-library-build": "workspace:*", - "@microsoft/rush-stack-compiler-3.9": "workspace:*", - "@rushstack/eslint-config": "workspace:*" - } -} diff --git a/core-build/web-library-build/src/PostProcessSourceMaps.ts b/core-build/web-library-build/src/PostProcessSourceMaps.ts deleted file mode 100644 index a3aea17f780..00000000000 --- a/core-build/web-library-build/src/PostProcessSourceMaps.ts +++ /dev/null @@ -1,29 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import { GulpTask } from '@microsoft/gulp-core-build'; -import gulpType = require('gulp'); - -export class PostProcessSourceMaps extends GulpTask { - public constructor() { - super('post-process'); - } - - public executeTask(gulp: gulpType.Gulp): NodeJS.ReadWriteStream | void { - if (this.buildConfig.args.hasOwnProperty('vscode')) { - // eslint-disable-next-line - const replace = require('gulp-replace'); - - return gulp - .src(['dist/*!(.min).js.map']) - .pipe(replace('webpack:///./', '')) - .pipe(replace('webpack:////source/', '')) - .pipe(replace('webpack:////src/', '')) - .pipe(replace('webpack:///../~/', '../node_modules/')) - .pipe(replace('"sourceRoot":""', '"sourceRoot":"/"')) - .pipe(gulp.dest('dist/')); - } else { - return; - } - } -} diff --git a/core-build/web-library-build/src/index.ts b/core-build/web-library-build/src/index.ts deleted file mode 100644 index 69fa519b3a5..00000000000 --- a/core-build/web-library-build/src/index.ts +++ /dev/null @@ -1,103 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import { - CopyTask, - GenerateShrinkwrapTask, - IExecutable, - jest, - ValidateShrinkwrapTask, - parallel, - serial, - task, - watch, - setConfig, - getConfig -} from '@microsoft/gulp-core-build'; -import { apiExtractor, tscCmd, lintCmd } from '@microsoft/gulp-core-build-typescript'; -import { sass } from '@microsoft/gulp-core-build-sass'; -import { webpack } from '@microsoft/gulp-core-build-webpack'; -import { serve, reload } from '@microsoft/gulp-core-build-serve'; -import { PostProcessSourceMaps } from './PostProcessSourceMaps'; - -export * from '@microsoft/gulp-core-build'; -export * from '@microsoft/gulp-core-build-typescript'; -export * from '@microsoft/gulp-core-build-sass'; -export * from '@microsoft/gulp-core-build-webpack'; -export * from '@microsoft/gulp-core-build-serve'; - -// Pre copy and post copy allows you to specify a map of dest: [sources] to copy from one place to another. -/** - * @public - */ -export const preCopy: CopyTask = new CopyTask(); -preCopy.name = 'pre-copy'; - -/** - * @public - */ -export const postCopy: CopyTask = new CopyTask(); -postCopy.name = 'post-copy'; - -const sourceMatch: string[] = ['src/**/*.{ts,tsx,scss,js,txt,html}', '!src/**/*.scss.ts']; - -// eslint-disable-next-line dot-notation -const PRODUCTION: boolean = !!getConfig().args['production'] || !!getConfig().args['ship']; -setConfig({ - production: PRODUCTION, - shouldWarningsFailBuild: PRODUCTION -}); - -// Define default task groups. -/** - * @public - */ -export const buildTasks: IExecutable = task( - 'build', - serial(preCopy, sass, parallel(lintCmd, tscCmd), apiExtractor, postCopy) -); - -/** - * @public - */ -export const bundleTasks: IExecutable = task('bundle', serial(buildTasks, webpack)); - -/** - * @public - */ -export const testTasks: IExecutable = task('test', serial(buildTasks, jest)); - -/** - * @public - */ -export const defaultTasks: IExecutable = serial(bundleTasks, jest); - -/** - * @public - */ -export const postProcessSourceMapsTask: PostProcessSourceMaps = new PostProcessSourceMaps(); - -/** - * @public - */ -export const validateShrinkwrapTask: ValidateShrinkwrapTask = new ValidateShrinkwrapTask(); - -/** - * @public - */ -export const generateShrinkwrapTask: GenerateShrinkwrapTask = new GenerateShrinkwrapTask(); - -task('validate-shrinkwrap', validateShrinkwrapTask); -task('generate', generateShrinkwrapTask); -task('test-watch', watch(sourceMatch, testTasks)); - -// For watch scenarios like serve, make sure to exclude generated files from src (like *.scss.ts.) -task( - 'serve', - serial( - serve, - watch(sourceMatch, serial(preCopy, sass, tscCmd, postCopy, webpack, postProcessSourceMapsTask, reload)) - ) -); - -task('default', defaultTasks); diff --git a/core-build/web-library-build/tsconfig.json b/core-build/web-library-build/tsconfig.json deleted file mode 100644 index 501b6181d8f..00000000000 --- a/core-build/web-library-build/tsconfig.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.9/includes/tsconfig-node.json" -} diff --git a/core-build/gulp-core-build-mocha/.eslintrc.js b/heft-plugins/heft-jest-plugin/.eslintrc.js similarity index 100% rename from core-build/gulp-core-build-mocha/.eslintrc.js rename to heft-plugins/heft-jest-plugin/.eslintrc.js diff --git a/stack/rush-stack-compiler-2.4/.npmignore b/heft-plugins/heft-jest-plugin/.npmignore similarity index 100% rename from stack/rush-stack-compiler-2.4/.npmignore rename to heft-plugins/heft-jest-plugin/.npmignore diff --git a/heft-plugins/heft-jest-plugin/CHANGELOG.json b/heft-plugins/heft-jest-plugin/CHANGELOG.json new file mode 100644 index 00000000000..17702abff4c --- /dev/null +++ b/heft-plugins/heft-jest-plugin/CHANGELOG.json @@ -0,0 +1,210 @@ +{ + "name": "@rushstack/heft-jest-plugin", + "entries": [ + { + "version": "0.1.12", + "tag": "@rushstack/heft-jest-plugin_v0.1.12", + "date": "Mon, 12 Jul 2021 23:08:26 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-config-file\" to `0.6.1`" + }, + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.39.1`" + }, + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.18.2`" + }, + { + "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.34.5` to `^0.34.6`" + } + ] + } + }, + { + "version": "0.1.11", + "tag": "@rushstack/heft-jest-plugin_v0.1.11", + "date": "Thu, 08 Jul 2021 23:41:17 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.18.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.34.4` to `^0.34.5`" + } + ] + } + }, + { + "version": "0.1.10", + "tag": "@rushstack/heft-jest-plugin_v0.1.10", + "date": "Thu, 08 Jul 2021 06:00:48 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.18.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.34.3` to `^0.34.4`" + } + ] + } + }, + { + "version": "0.1.9", + "tag": "@rushstack/heft-jest-plugin_v0.1.9", + "date": "Thu, 01 Jul 2021 15:08:27 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.17.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.34.2` to `^0.34.3`" + } + ] + } + }, + { + "version": "0.1.8", + "tag": "@rushstack/heft-jest-plugin_v0.1.8", + "date": "Wed, 30 Jun 2021 19:16:19 GMT", + "comments": { + "patch": [ + { + "comment": "Fix Jest configuration merging of \"transform\" and \"moduleNameMapper\" fields" + } + ] + } + }, + { + "version": "0.1.7", + "tag": "@rushstack/heft-jest-plugin_v0.1.7", + "date": "Wed, 30 Jun 2021 15:06:54 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.17.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.34.1` to `^0.34.2`" + } + ] + } + }, + { + "version": "0.1.6", + "tag": "@rushstack/heft-jest-plugin_v0.1.6", + "date": "Wed, 30 Jun 2021 01:37:17 GMT", + "comments": { + "patch": [ + { + "comment": "Improve resolution logic to match closer to default Jest functionality and add \"\" and \"\" tokens to improve flexibility when using extended configuration files" + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-config-file\" to `0.6.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.34.0` to `^0.34.1`" + } + ] + } + }, + { + "version": "0.1.5", + "tag": "@rushstack/heft-jest-plugin_v0.1.5", + "date": "Fri, 25 Jun 2021 00:08:28 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.33.1` to `^0.34.0`" + } + ] + } + }, + { + "version": "0.1.4", + "tag": "@rushstack/heft-jest-plugin_v0.1.4", + "date": "Fri, 18 Jun 2021 06:23:05 GMT", + "comments": { + "patch": [ + { + "comment": "Fix a regression where \"testEnvironment\" did not resolve correctly (GitHub #2745)" + }, + { + "comment": "Enable \"@rushstack/heft-jest-plugin/lib/exports/jest-global-setup.js\" to resolve for rigged projects that don't have a direct dependency on that package" + } + ] + } + }, + { + "version": "0.1.3", + "tag": "@rushstack/heft-jest-plugin_v0.1.3", + "date": "Wed, 16 Jun 2021 18:53:52 GMT", + "comments": { + "patch": [ + { + "comment": "Fix an incorrect \"peerDependencies\" entry that caused installation failures (GitHub #2754)" + } + ] + } + }, + { + "version": "0.1.2", + "tag": "@rushstack/heft-jest-plugin_v0.1.2", + "date": "Fri, 11 Jun 2021 23:26:16 GMT", + "comments": { + "patch": [ + { + "comment": "Resolve the \"testEnvironment\" Jest configuration property in jest.config.json" + } + ] + } + }, + { + "version": "0.1.1", + "tag": "@rushstack/heft-jest-plugin_v0.1.1", + "date": "Fri, 11 Jun 2021 00:34:02 GMT", + "comments": { + "patch": [ + { + "comment": "Initial implementation" + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-config-file\" to `0.5.0`" + } + ] + } + } + ] +} diff --git a/heft-plugins/heft-jest-plugin/CHANGELOG.md b/heft-plugins/heft-jest-plugin/CHANGELOG.md new file mode 100644 index 00000000000..da23a9f5402 --- /dev/null +++ b/heft-plugins/heft-jest-plugin/CHANGELOG.md @@ -0,0 +1,77 @@ +# Change Log - @rushstack/heft-jest-plugin + +This log was last generated on Mon, 12 Jul 2021 23:08:26 GMT and should not be manually modified. + +## 0.1.12 +Mon, 12 Jul 2021 23:08:26 GMT + +_Version update only_ + +## 0.1.11 +Thu, 08 Jul 2021 23:41:17 GMT + +_Version update only_ + +## 0.1.10 +Thu, 08 Jul 2021 06:00:48 GMT + +_Version update only_ + +## 0.1.9 +Thu, 01 Jul 2021 15:08:27 GMT + +_Version update only_ + +## 0.1.8 +Wed, 30 Jun 2021 19:16:19 GMT + +### Patches + +- Fix Jest configuration merging of "transform" and "moduleNameMapper" fields + +## 0.1.7 +Wed, 30 Jun 2021 15:06:54 GMT + +_Version update only_ + +## 0.1.6 +Wed, 30 Jun 2021 01:37:17 GMT + +### Patches + +- Improve resolution logic to match closer to default Jest functionality and add "" and "" tokens to improve flexibility when using extended configuration files + +## 0.1.5 +Fri, 25 Jun 2021 00:08:28 GMT + +_Version update only_ + +## 0.1.4 +Fri, 18 Jun 2021 06:23:05 GMT + +### Patches + +- Fix a regression where "testEnvironment" did not resolve correctly (GitHub #2745) +- Enable "@rushstack/heft-jest-plugin/lib/exports/jest-global-setup.js" to resolve for rigged projects that don't have a direct dependency on that package + +## 0.1.3 +Wed, 16 Jun 2021 18:53:52 GMT + +### Patches + +- Fix an incorrect "peerDependencies" entry that caused installation failures (GitHub #2754) + +## 0.1.2 +Fri, 11 Jun 2021 23:26:16 GMT + +### Patches + +- Resolve the "testEnvironment" Jest configuration property in jest.config.json + +## 0.1.1 +Fri, 11 Jun 2021 00:34:02 GMT + +### Patches + +- Initial implementation + diff --git a/core-build/gulp-core-build-mocha/LICENSE b/heft-plugins/heft-jest-plugin/LICENSE similarity index 97% rename from core-build/gulp-core-build-mocha/LICENSE rename to heft-plugins/heft-jest-plugin/LICENSE index e5f6473ae74..01c459d5139 100644 --- a/core-build/gulp-core-build-mocha/LICENSE +++ b/heft-plugins/heft-jest-plugin/LICENSE @@ -1,4 +1,4 @@ -@microsoft/gulp-core-build-mocha +@rushstack/heft-jest-plugin Copyright (c) Microsoft Corporation. All rights reserved. diff --git a/heft-plugins/heft-jest-plugin/README.md b/heft-plugins/heft-jest-plugin/README.md new file mode 100644 index 00000000000..f3e4e8a4d88 --- /dev/null +++ b/heft-plugins/heft-jest-plugin/README.md @@ -0,0 +1,11 @@ +# @rushstack/heft-jest-plugin + +This is a Heft plugin for using Jest during the "test" stage. + +## Links + +- [CHANGELOG.md]( + https://github.com/microsoft/rushstack/blob/master/heft-plugins/heft-jest-plugin/CHANGELOG.md) - Find + out what's new in the latest version + +Heft is part of the [Rush Stack](https://rushstack.io/) family of projects. diff --git a/core-build/gulp-core-build-typescript/config/api-extractor.json b/heft-plugins/heft-jest-plugin/config/api-extractor.json similarity index 76% rename from core-build/gulp-core-build-typescript/config/api-extractor.json rename to heft-plugins/heft-jest-plugin/config/api-extractor.json index dcfa9cfc5b7..74590d3c4f8 100644 --- a/core-build/gulp-core-build-typescript/config/api-extractor.json +++ b/heft-plugins/heft-jest-plugin/config/api-extractor.json @@ -2,17 +2,15 @@ "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", "mainEntryPointFilePath": "/lib/index.d.ts", - "apiReport": { "enabled": true, "reportFolder": "../../../common/reviews/api" }, - "docModel": { - "enabled": true + "enabled": false }, - "dtsRollup": { - "enabled": false + "enabled": true, + "betaTrimmedFilePath": "/dist/.d.ts" } } diff --git a/heft-plugins/heft-jest-plugin/config/heft.json b/heft-plugins/heft-jest-plugin/config/heft.json new file mode 100644 index 00000000000..0b5afd8d846 --- /dev/null +++ b/heft-plugins/heft-jest-plugin/config/heft.json @@ -0,0 +1,55 @@ +/** + * Defines configuration used by core Heft. + */ +{ + "$schema": "https://developer.microsoft.com/json-schemas/heft/heft.schema.json", + + "eventActions": [ + { + /** + * The kind of built-in operation that should be performed. + * The "deleteGlobs" action deletes files or folders that match the + * specified glob patterns. + */ + "actionKind": "deleteGlobs", + + /** + * The stage of the Heft run during which this action should occur. Note that actions specified in heft.json + * occur at the end of the stage of the Heft run. + */ + "heftEvent": "clean", + + /** + * A user-defined tag whose purpose is to allow configs to replace/delete handlers that were added by other + * configs. + */ + "actionId": "defaultClean", + + /** + * Glob patterns to be deleted. The paths are resolved relative to the project folder. + * NOTE: Manually clean jest-cache since we are not using the JestPlugin directly + */ + "globsToDelete": ["dist", "lib", "temp", ".heft/build-cache/jest-cache"] + }, + + /** + * Run the script to setup Jest tests in the post-compile hook + */ + { + "actionKind": "runScript", + "heftEvent": "post-build", + "actionId": "setupJestPlugin", + "scriptPath": "./lib/scripts/setupJestPlugin.js" + }, + + /** + * Run the script to run Jest tests in the test run hook + */ + { + "actionKind": "runScript", + "heftEvent": "test", + "actionId": "runJestPlugin", + "scriptPath": "./lib/scripts/runJestPlugin.js" + } + ] +} diff --git a/build-tests/rush-stack-compiler-3.0-library-test/config/rush-project.json b/heft-plugins/heft-jest-plugin/config/rush-project.json similarity index 100% rename from build-tests/rush-stack-compiler-3.0-library-test/config/rush-project.json rename to heft-plugins/heft-jest-plugin/config/rush-project.json diff --git a/heft-plugins/heft-jest-plugin/config/typescript.json b/heft-plugins/heft-jest-plugin/config/typescript.json new file mode 100644 index 00000000000..10f333f8d04 --- /dev/null +++ b/heft-plugins/heft-jest-plugin/config/typescript.json @@ -0,0 +1,16 @@ +/** + * Configures the TypeScript plugin for Heft. This plugin also manages linting. + */ +{ + "$schema": "https://developer.microsoft.com/json-schemas/heft/typescript.schema.json", + + /** + * Describes the way files should be statically coped from src to TS output folders + */ + "staticAssetsToCopy": { + /** + * File extensions that should be copied from the src folder to the destination folder(s). + */ + "fileExtensions": [".json"] + } +} diff --git a/heft-plugins/heft-jest-plugin/includes/jest-shared.config.json b/heft-plugins/heft-jest-plugin/includes/jest-shared.config.json new file mode 100644 index 00000000000..cfea129b834 --- /dev/null +++ b/heft-plugins/heft-jest-plugin/includes/jest-shared.config.json @@ -0,0 +1,63 @@ +{ + // THIS SHARED JEST CONFIGURATION FILE IS INTENDED TO BE REFERENCED BY THE JEST CONFIGURATION IN + // CONSUMING PACKAGE AND REQUIRES PRESET-RELATIVE MODULE RESOLUTION TO BE ENABLED. IF YOU HAVE + // DISABLED THIS FEATURE YOU MUST CREATE YOUR OWN JEST CONFIGURATION + + // By default, don't hide console output + "silent": false, + + // In order for HeftJestReporter to receive console.log() events, we must set verbose=false + "verbose": false, + + // "Adding '/src' here enables src/__mocks__ to be used for mocking Node.js system modules + "roots": ["/src"], + + "testURL": "http://localhost/", + + "testMatch": ["/src/**/*.test.{ts,tsx}"], + "testPathIgnorePatterns": ["/node_modules/"], + + // Code coverage tracking is disabled by default; set this to true to enable it + "collectCoverage": false, + + "coverageDirectory": "/temp/coverage", + + "collectCoverageFrom": [ + "src/**/*.{ts,tsx}", + "!src/**/*.d.ts", + "!src/**/*.test.{ts,tsx}", + "!src/**/test/**", + "!src/**/__tests__/**", + "!src/**/__fixtures__/**", + "!src/**/__mocks__/**" + ], + "coveragePathIgnorePatterns": ["/node_modules/"], + + "transformIgnorePatterns": [], + + // jest-identity-mock-transform returns a proxy for exported key/value pairs, where Webpack would return a module + // jest-string-mock-transform returns the filename, where Webpack would return a URL + // When using the heft-jest-plugin, these will be replaced with the resolved module location + "transform": { + "\\.(ts|tsx)$": "../lib/exports/jest-build-transform.js", + + "\\.(css|sass|scss)$": "../lib/exports/jest-identity-mock-transform.js", + + "\\.(aac|eot|gif|jpeg|jpg|m4a|mp3|mp4|oga|otf|png|svg|ttf|wav|webm|webp|woff|woff2)$": "../lib/exports/jest-string-mock-transform.js" + }, + + // The modulePathIgnorePatterns below accepts these sorts of paths: + // - /src + // - /src/file.ts + // ...and ignores anything else under + "modulePathIgnorePatterns": [], + + // Prefer .cjs to .js to catch explicit commonjs output. Optimize for local files, which will be .ts or .tsx + "moduleFileExtensions": ["ts", "tsx", "cjs", "js", "json", "node"], + + // When using the heft-jest-plugin, these will be replaced with the resolved module location + "setupFiles": ["../lib/exports/jest-global-setup.js"], + + // When using the heft-jest-plugin, these will be replaced with the resolved module location + "resolver": "../lib/exports/jest-improved-resolver.js" +} diff --git a/heft-plugins/heft-jest-plugin/package.json b/heft-plugins/heft-jest-plugin/package.json new file mode 100644 index 00000000000..95afa9c410b --- /dev/null +++ b/heft-plugins/heft-jest-plugin/package.json @@ -0,0 +1,42 @@ +{ + "name": "@rushstack/heft-jest-plugin", + "version": "0.1.12", + "description": "Heft plugin for Jest", + "repository": { + "type": "git", + "url": "https://github.com/microsoft/rushstack/tree/master/heft-plugins/heft-jest-plugin" + }, + "homepage": "https://rushstack.io/pages/heft/overview/", + "main": "lib/index.js", + "types": "dist/heft-jest-plugin.d.ts", + "license": "MIT", + "scripts": { + "build": "heft test --clean", + "start": "heft test --clean --watch" + }, + "peerDependencies": { + "@rushstack/heft": "^0.34.6" + }, + "dependencies": { + "@jest/core": "~25.4.0", + "@jest/reporters": "~25.4.0", + "@jest/transform": "~25.4.0", + "@rushstack/heft-config-file": "workspace:*", + "@rushstack/node-core-library": "workspace:*", + "lodash": "~4.17.15", + "jest-config": "~25.4.0", + "jest-snapshot": "~25.4.0" + }, + "devDependencies": { + "@jest/types": "~25.4.0", + "@microsoft/api-extractor": "workspace:*", + "@rushstack/eslint-config": "workspace:*", + "@rushstack/heft": "workspace:*", + "@types/heft-jest": "1.0.1", + "@types/lodash": "4.14.116", + "@types/node": "10.17.13", + "eslint": "~7.12.1", + "jest-environment-node": "~25.4.0", + "typescript": "~3.9.7" + } +} diff --git a/heft-plugins/heft-jest-plugin/src/HeftJestDataFile.ts b/heft-plugins/heft-jest-plugin/src/HeftJestDataFile.ts new file mode 100644 index 00000000000..a412a0c8813 --- /dev/null +++ b/heft-plugins/heft-jest-plugin/src/HeftJestDataFile.ts @@ -0,0 +1,109 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. +// See LICENSE in the project root for license information. + +import * as path from 'path'; +import { FileSystem, JsonFile } from '@rushstack/node-core-library'; + +/** + * Schema for heft-jest-data.json + */ +export interface IHeftJestDataFileJson { + /** + * The "emitFolderNameForTests" from config/typescript.json + */ + emitFolderNameForTests: string; + + /** + * The file extension attached to compiled test files. + */ + extensionForTests: '.js' | '.cjs' | '.mjs'; + + /** + * Normally the jest-build-transform compares the timestamps of the .js output file and .ts source file + * to determine whether the TypeScript compiler has completed. However this heuristic is only necessary + * in the interactive "--watch" mode, since otherwise Heft doesn't invoke Jest until after the compiler + * has finished. Heft improves reliability for a non-watch build by setting skipTimestampCheck=true. + */ + skipTimestampCheck: boolean; + + /** + * Whether or not the project being tested is a TypeScript project. + */ + isTypeScriptProject: boolean; +} + +/** + * Manages loading/saving the "heft-jest-data.json" data file. This file communicates + * configuration information from Heft to jest-build-transform.js. The jest-build-transform.js script gets + * loaded dynamically by the Jest engine, so it does not have access to the normal HeftConfiguration objects. + */ +export class HeftJestDataFile { + /** + * Called by JestPlugin to write the file. + */ + public static async saveForProjectAsync( + projectFolder: string, + json?: IHeftJestDataFileJson + ): Promise { + const jsonFilePath: string = HeftJestDataFile.getConfigFilePath(projectFolder); + await JsonFile.saveAsync(json, jsonFilePath, { + ensureFolderExists: true, + onlyIfChanged: true, + headerComment: '// THIS DATA FILE IS INTERNAL TO HEFT; DO NOT MODIFY IT OR RELY ON ITS CONTENTS' + }); + } + + /** + * Called by JestPlugin to load and validate the Heft data file before running Jest. + */ + public static async loadAndValidateForProjectAsync(projectFolder: string): Promise { + const jsonFilePath: string = HeftJestDataFile.getConfigFilePath(projectFolder); + let dataFile: IHeftJestDataFileJson; + try { + dataFile = await JsonFile.loadAsync(jsonFilePath); + } catch (e) { + if (FileSystem.isFileDoesNotExistError(e)) { + throw new Error( + `Could not find the Jest TypeScript data file at "${jsonFilePath}". Was the compiler invoked?` + ); + } + throw e; + } + await HeftJestDataFile._validateHeftJestDataFileAsync(dataFile, projectFolder); + return dataFile; + } + + /** + * Called by jest-build-transform.js to read the file. No validation is performed because validation + * should be performed asynchronously in the JestPlugin. + */ + public static loadForProject(projectFolder: string): IHeftJestDataFileJson { + const jsonFilePath: string = HeftJestDataFile.getConfigFilePath(projectFolder); + return JsonFile.load(jsonFilePath); + } + + /** + * Get the absolute path to the heft-jest-data.json file + */ + public static getConfigFilePath(projectFolder: string): string { + return path.join(projectFolder, '.heft', 'build-cache', 'heft-jest-data.json'); + } + + private static async _validateHeftJestDataFileAsync( + heftJestDataFile: IHeftJestDataFileJson, + projectFolder: string + ): Promise { + // Only need to validate if using TypeScript + if (heftJestDataFile.isTypeScriptProject) { + const emitFolderPathForJest: string = path.join(projectFolder, heftJestDataFile.emitFolderNameForTests); + if (!(await FileSystem.existsAsync(emitFolderPathForJest))) { + throw new Error( + 'The transpiler output folder does not exist:\n ' + + emitFolderPathForJest + + '\nWas the compiler invoked? Is the "emitFolderNameForTests" setting correctly' + + ' specified in config/typescript.json?\n' + ); + } + } + } +} diff --git a/apps/heft/src/plugins/JestPlugin/HeftJestReporter.ts b/heft-plugins/heft-jest-plugin/src/HeftJestReporter.ts similarity index 98% rename from apps/heft/src/plugins/JestPlugin/HeftJestReporter.ts rename to heft-plugins/heft-jest-plugin/src/HeftJestReporter.ts index a7e2b99d109..2a96b70d7ec 100644 --- a/apps/heft/src/plugins/JestPlugin/HeftJestReporter.ts +++ b/heft-plugins/heft-jest-plugin/src/HeftJestReporter.ts @@ -13,7 +13,7 @@ import { Config } from '@jest/reporters'; -import { HeftConfiguration } from '../../configuration/HeftConfiguration'; +import type { HeftConfiguration } from '@rushstack/heft'; export interface IHeftJestReporterOptions { heftConfiguration: HeftConfiguration; diff --git a/heft-plugins/heft-jest-plugin/src/JestPlugin.ts b/heft-plugins/heft-jest-plugin/src/JestPlugin.ts new file mode 100644 index 00000000000..e6a086b7176 --- /dev/null +++ b/heft-plugins/heft-jest-plugin/src/JestPlugin.ts @@ -0,0 +1,615 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. +// See LICENSE in the project root for license information. + +// Load the Jest patch +import './jestWorkerPatch'; + +import * as path from 'path'; +import { resolve as jestResolve, resolveWithPrefix as jestResolveWithPrefix } from 'jest-config/build/utils'; +import { mergeWith, isObject } from 'lodash'; +import type { + ICleanStageContext, + IBuildStageContext, + IBuildStageProperties, + IPostBuildSubstage, + ITestStageContext, + ITestStageProperties, + IHeftPlugin, + HeftConfiguration, + HeftSession, + ScopedLogger +} from '@rushstack/heft'; +import { getVersion, runCLI } from '@jest/core'; +import { Config } from '@jest/types'; +import { + ConfigurationFile, + IJsonPathMetadata, + InheritanceType, + PathResolutionMethod +} from '@rushstack/heft-config-file'; +import { + FileSystem, + Import, + JsonFile, + JsonSchema, + PackageName, + Terminal +} from '@rushstack/node-core-library'; + +import { IHeftJestReporterOptions } from './HeftJestReporter'; +import { HeftJestDataFile } from './HeftJestDataFile'; + +type JestReporterConfig = string | Config.ReporterConfig; + +/** + * Options to use when performing resolution for paths and modules specified in the Jest + * configuration. + */ +interface IJestResolutionOptions { + /** + * The value that will be substituted for tokens. + */ + rootDir: string; + /** + * Whether the value should be resolved as a module relative to the configuration file after + * substituting special tokens. + */ + resolveAsModule?: boolean; + /** + * The prefix that should initially be used when attempting to resolve the value. Only used if + * `IJestResolutionOptions.resolveAsModule` is true. + */ + modulePrefix?: string; + /** + * Whether resolution should silently fail in the case of failed module resolution. Only used if + * `IJestResolutionOptions.resolveAsModule` is true. + */ + ignoreMissingModule?: boolean; +} + +export interface IJestPluginOptions { + disableConfigurationModuleResolution?: boolean; + configurationPath?: string; +} + +export interface IHeftJestConfiguration extends Config.InitialOptions {} + +const PLUGIN_NAME: string = 'JestPlugin'; +const PLUGIN_PACKAGE_NAME: string = '@rushstack/heft-jest-plugin'; +const PLUGIN_PACKAGE_FOLDER: string = path.resolve(__dirname, '..'); +const PLUGIN_SCHEMA_PATH: string = path.resolve(__dirname, 'schemas', 'heft-jest-plugin.schema.json'); +const JEST_CONFIGURATION_LOCATION: string = `config/jest.config.json`; + +const ROOTDIR_TOKEN: string = ''; +const CONFIGDIR_TOKEN: string = ''; +const PACKAGE_CAPTUREGROUP: string = 'package'; +const PACKAGEDIR_REGEX: RegExp = new RegExp(/^[^\s>]+)\s*>/); + +/** + * @internal + */ +export class JestPlugin implements IHeftPlugin { + public readonly pluginName: string = PLUGIN_NAME; + public readonly optionsSchema: JsonSchema = JsonSchema.fromFile(PLUGIN_SCHEMA_PATH); + + /** + * Runs required setup before running Jest through the JestPlugin. + */ + public static async _setupJestAsync( + scopedLogger: ScopedLogger, + heftConfiguration: HeftConfiguration, + debugMode: boolean, + buildStageProperties: IBuildStageProperties, + options?: IJestPluginOptions + ): Promise { + // Write the data file used by jest-build-transform + await HeftJestDataFile.saveForProjectAsync(heftConfiguration.buildFolder, { + emitFolderNameForTests: buildStageProperties.emitFolderNameForTests || 'lib', + extensionForTests: buildStageProperties.emitExtensionForTests || '.js', + skipTimestampCheck: !buildStageProperties.watchMode, + // If the property isn't defined, assume it's a not a TypeScript project since this + // value should be set by the Heft TypeScriptPlugin during the compile hook + isTypeScriptProject: !!buildStageProperties.isTypeScriptProject + }); + scopedLogger.terminal.writeVerboseLine('Wrote heft-jest-data.json file'); + } + + /** + * Runs Jest using the provided options. + */ + public static async _runJestAsync( + scopedLogger: ScopedLogger, + heftConfiguration: HeftConfiguration, + debugMode: boolean, + testStageProperties: ITestStageProperties, + options?: IJestPluginOptions + ): Promise { + const terminal: Terminal = scopedLogger.terminal; + terminal.writeLine(`Using Jest version ${getVersion()}`); + + const buildFolder: string = heftConfiguration.buildFolder; + const projectRelativeFilePath: string = options?.configurationPath ?? JEST_CONFIGURATION_LOCATION; + await HeftJestDataFile.loadAndValidateForProjectAsync(buildFolder); + + let jestConfig: IHeftJestConfiguration; + if (options?.disableConfigurationModuleResolution) { + // Module resolution explicitly disabled, use the config as-is + const jestConfigPath: string = path.join(buildFolder, projectRelativeFilePath); + if (!(await FileSystem.existsAsync(jestConfigPath))) { + scopedLogger.emitError(new Error(`Expected to find jest config file at "${jestConfigPath}".`)); + return; + } + jestConfig = await JsonFile.loadAsync(jestConfigPath); + } else { + // Load in and resolve the config file using the "extends" field + jestConfig = await JestPlugin._getJestConfigurationLoader( + buildFolder, + projectRelativeFilePath + ).loadConfigurationFileForProjectAsync( + terminal, + heftConfiguration.buildFolder, + heftConfiguration.rigConfig + ); + if (jestConfig.preset) { + throw new Error( + 'The provided jest.config.json specifies a "preset" property while using resolved modules. ' + + 'You must either remove all "preset" values from your Jest configuration, use the "extends" ' + + 'property, or set the "disableConfigurationModuleResolution" option to "true" on the Jest ' + + 'plugin in heft.json' + ); + } + } + + const jestArgv: Config.Argv = { + watch: testStageProperties.watchMode, + + // In debug mode, avoid forking separate processes that are difficult to debug + runInBand: debugMode, + debug: debugMode, + detectOpenHandles: !!testStageProperties.detectOpenHandles, + + cacheDirectory: JestPlugin._getJestCacheFolder(heftConfiguration), + updateSnapshot: testStageProperties.updateSnapshots, + + listTests: false, + rootDir: buildFolder, + + silent: testStageProperties.silent, + testNamePattern: testStageProperties.testNamePattern, + testPathPattern: testStageProperties.testPathPattern + ? [...testStageProperties.testPathPattern] + : undefined, + testTimeout: testStageProperties.testTimeout, + maxWorkers: testStageProperties.maxWorkers, + + passWithNoTests: testStageProperties.passWithNoTests, + + $0: process.argv0, + _: [] + }; + + if (!testStageProperties.debugHeftReporter) { + // Extract the reporters and transform to include the Heft reporter by default + jestArgv.reporters = JestPlugin._extractHeftJestReporters( + scopedLogger, + heftConfiguration, + debugMode, + jestConfig, + projectRelativeFilePath + ); + } else { + scopedLogger.emitWarning( + new Error('The "--debug-heft-reporter" parameter was specified; disabling HeftJestReporter') + ); + } + + if (testStageProperties.findRelatedTests && testStageProperties.findRelatedTests.length > 0) { + // Pass test names as the command line remainder + jestArgv.findRelatedTests = true; + jestArgv._ = [...testStageProperties.findRelatedTests]; + } + + // Stringify the config and pass it into Jest directly + jestArgv.config = JSON.stringify(jestConfig); + + const { + // Config.Argv is weakly typed. After updating the jestArgv object, it's a good idea to inspect "globalConfig" + // in the debugger to validate that your changes are being applied as expected. + // eslint-disable-next-line @typescript-eslint/no-unused-vars + globalConfig, + results: jestResults + } = await runCLI(jestArgv, [buildFolder]); + + if (jestResults.numFailedTests > 0) { + scopedLogger.emitError( + new Error( + `${jestResults.numFailedTests} Jest test${jestResults.numFailedTests > 1 ? 's' : ''} failed` + ) + ); + } else if (jestResults.numFailedTestSuites > 0) { + scopedLogger.emitError( + new Error( + `${jestResults.numFailedTestSuites} Jest test suite${ + jestResults.numFailedTestSuites > 1 ? 's' : '' + } failed` + ) + ); + } + } + + /** + * Returns the loader for the `config/api-extractor-task.json` config file. + */ + public static _getJestConfigurationLoader( + buildFolder: string, + projectRelativeFilePath: string + ): ConfigurationFile { + // Bypass Jest configuration validation + const schemaPath: string = `${__dirname}/schemas/anything.schema.json`; + + // By default, ConfigurationFile will replace all objects, so we need to provide merge functions for these + const shallowObjectInheritanceFunc: ( + currentObject: T, + parentObject: T + // eslint-disable-next-line @typescript-eslint/no-explicit-any + ) => T = (currentObject: T, parentObject: T): T => { + // Merged in this order to ensure that the currentObject properties take priority in order-of-definition, + // since Jest executes them in this order. For example, if the extended Jest configuration contains a + // "\\.(css|sass|scss)$" transform but the extending Jest configuration contains a "\\.(css)$" transform, + // merging like this will ensure that the returned transforms are executed in the correct order, stopping + // after hitting the first pattern that applies: + // { + // "\\.(css)$": "...", + // "\\.(css|sass|scss)$": "..." + // } + // https://github.com/facebook/jest/blob/0a902e10e0a5550b114340b87bd31764a7638729/packages/jest-config/src/normalize.ts#L102 + return { ...(currentObject || {}), ...(parentObject || {}), ...(currentObject || {}) }; + }; + const deepObjectInheritanceFunc: ( + currentObject: T, + parentObject: T + // eslint-disable-next-line @typescript-eslint/no-explicit-any + ) => T = (currentObject: T, parentObject: T): T => { + // eslint-disable-next-line @typescript-eslint/no-explicit-any + return mergeWith(parentObject || {}, currentObject || {}, (value: any, source: any) => { + if (!isObject(source)) { + return source; + } + return Array.isArray(value) ? [...value, ...source] : { ...value, ...source }; + }); + }; + + const tokenResolveMetadata: IJsonPathMetadata = JestPlugin._getJsonPathMetadata({ + rootDir: buildFolder + }); + const jestResolveMetadata: IJsonPathMetadata = JestPlugin._getJsonPathMetadata({ + rootDir: buildFolder, + resolveAsModule: true + }); + const watchPluginsJestResolveMetadata: IJsonPathMetadata = JestPlugin._getJsonPathMetadata({ + rootDir: buildFolder, + resolveAsModule: true, + // Calls Jest's 'resolveWithPrefix()' using the 'jest-watch-' prefix to match 'jest-watch-' packages + // https://github.com/facebook/jest/blob/d6fb0d8fb0d43a17f90c7a5a6590257df2f2f6f5/packages/jest-resolve/src/utils.ts#L140 + modulePrefix: 'jest-watch-', + ignoreMissingModule: true + }); + + return new ConfigurationFile({ + projectRelativeFilePath: projectRelativeFilePath, + jsonSchemaPath: schemaPath, + propertyInheritance: { + moduleNameMapper: { + inheritanceType: InheritanceType.custom, + inheritanceFunction: shallowObjectInheritanceFunc + }, + transform: { + inheritanceType: InheritanceType.custom, + inheritanceFunction: shallowObjectInheritanceFunc + }, + globals: { + inheritanceType: InheritanceType.custom, + inheritanceFunction: deepObjectInheritanceFunc + } + }, + jsonPathMetadata: { + // string + '$.cacheDirectory': tokenResolveMetadata, + '$.coverageDirectory': tokenResolveMetadata, + '$.dependencyExtractor': jestResolveMetadata, + '$.filter': jestResolveMetadata, + '$.globalSetup': jestResolveMetadata, + '$.globalTeardown': jestResolveMetadata, + '$.moduleLoader': jestResolveMetadata, + '$.prettierPath': jestResolveMetadata, + '$.resolver': jestResolveMetadata, + '$.runner': JestPlugin._getJsonPathMetadata({ + rootDir: buildFolder, + resolveAsModule: true, + // Calls Jest's 'resolveWithPrefix()' using the 'jest-runner-' prefix to match 'jest-runner-' packages + // https://github.com/facebook/jest/blob/d6fb0d8fb0d43a17f90c7a5a6590257df2f2f6f5/packages/jest-resolve/src/utils.ts#L170 + modulePrefix: 'jest-runner-', + ignoreMissingModule: true + }), + '$.snapshotResolver': jestResolveMetadata, + // This is a name like "jsdom" that gets mapped into a package name like "jest-environment-jsdom" + '$.testEnvironment': JestPlugin._getJsonPathMetadata({ + rootDir: buildFolder, + resolveAsModule: true, + // Calls Jest's 'resolveWithPrefix()' using the 'jest-environment-' prefix to match 'jest-environment-' packages + // https://github.com/facebook/jest/blob/d6fb0d8fb0d43a17f90c7a5a6590257df2f2f6f5/packages/jest-resolve/src/utils.ts#L110 + modulePrefix: 'jest-environment-', + ignoreMissingModule: true + }), + '$.testResultsProcessor': jestResolveMetadata, + '$.testRunner': jestResolveMetadata, + '$.testSequencer': JestPlugin._getJsonPathMetadata({ + rootDir: buildFolder, + resolveAsModule: true, + // Calls Jest's 'resolveWithPrefix()' using the 'jest-sequencer-' prefix to match 'jest-sequencer-' packages + // https://github.com/facebook/jest/blob/d6fb0d8fb0d43a17f90c7a5a6590257df2f2f6f5/packages/jest-resolve/src/utils.ts#L192 + modulePrefix: 'jest-sequencer-', + ignoreMissingModule: true + }), + // string[] + '$.modulePaths.*': tokenResolveMetadata, + '$.roots.*': tokenResolveMetadata, + '$.setupFiles.*': jestResolveMetadata, + '$.setupFilesAfterEnv.*': jestResolveMetadata, + '$.snapshotSerializers.*': jestResolveMetadata, + // moduleNameMapper: { [regex]: path | [ ...paths ] } + '$.moduleNameMapper.*@string()': tokenResolveMetadata, // string path + '$.moduleNameMapper.*.*': tokenResolveMetadata, // array of paths + // reporters: (path | [ path, options ])[] + '$.reporters[?(@ !== "default")]*@string()': jestResolveMetadata, // string path, excluding "default" + '$.reporters.*[?(@property == 0 && @ !== "default")]': jestResolveMetadata, // First entry in [ path, options ], excluding "default" + // transform: { [regex]: path | [ path, options ] } + '$.transform.*@string()': jestResolveMetadata, // string path + '$.transform.*[?(@property == 0)]': jestResolveMetadata, // First entry in [ path, options ] + // watchPlugins: (path | [ path, options ])[] + '$.watchPlugins.*@string()': watchPluginsJestResolveMetadata, // string path + '$.watchPlugins.*[?(@property == 0)]': watchPluginsJestResolveMetadata // First entry in [ path, options ] + } + }); + } + + private static _extractHeftJestReporters( + scopedLogger: ScopedLogger, + heftConfiguration: HeftConfiguration, + debugMode: boolean, + config: IHeftJestConfiguration, + projectRelativeFilePath: string + ): JestReporterConfig[] { + let isUsingHeftReporter: boolean = false; + + const reporterOptions: IHeftJestReporterOptions = { + heftConfiguration, + debugMode + }; + if (Array.isArray(config.reporters)) { + // Harvest all the array indices that need to modified before altering the array + const heftReporterIndices: number[] = JestPlugin._findIndexes(config.reporters, 'default'); + + // Replace 'default' reporter with the heft reporter + // This may clobber default reporters options + if (heftReporterIndices.length > 0) { + const heftReporter: Config.ReporterConfig = JestPlugin._getHeftJestReporterConfig(reporterOptions); + for (const index of heftReporterIndices) { + config.reporters[index] = heftReporter; + } + isUsingHeftReporter = true; + } + } else if (typeof config.reporters === 'undefined' || config.reporters === null) { + // Otherwise if no reporters are specified install only the heft reporter + config.reporters = [JestPlugin._getHeftJestReporterConfig(reporterOptions)]; + isUsingHeftReporter = true; + } else { + // Making a note if Heft cannot understand the reporter entry in Jest config + // Not making this an error or warning because it does not warrant blocking a dev or CI test pass + // If the Jest config is truly wrong Jest itself is in a better position to report what is wrong with the config + scopedLogger.terminal.writeVerboseLine( + `The 'reporters' entry in Jest config '${projectRelativeFilePath}' is in an unexpected format. Was ` + + 'expecting an array of reporters' + ); + } + + if (!isUsingHeftReporter) { + scopedLogger.terminal.writeVerboseLine( + `HeftJestReporter was not specified in Jest config '${projectRelativeFilePath}'. Consider adding a ` + + "'default' entry in the reporters array." + ); + } + + // Since we're injecting the HeftConfiguration, we need to pass these args directly and not through serialization + const reporters: JestReporterConfig[] = config.reporters; + config.reporters = undefined; + return reporters; + } + + /** + * Returns the reporter config using the HeftJestReporter and the provided options. + */ + private static _getHeftJestReporterConfig( + reporterOptions: IHeftJestReporterOptions + ): Config.ReporterConfig { + return [ + `${__dirname}/HeftJestReporter.js`, + reporterOptions as Record + ]; + } + + /** + * Resolve all specified properties to an absolute path using Jest resolution. In addition, the following + * transforms will be applied to the provided propertyValue before resolution: + * - replace with the same rootDir + * - replace with the directory containing the current configuration file + * - replace with the path to the resolved package (NOT module) + */ + private static _getJsonPathMetadata(options: IJestResolutionOptions): IJsonPathMetadata { + return { + customResolver: (configurationFilePath: string, propertyName: string, propertyValue: string) => { + const configDir: string = path.dirname(configurationFilePath); + + // Compare with replaceRootDirInPath() from here: + // https://github.com/facebook/jest/blob/5f4dd187d89070d07617444186684c20d9213031/packages/jest-config/src/utils.ts#L58 + if (propertyValue.startsWith(ROOTDIR_TOKEN)) { + // Example: /path/to/file.js + const restOfPath: string = path.normalize('./' + propertyValue.substr(ROOTDIR_TOKEN.length)); + propertyValue = path.resolve(options.rootDir, restOfPath); + } else if (propertyValue.startsWith(CONFIGDIR_TOKEN)) { + // Example: /path/to/file.js + const restOfPath: string = path.normalize('./' + propertyValue.substr(CONFIGDIR_TOKEN.length)); + propertyValue = path.resolve(configDir, restOfPath); + } else { + // Example: /path/to/file.js + const packageDirMatches: RegExpExecArray | null = PACKAGEDIR_REGEX.exec(propertyValue); + if (packageDirMatches !== null) { + const packageName: string | undefined = packageDirMatches.groups?.[PACKAGE_CAPTUREGROUP]; + if (!packageName) { + throw new Error( + `Could not parse package name from "packageDir" token ` + + (propertyName ? `of property "${propertyName}" ` : '') + + `in "${configDir}".` + ); + } + + if (!PackageName.isValidName(packageName)) { + throw new Error( + `Module paths are not supported when using the "packageDir" token ` + + (propertyName ? `of property "${propertyName}" ` : '') + + `in "${configDir}". Only a package name is allowed.` + ); + } + + // Resolve to the package directory (not the module referenced by the package). The normal resolution + // method will generally not be able to find @rushstack/heft-jest-plugin from a project that is + // using a rig. Since it is important, and it is our own package, we resolve it manually as a special + // case. + const resolvedPackagePath: string = + packageName === PLUGIN_PACKAGE_NAME + ? PLUGIN_PACKAGE_FOLDER + : Import.resolvePackage({ + baseFolderPath: configDir, + packageName + }); + // First entry is the entire match + const restOfPath: string = path.normalize( + './' + propertyValue.substr(packageDirMatches[0].length) + ); + propertyValue = path.resolve(resolvedPackagePath, restOfPath); + } + } + + // Return early, since the remainder of this function is used to resolve module paths + if (!options.resolveAsModule) { + return propertyValue; + } + + // Example: @rushstack/heft-jest-plugin + if (propertyValue === PLUGIN_PACKAGE_NAME) { + return PLUGIN_PACKAGE_FOLDER; + } + + // Example: @rushstack/heft-jest-plugin/path/to/file.js + if (propertyValue.startsWith(PLUGIN_PACKAGE_NAME)) { + const restOfPath: string = path.normalize('./' + propertyValue.substr(PLUGIN_PACKAGE_NAME.length)); + return path.join(PLUGIN_PACKAGE_FOLDER, restOfPath); + } + + return options.modulePrefix + ? jestResolveWithPrefix(/*resolver:*/ undefined, { + rootDir: configDir, + filePath: propertyValue, + prefix: options.modulePrefix, + humanOptionName: propertyName, + optionName: propertyName + }) + : jestResolve(/*resolver:*/ undefined, { + rootDir: configDir, + filePath: propertyValue, + key: propertyName + }); + }, + pathResolutionMethod: PathResolutionMethod.custom + }; + } + + /** + * Finds the indices of jest reporters with a given name + */ + private static _findIndexes(items: JestReporterConfig[], search: string): number[] { + const result: number[] = []; + + for (let index: number = 0; index < items.length; index++) { + const item: JestReporterConfig = items[index]; + + // Item is either a string or a tuple of [reporterName: string, options: unknown] + if (item === search) { + result.push(index); + } else if (typeof item !== 'undefined' && item !== null && item[0] === search) { + result.push(index); + } + } + + return result; + } + + /** + * Add the jest-cache folder to the list of paths to delete when running the "clean" stage. + */ + private static _includeJestCacheWhenCleaning( + heftConfiguration: HeftConfiguration, + clean: ICleanStageContext + ): void { + // Jest's cache is not reliable. For example, if a Jest configuration change causes files to be + // transformed differently, the cache will continue to return the old results unless we manually + // clean it. Thus we need to ensure that "heft clean" always cleans the Jest cache. + const cacheFolder: string = JestPlugin._getJestCacheFolder(heftConfiguration); + clean.properties.pathsToDelete.add(cacheFolder); + } + + /** + * Returns the absolute path to the jest-cache directory. + */ + private static _getJestCacheFolder(heftConfiguration: HeftConfiguration): string { + return path.join(heftConfiguration.buildCacheFolder, 'jest-cache'); + } + + public apply( + heftSession: HeftSession, + heftConfiguration: HeftConfiguration, + options?: IJestPluginOptions + ): void { + const scopedLogger: ScopedLogger = heftSession.requestScopedLogger('jest'); + + heftSession.hooks.build.tap(PLUGIN_NAME, (build: IBuildStageContext) => { + build.hooks.postBuild.tap(PLUGIN_NAME, (postBuild: IPostBuildSubstage) => { + postBuild.hooks.run.tapPromise(PLUGIN_NAME, async () => { + await JestPlugin._setupJestAsync( + scopedLogger, + heftConfiguration, + heftSession.debugMode, + build.properties, + options + ); + }); + }); + }); + + heftSession.hooks.test.tap(PLUGIN_NAME, (test: ITestStageContext) => { + test.hooks.run.tapPromise(PLUGIN_NAME, async () => { + await JestPlugin._runJestAsync( + scopedLogger, + heftConfiguration, + heftSession.debugMode, + test.properties, + options + ); + }); + }); + + heftSession.hooks.clean.tap(PLUGIN_NAME, (clean: ICleanStageContext) => { + JestPlugin._includeJestCacheWhenCleaning(heftConfiguration, clean); + }); + } +} diff --git a/build-tests/node-library-build-tslint-test/src/index.ts b/heft-plugins/heft-jest-plugin/src/exports/jest-build-transform.ts similarity index 78% rename from build-tests/node-library-build-tslint-test/src/index.ts rename to heft-plugins/heft-jest-plugin/src/exports/jest-build-transform.ts index 091d6dd85af..4d27b611057 100644 --- a/build-tests/node-library-build-tslint-test/src/index.ts +++ b/heft-plugins/heft-jest-plugin/src/exports/jest-build-transform.ts @@ -1,4 +1,4 @@ // Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. // See LICENSE in the project root for license information. -class TestClass {} +export * from '../jest-build-transform'; diff --git a/apps/heft/src/exports/jest-global-setup.ts b/heft-plugins/heft-jest-plugin/src/exports/jest-global-setup.ts similarity index 100% rename from apps/heft/src/exports/jest-global-setup.ts rename to heft-plugins/heft-jest-plugin/src/exports/jest-global-setup.ts diff --git a/build-tests/rush-stack-compiler-2.4-library-test/src/TestClass.ts b/heft-plugins/heft-jest-plugin/src/exports/jest-identity-mock-transform.ts similarity index 75% rename from build-tests/rush-stack-compiler-2.4-library-test/src/TestClass.ts rename to heft-plugins/heft-jest-plugin/src/exports/jest-identity-mock-transform.ts index c11271004f5..16bcd7ac0ad 100644 --- a/build-tests/rush-stack-compiler-2.4-library-test/src/TestClass.ts +++ b/heft-plugins/heft-jest-plugin/src/exports/jest-identity-mock-transform.ts @@ -1,4 +1,4 @@ // Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. // See LICENSE in the project root for license information. -export class TestClass {} +export * from '../jest-identity-mock-transform'; diff --git a/apps/heft/src/exports/jest-improved-resolver.ts b/heft-plugins/heft-jest-plugin/src/exports/jest-improved-resolver.ts similarity index 69% rename from apps/heft/src/exports/jest-improved-resolver.ts rename to heft-plugins/heft-jest-plugin/src/exports/jest-improved-resolver.ts index 5390b8f4c80..1a4f338b335 100644 --- a/apps/heft/src/exports/jest-improved-resolver.ts +++ b/heft-plugins/heft-jest-plugin/src/exports/jest-improved-resolver.ts @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. // See LICENSE in the project root for license information. -import resolver = require('../plugins/JestPlugin/jest-improved-resolver'); +import resolver = require('../jest-improved-resolver'); export = resolver; diff --git a/build-tests/node-library-build-eslint-test/src/index.ts b/heft-plugins/heft-jest-plugin/src/exports/jest-string-mock-transform.ts similarity index 76% rename from build-tests/node-library-build-eslint-test/src/index.ts rename to heft-plugins/heft-jest-plugin/src/exports/jest-string-mock-transform.ts index c11271004f5..dec1a257bc3 100644 --- a/build-tests/node-library-build-eslint-test/src/index.ts +++ b/heft-plugins/heft-jest-plugin/src/exports/jest-string-mock-transform.ts @@ -1,4 +1,4 @@ // Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. // See LICENSE in the project root for license information. -export class TestClass {} +export * from '../jest-string-mock-transform'; diff --git a/apps/heft/src/plugins/JestPlugin/identityMock.ts b/heft-plugins/heft-jest-plugin/src/identityMock.ts similarity index 100% rename from apps/heft/src/plugins/JestPlugin/identityMock.ts rename to heft-plugins/heft-jest-plugin/src/identityMock.ts diff --git a/heft-plugins/heft-jest-plugin/src/index.ts b/heft-plugins/heft-jest-plugin/src/index.ts new file mode 100644 index 00000000000..cd13ccef5a8 --- /dev/null +++ b/heft-plugins/heft-jest-plugin/src/index.ts @@ -0,0 +1,16 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. +// See LICENSE in the project root for license information. + +/** + * A Heft plugin for using Jest during the "test" stage. + * + * @packageDocumentation + */ + +import type { IHeftPlugin } from '@rushstack/heft'; +import { JestPlugin } from './JestPlugin'; + +/** + * @internal + */ +export default new JestPlugin() as IHeftPlugin; diff --git a/apps/heft/src/plugins/JestPlugin/jest-build-transform.ts b/heft-plugins/heft-jest-plugin/src/jest-build-transform.ts similarity index 88% rename from apps/heft/src/plugins/JestPlugin/jest-build-transform.ts rename to heft-plugins/heft-jest-plugin/src/jest-build-transform.ts index 85314842994..a49263b894e 100644 --- a/apps/heft/src/plugins/JestPlugin/jest-build-transform.ts +++ b/heft-plugins/heft-jest-plugin/src/jest-build-transform.ts @@ -6,11 +6,11 @@ import { Path, FileSystem, FileSystemStats, JsonObject } from '@rushstack/node-c import { InitialOptionsWithRootDir } from '@jest/types/build/Config'; import { TransformedSource } from '@jest/transform'; -import { JestTypeScriptDataFile, IJestTypeScriptDataFileJson } from './JestTypeScriptDataFile'; +import { HeftJestDataFile, IHeftJestDataFileJson } from './HeftJestDataFile'; -// This caches jest-typescript-data.json file contents. -// Map from jestOptions.rootDir --> IJestTypeScriptDataFileJson -const dataFileJsonCache: Map = new Map(); +// This caches heft-jest-data.json file contents. +// Map from jestOptions.rootDir --> IHeftJestDataFileJson +const dataFileJsonCache: Map = new Map(); // Synchronous delay that doesn't burn CPU cycles function delayMs(milliseconds: number): void { @@ -40,14 +40,12 @@ export function process( srcFilePath: string, jestOptions: InitialOptionsWithRootDir ): TransformedSource { - let jestTypeScriptDataFile: IJestTypeScriptDataFileJson | undefined = dataFileJsonCache.get( - jestOptions.rootDir - ); - if (jestTypeScriptDataFile === undefined) { - // Read jest-typescript-data.json, which is created by Heft's TypeScript plugin. It tells us + let heftJestDataFile: IHeftJestDataFileJson | undefined = dataFileJsonCache.get(jestOptions.rootDir); + if (heftJestDataFile === undefined) { + // Read heft-jest-data.json, which is created by the JestPlugin. It tells us // which emitted output folder to use for Jest. - jestTypeScriptDataFile = JestTypeScriptDataFile.loadForProject(jestOptions.rootDir); - dataFileJsonCache.set(jestOptions.rootDir, jestTypeScriptDataFile); + heftJestDataFile = HeftJestDataFile.loadForProject(jestOptions.rootDir); + dataFileJsonCache.set(jestOptions.rootDir, heftJestDataFile); } // Is the input file under the "src" folder? @@ -63,15 +61,15 @@ export function process( // Example: /path/to/project/lib/folder1/folder2/Example.js const libFilePath: string = path.join( jestOptions.rootDir, - jestTypeScriptDataFile.emitFolderNameForTests, + heftJestDataFile.emitFolderNameForTests, srcRelativeFolderPath, - `${parsedFilename.name}${jestTypeScriptDataFile.extensionForTests}` + `${parsedFilename.name}${heftJestDataFile.extensionForTests}` ); const startOfLoopMs: number = new Date().getTime(); let stalled: boolean = false; - if (!jestTypeScriptDataFile.skipTimestampCheck) { + if (!heftJestDataFile.skipTimestampCheck) { for (;;) { let srcFileStatistics: FileSystemStats; try { diff --git a/apps/heft/src/plugins/JestPlugin/jest-identity-mock-transform.ts b/heft-plugins/heft-jest-plugin/src/jest-identity-mock-transform.ts similarity index 100% rename from apps/heft/src/plugins/JestPlugin/jest-identity-mock-transform.ts rename to heft-plugins/heft-jest-plugin/src/jest-identity-mock-transform.ts diff --git a/apps/heft/src/plugins/JestPlugin/jest-improved-resolver.ts b/heft-plugins/heft-jest-plugin/src/jest-improved-resolver.ts similarity index 100% rename from apps/heft/src/plugins/JestPlugin/jest-improved-resolver.ts rename to heft-plugins/heft-jest-plugin/src/jest-improved-resolver.ts diff --git a/apps/heft/src/plugins/JestPlugin/jest-string-mock-transform.ts b/heft-plugins/heft-jest-plugin/src/jest-string-mock-transform.ts similarity index 100% rename from apps/heft/src/plugins/JestPlugin/jest-string-mock-transform.ts rename to heft-plugins/heft-jest-plugin/src/jest-string-mock-transform.ts diff --git a/apps/heft/src/plugins/JestPlugin/jestWorkerPatch.ts b/heft-plugins/heft-jest-plugin/src/jestWorkerPatch.ts similarity index 100% rename from apps/heft/src/plugins/JestPlugin/jestWorkerPatch.ts rename to heft-plugins/heft-jest-plugin/src/jestWorkerPatch.ts diff --git a/heft-plugins/heft-jest-plugin/src/schemas/anything.schema.json b/heft-plugins/heft-jest-plugin/src/schemas/anything.schema.json new file mode 100644 index 00000000000..15e4861463a --- /dev/null +++ b/heft-plugins/heft-jest-plugin/src/schemas/anything.schema.json @@ -0,0 +1,28 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "description": "Schema that matches anything", + + "oneOf": [ + { + "type": "array" + }, + { + "type": "boolean" + }, + { + "type": "integer" + }, + { + "type": "null" + }, + { + "type": "number" + }, + { + "type": "object" + }, + { + "type": "string" + } + ] +} diff --git a/heft-plugins/heft-jest-plugin/src/schemas/heft-jest-plugin.schema.json b/heft-plugins/heft-jest-plugin/src/schemas/heft-jest-plugin.schema.json new file mode 100644 index 00000000000..241c8a52e8f --- /dev/null +++ b/heft-plugins/heft-jest-plugin/src/schemas/heft-jest-plugin.schema.json @@ -0,0 +1,16 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "title": "Heft Jest Plugin Options Configuration", + "description": "Defines additional Jest-related plugin configuration.", + "type": "object", + + "additionalProperties": false, + + "properties": { + "disableConfigurationModuleResolution": { + "title": "Disable Configuration Module Resolution", + "description": "If set to true, modules specified in the Jest configuration will be resolved using Jest default (rootDir-relative) resolution. Otherwise, modules will be resolved using Node module resolution.", + "type": "boolean" + } + } +} diff --git a/heft-plugins/heft-jest-plugin/src/scripts/runJestPlugin.ts b/heft-plugins/heft-jest-plugin/src/scripts/runJestPlugin.ts new file mode 100644 index 00000000000..1d8897ab49d --- /dev/null +++ b/heft-plugins/heft-jest-plugin/src/scripts/runJestPlugin.ts @@ -0,0 +1,18 @@ +import { IJestPluginOptions, JestPlugin } from '../JestPlugin'; + +import type { IRunScriptOptions, ITestStageProperties } from '@rushstack/heft'; + +export async function runAsync(options: IRunScriptOptions): Promise { + // Use the shared config file directly + const jestPluginOptions: IJestPluginOptions = { + configurationPath: './includes/jest-shared.config.json', + disableConfigurationModuleResolution: false + }; + await JestPlugin._runJestAsync( + options.scopedLogger, + options.heftConfiguration, + options.debugMode, + options.properties, + jestPluginOptions + ); +} diff --git a/heft-plugins/heft-jest-plugin/src/scripts/setupJestPlugin.ts b/heft-plugins/heft-jest-plugin/src/scripts/setupJestPlugin.ts new file mode 100644 index 00000000000..9a3b5e4de74 --- /dev/null +++ b/heft-plugins/heft-jest-plugin/src/scripts/setupJestPlugin.ts @@ -0,0 +1,18 @@ +import { IJestPluginOptions, JestPlugin } from '../JestPlugin'; + +import type { IRunScriptOptions, IBuildStageProperties } from '@rushstack/heft'; + +export async function runAsync(options: IRunScriptOptions): Promise { + // Use the shared config file directly + const jestPluginOptions: IJestPluginOptions = { + configurationPath: './includes/jest-shared.config.json', + disableConfigurationModuleResolution: false + }; + await JestPlugin._setupJestAsync( + options.scopedLogger, + options.heftConfiguration, + options.debugMode, + options.properties, + jestPluginOptions + ); +} diff --git a/heft-plugins/heft-jest-plugin/src/test/JestPlugin.test.ts b/heft-plugins/heft-jest-plugin/src/test/JestPlugin.test.ts new file mode 100644 index 00000000000..ec7f0112800 --- /dev/null +++ b/heft-plugins/heft-jest-plugin/src/test/JestPlugin.test.ts @@ -0,0 +1,123 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. +// See LICENSE in the project root for license information. + +import * as path from 'path'; +import type { Config } from '@jest/types'; +import { ConfigurationFile } from '@rushstack/heft-config-file'; +import { Import, StringBufferTerminalProvider, Terminal } from '@rushstack/node-core-library'; + +import { IHeftJestConfiguration, JestPlugin } from '../JestPlugin'; + +describe('JestConfigLoader', () => { + let terminalProvider: StringBufferTerminalProvider; + let terminal: Terminal; + + beforeEach(() => { + terminalProvider = new StringBufferTerminalProvider(false); + terminal = new Terminal(terminalProvider); + }); + + it('resolves extended config modules', async () => { + // Because we require the built modules, we need to set our rootDir to be in the 'lib' folder, since transpilation + // means that we don't run on the built test assets directly + const rootDir: string = path.resolve(__dirname, '..', '..', 'lib', 'test', 'project1'); + const loader: ConfigurationFile = JestPlugin._getJestConfigurationLoader( + rootDir, + 'config/jest.config.json' + ); + const loadedConfig: IHeftJestConfiguration = await loader.loadConfigurationFileForProjectAsync( + terminal, + path.join(__dirname, '..', '..', 'lib', 'test', 'project1') + ); + + expect(loadedConfig.preset).toBe(undefined); + expect(loadedConfig.globalSetup).toBe(path.join(rootDir, 'a', 'b', 'globalSetupFile1.js')); + + // Validate string[] + expect(loadedConfig.setupFiles?.length).toBe(2); + expect(loadedConfig.setupFiles![0]).toBe(path.join(rootDir, 'a', 'b', 'setupFile2.js')); + expect(loadedConfig.setupFiles![1]).toBe(path.join(rootDir, 'a', 'b', 'setupFile1.js')); + + // Validate testEnvironment + expect(loadedConfig.testEnvironment).toBe(require.resolve('jest-environment-node')); + + // Validate reporters + expect(loadedConfig.reporters?.length).toBe(3); + expect(loadedConfig.reporters![0]).toBe('default'); + expect(loadedConfig.reporters![1]).toBe(path.join(rootDir, 'a', 'c', 'mockReporter1.js')); + expect((loadedConfig.reporters![2] as Config.ReporterConfig)[0]).toBe( + path.join(rootDir, 'a', 'c', 'd', 'mockReporter2.js') + ); + + // Validate transformers + expect(Object.keys(loadedConfig.transform || {}).length).toBe(2); + expect(loadedConfig.transform!['\\.(xxx)$']).toBe( + path.join(rootDir, 'a', 'b', 'mockTransformModule2.js') + ); + expect((loadedConfig.transform!['\\.(yyy)$'] as Config.TransformerConfig)[0]).toBe( + path.join(rootDir, 'a', 'c', 'mockTransformModule3.js') + ); + + // Validate moduleNameMapper + expect(Object.keys(loadedConfig.moduleNameMapper || {}).length).toBe(4); + expect(loadedConfig.moduleNameMapper!['\\.resx$']).toBe( + // Test overrides + path.join(rootDir, 'a', 'some', 'path', 'to', 'overridden', 'module.js') + ); + expect(loadedConfig.moduleNameMapper!['\\.jpg$']).toBe( + // Test + path.join(rootDir, 'a', 'c', 'some', 'path', 'to', 'module.js') + ); + expect(loadedConfig.moduleNameMapper!['^!!file-loader']).toBe( + // Test + path.join( + Import.resolvePackage({ packageName: '@rushstack/heft', baseFolderPath: __dirname }), + 'some', + 'path', + 'to', + 'module.js' + ) + ); + expect(loadedConfig.moduleNameMapper!['^@1js/search-dispatcher/lib/(.+)']).toBe( + // Test unmodified + '@1js/search-dispatcher/lib-commonjs/$1' + ); + + // Validate globals + expect(Object.keys(loadedConfig.globals || {}).length).toBe(4); + expect(loadedConfig.globals!.key1).toBe('value5'); + expect((loadedConfig.globals!.key2 as string[]).length).toBe(4); + expect((loadedConfig.globals!.key2 as string[])[0]).toBe('value2'); + expect((loadedConfig.globals!.key2 as string[])[1]).toContain('value3'); + expect((loadedConfig.globals!.key2 as string[])[2]).toContain('value2'); + expect((loadedConfig.globals!.key2 as string[])[3]).toContain('value6'); + const key3Obj: any = (loadedConfig.globals as any).key3; // eslint-disable-line @typescript-eslint/no-explicit-any + expect(Object.keys(key3Obj).length).toBe(3); + expect(key3Obj.key4).toBe('value7'); + expect(key3Obj.key5).toBe('value5'); + expect(key3Obj.key6).toBe('value8'); + expect(loadedConfig.globals!.key7).toBe('value9'); + }); + + it('resolves extended package modules', async () => { + // Because we require the built modules, we need to set our rootDir to be in the 'lib' folder, since transpilation + // means that we don't run on the built test assets directly + const rootDir: string = path.resolve(__dirname, '..', '..', 'lib', 'test', 'project1'); + const loader: ConfigurationFile = JestPlugin._getJestConfigurationLoader( + rootDir, + 'config/jest.config.json' + ); + const loadedConfig: IHeftJestConfiguration = await loader.loadConfigurationFileForProjectAsync( + terminal, + path.resolve(__dirname, '..', '..', 'lib', 'test', 'project2') + ); + + expect(loadedConfig.setupFiles?.length).toBe(1); + expect(loadedConfig.setupFiles![0]).toBe(require.resolve('@jest/core')); + + // Also validate that a test environment that we specified as 'jsdom' (but have not added as a dependency) + // is resolved, implying it came from Jest directly + expect(loadedConfig.testEnvironment).toContain('jest-environment-jsdom'); + expect(loadedConfig.testEnvironment).toMatch(/index.js$/); + }); +}); diff --git a/heft-plugins/heft-jest-plugin/src/test/project1/a/b/globalSetupFile1.ts b/heft-plugins/heft-jest-plugin/src/test/project1/a/b/globalSetupFile1.ts new file mode 100644 index 00000000000..e69de29bb2d diff --git a/heft-plugins/heft-jest-plugin/src/test/project1/a/b/mockTransformModule1.ts b/heft-plugins/heft-jest-plugin/src/test/project1/a/b/mockTransformModule1.ts new file mode 100644 index 00000000000..d81d1e46689 --- /dev/null +++ b/heft-plugins/heft-jest-plugin/src/test/project1/a/b/mockTransformModule1.ts @@ -0,0 +1,3 @@ +module.exports = { + moduleValue: 'zzz' +}; diff --git a/heft-plugins/heft-jest-plugin/src/test/project1/a/b/mockTransformModule2.ts b/heft-plugins/heft-jest-plugin/src/test/project1/a/b/mockTransformModule2.ts new file mode 100644 index 00000000000..d81d1e46689 --- /dev/null +++ b/heft-plugins/heft-jest-plugin/src/test/project1/a/b/mockTransformModule2.ts @@ -0,0 +1,3 @@ +module.exports = { + moduleValue: 'zzz' +}; diff --git a/heft-plugins/heft-jest-plugin/src/test/project1/a/b/setupFile1.ts b/heft-plugins/heft-jest-plugin/src/test/project1/a/b/setupFile1.ts new file mode 100644 index 00000000000..e69de29bb2d diff --git a/heft-plugins/heft-jest-plugin/src/test/project1/a/b/setupFile2.ts b/heft-plugins/heft-jest-plugin/src/test/project1/a/b/setupFile2.ts new file mode 100644 index 00000000000..e69de29bb2d diff --git a/heft-plugins/heft-jest-plugin/src/test/project1/a/c/d/globalSetupFile2.ts b/heft-plugins/heft-jest-plugin/src/test/project1/a/c/d/globalSetupFile2.ts new file mode 100644 index 00000000000..e69de29bb2d diff --git a/heft-plugins/heft-jest-plugin/src/test/project1/a/c/d/mockReporter2.ts b/heft-plugins/heft-jest-plugin/src/test/project1/a/c/d/mockReporter2.ts new file mode 100644 index 00000000000..e69de29bb2d diff --git a/heft-plugins/heft-jest-plugin/src/test/project1/a/c/jest.config.json b/heft-plugins/heft-jest-plugin/src/test/project1/a/c/jest.config.json new file mode 100644 index 00000000000..8b53a16d098 --- /dev/null +++ b/heft-plugins/heft-jest-plugin/src/test/project1/a/c/jest.config.json @@ -0,0 +1,29 @@ +{ + "globalSetup": "./d/globalSetupFile2.js", + + "setupFiles": ["../b/setupFile2.js"], + + "reporters": ["default", "./mockReporter1.js", ["./d/mockReporter2.js", { "key": "value" }]], + + "testEnvironment": "node", + + "transform": { + "\\.(xxx)$": ["../b/mockTransformModule1.js", { "key": "value" }], + "\\.(yyy)$": ["./mockTransformModule3.js", { "key": "value" }] + }, + + "moduleNameMapper": { + "\\.resx$": "/some/path/to/module.js", + "\\.jpg$": "/some/path/to/module.js", + "^!!file-loader": "/some/path/to/module.js" + }, + + "globals": { + "key1": "value1", + "key2": ["value2", "value3"], + "key3": { + "key4": "value4", + "key5": "value5" + } + } +} diff --git a/heft-plugins/heft-jest-plugin/src/test/project1/a/c/mockReporter1.ts b/heft-plugins/heft-jest-plugin/src/test/project1/a/c/mockReporter1.ts new file mode 100644 index 00000000000..e69de29bb2d diff --git a/heft-plugins/heft-jest-plugin/src/test/project1/a/c/mockTransformModule3.ts b/heft-plugins/heft-jest-plugin/src/test/project1/a/c/mockTransformModule3.ts new file mode 100644 index 00000000000..e69de29bb2d diff --git a/heft-plugins/heft-jest-plugin/src/test/project1/a/jest.config.json b/heft-plugins/heft-jest-plugin/src/test/project1/a/jest.config.json new file mode 100644 index 00000000000..de0434b548a --- /dev/null +++ b/heft-plugins/heft-jest-plugin/src/test/project1/a/jest.config.json @@ -0,0 +1,14 @@ +{ + "extends": "./c/jest.config.json", + + "setupFiles": ["./b/setupFile1.js"], + + "transform": { + "\\.(xxx)$": "./b/mockTransformModule2.js" + }, + + "moduleNameMapper": { + "\\.resx$": "/some/path/to/overridden/module.js", + "^@1js/search-dispatcher/lib/(.+)": "@1js/search-dispatcher/lib-commonjs/$1" + } +} diff --git a/heft-plugins/heft-jest-plugin/src/test/project1/config/jest.config.json b/heft-plugins/heft-jest-plugin/src/test/project1/config/jest.config.json new file mode 100644 index 00000000000..b54d6102ded --- /dev/null +++ b/heft-plugins/heft-jest-plugin/src/test/project1/config/jest.config.json @@ -0,0 +1,15 @@ +{ + "extends": "../a/jest.config.json", + + "globalSetup": "/a/b/globalSetupFile1.js", + + "globals": { + "key1": "value5", + "key2": ["value2", "value6"], + "key3": { + "key4": "value7", + "key6": "value8" + }, + "key7": "value9" + } +} diff --git a/heft-plugins/heft-jest-plugin/src/test/project2/a/jest.config.json b/heft-plugins/heft-jest-plugin/src/test/project2/a/jest.config.json new file mode 100644 index 00000000000..e9dfbde4f07 --- /dev/null +++ b/heft-plugins/heft-jest-plugin/src/test/project2/a/jest.config.json @@ -0,0 +1,5 @@ +{ + "setupFiles": ["@jest/core"], + + "testEnvironment": "jsdom" +} diff --git a/heft-plugins/heft-jest-plugin/src/test/project2/config/jest.config.json b/heft-plugins/heft-jest-plugin/src/test/project2/config/jest.config.json new file mode 100644 index 00000000000..c57fc64febe --- /dev/null +++ b/heft-plugins/heft-jest-plugin/src/test/project2/config/jest.config.json @@ -0,0 +1,3 @@ +{ + "extends": "../a/jest.config.json" +} diff --git a/heft-plugins/heft-jest-plugin/tsconfig.json b/heft-plugins/heft-jest-plugin/tsconfig.json new file mode 100644 index 00000000000..108cf8e2cf7 --- /dev/null +++ b/heft-plugins/heft-jest-plugin/tsconfig.json @@ -0,0 +1,27 @@ +{ + "$schema": "http://json.schemastore.org/tsconfig", + + "compilerOptions": { + "outDir": "lib", + "rootDir": "src", + + "forceConsistentCasingInFileNames": true, + "jsx": "react", + "declaration": true, + "sourceMap": true, + "declarationMap": true, + "inlineSources": true, + "experimentalDecorators": true, + "strict": true, + "esModuleInterop": true, + "noEmitOnError": false, + "allowUnreachableCode": false, + + "types": ["heft-jest", "node"], + + "module": "commonjs", + "target": "es2017", + "lib": ["es2017"] + }, + "include": ["src/**/*.ts", "src/**/*.tsx"] +} diff --git a/heft-plugins/heft-webpack4-plugin/CHANGELOG.json b/heft-plugins/heft-webpack4-plugin/CHANGELOG.json index 3bf00fef250..af0e59ce0c5 100644 --- a/heft-plugins/heft-webpack4-plugin/CHANGELOG.json +++ b/heft-plugins/heft-webpack4-plugin/CHANGELOG.json @@ -1,6 +1,387 @@ { "name": "@rushstack/heft-webpack4-plugin", "entries": [ + { + "version": "0.1.36", + "tag": "@rushstack/heft-webpack4-plugin_v0.1.36", + "date": "Mon, 12 Jul 2021 23:08:26 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.39.1`" + }, + { + "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.11`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.34.5` to `^0.34.6`" + } + ] + } + }, + { + "version": "0.1.35", + "tag": "@rushstack/heft-webpack4-plugin_v0.1.35", + "date": "Thu, 08 Jul 2021 23:41:17 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.10`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.34.4` to `^0.34.5`" + } + ] + } + }, + { + "version": "0.1.34", + "tag": "@rushstack/heft-webpack4-plugin_v0.1.34", + "date": "Thu, 08 Jul 2021 06:00:48 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.9`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.34.3` to `^0.34.4`" + } + ] + } + }, + { + "version": "0.1.33", + "tag": "@rushstack/heft-webpack4-plugin_v0.1.33", + "date": "Thu, 01 Jul 2021 15:08:27 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.8`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.34.2` to `^0.34.3`" + } + ] + } + }, + { + "version": "0.1.32", + "tag": "@rushstack/heft-webpack4-plugin_v0.1.32", + "date": "Wed, 30 Jun 2021 19:16:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.7`" + } + ] + } + }, + { + "version": "0.1.31", + "tag": "@rushstack/heft-webpack4-plugin_v0.1.31", + "date": "Wed, 30 Jun 2021 15:06:54 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.34.1` to `^0.34.2`" + } + ] + } + }, + { + "version": "0.1.30", + "tag": "@rushstack/heft-webpack4-plugin_v0.1.30", + "date": "Wed, 30 Jun 2021 01:37:17 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.34.0` to `^0.34.1`" + } + ] + } + }, + { + "version": "0.1.29", + "tag": "@rushstack/heft-webpack4-plugin_v0.1.29", + "date": "Fri, 25 Jun 2021 00:08:28 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.33.1` to `^0.34.0`" + } + ] + } + }, + { + "version": "0.1.28", + "tag": "@rushstack/heft-webpack4-plugin_v0.1.28", + "date": "Fri, 18 Jun 2021 06:23:05 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.33.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.33.0` to `^0.33.1`" + } + ] + } + }, + { + "version": "0.1.27", + "tag": "@rushstack/heft-webpack4-plugin_v0.1.27", + "date": "Wed, 16 Jun 2021 18:53:52 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.2`" + } + ] + } + }, + { + "version": "0.1.26", + "tag": "@rushstack/heft-webpack4-plugin_v0.1.26", + "date": "Wed, 16 Jun 2021 15:07:24 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.33.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.32.0` to `^0.33.0`" + } + ] + } + }, + { + "version": "0.1.25", + "tag": "@rushstack/heft-webpack4-plugin_v0.1.25", + "date": "Tue, 15 Jun 2021 20:38:35 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.0`" + } + ] + } + }, + { + "version": "0.1.24", + "tag": "@rushstack/heft-webpack4-plugin_v0.1.24", + "date": "Fri, 11 Jun 2021 23:26:16 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.31`" + } + ] + } + }, + { + "version": "0.1.23", + "tag": "@rushstack/heft-webpack4-plugin_v0.1.23", + "date": "Fri, 11 Jun 2021 00:34:02 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.32.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.30`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.31.5` to `^0.32.0`" + } + ] + } + }, + { + "version": "0.1.22", + "tag": "@rushstack/heft-webpack4-plugin_v0.1.22", + "date": "Thu, 10 Jun 2021 15:08:16 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.29`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.31.4` to `^0.31.5`" + } + ] + } + }, + { + "version": "0.1.21", + "tag": "@rushstack/heft-webpack4-plugin_v0.1.21", + "date": "Fri, 04 Jun 2021 19:59:53 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.39.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.28`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.31.3` to `^0.31.4`" + } + ] + } + }, + { + "version": "0.1.20", + "tag": "@rushstack/heft-webpack4-plugin_v0.1.20", + "date": "Fri, 04 Jun 2021 15:08:20 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.27`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.31.2` to `^0.31.3`" + } + ] + } + }, + { + "version": "0.1.19", + "tag": "@rushstack/heft-webpack4-plugin_v0.1.19", + "date": "Fri, 04 Jun 2021 00:08:34 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.26`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.31.1` to `^0.31.2`" + } + ] + } + }, + { + "version": "0.1.18", + "tag": "@rushstack/heft-webpack4-plugin_v0.1.18", + "date": "Tue, 01 Jun 2021 18:29:26 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.25`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.31.0` to `^0.31.1`" + } + ] + } + }, + { + "version": "0.1.17", + "tag": "@rushstack/heft-webpack4-plugin_v0.1.17", + "date": "Sat, 29 May 2021 01:05:06 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.24`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.30.7` to `^0.31.0`" + } + ] + } + }, + { + "version": "0.1.16", + "tag": "@rushstack/heft-webpack4-plugin_v0.1.16", + "date": "Fri, 28 May 2021 06:19:58 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.30.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.23`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.30.6` to `^0.30.7`" + } + ] + } + }, + { + "version": "0.1.15", + "tag": "@rushstack/heft-webpack4-plugin_v0.1.15", + "date": "Tue, 25 May 2021 00:12:21 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.30.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.22`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.30.5` to `^0.30.6`" + } + ] + } + }, { "version": "0.1.14", "tag": "@rushstack/heft-webpack4-plugin_v0.1.14", diff --git a/heft-plugins/heft-webpack4-plugin/CHANGELOG.md b/heft-plugins/heft-webpack4-plugin/CHANGELOG.md index d3b160020b7..0c3829a40a4 100644 --- a/heft-plugins/heft-webpack4-plugin/CHANGELOG.md +++ b/heft-plugins/heft-webpack4-plugin/CHANGELOG.md @@ -1,6 +1,116 @@ # Change Log - @rushstack/heft-webpack4-plugin -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. +This log was last generated on Mon, 12 Jul 2021 23:08:26 GMT and should not be manually modified. + +## 0.1.36 +Mon, 12 Jul 2021 23:08:26 GMT + +_Version update only_ + +## 0.1.35 +Thu, 08 Jul 2021 23:41:17 GMT + +_Version update only_ + +## 0.1.34 +Thu, 08 Jul 2021 06:00:48 GMT + +_Version update only_ + +## 0.1.33 +Thu, 01 Jul 2021 15:08:27 GMT + +_Version update only_ + +## 0.1.32 +Wed, 30 Jun 2021 19:16:19 GMT + +_Version update only_ + +## 0.1.31 +Wed, 30 Jun 2021 15:06:54 GMT + +_Version update only_ + +## 0.1.30 +Wed, 30 Jun 2021 01:37:17 GMT + +_Version update only_ + +## 0.1.29 +Fri, 25 Jun 2021 00:08:28 GMT + +_Version update only_ + +## 0.1.28 +Fri, 18 Jun 2021 06:23:05 GMT + +_Version update only_ + +## 0.1.27 +Wed, 16 Jun 2021 18:53:52 GMT + +_Version update only_ + +## 0.1.26 +Wed, 16 Jun 2021 15:07:24 GMT + +_Version update only_ + +## 0.1.25 +Tue, 15 Jun 2021 20:38:35 GMT + +_Version update only_ + +## 0.1.24 +Fri, 11 Jun 2021 23:26:16 GMT + +_Version update only_ + +## 0.1.23 +Fri, 11 Jun 2021 00:34:02 GMT + +_Version update only_ + +## 0.1.22 +Thu, 10 Jun 2021 15:08:16 GMT + +_Version update only_ + +## 0.1.21 +Fri, 04 Jun 2021 19:59:53 GMT + +_Version update only_ + +## 0.1.20 +Fri, 04 Jun 2021 15:08:20 GMT + +_Version update only_ + +## 0.1.19 +Fri, 04 Jun 2021 00:08:34 GMT + +_Version update only_ + +## 0.1.18 +Tue, 01 Jun 2021 18:29:26 GMT + +_Version update only_ + +## 0.1.17 +Sat, 29 May 2021 01:05:06 GMT + +_Version update only_ + +## 0.1.16 +Fri, 28 May 2021 06:19:58 GMT + +_Version update only_ + +## 0.1.15 +Tue, 25 May 2021 00:12:21 GMT + +_Version update only_ ## 0.1.14 Wed, 19 May 2021 00:11:39 GMT diff --git a/heft-plugins/heft-webpack4-plugin/config/api-extractor.json b/heft-plugins/heft-webpack4-plugin/config/api-extractor.json index 34fb7776c9d..74590d3c4f8 100644 --- a/heft-plugins/heft-webpack4-plugin/config/api-extractor.json +++ b/heft-plugins/heft-webpack4-plugin/config/api-extractor.json @@ -7,8 +7,7 @@ "reportFolder": "../../../common/reviews/api" }, "docModel": { - "enabled": true, - "apiJsonFilePath": "../../../common/temp/api/.api.json" + "enabled": false }, "dtsRollup": { "enabled": true, diff --git a/heft-plugins/heft-webpack4-plugin/config/jest.config.json b/heft-plugins/heft-webpack4-plugin/config/jest.config.json index b88d4c3de66..4bb17bde3ee 100644 --- a/heft-plugins/heft-webpack4-plugin/config/jest.config.json +++ b/heft-plugins/heft-webpack4-plugin/config/jest.config.json @@ -1,3 +1,3 @@ { - "preset": "./node_modules/@rushstack/heft/includes/jest-shared.config.json" + "extends": "@rushstack/heft-node-rig/profiles/default/config/jest.config.json" } diff --git a/heft-plugins/heft-webpack4-plugin/package.json b/heft-plugins/heft-webpack4-plugin/package.json index b4c8925e938..5f4ec6c1850 100644 --- a/heft-plugins/heft-webpack4-plugin/package.json +++ b/heft-plugins/heft-webpack4-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/heft-webpack4-plugin", - "version": "0.1.14", + "version": "0.1.36", "description": "Heft plugin for Webpack 4", "repository": { "type": "git", @@ -15,7 +15,7 @@ "start": "heft test --clean --watch" }, "peerDependencies": { - "@rushstack/heft": "^0.30.5" + "@rushstack/heft": "^0.34.6" }, "dependencies": { "@rushstack/node-core-library": "workspace:*", diff --git a/heft-plugins/heft-webpack5-plugin/CHANGELOG.json b/heft-plugins/heft-webpack5-plugin/CHANGELOG.json index 390dc370cb7..dee2e1898e6 100644 --- a/heft-plugins/heft-webpack5-plugin/CHANGELOG.json +++ b/heft-plugins/heft-webpack5-plugin/CHANGELOG.json @@ -1,6 +1,387 @@ { "name": "@rushstack/heft-webpack5-plugin", "entries": [ + { + "version": "0.1.36", + "tag": "@rushstack/heft-webpack5-plugin_v0.1.36", + "date": "Mon, 12 Jul 2021 23:08:26 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.39.1`" + }, + { + "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.11`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.34.5` to `^0.34.6`" + } + ] + } + }, + { + "version": "0.1.35", + "tag": "@rushstack/heft-webpack5-plugin_v0.1.35", + "date": "Thu, 08 Jul 2021 23:41:17 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.10`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.34.4` to `^0.34.5`" + } + ] + } + }, + { + "version": "0.1.34", + "tag": "@rushstack/heft-webpack5-plugin_v0.1.34", + "date": "Thu, 08 Jul 2021 06:00:48 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.9`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.34.3` to `^0.34.4`" + } + ] + } + }, + { + "version": "0.1.33", + "tag": "@rushstack/heft-webpack5-plugin_v0.1.33", + "date": "Thu, 01 Jul 2021 15:08:27 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.8`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.34.2` to `^0.34.3`" + } + ] + } + }, + { + "version": "0.1.32", + "tag": "@rushstack/heft-webpack5-plugin_v0.1.32", + "date": "Wed, 30 Jun 2021 19:16:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.7`" + } + ] + } + }, + { + "version": "0.1.31", + "tag": "@rushstack/heft-webpack5-plugin_v0.1.31", + "date": "Wed, 30 Jun 2021 15:06:54 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.34.1` to `^0.34.2`" + } + ] + } + }, + { + "version": "0.1.30", + "tag": "@rushstack/heft-webpack5-plugin_v0.1.30", + "date": "Wed, 30 Jun 2021 01:37:17 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.34.0` to `^0.34.1`" + } + ] + } + }, + { + "version": "0.1.29", + "tag": "@rushstack/heft-webpack5-plugin_v0.1.29", + "date": "Fri, 25 Jun 2021 00:08:28 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.33.1` to `^0.34.0`" + } + ] + } + }, + { + "version": "0.1.28", + "tag": "@rushstack/heft-webpack5-plugin_v0.1.28", + "date": "Fri, 18 Jun 2021 06:23:05 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.33.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.33.0` to `^0.33.1`" + } + ] + } + }, + { + "version": "0.1.27", + "tag": "@rushstack/heft-webpack5-plugin_v0.1.27", + "date": "Wed, 16 Jun 2021 18:53:52 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.2`" + } + ] + } + }, + { + "version": "0.1.26", + "tag": "@rushstack/heft-webpack5-plugin_v0.1.26", + "date": "Wed, 16 Jun 2021 15:07:24 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.33.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.32.0` to `^0.33.0`" + } + ] + } + }, + { + "version": "0.1.25", + "tag": "@rushstack/heft-webpack5-plugin_v0.1.25", + "date": "Tue, 15 Jun 2021 20:38:35 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.0`" + } + ] + } + }, + { + "version": "0.1.24", + "tag": "@rushstack/heft-webpack5-plugin_v0.1.24", + "date": "Fri, 11 Jun 2021 23:26:16 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.31`" + } + ] + } + }, + { + "version": "0.1.23", + "tag": "@rushstack/heft-webpack5-plugin_v0.1.23", + "date": "Fri, 11 Jun 2021 00:34:02 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.32.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.30`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.31.5` to `^0.32.0`" + } + ] + } + }, + { + "version": "0.1.22", + "tag": "@rushstack/heft-webpack5-plugin_v0.1.22", + "date": "Thu, 10 Jun 2021 15:08:16 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.29`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.31.4` to `^0.31.5`" + } + ] + } + }, + { + "version": "0.1.21", + "tag": "@rushstack/heft-webpack5-plugin_v0.1.21", + "date": "Fri, 04 Jun 2021 19:59:53 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.39.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.28`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.31.3` to `^0.31.4`" + } + ] + } + }, + { + "version": "0.1.20", + "tag": "@rushstack/heft-webpack5-plugin_v0.1.20", + "date": "Fri, 04 Jun 2021 15:08:20 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.27`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.31.2` to `^0.31.3`" + } + ] + } + }, + { + "version": "0.1.19", + "tag": "@rushstack/heft-webpack5-plugin_v0.1.19", + "date": "Fri, 04 Jun 2021 00:08:34 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.26`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.31.1` to `^0.31.2`" + } + ] + } + }, + { + "version": "0.1.18", + "tag": "@rushstack/heft-webpack5-plugin_v0.1.18", + "date": "Tue, 01 Jun 2021 18:29:26 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.25`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.31.0` to `^0.31.1`" + } + ] + } + }, + { + "version": "0.1.17", + "tag": "@rushstack/heft-webpack5-plugin_v0.1.17", + "date": "Sat, 29 May 2021 01:05:06 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.24`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.30.7` to `^0.31.0`" + } + ] + } + }, + { + "version": "0.1.16", + "tag": "@rushstack/heft-webpack5-plugin_v0.1.16", + "date": "Fri, 28 May 2021 06:19:58 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.30.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.23`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.30.6` to `^0.30.7`" + } + ] + } + }, + { + "version": "0.1.15", + "tag": "@rushstack/heft-webpack5-plugin_v0.1.15", + "date": "Tue, 25 May 2021 00:12:21 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.30.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.22`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.30.5` to `^0.30.6`" + } + ] + } + }, { "version": "0.1.14", "tag": "@rushstack/heft-webpack5-plugin_v0.1.14", diff --git a/heft-plugins/heft-webpack5-plugin/CHANGELOG.md b/heft-plugins/heft-webpack5-plugin/CHANGELOG.md index c22240b1bfc..8435b76c5f3 100644 --- a/heft-plugins/heft-webpack5-plugin/CHANGELOG.md +++ b/heft-plugins/heft-webpack5-plugin/CHANGELOG.md @@ -1,6 +1,116 @@ # Change Log - @rushstack/heft-webpack5-plugin -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. +This log was last generated on Mon, 12 Jul 2021 23:08:26 GMT and should not be manually modified. + +## 0.1.36 +Mon, 12 Jul 2021 23:08:26 GMT + +_Version update only_ + +## 0.1.35 +Thu, 08 Jul 2021 23:41:17 GMT + +_Version update only_ + +## 0.1.34 +Thu, 08 Jul 2021 06:00:48 GMT + +_Version update only_ + +## 0.1.33 +Thu, 01 Jul 2021 15:08:27 GMT + +_Version update only_ + +## 0.1.32 +Wed, 30 Jun 2021 19:16:19 GMT + +_Version update only_ + +## 0.1.31 +Wed, 30 Jun 2021 15:06:54 GMT + +_Version update only_ + +## 0.1.30 +Wed, 30 Jun 2021 01:37:17 GMT + +_Version update only_ + +## 0.1.29 +Fri, 25 Jun 2021 00:08:28 GMT + +_Version update only_ + +## 0.1.28 +Fri, 18 Jun 2021 06:23:05 GMT + +_Version update only_ + +## 0.1.27 +Wed, 16 Jun 2021 18:53:52 GMT + +_Version update only_ + +## 0.1.26 +Wed, 16 Jun 2021 15:07:24 GMT + +_Version update only_ + +## 0.1.25 +Tue, 15 Jun 2021 20:38:35 GMT + +_Version update only_ + +## 0.1.24 +Fri, 11 Jun 2021 23:26:16 GMT + +_Version update only_ + +## 0.1.23 +Fri, 11 Jun 2021 00:34:02 GMT + +_Version update only_ + +## 0.1.22 +Thu, 10 Jun 2021 15:08:16 GMT + +_Version update only_ + +## 0.1.21 +Fri, 04 Jun 2021 19:59:53 GMT + +_Version update only_ + +## 0.1.20 +Fri, 04 Jun 2021 15:08:20 GMT + +_Version update only_ + +## 0.1.19 +Fri, 04 Jun 2021 00:08:34 GMT + +_Version update only_ + +## 0.1.18 +Tue, 01 Jun 2021 18:29:26 GMT + +_Version update only_ + +## 0.1.17 +Sat, 29 May 2021 01:05:06 GMT + +_Version update only_ + +## 0.1.16 +Fri, 28 May 2021 06:19:58 GMT + +_Version update only_ + +## 0.1.15 +Tue, 25 May 2021 00:12:21 GMT + +_Version update only_ ## 0.1.14 Wed, 19 May 2021 00:11:39 GMT diff --git a/heft-plugins/heft-webpack5-plugin/config/api-extractor.json b/heft-plugins/heft-webpack5-plugin/config/api-extractor.json index 34fb7776c9d..74590d3c4f8 100644 --- a/heft-plugins/heft-webpack5-plugin/config/api-extractor.json +++ b/heft-plugins/heft-webpack5-plugin/config/api-extractor.json @@ -7,8 +7,7 @@ "reportFolder": "../../../common/reviews/api" }, "docModel": { - "enabled": true, - "apiJsonFilePath": "../../../common/temp/api/.api.json" + "enabled": false }, "dtsRollup": { "enabled": true, diff --git a/heft-plugins/heft-webpack5-plugin/config/jest.config.json b/heft-plugins/heft-webpack5-plugin/config/jest.config.json index b88d4c3de66..4bb17bde3ee 100644 --- a/heft-plugins/heft-webpack5-plugin/config/jest.config.json +++ b/heft-plugins/heft-webpack5-plugin/config/jest.config.json @@ -1,3 +1,3 @@ { - "preset": "./node_modules/@rushstack/heft/includes/jest-shared.config.json" + "extends": "@rushstack/heft-node-rig/profiles/default/config/jest.config.json" } diff --git a/heft-plugins/heft-webpack5-plugin/package.json b/heft-plugins/heft-webpack5-plugin/package.json index 45c6f870755..ef508e3c3d1 100644 --- a/heft-plugins/heft-webpack5-plugin/package.json +++ b/heft-plugins/heft-webpack5-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/heft-webpack5-plugin", - "version": "0.1.14", + "version": "0.1.36", "description": "Heft plugin for Webpack 5", "repository": { "type": "git", @@ -15,7 +15,7 @@ "start": "heft test --clean --watch" }, "peerDependencies": { - "@rushstack/heft": "^0.30.5" + "@rushstack/heft": "^0.34.6" }, "dependencies": { "@rushstack/node-core-library": "workspace:*", diff --git a/libraries/debug-certificate-manager/CHANGELOG.json b/libraries/debug-certificate-manager/CHANGELOG.json index e1b3a615597..dacebf2e97f 100644 --- a/libraries/debug-certificate-manager/CHANGELOG.json +++ b/libraries/debug-certificate-manager/CHANGELOG.json @@ -1,6 +1,333 @@ { "name": "@rushstack/debug-certificate-manager", "entries": [ + { + "version": "1.0.47", + "tag": "@rushstack/debug-certificate-manager_v1.0.47", + "date": "Mon, 12 Jul 2021 23:08:26 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.39.1`" + }, + { + "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.11`" + } + ] + } + }, + { + "version": "1.0.46", + "tag": "@rushstack/debug-certificate-manager_v1.0.46", + "date": "Thu, 08 Jul 2021 23:41:17 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.10`" + } + ] + } + }, + { + "version": "1.0.45", + "tag": "@rushstack/debug-certificate-manager_v1.0.45", + "date": "Thu, 08 Jul 2021 06:00:48 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.9`" + } + ] + } + }, + { + "version": "1.0.44", + "tag": "@rushstack/debug-certificate-manager_v1.0.44", + "date": "Thu, 01 Jul 2021 15:08:27 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.8`" + } + ] + } + }, + { + "version": "1.0.43", + "tag": "@rushstack/debug-certificate-manager_v1.0.43", + "date": "Wed, 30 Jun 2021 19:16:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.7`" + } + ] + } + }, + { + "version": "1.0.42", + "tag": "@rushstack/debug-certificate-manager_v1.0.42", + "date": "Wed, 30 Jun 2021 15:06:54 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.6`" + } + ] + } + }, + { + "version": "1.0.41", + "tag": "@rushstack/debug-certificate-manager_v1.0.41", + "date": "Wed, 30 Jun 2021 01:37:17 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.5`" + } + ] + } + }, + { + "version": "1.0.40", + "tag": "@rushstack/debug-certificate-manager_v1.0.40", + "date": "Fri, 25 Jun 2021 00:08:28 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.4`" + } + ] + } + }, + { + "version": "1.0.39", + "tag": "@rushstack/debug-certificate-manager_v1.0.39", + "date": "Fri, 18 Jun 2021 06:23:05 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.33.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.3`" + } + ] + } + }, + { + "version": "1.0.38", + "tag": "@rushstack/debug-certificate-manager_v1.0.38", + "date": "Wed, 16 Jun 2021 18:53:52 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.2`" + } + ] + } + }, + { + "version": "1.0.37", + "tag": "@rushstack/debug-certificate-manager_v1.0.37", + "date": "Wed, 16 Jun 2021 15:07:24 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.33.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.1`" + } + ] + } + }, + { + "version": "1.0.36", + "tag": "@rushstack/debug-certificate-manager_v1.0.36", + "date": "Tue, 15 Jun 2021 20:38:35 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.0`" + } + ] + } + }, + { + "version": "1.0.35", + "tag": "@rushstack/debug-certificate-manager_v1.0.35", + "date": "Fri, 11 Jun 2021 23:26:16 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.31`" + } + ] + } + }, + { + "version": "1.0.34", + "tag": "@rushstack/debug-certificate-manager_v1.0.34", + "date": "Fri, 11 Jun 2021 00:34:02 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.32.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.30`" + } + ] + } + }, + { + "version": "1.0.33", + "tag": "@rushstack/debug-certificate-manager_v1.0.33", + "date": "Thu, 10 Jun 2021 15:08:16 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.29`" + } + ] + } + }, + { + "version": "1.0.32", + "tag": "@rushstack/debug-certificate-manager_v1.0.32", + "date": "Fri, 04 Jun 2021 19:59:53 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.39.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.28`" + } + ] + } + }, + { + "version": "1.0.31", + "tag": "@rushstack/debug-certificate-manager_v1.0.31", + "date": "Fri, 04 Jun 2021 15:08:20 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.27`" + } + ] + } + }, + { + "version": "1.0.30", + "tag": "@rushstack/debug-certificate-manager_v1.0.30", + "date": "Fri, 04 Jun 2021 00:08:34 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.26`" + } + ] + } + }, + { + "version": "1.0.29", + "tag": "@rushstack/debug-certificate-manager_v1.0.29", + "date": "Tue, 01 Jun 2021 18:29:26 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.25`" + } + ] + } + }, + { + "version": "1.0.28", + "tag": "@rushstack/debug-certificate-manager_v1.0.28", + "date": "Sat, 29 May 2021 01:05:06 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.24`" + } + ] + } + }, + { + "version": "1.0.27", + "tag": "@rushstack/debug-certificate-manager_v1.0.27", + "date": "Fri, 28 May 2021 06:19:58 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.30.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.23`" + } + ] + } + }, + { + "version": "1.0.26", + "tag": "@rushstack/debug-certificate-manager_v1.0.26", + "date": "Tue, 25 May 2021 00:12:21 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.30.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.22`" + } + ] + } + }, { "version": "1.0.25", "tag": "@rushstack/debug-certificate-manager_v1.0.25", diff --git a/libraries/debug-certificate-manager/CHANGELOG.md b/libraries/debug-certificate-manager/CHANGELOG.md index 03ce43ddde1..496e4e31b54 100644 --- a/libraries/debug-certificate-manager/CHANGELOG.md +++ b/libraries/debug-certificate-manager/CHANGELOG.md @@ -1,6 +1,116 @@ # Change Log - @rushstack/debug-certificate-manager -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. +This log was last generated on Mon, 12 Jul 2021 23:08:26 GMT and should not be manually modified. + +## 1.0.47 +Mon, 12 Jul 2021 23:08:26 GMT + +_Version update only_ + +## 1.0.46 +Thu, 08 Jul 2021 23:41:17 GMT + +_Version update only_ + +## 1.0.45 +Thu, 08 Jul 2021 06:00:48 GMT + +_Version update only_ + +## 1.0.44 +Thu, 01 Jul 2021 15:08:27 GMT + +_Version update only_ + +## 1.0.43 +Wed, 30 Jun 2021 19:16:19 GMT + +_Version update only_ + +## 1.0.42 +Wed, 30 Jun 2021 15:06:54 GMT + +_Version update only_ + +## 1.0.41 +Wed, 30 Jun 2021 01:37:17 GMT + +_Version update only_ + +## 1.0.40 +Fri, 25 Jun 2021 00:08:28 GMT + +_Version update only_ + +## 1.0.39 +Fri, 18 Jun 2021 06:23:05 GMT + +_Version update only_ + +## 1.0.38 +Wed, 16 Jun 2021 18:53:52 GMT + +_Version update only_ + +## 1.0.37 +Wed, 16 Jun 2021 15:07:24 GMT + +_Version update only_ + +## 1.0.36 +Tue, 15 Jun 2021 20:38:35 GMT + +_Version update only_ + +## 1.0.35 +Fri, 11 Jun 2021 23:26:16 GMT + +_Version update only_ + +## 1.0.34 +Fri, 11 Jun 2021 00:34:02 GMT + +_Version update only_ + +## 1.0.33 +Thu, 10 Jun 2021 15:08:16 GMT + +_Version update only_ + +## 1.0.32 +Fri, 04 Jun 2021 19:59:53 GMT + +_Version update only_ + +## 1.0.31 +Fri, 04 Jun 2021 15:08:20 GMT + +_Version update only_ + +## 1.0.30 +Fri, 04 Jun 2021 00:08:34 GMT + +_Version update only_ + +## 1.0.29 +Tue, 01 Jun 2021 18:29:26 GMT + +_Version update only_ + +## 1.0.28 +Sat, 29 May 2021 01:05:06 GMT + +_Version update only_ + +## 1.0.27 +Fri, 28 May 2021 06:19:58 GMT + +_Version update only_ + +## 1.0.26 +Tue, 25 May 2021 00:12:21 GMT + +_Version update only_ ## 1.0.25 Wed, 19 May 2021 00:11:39 GMT diff --git a/libraries/debug-certificate-manager/package.json b/libraries/debug-certificate-manager/package.json index 145fbec98ff..d445815eff9 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": "1.0.25", + "version": "1.0.47", "description": "Cross-platform functionality to create debug ssl certificates.", "main": "lib/index.js", "typings": "dist/debug-certificate-manager.d.ts", diff --git a/libraries/heft-config-file/CHANGELOG.json b/libraries/heft-config-file/CHANGELOG.json index 0202cc5d242..4dcc6866e18 100644 --- a/libraries/heft-config-file/CHANGELOG.json +++ b/libraries/heft-config-file/CHANGELOG.json @@ -1,6 +1,84 @@ { "name": "@rushstack/heft-config-file", "entries": [ + { + "version": "0.6.1", + "tag": "@rushstack/heft-config-file_v0.6.1", + "date": "Mon, 12 Jul 2021 23:08:26 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.39.1`" + }, + { + "comment": "Updating dependency \"@rushstack/rig-package\" to `0.2.13`" + }, + { + "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.0`" + } + ] + } + }, + { + "version": "0.6.0", + "tag": "@rushstack/heft-config-file_v0.6.0", + "date": "Wed, 30 Jun 2021 01:37:17 GMT", + "comments": { + "minor": [ + { + "comment": "Allow for specifying a custom resolver when resolving paths with heft-config-file. This change removes \"preresolve\" property for JsonPath module resolution options and replaces it with a more flexible \"customResolver\" property" + } + ] + } + }, + { + "version": "0.5.0", + "tag": "@rushstack/heft-config-file_v0.5.0", + "date": "Fri, 11 Jun 2021 00:34:02 GMT", + "comments": { + "minor": [ + { + "comment": "Add \"preresolve\" property to transform paths before resolution" + } + ] + } + }, + { + "version": "0.4.2", + "tag": "@rushstack/heft-config-file_v0.4.2", + "date": "Fri, 04 Jun 2021 19:59:53 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.39.0`" + } + ] + } + }, + { + "version": "0.4.1", + "tag": "@rushstack/heft-config-file_v0.4.1", + "date": "Fri, 04 Jun 2021 00:08:34 GMT", + "comments": { + "patch": [ + { + "comment": "Reduce the number of extra file system calls made when loading many config files." + } + ] + } + }, + { + "version": "0.4.0", + "tag": "@rushstack/heft-config-file_v0.4.0", + "date": "Sat, 29 May 2021 01:05:06 GMT", + "comments": { + "minor": [ + { + "comment": "Expose the ConfigurationFile.projectRelativeFilePath property" + } + ] + } + }, { "version": "0.3.22", "tag": "@rushstack/heft-config-file_v0.3.22", diff --git a/libraries/heft-config-file/CHANGELOG.md b/libraries/heft-config-file/CHANGELOG.md index cb02fc585a3..183b678c123 100644 --- a/libraries/heft-config-file/CHANGELOG.md +++ b/libraries/heft-config-file/CHANGELOG.md @@ -1,6 +1,44 @@ # Change Log - @rushstack/heft-config-file -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. +This log was last generated on Mon, 12 Jul 2021 23:08:26 GMT and should not be manually modified. + +## 0.6.1 +Mon, 12 Jul 2021 23:08:26 GMT + +_Version update only_ + +## 0.6.0 +Wed, 30 Jun 2021 01:37:17 GMT + +### Minor changes + +- Allow for specifying a custom resolver when resolving paths with heft-config-file. This change removes "preresolve" property for JsonPath module resolution options and replaces it with a more flexible "customResolver" property + +## 0.5.0 +Fri, 11 Jun 2021 00:34:02 GMT + +### Minor changes + +- Add "preresolve" property to transform paths before resolution + +## 0.4.2 +Fri, 04 Jun 2021 19:59:53 GMT + +_Version update only_ + +## 0.4.1 +Fri, 04 Jun 2021 00:08:34 GMT + +### Patches + +- Reduce the number of extra file system calls made when loading many config files. + +## 0.4.0 +Sat, 29 May 2021 01:05:06 GMT + +### Minor changes + +- Expose the ConfigurationFile.projectRelativeFilePath property ## 0.3.22 Wed, 19 May 2021 00:11:39 GMT diff --git a/libraries/heft-config-file/config/jest.config.json b/libraries/heft-config-file/config/jest.config.json index b88d4c3de66..4bb17bde3ee 100644 --- a/libraries/heft-config-file/config/jest.config.json +++ b/libraries/heft-config-file/config/jest.config.json @@ -1,3 +1,3 @@ { - "preset": "./node_modules/@rushstack/heft/includes/jest-shared.config.json" + "extends": "@rushstack/heft-node-rig/profiles/default/config/jest.config.json" } diff --git a/libraries/heft-config-file/package.json b/libraries/heft-config-file/package.json index 0356c664db4..afe0a91df9f 100644 --- a/libraries/heft-config-file/package.json +++ b/libraries/heft-config-file/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/heft-config-file", - "version": "0.3.22", + "version": "0.6.1", "description": "Configuration file loader for @rushstack/heft", "repository": { "type": "git", @@ -24,8 +24,8 @@ }, "devDependencies": { "@rushstack/eslint-config": "workspace:*", - "@rushstack/heft": "0.28.0", - "@rushstack/heft-node-rig": "1.0.8", + "@rushstack/heft": "0.32.0", + "@rushstack/heft-node-rig": "1.0.31", "@types/heft-jest": "1.0.1", "@types/node": "10.17.13" } diff --git a/libraries/heft-config-file/src/ConfigurationFile.ts b/libraries/heft-config-file/src/ConfigurationFile.ts index 71115c43f86..302f7fe1dc2 100644 --- a/libraries/heft-config-file/src/ConfigurationFile.ts +++ b/libraries/heft-config-file/src/ConfigurationFile.ts @@ -55,7 +55,12 @@ export enum PathResolutionMethod { * Treat the property as a NodeJS-style require/import reference and resolve using standard * NodeJS filesystem resolution */ - NodeResolve + NodeResolve, + + /** + * Resolve the property using a custom resolver. + */ + custom } const CONFIGURATION_FILE_FIELD_ANNOTATION: unique symbol = Symbol('configuration-file-field-annotation'); @@ -69,17 +74,18 @@ interface IConfigurationFileFieldAnnotation { originalValues: { [propertyName in keyof TField]: unknown }; } -interface IConfigurationFileCacheEntry { - configurationFile?: TConfigurationFile; - error?: Error; -} - /** * Used to specify how node(s) in a JSON object should be processed after being loaded. * * @beta */ export interface IJsonPathMetadata { + /** + * If `IJsonPathMetadata.pathResolutionMethod` is set to `PathResolutionMethod.custom`, + * this property be used to resolve the path. + */ + customResolver?: (configurationFilePath: string, propertyName: string, propertyValue: string) => string; + /** * If this property describes a filesystem path, use this property to describe * how the path should be resolved. @@ -179,7 +185,10 @@ export interface IOriginalValueOptions { */ export class ConfigurationFile { private readonly _schemaPath: string; - private readonly _projectRelativeFilePath: string; + + /** {@inheritDoc IConfigurationFileOptions.projectRelativeFilePath} */ + public readonly projectRelativeFilePath: string; + private readonly _jsonPathMetadata: IJsonPathsMetadata; private readonly _propertyInheritanceTypes: IPropertiesInheritance; private __schema: JsonSchema | undefined; @@ -191,18 +200,21 @@ export class ConfigurationFile { return this.__schema; } - private readonly _configurationFileCache: Map> = - new Map>(); - private readonly _fileExistsCache: Map = new Map(); + private readonly _configPromiseCache: Map> = new Map(); private readonly _packageJsonLookup: PackageJsonLookup = new PackageJsonLookup(); public constructor(options: IConfigurationFileOptions) { - this._projectRelativeFilePath = options.projectRelativeFilePath; + this.projectRelativeFilePath = options.projectRelativeFilePath; this._schemaPath = options.jsonSchemaPath; this._jsonPathMetadata = options.jsonPathMetadata || {}; this._propertyInheritanceTypes = options.propertyInheritance || {}; } + /** + * Find and return a configuration file for the specified project, automatically resolving + * `extends` properties and handling rigged configuration files. Will throw an error if a configuration + * file cannot be found in the rig or project config folder. + */ public async loadConfigurationFileForProjectAsync( terminal: Terminal, projectPath: string, @@ -219,40 +231,20 @@ export class ConfigurationFile { /** * This function is identical to {@link ConfigurationFile.loadConfigurationFileForProjectAsync}, except - * that a preliminary file existence check is performed and this function returns `undefined` if the - * configuration file doesn't exist. + * that it returns `undefined` instead of throwing an error if the configuration file cannot be found. */ public async tryLoadConfigurationFileForProjectAsync( terminal: Terminal, projectPath: string, rigConfig?: RigConfig ): Promise { - const projectConfigurationFilePath: string = this._getConfigurationFilePathForProject(projectPath); - const projectConfigurationFilePathForLogging: string = ConfigurationFile._formatPathForLogging( - projectConfigurationFilePath - ); - let exists: boolean | undefined = this._fileExistsCache.get(projectConfigurationFilePath); - if (exists === undefined) { - exists = await FileSystem.existsAsync(projectConfigurationFilePath); - this._fileExistsCache.set(projectConfigurationFilePath, exists); - } - - if (!exists) { - if (rigConfig) { - terminal.writeVerboseLine( - `Config file "${projectConfigurationFilePathForLogging}" does not exist. Attempting to load via rig.` - ); - return await this._tryLoadConfigurationFileInRigAsync(terminal, rigConfig, new Set()); - } else { + try { + return await this.loadConfigurationFileForProjectAsync(terminal, projectPath, rigConfig); + } catch (e) { + if (FileSystem.isNotExistError(e)) { return undefined; } - } else { - return await this._loadConfigurationFileInnerWithCacheAsync( - terminal, - projectConfigurationFilePath, - new Set(), - undefined - ); + throw e; } } @@ -300,36 +292,39 @@ export class ConfigurationFile { visitedConfigurationFilePaths: Set, rigConfig: RigConfig | undefined ): Promise { - let cacheEntry: IConfigurationFileCacheEntry | undefined = - this._configurationFileCache.get(resolvedConfigurationFilePath); - if (!cacheEntry) { - try { - cacheEntry = { - configurationFile: await this._loadConfigurationFileInnerAsync( - terminal, - resolvedConfigurationFilePath, - visitedConfigurationFilePaths, - rigConfig - ) - }; - } catch (e) { - cacheEntry = { error: e }; - } - } else { - terminal.writeVerboseLine( - `Found "${ConfigurationFile._formatPathForLogging( - resolvedConfigurationFilePath - )}" in ConfigurationFile path.` + let cacheEntryPromise: Promise | undefined = this._configPromiseCache.get( + resolvedConfigurationFilePath + ); + if (!cacheEntryPromise) { + cacheEntryPromise = this._loadConfigurationFileInnerAsync( + terminal, + resolvedConfigurationFilePath, + visitedConfigurationFilePaths, + rigConfig ); + this._configPromiseCache.set(resolvedConfigurationFilePath, cacheEntryPromise); } - if (cacheEntry.error) { - throw cacheEntry.error; - } else { - return cacheEntry.configurationFile! as TConfigurationFile; + // We check for loops after caching a promise for this config file, but before attempting + // to resolve the promise. We can't handle loop detection in the `InnerAsync` function, because + // we could end up waiting for a cached promise (like A -> B -> A) that never resolves. + if (visitedConfigurationFilePaths.has(resolvedConfigurationFilePath)) { + const resolvedConfigurationFilePathForLogging: string = ConfigurationFile._formatPathForLogging( + resolvedConfigurationFilePath + ); + throw new Error( + 'A loop has been detected in the "extends" properties of configuration file at ' + + `"${resolvedConfigurationFilePathForLogging}".` + ); } + visitedConfigurationFilePaths.add(resolvedConfigurationFilePath); + + return await cacheEntryPromise; } + // NOTE: Internal calls to load a configuration file should use `_loadConfigurationFileInnerWithCacheAsync`. + // Don't call this function directly, as it does not provide config file loop detection, + // and you won't get the advantage of queueing up for a config file that is already loading. private async _loadConfigurationFileInnerAsync( terminal: Terminal, resolvedConfigurationFilePath: string, @@ -340,24 +335,15 @@ export class ConfigurationFile { resolvedConfigurationFilePath ); - if (visitedConfigurationFilePaths.has(resolvedConfigurationFilePath)) { - throw new Error( - 'A loop has been detected in the "extends" properties of configuration file at ' + - `"${resolvedConfigurationFilePathForLogging}".` - ); - } - - visitedConfigurationFilePaths.add(resolvedConfigurationFilePath); - let fileText: string; try { fileText = await FileSystem.readFileAsync(resolvedConfigurationFilePath); } catch (e) { if (FileSystem.isNotExistError(e)) { - terminal.writeVerboseLine( - `Configuration file "${resolvedConfigurationFilePathForLogging}" not found.` - ); if (rigConfig) { + terminal.writeVerboseLine( + `Config file "${resolvedConfigurationFilePathForLogging}" does not exist. Attempting to load via rig.` + ); const rigResult: TConfigurationFile | undefined = await this._tryLoadConfigurationFileInRigAsync( terminal, rigConfig, @@ -366,6 +352,10 @@ export class ConfigurationFile { if (rigResult) { return rigResult; } + } else { + terminal.writeVerboseLine( + `Configuration file "${resolvedConfigurationFilePathForLogging}" not found.` + ); } e.message = `File does not exist: ${resolvedConfigurationFilePathForLogging}`; @@ -390,14 +380,14 @@ export class ConfigurationFile { path: jsonPath, json: configurationJson, callback: (payload: unknown, payloadType: string, fullPayload: IJsonPathCallbackObject) => { - if (metadata.pathResolutionMethod !== undefined) { - // eslint-disable-next-line @typescript-eslint/no-explicit-any - (fullPayload.parent as any)[fullPayload.parentProperty] = this._resolvePathProperty( - resolvedConfigurationFilePath, - fullPayload.value, - metadata.pathResolutionMethod - ); - } + const resolvedPath: string = this._resolvePathProperty( + resolvedConfigurationFilePath, + fullPayload.path, + fullPayload.value, + metadata + ); + // eslint-disable-next-line @typescript-eslint/no-explicit-any + (fullPayload.parent as any)[fullPayload.parentProperty] = resolvedPath; }, otherTypeCallback: () => { throw new Error('@other() tags are not supported'); @@ -571,7 +561,7 @@ export class ConfigurationFile { try { return await this._loadConfigurationFileInnerWithCacheAsync( terminal, - nodeJsPath.resolve(rigProfileFolder, this._projectRelativeFilePath), + nodeJsPath.resolve(rigProfileFolder, this.projectRelativeFilePath), visitedConfigurationFilePaths, undefined ); @@ -582,7 +572,7 @@ export class ConfigurationFile { } else { terminal.writeVerboseLine( `Configuration file "${ - this._projectRelativeFilePath + this.projectRelativeFilePath }" not found in rig ("${ConfigurationFile._formatPathForLogging(rigProfileFolder)}")` ); } @@ -625,10 +615,16 @@ export class ConfigurationFile { private _resolvePathProperty( configurationFilePath: string, + propertyName: string, propertyValue: string, - resolutionMethod: PathResolutionMethod | undefined + metadata: IJsonPathMetadata ): string { - switch (resolutionMethod) { + const resolutionMethod: PathResolutionMethod | undefined = metadata.pathResolutionMethod; + if (resolutionMethod === undefined) { + return propertyValue; + } + + switch (metadata.pathResolutionMethod) { case PathResolutionMethod.resolvePathRelativeToConfigurationFile: { return nodeJsPath.resolve(nodeJsPath.dirname(configurationFilePath), propertyValue); } @@ -654,13 +650,25 @@ export class ConfigurationFile { }); } + case PathResolutionMethod.custom: { + if (!metadata.customResolver) { + throw new Error( + `The pathResolutionMethod was set to "${PathResolutionMethod[resolutionMethod]}", but a custom ` + + 'resolver was not provided.' + ); + } + return metadata.customResolver(configurationFilePath, propertyName, propertyValue); + } + default: { - return propertyValue; + throw new Error( + `Unsupported PathResolutionMethod: ${PathResolutionMethod[resolutionMethod]} (${resolutionMethod})` + ); } } } private _getConfigurationFilePathForProject(projectPath: string): string { - return nodeJsPath.resolve(projectPath, this._projectRelativeFilePath); + return nodeJsPath.resolve(projectPath, this.projectRelativeFilePath); } } diff --git a/libraries/heft-config-file/src/test/ConfigurationFile.test.ts b/libraries/heft-config-file/src/test/ConfigurationFile.test.ts index 75584d01cf4..f43b1941bf5 100644 --- a/libraries/heft-config-file/src/test/ConfigurationFile.test.ts +++ b/libraries/heft-config-file/src/test/ConfigurationFile.test.ts @@ -524,13 +524,9 @@ describe('ConfigurationFile', () => { 'config.schema.json' ) }); - try { - expect( - await configFileLoader.tryLoadConfigurationFileForProjectAsync(terminal, __dirname) - ).toBeUndefined(); - } catch (e) { - fail(); - } + expect( + await configFileLoader.tryLoadConfigurationFileForProjectAsync(terminal, __dirname) + ).toBeUndefined(); }); it("Throws an error when the file isn't valid JSON", async () => { diff --git a/libraries/heft-config-file/src/test/__snapshots__/ConfigurationFile.test.ts.snap b/libraries/heft-config-file/src/test/__snapshots__/ConfigurationFile.test.ts.snap index f10a6546902..61e0be9ac01 100644 --- a/libraries/heft-config-file/src/test/__snapshots__/ConfigurationFile.test.ts.snap +++ b/libraries/heft-config-file/src/test/__snapshots__/ConfigurationFile.test.ts.snap @@ -198,7 +198,7 @@ exports[`ConfigurationFile error cases returns undefined when the file doesn't e Object { "error": "", "log": "", - "verbose": "", + "verbose": "Configuration file \\"/src/test/errorCases/invalidType/notExist.json\\" not found.[n]", "warning": "", } `; @@ -218,7 +218,7 @@ exports[`ConfigurationFile loading a rig correctly loads a config file inside a Object { "error": "", "log": "", - "verbose": "Configuration file \\"/src/test/project-referencing-rig/config/simplestConfigFile.json\\" not found.[n]", + "verbose": "Config file \\"/src/test/project-referencing-rig/config/simplestConfigFile.json\\" does not exist. Attempting to load via rig.[n]", "warning": "", } `; @@ -238,7 +238,7 @@ exports[`ConfigurationFile loading a rig throws an error when a config file does Object { "error": "", "log": "", - "verbose": "Configuration file \\"/src/test/project-referencing-rig/config/notExist.json\\" not found.[n]Configuration file \\"/src/test/project-referencing-rig/node_modules/test-rig/profiles/default/config/notExist.json\\" not found.[n]Configuration file \\"config/notExist.json\\" not found in rig (\\"/src/test/project-referencing-rig/node_modules/test-rig/profiles/default\\")[n]", + "verbose": "Config file \\"/src/test/project-referencing-rig/config/notExist.json\\" does not exist. Attempting to load via rig.[n]Configuration file \\"/src/test/project-referencing-rig/node_modules/test-rig/profiles/default/config/notExist.json\\" not found.[n]Configuration file \\"config/notExist.json\\" not found in rig (\\"/src/test/project-referencing-rig/node_modules/test-rig/profiles/default\\")[n]", "warning": "", } `; diff --git a/libraries/load-themed-styles/CHANGELOG.json b/libraries/load-themed-styles/CHANGELOG.json index 2fae1c95016..f2780bcba06 100644 --- a/libraries/load-themed-styles/CHANGELOG.json +++ b/libraries/load-themed-styles/CHANGELOG.json @@ -1,6 +1,327 @@ { "name": "@microsoft/load-themed-styles", "entries": [ + { + "version": "1.10.193", + "tag": "@microsoft/load-themed-styles_v1.10.193", + "date": "Mon, 12 Jul 2021 23:08:26 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.3.11`" + } + ] + } + }, + { + "version": "1.10.192", + "tag": "@microsoft/load-themed-styles_v1.10.192", + "date": "Thu, 08 Jul 2021 23:41:17 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.3.10`" + } + ] + } + }, + { + "version": "1.10.191", + "tag": "@microsoft/load-themed-styles_v1.10.191", + "date": "Thu, 08 Jul 2021 06:00:48 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.3.9`" + } + ] + } + }, + { + "version": "1.10.190", + "tag": "@microsoft/load-themed-styles_v1.10.190", + "date": "Thu, 01 Jul 2021 15:08:27 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.3.8`" + } + ] + } + }, + { + "version": "1.10.189", + "tag": "@microsoft/load-themed-styles_v1.10.189", + "date": "Wed, 30 Jun 2021 19:16:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.3.7`" + } + ] + } + }, + { + "version": "1.10.188", + "tag": "@microsoft/load-themed-styles_v1.10.188", + "date": "Wed, 30 Jun 2021 15:06:54 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.3.6`" + } + ] + } + }, + { + "version": "1.10.187", + "tag": "@microsoft/load-themed-styles_v1.10.187", + "date": "Wed, 30 Jun 2021 01:37:17 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.3.5`" + } + ] + } + }, + { + "version": "1.10.186", + "tag": "@microsoft/load-themed-styles_v1.10.186", + "date": "Fri, 25 Jun 2021 00:08:28 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.3.4`" + } + ] + } + }, + { + "version": "1.10.185", + "tag": "@microsoft/load-themed-styles_v1.10.185", + "date": "Fri, 18 Jun 2021 06:23:05 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.33.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.3.3`" + } + ] + } + }, + { + "version": "1.10.184", + "tag": "@microsoft/load-themed-styles_v1.10.184", + "date": "Wed, 16 Jun 2021 18:53:52 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.3.2`" + } + ] + } + }, + { + "version": "1.10.183", + "tag": "@microsoft/load-themed-styles_v1.10.183", + "date": "Wed, 16 Jun 2021 15:07:24 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.33.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.3.1`" + } + ] + } + }, + { + "version": "1.10.182", + "tag": "@microsoft/load-themed-styles_v1.10.182", + "date": "Tue, 15 Jun 2021 20:38:35 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.3.0`" + } + ] + } + }, + { + "version": "1.10.181", + "tag": "@microsoft/load-themed-styles_v1.10.181", + "date": "Fri, 11 Jun 2021 23:26:16 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.2.38`" + } + ] + } + }, + { + "version": "1.10.180", + "tag": "@microsoft/load-themed-styles_v1.10.180", + "date": "Fri, 11 Jun 2021 00:34:02 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.32.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.2.37`" + } + ] + } + }, + { + "version": "1.10.179", + "tag": "@microsoft/load-themed-styles_v1.10.179", + "date": "Thu, 10 Jun 2021 15:08:16 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.2.36`" + } + ] + } + }, + { + "version": "1.10.178", + "tag": "@microsoft/load-themed-styles_v1.10.178", + "date": "Fri, 04 Jun 2021 19:59:53 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.2.35`" + } + ] + } + }, + { + "version": "1.10.177", + "tag": "@microsoft/load-themed-styles_v1.10.177", + "date": "Fri, 04 Jun 2021 15:08:20 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.2.34`" + } + ] + } + }, + { + "version": "1.10.176", + "tag": "@microsoft/load-themed-styles_v1.10.176", + "date": "Fri, 04 Jun 2021 00:08:34 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.2.33`" + } + ] + } + }, + { + "version": "1.10.175", + "tag": "@microsoft/load-themed-styles_v1.10.175", + "date": "Tue, 01 Jun 2021 18:29:26 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.2.32`" + } + ] + } + }, + { + "version": "1.10.174", + "tag": "@microsoft/load-themed-styles_v1.10.174", + "date": "Sat, 29 May 2021 01:05:06 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.2.31`" + } + ] + } + }, + { + "version": "1.10.173", + "tag": "@microsoft/load-themed-styles_v1.10.173", + "date": "Fri, 28 May 2021 06:19:57 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.30.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.2.30`" + } + ] + } + }, + { + "version": "1.10.172", + "tag": "@microsoft/load-themed-styles_v1.10.172", + "date": "Tue, 25 May 2021 00:12:21 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.30.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-web-rig\" to `0.2.29`" + } + ] + } + }, { "version": "1.10.171", "tag": "@microsoft/load-themed-styles_v1.10.171", diff --git a/libraries/load-themed-styles/CHANGELOG.md b/libraries/load-themed-styles/CHANGELOG.md index cccb634303e..80c9a2948f3 100644 --- a/libraries/load-themed-styles/CHANGELOG.md +++ b/libraries/load-themed-styles/CHANGELOG.md @@ -1,6 +1,116 @@ # Change Log - @microsoft/load-themed-styles -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. +This log was last generated on Mon, 12 Jul 2021 23:08:26 GMT and should not be manually modified. + +## 1.10.193 +Mon, 12 Jul 2021 23:08:26 GMT + +_Version update only_ + +## 1.10.192 +Thu, 08 Jul 2021 23:41:17 GMT + +_Version update only_ + +## 1.10.191 +Thu, 08 Jul 2021 06:00:48 GMT + +_Version update only_ + +## 1.10.190 +Thu, 01 Jul 2021 15:08:27 GMT + +_Version update only_ + +## 1.10.189 +Wed, 30 Jun 2021 19:16:19 GMT + +_Version update only_ + +## 1.10.188 +Wed, 30 Jun 2021 15:06:54 GMT + +_Version update only_ + +## 1.10.187 +Wed, 30 Jun 2021 01:37:17 GMT + +_Version update only_ + +## 1.10.186 +Fri, 25 Jun 2021 00:08:28 GMT + +_Version update only_ + +## 1.10.185 +Fri, 18 Jun 2021 06:23:05 GMT + +_Version update only_ + +## 1.10.184 +Wed, 16 Jun 2021 18:53:52 GMT + +_Version update only_ + +## 1.10.183 +Wed, 16 Jun 2021 15:07:24 GMT + +_Version update only_ + +## 1.10.182 +Tue, 15 Jun 2021 20:38:35 GMT + +_Version update only_ + +## 1.10.181 +Fri, 11 Jun 2021 23:26:16 GMT + +_Version update only_ + +## 1.10.180 +Fri, 11 Jun 2021 00:34:02 GMT + +_Version update only_ + +## 1.10.179 +Thu, 10 Jun 2021 15:08:16 GMT + +_Version update only_ + +## 1.10.178 +Fri, 04 Jun 2021 19:59:53 GMT + +_Version update only_ + +## 1.10.177 +Fri, 04 Jun 2021 15:08:20 GMT + +_Version update only_ + +## 1.10.176 +Fri, 04 Jun 2021 00:08:34 GMT + +_Version update only_ + +## 1.10.175 +Tue, 01 Jun 2021 18:29:26 GMT + +_Version update only_ + +## 1.10.174 +Sat, 29 May 2021 01:05:06 GMT + +_Version update only_ + +## 1.10.173 +Fri, 28 May 2021 06:19:57 GMT + +_Version update only_ + +## 1.10.172 +Tue, 25 May 2021 00:12:21 GMT + +_Version update only_ ## 1.10.171 Wed, 19 May 2021 00:11:39 GMT diff --git a/libraries/load-themed-styles/config/jest.config.json b/libraries/load-themed-styles/config/jest.config.json index b88d4c3de66..600ba9ea39a 100644 --- a/libraries/load-themed-styles/config/jest.config.json +++ b/libraries/load-themed-styles/config/jest.config.json @@ -1,3 +1,3 @@ { - "preset": "./node_modules/@rushstack/heft/includes/jest-shared.config.json" + "extends": "@rushstack/heft-web-rig/profiles/library/config/jest.config.json" } diff --git a/libraries/load-themed-styles/package.json b/libraries/load-themed-styles/package.json index f1a7ec21998..cf7a3a7cda1 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.171", + "version": "1.10.193", "description": "Loads themed styles.", "license": "MIT", "repository": { diff --git a/libraries/node-core-library/CHANGELOG.json b/libraries/node-core-library/CHANGELOG.json index 3da23e55a00..632fd403f01 100644 --- a/libraries/node-core-library/CHANGELOG.json +++ b/libraries/node-core-library/CHANGELOG.json @@ -1,6 +1,30 @@ { "name": "@rushstack/node-core-library", "entries": [ + { + "version": "3.39.1", + "tag": "@rushstack/node-core-library_v3.39.1", + "date": "Mon, 12 Jul 2021 23:08:26 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.0`" + } + ] + } + }, + { + "version": "3.39.0", + "tag": "@rushstack/node-core-library_v3.39.0", + "date": "Fri, 04 Jun 2021 19:59:53 GMT", + "comments": { + "minor": [ + { + "comment": "BREAKING CHANGE: Remove FileSystem.copyFileToManyAsync API. It was determined that this API was a likely source of 0-length file copies. Recommended replacement is to call copyFileAsync." + } + ] + } + }, { "version": "3.38.0", "tag": "@rushstack/node-core-library_v3.38.0", diff --git a/libraries/node-core-library/CHANGELOG.md b/libraries/node-core-library/CHANGELOG.md index 98f9c32cd8a..b7d42654eeb 100644 --- a/libraries/node-core-library/CHANGELOG.md +++ b/libraries/node-core-library/CHANGELOG.md @@ -1,6 +1,18 @@ # Change Log - @rushstack/node-core-library -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. +This log was last generated on Mon, 12 Jul 2021 23:08:26 GMT and should not be manually modified. + +## 3.39.1 +Mon, 12 Jul 2021 23:08:26 GMT + +_Version update only_ + +## 3.39.0 +Fri, 04 Jun 2021 19:59:53 GMT + +### Minor changes + +- BREAKING CHANGE: Remove FileSystem.copyFileToManyAsync API. It was determined that this API was a likely source of 0-length file copies. Recommended replacement is to call copyFileAsync. ## 3.38.0 Wed, 19 May 2021 00:11:39 GMT diff --git a/libraries/node-core-library/config/jest.config.json b/libraries/node-core-library/config/jest.config.json index b88d4c3de66..4bb17bde3ee 100644 --- a/libraries/node-core-library/config/jest.config.json +++ b/libraries/node-core-library/config/jest.config.json @@ -1,3 +1,3 @@ { - "preset": "./node_modules/@rushstack/heft/includes/jest-shared.config.json" + "extends": "@rushstack/heft-node-rig/profiles/default/config/jest.config.json" } diff --git a/libraries/node-core-library/package.json b/libraries/node-core-library/package.json index 4a1491f151b..7e0676be07b 100644 --- a/libraries/node-core-library/package.json +++ b/libraries/node-core-library/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/node-core-library", - "version": "3.38.0", + "version": "3.39.1", "description": "Core libraries that every NodeJS toolchain project should use", "main": "lib/index.js", "typings": "dist/node-core-library.d.ts", @@ -24,8 +24,8 @@ }, "devDependencies": { "@rushstack/eslint-config": "workspace:*", - "@rushstack/heft": "0.28.0", - "@rushstack/heft-node-rig": "1.0.8", + "@rushstack/heft": "0.32.0", + "@rushstack/heft-node-rig": "1.0.31", "@types/fs-extra": "7.0.0", "@types/heft-jest": "1.0.1", "@types/jju": "1.4.1", diff --git a/libraries/node-core-library/src/FileSystem.ts b/libraries/node-core-library/src/FileSystem.ts index abd8d56ebb9..654cbd222a4 100644 --- a/libraries/node-core-library/src/FileSystem.ts +++ b/libraries/node-core-library/src/FileSystem.ts @@ -133,18 +133,6 @@ export interface IFileSystemCopyFileOptions extends IFileSystemCopyFileBaseOptio destinationPath: string; } -/** - * The options for {@link FileSystem.copyFile} - * @public - */ -export interface IFileSystemCopyFileToManyOptions extends IFileSystemCopyFileBaseOptions { - /** - * The path that the object will be copied to. - * The path may be absolute or relative. - */ - destinationPaths: string[]; -} - /** * Specifies the behavior of {@link FileSystem.copyFiles} in a situation where the target object * already exists. @@ -933,100 +921,6 @@ export class FileSystem { }); } - /** - * Copies a single file from one location to one or more other locations. - * By default, the file at the destination is overwritten if it already exists. - * - * @remarks - * The `copyFileToManyAsync()` API cannot be used to copy folders. It copies at most one file. - * - * The implementation is based on `createReadStream()` and `createWriteStream()` from the - * `fs-extra` package. - */ - public static async copyFileToManyAsync(options: IFileSystemCopyFileToManyOptions): Promise { - options = { - ...COPY_FILE_DEFAULT_OPTIONS, - ...options - }; - - if (FileSystem.getStatistics(options.sourcePath).isDirectory()) { - throw new Error( - 'The specified path refers to a folder; this operation expects a file path:\n' + options.sourcePath - ); - } - - await FileSystem._wrapExceptionAsync(async () => { - // See flags documentation: https://nodejs.org/api/fs.html#fs_file_system_flags - const writeFlags: string[] = []; - switch (options.alreadyExistsBehavior) { - case AlreadyExistsBehavior.Error: - case AlreadyExistsBehavior.Ignore: - writeFlags.push('wx'); - break; - case AlreadyExistsBehavior.Overwrite: - default: - writeFlags.push('w'); - } - const flags: string = writeFlags.join(); - - const createPipePromise: (sourceStream: fs.ReadStream, destinationPath: string) => Promise = ( - sourceStream: fs.ReadStream, - destinationPath: string - ) => { - return new Promise((resolve: () => void, reject: (error: Error) => void) => { - const destinationStream: fs.WriteStream = fs.createWriteStream(destinationPath); - const streamsToDestroy: fs.WriteStream[] = [destinationStream]; - sourceStream.on('error', (e: Error) => { - for (const streamToDestroy of streamsToDestroy) { - streamToDestroy.destroy(); - } - reject(e); - }); - sourceStream - .pipe(destinationStream) - .on('close', () => { - resolve(); - }) - .on('error', (e: Error) => { - if (FileSystem.isNotExistError(e)) { - destinationStream.destroy(); - FileSystem.ensureFolder(nodeJsPath.dirname(destinationStream.path as string)); - const retryDestinationStream: fs.WriteStream = fsx.createWriteStream(destinationPath, { - flags - }); - streamsToDestroy.push(retryDestinationStream); - sourceStream - .pipe(retryDestinationStream) - .on('close', () => { - resolve(); - }) - .on('error', (e2: Error) => { - reject(e2); - }); - } else if ( - options.alreadyExistsBehavior === AlreadyExistsBehavior.Ignore && - FileSystem.isErrnoException(e) && - e.code === 'EEXIST' - ) { - resolve(); - } else { - reject(e); - } - }); - }); - }; - - const sourceStream: fs.ReadStream = fsx.createReadStream(options.sourcePath); - const uniqueDestinationPaths: Set = new Set(options.destinationPaths); - const pipePromises: Promise[] = []; - for (const destinationPath of uniqueDestinationPaths) { - pipePromises.push(createPipePromise(sourceStream, destinationPath)); - } - - await Promise.all(pipePromises); - }); - } - /** * Copies a file or folder from one location to another, recursively copying any folder contents. * By default, destinationPath is overwritten if it already exists. diff --git a/libraries/node-core-library/src/index.ts b/libraries/node-core-library/src/index.ts index 317e43ea4b0..8f2b235c359 100644 --- a/libraries/node-core-library/src/index.ts +++ b/libraries/node-core-library/src/index.ts @@ -67,7 +67,6 @@ export { IFileSystemCopyFileOptions, IFileSystemCopyFilesAsyncOptions, IFileSystemCopyFilesOptions, - IFileSystemCopyFileToManyOptions, IFileSystemCreateLinkOptions, IFileSystemDeleteFileOptions, IFileSystemMoveOptions, diff --git a/libraries/package-deps-hash/CHANGELOG.json b/libraries/package-deps-hash/CHANGELOG.json index 0d1e6f127ed..a0107732952 100644 --- a/libraries/package-deps-hash/CHANGELOG.json +++ b/libraries/package-deps-hash/CHANGELOG.json @@ -1,6 +1,339 @@ { "name": "@rushstack/package-deps-hash", "entries": [ + { + "version": "3.0.52", + "tag": "@rushstack/package-deps-hash_v3.0.52", + "date": "Mon, 12 Jul 2021 23:08:26 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.39.1`" + }, + { + "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.11`" + }, + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.39.1`" + } + ] + } + }, + { + "version": "3.0.51", + "tag": "@rushstack/package-deps-hash_v3.0.51", + "date": "Thu, 08 Jul 2021 23:41:17 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.10`" + } + ] + } + }, + { + "version": "3.0.50", + "tag": "@rushstack/package-deps-hash_v3.0.50", + "date": "Thu, 08 Jul 2021 06:00:48 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.9`" + } + ] + } + }, + { + "version": "3.0.49", + "tag": "@rushstack/package-deps-hash_v3.0.49", + "date": "Thu, 01 Jul 2021 15:08:27 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.8`" + } + ] + } + }, + { + "version": "3.0.48", + "tag": "@rushstack/package-deps-hash_v3.0.48", + "date": "Wed, 30 Jun 2021 19:16:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.7`" + } + ] + } + }, + { + "version": "3.0.47", + "tag": "@rushstack/package-deps-hash_v3.0.47", + "date": "Wed, 30 Jun 2021 15:06:54 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.6`" + } + ] + } + }, + { + "version": "3.0.46", + "tag": "@rushstack/package-deps-hash_v3.0.46", + "date": "Wed, 30 Jun 2021 01:37:17 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.5`" + } + ] + } + }, + { + "version": "3.0.45", + "tag": "@rushstack/package-deps-hash_v3.0.45", + "date": "Fri, 25 Jun 2021 00:08:28 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.4`" + } + ] + } + }, + { + "version": "3.0.44", + "tag": "@rushstack/package-deps-hash_v3.0.44", + "date": "Fri, 18 Jun 2021 06:23:05 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.33.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.3`" + } + ] + } + }, + { + "version": "3.0.43", + "tag": "@rushstack/package-deps-hash_v3.0.43", + "date": "Wed, 16 Jun 2021 18:53:52 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.2`" + } + ] + } + }, + { + "version": "3.0.42", + "tag": "@rushstack/package-deps-hash_v3.0.42", + "date": "Wed, 16 Jun 2021 15:07:24 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.33.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.1`" + } + ] + } + }, + { + "version": "3.0.41", + "tag": "@rushstack/package-deps-hash_v3.0.41", + "date": "Tue, 15 Jun 2021 20:38:35 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.0`" + } + ] + } + }, + { + "version": "3.0.40", + "tag": "@rushstack/package-deps-hash_v3.0.40", + "date": "Fri, 11 Jun 2021 23:26:16 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.31`" + } + ] + } + }, + { + "version": "3.0.39", + "tag": "@rushstack/package-deps-hash_v3.0.39", + "date": "Fri, 11 Jun 2021 00:34:02 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.32.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.30`" + } + ] + } + }, + { + "version": "3.0.38", + "tag": "@rushstack/package-deps-hash_v3.0.38", + "date": "Thu, 10 Jun 2021 15:08:16 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.29`" + } + ] + } + }, + { + "version": "3.0.37", + "tag": "@rushstack/package-deps-hash_v3.0.37", + "date": "Fri, 04 Jun 2021 19:59:53 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.39.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.28`" + }, + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.39.0`" + } + ] + } + }, + { + "version": "3.0.36", + "tag": "@rushstack/package-deps-hash_v3.0.36", + "date": "Fri, 04 Jun 2021 15:08:20 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.27`" + } + ] + } + }, + { + "version": "3.0.35", + "tag": "@rushstack/package-deps-hash_v3.0.35", + "date": "Fri, 04 Jun 2021 00:08:34 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.26`" + } + ] + } + }, + { + "version": "3.0.34", + "tag": "@rushstack/package-deps-hash_v3.0.34", + "date": "Tue, 01 Jun 2021 18:29:26 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.25`" + } + ] + } + }, + { + "version": "3.0.33", + "tag": "@rushstack/package-deps-hash_v3.0.33", + "date": "Sat, 29 May 2021 01:05:06 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.24`" + } + ] + } + }, + { + "version": "3.0.32", + "tag": "@rushstack/package-deps-hash_v3.0.32", + "date": "Fri, 28 May 2021 06:19:58 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.30.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.23`" + } + ] + } + }, + { + "version": "3.0.31", + "tag": "@rushstack/package-deps-hash_v3.0.31", + "date": "Tue, 25 May 2021 00:12:21 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.30.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.22`" + } + ] + } + }, { "version": "3.0.30", "tag": "@rushstack/package-deps-hash_v3.0.30", diff --git a/libraries/package-deps-hash/CHANGELOG.md b/libraries/package-deps-hash/CHANGELOG.md index d0188d7a0b9..836d3ca2008 100644 --- a/libraries/package-deps-hash/CHANGELOG.md +++ b/libraries/package-deps-hash/CHANGELOG.md @@ -1,6 +1,116 @@ # Change Log - @rushstack/package-deps-hash -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. +This log was last generated on Mon, 12 Jul 2021 23:08:26 GMT and should not be manually modified. + +## 3.0.52 +Mon, 12 Jul 2021 23:08:26 GMT + +_Version update only_ + +## 3.0.51 +Thu, 08 Jul 2021 23:41:17 GMT + +_Version update only_ + +## 3.0.50 +Thu, 08 Jul 2021 06:00:48 GMT + +_Version update only_ + +## 3.0.49 +Thu, 01 Jul 2021 15:08:27 GMT + +_Version update only_ + +## 3.0.48 +Wed, 30 Jun 2021 19:16:19 GMT + +_Version update only_ + +## 3.0.47 +Wed, 30 Jun 2021 15:06:54 GMT + +_Version update only_ + +## 3.0.46 +Wed, 30 Jun 2021 01:37:17 GMT + +_Version update only_ + +## 3.0.45 +Fri, 25 Jun 2021 00:08:28 GMT + +_Version update only_ + +## 3.0.44 +Fri, 18 Jun 2021 06:23:05 GMT + +_Version update only_ + +## 3.0.43 +Wed, 16 Jun 2021 18:53:52 GMT + +_Version update only_ + +## 3.0.42 +Wed, 16 Jun 2021 15:07:24 GMT + +_Version update only_ + +## 3.0.41 +Tue, 15 Jun 2021 20:38:35 GMT + +_Version update only_ + +## 3.0.40 +Fri, 11 Jun 2021 23:26:16 GMT + +_Version update only_ + +## 3.0.39 +Fri, 11 Jun 2021 00:34:02 GMT + +_Version update only_ + +## 3.0.38 +Thu, 10 Jun 2021 15:08:16 GMT + +_Version update only_ + +## 3.0.37 +Fri, 04 Jun 2021 19:59:53 GMT + +_Version update only_ + +## 3.0.36 +Fri, 04 Jun 2021 15:08:20 GMT + +_Version update only_ + +## 3.0.35 +Fri, 04 Jun 2021 00:08:34 GMT + +_Version update only_ + +## 3.0.34 +Tue, 01 Jun 2021 18:29:26 GMT + +_Version update only_ + +## 3.0.33 +Sat, 29 May 2021 01:05:06 GMT + +_Version update only_ + +## 3.0.32 +Fri, 28 May 2021 06:19:58 GMT + +_Version update only_ + +## 3.0.31 +Tue, 25 May 2021 00:12:21 GMT + +_Version update only_ ## 3.0.30 Wed, 19 May 2021 00:11:39 GMT diff --git a/libraries/package-deps-hash/config/jest.config.json b/libraries/package-deps-hash/config/jest.config.json index b88d4c3de66..4bb17bde3ee 100644 --- a/libraries/package-deps-hash/config/jest.config.json +++ b/libraries/package-deps-hash/config/jest.config.json @@ -1,3 +1,3 @@ { - "preset": "./node_modules/@rushstack/heft/includes/jest-shared.config.json" + "extends": "@rushstack/heft-node-rig/profiles/default/config/jest.config.json" } diff --git a/libraries/package-deps-hash/package.json b/libraries/package-deps-hash/package.json index 09878cfea99..d063a921091 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": "3.0.30", + "version": "3.0.52", "description": "", "main": "lib/index.js", "typings": "dist/package-deps-hash.d.ts", diff --git a/libraries/rig-package/CHANGELOG.json b/libraries/rig-package/CHANGELOG.json index eeab4f9f830..1c4eef531e2 100644 --- a/libraries/rig-package/CHANGELOG.json +++ b/libraries/rig-package/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/rig-package", "entries": [ + { + "version": "0.2.13", + "tag": "@rushstack/rig-package_v0.2.13", + "date": "Mon, 12 Jul 2021 23:08:26 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.0`" + } + ] + } + }, { "version": "0.2.12", "tag": "@rushstack/rig-package_v0.2.12", diff --git a/libraries/rig-package/CHANGELOG.md b/libraries/rig-package/CHANGELOG.md index 360bd6a5d09..fac46a6ce61 100644 --- a/libraries/rig-package/CHANGELOG.md +++ b/libraries/rig-package/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @rushstack/rig-package -This log was last generated on Mon, 12 Apr 2021 15:10:28 GMT and should not be manually modified. +This log was last generated on Mon, 12 Jul 2021 23:08:26 GMT and should not be manually modified. + +## 0.2.13 +Mon, 12 Jul 2021 23:08:26 GMT + +_Version update only_ ## 0.2.12 Mon, 12 Apr 2021 15:10:28 GMT diff --git a/libraries/rig-package/config/jest.config.json b/libraries/rig-package/config/jest.config.json index b88d4c3de66..4bb17bde3ee 100644 --- a/libraries/rig-package/config/jest.config.json +++ b/libraries/rig-package/config/jest.config.json @@ -1,3 +1,3 @@ { - "preset": "./node_modules/@rushstack/heft/includes/jest-shared.config.json" + "extends": "@rushstack/heft-node-rig/profiles/default/config/jest.config.json" } diff --git a/libraries/rig-package/package.json b/libraries/rig-package/package.json index 2e6f8d28ac9..d5d066b7fc8 100644 --- a/libraries/rig-package/package.json +++ b/libraries/rig-package/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/rig-package", - "version": "0.2.12", + "version": "0.2.13", "description": "A system for sharing tool configurations between projects without duplicating config files.", "main": "lib/index.js", "typings": "dist/rig-package.d.ts", @@ -17,8 +17,8 @@ }, "devDependencies": { "@rushstack/eslint-config": "workspace:*", - "@rushstack/heft-node-rig": "1.0.8", - "@rushstack/heft": "0.28.0", + "@rushstack/heft-node-rig": "1.0.31", + "@rushstack/heft": "0.32.0", "@types/heft-jest": "1.0.1", "@types/node": "10.17.13", "@types/resolve": "1.17.1", diff --git a/libraries/rushell/config/jest.config.json b/libraries/rushell/config/jest.config.json index b88d4c3de66..4bb17bde3ee 100644 --- a/libraries/rushell/config/jest.config.json +++ b/libraries/rushell/config/jest.config.json @@ -1,3 +1,3 @@ { - "preset": "./node_modules/@rushstack/heft/includes/jest-shared.config.json" + "extends": "@rushstack/heft-node-rig/profiles/default/config/jest.config.json" } diff --git a/libraries/stream-collator/CHANGELOG.json b/libraries/stream-collator/CHANGELOG.json index be39e20a2e3..156802d5420 100644 --- a/libraries/stream-collator/CHANGELOG.json +++ b/libraries/stream-collator/CHANGELOG.json @@ -1,6 +1,411 @@ { "name": "@rushstack/stream-collator", "entries": [ + { + "version": "4.0.107", + "tag": "@rushstack/stream-collator_v4.0.107", + "date": "Mon, 12 Jul 2021 23:08:26 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.39.1`" + }, + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.2.9`" + }, + { + "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.11`" + } + ] + } + }, + { + "version": "4.0.106", + "tag": "@rushstack/stream-collator_v4.0.106", + "date": "Thu, 08 Jul 2021 23:41:17 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.2.8`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.10`" + } + ] + } + }, + { + "version": "4.0.105", + "tag": "@rushstack/stream-collator_v4.0.105", + "date": "Thu, 08 Jul 2021 06:00:48 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.2.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.9`" + } + ] + } + }, + { + "version": "4.0.104", + "tag": "@rushstack/stream-collator_v4.0.104", + "date": "Thu, 01 Jul 2021 15:08:27 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.2.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.8`" + } + ] + } + }, + { + "version": "4.0.103", + "tag": "@rushstack/stream-collator_v4.0.103", + "date": "Wed, 30 Jun 2021 19:16:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.2.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.7`" + } + ] + } + }, + { + "version": "4.0.102", + "tag": "@rushstack/stream-collator_v4.0.102", + "date": "Wed, 30 Jun 2021 15:06:54 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.2.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.6`" + } + ] + } + }, + { + "version": "4.0.101", + "tag": "@rushstack/stream-collator_v4.0.101", + "date": "Wed, 30 Jun 2021 01:37:17 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.2.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.5`" + } + ] + } + }, + { + "version": "4.0.100", + "tag": "@rushstack/stream-collator_v4.0.100", + "date": "Fri, 25 Jun 2021 00:08:28 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.2.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.4`" + } + ] + } + }, + { + "version": "4.0.99", + "tag": "@rushstack/stream-collator_v4.0.99", + "date": "Fri, 18 Jun 2021 06:23:05 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.2.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.33.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.3`" + } + ] + } + }, + { + "version": "4.0.98", + "tag": "@rushstack/stream-collator_v4.0.98", + "date": "Fri, 18 Jun 2021 00:08:51 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.2.0`" + } + ] + } + }, + { + "version": "4.0.97", + "tag": "@rushstack/stream-collator_v4.0.97", + "date": "Wed, 16 Jun 2021 18:53:52 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.1.96`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.2`" + } + ] + } + }, + { + "version": "4.0.96", + "tag": "@rushstack/stream-collator_v4.0.96", + "date": "Wed, 16 Jun 2021 15:07:24 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.1.95`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.33.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.1`" + } + ] + } + }, + { + "version": "4.0.95", + "tag": "@rushstack/stream-collator_v4.0.95", + "date": "Tue, 15 Jun 2021 20:38:35 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.1.94`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.0`" + } + ] + } + }, + { + "version": "4.0.94", + "tag": "@rushstack/stream-collator_v4.0.94", + "date": "Fri, 11 Jun 2021 23:26:16 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.1.93`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.31`" + } + ] + } + }, + { + "version": "4.0.93", + "tag": "@rushstack/stream-collator_v4.0.93", + "date": "Fri, 11 Jun 2021 00:34:02 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.1.92`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.32.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.30`" + } + ] + } + }, + { + "version": "4.0.92", + "tag": "@rushstack/stream-collator_v4.0.92", + "date": "Thu, 10 Jun 2021 15:08:16 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.1.91`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.29`" + } + ] + } + }, + { + "version": "4.0.91", + "tag": "@rushstack/stream-collator_v4.0.91", + "date": "Fri, 04 Jun 2021 19:59:53 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.39.0`" + }, + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.1.90`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.28`" + } + ] + } + }, + { + "version": "4.0.90", + "tag": "@rushstack/stream-collator_v4.0.90", + "date": "Fri, 04 Jun 2021 15:08:21 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.1.89`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.27`" + } + ] + } + }, + { + "version": "4.0.89", + "tag": "@rushstack/stream-collator_v4.0.89", + "date": "Fri, 04 Jun 2021 00:08:34 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.1.88`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.26`" + } + ] + } + }, + { + "version": "4.0.88", + "tag": "@rushstack/stream-collator_v4.0.88", + "date": "Tue, 01 Jun 2021 18:29:26 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.1.87`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.25`" + } + ] + } + }, + { + "version": "4.0.87", + "tag": "@rushstack/stream-collator_v4.0.87", + "date": "Sat, 29 May 2021 01:05:06 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.1.86`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.24`" + } + ] + } + }, + { + "version": "4.0.86", + "tag": "@rushstack/stream-collator_v4.0.86", + "date": "Fri, 28 May 2021 06:19:58 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.1.85`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.30.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.23`" + } + ] + } + }, + { + "version": "4.0.85", + "tag": "@rushstack/stream-collator_v4.0.85", + "date": "Tue, 25 May 2021 00:12:21 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/terminal\" to `0.1.84`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.30.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.22`" + } + ] + } + }, { "version": "4.0.84", "tag": "@rushstack/stream-collator_v4.0.84", diff --git a/libraries/stream-collator/CHANGELOG.md b/libraries/stream-collator/CHANGELOG.md index 7a7f8033676..67ee75b6be5 100644 --- a/libraries/stream-collator/CHANGELOG.md +++ b/libraries/stream-collator/CHANGELOG.md @@ -1,6 +1,121 @@ # Change Log - @rushstack/stream-collator -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. +This log was last generated on Mon, 12 Jul 2021 23:08:26 GMT and should not be manually modified. + +## 4.0.107 +Mon, 12 Jul 2021 23:08:26 GMT + +_Version update only_ + +## 4.0.106 +Thu, 08 Jul 2021 23:41:17 GMT + +_Version update only_ + +## 4.0.105 +Thu, 08 Jul 2021 06:00:48 GMT + +_Version update only_ + +## 4.0.104 +Thu, 01 Jul 2021 15:08:27 GMT + +_Version update only_ + +## 4.0.103 +Wed, 30 Jun 2021 19:16:19 GMT + +_Version update only_ + +## 4.0.102 +Wed, 30 Jun 2021 15:06:54 GMT + +_Version update only_ + +## 4.0.101 +Wed, 30 Jun 2021 01:37:17 GMT + +_Version update only_ + +## 4.0.100 +Fri, 25 Jun 2021 00:08:28 GMT + +_Version update only_ + +## 4.0.99 +Fri, 18 Jun 2021 06:23:05 GMT + +_Version update only_ + +## 4.0.98 +Fri, 18 Jun 2021 00:08:51 GMT + +_Version update only_ + +## 4.0.97 +Wed, 16 Jun 2021 18:53:52 GMT + +_Version update only_ + +## 4.0.96 +Wed, 16 Jun 2021 15:07:24 GMT + +_Version update only_ + +## 4.0.95 +Tue, 15 Jun 2021 20:38:35 GMT + +_Version update only_ + +## 4.0.94 +Fri, 11 Jun 2021 23:26:16 GMT + +_Version update only_ + +## 4.0.93 +Fri, 11 Jun 2021 00:34:02 GMT + +_Version update only_ + +## 4.0.92 +Thu, 10 Jun 2021 15:08:16 GMT + +_Version update only_ + +## 4.0.91 +Fri, 04 Jun 2021 19:59:53 GMT + +_Version update only_ + +## 4.0.90 +Fri, 04 Jun 2021 15:08:21 GMT + +_Version update only_ + +## 4.0.89 +Fri, 04 Jun 2021 00:08:34 GMT + +_Version update only_ + +## 4.0.88 +Tue, 01 Jun 2021 18:29:26 GMT + +_Version update only_ + +## 4.0.87 +Sat, 29 May 2021 01:05:06 GMT + +_Version update only_ + +## 4.0.86 +Fri, 28 May 2021 06:19:58 GMT + +_Version update only_ + +## 4.0.85 +Tue, 25 May 2021 00:12:21 GMT + +_Version update only_ ## 4.0.84 Wed, 19 May 2021 00:11:39 GMT diff --git a/libraries/stream-collator/config/jest.config.json b/libraries/stream-collator/config/jest.config.json index b88d4c3de66..4bb17bde3ee 100644 --- a/libraries/stream-collator/config/jest.config.json +++ b/libraries/stream-collator/config/jest.config.json @@ -1,3 +1,3 @@ { - "preset": "./node_modules/@rushstack/heft/includes/jest-shared.config.json" + "extends": "@rushstack/heft-node-rig/profiles/default/config/jest.config.json" } diff --git a/libraries/stream-collator/package.json b/libraries/stream-collator/package.json index 6c2a1bc5cc3..85738dc4349 100644 --- a/libraries/stream-collator/package.json +++ b/libraries/stream-collator/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/stream-collator", - "version": "4.0.84", + "version": "4.0.107", "description": "Display intelligible realtime output from concurrent processes", "repository": { "type": "git", diff --git a/libraries/terminal/CHANGELOG.json b/libraries/terminal/CHANGELOG.json index a78efd00b67..ab6b9c960e6 100644 --- a/libraries/terminal/CHANGELOG.json +++ b/libraries/terminal/CHANGELOG.json @@ -1,6 +1,345 @@ { "name": "@rushstack/terminal", "entries": [ + { + "version": "0.2.9", + "tag": "@rushstack/terminal_v0.2.9", + "date": "Mon, 12 Jul 2021 23:08:26 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.39.1`" + }, + { + "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.11`" + } + ] + } + }, + { + "version": "0.2.8", + "tag": "@rushstack/terminal_v0.2.8", + "date": "Thu, 08 Jul 2021 23:41:17 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.10`" + } + ] + } + }, + { + "version": "0.2.7", + "tag": "@rushstack/terminal_v0.2.7", + "date": "Thu, 08 Jul 2021 06:00:48 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.9`" + } + ] + } + }, + { + "version": "0.2.6", + "tag": "@rushstack/terminal_v0.2.6", + "date": "Thu, 01 Jul 2021 15:08:27 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.8`" + } + ] + } + }, + { + "version": "0.2.5", + "tag": "@rushstack/terminal_v0.2.5", + "date": "Wed, 30 Jun 2021 19:16:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.7`" + } + ] + } + }, + { + "version": "0.2.4", + "tag": "@rushstack/terminal_v0.2.4", + "date": "Wed, 30 Jun 2021 15:06:54 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.6`" + } + ] + } + }, + { + "version": "0.2.3", + "tag": "@rushstack/terminal_v0.2.3", + "date": "Wed, 30 Jun 2021 01:37:17 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.5`" + } + ] + } + }, + { + "version": "0.2.2", + "tag": "@rushstack/terminal_v0.2.2", + "date": "Fri, 25 Jun 2021 00:08:28 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.4`" + } + ] + } + }, + { + "version": "0.2.1", + "tag": "@rushstack/terminal_v0.2.1", + "date": "Fri, 18 Jun 2021 06:23:05 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.33.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.3`" + } + ] + } + }, + { + "version": "0.2.0", + "tag": "@rushstack/terminal_v0.2.0", + "date": "Fri, 18 Jun 2021 00:08:51 GMT", + "comments": { + "minor": [ + { + "comment": "Export console printing utilities from the PrintUtility class." + } + ] + } + }, + { + "version": "0.1.96", + "tag": "@rushstack/terminal_v0.1.96", + "date": "Wed, 16 Jun 2021 18:53:52 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.2`" + } + ] + } + }, + { + "version": "0.1.95", + "tag": "@rushstack/terminal_v0.1.95", + "date": "Wed, 16 Jun 2021 15:07:24 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.33.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.1`" + } + ] + } + }, + { + "version": "0.1.94", + "tag": "@rushstack/terminal_v0.1.94", + "date": "Tue, 15 Jun 2021 20:38:35 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.0`" + } + ] + } + }, + { + "version": "0.1.93", + "tag": "@rushstack/terminal_v0.1.93", + "date": "Fri, 11 Jun 2021 23:26:16 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.31`" + } + ] + } + }, + { + "version": "0.1.92", + "tag": "@rushstack/terminal_v0.1.92", + "date": "Fri, 11 Jun 2021 00:34:02 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.32.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.30`" + } + ] + } + }, + { + "version": "0.1.91", + "tag": "@rushstack/terminal_v0.1.91", + "date": "Thu, 10 Jun 2021 15:08:16 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.29`" + } + ] + } + }, + { + "version": "0.1.90", + "tag": "@rushstack/terminal_v0.1.90", + "date": "Fri, 04 Jun 2021 19:59:53 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.39.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.28`" + } + ] + } + }, + { + "version": "0.1.89", + "tag": "@rushstack/terminal_v0.1.89", + "date": "Fri, 04 Jun 2021 15:08:21 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.27`" + } + ] + } + }, + { + "version": "0.1.88", + "tag": "@rushstack/terminal_v0.1.88", + "date": "Fri, 04 Jun 2021 00:08:34 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.26`" + } + ] + } + }, + { + "version": "0.1.87", + "tag": "@rushstack/terminal_v0.1.87", + "date": "Tue, 01 Jun 2021 18:29:26 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.25`" + } + ] + } + }, + { + "version": "0.1.86", + "tag": "@rushstack/terminal_v0.1.86", + "date": "Sat, 29 May 2021 01:05:06 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.24`" + } + ] + } + }, + { + "version": "0.1.85", + "tag": "@rushstack/terminal_v0.1.85", + "date": "Fri, 28 May 2021 06:19:58 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.30.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.23`" + } + ] + } + }, + { + "version": "0.1.84", + "tag": "@rushstack/terminal_v0.1.84", + "date": "Tue, 25 May 2021 00:12:21 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.30.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.22`" + } + ] + } + }, { "version": "0.1.83", "tag": "@rushstack/terminal_v0.1.83", diff --git a/libraries/terminal/CHANGELOG.md b/libraries/terminal/CHANGELOG.md index f458987862d..8c87cb8b9d1 100644 --- a/libraries/terminal/CHANGELOG.md +++ b/libraries/terminal/CHANGELOG.md @@ -1,6 +1,123 @@ # Change Log - @rushstack/terminal -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. +This log was last generated on Mon, 12 Jul 2021 23:08:26 GMT and should not be manually modified. + +## 0.2.9 +Mon, 12 Jul 2021 23:08:26 GMT + +_Version update only_ + +## 0.2.8 +Thu, 08 Jul 2021 23:41:17 GMT + +_Version update only_ + +## 0.2.7 +Thu, 08 Jul 2021 06:00:48 GMT + +_Version update only_ + +## 0.2.6 +Thu, 01 Jul 2021 15:08:27 GMT + +_Version update only_ + +## 0.2.5 +Wed, 30 Jun 2021 19:16:19 GMT + +_Version update only_ + +## 0.2.4 +Wed, 30 Jun 2021 15:06:54 GMT + +_Version update only_ + +## 0.2.3 +Wed, 30 Jun 2021 01:37:17 GMT + +_Version update only_ + +## 0.2.2 +Fri, 25 Jun 2021 00:08:28 GMT + +_Version update only_ + +## 0.2.1 +Fri, 18 Jun 2021 06:23:05 GMT + +_Version update only_ + +## 0.2.0 +Fri, 18 Jun 2021 00:08:51 GMT + +### Minor changes + +- Export console printing utilities from the PrintUtility class. + +## 0.1.96 +Wed, 16 Jun 2021 18:53:52 GMT + +_Version update only_ + +## 0.1.95 +Wed, 16 Jun 2021 15:07:24 GMT + +_Version update only_ + +## 0.1.94 +Tue, 15 Jun 2021 20:38:35 GMT + +_Version update only_ + +## 0.1.93 +Fri, 11 Jun 2021 23:26:16 GMT + +_Version update only_ + +## 0.1.92 +Fri, 11 Jun 2021 00:34:02 GMT + +_Version update only_ + +## 0.1.91 +Thu, 10 Jun 2021 15:08:16 GMT + +_Version update only_ + +## 0.1.90 +Fri, 04 Jun 2021 19:59:53 GMT + +_Version update only_ + +## 0.1.89 +Fri, 04 Jun 2021 15:08:21 GMT + +_Version update only_ + +## 0.1.88 +Fri, 04 Jun 2021 00:08:34 GMT + +_Version update only_ + +## 0.1.87 +Tue, 01 Jun 2021 18:29:26 GMT + +_Version update only_ + +## 0.1.86 +Sat, 29 May 2021 01:05:06 GMT + +_Version update only_ + +## 0.1.85 +Fri, 28 May 2021 06:19:58 GMT + +_Version update only_ + +## 0.1.84 +Tue, 25 May 2021 00:12:21 GMT + +_Version update only_ ## 0.1.83 Wed, 19 May 2021 00:11:39 GMT diff --git a/libraries/terminal/config/jest.config.json b/libraries/terminal/config/jest.config.json index b88d4c3de66..4bb17bde3ee 100644 --- a/libraries/terminal/config/jest.config.json +++ b/libraries/terminal/config/jest.config.json @@ -1,3 +1,3 @@ { - "preset": "./node_modules/@rushstack/heft/includes/jest-shared.config.json" + "extends": "@rushstack/heft-node-rig/profiles/default/config/jest.config.json" } diff --git a/libraries/terminal/package.json b/libraries/terminal/package.json index ac51b410680..c0cfb70db69 100644 --- a/libraries/terminal/package.json +++ b/libraries/terminal/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/terminal", - "version": "0.1.83", + "version": "0.2.9", "description": "User interface primitives for console applications", "main": "lib/index.js", "typings": "dist/terminal.d.ts", @@ -13,13 +13,15 @@ }, "dependencies": { "@rushstack/node-core-library": "workspace:*", - "@types/node": "10.17.13" + "@types/node": "10.17.13", + "wordwrap": "~1.0.0" }, "devDependencies": { "@rushstack/eslint-config": "workspace:*", "@rushstack/heft": "workspace:*", "@rushstack/heft-node-rig": "workspace:*", "@types/heft-jest": "1.0.1", - "colors": "~1.2.1" + "colors": "~1.2.1", + "@types/wordwrap": "~1.0.0" } } diff --git a/libraries/terminal/src/PrintUtilities.ts b/libraries/terminal/src/PrintUtilities.ts new file mode 100644 index 00000000000..0fff48b41de --- /dev/null +++ b/libraries/terminal/src/PrintUtilities.ts @@ -0,0 +1,75 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. +// See LICENSE in the project root for license information. + +import * as tty from 'tty'; +import wordwrap from 'wordwrap'; +import { Terminal } from '@rushstack/node-core-library'; + +/** + * A sensible fallback column width for consoles. + * + * @public + */ +export const DEFAULT_CONSOLE_WIDTH: number = 80; + +/** + * A collection of utilities for printing messages to the console. + * + * @public + */ +export class PrintUtilities { + /** + * Returns the width of the console, measured in columns + */ + public static getConsoleWidth(): number | undefined { + const stdout: tty.WriteStream = process.stdout as tty.WriteStream; + if (stdout && stdout.columns) { + return stdout.columns; + } + } + + /** + * Applies word wrapping. If maxLineLength is unspecified, then it defaults to the + * console width. + */ + public static wrapWords(text: string, maxLineLength?: number, indent?: number): string { + if (!indent) { + indent = 0; + } + + if (!maxLineLength) { + maxLineLength = PrintUtilities.getConsoleWidth() || DEFAULT_CONSOLE_WIDTH; + } + + const wrap: (textToWrap: string) => string = wordwrap(indent, maxLineLength, { mode: 'soft' }); + return wrap(text); + } + + /** + * Displays a message in the console wrapped in a box UI. + * + * @param boxWidth - The width of the box, defaults to half of the console width. + */ + public static printMessageInBox(message: string, terminal: Terminal, boxWidth?: number): void { + if (!boxWidth) { + const consoleWidth: number = PrintUtilities.getConsoleWidth() || DEFAULT_CONSOLE_WIDTH; + boxWidth = Math.floor(consoleWidth / 2); + } + const maxLineLength: number = boxWidth - 10; + const wrappedMessage: string = PrintUtilities.wrapWords(message, maxLineLength); + const wrappedMessageLines: string[] = wrappedMessage.split('\n'); + + // ╔═══════════╗ + // ║ Message ║ + // ╚═══════════╝ + terminal.writeLine(` ╔${'═'.repeat(boxWidth - 2)}╗ `); + for (const line of wrappedMessageLines) { + const trimmedLine: string = line.trim(); + const padding: number = boxWidth - trimmedLine.length - 2; + const leftPadding: number = Math.floor(padding / 2); + const rightPadding: number = padding - leftPadding; + terminal.writeLine(` ║${' '.repeat(leftPadding)}${trimmedLine}${' '.repeat(rightPadding)}║ `); + } + terminal.writeLine(` ╚${'═'.repeat(boxWidth - 2)}╝ `); + } +} diff --git a/libraries/terminal/src/index.ts b/libraries/terminal/src/index.ts index 8b2a3e82c44..8617e5172c6 100644 --- a/libraries/terminal/src/index.ts +++ b/libraries/terminal/src/index.ts @@ -16,6 +16,7 @@ export * from './DiscardStdoutTransform'; export * from './ITerminalChunk'; export * from './MockWritable'; export * from './NormalizeNewlinesTextRewriter'; +export * from './PrintUtilities'; export * from './RemoveColorsTextRewriter'; export * from './SplitterTransform'; export * from './StdioLineTransform'; diff --git a/libraries/terminal/src/test/PrintUtilities.test.ts b/libraries/terminal/src/test/PrintUtilities.test.ts new file mode 100644 index 00000000000..05834da54c3 --- /dev/null +++ b/libraries/terminal/src/test/PrintUtilities.test.ts @@ -0,0 +1,51 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. +// See LICENSE in the project root for license information. + +import { StringBufferTerminalProvider, Terminal } from '@rushstack/node-core-library'; + +import { PrintUtilities } from '../PrintUtilities'; + +describe('PrintUtilities', () => { + describe('printMessageInBox', () => { + const MESSAGE: string = + 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas porttitor congue massa. Fusce posuere, magna sed pulvinar ultricies, purus lectus malesuada libero, sit amet commodo magna eros quis urna.'; + + let terminalProvider: StringBufferTerminalProvider; + let terminal: Terminal; + + beforeEach(() => { + terminalProvider = new StringBufferTerminalProvider(false); + terminal = new Terminal(terminalProvider); + }); + + afterEach(() => { + jest.resetAllMocks(); + }); + + function validateOutput(expectedWidth: number): void { + const outputLines: string[] = terminalProvider + .getOutput({ normalizeSpecialCharacters: true }) + .split('[n]'); + expect(outputLines).toMatchSnapshot(); + + expect(outputLines[0].trim().length).toEqual(expectedWidth); + } + + it('Correctly prints a narrow box', () => { + PrintUtilities.printMessageInBox(MESSAGE, terminal, 20); + validateOutput(20); + }); + + it('Correctly prints a wide box', () => { + PrintUtilities.printMessageInBox(MESSAGE, terminal, 300); + validateOutput(300); + }); + + it('Correctly gets the console width', () => { + jest.spyOn(PrintUtilities, 'getConsoleWidth').mockReturnValue(65); + + PrintUtilities.printMessageInBox(MESSAGE, terminal); + validateOutput(32); + }); + }); +}); diff --git a/libraries/terminal/src/test/__snapshots__/PrintUtilities.test.ts.snap b/libraries/terminal/src/test/__snapshots__/PrintUtilities.test.ts.snap new file mode 100644 index 00000000000..78e58ba0b45 --- /dev/null +++ b/libraries/terminal/src/test/__snapshots__/PrintUtilities.test.ts.snap @@ -0,0 +1,123 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`PrintUtilities printMessageInBox Correctly gets the console width 1`] = ` +Array [ + " ╔══════════════════════════════╗ ", + " ║ Lorem ipsum dolor sit ║ ", + " ║ amet, consectetuer ║ ", + " ║ adipiscing elit. ║ ", + " ║ Maecenas porttitor ║ ", + " ║ congue massa. Fusce ║ ", + " ║ posuere, magna sed ║ ", + " ║ pulvinar ultricies, ║ ", + " ║ purus lectus ║ ", + " ║ malesuada libero, sit ║ ", + " ║ amet commodo magna ║ ", + " ║ eros quis urna. ║ ", + " ╚══════════════════════════════╝ ", + "", +] +`; + +exports[`PrintUtilities printMessageInBox Correctly prints a narrow box 1`] = ` +Array [ + " ╔══════════════════╗ ", + " ║ Lorem ║ ", + " ║ ipsum ║ ", + " ║ dolor sit ║ ", + " ║ amet, ║ ", + " ║ consectetuer ║ ", + " ║ adipiscing ║ ", + " ║ elit. ║ ", + " ║ Maecenas ║ ", + " ║ porttitor ║ ", + " ║ congue ║ ", + " ║ massa. ║ ", + " ║ Fusce ║ ", + " ║ posuere, ║ ", + " ║ magna sed ║ ", + " ║ pulvinar ║ ", + " ║ ultricies, ║ ", + " ║ purus ║ ", + " ║ lectus ║ ", + " ║ malesuada ║ ", + " ║ libero, ║ ", + " ║ sit amet ║ ", + " ║ commodo ║ ", + " ║ magna ║ ", + " ║ eros quis ║ ", + " ║ urna. ║ ", + " ╚══════════════════╝ ", + "", +] +`; + +exports[`PrintUtilities printMessageInBox Correctly prints a wide box 1`] = ` +Array [ + " ╔══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╗ ", + " ║ Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas porttitor congue massa. Fusce posuere, magna sed pulvinar ultricies, purus lectus malesuada libero, sit amet commodo magna eros quis urna. ║ ", + " ╚══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╝ ", + "", +] +`; + +exports[`Utilities printMessageInBox Correctly gets the console width 1`] = ` +Array [ + " ╔══════════════════════════════╗ ", + " ║ Lorem ipsum dolor sit ║ ", + " ║ amet, consectetuer ║ ", + " ║ adipiscing elit. ║ ", + " ║ Maecenas porttitor ║ ", + " ║ congue massa. Fusce ║ ", + " ║ posuere, magna sed ║ ", + " ║ pulvinar ultricies, ║ ", + " ║ purus lectus ║ ", + " ║ malesuada libero, sit ║ ", + " ║ amet commodo magna ║ ", + " ║ eros quis urna. ║ ", + " ╚══════════════════════════════╝ ", + "", +] +`; + +exports[`Utilities printMessageInBox Correctly prints a narrow box 1`] = ` +Array [ + " ╔══════════════════╗ ", + " ║ Lorem ║ ", + " ║ ipsum ║ ", + " ║ dolor sit ║ ", + " ║ amet, ║ ", + " ║ consectetuer ║ ", + " ║ adipiscing ║ ", + " ║ elit. ║ ", + " ║ Maecenas ║ ", + " ║ porttitor ║ ", + " ║ congue ║ ", + " ║ massa. ║ ", + " ║ Fusce ║ ", + " ║ posuere, ║ ", + " ║ magna sed ║ ", + " ║ pulvinar ║ ", + " ║ ultricies, ║ ", + " ║ purus ║ ", + " ║ lectus ║ ", + " ║ malesuada ║ ", + " ║ libero, ║ ", + " ║ sit amet ║ ", + " ║ commodo ║ ", + " ║ magna ║ ", + " ║ eros quis ║ ", + " ║ urna. ║ ", + " ╚══════════════════╝ ", + "", +] +`; + +exports[`Utilities printMessageInBox Correctly prints a wide box 1`] = ` +Array [ + " ╔══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╗ ", + " ║ Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas porttitor congue massa. Fusce posuere, magna sed pulvinar ultricies, purus lectus malesuada libero, sit amet commodo magna eros quis urna. ║ ", + " ╚══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╝ ", + "", +] +`; diff --git a/libraries/tree-pattern/config/jest.config.json b/libraries/tree-pattern/config/jest.config.json index b88d4c3de66..4bb17bde3ee 100644 --- a/libraries/tree-pattern/config/jest.config.json +++ b/libraries/tree-pattern/config/jest.config.json @@ -1,3 +1,3 @@ { - "preset": "./node_modules/@rushstack/heft/includes/jest-shared.config.json" + "extends": "@rushstack/heft-node-rig/profiles/default/config/jest.config.json" } diff --git a/libraries/tree-pattern/package.json b/libraries/tree-pattern/package.json index 02f6fb07082..9aea466dfed 100644 --- a/libraries/tree-pattern/package.json +++ b/libraries/tree-pattern/package.json @@ -14,8 +14,8 @@ "dependencies": {}, "devDependencies": { "@rushstack/eslint-config": "2.3.3", - "@rushstack/heft": "0.28.0", - "@rushstack/heft-node-rig": "1.0.8", + "@rushstack/heft": "0.32.0", + "@rushstack/heft-node-rig": "1.0.31", "@types/heft-jest": "1.0.1", "eslint": "~7.12.1", "typescript": "~3.9.7" diff --git a/libraries/ts-command-line/CHANGELOG.json b/libraries/ts-command-line/CHANGELOG.json index c6978374ca2..4487670e68d 100644 --- a/libraries/ts-command-line/CHANGELOG.json +++ b/libraries/ts-command-line/CHANGELOG.json @@ -1,6 +1,30 @@ { "name": "@rushstack/ts-command-line", "entries": [ + { + "version": "4.8.1", + "tag": "@rushstack/ts-command-line_v4.8.1", + "date": "Mon, 12 Jul 2021 23:08:26 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.0`" + } + ] + } + }, + { + "version": "4.8.0", + "tag": "@rushstack/ts-command-line_v4.8.0", + "date": "Thu, 01 Jul 2021 15:08:27 GMT", + "comments": { + "minor": [ + { + "comment": "Add ChoiceList and IntegerList parameter types" + } + ] + } + }, { "version": "4.7.10", "tag": "@rushstack/ts-command-line_v4.7.10", diff --git a/libraries/ts-command-line/CHANGELOG.md b/libraries/ts-command-line/CHANGELOG.md index 366d00667c1..6dedf9b5a13 100644 --- a/libraries/ts-command-line/CHANGELOG.md +++ b/libraries/ts-command-line/CHANGELOG.md @@ -1,6 +1,18 @@ # Change Log - @rushstack/ts-command-line -This log was last generated on Mon, 12 Apr 2021 15:10:28 GMT and should not be manually modified. +This log was last generated on Mon, 12 Jul 2021 23:08:26 GMT and should not be manually modified. + +## 4.8.1 +Mon, 12 Jul 2021 23:08:26 GMT + +_Version update only_ + +## 4.8.0 +Thu, 01 Jul 2021 15:08:27 GMT + +### Minor changes + +- Add ChoiceList and IntegerList parameter types ## 4.7.10 Mon, 12 Apr 2021 15:10:28 GMT diff --git a/libraries/ts-command-line/config/jest.config.json b/libraries/ts-command-line/config/jest.config.json index b88d4c3de66..4bb17bde3ee 100644 --- a/libraries/ts-command-line/config/jest.config.json +++ b/libraries/ts-command-line/config/jest.config.json @@ -1,3 +1,3 @@ { - "preset": "./node_modules/@rushstack/heft/includes/jest-shared.config.json" + "extends": "@rushstack/heft-node-rig/profiles/default/config/jest.config.json" } diff --git a/libraries/ts-command-line/package.json b/libraries/ts-command-line/package.json index c936d8b6892..4dc3bdf2608 100644 --- a/libraries/ts-command-line/package.json +++ b/libraries/ts-command-line/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/ts-command-line", - "version": "4.7.10", + "version": "4.8.1", "description": "An object-oriented command-line parser for TypeScript", "repository": { "type": "git", @@ -20,8 +20,8 @@ }, "devDependencies": { "@rushstack/eslint-config": "workspace:*", - "@rushstack/heft": "0.28.0", - "@rushstack/heft-node-rig": "1.0.8", + "@rushstack/heft": "0.32.0", + "@rushstack/heft-node-rig": "1.0.31", "@types/heft-jest": "1.0.1", "@types/node": "10.17.13" } diff --git a/libraries/ts-command-line/src/index.ts b/libraries/ts-command-line/src/index.ts index 173a74815f1..2c82b011bc0 100644 --- a/libraries/ts-command-line/src/index.ts +++ b/libraries/ts-command-line/src/index.ts @@ -16,7 +16,9 @@ export { ICommandLineStringDefinition, ICommandLineStringListDefinition, ICommandLineIntegerDefinition, + ICommandLineIntegerListDefinition, ICommandLineChoiceDefinition, + ICommandLineChoiceListDefinition, ICommandLineRemainderDefinition } from './parameters/CommandLineDefinition'; @@ -30,7 +32,9 @@ export { CommandLineFlagParameter } from './parameters/CommandLineFlagParameter' export { CommandLineStringParameter } from './parameters/CommandLineStringParameter'; export { CommandLineStringListParameter } from './parameters/CommandLineStringListParameter'; export { CommandLineIntegerParameter } from './parameters/CommandLineIntegerParameter'; +export { CommandLineIntegerListParameter } from './parameters/CommandLineIntegerListParameter'; export { CommandLineChoiceParameter } from './parameters/CommandLineChoiceParameter'; +export { CommandLineChoiceListParameter } from './parameters/CommandLineChoiceListParameter'; export { CommandLineRemainder } from './parameters/CommandLineRemainder'; export { diff --git a/libraries/ts-command-line/src/parameters/BaseClasses.ts b/libraries/ts-command-line/src/parameters/BaseClasses.ts index 973232426b9..8b61cb49a08 100644 --- a/libraries/ts-command-line/src/parameters/BaseClasses.ts +++ b/libraries/ts-command-line/src/parameters/BaseClasses.ts @@ -17,7 +17,11 @@ export enum CommandLineParameterKind { /** Indicates a CommandLineStringParameter */ String, /** Indicates a CommandLineStringListParameter */ - StringList + StringList, + /** Indicates a CommandLineChoiceListParameter */ + ChoiceList, + /** Indicates a CommandLineIntegerListParameter */ + IntegerList } /** diff --git a/libraries/ts-command-line/src/parameters/CommandLineChoiceListParameter.ts b/libraries/ts-command-line/src/parameters/CommandLineChoiceListParameter.ts new file mode 100644 index 00000000000..c8992284d6e --- /dev/null +++ b/libraries/ts-command-line/src/parameters/CommandLineChoiceListParameter.ts @@ -0,0 +1,102 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. +// See LICENSE in the project root for license information. + +import { ICommandLineChoiceListDefinition } from './CommandLineDefinition'; +import { CommandLineParameter, CommandLineParameterKind } from './BaseClasses'; +import { EnvironmentVariableParser } from './EnvironmentVariableParser'; + +/** + * The data type returned by {@link CommandLineParameterProvider.defineChoiceListParameter}. + * @public + */ +export class CommandLineChoiceListParameter extends CommandLineParameter { + /** {@inheritDoc ICommandLineChoiceListDefinition.alternatives} */ + public readonly alternatives: ReadonlyArray; + + private _values: string[] = []; + + /** {@inheritDoc ICommandLineChoiceListDefinition.completions} */ + public readonly completions: (() => Promise) | undefined; + + /** @internal */ + public constructor(definition: ICommandLineChoiceListDefinition) { + super(definition); + + if (definition.alternatives.length < 1) { + throw new Error( + `When defining a choice list parameter, the alternatives list must contain at least one value.` + ); + } + + this.alternatives = definition.alternatives; + this.completions = definition.completions; + } + + /** {@inheritDoc CommandLineParameter.kind} */ + public get kind(): CommandLineParameterKind { + return CommandLineParameterKind.ChoiceList; + } + + /** + * {@inheritDoc CommandLineParameter._setValue} + * @internal + */ + // eslint-disable-next-line @typescript-eslint/no-explicit-any + public _setValue(data: any): void { + // If argparse passed us a value, confirm it is valid + if (data !== null && data !== undefined) { + if (!Array.isArray(data)) { + this.reportInvalidData(data); + } + for (const arrayItem of data) { + if (typeof arrayItem !== 'string') { + this.reportInvalidData(data); + } + } + this._values = data; + return; + } + + if (this.environmentVariable !== undefined) { + const values: string[] | undefined = EnvironmentVariableParser.parseAsList(this.environmentVariable); + if (values) { + for (const value of values) { + if (this.alternatives.indexOf(value) < 0) { + const choices: string = '"' + this.alternatives.join('", "') + '"'; + throw new Error( + `Invalid value "${value}" for the environment variable` + + ` ${this.environmentVariable}. Valid choices are: ${choices}` + ); + } + } + this._values = values; + return; + } + } + + // (No default value for choice lists) + + this._values = []; + } + + /** + * Returns the string arguments for a choice list parameter that was parsed from the command line. + * + * @remarks + * The array will be empty if the command-line has not been parsed yet, + * or if the parameter was omitted and has no default value. + */ + public get values(): ReadonlyArray { + return this._values; + } + + /** {@inheritDoc CommandLineParameter.appendToArgList} @override */ + public appendToArgList(argList: string[]): void { + if (this.values.length > 0) { + for (const value of this.values) { + argList.push(this.longName); + argList.push(value); + } + } + } +} diff --git a/libraries/ts-command-line/src/parameters/CommandLineDefinition.ts b/libraries/ts-command-line/src/parameters/CommandLineDefinition.ts index 384ba65145d..3d7913efb2c 100644 --- a/libraries/ts-command-line/src/parameters/CommandLineDefinition.ts +++ b/libraries/ts-command-line/src/parameters/CommandLineDefinition.ts @@ -104,8 +104,9 @@ export interface IBaseCommandLineDefinitionWithArgument extends IBaseCommandLine } /** - * For use with CommandLineParser, this interface represents a parameter which is constrained to - * a list of possible options + * For use with {@link CommandLineParameterProvider.defineChoiceParameter}, + * this interface defines a command line parameter which is constrained to a list of possible + * options. * * @public */ @@ -129,6 +130,28 @@ export interface ICommandLineChoiceDefinition extends IBaseCommandLineDefinition completions?: () => Promise; } +/** + * For use with {@link CommandLineParameterProvider.defineChoiceListParameter}, + * this interface defines a command line parameter which is constrained to a list of possible + * options. The parameter can be specified multiple times to build a list. + * + * @public + */ +export interface ICommandLineChoiceListDefinition extends IBaseCommandLineDefinition { + /** + * A list of strings (which contain no spaces), of possible options which can be selected + */ + alternatives: string[]; + + /** + * An optional callback that provides a list of custom choices for tab completion. + * @remarks + * This option is only used when `ICommandLineParserOptions.enableTabCompletionAction` + * is enabled. + */ + completions?: () => Promise; +} + /** * For use with {@link CommandLineParameterProvider.defineFlagParameter}, * this interface defines a command line parameter that is a boolean flag. @@ -150,6 +173,15 @@ export interface ICommandLineIntegerDefinition extends IBaseCommandLineDefinitio defaultValue?: number; } +/** + * For use with {@link CommandLineParameterProvider.defineIntegerListParameter}, + * this interface defines a command line parameter whose argument is an integer value. The + * parameter can be specified multiple times to build a list. + * + * @public + */ +export interface ICommandLineIntegerListDefinition extends IBaseCommandLineDefinitionWithArgument {} + /** * For use with {@link CommandLineParameterProvider.defineStringParameter}, * this interface defines a command line parameter whose argument is a string value. diff --git a/libraries/ts-command-line/src/parameters/CommandLineIntegerListParameter.ts b/libraries/ts-command-line/src/parameters/CommandLineIntegerListParameter.ts new file mode 100644 index 00000000000..a7ae9d719fc --- /dev/null +++ b/libraries/ts-command-line/src/parameters/CommandLineIntegerListParameter.ts @@ -0,0 +1,90 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. +// See LICENSE in the project root for license information. + +import { ICommandLineIntegerListDefinition } from './CommandLineDefinition'; +import { CommandLineParameterWithArgument, CommandLineParameterKind } from './BaseClasses'; +import { EnvironmentVariableParser } from './EnvironmentVariableParser'; + +/** + * The data type returned by {@link CommandLineParameterProvider.defineIntegerListParameter}. + * @public + */ +export class CommandLineIntegerListParameter extends CommandLineParameterWithArgument { + private _values: number[] = []; + + /** @internal */ + public constructor(definition: ICommandLineIntegerListDefinition) { + super(definition); + } + + /** {@inheritDoc CommandLineParameter.kind} */ + public get kind(): CommandLineParameterKind { + return CommandLineParameterKind.IntegerList; + } + + /** + * {@inheritDoc CommandLineParameter._setValue} + * @internal + */ + // eslint-disable-next-line @typescript-eslint/no-explicit-any + public _setValue(data: any): void { + // If argparse passed us a value, confirm it is valid + if (data !== null && data !== undefined) { + if (!Array.isArray(data)) { + this.reportInvalidData(data); + } + for (const arrayItem of data) { + if (typeof arrayItem !== 'number') { + this.reportInvalidData(data); + } + } + this._values = data; + return; + } + + // If an environment variable exists, attempt to parse it as a list + if (this.environmentVariable !== undefined) { + const values: string[] | undefined = EnvironmentVariableParser.parseAsList(this.environmentVariable); + if (values) { + const parsedValues: number[] = []; + for (const value of values) { + const parsed: number = parseInt(value, 10); + if (isNaN(parsed) || value.indexOf('.') >= 0) { + throw new Error( + `Invalid value "${value}" for the environment variable` + + ` ${this.environmentVariable}. It must be an integer value.` + ); + } + parsedValues.push(parsed); + } + this._values = parsedValues; + return; + } + } + + // (No default value for integer lists) + + this._values = []; + } + + /** + * Returns the integer arguments for an integer list parameter that was parsed from the command line. + * + * @remarks + * The array will be empty if the command-line has not been parsed yet, + * or if the parameter was omitted and has no default value. + */ + public get values(): ReadonlyArray { + return this._values; + } + + /** {@inheritDoc CommandLineParameter.appendToArgList} @override */ + public appendToArgList(argList: string[]): void { + if (this.values.length > 0) { + for (const value of this.values) { + argList.push(this.longName); + argList.push(String(value)); + } + } + } +} diff --git a/libraries/ts-command-line/src/parameters/CommandLineStringListParameter.ts b/libraries/ts-command-line/src/parameters/CommandLineStringListParameter.ts index 19966171782..035af8163fb 100644 --- a/libraries/ts-command-line/src/parameters/CommandLineStringListParameter.ts +++ b/libraries/ts-command-line/src/parameters/CommandLineStringListParameter.ts @@ -3,6 +3,7 @@ import { ICommandLineStringListDefinition } from './CommandLineDefinition'; import { CommandLineParameterWithArgument, CommandLineParameterKind } from './BaseClasses'; +import { EnvironmentVariableParser } from './EnvironmentVariableParser'; /** * The data type returned by {@link CommandLineParameterProvider.defineStringListParameter}. @@ -27,7 +28,7 @@ export class CommandLineStringListParameter extends CommandLineParameterWithArgu */ // eslint-disable-next-line @typescript-eslint/no-explicit-any public _setValue(data: any): void { - // abstract + // If argparse passed us a value, confirm it is valid if (data !== null && data !== undefined) { if (!Array.isArray(data)) { this.reportInvalidData(data); @@ -41,48 +42,11 @@ export class CommandLineStringListParameter extends CommandLineParameterWithArgu return; } + // If an environment variable exists, attempt to parse it as a list if (this.environmentVariable !== undefined) { - // Try reading the environment variable - const environmentValue: string | undefined = process.env[this.environmentVariable]; - if (environmentValue !== undefined) { - // NOTE: If the environment variable is defined as an empty string, - // here we will accept the empty string as our value. (For number/flag we don't do that.) - - if (environmentValue.trimLeft()[0] === '[') { - // Specifying multiple items in an environment variable is a somewhat rare case. But environment - // variables are actually a pretty reliable way for a tool to avoid shell escaping problems - // when spawning another tool. For this case, we need a reliable way to pass an array of strings - // that could contain any character. For example, if we simply used ";" as the list delimiter, - // then what to do if a string contains that character? We'd need to design an escaping mechanism. - // Since JSON is simple and standard and can escape every possible string, it's a better option - // than a custom delimiter. - try { - const parsedJson: unknown = JSON.parse(environmentValue); - if ( - !Array.isArray(parsedJson) || - !parsedJson.every( - (x) => typeof x === 'string' || typeof x === 'boolean' || typeof x === 'number' - ) - ) { - throw new Error( - `The ${environmentValue} environment variable value must be a JSON ` + - ` array containing only strings, numbers, and booleans.` - ); - } - this._values = parsedJson.map((x) => x.toString()); - } catch (ex) { - throw new Error( - `The ${environmentValue} environment variable value looks like a JSON array` + - ` but failed to parse: ` + - ex.message - ); - } - } else { - // As a shorthand, a single value may be specified without JSON encoding, as long as it does not - // start with the "[" character. - this._values = [environmentValue]; - } - + const values: string[] | undefined = EnvironmentVariableParser.parseAsList(this.environmentVariable); + if (values) { + this._values = values; return; } } diff --git a/libraries/ts-command-line/src/parameters/EnvironmentVariableParser.ts b/libraries/ts-command-line/src/parameters/EnvironmentVariableParser.ts new file mode 100644 index 00000000000..6a044d65215 --- /dev/null +++ b/libraries/ts-command-line/src/parameters/EnvironmentVariableParser.ts @@ -0,0 +1,54 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. +// See LICENSE in the project root for license information. + +/** + * Some parameter types can receive their values from an environment variable instead of + * a command line argument. This class provides some utility methods for parsing environment + * variable values. + * @internal + */ +export class EnvironmentVariableParser { + public static parseAsList(envVarName: string): string[] | undefined { + const environmentValue: string | undefined = process.env[envVarName]; + + if (environmentValue !== undefined) { + // NOTE: If the environment variable is defined as an empty string, + // here we will accept the empty string as our value. (For number/flag we don't do that.) + + if (environmentValue.trimLeft()[0] === '[') { + // Specifying multiple items in an environment variable is a somewhat rare case. But environment + // variables are actually a pretty reliable way for a tool to avoid shell escaping problems + // when spawning another tool. For this case, we need a reliable way to pass an array of strings + // that could contain any character. For example, if we simply used ";" as the list delimiter, + // then what to do if a string contains that character? We'd need to design an escaping mechanism. + // Since JSON is simple and standard and can escape every possible string, it's a better option + // than a custom delimiter. + try { + const parsedJson: unknown = JSON.parse(environmentValue); + if ( + !Array.isArray(parsedJson) || + !parsedJson.every((x) => typeof x === 'string' || typeof x === 'boolean' || typeof x === 'number') + ) { + throw new Error( + `The ${environmentValue} environment variable value must be a JSON ` + + ` array containing only strings, numbers, and booleans.` + ); + } + return parsedJson.map((x) => x.toString()); + } catch (ex) { + throw new Error( + `The ${environmentValue} environment variable value looks like a JSON array` + + ` but failed to parse: ` + + ex.message + ); + } + } else { + // As a shorthand, a single value may be specified without JSON encoding, as long as it does not + // start with the "[" character. + return [environmentValue]; + } + } + + return undefined; + } +} diff --git a/libraries/ts-command-line/src/providers/CommandLineParameterProvider.ts b/libraries/ts-command-line/src/providers/CommandLineParameterProvider.ts index 2dd5d195808..0d9d8cf320d 100644 --- a/libraries/ts-command-line/src/providers/CommandLineParameterProvider.ts +++ b/libraries/ts-command-line/src/providers/CommandLineParameterProvider.ts @@ -3,11 +3,13 @@ import * as argparse from 'argparse'; import { + ICommandLineChoiceDefinition, + ICommandLineChoiceListDefinition, + ICommandLineIntegerDefinition, + ICommandLineIntegerListDefinition, ICommandLineFlagDefinition, ICommandLineStringDefinition, ICommandLineStringListDefinition, - ICommandLineIntegerDefinition, - ICommandLineChoiceDefinition, ICommandLineRemainderDefinition } from '../parameters/CommandLineDefinition'; import { @@ -15,11 +17,13 @@ import { CommandLineParameterWithArgument, CommandLineParameterKind } from '../parameters/BaseClasses'; +import { CommandLineChoiceParameter } from '../parameters/CommandLineChoiceParameter'; +import { CommandLineChoiceListParameter } from '../parameters/CommandLineChoiceListParameter'; +import { CommandLineIntegerParameter } from '../parameters/CommandLineIntegerParameter'; +import { CommandLineIntegerListParameter } from '../parameters/CommandLineIntegerListParameter'; import { CommandLineFlagParameter } from '../parameters/CommandLineFlagParameter'; import { CommandLineStringParameter } from '../parameters/CommandLineStringParameter'; import { CommandLineStringListParameter } from '../parameters/CommandLineStringListParameter'; -import { CommandLineIntegerParameter } from '../parameters/CommandLineIntegerParameter'; -import { CommandLineChoiceParameter } from '../parameters/CommandLineChoiceParameter'; import { CommandLineRemainder } from '../parameters/CommandLineRemainder'; /** @@ -92,6 +96,34 @@ export abstract class CommandLineParameterProvider { return this._getParameter(parameterLongName, CommandLineParameterKind.Choice); } + /** + * Defines a command-line parameter whose value must be a string from a fixed set of + * allowable choices (similar to an enum). The parameter can be specified multiple times to + * build a list. + * + * @remarks + * Example of a choice list parameter: + * ``` + * example-tool --allow-color red --allow-color green + * ``` + */ + public defineChoiceListParameter( + definition: ICommandLineChoiceListDefinition + ): CommandLineChoiceListParameter { + const parameter: CommandLineChoiceListParameter = new CommandLineChoiceListParameter(definition); + this._defineParameter(parameter); + return parameter; + } + + /** + * Returns the CommandLineChoiceListParameter with the specified long name. + * @remarks + * This method throws an exception if the parameter is not defined. + */ + public getChoiceListParameter(parameterLongName: string): CommandLineChoiceListParameter { + return this._getParameter(parameterLongName, CommandLineParameterKind.ChoiceList); + } + /** * Defines a command-line switch whose boolean value is true if the switch is provided, * and false otherwise. @@ -141,6 +173,32 @@ export abstract class CommandLineParameterProvider { return this._getParameter(parameterLongName, CommandLineParameterKind.Integer); } + /** + * Defines a command-line parameter whose argument is an integer. The parameter can be specified + * multiple times to build a list. + * + * @remarks + * Example usage of an integer list parameter: + * ``` + * example-tool --avoid 4 --avoid 13 + * ``` + */ + public defineIntegerListParameter( + definition: ICommandLineIntegerListDefinition + ): CommandLineIntegerListParameter { + const parameter: CommandLineIntegerListParameter = new CommandLineIntegerListParameter(definition); + this._defineParameter(parameter); + return parameter; + } + + /** + * Returns the CommandLineIntegerParameter with the specified long name. + * @remarks + * This method throws an exception if the parameter is not defined. + */ + public getIntegerListParameter(parameterLongName: string): CommandLineIntegerListParameter { + return this._getParameter(parameterLongName, CommandLineParameterKind.IntegerList); + } /** * Defines a command-line parameter whose argument is a single text string. * @@ -316,16 +374,27 @@ export abstract class CommandLineParameterProvider { }; switch (parameter.kind) { - case CommandLineParameterKind.Choice: + case CommandLineParameterKind.Choice: { const choiceParameter: CommandLineChoiceParameter = parameter as CommandLineChoiceParameter; argparseOptions.choices = choiceParameter.alternatives as string[]; break; + } + case CommandLineParameterKind.ChoiceList: { + const choiceParameter: CommandLineChoiceListParameter = parameter as CommandLineChoiceListParameter; + argparseOptions.choices = choiceParameter.alternatives as string[]; + argparseOptions.action = 'append'; + break; + } case CommandLineParameterKind.Flag: argparseOptions.action = 'storeTrue'; break; case CommandLineParameterKind.Integer: argparseOptions.type = 'int'; break; + case CommandLineParameterKind.IntegerList: + argparseOptions.type = 'int'; + argparseOptions.action = 'append'; + break; case CommandLineParameterKind.String: break; case CommandLineParameterKind.StringList: diff --git a/libraries/ts-command-line/src/test/CommandLineParameter.test.ts b/libraries/ts-command-line/src/test/CommandLineParameter.test.ts index 1cff6f70962..363008a3adf 100644 --- a/libraries/ts-command-line/src/test/CommandLineParameter.test.ts +++ b/libraries/ts-command-line/src/test/CommandLineParameter.test.ts @@ -39,6 +39,15 @@ function createParser(): DynamicCommandLineParser { defaultValue: 'default' }); + // Choice List + action.defineChoiceListParameter({ + parameterLongName: '--choice-list', + parameterShortName: '-C', + description: 'This parameter may be specified multiple times to make a list of choices', + alternatives: ['red', 'green', 'blue'], + environmentVariable: 'ENV_CHOICE_LIST' + }); + // Flag action.defineFlagParameter({ parameterLongName: '--flag', @@ -71,6 +80,15 @@ function createParser(): DynamicCommandLineParser { required: true }); + // Integer List + action.defineIntegerListParameter({ + parameterLongName: '--integer-list', + parameterShortName: '-I', + description: 'This parameter may be specified multiple times to make a list of integers', + argumentName: 'LIST_ITEM', + environmentVariable: 'ENV_INTEGER_LIST' + }); + // String action.defineStringParameter({ parameterLongName: '--string', @@ -97,10 +115,11 @@ function createParser(): DynamicCommandLineParser { action.defineStringListParameter({ parameterLongName: '--string-list', parameterShortName: '-l', - description: 'This parameter be specified multiple times to make a list of strings', + description: 'This parameter may be specified multiple times to make a list of strings', argumentName: 'LIST_ITEM', environmentVariable: 'ENV_STRING_LIST' }); + return commandLineParser; } @@ -150,11 +169,19 @@ describe('CommandLineParameter', () => { 'do:the-job', '--choice', 'two', + '--choice-list', + 'red', + '--choice-list', + 'blue', '--flag', '--integer', '123', '--integer-required', '321', + '--integer-list', + '37', + '--integer-list', + '-404', '--string', 'hello', '--string-list', @@ -177,6 +204,7 @@ describe('CommandLineParameter', () => { action.getChoiceParameter('--choice-with-default'), snapshotPropertyNames ); + expectPropertiesToMatchSnapshot(action.getChoiceListParameter('--choice-list'), snapshotPropertyNames); expectPropertiesToMatchSnapshot(action.getFlagParameter('--flag'), snapshotPropertyNames); expectPropertiesToMatchSnapshot(action.getIntegerParameter('--integer'), snapshotPropertyNames); expectPropertiesToMatchSnapshot( @@ -184,6 +212,7 @@ describe('CommandLineParameter', () => { snapshotPropertyNames ); expectPropertiesToMatchSnapshot(action.getIntegerParameter('--integer-required'), snapshotPropertyNames); + expectPropertiesToMatchSnapshot(action.getIntegerListParameter('--integer-list'), snapshotPropertyNames); expectPropertiesToMatchSnapshot(action.getStringParameter('--string'), snapshotPropertyNames); expectPropertiesToMatchSnapshot( action.getStringParameter('--string-with-default'), @@ -218,6 +247,7 @@ describe('CommandLineParameter', () => { action.getChoiceParameter('--choice-with-default'), snapshotPropertyNames ); + expectPropertiesToMatchSnapshot(action.getChoiceListParameter('--choice-list'), snapshotPropertyNames); expectPropertiesToMatchSnapshot(action.getFlagParameter('--flag'), snapshotPropertyNames); expectPropertiesToMatchSnapshot(action.getIntegerParameter('--integer'), snapshotPropertyNames); expectPropertiesToMatchSnapshot( @@ -225,6 +255,7 @@ describe('CommandLineParameter', () => { snapshotPropertyNames ); expectPropertiesToMatchSnapshot(action.getIntegerParameter('--integer-required'), snapshotPropertyNames); + expectPropertiesToMatchSnapshot(action.getIntegerListParameter('--integer-list'), snapshotPropertyNames); expectPropertiesToMatchSnapshot(action.getStringParameter('--string'), snapshotPropertyNames); expectPropertiesToMatchSnapshot( action.getStringParameter('--string-with-default'), @@ -255,10 +286,12 @@ describe('CommandLineParameter', () => { process.env.ENV_CHOICE = 'one'; process.env.ENV_CHOICE2 = 'two'; + process.env.ENV_CHOICE_LIST = ' [ "red", "green" ] '; process.env.ENV_FLAG = '1'; process.env.ENV_INTEGER = '111'; process.env.ENV_INTEGER2 = '222'; process.env.ENV_INTEGER_REQUIRED = '333'; + process.env.ENV_INTEGER_LIST = ' [ 1 , 2 , 3 ] '; process.env.ENV_STRING = 'Hello, world!'; process.env.ENV_STRING2 = 'Hello, world!'; process.env.ENV_STRING_LIST = 'simple text'; @@ -299,4 +332,56 @@ describe('CommandLineParameter', () => { } expect(copiedArgs).toMatchSnapshot(); }); + + describe('choice list', () => { + function createHelloWorldParser(): CommandLineParser { + const commandLineParser: CommandLineParser = new DynamicCommandLineParser({ + toolFilename: 'example', + toolDescription: 'An example project' + }); + const action: DynamicCommandLineAction = new DynamicCommandLineAction({ + actionName: 'hello-world', + summary: 'Hello World', + documentation: 'best program' + }); + commandLineParser.addAction(action); + + action.defineChoiceListParameter({ + parameterLongName: '--color', + parameterShortName: '-c', + description: 'Your favorite colors', + alternatives: ['purple', 'yellow', 'pizza'], + environmentVariable: 'ENV_COLOR' + }); + + return commandLineParser; + } + + it('raises an error if env var value is not valid json', () => { + const commandLineParser: CommandLineParser = createHelloWorldParser(); + const args: string[] = ['hello-world']; + process.env.ENV_COLOR = '[u'; + + // eslint-disable-next-line @typescript-eslint/no-floating-promises + expect(commandLineParser.executeWithoutErrorHandling(args)).rejects.toThrowErrorMatchingSnapshot(); + }); + + it('raises an error if env var value is json containing non-scalars', () => { + const commandLineParser: CommandLineParser = createHelloWorldParser(); + const args: string[] = ['hello-world']; + process.env.ENV_COLOR = '[{}]'; + + // eslint-disable-next-line @typescript-eslint/no-floating-promises + expect(commandLineParser.executeWithoutErrorHandling(args)).rejects.toThrowErrorMatchingSnapshot(); + }); + + it('raises an error if env var value is not a valid choice', () => { + const commandLineParser: CommandLineParser = createHelloWorldParser(); + const args: string[] = ['hello-world']; + process.env.ENV_COLOR = 'oblong'; + + // eslint-disable-next-line @typescript-eslint/no-floating-promises + expect(commandLineParser.executeWithoutErrorHandling(args)).rejects.toThrowErrorMatchingSnapshot(); + }); + }); }); diff --git a/libraries/ts-command-line/src/test/__snapshots__/CommandLineParameter.test.ts.snap b/libraries/ts-command-line/src/test/__snapshots__/CommandLineParameter.test.ts.snap index 9e4081f11e8..ed13c337e1d 100644 --- a/libraries/ts-command-line/src/test/__snapshots__/CommandLineParameter.test.ts.snap +++ b/libraries/ts-command-line/src/test/__snapshots__/CommandLineParameter.test.ts.snap @@ -8,6 +8,11 @@ Array [ "### --choice-with-default output: ###", "--choice-with-default", "two", + "### --choice-list output: ###", + "--choice-list", + "red", + "--choice-list", + "green", "### --flag output: ###", "--flag", "### --integer output: ###", @@ -19,6 +24,13 @@ Array [ "### --integer-required output: ###", "--integer-required", "6", + "### --integer-list output: ###", + "--integer-list", + "1", + "--integer-list", + "2", + "--integer-list", + "3", "### --string output: ###", "--string", "Hello, world!", @@ -34,6 +46,12 @@ Array [ ] `; +exports[`CommandLineParameter choice list raises an error if env var value is json containing non-scalars 1`] = `"The [{}] environment variable value looks like a JSON array but failed to parse: The [{}] environment variable value must be a JSON array containing only strings, numbers, and booleans."`; + +exports[`CommandLineParameter choice list raises an error if env var value is not a valid choice 1`] = `"Invalid value \\"oblong\\" for the environment variable ENV_COLOR. Valid choices are: \\"purple\\", \\"yellow\\", \\"pizza\\""`; + +exports[`CommandLineParameter choice list raises an error if env var value is not valid json 1`] = `"The [u environment variable value looks like a JSON array but failed to parse: Unexpected token u in JSON at position 1"`; + exports[`CommandLineParameter parses an input with ALL parameters 1`] = ` Object { "argumentName": undefined, @@ -80,6 +98,24 @@ Object { `; exports[`CommandLineParameter parses an input with ALL parameters 4`] = ` +Object { + "argumentName": undefined, + "defaultValue": undefined, + "description": "This parameter may be specified multiple times to make a list of choices", + "environmentVariable": "ENV_CHOICE_LIST", + "kind": 5, + "longName": "--choice-list", + "required": false, + "shortName": "-C", + "value": undefined, + "values": Array [ + "red", + "blue", + ], +} +`; + +exports[`CommandLineParameter parses an input with ALL parameters 5`] = ` Object { "argumentName": undefined, "defaultValue": undefined, @@ -94,7 +130,7 @@ Object { } `; -exports[`CommandLineParameter parses an input with ALL parameters 5`] = ` +exports[`CommandLineParameter parses an input with ALL parameters 6`] = ` Object { "argumentName": "NUMBER", "defaultValue": undefined, @@ -109,7 +145,7 @@ Object { } `; -exports[`CommandLineParameter parses an input with ALL parameters 6`] = ` +exports[`CommandLineParameter parses an input with ALL parameters 7`] = ` Object { "argumentName": "NUMBER", "defaultValue": 123, @@ -124,7 +160,7 @@ Object { } `; -exports[`CommandLineParameter parses an input with ALL parameters 7`] = ` +exports[`CommandLineParameter parses an input with ALL parameters 8`] = ` Object { "argumentName": "NUMBER", "defaultValue": undefined, @@ -139,7 +175,25 @@ Object { } `; -exports[`CommandLineParameter parses an input with ALL parameters 8`] = ` +exports[`CommandLineParameter parses an input with ALL parameters 9`] = ` +Object { + "argumentName": "LIST_ITEM", + "defaultValue": undefined, + "description": "This parameter may be specified multiple times to make a list of integers", + "environmentVariable": "ENV_INTEGER_LIST", + "kind": 6, + "longName": "--integer-list", + "required": false, + "shortName": "-I", + "value": undefined, + "values": Array [ + 37, + -404, + ], +} +`; + +exports[`CommandLineParameter parses an input with ALL parameters 10`] = ` Object { "argumentName": "TEXT", "defaultValue": undefined, @@ -154,7 +208,7 @@ Object { } `; -exports[`CommandLineParameter parses an input with ALL parameters 9`] = ` +exports[`CommandLineParameter parses an input with ALL parameters 11`] = ` Object { "argumentName": "TEXT", "defaultValue": "123", @@ -169,11 +223,11 @@ Object { } `; -exports[`CommandLineParameter parses an input with ALL parameters 10`] = ` +exports[`CommandLineParameter parses an input with ALL parameters 12`] = ` Object { "argumentName": "LIST_ITEM", "defaultValue": undefined, - "description": "This parameter be specified multiple times to make a list of strings", + "description": "This parameter may be specified multiple times to make a list of strings", "environmentVariable": "ENV_STRING_LIST", "kind": 4, "longName": "--string-list", @@ -187,7 +241,7 @@ Object { } `; -exports[`CommandLineParameter parses an input with ALL parameters 11`] = ` +exports[`CommandLineParameter parses an input with ALL parameters 13`] = ` Array [ "### --choice output: ###", "--choice", @@ -195,6 +249,11 @@ Array [ "### --choice-with-default output: ###", "--choice-with-default", "default", + "### --choice-list output: ###", + "--choice-list", + "red", + "--choice-list", + "blue", "### --flag output: ###", "--flag", "### --integer output: ###", @@ -206,6 +265,11 @@ Array [ "### --integer-required output: ###", "--integer-required", "321", + "### --integer-list output: ###", + "--integer-list", + "37", + "--integer-list", + "-404", "### --string output: ###", "--string", "hello", @@ -267,6 +331,21 @@ Object { `; exports[`CommandLineParameter parses an input with NO parameters 4`] = ` +Object { + "argumentName": undefined, + "defaultValue": undefined, + "description": "This parameter may be specified multiple times to make a list of choices", + "environmentVariable": "ENV_CHOICE_LIST", + "kind": 5, + "longName": "--choice-list", + "required": false, + "shortName": "-C", + "value": undefined, + "values": Array [], +} +`; + +exports[`CommandLineParameter parses an input with NO parameters 5`] = ` Object { "argumentName": undefined, "defaultValue": undefined, @@ -281,7 +360,7 @@ Object { } `; -exports[`CommandLineParameter parses an input with NO parameters 5`] = ` +exports[`CommandLineParameter parses an input with NO parameters 6`] = ` Object { "argumentName": "NUMBER", "defaultValue": undefined, @@ -296,7 +375,7 @@ Object { } `; -exports[`CommandLineParameter parses an input with NO parameters 6`] = ` +exports[`CommandLineParameter parses an input with NO parameters 7`] = ` Object { "argumentName": "NUMBER", "defaultValue": 123, @@ -311,7 +390,7 @@ Object { } `; -exports[`CommandLineParameter parses an input with NO parameters 7`] = ` +exports[`CommandLineParameter parses an input with NO parameters 8`] = ` Object { "argumentName": "NUMBER", "defaultValue": undefined, @@ -326,7 +405,22 @@ Object { } `; -exports[`CommandLineParameter parses an input with NO parameters 8`] = ` +exports[`CommandLineParameter parses an input with NO parameters 9`] = ` +Object { + "argumentName": "LIST_ITEM", + "defaultValue": undefined, + "description": "This parameter may be specified multiple times to make a list of integers", + "environmentVariable": "ENV_INTEGER_LIST", + "kind": 6, + "longName": "--integer-list", + "required": false, + "shortName": "-I", + "value": undefined, + "values": Array [], +} +`; + +exports[`CommandLineParameter parses an input with NO parameters 10`] = ` Object { "argumentName": "TEXT", "defaultValue": undefined, @@ -341,7 +435,7 @@ Object { } `; -exports[`CommandLineParameter parses an input with NO parameters 9`] = ` +exports[`CommandLineParameter parses an input with NO parameters 11`] = ` Object { "argumentName": "TEXT", "defaultValue": "123", @@ -356,11 +450,11 @@ Object { } `; -exports[`CommandLineParameter parses an input with NO parameters 10`] = ` +exports[`CommandLineParameter parses an input with NO parameters 12`] = ` Object { "argumentName": "LIST_ITEM", "defaultValue": undefined, - "description": "This parameter be specified multiple times to make a list of strings", + "description": "This parameter may be specified multiple times to make a list of strings", "environmentVariable": "ENV_STRING_LIST", "kind": 4, "longName": "--string-list", @@ -371,12 +465,13 @@ Object { } `; -exports[`CommandLineParameter parses an input with NO parameters 11`] = ` +exports[`CommandLineParameter parses an input with NO parameters 13`] = ` Array [ "### --choice output: ###", "### --choice-with-default output: ###", "--choice-with-default", "default", + "### --choice-list output: ###", "### --flag output: ###", "### --integer output: ###", "### --integer-with-default output: ###", @@ -385,6 +480,7 @@ Array [ "### --integer-required output: ###", "--integer-required", "123", + "### --integer-list output: ###", "### --string output: ###", "### --string-with-default output: ###", "--string-with-default", @@ -402,6 +498,11 @@ Array [ "### --choice-with-default output: ###", "--choice-with-default", "two", + "### --choice-list output: ###", + "--choice-list", + "red", + "--choice-list", + "green", "### --flag output: ###", "--flag", "### --integer output: ###", @@ -413,6 +514,13 @@ Array [ "### --integer-required output: ###", "--integer-required", "1", + "### --integer-list output: ###", + "--integer-list", + "1", + "--integer-list", + "2", + "--integer-list", + "3", "### --string output: ###", "--string", "Hello, world!", @@ -435,9 +543,10 @@ Array [ exports[`CommandLineParameter prints the action help 1`] = ` "usage: example do:the-job [-h] [-c {one,two,three,default}] - [--choice-with-default {one,two,three,default}] [-f] - [-i NUMBER] [--integer-with-default NUMBER] - --integer-required NUMBER [-s TEXT] + [--choice-with-default {one,two,three,default}] + [-C {red,green,blue}] [-f] [-i NUMBER] + [--integer-with-default NUMBER] --integer-required + NUMBER [-I LIST_ITEM] [-s TEXT] [--string-with-default TEXT] [--string-with-undocumented-synonym TEXT] [-l LIST_ITEM] @@ -455,6 +564,11 @@ Optional arguments: \\"quoted word\\". This parameter may alternatively be specified via the ENV_CHOICE2 environment variable. The default value is \\"default\\". + -C {red,green,blue}, --choice-list {red,green,blue} + This parameter may be specified multiple times to + make a list of choices. This parameter may + alternatively be specified via the ENV_CHOICE_LIST + environment variable. -f, --flag A flag. This parameter may alternatively be specified via the ENV_FLAG environment variable. -i NUMBER, --integer NUMBER @@ -466,6 +580,11 @@ Optional arguments: environment variable. The default value is 123. --integer-required NUMBER An integer + -I LIST_ITEM, --integer-list LIST_ITEM + This parameter may be specified multiple times to + make a list of integers. This parameter may + alternatively be specified via the ENV_INTEGER_LIST + environment variable. -s TEXT, --string TEXT A string. This parameter may alternatively be specified via the ENV_STRING environment variable. @@ -476,10 +595,10 @@ Optional arguments: --string-with-undocumented-synonym TEXT A string with an undocumented synonym -l LIST_ITEM, --string-list LIST_ITEM - This parameter be specified multiple times to make a - list of strings. This parameter may alternatively be - specified via the ENV_STRING_LIST environment - variable. + This parameter may be specified multiple times to + make a list of strings. This parameter may + alternatively be specified via the ENV_STRING_LIST + environment variable. " `; diff --git a/libraries/typings-generator/CHANGELOG.json b/libraries/typings-generator/CHANGELOG.json index c8ab8aa9654..de8907f1b11 100644 --- a/libraries/typings-generator/CHANGELOG.json +++ b/libraries/typings-generator/CHANGELOG.json @@ -1,6 +1,33 @@ { "name": "@rushstack/typings-generator", "entries": [ + { + "version": "0.3.8", + "tag": "@rushstack/typings-generator_v0.3.8", + "date": "Mon, 12 Jul 2021 23:08:26 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.39.1`" + }, + { + "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.0`" + } + ] + } + }, + { + "version": "0.3.7", + "tag": "@rushstack/typings-generator_v0.3.7", + "date": "Fri, 04 Jun 2021 19:59:53 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.39.0`" + } + ] + } + }, { "version": "0.3.6", "tag": "@rushstack/typings-generator_v0.3.6", diff --git a/libraries/typings-generator/CHANGELOG.md b/libraries/typings-generator/CHANGELOG.md index 0ee4ece817f..a23cc682204 100644 --- a/libraries/typings-generator/CHANGELOG.md +++ b/libraries/typings-generator/CHANGELOG.md @@ -1,6 +1,16 @@ # Change Log - @rushstack/typings-generator -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. +This log was last generated on Mon, 12 Jul 2021 23:08:26 GMT and should not be manually modified. + +## 0.3.8 +Mon, 12 Jul 2021 23:08:26 GMT + +_Version update only_ + +## 0.3.7 +Fri, 04 Jun 2021 19:59:53 GMT + +_Version update only_ ## 0.3.6 Wed, 19 May 2021 00:11:39 GMT diff --git a/libraries/typings-generator/package.json b/libraries/typings-generator/package.json index 6fc2e71d046..2ad892a17ae 100644 --- a/libraries/typings-generator/package.json +++ b/libraries/typings-generator/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/typings-generator", - "version": "0.3.6", + "version": "0.3.8", "description": "This library provides functionality for automatically generating typings for non-TS files.", "keywords": [ "dts", @@ -25,8 +25,8 @@ }, "devDependencies": { "@rushstack/eslint-config": "workspace:*", - "@rushstack/heft": "0.28.0", - "@rushstack/heft-node-rig": "1.0.8", + "@rushstack/heft": "0.32.0", + "@rushstack/heft-node-rig": "1.0.31", "@types/glob": "7.1.1" } } diff --git a/rigs/heft-node-rig/CHANGELOG.json b/rigs/heft-node-rig/CHANGELOG.json index 09435b83301..c8905cca3c8 100644 --- a/rigs/heft-node-rig/CHANGELOG.json +++ b/rigs/heft-node-rig/CHANGELOG.json @@ -1,6 +1,377 @@ { "name": "@rushstack/heft-node-rig", "entries": [ + { + "version": "1.1.11", + "tag": "@rushstack/heft-node-rig_v1.1.11", + "date": "Mon, 12 Jul 2021 23:08:26 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.18.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.1.12`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.34.5` to `^0.34.6`" + } + ] + } + }, + { + "version": "1.1.10", + "tag": "@rushstack/heft-node-rig_v1.1.10", + "date": "Thu, 08 Jul 2021 23:41:17 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.18.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.1.11`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.34.4` to `^0.34.5`" + } + ] + } + }, + { + "version": "1.1.9", + "tag": "@rushstack/heft-node-rig_v1.1.9", + "date": "Thu, 08 Jul 2021 06:00:48 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.18.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.1.10`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.34.3` to `^0.34.4`" + } + ] + } + }, + { + "version": "1.1.8", + "tag": "@rushstack/heft-node-rig_v1.1.8", + "date": "Thu, 01 Jul 2021 15:08:27 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.17.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.1.9`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.34.2` to `^0.34.3`" + } + ] + } + }, + { + "version": "1.1.7", + "tag": "@rushstack/heft-node-rig_v1.1.7", + "date": "Wed, 30 Jun 2021 19:16:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.1.8`" + } + ] + } + }, + { + "version": "1.1.6", + "tag": "@rushstack/heft-node-rig_v1.1.6", + "date": "Wed, 30 Jun 2021 15:06:54 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.17.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.1.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.34.1` to `^0.34.2`" + } + ] + } + }, + { + "version": "1.1.5", + "tag": "@rushstack/heft-node-rig_v1.1.5", + "date": "Wed, 30 Jun 2021 01:37:17 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.1.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.34.0` to `^0.34.1`" + } + ] + } + }, + { + "version": "1.1.4", + "tag": "@rushstack/heft-node-rig_v1.1.4", + "date": "Fri, 25 Jun 2021 00:08:28 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.1.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.33.1` to `^0.34.0`" + } + ] + } + }, + { + "version": "1.1.3", + "tag": "@rushstack/heft-node-rig_v1.1.3", + "date": "Fri, 18 Jun 2021 06:23:05 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.1.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.33.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.33.0` to `^0.33.1`" + } + ] + } + }, + { + "version": "1.1.2", + "tag": "@rushstack/heft-node-rig_v1.1.2", + "date": "Wed, 16 Jun 2021 18:53:52 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.1.3`" + } + ] + } + }, + { + "version": "1.1.1", + "tag": "@rushstack/heft-node-rig_v1.1.1", + "date": "Wed, 16 Jun 2021 15:07:24 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.33.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.32.0` to `^0.33.0`" + } + ] + } + }, + { + "version": "1.1.0", + "tag": "@rushstack/heft-node-rig_v1.1.0", + "date": "Tue, 15 Jun 2021 20:38:35 GMT", + "comments": { + "minor": [ + { + "comment": "Disable the allowUnreachableCode TypeScript compiler option." + } + ] + } + }, + { + "version": "1.0.31", + "tag": "@rushstack/heft-node-rig_v1.0.31", + "date": "Fri, 11 Jun 2021 23:26:16 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.1.2`" + } + ] + } + }, + { + "version": "1.0.30", + "tag": "@rushstack/heft-node-rig_v1.0.30", + "date": "Fri, 11 Jun 2021 00:34:02 GMT", + "comments": { + "patch": [ + { + "comment": "Add @rushstack/heft-jest-plugin to run during tests" + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.1.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.32.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.31.5` to `^0.32.0`" + } + ] + } + }, + { + "version": "1.0.29", + "tag": "@rushstack/heft-node-rig_v1.0.29", + "date": "Thu, 10 Jun 2021 15:08:16 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.31.4` to `^0.31.5`" + } + ] + } + }, + { + "version": "1.0.28", + "tag": "@rushstack/heft-node-rig_v1.0.28", + "date": "Fri, 04 Jun 2021 19:59:53 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.16.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.31.3` to `^0.31.4`" + } + ] + } + }, + { + "version": "1.0.27", + "tag": "@rushstack/heft-node-rig_v1.0.27", + "date": "Fri, 04 Jun 2021 15:08:20 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.16.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.31.2` to `^0.31.3`" + } + ] + } + }, + { + "version": "1.0.26", + "tag": "@rushstack/heft-node-rig_v1.0.26", + "date": "Fri, 04 Jun 2021 00:08:34 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.31.1` to `^0.31.2`" + } + ] + } + }, + { + "version": "1.0.25", + "tag": "@rushstack/heft-node-rig_v1.0.25", + "date": "Tue, 01 Jun 2021 18:29:26 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.31.0` to `^0.31.1`" + } + ] + } + }, + { + "version": "1.0.24", + "tag": "@rushstack/heft-node-rig_v1.0.24", + "date": "Sat, 29 May 2021 01:05:06 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.30.7` to `^0.31.0`" + } + ] + } + }, + { + "version": "1.0.23", + "tag": "@rushstack/heft-node-rig_v1.0.23", + "date": "Fri, 28 May 2021 06:19:58 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.30.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.30.6` to `^0.30.7`" + } + ] + } + }, + { + "version": "1.0.22", + "tag": "@rushstack/heft-node-rig_v1.0.22", + "date": "Tue, 25 May 2021 00:12:21 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.30.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.30.5` to `^0.30.6`" + } + ] + } + }, { "version": "1.0.21", "tag": "@rushstack/heft-node-rig_v1.0.21", diff --git a/rigs/heft-node-rig/CHANGELOG.md b/rigs/heft-node-rig/CHANGELOG.md index febf0e8fe0b..5ff4a3b8523 100644 --- a/rigs/heft-node-rig/CHANGELOG.md +++ b/rigs/heft-node-rig/CHANGELOG.md @@ -1,6 +1,120 @@ # Change Log - @rushstack/heft-node-rig -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. +This log was last generated on Mon, 12 Jul 2021 23:08:26 GMT and should not be manually modified. + +## 1.1.11 +Mon, 12 Jul 2021 23:08:26 GMT + +_Version update only_ + +## 1.1.10 +Thu, 08 Jul 2021 23:41:17 GMT + +_Version update only_ + +## 1.1.9 +Thu, 08 Jul 2021 06:00:48 GMT + +_Version update only_ + +## 1.1.8 +Thu, 01 Jul 2021 15:08:27 GMT + +_Version update only_ + +## 1.1.7 +Wed, 30 Jun 2021 19:16:19 GMT + +_Version update only_ + +## 1.1.6 +Wed, 30 Jun 2021 15:06:54 GMT + +_Version update only_ + +## 1.1.5 +Wed, 30 Jun 2021 01:37:17 GMT + +_Version update only_ + +## 1.1.4 +Fri, 25 Jun 2021 00:08:28 GMT + +_Version update only_ + +## 1.1.3 +Fri, 18 Jun 2021 06:23:05 GMT + +_Version update only_ + +## 1.1.2 +Wed, 16 Jun 2021 18:53:52 GMT + +_Version update only_ + +## 1.1.1 +Wed, 16 Jun 2021 15:07:24 GMT + +_Version update only_ + +## 1.1.0 +Tue, 15 Jun 2021 20:38:35 GMT + +### Minor changes + +- Disable the allowUnreachableCode TypeScript compiler option. + +## 1.0.31 +Fri, 11 Jun 2021 23:26:16 GMT + +_Version update only_ + +## 1.0.30 +Fri, 11 Jun 2021 00:34:02 GMT + +### Patches + +- Add @rushstack/heft-jest-plugin to run during tests + +## 1.0.29 +Thu, 10 Jun 2021 15:08:16 GMT + +_Version update only_ + +## 1.0.28 +Fri, 04 Jun 2021 19:59:53 GMT + +_Version update only_ + +## 1.0.27 +Fri, 04 Jun 2021 15:08:20 GMT + +_Version update only_ + +## 1.0.26 +Fri, 04 Jun 2021 00:08:34 GMT + +_Version update only_ + +## 1.0.25 +Tue, 01 Jun 2021 18:29:26 GMT + +_Version update only_ + +## 1.0.24 +Sat, 29 May 2021 01:05:06 GMT + +_Version update only_ + +## 1.0.23 +Fri, 28 May 2021 06:19:58 GMT + +_Version update only_ + +## 1.0.22 +Tue, 25 May 2021 00:12:21 GMT + +_Version update only_ ## 1.0.21 Wed, 19 May 2021 00:11:39 GMT diff --git a/rigs/heft-node-rig/package.json b/rigs/heft-node-rig/package.json index 29c9fe1682f..45e5fe44ab1 100644 --- a/rigs/heft-node-rig/package.json +++ b/rigs/heft-node-rig/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/heft-node-rig", - "version": "1.0.21", + "version": "1.1.11", "description": "A rig package for Node.js projects that build using Heft", "license": "MIT", "scripts": { @@ -11,10 +11,11 @@ "url": "https://github.com/microsoft/rushstack/tree/master/rigs/heft-node-rig" }, "peerDependencies": { - "@rushstack/heft": "^0.30.5" + "@rushstack/heft": "^0.34.6" }, "dependencies": { "@microsoft/api-extractor": "workspace:*", + "@rushstack/heft-jest-plugin": "workspace:*", "eslint": "~7.12.1", "typescript": "~3.9.7" }, diff --git a/rigs/heft-node-rig/profiles/default/config/heft.json b/rigs/heft-node-rig/profiles/default/config/heft.json index 99e058540fb..c2afa9a3ea5 100644 --- a/rigs/heft-node-rig/profiles/default/config/heft.json +++ b/rigs/heft-node-rig/profiles/default/config/heft.json @@ -36,16 +36,16 @@ * The list of Heft plugins to be loaded. */ "heftPlugins": [ - // { - // /** - // * The path to the plugin package. - // */ - // "plugin": "path/to/my-plugin", - // - // /** - // * An optional object that provides additional settings that may be defined by the plugin. - // */ - // // "options": { } - // } + { + /** + * The path to the plugin package. + */ + "plugin": "@rushstack/heft-jest-plugin" + + /** + * An optional object that provides additional settings that may be defined by the plugin. + */ + // "options": { } + } ] } diff --git a/rigs/heft-node-rig/profiles/default/config/jest.config.json b/rigs/heft-node-rig/profiles/default/config/jest.config.json new file mode 100644 index 00000000000..b6f305ec886 --- /dev/null +++ b/rigs/heft-node-rig/profiles/default/config/jest.config.json @@ -0,0 +1,3 @@ +{ + "extends": "@rushstack/heft-jest-plugin/includes/jest-shared.config.json" +} diff --git a/rigs/heft-node-rig/profiles/default/tsconfig-base.json b/rigs/heft-node-rig/profiles/default/tsconfig-base.json index 3f0e2a9e743..6f68418bbd2 100644 --- a/rigs/heft-node-rig/profiles/default/tsconfig-base.json +++ b/rigs/heft-node-rig/profiles/default/tsconfig-base.json @@ -15,6 +15,8 @@ "strict": true, "esModuleInterop": true, "noEmitOnError": false, + "allowUnreachableCode": false, + "types": [], "module": "commonjs", diff --git a/rigs/heft-web-rig/CHANGELOG.json b/rigs/heft-web-rig/CHANGELOG.json index 276ccc779a7..425d9d309a6 100644 --- a/rigs/heft-web-rig/CHANGELOG.json +++ b/rigs/heft-web-rig/CHANGELOG.json @@ -1,6 +1,445 @@ { "name": "@rushstack/heft-web-rig", "entries": [ + { + "version": "0.3.11", + "tag": "@rushstack/heft-web-rig_v0.3.11", + "date": "Mon, 12 Jul 2021 23:08:26 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.18.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.1.12`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.1.36`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.34.5` to `^0.34.6`" + } + ] + } + }, + { + "version": "0.3.10", + "tag": "@rushstack/heft-web-rig_v0.3.10", + "date": "Thu, 08 Jul 2021 23:41:17 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.18.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.1.11`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.1.35`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.34.4` to `^0.34.5`" + } + ] + } + }, + { + "version": "0.3.9", + "tag": "@rushstack/heft-web-rig_v0.3.9", + "date": "Thu, 08 Jul 2021 06:00:48 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.18.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.1.10`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.1.34`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.34.3` to `^0.34.4`" + } + ] + } + }, + { + "version": "0.3.8", + "tag": "@rushstack/heft-web-rig_v0.3.8", + "date": "Thu, 01 Jul 2021 15:08:27 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.17.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.1.9`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.1.33`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.34.2` to `^0.34.3`" + } + ] + } + }, + { + "version": "0.3.7", + "tag": "@rushstack/heft-web-rig_v0.3.7", + "date": "Wed, 30 Jun 2021 19:16:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.1.8`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.1.32`" + } + ] + } + }, + { + "version": "0.3.6", + "tag": "@rushstack/heft-web-rig_v0.3.6", + "date": "Wed, 30 Jun 2021 15:06:54 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.17.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.1.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.1.31`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.34.1` to `^0.34.2`" + } + ] + } + }, + { + "version": "0.3.5", + "tag": "@rushstack/heft-web-rig_v0.3.5", + "date": "Wed, 30 Jun 2021 01:37:17 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.1.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.1.30`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.34.0` to `^0.34.1`" + } + ] + } + }, + { + "version": "0.3.4", + "tag": "@rushstack/heft-web-rig_v0.3.4", + "date": "Fri, 25 Jun 2021 00:08:28 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.1.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.1.29`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.33.1` to `^0.34.0`" + } + ] + } + }, + { + "version": "0.3.3", + "tag": "@rushstack/heft-web-rig_v0.3.3", + "date": "Fri, 18 Jun 2021 06:23:05 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.1.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.1.28`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.33.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.33.0` to `^0.33.1`" + } + ] + } + }, + { + "version": "0.3.2", + "tag": "@rushstack/heft-web-rig_v0.3.2", + "date": "Wed, 16 Jun 2021 18:53:52 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.1.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.1.27`" + } + ] + } + }, + { + "version": "0.3.1", + "tag": "@rushstack/heft-web-rig_v0.3.1", + "date": "Wed, 16 Jun 2021 15:07:24 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.1.26`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.33.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.32.0` to `^0.33.0`" + } + ] + } + }, + { + "version": "0.3.0", + "tag": "@rushstack/heft-web-rig_v0.3.0", + "date": "Tue, 15 Jun 2021 20:38:35 GMT", + "comments": { + "minor": [ + { + "comment": "Disable the allowUnreachableCode TypeScript compiler option." + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.1.25`" + } + ] + } + }, + { + "version": "0.2.38", + "tag": "@rushstack/heft-web-rig_v0.2.38", + "date": "Fri, 11 Jun 2021 23:26:16 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.1.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.1.24`" + } + ] + } + }, + { + "version": "0.2.37", + "tag": "@rushstack/heft-web-rig_v0.2.37", + "date": "Fri, 11 Jun 2021 00:34:02 GMT", + "comments": { + "patch": [ + { + "comment": "Add @rushstack/heft-jest-plugin to run during tests" + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.1.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.1.23`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.32.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.31.5` to `^0.32.0`" + } + ] + } + }, + { + "version": "0.2.36", + "tag": "@rushstack/heft-web-rig_v0.2.36", + "date": "Thu, 10 Jun 2021 15:08:16 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.1.22`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.31.4` to `^0.31.5`" + } + ] + } + }, + { + "version": "0.2.35", + "tag": "@rushstack/heft-web-rig_v0.2.35", + "date": "Fri, 04 Jun 2021 19:59:53 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.16.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.1.21`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.31.3` to `^0.31.4`" + } + ] + } + }, + { + "version": "0.2.34", + "tag": "@rushstack/heft-web-rig_v0.2.34", + "date": "Fri, 04 Jun 2021 15:08:20 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.16.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.1.20`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.31.2` to `^0.31.3`" + } + ] + } + }, + { + "version": "0.2.33", + "tag": "@rushstack/heft-web-rig_v0.2.33", + "date": "Fri, 04 Jun 2021 00:08:34 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.1.19`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.31.1` to `^0.31.2`" + } + ] + } + }, + { + "version": "0.2.32", + "tag": "@rushstack/heft-web-rig_v0.2.32", + "date": "Tue, 01 Jun 2021 18:29:26 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.1.18`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.31.0` to `^0.31.1`" + } + ] + } + }, + { + "version": "0.2.31", + "tag": "@rushstack/heft-web-rig_v0.2.31", + "date": "Sat, 29 May 2021 01:05:06 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.1.17`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.30.7` to `^0.31.0`" + } + ] + } + }, + { + "version": "0.2.30", + "tag": "@rushstack/heft-web-rig_v0.2.30", + "date": "Fri, 28 May 2021 06:19:58 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.1.16`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.30.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.30.6` to `^0.30.7`" + } + ] + } + }, + { + "version": "0.2.29", + "tag": "@rushstack/heft-web-rig_v0.2.29", + "date": "Tue, 25 May 2021 00:12:21 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-webpack4-plugin\" to `0.1.15`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.30.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" from `^0.30.5` to `^0.30.6`" + } + ] + } + }, { "version": "0.2.28", "tag": "@rushstack/heft-web-rig_v0.2.28", diff --git a/rigs/heft-web-rig/CHANGELOG.md b/rigs/heft-web-rig/CHANGELOG.md index 783ea79b107..f0e64fe3748 100644 --- a/rigs/heft-web-rig/CHANGELOG.md +++ b/rigs/heft-web-rig/CHANGELOG.md @@ -1,6 +1,120 @@ # Change Log - @rushstack/heft-web-rig -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. +This log was last generated on Mon, 12 Jul 2021 23:08:26 GMT and should not be manually modified. + +## 0.3.11 +Mon, 12 Jul 2021 23:08:26 GMT + +_Version update only_ + +## 0.3.10 +Thu, 08 Jul 2021 23:41:17 GMT + +_Version update only_ + +## 0.3.9 +Thu, 08 Jul 2021 06:00:48 GMT + +_Version update only_ + +## 0.3.8 +Thu, 01 Jul 2021 15:08:27 GMT + +_Version update only_ + +## 0.3.7 +Wed, 30 Jun 2021 19:16:19 GMT + +_Version update only_ + +## 0.3.6 +Wed, 30 Jun 2021 15:06:54 GMT + +_Version update only_ + +## 0.3.5 +Wed, 30 Jun 2021 01:37:17 GMT + +_Version update only_ + +## 0.3.4 +Fri, 25 Jun 2021 00:08:28 GMT + +_Version update only_ + +## 0.3.3 +Fri, 18 Jun 2021 06:23:05 GMT + +_Version update only_ + +## 0.3.2 +Wed, 16 Jun 2021 18:53:52 GMT + +_Version update only_ + +## 0.3.1 +Wed, 16 Jun 2021 15:07:24 GMT + +_Version update only_ + +## 0.3.0 +Tue, 15 Jun 2021 20:38:35 GMT + +### Minor changes + +- Disable the allowUnreachableCode TypeScript compiler option. + +## 0.2.38 +Fri, 11 Jun 2021 23:26:16 GMT + +_Version update only_ + +## 0.2.37 +Fri, 11 Jun 2021 00:34:02 GMT + +### Patches + +- Add @rushstack/heft-jest-plugin to run during tests + +## 0.2.36 +Thu, 10 Jun 2021 15:08:16 GMT + +_Version update only_ + +## 0.2.35 +Fri, 04 Jun 2021 19:59:53 GMT + +_Version update only_ + +## 0.2.34 +Fri, 04 Jun 2021 15:08:20 GMT + +_Version update only_ + +## 0.2.33 +Fri, 04 Jun 2021 00:08:34 GMT + +_Version update only_ + +## 0.2.32 +Tue, 01 Jun 2021 18:29:26 GMT + +_Version update only_ + +## 0.2.31 +Sat, 29 May 2021 01:05:06 GMT + +_Version update only_ + +## 0.2.30 +Fri, 28 May 2021 06:19:58 GMT + +_Version update only_ + +## 0.2.29 +Tue, 25 May 2021 00:12:21 GMT + +_Version update only_ ## 0.2.28 Wed, 19 May 2021 00:11:39 GMT diff --git a/rigs/heft-web-rig/package.json b/rigs/heft-web-rig/package.json index 97bc1553d52..9c117750085 100644 --- a/rigs/heft-web-rig/package.json +++ b/rigs/heft-web-rig/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/heft-web-rig", - "version": "0.2.28", + "version": "0.3.11", "description": "A rig package for web browser projects that build using Heft", "license": "MIT", "scripts": { @@ -11,10 +11,11 @@ "url": "https://github.com/microsoft/rushstack/tree/master/rigs/heft-web-rig" }, "peerDependencies": { - "@rushstack/heft": "^0.30.5" + "@rushstack/heft": "^0.34.6" }, "dependencies": { "@microsoft/api-extractor": "workspace:*", + "@rushstack/heft-jest-plugin": "workspace:*", "@rushstack/heft-webpack4-plugin": "workspace:*", "eslint": "~7.12.1", "typescript": "~3.9.7" diff --git a/rigs/heft-web-rig/profiles/library/config/heft.json b/rigs/heft-web-rig/profiles/library/config/heft.json index 6e4142829b7..376ab2e6cce 100644 --- a/rigs/heft-web-rig/profiles/library/config/heft.json +++ b/rigs/heft-web-rig/profiles/library/config/heft.json @@ -46,6 +46,9 @@ * An optional object that provides additional settings that may be defined by the plugin. */ // "options": { } + }, + { + "plugin": "@rushstack/heft-jest-plugin" } ] } diff --git a/rigs/heft-web-rig/profiles/library/config/jest.config.json b/rigs/heft-web-rig/profiles/library/config/jest.config.json new file mode 100644 index 00000000000..b6f305ec886 --- /dev/null +++ b/rigs/heft-web-rig/profiles/library/config/jest.config.json @@ -0,0 +1,3 @@ +{ + "extends": "@rushstack/heft-jest-plugin/includes/jest-shared.config.json" +} diff --git a/rigs/heft-web-rig/profiles/library/tsconfig-base.json b/rigs/heft-web-rig/profiles/library/tsconfig-base.json index b1d392342ad..8c4d48b65b4 100644 --- a/rigs/heft-web-rig/profiles/library/tsconfig-base.json +++ b/rigs/heft-web-rig/profiles/library/tsconfig-base.json @@ -16,6 +16,8 @@ "strict": true, "esModuleInterop": true, "noEmitOnError": false, + "allowUnreachableCode": false, + "types": [], "module": "esnext", diff --git a/rush.json b/rush.json index b90e461749a..6acadb4bafb 100644 --- a/rush.json +++ b/rush.json @@ -26,7 +26,7 @@ * Specify one of: "pnpmVersion", "npmVersion", or "yarnVersion". See the Rush documentation * for details about these alternatives. */ - "pnpmVersion": "6.3.0", + "pnpmVersion": "6.7.1", // "npmVersion": "4.5.0", // "yarnVersion": "1.9.4", @@ -427,6 +427,7 @@ // // "versionPolicyName": "" // }, // + // "apps" folder (alphabetical order) { "packageName": "@microsoft/api-documenter", @@ -530,6 +531,38 @@ "shouldPublish": false }, + // "build-tests-samples" folder (alphabetical order) + { + "packageName": "heft-node-basic-tutorial", + "projectFolder": "build-tests-samples/heft-node-basic-tutorial", + "reviewCategory": "tests", + "shouldPublish": false + }, + { + "packageName": "heft-node-jest-tutorial", + "projectFolder": "build-tests-samples/heft-node-jest-tutorial", + "reviewCategory": "tests", + "shouldPublish": false + }, + { + "packageName": "heft-node-rig-tutorial", + "projectFolder": "build-tests-samples/heft-node-rig-tutorial", + "reviewCategory": "tests", + "shouldPublish": false + }, + { + "packageName": "heft-webpack-basic-tutorial", + "projectFolder": "build-tests-samples/heft-webpack-basic-tutorial", + "reviewCategory": "tests", + "shouldPublish": false + }, + { + "packageName": "packlets-tutorial", + "projectFolder": "build-tests-samples/packlets-tutorial", + "reviewCategory": "tests", + "shouldPublish": false + }, + // heft-* projects { "packageName": "heft-action-plugin", @@ -567,6 +600,12 @@ "reviewCategory": "tests", "shouldPublish": false }, + { + "packageName": "heft-fastify-test", + "projectFolder": "build-tests/heft-fastify-test", + "reviewCategory": "tests", + "shouldPublish": false + }, { "packageName": "heft-minimal-rig-test", "projectFolder": "build-tests/heft-minimal-rig-test", @@ -585,12 +624,6 @@ "reviewCategory": "tests", "shouldPublish": false }, - { - "packageName": "heft-oldest-compiler-test", - "projectFolder": "build-tests/heft-oldest-compiler-test", - "reviewCategory": "tests", - "shouldPublish": false - }, { "packageName": "heft-sass-test", "projectFolder": "build-tests/heft-sass-test", @@ -616,6 +649,12 @@ "shouldPublish": false }, + { + "packageName": "install-test-workspace", + "projectFolder": "build-tests/install-test-workspace", + "reviewCategory": "tests", + "shouldPublish": false + }, { "packageName": "localization-plugin-test-01", "projectFolder": "build-tests/localization-plugin-test-01", @@ -634,122 +673,6 @@ "reviewCategory": "tests", "shouldPublish": false }, - { - "packageName": "node-library-build-eslint-test", - "projectFolder": "build-tests/node-library-build-eslint-test", - "reviewCategory": "tests", - "shouldPublish": false - }, - { - "packageName": "node-library-build-tslint-test", - "projectFolder": "build-tests/node-library-build-tslint-test", - "reviewCategory": "tests", - "shouldPublish": false - }, - - // rush-stack-compiler-* projects - { - "packageName": "rush-stack-compiler-2.4-library-test", - "projectFolder": "build-tests/rush-stack-compiler-2.4-library-test", - "reviewCategory": "tests", - "shouldPublish": false - }, - { - "packageName": "rush-stack-compiler-2.7-library-test", - "projectFolder": "build-tests/rush-stack-compiler-2.7-library-test", - "reviewCategory": "tests", - "shouldPublish": false - }, - { - "packageName": "rush-stack-compiler-2.8-library-test", - "projectFolder": "build-tests/rush-stack-compiler-2.8-library-test", - "reviewCategory": "tests", - "shouldPublish": false - }, - { - "packageName": "rush-stack-compiler-2.9-library-test", - "projectFolder": "build-tests/rush-stack-compiler-2.9-library-test", - "reviewCategory": "tests", - "shouldPublish": false - }, - { - "packageName": "rush-stack-compiler-3.0-library-test", - "projectFolder": "build-tests/rush-stack-compiler-3.0-library-test", - "reviewCategory": "tests", - "shouldPublish": false - }, - { - "packageName": "rush-stack-compiler-3.1-library-test", - "projectFolder": "build-tests/rush-stack-compiler-3.1-library-test", - "reviewCategory": "tests", - "shouldPublish": false - }, - { - "packageName": "rush-stack-compiler-3.2-library-test", - "projectFolder": "build-tests/rush-stack-compiler-3.2-library-test", - "reviewCategory": "tests", - "shouldPublish": false - }, - { - "packageName": "rush-stack-compiler-3.3-library-test", - "projectFolder": "build-tests/rush-stack-compiler-3.3-library-test", - "reviewCategory": "tests", - "shouldPublish": false - }, - { - "packageName": "rush-stack-compiler-3.4-library-test", - "projectFolder": "build-tests/rush-stack-compiler-3.4-library-test", - "reviewCategory": "tests", - "shouldPublish": false - }, - { - "packageName": "rush-stack-compiler-3.5-library-test", - "projectFolder": "build-tests/rush-stack-compiler-3.5-library-test", - "reviewCategory": "tests", - "shouldPublish": false - }, - { - "packageName": "rush-stack-compiler-3.6-library-test", - "projectFolder": "build-tests/rush-stack-compiler-3.6-library-test", - "reviewCategory": "tests", - "shouldPublish": false - }, - { - "packageName": "rush-stack-compiler-3.7-library-test", - "projectFolder": "build-tests/rush-stack-compiler-3.7-library-test", - "reviewCategory": "tests", - "shouldPublish": false - }, - { - "packageName": "rush-stack-compiler-3.8-library-test", - "projectFolder": "build-tests/rush-stack-compiler-3.8-library-test", - "reviewCategory": "tests", - "shouldPublish": false - }, - { - "packageName": "rush-stack-compiler-3.9-library-test", - "projectFolder": "build-tests/rush-stack-compiler-3.9-library-test", - "reviewCategory": "tests", - "shouldPublish": false - }, - { - "packageName": "rush-stack-compiler-4.0-library-test", - "projectFolder": "build-tests/rush-stack-compiler-4.0-library-test", - "reviewCategory": "tests", - "shouldPublish": false - }, - { - "packageName": "rush-stack-compiler-4.1-library-test", - "projectFolder": "build-tests/rush-stack-compiler-4.1-library-test", - "reviewCategory": "tests", - "shouldPublish": false - }, - { - "packageName": "rush-stack-compiler-4.2-library-test", - "projectFolder": "build-tests/rush-stack-compiler-4.2-library-test", - "reviewCategory": "tests", - "shouldPublish": false - }, { "packageName": "ts-command-line-test", @@ -757,67 +680,14 @@ "reviewCategory": "tests", "shouldPublish": false }, - { - "packageName": "web-library-build-test", - "projectFolder": "build-tests/web-library-build-test", - "reviewCategory": "tests", - "shouldPublish": false - }, - // "core-build" folder (alphabetical order) - { - "packageName": "@microsoft/gulp-core-build", - "projectFolder": "core-build/gulp-core-build", - "reviewCategory": "libraries", - "shouldPublish": true, - "cyclicDependencyProjects": ["@microsoft/node-library-build", "@microsoft/rush-stack-compiler-3.9"] - }, - { - "packageName": "@microsoft/gulp-core-build-mocha", - "projectFolder": "core-build/gulp-core-build-mocha", - "reviewCategory": "libraries", - "shouldPublish": true, - "cyclicDependencyProjects": ["@microsoft/node-library-build", "@microsoft/rush-stack-compiler-3.9"] - }, - { - "packageName": "@microsoft/gulp-core-build-sass", - "projectFolder": "core-build/gulp-core-build-sass", - "reviewCategory": "libraries", - "shouldPublish": true - }, - { - "packageName": "@microsoft/gulp-core-build-serve", - "projectFolder": "core-build/gulp-core-build-serve", - "reviewCategory": "libraries", - "shouldPublish": true - }, - { - "packageName": "@microsoft/gulp-core-build-typescript", - "projectFolder": "core-build/gulp-core-build-typescript", - "reviewCategory": "libraries", - "shouldPublish": true, - "cyclicDependencyProjects": ["@microsoft/node-library-build", "@microsoft/rush-stack-compiler-3.9"] - }, - { - "packageName": "@microsoft/gulp-core-build-webpack", - "projectFolder": "core-build/gulp-core-build-webpack", - "reviewCategory": "libraries", - "shouldPublish": true - }, - { - "packageName": "@microsoft/node-library-build", - "projectFolder": "core-build/node-library-build", - "reviewCategory": "libraries", - "shouldPublish": true - }, + // "heft-plugins" folder (alphabetical order) { - "packageName": "@microsoft/web-library-build", - "projectFolder": "core-build/web-library-build", + "packageName": "@rushstack/heft-jest-plugin", + "projectFolder": "heft-plugins/heft-jest-plugin", "reviewCategory": "libraries", "shouldPublish": true }, - - // "heft-plugins" folder (alphabetical order) { "packageName": "@rushstack/heft-webpack4-plugin", "projectFolder": "heft-plugins/heft-webpack4-plugin", @@ -980,166 +850,6 @@ "shouldPublish": true, "cyclicDependencyProjects": ["@rushstack/heft-node-rig", "@rushstack/heft"] }, - { - "packageName": "@microsoft/rush-stack-compiler-2.4", - "projectFolder": "stack/rush-stack-compiler-2.4", - "reviewCategory": "libraries", - "shouldPublish": true, - "cyclicDependencyProjects": ["@rushstack/heft", "@rushstack/heft-node-rig"] - }, - { - "packageName": "@microsoft/rush-stack-compiler-2.7", - "projectFolder": "stack/rush-stack-compiler-2.7", - "reviewCategory": "libraries", - "shouldPublish": true, - "cyclicDependencyProjects": ["@rushstack/heft", "@rushstack/heft-node-rig"] - }, - { - "packageName": "@microsoft/rush-stack-compiler-2.8", - "projectFolder": "stack/rush-stack-compiler-2.8", - "reviewCategory": "libraries", - "shouldPublish": true, - "cyclicDependencyProjects": ["@rushstack/heft", "@rushstack/heft-node-rig"] - }, - { - "packageName": "@microsoft/rush-stack-compiler-2.9", - "projectFolder": "stack/rush-stack-compiler-2.9", - "reviewCategory": "libraries", - "shouldPublish": true, - "cyclicDependencyProjects": ["@rushstack/heft", "@rushstack/heft-node-rig"] - }, - { - "packageName": "@microsoft/rush-stack-compiler-3.0", - "projectFolder": "stack/rush-stack-compiler-3.0", - "reviewCategory": "libraries", - "shouldPublish": true, - "cyclicDependencyProjects": ["@rushstack/heft", "@rushstack/heft-node-rig"] - }, - { - "packageName": "@microsoft/rush-stack-compiler-3.1", - "projectFolder": "stack/rush-stack-compiler-3.1", - "reviewCategory": "libraries", - "shouldPublish": true, - "cyclicDependencyProjects": ["@rushstack/heft", "@rushstack/heft-node-rig"] - }, - { - "packageName": "@microsoft/rush-stack-compiler-3.2", - "projectFolder": "stack/rush-stack-compiler-3.2", - "reviewCategory": "libraries", - "shouldPublish": true, - "cyclicDependencyProjects": ["@rushstack/heft", "@rushstack/heft-node-rig"] - }, - { - "packageName": "@microsoft/rush-stack-compiler-3.3", - "projectFolder": "stack/rush-stack-compiler-3.3", - "reviewCategory": "libraries", - "shouldPublish": true, - "cyclicDependencyProjects": ["@rushstack/heft", "@rushstack/heft-node-rig"] - }, - { - "packageName": "@microsoft/rush-stack-compiler-3.4", - "projectFolder": "stack/rush-stack-compiler-3.4", - "reviewCategory": "libraries", - "shouldPublish": true, - "cyclicDependencyProjects": ["@rushstack/heft", "@rushstack/heft-node-rig"] - }, - { - "packageName": "@microsoft/rush-stack-compiler-3.5", - "projectFolder": "stack/rush-stack-compiler-3.5", - "reviewCategory": "libraries", - "shouldPublish": true, - "cyclicDependencyProjects": ["@rushstack/heft", "@rushstack/heft-node-rig"] - }, - { - "packageName": "@microsoft/rush-stack-compiler-3.6", - "projectFolder": "stack/rush-stack-compiler-3.6", - "reviewCategory": "libraries", - "shouldPublish": true, - "cyclicDependencyProjects": ["@rushstack/heft", "@rushstack/heft-node-rig"] - }, - { - "packageName": "@microsoft/rush-stack-compiler-3.7", - "projectFolder": "stack/rush-stack-compiler-3.7", - "reviewCategory": "libraries", - "shouldPublish": true, - "cyclicDependencyProjects": ["@rushstack/heft", "@rushstack/heft-node-rig"] - }, - { - "packageName": "@microsoft/rush-stack-compiler-3.8", - "projectFolder": "stack/rush-stack-compiler-3.8", - "reviewCategory": "libraries", - "shouldPublish": true, - "cyclicDependencyProjects": ["@rushstack/heft", "@rushstack/heft-node-rig"] - }, - { - "packageName": "@microsoft/rush-stack-compiler-3.9", - "projectFolder": "stack/rush-stack-compiler-3.9", - "reviewCategory": "libraries", - "shouldPublish": true, - "cyclicDependencyProjects": [ - "@microsoft/rush-stack-compiler-3.9", - "@rushstack/heft", - "@rushstack/heft-node-rig" - ] - }, - { - "packageName": "@microsoft/rush-stack-compiler-4.0", - "projectFolder": "stack/rush-stack-compiler-4.0", - "reviewCategory": "libraries", - "shouldPublish": true, - "cyclicDependencyProjects": ["@rushstack/heft", "@rushstack/heft-node-rig"] - }, - { - "packageName": "@microsoft/rush-stack-compiler-4.1", - "projectFolder": "stack/rush-stack-compiler-4.1", - "reviewCategory": "libraries", - "shouldPublish": true, - "cyclicDependencyProjects": ["@rushstack/heft", "@rushstack/heft-node-rig"] - }, - { - "packageName": "@microsoft/rush-stack-compiler-4.2", - "projectFolder": "stack/rush-stack-compiler-4.2", - "reviewCategory": "libraries", - "shouldPublish": true, - "cyclicDependencyProjects": ["@rushstack/heft", "@rushstack/heft-node-rig"] - }, - { - "packageName": "@microsoft/rush-stack-compiler-shared", - "projectFolder": "stack/rush-stack-compiler-shared", - "reviewCategory": "libraries" - }, - - // "tutorials" folder (alphabetical order) - { - "packageName": "heft-node-basic-tutorial", - "projectFolder": "tutorials/heft-node-basic-tutorial", - "reviewCategory": "tests", - "shouldPublish": false - }, - { - "packageName": "heft-node-jest-tutorial", - "projectFolder": "tutorials/heft-node-jest-tutorial", - "reviewCategory": "tests", - "shouldPublish": false - }, - { - "packageName": "heft-node-rig-tutorial", - "projectFolder": "tutorials/heft-node-rig-tutorial", - "reviewCategory": "tests", - "shouldPublish": false - }, - { - "packageName": "heft-webpack-basic-tutorial", - "projectFolder": "tutorials/heft-webpack-basic-tutorial", - "reviewCategory": "tests", - "shouldPublish": false - }, - { - "packageName": "packlets-tutorial", - "projectFolder": "tutorials/packlets-tutorial", - "reviewCategory": "tests", - "shouldPublish": false - }, // "webpack" folder (alphabetical order) { diff --git a/stack/eslint-config/CHANGELOG.json b/stack/eslint-config/CHANGELOG.json index 9354a1a1622..81d4ec55da2 100644 --- a/stack/eslint-config/CHANGELOG.json +++ b/stack/eslint-config/CHANGELOG.json @@ -1,6 +1,29 @@ { "name": "@rushstack/eslint-config", "entries": [ + { + "version": "2.4.0", + "tag": "@rushstack/eslint-config_v2.4.0", + "date": "Mon, 12 Jul 2021 23:08:26 GMT", + "comments": { + "minor": [ + { + "comment": "Upgrade @typescript-eslint/* packages to 4.28.0 (GitHub #2389)" + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/eslint-plugin\" to `0.8.0`" + }, + { + "comment": "Updating dependency \"@rushstack/eslint-plugin-packlets\" to `0.3.0`" + }, + { + "comment": "Updating dependency \"@rushstack/eslint-plugin-security\" to `0.2.0`" + } + ] + } + }, { "version": "2.3.4", "tag": "@rushstack/eslint-config_v2.3.4", diff --git a/stack/eslint-config/CHANGELOG.md b/stack/eslint-config/CHANGELOG.md index 2d0f9660c70..6d982071254 100644 --- a/stack/eslint-config/CHANGELOG.md +++ b/stack/eslint-config/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @rushstack/eslint-config -This log was last generated on Mon, 12 Apr 2021 15:10:28 GMT and should not be manually modified. +This log was last generated on Mon, 12 Jul 2021 23:08:26 GMT and should not be manually modified. + +## 2.4.0 +Mon, 12 Jul 2021 23:08:26 GMT + +### Minor changes + +- Upgrade @typescript-eslint/* packages to 4.28.0 (GitHub #2389) ## 2.3.4 Mon, 12 Apr 2021 15:10:28 GMT diff --git a/stack/eslint-config/package.json b/stack/eslint-config/package.json index 776373196c4..834bf9d7d2d 100644 --- a/stack/eslint-config/package.json +++ b/stack/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/eslint-config", - "version": "2.3.4", + "version": "2.4.0", "description": "A TypeScript ESLint ruleset designed for large teams and projects", "license": "MIT", "repository": { @@ -28,10 +28,10 @@ "@rushstack/eslint-plugin": "workspace:*", "@rushstack/eslint-plugin-packlets": "workspace:*", "@rushstack/eslint-plugin-security": "workspace:*", - "@typescript-eslint/eslint-plugin": "3.4.0", - "@typescript-eslint/experimental-utils": "^3.4.0", - "@typescript-eslint/parser": "3.4.0", - "@typescript-eslint/typescript-estree": "3.4.0", + "@typescript-eslint/eslint-plugin": "~4.28.2", + "@typescript-eslint/experimental-utils": "~4.28.2", + "@typescript-eslint/parser": "~4.28.2", + "@typescript-eslint/typescript-estree": "~4.28.2", "eslint-plugin-promise": "~4.2.1", "eslint-plugin-react": "~7.20.0", "eslint-plugin-tsdoc": "~0.2.10" diff --git a/stack/eslint-patch/package.json b/stack/eslint-patch/package.json index db38880d261..0cd511f9b50 100644 --- a/stack/eslint-patch/package.json +++ b/stack/eslint-patch/package.json @@ -23,8 +23,8 @@ ], "dependencies": {}, "devDependencies": { - "@rushstack/heft": "0.28.0", - "@rushstack/heft-node-rig": "1.0.8", + "@rushstack/heft": "0.32.0", + "@rushstack/heft-node-rig": "1.0.31", "@types/node": "10.17.13" } } diff --git a/stack/eslint-plugin-packlets/CHANGELOG.json b/stack/eslint-plugin-packlets/CHANGELOG.json index a5e53d60f67..dbe69042726 100644 --- a/stack/eslint-plugin-packlets/CHANGELOG.json +++ b/stack/eslint-plugin-packlets/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/eslint-plugin-packlets", "entries": [ + { + "version": "0.3.0", + "tag": "@rushstack/eslint-plugin-packlets_v0.3.0", + "date": "Mon, 12 Jul 2021 23:08:26 GMT", + "comments": { + "minor": [ + { + "comment": "Upgrade @typescript-eslint/* packages to 4.28.0 (GitHub #2389)" + } + ] + } + }, { "version": "0.2.2", "tag": "@rushstack/eslint-plugin-packlets_v0.2.2", diff --git a/stack/eslint-plugin-packlets/CHANGELOG.md b/stack/eslint-plugin-packlets/CHANGELOG.md index 03834ffddf6..6b63785774c 100644 --- a/stack/eslint-plugin-packlets/CHANGELOG.md +++ b/stack/eslint-plugin-packlets/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @rushstack/eslint-plugin-packlets -This log was last generated on Mon, 12 Apr 2021 15:10:28 GMT and should not be manually modified. +This log was last generated on Mon, 12 Jul 2021 23:08:26 GMT and should not be manually modified. + +## 0.3.0 +Mon, 12 Jul 2021 23:08:26 GMT + +### Minor changes + +- Upgrade @typescript-eslint/* packages to 4.28.0 (GitHub #2389) ## 0.2.2 Mon, 12 Apr 2021 15:10:28 GMT diff --git a/stack/eslint-plugin-packlets/README.md b/stack/eslint-plugin-packlets/README.md index cf926e69585..6b3b0b6ecd8 100644 --- a/stack/eslint-plugin-packlets/README.md +++ b/stack/eslint-plugin-packlets/README.md @@ -33,7 +33,7 @@ With packlets, our folders would be reorganized as follows: - `src/packlets/reports/*.ts` - the report engine - `src/*.ts` - other arbitrary files such as startup code and the main application -The [packlets-tutorial](https://github.com/microsoft/rushstack/tree/master/tutorials/packlets-tutorial) sample project illustrates this layout in full detail. +The [packlets-tutorial](https://github.com/microsoft/rushstack-samples/tree/main/other/packlets-tutorial) sample project illustrates this layout in full detail. The basic design can be summarized in 5 rules: diff --git a/stack/eslint-plugin-packlets/config/jest.config.json b/stack/eslint-plugin-packlets/config/jest.config.json index b88d4c3de66..4bb17bde3ee 100644 --- a/stack/eslint-plugin-packlets/config/jest.config.json +++ b/stack/eslint-plugin-packlets/config/jest.config.json @@ -1,3 +1,3 @@ { - "preset": "./node_modules/@rushstack/heft/includes/jest-shared.config.json" + "extends": "@rushstack/heft-node-rig/profiles/default/config/jest.config.json" } diff --git a/stack/eslint-plugin-packlets/package.json b/stack/eslint-plugin-packlets/package.json index 322743f1b55..ded29b3cb75 100644 --- a/stack/eslint-plugin-packlets/package.json +++ b/stack/eslint-plugin-packlets/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/eslint-plugin-packlets", - "version": "0.2.2", + "version": "0.3.0", "description": "A lightweight alternative to NPM packages for organizing source files within a single project", "license": "MIT", "repository": { @@ -20,21 +20,21 @@ }, "dependencies": { "@rushstack/tree-pattern": "workspace:*", - "@typescript-eslint/experimental-utils": "^3.4.0" + "@typescript-eslint/experimental-utils": "~4.28.2" }, "peerDependencies": { "eslint": "^6.0.0 || ^7.0.0" }, "devDependencies": { - "@rushstack/heft": "0.28.0", - "@rushstack/heft-node-rig": "1.0.8", + "@rushstack/heft": "0.32.0", + "@rushstack/heft-node-rig": "1.0.31", "@types/eslint": "7.2.0", "@types/estree": "0.0.44", "@types/heft-jest": "1.0.1", "@types/node": "10.17.13", - "@typescript-eslint/parser": "3.4.0", - "@typescript-eslint/typescript-estree": "3.4.0", + "@typescript-eslint/parser": "~4.28.2", + "@typescript-eslint/typescript-estree": "~4.28.2", "eslint": "~7.12.1", - "typescript": "~3.9.7" + "typescript": "~4.3.5" } } diff --git a/stack/eslint-plugin-security/CHANGELOG.json b/stack/eslint-plugin-security/CHANGELOG.json index 40e2f68c190..fdedef8c6bd 100644 --- a/stack/eslint-plugin-security/CHANGELOG.json +++ b/stack/eslint-plugin-security/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/eslint-plugin-security", "entries": [ + { + "version": "0.2.0", + "tag": "@rushstack/eslint-plugin-security_v0.2.0", + "date": "Mon, 12 Jul 2021 23:08:26 GMT", + "comments": { + "minor": [ + { + "comment": "Upgrade @typescript-eslint/* packages to 4.28.0 (GitHub #2389)" + } + ] + } + }, { "version": "0.1.4", "tag": "@rushstack/eslint-plugin-security_v0.1.4", diff --git a/stack/eslint-plugin-security/CHANGELOG.md b/stack/eslint-plugin-security/CHANGELOG.md index c36605d97b1..2a74fe6c441 100644 --- a/stack/eslint-plugin-security/CHANGELOG.md +++ b/stack/eslint-plugin-security/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @rushstack/eslint-plugin-security -This log was last generated on Tue, 06 Apr 2021 15:14:22 GMT and should not be manually modified. +This log was last generated on Mon, 12 Jul 2021 23:08:26 GMT and should not be manually modified. + +## 0.2.0 +Mon, 12 Jul 2021 23:08:26 GMT + +### Minor changes + +- Upgrade @typescript-eslint/* packages to 4.28.0 (GitHub #2389) ## 0.1.4 Tue, 06 Apr 2021 15:14:22 GMT diff --git a/stack/eslint-plugin-security/config/jest.config.json b/stack/eslint-plugin-security/config/jest.config.json index b88d4c3de66..4bb17bde3ee 100644 --- a/stack/eslint-plugin-security/config/jest.config.json +++ b/stack/eslint-plugin-security/config/jest.config.json @@ -1,3 +1,3 @@ { - "preset": "./node_modules/@rushstack/heft/includes/jest-shared.config.json" + "extends": "@rushstack/heft-node-rig/profiles/default/config/jest.config.json" } diff --git a/stack/eslint-plugin-security/package.json b/stack/eslint-plugin-security/package.json index 78a7d9708a3..3d495f262e1 100644 --- a/stack/eslint-plugin-security/package.json +++ b/stack/eslint-plugin-security/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/eslint-plugin-security", - "version": "0.1.4", + "version": "0.2.0", "description": "An ESLint plugin providing rules that identify common security vulnerabilities for browser applications, Node.js tools, and Node.js services", "license": "MIT", "repository": { @@ -19,21 +19,21 @@ }, "dependencies": { "@rushstack/tree-pattern": "workspace:*", - "@typescript-eslint/experimental-utils": "^3.4.0" + "@typescript-eslint/experimental-utils": "~4.28.2" }, "peerDependencies": { "eslint": "^6.0.0 || ^7.0.0" }, "devDependencies": { - "@rushstack/heft": "0.28.0", - "@rushstack/heft-node-rig": "1.0.8", + "@rushstack/heft": "0.32.0", + "@rushstack/heft-node-rig": "1.0.31", "@types/eslint": "7.2.0", "@types/estree": "0.0.44", "@types/heft-jest": "1.0.1", "@types/node": "10.17.13", - "@typescript-eslint/parser": "3.4.0", - "@typescript-eslint/typescript-estree": "3.4.0", + "@typescript-eslint/parser": "~4.28.2", + "@typescript-eslint/typescript-estree": "~4.28.2", "eslint": "~7.12.1", - "typescript": "~3.9.7" + "typescript": "~4.3.5" } } diff --git a/stack/eslint-plugin/CHANGELOG.json b/stack/eslint-plugin/CHANGELOG.json index 1670e9d8018..d3062d3ac5f 100644 --- a/stack/eslint-plugin/CHANGELOG.json +++ b/stack/eslint-plugin/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@rushstack/eslint-plugin", "entries": [ + { + "version": "0.8.0", + "tag": "@rushstack/eslint-plugin_v0.8.0", + "date": "Mon, 12 Jul 2021 23:08:26 GMT", + "comments": { + "minor": [ + { + "comment": "Upgrade @typescript-eslint/* packages to 4.28.0 (GitHub #2389)" + } + ] + } + }, { "version": "0.7.3", "tag": "@rushstack/eslint-plugin_v0.7.3", diff --git a/stack/eslint-plugin/CHANGELOG.md b/stack/eslint-plugin/CHANGELOG.md index 463ff675fec..1c30e5b7107 100644 --- a/stack/eslint-plugin/CHANGELOG.md +++ b/stack/eslint-plugin/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @rushstack/eslint-plugin -This log was last generated on Tue, 06 Apr 2021 15:14:22 GMT and should not be manually modified. +This log was last generated on Mon, 12 Jul 2021 23:08:26 GMT and should not be manually modified. + +## 0.8.0 +Mon, 12 Jul 2021 23:08:26 GMT + +### Minor changes + +- Upgrade @typescript-eslint/* packages to 4.28.0 (GitHub #2389) ## 0.7.3 Tue, 06 Apr 2021 15:14:22 GMT diff --git a/stack/eslint-plugin/config/jest.config.json b/stack/eslint-plugin/config/jest.config.json index b88d4c3de66..4bb17bde3ee 100644 --- a/stack/eslint-plugin/config/jest.config.json +++ b/stack/eslint-plugin/config/jest.config.json @@ -1,3 +1,3 @@ { - "preset": "./node_modules/@rushstack/heft/includes/jest-shared.config.json" + "extends": "@rushstack/heft-node-rig/profiles/default/config/jest.config.json" } diff --git a/stack/eslint-plugin/package.json b/stack/eslint-plugin/package.json index ecd846e5133..b8e366c3583 100644 --- a/stack/eslint-plugin/package.json +++ b/stack/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/eslint-plugin", - "version": "0.7.3", + "version": "0.8.0", "description": "An ESLint plugin providing supplementary rules for use with the @rushstack/eslint-config package", "license": "MIT", "repository": { @@ -23,21 +23,21 @@ }, "dependencies": { "@rushstack/tree-pattern": "workspace:*", - "@typescript-eslint/experimental-utils": "^3.4.0" + "@typescript-eslint/experimental-utils": "~4.28.2" }, "peerDependencies": { "eslint": "^6.0.0 || ^7.0.0" }, "devDependencies": { - "@rushstack/heft": "0.28.0", - "@rushstack/heft-node-rig": "1.0.8", + "@rushstack/heft": "0.32.0", + "@rushstack/heft-node-rig": "1.0.31", "@types/eslint": "7.2.0", "@types/estree": "0.0.44", "@types/heft-jest": "1.0.1", "@types/node": "10.17.13", - "@typescript-eslint/parser": "3.4.0", - "@typescript-eslint/typescript-estree": "3.4.0", + "@typescript-eslint/parser": "~4.28.2", + "@typescript-eslint/typescript-estree": "~4.28.2", "eslint": "~7.12.1", - "typescript": "~3.9.7" + "typescript": "~4.3.5" } } diff --git a/stack/rush-stack-compiler-2.4/.eslintrc.js b/stack/rush-stack-compiler-2.4/.eslintrc.js deleted file mode 100644 index 4c934799d67..00000000000 --- a/stack/rush-stack-compiler-2.4/.eslintrc.js +++ /dev/null @@ -1,10 +0,0 @@ -// This is a workaround for https://github.com/eslint/eslint/issues/3458 -require('@rushstack/eslint-config/patch/modern-module-resolution'); - -module.exports = { - extends: [ - '@rushstack/eslint-config/profile/node-trusted-tool', - '@rushstack/eslint-config/mixins/friendly-locals' - ], - parserOptions: { tsconfigRootDir: __dirname } -}; diff --git a/stack/rush-stack-compiler-2.4/.gitignore b/stack/rush-stack-compiler-2.4/.gitignore deleted file mode 100644 index dbc8690803e..00000000000 --- a/stack/rush-stack-compiler-2.4/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/src \ No newline at end of file diff --git a/stack/rush-stack-compiler-2.4/CHANGELOG.json b/stack/rush-stack-compiler-2.4/CHANGELOG.json deleted file mode 100644 index c8f48bf2420..00000000000 --- a/stack/rush-stack-compiler-2.4/CHANGELOG.json +++ /dev/null @@ -1,2604 +0,0 @@ -{ - "name": "@microsoft/rush-stack-compiler-2.4", - "entries": [ - { - "version": "0.13.47", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.47", - "date": "Wed, 19 May 2021 00:11:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.38.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.47`" - } - ] - } - }, - { - "version": "0.13.46", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.46", - "date": "Mon, 03 May 2021 15:10:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.37.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.46`" - } - ] - } - }, - { - "version": "0.13.45", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.45", - "date": "Thu, 29 Apr 2021 23:26:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.45`" - } - ] - } - }, - { - "version": "0.13.44", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.44", - "date": "Tue, 20 Apr 2021 04:59:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.14.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.44`" - } - ] - } - }, - { - "version": "0.13.43", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.43", - "date": "Mon, 12 Apr 2021 15:10:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.43`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.4`" - } - ] - } - }, - { - "version": "0.13.42", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.42", - "date": "Thu, 08 Apr 2021 06:05:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.42`" - } - ] - } - }, - { - "version": "0.13.41", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.41", - "date": "Tue, 06 Apr 2021 15:14:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.41`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.3`" - } - ] - } - }, - { - "version": "0.13.40", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.40", - "date": "Thu, 04 Mar 2021 01:11:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.40`" - } - ] - } - }, - { - "version": "0.13.39", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.39", - "date": "Fri, 05 Feb 2021 16:10:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.39`" - } - ] - } - }, - { - "version": "0.13.38", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.38", - "date": "Wed, 13 Jan 2021 01:11:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.38`" - } - ] - } - }, - { - "version": "0.13.37", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.37", - "date": "Thu, 10 Dec 2020 23:25:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.12.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.37`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.2`" - } - ] - } - }, - { - "version": "0.13.36", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.36", - "date": "Sat, 05 Dec 2020 01:11:23 GMT", - "comments": { - "patch": [ - { - "comment": "Ensure rootDir is consistently specified." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.36`" - } - ] - } - }, - { - "version": "0.13.35", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.35", - "date": "Wed, 18 Nov 2020 08:19:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.12.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.35`" - } - ] - } - }, - { - "version": "0.13.34", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.34", - "date": "Wed, 18 Nov 2020 06:21:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.34`" - } - ] - } - }, - { - "version": "0.13.33", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.33", - "date": "Wed, 11 Nov 2020 01:08:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.33`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.1`" - } - ] - } - }, - { - "version": "0.13.32", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.32", - "date": "Tue, 10 Nov 2020 23:13:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.32`" - } - ] - } - }, - { - "version": "0.13.31", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.31", - "date": "Fri, 30 Oct 2020 06:38:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.0`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.31`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.0`" - } - ] - } - }, - { - "version": "0.13.30", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.30", - "date": "Fri, 30 Oct 2020 00:10:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.30`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.3`" - } - ] - } - }, - { - "version": "0.13.29", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.29", - "date": "Thu, 29 Oct 2020 06:14:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.29`" - } - ] - } - }, - { - "version": "0.13.28", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.28", - "date": "Wed, 28 Oct 2020 01:18:03 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.28`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.2`" - } - ] - } - }, - { - "version": "0.13.27", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.27", - "date": "Tue, 27 Oct 2020 15:10:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.27`" - } - ] - } - }, - { - "version": "0.13.26", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.26", - "date": "Tue, 06 Oct 2020 00:24:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.26`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.1`" - } - ] - } - }, - { - "version": "0.13.25", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.25", - "date": "Mon, 05 Oct 2020 22:36:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.0`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.25`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.0`" - } - ] - } - }, - { - "version": "0.13.24", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.24", - "date": "Mon, 05 Oct 2020 15:10:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.24`" - } - ] - } - }, - { - "version": "0.13.23", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.23", - "date": "Wed, 30 Sep 2020 18:39:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.23`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.3`" - } - ] - } - }, - { - "version": "0.13.22", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.22", - "date": "Wed, 30 Sep 2020 06:53:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.22`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.2`" - } - ] - } - }, - { - "version": "0.13.21", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.21", - "date": "Tue, 22 Sep 2020 05:45:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.22`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.21`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.1`" - } - ] - } - }, - { - "version": "0.13.20", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.20", - "date": "Tue, 22 Sep 2020 01:45:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.21`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.20`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.0`" - } - ] - } - }, - { - "version": "0.13.19", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.19", - "date": "Tue, 22 Sep 2020 00:08:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.20`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.19`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.0.0`" - } - ] - } - }, - { - "version": "0.13.18", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.18", - "date": "Sat, 19 Sep 2020 04:37:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.19`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.18`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.2`" - } - ] - } - }, - { - "version": "0.13.17", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.17", - "date": "Sat, 19 Sep 2020 03:33:07 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.18`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.17`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.1`" - } - ] - } - }, - { - "version": "0.13.16", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.16", - "date": "Fri, 18 Sep 2020 22:57:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.17`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.16`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.0`" - } - ] - } - }, - { - "version": "0.13.15", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.15", - "date": "Fri, 18 Sep 2020 21:49:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.16`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.15`" - } - ] - } - }, - { - "version": "0.13.14", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.14", - "date": "Sun, 13 Sep 2020 01:53:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.15`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.14`" - } - ] - } - }, - { - "version": "0.13.13", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.13", - "date": "Fri, 11 Sep 2020 02:13:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.14`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.32.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.13`" - } - ] - } - }, - { - "version": "0.13.12", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.12", - "date": "Mon, 07 Sep 2020 07:37:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.31.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.12`" - } - ] - } - }, - { - "version": "0.13.11", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.11", - "date": "Sat, 05 Sep 2020 18:56:34 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.12`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.11`" - } - ] - } - }, - { - "version": "0.13.10", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.10", - "date": "Thu, 27 Aug 2020 11:27:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.30.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.3.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.10`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.3.0`" - } - ] - } - }, - { - "version": "0.13.9", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.9", - "date": "Mon, 24 Aug 2020 07:35:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.10`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.29.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.9`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.1`" - } - ] - } - }, - { - "version": "0.13.8", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.8", - "date": "Sat, 22 Aug 2020 05:55:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.29.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.8`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.0`" - } - ] - } - }, - { - "version": "0.13.7", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.7", - "date": "Fri, 21 Aug 2020 01:21:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.8`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.7`" - } - ] - } - }, - { - "version": "0.13.6", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.6", - "date": "Thu, 20 Aug 2020 15:13:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.6`" - } - ] - } - }, - { - "version": "0.13.5", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.5", - "date": "Tue, 18 Aug 2020 23:59:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.6`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.28.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.5`" - } - ] - } - }, - { - "version": "0.13.4", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.4", - "date": "Mon, 17 Aug 2020 04:53:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.27.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.1.0`" - } - ] - } - }, - { - "version": "0.13.3", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.3", - "date": "Wed, 12 Aug 2020 00:10:05 GMT", - "comments": { - "patch": [ - { - "comment": "Updated project to build with Heft" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.26.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.0.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.0.4`" - } - ] - } - }, - { - "version": "0.13.2", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.2", - "date": "Wed, 05 Aug 2020 18:27:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.26.1`" - } - ] - } - }, - { - "version": "0.13.1", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.1", - "date": "Fri, 03 Jul 2020 15:09:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.9.0` to `7.9.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.4` to `3.25.0`" - } - ] - } - }, - { - "version": "0.13.0", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.13.0", - "date": "Fri, 03 Jul 2020 05:46:41 GMT", - "comments": { - "minor": [ - { - "comment": "Disable the \"--typescript-compiler-folder\" setting for API Extractor, since it was causing errors with the latest TypeScript engine" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.15` to `7.9.0`" - } - ] - } - }, - { - "version": "0.12.2", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.12.2", - "date": "Thu, 25 Jun 2020 06:43:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.14` to `7.8.15`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.3` to `3.24.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.1` to `1.0.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.1` to `1.0.2`" - } - ] - } - }, - { - "version": "0.12.1", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.12.1", - "date": "Wed, 24 Jun 2020 09:50:48 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.13` to `7.8.14`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.2` to `3.24.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.0` to `1.0.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.0` to `1.0.1`" - } - ] - } - }, - { - "version": "0.12.0", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.12.0", - "date": "Wed, 24 Jun 2020 09:04:28 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade to ESLint 7" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.12` to `7.8.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.1` to `3.24.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.8` to `1.0.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.8` to `1.0.0`" - } - ] - } - }, - { - "version": "0.11.1", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.11.1", - "date": "Mon, 15 Jun 2020 22:17:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.11` to `7.8.12`" - } - ] - } - }, - { - "version": "0.11.0", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.11.0", - "date": "Fri, 12 Jun 2020 09:19:21 GMT", - "comments": { - "minor": [ - { - "comment": "Expose the @microsoft/api-extractor package's path" - } - ] - } - }, - { - "version": "0.10.3", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.10.3", - "date": "Wed, 10 Jun 2020 20:48:30 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.10` to `7.8.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.0` to `3.24.1`" - } - ] - } - }, - { - "version": "0.10.2", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.10.2", - "date": "Mon, 01 Jun 2020 08:34:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.9` to `7.8.10`" - } - ] - } - }, - { - "version": "0.10.1", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.10.1", - "date": "Sat, 30 May 2020 02:59:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.8` to `7.8.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.23.1` to `3.24.0`" - } - ] - } - }, - { - "version": "0.10.0", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.10.0", - "date": "Thu, 28 May 2020 05:59:02 GMT", - "comments": { - "minor": [ - { - "comment": "Change the way the typescript, tslint, and api-extractor packages are exported." - }, - { - "comment": "Update TSLint to 5.20.1" - }, - { - "comment": "Update tsconfig-node.json to target es2017 (supported by Node 8); this enables native async/await, and will show complete callstacks when using Node 12" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.7` to `7.8.8`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.23.0` to `3.23.1`" - } - ] - } - }, - { - "version": "0.9.17", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.9.17", - "date": "Wed, 27 May 2020 05:15:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.6` to `7.8.7`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.22.1` to `3.23.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.7` to `0.5.8`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.7` to `0.5.8`" - } - ] - } - }, - { - "version": "0.9.16", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.9.16", - "date": "Tue, 26 May 2020 23:00:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.5` to `7.8.6`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.22.0` to `3.22.1`" - } - ] - } - }, - { - "version": "0.9.15", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.9.15", - "date": "Fri, 22 May 2020 15:08:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.4` to `7.8.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.21.0` to `3.22.0`" - } - ] - } - }, - { - "version": "0.9.14", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.9.14", - "date": "Thu, 21 May 2020 23:09:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.3` to `7.8.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.20.0` to `3.21.0`" - } - ] - } - }, - { - "version": "0.9.13", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.9.13", - "date": "Thu, 21 May 2020 15:42:00 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.2` to `7.8.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.7` to `3.20.0`" - } - ] - } - }, - { - "version": "0.9.12", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.9.12", - "date": "Tue, 19 May 2020 15:08:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.1` to `7.8.2`" - } - ] - } - }, - { - "version": "0.9.11", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.9.11", - "date": "Fri, 15 May 2020 08:10:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.0` to `7.8.1`" - } - ] - } - }, - { - "version": "0.9.10", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.9.10", - "date": "Wed, 06 May 2020 08:23:45 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.13` to `7.8.0`" - } - ] - } - }, - { - "version": "0.9.9", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.9.9", - "date": "Wed, 08 Apr 2020 04:07:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.12` to `7.7.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.6` to `3.19.7`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.6` to `0.5.7`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.6` to `0.5.7`" - } - ] - } - }, - { - "version": "0.9.8", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.9.8", - "date": "Fri, 03 Apr 2020 15:10:15 GMT", - "comments": { - "patch": [ - { - "comment": "Update tslint-microsoft-contrib to ~6.2.0" - } - ] - } - }, - { - "version": "0.9.7", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.9.7", - "date": "Sun, 29 Mar 2020 00:04:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.11` to `7.7.12`" - } - ] - } - }, - { - "version": "0.9.6", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.9.6", - "date": "Sat, 28 Mar 2020 00:37:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.10` to `7.7.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.5` to `3.19.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.5` to `0.5.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.5` to `0.5.6`" - } - ] - } - }, - { - "version": "0.9.5", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.9.5", - "date": "Wed, 18 Mar 2020 15:07:47 GMT", - "comments": { - "patch": [ - { - "comment": "Upgrade cyclic dependencies" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.9` to `7.7.10`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.4` to `3.19.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.4` to `0.5.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.4` to `0.5.5`" - } - ] - } - }, - { - "version": "0.9.4", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.9.4", - "date": "Tue, 17 Mar 2020 23:55:58 GMT", - "comments": { - "patch": [ - { - "comment": "Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack`" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.8` to `7.7.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.3` to `3.19.4`" - } - ] - } - }, - { - "version": "0.9.3", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.9.3", - "date": "Tue, 28 Jan 2020 02:23:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.7` to `7.7.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.2` to `3.19.3`" - } - ] - } - }, - { - "version": "0.9.2", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.9.2", - "date": "Thu, 23 Jan 2020 01:07:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.6` to `7.7.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.1` to `3.19.2`" - } - ] - } - }, - { - "version": "0.9.1", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.9.1", - "date": "Tue, 21 Jan 2020 21:56:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.5` to `7.7.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.0` to `3.19.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.3` to `0.5.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.3` to `0.5.4`" - } - ] - } - }, - { - "version": "0.9.0", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.9.0", - "date": "Sun, 19 Jan 2020 02:26:52 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade Node typings to Node 10" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.4` to `7.7.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.3` to `3.19.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.2` to `0.5.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.2` to `0.5.3`" - } - ] - } - }, - { - "version": "0.8.14", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.8.14", - "date": "Fri, 17 Jan 2020 01:08:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.3` to `7.7.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.2` to `3.18.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.1` to `0.5.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.1` to `0.5.2`" - } - ] - } - }, - { - "version": "0.8.13", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.8.13", - "date": "Tue, 14 Jan 2020 01:34:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.2` to `7.7.3`" - } - ] - } - }, - { - "version": "0.8.12", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.8.12", - "date": "Thu, 09 Jan 2020 06:44:13 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.1` to `7.7.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.1` to `3.18.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.0` to `0.5.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.0` to `0.5.1`" - } - ] - } - }, - { - "version": "0.8.11", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.8.11", - "date": "Wed, 08 Jan 2020 00:11:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.0` to `7.7.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.0` to `3.18.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.2` to `0.5.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.2` to `0.5.0`" - } - ] - } - }, - { - "version": "0.8.10", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.8.10", - "date": "Tue, 03 Dec 2019 03:17:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.6.2` to `7.7.0`" - } - ] - } - }, - { - "version": "0.8.9", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.8.9", - "date": "Sun, 24 Nov 2019 00:54:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.6.1` to `7.6.2`" - } - ] - } - }, - { - "version": "0.8.8", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.8.8", - "date": "Wed, 20 Nov 2019 06:14:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.6.0` to `7.6.1`" - } - ] - } - }, - { - "version": "0.8.7", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.8.7", - "date": "Fri, 15 Nov 2019 04:50:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.6` to `7.6.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.17.1` to `3.18.0`" - } - ] - } - }, - { - "version": "0.8.6", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.8.6", - "date": "Mon, 11 Nov 2019 16:07:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.5` to `7.5.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.17.0` to `3.17.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.1` to `0.4.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.1` to `0.4.2`" - } - ] - } - }, - { - "version": "0.8.5", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.8.5", - "date": "Wed, 06 Nov 2019 22:44:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.4` to `7.5.5`" - } - ] - } - }, - { - "version": "0.8.4", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.8.4", - "date": "Tue, 05 Nov 2019 06:49:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.3` to `7.5.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.16.0` to `3.17.0`" - } - ] - } - }, - { - "version": "0.8.3", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.8.3", - "date": "Tue, 05 Nov 2019 01:08:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.2` to `7.5.3`" - } - ] - } - }, - { - "version": "0.8.2", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.8.2", - "date": "Fri, 25 Oct 2019 15:08:54 GMT", - "comments": { - "patch": [ - { - "comment": "Fix an issue where ESLint output would fail to parse when a large project is built on a Mac." - } - ] - } - }, - { - "version": "0.8.1", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.8.1", - "date": "Tue, 22 Oct 2019 06:24:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.1` to `7.5.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.15.1` to `3.16.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.0` to `0.4.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.0` to `0.4.1`" - } - ] - } - }, - { - "version": "0.8.0", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.8.0", - "date": "Mon, 21 Oct 2019 05:22:43 GMT", - "comments": { - "minor": [ - { - "comment": "Add support for ESLint+TypeScript" - } - ] - } - }, - { - "version": "0.7.6", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.7.6", - "date": "Fri, 18 Oct 2019 15:15:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.0` to `7.5.1`" - } - ] - } - }, - { - "version": "0.7.5", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.7.5", - "date": "Sun, 06 Oct 2019 00:27:40 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.7` to `7.5.0`" - } - ] - } - }, - { - "version": "0.7.4", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.7.4", - "date": "Fri, 04 Oct 2019 00:15:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.6` to `7.4.7`" - } - ] - } - }, - { - "version": "0.7.3", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.7.3", - "date": "Sun, 29 Sep 2019 23:56:29 GMT", - "comments": { - "patch": [ - { - "comment": "Update repository URL" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.5` to `7.4.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.15.0` to `3.15.1`" - } - ] - } - }, - { - "version": "0.7.2", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.7.2", - "date": "Wed, 25 Sep 2019 15:15:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.4` to `7.4.5`" - } - ] - } - }, - { - "version": "0.7.1", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.7.1", - "date": "Tue, 24 Sep 2019 02:58:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.3` to `7.4.4`" - } - ] - } - }, - { - "version": "0.7.0", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.7.0", - "date": "Mon, 23 Sep 2019 15:14:55 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade @types/node dependency" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.2` to `7.4.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.2` to `3.15.0`" - } - ] - } - }, - { - "version": "0.6.36", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.6.36", - "date": "Fri, 20 Sep 2019 21:27:22 GMT", - "comments": { - "patch": [ - { - "comment": "Fix an issue where api-extractor warnings weren't being reported." - } - ] - } - }, - { - "version": "0.6.35", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.6.35", - "date": "Wed, 11 Sep 2019 19:56:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.1` to `7.4.2`" - } - ] - } - }, - { - "version": "0.6.34", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.6.34", - "date": "Tue, 10 Sep 2019 22:32:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.0` to `7.4.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.1` to `3.14.2`" - } - ] - } - }, - { - "version": "0.6.33", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.6.33", - "date": "Tue, 10 Sep 2019 20:38:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.11` to `7.4.0`" - } - ] - } - }, - { - "version": "0.6.32", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.6.32", - "date": "Wed, 04 Sep 2019 18:28:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.10` to `7.3.11`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.0` to `3.14.1`" - } - ] - } - }, - { - "version": "0.6.31", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.6.31", - "date": "Wed, 04 Sep 2019 15:15:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.9` to `7.3.10`" - } - ] - } - }, - { - "version": "0.6.30", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.6.30", - "date": "Fri, 30 Aug 2019 00:14:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.8` to `7.3.9`" - } - ] - } - }, - { - "version": "0.6.29", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.6.29", - "date": "Mon, 12 Aug 2019 15:15:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.7` to `7.3.8`" - } - ] - } - }, - { - "version": "0.6.28", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.6.28", - "date": "Thu, 08 Aug 2019 15:14:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.6` to `7.3.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.13.0` to `3.14.0`" - } - ] - } - }, - { - "version": "0.6.27", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.6.27", - "date": "Thu, 08 Aug 2019 00:49:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.5` to `7.3.6`" - } - ] - } - }, - { - "version": "0.6.26", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.6.26", - "date": "Mon, 05 Aug 2019 22:04:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.4` to `7.3.5`" - } - ] - } - }, - { - "version": "0.6.25", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.6.25", - "date": "Tue, 23 Jul 2019 01:13:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.3` to `7.3.4`" - } - ] - } - }, - { - "version": "0.6.24", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.6.24", - "date": "Mon, 22 Jul 2019 19:13:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.2` to `7.3.3`" - } - ] - } - }, - { - "version": "0.6.23", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.6.23", - "date": "Fri, 12 Jul 2019 19:12:46 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.1` to `7.3.2`" - } - ] - } - }, - { - "version": "0.6.22", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.6.22", - "date": "Thu, 11 Jul 2019 19:13:08 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.0` to `7.3.1`" - } - ] - } - }, - { - "version": "0.6.21", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.6.21", - "date": "Tue, 09 Jul 2019 19:13:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.2.3` to `7.3.0`" - } - ] - } - }, - { - "version": "0.6.20", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.6.20", - "date": "Mon, 08 Jul 2019 19:12:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.2.2` to `7.2.3`" - } - ] - } - }, - { - "version": "0.6.19", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.6.19", - "date": "Sat, 29 Jun 2019 02:30:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.2.1` to `7.2.2`" - } - ] - } - }, - { - "version": "0.6.18", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.6.18", - "date": "Wed, 12 Jun 2019 19:12:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.2.0` to `7.2.1`" - } - ] - } - }, - { - "version": "0.6.17", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.6.17", - "date": "Tue, 11 Jun 2019 00:48:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.8` to `7.2.0`" - } - ] - } - }, - { - "version": "0.6.16", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.6.16", - "date": "Wed, 05 Jun 2019 19:12:34 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.7` to `7.1.8`" - } - ] - } - }, - { - "version": "0.6.15", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.6.15", - "date": "Tue, 04 Jun 2019 05:51:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.6` to `7.1.7`" - } - ] - } - }, - { - "version": "0.6.14", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.6.14", - "date": "Mon, 27 May 2019 04:13:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.5` to `7.1.6`" - } - ] - } - }, - { - "version": "0.6.13", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.6.13", - "date": "Mon, 13 May 2019 02:08:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.4` to `7.1.5`" - } - ] - } - }, - { - "version": "0.6.12", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.6.12", - "date": "Mon, 06 May 2019 20:46:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.3` to `7.1.4`" - } - ] - } - }, - { - "version": "0.6.11", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.6.11", - "date": "Mon, 06 May 2019 19:34:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.2` to `7.1.3`" - } - ] - } - }, - { - "version": "0.6.10", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.6.10", - "date": "Mon, 06 May 2019 19:11:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.1` to `7.1.2`" - } - ] - } - }, - { - "version": "0.6.9", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.6.9", - "date": "Tue, 30 Apr 2019 23:08:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.0` to `7.1.1`" - } - ] - } - }, - { - "version": "0.6.8", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.6.8", - "date": "Tue, 16 Apr 2019 11:01:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.42` to `7.1.0`" - } - ] - } - }, - { - "version": "0.6.7", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.6.7", - "date": "Fri, 12 Apr 2019 06:13:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.41` to `7.0.42`" - } - ] - } - }, - { - "version": "0.6.6", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.6.6", - "date": "Thu, 11 Apr 2019 07:14:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.40` to `7.0.41`" - } - ] - } - }, - { - "version": "0.6.5", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.6.5", - "date": "Tue, 09 Apr 2019 05:31:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.39` to `7.0.40`" - } - ] - } - }, - { - "version": "0.6.4", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.6.4", - "date": "Mon, 08 Apr 2019 19:12:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.38` to `7.0.39`" - } - ] - } - }, - { - "version": "0.6.3", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.6.3", - "date": "Sat, 06 Apr 2019 02:05:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.37` to `7.0.38`" - } - ] - } - }, - { - "version": "0.6.2", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.6.2", - "date": "Fri, 05 Apr 2019 04:16:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.36` to `7.0.37`" - } - ] - } - }, - { - "version": "0.6.1", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.6.1", - "date": "Wed, 03 Apr 2019 02:58:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.35` to `7.0.36`" - } - ] - } - }, - { - "version": "0.6.0", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.6.0", - "date": "Tue, 02 Apr 2019 01:12:02 GMT", - "comments": { - "minor": [ - { - "comment": "Enable declaration maps in the default TSConfigs." - } - ] - } - }, - { - "version": "0.5.20", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.5.20", - "date": "Sat, 30 Mar 2019 22:27:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.34` to `7.0.35`" - } - ] - } - }, - { - "version": "0.5.19", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.5.19", - "date": "Thu, 28 Mar 2019 19:14:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.33` to `7.0.34`" - } - ] - } - }, - { - "version": "0.5.18", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.5.18", - "date": "Tue, 26 Mar 2019 20:54:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.32` to `7.0.33`" - } - ] - } - }, - { - "version": "0.5.17", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.5.17", - "date": "Sat, 23 Mar 2019 03:48:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.31` to `7.0.32`" - } - ] - } - }, - { - "version": "0.5.16", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.5.16", - "date": "Thu, 21 Mar 2019 04:59:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.30` to `7.0.31`" - } - ] - } - }, - { - "version": "0.5.15", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.5.15", - "date": "Thu, 21 Mar 2019 01:15:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.29` to `7.0.30`" - } - ] - } - }, - { - "version": "0.5.14", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.5.14", - "date": "Wed, 20 Mar 2019 19:14:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.28` to `7.0.29`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.12.1` to `3.13.0`" - } - ] - } - }, - { - "version": "0.5.13", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.5.13", - "date": "Mon, 18 Mar 2019 04:28:43 GMT", - "comments": { - "patch": [ - { - "comment": "Export StandardBuildFolders to eliminate the ae-forgotten-export warning" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.27` to `7.0.28`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.12.0` to `3.12.1`" - } - ] - } - }, - { - "version": "0.5.12", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.5.12", - "date": "Fri, 15 Mar 2019 19:13:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.26` to `7.0.27`" - } - ] - } - }, - { - "version": "0.5.11", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.5.11", - "date": "Wed, 13 Mar 2019 19:13:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.25` to `7.0.26`" - } - ] - } - }, - { - "version": "0.5.10", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.5.10", - "date": "Wed, 13 Mar 2019 01:14:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.24` to `7.0.25`" - } - ] - } - }, - { - "version": "0.5.9", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.5.9", - "date": "Mon, 11 Mar 2019 16:13:36 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.23` to `7.0.24`" - } - ] - } - }, - { - "version": "0.5.8", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.5.8", - "date": "Tue, 05 Mar 2019 17:13:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.22` to `7.0.23`" - } - ] - } - }, - { - "version": "0.5.7", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.5.7", - "date": "Mon, 04 Mar 2019 17:13:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.21` to `7.0.22`" - } - ] - } - }, - { - "version": "0.5.6", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.5.6", - "date": "Wed, 27 Feb 2019 22:13:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.20` to `7.0.21`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.11.1` to `3.12.0`" - } - ] - } - }, - { - "version": "0.5.5", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.5.5", - "date": "Wed, 27 Feb 2019 17:13:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.19` to `7.0.20`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.11.0` to `3.11.1`" - } - ] - } - }, - { - "version": "0.5.4", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.5.4", - "date": "Mon, 18 Feb 2019 17:13:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.18` to `7.0.19`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.10.0` to `3.11.0`" - } - ] - } - }, - { - "version": "0.5.3", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.5.3", - "date": "Tue, 12 Feb 2019 17:13:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.17` to `7.0.18`" - } - ] - } - }, - { - "version": "0.5.2", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.5.2", - "date": "Mon, 11 Feb 2019 10:32:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.16` to `7.0.17`" - } - ] - } - }, - { - "version": "0.5.1", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.5.1", - "date": "Mon, 11 Feb 2019 03:31:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.9.0` to `3.10.0`" - } - ] - } - }, - { - "version": "0.5.0", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.5.0", - "date": "Wed, 30 Jan 2019 20:49:11 GMT", - "comments": { - "minor": [ - { - "comment": "Add ToolPackages API for raw access to tools packages." - } - ] - } - }, - { - "version": "0.4.0", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.4.0", - "date": "Sat, 19 Jan 2019 03:47:47 GMT", - "comments": { - "minor": [ - { - "comment": "Expose api extractor API." - }, - { - "comment": "Upgrade to use API Extractor 7 beta" - } - ] - } - }, - { - "version": "0.3.4", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.3.4", - "date": "Thu, 10 Jan 2019 01:57:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.8.3` to `3.9.0`" - } - ] - } - }, - { - "version": "0.3.3", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.3.3", - "date": "Wed, 19 Dec 2018 05:57:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.8.2` to `3.8.3`" - } - ] - } - }, - { - "version": "0.3.2", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.3.2", - "date": "Thu, 13 Dec 2018 02:58:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.8.1` to `3.8.2`" - } - ] - } - }, - { - "version": "0.3.1", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.3.1", - "date": "Wed, 12 Dec 2018 17:04:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.8.0` to `3.8.1`" - } - ] - } - }, - { - "version": "0.3.0", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.3.0", - "date": "Sat, 08 Dec 2018 06:35:35 GMT", - "comments": { - "minor": [ - { - "comment": "Enable no-floating-promises TSLint rule." - } - ] - } - }, - { - "version": "0.2.1", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.2.1", - "date": "Fri, 07 Dec 2018 17:04:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.7.1` to `3.8.0`" - } - ] - } - }, - { - "version": "0.2.0", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.2.0", - "date": "Fri, 30 Nov 2018 23:34:57 GMT", - "comments": { - "minor": [ - { - "comment": "Allow custom arguments to be passed to the tsc command." - } - ] - } - }, - { - "version": "0.1.1", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.1.1", - "date": "Thu, 29 Nov 2018 07:02:09 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.7.0` to `3.7.1`" - } - ] - } - }, - { - "version": "0.1.0", - "tag": "@microsoft/rush-stack-compiler-2.4_v0.1.0", - "date": "Thu, 29 Nov 2018 00:35:39 GMT", - "comments": { - "minor": [ - { - "comment": "Initial package creation." - } - ] - } - } - ] -} diff --git a/stack/rush-stack-compiler-2.4/CHANGELOG.md b/stack/rush-stack-compiler-2.4/CHANGELOG.md deleted file mode 100644 index 1ed654a5ed9..00000000000 --- a/stack/rush-stack-compiler-2.4/CHANGELOG.md +++ /dev/null @@ -1,876 +0,0 @@ -# Change Log - @microsoft/rush-stack-compiler-2.4 - -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. - -## 0.13.47 -Wed, 19 May 2021 00:11:39 GMT - -_Version update only_ - -## 0.13.46 -Mon, 03 May 2021 15:10:29 GMT - -_Version update only_ - -## 0.13.45 -Thu, 29 Apr 2021 23:26:50 GMT - -_Version update only_ - -## 0.13.44 -Tue, 20 Apr 2021 04:59:51 GMT - -_Version update only_ - -## 0.13.43 -Mon, 12 Apr 2021 15:10:28 GMT - -_Version update only_ - -## 0.13.42 -Thu, 08 Apr 2021 06:05:32 GMT - -_Version update only_ - -## 0.13.41 -Tue, 06 Apr 2021 15:14:22 GMT - -_Version update only_ - -## 0.13.40 -Thu, 04 Mar 2021 01:11:31 GMT - -_Version update only_ - -## 0.13.39 -Fri, 05 Feb 2021 16:10:42 GMT - -_Version update only_ - -## 0.13.38 -Wed, 13 Jan 2021 01:11:06 GMT - -_Version update only_ - -## 0.13.37 -Thu, 10 Dec 2020 23:25:50 GMT - -_Version update only_ - -## 0.13.36 -Sat, 05 Dec 2020 01:11:23 GMT - -### Patches - -- Ensure rootDir is consistently specified. - -## 0.13.35 -Wed, 18 Nov 2020 08:19:54 GMT - -_Version update only_ - -## 0.13.34 -Wed, 18 Nov 2020 06:21:57 GMT - -_Version update only_ - -## 0.13.33 -Wed, 11 Nov 2020 01:08:58 GMT - -_Version update only_ - -## 0.13.32 -Tue, 10 Nov 2020 23:13:12 GMT - -_Version update only_ - -## 0.13.31 -Fri, 30 Oct 2020 06:38:39 GMT - -_Version update only_ - -## 0.13.30 -Fri, 30 Oct 2020 00:10:14 GMT - -_Version update only_ - -## 0.13.29 -Thu, 29 Oct 2020 06:14:19 GMT - -_Version update only_ - -## 0.13.28 -Wed, 28 Oct 2020 01:18:03 GMT - -_Version update only_ - -## 0.13.27 -Tue, 27 Oct 2020 15:10:14 GMT - -_Version update only_ - -## 0.13.26 -Tue, 06 Oct 2020 00:24:06 GMT - -_Version update only_ - -## 0.13.25 -Mon, 05 Oct 2020 22:36:57 GMT - -_Version update only_ - -## 0.13.24 -Mon, 05 Oct 2020 15:10:43 GMT - -_Version update only_ - -## 0.13.23 -Wed, 30 Sep 2020 18:39:17 GMT - -_Version update only_ - -## 0.13.22 -Wed, 30 Sep 2020 06:53:53 GMT - -_Version update only_ - -## 0.13.21 -Tue, 22 Sep 2020 05:45:57 GMT - -_Version update only_ - -## 0.13.20 -Tue, 22 Sep 2020 01:45:31 GMT - -_Version update only_ - -## 0.13.19 -Tue, 22 Sep 2020 00:08:53 GMT - -_Version update only_ - -## 0.13.18 -Sat, 19 Sep 2020 04:37:27 GMT - -_Version update only_ - -## 0.13.17 -Sat, 19 Sep 2020 03:33:07 GMT - -_Version update only_ - -## 0.13.16 -Fri, 18 Sep 2020 22:57:24 GMT - -_Version update only_ - -## 0.13.15 -Fri, 18 Sep 2020 21:49:54 GMT - -_Version update only_ - -## 0.13.14 -Sun, 13 Sep 2020 01:53:20 GMT - -_Version update only_ - -## 0.13.13 -Fri, 11 Sep 2020 02:13:35 GMT - -_Version update only_ - -## 0.13.12 -Mon, 07 Sep 2020 07:37:37 GMT - -_Version update only_ - -## 0.13.11 -Sat, 05 Sep 2020 18:56:34 GMT - -_Version update only_ - -## 0.13.10 -Thu, 27 Aug 2020 11:27:06 GMT - -_Version update only_ - -## 0.13.9 -Mon, 24 Aug 2020 07:35:20 GMT - -_Version update only_ - -## 0.13.8 -Sat, 22 Aug 2020 05:55:43 GMT - -_Version update only_ - -## 0.13.7 -Fri, 21 Aug 2020 01:21:18 GMT - -_Version update only_ - -## 0.13.6 -Thu, 20 Aug 2020 15:13:53 GMT - -_Version update only_ - -## 0.13.5 -Tue, 18 Aug 2020 23:59:42 GMT - -_Version update only_ - -## 0.13.4 -Mon, 17 Aug 2020 04:53:23 GMT - -_Version update only_ - -## 0.13.3 -Wed, 12 Aug 2020 00:10:05 GMT - -### Patches - -- Updated project to build with Heft - -## 0.13.2 -Wed, 05 Aug 2020 18:27:32 GMT - -_Version update only_ - -## 0.13.1 -Fri, 03 Jul 2020 15:09:04 GMT - -_Version update only_ - -## 0.13.0 -Fri, 03 Jul 2020 05:46:41 GMT - -### Minor changes - -- Disable the "--typescript-compiler-folder" setting for API Extractor, since it was causing errors with the latest TypeScript engine - -## 0.12.2 -Thu, 25 Jun 2020 06:43:35 GMT - -_Version update only_ - -## 0.12.1 -Wed, 24 Jun 2020 09:50:48 GMT - -_Version update only_ - -## 0.12.0 -Wed, 24 Jun 2020 09:04:28 GMT - -### Minor changes - -- Upgrade to ESLint 7 - -## 0.11.1 -Mon, 15 Jun 2020 22:17:18 GMT - -_Version update only_ - -## 0.11.0 -Fri, 12 Jun 2020 09:19:21 GMT - -### Minor changes - -- Expose the @microsoft/api-extractor package's path - -## 0.10.3 -Wed, 10 Jun 2020 20:48:30 GMT - -_Version update only_ - -## 0.10.2 -Mon, 01 Jun 2020 08:34:17 GMT - -_Version update only_ - -## 0.10.1 -Sat, 30 May 2020 02:59:54 GMT - -_Version update only_ - -## 0.10.0 -Thu, 28 May 2020 05:59:02 GMT - -### Minor changes - -- Change the way the typescript, tslint, and api-extractor packages are exported. -- Update TSLint to 5.20.1 -- Update tsconfig-node.json to target es2017 (supported by Node 8); this enables native async/await, and will show complete callstacks when using Node 12 - -## 0.9.17 -Wed, 27 May 2020 05:15:11 GMT - -_Version update only_ - -## 0.9.16 -Tue, 26 May 2020 23:00:25 GMT - -_Version update only_ - -## 0.9.15 -Fri, 22 May 2020 15:08:43 GMT - -_Version update only_ - -## 0.9.14 -Thu, 21 May 2020 23:09:44 GMT - -_Version update only_ - -## 0.9.13 -Thu, 21 May 2020 15:42:00 GMT - -_Version update only_ - -## 0.9.12 -Tue, 19 May 2020 15:08:20 GMT - -_Version update only_ - -## 0.9.11 -Fri, 15 May 2020 08:10:59 GMT - -_Version update only_ - -## 0.9.10 -Wed, 06 May 2020 08:23:45 GMT - -_Version update only_ - -## 0.9.9 -Wed, 08 Apr 2020 04:07:33 GMT - -_Version update only_ - -## 0.9.8 -Fri, 03 Apr 2020 15:10:15 GMT - -### Patches - -- Update tslint-microsoft-contrib to ~6.2.0 - -## 0.9.7 -Sun, 29 Mar 2020 00:04:12 GMT - -_Version update only_ - -## 0.9.6 -Sat, 28 Mar 2020 00:37:16 GMT - -_Version update only_ - -## 0.9.5 -Wed, 18 Mar 2020 15:07:47 GMT - -### Patches - -- Upgrade cyclic dependencies - -## 0.9.4 -Tue, 17 Mar 2020 23:55:58 GMT - -### Patches - -- Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack` - -## 0.9.3 -Tue, 28 Jan 2020 02:23:44 GMT - -_Version update only_ - -## 0.9.2 -Thu, 23 Jan 2020 01:07:56 GMT - -_Version update only_ - -## 0.9.1 -Tue, 21 Jan 2020 21:56:14 GMT - -_Version update only_ - -## 0.9.0 -Sun, 19 Jan 2020 02:26:52 GMT - -### Minor changes - -- Upgrade Node typings to Node 10 - -## 0.8.14 -Fri, 17 Jan 2020 01:08:23 GMT - -_Version update only_ - -## 0.8.13 -Tue, 14 Jan 2020 01:34:16 GMT - -_Version update only_ - -## 0.8.12 -Thu, 09 Jan 2020 06:44:13 GMT - -_Version update only_ - -## 0.8.11 -Wed, 08 Jan 2020 00:11:31 GMT - -_Version update only_ - -## 0.8.10 -Tue, 03 Dec 2019 03:17:44 GMT - -_Version update only_ - -## 0.8.9 -Sun, 24 Nov 2019 00:54:04 GMT - -_Version update only_ - -## 0.8.8 -Wed, 20 Nov 2019 06:14:28 GMT - -_Version update only_ - -## 0.8.7 -Fri, 15 Nov 2019 04:50:50 GMT - -_Version update only_ - -## 0.8.6 -Mon, 11 Nov 2019 16:07:56 GMT - -_Version update only_ - -## 0.8.5 -Wed, 06 Nov 2019 22:44:18 GMT - -_Version update only_ - -## 0.8.4 -Tue, 05 Nov 2019 06:49:29 GMT - -_Version update only_ - -## 0.8.3 -Tue, 05 Nov 2019 01:08:39 GMT - -_Version update only_ - -## 0.8.2 -Fri, 25 Oct 2019 15:08:54 GMT - -### Patches - -- Fix an issue where ESLint output would fail to parse when a large project is built on a Mac. - -## 0.8.1 -Tue, 22 Oct 2019 06:24:44 GMT - -_Version update only_ - -## 0.8.0 -Mon, 21 Oct 2019 05:22:43 GMT - -### Minor changes - -- Add support for ESLint+TypeScript - -## 0.7.6 -Fri, 18 Oct 2019 15:15:01 GMT - -_Version update only_ - -## 0.7.5 -Sun, 06 Oct 2019 00:27:40 GMT - -_Version update only_ - -## 0.7.4 -Fri, 04 Oct 2019 00:15:22 GMT - -_Version update only_ - -## 0.7.3 -Sun, 29 Sep 2019 23:56:29 GMT - -### Patches - -- Update repository URL - -## 0.7.2 -Wed, 25 Sep 2019 15:15:31 GMT - -_Version update only_ - -## 0.7.1 -Tue, 24 Sep 2019 02:58:49 GMT - -_Version update only_ - -## 0.7.0 -Mon, 23 Sep 2019 15:14:55 GMT - -### Minor changes - -- Upgrade @types/node dependency - -## 0.6.36 -Fri, 20 Sep 2019 21:27:22 GMT - -### Patches - -- Fix an issue where api-extractor warnings weren't being reported. - -## 0.6.35 -Wed, 11 Sep 2019 19:56:23 GMT - -_Version update only_ - -## 0.6.34 -Tue, 10 Sep 2019 22:32:23 GMT - -_Version update only_ - -## 0.6.33 -Tue, 10 Sep 2019 20:38:33 GMT - -_Version update only_ - -## 0.6.32 -Wed, 04 Sep 2019 18:28:06 GMT - -_Version update only_ - -## 0.6.31 -Wed, 04 Sep 2019 15:15:37 GMT - -_Version update only_ - -## 0.6.30 -Fri, 30 Aug 2019 00:14:32 GMT - -_Version update only_ - -## 0.6.29 -Mon, 12 Aug 2019 15:15:14 GMT - -_Version update only_ - -## 0.6.28 -Thu, 08 Aug 2019 15:14:17 GMT - -_Version update only_ - -## 0.6.27 -Thu, 08 Aug 2019 00:49:06 GMT - -_Version update only_ - -## 0.6.26 -Mon, 05 Aug 2019 22:04:32 GMT - -_Version update only_ - -## 0.6.25 -Tue, 23 Jul 2019 01:13:01 GMT - -_Version update only_ - -## 0.6.24 -Mon, 22 Jul 2019 19:13:10 GMT - -_Version update only_ - -## 0.6.23 -Fri, 12 Jul 2019 19:12:46 GMT - -_Version update only_ - -## 0.6.22 -Thu, 11 Jul 2019 19:13:08 GMT - -_Version update only_ - -## 0.6.21 -Tue, 09 Jul 2019 19:13:24 GMT - -_Version update only_ - -## 0.6.20 -Mon, 08 Jul 2019 19:12:19 GMT - -_Version update only_ - -## 0.6.19 -Sat, 29 Jun 2019 02:30:10 GMT - -_Version update only_ - -## 0.6.18 -Wed, 12 Jun 2019 19:12:33 GMT - -_Version update only_ - -## 0.6.17 -Tue, 11 Jun 2019 00:48:06 GMT - -_Version update only_ - -## 0.6.16 -Wed, 05 Jun 2019 19:12:34 GMT - -_Version update only_ - -## 0.6.15 -Tue, 04 Jun 2019 05:51:54 GMT - -_Version update only_ - -## 0.6.14 -Mon, 27 May 2019 04:13:44 GMT - -_Version update only_ - -## 0.6.13 -Mon, 13 May 2019 02:08:35 GMT - -_Version update only_ - -## 0.6.12 -Mon, 06 May 2019 20:46:22 GMT - -_Version update only_ - -## 0.6.11 -Mon, 06 May 2019 19:34:54 GMT - -_Version update only_ - -## 0.6.10 -Mon, 06 May 2019 19:11:16 GMT - -_Version update only_ - -## 0.6.9 -Tue, 30 Apr 2019 23:08:02 GMT - -_Version update only_ - -## 0.6.8 -Tue, 16 Apr 2019 11:01:37 GMT - -_Version update only_ - -## 0.6.7 -Fri, 12 Apr 2019 06:13:16 GMT - -_Version update only_ - -## 0.6.6 -Thu, 11 Apr 2019 07:14:01 GMT - -_Version update only_ - -## 0.6.5 -Tue, 09 Apr 2019 05:31:01 GMT - -_Version update only_ - -## 0.6.4 -Mon, 08 Apr 2019 19:12:52 GMT - -_Version update only_ - -## 0.6.3 -Sat, 06 Apr 2019 02:05:51 GMT - -_Version update only_ - -## 0.6.2 -Fri, 05 Apr 2019 04:16:17 GMT - -_Version update only_ - -## 0.6.1 -Wed, 03 Apr 2019 02:58:33 GMT - -_Version update only_ - -## 0.6.0 -Tue, 02 Apr 2019 01:12:02 GMT - -### Minor changes - -- Enable declaration maps in the default TSConfigs. - -## 0.5.20 -Sat, 30 Mar 2019 22:27:16 GMT - -_Version update only_ - -## 0.5.19 -Thu, 28 Mar 2019 19:14:27 GMT - -_Version update only_ - -## 0.5.18 -Tue, 26 Mar 2019 20:54:18 GMT - -_Version update only_ - -## 0.5.17 -Sat, 23 Mar 2019 03:48:31 GMT - -_Version update only_ - -## 0.5.16 -Thu, 21 Mar 2019 04:59:11 GMT - -_Version update only_ - -## 0.5.15 -Thu, 21 Mar 2019 01:15:33 GMT - -_Version update only_ - -## 0.5.14 -Wed, 20 Mar 2019 19:14:49 GMT - -_Version update only_ - -## 0.5.13 -Mon, 18 Mar 2019 04:28:43 GMT - -### Patches - -- Export StandardBuildFolders to eliminate the ae-forgotten-export warning - -## 0.5.12 -Fri, 15 Mar 2019 19:13:25 GMT - -_Version update only_ - -## 0.5.11 -Wed, 13 Mar 2019 19:13:14 GMT - -_Version update only_ - -## 0.5.10 -Wed, 13 Mar 2019 01:14:05 GMT - -_Version update only_ - -## 0.5.9 -Mon, 11 Mar 2019 16:13:36 GMT - -_Version update only_ - -## 0.5.8 -Tue, 05 Mar 2019 17:13:11 GMT - -_Version update only_ - -## 0.5.7 -Mon, 04 Mar 2019 17:13:20 GMT - -_Version update only_ - -## 0.5.6 -Wed, 27 Feb 2019 22:13:58 GMT - -_Version update only_ - -## 0.5.5 -Wed, 27 Feb 2019 17:13:17 GMT - -_Version update only_ - -## 0.5.4 -Mon, 18 Feb 2019 17:13:23 GMT - -_Version update only_ - -## 0.5.3 -Tue, 12 Feb 2019 17:13:12 GMT - -_Version update only_ - -## 0.5.2 -Mon, 11 Feb 2019 10:32:37 GMT - -_Version update only_ - -## 0.5.1 -Mon, 11 Feb 2019 03:31:55 GMT - -_Version update only_ - -## 0.5.0 -Wed, 30 Jan 2019 20:49:11 GMT - -### Minor changes - -- Add ToolPackages API for raw access to tools packages. - -## 0.4.0 -Sat, 19 Jan 2019 03:47:47 GMT - -### Minor changes - -- Expose api extractor API. -- Upgrade to use API Extractor 7 beta - -## 0.3.4 -Thu, 10 Jan 2019 01:57:53 GMT - -_Version update only_ - -## 0.3.3 -Wed, 19 Dec 2018 05:57:33 GMT - -_Version update only_ - -## 0.3.2 -Thu, 13 Dec 2018 02:58:11 GMT - -_Version update only_ - -## 0.3.1 -Wed, 12 Dec 2018 17:04:19 GMT - -_Version update only_ - -## 0.3.0 -Sat, 08 Dec 2018 06:35:35 GMT - -### Minor changes - -- Enable no-floating-promises TSLint rule. - -## 0.2.1 -Fri, 07 Dec 2018 17:04:56 GMT - -_Version update only_ - -## 0.2.0 -Fri, 30 Nov 2018 23:34:57 GMT - -### Minor changes - -- Allow custom arguments to be passed to the tsc command. - -## 0.1.1 -Thu, 29 Nov 2018 07:02:09 GMT - -_Version update only_ - -## 0.1.0 -Thu, 29 Nov 2018 00:35:39 GMT - -### Minor changes - -- Initial package creation. - diff --git a/stack/rush-stack-compiler-2.4/LICENSE b/stack/rush-stack-compiler-2.4/LICENSE deleted file mode 100644 index 7c29b93ce0f..00000000000 --- a/stack/rush-stack-compiler-2.4/LICENSE +++ /dev/null @@ -1,24 +0,0 @@ -@microsoft/rush-stack - -Copyright (c) Microsoft Corporation. All rights reserved. - -MIT License - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/stack/rush-stack-compiler-2.4/README.md b/stack/rush-stack-compiler-2.4/README.md deleted file mode 100644 index 242a98f556f..00000000000 --- a/stack/rush-stack-compiler-2.4/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# @microsoft/rush-stack-compiler-2.4 - -This package is an NPM peer dependency that is used with -[@microsoft/rush-stack](https://www.npmjs.com/package/@microsoft/rush-stack) -to select a TypeScript compiler version. This variant selects TypeScript 3.1 - -It provides a supported set of versions for the following components: - -- the TypeScript compiler -- [tslint](https://github.com/palantir/tslint#readme) -- [API Extractor](https://api-extractor.com/) diff --git a/stack/rush-stack-compiler-2.4/bin/rush-api-extractor b/stack/rush-stack-compiler-2.4/bin/rush-api-extractor deleted file mode 100755 index 5c9bcde4214..00000000000 --- a/stack/rush-stack-compiler-2.4/bin/rush-api-extractor +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require("@microsoft/api-extractor/bin/api-extractor"); diff --git a/stack/rush-stack-compiler-2.4/bin/rush-eslint b/stack/rush-stack-compiler-2.4/bin/rush-eslint deleted file mode 100755 index 7c2ffc1b1c3..00000000000 --- a/stack/rush-stack-compiler-2.4/bin/rush-eslint +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require("eslint/bin/eslint"); diff --git a/stack/rush-stack-compiler-2.4/bin/rush-tsc b/stack/rush-stack-compiler-2.4/bin/rush-tsc deleted file mode 100755 index 978b97599d7..00000000000 --- a/stack/rush-stack-compiler-2.4/bin/rush-tsc +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require('typescript/bin/tsc'); diff --git a/stack/rush-stack-compiler-2.4/bin/rush-tslint b/stack/rush-stack-compiler-2.4/bin/rush-tslint deleted file mode 100755 index b76ee5d8dab..00000000000 --- a/stack/rush-stack-compiler-2.4/bin/rush-tslint +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require("tslint/bin/tslint"); diff --git a/stack/rush-stack-compiler-2.4/config/api-extractor.json b/stack/rush-stack-compiler-2.4/config/api-extractor.json deleted file mode 100644 index dcfa9cfc5b7..00000000000 --- a/stack/rush-stack-compiler-2.4/config/api-extractor.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", - - "mainEntryPointFilePath": "/lib/index.d.ts", - - "apiReport": { - "enabled": true, - "reportFolder": "../../../common/reviews/api" - }, - - "docModel": { - "enabled": true - }, - - "dtsRollup": { - "enabled": false - } -} diff --git a/stack/rush-stack-compiler-2.4/config/heft.json b/stack/rush-stack-compiler-2.4/config/heft.json deleted file mode 100644 index fa38fa303a4..00000000000 --- a/stack/rush-stack-compiler-2.4/config/heft.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/heft/heft.schema.json", - - "extends": "@rushstack/heft-node-rig/profiles/default/config/heft.json", - - "eventActions": [ - { - "actionKind": "deleteGlobs", - "heftEvent": "clean", - "actionId": "deleteSrc", - "globsToDelete": ["src"] - }, - - { - "actionKind": "copyFiles", - "heftEvent": "pre-compile", - "actionId": "copySrc", - "copyOperations": [ - { - "sourceFolder": "node_modules/@microsoft/rush-stack-compiler-shared/src", - "destinationFolders": ["src"], - "includeGlobs": ["*.ts", "*.js"] - }, - { - "sourceFolder": "node_modules/@microsoft/rush-stack-compiler-shared/src/pre-v4", - "destinationFolders": ["src"], - "includeGlobs": ["*.ts", "*.js"] - } - ] - } - ] -} diff --git a/stack/rush-stack-compiler-2.4/config/rig.json b/stack/rush-stack-compiler-2.4/config/rig.json deleted file mode 100644 index 6ac88a96368..00000000000 --- a/stack/rush-stack-compiler-2.4/config/rig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - // The "rig.json" file directs tools to look for their config files in an external package. - // Documentation for this system: https://www.npmjs.com/package/@rushstack/rig-package - "$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json", - - "rigPackageName": "@rushstack/heft-node-rig" -} diff --git a/stack/rush-stack-compiler-2.4/config/typescript.json b/stack/rush-stack-compiler-2.4/config/typescript.json deleted file mode 100644 index 6e09afa31ca..00000000000 --- a/stack/rush-stack-compiler-2.4/config/typescript.json +++ /dev/null @@ -1,12 +0,0 @@ -/** - * Configures the TypeScript plugin for Heft. This plugin also manages linting. - */ -{ - "$schema": "https://developer.microsoft.com/json-schemas/heft/typescript.schema.json", - - "extends": "@rushstack/heft-node-rig/profiles/default/config/typescript.json", - - "staticAssetsToCopy": { - "fileExtensions": [".d.ts", ".js"] - } -} diff --git a/stack/rush-stack-compiler-2.4/includes/tsconfig-base.json b/stack/rush-stack-compiler-2.4/includes/tsconfig-base.json deleted file mode 100644 index b0eddd80e43..00000000000 --- a/stack/rush-stack-compiler-2.4/includes/tsconfig-base.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "compilerOptions": { - "outDir": "../../../../lib", - "rootDir": "../../../../src", - - "forceConsistentCasingInFileNames": true, - "jsx": "react", - "declaration": true, - "sourceMap": true, - "inlineSources": true, - "experimentalDecorators": true, - "strictNullChecks": true, - "noUnusedLocals": true, - "types": [] - }, - "include": ["../../../../src/**/*.ts", "../../../../src/**/*.tsx"], - "exclude": ["../../../../node_modules", "../../../../lib"] -} diff --git a/stack/rush-stack-compiler-2.4/includes/tsconfig-node.json b/stack/rush-stack-compiler-2.4/includes/tsconfig-node.json deleted file mode 100644 index 722f0b8f62a..00000000000 --- a/stack/rush-stack-compiler-2.4/includes/tsconfig-node.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "extends": "./tsconfig-base.json", - "compilerOptions": { - "module": "commonjs", - "target": "es2017", - "lib": ["es2017"] - } -} diff --git a/stack/rush-stack-compiler-2.4/includes/tsconfig-web.json b/stack/rush-stack-compiler-2.4/includes/tsconfig-web.json deleted file mode 100644 index 5dd9e12e4aa..00000000000 --- a/stack/rush-stack-compiler-2.4/includes/tsconfig-web.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "extends": "./tsconfig-base.json", - "compilerOptions": { - "module": "esnext", - "moduleResolution": "node", - "target": "es5", - "lib": ["es5", "scripthost", "es2015.collection", "es2015.promise", "es2015.iterable", "dom"] - } -} diff --git a/stack/rush-stack-compiler-2.4/includes/tslint.json b/stack/rush-stack-compiler-2.4/includes/tslint.json deleted file mode 100644 index f55613b66cc..00000000000 --- a/stack/rush-stack-compiler-2.4/includes/tslint.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tslint", - - "rulesDirectory": ["tslint-microsoft-contrib"], - "rules": { - "class-name": true, - "comment-format": [true, "check-space"], - "curly": true, - "eofline": false, - "export-name": true, - "forin": true, - "indent": [true, "spaces", 2], - "interface-name": true, - "label-position": true, - "max-line-length": [true, 120], - "member-access": true, - "member-ordering": [ - true, - { - "order": [ - "public-static-field", - "protected-static-field", - "private-static-field", - "public-instance-field", - "protected-instance-field", - "private-instance-field", - "public-static-method", - "protected-static-method", - "private-static-method", - "public-constructor", - "public-instance-method", - "protected-constructor", - "protected-instance-method", - "private-constructor", - "private-instance-method" - ] - } - ], - "missing-optional-annotation": true, - "no-arg": true, - "no-any": true, - "no-bitwise": true, - "no-consecutive-blank-lines": true, - "no-console": [true, "debug", "info", "time", "timeEnd", "trace"], - "no-constant-condition": true, - "no-construct": true, - "no-debugger": true, - "no-duplicate-switch-case": true, - "no-duplicate-parameter-names": true, - "no-duplicate-variable": true, - "no-empty": true, - "no-eval": true, - "no-floating-promises": true, - "no-function-expression": true, - "no-inferrable-types": false, - "no-internal-module": true, - "no-null-keyword": true, - "no-shadowed-variable": true, - "no-string-literal": true, - "no-switch-case-fall-through": true, - "no-trailing-whitespace": true, - "no-unnecessary-semicolons": true, - "no-unused-expression": true, - "no-with-statement": true, - "no-var-keyword": true, - "object-literal-sort-keys": false, - "one-line": [true, "check-open-brace", "check-catch", "check-else", "check-whitespace"], - "quotemark": [true, "single", "avoid-escape"], - "prefer-const": true, - "radix": true, - "semicolon": true, - "trailing-comma": [ - true, - { - "multiline": "never", - "singleline": "never" - } - ], - "triple-equals": [true, "allow-null-check"], - "typedef": [ - true, - "call-signature", - "parameter", - "property-declaration", - "variable-declaration", - "member-variable-declaration" - ], - "typedef-whitespace": [ - true, - { - "call-signature": "nospace", - "index-signature": "nospace", - "parameter": "nospace", - "property-declaration": "nospace", - "variable-declaration": "nospace" - } - ], - "use-isnan": true, - "use-named-parameter": true, - "variable-name": [true, "check-format", "allow-leading-underscore", "ban-keywords"], - "whitespace": [true, "check-branch", "check-decl", "check-operator", "check-separator", "check-type"] - } -} diff --git a/stack/rush-stack-compiler-2.4/package.json b/stack/rush-stack-compiler-2.4/package.json deleted file mode 100644 index 55f871f0b5a..00000000000 --- a/stack/rush-stack-compiler-2.4/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "@microsoft/rush-stack-compiler-2.4", - "version": "0.13.47", - "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 2.4.", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/microsoft/rushstack/tree/master/stack/rush-stack-compiler-2.4" - }, - "bin": { - "rush-api-extractor": "./bin/rush-api-extractor", - "rush-eslint": "./bin/rush-eslint", - "rush-tsc": "./bin/rush-tsc", - "rush-tslint": "./bin/rush-tslint" - }, - "scripts": { - "build": "heft build --clean" - }, - "main": "lib/index.js", - "typings": "lib/index.d.ts", - "dependencies": { - "@microsoft/api-extractor": "workspace:*", - "@rushstack/eslint-config": "workspace:*", - "@rushstack/node-core-library": "workspace:*", - "@types/node": "10.17.13", - "eslint": "~7.12.1", - "import-lazy": "~4.0.0", - "tslint": "~5.20.1", - "tslint-microsoft-contrib": "~6.2.0", - "typescript": "~2.4.2" - }, - "devDependencies": { - "@microsoft/rush-stack-compiler-3.9": "workspace:*", - "@microsoft/rush-stack-compiler-shared": "workspace:*", - "@rushstack/eslint-config": "workspace:*", - "@rushstack/heft": "0.28.0", - "@rushstack/heft-node-rig": "1.0.8" - } -} diff --git a/stack/rush-stack-compiler-2.4/tsconfig.json b/stack/rush-stack-compiler-2.4/tsconfig.json deleted file mode 100644 index 6bef73c4b86..00000000000 --- a/stack/rush-stack-compiler-2.4/tsconfig.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.9/includes/tsconfig-node.json", - - "compilerOptions": { - "rootDir": "src", - "outDir": "lib" - } -} diff --git a/stack/rush-stack-compiler-2.7/.eslintrc.js b/stack/rush-stack-compiler-2.7/.eslintrc.js deleted file mode 100644 index 4c934799d67..00000000000 --- a/stack/rush-stack-compiler-2.7/.eslintrc.js +++ /dev/null @@ -1,10 +0,0 @@ -// This is a workaround for https://github.com/eslint/eslint/issues/3458 -require('@rushstack/eslint-config/patch/modern-module-resolution'); - -module.exports = { - extends: [ - '@rushstack/eslint-config/profile/node-trusted-tool', - '@rushstack/eslint-config/mixins/friendly-locals' - ], - parserOptions: { tsconfigRootDir: __dirname } -}; diff --git a/stack/rush-stack-compiler-2.7/.gitignore b/stack/rush-stack-compiler-2.7/.gitignore deleted file mode 100644 index dbc8690803e..00000000000 --- a/stack/rush-stack-compiler-2.7/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/src \ No newline at end of file diff --git a/stack/rush-stack-compiler-2.7/.npmignore b/stack/rush-stack-compiler-2.7/.npmignore deleted file mode 100644 index ad6bcd960e8..00000000000 --- a/stack/rush-stack-compiler-2.7/.npmignore +++ /dev/null @@ -1,31 +0,0 @@ -# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. - -# Ignore all files by default, to avoid accidentally publishing unintended files. -* - -# Use negative patterns to bring back the specific things we want to publish. -!/bin/** -!/lib/** -!/lib-*/** -!/dist/** -!ThirdPartyNotice.txt - -# Ignore certain patterns that should not get published. -/dist/*.stats.* -/lib/**/test/ -/lib-*/**/test/ -*.test.js - -# NOTE: These don't need to be specified, because NPM includes them automatically. -# -# package.json -# README (and its variants) -# CHANGELOG (and its variants) -# LICENSE / LICENCE - -#-------------------------------------------- -# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE -#-------------------------------------------- - -# (Add your project-specific overrides here) -!/includes/** diff --git a/stack/rush-stack-compiler-2.7/CHANGELOG.json b/stack/rush-stack-compiler-2.7/CHANGELOG.json deleted file mode 100644 index 04390d5a258..00000000000 --- a/stack/rush-stack-compiler-2.7/CHANGELOG.json +++ /dev/null @@ -1,2604 +0,0 @@ -{ - "name": "@microsoft/rush-stack-compiler-2.7", - "entries": [ - { - "version": "0.13.47", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.47", - "date": "Wed, 19 May 2021 00:11:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.38.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.47`" - } - ] - } - }, - { - "version": "0.13.46", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.46", - "date": "Mon, 03 May 2021 15:10:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.37.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.46`" - } - ] - } - }, - { - "version": "0.13.45", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.45", - "date": "Thu, 29 Apr 2021 23:26:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.45`" - } - ] - } - }, - { - "version": "0.13.44", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.44", - "date": "Tue, 20 Apr 2021 04:59:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.14.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.44`" - } - ] - } - }, - { - "version": "0.13.43", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.43", - "date": "Mon, 12 Apr 2021 15:10:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.43`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.4`" - } - ] - } - }, - { - "version": "0.13.42", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.42", - "date": "Thu, 08 Apr 2021 06:05:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.42`" - } - ] - } - }, - { - "version": "0.13.41", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.41", - "date": "Tue, 06 Apr 2021 15:14:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.41`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.3`" - } - ] - } - }, - { - "version": "0.13.40", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.40", - "date": "Thu, 04 Mar 2021 01:11:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.40`" - } - ] - } - }, - { - "version": "0.13.39", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.39", - "date": "Fri, 05 Feb 2021 16:10:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.39`" - } - ] - } - }, - { - "version": "0.13.38", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.38", - "date": "Wed, 13 Jan 2021 01:11:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.38`" - } - ] - } - }, - { - "version": "0.13.37", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.37", - "date": "Thu, 10 Dec 2020 23:25:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.12.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.37`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.2`" - } - ] - } - }, - { - "version": "0.13.36", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.36", - "date": "Sat, 05 Dec 2020 01:11:23 GMT", - "comments": { - "patch": [ - { - "comment": "Ensure rootDir is consistently specified." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.36`" - } - ] - } - }, - { - "version": "0.13.35", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.35", - "date": "Wed, 18 Nov 2020 08:19:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.12.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.35`" - } - ] - } - }, - { - "version": "0.13.34", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.34", - "date": "Wed, 18 Nov 2020 06:21:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.34`" - } - ] - } - }, - { - "version": "0.13.33", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.33", - "date": "Wed, 11 Nov 2020 01:08:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.33`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.1`" - } - ] - } - }, - { - "version": "0.13.32", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.32", - "date": "Tue, 10 Nov 2020 23:13:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.32`" - } - ] - } - }, - { - "version": "0.13.31", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.31", - "date": "Fri, 30 Oct 2020 06:38:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.0`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.31`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.0`" - } - ] - } - }, - { - "version": "0.13.30", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.30", - "date": "Fri, 30 Oct 2020 00:10:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.30`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.3`" - } - ] - } - }, - { - "version": "0.13.29", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.29", - "date": "Thu, 29 Oct 2020 06:14:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.29`" - } - ] - } - }, - { - "version": "0.13.28", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.28", - "date": "Wed, 28 Oct 2020 01:18:03 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.28`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.2`" - } - ] - } - }, - { - "version": "0.13.27", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.27", - "date": "Tue, 27 Oct 2020 15:10:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.27`" - } - ] - } - }, - { - "version": "0.13.26", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.26", - "date": "Tue, 06 Oct 2020 00:24:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.26`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.1`" - } - ] - } - }, - { - "version": "0.13.25", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.25", - "date": "Mon, 05 Oct 2020 22:36:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.0`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.25`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.0`" - } - ] - } - }, - { - "version": "0.13.24", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.24", - "date": "Mon, 05 Oct 2020 15:10:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.24`" - } - ] - } - }, - { - "version": "0.13.23", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.23", - "date": "Wed, 30 Sep 2020 18:39:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.23`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.3`" - } - ] - } - }, - { - "version": "0.13.22", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.22", - "date": "Wed, 30 Sep 2020 06:53:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.22`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.2`" - } - ] - } - }, - { - "version": "0.13.21", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.21", - "date": "Tue, 22 Sep 2020 05:45:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.22`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.21`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.1`" - } - ] - } - }, - { - "version": "0.13.20", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.20", - "date": "Tue, 22 Sep 2020 01:45:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.21`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.20`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.0`" - } - ] - } - }, - { - "version": "0.13.19", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.19", - "date": "Tue, 22 Sep 2020 00:08:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.20`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.19`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.0.0`" - } - ] - } - }, - { - "version": "0.13.18", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.18", - "date": "Sat, 19 Sep 2020 04:37:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.19`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.18`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.2`" - } - ] - } - }, - { - "version": "0.13.17", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.17", - "date": "Sat, 19 Sep 2020 03:33:07 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.18`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.17`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.1`" - } - ] - } - }, - { - "version": "0.13.16", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.16", - "date": "Fri, 18 Sep 2020 22:57:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.17`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.16`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.0`" - } - ] - } - }, - { - "version": "0.13.15", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.15", - "date": "Fri, 18 Sep 2020 21:49:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.16`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.15`" - } - ] - } - }, - { - "version": "0.13.14", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.14", - "date": "Sun, 13 Sep 2020 01:53:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.15`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.14`" - } - ] - } - }, - { - "version": "0.13.13", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.13", - "date": "Fri, 11 Sep 2020 02:13:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.14`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.32.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.13`" - } - ] - } - }, - { - "version": "0.13.12", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.12", - "date": "Mon, 07 Sep 2020 07:37:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.31.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.12`" - } - ] - } - }, - { - "version": "0.13.11", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.11", - "date": "Sat, 05 Sep 2020 18:56:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.12`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.11`" - } - ] - } - }, - { - "version": "0.13.10", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.10", - "date": "Thu, 27 Aug 2020 11:27:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.30.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.3.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.10`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.3.0`" - } - ] - } - }, - { - "version": "0.13.9", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.9", - "date": "Mon, 24 Aug 2020 07:35:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.10`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.29.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.9`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.1`" - } - ] - } - }, - { - "version": "0.13.8", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.8", - "date": "Sat, 22 Aug 2020 05:55:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.29.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.8`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.0`" - } - ] - } - }, - { - "version": "0.13.7", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.7", - "date": "Fri, 21 Aug 2020 01:21:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.8`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.7`" - } - ] - } - }, - { - "version": "0.13.6", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.6", - "date": "Thu, 20 Aug 2020 15:13:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.6`" - } - ] - } - }, - { - "version": "0.13.5", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.5", - "date": "Tue, 18 Aug 2020 23:59:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.6`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.28.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.5`" - } - ] - } - }, - { - "version": "0.13.4", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.4", - "date": "Mon, 17 Aug 2020 04:53:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.27.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.1.0`" - } - ] - } - }, - { - "version": "0.13.3", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.3", - "date": "Wed, 12 Aug 2020 00:10:05 GMT", - "comments": { - "patch": [ - { - "comment": "Updated project to build with Heft" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.26.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.0.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.0.4`" - } - ] - } - }, - { - "version": "0.13.2", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.2", - "date": "Wed, 05 Aug 2020 18:27:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.26.1`" - } - ] - } - }, - { - "version": "0.13.1", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.1", - "date": "Fri, 03 Jul 2020 15:09:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.9.0` to `7.9.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.4` to `3.25.0`" - } - ] - } - }, - { - "version": "0.13.0", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.13.0", - "date": "Fri, 03 Jul 2020 05:46:41 GMT", - "comments": { - "minor": [ - { - "comment": "Disable the \"--typescript-compiler-folder\" setting for API Extractor, since it was causing errors with the latest TypeScript engine" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.15` to `7.9.0`" - } - ] - } - }, - { - "version": "0.12.2", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.12.2", - "date": "Thu, 25 Jun 2020 06:43:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.14` to `7.8.15`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.3` to `3.24.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.1` to `1.0.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.1` to `1.0.2`" - } - ] - } - }, - { - "version": "0.12.1", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.12.1", - "date": "Wed, 24 Jun 2020 09:50:48 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.13` to `7.8.14`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.2` to `3.24.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.0` to `1.0.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.0` to `1.0.1`" - } - ] - } - }, - { - "version": "0.12.0", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.12.0", - "date": "Wed, 24 Jun 2020 09:04:28 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade to ESLint 7" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.12` to `7.8.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.1` to `3.24.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.8` to `1.0.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.8` to `1.0.0`" - } - ] - } - }, - { - "version": "0.11.1", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.11.1", - "date": "Mon, 15 Jun 2020 22:17:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.11` to `7.8.12`" - } - ] - } - }, - { - "version": "0.11.0", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.11.0", - "date": "Fri, 12 Jun 2020 09:19:21 GMT", - "comments": { - "minor": [ - { - "comment": "Expose the @microsoft/api-extractor package's path" - } - ] - } - }, - { - "version": "0.10.3", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.10.3", - "date": "Wed, 10 Jun 2020 20:48:30 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.10` to `7.8.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.0` to `3.24.1`" - } - ] - } - }, - { - "version": "0.10.2", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.10.2", - "date": "Mon, 01 Jun 2020 08:34:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.9` to `7.8.10`" - } - ] - } - }, - { - "version": "0.10.1", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.10.1", - "date": "Sat, 30 May 2020 02:59:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.8` to `7.8.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.23.1` to `3.24.0`" - } - ] - } - }, - { - "version": "0.10.0", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.10.0", - "date": "Thu, 28 May 2020 05:59:02 GMT", - "comments": { - "minor": [ - { - "comment": "Change the way the typescript, tslint, and api-extractor packages are exported." - }, - { - "comment": "Update TSLint to 5.20.1" - }, - { - "comment": "Update tsconfig-node.json to target es2017 (supported by Node 8); this enables native async/await, and will show complete callstacks when using Node 12" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.7` to `7.8.8`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.23.0` to `3.23.1`" - } - ] - } - }, - { - "version": "0.9.17", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.9.17", - "date": "Wed, 27 May 2020 05:15:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.6` to `7.8.7`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.22.1` to `3.23.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.7` to `0.5.8`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.7` to `0.5.8`" - } - ] - } - }, - { - "version": "0.9.16", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.9.16", - "date": "Tue, 26 May 2020 23:00:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.5` to `7.8.6`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.22.0` to `3.22.1`" - } - ] - } - }, - { - "version": "0.9.15", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.9.15", - "date": "Fri, 22 May 2020 15:08:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.4` to `7.8.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.21.0` to `3.22.0`" - } - ] - } - }, - { - "version": "0.9.14", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.9.14", - "date": "Thu, 21 May 2020 23:09:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.3` to `7.8.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.20.0` to `3.21.0`" - } - ] - } - }, - { - "version": "0.9.13", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.9.13", - "date": "Thu, 21 May 2020 15:42:00 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.2` to `7.8.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.7` to `3.20.0`" - } - ] - } - }, - { - "version": "0.9.12", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.9.12", - "date": "Tue, 19 May 2020 15:08:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.1` to `7.8.2`" - } - ] - } - }, - { - "version": "0.9.11", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.9.11", - "date": "Fri, 15 May 2020 08:10:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.0` to `7.8.1`" - } - ] - } - }, - { - "version": "0.9.10", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.9.10", - "date": "Wed, 06 May 2020 08:23:45 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.13` to `7.8.0`" - } - ] - } - }, - { - "version": "0.9.9", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.9.9", - "date": "Wed, 08 Apr 2020 04:07:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.12` to `7.7.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.6` to `3.19.7`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.6` to `0.5.7`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.6` to `0.5.7`" - } - ] - } - }, - { - "version": "0.9.8", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.9.8", - "date": "Fri, 03 Apr 2020 15:10:15 GMT", - "comments": { - "patch": [ - { - "comment": "Update tslint-microsoft-contrib to ~6.2.0" - } - ] - } - }, - { - "version": "0.9.7", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.9.7", - "date": "Sun, 29 Mar 2020 00:04:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.11` to `7.7.12`" - } - ] - } - }, - { - "version": "0.9.6", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.9.6", - "date": "Sat, 28 Mar 2020 00:37:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.10` to `7.7.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.5` to `3.19.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.5` to `0.5.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.5` to `0.5.6`" - } - ] - } - }, - { - "version": "0.9.5", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.9.5", - "date": "Wed, 18 Mar 2020 15:07:47 GMT", - "comments": { - "patch": [ - { - "comment": "Upgrade cyclic dependencies" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.9` to `7.7.10`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.4` to `3.19.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.4` to `0.5.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.4` to `0.5.5`" - } - ] - } - }, - { - "version": "0.9.4", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.9.4", - "date": "Tue, 17 Mar 2020 23:55:58 GMT", - "comments": { - "patch": [ - { - "comment": "Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack`" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.8` to `7.7.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.3` to `3.19.4`" - } - ] - } - }, - { - "version": "0.9.3", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.9.3", - "date": "Tue, 28 Jan 2020 02:23:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.7` to `7.7.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.2` to `3.19.3`" - } - ] - } - }, - { - "version": "0.9.2", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.9.2", - "date": "Thu, 23 Jan 2020 01:07:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.6` to `7.7.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.1` to `3.19.2`" - } - ] - } - }, - { - "version": "0.9.1", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.9.1", - "date": "Tue, 21 Jan 2020 21:56:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.5` to `7.7.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.0` to `3.19.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.3` to `0.5.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.3` to `0.5.4`" - } - ] - } - }, - { - "version": "0.9.0", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.9.0", - "date": "Sun, 19 Jan 2020 02:26:52 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade Node typings to Node 10" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.4` to `7.7.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.3` to `3.19.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.2` to `0.5.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.2` to `0.5.3`" - } - ] - } - }, - { - "version": "0.8.14", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.8.14", - "date": "Fri, 17 Jan 2020 01:08:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.3` to `7.7.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.2` to `3.18.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.1` to `0.5.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.1` to `0.5.2`" - } - ] - } - }, - { - "version": "0.8.13", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.8.13", - "date": "Tue, 14 Jan 2020 01:34:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.2` to `7.7.3`" - } - ] - } - }, - { - "version": "0.8.12", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.8.12", - "date": "Thu, 09 Jan 2020 06:44:13 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.1` to `7.7.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.1` to `3.18.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.0` to `0.5.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.0` to `0.5.1`" - } - ] - } - }, - { - "version": "0.8.11", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.8.11", - "date": "Wed, 08 Jan 2020 00:11:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.0` to `7.7.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.0` to `3.18.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.2` to `0.5.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.2` to `0.5.0`" - } - ] - } - }, - { - "version": "0.8.10", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.8.10", - "date": "Tue, 03 Dec 2019 03:17:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.6.2` to `7.7.0`" - } - ] - } - }, - { - "version": "0.8.9", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.8.9", - "date": "Sun, 24 Nov 2019 00:54:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.6.1` to `7.6.2`" - } - ] - } - }, - { - "version": "0.8.8", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.8.8", - "date": "Wed, 20 Nov 2019 06:14:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.6.0` to `7.6.1`" - } - ] - } - }, - { - "version": "0.8.7", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.8.7", - "date": "Fri, 15 Nov 2019 04:50:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.6` to `7.6.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.17.1` to `3.18.0`" - } - ] - } - }, - { - "version": "0.8.6", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.8.6", - "date": "Mon, 11 Nov 2019 16:07:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.5` to `7.5.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.17.0` to `3.17.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.1` to `0.4.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.1` to `0.4.2`" - } - ] - } - }, - { - "version": "0.8.5", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.8.5", - "date": "Wed, 06 Nov 2019 22:44:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.4` to `7.5.5`" - } - ] - } - }, - { - "version": "0.8.4", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.8.4", - "date": "Tue, 05 Nov 2019 06:49:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.3` to `7.5.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.16.0` to `3.17.0`" - } - ] - } - }, - { - "version": "0.8.3", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.8.3", - "date": "Tue, 05 Nov 2019 01:08:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.2` to `7.5.3`" - } - ] - } - }, - { - "version": "0.8.2", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.8.2", - "date": "Fri, 25 Oct 2019 15:08:54 GMT", - "comments": { - "patch": [ - { - "comment": "Fix an issue where ESLint output would fail to parse when a large project is built on a Mac." - } - ] - } - }, - { - "version": "0.8.1", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.8.1", - "date": "Tue, 22 Oct 2019 06:24:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.1` to `7.5.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.15.1` to `3.16.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.0` to `0.4.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.0` to `0.4.1`" - } - ] - } - }, - { - "version": "0.8.0", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.8.0", - "date": "Mon, 21 Oct 2019 05:22:43 GMT", - "comments": { - "minor": [ - { - "comment": "Add support for ESLint+TypeScript" - } - ] - } - }, - { - "version": "0.7.6", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.7.6", - "date": "Fri, 18 Oct 2019 15:15:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.0` to `7.5.1`" - } - ] - } - }, - { - "version": "0.7.5", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.7.5", - "date": "Sun, 06 Oct 2019 00:27:40 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.7` to `7.5.0`" - } - ] - } - }, - { - "version": "0.7.4", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.7.4", - "date": "Fri, 04 Oct 2019 00:15:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.6` to `7.4.7`" - } - ] - } - }, - { - "version": "0.7.3", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.7.3", - "date": "Sun, 29 Sep 2019 23:56:29 GMT", - "comments": { - "patch": [ - { - "comment": "Update repository URL" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.5` to `7.4.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.15.0` to `3.15.1`" - } - ] - } - }, - { - "version": "0.7.2", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.7.2", - "date": "Wed, 25 Sep 2019 15:15:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.4` to `7.4.5`" - } - ] - } - }, - { - "version": "0.7.1", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.7.1", - "date": "Tue, 24 Sep 2019 02:58:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.3` to `7.4.4`" - } - ] - } - }, - { - "version": "0.7.0", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.7.0", - "date": "Mon, 23 Sep 2019 15:14:55 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade @types/node dependency" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.2` to `7.4.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.2` to `3.15.0`" - } - ] - } - }, - { - "version": "0.6.36", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.6.36", - "date": "Fri, 20 Sep 2019 21:27:22 GMT", - "comments": { - "patch": [ - { - "comment": "Fix an issue where api-extractor warnings weren't being reported." - } - ] - } - }, - { - "version": "0.6.35", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.6.35", - "date": "Wed, 11 Sep 2019 19:56:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.1` to `7.4.2`" - } - ] - } - }, - { - "version": "0.6.34", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.6.34", - "date": "Tue, 10 Sep 2019 22:32:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.0` to `7.4.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.1` to `3.14.2`" - } - ] - } - }, - { - "version": "0.6.33", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.6.33", - "date": "Tue, 10 Sep 2019 20:38:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.11` to `7.4.0`" - } - ] - } - }, - { - "version": "0.6.32", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.6.32", - "date": "Wed, 04 Sep 2019 18:28:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.10` to `7.3.11`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.0` to `3.14.1`" - } - ] - } - }, - { - "version": "0.6.31", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.6.31", - "date": "Wed, 04 Sep 2019 15:15:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.9` to `7.3.10`" - } - ] - } - }, - { - "version": "0.6.30", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.6.30", - "date": "Fri, 30 Aug 2019 00:14:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.8` to `7.3.9`" - } - ] - } - }, - { - "version": "0.6.29", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.6.29", - "date": "Mon, 12 Aug 2019 15:15:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.7` to `7.3.8`" - } - ] - } - }, - { - "version": "0.6.28", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.6.28", - "date": "Thu, 08 Aug 2019 15:14:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.6` to `7.3.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.13.0` to `3.14.0`" - } - ] - } - }, - { - "version": "0.6.27", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.6.27", - "date": "Thu, 08 Aug 2019 00:49:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.5` to `7.3.6`" - } - ] - } - }, - { - "version": "0.6.26", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.6.26", - "date": "Mon, 05 Aug 2019 22:04:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.4` to `7.3.5`" - } - ] - } - }, - { - "version": "0.6.25", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.6.25", - "date": "Tue, 23 Jul 2019 01:13:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.3` to `7.3.4`" - } - ] - } - }, - { - "version": "0.6.24", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.6.24", - "date": "Mon, 22 Jul 2019 19:13:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.2` to `7.3.3`" - } - ] - } - }, - { - "version": "0.6.23", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.6.23", - "date": "Fri, 12 Jul 2019 19:12:46 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.1` to `7.3.2`" - } - ] - } - }, - { - "version": "0.6.22", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.6.22", - "date": "Thu, 11 Jul 2019 19:13:08 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.0` to `7.3.1`" - } - ] - } - }, - { - "version": "0.6.21", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.6.21", - "date": "Tue, 09 Jul 2019 19:13:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.2.3` to `7.3.0`" - } - ] - } - }, - { - "version": "0.6.20", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.6.20", - "date": "Mon, 08 Jul 2019 19:12:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.2.2` to `7.2.3`" - } - ] - } - }, - { - "version": "0.6.19", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.6.19", - "date": "Sat, 29 Jun 2019 02:30:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.2.1` to `7.2.2`" - } - ] - } - }, - { - "version": "0.6.18", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.6.18", - "date": "Wed, 12 Jun 2019 19:12:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.2.0` to `7.2.1`" - } - ] - } - }, - { - "version": "0.6.17", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.6.17", - "date": "Tue, 11 Jun 2019 00:48:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.8` to `7.2.0`" - } - ] - } - }, - { - "version": "0.6.16", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.6.16", - "date": "Wed, 05 Jun 2019 19:12:34 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.7` to `7.1.8`" - } - ] - } - }, - { - "version": "0.6.15", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.6.15", - "date": "Tue, 04 Jun 2019 05:51:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.6` to `7.1.7`" - } - ] - } - }, - { - "version": "0.6.14", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.6.14", - "date": "Mon, 27 May 2019 04:13:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.5` to `7.1.6`" - } - ] - } - }, - { - "version": "0.6.13", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.6.13", - "date": "Mon, 13 May 2019 02:08:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.4` to `7.1.5`" - } - ] - } - }, - { - "version": "0.6.12", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.6.12", - "date": "Mon, 06 May 2019 20:46:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.3` to `7.1.4`" - } - ] - } - }, - { - "version": "0.6.11", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.6.11", - "date": "Mon, 06 May 2019 19:34:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.2` to `7.1.3`" - } - ] - } - }, - { - "version": "0.6.10", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.6.10", - "date": "Mon, 06 May 2019 19:11:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.1` to `7.1.2`" - } - ] - } - }, - { - "version": "0.6.9", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.6.9", - "date": "Tue, 30 Apr 2019 23:08:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.0` to `7.1.1`" - } - ] - } - }, - { - "version": "0.6.8", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.6.8", - "date": "Tue, 16 Apr 2019 11:01:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.42` to `7.1.0`" - } - ] - } - }, - { - "version": "0.6.7", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.6.7", - "date": "Fri, 12 Apr 2019 06:13:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.41` to `7.0.42`" - } - ] - } - }, - { - "version": "0.6.6", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.6.6", - "date": "Thu, 11 Apr 2019 07:14:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.40` to `7.0.41`" - } - ] - } - }, - { - "version": "0.6.5", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.6.5", - "date": "Tue, 09 Apr 2019 05:31:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.39` to `7.0.40`" - } - ] - } - }, - { - "version": "0.6.4", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.6.4", - "date": "Mon, 08 Apr 2019 19:12:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.38` to `7.0.39`" - } - ] - } - }, - { - "version": "0.6.3", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.6.3", - "date": "Sat, 06 Apr 2019 02:05:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.37` to `7.0.38`" - } - ] - } - }, - { - "version": "0.6.2", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.6.2", - "date": "Fri, 05 Apr 2019 04:16:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.36` to `7.0.37`" - } - ] - } - }, - { - "version": "0.6.1", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.6.1", - "date": "Wed, 03 Apr 2019 02:58:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.35` to `7.0.36`" - } - ] - } - }, - { - "version": "0.6.0", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.6.0", - "date": "Tue, 02 Apr 2019 01:12:02 GMT", - "comments": { - "minor": [ - { - "comment": "Enable declaration maps in the default TSConfigs." - } - ] - } - }, - { - "version": "0.5.20", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.5.20", - "date": "Sat, 30 Mar 2019 22:27:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.34` to `7.0.35`" - } - ] - } - }, - { - "version": "0.5.19", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.5.19", - "date": "Thu, 28 Mar 2019 19:14:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.33` to `7.0.34`" - } - ] - } - }, - { - "version": "0.5.18", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.5.18", - "date": "Tue, 26 Mar 2019 20:54:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.32` to `7.0.33`" - } - ] - } - }, - { - "version": "0.5.17", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.5.17", - "date": "Sat, 23 Mar 2019 03:48:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.31` to `7.0.32`" - } - ] - } - }, - { - "version": "0.5.16", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.5.16", - "date": "Thu, 21 Mar 2019 04:59:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.30` to `7.0.31`" - } - ] - } - }, - { - "version": "0.5.15", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.5.15", - "date": "Thu, 21 Mar 2019 01:15:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.29` to `7.0.30`" - } - ] - } - }, - { - "version": "0.5.14", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.5.14", - "date": "Wed, 20 Mar 2019 19:14:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.28` to `7.0.29`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.12.1` to `3.13.0`" - } - ] - } - }, - { - "version": "0.5.13", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.5.13", - "date": "Mon, 18 Mar 2019 04:28:43 GMT", - "comments": { - "patch": [ - { - "comment": "Export StandardBuildFolders to eliminate the ae-forgotten-export warning" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.27` to `7.0.28`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.12.0` to `3.12.1`" - } - ] - } - }, - { - "version": "0.5.12", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.5.12", - "date": "Fri, 15 Mar 2019 19:13:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.26` to `7.0.27`" - } - ] - } - }, - { - "version": "0.5.11", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.5.11", - "date": "Wed, 13 Mar 2019 19:13:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.25` to `7.0.26`" - } - ] - } - }, - { - "version": "0.5.10", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.5.10", - "date": "Wed, 13 Mar 2019 01:14:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.24` to `7.0.25`" - } - ] - } - }, - { - "version": "0.5.9", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.5.9", - "date": "Mon, 11 Mar 2019 16:13:36 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.23` to `7.0.24`" - } - ] - } - }, - { - "version": "0.5.8", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.5.8", - "date": "Tue, 05 Mar 2019 17:13:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.22` to `7.0.23`" - } - ] - } - }, - { - "version": "0.5.7", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.5.7", - "date": "Mon, 04 Mar 2019 17:13:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.21` to `7.0.22`" - } - ] - } - }, - { - "version": "0.5.6", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.5.6", - "date": "Wed, 27 Feb 2019 22:13:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.20` to `7.0.21`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.11.1` to `3.12.0`" - } - ] - } - }, - { - "version": "0.5.5", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.5.5", - "date": "Wed, 27 Feb 2019 17:13:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.19` to `7.0.20`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.11.0` to `3.11.1`" - } - ] - } - }, - { - "version": "0.5.4", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.5.4", - "date": "Mon, 18 Feb 2019 17:13:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.18` to `7.0.19`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.10.0` to `3.11.0`" - } - ] - } - }, - { - "version": "0.5.3", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.5.3", - "date": "Tue, 12 Feb 2019 17:13:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.17` to `7.0.18`" - } - ] - } - }, - { - "version": "0.5.2", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.5.2", - "date": "Mon, 11 Feb 2019 10:32:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.16` to `7.0.17`" - } - ] - } - }, - { - "version": "0.5.1", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.5.1", - "date": "Mon, 11 Feb 2019 03:31:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.9.0` to `3.10.0`" - } - ] - } - }, - { - "version": "0.5.0", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.5.0", - "date": "Wed, 30 Jan 2019 20:49:11 GMT", - "comments": { - "minor": [ - { - "comment": "Add ToolPackages API for raw access to tools packages." - } - ] - } - }, - { - "version": "0.4.0", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.4.0", - "date": "Sat, 19 Jan 2019 03:47:47 GMT", - "comments": { - "minor": [ - { - "comment": "Expose api extractor API." - }, - { - "comment": "Upgrade to use API Extractor 7 beta" - } - ] - } - }, - { - "version": "0.3.4", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.3.4", - "date": "Thu, 10 Jan 2019 01:57:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.8.3` to `3.9.0`" - } - ] - } - }, - { - "version": "0.3.3", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.3.3", - "date": "Wed, 19 Dec 2018 05:57:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.8.2` to `3.8.3`" - } - ] - } - }, - { - "version": "0.3.2", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.3.2", - "date": "Thu, 13 Dec 2018 02:58:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.8.1` to `3.8.2`" - } - ] - } - }, - { - "version": "0.3.1", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.3.1", - "date": "Wed, 12 Dec 2018 17:04:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.8.0` to `3.8.1`" - } - ] - } - }, - { - "version": "0.3.0", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.3.0", - "date": "Sat, 08 Dec 2018 06:35:36 GMT", - "comments": { - "minor": [ - { - "comment": "Enable no-floating-promises TSLint rule." - } - ] - } - }, - { - "version": "0.2.1", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.2.1", - "date": "Fri, 07 Dec 2018 17:04:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.7.1` to `3.8.0`" - } - ] - } - }, - { - "version": "0.2.0", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.2.0", - "date": "Fri, 30 Nov 2018 23:34:57 GMT", - "comments": { - "minor": [ - { - "comment": "Allow custom arguments to be passed to the tsc command." - } - ] - } - }, - { - "version": "0.1.1", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.1.1", - "date": "Thu, 29 Nov 2018 07:02:09 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.7.0` to `3.7.1`" - } - ] - } - }, - { - "version": "0.1.0", - "tag": "@microsoft/rush-stack-compiler-2.7_v0.1.0", - "date": "Thu, 29 Nov 2018 00:35:39 GMT", - "comments": { - "minor": [ - { - "comment": "Initial package creation." - } - ] - } - } - ] -} diff --git a/stack/rush-stack-compiler-2.7/CHANGELOG.md b/stack/rush-stack-compiler-2.7/CHANGELOG.md deleted file mode 100644 index a8015671104..00000000000 --- a/stack/rush-stack-compiler-2.7/CHANGELOG.md +++ /dev/null @@ -1,876 +0,0 @@ -# Change Log - @microsoft/rush-stack-compiler-2.7 - -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. - -## 0.13.47 -Wed, 19 May 2021 00:11:39 GMT - -_Version update only_ - -## 0.13.46 -Mon, 03 May 2021 15:10:29 GMT - -_Version update only_ - -## 0.13.45 -Thu, 29 Apr 2021 23:26:50 GMT - -_Version update only_ - -## 0.13.44 -Tue, 20 Apr 2021 04:59:51 GMT - -_Version update only_ - -## 0.13.43 -Mon, 12 Apr 2021 15:10:28 GMT - -_Version update only_ - -## 0.13.42 -Thu, 08 Apr 2021 06:05:32 GMT - -_Version update only_ - -## 0.13.41 -Tue, 06 Apr 2021 15:14:22 GMT - -_Version update only_ - -## 0.13.40 -Thu, 04 Mar 2021 01:11:31 GMT - -_Version update only_ - -## 0.13.39 -Fri, 05 Feb 2021 16:10:42 GMT - -_Version update only_ - -## 0.13.38 -Wed, 13 Jan 2021 01:11:06 GMT - -_Version update only_ - -## 0.13.37 -Thu, 10 Dec 2020 23:25:50 GMT - -_Version update only_ - -## 0.13.36 -Sat, 05 Dec 2020 01:11:23 GMT - -### Patches - -- Ensure rootDir is consistently specified. - -## 0.13.35 -Wed, 18 Nov 2020 08:19:54 GMT - -_Version update only_ - -## 0.13.34 -Wed, 18 Nov 2020 06:21:57 GMT - -_Version update only_ - -## 0.13.33 -Wed, 11 Nov 2020 01:08:58 GMT - -_Version update only_ - -## 0.13.32 -Tue, 10 Nov 2020 23:13:12 GMT - -_Version update only_ - -## 0.13.31 -Fri, 30 Oct 2020 06:38:39 GMT - -_Version update only_ - -## 0.13.30 -Fri, 30 Oct 2020 00:10:14 GMT - -_Version update only_ - -## 0.13.29 -Thu, 29 Oct 2020 06:14:19 GMT - -_Version update only_ - -## 0.13.28 -Wed, 28 Oct 2020 01:18:03 GMT - -_Version update only_ - -## 0.13.27 -Tue, 27 Oct 2020 15:10:14 GMT - -_Version update only_ - -## 0.13.26 -Tue, 06 Oct 2020 00:24:06 GMT - -_Version update only_ - -## 0.13.25 -Mon, 05 Oct 2020 22:36:57 GMT - -_Version update only_ - -## 0.13.24 -Mon, 05 Oct 2020 15:10:43 GMT - -_Version update only_ - -## 0.13.23 -Wed, 30 Sep 2020 18:39:17 GMT - -_Version update only_ - -## 0.13.22 -Wed, 30 Sep 2020 06:53:53 GMT - -_Version update only_ - -## 0.13.21 -Tue, 22 Sep 2020 05:45:57 GMT - -_Version update only_ - -## 0.13.20 -Tue, 22 Sep 2020 01:45:31 GMT - -_Version update only_ - -## 0.13.19 -Tue, 22 Sep 2020 00:08:53 GMT - -_Version update only_ - -## 0.13.18 -Sat, 19 Sep 2020 04:37:27 GMT - -_Version update only_ - -## 0.13.17 -Sat, 19 Sep 2020 03:33:07 GMT - -_Version update only_ - -## 0.13.16 -Fri, 18 Sep 2020 22:57:24 GMT - -_Version update only_ - -## 0.13.15 -Fri, 18 Sep 2020 21:49:54 GMT - -_Version update only_ - -## 0.13.14 -Sun, 13 Sep 2020 01:53:20 GMT - -_Version update only_ - -## 0.13.13 -Fri, 11 Sep 2020 02:13:35 GMT - -_Version update only_ - -## 0.13.12 -Mon, 07 Sep 2020 07:37:37 GMT - -_Version update only_ - -## 0.13.11 -Sat, 05 Sep 2020 18:56:35 GMT - -_Version update only_ - -## 0.13.10 -Thu, 27 Aug 2020 11:27:06 GMT - -_Version update only_ - -## 0.13.9 -Mon, 24 Aug 2020 07:35:20 GMT - -_Version update only_ - -## 0.13.8 -Sat, 22 Aug 2020 05:55:43 GMT - -_Version update only_ - -## 0.13.7 -Fri, 21 Aug 2020 01:21:18 GMT - -_Version update only_ - -## 0.13.6 -Thu, 20 Aug 2020 15:13:53 GMT - -_Version update only_ - -## 0.13.5 -Tue, 18 Aug 2020 23:59:42 GMT - -_Version update only_ - -## 0.13.4 -Mon, 17 Aug 2020 04:53:23 GMT - -_Version update only_ - -## 0.13.3 -Wed, 12 Aug 2020 00:10:05 GMT - -### Patches - -- Updated project to build with Heft - -## 0.13.2 -Wed, 05 Aug 2020 18:27:32 GMT - -_Version update only_ - -## 0.13.1 -Fri, 03 Jul 2020 15:09:04 GMT - -_Version update only_ - -## 0.13.0 -Fri, 03 Jul 2020 05:46:41 GMT - -### Minor changes - -- Disable the "--typescript-compiler-folder" setting for API Extractor, since it was causing errors with the latest TypeScript engine - -## 0.12.2 -Thu, 25 Jun 2020 06:43:35 GMT - -_Version update only_ - -## 0.12.1 -Wed, 24 Jun 2020 09:50:48 GMT - -_Version update only_ - -## 0.12.0 -Wed, 24 Jun 2020 09:04:28 GMT - -### Minor changes - -- Upgrade to ESLint 7 - -## 0.11.1 -Mon, 15 Jun 2020 22:17:18 GMT - -_Version update only_ - -## 0.11.0 -Fri, 12 Jun 2020 09:19:21 GMT - -### Minor changes - -- Expose the @microsoft/api-extractor package's path - -## 0.10.3 -Wed, 10 Jun 2020 20:48:30 GMT - -_Version update only_ - -## 0.10.2 -Mon, 01 Jun 2020 08:34:17 GMT - -_Version update only_ - -## 0.10.1 -Sat, 30 May 2020 02:59:54 GMT - -_Version update only_ - -## 0.10.0 -Thu, 28 May 2020 05:59:02 GMT - -### Minor changes - -- Change the way the typescript, tslint, and api-extractor packages are exported. -- Update TSLint to 5.20.1 -- Update tsconfig-node.json to target es2017 (supported by Node 8); this enables native async/await, and will show complete callstacks when using Node 12 - -## 0.9.17 -Wed, 27 May 2020 05:15:11 GMT - -_Version update only_ - -## 0.9.16 -Tue, 26 May 2020 23:00:25 GMT - -_Version update only_ - -## 0.9.15 -Fri, 22 May 2020 15:08:43 GMT - -_Version update only_ - -## 0.9.14 -Thu, 21 May 2020 23:09:44 GMT - -_Version update only_ - -## 0.9.13 -Thu, 21 May 2020 15:42:00 GMT - -_Version update only_ - -## 0.9.12 -Tue, 19 May 2020 15:08:20 GMT - -_Version update only_ - -## 0.9.11 -Fri, 15 May 2020 08:10:59 GMT - -_Version update only_ - -## 0.9.10 -Wed, 06 May 2020 08:23:45 GMT - -_Version update only_ - -## 0.9.9 -Wed, 08 Apr 2020 04:07:33 GMT - -_Version update only_ - -## 0.9.8 -Fri, 03 Apr 2020 15:10:15 GMT - -### Patches - -- Update tslint-microsoft-contrib to ~6.2.0 - -## 0.9.7 -Sun, 29 Mar 2020 00:04:12 GMT - -_Version update only_ - -## 0.9.6 -Sat, 28 Mar 2020 00:37:16 GMT - -_Version update only_ - -## 0.9.5 -Wed, 18 Mar 2020 15:07:47 GMT - -### Patches - -- Upgrade cyclic dependencies - -## 0.9.4 -Tue, 17 Mar 2020 23:55:58 GMT - -### Patches - -- Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack` - -## 0.9.3 -Tue, 28 Jan 2020 02:23:44 GMT - -_Version update only_ - -## 0.9.2 -Thu, 23 Jan 2020 01:07:56 GMT - -_Version update only_ - -## 0.9.1 -Tue, 21 Jan 2020 21:56:14 GMT - -_Version update only_ - -## 0.9.0 -Sun, 19 Jan 2020 02:26:52 GMT - -### Minor changes - -- Upgrade Node typings to Node 10 - -## 0.8.14 -Fri, 17 Jan 2020 01:08:23 GMT - -_Version update only_ - -## 0.8.13 -Tue, 14 Jan 2020 01:34:16 GMT - -_Version update only_ - -## 0.8.12 -Thu, 09 Jan 2020 06:44:13 GMT - -_Version update only_ - -## 0.8.11 -Wed, 08 Jan 2020 00:11:31 GMT - -_Version update only_ - -## 0.8.10 -Tue, 03 Dec 2019 03:17:44 GMT - -_Version update only_ - -## 0.8.9 -Sun, 24 Nov 2019 00:54:04 GMT - -_Version update only_ - -## 0.8.8 -Wed, 20 Nov 2019 06:14:28 GMT - -_Version update only_ - -## 0.8.7 -Fri, 15 Nov 2019 04:50:50 GMT - -_Version update only_ - -## 0.8.6 -Mon, 11 Nov 2019 16:07:56 GMT - -_Version update only_ - -## 0.8.5 -Wed, 06 Nov 2019 22:44:18 GMT - -_Version update only_ - -## 0.8.4 -Tue, 05 Nov 2019 06:49:29 GMT - -_Version update only_ - -## 0.8.3 -Tue, 05 Nov 2019 01:08:39 GMT - -_Version update only_ - -## 0.8.2 -Fri, 25 Oct 2019 15:08:54 GMT - -### Patches - -- Fix an issue where ESLint output would fail to parse when a large project is built on a Mac. - -## 0.8.1 -Tue, 22 Oct 2019 06:24:44 GMT - -_Version update only_ - -## 0.8.0 -Mon, 21 Oct 2019 05:22:43 GMT - -### Minor changes - -- Add support for ESLint+TypeScript - -## 0.7.6 -Fri, 18 Oct 2019 15:15:01 GMT - -_Version update only_ - -## 0.7.5 -Sun, 06 Oct 2019 00:27:40 GMT - -_Version update only_ - -## 0.7.4 -Fri, 04 Oct 2019 00:15:22 GMT - -_Version update only_ - -## 0.7.3 -Sun, 29 Sep 2019 23:56:29 GMT - -### Patches - -- Update repository URL - -## 0.7.2 -Wed, 25 Sep 2019 15:15:31 GMT - -_Version update only_ - -## 0.7.1 -Tue, 24 Sep 2019 02:58:49 GMT - -_Version update only_ - -## 0.7.0 -Mon, 23 Sep 2019 15:14:55 GMT - -### Minor changes - -- Upgrade @types/node dependency - -## 0.6.36 -Fri, 20 Sep 2019 21:27:22 GMT - -### Patches - -- Fix an issue where api-extractor warnings weren't being reported. - -## 0.6.35 -Wed, 11 Sep 2019 19:56:23 GMT - -_Version update only_ - -## 0.6.34 -Tue, 10 Sep 2019 22:32:23 GMT - -_Version update only_ - -## 0.6.33 -Tue, 10 Sep 2019 20:38:33 GMT - -_Version update only_ - -## 0.6.32 -Wed, 04 Sep 2019 18:28:06 GMT - -_Version update only_ - -## 0.6.31 -Wed, 04 Sep 2019 15:15:37 GMT - -_Version update only_ - -## 0.6.30 -Fri, 30 Aug 2019 00:14:32 GMT - -_Version update only_ - -## 0.6.29 -Mon, 12 Aug 2019 15:15:14 GMT - -_Version update only_ - -## 0.6.28 -Thu, 08 Aug 2019 15:14:17 GMT - -_Version update only_ - -## 0.6.27 -Thu, 08 Aug 2019 00:49:06 GMT - -_Version update only_ - -## 0.6.26 -Mon, 05 Aug 2019 22:04:32 GMT - -_Version update only_ - -## 0.6.25 -Tue, 23 Jul 2019 01:13:01 GMT - -_Version update only_ - -## 0.6.24 -Mon, 22 Jul 2019 19:13:10 GMT - -_Version update only_ - -## 0.6.23 -Fri, 12 Jul 2019 19:12:46 GMT - -_Version update only_ - -## 0.6.22 -Thu, 11 Jul 2019 19:13:08 GMT - -_Version update only_ - -## 0.6.21 -Tue, 09 Jul 2019 19:13:24 GMT - -_Version update only_ - -## 0.6.20 -Mon, 08 Jul 2019 19:12:19 GMT - -_Version update only_ - -## 0.6.19 -Sat, 29 Jun 2019 02:30:10 GMT - -_Version update only_ - -## 0.6.18 -Wed, 12 Jun 2019 19:12:33 GMT - -_Version update only_ - -## 0.6.17 -Tue, 11 Jun 2019 00:48:06 GMT - -_Version update only_ - -## 0.6.16 -Wed, 05 Jun 2019 19:12:34 GMT - -_Version update only_ - -## 0.6.15 -Tue, 04 Jun 2019 05:51:54 GMT - -_Version update only_ - -## 0.6.14 -Mon, 27 May 2019 04:13:44 GMT - -_Version update only_ - -## 0.6.13 -Mon, 13 May 2019 02:08:35 GMT - -_Version update only_ - -## 0.6.12 -Mon, 06 May 2019 20:46:22 GMT - -_Version update only_ - -## 0.6.11 -Mon, 06 May 2019 19:34:54 GMT - -_Version update only_ - -## 0.6.10 -Mon, 06 May 2019 19:11:16 GMT - -_Version update only_ - -## 0.6.9 -Tue, 30 Apr 2019 23:08:02 GMT - -_Version update only_ - -## 0.6.8 -Tue, 16 Apr 2019 11:01:37 GMT - -_Version update only_ - -## 0.6.7 -Fri, 12 Apr 2019 06:13:16 GMT - -_Version update only_ - -## 0.6.6 -Thu, 11 Apr 2019 07:14:01 GMT - -_Version update only_ - -## 0.6.5 -Tue, 09 Apr 2019 05:31:01 GMT - -_Version update only_ - -## 0.6.4 -Mon, 08 Apr 2019 19:12:52 GMT - -_Version update only_ - -## 0.6.3 -Sat, 06 Apr 2019 02:05:51 GMT - -_Version update only_ - -## 0.6.2 -Fri, 05 Apr 2019 04:16:17 GMT - -_Version update only_ - -## 0.6.1 -Wed, 03 Apr 2019 02:58:33 GMT - -_Version update only_ - -## 0.6.0 -Tue, 02 Apr 2019 01:12:02 GMT - -### Minor changes - -- Enable declaration maps in the default TSConfigs. - -## 0.5.20 -Sat, 30 Mar 2019 22:27:16 GMT - -_Version update only_ - -## 0.5.19 -Thu, 28 Mar 2019 19:14:27 GMT - -_Version update only_ - -## 0.5.18 -Tue, 26 Mar 2019 20:54:18 GMT - -_Version update only_ - -## 0.5.17 -Sat, 23 Mar 2019 03:48:31 GMT - -_Version update only_ - -## 0.5.16 -Thu, 21 Mar 2019 04:59:11 GMT - -_Version update only_ - -## 0.5.15 -Thu, 21 Mar 2019 01:15:33 GMT - -_Version update only_ - -## 0.5.14 -Wed, 20 Mar 2019 19:14:49 GMT - -_Version update only_ - -## 0.5.13 -Mon, 18 Mar 2019 04:28:43 GMT - -### Patches - -- Export StandardBuildFolders to eliminate the ae-forgotten-export warning - -## 0.5.12 -Fri, 15 Mar 2019 19:13:25 GMT - -_Version update only_ - -## 0.5.11 -Wed, 13 Mar 2019 19:13:14 GMT - -_Version update only_ - -## 0.5.10 -Wed, 13 Mar 2019 01:14:05 GMT - -_Version update only_ - -## 0.5.9 -Mon, 11 Mar 2019 16:13:36 GMT - -_Version update only_ - -## 0.5.8 -Tue, 05 Mar 2019 17:13:11 GMT - -_Version update only_ - -## 0.5.7 -Mon, 04 Mar 2019 17:13:20 GMT - -_Version update only_ - -## 0.5.6 -Wed, 27 Feb 2019 22:13:58 GMT - -_Version update only_ - -## 0.5.5 -Wed, 27 Feb 2019 17:13:17 GMT - -_Version update only_ - -## 0.5.4 -Mon, 18 Feb 2019 17:13:23 GMT - -_Version update only_ - -## 0.5.3 -Tue, 12 Feb 2019 17:13:12 GMT - -_Version update only_ - -## 0.5.2 -Mon, 11 Feb 2019 10:32:37 GMT - -_Version update only_ - -## 0.5.1 -Mon, 11 Feb 2019 03:31:55 GMT - -_Version update only_ - -## 0.5.0 -Wed, 30 Jan 2019 20:49:11 GMT - -### Minor changes - -- Add ToolPackages API for raw access to tools packages. - -## 0.4.0 -Sat, 19 Jan 2019 03:47:47 GMT - -### Minor changes - -- Expose api extractor API. -- Upgrade to use API Extractor 7 beta - -## 0.3.4 -Thu, 10 Jan 2019 01:57:53 GMT - -_Version update only_ - -## 0.3.3 -Wed, 19 Dec 2018 05:57:33 GMT - -_Version update only_ - -## 0.3.2 -Thu, 13 Dec 2018 02:58:11 GMT - -_Version update only_ - -## 0.3.1 -Wed, 12 Dec 2018 17:04:19 GMT - -_Version update only_ - -## 0.3.0 -Sat, 08 Dec 2018 06:35:36 GMT - -### Minor changes - -- Enable no-floating-promises TSLint rule. - -## 0.2.1 -Fri, 07 Dec 2018 17:04:56 GMT - -_Version update only_ - -## 0.2.0 -Fri, 30 Nov 2018 23:34:57 GMT - -### Minor changes - -- Allow custom arguments to be passed to the tsc command. - -## 0.1.1 -Thu, 29 Nov 2018 07:02:09 GMT - -_Version update only_ - -## 0.1.0 -Thu, 29 Nov 2018 00:35:39 GMT - -### Minor changes - -- Initial package creation. - diff --git a/stack/rush-stack-compiler-2.7/LICENSE b/stack/rush-stack-compiler-2.7/LICENSE deleted file mode 100644 index 7c29b93ce0f..00000000000 --- a/stack/rush-stack-compiler-2.7/LICENSE +++ /dev/null @@ -1,24 +0,0 @@ -@microsoft/rush-stack - -Copyright (c) Microsoft Corporation. All rights reserved. - -MIT License - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/stack/rush-stack-compiler-2.7/README.md b/stack/rush-stack-compiler-2.7/README.md deleted file mode 100644 index e6e78a83b31..00000000000 --- a/stack/rush-stack-compiler-2.7/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# @microsoft/rush-stack-compiler-2.7 - -This package is an NPM peer dependency that is used with -[@microsoft/rush-stack](https://www.npmjs.com/package/@microsoft/rush-stack) -to select a TypeScript compiler version. This variant selects TypeScript 2.7 - -It provides a supported set of versions for the following components: - -- the TypeScript compiler -- [tslint](https://github.com/palantir/tslint#readme) -- [API Extractor](https://api-extractor.com/) diff --git a/stack/rush-stack-compiler-2.7/bin/rush-api-extractor b/stack/rush-stack-compiler-2.7/bin/rush-api-extractor deleted file mode 100755 index 5c9bcde4214..00000000000 --- a/stack/rush-stack-compiler-2.7/bin/rush-api-extractor +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require("@microsoft/api-extractor/bin/api-extractor"); diff --git a/stack/rush-stack-compiler-2.7/bin/rush-eslint b/stack/rush-stack-compiler-2.7/bin/rush-eslint deleted file mode 100755 index 7c2ffc1b1c3..00000000000 --- a/stack/rush-stack-compiler-2.7/bin/rush-eslint +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require("eslint/bin/eslint"); diff --git a/stack/rush-stack-compiler-2.7/bin/rush-tsc b/stack/rush-stack-compiler-2.7/bin/rush-tsc deleted file mode 100755 index 978b97599d7..00000000000 --- a/stack/rush-stack-compiler-2.7/bin/rush-tsc +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require('typescript/bin/tsc'); diff --git a/stack/rush-stack-compiler-2.7/bin/rush-tslint b/stack/rush-stack-compiler-2.7/bin/rush-tslint deleted file mode 100755 index b76ee5d8dab..00000000000 --- a/stack/rush-stack-compiler-2.7/bin/rush-tslint +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require("tslint/bin/tslint"); diff --git a/stack/rush-stack-compiler-2.7/config/api-extractor.json b/stack/rush-stack-compiler-2.7/config/api-extractor.json deleted file mode 100644 index dcfa9cfc5b7..00000000000 --- a/stack/rush-stack-compiler-2.7/config/api-extractor.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", - - "mainEntryPointFilePath": "/lib/index.d.ts", - - "apiReport": { - "enabled": true, - "reportFolder": "../../../common/reviews/api" - }, - - "docModel": { - "enabled": true - }, - - "dtsRollup": { - "enabled": false - } -} diff --git a/stack/rush-stack-compiler-2.7/config/heft.json b/stack/rush-stack-compiler-2.7/config/heft.json deleted file mode 100644 index fa38fa303a4..00000000000 --- a/stack/rush-stack-compiler-2.7/config/heft.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/heft/heft.schema.json", - - "extends": "@rushstack/heft-node-rig/profiles/default/config/heft.json", - - "eventActions": [ - { - "actionKind": "deleteGlobs", - "heftEvent": "clean", - "actionId": "deleteSrc", - "globsToDelete": ["src"] - }, - - { - "actionKind": "copyFiles", - "heftEvent": "pre-compile", - "actionId": "copySrc", - "copyOperations": [ - { - "sourceFolder": "node_modules/@microsoft/rush-stack-compiler-shared/src", - "destinationFolders": ["src"], - "includeGlobs": ["*.ts", "*.js"] - }, - { - "sourceFolder": "node_modules/@microsoft/rush-stack-compiler-shared/src/pre-v4", - "destinationFolders": ["src"], - "includeGlobs": ["*.ts", "*.js"] - } - ] - } - ] -} diff --git a/stack/rush-stack-compiler-2.7/config/rig.json b/stack/rush-stack-compiler-2.7/config/rig.json deleted file mode 100644 index 6ac88a96368..00000000000 --- a/stack/rush-stack-compiler-2.7/config/rig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - // The "rig.json" file directs tools to look for their config files in an external package. - // Documentation for this system: https://www.npmjs.com/package/@rushstack/rig-package - "$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json", - - "rigPackageName": "@rushstack/heft-node-rig" -} diff --git a/stack/rush-stack-compiler-2.7/config/typescript.json b/stack/rush-stack-compiler-2.7/config/typescript.json deleted file mode 100644 index 6e09afa31ca..00000000000 --- a/stack/rush-stack-compiler-2.7/config/typescript.json +++ /dev/null @@ -1,12 +0,0 @@ -/** - * Configures the TypeScript plugin for Heft. This plugin also manages linting. - */ -{ - "$schema": "https://developer.microsoft.com/json-schemas/heft/typescript.schema.json", - - "extends": "@rushstack/heft-node-rig/profiles/default/config/typescript.json", - - "staticAssetsToCopy": { - "fileExtensions": [".d.ts", ".js"] - } -} diff --git a/stack/rush-stack-compiler-2.7/includes/tsconfig-base.json b/stack/rush-stack-compiler-2.7/includes/tsconfig-base.json deleted file mode 100644 index b0eddd80e43..00000000000 --- a/stack/rush-stack-compiler-2.7/includes/tsconfig-base.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "compilerOptions": { - "outDir": "../../../../lib", - "rootDir": "../../../../src", - - "forceConsistentCasingInFileNames": true, - "jsx": "react", - "declaration": true, - "sourceMap": true, - "inlineSources": true, - "experimentalDecorators": true, - "strictNullChecks": true, - "noUnusedLocals": true, - "types": [] - }, - "include": ["../../../../src/**/*.ts", "../../../../src/**/*.tsx"], - "exclude": ["../../../../node_modules", "../../../../lib"] -} diff --git a/stack/rush-stack-compiler-2.7/includes/tsconfig-node.json b/stack/rush-stack-compiler-2.7/includes/tsconfig-node.json deleted file mode 100644 index 722f0b8f62a..00000000000 --- a/stack/rush-stack-compiler-2.7/includes/tsconfig-node.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "extends": "./tsconfig-base.json", - "compilerOptions": { - "module": "commonjs", - "target": "es2017", - "lib": ["es2017"] - } -} diff --git a/stack/rush-stack-compiler-2.7/includes/tsconfig-web.json b/stack/rush-stack-compiler-2.7/includes/tsconfig-web.json deleted file mode 100644 index 5dd9e12e4aa..00000000000 --- a/stack/rush-stack-compiler-2.7/includes/tsconfig-web.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "extends": "./tsconfig-base.json", - "compilerOptions": { - "module": "esnext", - "moduleResolution": "node", - "target": "es5", - "lib": ["es5", "scripthost", "es2015.collection", "es2015.promise", "es2015.iterable", "dom"] - } -} diff --git a/stack/rush-stack-compiler-2.7/includes/tslint.json b/stack/rush-stack-compiler-2.7/includes/tslint.json deleted file mode 100644 index f55613b66cc..00000000000 --- a/stack/rush-stack-compiler-2.7/includes/tslint.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tslint", - - "rulesDirectory": ["tslint-microsoft-contrib"], - "rules": { - "class-name": true, - "comment-format": [true, "check-space"], - "curly": true, - "eofline": false, - "export-name": true, - "forin": true, - "indent": [true, "spaces", 2], - "interface-name": true, - "label-position": true, - "max-line-length": [true, 120], - "member-access": true, - "member-ordering": [ - true, - { - "order": [ - "public-static-field", - "protected-static-field", - "private-static-field", - "public-instance-field", - "protected-instance-field", - "private-instance-field", - "public-static-method", - "protected-static-method", - "private-static-method", - "public-constructor", - "public-instance-method", - "protected-constructor", - "protected-instance-method", - "private-constructor", - "private-instance-method" - ] - } - ], - "missing-optional-annotation": true, - "no-arg": true, - "no-any": true, - "no-bitwise": true, - "no-consecutive-blank-lines": true, - "no-console": [true, "debug", "info", "time", "timeEnd", "trace"], - "no-constant-condition": true, - "no-construct": true, - "no-debugger": true, - "no-duplicate-switch-case": true, - "no-duplicate-parameter-names": true, - "no-duplicate-variable": true, - "no-empty": true, - "no-eval": true, - "no-floating-promises": true, - "no-function-expression": true, - "no-inferrable-types": false, - "no-internal-module": true, - "no-null-keyword": true, - "no-shadowed-variable": true, - "no-string-literal": true, - "no-switch-case-fall-through": true, - "no-trailing-whitespace": true, - "no-unnecessary-semicolons": true, - "no-unused-expression": true, - "no-with-statement": true, - "no-var-keyword": true, - "object-literal-sort-keys": false, - "one-line": [true, "check-open-brace", "check-catch", "check-else", "check-whitespace"], - "quotemark": [true, "single", "avoid-escape"], - "prefer-const": true, - "radix": true, - "semicolon": true, - "trailing-comma": [ - true, - { - "multiline": "never", - "singleline": "never" - } - ], - "triple-equals": [true, "allow-null-check"], - "typedef": [ - true, - "call-signature", - "parameter", - "property-declaration", - "variable-declaration", - "member-variable-declaration" - ], - "typedef-whitespace": [ - true, - { - "call-signature": "nospace", - "index-signature": "nospace", - "parameter": "nospace", - "property-declaration": "nospace", - "variable-declaration": "nospace" - } - ], - "use-isnan": true, - "use-named-parameter": true, - "variable-name": [true, "check-format", "allow-leading-underscore", "ban-keywords"], - "whitespace": [true, "check-branch", "check-decl", "check-operator", "check-separator", "check-type"] - } -} diff --git a/stack/rush-stack-compiler-2.7/package.json b/stack/rush-stack-compiler-2.7/package.json deleted file mode 100644 index 3ef848ef66b..00000000000 --- a/stack/rush-stack-compiler-2.7/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "@microsoft/rush-stack-compiler-2.7", - "version": "0.13.47", - "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 2.7.", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/microsoft/rushstack/tree/master/stack/rush-stack-compiler-2.7" - }, - "bin": { - "rush-api-extractor": "./bin/rush-api-extractor", - "rush-eslint": "./bin/rush-eslint", - "rush-tsc": "./bin/rush-tsc", - "rush-tslint": "./bin/rush-tslint" - }, - "scripts": { - "build": "heft build --clean" - }, - "main": "lib/index.js", - "typings": "lib/index.d.ts", - "dependencies": { - "@microsoft/api-extractor": "workspace:*", - "@rushstack/eslint-config": "workspace:*", - "@rushstack/node-core-library": "workspace:*", - "@types/node": "10.17.13", - "eslint": "~7.12.1", - "import-lazy": "~4.0.0", - "tslint": "~5.20.1", - "tslint-microsoft-contrib": "~6.2.0", - "typescript": "~2.7.2" - }, - "devDependencies": { - "@microsoft/rush-stack-compiler-3.9": "workspace:*", - "@microsoft/rush-stack-compiler-shared": "workspace:*", - "@rushstack/eslint-config": "workspace:*", - "@rushstack/heft": "0.28.0", - "@rushstack/heft-node-rig": "1.0.8" - } -} diff --git a/stack/rush-stack-compiler-2.7/tsconfig.json b/stack/rush-stack-compiler-2.7/tsconfig.json deleted file mode 100644 index 6bef73c4b86..00000000000 --- a/stack/rush-stack-compiler-2.7/tsconfig.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.9/includes/tsconfig-node.json", - - "compilerOptions": { - "rootDir": "src", - "outDir": "lib" - } -} diff --git a/stack/rush-stack-compiler-2.8/.eslintrc.js b/stack/rush-stack-compiler-2.8/.eslintrc.js deleted file mode 100644 index 4c934799d67..00000000000 --- a/stack/rush-stack-compiler-2.8/.eslintrc.js +++ /dev/null @@ -1,10 +0,0 @@ -// This is a workaround for https://github.com/eslint/eslint/issues/3458 -require('@rushstack/eslint-config/patch/modern-module-resolution'); - -module.exports = { - extends: [ - '@rushstack/eslint-config/profile/node-trusted-tool', - '@rushstack/eslint-config/mixins/friendly-locals' - ], - parserOptions: { tsconfigRootDir: __dirname } -}; diff --git a/stack/rush-stack-compiler-2.8/.gitignore b/stack/rush-stack-compiler-2.8/.gitignore deleted file mode 100644 index dbc8690803e..00000000000 --- a/stack/rush-stack-compiler-2.8/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/src \ No newline at end of file diff --git a/stack/rush-stack-compiler-2.8/.npmignore b/stack/rush-stack-compiler-2.8/.npmignore deleted file mode 100644 index ad6bcd960e8..00000000000 --- a/stack/rush-stack-compiler-2.8/.npmignore +++ /dev/null @@ -1,31 +0,0 @@ -# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. - -# Ignore all files by default, to avoid accidentally publishing unintended files. -* - -# Use negative patterns to bring back the specific things we want to publish. -!/bin/** -!/lib/** -!/lib-*/** -!/dist/** -!ThirdPartyNotice.txt - -# Ignore certain patterns that should not get published. -/dist/*.stats.* -/lib/**/test/ -/lib-*/**/test/ -*.test.js - -# NOTE: These don't need to be specified, because NPM includes them automatically. -# -# package.json -# README (and its variants) -# CHANGELOG (and its variants) -# LICENSE / LICENCE - -#-------------------------------------------- -# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE -#-------------------------------------------- - -# (Add your project-specific overrides here) -!/includes/** diff --git a/stack/rush-stack-compiler-2.8/CHANGELOG.json b/stack/rush-stack-compiler-2.8/CHANGELOG.json deleted file mode 100644 index 20c3794efb9..00000000000 --- a/stack/rush-stack-compiler-2.8/CHANGELOG.json +++ /dev/null @@ -1,2053 +0,0 @@ -{ - "name": "@microsoft/rush-stack-compiler-2.8", - "entries": [ - { - "version": "0.8.47", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.47", - "date": "Wed, 19 May 2021 00:11:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.38.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.47`" - } - ] - } - }, - { - "version": "0.8.46", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.46", - "date": "Mon, 03 May 2021 15:10:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.37.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.46`" - } - ] - } - }, - { - "version": "0.8.45", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.45", - "date": "Thu, 29 Apr 2021 23:26:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.45`" - } - ] - } - }, - { - "version": "0.8.44", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.44", - "date": "Tue, 20 Apr 2021 04:59:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.14.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.44`" - } - ] - } - }, - { - "version": "0.8.43", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.43", - "date": "Mon, 12 Apr 2021 15:10:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.43`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.4`" - } - ] - } - }, - { - "version": "0.8.42", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.42", - "date": "Thu, 08 Apr 2021 06:05:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.42`" - } - ] - } - }, - { - "version": "0.8.41", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.41", - "date": "Tue, 06 Apr 2021 15:14:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.41`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.3`" - } - ] - } - }, - { - "version": "0.8.40", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.40", - "date": "Thu, 04 Mar 2021 01:11:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.40`" - } - ] - } - }, - { - "version": "0.8.39", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.39", - "date": "Fri, 05 Feb 2021 16:10:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.39`" - } - ] - } - }, - { - "version": "0.8.38", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.38", - "date": "Wed, 13 Jan 2021 01:11:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.38`" - } - ] - } - }, - { - "version": "0.8.37", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.37", - "date": "Thu, 10 Dec 2020 23:25:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.12.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.37`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.2`" - } - ] - } - }, - { - "version": "0.8.36", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.36", - "date": "Sat, 05 Dec 2020 01:11:23 GMT", - "comments": { - "patch": [ - { - "comment": "Ensure rootDir is consistently specified." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.36`" - } - ] - } - }, - { - "version": "0.8.35", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.35", - "date": "Wed, 18 Nov 2020 08:19:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.12.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.35`" - } - ] - } - }, - { - "version": "0.8.34", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.34", - "date": "Wed, 18 Nov 2020 06:21:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.34`" - } - ] - } - }, - { - "version": "0.8.33", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.33", - "date": "Wed, 11 Nov 2020 01:08:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.33`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.1`" - } - ] - } - }, - { - "version": "0.8.32", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.32", - "date": "Tue, 10 Nov 2020 23:13:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.32`" - } - ] - } - }, - { - "version": "0.8.31", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.31", - "date": "Fri, 30 Oct 2020 06:38:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.0`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.31`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.0`" - } - ] - } - }, - { - "version": "0.8.30", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.30", - "date": "Fri, 30 Oct 2020 00:10:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.30`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.3`" - } - ] - } - }, - { - "version": "0.8.29", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.29", - "date": "Thu, 29 Oct 2020 06:14:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.29`" - } - ] - } - }, - { - "version": "0.8.28", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.28", - "date": "Wed, 28 Oct 2020 01:18:03 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.28`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.2`" - } - ] - } - }, - { - "version": "0.8.27", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.27", - "date": "Tue, 27 Oct 2020 15:10:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.27`" - } - ] - } - }, - { - "version": "0.8.26", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.26", - "date": "Tue, 06 Oct 2020 00:24:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.26`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.1`" - } - ] - } - }, - { - "version": "0.8.25", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.25", - "date": "Mon, 05 Oct 2020 22:36:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.0`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.25`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.0`" - } - ] - } - }, - { - "version": "0.8.24", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.24", - "date": "Mon, 05 Oct 2020 15:10:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.24`" - } - ] - } - }, - { - "version": "0.8.23", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.23", - "date": "Wed, 30 Sep 2020 18:39:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.23`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.3`" - } - ] - } - }, - { - "version": "0.8.22", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.22", - "date": "Wed, 30 Sep 2020 06:53:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.22`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.2`" - } - ] - } - }, - { - "version": "0.8.21", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.21", - "date": "Tue, 22 Sep 2020 05:45:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.22`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.21`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.1`" - } - ] - } - }, - { - "version": "0.8.20", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.20", - "date": "Tue, 22 Sep 2020 01:45:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.21`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.20`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.0`" - } - ] - } - }, - { - "version": "0.8.19", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.19", - "date": "Tue, 22 Sep 2020 00:08:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.20`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.19`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.0.0`" - } - ] - } - }, - { - "version": "0.8.18", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.18", - "date": "Sat, 19 Sep 2020 04:37:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.19`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.18`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.2`" - } - ] - } - }, - { - "version": "0.8.17", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.17", - "date": "Sat, 19 Sep 2020 03:33:07 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.18`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.17`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.1`" - } - ] - } - }, - { - "version": "0.8.16", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.16", - "date": "Fri, 18 Sep 2020 22:57:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.17`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.16`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.0`" - } - ] - } - }, - { - "version": "0.8.15", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.15", - "date": "Fri, 18 Sep 2020 21:49:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.16`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.15`" - } - ] - } - }, - { - "version": "0.8.14", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.14", - "date": "Sun, 13 Sep 2020 01:53:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.15`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.14`" - } - ] - } - }, - { - "version": "0.8.13", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.13", - "date": "Fri, 11 Sep 2020 02:13:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.14`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.32.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.13`" - } - ] - } - }, - { - "version": "0.8.12", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.12", - "date": "Mon, 07 Sep 2020 07:37:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.31.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.12`" - } - ] - } - }, - { - "version": "0.8.11", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.11", - "date": "Sat, 05 Sep 2020 18:56:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.12`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.11`" - } - ] - } - }, - { - "version": "0.8.10", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.10", - "date": "Thu, 27 Aug 2020 11:27:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.30.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.3.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.10`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.3.0`" - } - ] - } - }, - { - "version": "0.8.9", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.9", - "date": "Mon, 24 Aug 2020 07:35:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.10`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.29.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.9`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.1`" - } - ] - } - }, - { - "version": "0.8.8", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.8", - "date": "Sat, 22 Aug 2020 05:55:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.29.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.8`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.0`" - } - ] - } - }, - { - "version": "0.8.7", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.7", - "date": "Fri, 21 Aug 2020 01:21:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.8`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.7`" - } - ] - } - }, - { - "version": "0.8.6", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.6", - "date": "Thu, 20 Aug 2020 15:13:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.6`" - } - ] - } - }, - { - "version": "0.8.5", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.5", - "date": "Tue, 18 Aug 2020 23:59:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.6`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.28.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.5`" - } - ] - } - }, - { - "version": "0.8.4", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.4", - "date": "Mon, 17 Aug 2020 04:53:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.27.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.1.0`" - } - ] - } - }, - { - "version": "0.8.3", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.3", - "date": "Wed, 12 Aug 2020 00:10:05 GMT", - "comments": { - "patch": [ - { - "comment": "Updated project to build with Heft" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.26.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.0.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.0.4`" - } - ] - } - }, - { - "version": "0.8.2", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.2", - "date": "Wed, 05 Aug 2020 18:27:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.26.1`" - } - ] - } - }, - { - "version": "0.8.1", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.1", - "date": "Fri, 03 Jul 2020 15:09:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.9.0` to `7.9.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.4` to `3.25.0`" - } - ] - } - }, - { - "version": "0.8.0", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.8.0", - "date": "Fri, 03 Jul 2020 05:46:41 GMT", - "comments": { - "minor": [ - { - "comment": "Disable the \"--typescript-compiler-folder\" setting for API Extractor, since it was causing errors with the latest TypeScript engine" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.15` to `7.9.0`" - } - ] - } - }, - { - "version": "0.7.2", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.7.2", - "date": "Thu, 25 Jun 2020 06:43:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.14` to `7.8.15`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.3` to `3.24.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.1` to `1.0.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.1` to `1.0.2`" - } - ] - } - }, - { - "version": "0.7.1", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.7.1", - "date": "Wed, 24 Jun 2020 09:50:48 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.13` to `7.8.14`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.2` to `3.24.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.0` to `1.0.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.0` to `1.0.1`" - } - ] - } - }, - { - "version": "0.7.0", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.7.0", - "date": "Wed, 24 Jun 2020 09:04:28 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade to ESLint 7" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.12` to `7.8.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.1` to `3.24.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.8` to `1.0.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.8` to `1.0.0`" - } - ] - } - }, - { - "version": "0.6.1", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.6.1", - "date": "Mon, 15 Jun 2020 22:17:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.11` to `7.8.12`" - } - ] - } - }, - { - "version": "0.6.0", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.6.0", - "date": "Fri, 12 Jun 2020 09:19:21 GMT", - "comments": { - "minor": [ - { - "comment": "Expose the @microsoft/api-extractor package's path" - } - ] - } - }, - { - "version": "0.5.3", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.5.3", - "date": "Wed, 10 Jun 2020 20:48:30 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.10` to `7.8.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.0` to `3.24.1`" - } - ] - } - }, - { - "version": "0.5.2", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.5.2", - "date": "Mon, 01 Jun 2020 08:34:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.9` to `7.8.10`" - } - ] - } - }, - { - "version": "0.5.1", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.5.1", - "date": "Sat, 30 May 2020 02:59:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.8` to `7.8.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.23.1` to `3.24.0`" - } - ] - } - }, - { - "version": "0.5.0", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.5.0", - "date": "Thu, 28 May 2020 05:59:02 GMT", - "comments": { - "minor": [ - { - "comment": "Change the way the typescript, tslint, and api-extractor packages are exported." - }, - { - "comment": "Update TSLint to 5.20.1" - }, - { - "comment": "Update tsconfig-node.json to target es2017 (supported by Node 8); this enables native async/await, and will show complete callstacks when using Node 12" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.7` to `7.8.8`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.23.0` to `3.23.1`" - } - ] - } - }, - { - "version": "0.4.17", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.4.17", - "date": "Wed, 27 May 2020 05:15:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.6` to `7.8.7`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.22.1` to `3.23.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.7` to `0.5.8`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.7` to `0.5.8`" - } - ] - } - }, - { - "version": "0.4.16", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.4.16", - "date": "Tue, 26 May 2020 23:00:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.5` to `7.8.6`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.22.0` to `3.22.1`" - } - ] - } - }, - { - "version": "0.4.15", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.4.15", - "date": "Fri, 22 May 2020 15:08:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.4` to `7.8.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.21.0` to `3.22.0`" - } - ] - } - }, - { - "version": "0.4.14", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.4.14", - "date": "Thu, 21 May 2020 23:09:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.3` to `7.8.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.20.0` to `3.21.0`" - } - ] - } - }, - { - "version": "0.4.13", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.4.13", - "date": "Thu, 21 May 2020 15:42:00 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.2` to `7.8.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.7` to `3.20.0`" - } - ] - } - }, - { - "version": "0.4.12", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.4.12", - "date": "Tue, 19 May 2020 15:08:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.1` to `7.8.2`" - } - ] - } - }, - { - "version": "0.4.11", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.4.11", - "date": "Fri, 15 May 2020 08:10:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.0` to `7.8.1`" - } - ] - } - }, - { - "version": "0.4.10", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.4.10", - "date": "Wed, 06 May 2020 08:23:45 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.13` to `7.8.0`" - } - ] - } - }, - { - "version": "0.4.9", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.4.9", - "date": "Wed, 08 Apr 2020 04:07:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.12` to `7.7.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.6` to `3.19.7`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.6` to `0.5.7`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.6` to `0.5.7`" - } - ] - } - }, - { - "version": "0.4.8", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.4.8", - "date": "Fri, 03 Apr 2020 15:10:15 GMT", - "comments": { - "patch": [ - { - "comment": "Update tslint-microsoft-contrib to ~6.2.0" - } - ] - } - }, - { - "version": "0.4.7", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.4.7", - "date": "Sun, 29 Mar 2020 00:04:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.11` to `7.7.12`" - } - ] - } - }, - { - "version": "0.4.6", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.4.6", - "date": "Sat, 28 Mar 2020 00:37:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.10` to `7.7.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.5` to `3.19.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.5` to `0.5.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.5` to `0.5.6`" - } - ] - } - }, - { - "version": "0.4.5", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.4.5", - "date": "Wed, 18 Mar 2020 15:07:47 GMT", - "comments": { - "patch": [ - { - "comment": "Upgrade cyclic dependencies" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.9` to `7.7.10`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.4` to `3.19.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.4` to `0.5.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.4` to `0.5.5`" - } - ] - } - }, - { - "version": "0.4.4", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.4.4", - "date": "Tue, 17 Mar 2020 23:55:58 GMT", - "comments": { - "patch": [ - { - "comment": "Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack`" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.8` to `7.7.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.3` to `3.19.4`" - } - ] - } - }, - { - "version": "0.4.3", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.4.3", - "date": "Tue, 28 Jan 2020 02:23:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.7` to `7.7.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.2` to `3.19.3`" - } - ] - } - }, - { - "version": "0.4.2", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.4.2", - "date": "Thu, 23 Jan 2020 01:07:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.6` to `7.7.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.1` to `3.19.2`" - } - ] - } - }, - { - "version": "0.4.1", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.4.1", - "date": "Tue, 21 Jan 2020 21:56:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.5` to `7.7.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.0` to `3.19.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.3` to `0.5.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.3` to `0.5.4`" - } - ] - } - }, - { - "version": "0.4.0", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.4.0", - "date": "Sun, 19 Jan 2020 02:26:52 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade Node typings to Node 10" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.4` to `7.7.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.3` to `3.19.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.2` to `0.5.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.2` to `0.5.3`" - } - ] - } - }, - { - "version": "0.3.14", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.3.14", - "date": "Fri, 17 Jan 2020 01:08:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.3` to `7.7.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.2` to `3.18.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.1` to `0.5.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.1` to `0.5.2`" - } - ] - } - }, - { - "version": "0.3.13", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.3.13", - "date": "Tue, 14 Jan 2020 01:34:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.2` to `7.7.3`" - } - ] - } - }, - { - "version": "0.3.12", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.3.12", - "date": "Thu, 09 Jan 2020 06:44:13 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.1` to `7.7.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.1` to `3.18.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.0` to `0.5.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.0` to `0.5.1`" - } - ] - } - }, - { - "version": "0.3.11", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.3.11", - "date": "Wed, 08 Jan 2020 00:11:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.0` to `7.7.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.0` to `3.18.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.2` to `0.5.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.2` to `0.5.0`" - } - ] - } - }, - { - "version": "0.3.10", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.3.10", - "date": "Tue, 03 Dec 2019 03:17:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.6.2` to `7.7.0`" - } - ] - } - }, - { - "version": "0.3.9", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.3.9", - "date": "Sun, 24 Nov 2019 00:54:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.6.1` to `7.6.2`" - } - ] - } - }, - { - "version": "0.3.8", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.3.8", - "date": "Wed, 20 Nov 2019 06:14:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.6.0` to `7.6.1`" - } - ] - } - }, - { - "version": "0.3.7", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.3.7", - "date": "Fri, 15 Nov 2019 04:50:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.6` to `7.6.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.17.1` to `3.18.0`" - } - ] - } - }, - { - "version": "0.3.6", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.3.6", - "date": "Mon, 11 Nov 2019 16:07:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.5` to `7.5.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.17.0` to `3.17.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.1` to `0.4.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.1` to `0.4.2`" - } - ] - } - }, - { - "version": "0.3.5", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.3.5", - "date": "Wed, 06 Nov 2019 22:44:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.4` to `7.5.5`" - } - ] - } - }, - { - "version": "0.3.4", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.3.4", - "date": "Tue, 05 Nov 2019 06:49:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.3` to `7.5.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.16.0` to `3.17.0`" - } - ] - } - }, - { - "version": "0.3.3", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.3.3", - "date": "Tue, 05 Nov 2019 01:08:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.2` to `7.5.3`" - } - ] - } - }, - { - "version": "0.3.2", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.3.2", - "date": "Fri, 25 Oct 2019 15:08:54 GMT", - "comments": { - "patch": [ - { - "comment": "Fix an issue where ESLint output would fail to parse when a large project is built on a Mac." - } - ] - } - }, - { - "version": "0.3.1", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.3.1", - "date": "Tue, 22 Oct 2019 06:24:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.1` to `7.5.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.15.1` to `3.16.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.0` to `0.4.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.0` to `0.4.1`" - } - ] - } - }, - { - "version": "0.3.0", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.3.0", - "date": "Mon, 21 Oct 2019 05:22:43 GMT", - "comments": { - "minor": [ - { - "comment": "Add support for ESLint+TypeScript" - } - ] - } - }, - { - "version": "0.2.6", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.2.6", - "date": "Fri, 18 Oct 2019 15:15:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.0` to `7.5.1`" - } - ] - } - }, - { - "version": "0.2.5", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.2.5", - "date": "Sun, 06 Oct 2019 00:27:40 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.7` to `7.5.0`" - } - ] - } - }, - { - "version": "0.2.4", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.2.4", - "date": "Fri, 04 Oct 2019 00:15:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.6` to `7.4.7`" - } - ] - } - }, - { - "version": "0.2.3", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.2.3", - "date": "Sun, 29 Sep 2019 23:56:29 GMT", - "comments": { - "patch": [ - { - "comment": "Update repository URL" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.5` to `7.4.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.15.0` to `3.15.1`" - } - ] - } - }, - { - "version": "0.2.2", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.2.2", - "date": "Wed, 25 Sep 2019 15:15:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.4` to `7.4.5`" - } - ] - } - }, - { - "version": "0.2.1", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.2.1", - "date": "Tue, 24 Sep 2019 02:58:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.3` to `7.4.4`" - } - ] - } - }, - { - "version": "0.2.0", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.2.0", - "date": "Mon, 23 Sep 2019 15:14:55 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade @types/node dependency" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.2` to `7.4.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.2` to `3.15.0`" - } - ] - } - }, - { - "version": "0.1.23", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.1.23", - "date": "Fri, 20 Sep 2019 21:27:22 GMT", - "comments": { - "patch": [ - { - "comment": "Fix an issue where api-extractor warnings weren't being reported." - } - ] - } - }, - { - "version": "0.1.22", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.1.22", - "date": "Wed, 11 Sep 2019 19:56:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.1` to `7.4.2`" - } - ] - } - }, - { - "version": "0.1.21", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.1.21", - "date": "Tue, 10 Sep 2019 22:32:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.0` to `7.4.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.1` to `3.14.2`" - } - ] - } - }, - { - "version": "0.1.20", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.1.20", - "date": "Tue, 10 Sep 2019 20:38:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.11` to `7.4.0`" - } - ] - } - }, - { - "version": "0.1.19", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.1.19", - "date": "Wed, 04 Sep 2019 18:28:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.10` to `7.3.11`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.0` to `3.14.1`" - } - ] - } - }, - { - "version": "0.1.18", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.1.18", - "date": "Wed, 04 Sep 2019 15:15:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.9` to `7.3.10`" - } - ] - } - }, - { - "version": "0.1.17", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.1.17", - "date": "Fri, 30 Aug 2019 00:14:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.8` to `7.3.9`" - } - ] - } - }, - { - "version": "0.1.16", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.1.16", - "date": "Mon, 12 Aug 2019 15:15:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.7` to `7.3.8`" - } - ] - } - }, - { - "version": "0.1.15", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.1.15", - "date": "Thu, 08 Aug 2019 15:14:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.6` to `7.3.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.13.0` to `3.14.0`" - } - ] - } - }, - { - "version": "0.1.14", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.1.14", - "date": "Thu, 08 Aug 2019 00:49:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.5` to `7.3.6`" - } - ] - } - }, - { - "version": "0.1.13", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.1.13", - "date": "Mon, 05 Aug 2019 22:04:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.4` to `7.3.5`" - } - ] - } - }, - { - "version": "0.1.12", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.1.12", - "date": "Tue, 23 Jul 2019 01:13:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.3` to `7.3.4`" - } - ] - } - }, - { - "version": "0.1.11", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.1.11", - "date": "Mon, 22 Jul 2019 19:13:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.2` to `7.3.3`" - } - ] - } - }, - { - "version": "0.1.10", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.1.10", - "date": "Fri, 12 Jul 2019 19:12:46 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.1` to `7.3.2`" - } - ] - } - }, - { - "version": "0.1.9", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.1.9", - "date": "Thu, 11 Jul 2019 19:13:08 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.0` to `7.3.1`" - } - ] - } - }, - { - "version": "0.1.8", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.1.8", - "date": "Tue, 09 Jul 2019 19:13:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.2.3` to `7.3.0`" - } - ] - } - }, - { - "version": "0.1.7", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.1.7", - "date": "Mon, 08 Jul 2019 19:12:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.2.2` to `7.2.3`" - } - ] - } - }, - { - "version": "0.1.6", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.1.6", - "date": "Sat, 29 Jun 2019 02:30:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.2.1` to `7.2.2`" - } - ] - } - }, - { - "version": "0.1.5", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.1.5", - "date": "Wed, 12 Jun 2019 19:12:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.2.0` to `7.2.1`" - } - ] - } - }, - { - "version": "0.1.4", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.1.4", - "date": "Tue, 11 Jun 2019 00:48:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.8` to `7.2.0`" - } - ] - } - }, - { - "version": "0.1.3", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.1.3", - "date": "Wed, 05 Jun 2019 19:12:34 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.7` to `7.1.8`" - } - ] - } - }, - { - "version": "0.1.2", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.1.2", - "date": "Tue, 04 Jun 2019 05:51:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.6` to `7.1.7`" - } - ] - } - }, - { - "version": "0.1.1", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.1.1", - "date": "Mon, 27 May 2019 04:13:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.5` to `7.1.6`" - } - ] - } - }, - { - "version": "0.1.0", - "tag": "@microsoft/rush-stack-compiler-2.8_v0.1.0", - "date": "Mon, 13 May 2019 21:46:26 GMT", - "comments": { - "minor": [ - { - "comment": "Initial package creation." - } - ] - } - } - ] -} diff --git a/stack/rush-stack-compiler-2.8/CHANGELOG.md b/stack/rush-stack-compiler-2.8/CHANGELOG.md deleted file mode 100644 index dbe055ef27d..00000000000 --- a/stack/rush-stack-compiler-2.8/CHANGELOG.md +++ /dev/null @@ -1,643 +0,0 @@ -# Change Log - @microsoft/rush-stack-compiler-2.8 - -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. - -## 0.8.47 -Wed, 19 May 2021 00:11:39 GMT - -_Version update only_ - -## 0.8.46 -Mon, 03 May 2021 15:10:29 GMT - -_Version update only_ - -## 0.8.45 -Thu, 29 Apr 2021 23:26:50 GMT - -_Version update only_ - -## 0.8.44 -Tue, 20 Apr 2021 04:59:51 GMT - -_Version update only_ - -## 0.8.43 -Mon, 12 Apr 2021 15:10:28 GMT - -_Version update only_ - -## 0.8.42 -Thu, 08 Apr 2021 06:05:32 GMT - -_Version update only_ - -## 0.8.41 -Tue, 06 Apr 2021 15:14:22 GMT - -_Version update only_ - -## 0.8.40 -Thu, 04 Mar 2021 01:11:31 GMT - -_Version update only_ - -## 0.8.39 -Fri, 05 Feb 2021 16:10:42 GMT - -_Version update only_ - -## 0.8.38 -Wed, 13 Jan 2021 01:11:06 GMT - -_Version update only_ - -## 0.8.37 -Thu, 10 Dec 2020 23:25:50 GMT - -_Version update only_ - -## 0.8.36 -Sat, 05 Dec 2020 01:11:23 GMT - -### Patches - -- Ensure rootDir is consistently specified. - -## 0.8.35 -Wed, 18 Nov 2020 08:19:54 GMT - -_Version update only_ - -## 0.8.34 -Wed, 18 Nov 2020 06:21:57 GMT - -_Version update only_ - -## 0.8.33 -Wed, 11 Nov 2020 01:08:58 GMT - -_Version update only_ - -## 0.8.32 -Tue, 10 Nov 2020 23:13:12 GMT - -_Version update only_ - -## 0.8.31 -Fri, 30 Oct 2020 06:38:39 GMT - -_Version update only_ - -## 0.8.30 -Fri, 30 Oct 2020 00:10:14 GMT - -_Version update only_ - -## 0.8.29 -Thu, 29 Oct 2020 06:14:19 GMT - -_Version update only_ - -## 0.8.28 -Wed, 28 Oct 2020 01:18:03 GMT - -_Version update only_ - -## 0.8.27 -Tue, 27 Oct 2020 15:10:14 GMT - -_Version update only_ - -## 0.8.26 -Tue, 06 Oct 2020 00:24:06 GMT - -_Version update only_ - -## 0.8.25 -Mon, 05 Oct 2020 22:36:57 GMT - -_Version update only_ - -## 0.8.24 -Mon, 05 Oct 2020 15:10:43 GMT - -_Version update only_ - -## 0.8.23 -Wed, 30 Sep 2020 18:39:17 GMT - -_Version update only_ - -## 0.8.22 -Wed, 30 Sep 2020 06:53:53 GMT - -_Version update only_ - -## 0.8.21 -Tue, 22 Sep 2020 05:45:57 GMT - -_Version update only_ - -## 0.8.20 -Tue, 22 Sep 2020 01:45:31 GMT - -_Version update only_ - -## 0.8.19 -Tue, 22 Sep 2020 00:08:53 GMT - -_Version update only_ - -## 0.8.18 -Sat, 19 Sep 2020 04:37:27 GMT - -_Version update only_ - -## 0.8.17 -Sat, 19 Sep 2020 03:33:07 GMT - -_Version update only_ - -## 0.8.16 -Fri, 18 Sep 2020 22:57:24 GMT - -_Version update only_ - -## 0.8.15 -Fri, 18 Sep 2020 21:49:54 GMT - -_Version update only_ - -## 0.8.14 -Sun, 13 Sep 2020 01:53:20 GMT - -_Version update only_ - -## 0.8.13 -Fri, 11 Sep 2020 02:13:35 GMT - -_Version update only_ - -## 0.8.12 -Mon, 07 Sep 2020 07:37:37 GMT - -_Version update only_ - -## 0.8.11 -Sat, 05 Sep 2020 18:56:35 GMT - -_Version update only_ - -## 0.8.10 -Thu, 27 Aug 2020 11:27:06 GMT - -_Version update only_ - -## 0.8.9 -Mon, 24 Aug 2020 07:35:20 GMT - -_Version update only_ - -## 0.8.8 -Sat, 22 Aug 2020 05:55:43 GMT - -_Version update only_ - -## 0.8.7 -Fri, 21 Aug 2020 01:21:18 GMT - -_Version update only_ - -## 0.8.6 -Thu, 20 Aug 2020 15:13:53 GMT - -_Version update only_ - -## 0.8.5 -Tue, 18 Aug 2020 23:59:42 GMT - -_Version update only_ - -## 0.8.4 -Mon, 17 Aug 2020 04:53:23 GMT - -_Version update only_ - -## 0.8.3 -Wed, 12 Aug 2020 00:10:05 GMT - -### Patches - -- Updated project to build with Heft - -## 0.8.2 -Wed, 05 Aug 2020 18:27:32 GMT - -_Version update only_ - -## 0.8.1 -Fri, 03 Jul 2020 15:09:04 GMT - -_Version update only_ - -## 0.8.0 -Fri, 03 Jul 2020 05:46:41 GMT - -### Minor changes - -- Disable the "--typescript-compiler-folder" setting for API Extractor, since it was causing errors with the latest TypeScript engine - -## 0.7.2 -Thu, 25 Jun 2020 06:43:35 GMT - -_Version update only_ - -## 0.7.1 -Wed, 24 Jun 2020 09:50:48 GMT - -_Version update only_ - -## 0.7.0 -Wed, 24 Jun 2020 09:04:28 GMT - -### Minor changes - -- Upgrade to ESLint 7 - -## 0.6.1 -Mon, 15 Jun 2020 22:17:18 GMT - -_Version update only_ - -## 0.6.0 -Fri, 12 Jun 2020 09:19:21 GMT - -### Minor changes - -- Expose the @microsoft/api-extractor package's path - -## 0.5.3 -Wed, 10 Jun 2020 20:48:30 GMT - -_Version update only_ - -## 0.5.2 -Mon, 01 Jun 2020 08:34:17 GMT - -_Version update only_ - -## 0.5.1 -Sat, 30 May 2020 02:59:54 GMT - -_Version update only_ - -## 0.5.0 -Thu, 28 May 2020 05:59:02 GMT - -### Minor changes - -- Change the way the typescript, tslint, and api-extractor packages are exported. -- Update TSLint to 5.20.1 -- Update tsconfig-node.json to target es2017 (supported by Node 8); this enables native async/await, and will show complete callstacks when using Node 12 - -## 0.4.17 -Wed, 27 May 2020 05:15:11 GMT - -_Version update only_ - -## 0.4.16 -Tue, 26 May 2020 23:00:25 GMT - -_Version update only_ - -## 0.4.15 -Fri, 22 May 2020 15:08:43 GMT - -_Version update only_ - -## 0.4.14 -Thu, 21 May 2020 23:09:44 GMT - -_Version update only_ - -## 0.4.13 -Thu, 21 May 2020 15:42:00 GMT - -_Version update only_ - -## 0.4.12 -Tue, 19 May 2020 15:08:20 GMT - -_Version update only_ - -## 0.4.11 -Fri, 15 May 2020 08:10:59 GMT - -_Version update only_ - -## 0.4.10 -Wed, 06 May 2020 08:23:45 GMT - -_Version update only_ - -## 0.4.9 -Wed, 08 Apr 2020 04:07:33 GMT - -_Version update only_ - -## 0.4.8 -Fri, 03 Apr 2020 15:10:15 GMT - -### Patches - -- Update tslint-microsoft-contrib to ~6.2.0 - -## 0.4.7 -Sun, 29 Mar 2020 00:04:12 GMT - -_Version update only_ - -## 0.4.6 -Sat, 28 Mar 2020 00:37:16 GMT - -_Version update only_ - -## 0.4.5 -Wed, 18 Mar 2020 15:07:47 GMT - -### Patches - -- Upgrade cyclic dependencies - -## 0.4.4 -Tue, 17 Mar 2020 23:55:58 GMT - -### Patches - -- Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack` - -## 0.4.3 -Tue, 28 Jan 2020 02:23:44 GMT - -_Version update only_ - -## 0.4.2 -Thu, 23 Jan 2020 01:07:56 GMT - -_Version update only_ - -## 0.4.1 -Tue, 21 Jan 2020 21:56:14 GMT - -_Version update only_ - -## 0.4.0 -Sun, 19 Jan 2020 02:26:52 GMT - -### Minor changes - -- Upgrade Node typings to Node 10 - -## 0.3.14 -Fri, 17 Jan 2020 01:08:23 GMT - -_Version update only_ - -## 0.3.13 -Tue, 14 Jan 2020 01:34:16 GMT - -_Version update only_ - -## 0.3.12 -Thu, 09 Jan 2020 06:44:13 GMT - -_Version update only_ - -## 0.3.11 -Wed, 08 Jan 2020 00:11:31 GMT - -_Version update only_ - -## 0.3.10 -Tue, 03 Dec 2019 03:17:44 GMT - -_Version update only_ - -## 0.3.9 -Sun, 24 Nov 2019 00:54:04 GMT - -_Version update only_ - -## 0.3.8 -Wed, 20 Nov 2019 06:14:28 GMT - -_Version update only_ - -## 0.3.7 -Fri, 15 Nov 2019 04:50:50 GMT - -_Version update only_ - -## 0.3.6 -Mon, 11 Nov 2019 16:07:56 GMT - -_Version update only_ - -## 0.3.5 -Wed, 06 Nov 2019 22:44:18 GMT - -_Version update only_ - -## 0.3.4 -Tue, 05 Nov 2019 06:49:29 GMT - -_Version update only_ - -## 0.3.3 -Tue, 05 Nov 2019 01:08:39 GMT - -_Version update only_ - -## 0.3.2 -Fri, 25 Oct 2019 15:08:54 GMT - -### Patches - -- Fix an issue where ESLint output would fail to parse when a large project is built on a Mac. - -## 0.3.1 -Tue, 22 Oct 2019 06:24:44 GMT - -_Version update only_ - -## 0.3.0 -Mon, 21 Oct 2019 05:22:43 GMT - -### Minor changes - -- Add support for ESLint+TypeScript - -## 0.2.6 -Fri, 18 Oct 2019 15:15:01 GMT - -_Version update only_ - -## 0.2.5 -Sun, 06 Oct 2019 00:27:40 GMT - -_Version update only_ - -## 0.2.4 -Fri, 04 Oct 2019 00:15:22 GMT - -_Version update only_ - -## 0.2.3 -Sun, 29 Sep 2019 23:56:29 GMT - -### Patches - -- Update repository URL - -## 0.2.2 -Wed, 25 Sep 2019 15:15:31 GMT - -_Version update only_ - -## 0.2.1 -Tue, 24 Sep 2019 02:58:49 GMT - -_Version update only_ - -## 0.2.0 -Mon, 23 Sep 2019 15:14:55 GMT - -### Minor changes - -- Upgrade @types/node dependency - -## 0.1.23 -Fri, 20 Sep 2019 21:27:22 GMT - -### Patches - -- Fix an issue where api-extractor warnings weren't being reported. - -## 0.1.22 -Wed, 11 Sep 2019 19:56:23 GMT - -_Version update only_ - -## 0.1.21 -Tue, 10 Sep 2019 22:32:23 GMT - -_Version update only_ - -## 0.1.20 -Tue, 10 Sep 2019 20:38:33 GMT - -_Version update only_ - -## 0.1.19 -Wed, 04 Sep 2019 18:28:06 GMT - -_Version update only_ - -## 0.1.18 -Wed, 04 Sep 2019 15:15:37 GMT - -_Version update only_ - -## 0.1.17 -Fri, 30 Aug 2019 00:14:32 GMT - -_Version update only_ - -## 0.1.16 -Mon, 12 Aug 2019 15:15:14 GMT - -_Version update only_ - -## 0.1.15 -Thu, 08 Aug 2019 15:14:17 GMT - -_Version update only_ - -## 0.1.14 -Thu, 08 Aug 2019 00:49:06 GMT - -_Version update only_ - -## 0.1.13 -Mon, 05 Aug 2019 22:04:32 GMT - -_Version update only_ - -## 0.1.12 -Tue, 23 Jul 2019 01:13:01 GMT - -_Version update only_ - -## 0.1.11 -Mon, 22 Jul 2019 19:13:10 GMT - -_Version update only_ - -## 0.1.10 -Fri, 12 Jul 2019 19:12:46 GMT - -_Version update only_ - -## 0.1.9 -Thu, 11 Jul 2019 19:13:08 GMT - -_Version update only_ - -## 0.1.8 -Tue, 09 Jul 2019 19:13:24 GMT - -_Version update only_ - -## 0.1.7 -Mon, 08 Jul 2019 19:12:19 GMT - -_Version update only_ - -## 0.1.6 -Sat, 29 Jun 2019 02:30:10 GMT - -_Version update only_ - -## 0.1.5 -Wed, 12 Jun 2019 19:12:33 GMT - -_Version update only_ - -## 0.1.4 -Tue, 11 Jun 2019 00:48:06 GMT - -_Version update only_ - -## 0.1.3 -Wed, 05 Jun 2019 19:12:34 GMT - -_Version update only_ - -## 0.1.2 -Tue, 04 Jun 2019 05:51:54 GMT - -_Version update only_ - -## 0.1.1 -Mon, 27 May 2019 04:13:44 GMT - -_Version update only_ - -## 0.1.0 -Mon, 13 May 2019 21:46:26 GMT - -### Minor changes - -- Initial package creation. - diff --git a/stack/rush-stack-compiler-2.8/LICENSE b/stack/rush-stack-compiler-2.8/LICENSE deleted file mode 100644 index 7c29b93ce0f..00000000000 --- a/stack/rush-stack-compiler-2.8/LICENSE +++ /dev/null @@ -1,24 +0,0 @@ -@microsoft/rush-stack - -Copyright (c) Microsoft Corporation. All rights reserved. - -MIT License - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/stack/rush-stack-compiler-2.8/README.md b/stack/rush-stack-compiler-2.8/README.md deleted file mode 100644 index 58ebdb7bb21..00000000000 --- a/stack/rush-stack-compiler-2.8/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# @microsoft/rush-stack-compiler-2.8 - -This package is an NPM peer dependency that is used with -[@microsoft/rush-stack](https://www.npmjs.com/package/@microsoft/rush-stack) -to select a TypeScript compiler version. This variant selects TypeScript 2.8 - -It provides a supported set of versions for the following components: - -- the TypeScript compiler -- [tslint](https://github.com/palantir/tslint#readme) -- [API Extractor](https://api-extractor.com/) diff --git a/stack/rush-stack-compiler-2.8/bin/rush-api-extractor b/stack/rush-stack-compiler-2.8/bin/rush-api-extractor deleted file mode 100755 index 5c9bcde4214..00000000000 --- a/stack/rush-stack-compiler-2.8/bin/rush-api-extractor +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require("@microsoft/api-extractor/bin/api-extractor"); diff --git a/stack/rush-stack-compiler-2.8/bin/rush-eslint b/stack/rush-stack-compiler-2.8/bin/rush-eslint deleted file mode 100755 index 7c2ffc1b1c3..00000000000 --- a/stack/rush-stack-compiler-2.8/bin/rush-eslint +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require("eslint/bin/eslint"); diff --git a/stack/rush-stack-compiler-2.8/bin/rush-tsc b/stack/rush-stack-compiler-2.8/bin/rush-tsc deleted file mode 100755 index 978b97599d7..00000000000 --- a/stack/rush-stack-compiler-2.8/bin/rush-tsc +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require('typescript/bin/tsc'); diff --git a/stack/rush-stack-compiler-2.8/bin/rush-tslint b/stack/rush-stack-compiler-2.8/bin/rush-tslint deleted file mode 100755 index b76ee5d8dab..00000000000 --- a/stack/rush-stack-compiler-2.8/bin/rush-tslint +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require("tslint/bin/tslint"); diff --git a/stack/rush-stack-compiler-2.8/config/api-extractor.json b/stack/rush-stack-compiler-2.8/config/api-extractor.json deleted file mode 100644 index dcfa9cfc5b7..00000000000 --- a/stack/rush-stack-compiler-2.8/config/api-extractor.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", - - "mainEntryPointFilePath": "/lib/index.d.ts", - - "apiReport": { - "enabled": true, - "reportFolder": "../../../common/reviews/api" - }, - - "docModel": { - "enabled": true - }, - - "dtsRollup": { - "enabled": false - } -} diff --git a/stack/rush-stack-compiler-2.8/config/heft.json b/stack/rush-stack-compiler-2.8/config/heft.json deleted file mode 100644 index fa38fa303a4..00000000000 --- a/stack/rush-stack-compiler-2.8/config/heft.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/heft/heft.schema.json", - - "extends": "@rushstack/heft-node-rig/profiles/default/config/heft.json", - - "eventActions": [ - { - "actionKind": "deleteGlobs", - "heftEvent": "clean", - "actionId": "deleteSrc", - "globsToDelete": ["src"] - }, - - { - "actionKind": "copyFiles", - "heftEvent": "pre-compile", - "actionId": "copySrc", - "copyOperations": [ - { - "sourceFolder": "node_modules/@microsoft/rush-stack-compiler-shared/src", - "destinationFolders": ["src"], - "includeGlobs": ["*.ts", "*.js"] - }, - { - "sourceFolder": "node_modules/@microsoft/rush-stack-compiler-shared/src/pre-v4", - "destinationFolders": ["src"], - "includeGlobs": ["*.ts", "*.js"] - } - ] - } - ] -} diff --git a/stack/rush-stack-compiler-2.8/config/rig.json b/stack/rush-stack-compiler-2.8/config/rig.json deleted file mode 100644 index 6ac88a96368..00000000000 --- a/stack/rush-stack-compiler-2.8/config/rig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - // The "rig.json" file directs tools to look for their config files in an external package. - // Documentation for this system: https://www.npmjs.com/package/@rushstack/rig-package - "$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json", - - "rigPackageName": "@rushstack/heft-node-rig" -} diff --git a/stack/rush-stack-compiler-2.8/config/typescript.json b/stack/rush-stack-compiler-2.8/config/typescript.json deleted file mode 100644 index 6e09afa31ca..00000000000 --- a/stack/rush-stack-compiler-2.8/config/typescript.json +++ /dev/null @@ -1,12 +0,0 @@ -/** - * Configures the TypeScript plugin for Heft. This plugin also manages linting. - */ -{ - "$schema": "https://developer.microsoft.com/json-schemas/heft/typescript.schema.json", - - "extends": "@rushstack/heft-node-rig/profiles/default/config/typescript.json", - - "staticAssetsToCopy": { - "fileExtensions": [".d.ts", ".js"] - } -} diff --git a/stack/rush-stack-compiler-2.8/includes/tsconfig-base.json b/stack/rush-stack-compiler-2.8/includes/tsconfig-base.json deleted file mode 100644 index b0eddd80e43..00000000000 --- a/stack/rush-stack-compiler-2.8/includes/tsconfig-base.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "compilerOptions": { - "outDir": "../../../../lib", - "rootDir": "../../../../src", - - "forceConsistentCasingInFileNames": true, - "jsx": "react", - "declaration": true, - "sourceMap": true, - "inlineSources": true, - "experimentalDecorators": true, - "strictNullChecks": true, - "noUnusedLocals": true, - "types": [] - }, - "include": ["../../../../src/**/*.ts", "../../../../src/**/*.tsx"], - "exclude": ["../../../../node_modules", "../../../../lib"] -} diff --git a/stack/rush-stack-compiler-2.8/includes/tsconfig-node.json b/stack/rush-stack-compiler-2.8/includes/tsconfig-node.json deleted file mode 100644 index 722f0b8f62a..00000000000 --- a/stack/rush-stack-compiler-2.8/includes/tsconfig-node.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "extends": "./tsconfig-base.json", - "compilerOptions": { - "module": "commonjs", - "target": "es2017", - "lib": ["es2017"] - } -} diff --git a/stack/rush-stack-compiler-2.8/includes/tsconfig-web.json b/stack/rush-stack-compiler-2.8/includes/tsconfig-web.json deleted file mode 100644 index 5dd9e12e4aa..00000000000 --- a/stack/rush-stack-compiler-2.8/includes/tsconfig-web.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "extends": "./tsconfig-base.json", - "compilerOptions": { - "module": "esnext", - "moduleResolution": "node", - "target": "es5", - "lib": ["es5", "scripthost", "es2015.collection", "es2015.promise", "es2015.iterable", "dom"] - } -} diff --git a/stack/rush-stack-compiler-2.8/includes/tslint.json b/stack/rush-stack-compiler-2.8/includes/tslint.json deleted file mode 100644 index f55613b66cc..00000000000 --- a/stack/rush-stack-compiler-2.8/includes/tslint.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tslint", - - "rulesDirectory": ["tslint-microsoft-contrib"], - "rules": { - "class-name": true, - "comment-format": [true, "check-space"], - "curly": true, - "eofline": false, - "export-name": true, - "forin": true, - "indent": [true, "spaces", 2], - "interface-name": true, - "label-position": true, - "max-line-length": [true, 120], - "member-access": true, - "member-ordering": [ - true, - { - "order": [ - "public-static-field", - "protected-static-field", - "private-static-field", - "public-instance-field", - "protected-instance-field", - "private-instance-field", - "public-static-method", - "protected-static-method", - "private-static-method", - "public-constructor", - "public-instance-method", - "protected-constructor", - "protected-instance-method", - "private-constructor", - "private-instance-method" - ] - } - ], - "missing-optional-annotation": true, - "no-arg": true, - "no-any": true, - "no-bitwise": true, - "no-consecutive-blank-lines": true, - "no-console": [true, "debug", "info", "time", "timeEnd", "trace"], - "no-constant-condition": true, - "no-construct": true, - "no-debugger": true, - "no-duplicate-switch-case": true, - "no-duplicate-parameter-names": true, - "no-duplicate-variable": true, - "no-empty": true, - "no-eval": true, - "no-floating-promises": true, - "no-function-expression": true, - "no-inferrable-types": false, - "no-internal-module": true, - "no-null-keyword": true, - "no-shadowed-variable": true, - "no-string-literal": true, - "no-switch-case-fall-through": true, - "no-trailing-whitespace": true, - "no-unnecessary-semicolons": true, - "no-unused-expression": true, - "no-with-statement": true, - "no-var-keyword": true, - "object-literal-sort-keys": false, - "one-line": [true, "check-open-brace", "check-catch", "check-else", "check-whitespace"], - "quotemark": [true, "single", "avoid-escape"], - "prefer-const": true, - "radix": true, - "semicolon": true, - "trailing-comma": [ - true, - { - "multiline": "never", - "singleline": "never" - } - ], - "triple-equals": [true, "allow-null-check"], - "typedef": [ - true, - "call-signature", - "parameter", - "property-declaration", - "variable-declaration", - "member-variable-declaration" - ], - "typedef-whitespace": [ - true, - { - "call-signature": "nospace", - "index-signature": "nospace", - "parameter": "nospace", - "property-declaration": "nospace", - "variable-declaration": "nospace" - } - ], - "use-isnan": true, - "use-named-parameter": true, - "variable-name": [true, "check-format", "allow-leading-underscore", "ban-keywords"], - "whitespace": [true, "check-branch", "check-decl", "check-operator", "check-separator", "check-type"] - } -} diff --git a/stack/rush-stack-compiler-2.8/package.json b/stack/rush-stack-compiler-2.8/package.json deleted file mode 100644 index 363438f0f1f..00000000000 --- a/stack/rush-stack-compiler-2.8/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "@microsoft/rush-stack-compiler-2.8", - "version": "0.8.47", - "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 2.8.", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/microsoft/rushstack/tree/master/stack/rush-stack-compiler-2.8" - }, - "bin": { - "rush-api-extractor": "./bin/rush-api-extractor", - "rush-eslint": "./bin/rush-eslint", - "rush-tsc": "./bin/rush-tsc", - "rush-tslint": "./bin/rush-tslint" - }, - "scripts": { - "build": "heft build --clean" - }, - "main": "lib/index.js", - "typings": "lib/index.d.ts", - "dependencies": { - "@microsoft/api-extractor": "workspace:*", - "@rushstack/eslint-config": "workspace:*", - "@rushstack/node-core-library": "workspace:*", - "@types/node": "10.17.13", - "eslint": "~7.12.1", - "import-lazy": "~4.0.0", - "tslint": "~5.20.1", - "tslint-microsoft-contrib": "~6.2.0", - "typescript": "~2.8.4" - }, - "devDependencies": { - "@microsoft/rush-stack-compiler-3.9": "workspace:*", - "@microsoft/rush-stack-compiler-shared": "workspace:*", - "@rushstack/eslint-config": "workspace:*", - "@rushstack/heft": "0.28.0", - "@rushstack/heft-node-rig": "1.0.8" - } -} diff --git a/stack/rush-stack-compiler-2.8/tsconfig.json b/stack/rush-stack-compiler-2.8/tsconfig.json deleted file mode 100644 index 6bef73c4b86..00000000000 --- a/stack/rush-stack-compiler-2.8/tsconfig.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.9/includes/tsconfig-node.json", - - "compilerOptions": { - "rootDir": "src", - "outDir": "lib" - } -} diff --git a/stack/rush-stack-compiler-2.9/.eslintrc.js b/stack/rush-stack-compiler-2.9/.eslintrc.js deleted file mode 100644 index 4c934799d67..00000000000 --- a/stack/rush-stack-compiler-2.9/.eslintrc.js +++ /dev/null @@ -1,10 +0,0 @@ -// This is a workaround for https://github.com/eslint/eslint/issues/3458 -require('@rushstack/eslint-config/patch/modern-module-resolution'); - -module.exports = { - extends: [ - '@rushstack/eslint-config/profile/node-trusted-tool', - '@rushstack/eslint-config/mixins/friendly-locals' - ], - parserOptions: { tsconfigRootDir: __dirname } -}; diff --git a/stack/rush-stack-compiler-2.9/.gitignore b/stack/rush-stack-compiler-2.9/.gitignore deleted file mode 100644 index dbc8690803e..00000000000 --- a/stack/rush-stack-compiler-2.9/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/src \ No newline at end of file diff --git a/stack/rush-stack-compiler-2.9/.npmignore b/stack/rush-stack-compiler-2.9/.npmignore deleted file mode 100644 index ad6bcd960e8..00000000000 --- a/stack/rush-stack-compiler-2.9/.npmignore +++ /dev/null @@ -1,31 +0,0 @@ -# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. - -# Ignore all files by default, to avoid accidentally publishing unintended files. -* - -# Use negative patterns to bring back the specific things we want to publish. -!/bin/** -!/lib/** -!/lib-*/** -!/dist/** -!ThirdPartyNotice.txt - -# Ignore certain patterns that should not get published. -/dist/*.stats.* -/lib/**/test/ -/lib-*/**/test/ -*.test.js - -# NOTE: These don't need to be specified, because NPM includes them automatically. -# -# package.json -# README (and its variants) -# CHANGELOG (and its variants) -# LICENSE / LICENCE - -#-------------------------------------------- -# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE -#-------------------------------------------- - -# (Add your project-specific overrides here) -!/includes/** diff --git a/stack/rush-stack-compiler-2.9/CHANGELOG.json b/stack/rush-stack-compiler-2.9/CHANGELOG.json deleted file mode 100644 index 5860ac1a8c2..00000000000 --- a/stack/rush-stack-compiler-2.9/CHANGELOG.json +++ /dev/null @@ -1,2655 +0,0 @@ -{ - "name": "@microsoft/rush-stack-compiler-2.9", - "entries": [ - { - "version": "0.14.47", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.47", - "date": "Wed, 19 May 2021 00:11:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.38.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.47`" - } - ] - } - }, - { - "version": "0.14.46", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.46", - "date": "Mon, 03 May 2021 15:10:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.37.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.46`" - } - ] - } - }, - { - "version": "0.14.45", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.45", - "date": "Thu, 29 Apr 2021 23:26:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.45`" - } - ] - } - }, - { - "version": "0.14.44", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.44", - "date": "Tue, 20 Apr 2021 04:59:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.14.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.44`" - } - ] - } - }, - { - "version": "0.14.43", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.43", - "date": "Mon, 12 Apr 2021 15:10:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.43`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.4`" - } - ] - } - }, - { - "version": "0.14.42", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.42", - "date": "Thu, 08 Apr 2021 06:05:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.42`" - } - ] - } - }, - { - "version": "0.14.41", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.41", - "date": "Tue, 06 Apr 2021 15:14:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.41`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.3`" - } - ] - } - }, - { - "version": "0.14.40", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.40", - "date": "Thu, 04 Mar 2021 01:11:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.40`" - } - ] - } - }, - { - "version": "0.14.39", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.39", - "date": "Fri, 05 Feb 2021 16:10:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.39`" - } - ] - } - }, - { - "version": "0.14.38", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.38", - "date": "Wed, 13 Jan 2021 01:11:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.38`" - } - ] - } - }, - { - "version": "0.14.37", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.37", - "date": "Thu, 10 Dec 2020 23:25:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.12.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.37`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.2`" - } - ] - } - }, - { - "version": "0.14.36", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.36", - "date": "Sat, 05 Dec 2020 01:11:23 GMT", - "comments": { - "patch": [ - { - "comment": "Ensure rootDir is consistently specified." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.36`" - } - ] - } - }, - { - "version": "0.14.35", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.35", - "date": "Wed, 18 Nov 2020 08:19:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.12.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.35`" - } - ] - } - }, - { - "version": "0.14.34", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.34", - "date": "Wed, 18 Nov 2020 06:21:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.34`" - } - ] - } - }, - { - "version": "0.14.33", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.33", - "date": "Wed, 11 Nov 2020 01:08:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.33`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.1`" - } - ] - } - }, - { - "version": "0.14.32", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.32", - "date": "Tue, 10 Nov 2020 23:13:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.32`" - } - ] - } - }, - { - "version": "0.14.31", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.31", - "date": "Fri, 30 Oct 2020 06:38:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.0`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.31`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.0`" - } - ] - } - }, - { - "version": "0.14.30", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.30", - "date": "Fri, 30 Oct 2020 00:10:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.30`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.3`" - } - ] - } - }, - { - "version": "0.14.29", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.29", - "date": "Thu, 29 Oct 2020 06:14:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.29`" - } - ] - } - }, - { - "version": "0.14.28", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.28", - "date": "Wed, 28 Oct 2020 01:18:03 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.28`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.2`" - } - ] - } - }, - { - "version": "0.14.27", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.27", - "date": "Tue, 27 Oct 2020 15:10:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.27`" - } - ] - } - }, - { - "version": "0.14.26", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.26", - "date": "Tue, 06 Oct 2020 00:24:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.26`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.1`" - } - ] - } - }, - { - "version": "0.14.25", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.25", - "date": "Mon, 05 Oct 2020 22:36:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.0`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.25`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.0`" - } - ] - } - }, - { - "version": "0.14.24", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.24", - "date": "Mon, 05 Oct 2020 15:10:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.24`" - } - ] - } - }, - { - "version": "0.14.23", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.23", - "date": "Wed, 30 Sep 2020 18:39:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.23`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.3`" - } - ] - } - }, - { - "version": "0.14.22", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.22", - "date": "Wed, 30 Sep 2020 06:53:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.22`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.2`" - } - ] - } - }, - { - "version": "0.14.21", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.21", - "date": "Tue, 22 Sep 2020 05:45:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.22`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.21`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.1`" - } - ] - } - }, - { - "version": "0.14.20", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.20", - "date": "Tue, 22 Sep 2020 01:45:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.21`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.20`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.0`" - } - ] - } - }, - { - "version": "0.14.19", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.19", - "date": "Tue, 22 Sep 2020 00:08:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.20`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.0.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.19`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.0.0`" - } - ] - } - }, - { - "version": "0.14.18", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.18", - "date": "Sat, 19 Sep 2020 04:37:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.19`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.18`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.2`" - } - ] - } - }, - { - "version": "0.14.17", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.17", - "date": "Sat, 19 Sep 2020 03:33:07 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.18`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.17`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.1`" - } - ] - } - }, - { - "version": "0.14.16", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.16", - "date": "Fri, 18 Sep 2020 22:57:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.17`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.16`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.0`" - } - ] - } - }, - { - "version": "0.14.15", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.15", - "date": "Fri, 18 Sep 2020 21:49:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.16`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.15`" - } - ] - } - }, - { - "version": "0.14.14", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.14", - "date": "Sun, 13 Sep 2020 01:53:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.15`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.14`" - } - ] - } - }, - { - "version": "0.14.13", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.13", - "date": "Fri, 11 Sep 2020 02:13:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.14`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.32.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.13`" - } - ] - } - }, - { - "version": "0.14.12", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.12", - "date": "Mon, 07 Sep 2020 07:37:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.31.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.12`" - } - ] - } - }, - { - "version": "0.14.11", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.11", - "date": "Sat, 05 Sep 2020 18:56:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.12`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.11`" - } - ] - } - }, - { - "version": "0.14.10", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.10", - "date": "Thu, 27 Aug 2020 11:27:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.30.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.3.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.10`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.3.0`" - } - ] - } - }, - { - "version": "0.14.9", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.9", - "date": "Mon, 24 Aug 2020 07:35:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.10`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.29.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.9`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.1`" - } - ] - } - }, - { - "version": "0.14.8", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.8", - "date": "Sat, 22 Aug 2020 05:55:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.29.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.8`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.0`" - } - ] - } - }, - { - "version": "0.14.7", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.7", - "date": "Fri, 21 Aug 2020 01:21:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.8`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.7`" - } - ] - } - }, - { - "version": "0.14.6", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.6", - "date": "Thu, 20 Aug 2020 15:13:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.6`" - } - ] - } - }, - { - "version": "0.14.5", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.5", - "date": "Tue, 18 Aug 2020 23:59:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.6`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.28.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.5`" - } - ] - } - }, - { - "version": "0.14.4", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.4", - "date": "Mon, 17 Aug 2020 04:53:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.27.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.1.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.1.0`" - } - ] - } - }, - { - "version": "0.14.3", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.3", - "date": "Wed, 12 Aug 2020 00:10:05 GMT", - "comments": { - "patch": [ - { - "comment": "Updated project to build with Heft" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.26.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.0.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.5\" to `0.8.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.0.4`" - } - ] - } - }, - { - "version": "0.14.2", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.2", - "date": "Wed, 05 Aug 2020 18:27:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.26.1`" - } - ] - } - }, - { - "version": "0.14.1", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.1", - "date": "Fri, 03 Jul 2020 15:09:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.9.0` to `7.9.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.4` to `3.25.0`" - } - ] - } - }, - { - "version": "0.14.0", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.14.0", - "date": "Fri, 03 Jul 2020 05:46:41 GMT", - "comments": { - "minor": [ - { - "comment": "Disable the \"--typescript-compiler-folder\" setting for API Extractor, since it was causing errors with the latest TypeScript engine" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.15` to `7.9.0`" - } - ] - } - }, - { - "version": "0.13.2", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.13.2", - "date": "Thu, 25 Jun 2020 06:43:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.14` to `7.8.15`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.3` to `3.24.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.1` to `1.0.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.1` to `1.0.2`" - } - ] - } - }, - { - "version": "0.13.1", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.13.1", - "date": "Wed, 24 Jun 2020 09:50:48 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.13` to `7.8.14`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.2` to `3.24.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.0` to `1.0.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.0` to `1.0.1`" - } - ] - } - }, - { - "version": "0.13.0", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.13.0", - "date": "Wed, 24 Jun 2020 09:04:28 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade to ESLint 7" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.12` to `7.8.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.1` to `3.24.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.8` to `1.0.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.8` to `1.0.0`" - } - ] - } - }, - { - "version": "0.12.1", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.12.1", - "date": "Mon, 15 Jun 2020 22:17:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.11` to `7.8.12`" - } - ] - } - }, - { - "version": "0.12.0", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.12.0", - "date": "Fri, 12 Jun 2020 09:19:21 GMT", - "comments": { - "minor": [ - { - "comment": "Expose the @microsoft/api-extractor package's path" - } - ] - } - }, - { - "version": "0.11.3", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.11.3", - "date": "Wed, 10 Jun 2020 20:48:30 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.10` to `7.8.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.0` to `3.24.1`" - } - ] - } - }, - { - "version": "0.11.2", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.11.2", - "date": "Mon, 01 Jun 2020 08:34:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.9` to `7.8.10`" - } - ] - } - }, - { - "version": "0.11.1", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.11.1", - "date": "Sat, 30 May 2020 02:59:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.8` to `7.8.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.23.1` to `3.24.0`" - } - ] - } - }, - { - "version": "0.11.0", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.11.0", - "date": "Thu, 28 May 2020 05:59:02 GMT", - "comments": { - "minor": [ - { - "comment": "Change the way the typescript, tslint, and api-extractor packages are exported." - }, - { - "comment": "Update TSLint to 5.20.1" - }, - { - "comment": "Update tsconfig-node.json to target es2017 (supported by Node 8); this enables native async/await, and will show complete callstacks when using Node 12" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.7` to `7.8.8`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.23.0` to `3.23.1`" - } - ] - } - }, - { - "version": "0.10.17", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.10.17", - "date": "Wed, 27 May 2020 05:15:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.6` to `7.8.7`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.22.1` to `3.23.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.7` to `0.5.8`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.7` to `0.5.8`" - } - ] - } - }, - { - "version": "0.10.16", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.10.16", - "date": "Tue, 26 May 2020 23:00:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.5` to `7.8.6`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.22.0` to `3.22.1`" - } - ] - } - }, - { - "version": "0.10.15", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.10.15", - "date": "Fri, 22 May 2020 15:08:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.4` to `7.8.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.21.0` to `3.22.0`" - } - ] - } - }, - { - "version": "0.10.14", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.10.14", - "date": "Thu, 21 May 2020 23:09:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.3` to `7.8.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.20.0` to `3.21.0`" - } - ] - } - }, - { - "version": "0.10.13", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.10.13", - "date": "Thu, 21 May 2020 15:42:00 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.2` to `7.8.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.7` to `3.20.0`" - } - ] - } - }, - { - "version": "0.10.12", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.10.12", - "date": "Tue, 19 May 2020 15:08:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.1` to `7.8.2`" - } - ] - } - }, - { - "version": "0.10.11", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.10.11", - "date": "Fri, 15 May 2020 08:10:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.0` to `7.8.1`" - } - ] - } - }, - { - "version": "0.10.10", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.10.10", - "date": "Wed, 06 May 2020 08:23:45 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.13` to `7.8.0`" - } - ] - } - }, - { - "version": "0.10.9", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.10.9", - "date": "Wed, 08 Apr 2020 04:07:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.12` to `7.7.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.6` to `3.19.7`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.6` to `0.5.7`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.6` to `0.5.7`" - } - ] - } - }, - { - "version": "0.10.8", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.10.8", - "date": "Fri, 03 Apr 2020 15:10:15 GMT", - "comments": { - "patch": [ - { - "comment": "Update tslint-microsoft-contrib to ~6.2.0" - } - ] - } - }, - { - "version": "0.10.7", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.10.7", - "date": "Sun, 29 Mar 2020 00:04:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.11` to `7.7.12`" - } - ] - } - }, - { - "version": "0.10.6", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.10.6", - "date": "Sat, 28 Mar 2020 00:37:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.10` to `7.7.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.5` to `3.19.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.5` to `0.5.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.5` to `0.5.6`" - } - ] - } - }, - { - "version": "0.10.5", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.10.5", - "date": "Wed, 18 Mar 2020 15:07:47 GMT", - "comments": { - "patch": [ - { - "comment": "Upgrade cyclic dependencies" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.9` to `7.7.10`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.4` to `3.19.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.4` to `0.5.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.4` to `0.5.5`" - } - ] - } - }, - { - "version": "0.10.4", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.10.4", - "date": "Tue, 17 Mar 2020 23:55:58 GMT", - "comments": { - "patch": [ - { - "comment": "Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack`" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.8` to `7.7.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.3` to `3.19.4`" - } - ] - } - }, - { - "version": "0.10.3", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.10.3", - "date": "Tue, 28 Jan 2020 02:23:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.7` to `7.7.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.2` to `3.19.3`" - } - ] - } - }, - { - "version": "0.10.2", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.10.2", - "date": "Thu, 23 Jan 2020 01:07:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.6` to `7.7.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.1` to `3.19.2`" - } - ] - } - }, - { - "version": "0.10.1", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.10.1", - "date": "Tue, 21 Jan 2020 21:56:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.5` to `7.7.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.0` to `3.19.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.3` to `0.5.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.3` to `0.5.4`" - } - ] - } - }, - { - "version": "0.10.0", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.10.0", - "date": "Sun, 19 Jan 2020 02:26:52 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade Node typings to Node 10" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.4` to `7.7.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.3` to `3.19.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.2` to `0.5.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.2` to `0.5.3`" - } - ] - } - }, - { - "version": "0.9.14", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.9.14", - "date": "Fri, 17 Jan 2020 01:08:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.3` to `7.7.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.2` to `3.18.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.1` to `0.5.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.1` to `0.5.2`" - } - ] - } - }, - { - "version": "0.9.13", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.9.13", - "date": "Tue, 14 Jan 2020 01:34:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.2` to `7.7.3`" - } - ] - } - }, - { - "version": "0.9.12", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.9.12", - "date": "Thu, 09 Jan 2020 06:44:13 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.1` to `7.7.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.1` to `3.18.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.0` to `0.5.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.0` to `0.5.1`" - } - ] - } - }, - { - "version": "0.9.11", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.9.11", - "date": "Wed, 08 Jan 2020 00:11:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.0` to `7.7.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.0` to `3.18.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.2` to `0.5.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.2` to `0.5.0`" - } - ] - } - }, - { - "version": "0.9.10", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.9.10", - "date": "Tue, 03 Dec 2019 03:17:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.6.2` to `7.7.0`" - } - ] - } - }, - { - "version": "0.9.9", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.9.9", - "date": "Sun, 24 Nov 2019 00:54:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.6.1` to `7.6.2`" - } - ] - } - }, - { - "version": "0.9.8", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.9.8", - "date": "Wed, 20 Nov 2019 06:14:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.6.0` to `7.6.1`" - } - ] - } - }, - { - "version": "0.9.7", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.9.7", - "date": "Fri, 15 Nov 2019 04:50:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.6` to `7.6.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.17.1` to `3.18.0`" - } - ] - } - }, - { - "version": "0.9.6", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.9.6", - "date": "Mon, 11 Nov 2019 16:07:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.5` to `7.5.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.17.0` to `3.17.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.1` to `0.4.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.1` to `0.4.2`" - } - ] - } - }, - { - "version": "0.9.5", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.9.5", - "date": "Wed, 06 Nov 2019 22:44:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.4` to `7.5.5`" - } - ] - } - }, - { - "version": "0.9.4", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.9.4", - "date": "Tue, 05 Nov 2019 06:49:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.3` to `7.5.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.16.0` to `3.17.0`" - } - ] - } - }, - { - "version": "0.9.3", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.9.3", - "date": "Tue, 05 Nov 2019 01:08:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.2` to `7.5.3`" - } - ] - } - }, - { - "version": "0.9.2", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.9.2", - "date": "Fri, 25 Oct 2019 15:08:54 GMT", - "comments": { - "patch": [ - { - "comment": "Fix an issue where ESLint output would fail to parse when a large project is built on a Mac." - } - ] - } - }, - { - "version": "0.9.1", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.9.1", - "date": "Tue, 22 Oct 2019 06:24:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.1` to `7.5.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.15.1` to `3.16.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.0` to `0.4.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.0` to `0.4.1`" - } - ] - } - }, - { - "version": "0.9.0", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.9.0", - "date": "Mon, 21 Oct 2019 05:22:43 GMT", - "comments": { - "minor": [ - { - "comment": "Add support for ESLint+TypeScript" - } - ] - } - }, - { - "version": "0.8.6", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.8.6", - "date": "Fri, 18 Oct 2019 15:15:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.0` to `7.5.1`" - } - ] - } - }, - { - "version": "0.8.5", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.8.5", - "date": "Sun, 06 Oct 2019 00:27:40 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.7` to `7.5.0`" - } - ] - } - }, - { - "version": "0.8.4", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.8.4", - "date": "Fri, 04 Oct 2019 00:15:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.6` to `7.4.7`" - } - ] - } - }, - { - "version": "0.8.3", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.8.3", - "date": "Sun, 29 Sep 2019 23:56:29 GMT", - "comments": { - "patch": [ - { - "comment": "Update repository URL" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.5` to `7.4.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.15.0` to `3.15.1`" - } - ] - } - }, - { - "version": "0.8.2", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.8.2", - "date": "Wed, 25 Sep 2019 15:15:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.4` to `7.4.5`" - } - ] - } - }, - { - "version": "0.8.1", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.8.1", - "date": "Tue, 24 Sep 2019 02:58:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.3` to `7.4.4`" - } - ] - } - }, - { - "version": "0.8.0", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.8.0", - "date": "Mon, 23 Sep 2019 15:14:55 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade @types/node dependency" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.2` to `7.4.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.2` to `3.15.0`" - } - ] - } - }, - { - "version": "0.7.36", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.7.36", - "date": "Fri, 20 Sep 2019 21:27:22 GMT", - "comments": { - "patch": [ - { - "comment": "Fix an issue where api-extractor warnings weren't being reported." - } - ] - } - }, - { - "version": "0.7.35", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.7.35", - "date": "Wed, 11 Sep 2019 19:56:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.1` to `7.4.2`" - } - ] - } - }, - { - "version": "0.7.34", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.7.34", - "date": "Tue, 10 Sep 2019 22:32:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.0` to `7.4.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.1` to `3.14.2`" - } - ] - } - }, - { - "version": "0.7.33", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.7.33", - "date": "Tue, 10 Sep 2019 20:38:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.11` to `7.4.0`" - } - ] - } - }, - { - "version": "0.7.32", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.7.32", - "date": "Wed, 04 Sep 2019 18:28:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.10` to `7.3.11`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.0` to `3.14.1`" - } - ] - } - }, - { - "version": "0.7.31", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.7.31", - "date": "Wed, 04 Sep 2019 15:15:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.9` to `7.3.10`" - } - ] - } - }, - { - "version": "0.7.30", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.7.30", - "date": "Fri, 30 Aug 2019 00:14:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.8` to `7.3.9`" - } - ] - } - }, - { - "version": "0.7.29", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.7.29", - "date": "Mon, 12 Aug 2019 15:15:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.7` to `7.3.8`" - } - ] - } - }, - { - "version": "0.7.28", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.7.28", - "date": "Thu, 08 Aug 2019 15:14:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.6` to `7.3.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.13.0` to `3.14.0`" - } - ] - } - }, - { - "version": "0.7.27", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.7.27", - "date": "Thu, 08 Aug 2019 00:49:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.5` to `7.3.6`" - } - ] - } - }, - { - "version": "0.7.26", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.7.26", - "date": "Mon, 05 Aug 2019 22:04:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.4` to `7.3.5`" - } - ] - } - }, - { - "version": "0.7.25", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.7.25", - "date": "Tue, 23 Jul 2019 01:13:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.3` to `7.3.4`" - } - ] - } - }, - { - "version": "0.7.24", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.7.24", - "date": "Mon, 22 Jul 2019 19:13:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.2` to `7.3.3`" - } - ] - } - }, - { - "version": "0.7.23", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.7.23", - "date": "Fri, 12 Jul 2019 19:12:46 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.1` to `7.3.2`" - } - ] - } - }, - { - "version": "0.7.22", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.7.22", - "date": "Thu, 11 Jul 2019 19:13:08 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.0` to `7.3.1`" - } - ] - } - }, - { - "version": "0.7.21", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.7.21", - "date": "Tue, 09 Jul 2019 19:13:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.2.3` to `7.3.0`" - } - ] - } - }, - { - "version": "0.7.20", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.7.20", - "date": "Mon, 08 Jul 2019 19:12:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.2.2` to `7.2.3`" - } - ] - } - }, - { - "version": "0.7.19", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.7.19", - "date": "Sat, 29 Jun 2019 02:30:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.2.1` to `7.2.2`" - } - ] - } - }, - { - "version": "0.7.18", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.7.18", - "date": "Wed, 12 Jun 2019 19:12:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.2.0` to `7.2.1`" - } - ] - } - }, - { - "version": "0.7.17", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.7.17", - "date": "Tue, 11 Jun 2019 00:48:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.8` to `7.2.0`" - } - ] - } - }, - { - "version": "0.7.16", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.7.16", - "date": "Wed, 05 Jun 2019 19:12:34 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.7` to `7.1.8`" - } - ] - } - }, - { - "version": "0.7.15", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.7.15", - "date": "Tue, 04 Jun 2019 05:51:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.6` to `7.1.7`" - } - ] - } - }, - { - "version": "0.7.14", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.7.14", - "date": "Mon, 27 May 2019 04:13:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.5` to `7.1.6`" - } - ] - } - }, - { - "version": "0.7.13", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.7.13", - "date": "Mon, 13 May 2019 02:08:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.4` to `7.1.5`" - } - ] - } - }, - { - "version": "0.7.12", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.7.12", - "date": "Mon, 06 May 2019 20:46:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.3` to `7.1.4`" - } - ] - } - }, - { - "version": "0.7.11", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.7.11", - "date": "Mon, 06 May 2019 19:34:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.2` to `7.1.3`" - } - ] - } - }, - { - "version": "0.7.10", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.7.10", - "date": "Mon, 06 May 2019 19:11:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.1` to `7.1.2`" - } - ] - } - }, - { - "version": "0.7.9", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.7.9", - "date": "Tue, 30 Apr 2019 23:08:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.0` to `7.1.1`" - } - ] - } - }, - { - "version": "0.7.8", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.7.8", - "date": "Tue, 16 Apr 2019 11:01:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.42` to `7.1.0`" - } - ] - } - }, - { - "version": "0.7.7", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.7.7", - "date": "Fri, 12 Apr 2019 06:13:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.41` to `7.0.42`" - } - ] - } - }, - { - "version": "0.7.6", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.7.6", - "date": "Thu, 11 Apr 2019 07:14:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.40` to `7.0.41`" - } - ] - } - }, - { - "version": "0.7.5", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.7.5", - "date": "Tue, 09 Apr 2019 05:31:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.39` to `7.0.40`" - } - ] - } - }, - { - "version": "0.7.4", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.7.4", - "date": "Mon, 08 Apr 2019 19:12:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.38` to `7.0.39`" - } - ] - } - }, - { - "version": "0.7.3", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.7.3", - "date": "Sat, 06 Apr 2019 02:05:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.37` to `7.0.38`" - } - ] - } - }, - { - "version": "0.7.2", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.7.2", - "date": "Fri, 05 Apr 2019 04:16:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.36` to `7.0.37`" - } - ] - } - }, - { - "version": "0.7.1", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.7.1", - "date": "Wed, 03 Apr 2019 02:58:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.35` to `7.0.36`" - } - ] - } - }, - { - "version": "0.7.0", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.7.0", - "date": "Tue, 02 Apr 2019 01:12:02 GMT", - "comments": { - "minor": [ - { - "comment": "Enable declaration maps in the default TSConfigs." - } - ] - } - }, - { - "version": "0.6.20", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.6.20", - "date": "Sat, 30 Mar 2019 22:27:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.34` to `7.0.35`" - } - ] - } - }, - { - "version": "0.6.19", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.6.19", - "date": "Thu, 28 Mar 2019 19:14:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.33` to `7.0.34`" - } - ] - } - }, - { - "version": "0.6.18", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.6.18", - "date": "Tue, 26 Mar 2019 20:54:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.32` to `7.0.33`" - } - ] - } - }, - { - "version": "0.6.17", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.6.17", - "date": "Sat, 23 Mar 2019 03:48:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.31` to `7.0.32`" - } - ] - } - }, - { - "version": "0.6.16", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.6.16", - "date": "Thu, 21 Mar 2019 04:59:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.30` to `7.0.31`" - } - ] - } - }, - { - "version": "0.6.15", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.6.15", - "date": "Thu, 21 Mar 2019 01:15:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.29` to `7.0.30`" - } - ] - } - }, - { - "version": "0.6.14", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.6.14", - "date": "Wed, 20 Mar 2019 19:14:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.28` to `7.0.29`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.12.1` to `3.13.0`" - } - ] - } - }, - { - "version": "0.6.13", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.6.13", - "date": "Mon, 18 Mar 2019 04:28:43 GMT", - "comments": { - "patch": [ - { - "comment": "Export StandardBuildFolders to eliminate the ae-forgotten-export warning" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.27` to `7.0.28`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.12.0` to `3.12.1`" - } - ] - } - }, - { - "version": "0.6.12", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.6.12", - "date": "Fri, 15 Mar 2019 19:13:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.26` to `7.0.27`" - } - ] - } - }, - { - "version": "0.6.11", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.6.11", - "date": "Wed, 13 Mar 2019 19:13:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.25` to `7.0.26`" - } - ] - } - }, - { - "version": "0.6.10", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.6.10", - "date": "Wed, 13 Mar 2019 01:14:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.24` to `7.0.25`" - } - ] - } - }, - { - "version": "0.6.9", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.6.9", - "date": "Mon, 11 Mar 2019 16:13:36 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.23` to `7.0.24`" - } - ] - } - }, - { - "version": "0.6.8", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.6.8", - "date": "Tue, 05 Mar 2019 17:13:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.22` to `7.0.23`" - } - ] - } - }, - { - "version": "0.6.7", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.6.7", - "date": "Mon, 04 Mar 2019 17:13:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.21` to `7.0.22`" - } - ] - } - }, - { - "version": "0.6.6", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.6.6", - "date": "Wed, 27 Feb 2019 22:13:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.20` to `7.0.21`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.11.1` to `3.12.0`" - } - ] - } - }, - { - "version": "0.6.5", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.6.5", - "date": "Wed, 27 Feb 2019 17:13:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.19` to `7.0.20`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.11.0` to `3.11.1`" - } - ] - } - }, - { - "version": "0.6.4", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.6.4", - "date": "Mon, 18 Feb 2019 17:13:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.18` to `7.0.19`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.10.0` to `3.11.0`" - } - ] - } - }, - { - "version": "0.6.3", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.6.3", - "date": "Tue, 12 Feb 2019 17:13:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.17` to `7.0.18`" - } - ] - } - }, - { - "version": "0.6.2", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.6.2", - "date": "Mon, 11 Feb 2019 10:32:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.16` to `7.0.17`" - } - ] - } - }, - { - "version": "0.6.1", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.6.1", - "date": "Mon, 11 Feb 2019 03:31:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.9.0` to `3.10.0`" - } - ] - } - }, - { - "version": "0.6.0", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.6.0", - "date": "Wed, 30 Jan 2019 20:49:11 GMT", - "comments": { - "minor": [ - { - "comment": "Add ToolPackages API for raw access to tools packages." - } - ] - } - }, - { - "version": "0.5.0", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.5.0", - "date": "Sat, 19 Jan 2019 03:47:47 GMT", - "comments": { - "minor": [ - { - "comment": "Expose api extractor API." - }, - { - "comment": "Upgrade to use API Extractor 7 beta" - } - ] - } - }, - { - "version": "0.4.4", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.4.4", - "date": "Thu, 10 Jan 2019 01:57:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.8.3` to `3.9.0`" - } - ] - } - }, - { - "version": "0.4.3", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.4.3", - "date": "Wed, 19 Dec 2018 05:57:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.8.2` to `3.8.3`" - } - ] - } - }, - { - "version": "0.4.2", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.4.2", - "date": "Thu, 13 Dec 2018 02:58:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.8.1` to `3.8.2`" - } - ] - } - }, - { - "version": "0.4.1", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.4.1", - "date": "Wed, 12 Dec 2018 17:04:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.8.0` to `3.8.1`" - } - ] - } - }, - { - "version": "0.4.0", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.4.0", - "date": "Sat, 08 Dec 2018 06:35:36 GMT", - "comments": { - "minor": [ - { - "comment": "Enable no-floating-promises TSLint rule." - } - ] - } - }, - { - "version": "0.3.1", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.3.1", - "date": "Fri, 07 Dec 2018 17:04:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.7.1` to `3.8.0`" - } - ] - } - }, - { - "version": "0.3.0", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.3.0", - "date": "Fri, 30 Nov 2018 23:34:57 GMT", - "comments": { - "minor": [ - { - "comment": "Allow custom arguments to be passed to the tsc command." - } - ] - } - }, - { - "version": "0.2.1", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.2.1", - "date": "Thu, 29 Nov 2018 07:02:09 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.7.0` to `3.7.1`" - } - ] - } - }, - { - "version": "0.2.0", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.2.0", - "date": "Thu, 29 Nov 2018 00:35:39 GMT", - "comments": { - "minor": [ - { - "comment": "Initial package creation." - } - ] - } - }, - { - "version": "0.1.2", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.1.2", - "date": "Wed, 28 Nov 2018 19:29:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `6.2.0` to `6.3.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.13` to `6.0.14`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.5` to `0.5.6`" - } - ] - } - }, - { - "version": "0.1.1", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.1.1", - "date": "Wed, 28 Nov 2018 02:17:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `6.1.6` to `6.2.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.6.0` to `3.7.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.12` to `6.0.13`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.5.4` to `0.5.5`" - } - ] - } - }, - { - "version": "0.1.0", - "tag": "@microsoft/rush-stack-compiler-2.9_v0.1.0", - "date": "Wed, 21 Nov 2018 23:56:29 GMT", - "comments": { - "minor": [ - { - "comment": "Introducing package." - } - ] - } - } - ] -} diff --git a/stack/rush-stack-compiler-2.9/CHANGELOG.md b/stack/rush-stack-compiler-2.9/CHANGELOG.md deleted file mode 100644 index b45003786f2..00000000000 --- a/stack/rush-stack-compiler-2.9/CHANGELOG.md +++ /dev/null @@ -1,893 +0,0 @@ -# Change Log - @microsoft/rush-stack-compiler-2.9 - -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. - -## 0.14.47 -Wed, 19 May 2021 00:11:39 GMT - -_Version update only_ - -## 0.14.46 -Mon, 03 May 2021 15:10:29 GMT - -_Version update only_ - -## 0.14.45 -Thu, 29 Apr 2021 23:26:50 GMT - -_Version update only_ - -## 0.14.44 -Tue, 20 Apr 2021 04:59:51 GMT - -_Version update only_ - -## 0.14.43 -Mon, 12 Apr 2021 15:10:28 GMT - -_Version update only_ - -## 0.14.42 -Thu, 08 Apr 2021 06:05:32 GMT - -_Version update only_ - -## 0.14.41 -Tue, 06 Apr 2021 15:14:22 GMT - -_Version update only_ - -## 0.14.40 -Thu, 04 Mar 2021 01:11:31 GMT - -_Version update only_ - -## 0.14.39 -Fri, 05 Feb 2021 16:10:42 GMT - -_Version update only_ - -## 0.14.38 -Wed, 13 Jan 2021 01:11:06 GMT - -_Version update only_ - -## 0.14.37 -Thu, 10 Dec 2020 23:25:50 GMT - -_Version update only_ - -## 0.14.36 -Sat, 05 Dec 2020 01:11:23 GMT - -### Patches - -- Ensure rootDir is consistently specified. - -## 0.14.35 -Wed, 18 Nov 2020 08:19:54 GMT - -_Version update only_ - -## 0.14.34 -Wed, 18 Nov 2020 06:21:57 GMT - -_Version update only_ - -## 0.14.33 -Wed, 11 Nov 2020 01:08:58 GMT - -_Version update only_ - -## 0.14.32 -Tue, 10 Nov 2020 23:13:12 GMT - -_Version update only_ - -## 0.14.31 -Fri, 30 Oct 2020 06:38:39 GMT - -_Version update only_ - -## 0.14.30 -Fri, 30 Oct 2020 00:10:14 GMT - -_Version update only_ - -## 0.14.29 -Thu, 29 Oct 2020 06:14:19 GMT - -_Version update only_ - -## 0.14.28 -Wed, 28 Oct 2020 01:18:03 GMT - -_Version update only_ - -## 0.14.27 -Tue, 27 Oct 2020 15:10:14 GMT - -_Version update only_ - -## 0.14.26 -Tue, 06 Oct 2020 00:24:06 GMT - -_Version update only_ - -## 0.14.25 -Mon, 05 Oct 2020 22:36:57 GMT - -_Version update only_ - -## 0.14.24 -Mon, 05 Oct 2020 15:10:43 GMT - -_Version update only_ - -## 0.14.23 -Wed, 30 Sep 2020 18:39:17 GMT - -_Version update only_ - -## 0.14.22 -Wed, 30 Sep 2020 06:53:53 GMT - -_Version update only_ - -## 0.14.21 -Tue, 22 Sep 2020 05:45:57 GMT - -_Version update only_ - -## 0.14.20 -Tue, 22 Sep 2020 01:45:31 GMT - -_Version update only_ - -## 0.14.19 -Tue, 22 Sep 2020 00:08:53 GMT - -_Version update only_ - -## 0.14.18 -Sat, 19 Sep 2020 04:37:27 GMT - -_Version update only_ - -## 0.14.17 -Sat, 19 Sep 2020 03:33:07 GMT - -_Version update only_ - -## 0.14.16 -Fri, 18 Sep 2020 22:57:24 GMT - -_Version update only_ - -## 0.14.15 -Fri, 18 Sep 2020 21:49:54 GMT - -_Version update only_ - -## 0.14.14 -Sun, 13 Sep 2020 01:53:20 GMT - -_Version update only_ - -## 0.14.13 -Fri, 11 Sep 2020 02:13:35 GMT - -_Version update only_ - -## 0.14.12 -Mon, 07 Sep 2020 07:37:37 GMT - -_Version update only_ - -## 0.14.11 -Sat, 05 Sep 2020 18:56:35 GMT - -_Version update only_ - -## 0.14.10 -Thu, 27 Aug 2020 11:27:06 GMT - -_Version update only_ - -## 0.14.9 -Mon, 24 Aug 2020 07:35:20 GMT - -_Version update only_ - -## 0.14.8 -Sat, 22 Aug 2020 05:55:43 GMT - -_Version update only_ - -## 0.14.7 -Fri, 21 Aug 2020 01:21:18 GMT - -_Version update only_ - -## 0.14.6 -Thu, 20 Aug 2020 15:13:53 GMT - -_Version update only_ - -## 0.14.5 -Tue, 18 Aug 2020 23:59:42 GMT - -_Version update only_ - -## 0.14.4 -Mon, 17 Aug 2020 04:53:23 GMT - -_Version update only_ - -## 0.14.3 -Wed, 12 Aug 2020 00:10:05 GMT - -### Patches - -- Updated project to build with Heft - -## 0.14.2 -Wed, 05 Aug 2020 18:27:33 GMT - -_Version update only_ - -## 0.14.1 -Fri, 03 Jul 2020 15:09:04 GMT - -_Version update only_ - -## 0.14.0 -Fri, 03 Jul 2020 05:46:41 GMT - -### Minor changes - -- Disable the "--typescript-compiler-folder" setting for API Extractor, since it was causing errors with the latest TypeScript engine - -## 0.13.2 -Thu, 25 Jun 2020 06:43:35 GMT - -_Version update only_ - -## 0.13.1 -Wed, 24 Jun 2020 09:50:48 GMT - -_Version update only_ - -## 0.13.0 -Wed, 24 Jun 2020 09:04:28 GMT - -### Minor changes - -- Upgrade to ESLint 7 - -## 0.12.1 -Mon, 15 Jun 2020 22:17:18 GMT - -_Version update only_ - -## 0.12.0 -Fri, 12 Jun 2020 09:19:21 GMT - -### Minor changes - -- Expose the @microsoft/api-extractor package's path - -## 0.11.3 -Wed, 10 Jun 2020 20:48:30 GMT - -_Version update only_ - -## 0.11.2 -Mon, 01 Jun 2020 08:34:17 GMT - -_Version update only_ - -## 0.11.1 -Sat, 30 May 2020 02:59:54 GMT - -_Version update only_ - -## 0.11.0 -Thu, 28 May 2020 05:59:02 GMT - -### Minor changes - -- Change the way the typescript, tslint, and api-extractor packages are exported. -- Update TSLint to 5.20.1 -- Update tsconfig-node.json to target es2017 (supported by Node 8); this enables native async/await, and will show complete callstacks when using Node 12 - -## 0.10.17 -Wed, 27 May 2020 05:15:11 GMT - -_Version update only_ - -## 0.10.16 -Tue, 26 May 2020 23:00:25 GMT - -_Version update only_ - -## 0.10.15 -Fri, 22 May 2020 15:08:43 GMT - -_Version update only_ - -## 0.10.14 -Thu, 21 May 2020 23:09:44 GMT - -_Version update only_ - -## 0.10.13 -Thu, 21 May 2020 15:42:00 GMT - -_Version update only_ - -## 0.10.12 -Tue, 19 May 2020 15:08:20 GMT - -_Version update only_ - -## 0.10.11 -Fri, 15 May 2020 08:10:59 GMT - -_Version update only_ - -## 0.10.10 -Wed, 06 May 2020 08:23:45 GMT - -_Version update only_ - -## 0.10.9 -Wed, 08 Apr 2020 04:07:33 GMT - -_Version update only_ - -## 0.10.8 -Fri, 03 Apr 2020 15:10:15 GMT - -### Patches - -- Update tslint-microsoft-contrib to ~6.2.0 - -## 0.10.7 -Sun, 29 Mar 2020 00:04:12 GMT - -_Version update only_ - -## 0.10.6 -Sat, 28 Mar 2020 00:37:16 GMT - -_Version update only_ - -## 0.10.5 -Wed, 18 Mar 2020 15:07:47 GMT - -### Patches - -- Upgrade cyclic dependencies - -## 0.10.4 -Tue, 17 Mar 2020 23:55:58 GMT - -### Patches - -- Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack` - -## 0.10.3 -Tue, 28 Jan 2020 02:23:44 GMT - -_Version update only_ - -## 0.10.2 -Thu, 23 Jan 2020 01:07:56 GMT - -_Version update only_ - -## 0.10.1 -Tue, 21 Jan 2020 21:56:14 GMT - -_Version update only_ - -## 0.10.0 -Sun, 19 Jan 2020 02:26:52 GMT - -### Minor changes - -- Upgrade Node typings to Node 10 - -## 0.9.14 -Fri, 17 Jan 2020 01:08:23 GMT - -_Version update only_ - -## 0.9.13 -Tue, 14 Jan 2020 01:34:16 GMT - -_Version update only_ - -## 0.9.12 -Thu, 09 Jan 2020 06:44:13 GMT - -_Version update only_ - -## 0.9.11 -Wed, 08 Jan 2020 00:11:31 GMT - -_Version update only_ - -## 0.9.10 -Tue, 03 Dec 2019 03:17:44 GMT - -_Version update only_ - -## 0.9.9 -Sun, 24 Nov 2019 00:54:04 GMT - -_Version update only_ - -## 0.9.8 -Wed, 20 Nov 2019 06:14:28 GMT - -_Version update only_ - -## 0.9.7 -Fri, 15 Nov 2019 04:50:50 GMT - -_Version update only_ - -## 0.9.6 -Mon, 11 Nov 2019 16:07:56 GMT - -_Version update only_ - -## 0.9.5 -Wed, 06 Nov 2019 22:44:18 GMT - -_Version update only_ - -## 0.9.4 -Tue, 05 Nov 2019 06:49:29 GMT - -_Version update only_ - -## 0.9.3 -Tue, 05 Nov 2019 01:08:39 GMT - -_Version update only_ - -## 0.9.2 -Fri, 25 Oct 2019 15:08:54 GMT - -### Patches - -- Fix an issue where ESLint output would fail to parse when a large project is built on a Mac. - -## 0.9.1 -Tue, 22 Oct 2019 06:24:44 GMT - -_Version update only_ - -## 0.9.0 -Mon, 21 Oct 2019 05:22:43 GMT - -### Minor changes - -- Add support for ESLint+TypeScript - -## 0.8.6 -Fri, 18 Oct 2019 15:15:01 GMT - -_Version update only_ - -## 0.8.5 -Sun, 06 Oct 2019 00:27:40 GMT - -_Version update only_ - -## 0.8.4 -Fri, 04 Oct 2019 00:15:22 GMT - -_Version update only_ - -## 0.8.3 -Sun, 29 Sep 2019 23:56:29 GMT - -### Patches - -- Update repository URL - -## 0.8.2 -Wed, 25 Sep 2019 15:15:31 GMT - -_Version update only_ - -## 0.8.1 -Tue, 24 Sep 2019 02:58:49 GMT - -_Version update only_ - -## 0.8.0 -Mon, 23 Sep 2019 15:14:55 GMT - -### Minor changes - -- Upgrade @types/node dependency - -## 0.7.36 -Fri, 20 Sep 2019 21:27:22 GMT - -### Patches - -- Fix an issue where api-extractor warnings weren't being reported. - -## 0.7.35 -Wed, 11 Sep 2019 19:56:23 GMT - -_Version update only_ - -## 0.7.34 -Tue, 10 Sep 2019 22:32:23 GMT - -_Version update only_ - -## 0.7.33 -Tue, 10 Sep 2019 20:38:33 GMT - -_Version update only_ - -## 0.7.32 -Wed, 04 Sep 2019 18:28:06 GMT - -_Version update only_ - -## 0.7.31 -Wed, 04 Sep 2019 15:15:37 GMT - -_Version update only_ - -## 0.7.30 -Fri, 30 Aug 2019 00:14:32 GMT - -_Version update only_ - -## 0.7.29 -Mon, 12 Aug 2019 15:15:14 GMT - -_Version update only_ - -## 0.7.28 -Thu, 08 Aug 2019 15:14:17 GMT - -_Version update only_ - -## 0.7.27 -Thu, 08 Aug 2019 00:49:06 GMT - -_Version update only_ - -## 0.7.26 -Mon, 05 Aug 2019 22:04:32 GMT - -_Version update only_ - -## 0.7.25 -Tue, 23 Jul 2019 01:13:01 GMT - -_Version update only_ - -## 0.7.24 -Mon, 22 Jul 2019 19:13:10 GMT - -_Version update only_ - -## 0.7.23 -Fri, 12 Jul 2019 19:12:46 GMT - -_Version update only_ - -## 0.7.22 -Thu, 11 Jul 2019 19:13:08 GMT - -_Version update only_ - -## 0.7.21 -Tue, 09 Jul 2019 19:13:24 GMT - -_Version update only_ - -## 0.7.20 -Mon, 08 Jul 2019 19:12:19 GMT - -_Version update only_ - -## 0.7.19 -Sat, 29 Jun 2019 02:30:10 GMT - -_Version update only_ - -## 0.7.18 -Wed, 12 Jun 2019 19:12:33 GMT - -_Version update only_ - -## 0.7.17 -Tue, 11 Jun 2019 00:48:06 GMT - -_Version update only_ - -## 0.7.16 -Wed, 05 Jun 2019 19:12:34 GMT - -_Version update only_ - -## 0.7.15 -Tue, 04 Jun 2019 05:51:54 GMT - -_Version update only_ - -## 0.7.14 -Mon, 27 May 2019 04:13:44 GMT - -_Version update only_ - -## 0.7.13 -Mon, 13 May 2019 02:08:35 GMT - -_Version update only_ - -## 0.7.12 -Mon, 06 May 2019 20:46:22 GMT - -_Version update only_ - -## 0.7.11 -Mon, 06 May 2019 19:34:54 GMT - -_Version update only_ - -## 0.7.10 -Mon, 06 May 2019 19:11:16 GMT - -_Version update only_ - -## 0.7.9 -Tue, 30 Apr 2019 23:08:02 GMT - -_Version update only_ - -## 0.7.8 -Tue, 16 Apr 2019 11:01:37 GMT - -_Version update only_ - -## 0.7.7 -Fri, 12 Apr 2019 06:13:16 GMT - -_Version update only_ - -## 0.7.6 -Thu, 11 Apr 2019 07:14:01 GMT - -_Version update only_ - -## 0.7.5 -Tue, 09 Apr 2019 05:31:01 GMT - -_Version update only_ - -## 0.7.4 -Mon, 08 Apr 2019 19:12:52 GMT - -_Version update only_ - -## 0.7.3 -Sat, 06 Apr 2019 02:05:51 GMT - -_Version update only_ - -## 0.7.2 -Fri, 05 Apr 2019 04:16:17 GMT - -_Version update only_ - -## 0.7.1 -Wed, 03 Apr 2019 02:58:33 GMT - -_Version update only_ - -## 0.7.0 -Tue, 02 Apr 2019 01:12:02 GMT - -### Minor changes - -- Enable declaration maps in the default TSConfigs. - -## 0.6.20 -Sat, 30 Mar 2019 22:27:16 GMT - -_Version update only_ - -## 0.6.19 -Thu, 28 Mar 2019 19:14:27 GMT - -_Version update only_ - -## 0.6.18 -Tue, 26 Mar 2019 20:54:18 GMT - -_Version update only_ - -## 0.6.17 -Sat, 23 Mar 2019 03:48:31 GMT - -_Version update only_ - -## 0.6.16 -Thu, 21 Mar 2019 04:59:11 GMT - -_Version update only_ - -## 0.6.15 -Thu, 21 Mar 2019 01:15:33 GMT - -_Version update only_ - -## 0.6.14 -Wed, 20 Mar 2019 19:14:49 GMT - -_Version update only_ - -## 0.6.13 -Mon, 18 Mar 2019 04:28:43 GMT - -### Patches - -- Export StandardBuildFolders to eliminate the ae-forgotten-export warning - -## 0.6.12 -Fri, 15 Mar 2019 19:13:25 GMT - -_Version update only_ - -## 0.6.11 -Wed, 13 Mar 2019 19:13:14 GMT - -_Version update only_ - -## 0.6.10 -Wed, 13 Mar 2019 01:14:05 GMT - -_Version update only_ - -## 0.6.9 -Mon, 11 Mar 2019 16:13:36 GMT - -_Version update only_ - -## 0.6.8 -Tue, 05 Mar 2019 17:13:11 GMT - -_Version update only_ - -## 0.6.7 -Mon, 04 Mar 2019 17:13:20 GMT - -_Version update only_ - -## 0.6.6 -Wed, 27 Feb 2019 22:13:58 GMT - -_Version update only_ - -## 0.6.5 -Wed, 27 Feb 2019 17:13:17 GMT - -_Version update only_ - -## 0.6.4 -Mon, 18 Feb 2019 17:13:23 GMT - -_Version update only_ - -## 0.6.3 -Tue, 12 Feb 2019 17:13:12 GMT - -_Version update only_ - -## 0.6.2 -Mon, 11 Feb 2019 10:32:37 GMT - -_Version update only_ - -## 0.6.1 -Mon, 11 Feb 2019 03:31:55 GMT - -_Version update only_ - -## 0.6.0 -Wed, 30 Jan 2019 20:49:11 GMT - -### Minor changes - -- Add ToolPackages API for raw access to tools packages. - -## 0.5.0 -Sat, 19 Jan 2019 03:47:47 GMT - -### Minor changes - -- Expose api extractor API. -- Upgrade to use API Extractor 7 beta - -## 0.4.4 -Thu, 10 Jan 2019 01:57:53 GMT - -_Version update only_ - -## 0.4.3 -Wed, 19 Dec 2018 05:57:33 GMT - -_Version update only_ - -## 0.4.2 -Thu, 13 Dec 2018 02:58:11 GMT - -_Version update only_ - -## 0.4.1 -Wed, 12 Dec 2018 17:04:19 GMT - -_Version update only_ - -## 0.4.0 -Sat, 08 Dec 2018 06:35:36 GMT - -### Minor changes - -- Enable no-floating-promises TSLint rule. - -## 0.3.1 -Fri, 07 Dec 2018 17:04:56 GMT - -_Version update only_ - -## 0.3.0 -Fri, 30 Nov 2018 23:34:57 GMT - -### Minor changes - -- Allow custom arguments to be passed to the tsc command. - -## 0.2.1 -Thu, 29 Nov 2018 07:02:09 GMT - -_Version update only_ - -## 0.2.0 -Thu, 29 Nov 2018 00:35:39 GMT - -### Minor changes - -- Initial package creation. - -## 0.1.2 -Wed, 28 Nov 2018 19:29:54 GMT - -_Version update only_ - -## 0.1.1 -Wed, 28 Nov 2018 02:17:11 GMT - -_Version update only_ - -## 0.1.0 -Wed, 21 Nov 2018 23:56:29 GMT - -### Minor changes - -- Introducing package. - diff --git a/stack/rush-stack-compiler-2.9/LICENSE b/stack/rush-stack-compiler-2.9/LICENSE deleted file mode 100644 index 7c29b93ce0f..00000000000 --- a/stack/rush-stack-compiler-2.9/LICENSE +++ /dev/null @@ -1,24 +0,0 @@ -@microsoft/rush-stack - -Copyright (c) Microsoft Corporation. All rights reserved. - -MIT License - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/stack/rush-stack-compiler-2.9/README.md b/stack/rush-stack-compiler-2.9/README.md deleted file mode 100644 index 9da4c0644ae..00000000000 --- a/stack/rush-stack-compiler-2.9/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# @microsoft/rush-stack-compiler-2.9 - -This package is an NPM peer dependency that is used with -[@microsoft/rush-stack](https://www.npmjs.com/package/@microsoft/rush-stack) -to select a TypeScript compiler version. This variant selects TypeScript 2.9 - -It provides a supported set of versions for the following components: - -- the TypeScript compiler -- [tslint](https://github.com/palantir/tslint#readme) -- [API Extractor](https://api-extractor.com/) diff --git a/stack/rush-stack-compiler-2.9/bin/rush-api-extractor b/stack/rush-stack-compiler-2.9/bin/rush-api-extractor deleted file mode 100755 index 5c9bcde4214..00000000000 --- a/stack/rush-stack-compiler-2.9/bin/rush-api-extractor +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require("@microsoft/api-extractor/bin/api-extractor"); diff --git a/stack/rush-stack-compiler-2.9/bin/rush-eslint b/stack/rush-stack-compiler-2.9/bin/rush-eslint deleted file mode 100755 index 7c2ffc1b1c3..00000000000 --- a/stack/rush-stack-compiler-2.9/bin/rush-eslint +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require("eslint/bin/eslint"); diff --git a/stack/rush-stack-compiler-2.9/bin/rush-tsc b/stack/rush-stack-compiler-2.9/bin/rush-tsc deleted file mode 100755 index 978b97599d7..00000000000 --- a/stack/rush-stack-compiler-2.9/bin/rush-tsc +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require('typescript/bin/tsc'); diff --git a/stack/rush-stack-compiler-2.9/bin/rush-tslint b/stack/rush-stack-compiler-2.9/bin/rush-tslint deleted file mode 100755 index b76ee5d8dab..00000000000 --- a/stack/rush-stack-compiler-2.9/bin/rush-tslint +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require("tslint/bin/tslint"); diff --git a/stack/rush-stack-compiler-2.9/config/api-extractor.json b/stack/rush-stack-compiler-2.9/config/api-extractor.json deleted file mode 100644 index dcfa9cfc5b7..00000000000 --- a/stack/rush-stack-compiler-2.9/config/api-extractor.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", - - "mainEntryPointFilePath": "/lib/index.d.ts", - - "apiReport": { - "enabled": true, - "reportFolder": "../../../common/reviews/api" - }, - - "docModel": { - "enabled": true - }, - - "dtsRollup": { - "enabled": false - } -} diff --git a/stack/rush-stack-compiler-2.9/config/heft.json b/stack/rush-stack-compiler-2.9/config/heft.json deleted file mode 100644 index fa38fa303a4..00000000000 --- a/stack/rush-stack-compiler-2.9/config/heft.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/heft/heft.schema.json", - - "extends": "@rushstack/heft-node-rig/profiles/default/config/heft.json", - - "eventActions": [ - { - "actionKind": "deleteGlobs", - "heftEvent": "clean", - "actionId": "deleteSrc", - "globsToDelete": ["src"] - }, - - { - "actionKind": "copyFiles", - "heftEvent": "pre-compile", - "actionId": "copySrc", - "copyOperations": [ - { - "sourceFolder": "node_modules/@microsoft/rush-stack-compiler-shared/src", - "destinationFolders": ["src"], - "includeGlobs": ["*.ts", "*.js"] - }, - { - "sourceFolder": "node_modules/@microsoft/rush-stack-compiler-shared/src/pre-v4", - "destinationFolders": ["src"], - "includeGlobs": ["*.ts", "*.js"] - } - ] - } - ] -} diff --git a/stack/rush-stack-compiler-2.9/config/rig.json b/stack/rush-stack-compiler-2.9/config/rig.json deleted file mode 100644 index 6ac88a96368..00000000000 --- a/stack/rush-stack-compiler-2.9/config/rig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - // The "rig.json" file directs tools to look for their config files in an external package. - // Documentation for this system: https://www.npmjs.com/package/@rushstack/rig-package - "$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json", - - "rigPackageName": "@rushstack/heft-node-rig" -} diff --git a/stack/rush-stack-compiler-2.9/config/typescript.json b/stack/rush-stack-compiler-2.9/config/typescript.json deleted file mode 100644 index 6e09afa31ca..00000000000 --- a/stack/rush-stack-compiler-2.9/config/typescript.json +++ /dev/null @@ -1,12 +0,0 @@ -/** - * Configures the TypeScript plugin for Heft. This plugin also manages linting. - */ -{ - "$schema": "https://developer.microsoft.com/json-schemas/heft/typescript.schema.json", - - "extends": "@rushstack/heft-node-rig/profiles/default/config/typescript.json", - - "staticAssetsToCopy": { - "fileExtensions": [".d.ts", ".js"] - } -} diff --git a/stack/rush-stack-compiler-2.9/includes/tsconfig-base.json b/stack/rush-stack-compiler-2.9/includes/tsconfig-base.json deleted file mode 100644 index 6c52435c84d..00000000000 --- a/stack/rush-stack-compiler-2.9/includes/tsconfig-base.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "compilerOptions": { - "outDir": "../../../../lib", - "rootDir": "../../../../src", - - "forceConsistentCasingInFileNames": true, - "jsx": "react", - "declaration": true, - "sourceMap": true, - "declarationMap": true, - "inlineSources": true, - "experimentalDecorators": true, - "strictNullChecks": true, - "noUnusedLocals": true, - "types": [] - }, - "include": ["../../../../src/**/*.ts", "../../../../src/**/*.tsx"], - "exclude": ["../../../../node_modules", "../../../../lib"] -} diff --git a/stack/rush-stack-compiler-2.9/includes/tsconfig-node.json b/stack/rush-stack-compiler-2.9/includes/tsconfig-node.json deleted file mode 100644 index 722f0b8f62a..00000000000 --- a/stack/rush-stack-compiler-2.9/includes/tsconfig-node.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "extends": "./tsconfig-base.json", - "compilerOptions": { - "module": "commonjs", - "target": "es2017", - "lib": ["es2017"] - } -} diff --git a/stack/rush-stack-compiler-2.9/includes/tsconfig-web.json b/stack/rush-stack-compiler-2.9/includes/tsconfig-web.json deleted file mode 100644 index 5dd9e12e4aa..00000000000 --- a/stack/rush-stack-compiler-2.9/includes/tsconfig-web.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "extends": "./tsconfig-base.json", - "compilerOptions": { - "module": "esnext", - "moduleResolution": "node", - "target": "es5", - "lib": ["es5", "scripthost", "es2015.collection", "es2015.promise", "es2015.iterable", "dom"] - } -} diff --git a/stack/rush-stack-compiler-2.9/package.json b/stack/rush-stack-compiler-2.9/package.json deleted file mode 100644 index 6fbf25d3a9d..00000000000 --- a/stack/rush-stack-compiler-2.9/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "@microsoft/rush-stack-compiler-2.9", - "version": "0.14.47", - "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 2.9.", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/microsoft/rushstack/tree/master/stack/rush-stack-compiler-2.9" - }, - "bin": { - "rush-api-extractor": "./bin/rush-api-extractor", - "rush-eslint": "./bin/rush-eslint", - "rush-tsc": "./bin/rush-tsc", - "rush-tslint": "./bin/rush-tslint" - }, - "scripts": { - "build": "heft build --clean" - }, - "main": "lib/index.js", - "typings": "lib/index.d.ts", - "dependencies": { - "@microsoft/api-extractor": "workspace:*", - "@rushstack/eslint-config": "workspace:*", - "@rushstack/node-core-library": "workspace:*", - "@types/node": "10.17.13", - "eslint": "~7.12.1", - "import-lazy": "~4.0.0", - "tslint": "~5.20.1", - "tslint-microsoft-contrib": "~6.2.0", - "typescript": "~2.9.2" - }, - "devDependencies": { - "@microsoft/rush-stack-compiler-3.9": "workspace:*", - "@microsoft/rush-stack-compiler-shared": "workspace:*", - "@rushstack/eslint-config": "workspace:*", - "@rushstack/heft": "0.28.0", - "@rushstack/heft-node-rig": "1.0.8" - } -} diff --git a/stack/rush-stack-compiler-2.9/tsconfig.json b/stack/rush-stack-compiler-2.9/tsconfig.json deleted file mode 100644 index 6bef73c4b86..00000000000 --- a/stack/rush-stack-compiler-2.9/tsconfig.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.9/includes/tsconfig-node.json", - - "compilerOptions": { - "rootDir": "src", - "outDir": "lib" - } -} diff --git a/stack/rush-stack-compiler-3.0/.eslintrc.js b/stack/rush-stack-compiler-3.0/.eslintrc.js deleted file mode 100644 index 4c934799d67..00000000000 --- a/stack/rush-stack-compiler-3.0/.eslintrc.js +++ /dev/null @@ -1,10 +0,0 @@ -// This is a workaround for https://github.com/eslint/eslint/issues/3458 -require('@rushstack/eslint-config/patch/modern-module-resolution'); - -module.exports = { - extends: [ - '@rushstack/eslint-config/profile/node-trusted-tool', - '@rushstack/eslint-config/mixins/friendly-locals' - ], - parserOptions: { tsconfigRootDir: __dirname } -}; diff --git a/stack/rush-stack-compiler-3.0/.gitignore b/stack/rush-stack-compiler-3.0/.gitignore deleted file mode 100644 index dbc8690803e..00000000000 --- a/stack/rush-stack-compiler-3.0/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/src \ No newline at end of file diff --git a/stack/rush-stack-compiler-3.0/.npmignore b/stack/rush-stack-compiler-3.0/.npmignore deleted file mode 100644 index ad6bcd960e8..00000000000 --- a/stack/rush-stack-compiler-3.0/.npmignore +++ /dev/null @@ -1,31 +0,0 @@ -# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. - -# Ignore all files by default, to avoid accidentally publishing unintended files. -* - -# Use negative patterns to bring back the specific things we want to publish. -!/bin/** -!/lib/** -!/lib-*/** -!/dist/** -!ThirdPartyNotice.txt - -# Ignore certain patterns that should not get published. -/dist/*.stats.* -/lib/**/test/ -/lib-*/**/test/ -*.test.js - -# NOTE: These don't need to be specified, because NPM includes them automatically. -# -# package.json -# README (and its variants) -# CHANGELOG (and its variants) -# LICENSE / LICENCE - -#-------------------------------------------- -# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE -#-------------------------------------------- - -# (Add your project-specific overrides here) -!/includes/** diff --git a/stack/rush-stack-compiler-3.0/CHANGELOG.json b/stack/rush-stack-compiler-3.0/CHANGELOG.json deleted file mode 100644 index 94d58cd260e..00000000000 --- a/stack/rush-stack-compiler-3.0/CHANGELOG.json +++ /dev/null @@ -1,2547 +0,0 @@ -{ - "name": "@microsoft/rush-stack-compiler-3.0", - "entries": [ - { - "version": "0.13.47", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.47", - "date": "Wed, 19 May 2021 00:11:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.38.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.47`" - } - ] - } - }, - { - "version": "0.13.46", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.46", - "date": "Mon, 03 May 2021 15:10:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.37.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.46`" - } - ] - } - }, - { - "version": "0.13.45", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.45", - "date": "Thu, 29 Apr 2021 23:26:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.45`" - } - ] - } - }, - { - "version": "0.13.44", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.44", - "date": "Tue, 20 Apr 2021 04:59:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.14.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.44`" - } - ] - } - }, - { - "version": "0.13.43", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.43", - "date": "Mon, 12 Apr 2021 15:10:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.43`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.4`" - } - ] - } - }, - { - "version": "0.13.42", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.42", - "date": "Thu, 08 Apr 2021 06:05:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.42`" - } - ] - } - }, - { - "version": "0.13.41", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.41", - "date": "Tue, 06 Apr 2021 15:14:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.41`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.3`" - } - ] - } - }, - { - "version": "0.13.40", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.40", - "date": "Thu, 04 Mar 2021 01:11:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.40`" - } - ] - } - }, - { - "version": "0.13.39", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.39", - "date": "Fri, 05 Feb 2021 16:10:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.39`" - } - ] - } - }, - { - "version": "0.13.38", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.38", - "date": "Wed, 13 Jan 2021 01:11:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.38`" - } - ] - } - }, - { - "version": "0.13.37", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.37", - "date": "Thu, 10 Dec 2020 23:25:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.12.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.37`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.2`" - } - ] - } - }, - { - "version": "0.13.36", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.36", - "date": "Sat, 05 Dec 2020 01:11:23 GMT", - "comments": { - "patch": [ - { - "comment": "Ensure rootDir is consistently specified." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.36`" - } - ] - } - }, - { - "version": "0.13.35", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.35", - "date": "Wed, 18 Nov 2020 08:19:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.12.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.35`" - } - ] - } - }, - { - "version": "0.13.34", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.34", - "date": "Wed, 18 Nov 2020 06:21:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.34`" - } - ] - } - }, - { - "version": "0.13.33", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.33", - "date": "Wed, 11 Nov 2020 01:08:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.33`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.1`" - } - ] - } - }, - { - "version": "0.13.32", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.32", - "date": "Tue, 10 Nov 2020 23:13:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.32`" - } - ] - } - }, - { - "version": "0.13.31", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.31", - "date": "Fri, 30 Oct 2020 06:38:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.0`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.31`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.0`" - } - ] - } - }, - { - "version": "0.13.30", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.30", - "date": "Fri, 30 Oct 2020 00:10:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.30`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.3`" - } - ] - } - }, - { - "version": "0.13.29", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.29", - "date": "Thu, 29 Oct 2020 06:14:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.29`" - } - ] - } - }, - { - "version": "0.13.28", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.28", - "date": "Wed, 28 Oct 2020 01:18:03 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.28`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.2`" - } - ] - } - }, - { - "version": "0.13.27", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.27", - "date": "Tue, 27 Oct 2020 15:10:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.27`" - } - ] - } - }, - { - "version": "0.13.26", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.26", - "date": "Tue, 06 Oct 2020 00:24:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.26`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.1`" - } - ] - } - }, - { - "version": "0.13.25", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.25", - "date": "Mon, 05 Oct 2020 22:36:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.0`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.25`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.0`" - } - ] - } - }, - { - "version": "0.13.24", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.24", - "date": "Mon, 05 Oct 2020 15:10:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.24`" - } - ] - } - }, - { - "version": "0.13.23", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.23", - "date": "Wed, 30 Sep 2020 18:39:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.23`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.3`" - } - ] - } - }, - { - "version": "0.13.22", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.22", - "date": "Wed, 30 Sep 2020 06:53:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.22`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.2`" - } - ] - } - }, - { - "version": "0.13.21", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.21", - "date": "Tue, 22 Sep 2020 05:45:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.22`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.1`" - } - ] - } - }, - { - "version": "0.13.20", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.20", - "date": "Tue, 22 Sep 2020 01:45:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.21`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.0`" - } - ] - } - }, - { - "version": "0.13.19", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.19", - "date": "Tue, 22 Sep 2020 00:08:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.20`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.0.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.0.0`" - } - ] - } - }, - { - "version": "0.13.18", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.18", - "date": "Sat, 19 Sep 2020 04:37:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.19`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.2`" - } - ] - } - }, - { - "version": "0.13.17", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.17", - "date": "Sat, 19 Sep 2020 03:33:07 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.18`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.1`" - } - ] - } - }, - { - "version": "0.13.16", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.16", - "date": "Fri, 18 Sep 2020 22:57:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.17`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.0`" - } - ] - } - }, - { - "version": "0.13.15", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.15", - "date": "Fri, 18 Sep 2020 21:49:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.16`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.0`" - } - ] - } - }, - { - "version": "0.13.14", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.14", - "date": "Sun, 13 Sep 2020 01:53:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.15`" - } - ] - } - }, - { - "version": "0.13.13", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.13", - "date": "Fri, 11 Sep 2020 02:13:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.14`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.32.0`" - } - ] - } - }, - { - "version": "0.13.12", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.12", - "date": "Mon, 07 Sep 2020 07:37:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.31.0`" - } - ] - } - }, - { - "version": "0.13.11", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.11", - "date": "Sat, 05 Sep 2020 18:56:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.12`" - } - ] - } - }, - { - "version": "0.13.10", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.10", - "date": "Thu, 27 Aug 2020 11:27:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.30.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.3.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.3.0`" - } - ] - } - }, - { - "version": "0.13.9", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.9", - "date": "Mon, 24 Aug 2020 07:35:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.10`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.29.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.1`" - } - ] - } - }, - { - "version": "0.13.8", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.8", - "date": "Sat, 22 Aug 2020 05:55:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.29.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.0`" - } - ] - } - }, - { - "version": "0.13.7", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.7", - "date": "Fri, 21 Aug 2020 01:21:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.8`" - } - ] - } - }, - { - "version": "0.13.6", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.6", - "date": "Thu, 20 Aug 2020 15:13:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.7`" - } - ] - } - }, - { - "version": "0.13.5", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.5", - "date": "Tue, 18 Aug 2020 23:59:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.6`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.28.0`" - } - ] - } - }, - { - "version": "0.13.4", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.4", - "date": "Mon, 17 Aug 2020 04:53:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.27.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.1.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.1.0`" - } - ] - } - }, - { - "version": "0.13.3", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.3", - "date": "Wed, 12 Aug 2020 00:10:05 GMT", - "comments": { - "patch": [ - { - "comment": "Updated project to build with Heft" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.26.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.0.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.0.4`" - } - ] - } - }, - { - "version": "0.13.2", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.2", - "date": "Wed, 05 Aug 2020 18:27:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.26.1`" - } - ] - } - }, - { - "version": "0.13.1", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.1", - "date": "Fri, 03 Jul 2020 15:09:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.9.0` to `7.9.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.4` to `3.25.0`" - } - ] - } - }, - { - "version": "0.13.0", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.13.0", - "date": "Fri, 03 Jul 2020 05:46:41 GMT", - "comments": { - "minor": [ - { - "comment": "Disable the \"--typescript-compiler-folder\" setting for API Extractor, since it was causing errors with the latest TypeScript engine" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.15` to `7.9.0`" - } - ] - } - }, - { - "version": "0.12.2", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.12.2", - "date": "Thu, 25 Jun 2020 06:43:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.14` to `7.8.15`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.3` to `3.24.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.1` to `1.0.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.1` to `1.0.2`" - } - ] - } - }, - { - "version": "0.12.1", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.12.1", - "date": "Wed, 24 Jun 2020 09:50:48 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.13` to `7.8.14`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.2` to `3.24.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.0` to `1.0.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.0` to `1.0.1`" - } - ] - } - }, - { - "version": "0.12.0", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.12.0", - "date": "Wed, 24 Jun 2020 09:04:28 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade to ESLint 7" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.12` to `7.8.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.1` to `3.24.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.8` to `1.0.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.8` to `1.0.0`" - } - ] - } - }, - { - "version": "0.11.1", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.11.1", - "date": "Mon, 15 Jun 2020 22:17:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.11` to `7.8.12`" - } - ] - } - }, - { - "version": "0.11.0", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.11.0", - "date": "Fri, 12 Jun 2020 09:19:21 GMT", - "comments": { - "minor": [ - { - "comment": "Expose the @microsoft/api-extractor package's path" - } - ] - } - }, - { - "version": "0.10.3", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.10.3", - "date": "Wed, 10 Jun 2020 20:48:30 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.10` to `7.8.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.0` to `3.24.1`" - } - ] - } - }, - { - "version": "0.10.2", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.10.2", - "date": "Mon, 01 Jun 2020 08:34:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.9` to `7.8.10`" - } - ] - } - }, - { - "version": "0.10.1", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.10.1", - "date": "Sat, 30 May 2020 02:59:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.8` to `7.8.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.23.1` to `3.24.0`" - } - ] - } - }, - { - "version": "0.10.0", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.10.0", - "date": "Thu, 28 May 2020 05:59:02 GMT", - "comments": { - "minor": [ - { - "comment": "Change the way the typescript, tslint, and api-extractor packages are exported." - }, - { - "comment": "Update TSLint to 5.20.1" - }, - { - "comment": "Update tsconfig-node.json to target es2017 (supported by Node 8); this enables native async/await, and will show complete callstacks when using Node 12" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.7` to `7.8.8`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.23.0` to `3.23.1`" - } - ] - } - }, - { - "version": "0.9.17", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.9.17", - "date": "Wed, 27 May 2020 05:15:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.6` to `7.8.7`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.22.1` to `3.23.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.7` to `0.5.8`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.7` to `0.5.8`" - } - ] - } - }, - { - "version": "0.9.16", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.9.16", - "date": "Tue, 26 May 2020 23:00:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.5` to `7.8.6`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.22.0` to `3.22.1`" - } - ] - } - }, - { - "version": "0.9.15", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.9.15", - "date": "Fri, 22 May 2020 15:08:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.4` to `7.8.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.21.0` to `3.22.0`" - } - ] - } - }, - { - "version": "0.9.14", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.9.14", - "date": "Thu, 21 May 2020 23:09:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.3` to `7.8.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.20.0` to `3.21.0`" - } - ] - } - }, - { - "version": "0.9.13", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.9.13", - "date": "Thu, 21 May 2020 15:42:00 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.2` to `7.8.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.7` to `3.20.0`" - } - ] - } - }, - { - "version": "0.9.12", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.9.12", - "date": "Tue, 19 May 2020 15:08:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.1` to `7.8.2`" - } - ] - } - }, - { - "version": "0.9.11", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.9.11", - "date": "Fri, 15 May 2020 08:10:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.0` to `7.8.1`" - } - ] - } - }, - { - "version": "0.9.10", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.9.10", - "date": "Wed, 06 May 2020 08:23:45 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.13` to `7.8.0`" - } - ] - } - }, - { - "version": "0.9.9", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.9.9", - "date": "Wed, 08 Apr 2020 04:07:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.12` to `7.7.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.6` to `3.19.7`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.6` to `0.5.7`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.6` to `0.5.7`" - } - ] - } - }, - { - "version": "0.9.8", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.9.8", - "date": "Fri, 03 Apr 2020 15:10:15 GMT", - "comments": { - "patch": [ - { - "comment": "Update tslint-microsoft-contrib to ~6.2.0" - } - ] - } - }, - { - "version": "0.9.7", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.9.7", - "date": "Sun, 29 Mar 2020 00:04:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.11` to `7.7.12`" - } - ] - } - }, - { - "version": "0.9.6", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.9.6", - "date": "Sat, 28 Mar 2020 00:37:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.10` to `7.7.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.5` to `3.19.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.5` to `0.5.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.5` to `0.5.6`" - } - ] - } - }, - { - "version": "0.9.5", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.9.5", - "date": "Wed, 18 Mar 2020 15:07:47 GMT", - "comments": { - "patch": [ - { - "comment": "Upgrade cyclic dependencies" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.9` to `7.7.10`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.4` to `3.19.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.4` to `0.5.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.4` to `0.5.5`" - } - ] - } - }, - { - "version": "0.9.4", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.9.4", - "date": "Tue, 17 Mar 2020 23:55:58 GMT", - "comments": { - "patch": [ - { - "comment": "Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack`" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.8` to `7.7.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.3` to `3.19.4`" - } - ] - } - }, - { - "version": "0.9.3", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.9.3", - "date": "Tue, 28 Jan 2020 02:23:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.7` to `7.7.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.2` to `3.19.3`" - } - ] - } - }, - { - "version": "0.9.2", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.9.2", - "date": "Thu, 23 Jan 2020 01:07:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.6` to `7.7.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.1` to `3.19.2`" - } - ] - } - }, - { - "version": "0.9.1", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.9.1", - "date": "Tue, 21 Jan 2020 21:56:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.5` to `7.7.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.0` to `3.19.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.3` to `0.5.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.3` to `0.5.4`" - } - ] - } - }, - { - "version": "0.9.0", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.9.0", - "date": "Sun, 19 Jan 2020 02:26:52 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade Node typings to Node 10" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.4` to `7.7.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.3` to `3.19.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.2` to `0.5.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.2` to `0.5.3`" - } - ] - } - }, - { - "version": "0.8.14", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.8.14", - "date": "Fri, 17 Jan 2020 01:08:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.3` to `7.7.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.2` to `3.18.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.1` to `0.5.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.1` to `0.5.2`" - } - ] - } - }, - { - "version": "0.8.13", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.8.13", - "date": "Tue, 14 Jan 2020 01:34:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.2` to `7.7.3`" - } - ] - } - }, - { - "version": "0.8.12", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.8.12", - "date": "Thu, 09 Jan 2020 06:44:13 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.1` to `7.7.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.1` to `3.18.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.0` to `0.5.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.0` to `0.5.1`" - } - ] - } - }, - { - "version": "0.8.11", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.8.11", - "date": "Wed, 08 Jan 2020 00:11:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.0` to `7.7.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.0` to `3.18.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.2` to `0.5.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.2` to `0.5.0`" - } - ] - } - }, - { - "version": "0.8.10", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.8.10", - "date": "Tue, 03 Dec 2019 03:17:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.6.2` to `7.7.0`" - } - ] - } - }, - { - "version": "0.8.9", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.8.9", - "date": "Sun, 24 Nov 2019 00:54:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.6.1` to `7.6.2`" - } - ] - } - }, - { - "version": "0.8.8", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.8.8", - "date": "Wed, 20 Nov 2019 06:14:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.6.0` to `7.6.1`" - } - ] - } - }, - { - "version": "0.8.7", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.8.7", - "date": "Fri, 15 Nov 2019 04:50:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.6` to `7.6.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.17.1` to `3.18.0`" - } - ] - } - }, - { - "version": "0.8.6", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.8.6", - "date": "Mon, 11 Nov 2019 16:07:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.5` to `7.5.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.17.0` to `3.17.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.1` to `0.4.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.1` to `0.4.2`" - } - ] - } - }, - { - "version": "0.8.5", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.8.5", - "date": "Wed, 06 Nov 2019 22:44:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.4` to `7.5.5`" - } - ] - } - }, - { - "version": "0.8.4", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.8.4", - "date": "Tue, 05 Nov 2019 06:49:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.3` to `7.5.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.16.0` to `3.17.0`" - } - ] - } - }, - { - "version": "0.8.3", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.8.3", - "date": "Tue, 05 Nov 2019 01:08:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.2` to `7.5.3`" - } - ] - } - }, - { - "version": "0.8.2", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.8.2", - "date": "Fri, 25 Oct 2019 15:08:54 GMT", - "comments": { - "patch": [ - { - "comment": "Fix an issue where ESLint output would fail to parse when a large project is built on a Mac." - } - ] - } - }, - { - "version": "0.8.1", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.8.1", - "date": "Tue, 22 Oct 2019 06:24:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.1` to `7.5.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.15.1` to `3.16.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.0` to `0.4.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.0` to `0.4.1`" - } - ] - } - }, - { - "version": "0.8.0", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.8.0", - "date": "Mon, 21 Oct 2019 05:22:43 GMT", - "comments": { - "minor": [ - { - "comment": "Add support for ESLint+TypeScript" - } - ] - } - }, - { - "version": "0.7.6", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.7.6", - "date": "Fri, 18 Oct 2019 15:15:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.0` to `7.5.1`" - } - ] - } - }, - { - "version": "0.7.5", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.7.5", - "date": "Sun, 06 Oct 2019 00:27:40 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.7` to `7.5.0`" - } - ] - } - }, - { - "version": "0.7.4", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.7.4", - "date": "Fri, 04 Oct 2019 00:15:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.6` to `7.4.7`" - } - ] - } - }, - { - "version": "0.7.3", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.7.3", - "date": "Sun, 29 Sep 2019 23:56:29 GMT", - "comments": { - "patch": [ - { - "comment": "Update repository URL" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.5` to `7.4.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.15.0` to `3.15.1`" - } - ] - } - }, - { - "version": "0.7.2", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.7.2", - "date": "Wed, 25 Sep 2019 15:15:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.4` to `7.4.5`" - } - ] - } - }, - { - "version": "0.7.1", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.7.1", - "date": "Tue, 24 Sep 2019 02:58:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.3` to `7.4.4`" - } - ] - } - }, - { - "version": "0.7.0", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.7.0", - "date": "Mon, 23 Sep 2019 15:14:55 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade @types/node dependency" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.2` to `7.4.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.2` to `3.15.0`" - } - ] - } - }, - { - "version": "0.6.36", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.6.36", - "date": "Fri, 20 Sep 2019 21:27:22 GMT", - "comments": { - "patch": [ - { - "comment": "Fix an issue where api-extractor warnings weren't being reported." - } - ] - } - }, - { - "version": "0.6.35", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.6.35", - "date": "Wed, 11 Sep 2019 19:56:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.1` to `7.4.2`" - } - ] - } - }, - { - "version": "0.6.34", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.6.34", - "date": "Tue, 10 Sep 2019 22:32:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.0` to `7.4.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.1` to `3.14.2`" - } - ] - } - }, - { - "version": "0.6.33", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.6.33", - "date": "Tue, 10 Sep 2019 20:38:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.11` to `7.4.0`" - } - ] - } - }, - { - "version": "0.6.32", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.6.32", - "date": "Wed, 04 Sep 2019 18:28:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.10` to `7.3.11`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.0` to `3.14.1`" - } - ] - } - }, - { - "version": "0.6.31", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.6.31", - "date": "Wed, 04 Sep 2019 15:15:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.9` to `7.3.10`" - } - ] - } - }, - { - "version": "0.6.30", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.6.30", - "date": "Fri, 30 Aug 2019 00:14:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.8` to `7.3.9`" - } - ] - } - }, - { - "version": "0.6.29", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.6.29", - "date": "Mon, 12 Aug 2019 15:15:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.7` to `7.3.8`" - } - ] - } - }, - { - "version": "0.6.28", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.6.28", - "date": "Thu, 08 Aug 2019 15:14:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.6` to `7.3.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.13.0` to `3.14.0`" - } - ] - } - }, - { - "version": "0.6.27", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.6.27", - "date": "Thu, 08 Aug 2019 00:49:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.5` to `7.3.6`" - } - ] - } - }, - { - "version": "0.6.26", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.6.26", - "date": "Mon, 05 Aug 2019 22:04:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.4` to `7.3.5`" - } - ] - } - }, - { - "version": "0.6.25", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.6.25", - "date": "Tue, 23 Jul 2019 01:13:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.3` to `7.3.4`" - } - ] - } - }, - { - "version": "0.6.24", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.6.24", - "date": "Mon, 22 Jul 2019 19:13:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.2` to `7.3.3`" - } - ] - } - }, - { - "version": "0.6.23", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.6.23", - "date": "Fri, 12 Jul 2019 19:12:46 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.1` to `7.3.2`" - } - ] - } - }, - { - "version": "0.6.22", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.6.22", - "date": "Thu, 11 Jul 2019 19:13:08 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.0` to `7.3.1`" - } - ] - } - }, - { - "version": "0.6.21", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.6.21", - "date": "Tue, 09 Jul 2019 19:13:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.2.3` to `7.3.0`" - } - ] - } - }, - { - "version": "0.6.20", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.6.20", - "date": "Mon, 08 Jul 2019 19:12:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.2.2` to `7.2.3`" - } - ] - } - }, - { - "version": "0.6.19", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.6.19", - "date": "Sat, 29 Jun 2019 02:30:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.2.1` to `7.2.2`" - } - ] - } - }, - { - "version": "0.6.18", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.6.18", - "date": "Wed, 12 Jun 2019 19:12:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.2.0` to `7.2.1`" - } - ] - } - }, - { - "version": "0.6.17", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.6.17", - "date": "Tue, 11 Jun 2019 00:48:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.8` to `7.2.0`" - } - ] - } - }, - { - "version": "0.6.16", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.6.16", - "date": "Wed, 05 Jun 2019 19:12:34 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.7` to `7.1.8`" - } - ] - } - }, - { - "version": "0.6.15", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.6.15", - "date": "Tue, 04 Jun 2019 05:51:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.6` to `7.1.7`" - } - ] - } - }, - { - "version": "0.6.14", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.6.14", - "date": "Mon, 27 May 2019 04:13:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.5` to `7.1.6`" - } - ] - } - }, - { - "version": "0.6.13", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.6.13", - "date": "Mon, 13 May 2019 02:08:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.4` to `7.1.5`" - } - ] - } - }, - { - "version": "0.6.12", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.6.12", - "date": "Mon, 06 May 2019 20:46:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.3` to `7.1.4`" - } - ] - } - }, - { - "version": "0.6.11", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.6.11", - "date": "Mon, 06 May 2019 19:34:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.2` to `7.1.3`" - } - ] - } - }, - { - "version": "0.6.10", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.6.10", - "date": "Mon, 06 May 2019 19:11:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.1` to `7.1.2`" - } - ] - } - }, - { - "version": "0.6.9", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.6.9", - "date": "Tue, 30 Apr 2019 23:08:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.0` to `7.1.1`" - } - ] - } - }, - { - "version": "0.6.8", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.6.8", - "date": "Tue, 16 Apr 2019 11:01:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.42` to `7.1.0`" - } - ] - } - }, - { - "version": "0.6.7", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.6.7", - "date": "Fri, 12 Apr 2019 06:13:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.41` to `7.0.42`" - } - ] - } - }, - { - "version": "0.6.6", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.6.6", - "date": "Thu, 11 Apr 2019 07:14:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.40` to `7.0.41`" - } - ] - } - }, - { - "version": "0.6.5", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.6.5", - "date": "Tue, 09 Apr 2019 05:31:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.39` to `7.0.40`" - } - ] - } - }, - { - "version": "0.6.4", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.6.4", - "date": "Mon, 08 Apr 2019 19:12:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.38` to `7.0.39`" - } - ] - } - }, - { - "version": "0.6.3", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.6.3", - "date": "Sat, 06 Apr 2019 02:05:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.37` to `7.0.38`" - } - ] - } - }, - { - "version": "0.6.2", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.6.2", - "date": "Fri, 05 Apr 2019 04:16:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.36` to `7.0.37`" - } - ] - } - }, - { - "version": "0.6.1", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.6.1", - "date": "Wed, 03 Apr 2019 02:58:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.35` to `7.0.36`" - } - ] - } - }, - { - "version": "0.6.0", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.6.0", - "date": "Tue, 02 Apr 2019 01:12:02 GMT", - "comments": { - "minor": [ - { - "comment": "Enable declaration maps in the default TSConfigs." - } - ] - } - }, - { - "version": "0.5.20", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.5.20", - "date": "Sat, 30 Mar 2019 22:27:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.34` to `7.0.35`" - } - ] - } - }, - { - "version": "0.5.19", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.5.19", - "date": "Thu, 28 Mar 2019 19:14:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.33` to `7.0.34`" - } - ] - } - }, - { - "version": "0.5.18", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.5.18", - "date": "Tue, 26 Mar 2019 20:54:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.32` to `7.0.33`" - } - ] - } - }, - { - "version": "0.5.17", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.5.17", - "date": "Sat, 23 Mar 2019 03:48:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.31` to `7.0.32`" - } - ] - } - }, - { - "version": "0.5.16", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.5.16", - "date": "Thu, 21 Mar 2019 04:59:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.30` to `7.0.31`" - } - ] - } - }, - { - "version": "0.5.15", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.5.15", - "date": "Thu, 21 Mar 2019 01:15:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.29` to `7.0.30`" - } - ] - } - }, - { - "version": "0.5.14", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.5.14", - "date": "Wed, 20 Mar 2019 19:14:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.28` to `7.0.29`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.12.1` to `3.13.0`" - } - ] - } - }, - { - "version": "0.5.13", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.5.13", - "date": "Mon, 18 Mar 2019 04:28:43 GMT", - "comments": { - "patch": [ - { - "comment": "Export StandardBuildFolders to eliminate the ae-forgotten-export warning" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.27` to `7.0.28`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.12.0` to `3.12.1`" - } - ] - } - }, - { - "version": "0.5.12", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.5.12", - "date": "Fri, 15 Mar 2019 19:13:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.26` to `7.0.27`" - } - ] - } - }, - { - "version": "0.5.11", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.5.11", - "date": "Wed, 13 Mar 2019 19:13:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.25` to `7.0.26`" - } - ] - } - }, - { - "version": "0.5.10", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.5.10", - "date": "Wed, 13 Mar 2019 01:14:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.24` to `7.0.25`" - } - ] - } - }, - { - "version": "0.5.9", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.5.9", - "date": "Mon, 11 Mar 2019 16:13:36 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.23` to `7.0.24`" - } - ] - } - }, - { - "version": "0.5.8", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.5.8", - "date": "Tue, 05 Mar 2019 17:13:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.22` to `7.0.23`" - } - ] - } - }, - { - "version": "0.5.7", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.5.7", - "date": "Mon, 04 Mar 2019 17:13:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.21` to `7.0.22`" - } - ] - } - }, - { - "version": "0.5.6", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.5.6", - "date": "Wed, 27 Feb 2019 22:13:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.20` to `7.0.21`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.11.1` to `3.12.0`" - } - ] - } - }, - { - "version": "0.5.5", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.5.5", - "date": "Wed, 27 Feb 2019 17:13:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.19` to `7.0.20`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.11.0` to `3.11.1`" - } - ] - } - }, - { - "version": "0.5.4", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.5.4", - "date": "Mon, 18 Feb 2019 17:13:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.18` to `7.0.19`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.10.0` to `3.11.0`" - } - ] - } - }, - { - "version": "0.5.3", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.5.3", - "date": "Tue, 12 Feb 2019 17:13:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.17` to `7.0.18`" - } - ] - } - }, - { - "version": "0.5.2", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.5.2", - "date": "Mon, 11 Feb 2019 10:32:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.16` to `7.0.17`" - } - ] - } - }, - { - "version": "0.5.1", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.5.1", - "date": "Mon, 11 Feb 2019 03:31:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.9.0` to `3.10.0`" - } - ] - } - }, - { - "version": "0.5.0", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.5.0", - "date": "Wed, 30 Jan 2019 20:49:11 GMT", - "comments": { - "minor": [ - { - "comment": "Add ToolPackages API for raw access to tools packages." - } - ] - } - }, - { - "version": "0.4.0", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.4.0", - "date": "Sat, 19 Jan 2019 03:47:47 GMT", - "comments": { - "minor": [ - { - "comment": "Expose api extractor API." - }, - { - "comment": "Upgrade to use API Extractor 7 beta" - } - ] - } - }, - { - "version": "0.3.4", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.3.4", - "date": "Thu, 10 Jan 2019 01:57:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.8.3` to `3.9.0`" - } - ] - } - }, - { - "version": "0.3.3", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.3.3", - "date": "Wed, 19 Dec 2018 05:57:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.8.2` to `3.8.3`" - } - ] - } - }, - { - "version": "0.3.2", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.3.2", - "date": "Thu, 13 Dec 2018 02:58:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.8.1` to `3.8.2`" - } - ] - } - }, - { - "version": "0.3.1", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.3.1", - "date": "Wed, 12 Dec 2018 17:04:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.8.0` to `3.8.1`" - } - ] - } - }, - { - "version": "0.3.0", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.3.0", - "date": "Sat, 08 Dec 2018 06:35:36 GMT", - "comments": { - "minor": [ - { - "comment": "Enable no-floating-promises TSLint rule." - } - ] - } - }, - { - "version": "0.2.1", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.2.1", - "date": "Fri, 07 Dec 2018 17:04:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.7.1` to `3.8.0`" - } - ] - } - }, - { - "version": "0.2.0", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.2.0", - "date": "Fri, 30 Nov 2018 23:34:57 GMT", - "comments": { - "minor": [ - { - "comment": "Allow custom arguments to be passed to the tsc command." - } - ] - } - }, - { - "version": "0.1.1", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.1.1", - "date": "Thu, 29 Nov 2018 07:02:09 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.7.0` to `3.7.1`" - } - ] - } - }, - { - "version": "0.1.0", - "tag": "@microsoft/rush-stack-compiler-3.0_v0.1.0", - "date": "Thu, 29 Nov 2018 00:35:39 GMT", - "comments": { - "minor": [ - { - "comment": "Initial package creation." - } - ] - } - } - ] -} diff --git a/stack/rush-stack-compiler-3.0/CHANGELOG.md b/stack/rush-stack-compiler-3.0/CHANGELOG.md deleted file mode 100644 index ef9da17ae65..00000000000 --- a/stack/rush-stack-compiler-3.0/CHANGELOG.md +++ /dev/null @@ -1,876 +0,0 @@ -# Change Log - @microsoft/rush-stack-compiler-3.0 - -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. - -## 0.13.47 -Wed, 19 May 2021 00:11:39 GMT - -_Version update only_ - -## 0.13.46 -Mon, 03 May 2021 15:10:29 GMT - -_Version update only_ - -## 0.13.45 -Thu, 29 Apr 2021 23:26:50 GMT - -_Version update only_ - -## 0.13.44 -Tue, 20 Apr 2021 04:59:51 GMT - -_Version update only_ - -## 0.13.43 -Mon, 12 Apr 2021 15:10:28 GMT - -_Version update only_ - -## 0.13.42 -Thu, 08 Apr 2021 06:05:32 GMT - -_Version update only_ - -## 0.13.41 -Tue, 06 Apr 2021 15:14:22 GMT - -_Version update only_ - -## 0.13.40 -Thu, 04 Mar 2021 01:11:31 GMT - -_Version update only_ - -## 0.13.39 -Fri, 05 Feb 2021 16:10:42 GMT - -_Version update only_ - -## 0.13.38 -Wed, 13 Jan 2021 01:11:06 GMT - -_Version update only_ - -## 0.13.37 -Thu, 10 Dec 2020 23:25:50 GMT - -_Version update only_ - -## 0.13.36 -Sat, 05 Dec 2020 01:11:23 GMT - -### Patches - -- Ensure rootDir is consistently specified. - -## 0.13.35 -Wed, 18 Nov 2020 08:19:54 GMT - -_Version update only_ - -## 0.13.34 -Wed, 18 Nov 2020 06:21:57 GMT - -_Version update only_ - -## 0.13.33 -Wed, 11 Nov 2020 01:08:58 GMT - -_Version update only_ - -## 0.13.32 -Tue, 10 Nov 2020 23:13:12 GMT - -_Version update only_ - -## 0.13.31 -Fri, 30 Oct 2020 06:38:39 GMT - -_Version update only_ - -## 0.13.30 -Fri, 30 Oct 2020 00:10:14 GMT - -_Version update only_ - -## 0.13.29 -Thu, 29 Oct 2020 06:14:19 GMT - -_Version update only_ - -## 0.13.28 -Wed, 28 Oct 2020 01:18:03 GMT - -_Version update only_ - -## 0.13.27 -Tue, 27 Oct 2020 15:10:14 GMT - -_Version update only_ - -## 0.13.26 -Tue, 06 Oct 2020 00:24:06 GMT - -_Version update only_ - -## 0.13.25 -Mon, 05 Oct 2020 22:36:57 GMT - -_Version update only_ - -## 0.13.24 -Mon, 05 Oct 2020 15:10:43 GMT - -_Version update only_ - -## 0.13.23 -Wed, 30 Sep 2020 18:39:17 GMT - -_Version update only_ - -## 0.13.22 -Wed, 30 Sep 2020 06:53:53 GMT - -_Version update only_ - -## 0.13.21 -Tue, 22 Sep 2020 05:45:57 GMT - -_Version update only_ - -## 0.13.20 -Tue, 22 Sep 2020 01:45:31 GMT - -_Version update only_ - -## 0.13.19 -Tue, 22 Sep 2020 00:08:53 GMT - -_Version update only_ - -## 0.13.18 -Sat, 19 Sep 2020 04:37:27 GMT - -_Version update only_ - -## 0.13.17 -Sat, 19 Sep 2020 03:33:07 GMT - -_Version update only_ - -## 0.13.16 -Fri, 18 Sep 2020 22:57:24 GMT - -_Version update only_ - -## 0.13.15 -Fri, 18 Sep 2020 21:49:54 GMT - -_Version update only_ - -## 0.13.14 -Sun, 13 Sep 2020 01:53:20 GMT - -_Version update only_ - -## 0.13.13 -Fri, 11 Sep 2020 02:13:35 GMT - -_Version update only_ - -## 0.13.12 -Mon, 07 Sep 2020 07:37:37 GMT - -_Version update only_ - -## 0.13.11 -Sat, 05 Sep 2020 18:56:35 GMT - -_Version update only_ - -## 0.13.10 -Thu, 27 Aug 2020 11:27:06 GMT - -_Version update only_ - -## 0.13.9 -Mon, 24 Aug 2020 07:35:20 GMT - -_Version update only_ - -## 0.13.8 -Sat, 22 Aug 2020 05:55:43 GMT - -_Version update only_ - -## 0.13.7 -Fri, 21 Aug 2020 01:21:18 GMT - -_Version update only_ - -## 0.13.6 -Thu, 20 Aug 2020 15:13:53 GMT - -_Version update only_ - -## 0.13.5 -Tue, 18 Aug 2020 23:59:42 GMT - -_Version update only_ - -## 0.13.4 -Mon, 17 Aug 2020 04:53:23 GMT - -_Version update only_ - -## 0.13.3 -Wed, 12 Aug 2020 00:10:05 GMT - -### Patches - -- Updated project to build with Heft - -## 0.13.2 -Wed, 05 Aug 2020 18:27:33 GMT - -_Version update only_ - -## 0.13.1 -Fri, 03 Jul 2020 15:09:04 GMT - -_Version update only_ - -## 0.13.0 -Fri, 03 Jul 2020 05:46:41 GMT - -### Minor changes - -- Disable the "--typescript-compiler-folder" setting for API Extractor, since it was causing errors with the latest TypeScript engine - -## 0.12.2 -Thu, 25 Jun 2020 06:43:35 GMT - -_Version update only_ - -## 0.12.1 -Wed, 24 Jun 2020 09:50:48 GMT - -_Version update only_ - -## 0.12.0 -Wed, 24 Jun 2020 09:04:28 GMT - -### Minor changes - -- Upgrade to ESLint 7 - -## 0.11.1 -Mon, 15 Jun 2020 22:17:18 GMT - -_Version update only_ - -## 0.11.0 -Fri, 12 Jun 2020 09:19:21 GMT - -### Minor changes - -- Expose the @microsoft/api-extractor package's path - -## 0.10.3 -Wed, 10 Jun 2020 20:48:30 GMT - -_Version update only_ - -## 0.10.2 -Mon, 01 Jun 2020 08:34:17 GMT - -_Version update only_ - -## 0.10.1 -Sat, 30 May 2020 02:59:54 GMT - -_Version update only_ - -## 0.10.0 -Thu, 28 May 2020 05:59:02 GMT - -### Minor changes - -- Change the way the typescript, tslint, and api-extractor packages are exported. -- Update TSLint to 5.20.1 -- Update tsconfig-node.json to target es2017 (supported by Node 8); this enables native async/await, and will show complete callstacks when using Node 12 - -## 0.9.17 -Wed, 27 May 2020 05:15:11 GMT - -_Version update only_ - -## 0.9.16 -Tue, 26 May 2020 23:00:25 GMT - -_Version update only_ - -## 0.9.15 -Fri, 22 May 2020 15:08:43 GMT - -_Version update only_ - -## 0.9.14 -Thu, 21 May 2020 23:09:44 GMT - -_Version update only_ - -## 0.9.13 -Thu, 21 May 2020 15:42:00 GMT - -_Version update only_ - -## 0.9.12 -Tue, 19 May 2020 15:08:20 GMT - -_Version update only_ - -## 0.9.11 -Fri, 15 May 2020 08:10:59 GMT - -_Version update only_ - -## 0.9.10 -Wed, 06 May 2020 08:23:45 GMT - -_Version update only_ - -## 0.9.9 -Wed, 08 Apr 2020 04:07:33 GMT - -_Version update only_ - -## 0.9.8 -Fri, 03 Apr 2020 15:10:15 GMT - -### Patches - -- Update tslint-microsoft-contrib to ~6.2.0 - -## 0.9.7 -Sun, 29 Mar 2020 00:04:12 GMT - -_Version update only_ - -## 0.9.6 -Sat, 28 Mar 2020 00:37:16 GMT - -_Version update only_ - -## 0.9.5 -Wed, 18 Mar 2020 15:07:47 GMT - -### Patches - -- Upgrade cyclic dependencies - -## 0.9.4 -Tue, 17 Mar 2020 23:55:58 GMT - -### Patches - -- Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack` - -## 0.9.3 -Tue, 28 Jan 2020 02:23:44 GMT - -_Version update only_ - -## 0.9.2 -Thu, 23 Jan 2020 01:07:56 GMT - -_Version update only_ - -## 0.9.1 -Tue, 21 Jan 2020 21:56:14 GMT - -_Version update only_ - -## 0.9.0 -Sun, 19 Jan 2020 02:26:52 GMT - -### Minor changes - -- Upgrade Node typings to Node 10 - -## 0.8.14 -Fri, 17 Jan 2020 01:08:23 GMT - -_Version update only_ - -## 0.8.13 -Tue, 14 Jan 2020 01:34:16 GMT - -_Version update only_ - -## 0.8.12 -Thu, 09 Jan 2020 06:44:13 GMT - -_Version update only_ - -## 0.8.11 -Wed, 08 Jan 2020 00:11:31 GMT - -_Version update only_ - -## 0.8.10 -Tue, 03 Dec 2019 03:17:44 GMT - -_Version update only_ - -## 0.8.9 -Sun, 24 Nov 2019 00:54:04 GMT - -_Version update only_ - -## 0.8.8 -Wed, 20 Nov 2019 06:14:28 GMT - -_Version update only_ - -## 0.8.7 -Fri, 15 Nov 2019 04:50:50 GMT - -_Version update only_ - -## 0.8.6 -Mon, 11 Nov 2019 16:07:56 GMT - -_Version update only_ - -## 0.8.5 -Wed, 06 Nov 2019 22:44:18 GMT - -_Version update only_ - -## 0.8.4 -Tue, 05 Nov 2019 06:49:29 GMT - -_Version update only_ - -## 0.8.3 -Tue, 05 Nov 2019 01:08:39 GMT - -_Version update only_ - -## 0.8.2 -Fri, 25 Oct 2019 15:08:54 GMT - -### Patches - -- Fix an issue where ESLint output would fail to parse when a large project is built on a Mac. - -## 0.8.1 -Tue, 22 Oct 2019 06:24:44 GMT - -_Version update only_ - -## 0.8.0 -Mon, 21 Oct 2019 05:22:43 GMT - -### Minor changes - -- Add support for ESLint+TypeScript - -## 0.7.6 -Fri, 18 Oct 2019 15:15:01 GMT - -_Version update only_ - -## 0.7.5 -Sun, 06 Oct 2019 00:27:40 GMT - -_Version update only_ - -## 0.7.4 -Fri, 04 Oct 2019 00:15:22 GMT - -_Version update only_ - -## 0.7.3 -Sun, 29 Sep 2019 23:56:29 GMT - -### Patches - -- Update repository URL - -## 0.7.2 -Wed, 25 Sep 2019 15:15:31 GMT - -_Version update only_ - -## 0.7.1 -Tue, 24 Sep 2019 02:58:49 GMT - -_Version update only_ - -## 0.7.0 -Mon, 23 Sep 2019 15:14:55 GMT - -### Minor changes - -- Upgrade @types/node dependency - -## 0.6.36 -Fri, 20 Sep 2019 21:27:22 GMT - -### Patches - -- Fix an issue where api-extractor warnings weren't being reported. - -## 0.6.35 -Wed, 11 Sep 2019 19:56:23 GMT - -_Version update only_ - -## 0.6.34 -Tue, 10 Sep 2019 22:32:23 GMT - -_Version update only_ - -## 0.6.33 -Tue, 10 Sep 2019 20:38:33 GMT - -_Version update only_ - -## 0.6.32 -Wed, 04 Sep 2019 18:28:06 GMT - -_Version update only_ - -## 0.6.31 -Wed, 04 Sep 2019 15:15:37 GMT - -_Version update only_ - -## 0.6.30 -Fri, 30 Aug 2019 00:14:32 GMT - -_Version update only_ - -## 0.6.29 -Mon, 12 Aug 2019 15:15:14 GMT - -_Version update only_ - -## 0.6.28 -Thu, 08 Aug 2019 15:14:17 GMT - -_Version update only_ - -## 0.6.27 -Thu, 08 Aug 2019 00:49:06 GMT - -_Version update only_ - -## 0.6.26 -Mon, 05 Aug 2019 22:04:32 GMT - -_Version update only_ - -## 0.6.25 -Tue, 23 Jul 2019 01:13:01 GMT - -_Version update only_ - -## 0.6.24 -Mon, 22 Jul 2019 19:13:10 GMT - -_Version update only_ - -## 0.6.23 -Fri, 12 Jul 2019 19:12:46 GMT - -_Version update only_ - -## 0.6.22 -Thu, 11 Jul 2019 19:13:08 GMT - -_Version update only_ - -## 0.6.21 -Tue, 09 Jul 2019 19:13:24 GMT - -_Version update only_ - -## 0.6.20 -Mon, 08 Jul 2019 19:12:19 GMT - -_Version update only_ - -## 0.6.19 -Sat, 29 Jun 2019 02:30:10 GMT - -_Version update only_ - -## 0.6.18 -Wed, 12 Jun 2019 19:12:33 GMT - -_Version update only_ - -## 0.6.17 -Tue, 11 Jun 2019 00:48:06 GMT - -_Version update only_ - -## 0.6.16 -Wed, 05 Jun 2019 19:12:34 GMT - -_Version update only_ - -## 0.6.15 -Tue, 04 Jun 2019 05:51:54 GMT - -_Version update only_ - -## 0.6.14 -Mon, 27 May 2019 04:13:44 GMT - -_Version update only_ - -## 0.6.13 -Mon, 13 May 2019 02:08:35 GMT - -_Version update only_ - -## 0.6.12 -Mon, 06 May 2019 20:46:22 GMT - -_Version update only_ - -## 0.6.11 -Mon, 06 May 2019 19:34:54 GMT - -_Version update only_ - -## 0.6.10 -Mon, 06 May 2019 19:11:16 GMT - -_Version update only_ - -## 0.6.9 -Tue, 30 Apr 2019 23:08:02 GMT - -_Version update only_ - -## 0.6.8 -Tue, 16 Apr 2019 11:01:37 GMT - -_Version update only_ - -## 0.6.7 -Fri, 12 Apr 2019 06:13:16 GMT - -_Version update only_ - -## 0.6.6 -Thu, 11 Apr 2019 07:14:01 GMT - -_Version update only_ - -## 0.6.5 -Tue, 09 Apr 2019 05:31:01 GMT - -_Version update only_ - -## 0.6.4 -Mon, 08 Apr 2019 19:12:52 GMT - -_Version update only_ - -## 0.6.3 -Sat, 06 Apr 2019 02:05:51 GMT - -_Version update only_ - -## 0.6.2 -Fri, 05 Apr 2019 04:16:17 GMT - -_Version update only_ - -## 0.6.1 -Wed, 03 Apr 2019 02:58:33 GMT - -_Version update only_ - -## 0.6.0 -Tue, 02 Apr 2019 01:12:02 GMT - -### Minor changes - -- Enable declaration maps in the default TSConfigs. - -## 0.5.20 -Sat, 30 Mar 2019 22:27:16 GMT - -_Version update only_ - -## 0.5.19 -Thu, 28 Mar 2019 19:14:27 GMT - -_Version update only_ - -## 0.5.18 -Tue, 26 Mar 2019 20:54:18 GMT - -_Version update only_ - -## 0.5.17 -Sat, 23 Mar 2019 03:48:31 GMT - -_Version update only_ - -## 0.5.16 -Thu, 21 Mar 2019 04:59:11 GMT - -_Version update only_ - -## 0.5.15 -Thu, 21 Mar 2019 01:15:33 GMT - -_Version update only_ - -## 0.5.14 -Wed, 20 Mar 2019 19:14:49 GMT - -_Version update only_ - -## 0.5.13 -Mon, 18 Mar 2019 04:28:43 GMT - -### Patches - -- Export StandardBuildFolders to eliminate the ae-forgotten-export warning - -## 0.5.12 -Fri, 15 Mar 2019 19:13:25 GMT - -_Version update only_ - -## 0.5.11 -Wed, 13 Mar 2019 19:13:14 GMT - -_Version update only_ - -## 0.5.10 -Wed, 13 Mar 2019 01:14:05 GMT - -_Version update only_ - -## 0.5.9 -Mon, 11 Mar 2019 16:13:36 GMT - -_Version update only_ - -## 0.5.8 -Tue, 05 Mar 2019 17:13:11 GMT - -_Version update only_ - -## 0.5.7 -Mon, 04 Mar 2019 17:13:20 GMT - -_Version update only_ - -## 0.5.6 -Wed, 27 Feb 2019 22:13:58 GMT - -_Version update only_ - -## 0.5.5 -Wed, 27 Feb 2019 17:13:17 GMT - -_Version update only_ - -## 0.5.4 -Mon, 18 Feb 2019 17:13:23 GMT - -_Version update only_ - -## 0.5.3 -Tue, 12 Feb 2019 17:13:12 GMT - -_Version update only_ - -## 0.5.2 -Mon, 11 Feb 2019 10:32:37 GMT - -_Version update only_ - -## 0.5.1 -Mon, 11 Feb 2019 03:31:55 GMT - -_Version update only_ - -## 0.5.0 -Wed, 30 Jan 2019 20:49:11 GMT - -### Minor changes - -- Add ToolPackages API for raw access to tools packages. - -## 0.4.0 -Sat, 19 Jan 2019 03:47:47 GMT - -### Minor changes - -- Expose api extractor API. -- Upgrade to use API Extractor 7 beta - -## 0.3.4 -Thu, 10 Jan 2019 01:57:53 GMT - -_Version update only_ - -## 0.3.3 -Wed, 19 Dec 2018 05:57:33 GMT - -_Version update only_ - -## 0.3.2 -Thu, 13 Dec 2018 02:58:11 GMT - -_Version update only_ - -## 0.3.1 -Wed, 12 Dec 2018 17:04:19 GMT - -_Version update only_ - -## 0.3.0 -Sat, 08 Dec 2018 06:35:36 GMT - -### Minor changes - -- Enable no-floating-promises TSLint rule. - -## 0.2.1 -Fri, 07 Dec 2018 17:04:56 GMT - -_Version update only_ - -## 0.2.0 -Fri, 30 Nov 2018 23:34:57 GMT - -### Minor changes - -- Allow custom arguments to be passed to the tsc command. - -## 0.1.1 -Thu, 29 Nov 2018 07:02:09 GMT - -_Version update only_ - -## 0.1.0 -Thu, 29 Nov 2018 00:35:39 GMT - -### Minor changes - -- Initial package creation. - diff --git a/stack/rush-stack-compiler-3.0/LICENSE b/stack/rush-stack-compiler-3.0/LICENSE deleted file mode 100644 index 7c29b93ce0f..00000000000 --- a/stack/rush-stack-compiler-3.0/LICENSE +++ /dev/null @@ -1,24 +0,0 @@ -@microsoft/rush-stack - -Copyright (c) Microsoft Corporation. All rights reserved. - -MIT License - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/stack/rush-stack-compiler-3.0/README.md b/stack/rush-stack-compiler-3.0/README.md deleted file mode 100644 index 77ea9965d77..00000000000 --- a/stack/rush-stack-compiler-3.0/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# @microsoft/rush-stack-compiler-3.0 - -This package is an NPM peer dependency that is used with -[@microsoft/rush-stack](https://www.npmjs.com/package/@microsoft/rush-stack) -to select a TypeScript compiler version. This variant selects TypeScript 3.0 - -It provides a supported set of versions for the following components: - -- the TypeScript compiler -- [tslint](https://github.com/palantir/tslint#readme) -- [API Extractor](https://api-extractor.com/) diff --git a/stack/rush-stack-compiler-3.0/bin/rush-api-extractor b/stack/rush-stack-compiler-3.0/bin/rush-api-extractor deleted file mode 100755 index 5c9bcde4214..00000000000 --- a/stack/rush-stack-compiler-3.0/bin/rush-api-extractor +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require("@microsoft/api-extractor/bin/api-extractor"); diff --git a/stack/rush-stack-compiler-3.0/bin/rush-eslint b/stack/rush-stack-compiler-3.0/bin/rush-eslint deleted file mode 100755 index 7c2ffc1b1c3..00000000000 --- a/stack/rush-stack-compiler-3.0/bin/rush-eslint +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require("eslint/bin/eslint"); diff --git a/stack/rush-stack-compiler-3.0/bin/rush-tsc b/stack/rush-stack-compiler-3.0/bin/rush-tsc deleted file mode 100755 index 978b97599d7..00000000000 --- a/stack/rush-stack-compiler-3.0/bin/rush-tsc +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require('typescript/bin/tsc'); diff --git a/stack/rush-stack-compiler-3.0/bin/rush-tslint b/stack/rush-stack-compiler-3.0/bin/rush-tslint deleted file mode 100755 index b76ee5d8dab..00000000000 --- a/stack/rush-stack-compiler-3.0/bin/rush-tslint +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require("tslint/bin/tslint"); diff --git a/stack/rush-stack-compiler-3.0/config/api-extractor.json b/stack/rush-stack-compiler-3.0/config/api-extractor.json deleted file mode 100644 index dcfa9cfc5b7..00000000000 --- a/stack/rush-stack-compiler-3.0/config/api-extractor.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", - - "mainEntryPointFilePath": "/lib/index.d.ts", - - "apiReport": { - "enabled": true, - "reportFolder": "../../../common/reviews/api" - }, - - "docModel": { - "enabled": true - }, - - "dtsRollup": { - "enabled": false - } -} diff --git a/stack/rush-stack-compiler-3.0/config/heft.json b/stack/rush-stack-compiler-3.0/config/heft.json deleted file mode 100644 index fa38fa303a4..00000000000 --- a/stack/rush-stack-compiler-3.0/config/heft.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/heft/heft.schema.json", - - "extends": "@rushstack/heft-node-rig/profiles/default/config/heft.json", - - "eventActions": [ - { - "actionKind": "deleteGlobs", - "heftEvent": "clean", - "actionId": "deleteSrc", - "globsToDelete": ["src"] - }, - - { - "actionKind": "copyFiles", - "heftEvent": "pre-compile", - "actionId": "copySrc", - "copyOperations": [ - { - "sourceFolder": "node_modules/@microsoft/rush-stack-compiler-shared/src", - "destinationFolders": ["src"], - "includeGlobs": ["*.ts", "*.js"] - }, - { - "sourceFolder": "node_modules/@microsoft/rush-stack-compiler-shared/src/pre-v4", - "destinationFolders": ["src"], - "includeGlobs": ["*.ts", "*.js"] - } - ] - } - ] -} diff --git a/stack/rush-stack-compiler-3.0/config/rig.json b/stack/rush-stack-compiler-3.0/config/rig.json deleted file mode 100644 index 6ac88a96368..00000000000 --- a/stack/rush-stack-compiler-3.0/config/rig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - // The "rig.json" file directs tools to look for their config files in an external package. - // Documentation for this system: https://www.npmjs.com/package/@rushstack/rig-package - "$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json", - - "rigPackageName": "@rushstack/heft-node-rig" -} diff --git a/stack/rush-stack-compiler-3.0/config/typescript.json b/stack/rush-stack-compiler-3.0/config/typescript.json deleted file mode 100644 index 6e09afa31ca..00000000000 --- a/stack/rush-stack-compiler-3.0/config/typescript.json +++ /dev/null @@ -1,12 +0,0 @@ -/** - * Configures the TypeScript plugin for Heft. This plugin also manages linting. - */ -{ - "$schema": "https://developer.microsoft.com/json-schemas/heft/typescript.schema.json", - - "extends": "@rushstack/heft-node-rig/profiles/default/config/typescript.json", - - "staticAssetsToCopy": { - "fileExtensions": [".d.ts", ".js"] - } -} diff --git a/stack/rush-stack-compiler-3.0/includes/tsconfig-node.json b/stack/rush-stack-compiler-3.0/includes/tsconfig-node.json deleted file mode 100644 index 722f0b8f62a..00000000000 --- a/stack/rush-stack-compiler-3.0/includes/tsconfig-node.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "extends": "./tsconfig-base.json", - "compilerOptions": { - "module": "commonjs", - "target": "es2017", - "lib": ["es2017"] - } -} diff --git a/stack/rush-stack-compiler-3.0/includes/tsconfig-web.json b/stack/rush-stack-compiler-3.0/includes/tsconfig-web.json deleted file mode 100644 index 5dd9e12e4aa..00000000000 --- a/stack/rush-stack-compiler-3.0/includes/tsconfig-web.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "extends": "./tsconfig-base.json", - "compilerOptions": { - "module": "esnext", - "moduleResolution": "node", - "target": "es5", - "lib": ["es5", "scripthost", "es2015.collection", "es2015.promise", "es2015.iterable", "dom"] - } -} diff --git a/stack/rush-stack-compiler-3.0/includes/tslint.json b/stack/rush-stack-compiler-3.0/includes/tslint.json deleted file mode 100644 index f55613b66cc..00000000000 --- a/stack/rush-stack-compiler-3.0/includes/tslint.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tslint", - - "rulesDirectory": ["tslint-microsoft-contrib"], - "rules": { - "class-name": true, - "comment-format": [true, "check-space"], - "curly": true, - "eofline": false, - "export-name": true, - "forin": true, - "indent": [true, "spaces", 2], - "interface-name": true, - "label-position": true, - "max-line-length": [true, 120], - "member-access": true, - "member-ordering": [ - true, - { - "order": [ - "public-static-field", - "protected-static-field", - "private-static-field", - "public-instance-field", - "protected-instance-field", - "private-instance-field", - "public-static-method", - "protected-static-method", - "private-static-method", - "public-constructor", - "public-instance-method", - "protected-constructor", - "protected-instance-method", - "private-constructor", - "private-instance-method" - ] - } - ], - "missing-optional-annotation": true, - "no-arg": true, - "no-any": true, - "no-bitwise": true, - "no-consecutive-blank-lines": true, - "no-console": [true, "debug", "info", "time", "timeEnd", "trace"], - "no-constant-condition": true, - "no-construct": true, - "no-debugger": true, - "no-duplicate-switch-case": true, - "no-duplicate-parameter-names": true, - "no-duplicate-variable": true, - "no-empty": true, - "no-eval": true, - "no-floating-promises": true, - "no-function-expression": true, - "no-inferrable-types": false, - "no-internal-module": true, - "no-null-keyword": true, - "no-shadowed-variable": true, - "no-string-literal": true, - "no-switch-case-fall-through": true, - "no-trailing-whitespace": true, - "no-unnecessary-semicolons": true, - "no-unused-expression": true, - "no-with-statement": true, - "no-var-keyword": true, - "object-literal-sort-keys": false, - "one-line": [true, "check-open-brace", "check-catch", "check-else", "check-whitespace"], - "quotemark": [true, "single", "avoid-escape"], - "prefer-const": true, - "radix": true, - "semicolon": true, - "trailing-comma": [ - true, - { - "multiline": "never", - "singleline": "never" - } - ], - "triple-equals": [true, "allow-null-check"], - "typedef": [ - true, - "call-signature", - "parameter", - "property-declaration", - "variable-declaration", - "member-variable-declaration" - ], - "typedef-whitespace": [ - true, - { - "call-signature": "nospace", - "index-signature": "nospace", - "parameter": "nospace", - "property-declaration": "nospace", - "variable-declaration": "nospace" - } - ], - "use-isnan": true, - "use-named-parameter": true, - "variable-name": [true, "check-format", "allow-leading-underscore", "ban-keywords"], - "whitespace": [true, "check-branch", "check-decl", "check-operator", "check-separator", "check-type"] - } -} diff --git a/stack/rush-stack-compiler-3.0/package.json b/stack/rush-stack-compiler-3.0/package.json deleted file mode 100644 index c08952348b1..00000000000 --- a/stack/rush-stack-compiler-3.0/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "@microsoft/rush-stack-compiler-3.0", - "version": "0.13.47", - "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.0.", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/microsoft/rushstack/tree/master/stack/rush-stack-compiler-3.0" - }, - "bin": { - "rush-api-extractor": "./bin/rush-api-extractor", - "rush-eslint": "./bin/rush-eslint", - "rush-tsc": "./bin/rush-tsc", - "rush-tslint": "./bin/rush-tslint" - }, - "scripts": { - "build": "heft build --clean" - }, - "main": "lib/index.js", - "typings": "lib/index.d.ts", - "dependencies": { - "@microsoft/api-extractor": "workspace:*", - "@rushstack/eslint-config": "workspace:*", - "@rushstack/node-core-library": "workspace:*", - "@types/node": "10.17.13", - "eslint": "~7.12.1", - "import-lazy": "~4.0.0", - "tslint": "~5.20.1", - "tslint-microsoft-contrib": "~6.2.0", - "typescript": "~3.0.3" - }, - "devDependencies": { - "@microsoft/rush-stack-compiler-3.9": "workspace:*", - "@microsoft/rush-stack-compiler-shared": "workspace:*", - "@rushstack/eslint-config": "workspace:*", - "@rushstack/heft": "0.28.0", - "@rushstack/heft-node-rig": "1.0.8" - } -} diff --git a/stack/rush-stack-compiler-3.0/tsconfig.json b/stack/rush-stack-compiler-3.0/tsconfig.json deleted file mode 100644 index 6bef73c4b86..00000000000 --- a/stack/rush-stack-compiler-3.0/tsconfig.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.9/includes/tsconfig-node.json", - - "compilerOptions": { - "rootDir": "src", - "outDir": "lib" - } -} diff --git a/stack/rush-stack-compiler-3.1/.eslintrc.js b/stack/rush-stack-compiler-3.1/.eslintrc.js deleted file mode 100644 index 4c934799d67..00000000000 --- a/stack/rush-stack-compiler-3.1/.eslintrc.js +++ /dev/null @@ -1,10 +0,0 @@ -// This is a workaround for https://github.com/eslint/eslint/issues/3458 -require('@rushstack/eslint-config/patch/modern-module-resolution'); - -module.exports = { - extends: [ - '@rushstack/eslint-config/profile/node-trusted-tool', - '@rushstack/eslint-config/mixins/friendly-locals' - ], - parserOptions: { tsconfigRootDir: __dirname } -}; diff --git a/stack/rush-stack-compiler-3.1/.gitignore b/stack/rush-stack-compiler-3.1/.gitignore deleted file mode 100644 index dbc8690803e..00000000000 --- a/stack/rush-stack-compiler-3.1/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/src \ No newline at end of file diff --git a/stack/rush-stack-compiler-3.1/.npmignore b/stack/rush-stack-compiler-3.1/.npmignore deleted file mode 100644 index ad6bcd960e8..00000000000 --- a/stack/rush-stack-compiler-3.1/.npmignore +++ /dev/null @@ -1,31 +0,0 @@ -# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. - -# Ignore all files by default, to avoid accidentally publishing unintended files. -* - -# Use negative patterns to bring back the specific things we want to publish. -!/bin/** -!/lib/** -!/lib-*/** -!/dist/** -!ThirdPartyNotice.txt - -# Ignore certain patterns that should not get published. -/dist/*.stats.* -/lib/**/test/ -/lib-*/**/test/ -*.test.js - -# NOTE: These don't need to be specified, because NPM includes them automatically. -# -# package.json -# README (and its variants) -# CHANGELOG (and its variants) -# LICENSE / LICENCE - -#-------------------------------------------- -# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE -#-------------------------------------------- - -# (Add your project-specific overrides here) -!/includes/** diff --git a/stack/rush-stack-compiler-3.1/CHANGELOG.json b/stack/rush-stack-compiler-3.1/CHANGELOG.json deleted file mode 100644 index a6bc5fcc304..00000000000 --- a/stack/rush-stack-compiler-3.1/CHANGELOG.json +++ /dev/null @@ -1,2547 +0,0 @@ -{ - "name": "@microsoft/rush-stack-compiler-3.1", - "entries": [ - { - "version": "0.13.47", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.47", - "date": "Wed, 19 May 2021 00:11:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.38.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.47`" - } - ] - } - }, - { - "version": "0.13.46", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.46", - "date": "Mon, 03 May 2021 15:10:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.37.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.46`" - } - ] - } - }, - { - "version": "0.13.45", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.45", - "date": "Thu, 29 Apr 2021 23:26:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.45`" - } - ] - } - }, - { - "version": "0.13.44", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.44", - "date": "Tue, 20 Apr 2021 04:59:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.14.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.44`" - } - ] - } - }, - { - "version": "0.13.43", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.43", - "date": "Mon, 12 Apr 2021 15:10:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.43`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.4`" - } - ] - } - }, - { - "version": "0.13.42", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.42", - "date": "Thu, 08 Apr 2021 06:05:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.42`" - } - ] - } - }, - { - "version": "0.13.41", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.41", - "date": "Tue, 06 Apr 2021 15:14:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.41`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.3`" - } - ] - } - }, - { - "version": "0.13.40", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.40", - "date": "Thu, 04 Mar 2021 01:11:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.40`" - } - ] - } - }, - { - "version": "0.13.39", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.39", - "date": "Fri, 05 Feb 2021 16:10:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.39`" - } - ] - } - }, - { - "version": "0.13.38", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.38", - "date": "Wed, 13 Jan 2021 01:11:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.38`" - } - ] - } - }, - { - "version": "0.13.37", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.37", - "date": "Thu, 10 Dec 2020 23:25:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.12.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.37`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.2`" - } - ] - } - }, - { - "version": "0.13.36", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.36", - "date": "Sat, 05 Dec 2020 01:11:23 GMT", - "comments": { - "patch": [ - { - "comment": "Ensure rootDir is consistently specified." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.36`" - } - ] - } - }, - { - "version": "0.13.35", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.35", - "date": "Wed, 18 Nov 2020 08:19:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.12.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.35`" - } - ] - } - }, - { - "version": "0.13.34", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.34", - "date": "Wed, 18 Nov 2020 06:21:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.34`" - } - ] - } - }, - { - "version": "0.13.33", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.33", - "date": "Wed, 11 Nov 2020 01:08:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.33`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.1`" - } - ] - } - }, - { - "version": "0.13.32", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.32", - "date": "Tue, 10 Nov 2020 23:13:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.32`" - } - ] - } - }, - { - "version": "0.13.31", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.31", - "date": "Fri, 30 Oct 2020 06:38:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.0`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.31`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.0`" - } - ] - } - }, - { - "version": "0.13.30", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.30", - "date": "Fri, 30 Oct 2020 00:10:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.30`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.3`" - } - ] - } - }, - { - "version": "0.13.29", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.29", - "date": "Thu, 29 Oct 2020 06:14:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.29`" - } - ] - } - }, - { - "version": "0.13.28", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.28", - "date": "Wed, 28 Oct 2020 01:18:03 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.28`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.2`" - } - ] - } - }, - { - "version": "0.13.27", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.27", - "date": "Tue, 27 Oct 2020 15:10:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.27`" - } - ] - } - }, - { - "version": "0.13.26", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.26", - "date": "Tue, 06 Oct 2020 00:24:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.26`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.1`" - } - ] - } - }, - { - "version": "0.13.25", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.25", - "date": "Mon, 05 Oct 2020 22:36:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.0`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.25`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.0`" - } - ] - } - }, - { - "version": "0.13.24", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.24", - "date": "Mon, 05 Oct 2020 15:10:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.24`" - } - ] - } - }, - { - "version": "0.13.23", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.23", - "date": "Wed, 30 Sep 2020 18:39:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.23`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.3`" - } - ] - } - }, - { - "version": "0.13.22", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.22", - "date": "Wed, 30 Sep 2020 06:53:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.22`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.2`" - } - ] - } - }, - { - "version": "0.13.21", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.21", - "date": "Tue, 22 Sep 2020 05:45:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.22`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.1`" - } - ] - } - }, - { - "version": "0.13.20", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.20", - "date": "Tue, 22 Sep 2020 01:45:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.21`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.0`" - } - ] - } - }, - { - "version": "0.13.19", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.19", - "date": "Tue, 22 Sep 2020 00:08:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.20`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.0.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.0.0`" - } - ] - } - }, - { - "version": "0.13.18", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.18", - "date": "Sat, 19 Sep 2020 04:37:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.19`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.2`" - } - ] - } - }, - { - "version": "0.13.17", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.17", - "date": "Sat, 19 Sep 2020 03:33:07 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.18`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.1`" - } - ] - } - }, - { - "version": "0.13.16", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.16", - "date": "Fri, 18 Sep 2020 22:57:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.17`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.0`" - } - ] - } - }, - { - "version": "0.13.15", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.15", - "date": "Fri, 18 Sep 2020 21:49:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.16`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.0`" - } - ] - } - }, - { - "version": "0.13.14", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.14", - "date": "Sun, 13 Sep 2020 01:53:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.15`" - } - ] - } - }, - { - "version": "0.13.13", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.13", - "date": "Fri, 11 Sep 2020 02:13:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.14`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.32.0`" - } - ] - } - }, - { - "version": "0.13.12", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.12", - "date": "Mon, 07 Sep 2020 07:37:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.31.0`" - } - ] - } - }, - { - "version": "0.13.11", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.11", - "date": "Sat, 05 Sep 2020 18:56:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.12`" - } - ] - } - }, - { - "version": "0.13.10", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.10", - "date": "Thu, 27 Aug 2020 11:27:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.30.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.3.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.3.0`" - } - ] - } - }, - { - "version": "0.13.9", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.9", - "date": "Mon, 24 Aug 2020 07:35:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.10`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.29.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.1`" - } - ] - } - }, - { - "version": "0.13.8", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.8", - "date": "Sat, 22 Aug 2020 05:55:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.29.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.0`" - } - ] - } - }, - { - "version": "0.13.7", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.7", - "date": "Fri, 21 Aug 2020 01:21:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.8`" - } - ] - } - }, - { - "version": "0.13.6", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.6", - "date": "Thu, 20 Aug 2020 15:13:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.7`" - } - ] - } - }, - { - "version": "0.13.5", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.5", - "date": "Tue, 18 Aug 2020 23:59:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.6`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.28.0`" - } - ] - } - }, - { - "version": "0.13.4", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.4", - "date": "Mon, 17 Aug 2020 04:53:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.27.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.1.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.1.0`" - } - ] - } - }, - { - "version": "0.13.3", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.3", - "date": "Wed, 12 Aug 2020 00:10:05 GMT", - "comments": { - "patch": [ - { - "comment": "Updated project to build with Heft" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.26.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.0.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.0.4`" - } - ] - } - }, - { - "version": "0.13.2", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.2", - "date": "Wed, 05 Aug 2020 18:27:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.26.1`" - } - ] - } - }, - { - "version": "0.13.1", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.1", - "date": "Fri, 03 Jul 2020 15:09:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.9.0` to `7.9.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.4` to `3.25.0`" - } - ] - } - }, - { - "version": "0.13.0", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.13.0", - "date": "Fri, 03 Jul 2020 05:46:41 GMT", - "comments": { - "minor": [ - { - "comment": "Disable the \"--typescript-compiler-folder\" setting for API Extractor, since it was causing errors with the latest TypeScript engine" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.15` to `7.9.0`" - } - ] - } - }, - { - "version": "0.12.2", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.12.2", - "date": "Thu, 25 Jun 2020 06:43:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.14` to `7.8.15`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.3` to `3.24.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.1` to `1.0.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.1` to `1.0.2`" - } - ] - } - }, - { - "version": "0.12.1", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.12.1", - "date": "Wed, 24 Jun 2020 09:50:48 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.13` to `7.8.14`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.2` to `3.24.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.0` to `1.0.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.0` to `1.0.1`" - } - ] - } - }, - { - "version": "0.12.0", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.12.0", - "date": "Wed, 24 Jun 2020 09:04:28 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade to ESLint 7" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.12` to `7.8.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.1` to `3.24.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.8` to `1.0.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.8` to `1.0.0`" - } - ] - } - }, - { - "version": "0.11.1", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.11.1", - "date": "Mon, 15 Jun 2020 22:17:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.11` to `7.8.12`" - } - ] - } - }, - { - "version": "0.11.0", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.11.0", - "date": "Fri, 12 Jun 2020 09:19:21 GMT", - "comments": { - "minor": [ - { - "comment": "Expose the @microsoft/api-extractor package's path" - } - ] - } - }, - { - "version": "0.10.3", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.10.3", - "date": "Wed, 10 Jun 2020 20:48:30 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.10` to `7.8.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.0` to `3.24.1`" - } - ] - } - }, - { - "version": "0.10.2", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.10.2", - "date": "Mon, 01 Jun 2020 08:34:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.9` to `7.8.10`" - } - ] - } - }, - { - "version": "0.10.1", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.10.1", - "date": "Sat, 30 May 2020 02:59:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.8` to `7.8.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.23.1` to `3.24.0`" - } - ] - } - }, - { - "version": "0.10.0", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.10.0", - "date": "Thu, 28 May 2020 05:59:02 GMT", - "comments": { - "minor": [ - { - "comment": "Change the way the typescript, tslint, and api-extractor packages are exported." - }, - { - "comment": "Update TSLint to 5.20.1" - }, - { - "comment": "Update tsconfig-node.json to target es2017 (supported by Node 8); this enables native async/await, and will show complete callstacks when using Node 12" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.7` to `7.8.8`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.23.0` to `3.23.1`" - } - ] - } - }, - { - "version": "0.9.17", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.9.17", - "date": "Wed, 27 May 2020 05:15:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.6` to `7.8.7`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.22.1` to `3.23.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.7` to `0.5.8`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.7` to `0.5.8`" - } - ] - } - }, - { - "version": "0.9.16", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.9.16", - "date": "Tue, 26 May 2020 23:00:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.5` to `7.8.6`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.22.0` to `3.22.1`" - } - ] - } - }, - { - "version": "0.9.15", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.9.15", - "date": "Fri, 22 May 2020 15:08:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.4` to `7.8.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.21.0` to `3.22.0`" - } - ] - } - }, - { - "version": "0.9.14", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.9.14", - "date": "Thu, 21 May 2020 23:09:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.3` to `7.8.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.20.0` to `3.21.0`" - } - ] - } - }, - { - "version": "0.9.13", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.9.13", - "date": "Thu, 21 May 2020 15:42:00 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.2` to `7.8.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.7` to `3.20.0`" - } - ] - } - }, - { - "version": "0.9.12", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.9.12", - "date": "Tue, 19 May 2020 15:08:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.1` to `7.8.2`" - } - ] - } - }, - { - "version": "0.9.11", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.9.11", - "date": "Fri, 15 May 2020 08:10:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.0` to `7.8.1`" - } - ] - } - }, - { - "version": "0.9.10", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.9.10", - "date": "Wed, 06 May 2020 08:23:45 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.13` to `7.8.0`" - } - ] - } - }, - { - "version": "0.9.9", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.9.9", - "date": "Wed, 08 Apr 2020 04:07:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.12` to `7.7.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.6` to `3.19.7`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.6` to `0.5.7`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.6` to `0.5.7`" - } - ] - } - }, - { - "version": "0.9.8", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.9.8", - "date": "Fri, 03 Apr 2020 15:10:15 GMT", - "comments": { - "patch": [ - { - "comment": "Update tslint-microsoft-contrib to ~6.2.0" - } - ] - } - }, - { - "version": "0.9.7", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.9.7", - "date": "Sun, 29 Mar 2020 00:04:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.11` to `7.7.12`" - } - ] - } - }, - { - "version": "0.9.6", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.9.6", - "date": "Sat, 28 Mar 2020 00:37:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.10` to `7.7.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.5` to `3.19.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.5` to `0.5.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.5` to `0.5.6`" - } - ] - } - }, - { - "version": "0.9.5", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.9.5", - "date": "Wed, 18 Mar 2020 15:07:47 GMT", - "comments": { - "patch": [ - { - "comment": "Upgrade cyclic dependencies" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.9` to `7.7.10`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.4` to `3.19.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.4` to `0.5.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.4` to `0.5.5`" - } - ] - } - }, - { - "version": "0.9.4", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.9.4", - "date": "Tue, 17 Mar 2020 23:55:58 GMT", - "comments": { - "patch": [ - { - "comment": "Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack`" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.8` to `7.7.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.3` to `3.19.4`" - } - ] - } - }, - { - "version": "0.9.3", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.9.3", - "date": "Tue, 28 Jan 2020 02:23:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.7` to `7.7.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.2` to `3.19.3`" - } - ] - } - }, - { - "version": "0.9.2", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.9.2", - "date": "Thu, 23 Jan 2020 01:07:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.6` to `7.7.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.1` to `3.19.2`" - } - ] - } - }, - { - "version": "0.9.1", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.9.1", - "date": "Tue, 21 Jan 2020 21:56:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.5` to `7.7.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.0` to `3.19.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.3` to `0.5.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.3` to `0.5.4`" - } - ] - } - }, - { - "version": "0.9.0", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.9.0", - "date": "Sun, 19 Jan 2020 02:26:52 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade Node typings to Node 10" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.4` to `7.7.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.3` to `3.19.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.2` to `0.5.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.2` to `0.5.3`" - } - ] - } - }, - { - "version": "0.8.14", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.8.14", - "date": "Fri, 17 Jan 2020 01:08:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.3` to `7.7.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.2` to `3.18.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.1` to `0.5.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.1` to `0.5.2`" - } - ] - } - }, - { - "version": "0.8.13", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.8.13", - "date": "Tue, 14 Jan 2020 01:34:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.2` to `7.7.3`" - } - ] - } - }, - { - "version": "0.8.12", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.8.12", - "date": "Thu, 09 Jan 2020 06:44:13 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.1` to `7.7.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.1` to `3.18.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.0` to `0.5.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.0` to `0.5.1`" - } - ] - } - }, - { - "version": "0.8.11", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.8.11", - "date": "Wed, 08 Jan 2020 00:11:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.0` to `7.7.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.0` to `3.18.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.2` to `0.5.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.2` to `0.5.0`" - } - ] - } - }, - { - "version": "0.8.10", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.8.10", - "date": "Tue, 03 Dec 2019 03:17:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.6.2` to `7.7.0`" - } - ] - } - }, - { - "version": "0.8.9", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.8.9", - "date": "Sun, 24 Nov 2019 00:54:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.6.1` to `7.6.2`" - } - ] - } - }, - { - "version": "0.8.8", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.8.8", - "date": "Wed, 20 Nov 2019 06:14:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.6.0` to `7.6.1`" - } - ] - } - }, - { - "version": "0.8.7", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.8.7", - "date": "Fri, 15 Nov 2019 04:50:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.6` to `7.6.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.17.1` to `3.18.0`" - } - ] - } - }, - { - "version": "0.8.6", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.8.6", - "date": "Mon, 11 Nov 2019 16:07:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.5` to `7.5.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.17.0` to `3.17.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.1` to `0.4.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.1` to `0.4.2`" - } - ] - } - }, - { - "version": "0.8.5", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.8.5", - "date": "Wed, 06 Nov 2019 22:44:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.4` to `7.5.5`" - } - ] - } - }, - { - "version": "0.8.4", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.8.4", - "date": "Tue, 05 Nov 2019 06:49:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.3` to `7.5.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.16.0` to `3.17.0`" - } - ] - } - }, - { - "version": "0.8.3", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.8.3", - "date": "Tue, 05 Nov 2019 01:08:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.2` to `7.5.3`" - } - ] - } - }, - { - "version": "0.8.2", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.8.2", - "date": "Fri, 25 Oct 2019 15:08:54 GMT", - "comments": { - "patch": [ - { - "comment": "Fix an issue where ESLint output would fail to parse when a large project is built on a Mac." - } - ] - } - }, - { - "version": "0.8.1", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.8.1", - "date": "Tue, 22 Oct 2019 06:24:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.1` to `7.5.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.15.1` to `3.16.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.0` to `0.4.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.0` to `0.4.1`" - } - ] - } - }, - { - "version": "0.8.0", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.8.0", - "date": "Mon, 21 Oct 2019 05:22:43 GMT", - "comments": { - "minor": [ - { - "comment": "Add support for ESLint+TypeScript" - } - ] - } - }, - { - "version": "0.7.6", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.7.6", - "date": "Fri, 18 Oct 2019 15:15:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.0` to `7.5.1`" - } - ] - } - }, - { - "version": "0.7.5", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.7.5", - "date": "Sun, 06 Oct 2019 00:27:40 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.7` to `7.5.0`" - } - ] - } - }, - { - "version": "0.7.4", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.7.4", - "date": "Fri, 04 Oct 2019 00:15:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.6` to `7.4.7`" - } - ] - } - }, - { - "version": "0.7.3", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.7.3", - "date": "Sun, 29 Sep 2019 23:56:29 GMT", - "comments": { - "patch": [ - { - "comment": "Update repository URL" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.5` to `7.4.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.15.0` to `3.15.1`" - } - ] - } - }, - { - "version": "0.7.2", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.7.2", - "date": "Wed, 25 Sep 2019 15:15:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.4` to `7.4.5`" - } - ] - } - }, - { - "version": "0.7.1", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.7.1", - "date": "Tue, 24 Sep 2019 02:58:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.3` to `7.4.4`" - } - ] - } - }, - { - "version": "0.7.0", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.7.0", - "date": "Mon, 23 Sep 2019 15:14:55 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade @types/node dependency" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.2` to `7.4.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.2` to `3.15.0`" - } - ] - } - }, - { - "version": "0.6.36", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.6.36", - "date": "Fri, 20 Sep 2019 21:27:22 GMT", - "comments": { - "patch": [ - { - "comment": "Fix an issue where api-extractor warnings weren't being reported." - } - ] - } - }, - { - "version": "0.6.35", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.6.35", - "date": "Wed, 11 Sep 2019 19:56:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.1` to `7.4.2`" - } - ] - } - }, - { - "version": "0.6.34", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.6.34", - "date": "Tue, 10 Sep 2019 22:32:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.0` to `7.4.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.1` to `3.14.2`" - } - ] - } - }, - { - "version": "0.6.33", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.6.33", - "date": "Tue, 10 Sep 2019 20:38:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.11` to `7.4.0`" - } - ] - } - }, - { - "version": "0.6.32", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.6.32", - "date": "Wed, 04 Sep 2019 18:28:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.10` to `7.3.11`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.0` to `3.14.1`" - } - ] - } - }, - { - "version": "0.6.31", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.6.31", - "date": "Wed, 04 Sep 2019 15:15:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.9` to `7.3.10`" - } - ] - } - }, - { - "version": "0.6.30", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.6.30", - "date": "Fri, 30 Aug 2019 00:14:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.8` to `7.3.9`" - } - ] - } - }, - { - "version": "0.6.29", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.6.29", - "date": "Mon, 12 Aug 2019 15:15:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.7` to `7.3.8`" - } - ] - } - }, - { - "version": "0.6.28", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.6.28", - "date": "Thu, 08 Aug 2019 15:14:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.6` to `7.3.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.13.0` to `3.14.0`" - } - ] - } - }, - { - "version": "0.6.27", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.6.27", - "date": "Thu, 08 Aug 2019 00:49:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.5` to `7.3.6`" - } - ] - } - }, - { - "version": "0.6.26", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.6.26", - "date": "Mon, 05 Aug 2019 22:04:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.4` to `7.3.5`" - } - ] - } - }, - { - "version": "0.6.25", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.6.25", - "date": "Tue, 23 Jul 2019 01:13:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.3` to `7.3.4`" - } - ] - } - }, - { - "version": "0.6.24", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.6.24", - "date": "Mon, 22 Jul 2019 19:13:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.2` to `7.3.3`" - } - ] - } - }, - { - "version": "0.6.23", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.6.23", - "date": "Fri, 12 Jul 2019 19:12:46 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.1` to `7.3.2`" - } - ] - } - }, - { - "version": "0.6.22", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.6.22", - "date": "Thu, 11 Jul 2019 19:13:08 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.0` to `7.3.1`" - } - ] - } - }, - { - "version": "0.6.21", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.6.21", - "date": "Tue, 09 Jul 2019 19:13:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.2.3` to `7.3.0`" - } - ] - } - }, - { - "version": "0.6.20", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.6.20", - "date": "Mon, 08 Jul 2019 19:12:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.2.2` to `7.2.3`" - } - ] - } - }, - { - "version": "0.6.19", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.6.19", - "date": "Sat, 29 Jun 2019 02:30:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.2.1` to `7.2.2`" - } - ] - } - }, - { - "version": "0.6.18", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.6.18", - "date": "Wed, 12 Jun 2019 19:12:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.2.0` to `7.2.1`" - } - ] - } - }, - { - "version": "0.6.17", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.6.17", - "date": "Tue, 11 Jun 2019 00:48:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.8` to `7.2.0`" - } - ] - } - }, - { - "version": "0.6.16", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.6.16", - "date": "Wed, 05 Jun 2019 19:12:34 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.7` to `7.1.8`" - } - ] - } - }, - { - "version": "0.6.15", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.6.15", - "date": "Tue, 04 Jun 2019 05:51:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.6` to `7.1.7`" - } - ] - } - }, - { - "version": "0.6.14", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.6.14", - "date": "Mon, 27 May 2019 04:13:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.5` to `7.1.6`" - } - ] - } - }, - { - "version": "0.6.13", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.6.13", - "date": "Mon, 13 May 2019 02:08:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.4` to `7.1.5`" - } - ] - } - }, - { - "version": "0.6.12", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.6.12", - "date": "Mon, 06 May 2019 20:46:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.3` to `7.1.4`" - } - ] - } - }, - { - "version": "0.6.11", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.6.11", - "date": "Mon, 06 May 2019 19:34:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.2` to `7.1.3`" - } - ] - } - }, - { - "version": "0.6.10", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.6.10", - "date": "Mon, 06 May 2019 19:11:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.1` to `7.1.2`" - } - ] - } - }, - { - "version": "0.6.9", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.6.9", - "date": "Tue, 30 Apr 2019 23:08:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.0` to `7.1.1`" - } - ] - } - }, - { - "version": "0.6.8", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.6.8", - "date": "Tue, 16 Apr 2019 11:01:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.42` to `7.1.0`" - } - ] - } - }, - { - "version": "0.6.7", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.6.7", - "date": "Fri, 12 Apr 2019 06:13:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.41` to `7.0.42`" - } - ] - } - }, - { - "version": "0.6.6", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.6.6", - "date": "Thu, 11 Apr 2019 07:14:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.40` to `7.0.41`" - } - ] - } - }, - { - "version": "0.6.5", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.6.5", - "date": "Tue, 09 Apr 2019 05:31:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.39` to `7.0.40`" - } - ] - } - }, - { - "version": "0.6.4", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.6.4", - "date": "Mon, 08 Apr 2019 19:12:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.38` to `7.0.39`" - } - ] - } - }, - { - "version": "0.6.3", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.6.3", - "date": "Sat, 06 Apr 2019 02:05:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.37` to `7.0.38`" - } - ] - } - }, - { - "version": "0.6.2", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.6.2", - "date": "Fri, 05 Apr 2019 04:16:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.36` to `7.0.37`" - } - ] - } - }, - { - "version": "0.6.1", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.6.1", - "date": "Wed, 03 Apr 2019 02:58:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.35` to `7.0.36`" - } - ] - } - }, - { - "version": "0.6.0", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.6.0", - "date": "Tue, 02 Apr 2019 01:12:02 GMT", - "comments": { - "minor": [ - { - "comment": "Enable declaration maps in the default TSConfigs." - } - ] - } - }, - { - "version": "0.5.20", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.5.20", - "date": "Sat, 30 Mar 2019 22:27:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.34` to `7.0.35`" - } - ] - } - }, - { - "version": "0.5.19", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.5.19", - "date": "Thu, 28 Mar 2019 19:14:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.33` to `7.0.34`" - } - ] - } - }, - { - "version": "0.5.18", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.5.18", - "date": "Tue, 26 Mar 2019 20:54:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.32` to `7.0.33`" - } - ] - } - }, - { - "version": "0.5.17", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.5.17", - "date": "Sat, 23 Mar 2019 03:48:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.31` to `7.0.32`" - } - ] - } - }, - { - "version": "0.5.16", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.5.16", - "date": "Thu, 21 Mar 2019 04:59:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.30` to `7.0.31`" - } - ] - } - }, - { - "version": "0.5.15", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.5.15", - "date": "Thu, 21 Mar 2019 01:15:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.29` to `7.0.30`" - } - ] - } - }, - { - "version": "0.5.14", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.5.14", - "date": "Wed, 20 Mar 2019 19:14:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.28` to `7.0.29`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.12.1` to `3.13.0`" - } - ] - } - }, - { - "version": "0.5.13", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.5.13", - "date": "Mon, 18 Mar 2019 04:28:43 GMT", - "comments": { - "patch": [ - { - "comment": "Export StandardBuildFolders to eliminate the ae-forgotten-export warning" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.27` to `7.0.28`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.12.0` to `3.12.1`" - } - ] - } - }, - { - "version": "0.5.12", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.5.12", - "date": "Fri, 15 Mar 2019 19:13:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.26` to `7.0.27`" - } - ] - } - }, - { - "version": "0.5.11", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.5.11", - "date": "Wed, 13 Mar 2019 19:13:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.25` to `7.0.26`" - } - ] - } - }, - { - "version": "0.5.10", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.5.10", - "date": "Wed, 13 Mar 2019 01:14:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.24` to `7.0.25`" - } - ] - } - }, - { - "version": "0.5.9", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.5.9", - "date": "Mon, 11 Mar 2019 16:13:36 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.23` to `7.0.24`" - } - ] - } - }, - { - "version": "0.5.8", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.5.8", - "date": "Tue, 05 Mar 2019 17:13:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.22` to `7.0.23`" - } - ] - } - }, - { - "version": "0.5.7", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.5.7", - "date": "Mon, 04 Mar 2019 17:13:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.21` to `7.0.22`" - } - ] - } - }, - { - "version": "0.5.6", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.5.6", - "date": "Wed, 27 Feb 2019 22:13:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.20` to `7.0.21`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.11.1` to `3.12.0`" - } - ] - } - }, - { - "version": "0.5.5", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.5.5", - "date": "Wed, 27 Feb 2019 17:13:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.19` to `7.0.20`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.11.0` to `3.11.1`" - } - ] - } - }, - { - "version": "0.5.4", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.5.4", - "date": "Mon, 18 Feb 2019 17:13:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.18` to `7.0.19`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.10.0` to `3.11.0`" - } - ] - } - }, - { - "version": "0.5.3", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.5.3", - "date": "Tue, 12 Feb 2019 17:13:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.17` to `7.0.18`" - } - ] - } - }, - { - "version": "0.5.2", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.5.2", - "date": "Mon, 11 Feb 2019 10:32:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.16` to `7.0.17`" - } - ] - } - }, - { - "version": "0.5.1", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.5.1", - "date": "Mon, 11 Feb 2019 03:31:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.9.0` to `3.10.0`" - } - ] - } - }, - { - "version": "0.5.0", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.5.0", - "date": "Wed, 30 Jan 2019 20:49:11 GMT", - "comments": { - "minor": [ - { - "comment": "Add ToolPackages API for raw access to tools packages." - } - ] - } - }, - { - "version": "0.4.0", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.4.0", - "date": "Sat, 19 Jan 2019 03:47:47 GMT", - "comments": { - "minor": [ - { - "comment": "Expose api extractor API." - }, - { - "comment": "Upgrade to use API Extractor 7 beta" - } - ] - } - }, - { - "version": "0.3.4", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.3.4", - "date": "Thu, 10 Jan 2019 01:57:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.8.3` to `3.9.0`" - } - ] - } - }, - { - "version": "0.3.3", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.3.3", - "date": "Wed, 19 Dec 2018 05:57:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.8.2` to `3.8.3`" - } - ] - } - }, - { - "version": "0.3.2", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.3.2", - "date": "Thu, 13 Dec 2018 02:58:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.8.1` to `3.8.2`" - } - ] - } - }, - { - "version": "0.3.1", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.3.1", - "date": "Wed, 12 Dec 2018 17:04:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.8.0` to `3.8.1`" - } - ] - } - }, - { - "version": "0.3.0", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.3.0", - "date": "Sat, 08 Dec 2018 06:35:36 GMT", - "comments": { - "minor": [ - { - "comment": "Enable no-floating-promises TSLint rule." - } - ] - } - }, - { - "version": "0.2.1", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.2.1", - "date": "Fri, 07 Dec 2018 17:04:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.7.1` to `3.8.0`" - } - ] - } - }, - { - "version": "0.2.0", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.2.0", - "date": "Fri, 30 Nov 2018 23:34:57 GMT", - "comments": { - "minor": [ - { - "comment": "Allow custom arguments to be passed to the tsc command." - } - ] - } - }, - { - "version": "0.1.1", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.1.1", - "date": "Thu, 29 Nov 2018 07:02:09 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.7.0` to `3.7.1`" - } - ] - } - }, - { - "version": "0.1.0", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.1.0", - "date": "Thu, 29 Nov 2018 00:35:39 GMT", - "comments": { - "minor": [ - { - "comment": "Initial package creation." - } - ] - } - } - ] -} diff --git a/stack/rush-stack-compiler-3.1/CHANGELOG.md b/stack/rush-stack-compiler-3.1/CHANGELOG.md deleted file mode 100644 index 7c35f4c11e1..00000000000 --- a/stack/rush-stack-compiler-3.1/CHANGELOG.md +++ /dev/null @@ -1,876 +0,0 @@ -# Change Log - @microsoft/rush-stack-compiler-3.1 - -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. - -## 0.13.47 -Wed, 19 May 2021 00:11:39 GMT - -_Version update only_ - -## 0.13.46 -Mon, 03 May 2021 15:10:29 GMT - -_Version update only_ - -## 0.13.45 -Thu, 29 Apr 2021 23:26:50 GMT - -_Version update only_ - -## 0.13.44 -Tue, 20 Apr 2021 04:59:51 GMT - -_Version update only_ - -## 0.13.43 -Mon, 12 Apr 2021 15:10:28 GMT - -_Version update only_ - -## 0.13.42 -Thu, 08 Apr 2021 06:05:32 GMT - -_Version update only_ - -## 0.13.41 -Tue, 06 Apr 2021 15:14:22 GMT - -_Version update only_ - -## 0.13.40 -Thu, 04 Mar 2021 01:11:31 GMT - -_Version update only_ - -## 0.13.39 -Fri, 05 Feb 2021 16:10:42 GMT - -_Version update only_ - -## 0.13.38 -Wed, 13 Jan 2021 01:11:06 GMT - -_Version update only_ - -## 0.13.37 -Thu, 10 Dec 2020 23:25:50 GMT - -_Version update only_ - -## 0.13.36 -Sat, 05 Dec 2020 01:11:23 GMT - -### Patches - -- Ensure rootDir is consistently specified. - -## 0.13.35 -Wed, 18 Nov 2020 08:19:54 GMT - -_Version update only_ - -## 0.13.34 -Wed, 18 Nov 2020 06:21:57 GMT - -_Version update only_ - -## 0.13.33 -Wed, 11 Nov 2020 01:08:58 GMT - -_Version update only_ - -## 0.13.32 -Tue, 10 Nov 2020 23:13:12 GMT - -_Version update only_ - -## 0.13.31 -Fri, 30 Oct 2020 06:38:39 GMT - -_Version update only_ - -## 0.13.30 -Fri, 30 Oct 2020 00:10:14 GMT - -_Version update only_ - -## 0.13.29 -Thu, 29 Oct 2020 06:14:19 GMT - -_Version update only_ - -## 0.13.28 -Wed, 28 Oct 2020 01:18:03 GMT - -_Version update only_ - -## 0.13.27 -Tue, 27 Oct 2020 15:10:14 GMT - -_Version update only_ - -## 0.13.26 -Tue, 06 Oct 2020 00:24:06 GMT - -_Version update only_ - -## 0.13.25 -Mon, 05 Oct 2020 22:36:57 GMT - -_Version update only_ - -## 0.13.24 -Mon, 05 Oct 2020 15:10:43 GMT - -_Version update only_ - -## 0.13.23 -Wed, 30 Sep 2020 18:39:17 GMT - -_Version update only_ - -## 0.13.22 -Wed, 30 Sep 2020 06:53:53 GMT - -_Version update only_ - -## 0.13.21 -Tue, 22 Sep 2020 05:45:57 GMT - -_Version update only_ - -## 0.13.20 -Tue, 22 Sep 2020 01:45:31 GMT - -_Version update only_ - -## 0.13.19 -Tue, 22 Sep 2020 00:08:53 GMT - -_Version update only_ - -## 0.13.18 -Sat, 19 Sep 2020 04:37:27 GMT - -_Version update only_ - -## 0.13.17 -Sat, 19 Sep 2020 03:33:07 GMT - -_Version update only_ - -## 0.13.16 -Fri, 18 Sep 2020 22:57:24 GMT - -_Version update only_ - -## 0.13.15 -Fri, 18 Sep 2020 21:49:54 GMT - -_Version update only_ - -## 0.13.14 -Sun, 13 Sep 2020 01:53:20 GMT - -_Version update only_ - -## 0.13.13 -Fri, 11 Sep 2020 02:13:35 GMT - -_Version update only_ - -## 0.13.12 -Mon, 07 Sep 2020 07:37:37 GMT - -_Version update only_ - -## 0.13.11 -Sat, 05 Sep 2020 18:56:35 GMT - -_Version update only_ - -## 0.13.10 -Thu, 27 Aug 2020 11:27:06 GMT - -_Version update only_ - -## 0.13.9 -Mon, 24 Aug 2020 07:35:20 GMT - -_Version update only_ - -## 0.13.8 -Sat, 22 Aug 2020 05:55:43 GMT - -_Version update only_ - -## 0.13.7 -Fri, 21 Aug 2020 01:21:18 GMT - -_Version update only_ - -## 0.13.6 -Thu, 20 Aug 2020 15:13:53 GMT - -_Version update only_ - -## 0.13.5 -Tue, 18 Aug 2020 23:59:42 GMT - -_Version update only_ - -## 0.13.4 -Mon, 17 Aug 2020 04:53:23 GMT - -_Version update only_ - -## 0.13.3 -Wed, 12 Aug 2020 00:10:05 GMT - -### Patches - -- Updated project to build with Heft - -## 0.13.2 -Wed, 05 Aug 2020 18:27:33 GMT - -_Version update only_ - -## 0.13.1 -Fri, 03 Jul 2020 15:09:04 GMT - -_Version update only_ - -## 0.13.0 -Fri, 03 Jul 2020 05:46:41 GMT - -### Minor changes - -- Disable the "--typescript-compiler-folder" setting for API Extractor, since it was causing errors with the latest TypeScript engine - -## 0.12.2 -Thu, 25 Jun 2020 06:43:35 GMT - -_Version update only_ - -## 0.12.1 -Wed, 24 Jun 2020 09:50:48 GMT - -_Version update only_ - -## 0.12.0 -Wed, 24 Jun 2020 09:04:28 GMT - -### Minor changes - -- Upgrade to ESLint 7 - -## 0.11.1 -Mon, 15 Jun 2020 22:17:18 GMT - -_Version update only_ - -## 0.11.0 -Fri, 12 Jun 2020 09:19:21 GMT - -### Minor changes - -- Expose the @microsoft/api-extractor package's path - -## 0.10.3 -Wed, 10 Jun 2020 20:48:30 GMT - -_Version update only_ - -## 0.10.2 -Mon, 01 Jun 2020 08:34:17 GMT - -_Version update only_ - -## 0.10.1 -Sat, 30 May 2020 02:59:54 GMT - -_Version update only_ - -## 0.10.0 -Thu, 28 May 2020 05:59:02 GMT - -### Minor changes - -- Change the way the typescript, tslint, and api-extractor packages are exported. -- Update TSLint to 5.20.1 -- Update tsconfig-node.json to target es2017 (supported by Node 8); this enables native async/await, and will show complete callstacks when using Node 12 - -## 0.9.17 -Wed, 27 May 2020 05:15:11 GMT - -_Version update only_ - -## 0.9.16 -Tue, 26 May 2020 23:00:25 GMT - -_Version update only_ - -## 0.9.15 -Fri, 22 May 2020 15:08:43 GMT - -_Version update only_ - -## 0.9.14 -Thu, 21 May 2020 23:09:44 GMT - -_Version update only_ - -## 0.9.13 -Thu, 21 May 2020 15:42:00 GMT - -_Version update only_ - -## 0.9.12 -Tue, 19 May 2020 15:08:20 GMT - -_Version update only_ - -## 0.9.11 -Fri, 15 May 2020 08:10:59 GMT - -_Version update only_ - -## 0.9.10 -Wed, 06 May 2020 08:23:45 GMT - -_Version update only_ - -## 0.9.9 -Wed, 08 Apr 2020 04:07:33 GMT - -_Version update only_ - -## 0.9.8 -Fri, 03 Apr 2020 15:10:15 GMT - -### Patches - -- Update tslint-microsoft-contrib to ~6.2.0 - -## 0.9.7 -Sun, 29 Mar 2020 00:04:12 GMT - -_Version update only_ - -## 0.9.6 -Sat, 28 Mar 2020 00:37:16 GMT - -_Version update only_ - -## 0.9.5 -Wed, 18 Mar 2020 15:07:47 GMT - -### Patches - -- Upgrade cyclic dependencies - -## 0.9.4 -Tue, 17 Mar 2020 23:55:58 GMT - -### Patches - -- Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack` - -## 0.9.3 -Tue, 28 Jan 2020 02:23:44 GMT - -_Version update only_ - -## 0.9.2 -Thu, 23 Jan 2020 01:07:56 GMT - -_Version update only_ - -## 0.9.1 -Tue, 21 Jan 2020 21:56:14 GMT - -_Version update only_ - -## 0.9.0 -Sun, 19 Jan 2020 02:26:52 GMT - -### Minor changes - -- Upgrade Node typings to Node 10 - -## 0.8.14 -Fri, 17 Jan 2020 01:08:23 GMT - -_Version update only_ - -## 0.8.13 -Tue, 14 Jan 2020 01:34:16 GMT - -_Version update only_ - -## 0.8.12 -Thu, 09 Jan 2020 06:44:13 GMT - -_Version update only_ - -## 0.8.11 -Wed, 08 Jan 2020 00:11:31 GMT - -_Version update only_ - -## 0.8.10 -Tue, 03 Dec 2019 03:17:44 GMT - -_Version update only_ - -## 0.8.9 -Sun, 24 Nov 2019 00:54:04 GMT - -_Version update only_ - -## 0.8.8 -Wed, 20 Nov 2019 06:14:28 GMT - -_Version update only_ - -## 0.8.7 -Fri, 15 Nov 2019 04:50:50 GMT - -_Version update only_ - -## 0.8.6 -Mon, 11 Nov 2019 16:07:56 GMT - -_Version update only_ - -## 0.8.5 -Wed, 06 Nov 2019 22:44:18 GMT - -_Version update only_ - -## 0.8.4 -Tue, 05 Nov 2019 06:49:29 GMT - -_Version update only_ - -## 0.8.3 -Tue, 05 Nov 2019 01:08:39 GMT - -_Version update only_ - -## 0.8.2 -Fri, 25 Oct 2019 15:08:54 GMT - -### Patches - -- Fix an issue where ESLint output would fail to parse when a large project is built on a Mac. - -## 0.8.1 -Tue, 22 Oct 2019 06:24:44 GMT - -_Version update only_ - -## 0.8.0 -Mon, 21 Oct 2019 05:22:43 GMT - -### Minor changes - -- Add support for ESLint+TypeScript - -## 0.7.6 -Fri, 18 Oct 2019 15:15:01 GMT - -_Version update only_ - -## 0.7.5 -Sun, 06 Oct 2019 00:27:40 GMT - -_Version update only_ - -## 0.7.4 -Fri, 04 Oct 2019 00:15:22 GMT - -_Version update only_ - -## 0.7.3 -Sun, 29 Sep 2019 23:56:29 GMT - -### Patches - -- Update repository URL - -## 0.7.2 -Wed, 25 Sep 2019 15:15:31 GMT - -_Version update only_ - -## 0.7.1 -Tue, 24 Sep 2019 02:58:49 GMT - -_Version update only_ - -## 0.7.0 -Mon, 23 Sep 2019 15:14:55 GMT - -### Minor changes - -- Upgrade @types/node dependency - -## 0.6.36 -Fri, 20 Sep 2019 21:27:22 GMT - -### Patches - -- Fix an issue where api-extractor warnings weren't being reported. - -## 0.6.35 -Wed, 11 Sep 2019 19:56:23 GMT - -_Version update only_ - -## 0.6.34 -Tue, 10 Sep 2019 22:32:23 GMT - -_Version update only_ - -## 0.6.33 -Tue, 10 Sep 2019 20:38:33 GMT - -_Version update only_ - -## 0.6.32 -Wed, 04 Sep 2019 18:28:06 GMT - -_Version update only_ - -## 0.6.31 -Wed, 04 Sep 2019 15:15:37 GMT - -_Version update only_ - -## 0.6.30 -Fri, 30 Aug 2019 00:14:32 GMT - -_Version update only_ - -## 0.6.29 -Mon, 12 Aug 2019 15:15:14 GMT - -_Version update only_ - -## 0.6.28 -Thu, 08 Aug 2019 15:14:17 GMT - -_Version update only_ - -## 0.6.27 -Thu, 08 Aug 2019 00:49:06 GMT - -_Version update only_ - -## 0.6.26 -Mon, 05 Aug 2019 22:04:32 GMT - -_Version update only_ - -## 0.6.25 -Tue, 23 Jul 2019 01:13:01 GMT - -_Version update only_ - -## 0.6.24 -Mon, 22 Jul 2019 19:13:10 GMT - -_Version update only_ - -## 0.6.23 -Fri, 12 Jul 2019 19:12:46 GMT - -_Version update only_ - -## 0.6.22 -Thu, 11 Jul 2019 19:13:08 GMT - -_Version update only_ - -## 0.6.21 -Tue, 09 Jul 2019 19:13:24 GMT - -_Version update only_ - -## 0.6.20 -Mon, 08 Jul 2019 19:12:19 GMT - -_Version update only_ - -## 0.6.19 -Sat, 29 Jun 2019 02:30:10 GMT - -_Version update only_ - -## 0.6.18 -Wed, 12 Jun 2019 19:12:33 GMT - -_Version update only_ - -## 0.6.17 -Tue, 11 Jun 2019 00:48:06 GMT - -_Version update only_ - -## 0.6.16 -Wed, 05 Jun 2019 19:12:34 GMT - -_Version update only_ - -## 0.6.15 -Tue, 04 Jun 2019 05:51:54 GMT - -_Version update only_ - -## 0.6.14 -Mon, 27 May 2019 04:13:44 GMT - -_Version update only_ - -## 0.6.13 -Mon, 13 May 2019 02:08:35 GMT - -_Version update only_ - -## 0.6.12 -Mon, 06 May 2019 20:46:22 GMT - -_Version update only_ - -## 0.6.11 -Mon, 06 May 2019 19:34:54 GMT - -_Version update only_ - -## 0.6.10 -Mon, 06 May 2019 19:11:16 GMT - -_Version update only_ - -## 0.6.9 -Tue, 30 Apr 2019 23:08:02 GMT - -_Version update only_ - -## 0.6.8 -Tue, 16 Apr 2019 11:01:37 GMT - -_Version update only_ - -## 0.6.7 -Fri, 12 Apr 2019 06:13:16 GMT - -_Version update only_ - -## 0.6.6 -Thu, 11 Apr 2019 07:14:01 GMT - -_Version update only_ - -## 0.6.5 -Tue, 09 Apr 2019 05:31:01 GMT - -_Version update only_ - -## 0.6.4 -Mon, 08 Apr 2019 19:12:52 GMT - -_Version update only_ - -## 0.6.3 -Sat, 06 Apr 2019 02:05:51 GMT - -_Version update only_ - -## 0.6.2 -Fri, 05 Apr 2019 04:16:17 GMT - -_Version update only_ - -## 0.6.1 -Wed, 03 Apr 2019 02:58:33 GMT - -_Version update only_ - -## 0.6.0 -Tue, 02 Apr 2019 01:12:02 GMT - -### Minor changes - -- Enable declaration maps in the default TSConfigs. - -## 0.5.20 -Sat, 30 Mar 2019 22:27:16 GMT - -_Version update only_ - -## 0.5.19 -Thu, 28 Mar 2019 19:14:27 GMT - -_Version update only_ - -## 0.5.18 -Tue, 26 Mar 2019 20:54:18 GMT - -_Version update only_ - -## 0.5.17 -Sat, 23 Mar 2019 03:48:31 GMT - -_Version update only_ - -## 0.5.16 -Thu, 21 Mar 2019 04:59:11 GMT - -_Version update only_ - -## 0.5.15 -Thu, 21 Mar 2019 01:15:33 GMT - -_Version update only_ - -## 0.5.14 -Wed, 20 Mar 2019 19:14:49 GMT - -_Version update only_ - -## 0.5.13 -Mon, 18 Mar 2019 04:28:43 GMT - -### Patches - -- Export StandardBuildFolders to eliminate the ae-forgotten-export warning - -## 0.5.12 -Fri, 15 Mar 2019 19:13:25 GMT - -_Version update only_ - -## 0.5.11 -Wed, 13 Mar 2019 19:13:14 GMT - -_Version update only_ - -## 0.5.10 -Wed, 13 Mar 2019 01:14:05 GMT - -_Version update only_ - -## 0.5.9 -Mon, 11 Mar 2019 16:13:36 GMT - -_Version update only_ - -## 0.5.8 -Tue, 05 Mar 2019 17:13:11 GMT - -_Version update only_ - -## 0.5.7 -Mon, 04 Mar 2019 17:13:20 GMT - -_Version update only_ - -## 0.5.6 -Wed, 27 Feb 2019 22:13:58 GMT - -_Version update only_ - -## 0.5.5 -Wed, 27 Feb 2019 17:13:17 GMT - -_Version update only_ - -## 0.5.4 -Mon, 18 Feb 2019 17:13:23 GMT - -_Version update only_ - -## 0.5.3 -Tue, 12 Feb 2019 17:13:12 GMT - -_Version update only_ - -## 0.5.2 -Mon, 11 Feb 2019 10:32:37 GMT - -_Version update only_ - -## 0.5.1 -Mon, 11 Feb 2019 03:31:55 GMT - -_Version update only_ - -## 0.5.0 -Wed, 30 Jan 2019 20:49:11 GMT - -### Minor changes - -- Add ToolPackages API for raw access to tools packages. - -## 0.4.0 -Sat, 19 Jan 2019 03:47:47 GMT - -### Minor changes - -- Expose api extractor API. -- Upgrade to use API Extractor 7 beta - -## 0.3.4 -Thu, 10 Jan 2019 01:57:53 GMT - -_Version update only_ - -## 0.3.3 -Wed, 19 Dec 2018 05:57:33 GMT - -_Version update only_ - -## 0.3.2 -Thu, 13 Dec 2018 02:58:11 GMT - -_Version update only_ - -## 0.3.1 -Wed, 12 Dec 2018 17:04:19 GMT - -_Version update only_ - -## 0.3.0 -Sat, 08 Dec 2018 06:35:36 GMT - -### Minor changes - -- Enable no-floating-promises TSLint rule. - -## 0.2.1 -Fri, 07 Dec 2018 17:04:56 GMT - -_Version update only_ - -## 0.2.0 -Fri, 30 Nov 2018 23:34:57 GMT - -### Minor changes - -- Allow custom arguments to be passed to the tsc command. - -## 0.1.1 -Thu, 29 Nov 2018 07:02:09 GMT - -_Version update only_ - -## 0.1.0 -Thu, 29 Nov 2018 00:35:39 GMT - -### Minor changes - -- Initial package creation. - diff --git a/stack/rush-stack-compiler-3.1/LICENSE b/stack/rush-stack-compiler-3.1/LICENSE deleted file mode 100644 index 7c29b93ce0f..00000000000 --- a/stack/rush-stack-compiler-3.1/LICENSE +++ /dev/null @@ -1,24 +0,0 @@ -@microsoft/rush-stack - -Copyright (c) Microsoft Corporation. All rights reserved. - -MIT License - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/stack/rush-stack-compiler-3.1/README.md b/stack/rush-stack-compiler-3.1/README.md deleted file mode 100644 index 64493f2a33b..00000000000 --- a/stack/rush-stack-compiler-3.1/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# @microsoft/rush-stack-compiler-3.1 - -This package is an NPM peer dependency that is used with -[@microsoft/rush-stack](https://www.npmjs.com/package/@microsoft/rush-stack) -to select a TypeScript compiler version. This variant selects TypeScript 3.1 - -It provides a supported set of versions for the following components: - -- the TypeScript compiler -- [tslint](https://github.com/palantir/tslint#readme) -- [API Extractor](https://api-extractor.com/) diff --git a/stack/rush-stack-compiler-3.1/bin/rush-api-extractor b/stack/rush-stack-compiler-3.1/bin/rush-api-extractor deleted file mode 100755 index 5c9bcde4214..00000000000 --- a/stack/rush-stack-compiler-3.1/bin/rush-api-extractor +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require("@microsoft/api-extractor/bin/api-extractor"); diff --git a/stack/rush-stack-compiler-3.1/bin/rush-eslint b/stack/rush-stack-compiler-3.1/bin/rush-eslint deleted file mode 100755 index 7c2ffc1b1c3..00000000000 --- a/stack/rush-stack-compiler-3.1/bin/rush-eslint +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require("eslint/bin/eslint"); diff --git a/stack/rush-stack-compiler-3.1/bin/rush-tsc b/stack/rush-stack-compiler-3.1/bin/rush-tsc deleted file mode 100755 index 978b97599d7..00000000000 --- a/stack/rush-stack-compiler-3.1/bin/rush-tsc +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require('typescript/bin/tsc'); diff --git a/stack/rush-stack-compiler-3.1/bin/rush-tslint b/stack/rush-stack-compiler-3.1/bin/rush-tslint deleted file mode 100755 index b76ee5d8dab..00000000000 --- a/stack/rush-stack-compiler-3.1/bin/rush-tslint +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require("tslint/bin/tslint"); diff --git a/stack/rush-stack-compiler-3.1/config/api-extractor.json b/stack/rush-stack-compiler-3.1/config/api-extractor.json deleted file mode 100644 index dcfa9cfc5b7..00000000000 --- a/stack/rush-stack-compiler-3.1/config/api-extractor.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", - - "mainEntryPointFilePath": "/lib/index.d.ts", - - "apiReport": { - "enabled": true, - "reportFolder": "../../../common/reviews/api" - }, - - "docModel": { - "enabled": true - }, - - "dtsRollup": { - "enabled": false - } -} diff --git a/stack/rush-stack-compiler-3.1/config/heft.json b/stack/rush-stack-compiler-3.1/config/heft.json deleted file mode 100644 index fa38fa303a4..00000000000 --- a/stack/rush-stack-compiler-3.1/config/heft.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/heft/heft.schema.json", - - "extends": "@rushstack/heft-node-rig/profiles/default/config/heft.json", - - "eventActions": [ - { - "actionKind": "deleteGlobs", - "heftEvent": "clean", - "actionId": "deleteSrc", - "globsToDelete": ["src"] - }, - - { - "actionKind": "copyFiles", - "heftEvent": "pre-compile", - "actionId": "copySrc", - "copyOperations": [ - { - "sourceFolder": "node_modules/@microsoft/rush-stack-compiler-shared/src", - "destinationFolders": ["src"], - "includeGlobs": ["*.ts", "*.js"] - }, - { - "sourceFolder": "node_modules/@microsoft/rush-stack-compiler-shared/src/pre-v4", - "destinationFolders": ["src"], - "includeGlobs": ["*.ts", "*.js"] - } - ] - } - ] -} diff --git a/stack/rush-stack-compiler-3.1/config/rig.json b/stack/rush-stack-compiler-3.1/config/rig.json deleted file mode 100644 index 6ac88a96368..00000000000 --- a/stack/rush-stack-compiler-3.1/config/rig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - // The "rig.json" file directs tools to look for their config files in an external package. - // Documentation for this system: https://www.npmjs.com/package/@rushstack/rig-package - "$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json", - - "rigPackageName": "@rushstack/heft-node-rig" -} diff --git a/stack/rush-stack-compiler-3.1/config/typescript.json b/stack/rush-stack-compiler-3.1/config/typescript.json deleted file mode 100644 index 6e09afa31ca..00000000000 --- a/stack/rush-stack-compiler-3.1/config/typescript.json +++ /dev/null @@ -1,12 +0,0 @@ -/** - * Configures the TypeScript plugin for Heft. This plugin also manages linting. - */ -{ - "$schema": "https://developer.microsoft.com/json-schemas/heft/typescript.schema.json", - - "extends": "@rushstack/heft-node-rig/profiles/default/config/typescript.json", - - "staticAssetsToCopy": { - "fileExtensions": [".d.ts", ".js"] - } -} diff --git a/stack/rush-stack-compiler-3.1/includes/tsconfig-node.json b/stack/rush-stack-compiler-3.1/includes/tsconfig-node.json deleted file mode 100644 index 722f0b8f62a..00000000000 --- a/stack/rush-stack-compiler-3.1/includes/tsconfig-node.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "extends": "./tsconfig-base.json", - "compilerOptions": { - "module": "commonjs", - "target": "es2017", - "lib": ["es2017"] - } -} diff --git a/stack/rush-stack-compiler-3.1/includes/tsconfig-web.json b/stack/rush-stack-compiler-3.1/includes/tsconfig-web.json deleted file mode 100644 index 5dd9e12e4aa..00000000000 --- a/stack/rush-stack-compiler-3.1/includes/tsconfig-web.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "extends": "./tsconfig-base.json", - "compilerOptions": { - "module": "esnext", - "moduleResolution": "node", - "target": "es5", - "lib": ["es5", "scripthost", "es2015.collection", "es2015.promise", "es2015.iterable", "dom"] - } -} diff --git a/stack/rush-stack-compiler-3.1/includes/tslint.json b/stack/rush-stack-compiler-3.1/includes/tslint.json deleted file mode 100644 index f55613b66cc..00000000000 --- a/stack/rush-stack-compiler-3.1/includes/tslint.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tslint", - - "rulesDirectory": ["tslint-microsoft-contrib"], - "rules": { - "class-name": true, - "comment-format": [true, "check-space"], - "curly": true, - "eofline": false, - "export-name": true, - "forin": true, - "indent": [true, "spaces", 2], - "interface-name": true, - "label-position": true, - "max-line-length": [true, 120], - "member-access": true, - "member-ordering": [ - true, - { - "order": [ - "public-static-field", - "protected-static-field", - "private-static-field", - "public-instance-field", - "protected-instance-field", - "private-instance-field", - "public-static-method", - "protected-static-method", - "private-static-method", - "public-constructor", - "public-instance-method", - "protected-constructor", - "protected-instance-method", - "private-constructor", - "private-instance-method" - ] - } - ], - "missing-optional-annotation": true, - "no-arg": true, - "no-any": true, - "no-bitwise": true, - "no-consecutive-blank-lines": true, - "no-console": [true, "debug", "info", "time", "timeEnd", "trace"], - "no-constant-condition": true, - "no-construct": true, - "no-debugger": true, - "no-duplicate-switch-case": true, - "no-duplicate-parameter-names": true, - "no-duplicate-variable": true, - "no-empty": true, - "no-eval": true, - "no-floating-promises": true, - "no-function-expression": true, - "no-inferrable-types": false, - "no-internal-module": true, - "no-null-keyword": true, - "no-shadowed-variable": true, - "no-string-literal": true, - "no-switch-case-fall-through": true, - "no-trailing-whitespace": true, - "no-unnecessary-semicolons": true, - "no-unused-expression": true, - "no-with-statement": true, - "no-var-keyword": true, - "object-literal-sort-keys": false, - "one-line": [true, "check-open-brace", "check-catch", "check-else", "check-whitespace"], - "quotemark": [true, "single", "avoid-escape"], - "prefer-const": true, - "radix": true, - "semicolon": true, - "trailing-comma": [ - true, - { - "multiline": "never", - "singleline": "never" - } - ], - "triple-equals": [true, "allow-null-check"], - "typedef": [ - true, - "call-signature", - "parameter", - "property-declaration", - "variable-declaration", - "member-variable-declaration" - ], - "typedef-whitespace": [ - true, - { - "call-signature": "nospace", - "index-signature": "nospace", - "parameter": "nospace", - "property-declaration": "nospace", - "variable-declaration": "nospace" - } - ], - "use-isnan": true, - "use-named-parameter": true, - "variable-name": [true, "check-format", "allow-leading-underscore", "ban-keywords"], - "whitespace": [true, "check-branch", "check-decl", "check-operator", "check-separator", "check-type"] - } -} diff --git a/stack/rush-stack-compiler-3.1/package.json b/stack/rush-stack-compiler-3.1/package.json deleted file mode 100644 index b728ceb1a54..00000000000 --- a/stack/rush-stack-compiler-3.1/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "@microsoft/rush-stack-compiler-3.1", - "version": "0.13.47", - "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.1.", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/microsoft/rushstack/tree/master/stack/rush-stack-compiler-3.1" - }, - "bin": { - "rush-api-extractor": "./bin/rush-api-extractor", - "rush-eslint": "./bin/rush-eslint", - "rush-tsc": "./bin/rush-tsc", - "rush-tslint": "./bin/rush-tslint" - }, - "scripts": { - "build": "heft build --clean" - }, - "main": "lib/index.js", - "typings": "lib/index.d.ts", - "dependencies": { - "@microsoft/api-extractor": "workspace:*", - "@rushstack/eslint-config": "workspace:*", - "@rushstack/node-core-library": "workspace:*", - "@types/node": "10.17.13", - "eslint": "~7.12.1", - "import-lazy": "~4.0.0", - "tslint": "~5.20.1", - "tslint-microsoft-contrib": "~6.2.0", - "typescript": "~3.1.6" - }, - "devDependencies": { - "@microsoft/rush-stack-compiler-3.9": "workspace:*", - "@microsoft/rush-stack-compiler-shared": "workspace:*", - "@rushstack/eslint-config": "workspace:*", - "@rushstack/heft": "0.28.0", - "@rushstack/heft-node-rig": "1.0.8" - } -} diff --git a/stack/rush-stack-compiler-3.1/tsconfig.json b/stack/rush-stack-compiler-3.1/tsconfig.json deleted file mode 100644 index 6bef73c4b86..00000000000 --- a/stack/rush-stack-compiler-3.1/tsconfig.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.9/includes/tsconfig-node.json", - - "compilerOptions": { - "rootDir": "src", - "outDir": "lib" - } -} diff --git a/stack/rush-stack-compiler-3.2/.eslintrc.js b/stack/rush-stack-compiler-3.2/.eslintrc.js deleted file mode 100644 index 4c934799d67..00000000000 --- a/stack/rush-stack-compiler-3.2/.eslintrc.js +++ /dev/null @@ -1,10 +0,0 @@ -// This is a workaround for https://github.com/eslint/eslint/issues/3458 -require('@rushstack/eslint-config/patch/modern-module-resolution'); - -module.exports = { - extends: [ - '@rushstack/eslint-config/profile/node-trusted-tool', - '@rushstack/eslint-config/mixins/friendly-locals' - ], - parserOptions: { tsconfigRootDir: __dirname } -}; diff --git a/stack/rush-stack-compiler-3.2/.gitignore b/stack/rush-stack-compiler-3.2/.gitignore deleted file mode 100644 index dbc8690803e..00000000000 --- a/stack/rush-stack-compiler-3.2/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/src \ No newline at end of file diff --git a/stack/rush-stack-compiler-3.2/.npmignore b/stack/rush-stack-compiler-3.2/.npmignore deleted file mode 100644 index ad6bcd960e8..00000000000 --- a/stack/rush-stack-compiler-3.2/.npmignore +++ /dev/null @@ -1,31 +0,0 @@ -# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. - -# Ignore all files by default, to avoid accidentally publishing unintended files. -* - -# Use negative patterns to bring back the specific things we want to publish. -!/bin/** -!/lib/** -!/lib-*/** -!/dist/** -!ThirdPartyNotice.txt - -# Ignore certain patterns that should not get published. -/dist/*.stats.* -/lib/**/test/ -/lib-*/**/test/ -*.test.js - -# NOTE: These don't need to be specified, because NPM includes them automatically. -# -# package.json -# README (and its variants) -# CHANGELOG (and its variants) -# LICENSE / LICENCE - -#-------------------------------------------- -# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE -#-------------------------------------------- - -# (Add your project-specific overrides here) -!/includes/** diff --git a/stack/rush-stack-compiler-3.2/CHANGELOG.json b/stack/rush-stack-compiler-3.2/CHANGELOG.json deleted file mode 100644 index 9d73f415762..00000000000 --- a/stack/rush-stack-compiler-3.2/CHANGELOG.json +++ /dev/null @@ -1,2465 +0,0 @@ -{ - "name": "@microsoft/rush-stack-compiler-3.2", - "entries": [ - { - "version": "0.10.47", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.47", - "date": "Wed, 19 May 2021 00:11:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.38.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.47`" - } - ] - } - }, - { - "version": "0.10.46", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.46", - "date": "Mon, 03 May 2021 15:10:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.37.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.46`" - } - ] - } - }, - { - "version": "0.10.45", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.45", - "date": "Thu, 29 Apr 2021 23:26:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.45`" - } - ] - } - }, - { - "version": "0.10.44", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.44", - "date": "Tue, 20 Apr 2021 04:59:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.14.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.44`" - } - ] - } - }, - { - "version": "0.10.43", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.43", - "date": "Mon, 12 Apr 2021 15:10:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.43`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.4`" - } - ] - } - }, - { - "version": "0.10.42", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.42", - "date": "Thu, 08 Apr 2021 06:05:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.42`" - } - ] - } - }, - { - "version": "0.10.41", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.41", - "date": "Tue, 06 Apr 2021 15:14:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.41`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.3`" - } - ] - } - }, - { - "version": "0.10.40", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.40", - "date": "Thu, 04 Mar 2021 01:11:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.40`" - } - ] - } - }, - { - "version": "0.10.39", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.39", - "date": "Fri, 05 Feb 2021 16:10:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.39`" - } - ] - } - }, - { - "version": "0.10.38", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.38", - "date": "Wed, 13 Jan 2021 01:11:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.38`" - } - ] - } - }, - { - "version": "0.10.37", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.37", - "date": "Thu, 10 Dec 2020 23:25:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.12.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.37`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.2`" - } - ] - } - }, - { - "version": "0.10.36", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.36", - "date": "Sat, 05 Dec 2020 01:11:23 GMT", - "comments": { - "patch": [ - { - "comment": "Ensure rootDir is consistently specified." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.36`" - } - ] - } - }, - { - "version": "0.10.35", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.35", - "date": "Wed, 18 Nov 2020 08:19:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.12.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.35`" - } - ] - } - }, - { - "version": "0.10.34", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.34", - "date": "Wed, 18 Nov 2020 06:21:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.34`" - } - ] - } - }, - { - "version": "0.10.33", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.33", - "date": "Wed, 11 Nov 2020 01:08:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.33`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.1`" - } - ] - } - }, - { - "version": "0.10.32", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.32", - "date": "Tue, 10 Nov 2020 23:13:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.32`" - } - ] - } - }, - { - "version": "0.10.31", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.31", - "date": "Fri, 30 Oct 2020 06:38:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.0`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.31`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.0`" - } - ] - } - }, - { - "version": "0.10.30", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.30", - "date": "Fri, 30 Oct 2020 00:10:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.30`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.3`" - } - ] - } - }, - { - "version": "0.10.29", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.29", - "date": "Thu, 29 Oct 2020 06:14:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.29`" - } - ] - } - }, - { - "version": "0.10.28", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.28", - "date": "Wed, 28 Oct 2020 01:18:03 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.28`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.2`" - } - ] - } - }, - { - "version": "0.10.27", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.27", - "date": "Tue, 27 Oct 2020 15:10:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.27`" - } - ] - } - }, - { - "version": "0.10.26", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.26", - "date": "Tue, 06 Oct 2020 00:24:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.26`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.1`" - } - ] - } - }, - { - "version": "0.10.25", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.25", - "date": "Mon, 05 Oct 2020 22:36:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.0`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.25`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.0`" - } - ] - } - }, - { - "version": "0.10.24", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.24", - "date": "Mon, 05 Oct 2020 15:10:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.24`" - } - ] - } - }, - { - "version": "0.10.23", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.23", - "date": "Wed, 30 Sep 2020 18:39:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.23`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.3`" - } - ] - } - }, - { - "version": "0.10.22", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.22", - "date": "Wed, 30 Sep 2020 06:53:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.22`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.2`" - } - ] - } - }, - { - "version": "0.10.21", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.21", - "date": "Tue, 22 Sep 2020 05:45:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.22`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.1`" - } - ] - } - }, - { - "version": "0.10.20", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.20", - "date": "Tue, 22 Sep 2020 01:45:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.21`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.0`" - } - ] - } - }, - { - "version": "0.10.19", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.19", - "date": "Tue, 22 Sep 2020 00:08:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.20`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.0.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.0.0`" - } - ] - } - }, - { - "version": "0.10.18", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.18", - "date": "Sat, 19 Sep 2020 04:37:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.19`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.2`" - } - ] - } - }, - { - "version": "0.10.17", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.17", - "date": "Sat, 19 Sep 2020 03:33:07 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.18`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.1`" - } - ] - } - }, - { - "version": "0.10.16", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.16", - "date": "Fri, 18 Sep 2020 22:57:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.17`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.0`" - } - ] - } - }, - { - "version": "0.10.15", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.15", - "date": "Fri, 18 Sep 2020 21:49:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.16`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.0`" - } - ] - } - }, - { - "version": "0.10.14", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.14", - "date": "Sun, 13 Sep 2020 01:53:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.15`" - } - ] - } - }, - { - "version": "0.10.13", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.13", - "date": "Fri, 11 Sep 2020 02:13:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.14`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.32.0`" - } - ] - } - }, - { - "version": "0.10.12", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.12", - "date": "Mon, 07 Sep 2020 07:37:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.31.0`" - } - ] - } - }, - { - "version": "0.10.11", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.11", - "date": "Sat, 05 Sep 2020 18:56:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.12`" - } - ] - } - }, - { - "version": "0.10.10", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.10", - "date": "Thu, 27 Aug 2020 11:27:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.30.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.3.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.3.0`" - } - ] - } - }, - { - "version": "0.10.9", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.9", - "date": "Mon, 24 Aug 2020 07:35:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.10`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.29.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.1`" - } - ] - } - }, - { - "version": "0.10.8", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.8", - "date": "Sat, 22 Aug 2020 05:55:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.29.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.0`" - } - ] - } - }, - { - "version": "0.10.7", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.7", - "date": "Fri, 21 Aug 2020 01:21:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.8`" - } - ] - } - }, - { - "version": "0.10.6", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.6", - "date": "Thu, 20 Aug 2020 15:13:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.7`" - } - ] - } - }, - { - "version": "0.10.5", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.5", - "date": "Tue, 18 Aug 2020 23:59:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.6`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.28.0`" - } - ] - } - }, - { - "version": "0.10.4", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.4", - "date": "Mon, 17 Aug 2020 04:53:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.27.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.1.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.1.0`" - } - ] - } - }, - { - "version": "0.10.3", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.3", - "date": "Wed, 12 Aug 2020 00:10:05 GMT", - "comments": { - "patch": [ - { - "comment": "Updated project to build with Heft" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.26.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.0.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.0.4`" - } - ] - } - }, - { - "version": "0.10.2", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.2", - "date": "Wed, 05 Aug 2020 18:27:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.26.1`" - } - ] - } - }, - { - "version": "0.10.1", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.1", - "date": "Fri, 03 Jul 2020 15:09:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.9.0` to `7.9.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.4` to `3.25.0`" - } - ] - } - }, - { - "version": "0.10.0", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.10.0", - "date": "Fri, 03 Jul 2020 05:46:41 GMT", - "comments": { - "minor": [ - { - "comment": "Disable the \"--typescript-compiler-folder\" setting for API Extractor, since it was causing errors with the latest TypeScript engine" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.15` to `7.9.0`" - } - ] - } - }, - { - "version": "0.9.2", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.9.2", - "date": "Thu, 25 Jun 2020 06:43:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.14` to `7.8.15`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.3` to `3.24.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.1` to `1.0.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.1` to `1.0.2`" - } - ] - } - }, - { - "version": "0.9.1", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.9.1", - "date": "Wed, 24 Jun 2020 09:50:48 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.13` to `7.8.14`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.2` to `3.24.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.0` to `1.0.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.0` to `1.0.1`" - } - ] - } - }, - { - "version": "0.9.0", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.9.0", - "date": "Wed, 24 Jun 2020 09:04:28 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade to ESLint 7" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.12` to `7.8.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.1` to `3.24.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.8` to `1.0.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.8` to `1.0.0`" - } - ] - } - }, - { - "version": "0.8.1", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.8.1", - "date": "Mon, 15 Jun 2020 22:17:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.11` to `7.8.12`" - } - ] - } - }, - { - "version": "0.8.0", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.8.0", - "date": "Fri, 12 Jun 2020 09:19:21 GMT", - "comments": { - "minor": [ - { - "comment": "Expose the @microsoft/api-extractor package's path" - } - ] - } - }, - { - "version": "0.7.3", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.7.3", - "date": "Wed, 10 Jun 2020 20:48:30 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.10` to `7.8.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.0` to `3.24.1`" - } - ] - } - }, - { - "version": "0.7.2", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.7.2", - "date": "Mon, 01 Jun 2020 08:34:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.9` to `7.8.10`" - } - ] - } - }, - { - "version": "0.7.1", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.7.1", - "date": "Sat, 30 May 2020 02:59:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.8` to `7.8.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.23.1` to `3.24.0`" - } - ] - } - }, - { - "version": "0.7.0", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.7.0", - "date": "Thu, 28 May 2020 05:59:02 GMT", - "comments": { - "minor": [ - { - "comment": "Change the way the typescript, tslint, and api-extractor packages are exported." - }, - { - "comment": "Update TSLint to 5.20.1" - }, - { - "comment": "Update tsconfig-node.json to target es2017 (supported by Node 8); this enables native async/await, and will show complete callstacks when using Node 12" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.7` to `7.8.8`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.23.0` to `3.23.1`" - } - ] - } - }, - { - "version": "0.6.17", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.6.17", - "date": "Wed, 27 May 2020 05:15:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.6` to `7.8.7`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.22.1` to `3.23.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.7` to `0.5.8`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.7` to `0.5.8`" - } - ] - } - }, - { - "version": "0.6.16", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.6.16", - "date": "Tue, 26 May 2020 23:00:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.5` to `7.8.6`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.22.0` to `3.22.1`" - } - ] - } - }, - { - "version": "0.6.15", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.6.15", - "date": "Fri, 22 May 2020 15:08:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.4` to `7.8.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.21.0` to `3.22.0`" - } - ] - } - }, - { - "version": "0.6.14", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.6.14", - "date": "Thu, 21 May 2020 23:09:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.3` to `7.8.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.20.0` to `3.21.0`" - } - ] - } - }, - { - "version": "0.6.13", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.6.13", - "date": "Thu, 21 May 2020 15:42:00 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.2` to `7.8.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.7` to `3.20.0`" - } - ] - } - }, - { - "version": "0.6.12", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.6.12", - "date": "Tue, 19 May 2020 15:08:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.1` to `7.8.2`" - } - ] - } - }, - { - "version": "0.6.11", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.6.11", - "date": "Fri, 15 May 2020 08:10:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.0` to `7.8.1`" - } - ] - } - }, - { - "version": "0.6.10", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.6.10", - "date": "Wed, 06 May 2020 08:23:45 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.13` to `7.8.0`" - } - ] - } - }, - { - "version": "0.6.9", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.6.9", - "date": "Wed, 08 Apr 2020 04:07:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.12` to `7.7.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.6` to `3.19.7`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.6` to `0.5.7`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.6` to `0.5.7`" - } - ] - } - }, - { - "version": "0.6.8", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.6.8", - "date": "Fri, 03 Apr 2020 15:10:15 GMT", - "comments": { - "patch": [ - { - "comment": "Update tslint-microsoft-contrib to ~6.2.0" - } - ] - } - }, - { - "version": "0.6.7", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.6.7", - "date": "Sun, 29 Mar 2020 00:04:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.11` to `7.7.12`" - } - ] - } - }, - { - "version": "0.6.6", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.6.6", - "date": "Sat, 28 Mar 2020 00:37:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.10` to `7.7.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.5` to `3.19.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.5` to `0.5.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.5` to `0.5.6`" - } - ] - } - }, - { - "version": "0.6.5", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.6.5", - "date": "Wed, 18 Mar 2020 15:07:47 GMT", - "comments": { - "patch": [ - { - "comment": "Upgrade cyclic dependencies" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.9` to `7.7.10`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.4` to `3.19.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.4` to `0.5.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.4` to `0.5.5`" - } - ] - } - }, - { - "version": "0.6.4", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.6.4", - "date": "Tue, 17 Mar 2020 23:55:58 GMT", - "comments": { - "patch": [ - { - "comment": "Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack`" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.8` to `7.7.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.3` to `3.19.4`" - } - ] - } - }, - { - "version": "0.6.3", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.6.3", - "date": "Tue, 28 Jan 2020 02:23:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.7` to `7.7.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.2` to `3.19.3`" - } - ] - } - }, - { - "version": "0.6.2", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.6.2", - "date": "Thu, 23 Jan 2020 01:07:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.6` to `7.7.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.1` to `3.19.2`" - } - ] - } - }, - { - "version": "0.6.1", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.6.1", - "date": "Tue, 21 Jan 2020 21:56:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.5` to `7.7.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.0` to `3.19.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.3` to `0.5.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.3` to `0.5.4`" - } - ] - } - }, - { - "version": "0.6.0", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.6.0", - "date": "Sun, 19 Jan 2020 02:26:52 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade Node typings to Node 10" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.4` to `7.7.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.3` to `3.19.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.2` to `0.5.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.2` to `0.5.3`" - } - ] - } - }, - { - "version": "0.5.14", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.5.14", - "date": "Fri, 17 Jan 2020 01:08:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.3` to `7.7.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.2` to `3.18.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.1` to `0.5.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.1` to `0.5.2`" - } - ] - } - }, - { - "version": "0.5.13", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.5.13", - "date": "Tue, 14 Jan 2020 01:34:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.2` to `7.7.3`" - } - ] - } - }, - { - "version": "0.5.12", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.5.12", - "date": "Thu, 09 Jan 2020 06:44:13 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.1` to `7.7.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.1` to `3.18.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.0` to `0.5.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.0` to `0.5.1`" - } - ] - } - }, - { - "version": "0.5.11", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.5.11", - "date": "Wed, 08 Jan 2020 00:11:31 GMT", - "comments": { - "patch": [ - { - "comment": "Fix some inconsistencies between the rush-stack-compiler-x.x project settings" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.0` to `7.7.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.0` to `3.18.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.2` to `0.5.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.2` to `0.5.0`" - } - ] - } - }, - { - "version": "0.5.10", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.5.10", - "date": "Tue, 03 Dec 2019 03:17:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.6.2` to `7.7.0`" - } - ] - } - }, - { - "version": "0.5.9", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.5.9", - "date": "Sun, 24 Nov 2019 00:54:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.6.1` to `7.6.2`" - } - ] - } - }, - { - "version": "0.5.8", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.5.8", - "date": "Wed, 20 Nov 2019 06:14:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.6.0` to `7.6.1`" - } - ] - } - }, - { - "version": "0.5.7", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.5.7", - "date": "Fri, 15 Nov 2019 04:50:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.6` to `7.6.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.17.1` to `3.18.0`" - } - ] - } - }, - { - "version": "0.5.6", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.5.6", - "date": "Mon, 11 Nov 2019 16:07:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.5` to `7.5.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.17.0` to `3.17.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.1` to `0.4.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.1` to `0.4.2`" - } - ] - } - }, - { - "version": "0.5.5", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.5.5", - "date": "Wed, 06 Nov 2019 22:44:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.4` to `7.5.5`" - } - ] - } - }, - { - "version": "0.5.4", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.5.4", - "date": "Tue, 05 Nov 2019 06:49:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.3` to `7.5.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.16.0` to `3.17.0`" - } - ] - } - }, - { - "version": "0.5.3", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.5.3", - "date": "Tue, 05 Nov 2019 01:08:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.2` to `7.5.3`" - } - ] - } - }, - { - "version": "0.5.2", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.5.2", - "date": "Fri, 25 Oct 2019 15:08:54 GMT", - "comments": { - "patch": [ - { - "comment": "Fix an issue where ESLint output would fail to parse when a large project is built on a Mac." - } - ] - } - }, - { - "version": "0.5.1", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.5.1", - "date": "Tue, 22 Oct 2019 06:24:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.1` to `7.5.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.15.1` to `3.16.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.0` to `0.4.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.0` to `0.4.1`" - } - ] - } - }, - { - "version": "0.5.0", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.5.0", - "date": "Mon, 21 Oct 2019 05:22:43 GMT", - "comments": { - "minor": [ - { - "comment": "Add support for ESLint+TypeScript" - } - ] - } - }, - { - "version": "0.4.6", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.4.6", - "date": "Fri, 18 Oct 2019 15:15:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.0` to `7.5.1`" - } - ] - } - }, - { - "version": "0.4.5", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.4.5", - "date": "Sun, 06 Oct 2019 00:27:40 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.7` to `7.5.0`" - } - ] - } - }, - { - "version": "0.4.4", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.4.4", - "date": "Fri, 04 Oct 2019 00:15:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.6` to `7.4.7`" - } - ] - } - }, - { - "version": "0.4.3", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.4.3", - "date": "Sun, 29 Sep 2019 23:56:29 GMT", - "comments": { - "patch": [ - { - "comment": "Update repository URL" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.5` to `7.4.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.15.0` to `3.15.1`" - } - ] - } - }, - { - "version": "0.4.2", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.4.2", - "date": "Wed, 25 Sep 2019 15:15:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.4` to `7.4.5`" - } - ] - } - }, - { - "version": "0.4.1", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.4.1", - "date": "Tue, 24 Sep 2019 02:58:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.3` to `7.4.4`" - } - ] - } - }, - { - "version": "0.4.0", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.4.0", - "date": "Mon, 23 Sep 2019 15:14:55 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade @types/node dependency" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.2` to `7.4.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.2` to `3.15.0`" - } - ] - } - }, - { - "version": "0.3.37", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.3.37", - "date": "Fri, 20 Sep 2019 21:27:22 GMT", - "comments": { - "patch": [ - { - "comment": "Fix an issue where api-extractor warnings weren't being reported." - } - ] - } - }, - { - "version": "0.3.36", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.3.36", - "date": "Wed, 11 Sep 2019 19:56:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.1` to `7.4.2`" - } - ] - } - }, - { - "version": "0.3.35", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.3.35", - "date": "Tue, 10 Sep 2019 22:32:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.0` to `7.4.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.1` to `3.14.2`" - } - ] - } - }, - { - "version": "0.3.34", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.3.34", - "date": "Tue, 10 Sep 2019 20:38:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.11` to `7.4.0`" - } - ] - } - }, - { - "version": "0.3.33", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.3.33", - "date": "Wed, 04 Sep 2019 18:28:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.10` to `7.3.11`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.0` to `3.14.1`" - } - ] - } - }, - { - "version": "0.3.32", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.3.32", - "date": "Wed, 04 Sep 2019 15:15:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.9` to `7.3.10`" - } - ] - } - }, - { - "version": "0.3.31", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.3.31", - "date": "Fri, 30 Aug 2019 00:14:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.8` to `7.3.9`" - } - ] - } - }, - { - "version": "0.3.30", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.3.30", - "date": "Mon, 12 Aug 2019 15:15:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.7` to `7.3.8`" - } - ] - } - }, - { - "version": "0.3.29", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.3.29", - "date": "Thu, 08 Aug 2019 15:14:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.6` to `7.3.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.13.0` to `3.14.0`" - } - ] - } - }, - { - "version": "0.3.28", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.3.28", - "date": "Thu, 08 Aug 2019 00:49:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.5` to `7.3.6`" - } - ] - } - }, - { - "version": "0.3.27", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.3.27", - "date": "Mon, 05 Aug 2019 22:04:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.4` to `7.3.5`" - } - ] - } - }, - { - "version": "0.3.26", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.3.26", - "date": "Tue, 23 Jul 2019 01:13:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.3` to `7.3.4`" - } - ] - } - }, - { - "version": "0.3.25", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.3.25", - "date": "Mon, 22 Jul 2019 19:13:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.2` to `7.3.3`" - } - ] - } - }, - { - "version": "0.3.24", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.3.24", - "date": "Fri, 12 Jul 2019 19:12:46 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.1` to `7.3.2`" - } - ] - } - }, - { - "version": "0.3.23", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.3.23", - "date": "Thu, 11 Jul 2019 19:13:08 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.0` to `7.3.1`" - } - ] - } - }, - { - "version": "0.3.22", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.3.22", - "date": "Tue, 09 Jul 2019 19:13:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.2.3` to `7.3.0`" - } - ] - } - }, - { - "version": "0.3.21", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.3.21", - "date": "Mon, 08 Jul 2019 19:12:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.2.2` to `7.2.3`" - } - ] - } - }, - { - "version": "0.3.20", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.3.20", - "date": "Sat, 29 Jun 2019 02:30:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.2.1` to `7.2.2`" - } - ] - } - }, - { - "version": "0.3.19", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.3.19", - "date": "Wed, 12 Jun 2019 19:12:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.2.0` to `7.2.1`" - } - ] - } - }, - { - "version": "0.3.18", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.3.18", - "date": "Tue, 11 Jun 2019 00:48:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.8` to `7.2.0`" - } - ] - } - }, - { - "version": "0.3.17", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.3.17", - "date": "Thu, 06 Jun 2019 22:33:36 GMT", - "comments": { - "patch": [ - { - "comment": "Include accidentally omitted no-floating-promises TSLint rule." - } - ] - } - }, - { - "version": "0.3.16", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.3.16", - "date": "Wed, 05 Jun 2019 19:12:34 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.7` to `7.1.8`" - } - ] - } - }, - { - "version": "0.3.15", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.3.15", - "date": "Tue, 04 Jun 2019 05:51:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.6` to `7.1.7`" - } - ] - } - }, - { - "version": "0.3.14", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.3.14", - "date": "Mon, 27 May 2019 04:13:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.5` to `7.1.6`" - } - ] - } - }, - { - "version": "0.3.13", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.3.13", - "date": "Mon, 13 May 2019 02:08:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.4` to `7.1.5`" - } - ] - } - }, - { - "version": "0.3.12", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.3.12", - "date": "Mon, 06 May 2019 20:46:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.3` to `7.1.4`" - } - ] - } - }, - { - "version": "0.3.11", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.3.11", - "date": "Mon, 06 May 2019 19:34:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.2` to `7.1.3`" - } - ] - } - }, - { - "version": "0.3.10", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.3.10", - "date": "Mon, 06 May 2019 19:11:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.1` to `7.1.2`" - } - ] - } - }, - { - "version": "0.3.9", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.3.9", - "date": "Tue, 30 Apr 2019 23:08:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.0` to `7.1.1`" - } - ] - } - }, - { - "version": "0.3.8", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.3.8", - "date": "Tue, 16 Apr 2019 11:01:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.42` to `7.1.0`" - } - ] - } - }, - { - "version": "0.3.7", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.3.7", - "date": "Fri, 12 Apr 2019 06:13:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.41` to `7.0.42`" - } - ] - } - }, - { - "version": "0.3.6", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.3.6", - "date": "Thu, 11 Apr 2019 07:14:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.40` to `7.0.41`" - } - ] - } - }, - { - "version": "0.3.5", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.3.5", - "date": "Tue, 09 Apr 2019 05:31:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.39` to `7.0.40`" - } - ] - } - }, - { - "version": "0.3.4", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.3.4", - "date": "Mon, 08 Apr 2019 19:12:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.38` to `7.0.39`" - } - ] - } - }, - { - "version": "0.3.3", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.3.3", - "date": "Sat, 06 Apr 2019 02:05:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.37` to `7.0.38`" - } - ] - } - }, - { - "version": "0.3.2", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.3.2", - "date": "Fri, 05 Apr 2019 04:16:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.36` to `7.0.37`" - } - ] - } - }, - { - "version": "0.3.1", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.3.1", - "date": "Wed, 03 Apr 2019 02:58:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.35` to `7.0.36`" - } - ] - } - }, - { - "version": "0.3.0", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.3.0", - "date": "Tue, 02 Apr 2019 01:12:02 GMT", - "comments": { - "minor": [ - { - "comment": "Enable declaration maps in the default TSConfigs." - } - ] - } - }, - { - "version": "0.2.20", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.2.20", - "date": "Sat, 30 Mar 2019 22:27:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.34` to `7.0.35`" - } - ] - } - }, - { - "version": "0.2.19", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.2.19", - "date": "Thu, 28 Mar 2019 19:14:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.33` to `7.0.34`" - } - ] - } - }, - { - "version": "0.2.18", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.2.18", - "date": "Tue, 26 Mar 2019 20:54:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.32` to `7.0.33`" - } - ] - } - }, - { - "version": "0.2.17", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.2.17", - "date": "Sat, 23 Mar 2019 03:48:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.31` to `7.0.32`" - } - ] - } - }, - { - "version": "0.2.16", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.2.16", - "date": "Thu, 21 Mar 2019 04:59:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.30` to `7.0.31`" - } - ] - } - }, - { - "version": "0.2.15", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.2.15", - "date": "Thu, 21 Mar 2019 01:15:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.29` to `7.0.30`" - } - ] - } - }, - { - "version": "0.2.14", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.2.14", - "date": "Wed, 20 Mar 2019 19:14:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.28` to `7.0.29`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.12.1` to `3.13.0`" - } - ] - } - }, - { - "version": "0.2.13", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.2.13", - "date": "Mon, 18 Mar 2019 04:28:43 GMT", - "comments": { - "patch": [ - { - "comment": "Export StandardBuildFolders to eliminate the ae-forgotten-export warning" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.27` to `7.0.28`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.12.0` to `3.12.1`" - } - ] - } - }, - { - "version": "0.2.12", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.2.12", - "date": "Fri, 15 Mar 2019 19:13:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.26` to `7.0.27`" - } - ] - } - }, - { - "version": "0.2.11", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.2.11", - "date": "Wed, 13 Mar 2019 19:13:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.25` to `7.0.26`" - } - ] - } - }, - { - "version": "0.2.10", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.2.10", - "date": "Wed, 13 Mar 2019 01:14:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.24` to `7.0.25`" - } - ] - } - }, - { - "version": "0.2.9", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.2.9", - "date": "Mon, 11 Mar 2019 16:13:36 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.23` to `7.0.24`" - } - ] - } - }, - { - "version": "0.2.8", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.2.8", - "date": "Tue, 05 Mar 2019 17:13:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.22` to `7.0.23`" - } - ] - } - }, - { - "version": "0.2.7", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.2.7", - "date": "Mon, 04 Mar 2019 17:13:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.21` to `7.0.22`" - } - ] - } - }, - { - "version": "0.2.6", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.2.6", - "date": "Wed, 27 Feb 2019 22:13:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.20` to `7.0.21`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.11.1` to `3.12.0`" - } - ] - } - }, - { - "version": "0.2.5", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.2.5", - "date": "Wed, 27 Feb 2019 17:13:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.19` to `7.0.20`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.11.0` to `3.11.1`" - } - ] - } - }, - { - "version": "0.2.4", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.2.4", - "date": "Mon, 18 Feb 2019 17:13:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.18` to `7.0.19`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.10.0` to `3.11.0`" - } - ] - } - }, - { - "version": "0.2.3", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.2.3", - "date": "Tue, 12 Feb 2019 17:13:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.17` to `7.0.18`" - } - ] - } - }, - { - "version": "0.2.2", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.2.2", - "date": "Mon, 11 Feb 2019 10:32:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.16` to `7.0.17`" - } - ] - } - }, - { - "version": "0.2.1", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.2.1", - "date": "Mon, 11 Feb 2019 03:31:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.9.0` to `3.10.0`" - } - ] - } - }, - { - "version": "0.2.0", - "tag": "@microsoft/rush-stack-compiler-3.2_v0.2.0", - "date": "Wed, 30 Jan 2019 22:07:03 GMT", - "comments": { - "minor": [ - { - "comment": "Initial package creation" - } - ] - } - }, - { - "version": "0.1.1", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.1.1", - "date": "Thu, 29 Nov 2018 07:02:09 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.7.0` to `3.7.1`" - } - ] - } - }, - { - "version": "0.1.0", - "tag": "@microsoft/rush-stack-compiler-3.1_v0.1.0", - "date": "Thu, 29 Nov 2018 00:35:39 GMT", - "comments": { - "minor": [ - { - "comment": "Initial package creation." - } - ] - } - } - ] -} diff --git a/stack/rush-stack-compiler-3.2/CHANGELOG.md b/stack/rush-stack-compiler-3.2/CHANGELOG.md deleted file mode 100644 index ebbba0aa386..00000000000 --- a/stack/rush-stack-compiler-3.2/CHANGELOG.md +++ /dev/null @@ -1,838 +0,0 @@ -# Change Log - @microsoft/rush-stack-compiler-3.2 - -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. - -## 0.10.47 -Wed, 19 May 2021 00:11:39 GMT - -_Version update only_ - -## 0.10.46 -Mon, 03 May 2021 15:10:29 GMT - -_Version update only_ - -## 0.10.45 -Thu, 29 Apr 2021 23:26:50 GMT - -_Version update only_ - -## 0.10.44 -Tue, 20 Apr 2021 04:59:51 GMT - -_Version update only_ - -## 0.10.43 -Mon, 12 Apr 2021 15:10:28 GMT - -_Version update only_ - -## 0.10.42 -Thu, 08 Apr 2021 06:05:32 GMT - -_Version update only_ - -## 0.10.41 -Tue, 06 Apr 2021 15:14:22 GMT - -_Version update only_ - -## 0.10.40 -Thu, 04 Mar 2021 01:11:31 GMT - -_Version update only_ - -## 0.10.39 -Fri, 05 Feb 2021 16:10:42 GMT - -_Version update only_ - -## 0.10.38 -Wed, 13 Jan 2021 01:11:06 GMT - -_Version update only_ - -## 0.10.37 -Thu, 10 Dec 2020 23:25:50 GMT - -_Version update only_ - -## 0.10.36 -Sat, 05 Dec 2020 01:11:23 GMT - -### Patches - -- Ensure rootDir is consistently specified. - -## 0.10.35 -Wed, 18 Nov 2020 08:19:54 GMT - -_Version update only_ - -## 0.10.34 -Wed, 18 Nov 2020 06:21:57 GMT - -_Version update only_ - -## 0.10.33 -Wed, 11 Nov 2020 01:08:58 GMT - -_Version update only_ - -## 0.10.32 -Tue, 10 Nov 2020 23:13:12 GMT - -_Version update only_ - -## 0.10.31 -Fri, 30 Oct 2020 06:38:39 GMT - -_Version update only_ - -## 0.10.30 -Fri, 30 Oct 2020 00:10:14 GMT - -_Version update only_ - -## 0.10.29 -Thu, 29 Oct 2020 06:14:19 GMT - -_Version update only_ - -## 0.10.28 -Wed, 28 Oct 2020 01:18:03 GMT - -_Version update only_ - -## 0.10.27 -Tue, 27 Oct 2020 15:10:14 GMT - -_Version update only_ - -## 0.10.26 -Tue, 06 Oct 2020 00:24:06 GMT - -_Version update only_ - -## 0.10.25 -Mon, 05 Oct 2020 22:36:57 GMT - -_Version update only_ - -## 0.10.24 -Mon, 05 Oct 2020 15:10:43 GMT - -_Version update only_ - -## 0.10.23 -Wed, 30 Sep 2020 18:39:17 GMT - -_Version update only_ - -## 0.10.22 -Wed, 30 Sep 2020 06:53:53 GMT - -_Version update only_ - -## 0.10.21 -Tue, 22 Sep 2020 05:45:57 GMT - -_Version update only_ - -## 0.10.20 -Tue, 22 Sep 2020 01:45:31 GMT - -_Version update only_ - -## 0.10.19 -Tue, 22 Sep 2020 00:08:53 GMT - -_Version update only_ - -## 0.10.18 -Sat, 19 Sep 2020 04:37:27 GMT - -_Version update only_ - -## 0.10.17 -Sat, 19 Sep 2020 03:33:07 GMT - -_Version update only_ - -## 0.10.16 -Fri, 18 Sep 2020 22:57:24 GMT - -_Version update only_ - -## 0.10.15 -Fri, 18 Sep 2020 21:49:54 GMT - -_Version update only_ - -## 0.10.14 -Sun, 13 Sep 2020 01:53:20 GMT - -_Version update only_ - -## 0.10.13 -Fri, 11 Sep 2020 02:13:35 GMT - -_Version update only_ - -## 0.10.12 -Mon, 07 Sep 2020 07:37:37 GMT - -_Version update only_ - -## 0.10.11 -Sat, 05 Sep 2020 18:56:35 GMT - -_Version update only_ - -## 0.10.10 -Thu, 27 Aug 2020 11:27:06 GMT - -_Version update only_ - -## 0.10.9 -Mon, 24 Aug 2020 07:35:20 GMT - -_Version update only_ - -## 0.10.8 -Sat, 22 Aug 2020 05:55:43 GMT - -_Version update only_ - -## 0.10.7 -Fri, 21 Aug 2020 01:21:18 GMT - -_Version update only_ - -## 0.10.6 -Thu, 20 Aug 2020 15:13:53 GMT - -_Version update only_ - -## 0.10.5 -Tue, 18 Aug 2020 23:59:42 GMT - -_Version update only_ - -## 0.10.4 -Mon, 17 Aug 2020 04:53:23 GMT - -_Version update only_ - -## 0.10.3 -Wed, 12 Aug 2020 00:10:05 GMT - -### Patches - -- Updated project to build with Heft - -## 0.10.2 -Wed, 05 Aug 2020 18:27:33 GMT - -_Version update only_ - -## 0.10.1 -Fri, 03 Jul 2020 15:09:04 GMT - -_Version update only_ - -## 0.10.0 -Fri, 03 Jul 2020 05:46:41 GMT - -### Minor changes - -- Disable the "--typescript-compiler-folder" setting for API Extractor, since it was causing errors with the latest TypeScript engine - -## 0.9.2 -Thu, 25 Jun 2020 06:43:35 GMT - -_Version update only_ - -## 0.9.1 -Wed, 24 Jun 2020 09:50:48 GMT - -_Version update only_ - -## 0.9.0 -Wed, 24 Jun 2020 09:04:28 GMT - -### Minor changes - -- Upgrade to ESLint 7 - -## 0.8.1 -Mon, 15 Jun 2020 22:17:18 GMT - -_Version update only_ - -## 0.8.0 -Fri, 12 Jun 2020 09:19:21 GMT - -### Minor changes - -- Expose the @microsoft/api-extractor package's path - -## 0.7.3 -Wed, 10 Jun 2020 20:48:30 GMT - -_Version update only_ - -## 0.7.2 -Mon, 01 Jun 2020 08:34:17 GMT - -_Version update only_ - -## 0.7.1 -Sat, 30 May 2020 02:59:54 GMT - -_Version update only_ - -## 0.7.0 -Thu, 28 May 2020 05:59:02 GMT - -### Minor changes - -- Change the way the typescript, tslint, and api-extractor packages are exported. -- Update TSLint to 5.20.1 -- Update tsconfig-node.json to target es2017 (supported by Node 8); this enables native async/await, and will show complete callstacks when using Node 12 - -## 0.6.17 -Wed, 27 May 2020 05:15:11 GMT - -_Version update only_ - -## 0.6.16 -Tue, 26 May 2020 23:00:25 GMT - -_Version update only_ - -## 0.6.15 -Fri, 22 May 2020 15:08:43 GMT - -_Version update only_ - -## 0.6.14 -Thu, 21 May 2020 23:09:44 GMT - -_Version update only_ - -## 0.6.13 -Thu, 21 May 2020 15:42:00 GMT - -_Version update only_ - -## 0.6.12 -Tue, 19 May 2020 15:08:20 GMT - -_Version update only_ - -## 0.6.11 -Fri, 15 May 2020 08:10:59 GMT - -_Version update only_ - -## 0.6.10 -Wed, 06 May 2020 08:23:45 GMT - -_Version update only_ - -## 0.6.9 -Wed, 08 Apr 2020 04:07:33 GMT - -_Version update only_ - -## 0.6.8 -Fri, 03 Apr 2020 15:10:15 GMT - -### Patches - -- Update tslint-microsoft-contrib to ~6.2.0 - -## 0.6.7 -Sun, 29 Mar 2020 00:04:12 GMT - -_Version update only_ - -## 0.6.6 -Sat, 28 Mar 2020 00:37:16 GMT - -_Version update only_ - -## 0.6.5 -Wed, 18 Mar 2020 15:07:47 GMT - -### Patches - -- Upgrade cyclic dependencies - -## 0.6.4 -Tue, 17 Mar 2020 23:55:58 GMT - -### Patches - -- Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack` - -## 0.6.3 -Tue, 28 Jan 2020 02:23:44 GMT - -_Version update only_ - -## 0.6.2 -Thu, 23 Jan 2020 01:07:56 GMT - -_Version update only_ - -## 0.6.1 -Tue, 21 Jan 2020 21:56:14 GMT - -_Version update only_ - -## 0.6.0 -Sun, 19 Jan 2020 02:26:52 GMT - -### Minor changes - -- Upgrade Node typings to Node 10 - -## 0.5.14 -Fri, 17 Jan 2020 01:08:23 GMT - -_Version update only_ - -## 0.5.13 -Tue, 14 Jan 2020 01:34:16 GMT - -_Version update only_ - -## 0.5.12 -Thu, 09 Jan 2020 06:44:13 GMT - -_Version update only_ - -## 0.5.11 -Wed, 08 Jan 2020 00:11:31 GMT - -### Patches - -- Fix some inconsistencies between the rush-stack-compiler-x.x project settings - -## 0.5.10 -Tue, 03 Dec 2019 03:17:44 GMT - -_Version update only_ - -## 0.5.9 -Sun, 24 Nov 2019 00:54:04 GMT - -_Version update only_ - -## 0.5.8 -Wed, 20 Nov 2019 06:14:28 GMT - -_Version update only_ - -## 0.5.7 -Fri, 15 Nov 2019 04:50:50 GMT - -_Version update only_ - -## 0.5.6 -Mon, 11 Nov 2019 16:07:56 GMT - -_Version update only_ - -## 0.5.5 -Wed, 06 Nov 2019 22:44:18 GMT - -_Version update only_ - -## 0.5.4 -Tue, 05 Nov 2019 06:49:29 GMT - -_Version update only_ - -## 0.5.3 -Tue, 05 Nov 2019 01:08:39 GMT - -_Version update only_ - -## 0.5.2 -Fri, 25 Oct 2019 15:08:54 GMT - -### Patches - -- Fix an issue where ESLint output would fail to parse when a large project is built on a Mac. - -## 0.5.1 -Tue, 22 Oct 2019 06:24:44 GMT - -_Version update only_ - -## 0.5.0 -Mon, 21 Oct 2019 05:22:43 GMT - -### Minor changes - -- Add support for ESLint+TypeScript - -## 0.4.6 -Fri, 18 Oct 2019 15:15:01 GMT - -_Version update only_ - -## 0.4.5 -Sun, 06 Oct 2019 00:27:40 GMT - -_Version update only_ - -## 0.4.4 -Fri, 04 Oct 2019 00:15:22 GMT - -_Version update only_ - -## 0.4.3 -Sun, 29 Sep 2019 23:56:29 GMT - -### Patches - -- Update repository URL - -## 0.4.2 -Wed, 25 Sep 2019 15:15:31 GMT - -_Version update only_ - -## 0.4.1 -Tue, 24 Sep 2019 02:58:49 GMT - -_Version update only_ - -## 0.4.0 -Mon, 23 Sep 2019 15:14:55 GMT - -### Minor changes - -- Upgrade @types/node dependency - -## 0.3.37 -Fri, 20 Sep 2019 21:27:22 GMT - -### Patches - -- Fix an issue where api-extractor warnings weren't being reported. - -## 0.3.36 -Wed, 11 Sep 2019 19:56:23 GMT - -_Version update only_ - -## 0.3.35 -Tue, 10 Sep 2019 22:32:23 GMT - -_Version update only_ - -## 0.3.34 -Tue, 10 Sep 2019 20:38:33 GMT - -_Version update only_ - -## 0.3.33 -Wed, 04 Sep 2019 18:28:06 GMT - -_Version update only_ - -## 0.3.32 -Wed, 04 Sep 2019 15:15:37 GMT - -_Version update only_ - -## 0.3.31 -Fri, 30 Aug 2019 00:14:32 GMT - -_Version update only_ - -## 0.3.30 -Mon, 12 Aug 2019 15:15:14 GMT - -_Version update only_ - -## 0.3.29 -Thu, 08 Aug 2019 15:14:17 GMT - -_Version update only_ - -## 0.3.28 -Thu, 08 Aug 2019 00:49:06 GMT - -_Version update only_ - -## 0.3.27 -Mon, 05 Aug 2019 22:04:32 GMT - -_Version update only_ - -## 0.3.26 -Tue, 23 Jul 2019 01:13:01 GMT - -_Version update only_ - -## 0.3.25 -Mon, 22 Jul 2019 19:13:10 GMT - -_Version update only_ - -## 0.3.24 -Fri, 12 Jul 2019 19:12:46 GMT - -_Version update only_ - -## 0.3.23 -Thu, 11 Jul 2019 19:13:08 GMT - -_Version update only_ - -## 0.3.22 -Tue, 09 Jul 2019 19:13:24 GMT - -_Version update only_ - -## 0.3.21 -Mon, 08 Jul 2019 19:12:19 GMT - -_Version update only_ - -## 0.3.20 -Sat, 29 Jun 2019 02:30:10 GMT - -_Version update only_ - -## 0.3.19 -Wed, 12 Jun 2019 19:12:33 GMT - -_Version update only_ - -## 0.3.18 -Tue, 11 Jun 2019 00:48:06 GMT - -_Version update only_ - -## 0.3.17 -Thu, 06 Jun 2019 22:33:36 GMT - -### Patches - -- Include accidentally omitted no-floating-promises TSLint rule. - -## 0.3.16 -Wed, 05 Jun 2019 19:12:34 GMT - -_Version update only_ - -## 0.3.15 -Tue, 04 Jun 2019 05:51:54 GMT - -_Version update only_ - -## 0.3.14 -Mon, 27 May 2019 04:13:44 GMT - -_Version update only_ - -## 0.3.13 -Mon, 13 May 2019 02:08:35 GMT - -_Version update only_ - -## 0.3.12 -Mon, 06 May 2019 20:46:22 GMT - -_Version update only_ - -## 0.3.11 -Mon, 06 May 2019 19:34:54 GMT - -_Version update only_ - -## 0.3.10 -Mon, 06 May 2019 19:11:16 GMT - -_Version update only_ - -## 0.3.9 -Tue, 30 Apr 2019 23:08:02 GMT - -_Version update only_ - -## 0.3.8 -Tue, 16 Apr 2019 11:01:37 GMT - -_Version update only_ - -## 0.3.7 -Fri, 12 Apr 2019 06:13:16 GMT - -_Version update only_ - -## 0.3.6 -Thu, 11 Apr 2019 07:14:01 GMT - -_Version update only_ - -## 0.3.5 -Tue, 09 Apr 2019 05:31:01 GMT - -_Version update only_ - -## 0.3.4 -Mon, 08 Apr 2019 19:12:52 GMT - -_Version update only_ - -## 0.3.3 -Sat, 06 Apr 2019 02:05:51 GMT - -_Version update only_ - -## 0.3.2 -Fri, 05 Apr 2019 04:16:17 GMT - -_Version update only_ - -## 0.3.1 -Wed, 03 Apr 2019 02:58:33 GMT - -_Version update only_ - -## 0.3.0 -Tue, 02 Apr 2019 01:12:02 GMT - -### Minor changes - -- Enable declaration maps in the default TSConfigs. - -## 0.2.20 -Sat, 30 Mar 2019 22:27:16 GMT - -_Version update only_ - -## 0.2.19 -Thu, 28 Mar 2019 19:14:27 GMT - -_Version update only_ - -## 0.2.18 -Tue, 26 Mar 2019 20:54:18 GMT - -_Version update only_ - -## 0.2.17 -Sat, 23 Mar 2019 03:48:31 GMT - -_Version update only_ - -## 0.2.16 -Thu, 21 Mar 2019 04:59:11 GMT - -_Version update only_ - -## 0.2.15 -Thu, 21 Mar 2019 01:15:33 GMT - -_Version update only_ - -## 0.2.14 -Wed, 20 Mar 2019 19:14:49 GMT - -_Version update only_ - -## 0.2.13 -Mon, 18 Mar 2019 04:28:43 GMT - -### Patches - -- Export StandardBuildFolders to eliminate the ae-forgotten-export warning - -## 0.2.12 -Fri, 15 Mar 2019 19:13:25 GMT - -_Version update only_ - -## 0.2.11 -Wed, 13 Mar 2019 19:13:14 GMT - -_Version update only_ - -## 0.2.10 -Wed, 13 Mar 2019 01:14:05 GMT - -_Version update only_ - -## 0.2.9 -Mon, 11 Mar 2019 16:13:36 GMT - -_Version update only_ - -## 0.2.8 -Tue, 05 Mar 2019 17:13:11 GMT - -_Version update only_ - -## 0.2.7 -Mon, 04 Mar 2019 17:13:20 GMT - -_Version update only_ - -## 0.2.6 -Wed, 27 Feb 2019 22:13:58 GMT - -_Version update only_ - -## 0.2.5 -Wed, 27 Feb 2019 17:13:17 GMT - -_Version update only_ - -## 0.2.4 -Mon, 18 Feb 2019 17:13:23 GMT - -_Version update only_ - -## 0.2.3 -Tue, 12 Feb 2019 17:13:12 GMT - -_Version update only_ - -## 0.2.2 -Mon, 11 Feb 2019 10:32:37 GMT - -_Version update only_ - -## 0.2.1 -Mon, 11 Feb 2019 03:31:55 GMT - -_Version update only_ - -## 0.2.0 -Wed, 30 Jan 2019 22:07:03 GMT - -### Minor changes - -- Initial package creation - -## 0.1.1 -Thu, 29 Nov 2018 07:02:09 GMT - -_Version update only_ - -## 0.1.0 -Thu, 29 Nov 2018 00:35:39 GMT - -### Minor changes - -- Initial package creation. - diff --git a/stack/rush-stack-compiler-3.2/LICENSE b/stack/rush-stack-compiler-3.2/LICENSE deleted file mode 100644 index 7c29b93ce0f..00000000000 --- a/stack/rush-stack-compiler-3.2/LICENSE +++ /dev/null @@ -1,24 +0,0 @@ -@microsoft/rush-stack - -Copyright (c) Microsoft Corporation. All rights reserved. - -MIT License - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/stack/rush-stack-compiler-3.2/README.md b/stack/rush-stack-compiler-3.2/README.md deleted file mode 100644 index 9e2851a229c..00000000000 --- a/stack/rush-stack-compiler-3.2/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# @microsoft/rush-stack-compiler-3.2 - -This package is an NPM peer dependency that is used with -[@microsoft/rush-stack](https://www.npmjs.com/package/@microsoft/rush-stack) -to select a TypeScript compiler version. This variant selects TypeScript 3.2 - -It provides a supported set of versions for the following components: - -- the TypeScript compiler -- [tslint](https://github.com/palantir/tslint#readme) -- [API Extractor](https://api-extractor.com/) diff --git a/stack/rush-stack-compiler-3.2/bin/rush-api-extractor b/stack/rush-stack-compiler-3.2/bin/rush-api-extractor deleted file mode 100755 index 5c9bcde4214..00000000000 --- a/stack/rush-stack-compiler-3.2/bin/rush-api-extractor +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require("@microsoft/api-extractor/bin/api-extractor"); diff --git a/stack/rush-stack-compiler-3.2/bin/rush-eslint b/stack/rush-stack-compiler-3.2/bin/rush-eslint deleted file mode 100755 index 7c2ffc1b1c3..00000000000 --- a/stack/rush-stack-compiler-3.2/bin/rush-eslint +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require("eslint/bin/eslint"); diff --git a/stack/rush-stack-compiler-3.2/bin/rush-tsc b/stack/rush-stack-compiler-3.2/bin/rush-tsc deleted file mode 100755 index 978b97599d7..00000000000 --- a/stack/rush-stack-compiler-3.2/bin/rush-tsc +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require('typescript/bin/tsc'); diff --git a/stack/rush-stack-compiler-3.2/bin/rush-tslint b/stack/rush-stack-compiler-3.2/bin/rush-tslint deleted file mode 100755 index b76ee5d8dab..00000000000 --- a/stack/rush-stack-compiler-3.2/bin/rush-tslint +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require("tslint/bin/tslint"); diff --git a/stack/rush-stack-compiler-3.2/config/api-extractor.json b/stack/rush-stack-compiler-3.2/config/api-extractor.json deleted file mode 100644 index dcfa9cfc5b7..00000000000 --- a/stack/rush-stack-compiler-3.2/config/api-extractor.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", - - "mainEntryPointFilePath": "/lib/index.d.ts", - - "apiReport": { - "enabled": true, - "reportFolder": "../../../common/reviews/api" - }, - - "docModel": { - "enabled": true - }, - - "dtsRollup": { - "enabled": false - } -} diff --git a/stack/rush-stack-compiler-3.2/config/heft.json b/stack/rush-stack-compiler-3.2/config/heft.json deleted file mode 100644 index fa38fa303a4..00000000000 --- a/stack/rush-stack-compiler-3.2/config/heft.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/heft/heft.schema.json", - - "extends": "@rushstack/heft-node-rig/profiles/default/config/heft.json", - - "eventActions": [ - { - "actionKind": "deleteGlobs", - "heftEvent": "clean", - "actionId": "deleteSrc", - "globsToDelete": ["src"] - }, - - { - "actionKind": "copyFiles", - "heftEvent": "pre-compile", - "actionId": "copySrc", - "copyOperations": [ - { - "sourceFolder": "node_modules/@microsoft/rush-stack-compiler-shared/src", - "destinationFolders": ["src"], - "includeGlobs": ["*.ts", "*.js"] - }, - { - "sourceFolder": "node_modules/@microsoft/rush-stack-compiler-shared/src/pre-v4", - "destinationFolders": ["src"], - "includeGlobs": ["*.ts", "*.js"] - } - ] - } - ] -} diff --git a/stack/rush-stack-compiler-3.2/config/rig.json b/stack/rush-stack-compiler-3.2/config/rig.json deleted file mode 100644 index 6ac88a96368..00000000000 --- a/stack/rush-stack-compiler-3.2/config/rig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - // The "rig.json" file directs tools to look for their config files in an external package. - // Documentation for this system: https://www.npmjs.com/package/@rushstack/rig-package - "$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json", - - "rigPackageName": "@rushstack/heft-node-rig" -} diff --git a/stack/rush-stack-compiler-3.2/config/typescript.json b/stack/rush-stack-compiler-3.2/config/typescript.json deleted file mode 100644 index 6e09afa31ca..00000000000 --- a/stack/rush-stack-compiler-3.2/config/typescript.json +++ /dev/null @@ -1,12 +0,0 @@ -/** - * Configures the TypeScript plugin for Heft. This plugin also manages linting. - */ -{ - "$schema": "https://developer.microsoft.com/json-schemas/heft/typescript.schema.json", - - "extends": "@rushstack/heft-node-rig/profiles/default/config/typescript.json", - - "staticAssetsToCopy": { - "fileExtensions": [".d.ts", ".js"] - } -} diff --git a/stack/rush-stack-compiler-3.2/includes/tsconfig-base.json b/stack/rush-stack-compiler-3.2/includes/tsconfig-base.json deleted file mode 100644 index 6c52435c84d..00000000000 --- a/stack/rush-stack-compiler-3.2/includes/tsconfig-base.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "compilerOptions": { - "outDir": "../../../../lib", - "rootDir": "../../../../src", - - "forceConsistentCasingInFileNames": true, - "jsx": "react", - "declaration": true, - "sourceMap": true, - "declarationMap": true, - "inlineSources": true, - "experimentalDecorators": true, - "strictNullChecks": true, - "noUnusedLocals": true, - "types": [] - }, - "include": ["../../../../src/**/*.ts", "../../../../src/**/*.tsx"], - "exclude": ["../../../../node_modules", "../../../../lib"] -} diff --git a/stack/rush-stack-compiler-3.2/includes/tsconfig-node.json b/stack/rush-stack-compiler-3.2/includes/tsconfig-node.json deleted file mode 100644 index 722f0b8f62a..00000000000 --- a/stack/rush-stack-compiler-3.2/includes/tsconfig-node.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "extends": "./tsconfig-base.json", - "compilerOptions": { - "module": "commonjs", - "target": "es2017", - "lib": ["es2017"] - } -} diff --git a/stack/rush-stack-compiler-3.2/includes/tsconfig-web.json b/stack/rush-stack-compiler-3.2/includes/tsconfig-web.json deleted file mode 100644 index 5dd9e12e4aa..00000000000 --- a/stack/rush-stack-compiler-3.2/includes/tsconfig-web.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "extends": "./tsconfig-base.json", - "compilerOptions": { - "module": "esnext", - "moduleResolution": "node", - "target": "es5", - "lib": ["es5", "scripthost", "es2015.collection", "es2015.promise", "es2015.iterable", "dom"] - } -} diff --git a/stack/rush-stack-compiler-3.2/includes/tslint.json b/stack/rush-stack-compiler-3.2/includes/tslint.json deleted file mode 100644 index f55613b66cc..00000000000 --- a/stack/rush-stack-compiler-3.2/includes/tslint.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tslint", - - "rulesDirectory": ["tslint-microsoft-contrib"], - "rules": { - "class-name": true, - "comment-format": [true, "check-space"], - "curly": true, - "eofline": false, - "export-name": true, - "forin": true, - "indent": [true, "spaces", 2], - "interface-name": true, - "label-position": true, - "max-line-length": [true, 120], - "member-access": true, - "member-ordering": [ - true, - { - "order": [ - "public-static-field", - "protected-static-field", - "private-static-field", - "public-instance-field", - "protected-instance-field", - "private-instance-field", - "public-static-method", - "protected-static-method", - "private-static-method", - "public-constructor", - "public-instance-method", - "protected-constructor", - "protected-instance-method", - "private-constructor", - "private-instance-method" - ] - } - ], - "missing-optional-annotation": true, - "no-arg": true, - "no-any": true, - "no-bitwise": true, - "no-consecutive-blank-lines": true, - "no-console": [true, "debug", "info", "time", "timeEnd", "trace"], - "no-constant-condition": true, - "no-construct": true, - "no-debugger": true, - "no-duplicate-switch-case": true, - "no-duplicate-parameter-names": true, - "no-duplicate-variable": true, - "no-empty": true, - "no-eval": true, - "no-floating-promises": true, - "no-function-expression": true, - "no-inferrable-types": false, - "no-internal-module": true, - "no-null-keyword": true, - "no-shadowed-variable": true, - "no-string-literal": true, - "no-switch-case-fall-through": true, - "no-trailing-whitespace": true, - "no-unnecessary-semicolons": true, - "no-unused-expression": true, - "no-with-statement": true, - "no-var-keyword": true, - "object-literal-sort-keys": false, - "one-line": [true, "check-open-brace", "check-catch", "check-else", "check-whitespace"], - "quotemark": [true, "single", "avoid-escape"], - "prefer-const": true, - "radix": true, - "semicolon": true, - "trailing-comma": [ - true, - { - "multiline": "never", - "singleline": "never" - } - ], - "triple-equals": [true, "allow-null-check"], - "typedef": [ - true, - "call-signature", - "parameter", - "property-declaration", - "variable-declaration", - "member-variable-declaration" - ], - "typedef-whitespace": [ - true, - { - "call-signature": "nospace", - "index-signature": "nospace", - "parameter": "nospace", - "property-declaration": "nospace", - "variable-declaration": "nospace" - } - ], - "use-isnan": true, - "use-named-parameter": true, - "variable-name": [true, "check-format", "allow-leading-underscore", "ban-keywords"], - "whitespace": [true, "check-branch", "check-decl", "check-operator", "check-separator", "check-type"] - } -} diff --git a/stack/rush-stack-compiler-3.2/package.json b/stack/rush-stack-compiler-3.2/package.json deleted file mode 100644 index cfbc8ec3582..00000000000 --- a/stack/rush-stack-compiler-3.2/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "@microsoft/rush-stack-compiler-3.2", - "version": "0.10.47", - "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.2.", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/microsoft/rushstack/tree/master/stack/rush-stack-compiler-3.2" - }, - "bin": { - "rush-api-extractor": "./bin/rush-api-extractor", - "rush-eslint": "./bin/rush-eslint", - "rush-tsc": "./bin/rush-tsc", - "rush-tslint": "./bin/rush-tslint" - }, - "scripts": { - "build": "heft build --clean" - }, - "main": "lib/index.js", - "typings": "lib/index.d.ts", - "dependencies": { - "@microsoft/api-extractor": "workspace:*", - "@rushstack/eslint-config": "workspace:*", - "@rushstack/node-core-library": "workspace:*", - "@types/node": "10.17.13", - "eslint": "~7.12.1", - "import-lazy": "~4.0.0", - "tslint": "~5.20.1", - "tslint-microsoft-contrib": "~6.2.0", - "typescript": "~3.2.4" - }, - "devDependencies": { - "@microsoft/rush-stack-compiler-3.9": "workspace:*", - "@microsoft/rush-stack-compiler-shared": "workspace:*", - "@rushstack/eslint-config": "workspace:*", - "@rushstack/heft": "0.28.0", - "@rushstack/heft-node-rig": "1.0.8" - } -} diff --git a/stack/rush-stack-compiler-3.2/tsconfig.json b/stack/rush-stack-compiler-3.2/tsconfig.json deleted file mode 100644 index 6bef73c4b86..00000000000 --- a/stack/rush-stack-compiler-3.2/tsconfig.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.9/includes/tsconfig-node.json", - - "compilerOptions": { - "rootDir": "src", - "outDir": "lib" - } -} diff --git a/stack/rush-stack-compiler-3.3/.eslintrc.js b/stack/rush-stack-compiler-3.3/.eslintrc.js deleted file mode 100644 index 4c934799d67..00000000000 --- a/stack/rush-stack-compiler-3.3/.eslintrc.js +++ /dev/null @@ -1,10 +0,0 @@ -// This is a workaround for https://github.com/eslint/eslint/issues/3458 -require('@rushstack/eslint-config/patch/modern-module-resolution'); - -module.exports = { - extends: [ - '@rushstack/eslint-config/profile/node-trusted-tool', - '@rushstack/eslint-config/mixins/friendly-locals' - ], - parserOptions: { tsconfigRootDir: __dirname } -}; diff --git a/stack/rush-stack-compiler-3.3/.gitignore b/stack/rush-stack-compiler-3.3/.gitignore deleted file mode 100644 index dbc8690803e..00000000000 --- a/stack/rush-stack-compiler-3.3/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/src \ No newline at end of file diff --git a/stack/rush-stack-compiler-3.3/.npmignore b/stack/rush-stack-compiler-3.3/.npmignore deleted file mode 100644 index ad6bcd960e8..00000000000 --- a/stack/rush-stack-compiler-3.3/.npmignore +++ /dev/null @@ -1,31 +0,0 @@ -# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. - -# Ignore all files by default, to avoid accidentally publishing unintended files. -* - -# Use negative patterns to bring back the specific things we want to publish. -!/bin/** -!/lib/** -!/lib-*/** -!/dist/** -!ThirdPartyNotice.txt - -# Ignore certain patterns that should not get published. -/dist/*.stats.* -/lib/**/test/ -/lib-*/**/test/ -*.test.js - -# NOTE: These don't need to be specified, because NPM includes them automatically. -# -# package.json -# README (and its variants) -# CHANGELOG (and its variants) -# LICENSE / LICENCE - -#-------------------------------------------- -# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE -#-------------------------------------------- - -# (Add your project-specific overrides here) -!/includes/** diff --git a/stack/rush-stack-compiler-3.3/CHANGELOG.json b/stack/rush-stack-compiler-3.3/CHANGELOG.json deleted file mode 100644 index 891a7bfbc3a..00000000000 --- a/stack/rush-stack-compiler-3.3/CHANGELOG.json +++ /dev/null @@ -1,2412 +0,0 @@ -{ - "name": "@microsoft/rush-stack-compiler-3.3", - "entries": [ - { - "version": "0.9.47", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.47", - "date": "Wed, 19 May 2021 00:11:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.38.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.47`" - } - ] - } - }, - { - "version": "0.9.46", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.46", - "date": "Mon, 03 May 2021 15:10:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.37.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.46`" - } - ] - } - }, - { - "version": "0.9.45", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.45", - "date": "Thu, 29 Apr 2021 23:26:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.45`" - } - ] - } - }, - { - "version": "0.9.44", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.44", - "date": "Tue, 20 Apr 2021 04:59:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.14.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.44`" - } - ] - } - }, - { - "version": "0.9.43", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.43", - "date": "Mon, 12 Apr 2021 15:10:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.43`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.4`" - } - ] - } - }, - { - "version": "0.9.42", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.42", - "date": "Thu, 08 Apr 2021 06:05:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.42`" - } - ] - } - }, - { - "version": "0.9.41", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.41", - "date": "Tue, 06 Apr 2021 15:14:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.41`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.3`" - } - ] - } - }, - { - "version": "0.9.40", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.40", - "date": "Thu, 04 Mar 2021 01:11:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.40`" - } - ] - } - }, - { - "version": "0.9.39", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.39", - "date": "Fri, 05 Feb 2021 16:10:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.39`" - } - ] - } - }, - { - "version": "0.9.38", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.38", - "date": "Wed, 13 Jan 2021 01:11:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.38`" - } - ] - } - }, - { - "version": "0.9.37", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.37", - "date": "Thu, 10 Dec 2020 23:25:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.12.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.37`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.2`" - } - ] - } - }, - { - "version": "0.9.36", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.36", - "date": "Sat, 05 Dec 2020 01:11:23 GMT", - "comments": { - "patch": [ - { - "comment": "Ensure rootDir is consistently specified." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.36`" - } - ] - } - }, - { - "version": "0.9.35", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.35", - "date": "Wed, 18 Nov 2020 08:19:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.12.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.35`" - } - ] - } - }, - { - "version": "0.9.34", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.34", - "date": "Wed, 18 Nov 2020 06:21:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.34`" - } - ] - } - }, - { - "version": "0.9.33", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.33", - "date": "Wed, 11 Nov 2020 01:08:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.33`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.1`" - } - ] - } - }, - { - "version": "0.9.32", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.32", - "date": "Tue, 10 Nov 2020 23:13:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.32`" - } - ] - } - }, - { - "version": "0.9.31", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.31", - "date": "Fri, 30 Oct 2020 06:38:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.0`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.31`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.0`" - } - ] - } - }, - { - "version": "0.9.30", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.30", - "date": "Fri, 30 Oct 2020 00:10:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.30`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.3`" - } - ] - } - }, - { - "version": "0.9.29", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.29", - "date": "Thu, 29 Oct 2020 06:14:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.29`" - } - ] - } - }, - { - "version": "0.9.28", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.28", - "date": "Wed, 28 Oct 2020 01:18:03 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.28`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.2`" - } - ] - } - }, - { - "version": "0.9.27", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.27", - "date": "Tue, 27 Oct 2020 15:10:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.27`" - } - ] - } - }, - { - "version": "0.9.26", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.26", - "date": "Tue, 06 Oct 2020 00:24:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.26`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.1`" - } - ] - } - }, - { - "version": "0.9.25", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.25", - "date": "Mon, 05 Oct 2020 22:36:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.0`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.25`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.0`" - } - ] - } - }, - { - "version": "0.9.24", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.24", - "date": "Mon, 05 Oct 2020 15:10:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.24`" - } - ] - } - }, - { - "version": "0.9.23", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.23", - "date": "Wed, 30 Sep 2020 18:39:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.23`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.3`" - } - ] - } - }, - { - "version": "0.9.22", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.22", - "date": "Wed, 30 Sep 2020 06:53:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.22`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.2`" - } - ] - } - }, - { - "version": "0.9.21", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.21", - "date": "Tue, 22 Sep 2020 05:45:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.22`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.1`" - } - ] - } - }, - { - "version": "0.9.20", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.20", - "date": "Tue, 22 Sep 2020 01:45:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.21`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.0`" - } - ] - } - }, - { - "version": "0.9.19", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.19", - "date": "Tue, 22 Sep 2020 00:08:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.20`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.0.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.0.0`" - } - ] - } - }, - { - "version": "0.9.18", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.18", - "date": "Sat, 19 Sep 2020 04:37:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.19`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.2`" - } - ] - } - }, - { - "version": "0.9.17", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.17", - "date": "Sat, 19 Sep 2020 03:33:07 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.18`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.1`" - } - ] - } - }, - { - "version": "0.9.16", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.16", - "date": "Fri, 18 Sep 2020 22:57:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.17`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.0`" - } - ] - } - }, - { - "version": "0.9.15", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.15", - "date": "Fri, 18 Sep 2020 21:49:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.16`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.0`" - } - ] - } - }, - { - "version": "0.9.14", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.14", - "date": "Sun, 13 Sep 2020 01:53:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.15`" - } - ] - } - }, - { - "version": "0.9.13", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.13", - "date": "Fri, 11 Sep 2020 02:13:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.14`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.32.0`" - } - ] - } - }, - { - "version": "0.9.12", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.12", - "date": "Mon, 07 Sep 2020 07:37:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.31.0`" - } - ] - } - }, - { - "version": "0.9.11", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.11", - "date": "Sat, 05 Sep 2020 18:56:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.12`" - } - ] - } - }, - { - "version": "0.9.10", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.10", - "date": "Thu, 27 Aug 2020 11:27:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.30.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.3.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.3.0`" - } - ] - } - }, - { - "version": "0.9.9", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.9", - "date": "Mon, 24 Aug 2020 07:35:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.10`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.29.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.1`" - } - ] - } - }, - { - "version": "0.9.8", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.8", - "date": "Sat, 22 Aug 2020 05:55:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.29.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.0`" - } - ] - } - }, - { - "version": "0.9.7", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.7", - "date": "Fri, 21 Aug 2020 01:21:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.8`" - } - ] - } - }, - { - "version": "0.9.6", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.6", - "date": "Thu, 20 Aug 2020 15:13:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.7`" - } - ] - } - }, - { - "version": "0.9.5", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.5", - "date": "Tue, 18 Aug 2020 23:59:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.6`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.28.0`" - } - ] - } - }, - { - "version": "0.9.4", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.4", - "date": "Mon, 17 Aug 2020 04:53:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.27.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.1.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.1.0`" - } - ] - } - }, - { - "version": "0.9.3", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.3", - "date": "Wed, 12 Aug 2020 00:10:05 GMT", - "comments": { - "patch": [ - { - "comment": "Updated project to build with Heft" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.26.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.0.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.0.4`" - } - ] - } - }, - { - "version": "0.9.2", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.2", - "date": "Wed, 05 Aug 2020 18:27:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.26.1`" - } - ] - } - }, - { - "version": "0.9.1", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.1", - "date": "Fri, 03 Jul 2020 15:09:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.9.0` to `7.9.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.4` to `3.25.0`" - } - ] - } - }, - { - "version": "0.9.0", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.9.0", - "date": "Fri, 03 Jul 2020 05:46:41 GMT", - "comments": { - "minor": [ - { - "comment": "Disable the \"--typescript-compiler-folder\" setting for API Extractor, since it was causing errors with the latest TypeScript engine" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.15` to `7.9.0`" - } - ] - } - }, - { - "version": "0.8.2", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.8.2", - "date": "Thu, 25 Jun 2020 06:43:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.14` to `7.8.15`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.3` to `3.24.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.1` to `1.0.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.1` to `1.0.2`" - } - ] - } - }, - { - "version": "0.8.1", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.8.1", - "date": "Wed, 24 Jun 2020 09:50:48 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.13` to `7.8.14`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.2` to `3.24.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.0` to `1.0.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.0` to `1.0.1`" - } - ] - } - }, - { - "version": "0.8.0", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.8.0", - "date": "Wed, 24 Jun 2020 09:04:28 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade to ESLint 7" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.12` to `7.8.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.1` to `3.24.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.8` to `1.0.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.8` to `1.0.0`" - } - ] - } - }, - { - "version": "0.7.1", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.7.1", - "date": "Mon, 15 Jun 2020 22:17:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.11` to `7.8.12`" - } - ] - } - }, - { - "version": "0.7.0", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.7.0", - "date": "Fri, 12 Jun 2020 09:19:21 GMT", - "comments": { - "minor": [ - { - "comment": "Expose the @microsoft/api-extractor package's path" - } - ] - } - }, - { - "version": "0.6.3", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.6.3", - "date": "Wed, 10 Jun 2020 20:48:30 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.10` to `7.8.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.0` to `3.24.1`" - } - ] - } - }, - { - "version": "0.6.2", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.6.2", - "date": "Mon, 01 Jun 2020 08:34:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.9` to `7.8.10`" - } - ] - } - }, - { - "version": "0.6.1", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.6.1", - "date": "Sat, 30 May 2020 02:59:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.8` to `7.8.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.23.1` to `3.24.0`" - } - ] - } - }, - { - "version": "0.6.0", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.6.0", - "date": "Thu, 28 May 2020 05:59:02 GMT", - "comments": { - "minor": [ - { - "comment": "Change the way the typescript, tslint, and api-extractor packages are exported." - }, - { - "comment": "Update TSLint to 5.20.1" - }, - { - "comment": "Update tsconfig-node.json to target es2017 (supported by Node 8); this enables native async/await, and will show complete callstacks when using Node 12" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.7` to `7.8.8`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.23.0` to `3.23.1`" - } - ] - } - }, - { - "version": "0.5.17", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.5.17", - "date": "Wed, 27 May 2020 05:15:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.6` to `7.8.7`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.22.1` to `3.23.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.7` to `0.5.8`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.7` to `0.5.8`" - } - ] - } - }, - { - "version": "0.5.16", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.5.16", - "date": "Tue, 26 May 2020 23:00:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.5` to `7.8.6`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.22.0` to `3.22.1`" - } - ] - } - }, - { - "version": "0.5.15", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.5.15", - "date": "Fri, 22 May 2020 15:08:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.4` to `7.8.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.21.0` to `3.22.0`" - } - ] - } - }, - { - "version": "0.5.14", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.5.14", - "date": "Thu, 21 May 2020 23:09:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.3` to `7.8.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.20.0` to `3.21.0`" - } - ] - } - }, - { - "version": "0.5.13", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.5.13", - "date": "Thu, 21 May 2020 15:42:00 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.2` to `7.8.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.7` to `3.20.0`" - } - ] - } - }, - { - "version": "0.5.12", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.5.12", - "date": "Tue, 19 May 2020 15:08:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.1` to `7.8.2`" - } - ] - } - }, - { - "version": "0.5.11", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.5.11", - "date": "Fri, 15 May 2020 08:10:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.0` to `7.8.1`" - } - ] - } - }, - { - "version": "0.5.10", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.5.10", - "date": "Wed, 06 May 2020 08:23:45 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.13` to `7.8.0`" - } - ] - } - }, - { - "version": "0.5.9", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.5.9", - "date": "Wed, 08 Apr 2020 04:07:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.12` to `7.7.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.6` to `3.19.7`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.6` to `0.5.7`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.6` to `0.5.7`" - } - ] - } - }, - { - "version": "0.5.8", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.5.8", - "date": "Fri, 03 Apr 2020 15:10:15 GMT", - "comments": { - "patch": [ - { - "comment": "Update tslint-microsoft-contrib to ~6.2.0" - } - ] - } - }, - { - "version": "0.5.7", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.5.7", - "date": "Sun, 29 Mar 2020 00:04:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.11` to `7.7.12`" - } - ] - } - }, - { - "version": "0.5.6", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.5.6", - "date": "Sat, 28 Mar 2020 00:37:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.10` to `7.7.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.5` to `3.19.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.5` to `0.5.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.5` to `0.5.6`" - } - ] - } - }, - { - "version": "0.5.5", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.5.5", - "date": "Wed, 18 Mar 2020 15:07:47 GMT", - "comments": { - "patch": [ - { - "comment": "Upgrade cyclic dependencies" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.9` to `7.7.10`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.4` to `3.19.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.4` to `0.5.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.4` to `0.5.5`" - } - ] - } - }, - { - "version": "0.5.4", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.5.4", - "date": "Tue, 17 Mar 2020 23:55:58 GMT", - "comments": { - "patch": [ - { - "comment": "Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack`" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.8` to `7.7.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.3` to `3.19.4`" - } - ] - } - }, - { - "version": "0.5.3", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.5.3", - "date": "Tue, 28 Jan 2020 02:23:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.7` to `7.7.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.2` to `3.19.3`" - } - ] - } - }, - { - "version": "0.5.2", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.5.2", - "date": "Thu, 23 Jan 2020 01:07:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.6` to `7.7.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.1` to `3.19.2`" - } - ] - } - }, - { - "version": "0.5.1", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.5.1", - "date": "Tue, 21 Jan 2020 21:56:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.5` to `7.7.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.0` to `3.19.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.3` to `0.5.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.3` to `0.5.4`" - } - ] - } - }, - { - "version": "0.5.0", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.5.0", - "date": "Sun, 19 Jan 2020 02:26:52 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade Node typings to Node 10" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.4` to `7.7.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.3` to `3.19.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.2` to `0.5.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.2` to `0.5.3`" - } - ] - } - }, - { - "version": "0.4.14", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.4.14", - "date": "Fri, 17 Jan 2020 01:08:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.3` to `7.7.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.2` to `3.18.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.1` to `0.5.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.1` to `0.5.2`" - } - ] - } - }, - { - "version": "0.4.13", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.4.13", - "date": "Tue, 14 Jan 2020 01:34:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.2` to `7.7.3`" - } - ] - } - }, - { - "version": "0.4.12", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.4.12", - "date": "Thu, 09 Jan 2020 06:44:13 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.1` to `7.7.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.1` to `3.18.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.0` to `0.5.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.0` to `0.5.1`" - } - ] - } - }, - { - "version": "0.4.11", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.4.11", - "date": "Wed, 08 Jan 2020 00:11:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.0` to `7.7.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.0` to `3.18.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.2` to `0.5.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.2` to `0.5.0`" - } - ] - } - }, - { - "version": "0.4.10", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.4.10", - "date": "Tue, 03 Dec 2019 03:17:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.6.2` to `7.7.0`" - } - ] - } - }, - { - "version": "0.4.9", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.4.9", - "date": "Sun, 24 Nov 2019 00:54:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.6.1` to `7.6.2`" - } - ] - } - }, - { - "version": "0.4.8", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.4.8", - "date": "Wed, 20 Nov 2019 06:14:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.6.0` to `7.6.1`" - } - ] - } - }, - { - "version": "0.4.7", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.4.7", - "date": "Fri, 15 Nov 2019 04:50:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.6` to `7.6.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.17.1` to `3.18.0`" - } - ] - } - }, - { - "version": "0.4.6", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.4.6", - "date": "Mon, 11 Nov 2019 16:07:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.5` to `7.5.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.17.0` to `3.17.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.1` to `0.4.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.1` to `0.4.2`" - } - ] - } - }, - { - "version": "0.4.5", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.4.5", - "date": "Wed, 06 Nov 2019 22:44:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.4` to `7.5.5`" - } - ] - } - }, - { - "version": "0.4.4", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.4.4", - "date": "Tue, 05 Nov 2019 06:49:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.3` to `7.5.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.16.0` to `3.17.0`" - } - ] - } - }, - { - "version": "0.4.3", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.4.3", - "date": "Tue, 05 Nov 2019 01:08:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.2` to `7.5.3`" - } - ] - } - }, - { - "version": "0.4.2", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.4.2", - "date": "Fri, 25 Oct 2019 15:08:54 GMT", - "comments": { - "patch": [ - { - "comment": "Fix an issue where ESLint output would fail to parse when a large project is built on a Mac." - } - ] - } - }, - { - "version": "0.4.1", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.4.1", - "date": "Tue, 22 Oct 2019 06:24:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.1` to `7.5.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.15.1` to `3.16.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.0` to `0.4.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.0` to `0.4.1`" - } - ] - } - }, - { - "version": "0.4.0", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.4.0", - "date": "Mon, 21 Oct 2019 05:22:43 GMT", - "comments": { - "minor": [ - { - "comment": "Add support for ESLint+TypeScript" - } - ] - } - }, - { - "version": "0.3.6", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.3.6", - "date": "Fri, 18 Oct 2019 15:15:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.0` to `7.5.1`" - } - ] - } - }, - { - "version": "0.3.5", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.3.5", - "date": "Sun, 06 Oct 2019 00:27:40 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.7` to `7.5.0`" - } - ] - } - }, - { - "version": "0.3.4", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.3.4", - "date": "Fri, 04 Oct 2019 00:15:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.6` to `7.4.7`" - } - ] - } - }, - { - "version": "0.3.3", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.3.3", - "date": "Sun, 29 Sep 2019 23:56:29 GMT", - "comments": { - "patch": [ - { - "comment": "Update repository URL" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.5` to `7.4.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.15.0` to `3.15.1`" - } - ] - } - }, - { - "version": "0.3.2", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.3.2", - "date": "Wed, 25 Sep 2019 15:15:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.4` to `7.4.5`" - } - ] - } - }, - { - "version": "0.3.1", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.3.1", - "date": "Tue, 24 Sep 2019 02:58:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.3` to `7.4.4`" - } - ] - } - }, - { - "version": "0.3.0", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.3.0", - "date": "Mon, 23 Sep 2019 15:14:55 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade @types/node dependency" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.2` to `7.4.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.2` to `3.15.0`" - } - ] - } - }, - { - "version": "0.2.37", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.2.37", - "date": "Fri, 20 Sep 2019 21:27:22 GMT", - "comments": { - "patch": [ - { - "comment": "Fix an issue where api-extractor warnings weren't being reported." - } - ] - } - }, - { - "version": "0.2.36", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.2.36", - "date": "Wed, 11 Sep 2019 19:56:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.1` to `7.4.2`" - } - ] - } - }, - { - "version": "0.2.35", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.2.35", - "date": "Tue, 10 Sep 2019 22:32:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.0` to `7.4.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.1` to `3.14.2`" - } - ] - } - }, - { - "version": "0.2.34", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.2.34", - "date": "Tue, 10 Sep 2019 20:38:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.11` to `7.4.0`" - } - ] - } - }, - { - "version": "0.2.33", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.2.33", - "date": "Wed, 04 Sep 2019 18:28:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.10` to `7.3.11`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.0` to `3.14.1`" - } - ] - } - }, - { - "version": "0.2.32", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.2.32", - "date": "Wed, 04 Sep 2019 15:15:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.9` to `7.3.10`" - } - ] - } - }, - { - "version": "0.2.31", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.2.31", - "date": "Fri, 30 Aug 2019 00:14:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.8` to `7.3.9`" - } - ] - } - }, - { - "version": "0.2.30", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.2.30", - "date": "Mon, 12 Aug 2019 15:15:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.7` to `7.3.8`" - } - ] - } - }, - { - "version": "0.2.29", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.2.29", - "date": "Thu, 08 Aug 2019 15:14:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.6` to `7.3.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.13.0` to `3.14.0`" - } - ] - } - }, - { - "version": "0.2.28", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.2.28", - "date": "Thu, 08 Aug 2019 00:49:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.5` to `7.3.6`" - } - ] - } - }, - { - "version": "0.2.27", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.2.27", - "date": "Mon, 05 Aug 2019 22:04:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.4` to `7.3.5`" - } - ] - } - }, - { - "version": "0.2.26", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.2.26", - "date": "Tue, 23 Jul 2019 01:13:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.3` to `7.3.4`" - } - ] - } - }, - { - "version": "0.2.25", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.2.25", - "date": "Mon, 22 Jul 2019 19:13:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.2` to `7.3.3`" - } - ] - } - }, - { - "version": "0.2.24", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.2.24", - "date": "Fri, 12 Jul 2019 19:12:46 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.1` to `7.3.2`" - } - ] - } - }, - { - "version": "0.2.23", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.2.23", - "date": "Thu, 11 Jul 2019 19:13:08 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.0` to `7.3.1`" - } - ] - } - }, - { - "version": "0.2.22", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.2.22", - "date": "Tue, 09 Jul 2019 19:13:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.2.3` to `7.3.0`" - } - ] - } - }, - { - "version": "0.2.21", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.2.21", - "date": "Mon, 08 Jul 2019 19:12:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.2.2` to `7.2.3`" - } - ] - } - }, - { - "version": "0.2.20", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.2.20", - "date": "Sat, 29 Jun 2019 02:30:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.2.1` to `7.2.2`" - } - ] - } - }, - { - "version": "0.2.19", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.2.19", - "date": "Wed, 12 Jun 2019 19:12:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.2.0` to `7.2.1`" - } - ] - } - }, - { - "version": "0.2.18", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.2.18", - "date": "Tue, 11 Jun 2019 00:48:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.8` to `7.2.0`" - } - ] - } - }, - { - "version": "0.2.17", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.2.17", - "date": "Thu, 06 Jun 2019 22:33:36 GMT", - "comments": { - "patch": [ - { - "comment": "Include accidentally omitted no-floating-promises TSLint rule." - } - ] - } - }, - { - "version": "0.2.16", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.2.16", - "date": "Wed, 05 Jun 2019 19:12:34 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.7` to `7.1.8`" - } - ] - } - }, - { - "version": "0.2.15", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.2.15", - "date": "Tue, 04 Jun 2019 05:51:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.6` to `7.1.7`" - } - ] - } - }, - { - "version": "0.2.14", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.2.14", - "date": "Mon, 27 May 2019 04:13:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.5` to `7.1.6`" - } - ] - } - }, - { - "version": "0.2.13", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.2.13", - "date": "Mon, 13 May 2019 02:08:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.4` to `7.1.5`" - } - ] - } - }, - { - "version": "0.2.12", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.2.12", - "date": "Mon, 06 May 2019 20:46:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.3` to `7.1.4`" - } - ] - } - }, - { - "version": "0.2.11", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.2.11", - "date": "Mon, 06 May 2019 19:34:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.2` to `7.1.3`" - } - ] - } - }, - { - "version": "0.2.10", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.2.10", - "date": "Mon, 06 May 2019 19:11:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.1` to `7.1.2`" - } - ] - } - }, - { - "version": "0.2.9", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.2.9", - "date": "Tue, 30 Apr 2019 23:08:02 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.0` to `7.1.1`" - } - ] - } - }, - { - "version": "0.2.8", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.2.8", - "date": "Tue, 16 Apr 2019 11:01:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.42` to `7.1.0`" - } - ] - } - }, - { - "version": "0.2.7", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.2.7", - "date": "Fri, 12 Apr 2019 06:13:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.41` to `7.0.42`" - } - ] - } - }, - { - "version": "0.2.6", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.2.6", - "date": "Thu, 11 Apr 2019 07:14:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.40` to `7.0.41`" - } - ] - } - }, - { - "version": "0.2.5", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.2.5", - "date": "Tue, 09 Apr 2019 05:31:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.39` to `7.0.40`" - } - ] - } - }, - { - "version": "0.2.4", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.2.4", - "date": "Mon, 08 Apr 2019 19:12:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.38` to `7.0.39`" - } - ] - } - }, - { - "version": "0.2.3", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.2.3", - "date": "Sat, 06 Apr 2019 02:05:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.37` to `7.0.38`" - } - ] - } - }, - { - "version": "0.2.2", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.2.2", - "date": "Fri, 05 Apr 2019 04:16:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.36` to `7.0.37`" - } - ] - } - }, - { - "version": "0.2.1", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.2.1", - "date": "Wed, 03 Apr 2019 02:58:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.35` to `7.0.36`" - } - ] - } - }, - { - "version": "0.2.0", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.2.0", - "date": "Tue, 02 Apr 2019 01:12:02 GMT", - "comments": { - "minor": [ - { - "comment": "Enable declaration maps in the default TSConfigs." - } - ] - } - }, - { - "version": "0.1.18", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.1.18", - "date": "Sat, 30 Mar 2019 22:27:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.34` to `7.0.35`" - } - ] - } - }, - { - "version": "0.1.17", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.1.17", - "date": "Thu, 28 Mar 2019 19:14:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.33` to `7.0.34`" - } - ] - } - }, - { - "version": "0.1.16", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.1.16", - "date": "Tue, 26 Mar 2019 20:54:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.32` to `7.0.33`" - } - ] - } - }, - { - "version": "0.1.15", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.1.15", - "date": "Sat, 23 Mar 2019 03:48:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.31` to `7.0.32`" - } - ] - } - }, - { - "version": "0.1.14", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.1.14", - "date": "Thu, 21 Mar 2019 04:59:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.30` to `7.0.31`" - } - ] - } - }, - { - "version": "0.1.13", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.1.13", - "date": "Thu, 21 Mar 2019 01:15:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.29` to `7.0.30`" - } - ] - } - }, - { - "version": "0.1.12", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.1.12", - "date": "Wed, 20 Mar 2019 19:14:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.28` to `7.0.29`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.12.1` to `3.13.0`" - } - ] - } - }, - { - "version": "0.1.11", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.1.11", - "date": "Mon, 18 Mar 2019 04:28:43 GMT", - "comments": { - "patch": [ - { - "comment": "Export StandardBuildFolders to eliminate the ae-forgotten-export warning" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.27` to `7.0.28`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.12.0` to `3.12.1`" - } - ] - } - }, - { - "version": "0.1.10", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.1.10", - "date": "Fri, 15 Mar 2019 19:13:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.26` to `7.0.27`" - } - ] - } - }, - { - "version": "0.1.9", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.1.9", - "date": "Wed, 13 Mar 2019 19:13:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.25` to `7.0.26`" - } - ] - } - }, - { - "version": "0.1.8", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.1.8", - "date": "Wed, 13 Mar 2019 01:14:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.24` to `7.0.25`" - } - ] - } - }, - { - "version": "0.1.7", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.1.7", - "date": "Mon, 11 Mar 2019 16:13:36 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.23` to `7.0.24`" - } - ] - } - }, - { - "version": "0.1.6", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.1.6", - "date": "Tue, 05 Mar 2019 17:13:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.22` to `7.0.23`" - } - ] - } - }, - { - "version": "0.1.5", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.1.5", - "date": "Mon, 04 Mar 2019 17:13:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.21` to `7.0.22`" - } - ] - } - }, - { - "version": "0.1.4", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.1.4", - "date": "Wed, 27 Feb 2019 22:13:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.20` to `7.0.21`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.11.1` to `3.12.0`" - } - ] - } - }, - { - "version": "0.1.3", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.1.3", - "date": "Wed, 27 Feb 2019 17:13:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.19` to `7.0.20`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.11.0` to `3.11.1`" - } - ] - } - }, - { - "version": "0.1.2", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.1.2", - "date": "Mon, 18 Feb 2019 17:13:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.18` to `7.0.19`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.10.0` to `3.11.0`" - } - ] - } - }, - { - "version": "0.1.1", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.1.1", - "date": "Tue, 12 Feb 2019 17:13:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.0.17` to `7.0.18`" - } - ] - } - }, - { - "version": "0.1.0", - "tag": "@microsoft/rush-stack-compiler-3.3_v0.1.0", - "date": "Mon, 11 Feb 2019 23:34:42 GMT", - "comments": { - "minor": [ - { - "comment": "Initial package creation." - } - ] - } - } - ] -} diff --git a/stack/rush-stack-compiler-3.3/CHANGELOG.md b/stack/rush-stack-compiler-3.3/CHANGELOG.md deleted file mode 100644 index aac5ce1d11d..00000000000 --- a/stack/rush-stack-compiler-3.3/CHANGELOG.md +++ /dev/null @@ -1,814 +0,0 @@ -# Change Log - @microsoft/rush-stack-compiler-3.3 - -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. - -## 0.9.47 -Wed, 19 May 2021 00:11:39 GMT - -_Version update only_ - -## 0.9.46 -Mon, 03 May 2021 15:10:29 GMT - -_Version update only_ - -## 0.9.45 -Thu, 29 Apr 2021 23:26:50 GMT - -_Version update only_ - -## 0.9.44 -Tue, 20 Apr 2021 04:59:51 GMT - -_Version update only_ - -## 0.9.43 -Mon, 12 Apr 2021 15:10:28 GMT - -_Version update only_ - -## 0.9.42 -Thu, 08 Apr 2021 06:05:32 GMT - -_Version update only_ - -## 0.9.41 -Tue, 06 Apr 2021 15:14:22 GMT - -_Version update only_ - -## 0.9.40 -Thu, 04 Mar 2021 01:11:31 GMT - -_Version update only_ - -## 0.9.39 -Fri, 05 Feb 2021 16:10:42 GMT - -_Version update only_ - -## 0.9.38 -Wed, 13 Jan 2021 01:11:06 GMT - -_Version update only_ - -## 0.9.37 -Thu, 10 Dec 2020 23:25:50 GMT - -_Version update only_ - -## 0.9.36 -Sat, 05 Dec 2020 01:11:23 GMT - -### Patches - -- Ensure rootDir is consistently specified. - -## 0.9.35 -Wed, 18 Nov 2020 08:19:54 GMT - -_Version update only_ - -## 0.9.34 -Wed, 18 Nov 2020 06:21:57 GMT - -_Version update only_ - -## 0.9.33 -Wed, 11 Nov 2020 01:08:58 GMT - -_Version update only_ - -## 0.9.32 -Tue, 10 Nov 2020 23:13:12 GMT - -_Version update only_ - -## 0.9.31 -Fri, 30 Oct 2020 06:38:39 GMT - -_Version update only_ - -## 0.9.30 -Fri, 30 Oct 2020 00:10:14 GMT - -_Version update only_ - -## 0.9.29 -Thu, 29 Oct 2020 06:14:19 GMT - -_Version update only_ - -## 0.9.28 -Wed, 28 Oct 2020 01:18:03 GMT - -_Version update only_ - -## 0.9.27 -Tue, 27 Oct 2020 15:10:14 GMT - -_Version update only_ - -## 0.9.26 -Tue, 06 Oct 2020 00:24:06 GMT - -_Version update only_ - -## 0.9.25 -Mon, 05 Oct 2020 22:36:57 GMT - -_Version update only_ - -## 0.9.24 -Mon, 05 Oct 2020 15:10:43 GMT - -_Version update only_ - -## 0.9.23 -Wed, 30 Sep 2020 18:39:17 GMT - -_Version update only_ - -## 0.9.22 -Wed, 30 Sep 2020 06:53:53 GMT - -_Version update only_ - -## 0.9.21 -Tue, 22 Sep 2020 05:45:57 GMT - -_Version update only_ - -## 0.9.20 -Tue, 22 Sep 2020 01:45:31 GMT - -_Version update only_ - -## 0.9.19 -Tue, 22 Sep 2020 00:08:53 GMT - -_Version update only_ - -## 0.9.18 -Sat, 19 Sep 2020 04:37:27 GMT - -_Version update only_ - -## 0.9.17 -Sat, 19 Sep 2020 03:33:07 GMT - -_Version update only_ - -## 0.9.16 -Fri, 18 Sep 2020 22:57:24 GMT - -_Version update only_ - -## 0.9.15 -Fri, 18 Sep 2020 21:49:54 GMT - -_Version update only_ - -## 0.9.14 -Sun, 13 Sep 2020 01:53:20 GMT - -_Version update only_ - -## 0.9.13 -Fri, 11 Sep 2020 02:13:35 GMT - -_Version update only_ - -## 0.9.12 -Mon, 07 Sep 2020 07:37:37 GMT - -_Version update only_ - -## 0.9.11 -Sat, 05 Sep 2020 18:56:35 GMT - -_Version update only_ - -## 0.9.10 -Thu, 27 Aug 2020 11:27:06 GMT - -_Version update only_ - -## 0.9.9 -Mon, 24 Aug 2020 07:35:20 GMT - -_Version update only_ - -## 0.9.8 -Sat, 22 Aug 2020 05:55:43 GMT - -_Version update only_ - -## 0.9.7 -Fri, 21 Aug 2020 01:21:18 GMT - -_Version update only_ - -## 0.9.6 -Thu, 20 Aug 2020 15:13:53 GMT - -_Version update only_ - -## 0.9.5 -Tue, 18 Aug 2020 23:59:42 GMT - -_Version update only_ - -## 0.9.4 -Mon, 17 Aug 2020 04:53:23 GMT - -_Version update only_ - -## 0.9.3 -Wed, 12 Aug 2020 00:10:05 GMT - -### Patches - -- Updated project to build with Heft - -## 0.9.2 -Wed, 05 Aug 2020 18:27:33 GMT - -_Version update only_ - -## 0.9.1 -Fri, 03 Jul 2020 15:09:04 GMT - -_Version update only_ - -## 0.9.0 -Fri, 03 Jul 2020 05:46:41 GMT - -### Minor changes - -- Disable the "--typescript-compiler-folder" setting for API Extractor, since it was causing errors with the latest TypeScript engine - -## 0.8.2 -Thu, 25 Jun 2020 06:43:35 GMT - -_Version update only_ - -## 0.8.1 -Wed, 24 Jun 2020 09:50:48 GMT - -_Version update only_ - -## 0.8.0 -Wed, 24 Jun 2020 09:04:28 GMT - -### Minor changes - -- Upgrade to ESLint 7 - -## 0.7.1 -Mon, 15 Jun 2020 22:17:18 GMT - -_Version update only_ - -## 0.7.0 -Fri, 12 Jun 2020 09:19:21 GMT - -### Minor changes - -- Expose the @microsoft/api-extractor package's path - -## 0.6.3 -Wed, 10 Jun 2020 20:48:30 GMT - -_Version update only_ - -## 0.6.2 -Mon, 01 Jun 2020 08:34:17 GMT - -_Version update only_ - -## 0.6.1 -Sat, 30 May 2020 02:59:54 GMT - -_Version update only_ - -## 0.6.0 -Thu, 28 May 2020 05:59:02 GMT - -### Minor changes - -- Change the way the typescript, tslint, and api-extractor packages are exported. -- Update TSLint to 5.20.1 -- Update tsconfig-node.json to target es2017 (supported by Node 8); this enables native async/await, and will show complete callstacks when using Node 12 - -## 0.5.17 -Wed, 27 May 2020 05:15:11 GMT - -_Version update only_ - -## 0.5.16 -Tue, 26 May 2020 23:00:25 GMT - -_Version update only_ - -## 0.5.15 -Fri, 22 May 2020 15:08:43 GMT - -_Version update only_ - -## 0.5.14 -Thu, 21 May 2020 23:09:44 GMT - -_Version update only_ - -## 0.5.13 -Thu, 21 May 2020 15:42:00 GMT - -_Version update only_ - -## 0.5.12 -Tue, 19 May 2020 15:08:20 GMT - -_Version update only_ - -## 0.5.11 -Fri, 15 May 2020 08:10:59 GMT - -_Version update only_ - -## 0.5.10 -Wed, 06 May 2020 08:23:45 GMT - -_Version update only_ - -## 0.5.9 -Wed, 08 Apr 2020 04:07:33 GMT - -_Version update only_ - -## 0.5.8 -Fri, 03 Apr 2020 15:10:15 GMT - -### Patches - -- Update tslint-microsoft-contrib to ~6.2.0 - -## 0.5.7 -Sun, 29 Mar 2020 00:04:12 GMT - -_Version update only_ - -## 0.5.6 -Sat, 28 Mar 2020 00:37:16 GMT - -_Version update only_ - -## 0.5.5 -Wed, 18 Mar 2020 15:07:47 GMT - -### Patches - -- Upgrade cyclic dependencies - -## 0.5.4 -Tue, 17 Mar 2020 23:55:58 GMT - -### Patches - -- Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack` - -## 0.5.3 -Tue, 28 Jan 2020 02:23:44 GMT - -_Version update only_ - -## 0.5.2 -Thu, 23 Jan 2020 01:07:56 GMT - -_Version update only_ - -## 0.5.1 -Tue, 21 Jan 2020 21:56:14 GMT - -_Version update only_ - -## 0.5.0 -Sun, 19 Jan 2020 02:26:52 GMT - -### Minor changes - -- Upgrade Node typings to Node 10 - -## 0.4.14 -Fri, 17 Jan 2020 01:08:23 GMT - -_Version update only_ - -## 0.4.13 -Tue, 14 Jan 2020 01:34:16 GMT - -_Version update only_ - -## 0.4.12 -Thu, 09 Jan 2020 06:44:13 GMT - -_Version update only_ - -## 0.4.11 -Wed, 08 Jan 2020 00:11:31 GMT - -_Version update only_ - -## 0.4.10 -Tue, 03 Dec 2019 03:17:44 GMT - -_Version update only_ - -## 0.4.9 -Sun, 24 Nov 2019 00:54:04 GMT - -_Version update only_ - -## 0.4.8 -Wed, 20 Nov 2019 06:14:28 GMT - -_Version update only_ - -## 0.4.7 -Fri, 15 Nov 2019 04:50:50 GMT - -_Version update only_ - -## 0.4.6 -Mon, 11 Nov 2019 16:07:56 GMT - -_Version update only_ - -## 0.4.5 -Wed, 06 Nov 2019 22:44:18 GMT - -_Version update only_ - -## 0.4.4 -Tue, 05 Nov 2019 06:49:29 GMT - -_Version update only_ - -## 0.4.3 -Tue, 05 Nov 2019 01:08:39 GMT - -_Version update only_ - -## 0.4.2 -Fri, 25 Oct 2019 15:08:54 GMT - -### Patches - -- Fix an issue where ESLint output would fail to parse when a large project is built on a Mac. - -## 0.4.1 -Tue, 22 Oct 2019 06:24:44 GMT - -_Version update only_ - -## 0.4.0 -Mon, 21 Oct 2019 05:22:43 GMT - -### Minor changes - -- Add support for ESLint+TypeScript - -## 0.3.6 -Fri, 18 Oct 2019 15:15:01 GMT - -_Version update only_ - -## 0.3.5 -Sun, 06 Oct 2019 00:27:40 GMT - -_Version update only_ - -## 0.3.4 -Fri, 04 Oct 2019 00:15:22 GMT - -_Version update only_ - -## 0.3.3 -Sun, 29 Sep 2019 23:56:29 GMT - -### Patches - -- Update repository URL - -## 0.3.2 -Wed, 25 Sep 2019 15:15:31 GMT - -_Version update only_ - -## 0.3.1 -Tue, 24 Sep 2019 02:58:49 GMT - -_Version update only_ - -## 0.3.0 -Mon, 23 Sep 2019 15:14:55 GMT - -### Minor changes - -- Upgrade @types/node dependency - -## 0.2.37 -Fri, 20 Sep 2019 21:27:22 GMT - -### Patches - -- Fix an issue where api-extractor warnings weren't being reported. - -## 0.2.36 -Wed, 11 Sep 2019 19:56:23 GMT - -_Version update only_ - -## 0.2.35 -Tue, 10 Sep 2019 22:32:23 GMT - -_Version update only_ - -## 0.2.34 -Tue, 10 Sep 2019 20:38:33 GMT - -_Version update only_ - -## 0.2.33 -Wed, 04 Sep 2019 18:28:06 GMT - -_Version update only_ - -## 0.2.32 -Wed, 04 Sep 2019 15:15:37 GMT - -_Version update only_ - -## 0.2.31 -Fri, 30 Aug 2019 00:14:32 GMT - -_Version update only_ - -## 0.2.30 -Mon, 12 Aug 2019 15:15:14 GMT - -_Version update only_ - -## 0.2.29 -Thu, 08 Aug 2019 15:14:17 GMT - -_Version update only_ - -## 0.2.28 -Thu, 08 Aug 2019 00:49:06 GMT - -_Version update only_ - -## 0.2.27 -Mon, 05 Aug 2019 22:04:32 GMT - -_Version update only_ - -## 0.2.26 -Tue, 23 Jul 2019 01:13:01 GMT - -_Version update only_ - -## 0.2.25 -Mon, 22 Jul 2019 19:13:10 GMT - -_Version update only_ - -## 0.2.24 -Fri, 12 Jul 2019 19:12:46 GMT - -_Version update only_ - -## 0.2.23 -Thu, 11 Jul 2019 19:13:08 GMT - -_Version update only_ - -## 0.2.22 -Tue, 09 Jul 2019 19:13:24 GMT - -_Version update only_ - -## 0.2.21 -Mon, 08 Jul 2019 19:12:19 GMT - -_Version update only_ - -## 0.2.20 -Sat, 29 Jun 2019 02:30:10 GMT - -_Version update only_ - -## 0.2.19 -Wed, 12 Jun 2019 19:12:33 GMT - -_Version update only_ - -## 0.2.18 -Tue, 11 Jun 2019 00:48:06 GMT - -_Version update only_ - -## 0.2.17 -Thu, 06 Jun 2019 22:33:36 GMT - -### Patches - -- Include accidentally omitted no-floating-promises TSLint rule. - -## 0.2.16 -Wed, 05 Jun 2019 19:12:34 GMT - -_Version update only_ - -## 0.2.15 -Tue, 04 Jun 2019 05:51:54 GMT - -_Version update only_ - -## 0.2.14 -Mon, 27 May 2019 04:13:44 GMT - -_Version update only_ - -## 0.2.13 -Mon, 13 May 2019 02:08:35 GMT - -_Version update only_ - -## 0.2.12 -Mon, 06 May 2019 20:46:22 GMT - -_Version update only_ - -## 0.2.11 -Mon, 06 May 2019 19:34:54 GMT - -_Version update only_ - -## 0.2.10 -Mon, 06 May 2019 19:11:16 GMT - -_Version update only_ - -## 0.2.9 -Tue, 30 Apr 2019 23:08:02 GMT - -_Version update only_ - -## 0.2.8 -Tue, 16 Apr 2019 11:01:37 GMT - -_Version update only_ - -## 0.2.7 -Fri, 12 Apr 2019 06:13:16 GMT - -_Version update only_ - -## 0.2.6 -Thu, 11 Apr 2019 07:14:01 GMT - -_Version update only_ - -## 0.2.5 -Tue, 09 Apr 2019 05:31:01 GMT - -_Version update only_ - -## 0.2.4 -Mon, 08 Apr 2019 19:12:52 GMT - -_Version update only_ - -## 0.2.3 -Sat, 06 Apr 2019 02:05:51 GMT - -_Version update only_ - -## 0.2.2 -Fri, 05 Apr 2019 04:16:17 GMT - -_Version update only_ - -## 0.2.1 -Wed, 03 Apr 2019 02:58:33 GMT - -_Version update only_ - -## 0.2.0 -Tue, 02 Apr 2019 01:12:02 GMT - -### Minor changes - -- Enable declaration maps in the default TSConfigs. - -## 0.1.18 -Sat, 30 Mar 2019 22:27:16 GMT - -_Version update only_ - -## 0.1.17 -Thu, 28 Mar 2019 19:14:27 GMT - -_Version update only_ - -## 0.1.16 -Tue, 26 Mar 2019 20:54:18 GMT - -_Version update only_ - -## 0.1.15 -Sat, 23 Mar 2019 03:48:31 GMT - -_Version update only_ - -## 0.1.14 -Thu, 21 Mar 2019 04:59:11 GMT - -_Version update only_ - -## 0.1.13 -Thu, 21 Mar 2019 01:15:33 GMT - -_Version update only_ - -## 0.1.12 -Wed, 20 Mar 2019 19:14:49 GMT - -_Version update only_ - -## 0.1.11 -Mon, 18 Mar 2019 04:28:43 GMT - -### Patches - -- Export StandardBuildFolders to eliminate the ae-forgotten-export warning - -## 0.1.10 -Fri, 15 Mar 2019 19:13:25 GMT - -_Version update only_ - -## 0.1.9 -Wed, 13 Mar 2019 19:13:14 GMT - -_Version update only_ - -## 0.1.8 -Wed, 13 Mar 2019 01:14:05 GMT - -_Version update only_ - -## 0.1.7 -Mon, 11 Mar 2019 16:13:36 GMT - -_Version update only_ - -## 0.1.6 -Tue, 05 Mar 2019 17:13:11 GMT - -_Version update only_ - -## 0.1.5 -Mon, 04 Mar 2019 17:13:20 GMT - -_Version update only_ - -## 0.1.4 -Wed, 27 Feb 2019 22:13:58 GMT - -_Version update only_ - -## 0.1.3 -Wed, 27 Feb 2019 17:13:17 GMT - -_Version update only_ - -## 0.1.2 -Mon, 18 Feb 2019 17:13:23 GMT - -_Version update only_ - -## 0.1.1 -Tue, 12 Feb 2019 17:13:12 GMT - -_Version update only_ - -## 0.1.0 -Mon, 11 Feb 2019 23:34:42 GMT - -### Minor changes - -- Initial package creation. - diff --git a/stack/rush-stack-compiler-3.3/LICENSE b/stack/rush-stack-compiler-3.3/LICENSE deleted file mode 100644 index 7c29b93ce0f..00000000000 --- a/stack/rush-stack-compiler-3.3/LICENSE +++ /dev/null @@ -1,24 +0,0 @@ -@microsoft/rush-stack - -Copyright (c) Microsoft Corporation. All rights reserved. - -MIT License - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/stack/rush-stack-compiler-3.3/README.md b/stack/rush-stack-compiler-3.3/README.md deleted file mode 100644 index 8abbfbab2b3..00000000000 --- a/stack/rush-stack-compiler-3.3/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# @microsoft/rush-stack-compiler-3.3 - -This package is an NPM peer dependency that is used with -[@microsoft/rush-stack](https://www.npmjs.com/package/@microsoft/rush-stack) -to select a TypeScript compiler version. This variant selects TypeScript 3.3 - -It provides a supported set of versions for the following components: - -- the TypeScript compiler -- [tslint](https://github.com/palantir/tslint#readme) -- [API Extractor](https://api-extractor.com/) diff --git a/stack/rush-stack-compiler-3.3/bin/rush-api-extractor b/stack/rush-stack-compiler-3.3/bin/rush-api-extractor deleted file mode 100755 index 5c9bcde4214..00000000000 --- a/stack/rush-stack-compiler-3.3/bin/rush-api-extractor +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require("@microsoft/api-extractor/bin/api-extractor"); diff --git a/stack/rush-stack-compiler-3.3/bin/rush-eslint b/stack/rush-stack-compiler-3.3/bin/rush-eslint deleted file mode 100755 index 7c2ffc1b1c3..00000000000 --- a/stack/rush-stack-compiler-3.3/bin/rush-eslint +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require("eslint/bin/eslint"); diff --git a/stack/rush-stack-compiler-3.3/bin/rush-tsc b/stack/rush-stack-compiler-3.3/bin/rush-tsc deleted file mode 100755 index 978b97599d7..00000000000 --- a/stack/rush-stack-compiler-3.3/bin/rush-tsc +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require('typescript/bin/tsc'); diff --git a/stack/rush-stack-compiler-3.3/bin/rush-tslint b/stack/rush-stack-compiler-3.3/bin/rush-tslint deleted file mode 100755 index b76ee5d8dab..00000000000 --- a/stack/rush-stack-compiler-3.3/bin/rush-tslint +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require("tslint/bin/tslint"); diff --git a/stack/rush-stack-compiler-3.3/config/api-extractor.json b/stack/rush-stack-compiler-3.3/config/api-extractor.json deleted file mode 100644 index dcfa9cfc5b7..00000000000 --- a/stack/rush-stack-compiler-3.3/config/api-extractor.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", - - "mainEntryPointFilePath": "/lib/index.d.ts", - - "apiReport": { - "enabled": true, - "reportFolder": "../../../common/reviews/api" - }, - - "docModel": { - "enabled": true - }, - - "dtsRollup": { - "enabled": false - } -} diff --git a/stack/rush-stack-compiler-3.3/config/heft.json b/stack/rush-stack-compiler-3.3/config/heft.json deleted file mode 100644 index fa38fa303a4..00000000000 --- a/stack/rush-stack-compiler-3.3/config/heft.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/heft/heft.schema.json", - - "extends": "@rushstack/heft-node-rig/profiles/default/config/heft.json", - - "eventActions": [ - { - "actionKind": "deleteGlobs", - "heftEvent": "clean", - "actionId": "deleteSrc", - "globsToDelete": ["src"] - }, - - { - "actionKind": "copyFiles", - "heftEvent": "pre-compile", - "actionId": "copySrc", - "copyOperations": [ - { - "sourceFolder": "node_modules/@microsoft/rush-stack-compiler-shared/src", - "destinationFolders": ["src"], - "includeGlobs": ["*.ts", "*.js"] - }, - { - "sourceFolder": "node_modules/@microsoft/rush-stack-compiler-shared/src/pre-v4", - "destinationFolders": ["src"], - "includeGlobs": ["*.ts", "*.js"] - } - ] - } - ] -} diff --git a/stack/rush-stack-compiler-3.3/config/rig.json b/stack/rush-stack-compiler-3.3/config/rig.json deleted file mode 100644 index 6ac88a96368..00000000000 --- a/stack/rush-stack-compiler-3.3/config/rig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - // The "rig.json" file directs tools to look for their config files in an external package. - // Documentation for this system: https://www.npmjs.com/package/@rushstack/rig-package - "$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json", - - "rigPackageName": "@rushstack/heft-node-rig" -} diff --git a/stack/rush-stack-compiler-3.3/config/typescript.json b/stack/rush-stack-compiler-3.3/config/typescript.json deleted file mode 100644 index 6e09afa31ca..00000000000 --- a/stack/rush-stack-compiler-3.3/config/typescript.json +++ /dev/null @@ -1,12 +0,0 @@ -/** - * Configures the TypeScript plugin for Heft. This plugin also manages linting. - */ -{ - "$schema": "https://developer.microsoft.com/json-schemas/heft/typescript.schema.json", - - "extends": "@rushstack/heft-node-rig/profiles/default/config/typescript.json", - - "staticAssetsToCopy": { - "fileExtensions": [".d.ts", ".js"] - } -} diff --git a/stack/rush-stack-compiler-3.3/includes/tsconfig-base.json b/stack/rush-stack-compiler-3.3/includes/tsconfig-base.json deleted file mode 100644 index 6c52435c84d..00000000000 --- a/stack/rush-stack-compiler-3.3/includes/tsconfig-base.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "compilerOptions": { - "outDir": "../../../../lib", - "rootDir": "../../../../src", - - "forceConsistentCasingInFileNames": true, - "jsx": "react", - "declaration": true, - "sourceMap": true, - "declarationMap": true, - "inlineSources": true, - "experimentalDecorators": true, - "strictNullChecks": true, - "noUnusedLocals": true, - "types": [] - }, - "include": ["../../../../src/**/*.ts", "../../../../src/**/*.tsx"], - "exclude": ["../../../../node_modules", "../../../../lib"] -} diff --git a/stack/rush-stack-compiler-3.3/includes/tsconfig-node.json b/stack/rush-stack-compiler-3.3/includes/tsconfig-node.json deleted file mode 100644 index 722f0b8f62a..00000000000 --- a/stack/rush-stack-compiler-3.3/includes/tsconfig-node.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "extends": "./tsconfig-base.json", - "compilerOptions": { - "module": "commonjs", - "target": "es2017", - "lib": ["es2017"] - } -} diff --git a/stack/rush-stack-compiler-3.3/includes/tsconfig-web.json b/stack/rush-stack-compiler-3.3/includes/tsconfig-web.json deleted file mode 100644 index 5dd9e12e4aa..00000000000 --- a/stack/rush-stack-compiler-3.3/includes/tsconfig-web.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "extends": "./tsconfig-base.json", - "compilerOptions": { - "module": "esnext", - "moduleResolution": "node", - "target": "es5", - "lib": ["es5", "scripthost", "es2015.collection", "es2015.promise", "es2015.iterable", "dom"] - } -} diff --git a/stack/rush-stack-compiler-3.3/includes/tslint.json b/stack/rush-stack-compiler-3.3/includes/tslint.json deleted file mode 100644 index f55613b66cc..00000000000 --- a/stack/rush-stack-compiler-3.3/includes/tslint.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tslint", - - "rulesDirectory": ["tslint-microsoft-contrib"], - "rules": { - "class-name": true, - "comment-format": [true, "check-space"], - "curly": true, - "eofline": false, - "export-name": true, - "forin": true, - "indent": [true, "spaces", 2], - "interface-name": true, - "label-position": true, - "max-line-length": [true, 120], - "member-access": true, - "member-ordering": [ - true, - { - "order": [ - "public-static-field", - "protected-static-field", - "private-static-field", - "public-instance-field", - "protected-instance-field", - "private-instance-field", - "public-static-method", - "protected-static-method", - "private-static-method", - "public-constructor", - "public-instance-method", - "protected-constructor", - "protected-instance-method", - "private-constructor", - "private-instance-method" - ] - } - ], - "missing-optional-annotation": true, - "no-arg": true, - "no-any": true, - "no-bitwise": true, - "no-consecutive-blank-lines": true, - "no-console": [true, "debug", "info", "time", "timeEnd", "trace"], - "no-constant-condition": true, - "no-construct": true, - "no-debugger": true, - "no-duplicate-switch-case": true, - "no-duplicate-parameter-names": true, - "no-duplicate-variable": true, - "no-empty": true, - "no-eval": true, - "no-floating-promises": true, - "no-function-expression": true, - "no-inferrable-types": false, - "no-internal-module": true, - "no-null-keyword": true, - "no-shadowed-variable": true, - "no-string-literal": true, - "no-switch-case-fall-through": true, - "no-trailing-whitespace": true, - "no-unnecessary-semicolons": true, - "no-unused-expression": true, - "no-with-statement": true, - "no-var-keyword": true, - "object-literal-sort-keys": false, - "one-line": [true, "check-open-brace", "check-catch", "check-else", "check-whitespace"], - "quotemark": [true, "single", "avoid-escape"], - "prefer-const": true, - "radix": true, - "semicolon": true, - "trailing-comma": [ - true, - { - "multiline": "never", - "singleline": "never" - } - ], - "triple-equals": [true, "allow-null-check"], - "typedef": [ - true, - "call-signature", - "parameter", - "property-declaration", - "variable-declaration", - "member-variable-declaration" - ], - "typedef-whitespace": [ - true, - { - "call-signature": "nospace", - "index-signature": "nospace", - "parameter": "nospace", - "property-declaration": "nospace", - "variable-declaration": "nospace" - } - ], - "use-isnan": true, - "use-named-parameter": true, - "variable-name": [true, "check-format", "allow-leading-underscore", "ban-keywords"], - "whitespace": [true, "check-branch", "check-decl", "check-operator", "check-separator", "check-type"] - } -} diff --git a/stack/rush-stack-compiler-3.3/package.json b/stack/rush-stack-compiler-3.3/package.json deleted file mode 100644 index 2e646d5837d..00000000000 --- a/stack/rush-stack-compiler-3.3/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "@microsoft/rush-stack-compiler-3.3", - "version": "0.9.47", - "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.3.", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/microsoft/rushstack/tree/master/stack/rush-stack-compiler-3.3" - }, - "bin": { - "rush-api-extractor": "./bin/rush-api-extractor", - "rush-eslint": "./bin/rush-eslint", - "rush-tsc": "./bin/rush-tsc", - "rush-tslint": "./bin/rush-tslint" - }, - "scripts": { - "build": "heft build --clean" - }, - "main": "lib/index.js", - "typings": "lib/index.d.ts", - "dependencies": { - "@microsoft/api-extractor": "workspace:*", - "@rushstack/eslint-config": "workspace:*", - "@rushstack/node-core-library": "workspace:*", - "@types/node": "10.17.13", - "eslint": "~7.12.1", - "import-lazy": "~4.0.0", - "tslint": "~5.20.1", - "tslint-microsoft-contrib": "~6.2.0", - "typescript": "~3.3.3" - }, - "devDependencies": { - "@microsoft/rush-stack-compiler-3.9": "workspace:*", - "@microsoft/rush-stack-compiler-shared": "workspace:*", - "@rushstack/eslint-config": "workspace:*", - "@rushstack/heft": "0.28.0", - "@rushstack/heft-node-rig": "1.0.8" - } -} diff --git a/stack/rush-stack-compiler-3.3/tsconfig.json b/stack/rush-stack-compiler-3.3/tsconfig.json deleted file mode 100644 index 6bef73c4b86..00000000000 --- a/stack/rush-stack-compiler-3.3/tsconfig.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.9/includes/tsconfig-node.json", - - "compilerOptions": { - "rootDir": "src", - "outDir": "lib" - } -} diff --git a/stack/rush-stack-compiler-3.4/.eslintrc.js b/stack/rush-stack-compiler-3.4/.eslintrc.js deleted file mode 100644 index 4c934799d67..00000000000 --- a/stack/rush-stack-compiler-3.4/.eslintrc.js +++ /dev/null @@ -1,10 +0,0 @@ -// This is a workaround for https://github.com/eslint/eslint/issues/3458 -require('@rushstack/eslint-config/patch/modern-module-resolution'); - -module.exports = { - extends: [ - '@rushstack/eslint-config/profile/node-trusted-tool', - '@rushstack/eslint-config/mixins/friendly-locals' - ], - parserOptions: { tsconfigRootDir: __dirname } -}; diff --git a/stack/rush-stack-compiler-3.4/.gitignore b/stack/rush-stack-compiler-3.4/.gitignore deleted file mode 100644 index dbc8690803e..00000000000 --- a/stack/rush-stack-compiler-3.4/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/src \ No newline at end of file diff --git a/stack/rush-stack-compiler-3.4/.npmignore b/stack/rush-stack-compiler-3.4/.npmignore deleted file mode 100644 index ad6bcd960e8..00000000000 --- a/stack/rush-stack-compiler-3.4/.npmignore +++ /dev/null @@ -1,31 +0,0 @@ -# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. - -# Ignore all files by default, to avoid accidentally publishing unintended files. -* - -# Use negative patterns to bring back the specific things we want to publish. -!/bin/** -!/lib/** -!/lib-*/** -!/dist/** -!ThirdPartyNotice.txt - -# Ignore certain patterns that should not get published. -/dist/*.stats.* -/lib/**/test/ -/lib-*/**/test/ -*.test.js - -# NOTE: These don't need to be specified, because NPM includes them automatically. -# -# package.json -# README (and its variants) -# CHANGELOG (and its variants) -# LICENSE / LICENCE - -#-------------------------------------------- -# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE -#-------------------------------------------- - -# (Add your project-specific overrides here) -!/includes/** diff --git a/stack/rush-stack-compiler-3.4/CHANGELOG.json b/stack/rush-stack-compiler-3.4/CHANGELOG.json deleted file mode 100644 index b436d429aea..00000000000 --- a/stack/rush-stack-compiler-3.4/CHANGELOG.json +++ /dev/null @@ -1,2008 +0,0 @@ -{ - "name": "@microsoft/rush-stack-compiler-3.4", - "entries": [ - { - "version": "0.8.47", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.47", - "date": "Wed, 19 May 2021 00:11:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.38.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.47`" - } - ] - } - }, - { - "version": "0.8.46", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.46", - "date": "Mon, 03 May 2021 15:10:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.37.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.46`" - } - ] - } - }, - { - "version": "0.8.45", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.45", - "date": "Thu, 29 Apr 2021 23:26:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.45`" - } - ] - } - }, - { - "version": "0.8.44", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.44", - "date": "Tue, 20 Apr 2021 04:59:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.14.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.44`" - } - ] - } - }, - { - "version": "0.8.43", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.43", - "date": "Mon, 12 Apr 2021 15:10:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.43`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.4`" - } - ] - } - }, - { - "version": "0.8.42", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.42", - "date": "Thu, 08 Apr 2021 06:05:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.42`" - } - ] - } - }, - { - "version": "0.8.41", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.41", - "date": "Tue, 06 Apr 2021 15:14:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.41`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.3`" - } - ] - } - }, - { - "version": "0.8.40", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.40", - "date": "Thu, 04 Mar 2021 01:11:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.40`" - } - ] - } - }, - { - "version": "0.8.39", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.39", - "date": "Fri, 05 Feb 2021 16:10:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.39`" - } - ] - } - }, - { - "version": "0.8.38", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.38", - "date": "Wed, 13 Jan 2021 01:11:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.38`" - } - ] - } - }, - { - "version": "0.8.37", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.37", - "date": "Thu, 10 Dec 2020 23:25:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.12.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.37`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.2`" - } - ] - } - }, - { - "version": "0.8.36", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.36", - "date": "Sat, 05 Dec 2020 01:11:23 GMT", - "comments": { - "patch": [ - { - "comment": "Ensure rootDir is consistently specified." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.36`" - } - ] - } - }, - { - "version": "0.8.35", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.35", - "date": "Wed, 18 Nov 2020 08:19:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.12.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.35`" - } - ] - } - }, - { - "version": "0.8.34", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.34", - "date": "Wed, 18 Nov 2020 06:21:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.34`" - } - ] - } - }, - { - "version": "0.8.33", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.33", - "date": "Wed, 11 Nov 2020 01:08:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.33`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.1`" - } - ] - } - }, - { - "version": "0.8.32", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.32", - "date": "Tue, 10 Nov 2020 23:13:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.32`" - } - ] - } - }, - { - "version": "0.8.31", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.31", - "date": "Fri, 30 Oct 2020 06:38:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.0`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.31`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.0`" - } - ] - } - }, - { - "version": "0.8.30", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.30", - "date": "Fri, 30 Oct 2020 00:10:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.30`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.3`" - } - ] - } - }, - { - "version": "0.8.29", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.29", - "date": "Thu, 29 Oct 2020 06:14:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.29`" - } - ] - } - }, - { - "version": "0.8.28", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.28", - "date": "Wed, 28 Oct 2020 01:18:03 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.28`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.2`" - } - ] - } - }, - { - "version": "0.8.27", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.27", - "date": "Tue, 27 Oct 2020 15:10:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.27`" - } - ] - } - }, - { - "version": "0.8.26", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.26", - "date": "Tue, 06 Oct 2020 00:24:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.26`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.1`" - } - ] - } - }, - { - "version": "0.8.25", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.25", - "date": "Mon, 05 Oct 2020 22:36:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.0`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.25`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.0`" - } - ] - } - }, - { - "version": "0.8.24", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.24", - "date": "Mon, 05 Oct 2020 15:10:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.24`" - } - ] - } - }, - { - "version": "0.8.23", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.23", - "date": "Wed, 30 Sep 2020 18:39:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.23`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.3`" - } - ] - } - }, - { - "version": "0.8.22", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.22", - "date": "Wed, 30 Sep 2020 06:53:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.22`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.2`" - } - ] - } - }, - { - "version": "0.8.21", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.21", - "date": "Tue, 22 Sep 2020 05:45:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.22`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.1`" - } - ] - } - }, - { - "version": "0.8.20", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.20", - "date": "Tue, 22 Sep 2020 01:45:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.21`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.0`" - } - ] - } - }, - { - "version": "0.8.19", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.19", - "date": "Tue, 22 Sep 2020 00:08:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.20`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.0.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.0.0`" - } - ] - } - }, - { - "version": "0.8.18", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.18", - "date": "Sat, 19 Sep 2020 04:37:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.19`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.2`" - } - ] - } - }, - { - "version": "0.8.17", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.17", - "date": "Sat, 19 Sep 2020 03:33:07 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.18`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.1`" - } - ] - } - }, - { - "version": "0.8.16", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.16", - "date": "Fri, 18 Sep 2020 22:57:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.17`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.0`" - } - ] - } - }, - { - "version": "0.8.15", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.15", - "date": "Fri, 18 Sep 2020 21:49:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.16`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.0`" - } - ] - } - }, - { - "version": "0.8.14", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.14", - "date": "Sun, 13 Sep 2020 01:53:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.15`" - } - ] - } - }, - { - "version": "0.8.13", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.13", - "date": "Fri, 11 Sep 2020 02:13:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.14`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.32.0`" - } - ] - } - }, - { - "version": "0.8.12", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.12", - "date": "Mon, 07 Sep 2020 07:37:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.31.0`" - } - ] - } - }, - { - "version": "0.8.11", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.11", - "date": "Sat, 05 Sep 2020 18:56:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.12`" - } - ] - } - }, - { - "version": "0.8.10", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.10", - "date": "Thu, 27 Aug 2020 11:27:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.30.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.3.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.3.0`" - } - ] - } - }, - { - "version": "0.8.9", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.9", - "date": "Mon, 24 Aug 2020 07:35:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.10`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.29.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.1`" - } - ] - } - }, - { - "version": "0.8.8", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.8", - "date": "Sat, 22 Aug 2020 05:55:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.29.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.0`" - } - ] - } - }, - { - "version": "0.8.7", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.7", - "date": "Fri, 21 Aug 2020 01:21:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.8`" - } - ] - } - }, - { - "version": "0.8.6", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.6", - "date": "Thu, 20 Aug 2020 15:13:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.7`" - } - ] - } - }, - { - "version": "0.8.5", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.5", - "date": "Tue, 18 Aug 2020 23:59:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.6`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.28.0`" - } - ] - } - }, - { - "version": "0.8.4", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.4", - "date": "Mon, 17 Aug 2020 04:53:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.27.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.1.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.1.0`" - } - ] - } - }, - { - "version": "0.8.3", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.3", - "date": "Wed, 12 Aug 2020 00:10:05 GMT", - "comments": { - "patch": [ - { - "comment": "Updated project to build with Heft" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.26.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.0.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.0.4`" - } - ] - } - }, - { - "version": "0.8.2", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.2", - "date": "Wed, 05 Aug 2020 18:27:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.26.1`" - } - ] - } - }, - { - "version": "0.8.1", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.1", - "date": "Fri, 03 Jul 2020 15:09:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.9.0` to `7.9.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.4` to `3.25.0`" - } - ] - } - }, - { - "version": "0.8.0", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.8.0", - "date": "Fri, 03 Jul 2020 05:46:41 GMT", - "comments": { - "minor": [ - { - "comment": "Disable the \"--typescript-compiler-folder\" setting for API Extractor, since it was causing errors with the latest TypeScript engine" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.15` to `7.9.0`" - } - ] - } - }, - { - "version": "0.7.2", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.7.2", - "date": "Thu, 25 Jun 2020 06:43:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.14` to `7.8.15`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.3` to `3.24.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.1` to `1.0.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.1` to `1.0.2`" - } - ] - } - }, - { - "version": "0.7.1", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.7.1", - "date": "Wed, 24 Jun 2020 09:50:48 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.13` to `7.8.14`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.2` to `3.24.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.0` to `1.0.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.0` to `1.0.1`" - } - ] - } - }, - { - "version": "0.7.0", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.7.0", - "date": "Wed, 24 Jun 2020 09:04:28 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade to ESLint 7" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.12` to `7.8.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.1` to `3.24.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.8` to `1.0.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.8` to `1.0.0`" - } - ] - } - }, - { - "version": "0.6.1", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.6.1", - "date": "Mon, 15 Jun 2020 22:17:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.11` to `7.8.12`" - } - ] - } - }, - { - "version": "0.6.0", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.6.0", - "date": "Fri, 12 Jun 2020 09:19:21 GMT", - "comments": { - "minor": [ - { - "comment": "Expose the @microsoft/api-extractor package's path" - } - ] - } - }, - { - "version": "0.5.3", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.5.3", - "date": "Wed, 10 Jun 2020 20:48:30 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.10` to `7.8.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.0` to `3.24.1`" - } - ] - } - }, - { - "version": "0.5.2", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.5.2", - "date": "Mon, 01 Jun 2020 08:34:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.9` to `7.8.10`" - } - ] - } - }, - { - "version": "0.5.1", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.5.1", - "date": "Sat, 30 May 2020 02:59:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.8` to `7.8.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.23.1` to `3.24.0`" - } - ] - } - }, - { - "version": "0.5.0", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.5.0", - "date": "Thu, 28 May 2020 05:59:02 GMT", - "comments": { - "minor": [ - { - "comment": "Change the way the typescript, tslint, and api-extractor packages are exported." - }, - { - "comment": "Update TSLint to 5.20.1" - }, - { - "comment": "Update tsconfig-node.json to target es2017 (supported by Node 8); this enables native async/await, and will show complete callstacks when using Node 12" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.7` to `7.8.8`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.23.0` to `3.23.1`" - } - ] - } - }, - { - "version": "0.4.17", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.4.17", - "date": "Wed, 27 May 2020 05:15:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.6` to `7.8.7`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.22.1` to `3.23.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.7` to `0.5.8`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.7` to `0.5.8`" - } - ] - } - }, - { - "version": "0.4.16", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.4.16", - "date": "Tue, 26 May 2020 23:00:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.5` to `7.8.6`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.22.0` to `3.22.1`" - } - ] - } - }, - { - "version": "0.4.15", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.4.15", - "date": "Fri, 22 May 2020 15:08:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.4` to `7.8.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.21.0` to `3.22.0`" - } - ] - } - }, - { - "version": "0.4.14", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.4.14", - "date": "Thu, 21 May 2020 23:09:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.3` to `7.8.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.20.0` to `3.21.0`" - } - ] - } - }, - { - "version": "0.4.13", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.4.13", - "date": "Thu, 21 May 2020 15:42:00 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.2` to `7.8.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.7` to `3.20.0`" - } - ] - } - }, - { - "version": "0.4.12", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.4.12", - "date": "Tue, 19 May 2020 15:08:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.1` to `7.8.2`" - } - ] - } - }, - { - "version": "0.4.11", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.4.11", - "date": "Fri, 15 May 2020 08:10:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.0` to `7.8.1`" - } - ] - } - }, - { - "version": "0.4.10", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.4.10", - "date": "Wed, 06 May 2020 08:23:45 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.13` to `7.8.0`" - } - ] - } - }, - { - "version": "0.4.9", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.4.9", - "date": "Wed, 08 Apr 2020 04:07:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.12` to `7.7.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.6` to `3.19.7`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.6` to `0.5.7`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.6` to `0.5.7`" - } - ] - } - }, - { - "version": "0.4.8", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.4.8", - "date": "Fri, 03 Apr 2020 15:10:15 GMT", - "comments": { - "patch": [ - { - "comment": "Update tslint-microsoft-contrib to ~6.2.0" - } - ] - } - }, - { - "version": "0.4.7", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.4.7", - "date": "Sun, 29 Mar 2020 00:04:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.11` to `7.7.12`" - } - ] - } - }, - { - "version": "0.4.6", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.4.6", - "date": "Sat, 28 Mar 2020 00:37:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.10` to `7.7.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.5` to `3.19.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.5` to `0.5.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.5` to `0.5.6`" - } - ] - } - }, - { - "version": "0.4.5", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.4.5", - "date": "Wed, 18 Mar 2020 15:07:47 GMT", - "comments": { - "patch": [ - { - "comment": "Upgrade cyclic dependencies" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.9` to `7.7.10`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.4` to `3.19.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.4` to `0.5.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.4` to `0.5.5`" - } - ] - } - }, - { - "version": "0.4.4", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.4.4", - "date": "Tue, 17 Mar 2020 23:55:58 GMT", - "comments": { - "patch": [ - { - "comment": "Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack`" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.8` to `7.7.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.3` to `3.19.4`" - } - ] - } - }, - { - "version": "0.4.3", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.4.3", - "date": "Tue, 28 Jan 2020 02:23:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.7` to `7.7.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.2` to `3.19.3`" - } - ] - } - }, - { - "version": "0.4.2", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.4.2", - "date": "Thu, 23 Jan 2020 01:07:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.6` to `7.7.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.1` to `3.19.2`" - } - ] - } - }, - { - "version": "0.4.1", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.4.1", - "date": "Tue, 21 Jan 2020 21:56:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.5` to `7.7.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.0` to `3.19.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.3` to `0.5.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.3` to `0.5.4`" - } - ] - } - }, - { - "version": "0.4.0", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.4.0", - "date": "Sun, 19 Jan 2020 02:26:52 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade Node typings to Node 10" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.4` to `7.7.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.3` to `3.19.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.2` to `0.5.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.2` to `0.5.3`" - } - ] - } - }, - { - "version": "0.3.14", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.3.14", - "date": "Fri, 17 Jan 2020 01:08:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.3` to `7.7.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.2` to `3.18.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.1` to `0.5.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.1` to `0.5.2`" - } - ] - } - }, - { - "version": "0.3.13", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.3.13", - "date": "Tue, 14 Jan 2020 01:34:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.2` to `7.7.3`" - } - ] - } - }, - { - "version": "0.3.12", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.3.12", - "date": "Thu, 09 Jan 2020 06:44:13 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.1` to `7.7.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.1` to `3.18.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.0` to `0.5.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.0` to `0.5.1`" - } - ] - } - }, - { - "version": "0.3.11", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.3.11", - "date": "Wed, 08 Jan 2020 00:11:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.0` to `7.7.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.0` to `3.18.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.2` to `0.5.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.2` to `0.5.0`" - } - ] - } - }, - { - "version": "0.3.10", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.3.10", - "date": "Tue, 03 Dec 2019 03:17:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.6.2` to `7.7.0`" - } - ] - } - }, - { - "version": "0.3.9", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.3.9", - "date": "Sun, 24 Nov 2019 00:54:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.6.1` to `7.6.2`" - } - ] - } - }, - { - "version": "0.3.8", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.3.8", - "date": "Wed, 20 Nov 2019 06:14:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.6.0` to `7.6.1`" - } - ] - } - }, - { - "version": "0.3.7", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.3.7", - "date": "Fri, 15 Nov 2019 04:50:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.6` to `7.6.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.17.1` to `3.18.0`" - } - ] - } - }, - { - "version": "0.3.6", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.3.6", - "date": "Mon, 11 Nov 2019 16:07:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.5` to `7.5.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.17.0` to `3.17.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.1` to `0.4.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.1` to `0.4.2`" - } - ] - } - }, - { - "version": "0.3.5", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.3.5", - "date": "Wed, 06 Nov 2019 22:44:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.4` to `7.5.5`" - } - ] - } - }, - { - "version": "0.3.4", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.3.4", - "date": "Tue, 05 Nov 2019 06:49:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.3` to `7.5.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.16.0` to `3.17.0`" - } - ] - } - }, - { - "version": "0.3.3", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.3.3", - "date": "Tue, 05 Nov 2019 01:08:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.2` to `7.5.3`" - } - ] - } - }, - { - "version": "0.3.2", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.3.2", - "date": "Fri, 25 Oct 2019 15:08:54 GMT", - "comments": { - "patch": [ - { - "comment": "Fix an issue where ESLint output would fail to parse when a large project is built on a Mac." - } - ] - } - }, - { - "version": "0.3.1", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.3.1", - "date": "Tue, 22 Oct 2019 06:24:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.1` to `7.5.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.15.1` to `3.16.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.0` to `0.4.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.0` to `0.4.1`" - } - ] - } - }, - { - "version": "0.3.0", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.3.0", - "date": "Mon, 21 Oct 2019 05:22:43 GMT", - "comments": { - "minor": [ - { - "comment": "Add support for ESLint+TypeScript" - } - ] - } - }, - { - "version": "0.2.6", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.2.6", - "date": "Fri, 18 Oct 2019 15:15:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.0` to `7.5.1`" - } - ] - } - }, - { - "version": "0.2.5", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.2.5", - "date": "Sun, 06 Oct 2019 00:27:40 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.7` to `7.5.0`" - } - ] - } - }, - { - "version": "0.2.4", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.2.4", - "date": "Fri, 04 Oct 2019 00:15:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.6` to `7.4.7`" - } - ] - } - }, - { - "version": "0.2.3", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.2.3", - "date": "Sun, 29 Sep 2019 23:56:29 GMT", - "comments": { - "patch": [ - { - "comment": "Update repository URL" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.5` to `7.4.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.15.0` to `3.15.1`" - } - ] - } - }, - { - "version": "0.2.2", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.2.2", - "date": "Wed, 25 Sep 2019 15:15:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.4` to `7.4.5`" - } - ] - } - }, - { - "version": "0.2.1", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.2.1", - "date": "Tue, 24 Sep 2019 02:58:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.3` to `7.4.4`" - } - ] - } - }, - { - "version": "0.2.0", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.2.0", - "date": "Mon, 23 Sep 2019 15:14:55 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade @types/node dependency" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.2` to `7.4.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.2` to `3.15.0`" - } - ] - } - }, - { - "version": "0.1.24", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.1.24", - "date": "Fri, 20 Sep 2019 21:27:22 GMT", - "comments": { - "patch": [ - { - "comment": "Fix an issue where api-extractor warnings weren't being reported." - } - ] - } - }, - { - "version": "0.1.23", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.1.23", - "date": "Wed, 11 Sep 2019 19:56:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.1` to `7.4.2`" - } - ] - } - }, - { - "version": "0.1.22", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.1.22", - "date": "Tue, 10 Sep 2019 22:32:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.0` to `7.4.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.1` to `3.14.2`" - } - ] - } - }, - { - "version": "0.1.21", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.1.21", - "date": "Tue, 10 Sep 2019 20:38:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.11` to `7.4.0`" - } - ] - } - }, - { - "version": "0.1.20", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.1.20", - "date": "Wed, 04 Sep 2019 18:28:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.10` to `7.3.11`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.0` to `3.14.1`" - } - ] - } - }, - { - "version": "0.1.19", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.1.19", - "date": "Wed, 04 Sep 2019 15:15:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.9` to `7.3.10`" - } - ] - } - }, - { - "version": "0.1.18", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.1.18", - "date": "Fri, 30 Aug 2019 00:14:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.8` to `7.3.9`" - } - ] - } - }, - { - "version": "0.1.17", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.1.17", - "date": "Mon, 12 Aug 2019 15:15:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.7` to `7.3.8`" - } - ] - } - }, - { - "version": "0.1.16", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.1.16", - "date": "Thu, 08 Aug 2019 15:14:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.6` to `7.3.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.13.0` to `3.14.0`" - } - ] - } - }, - { - "version": "0.1.15", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.1.15", - "date": "Thu, 08 Aug 2019 00:49:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.5` to `7.3.6`" - } - ] - } - }, - { - "version": "0.1.14", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.1.14", - "date": "Mon, 05 Aug 2019 22:04:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.4` to `7.3.5`" - } - ] - } - }, - { - "version": "0.1.13", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.1.13", - "date": "Tue, 23 Jul 2019 01:13:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.3` to `7.3.4`" - } - ] - } - }, - { - "version": "0.1.12", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.1.12", - "date": "Mon, 22 Jul 2019 19:13:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.2` to `7.3.3`" - } - ] - } - }, - { - "version": "0.1.11", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.1.11", - "date": "Fri, 12 Jul 2019 19:12:46 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.1` to `7.3.2`" - } - ] - } - }, - { - "version": "0.1.10", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.1.10", - "date": "Thu, 11 Jul 2019 19:13:08 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.0` to `7.3.1`" - } - ] - } - }, - { - "version": "0.1.9", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.1.9", - "date": "Tue, 09 Jul 2019 19:13:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.2.3` to `7.3.0`" - } - ] - } - }, - { - "version": "0.1.8", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.1.8", - "date": "Mon, 08 Jul 2019 19:12:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.2.2` to `7.2.3`" - } - ] - } - }, - { - "version": "0.1.7", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.1.7", - "date": "Sat, 29 Jun 2019 02:30:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.2.1` to `7.2.2`" - } - ] - } - }, - { - "version": "0.1.6", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.1.6", - "date": "Wed, 12 Jun 2019 19:12:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.2.0` to `7.2.1`" - } - ] - } - }, - { - "version": "0.1.5", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.1.5", - "date": "Tue, 11 Jun 2019 00:48:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.8` to `7.2.0`" - } - ] - } - }, - { - "version": "0.1.4", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.1.4", - "date": "Thu, 06 Jun 2019 22:33:36 GMT", - "comments": { - "patch": [ - { - "comment": "Include accidentally omitted no-floating-promises TSLint rule." - } - ] - } - }, - { - "version": "0.1.3", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.1.3", - "date": "Wed, 05 Jun 2019 19:12:34 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.7` to `7.1.8`" - } - ] - } - }, - { - "version": "0.1.2", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.1.2", - "date": "Tue, 04 Jun 2019 05:51:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.6` to `7.1.7`" - } - ] - } - }, - { - "version": "0.1.1", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.1.1", - "date": "Mon, 27 May 2019 04:13:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.1.5` to `7.1.6`" - } - ] - } - }, - { - "version": "0.1.0", - "tag": "@microsoft/rush-stack-compiler-3.4_v0.1.0", - "date": "Mon, 13 May 2019 21:46:26 GMT", - "comments": { - "minor": [ - { - "comment": "Initial package creation." - } - ] - } - } - ] -} diff --git a/stack/rush-stack-compiler-3.4/CHANGELOG.md b/stack/rush-stack-compiler-3.4/CHANGELOG.md deleted file mode 100644 index 8b08b0c8804..00000000000 --- a/stack/rush-stack-compiler-3.4/CHANGELOG.md +++ /dev/null @@ -1,650 +0,0 @@ -# Change Log - @microsoft/rush-stack-compiler-3.4 - -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. - -## 0.8.47 -Wed, 19 May 2021 00:11:39 GMT - -_Version update only_ - -## 0.8.46 -Mon, 03 May 2021 15:10:29 GMT - -_Version update only_ - -## 0.8.45 -Thu, 29 Apr 2021 23:26:50 GMT - -_Version update only_ - -## 0.8.44 -Tue, 20 Apr 2021 04:59:51 GMT - -_Version update only_ - -## 0.8.43 -Mon, 12 Apr 2021 15:10:28 GMT - -_Version update only_ - -## 0.8.42 -Thu, 08 Apr 2021 06:05:32 GMT - -_Version update only_ - -## 0.8.41 -Tue, 06 Apr 2021 15:14:22 GMT - -_Version update only_ - -## 0.8.40 -Thu, 04 Mar 2021 01:11:31 GMT - -_Version update only_ - -## 0.8.39 -Fri, 05 Feb 2021 16:10:42 GMT - -_Version update only_ - -## 0.8.38 -Wed, 13 Jan 2021 01:11:06 GMT - -_Version update only_ - -## 0.8.37 -Thu, 10 Dec 2020 23:25:50 GMT - -_Version update only_ - -## 0.8.36 -Sat, 05 Dec 2020 01:11:23 GMT - -### Patches - -- Ensure rootDir is consistently specified. - -## 0.8.35 -Wed, 18 Nov 2020 08:19:54 GMT - -_Version update only_ - -## 0.8.34 -Wed, 18 Nov 2020 06:21:57 GMT - -_Version update only_ - -## 0.8.33 -Wed, 11 Nov 2020 01:08:58 GMT - -_Version update only_ - -## 0.8.32 -Tue, 10 Nov 2020 23:13:12 GMT - -_Version update only_ - -## 0.8.31 -Fri, 30 Oct 2020 06:38:39 GMT - -_Version update only_ - -## 0.8.30 -Fri, 30 Oct 2020 00:10:14 GMT - -_Version update only_ - -## 0.8.29 -Thu, 29 Oct 2020 06:14:19 GMT - -_Version update only_ - -## 0.8.28 -Wed, 28 Oct 2020 01:18:03 GMT - -_Version update only_ - -## 0.8.27 -Tue, 27 Oct 2020 15:10:14 GMT - -_Version update only_ - -## 0.8.26 -Tue, 06 Oct 2020 00:24:06 GMT - -_Version update only_ - -## 0.8.25 -Mon, 05 Oct 2020 22:36:57 GMT - -_Version update only_ - -## 0.8.24 -Mon, 05 Oct 2020 15:10:43 GMT - -_Version update only_ - -## 0.8.23 -Wed, 30 Sep 2020 18:39:17 GMT - -_Version update only_ - -## 0.8.22 -Wed, 30 Sep 2020 06:53:53 GMT - -_Version update only_ - -## 0.8.21 -Tue, 22 Sep 2020 05:45:57 GMT - -_Version update only_ - -## 0.8.20 -Tue, 22 Sep 2020 01:45:31 GMT - -_Version update only_ - -## 0.8.19 -Tue, 22 Sep 2020 00:08:53 GMT - -_Version update only_ - -## 0.8.18 -Sat, 19 Sep 2020 04:37:27 GMT - -_Version update only_ - -## 0.8.17 -Sat, 19 Sep 2020 03:33:07 GMT - -_Version update only_ - -## 0.8.16 -Fri, 18 Sep 2020 22:57:24 GMT - -_Version update only_ - -## 0.8.15 -Fri, 18 Sep 2020 21:49:54 GMT - -_Version update only_ - -## 0.8.14 -Sun, 13 Sep 2020 01:53:20 GMT - -_Version update only_ - -## 0.8.13 -Fri, 11 Sep 2020 02:13:35 GMT - -_Version update only_ - -## 0.8.12 -Mon, 07 Sep 2020 07:37:37 GMT - -_Version update only_ - -## 0.8.11 -Sat, 05 Sep 2020 18:56:35 GMT - -_Version update only_ - -## 0.8.10 -Thu, 27 Aug 2020 11:27:06 GMT - -_Version update only_ - -## 0.8.9 -Mon, 24 Aug 2020 07:35:20 GMT - -_Version update only_ - -## 0.8.8 -Sat, 22 Aug 2020 05:55:43 GMT - -_Version update only_ - -## 0.8.7 -Fri, 21 Aug 2020 01:21:18 GMT - -_Version update only_ - -## 0.8.6 -Thu, 20 Aug 2020 15:13:53 GMT - -_Version update only_ - -## 0.8.5 -Tue, 18 Aug 2020 23:59:42 GMT - -_Version update only_ - -## 0.8.4 -Mon, 17 Aug 2020 04:53:23 GMT - -_Version update only_ - -## 0.8.3 -Wed, 12 Aug 2020 00:10:05 GMT - -### Patches - -- Updated project to build with Heft - -## 0.8.2 -Wed, 05 Aug 2020 18:27:33 GMT - -_Version update only_ - -## 0.8.1 -Fri, 03 Jul 2020 15:09:04 GMT - -_Version update only_ - -## 0.8.0 -Fri, 03 Jul 2020 05:46:41 GMT - -### Minor changes - -- Disable the "--typescript-compiler-folder" setting for API Extractor, since it was causing errors with the latest TypeScript engine - -## 0.7.2 -Thu, 25 Jun 2020 06:43:35 GMT - -_Version update only_ - -## 0.7.1 -Wed, 24 Jun 2020 09:50:48 GMT - -_Version update only_ - -## 0.7.0 -Wed, 24 Jun 2020 09:04:28 GMT - -### Minor changes - -- Upgrade to ESLint 7 - -## 0.6.1 -Mon, 15 Jun 2020 22:17:18 GMT - -_Version update only_ - -## 0.6.0 -Fri, 12 Jun 2020 09:19:21 GMT - -### Minor changes - -- Expose the @microsoft/api-extractor package's path - -## 0.5.3 -Wed, 10 Jun 2020 20:48:30 GMT - -_Version update only_ - -## 0.5.2 -Mon, 01 Jun 2020 08:34:17 GMT - -_Version update only_ - -## 0.5.1 -Sat, 30 May 2020 02:59:54 GMT - -_Version update only_ - -## 0.5.0 -Thu, 28 May 2020 05:59:02 GMT - -### Minor changes - -- Change the way the typescript, tslint, and api-extractor packages are exported. -- Update TSLint to 5.20.1 -- Update tsconfig-node.json to target es2017 (supported by Node 8); this enables native async/await, and will show complete callstacks when using Node 12 - -## 0.4.17 -Wed, 27 May 2020 05:15:11 GMT - -_Version update only_ - -## 0.4.16 -Tue, 26 May 2020 23:00:25 GMT - -_Version update only_ - -## 0.4.15 -Fri, 22 May 2020 15:08:43 GMT - -_Version update only_ - -## 0.4.14 -Thu, 21 May 2020 23:09:44 GMT - -_Version update only_ - -## 0.4.13 -Thu, 21 May 2020 15:42:00 GMT - -_Version update only_ - -## 0.4.12 -Tue, 19 May 2020 15:08:20 GMT - -_Version update only_ - -## 0.4.11 -Fri, 15 May 2020 08:10:59 GMT - -_Version update only_ - -## 0.4.10 -Wed, 06 May 2020 08:23:45 GMT - -_Version update only_ - -## 0.4.9 -Wed, 08 Apr 2020 04:07:33 GMT - -_Version update only_ - -## 0.4.8 -Fri, 03 Apr 2020 15:10:15 GMT - -### Patches - -- Update tslint-microsoft-contrib to ~6.2.0 - -## 0.4.7 -Sun, 29 Mar 2020 00:04:12 GMT - -_Version update only_ - -## 0.4.6 -Sat, 28 Mar 2020 00:37:16 GMT - -_Version update only_ - -## 0.4.5 -Wed, 18 Mar 2020 15:07:47 GMT - -### Patches - -- Upgrade cyclic dependencies - -## 0.4.4 -Tue, 17 Mar 2020 23:55:58 GMT - -### Patches - -- Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack` - -## 0.4.3 -Tue, 28 Jan 2020 02:23:44 GMT - -_Version update only_ - -## 0.4.2 -Thu, 23 Jan 2020 01:07:56 GMT - -_Version update only_ - -## 0.4.1 -Tue, 21 Jan 2020 21:56:14 GMT - -_Version update only_ - -## 0.4.0 -Sun, 19 Jan 2020 02:26:52 GMT - -### Minor changes - -- Upgrade Node typings to Node 10 - -## 0.3.14 -Fri, 17 Jan 2020 01:08:23 GMT - -_Version update only_ - -## 0.3.13 -Tue, 14 Jan 2020 01:34:16 GMT - -_Version update only_ - -## 0.3.12 -Thu, 09 Jan 2020 06:44:13 GMT - -_Version update only_ - -## 0.3.11 -Wed, 08 Jan 2020 00:11:31 GMT - -_Version update only_ - -## 0.3.10 -Tue, 03 Dec 2019 03:17:44 GMT - -_Version update only_ - -## 0.3.9 -Sun, 24 Nov 2019 00:54:04 GMT - -_Version update only_ - -## 0.3.8 -Wed, 20 Nov 2019 06:14:28 GMT - -_Version update only_ - -## 0.3.7 -Fri, 15 Nov 2019 04:50:50 GMT - -_Version update only_ - -## 0.3.6 -Mon, 11 Nov 2019 16:07:56 GMT - -_Version update only_ - -## 0.3.5 -Wed, 06 Nov 2019 22:44:18 GMT - -_Version update only_ - -## 0.3.4 -Tue, 05 Nov 2019 06:49:29 GMT - -_Version update only_ - -## 0.3.3 -Tue, 05 Nov 2019 01:08:39 GMT - -_Version update only_ - -## 0.3.2 -Fri, 25 Oct 2019 15:08:54 GMT - -### Patches - -- Fix an issue where ESLint output would fail to parse when a large project is built on a Mac. - -## 0.3.1 -Tue, 22 Oct 2019 06:24:44 GMT - -_Version update only_ - -## 0.3.0 -Mon, 21 Oct 2019 05:22:43 GMT - -### Minor changes - -- Add support for ESLint+TypeScript - -## 0.2.6 -Fri, 18 Oct 2019 15:15:01 GMT - -_Version update only_ - -## 0.2.5 -Sun, 06 Oct 2019 00:27:40 GMT - -_Version update only_ - -## 0.2.4 -Fri, 04 Oct 2019 00:15:22 GMT - -_Version update only_ - -## 0.2.3 -Sun, 29 Sep 2019 23:56:29 GMT - -### Patches - -- Update repository URL - -## 0.2.2 -Wed, 25 Sep 2019 15:15:31 GMT - -_Version update only_ - -## 0.2.1 -Tue, 24 Sep 2019 02:58:49 GMT - -_Version update only_ - -## 0.2.0 -Mon, 23 Sep 2019 15:14:55 GMT - -### Minor changes - -- Upgrade @types/node dependency - -## 0.1.24 -Fri, 20 Sep 2019 21:27:22 GMT - -### Patches - -- Fix an issue where api-extractor warnings weren't being reported. - -## 0.1.23 -Wed, 11 Sep 2019 19:56:23 GMT - -_Version update only_ - -## 0.1.22 -Tue, 10 Sep 2019 22:32:23 GMT - -_Version update only_ - -## 0.1.21 -Tue, 10 Sep 2019 20:38:33 GMT - -_Version update only_ - -## 0.1.20 -Wed, 04 Sep 2019 18:28:06 GMT - -_Version update only_ - -## 0.1.19 -Wed, 04 Sep 2019 15:15:37 GMT - -_Version update only_ - -## 0.1.18 -Fri, 30 Aug 2019 00:14:32 GMT - -_Version update only_ - -## 0.1.17 -Mon, 12 Aug 2019 15:15:14 GMT - -_Version update only_ - -## 0.1.16 -Thu, 08 Aug 2019 15:14:17 GMT - -_Version update only_ - -## 0.1.15 -Thu, 08 Aug 2019 00:49:06 GMT - -_Version update only_ - -## 0.1.14 -Mon, 05 Aug 2019 22:04:32 GMT - -_Version update only_ - -## 0.1.13 -Tue, 23 Jul 2019 01:13:01 GMT - -_Version update only_ - -## 0.1.12 -Mon, 22 Jul 2019 19:13:10 GMT - -_Version update only_ - -## 0.1.11 -Fri, 12 Jul 2019 19:12:46 GMT - -_Version update only_ - -## 0.1.10 -Thu, 11 Jul 2019 19:13:08 GMT - -_Version update only_ - -## 0.1.9 -Tue, 09 Jul 2019 19:13:24 GMT - -_Version update only_ - -## 0.1.8 -Mon, 08 Jul 2019 19:12:19 GMT - -_Version update only_ - -## 0.1.7 -Sat, 29 Jun 2019 02:30:10 GMT - -_Version update only_ - -## 0.1.6 -Wed, 12 Jun 2019 19:12:33 GMT - -_Version update only_ - -## 0.1.5 -Tue, 11 Jun 2019 00:48:06 GMT - -_Version update only_ - -## 0.1.4 -Thu, 06 Jun 2019 22:33:36 GMT - -### Patches - -- Include accidentally omitted no-floating-promises TSLint rule. - -## 0.1.3 -Wed, 05 Jun 2019 19:12:34 GMT - -_Version update only_ - -## 0.1.2 -Tue, 04 Jun 2019 05:51:54 GMT - -_Version update only_ - -## 0.1.1 -Mon, 27 May 2019 04:13:44 GMT - -_Version update only_ - -## 0.1.0 -Mon, 13 May 2019 21:46:26 GMT - -### Minor changes - -- Initial package creation. - diff --git a/stack/rush-stack-compiler-3.4/LICENSE b/stack/rush-stack-compiler-3.4/LICENSE deleted file mode 100644 index 7c29b93ce0f..00000000000 --- a/stack/rush-stack-compiler-3.4/LICENSE +++ /dev/null @@ -1,24 +0,0 @@ -@microsoft/rush-stack - -Copyright (c) Microsoft Corporation. All rights reserved. - -MIT License - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/stack/rush-stack-compiler-3.4/README.md b/stack/rush-stack-compiler-3.4/README.md deleted file mode 100644 index af1010fe9f9..00000000000 --- a/stack/rush-stack-compiler-3.4/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# @microsoft/rush-stack-compiler-3.4 - -This package is an NPM peer dependency that is used with -[@microsoft/rush-stack](https://www.npmjs.com/package/@microsoft/rush-stack) -to select a TypeScript compiler version. This variant selects TypeScript 3.4 - -It provides a supported set of versions for the following components: - -- the TypeScript compiler -- [tslint](https://github.com/palantir/tslint#readme) -- [API Extractor](https://api-extractor.com/) diff --git a/stack/rush-stack-compiler-3.4/bin/rush-api-extractor b/stack/rush-stack-compiler-3.4/bin/rush-api-extractor deleted file mode 100755 index 5c9bcde4214..00000000000 --- a/stack/rush-stack-compiler-3.4/bin/rush-api-extractor +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require("@microsoft/api-extractor/bin/api-extractor"); diff --git a/stack/rush-stack-compiler-3.4/bin/rush-eslint b/stack/rush-stack-compiler-3.4/bin/rush-eslint deleted file mode 100755 index 7c2ffc1b1c3..00000000000 --- a/stack/rush-stack-compiler-3.4/bin/rush-eslint +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require("eslint/bin/eslint"); diff --git a/stack/rush-stack-compiler-3.4/bin/rush-tsc b/stack/rush-stack-compiler-3.4/bin/rush-tsc deleted file mode 100755 index 978b97599d7..00000000000 --- a/stack/rush-stack-compiler-3.4/bin/rush-tsc +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require('typescript/bin/tsc'); diff --git a/stack/rush-stack-compiler-3.4/bin/rush-tslint b/stack/rush-stack-compiler-3.4/bin/rush-tslint deleted file mode 100755 index b76ee5d8dab..00000000000 --- a/stack/rush-stack-compiler-3.4/bin/rush-tslint +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require("tslint/bin/tslint"); diff --git a/stack/rush-stack-compiler-3.4/config/api-extractor.json b/stack/rush-stack-compiler-3.4/config/api-extractor.json deleted file mode 100644 index dcfa9cfc5b7..00000000000 --- a/stack/rush-stack-compiler-3.4/config/api-extractor.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", - - "mainEntryPointFilePath": "/lib/index.d.ts", - - "apiReport": { - "enabled": true, - "reportFolder": "../../../common/reviews/api" - }, - - "docModel": { - "enabled": true - }, - - "dtsRollup": { - "enabled": false - } -} diff --git a/stack/rush-stack-compiler-3.4/config/heft.json b/stack/rush-stack-compiler-3.4/config/heft.json deleted file mode 100644 index fa38fa303a4..00000000000 --- a/stack/rush-stack-compiler-3.4/config/heft.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/heft/heft.schema.json", - - "extends": "@rushstack/heft-node-rig/profiles/default/config/heft.json", - - "eventActions": [ - { - "actionKind": "deleteGlobs", - "heftEvent": "clean", - "actionId": "deleteSrc", - "globsToDelete": ["src"] - }, - - { - "actionKind": "copyFiles", - "heftEvent": "pre-compile", - "actionId": "copySrc", - "copyOperations": [ - { - "sourceFolder": "node_modules/@microsoft/rush-stack-compiler-shared/src", - "destinationFolders": ["src"], - "includeGlobs": ["*.ts", "*.js"] - }, - { - "sourceFolder": "node_modules/@microsoft/rush-stack-compiler-shared/src/pre-v4", - "destinationFolders": ["src"], - "includeGlobs": ["*.ts", "*.js"] - } - ] - } - ] -} diff --git a/stack/rush-stack-compiler-3.4/config/rig.json b/stack/rush-stack-compiler-3.4/config/rig.json deleted file mode 100644 index 6ac88a96368..00000000000 --- a/stack/rush-stack-compiler-3.4/config/rig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - // The "rig.json" file directs tools to look for their config files in an external package. - // Documentation for this system: https://www.npmjs.com/package/@rushstack/rig-package - "$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json", - - "rigPackageName": "@rushstack/heft-node-rig" -} diff --git a/stack/rush-stack-compiler-3.4/config/typescript.json b/stack/rush-stack-compiler-3.4/config/typescript.json deleted file mode 100644 index 6e09afa31ca..00000000000 --- a/stack/rush-stack-compiler-3.4/config/typescript.json +++ /dev/null @@ -1,12 +0,0 @@ -/** - * Configures the TypeScript plugin for Heft. This plugin also manages linting. - */ -{ - "$schema": "https://developer.microsoft.com/json-schemas/heft/typescript.schema.json", - - "extends": "@rushstack/heft-node-rig/profiles/default/config/typescript.json", - - "staticAssetsToCopy": { - "fileExtensions": [".d.ts", ".js"] - } -} diff --git a/stack/rush-stack-compiler-3.4/includes/tsconfig-base.json b/stack/rush-stack-compiler-3.4/includes/tsconfig-base.json deleted file mode 100644 index 6c52435c84d..00000000000 --- a/stack/rush-stack-compiler-3.4/includes/tsconfig-base.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "compilerOptions": { - "outDir": "../../../../lib", - "rootDir": "../../../../src", - - "forceConsistentCasingInFileNames": true, - "jsx": "react", - "declaration": true, - "sourceMap": true, - "declarationMap": true, - "inlineSources": true, - "experimentalDecorators": true, - "strictNullChecks": true, - "noUnusedLocals": true, - "types": [] - }, - "include": ["../../../../src/**/*.ts", "../../../../src/**/*.tsx"], - "exclude": ["../../../../node_modules", "../../../../lib"] -} diff --git a/stack/rush-stack-compiler-3.4/includes/tsconfig-node.json b/stack/rush-stack-compiler-3.4/includes/tsconfig-node.json deleted file mode 100644 index 722f0b8f62a..00000000000 --- a/stack/rush-stack-compiler-3.4/includes/tsconfig-node.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "extends": "./tsconfig-base.json", - "compilerOptions": { - "module": "commonjs", - "target": "es2017", - "lib": ["es2017"] - } -} diff --git a/stack/rush-stack-compiler-3.4/includes/tsconfig-web.json b/stack/rush-stack-compiler-3.4/includes/tsconfig-web.json deleted file mode 100644 index 5dd9e12e4aa..00000000000 --- a/stack/rush-stack-compiler-3.4/includes/tsconfig-web.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "extends": "./tsconfig-base.json", - "compilerOptions": { - "module": "esnext", - "moduleResolution": "node", - "target": "es5", - "lib": ["es5", "scripthost", "es2015.collection", "es2015.promise", "es2015.iterable", "dom"] - } -} diff --git a/stack/rush-stack-compiler-3.4/includes/tslint.json b/stack/rush-stack-compiler-3.4/includes/tslint.json deleted file mode 100644 index f55613b66cc..00000000000 --- a/stack/rush-stack-compiler-3.4/includes/tslint.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tslint", - - "rulesDirectory": ["tslint-microsoft-contrib"], - "rules": { - "class-name": true, - "comment-format": [true, "check-space"], - "curly": true, - "eofline": false, - "export-name": true, - "forin": true, - "indent": [true, "spaces", 2], - "interface-name": true, - "label-position": true, - "max-line-length": [true, 120], - "member-access": true, - "member-ordering": [ - true, - { - "order": [ - "public-static-field", - "protected-static-field", - "private-static-field", - "public-instance-field", - "protected-instance-field", - "private-instance-field", - "public-static-method", - "protected-static-method", - "private-static-method", - "public-constructor", - "public-instance-method", - "protected-constructor", - "protected-instance-method", - "private-constructor", - "private-instance-method" - ] - } - ], - "missing-optional-annotation": true, - "no-arg": true, - "no-any": true, - "no-bitwise": true, - "no-consecutive-blank-lines": true, - "no-console": [true, "debug", "info", "time", "timeEnd", "trace"], - "no-constant-condition": true, - "no-construct": true, - "no-debugger": true, - "no-duplicate-switch-case": true, - "no-duplicate-parameter-names": true, - "no-duplicate-variable": true, - "no-empty": true, - "no-eval": true, - "no-floating-promises": true, - "no-function-expression": true, - "no-inferrable-types": false, - "no-internal-module": true, - "no-null-keyword": true, - "no-shadowed-variable": true, - "no-string-literal": true, - "no-switch-case-fall-through": true, - "no-trailing-whitespace": true, - "no-unnecessary-semicolons": true, - "no-unused-expression": true, - "no-with-statement": true, - "no-var-keyword": true, - "object-literal-sort-keys": false, - "one-line": [true, "check-open-brace", "check-catch", "check-else", "check-whitespace"], - "quotemark": [true, "single", "avoid-escape"], - "prefer-const": true, - "radix": true, - "semicolon": true, - "trailing-comma": [ - true, - { - "multiline": "never", - "singleline": "never" - } - ], - "triple-equals": [true, "allow-null-check"], - "typedef": [ - true, - "call-signature", - "parameter", - "property-declaration", - "variable-declaration", - "member-variable-declaration" - ], - "typedef-whitespace": [ - true, - { - "call-signature": "nospace", - "index-signature": "nospace", - "parameter": "nospace", - "property-declaration": "nospace", - "variable-declaration": "nospace" - } - ], - "use-isnan": true, - "use-named-parameter": true, - "variable-name": [true, "check-format", "allow-leading-underscore", "ban-keywords"], - "whitespace": [true, "check-branch", "check-decl", "check-operator", "check-separator", "check-type"] - } -} diff --git a/stack/rush-stack-compiler-3.4/package.json b/stack/rush-stack-compiler-3.4/package.json deleted file mode 100644 index 77975ae01f7..00000000000 --- a/stack/rush-stack-compiler-3.4/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "@microsoft/rush-stack-compiler-3.4", - "version": "0.8.47", - "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.4.", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/microsoft/rushstack/tree/master/stack/rush-stack-compiler-3.4" - }, - "bin": { - "rush-api-extractor": "./bin/rush-api-extractor", - "rush-eslint": "./bin/rush-eslint", - "rush-tsc": "./bin/rush-tsc", - "rush-tslint": "./bin/rush-tslint" - }, - "scripts": { - "build": "heft build --clean" - }, - "main": "lib/index.js", - "typings": "lib/index.d.ts", - "dependencies": { - "@microsoft/api-extractor": "workspace:*", - "@rushstack/eslint-config": "workspace:*", - "@rushstack/node-core-library": "workspace:*", - "@types/node": "10.17.13", - "eslint": "~7.12.1", - "import-lazy": "~4.0.0", - "tslint": "~5.20.1", - "tslint-microsoft-contrib": "~6.2.0", - "typescript": "~3.4.3" - }, - "devDependencies": { - "@microsoft/rush-stack-compiler-3.9": "workspace:*", - "@microsoft/rush-stack-compiler-shared": "workspace:*", - "@rushstack/eslint-config": "workspace:*", - "@rushstack/heft": "0.28.0", - "@rushstack/heft-node-rig": "1.0.8" - } -} diff --git a/stack/rush-stack-compiler-3.4/tsconfig.json b/stack/rush-stack-compiler-3.4/tsconfig.json deleted file mode 100644 index 6bef73c4b86..00000000000 --- a/stack/rush-stack-compiler-3.4/tsconfig.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.9/includes/tsconfig-node.json", - - "compilerOptions": { - "rootDir": "src", - "outDir": "lib" - } -} diff --git a/stack/rush-stack-compiler-3.5/.eslintrc.js b/stack/rush-stack-compiler-3.5/.eslintrc.js deleted file mode 100644 index 4c934799d67..00000000000 --- a/stack/rush-stack-compiler-3.5/.eslintrc.js +++ /dev/null @@ -1,10 +0,0 @@ -// This is a workaround for https://github.com/eslint/eslint/issues/3458 -require('@rushstack/eslint-config/patch/modern-module-resolution'); - -module.exports = { - extends: [ - '@rushstack/eslint-config/profile/node-trusted-tool', - '@rushstack/eslint-config/mixins/friendly-locals' - ], - parserOptions: { tsconfigRootDir: __dirname } -}; diff --git a/stack/rush-stack-compiler-3.5/.gitignore b/stack/rush-stack-compiler-3.5/.gitignore deleted file mode 100644 index dbc8690803e..00000000000 --- a/stack/rush-stack-compiler-3.5/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/src \ No newline at end of file diff --git a/stack/rush-stack-compiler-3.5/.npmignore b/stack/rush-stack-compiler-3.5/.npmignore deleted file mode 100644 index ad6bcd960e8..00000000000 --- a/stack/rush-stack-compiler-3.5/.npmignore +++ /dev/null @@ -1,31 +0,0 @@ -# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. - -# Ignore all files by default, to avoid accidentally publishing unintended files. -* - -# Use negative patterns to bring back the specific things we want to publish. -!/bin/** -!/lib/** -!/lib-*/** -!/dist/** -!ThirdPartyNotice.txt - -# Ignore certain patterns that should not get published. -/dist/*.stats.* -/lib/**/test/ -/lib-*/**/test/ -*.test.js - -# NOTE: These don't need to be specified, because NPM includes them automatically. -# -# package.json -# README (and its variants) -# CHANGELOG (and its variants) -# LICENSE / LICENCE - -#-------------------------------------------- -# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE -#-------------------------------------------- - -# (Add your project-specific overrides here) -!/includes/** diff --git a/stack/rush-stack-compiler-3.5/CHANGELOG.json b/stack/rush-stack-compiler-3.5/CHANGELOG.json deleted file mode 100644 index 6f274033cfb..00000000000 --- a/stack/rush-stack-compiler-3.5/CHANGELOG.json +++ /dev/null @@ -1,1894 +0,0 @@ -{ - "name": "@microsoft/rush-stack-compiler-3.5", - "entries": [ - { - "version": "0.8.47", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.47", - "date": "Wed, 19 May 2021 00:11:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.38.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.47`" - } - ] - } - }, - { - "version": "0.8.46", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.46", - "date": "Mon, 03 May 2021 15:10:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.37.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.46`" - } - ] - } - }, - { - "version": "0.8.45", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.45", - "date": "Thu, 29 Apr 2021 23:26:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.45`" - } - ] - } - }, - { - "version": "0.8.44", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.44", - "date": "Tue, 20 Apr 2021 04:59:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.14.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.44`" - } - ] - } - }, - { - "version": "0.8.43", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.43", - "date": "Mon, 12 Apr 2021 15:10:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.43`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.4`" - } - ] - } - }, - { - "version": "0.8.42", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.42", - "date": "Thu, 08 Apr 2021 06:05:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.42`" - } - ] - } - }, - { - "version": "0.8.41", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.41", - "date": "Tue, 06 Apr 2021 15:14:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.41`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.3`" - } - ] - } - }, - { - "version": "0.8.40", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.40", - "date": "Thu, 04 Mar 2021 01:11:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.40`" - } - ] - } - }, - { - "version": "0.8.39", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.39", - "date": "Fri, 05 Feb 2021 16:10:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.39`" - } - ] - } - }, - { - "version": "0.8.38", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.38", - "date": "Wed, 13 Jan 2021 01:11:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.38`" - } - ] - } - }, - { - "version": "0.8.37", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.37", - "date": "Thu, 10 Dec 2020 23:25:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.12.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.37`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.2`" - } - ] - } - }, - { - "version": "0.8.36", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.36", - "date": "Sat, 05 Dec 2020 01:11:23 GMT", - "comments": { - "patch": [ - { - "comment": "Ensure rootDir is consistently specified." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.36`" - } - ] - } - }, - { - "version": "0.8.35", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.35", - "date": "Wed, 18 Nov 2020 08:19:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.12.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.35`" - } - ] - } - }, - { - "version": "0.8.34", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.34", - "date": "Wed, 18 Nov 2020 06:21:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.34`" - } - ] - } - }, - { - "version": "0.8.33", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.33", - "date": "Wed, 11 Nov 2020 01:08:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.33`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.1`" - } - ] - } - }, - { - "version": "0.8.32", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.32", - "date": "Tue, 10 Nov 2020 23:13:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.32`" - } - ] - } - }, - { - "version": "0.8.31", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.31", - "date": "Fri, 30 Oct 2020 06:38:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.0`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.31`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.0`" - } - ] - } - }, - { - "version": "0.8.30", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.30", - "date": "Fri, 30 Oct 2020 00:10:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.30`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.3`" - } - ] - } - }, - { - "version": "0.8.29", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.29", - "date": "Thu, 29 Oct 2020 06:14:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.29`" - } - ] - } - }, - { - "version": "0.8.28", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.28", - "date": "Wed, 28 Oct 2020 01:18:03 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.28`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.2`" - } - ] - } - }, - { - "version": "0.8.27", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.27", - "date": "Tue, 27 Oct 2020 15:10:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.27`" - } - ] - } - }, - { - "version": "0.8.26", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.26", - "date": "Tue, 06 Oct 2020 00:24:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.26`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.1`" - } - ] - } - }, - { - "version": "0.8.25", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.25", - "date": "Mon, 05 Oct 2020 22:36:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.0`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.25`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.0`" - } - ] - } - }, - { - "version": "0.8.24", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.24", - "date": "Mon, 05 Oct 2020 15:10:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.24`" - } - ] - } - }, - { - "version": "0.8.23", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.23", - "date": "Wed, 30 Sep 2020 18:39:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.23`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.3`" - } - ] - } - }, - { - "version": "0.8.22", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.22", - "date": "Wed, 30 Sep 2020 06:53:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.22`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.2`" - } - ] - } - }, - { - "version": "0.8.21", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.21", - "date": "Tue, 22 Sep 2020 05:45:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.22`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.1`" - } - ] - } - }, - { - "version": "0.8.20", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.20", - "date": "Tue, 22 Sep 2020 01:45:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.21`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.0`" - } - ] - } - }, - { - "version": "0.8.19", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.19", - "date": "Tue, 22 Sep 2020 00:08:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.20`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.0.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.0.0`" - } - ] - } - }, - { - "version": "0.8.18", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.18", - "date": "Sat, 19 Sep 2020 04:37:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.19`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.2`" - } - ] - } - }, - { - "version": "0.8.17", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.17", - "date": "Sat, 19 Sep 2020 03:33:07 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.18`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.1`" - } - ] - } - }, - { - "version": "0.8.16", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.16", - "date": "Fri, 18 Sep 2020 22:57:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.17`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.0`" - } - ] - } - }, - { - "version": "0.8.15", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.15", - "date": "Fri, 18 Sep 2020 21:49:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.16`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.0`" - } - ] - } - }, - { - "version": "0.8.14", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.14", - "date": "Sun, 13 Sep 2020 01:53:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.15`" - } - ] - } - }, - { - "version": "0.8.13", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.13", - "date": "Fri, 11 Sep 2020 02:13:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.14`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.32.0`" - } - ] - } - }, - { - "version": "0.8.12", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.12", - "date": "Mon, 07 Sep 2020 07:37:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.31.0`" - } - ] - } - }, - { - "version": "0.8.11", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.11", - "date": "Sat, 05 Sep 2020 18:56:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.12`" - } - ] - } - }, - { - "version": "0.8.10", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.10", - "date": "Thu, 27 Aug 2020 11:27:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.30.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.3.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.3.0`" - } - ] - } - }, - { - "version": "0.8.9", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.9", - "date": "Mon, 24 Aug 2020 07:35:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.10`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.29.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.1`" - } - ] - } - }, - { - "version": "0.8.8", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.8", - "date": "Sat, 22 Aug 2020 05:55:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.29.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.0`" - } - ] - } - }, - { - "version": "0.8.7", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.7", - "date": "Fri, 21 Aug 2020 01:21:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.8`" - } - ] - } - }, - { - "version": "0.8.6", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.6", - "date": "Thu, 20 Aug 2020 15:13:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.7`" - } - ] - } - }, - { - "version": "0.8.5", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.5", - "date": "Tue, 18 Aug 2020 23:59:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.6`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.28.0`" - } - ] - } - }, - { - "version": "0.8.4", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.4", - "date": "Mon, 17 Aug 2020 04:53:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.27.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.1.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.1.0`" - } - ] - } - }, - { - "version": "0.8.3", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.3", - "date": "Wed, 12 Aug 2020 00:10:05 GMT", - "comments": { - "patch": [ - { - "comment": "Updated project to build with Heft" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.26.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.0.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.0.4`" - } - ] - } - }, - { - "version": "0.8.2", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.2", - "date": "Wed, 05 Aug 2020 18:27:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.26.1`" - } - ] - } - }, - { - "version": "0.8.1", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.1", - "date": "Fri, 03 Jul 2020 15:09:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.9.0` to `7.9.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.4` to `3.25.0`" - } - ] - } - }, - { - "version": "0.8.0", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.8.0", - "date": "Fri, 03 Jul 2020 05:46:41 GMT", - "comments": { - "minor": [ - { - "comment": "Disable the \"--typescript-compiler-folder\" setting for API Extractor, since it was causing errors with the latest TypeScript engine" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.15` to `7.9.0`" - } - ] - } - }, - { - "version": "0.7.2", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.7.2", - "date": "Thu, 25 Jun 2020 06:43:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.14` to `7.8.15`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.3` to `3.24.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.1` to `1.0.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.1` to `1.0.2`" - } - ] - } - }, - { - "version": "0.7.1", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.7.1", - "date": "Wed, 24 Jun 2020 09:50:48 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.13` to `7.8.14`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.2` to `3.24.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.0` to `1.0.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.0` to `1.0.1`" - } - ] - } - }, - { - "version": "0.7.0", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.7.0", - "date": "Wed, 24 Jun 2020 09:04:28 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade to ESLint 7" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.12` to `7.8.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.1` to `3.24.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.8` to `1.0.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.8` to `1.0.0`" - } - ] - } - }, - { - "version": "0.6.1", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.6.1", - "date": "Mon, 15 Jun 2020 22:17:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.11` to `7.8.12`" - } - ] - } - }, - { - "version": "0.6.0", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.6.0", - "date": "Fri, 12 Jun 2020 09:19:21 GMT", - "comments": { - "minor": [ - { - "comment": "Expose the @microsoft/api-extractor package's path" - } - ] - } - }, - { - "version": "0.5.3", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.5.3", - "date": "Wed, 10 Jun 2020 20:48:30 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.10` to `7.8.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.0` to `3.24.1`" - } - ] - } - }, - { - "version": "0.5.2", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.5.2", - "date": "Mon, 01 Jun 2020 08:34:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.9` to `7.8.10`" - } - ] - } - }, - { - "version": "0.5.1", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.5.1", - "date": "Sat, 30 May 2020 02:59:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.8` to `7.8.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.23.1` to `3.24.0`" - } - ] - } - }, - { - "version": "0.5.0", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.5.0", - "date": "Thu, 28 May 2020 05:59:02 GMT", - "comments": { - "minor": [ - { - "comment": "Change the way the typescript, tslint, and api-extractor packages are exported." - }, - { - "comment": "Update TSLint to 5.20.1" - }, - { - "comment": "Update tsconfig-node.json to target es2017 (supported by Node 8); this enables native async/await, and will show complete callstacks when using Node 12" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.7` to `7.8.8`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.23.0` to `3.23.1`" - } - ] - } - }, - { - "version": "0.4.17", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.4.17", - "date": "Wed, 27 May 2020 05:15:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.6` to `7.8.7`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.22.1` to `3.23.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.7` to `0.5.8`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.7` to `0.5.8`" - } - ] - } - }, - { - "version": "0.4.16", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.4.16", - "date": "Tue, 26 May 2020 23:00:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.5` to `7.8.6`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.22.0` to `3.22.1`" - } - ] - } - }, - { - "version": "0.4.15", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.4.15", - "date": "Fri, 22 May 2020 15:08:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.4` to `7.8.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.21.0` to `3.22.0`" - } - ] - } - }, - { - "version": "0.4.14", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.4.14", - "date": "Thu, 21 May 2020 23:09:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.3` to `7.8.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.20.0` to `3.21.0`" - } - ] - } - }, - { - "version": "0.4.13", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.4.13", - "date": "Thu, 21 May 2020 15:42:00 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.2` to `7.8.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.7` to `3.20.0`" - } - ] - } - }, - { - "version": "0.4.12", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.4.12", - "date": "Tue, 19 May 2020 15:08:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.1` to `7.8.2`" - } - ] - } - }, - { - "version": "0.4.11", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.4.11", - "date": "Fri, 15 May 2020 08:10:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.0` to `7.8.1`" - } - ] - } - }, - { - "version": "0.4.10", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.4.10", - "date": "Wed, 06 May 2020 08:23:45 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.13` to `7.8.0`" - } - ] - } - }, - { - "version": "0.4.9", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.4.9", - "date": "Wed, 08 Apr 2020 04:07:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.12` to `7.7.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.6` to `3.19.7`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.6` to `0.5.7`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.6` to `0.5.7`" - } - ] - } - }, - { - "version": "0.4.8", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.4.8", - "date": "Fri, 03 Apr 2020 15:10:15 GMT", - "comments": { - "patch": [ - { - "comment": "Update tslint-microsoft-contrib to ~6.2.0" - } - ] - } - }, - { - "version": "0.4.7", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.4.7", - "date": "Sun, 29 Mar 2020 00:04:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.11` to `7.7.12`" - } - ] - } - }, - { - "version": "0.4.6", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.4.6", - "date": "Sat, 28 Mar 2020 00:37:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.10` to `7.7.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.5` to `3.19.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.5` to `0.5.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.5` to `0.5.6`" - } - ] - } - }, - { - "version": "0.4.5", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.4.5", - "date": "Wed, 18 Mar 2020 15:07:47 GMT", - "comments": { - "patch": [ - { - "comment": "Upgrade cyclic dependencies" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.9` to `7.7.10`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.4` to `3.19.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.4` to `0.5.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.4` to `0.5.5`" - } - ] - } - }, - { - "version": "0.4.4", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.4.4", - "date": "Tue, 17 Mar 2020 23:55:58 GMT", - "comments": { - "patch": [ - { - "comment": "Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack`" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.8` to `7.7.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.3` to `3.19.4`" - } - ] - } - }, - { - "version": "0.4.3", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.4.3", - "date": "Tue, 28 Jan 2020 02:23:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.7` to `7.7.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.2` to `3.19.3`" - } - ] - } - }, - { - "version": "0.4.2", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.4.2", - "date": "Thu, 23 Jan 2020 01:07:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.6` to `7.7.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.1` to `3.19.2`" - } - ] - } - }, - { - "version": "0.4.1", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.4.1", - "date": "Tue, 21 Jan 2020 21:56:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.5` to `7.7.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.0` to `3.19.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.3` to `0.5.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.3` to `0.5.4`" - } - ] - } - }, - { - "version": "0.4.0", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.4.0", - "date": "Sun, 19 Jan 2020 02:26:52 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade Node typings to Node 10" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.4` to `7.7.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.3` to `3.19.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.2` to `0.5.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.2` to `0.5.3`" - } - ] - } - }, - { - "version": "0.3.15", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.3.15", - "date": "Fri, 17 Jan 2020 01:08:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.3` to `7.7.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.2` to `3.18.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.1` to `0.5.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.1` to `0.5.2`" - } - ] - } - }, - { - "version": "0.3.14", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.3.14", - "date": "Tue, 14 Jan 2020 01:34:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.2` to `7.7.3`" - } - ] - } - }, - { - "version": "0.3.13", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.3.13", - "date": "Thu, 09 Jan 2020 06:44:13 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.1` to `7.7.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.1` to `3.18.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.0` to `0.5.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.0` to `0.5.1`" - } - ] - } - }, - { - "version": "0.3.12", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.3.12", - "date": "Wed, 08 Jan 2020 00:11:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.0` to `7.7.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.0` to `3.18.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.2` to `0.5.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.2` to `0.5.0`" - } - ] - } - }, - { - "version": "0.3.11", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.3.11", - "date": "Tue, 03 Dec 2019 03:17:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.6.2` to `7.7.0`" - } - ] - } - }, - { - "version": "0.3.10", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.3.10", - "date": "Fri, 29 Nov 2019 16:07:38 GMT", - "comments": { - "patch": [ - { - "comment": "updates repo url to proper path in package.json" - } - ] - } - }, - { - "version": "0.3.9", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.3.9", - "date": "Sun, 24 Nov 2019 00:54:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.6.1` to `7.6.2`" - } - ] - } - }, - { - "version": "0.3.8", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.3.8", - "date": "Wed, 20 Nov 2019 06:14:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.6.0` to `7.6.1`" - } - ] - } - }, - { - "version": "0.3.7", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.3.7", - "date": "Fri, 15 Nov 2019 04:50:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.6` to `7.6.0`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.17.1` to `3.18.0`" - } - ] - } - }, - { - "version": "0.3.6", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.3.6", - "date": "Mon, 11 Nov 2019 16:07:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.5` to `7.5.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.17.0` to `3.17.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.1` to `0.4.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.1` to `0.4.2`" - } - ] - } - }, - { - "version": "0.3.5", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.3.5", - "date": "Wed, 06 Nov 2019 22:44:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.4` to `7.5.5`" - } - ] - } - }, - { - "version": "0.3.4", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.3.4", - "date": "Tue, 05 Nov 2019 06:49:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.3` to `7.5.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.16.0` to `3.17.0`" - } - ] - } - }, - { - "version": "0.3.3", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.3.3", - "date": "Tue, 05 Nov 2019 01:08:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.2` to `7.5.3`" - } - ] - } - }, - { - "version": "0.3.2", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.3.2", - "date": "Fri, 25 Oct 2019 15:08:54 GMT", - "comments": { - "patch": [ - { - "comment": "Fix an issue where ESLint output would fail to parse when a large project is built on a Mac." - } - ] - } - }, - { - "version": "0.3.1", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.3.1", - "date": "Tue, 22 Oct 2019 06:24:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.1` to `7.5.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.15.1` to `3.16.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.0` to `0.4.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.0` to `0.4.1`" - } - ] - } - }, - { - "version": "0.3.0", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.3.0", - "date": "Mon, 21 Oct 2019 05:22:43 GMT", - "comments": { - "minor": [ - { - "comment": "Add support for ESLint+TypeScript" - } - ] - } - }, - { - "version": "0.2.6", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.2.6", - "date": "Fri, 18 Oct 2019 15:15:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.5.0` to `7.5.1`" - } - ] - } - }, - { - "version": "0.2.5", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.2.5", - "date": "Sun, 06 Oct 2019 00:27:40 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.7` to `7.5.0`" - } - ] - } - }, - { - "version": "0.2.4", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.2.4", - "date": "Fri, 04 Oct 2019 00:15:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.6` to `7.4.7`" - } - ] - } - }, - { - "version": "0.2.3", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.2.3", - "date": "Sun, 29 Sep 2019 23:56:29 GMT", - "comments": { - "patch": [ - { - "comment": "Update repository URL" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.5` to `7.4.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.15.0` to `3.15.1`" - } - ] - } - }, - { - "version": "0.2.2", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.2.2", - "date": "Wed, 25 Sep 2019 15:15:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.4` to `7.4.5`" - } - ] - } - }, - { - "version": "0.2.1", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.2.1", - "date": "Tue, 24 Sep 2019 02:58:49 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.3` to `7.4.4`" - } - ] - } - }, - { - "version": "0.2.0", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.2.0", - "date": "Mon, 23 Sep 2019 15:14:55 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade @types/node dependency" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.2` to `7.4.3`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.2` to `3.15.0`" - } - ] - } - }, - { - "version": "0.1.13", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.1.13", - "date": "Fri, 20 Sep 2019 21:27:22 GMT", - "comments": { - "patch": [ - { - "comment": "Fix an issue where api-extractor warnings weren't being reported." - } - ] - } - }, - { - "version": "0.1.12", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.1.12", - "date": "Wed, 11 Sep 2019 19:56:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.1` to `7.4.2`" - } - ] - } - }, - { - "version": "0.1.11", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.1.11", - "date": "Tue, 10 Sep 2019 22:32:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.4.0` to `7.4.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.1` to `3.14.2`" - } - ] - } - }, - { - "version": "0.1.10", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.1.10", - "date": "Tue, 10 Sep 2019 20:38:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.11` to `7.4.0`" - } - ] - } - }, - { - "version": "0.1.9", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.1.9", - "date": "Wed, 04 Sep 2019 18:28:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.10` to `7.3.11`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.14.0` to `3.14.1`" - } - ] - } - }, - { - "version": "0.1.8", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.1.8", - "date": "Wed, 04 Sep 2019 15:15:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.9` to `7.3.10`" - } - ] - } - }, - { - "version": "0.1.7", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.1.7", - "date": "Fri, 30 Aug 2019 00:14:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.8` to `7.3.9`" - } - ] - } - }, - { - "version": "0.1.6", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.1.6", - "date": "Mon, 12 Aug 2019 15:15:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.7` to `7.3.8`" - } - ] - } - }, - { - "version": "0.1.5", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.1.5", - "date": "Thu, 08 Aug 2019 15:14:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.6` to `7.3.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.13.0` to `3.14.0`" - } - ] - } - }, - { - "version": "0.1.4", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.1.4", - "date": "Thu, 08 Aug 2019 00:49:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.5` to `7.3.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.14` to `0.1.15`" - } - ] - } - }, - { - "version": "0.1.3", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.1.3", - "date": "Mon, 05 Aug 2019 22:04:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.4` to `7.3.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.1.13` to `0.1.14`" - } - ] - } - }, - { - "version": "0.1.2", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.1.2", - "date": "Tue, 23 Jul 2019 01:13:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.3` to `7.3.4`" - } - ] - } - }, - { - "version": "0.1.1", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.1.1", - "date": "Mon, 22 Jul 2019 19:13:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.3.2` to `7.3.3`" - } - ] - } - }, - { - "version": "0.1.0", - "tag": "@microsoft/rush-stack-compiler-3.5_v0.1.0", - "date": "Fri, 19 Jul 2019 01:55:03 GMT", - "comments": { - "minor": [ - { - "comment": "Initial package creation." - } - ] - } - } - ] -} diff --git a/stack/rush-stack-compiler-3.5/CHANGELOG.md b/stack/rush-stack-compiler-3.5/CHANGELOG.md deleted file mode 100644 index 5c81d5c5f5f..00000000000 --- a/stack/rush-stack-compiler-3.5/CHANGELOG.md +++ /dev/null @@ -1,600 +0,0 @@ -# Change Log - @microsoft/rush-stack-compiler-3.5 - -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. - -## 0.8.47 -Wed, 19 May 2021 00:11:39 GMT - -_Version update only_ - -## 0.8.46 -Mon, 03 May 2021 15:10:29 GMT - -_Version update only_ - -## 0.8.45 -Thu, 29 Apr 2021 23:26:50 GMT - -_Version update only_ - -## 0.8.44 -Tue, 20 Apr 2021 04:59:51 GMT - -_Version update only_ - -## 0.8.43 -Mon, 12 Apr 2021 15:10:28 GMT - -_Version update only_ - -## 0.8.42 -Thu, 08 Apr 2021 06:05:32 GMT - -_Version update only_ - -## 0.8.41 -Tue, 06 Apr 2021 15:14:22 GMT - -_Version update only_ - -## 0.8.40 -Thu, 04 Mar 2021 01:11:31 GMT - -_Version update only_ - -## 0.8.39 -Fri, 05 Feb 2021 16:10:42 GMT - -_Version update only_ - -## 0.8.38 -Wed, 13 Jan 2021 01:11:06 GMT - -_Version update only_ - -## 0.8.37 -Thu, 10 Dec 2020 23:25:50 GMT - -_Version update only_ - -## 0.8.36 -Sat, 05 Dec 2020 01:11:23 GMT - -### Patches - -- Ensure rootDir is consistently specified. - -## 0.8.35 -Wed, 18 Nov 2020 08:19:54 GMT - -_Version update only_ - -## 0.8.34 -Wed, 18 Nov 2020 06:21:57 GMT - -_Version update only_ - -## 0.8.33 -Wed, 11 Nov 2020 01:08:59 GMT - -_Version update only_ - -## 0.8.32 -Tue, 10 Nov 2020 23:13:12 GMT - -_Version update only_ - -## 0.8.31 -Fri, 30 Oct 2020 06:38:39 GMT - -_Version update only_ - -## 0.8.30 -Fri, 30 Oct 2020 00:10:14 GMT - -_Version update only_ - -## 0.8.29 -Thu, 29 Oct 2020 06:14:19 GMT - -_Version update only_ - -## 0.8.28 -Wed, 28 Oct 2020 01:18:03 GMT - -_Version update only_ - -## 0.8.27 -Tue, 27 Oct 2020 15:10:14 GMT - -_Version update only_ - -## 0.8.26 -Tue, 06 Oct 2020 00:24:06 GMT - -_Version update only_ - -## 0.8.25 -Mon, 05 Oct 2020 22:36:57 GMT - -_Version update only_ - -## 0.8.24 -Mon, 05 Oct 2020 15:10:43 GMT - -_Version update only_ - -## 0.8.23 -Wed, 30 Sep 2020 18:39:17 GMT - -_Version update only_ - -## 0.8.22 -Wed, 30 Sep 2020 06:53:53 GMT - -_Version update only_ - -## 0.8.21 -Tue, 22 Sep 2020 05:45:57 GMT - -_Version update only_ - -## 0.8.20 -Tue, 22 Sep 2020 01:45:31 GMT - -_Version update only_ - -## 0.8.19 -Tue, 22 Sep 2020 00:08:53 GMT - -_Version update only_ - -## 0.8.18 -Sat, 19 Sep 2020 04:37:27 GMT - -_Version update only_ - -## 0.8.17 -Sat, 19 Sep 2020 03:33:07 GMT - -_Version update only_ - -## 0.8.16 -Fri, 18 Sep 2020 22:57:24 GMT - -_Version update only_ - -## 0.8.15 -Fri, 18 Sep 2020 21:49:54 GMT - -_Version update only_ - -## 0.8.14 -Sun, 13 Sep 2020 01:53:20 GMT - -_Version update only_ - -## 0.8.13 -Fri, 11 Sep 2020 02:13:35 GMT - -_Version update only_ - -## 0.8.12 -Mon, 07 Sep 2020 07:37:37 GMT - -_Version update only_ - -## 0.8.11 -Sat, 05 Sep 2020 18:56:35 GMT - -_Version update only_ - -## 0.8.10 -Thu, 27 Aug 2020 11:27:06 GMT - -_Version update only_ - -## 0.8.9 -Mon, 24 Aug 2020 07:35:20 GMT - -_Version update only_ - -## 0.8.8 -Sat, 22 Aug 2020 05:55:43 GMT - -_Version update only_ - -## 0.8.7 -Fri, 21 Aug 2020 01:21:18 GMT - -_Version update only_ - -## 0.8.6 -Thu, 20 Aug 2020 15:13:53 GMT - -_Version update only_ - -## 0.8.5 -Tue, 18 Aug 2020 23:59:42 GMT - -_Version update only_ - -## 0.8.4 -Mon, 17 Aug 2020 04:53:23 GMT - -_Version update only_ - -## 0.8.3 -Wed, 12 Aug 2020 00:10:05 GMT - -### Patches - -- Updated project to build with Heft - -## 0.8.2 -Wed, 05 Aug 2020 18:27:33 GMT - -_Version update only_ - -## 0.8.1 -Fri, 03 Jul 2020 15:09:04 GMT - -_Version update only_ - -## 0.8.0 -Fri, 03 Jul 2020 05:46:41 GMT - -### Minor changes - -- Disable the "--typescript-compiler-folder" setting for API Extractor, since it was causing errors with the latest TypeScript engine - -## 0.7.2 -Thu, 25 Jun 2020 06:43:35 GMT - -_Version update only_ - -## 0.7.1 -Wed, 24 Jun 2020 09:50:48 GMT - -_Version update only_ - -## 0.7.0 -Wed, 24 Jun 2020 09:04:28 GMT - -### Minor changes - -- Upgrade to ESLint 7 - -## 0.6.1 -Mon, 15 Jun 2020 22:17:18 GMT - -_Version update only_ - -## 0.6.0 -Fri, 12 Jun 2020 09:19:21 GMT - -### Minor changes - -- Expose the @microsoft/api-extractor package's path - -## 0.5.3 -Wed, 10 Jun 2020 20:48:30 GMT - -_Version update only_ - -## 0.5.2 -Mon, 01 Jun 2020 08:34:17 GMT - -_Version update only_ - -## 0.5.1 -Sat, 30 May 2020 02:59:54 GMT - -_Version update only_ - -## 0.5.0 -Thu, 28 May 2020 05:59:02 GMT - -### Minor changes - -- Change the way the typescript, tslint, and api-extractor packages are exported. -- Update TSLint to 5.20.1 -- Update tsconfig-node.json to target es2017 (supported by Node 8); this enables native async/await, and will show complete callstacks when using Node 12 - -## 0.4.17 -Wed, 27 May 2020 05:15:11 GMT - -_Version update only_ - -## 0.4.16 -Tue, 26 May 2020 23:00:25 GMT - -_Version update only_ - -## 0.4.15 -Fri, 22 May 2020 15:08:43 GMT - -_Version update only_ - -## 0.4.14 -Thu, 21 May 2020 23:09:44 GMT - -_Version update only_ - -## 0.4.13 -Thu, 21 May 2020 15:42:00 GMT - -_Version update only_ - -## 0.4.12 -Tue, 19 May 2020 15:08:20 GMT - -_Version update only_ - -## 0.4.11 -Fri, 15 May 2020 08:10:59 GMT - -_Version update only_ - -## 0.4.10 -Wed, 06 May 2020 08:23:45 GMT - -_Version update only_ - -## 0.4.9 -Wed, 08 Apr 2020 04:07:33 GMT - -_Version update only_ - -## 0.4.8 -Fri, 03 Apr 2020 15:10:15 GMT - -### Patches - -- Update tslint-microsoft-contrib to ~6.2.0 - -## 0.4.7 -Sun, 29 Mar 2020 00:04:12 GMT - -_Version update only_ - -## 0.4.6 -Sat, 28 Mar 2020 00:37:16 GMT - -_Version update only_ - -## 0.4.5 -Wed, 18 Mar 2020 15:07:47 GMT - -### Patches - -- Upgrade cyclic dependencies - -## 0.4.4 -Tue, 17 Mar 2020 23:55:58 GMT - -### Patches - -- Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack` - -## 0.4.3 -Tue, 28 Jan 2020 02:23:44 GMT - -_Version update only_ - -## 0.4.2 -Thu, 23 Jan 2020 01:07:56 GMT - -_Version update only_ - -## 0.4.1 -Tue, 21 Jan 2020 21:56:14 GMT - -_Version update only_ - -## 0.4.0 -Sun, 19 Jan 2020 02:26:52 GMT - -### Minor changes - -- Upgrade Node typings to Node 10 - -## 0.3.15 -Fri, 17 Jan 2020 01:08:23 GMT - -_Version update only_ - -## 0.3.14 -Tue, 14 Jan 2020 01:34:16 GMT - -_Version update only_ - -## 0.3.13 -Thu, 09 Jan 2020 06:44:13 GMT - -_Version update only_ - -## 0.3.12 -Wed, 08 Jan 2020 00:11:31 GMT - -_Version update only_ - -## 0.3.11 -Tue, 03 Dec 2019 03:17:44 GMT - -_Version update only_ - -## 0.3.10 -Fri, 29 Nov 2019 16:07:38 GMT - -### Patches - -- updates repo url to proper path in package.json - -## 0.3.9 -Sun, 24 Nov 2019 00:54:04 GMT - -_Version update only_ - -## 0.3.8 -Wed, 20 Nov 2019 06:14:28 GMT - -_Version update only_ - -## 0.3.7 -Fri, 15 Nov 2019 04:50:50 GMT - -_Version update only_ - -## 0.3.6 -Mon, 11 Nov 2019 16:07:56 GMT - -_Version update only_ - -## 0.3.5 -Wed, 06 Nov 2019 22:44:18 GMT - -_Version update only_ - -## 0.3.4 -Tue, 05 Nov 2019 06:49:29 GMT - -_Version update only_ - -## 0.3.3 -Tue, 05 Nov 2019 01:08:39 GMT - -_Version update only_ - -## 0.3.2 -Fri, 25 Oct 2019 15:08:54 GMT - -### Patches - -- Fix an issue where ESLint output would fail to parse when a large project is built on a Mac. - -## 0.3.1 -Tue, 22 Oct 2019 06:24:44 GMT - -_Version update only_ - -## 0.3.0 -Mon, 21 Oct 2019 05:22:43 GMT - -### Minor changes - -- Add support for ESLint+TypeScript - -## 0.2.6 -Fri, 18 Oct 2019 15:15:01 GMT - -_Version update only_ - -## 0.2.5 -Sun, 06 Oct 2019 00:27:40 GMT - -_Version update only_ - -## 0.2.4 -Fri, 04 Oct 2019 00:15:22 GMT - -_Version update only_ - -## 0.2.3 -Sun, 29 Sep 2019 23:56:29 GMT - -### Patches - -- Update repository URL - -## 0.2.2 -Wed, 25 Sep 2019 15:15:31 GMT - -_Version update only_ - -## 0.2.1 -Tue, 24 Sep 2019 02:58:49 GMT - -_Version update only_ - -## 0.2.0 -Mon, 23 Sep 2019 15:14:55 GMT - -### Minor changes - -- Upgrade @types/node dependency - -## 0.1.13 -Fri, 20 Sep 2019 21:27:22 GMT - -### Patches - -- Fix an issue where api-extractor warnings weren't being reported. - -## 0.1.12 -Wed, 11 Sep 2019 19:56:23 GMT - -_Version update only_ - -## 0.1.11 -Tue, 10 Sep 2019 22:32:23 GMT - -_Version update only_ - -## 0.1.10 -Tue, 10 Sep 2019 20:38:33 GMT - -_Version update only_ - -## 0.1.9 -Wed, 04 Sep 2019 18:28:06 GMT - -_Version update only_ - -## 0.1.8 -Wed, 04 Sep 2019 15:15:37 GMT - -_Version update only_ - -## 0.1.7 -Fri, 30 Aug 2019 00:14:32 GMT - -_Version update only_ - -## 0.1.6 -Mon, 12 Aug 2019 15:15:14 GMT - -_Version update only_ - -## 0.1.5 -Thu, 08 Aug 2019 15:14:17 GMT - -_Version update only_ - -## 0.1.4 -Thu, 08 Aug 2019 00:49:06 GMT - -_Version update only_ - -## 0.1.3 -Mon, 05 Aug 2019 22:04:32 GMT - -_Version update only_ - -## 0.1.2 -Tue, 23 Jul 2019 01:13:01 GMT - -_Version update only_ - -## 0.1.1 -Mon, 22 Jul 2019 19:13:10 GMT - -_Version update only_ - -## 0.1.0 -Fri, 19 Jul 2019 01:55:03 GMT - -### Minor changes - -- Initial package creation. - diff --git a/stack/rush-stack-compiler-3.5/LICENSE b/stack/rush-stack-compiler-3.5/LICENSE deleted file mode 100644 index 7c29b93ce0f..00000000000 --- a/stack/rush-stack-compiler-3.5/LICENSE +++ /dev/null @@ -1,24 +0,0 @@ -@microsoft/rush-stack - -Copyright (c) Microsoft Corporation. All rights reserved. - -MIT License - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/stack/rush-stack-compiler-3.5/README.md b/stack/rush-stack-compiler-3.5/README.md deleted file mode 100644 index 1e2b5d9d2c0..00000000000 --- a/stack/rush-stack-compiler-3.5/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# @microsoft/rush-stack-compiler-3.5 - -This package is an NPM peer dependency that is used with -[@microsoft/rush-stack](https://www.npmjs.com/package/@microsoft/rush-stack) -to select a TypeScript compiler version. This variant selects TypeScript 3.5 - -It provides a supported set of versions for the following components: - -- the TypeScript compiler -- [tslint](https://github.com/palantir/tslint#readme) -- [API Extractor](https://api-extractor.com/) diff --git a/stack/rush-stack-compiler-3.5/bin/rush-api-extractor b/stack/rush-stack-compiler-3.5/bin/rush-api-extractor deleted file mode 100755 index 5c9bcde4214..00000000000 --- a/stack/rush-stack-compiler-3.5/bin/rush-api-extractor +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require("@microsoft/api-extractor/bin/api-extractor"); diff --git a/stack/rush-stack-compiler-3.5/bin/rush-eslint b/stack/rush-stack-compiler-3.5/bin/rush-eslint deleted file mode 100755 index 7c2ffc1b1c3..00000000000 --- a/stack/rush-stack-compiler-3.5/bin/rush-eslint +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require("eslint/bin/eslint"); diff --git a/stack/rush-stack-compiler-3.5/bin/rush-tsc b/stack/rush-stack-compiler-3.5/bin/rush-tsc deleted file mode 100755 index 978b97599d7..00000000000 --- a/stack/rush-stack-compiler-3.5/bin/rush-tsc +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require('typescript/bin/tsc'); diff --git a/stack/rush-stack-compiler-3.5/bin/rush-tslint b/stack/rush-stack-compiler-3.5/bin/rush-tslint deleted file mode 100755 index b76ee5d8dab..00000000000 --- a/stack/rush-stack-compiler-3.5/bin/rush-tslint +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require("tslint/bin/tslint"); diff --git a/stack/rush-stack-compiler-3.5/config/api-extractor.json b/stack/rush-stack-compiler-3.5/config/api-extractor.json deleted file mode 100644 index dcfa9cfc5b7..00000000000 --- a/stack/rush-stack-compiler-3.5/config/api-extractor.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", - - "mainEntryPointFilePath": "/lib/index.d.ts", - - "apiReport": { - "enabled": true, - "reportFolder": "../../../common/reviews/api" - }, - - "docModel": { - "enabled": true - }, - - "dtsRollup": { - "enabled": false - } -} diff --git a/stack/rush-stack-compiler-3.5/config/heft.json b/stack/rush-stack-compiler-3.5/config/heft.json deleted file mode 100644 index fa38fa303a4..00000000000 --- a/stack/rush-stack-compiler-3.5/config/heft.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/heft/heft.schema.json", - - "extends": "@rushstack/heft-node-rig/profiles/default/config/heft.json", - - "eventActions": [ - { - "actionKind": "deleteGlobs", - "heftEvent": "clean", - "actionId": "deleteSrc", - "globsToDelete": ["src"] - }, - - { - "actionKind": "copyFiles", - "heftEvent": "pre-compile", - "actionId": "copySrc", - "copyOperations": [ - { - "sourceFolder": "node_modules/@microsoft/rush-stack-compiler-shared/src", - "destinationFolders": ["src"], - "includeGlobs": ["*.ts", "*.js"] - }, - { - "sourceFolder": "node_modules/@microsoft/rush-stack-compiler-shared/src/pre-v4", - "destinationFolders": ["src"], - "includeGlobs": ["*.ts", "*.js"] - } - ] - } - ] -} diff --git a/stack/rush-stack-compiler-3.5/config/rig.json b/stack/rush-stack-compiler-3.5/config/rig.json deleted file mode 100644 index 6ac88a96368..00000000000 --- a/stack/rush-stack-compiler-3.5/config/rig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - // The "rig.json" file directs tools to look for their config files in an external package. - // Documentation for this system: https://www.npmjs.com/package/@rushstack/rig-package - "$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json", - - "rigPackageName": "@rushstack/heft-node-rig" -} diff --git a/stack/rush-stack-compiler-3.5/config/typescript.json b/stack/rush-stack-compiler-3.5/config/typescript.json deleted file mode 100644 index 6e09afa31ca..00000000000 --- a/stack/rush-stack-compiler-3.5/config/typescript.json +++ /dev/null @@ -1,12 +0,0 @@ -/** - * Configures the TypeScript plugin for Heft. This plugin also manages linting. - */ -{ - "$schema": "https://developer.microsoft.com/json-schemas/heft/typescript.schema.json", - - "extends": "@rushstack/heft-node-rig/profiles/default/config/typescript.json", - - "staticAssetsToCopy": { - "fileExtensions": [".d.ts", ".js"] - } -} diff --git a/stack/rush-stack-compiler-3.5/includes/tsconfig-base.json b/stack/rush-stack-compiler-3.5/includes/tsconfig-base.json deleted file mode 100644 index 6c52435c84d..00000000000 --- a/stack/rush-stack-compiler-3.5/includes/tsconfig-base.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "compilerOptions": { - "outDir": "../../../../lib", - "rootDir": "../../../../src", - - "forceConsistentCasingInFileNames": true, - "jsx": "react", - "declaration": true, - "sourceMap": true, - "declarationMap": true, - "inlineSources": true, - "experimentalDecorators": true, - "strictNullChecks": true, - "noUnusedLocals": true, - "types": [] - }, - "include": ["../../../../src/**/*.ts", "../../../../src/**/*.tsx"], - "exclude": ["../../../../node_modules", "../../../../lib"] -} diff --git a/stack/rush-stack-compiler-3.5/includes/tsconfig-node.json b/stack/rush-stack-compiler-3.5/includes/tsconfig-node.json deleted file mode 100644 index 722f0b8f62a..00000000000 --- a/stack/rush-stack-compiler-3.5/includes/tsconfig-node.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "extends": "./tsconfig-base.json", - "compilerOptions": { - "module": "commonjs", - "target": "es2017", - "lib": ["es2017"] - } -} diff --git a/stack/rush-stack-compiler-3.5/includes/tsconfig-web.json b/stack/rush-stack-compiler-3.5/includes/tsconfig-web.json deleted file mode 100644 index 5dd9e12e4aa..00000000000 --- a/stack/rush-stack-compiler-3.5/includes/tsconfig-web.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "extends": "./tsconfig-base.json", - "compilerOptions": { - "module": "esnext", - "moduleResolution": "node", - "target": "es5", - "lib": ["es5", "scripthost", "es2015.collection", "es2015.promise", "es2015.iterable", "dom"] - } -} diff --git a/stack/rush-stack-compiler-3.5/includes/tslint.json b/stack/rush-stack-compiler-3.5/includes/tslint.json deleted file mode 100644 index f55613b66cc..00000000000 --- a/stack/rush-stack-compiler-3.5/includes/tslint.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tslint", - - "rulesDirectory": ["tslint-microsoft-contrib"], - "rules": { - "class-name": true, - "comment-format": [true, "check-space"], - "curly": true, - "eofline": false, - "export-name": true, - "forin": true, - "indent": [true, "spaces", 2], - "interface-name": true, - "label-position": true, - "max-line-length": [true, 120], - "member-access": true, - "member-ordering": [ - true, - { - "order": [ - "public-static-field", - "protected-static-field", - "private-static-field", - "public-instance-field", - "protected-instance-field", - "private-instance-field", - "public-static-method", - "protected-static-method", - "private-static-method", - "public-constructor", - "public-instance-method", - "protected-constructor", - "protected-instance-method", - "private-constructor", - "private-instance-method" - ] - } - ], - "missing-optional-annotation": true, - "no-arg": true, - "no-any": true, - "no-bitwise": true, - "no-consecutive-blank-lines": true, - "no-console": [true, "debug", "info", "time", "timeEnd", "trace"], - "no-constant-condition": true, - "no-construct": true, - "no-debugger": true, - "no-duplicate-switch-case": true, - "no-duplicate-parameter-names": true, - "no-duplicate-variable": true, - "no-empty": true, - "no-eval": true, - "no-floating-promises": true, - "no-function-expression": true, - "no-inferrable-types": false, - "no-internal-module": true, - "no-null-keyword": true, - "no-shadowed-variable": true, - "no-string-literal": true, - "no-switch-case-fall-through": true, - "no-trailing-whitespace": true, - "no-unnecessary-semicolons": true, - "no-unused-expression": true, - "no-with-statement": true, - "no-var-keyword": true, - "object-literal-sort-keys": false, - "one-line": [true, "check-open-brace", "check-catch", "check-else", "check-whitespace"], - "quotemark": [true, "single", "avoid-escape"], - "prefer-const": true, - "radix": true, - "semicolon": true, - "trailing-comma": [ - true, - { - "multiline": "never", - "singleline": "never" - } - ], - "triple-equals": [true, "allow-null-check"], - "typedef": [ - true, - "call-signature", - "parameter", - "property-declaration", - "variable-declaration", - "member-variable-declaration" - ], - "typedef-whitespace": [ - true, - { - "call-signature": "nospace", - "index-signature": "nospace", - "parameter": "nospace", - "property-declaration": "nospace", - "variable-declaration": "nospace" - } - ], - "use-isnan": true, - "use-named-parameter": true, - "variable-name": [true, "check-format", "allow-leading-underscore", "ban-keywords"], - "whitespace": [true, "check-branch", "check-decl", "check-operator", "check-separator", "check-type"] - } -} diff --git a/stack/rush-stack-compiler-3.5/package.json b/stack/rush-stack-compiler-3.5/package.json deleted file mode 100644 index a02c52a79bb..00000000000 --- a/stack/rush-stack-compiler-3.5/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "@microsoft/rush-stack-compiler-3.5", - "version": "0.8.47", - "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.5.", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/microsoft/rushstack/tree/master/stack/rush-stack-compiler-3.5" - }, - "bin": { - "rush-api-extractor": "./bin/rush-api-extractor", - "rush-eslint": "./bin/rush-eslint", - "rush-tsc": "./bin/rush-tsc", - "rush-tslint": "./bin/rush-tslint" - }, - "scripts": { - "build": "heft build --clean" - }, - "main": "lib/index.js", - "typings": "lib/index.d.ts", - "dependencies": { - "@microsoft/api-extractor": "workspace:*", - "@rushstack/eslint-config": "workspace:*", - "@rushstack/node-core-library": "workspace:*", - "@types/node": "10.17.13", - "eslint": "~7.12.1", - "import-lazy": "~4.0.0", - "tslint": "~5.20.1", - "tslint-microsoft-contrib": "~6.2.0", - "typescript": "~3.5.3" - }, - "devDependencies": { - "@microsoft/rush-stack-compiler-3.9": "workspace:*", - "@microsoft/rush-stack-compiler-shared": "workspace:*", - "@rushstack/eslint-config": "workspace:*", - "@rushstack/heft": "0.28.0", - "@rushstack/heft-node-rig": "1.0.8" - } -} diff --git a/stack/rush-stack-compiler-3.5/tsconfig.json b/stack/rush-stack-compiler-3.5/tsconfig.json deleted file mode 100644 index 6bef73c4b86..00000000000 --- a/stack/rush-stack-compiler-3.5/tsconfig.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.9/includes/tsconfig-node.json", - - "compilerOptions": { - "rootDir": "src", - "outDir": "lib" - } -} diff --git a/stack/rush-stack-compiler-3.6/.eslintrc.js b/stack/rush-stack-compiler-3.6/.eslintrc.js deleted file mode 100644 index 4c934799d67..00000000000 --- a/stack/rush-stack-compiler-3.6/.eslintrc.js +++ /dev/null @@ -1,10 +0,0 @@ -// This is a workaround for https://github.com/eslint/eslint/issues/3458 -require('@rushstack/eslint-config/patch/modern-module-resolution'); - -module.exports = { - extends: [ - '@rushstack/eslint-config/profile/node-trusted-tool', - '@rushstack/eslint-config/mixins/friendly-locals' - ], - parserOptions: { tsconfigRootDir: __dirname } -}; diff --git a/stack/rush-stack-compiler-3.6/.gitignore b/stack/rush-stack-compiler-3.6/.gitignore deleted file mode 100644 index dbc8690803e..00000000000 --- a/stack/rush-stack-compiler-3.6/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/src \ No newline at end of file diff --git a/stack/rush-stack-compiler-3.6/.npmignore b/stack/rush-stack-compiler-3.6/.npmignore deleted file mode 100644 index ad6bcd960e8..00000000000 --- a/stack/rush-stack-compiler-3.6/.npmignore +++ /dev/null @@ -1,31 +0,0 @@ -# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. - -# Ignore all files by default, to avoid accidentally publishing unintended files. -* - -# Use negative patterns to bring back the specific things we want to publish. -!/bin/** -!/lib/** -!/lib-*/** -!/dist/** -!ThirdPartyNotice.txt - -# Ignore certain patterns that should not get published. -/dist/*.stats.* -/lib/**/test/ -/lib-*/**/test/ -*.test.js - -# NOTE: These don't need to be specified, because NPM includes them automatically. -# -# package.json -# README (and its variants) -# CHANGELOG (and its variants) -# LICENSE / LICENCE - -#-------------------------------------------- -# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE -#-------------------------------------------- - -# (Add your project-specific overrides here) -!/includes/** diff --git a/stack/rush-stack-compiler-3.6/CHANGELOG.json b/stack/rush-stack-compiler-3.6/CHANGELOG.json deleted file mode 100644 index 52bfda5f9b9..00000000000 --- a/stack/rush-stack-compiler-3.6/CHANGELOG.json +++ /dev/null @@ -1,1484 +0,0 @@ -{ - "name": "@microsoft/rush-stack-compiler-3.6", - "entries": [ - { - "version": "0.6.47", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.47", - "date": "Wed, 19 May 2021 00:11:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.38.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.47`" - } - ] - } - }, - { - "version": "0.6.46", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.46", - "date": "Mon, 03 May 2021 15:10:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.37.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.46`" - } - ] - } - }, - { - "version": "0.6.45", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.45", - "date": "Thu, 29 Apr 2021 23:26:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.45`" - } - ] - } - }, - { - "version": "0.6.44", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.44", - "date": "Tue, 20 Apr 2021 04:59:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.14.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.44`" - } - ] - } - }, - { - "version": "0.6.43", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.43", - "date": "Mon, 12 Apr 2021 15:10:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.43`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.4`" - } - ] - } - }, - { - "version": "0.6.42", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.42", - "date": "Thu, 08 Apr 2021 06:05:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.42`" - } - ] - } - }, - { - "version": "0.6.41", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.41", - "date": "Tue, 06 Apr 2021 15:14:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.41`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.3`" - } - ] - } - }, - { - "version": "0.6.40", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.40", - "date": "Thu, 04 Mar 2021 01:11:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.40`" - } - ] - } - }, - { - "version": "0.6.39", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.39", - "date": "Fri, 05 Feb 2021 16:10:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.39`" - } - ] - } - }, - { - "version": "0.6.38", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.38", - "date": "Wed, 13 Jan 2021 01:11:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.38`" - } - ] - } - }, - { - "version": "0.6.37", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.37", - "date": "Thu, 10 Dec 2020 23:25:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.12.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.37`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.2`" - } - ] - } - }, - { - "version": "0.6.36", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.36", - "date": "Sat, 05 Dec 2020 01:11:23 GMT", - "comments": { - "patch": [ - { - "comment": "Ensure rootDir is consistently specified." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.36`" - } - ] - } - }, - { - "version": "0.6.35", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.35", - "date": "Wed, 18 Nov 2020 08:19:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.12.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.35`" - } - ] - } - }, - { - "version": "0.6.34", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.34", - "date": "Wed, 18 Nov 2020 06:21:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.34`" - } - ] - } - }, - { - "version": "0.6.33", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.33", - "date": "Wed, 11 Nov 2020 01:08:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.33`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.1`" - } - ] - } - }, - { - "version": "0.6.32", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.32", - "date": "Tue, 10 Nov 2020 23:13:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.32`" - } - ] - } - }, - { - "version": "0.6.31", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.31", - "date": "Fri, 30 Oct 2020 06:38:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.0`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.31`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.0`" - } - ] - } - }, - { - "version": "0.6.30", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.30", - "date": "Fri, 30 Oct 2020 00:10:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.30`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.3`" - } - ] - } - }, - { - "version": "0.6.29", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.29", - "date": "Thu, 29 Oct 2020 06:14:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.29`" - } - ] - } - }, - { - "version": "0.6.28", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.28", - "date": "Wed, 28 Oct 2020 01:18:03 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.28`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.2`" - } - ] - } - }, - { - "version": "0.6.27", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.27", - "date": "Tue, 27 Oct 2020 15:10:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.27`" - } - ] - } - }, - { - "version": "0.6.26", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.26", - "date": "Tue, 06 Oct 2020 00:24:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.26`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.1`" - } - ] - } - }, - { - "version": "0.6.25", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.25", - "date": "Mon, 05 Oct 2020 22:36:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.0`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.25`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.0`" - } - ] - } - }, - { - "version": "0.6.24", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.24", - "date": "Mon, 05 Oct 2020 15:10:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.24`" - } - ] - } - }, - { - "version": "0.6.23", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.23", - "date": "Wed, 30 Sep 2020 18:39:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.23`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.3`" - } - ] - } - }, - { - "version": "0.6.22", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.22", - "date": "Wed, 30 Sep 2020 06:53:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.22`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.2`" - } - ] - } - }, - { - "version": "0.6.21", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.21", - "date": "Tue, 22 Sep 2020 05:45:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.22`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.1`" - } - ] - } - }, - { - "version": "0.6.20", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.20", - "date": "Tue, 22 Sep 2020 01:45:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.21`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.0`" - } - ] - } - }, - { - "version": "0.6.19", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.19", - "date": "Tue, 22 Sep 2020 00:08:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.20`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.0.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.0.0`" - } - ] - } - }, - { - "version": "0.6.18", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.18", - "date": "Sat, 19 Sep 2020 04:37:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.19`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.2`" - } - ] - } - }, - { - "version": "0.6.17", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.17", - "date": "Sat, 19 Sep 2020 03:33:07 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.18`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.1`" - } - ] - } - }, - { - "version": "0.6.16", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.16", - "date": "Fri, 18 Sep 2020 22:57:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.17`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.0`" - } - ] - } - }, - { - "version": "0.6.15", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.15", - "date": "Fri, 18 Sep 2020 21:49:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.16`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.0`" - } - ] - } - }, - { - "version": "0.6.14", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.14", - "date": "Sun, 13 Sep 2020 01:53:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.15`" - } - ] - } - }, - { - "version": "0.6.13", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.13", - "date": "Fri, 11 Sep 2020 02:13:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.14`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.32.0`" - } - ] - } - }, - { - "version": "0.6.12", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.12", - "date": "Mon, 07 Sep 2020 07:37:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.31.0`" - } - ] - } - }, - { - "version": "0.6.11", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.11", - "date": "Sat, 05 Sep 2020 18:56:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.12`" - } - ] - } - }, - { - "version": "0.6.10", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.10", - "date": "Thu, 27 Aug 2020 11:27:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.30.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.3.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.3.0`" - } - ] - } - }, - { - "version": "0.6.9", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.9", - "date": "Mon, 24 Aug 2020 07:35:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.10`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.29.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.1`" - } - ] - } - }, - { - "version": "0.6.8", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.8", - "date": "Sat, 22 Aug 2020 05:55:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.29.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.0`" - } - ] - } - }, - { - "version": "0.6.7", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.7", - "date": "Fri, 21 Aug 2020 01:21:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.8`" - } - ] - } - }, - { - "version": "0.6.6", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.6", - "date": "Thu, 20 Aug 2020 15:13:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.7`" - } - ] - } - }, - { - "version": "0.6.5", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.5", - "date": "Tue, 18 Aug 2020 23:59:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.6`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.28.0`" - } - ] - } - }, - { - "version": "0.6.4", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.4", - "date": "Mon, 17 Aug 2020 04:53:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.27.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.1.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.1.0`" - } - ] - } - }, - { - "version": "0.6.3", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.3", - "date": "Wed, 12 Aug 2020 00:10:05 GMT", - "comments": { - "patch": [ - { - "comment": "Updated project to build with Heft" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.26.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.0.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.0.4`" - } - ] - } - }, - { - "version": "0.6.2", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.2", - "date": "Wed, 05 Aug 2020 18:27:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.26.1`" - } - ] - } - }, - { - "version": "0.6.1", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.1", - "date": "Fri, 03 Jul 2020 15:09:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.9.0` to `7.9.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.4` to `3.25.0`" - } - ] - } - }, - { - "version": "0.6.0", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.6.0", - "date": "Fri, 03 Jul 2020 05:46:41 GMT", - "comments": { - "minor": [ - { - "comment": "Disable the \"--typescript-compiler-folder\" setting for API Extractor, since it was causing errors with the latest TypeScript engine" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.15` to `7.9.0`" - } - ] - } - }, - { - "version": "0.5.2", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.5.2", - "date": "Thu, 25 Jun 2020 06:43:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.14` to `7.8.15`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.3` to `3.24.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.1` to `1.0.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.1` to `1.0.2`" - } - ] - } - }, - { - "version": "0.5.1", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.5.1", - "date": "Wed, 24 Jun 2020 09:50:48 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.13` to `7.8.14`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.2` to `3.24.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.0` to `1.0.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.0` to `1.0.1`" - } - ] - } - }, - { - "version": "0.5.0", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.5.0", - "date": "Wed, 24 Jun 2020 09:04:28 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade to ESLint 7" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.12` to `7.8.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.1` to `3.24.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.8` to `1.0.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.8` to `1.0.0`" - } - ] - } - }, - { - "version": "0.4.1", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.4.1", - "date": "Mon, 15 Jun 2020 22:17:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.11` to `7.8.12`" - } - ] - } - }, - { - "version": "0.4.0", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.4.0", - "date": "Fri, 12 Jun 2020 09:19:21 GMT", - "comments": { - "minor": [ - { - "comment": "Expose the @microsoft/api-extractor package's path" - } - ] - } - }, - { - "version": "0.3.3", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.3.3", - "date": "Wed, 10 Jun 2020 20:48:30 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.10` to `7.8.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.0` to `3.24.1`" - } - ] - } - }, - { - "version": "0.3.2", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.3.2", - "date": "Mon, 01 Jun 2020 08:34:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.9` to `7.8.10`" - } - ] - } - }, - { - "version": "0.3.1", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.3.1", - "date": "Sat, 30 May 2020 02:59:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.8` to `7.8.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.23.1` to `3.24.0`" - } - ] - } - }, - { - "version": "0.3.0", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.3.0", - "date": "Thu, 28 May 2020 05:59:02 GMT", - "comments": { - "minor": [ - { - "comment": "Change the way the typescript, tslint, and api-extractor packages are exported." - }, - { - "comment": "Update TSLint to 5.20.1" - }, - { - "comment": "Update tsconfig-node.json to target es2017 (supported by Node 8); this enables native async/await, and will show complete callstacks when using Node 12" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.7` to `7.8.8`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.23.0` to `3.23.1`" - } - ] - } - }, - { - "version": "0.2.17", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.2.17", - "date": "Wed, 27 May 2020 05:15:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.6` to `7.8.7`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.22.1` to `3.23.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.7` to `0.5.8`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.7` to `0.5.8`" - } - ] - } - }, - { - "version": "0.2.16", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.2.16", - "date": "Tue, 26 May 2020 23:00:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.5` to `7.8.6`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.22.0` to `3.22.1`" - } - ] - } - }, - { - "version": "0.2.15", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.2.15", - "date": "Fri, 22 May 2020 15:08:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.4` to `7.8.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.21.0` to `3.22.0`" - } - ] - } - }, - { - "version": "0.2.14", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.2.14", - "date": "Thu, 21 May 2020 23:09:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.3` to `7.8.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.20.0` to `3.21.0`" - } - ] - } - }, - { - "version": "0.2.13", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.2.13", - "date": "Thu, 21 May 2020 15:42:00 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.2` to `7.8.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.7` to `3.20.0`" - } - ] - } - }, - { - "version": "0.2.12", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.2.12", - "date": "Tue, 19 May 2020 15:08:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.1` to `7.8.2`" - } - ] - } - }, - { - "version": "0.2.11", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.2.11", - "date": "Fri, 15 May 2020 08:10:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.0` to `7.8.1`" - } - ] - } - }, - { - "version": "0.2.10", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.2.10", - "date": "Wed, 06 May 2020 08:23:45 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.13` to `7.8.0`" - } - ] - } - }, - { - "version": "0.2.9", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.2.9", - "date": "Wed, 08 Apr 2020 04:07:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.12` to `7.7.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.6` to `3.19.7`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.6` to `0.5.7`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.6` to `0.5.7`" - } - ] - } - }, - { - "version": "0.2.8", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.2.8", - "date": "Fri, 03 Apr 2020 15:10:15 GMT", - "comments": { - "patch": [ - { - "comment": "Update tslint-microsoft-contrib to ~6.2.0" - } - ] - } - }, - { - "version": "0.2.7", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.2.7", - "date": "Sun, 29 Mar 2020 00:04:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.11` to `7.7.12`" - } - ] - } - }, - { - "version": "0.2.6", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.2.6", - "date": "Sat, 28 Mar 2020 00:37:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.10` to `7.7.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.5` to `3.19.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.5` to `0.5.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.5` to `0.5.6`" - } - ] - } - }, - { - "version": "0.2.5", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.2.5", - "date": "Wed, 18 Mar 2020 15:07:47 GMT", - "comments": { - "patch": [ - { - "comment": "Upgrade cyclic dependencies" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.9` to `7.7.10`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.4` to `3.19.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.4` to `0.5.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.4` to `0.5.5`" - } - ] - } - }, - { - "version": "0.2.4", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.2.4", - "date": "Tue, 17 Mar 2020 23:55:58 GMT", - "comments": { - "patch": [ - { - "comment": "Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack`" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.8` to `7.7.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.3` to `3.19.4`" - } - ] - } - }, - { - "version": "0.2.3", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.2.3", - "date": "Tue, 28 Jan 2020 02:23:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.7` to `7.7.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.2` to `3.19.3`" - } - ] - } - }, - { - "version": "0.2.2", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.2.2", - "date": "Thu, 23 Jan 2020 01:07:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.6` to `7.7.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.1` to `3.19.2`" - } - ] - } - }, - { - "version": "0.2.1", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.2.1", - "date": "Tue, 21 Jan 2020 21:56:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.5` to `7.7.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.0` to `3.19.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.3` to `0.5.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.3` to `0.5.4`" - } - ] - } - }, - { - "version": "0.2.0", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.2.0", - "date": "Sun, 19 Jan 2020 02:26:52 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade Node typings to Node 10" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.4` to `7.7.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.3` to `3.19.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.2` to `0.5.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.2` to `0.5.3`" - } - ] - } - }, - { - "version": "0.1.6", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.1.6", - "date": "Fri, 17 Jan 2020 01:08:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.3` to `7.7.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.2` to `3.18.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.1` to `0.5.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.1` to `0.5.2`" - } - ] - } - }, - { - "version": "0.1.5", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.1.5", - "date": "Tue, 14 Jan 2020 01:34:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.2` to `7.7.3`" - } - ] - } - }, - { - "version": "0.1.4", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.1.4", - "date": "Thu, 09 Jan 2020 06:44:13 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.1` to `7.7.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.1` to `3.18.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.0` to `0.5.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.0` to `0.5.1`" - } - ] - } - }, - { - "version": "0.1.3", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.1.3", - "date": "Wed, 08 Jan 2020 00:11:31 GMT", - "comments": { - "patch": [ - { - "comment": "Fix some inconsistencies between the rush-stack-compiler-x.x project settings" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.0` to `7.7.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.0` to `3.18.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.2` to `0.5.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.2` to `0.5.0`" - } - ] - } - }, - { - "version": "0.1.2", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.1.2", - "date": "Tue, 03 Dec 2019 03:17:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.6.2` to `7.7.0`" - } - ] - } - }, - { - "version": "0.1.1", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.1.1", - "date": "Fri, 29 Nov 2019 16:07:38 GMT", - "comments": { - "patch": [ - { - "comment": "updates repo url to proper path in package.json" - } - ] - } - }, - { - "version": "0.1.0", - "tag": "@microsoft/rush-stack-compiler-3.6_v0.1.0", - "date": "Tue, 26 Nov 2019 00:36:34 GMT", - "comments": { - "minor": [ - { - "comment": "Initial package creation." - } - ] - } - } - ] -} diff --git a/stack/rush-stack-compiler-3.6/CHANGELOG.md b/stack/rush-stack-compiler-3.6/CHANGELOG.md deleted file mode 100644 index d1ccc0b94b6..00000000000 --- a/stack/rush-stack-compiler-3.6/CHANGELOG.md +++ /dev/null @@ -1,442 +0,0 @@ -# Change Log - @microsoft/rush-stack-compiler-3.6 - -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. - -## 0.6.47 -Wed, 19 May 2021 00:11:39 GMT - -_Version update only_ - -## 0.6.46 -Mon, 03 May 2021 15:10:29 GMT - -_Version update only_ - -## 0.6.45 -Thu, 29 Apr 2021 23:26:50 GMT - -_Version update only_ - -## 0.6.44 -Tue, 20 Apr 2021 04:59:51 GMT - -_Version update only_ - -## 0.6.43 -Mon, 12 Apr 2021 15:10:28 GMT - -_Version update only_ - -## 0.6.42 -Thu, 08 Apr 2021 06:05:32 GMT - -_Version update only_ - -## 0.6.41 -Tue, 06 Apr 2021 15:14:22 GMT - -_Version update only_ - -## 0.6.40 -Thu, 04 Mar 2021 01:11:31 GMT - -_Version update only_ - -## 0.6.39 -Fri, 05 Feb 2021 16:10:42 GMT - -_Version update only_ - -## 0.6.38 -Wed, 13 Jan 2021 01:11:06 GMT - -_Version update only_ - -## 0.6.37 -Thu, 10 Dec 2020 23:25:50 GMT - -_Version update only_ - -## 0.6.36 -Sat, 05 Dec 2020 01:11:23 GMT - -### Patches - -- Ensure rootDir is consistently specified. - -## 0.6.35 -Wed, 18 Nov 2020 08:19:54 GMT - -_Version update only_ - -## 0.6.34 -Wed, 18 Nov 2020 06:21:57 GMT - -_Version update only_ - -## 0.6.33 -Wed, 11 Nov 2020 01:08:59 GMT - -_Version update only_ - -## 0.6.32 -Tue, 10 Nov 2020 23:13:12 GMT - -_Version update only_ - -## 0.6.31 -Fri, 30 Oct 2020 06:38:39 GMT - -_Version update only_ - -## 0.6.30 -Fri, 30 Oct 2020 00:10:14 GMT - -_Version update only_ - -## 0.6.29 -Thu, 29 Oct 2020 06:14:19 GMT - -_Version update only_ - -## 0.6.28 -Wed, 28 Oct 2020 01:18:03 GMT - -_Version update only_ - -## 0.6.27 -Tue, 27 Oct 2020 15:10:14 GMT - -_Version update only_ - -## 0.6.26 -Tue, 06 Oct 2020 00:24:06 GMT - -_Version update only_ - -## 0.6.25 -Mon, 05 Oct 2020 22:36:57 GMT - -_Version update only_ - -## 0.6.24 -Mon, 05 Oct 2020 15:10:43 GMT - -_Version update only_ - -## 0.6.23 -Wed, 30 Sep 2020 18:39:17 GMT - -_Version update only_ - -## 0.6.22 -Wed, 30 Sep 2020 06:53:53 GMT - -_Version update only_ - -## 0.6.21 -Tue, 22 Sep 2020 05:45:57 GMT - -_Version update only_ - -## 0.6.20 -Tue, 22 Sep 2020 01:45:31 GMT - -_Version update only_ - -## 0.6.19 -Tue, 22 Sep 2020 00:08:53 GMT - -_Version update only_ - -## 0.6.18 -Sat, 19 Sep 2020 04:37:27 GMT - -_Version update only_ - -## 0.6.17 -Sat, 19 Sep 2020 03:33:07 GMT - -_Version update only_ - -## 0.6.16 -Fri, 18 Sep 2020 22:57:24 GMT - -_Version update only_ - -## 0.6.15 -Fri, 18 Sep 2020 21:49:54 GMT - -_Version update only_ - -## 0.6.14 -Sun, 13 Sep 2020 01:53:20 GMT - -_Version update only_ - -## 0.6.13 -Fri, 11 Sep 2020 02:13:35 GMT - -_Version update only_ - -## 0.6.12 -Mon, 07 Sep 2020 07:37:37 GMT - -_Version update only_ - -## 0.6.11 -Sat, 05 Sep 2020 18:56:35 GMT - -_Version update only_ - -## 0.6.10 -Thu, 27 Aug 2020 11:27:06 GMT - -_Version update only_ - -## 0.6.9 -Mon, 24 Aug 2020 07:35:20 GMT - -_Version update only_ - -## 0.6.8 -Sat, 22 Aug 2020 05:55:43 GMT - -_Version update only_ - -## 0.6.7 -Fri, 21 Aug 2020 01:21:18 GMT - -_Version update only_ - -## 0.6.6 -Thu, 20 Aug 2020 15:13:53 GMT - -_Version update only_ - -## 0.6.5 -Tue, 18 Aug 2020 23:59:42 GMT - -_Version update only_ - -## 0.6.4 -Mon, 17 Aug 2020 04:53:23 GMT - -_Version update only_ - -## 0.6.3 -Wed, 12 Aug 2020 00:10:05 GMT - -### Patches - -- Updated project to build with Heft - -## 0.6.2 -Wed, 05 Aug 2020 18:27:33 GMT - -_Version update only_ - -## 0.6.1 -Fri, 03 Jul 2020 15:09:04 GMT - -_Version update only_ - -## 0.6.0 -Fri, 03 Jul 2020 05:46:41 GMT - -### Minor changes - -- Disable the "--typescript-compiler-folder" setting for API Extractor, since it was causing errors with the latest TypeScript engine - -## 0.5.2 -Thu, 25 Jun 2020 06:43:35 GMT - -_Version update only_ - -## 0.5.1 -Wed, 24 Jun 2020 09:50:48 GMT - -_Version update only_ - -## 0.5.0 -Wed, 24 Jun 2020 09:04:28 GMT - -### Minor changes - -- Upgrade to ESLint 7 - -## 0.4.1 -Mon, 15 Jun 2020 22:17:18 GMT - -_Version update only_ - -## 0.4.0 -Fri, 12 Jun 2020 09:19:21 GMT - -### Minor changes - -- Expose the @microsoft/api-extractor package's path - -## 0.3.3 -Wed, 10 Jun 2020 20:48:30 GMT - -_Version update only_ - -## 0.3.2 -Mon, 01 Jun 2020 08:34:17 GMT - -_Version update only_ - -## 0.3.1 -Sat, 30 May 2020 02:59:54 GMT - -_Version update only_ - -## 0.3.0 -Thu, 28 May 2020 05:59:02 GMT - -### Minor changes - -- Change the way the typescript, tslint, and api-extractor packages are exported. -- Update TSLint to 5.20.1 -- Update tsconfig-node.json to target es2017 (supported by Node 8); this enables native async/await, and will show complete callstacks when using Node 12 - -## 0.2.17 -Wed, 27 May 2020 05:15:11 GMT - -_Version update only_ - -## 0.2.16 -Tue, 26 May 2020 23:00:25 GMT - -_Version update only_ - -## 0.2.15 -Fri, 22 May 2020 15:08:43 GMT - -_Version update only_ - -## 0.2.14 -Thu, 21 May 2020 23:09:44 GMT - -_Version update only_ - -## 0.2.13 -Thu, 21 May 2020 15:42:00 GMT - -_Version update only_ - -## 0.2.12 -Tue, 19 May 2020 15:08:20 GMT - -_Version update only_ - -## 0.2.11 -Fri, 15 May 2020 08:10:59 GMT - -_Version update only_ - -## 0.2.10 -Wed, 06 May 2020 08:23:45 GMT - -_Version update only_ - -## 0.2.9 -Wed, 08 Apr 2020 04:07:33 GMT - -_Version update only_ - -## 0.2.8 -Fri, 03 Apr 2020 15:10:15 GMT - -### Patches - -- Update tslint-microsoft-contrib to ~6.2.0 - -## 0.2.7 -Sun, 29 Mar 2020 00:04:12 GMT - -_Version update only_ - -## 0.2.6 -Sat, 28 Mar 2020 00:37:16 GMT - -_Version update only_ - -## 0.2.5 -Wed, 18 Mar 2020 15:07:47 GMT - -### Patches - -- Upgrade cyclic dependencies - -## 0.2.4 -Tue, 17 Mar 2020 23:55:58 GMT - -### Patches - -- Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack` - -## 0.2.3 -Tue, 28 Jan 2020 02:23:44 GMT - -_Version update only_ - -## 0.2.2 -Thu, 23 Jan 2020 01:07:56 GMT - -_Version update only_ - -## 0.2.1 -Tue, 21 Jan 2020 21:56:14 GMT - -_Version update only_ - -## 0.2.0 -Sun, 19 Jan 2020 02:26:52 GMT - -### Minor changes - -- Upgrade Node typings to Node 10 - -## 0.1.6 -Fri, 17 Jan 2020 01:08:23 GMT - -_Version update only_ - -## 0.1.5 -Tue, 14 Jan 2020 01:34:16 GMT - -_Version update only_ - -## 0.1.4 -Thu, 09 Jan 2020 06:44:13 GMT - -_Version update only_ - -## 0.1.3 -Wed, 08 Jan 2020 00:11:31 GMT - -### Patches - -- Fix some inconsistencies between the rush-stack-compiler-x.x project settings - -## 0.1.2 -Tue, 03 Dec 2019 03:17:44 GMT - -_Version update only_ - -## 0.1.1 -Fri, 29 Nov 2019 16:07:38 GMT - -### Patches - -- updates repo url to proper path in package.json - -## 0.1.0 -Tue, 26 Nov 2019 00:36:34 GMT - -### Minor changes - -- Initial package creation. - diff --git a/stack/rush-stack-compiler-3.6/LICENSE b/stack/rush-stack-compiler-3.6/LICENSE deleted file mode 100644 index 7c29b93ce0f..00000000000 --- a/stack/rush-stack-compiler-3.6/LICENSE +++ /dev/null @@ -1,24 +0,0 @@ -@microsoft/rush-stack - -Copyright (c) Microsoft Corporation. All rights reserved. - -MIT License - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/stack/rush-stack-compiler-3.6/README.md b/stack/rush-stack-compiler-3.6/README.md deleted file mode 100644 index 82778d6c7dd..00000000000 --- a/stack/rush-stack-compiler-3.6/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# @microsoft/rush-stack-compiler-3.6 - -This package is an NPM peer dependency that is used with -[@microsoft/rush-stack](https://www.npmjs.com/package/@microsoft/rush-stack) -to select a TypeScript compiler version. This variant selects TypeScript 3.6 - -It provides a supported set of versions for the following components: - -- the TypeScript compiler -- [tslint](https://github.com/palantir/tslint#readme) -- [API Extractor](https://api-extractor.com/) diff --git a/stack/rush-stack-compiler-3.6/bin/rush-api-extractor b/stack/rush-stack-compiler-3.6/bin/rush-api-extractor deleted file mode 100755 index 5c9bcde4214..00000000000 --- a/stack/rush-stack-compiler-3.6/bin/rush-api-extractor +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require("@microsoft/api-extractor/bin/api-extractor"); diff --git a/stack/rush-stack-compiler-3.6/bin/rush-eslint b/stack/rush-stack-compiler-3.6/bin/rush-eslint deleted file mode 100755 index 7c2ffc1b1c3..00000000000 --- a/stack/rush-stack-compiler-3.6/bin/rush-eslint +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require("eslint/bin/eslint"); diff --git a/stack/rush-stack-compiler-3.6/bin/rush-tsc b/stack/rush-stack-compiler-3.6/bin/rush-tsc deleted file mode 100755 index 978b97599d7..00000000000 --- a/stack/rush-stack-compiler-3.6/bin/rush-tsc +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require('typescript/bin/tsc'); diff --git a/stack/rush-stack-compiler-3.6/bin/rush-tslint b/stack/rush-stack-compiler-3.6/bin/rush-tslint deleted file mode 100755 index b76ee5d8dab..00000000000 --- a/stack/rush-stack-compiler-3.6/bin/rush-tslint +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require("tslint/bin/tslint"); diff --git a/stack/rush-stack-compiler-3.6/config/api-extractor.json b/stack/rush-stack-compiler-3.6/config/api-extractor.json deleted file mode 100644 index dcfa9cfc5b7..00000000000 --- a/stack/rush-stack-compiler-3.6/config/api-extractor.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", - - "mainEntryPointFilePath": "/lib/index.d.ts", - - "apiReport": { - "enabled": true, - "reportFolder": "../../../common/reviews/api" - }, - - "docModel": { - "enabled": true - }, - - "dtsRollup": { - "enabled": false - } -} diff --git a/stack/rush-stack-compiler-3.6/config/heft.json b/stack/rush-stack-compiler-3.6/config/heft.json deleted file mode 100644 index fa38fa303a4..00000000000 --- a/stack/rush-stack-compiler-3.6/config/heft.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/heft/heft.schema.json", - - "extends": "@rushstack/heft-node-rig/profiles/default/config/heft.json", - - "eventActions": [ - { - "actionKind": "deleteGlobs", - "heftEvent": "clean", - "actionId": "deleteSrc", - "globsToDelete": ["src"] - }, - - { - "actionKind": "copyFiles", - "heftEvent": "pre-compile", - "actionId": "copySrc", - "copyOperations": [ - { - "sourceFolder": "node_modules/@microsoft/rush-stack-compiler-shared/src", - "destinationFolders": ["src"], - "includeGlobs": ["*.ts", "*.js"] - }, - { - "sourceFolder": "node_modules/@microsoft/rush-stack-compiler-shared/src/pre-v4", - "destinationFolders": ["src"], - "includeGlobs": ["*.ts", "*.js"] - } - ] - } - ] -} diff --git a/stack/rush-stack-compiler-3.6/config/rig.json b/stack/rush-stack-compiler-3.6/config/rig.json deleted file mode 100644 index 6ac88a96368..00000000000 --- a/stack/rush-stack-compiler-3.6/config/rig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - // The "rig.json" file directs tools to look for their config files in an external package. - // Documentation for this system: https://www.npmjs.com/package/@rushstack/rig-package - "$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json", - - "rigPackageName": "@rushstack/heft-node-rig" -} diff --git a/stack/rush-stack-compiler-3.6/config/typescript.json b/stack/rush-stack-compiler-3.6/config/typescript.json deleted file mode 100644 index 6e09afa31ca..00000000000 --- a/stack/rush-stack-compiler-3.6/config/typescript.json +++ /dev/null @@ -1,12 +0,0 @@ -/** - * Configures the TypeScript plugin for Heft. This plugin also manages linting. - */ -{ - "$schema": "https://developer.microsoft.com/json-schemas/heft/typescript.schema.json", - - "extends": "@rushstack/heft-node-rig/profiles/default/config/typescript.json", - - "staticAssetsToCopy": { - "fileExtensions": [".d.ts", ".js"] - } -} diff --git a/stack/rush-stack-compiler-3.6/includes/tsconfig-base.json b/stack/rush-stack-compiler-3.6/includes/tsconfig-base.json deleted file mode 100644 index 6c52435c84d..00000000000 --- a/stack/rush-stack-compiler-3.6/includes/tsconfig-base.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "compilerOptions": { - "outDir": "../../../../lib", - "rootDir": "../../../../src", - - "forceConsistentCasingInFileNames": true, - "jsx": "react", - "declaration": true, - "sourceMap": true, - "declarationMap": true, - "inlineSources": true, - "experimentalDecorators": true, - "strictNullChecks": true, - "noUnusedLocals": true, - "types": [] - }, - "include": ["../../../../src/**/*.ts", "../../../../src/**/*.tsx"], - "exclude": ["../../../../node_modules", "../../../../lib"] -} diff --git a/stack/rush-stack-compiler-3.6/includes/tsconfig-node.json b/stack/rush-stack-compiler-3.6/includes/tsconfig-node.json deleted file mode 100644 index 722f0b8f62a..00000000000 --- a/stack/rush-stack-compiler-3.6/includes/tsconfig-node.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "extends": "./tsconfig-base.json", - "compilerOptions": { - "module": "commonjs", - "target": "es2017", - "lib": ["es2017"] - } -} diff --git a/stack/rush-stack-compiler-3.6/includes/tsconfig-web.json b/stack/rush-stack-compiler-3.6/includes/tsconfig-web.json deleted file mode 100644 index 5dd9e12e4aa..00000000000 --- a/stack/rush-stack-compiler-3.6/includes/tsconfig-web.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "extends": "./tsconfig-base.json", - "compilerOptions": { - "module": "esnext", - "moduleResolution": "node", - "target": "es5", - "lib": ["es5", "scripthost", "es2015.collection", "es2015.promise", "es2015.iterable", "dom"] - } -} diff --git a/stack/rush-stack-compiler-3.6/includes/tslint.json b/stack/rush-stack-compiler-3.6/includes/tslint.json deleted file mode 100644 index f55613b66cc..00000000000 --- a/stack/rush-stack-compiler-3.6/includes/tslint.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tslint", - - "rulesDirectory": ["tslint-microsoft-contrib"], - "rules": { - "class-name": true, - "comment-format": [true, "check-space"], - "curly": true, - "eofline": false, - "export-name": true, - "forin": true, - "indent": [true, "spaces", 2], - "interface-name": true, - "label-position": true, - "max-line-length": [true, 120], - "member-access": true, - "member-ordering": [ - true, - { - "order": [ - "public-static-field", - "protected-static-field", - "private-static-field", - "public-instance-field", - "protected-instance-field", - "private-instance-field", - "public-static-method", - "protected-static-method", - "private-static-method", - "public-constructor", - "public-instance-method", - "protected-constructor", - "protected-instance-method", - "private-constructor", - "private-instance-method" - ] - } - ], - "missing-optional-annotation": true, - "no-arg": true, - "no-any": true, - "no-bitwise": true, - "no-consecutive-blank-lines": true, - "no-console": [true, "debug", "info", "time", "timeEnd", "trace"], - "no-constant-condition": true, - "no-construct": true, - "no-debugger": true, - "no-duplicate-switch-case": true, - "no-duplicate-parameter-names": true, - "no-duplicate-variable": true, - "no-empty": true, - "no-eval": true, - "no-floating-promises": true, - "no-function-expression": true, - "no-inferrable-types": false, - "no-internal-module": true, - "no-null-keyword": true, - "no-shadowed-variable": true, - "no-string-literal": true, - "no-switch-case-fall-through": true, - "no-trailing-whitespace": true, - "no-unnecessary-semicolons": true, - "no-unused-expression": true, - "no-with-statement": true, - "no-var-keyword": true, - "object-literal-sort-keys": false, - "one-line": [true, "check-open-brace", "check-catch", "check-else", "check-whitespace"], - "quotemark": [true, "single", "avoid-escape"], - "prefer-const": true, - "radix": true, - "semicolon": true, - "trailing-comma": [ - true, - { - "multiline": "never", - "singleline": "never" - } - ], - "triple-equals": [true, "allow-null-check"], - "typedef": [ - true, - "call-signature", - "parameter", - "property-declaration", - "variable-declaration", - "member-variable-declaration" - ], - "typedef-whitespace": [ - true, - { - "call-signature": "nospace", - "index-signature": "nospace", - "parameter": "nospace", - "property-declaration": "nospace", - "variable-declaration": "nospace" - } - ], - "use-isnan": true, - "use-named-parameter": true, - "variable-name": [true, "check-format", "allow-leading-underscore", "ban-keywords"], - "whitespace": [true, "check-branch", "check-decl", "check-operator", "check-separator", "check-type"] - } -} diff --git a/stack/rush-stack-compiler-3.6/package.json b/stack/rush-stack-compiler-3.6/package.json deleted file mode 100644 index 546dd1e977a..00000000000 --- a/stack/rush-stack-compiler-3.6/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "@microsoft/rush-stack-compiler-3.6", - "version": "0.6.47", - "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.6.", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/microsoft/rushstack/tree/master/stack/rush-stack-compiler-3.6" - }, - "bin": { - "rush-api-extractor": "./bin/rush-api-extractor", - "rush-eslint": "./bin/rush-eslint", - "rush-tsc": "./bin/rush-tsc", - "rush-tslint": "./bin/rush-tslint" - }, - "scripts": { - "build": "heft build --clean" - }, - "main": "lib/index.js", - "typings": "lib/index.d.ts", - "dependencies": { - "@microsoft/api-extractor": "workspace:*", - "@rushstack/eslint-config": "workspace:*", - "@rushstack/node-core-library": "workspace:*", - "@types/node": "10.17.13", - "eslint": "~7.12.1", - "import-lazy": "~4.0.0", - "tslint": "~5.20.1", - "tslint-microsoft-contrib": "~6.2.0", - "typescript": "~3.6.4" - }, - "devDependencies": { - "@microsoft/rush-stack-compiler-3.9": "workspace:*", - "@microsoft/rush-stack-compiler-shared": "workspace:*", - "@rushstack/eslint-config": "workspace:*", - "@rushstack/heft": "0.28.0", - "@rushstack/heft-node-rig": "1.0.8" - } -} diff --git a/stack/rush-stack-compiler-3.6/tsconfig.json b/stack/rush-stack-compiler-3.6/tsconfig.json deleted file mode 100644 index 6bef73c4b86..00000000000 --- a/stack/rush-stack-compiler-3.6/tsconfig.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.9/includes/tsconfig-node.json", - - "compilerOptions": { - "rootDir": "src", - "outDir": "lib" - } -} diff --git a/stack/rush-stack-compiler-3.7/.eslintrc.js b/stack/rush-stack-compiler-3.7/.eslintrc.js deleted file mode 100644 index 4c934799d67..00000000000 --- a/stack/rush-stack-compiler-3.7/.eslintrc.js +++ /dev/null @@ -1,10 +0,0 @@ -// This is a workaround for https://github.com/eslint/eslint/issues/3458 -require('@rushstack/eslint-config/patch/modern-module-resolution'); - -module.exports = { - extends: [ - '@rushstack/eslint-config/profile/node-trusted-tool', - '@rushstack/eslint-config/mixins/friendly-locals' - ], - parserOptions: { tsconfigRootDir: __dirname } -}; diff --git a/stack/rush-stack-compiler-3.7/.gitignore b/stack/rush-stack-compiler-3.7/.gitignore deleted file mode 100644 index dbc8690803e..00000000000 --- a/stack/rush-stack-compiler-3.7/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/src \ No newline at end of file diff --git a/stack/rush-stack-compiler-3.7/.npmignore b/stack/rush-stack-compiler-3.7/.npmignore deleted file mode 100644 index ad6bcd960e8..00000000000 --- a/stack/rush-stack-compiler-3.7/.npmignore +++ /dev/null @@ -1,31 +0,0 @@ -# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. - -# Ignore all files by default, to avoid accidentally publishing unintended files. -* - -# Use negative patterns to bring back the specific things we want to publish. -!/bin/** -!/lib/** -!/lib-*/** -!/dist/** -!ThirdPartyNotice.txt - -# Ignore certain patterns that should not get published. -/dist/*.stats.* -/lib/**/test/ -/lib-*/**/test/ -*.test.js - -# NOTE: These don't need to be specified, because NPM includes them automatically. -# -# package.json -# README (and its variants) -# CHANGELOG (and its variants) -# LICENSE / LICENCE - -#-------------------------------------------- -# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE -#-------------------------------------------- - -# (Add your project-specific overrides here) -!/includes/** diff --git a/stack/rush-stack-compiler-3.7/CHANGELOG.json b/stack/rush-stack-compiler-3.7/CHANGELOG.json deleted file mode 100644 index 16f8c336a9a..00000000000 --- a/stack/rush-stack-compiler-3.7/CHANGELOG.json +++ /dev/null @@ -1,1484 +0,0 @@ -{ - "name": "@microsoft/rush-stack-compiler-3.7", - "entries": [ - { - "version": "0.6.47", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.47", - "date": "Wed, 19 May 2021 00:11:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.38.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.47`" - } - ] - } - }, - { - "version": "0.6.46", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.46", - "date": "Mon, 03 May 2021 15:10:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.37.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.46`" - } - ] - } - }, - { - "version": "0.6.45", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.45", - "date": "Thu, 29 Apr 2021 23:26:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.45`" - } - ] - } - }, - { - "version": "0.6.44", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.44", - "date": "Tue, 20 Apr 2021 04:59:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.14.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.44`" - } - ] - } - }, - { - "version": "0.6.43", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.43", - "date": "Mon, 12 Apr 2021 15:10:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.43`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.4`" - } - ] - } - }, - { - "version": "0.6.42", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.42", - "date": "Thu, 08 Apr 2021 06:05:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.42`" - } - ] - } - }, - { - "version": "0.6.41", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.41", - "date": "Tue, 06 Apr 2021 15:14:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.41`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.3`" - } - ] - } - }, - { - "version": "0.6.40", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.40", - "date": "Thu, 04 Mar 2021 01:11:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.40`" - } - ] - } - }, - { - "version": "0.6.39", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.39", - "date": "Fri, 05 Feb 2021 16:10:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.39`" - } - ] - } - }, - { - "version": "0.6.38", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.38", - "date": "Wed, 13 Jan 2021 01:11:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.38`" - } - ] - } - }, - { - "version": "0.6.37", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.37", - "date": "Thu, 10 Dec 2020 23:25:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.12.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.37`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.2`" - } - ] - } - }, - { - "version": "0.6.36", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.36", - "date": "Sat, 05 Dec 2020 01:11:23 GMT", - "comments": { - "patch": [ - { - "comment": "Ensure rootDir is consistently specified." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.36`" - } - ] - } - }, - { - "version": "0.6.35", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.35", - "date": "Wed, 18 Nov 2020 08:19:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.12.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.35`" - } - ] - } - }, - { - "version": "0.6.34", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.34", - "date": "Wed, 18 Nov 2020 06:21:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.34`" - } - ] - } - }, - { - "version": "0.6.33", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.33", - "date": "Wed, 11 Nov 2020 01:08:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.33`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.1`" - } - ] - } - }, - { - "version": "0.6.32", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.32", - "date": "Tue, 10 Nov 2020 23:13:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.32`" - } - ] - } - }, - { - "version": "0.6.31", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.31", - "date": "Fri, 30 Oct 2020 06:38:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.0`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.31`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.0`" - } - ] - } - }, - { - "version": "0.6.30", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.30", - "date": "Fri, 30 Oct 2020 00:10:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.30`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.3`" - } - ] - } - }, - { - "version": "0.6.29", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.29", - "date": "Thu, 29 Oct 2020 06:14:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.29`" - } - ] - } - }, - { - "version": "0.6.28", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.28", - "date": "Wed, 28 Oct 2020 01:18:03 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.28`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.2`" - } - ] - } - }, - { - "version": "0.6.27", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.27", - "date": "Tue, 27 Oct 2020 15:10:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.27`" - } - ] - } - }, - { - "version": "0.6.26", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.26", - "date": "Tue, 06 Oct 2020 00:24:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.26`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.1`" - } - ] - } - }, - { - "version": "0.6.25", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.25", - "date": "Mon, 05 Oct 2020 22:36:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.0`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.25`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.0`" - } - ] - } - }, - { - "version": "0.6.24", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.24", - "date": "Mon, 05 Oct 2020 15:10:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.24`" - } - ] - } - }, - { - "version": "0.6.23", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.23", - "date": "Wed, 30 Sep 2020 18:39:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.23`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.3`" - } - ] - } - }, - { - "version": "0.6.22", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.22", - "date": "Wed, 30 Sep 2020 06:53:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.22`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.2`" - } - ] - } - }, - { - "version": "0.6.21", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.21", - "date": "Tue, 22 Sep 2020 05:45:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.22`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.1`" - } - ] - } - }, - { - "version": "0.6.20", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.20", - "date": "Tue, 22 Sep 2020 01:45:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.21`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.0`" - } - ] - } - }, - { - "version": "0.6.19", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.19", - "date": "Tue, 22 Sep 2020 00:08:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.20`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.0.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.0.0`" - } - ] - } - }, - { - "version": "0.6.18", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.18", - "date": "Sat, 19 Sep 2020 04:37:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.19`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.2`" - } - ] - } - }, - { - "version": "0.6.17", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.17", - "date": "Sat, 19 Sep 2020 03:33:07 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.18`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.1`" - } - ] - } - }, - { - "version": "0.6.16", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.16", - "date": "Fri, 18 Sep 2020 22:57:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.17`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.0`" - } - ] - } - }, - { - "version": "0.6.15", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.15", - "date": "Fri, 18 Sep 2020 21:49:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.16`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.0`" - } - ] - } - }, - { - "version": "0.6.14", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.14", - "date": "Sun, 13 Sep 2020 01:53:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.15`" - } - ] - } - }, - { - "version": "0.6.13", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.13", - "date": "Fri, 11 Sep 2020 02:13:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.14`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.32.0`" - } - ] - } - }, - { - "version": "0.6.12", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.12", - "date": "Mon, 07 Sep 2020 07:37:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.31.0`" - } - ] - } - }, - { - "version": "0.6.11", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.11", - "date": "Sat, 05 Sep 2020 18:56:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.12`" - } - ] - } - }, - { - "version": "0.6.10", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.10", - "date": "Thu, 27 Aug 2020 11:27:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.30.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.3.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.3.0`" - } - ] - } - }, - { - "version": "0.6.9", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.9", - "date": "Mon, 24 Aug 2020 07:35:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.10`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.29.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.1`" - } - ] - } - }, - { - "version": "0.6.8", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.8", - "date": "Sat, 22 Aug 2020 05:55:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.29.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.0`" - } - ] - } - }, - { - "version": "0.6.7", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.7", - "date": "Fri, 21 Aug 2020 01:21:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.8`" - } - ] - } - }, - { - "version": "0.6.6", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.6", - "date": "Thu, 20 Aug 2020 15:13:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.7`" - } - ] - } - }, - { - "version": "0.6.5", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.5", - "date": "Tue, 18 Aug 2020 23:59:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.6`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.28.0`" - } - ] - } - }, - { - "version": "0.6.4", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.4", - "date": "Mon, 17 Aug 2020 04:53:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.27.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.1.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.1.0`" - } - ] - } - }, - { - "version": "0.6.3", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.3", - "date": "Wed, 12 Aug 2020 00:10:05 GMT", - "comments": { - "patch": [ - { - "comment": "Updated project to build with Heft" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.26.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.0.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.0.4`" - } - ] - } - }, - { - "version": "0.6.2", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.2", - "date": "Wed, 05 Aug 2020 18:27:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.26.1`" - } - ] - } - }, - { - "version": "0.6.1", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.1", - "date": "Fri, 03 Jul 2020 15:09:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.9.0` to `7.9.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.4` to `3.25.0`" - } - ] - } - }, - { - "version": "0.6.0", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.6.0", - "date": "Fri, 03 Jul 2020 05:46:41 GMT", - "comments": { - "minor": [ - { - "comment": "Disable the \"--typescript-compiler-folder\" setting for API Extractor, since it was causing errors with the latest TypeScript engine" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.15` to `7.9.0`" - } - ] - } - }, - { - "version": "0.5.2", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.5.2", - "date": "Thu, 25 Jun 2020 06:43:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.14` to `7.8.15`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.3` to `3.24.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.1` to `1.0.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.1` to `1.0.2`" - } - ] - } - }, - { - "version": "0.5.1", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.5.1", - "date": "Wed, 24 Jun 2020 09:50:48 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.13` to `7.8.14`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.2` to `3.24.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.0` to `1.0.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.0` to `1.0.1`" - } - ] - } - }, - { - "version": "0.5.0", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.5.0", - "date": "Wed, 24 Jun 2020 09:04:28 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade to ESLint 7" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.12` to `7.8.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.1` to `3.24.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.8` to `1.0.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.8` to `1.0.0`" - } - ] - } - }, - { - "version": "0.4.1", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.4.1", - "date": "Mon, 15 Jun 2020 22:17:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.11` to `7.8.12`" - } - ] - } - }, - { - "version": "0.4.0", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.4.0", - "date": "Fri, 12 Jun 2020 09:19:21 GMT", - "comments": { - "minor": [ - { - "comment": "Expose the @microsoft/api-extractor package's path" - } - ] - } - }, - { - "version": "0.3.3", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.3.3", - "date": "Wed, 10 Jun 2020 20:48:30 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.10` to `7.8.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.0` to `3.24.1`" - } - ] - } - }, - { - "version": "0.3.2", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.3.2", - "date": "Mon, 01 Jun 2020 08:34:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.9` to `7.8.10`" - } - ] - } - }, - { - "version": "0.3.1", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.3.1", - "date": "Sat, 30 May 2020 02:59:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.8` to `7.8.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.23.1` to `3.24.0`" - } - ] - } - }, - { - "version": "0.3.0", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.3.0", - "date": "Thu, 28 May 2020 05:59:02 GMT", - "comments": { - "minor": [ - { - "comment": "Change the way the typescript, tslint, and api-extractor packages are exported." - }, - { - "comment": "Update TSLint to 5.20.1" - }, - { - "comment": "Update tsconfig-node.json to target es2017 (supported by Node 8); this enables native async/await, and will show complete callstacks when using Node 12" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.7` to `7.8.8`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.23.0` to `3.23.1`" - } - ] - } - }, - { - "version": "0.2.17", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.2.17", - "date": "Wed, 27 May 2020 05:15:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.6` to `7.8.7`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.22.1` to `3.23.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.7` to `0.5.8`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.7` to `0.5.8`" - } - ] - } - }, - { - "version": "0.2.16", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.2.16", - "date": "Tue, 26 May 2020 23:00:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.5` to `7.8.6`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.22.0` to `3.22.1`" - } - ] - } - }, - { - "version": "0.2.15", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.2.15", - "date": "Fri, 22 May 2020 15:08:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.4` to `7.8.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.21.0` to `3.22.0`" - } - ] - } - }, - { - "version": "0.2.14", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.2.14", - "date": "Thu, 21 May 2020 23:09:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.3` to `7.8.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.20.0` to `3.21.0`" - } - ] - } - }, - { - "version": "0.2.13", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.2.13", - "date": "Thu, 21 May 2020 15:42:00 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.2` to `7.8.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.7` to `3.20.0`" - } - ] - } - }, - { - "version": "0.2.12", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.2.12", - "date": "Tue, 19 May 2020 15:08:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.1` to `7.8.2`" - } - ] - } - }, - { - "version": "0.2.11", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.2.11", - "date": "Fri, 15 May 2020 08:10:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.0` to `7.8.1`" - } - ] - } - }, - { - "version": "0.2.10", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.2.10", - "date": "Wed, 06 May 2020 08:23:45 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.13` to `7.8.0`" - } - ] - } - }, - { - "version": "0.2.9", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.2.9", - "date": "Wed, 08 Apr 2020 04:07:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.12` to `7.7.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.6` to `3.19.7`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.6` to `0.5.7`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.6` to `0.5.7`" - } - ] - } - }, - { - "version": "0.2.8", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.2.8", - "date": "Fri, 03 Apr 2020 15:10:15 GMT", - "comments": { - "patch": [ - { - "comment": "Update tslint-microsoft-contrib to ~6.2.0" - } - ] - } - }, - { - "version": "0.2.7", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.2.7", - "date": "Sun, 29 Mar 2020 00:04:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.11` to `7.7.12`" - } - ] - } - }, - { - "version": "0.2.6", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.2.6", - "date": "Sat, 28 Mar 2020 00:37:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.10` to `7.7.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.5` to `3.19.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.5` to `0.5.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.5` to `0.5.6`" - } - ] - } - }, - { - "version": "0.2.5", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.2.5", - "date": "Wed, 18 Mar 2020 15:07:47 GMT", - "comments": { - "patch": [ - { - "comment": "Upgrade cyclic dependencies" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.9` to `7.7.10`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.4` to `3.19.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.4` to `0.5.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.4` to `0.5.5`" - } - ] - } - }, - { - "version": "0.2.4", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.2.4", - "date": "Tue, 17 Mar 2020 23:55:58 GMT", - "comments": { - "patch": [ - { - "comment": "Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack`" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.8` to `7.7.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.3` to `3.19.4`" - } - ] - } - }, - { - "version": "0.2.3", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.2.3", - "date": "Tue, 28 Jan 2020 02:23:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.7` to `7.7.8`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.2` to `3.19.3`" - } - ] - } - }, - { - "version": "0.2.2", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.2.2", - "date": "Thu, 23 Jan 2020 01:07:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.6` to `7.7.7`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.1` to `3.19.2`" - } - ] - } - }, - { - "version": "0.2.1", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.2.1", - "date": "Tue, 21 Jan 2020 21:56:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.5` to `7.7.6`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.19.0` to `3.19.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.3` to `0.5.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.3` to `0.5.4`" - } - ] - } - }, - { - "version": "0.2.0", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.2.0", - "date": "Sun, 19 Jan 2020 02:26:52 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade Node typings to Node 10" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.4` to `7.7.5`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.3` to `3.19.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.2` to `0.5.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.2` to `0.5.3`" - } - ] - } - }, - { - "version": "0.1.6", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.1.6", - "date": "Fri, 17 Jan 2020 01:08:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.3` to `7.7.4`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.2` to `3.18.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.1` to `0.5.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.1` to `0.5.2`" - } - ] - } - }, - { - "version": "0.1.5", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.1.5", - "date": "Tue, 14 Jan 2020 01:34:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.2` to `7.7.3`" - } - ] - } - }, - { - "version": "0.1.4", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.1.4", - "date": "Thu, 09 Jan 2020 06:44:13 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.1` to `7.7.2`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.1` to `3.18.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.0` to `0.5.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.0` to `0.5.1`" - } - ] - } - }, - { - "version": "0.1.3", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.1.3", - "date": "Wed, 08 Jan 2020 00:11:31 GMT", - "comments": { - "patch": [ - { - "comment": "Fix some inconsistencies between the rush-stack-compiler-x.x project settings" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.7.0` to `7.7.1`" - }, - { - "comment": "Updating dependency \"@microsoft/node-core-library\" from `3.18.0` to `3.18.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.2` to `0.5.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.2` to `0.5.0`" - } - ] - } - }, - { - "version": "0.1.2", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.1.2", - "date": "Tue, 03 Dec 2019 03:17:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.6.2` to `7.7.0`" - } - ] - } - }, - { - "version": "0.1.1", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.1.1", - "date": "Fri, 29 Nov 2019 16:07:38 GMT", - "comments": { - "patch": [ - { - "comment": "updates repo url to proper path in package.json" - } - ] - } - }, - { - "version": "0.1.0", - "tag": "@microsoft/rush-stack-compiler-3.7_v0.1.0", - "date": "Tue, 26 Nov 2019 00:36:34 GMT", - "comments": { - "minor": [ - { - "comment": "Initial package creation." - } - ] - } - } - ] -} diff --git a/stack/rush-stack-compiler-3.7/CHANGELOG.md b/stack/rush-stack-compiler-3.7/CHANGELOG.md deleted file mode 100644 index aed079d02e8..00000000000 --- a/stack/rush-stack-compiler-3.7/CHANGELOG.md +++ /dev/null @@ -1,442 +0,0 @@ -# Change Log - @microsoft/rush-stack-compiler-3.7 - -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. - -## 0.6.47 -Wed, 19 May 2021 00:11:39 GMT - -_Version update only_ - -## 0.6.46 -Mon, 03 May 2021 15:10:29 GMT - -_Version update only_ - -## 0.6.45 -Thu, 29 Apr 2021 23:26:50 GMT - -_Version update only_ - -## 0.6.44 -Tue, 20 Apr 2021 04:59:51 GMT - -_Version update only_ - -## 0.6.43 -Mon, 12 Apr 2021 15:10:28 GMT - -_Version update only_ - -## 0.6.42 -Thu, 08 Apr 2021 06:05:32 GMT - -_Version update only_ - -## 0.6.41 -Tue, 06 Apr 2021 15:14:22 GMT - -_Version update only_ - -## 0.6.40 -Thu, 04 Mar 2021 01:11:31 GMT - -_Version update only_ - -## 0.6.39 -Fri, 05 Feb 2021 16:10:42 GMT - -_Version update only_ - -## 0.6.38 -Wed, 13 Jan 2021 01:11:06 GMT - -_Version update only_ - -## 0.6.37 -Thu, 10 Dec 2020 23:25:50 GMT - -_Version update only_ - -## 0.6.36 -Sat, 05 Dec 2020 01:11:23 GMT - -### Patches - -- Ensure rootDir is consistently specified. - -## 0.6.35 -Wed, 18 Nov 2020 08:19:54 GMT - -_Version update only_ - -## 0.6.34 -Wed, 18 Nov 2020 06:21:57 GMT - -_Version update only_ - -## 0.6.33 -Wed, 11 Nov 2020 01:08:59 GMT - -_Version update only_ - -## 0.6.32 -Tue, 10 Nov 2020 23:13:12 GMT - -_Version update only_ - -## 0.6.31 -Fri, 30 Oct 2020 06:38:39 GMT - -_Version update only_ - -## 0.6.30 -Fri, 30 Oct 2020 00:10:14 GMT - -_Version update only_ - -## 0.6.29 -Thu, 29 Oct 2020 06:14:19 GMT - -_Version update only_ - -## 0.6.28 -Wed, 28 Oct 2020 01:18:03 GMT - -_Version update only_ - -## 0.6.27 -Tue, 27 Oct 2020 15:10:14 GMT - -_Version update only_ - -## 0.6.26 -Tue, 06 Oct 2020 00:24:06 GMT - -_Version update only_ - -## 0.6.25 -Mon, 05 Oct 2020 22:36:57 GMT - -_Version update only_ - -## 0.6.24 -Mon, 05 Oct 2020 15:10:43 GMT - -_Version update only_ - -## 0.6.23 -Wed, 30 Sep 2020 18:39:17 GMT - -_Version update only_ - -## 0.6.22 -Wed, 30 Sep 2020 06:53:53 GMT - -_Version update only_ - -## 0.6.21 -Tue, 22 Sep 2020 05:45:57 GMT - -_Version update only_ - -## 0.6.20 -Tue, 22 Sep 2020 01:45:31 GMT - -_Version update only_ - -## 0.6.19 -Tue, 22 Sep 2020 00:08:53 GMT - -_Version update only_ - -## 0.6.18 -Sat, 19 Sep 2020 04:37:27 GMT - -_Version update only_ - -## 0.6.17 -Sat, 19 Sep 2020 03:33:07 GMT - -_Version update only_ - -## 0.6.16 -Fri, 18 Sep 2020 22:57:24 GMT - -_Version update only_ - -## 0.6.15 -Fri, 18 Sep 2020 21:49:54 GMT - -_Version update only_ - -## 0.6.14 -Sun, 13 Sep 2020 01:53:20 GMT - -_Version update only_ - -## 0.6.13 -Fri, 11 Sep 2020 02:13:35 GMT - -_Version update only_ - -## 0.6.12 -Mon, 07 Sep 2020 07:37:37 GMT - -_Version update only_ - -## 0.6.11 -Sat, 05 Sep 2020 18:56:35 GMT - -_Version update only_ - -## 0.6.10 -Thu, 27 Aug 2020 11:27:06 GMT - -_Version update only_ - -## 0.6.9 -Mon, 24 Aug 2020 07:35:20 GMT - -_Version update only_ - -## 0.6.8 -Sat, 22 Aug 2020 05:55:43 GMT - -_Version update only_ - -## 0.6.7 -Fri, 21 Aug 2020 01:21:18 GMT - -_Version update only_ - -## 0.6.6 -Thu, 20 Aug 2020 15:13:53 GMT - -_Version update only_ - -## 0.6.5 -Tue, 18 Aug 2020 23:59:42 GMT - -_Version update only_ - -## 0.6.4 -Mon, 17 Aug 2020 04:53:23 GMT - -_Version update only_ - -## 0.6.3 -Wed, 12 Aug 2020 00:10:05 GMT - -### Patches - -- Updated project to build with Heft - -## 0.6.2 -Wed, 05 Aug 2020 18:27:33 GMT - -_Version update only_ - -## 0.6.1 -Fri, 03 Jul 2020 15:09:04 GMT - -_Version update only_ - -## 0.6.0 -Fri, 03 Jul 2020 05:46:41 GMT - -### Minor changes - -- Disable the "--typescript-compiler-folder" setting for API Extractor, since it was causing errors with the latest TypeScript engine - -## 0.5.2 -Thu, 25 Jun 2020 06:43:35 GMT - -_Version update only_ - -## 0.5.1 -Wed, 24 Jun 2020 09:50:48 GMT - -_Version update only_ - -## 0.5.0 -Wed, 24 Jun 2020 09:04:28 GMT - -### Minor changes - -- Upgrade to ESLint 7 - -## 0.4.1 -Mon, 15 Jun 2020 22:17:18 GMT - -_Version update only_ - -## 0.4.0 -Fri, 12 Jun 2020 09:19:21 GMT - -### Minor changes - -- Expose the @microsoft/api-extractor package's path - -## 0.3.3 -Wed, 10 Jun 2020 20:48:30 GMT - -_Version update only_ - -## 0.3.2 -Mon, 01 Jun 2020 08:34:17 GMT - -_Version update only_ - -## 0.3.1 -Sat, 30 May 2020 02:59:54 GMT - -_Version update only_ - -## 0.3.0 -Thu, 28 May 2020 05:59:02 GMT - -### Minor changes - -- Change the way the typescript, tslint, and api-extractor packages are exported. -- Update TSLint to 5.20.1 -- Update tsconfig-node.json to target es2017 (supported by Node 8); this enables native async/await, and will show complete callstacks when using Node 12 - -## 0.2.17 -Wed, 27 May 2020 05:15:11 GMT - -_Version update only_ - -## 0.2.16 -Tue, 26 May 2020 23:00:25 GMT - -_Version update only_ - -## 0.2.15 -Fri, 22 May 2020 15:08:43 GMT - -_Version update only_ - -## 0.2.14 -Thu, 21 May 2020 23:09:44 GMT - -_Version update only_ - -## 0.2.13 -Thu, 21 May 2020 15:42:00 GMT - -_Version update only_ - -## 0.2.12 -Tue, 19 May 2020 15:08:20 GMT - -_Version update only_ - -## 0.2.11 -Fri, 15 May 2020 08:10:59 GMT - -_Version update only_ - -## 0.2.10 -Wed, 06 May 2020 08:23:45 GMT - -_Version update only_ - -## 0.2.9 -Wed, 08 Apr 2020 04:07:33 GMT - -_Version update only_ - -## 0.2.8 -Fri, 03 Apr 2020 15:10:15 GMT - -### Patches - -- Update tslint-microsoft-contrib to ~6.2.0 - -## 0.2.7 -Sun, 29 Mar 2020 00:04:12 GMT - -_Version update only_ - -## 0.2.6 -Sat, 28 Mar 2020 00:37:16 GMT - -_Version update only_ - -## 0.2.5 -Wed, 18 Mar 2020 15:07:47 GMT - -### Patches - -- Upgrade cyclic dependencies - -## 0.2.4 -Tue, 17 Mar 2020 23:55:58 GMT - -### Patches - -- Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack` - -## 0.2.3 -Tue, 28 Jan 2020 02:23:44 GMT - -_Version update only_ - -## 0.2.2 -Thu, 23 Jan 2020 01:07:56 GMT - -_Version update only_ - -## 0.2.1 -Tue, 21 Jan 2020 21:56:14 GMT - -_Version update only_ - -## 0.2.0 -Sun, 19 Jan 2020 02:26:52 GMT - -### Minor changes - -- Upgrade Node typings to Node 10 - -## 0.1.6 -Fri, 17 Jan 2020 01:08:23 GMT - -_Version update only_ - -## 0.1.5 -Tue, 14 Jan 2020 01:34:16 GMT - -_Version update only_ - -## 0.1.4 -Thu, 09 Jan 2020 06:44:13 GMT - -_Version update only_ - -## 0.1.3 -Wed, 08 Jan 2020 00:11:31 GMT - -### Patches - -- Fix some inconsistencies between the rush-stack-compiler-x.x project settings - -## 0.1.2 -Tue, 03 Dec 2019 03:17:44 GMT - -_Version update only_ - -## 0.1.1 -Fri, 29 Nov 2019 16:07:38 GMT - -### Patches - -- updates repo url to proper path in package.json - -## 0.1.0 -Tue, 26 Nov 2019 00:36:34 GMT - -### Minor changes - -- Initial package creation. - diff --git a/stack/rush-stack-compiler-3.7/LICENSE b/stack/rush-stack-compiler-3.7/LICENSE deleted file mode 100644 index 7c29b93ce0f..00000000000 --- a/stack/rush-stack-compiler-3.7/LICENSE +++ /dev/null @@ -1,24 +0,0 @@ -@microsoft/rush-stack - -Copyright (c) Microsoft Corporation. All rights reserved. - -MIT License - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/stack/rush-stack-compiler-3.7/README.md b/stack/rush-stack-compiler-3.7/README.md deleted file mode 100644 index d81aabb5326..00000000000 --- a/stack/rush-stack-compiler-3.7/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# @microsoft/rush-stack-compiler-3.7 - -This package is an NPM peer dependency that is used with -[@microsoft/rush-stack](https://www.npmjs.com/package/@microsoft/rush-stack) -to select a TypeScript compiler version. This variant selects TypeScript 3.7 - -It provides a supported set of versions for the following components: - -- the TypeScript compiler -- [tslint](https://github.com/palantir/tslint#readme) -- [API Extractor](https://api-extractor.com/) diff --git a/stack/rush-stack-compiler-3.7/bin/rush-api-extractor b/stack/rush-stack-compiler-3.7/bin/rush-api-extractor deleted file mode 100755 index 5c9bcde4214..00000000000 --- a/stack/rush-stack-compiler-3.7/bin/rush-api-extractor +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require("@microsoft/api-extractor/bin/api-extractor"); diff --git a/stack/rush-stack-compiler-3.7/bin/rush-eslint b/stack/rush-stack-compiler-3.7/bin/rush-eslint deleted file mode 100755 index 7c2ffc1b1c3..00000000000 --- a/stack/rush-stack-compiler-3.7/bin/rush-eslint +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require("eslint/bin/eslint"); diff --git a/stack/rush-stack-compiler-3.7/bin/rush-tsc b/stack/rush-stack-compiler-3.7/bin/rush-tsc deleted file mode 100755 index 978b97599d7..00000000000 --- a/stack/rush-stack-compiler-3.7/bin/rush-tsc +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require('typescript/bin/tsc'); diff --git a/stack/rush-stack-compiler-3.7/bin/rush-tslint b/stack/rush-stack-compiler-3.7/bin/rush-tslint deleted file mode 100755 index b76ee5d8dab..00000000000 --- a/stack/rush-stack-compiler-3.7/bin/rush-tslint +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require("tslint/bin/tslint"); diff --git a/stack/rush-stack-compiler-3.7/config/api-extractor.json b/stack/rush-stack-compiler-3.7/config/api-extractor.json deleted file mode 100644 index dcfa9cfc5b7..00000000000 --- a/stack/rush-stack-compiler-3.7/config/api-extractor.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", - - "mainEntryPointFilePath": "/lib/index.d.ts", - - "apiReport": { - "enabled": true, - "reportFolder": "../../../common/reviews/api" - }, - - "docModel": { - "enabled": true - }, - - "dtsRollup": { - "enabled": false - } -} diff --git a/stack/rush-stack-compiler-3.7/config/heft.json b/stack/rush-stack-compiler-3.7/config/heft.json deleted file mode 100644 index fa38fa303a4..00000000000 --- a/stack/rush-stack-compiler-3.7/config/heft.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/heft/heft.schema.json", - - "extends": "@rushstack/heft-node-rig/profiles/default/config/heft.json", - - "eventActions": [ - { - "actionKind": "deleteGlobs", - "heftEvent": "clean", - "actionId": "deleteSrc", - "globsToDelete": ["src"] - }, - - { - "actionKind": "copyFiles", - "heftEvent": "pre-compile", - "actionId": "copySrc", - "copyOperations": [ - { - "sourceFolder": "node_modules/@microsoft/rush-stack-compiler-shared/src", - "destinationFolders": ["src"], - "includeGlobs": ["*.ts", "*.js"] - }, - { - "sourceFolder": "node_modules/@microsoft/rush-stack-compiler-shared/src/pre-v4", - "destinationFolders": ["src"], - "includeGlobs": ["*.ts", "*.js"] - } - ] - } - ] -} diff --git a/stack/rush-stack-compiler-3.7/config/rig.json b/stack/rush-stack-compiler-3.7/config/rig.json deleted file mode 100644 index 6ac88a96368..00000000000 --- a/stack/rush-stack-compiler-3.7/config/rig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - // The "rig.json" file directs tools to look for their config files in an external package. - // Documentation for this system: https://www.npmjs.com/package/@rushstack/rig-package - "$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json", - - "rigPackageName": "@rushstack/heft-node-rig" -} diff --git a/stack/rush-stack-compiler-3.7/config/typescript.json b/stack/rush-stack-compiler-3.7/config/typescript.json deleted file mode 100644 index 6e09afa31ca..00000000000 --- a/stack/rush-stack-compiler-3.7/config/typescript.json +++ /dev/null @@ -1,12 +0,0 @@ -/** - * Configures the TypeScript plugin for Heft. This plugin also manages linting. - */ -{ - "$schema": "https://developer.microsoft.com/json-schemas/heft/typescript.schema.json", - - "extends": "@rushstack/heft-node-rig/profiles/default/config/typescript.json", - - "staticAssetsToCopy": { - "fileExtensions": [".d.ts", ".js"] - } -} diff --git a/stack/rush-stack-compiler-3.7/includes/tsconfig-base.json b/stack/rush-stack-compiler-3.7/includes/tsconfig-base.json deleted file mode 100644 index 6c52435c84d..00000000000 --- a/stack/rush-stack-compiler-3.7/includes/tsconfig-base.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "compilerOptions": { - "outDir": "../../../../lib", - "rootDir": "../../../../src", - - "forceConsistentCasingInFileNames": true, - "jsx": "react", - "declaration": true, - "sourceMap": true, - "declarationMap": true, - "inlineSources": true, - "experimentalDecorators": true, - "strictNullChecks": true, - "noUnusedLocals": true, - "types": [] - }, - "include": ["../../../../src/**/*.ts", "../../../../src/**/*.tsx"], - "exclude": ["../../../../node_modules", "../../../../lib"] -} diff --git a/stack/rush-stack-compiler-3.7/includes/tsconfig-node.json b/stack/rush-stack-compiler-3.7/includes/tsconfig-node.json deleted file mode 100644 index 722f0b8f62a..00000000000 --- a/stack/rush-stack-compiler-3.7/includes/tsconfig-node.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "extends": "./tsconfig-base.json", - "compilerOptions": { - "module": "commonjs", - "target": "es2017", - "lib": ["es2017"] - } -} diff --git a/stack/rush-stack-compiler-3.7/includes/tsconfig-web.json b/stack/rush-stack-compiler-3.7/includes/tsconfig-web.json deleted file mode 100644 index 5dd9e12e4aa..00000000000 --- a/stack/rush-stack-compiler-3.7/includes/tsconfig-web.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "extends": "./tsconfig-base.json", - "compilerOptions": { - "module": "esnext", - "moduleResolution": "node", - "target": "es5", - "lib": ["es5", "scripthost", "es2015.collection", "es2015.promise", "es2015.iterable", "dom"] - } -} diff --git a/stack/rush-stack-compiler-3.7/includes/tslint.json b/stack/rush-stack-compiler-3.7/includes/tslint.json deleted file mode 100644 index f55613b66cc..00000000000 --- a/stack/rush-stack-compiler-3.7/includes/tslint.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tslint", - - "rulesDirectory": ["tslint-microsoft-contrib"], - "rules": { - "class-name": true, - "comment-format": [true, "check-space"], - "curly": true, - "eofline": false, - "export-name": true, - "forin": true, - "indent": [true, "spaces", 2], - "interface-name": true, - "label-position": true, - "max-line-length": [true, 120], - "member-access": true, - "member-ordering": [ - true, - { - "order": [ - "public-static-field", - "protected-static-field", - "private-static-field", - "public-instance-field", - "protected-instance-field", - "private-instance-field", - "public-static-method", - "protected-static-method", - "private-static-method", - "public-constructor", - "public-instance-method", - "protected-constructor", - "protected-instance-method", - "private-constructor", - "private-instance-method" - ] - } - ], - "missing-optional-annotation": true, - "no-arg": true, - "no-any": true, - "no-bitwise": true, - "no-consecutive-blank-lines": true, - "no-console": [true, "debug", "info", "time", "timeEnd", "trace"], - "no-constant-condition": true, - "no-construct": true, - "no-debugger": true, - "no-duplicate-switch-case": true, - "no-duplicate-parameter-names": true, - "no-duplicate-variable": true, - "no-empty": true, - "no-eval": true, - "no-floating-promises": true, - "no-function-expression": true, - "no-inferrable-types": false, - "no-internal-module": true, - "no-null-keyword": true, - "no-shadowed-variable": true, - "no-string-literal": true, - "no-switch-case-fall-through": true, - "no-trailing-whitespace": true, - "no-unnecessary-semicolons": true, - "no-unused-expression": true, - "no-with-statement": true, - "no-var-keyword": true, - "object-literal-sort-keys": false, - "one-line": [true, "check-open-brace", "check-catch", "check-else", "check-whitespace"], - "quotemark": [true, "single", "avoid-escape"], - "prefer-const": true, - "radix": true, - "semicolon": true, - "trailing-comma": [ - true, - { - "multiline": "never", - "singleline": "never" - } - ], - "triple-equals": [true, "allow-null-check"], - "typedef": [ - true, - "call-signature", - "parameter", - "property-declaration", - "variable-declaration", - "member-variable-declaration" - ], - "typedef-whitespace": [ - true, - { - "call-signature": "nospace", - "index-signature": "nospace", - "parameter": "nospace", - "property-declaration": "nospace", - "variable-declaration": "nospace" - } - ], - "use-isnan": true, - "use-named-parameter": true, - "variable-name": [true, "check-format", "allow-leading-underscore", "ban-keywords"], - "whitespace": [true, "check-branch", "check-decl", "check-operator", "check-separator", "check-type"] - } -} diff --git a/stack/rush-stack-compiler-3.7/package.json b/stack/rush-stack-compiler-3.7/package.json deleted file mode 100644 index aa7679838ab..00000000000 --- a/stack/rush-stack-compiler-3.7/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "@microsoft/rush-stack-compiler-3.7", - "version": "0.6.47", - "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.7.", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/microsoft/rushstack/tree/master/stack/rush-stack-compiler-3.7" - }, - "bin": { - "rush-api-extractor": "./bin/rush-api-extractor", - "rush-eslint": "./bin/rush-eslint", - "rush-tsc": "./bin/rush-tsc", - "rush-tslint": "./bin/rush-tslint" - }, - "scripts": { - "build": "heft build --clean" - }, - "main": "lib/index.js", - "typings": "lib/index.d.ts", - "dependencies": { - "@microsoft/api-extractor": "workspace:*", - "@rushstack/eslint-config": "workspace:*", - "@rushstack/node-core-library": "workspace:*", - "@types/node": "10.17.13", - "eslint": "~7.12.1", - "import-lazy": "~4.0.0", - "tslint": "~5.20.1", - "tslint-microsoft-contrib": "~6.2.0", - "typescript": "~3.7.2" - }, - "devDependencies": { - "@microsoft/rush-stack-compiler-3.9": "workspace:*", - "@microsoft/rush-stack-compiler-shared": "workspace:*", - "@rushstack/eslint-config": "workspace:*", - "@rushstack/heft": "0.28.0", - "@rushstack/heft-node-rig": "1.0.8" - } -} diff --git a/stack/rush-stack-compiler-3.7/tsconfig.json b/stack/rush-stack-compiler-3.7/tsconfig.json deleted file mode 100644 index 6bef73c4b86..00000000000 --- a/stack/rush-stack-compiler-3.7/tsconfig.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.9/includes/tsconfig-node.json", - - "compilerOptions": { - "rootDir": "src", - "outDir": "lib" - } -} diff --git a/stack/rush-stack-compiler-3.8/.eslintrc.js b/stack/rush-stack-compiler-3.8/.eslintrc.js deleted file mode 100644 index 4c934799d67..00000000000 --- a/stack/rush-stack-compiler-3.8/.eslintrc.js +++ /dev/null @@ -1,10 +0,0 @@ -// This is a workaround for https://github.com/eslint/eslint/issues/3458 -require('@rushstack/eslint-config/patch/modern-module-resolution'); - -module.exports = { - extends: [ - '@rushstack/eslint-config/profile/node-trusted-tool', - '@rushstack/eslint-config/mixins/friendly-locals' - ], - parserOptions: { tsconfigRootDir: __dirname } -}; diff --git a/stack/rush-stack-compiler-3.8/.gitignore b/stack/rush-stack-compiler-3.8/.gitignore deleted file mode 100644 index dbc8690803e..00000000000 --- a/stack/rush-stack-compiler-3.8/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/src \ No newline at end of file diff --git a/stack/rush-stack-compiler-3.8/.npmignore b/stack/rush-stack-compiler-3.8/.npmignore deleted file mode 100644 index ad6bcd960e8..00000000000 --- a/stack/rush-stack-compiler-3.8/.npmignore +++ /dev/null @@ -1,31 +0,0 @@ -# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. - -# Ignore all files by default, to avoid accidentally publishing unintended files. -* - -# Use negative patterns to bring back the specific things we want to publish. -!/bin/** -!/lib/** -!/lib-*/** -!/dist/** -!ThirdPartyNotice.txt - -# Ignore certain patterns that should not get published. -/dist/*.stats.* -/lib/**/test/ -/lib-*/**/test/ -*.test.js - -# NOTE: These don't need to be specified, because NPM includes them automatically. -# -# package.json -# README (and its variants) -# CHANGELOG (and its variants) -# LICENSE / LICENCE - -#-------------------------------------------- -# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE -#-------------------------------------------- - -# (Add your project-specific overrides here) -!/includes/** diff --git a/stack/rush-stack-compiler-3.8/CHANGELOG.json b/stack/rush-stack-compiler-3.8/CHANGELOG.json deleted file mode 100644 index 455f194b326..00000000000 --- a/stack/rush-stack-compiler-3.8/CHANGELOG.json +++ /dev/null @@ -1,1021 +0,0 @@ -{ - "name": "@microsoft/rush-stack-compiler-3.8", - "entries": [ - { - "version": "0.4.47", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.47", - "date": "Wed, 19 May 2021 00:11:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.38.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.47`" - } - ] - } - }, - { - "version": "0.4.46", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.46", - "date": "Mon, 03 May 2021 15:10:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.37.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.46`" - } - ] - } - }, - { - "version": "0.4.45", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.45", - "date": "Thu, 29 Apr 2021 23:26:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.45`" - } - ] - } - }, - { - "version": "0.4.44", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.44", - "date": "Tue, 20 Apr 2021 04:59:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.14.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.44`" - } - ] - } - }, - { - "version": "0.4.43", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.43", - "date": "Mon, 12 Apr 2021 15:10:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.43`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.4`" - } - ] - } - }, - { - "version": "0.4.42", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.42", - "date": "Thu, 08 Apr 2021 06:05:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.42`" - } - ] - } - }, - { - "version": "0.4.41", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.41", - "date": "Tue, 06 Apr 2021 15:14:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.41`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.3`" - } - ] - } - }, - { - "version": "0.4.40", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.40", - "date": "Thu, 04 Mar 2021 01:11:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.40`" - } - ] - } - }, - { - "version": "0.4.39", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.39", - "date": "Fri, 05 Feb 2021 16:10:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.39`" - } - ] - } - }, - { - "version": "0.4.38", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.38", - "date": "Wed, 13 Jan 2021 01:11:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.38`" - } - ] - } - }, - { - "version": "0.4.37", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.37", - "date": "Thu, 10 Dec 2020 23:25:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.12.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.37`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.2`" - } - ] - } - }, - { - "version": "0.4.36", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.36", - "date": "Sat, 05 Dec 2020 01:11:23 GMT", - "comments": { - "patch": [ - { - "comment": "Ensure rootDir is consistently specified." - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.36`" - } - ] - } - }, - { - "version": "0.4.35", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.35", - "date": "Wed, 18 Nov 2020 08:19:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.12.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.35`" - } - ] - } - }, - { - "version": "0.4.34", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.34", - "date": "Wed, 18 Nov 2020 06:21:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.34`" - } - ] - } - }, - { - "version": "0.4.33", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.33", - "date": "Wed, 11 Nov 2020 01:08:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.33`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.1`" - } - ] - } - }, - { - "version": "0.4.32", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.32", - "date": "Tue, 10 Nov 2020 23:13:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.32`" - } - ] - } - }, - { - "version": "0.4.31", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.31", - "date": "Fri, 30 Oct 2020 06:38:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.0`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.7`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.31`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.0`" - } - ] - } - }, - { - "version": "0.4.30", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.30", - "date": "Fri, 30 Oct 2020 00:10:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.6`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.30`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.3`" - } - ] - } - }, - { - "version": "0.4.29", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.29", - "date": "Thu, 29 Oct 2020 06:14:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.29`" - } - ] - } - }, - { - "version": "0.4.28", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.28", - "date": "Wed, 28 Oct 2020 01:18:03 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.5`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.28`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.2`" - } - ] - } - }, - { - "version": "0.4.27", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.27", - "date": "Tue, 27 Oct 2020 15:10:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.4`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.27`" - } - ] - } - }, - { - "version": "0.4.26", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.26", - "date": "Tue, 06 Oct 2020 00:24:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.3`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.26`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.1`" - } - ] - } - }, - { - "version": "0.4.25", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.25", - "date": "Mon, 05 Oct 2020 22:36:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.0`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.25`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.0`" - } - ] - } - }, - { - "version": "0.4.24", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.24", - "date": "Mon, 05 Oct 2020 15:10:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.2`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.24`" - } - ] - } - }, - { - "version": "0.4.23", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.23", - "date": "Wed, 30 Sep 2020 18:39:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.1`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.23`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.3`" - } - ] - } - }, - { - "version": "0.4.22", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.22", - "date": "Wed, 30 Sep 2020 06:53:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.22`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.2`" - } - ] - } - }, - { - "version": "0.4.21", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.21", - "date": "Tue, 22 Sep 2020 05:45:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.22`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.1`" - } - ] - } - }, - { - "version": "0.4.20", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.20", - "date": "Tue, 22 Sep 2020 01:45:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.21`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.0`" - } - ] - } - }, - { - "version": "0.4.19", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.19", - "date": "Tue, 22 Sep 2020 00:08:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.20`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.0.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.0.0`" - } - ] - } - }, - { - "version": "0.4.18", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.18", - "date": "Sat, 19 Sep 2020 04:37:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.19`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.2`" - } - ] - } - }, - { - "version": "0.4.17", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.17", - "date": "Sat, 19 Sep 2020 03:33:07 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.18`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.1`" - } - ] - } - }, - { - "version": "0.4.16", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.16", - "date": "Fri, 18 Sep 2020 22:57:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.17`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.0`" - } - ] - } - }, - { - "version": "0.4.15", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.15", - "date": "Fri, 18 Sep 2020 21:49:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.16`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.0`" - } - ] - } - }, - { - "version": "0.4.14", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.14", - "date": "Sun, 13 Sep 2020 01:53:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.15`" - } - ] - } - }, - { - "version": "0.4.13", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.13", - "date": "Fri, 11 Sep 2020 02:13:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.14`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.32.0`" - } - ] - } - }, - { - "version": "0.4.12", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.12", - "date": "Mon, 07 Sep 2020 07:37:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.31.0`" - } - ] - } - }, - { - "version": "0.4.11", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.11", - "date": "Sat, 05 Sep 2020 18:56:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.12`" - } - ] - } - }, - { - "version": "0.4.10", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.10", - "date": "Thu, 27 Aug 2020 11:27:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.30.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.3.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.3.0`" - } - ] - } - }, - { - "version": "0.4.9", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.9", - "date": "Mon, 24 Aug 2020 07:35:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.10`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.29.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.1`" - } - ] - } - }, - { - "version": "0.4.8", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.8", - "date": "Sat, 22 Aug 2020 05:55:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.29.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.0`" - } - ] - } - }, - { - "version": "0.4.7", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.7", - "date": "Fri, 21 Aug 2020 01:21:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.8`" - } - ] - } - }, - { - "version": "0.4.6", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.6", - "date": "Thu, 20 Aug 2020 15:13:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.7`" - } - ] - } - }, - { - "version": "0.4.5", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.5", - "date": "Tue, 18 Aug 2020 23:59:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.6`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.28.0`" - } - ] - } - }, - { - "version": "0.4.4", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.4", - "date": "Mon, 17 Aug 2020 04:53:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.27.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.1.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.1.0`" - } - ] - } - }, - { - "version": "0.4.3", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.3", - "date": "Wed, 12 Aug 2020 00:10:05 GMT", - "comments": { - "patch": [ - { - "comment": "Updated project to build with Heft" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.26.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.0.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.0.4`" - } - ] - } - }, - { - "version": "0.4.2", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.2", - "date": "Wed, 05 Aug 2020 18:27:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.26.1`" - } - ] - } - }, - { - "version": "0.4.1", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.1", - "date": "Fri, 03 Jul 2020 15:09:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.9.0` to `7.9.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.4` to `3.25.0`" - } - ] - } - }, - { - "version": "0.4.0", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.4.0", - "date": "Fri, 03 Jul 2020 05:46:41 GMT", - "comments": { - "minor": [ - { - "comment": "Disable the \"--typescript-compiler-folder\" setting for API Extractor, since it was causing errors with the latest TypeScript engine" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.15` to `7.9.0`" - } - ] - } - }, - { - "version": "0.3.2", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.3.2", - "date": "Thu, 25 Jun 2020 06:43:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.14` to `7.8.15`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.3` to `3.24.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.1` to `1.0.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.1` to `1.0.2`" - } - ] - } - }, - { - "version": "0.3.1", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.3.1", - "date": "Wed, 24 Jun 2020 09:50:48 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.13` to `7.8.14`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.2` to `3.24.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.0` to `1.0.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.0` to `1.0.1`" - } - ] - } - }, - { - "version": "0.3.0", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.3.0", - "date": "Wed, 24 Jun 2020 09:04:28 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade to ESLint 7" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.12` to `7.8.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.1` to `3.24.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.8` to `1.0.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.8` to `1.0.0`" - } - ] - } - }, - { - "version": "0.2.1", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.2.1", - "date": "Mon, 15 Jun 2020 22:17:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.11` to `7.8.12`" - } - ] - } - }, - { - "version": "0.2.0", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.2.0", - "date": "Fri, 12 Jun 2020 09:19:21 GMT", - "comments": { - "minor": [ - { - "comment": "Expose the @microsoft/api-extractor package's path" - } - ] - } - }, - { - "version": "0.1.1", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.1.1", - "date": "Wed, 10 Jun 2020 20:48:30 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.10` to `7.8.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.0` to `3.24.1`" - } - ] - } - }, - { - "version": "0.1.0", - "tag": "@microsoft/rush-stack-compiler-3.8_v0.1.0", - "date": "Tue, 09 Jun 2020 20:37:23 GMT", - "comments": { - "minor": [ - { - "comment": "Initial package creation." - } - ] - } - } - ] -} diff --git a/stack/rush-stack-compiler-3.8/CHANGELOG.md b/stack/rush-stack-compiler-3.8/CHANGELOG.md deleted file mode 100644 index 669ba4c25d3..00000000000 --- a/stack/rush-stack-compiler-3.8/CHANGELOG.md +++ /dev/null @@ -1,291 +0,0 @@ -# Change Log - @microsoft/rush-stack-compiler-3.8 - -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. - -## 0.4.47 -Wed, 19 May 2021 00:11:39 GMT - -_Version update only_ - -## 0.4.46 -Mon, 03 May 2021 15:10:29 GMT - -_Version update only_ - -## 0.4.45 -Thu, 29 Apr 2021 23:26:50 GMT - -_Version update only_ - -## 0.4.44 -Tue, 20 Apr 2021 04:59:51 GMT - -_Version update only_ - -## 0.4.43 -Mon, 12 Apr 2021 15:10:28 GMT - -_Version update only_ - -## 0.4.42 -Thu, 08 Apr 2021 06:05:32 GMT - -_Version update only_ - -## 0.4.41 -Tue, 06 Apr 2021 15:14:22 GMT - -_Version update only_ - -## 0.4.40 -Thu, 04 Mar 2021 01:11:31 GMT - -_Version update only_ - -## 0.4.39 -Fri, 05 Feb 2021 16:10:42 GMT - -_Version update only_ - -## 0.4.38 -Wed, 13 Jan 2021 01:11:06 GMT - -_Version update only_ - -## 0.4.37 -Thu, 10 Dec 2020 23:25:50 GMT - -_Version update only_ - -## 0.4.36 -Sat, 05 Dec 2020 01:11:23 GMT - -### Patches - -- Ensure rootDir is consistently specified. - -## 0.4.35 -Wed, 18 Nov 2020 08:19:54 GMT - -_Version update only_ - -## 0.4.34 -Wed, 18 Nov 2020 06:21:57 GMT - -_Version update only_ - -## 0.4.33 -Wed, 11 Nov 2020 01:08:59 GMT - -_Version update only_ - -## 0.4.32 -Tue, 10 Nov 2020 23:13:12 GMT - -_Version update only_ - -## 0.4.31 -Fri, 30 Oct 2020 06:38:39 GMT - -_Version update only_ - -## 0.4.30 -Fri, 30 Oct 2020 00:10:14 GMT - -_Version update only_ - -## 0.4.29 -Thu, 29 Oct 2020 06:14:19 GMT - -_Version update only_ - -## 0.4.28 -Wed, 28 Oct 2020 01:18:03 GMT - -_Version update only_ - -## 0.4.27 -Tue, 27 Oct 2020 15:10:14 GMT - -_Version update only_ - -## 0.4.26 -Tue, 06 Oct 2020 00:24:06 GMT - -_Version update only_ - -## 0.4.25 -Mon, 05 Oct 2020 22:36:57 GMT - -_Version update only_ - -## 0.4.24 -Mon, 05 Oct 2020 15:10:43 GMT - -_Version update only_ - -## 0.4.23 -Wed, 30 Sep 2020 18:39:17 GMT - -_Version update only_ - -## 0.4.22 -Wed, 30 Sep 2020 06:53:53 GMT - -_Version update only_ - -## 0.4.21 -Tue, 22 Sep 2020 05:45:57 GMT - -_Version update only_ - -## 0.4.20 -Tue, 22 Sep 2020 01:45:31 GMT - -_Version update only_ - -## 0.4.19 -Tue, 22 Sep 2020 00:08:53 GMT - -_Version update only_ - -## 0.4.18 -Sat, 19 Sep 2020 04:37:27 GMT - -_Version update only_ - -## 0.4.17 -Sat, 19 Sep 2020 03:33:07 GMT - -_Version update only_ - -## 0.4.16 -Fri, 18 Sep 2020 22:57:24 GMT - -_Version update only_ - -## 0.4.15 -Fri, 18 Sep 2020 21:49:54 GMT - -_Version update only_ - -## 0.4.14 -Sun, 13 Sep 2020 01:53:20 GMT - -_Version update only_ - -## 0.4.13 -Fri, 11 Sep 2020 02:13:35 GMT - -_Version update only_ - -## 0.4.12 -Mon, 07 Sep 2020 07:37:37 GMT - -_Version update only_ - -## 0.4.11 -Sat, 05 Sep 2020 18:56:35 GMT - -_Version update only_ - -## 0.4.10 -Thu, 27 Aug 2020 11:27:06 GMT - -_Version update only_ - -## 0.4.9 -Mon, 24 Aug 2020 07:35:20 GMT - -_Version update only_ - -## 0.4.8 -Sat, 22 Aug 2020 05:55:43 GMT - -_Version update only_ - -## 0.4.7 -Fri, 21 Aug 2020 01:21:18 GMT - -_Version update only_ - -## 0.4.6 -Thu, 20 Aug 2020 15:13:53 GMT - -_Version update only_ - -## 0.4.5 -Tue, 18 Aug 2020 23:59:42 GMT - -_Version update only_ - -## 0.4.4 -Mon, 17 Aug 2020 04:53:23 GMT - -_Version update only_ - -## 0.4.3 -Wed, 12 Aug 2020 00:10:05 GMT - -### Patches - -- Updated project to build with Heft - -## 0.4.2 -Wed, 05 Aug 2020 18:27:33 GMT - -_Version update only_ - -## 0.4.1 -Fri, 03 Jul 2020 15:09:04 GMT - -_Version update only_ - -## 0.4.0 -Fri, 03 Jul 2020 05:46:41 GMT - -### Minor changes - -- Disable the "--typescript-compiler-folder" setting for API Extractor, since it was causing errors with the latest TypeScript engine - -## 0.3.2 -Thu, 25 Jun 2020 06:43:35 GMT - -_Version update only_ - -## 0.3.1 -Wed, 24 Jun 2020 09:50:48 GMT - -_Version update only_ - -## 0.3.0 -Wed, 24 Jun 2020 09:04:28 GMT - -### Minor changes - -- Upgrade to ESLint 7 - -## 0.2.1 -Mon, 15 Jun 2020 22:17:18 GMT - -_Version update only_ - -## 0.2.0 -Fri, 12 Jun 2020 09:19:21 GMT - -### Minor changes - -- Expose the @microsoft/api-extractor package's path - -## 0.1.1 -Wed, 10 Jun 2020 20:48:30 GMT - -_Version update only_ - -## 0.1.0 -Tue, 09 Jun 2020 20:37:23 GMT - -### Minor changes - -- Initial package creation. - diff --git a/stack/rush-stack-compiler-3.8/LICENSE b/stack/rush-stack-compiler-3.8/LICENSE deleted file mode 100644 index 7c29b93ce0f..00000000000 --- a/stack/rush-stack-compiler-3.8/LICENSE +++ /dev/null @@ -1,24 +0,0 @@ -@microsoft/rush-stack - -Copyright (c) Microsoft Corporation. All rights reserved. - -MIT License - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/stack/rush-stack-compiler-3.8/README.md b/stack/rush-stack-compiler-3.8/README.md deleted file mode 100644 index c1772a35a03..00000000000 --- a/stack/rush-stack-compiler-3.8/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# @microsoft/rush-stack-compiler-3.8 - -This package is an NPM peer dependency that is used with -[@microsoft/rush-stack](https://www.npmjs.com/package/@microsoft/rush-stack) -to select a TypeScript compiler version. This variant selects TypeScript 3.8 - -It provides a supported set of versions for the following components: - -- the TypeScript compiler -- [tslint](https://github.com/palantir/tslint#readme) -- [API Extractor](https://api-extractor.com/) diff --git a/stack/rush-stack-compiler-3.8/bin/rush-api-extractor b/stack/rush-stack-compiler-3.8/bin/rush-api-extractor deleted file mode 100755 index d6ece7d9298..00000000000 --- a/stack/rush-stack-compiler-3.8/bin/rush-api-extractor +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require('@microsoft/api-extractor/bin/api-extractor'); diff --git a/stack/rush-stack-compiler-3.8/bin/rush-eslint b/stack/rush-stack-compiler-3.8/bin/rush-eslint deleted file mode 100755 index 0ecf8039cfd..00000000000 --- a/stack/rush-stack-compiler-3.8/bin/rush-eslint +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require('eslint/bin/eslint'); diff --git a/stack/rush-stack-compiler-3.8/bin/rush-tsc b/stack/rush-stack-compiler-3.8/bin/rush-tsc deleted file mode 100755 index 978b97599d7..00000000000 --- a/stack/rush-stack-compiler-3.8/bin/rush-tsc +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require('typescript/bin/tsc'); diff --git a/stack/rush-stack-compiler-3.8/bin/rush-tslint b/stack/rush-stack-compiler-3.8/bin/rush-tslint deleted file mode 100755 index af77c6ef545..00000000000 --- a/stack/rush-stack-compiler-3.8/bin/rush-tslint +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require('tslint/bin/tslint'); diff --git a/stack/rush-stack-compiler-3.8/config/api-extractor.json b/stack/rush-stack-compiler-3.8/config/api-extractor.json deleted file mode 100644 index dcfa9cfc5b7..00000000000 --- a/stack/rush-stack-compiler-3.8/config/api-extractor.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", - - "mainEntryPointFilePath": "/lib/index.d.ts", - - "apiReport": { - "enabled": true, - "reportFolder": "../../../common/reviews/api" - }, - - "docModel": { - "enabled": true - }, - - "dtsRollup": { - "enabled": false - } -} diff --git a/stack/rush-stack-compiler-3.8/config/heft.json b/stack/rush-stack-compiler-3.8/config/heft.json deleted file mode 100644 index fa38fa303a4..00000000000 --- a/stack/rush-stack-compiler-3.8/config/heft.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/heft/heft.schema.json", - - "extends": "@rushstack/heft-node-rig/profiles/default/config/heft.json", - - "eventActions": [ - { - "actionKind": "deleteGlobs", - "heftEvent": "clean", - "actionId": "deleteSrc", - "globsToDelete": ["src"] - }, - - { - "actionKind": "copyFiles", - "heftEvent": "pre-compile", - "actionId": "copySrc", - "copyOperations": [ - { - "sourceFolder": "node_modules/@microsoft/rush-stack-compiler-shared/src", - "destinationFolders": ["src"], - "includeGlobs": ["*.ts", "*.js"] - }, - { - "sourceFolder": "node_modules/@microsoft/rush-stack-compiler-shared/src/pre-v4", - "destinationFolders": ["src"], - "includeGlobs": ["*.ts", "*.js"] - } - ] - } - ] -} diff --git a/stack/rush-stack-compiler-3.8/config/rig.json b/stack/rush-stack-compiler-3.8/config/rig.json deleted file mode 100644 index 6ac88a96368..00000000000 --- a/stack/rush-stack-compiler-3.8/config/rig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - // The "rig.json" file directs tools to look for their config files in an external package. - // Documentation for this system: https://www.npmjs.com/package/@rushstack/rig-package - "$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json", - - "rigPackageName": "@rushstack/heft-node-rig" -} diff --git a/stack/rush-stack-compiler-3.8/config/typescript.json b/stack/rush-stack-compiler-3.8/config/typescript.json deleted file mode 100644 index 6e09afa31ca..00000000000 --- a/stack/rush-stack-compiler-3.8/config/typescript.json +++ /dev/null @@ -1,12 +0,0 @@ -/** - * Configures the TypeScript plugin for Heft. This plugin also manages linting. - */ -{ - "$schema": "https://developer.microsoft.com/json-schemas/heft/typescript.schema.json", - - "extends": "@rushstack/heft-node-rig/profiles/default/config/typescript.json", - - "staticAssetsToCopy": { - "fileExtensions": [".d.ts", ".js"] - } -} diff --git a/stack/rush-stack-compiler-3.8/includes/tsconfig-base.json b/stack/rush-stack-compiler-3.8/includes/tsconfig-base.json deleted file mode 100644 index 6c52435c84d..00000000000 --- a/stack/rush-stack-compiler-3.8/includes/tsconfig-base.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "compilerOptions": { - "outDir": "../../../../lib", - "rootDir": "../../../../src", - - "forceConsistentCasingInFileNames": true, - "jsx": "react", - "declaration": true, - "sourceMap": true, - "declarationMap": true, - "inlineSources": true, - "experimentalDecorators": true, - "strictNullChecks": true, - "noUnusedLocals": true, - "types": [] - }, - "include": ["../../../../src/**/*.ts", "../../../../src/**/*.tsx"], - "exclude": ["../../../../node_modules", "../../../../lib"] -} diff --git a/stack/rush-stack-compiler-3.8/includes/tsconfig-node.json b/stack/rush-stack-compiler-3.8/includes/tsconfig-node.json deleted file mode 100644 index 722f0b8f62a..00000000000 --- a/stack/rush-stack-compiler-3.8/includes/tsconfig-node.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "extends": "./tsconfig-base.json", - "compilerOptions": { - "module": "commonjs", - "target": "es2017", - "lib": ["es2017"] - } -} diff --git a/stack/rush-stack-compiler-3.8/includes/tsconfig-web.json b/stack/rush-stack-compiler-3.8/includes/tsconfig-web.json deleted file mode 100644 index 5dd9e12e4aa..00000000000 --- a/stack/rush-stack-compiler-3.8/includes/tsconfig-web.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "extends": "./tsconfig-base.json", - "compilerOptions": { - "module": "esnext", - "moduleResolution": "node", - "target": "es5", - "lib": ["es5", "scripthost", "es2015.collection", "es2015.promise", "es2015.iterable", "dom"] - } -} diff --git a/stack/rush-stack-compiler-3.8/includes/tslint.json b/stack/rush-stack-compiler-3.8/includes/tslint.json deleted file mode 100644 index f55613b66cc..00000000000 --- a/stack/rush-stack-compiler-3.8/includes/tslint.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tslint", - - "rulesDirectory": ["tslint-microsoft-contrib"], - "rules": { - "class-name": true, - "comment-format": [true, "check-space"], - "curly": true, - "eofline": false, - "export-name": true, - "forin": true, - "indent": [true, "spaces", 2], - "interface-name": true, - "label-position": true, - "max-line-length": [true, 120], - "member-access": true, - "member-ordering": [ - true, - { - "order": [ - "public-static-field", - "protected-static-field", - "private-static-field", - "public-instance-field", - "protected-instance-field", - "private-instance-field", - "public-static-method", - "protected-static-method", - "private-static-method", - "public-constructor", - "public-instance-method", - "protected-constructor", - "protected-instance-method", - "private-constructor", - "private-instance-method" - ] - } - ], - "missing-optional-annotation": true, - "no-arg": true, - "no-any": true, - "no-bitwise": true, - "no-consecutive-blank-lines": true, - "no-console": [true, "debug", "info", "time", "timeEnd", "trace"], - "no-constant-condition": true, - "no-construct": true, - "no-debugger": true, - "no-duplicate-switch-case": true, - "no-duplicate-parameter-names": true, - "no-duplicate-variable": true, - "no-empty": true, - "no-eval": true, - "no-floating-promises": true, - "no-function-expression": true, - "no-inferrable-types": false, - "no-internal-module": true, - "no-null-keyword": true, - "no-shadowed-variable": true, - "no-string-literal": true, - "no-switch-case-fall-through": true, - "no-trailing-whitespace": true, - "no-unnecessary-semicolons": true, - "no-unused-expression": true, - "no-with-statement": true, - "no-var-keyword": true, - "object-literal-sort-keys": false, - "one-line": [true, "check-open-brace", "check-catch", "check-else", "check-whitespace"], - "quotemark": [true, "single", "avoid-escape"], - "prefer-const": true, - "radix": true, - "semicolon": true, - "trailing-comma": [ - true, - { - "multiline": "never", - "singleline": "never" - } - ], - "triple-equals": [true, "allow-null-check"], - "typedef": [ - true, - "call-signature", - "parameter", - "property-declaration", - "variable-declaration", - "member-variable-declaration" - ], - "typedef-whitespace": [ - true, - { - "call-signature": "nospace", - "index-signature": "nospace", - "parameter": "nospace", - "property-declaration": "nospace", - "variable-declaration": "nospace" - } - ], - "use-isnan": true, - "use-named-parameter": true, - "variable-name": [true, "check-format", "allow-leading-underscore", "ban-keywords"], - "whitespace": [true, "check-branch", "check-decl", "check-operator", "check-separator", "check-type"] - } -} diff --git a/stack/rush-stack-compiler-3.8/package.json b/stack/rush-stack-compiler-3.8/package.json deleted file mode 100644 index f90278cdd92..00000000000 --- a/stack/rush-stack-compiler-3.8/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "@microsoft/rush-stack-compiler-3.8", - "version": "0.4.47", - "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.8.", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/microsoft/rushstack/tree/master/stack/rush-stack-compiler-3.8" - }, - "bin": { - "rush-api-extractor": "./bin/rush-api-extractor", - "rush-eslint": "./bin/rush-eslint", - "rush-tsc": "./bin/rush-tsc", - "rush-tslint": "./bin/rush-tslint" - }, - "scripts": { - "build": "heft build --clean" - }, - "main": "lib/index.js", - "typings": "lib/index.d.ts", - "dependencies": { - "@microsoft/api-extractor": "workspace:*", - "@rushstack/eslint-config": "workspace:*", - "@rushstack/node-core-library": "workspace:*", - "@types/node": "10.17.13", - "eslint": "~7.12.1", - "import-lazy": "~4.0.0", - "tslint": "~5.20.1", - "tslint-microsoft-contrib": "~6.2.0", - "typescript": "~3.8.3" - }, - "devDependencies": { - "@microsoft/rush-stack-compiler-3.9": "workspace:*", - "@microsoft/rush-stack-compiler-shared": "workspace:*", - "@rushstack/eslint-config": "workspace:*", - "@rushstack/heft": "0.28.0", - "@rushstack/heft-node-rig": "1.0.8" - } -} diff --git a/stack/rush-stack-compiler-3.8/tsconfig.json b/stack/rush-stack-compiler-3.8/tsconfig.json deleted file mode 100644 index 6bef73c4b86..00000000000 --- a/stack/rush-stack-compiler-3.8/tsconfig.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.9/includes/tsconfig-node.json", - - "compilerOptions": { - "rootDir": "src", - "outDir": "lib" - } -} diff --git a/stack/rush-stack-compiler-3.9/.eslintrc.js b/stack/rush-stack-compiler-3.9/.eslintrc.js deleted file mode 100644 index 4c934799d67..00000000000 --- a/stack/rush-stack-compiler-3.9/.eslintrc.js +++ /dev/null @@ -1,10 +0,0 @@ -// This is a workaround for https://github.com/eslint/eslint/issues/3458 -require('@rushstack/eslint-config/patch/modern-module-resolution'); - -module.exports = { - extends: [ - '@rushstack/eslint-config/profile/node-trusted-tool', - '@rushstack/eslint-config/mixins/friendly-locals' - ], - parserOptions: { tsconfigRootDir: __dirname } -}; diff --git a/stack/rush-stack-compiler-3.9/.gitignore b/stack/rush-stack-compiler-3.9/.gitignore deleted file mode 100644 index dbc8690803e..00000000000 --- a/stack/rush-stack-compiler-3.9/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/src \ No newline at end of file diff --git a/stack/rush-stack-compiler-3.9/.npmignore b/stack/rush-stack-compiler-3.9/.npmignore deleted file mode 100644 index ad6bcd960e8..00000000000 --- a/stack/rush-stack-compiler-3.9/.npmignore +++ /dev/null @@ -1,31 +0,0 @@ -# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. - -# Ignore all files by default, to avoid accidentally publishing unintended files. -* - -# Use negative patterns to bring back the specific things we want to publish. -!/bin/** -!/lib/** -!/lib-*/** -!/dist/** -!ThirdPartyNotice.txt - -# Ignore certain patterns that should not get published. -/dist/*.stats.* -/lib/**/test/ -/lib-*/**/test/ -*.test.js - -# NOTE: These don't need to be specified, because NPM includes them automatically. -# -# package.json -# README (and its variants) -# CHANGELOG (and its variants) -# LICENSE / LICENCE - -#-------------------------------------------- -# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE -#-------------------------------------------- - -# (Add your project-specific overrides here) -!/includes/** diff --git a/stack/rush-stack-compiler-3.9/CHANGELOG.json b/stack/rush-stack-compiler-3.9/CHANGELOG.json deleted file mode 100644 index 66be3ac9bae..00000000000 --- a/stack/rush-stack-compiler-3.9/CHANGELOG.json +++ /dev/null @@ -1,941 +0,0 @@ -{ - "name": "@microsoft/rush-stack-compiler-3.9", - "entries": [ - { - "version": "0.4.47", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.47", - "date": "Wed, 19 May 2021 00:11:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.38.0`" - } - ] - } - }, - { - "version": "0.4.46", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.46", - "date": "Mon, 03 May 2021 15:10:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.37.0`" - } - ] - } - }, - { - "version": "0.4.45", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.45", - "date": "Thu, 29 Apr 2021 23:26:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.0`" - } - ] - } - }, - { - "version": "0.4.44", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.44", - "date": "Tue, 20 Apr 2021 04:59:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.14.0`" - } - ] - } - }, - { - "version": "0.4.43", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.43", - "date": "Mon, 12 Apr 2021 15:10:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.4`" - } - ] - } - }, - { - "version": "0.4.42", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.42", - "date": "Thu, 08 Apr 2021 06:05:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.4`" - } - ] - } - }, - { - "version": "0.4.41", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.41", - "date": "Tue, 06 Apr 2021 15:14:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.3`" - } - ] - } - }, - { - "version": "0.4.40", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.40", - "date": "Thu, 04 Mar 2021 01:11:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.2`" - } - ] - } - }, - { - "version": "0.4.39", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.39", - "date": "Fri, 05 Feb 2021 16:10:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.36.0`" - } - ] - } - }, - { - "version": "0.4.38", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.38", - "date": "Wed, 13 Jan 2021 01:11:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.13.0`" - } - ] - } - }, - { - "version": "0.4.37", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.37", - "date": "Thu, 10 Dec 2020 23:25:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.12.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.2`" - } - ] - } - }, - { - "version": "0.4.36", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.36", - "date": "Sat, 05 Dec 2020 01:11:23 GMT", - "comments": { - "patch": [ - { - "comment": "Ensure rootDir is consistently specified." - } - ] - } - }, - { - "version": "0.4.35", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.35", - "date": "Wed, 18 Nov 2020 08:19:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.12.0`" - } - ] - } - }, - { - "version": "0.4.34", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.34", - "date": "Wed, 18 Nov 2020 06:21:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.5`" - } - ] - } - }, - { - "version": "0.4.33", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.33", - "date": "Wed, 11 Nov 2020 01:08:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.1`" - } - ] - } - }, - { - "version": "0.4.32", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.32", - "date": "Tue, 10 Nov 2020 23:13:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.35.0`" - } - ] - } - }, - { - "version": "0.4.31", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.31", - "date": "Fri, 30 Oct 2020 06:38:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.0`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.7`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.3.0`" - } - ] - } - }, - { - "version": "0.4.30", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.30", - "date": "Fri, 30 Oct 2020 00:10:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.3`" - } - ] - } - }, - { - "version": "0.4.29", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.29", - "date": "Thu, 29 Oct 2020 06:14:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.11.0`" - } - ] - } - }, - { - "version": "0.4.28", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.28", - "date": "Wed, 28 Oct 2020 01:18:03 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.2`" - } - ] - } - }, - { - "version": "0.4.27", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.27", - "date": "Tue, 27 Oct 2020 15:10:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.4`" - } - ] - } - }, - { - "version": "0.4.26", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.26", - "date": "Tue, 06 Oct 2020 00:24:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.1`" - } - ] - } - }, - { - "version": "0.4.25", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.25", - "date": "Mon, 05 Oct 2020 22:36:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.0`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.2.0`" - } - ] - } - }, - { - "version": "0.4.24", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.24", - "date": "Mon, 05 Oct 2020 15:10:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.2`" - } - ] - } - }, - { - "version": "0.4.23", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.23", - "date": "Wed, 30 Sep 2020 18:39:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.3`" - } - ] - } - }, - { - "version": "0.4.22", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.22", - "date": "Wed, 30 Sep 2020 06:53:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.10.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.2`" - } - ] - } - }, - { - "version": "0.4.21", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.21", - "date": "Tue, 22 Sep 2020 05:45:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.22`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.6`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.1`" - } - ] - } - }, - { - "version": "0.4.20", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.20", - "date": "Tue, 22 Sep 2020 01:45:31 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.21`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.5`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.0`" - } - ] - } - }, - { - "version": "0.4.19", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.19", - "date": "Tue, 22 Sep 2020 00:08:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.20`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.0.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.0.0`" - } - ] - } - }, - { - "version": "0.4.18", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.18", - "date": "Sat, 19 Sep 2020 04:37:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.19`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.2`" - } - ] - } - }, - { - "version": "0.4.17", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.17", - "date": "Sat, 19 Sep 2020 03:33:07 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.18`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.1`" - } - ] - } - }, - { - "version": "0.4.16", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.16", - "date": "Fri, 18 Sep 2020 22:57:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.17`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.4.0`" - } - ] - } - }, - { - "version": "0.4.15", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.15", - "date": "Fri, 18 Sep 2020 21:49:54 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.16`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.33.0`" - } - ] - } - }, - { - "version": "0.4.14", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.14", - "date": "Sun, 13 Sep 2020 01:53:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.15`" - } - ] - } - }, - { - "version": "0.4.13", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.13", - "date": "Fri, 11 Sep 2020 02:13:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.14`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.32.0`" - } - ] - } - }, - { - "version": "0.4.12", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.12", - "date": "Mon, 07 Sep 2020 07:37:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.31.0`" - } - ] - } - }, - { - "version": "0.4.11", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.11", - "date": "Sat, 05 Sep 2020 18:56:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.12`" - } - ] - } - }, - { - "version": "0.4.10", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.10", - "date": "Thu, 27 Aug 2020 11:27:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.30.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.3.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.3.0`" - } - ] - } - }, - { - "version": "0.4.9", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.9", - "date": "Mon, 24 Aug 2020 07:35:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.10`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.29.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.1`" - } - ] - } - }, - { - "version": "0.4.8", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.8", - "date": "Sat, 22 Aug 2020 05:55:43 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.9`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.29.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.2.0`" - } - ] - } - }, - { - "version": "0.4.7", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.7", - "date": "Fri, 21 Aug 2020 01:21:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.8`" - } - ] - } - }, - { - "version": "0.4.6", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.6", - "date": "Thu, 20 Aug 2020 15:13:53 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.7`" - } - ] - } - }, - { - "version": "0.4.5", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.5", - "date": "Tue, 18 Aug 2020 23:59:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.6`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.28.0`" - } - ] - } - }, - { - "version": "0.4.4", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.4", - "date": "Mon, 17 Aug 2020 04:53:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.5`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.27.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.1.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.1.0`" - } - ] - } - }, - { - "version": "0.4.3", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.3", - "date": "Wed, 12 Aug 2020 00:10:05 GMT", - "comments": { - "patch": [ - { - "comment": "Updated project to build with Heft" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.4`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.26.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.0.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" to `1.0.4`" - } - ] - } - }, - { - "version": "0.4.2", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.2", - "date": "Wed, 05 Aug 2020 18:27:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.9.3`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.26.1`" - } - ] - } - }, - { - "version": "0.4.1", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.1", - "date": "Fri, 03 Jul 2020 15:09:04 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.9.0` to `7.9.1`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.4` to `3.25.0`" - } - ] - } - }, - { - "version": "0.4.0", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.4.0", - "date": "Fri, 03 Jul 2020 05:46:41 GMT", - "comments": { - "minor": [ - { - "comment": "Disable the \"--typescript-compiler-folder\" setting for API Extractor, since it was causing errors with the latest TypeScript engine" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.15` to `7.9.0`" - } - ] - } - }, - { - "version": "0.3.2", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.3.2", - "date": "Thu, 25 Jun 2020 06:43:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.14` to `7.8.15`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.3` to `3.24.4`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.1` to `1.0.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.1` to `1.0.2`" - } - ] - } - }, - { - "version": "0.3.1", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.3.1", - "date": "Wed, 24 Jun 2020 09:50:48 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.13` to `7.8.14`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.2` to `3.24.3`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.0` to `1.0.1`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `1.0.0` to `1.0.1`" - } - ] - } - }, - { - "version": "0.3.0", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.3.0", - "date": "Wed, 24 Jun 2020 09:04:28 GMT", - "comments": { - "minor": [ - { - "comment": "Upgrade to ESLint 7" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.12` to `7.8.13`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.1` to `3.24.2`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.8` to `1.0.0`" - }, - { - "comment": "Updating dependency \"@rushstack/eslint-config\" from `0.5.8` to `1.0.0`" - } - ] - } - }, - { - "version": "0.2.1", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.2.1", - "date": "Mon, 15 Jun 2020 22:17:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.11` to `7.8.12`" - } - ] - } - }, - { - "version": "0.2.0", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.2.0", - "date": "Fri, 12 Jun 2020 09:19:21 GMT", - "comments": { - "minor": [ - { - "comment": "Expose the @microsoft/api-extractor package's path" - } - ] - } - }, - { - "version": "0.1.1", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.1.1", - "date": "Wed, 10 Jun 2020 20:48:30 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" from `7.8.10` to `7.8.11`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" from `3.24.0` to `3.24.1`" - } - ] - } - }, - { - "version": "0.1.0", - "tag": "@microsoft/rush-stack-compiler-3.9_v0.1.0", - "date": "Tue, 09 Jun 2020 20:37:23 GMT", - "comments": { - "minor": [ - { - "comment": "Initial package creation." - } - ] - } - } - ] -} diff --git a/stack/rush-stack-compiler-3.9/CHANGELOG.md b/stack/rush-stack-compiler-3.9/CHANGELOG.md deleted file mode 100644 index 3db351a2d01..00000000000 --- a/stack/rush-stack-compiler-3.9/CHANGELOG.md +++ /dev/null @@ -1,291 +0,0 @@ -# Change Log - @microsoft/rush-stack-compiler-3.9 - -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. - -## 0.4.47 -Wed, 19 May 2021 00:11:39 GMT - -_Version update only_ - -## 0.4.46 -Mon, 03 May 2021 15:10:29 GMT - -_Version update only_ - -## 0.4.45 -Thu, 29 Apr 2021 23:26:50 GMT - -_Version update only_ - -## 0.4.44 -Tue, 20 Apr 2021 04:59:51 GMT - -_Version update only_ - -## 0.4.43 -Mon, 12 Apr 2021 15:10:28 GMT - -_Version update only_ - -## 0.4.42 -Thu, 08 Apr 2021 06:05:32 GMT - -_Version update only_ - -## 0.4.41 -Tue, 06 Apr 2021 15:14:22 GMT - -_Version update only_ - -## 0.4.40 -Thu, 04 Mar 2021 01:11:31 GMT - -_Version update only_ - -## 0.4.39 -Fri, 05 Feb 2021 16:10:42 GMT - -_Version update only_ - -## 0.4.38 -Wed, 13 Jan 2021 01:11:06 GMT - -_Version update only_ - -## 0.4.37 -Thu, 10 Dec 2020 23:25:50 GMT - -_Version update only_ - -## 0.4.36 -Sat, 05 Dec 2020 01:11:23 GMT - -### Patches - -- Ensure rootDir is consistently specified. - -## 0.4.35 -Wed, 18 Nov 2020 08:19:54 GMT - -_Version update only_ - -## 0.4.34 -Wed, 18 Nov 2020 06:21:57 GMT - -_Version update only_ - -## 0.4.33 -Wed, 11 Nov 2020 01:08:59 GMT - -_Version update only_ - -## 0.4.32 -Tue, 10 Nov 2020 23:13:12 GMT - -_Version update only_ - -## 0.4.31 -Fri, 30 Oct 2020 06:38:39 GMT - -_Version update only_ - -## 0.4.30 -Fri, 30 Oct 2020 00:10:14 GMT - -_Version update only_ - -## 0.4.29 -Thu, 29 Oct 2020 06:14:19 GMT - -_Version update only_ - -## 0.4.28 -Wed, 28 Oct 2020 01:18:03 GMT - -_Version update only_ - -## 0.4.27 -Tue, 27 Oct 2020 15:10:14 GMT - -_Version update only_ - -## 0.4.26 -Tue, 06 Oct 2020 00:24:06 GMT - -_Version update only_ - -## 0.4.25 -Mon, 05 Oct 2020 22:36:57 GMT - -_Version update only_ - -## 0.4.24 -Mon, 05 Oct 2020 15:10:43 GMT - -_Version update only_ - -## 0.4.23 -Wed, 30 Sep 2020 18:39:17 GMT - -_Version update only_ - -## 0.4.22 -Wed, 30 Sep 2020 06:53:53 GMT - -_Version update only_ - -## 0.4.21 -Tue, 22 Sep 2020 05:45:57 GMT - -_Version update only_ - -## 0.4.20 -Tue, 22 Sep 2020 01:45:31 GMT - -_Version update only_ - -## 0.4.19 -Tue, 22 Sep 2020 00:08:53 GMT - -_Version update only_ - -## 0.4.18 -Sat, 19 Sep 2020 04:37:27 GMT - -_Version update only_ - -## 0.4.17 -Sat, 19 Sep 2020 03:33:07 GMT - -_Version update only_ - -## 0.4.16 -Fri, 18 Sep 2020 22:57:24 GMT - -_Version update only_ - -## 0.4.15 -Fri, 18 Sep 2020 21:49:54 GMT - -_Version update only_ - -## 0.4.14 -Sun, 13 Sep 2020 01:53:20 GMT - -_Version update only_ - -## 0.4.13 -Fri, 11 Sep 2020 02:13:35 GMT - -_Version update only_ - -## 0.4.12 -Mon, 07 Sep 2020 07:37:37 GMT - -_Version update only_ - -## 0.4.11 -Sat, 05 Sep 2020 18:56:35 GMT - -_Version update only_ - -## 0.4.10 -Thu, 27 Aug 2020 11:27:06 GMT - -_Version update only_ - -## 0.4.9 -Mon, 24 Aug 2020 07:35:20 GMT - -_Version update only_ - -## 0.4.8 -Sat, 22 Aug 2020 05:55:43 GMT - -_Version update only_ - -## 0.4.7 -Fri, 21 Aug 2020 01:21:18 GMT - -_Version update only_ - -## 0.4.6 -Thu, 20 Aug 2020 15:13:53 GMT - -_Version update only_ - -## 0.4.5 -Tue, 18 Aug 2020 23:59:42 GMT - -_Version update only_ - -## 0.4.4 -Mon, 17 Aug 2020 04:53:23 GMT - -_Version update only_ - -## 0.4.3 -Wed, 12 Aug 2020 00:10:05 GMT - -### Patches - -- Updated project to build with Heft - -## 0.4.2 -Wed, 05 Aug 2020 18:27:33 GMT - -_Version update only_ - -## 0.4.1 -Fri, 03 Jul 2020 15:09:04 GMT - -_Version update only_ - -## 0.4.0 -Fri, 03 Jul 2020 05:46:41 GMT - -### Minor changes - -- Disable the "--typescript-compiler-folder" setting for API Extractor, since it was causing errors with the latest TypeScript engine - -## 0.3.2 -Thu, 25 Jun 2020 06:43:35 GMT - -_Version update only_ - -## 0.3.1 -Wed, 24 Jun 2020 09:50:48 GMT - -_Version update only_ - -## 0.3.0 -Wed, 24 Jun 2020 09:04:28 GMT - -### Minor changes - -- Upgrade to ESLint 7 - -## 0.2.1 -Mon, 15 Jun 2020 22:17:18 GMT - -_Version update only_ - -## 0.2.0 -Fri, 12 Jun 2020 09:19:21 GMT - -### Minor changes - -- Expose the @microsoft/api-extractor package's path - -## 0.1.1 -Wed, 10 Jun 2020 20:48:30 GMT - -_Version update only_ - -## 0.1.0 -Tue, 09 Jun 2020 20:37:23 GMT - -### Minor changes - -- Initial package creation. - diff --git a/stack/rush-stack-compiler-3.9/LICENSE b/stack/rush-stack-compiler-3.9/LICENSE deleted file mode 100644 index 7c29b93ce0f..00000000000 --- a/stack/rush-stack-compiler-3.9/LICENSE +++ /dev/null @@ -1,24 +0,0 @@ -@microsoft/rush-stack - -Copyright (c) Microsoft Corporation. All rights reserved. - -MIT License - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/stack/rush-stack-compiler-3.9/README.md b/stack/rush-stack-compiler-3.9/README.md deleted file mode 100644 index 2b33914ea3b..00000000000 --- a/stack/rush-stack-compiler-3.9/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# @microsoft/rush-stack-compiler-3.9 - -This package is an NPM peer dependency that is used with -[@microsoft/rush-stack](https://www.npmjs.com/package/@microsoft/rush-stack) -to select a TypeScript compiler version. This variant selects TypeScript 3.9 - -It provides a supported set of versions for the following components: - -- the TypeScript compiler -- [tslint](https://github.com/palantir/tslint#readme) -- [API Extractor](https://api-extractor.com/) diff --git a/stack/rush-stack-compiler-3.9/bin/rush-api-extractor b/stack/rush-stack-compiler-3.9/bin/rush-api-extractor deleted file mode 100755 index d6ece7d9298..00000000000 --- a/stack/rush-stack-compiler-3.9/bin/rush-api-extractor +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require('@microsoft/api-extractor/bin/api-extractor'); diff --git a/stack/rush-stack-compiler-3.9/bin/rush-eslint b/stack/rush-stack-compiler-3.9/bin/rush-eslint deleted file mode 100755 index 0ecf8039cfd..00000000000 --- a/stack/rush-stack-compiler-3.9/bin/rush-eslint +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require('eslint/bin/eslint'); diff --git a/stack/rush-stack-compiler-3.9/bin/rush-tsc b/stack/rush-stack-compiler-3.9/bin/rush-tsc deleted file mode 100755 index 978b97599d7..00000000000 --- a/stack/rush-stack-compiler-3.9/bin/rush-tsc +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require('typescript/bin/tsc'); diff --git a/stack/rush-stack-compiler-3.9/bin/rush-tslint b/stack/rush-stack-compiler-3.9/bin/rush-tslint deleted file mode 100755 index af77c6ef545..00000000000 --- a/stack/rush-stack-compiler-3.9/bin/rush-tslint +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require('tslint/bin/tslint'); diff --git a/stack/rush-stack-compiler-3.9/config/api-extractor.json b/stack/rush-stack-compiler-3.9/config/api-extractor.json deleted file mode 100644 index dcfa9cfc5b7..00000000000 --- a/stack/rush-stack-compiler-3.9/config/api-extractor.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", - - "mainEntryPointFilePath": "/lib/index.d.ts", - - "apiReport": { - "enabled": true, - "reportFolder": "../../../common/reviews/api" - }, - - "docModel": { - "enabled": true - }, - - "dtsRollup": { - "enabled": false - } -} diff --git a/stack/rush-stack-compiler-3.9/config/heft.json b/stack/rush-stack-compiler-3.9/config/heft.json deleted file mode 100644 index fa38fa303a4..00000000000 --- a/stack/rush-stack-compiler-3.9/config/heft.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/heft/heft.schema.json", - - "extends": "@rushstack/heft-node-rig/profiles/default/config/heft.json", - - "eventActions": [ - { - "actionKind": "deleteGlobs", - "heftEvent": "clean", - "actionId": "deleteSrc", - "globsToDelete": ["src"] - }, - - { - "actionKind": "copyFiles", - "heftEvent": "pre-compile", - "actionId": "copySrc", - "copyOperations": [ - { - "sourceFolder": "node_modules/@microsoft/rush-stack-compiler-shared/src", - "destinationFolders": ["src"], - "includeGlobs": ["*.ts", "*.js"] - }, - { - "sourceFolder": "node_modules/@microsoft/rush-stack-compiler-shared/src/pre-v4", - "destinationFolders": ["src"], - "includeGlobs": ["*.ts", "*.js"] - } - ] - } - ] -} diff --git a/stack/rush-stack-compiler-3.9/config/rig.json b/stack/rush-stack-compiler-3.9/config/rig.json deleted file mode 100644 index 6ac88a96368..00000000000 --- a/stack/rush-stack-compiler-3.9/config/rig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - // The "rig.json" file directs tools to look for their config files in an external package. - // Documentation for this system: https://www.npmjs.com/package/@rushstack/rig-package - "$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json", - - "rigPackageName": "@rushstack/heft-node-rig" -} diff --git a/stack/rush-stack-compiler-3.9/config/typescript.json b/stack/rush-stack-compiler-3.9/config/typescript.json deleted file mode 100644 index 6e09afa31ca..00000000000 --- a/stack/rush-stack-compiler-3.9/config/typescript.json +++ /dev/null @@ -1,12 +0,0 @@ -/** - * Configures the TypeScript plugin for Heft. This plugin also manages linting. - */ -{ - "$schema": "https://developer.microsoft.com/json-schemas/heft/typescript.schema.json", - - "extends": "@rushstack/heft-node-rig/profiles/default/config/typescript.json", - - "staticAssetsToCopy": { - "fileExtensions": [".d.ts", ".js"] - } -} diff --git a/stack/rush-stack-compiler-3.9/includes/tsconfig-base.json b/stack/rush-stack-compiler-3.9/includes/tsconfig-base.json deleted file mode 100644 index 6c52435c84d..00000000000 --- a/stack/rush-stack-compiler-3.9/includes/tsconfig-base.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "compilerOptions": { - "outDir": "../../../../lib", - "rootDir": "../../../../src", - - "forceConsistentCasingInFileNames": true, - "jsx": "react", - "declaration": true, - "sourceMap": true, - "declarationMap": true, - "inlineSources": true, - "experimentalDecorators": true, - "strictNullChecks": true, - "noUnusedLocals": true, - "types": [] - }, - "include": ["../../../../src/**/*.ts", "../../../../src/**/*.tsx"], - "exclude": ["../../../../node_modules", "../../../../lib"] -} diff --git a/stack/rush-stack-compiler-3.9/includes/tsconfig-node.json b/stack/rush-stack-compiler-3.9/includes/tsconfig-node.json deleted file mode 100644 index 722f0b8f62a..00000000000 --- a/stack/rush-stack-compiler-3.9/includes/tsconfig-node.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "extends": "./tsconfig-base.json", - "compilerOptions": { - "module": "commonjs", - "target": "es2017", - "lib": ["es2017"] - } -} diff --git a/stack/rush-stack-compiler-3.9/includes/tsconfig-web.json b/stack/rush-stack-compiler-3.9/includes/tsconfig-web.json deleted file mode 100644 index 5dd9e12e4aa..00000000000 --- a/stack/rush-stack-compiler-3.9/includes/tsconfig-web.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "extends": "./tsconfig-base.json", - "compilerOptions": { - "module": "esnext", - "moduleResolution": "node", - "target": "es5", - "lib": ["es5", "scripthost", "es2015.collection", "es2015.promise", "es2015.iterable", "dom"] - } -} diff --git a/stack/rush-stack-compiler-3.9/includes/tslint.json b/stack/rush-stack-compiler-3.9/includes/tslint.json deleted file mode 100644 index f55613b66cc..00000000000 --- a/stack/rush-stack-compiler-3.9/includes/tslint.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tslint", - - "rulesDirectory": ["tslint-microsoft-contrib"], - "rules": { - "class-name": true, - "comment-format": [true, "check-space"], - "curly": true, - "eofline": false, - "export-name": true, - "forin": true, - "indent": [true, "spaces", 2], - "interface-name": true, - "label-position": true, - "max-line-length": [true, 120], - "member-access": true, - "member-ordering": [ - true, - { - "order": [ - "public-static-field", - "protected-static-field", - "private-static-field", - "public-instance-field", - "protected-instance-field", - "private-instance-field", - "public-static-method", - "protected-static-method", - "private-static-method", - "public-constructor", - "public-instance-method", - "protected-constructor", - "protected-instance-method", - "private-constructor", - "private-instance-method" - ] - } - ], - "missing-optional-annotation": true, - "no-arg": true, - "no-any": true, - "no-bitwise": true, - "no-consecutive-blank-lines": true, - "no-console": [true, "debug", "info", "time", "timeEnd", "trace"], - "no-constant-condition": true, - "no-construct": true, - "no-debugger": true, - "no-duplicate-switch-case": true, - "no-duplicate-parameter-names": true, - "no-duplicate-variable": true, - "no-empty": true, - "no-eval": true, - "no-floating-promises": true, - "no-function-expression": true, - "no-inferrable-types": false, - "no-internal-module": true, - "no-null-keyword": true, - "no-shadowed-variable": true, - "no-string-literal": true, - "no-switch-case-fall-through": true, - "no-trailing-whitespace": true, - "no-unnecessary-semicolons": true, - "no-unused-expression": true, - "no-with-statement": true, - "no-var-keyword": true, - "object-literal-sort-keys": false, - "one-line": [true, "check-open-brace", "check-catch", "check-else", "check-whitespace"], - "quotemark": [true, "single", "avoid-escape"], - "prefer-const": true, - "radix": true, - "semicolon": true, - "trailing-comma": [ - true, - { - "multiline": "never", - "singleline": "never" - } - ], - "triple-equals": [true, "allow-null-check"], - "typedef": [ - true, - "call-signature", - "parameter", - "property-declaration", - "variable-declaration", - "member-variable-declaration" - ], - "typedef-whitespace": [ - true, - { - "call-signature": "nospace", - "index-signature": "nospace", - "parameter": "nospace", - "property-declaration": "nospace", - "variable-declaration": "nospace" - } - ], - "use-isnan": true, - "use-named-parameter": true, - "variable-name": [true, "check-format", "allow-leading-underscore", "ban-keywords"], - "whitespace": [true, "check-branch", "check-decl", "check-operator", "check-separator", "check-type"] - } -} diff --git a/stack/rush-stack-compiler-3.9/package.json b/stack/rush-stack-compiler-3.9/package.json deleted file mode 100644 index e2386c71e42..00000000000 --- a/stack/rush-stack-compiler-3.9/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "@microsoft/rush-stack-compiler-3.9", - "version": "0.4.47", - "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.9.", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/microsoft/rushstack/tree/master/stack/rush-stack-compiler-3.9" - }, - "bin": { - "rush-api-extractor": "./bin/rush-api-extractor", - "rush-eslint": "./bin/rush-eslint", - "rush-tsc": "./bin/rush-tsc", - "rush-tslint": "./bin/rush-tslint" - }, - "scripts": { - "build": "heft build --clean" - }, - "main": "lib/index.js", - "typings": "lib/index.d.ts", - "dependencies": { - "@microsoft/api-extractor": "workspace:*", - "@rushstack/eslint-config": "workspace:*", - "@rushstack/node-core-library": "workspace:*", - "@types/node": "10.17.13", - "eslint": "~7.12.1", - "import-lazy": "~4.0.0", - "tslint": "~5.20.1", - "tslint-microsoft-contrib": "~6.2.0", - "typescript": "~3.9.7" - }, - "devDependencies": { - "@microsoft/rush-stack-compiler-3.9": "0.4.42", - "@microsoft/rush-stack-compiler-shared": "workspace:*", - "@rushstack/eslint-config": "workspace:*", - "@rushstack/heft": "0.28.0", - "@rushstack/heft-node-rig": "1.0.8" - } -} diff --git a/stack/rush-stack-compiler-3.9/tsconfig.json b/stack/rush-stack-compiler-3.9/tsconfig.json deleted file mode 100644 index 6bef73c4b86..00000000000 --- a/stack/rush-stack-compiler-3.9/tsconfig.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.9/includes/tsconfig-node.json", - - "compilerOptions": { - "rootDir": "src", - "outDir": "lib" - } -} diff --git a/stack/rush-stack-compiler-4.0/.eslintrc.js b/stack/rush-stack-compiler-4.0/.eslintrc.js deleted file mode 100644 index 4c934799d67..00000000000 --- a/stack/rush-stack-compiler-4.0/.eslintrc.js +++ /dev/null @@ -1,10 +0,0 @@ -// This is a workaround for https://github.com/eslint/eslint/issues/3458 -require('@rushstack/eslint-config/patch/modern-module-resolution'); - -module.exports = { - extends: [ - '@rushstack/eslint-config/profile/node-trusted-tool', - '@rushstack/eslint-config/mixins/friendly-locals' - ], - parserOptions: { tsconfigRootDir: __dirname } -}; diff --git a/stack/rush-stack-compiler-4.0/.gitignore b/stack/rush-stack-compiler-4.0/.gitignore deleted file mode 100644 index dbc8690803e..00000000000 --- a/stack/rush-stack-compiler-4.0/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/src \ No newline at end of file diff --git a/stack/rush-stack-compiler-4.0/.npmignore b/stack/rush-stack-compiler-4.0/.npmignore deleted file mode 100644 index ad6bcd960e8..00000000000 --- a/stack/rush-stack-compiler-4.0/.npmignore +++ /dev/null @@ -1,31 +0,0 @@ -# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. - -# Ignore all files by default, to avoid accidentally publishing unintended files. -* - -# Use negative patterns to bring back the specific things we want to publish. -!/bin/** -!/lib/** -!/lib-*/** -!/dist/** -!ThirdPartyNotice.txt - -# Ignore certain patterns that should not get published. -/dist/*.stats.* -/lib/**/test/ -/lib-*/**/test/ -*.test.js - -# NOTE: These don't need to be specified, because NPM includes them automatically. -# -# package.json -# README (and its variants) -# CHANGELOG (and its variants) -# LICENSE / LICENCE - -#-------------------------------------------- -# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE -#-------------------------------------------- - -# (Add your project-specific overrides here) -!/includes/** diff --git a/stack/rush-stack-compiler-4.0/CHANGELOG.json b/stack/rush-stack-compiler-4.0/CHANGELOG.json deleted file mode 100644 index 3889ea4c085..00000000000 --- a/stack/rush-stack-compiler-4.0/CHANGELOG.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "@microsoft/rush-stack-compiler-4.0", - "entries": [ - { - "version": "0.1.1", - "tag": "@microsoft/rush-stack-compiler-4.0_v0.1.1", - "date": "Wed, 19 May 2021 00:11:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.38.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.47`" - } - ] - } - }, - { - "version": "0.1.0", - "tag": "@microsoft/rush-stack-compiler-4.0_v0.1.0", - "date": "Tue, 11 May 2021 22:57:42 GMT", - "comments": { - "minor": [ - { - "comment": "Initial package creation." - } - ] - } - } - ] -} diff --git a/stack/rush-stack-compiler-4.0/CHANGELOG.md b/stack/rush-stack-compiler-4.0/CHANGELOG.md deleted file mode 100644 index 8826a853664..00000000000 --- a/stack/rush-stack-compiler-4.0/CHANGELOG.md +++ /dev/null @@ -1,16 +0,0 @@ -# Change Log - @microsoft/rush-stack-compiler-4.0 - -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. - -## 0.1.1 -Wed, 19 May 2021 00:11:39 GMT - -_Version update only_ - -## 0.1.0 -Tue, 11 May 2021 22:57:42 GMT - -### Minor changes - -- Initial package creation. - diff --git a/stack/rush-stack-compiler-4.0/LICENSE b/stack/rush-stack-compiler-4.0/LICENSE deleted file mode 100644 index 7c29b93ce0f..00000000000 --- a/stack/rush-stack-compiler-4.0/LICENSE +++ /dev/null @@ -1,24 +0,0 @@ -@microsoft/rush-stack - -Copyright (c) Microsoft Corporation. All rights reserved. - -MIT License - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/stack/rush-stack-compiler-4.0/README.md b/stack/rush-stack-compiler-4.0/README.md deleted file mode 100644 index 2c298f007fb..00000000000 --- a/stack/rush-stack-compiler-4.0/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# @microsoft/rush-stack-compiler-4.0 - -This package is an NPM peer dependency that is used with -[@microsoft/rush-stack](https://www.npmjs.com/package/@microsoft/rush-stack) -to select a TypeScript compiler version. This variant selects TypeScript 4.0 - -It provides a supported set of versions for the following components: - -- the TypeScript compiler -- [tslint](https://github.com/palantir/tslint#readme) -- [API Extractor](https://api-extractor.com/) diff --git a/stack/rush-stack-compiler-4.0/bin/rush-api-extractor b/stack/rush-stack-compiler-4.0/bin/rush-api-extractor deleted file mode 100644 index d6ece7d9298..00000000000 --- a/stack/rush-stack-compiler-4.0/bin/rush-api-extractor +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require('@microsoft/api-extractor/bin/api-extractor'); diff --git a/stack/rush-stack-compiler-4.0/bin/rush-eslint b/stack/rush-stack-compiler-4.0/bin/rush-eslint deleted file mode 100644 index 0ecf8039cfd..00000000000 --- a/stack/rush-stack-compiler-4.0/bin/rush-eslint +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require('eslint/bin/eslint'); diff --git a/stack/rush-stack-compiler-4.0/bin/rush-tsc b/stack/rush-stack-compiler-4.0/bin/rush-tsc deleted file mode 100644 index 978b97599d7..00000000000 --- a/stack/rush-stack-compiler-4.0/bin/rush-tsc +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require('typescript/bin/tsc'); diff --git a/stack/rush-stack-compiler-4.0/bin/rush-tslint b/stack/rush-stack-compiler-4.0/bin/rush-tslint deleted file mode 100644 index af77c6ef545..00000000000 --- a/stack/rush-stack-compiler-4.0/bin/rush-tslint +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require('tslint/bin/tslint'); diff --git a/stack/rush-stack-compiler-4.0/config/api-extractor.json b/stack/rush-stack-compiler-4.0/config/api-extractor.json deleted file mode 100644 index dcfa9cfc5b7..00000000000 --- a/stack/rush-stack-compiler-4.0/config/api-extractor.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", - - "mainEntryPointFilePath": "/lib/index.d.ts", - - "apiReport": { - "enabled": true, - "reportFolder": "../../../common/reviews/api" - }, - - "docModel": { - "enabled": true - }, - - "dtsRollup": { - "enabled": false - } -} diff --git a/stack/rush-stack-compiler-4.0/config/heft.json b/stack/rush-stack-compiler-4.0/config/heft.json deleted file mode 100644 index 8e199ba1529..00000000000 --- a/stack/rush-stack-compiler-4.0/config/heft.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/heft/heft.schema.json", - - "extends": "@rushstack/heft-node-rig/profiles/default/config/heft.json", - - "eventActions": [ - { - "actionKind": "deleteGlobs", - "heftEvent": "clean", - "actionId": "deleteSrc", - "globsToDelete": ["src"] - }, - - { - "actionKind": "copyFiles", - "heftEvent": "pre-compile", - "actionId": "copySrc", - "copyOperations": [ - { - "sourceFolder": "node_modules/@microsoft/rush-stack-compiler-shared/src", - "destinationFolders": ["src"], - "includeGlobs": ["*.ts", "*.js"] - }, - { - "sourceFolder": "node_modules/@microsoft/rush-stack-compiler-shared/src/v4", - "destinationFolders": ["src"], - "includeGlobs": ["*.ts", "*.js"] - } - ] - } - ] -} diff --git a/stack/rush-stack-compiler-4.0/config/rig.json b/stack/rush-stack-compiler-4.0/config/rig.json deleted file mode 100644 index 6ac88a96368..00000000000 --- a/stack/rush-stack-compiler-4.0/config/rig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - // The "rig.json" file directs tools to look for their config files in an external package. - // Documentation for this system: https://www.npmjs.com/package/@rushstack/rig-package - "$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json", - - "rigPackageName": "@rushstack/heft-node-rig" -} diff --git a/stack/rush-stack-compiler-4.0/config/typescript.json b/stack/rush-stack-compiler-4.0/config/typescript.json deleted file mode 100644 index 6e09afa31ca..00000000000 --- a/stack/rush-stack-compiler-4.0/config/typescript.json +++ /dev/null @@ -1,12 +0,0 @@ -/** - * Configures the TypeScript plugin for Heft. This plugin also manages linting. - */ -{ - "$schema": "https://developer.microsoft.com/json-schemas/heft/typescript.schema.json", - - "extends": "@rushstack/heft-node-rig/profiles/default/config/typescript.json", - - "staticAssetsToCopy": { - "fileExtensions": [".d.ts", ".js"] - } -} diff --git a/stack/rush-stack-compiler-4.0/includes/tsconfig-base.json b/stack/rush-stack-compiler-4.0/includes/tsconfig-base.json deleted file mode 100644 index 6c52435c84d..00000000000 --- a/stack/rush-stack-compiler-4.0/includes/tsconfig-base.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "compilerOptions": { - "outDir": "../../../../lib", - "rootDir": "../../../../src", - - "forceConsistentCasingInFileNames": true, - "jsx": "react", - "declaration": true, - "sourceMap": true, - "declarationMap": true, - "inlineSources": true, - "experimentalDecorators": true, - "strictNullChecks": true, - "noUnusedLocals": true, - "types": [] - }, - "include": ["../../../../src/**/*.ts", "../../../../src/**/*.tsx"], - "exclude": ["../../../../node_modules", "../../../../lib"] -} diff --git a/stack/rush-stack-compiler-4.0/includes/tsconfig-node.json b/stack/rush-stack-compiler-4.0/includes/tsconfig-node.json deleted file mode 100644 index 722f0b8f62a..00000000000 --- a/stack/rush-stack-compiler-4.0/includes/tsconfig-node.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "extends": "./tsconfig-base.json", - "compilerOptions": { - "module": "commonjs", - "target": "es2017", - "lib": ["es2017"] - } -} diff --git a/stack/rush-stack-compiler-4.0/includes/tsconfig-web.json b/stack/rush-stack-compiler-4.0/includes/tsconfig-web.json deleted file mode 100644 index 5dd9e12e4aa..00000000000 --- a/stack/rush-stack-compiler-4.0/includes/tsconfig-web.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "extends": "./tsconfig-base.json", - "compilerOptions": { - "module": "esnext", - "moduleResolution": "node", - "target": "es5", - "lib": ["es5", "scripthost", "es2015.collection", "es2015.promise", "es2015.iterable", "dom"] - } -} diff --git a/stack/rush-stack-compiler-4.0/package.json b/stack/rush-stack-compiler-4.0/package.json deleted file mode 100644 index aea0fd0a225..00000000000 --- a/stack/rush-stack-compiler-4.0/package.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "@microsoft/rush-stack-compiler-4.0", - "version": "0.1.1", - "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 4.0.", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/microsoft/rushstack/tree/master/stack/rush-stack-compiler-4.0" - }, - "bin": { - "rush-api-extractor": "./bin/rush-api-extractor", - "rush-eslint": "./bin/rush-eslint", - "rush-tsc": "./bin/rush-tsc", - "rush-tslint": "./bin/rush-tslint" - }, - "scripts": { - "build": "heft build --clean" - }, - "main": "lib/index.js", - "typings": "lib/index.d.ts", - "dependencies": { - "@microsoft/api-extractor": "workspace:*", - "@rushstack/eslint-config": "workspace:*", - "@rushstack/node-core-library": "workspace:*", - "@types/node": "10.17.13", - "eslint": "~7.12.1", - "import-lazy": "~4.0.0", - "typescript": "~4.0.7" - }, - "devDependencies": { - "@microsoft/rush-stack-compiler-3.9": "workspace:*", - "@microsoft/rush-stack-compiler-shared": "workspace:*", - "@rushstack/eslint-config": "workspace:*", - "@rushstack/heft": "0.28.0", - "@rushstack/heft-node-rig": "1.0.8" - } -} diff --git a/stack/rush-stack-compiler-4.0/tsconfig.json b/stack/rush-stack-compiler-4.0/tsconfig.json deleted file mode 100644 index 6bef73c4b86..00000000000 --- a/stack/rush-stack-compiler-4.0/tsconfig.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.9/includes/tsconfig-node.json", - - "compilerOptions": { - "rootDir": "src", - "outDir": "lib" - } -} diff --git a/stack/rush-stack-compiler-4.1/.eslintrc.js b/stack/rush-stack-compiler-4.1/.eslintrc.js deleted file mode 100644 index 4c934799d67..00000000000 --- a/stack/rush-stack-compiler-4.1/.eslintrc.js +++ /dev/null @@ -1,10 +0,0 @@ -// This is a workaround for https://github.com/eslint/eslint/issues/3458 -require('@rushstack/eslint-config/patch/modern-module-resolution'); - -module.exports = { - extends: [ - '@rushstack/eslint-config/profile/node-trusted-tool', - '@rushstack/eslint-config/mixins/friendly-locals' - ], - parserOptions: { tsconfigRootDir: __dirname } -}; diff --git a/stack/rush-stack-compiler-4.1/.gitignore b/stack/rush-stack-compiler-4.1/.gitignore deleted file mode 100644 index dbc8690803e..00000000000 --- a/stack/rush-stack-compiler-4.1/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/src \ No newline at end of file diff --git a/stack/rush-stack-compiler-4.1/.npmignore b/stack/rush-stack-compiler-4.1/.npmignore deleted file mode 100644 index ad6bcd960e8..00000000000 --- a/stack/rush-stack-compiler-4.1/.npmignore +++ /dev/null @@ -1,31 +0,0 @@ -# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. - -# Ignore all files by default, to avoid accidentally publishing unintended files. -* - -# Use negative patterns to bring back the specific things we want to publish. -!/bin/** -!/lib/** -!/lib-*/** -!/dist/** -!ThirdPartyNotice.txt - -# Ignore certain patterns that should not get published. -/dist/*.stats.* -/lib/**/test/ -/lib-*/**/test/ -*.test.js - -# NOTE: These don't need to be specified, because NPM includes them automatically. -# -# package.json -# README (and its variants) -# CHANGELOG (and its variants) -# LICENSE / LICENCE - -#-------------------------------------------- -# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE -#-------------------------------------------- - -# (Add your project-specific overrides here) -!/includes/** diff --git a/stack/rush-stack-compiler-4.1/CHANGELOG.json b/stack/rush-stack-compiler-4.1/CHANGELOG.json deleted file mode 100644 index 051acdeb1d2..00000000000 --- a/stack/rush-stack-compiler-4.1/CHANGELOG.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "@microsoft/rush-stack-compiler-4.1", - "entries": [ - { - "version": "0.1.1", - "tag": "@microsoft/rush-stack-compiler-4.1_v0.1.1", - "date": "Wed, 19 May 2021 00:11:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.38.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.47`" - } - ] - } - }, - { - "version": "0.1.0", - "tag": "@microsoft/rush-stack-compiler-4.1_v0.1.0", - "date": "Tue, 11 May 2021 22:57:42 GMT", - "comments": { - "minor": [ - { - "comment": "Initial package creation." - } - ] - } - } - ] -} diff --git a/stack/rush-stack-compiler-4.1/CHANGELOG.md b/stack/rush-stack-compiler-4.1/CHANGELOG.md deleted file mode 100644 index 0e9436a2c09..00000000000 --- a/stack/rush-stack-compiler-4.1/CHANGELOG.md +++ /dev/null @@ -1,16 +0,0 @@ -# Change Log - @microsoft/rush-stack-compiler-4.1 - -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. - -## 0.1.1 -Wed, 19 May 2021 00:11:39 GMT - -_Version update only_ - -## 0.1.0 -Tue, 11 May 2021 22:57:42 GMT - -### Minor changes - -- Initial package creation. - diff --git a/stack/rush-stack-compiler-4.1/LICENSE b/stack/rush-stack-compiler-4.1/LICENSE deleted file mode 100644 index 7c29b93ce0f..00000000000 --- a/stack/rush-stack-compiler-4.1/LICENSE +++ /dev/null @@ -1,24 +0,0 @@ -@microsoft/rush-stack - -Copyright (c) Microsoft Corporation. All rights reserved. - -MIT License - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/stack/rush-stack-compiler-4.1/README.md b/stack/rush-stack-compiler-4.1/README.md deleted file mode 100644 index 7284ee6a2f8..00000000000 --- a/stack/rush-stack-compiler-4.1/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# @microsoft/rush-stack-compiler-4.1 - -This package is an NPM peer dependency that is used with -[@microsoft/rush-stack](https://www.npmjs.com/package/@microsoft/rush-stack) -to select a TypeScript compiler version. This variant selects TypeScript 4.1 - -It provides a supported set of versions for the following components: - -- the TypeScript compiler -- [tslint](https://github.com/palantir/tslint#readme) -- [API Extractor](https://api-extractor.com/) diff --git a/stack/rush-stack-compiler-4.1/bin/rush-api-extractor b/stack/rush-stack-compiler-4.1/bin/rush-api-extractor deleted file mode 100644 index d6ece7d9298..00000000000 --- a/stack/rush-stack-compiler-4.1/bin/rush-api-extractor +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require('@microsoft/api-extractor/bin/api-extractor'); diff --git a/stack/rush-stack-compiler-4.1/bin/rush-eslint b/stack/rush-stack-compiler-4.1/bin/rush-eslint deleted file mode 100644 index 0ecf8039cfd..00000000000 --- a/stack/rush-stack-compiler-4.1/bin/rush-eslint +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require('eslint/bin/eslint'); diff --git a/stack/rush-stack-compiler-4.1/bin/rush-tsc b/stack/rush-stack-compiler-4.1/bin/rush-tsc deleted file mode 100644 index 978b97599d7..00000000000 --- a/stack/rush-stack-compiler-4.1/bin/rush-tsc +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require('typescript/bin/tsc'); diff --git a/stack/rush-stack-compiler-4.1/bin/rush-tslint b/stack/rush-stack-compiler-4.1/bin/rush-tslint deleted file mode 100644 index af77c6ef545..00000000000 --- a/stack/rush-stack-compiler-4.1/bin/rush-tslint +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require('tslint/bin/tslint'); diff --git a/stack/rush-stack-compiler-4.1/config/api-extractor.json b/stack/rush-stack-compiler-4.1/config/api-extractor.json deleted file mode 100644 index dcfa9cfc5b7..00000000000 --- a/stack/rush-stack-compiler-4.1/config/api-extractor.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", - - "mainEntryPointFilePath": "/lib/index.d.ts", - - "apiReport": { - "enabled": true, - "reportFolder": "../../../common/reviews/api" - }, - - "docModel": { - "enabled": true - }, - - "dtsRollup": { - "enabled": false - } -} diff --git a/stack/rush-stack-compiler-4.1/config/heft.json b/stack/rush-stack-compiler-4.1/config/heft.json deleted file mode 100644 index 8e199ba1529..00000000000 --- a/stack/rush-stack-compiler-4.1/config/heft.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/heft/heft.schema.json", - - "extends": "@rushstack/heft-node-rig/profiles/default/config/heft.json", - - "eventActions": [ - { - "actionKind": "deleteGlobs", - "heftEvent": "clean", - "actionId": "deleteSrc", - "globsToDelete": ["src"] - }, - - { - "actionKind": "copyFiles", - "heftEvent": "pre-compile", - "actionId": "copySrc", - "copyOperations": [ - { - "sourceFolder": "node_modules/@microsoft/rush-stack-compiler-shared/src", - "destinationFolders": ["src"], - "includeGlobs": ["*.ts", "*.js"] - }, - { - "sourceFolder": "node_modules/@microsoft/rush-stack-compiler-shared/src/v4", - "destinationFolders": ["src"], - "includeGlobs": ["*.ts", "*.js"] - } - ] - } - ] -} diff --git a/stack/rush-stack-compiler-4.1/config/rig.json b/stack/rush-stack-compiler-4.1/config/rig.json deleted file mode 100644 index 6ac88a96368..00000000000 --- a/stack/rush-stack-compiler-4.1/config/rig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - // The "rig.json" file directs tools to look for their config files in an external package. - // Documentation for this system: https://www.npmjs.com/package/@rushstack/rig-package - "$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json", - - "rigPackageName": "@rushstack/heft-node-rig" -} diff --git a/stack/rush-stack-compiler-4.1/config/typescript.json b/stack/rush-stack-compiler-4.1/config/typescript.json deleted file mode 100644 index 6e09afa31ca..00000000000 --- a/stack/rush-stack-compiler-4.1/config/typescript.json +++ /dev/null @@ -1,12 +0,0 @@ -/** - * Configures the TypeScript plugin for Heft. This plugin also manages linting. - */ -{ - "$schema": "https://developer.microsoft.com/json-schemas/heft/typescript.schema.json", - - "extends": "@rushstack/heft-node-rig/profiles/default/config/typescript.json", - - "staticAssetsToCopy": { - "fileExtensions": [".d.ts", ".js"] - } -} diff --git a/stack/rush-stack-compiler-4.1/includes/tsconfig-base.json b/stack/rush-stack-compiler-4.1/includes/tsconfig-base.json deleted file mode 100644 index 6c52435c84d..00000000000 --- a/stack/rush-stack-compiler-4.1/includes/tsconfig-base.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "compilerOptions": { - "outDir": "../../../../lib", - "rootDir": "../../../../src", - - "forceConsistentCasingInFileNames": true, - "jsx": "react", - "declaration": true, - "sourceMap": true, - "declarationMap": true, - "inlineSources": true, - "experimentalDecorators": true, - "strictNullChecks": true, - "noUnusedLocals": true, - "types": [] - }, - "include": ["../../../../src/**/*.ts", "../../../../src/**/*.tsx"], - "exclude": ["../../../../node_modules", "../../../../lib"] -} diff --git a/stack/rush-stack-compiler-4.1/includes/tsconfig-node.json b/stack/rush-stack-compiler-4.1/includes/tsconfig-node.json deleted file mode 100644 index 722f0b8f62a..00000000000 --- a/stack/rush-stack-compiler-4.1/includes/tsconfig-node.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "extends": "./tsconfig-base.json", - "compilerOptions": { - "module": "commonjs", - "target": "es2017", - "lib": ["es2017"] - } -} diff --git a/stack/rush-stack-compiler-4.1/includes/tsconfig-web.json b/stack/rush-stack-compiler-4.1/includes/tsconfig-web.json deleted file mode 100644 index 5dd9e12e4aa..00000000000 --- a/stack/rush-stack-compiler-4.1/includes/tsconfig-web.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "extends": "./tsconfig-base.json", - "compilerOptions": { - "module": "esnext", - "moduleResolution": "node", - "target": "es5", - "lib": ["es5", "scripthost", "es2015.collection", "es2015.promise", "es2015.iterable", "dom"] - } -} diff --git a/stack/rush-stack-compiler-4.1/package.json b/stack/rush-stack-compiler-4.1/package.json deleted file mode 100644 index b8af2aa9d6a..00000000000 --- a/stack/rush-stack-compiler-4.1/package.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "@microsoft/rush-stack-compiler-4.1", - "version": "0.1.1", - "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 4.1.", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/microsoft/rushstack/tree/master/stack/rush-stack-compiler-4.1" - }, - "bin": { - "rush-api-extractor": "./bin/rush-api-extractor", - "rush-eslint": "./bin/rush-eslint", - "rush-tsc": "./bin/rush-tsc", - "rush-tslint": "./bin/rush-tslint" - }, - "scripts": { - "build": "heft build --clean" - }, - "main": "lib/index.js", - "typings": "lib/index.d.ts", - "dependencies": { - "@microsoft/api-extractor": "workspace:*", - "@rushstack/eslint-config": "workspace:*", - "@rushstack/node-core-library": "workspace:*", - "@types/node": "10.17.13", - "eslint": "~7.12.1", - "import-lazy": "~4.0.0", - "typescript": "~4.1.5" - }, - "devDependencies": { - "@microsoft/rush-stack-compiler-3.9": "workspace:*", - "@microsoft/rush-stack-compiler-shared": "workspace:*", - "@rushstack/eslint-config": "workspace:*", - "@rushstack/heft": "0.28.0", - "@rushstack/heft-node-rig": "1.0.8" - } -} diff --git a/stack/rush-stack-compiler-4.1/tsconfig.json b/stack/rush-stack-compiler-4.1/tsconfig.json deleted file mode 100644 index 6bef73c4b86..00000000000 --- a/stack/rush-stack-compiler-4.1/tsconfig.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.9/includes/tsconfig-node.json", - - "compilerOptions": { - "rootDir": "src", - "outDir": "lib" - } -} diff --git a/stack/rush-stack-compiler-4.2/.eslintrc.js b/stack/rush-stack-compiler-4.2/.eslintrc.js deleted file mode 100644 index 4c934799d67..00000000000 --- a/stack/rush-stack-compiler-4.2/.eslintrc.js +++ /dev/null @@ -1,10 +0,0 @@ -// This is a workaround for https://github.com/eslint/eslint/issues/3458 -require('@rushstack/eslint-config/patch/modern-module-resolution'); - -module.exports = { - extends: [ - '@rushstack/eslint-config/profile/node-trusted-tool', - '@rushstack/eslint-config/mixins/friendly-locals' - ], - parserOptions: { tsconfigRootDir: __dirname } -}; diff --git a/stack/rush-stack-compiler-4.2/.gitignore b/stack/rush-stack-compiler-4.2/.gitignore deleted file mode 100644 index dbc8690803e..00000000000 --- a/stack/rush-stack-compiler-4.2/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/src \ No newline at end of file diff --git a/stack/rush-stack-compiler-4.2/.npmignore b/stack/rush-stack-compiler-4.2/.npmignore deleted file mode 100644 index ad6bcd960e8..00000000000 --- a/stack/rush-stack-compiler-4.2/.npmignore +++ /dev/null @@ -1,31 +0,0 @@ -# THIS IS A STANDARD TEMPLATE FOR .npmignore FILES IN THIS REPO. - -# Ignore all files by default, to avoid accidentally publishing unintended files. -* - -# Use negative patterns to bring back the specific things we want to publish. -!/bin/** -!/lib/** -!/lib-*/** -!/dist/** -!ThirdPartyNotice.txt - -# Ignore certain patterns that should not get published. -/dist/*.stats.* -/lib/**/test/ -/lib-*/**/test/ -*.test.js - -# NOTE: These don't need to be specified, because NPM includes them automatically. -# -# package.json -# README (and its variants) -# CHANGELOG (and its variants) -# LICENSE / LICENCE - -#-------------------------------------------- -# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE -#-------------------------------------------- - -# (Add your project-specific overrides here) -!/includes/** diff --git a/stack/rush-stack-compiler-4.2/CHANGELOG.json b/stack/rush-stack-compiler-4.2/CHANGELOG.json deleted file mode 100644 index 2a4c26985f3..00000000000 --- a/stack/rush-stack-compiler-4.2/CHANGELOG.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "@microsoft/rush-stack-compiler-4.2", - "entries": [ - { - "version": "0.1.1", - "tag": "@microsoft/rush-stack-compiler-4.2_v0.1.1", - "date": "Wed, 19 May 2021 00:11:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/api-extractor\" to `7.15.2`" - }, - { - "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.38.0`" - }, - { - "comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.9\" to `0.4.47`" - } - ] - } - }, - { - "version": "0.1.0", - "tag": "@microsoft/rush-stack-compiler-4.2_v0.1.0", - "date": "Tue, 11 May 2021 22:57:42 GMT", - "comments": { - "minor": [ - { - "comment": "Initial package creation." - } - ] - } - } - ] -} diff --git a/stack/rush-stack-compiler-4.2/CHANGELOG.md b/stack/rush-stack-compiler-4.2/CHANGELOG.md deleted file mode 100644 index 36ca4087dde..00000000000 --- a/stack/rush-stack-compiler-4.2/CHANGELOG.md +++ /dev/null @@ -1,16 +0,0 @@ -# Change Log - @microsoft/rush-stack-compiler-4.2 - -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. - -## 0.1.1 -Wed, 19 May 2021 00:11:39 GMT - -_Version update only_ - -## 0.1.0 -Tue, 11 May 2021 22:57:42 GMT - -### Minor changes - -- Initial package creation. - diff --git a/stack/rush-stack-compiler-4.2/LICENSE b/stack/rush-stack-compiler-4.2/LICENSE deleted file mode 100644 index 7c29b93ce0f..00000000000 --- a/stack/rush-stack-compiler-4.2/LICENSE +++ /dev/null @@ -1,24 +0,0 @@ -@microsoft/rush-stack - -Copyright (c) Microsoft Corporation. All rights reserved. - -MIT License - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/stack/rush-stack-compiler-4.2/README.md b/stack/rush-stack-compiler-4.2/README.md deleted file mode 100644 index 4b08c266971..00000000000 --- a/stack/rush-stack-compiler-4.2/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# @microsoft/rush-stack-compiler-4.2 - -This package is an NPM peer dependency that is used with -[@microsoft/rush-stack](https://www.npmjs.com/package/@microsoft/rush-stack) -to select a TypeScript compiler version. This variant selects TypeScript 4.2 - -It provides a supported set of versions for the following components: - -- the TypeScript compiler -- [tslint](https://github.com/palantir/tslint#readme) -- [API Extractor](https://api-extractor.com/) diff --git a/stack/rush-stack-compiler-4.2/bin/rush-api-extractor b/stack/rush-stack-compiler-4.2/bin/rush-api-extractor deleted file mode 100644 index d6ece7d9298..00000000000 --- a/stack/rush-stack-compiler-4.2/bin/rush-api-extractor +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require('@microsoft/api-extractor/bin/api-extractor'); diff --git a/stack/rush-stack-compiler-4.2/bin/rush-eslint b/stack/rush-stack-compiler-4.2/bin/rush-eslint deleted file mode 100644 index 0ecf8039cfd..00000000000 --- a/stack/rush-stack-compiler-4.2/bin/rush-eslint +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require('eslint/bin/eslint'); diff --git a/stack/rush-stack-compiler-4.2/bin/rush-tsc b/stack/rush-stack-compiler-4.2/bin/rush-tsc deleted file mode 100644 index 978b97599d7..00000000000 --- a/stack/rush-stack-compiler-4.2/bin/rush-tsc +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require('typescript/bin/tsc'); diff --git a/stack/rush-stack-compiler-4.2/bin/rush-tslint b/stack/rush-stack-compiler-4.2/bin/rush-tslint deleted file mode 100644 index af77c6ef545..00000000000 --- a/stack/rush-stack-compiler-4.2/bin/rush-tslint +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env node -require('tslint/bin/tslint'); diff --git a/stack/rush-stack-compiler-4.2/config/api-extractor.json b/stack/rush-stack-compiler-4.2/config/api-extractor.json deleted file mode 100644 index dcfa9cfc5b7..00000000000 --- a/stack/rush-stack-compiler-4.2/config/api-extractor.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", - - "mainEntryPointFilePath": "/lib/index.d.ts", - - "apiReport": { - "enabled": true, - "reportFolder": "../../../common/reviews/api" - }, - - "docModel": { - "enabled": true - }, - - "dtsRollup": { - "enabled": false - } -} diff --git a/stack/rush-stack-compiler-4.2/config/heft.json b/stack/rush-stack-compiler-4.2/config/heft.json deleted file mode 100644 index 8e199ba1529..00000000000 --- a/stack/rush-stack-compiler-4.2/config/heft.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/heft/heft.schema.json", - - "extends": "@rushstack/heft-node-rig/profiles/default/config/heft.json", - - "eventActions": [ - { - "actionKind": "deleteGlobs", - "heftEvent": "clean", - "actionId": "deleteSrc", - "globsToDelete": ["src"] - }, - - { - "actionKind": "copyFiles", - "heftEvent": "pre-compile", - "actionId": "copySrc", - "copyOperations": [ - { - "sourceFolder": "node_modules/@microsoft/rush-stack-compiler-shared/src", - "destinationFolders": ["src"], - "includeGlobs": ["*.ts", "*.js"] - }, - { - "sourceFolder": "node_modules/@microsoft/rush-stack-compiler-shared/src/v4", - "destinationFolders": ["src"], - "includeGlobs": ["*.ts", "*.js"] - } - ] - } - ] -} diff --git a/stack/rush-stack-compiler-4.2/config/rig.json b/stack/rush-stack-compiler-4.2/config/rig.json deleted file mode 100644 index 6ac88a96368..00000000000 --- a/stack/rush-stack-compiler-4.2/config/rig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - // The "rig.json" file directs tools to look for their config files in an external package. - // Documentation for this system: https://www.npmjs.com/package/@rushstack/rig-package - "$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json", - - "rigPackageName": "@rushstack/heft-node-rig" -} diff --git a/stack/rush-stack-compiler-4.2/config/typescript.json b/stack/rush-stack-compiler-4.2/config/typescript.json deleted file mode 100644 index 6e09afa31ca..00000000000 --- a/stack/rush-stack-compiler-4.2/config/typescript.json +++ /dev/null @@ -1,12 +0,0 @@ -/** - * Configures the TypeScript plugin for Heft. This plugin also manages linting. - */ -{ - "$schema": "https://developer.microsoft.com/json-schemas/heft/typescript.schema.json", - - "extends": "@rushstack/heft-node-rig/profiles/default/config/typescript.json", - - "staticAssetsToCopy": { - "fileExtensions": [".d.ts", ".js"] - } -} diff --git a/stack/rush-stack-compiler-4.2/includes/tsconfig-base.json b/stack/rush-stack-compiler-4.2/includes/tsconfig-base.json deleted file mode 100644 index 6c52435c84d..00000000000 --- a/stack/rush-stack-compiler-4.2/includes/tsconfig-base.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "compilerOptions": { - "outDir": "../../../../lib", - "rootDir": "../../../../src", - - "forceConsistentCasingInFileNames": true, - "jsx": "react", - "declaration": true, - "sourceMap": true, - "declarationMap": true, - "inlineSources": true, - "experimentalDecorators": true, - "strictNullChecks": true, - "noUnusedLocals": true, - "types": [] - }, - "include": ["../../../../src/**/*.ts", "../../../../src/**/*.tsx"], - "exclude": ["../../../../node_modules", "../../../../lib"] -} diff --git a/stack/rush-stack-compiler-4.2/includes/tsconfig-node.json b/stack/rush-stack-compiler-4.2/includes/tsconfig-node.json deleted file mode 100644 index 722f0b8f62a..00000000000 --- a/stack/rush-stack-compiler-4.2/includes/tsconfig-node.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "extends": "./tsconfig-base.json", - "compilerOptions": { - "module": "commonjs", - "target": "es2017", - "lib": ["es2017"] - } -} diff --git a/stack/rush-stack-compiler-4.2/includes/tsconfig-web.json b/stack/rush-stack-compiler-4.2/includes/tsconfig-web.json deleted file mode 100644 index 5dd9e12e4aa..00000000000 --- a/stack/rush-stack-compiler-4.2/includes/tsconfig-web.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "$schema": "http://json.schemastore.org/tsconfig", - - "extends": "./tsconfig-base.json", - "compilerOptions": { - "module": "esnext", - "moduleResolution": "node", - "target": "es5", - "lib": ["es5", "scripthost", "es2015.collection", "es2015.promise", "es2015.iterable", "dom"] - } -} diff --git a/stack/rush-stack-compiler-4.2/package.json b/stack/rush-stack-compiler-4.2/package.json deleted file mode 100644 index 63eb5f1898a..00000000000 --- a/stack/rush-stack-compiler-4.2/package.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "@microsoft/rush-stack-compiler-4.2", - "version": "0.1.1", - "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 4.2.", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/microsoft/rushstack/tree/master/stack/rush-stack-compiler-4.2" - }, - "bin": { - "rush-api-extractor": "./bin/rush-api-extractor", - "rush-eslint": "./bin/rush-eslint", - "rush-tsc": "./bin/rush-tsc", - "rush-tslint": "./bin/rush-tslint" - }, - "scripts": { - "build": "heft build --clean" - }, - "main": "lib/index.js", - "typings": "lib/index.d.ts", - "dependencies": { - "@microsoft/api-extractor": "workspace:*", - "@rushstack/eslint-config": "workspace:*", - "@rushstack/node-core-library": "workspace:*", - "@types/node": "10.17.13", - "eslint": "~7.12.1", - "import-lazy": "~4.0.0", - "typescript": "~4.2.4" - }, - "devDependencies": { - "@microsoft/rush-stack-compiler-3.9": "workspace:*", - "@microsoft/rush-stack-compiler-shared": "workspace:*", - "@rushstack/eslint-config": "workspace:*", - "@rushstack/heft": "0.28.0", - "@rushstack/heft-node-rig": "1.0.8" - } -} diff --git a/stack/rush-stack-compiler-4.2/tsconfig.json b/stack/rush-stack-compiler-4.2/tsconfig.json deleted file mode 100644 index 6bef73c4b86..00000000000 --- a/stack/rush-stack-compiler-4.2/tsconfig.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "extends": "./node_modules/@microsoft/rush-stack-compiler-3.9/includes/tsconfig-node.json", - - "compilerOptions": { - "rootDir": "src", - "outDir": "lib" - } -} diff --git a/stack/rush-stack-compiler-shared/LICENSE b/stack/rush-stack-compiler-shared/LICENSE deleted file mode 100644 index 7c29b93ce0f..00000000000 --- a/stack/rush-stack-compiler-shared/LICENSE +++ /dev/null @@ -1,24 +0,0 @@ -@microsoft/rush-stack - -Copyright (c) Microsoft Corporation. All rights reserved. - -MIT License - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/stack/rush-stack-compiler-shared/README.md b/stack/rush-stack-compiler-shared/README.md deleted file mode 100644 index 1761a0d281f..00000000000 --- a/stack/rush-stack-compiler-shared/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# @microsoft/rush-stack-compiler-shared - -This package contains code shared between all versions of rush-stack-compiler. diff --git a/stack/rush-stack-compiler-shared/config/rush-project.json b/stack/rush-stack-compiler-shared/config/rush-project.json deleted file mode 100644 index 61e414685c1..00000000000 --- a/stack/rush-stack-compiler-shared/config/rush-project.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "projectOutputFolderNames": ["lib", "dist"] -} diff --git a/stack/rush-stack-compiler-shared/package.json b/stack/rush-stack-compiler-shared/package.json deleted file mode 100644 index d9999fcb2c1..00000000000 --- a/stack/rush-stack-compiler-shared/package.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "name": "@microsoft/rush-stack-compiler-shared", - "version": "0.0.0", - "license": "MIT", - "private": true, - "scripts": { - "build": "" - } -} diff --git a/stack/rush-stack-compiler-shared/src/ApiExtractorRunner.ts b/stack/rush-stack-compiler-shared/src/ApiExtractorRunner.ts deleted file mode 100644 index 82857a0c854..00000000000 --- a/stack/rush-stack-compiler-shared/src/ApiExtractorRunner.ts +++ /dev/null @@ -1,128 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import { ITerminalProvider } from '@rushstack/node-core-library'; - -import { RushStackCompilerBase, IRushStackCompilerBaseOptions } from './RushStackCompilerBase'; -import { ApiExtractor } from './index'; -import { LoggingUtilities } from './LoggingUtilities'; - -/** - * The ApiExtractorTask uses the api-extractor tool to analyze a project for public APIs. api-extractor will detect - * common problems and generate a report of the exported public API. The task uses the entry point of a project to - * find the aliased exports of the project. An api-extractor.ts file is generated for the project in the temp folder. - * @beta - */ -export class ApiExtractorRunner extends RushStackCompilerBase { - private _extractorConfig: ApiExtractor.ExtractorConfig; - private _extractorOptions: ApiExtractor.IExtractorInvokeOptions; - - public constructor( - extractorConfig: ApiExtractor.ExtractorConfig, - extractorOptions: ApiExtractor.IExtractorInvokeOptions, - rootPath: string, - terminalProvider: ITerminalProvider - ); // Remove in the next major version - public constructor( - options: IRushStackCompilerBaseOptions, - extractorConfig: ApiExtractor.ExtractorConfig, - extractorOptions: ApiExtractor.IExtractorInvokeOptions, - rootPath: string, - terminalProvider: ITerminalProvider - ); - public constructor( - arg1: IRushStackCompilerBaseOptions | ApiExtractor.ExtractorConfig, - arg2: ApiExtractor.ExtractorConfig | ApiExtractor.IExtractorInvokeOptions, - arg3: ApiExtractor.IExtractorInvokeOptions | string, - arg4: string | ITerminalProvider, - arg5?: ITerminalProvider - ) { - let options: IRushStackCompilerBaseOptions; - let extractorConfig: ApiExtractor.ExtractorConfig; - let extractorOptions: ApiExtractor.IExtractorInvokeOptions; - let rootPath: string; - let terminalProvider: ITerminalProvider; - if (arg1 instanceof ApiExtractor.ExtractorConfig) { - extractorConfig = arg1; - extractorOptions = arg2 as ApiExtractor.IExtractorInvokeOptions; - rootPath = arg3 as string; - terminalProvider = arg4 as ITerminalProvider; - const loggingUtilities: LoggingUtilities = new LoggingUtilities(terminalProvider); - options = loggingUtilities.getDefaultRushStackCompilerBaseOptions(); - } else { - options = arg1; - extractorConfig = arg2 as ApiExtractor.ExtractorConfig; - extractorOptions = arg3 as ApiExtractor.IExtractorInvokeOptions; - rootPath = arg4 as string; - terminalProvider = arg5 as ITerminalProvider; - } - - super(options, rootPath, terminalProvider); - - this._extractorConfig = extractorConfig; - this._extractorOptions = extractorOptions; - } - - public async invoke(): Promise { - const extractorOptions: ApiExtractor.IExtractorInvokeOptions = { - ...this._extractorOptions, - messageCallback: (message: ApiExtractor.ExtractorMessage) => { - switch (message.logLevel) { - case ApiExtractor.ExtractorLogLevel.Error: { - if (message.sourceFilePath) { - this._fileError( - message.sourceFilePath, - message.sourceFileLine!, - message.sourceFileColumn!, - message.category, - message.text - ); - } else { - this._terminal.writeErrorLine(message.text); - } - - break; - } - - case ApiExtractor.ExtractorLogLevel.Warning: { - if (message.sourceFilePath) { - this._fileWarning( - message.sourceFilePath, - message.sourceFileLine!, - message.sourceFileColumn!, - message.category, - message.text - ); - } else { - this._terminal.writeWarningLine(message.text); - } - break; - } - - case ApiExtractor.ExtractorLogLevel.Info: { - this._terminal.writeLine(message.text); - break; - } - - case ApiExtractor.ExtractorLogLevel.Verbose: { - this._terminal.writeVerboseLine(message.text); - break; - } - - default: { - return; - } - } - message.handled = true; - } - // In the past we configured API Extractor to use the TypeScript runtime declarations from - // the local compiler, however lately it seems to work better without this option. - // - // typescriptCompilerFolder: ToolPaths.typescriptPackagePath - }; - - // NOTE: ExtractorResult.succeeded indicates whether errors or warnings occurred, however we - // already handle this above via our customLogger - ApiExtractor.Extractor.invoke(this._extractorConfig, extractorOptions); - } -} diff --git a/stack/rush-stack-compiler-shared/src/CmdRunner.ts b/stack/rush-stack-compiler-shared/src/CmdRunner.ts deleted file mode 100644 index 0df85d23a0a..00000000000 --- a/stack/rush-stack-compiler-shared/src/CmdRunner.ts +++ /dev/null @@ -1,132 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import * as childProcess from 'child_process'; -import * as path from 'path'; - -import { IPackageJson, FileSystem, Terminal } from '@rushstack/node-core-library'; -import { StandardBuildFolders } from './StandardBuildFolders'; - -/** - * Options for a CmdTask. - * @beta - */ -export interface IBaseTaskOptions { - /** - * The name of the package to resolve. - */ - packagePath: string; - - /** - * - */ - packageJson: IPackageJson; - - /** - * The path to the binary to invoke inside the package. - */ - packageBinPath: string; -} - -/** - * @beta - */ -export interface IRunCmdOptions { - args: string[]; - onData?: (data: Buffer) => void; - onError?: (data: Buffer) => void; - onClose?: (code: number, hasErrors: boolean, resolve: () => void, reject: (error: Error) => void) => void; -} - -/** - * This base task provides support for finding and then executing a binary in a node package. - * - * @beta - */ -export class CmdRunner { - private static readonly _nodePath: string = process.execPath; - - private _standardBuildFolders: StandardBuildFolders; - private _terminal: Terminal; - private _options: IBaseTaskOptions; - private _errorHasBeenLogged: boolean; - - public constructor(constants: StandardBuildFolders, terminal: Terminal, options: IBaseTaskOptions) { - this._standardBuildFolders = constants; - this._terminal = terminal; - this._options = options; - } - - public async runCmdAsync(options: IRunCmdOptions): Promise { - const { - args, - onData = this._onData.bind(this), - onError = this._onError.bind(this), - onClose = this._onClose.bind(this) - }: IRunCmdOptions = options; - - const packageJson: IPackageJson | undefined = this._options.packageJson; - - if (!packageJson) { - throw new Error(`Unable to find the package.json file for ${this._options}.`); - } - - // Print the version - this._terminal.writeLine(`${packageJson.name} version: ${packageJson.version}`); - - const binaryPath: string = path.resolve(this._options.packagePath, this._options.packageBinPath); - if (!FileSystem.exists(binaryPath)) { - throw new Error( - `The binary is missing. This indicates that ${this._options.packageBinPath} is not ` + - 'installed correctly.' - ); - } - - await new Promise((resolve: () => void, reject: (error: Error) => void) => { - const nodePath: string | undefined = CmdRunner._nodePath; - if (!nodePath) { - reject(new Error('Unable to find node executable')); - return; - } - - // Invoke the tool and watch for log messages - const spawnResult: childProcess.ChildProcess = childProcess.spawn(nodePath, [binaryPath, ...args], { - cwd: this._standardBuildFolders.projectFolderPath, - env: process.env, - stdio: 'pipe' - }); - - if (spawnResult.stdout !== null) { - spawnResult.stdout.on('data', onData); - } - if (spawnResult.stderr !== null) { - spawnResult.stderr.on('data', (data: Buffer) => { - this._errorHasBeenLogged = true; - onError(data); - }); - } - spawnResult.on('close', (code) => onClose(code, this._errorHasBeenLogged, resolve, reject)); - }); - } - - protected _onData(data: Buffer): void { - this._terminal.writeLine(data.toString().trim()); - } - - protected _onError(data: Buffer): void { - this._terminal.writeError(data.toString().trim()); - } - - protected _onClose( - code: number, - hasErrors: boolean, - resolve: () => void, - reject: (error: Error) => void - ): void { - if (code !== 0 || hasErrors) { - reject(new Error(`exited with code ${code}`)); - } else { - resolve(); - } - } -} diff --git a/stack/rush-stack-compiler-shared/src/EslintRunner.ts b/stack/rush-stack-compiler-shared/src/EslintRunner.ts deleted file mode 100644 index fa3aac43979..00000000000 --- a/stack/rush-stack-compiler-shared/src/EslintRunner.ts +++ /dev/null @@ -1,117 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import * as path from 'path'; -import { ITerminalProvider } from '@rushstack/node-core-library'; - -import { CmdRunner } from './CmdRunner'; -import { ToolPaths } from './ToolPaths'; -import { ILintRunnerConfig } from './ILintRunnerConfig'; -import { RushStackCompilerBase, WriteFileIssueFunction } from './RushStackCompilerBase'; - -interface IEslintFileResult { - // Example: "/full/path/to/File.ts" - filePath: string; - - // Full content of the source file - source: string; - - messages: IEslintMessage[]; - - errorCount: number; - warningCount: number; - fixableErrorCount: number; - fixableWarningCount: number; -} - -enum EslintSeverity { - Off = 0, - Warn = 1, - Error = 2 -} - -interface IEslintMessage { - // The line number starts at 1 - line: number; - endLine: number; - - // The column number starts at 1 - column: number; - endColumn: number; - - // Example: "no-bitwise" - ruleId: string; - - // Example: "unexpected" - messageId: string; - - // Example: "Unexpected use of '&'." - message: string; - - severity: EslintSeverity; - - // Example: "BinaryExpression" - // eslint-disable-next-line @rushstack/no-new-null - nodeType: string | null; -} - -export class EslintRunner extends RushStackCompilerBase { - private _cmdRunner: CmdRunner; - - public constructor(taskOptions: ILintRunnerConfig, rootPath: string, terminalProvider: ITerminalProvider) { - super(taskOptions, rootPath, terminalProvider); - this._cmdRunner = new CmdRunner(this._standardBuildFolders, this._terminal, { - packagePath: ToolPaths.eslintPackagePath, - packageJson: ToolPaths.eslintPackageJson, - packageBinPath: path.join('bin', 'eslint.js') - }); - } - - public invoke(): Promise { - const args: string[] = ['--format', 'json', 'src/**/*.{ts,tsx}']; - - const stdoutBuffer: string[] = []; - - return this._cmdRunner.runCmdAsync({ - args: args, - // ESLint errors are logged to stdout - onError: (data: Buffer) => { - this._terminal.writeErrorLine(`Unexpected STDERR output from ESLint: ${data.toString()}`); - }, - onData: (data: Buffer) => { - stdoutBuffer.push(data.toString()); - }, - onClose: (code: number, hasErrors: boolean, resolve: () => void, reject: (error: Error) => void) => { - const dataStr: string = stdoutBuffer.join(''); - - try { - const eslintFileResults: IEslintFileResult[] = JSON.parse(dataStr); - - const eslintErrorLogFn: WriteFileIssueFunction = this._taskOptions.displayAsError - ? this._taskOptions.fileError - : this._taskOptions.fileWarning; - for (const eslintFileResult of eslintFileResults) { - const pathFromRoot: string = path.relative( - this._standardBuildFolders.projectFolderPath, - eslintFileResult.filePath - ); - for (const message of eslintFileResult.messages) { - eslintErrorLogFn(pathFromRoot, message.line, message.column, message.ruleId, message.message); - } - } - } catch (e) { - // If we fail to parse the JSON, it's likely ESLint encountered an error parsing the config file, - // or it experienced an inner error. In this case, log the output as an error regardless of the - // displayAsError value - this._terminal.writeErrorLine(dataStr); - } - - if (this._taskOptions.displayAsError && (code !== 0 || hasErrors)) { - reject(new Error(`exited with code ${code}`)); - } else { - resolve(); - } - } - }); - } -} diff --git a/stack/rush-stack-compiler-shared/src/ILintRunnerConfig.ts b/stack/rush-stack-compiler-shared/src/ILintRunnerConfig.ts deleted file mode 100644 index 43011081561..00000000000 --- a/stack/rush-stack-compiler-shared/src/ILintRunnerConfig.ts +++ /dev/null @@ -1,14 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import { IRushStackCompilerBaseOptions } from './RushStackCompilerBase'; - -/** - * @public - */ -export interface ILintRunnerConfig extends IRushStackCompilerBaseOptions { - /** - * If true, displays warnings as errors. Defaults to false. - */ - displayAsError?: boolean; -} diff --git a/stack/rush-stack-compiler-shared/src/LintRunner.ts b/stack/rush-stack-compiler-shared/src/LintRunner.ts deleted file mode 100644 index 4712a45e6d8..00000000000 --- a/stack/rush-stack-compiler-shared/src/LintRunner.ts +++ /dev/null @@ -1,45 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import * as path from 'path'; -import { ITerminalProvider, FileSystem } from '@rushstack/node-core-library'; - -import { TslintRunner } from './TslintRunner'; -import { EslintRunner } from './EslintRunner'; - -import { ILintRunnerConfig } from './ILintRunnerConfig'; -import { RushStackCompilerBase } from './RushStackCompilerBase'; - -/** - * @beta - */ -export class LintRunner extends RushStackCompilerBase { - private _eslintRunner: EslintRunner; - private _tslintRunner: TslintRunner; - - public constructor(taskOptions: ILintRunnerConfig, rootPath: string, terminalProvider: ITerminalProvider) { - super(taskOptions, rootPath, terminalProvider); - - this._eslintRunner = new EslintRunner(taskOptions, rootPath, terminalProvider); - this._tslintRunner = new TslintRunner(taskOptions, rootPath, terminalProvider); - } - - public async invoke(): Promise { - const tslintFilePath: string = path.join(this._standardBuildFolders.projectFolderPath, 'tslint.json'); - - if (FileSystem.exists(tslintFilePath)) { - await this._tslintRunner.invoke(); - } - - // ESLint supports too many different filenames and formats for its config file. To avoid - // needless inconsistency, we only support JSON and JavaScript. They are the most conventional formats, - // and have useful tradeoffs: JSON is deterministic, whereas JavaScript enables certain workarounds - // for limitations of the format. - const eslintFilePath1: string = path.join(this._standardBuildFolders.projectFolderPath, '.eslintrc.js'); - const eslintFilePath2: string = path.join(this._standardBuildFolders.projectFolderPath, '.eslintrc.json'); - - if (FileSystem.exists(eslintFilePath1) || FileSystem.exists(eslintFilePath2)) { - await this._eslintRunner.invoke(); - } - } -} diff --git a/stack/rush-stack-compiler-shared/src/LoggingUtilities.ts b/stack/rush-stack-compiler-shared/src/LoggingUtilities.ts deleted file mode 100644 index e7f12a30715..00000000000 --- a/stack/rush-stack-compiler-shared/src/LoggingUtilities.ts +++ /dev/null @@ -1,40 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import { Terminal, ITerminalProvider } from '@rushstack/node-core-library'; -import { WriteFileIssueFunction, IRushStackCompilerBaseOptions } from './RushStackCompilerBase'; - -export class LoggingUtilities { - private _terminal: Terminal; - - public constructor(terminal: ITerminalProvider) { - this._terminal = new Terminal(terminal); - } - - public getDefaultRushStackCompilerBaseOptions(): IRushStackCompilerBaseOptions { - return { - fileError: this.fileError, - fileWarning: this.fileWarning - }; - } - - public fileError: WriteFileIssueFunction = ( - filePath: string, - line: number, - column: number, - errorCode: string, - message: string - ): void => { - this._terminal.writeErrorLine(`${filePath}(${line},${column}): error ${errorCode}: ${message}`); - }; - - public fileWarning: WriteFileIssueFunction = ( - filePath: string, - line: number, - column: number, - errorCode: string, - message: string - ): void => { - this._terminal.writeWarningLine(`${filePath}(${line},${column}): warning ${errorCode}: ${message}`); - }; -} diff --git a/stack/rush-stack-compiler-shared/src/RushStackCompilerBase.ts b/stack/rush-stack-compiler-shared/src/RushStackCompilerBase.ts deleted file mode 100644 index 073599b6102..00000000000 --- a/stack/rush-stack-compiler-shared/src/RushStackCompilerBase.ts +++ /dev/null @@ -1,45 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import { StandardBuildFolders } from './StandardBuildFolders'; -import { ITerminalProvider, Terminal } from '@rushstack/node-core-library'; - -/** - * @public - */ -export type WriteFileIssueFunction = ( - filePath: string, - line: number, - column: number, - errorCode: string, - message: string -) => void; - -/** - * @public - */ -export interface IRushStackCompilerBaseOptions { - fileError: WriteFileIssueFunction; - fileWarning: WriteFileIssueFunction; -} - -/** - * @beta - */ -export abstract class RushStackCompilerBase< - TOptions extends IRushStackCompilerBaseOptions = IRushStackCompilerBaseOptions -> { - protected _standardBuildFolders: StandardBuildFolders; - protected _terminal: Terminal; - protected _taskOptions: TOptions; - protected _fileError: WriteFileIssueFunction; - protected _fileWarning: WriteFileIssueFunction; - - public constructor(taskOptions: TOptions, rootPath: string, terminalProvider: ITerminalProvider) { - this._taskOptions = taskOptions; - this._standardBuildFolders = new StandardBuildFolders(rootPath); - this._terminal = new Terminal(terminalProvider); - this._fileError = taskOptions.fileError; - this._fileWarning = taskOptions.fileWarning; - } -} diff --git a/stack/rush-stack-compiler-shared/src/StandardBuildFolders.ts b/stack/rush-stack-compiler-shared/src/StandardBuildFolders.ts deleted file mode 100644 index 54efa539894..00000000000 --- a/stack/rush-stack-compiler-shared/src/StandardBuildFolders.ts +++ /dev/null @@ -1,60 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import * as path from 'path'; - -const SRC_FOLDER_NAME: string = 'src'; -const LIB_FOLDER_NAME: string = 'lib'; -const DIST_FOLDER_NAME: string = 'dist'; -const TEMP_FOLDER_NAME: string = 'temp'; - -/** - * @beta - */ -export class StandardBuildFolders { - private _projectFolderPath: string; - private _srcFolderPath: string; - private _libFolderPath: string; - private _distFolderPath: string; - private _tempFolderPath: string; - - public constructor(projectFolderPath: string) { - this._projectFolderPath = projectFolderPath; - } - - public get projectFolderPath(): string { - return this._projectFolderPath; - } - - public get srcFolderPath(): string { - if (!this._srcFolderPath) { - this._srcFolderPath = path.join(this._projectFolderPath, SRC_FOLDER_NAME); - } - - return this._srcFolderPath; - } - - public get libFolderPath(): string { - if (!this._libFolderPath) { - this._libFolderPath = path.join(this._projectFolderPath, LIB_FOLDER_NAME); - } - - return this._libFolderPath; - } - - public get distFolderPath(): string { - if (!this._distFolderPath) { - this._distFolderPath = path.join(this._projectFolderPath, DIST_FOLDER_NAME); - } - - return this._distFolderPath; - } - - public get tempFolderPath(): string { - if (!this._tempFolderPath) { - this._tempFolderPath = path.join(this._projectFolderPath, TEMP_FOLDER_NAME); - } - - return this._tempFolderPath; - } -} diff --git a/stack/rush-stack-compiler-shared/src/ToolPaths.ts b/stack/rush-stack-compiler-shared/src/ToolPaths.ts deleted file mode 100644 index ac20f72c0eb..00000000000 --- a/stack/rush-stack-compiler-shared/src/ToolPaths.ts +++ /dev/null @@ -1,126 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import { PackageJsonLookup, IPackageJson } from '@rushstack/node-core-library'; -import * as path from 'path'; - -/** - * @beta - */ -export class ToolPaths { - private static _typescriptPackagePath: string | undefined; - private static _typescriptPackageJson: IPackageJson | undefined; - private static _eslintPackagePath: string | undefined; - private static _eslintPackageJson: IPackageJson | undefined; - private static _tslintPackagePath: string | undefined; - private static _tslintPackageJson: IPackageJson | undefined; - private static _apiExtractorPackagePath: string | undefined; - private static _apiExtractorPackageJson: IPackageJson | undefined; - - public static get typescriptPackagePath(): string { - if (!ToolPaths._typescriptPackagePath) { - ToolPaths._typescriptPackagePath = ToolPaths._getPackagePath('typescript'); - - if (!ToolPaths._typescriptPackagePath) { - throw new Error('Unable to find "typescript" package.'); - } - } - - return ToolPaths._typescriptPackagePath; - } - - public static get typescriptPackageJson(): IPackageJson { - if (!ToolPaths._typescriptPackageJson) { - ToolPaths._typescriptPackageJson = PackageJsonLookup.instance.loadPackageJson( - path.join(ToolPaths.typescriptPackagePath, 'package.json') - ); - } - - return ToolPaths._typescriptPackageJson; - } - - public static get eslintPackagePath(): string { - if (!ToolPaths._eslintPackagePath) { - ToolPaths._eslintPackagePath = ToolPaths._getPackagePath('eslint'); - - if (!ToolPaths._eslintPackagePath) { - throw new Error('Unable to find "eslint" package.'); - } - } - - return ToolPaths._eslintPackagePath; - } - - public static get eslintPackageJson(): IPackageJson { - if (!ToolPaths._eslintPackageJson) { - ToolPaths._eslintPackageJson = PackageJsonLookup.instance.loadPackageJson( - path.join(ToolPaths.eslintPackagePath, 'package.json') - ); - } - - return ToolPaths._eslintPackageJson; - } - - public static get tslintPackagePath(): string { - if (!ToolPaths._tslintPackagePath) { - ToolPaths._tslintPackagePath = ToolPaths._getPackagePath('tslint'); - - if (!ToolPaths._tslintPackagePath) { - const typeScriptPackageVersion: string = this.typescriptPackageJson.version; - const typeScriptMajorVersion: number = Number( - typeScriptPackageVersion.substr(0, typeScriptPackageVersion.indexOf('.')) - ); - if (typeScriptMajorVersion >= 4) { - throw new Error('TSLint is not supported for rush-stack-compiler-4.X packages.'); - } else { - throw new Error('Unable to find "tslint" package.'); - } - } - } - - return ToolPaths._tslintPackagePath; - } - - public static get tslintPackageJson(): IPackageJson { - if (!ToolPaths._tslintPackageJson) { - ToolPaths._tslintPackageJson = PackageJsonLookup.instance.loadPackageJson( - path.join(ToolPaths.tslintPackagePath, 'package.json') - ); - } - - return ToolPaths._tslintPackageJson; - } - - public static get apiExtractorPackagePath(): string { - if (!ToolPaths._apiExtractorPackagePath) { - ToolPaths._apiExtractorPackagePath = ToolPaths._getPackagePath('@microsoft/api-extractor'); - - if (!ToolPaths._apiExtractorPackagePath) { - throw new Error('Unable to find "@microsoft/api-extractor" package.'); - } - } - - return ToolPaths._apiExtractorPackagePath; - } - - public static get apiExtractorPackageJson(): IPackageJson { - if (!ToolPaths._apiExtractorPackageJson) { - ToolPaths._apiExtractorPackageJson = PackageJsonLookup.instance.loadPackageJson( - path.join(ToolPaths.apiExtractorPackagePath, 'package.json') - ); - } - - return ToolPaths._apiExtractorPackageJson; - } - - private static _getPackagePath(packageName: string): string | undefined { - const packageJsonPath: string | undefined = ToolPaths._getPackageJsonPath(packageName); - return packageJsonPath ? path.dirname(packageJsonPath) : undefined; - } - - private static _getPackageJsonPath(packageName: string): string | undefined { - const lookup: PackageJsonLookup = new PackageJsonLookup(); - const mainEntryPath: string = require.resolve(packageName); - return lookup.tryGetPackageJsonFilePathFor(mainEntryPath); - } -} diff --git a/stack/rush-stack-compiler-shared/src/TypescriptCompiler.ts b/stack/rush-stack-compiler-shared/src/TypescriptCompiler.ts deleted file mode 100644 index 607ca73dbfb..00000000000 --- a/stack/rush-stack-compiler-shared/src/TypescriptCompiler.ts +++ /dev/null @@ -1,91 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import * as path from 'path'; -import { ITerminalProvider } from '@rushstack/node-core-library'; - -import { CmdRunner } from './CmdRunner'; -import { ToolPaths } from './ToolPaths'; -import { RushStackCompilerBase, IRushStackCompilerBaseOptions } from './RushStackCompilerBase'; -import { LoggingUtilities } from './LoggingUtilities'; - -/** - * @beta - */ -export interface ITypescriptCompilerOptions extends IRushStackCompilerBaseOptions { - /** - * Option to pass custom arguments to the tsc command. - */ - customArgs?: string[]; -} - -/** - * @beta - */ -export class TypescriptCompiler extends RushStackCompilerBase { - private _cmdRunner: CmdRunner; - public constructor(rootPath: string, terminalProvider: ITerminalProvider); // Remove in the next major version - public constructor( - taskOptions: ITypescriptCompilerOptions, - rootPath: string, - terminalProvider: ITerminalProvider - ); - public constructor( - arg1: ITypescriptCompilerOptions | string, - arg2: string | ITerminalProvider, - arg3?: ITerminalProvider - ) { - let taskOptions: ITypescriptCompilerOptions | undefined = undefined; - let rootPath: string; - let terminalProvider: ITerminalProvider; - if (typeof arg1 === 'string') { - rootPath = arg1; - terminalProvider = arg2 as ITerminalProvider; - } else { - taskOptions = arg1 as ITypescriptCompilerOptions; - rootPath = arg2 as string; - terminalProvider = arg3 as ITerminalProvider; - } - - const loggingUtilities: LoggingUtilities = new LoggingUtilities(terminalProvider); - if (taskOptions) { - if (!taskOptions.fileError) { - taskOptions.fileError = loggingUtilities.fileError; - } - - if (!taskOptions.fileWarning) { - taskOptions.fileWarning = loggingUtilities.fileWarning; - } - } else { - taskOptions = loggingUtilities.getDefaultRushStackCompilerBaseOptions(); - } - - super(taskOptions, rootPath, terminalProvider); - this._cmdRunner = new CmdRunner(this._standardBuildFolders, this._terminal, { - packagePath: ToolPaths.typescriptPackagePath, - packageJson: ToolPaths.typescriptPackageJson, - packageBinPath: path.join('bin', 'tsc') - }); - } - - public invoke(): Promise { - return this._cmdRunner.runCmdAsync({ - args: this._taskOptions.customArgs || [], - onData: (data: Buffer) => { - // Log lines separately - const dataLines: (string | undefined)[] = data.toString().split('\n'); - for (const dataLine of dataLines) { - const trimmedLine: string = (dataLine || '').trim(); - if (trimmedLine) { - if (trimmedLine.match(/\serror\s/i)) { - // If the line looks like an error, log it as an error - this._terminal.writeErrorLine(trimmedLine); - } else { - this._terminal.writeLine(trimmedLine); - } - } - } - } - }); - } -} diff --git a/stack/rush-stack-compiler-shared/src/pre-v4/ToolPackages.d.ts b/stack/rush-stack-compiler-shared/src/pre-v4/ToolPackages.d.ts deleted file mode 100644 index 0a61d17abf9..00000000000 --- a/stack/rush-stack-compiler-shared/src/pre-v4/ToolPackages.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import * as Tslint from 'tslint'; -import * as Typescript from 'typescript'; -import * as ApiExtractor from '@microsoft/api-extractor'; - -export { Typescript, Tslint, ApiExtractor }; diff --git a/stack/rush-stack-compiler-shared/src/pre-v4/ToolPackages.js b/stack/rush-stack-compiler-shared/src/pre-v4/ToolPackages.js deleted file mode 100644 index 541b8cb2726..00000000000 --- a/stack/rush-stack-compiler-shared/src/pre-v4/ToolPackages.js +++ /dev/null @@ -1,11 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -const { ToolPaths } = require('./ToolPaths'); - -const importLazy = require('import-lazy'); -const lazyImporter = importLazy(require); - -exports.Typescript = lazyImporter(ToolPaths.typescriptPackagePath); -exports.Tslint = lazyImporter(ToolPaths.tslintPackagePath); -exports.ApiExtractor = lazyImporter(ToolPaths.apiExtractorPackagePath); diff --git a/stack/rush-stack-compiler-shared/src/pre-v4/TslintRunner.ts b/stack/rush-stack-compiler-shared/src/pre-v4/TslintRunner.ts deleted file mode 100644 index ef94b0affaa..00000000000 --- a/stack/rush-stack-compiler-shared/src/pre-v4/TslintRunner.ts +++ /dev/null @@ -1,80 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import * as path from 'path'; -import { ITerminalProvider } from '@rushstack/node-core-library'; - -import { CmdRunner } from './CmdRunner'; -import { ToolPaths } from './ToolPaths'; -import { Tslint } from './index'; -import { ILintRunnerConfig } from './ILintRunnerConfig'; -import { RushStackCompilerBase, WriteFileIssueFunction } from './RushStackCompilerBase'; - -/** - * @public - */ -export interface ITslintRunnerConfig extends ILintRunnerConfig {} - -/** - * @beta - */ -export class TslintRunner extends RushStackCompilerBase { - private _cmdRunner: CmdRunner; - - public constructor( - taskOptions: ITslintRunnerConfig, - rootPath: string, - terminalProvider: ITerminalProvider - ) { - super(taskOptions, rootPath, terminalProvider); - this._cmdRunner = new CmdRunner(this._standardBuildFolders, this._terminal, { - packagePath: ToolPaths.tslintPackagePath, - packageJson: ToolPaths.tslintPackageJson, - packageBinPath: path.join('bin', 'tslint') - }); - } - - public invoke(): Promise { - const args: string[] = ['--format', 'json', '--project', this._standardBuildFolders.projectFolderPath]; - - return this._cmdRunner.runCmdAsync({ - args: args, - onData: (data: Buffer) => { - const dataStr: string = data.toString().trim(); - const tslintErrorLogFn: WriteFileIssueFunction = this._taskOptions.displayAsError - ? this._taskOptions.fileError - : this._taskOptions.fileWarning; - - // TSLint errors are logged to stdout - try { - const errors: Tslint.IRuleFailureJson[] = JSON.parse(dataStr); - for (const error of errors) { - const pathFromRoot: string = path.relative( - this._standardBuildFolders.projectFolderPath, - error.name - ); - tslintErrorLogFn( - pathFromRoot, - error.startPosition.line + 1, - error.startPosition.character + 1, - error.ruleName, - error.failure - ); - } - } catch (e) { - // If we fail to parse the JSON, it's likely TSLint encountered an error parsing the config file, - // or it experienced an inner error. In this case, log the output as an error regardless of the - // displayAsError value - this._terminal.writeErrorLine(dataStr); - } - }, - onClose: (code: number, hasErrors: boolean, resolve: () => void, reject: (error: Error) => void) => { - if (this._taskOptions.displayAsError && (code !== 0 || hasErrors)) { - reject(new Error(`exited with code ${code}`)); - } else { - resolve(); - } - } - }); - } -} diff --git a/stack/rush-stack-compiler-shared/src/pre-v4/index.ts b/stack/rush-stack-compiler-shared/src/pre-v4/index.ts deleted file mode 100644 index c8c4217eb20..00000000000 --- a/stack/rush-stack-compiler-shared/src/pre-v4/index.ts +++ /dev/null @@ -1,30 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -/** - * This package is used with - * [\@microsoft/rush-stack](https://www.npmjs.com/package/\@microsoft/rush-stack) - * to select a TypeScript compiler version. - * - * It provides a supported set of versions for the following components: - * - the TypeScript compiler - * - [tslint](https://github.com/palantir/tslint#readme) - * - [API Extractor](https://api-extractor.com/) - * - * @packageDocumentation - */ - -export { ApiExtractorRunner } from './ApiExtractorRunner'; -export { - RushStackCompilerBase, - IRushStackCompilerBaseOptions, - WriteFileIssueFunction -} from './RushStackCompilerBase'; -export { StandardBuildFolders } from './StandardBuildFolders'; -export { TypescriptCompiler, ITypescriptCompilerOptions } from './TypescriptCompiler'; -export { ILintRunnerConfig } from './ILintRunnerConfig'; -export { LintRunner } from './LintRunner'; -export { ITslintRunnerConfig, TslintRunner } from './TslintRunner'; -export { ToolPaths } from './ToolPaths'; - -export { Typescript, Tslint, ApiExtractor } from './ToolPackages'; diff --git a/stack/rush-stack-compiler-shared/src/v4/ToolPackages.d.ts b/stack/rush-stack-compiler-shared/src/v4/ToolPackages.d.ts deleted file mode 100644 index e54cbff6c2e..00000000000 --- a/stack/rush-stack-compiler-shared/src/v4/ToolPackages.d.ts +++ /dev/null @@ -1,7 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import * as Typescript from 'typescript'; -import * as ApiExtractor from '@microsoft/api-extractor'; - -export { Typescript, ApiExtractor }; diff --git a/stack/rush-stack-compiler-shared/src/v4/ToolPackages.js b/stack/rush-stack-compiler-shared/src/v4/ToolPackages.js deleted file mode 100644 index dbf7253eb46..00000000000 --- a/stack/rush-stack-compiler-shared/src/v4/ToolPackages.js +++ /dev/null @@ -1,10 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -const { ToolPaths } = require('./ToolPaths'); - -const importLazy = require('import-lazy'); -const lazyImporter = importLazy(require); - -exports.Typescript = lazyImporter(ToolPaths.typescriptPackagePath); -exports.ApiExtractor = lazyImporter(ToolPaths.apiExtractorPackagePath); diff --git a/stack/rush-stack-compiler-shared/src/v4/TslintRunner.ts b/stack/rush-stack-compiler-shared/src/v4/TslintRunner.ts deleted file mode 100644 index a5bbcb8f187..00000000000 --- a/stack/rush-stack-compiler-shared/src/v4/TslintRunner.ts +++ /dev/null @@ -1,19 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -import { ILintRunnerConfig } from './ILintRunnerConfig'; -import { RushStackCompilerBase } from './RushStackCompilerBase'; - -/** - * @public - */ -export interface ITslintRunnerConfig extends ILintRunnerConfig {} - -/** - * @beta - */ -export class TslintRunner extends RushStackCompilerBase { - public invoke(): Promise { - throw new Error('TSLint is not supported for rush-stack-compiler-4.X packages.'); - } -} diff --git a/stack/rush-stack-compiler-shared/src/v4/index.ts b/stack/rush-stack-compiler-shared/src/v4/index.ts deleted file mode 100644 index 16c170d5e0a..00000000000 --- a/stack/rush-stack-compiler-shared/src/v4/index.ts +++ /dev/null @@ -1,30 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. -// See LICENSE in the project root for license information. - -/** - * This package is used with - * [\@microsoft/rush-stack](https://www.npmjs.com/package/\@microsoft/rush-stack) - * to select a TypeScript compiler version. - * - * It provides a supported set of versions for the following components: - * - the TypeScript compiler - * - [tslint](https://github.com/palantir/tslint#readme) - * - [API Extractor](https://api-extractor.com/) - * - * @packageDocumentation - */ - -export { ApiExtractorRunner } from './ApiExtractorRunner'; -export { - RushStackCompilerBase, - IRushStackCompilerBaseOptions, - WriteFileIssueFunction -} from './RushStackCompilerBase'; -export { StandardBuildFolders } from './StandardBuildFolders'; -export { TypescriptCompiler, ITypescriptCompilerOptions } from './TypescriptCompiler'; -export { ILintRunnerConfig } from './ILintRunnerConfig'; -export { LintRunner } from './LintRunner'; -export { ITslintRunnerConfig, TslintRunner } from './TslintRunner'; -export { ToolPaths } from './ToolPaths'; - -export { Typescript, ApiExtractor } from './ToolPackages'; diff --git a/tutorials/heft-node-basic-tutorial/README.md b/tutorials/heft-node-basic-tutorial/README.md deleted file mode 100644 index fc6da068f98..00000000000 --- a/tutorials/heft-node-basic-tutorial/README.md +++ /dev/null @@ -1,12 +0,0 @@ -# heft-node-basic-tutorial - -This project folder demonstrates a sample configuration of the [Heft](https://www.npmjs.com/package/@rushstack/heft) -build system. It illustrates a minimal realistic small project that targets the Node.js runtime. - -The following tasks are configured: -- [TypeScript](https://rushstack.io/pages/heft_tasks/typescript/) compiler -- [ESLint](https://rushstack.io/pages/heft_tasks/eslint/) coding style validator -- [Jest](https://rushstack.io/pages/heft_tasks/jest/) test runner - -Please see the [Getting started with Heft](https://rushstack.io/pages/heft_tutorials/getting_started/) -article for more information. diff --git a/tutorials/heft-node-basic-tutorial/config/jest.config.json b/tutorials/heft-node-basic-tutorial/config/jest.config.json deleted file mode 100644 index b88d4c3de66..00000000000 --- a/tutorials/heft-node-basic-tutorial/config/jest.config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "preset": "./node_modules/@rushstack/heft/includes/jest-shared.config.json" -} diff --git a/tutorials/heft-node-basic-tutorial/config/rush-project.json b/tutorials/heft-node-basic-tutorial/config/rush-project.json deleted file mode 100644 index 61e414685c1..00000000000 --- a/tutorials/heft-node-basic-tutorial/config/rush-project.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "projectOutputFolderNames": ["lib", "dist"] -} diff --git a/tutorials/heft-node-jest-tutorial/README.md b/tutorials/heft-node-jest-tutorial/README.md deleted file mode 100644 index e3d08a003c5..00000000000 --- a/tutorials/heft-node-jest-tutorial/README.md +++ /dev/null @@ -1,12 +0,0 @@ -# heft-node-jest-tutorial - -This project folder demonstrates a sample configuration of the [Heft](https://www.npmjs.com/package/@rushstack/heft) -build system. It illustrates how various Jest scenarios are handled when using Heft's transform for Jest. - -The following tasks are configured: -- [TypeScript](https://rushstack.io/pages/heft_tasks/typescript/) compiler -- [ESLint](https://rushstack.io/pages/heft_tasks/eslint/) coding style validator -- [Jest](https://rushstack.io/pages/heft_tasks/jest/) test runner - -Please see the [Getting started with Heft](https://rushstack.io/pages/heft_tutorials/getting_started/) -and ["jest" task](https://rushstack.io/pages/heft_tasks/jest/) articles for more information. diff --git a/tutorials/heft-node-jest-tutorial/config/rush-project.json b/tutorials/heft-node-jest-tutorial/config/rush-project.json deleted file mode 100644 index 61e414685c1..00000000000 --- a/tutorials/heft-node-jest-tutorial/config/rush-project.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "projectOutputFolderNames": ["lib", "dist"] -} diff --git a/tutorials/heft-node-rig-tutorial/README.md b/tutorials/heft-node-rig-tutorial/README.md deleted file mode 100644 index ee734a93b7c..00000000000 --- a/tutorials/heft-node-rig-tutorial/README.md +++ /dev/null @@ -1,13 +0,0 @@ -# heft-node-rig-tutorial - -This project folder demonstrates a sample configuration of the [Heft](https://www.npmjs.com/package/@rushstack/heft) -build system. It illustrates a minimal realistic small project that targets the Node.js runtime, -and builds using the rig package `@rushstack/heft-node-rig`. - -The following tasks are configured: -- [TypeScript](https://rushstack.io/pages/heft_tasks/typescript/) compiler -- [ESLint](https://rushstack.io/pages/heft_tasks/eslint/) coding style validator -- [Jest](https://rushstack.io/pages/heft_tasks/jest/) test runner - -Please see the [Getting started with Heft](https://rushstack.io/pages/heft_tutorials/getting_started/) -and [Using rigs](https://rushstack.io/pages/heft/rig_packages/) articles for more information. diff --git a/tutorials/heft-node-rig-tutorial/config/jest.config.json b/tutorials/heft-node-rig-tutorial/config/jest.config.json deleted file mode 100644 index b88d4c3de66..00000000000 --- a/tutorials/heft-node-rig-tutorial/config/jest.config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "preset": "./node_modules/@rushstack/heft/includes/jest-shared.config.json" -} diff --git a/tutorials/heft-webpack-basic-tutorial/README.md b/tutorials/heft-webpack-basic-tutorial/README.md deleted file mode 100644 index e8adef6b751..00000000000 --- a/tutorials/heft-webpack-basic-tutorial/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# heft-webpack-basic-tutorial - -This project folder demonstrates a sample configuration of the [Heft](https://www.npmjs.com/package/@rushstack/heft) -build system. It illustrates a realistic small project that targets a web browser runtime and renders using -the [React](https://reactjs.org/) library. - -The following tasks are configured: -- [TypeScript](https://rushstack.io/pages/heft_tasks/typescript/) compiler -- [ESLint](https://rushstack.io/pages/heft_tasks/eslint/) coding style validator -- [Jest](https://rushstack.io/pages/heft_tasks/jest/) test runner -- [copy-static-assets](https://rushstack.io/pages/heft_tasks/copy-static-assets/) for .css files -- [Webpack](https://rushstack.io/pages/heft_tasks/webpack/) for bundling and optimization - -Please see the [Getting started with Heft](https://rushstack.io/pages/heft_tutorials/getting_started/) -and ["webpack" task](https://rushstack.io/pages/heft_tasks/webpack/) articles for more information. diff --git a/tutorials/heft-webpack-basic-tutorial/config/jest.config.json b/tutorials/heft-webpack-basic-tutorial/config/jest.config.json deleted file mode 100644 index b88d4c3de66..00000000000 --- a/tutorials/heft-webpack-basic-tutorial/config/jest.config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "preset": "./node_modules/@rushstack/heft/includes/jest-shared.config.json" -} diff --git a/tutorials/heft-webpack-basic-tutorial/config/rush-project.json b/tutorials/heft-webpack-basic-tutorial/config/rush-project.json deleted file mode 100644 index 61e414685c1..00000000000 --- a/tutorials/heft-webpack-basic-tutorial/config/rush-project.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "projectOutputFolderNames": ["lib", "dist"] -} diff --git a/tutorials/packlets-tutorial/README.md b/tutorials/packlets-tutorial/README.md deleted file mode 100644 index f4083878213..00000000000 --- a/tutorials/packlets-tutorial/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# packlets-tutorial - -This code sample illustrates how to use "packlet" folders to organize source code within a project. - -For details, please see the [@rushstack/eslint-plugin-packlets](https://www.npmjs.com/package/@rushstack/eslint-plugin-packlets) documentation. diff --git a/tutorials/packlets-tutorial/config/rush-project.json b/tutorials/packlets-tutorial/config/rush-project.json deleted file mode 100644 index 61e414685c1..00000000000 --- a/tutorials/packlets-tutorial/config/rush-project.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "projectOutputFolderNames": ["lib", "dist"] -} diff --git a/webpack/loader-load-themed-styles/CHANGELOG.json b/webpack/loader-load-themed-styles/CHANGELOG.json index b24bf0aff29..104edb8888e 100644 --- a/webpack/loader-load-themed-styles/CHANGELOG.json +++ b/webpack/loader-load-themed-styles/CHANGELOG.json @@ -1,6 +1,393 @@ { "name": "@microsoft/loader-load-themed-styles", "entries": [ + { + "version": "1.9.74", + "tag": "@microsoft/loader-load-themed-styles_v1.9.74", + "date": "Mon, 12 Jul 2021 23:08:26 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.193`" + }, + { + "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.11`" + } + ] + } + }, + { + "version": "1.9.73", + "tag": "@microsoft/loader-load-themed-styles_v1.9.73", + "date": "Thu, 08 Jul 2021 23:41:17 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.192`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.10`" + } + ] + } + }, + { + "version": "1.9.72", + "tag": "@microsoft/loader-load-themed-styles_v1.9.72", + "date": "Thu, 08 Jul 2021 06:00:48 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.191`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.9`" + } + ] + } + }, + { + "version": "1.9.71", + "tag": "@microsoft/loader-load-themed-styles_v1.9.71", + "date": "Thu, 01 Jul 2021 15:08:27 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.190`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.8`" + } + ] + } + }, + { + "version": "1.9.70", + "tag": "@microsoft/loader-load-themed-styles_v1.9.70", + "date": "Wed, 30 Jun 2021 19:16:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.189`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.7`" + } + ] + } + }, + { + "version": "1.9.69", + "tag": "@microsoft/loader-load-themed-styles_v1.9.69", + "date": "Wed, 30 Jun 2021 15:06:54 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.188`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.6`" + } + ] + } + }, + { + "version": "1.9.68", + "tag": "@microsoft/loader-load-themed-styles_v1.9.68", + "date": "Wed, 30 Jun 2021 01:37:17 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.187`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.5`" + } + ] + } + }, + { + "version": "1.9.67", + "tag": "@microsoft/loader-load-themed-styles_v1.9.67", + "date": "Fri, 25 Jun 2021 00:08:28 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.186`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.4`" + } + ] + } + }, + { + "version": "1.9.66", + "tag": "@microsoft/loader-load-themed-styles_v1.9.66", + "date": "Fri, 18 Jun 2021 06:23:05 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.185`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.33.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.3`" + } + ] + } + }, + { + "version": "1.9.65", + "tag": "@microsoft/loader-load-themed-styles_v1.9.65", + "date": "Wed, 16 Jun 2021 18:53:52 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.184`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.2`" + } + ] + } + }, + { + "version": "1.9.64", + "tag": "@microsoft/loader-load-themed-styles_v1.9.64", + "date": "Wed, 16 Jun 2021 15:07:24 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.183`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.33.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.1`" + } + ] + } + }, + { + "version": "1.9.63", + "tag": "@microsoft/loader-load-themed-styles_v1.9.63", + "date": "Tue, 15 Jun 2021 20:38:35 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.182`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.0`" + } + ] + } + }, + { + "version": "1.9.62", + "tag": "@microsoft/loader-load-themed-styles_v1.9.62", + "date": "Fri, 11 Jun 2021 23:26:16 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.181`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.31`" + } + ] + } + }, + { + "version": "1.9.61", + "tag": "@microsoft/loader-load-themed-styles_v1.9.61", + "date": "Fri, 11 Jun 2021 00:34:02 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.180`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.32.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.30`" + } + ] + } + }, + { + "version": "1.9.60", + "tag": "@microsoft/loader-load-themed-styles_v1.9.60", + "date": "Thu, 10 Jun 2021 15:08:16 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.179`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.29`" + } + ] + } + }, + { + "version": "1.9.59", + "tag": "@microsoft/loader-load-themed-styles_v1.9.59", + "date": "Fri, 04 Jun 2021 19:59:53 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.178`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.28`" + } + ] + } + }, + { + "version": "1.9.58", + "tag": "@microsoft/loader-load-themed-styles_v1.9.58", + "date": "Fri, 04 Jun 2021 15:08:20 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.177`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.27`" + } + ] + } + }, + { + "version": "1.9.57", + "tag": "@microsoft/loader-load-themed-styles_v1.9.57", + "date": "Fri, 04 Jun 2021 00:08:34 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.176`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.26`" + } + ] + } + }, + { + "version": "1.9.56", + "tag": "@microsoft/loader-load-themed-styles_v1.9.56", + "date": "Tue, 01 Jun 2021 18:29:26 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.175`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.25`" + } + ] + } + }, + { + "version": "1.9.55", + "tag": "@microsoft/loader-load-themed-styles_v1.9.55", + "date": "Sat, 29 May 2021 01:05:06 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.174`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.24`" + } + ] + } + }, + { + "version": "1.9.54", + "tag": "@microsoft/loader-load-themed-styles_v1.9.54", + "date": "Fri, 28 May 2021 06:19:58 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.173`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.30.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.23`" + } + ] + } + }, + { + "version": "1.9.53", + "tag": "@microsoft/loader-load-themed-styles_v1.9.53", + "date": "Tue, 25 May 2021 00:12:21 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@microsoft/load-themed-styles\" to `1.10.172`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.30.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.22`" + } + ] + } + }, { "version": "1.9.52", "tag": "@microsoft/loader-load-themed-styles_v1.9.52", diff --git a/webpack/loader-load-themed-styles/CHANGELOG.md b/webpack/loader-load-themed-styles/CHANGELOG.md index 58cad951cf0..3f6b4e1d798 100644 --- a/webpack/loader-load-themed-styles/CHANGELOG.md +++ b/webpack/loader-load-themed-styles/CHANGELOG.md @@ -1,6 +1,116 @@ # Change Log - @microsoft/loader-load-themed-styles -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. +This log was last generated on Mon, 12 Jul 2021 23:08:26 GMT and should not be manually modified. + +## 1.9.74 +Mon, 12 Jul 2021 23:08:26 GMT + +_Version update only_ + +## 1.9.73 +Thu, 08 Jul 2021 23:41:17 GMT + +_Version update only_ + +## 1.9.72 +Thu, 08 Jul 2021 06:00:48 GMT + +_Version update only_ + +## 1.9.71 +Thu, 01 Jul 2021 15:08:27 GMT + +_Version update only_ + +## 1.9.70 +Wed, 30 Jun 2021 19:16:19 GMT + +_Version update only_ + +## 1.9.69 +Wed, 30 Jun 2021 15:06:54 GMT + +_Version update only_ + +## 1.9.68 +Wed, 30 Jun 2021 01:37:17 GMT + +_Version update only_ + +## 1.9.67 +Fri, 25 Jun 2021 00:08:28 GMT + +_Version update only_ + +## 1.9.66 +Fri, 18 Jun 2021 06:23:05 GMT + +_Version update only_ + +## 1.9.65 +Wed, 16 Jun 2021 18:53:52 GMT + +_Version update only_ + +## 1.9.64 +Wed, 16 Jun 2021 15:07:24 GMT + +_Version update only_ + +## 1.9.63 +Tue, 15 Jun 2021 20:38:35 GMT + +_Version update only_ + +## 1.9.62 +Fri, 11 Jun 2021 23:26:16 GMT + +_Version update only_ + +## 1.9.61 +Fri, 11 Jun 2021 00:34:02 GMT + +_Version update only_ + +## 1.9.60 +Thu, 10 Jun 2021 15:08:16 GMT + +_Version update only_ + +## 1.9.59 +Fri, 04 Jun 2021 19:59:53 GMT + +_Version update only_ + +## 1.9.58 +Fri, 04 Jun 2021 15:08:20 GMT + +_Version update only_ + +## 1.9.57 +Fri, 04 Jun 2021 00:08:34 GMT + +_Version update only_ + +## 1.9.56 +Tue, 01 Jun 2021 18:29:26 GMT + +_Version update only_ + +## 1.9.55 +Sat, 29 May 2021 01:05:06 GMT + +_Version update only_ + +## 1.9.54 +Fri, 28 May 2021 06:19:58 GMT + +_Version update only_ + +## 1.9.53 +Tue, 25 May 2021 00:12:21 GMT + +_Version update only_ ## 1.9.52 Wed, 19 May 2021 00:11:39 GMT diff --git a/webpack/loader-load-themed-styles/config/jest.config.json b/webpack/loader-load-themed-styles/config/jest.config.json index b88d4c3de66..4bb17bde3ee 100644 --- a/webpack/loader-load-themed-styles/config/jest.config.json +++ b/webpack/loader-load-themed-styles/config/jest.config.json @@ -1,3 +1,3 @@ { - "preset": "./node_modules/@rushstack/heft/includes/jest-shared.config.json" + "extends": "@rushstack/heft-node-rig/profiles/default/config/jest.config.json" } diff --git a/webpack/loader-load-themed-styles/package.json b/webpack/loader-load-themed-styles/package.json index 48ee0b7c30b..57b61adb7eb 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.9.52", + "version": "1.9.74", "description": "This simple loader wraps the loading of CSS in script equivalent to `require('load-themed-styles').loadStyles( /* css text */ )`. It is designed to be a replacement for style-loader.", "main": "lib/index.js", "typings": "lib/index.d.ts", diff --git a/webpack/loader-raw-script/CHANGELOG.json b/webpack/loader-raw-script/CHANGELOG.json index a1e615429ba..26b5cf989d2 100644 --- a/webpack/loader-raw-script/CHANGELOG.json +++ b/webpack/loader-raw-script/CHANGELOG.json @@ -1,6 +1,327 @@ { "name": "@rushstack/loader-raw-script", "entries": [ + { + "version": "1.3.161", + "tag": "@rushstack/loader-raw-script_v1.3.161", + "date": "Mon, 12 Jul 2021 23:08:26 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.11`" + } + ] + } + }, + { + "version": "1.3.160", + "tag": "@rushstack/loader-raw-script_v1.3.160", + "date": "Thu, 08 Jul 2021 23:41:17 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.10`" + } + ] + } + }, + { + "version": "1.3.159", + "tag": "@rushstack/loader-raw-script_v1.3.159", + "date": "Thu, 08 Jul 2021 06:00:48 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.9`" + } + ] + } + }, + { + "version": "1.3.158", + "tag": "@rushstack/loader-raw-script_v1.3.158", + "date": "Thu, 01 Jul 2021 15:08:27 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.8`" + } + ] + } + }, + { + "version": "1.3.157", + "tag": "@rushstack/loader-raw-script_v1.3.157", + "date": "Wed, 30 Jun 2021 19:16:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.7`" + } + ] + } + }, + { + "version": "1.3.156", + "tag": "@rushstack/loader-raw-script_v1.3.156", + "date": "Wed, 30 Jun 2021 15:06:54 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.6`" + } + ] + } + }, + { + "version": "1.3.155", + "tag": "@rushstack/loader-raw-script_v1.3.155", + "date": "Wed, 30 Jun 2021 01:37:17 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.5`" + } + ] + } + }, + { + "version": "1.3.154", + "tag": "@rushstack/loader-raw-script_v1.3.154", + "date": "Fri, 25 Jun 2021 00:08:28 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.4`" + } + ] + } + }, + { + "version": "1.3.153", + "tag": "@rushstack/loader-raw-script_v1.3.153", + "date": "Fri, 18 Jun 2021 06:23:05 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.33.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.3`" + } + ] + } + }, + { + "version": "1.3.152", + "tag": "@rushstack/loader-raw-script_v1.3.152", + "date": "Wed, 16 Jun 2021 18:53:52 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.2`" + } + ] + } + }, + { + "version": "1.3.151", + "tag": "@rushstack/loader-raw-script_v1.3.151", + "date": "Wed, 16 Jun 2021 15:07:24 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.33.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.1`" + } + ] + } + }, + { + "version": "1.3.150", + "tag": "@rushstack/loader-raw-script_v1.3.150", + "date": "Tue, 15 Jun 2021 20:38:35 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.0`" + } + ] + } + }, + { + "version": "1.3.149", + "tag": "@rushstack/loader-raw-script_v1.3.149", + "date": "Fri, 11 Jun 2021 23:26:16 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.31`" + } + ] + } + }, + { + "version": "1.3.148", + "tag": "@rushstack/loader-raw-script_v1.3.148", + "date": "Fri, 11 Jun 2021 00:34:02 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.32.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.30`" + } + ] + } + }, + { + "version": "1.3.147", + "tag": "@rushstack/loader-raw-script_v1.3.147", + "date": "Thu, 10 Jun 2021 15:08:16 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.29`" + } + ] + } + }, + { + "version": "1.3.146", + "tag": "@rushstack/loader-raw-script_v1.3.146", + "date": "Fri, 04 Jun 2021 19:59:53 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.28`" + } + ] + } + }, + { + "version": "1.3.145", + "tag": "@rushstack/loader-raw-script_v1.3.145", + "date": "Fri, 04 Jun 2021 15:08:20 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.27`" + } + ] + } + }, + { + "version": "1.3.144", + "tag": "@rushstack/loader-raw-script_v1.3.144", + "date": "Fri, 04 Jun 2021 00:08:34 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.26`" + } + ] + } + }, + { + "version": "1.3.143", + "tag": "@rushstack/loader-raw-script_v1.3.143", + "date": "Tue, 01 Jun 2021 18:29:26 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.25`" + } + ] + } + }, + { + "version": "1.3.142", + "tag": "@rushstack/loader-raw-script_v1.3.142", + "date": "Sat, 29 May 2021 01:05:06 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.24`" + } + ] + } + }, + { + "version": "1.3.141", + "tag": "@rushstack/loader-raw-script_v1.3.141", + "date": "Fri, 28 May 2021 06:19:58 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.30.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.23`" + } + ] + } + }, + { + "version": "1.3.140", + "tag": "@rushstack/loader-raw-script_v1.3.140", + "date": "Tue, 25 May 2021 00:12:21 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.30.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.22`" + } + ] + } + }, { "version": "1.3.139", "tag": "@rushstack/loader-raw-script_v1.3.139", diff --git a/webpack/loader-raw-script/CHANGELOG.md b/webpack/loader-raw-script/CHANGELOG.md index e0b72432612..e5a998526e3 100644 --- a/webpack/loader-raw-script/CHANGELOG.md +++ b/webpack/loader-raw-script/CHANGELOG.md @@ -1,6 +1,116 @@ # Change Log - @rushstack/loader-raw-script -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. +This log was last generated on Mon, 12 Jul 2021 23:08:26 GMT and should not be manually modified. + +## 1.3.161 +Mon, 12 Jul 2021 23:08:26 GMT + +_Version update only_ + +## 1.3.160 +Thu, 08 Jul 2021 23:41:17 GMT + +_Version update only_ + +## 1.3.159 +Thu, 08 Jul 2021 06:00:48 GMT + +_Version update only_ + +## 1.3.158 +Thu, 01 Jul 2021 15:08:27 GMT + +_Version update only_ + +## 1.3.157 +Wed, 30 Jun 2021 19:16:19 GMT + +_Version update only_ + +## 1.3.156 +Wed, 30 Jun 2021 15:06:54 GMT + +_Version update only_ + +## 1.3.155 +Wed, 30 Jun 2021 01:37:17 GMT + +_Version update only_ + +## 1.3.154 +Fri, 25 Jun 2021 00:08:28 GMT + +_Version update only_ + +## 1.3.153 +Fri, 18 Jun 2021 06:23:05 GMT + +_Version update only_ + +## 1.3.152 +Wed, 16 Jun 2021 18:53:52 GMT + +_Version update only_ + +## 1.3.151 +Wed, 16 Jun 2021 15:07:24 GMT + +_Version update only_ + +## 1.3.150 +Tue, 15 Jun 2021 20:38:35 GMT + +_Version update only_ + +## 1.3.149 +Fri, 11 Jun 2021 23:26:16 GMT + +_Version update only_ + +## 1.3.148 +Fri, 11 Jun 2021 00:34:02 GMT + +_Version update only_ + +## 1.3.147 +Thu, 10 Jun 2021 15:08:16 GMT + +_Version update only_ + +## 1.3.146 +Fri, 04 Jun 2021 19:59:53 GMT + +_Version update only_ + +## 1.3.145 +Fri, 04 Jun 2021 15:08:20 GMT + +_Version update only_ + +## 1.3.144 +Fri, 04 Jun 2021 00:08:34 GMT + +_Version update only_ + +## 1.3.143 +Tue, 01 Jun 2021 18:29:26 GMT + +_Version update only_ + +## 1.3.142 +Sat, 29 May 2021 01:05:06 GMT + +_Version update only_ + +## 1.3.141 +Fri, 28 May 2021 06:19:58 GMT + +_Version update only_ + +## 1.3.140 +Tue, 25 May 2021 00:12:21 GMT + +_Version update only_ ## 1.3.139 Wed, 19 May 2021 00:11:39 GMT diff --git a/webpack/loader-raw-script/config/jest.config.json b/webpack/loader-raw-script/config/jest.config.json index b88d4c3de66..4bb17bde3ee 100644 --- a/webpack/loader-raw-script/config/jest.config.json +++ b/webpack/loader-raw-script/config/jest.config.json @@ -1,3 +1,3 @@ { - "preset": "./node_modules/@rushstack/heft/includes/jest-shared.config.json" + "extends": "@rushstack/heft-node-rig/profiles/default/config/jest.config.json" } diff --git a/webpack/loader-raw-script/package.json b/webpack/loader-raw-script/package.json index 3c882ba15f2..d620d85641b 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.139", + "version": "1.3.161", "description": "", "main": "lib/index.js", "typings": "lib/index.d.ts", diff --git a/webpack/localization-plugin/CHANGELOG.json b/webpack/localization-plugin/CHANGELOG.json index a177e8b3a5c..6f454ef02c8 100644 --- a/webpack/localization-plugin/CHANGELOG.json +++ b/webpack/localization-plugin/CHANGELOG.json @@ -1,6 +1,471 @@ { "name": "@rushstack/localization-plugin", "entries": [ + { + "version": "0.6.35", + "tag": "@rushstack/localization-plugin_v0.6.35", + "date": "Mon, 12 Jul 2021 23:08:26 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.39.1`" + }, + { + "comment": "Updating dependency \"@rushstack/typings-generator\" to `0.3.8`" + }, + { + "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.11`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" to `3.2.55`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" from `^3.2.54` to `^3.2.55`" + } + ] + } + }, + { + "version": "0.6.34", + "tag": "@rushstack/localization-plugin_v0.6.34", + "date": "Thu, 08 Jul 2021 23:41:17 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.10`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" to `3.2.54`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" from `^3.2.53` to `^3.2.54`" + } + ] + } + }, + { + "version": "0.6.33", + "tag": "@rushstack/localization-plugin_v0.6.33", + "date": "Thu, 08 Jul 2021 06:00:48 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.9`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" to `3.2.53`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" from `^3.2.52` to `^3.2.53`" + } + ] + } + }, + { + "version": "0.6.32", + "tag": "@rushstack/localization-plugin_v0.6.32", + "date": "Thu, 01 Jul 2021 15:08:27 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.8`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" to `3.2.52`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" from `^3.2.51` to `^3.2.52`" + } + ] + } + }, + { + "version": "0.6.31", + "tag": "@rushstack/localization-plugin_v0.6.31", + "date": "Wed, 30 Jun 2021 19:16:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.7`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" to `3.2.51`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" from `^3.2.50` to `^3.2.51`" + } + ] + } + }, + { + "version": "0.6.30", + "tag": "@rushstack/localization-plugin_v0.6.30", + "date": "Wed, 30 Jun 2021 15:06:54 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.6`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" to `3.2.50`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" from `^3.2.49` to `^3.2.50`" + } + ] + } + }, + { + "version": "0.6.29", + "tag": "@rushstack/localization-plugin_v0.6.29", + "date": "Wed, 30 Jun 2021 01:37:17 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.5`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" to `3.2.49`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" from `^3.2.48` to `^3.2.49`" + } + ] + } + }, + { + "version": "0.6.28", + "tag": "@rushstack/localization-plugin_v0.6.28", + "date": "Fri, 25 Jun 2021 00:08:28 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.4`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" to `3.2.48`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" from `^3.2.47` to `^3.2.48`" + } + ] + } + }, + { + "version": "0.6.27", + "tag": "@rushstack/localization-plugin_v0.6.27", + "date": "Fri, 18 Jun 2021 06:23:05 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.33.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.3`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" to `3.2.47`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" from `^3.2.46` to `^3.2.47`" + } + ] + } + }, + { + "version": "0.6.26", + "tag": "@rushstack/localization-plugin_v0.6.26", + "date": "Wed, 16 Jun 2021 18:53:52 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.2`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" to `3.2.46`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" from `^3.2.45` to `^3.2.46`" + } + ] + } + }, + { + "version": "0.6.25", + "tag": "@rushstack/localization-plugin_v0.6.25", + "date": "Wed, 16 Jun 2021 15:07:24 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.33.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.1`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" to `3.2.45`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" from `^3.2.44` to `^3.2.45`" + } + ] + } + }, + { + "version": "0.6.24", + "tag": "@rushstack/localization-plugin_v0.6.24", + "date": "Tue, 15 Jun 2021 20:38:35 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.0`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" to `3.2.44`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" from `^3.2.43` to `^3.2.44`" + } + ] + } + }, + { + "version": "0.6.23", + "tag": "@rushstack/localization-plugin_v0.6.23", + "date": "Fri, 11 Jun 2021 23:26:16 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.31`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" to `3.2.43`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" from `^3.2.42` to `^3.2.43`" + } + ] + } + }, + { + "version": "0.6.22", + "tag": "@rushstack/localization-plugin_v0.6.22", + "date": "Fri, 11 Jun 2021 00:34:02 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.32.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.30`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" to `3.2.42`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" from `^3.2.41` to `^3.2.42`" + } + ] + } + }, + { + "version": "0.6.21", + "tag": "@rushstack/localization-plugin_v0.6.21", + "date": "Thu, 10 Jun 2021 15:08:16 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.29`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" to `3.2.41`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" from `^3.2.40` to `^3.2.41`" + } + ] + } + }, + { + "version": "0.6.20", + "tag": "@rushstack/localization-plugin_v0.6.20", + "date": "Fri, 04 Jun 2021 19:59:53 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.39.0`" + }, + { + "comment": "Updating dependency \"@rushstack/typings-generator\" to `0.3.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.28`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" to `3.2.40`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" from `^3.2.39` to `^3.2.40`" + } + ] + } + }, + { + "version": "0.6.19", + "tag": "@rushstack/localization-plugin_v0.6.19", + "date": "Fri, 04 Jun 2021 15:08:20 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.27`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" to `3.2.39`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" from `^3.2.38` to `^3.2.39`" + } + ] + } + }, + { + "version": "0.6.18", + "tag": "@rushstack/localization-plugin_v0.6.18", + "date": "Fri, 04 Jun 2021 00:08:34 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.26`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" to `3.2.38`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" from `^3.2.37` to `^3.2.38`" + } + ] + } + }, + { + "version": "0.6.17", + "tag": "@rushstack/localization-plugin_v0.6.17", + "date": "Tue, 01 Jun 2021 18:29:26 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.25`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" to `3.2.37`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" from `^3.2.36` to `^3.2.37`" + } + ] + } + }, + { + "version": "0.6.16", + "tag": "@rushstack/localization-plugin_v0.6.16", + "date": "Sat, 29 May 2021 01:05:06 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.24`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" to `3.2.36`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" from `^3.2.35` to `^3.2.36`" + } + ] + } + }, + { + "version": "0.6.15", + "tag": "@rushstack/localization-plugin_v0.6.15", + "date": "Fri, 28 May 2021 06:19:58 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.30.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.23`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" to `3.2.35`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" from `^3.2.34` to `^3.2.35`" + } + ] + } + }, + { + "version": "0.6.14", + "tag": "@rushstack/localization-plugin_v0.6.14", + "date": "Tue, 25 May 2021 00:12:21 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.30.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.22`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" to `3.2.34`" + }, + { + "comment": "Updating dependency \"@rushstack/set-webpack-public-path-plugin\" from `^3.2.33` to `^3.2.34`" + } + ] + } + }, { "version": "0.6.13", "tag": "@rushstack/localization-plugin_v0.6.13", diff --git a/webpack/localization-plugin/CHANGELOG.md b/webpack/localization-plugin/CHANGELOG.md index 9ecdcc9047c..c4dc2c7941d 100644 --- a/webpack/localization-plugin/CHANGELOG.md +++ b/webpack/localization-plugin/CHANGELOG.md @@ -1,6 +1,116 @@ # Change Log - @rushstack/localization-plugin -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. +This log was last generated on Mon, 12 Jul 2021 23:08:26 GMT and should not be manually modified. + +## 0.6.35 +Mon, 12 Jul 2021 23:08:26 GMT + +_Version update only_ + +## 0.6.34 +Thu, 08 Jul 2021 23:41:17 GMT + +_Version update only_ + +## 0.6.33 +Thu, 08 Jul 2021 06:00:48 GMT + +_Version update only_ + +## 0.6.32 +Thu, 01 Jul 2021 15:08:27 GMT + +_Version update only_ + +## 0.6.31 +Wed, 30 Jun 2021 19:16:19 GMT + +_Version update only_ + +## 0.6.30 +Wed, 30 Jun 2021 15:06:54 GMT + +_Version update only_ + +## 0.6.29 +Wed, 30 Jun 2021 01:37:17 GMT + +_Version update only_ + +## 0.6.28 +Fri, 25 Jun 2021 00:08:28 GMT + +_Version update only_ + +## 0.6.27 +Fri, 18 Jun 2021 06:23:05 GMT + +_Version update only_ + +## 0.6.26 +Wed, 16 Jun 2021 18:53:52 GMT + +_Version update only_ + +## 0.6.25 +Wed, 16 Jun 2021 15:07:24 GMT + +_Version update only_ + +## 0.6.24 +Tue, 15 Jun 2021 20:38:35 GMT + +_Version update only_ + +## 0.6.23 +Fri, 11 Jun 2021 23:26:16 GMT + +_Version update only_ + +## 0.6.22 +Fri, 11 Jun 2021 00:34:02 GMT + +_Version update only_ + +## 0.6.21 +Thu, 10 Jun 2021 15:08:16 GMT + +_Version update only_ + +## 0.6.20 +Fri, 04 Jun 2021 19:59:53 GMT + +_Version update only_ + +## 0.6.19 +Fri, 04 Jun 2021 15:08:20 GMT + +_Version update only_ + +## 0.6.18 +Fri, 04 Jun 2021 00:08:34 GMT + +_Version update only_ + +## 0.6.17 +Tue, 01 Jun 2021 18:29:26 GMT + +_Version update only_ + +## 0.6.16 +Sat, 29 May 2021 01:05:06 GMT + +_Version update only_ + +## 0.6.15 +Fri, 28 May 2021 06:19:58 GMT + +_Version update only_ + +## 0.6.14 +Tue, 25 May 2021 00:12:21 GMT + +_Version update only_ ## 0.6.13 Wed, 19 May 2021 00:11:39 GMT diff --git a/webpack/localization-plugin/package.json b/webpack/localization-plugin/package.json index d99f25e0f70..7a74bb1328b 100644 --- a/webpack/localization-plugin/package.json +++ b/webpack/localization-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/localization-plugin", - "version": "0.6.13", + "version": "0.6.35", "description": "This plugin facilitates localization with Webpack.", "main": "lib/index.js", "typings": "dist/localization-plugin.d.ts", @@ -13,7 +13,7 @@ "build": "heft build --clean" }, "peerDependencies": { - "@rushstack/set-webpack-public-path-plugin": "^3.2.33", + "@rushstack/set-webpack-public-path-plugin": "^3.2.55", "@types/webpack": "^4.39.0", "webpack": "^4.31.0" }, diff --git a/webpack/module-minifier-plugin/CHANGELOG.json b/webpack/module-minifier-plugin/CHANGELOG.json index cc76c798d7c..d9ef33b2594 100644 --- a/webpack/module-minifier-plugin/CHANGELOG.json +++ b/webpack/module-minifier-plugin/CHANGELOG.json @@ -1,6 +1,327 @@ { "name": "@rushstack/module-minifier-plugin", "entries": [ + { + "version": "0.3.73", + "tag": "@rushstack/module-minifier-plugin_v0.3.73", + "date": "Mon, 12 Jul 2021 23:08:26 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.11`" + } + ] + } + }, + { + "version": "0.3.72", + "tag": "@rushstack/module-minifier-plugin_v0.3.72", + "date": "Thu, 08 Jul 2021 23:41:17 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.10`" + } + ] + } + }, + { + "version": "0.3.71", + "tag": "@rushstack/module-minifier-plugin_v0.3.71", + "date": "Thu, 08 Jul 2021 06:00:48 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.9`" + } + ] + } + }, + { + "version": "0.3.70", + "tag": "@rushstack/module-minifier-plugin_v0.3.70", + "date": "Thu, 01 Jul 2021 15:08:27 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.8`" + } + ] + } + }, + { + "version": "0.3.69", + "tag": "@rushstack/module-minifier-plugin_v0.3.69", + "date": "Wed, 30 Jun 2021 19:16:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.7`" + } + ] + } + }, + { + "version": "0.3.68", + "tag": "@rushstack/module-minifier-plugin_v0.3.68", + "date": "Wed, 30 Jun 2021 15:06:54 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.6`" + } + ] + } + }, + { + "version": "0.3.67", + "tag": "@rushstack/module-minifier-plugin_v0.3.67", + "date": "Wed, 30 Jun 2021 01:37:17 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.5`" + } + ] + } + }, + { + "version": "0.3.66", + "tag": "@rushstack/module-minifier-plugin_v0.3.66", + "date": "Fri, 25 Jun 2021 00:08:28 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.4`" + } + ] + } + }, + { + "version": "0.3.65", + "tag": "@rushstack/module-minifier-plugin_v0.3.65", + "date": "Fri, 18 Jun 2021 06:23:05 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.33.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.3`" + } + ] + } + }, + { + "version": "0.3.64", + "tag": "@rushstack/module-minifier-plugin_v0.3.64", + "date": "Wed, 16 Jun 2021 18:53:52 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.2`" + } + ] + } + }, + { + "version": "0.3.63", + "tag": "@rushstack/module-minifier-plugin_v0.3.63", + "date": "Wed, 16 Jun 2021 15:07:24 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.33.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.1`" + } + ] + } + }, + { + "version": "0.3.62", + "tag": "@rushstack/module-minifier-plugin_v0.3.62", + "date": "Tue, 15 Jun 2021 20:38:35 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.0`" + } + ] + } + }, + { + "version": "0.3.61", + "tag": "@rushstack/module-minifier-plugin_v0.3.61", + "date": "Fri, 11 Jun 2021 23:26:16 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.31`" + } + ] + } + }, + { + "version": "0.3.60", + "tag": "@rushstack/module-minifier-plugin_v0.3.60", + "date": "Fri, 11 Jun 2021 00:34:02 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.32.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.30`" + } + ] + } + }, + { + "version": "0.3.59", + "tag": "@rushstack/module-minifier-plugin_v0.3.59", + "date": "Thu, 10 Jun 2021 15:08:16 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.29`" + } + ] + } + }, + { + "version": "0.3.58", + "tag": "@rushstack/module-minifier-plugin_v0.3.58", + "date": "Fri, 04 Jun 2021 19:59:53 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.28`" + } + ] + } + }, + { + "version": "0.3.57", + "tag": "@rushstack/module-minifier-plugin_v0.3.57", + "date": "Fri, 04 Jun 2021 15:08:20 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.27`" + } + ] + } + }, + { + "version": "0.3.56", + "tag": "@rushstack/module-minifier-plugin_v0.3.56", + "date": "Fri, 04 Jun 2021 00:08:34 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.26`" + } + ] + } + }, + { + "version": "0.3.55", + "tag": "@rushstack/module-minifier-plugin_v0.3.55", + "date": "Tue, 01 Jun 2021 18:29:26 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.25`" + } + ] + } + }, + { + "version": "0.3.54", + "tag": "@rushstack/module-minifier-plugin_v0.3.54", + "date": "Sat, 29 May 2021 01:05:06 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.24`" + } + ] + } + }, + { + "version": "0.3.53", + "tag": "@rushstack/module-minifier-plugin_v0.3.53", + "date": "Fri, 28 May 2021 06:19:58 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.30.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.23`" + } + ] + } + }, + { + "version": "0.3.52", + "tag": "@rushstack/module-minifier-plugin_v0.3.52", + "date": "Tue, 25 May 2021 00:12:21 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.30.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.22`" + } + ] + } + }, { "version": "0.3.51", "tag": "@rushstack/module-minifier-plugin_v0.3.51", diff --git a/webpack/module-minifier-plugin/CHANGELOG.md b/webpack/module-minifier-plugin/CHANGELOG.md index 666abdadb50..4d09eac4c1f 100644 --- a/webpack/module-minifier-plugin/CHANGELOG.md +++ b/webpack/module-minifier-plugin/CHANGELOG.md @@ -1,6 +1,116 @@ # Change Log - @rushstack/module-minifier-plugin -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. +This log was last generated on Mon, 12 Jul 2021 23:08:26 GMT and should not be manually modified. + +## 0.3.73 +Mon, 12 Jul 2021 23:08:26 GMT + +_Version update only_ + +## 0.3.72 +Thu, 08 Jul 2021 23:41:17 GMT + +_Version update only_ + +## 0.3.71 +Thu, 08 Jul 2021 06:00:48 GMT + +_Version update only_ + +## 0.3.70 +Thu, 01 Jul 2021 15:08:27 GMT + +_Version update only_ + +## 0.3.69 +Wed, 30 Jun 2021 19:16:19 GMT + +_Version update only_ + +## 0.3.68 +Wed, 30 Jun 2021 15:06:54 GMT + +_Version update only_ + +## 0.3.67 +Wed, 30 Jun 2021 01:37:17 GMT + +_Version update only_ + +## 0.3.66 +Fri, 25 Jun 2021 00:08:28 GMT + +_Version update only_ + +## 0.3.65 +Fri, 18 Jun 2021 06:23:05 GMT + +_Version update only_ + +## 0.3.64 +Wed, 16 Jun 2021 18:53:52 GMT + +_Version update only_ + +## 0.3.63 +Wed, 16 Jun 2021 15:07:24 GMT + +_Version update only_ + +## 0.3.62 +Tue, 15 Jun 2021 20:38:35 GMT + +_Version update only_ + +## 0.3.61 +Fri, 11 Jun 2021 23:26:16 GMT + +_Version update only_ + +## 0.3.60 +Fri, 11 Jun 2021 00:34:02 GMT + +_Version update only_ + +## 0.3.59 +Thu, 10 Jun 2021 15:08:16 GMT + +_Version update only_ + +## 0.3.58 +Fri, 04 Jun 2021 19:59:53 GMT + +_Version update only_ + +## 0.3.57 +Fri, 04 Jun 2021 15:08:20 GMT + +_Version update only_ + +## 0.3.56 +Fri, 04 Jun 2021 00:08:34 GMT + +_Version update only_ + +## 0.3.55 +Tue, 01 Jun 2021 18:29:26 GMT + +_Version update only_ + +## 0.3.54 +Sat, 29 May 2021 01:05:06 GMT + +_Version update only_ + +## 0.3.53 +Fri, 28 May 2021 06:19:58 GMT + +_Version update only_ + +## 0.3.52 +Tue, 25 May 2021 00:12:21 GMT + +_Version update only_ ## 0.3.51 Wed, 19 May 2021 00:11:39 GMT diff --git a/webpack/module-minifier-plugin/config/jest.config.json b/webpack/module-minifier-plugin/config/jest.config.json index b88d4c3de66..4bb17bde3ee 100644 --- a/webpack/module-minifier-plugin/config/jest.config.json +++ b/webpack/module-minifier-plugin/config/jest.config.json @@ -1,3 +1,3 @@ { - "preset": "./node_modules/@rushstack/heft/includes/jest-shared.config.json" + "extends": "@rushstack/heft-node-rig/profiles/default/config/jest.config.json" } diff --git a/webpack/module-minifier-plugin/package.json b/webpack/module-minifier-plugin/package.json index 452bca3ffa0..1acceaf8249 100644 --- a/webpack/module-minifier-plugin/package.json +++ b/webpack/module-minifier-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rushstack/module-minifier-plugin", - "version": "0.3.51", + "version": "0.3.73", "description": "This plugin splits minification of webpack compilations into smaller units.", "main": "lib/index.js", "typings": "dist/module-minifier-plugin.d.ts", diff --git a/webpack/set-webpack-public-path-plugin/CHANGELOG.json b/webpack/set-webpack-public-path-plugin/CHANGELOG.json index 5ceeb6323c7..f9f3f850e4c 100644 --- a/webpack/set-webpack-public-path-plugin/CHANGELOG.json +++ b/webpack/set-webpack-public-path-plugin/CHANGELOG.json @@ -1,6 +1,327 @@ { "name": "@rushstack/set-webpack-public-path-plugin", "entries": [ + { + "version": "3.2.55", + "tag": "@rushstack/set-webpack-public-path-plugin_v3.2.55", + "date": "Mon, 12 Jul 2021 23:08:26 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.11`" + } + ] + } + }, + { + "version": "3.2.54", + "tag": "@rushstack/set-webpack-public-path-plugin_v3.2.54", + "date": "Thu, 08 Jul 2021 23:41:17 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.10`" + } + ] + } + }, + { + "version": "3.2.53", + "tag": "@rushstack/set-webpack-public-path-plugin_v3.2.53", + "date": "Thu, 08 Jul 2021 06:00:48 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.9`" + } + ] + } + }, + { + "version": "3.2.52", + "tag": "@rushstack/set-webpack-public-path-plugin_v3.2.52", + "date": "Thu, 01 Jul 2021 15:08:27 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.8`" + } + ] + } + }, + { + "version": "3.2.51", + "tag": "@rushstack/set-webpack-public-path-plugin_v3.2.51", + "date": "Wed, 30 Jun 2021 19:16:19 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.7`" + } + ] + } + }, + { + "version": "3.2.50", + "tag": "@rushstack/set-webpack-public-path-plugin_v3.2.50", + "date": "Wed, 30 Jun 2021 15:06:54 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.6`" + } + ] + } + }, + { + "version": "3.2.49", + "tag": "@rushstack/set-webpack-public-path-plugin_v3.2.49", + "date": "Wed, 30 Jun 2021 01:37:17 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.5`" + } + ] + } + }, + { + "version": "3.2.48", + "tag": "@rushstack/set-webpack-public-path-plugin_v3.2.48", + "date": "Fri, 25 Jun 2021 00:08:28 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.34.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.4`" + } + ] + } + }, + { + "version": "3.2.47", + "tag": "@rushstack/set-webpack-public-path-plugin_v3.2.47", + "date": "Fri, 18 Jun 2021 06:23:05 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.33.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.3`" + } + ] + } + }, + { + "version": "3.2.46", + "tag": "@rushstack/set-webpack-public-path-plugin_v3.2.46", + "date": "Wed, 16 Jun 2021 18:53:52 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.2`" + } + ] + } + }, + { + "version": "3.2.45", + "tag": "@rushstack/set-webpack-public-path-plugin_v3.2.45", + "date": "Wed, 16 Jun 2021 15:07:24 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.33.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.1`" + } + ] + } + }, + { + "version": "3.2.44", + "tag": "@rushstack/set-webpack-public-path-plugin_v3.2.44", + "date": "Tue, 15 Jun 2021 20:38:35 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.1.0`" + } + ] + } + }, + { + "version": "3.2.43", + "tag": "@rushstack/set-webpack-public-path-plugin_v3.2.43", + "date": "Fri, 11 Jun 2021 23:26:16 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.31`" + } + ] + } + }, + { + "version": "3.2.42", + "tag": "@rushstack/set-webpack-public-path-plugin_v3.2.42", + "date": "Fri, 11 Jun 2021 00:34:02 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.32.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.30`" + } + ] + } + }, + { + "version": "3.2.41", + "tag": "@rushstack/set-webpack-public-path-plugin_v3.2.41", + "date": "Thu, 10 Jun 2021 15:08:16 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.5`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.29`" + } + ] + } + }, + { + "version": "3.2.40", + "tag": "@rushstack/set-webpack-public-path-plugin_v3.2.40", + "date": "Fri, 04 Jun 2021 19:59:53 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.4`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.28`" + } + ] + } + }, + { + "version": "3.2.39", + "tag": "@rushstack/set-webpack-public-path-plugin_v3.2.39", + "date": "Fri, 04 Jun 2021 15:08:20 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.3`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.27`" + } + ] + } + }, + { + "version": "3.2.38", + "tag": "@rushstack/set-webpack-public-path-plugin_v3.2.38", + "date": "Fri, 04 Jun 2021 00:08:34 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.2`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.26`" + } + ] + } + }, + { + "version": "3.2.37", + "tag": "@rushstack/set-webpack-public-path-plugin_v3.2.37", + "date": "Tue, 01 Jun 2021 18:29:26 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.1`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.25`" + } + ] + } + }, + { + "version": "3.2.36", + "tag": "@rushstack/set-webpack-public-path-plugin_v3.2.36", + "date": "Sat, 29 May 2021 01:05:06 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.31.0`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.24`" + } + ] + } + }, + { + "version": "3.2.35", + "tag": "@rushstack/set-webpack-public-path-plugin_v3.2.35", + "date": "Fri, 28 May 2021 06:19:58 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.30.7`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.23`" + } + ] + } + }, + { + "version": "3.2.34", + "tag": "@rushstack/set-webpack-public-path-plugin_v3.2.34", + "date": "Tue, 25 May 2021 00:12:21 GMT", + "comments": { + "dependency": [ + { + "comment": "Updating dependency \"@rushstack/heft\" to `0.30.6`" + }, + { + "comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.0.22`" + } + ] + } + }, { "version": "3.2.33", "tag": "@rushstack/set-webpack-public-path-plugin_v3.2.33", diff --git a/webpack/set-webpack-public-path-plugin/CHANGELOG.md b/webpack/set-webpack-public-path-plugin/CHANGELOG.md index 80437722979..c9967f6a68f 100644 --- a/webpack/set-webpack-public-path-plugin/CHANGELOG.md +++ b/webpack/set-webpack-public-path-plugin/CHANGELOG.md @@ -1,6 +1,116 @@ # Change Log - @rushstack/set-webpack-public-path-plugin -This log was last generated on Wed, 19 May 2021 00:11:39 GMT and should not be manually modified. +This log was last generated on Mon, 12 Jul 2021 23:08:26 GMT and should not be manually modified. + +## 3.2.55 +Mon, 12 Jul 2021 23:08:26 GMT + +_Version update only_ + +## 3.2.54 +Thu, 08 Jul 2021 23:41:17 GMT + +_Version update only_ + +## 3.2.53 +Thu, 08 Jul 2021 06:00:48 GMT + +_Version update only_ + +## 3.2.52 +Thu, 01 Jul 2021 15:08:27 GMT + +_Version update only_ + +## 3.2.51 +Wed, 30 Jun 2021 19:16:19 GMT + +_Version update only_ + +## 3.2.50 +Wed, 30 Jun 2021 15:06:54 GMT + +_Version update only_ + +## 3.2.49 +Wed, 30 Jun 2021 01:37:17 GMT + +_Version update only_ + +## 3.2.48 +Fri, 25 Jun 2021 00:08:28 GMT + +_Version update only_ + +## 3.2.47 +Fri, 18 Jun 2021 06:23:05 GMT + +_Version update only_ + +## 3.2.46 +Wed, 16 Jun 2021 18:53:52 GMT + +_Version update only_ + +## 3.2.45 +Wed, 16 Jun 2021 15:07:24 GMT + +_Version update only_ + +## 3.2.44 +Tue, 15 Jun 2021 20:38:35 GMT + +_Version update only_ + +## 3.2.43 +Fri, 11 Jun 2021 23:26:16 GMT + +_Version update only_ + +## 3.2.42 +Fri, 11 Jun 2021 00:34:02 GMT + +_Version update only_ + +## 3.2.41 +Thu, 10 Jun 2021 15:08:16 GMT + +_Version update only_ + +## 3.2.40 +Fri, 04 Jun 2021 19:59:53 GMT + +_Version update only_ + +## 3.2.39 +Fri, 04 Jun 2021 15:08:20 GMT + +_Version update only_ + +## 3.2.38 +Fri, 04 Jun 2021 00:08:34 GMT + +_Version update only_ + +## 3.2.37 +Tue, 01 Jun 2021 18:29:26 GMT + +_Version update only_ + +## 3.2.36 +Sat, 29 May 2021 01:05:06 GMT + +_Version update only_ + +## 3.2.35 +Fri, 28 May 2021 06:19:58 GMT + +_Version update only_ + +## 3.2.34 +Tue, 25 May 2021 00:12:21 GMT + +_Version update only_ ## 3.2.33 Wed, 19 May 2021 00:11:39 GMT diff --git a/webpack/set-webpack-public-path-plugin/package.json b/webpack/set-webpack-public-path-plugin/package.json index 535de81af41..b04c4a651cb 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": "3.2.33", + "version": "3.2.55", "description": "This plugin sets the webpack public path at runtime.", "main": "lib/index.js", "typings": "lib/index.d.ts",