Commit Graph

28033 Commits

Author SHA1 Message Date
cailenmusselman
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
55bf786d3b Fix pg-query-stream by adding a compatible overload to query() (#15351) 2017-03-24 07:44:32 -07:00
Paul van Brenk
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
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
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
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
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
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
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
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
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
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
d29030c2f4 Merge pull request #15340 from izayoiko/patch-1
kcors: Fix options type
2017-03-23 14:14:10 -07:00
Paul van Brenk
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
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
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
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
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
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
ae2748ed00 kcors: Update "Definitions by" section 2017-03-24 01:51:48 +08:00
Izayoi Ko
3af50bd79b kcors: Fix options type 2017-03-24 01:33:01 +08:00
Aaron Jensen
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
f77e5a0923 Update index.d.ts 2017-03-23 10:05:55 +02:00
Alexey Pelykh
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
Karol Janyst
ff5f02d706 Make type parameter optional as it should be 2017-03-23 15:52:40 +09:00
Paul van Brenk
8a308e57a7 Merge pull request #15322 from DefinitelyTyped/AlbertOzimek-master
Albert ozimek master
2017-03-22 17:13:28 -07:00
Paul van Brenk
b1ef749690 Final whitespace 2017-03-22 17:09:07 -07:00
Paul van Brenk
69f9335881 more whitespace 2017-03-22 17:01:36 -07:00
Paul van Brenk
71435511a4 Fix linter issues 2017-03-22 16:38:54 -07:00
Paul van Brenk
3c1e822f29 Merge branch 'master' of https://github.com/AlbertOzimek/DefinitelyTyped into AlbertOzimek-master 2017-03-22 16:30:37 -07:00
Paul van Brenk
c2d4585c88 Merge pull request #15150 from kant2002/react-bootstrap-rowcolspan
Mostly row/column spanning improvements
2017-03-22 16:21:11 -07:00
Paul van Brenk
e6905e3d05 Merge pull request #15149 from Iezious/patch-1
ConsumerGroupOptions & ConsumerGroup fixes
2017-03-22 16:20:38 -07:00