Andrea Puddu
efaee65e90
Fix RegExp from navigateFallbackBlacklist (workbox) ( #7176 )
...
Exclude URLs that contains a "?" character.
2019-08-08 16:07:50 -06:00
Kent C. Dodds
9678bbb4bf
Support configuring coveragePathIgnorePatterns ( #7080 )
2019-08-08 15:13:45 -06:00
Ian Schmitz
91c2673e59
Bump dependencies ( #7473 )
2019-08-08 14:12:34 -07:00
Dmitry Lepskiy
eaf0b176e2
Fix HMR in Firefox when proxy option present ( #7444 )
...
Resolves #6720
2019-08-07 21:02:32 +03:00
Jack Cross
ea2bcb7f59
Use readConfigFile instead of require for tsconfig ( #7248 )
2019-08-07 21:00:56 +03:00
dominic scanlan
65a891c2e0
Optimise templates for Lighthouse ( #7482 )
2019-08-07 12:29:28 +03:00
Igor Muchychka
ae671dc9fe
Specify roots in Jest config ( #7480 )
2019-08-06 20:42:57 -07:00
Andrew Luca
914c95e87f
Resolve relative paths for preprocessor styles ( #5829 )
...
preprocessor will output sourceMap by default
then check if sourceMaps are needed on resolve-url-loader
Fixes #4653
2019-08-05 20:28:09 -07:00
Sibiraj
066053c8b7
Set jsonpFunction to prevent conflicts ( #5951 )
2019-08-05 11:24:46 +03:00
Darius Tall
30fc0bf5ed
Suggest jsx: "react" in tsconfig ( #7472 )
2019-08-03 17:21:51 -07:00
Brody McKee
b96ac6c2c0
Update ESlint Install Docs ( #7451 )
2019-07-30 10:54:49 -04:00
Brody McKee
404af90d9a
Add ESLint 6 support ( #7415 )
2019-07-28 15:05:54 +03:00
Brody McKee
cbad256a4a
Add explicit check for --watchAll=false ( #7433 )
...
Resolves #7180 .
2019-07-26 12:26:57 -06:00
Alex Guerra
58fad404cd
Update url-loader to 2.0.1
...
This closes #7359 by making IMAGE_INLINE_SIZE_LIMIT=0 actually disable image inlining.
We use url-loader's `limit` option to set the line at which images will be inlined, and we basically expose this option to our end users via the IMAGE_INLINE_SIZE_LIMIT environment variable. Most people using it want to disable inlining images all together (the major motivator for adding it at all was I think for strict CSP), and our documentation said setting the value to zero would do that. However, it did the opposite: url-loader treated zero as "no limit".
The update to 2.x fixes this; zero means nothing gets inlined. The other changes from the version bump shouldn't affect us:
- minimum node version is 8.9.x, we already require 8.10.x
- the limit was "greater than", is now "greater than or equal to"
2019-07-18 15:56:16 -05:00
Guy Romm
2d57fa3fb7
jsx-no-duplicate-props ignore case fix ( #7230 )
...
Co-Authored-By: Ian Schmitz <ianschmitz@gmail.com >
2019-07-16 07:56:28 -07:00
Brody McKee
3495286f8f
Allow extending config used in eslint-loader ( #7036 )
2019-07-16 12:17:52 +03:00
Sudhir Mitharwal
dc50dd320e
Allow title to be set when importing SVGs ( #7118 )
2019-07-15 17:54:19 +03:00
Min ho Kim
7c0dfef237
Fix various typos ( #7355 )
2019-07-15 17:12:35 +03:00
Brian Muenzenmeyer
4c0d8b64aa
fix(eject): guard against empty key before access ( #7289 )
...
closes #7288
2019-07-02 20:44:03 -04:00
Nikolay Stoynov
2c6dd45cf4
Handle browser arguments ( #7277 )
2019-06-26 11:47:30 +03:00
Ian Sutherland
a88a4c3af6
Upgrade webpack to 4.35.0 to fix dynamic import issue ( #7257 )
...
* Upgrade webpack to 4.35.0 to fix dynamic import issue
* Add a test maybe?
2019-06-24 12:25:15 -06:00
TheBear44
bfee6069c9
Update peer dependencies in eslint-config-react-app ( #7274 )
2019-06-24 09:42:04 -06:00
Peter Bengtsson
9d70c7afab
Add environment variable to control image inlining threshold ( #6060 )
...
Fixes #3437
2019-06-17 21:25:39 -07:00
Ian Schmitz
45197e67fd
Update @typescript-eslint package versions ( #7222 )
2019-06-14 11:14:01 -07:00
Ivan Aksamentov
24489ac0a6
fix: ESLint config overrides key should be an array, not object ( #7219 )
...
Array format for `overrides` key in eslint config file is now enforced in ESLint v6. Anyone who uses `eslint-config-react-app` and ESLint v6 gets a type mismatch error. This commit fixes the error by converting the object into a one-element array containing this object.
Only 2 characters are added: `[` and `]`. The large diff is due to formatting.
2019-06-14 10:43:17 -07:00
James K Nelson
f522a0dae2
Use correct babel transform for dynamic import in dependencies ( #7208 )
2019-06-13 12:10:27 -06:00
Andy Hopper
56d1de2745
Disabled TS no-undef rule ( #7179 )
2019-06-06 11:57:30 -04:00
Sebastian Silbermann
820a521b3c
Update fsevents dependency version ( #7131 )
2019-05-29 11:52:20 +03:00
Tobias Büschel
695ca7576a
Fix minimum version error on old versions of Node.js ( #6941 )
2019-05-28 09:48:11 -06:00
Ian Sutherland
8e32ce57d0
Upgrade svgr to 4.2.0 ( #6877 )
2019-05-24 09:53:34 -06:00
James George
a98337c257
Replace opn with open ( #7058 )
...
The `opn` package has been deprecated, replaced by `open`.
2019-05-21 11:23:04 +03:00
Vincent Pizzo
bdaccf7161
Adjust typescript-eslint to not warn about typedefs when used before defined ( #7079 )
2019-05-20 08:40:54 -07:00
James Friedman
e2f43a06a6
Allow additional Jest config keys ( #6055 )
2019-05-12 14:30:58 +03:00
Ian Sutherland
57ef103440
Publish
...
- babel-preset-react-app@9.0.0
- create-react-app@3.0.1
- eslint-config-react-app@4.0.1
- react-app-polyfill@1.0.1
- react-dev-utils@9.0.1
- react-error-overlay@5.1.6
- react-scripts@3.0.1
2019-05-08 09:36:40 -06:00
Ian Sutherland
0905b51525
Prepare 3.0.1 release
2019-05-08 09:33:52 -06:00
Ian Schmitz
4542185dea
Unpin babel-jest ( #7007 )
2019-05-07 10:37:12 -07:00
Ian Schmitz
6ff2bfaf55
Disable no-dupe-class-members for TypeScript ( #6987 )
2019-05-07 09:17:06 -07:00
Ian Schmitz
bf886bc49f
Temporary fix for babel-jest preflight error ( #7002 )
...
* Temporary fix for babel-jest preflight error
* Update babel-jest in react-error-overlay
2019-05-07 06:51:47 -07:00
Ian Schmitz
4397d069d9
Disable default-case lint rule for TypeScript ( #6937 )
2019-05-03 13:22:09 -07:00
Maël Nison
b36d1ea1aa
Adds the configuration for PnP/Typescript ( #6856 )
...
* Adds the configuration for PnP/Typescript
* Adds the header
* Bumps ts-pnp
* Bumps fork-ts-checker-webpack-plugin
2019-05-01 15:04:44 -06:00
Cory Reed
a2ae8a79c0
Remove Object.assign from MiniCssExtractPlugin options ( #6854 )
2019-04-29 09:31:50 -06:00
Tore Hammervoll
c34c7436de
Update dependencies babel preset with recent changes ( #6887 )
...
* Update dependencies preset to support browserslist
* Loose mode array destructuring for hooks in dependencies
2019-04-28 22:15:29 -07:00
vg-stan
c80e3feda7
Change cssmodule classname hash to use repo relative paths ( #6876 )
...
* Change cssmodule classname hash to use repo relative paths instead of system absolute paths
2019-04-27 18:48:44 -07:00
Dallon Feldner
785dd47937
Generate SVG component name in Jest fileTransform ( #6706 )
2019-04-25 15:35:03 -06:00
Petr Huřťák
73d5579e01
Remove body padding reset from templates ( #6300 )
...
* remove padding 0 on body from default styles
* Update index.css
2019-04-24 11:32:05 -06:00
Ian Schmitz
002260708f
Fix no-useless-constructor rule in TypeScript ( #6862 )
2019-04-24 07:35:51 -07:00
David Cho-Lerat
c38aecf73f
Fix typo in README.md ( #6879 )
2019-04-24 11:45:45 +03:00
Ian Sutherland
265c1592dc
Publish
...
- babel-plugin-named-asset-import@0.3.2
- babel-preset-react-app@8.0.0
- confusing-browser-globals@1.0.7
- create-react-app@3.0.0
- eslint-config-react-app@4.0.0
- react-app-polyfill@1.0.0
- react-dev-utils@9.0.0
- react-error-overlay@5.1.5
- react-scripts@3.0.0
2019-04-22 12:50:29 -06:00
Ian Sutherland
6cddf9cc09
Prepare 3.0.0 release
2019-04-22 11:44:06 -06:00
Romain François
e11ebfa0e8
Update fsevents dependency version ( #6843 )
...
Fixes #6852 .
I update the dependency version of fsevents because old versions was vulnerable (CWE-59). Vulnerability found with snyk.io report
2019-04-20 18:14:46 -07:00