-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
chore: upgrade dependencies #8372
Conversation
@@ -892,7 +892,7 @@ const jestExpect = require('../'); | |||
}).toThrowErrorMatchingSnapshot(); | |||
}); | |||
|
|||
test(`incomplete recursive calls are handled properly`, () => { | |||
test('incomplete recursive calls are handled properly', () => { |
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.
@@ -85,14 +85,14 @@ it('uses the blacklist to avoid copying properties on the first level', () => { | |||
|
|||
it('does not keep the prototype by default when top level is object', () => { | |||
// @ts-ignore | |||
const sourceObject = new function() {}(); | |||
const sourceObject = new (function() {})(); |
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.
"pretty-format": "^24.7.0" | ||
}, | ||
"devDependencies": { | ||
"@types/camelcase": "^4.1.0", | ||
"@types/leven": "^2.1.1" |
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.
leven comes with type defs now
Not sure what's up with the error messages for jasmine or the |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
The dependencies left to upgrade either require node 8, is micromatch or are covered by #8370
Test plan
Green CI