-
Notifications
You must be signed in to change notification settings - Fork 12.9k
🤖 User test baselines have changed for refs/heads/master #41496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
sandersn
merged 1 commit into
microsoft:master
from
typescript-bot:user-baseline-updates
Jan 15, 2021
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,9 @@ | ||
Exit Code: 2 | ||
Exit Code: 0 | ||
Standard output: | ||
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? | ||
|
||
|
||
|
||
Standard error: | ||
lerna notice cli vX.X.X | ||
lerna info Executing command in 3 packages: "tsc --noEmit" | ||
lerna ERR! Received non-zero exit code 2 during execution | ||
lerna success exec Executed command in 3 packages: "tsc --noEmit" | ||
npm ERR! code 2 | ||
npm ERR! path /pyright | ||
npm ERR! command failed | ||
npm ERR! command sh -c lerna exec --stream --concurrency 1 --no-bail -- tsc --noEmit | ||
npm ERR! A complete log of this run can be found in: | ||
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,14 +3,49 @@ Standard output: | |
node_modules/connect-mongo/src/types.d.ts(113,66): error TS2694: Namespace 'Express' has no exported member 'SessionData'. | ||
node_modules/connect-mongo/src/types.d.ts(114,45): error TS2694: Namespace 'Express' has no exported member 'SessionData'. | ||
node_modules/connect-mongo/src/types.d.ts(118,47): error TS2694: Namespace 'Express' has no exported member 'SessionData'. | ||
src/app.ts(72,21): error TS2339: Property 'returnTo' does not exist on type 'Session | InitializedSession'. | ||
Property 'returnTo' does not exist on type 'Session'. | ||
src/app.ts(75,21): error TS2339: Property 'returnTo' does not exist on type 'Session | InitializedSession'. | ||
Property 'returnTo' does not exist on type 'Session'. | ||
src/app.ts(116,30): error TS2339: Property 'returnTo' does not exist on type 'Session | InitializedSession'. | ||
Property 'returnTo' does not exist on type 'Session'. | ||
src/controllers/user.ts(51,38): error TS2339: Property 'returnTo' does not exist on type 'Session | InitializedSession'. | ||
Property 'returnTo' does not exist on type 'Session'. | ||
src/app.ts(31,10): error TS2540: Cannot assign to 'Promise' because it is a read-only property. | ||
src/app.ts(72,21): error TS2339: Property 'returnTo' does not exist on type 'Session & Partial<SessionData>'. | ||
src/app.ts(75,21): error TS2339: Property 'returnTo' does not exist on type 'Session & Partial<SessionData>'. | ||
src/app.ts(116,30): error TS2339: Property 'returnTo' does not exist on type 'Session & Partial<SessionData>'. | ||
src/config/passport.ts(14,5): error TS2349: This expression is not callable. | ||
Type 'User' has no call signatures. | ||
src/config/passport.ts(18,24): error TS7006: Parameter 'err' implicitly has an 'any' type. | ||
src/config/passport.ts(18,29): error TS7006: Parameter 'user' implicitly has an 'any' type. | ||
src/config/passport.ts(28,51): error TS7006: Parameter 'err' implicitly has an 'any' type. | ||
src/config/passport.ts(71,49): error TS7006: Parameter 'err' implicitly has an 'any' type. | ||
src/config/passport.ts(71,54): error TS7006: Parameter 'existingUser' implicitly has an 'any' type. | ||
src/config/passport.ts(77,45): error TS7006: Parameter 'err' implicitly has an 'any' type. | ||
src/config/passport.ts(92,49): error TS7006: Parameter 'err' implicitly has an 'any' type. | ||
src/config/passport.ts(92,54): error TS7006: Parameter 'existingUser' implicitly has an 'any' type. | ||
src/config/passport.ts(97,59): error TS7006: Parameter 'err' implicitly has an 'any' type. | ||
src/config/passport.ts(97,64): error TS7006: Parameter 'existingEmailUser' implicitly has an 'any' type. | ||
src/controllers/user.ts(51,38): error TS2339: Property 'returnTo' does not exist on type 'Session & Partial<SessionData>'. | ||
src/controllers/user.ts(101,46): error TS7006: Parameter 'err' implicitly has an 'any' type. | ||
src/controllers/user.ts(101,51): error TS7006: Parameter 'existingUser' implicitly has an 'any' type. | ||
src/controllers/user.ts(146,29): error TS7006: Parameter 'err' implicitly has an 'any' type. | ||
src/controllers/user.ts(153,19): error TS2769: No overload matches this call. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. same, but for mongodb |
||
Overload 1 of 3, '(options?: SaveOptions): Promise<UserDocument>', gave the following error. | ||
Type '(err: WriteError) => void' has no properties in common with type 'SaveOptions'. | ||
Overload 2 of 3, '(options?: SaveOptions, fn?: (err: NativeError, doc: UserDocument) => void): void', gave the following error. | ||
Type '(err: WriteError) => void' has no properties in common with type 'SaveOptions'. | ||
Overload 3 of 3, '(fn?: (err: NativeError, doc: UserDocument) => void): void', gave the following error. | ||
Argument of type '(err: WriteError) => void' is not assignable to parameter of type '(err: NativeError, doc: UserDocument) => void'. | ||
Types of parameters 'err' and 'err' are incompatible. | ||
Type 'NativeError' is missing the following properties from type 'WriteError': code, index, errmsg | ||
src/controllers/user.ts(183,29): error TS7006: Parameter 'err' implicitly has an 'any' type. | ||
src/controllers/user.ts(186,19): error TS2769: No overload matches this call. | ||
Overload 1 of 3, '(options?: SaveOptions): Promise<UserDocument>', gave the following error. | ||
Type '(err: WriteError) => void' has no properties in common with type 'SaveOptions'. | ||
Overload 2 of 3, '(options?: SaveOptions, fn?: (err: NativeError, doc: UserDocument) => void): void', gave the following error. | ||
Type '(err: WriteError) => void' has no properties in common with type 'SaveOptions'. | ||
Overload 3 of 3, '(fn?: (err: NativeError, doc: UserDocument) => void): void', gave the following error. | ||
Argument of type '(err: WriteError) => void' is not assignable to parameter of type '(err: NativeError, doc: UserDocument) => void'. | ||
Types of parameters 'err' and 'err' are incompatible. | ||
Type 'NativeError' is not assignable to type 'WriteError'. | ||
src/controllers/user.ts(215,29): error TS7006: Parameter 'err' implicitly has an 'any' type. | ||
src/controllers/user.ts(349,54): error TS7006: Parameter 'err' implicitly has an 'any' type. | ||
src/models/User.ts(81,15): error TS2339: Property 'email' does not exist on type 'Document<any>'. | ||
src/models/User.ts(84,54): error TS2339: Property 'email' does not exist on type 'Document<any>'. | ||
|
||
|
||
|
||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
passport
usage is oodate now -- this repo is bitrotting quickly now