-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Automatic rush update #15839
Automatic rush update #15839
Conversation
ce012f9
to
6205381
Compare
@@ -1378,7 +1378,7 @@ packages: | |||
/@types/body-parser/1.19.0: | |||
dependencies: | |||
'@types/connect': 3.4.34 | |||
'@types/node': 8.10.66 | |||
'@types/node': 15.12.2 |
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.
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.
Hmm, it should not be dependent on the version of node on the author's machine because that doesn't have any influence on the types.
My pet theory was that the author may have inadvertently pulled in a new version while working in the repo across branches, but this is presumably happening now from freshly cloning the repo!
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.
I propose we go with this change and then wait and watch what happens next :)
Assuming we will have automated PRs going forward, it should stay the same
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.
Seems like some transitive dependencies are pulling it in? I'm fine approving this for now
6205381
to
6eb10ce
Compare
/check-enforcer evaluate |
/check-enforcer reset |
/check-enforcer evaluate |
/check-enforcer override |
Automatic rush update PR