baidu / Curve

An Integrated Experimental Platform for time series data anomaly detection.
http://curve.baidu.com
Apache License 2.0
529 stars 134 forks source link

Bump react-dev-utils from 3.0.2 to 3.1.2 in /web #82

Open dependabot[bot] opened 4 years ago

dependabot[bot] commented 4 years ago

Bumps react-dev-utils from 3.0.2 to 3.1.2.

Release notes *Sourced from [react-dev-utils's releases](https://github.com/facebook/create-react-app/releases).* > ## 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://github-redirect.dependabot.com/facebook/create-react-app/pull/7679) Change runtime chunk name separator from tilde to dash ([@​javadoug](https://github.com/javadoug)) > - [#7538](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7538) Explicitly checking that EXTEND_ESLINT is true ([@​BrockWills](https://github.com/BrockWills)) > - `babel-preset-react-app`, `react-error-overlay`, `react-scripts` > - [#7662](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7662) Fix build ([@​ianschmitz](https://github.com/ianschmitz)) > > #### :nail_care: Enhancement > > - `react-scripts` > - [#7704](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7704) Add new logo ([@​iansu](https://github.com/iansu)) > - [#7587](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7587) Minor performance improvements ([@​deftomat](https://github.com/deftomat)) > - [#7633](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7633) Disable babel-loader's cacheCompression ([@​jleclanche](https://github.com/jleclanche)) > > #### :memo: Documentation > > - [#7616](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7616) Update deployment.md with another AWS example ([@​AndrewBestbier](https://github.com/AndrewBestbier)) > - [#7663](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7663) Remove --single-quote from prettier examples ([@​brlewis](https://github.com/brlewis)) > - [#7659](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7659) Update running-tests.md ([@​weyert](https://github.com/weyert)) > - [#7459](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7459) Update troubleshooting.md ([@​prevostc](https://github.com/prevostc)) > - [#7650](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7650) Adopt Contributor Covenant ([@​iansu](https://github.com/iansu)) > - [#7620](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7620) cleanup-after-each is no longer necessary! ([@​iHmD](https://github.com/iHmD)) > - [#7613](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7613) Fix seams between changelog majors ([@​emilpalsson](https://github.com/emilpalsson)) > - [#7368](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7368) Correcting proxy sample ([@​szabolcs-szilagyi](https://github.com/szabolcs-szilagyi)) > - [#7536](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7536) add a migration step to remove static from robots.txt ([@​lookfirst](https://github.com/lookfirst)) > - [#7521](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7521) Show logo for mobile views in create-react-app.dev ([@​GrooChu](https://github.com/GrooChu)) > > #### :house: Internal > > - `react-scripts` > - [#7526](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7526) The variable dotenvFiles is never reassigned - use const instead ([@​Primajin](https://github.com/Primajin)) > - [#7585](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7585) remove trailing spaces ([@​xiaoxiangmoe](https://github.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://github-redirect.dependabot.com/facebook/create-react-app/pull/7681) Bump dependencies ([@​ianschmitz](https://github.com/ianschmitz)) > - `react-scripts` > - [#7531](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7531) Upgrade dotenv-expand to fix issues ([@​DominicTobias](https://github.com/DominicTobias)) > - `eslint-config-react-app`, `react-scripts` > - [#7540](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7540) Bump version of @typescript-eslint/\* ([@​pierreneter](https://github.com/pierreneter)) > > #### Committers: 20 > > ... (truncated)
Changelog *Sourced from [react-dev-utils's changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG.md).* > ### Migrating from 3.1.2 to 3.2.0 > > Inside any created project that has not been ejected, run: > > ```sh > npm install --save --save-exact react-scripts@3.2.0 > ``` > > or > > ```sh > yarn add --exact react-scripts@3.2.0 > ``` > > ## 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://github-redirect.dependabot.com/facebook/create-react-app/pull/7679) Change runtime chunk name separator from tilde to dash ([@​javadoug](https://github.com/javadoug)) > - [#7538](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7538) Explicitly checking that EXTEND_ESLINT is true ([@​BrockWills](https://github.com/BrockWills)) > - `babel-preset-react-app`, `react-error-overlay`, `react-scripts` > - [#7662](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7662) Fix build ([@​ianschmitz](https://github.com/ianschmitz)) > > #### :nail_care: Enhancement > > - `react-scripts` > - [#7704](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7704) Add new logo ([@​iansu](https://github.com/iansu)) > - [#7587](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7587) Minor performance improvements ([@​deftomat](https://github.com/deftomat)) > - [#7633](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7633) Disable babel-loader's cacheCompression ([@​jleclanche](https://github.com/jleclanche)) > > #### :memo: Documentation > > - [#7616](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7616) Update deployment.md with another AWS example ([@​AndrewBestbier](https://github.com/AndrewBestbier)) > - [#7663](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7663) Remove --single-quote from prettier examples ([@​brlewis](https://github.com/brlewis)) > - [#7659](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7659) Update running-tests.md ([@​weyert](https://github.com/weyert)) > - [#7459](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7459) Update troubleshooting.md ([@​prevostc](https://github.com/prevostc)) > - [#7650](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7650) Adopt Contributor Covenant ([@​iansu](https://github.com/iansu)) > - [#7620](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7620) cleanup-after-each is no longer necessary! ([@​iHmD](https://github.com/iHmD)) > - [#7613](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7613) Fix seams between changelog majors ([@​emilpalsson](https://github.com/emilpalsson)) > - [#7368](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7368) Correcting proxy sample ([@​szabolcs-szilagyi](https://github.com/szabolcs-szilagyi)) > - [#7536](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7536) add a migration step to remove static from robots.txt ([@​lookfirst](https://github.com/lookfirst)) > - [#7521](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7521) Show logo for mobile views in create-react-app.dev ([@​GrooChu](https://github.com/GrooChu)) > > #### :house: Internal > > - `react-scripts` > - [#7526](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7526) The variable dotenvFiles is never reassigned - use const instead ([@​Primajin](https://github.com/Primajin)) > ... (truncated)
Commits - [`a825e8f`](https://github.com/facebook/create-react-app/commit/a825e8f5e3b7ecd84a0bcef61bbc26eb4e8fd9c3) Publish - [`7ac8150`](https://github.com/facebook/create-react-app/commit/7ac8150af37d4f5617f4218619a2b607f2e20d56) Bump dependencies ([#7681](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-dev-utils/issues/7681)) - [`4410f5e`](https://github.com/facebook/create-react-app/commit/4410f5ec30783cc60360b6e2306b95eead56c015) Publish - [`a78ff74`](https://github.com/facebook/create-react-app/commit/a78ff74309430e15cd8b71b5bffe3d383679fee0) Publish - [`b225842`](https://github.com/facebook/create-react-app/commit/b2258429c28b78706408e5ed467591f7e1c30b3c) Add vscodium to the editor list ([#7028](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-dev-utils/issues/7028)) - [`91c2673`](https://github.com/facebook/create-react-app/commit/91c2673e595c73394e6386cebe8a0ab82e9ad165) Bump dependencies ([#7473](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-dev-utils/issues/7473)) - [`eaf0b17`](https://github.com/facebook/create-react-app/commit/eaf0b176e2d2af4f9a1f092caf5fd7356cd73844) Fix HMR in Firefox when proxy option present ([#7444](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-dev-utils/issues/7444)) - [`2c6dd45`](https://github.com/facebook/create-react-app/commit/2c6dd45cf4cb81f3cbd2e4073713647ebd033bbf) Handle browser arguments ([#7277](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-dev-utils/issues/7277)) - [`a98337c`](https://github.com/facebook/create-react-app/commit/a98337c257677bad0c7b235886d5dd6776c3c374) Replace opn with open ([#7058](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-dev-utils/issues/7058)) - [`57ef103`](https://github.com/facebook/create-react-app/commit/57ef103440c24e41b0d7dc82b7ad7fc1dc817eca) Publish - Additional commits viewable in [compare view](https://github.com/facebook/create-react-app/commits/v3.1.2/packages/react-dev-utils)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/baidu/Curve/network/alerts).