-
-
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 deps #6400
Merged
Merged
chore: upgrade deps #6400
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
60c9015
chore: upgrade deps
thymikee 717d795
upgrade more packages
thymikee 45a1f4e
upgrade micromatch
thymikee 3ca6f59
use jest-junit as a reporter
thymikee 6635a6d
downgrade slash to 1.0.0 for now
thymikee 401c10d
revert fbjs incompatible eslint plugins
thymikee 606022a
Revert eslint
thymikee 641d638
bring back eslint update because fbjs published new version:
thymikee b867363
revert rn react upgrade
thymikee 3675e57
update eslint-plugin-babel peerDep
thymikee File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"ansi-regex": "^3.0.0", | ||
"ansi-styles": "^3.2.0", | ||
"babel-core": "^6.23.1", | ||
"babel-eslint": "^7.2.3", | ||
"babel-eslint": "^8.2.3", | ||
"babel-plugin-external-helpers": "^6.22.0", | ||
"babel-plugin-syntax-trailing-function-commas": "^6.13.0", | ||
"babel-plugin-transform-async-to-generator": "^6.16.0", | ||
|
@@ -24,9 +24,9 @@ | |
"chalk": "^2.0.1", | ||
"codecov": "^3.0.0", | ||
"debug": "^3.0.1", | ||
"eslint": "~4.13.0", | ||
"eslint": "^4.19.1", | ||
"eslint-config-prettier": "^2.9.0", | ||
"eslint-plugin-babel": "^4.1.1", | ||
"eslint-plugin-babel": "^5.1.0", | ||
"eslint-plugin-flowtype": "^2.35.0", | ||
"eslint-plugin-import": "^2.6.0", | ||
"eslint-plugin-jest": "^21.0.0", | ||
|
@@ -42,16 +42,16 @@ | |
"istanbul-api": "^1.3.1", | ||
"istanbul-lib-coverage": "^1.0.0", | ||
"jasmine-reporters": "^2.2.0", | ||
"jest-junit": "^4.0.0", | ||
"jest-junit": "^5.1.0", | ||
"jest-silent-reporter": "^0.0.5", | ||
"jquery": "^3.2.1", | ||
"karma": "^2.0.0", | ||
"karma-browserify": "^5.1.1", | ||
"karma-chrome-launcher": "^2.1.1", | ||
"karma-mocha": "^1.3.0", | ||
"left-pad": "^1.1.1", | ||
"lerna": "2.9.0", | ||
"micromatch": "^2.3.11", | ||
"lerna": "2.11.0", | ||
"micromatch": "^3.1.10", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I thought this broke the browser build. Awesome that it seems fixed! |
||
"mkdirp": "^0.5.1", | ||
"mocha": "^5.0.1", | ||
"mock-fs": "^4.4.1", | ||
|
@@ -89,8 +89,8 @@ | |
"postinstall": "yarn build", | ||
"publish": "yarn build-clean && yarn build && lerna publish --silent", | ||
"test-ci-es5-build-in-browser": "karma start --single-run", | ||
"test-ci": "yarn jest-coverage -i --reporters jest-silent-reporter --testResultsProcessor=jest-junit && yarn test-leak && node scripts/mapCoverage.js && codecov", | ||
"test-ci-partial": "yarn jest -i --reporters jest-silent-reporter --testResultsProcessor=jest-junit", | ||
"test-ci": "yarn jest-coverage -i --reporters jest-silent-reporter jest-junit && yarn test-leak && node scripts/mapCoverage.js && codecov", | ||
"test-ci-partial": "yarn jest -i --reporters jest-silent-reporter jest-junit", | ||
"test-pretty-format-perf": "node packages/pretty-format/perf/test.js", | ||
"test-leak": "yarn jest -i --detectLeaks jest-mock jest-diff jest-repl", | ||
"test": "yarn typecheck && yarn lint && yarn jest", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
do we not get a peer dep warning from this?
facebook/fbjs#275 hasn't been released yet, has it?
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.
yup, we do, missed that. @cpojer might push someone to actually make a release? :p in the meantime I'll revert this change
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.
you'll need to downgrade eslint as well
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.
oh man