From 4d4d47211570efa38b02d824256d4b3d92743f8a Mon Sep 17 00:00:00 2001 From: Feng Yu Date: Tue, 19 Apr 2022 11:56:09 +0000 Subject: [PATCH 1/6] bump typescript version to ~4.6.3 --- apps/api-extractor/package.json | 2 +- apps/heft/package.json | 2 +- .../heft-node-basic-tutorial/package.json | 2 +- .../heft-node-jest-tutorial/package.json | 2 +- .../package.json | 5 +- .../package.json | 2 +- .../package.json | 2 +- .../heft-web-rig-app-tutorial/package.json | 2 +- .../package.json | 2 +- .../heft-webpack-basic-tutorial/package.json | 2 +- .../packlets-tutorial/package.json | 2 +- build-tests/api-documenter-test/package.json | 2 +- .../api-extractor-lib2-test/package.json | 2 +- .../api-extractor-lib3-test/package.json | 2 +- .../api-extractor-scenarios/package.json | 2 +- .../api-extractor-test-01/package.json | 2 +- .../api-extractor-test-02/package.json | 2 +- .../api-extractor-test-03/package.json | 2 +- .../api-extractor-test-04/package.json | 2 +- build-tests/eslint-7-test/package.json | 2 +- build-tests/heft-action-plugin/package.json | 2 +- .../heft-example-plugin-01/package.json | 2 +- .../heft-example-plugin-02/package.json | 2 +- build-tests/heft-fastify-test/package.json | 2 +- .../heft-jest-reporters-test/package.json | 2 +- .../heft-minimal-rig-test/package.json | 2 +- .../package.json | 2 +- .../heft-node-everything-test/package.json | 2 +- .../heft-parameter-plugin-test/package.json | 2 +- .../heft-parameter-plugin/package.json | 2 +- build-tests/heft-sass-test/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../workspace/common/pnpm-lock.yaml | 212 ++++---- .../typescript-newest-test/package.json | 2 +- .../workspace/typescript-v3-test/package.json | 2 +- .../localization-plugin-test-01/package.json | 2 +- .../localization-plugin-test-02/package.json | 2 +- .../localization-plugin-test-03/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- build-tests/ts-command-line-test/package.json | 2 +- common/config/rush/pnpm-lock.yaml | 466 +++++++++--------- common/config/rush/repo-state.json | 2 +- eslint/eslint-config/package.json | 2 +- eslint/eslint-plugin-packlets/package.json | 2 +- eslint/eslint-plugin-security/package.json | 2 +- eslint/eslint-plugin/package.json | 2 +- heft-plugins/heft-jest-plugin/package.json | 2 +- libraries/tree-pattern/package.json | 2 +- rigs/heft-node-rig/package.json | 2 +- rigs/heft-web-rig/package.json | 2 +- 53 files changed, 391 insertions(+), 392 deletions(-) diff --git a/apps/api-extractor/package.json b/apps/api-extractor/package.json index 31606f7dda9..30fd9d3e52e 100644 --- a/apps/api-extractor/package.json +++ b/apps/api-extractor/package.json @@ -48,7 +48,7 @@ "resolve": "~1.17.0", "semver": "~7.3.0", "source-map": "~0.6.1", - "typescript": "~4.5.2" + "typescript": "~4.6.3" }, "devDependencies": { "@rushstack/eslint-config": "workspace:*", diff --git a/apps/heft/package.json b/apps/heft/package.json index bc1743570b3..3e3c1e43a3d 100644 --- a/apps/heft/package.json +++ b/apps/heft/package.json @@ -62,6 +62,6 @@ "@types/semver": "7.3.5", "colors": "~1.2.1", "tslint": "~5.20.1", - "typescript": "~4.5.2" + "typescript": "~4.6.3" } } diff --git a/build-tests-samples/heft-node-basic-tutorial/package.json b/build-tests-samples/heft-node-basic-tutorial/package.json index 332508aba80..45ed0fbd51c 100644 --- a/build-tests-samples/heft-node-basic-tutorial/package.json +++ b/build-tests-samples/heft-node-basic-tutorial/package.json @@ -17,6 +17,6 @@ "@types/heft-jest": "1.0.1", "@types/node": "12.20.24", "eslint": "~8.7.0", - "typescript": "~4.5.2" + "typescript": "~4.6.3" } } diff --git a/build-tests-samples/heft-node-jest-tutorial/package.json b/build-tests-samples/heft-node-jest-tutorial/package.json index b6ef15d9251..dbcbe263d8a 100644 --- a/build-tests-samples/heft-node-jest-tutorial/package.json +++ b/build-tests-samples/heft-node-jest-tutorial/package.json @@ -16,6 +16,6 @@ "@types/heft-jest": "1.0.1", "@types/node": "12.20.24", "eslint": "~8.7.0", - "typescript": "~4.5.2" + "typescript": "~4.6.3" } } diff --git a/build-tests-samples/heft-serverless-stack-tutorial/package.json b/build-tests-samples/heft-serverless-stack-tutorial/package.json index 6ea5678fff0..b3ed38a4aae 100644 --- a/build-tests-samples/heft-serverless-stack-tutorial/package.json +++ b/build-tests-samples/heft-serverless-stack-tutorial/package.json @@ -26,7 +26,6 @@ "aws-cdk-lib": "2.7.0", "constructs": "~10.0.98", "eslint": "~8.7.0", - "typescript": "~4.5.5" - }, - "dependencies": {} + "typescript": "~4.6.3" + } } diff --git a/build-tests-samples/heft-storybook-react-tutorial-storykit/package.json b/build-tests-samples/heft-storybook-react-tutorial-storykit/package.json index b7d76a601e6..8fef343d5a5 100644 --- a/build-tests-samples/heft-storybook-react-tutorial-storykit/package.json +++ b/build-tests-samples/heft-storybook-react-tutorial-storykit/package.json @@ -31,7 +31,7 @@ "react": "~16.13.1", "style-loader": "~2.0.0", "terser-webpack-plugin": "~3.0.8", - "typescript": "~4.5.2", + "typescript": "~4.6.3", "webpack": "~4.44.2" } } diff --git a/build-tests-samples/heft-storybook-react-tutorial/package.json b/build-tests-samples/heft-storybook-react-tutorial/package.json index 4ca9e2263fa..181b9de4869 100644 --- a/build-tests-samples/heft-storybook-react-tutorial/package.json +++ b/build-tests-samples/heft-storybook-react-tutorial/package.json @@ -31,7 +31,7 @@ "html-webpack-plugin": "~4.5.2", "source-map-loader": "~1.1.3", "style-loader": "~2.0.0", - "typescript": "~4.5.2", + "typescript": "~4.6.3", "webpack": "~4.44.2" } } diff --git a/build-tests-samples/heft-web-rig-app-tutorial/package.json b/build-tests-samples/heft-web-rig-app-tutorial/package.json index c12979af8d3..8a0f428aacd 100644 --- a/build-tests-samples/heft-web-rig-app-tutorial/package.json +++ b/build-tests-samples/heft-web-rig-app-tutorial/package.json @@ -23,6 +23,6 @@ "@types/react-dom": "16.9.14", "@types/react": "16.14.23", "@types/webpack-env": "1.13.0", - "typescript": "~4.5.2" + "typescript": "~4.6.3" } } diff --git a/build-tests-samples/heft-web-rig-library-tutorial/package.json b/build-tests-samples/heft-web-rig-library-tutorial/package.json index d434eb7f278..bff14e75414 100644 --- a/build-tests-samples/heft-web-rig-library-tutorial/package.json +++ b/build-tests-samples/heft-web-rig-library-tutorial/package.json @@ -25,6 +25,6 @@ "@types/react-dom": "16.9.14", "@types/react": "16.14.23", "@types/webpack-env": "1.13.0", - "typescript": "~4.5.2" + "typescript": "~4.6.3" } } diff --git a/build-tests-samples/heft-webpack-basic-tutorial/package.json b/build-tests-samples/heft-webpack-basic-tutorial/package.json index 27a96e0faee..d05532f176d 100644 --- a/build-tests-samples/heft-webpack-basic-tutorial/package.json +++ b/build-tests-samples/heft-webpack-basic-tutorial/package.json @@ -28,7 +28,7 @@ "html-webpack-plugin": "~5.5.0", "source-map-loader": "~3.0.1", "style-loader": "~3.3.1", - "typescript": "~4.5.2", + "typescript": "~4.6.3", "webpack": "~5.68.0" } } diff --git a/build-tests-samples/packlets-tutorial/package.json b/build-tests-samples/packlets-tutorial/package.json index fa77256cac3..6a18a28680e 100644 --- a/build-tests-samples/packlets-tutorial/package.json +++ b/build-tests-samples/packlets-tutorial/package.json @@ -14,6 +14,6 @@ "@rushstack/heft": "workspace:*", "@types/node": "12.20.24", "eslint": "~8.7.0", - "typescript": "~4.5.2" + "typescript": "~4.6.3" } } diff --git a/build-tests/api-documenter-test/package.json b/build-tests/api-documenter-test/package.json index 15c80731102..cd5fc25767e 100644 --- a/build-tests/api-documenter-test/package.json +++ b/build-tests/api-documenter-test/package.json @@ -15,6 +15,6 @@ "@types/jest": "27.4.0", "@types/node": "12.20.24", "fs-extra": "~7.0.1", - "typescript": "~4.5.2" + "typescript": "~4.6.3" } } diff --git a/build-tests/api-extractor-lib2-test/package.json b/build-tests/api-extractor-lib2-test/package.json index d822c2dd749..53e243c51d7 100644 --- a/build-tests/api-extractor-lib2-test/package.json +++ b/build-tests/api-extractor-lib2-test/package.json @@ -14,6 +14,6 @@ "@types/jest": "27.4.0", "@types/node": "12.20.24", "fs-extra": "~7.0.1", - "typescript": "~4.5.2" + "typescript": "~4.6.3" } } diff --git a/build-tests/api-extractor-lib3-test/package.json b/build-tests/api-extractor-lib3-test/package.json index a7f115a8287..d7864f32491 100644 --- a/build-tests/api-extractor-lib3-test/package.json +++ b/build-tests/api-extractor-lib3-test/package.json @@ -17,6 +17,6 @@ "@types/jest": "27.4.0", "@types/node": "12.20.24", "fs-extra": "~7.0.1", - "typescript": "~4.5.2" + "typescript": "~4.6.3" } } diff --git a/build-tests/api-extractor-scenarios/package.json b/build-tests/api-extractor-scenarios/package.json index bbb10bdbb5b..6481b1a3198 100644 --- a/build-tests/api-extractor-scenarios/package.json +++ b/build-tests/api-extractor-scenarios/package.json @@ -20,6 +20,6 @@ "api-extractor-lib3-test": "workspace:*", "colors": "~1.2.1", "fs-extra": "~7.0.1", - "typescript": "~4.5.2" + "typescript": "~4.6.3" } } diff --git a/build-tests/api-extractor-test-01/package.json b/build-tests/api-extractor-test-01/package.json index d233df8bc58..1f77bc0a0ab 100644 --- a/build-tests/api-extractor-test-01/package.json +++ b/build-tests/api-extractor-test-01/package.json @@ -19,6 +19,6 @@ "@types/heft-jest": "1.0.1", "@types/node": "12.20.24", "fs-extra": "~7.0.1", - "typescript": "~4.5.2" + "typescript": "~4.6.3" } } diff --git a/build-tests/api-extractor-test-02/package.json b/build-tests/api-extractor-test-02/package.json index 301973f47d1..20e063034d2 100644 --- a/build-tests/api-extractor-test-02/package.json +++ b/build-tests/api-extractor-test-02/package.json @@ -18,6 +18,6 @@ "@microsoft/api-extractor": "workspace:*", "@types/node": "12.20.24", "fs-extra": "~7.0.1", - "typescript": "~4.5.2" + "typescript": "~4.6.3" } } diff --git a/build-tests/api-extractor-test-03/package.json b/build-tests/api-extractor-test-03/package.json index 2817b32b0b4..d0621b46b6b 100644 --- a/build-tests/api-extractor-test-03/package.json +++ b/build-tests/api-extractor-test-03/package.json @@ -12,6 +12,6 @@ "@types/node": "12.20.24", "api-extractor-test-02": "workspace:*", "fs-extra": "~7.0.1", - "typescript": "~4.5.2" + "typescript": "~4.6.3" } } diff --git a/build-tests/api-extractor-test-04/package.json b/build-tests/api-extractor-test-04/package.json index 0680ec6b710..3174175be6c 100644 --- a/build-tests/api-extractor-test-04/package.json +++ b/build-tests/api-extractor-test-04/package.json @@ -13,6 +13,6 @@ "@microsoft/api-extractor": "workspace:*", "api-extractor-lib1-test": "workspace:*", "fs-extra": "~7.0.1", - "typescript": "~4.5.2" + "typescript": "~4.6.3" } } diff --git a/build-tests/eslint-7-test/package.json b/build-tests/eslint-7-test/package.json index e747fd72de6..5c4d675bf87 100644 --- a/build-tests/eslint-7-test/package.json +++ b/build-tests/eslint-7-test/package.json @@ -15,6 +15,6 @@ "@types/node": "12.20.24", "@typescript-eslint/parser": "~5.6.0", "eslint": "~7.30.0", - "typescript": "~4.5.2" + "typescript": "~4.6.3" } } diff --git a/build-tests/heft-action-plugin/package.json b/build-tests/heft-action-plugin/package.json index 30411505d16..cc9b29c92e5 100644 --- a/build-tests/heft-action-plugin/package.json +++ b/build-tests/heft-action-plugin/package.json @@ -14,7 +14,7 @@ "@rushstack/heft": "workspace:*", "@types/node": "12.20.24", "eslint": "~8.7.0", - "typescript": "~4.5.2" + "typescript": "~4.6.3" }, "dependencies": { "@rushstack/node-core-library": "workspace:*" diff --git a/build-tests/heft-example-plugin-01/package.json b/build-tests/heft-example-plugin-01/package.json index db2a05837e5..fb9209208de 100644 --- a/build-tests/heft-example-plugin-01/package.json +++ b/build-tests/heft-example-plugin-01/package.json @@ -19,6 +19,6 @@ "@types/node": "12.20.24", "@types/tapable": "1.0.6", "eslint": "~8.7.0", - "typescript": "~4.5.2" + "typescript": "~4.6.3" } } diff --git a/build-tests/heft-example-plugin-02/package.json b/build-tests/heft-example-plugin-02/package.json index d815319d9f6..e5f23d36547 100644 --- a/build-tests/heft-example-plugin-02/package.json +++ b/build-tests/heft-example-plugin-02/package.json @@ -24,6 +24,6 @@ "@types/node": "12.20.24", "eslint": "~8.7.0", "heft-example-plugin-01": "workspace:*", - "typescript": "~4.5.2" + "typescript": "~4.6.3" } } diff --git a/build-tests/heft-fastify-test/package.json b/build-tests/heft-fastify-test/package.json index 326ce619d02..16830e7ea10 100644 --- a/build-tests/heft-fastify-test/package.json +++ b/build-tests/heft-fastify-test/package.json @@ -17,7 +17,7 @@ "@types/heft-jest": "1.0.1", "@types/node": "12.20.24", "eslint": "~8.7.0", - "typescript": "~4.5.2" + "typescript": "~4.6.3" }, "dependencies": { "fastify": "~3.16.1" diff --git a/build-tests/heft-jest-reporters-test/package.json b/build-tests/heft-jest-reporters-test/package.json index c05ec8dbb7c..ebd358382f6 100644 --- a/build-tests/heft-jest-reporters-test/package.json +++ b/build-tests/heft-jest-reporters-test/package.json @@ -17,6 +17,6 @@ "@rushstack/heft-jest-plugin": "workspace:*", "@types/heft-jest": "1.0.1", "eslint": "~8.7.0", - "typescript": "~4.5.2" + "typescript": "~4.6.3" } } diff --git a/build-tests/heft-minimal-rig-test/package.json b/build-tests/heft-minimal-rig-test/package.json index 39df3c62c5e..f550d4ce4f7 100644 --- a/build-tests/heft-minimal-rig-test/package.json +++ b/build-tests/heft-minimal-rig-test/package.json @@ -9,7 +9,7 @@ "_phase:build": "" }, "dependencies": { - "typescript": "~4.5.2", + "typescript": "~4.6.3", "@microsoft/api-extractor": "workspace:*", "@rushstack/heft-jest-plugin": "workspace:*" } diff --git a/build-tests/heft-node-everything-esm-module-test/package.json b/build-tests/heft-node-everything-esm-module-test/package.json index 2d43865bbd7..068cc75d222 100644 --- a/build-tests/heft-node-everything-esm-module-test/package.json +++ b/build-tests/heft-node-everything-esm-module-test/package.json @@ -23,6 +23,6 @@ "heft-example-plugin-02": "workspace:*", "tslint": "~5.20.1", "tslint-microsoft-contrib": "~6.2.0", - "typescript": "~4.5.2" + "typescript": "~4.6.3" } } diff --git a/build-tests/heft-node-everything-test/package.json b/build-tests/heft-node-everything-test/package.json index 9f33b0da4d3..88f8ef72fd9 100644 --- a/build-tests/heft-node-everything-test/package.json +++ b/build-tests/heft-node-everything-test/package.json @@ -22,6 +22,6 @@ "heft-example-plugin-02": "workspace:*", "tslint": "~5.20.1", "tslint-microsoft-contrib": "~6.2.0", - "typescript": "~4.5.2" + "typescript": "~4.6.3" } } diff --git a/build-tests/heft-parameter-plugin-test/package.json b/build-tests/heft-parameter-plugin-test/package.json index cef071d37bd..f69f4cd312c 100644 --- a/build-tests/heft-parameter-plugin-test/package.json +++ b/build-tests/heft-parameter-plugin-test/package.json @@ -15,6 +15,6 @@ "@rushstack/node-core-library": "workspace:*", "@types/heft-jest": "1.0.1", "heft-parameter-plugin": "workspace:*", - "typescript": "~4.5.2" + "typescript": "~4.6.3" } } diff --git a/build-tests/heft-parameter-plugin/package.json b/build-tests/heft-parameter-plugin/package.json index 7c514756890..38cf641422e 100644 --- a/build-tests/heft-parameter-plugin/package.json +++ b/build-tests/heft-parameter-plugin/package.json @@ -14,7 +14,7 @@ "@rushstack/heft": "workspace:*", "@types/node": "12.20.24", "eslint": "~8.7.0", - "typescript": "~4.5.2" + "typescript": "~4.6.3" }, "dependencies": { "@rushstack/node-core-library": "workspace:*" diff --git a/build-tests/heft-sass-test/package.json b/build-tests/heft-sass-test/package.json index b425d954317..b54263f44c8 100644 --- a/build-tests/heft-sass-test/package.json +++ b/build-tests/heft-sass-test/package.json @@ -30,7 +30,7 @@ "sass-loader": "~10.0.0", "sass": "~1.3.0", "style-loader": "~2.0.0", - "typescript": "~4.5.2", + "typescript": "~4.6.3", "webpack": "~4.44.2" }, "dependencies": { diff --git a/build-tests/heft-typescript-composite-test/package.json b/build-tests/heft-typescript-composite-test/package.json index 33f2bb93334..1ea8d2a1ddb 100644 --- a/build-tests/heft-typescript-composite-test/package.json +++ b/build-tests/heft-typescript-composite-test/package.json @@ -19,6 +19,6 @@ "eslint": "~8.7.0", "tslint": "~5.20.1", "tslint-microsoft-contrib": "~6.2.0", - "typescript": "~4.5.2" + "typescript": "~4.6.3" } } diff --git a/build-tests/heft-webpack4-everything-test/package.json b/build-tests/heft-webpack4-everything-test/package.json index 8572161fd58..c616104a3b1 100644 --- a/build-tests/heft-webpack4-everything-test/package.json +++ b/build-tests/heft-webpack4-everything-test/package.json @@ -21,7 +21,7 @@ "file-loader": "~6.0.0", "tslint": "~5.20.1", "tslint-microsoft-contrib": "~6.2.0", - "typescript": "~4.5.2", + "typescript": "~4.6.3", "webpack": "~4.44.2" } } diff --git a/build-tests/heft-webpack5-everything-test/package.json b/build-tests/heft-webpack5-everything-test/package.json index 568ca7a6a64..374fe711b53 100644 --- a/build-tests/heft-webpack5-everything-test/package.json +++ b/build-tests/heft-webpack5-everything-test/package.json @@ -20,6 +20,6 @@ "eslint": "~8.7.0", "tslint": "~5.20.1", "tslint-microsoft-contrib": "~6.2.0", - "typescript": "~4.5.2" + "typescript": "~4.6.3" } } diff --git a/build-tests/install-test-workspace/workspace/common/pnpm-lock.yaml b/build-tests/install-test-workspace/workspace/common/pnpm-lock.yaml index 1883010fbd5..121ad7e3d44 100644 --- a/build-tests/install-test-workspace/workspace/common/pnpm-lock.yaml +++ b/build-tests/install-test-workspace/workspace/common/pnpm-lock.yaml @@ -4,31 +4,31 @@ importers: typescript-newest-test: specifiers: - '@rushstack/eslint-config': file:rushstack-eslint-config-2.5.2.tgz - '@rushstack/heft': file:rushstack-heft-0.44.7.tgz + '@rushstack/eslint-config': file:rushstack-eslint-config-2.5.4.tgz + '@rushstack/heft': file:rushstack-heft-0.44.13.tgz eslint: ~8.7.0 tslint: ~5.20.1 - typescript: ~4.5.2 + typescript: ~4.6.3 devDependencies: - '@rushstack/eslint-config': file:../temp/tarballs/rushstack-eslint-config-2.5.2.tgz_eslint@8.7.0+typescript@4.5.2 - '@rushstack/heft': file:../temp/tarballs/rushstack-heft-0.44.7.tgz + '@rushstack/eslint-config': file:../temp/tarballs/rushstack-eslint-config-2.5.4.tgz_eslint@8.7.0+typescript@4.6.3 + '@rushstack/heft': file:../temp/tarballs/rushstack-heft-0.44.13.tgz eslint: 8.7.0 - tslint: 5.20.1_typescript@4.5.2 - typescript: 4.5.2 + tslint: 5.20.1_typescript@4.6.3 + typescript: 4.6.3 typescript-v3-test: specifiers: - '@rushstack/eslint-config': file:rushstack-eslint-config-2.5.2.tgz - '@rushstack/heft': file:rushstack-heft-0.44.7.tgz + '@rushstack/eslint-config': file:rushstack-eslint-config-2.5.4.tgz + '@rushstack/heft': file:rushstack-heft-0.44.13.tgz eslint: ~8.7.0 tslint: ~5.20.1 - typescript: ~4.5.2 + typescript: ~4.6.3 devDependencies: - '@rushstack/eslint-config': file:../temp/tarballs/rushstack-eslint-config-2.5.2.tgz_eslint@8.7.0+typescript@4.5.2 - '@rushstack/heft': file:../temp/tarballs/rushstack-heft-0.44.7.tgz + '@rushstack/eslint-config': file:../temp/tarballs/rushstack-eslint-config-2.5.4.tgz_eslint@8.7.0+typescript@4.6.3 + '@rushstack/heft': file:../temp/tarballs/rushstack-heft-0.44.13.tgz eslint: 8.7.0 - tslint: 5.20.1_typescript@4.5.2 - typescript: 4.5.2 + tslint: 5.20.1_typescript@4.6.3 + typescript: 4.6.3 packages: @@ -82,21 +82,21 @@ packages: resolution: {integrity: sha1-tSBSnsIdjllFoYUd/Rwy6U45/0U=} dev: true - /@microsoft/tsdoc-config/0.15.2: - resolution: {integrity: sha512-mK19b2wJHSdNf8znXSMYVShAHktVr/ib0Ck2FA3lsVBSEhSI/TfXT7DJQkAYgcztTuwazGcg58ZjYdk0hTCVrA==} + /@microsoft/tsdoc-config/0.16.1: + resolution: {integrity: sha512-2RqkwiD4uN6MLnHFljqBlZIXlt/SaUT6cuogU1w2ARw4nKuuppSmR0+s+NC+7kXBQykd9zzu0P4HtBpZT5zBpQ==} dependencies: - '@microsoft/tsdoc': 0.13.2 + '@microsoft/tsdoc': 0.14.1 ajv: 6.12.6 jju: 1.4.0 resolve: 1.19.0 dev: true - /@microsoft/tsdoc/0.13.2: - resolution: {integrity: sha512-WrHvO8PDL8wd8T2+zBGKrMwVL5IyzR3ryWUsl0PXgEV0QHup4mTLi0QcATefGI6Gx9Anu7vthPyyyLpY0EpiQg==} + /@microsoft/tsdoc/0.14.1: + resolution: {integrity: sha512-6Wci+Tp3CgPt/B9B0a3J4s3yMgLNSku6w5TV6mN+61C71UqsRBv2FUibBf3tPGlNxebgPHMEUzKpb1ggE8KCKw==} dev: true /@nodelib/fs.scandir/2.1.5: - resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} + resolution: {integrity: sha1-dhnC6yGyVIP20WdUi0z9WnSIw9U=, tarball: '@nodelib/fs.scandir/-/@nodelib/fs.scandir-2.1.5.tgz'} engines: {node: '>= 8'} dependencies: '@nodelib/fs.stat': 2.0.5 @@ -117,7 +117,7 @@ packages: dev: true /@types/argparse/1.0.38: - resolution: {integrity: sha512-ebDJ9b0e702Yr7pWgB0jzm+CX4Srzz8RcXtLJDJB+BSccqMa36uyH/zUsSYao5+BD1ytv3k3rPYCq4mAE1hsXA==} + resolution: {integrity: sha1-qB/YYG1IH4c6OADG665PHXaKVqk=, tarball: '@types/argparse/-/@types/argparse-1.0.38.tgz'} dev: true /@types/json-schema/7.0.9: @@ -132,7 +132,7 @@ packages: resolution: {integrity: sha512-W+bw9ds02rAQaMvaLYxAbJ6cvguW/iJXNT6lTssS1ps6QdrMKttqEAMEG/b5CR8TZl3/L7/lH0ZV5nNR1LXikA==} dev: true - /@typescript-eslint/eslint-plugin/5.6.0_d466ed60638eced99d543a223feeb14a: + /@typescript-eslint/eslint-plugin/5.6.0_2c5bc707880d8fe5fd977ba6ebf38472: resolution: {integrity: sha512-MIbeMy5qfLqtgs1hWd088k1hOuRsN9JrHUPwVVKCD99EOUqScd7SrwoZl4Gso05EAP9w1kvLWUVGJOVpRPkDPA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -143,8 +143,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': 5.6.0_eslint@8.7.0+typescript@4.5.2 - '@typescript-eslint/parser': 5.6.0_eslint@8.7.0+typescript@4.5.2 + '@typescript-eslint/experimental-utils': 5.6.0_eslint@8.7.0+typescript@4.6.3 + '@typescript-eslint/parser': 5.6.0_eslint@8.7.0+typescript@4.6.3 '@typescript-eslint/scope-manager': 5.6.0 debug: 4.3.3 eslint: 8.7.0 @@ -152,13 +152,13 @@ packages: ignore: 5.2.0 regexpp: 3.2.0 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.5.2 - typescript: 4.5.2 + tsutils: 3.21.0_typescript@4.6.3 + typescript: 4.6.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/experimental-utils/5.6.0_eslint@8.7.0+typescript@4.5.2: + /@typescript-eslint/experimental-utils/5.6.0_eslint@8.7.0+typescript@4.6.3: resolution: {integrity: sha512-VDoRf3Qj7+W3sS/ZBXZh3LBzp0snDLEgvp6qj0vOAIiAPM07bd5ojQ3CTzF/QFl5AKh7Bh1ycgj6lFBJHUt/DA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -167,7 +167,7 @@ packages: '@types/json-schema': 7.0.9 '@typescript-eslint/scope-manager': 5.6.0 '@typescript-eslint/types': 5.6.0 - '@typescript-eslint/typescript-estree': 5.6.0_typescript@4.5.2 + '@typescript-eslint/typescript-estree': 5.6.0_typescript@4.6.3 eslint: 8.7.0 eslint-scope: 5.1.1 eslint-utils: 3.0.0_eslint@8.7.0 @@ -176,7 +176,7 @@ packages: - typescript dev: true - /@typescript-eslint/parser/5.6.0_eslint@8.7.0+typescript@4.5.2: + /@typescript-eslint/parser/5.6.0_eslint@8.7.0+typescript@4.6.3: resolution: {integrity: sha512-YVK49NgdUPQ8SpCZaOpiq1kLkYRPMv9U5gcMrywzI8brtwZjr/tG3sZpuHyODt76W/A0SufNjYt9ZOgrC4tLIQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -188,10 +188,10 @@ packages: dependencies: '@typescript-eslint/scope-manager': 5.6.0 '@typescript-eslint/types': 5.6.0 - '@typescript-eslint/typescript-estree': 5.6.0_typescript@4.5.2 + '@typescript-eslint/typescript-estree': 5.6.0_typescript@4.6.3 debug: 4.3.3 eslint: 8.7.0 - typescript: 4.5.2 + typescript: 4.6.3 transitivePeerDependencies: - supports-color dev: true @@ -209,7 +209,7 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.6.0_typescript@4.5.2: + /@typescript-eslint/typescript-estree/5.6.0_typescript@4.6.3: resolution: {integrity: sha512-92vK5tQaE81rK7fOmuWMrSQtK1IMonESR+RJR2Tlc7w4o0MeEdjgidY/uO2Gobh7z4Q1hhS94Cr7r021fMVEeA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -224,8 +224,8 @@ packages: globby: 11.0.4 is-glob: 4.0.3 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.5.2 - typescript: 4.5.2 + tsutils: 3.21.0_typescript@4.6.3 + typescript: 4.6.3 transitivePeerDependencies: - supports-color dev: true @@ -564,11 +564,11 @@ packages: string.prototype.matchall: 4.0.6 dev: true - /eslint-plugin-tsdoc/0.2.14: - resolution: {integrity: sha512-fJ3fnZRsdIoBZgzkQjv8vAj6NeeOoFkTfgosj6mKsFjX70QV256sA/wq+y/R2+OL4L8E79VVaVWrPeZnKNe8Ng==} + /eslint-plugin-tsdoc/0.2.16: + resolution: {integrity: sha512-F/RWMnyDQuGlg82vQEFHQtGyWi7++XJKdYNn0ulIbyMOFqYIjoJOUdE6olORxgwgLkpJxsCJpJbTHgxJ/ggfXw==} dependencies: - '@microsoft/tsdoc': 0.13.2 - '@microsoft/tsdoc-config': 0.15.2 + '@microsoft/tsdoc': 0.14.1 + '@microsoft/tsdoc-config': 0.16.1 dev: true /eslint-scope/5.1.1: @@ -1508,7 +1508,7 @@ packages: resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} dev: true - /tslint/5.20.1_typescript@4.5.2: + /tslint/5.20.1_typescript@4.6.3: resolution: {integrity: sha512-EcMxhzCFt8k+/UP5r8waCf/lzmeSyVlqxqMEDQE7rWYiQky8KpIBz1JAoYXfROHrPZ1XXd43q8yQnULOLiBRQg==} engines: {node: '>=4.8.0'} hasBin: true @@ -1527,27 +1527,27 @@ packages: resolve: 1.20.0 semver: 5.7.1 tslib: 1.14.1 - tsutils: 2.29.0_typescript@4.5.2 - typescript: 4.5.2 + tsutils: 2.29.0_typescript@4.6.3 + typescript: 4.6.3 dev: true - /tsutils/2.29.0_typescript@4.5.2: + /tsutils/2.29.0_typescript@4.6.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' dependencies: tslib: 1.14.1 - typescript: 4.5.2 + typescript: 4.6.3 dev: true - /tsutils/3.21.0_typescript@4.5.2: + /tsutils/3.21.0_typescript@4.6.3: 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.5.2 + typescript: 4.6.3 dev: true /type-check/0.4.0: @@ -1562,8 +1562,8 @@ packages: engines: {node: '>=10'} dev: true - /typescript/4.5.2: - resolution: {integrity: sha1-isH7qfUiVv2wb7ieQSL6ajRsKZg=} + /typescript/4.6.3: + resolution: {integrity: sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==} engines: {node: '>=4.2.0'} hasBin: true dev: true @@ -1640,97 +1640,97 @@ packages: commander: 2.20.3 dev: true - file:../temp/tarballs/rushstack-eslint-config-2.5.2.tgz_eslint@8.7.0+typescript@4.5.2: - resolution: {tarball: file:../temp/tarballs/rushstack-eslint-config-2.5.2.tgz} - id: file:../temp/tarballs/rushstack-eslint-config-2.5.2.tgz + file:../temp/tarballs/rushstack-eslint-config-2.5.4.tgz_eslint@8.7.0+typescript@4.6.3: + resolution: {tarball: file:../temp/tarballs/rushstack-eslint-config-2.5.4.tgz} + id: file:../temp/tarballs/rushstack-eslint-config-2.5.4.tgz name: '@rushstack/eslint-config' - version: 2.5.2 + version: 2.5.4 peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 typescript: '>=3.0.0' dependencies: - '@rushstack/eslint-patch': file:../temp/tarballs/rushstack-eslint-patch-1.1.1.tgz - '@rushstack/eslint-plugin': file:../temp/tarballs/rushstack-eslint-plugin-0.8.5.tgz_eslint@8.7.0+typescript@4.5.2 - '@rushstack/eslint-plugin-packlets': file:../temp/tarballs/rushstack-eslint-plugin-packlets-0.3.5.tgz_eslint@8.7.0+typescript@4.5.2 - '@rushstack/eslint-plugin-security': file:../temp/tarballs/rushstack-eslint-plugin-security-0.2.5.tgz_eslint@8.7.0+typescript@4.5.2 - '@typescript-eslint/eslint-plugin': 5.6.0_d466ed60638eced99d543a223feeb14a - '@typescript-eslint/experimental-utils': 5.6.0_eslint@8.7.0+typescript@4.5.2 - '@typescript-eslint/parser': 5.6.0_eslint@8.7.0+typescript@4.5.2 - '@typescript-eslint/typescript-estree': 5.6.0_typescript@4.5.2 + '@rushstack/eslint-patch': file:../temp/tarballs/rushstack-eslint-patch-1.1.3.tgz + '@rushstack/eslint-plugin': file:../temp/tarballs/rushstack-eslint-plugin-0.8.6.tgz_eslint@8.7.0+typescript@4.6.3 + '@rushstack/eslint-plugin-packlets': file:../temp/tarballs/rushstack-eslint-plugin-packlets-0.3.6.tgz_eslint@8.7.0+typescript@4.6.3 + '@rushstack/eslint-plugin-security': file:../temp/tarballs/rushstack-eslint-plugin-security-0.2.6.tgz_eslint@8.7.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.6.0_2c5bc707880d8fe5fd977ba6ebf38472 + '@typescript-eslint/experimental-utils': 5.6.0_eslint@8.7.0+typescript@4.6.3 + '@typescript-eslint/parser': 5.6.0_eslint@8.7.0+typescript@4.6.3 + '@typescript-eslint/typescript-estree': 5.6.0_typescript@4.6.3 eslint: 8.7.0 eslint-plugin-promise: 6.0.0_eslint@8.7.0 eslint-plugin-react: 7.27.1_eslint@8.7.0 - eslint-plugin-tsdoc: 0.2.14 - typescript: 4.5.2 + eslint-plugin-tsdoc: 0.2.16 + typescript: 4.6.3 transitivePeerDependencies: - supports-color dev: true - file:../temp/tarballs/rushstack-eslint-patch-1.1.1.tgz: - resolution: {tarball: file:../temp/tarballs/rushstack-eslint-patch-1.1.1.tgz} + file:../temp/tarballs/rushstack-eslint-patch-1.1.3.tgz: + resolution: {tarball: file:../temp/tarballs/rushstack-eslint-patch-1.1.3.tgz} name: '@rushstack/eslint-patch' - version: 1.1.1 + version: 1.1.3 dev: true - file:../temp/tarballs/rushstack-eslint-plugin-0.8.5.tgz_eslint@8.7.0+typescript@4.5.2: - resolution: {tarball: file:../temp/tarballs/rushstack-eslint-plugin-0.8.5.tgz} - id: file:../temp/tarballs/rushstack-eslint-plugin-0.8.5.tgz + file:../temp/tarballs/rushstack-eslint-plugin-0.8.6.tgz_eslint@8.7.0+typescript@4.6.3: + resolution: {tarball: file:../temp/tarballs/rushstack-eslint-plugin-0.8.6.tgz} + id: file:../temp/tarballs/rushstack-eslint-plugin-0.8.6.tgz name: '@rushstack/eslint-plugin' - version: 0.8.5 + version: 0.8.6 peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@rushstack/tree-pattern': file:../temp/tarballs/rushstack-tree-pattern-0.2.2.tgz - '@typescript-eslint/experimental-utils': 5.6.0_eslint@8.7.0+typescript@4.5.2 + '@rushstack/tree-pattern': file:../temp/tarballs/rushstack-tree-pattern-0.2.3.tgz + '@typescript-eslint/experimental-utils': 5.6.0_eslint@8.7.0+typescript@4.6.3 eslint: 8.7.0 transitivePeerDependencies: - supports-color - typescript dev: true - file:../temp/tarballs/rushstack-eslint-plugin-packlets-0.3.5.tgz_eslint@8.7.0+typescript@4.5.2: - resolution: {tarball: file:../temp/tarballs/rushstack-eslint-plugin-packlets-0.3.5.tgz} - id: file:../temp/tarballs/rushstack-eslint-plugin-packlets-0.3.5.tgz + file:../temp/tarballs/rushstack-eslint-plugin-packlets-0.3.6.tgz_eslint@8.7.0+typescript@4.6.3: + resolution: {tarball: file:../temp/tarballs/rushstack-eslint-plugin-packlets-0.3.6.tgz} + id: file:../temp/tarballs/rushstack-eslint-plugin-packlets-0.3.6.tgz name: '@rushstack/eslint-plugin-packlets' - version: 0.3.5 + version: 0.3.6 peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@rushstack/tree-pattern': file:../temp/tarballs/rushstack-tree-pattern-0.2.2.tgz - '@typescript-eslint/experimental-utils': 5.6.0_eslint@8.7.0+typescript@4.5.2 + '@rushstack/tree-pattern': file:../temp/tarballs/rushstack-tree-pattern-0.2.3.tgz + '@typescript-eslint/experimental-utils': 5.6.0_eslint@8.7.0+typescript@4.6.3 eslint: 8.7.0 transitivePeerDependencies: - supports-color - typescript dev: true - file:../temp/tarballs/rushstack-eslint-plugin-security-0.2.5.tgz_eslint@8.7.0+typescript@4.5.2: - resolution: {tarball: file:../temp/tarballs/rushstack-eslint-plugin-security-0.2.5.tgz} - id: file:../temp/tarballs/rushstack-eslint-plugin-security-0.2.5.tgz + file:../temp/tarballs/rushstack-eslint-plugin-security-0.2.6.tgz_eslint@8.7.0+typescript@4.6.3: + resolution: {tarball: file:../temp/tarballs/rushstack-eslint-plugin-security-0.2.6.tgz} + id: file:../temp/tarballs/rushstack-eslint-plugin-security-0.2.6.tgz name: '@rushstack/eslint-plugin-security' - version: 0.2.5 + version: 0.2.6 peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@rushstack/tree-pattern': file:../temp/tarballs/rushstack-tree-pattern-0.2.2.tgz - '@typescript-eslint/experimental-utils': 5.6.0_eslint@8.7.0+typescript@4.5.2 + '@rushstack/tree-pattern': file:../temp/tarballs/rushstack-tree-pattern-0.2.3.tgz + '@typescript-eslint/experimental-utils': 5.6.0_eslint@8.7.0+typescript@4.6.3 eslint: 8.7.0 transitivePeerDependencies: - supports-color - typescript dev: true - file:../temp/tarballs/rushstack-heft-0.44.7.tgz: - resolution: {tarball: file:../temp/tarballs/rushstack-heft-0.44.7.tgz} + file:../temp/tarballs/rushstack-heft-0.44.13.tgz: + resolution: {tarball: file:../temp/tarballs/rushstack-heft-0.44.13.tgz} name: '@rushstack/heft' - version: 0.44.7 + version: 0.44.13 engines: {node: '>=10.13.0'} hasBin: true dependencies: - '@rushstack/heft-config-file': file:../temp/tarballs/rushstack-heft-config-file-0.8.0.tgz - '@rushstack/node-core-library': file:../temp/tarballs/rushstack-node-core-library-3.45.1.tgz - '@rushstack/rig-package': file:../temp/tarballs/rushstack-rig-package-0.3.8.tgz - '@rushstack/ts-command-line': file:../temp/tarballs/rushstack-ts-command-line-4.10.7.tgz + '@rushstack/heft-config-file': file:../temp/tarballs/rushstack-heft-config-file-0.8.2.tgz + '@rushstack/node-core-library': file:../temp/tarballs/rushstack-node-core-library-3.45.3.tgz + '@rushstack/rig-package': file:../temp/tarballs/rushstack-rig-package-0.3.10.tgz + '@rushstack/ts-command-line': file:../temp/tarballs/rushstack-ts-command-line-4.10.9.tgz '@types/tapable': 1.0.6 argparse: 1.0.10 chokidar: 3.4.3 @@ -1743,21 +1743,21 @@ packages: true-case-path: 2.2.1 dev: true - file:../temp/tarballs/rushstack-heft-config-file-0.8.0.tgz: - resolution: {tarball: file:../temp/tarballs/rushstack-heft-config-file-0.8.0.tgz} + file:../temp/tarballs/rushstack-heft-config-file-0.8.2.tgz: + resolution: {tarball: file:../temp/tarballs/rushstack-heft-config-file-0.8.2.tgz} name: '@rushstack/heft-config-file' - version: 0.8.0 + version: 0.8.2 engines: {node: '>=10.13.0'} dependencies: - '@rushstack/node-core-library': file:../temp/tarballs/rushstack-node-core-library-3.45.1.tgz - '@rushstack/rig-package': file:../temp/tarballs/rushstack-rig-package-0.3.8.tgz + '@rushstack/node-core-library': file:../temp/tarballs/rushstack-node-core-library-3.45.3.tgz + '@rushstack/rig-package': file:../temp/tarballs/rushstack-rig-package-0.3.10.tgz jsonpath-plus: 4.0.0 dev: true - file:../temp/tarballs/rushstack-node-core-library-3.45.1.tgz: - resolution: {tarball: file:../temp/tarballs/rushstack-node-core-library-3.45.1.tgz} + file:../temp/tarballs/rushstack-node-core-library-3.45.3.tgz: + resolution: {tarball: file:../temp/tarballs/rushstack-node-core-library-3.45.3.tgz} name: '@rushstack/node-core-library' - version: 3.45.1 + version: 3.45.3 dependencies: '@types/node': 12.20.24 colors: 1.2.5 @@ -1770,25 +1770,25 @@ packages: z-schema: 5.0.2 dev: true - file:../temp/tarballs/rushstack-rig-package-0.3.8.tgz: - resolution: {tarball: file:../temp/tarballs/rushstack-rig-package-0.3.8.tgz} + file:../temp/tarballs/rushstack-rig-package-0.3.10.tgz: + resolution: {tarball: file:../temp/tarballs/rushstack-rig-package-0.3.10.tgz} name: '@rushstack/rig-package' - version: 0.3.8 + version: 0.3.10 dependencies: resolve: 1.17.0 strip-json-comments: 3.1.1 dev: true - file:../temp/tarballs/rushstack-tree-pattern-0.2.2.tgz: - resolution: {tarball: file:../temp/tarballs/rushstack-tree-pattern-0.2.2.tgz} + file:../temp/tarballs/rushstack-tree-pattern-0.2.3.tgz: + resolution: {tarball: file:../temp/tarballs/rushstack-tree-pattern-0.2.3.tgz} name: '@rushstack/tree-pattern' - version: 0.2.2 + version: 0.2.3 dev: true - file:../temp/tarballs/rushstack-ts-command-line-4.10.7.tgz: - resolution: {tarball: file:../temp/tarballs/rushstack-ts-command-line-4.10.7.tgz} + file:../temp/tarballs/rushstack-ts-command-line-4.10.9.tgz: + resolution: {tarball: file:../temp/tarballs/rushstack-ts-command-line-4.10.9.tgz} name: '@rushstack/ts-command-line' - version: 4.10.7 + version: 4.10.9 dependencies: '@types/argparse': 1.0.38 argparse: 1.0.10 diff --git a/build-tests/install-test-workspace/workspace/typescript-newest-test/package.json b/build-tests/install-test-workspace/workspace/typescript-newest-test/package.json index b5505f0a418..85af35d48a1 100644 --- a/build-tests/install-test-workspace/workspace/typescript-newest-test/package.json +++ b/build-tests/install-test-workspace/workspace/typescript-newest-test/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@rushstack/eslint-config": "*", "@rushstack/heft": "*", - "typescript": "~4.5.2", + "typescript": "~4.6.3", "tslint": "~5.20.1", "eslint": "~8.7.0" } 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 index b5505f0a418..85af35d48a1 100644 --- a/build-tests/install-test-workspace/workspace/typescript-v3-test/package.json +++ b/build-tests/install-test-workspace/workspace/typescript-v3-test/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@rushstack/eslint-config": "*", "@rushstack/heft": "*", - "typescript": "~4.5.2", + "typescript": "~4.6.3", "tslint": "~5.20.1", "eslint": "~8.7.0" } diff --git a/build-tests/localization-plugin-test-01/package.json b/build-tests/localization-plugin-test-01/package.json index 89d6f296319..c3a4092ec1e 100644 --- a/build-tests/localization-plugin-test-01/package.json +++ b/build-tests/localization-plugin-test-01/package.json @@ -16,7 +16,7 @@ "@types/webpack-env": "1.13.0", "html-webpack-plugin": "~4.5.2", "ts-loader": "6.0.0", - "typescript": "~4.5.2", + "typescript": "~4.6.3", "webpack": "~4.44.2", "webpack-bundle-analyzer": "~4.5.0", "webpack-cli": "~3.3.2", diff --git a/build-tests/localization-plugin-test-02/package.json b/build-tests/localization-plugin-test-02/package.json index 077e38983f1..d81511babaa 100644 --- a/build-tests/localization-plugin-test-02/package.json +++ b/build-tests/localization-plugin-test-02/package.json @@ -18,7 +18,7 @@ "html-webpack-plugin": "~4.5.2", "lodash": "~4.17.15", "ts-loader": "6.0.0", - "typescript": "~4.5.2", + "typescript": "~4.6.3", "webpack-bundle-analyzer": "~4.5.0", "webpack-cli": "~3.3.2", "webpack-dev-server": "~3.11.0", diff --git a/build-tests/localization-plugin-test-03/package.json b/build-tests/localization-plugin-test-03/package.json index 9ede3d3c8b8..21c09d8740a 100644 --- a/build-tests/localization-plugin-test-03/package.json +++ b/build-tests/localization-plugin-test-03/package.json @@ -15,7 +15,7 @@ "@types/webpack-env": "1.13.0", "html-webpack-plugin": "~4.5.2", "ts-loader": "6.0.0", - "typescript": "~4.5.2", + "typescript": "~4.6.3", "webpack-bundle-analyzer": "~4.5.0", "webpack-cli": "~3.3.2", "webpack-dev-server": "~3.11.0", diff --git a/build-tests/rush-amazon-s3-build-cache-plugin-integration-test/package.json b/build-tests/rush-amazon-s3-build-cache-plugin-integration-test/package.json index 1ff65c722cc..0ac220c1727 100644 --- a/build-tests/rush-amazon-s3-build-cache-plugin-integration-test/package.json +++ b/build-tests/rush-amazon-s3-build-cache-plugin-integration-test/package.json @@ -17,7 +17,7 @@ "@rushstack/node-core-library": "workspace:*", "@types/node": "12.20.24", "eslint": "~8.7.0", - "typescript": "~4.5.2", + "typescript": "~4.6.3", "http-proxy": "~1.18.1", "@types/http-proxy": "~1.17.8" } diff --git a/build-tests/set-webpack-public-path-plugin-webpack4-test/package.json b/build-tests/set-webpack-public-path-plugin-webpack4-test/package.json index 913e9d0692a..e078af71382 100644 --- a/build-tests/set-webpack-public-path-plugin-webpack4-test/package.json +++ b/build-tests/set-webpack-public-path-plugin-webpack4-test/package.json @@ -17,7 +17,7 @@ "@types/webpack-env": "1.13.0", "eslint": "~8.7.0", "html-webpack-plugin": "~4.5.2", - "typescript": "~4.5.2", + "typescript": "~4.6.3", "webpack": "~4.44.2" } } diff --git a/build-tests/ts-command-line-test/package.json b/build-tests/ts-command-line-test/package.json index 7c3a9f97f88..0f1d1ed7857 100644 --- a/build-tests/ts-command-line-test/package.json +++ b/build-tests/ts-command-line-test/package.json @@ -12,6 +12,6 @@ "@rushstack/ts-command-line": "workspace:*", "@types/node": "12.20.24", "fs-extra": "~7.0.1", - "typescript": "~4.5.2" + "typescript": "~4.6.3" } } diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 12fd2f52d33..ba321565f80 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -59,7 +59,7 @@ importers: resolve: ~1.17.0 semver: ~7.3.0 source-map: ~0.6.1 - typescript: ~4.5.2 + typescript: ~4.6.3 dependencies: '@microsoft/api-extractor-model': link:../../libraries/api-extractor-model '@microsoft/tsdoc': 0.14.1 @@ -72,7 +72,7 @@ importers: resolve: 1.17.0 semver: 7.3.5 source-map: 0.6.1 - typescript: 4.5.5 + typescript: 4.6.3 devDependencies: '@rushstack/eslint-config': link:../../eslint/eslint-config '@rushstack/heft': 0.44.9 @@ -111,7 +111,7 @@ importers: tapable: 1.1.3 true-case-path: ~2.2.1 tslint: ~5.20.1 - typescript: ~4.5.2 + typescript: ~4.6.3 dependencies: '@rushstack/heft-config-file': link:../../libraries/heft-config-file '@rushstack/node-core-library': link:../../libraries/node-core-library @@ -139,8 +139,8 @@ importers: '@types/node': 12.20.24 '@types/semver': 7.3.5 colors: 1.2.5 - tslint: 5.20.1_typescript@4.5.5 - typescript: 4.5.5 + tslint: 5.20.1_typescript@4.6.3 + typescript: 4.6.3 ../../apps/rundown: specifiers: @@ -200,7 +200,7 @@ importers: '@types/heft-jest': 1.0.1 '@types/node': 12.20.24 eslint: ~8.7.0 - typescript: ~4.5.2 + typescript: ~4.6.3 devDependencies: '@rushstack/eslint-config': link:../../eslint/eslint-config '@rushstack/heft': link:../../apps/heft @@ -208,7 +208,7 @@ importers: '@types/heft-jest': 1.0.1 '@types/node': 12.20.24 eslint: 8.7.0 - typescript: 4.5.5 + typescript: 4.6.3 ../../build-tests-samples/heft-node-jest-tutorial: specifiers: @@ -218,7 +218,7 @@ importers: '@types/heft-jest': 1.0.1 '@types/node': 12.20.24 eslint: ~8.7.0 - typescript: ~4.5.2 + typescript: ~4.6.3 devDependencies: '@rushstack/eslint-config': link:../../eslint/eslint-config '@rushstack/heft': link:../../apps/heft @@ -226,7 +226,7 @@ importers: '@types/heft-jest': 1.0.1 '@types/node': 12.20.24 eslint: 8.7.0 - typescript: 4.5.5 + typescript: 4.6.3 ../../build-tests-samples/heft-node-rig-tutorial: specifiers: @@ -257,7 +257,7 @@ importers: aws-cdk-lib: 2.7.0 constructs: ~10.0.98 eslint: ~8.7.0 - typescript: ~4.5.5 + typescript: ~4.6.3 devDependencies: '@rushstack/eslint-config': link:../../eslint/eslint-config '@rushstack/heft': link:../../apps/heft @@ -272,7 +272,7 @@ importers: aws-cdk-lib: 2.7.0_constructs@10.0.99 constructs: 10.0.99 eslint: 8.7.0 - typescript: 4.5.5 + typescript: 4.6.3 ../../build-tests-samples/heft-storybook-react-tutorial: specifiers: @@ -294,7 +294,7 @@ importers: source-map-loader: ~1.1.3 style-loader: ~2.0.0 tslib: ~2.3.1 - typescript: ~4.5.2 + typescript: ~4.6.3 webpack: ~4.44.2 dependencies: react: 16.13.1 @@ -316,7 +316,7 @@ importers: html-webpack-plugin: 4.5.2_webpack@4.44.2 source-map-loader: 1.1.3_webpack@4.44.2 style-loader: 2.0.0_webpack@4.44.2 - typescript: 4.5.5 + typescript: 4.6.3 webpack: 4.44.2 ../../build-tests-samples/heft-storybook-react-tutorial-storykit: @@ -341,17 +341,17 @@ importers: react-dom: ~16.13.1 style-loader: ~2.0.0 terser-webpack-plugin: ~3.0.8 - typescript: ~4.5.2 + typescript: ~4.6.3 webpack: ~4.44.2 devDependencies: '@babel/core': 7.17.8 '@storybook/addon-actions': 6.4.19_271fd541efbf4d33e9098eae3aab5c60 - '@storybook/addon-essentials': 6.4.19_b9684bd890af5d683c029be59a7337db + '@storybook/addon-essentials': 6.4.19_f168fa4c1dd802642a4d9fece98e1fcc '@storybook/addon-links': 6.4.19_react-dom@16.13.1+react@16.13.1 - '@storybook/cli': 6.4.19_7f90e64647aba6836cba87fe50b35cc8 + '@storybook/cli': 6.4.19_5088a7f02e43f07e1dcb2e377dbb656f '@storybook/components': 6.4.19_271fd541efbf4d33e9098eae3aab5c60 '@storybook/core-events': 6.4.19 - '@storybook/react': 6.4.19_a195db27d5933841d165c76e999352ea + '@storybook/react': 6.4.19_e65b757c7180771e346bc75ef9d0614a '@storybook/theming': 6.4.19_react-dom@16.13.1+react@16.13.1 '@types/heft-jest': 1.0.1 '@types/react': 16.14.23 @@ -364,7 +364,7 @@ importers: react-dom: 16.13.1_react@16.13.1 style-loader: 2.0.0_webpack@4.44.2 terser-webpack-plugin: 3.0.8_webpack@4.44.2 - typescript: 4.5.5 + typescript: 4.6.3 webpack: 4.44.2 ../../build-tests-samples/heft-web-rig-app-tutorial: @@ -380,7 +380,7 @@ importers: react: ~16.13.1 react-dom: ~16.13.1 tslib: ~2.3.1 - typescript: ~4.5.2 + typescript: ~4.6.3 dependencies: heft-web-rig-library-tutorial: link:../heft-web-rig-library-tutorial react: 16.13.1 @@ -394,7 +394,7 @@ importers: '@types/react': 16.14.23 '@types/react-dom': 16.9.14 '@types/webpack-env': 1.13.0 - typescript: 4.5.5 + typescript: 4.6.3 ../../build-tests-samples/heft-web-rig-library-tutorial: specifiers: @@ -408,7 +408,7 @@ importers: react: ~16.13.1 react-dom: ~16.13.1 tslib: ~2.3.1 - typescript: ~4.5.2 + typescript: ~4.6.3 dependencies: react: 16.13.1 react-dom: 16.13.1_react@16.13.1 @@ -421,7 +421,7 @@ importers: '@types/react': 16.14.23 '@types/react-dom': 16.9.14 '@types/webpack-env': 1.13.0 - typescript: 4.5.5 + typescript: 4.6.3 ../../build-tests-samples/heft-webpack-basic-tutorial: specifiers: @@ -441,7 +441,7 @@ importers: source-map-loader: ~3.0.1 style-loader: ~3.3.1 tslib: ~2.3.1 - typescript: ~4.5.2 + typescript: ~4.6.3 webpack: ~5.68.0 dependencies: react: 16.13.1 @@ -461,7 +461,7 @@ importers: html-webpack-plugin: 5.5.0_webpack@5.68.0 source-map-loader: 3.0.1_webpack@5.68.0 style-loader: 3.3.1_webpack@5.68.0 - typescript: 4.5.5 + typescript: 4.6.3 webpack: 5.68.0 ../../build-tests-samples/packlets-tutorial: @@ -470,13 +470,13 @@ importers: '@rushstack/heft': workspace:* '@types/node': 12.20.24 eslint: ~8.7.0 - typescript: ~4.5.2 + typescript: ~4.6.3 devDependencies: '@rushstack/eslint-config': link:../../eslint/eslint-config '@rushstack/heft': link:../../apps/heft '@types/node': 12.20.24 eslint: 8.7.0 - typescript: 4.5.5 + typescript: 4.6.3 ../../build-tests/api-documenter-test: specifiers: @@ -485,14 +485,14 @@ importers: '@types/jest': 27.4.0 '@types/node': 12.20.24 fs-extra: ~7.0.1 - typescript: ~4.5.2 + typescript: ~4.6.3 devDependencies: '@microsoft/api-documenter': link:../../apps/api-documenter '@microsoft/api-extractor': link:../../apps/api-extractor '@types/jest': 27.4.0 '@types/node': 12.20.24 fs-extra: 7.0.1 - typescript: 4.5.5 + typescript: 4.6.3 ../../build-tests/api-extractor-lib1-test: specifiers: @@ -510,13 +510,13 @@ importers: '@types/jest': 27.4.0 '@types/node': 12.20.24 fs-extra: ~7.0.1 - typescript: ~4.5.2 + typescript: ~4.6.3 devDependencies: '@microsoft/api-extractor': link:../../apps/api-extractor '@types/jest': 27.4.0 '@types/node': 12.20.24 fs-extra: 7.0.1 - typescript: 4.5.5 + typescript: 4.6.3 ../../build-tests/api-extractor-lib3-test: specifiers: @@ -525,7 +525,7 @@ importers: '@types/node': 12.20.24 api-extractor-lib1-test: workspace:* fs-extra: ~7.0.1 - typescript: ~4.5.2 + typescript: ~4.6.3 dependencies: api-extractor-lib1-test: link:../api-extractor-lib1-test devDependencies: @@ -533,7 +533,7 @@ importers: '@types/jest': 27.4.0 '@types/node': 12.20.24 fs-extra: 7.0.1 - typescript: 4.5.5 + typescript: 4.6.3 ../../build-tests/api-extractor-scenarios: specifiers: @@ -547,7 +547,7 @@ importers: api-extractor-lib3-test: workspace:* colors: ~1.2.1 fs-extra: ~7.0.1 - typescript: ~4.5.2 + typescript: ~4.6.3 devDependencies: '@microsoft/api-extractor': link:../../apps/api-extractor '@microsoft/teams-js': 1.3.0-beta.4 @@ -559,7 +559,7 @@ importers: api-extractor-lib3-test: link:../api-extractor-lib3-test colors: 1.2.5 fs-extra: 7.0.1 - typescript: 4.5.5 + typescript: 4.6.3 ../../build-tests/api-extractor-test-01: specifiers: @@ -570,7 +570,7 @@ importers: '@types/node': 12.20.24 fs-extra: ~7.0.1 long: ^4.0.0 - typescript: ~4.5.2 + typescript: ~4.6.3 dependencies: '@types/jest': 27.4.0 '@types/long': 4.0.0 @@ -580,7 +580,7 @@ importers: '@types/heft-jest': 1.0.1 '@types/node': 12.20.24 fs-extra: 7.0.1 - typescript: 4.5.5 + typescript: 4.6.3 ../../build-tests/api-extractor-test-02: specifiers: @@ -590,7 +590,7 @@ importers: api-extractor-test-01: workspace:* fs-extra: ~7.0.1 semver: ~7.3.0 - typescript: ~4.5.2 + typescript: ~4.6.3 dependencies: '@types/semver': 7.3.5 api-extractor-test-01: link:../api-extractor-test-01 @@ -599,7 +599,7 @@ importers: '@microsoft/api-extractor': link:../../apps/api-extractor '@types/node': 12.20.24 fs-extra: 7.0.1 - typescript: 4.5.5 + typescript: 4.6.3 ../../build-tests/api-extractor-test-03: specifiers: @@ -607,25 +607,25 @@ importers: '@types/node': 12.20.24 api-extractor-test-02: workspace:* fs-extra: ~7.0.1 - typescript: ~4.5.2 + typescript: ~4.6.3 devDependencies: '@types/jest': 27.4.0 '@types/node': 12.20.24 api-extractor-test-02: link:../api-extractor-test-02 fs-extra: 7.0.1 - typescript: 4.5.5 + typescript: 4.6.3 ../../build-tests/api-extractor-test-04: specifiers: '@microsoft/api-extractor': workspace:* api-extractor-lib1-test: workspace:* fs-extra: ~7.0.1 - typescript: ~4.5.2 + typescript: ~4.6.3 dependencies: '@microsoft/api-extractor': link:../../apps/api-extractor api-extractor-lib1-test: link:../api-extractor-lib1-test fs-extra: 7.0.1 - typescript: 4.5.5 + typescript: 4.6.3 ../../build-tests/eslint-7-test: specifiers: @@ -634,14 +634,14 @@ importers: '@types/node': 12.20.24 '@typescript-eslint/parser': ~5.6.0 eslint: ~7.30.0 - typescript: ~4.5.2 + typescript: ~4.6.3 devDependencies: '@rushstack/eslint-config': link:../../eslint/eslint-config '@rushstack/heft': link:../../apps/heft '@types/node': 12.20.24 - '@typescript-eslint/parser': 5.6.0_eslint@7.30.0+typescript@4.5.5 + '@typescript-eslint/parser': 5.6.0_eslint@7.30.0+typescript@4.6.3 eslint: 7.30.0 - typescript: 4.5.5 + typescript: 4.6.3 ../../build-tests/heft-action-plugin: specifiers: @@ -650,7 +650,7 @@ importers: '@rushstack/node-core-library': workspace:* '@types/node': 12.20.24 eslint: ~8.7.0 - typescript: ~4.5.2 + typescript: ~4.6.3 dependencies: '@rushstack/node-core-library': link:../../libraries/node-core-library devDependencies: @@ -658,7 +658,7 @@ importers: '@rushstack/heft': link:../../apps/heft '@types/node': 12.20.24 eslint: 8.7.0 - typescript: 4.5.5 + typescript: 4.6.3 ../../build-tests/heft-action-plugin-test: specifiers: @@ -682,7 +682,7 @@ importers: '@types/tapable': 1.0.6 eslint: ~8.7.0 tapable: 1.1.3 - typescript: ~4.5.2 + typescript: ~4.6.3 dependencies: tapable: 1.1.3 devDependencies: @@ -691,7 +691,7 @@ importers: '@types/node': 12.20.24 '@types/tapable': 1.0.6 eslint: 8.7.0 - typescript: 4.5.5 + typescript: 4.6.3 ../../build-tests/heft-example-plugin-02: specifiers: @@ -700,14 +700,14 @@ importers: '@types/node': 12.20.24 eslint: ~8.7.0 heft-example-plugin-01: workspace:* - typescript: ~4.5.2 + typescript: ~4.6.3 devDependencies: '@rushstack/eslint-config': link:../../eslint/eslint-config '@rushstack/heft': link:../../apps/heft '@types/node': 12.20.24 eslint: 8.7.0 heft-example-plugin-01: link:../heft-example-plugin-01 - typescript: 4.5.5 + typescript: 4.6.3 ../../build-tests/heft-fastify-test: specifiers: @@ -717,7 +717,7 @@ importers: '@types/node': 12.20.24 eslint: ~8.7.0 fastify: ~3.16.1 - typescript: ~4.5.2 + typescript: ~4.6.3 dependencies: fastify: 3.16.2 devDependencies: @@ -726,7 +726,7 @@ importers: '@types/heft-jest': 1.0.1 '@types/node': 12.20.24 eslint: 8.7.0 - typescript: 4.5.5 + typescript: 4.6.3 ../../build-tests/heft-jest-reporters-test: specifiers: @@ -737,7 +737,7 @@ importers: '@rushstack/heft-jest-plugin': workspace:* '@types/heft-jest': 1.0.1 eslint: ~8.7.0 - typescript: ~4.5.2 + typescript: ~4.6.3 devDependencies: '@jest/reporters': 27.4.6 '@jest/types': 27.4.2 @@ -746,17 +746,17 @@ importers: '@rushstack/heft-jest-plugin': link:../../heft-plugins/heft-jest-plugin '@types/heft-jest': 1.0.1 eslint: 8.7.0 - typescript: 4.5.5 + typescript: 4.6.3 ../../build-tests/heft-minimal-rig-test: specifiers: '@microsoft/api-extractor': workspace:* '@rushstack/heft-jest-plugin': workspace:* - typescript: ~4.5.2 + typescript: ~4.6.3 dependencies: '@microsoft/api-extractor': link:../../apps/api-extractor '@rushstack/heft-jest-plugin': link:../../heft-plugins/heft-jest-plugin - typescript: 4.5.5 + typescript: 4.6.3 ../../build-tests/heft-minimal-rig-usage-test: specifiers: @@ -785,7 +785,7 @@ importers: heft-example-plugin-02: workspace:* tslint: ~5.20.1 tslint-microsoft-contrib: ~6.2.0 - typescript: ~4.5.2 + typescript: ~4.6.3 devDependencies: '@microsoft/api-extractor': link:../../apps/api-extractor '@rushstack/eslint-config': link:../../eslint/eslint-config @@ -796,9 +796,9 @@ importers: eslint: 8.7.0 heft-example-plugin-01: link:../heft-example-plugin-01 heft-example-plugin-02: link:../heft-example-plugin-02 - tslint: 5.20.1_typescript@4.5.5 - tslint-microsoft-contrib: 6.2.0_tslint@5.20.1+typescript@4.5.5 - typescript: 4.5.5 + tslint: 5.20.1_typescript@4.6.3 + tslint-microsoft-contrib: 6.2.0_tslint@5.20.1+typescript@4.6.3 + typescript: 4.6.3 ../../build-tests/heft-node-everything-test: specifiers: @@ -813,7 +813,7 @@ importers: heft-example-plugin-02: workspace:* tslint: ~5.20.1 tslint-microsoft-contrib: ~6.2.0 - typescript: ~4.5.2 + typescript: ~4.6.3 devDependencies: '@microsoft/api-extractor': link:../../apps/api-extractor '@rushstack/eslint-config': link:../../eslint/eslint-config @@ -824,9 +824,9 @@ importers: eslint: 8.7.0 heft-example-plugin-01: link:../heft-example-plugin-01 heft-example-plugin-02: link:../heft-example-plugin-02 - tslint: 5.20.1_typescript@4.5.5 - tslint-microsoft-contrib: 6.2.0_tslint@5.20.1+typescript@4.5.5 - typescript: 4.5.5 + tslint: 5.20.1_typescript@4.6.3 + tslint-microsoft-contrib: 6.2.0_tslint@5.20.1+typescript@4.6.3 + typescript: 4.6.3 ../../build-tests/heft-parameter-plugin: specifiers: @@ -835,7 +835,7 @@ importers: '@rushstack/node-core-library': workspace:* '@types/node': 12.20.24 eslint: ~8.7.0 - typescript: ~4.5.2 + typescript: ~4.6.3 dependencies: '@rushstack/node-core-library': link:../../libraries/node-core-library devDependencies: @@ -843,7 +843,7 @@ importers: '@rushstack/heft': link:../../apps/heft '@types/node': 12.20.24 eslint: 8.7.0 - typescript: 4.5.5 + typescript: 4.6.3 ../../build-tests/heft-parameter-plugin-test: specifiers: @@ -852,14 +852,14 @@ importers: '@rushstack/node-core-library': workspace:* '@types/heft-jest': 1.0.1 heft-parameter-plugin: workspace:* - typescript: ~4.5.2 + typescript: ~4.6.3 devDependencies: '@rushstack/heft': link:../../apps/heft '@rushstack/heft-jest-plugin': link:../../heft-plugins/heft-jest-plugin '@rushstack/node-core-library': link:../../libraries/node-core-library '@types/heft-jest': 1.0.1 heft-parameter-plugin: link:../heft-parameter-plugin - typescript: 4.5.5 + typescript: 4.6.3 ../../build-tests/heft-sass-test: specifiers: @@ -884,7 +884,7 @@ importers: sass: ~1.3.0 sass-loader: ~10.0.0 style-loader: ~2.0.0 - typescript: ~4.5.2 + typescript: ~4.6.3 webpack: ~4.44.2 dependencies: buttono: 1.0.4 @@ -909,7 +909,7 @@ importers: sass: 1.3.2 sass-loader: 10.0.5_sass@1.3.2+webpack@4.44.2 style-loader: 2.0.0_webpack@4.44.2 - typescript: 4.5.5 + typescript: 4.6.3 webpack: 4.44.2 ../../build-tests/heft-typescript-composite-test: @@ -923,7 +923,7 @@ importers: eslint: ~8.7.0 tslint: ~5.20.1 tslint-microsoft-contrib: ~6.2.0 - typescript: ~4.5.2 + typescript: ~4.6.3 devDependencies: '@rushstack/eslint-config': link:../../eslint/eslint-config '@rushstack/heft': link:../../apps/heft @@ -932,9 +932,9 @@ importers: '@types/jest': 27.4.0 '@types/webpack-env': 1.13.0 eslint: 8.7.0 - tslint: 5.20.1_typescript@4.5.5 - tslint-microsoft-contrib: 6.2.0_tslint@5.20.1+typescript@4.5.5 - typescript: 4.5.5 + tslint: 5.20.1_typescript@4.6.3 + tslint-microsoft-contrib: 6.2.0_tslint@5.20.1+typescript@4.6.3 + typescript: 4.6.3 ../../build-tests/heft-web-rig-library-test: specifiers: @@ -959,7 +959,7 @@ importers: file-loader: ~6.0.0 tslint: ~5.20.1 tslint-microsoft-contrib: ~6.2.0 - typescript: ~4.5.2 + typescript: ~4.6.3 webpack: ~4.44.2 devDependencies: '@rushstack/eslint-config': link:../../eslint/eslint-config @@ -971,9 +971,9 @@ importers: '@types/webpack-env': 1.13.0 eslint: 8.7.0 file-loader: 6.0.0_webpack@4.44.2 - tslint: 5.20.1_typescript@4.5.5 - tslint-microsoft-contrib: 6.2.0_tslint@5.20.1+typescript@4.5.5 - typescript: 4.5.5 + tslint: 5.20.1_typescript@4.6.3 + tslint-microsoft-contrib: 6.2.0_tslint@5.20.1+typescript@4.6.3 + typescript: 4.6.3 webpack: 4.44.2 ../../build-tests/heft-webpack5-everything-test: @@ -988,7 +988,7 @@ importers: eslint: ~8.7.0 tslint: ~5.20.1 tslint-microsoft-contrib: ~6.2.0 - typescript: ~4.5.2 + typescript: ~4.6.3 devDependencies: '@rushstack/eslint-config': link:../../eslint/eslint-config '@rushstack/heft': link:../../apps/heft @@ -998,9 +998,9 @@ importers: '@types/heft-jest': 1.0.1 '@types/webpack-env': 1.13.0 eslint: 8.7.0 - tslint: 5.20.1_typescript@4.5.5 - tslint-microsoft-contrib: 6.2.0_tslint@5.20.1+typescript@4.5.5 - typescript: 4.5.5 + tslint: 5.20.1_typescript@4.6.3 + tslint-microsoft-contrib: 6.2.0_tslint@5.20.1+typescript@4.6.3 + typescript: 4.6.3 ../../build-tests/install-test-workspace: specifiers: @@ -1019,7 +1019,7 @@ importers: '@types/webpack-env': 1.13.0 html-webpack-plugin: ~4.5.2 ts-loader: 6.0.0 - typescript: ~4.5.2 + typescript: ~4.6.3 webpack: ~4.44.2 webpack-bundle-analyzer: ~4.5.0 webpack-cli: ~3.3.2 @@ -1031,8 +1031,8 @@ importers: '@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@4.5.5 - typescript: 4.5.5 + ts-loader: 6.0.0_typescript@4.6.3 + typescript: 4.6.3 webpack: 4.44.2_webpack-cli@3.3.12 webpack-bundle-analyzer: 4.5.0 webpack-cli: 3.3.12_webpack@4.44.2 @@ -1049,7 +1049,7 @@ importers: html-webpack-plugin: ~4.5.2 lodash: ~4.17.15 ts-loader: 6.0.0 - typescript: ~4.5.2 + typescript: ~4.6.3 webpack: ~4.44.2 webpack-bundle-analyzer: ~4.5.0 webpack-cli: ~3.3.2 @@ -1063,8 +1063,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@4.5.5 - typescript: 4.5.5 + ts-loader: 6.0.0_typescript@4.6.3 + typescript: 4.6.3 webpack: 4.44.2_webpack-cli@3.3.12 webpack-bundle-analyzer: 4.5.0 webpack-cli: 3.3.12_webpack@4.44.2 @@ -1078,7 +1078,7 @@ importers: '@types/webpack-env': 1.13.0 html-webpack-plugin: ~4.5.2 ts-loader: 6.0.0 - typescript: ~4.5.2 + typescript: ~4.6.3 webpack: ~4.44.2 webpack-bundle-analyzer: ~4.5.0 webpack-cli: ~3.3.2 @@ -1089,8 +1089,8 @@ importers: '@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@4.5.5 - typescript: 4.5.5 + ts-loader: 6.0.0_typescript@4.6.3 + typescript: 4.6.3 webpack: 4.44.2_webpack-cli@3.3.12 webpack-bundle-analyzer: 4.5.0 webpack-cli: 3.3.12_webpack@4.44.2 @@ -1106,7 +1106,7 @@ importers: '@types/node': 12.20.24 eslint: ~8.7.0 http-proxy: ~1.18.1 - typescript: ~4.5.2 + typescript: ~4.6.3 devDependencies: '@rushstack/eslint-config': link:../../eslint/eslint-config '@rushstack/heft': link:../../apps/heft @@ -1116,7 +1116,7 @@ importers: '@types/node': 12.20.24 eslint: 8.7.0 http-proxy: 1.18.1 - typescript: 4.5.5 + typescript: 4.6.3 ../../build-tests/rush-project-change-analyzer-test: specifiers: @@ -1144,7 +1144,7 @@ importers: '@types/webpack-env': 1.13.0 eslint: ~8.7.0 html-webpack-plugin: ~4.5.2 - typescript: ~4.5.2 + typescript: ~4.6.3 webpack: ~4.44.2 devDependencies: '@rushstack/eslint-config': link:../../eslint/eslint-config @@ -1154,7 +1154,7 @@ importers: '@types/webpack-env': 1.13.0 eslint: 8.7.0 html-webpack-plugin: 4.5.2_webpack@4.44.2 - typescript: 4.5.5 + typescript: 4.6.3 webpack: 4.44.2 ../../build-tests/ts-command-line-test: @@ -1162,12 +1162,12 @@ importers: '@rushstack/ts-command-line': workspace:* '@types/node': 12.20.24 fs-extra: ~7.0.1 - typescript: ~4.5.2 + typescript: ~4.6.3 devDependencies: '@rushstack/ts-command-line': link:../../libraries/ts-command-line '@types/node': 12.20.24 fs-extra: 7.0.1 - typescript: 4.5.5 + typescript: 4.6.3 ../../eslint/eslint-config: specifiers: @@ -1183,22 +1183,22 @@ importers: eslint-plugin-promise: ~6.0.0 eslint-plugin-react: ~7.27.1 eslint-plugin-tsdoc: ~0.2.16 - typescript: ~4.5.2 + typescript: ~4.6.3 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': 5.6.0_ea44d88b16b4a28b219f82e337fed02d - '@typescript-eslint/experimental-utils': 5.6.0_eslint@8.7.0+typescript@4.5.5 - '@typescript-eslint/parser': 5.6.0_eslint@8.7.0+typescript@4.5.5 - '@typescript-eslint/typescript-estree': 5.6.0_typescript@4.5.5 + '@typescript-eslint/eslint-plugin': 5.6.0_2c5bc707880d8fe5fd977ba6ebf38472 + '@typescript-eslint/experimental-utils': 5.6.0_eslint@8.7.0+typescript@4.6.3 + '@typescript-eslint/parser': 5.6.0_eslint@8.7.0+typescript@4.6.3 + '@typescript-eslint/typescript-estree': 5.6.0_typescript@4.6.3 eslint-plugin-promise: 6.0.0_eslint@8.7.0 eslint-plugin-react: 7.27.1_eslint@8.7.0 eslint-plugin-tsdoc: 0.2.16 devDependencies: eslint: 8.7.0 - typescript: 4.5.5 + typescript: 4.6.3 ../../eslint/eslint-patch: specifiers: @@ -1223,10 +1223,10 @@ importers: '@typescript-eslint/parser': ~5.6.0 '@typescript-eslint/typescript-estree': ~5.6.0 eslint: ~8.7.0 - typescript: ~4.5.2 + typescript: ~4.6.3 dependencies: '@rushstack/tree-pattern': link:../../libraries/tree-pattern - '@typescript-eslint/experimental-utils': 5.6.0_eslint@8.7.0+typescript@4.5.5 + '@typescript-eslint/experimental-utils': 5.6.0_eslint@8.7.0+typescript@4.6.3 devDependencies: '@rushstack/heft': 0.44.9 '@rushstack/heft-node-rig': 1.8.7_@rushstack+heft@0.44.9 @@ -1234,10 +1234,10 @@ importers: '@types/estree': 0.0.50 '@types/heft-jest': 1.0.1 '@types/node': 12.20.24 - '@typescript-eslint/parser': 5.6.0_eslint@8.7.0+typescript@4.5.5 - '@typescript-eslint/typescript-estree': 5.6.0_typescript@4.5.5 + '@typescript-eslint/parser': 5.6.0_eslint@8.7.0+typescript@4.6.3 + '@typescript-eslint/typescript-estree': 5.6.0_typescript@4.6.3 eslint: 8.7.0 - typescript: 4.5.5 + typescript: 4.6.3 ../../eslint/eslint-plugin-packlets: specifiers: @@ -1252,10 +1252,10 @@ importers: '@typescript-eslint/parser': ~5.6.0 '@typescript-eslint/typescript-estree': ~5.6.0 eslint: ~8.7.0 - typescript: ~4.5.2 + typescript: ~4.6.3 dependencies: '@rushstack/tree-pattern': link:../../libraries/tree-pattern - '@typescript-eslint/experimental-utils': 5.6.0_eslint@8.7.0+typescript@4.5.5 + '@typescript-eslint/experimental-utils': 5.6.0_eslint@8.7.0+typescript@4.6.3 devDependencies: '@rushstack/heft': 0.44.9 '@rushstack/heft-node-rig': 1.8.7_@rushstack+heft@0.44.9 @@ -1263,10 +1263,10 @@ importers: '@types/estree': 0.0.50 '@types/heft-jest': 1.0.1 '@types/node': 12.20.24 - '@typescript-eslint/parser': 5.6.0_eslint@8.7.0+typescript@4.5.5 - '@typescript-eslint/typescript-estree': 5.6.0_typescript@4.5.5 + '@typescript-eslint/parser': 5.6.0_eslint@8.7.0+typescript@4.6.3 + '@typescript-eslint/typescript-estree': 5.6.0_typescript@4.6.3 eslint: 8.7.0 - typescript: 4.5.5 + typescript: 4.6.3 ../../eslint/eslint-plugin-security: specifiers: @@ -1281,10 +1281,10 @@ importers: '@typescript-eslint/parser': ~5.6.0 '@typescript-eslint/typescript-estree': ~5.6.0 eslint: ~8.7.0 - typescript: ~4.5.2 + typescript: ~4.6.3 dependencies: '@rushstack/tree-pattern': link:../../libraries/tree-pattern - '@typescript-eslint/experimental-utils': 5.6.0_eslint@8.7.0+typescript@4.5.5 + '@typescript-eslint/experimental-utils': 5.6.0_eslint@8.7.0+typescript@4.6.3 devDependencies: '@rushstack/heft': 0.44.9 '@rushstack/heft-node-rig': 1.8.7_@rushstack+heft@0.44.9 @@ -1292,10 +1292,10 @@ importers: '@types/estree': 0.0.50 '@types/heft-jest': 1.0.1 '@types/node': 12.20.24 - '@typescript-eslint/parser': 5.6.0_eslint@8.7.0+typescript@4.5.5 - '@typescript-eslint/typescript-estree': 5.6.0_typescript@4.5.5 + '@typescript-eslint/parser': 5.6.0_eslint@8.7.0+typescript@4.6.3 + '@typescript-eslint/typescript-estree': 5.6.0_typescript@4.6.3 eslint: 8.7.0 - typescript: 4.5.5 + typescript: 4.6.3 ../../heft-plugins/heft-dev-cert-plugin: specifiers: @@ -1345,7 +1345,7 @@ importers: jest-snapshot: ~27.4.2 jest-watch-select-projects: 2.0.0 lodash: ~4.17.15 - typescript: ~4.5.2 + typescript: ~4.6.3 dependencies: '@jest/core': 27.4.7 '@jest/reporters': 27.4.6 @@ -1367,7 +1367,7 @@ importers: eslint: 8.7.0 jest-environment-node: 27.4.6 jest-watch-select-projects: 2.0.0 - typescript: 4.5.5 + typescript: 4.6.3 ../../heft-plugins/heft-sass-plugin: specifiers: @@ -1840,14 +1840,14 @@ importers: '@rushstack/heft-node-rig': 1.8.7 '@types/heft-jest': 1.0.1 eslint: ~7.30.0 - typescript: ~4.5.2 + typescript: ~4.6.3 devDependencies: - '@rushstack/eslint-config': 2.5.3_eslint@7.30.0+typescript@4.5.5 + '@rushstack/eslint-config': 2.5.3_eslint@7.30.0+typescript@4.6.3 '@rushstack/heft': 0.44.9 '@rushstack/heft-node-rig': 1.8.7_@rushstack+heft@0.44.9 '@types/heft-jest': 1.0.1 eslint: 7.30.0 - typescript: 4.5.5 + typescript: 4.6.3 ../../libraries/ts-command-line: specifiers: @@ -1958,13 +1958,13 @@ importers: '@rushstack/heft-jest-plugin': workspace:* eslint: ~8.7.0 jest-environment-node: ~27.4.2 - typescript: ~4.5.2 + typescript: ~4.6.3 dependencies: '@microsoft/api-extractor': link:../../apps/api-extractor '@rushstack/heft-jest-plugin': link:../../heft-plugins/heft-jest-plugin eslint: 8.7.0 jest-environment-node: 27.4.6 - typescript: 4.5.5 + typescript: 4.6.3 devDependencies: '@rushstack/heft': link:../../apps/heft @@ -1989,7 +1989,7 @@ importers: source-map-loader: ~3.0.1 style-loader: ~3.3.1 terser-webpack-plugin: ~5.3.1 - typescript: ~4.5.5 + typescript: ~4.6.3 url-loader: ~4.1.1 webpack: ~5.68.0 webpack-bundle-analyzer: ~4.5.0 @@ -2013,7 +2013,7 @@ importers: source-map-loader: 3.0.1_webpack@5.68.0 style-loader: 3.3.1_webpack@5.68.0 terser-webpack-plugin: 5.3.1_webpack@5.68.0 - typescript: 4.5.5 + typescript: 4.6.3 url-loader: 4.1.1_webpack@5.68.0 webpack: 5.68.0 webpack-bundle-analyzer: 4.5.0 @@ -5691,25 +5691,25 @@ packages: resolution: {integrity: sha512-q/ytXxO5NKvyT37pmisQAItCFqA7FD/vNb8dgaJy3/630Fsc+Mz9/9f2SziBoIZ30TJooXyTwZmhi1zjXmObYg==} dev: true - /@rushstack/eslint-config/2.5.3_eslint@7.30.0+typescript@4.5.5: + /@rushstack/eslint-config/2.5.3_eslint@7.30.0+typescript@4.6.3: resolution: {integrity: sha512-pvp8uXzi3bmhKg8AaDUzmqS/eidtbmiLIJUq3beb6UxJFBvloQoSnsWWwehNl1YtT6Dt/2fV8Vel6ViZ7XixFw==} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 typescript: '>=3.0.0' dependencies: '@rushstack/eslint-patch': 1.1.2 - '@rushstack/eslint-plugin': 0.8.6_eslint@7.30.0+typescript@4.5.5 - '@rushstack/eslint-plugin-packlets': 0.3.6_eslint@7.30.0+typescript@4.5.5 - '@rushstack/eslint-plugin-security': 0.2.6_eslint@7.30.0+typescript@4.5.5 - '@typescript-eslint/eslint-plugin': 5.6.0_f4c99eda877b17e8b49cdae9770b1fe2 - '@typescript-eslint/experimental-utils': 5.6.0_eslint@7.30.0+typescript@4.5.5 - '@typescript-eslint/parser': 5.6.0_eslint@7.30.0+typescript@4.5.5 - '@typescript-eslint/typescript-estree': 5.6.0_typescript@4.5.5 + '@rushstack/eslint-plugin': 0.8.6_eslint@7.30.0+typescript@4.6.3 + '@rushstack/eslint-plugin-packlets': 0.3.6_eslint@7.30.0+typescript@4.6.3 + '@rushstack/eslint-plugin-security': 0.2.6_eslint@7.30.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.6.0_f89dc8b4ce0c98a4cd4fe4f0c65b4e31 + '@typescript-eslint/experimental-utils': 5.6.0_eslint@7.30.0+typescript@4.6.3 + '@typescript-eslint/parser': 5.6.0_eslint@7.30.0+typescript@4.6.3 + '@typescript-eslint/typescript-estree': 5.6.0_typescript@4.6.3 eslint: 7.30.0 eslint-plugin-promise: 6.0.0_eslint@7.30.0 eslint-plugin-react: 7.27.1_eslint@7.30.0 eslint-plugin-tsdoc: 0.2.16 - typescript: 4.5.5 + typescript: 4.6.3 transitivePeerDependencies: - supports-color dev: true @@ -5718,39 +5718,39 @@ packages: resolution: {integrity: sha512-oe5WJEDaVsW8fBlGT7udrSCgOwWfoYHQOmSpnh8X+0GXpqqcRCP8k4y+Dxb0taWJDPpB+rdDUtumIiBwkY9qGA==} dev: true - /@rushstack/eslint-plugin-packlets/0.3.6_eslint@7.30.0+typescript@4.5.5: + /@rushstack/eslint-plugin-packlets/0.3.6_eslint@7.30.0+typescript@4.6.3: resolution: {integrity: sha512-JGeFxfmu9QJSrAMUrU/m4ctJjFrkkeQmoNaxS7tQSWB6yiQIkXMAgkrzlBozLeyroCm5eKdC1clJPrCKfbzdhw==} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@rushstack/tree-pattern': 0.2.3 - '@typescript-eslint/experimental-utils': 5.6.0_eslint@7.30.0+typescript@4.5.5 + '@typescript-eslint/experimental-utils': 5.6.0_eslint@7.30.0+typescript@4.6.3 eslint: 7.30.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@rushstack/eslint-plugin-security/0.2.6_eslint@7.30.0+typescript@4.5.5: + /@rushstack/eslint-plugin-security/0.2.6_eslint@7.30.0+typescript@4.6.3: resolution: {integrity: sha512-gicwYhbc3Q5U43U2qmhePLedfF6+mSEjcQ/D+Bq4zQLP7zo9MGTKAeYPnLTq0M7hqoCEeQUFQZvNav+kjue6Nw==} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@rushstack/tree-pattern': 0.2.3 - '@typescript-eslint/experimental-utils': 5.6.0_eslint@7.30.0+typescript@4.5.5 + '@typescript-eslint/experimental-utils': 5.6.0_eslint@7.30.0+typescript@4.6.3 eslint: 7.30.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@rushstack/eslint-plugin/0.8.6_eslint@7.30.0+typescript@4.5.5: + /@rushstack/eslint-plugin/0.8.6_eslint@7.30.0+typescript@4.6.3: resolution: {integrity: sha512-R0gbPI3nz1vRUZddOiwpGtBSQ6FXrnsUpKvKoVkADWhkYmtdi6cU/gpQ6amOa5LhLPhSdQNtkhCB+yhUINKgEg==} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@rushstack/tree-pattern': 0.2.3 - '@typescript-eslint/experimental-utils': 5.6.0_eslint@7.30.0+typescript@4.5.5 + '@typescript-eslint/experimental-utils': 5.6.0_eslint@7.30.0+typescript@4.6.3 eslint: 7.30.0 transitivePeerDependencies: - supports-color @@ -6048,7 +6048,7 @@ packages: - '@types/react' dev: true - /@storybook/addon-controls/6.4.19_29e2e3cd97f4378785209cd2e1f6f3e6: + /@storybook/addon-controls/6.4.19_aeb787e58e0ecbb0244ad384ac3bdf48: resolution: {integrity: sha512-JHi5z9i6NsgQLfG5WOeQE1AyOrM+QJLrjT+uOYx40bq+OC1yWHH7qHiphPP8kjJJhCZlaQk1qqXYkkQXgaeHSw==} peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -6063,7 +6063,7 @@ packages: '@storybook/api': 6.4.19_react-dom@16.13.1+react@16.13.1 '@storybook/client-logger': 6.4.19 '@storybook/components': 6.4.19_271fd541efbf4d33e9098eae3aab5c60 - '@storybook/core-common': 6.4.19_80cccb2599962fc0f47bf9c700ef2d75 + '@storybook/core-common': 6.4.19_7d75d0f64365d520826684bc0cf59c48 '@storybook/csf': 0.0.2--canary.87bc651.0 '@storybook/node-logger': 6.4.19 '@storybook/store': 6.4.19_react-dom@16.13.1+react@16.13.1 @@ -6083,7 +6083,7 @@ packages: - webpack-command dev: true - /@storybook/addon-docs/6.4.19_e0d3dc9af6bd928ac01f19c93fe73bbf: + /@storybook/addon-docs/6.4.19_cfbe180f7874da1fece7ce1bb4c8dc63: resolution: {integrity: sha512-OEPyx/5ZXmZOPqIAWoPjlIP8Q/YfNjAmBosA8tmA8t5KCSiq/vpLcAvQhxqK6n0wk/B8Xp67Z8RpLfXjU8R3tw==} peerDependencies: '@storybook/angular': 6.4.19 @@ -6141,17 +6141,17 @@ packages: '@mdx-js/react': 1.6.22_react@16.13.1 '@storybook/addons': 6.4.19_react-dom@16.13.1+react@16.13.1 '@storybook/api': 6.4.19_react-dom@16.13.1+react@16.13.1 - '@storybook/builder-webpack4': 6.4.19_29e2e3cd97f4378785209cd2e1f6f3e6 + '@storybook/builder-webpack4': 6.4.19_aeb787e58e0ecbb0244ad384ac3bdf48 '@storybook/client-logger': 6.4.19 '@storybook/components': 6.4.19_271fd541efbf4d33e9098eae3aab5c60 - '@storybook/core': 6.4.19_d4f4880c26c183eda498c192603ceb78 + '@storybook/core': 6.4.19_6b87a693164ca8731469536b0073e15c '@storybook/core-events': 6.4.19 '@storybook/csf': 0.0.2--canary.87bc651.0 '@storybook/csf-tools': 6.4.19 '@storybook/node-logger': 6.4.19 '@storybook/postinstall': 6.4.19 '@storybook/preview-web': 6.4.19_react-dom@16.13.1+react@16.13.1 - '@storybook/react': 6.4.19_a195db27d5933841d165c76e999352ea + '@storybook/react': 6.4.19_e65b757c7180771e346bc75ef9d0614a '@storybook/source-loader': 6.4.19_react-dom@16.13.1+react@16.13.1 '@storybook/store': 6.4.19_react-dom@16.13.1+react@16.13.1 '@storybook/theming': 6.4.19_react-dom@16.13.1+react@16.13.1 @@ -6195,7 +6195,7 @@ packages: - webpack-command dev: true - /@storybook/addon-essentials/6.4.19_b9684bd890af5d683c029be59a7337db: + /@storybook/addon-essentials/6.4.19_f168fa4c1dd802642a4d9fece98e1fcc: resolution: {integrity: sha512-vbV8sjepMVEuwhTDBHjO3E6vXluG7RiEeozV1QVuS9lGhjQdvUPdZ9rDNUcP6WHhTdEkS/ffTMaGIy1v8oZd7g==} peerDependencies: '@babel/core': ^7.9.6 @@ -6223,8 +6223,8 @@ packages: '@babel/core': 7.17.8 '@storybook/addon-actions': 6.4.19_271fd541efbf4d33e9098eae3aab5c60 '@storybook/addon-backgrounds': 6.4.19_271fd541efbf4d33e9098eae3aab5c60 - '@storybook/addon-controls': 6.4.19_29e2e3cd97f4378785209cd2e1f6f3e6 - '@storybook/addon-docs': 6.4.19_e0d3dc9af6bd928ac01f19c93fe73bbf + '@storybook/addon-controls': 6.4.19_aeb787e58e0ecbb0244ad384ac3bdf48 + '@storybook/addon-docs': 6.4.19_cfbe180f7874da1fece7ce1bb4c8dc63 '@storybook/addon-measure': 6.4.19_271fd541efbf4d33e9098eae3aab5c60 '@storybook/addon-outline': 6.4.19_271fd541efbf4d33e9098eae3aab5c60 '@storybook/addon-toolbars': 6.4.19_271fd541efbf4d33e9098eae3aab5c60 @@ -6440,7 +6440,7 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/builder-webpack4/6.4.19_29e2e3cd97f4378785209cd2e1f6f3e6: + /@storybook/builder-webpack4/6.4.19_aeb787e58e0ecbb0244ad384ac3bdf48: resolution: {integrity: sha512-wxA6SMH11duc9D53aeVVBwrVRemFIoxHp/dOugkkg6ZZFAb4ZmWzf/ENc3vQIZdZpfNRi7IZIZEOfoHc994cmw==} peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -6478,7 +6478,7 @@ packages: '@storybook/client-api': 6.4.19_react-dom@16.13.1+react@16.13.1 '@storybook/client-logger': 6.4.19 '@storybook/components': 6.4.19_271fd541efbf4d33e9098eae3aab5c60 - '@storybook/core-common': 6.4.19_80cccb2599962fc0f47bf9c700ef2d75 + '@storybook/core-common': 6.4.19_7d75d0f64365d520826684bc0cf59c48 '@storybook/core-events': 6.4.19 '@storybook/node-logger': 6.4.19 '@storybook/preview-web': 6.4.19_react-dom@16.13.1+react@16.13.1 @@ -6503,7 +6503,7 @@ packages: glob-promise: 3.4.0_glob@7.2.0 global: 4.4.0 html-webpack-plugin: 4.5.2_webpack@4.44.2 - pnp-webpack-plugin: 1.6.4_typescript@4.5.5 + pnp-webpack-plugin: 1.6.4_typescript@4.6.3 postcss: 7.0.39 postcss-flexbugs-fixes: 4.2.1 postcss-loader: 4.3.0_postcss@7.0.39+webpack@4.44.2 @@ -6514,7 +6514,7 @@ packages: style-loader: 1.3.0_webpack@4.44.2 terser-webpack-plugin: 4.2.3_webpack@4.44.2 ts-dedent: 2.2.0 - typescript: 4.5.5 + typescript: 4.6.3 url-loader: 4.1.1_file-loader@6.2.0+webpack@4.44.2 util-deprecate: 1.0.2 webpack: 4.44.2 @@ -6561,7 +6561,7 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/cli/6.4.19_7f90e64647aba6836cba87fe50b35cc8: + /@storybook/cli/6.4.19_5088a7f02e43f07e1dcb2e377dbb656f: resolution: {integrity: sha512-4UStCbSI9x4RChHsSAGuzBr/hinmijQMQEuUuVVN7xfhaQC4dDTyPCki8fJ4aBBzjYwoHFHz8lQGAnGLpVSpYQ==} hasBin: true peerDependencies: @@ -6570,7 +6570,7 @@ packages: '@babel/core': 7.17.8 '@babel/preset-env': 7.16.11_@babel+core@7.17.8 '@storybook/codemod': 6.4.19_@babel+preset-env@7.16.11 - '@storybook/core-common': 6.4.19_80cccb2599962fc0f47bf9c700ef2d75 + '@storybook/core-common': 6.4.19_7d75d0f64365d520826684bc0cf59c48 '@storybook/csf-tools': 6.4.19 '@storybook/node-logger': 6.4.19 '@storybook/semver': 7.3.2 @@ -6701,7 +6701,7 @@ packages: - '@types/react' dev: true - /@storybook/core-client/6.4.19_d4f4880c26c183eda498c192603ceb78: + /@storybook/core-client/6.4.19_6b87a693164ca8731469536b0073e15c: resolution: {integrity: sha512-rQHRZjhArPleE7/S8ZUolgzwY+hC0smSKX/3PQxO2GcebDjnJj6+iSV3h+aSMHMmTdoCQvjYw9aBpT8scuRe+A==} peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -6732,7 +6732,7 @@ packages: react-dom: 16.13.1_react@16.13.1 regenerator-runtime: 0.13.9 ts-dedent: 2.2.0 - typescript: 4.5.5 + typescript: 4.6.3 unfetch: 4.2.0 util-deprecate: 1.0.2 webpack: 4.44.2 @@ -6740,7 +6740,7 @@ packages: - '@types/react' dev: true - /@storybook/core-common/6.4.19_80cccb2599962fc0f47bf9c700ef2d75: + /@storybook/core-common/6.4.19_7d75d0f64365d520826684bc0cf59c48: resolution: {integrity: sha512-X1pJJkO48DFxl6iyEemIKqRkJ7j9/cBh3BRBUr+xZHXBvnD0GKDXIocwh0PjSxSC6XSu3UCQnqtKi3PbjRl8Dg==} peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -6783,7 +6783,7 @@ packages: express: 4.17.1 file-system-cache: 1.0.5 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 6.5.0_typescript@4.5.5+webpack@4.44.2 + fork-ts-checker-webpack-plugin: 6.5.0_typescript@4.6.3+webpack@4.44.2 fs-extra: 9.1.0 glob: 7.2.0 handlebars: 4.7.7 @@ -6799,7 +6799,7 @@ packages: slash: 3.0.0 telejson: 5.3.3 ts-dedent: 2.2.0 - typescript: 4.5.5 + typescript: 4.6.3 util-deprecate: 1.0.2 webpack: 4.44.2 transitivePeerDependencies: @@ -6816,7 +6816,7 @@ packages: core-js: 3.21.1 dev: true - /@storybook/core-server/6.4.19_29e2e3cd97f4378785209cd2e1f6f3e6: + /@storybook/core-server/6.4.19_aeb787e58e0ecbb0244ad384ac3bdf48: resolution: {integrity: sha512-bKsUB9f7hl5ya2JXxpIrErmbDQjoH39FVbzYZWjMo4t/b7+Xyi6vYadwyWcqlpUQmis09ZaSMv8L/Tw0TuwLAA==} peerDependencies: '@storybook/builder-webpack5': 6.4.19 @@ -6833,13 +6833,13 @@ packages: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 - '@storybook/builder-webpack4': 6.4.19_29e2e3cd97f4378785209cd2e1f6f3e6 - '@storybook/core-client': 6.4.19_d4f4880c26c183eda498c192603ceb78 - '@storybook/core-common': 6.4.19_80cccb2599962fc0f47bf9c700ef2d75 + '@storybook/builder-webpack4': 6.4.19_aeb787e58e0ecbb0244ad384ac3bdf48 + '@storybook/core-client': 6.4.19_6b87a693164ca8731469536b0073e15c + '@storybook/core-common': 6.4.19_7d75d0f64365d520826684bc0cf59c48 '@storybook/core-events': 6.4.19 '@storybook/csf': 0.0.2--canary.87bc651.0 '@storybook/csf-tools': 6.4.19 - '@storybook/manager-webpack4': 6.4.19_29e2e3cd97f4378785209cd2e1f6f3e6 + '@storybook/manager-webpack4': 6.4.19_aeb787e58e0ecbb0244ad384ac3bdf48 '@storybook/node-logger': 6.4.19 '@storybook/semver': 7.3.2 '@storybook/store': 6.4.19_react-dom@16.13.1+react@16.13.1 @@ -6872,7 +6872,7 @@ packages: slash: 3.0.0 telejson: 5.3.3 ts-dedent: 2.2.0 - typescript: 4.5.5 + typescript: 4.6.3 util-deprecate: 1.0.2 watchpack: 2.3.1 webpack: 4.44.2 @@ -6889,7 +6889,7 @@ packages: - webpack-command dev: true - /@storybook/core/6.4.19_d4f4880c26c183eda498c192603ceb78: + /@storybook/core/6.4.19_6b87a693164ca8731469536b0073e15c: resolution: {integrity: sha512-55LOQ/h/kf1jMhjN85t/pIEdIwWEG9yV7bdwv3niVvmoypCxyyjn9/QNK0RKYAeDSUtdm6FVoJ6k5CpxWz2d8w==} peerDependencies: '@storybook/builder-webpack5': 6.4.19 @@ -6903,11 +6903,11 @@ packages: typescript: optional: true dependencies: - '@storybook/core-client': 6.4.19_d4f4880c26c183eda498c192603ceb78 - '@storybook/core-server': 6.4.19_29e2e3cd97f4378785209cd2e1f6f3e6 + '@storybook/core-client': 6.4.19_6b87a693164ca8731469536b0073e15c + '@storybook/core-server': 6.4.19_aeb787e58e0ecbb0244ad384ac3bdf48 react: 16.13.1 react-dom: 16.13.1_react@16.13.1 - typescript: 4.5.5 + typescript: 4.6.3 webpack: 4.44.2 transitivePeerDependencies: - '@storybook/manager-webpack5' @@ -6952,7 +6952,7 @@ packages: lodash: 4.17.21 dev: true - /@storybook/manager-webpack4/6.4.19_29e2e3cd97f4378785209cd2e1f6f3e6: + /@storybook/manager-webpack4/6.4.19_aeb787e58e0ecbb0244ad384ac3bdf48: resolution: {integrity: sha512-R8ugZjTYqXvlc6gDOcw909L65sIleOmIJLZR+N6/H85MivGXHu39jOwONqB7tVACufRty4FNecn8tEiQL2SAKA==} peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -6966,8 +6966,8 @@ packages: '@babel/plugin-transform-template-literals': 7.16.7_@babel+core@7.17.8 '@babel/preset-react': 7.16.7_@babel+core@7.17.8 '@storybook/addons': 6.4.19_react-dom@16.13.1+react@16.13.1 - '@storybook/core-client': 6.4.19_d4f4880c26c183eda498c192603ceb78 - '@storybook/core-common': 6.4.19_80cccb2599962fc0f47bf9c700ef2d75 + '@storybook/core-client': 6.4.19_6b87a693164ca8731469536b0073e15c + '@storybook/core-common': 6.4.19_7d75d0f64365d520826684bc0cf59c48 '@storybook/node-logger': 6.4.19 '@storybook/theming': 6.4.19_react-dom@16.13.1+react@16.13.1 '@storybook/ui': 6.4.19_271fd541efbf4d33e9098eae3aab5c60 @@ -6985,7 +6985,7 @@ packages: fs-extra: 9.1.0 html-webpack-plugin: 4.5.2_webpack@4.44.2 node-fetch: 2.6.7 - pnp-webpack-plugin: 1.6.4_typescript@4.5.5 + pnp-webpack-plugin: 1.6.4_typescript@4.6.3 react: 16.13.1 react-dom: 16.13.1_react@16.13.1 read-pkg-up: 7.0.1 @@ -6995,7 +6995,7 @@ packages: telejson: 5.3.3 terser-webpack-plugin: 4.2.3_webpack@4.44.2 ts-dedent: 2.2.0 - typescript: 4.5.5 + typescript: 4.6.3 url-loader: 4.1.1_file-loader@6.2.0+webpack@4.44.2 util-deprecate: 1.0.2 webpack: 4.44.2 @@ -7053,7 +7053,7 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/react-docgen-typescript-plugin/1.0.2-canary.253f8c1.0_typescript@4.5.5+webpack@4.44.2: + /@storybook/react-docgen-typescript-plugin/1.0.2-canary.253f8c1.0_typescript@4.6.3+webpack@4.44.2: resolution: {integrity: sha512-mmoRG/rNzAiTbh+vGP8d57dfcR2aP+5/Ll03KKFyfy5FqWFm/Gh7u27ikx1I3LmVMI8n6jh5SdWMkMKon7/tDw==} peerDependencies: typescript: '>= 3.x' @@ -7064,15 +7064,15 @@ packages: find-cache-dir: 3.3.2 flat-cache: 3.0.4 micromatch: 4.0.5 - react-docgen-typescript: 2.2.2_typescript@4.5.5 + react-docgen-typescript: 2.2.2_typescript@4.6.3 tslib: 2.3.1 - typescript: 4.5.5 + typescript: 4.6.3 webpack: 4.44.2 transitivePeerDependencies: - supports-color dev: true - /@storybook/react/6.4.19_a195db27d5933841d165c76e999352ea: + /@storybook/react/6.4.19_e65b757c7180771e346bc75ef9d0614a: resolution: {integrity: sha512-5b3i8jkVrjQGmcxxxXwCduHPIh+cluWkfeweKeQOe+lW4BR8fuUICo3AMLrYPAtB/UcaJyYkIYmTvF2mkfepFA==} engines: {node: '>=10.13.0'} hasBin: true @@ -7092,11 +7092,11 @@ packages: '@babel/preset-react': 7.16.7_@babel+core@7.17.8 '@pmmmwh/react-refresh-webpack-plugin': 0.5.4_c08940c9891f92cdd9ce1094f8112d3e '@storybook/addons': 6.4.19_react-dom@16.13.1+react@16.13.1 - '@storybook/core': 6.4.19_d4f4880c26c183eda498c192603ceb78 - '@storybook/core-common': 6.4.19_80cccb2599962fc0f47bf9c700ef2d75 + '@storybook/core': 6.4.19_6b87a693164ca8731469536b0073e15c + '@storybook/core-common': 6.4.19_7d75d0f64365d520826684bc0cf59c48 '@storybook/csf': 0.0.2--canary.87bc651.0 '@storybook/node-logger': 6.4.19 - '@storybook/react-docgen-typescript-plugin': 1.0.2-canary.253f8c1.0_typescript@4.5.5+webpack@4.44.2 + '@storybook/react-docgen-typescript-plugin': 1.0.2-canary.253f8c1.0_typescript@4.6.3+webpack@4.44.2 '@storybook/semver': 7.3.2 '@storybook/store': 6.4.19_react-dom@16.13.1+react@16.13.1 '@types/webpack-env': 1.16.3 @@ -7113,7 +7113,7 @@ packages: read-pkg-up: 7.0.1 regenerator-runtime: 0.13.9 ts-dedent: 2.2.0 - typescript: 4.5.5 + typescript: 4.6.3 webpack: 4.44.2 transitivePeerDependencies: - '@storybook/builder-webpack5' @@ -7782,7 +7782,7 @@ packages: dependencies: '@types/yargs-parser': 21.0.0 - /@typescript-eslint/eslint-plugin/5.6.0_ea44d88b16b4a28b219f82e337fed02d: + /@typescript-eslint/eslint-plugin/5.6.0_2c5bc707880d8fe5fd977ba6ebf38472: resolution: {integrity: sha512-MIbeMy5qfLqtgs1hWd088k1hOuRsN9JrHUPwVVKCD99EOUqScd7SrwoZl4Gso05EAP9w1kvLWUVGJOVpRPkDPA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -7793,8 +7793,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': 5.6.0_eslint@8.7.0+typescript@4.5.5 - '@typescript-eslint/parser': 5.6.0_eslint@8.7.0+typescript@4.5.5 + '@typescript-eslint/experimental-utils': 5.6.0_eslint@8.7.0+typescript@4.6.3 + '@typescript-eslint/parser': 5.6.0_eslint@8.7.0+typescript@4.6.3 '@typescript-eslint/scope-manager': 5.6.0 debug: 4.3.4 eslint: 8.7.0 @@ -7802,13 +7802,13 @@ packages: ignore: 5.2.0 regexpp: 3.2.0 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.5.5 - typescript: 4.5.5 + tsutils: 3.21.0_typescript@4.6.3 + typescript: 4.6.3 transitivePeerDependencies: - supports-color dev: false - /@typescript-eslint/eslint-plugin/5.6.0_f4c99eda877b17e8b49cdae9770b1fe2: + /@typescript-eslint/eslint-plugin/5.6.0_f89dc8b4ce0c98a4cd4fe4f0c65b4e31: resolution: {integrity: sha512-MIbeMy5qfLqtgs1hWd088k1hOuRsN9JrHUPwVVKCD99EOUqScd7SrwoZl4Gso05EAP9w1kvLWUVGJOVpRPkDPA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -7819,8 +7819,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': 5.6.0_eslint@7.30.0+typescript@4.5.5 - '@typescript-eslint/parser': 5.6.0_eslint@7.30.0+typescript@4.5.5 + '@typescript-eslint/experimental-utils': 5.6.0_eslint@7.30.0+typescript@4.6.3 + '@typescript-eslint/parser': 5.6.0_eslint@7.30.0+typescript@4.6.3 '@typescript-eslint/scope-manager': 5.6.0 debug: 4.3.4 eslint: 7.30.0 @@ -7828,13 +7828,13 @@ packages: ignore: 5.2.0 regexpp: 3.2.0 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.5.5 - typescript: 4.5.5 + tsutils: 3.21.0_typescript@4.6.3 + typescript: 4.6.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/experimental-utils/5.6.0_eslint@7.30.0+typescript@4.5.5: + /@typescript-eslint/experimental-utils/5.6.0_eslint@7.30.0+typescript@4.6.3: resolution: {integrity: sha512-VDoRf3Qj7+W3sS/ZBXZh3LBzp0snDLEgvp6qj0vOAIiAPM07bd5ojQ3CTzF/QFl5AKh7Bh1ycgj6lFBJHUt/DA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -7843,7 +7843,7 @@ packages: '@types/json-schema': 7.0.11 '@typescript-eslint/scope-manager': 5.6.0 '@typescript-eslint/types': 5.6.0 - '@typescript-eslint/typescript-estree': 5.6.0_typescript@4.5.5 + '@typescript-eslint/typescript-estree': 5.6.0_typescript@4.6.3 eslint: 7.30.0 eslint-scope: 5.1.1 eslint-utils: 3.0.0_eslint@7.30.0 @@ -7852,7 +7852,7 @@ packages: - typescript dev: true - /@typescript-eslint/experimental-utils/5.6.0_eslint@8.7.0+typescript@4.5.5: + /@typescript-eslint/experimental-utils/5.6.0_eslint@8.7.0+typescript@4.6.3: resolution: {integrity: sha512-VDoRf3Qj7+W3sS/ZBXZh3LBzp0snDLEgvp6qj0vOAIiAPM07bd5ojQ3CTzF/QFl5AKh7Bh1ycgj6lFBJHUt/DA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -7861,7 +7861,7 @@ packages: '@types/json-schema': 7.0.11 '@typescript-eslint/scope-manager': 5.6.0 '@typescript-eslint/types': 5.6.0 - '@typescript-eslint/typescript-estree': 5.6.0_typescript@4.5.5 + '@typescript-eslint/typescript-estree': 5.6.0_typescript@4.6.3 eslint: 8.7.0 eslint-scope: 5.1.1 eslint-utils: 3.0.0_eslint@8.7.0 @@ -7870,7 +7870,7 @@ packages: - typescript dev: false - /@typescript-eslint/parser/5.6.0_eslint@7.30.0+typescript@4.5.5: + /@typescript-eslint/parser/5.6.0_eslint@7.30.0+typescript@4.6.3: resolution: {integrity: sha512-YVK49NgdUPQ8SpCZaOpiq1kLkYRPMv9U5gcMrywzI8brtwZjr/tG3sZpuHyODt76W/A0SufNjYt9ZOgrC4tLIQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -7882,15 +7882,15 @@ packages: dependencies: '@typescript-eslint/scope-manager': 5.6.0 '@typescript-eslint/types': 5.6.0 - '@typescript-eslint/typescript-estree': 5.6.0_typescript@4.5.5 + '@typescript-eslint/typescript-estree': 5.6.0_typescript@4.6.3 debug: 4.3.4 eslint: 7.30.0 - typescript: 4.5.5 + typescript: 4.6.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser/5.6.0_eslint@8.7.0+typescript@4.5.5: + /@typescript-eslint/parser/5.6.0_eslint@8.7.0+typescript@4.6.3: resolution: {integrity: sha512-YVK49NgdUPQ8SpCZaOpiq1kLkYRPMv9U5gcMrywzI8brtwZjr/tG3sZpuHyODt76W/A0SufNjYt9ZOgrC4tLIQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -7902,10 +7902,10 @@ packages: dependencies: '@typescript-eslint/scope-manager': 5.6.0 '@typescript-eslint/types': 5.6.0 - '@typescript-eslint/typescript-estree': 5.6.0_typescript@4.5.5 + '@typescript-eslint/typescript-estree': 5.6.0_typescript@4.6.3 debug: 4.3.4 eslint: 8.7.0 - typescript: 4.5.5 + typescript: 4.6.3 transitivePeerDependencies: - supports-color @@ -7920,7 +7920,7 @@ packages: resolution: {integrity: sha512-OIZffked7mXv4mXzWU5MgAEbCf9ecNJBKi+Si6/I9PpTaj+cf2x58h2oHW5/P/yTnPkKaayfjhLvx+crnl5ubA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - /@typescript-eslint/typescript-estree/5.6.0_typescript@4.5.5: + /@typescript-eslint/typescript-estree/5.6.0_typescript@4.6.3: resolution: {integrity: sha512-92vK5tQaE81rK7fOmuWMrSQtK1IMonESR+RJR2Tlc7w4o0MeEdjgidY/uO2Gobh7z4Q1hhS94Cr7r021fMVEeA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -7935,8 +7935,8 @@ packages: globby: 11.1.0 is-glob: 4.0.3 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.5.5 - typescript: 4.5.5 + tsutils: 3.21.0_typescript@4.6.3 + typescript: 4.6.3 transitivePeerDependencies: - supports-color @@ -12476,7 +12476,7 @@ packages: worker-rpc: 0.1.1 dev: true - /fork-ts-checker-webpack-plugin/6.5.0_typescript@4.5.5+webpack@4.44.2: + /fork-ts-checker-webpack-plugin/6.5.0_typescript@4.6.3+webpack@4.44.2: resolution: {integrity: sha512-cS178Y+xxtIjEUorcHddKS7yCMlrDPV31mt47blKKRfMd70Kxu5xruAFE2o9sDY6wVC5deuob/u/alD04YYHnw==} engines: {node: '>=10', yarn: '>=1.0.0'} peerDependencies: @@ -12503,7 +12503,7 @@ packages: schema-utils: 2.7.0 semver: 7.3.5 tapable: 1.1.3 - typescript: 4.5.5 + typescript: 4.6.3 webpack: 4.44.2 dev: true @@ -17216,11 +17216,11 @@ packages: find-up: 3.0.0 dev: true - /pnp-webpack-plugin/1.6.4_typescript@4.5.5: + /pnp-webpack-plugin/1.6.4_typescript@4.6.3: resolution: {integrity: sha512-7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg==} engines: {node: '>=6'} dependencies: - ts-pnp: 1.2.0_typescript@4.5.5 + ts-pnp: 1.2.0_typescript@4.6.3 transitivePeerDependencies: - typescript dev: true @@ -18121,12 +18121,12 @@ packages: react-dom: 16.13.1_react@16.13.1 dev: true - /react-docgen-typescript/2.2.2_typescript@4.5.5: + /react-docgen-typescript/2.2.2_typescript@4.6.3: resolution: {integrity: sha512-tvg2ZtOpOi6QDwsb3GZhOjDkkX0h8Z2gipvTg6OVMUyoYoURhEiRNePT8NZItTVCDh39JJHnLdfCOkzoLbFnTg==} peerDependencies: typescript: '>= 4.3.x' dependencies: - typescript: 4.5.5 + typescript: 4.6.3 dev: true /react-docgen/5.4.0: @@ -20422,7 +20422,7 @@ packages: engines: {node: '>=6.10'} dev: true - /ts-loader/6.0.0_typescript@4.5.5: + /ts-loader/6.0.0_typescript@4.6.3: resolution: {integrity: sha512-lszy+D41R0Te2+loZxADWS+E1+Z55A+i3dFfFie1AZHL++65JRKVDBPQgeWgRrlv5tbxdU3zOtXp8b7AFR6KEg==} engines: {node: '>=8.6'} peerDependencies: @@ -20433,10 +20433,10 @@ packages: loader-utils: 1.1.0 micromatch: 4.0.5 semver: 6.3.0 - typescript: 4.5.5 + typescript: 4.6.3 dev: false - /ts-pnp/1.2.0_typescript@4.5.5: + /ts-pnp/1.2.0_typescript@4.6.3: resolution: {integrity: sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==} engines: {node: '>=6'} peerDependencies: @@ -20445,7 +20445,7 @@ packages: typescript: optional: true dependencies: - typescript: 4.5.5 + typescript: 4.6.3 dev: true /tslib/1.14.1: @@ -20454,18 +20454,18 @@ packages: /tslib/2.3.1: resolution: {integrity: sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==} - /tslint-microsoft-contrib/6.2.0_tslint@5.20.1+typescript@4.5.5: + /tslint-microsoft-contrib/6.2.0_tslint@5.20.1+typescript@4.6.3: resolution: {integrity: sha512-6tfi/2tHqV/3CL77pULBcK+foty11Rr0idRDxKnteTaKm6gWF9qmaCNU17HVssOuwlYNyOmd9Jsmjd+1t3a3qw==} peerDependencies: tslint: ^5.1.0 typescript: '*' dependencies: - tslint: 5.20.1_typescript@4.5.5 - tsutils: 2.28.0_typescript@4.5.5 - typescript: 4.5.5 + tslint: 5.20.1_typescript@4.6.3 + tsutils: 2.28.0_typescript@4.6.3 + typescript: 4.6.3 dev: true - /tslint/5.20.1_typescript@4.5.5: + /tslint/5.20.1_typescript@4.6.3: resolution: {integrity: sha512-EcMxhzCFt8k+/UP5r8waCf/lzmeSyVlqxqMEDQE7rWYiQky8KpIBz1JAoYXfROHrPZ1XXd43q8yQnULOLiBRQg==} engines: {node: '>=4.8.0'} hasBin: true @@ -20484,36 +20484,36 @@ packages: resolve: 1.17.0 semver: 5.7.1 tslib: 1.14.1 - tsutils: 2.29.0_typescript@4.5.5 - typescript: 4.5.5 + tsutils: 2.29.0_typescript@4.6.3 + typescript: 4.6.3 dev: true - /tsutils/2.28.0_typescript@4.5.5: + /tsutils/2.28.0_typescript@4.6.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: 4.5.5 + typescript: 4.6.3 dev: true - /tsutils/2.29.0_typescript@4.5.5: + /tsutils/2.29.0_typescript@4.6.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' dependencies: tslib: 1.14.1 - typescript: 4.5.5 + typescript: 4.6.3 dev: true - /tsutils/3.21.0_typescript@4.5.5: + /tsutils/3.21.0_typescript@4.6.3: 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.5.5 + typescript: 4.6.3 /tty-browserify/0.0.0: resolution: {integrity: sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=} @@ -20605,12 +20605,12 @@ packages: resolution: {integrity: sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==} engines: {node: '>=4.2.0'} hasBin: true + dev: true /typescript/4.6.3: resolution: {integrity: sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==} engines: {node: '>=4.2.0'} hasBin: true - dev: true /uglify-js/3.15.3: resolution: {integrity: sha512-6iCVm2omGJbsu3JWac+p6kUiOpg3wFO2f8lIXjfEb8RrmLjzog1wTPMmwKB7swfzzqxj9YM+sGUM++u1qN4qJg==} diff --git a/common/config/rush/repo-state.json b/common/config/rush/repo-state.json index 7ca6e7a6d1d..5c69213f4d2 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": "a8b01d7161b8a009afab15286bb25c549feb9f4b", + "pnpmShrinkwrapHash": "faab87c446a06e6949dbdaac480c9418a759ff98", "preferredVersionsHash": "d2a5d015a5e5f4861bc36581c3c08cb789ed7fab" } diff --git a/eslint/eslint-config/package.json b/eslint/eslint-config/package.json index 24ba51962b7..d9f333aec98 100644 --- a/eslint/eslint-config/package.json +++ b/eslint/eslint-config/package.json @@ -41,6 +41,6 @@ }, "devDependencies": { "eslint": "~8.7.0", - "typescript": "~4.5.2" + "typescript": "~4.6.3" } } diff --git a/eslint/eslint-plugin-packlets/package.json b/eslint/eslint-plugin-packlets/package.json index 19d3770ff0c..5177db87afd 100644 --- a/eslint/eslint-plugin-packlets/package.json +++ b/eslint/eslint-plugin-packlets/package.json @@ -39,6 +39,6 @@ "@typescript-eslint/parser": "~5.6.0", "@typescript-eslint/typescript-estree": "~5.6.0", "eslint": "~8.7.0", - "typescript": "~4.5.2" + "typescript": "~4.6.3" } } diff --git a/eslint/eslint-plugin-security/package.json b/eslint/eslint-plugin-security/package.json index 97d01e5ba55..cfd8104e3f7 100644 --- a/eslint/eslint-plugin-security/package.json +++ b/eslint/eslint-plugin-security/package.json @@ -38,6 +38,6 @@ "@typescript-eslint/parser": "~5.6.0", "@typescript-eslint/typescript-estree": "~5.6.0", "eslint": "~8.7.0", - "typescript": "~4.5.2" + "typescript": "~4.6.3" } } diff --git a/eslint/eslint-plugin/package.json b/eslint/eslint-plugin/package.json index 9d1f9c68d56..cf7e3aa84b6 100644 --- a/eslint/eslint-plugin/package.json +++ b/eslint/eslint-plugin/package.json @@ -42,6 +42,6 @@ "@typescript-eslint/parser": "~5.6.0", "@typescript-eslint/typescript-estree": "~5.6.0", "eslint": "~8.7.0", - "typescript": "~4.5.2" + "typescript": "~4.6.3" } } diff --git a/heft-plugins/heft-jest-plugin/package.json b/heft-plugins/heft-jest-plugin/package.json index fa27c21ddb1..6c78e13e65b 100644 --- a/heft-plugins/heft-jest-plugin/package.json +++ b/heft-plugins/heft-jest-plugin/package.json @@ -42,6 +42,6 @@ "eslint": "~8.7.0", "jest-environment-node": "~27.4.2", "jest-watch-select-projects": "2.0.0", - "typescript": "~4.5.2" + "typescript": "~4.6.3" } } diff --git a/libraries/tree-pattern/package.json b/libraries/tree-pattern/package.json index d0e666ea27b..4bb3d3ebdc9 100644 --- a/libraries/tree-pattern/package.json +++ b/libraries/tree-pattern/package.json @@ -21,6 +21,6 @@ "@rushstack/heft-node-rig": "1.8.7", "@types/heft-jest": "1.0.1", "eslint": "~7.30.0", - "typescript": "~4.5.2" + "typescript": "~4.6.3" } } diff --git a/rigs/heft-node-rig/package.json b/rigs/heft-node-rig/package.json index d270e929d97..0de244173f1 100644 --- a/rigs/heft-node-rig/package.json +++ b/rigs/heft-node-rig/package.json @@ -20,7 +20,7 @@ "@rushstack/heft-jest-plugin": "workspace:*", "eslint": "~8.7.0", "jest-environment-node": "~27.4.2", - "typescript": "~4.5.2" + "typescript": "~4.6.3" }, "devDependencies": { "@rushstack/heft": "workspace:*" diff --git a/rigs/heft-web-rig/package.json b/rigs/heft-web-rig/package.json index 83de19d9f18..4086dbfe404 100644 --- a/rigs/heft-web-rig/package.json +++ b/rigs/heft-web-rig/package.json @@ -34,7 +34,7 @@ "source-map-loader": "~3.0.1", "style-loader": "~3.3.1", "terser-webpack-plugin": "~5.3.1", - "typescript": "~4.5.5", + "typescript": "~4.6.3", "url-loader": "~4.1.1", "webpack-bundle-analyzer": "~4.5.0", "webpack-merge": "~5.8.0", From 4150998b1e03cd0a1b4c5c71154c2e40a52aa7e9 Mon Sep 17 00:00:00 2001 From: "yufeng.freeman" <12343178+F3n67u@users.noreply.github.com> Date: Tue, 19 Apr 2022 20:50:27 +0800 Subject: [PATCH 2/6] update changelog json --- .../api-extractor/ts-4.6_2022-04-19-12-50.json | 11 +++++++++++ .../eslint-config/ts-4.6_2022-04-19-12-50.json | 11 +++++++++++ .../ts-4.6_2022-04-19-12-50.json | 11 +++++++++++ .../ts-4.6_2022-04-19-12-50.json | 11 +++++++++++ .../eslint-plugin/ts-4.6_2022-04-19-12-50.json | 11 +++++++++++ .../heft-jest-plugin/ts-4.6_2022-04-19-12-50.json | 11 +++++++++++ .../heft-node-rig/ts-4.6_2022-04-19-12-50.json | 11 +++++++++++ .../heft-web-rig/ts-4.6_2022-04-19-12-50.json | 11 +++++++++++ .../@rushstack/heft/ts-4.6_2022-04-19-12-50.json | 11 +++++++++++ .../tree-pattern/ts-4.6_2022-04-19-12-50.json | 11 +++++++++++ 10 files changed, 110 insertions(+) create mode 100644 common/changes/@microsoft/api-extractor/ts-4.6_2022-04-19-12-50.json create mode 100644 common/changes/@rushstack/eslint-config/ts-4.6_2022-04-19-12-50.json create mode 100644 common/changes/@rushstack/eslint-plugin-packlets/ts-4.6_2022-04-19-12-50.json create mode 100644 common/changes/@rushstack/eslint-plugin-security/ts-4.6_2022-04-19-12-50.json create mode 100644 common/changes/@rushstack/eslint-plugin/ts-4.6_2022-04-19-12-50.json create mode 100644 common/changes/@rushstack/heft-jest-plugin/ts-4.6_2022-04-19-12-50.json create mode 100644 common/changes/@rushstack/heft-node-rig/ts-4.6_2022-04-19-12-50.json create mode 100644 common/changes/@rushstack/heft-web-rig/ts-4.6_2022-04-19-12-50.json create mode 100644 common/changes/@rushstack/heft/ts-4.6_2022-04-19-12-50.json create mode 100644 common/changes/@rushstack/tree-pattern/ts-4.6_2022-04-19-12-50.json diff --git a/common/changes/@microsoft/api-extractor/ts-4.6_2022-04-19-12-50.json b/common/changes/@microsoft/api-extractor/ts-4.6_2022-04-19-12-50.json new file mode 100644 index 00000000000..a62acb75445 --- /dev/null +++ b/common/changes/@microsoft/api-extractor/ts-4.6_2022-04-19-12-50.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "update typescript to 4.6", + "type": "none", + "packageName": "@microsoft/api-extractor" + } + ], + "packageName": "@microsoft/api-extractor", + "email": "12343178+F3n67u@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@rushstack/eslint-config/ts-4.6_2022-04-19-12-50.json b/common/changes/@rushstack/eslint-config/ts-4.6_2022-04-19-12-50.json new file mode 100644 index 00000000000..8f643805db2 --- /dev/null +++ b/common/changes/@rushstack/eslint-config/ts-4.6_2022-04-19-12-50.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "update typescript to 4.6", + "type": "none", + "packageName": "@rushstack/eslint-config" + } + ], + "packageName": "@rushstack/eslint-config", + "email": "12343178+F3n67u@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@rushstack/eslint-plugin-packlets/ts-4.6_2022-04-19-12-50.json b/common/changes/@rushstack/eslint-plugin-packlets/ts-4.6_2022-04-19-12-50.json new file mode 100644 index 00000000000..dab774b43ad --- /dev/null +++ b/common/changes/@rushstack/eslint-plugin-packlets/ts-4.6_2022-04-19-12-50.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "update typescript to 4.6", + "type": "none", + "packageName": "@rushstack/eslint-plugin-packlets" + } + ], + "packageName": "@rushstack/eslint-plugin-packlets", + "email": "12343178+F3n67u@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@rushstack/eslint-plugin-security/ts-4.6_2022-04-19-12-50.json b/common/changes/@rushstack/eslint-plugin-security/ts-4.6_2022-04-19-12-50.json new file mode 100644 index 00000000000..eb64db1846e --- /dev/null +++ b/common/changes/@rushstack/eslint-plugin-security/ts-4.6_2022-04-19-12-50.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "update typescript to 4.6", + "type": "none", + "packageName": "@rushstack/eslint-plugin-security" + } + ], + "packageName": "@rushstack/eslint-plugin-security", + "email": "12343178+F3n67u@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@rushstack/eslint-plugin/ts-4.6_2022-04-19-12-50.json b/common/changes/@rushstack/eslint-plugin/ts-4.6_2022-04-19-12-50.json new file mode 100644 index 00000000000..9c80de37f84 --- /dev/null +++ b/common/changes/@rushstack/eslint-plugin/ts-4.6_2022-04-19-12-50.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "update typescript to 4.6", + "type": "none", + "packageName": "@rushstack/eslint-plugin" + } + ], + "packageName": "@rushstack/eslint-plugin", + "email": "12343178+F3n67u@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-jest-plugin/ts-4.6_2022-04-19-12-50.json b/common/changes/@rushstack/heft-jest-plugin/ts-4.6_2022-04-19-12-50.json new file mode 100644 index 00000000000..09c78c2c9b3 --- /dev/null +++ b/common/changes/@rushstack/heft-jest-plugin/ts-4.6_2022-04-19-12-50.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "update typescript to 4.6", + "type": "none", + "packageName": "@rushstack/heft-jest-plugin" + } + ], + "packageName": "@rushstack/heft-jest-plugin", + "email": "12343178+F3n67u@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-node-rig/ts-4.6_2022-04-19-12-50.json b/common/changes/@rushstack/heft-node-rig/ts-4.6_2022-04-19-12-50.json new file mode 100644 index 00000000000..d5fa6baac57 --- /dev/null +++ b/common/changes/@rushstack/heft-node-rig/ts-4.6_2022-04-19-12-50.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "update typescript to 4.6", + "type": "none", + "packageName": "@rushstack/heft-node-rig" + } + ], + "packageName": "@rushstack/heft-node-rig", + "email": "12343178+F3n67u@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@rushstack/heft-web-rig/ts-4.6_2022-04-19-12-50.json b/common/changes/@rushstack/heft-web-rig/ts-4.6_2022-04-19-12-50.json new file mode 100644 index 00000000000..c0461238c57 --- /dev/null +++ b/common/changes/@rushstack/heft-web-rig/ts-4.6_2022-04-19-12-50.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "update typescript to 4.6", + "type": "none", + "packageName": "@rushstack/heft-web-rig" + } + ], + "packageName": "@rushstack/heft-web-rig", + "email": "12343178+F3n67u@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@rushstack/heft/ts-4.6_2022-04-19-12-50.json b/common/changes/@rushstack/heft/ts-4.6_2022-04-19-12-50.json new file mode 100644 index 00000000000..3232be2544f --- /dev/null +++ b/common/changes/@rushstack/heft/ts-4.6_2022-04-19-12-50.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "update typescript to 4.6", + "type": "none", + "packageName": "@rushstack/heft" + } + ], + "packageName": "@rushstack/heft", + "email": "12343178+F3n67u@users.noreply.github.com" +} \ No newline at end of file diff --git a/common/changes/@rushstack/tree-pattern/ts-4.6_2022-04-19-12-50.json b/common/changes/@rushstack/tree-pattern/ts-4.6_2022-04-19-12-50.json new file mode 100644 index 00000000000..65224f71c7f --- /dev/null +++ b/common/changes/@rushstack/tree-pattern/ts-4.6_2022-04-19-12-50.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "update typescript to 4.6", + "type": "none", + "packageName": "@rushstack/tree-pattern" + } + ], + "packageName": "@rushstack/tree-pattern", + "email": "12343178+F3n67u@users.noreply.github.com" +} \ No newline at end of file From f3a9b2640353edaef61ca706b60ecfa9d2f2929c Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Fri, 22 Apr 2022 17:32:11 -0700 Subject: [PATCH 3/6] Update maximum supported version in Heft. --- apps/heft/src/plugins/TypeScriptPlugin/TypeScriptBuilder.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/heft/src/plugins/TypeScriptPlugin/TypeScriptBuilder.ts b/apps/heft/src/plugins/TypeScriptPlugin/TypeScriptBuilder.ts index 078c5fd5bed..4399504a0bb 100644 --- a/apps/heft/src/plugins/TypeScriptPlugin/TypeScriptBuilder.ts +++ b/apps/heft/src/plugins/TypeScriptPlugin/TypeScriptBuilder.ts @@ -115,7 +115,7 @@ const OLDEST_SUPPORTED_TS_MAJOR_VERSION: number = 2; const OLDEST_SUPPORTED_TS_MINOR_VERSION: number = 9; const NEWEST_SUPPORTED_TS_MAJOR_VERSION: number = 4; -const NEWEST_SUPPORTED_TS_MINOR_VERSION: number = 5; +const NEWEST_SUPPORTED_TS_MINOR_VERSION: number = 6; export class TypeScriptBuilder extends SubprocessRunnerBase { private _typescriptVersion!: string; From e03e001c75c78d0b16838694f53fc105683eadc4 Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Fri, 22 Apr 2022 17:51:11 -0700 Subject: [PATCH 4/6] Update the @typescript-eslint/* dependency versions. --- build-tests/eslint-7-test/package.json | 2 +- .../workspace/common/pnpm-lock.yaml | 115 ++++++---- common/config/rush/pnpm-lock.yaml | 203 +++++++++++++----- common/config/rush/repo-state.json | 2 +- eslint/eslint-config/package.json | 8 +- eslint/eslint-plugin-packlets/package.json | 6 +- eslint/eslint-plugin-security/package.json | 6 +- eslint/eslint-plugin/package.json | 6 +- 8 files changed, 238 insertions(+), 110 deletions(-) diff --git a/build-tests/eslint-7-test/package.json b/build-tests/eslint-7-test/package.json index 5c4d675bf87..2d431e779f1 100644 --- a/build-tests/eslint-7-test/package.json +++ b/build-tests/eslint-7-test/package.json @@ -13,7 +13,7 @@ "@rushstack/eslint-config": "workspace:*", "@rushstack/heft": "workspace:*", "@types/node": "12.20.24", - "@typescript-eslint/parser": "~5.6.0", + "@typescript-eslint/parser": "~5.20.0", "eslint": "~7.30.0", "typescript": "~4.6.3" } diff --git a/build-tests/install-test-workspace/workspace/common/pnpm-lock.yaml b/build-tests/install-test-workspace/workspace/common/pnpm-lock.yaml index 121ad7e3d44..3fafc4e2348 100644 --- a/build-tests/install-test-workspace/workspace/common/pnpm-lock.yaml +++ b/build-tests/install-test-workspace/workspace/common/pnpm-lock.yaml @@ -96,7 +96,7 @@ packages: dev: true /@nodelib/fs.scandir/2.1.5: - resolution: {integrity: sha1-dhnC6yGyVIP20WdUi0z9WnSIw9U=, tarball: '@nodelib/fs.scandir/-/@nodelib/fs.scandir-2.1.5.tgz'} + resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} engines: {node: '>= 8'} dependencies: '@nodelib/fs.stat': 2.0.5 @@ -117,7 +117,7 @@ packages: dev: true /@types/argparse/1.0.38: - resolution: {integrity: sha1-qB/YYG1IH4c6OADG665PHXaKVqk=, tarball: '@types/argparse/-/@types/argparse-1.0.38.tgz'} + resolution: {integrity: sha512-ebDJ9b0e702Yr7pWgB0jzm+CX4Srzz8RcXtLJDJB+BSccqMa36uyH/zUsSYao5+BD1ytv3k3rPYCq4mAE1hsXA==} dev: true /@types/json-schema/7.0.9: @@ -132,8 +132,8 @@ packages: resolution: {integrity: sha512-W+bw9ds02rAQaMvaLYxAbJ6cvguW/iJXNT6lTssS1ps6QdrMKttqEAMEG/b5CR8TZl3/L7/lH0ZV5nNR1LXikA==} dev: true - /@typescript-eslint/eslint-plugin/5.6.0_2c5bc707880d8fe5fd977ba6ebf38472: - resolution: {integrity: sha512-MIbeMy5qfLqtgs1hWd088k1hOuRsN9JrHUPwVVKCD99EOUqScd7SrwoZl4Gso05EAP9w1kvLWUVGJOVpRPkDPA==} + /@typescript-eslint/eslint-plugin/5.20.0_e20e806d7f50be84027c83f3a408385a: + resolution: {integrity: sha512-fapGzoxilCn3sBtC6NtXZX6+P/Hef7VDbyfGqTTpzYydwhlkevB+0vE0EnmHPVTVSy68GUncyJ/2PcrFBeCo5Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -143,9 +143,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': 5.6.0_eslint@8.7.0+typescript@4.6.3 - '@typescript-eslint/parser': 5.6.0_eslint@8.7.0+typescript@4.6.3 - '@typescript-eslint/scope-manager': 5.6.0 + '@typescript-eslint/parser': 5.20.0_eslint@8.7.0+typescript@4.6.3 + '@typescript-eslint/scope-manager': 5.20.0 + '@typescript-eslint/type-utils': 5.20.0_eslint@8.7.0+typescript@4.6.3 + '@typescript-eslint/utils': 5.20.0_eslint@8.7.0+typescript@4.6.3 debug: 4.3.3 eslint: 8.7.0 functional-red-black-tree: 1.0.1 @@ -158,26 +159,21 @@ packages: - supports-color dev: true - /@typescript-eslint/experimental-utils/5.6.0_eslint@8.7.0+typescript@4.6.3: - resolution: {integrity: sha512-VDoRf3Qj7+W3sS/ZBXZh3LBzp0snDLEgvp6qj0vOAIiAPM07bd5ojQ3CTzF/QFl5AKh7Bh1ycgj6lFBJHUt/DA==} + /@typescript-eslint/experimental-utils/5.20.0_eslint@8.7.0+typescript@4.6.3: + resolution: {integrity: sha512-w5qtx2Wr9x13Dp/3ic9iGOGmVXK5gMwyc8rwVgZU46K9WTjPZSyPvdER9Ycy+B5lNHvoz+z2muWhUvlTpQeu+g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: - eslint: '*' + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@types/json-schema': 7.0.9 - '@typescript-eslint/scope-manager': 5.6.0 - '@typescript-eslint/types': 5.6.0 - '@typescript-eslint/typescript-estree': 5.6.0_typescript@4.6.3 + '@typescript-eslint/utils': 5.20.0_eslint@8.7.0+typescript@4.6.3 eslint: 8.7.0 - eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.7.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/parser/5.6.0_eslint@8.7.0+typescript@4.6.3: - resolution: {integrity: sha512-YVK49NgdUPQ8SpCZaOpiq1kLkYRPMv9U5gcMrywzI8brtwZjr/tG3sZpuHyODt76W/A0SufNjYt9ZOgrC4tLIQ==} + /@typescript-eslint/parser/5.20.0_eslint@8.7.0+typescript@4.6.3: + resolution: {integrity: sha512-UWKibrCZQCYvobmu3/N8TWbEeo/EPQbS41Ux1F9XqPzGuV7pfg6n50ZrFo6hryynD8qOTTfLHtHjjdQtxJ0h/w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -186,9 +182,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.6.0 - '@typescript-eslint/types': 5.6.0 - '@typescript-eslint/typescript-estree': 5.6.0_typescript@4.6.3 + '@typescript-eslint/scope-manager': 5.20.0 + '@typescript-eslint/types': 5.20.0 + '@typescript-eslint/typescript-estree': 5.20.0_typescript@4.6.3 debug: 4.3.3 eslint: 8.7.0 typescript: 4.6.3 @@ -196,21 +192,40 @@ packages: - supports-color dev: true - /@typescript-eslint/scope-manager/5.6.0: - resolution: {integrity: sha512-1U1G77Hw2jsGWVsO2w6eVCbOg0HZ5WxL/cozVSTfqnL/eB9muhb8THsP0G3w+BB5xAHv9KptwdfYFAUfzcIh4A==} + /@typescript-eslint/scope-manager/5.20.0: + resolution: {integrity: sha512-h9KtuPZ4D/JuX7rpp1iKg3zOH0WNEa+ZIXwpW/KWmEFDxlA/HSfCMhiyF1HS/drTICjIbpA6OqkAhrP/zkCStg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.6.0 - '@typescript-eslint/visitor-keys': 5.6.0 + '@typescript-eslint/types': 5.20.0 + '@typescript-eslint/visitor-keys': 5.20.0 + dev: true + + /@typescript-eslint/type-utils/5.20.0_eslint@8.7.0+typescript@4.6.3: + resolution: {integrity: sha512-WxNrCwYB3N/m8ceyoGCgbLmuZwupvzN0rE8NBuwnl7APgjv24ZJIjkNzoFBXPRCGzLNkoU/WfanW0exvp/+3Iw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: '*' + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/utils': 5.20.0_eslint@8.7.0+typescript@4.6.3 + debug: 4.3.3 + eslint: 8.7.0 + tsutils: 3.21.0_typescript@4.6.3 + typescript: 4.6.3 + transitivePeerDependencies: + - supports-color dev: true - /@typescript-eslint/types/5.6.0: - resolution: {integrity: sha512-OIZffked7mXv4mXzWU5MgAEbCf9ecNJBKi+Si6/I9PpTaj+cf2x58h2oHW5/P/yTnPkKaayfjhLvx+crnl5ubA==} + /@typescript-eslint/types/5.20.0: + resolution: {integrity: sha512-+d8wprF9GyvPwtoB4CxBAR/s0rpP25XKgnOvMf/gMXYDvlUC3rPFHupdTQ/ow9vn7UDe5rX02ovGYQbv/IUCbg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.6.0_typescript@4.6.3: - resolution: {integrity: sha512-92vK5tQaE81rK7fOmuWMrSQtK1IMonESR+RJR2Tlc7w4o0MeEdjgidY/uO2Gobh7z4Q1hhS94Cr7r021fMVEeA==} + /@typescript-eslint/typescript-estree/5.20.0_typescript@4.6.3: + resolution: {integrity: sha512-36xLjP/+bXusLMrT9fMMYy1KJAGgHhlER2TqpUVDYUQg4w0q/NW/sg4UGAgVwAqb8V4zYg43KMUpM8vV2lve6w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -218,8 +233,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.6.0 - '@typescript-eslint/visitor-keys': 5.6.0 + '@typescript-eslint/types': 5.20.0 + '@typescript-eslint/visitor-keys': 5.20.0 debug: 4.3.3 globby: 11.0.4 is-glob: 4.0.3 @@ -230,11 +245,29 @@ packages: - supports-color dev: true - /@typescript-eslint/visitor-keys/5.6.0: - resolution: {integrity: sha512-1p7hDp5cpRFUyE3+lvA74egs+RWSgumrBpzBCDzfTFv0aQ7lIeay80yU0hIxgAhwQ6PcasW35kaOCyDOv6O/Ng==} + /@typescript-eslint/utils/5.20.0_eslint@8.7.0+typescript@4.6.3: + resolution: {integrity: sha512-lHONGJL1LIO12Ujyx8L8xKbwWSkoUKFSO+0wDAqGXiudWB2EO7WEUT+YZLtVbmOmSllAjLb9tpoIPwpRe5Tn6w==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + dependencies: + '@types/json-schema': 7.0.9 + '@typescript-eslint/scope-manager': 5.20.0 + '@typescript-eslint/types': 5.20.0 + '@typescript-eslint/typescript-estree': 5.20.0_typescript@4.6.3 + eslint: 8.7.0 + eslint-scope: 5.1.1 + eslint-utils: 3.0.0_eslint@8.7.0 + transitivePeerDependencies: + - supports-color + - typescript + dev: true + + /@typescript-eslint/visitor-keys/5.20.0: + resolution: {integrity: sha512-1flRpNF+0CAQkMNlTJ6L/Z5jiODG/e5+7mk6XwtPOUS3UrTz3UOiAg9jG2VtKsWI6rZQfy4C6a232QNRZTRGlg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.6.0 + '@typescript-eslint/types': 5.20.0 eslint-visitor-keys: 3.2.0 dev: true @@ -1653,10 +1686,10 @@ packages: '@rushstack/eslint-plugin': file:../temp/tarballs/rushstack-eslint-plugin-0.8.6.tgz_eslint@8.7.0+typescript@4.6.3 '@rushstack/eslint-plugin-packlets': file:../temp/tarballs/rushstack-eslint-plugin-packlets-0.3.6.tgz_eslint@8.7.0+typescript@4.6.3 '@rushstack/eslint-plugin-security': file:../temp/tarballs/rushstack-eslint-plugin-security-0.2.6.tgz_eslint@8.7.0+typescript@4.6.3 - '@typescript-eslint/eslint-plugin': 5.6.0_2c5bc707880d8fe5fd977ba6ebf38472 - '@typescript-eslint/experimental-utils': 5.6.0_eslint@8.7.0+typescript@4.6.3 - '@typescript-eslint/parser': 5.6.0_eslint@8.7.0+typescript@4.6.3 - '@typescript-eslint/typescript-estree': 5.6.0_typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.20.0_e20e806d7f50be84027c83f3a408385a + '@typescript-eslint/experimental-utils': 5.20.0_eslint@8.7.0+typescript@4.6.3 + '@typescript-eslint/parser': 5.20.0_eslint@8.7.0+typescript@4.6.3 + '@typescript-eslint/typescript-estree': 5.20.0_typescript@4.6.3 eslint: 8.7.0 eslint-plugin-promise: 6.0.0_eslint@8.7.0 eslint-plugin-react: 7.27.1_eslint@8.7.0 @@ -1681,7 +1714,7 @@ packages: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@rushstack/tree-pattern': file:../temp/tarballs/rushstack-tree-pattern-0.2.3.tgz - '@typescript-eslint/experimental-utils': 5.6.0_eslint@8.7.0+typescript@4.6.3 + '@typescript-eslint/experimental-utils': 5.20.0_eslint@8.7.0+typescript@4.6.3 eslint: 8.7.0 transitivePeerDependencies: - supports-color @@ -1697,7 +1730,7 @@ packages: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@rushstack/tree-pattern': file:../temp/tarballs/rushstack-tree-pattern-0.2.3.tgz - '@typescript-eslint/experimental-utils': 5.6.0_eslint@8.7.0+typescript@4.6.3 + '@typescript-eslint/experimental-utils': 5.20.0_eslint@8.7.0+typescript@4.6.3 eslint: 8.7.0 transitivePeerDependencies: - supports-color @@ -1713,7 +1746,7 @@ packages: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@rushstack/tree-pattern': file:../temp/tarballs/rushstack-tree-pattern-0.2.3.tgz - '@typescript-eslint/experimental-utils': 5.6.0_eslint@8.7.0+typescript@4.6.3 + '@typescript-eslint/experimental-utils': 5.20.0_eslint@8.7.0+typescript@4.6.3 eslint: 8.7.0 transitivePeerDependencies: - supports-color diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index ba321565f80..2e36b4c3595 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -632,14 +632,14 @@ importers: '@rushstack/eslint-config': workspace:* '@rushstack/heft': workspace:* '@types/node': 12.20.24 - '@typescript-eslint/parser': ~5.6.0 + '@typescript-eslint/parser': ~5.20.0 eslint: ~7.30.0 typescript: ~4.6.3 devDependencies: '@rushstack/eslint-config': link:../../eslint/eslint-config '@rushstack/heft': link:../../apps/heft '@types/node': 12.20.24 - '@typescript-eslint/parser': 5.6.0_eslint@7.30.0+typescript@4.6.3 + '@typescript-eslint/parser': 5.20.0_eslint@7.30.0+typescript@4.6.3 eslint: 7.30.0 typescript: 4.6.3 @@ -1175,10 +1175,10 @@ importers: '@rushstack/eslint-plugin': workspace:* '@rushstack/eslint-plugin-packlets': workspace:* '@rushstack/eslint-plugin-security': workspace:* - '@typescript-eslint/eslint-plugin': ~5.6.0 - '@typescript-eslint/experimental-utils': ~5.6.0 - '@typescript-eslint/parser': ~5.6.0 - '@typescript-eslint/typescript-estree': ~5.6.0 + '@typescript-eslint/eslint-plugin': ~5.20.0 + '@typescript-eslint/experimental-utils': ~5.20.0 + '@typescript-eslint/parser': ~5.20.0 + '@typescript-eslint/typescript-estree': ~5.20.0 eslint: ~8.7.0 eslint-plugin-promise: ~6.0.0 eslint-plugin-react: ~7.27.1 @@ -1189,10 +1189,10 @@ importers: '@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': 5.6.0_2c5bc707880d8fe5fd977ba6ebf38472 - '@typescript-eslint/experimental-utils': 5.6.0_eslint@8.7.0+typescript@4.6.3 - '@typescript-eslint/parser': 5.6.0_eslint@8.7.0+typescript@4.6.3 - '@typescript-eslint/typescript-estree': 5.6.0_typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.20.0_e20e806d7f50be84027c83f3a408385a + '@typescript-eslint/experimental-utils': 5.20.0_eslint@8.7.0+typescript@4.6.3 + '@typescript-eslint/parser': 5.20.0_eslint@8.7.0+typescript@4.6.3 + '@typescript-eslint/typescript-estree': 5.20.0_typescript@4.6.3 eslint-plugin-promise: 6.0.0_eslint@8.7.0 eslint-plugin-react: 7.27.1_eslint@8.7.0 eslint-plugin-tsdoc: 0.2.16 @@ -1219,14 +1219,14 @@ importers: '@types/estree': 0.0.50 '@types/heft-jest': 1.0.1 '@types/node': 12.20.24 - '@typescript-eslint/experimental-utils': ~5.6.0 - '@typescript-eslint/parser': ~5.6.0 - '@typescript-eslint/typescript-estree': ~5.6.0 + '@typescript-eslint/experimental-utils': ~5.20.0 + '@typescript-eslint/parser': ~5.20.0 + '@typescript-eslint/typescript-estree': ~5.20.0 eslint: ~8.7.0 typescript: ~4.6.3 dependencies: '@rushstack/tree-pattern': link:../../libraries/tree-pattern - '@typescript-eslint/experimental-utils': 5.6.0_eslint@8.7.0+typescript@4.6.3 + '@typescript-eslint/experimental-utils': 5.20.0_eslint@8.7.0+typescript@4.6.3 devDependencies: '@rushstack/heft': 0.44.9 '@rushstack/heft-node-rig': 1.8.7_@rushstack+heft@0.44.9 @@ -1234,8 +1234,8 @@ importers: '@types/estree': 0.0.50 '@types/heft-jest': 1.0.1 '@types/node': 12.20.24 - '@typescript-eslint/parser': 5.6.0_eslint@8.7.0+typescript@4.6.3 - '@typescript-eslint/typescript-estree': 5.6.0_typescript@4.6.3 + '@typescript-eslint/parser': 5.20.0_eslint@8.7.0+typescript@4.6.3 + '@typescript-eslint/typescript-estree': 5.20.0_typescript@4.6.3 eslint: 8.7.0 typescript: 4.6.3 @@ -1248,14 +1248,14 @@ importers: '@types/estree': 0.0.50 '@types/heft-jest': 1.0.1 '@types/node': 12.20.24 - '@typescript-eslint/experimental-utils': ~5.6.0 - '@typescript-eslint/parser': ~5.6.0 - '@typescript-eslint/typescript-estree': ~5.6.0 + '@typescript-eslint/experimental-utils': ~5.20.0 + '@typescript-eslint/parser': ~5.20.0 + '@typescript-eslint/typescript-estree': ~5.20.0 eslint: ~8.7.0 typescript: ~4.6.3 dependencies: '@rushstack/tree-pattern': link:../../libraries/tree-pattern - '@typescript-eslint/experimental-utils': 5.6.0_eslint@8.7.0+typescript@4.6.3 + '@typescript-eslint/experimental-utils': 5.20.0_eslint@8.7.0+typescript@4.6.3 devDependencies: '@rushstack/heft': 0.44.9 '@rushstack/heft-node-rig': 1.8.7_@rushstack+heft@0.44.9 @@ -1263,8 +1263,8 @@ importers: '@types/estree': 0.0.50 '@types/heft-jest': 1.0.1 '@types/node': 12.20.24 - '@typescript-eslint/parser': 5.6.0_eslint@8.7.0+typescript@4.6.3 - '@typescript-eslint/typescript-estree': 5.6.0_typescript@4.6.3 + '@typescript-eslint/parser': 5.20.0_eslint@8.7.0+typescript@4.6.3 + '@typescript-eslint/typescript-estree': 5.20.0_typescript@4.6.3 eslint: 8.7.0 typescript: 4.6.3 @@ -1277,14 +1277,14 @@ importers: '@types/estree': 0.0.50 '@types/heft-jest': 1.0.1 '@types/node': 12.20.24 - '@typescript-eslint/experimental-utils': ~5.6.0 - '@typescript-eslint/parser': ~5.6.0 - '@typescript-eslint/typescript-estree': ~5.6.0 + '@typescript-eslint/experimental-utils': ~5.20.0 + '@typescript-eslint/parser': ~5.20.0 + '@typescript-eslint/typescript-estree': ~5.20.0 eslint: ~8.7.0 typescript: ~4.6.3 dependencies: '@rushstack/tree-pattern': link:../../libraries/tree-pattern - '@typescript-eslint/experimental-utils': 5.6.0_eslint@8.7.0+typescript@4.6.3 + '@typescript-eslint/experimental-utils': 5.20.0_eslint@8.7.0+typescript@4.6.3 devDependencies: '@rushstack/heft': 0.44.9 '@rushstack/heft-node-rig': 1.8.7_@rushstack+heft@0.44.9 @@ -1292,8 +1292,8 @@ importers: '@types/estree': 0.0.50 '@types/heft-jest': 1.0.1 '@types/node': 12.20.24 - '@typescript-eslint/parser': 5.6.0_eslint@8.7.0+typescript@4.6.3 - '@typescript-eslint/typescript-estree': 5.6.0_typescript@4.6.3 + '@typescript-eslint/parser': 5.20.0_eslint@8.7.0+typescript@4.6.3 + '@typescript-eslint/typescript-estree': 5.20.0_typescript@4.6.3 eslint: 8.7.0 typescript: 4.6.3 @@ -7782,8 +7782,8 @@ packages: dependencies: '@types/yargs-parser': 21.0.0 - /@typescript-eslint/eslint-plugin/5.6.0_2c5bc707880d8fe5fd977ba6ebf38472: - resolution: {integrity: sha512-MIbeMy5qfLqtgs1hWd088k1hOuRsN9JrHUPwVVKCD99EOUqScd7SrwoZl4Gso05EAP9w1kvLWUVGJOVpRPkDPA==} + /@typescript-eslint/eslint-plugin/5.20.0_e20e806d7f50be84027c83f3a408385a: + resolution: {integrity: sha512-fapGzoxilCn3sBtC6NtXZX6+P/Hef7VDbyfGqTTpzYydwhlkevB+0vE0EnmHPVTVSy68GUncyJ/2PcrFBeCo5Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -7793,9 +7793,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': 5.6.0_eslint@8.7.0+typescript@4.6.3 - '@typescript-eslint/parser': 5.6.0_eslint@8.7.0+typescript@4.6.3 - '@typescript-eslint/scope-manager': 5.6.0 + '@typescript-eslint/parser': 5.20.0_eslint@8.7.0+typescript@4.6.3 + '@typescript-eslint/scope-manager': 5.20.0 + '@typescript-eslint/type-utils': 5.20.0_eslint@8.7.0+typescript@4.6.3 + '@typescript-eslint/utils': 5.20.0_eslint@8.7.0+typescript@4.6.3 debug: 4.3.4 eslint: 8.7.0 functional-red-black-tree: 1.0.1 @@ -7834,6 +7835,19 @@ packages: - supports-color dev: true + /@typescript-eslint/experimental-utils/5.20.0_eslint@8.7.0+typescript@4.6.3: + resolution: {integrity: sha512-w5qtx2Wr9x13Dp/3ic9iGOGmVXK5gMwyc8rwVgZU46K9WTjPZSyPvdER9Ycy+B5lNHvoz+z2muWhUvlTpQeu+g==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + dependencies: + '@typescript-eslint/utils': 5.20.0_eslint@8.7.0+typescript@4.6.3 + eslint: 8.7.0 + transitivePeerDependencies: + - supports-color + - typescript + dev: false + /@typescript-eslint/experimental-utils/5.6.0_eslint@7.30.0+typescript@4.6.3: resolution: {integrity: sha512-VDoRf3Qj7+W3sS/ZBXZh3LBzp0snDLEgvp6qj0vOAIiAPM07bd5ojQ3CTzF/QFl5AKh7Bh1ycgj6lFBJHUt/DA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -7852,26 +7866,28 @@ packages: - typescript dev: true - /@typescript-eslint/experimental-utils/5.6.0_eslint@8.7.0+typescript@4.6.3: - resolution: {integrity: sha512-VDoRf3Qj7+W3sS/ZBXZh3LBzp0snDLEgvp6qj0vOAIiAPM07bd5ojQ3CTzF/QFl5AKh7Bh1ycgj6lFBJHUt/DA==} + /@typescript-eslint/parser/5.20.0_eslint@7.30.0+typescript@4.6.3: + resolution: {integrity: sha512-UWKibrCZQCYvobmu3/N8TWbEeo/EPQbS41Ux1F9XqPzGuV7pfg6n50ZrFo6hryynD8qOTTfLHtHjjdQtxJ0h/w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: - eslint: '*' + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true dependencies: - '@types/json-schema': 7.0.11 - '@typescript-eslint/scope-manager': 5.6.0 - '@typescript-eslint/types': 5.6.0 - '@typescript-eslint/typescript-estree': 5.6.0_typescript@4.6.3 - eslint: 8.7.0 - eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.7.0 + '@typescript-eslint/scope-manager': 5.20.0 + '@typescript-eslint/types': 5.20.0 + '@typescript-eslint/typescript-estree': 5.20.0_typescript@4.6.3 + debug: 4.3.4 + eslint: 7.30.0 + typescript: 4.6.3 transitivePeerDependencies: - supports-color - - typescript - dev: false + dev: true - /@typescript-eslint/parser/5.6.0_eslint@7.30.0+typescript@4.6.3: - resolution: {integrity: sha512-YVK49NgdUPQ8SpCZaOpiq1kLkYRPMv9U5gcMrywzI8brtwZjr/tG3sZpuHyODt76W/A0SufNjYt9ZOgrC4tLIQ==} + /@typescript-eslint/parser/5.20.0_eslint@8.7.0+typescript@4.6.3: + resolution: {integrity: sha512-UWKibrCZQCYvobmu3/N8TWbEeo/EPQbS41Ux1F9XqPzGuV7pfg6n50ZrFo6hryynD8qOTTfLHtHjjdQtxJ0h/w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -7880,17 +7896,16 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.6.0 - '@typescript-eslint/types': 5.6.0 - '@typescript-eslint/typescript-estree': 5.6.0_typescript@4.6.3 + '@typescript-eslint/scope-manager': 5.20.0 + '@typescript-eslint/types': 5.20.0 + '@typescript-eslint/typescript-estree': 5.20.0_typescript@4.6.3 debug: 4.3.4 - eslint: 7.30.0 + eslint: 8.7.0 typescript: 4.6.3 transitivePeerDependencies: - supports-color - dev: true - /@typescript-eslint/parser/5.6.0_eslint@8.7.0+typescript@4.6.3: + /@typescript-eslint/parser/5.6.0_eslint@7.30.0+typescript@4.6.3: resolution: {integrity: sha512-YVK49NgdUPQ8SpCZaOpiq1kLkYRPMv9U5gcMrywzI8brtwZjr/tG3sZpuHyODt76W/A0SufNjYt9ZOgrC4tLIQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -7904,10 +7919,18 @@ packages: '@typescript-eslint/types': 5.6.0 '@typescript-eslint/typescript-estree': 5.6.0_typescript@4.6.3 debug: 4.3.4 - eslint: 8.7.0 + eslint: 7.30.0 typescript: 4.6.3 transitivePeerDependencies: - supports-color + dev: true + + /@typescript-eslint/scope-manager/5.20.0: + resolution: {integrity: sha512-h9KtuPZ4D/JuX7rpp1iKg3zOH0WNEa+ZIXwpW/KWmEFDxlA/HSfCMhiyF1HS/drTICjIbpA6OqkAhrP/zkCStg==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + '@typescript-eslint/types': 5.20.0 + '@typescript-eslint/visitor-keys': 5.20.0 /@typescript-eslint/scope-manager/5.6.0: resolution: {integrity: sha512-1U1G77Hw2jsGWVsO2w6eVCbOg0HZ5WxL/cozVSTfqnL/eB9muhb8THsP0G3w+BB5xAHv9KptwdfYFAUfzcIh4A==} @@ -7915,10 +7938,55 @@ packages: dependencies: '@typescript-eslint/types': 5.6.0 '@typescript-eslint/visitor-keys': 5.6.0 + dev: true + + /@typescript-eslint/type-utils/5.20.0_eslint@8.7.0+typescript@4.6.3: + resolution: {integrity: sha512-WxNrCwYB3N/m8ceyoGCgbLmuZwupvzN0rE8NBuwnl7APgjv24ZJIjkNzoFBXPRCGzLNkoU/WfanW0exvp/+3Iw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: '*' + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/utils': 5.20.0_eslint@8.7.0+typescript@4.6.3 + debug: 4.3.4 + eslint: 8.7.0 + tsutils: 3.21.0_typescript@4.6.3 + typescript: 4.6.3 + transitivePeerDependencies: + - supports-color + dev: false + + /@typescript-eslint/types/5.20.0: + resolution: {integrity: sha512-+d8wprF9GyvPwtoB4CxBAR/s0rpP25XKgnOvMf/gMXYDvlUC3rPFHupdTQ/ow9vn7UDe5rX02ovGYQbv/IUCbg==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} /@typescript-eslint/types/5.6.0: resolution: {integrity: sha512-OIZffked7mXv4mXzWU5MgAEbCf9ecNJBKi+Si6/I9PpTaj+cf2x58h2oHW5/P/yTnPkKaayfjhLvx+crnl5ubA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dev: true + + /@typescript-eslint/typescript-estree/5.20.0_typescript@4.6.3: + resolution: {integrity: sha512-36xLjP/+bXusLMrT9fMMYy1KJAGgHhlER2TqpUVDYUQg4w0q/NW/sg4UGAgVwAqb8V4zYg43KMUpM8vV2lve6w==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/types': 5.20.0 + '@typescript-eslint/visitor-keys': 5.20.0 + debug: 4.3.4 + globby: 11.1.0 + is-glob: 4.0.3 + semver: 7.3.5 + tsutils: 3.21.0_typescript@4.6.3 + typescript: 4.6.3 + transitivePeerDependencies: + - supports-color /@typescript-eslint/typescript-estree/5.6.0_typescript@4.6.3: resolution: {integrity: sha512-92vK5tQaE81rK7fOmuWMrSQtK1IMonESR+RJR2Tlc7w4o0MeEdjgidY/uO2Gobh7z4Q1hhS94Cr7r021fMVEeA==} @@ -7939,6 +8007,32 @@ packages: typescript: 4.6.3 transitivePeerDependencies: - supports-color + dev: true + + /@typescript-eslint/utils/5.20.0_eslint@8.7.0+typescript@4.6.3: + resolution: {integrity: sha512-lHONGJL1LIO12Ujyx8L8xKbwWSkoUKFSO+0wDAqGXiudWB2EO7WEUT+YZLtVbmOmSllAjLb9tpoIPwpRe5Tn6w==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + dependencies: + '@types/json-schema': 7.0.11 + '@typescript-eslint/scope-manager': 5.20.0 + '@typescript-eslint/types': 5.20.0 + '@typescript-eslint/typescript-estree': 5.20.0_typescript@4.6.3 + eslint: 8.7.0 + eslint-scope: 5.1.1 + eslint-utils: 3.0.0_eslint@8.7.0 + transitivePeerDependencies: + - supports-color + - typescript + dev: false + + /@typescript-eslint/visitor-keys/5.20.0: + resolution: {integrity: sha512-1flRpNF+0CAQkMNlTJ6L/Z5jiODG/e5+7mk6XwtPOUS3UrTz3UOiAg9jG2VtKsWI6rZQfy4C6a232QNRZTRGlg==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + '@typescript-eslint/types': 5.20.0 + eslint-visitor-keys: 3.3.0 /@typescript-eslint/visitor-keys/5.6.0: resolution: {integrity: sha512-1p7hDp5cpRFUyE3+lvA74egs+RWSgumrBpzBCDzfTFv0aQ7lIeay80yU0hIxgAhwQ6PcasW35kaOCyDOv6O/Ng==} @@ -7946,6 +8040,7 @@ packages: dependencies: '@typescript-eslint/types': 5.6.0 eslint-visitor-keys: 3.3.0 + dev: true /@webassemblyjs/ast/1.11.1: resolution: {integrity: sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==} diff --git a/common/config/rush/repo-state.json b/common/config/rush/repo-state.json index 5c69213f4d2..0365c45cc56 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": "faab87c446a06e6949dbdaac480c9418a759ff98", + "pnpmShrinkwrapHash": "44e287c291a5be7f5288a83d7e7d1c5087f8e9d7", "preferredVersionsHash": "d2a5d015a5e5f4861bc36581c3c08cb789ed7fab" } diff --git a/eslint/eslint-config/package.json b/eslint/eslint-config/package.json index d9f333aec98..797f6ff5fe1 100644 --- a/eslint/eslint-config/package.json +++ b/eslint/eslint-config/package.json @@ -31,10 +31,10 @@ "@rushstack/eslint-plugin": "workspace:*", "@rushstack/eslint-plugin-packlets": "workspace:*", "@rushstack/eslint-plugin-security": "workspace:*", - "@typescript-eslint/eslint-plugin": "~5.6.0", - "@typescript-eslint/experimental-utils": "~5.6.0", - "@typescript-eslint/parser": "~5.6.0", - "@typescript-eslint/typescript-estree": "~5.6.0", + "@typescript-eslint/eslint-plugin": "~5.20.0", + "@typescript-eslint/experimental-utils": "~5.20.0", + "@typescript-eslint/parser": "~5.20.0", + "@typescript-eslint/typescript-estree": "~5.20.0", "eslint-plugin-promise": "~6.0.0", "eslint-plugin-react": "~7.27.1", "eslint-plugin-tsdoc": "~0.2.16" diff --git a/eslint/eslint-plugin-packlets/package.json b/eslint/eslint-plugin-packlets/package.json index 5177db87afd..d8731173223 100644 --- a/eslint/eslint-plugin-packlets/package.json +++ b/eslint/eslint-plugin-packlets/package.json @@ -24,7 +24,7 @@ }, "dependencies": { "@rushstack/tree-pattern": "workspace:*", - "@typescript-eslint/experimental-utils": "~5.6.0" + "@typescript-eslint/experimental-utils": "~5.20.0" }, "peerDependencies": { "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" @@ -36,8 +36,8 @@ "@types/estree": "0.0.50", "@types/heft-jest": "1.0.1", "@types/node": "12.20.24", - "@typescript-eslint/parser": "~5.6.0", - "@typescript-eslint/typescript-estree": "~5.6.0", + "@typescript-eslint/parser": "~5.20.0", + "@typescript-eslint/typescript-estree": "~5.20.0", "eslint": "~8.7.0", "typescript": "~4.6.3" } diff --git a/eslint/eslint-plugin-security/package.json b/eslint/eslint-plugin-security/package.json index cfd8104e3f7..8029dd9bf64 100644 --- a/eslint/eslint-plugin-security/package.json +++ b/eslint/eslint-plugin-security/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "@rushstack/tree-pattern": "workspace:*", - "@typescript-eslint/experimental-utils": "~5.6.0" + "@typescript-eslint/experimental-utils": "~5.20.0" }, "peerDependencies": { "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" @@ -35,8 +35,8 @@ "@types/estree": "0.0.50", "@types/heft-jest": "1.0.1", "@types/node": "12.20.24", - "@typescript-eslint/parser": "~5.6.0", - "@typescript-eslint/typescript-estree": "~5.6.0", + "@typescript-eslint/parser": "~5.20.0", + "@typescript-eslint/typescript-estree": "~5.20.0", "eslint": "~8.7.0", "typescript": "~4.6.3" } diff --git a/eslint/eslint-plugin/package.json b/eslint/eslint-plugin/package.json index cf7e3aa84b6..cc348a1bb26 100644 --- a/eslint/eslint-plugin/package.json +++ b/eslint/eslint-plugin/package.json @@ -27,7 +27,7 @@ }, "dependencies": { "@rushstack/tree-pattern": "workspace:*", - "@typescript-eslint/experimental-utils": "~5.6.0" + "@typescript-eslint/experimental-utils": "~5.20.0" }, "peerDependencies": { "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" @@ -39,8 +39,8 @@ "@types/estree": "0.0.50", "@types/heft-jest": "1.0.1", "@types/node": "12.20.24", - "@typescript-eslint/parser": "~5.6.0", - "@typescript-eslint/typescript-estree": "~5.6.0", + "@typescript-eslint/parser": "~5.20.0", + "@typescript-eslint/typescript-estree": "~5.20.0", "eslint": "~8.7.0", "typescript": "~4.6.3" } From e663032b7cb2fb9e21db84441960b9569b8d7028 Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Fri, 22 Apr 2022 17:54:20 -0700 Subject: [PATCH 5/6] Update changelogs. --- .../@microsoft/api-extractor/ts-4.6_2022-04-19-12-50.json | 6 +++--- .../@rushstack/eslint-config/ts-4.6_2022-04-19-12-50.json | 6 +++--- .../eslint-plugin-packlets/ts-4.6_2022-04-19-12-50.json | 6 +++--- .../eslint-plugin-security/ts-4.6_2022-04-19-12-50.json | 6 +++--- .../@rushstack/eslint-plugin/ts-4.6_2022-04-19-12-50.json | 6 +++--- .../heft-jest-plugin/ts-4.6_2022-04-19-12-50.json | 4 ++-- .../@rushstack/heft-node-rig/ts-4.6_2022-04-19-12-50.json | 6 +++--- .../@rushstack/heft-web-rig/ts-4.6_2022-04-19-12-50.json | 6 +++--- common/changes/@rushstack/heft/ts-4.6_2022-04-19-12-50.json | 6 +++--- .../@rushstack/tree-pattern/ts-4.6_2022-04-19-12-50.json | 4 ++-- 10 files changed, 28 insertions(+), 28 deletions(-) diff --git a/common/changes/@microsoft/api-extractor/ts-4.6_2022-04-19-12-50.json b/common/changes/@microsoft/api-extractor/ts-4.6_2022-04-19-12-50.json index a62acb75445..d702d0f20d6 100644 --- a/common/changes/@microsoft/api-extractor/ts-4.6_2022-04-19-12-50.json +++ b/common/changes/@microsoft/api-extractor/ts-4.6_2022-04-19-12-50.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "update typescript to 4.6", - "type": "none", + "comment": "Update to TypeScript 4.5", + "type": "minor", "packageName": "@microsoft/api-extractor" } ], "packageName": "@microsoft/api-extractor", "email": "12343178+F3n67u@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/eslint-config/ts-4.6_2022-04-19-12-50.json b/common/changes/@rushstack/eslint-config/ts-4.6_2022-04-19-12-50.json index 8f643805db2..4685b75f622 100644 --- a/common/changes/@rushstack/eslint-config/ts-4.6_2022-04-19-12-50.json +++ b/common/changes/@rushstack/eslint-config/ts-4.6_2022-04-19-12-50.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "update typescript to 4.6", - "type": "none", + "comment": "Add support for TypeScript 4.6", + "type": "minor", "packageName": "@rushstack/eslint-config" } ], "packageName": "@rushstack/eslint-config", "email": "12343178+F3n67u@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/eslint-plugin-packlets/ts-4.6_2022-04-19-12-50.json b/common/changes/@rushstack/eslint-plugin-packlets/ts-4.6_2022-04-19-12-50.json index dab774b43ad..fb52b5f621b 100644 --- a/common/changes/@rushstack/eslint-plugin-packlets/ts-4.6_2022-04-19-12-50.json +++ b/common/changes/@rushstack/eslint-plugin-packlets/ts-4.6_2022-04-19-12-50.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "update typescript to 4.6", - "type": "none", + "comment": "Add support for TypeScript 4.6", + "type": "minor", "packageName": "@rushstack/eslint-plugin-packlets" } ], "packageName": "@rushstack/eslint-plugin-packlets", "email": "12343178+F3n67u@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/eslint-plugin-security/ts-4.6_2022-04-19-12-50.json b/common/changes/@rushstack/eslint-plugin-security/ts-4.6_2022-04-19-12-50.json index eb64db1846e..a28ec6529c9 100644 --- a/common/changes/@rushstack/eslint-plugin-security/ts-4.6_2022-04-19-12-50.json +++ b/common/changes/@rushstack/eslint-plugin-security/ts-4.6_2022-04-19-12-50.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "update typescript to 4.6", - "type": "none", + "comment": "Add support for TypeScript 4.6", + "type": "minor", "packageName": "@rushstack/eslint-plugin-security" } ], "packageName": "@rushstack/eslint-plugin-security", "email": "12343178+F3n67u@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/eslint-plugin/ts-4.6_2022-04-19-12-50.json b/common/changes/@rushstack/eslint-plugin/ts-4.6_2022-04-19-12-50.json index 9c80de37f84..1401e0b0a26 100644 --- a/common/changes/@rushstack/eslint-plugin/ts-4.6_2022-04-19-12-50.json +++ b/common/changes/@rushstack/eslint-plugin/ts-4.6_2022-04-19-12-50.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "update typescript to 4.6", - "type": "none", + "comment": "Add support for TypeScript 4.6", + "type": "minor", "packageName": "@rushstack/eslint-plugin" } ], "packageName": "@rushstack/eslint-plugin", "email": "12343178+F3n67u@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/heft-jest-plugin/ts-4.6_2022-04-19-12-50.json b/common/changes/@rushstack/heft-jest-plugin/ts-4.6_2022-04-19-12-50.json index 09c78c2c9b3..afaa7d9770a 100644 --- a/common/changes/@rushstack/heft-jest-plugin/ts-4.6_2022-04-19-12-50.json +++ b/common/changes/@rushstack/heft-jest-plugin/ts-4.6_2022-04-19-12-50.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "update typescript to 4.6", + "comment": "", "type": "none", "packageName": "@rushstack/heft-jest-plugin" } ], "packageName": "@rushstack/heft-jest-plugin", "email": "12343178+F3n67u@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/heft-node-rig/ts-4.6_2022-04-19-12-50.json b/common/changes/@rushstack/heft-node-rig/ts-4.6_2022-04-19-12-50.json index d5fa6baac57..4184ca1db13 100644 --- a/common/changes/@rushstack/heft-node-rig/ts-4.6_2022-04-19-12-50.json +++ b/common/changes/@rushstack/heft-node-rig/ts-4.6_2022-04-19-12-50.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "update typescript to 4.6", - "type": "none", + "comment": "Update to TypeScript 4.6", + "type": "minor", "packageName": "@rushstack/heft-node-rig" } ], "packageName": "@rushstack/heft-node-rig", "email": "12343178+F3n67u@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/heft-web-rig/ts-4.6_2022-04-19-12-50.json b/common/changes/@rushstack/heft-web-rig/ts-4.6_2022-04-19-12-50.json index c0461238c57..c94168267d5 100644 --- a/common/changes/@rushstack/heft-web-rig/ts-4.6_2022-04-19-12-50.json +++ b/common/changes/@rushstack/heft-web-rig/ts-4.6_2022-04-19-12-50.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "update typescript to 4.6", - "type": "none", + "comment": "Update to TypeScript 4.6", + "type": "minor", "packageName": "@rushstack/heft-web-rig" } ], "packageName": "@rushstack/heft-web-rig", "email": "12343178+F3n67u@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/heft/ts-4.6_2022-04-19-12-50.json b/common/changes/@rushstack/heft/ts-4.6_2022-04-19-12-50.json index 3232be2544f..58e6506d5c6 100644 --- a/common/changes/@rushstack/heft/ts-4.6_2022-04-19-12-50.json +++ b/common/changes/@rushstack/heft/ts-4.6_2022-04-19-12-50.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "update typescript to 4.6", - "type": "none", + "comment": "Add support for TypeScript 4.6", + "type": "minor", "packageName": "@rushstack/heft" } ], "packageName": "@rushstack/heft", "email": "12343178+F3n67u@users.noreply.github.com" -} \ No newline at end of file +} diff --git a/common/changes/@rushstack/tree-pattern/ts-4.6_2022-04-19-12-50.json b/common/changes/@rushstack/tree-pattern/ts-4.6_2022-04-19-12-50.json index 65224f71c7f..be158196ae7 100644 --- a/common/changes/@rushstack/tree-pattern/ts-4.6_2022-04-19-12-50.json +++ b/common/changes/@rushstack/tree-pattern/ts-4.6_2022-04-19-12-50.json @@ -1,11 +1,11 @@ { "changes": [ { - "comment": "update typescript to 4.6", + "comment": "", "type": "none", "packageName": "@rushstack/tree-pattern" } ], "packageName": "@rushstack/tree-pattern", "email": "12343178+F3n67u@users.noreply.github.com" -} \ No newline at end of file +} From a574cb96ccbaedefc91f1b94acdd19bf416c7ff1 Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Fri, 22 Apr 2022 18:07:43 -0700 Subject: [PATCH 6/6] Fix a mistake in a changelog. --- .../@microsoft/api-extractor/ts-4.6_2022-04-19-12-50.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/changes/@microsoft/api-extractor/ts-4.6_2022-04-19-12-50.json b/common/changes/@microsoft/api-extractor/ts-4.6_2022-04-19-12-50.json index d702d0f20d6..d7945bbaa76 100644 --- a/common/changes/@microsoft/api-extractor/ts-4.6_2022-04-19-12-50.json +++ b/common/changes/@microsoft/api-extractor/ts-4.6_2022-04-19-12-50.json @@ -1,7 +1,7 @@ { "changes": [ { - "comment": "Update to TypeScript 4.5", + "comment": "Update to TypeScript 4.6", "type": "minor", "packageName": "@microsoft/api-extractor" }