evenchange4 / react-intl-cra

🔧 Extract messages of Creact React App from the command line.
MIT License
67 stars 11 forks source link

chore(deps): update dependency react-scripts to v1.1.5 #62

Open renovate[bot] opened 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change References
react-scripts dependencies minor 1.0.17 -> 1.1.5 source

Release Notes

facebook/create-react-app ### [`v1.1.5`](https://togithub.com/facebook/create-react-app/releases/v1.1.5) [Compare Source](https://togithub.com/facebook/create-react-app/compare/v1.1.4...v1.1.5) #### 1.1.5 (August 24, 2018) - `react-scripts` - Update the `webpack-dev-server` dependency - `react-dev-utils` - **[#​4866](https://togithub.com/facebook/create-react-app/pull/4866) Fix a Windows-only vulnerability (`CVE-2018-6342`) in the development server** ([@​acdlite](https://togithub.com/acdlite)) - **Note:** the fix is included in a patch version for every major release of `react-dev-utils`: `react-dev-utils@1.0.4`, `react-dev-utils@2.0.2`, `react-dev-utils@3.1.2`, `react-dev-utils@4.2.2`, `react-dev-utils@5.0.2`, and `react-dev-utils@6.0.0-next.a671462c` - Update the `sockjs-client` dependency ##### Committers: 1 - Andrew Clark ([acdlite](https://togithub.com/acdlite)) ##### Migrating from 1.1.4 to 1.1.5 Inside any created project that has not been ejected, run: npm install --save --save-exact react-scripts@1.1.5 or yarn add --exact react-scripts@1.1.5 ### [`v1.1.4`](https://togithub.com/facebook/create-react-app/releases/v1.1.4) [Compare Source](https://togithub.com/facebook/create-react-app/compare/v1.1.3...v1.1.4) #### 1.1.4 (April 3, 2018) ##### :bug: Bug Fix - `react-dev-utils` - [#​4250](https://togithub.com/facebook/create-react-app/pull/4250) Upgrade `detect-port-alt` to fix [#​4189](https://togithub.com/facebook/create-react-app/issues/4189). ([@​Timer](https://togithub.com/Timer)) ##### Committers: 1 - Joe Haddad ([Timer](https://togithub.com/Timer)) ##### Migrating from 1.1.3 to 1.1.4 Inside any created project that has not been ejected, run: npm install --save --save-exact react-scripts@1.1.4 or yarn add --exact react-scripts@1.1.4 ### [`v1.1.3`](https://togithub.com/facebook/create-react-app/releases/v1.1.3) [Compare Source](https://togithub.com/facebook/create-react-app/compare/v1.1.2...v1.1.3) #### 1.1.3 (April 3, 2018) ##### :bug: Bug Fix - `react-scripts` - [#​4247](https://togithub.com/facebook/create-react-app/pull/4247) Fix `environment.dispose is not a function` error caused by a Jest bug. ([@​gaearon](https://togithub.com/gaearon)) ##### Committers: 1 - Dan Abramov ([gaearon](https://togithub.com/gaearon)) ##### Migrating from 1.1.2 to 1.1.3 Inside any created project that has not been ejected, run: npm install --save --save-exact react-scripts@1.1.3 or yarn add --exact react-scripts@1.1.3 ### [`v1.1.2`](https://togithub.com/facebook/create-react-app/releases/v1.1.2) [Compare Source](https://togithub.com/facebook/create-react-app/compare/v1.1.1...v1.1.2) #### 1.1.2 (April 3, 2018) ##### :bug: Bug Fix - `react-scripts` - [#​4085](https://togithub.com/facebook/create-react-app/pull/4085) Resolve `.js` before `.mjs` files to unbreak dependencies with native ESM support. ([@​leebyron](https://togithub.com/leebyron)) ##### :memo: Documentation - `react-scripts` - [#​4197](https://togithub.com/facebook/create-react-app/pull/4197) Add troubleshooting for Github Pages. ([@​xnt](https://togithub.com/xnt)) ##### Committers: 2 - Lee Byron ([leebyron](https://togithub.com/leebyron)) - Vicente Plata ([xnt](https://togithub.com/xnt)) ##### Migrating from 1.1.1 to 1.1.2 Inside any created project that has not been ejected, run: npm install --save --save-exact react-scripts@1.1.2 or yarn add --exact react-scripts@1.1.2 ### [`v1.1.1`](https://togithub.com/facebook/create-react-app/releases/v1.1.1) [Compare Source](https://togithub.com/facebook/create-react-app/compare/v1.1.0...v1.1.1) #### 1.1.1 (February 2, 2018) ##### :bug: Bug Fix - `react-scripts` - [#​4000](https://togithub.com/facebook/create-react-app/pull/4000) Fix escaping `$` in environment variables. ([@​iansu](https://togithub.com/iansu)) ##### :nail_care: Enhancement - `react-scripts` - [#​4006](https://togithub.com/facebook/create-react-app/pull/4006) Add Node 9 compatibility for `fsevents`. ([@​gaearon](https://togithub.com/gaearon)) ##### :memo: Documentation - `react-scripts` - [#​3971](https://togithub.com/facebook/create-react-app/pull/3971) Update instructions for continuous delivery with Netlify. ([@​hubgit](https://togithub.com/hubgit)) - [#​3894](https://togithub.com/facebook/create-react-app/pull/3894) Include `{json,css}` files in prettier command. ([@​reyronald](https://togithub.com/reyronald)) ##### :house: Internal - `create-react-app` - [#​3853](https://togithub.com/facebook/create-react-app/pull/3853) pin envinfo version to 3.4.2. ([@​bondz](https://togithub.com/bondz)) ##### Committers: 6 - Alf Eaton ([hubgit](https://togithub.com/hubgit)) - Bond ([bondz](https://togithub.com/bondz)) - Dan Abramov ([gaearon](https://togithub.com/gaearon)) - Ian Sutherland ([iansu](https://togithub.com/iansu)) - Ronald Rey ([reyronald](https://togithub.com/reyronald)) ##### Migrating from 1.1.0 to 1.1.1 Inside any created project that has not been ejected, run: npm install --save --save-exact react-scripts@1.1.1 or yarn add --exact react-scripts@1.1.1 ### [`v1.1.0`](https://togithub.com/facebook/create-react-app/releases/v1.1.0) [Compare Source](https://togithub.com/facebook/create-react-app/compare/v1.0.17...v1.1.0) #### 1.1.0 (January 15, 2018) ##### :rocket: New Feature - `react-scripts` - [#​3387](https://togithub.com/facebookincubator/create-react-app/pull/3387) Add support for variable expansion in `.env` files. ([@​moos](https://togithub.com/moos)) - `react-error-overlay` - [#​3474](https://togithub.com/facebookincubator/create-react-app/pull/3474) Allow the error overlay to be unregistered. ([@​Timer](https://togithub.com/Timer)) - `create-react-app` - [#​3408](https://togithub.com/facebookincubator/create-react-app/pull/3408) Add `--info` flag to help gather bug reports. ([@​tabrindle](https://togithub.com/tabrindle)) - [#​3409](https://togithub.com/facebookincubator/create-react-app/pull/3409) Add `--use-npm` flag to bypass Yarn even on systems that have it. ([@​tabrindle](https://togithub.com/tabrindle)) - [#​3725](https://togithub.com/facebookincubator/create-react-app/pull/3725) Extend `--scripts-version` to include `.tar.gz` format. ([@​SaschaDens](https://togithub.com/SaschaDens)) - [#​3629](https://togithub.com/facebookincubator/create-react-app/pull/3629) Allowing `"file:"` `--scripts-version` values. ([@​GreenGremlin](https://togithub.com/GreenGremlin)) ##### :bug: Bug Fix - `babel-preset-react-app`, `react-scripts` - [#​3788](https://togithub.com/facebookincubator/create-react-app/pull/3788) Fix object destructuring inside an array on Node 6. ([@​gaearon](https://togithub.com/gaearon)) - `react-dev-utils` - [#​3784](https://togithub.com/facebookincubator/create-react-app/pull/3784) Detach browser process from the shell on Linux. ([@​gaearon](https://togithub.com/gaearon)) - [#​3726](https://togithub.com/facebookincubator/create-react-app/pull/3726) Use proxy for all request methods other than `GET`. ([@​doshisid](https://togithub.com/doshisid)) - [#​3440](https://togithub.com/facebookincubator/create-react-app/pull/3440) Print full directory name from `lsof`. ([@​rmccue](https://togithub.com/rmccue)) - [#​2071](https://togithub.com/facebookincubator/create-react-app/pull/2071) Fix broken console clearing on Windows. ([@​danielverejan](https://togithub.com/danielverejan)) - [#​3686](https://togithub.com/facebookincubator/create-react-app/pull/3686) Fix starting a project in directory with `++` in the name. ([@​Norris1z](https://togithub.com/Norris1z)) - `create-react-app` - [#​3320](https://togithub.com/facebookincubator/create-react-app/pull/3320) Fix offline installation to respect proxy from `.npmrc`. ([@​mdogadailo](https://togithub.com/mdogadailo)) - `react-scripts` - [#​3537](https://togithub.com/facebookincubator/create-react-app/pull/3537) Add `mjs` and `jsx` filename extensions to `file-loader` exclude pattern. ([@​iansu](https://togithub.com/iansu)) - [#​3511](https://togithub.com/facebookincubator/create-react-app/pull/3511) Unmount the component in the default generated test. ([@​gaearon](https://togithub.com/gaearon)) ##### :nail_care: Enhancement - `react-scripts` - [#​3730](https://togithub.com/facebookincubator/create-react-app/pull/3730) Print when `HOST` environment variable is set. ([@​iansu](https://togithub.com/iansu)) - [#​3455](https://togithub.com/facebookincubator/create-react-app/pull/3455) Add a localhost-only log message pointing folks to the PWA docs. ([@​jeffposnick](https://togithub.com/jeffposnick)) - [#​3416](https://togithub.com/facebookincubator/create-react-app/pull/3416) Improve eject message. ([@​xjlim](https://togithub.com/xjlim)) - `create-react-app` - [#​3740](https://togithub.com/facebookincubator/create-react-app/pull/3740) Allow more non-conflicting files in initial project directory. ([@​GreenGremlin](https://togithub.com/GreenGremlin)) - `react-dev-utils` - [#​3104](https://togithub.com/facebookincubator/create-react-app/pull/3104) Add link to deployment docs after build. ([@​viankakrisna](https://togithub.com/viankakrisna)) - [#​3652](https://togithub.com/facebookincubator/create-react-app/pull/3652) Add `code-insiders` to the editor list. ([@​shrynx](https://togithub.com/shrynx)) - [#​3700](https://togithub.com/facebookincubator/create-react-app/pull/3700) Add editor support for Sublime Dev & VSCode Insiders. ([@​yyx990803](https://togithub.com/yyx990803)) - [#​3545](https://togithub.com/facebookincubator/create-react-app/pull/3545) Autodetect MacVim editor. ([@​gnapse](https://togithub.com/gnapse)) - `react-dev-utils`, `react-error-overlay` - [#​3465](https://togithub.com/facebookincubator/create-react-app/pull/3465) Open editor to exact column from build error overlay. ([@​tharakawj](https://togithub.com/tharakawj)) - `react-dev-utils`, `react-scripts` - [#​3721](https://togithub.com/facebookincubator/create-react-app/pull/3721) Support setting `none` in `REACT_EDITOR` environment variable. ([@​raerpo](https://togithub.com/raerpo)) - `eslint-config-react-app` - [#​3716](https://togithub.com/facebookincubator/create-react-app/pull/3716) Relax `no-cond-assign` rule. ([@​gaearon](https://togithub.com/gaearon)) ##### :memo: Documentation - User Guide - [#​3659](https://togithub.com/facebookincubator/create-react-app/pull/3659) Add info about service-worker and HTTP caching headers into Firebase section. ([@​bobrosoft](https://togithub.com/bobrosoft)) - [#​3515](https://togithub.com/facebookincubator/create-react-app/pull/3515) Add Powershell commands to README.md. ([@​Gua-naiko-che](https://togithub.com/Gua-naiko-che)) - [#​3656](https://togithub.com/facebookincubator/create-react-app/pull/3656) Better documentation for setupTests.js when ejecting. ([@​dannycalleri](https://togithub.com/dannycalleri)) - [#​1791](https://togithub.com/facebookincubator/create-react-app/pull/1791) Add link for automatic deployment to azure. ([@​ulrikstrid](https://togithub.com/ulrikstrid)) - [#​3717](https://togithub.com/facebookincubator/create-react-app/pull/3717) Update README.md. ([@​maecapozzi](https://togithub.com/maecapozzi)) - [#​3710](https://togithub.com/facebookincubator/create-react-app/pull/3710) Link to an explanation for forking react-scripts. ([@​gaearon](https://togithub.com/gaearon)) - [#​3709](https://togithub.com/facebookincubator/create-react-app/pull/3709) Document adding a router. ([@​gaearon](https://togithub.com/gaearon)) - [#​3670](https://togithub.com/facebookincubator/create-react-app/pull/3670) Fix typo in the User Guide. ([@​qbahers](https://togithub.com/qbahers)) - [#​3645](https://togithub.com/facebookincubator/create-react-app/pull/3645) Update README.md. ([@​elie222](https://togithub.com/elie222)) - [#​3533](https://togithub.com/facebookincubator/create-react-app/pull/3533) Use safer/more aesthetic syntax for setting environment variables on Windows. ([@​cdanielsen](https://togithub.com/cdanielsen)) - [#​3605](https://togithub.com/facebookincubator/create-react-app/pull/3605) Updated Debugging Tests for VSCode. ([@​amadeogallardo](https://togithub.com/amadeogallardo)) - [#​3601](https://togithub.com/facebookincubator/create-react-app/pull/3601) Fixed typo in webpack.config.dev.js. ([@​nmenglund](https://togithub.com/nmenglund)) - [#​3576](https://togithub.com/facebookincubator/create-react-app/pull/3576) Updates comment to reflect codebase. ([@​rahulcs](https://togithub.com/rahulcs)) - [#​3510](https://togithub.com/facebookincubator/create-react-app/pull/3510) Update User Guide with deploying to GitHub User pages. ([@​aaronlna](https://togithub.com/aaronlna)) - [#​3503](https://togithub.com/facebookincubator/create-react-app/pull/3503) Update Prettier editor integration link. ([@​gaving](https://togithub.com/gaving)) - [#​3453](https://togithub.com/facebookincubator/create-react-app/pull/3453) Fix dead links. ([@​vannio](https://togithub.com/vannio)) - [#​2992](https://togithub.com/facebookincubator/create-react-app/pull/2992) Docs: How to Debug Unit Tests. ([@​MattMorgis](https://togithub.com/MattMorgis)) - Other - [#​3729](https://togithub.com/facebookincubator/create-react-app/pull/3729) Update README.md to note Neutrino's support of react components. ([@​eliperelman](https://togithub.com/eliperelman)) - [#​2841](https://togithub.com/facebookincubator/create-react-app/pull/2841) Documentation to help windows contributors. ([@​Dubes](https://togithub.com/Dubes)) - [#​3489](https://togithub.com/facebookincubator/create-react-app/pull/3489) Add link to nvm-windows. ([@​davidgilbertson](https://togithub.com/davidgilbertson)) - `eslint-config-react-app` - [#​3460](https://togithub.com/facebookincubator/create-react-app/pull/3460) Fix broken link to `href-no-hash` eslint rule. ([@​hazolsky](https://togithub.com/hazolsky)) ##### :house: Internal - Other - [#​3769](https://togithub.com/facebookincubator/create-react-app/pull/3769) Enable Yarn check files. ([@​Timer](https://togithub.com/Timer)) - [#​3756](https://togithub.com/facebookincubator/create-react-app/pull/3756) Clean up changes to npm and yarn registry in E2E tests. ([@​viankakrisna](https://togithub.com/viankakrisna)) - [#​3744](https://togithub.com/facebookincubator/create-react-app/pull/3744) Use private registry in E2E tests. ([@​Timer](https://togithub.com/Timer)) - [#​3738](https://togithub.com/facebookincubator/create-react-app/pull/3738) Always use Yarn on CI. ([@​gaearon](https://togithub.com/gaearon)) - [#​2309](https://togithub.com/facebookincubator/create-react-app/pull/2309) Port `cra.sh` development task to javascript. ([@​ianschmitz](https://togithub.com/ianschmitz)) - [#​3411](https://togithub.com/facebookincubator/create-react-app/pull/3411) Simplify waiting for app start in E2E tests. ([@​xjlim](https://togithub.com/xjlim)) - [#​3755](https://togithub.com/facebookincubator/create-react-app/pull/3755) Switch to Yarn Workspaces. ([@​gaearon](https://togithub.com/gaearon)) - [#​3757](https://togithub.com/facebookincubator/create-react-app/pull/3757) Try updating Flow. ([@​gaearon](https://togithub.com/gaearon)) - [#​3414](https://togithub.com/facebookincubator/create-react-app/pull/3414) Export `dismissRuntimeErrors` function. ([@​skidding](https://togithub.com/skidding)) - [#​3036](https://togithub.com/facebookincubator/create-react-app/pull/3036) Cleaning up `printHostingInstructions` a bit. ([@​GreenGremlin](https://togithub.com/GreenGremlin)) - [#​3514](https://togithub.com/facebookincubator/create-react-app/pull/3514) Fix `FileSizeReporter` for multi build Webpack setups. ([@​iiska](https://togithub.com/iiska)) - [#​3362](https://togithub.com/facebookincubator/create-react-app/pull/3362) Refactor extra watch options regex to `react-dev-utils`. ([@​xjlim](https://togithub.com/xjlim)) ##### Committers: 47 - Aaron Lamb ([aaronlna](https://togithub.com/aaronlna)) - Ade Viankakrisna Fadlil ([viankakrisna](https://togithub.com/viankakrisna)) - Amadeo Gallardo ([amadeogallardo](https://togithub.com/amadeogallardo)) - Andy Kenward ([andykenward](https://togithub.com/andykenward)) - Christian Danielsen ([cdanielsen](https://togithub.com/cdanielsen)) - Clayton Ray ([iamclaytonray](https://togithub.com/iamclaytonray)) - Dan Abramov ([gaearon](https://togithub.com/gaearon)) - Daniel Verejan ([danielverejan](https://togithub.com/danielverejan)) - Danny Calleri ([dannycalleri](https://togithub.com/dannycalleri)) - David Boyne ([boyney123](https://togithub.com/boyney123)) - David Gilbertson ([davidgilbertson](https://togithub.com/davidgilbertson)) - Eli Perelman ([eliperelman](https://togithub.com/eliperelman)) - Elie ([elie222](https://togithub.com/elie222)) - Ernesto GarcĂ­a ([gnapse](https://togithub.com/gnapse)) - Evan You ([yyx990803](https://togithub.com/yyx990803)) - Gavin Gilmour ([gaving](https://togithub.com/gaving)) - Ian Schmitz ([ianschmitz](https://togithub.com/ianschmitz)) - Ian Sutherland ([iansu](https://togithub.com/iansu)) - JANG SUN HYUK ([wkdtjsgur100](https://togithub.com/wkdtjsgur100)) - Jeffrey Posnick ([jeffposnick](https://togithub.com/jeffposnick)) - Joe Haddad ([Timer](https://togithub.com/Timer)) - Joe Lim ([xjlim](https://togithub.com/xjlim)) - Jonathan ([GreenGremlin](https://togithub.com/GreenGremlin)) - Juhamatti Niemelä ([iiska](https://togithub.com/iiska)) - Mae Capozzi ([maecapozzi](https://togithub.com/maecapozzi)) - Maksym Dogadailo ([mdogadailo](https://togithub.com/mdogadailo)) - Mario Nebl ([marionebl](https://togithub.com/marionebl)) - Matt Morgis ([MattMorgis](https://togithub.com/MattMorgis)) - Misha Khokhlov ([hazolsky](https://togithub.com/hazolsky)) - Moos ([moos](https://togithub.com/moos)) - Nils Magnus Englund ([nmenglund](https://togithub.com/nmenglund)) - Norris Oduro ([Norris1z](https://togithub.com/Norris1z)) - Ovidiu CherecheČ™ ([skidding](https://togithub.com/skidding)) - Quentin Bahers ([qbahers](https://togithub.com/qbahers)) - Rafael E. Poveda ([raerpo](https://togithub.com/raerpo)) - Rahul Chanila ([rahulcs](https://togithub.com/rahulcs)) - Ryan McCue ([rmccue](https://togithub.com/rmccue)) - Sascha Dens ([SaschaDens](https://togithub.com/SaschaDens)) - Siddharth Doshi ([doshisid](https://togithub.com/doshisid)) - Tao GĂłmez Gil ([Gua-naiko-che](https://togithub.com/Gua-naiko-che)) - Tharaka Wijebandara ([tharakawj](https://togithub.com/tharakawj)) - Trevor Brindle ([tabrindle](https://togithub.com/tabrindle)) - Ulrik Strid ([ulrikstrid](https://togithub.com/ulrikstrid)) - Vladimir Tolstikov ([bobrosoft](https://togithub.com/bobrosoft)) - [Dubes](https://togithub.com/Dubes) - [vannio](https://togithub.com/vannio) - shrynx ([shrynx](https://togithub.com/shrynx)) ##### Migrating from 1.0.17 to 1.1.0 Inside any created project that has not been ejected, run: npm install --save --save-exact react-scripts@1.1.0 or yarn add --exact react-scripts@1.1.0

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 if you modify the PR title to begin with "rebase!".

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



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

renovate[bot] commented 5 years ago

:warning: Lock file problem

Renovate failed to update a lock file. You probably do not want to merge this PR as-is.

:recycle: Renovate will retry this branch, including lockfile, only when one of the following happens:

The lock file failure details are included below:

tests/cra-project/yarn.lock
internal/modules/cjs/loader.js:583
    throw err;
    ^

Error: Cannot find module '/usr/src/node_modules/renovate/bin/yarn-1.9.4.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
    at Function.Module._load (internal/modules/cjs/loader.js:507:25)
    at Function.Module.runMain (internal/modules/cjs/loader.js:742:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3)
codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #62   +/-   ##
=======================================
  Coverage   93.75%   93.75%           
=======================================
  Files           1        1           
  Lines          16       16           
=======================================
  Hits           15       15           
  Misses          1        1

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 f06afc5...9a78a4d. Read the comment docs.