Bump confusing-browser-globals to ^1.0.11 #30265
Merged
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.0.11
Release Notes
facebook/create-react-app
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: "on sunday before 6:00am" in timezone UTC.
🚦 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.