Skip to content

Commit 7e572b6

Browse files
TypeScript Botsandersn
TypeScript Bot
authored andcommitted
Update user baselines (#35490)
1 parent e8748f8 commit 7e572b6

File tree

3 files changed

+46
-50
lines changed

3 files changed

+46
-50
lines changed

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

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ XX of XX: [@azure/event-hubs] completed successfully in ? seconds
2020
XX of XX: [@azure/event-processor-host] completed successfully in ? seconds
2121
XX of XX: [@azure/keyvault-keys] completed successfully in ? seconds
2222
XX of XX: [@azure/keyvault-secrets] completed successfully in ? seconds
23+
XX of XX: [@azure/storage-blob] completed successfully in ? seconds
2324
XX of XX: [@azure/core-arm] completed successfully in ? seconds
2425
Warning: You have changed the public API signature for this project. Updating review/cosmos.api.md
2526
dist-esm/index.js → dist/index.js...
@@ -32,20 +33,19 @@ os-name (guessing 'osName')
3233
created dist/index.js in ?s
3334
npm ERR! code ELIFECYCLE
3435
npm ERR! errno 2
35-
npm ERR! @azure/[email protected].10 extract-api: `tsc -p . && api-extractor run --local`
36+
npm ERR! @azure/[email protected].11 extract-api: `tsc -p . && api-extractor run --local`
3637
npm ERR! Exit status 2
3738
npm ERR!
38-
npm ERR! Failed at the @azure/[email protected].10 extract-api script.
39+
npm ERR! Failed at the @azure/[email protected].11 extract-api script.
3940
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
4041
npm ERR! A complete log of this run can be found in:
4142
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
42-
Warning: You have changed the public API signature for this project. Updating review/service-bus.api.md
43-
XX of XX: [@azure/storage-blob] completed successfully in ? seconds
44-
Warning: You have changed the public API signature for this project. Updating review/storage-file-share.api.md
43+
XX of XX: [@azure/service-bus] completed successfully in ? seconds
44+
XX of XX: [@azure/storage-file-share] completed successfully in ? seconds
4545
XX of XX: [@azure/storage-queue] completed successfully in ? seconds
4646
XX of XX: [@azure/template] completed successfully in ? seconds
4747
XX of XX: [testhub] completed successfully in ? seconds
48-
SUCCESS (20)
48+
SUCCESS (22)
4949
================================
5050
@azure/abort-controller (? seconds)
5151
@azure/core-tracing (? seconds)
@@ -62,13 +62,15 @@ SUCCESS (20)
6262
@azure/event-processor-host (? seconds)
6363
@azure/keyvault-keys (? seconds)
6464
@azure/keyvault-secrets (? seconds)
65-
@azure/core-arm (? seconds)
6665
@azure/storage-blob (? seconds)
66+
@azure/core-arm (? seconds)
67+
@azure/service-bus (? seconds)
68+
@azure/storage-file-share (? seconds)
6769
@azure/storage-queue (? seconds)
6870
@azure/template (? seconds)
6971
testhub (? seconds)
7072
================================
71-
SUCCESS WITH WARNINGS (3)
73+
SUCCESS WITH WARNINGS (1)
7274
================================
7375
@azure/cosmos (? seconds)
7476
Warning: You have changed the public API signature for this project. Updating review/cosmos.api.md
@@ -80,10 +82,6 @@ os-name (imported by dist-esm/utils/user-agent.js)
8082
Use output.globals to specify browser global variable names corresponding to external modules
8183
os-name (guessing 'osName')
8284
created dist/index.js in ?s
83-
@azure/service-bus (? seconds)
84-
Warning: You have changed the public API signature for this project. Updating review/service-bus.api.md
85-
@azure/storage-file-share (? seconds)
86-
Warning: You have changed the public API signature for this project. Updating review/storage-file-share.api.md
8785
================================
8886
FAILURE (3)
8987
================================
@@ -132,10 +130,10 @@ src/blobCheckpointStore.ts(50,32): error TS2322: Type 'PagedAsyncIterableIterato
132130
@azure/keyvault-certificates ( ? seconds)
133131
npm ERR! code ELIFECYCLE
134132
npm ERR! errno 2
135-
npm ERR! @azure/[email protected].10 extract-api: `tsc -p . && api-extractor run --local`
133+
npm ERR! @azure/[email protected].11 extract-api: `tsc -p . && api-extractor run --local`
136134
npm ERR! Exit status 2
137135
npm ERR!
138-
npm ERR! Failed at the @azure/[email protected].10 extract-api script.
136+
npm ERR! Failed at the @azure/[email protected].11 extract-api script.
139137
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
140138
npm ERR! A complete log of this run can be found in:
141139
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
@@ -151,8 +149,6 @@ XX of XX: [@azure/app-configuration] failed to build!
151149
XX of XX: [@azure/cosmos] completed with warnings in ? seconds
152150
XX of XX: [@azure/eventhubs-checkpointstore-blob] failed to build!
153151
XX of XX: [@azure/keyvault-certificates] failed to build!
154-
XX of XX: [@azure/service-bus] completed with warnings in ? seconds
155-
XX of XX: [@azure/storage-file-share] completed with warnings in ? seconds
156152
[@azure/app-configuration] Returned error code: 2
157153
[@azure/eventhubs-checkpointstore-blob] Returned error code: 2
158154
[@azure/keyvault-certificates] Returned error code: 2

tests/baselines/reference/docker/vscode.log

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,6 @@ $ gulp compile --max_old_space_size=4095
88
Type 'null' is not assignable to type 'string'.
99
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/codeEditor/browser/suggestEnabledInput/suggestEnabledInput.ts(230,3): Type 'string | null' is not assignable to type 'string'.
1010
Type 'null' is not assignable to type 'string'.
11-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/settingsEditor2.ts(547,4): Type 'string | null' is not assignable to type 'string'.
12-
Type 'null' is not assignable to type 'string'.
13-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/preferencesWidgets.ts(646,5): Type 'string | null' is not assignable to type 'string'.
14-
Type 'null' is not assignable to type 'string'.
15-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/keybindingsEditor.ts(413,4): Type 'string | null' is not assignable to type 'string'.
16-
Type 'null' is not assignable to type 'string'.
17-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/keybindingWidgets.ts(191,5): Type 'null' is not assignable to type 'string'.
18-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/feedback/browser/feedback.ts(280,5): Type 'string | null' is not assignable to type 'string'.
19-
Type 'null' is not assignable to type 'string'.
20-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/feedback/browser/feedback.ts(285,5): Type 'string | null' is not assignable to type 'string'.
21-
Type 'null' is not assignable to type 'string'.
22-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/debug/browser/statusbarColorProvider.ts(70,3): Type 'string | null' is not assignable to type 'string'.
23-
Type 'null' is not assignable to type 'string'.
24-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/debug/browser/debugHover.ts(110,5): Type 'null' is not assignable to type 'string'.
2511
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/titlebar/titlebarPart.ts(520,4): Type 'string | null' is not assignable to type 'string'.
2612
Type 'null' is not assignable to type 'string'.
2713
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/statusbar/statusbarPart.ts(592,3): Type 'string | null' is not assignable to type 'string'.
@@ -45,6 +31,20 @@ $ gulp compile --max_old_space_size=4095
4531
Type 'null' is not assignable to type 'string'.
4632
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/editor/noTabsTitleControl.ts(280,5): Type 'string | null' is not assignable to type 'string'.
4733
Type 'null' is not assignable to type 'string'.
34+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/settingsEditor2.ts(547,4): Type 'string | null' is not assignable to type 'string'.
35+
Type 'null' is not assignable to type 'string'.
36+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/preferencesWidgets.ts(646,5): Type 'string | null' is not assignable to type 'string'.
37+
Type 'null' is not assignable to type 'string'.
38+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/keybindingsEditor.ts(413,4): Type 'string | null' is not assignable to type 'string'.
39+
Type 'null' is not assignable to type 'string'.
40+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/keybindingWidgets.ts(191,5): Type 'null' is not assignable to type 'string'.
41+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/feedback/browser/feedback.ts(280,5): Type 'string | null' is not assignable to type 'string'.
42+
Type 'null' is not assignable to type 'string'.
43+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/feedback/browser/feedback.ts(285,5): Type 'string | null' is not assignable to type 'string'.
44+
Type 'null' is not assignable to type 'string'.
45+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/debug/browser/statusbarColorProvider.ts(70,3): Type 'string | null' is not assignable to type 'string'.
46+
Type 'null' is not assignable to type 'string'.
47+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/debug/browser/debugHover.ts(110,5): Type 'null' is not assignable to type 'string'.
4848
[XX:XX:XX] Error: /vscode/src/vs/base/parts/quickopen/browser/quickOpenWidget.ts(414,4): Type 'string | null' is not assignable to type 'string'.
4949
Type 'null' is not assignable to type 'string'.
5050
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/splitview/paneview.ts(233,3): Type 'string | null' is not assignable to type 'string'.
@@ -70,20 +70,6 @@ $ gulp compile --max_old_space_size=4095
7070
Type 'null' is not assignable to type 'string'.
7171
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/codeEditor/browser/suggestEnabledInput/suggestEnabledInput.ts(230,3): Type 'string | null' is not assignable to type 'string'.
7272
Type 'null' is not assignable to type 'string'.
73-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/settingsEditor2.ts(547,4): Type 'string | null' is not assignable to type 'string'.
74-
Type 'null' is not assignable to type 'string'.
75-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/preferencesWidgets.ts(646,5): Type 'string | null' is not assignable to type 'string'.
76-
Type 'null' is not assignable to type 'string'.
77-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/keybindingsEditor.ts(413,4): Type 'string | null' is not assignable to type 'string'.
78-
Type 'null' is not assignable to type 'string'.
79-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/keybindingWidgets.ts(191,5): Type 'null' is not assignable to type 'string'.
80-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/feedback/browser/feedback.ts(280,5): Type 'string | null' is not assignable to type 'string'.
81-
Type 'null' is not assignable to type 'string'.
82-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/feedback/browser/feedback.ts(285,5): Type 'string | null' is not assignable to type 'string'.
83-
Type 'null' is not assignable to type 'string'.
84-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/debug/browser/statusbarColorProvider.ts(70,3): Type 'string | null' is not assignable to type 'string'.
85-
Type 'null' is not assignable to type 'string'.
86-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/debug/browser/debugHover.ts(110,5): Type 'null' is not assignable to type 'string'.
8773
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/titlebar/titlebarPart.ts(520,4): Type 'string | null' is not assignable to type 'string'.
8874
Type 'null' is not assignable to type 'string'.
8975
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/statusbar/statusbarPart.ts(592,3): Type 'string | null' is not assignable to type 'string'.
@@ -107,6 +93,20 @@ $ gulp compile --max_old_space_size=4095
10793
Type 'null' is not assignable to type 'string'.
10894
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/editor/noTabsTitleControl.ts(280,5): Type 'string | null' is not assignable to type 'string'.
10995
Type 'null' is not assignable to type 'string'.
96+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/settingsEditor2.ts(547,4): Type 'string | null' is not assignable to type 'string'.
97+
Type 'null' is not assignable to type 'string'.
98+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/preferencesWidgets.ts(646,5): Type 'string | null' is not assignable to type 'string'.
99+
Type 'null' is not assignable to type 'string'.
100+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/keybindingsEditor.ts(413,4): Type 'string | null' is not assignable to type 'string'.
101+
Type 'null' is not assignable to type 'string'.
102+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/keybindingWidgets.ts(191,5): Type 'null' is not assignable to type 'string'.
103+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/feedback/browser/feedback.ts(280,5): Type 'string | null' is not assignable to type 'string'.
104+
Type 'null' is not assignable to type 'string'.
105+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/feedback/browser/feedback.ts(285,5): Type 'string | null' is not assignable to type 'string'.
106+
Type 'null' is not assignable to type 'string'.
107+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/debug/browser/statusbarColorProvider.ts(70,3): Type 'string | null' is not assignable to type 'string'.
108+
Type 'null' is not assignable to type 'string'.
109+
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/debug/browser/debugHover.ts(110,5): Type 'null' is not assignable to type 'string'.
110110
[XX:XX:XX] Error: /vscode/src/vs/base/parts/quickopen/browser/quickOpenWidget.ts(414,4): Type 'string | null' is not assignable to type 'string'.
111111
Type 'null' is not assignable to type 'string'.
112112
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/splitview/paneview.ts(233,3): Type 'string | null' is not assignable to type 'string'.
@@ -142,7 +142,7 @@ Standard error:
142142
at Stream.emit (events.js:203:15)
143143
at Stream.EventEmitter.emit (domain.js:466:23)
144144
at drain (/vscode/node_modules/through/index.js:34:23)
145-
at Stream.stream.queue.stream.push (/vscode/node_modules/through/index.js:45:5)
146-
at Stream.end (/vscode/node_modules/through/index.js:15:35)
147-
at _end (/vscode/node_modules/through/index.js:65:9)
145+
at Stream.stream.resume (/vscode/node_modules/through/index.js:99:5)
146+
at Stream.ondrain (internal/streams/legacy.js:24:14)
147+
at Stream.emit (events.js:198:13)
148148
error Command failed with exit code 1.

tests/baselines/reference/user/puppeteer.log

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ lib/FrameManager.js(151,15): error TS2503: Cannot find namespace 'Protocol'.
2626
lib/FrameManager.js(173,15): error TS2503: Cannot find namespace 'Protocol'.
2727
lib/FrameManager.js(230,15): error TS2503: Cannot find namespace 'Protocol'.
2828
lib/FrameManager.js(668,15): error TS2503: Cannot find namespace 'Protocol'.
29-
lib/JSHandle.js(33,15): error TS2503: Cannot find namespace 'Protocol'.
30-
lib/JSHandle.js(147,15): error TS2503: Cannot find namespace 'Protocol'.
31-
lib/JSHandle.js(238,29): error TS2503: Cannot find namespace 'Protocol'.
29+
lib/JSHandle.js(32,15): error TS2503: Cannot find namespace 'Protocol'.
30+
lib/JSHandle.js(146,15): error TS2503: Cannot find namespace 'Protocol'.
31+
lib/JSHandle.js(237,29): error TS2503: Cannot find namespace 'Protocol'.
3232
lib/NetworkManager.js(32,30): error TS2503: Cannot find namespace 'Protocol'.
3333
lib/NetworkManager.js(159,15): error TS2503: Cannot find namespace 'Protocol'.
3434
lib/NetworkManager.js(178,15): error TS2503: Cannot find namespace 'Protocol'.

0 commit comments

Comments
 (0)