Commit Graph

505 Commits

Author SHA1 Message Date
Frederick Fogerty
077079115d Upgrade to typescript 2.4 and ts-loader 2.2.1
Ts-loader version 2.2.1 is the minimum version required to work on typescript 2.4.1, see https://github.com/TypeStrong/ts-loader/pull/566 for more details.
2017-07-06 08:52:23 +12:00
William Monk
fdc9e099c2 v2.3.2 2017-06-27 21:28:43 +01:00
William Monk
d0beb34153 Pin typescript to 2.3.x unitl ready for 2.4.x 2017-06-27 21:12:25 +01:00
William Monk
e6633145e7 v2.3.1 2017-06-23 16:37:54 +01:00
William Monk
d2369f887a Fix bug with new @types/react 2017-06-23 16:37:15 +01:00
William Monk
3a75e64e6e v2.3.0 2017-06-23 16:34:33 +01:00
Jan-André Zinser
106599d23f Fix code-coverage reports for ts/tsx 2017-06-23 12:12:52 +02:00
William Monk
0b2821f556 Merge pull request #79 from zinserjan/fix-jest-caching
Jest cache busting for ts/tsx files
2017-06-23 10:36:10 +01:00
William Monk
56ed483394 Merge pull request #81 from zinserjan/remove-unused-jest-config
Remove unused file createJestConfig.js
2017-06-13 22:39:05 +01:00
William Monk
6fcb0143a4 Merge pull request #82 from zinserjan/fix-tsx-extension
Fix transform ignore pattern for tsx
2017-06-13 22:38:52 +01:00
William Monk
459132a57b Merge pull request #75 from DorianGrey/master
fix(typescriptTransform): Let tsc read the config instead of using 'require'
2017-06-08 10:26:57 +01:00
Jan-André Zinser
ad6144942f Fix transform ignore pattern for tsx 2017-06-07 21:27:56 +02:00
Jan-André Zinser
799146d568 Remove unused file createJestConfig.js 2017-06-07 21:14:36 +02:00
Jan-André Zinser
0618b12e9a Jest cache busting for ts/tsx files 2017-06-07 20:58:59 +02:00
Matthew Leffler
5589c0c2e4 Allow loading modules from json files
This adds supports for such packages as:

- [`babel-core`](https://github.com/babel/babel/blob/7ca8170/packages/babel-core/src/index.js#L5)
- [`normalize-package-data`](d8a6a0c17c/lib/fixer.js (L8))
2017-06-06 14:00:40 -06:00
DorianGrey
5fe4a0fd52 fix(typescriptTransform): Let tsc read the config instead of requiring it
Requiring the config does not support tsconfig options like "extends", which is useful for using multiple configs on a single project.
2017-06-01 11:53:57 +02:00
William Monk
1dcfa1d457 v2.2.0 2017-05-25 20:59:14 +01:00
William Monk
6bd33bd2ec Merge remote-tracking branch 'facebook/master' 2017-05-25 08:38:39 +01:00
William Monk
694ef91ad2 v2.1.0 2017-05-25 08:31:56 +01:00
Dan Abramov
36e279da13 Fix broken links (#2350) 2017-05-24 16:49:56 +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
Ryan Sullivan
55fe1369d7 Add navigateFallbackWhitelist /__* to SW Precache config (#2347)
* Add navigateFallbackWhitelist /__* to SW Precache config

* Add comments
2017-05-24 13:07:45 +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
Sean Drumm
0bb642810d Update to Typescript 2.3.3 #71 2017-05-24 09:05:36 +01:00
William Monk
49488e3de4 Merge pull request #62 from Place1/master
added source-map-loader
2017-05-24 08:49:44 +01:00
William Monk
d1ab3f1dd8 Merge pull request #68 from jonmpqts/master
Fix setupTests extension
2017-05-24 08:49:19 +01:00
Ken Carpenter
68fc0ee352 Merge branch 'master' into tslint5 2017-05-23 22:08:01 -04:00
Thomas Gish
712d6dbb61 Fix setupTests extension 2017-05-22 12:51:09 -07: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
Dan Abramov
25f81f2bea Files in public/ folder should not be requested through proxy (#2326) 2017-05-22 17:04:17 +01:00
James Batt
3623213bcb added source-map-loader 2017-05-23 00:16:18 +10:00
William Monk
e033eabfe1 v2.0.1 2017-05-22 15:16:03 +01:00
William Monk
b9b585f147 Fix jest tests 2017-05-22 15:15:37 +01:00
William Monk
45c7c1418e v2.0.0 2017-05-22 13:50:12 +01:00
William Monk
aa3e28457e v2.0.0-alpha.3 2017-05-22 13:34:34 +01:00
William Monk
c7f2d12cbc v2.0.0-alpha.0 2017-05-22 13:33:39 +01:00
William Monk
66e05f42e4 Fix @type Installing 2017-05-22 13:31:27 +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
William Monk
e7f422129c 2.0.0-alpha 2017-05-22 09:09:44 +01:00
William Monk
25f6f8a250 v2.0.0-alpha 2017-05-22 09:08:49 +01:00
William Monk
32f52bebfe Merge remote-tracking branch 'facebook/master' 2017-05-21 21:27: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
Jeffrey Posnick
eadfad28f4 Provide a no-op SW that will be served by the dev environment. (#2276)
* Provide a no-op SW that will be served by the dev environment.

* Hide no-op service worker from user
2017-05-20 19:07:43 +01:00
Milo Kang
a257e7d0fa Ejecting should ensure you have clean git status (#2221)
* Ejecting should ensure you have clean git status

* Rename function

* Style

* Minor changes

- extract function
- exclude error output for missing git
- more descriptive error message
- no need to mutate answer
- fix answering "no" to return 0 exit code
2017-05-20 18:55:16 +01:00
Dan Abramov
ba0d0daf9c Only enable host check if you use proxy, and add a way to opt out of it (#2288)
* Disable host check if you don't use proxy

* Add a way to opt out and document it
2017-05-20 18:34:16 +01:00