edm00se / typing-for-my-kid

a fork of KCD's project, for my kid
https://typing-for-my-kid.now.sh/
1 stars 0 forks source link

Bump react-scripts from 3.0.1 to 3.1.1 #15

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps react-scripts from 3.0.1 to 3.1.1.

Changelog *Sourced from [react-scripts's changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG.md).* > ## 3.1.1 (2019-08-13) > > v3.1.1 is a maintenance release that includes minor bug fixes and documentation updates. > > #### :bug: Bug Fix > > - `react-scripts` > - [#7513](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7513) Fix ESLint 6 support ([@​ianschmitz](https://github.com/ianschmitz)) > - [#7508](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7508) Don't block static files in robots.txt ([@​iansu](https://github.com/iansu)) > > #### :nail_care: Enhancement > > - `eslint-config-react-app` > - [#7393](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7393) Ignore "jsx-a11y/aria-role" for React components ([@​deftomat](https://github.com/deftomat)) > > #### :memo: Documentation > > - [#7527](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7527) Update Netlify config ([@​iansu](https://github.com/iansu)) > - [#7500](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7500) Add links to Spectrum in README and docs ([@​iansu](https://github.com/iansu)) > > #### Committers: 3 > > - Ian Schmitz ([@​ianschmitz](https://github.com/ianschmitz)) > - Ian Sutherland ([@​iansu](https://github.com/iansu)) > - Tomáš Szabo ([@​deftomat](https://github.com/deftomat)) > > ### Migrating from 3.1.0 to 3.1.1 > > Optionally remove `Disallow: /static/` from `public/robots.txt` if you want to allow your images and other static files to be indexed by search engines [#7508](https://github-redirect.dependabot.com/facebook/create-react-app/pull/7508) > > Inside any created project that has not been ejected, run: > > ```sh > npm install --save --save-exact react-scripts@3.1.1 > ``` > > or > > ```sh > yarn add --exact react-scripts@3.1.1 > ``` > > ## 3.1.0 (2019-08-09) > > v3.1.0 is a minor release that adds ESLint 6 support as well as experimental support for extended and customizing the ESLint config along with other minor bug fixes and documentation updates. The upgrade to ESLint 6 is a breaking change _only_ if you're using `eslint-config-react-app` or `react-error-overlay` outside of Create React App. > > # Highlights > > - ESLint 6: [#7415](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7415) > - Experimental ESLint config customization: [#7036](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts/issues/7036) > ... (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)


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 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) - 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.
edm00se commented 5 years ago

@dependabot merge