Skip to content

Commit bd71782

Browse files
authored
Merge pull request #357 from microsoft/octogonz/upgrade-toolchain
Upgrade monorepo toolchain
2 parents 6d8251d + 96b65de commit bd71782

Some content is hidden

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

48 files changed

+7743
-8948
lines changed

api-demo/config/jest.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"preset": "./node_modules/@rushstack/heft/includes/jest-shared.config.json"
2+
"extends": "@rushstack/heft-node-rig/profiles/default/config/jest.config.json"
33
}

api-demo/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"description": "A code sample that illustrates usage of the API for @microsoft/tsdoc",
66
"license": "MIT",
77
"dependencies": {
8-
"@microsoft/tsdoc": "0.14.2",
8+
"@microsoft/tsdoc": "workspace:*",
99
"colors": "~1.4.0",
10-
"typescript": "~3.9.7"
10+
"typescript": "~5.0.4"
1111
},
1212
"devDependencies": {
13-
"@rushstack/eslint-config": "~2.3.1",
14-
"@rushstack/heft-node-rig": "0.1.28",
15-
"@rushstack/heft": "^0.22.3",
16-
"@types/heft-jest": "1.0.1",
17-
"@types/node": "10.17.13",
18-
"eslint": "~7.12.1"
13+
"@rushstack/eslint-config": "~3.3.1",
14+
"@rushstack/heft-node-rig": "2.2.5",
15+
"@rushstack/heft": "^0.53.1",
16+
"@types/heft-jest": "1.0.3",
17+
"@types/node": "14.18.36",
18+
"eslint": "~8.42.0"
1919
},
2020
"scripts": {
2121
"build": "heft test --clean",
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/tsdoc-config",
5+
"comment": "Upgrade dev toolchain (Heft, Webpack, TypeScript)",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@microsoft/tsdoc-config"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/tsdoc",
5+
"comment": "Upgrade dev toolchain (Heft, Webpack, TypeScript)",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@microsoft/tsdoc"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "eslint-plugin-tsdoc",
5+
"comment": "Upgrade dev toolchain (Heft, Webpack, TypeScript, ESLint)",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "eslint-plugin-tsdoc"
10+
}

common/config/azure-pipelines/ci-build.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ jobs:
44
- job: PRBuild
55
condition: succeeded()
66
strategy:
7-
maxParallel: 2
7+
maxParallel: 3
88
matrix:
9-
'NodeJs 12':
10-
NodeVersion: 12
119
'NodeJs 14':
1210
NodeVersion: 14
11+
'NodeJs 16':
12+
NodeVersion: 16
13+
'NodeJs 18':
14+
NodeVersion: 18
1315
steps:
1416
- checkout: self
1517
- template: templates/build.yaml

common/config/azure-pipelines/npm-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pool:
22
vmImage: 'ubuntu-latest'
33
variables:
4-
NodeVersion: 14
4+
NodeVersion: 16
55
FORCE_COLOR: 1
66
steps:
77
- checkout: self

common/config/azure-pipelines/npm-republish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pool:
22
vmImage: 'ubuntu-latest'
33
variables:
4-
NodeVersion: 14
4+
NodeVersion: 16
55
FORCE_COLOR: 1
66
steps:
77
- checkout: self

common/config/azure-pipelines/playground-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ resources:
99
ref: refs/heads/gh-pages
1010
trigger: none
1111
variables:
12-
NodeVersion: 14
12+
NodeVersion: 16
1313
FORCE_COLOR: 1
1414
jobs:
1515
- job: build
File renamed without changes.

0 commit comments

Comments
 (0)