Commit Graph
30398 Commits
Author SHA1 Message Date
Jean-Michel DECORETandMohamed Hegazy be319089e5 Fix Materialize-css ScrollFireOptions (#17044)
* Fix Materialize-css ScrollFireOptions

The callback is either a strng, or a real typescript callback.

* Add parens
2017-06-08 15:18:37 -07:00
AndyandMohamed Hegazy b3212da01e vinyl: Fix error in typescript@next (#17065) 2017-06-08 15:15:14 -07:00
AndyandMohamed Hegazy a994ca3b60 stale-lru-cache: Fix error in typescript@next (#17063) 2017-06-08 15:14:24 -07:00
AndyandMohamed Hegazy cc464d95a4 rx-*: Fix lint (#17062) 2017-06-08 15:14:00 -07:00
AndyandMohamed Hegazy 90ccae007e restify: Fix error in typescript@next (#17061) 2017-06-08 15:13:41 -07:00
AndyandMohamed Hegazy e8aac973ef quill: Fix error in typescript@next (#17060) 2017-06-08 15:13:10 -07:00
AndyandMohamed Hegazy 2baab8780c passport-local-mongoose: Fix error in typescript@next (#17058) 2017-06-08 15:10:57 -07:00
AndyandMohamed Hegazy 261cdecc96 observe-js: Fix type of ArrayObserver_instance (#17056) 2017-06-08 15:10:37 -07:00
AndyandMohamed Hegazy b3dc832da4 multiplexjs: Fix error in typescript@next (#17055) 2017-06-08 15:10:18 -07:00
Mads MadsenandMohamed Hegazy 96d2d239f8 Updated jwt-decode definitions to v2.2.0 (#17049) 2017-06-08 15:08:28 -07:00
Eli YoungandMohamed Hegazy 380c910b74 [bunyan] Fix automatic publishing (#17045)
The DefinitelyTyped header needs to have the name of the library as it
is published on npm.
2017-06-08 15:08:09 -07:00
Anton CholakovandMohamed Hegazy 5a7ad344d1 Add confirm property in PNotifyOptions (#17043)
Use PNotifyconfirm interface as a type for confirm property in the PNotifyOptions
2017-06-08 14:50:41 -07:00
Simon PfeiferandMohamed Hegazy 47e7bba277 Chartist: added candle stick chart support (#16745)
* Chartist: added candle stick chart support to. This PR is depending on: https://github.com/gionkunz/chartist-js/pull/956

* Increased type definition version for Chartist from v0.9.5 to v0.9.6
2017-06-08 14:46:23 -07:00
StefanSchoofandMohamed Hegazy 0c42afa21a [SharePoint] Add _spFriendlyUrlPageContextInfo (#17052) 2017-06-08 14:35:02 -07:00
Eli YoungandMohamed Hegazy 9e9bee1412 [convict] Fix header (#17046)
The DefinitelyTyped header needs to have the name of the library as it
is published on npm and must not have a patch number in the version.
2017-06-08 14:33:19 -07:00
YuiandGitHub 92f36b653d Merge pull request #16910 from timbru31/update-webdriverio
fix(webdriverio): $$ utility returns an array, fixes #16841
2017-06-08 14:17:42 -07:00
AndyandGitHub dc27c3788c d3-zoom: Add needed type arguments (#17053) 2017-06-08 12:27:20 -07:00
AndyandGitHub 3aaf7db373 verror: Fix lint (#17064) 2017-06-08 09:43:41 -07:00
AndyandGitHub 248eba251a parse: Fix error in typescript@next (#17057) 2017-06-08 09:19:48 -07:00
AndyandGitHub dba4a0f69f material-ui: Fix error in typescript@next (#17054) 2017-06-08 09:10:20 -07:00
YuiandGitHub ffc8f365ea Merge pull request #16942 from pilagod/stacktrace-js
[stacktrace-js] add getSync definition
2017-06-08 08:27:51 -07:00
York YaoandAndy 35f275c081 [electron]remove electron because the it bundles one now (#16928)
* remove electron because the it bundles one now

* update asOfVersion

* fix asOfVersion
2017-06-08 06:39:20 -07:00
Niklas WulfandAndy 046b7d5ff9 [Boom, Hapi] Add default generic type to all error creation functions (#17048)
* [Boom] Add default generic type to all error creation functions

* [Boom] Change default generic Data type to any instead of null

* [Boom] Add tests for error creation without custom data

* [Boom, Hapi] Move tests for passing Boom errors to Hapi continuation functions into hapi package

* [boom] add wrap and unauthorized return BoomError with data as null
2017-06-08 06:33:24 -07:00
YuiandGitHub 7cebbb3e51 Merge pull request #16983 from elyscape/feature/improve-bunyan
[bunyan] Significantly improve type declarations
2017-06-07 16:35:46 -07:00
YuiandGitHub 5d6171a286 Merge pull request #17001 from DanCorder/react-router-redux-revert-history-version
Revert react-router-redux history version change as discussed on pull request 16912
2017-06-07 16:33:38 -07:00
YuiandGitHub 4ec4088feb Merge pull request #17019 from nicolashenry/mongoose
[mongoose] set strictNullChecks to true
2017-06-07 16:33:08 -07:00
YuiandGitHub f5b6bf85a9 Merge pull request #17030 from brendanmckeown/fix/numeral-js
Numeral.js - add missing argument to `format` method
2017-06-07 16:32:21 -07:00
YuiandGitHub 9d68082bb9 Merge pull request #17034 from janhommes/master
Updated o.js and odata types.
2017-06-07 16:31:59 -07:00
YuiandGitHub f1f474f46e Merge pull request #16743 from marcogrcr/master
Added typings for the http-aws-es package.
2017-06-07 14:41:47 -07:00
Federico CaselliandAndy 7fc1644080 [mongodb] Added support for default generic types (#16198)
* Added support for ts2.3 default generic types

* Updated find and findOne

* Capitalized TypeScript Version

* Added missing TypeScript Version: 2.3

* Added TypeScript Version: 2.3 to express-brute-mongo; removed easy-jsend test dependency on mongoose
2017-06-07 10:41:33 -07:00
Jan Hommes 30a54db2bf Fixed options interface. 2017-06-07 18:48:25 +02:00
Alexander James PhillipsandAndy 7ea548f1fa [Boom] Add data type to BoomError #16956 (#17022)
* [Boom] Add data type to BoomError #16956

* [Boom] Update TypeScript version to 2.3 in packages that import Boom
2017-06-07 09:37:40 -07:00
pilagod b86997197f refine getSync definition 2017-06-08 00:28:12 +08:00
Jan Hommes 3386890a98 Updated o.js and odata types. 2017-06-07 18:09:13 +02:00
YuiandGitHub 21a50f928b Merge pull request #16940 from mquandalle/react-css-transition-replace-2.1
[react-css-transition-replace] Update to 2.1.0
2017-06-07 08:56:41 -07:00
McKeown, Brendan 833819c1aa Numeral.js - use new RoundingFunction type in NumeralJsFormat interface format method 2017-06-07 09:51:24 -04:00
Stéphane GoetzandAndy f7636dec13 [enhanced-resolve] update signature of synchronous calls (#16429)
* [enhanced-resolve] update signature of synchronous calls, return string and not ResolveResult

* [enhanced-resolve] Add my name to the definition

* Fix recommended changes

* onlyModule is optional

Fixed following recommendation of @e-cloud
2017-06-07 06:42:05 -07:00
Berton ZhuandAndy 887a4e87b0 fix(redux-actions): createAction<Payload>(actionType: string) and createAction(actionType: string) is incorrect. (#16643)
also see #15697
2017-06-07 06:40:21 -07:00
Niklas WulfandAndy d45137018d [Hapi] Fix input and response validation function signatures (#16802)
* [Hapi] Fix input and response validation function signatures

Fixes #16750

* [Hapi] Allow custom validation options in route input and response

* [Hapi] Adjust validation contexts to match Hapi version 16.1.1

* [Hapi] Adjust test/route/validate.ts to match newest changes

* [Hapi] Add custom options to response validation test

* [Hapi] Update TypeScript version to 2.3 in packages that import Hapi

* [Hapi] Clarify documentation on validation function value, allow null
2017-06-07 06:37:04 -07:00
Brendan McKeown 1e85e1d7fb Numeral.js - add missing second optional argument to format method for rounding function 2017-06-07 09:25:29 -04:00
E020873 62c91567aa [mongoose] set strictNullChecks to true 2017-06-07 14:04:49 +02:00
YuiandGitHub 15e9249275 Merge pull request #16946 from cjhowe7/patch-1
[types/node] Add promisify to util [wip]
2017-06-06 22:26:45 -07:00
YuiandGitHub 85156a16e3 Merge pull request #16985 from thiagolacerda/master
Add missing TinyMCE Setting props from latest docs
2017-06-06 22:19:30 -07:00
YuiandGitHub 2236d6bf39 Merge pull request #17012 from KamilSzostak/AppInsightsJSTrackTrace
Update trackTrack definition
2017-06-06 22:09:09 -07:00
YuiandGitHub 63b2d81a8b Merge pull request #17013 from leonard-thieu/semantic-ui
[semantic-ui] Update type definitions
2017-06-06 22:08:50 -07:00
YuiandGitHub 5f1360b4b3 Merge pull request #17006 from AdamHerrmann/undertaker/TaskFunctionDescription
undertaker: add description to TaskFunctionParams
2017-06-06 21:59:10 -07:00
Leonard Thieu ac1db88fa8 [semantic-ui] Update type definitions.
Depend on modules.
2017-06-06 21:36:00 -04:00
flushentitypacketandAndy 7d5307d0ec Export as export = moxios to match the moxios package export. (#16913) 2017-06-06 18:31:41 -07:00
Leonard ThieuandMohamed Hegazy 4ab8603649 [semantic-ui-form] Add type definitions. (#16993) 2017-06-06 17:24:34 -07:00
Leonard ThieuandMohamed Hegazy 2529651e84 [semantic-ui-sticky] Add type definitions. (#16991) 2017-06-06 17:24:16 -07:00