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 5 dependencies from npm #2844

Merged
merged 7 commits into from
Jan 26, 2018
Merged

Conversation

dependencies[bot]
Copy link

@dependencies dependencies bot commented Jan 26, 2018

Overview

The following dependencies have been updated:

  • eslint-plugin-react in / from "7.5.1" to "7.6.0"
  • lint-staged in / from "6.0.1" to "6.1.0"
  • react-native in app/react-native from "0.52.1" to "0.52.2"
  • @angular/cli in examples/angular-cli from "1.6.5" to "1.6.6"
  • protractor in examples/angular-cli from "5.2.2" to "5.3.0"

Details

Dependencies.io has updated eslint-plugin-react (a npm dependency in /) from "7.5.1" to "7.6.0".

7.6.0

Added

  • Add forbid-dom-props rule (#1562 davazp)
  • Add jsx-child-element-spacing rule (#1515 pfhayes)
  • Add no-this-in-sfc rule (#1435 jomasti)
  • Add jsx-sort-default-props rule (#281 b0gok)
  • Add message option to boolean-prop-naming (#1588 louisscruz)
  • Add beforeClosing option to jsx-tag-spacing (#1396 cjskillingstad)
  • Add instance-methods and instance-variables to sort-comp (#599 RDGthree)
  • Add propWrapperFunctions support for boolean-prop-naming (#1478 jomasti)
  • Add warning for React.addons.TestUtils in no-deprecated (#1644 nirnaor)
  • Add URL to rule documentation to the rules metadata (#1635 Arcanemagus)

Fixed

  • Fix crashes in no-access-state-in-setstate (#1559 jomasti, #1611 pfhayes)
  • Fix crash in require-optimization when encountering arrays with empty items as values in object (#1621 kamataryo)
  • Fix crash in no-unused-prop-types when passing an empty function as a PropType (#1542 #1581 kevinzwhuang)
  • Fix crash in no-typos when using PropType.shape without arguments (#1471 mrichmond)
  • Fix crash when using Unions in flow propTypes (#1468 justinanastos)
  • Fix missing meta in jsx-tag-spacing (#1650 flyerhzm)
  • Fix no-unused-state to detect usage of this.state as an object (#1572)
  • Fix no-access-state-in-setstate to detect when the state variable is destructured from this.state (#1597 jaaberg)
  • Fix jsx-no-literals to correctly find string literals part of BinaryExpressions (#1511 jaaberg)
  • Fix no-typos false positive on custom propTypes with isRequired (#1607 lfades)
  • Fix prop-types to check for nextProps in componentWillReceiveProps (#1636 xjmdoo)
  • Fix no-unknown-property to not pascal-casing crossorigin attribute and only allow it on script/img/video (#1642 ljharb)

Changed

  • Improve jsx-wrap-multilines auto fix (#1576 sharmilajesupaul)
  • Export defaultConfig from sort-comp rule for programmatic use (#1578 Andarist)
  • Documentation improvements (#1552 TSMMark, #1566 lukeapage, #1624 alexilyaev, ljharb)
  • Update dependencies (ljharb)

Dependencies.io has updated lint-staged (a npm dependency in /) from "6.0.1" to "6.1.0".

6.1.0

6.1.0 (2018-01-26)

Features


Dependencies.io has updated react-native (a npm dependency in app/react-native) from "0.52.1" to "0.52.2".

0.52.2

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 @angular/cli (a npm dependency in examples/angular-cli) from "1.6.5" to "1.6.6".

1.6.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 protractor (a npm dependency in examples/angular-cli) from "5.2.2" to "5.3.0".

5.3.0

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


This change is Reviewable

@codecov
Copy link

codecov bot commented Jan 26, 2018

Codecov Report

Merging #2844 into master will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2844      +/-   ##
==========================================
+ Coverage   35.81%   35.82%   +<.01%     
==========================================
  Files         429      428       -1     
  Lines        9425     9423       -2     
  Branches      987      970      -17     
==========================================
  Hits         3376     3376              
- Misses       5401     5406       +5     
+ Partials      648      641       -7
Impacted Files Coverage Δ
app/vue/src/server/config/babel.js 0% <0%> (-100%) ⬇️
app/react/src/server/babel_config.js 0% <0%> (-76.67%) ⬇️
app/vue/src/server/utils.js 0% <0%> (-53.58%) ⬇️
addons/a11y/src/components/Report/Item.js 0% <0%> (ø) ⬆️
addons/events/src/components/Event.js 38.55% <0%> (ø) ⬆️
addons/graphql/src/components/FullScreen/index.js 0% <0%> (ø) ⬆️
...i/src/modules/ui/components/stories_panel/index.js 20.96% <0%> (ø) ⬆️
addons/storyshots/src/vue/renderTree.js 60% <0%> (ø) ⬆️
lib/ui/src/modules/ui/containers/addon_panel.js 23.52% <0%> (ø) ⬆️
lib/ui/src/modules/ui/configs/init_panels.js 25% <0%> (ø) ⬆️
... and 44 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 d3e19c3...8311220. Read the comment docs.

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.

3 participants