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

chore(deps): update all development non-major dependencies #241

Merged
merged 4 commits into from Jan 10, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 22, 2018

This PR contains the following updates:

Package Type Update Change References
@​babel/polyfill devDependencies patch 7.2.3 -> 7.2.5 homepage, source
eslint devDependencies minor 5.10.0 -> 5.11.1 homepage, source
eslint-plugin-prettier devDependencies patch 3.0.0 -> 3.0.1 source
eslint-plugin-react devDependencies minor 7.11.1 -> 7.12.0 source
husky devDependencies minor 1.2.1 -> 1.3.1 source
react-window devDependencies minor 1.3.1 -> 1.5.0 homepage, source
uglifyjs-webpack-plugin devDependencies minor 2.0.1 -> 2.1.1 source
webpack devDependencies patch 4.28.1 -> 4.28.3 source

Release Notes

babel/babel

v7.2.5

Compare Source

v7.2.5 (2018-12-21)

@babel/polyfill didn't get published correctly in v7.2.3 (#​9227). Hopefully this is the last release in which we fix problems we had while upgrading our release tools 🙂.

eslint/eslint

v5.11.1

Compare Source

  • de79f10 Fix: handle optional catch bindings in no-useless-catch (#​11205) (Colin Ihrig)

v5.11.0

Compare Source

prettier/eslint-plugin-prettier

v3.0.1

Compare Source

  • Catch and format SyntaxErrors as eslint violations (#​141) (4a0e57d)
  • build(deps-dev): bump eslint from 5.11.0 to 5.11.1 (d34daed)
  • build(deps-dev): bump eslint from 5.10.0 to 5.11.0 (7f4f45d)
  • build(deps-dev): bump eslint-plugin-eslint-plugin from 2.0.0 to 2.0.1 (5be3bcf)
  • build(deps-dev): bump eslint from 5.9.0 to 5.10.0 (11e7c44)
  • build(deps-dev): bump eslint-plugin-eslint-plugin from 1.4.1 to 2.0.0 (9e5bf14)
  • build(deps-dev): bump vue-eslint-parser from 4.0.2 to 4.0.3 (234583a)
  • build(deps-dev): bump vue-eslint-parser from 3.3.0 to 4.0.2 (8675d57)
  • Upgrade: Bump vue-eslint-parser from 3.2.2 to 3.3.0 (2379e93)
  • Upgrade: Bump eslint-config-prettier from 3.1.0 to 3.3.0 (3ea0021)
  • Upgrade: Bump eslint from 5.8.0 to 5.9.0 (c774fb8)
  • build(deps-dev): bump eslint-plugin-node from 7.0.1 to 8.0.0 (#​121) (2a4fba0)
  • build(deps-dev): bump eslint-plugin-eslint-plugin from 1.4.0 to 1.4.1 (#​120) (29caa29)
  • build(deps-dev): bump eslint from 5.6.0 to 5.8.0 (#​119) (2836350)
yannickcr/eslint-plugin-react

v7.12.0

Compare Source

Added
Fixed
Changed
typicode/husky

v1.3.1

Compare Source

  • Update docs
  • Upgrade is-ci and support more CIs
  • Disable 1.3.0 change related to stdin due to a bug on Windows

v1.3.0

Compare Source

  • Enable stdin if hook is running in a terminal
bvaughn/react-window

v1.5.0

Compare Source

  • 🎉 Added advanced memoization helpers methods areEqual and shouldComponentUpdate for item renderers. - #​114

v1.4.0

Compare Source

  • 🎉 List and Grid components now "overscan" (pre-render) in both directions when scrolling is not active. When scrolling is in progress, cells are only pre-rendered in the direction being scrolled. This change has been made in an effort to reduce visible flicker when scrolling starts without adding additional overhead during scroll (which is the most performance sensitive time).
  • 🎉 Grid components now support separate overscanColumnsCount and overscanRowsCount props. Legacy overscanCount prop will continue to work, but with a deprecation warning in DEV mode.
  • 🐛 Replaced setTimeout with requestAnimationFrame based timer, to avoid starvation issue for isScrolling reset. - #​106
  • 🎉 Renamed List and Grid innerTagName and outerTagName props to innerElementType and outerElementType to formalize support for attaching arbitrary props (e.g. test ids) to List and Grid inner and outer DOM elements. Legacy innerTagName and outerTagName props will continue to work, but with a deprecation warning in DEV mode.
  • 🐛 List re-renders items if direction prop changes. - #​104
webpack-contrib/uglifyjs-webpack-plugin

v2.1.1

Compare Source

Bug Fixes

v2.1.0

Compare Source

Bug Fixes
Features

2.0.1 (2018-09-18)

Bug Fixes
webpack/webpack

v4.28.3

Compare Source

Bugfixes

  • ProfilingPlugin creates the output folder if necessary

v4.28.2

Compare Source

Bugfixes

  • fixes a crash when multiple IgnorePlugins are used

Renovate configuration

📅 Schedule: "every weekend" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "rebase!".

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@coveralls
Copy link

coveralls commented Dec 22, 2018

Coverage Status

Coverage increased (+0.006%) to 94.153% when pulling 324b755 on renovate/dev-minor-patch into 3a83108 on master.

@renovate renovate bot force-pushed the renovate/dev-minor-patch branch 8 times, most recently from 9a5334f to ea9ffda Compare December 28, 2018 07:29
@renovate
Copy link
Contributor Author

renovate bot commented Dec 31, 2018

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over then you can add the label rebase to this PR and Renovate will reset/recreate it.

@jzempel jzempel merged commit 790504f into master Jan 10, 2019
@austingreendev austingreendev deleted the renovate/dev-minor-patch branch January 10, 2019 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants