Commit Graph

35547 Commits

Author SHA1 Message Date
Benjamin Lichtman
8716db2dec Merge pull request #19820 from jeffwu85182/master
Add props for BarcodeScanOptions
2017-09-21 16:42:33 -07:00
Benjamin Lichtman
3e32741b67 Merge pull request #19781 from forabi/update-jszip
Update JSZip
2017-09-21 16:41:35 -07:00
Benjamin Lichtman
7e1c984345 Merge pull request #19797 from nikeee/patch-2
Add missing cookies property
2017-09-21 16:35:15 -07:00
Benjamin Lichtman
46c818c1b3 Merge pull request #19778 from harrygr/patch-1
Update parameter for token callback
2017-09-21 16:26:45 -07:00
Benjamin Lichtman
55260ed7ce Merge pull request #19771 from axetroy/master
[sequelize] describe the transaction's options as clearly as possible
2017-09-21 16:12:27 -07:00
Benjamin Lichtman
dc587128da Merge pull request #19944 from wy193777/master
[mongoose] fix some missing semicolon
2017-09-21 16:06:32 -07:00
Benjamin Lichtman
ca09a9053a Merge pull request #19913 from scleriot/master
Update Video.js Player with new function requestFullscreen/cancelFullscreen
2017-09-21 16:06:06 -07:00
Benjamin Lichtman
0058789de2 Merge pull request #19915 from firsttris/master
jest: restoreAllMocks()
2017-09-21 16:04:39 -07:00
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
Shenghan Gao
ca30f9b4fa fix some missing semicolon 2017-09-21 11:39:14 -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
firsttris
d061c94a0d bump jest version to 21.1 2017-09-21 06:51:30 +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
firsttris
02323b5357 jest: added restoreAllMocks 2017-09-20 19:49:04 +02:00
firsttris
6c121d8c2f jest: added restoreAllMocks 2017-09-20 19:45:34 +02:00
Simon Clériot
bce38ced14 Fix space in comments 2017-09-20 19:41:24 +02: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
Simon Clériot
0cb8d1f7c8 Replace cancelFullScreen by exitFullscreen 2017-09-20 18:46:31 +02:00
Simon Clériot
2e11a03259 Update Videojs version 2017-09-20 18:43:39 +02:00
Simon Clériot
b73368a751 Update Player with new function requestFullscreen/cancelFullscreen
But keep the legacy functions
2017-09-20 18:39:40 +02: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