Skip to content

Commit 8b45b3d

Browse files
TypeScript Botsandersn
TypeScript Bot
authored andcommitted
Update user baselines (microsoft#32886)
1 parent 602966b commit 8b45b3d

File tree

2 files changed

+26
-23
lines changed

2 files changed

+26
-23
lines changed

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

+9-11
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
3333
ERROR: "build:lib" exited with 1.
3434
XX of XX: [@azure/core-paging] completed successfully in ? seconds
3535
XX of XX: [@azure/core-tracing] completed successfully in ? seconds
36-
XX of XX: [@azure/cosmos] completed successfully in ? seconds
3736
npm ERR! code ELIFECYCLE
3837
npm ERR! errno 2
3938
npm ERR! @azure/keyvault-certificates@X.X.X extract-api: `tsc -p . && api-extractor run --local`
@@ -45,19 +44,19 @@ npm ERR! A complete log of this run can be found in:
4544
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
4645
npm ERR! code ELIFECYCLE
4746
npm ERR! errno 2
48-
npm ERR! @azure/keyvault-keys@X.X.X-preview.3 extract-api: `tsc -p . && api-extractor run --local`
47+
npm ERR! @azure/keyvault-keys@X.X.X-preview.4 extract-api: `tsc -p . && api-extractor run --local`
4948
npm ERR! Exit status 2
5049
npm ERR!
51-
npm ERR! Failed at the @azure/keyvault-keys@X.X.X-preview.3 extract-api script.
50+
npm ERR! Failed at the @azure/keyvault-keys@X.X.X-preview.4 extract-api script.
5251
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
5352
npm ERR! A complete log of this run can be found in:
5453
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
5554
npm ERR! code ELIFECYCLE
5655
npm ERR! errno 2
57-
npm ERR! @azure/keyvault-secrets@X.X.X-preview.4 extract-api: `tsc -p . && api-extractor run --local`
56+
npm ERR! @azure/keyvault-secrets@X.X.X-preview.5 extract-api: `tsc -p . && api-extractor run --local`
5857
npm ERR! Exit status 2
5958
npm ERR!
60-
npm ERR! Failed at the @azure/keyvault-secrets@X.X.X-preview.4 extract-api script.
59+
npm ERR! Failed at the @azure/keyvault-secrets@X.X.X-preview.5 extract-api script.
6160
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
6261
npm ERR! A complete log of this run can be found in:
6362
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
@@ -67,15 +66,14 @@ XX of XX: [@azure/storage-file] completed successfully in ? seconds
6766
XX of XX: [@azure/storage-queue] completed successfully in ? seconds
6867
XX of XX: [@azure/template] completed successfully in ? seconds
6968
XX of XX: [testhub] completed successfully in ? seconds
70-
SUCCESS (15)
69+
SUCCESS (14)
7170
================================
7271
@azure/abort-controller (? seconds)
7372
@azure/core-arm (? seconds)
7473
@azure/core-asynciterator-polyfill (? seconds)
7574
@azure/core-auth (? seconds)
7675
@azure/core-paging (? seconds)
7776
@azure/core-tracing (? seconds)
78-
@azure/cosmos (? seconds)
7977
@azure/event-processor-host (? seconds)
8078
@azure/identity (? seconds)
8179
@azure/service-bus (? seconds)
@@ -132,20 +130,20 @@ npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
132130
@azure/keyvault-keys ( ? seconds)
133131
npm ERR! code ELIFECYCLE
134132
npm ERR! errno 2
135-
npm ERR! @azure/keyvault-keys@X.X.X-preview.3 extract-api: `tsc -p . && api-extractor run --local`
133+
npm ERR! @azure/keyvault-keys@X.X.X-preview.4 extract-api: `tsc -p . && api-extractor run --local`
136134
npm ERR! Exit status 2
137135
npm ERR!
138-
npm ERR! Failed at the @azure/keyvault-keys@X.X.X-preview.3 extract-api script.
136+
npm ERR! Failed at the @azure/keyvault-keys@X.X.X-preview.4 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
142140
@azure/keyvault-secrets ( ? seconds)
143141
npm ERR! code ELIFECYCLE
144142
npm ERR! errno 2
145-
npm ERR! @azure/keyvault-secrets@X.X.X-preview.4 extract-api: `tsc -p . && api-extractor run --local`
143+
npm ERR! @azure/keyvault-secrets@X.X.X-preview.5 extract-api: `tsc -p . && api-extractor run --local`
146144
npm ERR! Exit status 2
147145
npm ERR!
148-
npm ERR! Failed at the @azure/keyvault-secrets@X.X.X-preview.4 extract-api script.
146+
npm ERR! Failed at the @azure/keyvault-secrets@X.X.X-preview.5 extract-api script.
149147
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
150148
npm ERR! A complete log of this run can be found in:
151149
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log

tests/baselines/reference/user/graceful-fs.log

+17-12
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,23 @@ node_modules/graceful-fs/clone.js(12,9): error TS2403: Subsequent variable decla
44
node_modules/graceful-fs/clone.js(15,38): error TS2345: Argument of type 'PropertyDescriptor | undefined' is not assignable to parameter of type 'PropertyDescriptor & ThisType<any>'.
55
Type 'undefined' is not assignable to type 'PropertyDescriptor & ThisType<any>'.
66
Type 'undefined' is not assignable to type 'PropertyDescriptor'.
7-
node_modules/graceful-fs/graceful-fs.js(14,3): error TS2322: Type '(msg: string, ...param: any[]) => void' is not assignable to type '() => void'.
8-
node_modules/graceful-fs/graceful-fs.js(17,37): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[any, ...any[]]'.
9-
node_modules/graceful-fs/graceful-fs.js(24,11): error TS2554: Expected 0 arguments, but got 1.
10-
node_modules/graceful-fs/graceful-fs.js(30,54): error TS2339: Property '__patched' does not exist on type 'typeof import("fs")'.
11-
node_modules/graceful-fs/graceful-fs.js(32,8): error TS2339: Property '__patched' does not exist on type 'typeof import("fs")'.
12-
node_modules/graceful-fs/graceful-fs.js(52,37): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[number]'.
13-
node_modules/graceful-fs/graceful-fs.js(174,5): error TS2539: Cannot assign to 'ReadStream' because it is not a variable.
14-
node_modules/graceful-fs/graceful-fs.js(175,5): error TS2539: Cannot assign to 'WriteStream' because it is not a variable.
15-
node_modules/graceful-fs/graceful-fs.js(197,68): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[any?, any?, ...any[]]'.
16-
node_modules/graceful-fs/graceful-fs.js(220,70): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[any?, any?, ...any[]]'.
17-
node_modules/graceful-fs/graceful-fs.js(269,9): error TS2554: Expected 0 arguments, but got 3.
18-
node_modules/graceful-fs/graceful-fs.js(276,11): error TS2554: Expected 0 arguments, but got 3.
7+
node_modules/graceful-fs/graceful-fs.js(26,3): error TS2322: Type '(msg: string, ...param: any[]) => void' is not assignable to type '() => void'.
8+
node_modules/graceful-fs/graceful-fs.js(29,37): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[any, ...any[]]'.
9+
node_modules/graceful-fs/graceful-fs.js(48,3): error TS2741: Property '__promisify__' is missing in type '(fd: any, cb: any) => void' but required in type 'typeof close'.
10+
node_modules/graceful-fs/graceful-fs.js(70,30): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[number]'.
11+
node_modules/graceful-fs/graceful-fs.js(82,13): error TS2554: Expected 0 arguments, but got 1.
12+
node_modules/graceful-fs/graceful-fs.js(89,54): error TS2339: Property '__patched' does not exist on type 'typeof import("fs")'.
13+
node_modules/graceful-fs/graceful-fs.js(91,8): error TS2339: Property '__patched' does not exist on type 'typeof import("fs")'.
14+
node_modules/graceful-fs/graceful-fs.js(199,5): error TS2539: Cannot assign to 'ReadStream' because it is not a variable.
15+
node_modules/graceful-fs/graceful-fs.js(200,5): error TS2539: Cannot assign to 'WriteStream' because it is not a variable.
16+
node_modules/graceful-fs/graceful-fs.js(220,7): error TS2539: Cannot assign to 'ReadStream' because it is not a variable.
17+
node_modules/graceful-fs/graceful-fs.js(230,7): error TS2539: Cannot assign to 'WriteStream' because it is not a variable.
18+
node_modules/graceful-fs/graceful-fs.js(242,7): error TS2539: Cannot assign to 'ReadStream' because it is not a variable.
19+
node_modules/graceful-fs/graceful-fs.js(252,7): error TS2539: Cannot assign to 'WriteStream' because it is not a variable.
20+
node_modules/graceful-fs/graceful-fs.js(262,68): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[any?, any?, ...any[]]'.
21+
node_modules/graceful-fs/graceful-fs.js(285,70): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[any?, any?, ...any[]]'.
22+
node_modules/graceful-fs/graceful-fs.js(334,9): error TS2554: Expected 0 arguments, but got 3.
23+
node_modules/graceful-fs/graceful-fs.js(341,11): error TS2554: Expected 0 arguments, but got 3.
1924

2025

2126

0 commit comments

Comments
 (0)