Commit Graph

35524 Commits

Author SHA1 Message Date
Benjamin Lichtman
0fe2aa3660 Merge pull request #19903 from ksaifullah/patch-1
Missing options for @types/mongoose
2017-09-21 16:03:19 -07:00
Benjamin Lichtman
b80e2904f2 Merge pull request #19917 from pettyalex/master
Fix types for Recharts, optional properties were incorrectly marked required
2017-09-21 16:00:10 -07:00
Benjamin Lichtman
dd133b0483 Merge pull request #19757 from keton/noble-fixes
[noble] add missing noble.removeListener() interface and noble.state variable
2017-09-21 15:43:40 -07:00
Benjamin Lichtman
844a9386e5 Merge pull request #19881 from DenisCarriere/osrm
Publish osrm Typescript definition
2017-09-21 15:37:38 -07:00
Benjamin Lichtman
0201043699 Merge pull request #19885 from dudeofawesome/gulp-zip
Add typings for gulp-zip
2017-09-21 15:33:54 -07:00
Benjamin Lichtman
4f0971e00c Merge pull request #19883 from dudeofawesome/read-pkg-up
Add typings for read-pkg-up
2017-09-21 15:33:01 -07:00
John Papandriopoulos
60e2268280 Add missing tls.connect lookup option for node 8.x (#19861)
* Add missing tls.connect lookup option for node 8.x

* Following @Flarna's review: updated options type
2017-09-21 08:14:40 -07:00
Michal Lower
a218de290f Fix of: More general overload should come last 2017-09-21 11:09:54 +02:00
Benjamin Lichtman
c1534fd023 Merge pull request #19754 from YunS-Stacy/master
[leaflet-draw] Add Draw Handlers
2017-09-20 15:44:02 -07:00
Denis
675b5d076f Fix linting issue 2017-09-20 17:08:01 -04:00
Denis
694ac156d4 Access to Types from namespace OSRM 2017-09-20 17:02:04 -04:00
Benjamin Lichtman
cfbbb815b3 Merge pull request #19827 from marvinhagemeister/puppeteer
Add typings for `puppeteer` (headless chrome framework)
2017-09-20 13:58:25 -07:00
Benjamin Lichtman
c6de9b449b Merge pull request #19792 from scottharwell/express-brute-redis
Add typings for express-brute-redis
2017-09-20 12:52:53 -07:00
Benjamin Lichtman
d2e44fcbca Merge pull request #19884 from cameron-mcateer/master
Add types for react-form@1.3
2017-09-20 12:50:59 -07:00
Alex Petty
edb4b9bd16 Correctly mark viewBox, xAxis, yAxis as optional and add some more shapes to the test 2017-09-20 14:36:06 -05:00
Louis Orleans
3f097b8133 style(read-pkg-up): fix linting 2017-09-20 12:06:10 -07:00
Benjamin Lichtman
c80f879619 Merge pull request #19892 from bfeltman/master
Make all push-options optional
2017-09-20 11:44:05 -07:00
Benjamin Lichtman
3b2d4121f1 Merge pull request #19803 from danielearwicker/react-foundation
Adding definitions for react-foundation
2017-09-20 11:41:00 -07:00
Louis Orleans
531da5fc78 test(read-pkg-up): adds more complete tests 2017-09-20 11:20:23 -07:00
Louis Orleans
d1d1593804 fix(read-pkg-up): make requested changes 2017-09-20 11:19:41 -07:00
Cameron McAteer
71fde721bd Added more specific typings for some interfaces 2017-09-20 10:30:31 -07:00
Boris Aranovich
c30b86dfaa Fix for JQueryUI ResizableEvents interface (#19904)
Fixes #19901
2017-09-20 18:11:07 +01:00
Benjamin Lichtman
cd7b44a336 Merge pull request #19807 from li-xinyang/patch-1
Add missing Data attribute for Treemap component
2017-09-20 09:09:20 -07:00
Marvin Hagemeister
30bdac9d69 Add typings for puppeteer 2017-09-20 17:52:34 +02:00
Benjamin Lichtman
1960ddc332 Merge pull request #19824 from pasieronen/bunyan-reemit-error-events
bunyan: add support for reemitErrorEvents stream flag
2017-09-20 08:40:26 -07:00
Benjamin Lichtman
e010558ca0 Merge pull request #19893 from bayssmekanique/master
Adds constructor with options to chokidar
2017-09-20 08:39:20 -07:00
Benjamin Lichtman
d97b6891ae Merge pull request #19898 from robertorobles/patch-1
Change hostname to host
2017-09-20 08:38:30 -07:00
Benjamin Lichtman
9ab3221f01 Merge pull request #19866 from pvdyck/master
Mapbox-gl fix: stops are optional in StyleFunction
2017-09-20 08:36:00 -07:00
Andy
181732f14f react-dom: Disable "no-unnecessary-generics" lint (#19908) 2017-09-20 08:29:54 -07:00
Andy
e16b5b69b1 react-transition-group: Fix export (#19907) 2017-09-20 07:18:07 -07:00
Andy
c024444222 react-app: Use type parameter defaults (#19906) 2017-09-20 07:17:29 -07:00
Khalid Saifullah
e06a7cc6e4 Missing options for ModelFindByIdAndUpdateOptions
@see http://mongoosejs.com/docs/api.html#model_Model.findByIdAndUpdate
2017-09-20 20:20:11 +10:00
Roberto Robles Fernández
d16d15d914 Change hostname to host
hostname must be host in Options interface.
https://github.com/webdriverio/webdriverio/blob/master/lib/cli.js#L72
2017-09-20 10:17:23 +02:00
Zach Cardoza
bc971be08e Bumps version and adds to editor list 2017-09-19 22:47:41 -07:00
Zach Cardoza
aa85998b99 Adds constructor with options 2017-09-19 22:38:36 -07:00
Brandon Feltman
6137f36dfd Make all push-options optional 2017-09-19 20:47:01 -06:00
YunS-Stacy
f5671de712 format code 2017-09-19 21:54:54 -04:00
YunS-Stacy
262e3ec0c4 add public methods to L.Draw.Feature 2017-09-19 21:20:37 -04:00
Scott Harwell
90285b73cf Update to correct formatting issues 2017-09-19 21:07:49 -04:00
Benjamin Lichtman
b04ef81201 Merge pull request #19753 from prabh-62/master
[@types/pdfjs-dist] Expose all interfaces
2017-09-19 16:56:13 -07:00
Benjamin Lichtman
088a9c4d7f Merge pull request #19752 from derekfinlinson/master
Add separate Process event context interfaces to xrm
2017-09-19 16:45:31 -07:00
Benjamin Lichtman
ac0d89927a Merge pull request #19684 from avonwyss/mfiles
mfiles: Added missing CLSID constants
2017-09-19 16:44:11 -07:00
Benjamin Lichtman
2d3fe749ae Merge pull request #19693 from florian-richter/master
redux-actions: Remove incorrect type assumptions in handleActions
2017-09-19 16:42:43 -07:00
Benjamin Lichtman
edc90dc0c5 Merge pull request #19695 from mikeyGlitz/react-bootstrap-table/remote-expansion
React bootstrap table/remote expansion
2017-09-19 16:40:53 -07:00
Benjamin Lichtman
9c67d80d08 Merge pull request #19698 from SuperOleg39/bootstrap-datepicker
bootstrap-datepicker - append all available datepicker events
2017-09-19 16:39:23 -07:00
Benjamin Lichtman
dd53959f3c Merge pull request #19700 from dkamburov/master
[ignite-ui]Update Ignite UI typing definition according the latest 17.1 build
2017-09-19 16:37:34 -07:00
Benjamin Lichtman
d90aefbb76 Merge pull request #19705 from loopArray/patch-1
[jQuery simplePagination] add lost options member add comments
2017-09-19 16:35:08 -07:00
Benjamin Lichtman
d60f79d3c8 Merge pull request #19717 from drmikecrowe/master
[loopback]:  Fix remoteMethod and add detailed definition for parameters
2017-09-19 16:33:13 -07:00
Benjamin Lichtman
b74d1e3594 Merge pull request #19738 from ikatyang/feat/prettier-1.7
feat(prettier): update to version 1.7
2017-09-19 16:31:01 -07:00
Benjamin Lichtman
d17b79a698 Merge pull request #19746 from mkannwischer/master
@types/angular-strap: updated all options types to 2.3.8
2017-09-19 16:26:50 -07:00