Skip to content
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 21 commits into from
Jan 9, 2018
Merged

Conversation

dependencies[bot]
Copy link

@dependencies dependencies bot commented Jan 9, 2018

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 in app/react from "1.6.0" to "1.7.0"
  • nodemon in app/react from "1.14.9" to "1.14.10"
  • common-tags in app/angular from "1.6.0" to "1.7.0"
  • nodemon in app/angular from "1.14.9" to "1.14.10"
  • common-tags in app/vue from "1.6.0" to "1.7.0"
  • nodemon in app/vue from "1.14.9" to "1.14.10"
  • vue-loader in app/vue from "13.6.2" to "13.7.0"
  • jest in examples/cra-kitchen-sink from "22.0.4" to "22.0.5"
  • vue-loader in examples/vue-kitchen-sink from "13.6.2" to "13.7.0"
  • webpack-dev-server in examples/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

  • docs: prefer-expect-assertions rule docs (#49) (d96baca)
21.6.0

21.6.0 (2018-01-09)

Features

  • implement prefer-expect-assertions rule (#43) (4effb3c)

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

🐛 Bug Fix

  • #1134 Normalize path used for git add in respect to OS/environment. (zenflow)
  • #1129 Throw error in bootstrap when Yarn workspaces is misconfigured. (evocateur)
  • #1101 Set chmod for linked binaries. (marionebl)
  • #1112 Use all packages locations when resetting canary changes. (jwickens)
  • #1115 Keep non-patch subject parts when importing repository. (koenpunt)

📝 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

  • node < 6.4.0 causing crash on 'rs' trigger (e90f15a), closes #1218

Dependencies.io has updated common-tags (a npm dependency in app/react) from "1.6.0" to "1.7.0".

1.7.0

New Features

onString

onString - transformers now accept an onString 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 for replaceResultTransformer, replaceWhat can be a string or regular expression and replaceWith is the new value.


Dependencies.io has updated nodemon (a npm dependency in app/react) from "1.14.9" to "1.14.10".

1.14.10

1.14.10 (2018-01-09)

Bug Fixes

  • node < 6.4.0 causing crash on 'rs' trigger (e90f15a), closes #1218

Dependencies.io has updated common-tags (a npm dependency in app/angular) from "1.6.0" to "1.7.0".

1.7.0

New Features

onString

onString - transformers now accept an onString 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 for replaceResultTransformer, replaceWhat can be a string or regular expression and replaceWith is the new value.


Dependencies.io has updated nodemon (a npm dependency in app/angular) from "1.14.9" to "1.14.10".

1.14.10

1.14.10 (2018-01-09)

Bug Fixes

  • node < 6.4.0 causing crash on 'rs' trigger (e90f15a), closes #1218

Dependencies.io has updated common-tags (a npm dependency in app/vue) from "1.6.0" to "1.7.0".

1.7.0

New Features

onString

onString - transformers now accept an onString 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 for replaceResultTransformer, replaceWhat can be a string or regular expression and replaceWith is the new value.


Dependencies.io has updated nodemon (a npm dependency in app/vue) from "1.14.9" to "1.14.10".

1.14.10

1.14.10 (2018-01-09)

Bug Fixes

  • node < 6.4.0 causing crash on 'rs' trigger (e90f15a), closes #1218

Dependencies.io has updated vue-loader (a npm dependency in app/vue) from "13.6.2" to "13.7.0".

13.7.0
  • Template URL handling: static URLs that start with @ 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 in examples/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 in examples/vue-kitchen-sink) from "13.6.2" to "13.7.0".

13.7.0
  • Template URL handling: static URLs that start with @ 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 in examples/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.

@codecov
Copy link

codecov bot commented Jan 9, 2018

Codecov Report

Merging #2700 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           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
Impacted Files Coverage Δ
app/vue/src/server/config/babel.js 0% <0%> (-100%) ⬇️
...modules/ui/components/stories_panel/text_filter.js 30.98% <0%> (ø) ⬆️
addons/info/src/components/Story.js 88.88% <0%> (ø) ⬆️
...tive/src/preview/components/StoryListView/index.js 0% <0%> (ø) ⬆️
addons/knobs/src/components/types/Boolean.js 11.62% <0%> (ø) ⬆️
addons/a11y/src/components/Report/Rules.js 0% <0%> (ø) ⬆️
.../ui/src/modules/ui/components/addon_panel/index.js 34.78% <0%> (ø) ⬆️
...es__/update-addon-info/update-addon-info.output.js 0% <0%> (ø) ⬆️
lib/components/src/table/cell.js 65.21% <0%> (ø) ⬆️
addons/a11y/src/components/Report/Info.js 0% <0%> (ø) ⬆️
... and 45 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6659a55...4e3206c. Read the comment docs.

@Hypnosphi Hypnosphi merged commit 748e494 into master Jan 9, 2018
@Hypnosphi Hypnosphi deleted the dependencies.io-update-build-163.0.0 branch January 9, 2018 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants