Commit Graph

38451 Commits

Author SHA1 Message Date
Tomek Łaziuk
3328fc5ee7 rbac-a 2017-12-05 11:09:57 +01:00
Arthur Ozga
9fb1696ad5 Merge pull request #21920 from dminine/master
[algolia] geo-search parameters type fixed
2017-12-04 17:34:17 -08:00
Arthur Ozga
a36d57f427 Merge pull request #21931 from liyinsg/ioredis
[ioredis] min, max can be string '-inf', '+inf', or '(number'
2017-12-04 17:34:03 -08:00
Arthur Ozga
2879370ab7 Merge pull request #21882 from nthnguyen/master
[fullcanlendar] Introduce new param for changeView method
2017-12-04 17:33:25 -08:00
Arthur Ozga
f844544d69 Merge pull request #21883 from daphnesmit/fix-elasticsearch
[ElasticSearch] skipped missing in Shards & sort values are returned in response
2017-12-04 17:32:37 -08:00
Arthur Ozga
1dbe090956 Merge pull request #21930 from vankarish/master
Fix parameters in ContentState.CreateFromBlockArray() from Draft.js
2017-12-04 17:32:04 -08:00
Arthur Ozga
1208ab85bd Merge pull request #21925 from segayuu/types-chokidar-cleanup-lint-errors
[@types/chokidar] Cleanup lint errors
2017-12-04 17:31:43 -08:00
Arthur Ozga
02a87c142d Merge pull request #21873 from richardtagger/update-draftjs-applyentity
[draftjs] Update CharacterMetadata.applyEntity and Modifier.applyEntity
2017-12-04 17:31:14 -08:00
Arthur Ozga
b0bb03f167 Merge pull request #21944 from beenotung/patch-2
updated @types/node-rsa annotation
2017-12-04 17:30:58 -08:00
Arthur Ozga
10f9814cbc Merge pull request #21836 from rosskevin/react-autosuggest-updates
[react-autosuggest] update signatures, documentation, use generic type
2017-12-04 17:30:43 -08:00
Arthur Ozga
d4c98b0870 Merge pull request #21913 from 43081j/quill-fixes
quill: add scroll and getBounds definition
2017-12-04 17:30:25 -08:00
Arthur Ozga
476a6fe009 Merge pull request #21897 from Hannes-Magnusson-CK/master
Add missing native node tls.checkServerIdentity function
2017-12-04 16:41:04 -08:00
Eloy Durán
ab3f992492 Merge pull request #21957 from iRoachie/rne
Remove react-native-elements
2017-12-05 00:30:55 +01:00
Daniel Rosenwasser
85f0127b53 Merge pull request #21086 from FaithForHumans/reactstrap-exportProps
[reactstrap] Adding props export to all elements.
2017-12-04 14:52:59 -08:00
Kyle Roach
83cdd735d3 Update notNeededPackages.json 2017-12-04 17:11:18 -04:00
Kyle Roach
335df032c7 Remove react-native-elements 2017-12-04 17:05:43 -04:00
FaithForHumans
89a722bd8f Getting rid of named component exports.
Restoring UncontrolledProps in Alert, ButtonDropdown, Dropdown, NavDropdown, and Tooltip.
2017-12-04 14:51:18 -06:00
Hannes Magnusson
a385b18cd6 Export nodejs native tls.checkServerIdentity function 2017-12-04 12:18:51 -08:00
Armando Aguirre
e4a7331e99 Merge pull request #21758 from saboya/nes7
Updating type definitions for nes >= 7.0.0 and hapi-auth-basic >= 5.0.0
2017-12-04 11:22:03 -08:00
Benjamin Lichtman
6f744dcb67 Merge pull request #21950 from jgoz/react-fragment-fix
[@types/react] Use ComponentType for React.Fragment
2017-12-04 14:01:35 -05:00
John Gozde
13a6e92a7f Revert 'type' changes 2017-12-04 11:49:38 -07:00
Josh Goldberg
ad0e1920d2 Re-added exports and "chai" module to chai types (#21924)
* Re-added exports and "chai" module to chai types

Fixes issues with downstream typings and projects that relied on the chai module.

* Re-disabled packaging tslint rules
2017-12-04 10:44:00 -08:00
John Gozde
5afa32483e Prefer disable-next-line 2017-12-04 11:33:33 -07:00
John Gozde
d105bd4c8d Use ComponentType for React.Fragment 2017-12-04 10:27:42 -07:00
Kevin Ross
ec54184e1b JSX.Element -> React.ReactNode 2017-12-04 10:39:31 -06:00
Beeno Tung
8a3c0175f1 Update index.d.ts
added 'buffer' as Encoding type
2017-12-05 00:22:50 +08:00
Hannes Magnusson
d251c643c3 Fix lint error: 'tslint:disable' is forbidden 2017-12-04 07:38:30 -08:00
daphnes
886c0a0b65 Remove tabbing 2017-12-04 12:26:48 +01:00
Li Yin
96a344dd42 min, max can be string '-inf', '+inf', or '(number', as described in https://redis.io/commands/zrangebyscore 2017-12-04 14:06:51 +08:00
Polina
3628b8552d Update index.d.ts of Draft.js typings
ContentState.CreateFromBlockArray() should have its second parameter as optional
2017-12-04 12:34:12 +07:00
Nam Nguyen Thanh
cb78736241 Merge branch 'fullcalendar/introduce-new-param-for-change-view' 2017-12-04 09:05:11 +07:00
Nam Nguyen Thanh
b53f9eac8e Change dataOrRange to optional param 2017-12-04 09:04:41 +07:00
segayuu
672a8926e1 cleanup lint error: dt-header 2017-12-04 11:01:50 +09:00
segayuu
f1be10968f cleanup lint errors: no-padding, no-trailing-whitespace 2017-12-04 11:00:51 +09:00
segayuu
cd3935c672 Delete unnecessary rule invalidation setting 2017-12-04 10:58:29 +09:00
Andy Hanson
34f6a6d096 Increase commander asOfVersion to not conflict with current version 2017-12-03 08:42:47 -08:00
Dmin
f3d99a1766 fix(algolia): geo-search parameters type 2017-12-03 23:40:58 +09:00
43081j
09b8dc2546 add some quill types 2017-12-02 18:47:31 +00:00
Armando Aguirre
0128360a9d Merge pull request #21893 from Roaders/format-duration
types for format-duration
2017-12-01 18:05:52 -08:00
Armando Aguirre
cd99578a42 Merge pull request #21898 from mykter/master
Add react-tagsinput definition
2017-12-01 18:03:07 -08:00
Armando Aguirre
7377989754 Merge pull request #21874 from kostya-misura/aws-lambda-patch
Extends aws-lambda callback signature to accept primitive types (boolean, number and string) as result
2017-12-01 17:40:37 -08:00
Armando Aguirre
6fc4a20a12 Merge pull request #21736 from benstevens48/update-stripe-v3
add element.destroy to stripe-v3
2017-12-01 17:37:55 -08:00
Armando Aguirre
f4ceb238b4 Merge pull request #21744 from martincostello/Apple-Pay-JS-V3
Updates for Apple Pay JS version 3
2017-12-01 17:29:44 -08:00
Peter Burns
09a37f8c3e fuzzaldrin: Refine the type of the key option, add tests. (#21738) 2017-12-01 16:58:34 -08:00
Armando Aguirre
48c40d3ad0 Merge pull request #21719 from ipv4sec/master
feat: add mapnik d.ts
2017-12-01 16:06:19 -08:00
Armando Aguirre
1445f90227 Merge pull request #21739 from tai2/ignore-styles
[ignore-styles] new package
2017-12-01 15:58:10 -08:00
Armando Aguirre
cafb4c5616 Merge pull request #21716 from onderceylan/master
leaflet.heat TypeScript type definitions
2017-12-01 15:55:08 -08:00
Armando Aguirre
37dc8fe8ae Merge pull request #21770 from yasupeke/add_events
Added types for events
2017-12-01 15:40:59 -08:00
Armando Aguirre
f8c82f767b Merge pull request #21536 from uxsoft/node-forge--add-cipher-namespace
node-forge: add cipher namespace
2017-12-01 15:39:06 -08:00
Armando Aguirre
3a185a6d0f Merge pull request #21780 from adamwpc/master
Add react-image-gallery types for React Image Gallery
2017-12-01 15:36:40 -08:00