Skip to content

Commit 94b98f4

Browse files
author
TypeScript Bot
authored
Update user baselines (#36729)
1 parent ae8dc2f commit 94b98f4

File tree

8 files changed

+172
-171
lines changed

8 files changed

+172
-171
lines changed

tests/baselines/reference/docker/azure-sdk.log

Lines changed: 38 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Exit Code: 1
22
Standard output:
33

44
Rush Multi-Project Build Tool 5.X.X - https://rushjs.io
5-
Node.js version is 12.14.1 (LTS)
5+
Node.js version is 12.15.0 (LTS)
66
Starting "rush rebuild"
77
Executing a maximum of ?simultaneous processes...
88
XX of XX: [@azure/abort-controller] completed successfully in ? seconds
@@ -15,14 +15,15 @@ XX of XX: [@azure/core-amqp] completed successfully in ? seconds
1515
XX of XX: [@azure/core-lro] completed successfully in ? seconds
1616
XX of XX: [@azure/core-paging] completed successfully in ? seconds
1717
XX of XX: [@azure/test-utils-recorder] completed successfully in ? seconds
18-
XX of XX: [@azure/event-hubs] completed successfully in ? seconds
19-
XX of XX: [@azure/event-processor-host] completed successfully in ? seconds
18+
Warning: You have changed the public API signature for this project. Updating review/event-hubs.api.md
19+
Warning: You have changed the public API signature for this project. Updating review/event-processor-host.api.md
2020
XX of XX: [@azure/keyvault-keys] completed successfully in ? seconds
2121
XX of XX: [@azure/keyvault-secrets] completed successfully in ? seconds
22-
XX of XX: [@azure/storage-blob] completed successfully in ? seconds
22+
Warning: You have changed the public API signature for this project. Updating review/storage-blob.api.md
2323
XX of XX: [@azure/ai-text-analytics] completed successfully in ? seconds
2424
XX of XX: [@azure/core-arm] completed successfully in ? seconds
2525
XX of XX: [@azure/core-tracing] completed successfully in ? seconds
26+
Warning: You have changed the public API signature for this project. Updating review/cosmos.api.md
2627
dist-esm/index.js → dist/index.js...
2728
(!) Unresolved dependencies
2829
https://rollupjs.org/guide/en/#warning-treating-module-as-external-dependency
@@ -40,7 +41,7 @@ npm ERR! Failed at the @azure/keyvault-certificates@X.X.X extract-api script.
4041
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
4142
npm ERR! A complete log of this run can be found in:
4243
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
43-
XX of XX: [@azure/service-bus] completed successfully in ? seconds
44+
Warning: You have changed the public API signature for this project. Updating review/service-bus.api.md
4445
npm ERR! code ELIFECYCLE
4546
npm ERR! errno 2
4647
npm ERR! @azure/storage-file-datalake@X.X.X-preview.8 build:es6: `tsc -p tsconfig.json`
@@ -50,11 +51,11 @@ npm ERR! Failed at the @azure/storage-file-datalake@X.X.X-preview.8 build:es?scr
5051
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
5152
npm ERR! A complete log of this run can be found in:
5253
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
53-
XX of XX: [@azure/storage-file-share] completed successfully in ? seconds
54-
XX of XX: [@azure/storage-queue] completed successfully in ? seconds
54+
Warning: You have changed the public API signature for this project. Updating review/storage-file-share.api.md
55+
Warning: You have changed the public API signature for this project. Updating review/storage-queue.api.md
5556
XX of XX: [@azure/template] completed successfully in ? seconds
5657
XX of XX: [testhub] completed successfully in ? seconds
57-
SUCCESS (23)
58+
SUCCESS (17)
5859
================================
5960
@azure/abort-controller (? seconds)
6061
@azure/core-auth (? seconds)
@@ -66,23 +67,24 @@ SUCCESS (23)
6667
@azure/core-lro (? seconds)
6768
@azure/core-paging (? seconds)
6869
@azure/test-utils-recorder (? seconds)
69-
@azure/event-hubs (? seconds)
70-
@azure/event-processor-host (? seconds)
7170
@azure/keyvault-keys (? seconds)
7271
@azure/keyvault-secrets (? seconds)
73-
@azure/storage-blob (? seconds)
7472
@azure/ai-text-analytics (? seconds)
7573
@azure/core-arm (? seconds)
7674
@azure/core-tracing (? seconds)
77-
@azure/service-bus (? seconds)
78-
@azure/storage-file-share (? seconds)
79-
@azure/storage-queue (? seconds)
8075
@azure/template (? seconds)
8176
testhub (? seconds)
8277
================================
83-
SUCCESS WITH WARNINGS (1)
78+
SUCCESS WITH WARNINGS (7)
8479
================================
80+
@azure/event-hubs (? seconds)
81+
Warning: You have changed the public API signature for this project. Updating review/event-hubs.api.md
82+
@azure/event-processor-host (? seconds)
83+
Warning: You have changed the public API signature for this project. Updating review/event-processor-host.api.md
84+
@azure/storage-blob (? seconds)
85+
Warning: You have changed the public API signature for this project. Updating review/storage-blob.api.md
8586
@azure/cosmos (? seconds)
87+
Warning: You have changed the public API signature for this project. Updating review/cosmos.api.md
8688
dist-esm/index.js → dist/index.js...
8789
(!) Unresolved dependencies
8890
https://rollupjs.org/guide/en/#warning-treating-module-as-external-dependency
@@ -91,37 +93,43 @@ os-name (imported by dist-esm/utils/user-agent.js)
9193
Use output.globals to specify browser global variable names corresponding to external modules
9294
os-name (guessing 'osName')
9395
created dist/index.js in ?s
96+
@azure/service-bus (? seconds)
97+
Warning: You have changed the public API signature for this project. Updating review/service-bus.api.md
98+
@azure/storage-file-share (? seconds)
99+
Warning: You have changed the public API signature for this project. Updating review/storage-file-share.api.md
100+
@azure/storage-queue (? seconds)
101+
Warning: You have changed the public API signature for this project. Updating review/storage-queue.api.md
94102
================================
95103
FAILURE (4)
96104
================================
97105
@azure/app-configuration ( ? seconds)
98106
>>> @azure/app-configuration
99107
tsc -p . && rollup -c 2>&1 && npm run extract-api
100-
test/testHelpers.ts(74,31): error TS2322: Type 'PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage>' is not assignable to type 'AsyncIterable<ConfigurationSetting>'.
108+
test/testHelpers.ts(74,31): error TS2322: Type 'PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage, PageSettings>' is not assignable to type 'AsyncIterable<ConfigurationSetting>'.
101109
Types of property '[Symbol.asyncIterator]' are incompatible.
102-
Type '() => PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage>' is not assignable to type '() => AsyncIterator<ConfigurationSetting>'.
103-
Type 'PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage>' is not assignable to type 'AsyncIterator<ConfigurationSetting>'.
110+
Type '() => PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage, PageSettings>' is not assignable to type '() => AsyncIterator<ConfigurationSetting>'.
111+
Type 'PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage, PageSettings>' is not assignable to type 'AsyncIterator<ConfigurationSetting>'.
104112
Types of property 'next' are incompatible.
105113
Type '() => Promise<{ done?: boolean | undefined; value: ConfigurationSetting; }>' is not assignable to type '(value?: any) => Promise<IteratorResult<ConfigurationSetting>>'.
106114
Type 'Promise<{ done?: boolean | undefined; value: ConfigurationSetting; }>' is not assignable to type 'Promise<IteratorResult<ConfigurationSetting>>'.
107115
Type '{ done?: boolean | undefined; value: ConfigurationSetting; }' is not assignable to type 'IteratorResult<ConfigurationSetting>'.
108116
Types of property 'done' are incompatible.
109117
Type 'boolean | undefined' is not assignable to type 'boolean'.
110118
Type 'undefined' is not assignable to type 'boolean'.
111-
test/testHelpers.ts(92,31): error TS2322: Type 'PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage | ListRevisionsPage>' is not assignable to type 'AsyncIterable<ConfigurationSetting>'.
119+
test/testHelpers.ts(92,31): error TS2322: Type 'PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage | ListRevisionsPage, PageSettings>' is not assignable to type 'AsyncIterable<ConfigurationSetting>'.
112120
Types of property '[Symbol.asyncIterator]' are incompatible.
113-
Type '() => PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage | ListRevisionsPage>' is not assignable to type '() => AsyncIterator<ConfigurationSetting>'.
114-
Type 'PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage | ListRevisionsPage>' is not assignable to type 'AsyncIterator<ConfigurationSetting>'.
121+
Type '() => PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage | ListRevisionsPage, PageSettings>' is not assignable to type '() => AsyncIterator<ConfigurationSetting>'.
122+
Type 'PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage | ListRevisionsPage, PageSettings>' is not assignable to type 'AsyncIterator<ConfigurationSetting>'.
115123
Types of property 'next' are incompatible.
116124
Type '() => Promise<{ done?: boolean | undefined; value: ConfigurationSetting; }>' is not assignable to type '(value?: any) => Promise<IteratorResult<ConfigurationSetting>>'.
117125
Type 'Promise<{ done?: boolean | undefined; value: ConfigurationSetting; }>' is not assignable to type 'Promise<IteratorResult<ConfigurationSetting>>'.
118126
@azure/eventhubs-checkpointstore-blob ( ? seconds)
119127
>>> @azure/eventhubs-checkpointstore-blob
120128
tsc -p . && rollup -c 2>&1 && npm run extract-api
121-
src/blobCheckpointStore.ts(50,32): error TS2322: Type 'PagedAsyncIterableIterator<BlobItem, ContainerListBlobFlatSegmentResponse>' is not assignable to type 'AsyncIterable<BlobItem>'.
129+
src/blobCheckpointStore.ts(50,32): error TS2322: Type 'PagedAsyncIterableIterator<BlobItem, ContainerListBlobFlatSegmentResponse, PageSettings>' is not assignable to type 'AsyncIterable<BlobItem>'.
122130
Types of property '[Symbol.asyncIterator]' are incompatible.
123-
Type '() => PagedAsyncIterableIterator<BlobItem, ContainerListBlobFlatSegmentResponse>' is not assignable to type '() => AsyncIterator<BlobItem>'.
124-
Type 'PagedAsyncIterableIterator<BlobItem, ContainerListBlobFlatSegmentResponse>' is not assignable to type 'AsyncIterator<BlobItem>'.
131+
Type '() => PagedAsyncIterableIterator<BlobItem, ContainerListBlobFlatSegmentResponse, PageSettings>' is not assignable to type '() => AsyncIterator<BlobItem>'.
132+
Type 'PagedAsyncIterableIterator<BlobItem, ContainerListBlobFlatSegmentResponse, PageSettings>' is not assignable to type 'AsyncIterator<BlobItem>'.
125133
Types of property 'next' are incompatible.
126134
Type '() => Promise<{ done?: boolean | undefined; value: BlobItem; }>' is not assignable to type '(value?: any) => Promise<IteratorResult<BlobItem>>'.
127135
Type 'Promise<{ done?: boolean | undefined; value: BlobItem; }>' is not assignable to type 'Promise<IteratorResult<BlobItem>>'.
@@ -156,12 +164,17 @@ rush rebuild - Errors! ( ? seconds)
156164

157165

158166
Standard error:
159-
167+
XX of XX: [@azure/event-hubs] completed with warnings in ? seconds
168+
XX of XX: [@azure/event-processor-host] completed with warnings in ? seconds
169+
XX of XX: [@azure/storage-blob] completed with warnings in ? seconds
160170
XX of XX: [@azure/app-configuration] failed!
161171
XX of XX: [@azure/cosmos] completed with warnings in ? seconds
162172
XX of XX: [@azure/eventhubs-checkpointstore-blob] failed!
163173
XX of XX: [@azure/keyvault-certificates] failed!
174+
XX of XX: [@azure/service-bus] completed with warnings in ? seconds
164175
XX of XX: [@azure/storage-file-datalake] failed!
176+
XX of XX: [@azure/storage-file-share] completed with warnings in ? seconds
177+
XX of XX: [@azure/storage-queue] completed with warnings in ? seconds
165178
[@azure/app-configuration] Returned error code: 2
166179
[@azure/eventhubs-checkpointstore-blob] Returned error code: 2
167180
[@azure/keyvault-certificates] Returned error code: 2

tests/baselines/reference/docker/vscode.log

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,29 @@ yarn run vX.X.X
44
$ gulp compile --max_old_space_size=4095
55
[XX:XX:XX] Node flags detected: --max_old_space_size=4095
66
[XX:XX:XX] Using gulpfile /vscode/gulpfile.js
7-
[XX:XX:XX] Error: /vscode/extensions/typescript-language-features/src/protocol.d.ts(13,3): Duplicate identifier 'PrepareCallHierarchy'.
8-
[XX:XX:XX] Error: /vscode/extensions/typescript-language-features/src/protocol.d.ts(14,3): Duplicate identifier 'ProvideCallHierarchyIncomingCalls'.
9-
[XX:XX:XX] Error: /vscode/extensions/typescript-language-features/src/protocol.d.ts(15,3): Duplicate identifier 'ProvideCallHierarchyOutgoingCalls'.
7+
[XX:XX:XX] Error: /vscode/src/vs/workbench/services/search/test/node/rawSearchService.test.ts(96,7): 'i' is declared but its value is never read.
8+
[XX:XX:XX] Error: /vscode/src/vs/workbench/services/search/test/node/rawSearchService.test.ts(119,7): 'i' is declared but its value is never read.
9+
[XX:XX:XX] Error: /vscode/src/vs/workbench/services/search/test/node/rawSearchService.test.ts(145,7): 'i' is declared but its value is never read.
10+
[XX:XX:XX] Error: /vscode/src/vs/workbench/services/search/test/node/rawSearchService.test.ts(273,7): 'i' is declared but its value is never read.
11+
[XX:XX:XX] Error: /vscode/src/vs/workbench/services/search/test/node/rawSearchService.test.ts(96,7): 'i' is declared but its value is never read.
12+
[XX:XX:XX] Error: /vscode/src/vs/workbench/services/search/test/node/rawSearchService.test.ts(119,7): 'i' is declared but its value is never read.
13+
[XX:XX:XX] Error: /vscode/src/vs/workbench/services/search/test/node/rawSearchService.test.ts(145,7): 'i' is declared but its value is never read.
14+
[XX:XX:XX] Error: /vscode/src/vs/workbench/services/search/test/node/rawSearchService.test.ts(273,7): 'i' is declared but its value is never read.
1015
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
1116

1217

1318

1419
Standard error:
15-
[XX:XX:XX] 'compile' errored after ?s
16-
[XX:XX:XX] Error: Found 3 errors
20+
[XX:XX:XX] 'compile' errored after
21+
[XX:XX:XX] Error: Found 4 errors
1722
at Stream.<anonymous> (/vscode/build/lib/reporter.js:74:29)
1823
at _end (/vscode/node_modules/through/index.js:65:9)
1924
at Stream.stream.end (/vscode/node_modules/through/index.js:74:5)
20-
at StreamFilter.onend (/vscode/node_modules/readable-stream/lib/_stream_readable.js:570:10)
21-
at Object.onceWrapper (events.js:286:20)
22-
at StreamFilter.emit (events.js:203:15)
23-
at StreamFilter.EventEmitter.emit (domain.js:466:23)
24-
at endReadableNT (/vscode/node_modules/readable-stream/lib/_stream_readable.js:992:12)
25-
at process._tickCallback (internal/process/next_tick.js:63:19)
25+
at Stream.onend (internal/streams/legacy.js:42:10)
26+
at Stream.emit (events.js:203:15)
27+
at Stream.EventEmitter.emit (domain.js:466:23)
28+
at drain (/vscode/node_modules/through/index.js:34:23)
29+
at Stream.stream.queue.stream.push (/vscode/node_modules/through/index.js:45:5)
30+
at Stream.end (/vscode/node_modules/through/index.js:15:35)
31+
at _end (/vscode/node_modules/through/index.js:65:9)
2632
error Command failed with exit code 1.

tests/baselines/reference/docker/xterm.js.log

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ node_modules/@types/ws/index.d.ts(44,39): error TS2694: Namespace '"url"' has no
1515
node_modules/@types/ws/index.d.ts(45,39): error TS2694: Namespace '"url"' has no exported member 'URL'.
1616
node_modules/@types/ws/index.d.ts(44,39): error TS2694: Namespace '"url"' has no exported member 'URL'.
1717
node_modules/@types/ws/index.d.ts(45,39): error TS2694: Namespace '"url"' has no exported member 'URL'.
18+
node_modules/@types/ws/index.d.ts(44,39): error TS2694: Namespace '"url"' has no exported member 'URL'.
19+
node_modules/@types/ws/index.d.ts(45,39): error TS2694: Namespace '"url"' has no exported member 'URL'.
20+
node_modules/@types/ws/index.d.ts(44,39): error TS2694: Namespace '"url"' has no exported member 'URL'.
21+
node_modules/@types/ws/index.d.ts(45,39): error TS2694: Namespace '"url"' has no exported member 'URL'.
1822

1923

2024

tests/baselines/reference/user/fp-ts.log

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)