Open renovate[bot] opened 5 years ago
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:
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)
Merging #62 into master will not change coverage. The diff coverage is
n/a
.
@@ 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.
This PR contains the following updates:
1.0.17
->1.1.5
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: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.