Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency react-scripts to v1.1.5 #112

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 2, 2019

This PR contains the following updates:

Package Type Update Change
react-scripts dependencies minor 1.0.10 -> 1.1.5

Release Notes

facebook/create-react-app

v1.1.5

Compare Source

1.1.5 (August 24, 2018)

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 [email protected]

or

yarn add --exact [email protected]

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 [email protected]

or

yarn add --exact [email protected]

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 [email protected]

or

yarn add --exact [email protected]

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 [email protected]

or

yarn add --exact [email protected]

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 [email protected]

or

yarn add --exact [email protected]

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 [email protected]

or

yarn add --exact [email protected]

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 [email protected]

or

yarn add --exact [email protected]

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 [email protected]

or

yarn add --exact [email protected]

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 [email protected]

or

yarn add --exact [email protected]

v1.0.14

Compare Source

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 [email protected]

or

yarn add --exact [email protected]

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 [email protected]

or

yarn add --exact [email protected]

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 [email protected]

or

yarn add --exact [email protected]

Renovate 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, check this box

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

@renovate renovate bot added the dependencies label Aug 2, 2019
@renovate renovate bot force-pushed the renovate/react-scripts-1.x branch from 5e2e983 to 1f855f9 Compare August 5, 2019 18:16
@renovate renovate bot force-pushed the renovate/react-scripts-1.x branch from 1f855f9 to 8798754 Compare August 5, 2019 18:22
@renovate
Copy link
Contributor Author

renovate bot commented Mar 24, 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 join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant