Skip to content

Commit de4a57a

Browse files
TypeScript Bottypescript-bot
andauthored
Update user baselines +cc @sandersn (#41423)
Co-authored-by: typescript-bot <[email protected]>
1 parent 40adb27 commit de4a57a

File tree

11 files changed

+179
-438
lines changed

11 files changed

+179
-438
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ BLOCKED (51)
1010
@azure/abort-controller
1111
@azure/core-auth
1212
@azure/logger
13-
@azure/core-asynciterator-polyfill
1413
@azure/core-http
14+
@azure/core-asynciterator-polyfill
15+
@azure/identity
1516
@azure/communication-common
1617
@azure/core-amqp
1718
@azure/core-lro
@@ -41,7 +42,6 @@ BLOCKED (51)
4142
@azure/digital-twins-core
4243
@azure/eventgrid
4344
@azure/eventhubs-checkpointstore-blob
44-
@azure/identity
4545
@azure/keyvault-admin
4646
@azure/keyvault-certificates
4747
@azure/keyvault-common
@@ -117,13 +117,13 @@ XX of XX: [@azure/data-tables] blocked by [@azure/eslint-plugin-azure-sdk]!
117117
XX of XX: [@azure/digital-twins-core] blocked by [@azure/eslint-plugin-azure-sdk]!
118118
XX of XX: [@azure/eventgrid] blocked by [@azure/eslint-plugin-azure-sdk]!
119119
XX of XX: [@azure/identity] blocked by [@azure/eslint-plugin-azure-sdk]!
120-
XX of XX: [@azure/keyvault-common] blocked by [@azure/eslint-plugin-azure-sdk]!
121-
XX of XX: [@azure/monitor-opentelemetry-exporter] blocked by [@azure/eslint-plugin-azure-sdk]!
122120
XX of XX: [@azure/schema-registry] blocked by [@azure/eslint-plugin-azure-sdk]!
123121
XX of XX: [@azure/schema-registry-avro] blocked by [@azure/eslint-plugin-azure-sdk]!
122+
XX of XX: [@azure/storage-queue] blocked by [@azure/eslint-plugin-azure-sdk]!
123+
XX of XX: [@azure/keyvault-common] blocked by [@azure/eslint-plugin-azure-sdk]!
124+
XX of XX: [@azure/monitor-opentelemetry-exporter] blocked by [@azure/eslint-plugin-azure-sdk]!
124125
XX of XX: [@azure/search-documents] blocked by [@azure/eslint-plugin-azure-sdk]!
125126
XX of XX: [@azure/storage-file-share] blocked by [@azure/eslint-plugin-azure-sdk]!
126-
XX of XX: [@azure/storage-queue] blocked by [@azure/eslint-plugin-azure-sdk]!
127127
XX of XX: [@azure/template] blocked by [@azure/eslint-plugin-azure-sdk]!
128128
XX of XX: [@azure/test-utils-perfstress] blocked by [@azure/eslint-plugin-azure-sdk]!
129129
XX of XX: [@azure/test-utils-recorder] blocked by [@azure/eslint-plugin-azure-sdk]!

tests/baselines/reference/docker/office-ui-fabric.log

Lines changed: 114 additions & 74 deletions
Large diffs are not rendered by default.
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1-
Exit Code: 0
1+
Exit Code: 2
22
Standard output:
3+
pyright-internal: src/tests/harness/utils.ts(328,12): error TS2774: This condition will always return true since the function is always defined. Did you mean to call it instead?
34

45

56

67
Standard error:
78
lerna notice cli vX.X.X
89
lerna info Executing command in 3 packages: "tsc --noEmit"
10+
lerna ERR! Received non-zero exit code 2 during execution
911
lerna success exec Executed command in 3 packages: "tsc --noEmit"
12+
npm ERR! code 2
13+
npm ERR! path /pyright
14+
npm ERR! command failed
15+
npm ERR! command sh -c lerna exec --stream --concurrency 1 --no-bail -- tsc --noEmit
16+
npm ERR! A complete log of this run can be found in:
17+
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log

tests/baselines/reference/docker/vue-next.log

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ Writing package typings: /vue-next/dist/vue.d.ts
8585
API Extractor completed successfully.
8686
compiler-dom.global.prod.js min:44.24kb / gzip:17.04kb / brotli:15.46kb
8787
reactivity.global.prod.js min:8.37kb / gzip:3.24kb / brotli:3.00kb
88-
runtime-dom.global.prod.js min:68.76kb / gzip:26.43kb / brotli:23.92kb
88+
runtime-dom.global.prod.js min:68.76kb / gzip:26.44kb / brotli:23.91kb
8989
size-check.global.prod.js min:39.98kb / gzip:15.95kb / brotli:14.55kb
90-
vue.global.prod.js min:105.87kb / gzip:40.14kb / brotli:36.09kb
90+
vue.global.prod.js min:105.87kb / gzip:40.15kb / brotli:36.04kb
9191

9292

9393

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Exit Code: 2
2+
Standard output:
3+
node_modules/connect-mongo/src/types.d.ts(113,66): error TS2694: Namespace 'Express' has no exported member 'SessionData'.
4+
node_modules/connect-mongo/src/types.d.ts(114,45): error TS2694: Namespace 'Express' has no exported member 'SessionData'.
5+
node_modules/connect-mongo/src/types.d.ts(118,47): error TS2694: Namespace 'Express' has no exported member 'SessionData'.
6+
src/app.ts(72,21): error TS2339: Property 'returnTo' does not exist on type 'Session | InitializedSession'.
7+
Property 'returnTo' does not exist on type 'Session'.
8+
src/app.ts(75,21): error TS2339: Property 'returnTo' does not exist on type 'Session | InitializedSession'.
9+
Property 'returnTo' does not exist on type 'Session'.
10+
src/app.ts(116,30): error TS2339: Property 'returnTo' does not exist on type 'Session | InitializedSession'.
11+
Property 'returnTo' does not exist on type 'Session'.
12+
src/controllers/user.ts(51,38): error TS2339: Property 'returnTo' does not exist on type 'Session | InitializedSession'.
13+
Property 'returnTo' does not exist on type 'Session'.
14+
15+
16+
17+
Standard error:

tests/baselines/reference/user/TypeScript-WeChat-Starter.log

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ node_modules/@types/serve-static/index.d.ts(18,45): error TS2694: Namespace '"ht
55
node_modules/@types/serve-static/index.d.ts(25,49): error TS2694: Namespace '"http"' has no exported member 'OutgoingMessage'.
66
node_modules/@types/serve-static/index.d.ts(25,72): error TS2694: Namespace '"http"' has no exported member 'OutgoingMessage'.
77
node_modules/@types/serve-static/index.d.ts(98,45): error TS2694: Namespace '"http"' has no exported member 'OutgoingMessage'.
8+
node_modules/@types/serve-static/index.d.ts(102,56): error TS2694: Namespace '"http"' has no exported member 'OutgoingMessage'.
89

910

1011

tests/baselines/reference/user/debug.log

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ node_modules/debug/dist/debug.js(733,82): error TS2339: Property 'type' does not
4040
node_modules/debug/dist/debug.js(733,120): error TS2339: Property '__nwjs' does not exist on type 'Process'.
4141
node_modules/debug/dist/debug.js(744,146): error TS2551: Property 'WebkitAppearance' does not exist on type 'CSSStyleDeclaration'. Did you mean 'webkitAppearance'?
4242
node_modules/debug/dist/debug.js(745,78): error TS2339: Property 'firebug' does not exist on type 'Console'.
43+
node_modules/debug/dist/debug.js(745,89): error TS2774: This condition will always return true since the function is always defined. Did you mean to call it instead?
4344
node_modules/debug/dist/debug.js(799,156): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[message?: any, ...optionalParams: any[]]'.
4445
node_modules/debug/dist/debug.js(851,21): error TS2304: Cannot find name 'LocalStorage'.
4546
node_modules/debug/src/browser.js(3,100): error TS2539: Cannot assign to '_typeof' because it is not a variable.
@@ -48,6 +49,7 @@ node_modules/debug/src/browser.js(34,74): error TS2339: Property 'type' does not
4849
node_modules/debug/src/browser.js(34,112): error TS2339: Property '__nwjs' does not exist on type 'Process'.
4950
node_modules/debug/src/browser.js(45,138): error TS2551: Property 'WebkitAppearance' does not exist on type 'CSSStyleDeclaration'. Did you mean 'webkitAppearance'?
5051
node_modules/debug/src/browser.js(46,70): error TS2339: Property 'firebug' does not exist on type 'Console'.
52+
node_modules/debug/src/browser.js(46,81): error TS2774: This condition will always return true since the function is always defined. Did you mean to call it instead?
5153
node_modules/debug/src/browser.js(100,148): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[message?: any, ...optionalParams: any[]]'.
5254
node_modules/debug/src/browser.js(152,13): error TS2304: Cannot find name 'LocalStorage'.
5355
node_modules/debug/src/common.js(51,24): error TS2339: Property 'colors' does not exist on type '{ (namespace: string): Function; debug: ...; default: ...; coerce: (val: any) => any; disable: () => void; enable: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: { ...; }; ... 4 more ...; selectColor: (namespace: string) => string | number; }'.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Exit Code: 2
2+
Standard output:
3+
node_modules/formik/dist/Formik.d.ts(1,22): error TS6053: File '../../../tests/cases/user/formik/node_modules/formik/dist/types/index.d.ts' not found.
4+
node_modules/formik/dist/Formik.d.ts(23,96): error TS7016: Could not find a declaration file for module 'scheduler'. '../../../tests/cases/user/formik/node_modules/scheduler/index.js' implicitly has an 'any' type.
5+
Try `npm i --save-dev @types/scheduler` if it exists or add a new declaration (.d.ts) file containing `declare module 'scheduler';`
6+
node_modules/formik/dist/Formik.d.ts(27,98): error TS7016: Could not find a declaration file for module 'scheduler'. '../../../tests/cases/user/formik/node_modules/scheduler/index.js' implicitly has an 'any' type.
7+
Try `npm i --save-dev @types/scheduler` if it exists or add a new declaration (.d.ts) file containing `declare module 'scheduler';`
8+
node_modules/formik/dist/Formik.d.ts(28,103): error TS7016: Could not find a declaration file for module 'scheduler'. '../../../tests/cases/user/formik/node_modules/scheduler/index.js' implicitly has an 'any' type.
9+
Try `npm i --save-dev @types/scheduler` if it exists or add a new declaration (.d.ts) file containing `declare module 'scheduler';`
10+
11+
12+
13+
Standard error:

tests/baselines/reference/user/npm.log

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,9 @@ node_modules/npm/lib/config/core.js(409,29): error TS2769: No overload matches t
183183
Type 'undefined' is not assignable to type 'string'.
184184
node_modules/npm/lib/config/defaults.js(20,52): error TS2345: Argument of type 'never[]' is not assignable to parameter of type '[format: any, ...param: any[]]'.
185185
Property '0' is optional in type 'never[]' but required in type '[format: any, ...param: any[]]'.
186+
node_modules/npm/lib/config/defaults.js(234,24): error TS2774: This condition will always return true since the function is always defined. Did you mean to call it instead?
187+
node_modules/npm/lib/config/defaults.js(234,42): error TS2774: This condition will always return true since the function is always defined. Did you mean to call it instead?
188+
node_modules/npm/lib/config/defaults.js(235,24): error TS2774: This condition will always return true since the function is always defined. Did you mean to call it instead?
186189
node_modules/npm/lib/config/gentle-fs.js(16,11): error TS2339: Property 'prefix' does not exist on type 'EventEmitter'.
187190
node_modules/npm/lib/config/gentle-fs.js(17,11): error TS2339: Property 'globalPrefix' does not exist on type 'EventEmitter'.
188191
node_modules/npm/lib/config/gentle-fs.js(18,11): error TS2339: Property 'dir' does not exist on type 'EventEmitter'.

0 commit comments

Comments
 (0)