evenchange4 / react-grecaptcha

React.js Google reCAPTCHA v2 integration component.
https://react-grecaptcha.netlify.com
MIT License
51 stars 8 forks source link

chore(deps): update dependency babel-preset-react-app to v3.1.2 #112

Open renovate[bot] opened 6 years ago

renovate[bot] commented 6 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
babel-preset-react-app (changelog) 3.1.1 -> 3.1.2 age adoption passing confidence

Release Notes

facebook/create-react-app ### [`v3.1.2`](https://togithub.com/facebook/create-react-app/releases/tag/v3.1.2) [Compare Source](https://togithub.com/facebook/create-react-app/compare/babel-preset-react-app@3.1.1...v3.1.2) #### 3.1.2 (2019-09-19) v3.1.2 is a maintenance release that includes minor bug fixes and documentation updates. ##### :bug: Bug Fix - `react-scripts` - [#​7679](https://togithub.com/facebook/create-react-app/pull/7679) Change runtime chunk name separator from tilde to dash ([@​javadoug](https://togithub.com/javadoug)) - [#​7538](https://togithub.com/facebook/create-react-app/pull/7538) Explicitly checking that EXTEND_ESLINT is true ([@​BrockWills](https://togithub.com/BrockWills)) - `babel-preset-react-app`, `react-error-overlay`, `react-scripts` - [#​7662](https://togithub.com/facebook/create-react-app/pull/7662) Fix build ([@​ianschmitz](https://togithub.com/ianschmitz)) ##### :nail_care: Enhancement - `react-scripts` - [#​7704](https://togithub.com/facebook/create-react-app/pull/7704) Add new logo ([@​iansu](https://togithub.com/iansu)) - [#​7587](https://togithub.com/facebook/create-react-app/pull/7587) Minor performance improvements ([@​deftomat](https://togithub.com/deftomat)) - [#​7633](https://togithub.com/facebook/create-react-app/pull/7633) Disable babel-loader's cacheCompression ([@​jleclanche](https://togithub.com/jleclanche)) ##### :memo: Documentation - [#​7616](https://togithub.com/facebook/create-react-app/pull/7616) Update deployment.md with another AWS example ([@​AndrewBestbier](https://togithub.com/AndrewBestbier)) - [#​7663](https://togithub.com/facebook/create-react-app/pull/7663) Remove --single-quote from prettier examples ([@​brlewis](https://togithub.com/brlewis)) - [#​7659](https://togithub.com/facebook/create-react-app/pull/7659) Update running-tests.md ([@​weyert](https://togithub.com/weyert)) - [#​7459](https://togithub.com/facebook/create-react-app/pull/7459) Update troubleshooting.md ([@​prevostc](https://togithub.com/prevostc)) - [#​7650](https://togithub.com/facebook/create-react-app/pull/7650) Adopt Contributor Covenant ([@​iansu](https://togithub.com/iansu)) - [#​7620](https://togithub.com/facebook/create-react-app/pull/7620) cleanup-after-each is no longer necessary! ([@​iHmD](https://togithub.com/iHmD)) - [#​7613](https://togithub.com/facebook/create-react-app/pull/7613) Fix seams between changelog majors ([@​emilpalsson](https://togithub.com/emilpalsson)) - [#​7368](https://togithub.com/facebook/create-react-app/pull/7368) Correcting proxy sample ([@​szabolcs-szilagyi](https://togithub.com/szabolcs-szilagyi)) - [#​7536](https://togithub.com/facebook/create-react-app/pull/7536) add a migration step to remove static from robots.txt ([@​lookfirst](https://togithub.com/lookfirst)) - [#​7521](https://togithub.com/facebook/create-react-app/pull/7521) Show logo for mobile views in create-react-app.dev ([@​GrooChu](https://togithub.com/GrooChu)) ##### :house: Internal - `react-scripts` - [#​7526](https://togithub.com/facebook/create-react-app/pull/7526) The variable dotenvFiles is never reassigned - use const instead ([@​Primajin](https://togithub.com/Primajin)) - [#​7585](https://togithub.com/facebook/create-react-app/pull/7585) remove trailing spaces ([@​xiaoxiangmoe](https://togithub.com/xiaoxiangmoe)) ##### :hammer: Underlying Tools - `babel-plugin-named-asset-import`, `confusing-browser-globals`, `react-app-polyfill`, `react-dev-utils`, `react-error-overlay`, `react-scripts` - [#​7681](https://togithub.com/facebook/create-react-app/pull/7681) Bump dependencies ([@​ianschmitz](https://togithub.com/ianschmitz)) - `react-scripts` - [#​7531](https://togithub.com/facebook/create-react-app/pull/7531) Upgrade dotenv-expand to fix issues ([@​DominicTobias](https://togithub.com/DominicTobias)) - `eslint-config-react-app`, `react-scripts` - [#​7540](https://togithub.com/facebook/create-react-app/pull/7540) Bump version of @​typescript-eslint/\* ([@​pierreneter](https://togithub.com/pierreneter)) ##### Committers: 20 - Andrew ([@​AndrewBestbier](https://togithub.com/AndrewBestbier)) - Brock Wills ([@​BrockWills](https://togithub.com/BrockWills)) - Clément Prévost ([@​prevostc](https://togithub.com/prevostc)) - Dominic Tobias ([@​DominicTobias](https://togithub.com/DominicTobias)) - Doug Ross ([@​javadoug](https://togithub.com/javadoug)) - Emil Pålsson ([@​emilpalsson](https://togithub.com/emilpalsson)) - Federico Zivolo ([@​FezVrasta](https://togithub.com/FezVrasta)) - Ian Schmitz ([@​ianschmitz](https://togithub.com/ianschmitz)) - Ian Sutherland ([@​iansu](https://togithub.com/iansu)) - Jannis Hell ([@​Primajin](https://togithub.com/Primajin)) - Jerome Leclanche ([@​jleclanche](https://togithub.com/jleclanche)) - Jon Stevens ([@​lookfirst](https://togithub.com/lookfirst)) - Sabesh Rajendran ([@​GrooChu](https://togithub.com/GrooChu)) - Tomáš Szabo ([@​deftomat](https://togithub.com/deftomat)) - Weyert de Boer ([@​weyert](https://togithub.com/weyert)) - ZHAO Jinxiang ([@​xiaoxiangmoe](https://togithub.com/xiaoxiangmoe)) - [@​brlewis](https://togithub.com/brlewis) - [@​iHmD](https://togithub.com/iHmD) - [@​pierreneter](https://togithub.com/pierreneter) - szabi ([@​szabolcs-szilagyi](https://togithub.com/szabolcs-szilagyi)) ##### Migrating from 3.1.1 to 3.1.2 Inside any created project that has not been ejected, run: ```sh npm install --save --save-exact react-scripts@3.1.2 ``` or ```sh yarn add --exact react-scripts@3.1.2 ```

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.



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

evenchange4 commented 6 years ago

Deploy preview for react-grecaptcha ready!

Built with commit 04152d1acc6b5a491b5c3fe1f241319be3319ea1

https://deploy-preview-112--react-grecaptcha.netlify.com

renovate[bot] commented 1 year ago

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.