Skip to content

Commit 56d0c44

Browse files
committed
Applying package updates.
1 parent 10a6dd0 commit 56d0c44

File tree

69 files changed

+259
-259
lines changed

Some content is hidden

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

69 files changed

+259
-259
lines changed

apps/api-documenter/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-documenter",
3-
"version": "7.7.13",
3+
"version": "7.7.14",
44
"description": "Read JSON files from api-extractor, generate documentation pages",
55
"repository": {
66
"type": "git",
@@ -17,18 +17,18 @@
1717
"main": "lib/index.js",
1818
"typings": "dist/rollup.d.ts",
1919
"dependencies": {
20-
"@microsoft/api-extractor-model": "7.7.8",
21-
"@rushstack/node-core-library": "3.19.4",
22-
"@rushstack/ts-command-line": "4.3.11",
20+
"@microsoft/api-extractor-model": "7.7.9",
21+
"@rushstack/node-core-library": "3.19.5",
22+
"@rushstack/ts-command-line": "4.3.12",
2323
"@microsoft/tsdoc": "0.12.14",
2424
"colors": "~1.2.1",
2525
"js-yaml": "~3.13.1",
2626
"resolve": "1.8.1"
2727
},
2828
"devDependencies": {
29-
"@microsoft/rush-stack-compiler-3.5": "0.4.4",
30-
"@microsoft/node-library-build": "6.4.5",
31-
"@rushstack/eslint-config": "0.5.4",
29+
"@microsoft/rush-stack-compiler-3.5": "0.4.5",
30+
"@microsoft/node-library-build": "6.4.6",
31+
"@rushstack/eslint-config": "0.5.5",
3232
"@types/jest": "23.3.11",
3333
"@types/js-yaml": "3.12.1",
3434
"@types/node": "10.17.13",

apps/api-extractor-model/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-extractor-model",
3-
"version": "7.7.8",
3+
"version": "7.7.9",
44
"description": "A helper library for loading and saving the .api.json files created by API Extractor",
55
"repository": {
66
"type": "git",
@@ -14,13 +14,13 @@
1414
"build": "gulp test --clean"
1515
},
1616
"dependencies": {
17-
"@rushstack/node-core-library": "3.19.4",
17+
"@rushstack/node-core-library": "3.19.5",
1818
"@microsoft/tsdoc": "0.12.14"
1919
},
2020
"devDependencies": {
2121
"@microsoft/node-library-build": "6.4.5",
2222
"@microsoft/rush-stack-compiler-3.5": "0.4.4",
23-
"@rushstack/eslint-config": "0.5.4",
23+
"@rushstack/eslint-config": "0.5.5",
2424
"@types/jest": "23.3.11",
2525
"@types/node": "10.17.13",
2626
"gulp": "~4.0.2"

apps/api-extractor/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-extractor",
3-
"version": "7.7.9",
3+
"version": "7.7.10",
44
"description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
55
"keywords": [
66
"typescript",
@@ -32,9 +32,9 @@
3232
"build": "gulp test --clean"
3333
},
3434
"dependencies": {
35-
"@microsoft/api-extractor-model": "7.7.8",
36-
"@rushstack/node-core-library": "3.19.4",
37-
"@rushstack/ts-command-line": "4.3.11",
35+
"@microsoft/api-extractor-model": "7.7.9",
36+
"@rushstack/node-core-library": "3.19.5",
37+
"@rushstack/ts-command-line": "4.3.12",
3838
"@microsoft/tsdoc": "0.12.14",
3939
"colors": "~1.2.1",
4040
"lodash": "~4.17.15",
@@ -45,7 +45,7 @@
4545
"devDependencies": {
4646
"@microsoft/node-library-build": "6.4.5",
4747
"@microsoft/rush-stack-compiler-3.5": "0.4.4",
48-
"@rushstack/eslint-config": "0.5.4",
48+
"@rushstack/eslint-config": "0.5.5",
4949
"@types/jest": "23.3.11",
5050
"@types/lodash": "4.14.116",
5151
"@types/node": "10.17.13",

apps/rush-buildxl/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
},
2020
"license": "MIT",
2121
"dependencies": {
22-
"@rushstack/node-core-library": "3.19.4",
22+
"@rushstack/node-core-library": "3.19.5",
2323
"@microsoft/rush-lib": "5.22.0",
24-
"@rushstack/ts-command-line": "4.3.11"
24+
"@rushstack/ts-command-line": "4.3.12"
2525
},
2626
"devDependencies": {
27-
"@microsoft/node-library-build": "6.4.5",
28-
"@microsoft/rush-stack-compiler-3.5": "0.4.4",
29-
"@rushstack/eslint-config": "0.5.4",
27+
"@microsoft/node-library-build": "6.4.6",
28+
"@microsoft/rush-stack-compiler-3.5": "0.4.5",
29+
"@rushstack/eslint-config": "0.5.5",
3030
"@types/jest": "23.3.11",
3131
"@types/node": "10.17.13",
3232
"gulp": "~4.0.2"

apps/rush-lib/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
},
1919
"license": "MIT",
2020
"dependencies": {
21-
"@rushstack/node-core-library": "3.19.4",
22-
"@rushstack/package-deps-hash": "2.4.5",
23-
"@rushstack/stream-collator": "3.2.5",
24-
"@rushstack/ts-command-line": "4.3.11",
21+
"@rushstack/node-core-library": "3.19.5",
22+
"@rushstack/package-deps-hash": "2.4.6",
23+
"@rushstack/stream-collator": "3.2.6",
24+
"@rushstack/ts-command-line": "4.3.12",
2525
"@pnpm/link-bins": "~5.1.0",
2626
"@yarnpkg/lockfile": "~1.0.2",
2727
"builtin-modules": "~3.1.0",
@@ -46,9 +46,9 @@
4646
"z-schema": "~3.18.3"
4747
},
4848
"devDependencies": {
49-
"@microsoft/node-library-build": "6.4.5",
50-
"@microsoft/rush-stack-compiler-3.5": "0.4.4",
51-
"@rushstack/eslint-config": "0.5.4",
49+
"@microsoft/node-library-build": "6.4.6",
50+
"@microsoft/rush-stack-compiler-3.5": "0.4.5",
51+
"@rushstack/eslint-config": "0.5.5",
5252
"@types/glob": "7.1.1",
5353
"@types/inquirer": "0.0.43",
5454
"@types/jest": "23.3.11",

apps/rush/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
},
3232
"license": "MIT",
3333
"dependencies": {
34-
"@rushstack/node-core-library": "3.19.4",
34+
"@rushstack/node-core-library": "3.19.5",
3535
"@microsoft/rush-lib": "5.22.0",
3636
"colors": "~1.2.1",
3737
"semver": "~5.3.0"
3838
},
3939
"devDependencies": {
40-
"@microsoft/rush-stack-compiler-3.5": "0.4.4",
41-
"@microsoft/node-library-build": "6.4.5",
42-
"@rushstack/eslint-config": "0.5.4",
40+
"@microsoft/rush-stack-compiler-3.5": "0.4.5",
41+
"@microsoft/node-library-build": "6.4.6",
42+
"@rushstack/eslint-config": "0.5.5",
4343
"@types/chai": "3.4.34",
4444
"@types/mocha": "5.2.5",
4545
"@types/node": "10.17.13",

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"build": "node build.js"
1010
},
1111
"devDependencies": {
12-
"@microsoft/api-extractor": "7.7.9",
13-
"@microsoft/api-documenter": "7.7.13",
12+
"@microsoft/api-extractor": "7.7.10",
13+
"@microsoft/api-documenter": "7.7.14",
1414
"@types/jest": "23.3.11",
1515
"@types/node": "10.17.13",
1616
"fs-extra": "~7.0.1",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "node build.js"
1010
},
1111
"devDependencies": {
12-
"@microsoft/api-extractor": "7.7.9",
12+
"@microsoft/api-extractor": "7.7.10",
1313
"@types/jest": "23.3.11",
1414
"@types/node": "10.17.13",
1515
"fs-extra": "~7.0.1",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "node build.js"
1010
},
1111
"devDependencies": {
12-
"@microsoft/api-extractor": "7.7.9",
12+
"@microsoft/api-extractor": "7.7.10",
1313
"@types/jest": "23.3.11",
1414
"@types/node": "10.17.13",
1515
"fs-extra": "~7.0.1",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"api-extractor-lib1-test": "1.0.0"
1313
},
1414
"devDependencies": {
15-
"@microsoft/api-extractor": "7.7.9",
15+
"@microsoft/api-extractor": "7.7.10",
1616
"@types/jest": "23.3.11",
1717
"@types/node": "10.17.13",
1818
"fs-extra": "~7.0.1",

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"build": "node build.js"
1010
},
1111
"devDependencies": {
12-
"@microsoft/api-extractor": "7.7.9",
13-
"@rushstack/node-core-library": "3.19.4",
12+
"@microsoft/api-extractor": "7.7.10",
13+
"@rushstack/node-core-library": "3.19.5",
1414
"@microsoft/teams-js": "1.3.0-beta.4",
1515
"@types/jest": "23.3.11",
1616
"@types/node": "10.17.13",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"long": "^4.0.0"
1515
},
1616
"devDependencies": {
17-
"@microsoft/api-extractor": "7.7.9",
17+
"@microsoft/api-extractor": "7.7.10",
1818
"@types/node": "10.17.13",
1919
"fs-extra": "~7.0.1",
2020
"typescript": "~3.7.2"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"semver": "~5.3.0"
1515
},
1616
"devDependencies": {
17-
"@microsoft/api-extractor": "7.7.9",
17+
"@microsoft/api-extractor": "7.7.10",
1818
"@types/node": "10.17.13",
1919
"fs-extra": "~7.0.1",
2020
"typescript": "~3.7.2"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "node build.js"
1010
},
1111
"dependencies": {
12-
"@microsoft/api-extractor": "7.7.9",
12+
"@microsoft/api-extractor": "7.7.10",
1313
"api-extractor-lib1-test": "1.0.0",
1414
"fs-extra": "~7.0.1",
1515
"typescript": "~3.7.2"

build-tests/localization-plugin-test-01/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"serve": "node serve.js"
99
},
1010
"dependencies": {
11-
"@rushstack/set-webpack-public-path-plugin": "2.4.1",
12-
"@rushstack/node-core-library": "3.19.4",
13-
"@rushstack/localization-plugin": "0.1.2",
11+
"@rushstack/set-webpack-public-path-plugin": "2.4.2",
12+
"@rushstack/node-core-library": "3.19.5",
13+
"@rushstack/localization-plugin": "0.1.3",
1414
"@types/webpack-env": "1.13.0",
15-
"@microsoft/rush-stack-compiler-3.5": "0.4.4",
15+
"@microsoft/rush-stack-compiler-3.5": "0.4.5",
1616
"ts-loader": "6.0.0",
1717
"webpack": "~4.31.0",
1818
"webpack-bundle-analyzer": "~3.6.0",

build-tests/localization-plugin-test-02/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"serve": "node serve.js"
99
},
1010
"dependencies": {
11-
"@rushstack/set-webpack-public-path-plugin": "2.4.1",
12-
"@rushstack/node-core-library": "3.19.4",
13-
"@rushstack/localization-plugin": "0.1.2",
11+
"@rushstack/set-webpack-public-path-plugin": "2.4.2",
12+
"@rushstack/node-core-library": "3.19.5",
13+
"@rushstack/localization-plugin": "0.1.3",
1414
"@types/webpack-env": "1.13.0",
15-
"@microsoft/rush-stack-compiler-3.5": "0.4.4",
15+
"@microsoft/rush-stack-compiler-3.5": "0.4.5",
1616
"ts-loader": "6.0.0",
1717
"webpack": "~4.31.0",
1818
"webpack-bundle-analyzer": "~3.6.0",

build-tests/localization-plugin-test-03/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"serve": "node serve.js"
99
},
1010
"dependencies": {
11-
"@rushstack/set-webpack-public-path-plugin": "2.4.1",
12-
"@rushstack/node-core-library": "3.19.4",
13-
"@rushstack/localization-plugin": "0.1.2",
11+
"@rushstack/set-webpack-public-path-plugin": "2.4.2",
12+
"@rushstack/node-core-library": "3.19.5",
13+
"@rushstack/localization-plugin": "0.1.3",
1414
"@types/webpack-env": "1.13.0",
15-
"@microsoft/rush-stack-compiler-3.5": "0.4.4",
15+
"@microsoft/rush-stack-compiler-3.5": "0.4.5",
1616
"ts-loader": "6.0.0",
1717
"webpack": "~4.31.0",
1818
"webpack-bundle-analyzer": "~3.6.0",

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"lint": "node node_modules/@microsoft/rush-stack-compiler-3.5/bin/rush-eslint -f unix \"src/**/*.{ts,tsx}\""
1010
},
1111
"devDependencies": {
12-
"@microsoft/node-library-build": "6.4.5",
13-
"@rushstack/eslint-config": "0.5.4",
12+
"@microsoft/node-library-build": "6.4.6",
13+
"@rushstack/eslint-config": "0.5.5",
1414
"@types/chai": "3.4.34",
1515
"@types/mocha": "5.2.5",
1616
"@types/node": "10.17.13",
1717
"chai": "~3.5.0",
1818
"gulp": "~4.0.2",
19-
"@microsoft/rush-stack-compiler-3.5": "0.4.4"
19+
"@microsoft/rush-stack-compiler-3.5": "0.4.5"
2020
}
2121
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"build": "gulp test --clean"
99
},
1010
"devDependencies": {
11-
"@microsoft/node-library-build": "6.4.5",
11+
"@microsoft/node-library-build": "6.4.6",
1212
"@types/chai": "3.4.34",
1313
"@types/mocha": "5.2.5",
1414
"@types/node": "10.17.13",
1515
"chai": "~3.5.0",
1616
"gulp": "~4.0.2",
17-
"@microsoft/rush-stack-compiler-3.5": "0.4.4"
17+
"@microsoft/rush-stack-compiler-3.5": "0.4.5"
1818
}
1919
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"build": "gulp test --clean"
1010
},
1111
"devDependencies": {
12-
"@microsoft/node-library-build": "6.4.5",
13-
"@microsoft/rush-stack-compiler-2.4": "0.9.4",
12+
"@microsoft/node-library-build": "6.4.6",
13+
"@microsoft/rush-stack-compiler-2.4": "0.9.5",
1414
"@types/node": "10.17.13",
1515
"gulp": "~4.0.2"
1616
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"build": "gulp test --clean"
1010
},
1111
"devDependencies": {
12-
"@microsoft/node-library-build": "6.4.5",
13-
"@microsoft/rush-stack-compiler-2.7": "0.9.4",
12+
"@microsoft/node-library-build": "6.4.6",
13+
"@microsoft/rush-stack-compiler-2.7": "0.9.5",
1414
"@types/node": "10.17.13",
1515
"gulp": "~4.0.2"
1616
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"build": "gulp test --clean"
1010
},
1111
"devDependencies": {
12-
"@microsoft/node-library-build": "6.4.5",
13-
"@microsoft/rush-stack-compiler-2.8": "0.4.4",
12+
"@microsoft/node-library-build": "6.4.6",
13+
"@microsoft/rush-stack-compiler-2.8": "0.4.5",
1414
"@types/node": "10.17.13",
1515
"gulp": "~4.0.2"
1616
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"build": "gulp test --clean"
1010
},
1111
"devDependencies": {
12-
"@microsoft/node-library-build": "6.4.5",
13-
"@microsoft/rush-stack-compiler-2.9": "0.10.4",
12+
"@microsoft/node-library-build": "6.4.6",
13+
"@microsoft/rush-stack-compiler-2.9": "0.10.5",
1414
"@types/node": "10.17.13",
1515
"gulp": "~4.0.2"
1616
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"build": "gulp test --clean"
1010
},
1111
"devDependencies": {
12-
"@microsoft/node-library-build": "6.4.5",
13-
"@microsoft/rush-stack-compiler-3.0": "0.9.4",
12+
"@microsoft/node-library-build": "6.4.6",
13+
"@microsoft/rush-stack-compiler-3.0": "0.9.5",
1414
"@types/node": "10.17.13",
1515
"gulp": "~4.0.2"
1616
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"build": "gulp test --clean"
1010
},
1111
"devDependencies": {
12-
"@microsoft/node-library-build": "6.4.5",
13-
"@microsoft/rush-stack-compiler-3.1": "0.9.4",
12+
"@microsoft/node-library-build": "6.4.6",
13+
"@microsoft/rush-stack-compiler-3.1": "0.9.5",
1414
"@types/node": "10.17.13",
1515
"gulp": "~4.0.2"
1616
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"build": "gulp test --clean"
1010
},
1111
"devDependencies": {
12-
"@microsoft/node-library-build": "6.4.5",
13-
"@microsoft/rush-stack-compiler-3.2": "0.6.4",
12+
"@microsoft/node-library-build": "6.4.6",
13+
"@microsoft/rush-stack-compiler-3.2": "0.6.5",
1414
"@types/node": "10.17.13",
1515
"gulp": "~4.0.2"
1616
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"build": "gulp test --clean"
1010
},
1111
"devDependencies": {
12-
"@microsoft/node-library-build": "6.4.5",
13-
"@microsoft/rush-stack-compiler-3.3": "0.5.4",
12+
"@microsoft/node-library-build": "6.4.6",
13+
"@microsoft/rush-stack-compiler-3.3": "0.5.5",
1414
"@types/node": "10.17.13",
1515
"gulp": "~4.0.2"
1616
}

0 commit comments

Comments
 (0)