Skip to content

Commit 935767b

Browse files
authored
Merge pull request microsoft#1449 from microsoft/octogonz/bump-cylics
Bump cyclic dependencies and clean up some deadwood
2 parents efc6fe7 + 3f6931d commit 935767b

File tree

68 files changed

+468
-568
lines changed

Some content is hidden

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

68 files changed

+468
-568
lines changed

apps/api-extractor-model/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
"homepage": "https://api-extractor.com",
1010
"main": "lib/index.js",
1111
"typings": "dist/rollup.d.ts",
12-
"tsdoc": {
13-
"tsdocFlavor": "AEDoc"
14-
},
1512
"license": "MIT",
1613
"scripts": {
1714
"build": "gulp test --clean"
@@ -22,8 +19,8 @@
2219
"@types/node": "8.5.8"
2320
},
2421
"devDependencies": {
25-
"@microsoft/node-library-build": "6.0.71",
26-
"@microsoft/rush-stack-compiler-3.4": "0.1.11",
22+
"@microsoft/node-library-build": "6.1.2",
23+
"@microsoft/rush-stack-compiler-3.4": "0.1.15",
2724
"@types/jest": "23.3.11",
2825
"gulp": "~4.0.2",
2926
"tslint-microsoft-contrib": "~5.2.1"

apps/api-extractor/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
2424
"homepage": "https://api-extractor.com",
2525
"main": "lib/index.js",
2626
"typings": "dist/rollup.d.ts",
27-
"tsdoc": {
28-
"tsdocFlavor": "AEDoc"
29-
},
3027
"bin": {
3128
"api-extractor": "./bin/api-extractor"
3229
},
@@ -46,8 +43,8 @@
4643
"typescript": "~3.5.3"
4744
},
4845
"devDependencies": {
49-
"@microsoft/node-library-build": "6.0.71",
50-
"@microsoft/rush-stack-compiler-3.4": "0.1.11",
46+
"@microsoft/node-library-build": "6.1.2",
47+
"@microsoft/rush-stack-compiler-3.4": "0.1.15",
5148
"@types/jest": "23.3.11",
5249
"@types/lodash": "4.14.116",
5350
"@types/node": "8.5.8",

apps/rush-buildxl/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
},
1212
"engineStrict": true,
1313
"homepage": "https://rushjs.io",
14-
"tsdoc": {
15-
"tsdocFlavor": "AEDoc"
16-
},
1714
"scripts": {
1815
"build": "gulp test --clean"
1916
},

apps/rush-lib/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
"homepage": "https://rushjs.io",
1414
"main": "lib/index.js",
1515
"typings": "dist/rush-lib.d.ts",
16-
"tsdoc": {
17-
"tsdocFlavor": "AEDoc"
18-
},
1916
"scripts": {
2017
"build": "gulp test --clean"
2118
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"private": true,
66
"main": "lib/index.js",
77
"typings": "dist/api-extractor-test-01.d.ts",
8-
"tsdoc": {
9-
"tsdocFlavor": "AEDoc"
10-
},
118
"scripts": {
129
"build": "node build.js"
1310
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"private": true,
66
"main": "lib/index.js",
77
"typings": "dist/api-extractor-test-02.d.ts",
8-
"tsdoc": {
9-
"tsdocFlavor": "AEDoc"
10-
},
118
"scripts": {
129
"build": "node build.js"
1310
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"private": true,
66
"main": "lib/index.js",
77
"typings": "dist/api-extractor-test-04.d.ts",
8-
"tsdoc": {
9-
"tsdocFlavor": "AEDoc"
10-
},
118
"scripts": {
129
"build": "node build.js"
1310
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
"description": "",
55
"main": "lib/test.js",
66
"module": "lib-es6/test.js",
7-
"tsdoc": {
8-
"tsdocFlavor": "AEDoc"
9-
},
107
"private": true,
118
"scripts": {
129
"build": "gulp --clean"
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "",
5+
"packageName": "@microsoft/api-extractor-model",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@microsoft/api-extractor-model",
10+
"email": "4673363+octogonz@users.noreply.github.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "",
5+
"packageName": "@microsoft/api-extractor",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@microsoft/api-extractor",
10+
"email": "4673363+octogonz@users.noreply.github.com"
11+
}

0 commit comments

Comments
 (0)