stereobooster / react-ideal-image

🖼️ An Almost Ideal React Image Component
https://github.com/stereobooster/react-ideal-image/blob/master/introduction.md
MIT License
3.26k stars 74 forks source link

Update dependency kcd-scripts to v0.49.0 #129

Open renovate[bot] opened 5 years ago

renovate[bot] commented 5 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
kcd-scripts 0.45.0 -> 0.49.0 age adoption passing confidence

Release Notes

kentcdodds/kcd-scripts ### [`v0.49.0`](https://togithub.com/kentcdodds/kcd-scripts/releases/v0.49.0) [Compare Source](https://togithub.com/kentcdodds/kcd-scripts/compare/v0.48.0...v0.49.0) ##### Features - **rollup:** simplify external ([#​80](https://togithub.com/kentcdodds/kcd-scripts/issues/80)) ([ad1826e](https://togithub.com/kentcdodds/kcd-scripts/commit/ad1826e)) ### [`v0.48.0`](https://togithub.com/kentcdodds/kcd-scripts/releases/v0.48.0) [Compare Source](https://togithub.com/kentcdodds/kcd-scripts/compare/v0.47.0...v0.48.0) ##### Features - add support for flow in babel ([#​77](https://togithub.com/kentcdodds/kcd-scripts/issues/77)) ([5d99117](https://togithub.com/kentcdodds/kcd-scripts/commit/5d99117)) ### [`v0.47.0`](https://togithub.com/kentcdodds/kcd-scripts/releases/v0.47.0) [Compare Source](https://togithub.com/kentcdodds/kcd-scripts/compare/v0.46.0...v0.47.0) ##### Features - **deps:** upgrade everything ([#​73](https://togithub.com/kentcdodds/kcd-scripts/issues/73)) ([fc44b0f](https://togithub.com/kentcdodds/kcd-scripts/commit/fc44b0f)) NOTE: This updates `lint-staged` which requires Node 8. `kcd-scripts` already listed that as a requirement so that should be a problem. This updates `husky` to 1.0.0 and renames the `precommit` script to `pre-commit`. You'll need to make the following update to your `package.json` to get hooks working properly: ```diff - "precommit": "paypal-scripts precommit" }, + "husky": { + "hooks": { + "pre-commit": "paypal-scripts pre-commit" + } + }, ``` I think that should be the only necessary change to upgrade to this version. ### [`v0.46.0`](https://togithub.com/kentcdodds/kcd-scripts/releases/v0.46.0) [Compare Source](https://togithub.com/kentcdodds/kcd-scripts/compare/v0.45.0...v0.46.0) ##### Features - support babel.config.js ([#​72](https://togithub.com/kentcdodds/kcd-scripts/issues/72)) ([ce74241](https://togithub.com/kentcdodds/kcd-scripts/commit/ce74241))

Configuration

📅 Schedule: At any time (no schedule defined).

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

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



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