-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Update versions of eslint, @babel/parser and @babel/types #23268
Merged
pavel06081991
merged 11 commits into
elastic:master
from
maryia-lapata:feature/translations/babel
Sep 25, 2018
Merged
Changes from 1 commit
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
000d26d
Update versions of @babel/parser and @babel/types
maryia-lapata 681cd91
use ^ ranges
2f3eeb7
update eslint
pavel06081991 a748b8d
fix eslint code style issues
pavel06081991 34544a8
Merge branch 'master' into feature/translations/babel
pavel06081991 fe87749
add updated eslint versions to all package.json files
pavel06081991 85dd232
remove unused files
pavel06081991 2b23275
use for of instead of for in
pavel06081991 13eac21
Merge branch 'master' into feature/translations/babel
pavel06081991 d3ded0d
mock "brace/ext/language_tools" module
pavel06081991 368642d
Merge branch 'master' into feature/translations/babel
pavel06081991 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,9 +39,9 @@ | |
esutils "^2.0.2" | ||
js-tokens "^3.0.0" | ||
|
||
"@babel/parser@7.0.0-beta.52": | ||
version "7.0.0-beta.52" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.0.0-beta.52.tgz#4e935b62cd9bf872bd37bcf1f63d82fe7b0237a2" | ||
"@babel/parser@7.1.0": | ||
version "7.1.0" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.0.tgz#a7cd42cb3c12aec52e24375189a47b39759b783e" | ||
|
||
"@babel/[email protected]": | ||
version "7.0.0-beta.54" | ||
|
@@ -72,6 +72,14 @@ | |
invariant "^2.2.0" | ||
lodash "^4.2.0" | ||
|
||
"@babel/[email protected]": | ||
version "7.0.0" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0.tgz#6e191793d3c854d19c6749989e3bc55f0e962118" | ||
dependencies: | ||
esutils "^2.0.2" | ||
lodash "^4.17.10" | ||
to-fast-properties "^2.0.0" | ||
|
||
"@babel/[email protected]": | ||
version "7.0.0-beta.31" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.31.tgz#42c9c86784f674c173fb21882ca9643334029de4" | ||
|
@@ -8721,10 +8729,14 @@ lodash@^4.0.0, lodash@^4.17.10: | |
version "4.17.10" | ||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7" | ||
|
||
lodash@^4.0.1, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.3.0, lodash@^4.5.0, lodash@^4.6.1, lodash@^4.8.2, lodash@~4.17.4, lodash@~4.17.5: | ||
lodash@^4.0.1, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0, lodash@^4.5.0, lodash@^4.6.1, lodash@^4.8.2, lodash@~4.17.4, lodash@~4.17.5: | ||
version "4.17.5" | ||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511" | ||
|
||
lodash@^4.2.0: | ||
version "4.17.11" | ||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d" | ||
|
||
lodash@~4.3.0: | ||
version "4.3.0" | ||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.3.0.tgz#efd9c4a6ec53f3b05412429915c3e4824e4d25a4" | ||
|
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.
nit: please use caret versions for both deps now.