Changelog
*Sourced from [react-scripts's changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG-2.x.md).*
> ## 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))
> - `react-scripts`
> - [#6472](https://github-redirect.dependabot.com/facebook/create-react-app/pull/6472) Revert CSS sourcemaps in development. ([@bugzpodder](https://github.com/bugzpodder))
> - [#6444](https://github-redirect.dependabot.com/facebook/create-react-app/pull/6444) Revert "Switch to eval-source-map ([#5060](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/5060))". ([@ianschmitz](https://github.com/ianschmitz))
>
> ... (truncated)
Commits
- [`4410f5e`](https://github.com/facebook/create-react-app/commit/4410f5ec30783cc60360b6e2306b95eead56c015) Publish
- [`cbaed7f`](https://github.com/facebook/create-react-app/commit/cbaed7f9fff2fc570f4f206aa057253bd4f74c9e) Fix ESLint 6 support ([#7513](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7513))
- [`a21e6b1`](https://github.com/facebook/create-react-app/commit/a21e6b1d1772f799a1eb630c611b4f1b34507c76) Don't block static files in robots.txt ([#7508](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7508))
- [`a78ff74`](https://github.com/facebook/create-react-app/commit/a78ff74309430e15cd8b71b5bffe3d383679fee0) Publish
- [`538943f`](https://github.com/facebook/create-react-app/commit/538943ffbdf09d5d7fe4e91f61e394d670079f99) Add readonly modifier for css module ([#7497](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7497))
- [`a48a054`](https://github.com/facebook/create-react-app/commit/a48a054409e0e845458f3da2cc7e9ef3e110a6ae) Bump version of sass-loader ([#7496](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7496))
- [`efaee65`](https://github.com/facebook/create-react-app/commit/efaee65e9068277dbf71c4b28811d80736996f2b) Fix RegExp from navigateFallbackBlacklist (workbox) ([#7176](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7176))
- [`9678bbb`](https://github.com/facebook/create-react-app/commit/9678bbb4bf35c76da23bbe600a80bac0dccdf8f0) Support configuring coveragePathIgnorePatterns ([#7080](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7080))
- [`91c2673`](https://github.com/facebook/create-react-app/commit/91c2673e595c73394e6386cebe8a0ab82e9ad165) Bump dependencies ([#7473](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7473))
- [`ea2bcb7`](https://github.com/facebook/create-react-app/commit/ea2bcb7f5920a5313447f926c6a9541781581bd4) Use readConfigFile instead of require for tsconfig ([#7248](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7248))
- Additional commits viewable in [compare view](https://github.com/facebook/create-react-app/commits/react-scripts@3.1.1/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)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- 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.1.
Changelog
*Sourced from [react-scripts's changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG-2.x.md).* > ## 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)) > - `react-scripts` > - [#6472](https://github-redirect.dependabot.com/facebook/create-react-app/pull/6472) Revert CSS sourcemaps in development. ([@bugzpodder](https://github.com/bugzpodder)) > - [#6444](https://github-redirect.dependabot.com/facebook/create-react-app/pull/6444) Revert "Switch to eval-source-map ([#5060](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/5060))". ([@ianschmitz](https://github.com/ianschmitz)) > > ... (truncated)Commits
- [`4410f5e`](https://github.com/facebook/create-react-app/commit/4410f5ec30783cc60360b6e2306b95eead56c015) Publish - [`cbaed7f`](https://github.com/facebook/create-react-app/commit/cbaed7f9fff2fc570f4f206aa057253bd4f74c9e) Fix ESLint 6 support ([#7513](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7513)) - [`a21e6b1`](https://github.com/facebook/create-react-app/commit/a21e6b1d1772f799a1eb630c611b4f1b34507c76) Don't block static files in robots.txt ([#7508](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7508)) - [`a78ff74`](https://github.com/facebook/create-react-app/commit/a78ff74309430e15cd8b71b5bffe3d383679fee0) Publish - [`538943f`](https://github.com/facebook/create-react-app/commit/538943ffbdf09d5d7fe4e91f61e394d670079f99) Add readonly modifier for css module ([#7497](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7497)) - [`a48a054`](https://github.com/facebook/create-react-app/commit/a48a054409e0e845458f3da2cc7e9ef3e110a6ae) Bump version of sass-loader ([#7496](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7496)) - [`efaee65`](https://github.com/facebook/create-react-app/commit/efaee65e9068277dbf71c4b28811d80736996f2b) Fix RegExp from navigateFallbackBlacklist (workbox) ([#7176](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7176)) - [`9678bbb`](https://github.com/facebook/create-react-app/commit/9678bbb4bf35c76da23bbe600a80bac0dccdf8f0) Support configuring coveragePathIgnorePatterns ([#7080](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7080)) - [`91c2673`](https://github.com/facebook/create-react-app/commit/91c2673e595c73394e6386cebe8a0ab82e9ad165) Bump dependencies ([#7473](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7473)) - [`ea2bcb7`](https://github.com/facebook/create-react-app/commit/ea2bcb7f5920a5313447f926c6a9541781581bd4) Use readConfigFile instead of require for tsconfig ([#7248](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7248)) - Additional commits viewable in [compare view](https://github.com/facebook/create-react-app/commits/react-scripts@3.1.1/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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - 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.