Skip to content

Commit 1c2bdc8

Browse files
Update user baselines
1 parent 917cd6c commit 1c2bdc8

File tree

4 files changed

+1862
-1859
lines changed

4 files changed

+1862
-1859
lines changed

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

+13-10
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,8 @@ Starting "rush rebuild"
99

1010
Executing a maximum of 1 simultaneous processes...
1111

12-
[@azure/abort-controller] started
13-
XX of XX: [@azure/abort-controller] completed successfully in ? seconds
1412
[@azure/cosmos] started
1513
XX of XX: [@azure/cosmos] completed successfully in ? seconds
16-
[@azure/event-hubs] started
17-
XX of XX: [@azure/event-hubs] completed successfully in ? seconds
1814
[@azure/service-bus] started
1915
Warning: You have changed the public API signature for this project. Updating review/service-bus.api.md
2016
[@azure/storage-blob] started
@@ -27,6 +23,8 @@ XX of XX: [@azure/storage-file] completed successfully in ? seconds
2723
XX of XX: [@azure/storage-queue] completed successfully in ? seconds
2824
[@azure/template] started
2925
XX of XX: [@azure/template] completed successfully in ? seconds
26+
[@azure/abort-controller] started
27+
XX of XX: [@azure/abort-controller] completed successfully in ? seconds
3028
[@azure/core-http] started
3129
XX of XX: [@azure/core-http] completed successfully in ? seconds
3230
[@azure/core-paging] started
@@ -37,21 +35,20 @@ XX of XX: [@azure/event-processor-host] completed successfully in ? seconds
3735
XX of XX: [testhub] completed successfully in ? seconds
3836
[@azure/identity] started
3937
XX of XX: [@azure/identity] completed successfully in ? seconds
40-
[@azure/core-amqp] started
4138
[@azure/keyvault-certificates] started
4239
XX of XX: [@azure/keyvault-certificates] completed successfully in ? seconds
4340
[@azure/keyvault-keys] started
4441
XX of XX: [@azure/keyvault-keys] completed successfully in ? seconds
4542
[@azure/keyvault-secrets] started
4643
XX of XX: [@azure/keyvault-secrets] completed successfully in ? seconds
44+
[@azure/core-amqp] started
4745

48-
SUCCESS (16)
46+
SUCCESS (15)
4947
================================
5048
@azure/abort-controller (? seconds)
5149
@azure/core-http (? seconds)
5250
@azure/core-paging (? seconds)
5351
@azure/cosmos (? seconds)
54-
@azure/event-hubs (? seconds)
5552
@azure/event-processor-host (? seconds)
5653
@azure/identity (? seconds)
5754
@azure/keyvault-certificates (? seconds)
@@ -71,14 +68,19 @@ SUCCESS WITH WARNINGS (1)
7168
Warning: You have changed the public API signature for this project. Updating review/service-bus.api.md
7269
================================
7370

71+
BLOCKED (1)
72+
================================
73+
@azure/event-hubs
74+
================================
75+
7476
FAILURE (1)
7577
================================
7678
@azure/core-amqp (? seconds)
7779
>>> @azure/core-amqp
7880
tsc -p . && rollup -c 2>&1
79-
src/errors.ts(579,20): error TS7053: Element implicitly has an 'any' type because expression of type 'any' can't be used to index type 'typeof ConditionErrorNameMapper'.
80-
src/errors.ts(600,34): error TS7053: Element implicitly has an 'any' type because expression of type 'any' can't be used to index type 'typeof SystemErrorConditionMapper'.
81-
src/errors.ts(601,20): error TS7053: Element implicitly has an 'any' type because expression of type 'any' can't be used to index type 'typeof ConditionErrorNameMapper'.
81+
src/errors.ts(586,20): error TS7053: Element implicitly has an 'any' type because expression of type 'any' can't be used to index type 'typeof ConditionErrorNameMapper'.
82+
src/errors.ts(607,34): error TS7053: Element implicitly has an 'any' type because expression of type 'any' can't be used to index type 'typeof SystemErrorConditionMapper'.
83+
src/errors.ts(608,20): error TS7053: Element implicitly has an 'any' type because expression of type 'any' can't be used to index type 'typeof ConditionErrorNameMapper'.
8284
================================
8385

8486

@@ -92,4 +94,5 @@ Your version of Node.js (12.4.0) has not been tested with this release of Rush.
9294
XX of XX: [@azure/service-bus] completed with warnings in ? seconds
9395

9496
XX of XX: [@azure/core-amqp] failed to build!
97+
XX of XX: [@azure/event-hubs] blocked by [@azure/core-amqp]!
9598
[@azure/core-amqp] Returned error code: 2

tests/baselines/reference/user/adonis-framework.log

+6-6
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ node_modules/adonis-framework/src/Encryption/index.js(85,23): error TS8024: JSDo
2525
node_modules/adonis-framework/src/Encryption/index.js(87,15): error TS2304: Cannot find name 'Mixed'.
2626
node_modules/adonis-framework/src/Encryption/index.js(101,62): error TS2345: Argument of type 'string' is not assignable to parameter of type 'Utf8AsciiBinaryEncoding'.
2727
node_modules/adonis-framework/src/Encryption/index.js(114,15): error TS2304: Cannot find name 'Mixed'.
28-
node_modules/adonis-framework/src/Encryption/index.js(119,18): error TS2554: Expected 2 arguments, but got 1.
28+
node_modules/adonis-framework/src/Encryption/index.js(119,23): error TS2554: Expected 2 arguments, but got 1.
2929
node_modules/adonis-framework/src/Encryption/index.js(183,15): error TS2304: Cannot find name 'Mixed'.
3030
node_modules/adonis-framework/src/Encryption/index.js(197,15): error TS2304: Cannot find name 'Mixed'.
3131
node_modules/adonis-framework/src/Encryption/index.js(209,14): error TS8024: JSDoc '@param' tag has name 'object', but there is no parameter with that name.
@@ -69,7 +69,7 @@ node_modules/adonis-framework/src/File/index.js(273,5): error TS2322: Type 'bool
6969
Type '""' is not assignable to type 'boolean'.
7070
node_modules/adonis-framework/src/Helpers/index.js(105,3): error TS2322: Type 'null' is not assignable to type 'string'.
7171
node_modules/adonis-framework/src/Helpers/index.js(106,3): error TS2322: Type 'null' is not assignable to type 'string'.
72-
node_modules/adonis-framework/src/Helpers/index.js(164,10): error TS2554: Expected 3 arguments, but got 2.
72+
node_modules/adonis-framework/src/Helpers/index.js(164,18): error TS2554: Expected 3 arguments, but got 2.
7373
node_modules/adonis-framework/src/Helpers/index.js(178,45): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
7474
Type 'undefined' is not assignable to type 'string'.
7575
node_modules/adonis-framework/src/Helpers/index.js(224,45): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
@@ -100,8 +100,8 @@ node_modules/adonis-framework/src/Request/index.js(482,15): error TS2304: Cannot
100100
node_modules/adonis-framework/src/Request/index.js(499,17): error TS2551: Property '_params' does not exist on type 'Request'. Did you mean 'param'?
101101
node_modules/adonis-framework/src/Request/index.js(523,15): error TS2304: Cannot find name 'Objecr'.
102102
node_modules/adonis-framework/src/Request/index.js(572,23): error TS8029: JSDoc '@param' tag has name 'pattern', but there is no parameter with that name. It would match 'arguments' if it had an array type.
103-
node_modules/adonis-framework/src/Request/index.js(600,12): error TS2554: Expected 2 arguments, but got 1.
104-
node_modules/adonis-framework/src/Request/index.js(600,35): error TS2554: Expected 2 arguments, but got 1.
103+
node_modules/adonis-framework/src/Request/index.js(600,17): error TS2554: Expected 2 arguments, but got 1.
104+
node_modules/adonis-framework/src/Request/index.js(600,40): error TS2554: Expected 2 arguments, but got 1.
105105
node_modules/adonis-framework/src/Request/index.js(663,23): error TS8024: JSDoc '@param' tag has name 'encodings', but there is no parameter with that name.
106106
node_modules/adonis-framework/src/Response/index.js(44,7): error TS1056: Accessors are only available when targeting ECMAScript 5 and higher.
107107
node_modules/adonis-framework/src/Response/index.js(56,7): error TS1056: Accessors are only available when targeting ECMAScript 5 and higher.
@@ -157,7 +157,7 @@ node_modules/adonis-framework/src/Route/resource.js(296,15): error TS2304: Canno
157157
node_modules/adonis-framework/src/Route/resource.js(314,62): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'any[]'.
158158
node_modules/adonis-framework/src/Server/helpers.js(17,29): error TS8024: JSDoc '@param' tag has name 'appNamespace', but there is no parameter with that name.
159159
node_modules/adonis-framework/src/Server/index.js(17,21): error TS2307: Cannot find module 'adonis-fold'.
160-
node_modules/adonis-framework/src/Server/index.js(54,21): error TS2554: Expected 4 arguments, but got 3.
160+
node_modules/adonis-framework/src/Server/index.js(54,29): error TS2554: Expected 4 arguments, but got 3.
161161
node_modules/adonis-framework/src/Server/index.js(137,25): error TS8024: JSDoc '@param' tag has name 'handlers', but there is no parameter with that name.
162162
node_modules/adonis-framework/src/Server/index.js(252,15): error TS2304: Cannot find name 'instance'.
163163
node_modules/adonis-framework/src/Server/index.js(252,24): error TS1005: '}' expected.
@@ -211,7 +211,7 @@ node_modules/adonis-framework/src/View/Form/index.js(147,63): error TS2345: Argu
211211
node_modules/adonis-framework/src/View/Form/index.js(151,58): error TS2345: Argument of type 'string | any[]' is not assignable to parameter of type 'any[]'.
212212
Type 'string' is not assignable to type 'any[]'.
213213
node_modules/adonis-framework/src/View/Form/index.js(415,37): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string'.
214-
node_modules/adonis-framework/src/View/Form/index.js(578,20): error TS2554: Expected 2 arguments, but got 1.
214+
node_modules/adonis-framework/src/View/Form/index.js(578,25): error TS2554: Expected 2 arguments, but got 1.
215215
node_modules/adonis-framework/src/View/Form/index.js(601,51): error TS2345: Argument of type 'number | any[]' is not assignable to parameter of type 'string | any[]'.
216216
Type 'number' is not assignable to type 'string | any[]'.
217217
node_modules/adonis-framework/src/View/index.js(50,23): error TS8024: JSDoc '@param' tag has name 'template_path', but there is no parameter with that name.

tests/baselines/reference/user/axios-src.log

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ lib/adapters/xhr.js(81,51): error TS2345: Argument of type 'null' is not assigna
1919
lib/adapters/xhr.js(84,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
2020
lib/adapters/xhr.js(93,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
2121
lib/adapters/xhr.js(163,9): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
22-
lib/axios.js(23,3): error TS2554: Expected 3 arguments, but got 2.
22+
lib/axios.js(23,9): error TS2554: Expected 3 arguments, but got 2.
2323
lib/axios.js(25,3): error TS2739: Type '(...args: any[]) => any' is missing the following properties from type 'Axios': defaults, interceptors, request, getUri
2424
lib/axios.js(32,7): error TS2339: Property 'Axios' does not exist on type 'Axios'.
2525
lib/axios.js(35,7): error TS2339: Property 'create' does not exist on type 'Axios'.

0 commit comments

Comments
 (0)