Dan Abramov
fe4dc744d7
Polyfill rAF in test environment ( #3340 )
2017-10-28 17:57:27 +01:00
Dan Abramov
c66c296fd1
Use React 16 in development
2017-10-28 17:10:07 +01:00
Lorenzo Palmes
54f7da9bb9
Update eslint-plugin-react ( #3146 )
...
* update eslint-plugin-react to 7.3.0
* Updated eslint-plugin-react to 7.4.0
2017-10-23 16:18:54 -04:00
Jonny Buchanan
a0030fcf2d
Update style-loader and disable inclusion of its HMR code in builds ( #3236 )
2017-10-05 20:02:32 -04:00
Joshua Wiens
62f0a83c5e
Update url-loader to 0.6.2 for mime ReDoS vuln ( #3246 )
...
- Changelog: https://github.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md
- Reference issue: https://nodesecurity.io/advisories/535
Fixes #3244
2017-10-05 19:49:07 -04:00
Joe Haddad
b2c0b3f74b
Publish
...
- babel-preset-react-app@3.0.3
- create-react-app@1.4.1
- eslint-config-react-app@2.0.1
- react-dev-utils@4.1.0
- react-error-overlay@2.0.2
- react-scripts@1.0.14
2017-09-26 20:19:49 -04:00
Sophie Alpert
2e82ebb337
BSD+Patents -> MIT ( #3189 )
...
* File headers BSD+Patents -> MIT
* BSD+Patents -> MIT
2017-09-26 10:30:05 +01:00
Nik Nyby
376fd432ce
Update webpack-dev-server to 2.8.2 ( #3157 )
...
It doesn't look like there is any backwards incompatibility:
https://github.com/webpack/webpack-dev-server/releases
2017-09-21 22:48:41 -04:00
Dan Abramov
c22dc70926
Publish
...
- react-dev-utils@4.0.1
- react-error-overlay@2.0.1
- react-scripts@1.0.13
2017-09-02 13:58:21 -07:00
Dan Abramov
a51be9582a
Publish
...
- react-dev-utils@4.0.0
- react-error-overlay@2.0.0
- react-scripts@1.0.12
2017-08-27 19:26:52 -07:00
Christophe Hurpeau
fbbc64fce2
update babel-runtime dependency in react-error-overlay and react-scripts ( #2991 )
...
* update babel-runtime dependency in react-error-overlay and react-scripts
`babel-runtime@6.23 .0` have a dependency on `regenerator-runtime@0.10 .5`
`babel-runtime@6.26 .0` on `regenerator-runtime@0.11 .0`
> npm ls regenerator-runtime
```
└─┬ react-scripts@1.0.11
├─┬ babel-core@6.25 .0
│ └─┬ babel-runtime@6.26 .0
│ └── regenerator-runtime@0.11 .0
├─┬ babel-eslint@7.2.3
│ └─┬ babel-traverse@6.26 .0
│ └─┬ babel-runtime@6.26 .0
│ └── regenerator-runtime@0.11 .0
├─┬ babel-runtime@6.23 .0
│ └── regenerator-runtime@0.10 .5
└─┬ react-error-overlay@1.0.10
└─┬ babel-runtime@6.23 .0
└── regenerator-runtime@0.10 .5
```
* fix requested changes
2017-08-27 20:12:11 -06:00
Tharaka Wijebandara
ecd1f0544b
Convert react-error-overlay to React ( #2515 )
...
* Convert react-error-overlay to React
* Update compile-time error overlay to use react-error-overlay components
* Refactor react-error-overlay components to container and presentational components.
* Make the compile-time error overlay a part of react-error-overlay package.
* Use react-error-overlay as dependency in react-dev-utils to show compile-time errors.
* Run Prettier
* Move the function name fix into StackFrame itself
* Fix clicking on source code snippet to open the code in editor
* Use exact objects + minor style tweak
* Don't linkify frames that don't exist on the disk
* Fix lint
* Consolidate iframe rendering logic
* Remove circular dependency between react-dev-utils and react-error-overlay
* Fix lint
* Fix decoupling of react-dev-utils and react-error-overlay by moving middleware
* Deduplicate identical errors
2017-08-27 19:45:55 -06:00
Joe Haddad
bfaee410c5
Publish
...
- babel-preset-react-app@3.0.2
- create-react-app@1.4.0
- eslint-config-react-app@2.0.0
- react-dev-utils@3.1.0
- react-error-overlay@1.0.10
- react-scripts@1.0.11
2017-08-08 23:39:58 -04:00
Joe Haddad
9b23be825a
Update dev deps ( #2923 )
...
* Bump deps
* Fix linter errors
* Whoops
* Try to bump webpack
* Update peer deps to min for eslint 4.x
2017-08-08 23:15:34 -04:00
themre
e12d053c27
Feature/webpack 3 4 ( #2875 )
...
* bump wp3
* try bump babel-loader
* bump 3.4.1
2017-08-02 10:33:13 +01:00
themre
b1c12241e4
Bump Webpack 3.4 ( #2850 )
...
* bump wp3
* try bump babel-loader
2017-07-26 09:58:42 +01:00
themre
bc82755aff
Feature/webpack3 ( #2574 )
...
* Add source-map-loader to support source maps of dependencies
* merge with latest develop
* add ModuleConcatenationPlugin
* revert source-map-loader
* bump to 3.1 and update dev-server
* rebase to master
* rebase again
* bump webpack
* remove ModuleConcatenationPlugin, downgraded react packages, bump etwp
* ETWP rc1 only for testing
* bump ETWP and webpack 3
* bump WP3
* revert to 3.2.0
* bump sw-precache-webpack-plugin
* bump back to 3.3.0
* bump dev-server and manifest
2017-07-25 20:28:45 +01:00
Christian Bundy
0482058724
Upgrade webpack-dev-server ( #2806 )
2017-07-18 02:16:38 -04:00
Đinh Quang Trung
bbbc15dc8e
ESLint 4 ( #2735 )
...
* Update eslint-loader 1.7.1 -> 1.9.0
* Add eslintPath option
* Update eslint 3.19.0 -> 4.1.1
* Update peer dependencies
* Move eslintPath config to outside @remove-on-eject
2017-07-07 11:40:29 +01:00
Dan Abramov
ad35fd1d13
Publish
...
- create-react-app@1.3.3
- react-dev-utils@3.0.2
- react-error-overlay@1.0.9
- react-scripts@1.0.10
2017-06-29 19:03:41 +01:00
Dan Abramov
adf334f886
Publish
...
- react-scripts@1.0.9
2017-06-29 13:11:46 +01:00
Dan Abramov
7796c94d79
Publish
...
- babel-preset-react-app@3.0.1
- create-react-app@1.3.2
- eslint-config-react-app@1.0.5
- react-dev-utils@3.0.1
- react-error-overlay@1.0.8
- react-scripts@1.0.8
2017-06-28 17:30:24 +01:00
Dan Abramov
16e5d15e92
Bump dependencies ( #2658 )
2017-06-28 15:05:30 +01:00
Will Farley
3e9955ddb6
Update sw-precache-webpack-plugin to lastest version ( #2429 )
...
* Update sw-precache-webpack-plugin to v0.11.3
* Pin the version
2017-06-26 17:29:52 +01:00
Joseph Frazier
acb1957555
Upgrade fsevents to 1.1.2 ( #2550 )
...
This eliminates a `yarn` warning on OSX machines running Node.js 8. See
here for details: https://github.com/strongloop/fsevents/issues/170
You can see an example of the warning in the second screenshot in
https://github.com/facebookincubator/create-react-app/issues/2422#issuecomment-305218252
2017-06-18 12:48:40 -04:00
Dan Abramov
58d8c5c05c
Publish
...
- react-dev-utils@3.0.0
- react-error-overlay@1.0.7
- react-scripts@1.0.7
2017-05-27 12:42:54 +01:00
Dan Abramov
1421010ae2
Update webpack to 2.6.1 ( #2383 )
2017-05-27 12:38:40 +01:00
Emanuele Ingrosso
90f9c6bbf9
Update webpack to v2.6.0 in react-scripts ( #2349 )
2017-05-24 14:57:34 +01:00
Dan Abramov
7a1873c0a7
Publish
...
- eslint-config-react-app@1.0.4
- react-dev-utils@2.0.1
- react-error-overlay@1.0.6
- react-scripts@1.0.6
2017-05-24 13:22:25 +01:00
Iain Beeston
0d2989ba6d
Resolve flow errors in eslint JSX a11y ( #2346 )
...
* Upgraded eslint-plugin-jsx-a11y to 5.0.3 to take advantage of
d70ac7d7975819e7a52b85465ec67a0d93eb962a
2017-05-24 11:01:31 +01:00
Dan Abramov
2558c3e32f
Publish
...
- eslint-config-react-app@1.0.3
- react-dev-utils@2.0.0
- react-error-overlay@1.0.5
- react-scripts@1.0.5
2017-05-22 17:09:28 +01:00
Pavol Madar
0d1521aabf
Remove connect-history-api-fallback and cross-spawn dependencies from react-scripts ( #751 ) ( #2320 )
2017-05-22 12:46:51 +01:00
Dan Abramov
7e25c9a604
Publish
...
- react-error-overlay@1.0.4
- react-scripts@1.0.4
2017-05-22 12:43:47 +01:00
Dan Abramov
d649b8a0de
Publish
...
- eslint-config-react-app@1.0.2
- react-dev-utils@1.0.3
- react-error-overlay@1.0.3
- react-scripts@1.0.3
2017-05-21 20:56:22 +01:00
Dan Abramov
d558eaa94e
Roll back to an older version of case-sensitive-paths-webpack-plugin ( #2314 )
2017-05-21 20:38:53 +01:00
Dan Abramov
ae0cb23dc9
Publish
...
- react-dev-utils@1.0.2
- react-error-overlay@1.0.2
- react-scripts@1.0.2
2017-05-20 19:20:46 +01:00
pmadar
a1749f9154
Remove unnecessary dependencies( #751 ) ( #2283 )
...
* Remove unnecessary dependencies(#751 )
* Sort alphabetically
2017-05-20 19:08:58 +01:00
Dan Abramov
cd5c6d5717
Publish
...
- eslint-config-react-app@1.0.1
- react-dev-utils@1.0.1
- react-error-overlay@1.0.1
- react-scripts@1.0.1
2017-05-19 20:22:12 +01:00
Dan Abramov
8dc9217b61
Move more logic from react-scripts to react-dev-utils ( #2209 )
...
* Show warnings for builds
* Move WebpackDevServer helpers into react-dev-utils
2017-05-18 12:26:18 +01:00
Dan Abramov
ee850f5822
Bump Jest to 20.0.3 ( #2196 )
2017-05-17 20:10:35 +01:00
Jeffrey Posnick
c7c3a521e2
PWA-ification, via SWPrecacheWebpackPlugin + manifest.json ( #1728 )
...
* sw-precache-webpack-plugin, SW registration, manifest.json
* Documentation + a few SW tweaks.
* Added an unregister method, too, just in case.
* More info for the READMEs.
* Add minify to SWPrecacheWebpackPlugin config
* Fix SWPrecacheWebpackPlugin typo
* Fix file references in READMEmd
* Add instructions for testing service-worker locally
* Review feedback
* Some additional PWA metadata
* Use sw-precache-webpack-plugin v0.9.1 for node >=4.0.0 support
* Review feedback.
* Add manifest.json context in a comment.
* Fix typo
* Downgrade to sw-precache-webpack-plugin 0.9.1
* Hide changes in README until 1.0
* Hide changes in User Guide until 1.0
* Hide more docs
2017-05-17 19:28:27 +01:00
Dan Abramov
e280254d72
Handle errors from port detector ( #2182 )
2017-05-16 16:57:45 +01:00
Dan Abramov
58689133a1
Bump versions
2017-05-16 09:49:04 +01:00
Dan Abramov
db2f2ed9d9
Jest 20 ( #2171 )
2017-05-16 03:37:55 +01:00
Dan Abramov
0ffed85e6c
Bump dependencies ( #2170 )
...
* Bump dependencies
* Bump CSS deps
* Somehow I missed dotenv
* Bump ESLint deps
* Tweak ESLint rules
2017-05-16 02:59:32 +01:00
Cristian
044e57b726
Adding plugin postcss-flexbugs-fixes and flexbox: 'no-2009' to Autoprefixer ( #1771 )
...
* Adding postcss-flexbugs-fixes
Using postcss-flexbugs-fixes to fix all flexbug's issues.
* Adding flexbox: 'no-2009' to Autoprefixer
It will add flexbox prefixes only for final and IE versions of
specification.
2017-05-16 01:02:38 +01:00
Almero Steyn
7bff7154d9
ESLint Config: Upgrade eslint-plugin-jsx-a11y and activate more rules. ( #2163 )
...
* ESLint Config: Upgrade eslint-plugin-jsx-a11y and activate more rules.
* Try to fix Lerna
* Update README.md
* Remove html-has-lang
* Update README.md
2017-05-15 23:25:40 +01:00
Rogelio Guzman
71e0960476
Update to Jest 19 ( #1614 )
...
* Upgrade to Jest 19
* Use testMatch
* Correct version
2017-05-15 14:35:18 -04:00
Dan Abramov
172264ef5b
Bump webpack packages
2017-05-15 16:31:39 +01:00
Joe Haddad
ac63130a42
Show network address on start ( #2155 )
...
* Show network address on start
* Tweak visual representation
2017-05-15 14:20:11 +01:00