Skip to content

Commit a36f82d

Browse files
authored
chore: bump dated deps (#8693)
1 parent 05ebc41 commit a36f82d

File tree

18 files changed

+457
-479
lines changed

18 files changed

+457
-479
lines changed

e2e/__tests__/__snapshots__/consoleAfterTeardown.test.ts.snap

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ PASS __tests__/console.test.js
77
● Cannot log after tests are done. Did you forget to wait for something async in your test?
88
Attempted to log "hello!".
99
10-
11 | // eslint-disable-next-line prefer-arrow-callback
11-
12 | new Promise(resolve => setTimeout(resolve, 500)).then(function log() {
12-
> 13 | console.log('hello!');
10+
10 | // Named function to have the function be named the same in jasmine and circus
11+
11 | new Promise(resolve => setTimeout(resolve, 500)).then(function log() {
12+
> 12 | console.log('hello!');
1313
| ^
14-
14 | });
15-
15 | });
16-
16 |
14+
13 | });
15+
14 | });
16+
15 |
1717
1818
at BufferedConsole.log (../../packages/jest-console/build/BufferedConsole.js:199:10)
19-
at log (__tests__/console.test.js:13:13)
19+
at log (__tests__/console.test.js:12:13)
2020
`;

e2e/console-after-teardown/__tests__/console.test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
'use strict';
88

99
test('throws error', () => {
10-
// To have the function be named the same in jasmine and circus
11-
// eslint-disable-next-line prefer-arrow-callback
10+
// Named function to have the function be named the same in jasmine and circus
1211
new Promise(resolve => setTimeout(resolve, 500)).then(function log() {
1312
console.log('hello!');
1413
});

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,24 @@
1919
"@typescript-eslint/parser": "^1.10.2",
2020
"ansi-regex": "^4.0.0",
2121
"ansi-styles": "^3.2.0",
22-
"babel-eslint": "^9.0.0",
22+
"babel-eslint": "^10.0.2",
2323
"babel-loader": "^8.0.5",
2424
"babel-plugin-typescript-strip-namespaces": "^1.1.1",
2525
"camelcase": "^5.0.0",
2626
"chalk": "^2.0.1",
2727
"codecov": "^3.0.0",
2828
"debug": "^4.0.1",
2929
"eslint": "^5.6.0",
30-
"eslint-config-prettier": "^3.1.0",
30+
"eslint-config-prettier": "^5.0.0",
3131
"eslint-import-resolver-typescript": "^1.1.1",
3232
"eslint-plugin-babel": "^5.1.0",
3333
"eslint-plugin-flowtype": "^2.35.0",
3434
"eslint-plugin-import": "^2.6.0",
3535
"eslint-plugin-jest": "^22.0.0",
3636
"eslint-plugin-jsx-a11y": "^6.0.2",
37-
"eslint-plugin-markdown": "^1.0.0-beta.6",
37+
"eslint-plugin-markdown": "^1.0.0",
3838
"eslint-plugin-prettier": "^3.0.1",
3939
"eslint-plugin-react": "^7.1.0",
40-
"eslint-plugin-relay": "~0.0.19",
4140
"execa": "^1.0.0",
4241
"fast-check": "^1.13.0",
4342
"glob": "^7.1.1",
@@ -49,10 +48,10 @@
4948
"jest-junit": "^6.2.1",
5049
"jest-silent-reporter": "^0.1.2",
5150
"jest-snapshot-serializer-raw": "^1.1.0",
52-
"jest-watch-typeahead": "^0.2.2-0",
51+
"jest-watch-typeahead": "^0.3.1",
5352
"jquery": "^3.2.1",
5453
"karma": "^4.0.1",
55-
"karma-chrome-launcher": "^2.1.1",
54+
"karma-chrome-launcher": "^3.0.0",
5655
"karma-mocha": "^1.3.0",
5756
"karma-webpack": "4.0.0-rc.5",
5857
"left-pad": "^1.1.1",

packages/eslint-config-fb-strict/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"license": "MIT",
1010
"dependencies": {
11-
"eslint-config-fbjs": "^2.1.0"
11+
"eslint-config-fbjs": "^3.1.0"
1212
},
1313
"peerDependencies": {
1414
"babel-eslint": "^9.0.0 || ^10.0.0",
@@ -17,8 +17,7 @@
1717
"eslint-plugin-flowtype": "^2.35.0 || ^3.0.0",
1818
"eslint-plugin-jest": "^21.0.0 || ^22.0.0",
1919
"eslint-plugin-jsx-a11y": "^6.0.2",
20-
"eslint-plugin-react": "^7.1.0",
21-
"eslint-plugin-relay": "~0.0.8 || ^1.0.0"
20+
"eslint-plugin-react": "^7.1.0"
2221
},
2322
"engines": {
2423
"node": ">= 6"

0 commit comments

Comments
 (0)