- 18 Sep, 2018 6 commits
-
-
Joe Haddad authored
This reverts commit aa8789b1.
-
Joe Haddad authored
This reverts commit 47d2d941.
-
Joe Haddad authored
This reverts commit 2c34d5b6.
-
Joe Haddad authored
This reverts commit 9690bc86.
-
Joe Haddad authored
This reverts commit 058d03f8.
-
Joe Haddad authored
Uglify is no longer maintained and has bugs not present in Terser (its successor)
-
- 17 Sep, 2018 13 commits
-
-
Joe Haddad authored
-
Joe Haddad authored
-
Joe Haddad authored
-
Joe Haddad authored
-
Joe Haddad authored
-
Joe Haddad authored
-
Joe Haddad authored
The `formatter` option is incompatible with with `thread-loader`. The `formatter` option previously accepted a function which was lost during JSON serialization.
-
Joe Haddad authored
-
Joe Haddad authored
-
Joe Haddad authored
-
Joe Haddad authored
-
Eugene Kopich authored
-
Tore Hammervoll authored
* Update jest version * Update babel-jest version * Use testURL: http://localhost in jest configs. * Update to jest version 23.5 This version of jest includes a fix for https://github.com/jsdom/jsdom/issues/2304 * "testURL": "http://localhost" is default with jest v23.5
-
- 02 Sep, 2018 1 commit
-
-
Anna Henningsen authored
This fixes the functionality of this dependency for Node 10 and above. Refs: https://github.com/webpack/webpack-dev-server/pull/1451 Refs: https://github.com/nodejs/node/issues/21665
-
- 24 Aug, 2018 1 commit
-
-
Dan Abramov authored
-
- 22 Aug, 2018 2 commits
-
-
Dan Abramov authored
-
Andrew Clark authored
* Use file name whitelist to prevent RCE Use a whitelist to validate user-provided file names. This doesn't cover the entire range of valid filenames but should cover almost all of them in practice. Allows letters, numbers, periods, dashes, and underscores. Opting to use a whitelist instead of a blacklist because getting this wrong leaves us vulnerable to a RCE attack. * Allow alphabet characters from all languages Updated the whitelist to /^[\p{L}0-9/.\-_]+$/u, which matches alphanumeric characters, periods, dashes, and underscores. Unicode property support is stage 4 so I've inlined the transpiled version. * Only use file name whitelist on Windows * Log error message if file name does not pass whitelist
-
- 26 Jul, 2018 1 commit
-
-
Jed Fox authored
-
- 23 Jul, 2018 3 commits
-
-
Ashley Otero authored
-
Vladimir Kutepov authored
-
- 16 Jul, 2018 1 commit
-
-
Ian Sutherland authored
* Add Node 10 to Travis config. Remove Node 6. * Add Node 10 to Appveyor config. Remove Node 6. * Remove node 9 from travis config. * Increase mocha timeout. * Update minimum Node version to 8. * Update yarn to latest on Travis. * Update old-node test to use Node 4. * Increase mocha timeout in kitchensink-eject tests. * Update yarn to latest on Appveyor.
-
- 15 Jul, 2018 1 commit
-
-
Jack Zhao authored
* support scoped packages for cra --scripts-version option * seperate out kitchensink test * add eject to node 6 testing * travis node 6 eject * fix CI warnings
-
- 05 Jul, 2018 2 commits
-
-
Mike Wilcox authored
-
Miguel Palau authored
-
- 30 Jun, 2018 1 commit
-
-
Ideveloper authored
* Suggest `reactstrap` instead of `react-bootstrap` * Update README.md
-
- 25 Jun, 2018 1 commit
-
-
Jack Zhao authored
-
- 23 Jun, 2018 1 commit
-
-
Dan Abramov authored
-
- 20 Jun, 2018 1 commit
-
-
Anton Rusinov authored
-
- 18 Jun, 2018 2 commits
-
-
Jack Zhao authored
* node10 * token * rerun tests
-
Alex Brazier authored
-
- 07 Jun, 2018 1 commit
-
-
Dmitriy Sadkovoy authored
-
- 05 Jun, 2018 2 commits
-
-
Dmitriy Sadkovoy authored
-
Marius Gedminas authored
-