Commit Graph

32 Commits

Author SHA1 Message Date
Andy Hanson
45c9246c09 Remove esModuleInterop from tsconfigs (no longer mandatory) 2018-02-14 14:55:13 -08:00
Forbes Lindesay
8f8f6c4392 [react] Use HTMLDialogElement for the dialog node (#23053)
* [react] Use HTMLDialogElement for the dialog node

* Actually add the `open` property

* This update requires typescript 2.6

* Update dependents of react to also require typescript 2.6
2018-02-12 12:55:52 +00:00
Andy
bef4d2b27d
Enable "esModuleInterop" in all tsconfigs (#23354) 2018-02-05 11:01:56 -08:00
kamijin_fanta
a6f2a61bae update ConnectedRouterProps in react-redux-router
see: https://github.com/ReactTraining/react-router/pull/5777
2017-12-15 14:18:07 +09:00
Andy
954ee278de
Update TypeScript Versions to be at least as high as dependencies' versions (#21288)
* Update `TypeScript Version`s to be at least as high as dependencies' versions

* Run through again
2017-11-08 09:12:14 -08:00
Andy
19f89399e4 Ensure every package has a tslint.json (#21009)
* Ensure every package has a tslint.json

* Fixes
2017-10-25 11:13:50 -07:00
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
Andy
0537c1fb27 Add "private": true to every package.json (#19483) 2017-08-31 08:02:56 -07:00
Andy
1413cd0587 Fix lint in nested packages (#19246) 2017-08-22 11:06:40 -07:00
Andy
924fafffc0 Fix remaining lint errors (#19166) 2017-08-20 15:37:53 -07:00
Andy
5d6c651a1a Apply stricter lint rules (#19063) 2017-08-17 14:53:41 -07:00
839
f6472a30b3 [react-router-redux] #18918 fixed ConnectedRouter definition (#18919) 2017-08-14 11:48:44 -07:00
Dmytro Borysov
e4aa15b7b3 [react-router-redux] - switching action type from string to a specific string (#18566)
* [react-router-redux] - switching action type from `string` to a specific string

* [react-router-redux] - exposing value instead of type
2017-08-04 17:18:30 -07:00
Petr Kosikhin
0cdbd80095 [react-router-redux] update to use redux 3.7.2 AnyAction to allow ts 2.4 usage (#18071)
* update to use redux 3.7.2 anyaction pattern allowing ts 2.4 upgrade

* move away from anyaction concept for router action and location change action. use redux reducer generic to desribe routerReducer
2017-07-21 18:13:20 -07:00
Tanguy Krotoff
ea9de8a518 Replace React.Component<(.*), (any|void|\{\}|null)> by React.Component<$1>
+ many manual adjustments
2017-06-19 13:35:50 +02:00
Tanguy Krotoff
eeb262e1d8 Update react to TypeScript 2.3 2017-06-19 13:34:54 +02:00
Dan Corder
ca3a06d9f3 Revert history version change as discussed on pull request 16912 2017-06-06 17:46:46 +01:00
Oliver Joseph Ash
67f59a4c4a react-router-redux v4: lockdown history version (#16912)
* react-router-redux v4: lockdown history version

* Revert

* Correct history version is tsconfig
2017-06-05 06:38:25 -07:00
Horus Lugo
106d8bd25a Fixes a typo on routerActions's symbol name
Changes symbol name from 'routerAction' to 'routerActions'.
2017-05-24 22:27:56 +02:00
Lauri Lavanti
4baa153d2c (#16189): Add LocationChangeAction to react-router-redux (#16252) 2017-05-02 09:29:14 -07:00
Andy
5bf5228d71 Fix additional lint errors from the new dtslint (#15865) 2017-04-14 09:15:37 -07:00
Andy
bbc61fbf93 Extend "dtslint/dt.json" directly instead of "../tslint.json". (#15822)
* Extend "dtslint/dt.json" directly instead of "../tslint.json".

* Convert more "../tslint.json" to "dtslint/dt.json"

* no-redundant-modifiers -> strict-export-declare-modifiers
2017-04-14 08:04:05 -07:00
Nathan Shively-Sanders
9685b311cc Merge pull request #15462 from huy-nguyen/add-react-router-redux-v5
Add type definition for react-router-redux v5
2017-04-04 09:30:24 -07:00
Huy Nguyen
05c43d5711 Fix lint errors 2017-04-04 12:17:18 -04:00
Huy Nguyen
32f8d75fdb Fix tslint config 2017-04-04 12:01:19 -04:00
Huy Nguyen
a2881ed1c7 Fix lint errors 2017-04-04 10:16:14 -04:00
Huy Nguyen
ddb82936f2 Fix lint errors 2017-04-03 14:21:15 -04:00
Andy
5f3ba45136 Use dtslint (#15482) 2017-03-29 13:07:39 -07:00
Huy Nguyen
56934db459 Incorporate reviewer's suggest changes 2017-03-29 10:17:39 -04:00
Huy Nguyen
294118edad Add type definition for react-router-redux v5
For the latest version (v5) of react-router-redux, the package was moved
from [an external repo](https://github.com/reactjs/react-router-redux)
to [live
alongside](https://github.com/ReactTraining/react-router/tree/master/packages/react-router-redux)
the react-router code base. The API has also changed significantly and
merits a freshly written type definition.

The current version (v4) was moved into its own directory.
2017-03-28 16:27:46 -04:00
Andy
e5ed4fc916 Apply new lint rules to even more files (#15445) 2017-03-28 10:56:00 -07:00
Andy Hanson
354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00