Skip to content
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

Closed
wants to merge 5 commits into from
Closed

chore: upgrade dependencies #8372

wants to merge 5 commits into from

Conversation

SimenB
Copy link
Member

@SimenB SimenB commented Apr 24, 2019

Summary

The dependencies left to upgrade either require node 8, is micromatch or are covered by #8370

Test plan

Green CI

@@ -892,7 +892,7 @@ const jestExpect = require('../');
}).toThrowErrorMatchingSnapshot();
});

test(`incomplete recursive calls are handled properly`, () => {
test('incomplete recursive calls are handled properly', () => {
Copy link
Member Author

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() {})();
Copy link
Member Author

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"
Copy link
Member Author

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

@SimenB
Copy link
Member Author

SimenB commented Apr 24, 2019

Not sure what's up with the error messages for jasmine or the onlyChanged test...

@JoshRosenstein JoshRosenstein mentioned this pull request May 7, 2019
@SimenB SimenB closed this Jul 15, 2019
@SimenB SimenB deleted the bump-deps branch July 15, 2019 12:15
@github-actions
Copy link

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.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants