Changelog
*Sourced from [react-scripts's changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG-2.x.md).*
> ## 3.0.0 and Newer Versions
>
> **Please refer to [CHANGELOG.md](https://github.com/facebook/create-react-app/blob/master/CHANGELOG.md) for the newer versions.**
>
> ## 2.1.8 (March 7, 2019)
>
> v2.1.8 is a maintenance release that reapplies the TypeScript speed improvements ([#6406](https://github-redirect.dependabot.com/facebook/create-react-app/pull/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:
>
> ```sh
> npm install --save --save-exact react-scripts@2.1.8
> ```
>
> or
>
> ```sh
> yarn add --exact react-scripts@2.1.8
> ```
>
> ## 2.1.7 (March 7, 2019)
>
> v2.1.7 is a maintenance release that temporarily reverts the TypeScript speed improvements ([#6406](https://github-redirect.dependabot.com/facebook/create-react-app/pull/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:
>
> ```sh
> npm install --save --save-exact react-scripts@2.1.7
> ```
>
> or
>
> ```sh
> yarn add --exact react-scripts@2.1.7
> ```
>
> ## 2.1.6 (March 6, 2019)
>
> v2.1.6 is a maintenance release that brings a few new improvements, most notably:
>
> - :rocket: 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](https://github.com/ianschmitz) for getting this ready.
>
> #### :bug: Bug Fix
>
> - `react-dev-utils`
> - [#6511](https://github-redirect.dependabot.com/facebook/create-react-app/pull/6511) Fix deploy instructions to make link clickable. ([@sbimochan](https://github.com/sbimochan))
> ... (truncated)
Commits
- [`a825e8f`](https://github.com/facebook/create-react-app/commit/a825e8f5e3b7ecd84a0bcef61bbc26eb4e8fd9c3) Publish
- [`ff15a08`](https://github.com/facebook/create-react-app/commit/ff15a0850c65bbb97f2244b8d11b06e4bfcb143f) Add new logo ([#7704](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7704))
- [`7ac8150`](https://github.com/facebook/create-react-app/commit/7ac8150af37d4f5617f4218619a2b607f2e20d56) Bump dependencies ([#7681](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7681))
- [`4d533d4`](https://github.com/facebook/create-react-app/commit/4d533d4b92106f31ce1077f65f2d782bed00419f) Change runtime chunk name separator from tilde to dash ([#7679](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7679))
- [`8b7b819`](https://github.com/facebook/create-react-app/commit/8b7b819b4b9e6ba457e011e92e33266690e26957) Use const instead of var in env.js ([#7526](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7526))
- [`71c4d11`](https://github.com/facebook/create-react-app/commit/71c4d116fa8a7edd4b5ae1970763fd0e86ff36c9) Minor performance improvements ([#7587](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7587))
- [`edb3411`](https://github.com/facebook/create-react-app/commit/edb34118d65602089074fce6d3e8027e229d41d9) Upgrade dotenv-expand to fix issues ([#7531](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7531))
- [`b3f8ef2`](https://github.com/facebook/create-react-app/commit/b3f8ef21a24f980244b64d41b86873c05eb97172) Bump version of @typescript-eslint/* ([#7540](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7540))
- [`c9b9504`](https://github.com/facebook/create-react-app/commit/c9b95047b979bebe89ee70590b2a32ab67ef68af) Explicitly check that EXTEND_ESLINT is true ([#7538](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7538))
- [`bb31710`](https://github.com/facebook/create-react-app/commit/bb3171012398e8d8b36a7d6211fd69b800c60e36) Disable babel-loader's cacheCompression ([#7633](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7633))
- Additional commits viewable in [compare view](https://github.com/facebook/create-react-app/commits/react-scripts@3.1.2/packages/react-scripts)
Maintainer changes
This version was pushed to npm by [iansu](https://www.npmjs.com/~iansu), a new releaser for react-scripts since your current version.
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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps react-scripts from 2.1.3 to 3.1.2.
Changelog
*Sourced from [react-scripts's changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG-2.x.md).* > ## 3.0.0 and Newer Versions > > **Please refer to [CHANGELOG.md](https://github.com/facebook/create-react-app/blob/master/CHANGELOG.md) for the newer versions.** > > ## 2.1.8 (March 7, 2019) > > v2.1.8 is a maintenance release that reapplies the TypeScript speed improvements ([#6406](https://github-redirect.dependabot.com/facebook/create-react-app/pull/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: > > ```sh > npm install --save --save-exact react-scripts@2.1.8 > ``` > > or > > ```sh > yarn add --exact react-scripts@2.1.8 > ``` > > ## 2.1.7 (March 7, 2019) > > v2.1.7 is a maintenance release that temporarily reverts the TypeScript speed improvements ([#6406](https://github-redirect.dependabot.com/facebook/create-react-app/pull/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: > > ```sh > npm install --save --save-exact react-scripts@2.1.7 > ``` > > or > > ```sh > yarn add --exact react-scripts@2.1.7 > ``` > > ## 2.1.6 (March 6, 2019) > > v2.1.6 is a maintenance release that brings a few new improvements, most notably: > > - :rocket: 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](https://github.com/ianschmitz) for getting this ready. > > #### :bug: Bug Fix > > - `react-dev-utils` > - [#6511](https://github-redirect.dependabot.com/facebook/create-react-app/pull/6511) Fix deploy instructions to make link clickable. ([@sbimochan](https://github.com/sbimochan)) > ... (truncated)Commits
- [`a825e8f`](https://github.com/facebook/create-react-app/commit/a825e8f5e3b7ecd84a0bcef61bbc26eb4e8fd9c3) Publish - [`ff15a08`](https://github.com/facebook/create-react-app/commit/ff15a0850c65bbb97f2244b8d11b06e4bfcb143f) Add new logo ([#7704](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7704)) - [`7ac8150`](https://github.com/facebook/create-react-app/commit/7ac8150af37d4f5617f4218619a2b607f2e20d56) Bump dependencies ([#7681](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7681)) - [`4d533d4`](https://github.com/facebook/create-react-app/commit/4d533d4b92106f31ce1077f65f2d782bed00419f) Change runtime chunk name separator from tilde to dash ([#7679](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7679)) - [`8b7b819`](https://github.com/facebook/create-react-app/commit/8b7b819b4b9e6ba457e011e92e33266690e26957) Use const instead of var in env.js ([#7526](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7526)) - [`71c4d11`](https://github.com/facebook/create-react-app/commit/71c4d116fa8a7edd4b5ae1970763fd0e86ff36c9) Minor performance improvements ([#7587](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7587)) - [`edb3411`](https://github.com/facebook/create-react-app/commit/edb34118d65602089074fce6d3e8027e229d41d9) Upgrade dotenv-expand to fix issues ([#7531](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7531)) - [`b3f8ef2`](https://github.com/facebook/create-react-app/commit/b3f8ef21a24f980244b64d41b86873c05eb97172) Bump version of @typescript-eslint/* ([#7540](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7540)) - [`c9b9504`](https://github.com/facebook/create-react-app/commit/c9b95047b979bebe89ee70590b2a32ab67ef68af) Explicitly check that EXTEND_ESLINT is true ([#7538](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7538)) - [`bb31710`](https://github.com/facebook/create-react-app/commit/bb3171012398e8d8b36a7d6211fd69b800c60e36) Disable babel-loader's cacheCompression ([#7633](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7633)) - Additional commits viewable in [compare view](https://github.com/facebook/create-react-app/commits/react-scripts@3.1.2/packages/react-scripts)Maintainer changes
This version was pushed to npm by [iansu](https://www.npmjs.com/~iansu), a new releaser for react-scripts since your current version.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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.