whinc / online-tools

Online tools for programmer. 程序员的在线工具箱
https://whinc.github.io/online-tools
8 stars 0 forks source link

chore(deps): update dependency cra-template to v1.0.2 #6

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
cra-template devDependencies patch 1.0.0 -> 1.0.2

Release Notes

facebook/create-react-app ### [`v1.0.2`](https://togithub.com/facebook/create-react-app/releases/v1.0.2) [Compare Source](https://togithub.com/facebook/create-react-app/compare/v1.0.1...v1.0.2) #### 1.0.2 (May 20, 2017) ##### :bug: Bug Fix - `react-dev-utils`, `react-scripts` - [#​2276](https://togithub.com/facebookincubator/create-react-app/pull/2276) Serve a no-op service worker in development to ensure it doesn't cache the production build even if it was served on the same port. ([@​jeffposnick](https://togithub.com/jeffposnick)) - `react-dev-utils`, `react-error-overlay` - [#​2290](https://togithub.com/facebookincubator/create-react-app/pull/2290) Wrap console calls into a check for IE9. ([@​gaearon](https://togithub.com/gaearon)) - `react-dev-utils` - [#​2282](https://togithub.com/facebookincubator/create-react-app/pull/2282) Add Windows Subsystem for Linux support to the error overlay. ([@​noinkling](https://togithub.com/noinkling)) - [#​2269](https://togithub.com/facebookincubator/create-react-app/pull/2269) Fix a missing package dependency. ([@​GreenGremlin](https://togithub.com/GreenGremlin)) ##### :nail_care: Enhancement - `react-scripts` - [#​2221](https://togithub.com/facebookincubator/create-react-app/pull/2221) Ejecting should ensure you have clean `git status`. ([@​milocosmopolitan](https://togithub.com/milocosmopolitan)) - [#​2288](https://togithub.com/facebookincubator/create-react-app/pull/2288) Only enable host check if you use proxy, and add a way to opt out of it. ([@​gaearon](https://togithub.com/gaearon)) ##### :house: Internal - `react-dev-utils`, `react-scripts` - [#​2283](https://togithub.com/facebookincubator/create-react-app/pull/2283) Remove unnecessary dependencies([#​751](https://togithub.com/facebook/create-react-app/issues/751)). ([@​pmadar](https://togithub.com/pmadar)) ##### Committers: 6 - Dan Abramov ([gaearon](https://togithub.com/gaearon)) - Jeffrey Posnick ([jeffposnick](https://togithub.com/jeffposnick)) - Jonathan ([GreenGremlin](https://togithub.com/GreenGremlin)) - Malcolm ([noinkling](https://togithub.com/noinkling)) - Milo Kang ([milocosmopolitan](https://togithub.com/milocosmopolitan)) - [pmadar](https://togithub.com/pmadar) ##### Migrating from 1.0.1 to 1.0.2 Inside any created project that has not been ejected, run: npm install --save-dev --save-exact react-scripts@1.0.2 or yarn add --dev --exact react-scripts@1.0.2 If you previously had issues with an `Invalid Host Header` error, [follow these new instructions](https://togithub.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#invalid-host-header-errors-after-configuring-proxy) to fix it. ### [`v1.0.1`](https://togithub.com/facebook/create-react-app/releases/v1.0.1) [Compare Source](https://togithub.com/facebook/create-react-app/compare/v1.0.0...v1.0.1) #### 1.0.1 (May 19, 2017) ##### :bug: Bug Fix - `react-scripts` - [#​2242](https://togithub.com/facebookincubator/create-react-app/pull/2242) Fix `NODE_PATH=src` for `npm start` and `npm run build`. ([@​ApacheEx](https://togithub.com/ApacheEx)) - [#​2261](https://togithub.com/facebookincubator/create-react-app/pull/2261) Fix `NODE_PATH=src` for Jest. ([@​gaearon](https://togithub.com/gaearon)) - [#​2255](https://togithub.com/facebookincubator/create-react-app/pull/2255) Fix Windows path issue for generated service worker. ([@​gaearon](https://togithub.com/gaearon)) - [#​2262](https://togithub.com/facebookincubator/create-react-app/pull/2262) Additional fix to service worker config for `"homepage"` field. ([@​gaearon](https://togithub.com/gaearon)) - [#​2250](https://togithub.com/facebookincubator/create-react-app/pull/2250) Ignore `.env.local` in `test` environment. ([@​gaearon](https://togithub.com/gaearon)) - [#​2246](https://togithub.com/facebookincubator/create-react-app/pull/2246) Gracefully shut down the development server on signals. ([@​gaearon](https://togithub.com/gaearon)) - `react-dev-utils` - [#​2229](https://togithub.com/facebookincubator/create-react-app/pull/2229) Show customized build path for serve instruction. ([@​chyipin](https://togithub.com/chyipin)) - `react-dev-utils`, `react-error-overlay` - [#​2243](https://togithub.com/facebookincubator/create-react-app/pull/2243) Add missing package dependency. ([@​Timer](https://togithub.com/Timer)) - `react-error-overlay` - [#​2238](https://togithub.com/facebookincubator/create-react-app/pull/2238) Fix a crash when switching errors with arrow keys. ([@​Gandem](https://togithub.com/Gandem)) ##### :nail_care: Enhancement - `eslint-config-react-app` - [#​2256](https://togithub.com/facebookincubator/create-react-app/pull/2256) Turn off `operator-assignment` stylistic rule. ([@​gaearon](https://togithub.com/gaearon)) - `react-scripts` - [#​2224](https://togithub.com/facebookincubator/create-react-app/pull/2224) Add `

Renovate configuration

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

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

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

:no_bell: 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.