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
- [`7fae307`](https://github.com/facebook/create-react-app/commit/7fae307aefe74282f2ffc98e8f1f401ddf5fab3f) Publish
- [`88cf8cd`](https://github.com/facebook/create-react-app/commit/88cf8cd64eb814156af3d70adb89fbfc81823737) Support production profiling with React Developer Tools ([#7737](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7737))
- [`6b8fa00`](https://github.com/facebook/create-react-app/commit/6b8fa00e09f7c1af879a29d7ff941f0e8653450f) Use installing package manager in README ([#7687](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7687))
- [`7e2b6b1`](https://github.com/facebook/create-react-app/commit/7e2b6b16df751b20b96434acd9e70dd2bf7153f5) Support setting baseUrl to root directory ([#7755](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7755))
- [`f36d61a`](https://github.com/facebook/create-react-app/commit/f36d61a5dbabd0266c65bcdb3061d8bf9334f752) Remove switch case ([#7729](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7729))
- [`71946b1`](https://github.com/facebook/create-react-app/commit/71946b1ebab445d7e4f9efca39bf0fe0d4be30f3) Add TSC_COMPILE_ON_ERROR setting ([#6931](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/6931))
- [`6f7b371`](https://github.com/facebook/create-react-app/commit/6f7b37128cac69a61895b5dcd64e431da2fba08f) Fix linting error when using rest props ([#7754](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7754))
- [`fefd716`](https://github.com/facebook/create-react-app/commit/fefd7169e940f3cd8e43dc6af6c4687dd86d3bfd) Fix variable name casing in fileTransform ([#7752](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7752))
- [`c0d73ba`](https://github.com/facebook/create-react-app/commit/c0d73ba283d82596ec0012556acebb711873a9be) Close br tags in template README files ([#7668](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7668))
- [`4a3718b`](https://github.com/facebook/create-react-app/commit/4a3718be3f89155337701b52dbed26a579877144) Upgrade Webpack version ([#7740](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7740))
- Additional commits viewable in [compare view](https://github.com/facebook/create-react-app/commits/react-scripts@3.2.0/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.2.0.
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
- [`7fae307`](https://github.com/facebook/create-react-app/commit/7fae307aefe74282f2ffc98e8f1f401ddf5fab3f) Publish - [`88cf8cd`](https://github.com/facebook/create-react-app/commit/88cf8cd64eb814156af3d70adb89fbfc81823737) Support production profiling with React Developer Tools ([#7737](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7737)) - [`6b8fa00`](https://github.com/facebook/create-react-app/commit/6b8fa00e09f7c1af879a29d7ff941f0e8653450f) Use installing package manager in README ([#7687](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7687)) - [`7e2b6b1`](https://github.com/facebook/create-react-app/commit/7e2b6b16df751b20b96434acd9e70dd2bf7153f5) Support setting baseUrl to root directory ([#7755](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7755)) - [`f36d61a`](https://github.com/facebook/create-react-app/commit/f36d61a5dbabd0266c65bcdb3061d8bf9334f752) Remove switch case ([#7729](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7729)) - [`71946b1`](https://github.com/facebook/create-react-app/commit/71946b1ebab445d7e4f9efca39bf0fe0d4be30f3) Add TSC_COMPILE_ON_ERROR setting ([#6931](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/6931)) - [`6f7b371`](https://github.com/facebook/create-react-app/commit/6f7b37128cac69a61895b5dcd64e431da2fba08f) Fix linting error when using rest props ([#7754](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7754)) - [`fefd716`](https://github.com/facebook/create-react-app/commit/fefd7169e940f3cd8e43dc6af6c4687dd86d3bfd) Fix variable name casing in fileTransform ([#7752](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7752)) - [`c0d73ba`](https://github.com/facebook/create-react-app/commit/c0d73ba283d82596ec0012556acebb711873a9be) Close br tags in template README files ([#7668](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7668)) - [`4a3718b`](https://github.com/facebook/create-react-app/commit/4a3718be3f89155337701b52dbed26a579877144) Upgrade Webpack version ([#7740](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7740)) - Additional commits viewable in [compare view](https://github.com/facebook/create-react-app/commits/react-scripts@3.2.0/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.