Skip to content

Commit 4d4d472

Browse files
committed
bump typescript version to ~4.6.3
1 parent 7386ee3 commit 4d4d472

File tree

53 files changed

+391
-392
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+391
-392
lines changed

apps/api-extractor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"resolve": "~1.17.0",
4949
"semver": "~7.3.0",
5050
"source-map": "~0.6.1",
51-
"typescript": "~4.5.2"
51+
"typescript": "~4.6.3"
5252
},
5353
"devDependencies": {
5454
"@rushstack/eslint-config": "workspace:*",

apps/heft/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@
6262
"@types/semver": "7.3.5",
6363
"colors": "~1.2.1",
6464
"tslint": "~5.20.1",
65-
"typescript": "~4.5.2"
65+
"typescript": "~4.6.3"
6666
}
6767
}

build-tests-samples/heft-node-basic-tutorial/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"@types/heft-jest": "1.0.1",
1818
"@types/node": "12.20.24",
1919
"eslint": "~8.7.0",
20-
"typescript": "~4.5.2"
20+
"typescript": "~4.6.3"
2121
}
2222
}

build-tests-samples/heft-node-jest-tutorial/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"@types/heft-jest": "1.0.1",
1717
"@types/node": "12.20.24",
1818
"eslint": "~8.7.0",
19-
"typescript": "~4.5.2"
19+
"typescript": "~4.6.3"
2020
}
2121
}

build-tests-samples/heft-serverless-stack-tutorial/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"aws-cdk-lib": "2.7.0",
2727
"constructs": "~10.0.98",
2828
"eslint": "~8.7.0",
29-
"typescript": "~4.5.5"
30-
},
31-
"dependencies": {}
29+
"typescript": "~4.6.3"
30+
}
3231
}

build-tests-samples/heft-storybook-react-tutorial-storykit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"react": "~16.13.1",
3232
"style-loader": "~2.0.0",
3333
"terser-webpack-plugin": "~3.0.8",
34-
"typescript": "~4.5.2",
34+
"typescript": "~4.6.3",
3535
"webpack": "~4.44.2"
3636
}
3737
}

build-tests-samples/heft-storybook-react-tutorial/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"html-webpack-plugin": "~4.5.2",
3232
"source-map-loader": "~1.1.3",
3333
"style-loader": "~2.0.0",
34-
"typescript": "~4.5.2",
34+
"typescript": "~4.6.3",
3535
"webpack": "~4.44.2"
3636
}
3737
}

build-tests-samples/heft-web-rig-app-tutorial/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"@types/react-dom": "16.9.14",
2424
"@types/react": "16.14.23",
2525
"@types/webpack-env": "1.13.0",
26-
"typescript": "~4.5.2"
26+
"typescript": "~4.6.3"
2727
}
2828
}

build-tests-samples/heft-web-rig-library-tutorial/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"@types/react-dom": "16.9.14",
2626
"@types/react": "16.14.23",
2727
"@types/webpack-env": "1.13.0",
28-
"typescript": "~4.5.2"
28+
"typescript": "~4.6.3"
2929
}
3030
}

build-tests-samples/heft-webpack-basic-tutorial/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"html-webpack-plugin": "~5.5.0",
2929
"source-map-loader": "~3.0.1",
3030
"style-loader": "~3.3.1",
31-
"typescript": "~4.5.2",
31+
"typescript": "~4.6.3",
3232
"webpack": "~5.68.0"
3333
}
3434
}

build-tests-samples/packlets-tutorial/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"@rushstack/heft": "workspace:*",
1515
"@types/node": "12.20.24",
1616
"eslint": "~8.7.0",
17-
"typescript": "~4.5.2"
17+
"typescript": "~4.6.3"
1818
}
1919
}

build-tests/api-documenter-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"@types/jest": "27.4.0",
1616
"@types/node": "12.20.24",
1717
"fs-extra": "~7.0.1",
18-
"typescript": "~4.5.2"
18+
"typescript": "~4.6.3"
1919
}
2020
}

build-tests/api-extractor-lib2-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"@types/jest": "27.4.0",
1515
"@types/node": "12.20.24",
1616
"fs-extra": "~7.0.1",
17-
"typescript": "~4.5.2"
17+
"typescript": "~4.6.3"
1818
}
1919
}

build-tests/api-extractor-lib3-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"@types/jest": "27.4.0",
1818
"@types/node": "12.20.24",
1919
"fs-extra": "~7.0.1",
20-
"typescript": "~4.5.2"
20+
"typescript": "~4.6.3"
2121
}
2222
}

build-tests/api-extractor-scenarios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"api-extractor-lib3-test": "workspace:*",
2121
"colors": "~1.2.1",
2222
"fs-extra": "~7.0.1",
23-
"typescript": "~4.5.2"
23+
"typescript": "~4.6.3"
2424
}
2525
}

build-tests/api-extractor-test-01/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"@types/heft-jest": "1.0.1",
2020
"@types/node": "12.20.24",
2121
"fs-extra": "~7.0.1",
22-
"typescript": "~4.5.2"
22+
"typescript": "~4.6.3"
2323
}
2424
}

build-tests/api-extractor-test-02/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"@microsoft/api-extractor": "workspace:*",
1919
"@types/node": "12.20.24",
2020
"fs-extra": "~7.0.1",
21-
"typescript": "~4.5.2"
21+
"typescript": "~4.6.3"
2222
}
2323
}

build-tests/api-extractor-test-03/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"@types/node": "12.20.24",
1313
"api-extractor-test-02": "workspace:*",
1414
"fs-extra": "~7.0.1",
15-
"typescript": "~4.5.2"
15+
"typescript": "~4.6.3"
1616
}
1717
}

build-tests/api-extractor-test-04/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"@microsoft/api-extractor": "workspace:*",
1414
"api-extractor-lib1-test": "workspace:*",
1515
"fs-extra": "~7.0.1",
16-
"typescript": "~4.5.2"
16+
"typescript": "~4.6.3"
1717
}
1818
}

build-tests/eslint-7-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"@types/node": "12.20.24",
1616
"@typescript-eslint/parser": "~5.6.0",
1717
"eslint": "~7.30.0",
18-
"typescript": "~4.5.2"
18+
"typescript": "~4.6.3"
1919
}
2020
}

build-tests/heft-action-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@rushstack/heft": "workspace:*",
1515
"@types/node": "12.20.24",
1616
"eslint": "~8.7.0",
17-
"typescript": "~4.5.2"
17+
"typescript": "~4.6.3"
1818
},
1919
"dependencies": {
2020
"@rushstack/node-core-library": "workspace:*"

build-tests/heft-example-plugin-01/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"@types/node": "12.20.24",
2020
"@types/tapable": "1.0.6",
2121
"eslint": "~8.7.0",
22-
"typescript": "~4.5.2"
22+
"typescript": "~4.6.3"
2323
}
2424
}

build-tests/heft-example-plugin-02/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"@types/node": "12.20.24",
2525
"eslint": "~8.7.0",
2626
"heft-example-plugin-01": "workspace:*",
27-
"typescript": "~4.5.2"
27+
"typescript": "~4.6.3"
2828
}
2929
}

build-tests/heft-fastify-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/heft-jest": "1.0.1",
1818
"@types/node": "12.20.24",
1919
"eslint": "~8.7.0",
20-
"typescript": "~4.5.2"
20+
"typescript": "~4.6.3"
2121
},
2222
"dependencies": {
2323
"fastify": "~3.16.1"

build-tests/heft-jest-reporters-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"@rushstack/heft-jest-plugin": "workspace:*",
1818
"@types/heft-jest": "1.0.1",
1919
"eslint": "~8.7.0",
20-
"typescript": "~4.5.2"
20+
"typescript": "~4.6.3"
2121
}
2222
}

build-tests/heft-minimal-rig-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"_phase:build": ""
1010
},
1111
"dependencies": {
12-
"typescript": "~4.5.2",
12+
"typescript": "~4.6.3",
1313
"@microsoft/api-extractor": "workspace:*",
1414
"@rushstack/heft-jest-plugin": "workspace:*"
1515
}

build-tests/heft-node-everything-esm-module-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"heft-example-plugin-02": "workspace:*",
2424
"tslint": "~5.20.1",
2525
"tslint-microsoft-contrib": "~6.2.0",
26-
"typescript": "~4.5.2"
26+
"typescript": "~4.6.3"
2727
}
2828
}

build-tests/heft-node-everything-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"heft-example-plugin-02": "workspace:*",
2323
"tslint": "~5.20.1",
2424
"tslint-microsoft-contrib": "~6.2.0",
25-
"typescript": "~4.5.2"
25+
"typescript": "~4.6.3"
2626
}
2727
}

build-tests/heft-parameter-plugin-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"@rushstack/node-core-library": "workspace:*",
1616
"@types/heft-jest": "1.0.1",
1717
"heft-parameter-plugin": "workspace:*",
18-
"typescript": "~4.5.2"
18+
"typescript": "~4.6.3"
1919
}
2020
}

build-tests/heft-parameter-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@rushstack/heft": "workspace:*",
1515
"@types/node": "12.20.24",
1616
"eslint": "~8.7.0",
17-
"typescript": "~4.5.2"
17+
"typescript": "~4.6.3"
1818
},
1919
"dependencies": {
2020
"@rushstack/node-core-library": "workspace:*"

build-tests/heft-sass-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"sass-loader": "~10.0.0",
3131
"sass": "~1.3.0",
3232
"style-loader": "~2.0.0",
33-
"typescript": "~4.5.2",
33+
"typescript": "~4.6.3",
3434
"webpack": "~4.44.2"
3535
},
3636
"dependencies": {

build-tests/heft-typescript-composite-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"eslint": "~8.7.0",
2020
"tslint": "~5.20.1",
2121
"tslint-microsoft-contrib": "~6.2.0",
22-
"typescript": "~4.5.2"
22+
"typescript": "~4.6.3"
2323
}
2424
}

build-tests/heft-webpack4-everything-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"file-loader": "~6.0.0",
2222
"tslint": "~5.20.1",
2323
"tslint-microsoft-contrib": "~6.2.0",
24-
"typescript": "~4.5.2",
24+
"typescript": "~4.6.3",
2525
"webpack": "~4.44.2"
2626
}
2727
}

build-tests/heft-webpack5-everything-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"eslint": "~8.7.0",
2121
"tslint": "~5.20.1",
2222
"tslint-microsoft-contrib": "~6.2.0",
23-
"typescript": "~4.5.2"
23+
"typescript": "~4.6.3"
2424
}
2525
}

0 commit comments

Comments
 (0)