fix(deps): update dependency react-scripts to v2.1.8 - abandoned
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| react-scripts | 2.1.3 -> 2.1.8 |
Release Notes
facebook/create-react-app
v2.1.8
2.1.8 (March 7, 2019)
v2.1.8 is a maintenance release that reapplies the TypeScript speed improvements (#6406) in a new major version of react-dev-utils.
Migrating from 2.1.7 to 2.1.8
Inside any created project that has not been ejected, run:
npm install --save --save-exact [email protected]
or
yarn add --exact [email protected]
v2.1.7
2.1.7 (March 7, 2019)
v2.1.7 is a maintenance release that temporarily reverts the TypeScript speed improvements (#6406) to fix a dependency issue in react-dev-utils.
Migrating from 2.1.6 to 2.1.7
Inside any created project that has not been ejected, run:
npm install --save --save-exact [email protected]
or
yarn add --exact [email protected]
v2.1.6
2.1.6 (March 6, 2019)
v2.1.6 is a maintenance release that brings a few new improvements, most notably:
- :rocket: Reduced TypeScript rebuild times while running the development server. This was previously introduced in v2.1.4 but had to be reverted. Thanks to @ianschmitz for getting this ready.
:bug: Bug Fix
react-dev-utils- #6511 Fix deploy instructions to make link clickable. (@sbimochan)
react-scripts- #6472 Revert CSS sourcemaps in development. (@bugzpodder)
- #6444 Revert "Switch to eval-source-map (#5060)". (@ianschmitz)
:nail_care: Enhancement
react-dev-utils,react-scripts- #6406 Speed up TypeScript rebuild times in development. (@ianschmitz)
create-react-app- #6253 Only use
yarn.lock.cachedif using the default Yarn registry. (@hangryCat)
- #6253 Only use
react-scripts- #5457 Add forward ref to React SVG Component. (@GasimGasimzada)
:memo: Documentation
babel-preset-react-app- #6254 Improve Flow and TypeScript usage docs. (@saranshkataria)
babel-preset-react-app,confusing-browser-globals,react-app-polyfill- #6419 Improve language used in markdown code blocks. (@cherouvim)
create-react-appreact-dev-utils- #6482 Fix typo. (@mattfwood)
- Other
- #6438 Update
source-map-explorerdocs to analyze all chunks. (@Kamahl19) - #6454 Fix typo. (@DenrizSusam)
- #5767 Add information about using custom registries in e2e testing #4488. (@juanpicado)
- #6438 Update
react-dev-utils,react-scripts- #6239 Convert all bit.ly links from http to https. (@leighhalliday)
:house: Internal
- #6493 Remove AppVeyor config files. (@iansu)
- #6474 Remove latest Node version from Travis config. (@iansu)
:hammer: Underlying Tools
react-scripts- #6387 Use contenthash instead of chunkhash for better long-term caching. (@ianschmitz)
- Other
- #6365 Upgrade Docusaurus and enable new features. (@yangshun)
Committers: 15
- Abdelhadi Dyouri (adyouri)
- Bimochan Shrestha (sbimochan)
- Deniz Susman (DenrizSusam)
- Gasim Gasimzada (GasimGasimzada)
- Ian Schmitz (ianschmitz)
- Ian Sutherland (iansu)
- Ioannis Cherouvim (cherouvim)
- Jack Zhao (bugzpodder)
- Juan Picado @jotadeveloper (juanpicado)
- Leigh Halliday (leighhalliday)
- Martin Litvaj (Kamahl19)
- Matt Wood (mattfwood)
- Meo H. (hangryCat)
- Saransh Kataria (saranshkataria)
- Yangshun Tay (yangshun)
Migrating from 2.1.5 to 2.1.6
Inside any created project that has not been ejected, run:
npm install --save --save-exact [email protected]
or
yarn add --exact [email protected]
v2.1.5
2.1.5 (February 11, 2019)
v2.1.5 is a maintenance release that reverts the TypeScript speed improvements (#5903) to fix a dependency issue in react-dev-utils.
Migrating from 2.1.4 to 2.1.5
Inside any created project that has not been ejected, run:
npm install --save --save-exact [email protected]
or
yarn add --exact [email protected]
v2.1.4
2.1.4 (February 10, 2019)
v2.1.4 is a maintenance release that brings a number of awesome improvements. A few notable ones include:
- :rocket: Reduced TypeScript rebuild times while running the development server. TypeScript is now blazing fast! Special thanks to @deftomat and @johnnyreilly and the other contributors for their hard work on this. (#5903)
- Jest type ahead support which provides a much nicer experience when filtering your tests using the Jest CLI (#5213)
- And many more improvements!
:bug: Bug Fix
react-scripts- #6364 Use semicolons in the ProcessEnv interface. (@DominikPalo)
- #6276 Prevent cursor events on app-logo svg. (@kostadriano)
:nail_care: Enhancement
react-scripts- #5213 Add Jest typeahead plugin. (@gaearon)
- #5713 Sass source map for dev. (@zhuoli99)
- #6285 Allow react-scripts test --no-watch. (@ricokahler)
- #5060 Enable eval-source-map for firefox. (@jasonLaster)
react-dev-utils,react-scripts- #5903 Speed up TypeScript projects. (@deftomat)
:memo: Documentation
- Other
- #6383 Update docs links to prefer HTTPS for supported domains. (@ianschmitz)
- #6062 [docs] Warn/clarify that env vars are NOT "SECRET". (@JBallin)
- #6359 Update ZEIT Now deployment instructions. (@timothyis)
- #6346 Minor issue in README.md. (@nathanlschneider)
- #6331 Update docs to document
--no-watch. (@ricokahler) - #6229 Update
serveport flag and add example. (@lyzhovnik) - #6190 Updating updating-to-new-releases.md for users who installed CRA globally. (@carpben)
- #6095 Changes to steps for publishing GitHub User Page. (@StevenTan)
- #6157 Add note for global install of CLI. (@ianschmitz)
- #6149 update link for difference between proposal stages. (@loveky)
- #6141 Remove extra table cell. (@yangshun)
react-scripts- #6355 Make manifest.json description more generic. (@chrisself)
:house: Internal
- Other
- #6050 Fix e2e:docker failure with "access denied". (@jamesknelson)
- #6179 Update local-test.sh to return test exit code. (@dallonf)
- #6165 Fix CI builds. (@ianschmitz)
react-scripts- #5798 Added
moduleto ignored node modules list. (@dotansimha) - #6022 TypeScript detection filtering 'node_modules'.. (@holloway)
- #5798 Added
react-dev-utils,react-scripts- #6150 dependencies: move chalk to react-dev-utils. (@otaviopace)
babel-plugin-named-asset-import,react-scripts- #5816 Upgrade @svgr/webpack to 4.1.0. (@alaycock)
react-dev-utils- #6162 Update react-dev-util globby dependency to v8.0.2. (@davidlukerice)
babel-preset-react-app,react-app-polyfill,react-dev-utils,react-error-overlay,react-scripts
:hammer: Underlying Tools
babel-preset-react-app,react-app-polyfill,react-dev-utils,react-scripts- #6393 Upgrade dependencies. (@ianschmitz)
babel-preset-react-app- #6307 Update babel-plugin-macros 2.4.4 -> 2.4.5. (@maniax89)
eslint-config-react-app,react-scripts- #6132 Bump eslint-plugin-react version and update webpack config. (@ianschmitz)
Committers: 29
- Adam Laycock (alaycock)
- Adriano Costa (kostadriano)
- Andrew Turgeon (maniax89)
- Ben Carp (carpben)
- Charles Pritchard (Downchuck)
- Chris Self (chrisself)
- Dallon Feldner (dallonf)
- Dan Abramov (gaearon)
- David Rice (davidlukerice)
- Dominik Palo (DominikPalo)
- Dotan Simha (dotansimha)
- Ian Schmitz (ianschmitz)
- JBallin (JBallin)
- James George (jamesgeorge007)
- James K Nelson (jamesknelson)
- Jason Laster (jasonLaster)
- Joe Haddad (Timer)
- Matthew Holloway (holloway)
- Nathan Schneider (nathanlschneider)
- Nikita Lyzhov (lyzhovnik)
- Otávio Pace (otaviopace)
- Rico Kahler (ricokahler)
- Steven Tan (StevenTan)
- Timothy (timothyis)
- Tomáš Szabo (deftomat)
- Yangshun Tay (yangshun)
- gottfired
- zhuoli99
- loveky (loveky)
Migrating from 2.1.3 to 2.1.4
Inside any created project that has not been ejected, run:
npm install --save --save-exact [email protected]
or
yarn add --exact [email protected]
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.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
Netlify BOT
Built with commit 484f7e7eca69758f437c6827ab37fc539f98697f
https://deploy-preview-28--graphqlmacro.netlify.com
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.