Commit Graph

36091 Commits

Author SHA1 Message Date
Andy
fbdaba3edc pg-types: Remove "moment" dependency (#20525) 2017-10-12 13:47:52 -07:00
ohze.net
a06c2aaba6 paho-mqtt: fix Message.{payloadBytes, qos, constructor} & add export = to module declaration (#20528)
* paho-mqtt: fix type of payload constructor param & member payloadBytes of class Message

* paho-mqtt: fix type of Message.qos & add `export = Paho.MQTT` to module 'paho-mqtt' & add some other test cases
2017-10-12 13:47:05 -07:00
Matanel Sindilevich
e99171508a Type definitions for the Tress library (#20532)
* Adding .d.ts for the tress library

* Removing dev additions from the package.json

* Adding strictFunctionTypes to the tsconfig.json
2017-10-12 13:43:04 -07:00
segayuu
90649b73fe [Bluebird] cleanup lint errors (#20449)
* Cleanup Lint Error: ban-types

* Cleanup lint error: unified-signatures(exclude Promise.props())

* Cleanup lint error: array-type

* Setting max-line-length not to exceed current length

* Cleanup lint error: one-line

* Cleanup lint error: lintstrict-export-declare-modifiers

* [request] toJSON() return Object => object
2017-10-12 13:41:30 -07:00
Brandon Matheson
1587ff2a5c Resolve 20531 (#20533)
* Added ListTitle and SiteTitle to ContextInfo

* Added LastSelectedItemIID to RenderContext_InView
2017-10-12 13:38:09 -07:00
Gal Talmor
6333e37c8c Add File fields related to Multer S3 and fix metadata parameter type (#20339)
* Add File fields related to Multer S3 and fix metadata parameter type

* Update index.d.ts

* Add File fields related to Multer S3 and fix metadata parameter type

* Add File fields related to Multer S3 and fix metadata parameter type

* Add File fields related to Multer S3 and fix metadata parameter type
2017-10-12 02:25:55 -07:00
Sampson Oliver
2cdb812a31 stripe-node updated typings for webhook verification (#20382)
* Added stripe-node typings for webhook verification

- See example on the stripe-node github for webhook signing here: https://github.com/stripe/stripe-node/tree/master/examples/webhook-signing

* Updated stripe-node types version
2017-10-12 02:23:28 -07:00
Jacob Froman
972e5154d8 [react-native-google-signin] Add Typings (#20505)
* Add typings for react-native-google-signin

* Fix type in configure parameter

* Remove optional in favor of type | null
2017-10-12 02:22:49 -07:00
Alex Coles
6d187525fa [jest-diff] [jest-get-type] [jest-matcher-utils] Add typings (#20509)
* Add typings for jest-diff

* Add typings for jest-get-type

* Add typings for jest-matcher-utils

* Enable noImplicitThis option for jest-diff

* Enable noImplicitThis option for jest-get-type

* Enable noImplicitThis option for jest-matcher-utils

* Point jest-diff project URL to GitHub

* Point jest-get=type project URL to GitHub

* Point jest-matcher-utils project URL to GitHub

* Uncomment EXPECTED_BG, RECEIVED_BG variables

Although these variables have been removed on master of the
jest-matcher-utils repo, there has yet to be a release.

Add a TODO to indicate that a future update to these definitions will
be necessary.
2017-10-12 02:22:14 -07:00
Ruben Taelman
e5b56fcf1b Add RDFJS typings (#20507) 2017-10-12 02:19:53 -07:00
Jesse Zhang
7a068dfc31 [node-zookeeper-client] fix event type, should be number (#20500) 2017-10-12 02:17:21 -07:00
Josh Hall
cc47a2e4e1 @types/dwt: Add methods and properties to WebTwainEnv (#20506)
* Add Unload method to WebTwainEnv

* Add Containers property to WebTwainEnv

* Define arguments for RegisterEvent callback function

* Add Container interface

* Use correct syntax for Containers array definition
2017-10-12 01:46:23 -07:00
taoqf
87e5366901 remove log4js (#20518)
* add type definition numjs

* move ndtype from ndarry to numjs, remove unnecessary comments

* remote jsdoc annotations

* fixed: [#18508](https://github.com/DefinitelyTyped/DefinitelyTyped/issues/18508)

* add temptype to tolist

* fixed: merge Error.

* add interface TouchEvent

* remove log4js
2017-10-12 00:52:59 -07:00
Sebastian Ferreyra
16cec459b7 Widened 'koa'.Context.session type3 in order to enable strict null checks inb the compiler (#20341) 2017-10-11 16:21:25 -07:00
Giorgio Garasto
b4f36d8b46 node-telegram-bot-api - Added missing type definitions (#20335)
* Added types based on https://core.telegram.org/bots/api

* Fixed dtslint errors

* Updated tests

* Syntax update

Switched to newer syntax for function declarations in interfaces.
2017-10-11 16:20:57 -07:00
xeningem
0fc087ca36 Fix definition for convert-layout (#20355)
* Add types for convert-layout ( https://github.com/ai/convert-layout )

* Add missed layouts, fix tsc warnings

* Fix tslint and common mistakes

* Simplify definition structure for convert-layout
2017-10-11 16:20:10 -07:00
lucideer
dd06dd6ece [geojson] Allow numeric ID on GeoJSON Feature (#20320)
* Allow numeric ID on GeoJSON Feature

* Allowing numeric ID on GeoJSON features in d3-geo (after CI failure from changes to geojson typings)
2017-10-11 16:18:18 -07:00
Andy
ce93003d66 yog2-kernel: Fix strictFunctionTypes errors (#20376) 2017-10-11 16:17:36 -07:00
Andy
e042aa6ed4 d3-countour: Enable strictFunctionTypes (#20375) 2017-10-11 16:16:43 -07:00
CodeAnimal
153f7f5919 Add feedme 1.0.1 npm package type definitions (#20111)
* Add feedme 1.0.1 type definitions

* Remove types from tsconfig.json

* Add tslint.json

Correct issues raised by dtslint.

* Add CommonJs module import tests

* Remove `import * as ...` test case.

* Add "strictFunctionTypes" to tsconfig
2017-10-11 16:15:35 -07:00
Patrick Walsh
6b3463ec0c [mixpanel] Add time_event, people.union, and typedef for init config param (#20342)
* @types/mixpanel: Add 'time_event' and 'people.union' functions

* @types/mixpanel: Add typedef for mixpanel.init() library configuration
2017-10-11 16:14:12 -07:00
Tom Wanzek
b7d6b8d33f [d3-drag/d3-zoom] Update minor versions 1.2.1/1.6.0 (#20323)
* Minor Version  updates:
* [d3-drag] Added `touchable(...)` support
* [d3-drag] Bumped minor version to 1.2
* [d3-zoom] Added `touchable(...)` support
* [d3-zoom] Bumped minor version to 1.6

* d3
* Bump minor version to 4.11
2017-10-11 16:13:31 -07:00
Thomas Chia
53665b21cc [aws-iot-device-sdk] - Fix references to the mqtt types (#20344)
* Update index.d.ts

Fix mqtt type references.

* Make the tests compatible with noImplicitAny: true.

* Update version.

* Add package.json for mqtt type dependency.

* Remove mqtt in favour of original package definitions.

* Update notNeededPackages.

* Add private flag to package.json.

* Trigger travis

* Update subscribe options.

* Fix subscribe callback.
2017-10-11 16:12:54 -07:00
Michael Ledin
3b0846cbdd markerclustererplus: lint, ClusterIcon, tests, fixes. (#20337)
Add linting.
Separate ClusterIcon from ClusterIconInfo.
Remove "opt_" prefix from parameters and make them optional.
Add tests.
2017-10-11 16:11:52 -07:00
Günther Foidl
2e172c9425 plotly.js added side and overlaying, allowing multiple y-axis (#20467)
Values according official documentation.
2017-10-11 15:49:41 -07:00
daprahamian
5b6f5ef807 feat(zen-push): adding types for zen-push (#20476) 2017-10-11 15:49:13 -07:00
York Yao
28e995bbff add types of decompress (#20478) 2017-10-11 15:48:10 -07:00
Karol Janyst
4ec1572a3d Add definitions for redux-saga-routines (#20481) 2017-10-11 15:47:26 -07:00
Tom Wanzek
f25fd1c3f6 [d3-time-format] (#20483)
* [CHORE] Update version number. Closes #20479
* [CHORE] Complete JSDoc comments. Related to #11366
* [CHORE] Validate for strictNullChecks. Related to  #11365
2017-10-11 15:46:10 -07:00
Viktor Isaev
fad8178fc8 Added typings for "restify-cookies". (#20489)
* Added typings for "require-dir".

* Fixed dtslint errors.

* Fixed By field.

* Added typings for "restify-cookies".
2017-10-11 15:45:34 -07:00
Ville Lautanala
6fa7178e81 Update object-hash definitions to match version 1.1.8 (#20491)
Object-hash has added new options that weren’t included in previous
definitions based on version 0.5.0.
2017-10-11 15:44:17 -07:00
Nikita Tokarchuk
8fe7c2ce16 Middleware functions have to return RequestHandler (#20492) 2017-10-11 15:43:44 -07:00
Richard Jedlička
7031c869bb [meteor] EJSONableCustomType shloud have clone and equal method optional (#20494)
According to meteor docs a custom type registered to EJSON is allowed to omit the `clone` and `equals` methods. See https://docs.meteor.com/api/ejson.html#EJSON-addType
2017-10-11 15:43:05 -07:00
Jesse Zhang
75f77248e4 [thrift] Fix thrift multiplexer type, moved generic to createClient (#20495) 2017-10-11 15:42:37 -07:00
Chet Husk
71bfd77861 [archiver] fix bugs in archiver types around destpath/data parameters (#20498)
* fix bugs in archiver types around destpath/data parameters

* fix lint

* fix travis linting errors
2017-10-11 15:41:50 -07:00
John Reilly
df9853bd0b rc-slider: attempt to fix issues (#20502)
* attempt to fix issues
* newline at end of test (needlessly picky I think)
2017-10-11 21:29:06 +01:00
Santiago Sosa
0ac7980c24 Make export a module (#20474) 2017-10-11 22:50:34 +09:00
Ryan Mitchell
177aab9f5b rc-slider: Add definition for createSliderWithTooltip (#20486)
Add definition of createSliderWithTooltip as per docs:
createSliderWithTooltip(Slider | Range) => React.Component
2017-10-11 10:30:59 +01:00
karak
0baf681f2e Added more unit tests and private methods to 'diff-patch-merge' module. (#20398)
* Imported unit tests and pass them and dtslint.

* Fixed URL of the author's home in dt-header.

* Replace mixed tabs by spaces.

* Fixed more tab indents.

* Fixed import statement form.

* Revert a part of dt-header.

* Replace more tabs by spaces.

* Removed useless constructor definition.

* Reverted header and disable a relevant rule of lint.
2017-10-10 17:54:41 -07:00
Clark Stevenson
0ad0e57b77 pixi.js minor changes (#20454)
* pixi.js minor changes

* A few more late additions
2017-10-10 13:23:47 -07:00
Denis Bendrikov
0f83d936eb expose interfaces to allow ES6-style import (#20312) 2017-10-10 13:06:39 -07:00
Viktor Zozuliak
ab8b954ca7 [angular-formly] formlyConfig.setWrapper - accept array of wrapper configs (#20329) 2017-10-10 13:04:12 -07:00
Dasa Paddock
fee1e044cf Fix PointDrawAction events (#20372) 2017-10-10 13:03:32 -07:00
Eric Byers
39a7427dee Adding express-mongo-sanitize typings (#20463) 2017-10-10 13:02:38 -07:00
Rauli L
a97f575766 Add type definitions for RE:DOM 3.6 (#20469)
Introduce new type definition package into repository which adds type
definitions for a library called RE:DOM. These type definitions are made
against RE:DOM version 3.6.2.
2017-10-10 13:00:22 -07:00
Ander
226a61a527 Added WordArray as valid option to secretPassphase param in encrypt and decrypt functions (#20313) 2017-10-10 12:58:51 -07:00
Alex Burner
6ae9301170 Update index.d.ts for version 16.9.0 (#20445)
This expands the TWEEN typings to include the new TWEEN.Group class added in https://github.com/tweenjs/tween.js/pull/346
2017-10-10 12:58:07 -07:00
Kuba Matjanowski
9af7747a43 Exporting types as recommended (#20441)
* correct exports

* updated tests

* lint fixes
2017-10-10 12:57:37 -07:00
psakalo
688500fdd6 Fix default ReactTable export (#20426) 2017-10-10 12:57:22 -07:00
Anton
7eeeebf310 Add the closeOnSelect property (#20444) 2017-10-10 12:56:16 -07:00