Commit Graph

1010 Commits

Author SHA1 Message Date
Marius Craciunoiu
e530598f85 Fix sass importLoaders (#8281) 2020-01-30 15:50:01 -08:00
Rasmus Nørskov
ddcb7d50ac Add titleProp to SVGR ReactComponent type definition (#8099) 2020-01-30 14:33:44 -08:00
Ian Schmitz
b855da5732 Remove outdated babel plugins (#8353)
Updates dependencies and removes babel plugins that are now covered by `@babel/preset-env`.

Co-authored-by: hdineen <hdineen@hubspot.com>
2020-01-30 14:18:09 -08:00
Reece Dunham
a608c5affc Update Dependencies (#8324) 2020-01-21 14:46:01 -08:00
Tom Valorsa
94932bedc0 Allow additional package keys and add blacklist (#8082) (#8219) 2020-01-12 14:10:03 +02:00
Brian Muenzenmeyer
18e56da3b7 fix: proactively append to .gitignore during init (#8028) 2019-12-18 20:42:55 +02:00
Andreas Cederström
f26de73e64 Bump internal dependencies (#8176)
* Bump dependencies in react-dev-utils

* Bump dependencies in react-app-polyfill

* Bump dependencies in create-react-app

* Bump dependencies in react-error-overlay

* Bump dependencies in react-scripts

* Bump react
2019-12-14 06:33:53 +01:00
Reece Dunham
8d1a4f2fce [Security] Update terser webpack plugin (#8102)
* security: update terser webpack plugin
2019-12-11 17:39:30 +01:00
Simon Donaldson
0327d8952a Fix CSS font-face minification (#8106) 2019-12-08 22:21:47 -08:00
Ian Schmitz
0b293e9432 Fix CI build (#8122) 2019-12-08 21:05:52 -08:00
Ian Sutherland
9a817dd0d7 Publish
- babel-plugin-named-asset-import@0.3.5
 - babel-preset-react-app@9.1.0
 - cra-template-typescript@1.0.0
 - cra-template@1.0.0
 - create-react-app@3.3.0
 - eslint-config-react-app@5.1.0
 - react-app-polyfill@1.0.5
 - react-dev-utils@10.0.0
 - react-error-overlay@6.0.4
 - react-scripts@3.3.0
2019-12-04 17:05:06 -07:00
Ian Sutherland
f6ba862500 Add TypeScript peer dependency to react-scripts (#8038) 2019-11-28 15:32:19 -07:00
Ian Schmitz
1a66971f9e Bump dependencies (#8024) 2019-11-24 15:48:15 -08:00
Ian Schmitz
82009f570d Bump webpack-dev-server (#7988) 2019-11-24 14:18:33 -08:00
Brody McKee
23d5776724 Add scripts support to templates (#7989) 2019-11-19 12:14:31 +02:00
Ian Schmitz
58b4738a49 Bump dependencies (#7986) 2019-11-15 20:15:52 -08:00
Ian Sutherland
915108b650 Add placeholders where old template READMEs used to be (#7972) 2019-11-13 16:59:32 -07:00
Mateusz Burzyński
f01bfac190 Upgrade jest-watch-typeahead (#7956) 2019-11-09 17:57:16 -08:00
Ian Schmitz
5cdc3cc0b0 Add tests for optional chaining and null coalescing (#7952) 2019-11-08 23:03:23 -08:00
Ian Schmitz
211694a8a2 Fix CI (#7951) 2019-11-08 18:54:16 -08:00
Ian Schmitz
9750738cce Add restoreMocks to supported jest config keys (#7921) 2019-11-02 23:07:44 -07:00
Dylan Staley
6d6dfa9ba5 Mark TypeScript as an optional peer dependency (#7860) 2019-10-30 21:05:29 -07:00
Andreas Cederström
324428fafd Upgrade packages and tweak config to adapt to new config format (#7814)
Rebased again now with smaller changes in this one which will make it easier to revert in case of eventual regressions.
2019-10-25 10:36:33 +02:00
Brody McKee
4c0c81953d Add template support (#7716)
* Add template support

* Update templates version check

* Update TypeScript template README
2019-10-24 15:17:41 -07:00
Andreas Cederström
f79f3031c8 Bump styling related loaders (#7876) 2019-10-24 14:00:52 -07:00
Andreas Cederström
7efe29b712 Bump react (#7875) 2019-10-24 13:58:14 -07:00
Ian Sutherland
1d03579f51 Add Alex to lint documentation (#7852)
* Add Alex to lint documentation

* Attempt to trigger GitHub Action

* Configure Alex and update docs

* More docs updates
2019-10-24 11:14:15 -07:00
Andreas Cederström
4582491a8b Fix eslint complaints in build.js (#7870) 2019-10-24 12:43:21 +02:00
Joshua Robinson
a351750bc9 Add additional information for postcss errors (#6282) (#6352)
* Add additional information for postcss errors

* Add additional information for postcss errors (simplify)

* Remove chunkname from postCSS compile error

* Remove line number from postCSS compile error
2019-10-23 15:26:48 -06:00
darthmaim
ea34c1dae9 Add Service-Worker header to checkValidServiceWorker (#6753)
* Add header to checkValidServiceWorker (ts)

* Add header to checkValidServiceWorker
2019-10-23 15:20:24 -06:00
Wataru Ashihara
5ea3b345df Fix notations of loopback addresses (#7474) 2019-10-23 15:18:30 -06:00
Endi
7690af5526 Upgrade terser & enable parallel minification in wsl (#7857) 2019-10-21 10:41:09 -06:00
Sean Baines
f337accd36 Move unused eslint webpack import into @remove-on-eject block (#7856) 2019-10-21 09:44:48 +02:00
Brody McKee
2da645c534 feat: add additional Jest keys to whitelist (#7832) 2019-10-16 20:07:13 +03:00
Ian Sutherland
584e3521bb Revert logo in templates (#7830) 2019-10-16 10:25:42 -06:00
Robert van Steen
889df8e65b Fix absolute paths issue in Jest (#7822) 2019-10-13 19:59:41 -06:00
Robert FUSZENECKER
9161ba83d7 Fix process type in TypeScript template (#7796) 2019-10-10 09:25:14 +03:00
Justin Grant
09cbb89d44 Add Babel sourcemap to resolve VSCode debugging issues (#7022) 2019-10-10 09:20:18 +03:00
Ian Schmitz
e51ea135e1 Temporarily disable Windows in CI (#7773) 2019-10-02 22:11:25 -07:00
Ian Sutherland
7fae307aef Publish
- create-react-app@3.2.0
 - react-app-polyfill@1.0.4
 - react-dev-utils@9.1.0
 - react-error-overlay@6.0.3
 - react-scripts@3.2.0
2019-10-02 22:18:22 -06:00
Jacob M-G Evans
88cf8cd64e Support production profiling with React Developer Tools (#7737)
* Added the alias for profiling and output change to keep the classNames and functionNames for human readbility

* defined isEnvProductionProfile with other isEnv checks

* moved the keep_classnames and keep_fnames to terserOptions scope

* resolve merge conflict for yarn.lock.cache

* revert yarn.lock.cache to master yarn.lock.cache
- git checkout origin/master -- packages/create-react-app/yarn.lock.cached

* Comment and Boolean Check
- I clarified the comment and specified the use case
- Changed the environment check to check for the specific true rather than
the assumed primitive value as before.

* Replaced env with flag
- Per suggestion --profile flag used instead of env variable PROFILE_APP

* documentation in available scripts section with suggested information

* resolved a local git issue. Fixed documentation error.

* moved documentation to suggested file
- Added a brief summary of profiling in available scripts section.
The summary references the production-build document. Which is the
file I moved the new documentation into under a new Header for production support.

* Update production-build.md


Co-authored-by: Ian Sutherland <ian@iansutherland.ca>
2019-10-02 21:53:41 -06:00
Ashrith Reddy
6b8fa00e09 Use installing package manager in README (#7687) 2019-10-02 11:23:22 +03:00
Robert van Steen
7e2b6b16df Support setting baseUrl to root directory (#7755) 2019-10-02 10:48:34 +03:00
André Lins
f36d61a5db Remove switch case (#7729) 2019-10-01 11:16:14 +03:00
Kyle Bebak
71946b1eba Add TSC_COMPILE_ON_ERROR setting (#6931) 2019-10-01 11:09:09 +03:00
Alexandr Tovmach
6f7b37128c Fix linting error when using rest props (#7754) 2019-09-30 20:38:27 -07:00
Lewis Llobera
fefd7169e9 Fix variable name casing in fileTransform (#7752) 2019-09-30 11:08:28 +03:00
Rakan Nimer
c0d73ba283 Close br tags in template README files (#7668) 2019-09-30 10:49:32 +03:00
Reece Dunham
4a3718be3f Upgrade Webpack version (#7740) 2019-09-30 10:31:46 +03:00
Laurin Quast
6533a6db4a Update logic and log errors for EXTEND_ESLINT (#7530) 2019-09-27 11:26:22 +03:00