Commit Graph

7498 Commits

Author SHA1 Message Date
Thomas Bouldin
234e726219 Allow option to be a string in Node 6 request methods (#20272)
* Add string option to request methods.

Per [Node docs](https://nodejs.org/docs/latest-v6.x/api/http.html#http_http_request_options_callback) the `get` and `request` methods should allow the `options` param to be a string. This is true for both the 'https' and 'http' modules.

* Add self to "definitions by" per README recommendations
2017-10-06 07:21:37 -07:00
sotnight
262601f878 Fixed bug in pixi.js. TextMetrics.lineWidgets is incorrect. Should be TextMetrics.lineWidths (#20314) 2017-10-05 12:19:36 -07:00
xeningem
4b74fba917 Add types for convert-layout ( https://github.com/ai/convert-layout ) (#20326)
* Add types for convert-layout ( https://github.com/ai/convert-layout )

* Add missed layouts, fix tsc warnings

* Fix tslint and common mistakes
2017-10-05 12:05:51 -07:00
Michael Ledin
c224cbd8b7 Add Calculator type to markerclustererplus. (#20322) 2017-10-05 11:31:49 -07:00
czengg
5ae8f2754f add constants to exports (#20304) 2017-10-05 11:31:28 -07:00
Max Battcher
3b6b92d45e Revert PouchDB module changes from #18519 (#20305)
Per the README, and with research prompted by #19691, the shape of PouchDB export should reflect what is currently the node package's package.json main export shape (not jsnext:main).
2017-10-05 11:23:53 -07:00
Simon Ramsay
fc10803f20 Patch 1 (#20255)
* call Job.priority() to get the current number priority

* added parameterless definition for Job.priority()

- when called without a priority parameter, it returns the current priority of the job

relevant source https://github.com/Automattic/kue/blob/master/lib/queue/job.js#L520-L536
note: JSDocs in Kue source code appear to not include optional parameters

* priority() returns string if priority set to unexpected priority string
2017-10-05 11:23:27 -07:00
Benjamin Lichtman
49844d69f6 Merge pull request #19822 from adrianbardan/twitter-stream-channels
twitter-stream-channels - fix parameters for StreamChannels: stop()
2017-10-05 11:20:17 -07:00
wagich
b30fe84b29 updates flickity definitions for version 2 and enables use as a module (#20128)
* updates flickity definitions for v2 and enables use as a module

* adds tslint.json and makes tslint happy

* tries to make travis happy
2017-10-05 11:16:02 -07:00
Steve Hipwell
bb0de78f73 Add @koa/cors based on kcors (#20310) 2017-10-05 22:46:26 +09:00
Konstantin Vasilev
01a5cf5820 [sequelize] add operatorsAliases option (#20284)
* [sequelize] add operatorsAliases option

* fix. right symbols usage

* add arbitrary key for aliases options

* fix arbitrary key for strict usage
2017-10-05 22:38:41 +09:00
Dan Evison
b951e88ed5 Added the styling props to the ReferenceLine (#20315) 2017-10-05 22:37:58 +09:00
Chew Yong Wee
a2834a9d05 Add subscribe field to GraphQLFieldConfig and GraphQLField interfaces (#20317) 2017-10-05 22:36:04 +09:00
Adi Bardan
b78f75efce twitter-stream-channels - fix error TS2304: Cannot find name 'object' 2017-10-05 12:26:59 +02:00
Adi Bardan
c9af5aecc7 Merge branch 'master' into twitter-stream-channels 2017-10-05 12:20:37 +02:00
Adi Bardan
bbe5ce26ec Merge remote-tracking branch 'upstream/master' 2017-10-05 12:18:42 +02:00
Tim Wang
b6b48d3a71 Merge branch 'master' into pinch-scrollview 2017-10-05 04:02:43 -05:00
Tim Wang
f30ba01639 Code format 2017-10-05 16:02:23 +08:00
Adi Bardan
ca1e25b039 Merge remote-tracking branch 'upstream/master' into twitter-stream-channels 2017-10-05 09:55:05 +02:00
Tim Wang
c602c4a605 Bump version 2017-10-05 15:38:31 +08:00
Tim Wang
4a3e82ab9e Add pinchGestureEnabled to ScrollView 2017-10-05 15:32:05 +08:00
Glen M
85fce904dd Atom: support the new save* returns. (#20300) 2017-10-05 12:07:52 +09:00
Vincent Biret
1194b01799 SharePoint - Switching all references to SP.ListItem to generic ones to improve compile type checks (#20202)
* breaking change: leveraging generic types for SPListItem methods to improve compile time checks

* updating header to respect format

* replacing authors urls by github account to have automation work properly
2017-10-04 14:37:36 -07:00
Tom Wanzek
5071fcdcdd [d3-geo] Update Definitions to Minor Version 1.8.x (#20270)
* d3-geo
* [FEATURE] Add definitions for per/post-clipping and clipping functions
* [CHORE] Bump version number

* d3-geo
* Added tests for pre/post-clipping and clipping functions

* d3-geo
*[CHORE] Linting fixes.

* d3-geo
* [DOC] Improved wording of clipping function (generator) JSDoc comments
2017-10-04 13:58:26 -07:00
Fedor Kirpichev
b3083c9d2c Updated package name for newer versions of Atmosphere package (#20100)
* Updated package name for newer versions of Atmosphere

* Fixed header

* Created new folder for atmosphere typings and placed deprecation comments.

* Fixed tests name

* Fixed name in tsconfig
2017-10-04 11:16:16 -07:00
wd39
5669dfcdbc Adding type definitions for url-parse npm package (#20233)
* Adding typings for url-parse

* Fixup! import URLSearchParams types

* Adding typings for parse function

* Changes to tsconfig and tslint

* Fixes to the type definitions

* Adding missing tslint file

* Fixing the typos in the header

* Exporting object in a diferent way, adding one more constructor signature and relevant tests

* Removing unnecessary lines from typedef
2017-10-04 11:14:33 -07:00
Marvin Hagemeister
3262769148 puppeteer: Fix wrong boolean type (#20125) 2017-10-04 11:04:35 -07:00
Oz Weiss
19de2783df OAuthOptions.body_hash (#20182) 2017-10-04 11:03:19 -07:00
Eric Lam
c7380aece7 Update @type/enzyme to include hostNodes() (#20291) 2017-10-04 11:02:39 -07:00
Remo H. Jansen
f3938cf13e Added styling options to ReferenceArea element (#20281)
* Added styling options to ReferenceArea element

* Added code review changes

* Added code review changes

* Added code review changes
2017-10-04 11:00:04 -07:00
Rohan Büchner
4db63fa1d8 disableOverlayClick was added to base lib (#20285)
Added this property typing to allow usage of said property on base
2017-10-04 10:59:41 -07:00
James Hulse
5069d22d33 @types/connect-mongo Add Promise constructor and fix spelling mistake (#20178)
* Added Promise constructor and fixed spelling mistake

* Fix spacing

* Merged types in constructor and added test
2017-10-04 10:59:28 -07:00
Wolfgang Faust
e07dba0a0e Add type definitions for object-map. (#20114)
* Add type definitions for object-map.

* Rename object-map's type variables.

Per suggestion from @plantain-00

* object-map: Declare TThis type for thisArg.

Per suggestion from @andy-ms.
2017-10-04 09:09:50 -07:00
Kismet31
8835a0051e AuthorizeConfig.include_granted_scope is S-less (#20289)
As per the documentation for authorize.AuthorizeConfig, include_granted_scopes parameter should include an s.
2017-10-04 08:52:35 -07:00
Ashish Gaurav
53ad6b825c [dygraphs] Update legend option type (#20260)
* [dygraphs] update legend option

- add `never` to list of allowed string values for `legend` option
- ref: http://dygraphs.com/tests/legend-values.html

* [dygraphs] version update

- to publish new @types/dygraph package on npm

* [dygraphs] Updating comment for legend option

- adding comment for 'never' legend style.

* [dygraphs] correcting author url
2017-10-04 07:14:44 -07:00
Windson Yan
b60783a6ef Fix the parameter list of blend method, accept dodge instead of dogde (#20129) 2017-10-04 22:47:14 +09:00
wagich
ed00ecbde0 accepts null as array value when settings slider value (#20132) 2017-10-04 22:45:41 +09:00
Pete Vilter
9586525670 Add dagre-layout (#20257)
Types and tests copied from `dagre`, since `dagre-layout` is a drop-in
replacement for it.
2017-10-04 22:43:18 +09:00
Steve Hipwell
a2814c8188 Add definitions for koa-logger-winston (#20278) 2017-10-04 22:41:40 +09:00
vvakame
6524981881 fix indent 2017-10-04 22:34:11 +09:00
vvakame
4ef4a64748 Merge branch 'master' of https://github.com/mseefelder/DefinitelyTyped into mseefelder-master 2017-10-04 22:32:18 +09:00
Tyrone Dougherty
c29891901e Define the methods on the loading bar provider in angular-loading-bar (#20220)
* Allow @types/angular-loading-bar to export a string name for angular module inclusion

* Add in the methods for @types/angular-loading-bar and fix the tests
2017-10-04 22:28:31 +09:00
Louise Bicker Caarten
86aefa7ce6 Allow Filepath (String) To Json Schema In Convict Constructor (#20274) 2017-10-04 22:27:59 +09:00
Michael A. Volz (Flynn)
a0c42fa0c2 Fixed type for clearConsole to be boolean (#20276)
Using false would result in an error.
2017-10-04 22:27:14 +09:00
Mark Line
0840a8fe71 Add clientProperties object to ConnectionOptions (#20277) 2017-10-04 22:26:54 +09:00
Ben Gladman
d06df01e3c More expressive type definition for Bluebird.method (#20279) 2017-10-04 22:26:08 +09:00
Glen M
601ac7b620 Support Atom v1.21. Remove Electron dependency. (#20282) 2017-10-04 22:25:09 +09:00
Josh Goldberg
a3f56c28fa Added | null to error types in callbacks (#20265)
I'm guessing these haven't been updated since strictness was introduced.
2017-10-04 22:23:08 +09:00
Nathan Shively-Sanders
b0dec6bc6b Merge branch 'master' into fix-for-strictFunctionTypes 2017-10-03 15:28:20 -07:00
Nathan Shively-Sanders
e953d0f886 Merge pull request #20235 from DefinitelyTyped/angular-tests
angular: Fix tests
2017-10-03 15:26:21 -07:00