Commit Graph
35598 Commits
Author SHA1 Message Date
Benjamin LichtmanandGitHub bbb89a9dac Merge pull request #19931 from Loghorn/execfile
Fixes issues with callback parameters and adds missing promisified
2017-09-22 10:41:24 -07:00
Benjamin LichtmanandGitHub 6bd9be2e36 Merge pull request #19947 from brieb/moment-timezone-population
[moment-timezone] Add Zone population field
2017-09-22 10:21:05 -07:00
Benjamin LichtmanandGitHub 433f88e215 Merge pull request #19389 from nishantkyal/master
Added support for nightmare-inline-download to nightmare.js
2017-09-22 10:17:42 -07:00
Benjamin LichtmanandGitHub 998a48a48e Merge pull request #19891 from Ailrun/openlayers
Update openlayers layer options
2017-09-22 10:15:23 -07:00
Benjamin LichtmanandGitHub df9390235d Merge pull request #19926 from Robinfr/puppeteer-optional-options
[Puppeteer] Options are now optional
2017-09-22 10:10:24 -07:00
Benjamin LichtmanandGitHub 6e55ffb3e9 Merge pull request #19925 from pasieronen/bunyan-bugsnag
bunyan-bugsnag: add types
2017-09-22 10:05:37 -07:00
Alessandro Vergani d0c94a2824 Refactoring of optics-agent 2017-09-22 09:38:21 +02:00
Pasi Eronen 4b38dc6828 bunyan-bugsnag: expose Options interface 2017-09-22 10:14:21 +03:00
Ailrun a70840e717 Update openlayers layer options 2017-09-22 03:04:57 -04:00
Benjamin LichtmanandGitHub 78d81429f4 Merge pull request #19932 from cyrilgandon/angular-file-upload
Add definitions for angular-file-upload
2017-09-21 17:26:59 -07:00
Benjamin LichtmanandGitHub 8bcafee075 Merge pull request #19929 from Kampfgnom/add_accept_language_parser
[accept-language-parser] Add new types for accept-language-parser
2017-09-21 17:19:17 -07:00
Benjamin LichtmanandGitHub ceff0cc336 Merge pull request #19922 from beaulac/google-cloud-datastore
Add @google-cloud/datastore definitions
2017-09-21 17:09:50 -07:00
Benjamin LichtmanandGitHub c55673a7e3 Merge pull request #19923 from mrand01/react-native-safari-view
Add definitions for react-native-safari-view
2017-09-21 17:01:38 -07:00
Benjamin LichtmanandGitHub 91a8affb68 Merge pull request #19919 from mattbishop/deep-freeze-es6
Add definitions for deep-freeze-es6
2017-09-21 16:46:33 -07:00
Benjamin LichtmanandGitHub 222be7f2bd Merge pull request #19890 from dan-j/react-stripe-elements
Added definitions for 'react-stripe-elements'
2017-09-21 16:43:57 -07:00
Benjamin LichtmanandGitHub 8716db2dec Merge pull request #19820 from jeffwu85182/master
Add props for BarcodeScanOptions
2017-09-21 16:42:33 -07:00
Benjamin LichtmanandGitHub 3e32741b67 Merge pull request #19781 from forabi/update-jszip
Update JSZip
2017-09-21 16:41:35 -07:00
Benjamin LichtmanandGitHub 7e1c984345 Merge pull request #19797 from nikeee/patch-2
Add missing cookies property
2017-09-21 16:35:15 -07:00
Benjamin LichtmanandGitHub 46c818c1b3 Merge pull request #19778 from harrygr/patch-1
Update parameter for token callback
2017-09-21 16:26:45 -07:00
Benjamin LichtmanandGitHub 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 LichtmanandGitHub dc587128da Merge pull request #19944 from wy193777/master
[mongoose] fix some missing semicolon
2017-09-21 16:06:32 -07:00
Benjamin LichtmanandGitHub 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 LichtmanandGitHub 0058789de2 Merge pull request #19915 from firsttris/master
jest: restoreAllMocks()
2017-09-21 16:04:39 -07:00
Benjamin LichtmanandGitHub 0fe2aa3660 Merge pull request #19903 from ksaifullah/patch-1
Missing options for @types/mongoose
2017-09-21 16:03:19 -07:00
Benjamin LichtmanandGitHub 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 LichtmanandGitHub 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 LichtmanandGitHub 844a9386e5 Merge pull request #19881 from DenisCarriere/osrm
Publish osrm Typescript definition
2017-09-21 15:37:38 -07:00
Benjamin LichtmanandGitHub 0201043699 Merge pull request #19885 from dudeofawesome/gulp-zip
Add typings for gulp-zip
2017-09-21 15:33:54 -07:00
Benjamin LichtmanandGitHub 4f0971e00c Merge pull request #19883 from dudeofawesome/read-pkg-up
Add typings for read-pkg-up
2017-09-21 15:33:01 -07:00
Brie Bunge 3f6247d91e [moment-timezone] Add Zone population field
Population information was added in moment-timezone 0.5.0:
https://github.com/moment/moment-timezone/commit/dab50e8bcbf2d98ae92e5c688f6849c830a0a791

Zone objects have a population field as seen here:
https://github.com/moment/moment-timezone/blob/0.5.0/moment-timezone.js#L149

Its type is a number. If a timezone doesn't have a population, it defaults to 0, as seen here:
https://github.com/moment/moment-timezone/blob/0.5.0/moment-timezone.js#L129
2017-09-21 12:56:06 -07:00
Shenghan Gao ca30f9b4fa fix some missing semicolon 2017-09-21 11:39:14 -07:00
Alessandro Vergani dde28abe03 Add execFile tests 2017-09-21 17:36:51 +02:00
Alessandro Vergani 3741861f7b Fix optics-agent 2017-09-21 17:36:35 +02:00
Alessandro Vergani 3cc32b8e73 Fix whatwg-streams 2017-09-21 17:36:05 +02:00
John PapandriopoulosandAndy 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
Cyril Gandon 492b0e4c20 angular-file-upload: fix defaults for Filters 2017-09-21 15:22:31 +02:00
Cyril Gandon 6bf7a460e3 angular-file-upload: add defaults, object and Partial 2017-09-21 15:14:01 +02:00
Cyril Gandon baa94943d6 angular-file-upload: add FormData and some comments 2017-09-21 14:39:11 +02:00
Robin Franken 39984b958f Made more options optional 2017-09-21 14:33:28 +02:00
Cyril Gandon 9dad5beb42 angular-file-upload: fixing all linting errors 2017-09-21 13:56:16 +02:00
Cyril Gandon e16e10bc88 angular-file-upload: 2.5 doesn't parse, let's agree on 2.1 2017-09-21 13:45:10 +02:00
Cyril Gandon 93aa13233f angular-file-upload: add typescript version information 2017-09-21 13:31:12 +02:00
Cyril Gandon 250703c8fc angular-file-upload: fix build failure on must specify lib 2017-09-21 13:22:30 +02:00
Cyril Gandon 5d716cb20c angular-file-upload: add tslint.json 2017-09-21 13:16:00 +02:00
Cyril Gandon 00d19e688a angular-file-upload: requested definition Fix #5322 2017-09-21 13:09:28 +02:00
Niklas Wulf 470d41b9bc [accept-language-parser] Fix return type of pick() and add tests for return types 2017-09-21 13:03:25 +02:00
Alessandro Vergani b66ac3815a Fixes issues with callback parameters and adds missing promisified 2017-09-21 12:30:58 +02:00
Niklas Wulf 50ef506345 [accept-language-header] Confirm to dtslint 2017-09-21 12:23:06 +02:00
Niklas Wulf d73ea3885a [accept-language-parser] Add accept-language-parser
This commit adds initial support for the accept-language-parser module which is currently at version 1.4.1

I am not in any way related to the module.
2017-09-21 12:15:46 +02:00
Robin Franken a86128769b Fixed spacing in comment 2017-09-21 11:58:01 +02:00