Commit Graph

33493 Commits

Author SHA1 Message Date
Andrew Casey
4db3fa3364 Merge pull request #18648 from BendingBender/redlock
[redlock] add typings for v3, enable linting & strictNullChecks
2017-08-08 13:24:14 -07:00
Andrew Casey
a781d7cf1c Merge pull request #18719 from BendingBender/path-exists
[path-exists] add typings for v3, add strict null checks & linting
2017-08-08 13:22:16 -07:00
Andrew Casey
f16caa9b04 Merge pull request #18695 from tn0502/tonguye/virtualizedlistprops
Added definition for VirtualizedListProps.
2017-08-08 13:18:42 -07:00
Nicholas Guarracino
24debbc209 Added type definition for reconnectingwebsocket. (#18705) 2017-08-08 13:16:49 -07:00
Dimitri Benin
c23b6de8cf [esri-leaftlet-geocoder] introduce typings (#18699) 2017-08-08 13:16:23 -07:00
Andrew Casey
990c3d6829 Merge pull request #18664 from smac89/patch-1
[HOTFIX-Merge2] Merge2 currently does not offer the option to listen for other events apart from queueDrain
2017-08-08 13:07:42 -07:00
Andrew Casey
5f00192af1 Merge pull request #18679 from kazuyamamoto/node-socket-remoteaddress
node: net.Socket.remoteAddress may be undefined
2017-08-08 12:58:20 -07:00
Andrew Casey
8e42e679a7 Merge pull request #18717 from ismail-syed/webpack/NamedChunksPlugin-param
Add constructor param to webpack NamedChunksPlugin
2017-08-08 12:36:46 -07:00
Kenzie Togami
31996672cf [react-redux] Add connectAdvanced from v5 (#18488) 2017-08-08 12:20:49 -07:00
Dimitri Benin
4b5aedb84c [metadata] fix incorrect metadata & tslint ignores (#18653) 2017-08-08 12:20:15 -07:00
Bradley Ayers
e8ff5620d6 Fix prosemirror-transform Transform methods to allow inheritence. (#18681) 2017-08-08 12:17:10 -07:00
Matt Haggard
34f60516b3 Add state def arg to React.Component (#18694)
This removes the following errors for me:

```
node_modules/@types/victory/index.d.ts(81,43): error TS2314: Generic type 'Component<P, S>' requires 2 type argument(s).
node_modules/@types/victory/index.d.ts(175,39): error TS2314: Generic type 'Component<P, S>' requires 2 type argument(s).
node_modules/@types/victory/index.d.ts(227,43): error TS2314: Generic type 'Component<P, S>' requires 2 type argument(s).
node_modules/@types/victory/index.d.ts(669,38): error TS2314: Generic type 'Component<P, S>' requires 2 type argument(s).
node_modules/@types/victory/index.d.ts(853,38): error TS2314: Generic type 'Component<P, S>' requires 2 type argument(s).
node_modules/@types/victory/index.d.ts(924,37): error TS2314: Generic type 'Component<P, S>' requires 2 type argument(s).
node_modules/@types/victory/index.d.ts(1010,39): error TS2314: Generic type 'Component<P, S>' requires 2 type argument(s).
node_modules/@types/victory/index.d.ts(1107,39): error TS2314: Generic type 'Component<P, S>' requires 2 type argument(s).
node_modules/@types/victory/index.d.ts(1185,38): error TS2314: Generic type 'Component<P, S>' requires 2 type argument(s).
node_modules/@types/victory/index.d.ts(1418,41): error TS2314: Generic type 'Component<P, S>' requires 2 type argument(s).
node_modules/@types/victory/index.d.ts(1520,39): error TS2314: Generic type 'Component<P, S>' requires 2 type argument(s).
node_modules/@types/victory/index.d.ts(1664,37): error TS2314: Generic type 'Component<P, S>' requires 2 type argument(s).
```
2017-08-08 11:45:19 -07:00
Carlos Bonetti
e432bd8132 Update react-maskedinput props to accept default HTML input attributes (#18697) 2017-08-08 11:42:10 -07:00
Alexander James Phillips
b4456e08cd [Ramda] Correct pipe with 8 steps, add pipe with 9 and 10 (#18700)
* Correct pipe with 8 steps, add pipe with 9 and 10

* Ramda - Add single and double argument versions of 9 and 10 pipe
2017-08-08 11:41:42 -07:00
Larry Bahr
43cd9ff2b9 [chart.js] Added Line Chart Options (#18704)
* Added Line Chart Options

http://www.chartjs.org/docs/latest/charts/line.html#configuration-options
showLines - Boolean - If false, the lines between points are not drawn.
spanGaps - Boolean - If false, NaN data causes a break in the line.

* Moved location of property

* Update definitions by
2017-08-08 11:40:55 -07:00
Thomas Shafer
fda95324d1 Added setToken typing to gapi.client. (#18706) 2017-08-08 11:40:31 -07:00
Thomas Shafer
9cbdf886a4 Add gapi.auth2.authorize typings. (#18707) 2017-08-08 11:39:59 -07:00
Thomas Césaré-Herriau
7f87ea02cc Fixed PasswordCredential new spec by adding password field. (#18713)
* Updated CredentialManagement specs to the latest version of 08/04/2017.

* Fixed PasswordCredential definition adding password field

* added tests
2017-08-08 11:39:10 -07:00
remisery
d8097c8945 [vinyl-fs] Refactor typings (#18735)
* extend api

* Add tslint.json and fix lint errors

* Export DestOptions

* Extend API Definitions

* Fix trailing whitespaces
2017-08-08 11:38:08 -07:00
Steven Masala
5a8bd49815 add missing setStartDate and setEndDate methods (#18742)
* add missing setStartDate and setEndDate methods (http://www.daterangepicker.com/#methods)

* add name

* version update
2017-08-08 11:32:56 -07:00
Scott
c1cd5c4292 types(rimraf): add the missing options types (#18740)
* feat(rimraf): add the missing options types

* feat(rimraf): add tslint.json

* refactor: format code
2017-08-08 11:31:39 -07:00
Avindra Goolcharan
7e252c06da sessionConfig.valid: make optional (#18748)
`koa-session` does not actually require this validator and will provide a default behavior if its not supplied.

see: cb6d2c8448/lib/context.js (L152-L167)
2017-08-08 11:29:26 -07:00
rycornell
b32b41f3a1 Options.reporters should be a string array (#18758) 2017-08-08 11:16:47 -07:00
smac89
9bc4e28e76 Merge remote-tracking branch 'origin/master' into patch-1 2017-08-08 11:17:36 -06:00
smac89
05c4c94cac Added more tests to ensure everything is working as intended 2017-08-08 11:16:25 -06:00
Igor Oleinikov
ed2d738bbb Merge pull request #18627 from cervengoc/master
[knockout] Change Elements in signatures to Node where reasonable
2017-08-08 10:02:42 -07:00
Kazuhiro Yamamoto
869eab040e Make net.Socket.remoteFamily and remotePort optional.
When remoteAddress property is undefined, these properties are also  undefined.
2017-08-08 19:04:44 +09:00
Ismail Syed
be6ad265d0 PR fixes: optional nameResolver and chunk: any 2017-08-07 23:20:02 -04:00
Ismail Syed
68b08dcd2d Add namedResolver function params and return type 2017-08-07 22:33:25 -04:00
Andrew Casey
91913303cc Merge pull request #18722 from amcasey/Base64Typo
base64-js: Correct typo in test case
2017-08-07 18:23:36 -07:00
Andrew Casey
a3488f59ed Merge pull request #18655 from chrissinclair/master
[fetch-mock] Added missing flush() method to FetchMockStatic
2017-08-07 18:11:18 -07:00
Andrew Casey
407a0d5446 Merge pull request #18672 from vincaslt/master
Add removeAll() definition to react-notification-system-redux
2017-08-07 17:56:00 -07:00
Andrew Casey
d7f10195da Merge pull request #18670 from azulay7/master
flatpicker plugins type support
2017-08-07 17:55:13 -07:00
Andrew Casey
9f8b4e107d Merge pull request #18684 from cleverguy25/react-faux-dom-withFauxDOM
React faux dom support for higher order component withFauxDOM
2017-08-07 17:49:16 -07:00
Andrew Casey
3d5874ded8 Merge pull request #18703 from dcherman/raven-shouldsend
Raven: add `shouldSendCallback`
2017-08-07 16:56:33 -07:00
Andrew Casey
459d83be11 Correct typo 2017-08-07 16:28:36 -07:00
Dimitri Benin
d78f9815fe [path-exists] add typings for v3, add strict null checks & linting 2017-08-08 00:54:34 +02:00
Ismail Syed
6a6ec76be3 Add constructor param 2017-08-07 18:35:46 -04:00
Daniel Herman
49013b7277 Correctly identify a few methods as polymorphic
Since these methods return `this`, we should modify the return value to
reflect that so that inherited classes have the return type appropriately
identified as the inherited class
2017-08-07 14:09:42 -04:00
Daniel Herman
9379410e90 Correct the return types for wrap and context
The `wrap` function accepts a function and returns a function that returns
the value from said function, not the Raven instance.  `context` is
implemented in terms of `wrap` and as such should have a return type
corresponding to the value returned from the wrapped function.

Ref:

d359ff776d/lib/client.js (L323-L360)
2017-08-07 13:52:03 -04:00
Daniel Herman
841d4801dc Remove non-existent argument from context
The `onErr` argument no longer exists on the `context` and `wrap` methods
as of Raven 2.0.0

8a88d5d4f8
2017-08-07 13:50:30 -04:00
Daniel Herman
d2dfe1e49e add shouldSendCallback 2017-08-07 12:47:31 -04:00
Tommy Nguyen
534d133d8d fixup! Added definition for VirtualizedListProps.
Fixed inconsistent definitions.
2017-08-07 18:21:45 +02:00
Tommy Nguyen
f1f3e5e89d Added definition for VirtualizedListProps. 2017-08-07 16:56:41 +02:00
Cleve Littlefield
15a46676aa Increment version. 2017-08-07 01:09:37 -07:00
Cleve Littlefield
2f6f1e5ca8 Fix lint errors. 2017-08-07 01:02:08 -07:00
Cleve Littlefield
b503e62b3e Add to Definitions by section. 2017-08-07 00:52:14 -07:00
Cleve Littlefield
acd4c61167 withFauxDOM, connectFauxDOM, animateFauxDOM? support 2017-08-07 00:48:55 -07:00
Eloy Durán
1514d1b834 Merge pull request #18665 from SahinVardar/master
Add typings for react-native-sensor-manager
2017-08-06 13:35:13 -04:00
BIKS\amit
7fb16692ad update to array of any 2017-08-06 18:13:30 +03:00