Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Update dependency react-scripts to v1.1.5 #8

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 29, 2018

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-scripts 1.0.7 -> 1.1.5 age adoption passing confidence

Release Notes

facebook/create-react-app

v1.1.5

Compare Source

1.1.5 (August 24, 2018)

  • react-scripts

    • Update the webpack-dev-server dependency
  • react-dev-utils

    • #​4866 Fix a Windows-only vulnerability (CVE-2018-6342) in the development server (@​acdlite)
      • Note: the fix is included in a patch version for every major release of react-dev-utils: react-dev-utils@1.0.4, react-dev-utils@2.0.2, react-dev-utils@3.1.2, react-dev-utils@4.2.2, react-dev-utils@5.0.2, and react-dev-utils@6.0.0-next.a671462c
    • Update the sockjs-client dependency
Committers: 1
Migrating from 1.1.4 to 1.1.5

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

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

or

yarn add --exact react-scripts@1.1.5

v1.1.4

Compare Source

1.1.4 (April 3, 2018)

🐛 Bug Fix
Committers: 1
Migrating from 1.1.3 to 1.1.4

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

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

or

yarn add --exact react-scripts@1.1.4

v1.1.3

Compare Source

1.1.3 (April 3, 2018)

🐛 Bug Fix
  • react-scripts

Committers: 1
Migrating from 1.1.2 to 1.1.3

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

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

or

yarn add --exact react-scripts@1.1.3

v1.1.2

Compare Source

1.1.2 (April 3, 2018)

🐛 Bug Fix
  • react-scripts

    • #​4085 Resolve .js before .mjs files to unbreak dependencies with native ESM support. (@​leebyron)
📝 Documentation
Committers: 2
Migrating from 1.1.1 to 1.1.2

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

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

or

yarn add --exact react-scripts@1.1.2

v1.1.1

Compare Source

1.1.1 (February 2, 2018)

🐛 Bug Fix
💅 Enhancement
📝 Documentation
🏠 Internal
Committers: 6
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@1.1.1

or

yarn add --exact react-scripts@1.1.1

v1.1.0

Compare Source

1.1.0 (January 15, 2018)

🚀 New Feature
🐛 Bug Fix
💅 Enhancement
📝 Documentation
🏠 Internal
Committers: 47
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@1.1.0

or

yarn add --exact react-scripts@1.1.0

v1.0.17

Compare Source

1.0.17 (November 3, 2017)

💅 Enhancement
📝 Documentation
Committers: 3
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@1.0.17

or

yarn add --exact react-scripts@1.0.17

v1.0.16

Compare Source

1.0.16 (October 31, 2017) 🎃

🐛 Bug Fix
Committers: 2
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@1.0.16

or

yarn add --exact react-scripts@1.0.16

v1.0.15

Compare Source

1.0.15 (October 30, 2017)

🐛 Bug Fix
💅 Enhancement
📝 Documentation
🏠 Internal
Committers: 24
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@1.0.15

or

yarn add --exact react-scripts@1.0.15

v1.0.14: v1.0.14

Compare Source

1.0.14 (September 26, 2017)

🐛 Bug Fix
  • react-dev-utils

  • react-error-overlay

💅 Enhancement
📝 Documentation
🏠 Internal
Committers: 12
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.13

Compare Source

1.0.13 (September 2, 2017)

🐛 Bug Fix
💅 Enhancement
🏠 Internal
Committers: 4
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.12

Compare Source

1.0.12 (August 28, 2017)

🐛 Bug Fix
💅 Enhancement
📝 Documentation
🏠 Internal
Committers: 9
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

v1.0.11

Compare Source

1.0.11 (2017-08-09)

🐛 Bug Fix
  • create-react-app

    • #​2884 Improve offline heuristic for proxied environments. (@​bsyk)

      When a Yarn proxy is set, we will check its connectivity if we cannot reach Yarn's registry. This is often the case when DNS lookups must be made through the proxy.

    • #​2853 Allow use of scoped packages with a pinned version. (@​wileybenet)

  • react-dev-utils

    • #​2796 Properly escape HTML tags in error overlay. (@​ccloli)

      Elements printed in their entirety would sometimes render as HTML. This should no longer happen and should properly render as text.

  • react-dev-utils, react-scripts

  • react-scripts

💅 Enhancement
📝 Documentation
🏠 Internal
Committers: 26
Migrating from 1.0.10 to 1.0.11

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

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

or

yarn add --exact react-scripts@1.0.11

v1.0.10

Compare Source

1.0.10 (June 29, 2017)

🐛 Bug Fix
📝 Documentation
Committers: 5
Migrating from 1.0.9 to 1.0.10

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

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

or

yarn add --exact react-scripts@1.0.10

v1.0.9

Compare Source

1.0.9 (June 29, 2017)

🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 5
Migrating from 1.0.8 to 1.0.9

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

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

or

yarn add --exact react-scripts@1.0.9

v1.0.8

Compare Source

1.0.8 (June 28, 2017)

🐛 Bug Fix
💅 Enhancement

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.

@renovate renovate bot force-pushed the renovate/react-scripts-1.x branch from c3efd58 to f23f56c Compare April 3, 2018 00:16
@renovate renovate bot changed the title Update dependency react-scripts to v1.1.1 Update dependency react-scripts to v1.1.2 Apr 3, 2018
@renovate renovate bot force-pushed the renovate/react-scripts-1.x branch from f23f56c to be82032 Compare April 3, 2018 17:34
@renovate renovate bot changed the title Update dependency react-scripts to v1.1.2 Update dependency react-scripts to v1.1.3 Apr 3, 2018
@renovate renovate bot force-pushed the renovate/react-scripts-1.x branch from be82032 to 433693b Compare April 4, 2018 00:32
@renovate renovate bot changed the title Update dependency react-scripts to v1.1.3 Update dependency react-scripts to v1.1.4 Apr 4, 2018
@renovate renovate bot force-pushed the renovate/react-scripts-1.x branch from 433693b to ea14431 Compare August 22, 2018 19:40
@renovate renovate bot changed the title Update dependency react-scripts to v1.1.4 Update dependency react-scripts to v1.1.5 Aug 22, 2018
@renovate
Copy link
Author

renovate bot commented Mar 25, 2023

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.

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.

None yet

1 participant