Skip to content

Commit ded254a

Browse files
committed
Applying package updates.
1 parent 96f68ae commit ded254a

41 files changed

Lines changed: 183 additions & 183 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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-documenter",
3-
"version": "1.5.55",
3+
"version": "1.5.56",
44
"description": "Read JSON files from api-extractor, generate documentation pages",
55
"repository": {
66
"type": "git",
@@ -15,15 +15,15 @@
1515
"api-documenter": "./bin/api-documenter"
1616
},
1717
"dependencies": {
18-
"@microsoft/api-extractor": "6.1.5",
19-
"@microsoft/node-core-library": "3.5.2",
18+
"@microsoft/api-extractor": "6.1.6",
19+
"@microsoft/node-core-library": "3.6.0",
2020
"@microsoft/ts-command-line": "4.2.2",
2121
"colors": "~1.2.1",
2222
"js-yaml": "~3.9.1"
2323
},
2424
"devDependencies": {
25-
"@microsoft/rush-stack-compiler": "0.5.3",
26-
"@microsoft/node-library-build": "6.0.11",
25+
"@microsoft/rush-stack-compiler": "0.5.4",
26+
"@microsoft/node-library-build": "6.0.12",
2727
"@types/js-yaml": "3.9.1",
2828
"@types/node": "8.5.8",
2929
"gulp": "~3.9.1",

apps/api-extractor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-extractor",
3-
"version": "6.1.5",
3+
"version": "6.1.6",
44
"description": "Validate, document, and review the exported API for a TypeScript library",
55
"keywords": [
66
"typescript",
@@ -31,7 +31,7 @@
3131
"build": "gulp test --clean"
3232
},
3333
"dependencies": {
34-
"@microsoft/node-core-library": "3.5.2",
34+
"@microsoft/node-core-library": "3.6.0",
3535
"@microsoft/ts-command-line": "4.2.2",
3636
"@microsoft/tsdoc": "0.12.2",
3737
"@types/node": "8.5.8",

apps/rush-lib/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
},
2222
"license": "MIT",
2323
"dependencies": {
24-
"@microsoft/node-core-library": "3.5.2",
25-
"@microsoft/package-deps-hash": "2.2.102",
26-
"@microsoft/stream-collator": "3.0.17",
24+
"@microsoft/node-core-library": "3.6.0",
25+
"@microsoft/package-deps-hash": "2.2.103",
26+
"@microsoft/stream-collator": "3.0.18",
2727
"@microsoft/ts-command-line": "4.2.2",
2828
"@pnpm/link-bins": "~1.0.1",
2929
"@pnpm/logger": "~1.0.1",
@@ -50,8 +50,8 @@
5050
"z-schema": "~3.18.3"
5151
},
5252
"devDependencies": {
53-
"@microsoft/rush-stack-compiler": "0.5.3",
54-
"@microsoft/node-library-build": "6.0.11",
53+
"@microsoft/rush-stack-compiler": "0.5.4",
54+
"@microsoft/node-library-build": "6.0.12",
5555
"@types/node": "8.5.8",
5656
"@types/node-fetch": "1.6.9",
5757
"@types/tar": "4.0.0",

apps/rush/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
},
3232
"license": "MIT",
3333
"dependencies": {
34-
"@microsoft/node-core-library": "3.5.2",
34+
"@microsoft/node-core-library": "3.6.0",
3535
"@microsoft/rush-lib": "5.5.2",
3636
"colors": "~1.2.1",
3737
"semver": "~5.3.0"
3838
},
3939
"devDependencies": {
40-
"@microsoft/rush-stack-compiler": "0.5.3",
41-
"@microsoft/node-library-build": "6.0.11",
40+
"@microsoft/rush-stack-compiler": "0.5.4",
41+
"@microsoft/node-library-build": "6.0.12",
4242
"@types/chai": "3.4.34",
4343
"@types/mocha": "5.2.5",
4444
"@types/node": "8.5.8",

build-tests/api-extractor-test-01/dist/beta/api-extractor-test-01.d.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,6 @@ export declare class ForgottenExportConsumer3 {
139139
test2(): IForgottenDirectDependency | undefined;
140140
}
141141

142-
export declare const fullyExportedCustomSymbol: unique symbol;
143-
144142
/**
145143
* This class is directly consumed by ForgottenExportConsumer3.
146144
*/
@@ -195,8 +193,6 @@ export declare interface IInterfaceAsDefaultExport {
195193
export declare interface ISimpleInterface {
196194
}
197195

198-
declare const locallyExportedCustomSymbol: unique symbol;
199-
200196
/**
201197
* This class gets aliased twice before being exported from the package.
202198
* @public
@@ -229,10 +225,14 @@ export declare class TypeReferencesInAedoc {
229225
getValue3(arg1: TypeReferencesInAedoc): TypeReferencesInAedoc;
230226
}
231227

232-
declare const unexportedCustomSymbol: unique symbol;
233-
234228
/* Excluded from this release type: VARIABLE */
235229

230+
export declare const fullyExportedCustomSymbol: unique symbol;
231+
232+
declare const locallyExportedCustomSymbol: unique symbol;
233+
234+
declare const unexportedCustomSymbol: unique symbol;
235+
236236
/**
237237
* Example decorator
238238
* @public

build-tests/api-extractor-test-01/dist/internal/api-extractor-test-01.d.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,6 @@ export declare class ForgottenExportConsumer3 {
139139
test2(): IForgottenDirectDependency | undefined;
140140
}
141141

142-
export declare const fullyExportedCustomSymbol: unique symbol;
143-
144142
/**
145143
* This class is directly consumed by ForgottenExportConsumer3.
146144
*/
@@ -215,8 +213,6 @@ export declare interface IMergedInterfaceReferencee {
215213
export declare interface ISimpleInterface {
216214
}
217215

218-
declare const locallyExportedCustomSymbol: unique symbol;
219-
220216
/**
221217
* This class gets aliased twice before being exported from the package.
222218
* @public
@@ -249,10 +245,14 @@ export declare class TypeReferencesInAedoc {
249245
getValue3(arg1: TypeReferencesInAedoc): TypeReferencesInAedoc;
250246
}
251247

252-
declare const unexportedCustomSymbol: unique symbol;
253-
254248
export declare const VARIABLE: string;
255249

250+
export declare const fullyExportedCustomSymbol: unique symbol;
251+
252+
declare const locallyExportedCustomSymbol: unique symbol;
253+
254+
declare const unexportedCustomSymbol: unique symbol;
255+
256256
/**
257257
* Example decorator
258258
* @public

build-tests/api-extractor-test-01/dist/public/api-extractor-test-01.d.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@ export declare class ForgottenExportConsumer2 {
132132

133133
/* Excluded from this release type: ForgottenExportConsumer3 */
134134

135-
export declare const fullyExportedCustomSymbol: unique symbol;
136-
137135
/**
138136
* This class is directly consumed by ForgottenExportConsumer3.
139137
*/
@@ -188,8 +186,6 @@ export declare interface IInterfaceAsDefaultExport {
188186
export declare interface ISimpleInterface {
189187
}
190188

191-
declare const locallyExportedCustomSymbol: unique symbol;
192-
193189
/**
194190
* This class gets aliased twice before being exported from the package.
195191
* @public
@@ -222,10 +218,14 @@ export declare class TypeReferencesInAedoc {
222218
getValue3(arg1: TypeReferencesInAedoc): TypeReferencesInAedoc;
223219
}
224220

225-
declare const unexportedCustomSymbol: unique symbol;
226-
227221
/* Excluded from this release type: VARIABLE */
228222

223+
export declare const fullyExportedCustomSymbol: unique symbol;
224+
225+
declare const locallyExportedCustomSymbol: unique symbol;
226+
227+
declare const unexportedCustomSymbol: unique symbol;
228+
229229
/**
230230
* Example decorator
231231
* @public

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": "node build.js"
1313
},
1414
"dependencies": {
15-
"@microsoft/api-extractor": "6.1.5",
15+
"@microsoft/api-extractor": "6.1.6",
1616
"@types/jest": "21.1.10",
1717
"@types/node": "8.5.8",
1818
"fs-extra": "~7.0.1",

build-tests/api-extractor-test-02/dist/beta/api-extractor-test-02.d.ts

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ export declare interface GenericInterface<T> {
1919
member: T;
2020
}
2121

22-
/** @public */
23-
export declare function importDeduping1(arg1: ISimpleInterface, arg2: ISimpleInterface): void;
24-
25-
/** @public */
26-
export declare function importDeduping2(arg1: ISimpleInterface, arg2: ISimpleInterface): void;
27-
2822
/**
2923
* A class that inherits from a type defined in the "semver" module imported from \@types/semver.
3024
* @public
@@ -33,21 +27,27 @@ export declare class ImportedModuleAsBaseClass extends semver1.SemVer {
3327
}
3428

3529
/**
36-
* A generic parameter that references the "semver" module imported from \@types/semver.
30+
* Example of a class that inherits from an externally imported class.
3731
* @public
3832
*/
39-
export declare function importedModuleAsGenericParameter(): GenericInterface<semver1.SemVer> | undefined;
33+
export declare class SubclassWithImport extends ReexportedClass implements ISimpleInterface {
34+
test(): void;
35+
}
36+
37+
/** @public */
38+
export declare function importDeduping1(arg1: ISimpleInterface, arg2: ISimpleInterface): void;
39+
40+
/** @public */
41+
export declare function importDeduping2(arg1: ISimpleInterface, arg2: ISimpleInterface): void;
4042

4143
/**
42-
* This definition references the "semver" module imported from \@types/semver.
44+
* A generic parameter that references the "semver" module imported from \@types/semver.
4345
* @public
4446
*/
45-
export declare function importedModuleAsReturnType(): semver1.SemVer | undefined;
47+
export declare function importedModuleAsGenericParameter(): GenericInterface<semver1.SemVer> | undefined;
4648

4749
/**
48-
* Example of a class that inherits from an externally imported class.
50+
* This definition references the "semver" module imported from \@types/semver.
4951
* @public
5052
*/
51-
export declare class SubclassWithImport extends ReexportedClass implements ISimpleInterface {
52-
test(): void;
53-
}
53+
export declare function importedModuleAsReturnType(): semver1.SemVer | undefined;

build-tests/api-extractor-test-02/dist/internal/api-extractor-test-02.d.ts

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ export declare interface GenericInterface<T> {
1919
member: T;
2020
}
2121

22-
/** @public */
23-
export declare function importDeduping1(arg1: ISimpleInterface, arg2: ISimpleInterface): void;
24-
25-
/** @public */
26-
export declare function importDeduping2(arg1: ISimpleInterface, arg2: ISimpleInterface): void;
27-
2822
/**
2923
* A class that inherits from a type defined in the "semver" module imported from \@types/semver.
3024
* @public
@@ -33,21 +27,27 @@ export declare class ImportedModuleAsBaseClass extends semver1.SemVer {
3327
}
3428

3529
/**
36-
* A generic parameter that references the "semver" module imported from \@types/semver.
30+
* Example of a class that inherits from an externally imported class.
3731
* @public
3832
*/
39-
export declare function importedModuleAsGenericParameter(): GenericInterface<semver1.SemVer> | undefined;
33+
export declare class SubclassWithImport extends ReexportedClass implements ISimpleInterface {
34+
test(): void;
35+
}
36+
37+
/** @public */
38+
export declare function importDeduping1(arg1: ISimpleInterface, arg2: ISimpleInterface): void;
39+
40+
/** @public */
41+
export declare function importDeduping2(arg1: ISimpleInterface, arg2: ISimpleInterface): void;
4042

4143
/**
42-
* This definition references the "semver" module imported from \@types/semver.
44+
* A generic parameter that references the "semver" module imported from \@types/semver.
4345
* @public
4446
*/
45-
export declare function importedModuleAsReturnType(): semver1.SemVer | undefined;
47+
export declare function importedModuleAsGenericParameter(): GenericInterface<semver1.SemVer> | undefined;
4648

4749
/**
48-
* Example of a class that inherits from an externally imported class.
50+
* This definition references the "semver" module imported from \@types/semver.
4951
* @public
5052
*/
51-
export declare class SubclassWithImport extends ReexportedClass implements ISimpleInterface {
52-
test(): void;
53-
}
53+
export declare function importedModuleAsReturnType(): semver1.SemVer | undefined;

0 commit comments

Comments
 (0)