web-mdm-dashboard
web-mdm-dashboard copied to clipboard
Update react-scripts to the latest version π
The dependency react-scripts was updated from 2.1.2 to 2.1.4.
This version is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Find out more about this release.
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot :palm_tree:
- The
dependencyreact-scripts was updated from2.1.2to2.1.6.
Update to this version instead π
Release Notes for v2.1.6
2.1.6 (March 6, 2019)
v2.1.6 is a maintenance release that brings a few new improvements, most notably:
π 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 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)
π
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)
π 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)
π Internal
- #6493 Remove AppVeyor config files. (@iansu)
- #6474 Remove latest Node version from Travis config. (@iansu)
π¨ Underlying Tools
react-scripts- #6387 Use contenthash instead of chunkhash for better long-term caching. (@ianschmitz)
- Other
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]
- The
dependencyreact-scripts was updated from2.1.2to2.1.7.
Update to this version instead π
Release Notes for 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]
- The
dependencyreact-scripts was updated from2.1.2to2.1.8.
Update to this version instead π
Release Notes for 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]