Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency react-scripts to v1.1.1 - autoclosed #32

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 16, 2017

This Pull Request updates dependency react-scripts from v1.0.11 to v1.1.1

Release Notes

v1.0.12

🐛 Bug Fix
  • react-error-overlay

    • #​3012 Fix module function name in error overlay. ([@​gaearon])
  • react-dev-utils

    • #​2938 Remove superfluous lodash usage. ([@​Timer])
💅 Enhancement
  • react-scripts

    • #​2917 Optimize the size of default favicon. ([@​sylvainbaronnet])
📝 Documentation
  • react-scripts

    • #​2986 Docs: debugging in WebStorm. ([@​prigara])
    • #​2948 Remove Modulus from user guide. ([@​Zertz])
    • #​2927 Update README.md. ([@​tbassetto])
  • react-dev-utils

    • #​2942 Fix docs for printFileSizesAfterBuild. ([@​Kerumen])
🏠 Internal
  • react-error-overlay, react-scripts

    • #​2991 Update babel-runtime dependency ([@​christophehurpeau])
  • react-dev-utils, react-error-overlay, react-scripts

    • #​2515 Convert react-error-overlay to React ([@​tharakawj])
Committers: 9
  • Christophe Hurpeau ([christophehurpeau])
  • Dan Abramov ([gaearon])
  • Ekaterina Prigara ([prigara])
  • Joe Haddad ([Timer])
  • Pier-Luc Gendreau ([Zertz])
  • Sylvain Baronnet ([sylvainbaronnet])
  • Tharaka Wijebandara ([tharakawj])
  • Thomas Bassetto ([tbassetto])
  • Yann Pringault ([Kerumen])
Migrating from 1.0.11 to 1.0.12

Inside any created project that has not been ejected, run:

npm install --save --save-exact react-scripts@​1.0.12

or

yarn add --exact react-scripts@​1.0.12

Note: there’s a known issue that might cause the project to not compile after upgrading. In this case, migrate straight to 1.0.13 which doesn’t have this issue.


v1.0.13

🐛 Bug Fix
  • react-error-overlay

    • #​3051 Fix case-sensitivity issue with upgrading the package version. ([@​tharakawj])
  • react-dev-utils

    • #​3049 Print filesize difference for chunks. ([@​esturcke])
  • react-scripts

    • #​3046 Fix crash in development mode on IE11. ([@​tharakawj])
💅 Enhancement
  • react-scripts

    • #​3033 Add an empty mock for child_process to let some libraries compile. ([@​McFlurriez])
🏠 Internal
  • react-dev-utils, react-error-overlay

    • #​3028 Make error overlay filename configurable. ([@​jaredpalmer])
Committers: 4
  • Anthony ([McFlurriez])
  • Erik J. Sturcke ([esturcke])
  • Jared Palmer ([jaredpalmer])
  • Tharaka Wijebandara ([tharakawj])
Migrating from 1.0.12 to 1.0.13

Inside any created project that has not been ejected, run:

npm install --save --save-exact react-scripts@​1.0.13

or

yarn add --exact react-scripts@​1.0.13

v1.0.14

🐛 Bug Fix
  • react-dev-utils

    • #​3098 Always reload the page on next compile after a runtime error. ([@​Timer])
  • react-error-overlay

    • #​3079 Fix code context on Windows. ([@​Timer])
💅 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

    • #​3163 Add link to active CSS modules discussion. ([@​NeekSandhu])
  • 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

    • #​3072 Update eslint versions for install instructions. ([@​jdcrensh])
🏠 Internal
  • react-scripts

    • #​3157 Update webpack-dev-server to 2.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
  • Ade Viankakrisna Fadlil ([viankakrisna])
  • David Leger ([davidleger95])
  • Joe Haddad ([Timer])
  • Jon Crenshaw ([jdcrensh])
  • Kristie Howard ([kristiehoward])
  • Luca ([duvet86])
  • Neek Sandhu ([NeekSandhu])
  • Nik Nyby ([nikolas])
  • Rasmus Eneman ([Pajn])
  • Rick Beerendonk ([rickbeerendonk])
  • Sophie Alpert ([sophiebits])
  • [gulderov]
Migrating from 1.0.13 to 1.0.14

Inside any created project that has not been ejected, run:

npm install --save --save-exact react-scripts@​1.0.14

or

yarn add --exact react-scripts@​1.0.14

v1.0.15

🐛 Bug Fix
  • react-scripts

    • #​3287 Fix favicon sizes value in the project manifest. ([@​ryansully])
  • react-dev-utils, react-scripts

    • #​3230 Fix watching for changes in src/node_modules. ([@​xjlim])
💅 Enhancement
  • react-scripts

    • #​3239 Allow importing .mjs files. ([@​Timer])
    • #​3340 Polyfill requestAnimationFrame in test environment. ([@​gaearon])
  • babel-preset-react-app, react-dev-utils, react-error-overlay, react-scripts

    • #​3342 Bump dependencies. ([@​gaearon])
  • react-dev-utils, react-error-overlay

    • #​3100 Add click-to-open support for build errors. ([@​tharakawj])
  • create-react-app

    • #​3355 Add preflight CWD check for npm to detect bad Windows setups. ([@​gaearon])
📝 Documentation
  • User Guide

    • #​2957 Use npm-run-all to build Sass and JS. ([@​shime])
    • #​3108 Update the Service Worker opt-out documentation. ([@​captDaylight])
    • #​3286 Add documentation for Enzyme 3 integration. ([@​ryansully])
    • #​3328 Recommend react-snap as an alternative to react-snapshot. ([@​aaronshaf])
    • #​3279 Add jest coverage configuration docs. ([@​mattphillips])
    • #​3303 Update link to Jest Expect docs. ([@​jbranchaud])
    • #​3289 Fix dead link to Jest "expect" docs. ([@​alexkrolick])
    • #​3265 Add external links to deployment services. ([@​aericson])
    • #​3075 Minor docs change to highlight dev proxy behaviour. ([@​davidjb])
    • #​3185 Correct manual proxy documentation. ([@​robertpanzer])
  • README

    • #​3227 Fix package management link in README for issue #​3218. ([@​nishina555])
    • #​3211 Improve grammar in README. ([@​Mohamed3on])
🏠 Internal
  • Other

    • #​3345 Stop using npm link in tests. ([@​Timer])
  • react-error-overlay

    • #​3122 Fix for add .gitattributes file #​3080. ([@​ijajmulani])
    • #​3267 Use production React version for bundled overlay. ([@​Timer])
    • #​3264 Add warning when using react-error-overlay in production. ([@​Timer])
    • #​3263 react-error-overlay has no dependencies now (it's bundled). ([@​Timer])
    • #​3142 Make error overlay run in the context of the iframe. ([@​tharakawj])
  • react-scripts

    • #​3150 Remove an useless negation in registerServiceWorker.js. ([@​dunglas])
    • #​3158 Remove output.path from dev webpack config. ([@​nikolas])
    • #​3281 Add a workaround for Uglify incompatiblity with Safari 10.0 in the future. ([@​satyavh])
    • #​3146 Fix reason-react support. ([@​lpalmes])
    • #​3236 Update style-loader and disable inclusion of its HMR code in builds. ([@​insin])
    • #​3246 Update url-loader to 0.6.2 for mime ReDoS vulnerability. ([@​d3viant0ne])
    • #​2914 <!doctype html> -> <!DOCTYPE html>. ([@​Hurtak])
Committers: 24
  • Aaron Shafovaloff ([aaronshaf])
  • Alex ([alexkrolick])
  • André Ericson ([aericson])
  • Dan Abramov ([gaearon])
  • David Beitey ([davidjb])
  • Hrvoje Šimić ([shime])
  • IJAJ MULANI ([ijajmulani])
  • Joe Haddad ([Timer])
  • Joe Lim ([xjlim])
  • Jonny Buchanan ([insin])
  • Josh Branchaud ([jbranchaud])
  • Joshua Wiens ([d3viant0ne])
  • Kévin Dunglas ([dunglas])
  • Lorenzo Palmes ([lpalmes])
  • Matt Phillips ([mattphillips])
  • Mohamed Oun ([Mohamed3on])
  • Nik Nyby ([nikolas])
  • Petr Huřťák ([Hurtak])
  • Robert Panzer ([robertpanzer])
  • Ryan Sullivan ([ryansully])
  • Satya van Heummen ([satyavh])
  • Tharaka Wijebandara ([tharakawj])
  • Toshiharu Nishina ([nishina555])
  • [captDaylight]
Migrating from 1.0.14 to 1.0.15

Inside any created project that has not been ejected, run:

npm install --save --save-exact react-scripts@&#8203;1.0.15

or

yarn add --exact react-scripts@&#8203;1.0.15

v1.0.16

🐛 Bug Fix
  • react-scripts

    • #​3374 Set correct image type and sizes in manifest.json. ([@​piotr-cz])
  • react-dev-utils

    • #​3368 Fix a crash in development mode in older browsers. ([@​felthy])
Committers: 2
  • Dan Abramov ([gaearon])
  • Piotr ([piotr-cz])
Migrating from 1.0.15 to 1.0.16

Inside any created project that has not been ejected, run:

npm install --save --save-exact react-scripts@&#8203;1.0.16

or

yarn add --exact react-scripts@&#8203;1.0.16

v1.0.17

💅 Enhancement
  • react-scripts

    • #​3401 Stop using a deprecated option. ([@​gaearon])
📝 Documentation
  • react-scripts

    • #​3399 Add link to VS Code troubleshooting guide. ([@​auchenberg])
    • #​3400 Update VS Code debug configuration. ([@​auchenberg])
Committers: 3
  • Dan Abramov ([gaearon])
  • Kenneth Auchenberg ([auchenberg])
  • Loren Sands-Ramshaw ([lorensr])
Migrating from 1.0.16 to 1.0.17

Inside any created project that has not been ejected, run:

npm install --save --save-exact react-scripts@&#8203;1.0.17

or

yarn add --exact react-scripts@&#8203;1.0.17

v1.1.0

🚀 New Feature
  • react-scripts

    • #​3387 Add support for variable expansion in .env files. ([@​moos])
  • react-error-overlay

    • #​3474 Allow the error overlay to be unregistered. ([@​Timer])
  • create-react-app

    • #​3408 Add --info flag to help gather bug reports. ([@​tabrindle])
    • #​3409 Add --use-npm flag to bypass Yarn even on systems that have it. ([@​tabrindle])
    • #​3725 Extend --scripts-version to include .tar.gz format. ([@​SaschaDens])
    • #​3629 Allowing "file:<path>" --scripts-version values. ([@​GreenGremlin])
🐛 Bug Fix
  • babel-preset-react-app, react-scripts

    • #​3788 Fix object destructuring inside an array on Node 6. ([@​gaearon])
  • react-dev-utils

    • #​3784 Detach browser process from the shell on Linux. ([@​gaearon])
    • #​3726 Use proxy for all request methods other than GET. ([@​doshisid])
    • #​3440 Print full directory name from lsof. ([@​rmccue])
    • #​2071 Fix broken console clearing on Windows. ([@​danielverejan])
    • #​3686 Fix starting a project in directory with ++ in the name. ([@​Norris1z])
  • create-react-app

    • #​3320 Fix offline installation to respect proxy from .npmrc. ([@​mdogadailo])
  • react-scripts

    • #​3537 Add mjs and jsx filename extensions to file-loader exclude pattern. ([@​iansu])
    • #​3511 Unmount the component in the default generated test. ([@​gaearon])
💅 Enhancement
  • react-scripts

    • #​3730 Print when HOST environment variable is set. ([@​iansu])
    • #​3455 Add a localhost-only log message pointing folks to the PWA docs. ([@​jeffposnick])
    • #​3416 Improve eject message. ([@​xjlim])
  • create-react-app

    • #​3740 Allow more non-conflicting files in initial project directory. ([@​GreenGremlin])
  • react-dev-utils

    • #​3104 Add link to deployment docs after build. ([@​viankakrisna])
    • #​3652 Add code-insiders to the editor list. ([@​shrynx])
    • #​3700 Add editor support for Sublime Dev & VSCode Insiders. ([@​yyx990803])
    • #​3545 Autodetect MacVim editor. ([@​gnapse])
  • react-dev-utils, react-error-overlay

    • #​3465 Open editor to exact column from build error overlay. ([@​tharakawj])
  • react-dev-utils, react-scripts

    • #​3721 Support setting none in REACT_EDITOR environment variable. ([@​raerpo])
  • eslint-config-react-app

    • #​3716 Relax no-cond-assign rule. ([@​gaearon])
📝 Documentation
  • User Guide

    • #​3659 Add info about service-worker and HTTP caching headers into Firebase section. ([@​bobrosoft])
    • #​3515 Add Powershell commands to README.md. ([@​Gua-naiko-che])
    • #​3656 Better documentation for setupTests.js when ejecting. ([@​dannycalleri])
    • #​1791 Add link for automatic deployment to azure. ([@​ulrikstrid])
    • #​3717 Update README.md. ([@​maecapozzi])
    • #​3710 Link to an explanation for forking react-scripts. ([@​gaearon])
    • #​3709 Document adding a router. ([@​gaearon])
    • #​3670 Fix typo in the User Guide. ([@​qbahers])
    • #​3645 Update README.md. ([@​elie222])
    • #​3533 Use safer/more aesthetic syntax for setting environment variables on Windows. ([@​cdanielsen])
    • #​3605 Updated Debugging Tests for VSCode. ([@​amadeogallardo])
    • #​3601 Fixed typo in webpack.config.dev.js. ([@​nmenglund])
    • #​3576 Updates comment to reflect codebase. ([@​rahulcs])
    • #​3510 Update User Guide with deploying to GitHub User pages. ([@​aaronlna])
    • #​3503 Update Prettier editor integration link. ([@​gaving])
    • #​3453 Fix dead links. ([@​vannio])
    • #​2992 Docs: How to Debug Unit Tests. ([@​MattMorgis])
  • Other

    • #​3729 Update README.md to note Neutrino's support of react components. ([@​eliperelman])
    • #​2841 Documentation to help windows contributors. ([@​Dubes])
    • #​3489 Add link to nvm-windows. ([@​davidgilbertson])
  • eslint-config-react-app

    • #​3460 Fix broken link to href-no-hash eslint rule. ([@​hazolsky])
🏠 Internal
  • Other

    • #​3769 Enable Yarn check files. ([@​Timer])
    • #​3756 Clean up changes to npm and yarn registry in E2E tests. ([@​viankakrisna])
    • #​3744 Use private registry in E2E tests. ([@​Timer])
    • #​3738 Always use Yarn on CI. ([@​gaearon])
    • #​2309 Port cra.sh development task to javascript. ([@​ianschmitz])
    • #​3411 Simplify waiting for app start in E2E tests. ([@​xjlim])
    • #​3755 Switch to Yarn Workspaces. ([@​gaearon])
    • #​3757 Try updating Flow. ([@​gaearon])
    • #​3414 Export dismissRuntimeErrors function. ([@​skidding])
    • #​3036 Cleaning up printHostingInstructions a bit. ([@​GreenGremlin])
    • #​3514 Fix FileSizeReporter for multi build Webpack setups. ([@​iiska])
    • #​3362 Refactor extra watch options regex to react-dev-utils. ([@​xjlim])
Committers: 47
  • Aaron Lamb ([aaronlna])
  • Ade Viankakrisna Fadlil ([viankakrisna])
  • Amadeo Gallardo ([amadeogallardo])
  • Andy Kenward ([andykenward])
  • Christian Danielsen ([cdanielsen])
  • Clayton Ray ([iamclaytonray])
  • Dan Abramov ([gaearon])
  • Daniel Verejan ([danielverejan])
  • Danny Calleri ([dannycalleri])
  • David Boyne ([boyney123])
  • David Gilbertson ([davidgilbertson])
  • Eli Perelman ([eliperelman])
  • Elie ([elie222])
  • Ernesto García ([gnapse])
  • Evan You ([yyx990803])
  • Gavin Gilmour ([gaving])
  • Ian Schmitz ([ianschmitz])
  • Ian Sutherland ([iansu])
  • JANG SUN HYUK ([wkdtjsgur100])
  • Jeffrey Posnick ([jeffposnick])
  • Joe Haddad ([Timer])
  • Joe Lim ([xjlim])
  • Jonathan ([GreenGremlin])
  • Juhamatti Niemelä ([iiska])
  • Mae Capozzi ([maecapozzi])
  • Maksym Dogadailo ([mdogadailo])
  • Mario Nebl ([marionebl])
  • Matt Morgis ([MattMorgis])
  • Misha Khokhlov ([hazolsky])
  • Moos ([moos])
  • Nils Magnus Englund ([nmenglund])
  • Norris Oduro ([Norris1z])
  • Ovidiu Cherecheș ([skidding])
  • Quentin Bahers ([qbahers])
  • Rafael E. Poveda ([raerpo])
  • Rahul Chanila ([rahulcs])
  • Ryan McCue ([rmccue])
  • Sascha Dens ([SaschaDens])
  • Siddharth Doshi ([doshisid])
  • Tao Gómez Gil ([Gua-naiko-che])
  • Tharaka Wijebandara ([tharakawj])
  • Trevor Brindle ([tabrindle])
  • Ulrik Strid ([ulrikstrid])
  • Vladimir Tolstikov ([bobrosoft])
  • [Dubes]
  • [vannio]
  • shrynx ([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@&#8203;1.1.0

or

yarn add --exact react-scripts@&#8203;1.1.0

v1.1.1

🐛 Bug Fix
  • react-scripts
    • #​4000 Fix escaping $ in environment variables. ([@​iansu])
💅 Enhancement
  • react-scripts
    • #​4006 Add Node 9 compatibility for fsevents. ([@​gaearon])
📝 Documentation
  • react-scripts
    • #​3971 Update instructions for continuous delivery with Netlify. ([@​hubgit])
    • #​3894 Include {json,css} files in prettier command. ([@​reyronald])
🏠 Internal
  • create-react-app
    • #​3853 pin envinfo version to 3.4.2. ([@​bondz])
Committers: 6
  • Alf Eaton ([hubgit])
  • Bond ([bondz])
  • Dan Abramov ([gaearon])
  • Ian Sutherland ([iansu])
  • Ronald Rey ([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@&#8203;1.1.1

or

yarn add --exact react-scripts@&#8203;1.1.1

Commits

v1.1.0

  • 3f09947 Pin Lerna
  • 238af4b Enable Yarn check files (#​3769)
  • a3d33c4 Add an explicit link to Code of Conduct (#​3781)
  • 585608e Update opn (#​3784)
  • 7714810 Add npx note to quick overview
  • 1e9eaf3 Bump detect-port-alt (#​3787)
  • 22f9fe0 Always include destructuring transform (#​3788)
  • b86fe05 Add warning when HOST environment variable is set (#​3730)
  • 12d0544 Test Node 9 on CI (#​3793)
  • 95b2601 Tweak section on expanding env variables
  • aa5bdcd Changelog for 1.1.0 (#​3795)
  • e73a783 Publish

v1.1.1

  • c263f17 Upgrade dotenv-expand to 4.2.0 (#​3961) (#​3992)
  • aaf022c Set the public path to the asset manifest entries (#​2544)

This PR has been generated by Renovate Bot.

@renovate renovate bot force-pushed the renovate/react-scripts-1.x branch from 900604c to e872e7e Compare October 30, 2017 22:02
@renovate renovate bot changed the title Update dependency react-scripts to v1.0.14 Update dependency react-scripts to v1.0.15 Oct 30, 2017
@renovate renovate bot force-pushed the renovate/react-scripts-1.x branch from e872e7e to fcc5958 Compare October 31, 2017 13:06
@renovate renovate bot changed the title Update dependency react-scripts to v1.0.15 Update dependency react-scripts to v1.0.16 Oct 31, 2017
@renovate renovate bot force-pushed the renovate/react-scripts-1.x branch from fcc5958 to 5dba2aa Compare November 3, 2017 20:26
@renovate renovate bot changed the title Update dependency react-scripts to v1.0.16 Update dependency react-scripts to v1.0.17 Nov 3, 2017
@renovate renovate bot force-pushed the renovate/react-scripts-1.x branch from 5dba2aa to 0b25710 Compare January 15, 2018 00:58
@renovate renovate bot changed the title Update dependency react-scripts to v1.0.17 Update dependency react-scripts to v1.1.0 Jan 15, 2018
@renovate renovate bot force-pushed the renovate/react-scripts-1.x branch from 0b25710 to 8a4faec Compare February 9, 2018 13:25
@renovate renovate bot changed the title Update dependency react-scripts to v1.1.0 Update dependency react-scripts to v1.1.1 Feb 9, 2018
@renovate renovate bot changed the title Update dependency react-scripts to v1.1.1 Update dependency react-scripts to v1.1.1 - autoclosed Mar 14, 2018
@renovate renovate bot closed this Mar 14, 2018
@renovate renovate bot deleted the renovate/react-scripts-1.x branch March 14, 2018 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant