-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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 20 dependencies from npm #2700
Merged
Merged
Conversation
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
Hypnosphi
approved these changes
Jan 9, 2018
Codecov Report
@@ Coverage Diff @@
## master #2700 +/- ##
=======================================
Coverage 34.35% 34.35%
=======================================
Files 389 389
Lines 8747 8747
Branches 907 896 -11
=======================================
Hits 3005 3005
- Misses 5133 5151 +18
+ Partials 609 591 -18
Continue to review full report at Codecov.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Overview
The following dependencies have been updated:
babel-eslint
in/
from "8.1.2" to "8.2.1"eslint-plugin-jest
in/
from "21.5.0" to "21.6.1"jest
in/
from "22.0.4" to "22.0.5"jest-cli
in/
from "22.0.4" to "22.0.5"jest-config
in/
from "22.0.4" to "22.0.5"jest-diff
in/
from "22.0.3" to "22.0.5"jest-environment-jsdom
in/
from "22.0.4" to "22.0.5"jest-jasmine2
in/
from "22.0.4" to "22.0.5"lerna
in/
from "2.5.1" to "2.6.0"nodemon
in/
from "1.14.9" to "1.14.10"common-tags
inapp/react
from "1.6.0" to "1.7.0"nodemon
inapp/react
from "1.14.9" to "1.14.10"common-tags
inapp/angular
from "1.6.0" to "1.7.0"nodemon
inapp/angular
from "1.14.9" to "1.14.10"common-tags
inapp/vue
from "1.6.0" to "1.7.0"nodemon
inapp/vue
from "1.14.9" to "1.14.10"vue-loader
inapp/vue
from "13.6.2" to "13.7.0"jest
inexamples/cra-kitchen-sink
from "22.0.4" to "22.0.5"vue-loader
inexamples/vue-kitchen-sink
from "13.6.2" to "13.7.0"webpack-dev-server
inexamples/vue-kitchen-sink
from "2.10.0" to "2.10.1"Details
Dependencies.io has updated
babel-eslint
(a npm dependency in/
) from "8.1.2" to "8.2.1".8.2.1
No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.
8.2.0
No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.
Dependencies.io has updated
eslint-plugin-jest
(a npm dependency in/
) from "21.5.0" to "21.6.1".21.6.1
21.6.1 (2018-01-09)
Bug Fixes
21.6.0
21.6.0 (2018-01-09)
Features
Dependencies.io has updated
jest
(a npm dependency in/
) from "22.0.4" to "22.0.5".22.0.5
No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.
Dependencies.io has updated
jest-cli
(a npm dependency in/
) from "22.0.4" to "22.0.5".22.0.5
No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.
Dependencies.io has updated
jest-config
(a npm dependency in/
) from "22.0.4" to "22.0.5".22.0.5
No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.
Dependencies.io has updated
jest-diff
(a npm dependency in/
) from "22.0.3" to "22.0.5".22.0.5
No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.
Dependencies.io has updated
jest-environment-jsdom
(a npm dependency in/
) from "22.0.4" to "22.0.5".22.0.5
No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.
Dependencies.io has updated
jest-jasmine2
(a npm dependency in/
) from "22.0.4" to "22.0.5".22.0.5
No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.
Dependencies.io has updated
lerna
(a npm dependency in/
) from "2.5.1" to "2.6.0".2.6.0
Happy 2018! 🎉
🚀 Enhancement
--stream
option tolerna exec
. (alan-agius4)--changelog-preset
option to customize--conventional-commits
output. (alan-agius4)🐛 Bug Fix
git add
in respect to OS/environment. (zenflow)packages
locations when resetting canary changes. (jwickens)📝 Documentation
Committers: 10
Dependencies.io has updated
nodemon
(a npm dependency in/
) from "1.14.9" to "1.14.10".1.14.10
1.14.10 (2018-01-09)
Bug Fixes
Dependencies.io has updated
common-tags
(a npm dependency inapp/react
) from "1.6.0" to "1.7.0".1.7.0
New Features
onString
onString
- transformers now accept anonString
method which runs on each part of the template literal that is not marked as a substitution (i.e. not inside "${}").replaceStringTransformer
replaceStringTransformer(replaceWhat, replaceWith)
Replaces the result of all strings (what's not in
${ ... }
) with a new value. Same as forreplaceResultTransformer
,replaceWhat
can be a string or regular expression andreplaceWith
is the new value.Dependencies.io has updated
nodemon
(a npm dependency inapp/react
) from "1.14.9" to "1.14.10".1.14.10
1.14.10 (2018-01-09)
Bug Fixes
Dependencies.io has updated
common-tags
(a npm dependency inapp/angular
) from "1.6.0" to "1.7.0".1.7.0
New Features
onString
onString
- transformers now accept anonString
method which runs on each part of the template literal that is not marked as a substitution (i.e. not inside "${}").replaceStringTransformer
replaceStringTransformer(replaceWhat, replaceWith)
Replaces the result of all strings (what's not in
${ ... }
) with a new value. Same as forreplaceResultTransformer
,replaceWhat
can be a string or regular expression andreplaceWith
is the new value.Dependencies.io has updated
nodemon
(a npm dependency inapp/angular
) from "1.14.9" to "1.14.10".1.14.10
1.14.10 (2018-01-09)
Bug Fixes
Dependencies.io has updated
common-tags
(a npm dependency inapp/vue
) from "1.6.0" to "1.7.0".1.7.0
New Features
onString
onString
- transformers now accept anonString
method which runs on each part of the template literal that is not marked as a substitution (i.e. not inside "${}").replaceStringTransformer
replaceStringTransformer(replaceWhat, replaceWith)
Replaces the result of all strings (what's not in
${ ... }
) with a new value. Same as forreplaceResultTransformer
,replaceWhat
can be a string or regular expression andreplaceWith
is the new value.Dependencies.io has updated
nodemon
(a npm dependency inapp/vue
) from "1.14.9" to "1.14.10".1.14.10
1.14.10 (2018-01-09)
Bug Fixes
Dependencies.io has updated
vue-loader
(a npm dependency inapp/vue
) from "13.6.2" to "13.7.0".13.7.0
@
are now also transformed into module requests. The documentation has also been updated with more details on the transform rules.Dependencies.io has updated
jest
(a npm dependency inexamples/cra-kitchen-sink
) from "22.0.4" to "22.0.5".22.0.5
No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.
Dependencies.io has updated
vue-loader
(a npm dependency inexamples/vue-kitchen-sink
) from "13.6.2" to "13.7.0".13.7.0
@
are now also transformed into module requests. The documentation has also been updated with more details on the transform rules.Dependencies.io has updated
webpack-dev-server
(a npm dependency inexamples/vue-kitchen-sink
) from "2.10.0" to "2.10.1".2.10.1
No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.