Skip to content

Commit 35339e2

Browse files
authored
Merge pull request microsoft#1387 from iclanton/ianc/node-12-support
[GCB] Add support for Node 12
2 parents 63a5449 + 7b573c8 commit 35339e2

87 files changed

Lines changed: 1187 additions & 343 deletions

File tree

Some content is hidden

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

apps/api-documenter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"devDependencies": {
2626
"@microsoft/rush-stack-compiler-3.4": "0.1.13",
2727
"@microsoft/node-library-build": "6.0.74",
28+
"@types/jest": "23.3.11",
2829
"@types/js-yaml": "3.12.1",
2930
"@types/node": "8.5.8",
30-
"gulp": "~3.9.1",
31-
"@types/jest": "23.3.11",
31+
"gulp": "~4.0.2",
3232
"jest": "~23.6.0"
3333
}
3434
}

apps/api-extractor-model/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@microsoft/node-library-build": "6.0.71",
2626
"@microsoft/rush-stack-compiler-3.4": "0.1.11",
2727
"@types/jest": "23.3.11",
28-
"gulp": "~3.9.1",
28+
"gulp": "~4.0.2",
2929
"tslint-microsoft-contrib": "~5.2.1"
3030
}
3131
}

apps/api-extractor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@
5151
"@types/jest": "23.3.11",
5252
"@types/lodash": "4.14.116",
5353
"@types/node": "8.5.8",
54-
"gulp": "~3.9.1"
54+
"gulp": "~4.0.2"
5555
}
5656
}

apps/rush-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@
6262
"@types/semver": "5.3.33",
6363
"@types/tar": "4.0.0",
6464
"@types/z-schema": "3.16.31",
65-
"gulp": "~3.9.1"
65+
"gulp": "~4.0.2"
6666
}
6767
}

apps/rush/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@types/semver": "5.3.33",
4646
"@types/sinon": "1.16.34",
4747
"chai": "~3.5.0",
48-
"gulp": "~3.9.1",
48+
"gulp": "~4.0.2",
4949
"sinon": "~1.17.3"
5050
}
5151
}

build-tests/node-library-build-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@types/chai": "3.4.34",
1616
"@types/mocha": "5.2.5",
1717
"chai": "~3.5.0",
18-
"gulp": "~3.9.1",
18+
"gulp": "~4.0.2",
1919
"@microsoft/rush-stack-compiler-3.4": "0.1.13"
2020
}
2121
}

build-tests/rush-stack-compiler-2.4-library-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"devDependencies": {
1515
"@microsoft/node-library-build": "6.0.74",
1616
"@microsoft/rush-stack-compiler-2.4": "0.6.25",
17-
"gulp": "~3.9.1"
17+
"gulp": "~4.0.2"
1818
}
1919
}

build-tests/rush-stack-compiler-2.7-library-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"devDependencies": {
1515
"@microsoft/node-library-build": "6.0.74",
1616
"@microsoft/rush-stack-compiler-2.7": "0.6.25",
17-
"gulp": "~3.9.1"
17+
"gulp": "~4.0.2"
1818
}
1919
}

build-tests/rush-stack-compiler-2.8-library-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"devDependencies": {
1515
"@microsoft/node-library-build": "6.0.74",
1616
"@microsoft/rush-stack-compiler-2.8": "0.1.12",
17-
"gulp": "~3.9.1"
17+
"gulp": "~4.0.2"
1818
}
1919
}

build-tests/rush-stack-compiler-2.9-library-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"devDependencies": {
1515
"@microsoft/node-library-build": "6.0.74",
1616
"@microsoft/rush-stack-compiler-2.9": "0.7.25",
17-
"gulp": "~3.9.1"
17+
"gulp": "~4.0.2"
1818
}
1919
}

0 commit comments

Comments
 (0)