Changelog
*Sourced from [react-scripts's changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG.md).*
> ## 2.0.5 (October 14, 2018)
>
> #### :bug: Bug Fix
> * `react-dev-utils`
> * [#5431](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5431) Fix click-to-open on Windows. ([[**gaearon**](https://github.com/gaearon)](https://github.com/gaearon))
> * [#5335](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5335) Fix file size report after build. ([[**OskarPersson**](https://github.com/OskarPersson)](https://github.com/OskarPersson))
>
> * `create-react-app`
> * [#5362](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5362) Fix CI: non-semver compliant Yarn versions. ([[**Timer**](https://github.com/Timer)](https://github.com/Timer))
>
> * `react-scripts`
> * [#5301](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5301) Fix TypeError when registering service workers without config. ([[**peterbe**](https://github.com/peterbe)](https://github.com/peterbe))
>
> #### :nail_care: Enhancement
> * `babel-preset-react-app`
> * [#4984](https://github-redirect.dependabot.com/facebook/create-react-app/pull/4984) Use the correct dependency for `babel-plugin-dynamic-import-node`. ([[**vikr01**](https://github.com/vikr01)](https://github.com/vikr01))
>
> * `react-scripts`
> * [#5354](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5354) Add environment variable to optionaly disable inlining of chunks. ([[**0xdeafcafe**](https://github.com/0xdeafcafe)](https://github.com/0xdeafcafe))
> * [#5330](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5330) Update `eslint-plugin-jsx-a11y` version. ([[**AlmeroSteyn**](https://github.com/AlmeroSteyn)](https://github.com/AlmeroSteyn))
>
> #### :memo: Documentation
> * `react-scripts`
> * [#5321](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5321) Added note on update to `.flowconfig` for .scss imports. ([[**rlueder**](https://github.com/rlueder)](https://github.com/rlueder))
> * [#5394](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5394) Correct instructions for HTTPS and PowerShell. ([[**gavinbarron**](https://github.com/gavinbarron)](https://github.com/gavinbarron))
> * [#5410](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5410) Updates to clarify the "waiting" SW behavior. ([[**jeffposnick**](https://github.com/jeffposnick)](https://github.com/jeffposnick))
> * [#5302](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5302) Update README.md. ([[**simonCordovaByte9**](https://github.com/simonCordovaByte9)](https://github.com/simonCordovaByte9))
> * [#5334](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5334) Update README due to deprecation of react-testing-library's toBeInTheDOM. ([[**rrebase**](https://github.com/rrebase)](https://github.com/rrebase))
> * [#5326](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5326) README link fixes. ([[**davidgilbertson**](https://github.com/davidgilbertson)](https://github.com/davidgilbertson))
> * [#5327](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5327) Updated the URL in index.html. ([[**behzod**](https://github.com/behzod)](https://github.com/behzod))
> * [#5296](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5296) Adding documentation about git init. ([[**ryancogswell**](https://github.com/ryancogswell)](https://github.com/ryancogswell))
> * [#5290](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5290) Add react-testing-library documentation/examples ([#4679](https://github-redirect.dependabot.com/facebook/create-react-app/issues/4679)). ([[**gnapse**](https://github.com/gnapse)](https://github.com/gnapse))
> * [#5286](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5286) Fix broken links to src/serviceWorker.js. ([[**adambowles**](https://github.com/adambowles)](https://github.com/adambowles))
> * Other
> * [#5374](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5374) Add the new SVGs feature from the template README to the root README. ([[**neo**](https://github.com/neo)](https://github.com/neo))
> * [#5371](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5371) Update path to serviceWorker.js in graphical folder structure. ([[**jonscottclark**](https://github.com/jonscottclark)](https://github.com/jonscottclark))
> * [#5337](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5337) Fix typo. ([[**mvasin**](https://github.com/mvasin)](https://github.com/mvasin))
>
> * `eslint-config-react-app`
> * [#5416](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5416) Fix eslint config docs. ([[**ludovicofischer**](https://github.com/ludovicofischer)](https://github.com/ludovicofischer))
>
> #### :house: Internal
> * Other
> * [#5365](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5365) Clean up the behavior tests. ([[**Timer**](https://github.com/Timer)](https://github.com/Timer))
>
> * `create-react-app`
> * [#5362](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5362) Fix CI: non-semver compliant Yarn versions. ([[**Timer**](https://github.com/Timer)](https://github.com/Timer))
> * `react-scripts`
> * [#5317](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5317) Remove unused require for getCacheIdentifier after ejecting. ([[**benbrandt**](https://github.com/benbrandt)](https://github.com/benbrandt))
>
> ... (truncated)
Commits
- [`7a6a9b5`](https://github.com/facebook/create-react-app/commit/7a6a9b50b6d3cfc4fed2ae7d432a7419cbfbbfbe) Changelog for 2.0.5
- [`9d532d2`](https://github.com/facebook/create-react-app/commit/9d532d2751efb3951ab8447d9a501ecb37ae553b) Update cached lockfile
- [`659dd64`](https://github.com/facebook/create-react-app/commit/659dd6447a669791b303b1561a89faebe390e15d) Downgrade lerna-changelog because it has a bug
- [`a70055f`](https://github.com/facebook/create-react-app/commit/a70055fe5b28beaa120b931057e45f0e679e0628) Added note on update to .flowconfig for .scss imports ([#5321](https://github-redirect.dependabot.com/facebook/create-react-app/issues/5321))
- [`c52cdc6`](https://github.com/facebook/create-react-app/commit/c52cdc6280c2fd00c46a80b85aeae3ffa162f32a) Correct instructions for HTTPS and PowerShell ([#5394](https://github-redirect.dependabot.com/facebook/create-react-app/issues/5394))
- [`bd0ffb7`](https://github.com/facebook/create-react-app/commit/bd0ffb72aa61ff9c99d03bffc6a21e60aed92694) Fix click-to-open on Windows ([#5431](https://github-redirect.dependabot.com/facebook/create-react-app/issues/5431))
- [`52fcb23`](https://github.com/facebook/create-react-app/commit/52fcb23b0d3b80a3d79e3863a27372e83dded1e7) use the correct dependency for babel-plugin-dynamic-import-node ([#4984](https://github-redirect.dependabot.com/facebook/create-react-app/issues/4984))
- [`5060768`](https://github.com/facebook/create-react-app/commit/50607682ef1c5e28c158a613051ddafb30567b72) Updates to clarify the "waiting" SW behavior ([#5410](https://github-redirect.dependabot.com/facebook/create-react-app/issues/5410))
- [`4e3ffb9`](https://github.com/facebook/create-react-app/commit/4e3ffb9843738a3083089ce759c5796efd64cc74) Add the new SVGs feature from the template README to the root README ([#5374](https://github-redirect.dependabot.com/facebook/create-react-app/issues/5374))
- [`9fe8f6b`](https://github.com/facebook/create-react-app/commit/9fe8f6b4e79789af8a68fd38fd93234d5f32a3a6) Fix eslint config docs. ([#5416](https://github-redirect.dependabot.com/facebook/create-react-app/issues/5416))
- Additional commits viewable in [compare view](https://github.com/facebook/create-react-app/compare/v1.1.5...v2.0.5)
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 cancel merge` will cancel a previously requested merge
- `@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
- `@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 1.1.5 to 2.0.5.
Changelog
*Sourced from [react-scripts's changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG.md).* > ## 2.0.5 (October 14, 2018) > > #### :bug: Bug Fix > * `react-dev-utils` > * [#5431](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5431) Fix click-to-open on Windows. ([[**gaearon**](https://github.com/gaearon)](https://github.com/gaearon)) > * [#5335](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5335) Fix file size report after build. ([[**OskarPersson**](https://github.com/OskarPersson)](https://github.com/OskarPersson)) > > * `create-react-app` > * [#5362](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5362) Fix CI: non-semver compliant Yarn versions. ([[**Timer**](https://github.com/Timer)](https://github.com/Timer)) > > * `react-scripts` > * [#5301](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5301) Fix TypeError when registering service workers without config. ([[**peterbe**](https://github.com/peterbe)](https://github.com/peterbe)) > > #### :nail_care: Enhancement > * `babel-preset-react-app` > * [#4984](https://github-redirect.dependabot.com/facebook/create-react-app/pull/4984) Use the correct dependency for `babel-plugin-dynamic-import-node`. ([[**vikr01**](https://github.com/vikr01)](https://github.com/vikr01)) > > * `react-scripts` > * [#5354](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5354) Add environment variable to optionaly disable inlining of chunks. ([[**0xdeafcafe**](https://github.com/0xdeafcafe)](https://github.com/0xdeafcafe)) > * [#5330](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5330) Update `eslint-plugin-jsx-a11y` version. ([[**AlmeroSteyn**](https://github.com/AlmeroSteyn)](https://github.com/AlmeroSteyn)) > > #### :memo: Documentation > * `react-scripts` > * [#5321](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5321) Added note on update to `.flowconfig` for .scss imports. ([[**rlueder**](https://github.com/rlueder)](https://github.com/rlueder)) > * [#5394](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5394) Correct instructions for HTTPS and PowerShell. ([[**gavinbarron**](https://github.com/gavinbarron)](https://github.com/gavinbarron)) > * [#5410](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5410) Updates to clarify the "waiting" SW behavior. ([[**jeffposnick**](https://github.com/jeffposnick)](https://github.com/jeffposnick)) > * [#5302](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5302) Update README.md. ([[**simonCordovaByte9**](https://github.com/simonCordovaByte9)](https://github.com/simonCordovaByte9)) > * [#5334](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5334) Update README due to deprecation of react-testing-library's toBeInTheDOM. ([[**rrebase**](https://github.com/rrebase)](https://github.com/rrebase)) > * [#5326](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5326) README link fixes. ([[**davidgilbertson**](https://github.com/davidgilbertson)](https://github.com/davidgilbertson)) > * [#5327](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5327) Updated the URL in index.html. ([[**behzod**](https://github.com/behzod)](https://github.com/behzod)) > * [#5296](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5296) Adding documentation about git init. ([[**ryancogswell**](https://github.com/ryancogswell)](https://github.com/ryancogswell)) > * [#5290](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5290) Add react-testing-library documentation/examples ([#4679](https://github-redirect.dependabot.com/facebook/create-react-app/issues/4679)). ([[**gnapse**](https://github.com/gnapse)](https://github.com/gnapse)) > * [#5286](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5286) Fix broken links to src/serviceWorker.js. ([[**adambowles**](https://github.com/adambowles)](https://github.com/adambowles)) > * Other > * [#5374](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5374) Add the new SVGs feature from the template README to the root README. ([[**neo**](https://github.com/neo)](https://github.com/neo)) > * [#5371](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5371) Update path to serviceWorker.js in graphical folder structure. ([[**jonscottclark**](https://github.com/jonscottclark)](https://github.com/jonscottclark)) > * [#5337](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5337) Fix typo. ([[**mvasin**](https://github.com/mvasin)](https://github.com/mvasin)) > > * `eslint-config-react-app` > * [#5416](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5416) Fix eslint config docs. ([[**ludovicofischer**](https://github.com/ludovicofischer)](https://github.com/ludovicofischer)) > > #### :house: Internal > * Other > * [#5365](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5365) Clean up the behavior tests. ([[**Timer**](https://github.com/Timer)](https://github.com/Timer)) > > * `create-react-app` > * [#5362](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5362) Fix CI: non-semver compliant Yarn versions. ([[**Timer**](https://github.com/Timer)](https://github.com/Timer)) > * `react-scripts` > * [#5317](https://github-redirect.dependabot.com/facebook/create-react-app/pull/5317) Remove unused require for getCacheIdentifier after ejecting. ([[**benbrandt**](https://github.com/benbrandt)](https://github.com/benbrandt)) > > ... (truncated)Commits
- [`7a6a9b5`](https://github.com/facebook/create-react-app/commit/7a6a9b50b6d3cfc4fed2ae7d432a7419cbfbbfbe) Changelog for 2.0.5 - [`9d532d2`](https://github.com/facebook/create-react-app/commit/9d532d2751efb3951ab8447d9a501ecb37ae553b) Update cached lockfile - [`659dd64`](https://github.com/facebook/create-react-app/commit/659dd6447a669791b303b1561a89faebe390e15d) Downgrade lerna-changelog because it has a bug - [`a70055f`](https://github.com/facebook/create-react-app/commit/a70055fe5b28beaa120b931057e45f0e679e0628) Added note on update to .flowconfig for .scss imports ([#5321](https://github-redirect.dependabot.com/facebook/create-react-app/issues/5321)) - [`c52cdc6`](https://github.com/facebook/create-react-app/commit/c52cdc6280c2fd00c46a80b85aeae3ffa162f32a) Correct instructions for HTTPS and PowerShell ([#5394](https://github-redirect.dependabot.com/facebook/create-react-app/issues/5394)) - [`bd0ffb7`](https://github.com/facebook/create-react-app/commit/bd0ffb72aa61ff9c99d03bffc6a21e60aed92694) Fix click-to-open on Windows ([#5431](https://github-redirect.dependabot.com/facebook/create-react-app/issues/5431)) - [`52fcb23`](https://github.com/facebook/create-react-app/commit/52fcb23b0d3b80a3d79e3863a27372e83dded1e7) use the correct dependency for babel-plugin-dynamic-import-node ([#4984](https://github-redirect.dependabot.com/facebook/create-react-app/issues/4984)) - [`5060768`](https://github.com/facebook/create-react-app/commit/50607682ef1c5e28c158a613051ddafb30567b72) Updates to clarify the "waiting" SW behavior ([#5410](https://github-redirect.dependabot.com/facebook/create-react-app/issues/5410)) - [`4e3ffb9`](https://github.com/facebook/create-react-app/commit/4e3ffb9843738a3083089ce759c5796efd64cc74) Add the new SVGs feature from the template README to the root README ([#5374](https://github-redirect.dependabot.com/facebook/create-react-app/issues/5374)) - [`9fe8f6b`](https://github.com/facebook/create-react-app/commit/9fe8f6b4e79789af8a68fd38fd93234d5f32a3a6) Fix eslint config docs. ([#5416](https://github-redirect.dependabot.com/facebook/create-react-app/issues/5416)) - Additional commits viewable in [compare view](https://github.com/facebook/create-react-app/compare/v1.1.5...v2.0.5)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 cancel merge` will cancel a previously requested merge - `@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 - `@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.