Skip to content
This repository was archived by the owner on May 3, 2022. It is now read-only.

chore(deps): update dependency react-scripts to v2.1.8 #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 3, 2018

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-scripts 2.0.3 -> 2.1.8 age adoption passing confidence

Release Notes

facebook/create-react-app

v2.1.8

Compare Source

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 react-scripts@2.1.8

or

yarn add --exact react-scripts@2.1.8

v2.1.7

Compare Source

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 react-scripts@2.1.7

or

yarn add --exact react-scripts@2.1.7

v2.1.6

Compare Source

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
💅 Enhancement
📝 Documentation
🏠 Internal
🔨 Underlying Tools
Committers: 15
Migrating from 2.1.5 to 2.1.6

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

npm install --save --save-exact react-scripts@2.1.6

or

yarn add --exact react-scripts@2.1.6

v2.1.5

Compare Source

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 react-scripts@2.1.5

or

yarn add --exact react-scripts@2.1.5

v2.1.4

Compare Source

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:

  • 🚀 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 Fix
💅 Enhancement
📝 Documentation
🏠 Internal
🔨 Underlying Tools
  • babel-preset-react-app, react-app-polyfill, react-dev-utils, react-scripts
  • babel-preset-react-app
  • eslint-config-react-app, react-scripts
Committers: 29
Migrating from 2.1.3 to 2.1.4

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

npm install --save --save-exact react-scripts@2.1.4

or

yarn add --exact react-scripts@2.1.4

v2.1.3

Compare Source

2.1.3 (January 4, 2019)

v2.1.3 is a maintenance release to fix a vulnerability in webpack-dev-server.

📝 Documentation
🏠 Internal
🔨 Underlying Tools
Committers: 8
Migrating from 2.1.2 to 2.1.3

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

npm install --save --save-exact react-scripts@2.1.3

or

yarn add --exact react-scripts@2.1.3

v2.1.2

Compare Source

2.1.2 (December 23, 2018)

v2.1.2 is a maintenance release including various bug fixes.

🚀 New Feature
  • babel-preset-react-app
🐛 Bug Fix
💅 Enhancement
📝 Documentation
🏠 Internal
Committers: 36
Migrating from 2.1.1 to 2.1.2

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

npm install --save --save-exact react-scripts@2.1.2

or

yarn add --exact react-scripts@2.1.2

v2.1.1

Compare Source

2.1.1 (October 31, 2018)

Happy Halloween 🎃 👻! This spooky release brings a treat: decorator support in TypeScript files!

🐛 Bug Fix
💅 Enhancement
📝 Documentation
🏠 Internal
Committers: 8
Migrating from 2.1.0 to 2.1.1

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

npm install --save --save-exact react-scripts@2.1.1

or

yarn add --exact react-scripts@2.1.1

v2.1.0

Compare Source

2.1.0 (October 29, 2018)

Create React App 2.1 adds support for TypeScript! Read the documentation to get started.

New applications can be created using TypeScript by running:

$ npx create-react-app my-app --typescript
🚀 New Feature
🐛 Bug Fix
💅 Enhancement
📝 Documentation
🏠 Internal
Committers: 15
Migrating from 2.0.5 to 2.1.0

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

npm install --save --save-exact react-scripts@2.1.0

or

yarn add --exact react-scripts@2.1.0

v2.0.5

Compare Source

2.0.5 (October 14, 2018)

🐛 Bug Fix
💅 Enhancement
📝 Documentation
🏠 Internal
Committers: 23
Migrating from 2.0.4 to 2.0.5

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

npm install --save --save-exact react-scripts@2.0.5

or

yarn add --exact react-scripts@2.0.5

v2.0.4

Compare Source

2.0.4 (October 3, 2018)

🐛 Bug Fix
💅 Enhancement
📝 Documentation
🏠 Internal
Committers: 11

Configuration

📅 Schedule: 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, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update dependency react-scripts to v2.0.4 chore(deps): update dependency react-scripts to v2.0.5 Oct 14, 2018
@renovate renovate bot force-pushed the renovate/react-scripts-2.x branch from 8ec8ea5 to f440adf Compare October 14, 2018 20:14
@renovate renovate bot changed the title chore(deps): update dependency react-scripts to v2.0.5 chore(deps): update dependency react-scripts to v2.1.0 Oct 30, 2018
@renovate renovate bot force-pushed the renovate/react-scripts-2.x branch from f440adf to 466c44e Compare October 30, 2018 03:53
@renovate renovate bot changed the title chore(deps): update dependency react-scripts to v2.1.0 chore(deps): update dependency react-scripts to v2.1.1 Nov 1, 2018
@renovate renovate bot force-pushed the renovate/react-scripts-2.x branch from 466c44e to 262a287 Compare November 1, 2018 03:42
@renovate renovate bot force-pushed the renovate/react-scripts-2.x branch from 262a287 to c7dac24 Compare December 23, 2018 18:56
@renovate renovate bot changed the title chore(deps): update dependency react-scripts to v2.1.1 chore(deps): update dependency react-scripts to v2.1.2 Dec 23, 2018
@renovate renovate bot changed the title chore(deps): update dependency react-scripts to v2.1.2 chore(deps): update dependency react-scripts to v2.1.3 Jan 4, 2019
@renovate renovate bot force-pushed the renovate/react-scripts-2.x branch from c7dac24 to f7dc478 Compare January 4, 2019 18:57
@renovate renovate bot force-pushed the renovate/react-scripts-2.x branch from f7dc478 to fad322f Compare February 10, 2019 21:51
@renovate renovate bot changed the title chore(deps): update dependency react-scripts to v2.1.3 chore(deps): update dependency react-scripts to v2.1.4 Feb 10, 2019
@renovate renovate bot changed the title chore(deps): update dependency react-scripts to v2.1.4 chore(deps): update dependency react-scripts to v2.1.5 Feb 11, 2019
@renovate renovate bot force-pushed the renovate/react-scripts-2.x branch from fad322f to a345615 Compare February 11, 2019 16:46
@renovate renovate bot force-pushed the renovate/react-scripts-2.x branch from a345615 to f12e4f2 Compare March 6, 2019 23:27
@renovate renovate bot changed the title chore(deps): update dependency react-scripts to v2.1.5 chore(deps): update dependency react-scripts to v2.1.6 Mar 6, 2019
@renovate renovate bot force-pushed the renovate/react-scripts-2.x branch from f12e4f2 to 917197f Compare March 7, 2019 00:43
@renovate renovate bot changed the title chore(deps): update dependency react-scripts to v2.1.6 chore(deps): update dependency react-scripts to v2.1.7 Mar 7, 2019
@renovate renovate bot force-pushed the renovate/react-scripts-2.x branch from 917197f to bba05fd Compare March 7, 2019 00:56
@renovate renovate bot changed the title chore(deps): update dependency react-scripts to v2.1.7 chore(deps): update dependency react-scripts to v2.1.8 Mar 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant