meow
meow copied to clipboard
chore(deps): update dependency react-scripts to v2.1.8
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
react-scripts (source) | 2.1.1 -> 2.1.8 |
Release Notes
facebook/create-react-app (react-scripts)
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.cached
if 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-app
-
react-dev-utils
- #6482 Fix typo. (@mattfwood)
- Other
-
#6438 Update
source-map-explorer
docs 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
serve
port 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
module
to 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]
v2.1.3
2.1.3 (January 4, 2019)
v2.1.3 is a maintenance release to fix a vulnerability in webpack-dev-server.
:memo: Documentation
- Other
- #6067 Correct an error for documentation. (@hardo)
- #6110 Replace deprecated VSCode launch.json variable. (@raiskila)
- #5631 Generalize the adding bootstrap documentation. (@jquense)
- #6084 Remove outdated docs for setting up eslint in editor. (@LukasWerfel)
- #6061 Fix control comment of CSS Grid prefixing. (@denexapp)
-
react-scripts
- #6036 Fix comment typo. (@shawtung)
:house: Internal
-
create-react-app
,react-error-overlay
- #6104 Typo fixes. (@prashant-andani)
:hammer: Underlying Tools
Committers: 8
- Denis Mukhametov (denexapp)
- Hardo (hardo)
- Janne Raiskila (raiskila)
- Jason Quense (jquense)
- Lukas Werfel (LukasWerfel)
- Prashant Andani (prashant-andani)
- Zachary Friss (Friss)
- shawtung
Migrating from 2.1.2 to 2.1.3
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.2
2.1.2 (December 23, 2018)
v2.1.2 is a maintenance release including various bug fixes.
:rocket: New Feature
:bug: Bug Fix
-
create-react-app
-
#5905 Disable copy to clipboard in
create-react-app --info
(@heyimalex) -
#5685 Update envinfo to
5.11.1
(@tabrindle)
-
#5905 Disable copy to clipboard in
-
babel-preset-react-app
- #5783 Fix TypeScript decorator support (@ianschmitz)
-
babel-plugin-named-asset-import
-
react-app-polyfill
-
react-scripts
-
#5721 Version bump
postcss-preset-env
to latest (@BPScott) -
#5701 Fix
tsconfig.json
lib suggested value (@ianschmitz)
-
#5721 Version bump
:nail_care: Enhancement
-
react-scripts
-
#5698 Add support for
setupTests.ts
(@ianschmitz)
-
#5698 Add support for
:memo: Documentation
- Other
- #6009 Correct markdown to avoid comment. (@souzasmatheus)
- #6015 Add example command to create typed project. (@mbelsky)
- #6000 Make links to docs consistent in README. (@iansu)
- #5900 Add production build section to docs. (@ianschmitz)
- #5985 Use https for linked images to fix mixed content warnings. (@iansu)
- #5919 Docs: update localStorage mock in “Running Tests”. (@phacks)
- #5917 Add SASS_PATH instructions to Sass stylesheet docs. (@jayantbh)
-
#5823 Add default values to
file_ext
note. (@alaycock) - #5907 Update README.md with updated link about PWAs. (@wuweiweiwu)
- #5858 Some Grammar fixes. (@nikhilknoldus)
- #5883 Fix link to page about running tests. (@wsmoak)
-
#5849 React native repository updated in
README.md
. (@pavinthan) - #5806 Rename 'getting started' link to 'docs'. (@kulek1)
-
#5788 docs: Simplify installing Storybook with
npx
(@sagirk) -
#5779 docs: Change story book command to
sb init
(@andys8) - #5759 Add PR welcoming badge (@open-source-explorer)
- #5730 Suggest Encore when not building a SPA with Symfony (@dunglas)
- #5710 Updated the link to firebase hosting (@githubsaturn)
- #5704 Fixed link to manifest.json file (@m4jing)
- #5670 Fix public folder documentation link (@makovkastar)
-
eslint-config-react-app
-
#5990 Updated docs for
.eslintrc
(@ManoelLobo)
-
#5990 Updated docs for
-
babel-preset-react-app
,create-react-app
,eslint-config-react-app
,react-dev-utils
,react-scripts
-
react-scripts
-
react-app-polyfill
-
babel-preset-react-app
,eslint-config-react-app
,react-error-overlay
,react-scripts
:house: Internal
-
react-scripts
-
#5978 Add
webp
support for TypeScript. (@dugagjin) - #5959 Suggest a different default for speed reasons. (@Timer)
- #5839 Run prettier on HTML files. (@sibiraj-s)
- #5722 Merge webpack configuration. (@Timer)
- #5694 Add permissive TS lib defaults. (@Timer)
-
#5978 Add
- Other
-
#5988 Added extension to
.eslintrc
(@ManoelLobo) - #5546 Add the latest stable node version. (@noelyoo)
-
#5988 Added extension to
-
react-dev-utils
- #5927 Correct some comments. (@mjackson)
- #5879 fix: make typescriptformatter support 0.5 of fork checker. (@SimenB)
-
react-error-overlay
-
babel-preset-react-app
-
create-react-app
- #4605 ignore intellij module files when generating an app. (@denofevil)
Committers: 36
- <Explorer /> (open-source-explorer)
- Adam Laycock (alaycock)
- Adam Wanninger (ajwann)
- Alex Guerra (heyimalex)
- Andy (andys8)
- Ben Scott (BPScott)
- Dennis Ushakov (denofevil)
- Dugagjin Lashi (dugagjin)
- Gregory Shilin (gshilin)
- Ian Schmitz (ianschmitz)
- Ian Sutherland (iansu)
- Jayant Bhawal (jayantbh)
- Jing Ma (m4jing)
- Joe Haddad (Timer)
- Kasra Bigdeli (githubsaturn)
- Kévin Dunglas (dunglas)
- Manoel (ManoelLobo)
- Matheus Souza (souzasmatheus)
- Max Belsky (mbelsky)
- Michael Jackson (mjackson)
- Nicolas Goutay (phacks)
- Nikhil (nikhilknoldus)
- Nima Shahri (NShahri)
- Noel Yoo (noelyoo)
- Oleksandr Melnykov (makovkastar)
- Pavinthan (pavinthan)
- Rasmus Eneman (Pajn)
- Sagir Khan (sagirk)
- Sibiraj (sibiraj-s)
- Simen Bekkhus (SimenB)
- Stephen Algeo (sjalgeo)
- Trevor Brindle (tabrindle)
- Wei-Wei Wu (wuweiweiwu)
- Wendy Smoak (wsmoak)
- kulek1
- swyx (sw-yx)
Migrating from 2.1.1 to 2.1.2
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 was generated by Mend Renovate. View the repository job log.