fix(deps): update dependency react-scripts to v1.1.5 #23
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.10
->1.1.5
Release Notes
facebook/create-react-app (react-scripts)
v1.1.5
Compare Source
1.1.5 (August 24, 2018)
react-scripts
webpack-dev-server
dependencyreact-dev-utils
CVE-2018-6342
) in the development server (@acdlite)react-dev-utils
:[email protected]
,[email protected]
,[email protected]
,[email protected]
,[email protected]
, and[email protected]
sockjs-client
dependencyCommitters: 1
Migrating from 1.1.4 to 1.1.5
Inside any created project that has not been ejected, run:
or
v1.1.4
Compare Source
1.1.4 (April 3, 2018)
🐛 Bug Fix
react-dev-utils
detect-port-alt
to fix #4189. (@Timer)Committers: 1
Migrating from 1.1.3 to 1.1.4
Inside any created project that has not been ejected, run:
or
v1.1.3
Compare Source
1.1.3 (April 3, 2018)
🐛 Bug Fix
react-scripts
environment.dispose is not a function
error caused by a Jest bug. (@gaearon)Committers: 1
Migrating from 1.1.2 to 1.1.3
Inside any created project that has not been ejected, run:
or
v1.1.2
Compare Source
1.1.2 (April 3, 2018)
🐛 Bug Fix
react-scripts
.js
before.mjs
files to unbreak dependencies with native ESM support. (@leebyron)📝 Documentation
react-scripts
Committers: 2
Migrating from 1.1.1 to 1.1.2
Inside any created project that has not been ejected, run:
or
v1.1.1
Compare Source
1.1.1 (February 2, 2018)
🐛 Bug Fix
react-scripts
$
in environment variables. (@iansu)💅 Enhancement
react-scripts
fsevents
. (@gaearon)📝 Documentation
react-scripts
{json,css}
files in prettier command. (@reyronald)🏠 Internal
create-react-app
Committers: 6
Migrating from 1.1.0 to 1.1.1
Inside any created project that has not been ejected, run:
or
v1.1.0
Compare Source
1.1.0 (January 15, 2018)
🚀 New Feature
react-scripts
.env
files. (@moos)react-error-overlay
create-react-app
--info
flag to help gather bug reports. (@tabrindle)--use-npm
flag to bypass Yarn even on systems that have it. (@tabrindle)--scripts-version
to include.tar.gz
format. (@SaschaDens)"file:<path>"
--scripts-version
values. (@GreenGremlin)🐛 Bug Fix
babel-preset-react-app
,react-scripts
react-dev-utils
GET
. (@doshisid)lsof
. (@rmccue)++
in the name. (@Norris1z)create-react-app
.npmrc
. (@mdogadailo)react-scripts
mjs
andjsx
filename extensions tofile-loader
exclude pattern. (@iansu)💅 Enhancement
react-scripts
HOST
environment variable is set. (@iansu)create-react-app
react-dev-utils
code-insiders
to the editor list. (@shrynx)react-dev-utils
,react-error-overlay
react-dev-utils
,react-scripts
none
inREACT_EDITOR
environment variable. (@raerpo)eslint-config-react-app
no-cond-assign
rule. (@gaearon)📝 Documentation
User Guide
Other
eslint-config-react-app
href-no-hash
eslint rule. (@hazolsky)🏠 Internal
Other
cra.sh
development task to javascript. (@ianschmitz)dismissRuntimeErrors
function. (@skidding)printHostingInstructions
a bit. (@GreenGremlin)FileSizeReporter
for multi build Webpack setups. (@iiska)react-dev-utils
. (@xjlim)Committers: 47
Migrating from 1.0.17 to 1.1.0
Inside any created project that has not been ejected, run:
or
v1.0.17
Compare Source
1.0.17 (November 3, 2017)
💅 Enhancement
react-scripts
📝 Documentation
react-scripts
Committers: 3
Migrating from 1.0.16 to 1.0.17
Inside any created project that has not been ejected, run:
or
v1.0.16
Compare Source
1.0.16 (October 31, 2017) 🎃
🐛 Bug Fix
react-scripts
manifest.json
. (@piotr-cz)react-dev-utils
Committers: 2
Migrating from 1.0.15 to 1.0.16
Inside any created project that has not been ejected, run:
or
v1.0.15
Compare Source
1.0.15 (October 30, 2017)
🐛 Bug Fix
react-scripts
react-dev-utils
,react-scripts
src/node_modules
. (@xjlim)💅 Enhancement
react-scripts
.mjs
files. (@Timer)requestAnimationFrame
in test environment. (@gaearon)babel-preset-react-app
,react-dev-utils
,react-error-overlay
,react-scripts
react-dev-utils
,react-error-overlay
create-react-app
📝 Documentation
User Guide
npm-run-all
to build Sass and JS. (@shime)README
🏠 Internal
Other
npm link
in tests. (@Timer)react-error-overlay
react-error-overlay
in production. (@Timer)react-error-overlay
has no dependencies now (it's bundled). (@Timer)react-scripts
registerServiceWorker.js
. (@dunglas)output.path
from dev webpack config. (@nikolas)reason-react
support. (@lpalmes)style-loader
and disable inclusion of its HMR code in builds. (@insin)url-loader
to 0.6.2 for mime ReDoS vulnerability. (@d3viant0ne)<!doctype html>
-><!DOCTYPE html>
. (@Hurtak)Committers: 24
Migrating from 1.0.14 to 1.0.15
Inside any created project that has not been ejected, run:
or
v1.0.14
: v1.0.14Compare Source
1.0.14 (September 26, 2017)
🐛 Bug Fix
react-dev-utils
react-error-overlay
💅 Enhancement
react-dev-utils
#3077 Auto-detect running editor on Linux for error overlay. (@gulderov)
#3131 Display process pid in already running message. (@Pajn)
📝 Documentation
Other
react-scripts
#2908 Note that class fields have progressed to stage 3. (@rickbeerendonk)
#3160 Update unclear wording in webpack configuration (file loader section). (@kristiehoward)
eslint-config-react-app
🏠 Internal
react-scripts
#3157 Update
webpack-dev-server
to2.8.2
. (@nikolas)#2989 Update install template to match accessibility guidelines. (@davidleger95)
react-error-overlay
#3065 Updated
react-error-overlay
to latest Flow (0.54.0
). (@duvet86)#3102 Clean target directory before compiling overlay. (@Timer)
create-react-app
,react-dev-utils
,react-error-overlay
,react-scripts
#3058 Re-run prettier for all files and pin the version. (@viankakrisna)
#3107 Run CI on
npm@^4
. (@viankakrisna)Committers: 12
Migrating from 1.0.13 to 1.0.14
Inside any created project that has not been ejected, run:
or
v1.0.13
Compare Source
1.0.13 (September 2, 2017)
🐛 Bug Fix
react-error-overlay
react-dev-utils
react-scripts
💅 Enhancement
react-scripts
child_process
to let some libraries compile. (@McFlurriez)🏠 Internal
react-dev-utils
,react-error-overlay
Committers: 4
Migrating from 1.0.12 to 1.0.13
Inside any created project that has not been ejected, run:
or
v1.0.12
Compare Source
1.0.12 (August 28, 2017)
🐛 Bug Fix
react-error-overlay
react-dev-utils
💅 Enhancement
react-scripts
📝 Documentation
react-scripts
react-dev-utils
printFileSizesAfterBuild
. (@Kerumen)🏠 Internal
react-error-overlay
,react-scripts
babel-runtime
dependency (@christophehurpeau)react-dev-utils
,react-error-overlay
,react-scripts
react-error-overlay
to React (@tharakawj)Committers: 9
Migrating from 1.0.11 to 1.0.12
Inside any created project that has not been ejected, run:
or
v1.0.11
Compare Source
1.0.11 (2017-08-09)
🐛 Bug Fix
create-react-app
#2884 Improve offline heuristic for proxied environments. (@bsyk)
When a Yarn proxy is set, we will check its connectivity if we cannot reach Yarn's registry. This is often the case when DNS lookups must be made through the proxy.
#2853 Allow use of scoped packages with a pinned version. (@wileybenet)
react-dev-utils
#2796 Properly escape HTML tags in error overlay. (@ccloli)
Elements printed in their entirety would sometimes render as HTML. This should no longer happen and should properly render as text.
react-dev-utils
,react-scripts
formatWebpackMessages
return all messages (@onigoetz)react-scripts
node
file resolution. (@mostafah)💅 Enhancement
react-scripts
#2818 Allow sourcemaps to be disabled. (@viankakrisna)
As applications grow more complex, it is possible webpack may run out of memory while generating source maps. They may now be disabled by setting
GENERATE_SOURCEMAP=false
.#2913 Allow flags to be passed to node when running
react-scripts
. (@koistya)#2574 Upgrade to
webpack@3
. (@themre)#2747 Simplify webpack configuration using
Rule.oneOf
. (@Furizaa)react-dev-utils
,react-scripts
package.json
. (@iamdoron)create-react-app
react-dev-utils
launchEditor
. (@danrr)launchEditor
so--remote
works. (@trygveaa)eslint-config-react-app
,react-scripts
eslint@4
. (@trungdq88)eslint-config-react-app
allowTaggedTemplates
to true (eslint). (@denkristoffer)📝 Documentation
react-dev-utils
webpackHotDevClient
support. (@ForbesLindesay)react-scripts
basename
feature inreact-router
. (@viankakrisna)source-map-explorer
. (@hodanny)babel-preset-react-app
🏠 Internal
create-react-app
,eslint-config-react-app
,react-dev-utils
,react-error-overlay
,react-scripts
eslint-config-react-app
yarn.lock
pre-commit. (@jdcrensh)react-scripts
Committers: 26
8649076
(ccloli)Migrating from 1.0.10 to 1.0.11
Inside any created project that has not been ejected, run:
or
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 was generated by Mend Renovate. View the repository job log.