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
Ian Sutherland
82687dd224
Replace prompt function from react-dev-utils with Inquirer.js. ( #1772 )
2017-05-14 23:14:56 +01:00
Joe Haddad
be43292445
Temporarily fork detect-port ( #2147 )
...
* Temporarily fork detect-port
* Fix get process id
* Use different package
* Unnecessary var
2017-05-14 23:10:44 +01:00
Dan Abramov
a4bd567dac
Bump React in development ( #2122 )
2017-05-11 15:11:15 +01:00
Joe Haddad
70768b321e
Add react-error-overlay package ( #2111 )
...
* ༼ つ ◕_◕ ༽つ stack-frame-overlay
* Fix linting
* Remove auto overlay
* Fix e2e
* Pull in the rest
* Appease flow
* Correct dep
* Remove old repo references
* Check flow on test
* Test overlay in e2e
* Add cross env
* Rename package
* Make sure it gets built post-install
* Update the README
* Remove extra builds now that there's a postinstall script
* Revert "Remove extra builds now that there's a postinstall script"
This reverts commit 8bf601dbd36c1e0da7f785fa9ade70ab08ed8772.
* Remove broken script
* Fix some dev ergo
2017-05-10 19:56:30 -04:00
Ian Schmitz
f35593c12d
Bump minimal Node version to 6 ( #1897 )
...
* Bump minimal Node version to 4.7.0
* Bump minimal Node version to 4.7.0
Modified additional files that needed a bump to 4.7.0 minimum node version
* Bump minimal Node version to 4.7.0
Reverse changes to packages/create-react-app/index.js as this file needs to continue to work on Node 0.10+
* Bump minimal node version to 6
* Bump minimal node version to 6
* Bump minimal node version to 6
2017-05-09 11:11:31 +01:00
Joe Haddad
88f4f95ae8
Upgrade webpack deps and use strictExportPresence ( #2028 )
2017-04-25 10:36:18 +01:00
Joe Haddad
7b124e7fd4
Re-disable babel modules transform ( #1894 )
...
* Upgrade webpack & related deps
* Disable module transform (requires webpack 2+)
2017-03-26 23:50:36 -04:00
Andrej Badin
bc6fc95055
Update detect-port ( #1861 )
...
Previous changes caused `detect-port` to pick random port on app startup. Update fixes this regression, `detect-port` pick next available port instead.
2017-03-22 18:04:52 -04:00
Dan Abramov
ccb5f84dc6
Fixes a silent crash when ejecting ( #1810 )
...
* Fixes a silent crash when ejecting
* Delete unnecessary files
* Remove references to eslintrc in Webpack config
* Fix lint
* Correct ESLint CLI options
2017-03-14 11:17:53 -04:00
Ryan Walters
0c0c5c1f24
Run CI on Node 7; Bump detect-port: 1.0.1 -> 1.1.0 ( #1776 ) ( #1783 )
...
* Run CI on Node 7
* Bump detect-port: 1.0.1 -> 1.1.0
* Run AppVeyor CI on Node 7
2017-03-09 21:01:43 +00:00
Joe Haddad
3b15f0a247
Update deps for webpack 2
2017-03-07 01:31:53 -05:00
Rory Hunter
2ac1b38ec6
Whitelist files that can be embedded through url-loader ( #1305 )
...
* Whitelist files that can be embedded through url-loader
Change the current catch-all loader to use file-loader instead of
url-loader, and exclude common image file extensons. Add another url-loader
for images, configured identically to the original catch-all loader.
Part of issue #1293 .
* Update tests to reflect change in loader config
* Integration test fix
* More CI fixes
* Work around broken loader-utils behaviour in integration tests
* Revise the documentation around file loading
* Documentation tweaks
* Docs tweak
* Update test now that webpack/loader-utils has been updated
* Update react-scripts to depend on babel-loader@7.0.0-alpha.2
* Bump deps
2017-03-07 01:24:56 -05:00
Joe Haddad
24f38f8646
Switch to preset-env ( #1742 )
...
* Switch to preset-env
Disables webpack modules by enabling babel modules to resolve #1638
* Bump babel-core to match babel preset versions
* Add uglify to targets
2017-03-06 20:21:28 -05:00
Joe Haddad
956322b76a
Published branch 0.9.x
...
- create-react-app@1.3.0
- eslint-config-react-app@0.6.1
- react-dev-utils@0.5.2
- react-scripts@0.9.4
2017-03-06 14:20:24 -05:00
Dan Abramov
1bfd5dafdf
Fix internal linting setup and add missing headers ( #1741 )
2017-03-06 14:20:29 +00:00
Ade Viankakrisna Fadlil
fbdff9d722
extract generic build functions to react-dev-utils ( #1726 )
...
* Temp rename
* Rename to change the case
* extract generic build functions to react-dev-utils
* tweak package json files and move removeFileNameHash
* revert removeFileNameHash
* use paths.appBuild in printFileSizes
* use paths.appBuild in removeFileNameHash
* change curried functions to regular functions
* add fs-extra to react-dev-utils deps
* move getDifferenceLabel inside printFileSizes
* inline copyPublicFolder
* combine printFileSizes and removeFileNameHash to fileSizeReporter
* fix typo
* Tweak APIs and fix issues
* Fix heading
* Remove missing file
* Newline
* Newline
* Trailing space
* Update FileSizeReporter.js
* Update build.js
2017-03-06 01:49:53 +00:00
Joe Haddad
df3ca8e614
Fix Node 4 e2e tests ( #1730 )
2017-03-05 22:29:18 +00:00
Bond
13f26e3288
Bump jsx-a11y version ( #1542 )
...
* Bump jsx-a11y version
* Update package dependecy for jsx-a11y
* Bump version in react-scripts
2017-03-05 19:35:24 +00:00
Chris Drackett
19a46724fb
Add support for ignoreRestSiblings in no-unused-vars ( #1705 )
...
* updating eslint to 3.16.1
* add support for ignoreRestSiblings in eslint
http://eslint.org/docs/rules/no-unused-vars#ignorerestsiblings
* updating eslint to 3.16.1 in `react-scripts`
* updating eslint
* missing `^`
* missing ^
* pinning main eslint and updating readme
* Pin ESLint version
2017-03-05 14:54:33 +00:00
Simen Bekkhus
45d1d247df
Update extract-text-webpack-plugin to latest ( #1700 )
2017-03-02 10:22:23 -05:00
Dan Abramov
10a8dc66d3
Published 0.9.3 from 0.9.x
...
- create-react-app@1.2.0
- react-scripts@0.9.3
2017-02-28 20:56:00 -05:00
Dan Abramov
ba5da93b58
0.9.2
2017-02-26 13:52:58 +00:00
Joe Haddad
f3d8ffff0f
Published 0.9.1 at 9e2624f332
...
- babel-preset-react-app@2.1.1
- create-react-app@1.1.0
- eslint-config-react-app@0.5.2
- react-dev-utils@0.5.1
- react-scripts@0.9.1
2017-02-25 22:10:11 -05:00
wtgtybhertgeghgtwtg
41d1469445
Bump recursive-readdir. ( #1560 )
2017-02-24 18:00:37 +00:00
Joe Haddad
21fe19ab0f
Bump deps for webpack 2 compat ( #1621 )
2017-02-23 00:57:53 -05:00
Dan Abramov
41632fb1a5
Revert "Bump babel deps and re-enable transform-react-constant-elements" ( #1575 )
2017-02-16 18:01:02 +00:00
Brian Ng
9c33f60239
Re-enable transform-react-constant-elements ( #1552 )
...
* Bump babel deps
* Re-enable transform-react-constant-elements
Resolves #553
2017-02-14 22:06:19 -05:00
Joe Haddad
12288836e1
Upgrade webpack ( #1291 )
...
* Upgrade webpack
* Address more webpack v2 ...
* Update html-webpack-plugin
* Remove LoaderOptionsPlugin from dev config
* ExtractTextPlugin still uses webpack 1 syntax
... and doesn't support complex options (yet)
* Grammar nit
* Update extract text webpack plugin
* - Remove webpack.LoaderOptionsPlugin
- Update deps
* Lerna hoists packages
* Update extract-text-webpack-plugin
* Update webpack-dev-server
* Remove imports for the tests
* stop removing babelrc
2017-02-11 14:11:00 -05:00
Joe Haddad
67e6cf5a52
Publish
...
- babel-preset-react-app@2.1.0
- create-react-app@1.0.4
- eslint-config-react-app@0.5.1
- react-dev-utils@0.5.0
- react-scripts@0.9.0
2017-02-10 22:33:41 -05:00
Joe Haddad
15e0b98479
Upgrade dependencies ( #1522 )
...
* Upgrade dependencies
* Re-add caret
2017-02-10 21:31:15 -05:00
Dan Abramov
da321b2433
Bump Jest version ( #1432 )
2017-01-24 23:39:42 +00:00
Jonathan Kim
dbb7ffe6a5
Added babel-runtime dependency to deduplicate dependencies when using yarn ( #1441 )
2017-01-24 17:20:57 +00:00
Ville Immonen
11cc5aef48
Merge pull request #1367 from facebookincubator/0.8.x
...
0.8.5
2017-01-09 17:59:11 +02:00
Ville Immonen
a5b838940e
Publish
...
- create-react-app@1.0.3
- react-scripts@0.8.5
2017-01-09 17:51:41 +02:00
Fatih
25480273b0
Bump babel-loader version ( #1009 ) ( #1309 )
2017-01-08 05:46:29 -08:00
David
ac6a4c83fd
Updated react-scripts babel-jest && jest packages to 18.0.0 ( #1311 )
2016-12-23 12:09:39 -08:00
Eduard Kyvenko
21b0044412
Remove path-exists from dependencies and replace it with fs.existsSync ( #1289 )
2016-12-18 20:57:00 +02:00
Dan Abramov
96f4be9b75
Publish
...
- create-react-app@1.0.2
- react-dev-utils@0.4.2
- react-scripts@0.8.4
2016-12-11 11:50:25 +00:00
Brian Ng
801b955146
Bump babel-eslint version ( #1214 )
2016-12-11 00:47:39 -08:00
Joe Haddad
f4c3f8b6d8
Disable subresource integrity temporarily ( #1233 )
2016-12-11 00:34:22 -08:00
Dan Abramov
e7d71bd574
Publish
...
- create-react-app@1.0.1
- react-scripts@0.8.3
2016-12-08 15:45:27 +00:00
Dan Abramov
0a9865db34
Update webpack-subresource-integrity to fix Windows builds ( #1203 )
2016-12-08 07:04:56 -08:00
Dan Abramov
49414d6ba0
Publish
...
- babel-preset-react-app@2.0.1
- eslint-config-react-app@0.5.0
- react-dev-utils@0.4.1
- react-scripts@0.8.2
2016-12-07 21:31:11 +00:00
Dan Abramov
5f57040376
Update Webpack to fix source map issues ( #1188 )
2016-12-07 12:58:01 +00:00
Vincenzo Chianese
11cd813802
Add Subresource Integrity support ( #1176 )
...
* Add Subresource Integrity support
* Pin dependency
2016-12-06 12:20:09 +00:00
Ville Immonen
b844e4e878
Publish
...
- react-scripts@0.8.1
2016-12-04 11:04:12 +02:00