Andy Hanson
42e05f4c5b
Merge branch 'saelyah-patch-1'
2017-03-24 08:45:59 -07:00
Andy Hanson
0c1d76cbb1
Fix other use
2017-03-24 08:45:32 -07:00
Andy Hanson
d074750f64
Merge branch 'patch-1' of https://github.com/saelyah/DefinitelyTyped into saelyah-patch-1
2017-03-24 08:45:13 -07:00
xaviergonz and Andy
bb35e810d1
[React] better typings for flex in CSSProperties ( #15236 )
...
* [React] better typings for flex in CSSProperties
* fix for material-ui-tests.tsx
2017-03-24 08:41:23 -07:00
Toby Fox and Andy
35b97e9c5c
Lunr - Export as module ( #15324 )
2017-03-24 08:37:28 -07:00
Marco Falkenberg and Andy
8934f1102f
Add typings for reactstrap ( #15357 )
...
* Add typings for reactstrap
* Make lint happy
* Do not „double-reference“ to React types
2017-03-24 08:36:17 -07:00
Andy and GitHub
0d7686ae40
localforage-cordovasqlitedriver: Needs package.json ( #15358 )
2017-03-24 08:18:19 -07:00
Andy and GitHub
03cfecf7a0
Apply more lint rules ( #15348 )
2017-03-24 08:18:03 -07:00
cailenmusselman and Andy
8f7784afa1
Context passed to EventEmitter.addListener() should be optional. ( #15353 )
...
As suggested in the already existing comments above the declaration.
And as specified in the react-native source:
https://github.com/facebook/react-native/blob/master/Libraries/EventEmitter/EventEmitter.js#L60-L64
2017-03-24 08:08:26 -07:00
António Marques and Andy
55bf786d3b
Fix pg-query-stream by adding a compatible overload to query() ( #15351 )
2017-03-24 07:44:32 -07:00
Paul van Brenk and GitHub
cc585590b1
Merge pull request #15314 from donaldpipowitch/patch-4
...
fixed match interface in react-router v4
2017-03-23 16:39:52 -07:00
Paul van Brenk and GitHub
0950dbdfa9
Merge pull request #15330 from curtis-h/master
...
Adding LatLngLiteral to googlemaps CircleOptions.center
2017-03-23 15:56:23 -07:00
Paul van Brenk and GitHub
7ef222d92d
Merge pull request #15339 from aaronjensen/patch-2
...
bluebird: Fix join's callback args
2017-03-23 14:45:07 -07:00
Paul van Brenk and GitHub
632187d927
Merge pull request #15327 from alexey-pelykh/patch-2
...
request.jar() store argument support
2017-03-23 14:44:32 -07:00
Paul van Brenk and GitHub
2aa98b1598
Merge pull request #15318 from AviVahl/master
...
chokidar: extend EventEmitter and implement fs.FSWatcher
2017-03-23 14:38:59 -07:00
Paul van Brenk and GitHub
dd0d3c8ebc
Merge pull request #15326 from LKay/lkay/payment-fix
...
Make type parameter optional as it should be
2017-03-23 14:34:23 -07:00
Paul van Brenk and GitHub
d1d40be2a9
Merge pull request #15328 from alexey-pelykh/patch-3
...
Cookie.expires is a string, not Date
2017-03-23 14:31:58 -07:00
Paul van Brenk and GitHub
08f5e7a5a1
Merge pull request #15332 from ealves-pt/master
...
[winston] fix LoggerOptions with correct type for rewritters and filters
2017-03-23 14:29:30 -07:00
Paul van Brenk and GitHub
fd7724bf16
Merge pull request #15335 from piranha771/master
...
[three] Added non-legacy BufferAttribute types + JSDoc deprecation
2017-03-23 14:25:29 -07:00
Paul van Brenk and GitHub
688210a6b4
Merge pull request #15336 from epicgirl1998/master
...
chrome: add two missing properties in chrome.tabs
2017-03-23 14:24:15 -07:00
Paul van Brenk and GitHub
d29030c2f4
Merge pull request #15340 from izayoiko/patch-1
...
kcors: Fix options type
2017-03-23 14:14:10 -07:00
Paul van Brenk and GitHub
a7ac826a9b
Merge pull request #15342 from squirly/patch-2
...
@types/react-dates: Add `null` as valid value for FocusedInputShape
2017-03-23 14:07:39 -07:00
Paul van Brenk and GitHub
8c726ce59a
Merge pull request #15344 from cauld/master
...
Adding missing properties (iconContainerStyle) to material-ui StepLabel
2017-03-23 14:06:51 -07:00
Paul van Brenk and GitHub
31afcece7b
Merge pull request #15206 from pegel03/master
...
Typings for React-Paginate (latest version 4.2.0)
2017-03-23 13:42:52 -07:00
Paul van Brenk and GitHub
832bbb409f
Merge pull request #15310 from tamlyn/master
...
react-intl: Add properties used in tests.
2017-03-23 13:41:07 -07:00
Paul van Brenk and GitHub
e58a0108ad
Merge pull request #15040 from mkohlmyr/master
...
Fix es6 import for blueimp-md5.
2017-03-23 13:40:36 -07:00
Philipp Zins
984933df7c
removed PartialRouteComponentProps
2017-03-23 21:16:51 +01:00
Chad Auld
16a8fd715f
Adding missing properties (iconContainerStyle) to material-ui StepLabel
2017-03-23 13:49:05 -06:00
Tyler Jones and GitHub
41c9ec7fb5
@types/react-dates: Add null as valid value for FocusedInputShape
...
React dates accepts but more importantly returns `null` as a valid focused state.
Not having this in the typings allows unexpected errors when using `strictNulls` checking.
```typescript
if (focusedInput !== undefined) {
// focusedInput input could be null here, but the type system does not acknowledge that.
}
```
2017-03-23 10:58:10 -07:00
Izayoi Ko and GitHub
ae2748ed00
kcors: Update "Definitions by" section
2017-03-24 01:51:48 +08:00
Izayoi Ko and GitHub
3af50bd79b
kcors: Fix options type
2017-03-24 01:33:01 +08:00
Aaron Jensen and GitHub
6f9fa27d32
bluebird: Fix join's callback args
...
These args are not actually optional as far as I can tell.
2017-03-23 09:53:10 -07:00
Peter Glas
79725c7599
Trying to avoid forbidden-type Function
2017-03-23 16:14:34 +01:00
Tamlyn Rhodes
e4cc71081f
Add properties used in tests.
...
Add accessor for child context.
Add WrappedComponent property.
2017-03-23 14:55:11 +00:00
David Asmuth
ccda793e88
Converted tabs to 4 spaces.
2017-03-23 15:45:37 +01:00
David Asmuth
5561a8668d
JSDoc deprecation instead of comments
...
Replaced all deprecation comments with an equal or more helpful JSDoc deprecation annotation.
2017-03-23 15:41:51 +01:00
Peter Glas
c149878dc3
Added linting. Using Function type for function. Again ditched minor patch version...
2017-03-23 15:29:48 +01:00
David Asmuth
e5b4298cd1
Added non-legacy BufferAttribute types
...
deprecated legacy Attribute types
2017-03-23 15:07:41 +01:00
epicgirl1998
7253c30c21
add test for chrome.tabs.TAB_ID_NONE
2017-03-23 16:06:39 +02:00
epicgirl1998
177f46518b
add chrome.tabs.TAB_ID_NONE
2017-03-23 15:57:51 +02:00
epicgirl1998
b0e1896356
add test for chrome.tabs.InjectDetails.frameId
2017-03-23 15:51:09 +02:00
epicgirl1998
42ef00c959
Add frameId to chrome.tabs.InjectDetails
2017-03-23 15:39:59 +02:00
Mikael Kohlmyr
94692a26d7
Fix es6 import for blueimp-md5.
2017-03-23 14:11:24 +01:00
Eduardo Alves
5f1de8050e
fix: winston LoggerOptions with correct type for rewritters and filters
2017-03-23 13:45:12 +01:00
Philipp Zins
0d06ba4519
updated test and component prop of router
2017-03-23 12:53:32 +01:00
Curtis
5a824d6ca8
Adding LatLngLiteral to googlemaps CircleOptions.center
2017-03-23 10:15:41 +00:00
Alexey Pelykh and GitHub
f77e5a0923
Update index.d.ts
2017-03-23 10:05:55 +02:00
Alexey Pelykh and GitHub
a73466afdb
Update index.d.ts
...
request.jar() accepts Store (tough-cookie Store) as its optional parameter https://github.com/request/request/blob/master/lib/cookies.js#L19
2017-03-23 09:39:20 +02:00
Philipp Zins
fac784746d
add null as a possible return vale to matchPath
2017-03-23 08:36:05 +01:00
Philipp Zins
a068733246
fixed test
2017-03-23 08:30:18 +01:00