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 25 dependencies from npm #2724

Merged
merged 26 commits into from Jan 11, 2018
Merged

Conversation

dependencies[bot]
Copy link

@dependencies dependencies bot commented Jan 11, 2018

Overview

The following dependencies have been updated:

  • commander in / from "2.12.2" to "2.13.0"
  • jest in / from "22.0.5" to "22.0.6"
  • jest-cli in / from "22.0.5" to "22.0.6"
  • jest-config in / from "22.0.5" to "22.0.6"
  • jest-diff in / from "22.0.5" to "22.0.6"
  • jest-environment-jsdom in / from "22.0.5" to "22.0.6"
  • jest-jasmine2 in / from "22.0.5" to "22.0.6"
  • nodemon in / from "1.14.10" to "1.14.11"
  • prettier in / from "1.9.2" to "1.10.2"
  • tslint in / from "5.8.0" to "5.9.1"
  • commander in app/react from "2.12.2" to "2.13.0"
  • common-tags in app/react from "1.7.0" to "1.7.2"
  • nodemon in app/react from "1.14.10" to "1.14.11"
  • commander in app/angular from "2.12.2" to "2.13.0"
  • common-tags in app/angular from "1.7.0" to "1.7.2"
  • zone.js in app/angular from "0.8.19" to "0.8.20"
  • nodemon in app/angular from "1.14.10" to "1.14.11"
  • commander in app/react-native from "2.12.2" to "2.13.0"
  • commander in app/vue from "2.12.2" to "2.13.0"
  • common-tags in app/vue from "1.7.0" to "1.7.2"
  • nodemon in app/vue from "1.14.10" to "1.14.11"
  • babel-jest in examples/cra-kitchen-sink from "22.0.4" to "22.0.6"
  • jest in examples/cra-kitchen-sink from "22.0.5" to "22.0.6"
  • commander in lib/cli from "2.12.2" to "2.13.0"
  • zone.js in examples/angular-cli from "0.8.19" to "0.8.20"

Details

Dependencies.io has updated commander (a npm dependency in /) from "2.12.2" to "2.13.0".

2.13.0
  • Do not print default for --no-
  • remove trailing spaces in command help
  • Update CI's Node.js to LTS and latest version
  • typedefs: Command and Option types added to commander namespace

Dependencies.io has updated jest (a npm dependency in /) from "22.0.5" to "22.0.6".

22.0.6

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.5" to "22.0.6".

22.0.6

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.5" to "22.0.6".

22.0.6

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.5" to "22.0.6".

22.0.6

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.5" to "22.0.6".

22.0.6

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.5" to "22.0.6".

22.0.6

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 nodemon (a npm dependency in /) from "1.14.10" to "1.14.11".

1.14.11

1.14.11 (2018-01-11)

Bug Fixes

  • don't ignore dot-directories (4be493c), closes #1223
  • update deps - chokidar@2.0.0 in particular (9d49852)

Dependencies.io has updated prettier (a npm dependency in /) from "1.9.2" to "1.10.2".

1.10.2

link


Dependencies.io has updated tslint (a npm dependency in /) from "5.8.0" to "5.9.1".

5.9.1

🛠️ Bugfixes

  • [bugfix] Removed extraneous deprecation warning produced when using tslint:recommended or tslint:latest by disabling typeof-compare in these rulesets. (Don't scroll story on knob change #3639)
  • [bugfix] Resolve directories as absolute paths when validating custom rulesDirectory paths, which fixes usage with tslint-loader. (Move .storybook/config.js #3640)
5.9.0

⚠️ Deprecations

Configuration inheritance changes

Significant changes have been made to configuration inheritance to address a long-standing UX issue around defualtSeverity: #2569.

defaultSeverity defined in a tslint.json file will now override the defaultSeverity value defined in any configurations you are extending.
This means that any rules specified in the base configurations can now take on a new defaultSeverity if you so choose. If you extend multiple
configuration files, the defaultSeverity defined in the last one wins.

In practice, this allows users to, for example, more easily use the built-in TSLint configurations (tslint:recommended, tslint:latest, tslint:all)
and treat all errors as warnings instead of errors.

For more details, see the relevant PRs:

🎉 Features

🛠️ Bugfixes & enhancements

Thanks to our contributors!

  • Klaus Meinhardt
  • Josh Goldberg
  • Chris Barr
  • Nathan Shively-Sanders
  • Jeremy Morton
  • Sergey Koshechkin
  • Daniel Kucal
  • Eric Smekens
  • Johannes Choo
  • Elena Vilchik
  • Eugene Timokhov
  • Carlo Bottiglieri
  • reduckted
  • Glavin Wiechert
  • jbsingh
  • Mateusz Witkowski
  • HideDev
  • Bruno Lemos
  • aervin_
  • Roman
  • Ryan Waskiewicz

Dependencies.io has updated commander (a npm dependency in app/react) from "2.12.2" to "2.13.0".

2.13.0
  • Do not print default for --no-
  • remove trailing spaces in command help
  • Update CI's Node.js to LTS and latest version
  • typedefs: Command and Option types added to commander namespace

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

1.7.2

No major changes in this release, we just migrated from the AVA test runner to Jest, which has mitigated some issues with our CI pipeline speeds and removed some hard to maintain configs.


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

1.14.11

1.14.11 (2018-01-11)

Bug Fixes

  • don't ignore dot-directories (4be493c), closes #1223
  • update deps - chokidar@2.0.0 in particular (9d49852)

Dependencies.io has updated commander (a npm dependency in app/angular) from "2.12.2" to "2.13.0".

2.13.0
  • Do not print default for --no-
  • remove trailing spaces in command help
  • Update CI's Node.js to LTS and latest version
  • typedefs: Command and Option types added to commander namespace

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

1.7.2

No major changes in this release, we just migrated from the AVA test runner to Jest, which has mitigated some issues with our CI pipeline speeds and removed some hard to maintain configs.


Dependencies.io has updated zone.js (a npm dependency in app/angular) from "0.8.19" to "0.8.20".

0.8.20

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 nodemon (a npm dependency in app/angular) from "1.14.10" to "1.14.11".

1.14.11

1.14.11 (2018-01-11)

Bug Fixes

  • don't ignore dot-directories (4be493c), closes #1223
  • update deps - chokidar@2.0.0 in particular (9d49852)

Dependencies.io has updated commander (a npm dependency in app/react-native) from "2.12.2" to "2.13.0".

2.13.0
  • Do not print default for --no-
  • remove trailing spaces in command help
  • Update CI's Node.js to LTS and latest version
  • typedefs: Command and Option types added to commander namespace

Dependencies.io has updated commander (a npm dependency in app/vue) from "2.12.2" to "2.13.0".

2.13.0
  • Do not print default for --no-
  • remove trailing spaces in command help
  • Update CI's Node.js to LTS and latest version
  • typedefs: Command and Option types added to commander namespace

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

1.7.2

No major changes in this release, we just migrated from the AVA test runner to Jest, which has mitigated some issues with our CI pipeline speeds and removed some hard to maintain configs.


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

1.14.11

1.14.11 (2018-01-11)

Bug Fixes

  • don't ignore dot-directories (4be493c), closes #1223
  • update deps - chokidar@2.0.0 in particular (9d49852)

Dependencies.io has updated babel-jest (a npm dependency in examples/cra-kitchen-sink) from "22.0.4" to "22.0.6".

22.0.6

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 (a npm dependency in examples/cra-kitchen-sink) from "22.0.5" to "22.0.6".

22.0.6

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 commander (a npm dependency in lib/cli) from "2.12.2" to "2.13.0".

2.13.0
  • Do not print default for --no-
  • remove trailing spaces in command help
  • Update CI's Node.js to LTS and latest version
  • typedefs: Command and Option types added to commander namespace

Dependencies.io has updated zone.js (a npm dependency in examples/angular-cli) from "0.8.19" to "0.8.20".

0.8.20

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 11, 2018

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2724   +/-   ##
=======================================
  Coverage   34.31%   34.31%           
=======================================
  Files         391      391           
  Lines        8806     8806           
  Branches      924      917    -7     
=======================================
  Hits         3022     3022           
+ Misses       5163     5162    -1     
- Partials      621      622    +1
Impacted Files Coverage Δ
app/vue/src/server/config/babel.js 0% <0%> (-100%) ⬇️
app/react/src/server/utils.js 0% <0%> (-53.58%) ⬇️
lib/ui/src/modules/ui/components/layout/usplit.js 38.7% <0%> (ø) ⬆️
lib/ui/src/modules/ui/components/menu_item.js 19.14% <0%> (ø) ⬆️
addons/info/src/components/makeTableComponent.js 67.46% <0%> (ø) ⬆️
lib/codemod/src/transforms/move-buildin-addons.js 46.87% <0%> (ø) ⬆️
lib/core/src/client/preview/syncUrlWithStore.js 40.9% <0%> (ø) ⬆️
addons/actions/src/lib/util/typeReviver.js 71.42% <0%> (ø) ⬆️
.../ui/src/modules/ui/components/addon_panel/index.js 34.78% <0%> (ø) ⬆️
...modules/ui/components/stories_panel/text_filter.js 30.98% <0%> (ø) ⬆️
... and 47 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 0fb1c75...6d27ee8. Read the comment docs.

@Hypnosphi Hypnosphi merged commit bb9a1b4 into master Jan 11, 2018
@Hypnosphi Hypnosphi deleted the dependencies.io-update-build-167.0.0 branch January 11, 2018 22:55
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