Skip to content

🤖 User test baselines have changed for refs/heads/master #35218

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

Conversation

typescript-bot
Copy link
Collaborator

This test run was triggerd by a request on #33716
Please review the diff and merge if no changes are unexpected.
You can view the build log here.

cc @microsoft/typescript

@typescript-bot typescript-bot force-pushed the user-update-Microsoft-20191003-refs/heads/master branch 2 times, most recently from 350292e to 4ca6c68 Compare November 20, 2019 19:20
@typescript-bot typescript-bot force-pushed the user-update-Microsoft-20191003-refs/heads/master branch from 4ca6c68 to 2de9292 Compare November 20, 2019 19:49
Copy link
Member

@sandersn sandersn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All errors are from DOM updates except one in axios-src that looks like it's from @types/node.

Standard output:
yarn run vX.X.X
$ gulp compile --max_old_space_size=4095
[XX:XX:XX] Node flags detected: --max_old_space_size=4095
[XX:XX:XX] Using gulpfile /vscode/gulpfile.js
Done in ?s.
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/codeEditor/browser/suggestEnabledInput/suggestEnabledInput.ts(229,3): Type 'string | null' is not assignable to type 'string'.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mjbvz this is a DOM change that will happen in 3.8. Can you pass this on the correct people? https://github.com/microsoft/TypeScript/pull/35207/files gives diff -- a number of properties now have type string instead of string | null.

Type 'undefined' is not assignable to type 'string'.
lib/adapters/http.js(124,17): error TS2532: Object is possibly 'undefined'.
lib/adapters/http.js(124,40): error TS2532: Object is possibly 'undefined'.
lib/adapters/http.js(84,22): error TS2345: Argument of type 'string | null' is not assignable to parameter of type 'string'.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like an update to @types/node

@sandersn sandersn merged commit ca4486a into microsoft:master Nov 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants