Skip to content

Commit d1ce3cd

Browse files
thymikeecpojer
authored andcommitted
chore: upgrade deps (#6400)
* chore: upgrade deps * upgrade more packages * upgrade micromatch * use jest-junit as a reporter * downgrade slash to 1.0.0 for now * revert fbjs incompatible eslint plugins * Revert eslint * bring back eslint update because fbjs published new version: * revert rn react upgrade * update eslint-plugin-babel peerDep
1 parent dd9ec17 commit d1ce3cd

File tree

13 files changed

+1683
-385
lines changed

13 files changed

+1683
-385
lines changed

examples/enzyme/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.0.0",
44
"name": "example-enzyme",
55
"dependencies": {
6-
"react": "*",
7-
"react-dom": "*"
6+
"react": "16.4.1",
7+
"react-dom": "16.4.1"
88
},
99
"devDependencies": {
1010
"babel-jest": "*",

examples/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.0.0",
44
"name": "example-react",
55
"dependencies": {
6-
"react": "*",
7-
"react-dom": "*"
6+
"react": "16.4.1",
7+
"react-dom": "16.4.1"
88
},
99
"devDependencies": {
1010
"babel-jest": "*",

examples/snapshot/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"name": "example-snapshot",
55
"dependencies": {
6-
"react": "*"
6+
"react": "16.4.1"
77
},
88
"devDependencies": {
99
"babel-jest": "*",

examples/timer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.0.0",
44
"name": "example-timer",
55
"devDependencies": {
6-
"jest": "*",
7-
"babel-preset-env": "*"
6+
"babel-preset-env": "*",
7+
"jest": "*"
88
},
99
"scripts": {
1010
"test": "jest"

examples/typescript/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"version": "0.0.0",
44
"name": "example-typescript",
55
"dependencies": {
6-
"react": "*",
7-
"react-dom": "*",
6+
"react": "16.4.1",
7+
"react-dom": "16.4.1",
88
"typescript": "*"
99
},
1010
"devDependencies": {
11-
"@types/jest": "^19.2.4",
11+
"@types/jest": "^23.1.1",
1212
"jest": "*",
1313
"ts-jest": "*"
1414
},

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"ansi-regex": "^3.0.0",
55
"ansi-styles": "^3.2.0",
66
"babel-core": "^6.23.1",
7-
"babel-eslint": "^7.2.3",
7+
"babel-eslint": "^8.2.3",
88
"babel-plugin-external-helpers": "^6.22.0",
99
"babel-plugin-syntax-trailing-function-commas": "^6.13.0",
1010
"babel-plugin-transform-async-to-generator": "^6.16.0",
@@ -24,9 +24,9 @@
2424
"chalk": "^2.0.1",
2525
"codecov": "^3.0.0",
2626
"debug": "^3.0.1",
27-
"eslint": "~4.13.0",
27+
"eslint": "^4.19.1",
2828
"eslint-config-prettier": "^2.9.0",
29-
"eslint-plugin-babel": "^4.1.1",
29+
"eslint-plugin-babel": "^5.1.0",
3030
"eslint-plugin-flowtype": "^2.35.0",
3131
"eslint-plugin-import": "^2.6.0",
3232
"eslint-plugin-jest": "^21.0.0",
@@ -42,16 +42,16 @@
4242
"istanbul-api": "^1.3.1",
4343
"istanbul-lib-coverage": "^1.0.0",
4444
"jasmine-reporters": "^2.2.0",
45-
"jest-junit": "^4.0.0",
45+
"jest-junit": "^5.1.0",
4646
"jest-silent-reporter": "^0.0.5",
4747
"jquery": "^3.2.1",
4848
"karma": "^2.0.0",
4949
"karma-browserify": "^5.1.1",
5050
"karma-chrome-launcher": "^2.1.1",
5151
"karma-mocha": "^1.3.0",
5252
"left-pad": "^1.1.1",
53-
"lerna": "2.9.0",
54-
"micromatch": "^2.3.11",
53+
"lerna": "2.11.0",
54+
"micromatch": "^3.1.10",
5555
"mkdirp": "^0.5.1",
5656
"mocha": "^5.0.1",
5757
"mock-fs": "^4.4.1",
@@ -89,8 +89,8 @@
8989
"postinstall": "yarn build",
9090
"publish": "yarn build-clean && yarn build && lerna publish --silent",
9191
"test-ci-es5-build-in-browser": "karma start --single-run",
92-
"test-ci": "yarn jest-coverage -i --reporters jest-silent-reporter --testResultsProcessor=jest-junit && yarn test-leak && node scripts/mapCoverage.js && codecov",
93-
"test-ci-partial": "yarn jest -i --reporters jest-silent-reporter --testResultsProcessor=jest-junit",
92+
"test-ci": "yarn jest-coverage -i --reporters jest-silent-reporter jest-junit && yarn test-leak && node scripts/mapCoverage.js && codecov",
93+
"test-ci-partial": "yarn jest -i --reporters jest-silent-reporter jest-junit",
9494
"test-pretty-format-perf": "node packages/pretty-format/perf/test.js",
9595
"test-leak": "yarn jest -i --detectLeaks jest-mock jest-diff jest-repl",
9696
"test": "yarn typecheck && yarn lint && yarn jest",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"peerDependencies": {
1313
"babel-eslint": "^7.2.3 || ^8.0.0",
1414
"eslint": "^4.2.0",
15-
"eslint-plugin-babel": "^4.1.1",
15+
"eslint-plugin-babel": "^4.1.1 || ^5.0.0",
1616
"eslint-plugin-flowtype": "^2.35.0",
1717
"eslint-plugin-jest": "^21.0.0",
1818
"eslint-plugin-jsx-a11y": "^6.0.2",

packages/jest-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"jest-validate": "^23.0.1",
3131
"jest-watcher": "^23.1.0",
3232
"jest-worker": "^23.0.1",
33-
"micromatch": "^2.3.11",
33+
"micromatch": "^3.1.10",
3434
"node-notifier": "^5.2.1",
3535
"prompts": "^0.1.9",
3636
"realpath-native": "^1.0.0",

packages/jest-haste-map/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"jest-docblock": "^23.0.1",
1414
"jest-serializer": "^23.0.1",
1515
"jest-worker": "^23.0.1",
16-
"micromatch": "^2.3.11",
16+
"micromatch": "^3.1.10",
1717
"sane": "^2.0.0"
1818
}
1919
}

packages/jest-message-util/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@babel/code-frame": "^7.0.0-beta.35",
1212
"chalk": "^2.0.1",
13-
"micromatch": "^2.3.11",
13+
"micromatch": "^3.1.10",
1414
"slash": "^1.0.0",
1515
"stack-utils": "^1.0.1"
1616
}

packages/jest-runtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"jest-snapshot": "^23.0.1",
2424
"jest-util": "^23.1.0",
2525
"jest-validate": "^23.0.1",
26-
"micromatch": "^2.3.11",
26+
"micromatch": "^3.1.10",
2727
"realpath-native": "^1.0.0",
2828
"slash": "^1.0.0",
2929
"strip-bom": "3.0.0",

website/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"build": "docusaurus-build",
88
"gh-pages": "docusaurus-publish",
99
"examples": "docusaurus-examples",
10-
"crowdin-upload":
11-
"crowdin --config ../crowdin.yaml upload sources --auto-update -b master",
10+
"crowdin-upload": "crowdin --config ../crowdin.yaml upload sources --auto-update -b master",
1211
"crowdin-download": "crowdin --config ../crowdin.yaml download -b master",
1312
"publish-gh-pages": "docusaurus-publish",
1413
"write-translations": "docusaurus-write-translations",

0 commit comments

Comments
 (0)